igniteui-angular-maps 21.0.1-beta.0 → 21.1.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.
Files changed (74) hide show
  1. package/bundles/igniteui-angular-maps.umd.js +1398 -1398
  2. package/bundles/igniteui-angular-maps.umd.min.js +1 -1
  3. package/esm2015/lib/GeographicContourLineSeriesView_combined.js +36 -36
  4. package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +75 -75
  5. package/esm2015/lib/GeographicMapSeriesHost_combined.js +188 -188
  6. package/esm2015/lib/GeographicMarkerSeries.js +28 -28
  7. package/esm2015/lib/GeographicPolylineSeriesView_combined.js +16 -16
  8. package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +86 -86
  9. package/esm2015/lib/GeographicShapeSeriesBase_combined.js +61 -61
  10. package/esm2015/lib/GeographicShapeSeriesView_combined.js +54 -54
  11. package/esm2015/lib/GeographicSymbolSeriesView_combined.js +54 -54
  12. package/esm2015/lib/GeographicTileSeries.js +26 -26
  13. package/esm2015/lib/TileSeries_combined.js +88 -88
  14. package/esm2015/lib/XamGeographicMap_combined.js +452 -452
  15. package/esm2015/lib/igx-geographic-contour-line-series-component.js +8 -8
  16. package/esm2015/lib/igx-geographic-high-density-scatter-series-component.js +22 -22
  17. package/esm2015/lib/igx-geographic-map-component.js +40 -40
  18. package/esm2015/lib/igx-geographic-map-series-host-component.js +21 -21
  19. package/esm2015/lib/igx-geographic-marker-series-component.js +22 -22
  20. package/esm2015/lib/igx-geographic-polyline-series-component.js +10 -10
  21. package/esm2015/lib/igx-geographic-proportional-symbol-series-component.js +32 -32
  22. package/esm2015/lib/igx-geographic-scatter-area-series-component.js +7 -7
  23. package/esm2015/lib/igx-geographic-shape-series-base-component.js +22 -22
  24. package/esm2015/lib/igx-geographic-shape-series-component.js +32 -32
  25. package/esm2015/lib/igx-geographic-symbol-series-component.js +14 -14
  26. package/esm2015/lib/igx-geographic-tile-series-component.js +3 -3
  27. package/esm2015/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  28. package/esm2015/lib/igx-tile-series-component.js +2 -2
  29. package/esm5/lib/GeographicContourLineSeriesView_combined.js +36 -36
  30. package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +75 -75
  31. package/esm5/lib/GeographicMapSeriesHost_combined.js +186 -186
  32. package/esm5/lib/GeographicMarkerSeries.js +28 -28
  33. package/esm5/lib/GeographicPolylineSeriesView_combined.js +16 -16
  34. package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +86 -86
  35. package/esm5/lib/GeographicShapeSeriesBase_combined.js +60 -60
  36. package/esm5/lib/GeographicShapeSeriesView_combined.js +54 -54
  37. package/esm5/lib/GeographicSymbolSeriesView_combined.js +54 -54
  38. package/esm5/lib/GeographicTileSeries.js +25 -25
  39. package/esm5/lib/TileSeries_combined.js +86 -86
  40. package/esm5/lib/XamGeographicMap_combined.js +445 -445
  41. package/esm5/lib/igx-geographic-contour-line-series-component.js +8 -8
  42. package/esm5/lib/igx-geographic-high-density-scatter-series-component.js +22 -22
  43. package/esm5/lib/igx-geographic-map-component.js +40 -40
  44. package/esm5/lib/igx-geographic-map-series-host-component.js +21 -21
  45. package/esm5/lib/igx-geographic-marker-series-component.js +22 -22
  46. package/esm5/lib/igx-geographic-polyline-series-component.js +10 -10
  47. package/esm5/lib/igx-geographic-proportional-symbol-series-component.js +32 -32
  48. package/esm5/lib/igx-geographic-scatter-area-series-component.js +7 -7
  49. package/esm5/lib/igx-geographic-shape-series-base-component.js +22 -22
  50. package/esm5/lib/igx-geographic-shape-series-component.js +32 -32
  51. package/esm5/lib/igx-geographic-symbol-series-component.js +14 -14
  52. package/esm5/lib/igx-geographic-tile-series-component.js +3 -3
  53. package/esm5/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  54. package/esm5/lib/igx-tile-series-component.js +2 -2
  55. package/fesm2015/igniteui-angular-maps.js +1412 -1412
  56. package/fesm5/igniteui-angular-maps.js +1398 -1398
  57. package/lib/GeographicContourLineSeriesView_combined.d.ts +11 -11
  58. package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +19 -19
  59. package/lib/GeographicMapSeriesHost_combined.d.ts +43 -43
  60. package/lib/GeographicMarkerSeries.d.ts +15 -15
  61. package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
  62. package/lib/GeographicPolylineSeriesView_combined.d.ts +7 -7
  63. package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
  64. package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +22 -22
  65. package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
  66. package/lib/GeographicShapeSeriesBase_combined.d.ts +20 -20
  67. package/lib/GeographicShapeSeriesView_combined.d.ts +23 -23
  68. package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
  69. package/lib/GeographicSymbolSeriesView_combined.d.ts +15 -15
  70. package/lib/GeographicTileSeries.d.ts +8 -8
  71. package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
  72. package/lib/TileSeries_combined.d.ts +19 -19
  73. package/lib/XamGeographicMap_combined.d.ts +105 -105
  74. 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.xm);
