igniteui-angular-maps 13.1.1 → 13.2.0-beta.2
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 +1515 -1496
- package/bundles/igniteui-angular-maps.umd.min.js +1 -1
- package/esm2015/lib/GeographicContourLineSeriesView_combined.js +37 -37
- package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +86 -80
- package/esm2015/lib/GeographicMapSeriesHost_combined.js +183 -183
- package/esm2015/lib/GeographicMarkerSeries.js +33 -26
- package/esm2015/lib/GeographicPolylineSeriesView_combined.js +18 -18
- package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +92 -92
- package/esm2015/lib/GeographicShapeSeriesBase_combined.js +63 -63
- package/esm2015/lib/GeographicShapeSeriesView_combined.js +61 -54
- package/esm2015/lib/GeographicSymbolSeriesView_combined.js +59 -59
- package/esm2015/lib/GeographicTileSeries.js +28 -28
- package/esm2015/lib/SphericalMercatorHorizontalScaler.js +2 -2
- package/esm2015/lib/SphericalMercatorVerticalScaler.js +2 -2
- package/esm2015/lib/TileSeries_combined.js +92 -92
- package/esm2015/lib/XamGeographicMap_combined.js +473 -473
- package/esm2015/lib/igx-geographic-contour-line-series-component.js +24 -24
- package/esm2015/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
- package/esm2015/lib/igx-geographic-map-component.js +50 -50
- package/esm2015/lib/igx-geographic-map-series-host-component.js +21 -21
- package/esm2015/lib/igx-geographic-marker-series-component.js +22 -22
- package/esm2015/lib/igx-geographic-polyline-series-component.js +11 -11
- package/esm2015/lib/igx-geographic-proportional-symbol-series-component.js +43 -43
- package/esm2015/lib/igx-geographic-scatter-area-series-component.js +18 -18
- package/esm2015/lib/igx-geographic-shape-series-base-component.js +20 -20
- package/esm2015/lib/igx-geographic-shape-series-component.js +33 -33
- package/esm2015/lib/igx-geographic-symbol-series-component.js +15 -15
- package/esm2015/lib/igx-geographic-tile-series-component.js +5 -5
- package/esm2015/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
- package/esm2015/lib/igx-tile-series-component.js +4 -4
- package/esm5/lib/GeographicContourLineSeriesView_combined.js +37 -37
- package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +86 -80
- package/esm5/lib/GeographicMapSeriesHost_combined.js +181 -181
- package/esm5/lib/GeographicMarkerSeries.js +33 -26
- package/esm5/lib/GeographicPolylineSeriesView_combined.js +18 -18
- package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +92 -92
- package/esm5/lib/GeographicShapeSeriesBase_combined.js +62 -62
- package/esm5/lib/GeographicShapeSeriesView_combined.js +61 -54
- package/esm5/lib/GeographicSymbolSeriesView_combined.js +59 -59
- package/esm5/lib/GeographicTileSeries.js +27 -27
- package/esm5/lib/SphericalMercatorHorizontalScaler.js +2 -2
- package/esm5/lib/SphericalMercatorVerticalScaler.js +2 -2
- package/esm5/lib/TileSeries_combined.js +90 -90
- package/esm5/lib/XamGeographicMap_combined.js +466 -466
- package/esm5/lib/igx-geographic-contour-line-series-component.js +24 -24
- package/esm5/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
- package/esm5/lib/igx-geographic-map-component.js +50 -50
- package/esm5/lib/igx-geographic-map-series-host-component.js +21 -21
- package/esm5/lib/igx-geographic-marker-series-component.js +22 -22
- package/esm5/lib/igx-geographic-polyline-series-component.js +11 -11
- package/esm5/lib/igx-geographic-proportional-symbol-series-component.js +43 -43
- package/esm5/lib/igx-geographic-scatter-area-series-component.js +18 -18
- package/esm5/lib/igx-geographic-shape-series-base-component.js +20 -20
- package/esm5/lib/igx-geographic-shape-series-component.js +33 -33
- package/esm5/lib/igx-geographic-symbol-series-component.js +15 -15
- package/esm5/lib/igx-geographic-tile-series-component.js +5 -5
- package/esm5/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
- package/esm5/lib/igx-tile-series-component.js +4 -4
- package/fesm2015/igniteui-angular-maps.js +1528 -1509
- package/fesm5/igniteui-angular-maps.js +1515 -1496
- package/lib/GeographicContourLineSeriesView_combined.d.ts +15 -15
- package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +26 -25
- package/lib/GeographicMapSeriesHost_combined.d.ts +46 -46
- package/lib/GeographicMarkerSeries.d.ts +18 -17
- 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 +28 -28
- package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
- package/lib/GeographicShapeSeriesBase_combined.d.ts +25 -25
- package/lib/GeographicShapeSeriesView_combined.d.ts +28 -27
- package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicSymbolSeriesView_combined.d.ts +21 -21
- package/lib/GeographicTileSeries.d.ts +10 -10
- package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
- package/lib/TileSeries_combined.d.ts +22 -22
- package/lib/XamGeographicMap_combined.d.ts +115 -115
- package/package.json +3 -3
|
@@ -8,11 +8,12 @@ import { __extends } from "tslib";
|
|
|
8
8
|
import { HostSeriesView } from "./HostSeriesView";
|
|
9
9
|
import { GeographicMapSeriesHost } from "./GeographicMapSeriesHost";
|
|
10
10
|
import { HighDensityScatterSeries } from "igniteui-angular-charts";
|
|
11
|
-
import { Defaults } from "igniteui-angular-charts";
|
|
12
11
|
import { Color } from "igniteui-angular-core";
|
|
12
|
+
import { Defaults } from "igniteui-angular-charts";
|
|
13
13
|
import { typeCast, markType, runOn, delegateCombine, markDep } from "igniteui-angular-core";
|
|
14
14
|
import { DependencyProperty } from "igniteui-angular-core";
|
|
15
15
|
import { PropertyMetadata } from "igniteui-angular-core";
|
|
16
|
+
import { isNaN_ } from "igniteui-angular-core";
|
|
16
17
|
/**
|
|
17
18
|
* @hidden
|
|
18
19
|
*/
|
|
@@ -26,72 +27,71 @@ var GeographicHighDensityScatterSeriesView = /** @class */ /*@__PURE__*/ (functi
|
|
|
26
27
|
}
|
|
27
28
|
GeographicHighDensityScatterSeriesView.prototype.b2 = function () {
|
|
28
29
|
_super.prototype.b2.call(this);
|
|
29
|
-
var a = typeCast(HighDensityScatterSeries.$, this.ce.
|
|
30
|
-
a.
|
|
31
|
-
a.
|
|
32
|
-
a.
|
|
33
|
-
a.
|
|
34
|
-
a.
|
|
35
|
-
a.
|
|
36
|
-
a.
|
|
37
|
-
a.
|
|
38
|
-
a.
|
|
39
|
-
a.
|
|
30
|
+
var a = typeCast(HighDensityScatterSeries.$, this.ce.p5);
|
|
31
|
+
a.sd = this.ce.qu;
|
|
32
|
+
a.sl = this.ce.qs;
|
|
33
|
+
a.qq = this.ce.qh;
|
|
34
|
+
a.qp = this.ce.qg;
|
|
35
|
+
a.el = this.ce.qf;
|
|
36
|
+
a.rl = this.ce.qj;
|
|
37
|
+
a.rk = this.ce.qi;
|
|
38
|
+
a.tj = this.ce.rd;
|
|
39
|
+
a.ti = this.ce.rc;
|
|
40
|
+
a.rx = this.ce.qm;
|
|
40
41
|
};
|
|
41
42
|
GeographicHighDensityScatterSeriesView.prototype.ck = function () {
|
|
42
|
-
this.ce.
|
|
43
|
+
this.ce.p5.sd = this.ce.qu;
|
|
43
44
|
};
|
|
44
45
|
GeographicHighDensityScatterSeriesView.prototype.cj = function () {
|
|
45
|
-
this.ce.
|
|
46
|
+
this.ce.p5.sl = this.ce.qs;
|
|
46
47
|
};
|
|
47
48
|
GeographicHighDensityScatterSeriesView.prototype.cp = function () {
|
|
48
|
-
this.ce.
|
|
49
|
+
this.ce.p5.qq = this.ce.qh;
|
|
49
50
|
};
|
|
50
51
|
GeographicHighDensityScatterSeriesView.prototype.cn = function () {
|
|
51
|
-
this.ce.
|
|
52
|
+
this.ce.p5.qp = this.ce.qg;
|
|
52
53
|
};
|
|
53
54
|
GeographicHighDensityScatterSeriesView.prototype.cl = function () {
|
|
54
|
-
this.ce.
|
|
55
|
+
this.ce.p5.el = this.ce.qf;
|
|
55
56
|
};
|
|
56
57
|
GeographicHighDensityScatterSeriesView.prototype.ci = function () {
|
|
57
|
-
this.ce.
|
|
58
|
+
this.ce.p5.rl = this.ce.qj;
|
|
58
59
|
};
|
|
59
60
|
GeographicHighDensityScatterSeriesView.prototype.cg = function () {
|
|
60
|
-
this.ce.
|
|
61
|
+
this.ce.p5.rk = this.ce.qi;
|
|
61
62
|
};
|
|
62
63
|
GeographicHighDensityScatterSeriesView.prototype.co = function () {
|
|
63
|
-
var a = typeCast(HighDensityScatterSeries.$, this.ce.
|
|
64
|
-
if (this.ce.
|
|
65
|
-
a.
|
|
66
|
-
a.
|
|
64
|
+
var a = typeCast(HighDensityScatterSeries.$, this.ce.p5);
|
|
65
|
+
if (this.ce.cd == null) {
|
|
66
|
+
a.qa = null;
|
|
67
|
+
a.qc = null;
|
|
67
68
|
return;
|
|
68
69
|
}
|
|
69
|
-
a.
|
|
70
|
-
a.
|
|
70
|
+
a.qa = this.ce.cd.s2;
|
|
71
|
+
a.qc = this.ce.cd.s4;
|
|
71
72
|
};
|
|
72
73
|
GeographicHighDensityScatterSeriesView.prototype.cq = function () {
|
|
73
|
-
this.ce.
|
|
74
|
+
this.ce.p5.qa = this.ce.cd.s2;
|
|
74
75
|
};
|
|
75
76
|
GeographicHighDensityScatterSeriesView.prototype.cr = function () {
|
|
76
|
-
this.ce.
|
|
77
|
+
this.ce.p5.qc = this.ce.cd.s4;
|
|
77
78
|
};
|
|
78
79
|
GeographicHighDensityScatterSeriesView.prototype.ch = function () {
|
|
79
|
-
this.ce.
|
|
80
|
+
this.ce.p5.tj = this.ce.rd;
|
|
80
81
|
};
|
|
81
82
|
GeographicHighDensityScatterSeriesView.prototype.cf = function () {
|
|
82
|
-
this.ce.
|
|
83
|
+
this.ce.p5.ti = this.ce.rc;
|
|
83
84
|
};
|
|
84
85
|
GeographicHighDensityScatterSeriesView.prototype.cm = function () {
|
|
85
|
-
this.ce.
|
|
86
|
+
this.ce.p5.rx = this.ce.qm;
|
|
86
87
|
};
|
|
87
88
|
GeographicHighDensityScatterSeriesView.prototype.as = function () {
|
|
88
89
|
_super.prototype.as.call(this);
|
|
89
90
|
if (!this.q) {
|
|
90
|
-
this.ce.
|
|
91
|
-
this.ce.
|
|
92
|
-
this.ce.
|
|
93
|
-
this.ce.
|
|
94
|
-
this.ce.ox = Defaults.ak;
|
|
91
|
+
this.ce.rd = Defaults.aq;
|
|
92
|
+
this.ce.rc = Defaults.ap;
|
|
93
|
+
this.ce.o2 = Defaults.al;
|
|
94
|
+
this.ce.o7 = Defaults.ak;
|
|
95
95
|
}
|
|
96
96
|
};
|
|
97
97
|
GeographicHighDensityScatterSeriesView.$t = markType(GeographicHighDensityScatterSeriesView, 'GeographicHighDensityScatterSeriesView', HostSeriesView.$);
|
|
@@ -105,108 +105,114 @@ var GeographicHighDensityScatterSeries = /** @class */ /*@__PURE__*/ (function (
|
|
|
105
105
|
__extends(GeographicHighDensityScatterSeries, _super);
|
|
106
106
|
function GeographicHighDensityScatterSeries() {
|
|
107
107
|
var _this = _super.call(this) || this;
|
|
108
|
-
_this.
|
|
108
|
+
_this.qd = null;
|
|
109
109
|
_this.progressiveLoadStatusChanged = null;
|
|
110
|
-
_this.
|
|
110
|
+
_this.ql = 0;
|
|
111
111
|
_this.ab = GeographicHighDensityScatterSeries.$;
|
|
112
112
|
return _this;
|
|
113
113
|
}
|
|
114
|
-
GeographicHighDensityScatterSeries.prototype.
|
|
114
|
+
GeographicHighDensityScatterSeries.prototype.gu = function () {
|
|
115
|
+
if (!isNaN_(this.gt)) {
|
|
116
|
+
return _super.prototype.gu.call(this);
|
|
117
|
+
}
|
|
118
|
+
return Defaults.q;
|
|
119
|
+
};
|
|
120
|
+
GeographicHighDensityScatterSeries.prototype.get_d5 = function () {
|
|
115
121
|
return true;
|
|
116
122
|
};
|
|
117
|
-
GeographicHighDensityScatterSeries.prototype.
|
|
123
|
+
GeographicHighDensityScatterSeries.prototype.bx = function () {
|
|
118
124
|
return new GeographicHighDensityScatterSeriesView(this);
|
|
119
125
|
};
|
|
120
|
-
GeographicHighDensityScatterSeries.prototype.
|
|
121
|
-
_super.prototype.
|
|
122
|
-
this.
|
|
126
|
+
GeographicHighDensityScatterSeries.prototype.ly = function (a) {
|
|
127
|
+
_super.prototype.ly.call(this, a);
|
|
128
|
+
this.qe = a;
|
|
123
129
|
};
|
|
124
|
-
GeographicHighDensityScatterSeries.prototype.
|
|
125
|
-
this.
|
|
126
|
-
return this.
|
|
130
|
+
GeographicHighDensityScatterSeries.prototype.p4 = function () {
|
|
131
|
+
this.qd = new HighDensityScatterSeries();
|
|
132
|
+
return this.qd;
|
|
127
133
|
};
|
|
128
|
-
Object.defineProperty(GeographicHighDensityScatterSeries.prototype, "
|
|
134
|
+
Object.defineProperty(GeographicHighDensityScatterSeries.prototype, "qn", {
|
|
129
135
|
get: function () {
|
|
130
|
-
return this.
|
|
136
|
+
return this.ql;
|
|
131
137
|
},
|
|
132
138
|
set: function (a) {
|
|
133
|
-
var b = this.
|
|
134
|
-
this.
|
|
135
|
-
this.raisePropertyChanged("ProgressiveStatus", b, this.
|
|
139
|
+
var b = this.ql;
|
|
140
|
+
this.ql = a;
|
|
141
|
+
this.raisePropertyChanged("ProgressiveStatus", b, this.ql);
|
|
136
142
|
},
|
|
137
143
|
enumerable: false,
|
|
138
144
|
configurable: true
|
|
139
145
|
});
|
|
140
|
-
GeographicHighDensityScatterSeries.prototype.
|
|
141
|
-
_super.prototype.
|
|
142
|
-
var a = this.
|
|
143
|
-
a.progressiveLoadStatusChanged = delegateCombine(a.progressiveLoadStatusChanged, runOn(this, this.
|
|
144
|
-
var b = this.
|
|
145
|
-
b.propertyUpdated = delegateCombine(b.propertyUpdated, runOn(this, this.
|
|
146
|
-
};
|
|
147
|
-
GeographicHighDensityScatterSeries.prototype.
|
|
148
|
-
this.
|
|
146
|
+
GeographicHighDensityScatterSeries.prototype.qa = function () {
|
|
147
|
+
_super.prototype.qa.call(this);
|
|
148
|
+
var a = this.p5;
|
|
149
|
+
a.progressiveLoadStatusChanged = delegateCombine(a.progressiveLoadStatusChanged, runOn(this, this.q1));
|
|
150
|
+
var b = this.p5;
|
|
151
|
+
b.propertyUpdated = delegateCombine(b.propertyUpdated, runOn(this, this.q0));
|
|
152
|
+
};
|
|
153
|
+
GeographicHighDensityScatterSeries.prototype.q1 = function (a, b) {
|
|
154
|
+
this.qn = b.currentStatus;
|
|
149
155
|
if (this.progressiveLoadStatusChanged != null) {
|
|
150
156
|
this.progressiveLoadStatusChanged(this, b);
|
|
151
157
|
}
|
|
152
158
|
};
|
|
153
|
-
GeographicHighDensityScatterSeries.prototype.
|
|
154
|
-
if (this.
|
|
159
|
+
GeographicHighDensityScatterSeries.prototype.q0 = function (a, b) {
|
|
160
|
+
if (this.qd == null) {
|
|
155
161
|
return;
|
|
156
162
|
}
|
|
157
163
|
};
|
|
158
|
-
GeographicHighDensityScatterSeries.prototype.
|
|
159
|
-
_super.prototype.
|
|
164
|
+
GeographicHighDensityScatterSeries.prototype.l3 = function (a, b, c, d) {
|
|
165
|
+
_super.prototype.l3.call(this, a, b, c, d);
|
|
160
166
|
switch (b) {
|
|
161
167
|
case "SeriesViewer":
|
|
162
|
-
this.
|
|
168
|
+
this.qe.co();
|
|
163
169
|
break;
|
|
164
170
|
case GeographicHighDensityScatterSeries.$$p[5]:
|
|
165
|
-
this.
|
|
171
|
+
this.qe.ck();
|
|
166
172
|
break;
|
|
167
173
|
case GeographicHighDensityScatterSeries.$$p[4]:
|
|
168
|
-
this.
|
|
174
|
+
this.qe.cj();
|
|
169
175
|
break;
|
|
170
176
|
case GeographicHighDensityScatterSeries.$$p[9]:
|
|
171
|
-
this.
|
|
177
|
+
this.qe.cp();
|
|
172
178
|
break;
|
|
173
179
|
case GeographicHighDensityScatterSeries.$$p[8]:
|
|
174
|
-
this.
|
|
180
|
+
this.qe.cn();
|
|
175
181
|
break;
|
|
176
182
|
case GeographicHighDensityScatterSeries.$$p[6]:
|
|
177
|
-
this.
|
|
183
|
+
this.qe.cl();
|
|
178
184
|
break;
|
|
179
185
|
case "XAxis":
|
|
180
|
-
this.
|
|
186
|
+
this.qe.cq();
|
|
181
187
|
break;
|
|
182
188
|
case "YAxis":
|
|
183
|
-
this.
|
|
189
|
+
this.qe.cr();
|
|
184
190
|
break;
|
|
185
191
|
case GeographicHighDensityScatterSeries.$$p[3]:
|
|
186
|
-
this.
|
|
192
|
+
this.qe.ci();
|
|
187
193
|
break;
|
|
188
194
|
case GeographicHighDensityScatterSeries.$$p[1]:
|
|
189
|
-
this.
|
|
195
|
+
this.qe.cg();
|
|
190
196
|
break;
|
|
191
197
|
case GeographicHighDensityScatterSeries.$$p[2]:
|
|
192
|
-
this.
|
|
198
|
+
this.qe.ch();
|
|
193
199
|
break;
|
|
194
200
|
case GeographicHighDensityScatterSeries.$$p[0]:
|
|
195
|
-
this.
|
|
201
|
+
this.qe.cf();
|
|
196
202
|
break;
|
|
197
203
|
case GeographicHighDensityScatterSeries.$$p[7]:
|
|
198
|
-
this.
|
|
204
|
+
this.qe.cm();
|
|
199
205
|
break;
|
|
200
206
|
}
|
|
201
207
|
};
|
|
202
|
-
GeographicHighDensityScatterSeries.prototype.
|
|
208
|
+
GeographicHighDensityScatterSeries.prototype.get_e3 = function () {
|
|
203
209
|
return true;
|
|
204
210
|
};
|
|
205
|
-
GeographicHighDensityScatterSeries.prototype.
|
|
206
|
-
_super.prototype.
|
|
211
|
+
GeographicHighDensityScatterSeries.prototype.set_e3 = function (a) {
|
|
212
|
+
_super.prototype.set_e3.call(this, a);
|
|
207
213
|
};
|
|
208
214
|
GeographicHighDensityScatterSeries.$t = markType(GeographicHighDensityScatterSeries, 'GeographicHighDensityScatterSeries', GeographicMapSeriesHost.$);
|
|
209
|
-
GeographicHighDensityScatterSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicHighDensityScatterSeries, 'raisePropertyChanged', ['HeatMaximumColor:
|
|
215
|
+
GeographicHighDensityScatterSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicHighDensityScatterSeries, 'raisePropertyChanged', ['HeatMaximumColor:rc:q2', [Color.$, Defaults.ap], 'HeatMaximum:qi:q3', [1, 50], 'HeatMinimumColor:rd:q4', [Color.$, Defaults.aq], 'HeatMinimum:qj:q5', [1, 0], 'LatitudeMemberPath:qs:q6', [2, null], 'LongitudeMemberPath:qu:q7', [2, null], 'MouseOverEnabled:qf:q8', [0, false], 'PointExtent:qm:q9', [1, 1], 'ProgressiveLoad:qg:ra', [0, true], 'UseBruteForce:qh:rb', [0, false]]);
|
|
210
216
|
return GeographicHighDensityScatterSeries;
|
|
211
217
|
}(GeographicMapSeriesHost));
|
|
212
218
|
export { GeographicHighDensityScatterSeries };
|