igniteui-angular-maps 19.0.0 → 19.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 (86) hide show
  1. package/bundles/igniteui-angular-maps.umd.js +1704 -1704
  2. package/bundles/igniteui-angular-maps.umd.min.js +1 -1
  3. package/esm2015/lib/GeographicContourLineSeriesView_combined.js +48 -48
  4. package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +114 -114
  5. package/esm2015/lib/GeographicMapSeriesHost_combined.js +224 -224
  6. package/esm2015/lib/GeographicMarkerSeries.js +29 -29
  7. package/esm2015/lib/GeographicPolylineSeriesView_combined.js +28 -28
  8. package/esm2015/lib/GeographicProportionalSymbolSeriesBaseView.js +2 -2
  9. package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +123 -123
  10. package/esm2015/lib/GeographicShapeSeriesBaseBaseView.js +2 -2
  11. package/esm2015/lib/GeographicShapeSeriesBase_combined.js +73 -73
  12. package/esm2015/lib/GeographicShapeSeriesView_combined.js +75 -75
  13. package/esm2015/lib/GeographicSymbolSeriesBaseView.js +2 -2
  14. package/esm2015/lib/GeographicSymbolSeriesView_combined.js +79 -79
  15. package/esm2015/lib/GeographicTileSeries.js +29 -29
  16. package/esm2015/lib/GeographicXYTriangulatingSeriesBaseView.js +2 -2
  17. package/esm2015/lib/TileSeries_combined.js +154 -154
  18. package/esm2015/lib/XamGeographicMap_combined.js +477 -477
  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 +39 -39
  22. package/esm2015/lib/igx-geographic-map-series-host-component.js +22 -22
  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 +22 -22
  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 +48 -48
  34. package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +113 -113
  35. package/esm5/lib/GeographicMapSeriesHost_combined.js +223 -223
  36. package/esm5/lib/GeographicMarkerSeries.js +29 -29
  37. package/esm5/lib/GeographicPolylineSeriesView_combined.js +28 -28
  38. package/esm5/lib/GeographicProportionalSymbolSeriesBaseView.js +2 -2
  39. package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +123 -123
  40. package/esm5/lib/GeographicShapeSeriesBaseBaseView.js +2 -2
  41. package/esm5/lib/GeographicShapeSeriesBase_combined.js +72 -72
  42. package/esm5/lib/GeographicShapeSeriesView_combined.js +75 -75
  43. package/esm5/lib/GeographicSymbolSeriesBaseView.js +2 -2
  44. package/esm5/lib/GeographicSymbolSeriesView_combined.js +79 -79
  45. package/esm5/lib/GeographicTileSeries.js +28 -28
  46. package/esm5/lib/GeographicXYTriangulatingSeriesBaseView.js +2 -2
  47. package/esm5/lib/TileSeries_combined.js +151 -151
  48. package/esm5/lib/XamGeographicMap_combined.js +469 -469
  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 +39 -39
  52. package/esm5/lib/igx-geographic-map-series-host-component.js +22 -22
  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 +22 -22
  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 +1710 -1710
  64. package/fesm5/igniteui-angular-maps.js +1704 -1704
  65. package/lib/GeographicContourLineSeriesView_combined.d.ts +21 -21
  66. package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +42 -42
  67. package/lib/GeographicMapSeriesHost_combined.d.ts +66 -66
  68. package/lib/GeographicMarkerSeries.d.ts +18 -18
  69. package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
  70. package/lib/GeographicPolylineSeriesView_combined.d.ts +15 -15
  71. package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
  72. package/lib/GeographicProportionalSymbolSeriesBaseView.d.ts +1 -1
  73. package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +50 -50
  74. package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
  75. package/lib/GeographicShapeSeriesBaseBaseView.d.ts +1 -1
  76. package/lib/GeographicShapeSeriesBase_combined.d.ts +32 -32
  77. package/lib/GeographicShapeSeriesView_combined.d.ts +41 -41
  78. package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
  79. package/lib/GeographicSymbolSeriesBaseView.d.ts +1 -1
  80. package/lib/GeographicSymbolSeriesView_combined.d.ts +36 -36
  81. package/lib/GeographicTileSeries.d.ts +11 -11
  82. package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
  83. package/lib/GeographicXYTriangulatingSeriesBaseView.d.ts +1 -1
  84. package/lib/TileSeries_combined.d.ts +43 -43
  85. package/lib/XamGeographicMap_combined.d.ts +121 -121
  86. package/package.json +2 -2