31
- a.zv = this.cu.yb;
32
- a.z3 = this.cu.x9;
30
+ var a = typeCast(HighDensityScatterSeries.$, this.cu.xn);
31
+ a.zw = this.cu.yc;
32
+ a.z4 = this.cu.ya;
33
+ a.x9 = this.cu.xz;
33
34
  a.x8 = this.cu.xy;
34
- a.x7 = this.cu.xx;
35
- a.gf = this.cu.xw;
35
+ a.gf = this.cu.xx;
36
+ a.y4 = this.cu.x1;
36
37
  a.y3 = this.cu.x0;
37
- a.y2 = this.cu.xz;
38
+ a.aa2 = this.cu.yv;
38
39
  a.aa1 = this.cu.yu;
39
- a.aa0 = this.cu.yt;
40
- a.zf = this.cu.x3;
40
+ a.zg = this.cu.x4;
41
41
  };
42
42
  GeographicHighDensityScatterSeriesView.prototype.c0 = function () {
43
- this.cu.xm.zv = this.cu.yb;
43
+ this.cu.xn.zw = this.cu.yc;
44
44
  };
45
45
  GeographicHighDensityScatterSeriesView.prototype.cz = function () {
46
- this.cu.xm.z3 = this.cu.x9;
46
+ this.cu.xn.z4 = this.cu.ya;
47
47
  };
48
48
  GeographicHighDensityScatterSeriesView.prototype.c5 = function () {
49
- this.cu.xm.x8 = this.cu.xy;
49
+ this.cu.xn.x9 = this.cu.xz;
50
50
  };
51
51
  GeographicHighDensityScatterSeriesView.prototype.c3 = function () {
52
- this.cu.xm.x7 = this.cu.xx;
52
+ this.cu.xn.x8 = this.cu.xy;
53
53
  };
54
54
  GeographicHighDensityScatterSeriesView.prototype.c1 = function () {
55
- this.cu.xm.gf = this.cu.xw;
55
+ this.cu.xn.gf = this.cu.xx;
56
56
  };
57
57
  GeographicHighDensityScatterSeriesView.prototype.cy = function () {
58
- this.cu.xm.y3 = this.cu.x0;
58
+ this.cu.xn.y4 = this.cu.x1;
59
59
  };
