igniteui-angular-maps 20.1.0 → 20.2.0-beta.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 +1518 -1521
- package/bundles/igniteui-angular-maps.umd.min.js +1 -1
- package/esm2015/lib/GeographicContourLineSeriesView_combined.js +37 -37
- package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +79 -79
- package/esm2015/lib/GeographicMapSeriesHost_combined.js +189 -189
- 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 +63 -63
- 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/SphericalMercatorHorizontalScaler.js +2 -2
- package/esm2015/lib/SphericalMercatorVerticalScaler.js +2 -2
- package/esm2015/lib/TileSeries_combined.js +88 -88
- package/esm2015/lib/XamGeographicMap_combined.js +542 -542
- package/esm2015/lib/igx-geographic-contour-line-series-component.js +9 -9
- package/esm2015/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
- package/esm2015/lib/igx-geographic-map-component.js +40 -40
- package/esm2015/lib/igx-geographic-map-imagery.js +0 -3
- package/esm2015/lib/igx-geographic-map-series-host-component.js +22 -22
- 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 +32 -32
- package/esm2015/lib/igx-geographic-scatter-area-series-component.js +8 -8
- package/esm2015/lib/igx-geographic-shape-series-base-component.js +22 -22
- 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 +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 +37 -37
- package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +79 -79
- package/esm5/lib/GeographicMapSeriesHost_combined.js +187 -187
- 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 +62 -62
- 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/SphericalMercatorHorizontalScaler.js +2 -2
- package/esm5/lib/SphericalMercatorVerticalScaler.js +2 -2
- package/esm5/lib/TileSeries_combined.js +86 -86
- package/esm5/lib/XamGeographicMap_combined.js +534 -534
- package/esm5/lib/igx-geographic-contour-line-series-component.js +9 -9
- package/esm5/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
- package/esm5/lib/igx-geographic-map-component.js +40 -40
- package/esm5/lib/igx-geographic-map-imagery.js +0 -3
- package/esm5/lib/igx-geographic-map-series-host-component.js +22 -22
- 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 +32 -32
- package/esm5/lib/igx-geographic-scatter-area-series-component.js +8 -8
- package/esm5/lib/igx-geographic-shape-series-base-component.js +22 -22
- 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 +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 +1532 -1535
- package/fesm5/igniteui-angular-maps.js +1518 -1521
- package/lib/GeographicContourLineSeriesView_combined.d.ts +14 -14
- package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +25 -25
- package/lib/GeographicMapSeriesHost_combined.d.ts +46 -46
- 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 +26 -26
- package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
- package/lib/GeographicShapeSeriesBase_combined.d.ts +26 -26
- 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 +132 -132
- package/package.json +2 -2
|
@@ -27,71 +27,71 @@ var GeographicHighDensityScatterSeriesView = /** @class */ /*@__PURE__*/ (functi
|
|
|
27
27
|
}
|
|
28
28
|
GeographicHighDensityScatterSeriesView.prototype.ci = function () {
|
|
29
29
|
_super.prototype.ci.call(this);
|
|
30
|
-
var a = typeCast(HighDensityScatterSeries.$, this.cu.
|
|
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.cu.xk);
|
|
31
|
+
a.zt = this.cu.x9;
|
|
32
|
+
a.z1 = this.cu.x7;
|
|
33
|
+
a.x6 = this.cu.xw;
|
|
34
|
+
a.x5 = this.cu.xv;
|
|
35
|
+
a.ge = this.cu.xu;
|
|
36
|
+
a.y1 = this.cu.xy;
|
|
37
|
+
a.y0 = this.cu.xx;
|
|
38
|
+
a.aaz = this.cu.ys;
|
|
39
|
+
a.aay = this.cu.yr;
|
|
40
|
+
a.zd = this.cu.x1;
|
|
41
41
|
};
|
|
42
42
|
GeographicHighDensityScatterSeriesView.prototype.c0 = function () {
|
|
43
|
-
this.cu.
|
|
43
|
+
this.cu.xk.zt = this.cu.x9;
|
|
44
44
|
};
|
|
45
45
|
GeographicHighDensityScatterSeriesView.prototype.cz = function () {
|
|
46
|
-
this.cu.
|
|
46
|
+
this.cu.xk.z1 = this.cu.x7;
|
|
47
47
|
};
|
|
48
48
|
GeographicHighDensityScatterSeriesView.prototype.c5 = function () {
|
|
49
|
-
this.cu.
|
|
49
|
+
this.cu.xk.x6 = this.cu.xw;
|
|
50
50
|
};
|
|
51
51
|
GeographicHighDensityScatterSeriesView.prototype.c3 = function () {
|
|
52
|
-
this.cu.
|
|
52
|
+
this.cu.xk.x5 = this.cu.xv;
|
|
53
53
|
};
|
|
54
54
|
GeographicHighDensityScatterSeriesView.prototype.c1 = function () {
|
|
55
|
-
this.cu.
|
|
55
|
+
this.cu.xk.ge = this.cu.xu;
|
|
56
56
|
};
|
|
57
57
|
GeographicHighDensityScatterSeriesView.prototype.cy = function () {
|
|
58
|
-
this.cu.
|
|
58
|
+
this.cu.xk.y1 = this.cu.xy;
|
|
59
59
|
};
|
|
60
60
|
GeographicHighDensityScatterSeriesView.prototype.cw = function () {
|
|
61
|
-
this.cu.
|
|
61
|
+
this.cu.xk.y0 = this.cu.xx;
|
|
62
62
|
};
|
|
63
63
|
GeographicHighDensityScatterSeriesView.prototype.c4 = function () {
|
|
64
|
-
var a = typeCast(HighDensityScatterSeries.$, this.cu.
|
|
64
|
+
var a = typeCast(HighDensityScatterSeries.$, this.cu.xk);
|
|
65
65
|
if (this.cu.dc == null) {
|
|
66
|
-
a.
|
|
67
|
-
a.
|
|
66
|
+
a.xp = null;
|
|
67
|
+
a.xr = null;
|
|
68
68
|
return;
|
|
69
69
|
}
|
|
70
|
-
a.
|
|
71
|
-
a.
|
|
70
|
+
a.xp = this.cu.dc.zh;
|
|
71
|
+
a.xr = this.cu.dc.zj;
|
|
72
72
|
};
|
|
73
73
|
GeographicHighDensityScatterSeriesView.prototype.c6 = function () {
|
|
74
|
-
this.cu.
|
|
74
|
+
this.cu.xk.xp = this.cu.dc.zh;
|
|
75
75
|
};
|
|
76
76
|
GeographicHighDensityScatterSeriesView.prototype.c7 = function () {
|
|
77
|
-
this.cu.
|
|
77
|
+
this.cu.xk.xr = this.cu.dc.zj;
|
|
78
78
|
};
|
|
79
79
|
GeographicHighDensityScatterSeriesView.prototype.cx = function () {
|
|
80
|
-
this.cu.
|
|
80
|
+
this.cu.xk.aaz = this.cu.ys;
|
|
81
81
|
};
|
|
82
82
|
GeographicHighDensityScatterSeriesView.prototype.cv = function () {
|
|
83
|
-
this.cu.
|
|
83
|
+
this.cu.xk.aay = this.cu.yr;
|
|
84
84
|
};
|
|
85
85
|
GeographicHighDensityScatterSeriesView.prototype.c2 = function () {
|
|
86
|
-
this.cu.
|
|
86
|
+
this.cu.xk.zd = this.cu.x1;
|
|
87
87
|
};
|
|
88
88
|
GeographicHighDensityScatterSeriesView.prototype.a4 = function () {
|
|
89
89
|
_super.prototype.a4.call(this);
|
|
90
90
|
if (!this.t) {
|
|
91
|
-
this.cu.
|
|
92
|
-
this.cu.
|
|
93
|
-
this.cu.
|
|
94
|
-
this.cu.
|
|
91
|
+
this.cu.ys = Defaults.bf;
|
|
92
|
+
this.cu.yr = Defaults.be;
|
|
93
|
+
this.cu.vy = Defaults.ba;
|
|
94
|
+
this.cu.we = Defaults.a9;
|
|
95
95
|
}
|
|
96
96
|
};
|
|
97
97
|
GeographicHighDensityScatterSeriesView.$t = markType(GeographicHighDensityScatterSeriesView, 'GeographicHighDensityScatterSeriesView', HostSeriesView.$);
|
|
@@ -105,117 +105,117 @@ 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.xs = null;
|
|
109
109
|
_this.progressiveLoadStatusChanged = null;
|
|
110
|
-
_this.
|
|
110
|
+
_this.x0 = 0;
|
|
111
111
|
_this.ab = GeographicHighDensityScatterSeries.$;
|
|
112
112
|
return _this;
|
|
113
113
|
}
|
|
114
114
|
GeographicHighDensityScatterSeries.prototype.bk = function () {
|
|
115
115
|
return new GeographicHighDensityScatterSeries();
|
|
116
116
|
};
|
|
117
|
-
GeographicHighDensityScatterSeries.prototype.
|
|
118
|
-
if (!isNaN_(this.
|
|
119
|
-
return _super.prototype.
|
|
117
|
+
GeographicHighDensityScatterSeries.prototype.js = function () {
|
|
118
|
+
if (!isNaN_(this.jr)) {
|
|
119
|
+
return _super.prototype.js.call(this);
|
|
120
120
|
}
|
|
121
121
|
return Defaults.ad;
|
|
122
122
|
};
|
|
123
|
-
GeographicHighDensityScatterSeries.prototype.
|
|
123
|
+
GeographicHighDensityScatterSeries.prototype.get_fr = function () {
|
|
124
124
|
return true;
|
|
125
125
|
};
|
|
126
126
|
GeographicHighDensityScatterSeries.prototype.ct = function () {
|
|
127
127
|
return new GeographicHighDensityScatterSeriesView(this);
|
|
128
128
|
};
|
|
129
|
-
GeographicHighDensityScatterSeries.prototype.
|
|
130
|
-
_super.prototype.
|
|
131
|
-
this.
|
|
129
|
+
GeographicHighDensityScatterSeries.prototype.rg = function (a) {
|
|
130
|
+
_super.prototype.rg.call(this, a);
|
|
131
|
+
this.xt = a;
|
|
132
132
|
};
|
|
133
|
-
GeographicHighDensityScatterSeries.prototype.
|
|
134
|
-
this.
|
|
135
|
-
return this.
|
|
133
|
+
GeographicHighDensityScatterSeries.prototype.xj = function () {
|
|
134
|
+
this.xs = new HighDensityScatterSeries();
|
|
135
|
+
return this.xs;
|
|
136
136
|
};
|
|
137
|
-
Object.defineProperty(GeographicHighDensityScatterSeries.prototype, "
|
|
137
|
+
Object.defineProperty(GeographicHighDensityScatterSeries.prototype, "x2", {
|
|
138
138
|
get: function () {
|
|
139
|
-
return this.
|
|
139
|
+
return this.x0;
|
|
140
140
|
},
|
|
141
141
|
set: function (a) {
|
|
142
|
-
var b = this.
|
|
143
|
-
this.
|
|
144
|
-
this.raisePropertyChanged("ProgressiveStatus", b, this.
|
|
142
|
+
var b = this.x0;
|
|
143
|
+
this.x0 = a;
|
|
144
|
+
this.raisePropertyChanged("ProgressiveStatus", b, this.x0);
|
|
145
145
|
},
|
|
146
146
|
enumerable: false,
|
|
147
147
|
configurable: true
|
|
148
148
|
});
|
|
149
|
-
GeographicHighDensityScatterSeries.prototype.
|
|
150
|
-
_super.prototype.
|
|
151
|
-
var c = this.
|
|
152
|
-
c.progressiveLoadStatusChanged = delegateCombine(c.progressiveLoadStatusChanged, runOn(this, this.
|
|
153
|
-
var d = this.
|
|
154
|
-
d.propertyUpdated = delegateCombine(d.propertyUpdated, runOn(this, this.
|
|
155
|
-
};
|
|
156
|
-
GeographicHighDensityScatterSeries.prototype.
|
|
157
|
-
this.
|
|
149
|
+
GeographicHighDensityScatterSeries.prototype.xp = function (a, b) {
|
|
150
|
+
_super.prototype.xp.call(this, a, b);
|
|
151
|
+
var c = this.xk;
|
|
152
|
+
c.progressiveLoadStatusChanged = delegateCombine(c.progressiveLoadStatusChanged, runOn(this, this.yg));
|
|
153
|
+
var d = this.xk;
|
|
154
|
+
d.propertyUpdated = delegateCombine(d.propertyUpdated, runOn(this, this.yf));
|
|
155
|
+
};
|
|
156
|
+
GeographicHighDensityScatterSeries.prototype.yg = function (a, b) {
|
|
157
|
+
this.x2 = b.currentStatus;
|
|
158
158
|
if (this.progressiveLoadStatusChanged != null) {
|
|
159
159
|
this.progressiveLoadStatusChanged(this, b);
|
|
160
160
|
}
|
|
161
161
|
};
|
|
162
|
-
GeographicHighDensityScatterSeries.prototype.
|
|
163
|
-
if (this.
|
|
162
|
+
GeographicHighDensityScatterSeries.prototype.yf = function (a, b) {
|
|
163
|
+
if (this.xs == null) {
|
|
164
164
|
return;
|
|
165
165
|
}
|
|
166
166
|
};
|
|
167
|
-
GeographicHighDensityScatterSeries.prototype.
|
|
168
|
-
_super.prototype.
|
|
167
|
+
GeographicHighDensityScatterSeries.prototype.rp = function (a, b, c, d) {
|
|
168
|
+
_super.prototype.rp.call(this, a, b, c, d);
|
|
169
169
|
switch (b) {
|
|
170
170
|
case "SeriesViewer":
|
|
171
|
-
this.
|
|
171
|
+
this.xt.c4();
|
|
172
172
|
break;
|
|
173
173
|
case GeographicHighDensityScatterSeries.$$p[5]:
|
|
174
|
-
this.
|
|
174
|
+
this.xt.c0();
|
|
175
175
|
break;
|
|
176
176
|
case GeographicHighDensityScatterSeries.$$p[4]:
|
|
177
|
-
this.
|
|
177
|
+
this.xt.cz();
|
|
178
178
|
break;
|
|
179
179
|
case GeographicHighDensityScatterSeries.$$p[9]:
|
|
180
|
-
this.
|
|
180
|
+
this.xt.c5();
|
|
181
181
|
break;
|
|
182
182
|
case GeographicHighDensityScatterSeries.$$p[8]:
|
|
183
|
-
this.
|
|
183
|
+
this.xt.c3();
|
|
184
184
|
break;
|
|
185
185
|
case GeographicHighDensityScatterSeries.$$p[6]:
|
|
186
|
-
this.
|
|
186
|
+
this.xt.c1();
|
|
187
187
|
break;
|
|
188
188
|
case "XAxis":
|
|
189
|
-
this.
|
|
189
|
+
this.xt.c6();
|
|
190
190
|
break;
|
|
191
191
|
case "YAxis":
|
|
192
|
-
this.
|
|
192
|
+
this.xt.c7();
|
|
193
193
|
break;
|
|
194
194
|
case GeographicHighDensityScatterSeries.$$p[3]:
|
|
195
|
-
this.
|
|
195
|
+
this.xt.cy();
|
|
196
196
|
break;
|
|
197
197
|
case GeographicHighDensityScatterSeries.$$p[1]:
|
|
198
|
-
this.
|
|
198
|
+
this.xt.cw();
|
|
199
199
|
break;
|
|
200
200
|
case GeographicHighDensityScatterSeries.$$p[2]:
|
|
201
|
-
this.
|
|
201
|
+
this.xt.cx();
|
|
202
202
|
break;
|
|
203
203
|
case GeographicHighDensityScatterSeries.$$p[0]:
|
|
204
|
-
this.
|
|
204
|
+
this.xt.cv();
|
|
205
205
|
break;
|
|
206
206
|
case GeographicHighDensityScatterSeries.$$p[7]:
|
|
207
|
-
this.
|
|
207
|
+
this.xt.c2();
|
|
208
208
|
break;
|
|
209
209
|
}
|
|
210
210
|
};
|
|
211
|
-
GeographicHighDensityScatterSeries.prototype.
|
|
211
|
+
GeographicHighDensityScatterSeries.prototype.get_hd = function () {
|
|
212
212
|
return true;
|
|
213
213
|
};
|
|
214
|
-
GeographicHighDensityScatterSeries.prototype.
|
|
215
|
-
_super.prototype.
|
|
214
|
+
GeographicHighDensityScatterSeries.prototype.set_hd = function (a) {
|
|
215
|
+
_super.prototype.set_hd.call(this, a);
|
|
216
216
|
};
|
|
217
217
|
GeographicHighDensityScatterSeries.$t = markType(GeographicHighDensityScatterSeries, 'GeographicHighDensityScatterSeries', GeographicMapSeriesHost.$);
|
|
218
|
-
GeographicHighDensityScatterSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicHighDensityScatterSeries, 'raisePropertyChanged', ['HeatMaximumColor:
|
|
218
|
+
GeographicHighDensityScatterSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicHighDensityScatterSeries, 'raisePropertyChanged', ['HeatMaximumColor:yr:yh', [Color.$, Defaults.be], 'HeatMaximum:xx:yi', [1, 50], 'HeatMinimumColor:ys:yj', [Color.$, Defaults.bf], 'HeatMinimum:xy:yk', [1, 0], 'LatitudeMemberPath:x7:yl', [2, null], 'LongitudeMemberPath:x9:ym', [2, null], 'MouseOverEnabled:xu:yn', [0, false], 'PointExtent:x1:yo', [1, 1], 'ProgressiveLoad:xv:yp', [0, true], 'UseBruteForce:xw:yq', [0, false]]);
|
|
219
219
|
return GeographicHighDensityScatterSeries;
|
|
220
220
|
}(GeographicMapSeriesHost));
|
|
221
221
|
export { GeographicHighDensityScatterSeries };
|