igniteui-angular-maps 17.2.0 → 17.3.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 +1465 -1438
  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 +84 -81
  5. package/esm2015/lib/GeographicMapSeriesHost_combined.js +184 -184
  6. package/esm2015/lib/GeographicMarkerSeries.js +29 -29
  7. package/esm2015/lib/GeographicPolylineSeriesView_combined.js +21 -18
  8. package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +95 -92
  9. package/esm2015/lib/GeographicShapeSeriesBase_combined.js +63 -63
  10. package/esm2015/lib/GeographicShapeSeriesView_combined.js +60 -57
  11. package/esm2015/lib/GeographicSymbolSeriesView_combined.js +62 -59
  12. package/esm2015/lib/GeographicTileSeries.js +31 -28
  13. package/esm2015/lib/TileSeries_combined.js +95 -92
  14. package/esm2015/lib/XamGeographicMap_combined.js +464 -461
  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-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 +11 -11
  21. package/esm2015/lib/igx-geographic-proportional-symbol-series-component.js +33 -33
  22. package/esm2015/lib/igx-geographic-scatter-area-series-component.js +8 -8
  23. package/esm2015/lib/igx-geographic-shape-series-base-component.js +16 -16
  24. package/esm2015/lib/igx-geographic-shape-series-component.js +33 -33
  25. package/esm2015/lib/igx-geographic-symbol-series-component.js +15 -15
  26. package/esm2015/lib/igx-geographic-tile-series-component.js +4 -4
  27. package/esm2015/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  28. package/esm2015/lib/igx-tile-series-component.js +3 -3
  29. package/esm5/lib/GeographicContourLineSeriesView_combined.js +41 -38
  30. package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +84 -81
  31. package/esm5/lib/GeographicMapSeriesHost_combined.js +182 -182
  32. package/esm5/lib/GeographicMarkerSeries.js +29 -29
  33. package/esm5/lib/GeographicPolylineSeriesView_combined.js +21 -18
  34. package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +95 -92
  35. package/esm5/lib/GeographicShapeSeriesBase_combined.js +62 -62
  36. package/esm5/lib/GeographicShapeSeriesView_combined.js +60 -57
  37. package/esm5/lib/GeographicSymbolSeriesView_combined.js +62 -59
  38. package/esm5/lib/GeographicTileSeries.js +30 -27
  39. package/esm5/lib/TileSeries_combined.js +93 -90
  40. package/esm5/lib/XamGeographicMap_combined.js +457 -454
  41. package/esm5/lib/igx-geographic-contour-line-series-component.js +9 -9
  42. package/esm5/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
  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 +11 -11
  47. package/esm5/lib/igx-geographic-proportional-symbol-series-component.js +33 -33
  48. package/esm5/lib/igx-geographic-scatter-area-series-component.js +8 -8
  49. package/esm5/lib/igx-geographic-shape-series-base-component.js +16 -16
  50. package/esm5/lib/igx-geographic-shape-series-component.js +33 -33
  51. package/esm5/lib/igx-geographic-symbol-series-component.js +15 -15
  52. package/esm5/lib/igx-geographic-tile-series-component.js +4 -4
  53. package/esm5/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  54. package/esm5/lib/igx-tile-series-component.js +3 -3
  55. package/fesm2015/igniteui-angular-maps.js +1483 -1456
  56. package/fesm5/igniteui-angular-maps.js +1465 -1438
  57. package/lib/GeographicContourLineSeriesView_combined.d.ts +16 -15
  58. package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +25 -24
  59. package/lib/GeographicMapSeriesHost_combined.d.ts +46 -46
  60. package/lib/GeographicMarkerSeries.d.ts +16 -16
  61. package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
  62. package/lib/GeographicPolylineSeriesView_combined.d.ts +10 -9
  63. package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
  64. package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +28 -27
  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 -26
  68. package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
  69. package/lib/GeographicSymbolSeriesView_combined.d.ts +21 -20
  70. package/lib/GeographicTileSeries.d.ts +11 -10
  71. package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
  72. package/lib/TileSeries_combined.d.ts +24 -22
  73. package/lib/XamGeographicMap_combined.d.ts +109 -108
  74. package/package.json +2 -2