60
60
  GeographicHighDensityScatterSeriesView.prototype.cw = function () {
61
- this.cu.xm.y2 = this.cu.xz;
61
+ this.cu.xn.y3 = this.cu.x0;
62
62
  };
63
63
  GeographicHighDensityScatterSeriesView.prototype.c4 = function () {
64
- var a = typeCast(HighDensityScatterSeries.$, this.cu.xm);
64
+ var a = typeCast(HighDensityScatterSeries.$, this.cu.xn);
65
65
  if (this.cu.dc == null) {
66
- a.xr = null;
67
- a.xt = null;
66
+ a.xs = null;
67
+ a.xu = null;
68
68
  return;
69
69
  }
70
- a.xr = this.cu.dc.zh;
71
- a.xt = this.cu.dc.zj;
70
+ a.xs = this.cu.dc.zl;
71
+ a.xu = this.cu.dc.zn;
72
72
  };
73
73
  GeographicHighDensityScatterSeriesView.prototype.c6 = function () {
74
- this.cu.xm.xr = this.cu.dc.zh;
74
+ this.cu.xn.xs = this.cu.dc.zl;
75
75
  };
76
76
  GeographicHighDensityScatterSeriesView.prototype.c7 = function () {
77
- this.cu.xm.xt = this.cu.dc.zj;
77
+ this.cu.xn.xu = this.cu.dc.zn;
78
78
  };
79
79
  GeographicHighDensityScatterSeriesView.prototype.cx = function () {
80
- this.cu.xm.aa1 = this.cu.yu;
80
+ this.cu.xn.aa2 = this.cu.yv;
81
81
  };
82
82
  GeographicHighDensityScatterSeriesView.prototype.cv = function () {
83
- this.cu.xm.aa0 = this.cu.yt;
83
+ this.cu.xn.aa1 = this.cu.yu;
84
84
  };
85
85
  GeographicHighDensityScatterSeriesView.prototype.c2 = function () {
86
- this.cu.xm.zf = this.cu.x3;
86
+ this.cu.xn.zg = this.cu.x4;
87
87
  };
88
88
  GeographicHighDensityScatterSeriesView.prototype.a4 = function () {
89
89
  _super.prototype.a4.call(this);
90
90
  if (!this.t) {
91
- this.cu.yu = Defaults.bf;
92
- this.cu.yt = Defaults.be;
93
- this.cu.v0 = Defaults.ba;
94
- this.cu.wg = Defaults.a9;
91
+ this.cu.yv = Defaults.bf;
92
+ this.cu.yu = Defaults.be;
93
+ this.cu.v1 = Defaults.ba;
94
+ this.cu.wh = Defaults.a9;
95
95
  }
96
96
  };
97
97
  GeographicHighDensityScatterSeriesView.$t = markType(GeographicHighDensityScatterSeriesView, 'GeographicHighDensityScatterSeriesView', HostSeriesView.$);
