igniteui-angular-maps 17.2.0-beta.0 → 17.2.1

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 (72) hide show
  1. package/bundles/igniteui-angular-maps.umd.js +1047 -1020
  2. package/bundles/igniteui-angular-maps.umd.min.js +1 -1
  3. package/esm2015/lib/GeographicContourLineSeriesView_combined.js +41 -38
  4. package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +81 -78
  5. package/esm2015/lib/GeographicMapSeriesHost_combined.js +182 -182
  6. package/esm2015/lib/GeographicMarkerSeries.js +28 -28
  7. package/esm2015/lib/GeographicPolylineSeriesView_combined.js +21 -18
  8. package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +92 -89
  9. package/esm2015/lib/GeographicShapeSeriesBase_combined.js +62 -62
  10. package/esm2015/lib/GeographicShapeSeriesView_combined.js +59 -56
  11. package/esm2015/lib/GeographicSymbolSeriesView_combined.js +61 -58
  12. package/esm2015/lib/GeographicTileSeries.js +30 -27
  13. package/esm2015/lib/TileSeries_combined.js +94 -91
  14. package/esm2015/lib/XamGeographicMap_combined.js +93 -90
  15. package/esm2015/lib/igx-geographic-contour-line-series-component.js +9 -9
  16. package/esm2015/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
  17. package/esm2015/lib/igx-geographic-map-series-host-component.js +21 -21
  18. package/esm2015/lib/igx-geographic-marker-series-component.js +22 -22
  19. package/esm2015/lib/igx-geographic-polyline-series-component.js +11 -11
  20. package/esm2015/lib/igx-geographic-proportional-symbol-series-component.js +33 -33
  21. package/esm2015/lib/igx-geographic-scatter-area-series-component.js +8 -8
  22. package/esm2015/lib/igx-geographic-shape-series-base-component.js +16 -16
  23. package/esm2015/lib/igx-geographic-shape-series-component.js +33 -33
  24. package/esm2015/lib/igx-geographic-symbol-series-component.js +15 -15
  25. package/esm2015/lib/igx-geographic-tile-series-component.js +4 -4
  26. package/esm2015/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  27. package/esm2015/lib/igx-tile-series-component.js +3 -3
  28. package/esm5/lib/GeographicContourLineSeriesView_combined.js +41 -38
  29. package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +81 -78
  30. package/esm5/lib/GeographicMapSeriesHost_combined.js +180 -180
  31. package/esm5/lib/GeographicMarkerSeries.js +28 -28
  32. package/esm5/lib/GeographicPolylineSeriesView_combined.js +21 -18
  33. package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +92 -89
  34. package/esm5/lib/GeographicShapeSeriesBase_combined.js +61 -61
  35. package/esm5/lib/GeographicShapeSeriesView_combined.js +59 -56
  36. package/esm5/lib/GeographicSymbolSeriesView_combined.js +61 -58
  37. package/esm5/lib/GeographicTileSeries.js +29 -26
  38. package/esm5/lib/TileSeries_combined.js +92 -89
  39. package/esm5/lib/XamGeographicMap_combined.js +92 -89
  40. package/esm5/lib/igx-geographic-contour-line-series-component.js +9 -9
  41. package/esm5/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
  42. package/esm5/lib/igx-geographic-map-series-host-component.js +21 -21
  43. package/esm5/lib/igx-geographic-marker-series-component.js +22 -22
  44. package/esm5/lib/igx-geographic-polyline-series-component.js +11 -11
  45. package/esm5/lib/igx-geographic-proportional-symbol-series-component.js +33 -33
  46. package/esm5/lib/igx-geographic-scatter-area-series-component.js +8 -8
  47. package/esm5/lib/igx-geographic-shape-series-base-component.js +16 -16
  48. package/esm5/lib/igx-geographic-shape-series-component.js +33 -33
  49. package/esm5/lib/igx-geographic-symbol-series-component.js +15 -15
  50. package/esm5/lib/igx-geographic-tile-series-component.js +4 -4
  51. package/esm5/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  52. package/esm5/lib/igx-tile-series-component.js +3 -3
  53. package/fesm2015/igniteui-angular-maps.js +1055 -1028
  54. package/fesm5/igniteui-angular-maps.js +1047 -1020
  55. package/lib/GeographicContourLineSeriesView_combined.d.ts +14 -13
  56. package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +22 -21
  57. package/lib/GeographicMapSeriesHost_combined.d.ts +43 -43
  58. package/lib/GeographicMarkerSeries.d.ts +15 -15
  59. package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
  60. package/lib/GeographicPolylineSeriesView_combined.d.ts +10 -9
  61. package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
  62. package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +26 -25
  63. package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
  64. package/lib/GeographicShapeSeriesBase_combined.d.ts +20 -20
  65. package/lib/GeographicShapeSeriesView_combined.d.ts +26 -25
  66. package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
  67. package/lib/GeographicSymbolSeriesView_combined.d.ts +19 -18
  68. package/lib/GeographicTileSeries.d.ts +10 -9
  69. package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
  70. package/lib/TileSeries_combined.d.ts +23 -21
  71. package/lib/XamGeographicMap_combined.d.ts +28 -27
  72. package/package.json +2 -2