@@ -21,50 +21,50 @@ export let TileSeries = /*@__PURE__*/ (() => {
21
21
  class TileSeries extends ShapeSeriesBase {
22
22
  constructor() {
23
23
  super();
24
- this.z9 = null;
25
- this.z8 = null;
24
+ this.aae = null;
25
+ this.aad = null;
26
26
  this.imageTilesReady = null;
27
- this.aac = null;
28
- this.aad = false;
27
+ this.aah = null;
28
+ this.aai = false;
29
29
  this.ab = TileSeries.$;
30
30
  }
31
- bj() {
31
+ bk() {
32
32
  return new TileSeries();
33
33
  }
34
- get_f3() {
34
+ get_f4() {
35
35
  return true;
36
36
  }
37
- cs() {
37
+ ct() {
38
38
  return new TileSeriesView(this);
39
39
  }
40
- q1(a) {
41
- super.q1(a);
42
- this.z7 = a;
40
+ q3(a) {
41
+ super.q3(a);
42
+ this.aac = a;
43
43
  }
44
- get_ya() {
44
+ get_yf() {
45
45
  return false;
46
46
  }
47
- get aab() {
48
- return this.z9;
47
+ get aag() {
48
+ return this.aae;
49
49
  }
50
- set aab(a) {
51
- let b = a != this.aab;
50
+ set aag(a) {
51
+ let b = a != this.aag;
52
52
  if (b) {
53
- let c = this.aab;
54
- this.z9 = a;
53
+ let c = this.aag;
54
+ this.aae = a;
55
55
  this.raisePropertyChanged("TileImagery", c, a);
56
56
  }
57
57
  }
58
- get aaa() {
59
- return this.z8;
58
+ get aaf() {
59
+ return this.aad;
60
60
  }
61
- set aaa(a) {
62
- let b = this.z8;
63
- this.z8 = a;
64
- this.raisePropertyChanged("ActualTileImagery", b, this.z8);
61
+ set aaf(a) {
62
+ let b = this.aad;
63
+ this.aad = a;
64
+ this.raisePropertyChanged("ActualTileImagery", b, this.aad);
65
65
  }
66
- q9(a, b, c, d) {
67
- super.q9(a, b, c, d);
66
+ rc(a, b, c, d) {
67
+ super.rc(a, b, c, d);
68
68
  let e;
69
69
  let f;
70
70
  switch (b) {
@@ -72,142 +72,142 @@ export let TileSeries = /*@__PURE__*/ (() => {
72
72
  e = c;
73
73
  f = d;
74
74
  if (e != null) {
75
- e.propertyChanged = delegateRemove(e.propertyChanged, runOn(this, this.aag));
75
+ e.propertyChanged = delegateRemove(e.propertyChanged, runOn(this, this.aal));
76
76
  }
77
77
  if (f != null) {
78
- f.propertyChanged = delegateCombine(f.propertyChanged, runOn(this, this.aag));
78
+ f.propertyChanged = delegateCombine(f.propertyChanged, runOn(this, this.aal));
79
79
  }
80
- this.z7.dh(e, f);
81
- this.rr(false);
82
- this.ql();
80
+ this.aac.dv(e, f);
81
+ this.ru(false);
82
+ this.qn();
83
83
  break;
84
84
  case "ActualTileImagery":
85
85
  e = c;
86
86
  f = d;
87
87
  if (e != null) {
88
- e.imageTilesReady = delegateRemove(e.imageTilesReady, runOn(this, this.aah));
88
+ e.imageTilesReady = delegateRemove(e.imageTilesReady, runOn(this, this.aam));
89
89
  e.deferralHandler = null;
90
90
  }
91
91
  if (f != null) {
92
- f.imageTilesReady = delegateCombine(f.imageTilesReady, runOn(this, this.aah));
92
+ f.imageTilesReady = delegateCombine(f.imageTilesReady, runOn(this, this.aam));
93
93
  f.deferralHandler = this;
94
94
  }
95
- this.z7.dg(e, f);
96
- if (f != null && typeCast(XamGeographicMap.$, this.db) !== null) {
97
- f.geographicMap = this.db;
98
- this.aaj(this.cv);
99
- this.z7.dd(this.db.v4);
95
+ this.aac.du(e, f);
96
+ if (f != null && typeCast(XamGeographicMap.$, this.dc) !== null) {
97
+ f.geographicMap = this.dc;
98
+ this.aao(this.cw);
99
+ this.aac.dr(this.dc.wh);
100
100
  }
101
- this.ql();
101
+ this.qn();
102
102
  break;
103
103
  case "ActualWindowRect":
104
- this.z7.dd(d);
104
+ this.aac.dr(d);
105
105
  break;
106
106
  case "WorldRect":
107
- this.z7.dk(d);
107
+ this.aac.dy(d);
108
108
  break;
109
109
  case "SeriesViewer":
110
110
  let g = c;
111
111
  let h = d;
112
- if (g != null && this.aaa != null) {
113
- this.aaa.be(null);
112
+ if (g != null && this.aaf != null) {
113
+ this.aaf.be(null);
114
114
  }
115
- if (h != null && this.aaa != null) {
116
- this.aaa.be(this.cv.w);
115
+ if (h != null && this.aaf != null) {
116
+ this.aaf.be(this.cw.ae);
117
117
  }
118
118
  break;
119
119
  case "ActualBrush":
120
120
  case "ActualOutline":
121
121
  case "ActualThickness":
122
- this.qn();
122
+ this.qp();
123
123
  break;
124
124
  }
125
125
  }
126
- aag(a, b) {
126
+ aal(a, b) {
127
127
  if (b.propertyName == "MultiScaleImage") {
128
- this.aaj(this.cv);
128
+ this.aao(this.cw);
129
129
  }
130
130
  }
131
- aah(a, b) {
131
+ aam(a, b) {
132
132
  if (this.imageTilesReady != null) {
133
133
  this.imageTilesReady(this, new EventArgs());
134
134
  }
135
- if (!this.aad) {
136
- this.z7.di();
135
+ if (!this.aai) {
136
+ this.aac.dw();
137
137
  }
138
138
  }
139
139
  register(a, b) {
140
- this.aac = b;
140
+ this.aah = b;
141
141
  }
142
142
  unRegister(a) {
143
- this.aac = null;
143
+ this.aah = null;
144
144
  }
145
145
  deferredRefresh() {
146
- this.rr(false);
146
+ this.ru(false);
147
147
  }
148
148
  deferAction(a) {
149
- if (this.jz != null) {
150
- this.jz.setTimeout(a, 0);
149
+ if (this.j0 != null) {
150
+ this.j0.setTimeout(a, 0);
151
151
  }
152
152
  else {
153
153
  window.setTimeout(a, 0);
154
154
  }
155
155
  }
156
- sq(a, b) {
157
- this.z7.dj();
158
- super.sq(a, b);
156
+ su(a, b) {
157
+ this.aac.dx();
158
+ super.su(a, b);
159
159
  }
160
- rs(a) {
161
- super.rs(a);
162
- this.aai(a, this.cv);
160
+ rv(a) {
161
+ super.rv(a);
162
+ this.aan(a, this.cw);
163
163
  }
164
- aai(a, b) {
164
+ aan(a, b) {
165
165
  let c;
166
166
  let d;
167
167
  let e = b;
168
168
  let f = b.getViewInfo(c, d);
169
169
  c = f.p0;
170
170
  d = f.p1;
171
- this.aaj(b);
172
- if (this.aac != null) {
173
- this.aad = true;
174
- this.aac(a);
175
- this.aad = false;
171
+ this.aao(b);
172
+ if (this.aah != null) {
173
+ this.aai = true;
174
+ this.aah(a);
175
+ this.aai = false;
176
176
  }
177
- e.di();
177
+ e.dw();
178
178
  }
179
- rq(a, b, c, d, e) {
180
- super.rq(a, b, c, d, e);
181
- let f = this.hn.item(d);
182
- f.a3(c);
183
- if (this.d5(f)) {
179
+ rt(a, b, c, d, e) {
180
+ super.rt(a, b, c, d, e);
181
+ let f = this.ho.item(d);
182
+ f.bd(c);
183
+ if (this.d7(f)) {
184
184
  return;
185
185
  }
186
- this.zn(f);
186
+ this.zs(f);
187
187
  }
188
- aaj(a) {
188
+ aao(a) {
189
189
  let b;
190
190
  let c;
191
191
  let d = a.getViewInfo(b, c);
192
192
  b = d.p0;
193
193
  c = d.p1;
194
- if (this.aab != null && this.aab.ao != null) {
195
- if (this.aab != this.aaa) {
196
- this.aaa = this.aab;
194
+ if (this.aag != null && this.aag.ao != null) {
195
+ if (this.aag != this.aaf) {
196
+ this.aaf = this.aag;
197
197
  }
198
- if (this.aaa != null && !b.isEmpty) {
199
- if (this.aaa.width != b.width) {
200
- this.aaa.width = b.width;
198
+ if (this.aaf != null && !b.isEmpty) {
199
+ if (this.aaf.width != b.width) {
200
+ this.aaf.width = b.width;
201
201
  }
202
- if (this.aaa.height != b.height) {
203
- this.aaa.height = b.height;
202
+ if (this.aaf.height != b.height) {
203
+ this.aaf.height = b.height;
204
204
  }
205
205
  }
206
206
  }
207
207
  }
208
- o5(a, b) {
209
- super.o5(a, b);
210
- b.de();
208
+ o7(a, b) {
209
+ super.o7(a, b);
210
+ b.ds();
211
211
  }
212
212
  }
213
213
  TileSeries.$t = markType(TileSeries, 'TileSeries', ShapeSeriesBase.$, [IMapRenderDeferralHandler_$type]);
@@ -220,116 +220,116 @@ export let TileSeriesView = /*@__PURE__*/ (() => {
220
220
  class TileSeriesView extends ShapeSeriesViewBase {
221
221
  constructor(a) {
222
222
  super(a);
223
- this.da = null;
224
- this.dl = new GeometryGroup();
225
- this.dc = null;
226
- this.db = null;
227
- this.da = a;
228
- }
229
- au() {
230
- super.au();
231
- if (!this.q) {
232
- this.da.vv = Defaults.ao;
233
- this.da.vf = Defaults.an;
223
+ this.dn = null;
224
+ this.dz = new GeometryGroup();
225
+ this.dq = null;
226
+ this.dp = null;
227
+ this.dn = a;
228
+ }
229
+ a4() {
230
+ super.a4();
231
+ if (!this.t) {
232
+ this.dn.v0 = Defaults.tileSeries_Outline;
233
+ this.dn.vk = Defaults.tileSeries_Brush;
234
234
  }
235
235
  }
236
- ck(a, b) {
236
+ cx(a, b) {
237
237
  if (b.c.count > 0) {
238
- this.dl.d.add(b);
238
+ this.dz.d.add(b);
239
239
  }
240
240
  }
241
- c5(a, b) {
242
- return this.c6(a, b, true);
241
+ di(a, b) {
242
+ return this.dj(a, b, true);
243
243
  }
244
- c4(a, b) {
244
+ dh(a, b) {
245
245
  return null;
246
246
  }
247
- co(a, b) {
247
+ c1(a, b) {
248
248
  }
249
- cm(a, b, c) {
249
+ cz(a, b, c) {
250
250
  }
251
- cu() {
252
- super.cu();
253
- this.dl.d.clear();
251
+ c7() {
252
+ super.c7();
253
+ this.dz.d.clear();
254
254
  }
255
- ct() {
256
- super.ct();
257
- this.as();
255
+ c6() {
256
+ super.c6();
257
+ this.a2();
258
258
  }
259
- dd(a) {
260
- if (this.da.aab != null) {
261
- this.da.aab.windowRect = a;
259
+ dr(a) {
260
+ if (this.dn.aag != null) {
261
+ this.dn.aag.windowRect = a;
262
262
  }
263
263
  }
264
- dg(a, b) {
265
- if (this.dc == null) {
266
- this.dc = this.e.jz.createElement("canvas");
267
- let c = this.e.jz.get2DCanvasContext(this.dc);
268
- this.db = new RenderingContext(new CanvasViewRenderer(), c);
269
- this.dc.setAttribute("width", this.bx.width.toString());
270
- this.dc.setAttribute("height", this.bx.height.toString());
264
+ du(a, b) {
265
+ if (this.dq == null) {
266
+ this.dq = this.f.j0.createElement("canvas");
267
+ let c = this.f.j0.get2DCanvasContext(this.dq);
268
+ this.dp = new RenderingContext(new CanvasViewRenderer(), c);
269
+ this.dq.setAttribute("width", this.b9.width.toString());
270
+ this.dq.setAttribute("height", this.b9.height.toString());
271
271
  }
272
272
  if (a != null) {
273
273
  a.bd(null);
274
274
  a.be(null);
275
- a.imagesChanged = delegateRemove(a.imagesChanged, runOn(this, this.df));
275
+ a.imagesChanged = delegateRemove(a.imagesChanged, runOn(this, this.dt));
276
276
  }
277
277
  if (b != null) {
278
- if (this.w != null) {
279
- b.be(this.w);
278
+ if (this.ae != null) {
279
+ b.be(this.ae);
280
280
  }
281
- b.bd(this.db);
282
- b.bf(this.bx);
283
- b.imagesChanged = delegateCombine(b.imagesChanged, runOn(this, this.df));
281
+ b.bd(this.dp);
282
+ b.bf(this.b9);
283
+ b.imagesChanged = delegateCombine(b.imagesChanged, runOn(this, this.dt));
284
284
  }
285
285
  }
286
- df(a, b) {
287
- this.as();
286
+ dt(a, b) {
287
+ this.a2();
288
288
  }
289
- dh(a, b) {
289
+ dv(a, b) {
290
290
  }
291
- dj() {
292
- if (this.dc != null) {
293
- this.dc.setAttribute("width", this.bx.width.toString());
294
- this.dc.setAttribute("height", this.bx.height.toString());
291
+ dx() {
292
+ if (this.dq != null) {
293
+ this.dq.setAttribute("width", this.b9.width.toString());
294
+ this.dq.setAttribute("height", this.b9.height.toString());
295
295
  }
296
- if (this.da.aab != null) {
297
- this.da.aab.bf(this.bx);
296
+ if (this.dn.aag != null) {
297
+ this.dn.aag.bf(this.b9);
298
298
  }
299
299
  }
300
- a8(a, b) {
301
- super.a8(a, b);
300
+ bj(a, b) {
301
+ super.bj(a, b);
302
302
  if (b) {
303
303
  return;
304
304
  }
305
- if (this.dc == null) {
305
+ if (this.dq == null) {
306
306
  return;
307
307
  }
308
308
  let c = false;
309
- if (this.dl.d.count > 0) {
309
+ if (this.dz.d.count > 0) {
310
310
  c = true;
311
- this.k.aa();
312
- this.k.r(this.dl);
313
- let d = this.k.h();
311
+ this.m.aa();
312
+ this.m.r(this.dz);
313
+ let d = this.m.h();
314
314
  d.clip();
315
315
  }
316
- let e = truncate(Math.round(this.bx.left));
317
- let f = truncate(Math.round(this.bx.top));
318
- let g = truncate(Math.round(this.bx.width));
319
- let h = truncate(Math.round(this.bx.height));
320
- this.k.o(this.dc.getNativeElement(), 1, e, f, g, h, e, f, g, h);
316
+ let e = truncate(Math.round(this.b9.left));
317
+ let f = truncate(Math.round(this.b9.top));
318
+ let g = truncate(Math.round(this.b9.width));
319
+ let h = truncate(Math.round(this.b9.height));
320
+ this.m.o(this.dq.getNativeElement(), 1, e, f, g, h, e, f, g, h);
321
321
  if (c) {
322
- this.k.z();
322
+ this.m.z();
323
323
  }
324
324
  }
325
- di() {
326
- this.as();
325
+ dw() {
326
+ this.a2();
327
327
  }
328
- de() {
328
+ ds() {
329
329
  }
330
- dk(a) {
331
- if (this.da.aab != null) {
332
- this.da.aab.a6();
330
+ dy(a) {
331
+ if (this.dn.aag != null) {
332
+ this.dn.aag.a6();
333
333
  }
334
334
  }
335
335
  }