igniteui-angular-maps 14.1.1 → 14.1.2

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 +1470 -1458
  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 +79 -79
  5. package/esm2015/lib/GeographicMapSeriesHost_combined.js +176 -176
  6. package/esm2015/lib/GeographicMarkerSeries.js +29 -29
  7. package/esm2015/lib/GeographicPolylineSeriesView_combined.js +17 -17
  8. package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +89 -89
  9. package/esm2015/lib/GeographicShapeSeriesBase_combined.js +60 -60
  10. package/esm2015/lib/GeographicShapeSeriesView_combined.js +56 -56
  11. package/esm2015/lib/GeographicSymbolSeriesView_combined.js +56 -56
  12. package/esm2015/lib/GeographicTileSeries.js +28 -28
  13. package/esm2015/lib/TileSeries_combined.js +88 -88
  14. package/esm2015/lib/XamGeographicMap_combined.js +472 -460
  15. package/esm2015/lib/igx-geographic-contour-line-series-component.js +24 -24
  16. package/esm2015/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
  17. package/esm2015/lib/igx-geographic-map-component.js +50 -50
  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 +11 -11
  21. package/esm2015/lib/igx-geographic-proportional-symbol-series-component.js +42 -42
  22. package/esm2015/lib/igx-geographic-scatter-area-series-component.js +17 -17
  23. package/esm2015/lib/igx-geographic-shape-series-base-component.js +20 -20
  24. package/esm2015/lib/igx-geographic-shape-series-component.js +33 -33
  25. package/esm2015/lib/igx-geographic-symbol-series-component.js +14 -14
  26. package/esm2015/lib/igx-geographic-tile-series-component.js +5 -5
  27. package/esm2015/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  28. package/esm2015/lib/igx-tile-series-component.js +4 -4
  29. package/esm5/lib/GeographicContourLineSeriesView_combined.js +36 -36
  30. package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +79 -79
  31. package/esm5/lib/GeographicMapSeriesHost_combined.js +174 -174
  32. package/esm5/lib/GeographicMarkerSeries.js +29 -29
  33. package/esm5/lib/GeographicPolylineSeriesView_combined.js +17 -17
  34. package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +89 -89
  35. package/esm5/lib/GeographicShapeSeriesBase_combined.js +59 -59
  36. package/esm5/lib/GeographicShapeSeriesView_combined.js +56 -56
  37. package/esm5/lib/GeographicSymbolSeriesView_combined.js +56 -56
  38. package/esm5/lib/GeographicTileSeries.js +27 -27
  39. package/esm5/lib/TileSeries_combined.js +86 -86
  40. package/esm5/lib/XamGeographicMap_combined.js +465 -453
  41. package/esm5/lib/igx-geographic-contour-line-series-component.js +24 -24
  42. package/esm5/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
  43. package/esm5/lib/igx-geographic-map-component.js +50 -50
  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 +11 -11
  47. package/esm5/lib/igx-geographic-proportional-symbol-series-component.js +42 -42
  48. package/esm5/lib/igx-geographic-scatter-area-series-component.js +17 -17
  49. package/esm5/lib/igx-geographic-shape-series-base-component.js +20 -20
  50. package/esm5/lib/igx-geographic-shape-series-component.js +33 -33
  51. package/esm5/lib/igx-geographic-symbol-series-component.js +14 -14
  52. package/esm5/lib/igx-geographic-tile-series-component.js +5 -5
  53. package/esm5/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  54. package/esm5/lib/igx-tile-series-component.js +4 -4
  55. package/fesm2015/igniteui-angular-maps.js +1484 -1472
  56. package/fesm5/igniteui-angular-maps.js +1471 -1459
  57. package/lib/GeographicContourLineSeriesView_combined.d.ts +14 -14
  58. package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +24 -24
  59. package/lib/GeographicMapSeriesHost_combined.d.ts +39 -39
  60. package/lib/GeographicMarkerSeries.d.ts +18 -18
  61. package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
  62. package/lib/GeographicPolylineSeriesView_combined.d.ts +8 -8
  63. package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
  64. package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +25 -25
  65. package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
  66. package/lib/GeographicShapeSeriesBase_combined.d.ts +23 -23
  67. package/lib/GeographicShapeSeriesView_combined.d.ts +27 -27
  68. package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
  69. package/lib/GeographicSymbolSeriesView_combined.d.ts +19 -19
  70. package/lib/GeographicTileSeries.d.ts +10 -10
  71. package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
  72. package/lib/TileSeries_combined.d.ts +21 -21
  73. package/lib/XamGeographicMap_combined.d.ts +112 -112
  74. package/package.json +2 -2
