igniteui-angular-maps 14.1.1 → 14.2.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 +1512 -1461
- package/bundles/igniteui-angular-maps.umd.min.js +1 -1
- package/esm2015/lib/GeographicContourLineSeriesView_combined.js +36 -36
- package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +79 -79
- package/esm2015/lib/GeographicMapSeriesHost_combined.js +176 -176
- package/esm2015/lib/GeographicMarkerSeries.js +29 -29
- package/esm2015/lib/GeographicPolylineSeriesView_combined.js +17 -17
- package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +89 -89
- package/esm2015/lib/GeographicShapeSeriesBase_combined.js +60 -60
- package/esm2015/lib/GeographicShapeSeriesView_combined.js +56 -56
- package/esm2015/lib/GeographicSymbolSeriesView_combined.js +56 -56
- package/esm2015/lib/GeographicTileSeries.js +28 -28
- package/esm2015/lib/TileSeries_combined.js +88 -88
- package/esm2015/lib/XamGeographicMap_combined.js +472 -460
- package/esm2015/lib/igx-geographic-contour-line-series-component.js +27 -24
- package/esm2015/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
- package/esm2015/lib/igx-geographic-map-component.js +52 -50
- package/esm2015/lib/igx-geographic-map-imagery.js +25 -2
- 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 +44 -42
- package/esm2015/lib/igx-geographic-scatter-area-series-component.js +19 -17
- package/esm2015/lib/igx-geographic-shape-series-base-component.js +26 -20
- package/esm2015/lib/igx-geographic-shape-series-component.js +33 -33
- package/esm2015/lib/igx-geographic-symbol-series-component.js +14 -14
- package/esm2015/lib/igx-geographic-tile-series-component.js +6 -5
- package/esm2015/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
- package/esm2015/lib/igx-tile-series-component.js +5 -4
- package/esm5/lib/GeographicContourLineSeriesView_combined.js +36 -36
- package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +79 -79
- package/esm5/lib/GeographicMapSeriesHost_combined.js +174 -174
- package/esm5/lib/GeographicMarkerSeries.js +29 -29
- package/esm5/lib/GeographicPolylineSeriesView_combined.js +17 -17
- package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +89 -89
- package/esm5/lib/GeographicShapeSeriesBase_combined.js +59 -59
- package/esm5/lib/GeographicShapeSeriesView_combined.js +56 -56
- package/esm5/lib/GeographicSymbolSeriesView_combined.js +56 -56
- package/esm5/lib/GeographicTileSeries.js +27 -27
- package/esm5/lib/TileSeries_combined.js +86 -86
- package/esm5/lib/XamGeographicMap_combined.js +465 -453
- package/esm5/lib/igx-geographic-contour-line-series-component.js +27 -24
- package/esm5/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
- package/esm5/lib/igx-geographic-map-component.js +52 -50
- package/esm5/lib/igx-geographic-map-imagery.js +26 -3
- 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 +44 -42
- package/esm5/lib/igx-geographic-scatter-area-series-component.js +19 -17
- package/esm5/lib/igx-geographic-shape-series-base-component.js +26 -20
- package/esm5/lib/igx-geographic-shape-series-component.js +33 -33
- package/esm5/lib/igx-geographic-symbol-series-component.js +14 -14
- package/esm5/lib/igx-geographic-tile-series-component.js +6 -5
- package/esm5/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
- package/esm5/lib/igx-tile-series-component.js +5 -4
- package/fesm2015/igniteui-angular-maps.js +1525 -1474
- package/fesm5/igniteui-angular-maps.js +1513 -1462
- package/lib/GeographicContourLineSeriesView_combined.d.ts +14 -14
- package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +24 -24
- package/lib/GeographicMapSeriesHost_combined.d.ts +39 -39
- package/lib/GeographicMarkerSeries.d.ts +18 -18
- package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
- package/lib/GeographicPolylineSeriesView_combined.d.ts +8 -8
- package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +25 -25
- package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
- package/lib/GeographicShapeSeriesBase_combined.d.ts +23 -23
- package/lib/GeographicShapeSeriesView_combined.d.ts +27 -27
- package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicSymbolSeriesView_combined.d.ts +19 -19
- package/lib/GeographicTileSeries.d.ts +10 -10
- package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
- package/lib/TileSeries_combined.d.ts +21 -21
- package/lib/XamGeographicMap_combined.d.ts +112 -112
- package/lib/igx-geographic-map-imagery.d.ts +4 -1
- package/package.json +2 -2
|
@@ -27,71 +27,71 @@ var GeographicHighDensityScatterSeriesView = /** @class */ /*@__PURE__*/ (functi
|
|
|
27
27
|
}
|
|
28
28
|
GeographicHighDensityScatterSeriesView.prototype.b2 = function () {
|
|
29
29
|
_super.prototype.b2.call(this);
|
|
30
|
-
var a = typeCast(HighDensityScatterSeries.$, this.ce.
|
|
31
|
-
a.
|
|
32
|
-
a.
|
|
33
|
-
a.
|
|
34
|
-
a.
|
|
35
|
-
a.
|
|
36
|
-
a.
|
|
37
|
-
a.
|
|
38
|
-
a.
|
|
39
|
-
a.
|
|
40
|
-
a.
|
|
30
|
+
var a = typeCast(HighDensityScatterSeries.$, this.ce.qa);
|
|
31
|
+
a.si = this.ce.qz;
|
|
32
|
+
a.sq = this.ce.qx;
|
|
33
|
+
a.qv = this.ce.qm;
|
|
34
|
+
a.qu = this.ce.ql;
|
|
35
|
+
a.em = this.ce.qk;
|
|
36
|
+
a.rq = this.ce.qo;
|
|
37
|
+
a.rp = this.ce.qn;
|
|
38
|
+
a.to = this.ce.ri;
|
|
39
|
+
a.tn = this.ce.rh;
|
|
40
|
+
a.r2 = this.ce.qr;
|
|
41
41
|
};
|
|
42
42
|
GeographicHighDensityScatterSeriesView.prototype.ck = function () {
|
|
43
|
-
this.ce.
|
|
43
|
+
this.ce.qa.si = this.ce.qz;
|
|
44
44
|
};
|
|
45
45
|
GeographicHighDensityScatterSeriesView.prototype.cj = function () {
|
|
46
|
-
this.ce.
|
|
46
|
+
this.ce.qa.sq = this.ce.qx;
|
|
47
47
|
};
|
|
48
48
|
GeographicHighDensityScatterSeriesView.prototype.cp = function () {
|
|
49
|
-
this.ce.
|
|
49
|
+
this.ce.qa.qv = this.ce.qm;
|
|
50
50
|
};
|
|
51
51
|
GeographicHighDensityScatterSeriesView.prototype.cn = function () {
|
|
52
|
-
this.ce.
|
|
52
|
+
this.ce.qa.qu = this.ce.ql;
|
|
53
53
|
};
|
|
54
54
|
GeographicHighDensityScatterSeriesView.prototype.cl = function () {
|
|
55
|
-
this.ce.
|
|
55
|
+
this.ce.qa.em = this.ce.qk;
|
|
56
56
|
};
|
|
57
57
|
GeographicHighDensityScatterSeriesView.prototype.ci = function () {
|
|
58
|
-
this.ce.
|
|
58
|
+
this.ce.qa.rq = this.ce.qo;
|
|
59
59
|
};
|
|
60
60
|
GeographicHighDensityScatterSeriesView.prototype.cg = function () {
|
|
61
|
-
this.ce.
|
|
61
|
+
this.ce.qa.rp = this.ce.qn;
|
|
62
62
|
};
|
|
63
63
|
GeographicHighDensityScatterSeriesView.prototype.co = function () {
|
|
64
|
-
var a = typeCast(HighDensityScatterSeries.$, this.ce.
|
|
64
|
+
var a = typeCast(HighDensityScatterSeries.$, this.ce.qa);
|
|
65
65
|
if (this.ce.cd == null) {
|
|
66
|
-
a.
|
|
67
|
-
a.
|
|
66
|
+
a.qf = null;
|
|
67
|
+
a.qh = null;
|
|
68
68
|
return;
|
|
69
69
|
}
|
|
70
|
-
a.
|
|
71
|
-
a.
|
|
70
|
+
a.qf = this.ce.cd.tw;
|
|
71
|
+
a.qh = this.ce.cd.ty;
|
|
72
72
|
};
|
|
73
73
|
GeographicHighDensityScatterSeriesView.prototype.cq = function () {
|
|
74
|
-
this.ce.
|
|
74
|
+
this.ce.qa.qf = this.ce.cd.tw;
|
|
75
75
|
};
|
|
76
76
|
GeographicHighDensityScatterSeriesView.prototype.cr = function () {
|
|
77
|
-
this.ce.
|
|
77
|
+
this.ce.qa.qh = this.ce.cd.ty;
|
|
78
78
|
};
|
|
79
79
|
GeographicHighDensityScatterSeriesView.prototype.ch = function () {
|
|
80
|
-
this.ce.
|
|
80
|
+
this.ce.qa.to = this.ce.ri;
|
|
81
81
|
};
|
|
82
82
|
GeographicHighDensityScatterSeriesView.prototype.cf = function () {
|
|
83
|
-
this.ce.
|
|
83
|
+
this.ce.qa.tn = this.ce.rh;
|
|
84
84
|
};
|
|
85
85
|
GeographicHighDensityScatterSeriesView.prototype.cm = function () {
|
|
86
|
-
this.ce.
|
|
86
|
+
this.ce.qa.r2 = this.ce.qr;
|
|
87
87
|
};
|
|
88
88
|
GeographicHighDensityScatterSeriesView.prototype.as = function () {
|
|
89
89
|
_super.prototype.as.call(this);
|
|
90
90
|
if (!this.q) {
|
|
91
|
-
this.ce.
|
|
92
|
-
this.ce.
|
|
93
|
-
this.ce.
|
|
94
|
-
this.ce.
|
|
91
|
+
this.ce.ri = Defaults.aq;
|
|
92
|
+
this.ce.rh = Defaults.ap;
|
|
93
|
+
this.ce.o7 = Defaults.al;
|
|
94
|
+
this.ce.pc = Defaults.ak;
|
|
95
95
|
}
|
|
96
96
|
};
|
|
97
97
|
GeographicHighDensityScatterSeriesView.$t = markType(GeographicHighDensityScatterSeriesView, 'GeographicHighDensityScatterSeriesView', HostSeriesView.$);
|
|
@@ -105,114 +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.qi = null;
|
|
109
109
|
_this.progressiveLoadStatusChanged = null;
|
|
110
|
-
_this.
|
|
110
|
+
_this.qq = 0;
|
|
111
111
|
_this.ab = GeographicHighDensityScatterSeries.$;
|
|
112
112
|
return _this;
|
|
113
113
|
}
|
|
114
|
-
GeographicHighDensityScatterSeries.prototype.
|
|
115
|
-
if (!isNaN_(this.
|
|
116
|
-
return _super.prototype.
|
|
114
|
+
GeographicHighDensityScatterSeries.prototype.gw = function () {
|
|
115
|
+
if (!isNaN_(this.gv)) {
|
|
116
|
+
return _super.prototype.gw.call(this);
|
|
117
117
|
}
|
|
118
118
|
return Defaults.q;
|
|
119
119
|
};
|
|
120
|
-
GeographicHighDensityScatterSeries.prototype.
|
|
120
|
+
GeographicHighDensityScatterSeries.prototype.get_d6 = function () {
|
|
121
121
|
return true;
|
|
122
122
|
};
|
|
123
123
|
GeographicHighDensityScatterSeries.prototype.bx = function () {
|
|
124
124
|
return new GeographicHighDensityScatterSeriesView(this);
|
|
125
125
|
};
|
|
126
|
-
GeographicHighDensityScatterSeries.prototype.
|
|
127
|
-
_super.prototype.
|
|
128
|
-
this.
|
|
126
|
+
GeographicHighDensityScatterSeries.prototype.l2 = function (a) {
|
|
127
|
+
_super.prototype.l2.call(this, a);
|
|
128
|
+
this.qj = a;
|
|
129
129
|
};
|
|
130
|
-
GeographicHighDensityScatterSeries.prototype.
|
|
131
|
-
this.
|
|
132
|
-
return this.
|
|
130
|
+
GeographicHighDensityScatterSeries.prototype.p9 = function () {
|
|
131
|
+
this.qi = new HighDensityScatterSeries();
|
|
132
|
+
return this.qi;
|
|
133
133
|
};
|
|
134
|
-
Object.defineProperty(GeographicHighDensityScatterSeries.prototype, "
|
|
134
|
+
Object.defineProperty(GeographicHighDensityScatterSeries.prototype, "qs", {
|
|
135
135
|
get: function () {
|
|
136
|
-
return this.
|
|
136
|
+
return this.qq;
|
|
137
137
|
},
|
|
138
138
|
set: function (a) {
|
|
139
|
-
var b = this.
|
|
140
|
-
this.
|
|
141
|
-
this.raisePropertyChanged("ProgressiveStatus", b, this.
|
|
139
|
+
var b = this.qq;
|
|
140
|
+
this.qq = a;
|
|
141
|
+
this.raisePropertyChanged("ProgressiveStatus", b, this.qq);
|
|
142
142
|
},
|
|
143
143
|
enumerable: false,
|
|
144
144
|
configurable: true
|
|
145
145
|
});
|
|
146
|
-
GeographicHighDensityScatterSeries.prototype.
|
|
147
|
-
_super.prototype.
|
|
148
|
-
var a = this.
|
|
149
|
-
a.progressiveLoadStatusChanged = delegateCombine(a.progressiveLoadStatusChanged, runOn(this, this.
|
|
150
|
-
var b = this.
|
|
151
|
-
b.propertyUpdated = delegateCombine(b.propertyUpdated, runOn(this, this.
|
|
152
|
-
};
|
|
153
|
-
GeographicHighDensityScatterSeries.prototype.
|
|
154
|
-
this.
|
|
146
|
+
GeographicHighDensityScatterSeries.prototype.qf = function () {
|
|
147
|
+
_super.prototype.qf.call(this);
|
|
148
|
+
var a = this.qa;
|
|
149
|
+
a.progressiveLoadStatusChanged = delegateCombine(a.progressiveLoadStatusChanged, runOn(this, this.q6));
|
|
150
|
+
var b = this.qa;
|
|
151
|
+
b.propertyUpdated = delegateCombine(b.propertyUpdated, runOn(this, this.q5));
|
|
152
|
+
};
|
|
153
|
+
GeographicHighDensityScatterSeries.prototype.q6 = function (a, b) {
|
|
154
|
+
this.qs = b.currentStatus;
|
|
155
155
|
if (this.progressiveLoadStatusChanged != null) {
|
|
156
156
|
this.progressiveLoadStatusChanged(this, b);
|
|
157
157
|
}
|
|
158
158
|
};
|
|
159
|
-
GeographicHighDensityScatterSeries.prototype.
|
|
160
|
-
if (this.
|
|
159
|
+
GeographicHighDensityScatterSeries.prototype.q5 = function (a, b) {
|
|
160
|
+
if (this.qi == null) {
|
|
161
161
|
return;
|
|
162
162
|
}
|
|
163
163
|
};
|
|
164
|
-
GeographicHighDensityScatterSeries.prototype.
|
|
165
|
-
_super.prototype.
|
|
164
|
+
GeographicHighDensityScatterSeries.prototype.l7 = function (a, b, c, d) {
|
|
165
|
+
_super.prototype.l7.call(this, a, b, c, d);
|
|
166
166
|
switch (b) {
|
|
167
167
|
case "SeriesViewer":
|
|
168
|
-
this.
|
|
168
|
+
this.qj.co();
|
|
169
169
|
break;
|
|
170
170
|
case GeographicHighDensityScatterSeries.$$p[5]:
|
|
171
|
-
this.
|
|
171
|
+
this.qj.ck();
|
|
172
172
|
break;
|
|
173
173
|
case GeographicHighDensityScatterSeries.$$p[4]:
|
|
174
|
-
this.
|
|
174
|
+
this.qj.cj();
|
|
175
175
|
break;
|
|
176
176
|
case GeographicHighDensityScatterSeries.$$p[9]:
|
|
177
|
-
this.
|
|
177
|
+
this.qj.cp();
|
|
178
178
|
break;
|
|
179
179
|
case GeographicHighDensityScatterSeries.$$p[8]:
|
|
180
|
-
this.
|
|
180
|
+
this.qj.cn();
|
|
181
181
|
break;
|
|
182
182
|
case GeographicHighDensityScatterSeries.$$p[6]:
|
|
183
|
-
this.
|
|
183
|
+
this.qj.cl();
|
|
184
184
|
break;
|
|
185
185
|
case "XAxis":
|
|
186
|
-
this.
|
|
186
|
+
this.qj.cq();
|
|
187
187
|
break;
|
|
188
188
|
case "YAxis":
|
|
189
|
-
this.
|
|
189
|
+
this.qj.cr();
|
|
190
190
|
break;
|
|
191
191
|
case GeographicHighDensityScatterSeries.$$p[3]:
|
|
192
|
-
this.
|
|
192
|
+
this.qj.ci();
|
|
193
193
|
break;
|
|
194
194
|
case GeographicHighDensityScatterSeries.$$p[1]:
|
|
195
|
-
this.
|
|
195
|
+
this.qj.cg();
|
|
196
196
|
break;
|
|
197
197
|
case GeographicHighDensityScatterSeries.$$p[2]:
|
|
198
|
-
this.
|
|
198
|
+
this.qj.ch();
|
|
199
199
|
break;
|
|
200
200
|
case GeographicHighDensityScatterSeries.$$p[0]:
|
|
201
|
-
this.
|
|
201
|
+
this.qj.cf();
|
|
202
202
|
break;
|
|
203
203
|
case GeographicHighDensityScatterSeries.$$p[7]:
|
|
204
|
-
this.
|
|
204
|
+
this.qj.cm();
|
|
205
205
|
break;
|
|
206
206
|
}
|
|
207
207
|
};
|
|
208
|
-
GeographicHighDensityScatterSeries.prototype.
|
|
208
|
+
GeographicHighDensityScatterSeries.prototype.get_e5 = function () {
|
|
209
209
|
return true;
|
|
210
210
|
};
|
|
211
|
-
GeographicHighDensityScatterSeries.prototype.
|
|
212
|
-
_super.prototype.
|
|
211
|
+
GeographicHighDensityScatterSeries.prototype.set_e5 = function (a) {
|
|
212
|
+
_super.prototype.set_e5.call(this, a);
|
|
213
213
|
};
|
|
214
214
|
GeographicHighDensityScatterSeries.$t = markType(GeographicHighDensityScatterSeries, 'GeographicHighDensityScatterSeries', GeographicMapSeriesHost.$);
|
|
215
|
-
GeographicHighDensityScatterSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicHighDensityScatterSeries, 'raisePropertyChanged', ['HeatMaximumColor:
|
|
215
|
+
GeographicHighDensityScatterSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicHighDensityScatterSeries, 'raisePropertyChanged', ['HeatMaximumColor:rh:q7', [Color.$, Defaults.ap], 'HeatMaximum:qn:q8', [1, 50], 'HeatMinimumColor:ri:q9', [Color.$, Defaults.aq], 'HeatMinimum:qo:ra', [1, 0], 'LatitudeMemberPath:qx:rb', [2, null], 'LongitudeMemberPath:qz:rc', [2, null], 'MouseOverEnabled:qk:rd', [0, false], 'PointExtent:qr:re', [1, 1], 'ProgressiveLoad:ql:rf', [0, true], 'UseBruteForce:qm:rg', [0, false]]);
|
|
216
216
|
return GeographicHighDensityScatterSeries;
|
|
217
217
|
}(GeographicMapSeriesHost));
|
|
218
218
|
export { GeographicHighDensityScatterSeries };
|