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
@@ -16,8 +16,8 @@ var GeographicTileSeries = /** @class */ /*@__PURE__*/ (function (_super) {
16
16
  __extends(GeographicTileSeries, _super);
17
17
  function GeographicTileSeries() {
18
18
  var _this = _super.call(this) || this;
19
+ _this.y3 = null;
19
20
  _this.y2 = null;
20
- _this.y1 = null;
21
21
  _this.imageTilesReady = null;
22
22
  _this.ab = GeographicTileSeries.$;
23
23
  return _this;
@@ -28,53 +28,53 @@ var GeographicTileSeries = /** @class */ /*@__PURE__*/ (function (_super) {
28
28
  GeographicTileSeries.prototype.get_f7 = function () {
29
29
  return true;
30
30
  };
31
- Object.defineProperty(GeographicTileSeries.prototype, "y3", {
31
+ Object.defineProperty(GeographicTileSeries.prototype, "y4", {
32
32
  get: function () {
33
- return this.y2;
33
+ return this.y3;
34
34
  },
35
35
  set: function (a) {
36
- var b = a != this.y3;
36
+ var b = a != this.y4;
37
37
  if (b) {
38
- var c = this.y3;
39
- this.y2 = a;
38
+ var c = this.y4;
39
+ this.y3 = a;
40
40
  this.raisePropertyChanged("TileImagery", c, a);
41
41
  }
42
42
  },
43
43
  enumerable: false,
44
44
  configurable: true
45
45
  });
46
- GeographicTileSeries.prototype.y7 = function () {
47
- if (this.y3 != null) {
48
- this.y3.clearTileCache();
46
+ GeographicTileSeries.prototype.y8 = function () {
47
+ if (this.y4 != null) {
48
+ this.y4.clearTileCache();
49
49
  }
50
50
  };
51
- GeographicTileSeries.prototype.rr = function (a, b, c, d) {
52
- _super.prototype.rr.call(this, a, b, c, d);
51
+ GeographicTileSeries.prototype.rs = function (a, b, c, d) {
52
+ _super.prototype.rs.call(this, a, b, c, d);
53
53
  switch (b) {
54
54
  case "TileImagery":
55
- if (this.xm != null) {
56
- this.xm.aax = this.y3;
55
+ if (this.xn != null) {
56
+ this.xn.aay = this.y4;
57
57
  }
58
58
  break;
59
59
  }
60
60
  };
61
- GeographicTileSeries.prototype.xr = function (a, b) {
62
- _super.prototype.xr.call(this, a, b);
63
- this.xm.aax = this.y3;
64
- if (this.y1 != null) {
65
- var c = this.y1;
66
- c.imageTilesReady = delegateRemove(c.imageTilesReady, runOn(this, this.y6));
61
+ GeographicTileSeries.prototype.xs = function (a, b) {
62
+ _super.prototype.xs.call(this, a, b);
63
+ this.xn.aay = this.y4;
64
+ if (this.y2 != null) {
65
+ var c = this.y2;
66
+ c.imageTilesReady = delegateRemove(c.imageTilesReady, runOn(this, this.y7));
67
67
  }
68
- this.y1 = this.xm;
69
- if (this.y1 != null) {
70
- var d = this.y1;
71
- d.imageTilesReady = delegateCombine(d.imageTilesReady, runOn(this, this.y6));
68
+ this.y2 = this.xn;
69
+ if (this.y2 != null) {
70
+ var d = this.y2;
71
+ d.imageTilesReady = delegateCombine(d.imageTilesReady, runOn(this, this.y7));
72
72
  }
73
73
  };
74
- GeographicTileSeries.prototype.xl = function () {
74
+ GeographicTileSeries.prototype.xm = function () {
75
75
  return new TileSeries();
76
76
  };
77
- GeographicTileSeries.prototype.y6 = function (a, b) {
77
+ GeographicTileSeries.prototype.y7 = function (a, b) {
78
78
  if (this.imageTilesReady != null) {
79
79
  this.imageTilesReady(this, new ImageTilesReadyEventArgs());
80
80
  }
@@ -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.aaw = null;
25
26
  _this.aav = null;
26
- _this.aau = null;
27
27
  _this.imageTilesReady = null;
28
- _this.aay = null;
29
- _this.aaz = false;
28
+ _this.aaz = null;
29
+ _this.aa0 = false;
30
30
  _this.ab = TileSeries.$;
31
31
  return _this;
32
32
  }
@@ -39,42 +39,42 @@ var TileSeries = /** @class */ /*@__PURE__*/ (function (_super) {
39
39
  TileSeries.prototype.ct = function () {
40
40
  return new TileSeriesView(this);
41
41
  };
42
- TileSeries.prototype.ri = function (a) {
43
- _super.prototype.ri.call(this, a);
44
- this.aat = a;
42
+ TileSeries.prototype.rj = function (a) {
43
+ _super.prototype.rj.call(this, a);
44
+ this.aau = a;
45
45
  };
46
- TileSeries.prototype.get_yw = function () {
46
+ TileSeries.prototype.get_yx = function () {
47
47
  return false;
48
48
  };
49
- Object.defineProperty(TileSeries.prototype, "aax", {
49
+ Object.defineProperty(TileSeries.prototype, "aay", {
50
50
  get: function () {
51
- return this.aav;
51
+ return this.aaw;
52
52
  },
53
53
  set: function (a) {
54
- var b = a != this.aax;
54
+ var b = a != this.aay;
55
55
  if (b) {
56
- var c = this.aax;
57
- this.aav = a;
56
+ var c = this.aay;
57
+ this.aaw = a;
58
58
  this.raisePropertyChanged("TileImagery", c, a);
59
59
  }
60
60
  },
61
61
  enumerable: false,
62
62
  configurable: true
63
63
  });
64
- Object.defineProperty(TileSeries.prototype, "aaw", {
64
+ Object.defineProperty(TileSeries.prototype, "aax", {
65
65
  get: function () {
66
- return this.aau;
66
+ return this.aav;
67
67
  },
68
68
  set: function (a) {
69
- var b = this.aau;
70
- this.aau = a;
71
- this.raisePropertyChanged("ActualTileImagery", b, this.aau);
69
+ var b = this.aav;
70
+ this.aav = a;
71
+ this.raisePropertyChanged("ActualTileImagery", b, this.aav);
72
72
  },
73
73
  enumerable: false,
74
74
  configurable: true
75
75
  });
76
- TileSeries.prototype.rr = function (a, b, c, d) {
77
- _super.prototype.rr.call(this, a, b, c, d);
76
+ TileSeries.prototype.rs = function (a, b, c, d) {
77
+ _super.prototype.rs.call(this, a, b, c, d);
78
78
  var e;
79
79
  var f;
80
80
  switch (b) {
@@ -82,141 +82,141 @@ var TileSeries = /** @class */ /*@__PURE__*/ (function (_super) {
82
82
  e = c;
83
83
  f = d;
84
84
  if (e != null) {
85
- e.propertyChanged = delegateRemove(e.propertyChanged, runOn(this, this.aa2));
85
+ e.propertyChanged = delegateRemove(e.propertyChanged, runOn(this, this.aa3));
86
86
  }
87
87
  if (f != null) {
88
- f.propertyChanged = delegateCombine(f.propertyChanged, runOn(this, this.aa2));
88
+ f.propertyChanged = delegateCombine(f.propertyChanged, runOn(this, this.aa3));
89
89
  }
90
- this.aat.dv(e, f);
91
- this.r9(false);
92
- this.q1();
90
+ this.aau.dv(e, f);
91
+ this.sa(false);
92
+ this.q2();
93
93
  break;
94
94
  case "ActualTileImagery":
95
95
  e = c;
96
96
  f = d;
97
97
  if (e != null) {
98
- e.imageTilesReady = delegateRemove(e.imageTilesReady, runOn(this, this.aa3));
98
+ e.imageTilesReady = delegateRemove(e.imageTilesReady, runOn(this, this.aa4));
99
99
  e.deferralHandler = null;
100
100
  }
101
101
  if (f != null) {
102
- f.imageTilesReady = delegateCombine(f.imageTilesReady, runOn(this, this.aa3));
102
+ f.imageTilesReady = delegateCombine(f.imageTilesReady, runOn(this, this.aa4));
103
103
  f.deferralHandler = this;
104
104
  }
105
- this.aat.du(e, f);
105
+ this.aau.du(e, f);
106
106
  if (f != null && typeCast(XamGeographicMap.$, this.dc) !== null) {
107
107
  f.geographicMap = this.dc;
108
- this.aa5(this.cw);
109
- this.aat.dr(this.dc.yr);
108
+ this.aa6(this.cw);
109
+ this.aau.dr(this.dc.yv);
110
110
  }
111
- this.q1();
111
+ this.q2();
112
112
  break;
113
113
  case "ActualWindowRect":
114
- this.aat.dr(d);
114
+ this.aau.dr(d);
115
115
  break;
116
116
  case "WorldRect":
117
- this.aat.dy(d);
117
+ this.aau.dy(d);
118
118
  break;
119
119
  case "SeriesViewer":
120
120
  var g = c;
121
121
  var h = d;
122
- if (g != null && this.aaw != null) {
123
- this.aaw.be(null);
122
+ if (g != null && this.aax != null) {
123
+ this.aax.be(null);
124
124
  }
125
- if (h != null && this.aaw != null) {
126
- this.aaw.be(this.cw.ae);
125
+ if (h != null && this.aax != null) {
126
+ this.aax.be(this.cw.ae);
127
127
  }
128
128
  break;
129
129
  case "ActualBrush":
130
130
  case "ActualOutline":
131
131
  case "ActualThickness":
132
- this.q3();
132
+ this.q4();
133
133
  break;
134
134
  }
135
135
  };
136
- TileSeries.prototype.aa2 = function (a, b) {
136
+ TileSeries.prototype.aa3 = function (a, b) {
137
137
  if (b.propertyName == "MultiScaleImage") {
138
- this.aa5(this.cw);
138
+ this.aa6(this.cw);
139
139
  }
140
140
  };
141
- TileSeries.prototype.aa3 = function (a, b) {
141
+ TileSeries.prototype.aa4 = function (a, b) {
142
142
  if (this.imageTilesReady != null) {
143
143
  this.imageTilesReady(this, new EventArgs());
144
144
  }
145
- if (!this.aaz) {
146
- this.aat.dw();
145
+ if (!this.aa0) {
146
+ this.aau.dw();
147
147
  }
148
148
  };
149
149
  TileSeries.prototype.register = function (a, b) {
150
- this.aay = b;
150
+ this.aaz = b;
151
151
  };
152
152
  TileSeries.prototype.unRegister = function (a) {
153
- this.aay = null;
153
+ this.aaz = null;
154
154
  };
155
155
  TileSeries.prototype.deferredRefresh = function () {
156
- this.r9(false);
156
+ this.sa(false);
157
157
  };
158
158
  TileSeries.prototype.deferAction = function (a) {
159
- if (this.j9 != null) {
160
- this.j9.setTimeout(a, 0);
159
+ if (this.ka != null) {
160
+ this.ka.setTimeout(a, 0);
161
161
  }
162
162
  else {
163
163
  window.setTimeout(a, 0);
164
164
  }
165
165
  };
166
- TileSeries.prototype.s9 = function (a, b) {
167
- this.aat.dx();
168
- _super.prototype.s9.call(this, a, b);
166
+ TileSeries.prototype.ta = function (a, b) {
167
+ this.aau.dx();
168
+ _super.prototype.ta.call(this, a, b);
169
169
  };
170
- TileSeries.prototype.sa = function (a) {
171
- _super.prototype.sa.call(this, a);
172
- this.aa4(a, this.cw);
170
+ TileSeries.prototype.sb = function (a) {
171
+ _super.prototype.sb.call(this, a);
172
+ this.aa5(a, this.cw);
173
173
  };
174
- TileSeries.prototype.aa4 = function (a, b) {
174
+ TileSeries.prototype.aa5 = function (a, b) {
175
175
  var c;
176
176
  var d;
177
177
  var e = b;
178
178
  var f = b.getViewInfo(c, d);
179
179
  c = f.p0;
180
180
  d = f.p1;
181
- this.aa5(b);
182
- if (this.aay != null) {
183
- this.aaz = true;
184
- this.aay(a);
185
- this.aaz = false;
181
+ this.aa6(b);
182
+ if (this.aaz != null) {
183
+ this.aa0 = true;
184
+ this.aaz(a);
185
+ this.aa0 = false;
186
186
  }
187
187
  e.dw();
188
188
  };
189
- TileSeries.prototype.r8 = function (a, b, c, d, e) {
190
- _super.prototype.r8.call(this, a, b, c, d, e);
191
- var f = this.hu.item(d);
189
+ TileSeries.prototype.r9 = function (a, b, c, d, e) {
190
+ _super.prototype.r9.call(this, a, b, c, d, e);
191
+ var f = this.hv.item(d);
192
192
  f.bd(c);
193
193
  if (this.d7(f)) {
194
194
  return;
195
195
  }
196
- this.z9(f);
196
+ this.aaa(f);
197
197
  };
198
- TileSeries.prototype.aa5 = function (a) {
198
+ TileSeries.prototype.aa6 = function (a) {
199
199
  var b;
200
200
  var c;
201
201
  var d = a.getViewInfo(b, c);
202
202
  b = d.p0;
203
203
  c = d.p1;
204
- if (this.aax != null && this.aax.ao != null) {
205
- if (this.aax != this.aaw) {
206
- this.aaw = this.aax;
204
+ if (this.aay != null && this.aay.ao != null) {
205
+ if (this.aay != this.aax) {
206
+ this.aax = this.aay;
207
207
  }
208
- if (this.aaw != null && !b.isEmpty) {
209
- if (this.aaw.width != b.width) {
210
- this.aaw.width = b.width;
208
+ if (this.aax != null && !b.isEmpty) {
209
+ if (this.aax.width != b.width) {
210
+ this.aax.width = b.width;
211
211
  }
212
- if (this.aaw.height != b.height) {
213
- this.aaw.height = b.height;
212
+ if (this.aax.height != b.height) {
213
+ this.aax.height = b.height;
214
214
  }
215
215
  }
216
216
  }
217
217
  };
218
- TileSeries.prototype.pj = function (a, b) {
219
- _super.prototype.pj.call(this, a, b);
218
+ TileSeries.prototype.pk = function (a, b) {
219
+ _super.prototype.pk.call(this, a, b);
220
220
  b.ds();
221
221
  };
222
222
  TileSeries.$t = markType(TileSeries, 'TileSeries', ShapeSeriesBase.$, [IMapRenderDeferralHandler_$type]);
@@ -240,8 +240,8 @@ var TileSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
240
240
  TileSeriesView.prototype.a4 = function () {
241
241
  _super.prototype.a4.call(this);
242
242
  if (!this.t) {
243
- this.dn.wg = Defaults.tileSeries_Outline;
244
- this.dn.v0 = Defaults.tileSeries_Brush;
243
+ this.dn.wh = Defaults.tileSeries_Outline;
244
+ this.dn.v1 = Defaults.tileSeries_Brush;
245
245
  }
246
246
  };
247
247
  TileSeriesView.prototype.cx = function (a, b) {
@@ -268,14 +268,14 @@ var TileSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
268
268
  this.a2();
269
269
  };
270
270
  TileSeriesView.prototype.dr = function (a) {
271
- if (this.dn.aax != null) {
272
- this.dn.aax.windowRect = a;
271
+ if (this.dn.aay != null) {
272
+ this.dn.aay.windowRect = a;
273
273
  }
274
274
  };
275
275
  TileSeriesView.prototype.du = function (a, b) {
276
276
  if (this.dq == null) {
277
- this.dq = this.f.j9.createElement("canvas");
278
- var c = this.f.j9.get2DCanvasContext(this.dq);
277
+ this.dq = this.f.ka.createElement("canvas");
278
+ var c = this.f.ka.get2DCanvasContext(this.dq);
279
279
  this.dp = new RenderingContext(new CanvasViewRenderer(), c);
280
280
  this.dq.setAttribute("width", this.b9.width.toString());
281
281
  this.dq.setAttribute("height", this.b9.height.toString());
@@ -304,8 +304,8 @@ var TileSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
304
304
  this.dq.setAttribute("width", this.b9.width.toString());
305
305
  this.dq.setAttribute("height", this.b9.height.toString());
306
306
  }
307
- if (this.dn.aax != null) {
308
- this.dn.aax.bf(this.b9);
307
+ if (this.dn.aay != null) {
308
+ this.dn.aay.bf(this.b9);
309
309
  }
310
310
  };
311
311
  TileSeriesView.prototype.bj = function (a, b) {
@@ -319,7 +319,7 @@ var TileSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
319
319
  var c = false;
320
320
  if (this.dz.d.count > 0) {
321
321
  c = true;
322
- this.m.aa();
322
+ this.m.ac();
323
323
  this.m.r(this.dz);
324
324
  var d = this.m.h();
325
325
  d.clip();
@@ -330,7 +330,7 @@ var TileSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
330
330
  var h = truncate(Math.round(this.b9.height));
331
331
  this.m.o(this.dq.getNativeElement(), 1, e, f, g, h, e, f, g, h);
332
332
  if (c) {
333
- this.m.z();
333
+ this.m.ab();
334
334
  }
335
335
  };
336
336
  TileSeriesView.prototype.dw = function () {
@@ -339,8 +339,8 @@ var TileSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
339
339
  TileSeriesView.prototype.ds = function () {
340
340
  };
341
341
  TileSeriesView.prototype.dy = function (a) {
342
- if (this.dn.aax != null) {
343
- this.dn.aax.a6();
342
+ if (this.dn.aay != null) {
343
+ this.dn.aay.a6();
344
344
  }
345
345
  };
346
346
  TileSeriesView.$t = markType(TileSeriesView, 'TileSeriesView', ShapeSeriesViewBase.$);