igniteui-angular-maps 13.2.0-beta.3 → 14.1.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 +946 -946
- package/bundles/igniteui-angular-maps.umd.min.js +1 -1
- package/esm2015/lib/GeographicContourLineSeriesView_combined.js +34 -34
- package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +69 -69
- package/esm2015/lib/GeographicMapSeriesHost_combined.js +154 -154
- package/esm2015/lib/GeographicMarkerSeries.js +25 -25
- package/esm2015/lib/GeographicPolylineSeriesView_combined.js +15 -15
- package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +82 -82
- package/esm2015/lib/GeographicShapeSeriesBase_combined.js +55 -55
- package/esm2015/lib/GeographicShapeSeriesView_combined.js +49 -49
- package/esm2015/lib/GeographicSymbolSeriesView_combined.js +51 -51
- package/esm2015/lib/GeographicTileSeries.js +26 -26
- package/esm2015/lib/TileSeries_combined.js +79 -79
- package/esm2015/lib/XamGeographicMap_combined.js +82 -82
- package/esm2015/lib/igx-geographic-contour-line-series-component.js +23 -23
- package/esm2015/lib/igx-geographic-high-density-scatter-series-component.js +22 -22
- package/esm2015/lib/igx-geographic-map-series-host-component.js +11 -11
- package/esm2015/lib/igx-geographic-marker-series-component.js +22 -22
- package/esm2015/lib/igx-geographic-polyline-series-component.js +10 -10
- package/esm2015/lib/igx-geographic-proportional-symbol-series-component.js +42 -42
- package/esm2015/lib/igx-geographic-scatter-area-series-component.js +17 -17
- package/esm2015/lib/igx-geographic-shape-series-base-component.js +20 -20
- 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 +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 +34 -34
- package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +69 -69
- package/esm5/lib/GeographicMapSeriesHost_combined.js +152 -152
- package/esm5/lib/GeographicMarkerSeries.js +25 -25
- package/esm5/lib/GeographicPolylineSeriesView_combined.js +15 -15
- package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +82 -82
- package/esm5/lib/GeographicShapeSeriesBase_combined.js +54 -54
- package/esm5/lib/GeographicShapeSeriesView_combined.js +49 -49
- package/esm5/lib/GeographicSymbolSeriesView_combined.js +51 -51
- package/esm5/lib/GeographicTileSeries.js +25 -25
- package/esm5/lib/TileSeries_combined.js +77 -77
- package/esm5/lib/XamGeographicMap_combined.js +81 -81
- package/esm5/lib/igx-geographic-contour-line-series-component.js +23 -23
- package/esm5/lib/igx-geographic-high-density-scatter-series-component.js +22 -22
- package/esm5/lib/igx-geographic-map-series-host-component.js +11 -11
- package/esm5/lib/igx-geographic-marker-series-component.js +22 -22
- package/esm5/lib/igx-geographic-polyline-series-component.js +10 -10
- package/esm5/lib/igx-geographic-proportional-symbol-series-component.js +42 -42
- package/esm5/lib/igx-geographic-scatter-area-series-component.js +17 -17
- package/esm5/lib/igx-geographic-shape-series-base-component.js +20 -20
- 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 +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 +954 -954
- package/fesm5/igniteui-angular-maps.js +946 -946
- package/lib/GeographicContourLineSeriesView_combined.d.ts +11 -11
- package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +16 -16
- package/lib/GeographicMapSeriesHost_combined.d.ts +26 -26
- package/lib/GeographicMarkerSeries.d.ts +13 -13
- package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
- package/lib/GeographicPolylineSeriesView_combined.d.ts +7 -7
- package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +21 -21
- package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
- package/lib/GeographicShapeSeriesBase_combined.d.ts +15 -15
- package/lib/GeographicShapeSeriesView_combined.d.ts +20 -20
- package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicSymbolSeriesView_combined.d.ts +14 -14
- package/lib/GeographicTileSeries.d.ts +8 -8
- package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
- package/lib/TileSeries_combined.d.ts +18 -18
- package/lib/XamGeographicMap_combined.d.ts +22 -22
- package/package.json +5 -5
|
@@ -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.st = null;
|
|
25
26
|
_this.ss = null;
|
|
26
|
-
_this.sr = null;
|
|
27
27
|
_this.imageTilesReady = null;
|
|
28
|
-
_this.
|
|
29
|
-
_this.
|
|
28
|
+
_this.sw = null;
|
|
29
|
+
_this.sx = false;
|
|
30
30
|
_this.ab = TileSeries.$;
|
|
31
31
|
return _this;
|
|
32
32
|
}
|
|
@@ -36,42 +36,42 @@ var TileSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
36
36
|
TileSeries.prototype.bx = function () {
|
|
37
37
|
return new TileSeriesView(this);
|
|
38
38
|
};
|
|
39
|
-
TileSeries.prototype.
|
|
40
|
-
_super.prototype.
|
|
41
|
-
this.
|
|
39
|
+
TileSeries.prototype.lz = function (a) {
|
|
40
|
+
_super.prototype.lz.call(this, a);
|
|
41
|
+
this.sr = a;
|
|
42
42
|
};
|
|
43
|
-
TileSeries.prototype.
|
|
43
|
+
TileSeries.prototype.get_q7 = function () {
|
|
44
44
|
return false;
|
|
45
45
|
};
|
|
46
|
-
Object.defineProperty(TileSeries.prototype, "
|
|
46
|
+
Object.defineProperty(TileSeries.prototype, "sv", {
|
|
47
47
|
get: function () {
|
|
48
|
-
return this.
|
|
48
|
+
return this.st;
|
|
49
49
|
},
|
|
50
50
|
set: function (a) {
|
|
51
|
-
var b = a != this.
|
|
51
|
+
var b = a != this.sv;
|
|
52
52
|
if (b) {
|
|
53
|
-
var c = this.
|
|
54
|
-
this.
|
|
53
|
+
var c = this.sv;
|
|
54
|
+
this.st = a;
|
|
55
55
|
this.raisePropertyChanged("TileImagery", c, a);
|
|
56
56
|
}
|
|
57
57
|
},
|
|
58
58
|
enumerable: false,
|
|
59
59
|
configurable: true
|
|
60
60
|
});
|
|
61
|
-
Object.defineProperty(TileSeries.prototype, "
|
|
61
|
+
Object.defineProperty(TileSeries.prototype, "su", {
|
|
62
62
|
get: function () {
|
|
63
|
-
return this.
|
|
63
|
+
return this.ss;
|
|
64
64
|
},
|
|
65
65
|
set: function (a) {
|
|
66
|
-
var b = this.
|
|
67
|
-
this.
|
|
68
|
-
this.raisePropertyChanged("ActualTileImagery", b, this.
|
|
66
|
+
var b = this.ss;
|
|
67
|
+
this.ss = a;
|
|
68
|
+
this.raisePropertyChanged("ActualTileImagery", b, this.ss);
|
|
69
69
|
},
|
|
70
70
|
enumerable: false,
|
|
71
71
|
configurable: true
|
|
72
72
|
});
|
|
73
|
-
TileSeries.prototype.
|
|
74
|
-
_super.prototype.
|
|
73
|
+
TileSeries.prototype.l4 = function (a, b, c, d) {
|
|
74
|
+
_super.prototype.l4.call(this, a, b, c, d);
|
|
75
75
|
var e;
|
|
76
76
|
var f;
|
|
77
77
|
switch (b) {
|
|
@@ -79,78 +79,78 @@ var TileSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
79
79
|
e = c;
|
|
80
80
|
f = d;
|
|
81
81
|
if (e != null) {
|
|
82
|
-
e.propertyChanged = delegateRemove(e.propertyChanged, runOn(this, this.
|
|
82
|
+
e.propertyChanged = delegateRemove(e.propertyChanged, runOn(this, this.s0));
|
|
83
83
|
}
|
|
84
84
|
if (f != null) {
|
|
85
|
-
f.propertyChanged = delegateCombine(f.propertyChanged, runOn(this, this.
|
|
85
|
+
f.propertyChanged = delegateCombine(f.propertyChanged, runOn(this, this.s0));
|
|
86
86
|
}
|
|
87
|
-
this.
|
|
88
|
-
this.
|
|
89
|
-
this.
|
|
87
|
+
this.sr.de(e, f);
|
|
88
|
+
this.mi(false);
|
|
89
|
+
this.lp();
|
|
90
90
|
break;
|
|
91
91
|
case "ActualTileImagery":
|
|
92
92
|
e = c;
|
|
93
93
|
f = d;
|
|
94
94
|
if (e != null) {
|
|
95
|
-
e.imageTilesReady = delegateRemove(e.imageTilesReady, runOn(this, this.
|
|
95
|
+
e.imageTilesReady = delegateRemove(e.imageTilesReady, runOn(this, this.s1));
|
|
96
96
|
e.deferralHandler = null;
|
|
97
97
|
}
|
|
98
98
|
if (f != null) {
|
|
99
|
-
f.imageTilesReady = delegateCombine(f.imageTilesReady, runOn(this, this.
|
|
99
|
+
f.imageTilesReady = delegateCombine(f.imageTilesReady, runOn(this, this.s1));
|
|
100
100
|
f.deferralHandler = this;
|
|
101
101
|
}
|
|
102
|
-
this.
|
|
102
|
+
this.sr.dd(e, f);
|
|
103
103
|
if (f != null && typeCast(XamGeographicMap.$, this.cd) !== null) {
|
|
104
104
|
f.geographicMap = this.cd;
|
|
105
|
-
this.
|
|
106
|
-
this.
|
|
105
|
+
this.s3(this.b0);
|
|
106
|
+
this.sr.da(this.cd.sf);
|
|
107
107
|
}
|
|
108
|
-
this.
|
|
108
|
+
this.lp();
|
|
109
109
|
break;
|
|
110
110
|
case "ActualWindowRect":
|
|
111
|
-
this.
|
|
111
|
+
this.sr.da(d);
|
|
112
112
|
break;
|
|
113
113
|
case "WorldRect":
|
|
114
|
-
this.
|
|
114
|
+
this.sr.dh(d);
|
|
115
115
|
break;
|
|
116
116
|
case "SeriesViewer":
|
|
117
117
|
var g = c;
|
|
118
118
|
var h = d;
|
|
119
|
-
if (g != null && this.
|
|
120
|
-
this.
|
|
119
|
+
if (g != null && this.su != null) {
|
|
120
|
+
this.su.be(null);
|
|
121
121
|
}
|
|
122
|
-
if (h != null && this.
|
|
123
|
-
this.
|
|
122
|
+
if (h != null && this.su != null) {
|
|
123
|
+
this.su.be(this.b0.w);
|
|
124
124
|
}
|
|
125
125
|
break;
|
|
126
126
|
case "ActualBrush":
|
|
127
127
|
case "ActualOutline":
|
|
128
128
|
case "ActualThickness":
|
|
129
|
-
this.
|
|
129
|
+
this.lr();
|
|
130
130
|
break;
|
|
131
131
|
}
|
|
132
132
|
};
|
|
133
|
-
TileSeries.prototype.
|
|
133
|
+
TileSeries.prototype.s0 = function (a, b) {
|
|
134
134
|
if (b.propertyName == "MultiScaleImage") {
|
|
135
|
-
this.
|
|
135
|
+
this.s3(this.b0);
|
|
136
136
|
}
|
|
137
137
|
};
|
|
138
|
-
TileSeries.prototype.
|
|
138
|
+
TileSeries.prototype.s1 = function (a, b) {
|
|
139
139
|
if (this.imageTilesReady != null) {
|
|
140
140
|
this.imageTilesReady(this, new EventArgs());
|
|
141
141
|
}
|
|
142
|
-
if (!this.
|
|
143
|
-
this.
|
|
142
|
+
if (!this.sx) {
|
|
143
|
+
this.sr.df();
|
|
144
144
|
}
|
|
145
145
|
};
|
|
146
146
|
TileSeries.prototype.register = function (a, b) {
|
|
147
|
-
this.
|
|
147
|
+
this.sw = b;
|
|
148
148
|
};
|
|
149
149
|
TileSeries.prototype.unRegister = function (a) {
|
|
150
|
-
this.
|
|
150
|
+
this.sw = null;
|
|
151
151
|
};
|
|
152
152
|
TileSeries.prototype.deferredRefresh = function () {
|
|
153
|
-
this.
|
|
153
|
+
this.mi(false);
|
|
154
154
|
};
|
|
155
155
|
TileSeries.prototype.deferAction = function (a) {
|
|
156
156
|
if (this.g9 != null) {
|
|
@@ -160,54 +160,54 @@ var TileSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
160
160
|
window.setTimeout(a, 0);
|
|
161
161
|
}
|
|
162
162
|
};
|
|
163
|
-
TileSeries.prototype.
|
|
164
|
-
this.
|
|
165
|
-
_super.prototype.
|
|
163
|
+
TileSeries.prototype.m5 = function (a, b) {
|
|
164
|
+
this.sr.dg();
|
|
165
|
+
_super.prototype.m5.call(this, a, b);
|
|
166
166
|
};
|
|
167
|
-
TileSeries.prototype.
|
|
168
|
-
_super.prototype.
|
|
169
|
-
this.
|
|
167
|
+
TileSeries.prototype.mj = function (a) {
|
|
168
|
+
_super.prototype.mj.call(this, a);
|
|
169
|
+
this.s2(a, this.b0);
|
|
170
170
|
};
|
|
171
|
-
TileSeries.prototype.
|
|
171
|
+
TileSeries.prototype.s2 = function (a, b) {
|
|
172
172
|
var c;
|
|
173
173
|
var d;
|
|
174
174
|
var e = b;
|
|
175
175
|
var f = b.getViewInfo(c, d);
|
|
176
176
|
c = f.p0;
|
|
177
177
|
d = f.p1;
|
|
178
|
-
this.
|
|
179
|
-
if (this.
|
|
180
|
-
this.
|
|
181
|
-
this.
|
|
182
|
-
this.
|
|
178
|
+
this.s3(b);
|
|
179
|
+
if (this.sw != null) {
|
|
180
|
+
this.sx = true;
|
|
181
|
+
this.sw(a);
|
|
182
|
+
this.sx = false;
|
|
183
183
|
}
|
|
184
184
|
e.df();
|
|
185
185
|
};
|
|
186
|
-
TileSeries.prototype.
|
|
187
|
-
_super.prototype.
|
|
186
|
+
TileSeries.prototype.mh = function (a, b, c, d, e) {
|
|
187
|
+
_super.prototype.mh.call(this, a, b, c, d, e);
|
|
188
188
|
var f = this.fc.item(d);
|
|
189
189
|
f.a1(c);
|
|
190
190
|
if (this.cx(f)) {
|
|
191
191
|
return;
|
|
192
192
|
}
|
|
193
|
-
this.
|
|
193
|
+
this.sb(f);
|
|
194
194
|
};
|
|
195
|
-
TileSeries.prototype.
|
|
195
|
+
TileSeries.prototype.s3 = function (a) {
|
|
196
196
|
var b;
|
|
197
197
|
var c;
|
|
198
198
|
var d = a.getViewInfo(b, c);
|
|
199
199
|
b = d.p0;
|
|
200
200
|
c = d.p1;
|
|
201
|
-
if (this.
|
|
202
|
-
if (this.
|
|
203
|
-
this.
|
|
201
|
+
if (this.sv != null && this.sv.ao != null) {
|
|
202
|
+
if (this.sv != this.su) {
|
|
203
|
+
this.su = this.sv;
|
|
204
204
|
}
|
|
205
|
-
if (this.
|
|
206
|
-
if (this.
|
|
207
|
-
this.
|
|
205
|
+
if (this.su != null && !b.isEmpty) {
|
|
206
|
+
if (this.su.width != b.width) {
|
|
207
|
+
this.su.width = b.width;
|
|
208
208
|
}
|
|
209
|
-
if (this.
|
|
210
|
-
this.
|
|
209
|
+
if (this.su.height != b.height) {
|
|
210
|
+
this.su.height = b.height;
|
|
211
211
|
}
|
|
212
212
|
}
|
|
213
213
|
}
|
|
@@ -237,8 +237,8 @@ var TileSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
237
237
|
TileSeriesView.prototype.as = function () {
|
|
238
238
|
_super.prototype.as.call(this);
|
|
239
239
|
if (!this.q) {
|
|
240
|
-
this.c7.
|
|
241
|
-
this.c7.
|
|
240
|
+
this.c7.o8 = Defaults.ao;
|
|
241
|
+
this.c7.o3 = Defaults.an;
|
|
242
242
|
}
|
|
243
243
|
};
|
|
244
244
|
TileSeriesView.prototype.ch = function (a, b) {
|
|
@@ -265,8 +265,8 @@ var TileSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
265
265
|
this.aq();
|
|
266
266
|
};
|
|
267
267
|
TileSeriesView.prototype.da = function (a) {
|
|
268
|
-
if (this.c7.
|
|
269
|
-
this.c7.
|
|
268
|
+
if (this.c7.sv != null) {
|
|
269
|
+
this.c7.sv.windowRect = a;
|
|
270
270
|
}
|
|
271
271
|
};
|
|
272
272
|
TileSeriesView.prototype.dd = function (a, b) {
|
|
@@ -301,8 +301,8 @@ var TileSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
301
301
|
this.c9.setAttribute("width", this.bu.width.toString());
|
|
302
302
|
this.c9.setAttribute("height", this.bu.height.toString());
|
|
303
303
|
}
|
|
304
|
-
if (this.c7.
|
|
305
|
-
this.c7.
|
|
304
|
+
if (this.c7.sv != null) {
|
|
305
|
+
this.c7.sv.bf(this.bu);
|
|
306
306
|
}
|
|
307
307
|
};
|
|
308
308
|
TileSeriesView.prototype.a6 = function (a, b) {
|
|
@@ -336,8 +336,8 @@ var TileSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
336
336
|
TileSeriesView.prototype.db = function () {
|
|
337
337
|
};
|
|
338
338
|
TileSeriesView.prototype.dh = function (a) {
|
|
339
|
-
if (this.c7.
|
|
340
|
-
this.c7.
|
|
339
|
+
if (this.c7.sv != null) {
|
|
340
|
+
this.c7.sv.a6();
|
|
341
341
|
}
|
|
342
342
|
};
|
|
343
343
|
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.ms();
|
|
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.mi(false);
|
|
759
759
|
}
|
|
760
760
|
}
|
|
761
761
|
catch (e_2_1) {
|
|
@@ -790,7 +790,7 @@ var XamGeographicMap = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
790
790
|
try {
|
|
791
791
|
for (var _e = __values(fromEnum(this.series)), _f = _e.next(); !_f.done; _f = _e.next()) {
|
|
792
792
|
var h = _f.value;
|
|
793
|
-
h.
|
|
793
|
+
h.lk();
|
|
794
794
|
}
|
|
795
795
|
}
|
|
796
796
|
catch (e_3_1) {
|
|
@@ -846,7 +846,7 @@ var XamGeographicMap = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
846
846
|
var c = b;
|
|
847
847
|
var d = a;
|
|
848
848
|
d.itemsSource = c.triangulationSource.points;
|
|
849
|
-
d.
|
|
849
|
+
d.qf = c.triangulationSource.triangles;
|
|
850
850
|
}
|
|
851
851
|
else {
|
|
852
852
|
_super.prototype.n9.call(this, a, b);
|
|
@@ -1182,41 +1182,41 @@ var GeographicXYTriangulatingSeriesView = /** @class */ /*@__PURE__*/ (function
|
|
|
1182
1182
|
}
|
|
1183
1183
|
GeographicXYTriangulatingSeriesView.prototype.b2 = function () {
|
|
1184
1184
|
_super.prototype.b2.call(this);
|
|
1185
|
-
var a = this.ce.
|
|
1186
|
-
a.
|
|
1187
|
-
a.
|
|
1188
|
-
a.trianglesSource = this.ce.
|
|
1189
|
-
a.
|
|
1190
|
-
a.
|
|
1191
|
-
a.
|
|
1185
|
+
var a = this.ce.p6;
|
|
1186
|
+
a.q6 = this.ce.qi;
|
|
1187
|
+
a.re = this.ce.qg;
|
|
1188
|
+
a.trianglesSource = this.ce.qf;
|
|
1189
|
+
a.qu = this.ce.ql;
|
|
1190
|
+
a.qw = this.ce.qn;
|
|
1191
|
+
a.qy = this.ce.qp;
|
|
1192
1192
|
};
|
|
1193
1193
|
GeographicXYTriangulatingSeriesView.prototype.ch = function () {
|
|
1194
|
-
var a = this.ce.
|
|
1194
|
+
var a = this.ce.p6;
|
|
1195
1195
|
if (this.ce.cd == null) {
|
|
1196
|
-
a.p3 = null;
|
|
1197
1196
|
a.p4 = null;
|
|
1197
|
+
a.p5 = null;
|
|
1198
1198
|
return;
|
|
1199
1199
|
}
|
|
1200
|
-
a.
|
|
1201
|
-
a.
|
|
1200
|
+
a.p4 = this.ce.cd.s2;
|
|
1201
|
+
a.p5 = this.ce.cd.s4;
|
|
1202
1202
|
};
|
|
1203
1203
|
GeographicXYTriangulatingSeriesView.prototype.cg = function () {
|
|
1204
|
-
this.ce.
|
|
1204
|
+
this.ce.p6.q6 = this.ce.qi;
|
|
1205
1205
|
};
|
|
1206
1206
|
GeographicXYTriangulatingSeriesView.prototype.cf = function () {
|
|
1207
|
-
this.ce.
|
|
1207
|
+
this.ce.p6.re = this.ce.qg;
|
|
1208
1208
|
};
|
|
1209
1209
|
GeographicXYTriangulatingSeriesView.prototype.ci = function () {
|
|
1210
|
-
this.ce.
|
|
1210
|
+
this.ce.p6.trianglesSource = this.ce.qf;
|
|
1211
1211
|
};
|
|
1212
1212
|
GeographicXYTriangulatingSeriesView.prototype.cj = function () {
|
|
1213
|
-
this.ce.
|
|
1213
|
+
this.ce.p6.qu = this.ce.ql;
|
|
1214
1214
|
};
|
|
1215
1215
|
GeographicXYTriangulatingSeriesView.prototype.ck = function () {
|
|
1216
|
-
this.ce.
|
|
1216
|
+
this.ce.p6.qw = this.ce.qn;
|
|
1217
1217
|
};
|
|
1218
1218
|
GeographicXYTriangulatingSeriesView.prototype.cl = function () {
|
|
1219
|
-
this.ce.
|
|
1219
|
+
this.ce.p6.qy = this.ce.qp;
|
|
1220
1220
|
};
|
|
1221
1221
|
GeographicXYTriangulatingSeriesView.$t = markType(GeographicXYTriangulatingSeriesView, 'GeographicXYTriangulatingSeriesView', HostSeriesView.$);
|
|
1222
1222
|
return GeographicXYTriangulatingSeriesView;
|
|
@@ -1240,19 +1240,19 @@ var GeographicScatterAreaSeriesView = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
1240
1240
|
};
|
|
1241
1241
|
GeographicScatterAreaSeriesView.prototype.b2 = function () {
|
|
1242
1242
|
_super.prototype.b2.call(this);
|
|
1243
|
-
if (this.cm.
|
|
1244
|
-
this.cm.
|
|
1245
|
-
this.cm.
|
|
1243
|
+
if (this.cm.q0 != null) {
|
|
1244
|
+
this.cm.q0.sd = this.cm.q4;
|
|
1245
|
+
this.cm.q0.r1 = this.cm.qz;
|
|
1246
1246
|
}
|
|
1247
1247
|
};
|
|
1248
1248
|
GeographicScatterAreaSeriesView.prototype.cn = function () {
|
|
1249
|
-
if (this.cm.
|
|
1250
|
-
this.cm.
|
|
1249
|
+
if (this.cm.q0 != null) {
|
|
1250
|
+
this.cm.q0.sd = this.cm.q4;
|
|
1251
1251
|
}
|
|
1252
1252
|
};
|
|
1253
1253
|
GeographicScatterAreaSeriesView.prototype.co = function () {
|
|
1254
|
-
if (this.cm.
|
|
1255
|
-
this.cm.
|
|
1254
|
+
if (this.cm.q0 != null) {
|
|
1255
|
+
this.cm.q0.r1 = this.cm.qz;
|
|
1256
1256
|
}
|
|
1257
1257
|
};
|
|
1258
1258
|
GeographicScatterAreaSeriesView.$t = markType(GeographicScatterAreaSeriesView, 'GeographicScatterAreaSeriesView', GeographicXYTriangulatingSeriesView.$);
|
|
@@ -1462,38 +1462,38 @@ var GeographicXYTriangulatingSeries = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
1462
1462
|
GeographicXYTriangulatingSeries.prototype.bx = function () {
|
|
1463
1463
|
return new GeographicXYTriangulatingSeriesView(this);
|
|
1464
1464
|
};
|
|
1465
|
-
GeographicXYTriangulatingSeries.prototype.
|
|
1466
|
-
_super.prototype.
|
|
1467
|
-
this.
|
|
1465
|
+
GeographicXYTriangulatingSeries.prototype.lz = function (a) {
|
|
1466
|
+
_super.prototype.lz.call(this, a);
|
|
1467
|
+
this.qe = a;
|
|
1468
1468
|
};
|
|
1469
|
-
GeographicXYTriangulatingSeries.prototype.
|
|
1470
|
-
_super.prototype.
|
|
1469
|
+
GeographicXYTriangulatingSeries.prototype.l4 = function (a, b, c, d) {
|
|
1470
|
+
_super.prototype.l4.call(this, a, b, c, d);
|
|
1471
1471
|
switch (b) {
|
|
1472
1472
|
case "SeriesViewer":
|
|
1473
|
-
this.
|
|
1473
|
+
this.qe.ch();
|
|
1474
1474
|
break;
|
|
1475
1475
|
case GeographicXYTriangulatingSeries.$$p[1]:
|
|
1476
|
-
this.
|
|
1476
|
+
this.qe.cg();
|
|
1477
1477
|
break;
|
|
1478
1478
|
case GeographicXYTriangulatingSeries.$$p[0]:
|
|
1479
|
-
this.
|
|
1479
|
+
this.qe.cf();
|
|
1480
1480
|
break;
|
|
1481
1481
|
case GeographicXYTriangulatingSeries.$$p[2]:
|
|
1482
|
-
this.
|
|
1482
|
+
this.qe.ci();
|
|
1483
1483
|
break;
|
|
1484
1484
|
case GeographicXYTriangulatingSeries.$$p[3]:
|
|
1485
|
-
this.
|
|
1485
|
+
this.qe.cj();
|
|
1486
1486
|
break;
|
|
1487
1487
|
case GeographicXYTriangulatingSeries.$$p[4]:
|
|
1488
|
-
this.
|
|
1488
|
+
this.qe.ck();
|
|
1489
1489
|
break;
|
|
1490
1490
|
case GeographicXYTriangulatingSeries.$$p[5]:
|
|
1491
|
-
this.
|
|
1491
|
+
this.qe.cl();
|
|
1492
1492
|
break;
|
|
1493
1493
|
}
|
|
1494
1494
|
};
|
|
1495
1495
|
GeographicXYTriangulatingSeries.$t = markType(GeographicXYTriangulatingSeries, 'GeographicXYTriangulatingSeries', GeographicMapSeriesHost.$);
|
|
1496
|
-
GeographicXYTriangulatingSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicXYTriangulatingSeries, 'raisePropertyChanged', ['LatitudeMemberPath:
|
|
1496
|
+
GeographicXYTriangulatingSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicXYTriangulatingSeries, 'raisePropertyChanged', ['LatitudeMemberPath:qg:qr', [2, "pointY"], 'LongitudeMemberPath:qi:qs', [2, "pointX"], 'TrianglesSource:qf:qt', [IEnumerable_$type, null], 'TriangleVertexMemberPath1:ql:qu', [2, "v1"], 'TriangleVertexMemberPath2:qn:qv', [2, "v2"], 'TriangleVertexMemberPath3:qp:qw', [2, "v3"]]);
|
|
1497
1497
|
return GeographicXYTriangulatingSeries;
|
|
1498
1498
|
}(GeographicMapSeriesHost));
|
|
1499
1499
|
export { GeographicXYTriangulatingSeries };
|
|
@@ -1504,7 +1504,7 @@ var GeographicScatterAreaSeries = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
1504
1504
|
__extends(GeographicScatterAreaSeries, _super);
|
|
1505
1505
|
function GeographicScatterAreaSeries() {
|
|
1506
1506
|
var _this = _super.call(this) || this;
|
|
1507
|
-
_this.
|
|
1507
|
+
_this.qx = null;
|
|
1508
1508
|
_this.triangulationStatusChanged = null;
|
|
1509
1509
|
_this.ab = GeographicScatterAreaSeries.$;
|
|
1510
1510
|
return _this;
|
|
@@ -1512,53 +1512,53 @@ var GeographicScatterAreaSeries = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
1512
1512
|
GeographicScatterAreaSeries.prototype.get_dd = function () {
|
|
1513
1513
|
return true;
|
|
1514
1514
|
};
|
|
1515
|
-
Object.defineProperty(GeographicScatterAreaSeries.prototype, "
|
|
1515
|
+
Object.defineProperty(GeographicScatterAreaSeries.prototype, "qz", {
|
|
1516
1516
|
get: function () {
|
|
1517
|
-
return this.
|
|
1517
|
+
return this.qx;
|
|
1518
1518
|
},
|
|
1519
1519
|
set: function (a) {
|
|
1520
|
-
var b = this.
|
|
1520
|
+
var b = this.qx != a;
|
|
1521
1521
|
if (b) {
|
|
1522
|
-
var c = this.
|
|
1523
|
-
if (this.
|
|
1524
|
-
var d = this.
|
|
1525
|
-
d.propertyChanged = delegateRemove(d.propertyChanged, runOn(this, this.
|
|
1522
|
+
var c = this.qx;
|
|
1523
|
+
if (this.qx != null) {
|
|
1524
|
+
var d = this.qx;
|
|
1525
|
+
d.propertyChanged = delegateRemove(d.propertyChanged, runOn(this, this.q7));
|
|
1526
1526
|
}
|
|
1527
|
-
this.
|
|
1528
|
-
if (this.
|
|
1529
|
-
var e = this.
|
|
1530
|
-
e.propertyChanged = delegateCombine(e.propertyChanged, runOn(this, this.
|
|
1527
|
+
this.qx = a;
|
|
1528
|
+
if (this.qx != null) {
|
|
1529
|
+
var e = this.qx;
|
|
1530
|
+
e.propertyChanged = delegateCombine(e.propertyChanged, runOn(this, this.q7));
|
|
1531
1531
|
}
|
|
1532
|
-
this.raisePropertyChanged("ColorScale", c, this.
|
|
1533
|
-
if (this.
|
|
1534
|
-
this.
|
|
1532
|
+
this.raisePropertyChanged("ColorScale", c, this.qx);
|
|
1533
|
+
if (this.q0 != null) {
|
|
1534
|
+
this.q0.r1 = a;
|
|
1535
1535
|
}
|
|
1536
1536
|
}
|
|
1537
1537
|
},
|
|
1538
1538
|
enumerable: false,
|
|
1539
1539
|
configurable: true
|
|
1540
1540
|
});
|
|
1541
|
-
GeographicScatterAreaSeries.prototype.
|
|
1542
|
-
this.
|
|
1543
|
-
this.
|
|
1544
|
-
this.
|
|
1541
|
+
GeographicScatterAreaSeries.prototype.q7 = function (a, b) {
|
|
1542
|
+
this.q2.co();
|
|
1543
|
+
this.q9();
|
|
1544
|
+
this.mi(false);
|
|
1545
1545
|
};
|
|
1546
|
-
GeographicScatterAreaSeries.prototype.
|
|
1547
|
-
if (this.
|
|
1548
|
-
this.
|
|
1546
|
+
GeographicScatterAreaSeries.prototype.q9 = function () {
|
|
1547
|
+
if (this.q0 != null) {
|
|
1548
|
+
this.qy = this.q0.r0;
|
|
1549
1549
|
}
|
|
1550
1550
|
};
|
|
1551
|
-
GeographicScatterAreaSeries.prototype.
|
|
1552
|
-
_super.prototype.
|
|
1553
|
-
this.
|
|
1551
|
+
GeographicScatterAreaSeries.prototype.mw = function () {
|
|
1552
|
+
_super.prototype.mw.call(this);
|
|
1553
|
+
this.q9();
|
|
1554
1554
|
};
|
|
1555
|
-
GeographicScatterAreaSeries.prototype.
|
|
1556
|
-
this.
|
|
1557
|
-
var a = this.
|
|
1558
|
-
a.triangulationStatusChanged = delegateCombine(a.triangulationStatusChanged, runOn(this, this.
|
|
1559
|
-
return this.
|
|
1555
|
+
GeographicScatterAreaSeries.prototype.p5 = function () {
|
|
1556
|
+
this.q0 = new ScatterAreaSeries();
|
|
1557
|
+
var a = this.q0;
|
|
1558
|
+
a.triangulationStatusChanged = delegateCombine(a.triangulationStatusChanged, runOn(this, this.q8));
|
|
1559
|
+
return this.q0;
|
|
1560
1560
|
};
|
|
1561
|
-
GeographicScatterAreaSeries.prototype.
|
|
1561
|
+
GeographicScatterAreaSeries.prototype.q8 = function (a, b) {
|
|
1562
1562
|
if (this.triangulationStatusChanged != null) {
|
|
1563
1563
|
this.triangulationStatusChanged(this, b);
|
|
1564
1564
|
}
|
|
@@ -1566,19 +1566,19 @@ var GeographicScatterAreaSeries = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
1566
1566
|
GeographicScatterAreaSeries.prototype.bx = function () {
|
|
1567
1567
|
return new GeographicScatterAreaSeriesView(this);
|
|
1568
1568
|
};
|
|
1569
|
-
GeographicScatterAreaSeries.prototype.
|
|
1570
|
-
_super.prototype.
|
|
1571
|
-
this.
|
|
1569
|
+
GeographicScatterAreaSeries.prototype.lz = function (a) {
|
|
1570
|
+
_super.prototype.lz.call(this, a);
|
|
1571
|
+
this.q2 = a;
|
|
1572
1572
|
};
|
|
1573
|
-
GeographicScatterAreaSeries.prototype.
|
|
1574
|
-
_super.prototype.
|
|
1573
|
+
GeographicScatterAreaSeries.prototype.l4 = function (a, b, c, d) {
|
|
1574
|
+
_super.prototype.l4.call(this, a, b, c, d);
|
|
1575
1575
|
switch (b) {
|
|
1576
1576
|
case GeographicScatterAreaSeries.$$p[1]:
|
|
1577
|
-
this.
|
|
1577
|
+
this.q2.cn();
|
|
1578
1578
|
break;
|
|
1579
1579
|
case "ColorScale":
|
|
1580
|
-
this.
|
|
1581
|
-
this.
|
|
1580
|
+
this.q2.co();
|
|
1581
|
+
this.q9();
|
|
1582
1582
|
break;
|
|
1583
1583
|
}
|
|
1584
1584
|
};
|
|
@@ -1589,7 +1589,7 @@ var GeographicScatterAreaSeries = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
1589
1589
|
_super.prototype.set_e3.call(this, a);
|
|
1590
1590
|
};
|
|
1591
1591
|
GeographicScatterAreaSeries.$t = markType(GeographicScatterAreaSeries, 'GeographicScatterAreaSeries', GeographicXYTriangulatingSeries.$);
|
|
1592
|
-
GeographicScatterAreaSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicScatterAreaSeries, 'raisePropertyChanged', ['ActualColorScale:
|
|
1592
|
+
GeographicScatterAreaSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicScatterAreaSeries, 'raisePropertyChanged', ['ActualColorScale:qy:ra', [ColorScale.$, null], 'ColorMemberPath:q4:rb', [2, "value"]]);
|
|
1593
1593
|
return GeographicScatterAreaSeries;
|
|
1594
1594
|
}(GeographicXYTriangulatingSeries));
|
|
1595
1595
|
export { GeographicScatterAreaSeries };
|