@@ -21,47 +21,50 @@ export let TileSeries = /*@__PURE__*/ (() => {
21
21
  class TileSeries extends ShapeSeriesBase {
22
22
  constructor() {
23
23
  super();
24
- this.wu = null;
25
- this.wt = null;
24
+ this.ww = null;
25
+ this.wv = null;
26
26
  this.imageTilesReady = null;
27
- this.wx = null;
28
- this.wy = false;
27
+ this.wz = null;
28
+ this.w0 = false;
29
29
  this.ab = TileSeries.$;
30
30
  }
31
- get_fg() {
31
+ bc() {
32
+ return new TileSeries();
33
+ }
34
+ get_fh() {
32
35
  return true;
33
36
  }
34
- cg() {
37
+ cd() {
35
38
  return new TileSeriesView(this);
36
39
  }
37
- o0(a) {
38
- super.o0(a);
39
- this.ws = a;
40
+ o2(a) {
41
+ super.o2(a);
42
+ this.wu = a;
40
43
  }
41
- get_u4() {
44
+ get_u6() {
42
45
  return false;
43
46
  }
44
- get ww() {
45
- return this.wu;
47
+ get wy() {
48
+ return this.ww;
46
49
  }
47
- set ww(a) {
48
- let b = a != this.ww;
50
+ set wy(a) {
51
+ let b = a != this.wy;
49
52
  if (b) {
50
- let c = this.ww;
51
- this.wu = a;
53
+ let c = this.wy;
54
+ this.ww = a;
52
55
  this.raisePropertyChanged("TileImagery", c, a);
53
56
  }
54
57
  }
55
- get wv() {
56
- return this.wt;
58
+ get wx() {
59
+ return this.wv;
57
60
  }
58
- set wv(a) {
59
- let b = this.wt;
60
- this.wt = a;
61
- this.raisePropertyChanged("ActualTileImagery", b, this.wt);
61
+ set wx(a) {
62
+ let b = this.wv;
63
+ this.wv = a;
64
+ this.raisePropertyChanged("ActualTileImagery", b, this.wv);
62
65
  }
63
- o8(a, b, c, d) {
64
- super.o8(a, b, c, d);
66
+ pa(a, b, c, d) {
67
+ super.pa(a, b, c, d);
65
68
  let e;
66
69
  let f;
67
70
  switch (b) {
@@ -69,141 +72,141 @@ export let TileSeries = /*@__PURE__*/ (() => {
69
72
  e = c;
70
73
  f = d;
71
74
  if (e != null) {
72
- e.propertyChanged = delegateRemove(e.propertyChanged, runOn(this, this.w1));
75
+ e.propertyChanged = delegateRemove(e.propertyChanged, runOn(this, this.w3));
73
76
  }
74
77
  if (f != null) {
75
- f.propertyChanged = delegateCombine(f.propertyChanged, runOn(this, this.w1));
78
+ f.propertyChanged = delegateCombine(f.propertyChanged, runOn(this, this.w3));
76
79
  }
77
- this.ws.dh(e, f);
78
- this.pp(false);
79
- this.ol();
80
+ this.wu.dh(e, f);
81
+ this.pr(false);
82
+ this.om();
80
83
  break;
81
84
  case "ActualTileImagery":
82
85
  e = c;
83
86
  f = d;
84
87
  if (e != null) {
85
- e.imageTilesReady = delegateRemove(e.imageTilesReady, runOn(this, this.w2));
88
+ e.imageTilesReady = delegateRemove(e.imageTilesReady, runOn(this, this.w4));
86
89
  e.deferralHandler = null;
87
90
  }
88
91
  if (f != null) {
89
- f.imageTilesReady = delegateCombine(f.imageTilesReady, runOn(this, this.w2));
92
+ f.imageTilesReady = delegateCombine(f.imageTilesReady, runOn(this, this.w4));
90
93
  f.deferralHandler = this;
91
94
  }
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);
95
+ this.wu.dg(e, f);
96
+ if (f != null && typeCast(XamGeographicMap.$, this.cv) !== null) {
97
+ f.geographicMap = this.cv;
98
+ this.w6(this.cg);
99
+ this.wu.dd(this.cv.tr);
97
100
  }
98
- this.ol();
101
+ this.om();
99
102
  break;
100
103
  case "ActualWindowRect":
101
- this.ws.dd(d);
104
+ this.wu.dd(d);
102
105
  break;
103
106
  case "WorldRect":
104
- this.ws.dk(d);
107
+ this.wu.dk(d);
105
108
  break;
106
109
  case "SeriesViewer":
107
110
  let g = c;
108
111
  let h = d;
109
- if (g != null && this.wv != null) {
110
- this.wv.be(null);
112
+ if (g != null && this.wx != null) {
113
+ this.wx.be(null);
111
114
  }
112
- if (h != null && this.wv != null) {
113
- this.wv.be(this.cj.w);
115
+ if (h != null && this.wx != null) {
116
+ this.wx.be(this.cg.w);
114
117
  }
115
118
  break;
116
119
  case "ActualBrush":
117
120
  case "ActualOutline":
118
121
  case "ActualThickness":
119
- this.on();
122
+ this.oo();
120
123
  break;
121
124
  }
122
125
  }
123
- w1(a, b) {
126
+ w3(a, b) {
124
127
  if (b.propertyName == "MultiScaleImage") {
125
- this.w4(this.cj);
128
+ this.w6(this.cg);
126
129
  }
127
130
  }
128
- w2(a, b) {
131
+ w4(a, b) {
129
132
  if (this.imageTilesReady != null) {
130
133
  this.imageTilesReady(this, new EventArgs());
131
134
  }
132
- if (!this.wy) {
133
- this.ws.di();
135
+ if (!this.w0) {
136
+ this.wu.di();
134
137
  }
135
138
  }
136
139
  register(a, b) {
137
- this.wx = b;
140
+ this.wz = b;
138
141
  }
139
142
  unRegister(a) {
140
- this.wx = null;
143
+ this.wz = null;
141
144
  }
142
145
  deferredRefresh() {
143
- this.pp(false);
146
+ this.pr(false);
144
147
  }
145
148
  deferAction(a) {
146
- if (this.i4 != null) {
147
- this.i4.setTimeout(a, 0);
149
+ if (this.i5 != null) {
150
+ this.i5.setTimeout(a, 0);
148
151
  }
149
152
  else {
150
153
  window.setTimeout(a, 0);
151
154
  }
152
155
  }
153
- qm(a, b) {
154
- this.ws.dj();
155
- super.qm(a, b);
156
+ qo(a, b) {
157
+ this.wu.dj();
158
+ super.qo(a, b);
156
159
  }
157
- pq(a) {
158
- super.pq(a);
159
- this.w3(a, this.cj);
160
+ ps(a) {
161
+ super.ps(a);
162
+ this.w5(a, this.cg);
160
163
  }
161
- w3(a, b) {
164
+ w5(a, b) {
162
165
  let c;
163
166
  let d;
164
167
  let e = b;
165
168
  let f = b.getViewInfo(c, d);
166
169
  c = f.p0;
167
170
  d = f.p1;
168
- this.w4(b);
169
- if (this.wx != null) {
170
- this.wy = true;
171
- this.wx(a);
172
- this.wy = false;
171
+ this.w6(b);
172
+ if (this.wz != null) {
173
+ this.w0 = true;
174
+ this.wz(a);
175
+ this.w0 = false;
173
176
  }
174
177
  e.di();
175
178
  }
176
- po(a, b, c, d, e) {
177
- super.po(a, b, c, d, e);
178
- let f = this.gu.item(d);
179
+ pq(a, b, c, d, e) {
180
+ super.pq(a, b, c, d, e);
181
+ let f = this.gv.item(d);
179
182
  f.a3(c);
180
- if (this.dl(f)) {
183
+ if (this.dm(f)) {
181
184
  return;
182
185
  }
183
- this.wb(f);
186
+ this.wd(f);
184
187
  }
185
- w4(a) {
188
+ w6(a) {
186
189
  let b;
187
190
  let c;
188
191
  let d = a.getViewInfo(b, c);
189
192
  b = d.p0;
190
193
  c = d.p1;
191
- if (this.ww != null && this.ww.ao != null) {
192
- if (this.ww != this.wv) {
193
- this.wv = this.ww;
194
+ if (this.wy != null && this.wy.ao != null) {
195
+ if (this.wy != this.wx) {
196
+ this.wx = this.wy;
194
197
  }
195
- if (this.wv != null && !b.isEmpty) {
196
- if (this.wv.width != b.width) {
197
- this.wv.width = b.width;
198
+ if (this.wx != null && !b.isEmpty) {
199
+ if (this.wx.width != b.width) {
200
+ this.wx.width = b.width;
198
201
  }
199
- if (this.wv.height != b.height) {
200
- this.wv.height = b.height;
202
+ if (this.wx.height != b.height) {
203
+ this.wx.height = b.height;
201
204
  }
202
205
  }
203
206
  }
204
207
  }
205
- nj(a, b) {
206
- super.nj(a, b);
208
+ nk(a, b) {
209
+ super.nk(a, b);
207
210
  b.de();
208
211
  }
209
212
  }
@@ -226,8 +229,8 @@ export let TileSeriesView = /*@__PURE__*/ (() => {
226
229
  au() {
227
230
  super.au();
228
231
  if (!this.q) {
229
- this.da.s2 = Defaults.ao;
230
- this.da.sw = Defaults.an;
232
+ this.da.s4 = Defaults.ao;
233
+ this.da.sy = Defaults.an;
231
234
  }
232
235
  }
233
236
  ck(a, b) {
@@ -254,14 +257,14 @@ export let TileSeriesView = /*@__PURE__*/ (() => {
254
257
  this.as();
255
258
  }
256
259
  dd(a) {
257
- if (this.da.ww != null) {
258
- this.da.ww.windowRect = a;
260
+ if (this.da.wy != null) {
261
+ this.da.wy.windowRect = a;
259
262
  }
260
263
  }
261
264
  dg(a, b) {
262
265
  if (this.dc == null) {
263
- this.dc = this.e.i4.createElement("canvas");
264
- let c = this.e.i4.get2DCanvasContext(this.dc);
266
+ this.dc = this.e.i5.createElement("canvas");
267
+ let c = this.e.i5.get2DCanvasContext(this.dc);
265
268
  this.db = new RenderingContext(new CanvasViewRenderer(), c);
266
269
  this.dc.setAttribute("width", this.bx.width.toString());
267
270
  this.dc.setAttribute("height", this.bx.height.toString());
@@ -290,8 +293,8 @@ export let TileSeriesView = /*@__PURE__*/ (() => {
290
293
  this.dc.setAttribute("width", this.bx.width.toString());
291
294
  this.dc.setAttribute("height", this.bx.height.toString());
292
295
  }
293
- if (this.da.ww != null) {
294
- this.da.ww.bf(this.bx);
296
+ if (this.da.wy != null) {
297
+ this.da.wy.bf(this.bx);
295
298
  }
296
299
  }
297
300
  a8(a, b) {
@@ -325,8 +328,8 @@ export let TileSeriesView = /*@__PURE__*/ (() => {
325
328
  de() {
326
329
  }
327
330
  dk(a) {
328
- if (this.da.ww != null) {
329
- this.da.ww.a6();
331
+ if (this.da.wy != null) {
332
+ this.da.wy.a6();
330
333
  }
331
334
  }
332
335
  }