@@ -16,62 +16,62 @@ 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.rd = null;
20
- _this.rc = null;
19
+ _this.rh = null;
20
+ _this.rg = null;
21
21
  _this.imageTilesReady = null;
22
22
  _this.ab = GeographicTileSeries.$;
23
23
  return _this;
24
24
  }
25
- GeographicTileSeries.prototype.get_ei = function () {
25
+ GeographicTileSeries.prototype.get_ej = function () {
26
26
  return true;
27
27
  };
28
- Object.defineProperty(GeographicTileSeries.prototype, "re", {
28
+ Object.defineProperty(GeographicTileSeries.prototype, "ri", {
29
29
  get: function () {
30
- return this.rd;
30
+ return this.rh;
31
31
  },
32
32
  set: function (a) {
33
- var b = a != this.re;
33
+ var b = a != this.ri;
34
34
  if (b) {
35
- var c = this.re;
36
- this.rd = a;
35
+ var c = this.ri;
36
+ this.rh = a;
37
37
  this.raisePropertyChanged("TileImagery", c, a);
38
38
  }
39
39
  },
40
40
  enumerable: false,
41
41
  configurable: true
42
42
  });
43
- GeographicTileSeries.prototype.ri = function () {
44
- if (this.re != null) {
45
- this.re.clearTileCache();
43
+ GeographicTileSeries.prototype.rm = function () {
44
+ if (this.ri != null) {
45
+ this.ri.clearTileCache();
46
46
  }
47
47
  };
48
- GeographicTileSeries.prototype.l4 = function (a, b, c, d) {
49
- _super.prototype.l4.call(this, a, b, c, d);
48
+ GeographicTileSeries.prototype.l7 = function (a, b, c, d) {
49
+ _super.prototype.l7.call(this, a, b, c, d);
50
50
  switch (b) {
51
51
  case "TileImagery":
52
- if (this.p6 != null) {
53
- this.p6.sv = this.re;
52
+ if (this.qa != null) {
53
+ this.qa.sz = this.ri;
54
54
  }
55
55
  break;
56
56
  }
57
57
  };
58
- GeographicTileSeries.prototype.qb = function () {
59
- _super.prototype.qb.call(this);
60
- this.p6.sv = this.re;
61
- if (this.rc != null) {
62
- var a = this.rc;
63
- a.imageTilesReady = delegateRemove(a.imageTilesReady, runOn(this, this.rh));
58
+ GeographicTileSeries.prototype.qf = function () {
59
+ _super.prototype.qf.call(this);
60
+ this.qa.sz = this.ri;
61
+ if (this.rg != null) {
62
+ var a = this.rg;
63
+ a.imageTilesReady = delegateRemove(a.imageTilesReady, runOn(this, this.rl));
64
64
  }
65
- this.rc = this.p6;
66
- if (this.rc != null) {
67
- var b = this.rc;
68
- b.imageTilesReady = delegateCombine(b.imageTilesReady, runOn(this, this.rh));
65
+ this.rg = this.qa;
66
+ if (this.rg != null) {
67
+ var b = this.rg;
68
+ b.imageTilesReady = delegateCombine(b.imageTilesReady, runOn(this, this.rl));
69
69
  }
70
70
  };
71
- GeographicTileSeries.prototype.p5 = function () {
71
+ GeographicTileSeries.prototype.p9 = function () {
72
72
  return new TileSeries();
73
73
  };
74
- GeographicTileSeries.prototype.rh = function (a, b) {
74
+ GeographicTileSeries.prototype.rl = function (a, b) {
75
75
  if (this.imageTilesReady != null) {
76
76
  this.imageTilesReady(this, new ImageTilesReadyEventArgs());
77
77
  }
@@ -22,56 +22,56 @@ 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.st = null;
26
- _this.ss = null;
27
- _this.imageTilesReady = null;
25
+ _this.sx = null;
28
26
  _this.sw = null;
29
- _this.sx = false;
27
+ _this.imageTilesReady = null;
28
+ _this.s0 = null;
29
+ _this.s1 = false;
30
30
  _this.ab = TileSeries.$;
31
31
  return _this;
32
32
  }
33
- TileSeries.prototype.get_ei = function () {
33
+ TileSeries.prototype.get_ej = function () {
34
34
  return true;
35
35
  };
36
36
  TileSeries.prototype.bx = function () {
37
37
  return new TileSeriesView(this);
38
38
  };
39
- TileSeries.prototype.lz = function (a) {
40
- _super.prototype.lz.call(this, a);
41
- this.sr = a;
39
+ TileSeries.prototype.l2 = function (a) {
40
+ _super.prototype.l2.call(this, a);
41
+ this.sv = a;
42
42
  };
43
- TileSeries.prototype.get_q7 = function () {
43
+ TileSeries.prototype.get_rb = function () {
44
44
  return false;
45
45
  };
46
- Object.defineProperty(TileSeries.prototype, "sv", {
46
+ Object.defineProperty(TileSeries.prototype, "sz", {
47
47
  get: function () {
48
- return this.st;
48
+ return this.sx;
49
49
  },
50
50
  set: function (a) {
51
- var b = a != this.sv;
51
+ var b = a != this.sz;
52
52
  if (b) {
53
- var c = this.sv;
54
- this.st = a;
53
+ var c = this.sz;
54
+ this.sx = a;
55
55
  this.raisePropertyChanged("TileImagery", c, a);
56
56
  }
57
57
  },
58
58
  enumerable: false,
59
59
  configurable: true
60
60
  });
61
- Object.defineProperty(TileSeries.prototype, "su", {
61
+ Object.defineProperty(TileSeries.prototype, "sy", {
62
62
  get: function () {
63
- return this.ss;
63
+ return this.sw;
64
64
  },
65
65
  set: function (a) {
66
- var b = this.ss;
67
- this.ss = a;
68
- this.raisePropertyChanged("ActualTileImagery", b, this.ss);
66
+ var b = this.sw;
67
+ this.sw = a;
68
+ this.raisePropertyChanged("ActualTileImagery", b, this.sw);
69
69
  },
70
70
  enumerable: false,
71
71
  configurable: true
72
72
  });
73
- TileSeries.prototype.l4 = function (a, b, c, d) {
74
- _super.prototype.l4.call(this, a, b, c, d);
73
+ TileSeries.prototype.l7 = function (a, b, c, d) {
74
+ _super.prototype.l7.call(this, a, b, c, d);
75
75
  var e;
76
76
  var f;
77
77
  switch (b) {
@@ -79,141 +79,141 @@ var TileSeries = /** @class */ /*@__PURE__*/ (function (_super) {
79
79
  e = c;
80
80
  f = d;
81
81
  if (e != null) {
82
- e.propertyChanged = delegateRemove(e.propertyChanged, runOn(this, this.s0));
82
+ e.propertyChanged = delegateRemove(e.propertyChanged, runOn(this, this.s4));
83
83
  }
84
84
  if (f != null) {
85
- f.propertyChanged = delegateCombine(f.propertyChanged, runOn(this, this.s0));
85
+ f.propertyChanged = delegateCombine(f.propertyChanged, runOn(this, this.s4));
86
86
  }
87
- this.sr.de(e, f);
88
- this.mi(false);
89
- this.lp();
87
+ this.sv.de(e, f);
88
+ this.ml(false);
89
+ this.ls();
90
90
  break;
91
91
  case "ActualTileImagery":
92
92
  e = c;
93
93
  f = d;
94
94
  if (e != null) {
95
- e.imageTilesReady = delegateRemove(e.imageTilesReady, runOn(this, this.s1));
95
+ e.imageTilesReady = delegateRemove(e.imageTilesReady, runOn(this, this.s5));
96
96
  e.deferralHandler = null;
97
97
  }
98
98
  if (f != null) {
99
- f.imageTilesReady = delegateCombine(f.imageTilesReady, runOn(this, this.s1));
99
+ f.imageTilesReady = delegateCombine(f.imageTilesReady, runOn(this, this.s5));
100
100
  f.deferralHandler = this;
101
101
  }
102
- this.sr.dd(e, f);
102
+ this.sv.dd(e, f);
103
103
  if (f != null && typeCast(XamGeographicMap.$, this.cd) !== null) {
104
104
  f.geographicMap = this.cd;
105
- this.s3(this.b0);
106
- this.sr.da(this.cd.sf);
105
+ this.s7(this.b0);
106
+ this.sv.da(this.cd.s9);
107
107
  }
108
- this.lp();
108
+ this.ls();
109
109
  break;
110
110
  case "ActualWindowRect":
111
- this.sr.da(d);
111
+ this.sv.da(d);
112
112
  break;
113
113
  case "WorldRect":
114
- this.sr.dh(d);
114
+ this.sv.dh(d);
115
115
  break;
116
116
  case "SeriesViewer":
117
117
  var g = c;
118
118
  var h = d;
119
- if (g != null && this.su != null) {
120
- this.su.be(null);
119
+ if (g != null && this.sy != null) {
120
+ this.sy.be(null);
121
121
  }
122
- if (h != null && this.su != null) {
123
- this.su.be(this.b0.w);
122
+ if (h != null && this.sy != null) {
123
+ this.sy.be(this.b0.w);
124
124
  }
125
125
  break;
126
126
  case "ActualBrush":
127
127
  case "ActualOutline":
128
128
  case "ActualThickness":
129
- this.lr();
129
+ this.lu();
130
130
  break;
131
131
  }
132
132
  };
133
- TileSeries.prototype.s0 = function (a, b) {
133
+ TileSeries.prototype.s4 = function (a, b) {
134
134
  if (b.propertyName == "MultiScaleImage") {
135
- this.s3(this.b0);
135
+ this.s7(this.b0);
136
136
  }
137
137
  };
138
- TileSeries.prototype.s1 = function (a, b) {
138
+ TileSeries.prototype.s5 = function (a, b) {
139
139
  if (this.imageTilesReady != null) {
140
140
  this.imageTilesReady(this, new EventArgs());
141
141
  }
142
- if (!this.sx) {
143
- this.sr.df();
142
+ if (!this.s1) {
143
+ this.sv.df();
144
144
  }
145
145
  };
146
146
  TileSeries.prototype.register = function (a, b) {
147
- this.sw = b;
147
+ this.s0 = b;
148
148
  };
149
149
  TileSeries.prototype.unRegister = function (a) {
150
- this.sw = null;
150
+ this.s0 = null;
151
151
  };
152
152
  TileSeries.prototype.deferredRefresh = function () {
153
- this.mi(false);
153
+ this.ml(false);
154
154
  };
155
155
  TileSeries.prototype.deferAction = function (a) {
156
- if (this.g9 != null) {
157
- this.g9.setTimeout(a, 0);
156
+ if (this.hb != null) {
157
+ this.hb.setTimeout(a, 0);
158
158
  }
159
159
  else {
160
160
  window.setTimeout(a, 0);
161
161
  }
162
162
  };
163
- TileSeries.prototype.m5 = function (a, b) {
164
- this.sr.dg();
165
- _super.prototype.m5.call(this, a, b);
163
+ TileSeries.prototype.m8 = function (a, b) {
164
+ this.sv.dg();
165
+ _super.prototype.m8.call(this, a, b);
166
166
  };
167
- TileSeries.prototype.mj = function (a) {
168
- _super.prototype.mj.call(this, a);
169
- this.s2(a, this.b0);
167
+ TileSeries.prototype.mm = function (a) {
168
+ _super.prototype.mm.call(this, a);
169
+ this.s6(a, this.b0);
170
170
  };
171
- TileSeries.prototype.s2 = function (a, b) {
171
+ TileSeries.prototype.s6 = function (a, b) {
172
172
  var c;
173
173
  var d;
174
174
  var e = b;
175
175
  var f = b.getViewInfo(c, d);
176
176
  c = f.p0;
177
177
  d = f.p1;
178
- this.s3(b);
179
- if (this.sw != null) {
180
- this.sx = true;
181
- this.sw(a);
182
- this.sx = false;
178
+ this.s7(b);
179
+ if (this.s0 != null) {
180
+ this.s1 = true;
181
+ this.s0(a);
182
+ this.s1 = false;
183
183
  }
184
184
  e.df();
185
185
  };
186
- TileSeries.prototype.mh = function (a, b, c, d, e) {
187
- _super.prototype.mh.call(this, a, b, c, d, e);
188
- var f = this.fc.item(d);
186
+ TileSeries.prototype.mk = function (a, b, c, d, e) {
187
+ _super.prototype.mk.call(this, a, b, c, d, e);
188
+ var f = this.fe.item(d);
189
189
  f.a1(c);
190
190
  if (this.cx(f)) {
191
191
  return;
192
192
  }
193
- this.sb(f);
193
+ this.sf(f);
194
194
  };
195
- TileSeries.prototype.s3 = function (a) {
195
+ TileSeries.prototype.s7 = function (a) {
196
196
  var b;
197
197
  var c;
198
198
  var d = a.getViewInfo(b, c);
199
199
  b = d.p0;
200
200
  c = d.p1;
201
- if (this.sv != null && this.sv.ao != null) {
202
- if (this.sv != this.su) {
203
- this.su = this.sv;
201
+ if (this.sz != null && this.sz.ao != null) {
202
+ if (this.sz != this.sy) {
203
+ this.sy = this.sz;
204
204
  }
205
- if (this.su != null && !b.isEmpty) {
206
- if (this.su.width != b.width) {
207
- this.su.width = b.width;
205
+ if (this.sy != null && !b.isEmpty) {
206
+ if (this.sy.width != b.width) {
207
+ this.sy.width = b.width;
208
208
  }
209
- if (this.su.height != b.height) {
210
- this.su.height = b.height;
209
+ if (this.sy.height != b.height) {
210
+ this.sy.height = b.height;
211
211
  }
212
212
  }
213
213
  }
214
214
  };
215
- TileSeries.prototype.kx = function (a, b) {
216
- _super.prototype.kx.call(this, a, b);
215
+ TileSeries.prototype.k0 = function (a, b) {
216
+ _super.prototype.k0.call(this, a, b);
217
217
  b.db();
218
218
  };
219
219
  TileSeries.$t = markType(TileSeries, 'TileSeries', ShapeSeriesBase.$, [IMapRenderDeferralHandler_$type]);
@@ -237,8 +237,8 @@ var TileSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
237
237
  TileSeriesView.prototype.as = function () {
238
238
  _super.prototype.as.call(this);
239
239
  if (!this.q) {
240
- this.c7.o8 = Defaults.ao;
241
- this.c7.o3 = Defaults.an;
240
+ this.c7.pc = Defaults.ao;
241
+ this.c7.o7 = Defaults.an;
242
242
  }
243
243
  };
244
244
  TileSeriesView.prototype.ch = function (a, b) {
@@ -265,14 +265,14 @@ var TileSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
265
265
  this.aq();
266
266
  };
267
267
  TileSeriesView.prototype.da = function (a) {
268
- if (this.c7.sv != null) {
269
- this.c7.sv.windowRect = a;
268
+ if (this.c7.sz != null) {
269
+ this.c7.sz.windowRect = a;
270
270
  }
271
271
  };
272
272
  TileSeriesView.prototype.dd = function (a, b) {
273
273
  if (this.c9 == null) {
274
- this.c9 = this.e.g9.createElement("canvas");
275
- var c = this.e.g9.get2DCanvasContext(this.c9);
274
+ this.c9 = this.e.hb.createElement("canvas");
275
+ var c = this.e.hb.get2DCanvasContext(this.c9);
276
276
  this.c8 = new RenderingContext(new CanvasViewRenderer(), c);
277
277
  this.c9.setAttribute("width", this.bu.width.toString());
278
278
  this.c9.setAttribute("height", this.bu.height.toString());
@@ -301,8 +301,8 @@ var TileSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
301
301
  this.c9.setAttribute("width", this.bu.width.toString());
302
302
  this.c9.setAttribute("height", this.bu.height.toString());
303
303
  }
304
- if (this.c7.sv != null) {
305
- this.c7.sv.bf(this.bu);
304
+ if (this.c7.sz != null) {
305
+ this.c7.sz.bf(this.bu);
306
306
  }
307
307
  };
308
308
  TileSeriesView.prototype.a6 = function (a, b) {
@@ -336,8 +336,8 @@ var TileSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
336
336
  TileSeriesView.prototype.db = function () {
337
337
  };
338
338
  TileSeriesView.prototype.dh = function (a) {
339
- if (this.c7.sv != null) {
340
- this.c7.sv.a6();
339
+ if (this.c7.sz != null) {
340
+ this.c7.sz.a6();
341
341
  }
342
342
  };
343
343
  TileSeriesView.$t = markType(TileSeriesView, 'TileSeriesView', ShapeSeriesViewBase.$);