@@ -16,62 +16,65 @@ 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.vb = null;
19
20
  _this.va = null;
20
- _this.u9 = null;
21
21
  _this.imageTilesReady = null;
22
22
  _this.ab = GeographicTileSeries.$;
23
23
  return _this;
24
24
  }
25
- GeographicTileSeries.prototype.get_fg = function () {
25
+ GeographicTileSeries.prototype.bg = function () {
26
+ return new GeographicTileSeries();
27
+ };
28
+ GeographicTileSeries.prototype.get_fh = function () {
26
29
  return true;
27
30
  };
28
- Object.defineProperty(GeographicTileSeries.prototype, "vb", {
31
+ Object.defineProperty(GeographicTileSeries.prototype, "vc", {
29
32
  get: function () {
30
- return this.va;
33
+ return this.vb;
31
34
  },
32
35
  set: function (a) {
33
- var b = a != this.vb;
36
+ var b = a != this.vc;
34
37
  if (b) {
35
- var c = this.vb;
36
- this.va = a;
38
+ var c = this.vc;
39
+ this.vb = a;
37
40
  this.raisePropertyChanged("TileImagery", c, a);
38
41
  }
39
42
  },
40
43
  enumerable: false,
41
44
  configurable: true
42
45
  });
43
- GeographicTileSeries.prototype.vf = function () {
44
- if (this.vb != null) {
45
- this.vb.clearTileCache();
46
+ GeographicTileSeries.prototype.vg = function () {
47
+ if (this.vc != null) {
48
+ this.vc.clearTileCache();
46
49
  }
47
50
  };
48
- GeographicTileSeries.prototype.o8 = function (a, b, c, d) {
49
- _super.prototype.o8.call(this, a, b, c, d);
51
+ GeographicTileSeries.prototype.o9 = function (a, b, c, d) {
52
+ _super.prototype.o9.call(this, a, b, c, d);
50
53
  switch (b) {
51
54
  case "TileImagery":
52
- if (this.t3 != null) {
53
- this.t3.ww = this.vb;
55
+ if (this.t4 != null) {
56
+ this.t4.wx = this.vc;
54
57
  }
55
58
  break;
56
59
  }
57
60
  };
58
- GeographicTileSeries.prototype.t8 = function () {
59
- _super.prototype.t8.call(this);
60
- this.t3.ww = this.vb;
61
- if (this.u9 != null) {
62
- var a = this.u9;
63
- a.imageTilesReady = delegateRemove(a.imageTilesReady, runOn(this, this.ve));
61
+ GeographicTileSeries.prototype.t9 = function () {
62
+ _super.prototype.t9.call(this);
63
+ this.t4.wx = this.vc;
64
+ if (this.va != null) {
65
+ var a = this.va;
66
+ a.imageTilesReady = delegateRemove(a.imageTilesReady, runOn(this, this.vf));
64
67
  }
65
- this.u9 = this.t3;
66
- if (this.u9 != null) {
67
- var b = this.u9;
68
- b.imageTilesReady = delegateCombine(b.imageTilesReady, runOn(this, this.ve));
68
+ this.va = this.t4;
69
+ if (this.va != null) {
70
+ var b = this.va;
71
+ b.imageTilesReady = delegateCombine(b.imageTilesReady, runOn(this, this.vf));
69
72
  }
70
73
  };
71
- GeographicTileSeries.prototype.t2 = function () {
74
+ GeographicTileSeries.prototype.t3 = function () {
72
75
  return new TileSeries();
73
76
  };
74
- GeographicTileSeries.prototype.ve = function (a, b) {
77
+ GeographicTileSeries.prototype.vf = function (a, b) {
75
78
  if (this.imageTilesReady != null) {
76
79
  this.imageTilesReady(this, new ImageTilesReadyEventArgs());
77
80
  }
@@ -22,56 +22,59 @@ 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.wv = null;
25
26
  _this.wu = null;
26
- _this.wt = null;
27
27
  _this.imageTilesReady = null;
28
- _this.wx = null;
29
- _this.wy = false;
28
+ _this.wy = null;
29
+ _this.wz = false;
30
30
  _this.ab = TileSeries.$;
31
31
  return _this;
32
32
  }
33
- TileSeries.prototype.get_fg = function () {
33
+ TileSeries.prototype.bg = function () {
34
+ return new TileSeries();
35
+ };
36
+ TileSeries.prototype.get_fh = function () {
34
37
  return true;
35
38
  };
36
- TileSeries.prototype.cg = function () {
39
+ TileSeries.prototype.ch = function () {
37
40
  return new TileSeriesView(this);
38
41
  };
39
- TileSeries.prototype.o0 = function (a) {
40
- _super.prototype.o0.call(this, a);
41
- this.ws = a;
42
+ TileSeries.prototype.o1 = function (a) {
43
+ _super.prototype.o1.call(this, a);
44
+ this.wt = a;
42
45
  };
43
- TileSeries.prototype.get_u4 = function () {
46
+ TileSeries.prototype.get_u5 = function () {
44
47
  return false;
45
48
  };
46
- Object.defineProperty(TileSeries.prototype, "ww", {
49
+ Object.defineProperty(TileSeries.prototype, "wx", {
47
50
  get: function () {
48
- return this.wu;
51
+ return this.wv;
49
52
  },
50
53
  set: function (a) {
51
- var b = a != this.ww;
54
+ var b = a != this.wx;
52
55
  if (b) {
53
- var c = this.ww;
54
- this.wu = a;
56
+ var c = this.wx;
57
+ this.wv = a;
55
58
  this.raisePropertyChanged("TileImagery", c, a);
56
59
  }
57
60
  },
58
61
  enumerable: false,
59
62
  configurable: true
60
63
  });
61
- Object.defineProperty(TileSeries.prototype, "wv", {
64
+ Object.defineProperty(TileSeries.prototype, "ww", {
62
65
  get: function () {
63
- return this.wt;
66
+ return this.wu;
64
67
  },
65
68
  set: function (a) {
66
- var b = this.wt;
67
- this.wt = a;
68
- this.raisePropertyChanged("ActualTileImagery", b, this.wt);
69
+ var b = this.wu;
70
+ this.wu = a;
71
+ this.raisePropertyChanged("ActualTileImagery", b, this.wu);
69
72
  },
70
73
  enumerable: false,
71
74
  configurable: true
72
75
  });
73
- TileSeries.prototype.o8 = function (a, b, c, d) {
74
- _super.prototype.o8.call(this, a, b, c, d);
76
+ TileSeries.prototype.o9 = function (a, b, c, d) {
77
+ _super.prototype.o9.call(this, a, b, c, d);
75
78
  var e;
76
79
  var f;
77
80
  switch (b) {
@@ -79,141 +82,141 @@ var TileSeries = /** @class */ /*@__PURE__*/ (function (_super) {
79
82
  e = c;
80
83
  f = d;
81
84
  if (e != null) {
82
- e.propertyChanged = delegateRemove(e.propertyChanged, runOn(this, this.w1));
85
+ e.propertyChanged = delegateRemove(e.propertyChanged, runOn(this, this.w2));
83
86
  }
84
87
  if (f != null) {
85
- f.propertyChanged = delegateCombine(f.propertyChanged, runOn(this, this.w1));
88
+ f.propertyChanged = delegateCombine(f.propertyChanged, runOn(this, this.w2));
86
89
  }
87
- this.ws.dh(e, f);
88
- this.pp(false);
89
- this.ol();
90
+ this.wt.dh(e, f);
91
+ this.pq(false);
92
+ this.om();
90
93
  break;
91
94
  case "ActualTileImagery":
92
95
  e = c;
93
96
  f = d;
94
97
  if (e != null) {
95
- e.imageTilesReady = delegateRemove(e.imageTilesReady, runOn(this, this.w2));
98
+ e.imageTilesReady = delegateRemove(e.imageTilesReady, runOn(this, this.w3));
96
99
  e.deferralHandler = null;
97
100
  }
98
101
  if (f != null) {
99
- f.imageTilesReady = delegateCombine(f.imageTilesReady, runOn(this, this.w2));
102
+ f.imageTilesReady = delegateCombine(f.imageTilesReady, runOn(this, this.w3));
100
103
  f.deferralHandler = this;
101
104
  }
102
- this.ws.dg(e, f);
103
- if (f != null && typeCast(XamGeographicMap.$, this.cy) !== null) {
104
- f.geographicMap = this.cy;
105
- this.w4(this.cj);
106
- this.ws.dd(this.cy.tn);
105
+ this.wt.dg(e, f);
106
+ if (f != null && typeCast(XamGeographicMap.$, this.cz) !== null) {
107
+ f.geographicMap = this.cz;
108
+ this.w5(this.ck);
109
+ this.wt.dd(this.cz.tn);
107
110
  }
108
- this.ol();
111
+ this.om();
109
112
  break;
110
113
  case "ActualWindowRect":
111
- this.ws.dd(d);
114
+ this.wt.dd(d);
112
115
  break;
113
116
  case "WorldRect":
114
- this.ws.dk(d);
117
+ this.wt.dk(d);
115
118
  break;
116
119
  case "SeriesViewer":
117
120
  var g = c;
118
121
  var h = d;
119
- if (g != null && this.wv != null) {
120
- this.wv.be(null);
122
+ if (g != null && this.ww != null) {
123
+ this.ww.be(null);
121
124
  }
122
- if (h != null && this.wv != null) {
123
- this.wv.be(this.cj.w);
125
+ if (h != null && this.ww != null) {
126
+ this.ww.be(this.ck.w);
124
127
  }
125
128
  break;
126
129
  case "ActualBrush":
127
130
  case "ActualOutline":
128
131
  case "ActualThickness":
129
- this.on();
132
+ this.oo();
130
133
  break;
131
134
  }
132
135
  };
133
- TileSeries.prototype.w1 = function (a, b) {
136
+ TileSeries.prototype.w2 = function (a, b) {
134
137
  if (b.propertyName == "MultiScaleImage") {
135
- this.w4(this.cj);
138
+ this.w5(this.ck);
136
139
  }
137
140
  };
138
- TileSeries.prototype.w2 = function (a, b) {
141
+ TileSeries.prototype.w3 = function (a, b) {
139
142
  if (this.imageTilesReady != null) {
140
143
  this.imageTilesReady(this, new EventArgs());
141
144
  }
142
- if (!this.wy) {
143
- this.ws.di();
145
+ if (!this.wz) {
146
+ this.wt.di();
144
147
  }
145
148
  };
146
149
  TileSeries.prototype.register = function (a, b) {
147
- this.wx = b;
150
+ this.wy = b;
148
151
  };
149
152
  TileSeries.prototype.unRegister = function (a) {
150
- this.wx = null;
153
+ this.wy = null;
151
154
  };
152
155
  TileSeries.prototype.deferredRefresh = function () {
153
- this.pp(false);
156
+ this.pq(false);
154
157
  };
155
158
  TileSeries.prototype.deferAction = function (a) {
156
- if (this.i4 != null) {
157
- this.i4.setTimeout(a, 0);
159
+ if (this.i5 != null) {
160
+ this.i5.setTimeout(a, 0);
158
161
  }
159
162
  else {
160
163
  window.setTimeout(a, 0);
161
164
  }
162
165
  };
163
- TileSeries.prototype.qm = function (a, b) {
164
- this.ws.dj();
165
- _super.prototype.qm.call(this, a, b);
166
+ TileSeries.prototype.qn = function (a, b) {
167
+ this.wt.dj();
168
+ _super.prototype.qn.call(this, a, b);
166
169
  };
167
- TileSeries.prototype.pq = function (a) {
168
- _super.prototype.pq.call(this, a);
169
- this.w3(a, this.cj);
170
+ TileSeries.prototype.pr = function (a) {
171
+ _super.prototype.pr.call(this, a);
172
+ this.w4(a, this.ck);
170
173
  };
171
- TileSeries.prototype.w3 = function (a, b) {
174
+ TileSeries.prototype.w4 = function (a, b) {
172
175
  var c;
173
176
  var d;
174
177
  var e = b;
175
178
  var f = b.getViewInfo(c, d);
176
179
  c = f.p0;
177
180
  d = f.p1;
178
- this.w4(b);
179
- if (this.wx != null) {
180
- this.wy = true;
181
- this.wx(a);
182
- this.wy = false;
181
+ this.w5(b);
182
+ if (this.wy != null) {
183
+ this.wz = true;
184
+ this.wy(a);
185
+ this.wz = false;
183
186
  }
184
187
  e.di();
185
188
  };
186
- TileSeries.prototype.po = function (a, b, c, d, e) {
187
- _super.prototype.po.call(this, a, b, c, d, e);
188
- var f = this.gu.item(d);
189
+ TileSeries.prototype.pp = function (a, b, c, d, e) {
190
+ _super.prototype.pp.call(this, a, b, c, d, e);
191
+ var f = this.gv.item(d);
189
192
  f.a3(c);
190
- if (this.dl(f)) {
193
+ if (this.dm(f)) {
191
194
  return;
192
195
  }
193
- this.wb(f);
196
+ this.wc(f);
194
197
  };
195
- TileSeries.prototype.w4 = function (a) {
198
+ TileSeries.prototype.w5 = function (a) {
196
199
  var b;
197
200
  var c;
198
201
  var d = a.getViewInfo(b, c);
199
202
  b = d.p0;
200
203
  c = d.p1;
201
- if (this.ww != null && this.ww.ao != null) {
202
- if (this.ww != this.wv) {
203
- this.wv = this.ww;
204
+ if (this.wx != null && this.wx.ao != null) {
205
+ if (this.wx != this.ww) {
206
+ this.ww = this.wx;
204
207
  }
205
- if (this.wv != null && !b.isEmpty) {
206
- if (this.wv.width != b.width) {
207
- this.wv.width = b.width;
208
+ if (this.ww != null && !b.isEmpty) {
209
+ if (this.ww.width != b.width) {
210
+ this.ww.width = b.width;
208
211
  }
209
- if (this.wv.height != b.height) {
210
- this.wv.height = b.height;
212
+ if (this.ww.height != b.height) {
213
+ this.ww.height = b.height;
211
214
  }
212
215
  }
213
216
  }
214
217
  };
215
- TileSeries.prototype.nj = function (a, b) {
216
- _super.prototype.nj.call(this, a, b);
218
+ TileSeries.prototype.nk = function (a, b) {
219
+ _super.prototype.nk.call(this, a, b);
217
220
  b.de();
218
221
  };
219
222
  TileSeries.$t = markType(TileSeries, 'TileSeries', ShapeSeriesBase.$, [IMapRenderDeferralHandler_$type]);
@@ -237,8 +240,8 @@ var TileSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
237
240
  TileSeriesView.prototype.au = function () {
238
241
  _super.prototype.au.call(this);
239
242
  if (!this.q) {
240
- this.da.s2 = Defaults.ao;
241
- this.da.sw = Defaults.an;
243
+ this.da.s3 = Defaults.ao;
244
+ this.da.sx = Defaults.an;
242
245
  }
243
246
  };
244
247
  TileSeriesView.prototype.ck = function (a, b) {
@@ -265,14 +268,14 @@ var TileSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
265
268
  this.as();
266
269
  };
267
270
  TileSeriesView.prototype.dd = function (a) {
268
- if (this.da.ww != null) {
269
- this.da.ww.windowRect = a;
271
+ if (this.da.wx != null) {
272
+ this.da.wx.windowRect = a;
270
273
  }
271
274
  };
272
275
  TileSeriesView.prototype.dg = function (a, b) {
273
276
  if (this.dc == null) {
274
- this.dc = this.e.i4.createElement("canvas");
275
- var c = this.e.i4.get2DCanvasContext(this.dc);
277
+ this.dc = this.e.i5.createElement("canvas");
278
+ var c = this.e.i5.get2DCanvasContext(this.dc);
276
279
  this.db = new RenderingContext(new CanvasViewRenderer(), c);
277
280
  this.dc.setAttribute("width", this.bx.width.toString());
278
281
  this.dc.setAttribute("height", this.bx.height.toString());
@@ -301,8 +304,8 @@ var TileSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
301
304
  this.dc.setAttribute("width", this.bx.width.toString());
302
305
  this.dc.setAttribute("height", this.bx.height.toString());
303
306
  }
304
- if (this.da.ww != null) {
305
- this.da.ww.bf(this.bx);
307
+ if (this.da.wx != null) {
308
+ this.da.wx.bf(this.bx);
306
309
  }
307
310
  };
308
311
  TileSeriesView.prototype.a8 = function (a, b) {
@@ -336,8 +339,8 @@ var TileSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
336
339
  TileSeriesView.prototype.de = function () {
337
340
  };
338
341
  TileSeriesView.prototype.dk = function (a) {
339
- if (this.da.ww != null) {
340
- this.da.ww.a6();
342
+ if (this.da.wx != null) {
343
+ this.da.wx.a6();
341
344
  }
342
345
  };
343
346
  TileSeriesView.$t = markType(TileSeriesView, 'TileSeriesView', ShapeSeriesViewBase.$);