igniteui-angular-maps 17.1.0 → 17.2.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 (86) hide show
  1. package/bundles/igniteui-angular-maps.umd.js +1645 -1645
  2. package/bundles/igniteui-angular-maps.umd.min.js +1 -1
  3. package/esm2015/lib/GeographicContourLineSeriesView_combined.js +46 -46
  4. package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +101 -101
  5. package/esm2015/lib/GeographicMapSeriesHost_combined.js +201 -201
  6. package/esm2015/lib/GeographicMarkerSeries.js +29 -29
  7. package/esm2015/lib/GeographicPolylineSeriesView_combined.js +26 -26
  8. package/esm2015/lib/GeographicProportionalSymbolSeriesBaseView.js +2 -2
  9. package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +119 -119
  10. package/esm2015/lib/GeographicShapeSeriesBaseBaseView.js +2 -2
  11. package/esm2015/lib/GeographicShapeSeriesBase_combined.js +72 -72
  12. package/esm2015/lib/GeographicShapeSeriesView_combined.js +72 -72
  13. package/esm2015/lib/GeographicSymbolSeriesBaseView.js +2 -2
  14. package/esm2015/lib/GeographicSymbolSeriesView_combined.js +77 -77
  15. package/esm2015/lib/GeographicTileSeries.js +28 -28
  16. package/esm2015/lib/GeographicXYTriangulatingSeriesBaseView.js +2 -2
  17. package/esm2015/lib/TileSeries_combined.js +147 -147
  18. package/esm2015/lib/XamGeographicMap_combined.js +482 -482
  19. package/esm2015/lib/igx-geographic-contour-line-series-component.js +9 -9
  20. package/esm2015/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
  21. package/esm2015/lib/igx-geographic-map-component.js +40 -40
  22. package/esm2015/lib/igx-geographic-map-series-host-component.js +21 -21
  23. package/esm2015/lib/igx-geographic-marker-series-component.js +22 -22
  24. package/esm2015/lib/igx-geographic-polyline-series-component.js +11 -11
  25. package/esm2015/lib/igx-geographic-proportional-symbol-series-component.js +33 -33
  26. package/esm2015/lib/igx-geographic-scatter-area-series-component.js +8 -8
  27. package/esm2015/lib/igx-geographic-shape-series-base-component.js +16 -16
  28. package/esm2015/lib/igx-geographic-shape-series-component.js +33 -33
  29. package/esm2015/lib/igx-geographic-symbol-series-component.js +15 -15
  30. package/esm2015/lib/igx-geographic-tile-series-component.js +4 -4
  31. package/esm2015/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  32. package/esm2015/lib/igx-tile-series-component.js +3 -3
  33. package/esm5/lib/GeographicContourLineSeriesView_combined.js +46 -46
  34. package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +100 -100
  35. package/esm5/lib/GeographicMapSeriesHost_combined.js +199 -199
  36. package/esm5/lib/GeographicMarkerSeries.js +29 -29
  37. package/esm5/lib/GeographicPolylineSeriesView_combined.js +26 -26
  38. package/esm5/lib/GeographicProportionalSymbolSeriesBaseView.js +2 -2
  39. package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +119 -119
  40. package/esm5/lib/GeographicShapeSeriesBaseBaseView.js +2 -2
  41. package/esm5/lib/GeographicShapeSeriesBase_combined.js +69 -69
  42. package/esm5/lib/GeographicShapeSeriesView_combined.js +72 -72
  43. package/esm5/lib/GeographicSymbolSeriesBaseView.js +2 -2
  44. package/esm5/lib/GeographicSymbolSeriesView_combined.js +77 -77
  45. package/esm5/lib/GeographicTileSeries.js +27 -27
  46. package/esm5/lib/GeographicXYTriangulatingSeriesBaseView.js +2 -2
  47. package/esm5/lib/TileSeries_combined.js +144 -144
  48. package/esm5/lib/XamGeographicMap_combined.js +475 -475
  49. package/esm5/lib/igx-geographic-contour-line-series-component.js +9 -9
  50. package/esm5/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
  51. package/esm5/lib/igx-geographic-map-component.js +40 -40
  52. package/esm5/lib/igx-geographic-map-series-host-component.js +21 -21
  53. package/esm5/lib/igx-geographic-marker-series-component.js +22 -22
  54. package/esm5/lib/igx-geographic-polyline-series-component.js +11 -11
  55. package/esm5/lib/igx-geographic-proportional-symbol-series-component.js +33 -33
  56. package/esm5/lib/igx-geographic-scatter-area-series-component.js +8 -8
  57. package/esm5/lib/igx-geographic-shape-series-base-component.js +16 -16
  58. package/esm5/lib/igx-geographic-shape-series-component.js +33 -33
  59. package/esm5/lib/igx-geographic-symbol-series-component.js +15 -15
  60. package/esm5/lib/igx-geographic-tile-series-component.js +4 -4
  61. package/esm5/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  62. package/esm5/lib/igx-tile-series-component.js +3 -3
  63. package/fesm2015/igniteui-angular-maps.js +1661 -1661
  64. package/fesm5/igniteui-angular-maps.js +1645 -1645
  65. package/lib/GeographicContourLineSeriesView_combined.d.ts +20 -20
  66. package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +39 -39
  67. package/lib/GeographicMapSeriesHost_combined.d.ts +59 -59
  68. package/lib/GeographicMarkerSeries.d.ts +18 -18
  69. package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
  70. package/lib/GeographicPolylineSeriesView_combined.d.ts +14 -14
  71. package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
  72. package/lib/GeographicProportionalSymbolSeriesBaseView.d.ts +1 -1
  73. package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +46 -46
  74. package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
  75. package/lib/GeographicShapeSeriesBaseBaseView.d.ts +1 -1
  76. package/lib/GeographicShapeSeriesBase_combined.d.ts +30 -30
  77. package/lib/GeographicShapeSeriesView_combined.d.ts +38 -38
  78. package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
  79. package/lib/GeographicSymbolSeriesBaseView.d.ts +1 -1
  80. package/lib/GeographicSymbolSeriesView_combined.d.ts +34 -34
  81. package/lib/GeographicTileSeries.d.ts +10 -10
  82. package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
  83. package/lib/GeographicXYTriangulatingSeriesBaseView.d.ts +1 -1
  84. package/lib/TileSeries_combined.d.ts +42 -42
  85. package/lib/XamGeographicMap_combined.d.ts +125 -125
  86. package/package.json +2 -2