@@ -105,18 +105,18 @@ var GeographicHighDensityScatterSeries = /** @class */ /*@__PURE__*/ (function (
105
105
  __extends(GeographicHighDensityScatterSeries, _super);
106
106
  function GeographicHighDensityScatterSeries() {
107
107
  var _this = _super.call(this) || this;
108
- _this.xu = null;
108
+ _this.xv = null;
109
109
  _this.progressiveLoadStatusChanged = null;
110
- _this.x2 = 0;
110
+ _this.x3 = 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.jt = function () {
118
- if (!isNaN_(this.js)) {
119
- return _super.prototype.jt.call(this);
117
+ GeographicHighDensityScatterSeries.prototype.ju = function () {
118
+ if (!isNaN_(this.jt)) {
119
+ return _super.prototype.ju.call(this);
120
120
  }
121
121
  return Defaults.ad;
122
122
  };
@@ -126,96 +126,96 @@ var GeographicHighDensityScatterSeries = /** @class */ /*@__PURE__*/ (function (
126
126
  GeographicHighDensityScatterSeries.prototype.ct = function () {
127
127
  return new GeographicHighDensityScatterSeriesView(this);
128
128
  };
129
- GeographicHighDensityScatterSeries.prototype.ri = function (a) {
130
- _super.prototype.ri.call(this, a);
131
- this.xv = a;
129
+ GeographicHighDensityScatterSeries.prototype.rj = function (a) {
130
+ _super.prototype.rj.call(this, a);
131
+ this.xw = a;
132
132
  };
133
- GeographicHighDensityScatterSeries.prototype.xl = function () {
134
- this.xu = new HighDensityScatterSeries();
135
- return this.xu;
133
+ GeographicHighDensityScatterSeries.prototype.xm = function () {
134
+ this.xv = new HighDensityScatterSeries();
135
+ return this.xv;
136
136
  };
137
- Object.defineProperty(GeographicHighDensityScatterSeries.prototype, "x4", {
137
+ Object.defineProperty(GeographicHighDensityScatterSeries.prototype, "x5", {
138
138
  get: function () {
139
- return this.x2;
139
+ return this.x3;
140
140
  },
141
141
  set: function (a) {
142
- var b = this.x2;
143
- this.x2 = a;
144
- this.raisePropertyChanged("ProgressiveStatus", b, this.x2);
142
+ var b = this.x3;
143
+ this.x3 = a;
144
+ this.raisePropertyChanged("ProgressiveStatus", b, this.x3);
145
145
  },
146
146
  enumerable: false,
147
147
  configurable: true
148
148
  });
149
- GeographicHighDensityScatterSeries.prototype.xr = function (a, b) {
150
- _super.prototype.xr.call(this, a, b);
151
- var c = this.xm;
152
- c.progressiveLoadStatusChanged = delegateCombine(c.progressiveLoadStatusChanged, runOn(this, this.yi));
153
- var d = this.xm;
154
- d.propertyUpdated = delegateCombine(d.propertyUpdated, runOn(this, this.yh));
155
- };
156
- GeographicHighDensityScatterSeries.prototype.yi = function (a, b) {
157
- this.x4 = b.currentStatus;
149
+ GeographicHighDensityScatterSeries.prototype.xs = function (a, b) {
150
+ _super.prototype.xs.call(this, a, b);
151
+ var c = this.xn;
152
+ c.progressiveLoadStatusChanged = delegateCombine(c.progressiveLoadStatusChanged, runOn(this, this.yj));
153
+ var d = this.xn;
154
+ d.propertyUpdated = delegateCombine(d.propertyUpdated, runOn(this, this.yi));
155
+ };
156
+ GeographicHighDensityScatterSeries.prototype.yj = function (a, b) {
157
+ this.x5 = b.currentStatus;
158
158
  if (this.progressiveLoadStatusChanged != null) {
159
159
  this.progressiveLoadStatusChanged(this, b);
160
160
  }
161
161
  };
162
- GeographicHighDensityScatterSeries.prototype.yh = function (a, b) {
163
- if (this.xu == null) {
162
+ GeographicHighDensityScatterSeries.prototype.yi = function (a, b) {
163
+ if (this.xv == null) {
164
164
  return;
165
165
  }
166
166
  };
167
- GeographicHighDensityScatterSeries.prototype.rr = function (a, b, c, d) {
168
- _super.prototype.rr.call(this, a, b, c, d);
167
+ GeographicHighDensityScatterSeries.prototype.rs = function (a, b, c, d) {
168
+ _super.prototype.rs.call(this, a, b, c, d);
169
169
  switch (b) {
170
170
  case "SeriesViewer":
171
- this.xv.c4();
171
+ this.xw.c4();
172
172
  break;
173
173
  case GeographicHighDensityScatterSeries.$$p[5]:
174
- this.xv.c0();
174
+ this.xw.c0();
175
175
  break;
176
176
  case GeographicHighDensityScatterSeries.$$p[4]:
177
- this.xv.cz();
177
+ this.xw.cz();
178
178
  break;
179
179
  case GeographicHighDensityScatterSeries.$$p[9]:
180
- this.xv.c5();
180
+ this.xw.c5();
181
181
  break;
182
182
  case GeographicHighDensityScatterSeries.$$p[8]:
183
- this.xv.c3();
183
+ this.xw.c3();
184
184
  break;
185
185
  case GeographicHighDensityScatterSeries.$$p[6]:
186
- this.xv.c1();
186
+ this.xw.c1();
187
187
  break;
188
188
  case "XAxis":
189
- this.xv.c6();
189
+ this.xw.c6();
190
190
  break;
191
191
  case "YAxis":
192
- this.xv.c7();
192
+ this.xw.c7();
193
193
  break;
194
194
  case GeographicHighDensityScatterSeries.$$p[3]:
195
- this.xv.cy();
195
+ this.xw.cy();
196
196
  break;
197
197
  case GeographicHighDensityScatterSeries.$$p[1]:
198
- this.xv.cw();
198
+ this.xw.cw();
199
199
  break;
200
200
  case GeographicHighDensityScatterSeries.$$p[2]:
201
- this.xv.cx();
201
+ this.xw.cx();
202
202
  break;
203
203
  case GeographicHighDensityScatterSeries.$$p[0]:
204
- this.xv.cv();
204
+ this.xw.cv();
205
205
  break;
206
206
  case GeographicHighDensityScatterSeries.$$p[7]:
207
- this.xv.c2();
207
+ this.xw.c2();
208
208
  break;
209
209
  }
210
210
  };
211
- GeographicHighDensityScatterSeries.prototype.get_he = function () {
211
+ GeographicHighDensityScatterSeries.prototype.get_hf = function () {
212
212
  return true;
213
213
  };
214
- GeographicHighDensityScatterSeries.prototype.set_he = function (a) {
215
- _super.prototype.set_he.call(this, a);
214
+ GeographicHighDensityScatterSeries.prototype.set_hf = function (a) {
215
+ _super.prototype.set_hf.call(this, a);
216
216
  };
217
217
  GeographicHighDensityScatterSeries.$t = markType(GeographicHighDensityScatterSeries, 'GeographicHighDensityScatterSeries', GeographicMapSeriesHost.$);
218
- GeographicHighDensityScatterSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicHighDensityScatterSeries, 'raisePropertyChanged', ['HeatMaximumColor:yt:yj', [Color.$, Defaults.be], 'HeatMaximum:xz:yk', [1, 50], 'HeatMinimumColor:yu:yl', [Color.$, Defaults.bf], 'HeatMinimum:x0:ym', [1, 0], 'LatitudeMemberPath:x9:yn', [2, null], 'LongitudeMemberPath:yb:yo', [2, null], 'MouseOverEnabled:xw:yp', [0, false], 'PointExtent:x3:yq', [1, 1], 'ProgressiveLoad:xx:yr', [0, true], 'UseBruteForce:xy:ys', [0, false]]);
218
+ GeographicHighDensityScatterSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicHighDensityScatterSeries, 'raisePropertyChanged', ['HeatMaximumColor:yu:yk', [Color.$, Defaults.be], 'HeatMaximum:x0:yl', [1, 50], 'HeatMinimumColor:yv:ym', [Color.$, Defaults.bf], 'HeatMinimum:x1:yn', [1, 0], 'LatitudeMemberPath:ya:yo', [2, null], 'LongitudeMemberPath:yc:yp', [2, null], 'MouseOverEnabled:xx:yq', [0, false], 'PointExtent:x4:yr', [1, 1], 'ProgressiveLoad:xy:ys', [0, true], 'UseBruteForce:xz:yt', [0, false]]);
219
219
  return GeographicHighDensityScatterSeries;
220
220
  }(GeographicMapSeriesHost));
221
221
  export { GeographicHighDensityScatterSeries };