@@ -21,47 +21,47 @@ export let TileSeries = /*@__PURE__*/ (() => {
21
21
  class TileSeries extends ShapeSeriesBase {
22
22
  constructor() {
23
23
  super();
24
- this.s1 = null;
25
- this.s0 = null;
24
+ this.wu = null;
25
+ this.wt = null;
26
26
  this.imageTilesReady = null;
27
- this.s4 = null;
28
- this.s5 = false;
27
+ this.wx = null;
28
+ this.wy = false;
29
29
  this.ab = TileSeries.$;
30
30
  }
31
- get_el() {
31
+ get_fg() {
32
32
  return true;
33
33
  }
34
- by() {
34
+ cg() {
35
35
  return new TileSeriesView(this);
36
36
  }
37
- l4(a) {
38
- super.l4(a);
39
- this.sz = a;
37
+ o0(a) {
38
+ super.o0(a);
39
+ this.ws = a;
40
40
  }
41
- get_rf() {
41
+ get_u4() {
42
42
  return false;
43
43
  }
44
- get s3() {
45
- return this.s1;
44
+ get ww() {
45
+ return this.wu;
46
46
  }
47
- set s3(a) {
48
- let b = a != this.s3;
47
+ set ww(a) {
48
+ let b = a != this.ww;
49
49
  if (b) {
50
- let c = this.s3;
51
- this.s1 = a;
50
+ let c = this.ww;
51
+ this.wu = a;
52
52
  this.raisePropertyChanged("TileImagery", c, a);
53
53
  }
54
54
  }
55
- get s2() {
56
- return this.s0;
55
+ get wv() {
56
+ return this.wt;
57
57
  }
58
- set s2(a) {
59
- let b = this.s0;
60
- this.s0 = a;
61
- this.raisePropertyChanged("ActualTileImagery", b, this.s0);
58
+ set wv(a) {
59
+ let b = this.wt;
60
+ this.wt = a;
61
+ this.raisePropertyChanged("ActualTileImagery", b, this.wt);
62
62
  }
63
- l9(a, b, c, d) {
64
- super.l9(a, b, c, d);
63
+ o8(a, b, c, d) {
64
+ super.o8(a, b, c, d);
65
65
  let e;
66
66
  let f;
67
67
  switch (b) {
@@ -69,142 +69,142 @@ export let TileSeries = /*@__PURE__*/ (() => {
69
69
  e = c;
70
70
  f = d;
71
71
  if (e != null) {
72
- e.propertyChanged = delegateRemove(e.propertyChanged, runOn(this, this.s8));
72
+ e.propertyChanged = delegateRemove(e.propertyChanged, runOn(this, this.w1));
73
73
  }
74
74
  if (f != null) {
75
- f.propertyChanged = delegateCombine(f.propertyChanged, runOn(this, this.s8));
75
+ f.propertyChanged = delegateCombine(f.propertyChanged, runOn(this, this.w1));
76
76
  }
77
- this.sz.de(e, f);
78
- this.mn(false);
79
- this.lu();
77
+ this.ws.dh(e, f);
78
+ this.pp(false);
79
+ this.ol();
80
80
  break;
81
81
  case "ActualTileImagery":
82
82
  e = c;
83
83
  f = d;
84
84
  if (e != null) {
85
- e.imageTilesReady = delegateRemove(e.imageTilesReady, runOn(this, this.s9));
85
+ e.imageTilesReady = delegateRemove(e.imageTilesReady, runOn(this, this.w2));
86
86
  e.deferralHandler = null;
87
87
  }
88
88
  if (f != null) {
89
- f.imageTilesReady = delegateCombine(f.imageTilesReady, runOn(this, this.s9));
89
+ f.imageTilesReady = delegateCombine(f.imageTilesReady, runOn(this, this.w2));
90
90
  f.deferralHandler = this;
91
91
  }
92
- this.sz.dd(e, f);
93
- if (f != null && typeCast(XamGeographicMap.$, this.ce) !== null) {
94
- f.geographicMap = this.ce;
95
- this.tb(this.b1);
96
- this.sz.da(this.ce.tk);
92
+ this.ws.dg(e, f);
93
+ if (f != null && typeCast(XamGeographicMap.$, this.cy) !== null) {
94
+ f.geographicMap = this.cy;
95
+ this.w4(this.cj);
96
+ this.ws.dd(this.cy.tn);
97
97
  }
98
- this.lu();
98
+ this.ol();
99
99
  break;
100
100
  case "ActualWindowRect":
101
- this.sz.da(d);
101
+ this.ws.dd(d);
102
102
  break;
103
103
  case "WorldRect":
104
- this.sz.dh(d);
104
+ this.ws.dk(d);
105
105
  break;
106
106
  case "SeriesViewer":
107
107
  let g = c;
108
108
  let h = d;
109
- if (g != null && this.s2 != null) {
110
- this.s2.be(null);
109
+ if (g != null && this.wv != null) {
110
+ this.wv.be(null);
111
111
  }
112
- if (h != null && this.s2 != null) {
113
- this.s2.be(this.b1.w);
112
+ if (h != null && this.wv != null) {
113
+ this.wv.be(this.cj.w);
114
114
  }
115
115
  break;
116
116
  case "ActualBrush":
117
117
  case "ActualOutline":
118
118
  case "ActualThickness":
119
- this.lw();
119
+ this.on();
120
120
  break;
121
121
  }
122
122
  }
123
- s8(a, b) {
123
+ w1(a, b) {
124
124
  if (b.propertyName == "MultiScaleImage") {
125
- this.tb(this.b1);
125
+ this.w4(this.cj);
126
126
  }
127
127
  }
128
- s9(a, b) {
128
+ w2(a, b) {
129
129
  if (this.imageTilesReady != null) {
130
130
  this.imageTilesReady(this, new EventArgs());
131
131
  }
132
- if (!this.s5) {
133
- this.sz.df();
132
+ if (!this.wy) {
133
+ this.ws.di();
134
134
  }
135
135
  }
136
136
  register(a, b) {
137
- this.s4 = b;
137
+ this.wx = b;
138
138
  }
139
139
  unRegister(a) {
140
- this.s4 = null;
140
+ this.wx = null;
141
141
  }
142
142
  deferredRefresh() {
143
- this.mn(false);
143
+ this.pp(false);
144
144
  }
145
145
  deferAction(a) {
146
- if (this.he != null) {
147
- this.he.setTimeout(a, 0);
146
+ if (this.i4 != null) {
147
+ this.i4.setTimeout(a, 0);
148
148
  }
149
149
  else {
150
150
  window.setTimeout(a, 0);
151
151
  }
152
152
  }
153
- na(a, b) {
154
- this.sz.dg();
155
- super.na(a, b);
153
+ qm(a, b) {
154
+ this.ws.dj();
155
+ super.qm(a, b);
156
156
  }
157
- mo(a) {
158
- super.mo(a);
159
- this.ta(a, this.b1);
157
+ pq(a) {
158
+ super.pq(a);
159
+ this.w3(a, this.cj);
160
160
  }
161
- ta(a, b) {
161
+ w3(a, b) {
162
162
  let c;
163
163
  let d;
164
164
  let e = b;
165
165
  let f = b.getViewInfo(c, d);
166
166
  c = f.p0;
167
167
  d = f.p1;
168
- this.tb(b);
169
- if (this.s4 != null) {
170
- this.s5 = true;
171
- this.s4(a);
172
- this.s5 = false;
168
+ this.w4(b);
169
+ if (this.wx != null) {
170
+ this.wy = true;
171
+ this.wx(a);
172
+ this.wy = false;
173
173
  }
174
- e.df();
174
+ e.di();
175
175
  }
176
- mm(a, b, c, d, e) {
177
- super.mm(a, b, c, d, e);
178
- let f = this.fg.item(d);
179
- f.a1(c);
180
- if (this.cy(f)) {
176
+ po(a, b, c, d, e) {
177
+ super.po(a, b, c, d, e);
178
+ let f = this.gu.item(d);
179
+ f.a3(c);
180
+ if (this.dl(f)) {
181
181
  return;
182
182
  }
183
- this.sj(f);
183
+ this.wb(f);
184
184
  }
185
- tb(a) {
185
+ w4(a) {
186
186
  let b;
187
187
  let c;
188
188
  let d = a.getViewInfo(b, c);
189
189
  b = d.p0;
190
190
  c = d.p1;
191
- if (this.s3 != null && this.s3.ao != null) {
192
- if (this.s3 != this.s2) {
193
- this.s2 = this.s3;
191
+ if (this.ww != null && this.ww.ao != null) {
192
+ if (this.ww != this.wv) {
193
+ this.wv = this.ww;
194
194
  }
195
- if (this.s2 != null && !b.isEmpty) {
196
- if (this.s2.width != b.width) {
197
- this.s2.width = b.width;
195
+ if (this.wv != null && !b.isEmpty) {
196
+ if (this.wv.width != b.width) {
197
+ this.wv.width = b.width;
198
198
  }
199
- if (this.s2.height != b.height) {
200
- this.s2.height = b.height;
199
+ if (this.wv.height != b.height) {
200
+ this.wv.height = b.height;
201
201
  }
202
202
  }
203
203
  }
204
204
  }
205
- k2(a, b) {
206
- super.k2(a, b);
207
- b.db();
205
+ nj(a, b) {
206
+ super.nj(a, b);
207
+ b.de();
208
208
  }
209
209
  }
210
210
  TileSeries.$t = markType(TileSeries, 'TileSeries', ShapeSeriesBase.$, [IMapRenderDeferralHandler_$type]);
@@ -217,116 +217,116 @@ export let TileSeriesView = /*@__PURE__*/ (() => {
217
217
  class TileSeriesView extends ShapeSeriesViewBase {
218
218
  constructor(a) {
219
219
  super(a);
220
- this.c7 = null;
221
- this.di = new GeometryGroup();
222
- this.c9 = null;
223
- this.c8 = null;
224
- this.c7 = a;
225
- }
226
- as() {
227
- super.as();
220
+ this.da = null;
221
+ this.dl = new GeometryGroup();
222
+ this.dc = null;
223
+ this.db = null;
224
+ this.da = a;
225
+ }
226
+ au() {
227
+ super.au();
228
228
  if (!this.q) {
229
- this.c7.pe = Defaults.ao;
230
- this.c7.o9 = Defaults.an;
229
+ this.da.s2 = Defaults.ao;
230
+ this.da.sw = Defaults.an;
231
231
  }
232
232
  }
233
- ch(a, b) {
233
+ ck(a, b) {
234
234
  if (b.c.count > 0) {
235
- this.di.d.add(b);
235
+ this.dl.d.add(b);
236
236
  }
237
237
  }
238
- c2(a, b) {
239
- return this.c3(a, b, true);
238
+ c5(a, b) {
239
+ return this.c6(a, b, true);
240
240
  }
241
- c1(a, b) {
241
+ c4(a, b) {
242
242
  return null;
243
243
  }
244
- cl(a, b) {
244
+ co(a, b) {
245
245
  }
246
- cj(a, b, c) {
246
+ cm(a, b, c) {
247
247
  }
248
- cr() {
249
- super.cr();
250
- this.di.d.clear();
248
+ cu() {
249
+ super.cu();
250
+ this.dl.d.clear();
251
251
  }
252
- cq() {
253
- super.cq();
254
- this.aq();
252
+ ct() {
253
+ super.ct();
254
+ this.as();
255
255
  }
256
- da(a) {
257
- if (this.c7.s3 != null) {
258
- this.c7.s3.windowRect = a;
256
+ dd(a) {
257
+ if (this.da.ww != null) {
258
+ this.da.ww.windowRect = a;
259
259
  }
260
260
  }
261
- dd(a, b) {
262
- if (this.c9 == null) {
263
- this.c9 = this.e.he.createElement("canvas");
264
- let c = this.e.he.get2DCanvasContext(this.c9);
265
- this.c8 = new RenderingContext(new CanvasViewRenderer(), c);
266
- this.c9.setAttribute("width", this.bu.width.toString());
267
- this.c9.setAttribute("height", this.bu.height.toString());
261
+ dg(a, b) {
262
+ if (this.dc == null) {
263
+ this.dc = this.e.i4.createElement("canvas");
264
+ let c = this.e.i4.get2DCanvasContext(this.dc);
265
+ this.db = new RenderingContext(new CanvasViewRenderer(), c);
266
+ this.dc.setAttribute("width", this.bx.width.toString());
267
+ this.dc.setAttribute("height", this.bx.height.toString());
268
268
  }
269
269
  if (a != null) {
270
270
  a.bd(null);
271
271
  a.be(null);
272
- a.imagesChanged = delegateRemove(a.imagesChanged, runOn(this, this.dc));
272
+ a.imagesChanged = delegateRemove(a.imagesChanged, runOn(this, this.df));
273
273
  }
274
274
  if (b != null) {
275
275
  if (this.w != null) {
276
276
  b.be(this.w);
277
277
  }
278
- b.bd(this.c8);
279
- b.bf(this.bu);
280
- b.imagesChanged = delegateCombine(b.imagesChanged, runOn(this, this.dc));
278
+ b.bd(this.db);
279
+ b.bf(this.bx);
280
+ b.imagesChanged = delegateCombine(b.imagesChanged, runOn(this, this.df));
281
281
  }
282
282
  }
283
- dc(a, b) {
284
- this.aq();
283
+ df(a, b) {
284
+ this.as();
285
285
  }
286
- de(a, b) {
286
+ dh(a, b) {
287
287
  }
288
- dg() {
289
- if (this.c9 != null) {
290
- this.c9.setAttribute("width", this.bu.width.toString());
291
- this.c9.setAttribute("height", this.bu.height.toString());
288
+ dj() {
289
+ if (this.dc != null) {
290
+ this.dc.setAttribute("width", this.bx.width.toString());
291
+ this.dc.setAttribute("height", this.bx.height.toString());
292
292
  }
293
- if (this.c7.s3 != null) {
294
- this.c7.s3.bf(this.bu);
293
+ if (this.da.ww != null) {
294
+ this.da.ww.bf(this.bx);
295
295
  }
296
296
  }
297
- a6(a, b) {
298
- super.a6(a, b);
297
+ a8(a, b) {
298
+ super.a8(a, b);
299
299
  if (b) {
300
300
  return;
301
301
  }
302
- if (this.c9 == null) {
302
+ if (this.dc == null) {
303
303
  return;
304
304
  }
305
305
  let c = false;
306
- if (this.di.d.count > 0) {
306
+ if (this.dl.d.count > 0) {
307
307
  c = true;
308
308
  this.k.aa();
309
- this.k.r(this.di);
309
+ this.k.r(this.dl);
310
310
  let d = this.k.h();
311
311
  d.clip();
312
312
  }
313
- let e = truncate(Math.round(this.bu.left));
314
- let f = truncate(Math.round(this.bu.top));
315
- let g = truncate(Math.round(this.bu.width));
316
- let h = truncate(Math.round(this.bu.height));
317
- this.k.o(this.c9.getNativeElement(), 1, e, f, g, h, e, f, g, h);
313
+ let e = truncate(Math.round(this.bx.left));
314
+ let f = truncate(Math.round(this.bx.top));
315
+ let g = truncate(Math.round(this.bx.width));
316
+ let h = truncate(Math.round(this.bx.height));
317
+ this.k.o(this.dc.getNativeElement(), 1, e, f, g, h, e, f, g, h);
318
318
  if (c) {
319
319
  this.k.z();
320
320
  }
321
321
  }
322
- df() {
323
- this.aq();
322
+ di() {
323
+ this.as();
324
324
  }
325
- db() {
325
+ de() {
326
326
  }
327
- dh(a) {
328
- if (this.c7.s3 != null) {
329
- this.c7.s3.a6();
327
+ dk(a) {
328
+ if (this.da.ww != null) {
329
+ this.da.ww.a6();
330
330
  }
331
331
  }
332
332
  }