igniteui-angular-maps 17.2.1 → 17.3.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 +1342 -1342
  2. package/bundles/igniteui-angular-maps.umd.min.js +1 -1
  3. package/esm2015/lib/GeographicContourLineSeriesView_combined.js +37 -37
  4. package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +73 -73
  5. package/esm2015/lib/GeographicMapSeriesHost_combined.js +159 -159
  6. package/esm2015/lib/GeographicMarkerSeries.js +25 -25
  7. package/esm2015/lib/GeographicPolylineSeriesView_combined.js +17 -17
  8. package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +87 -87
  9. package/esm2015/lib/GeographicShapeSeriesBase_combined.js +57 -57
  10. package/esm2015/lib/GeographicShapeSeriesView_combined.js +51 -51
  11. package/esm2015/lib/GeographicSymbolSeriesView_combined.js +56 -56
  12. package/esm2015/lib/GeographicTileSeries.js +27 -27
  13. package/esm2015/lib/TileSeries_combined.js +80 -80
  14. package/esm2015/lib/XamGeographicMap_combined.js +457 -457
  15. package/esm2015/lib/igx-geographic-contour-line-series-component.js +8 -8
  16. package/esm2015/lib/igx-geographic-high-density-scatter-series-component.js +22 -22
  17. package/esm2015/lib/igx-geographic-map-component.js +40 -40
  18. package/esm2015/lib/igx-geographic-map-series-host-component.js +10 -10
  19. package/esm2015/lib/igx-geographic-marker-series-component.js +22 -22
  20. package/esm2015/lib/igx-geographic-polyline-series-component.js +10 -10
  21. package/esm2015/lib/igx-geographic-proportional-symbol-series-component.js +32 -32
  22. package/esm2015/lib/igx-geographic-scatter-area-series-component.js +7 -7
  23. package/esm2015/lib/igx-geographic-shape-series-base-component.js +16 -16
  24. package/esm2015/lib/igx-geographic-shape-series-component.js +32 -32
  25. package/esm2015/lib/igx-geographic-symbol-series-component.js +14 -14
  26. package/esm2015/lib/igx-geographic-tile-series-component.js +3 -3
  27. package/esm2015/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  28. package/esm2015/lib/igx-tile-series-component.js +2 -2
  29. package/esm5/lib/GeographicContourLineSeriesView_combined.js +37 -37
  30. package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +73 -73
  31. package/esm5/lib/GeographicMapSeriesHost_combined.js +157 -157
  32. package/esm5/lib/GeographicMarkerSeries.js +25 -25
  33. package/esm5/lib/GeographicPolylineSeriesView_combined.js +17 -17
  34. package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +87 -87
  35. package/esm5/lib/GeographicShapeSeriesBase_combined.js +56 -56
  36. package/esm5/lib/GeographicShapeSeriesView_combined.js +51 -51
  37. package/esm5/lib/GeographicSymbolSeriesView_combined.js +56 -56
  38. package/esm5/lib/GeographicTileSeries.js +26 -26
  39. package/esm5/lib/TileSeries_combined.js +78 -78
  40. package/esm5/lib/XamGeographicMap_combined.js +450 -450
  41. package/esm5/lib/igx-geographic-contour-line-series-component.js +8 -8
  42. package/esm5/lib/igx-geographic-high-density-scatter-series-component.js +22 -22
  43. package/esm5/lib/igx-geographic-map-component.js +40 -40
  44. package/esm5/lib/igx-geographic-map-series-host-component.js +10 -10
  45. package/esm5/lib/igx-geographic-marker-series-component.js +22 -22
  46. package/esm5/lib/igx-geographic-polyline-series-component.js +10 -10
  47. package/esm5/lib/igx-geographic-proportional-symbol-series-component.js +32 -32
  48. package/esm5/lib/igx-geographic-scatter-area-series-component.js +7 -7
  49. package/esm5/lib/igx-geographic-shape-series-base-component.js +16 -16
  50. package/esm5/lib/igx-geographic-shape-series-component.js +32 -32
  51. package/esm5/lib/igx-geographic-symbol-series-component.js +14 -14
  52. package/esm5/lib/igx-geographic-tile-series-component.js +3 -3
  53. package/esm5/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  54. package/esm5/lib/igx-tile-series-component.js +2 -2
  55. package/fesm2015/igniteui-angular-maps.js +1356 -1356
  56. package/fesm5/igniteui-angular-maps.js +1342 -1342
  57. package/lib/GeographicContourLineSeriesView_combined.d.ts +13 -13
  58. package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +18 -18
  59. package/lib/GeographicMapSeriesHost_combined.d.ts +30 -30
  60. package/lib/GeographicMarkerSeries.d.ts +13 -13
  61. package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
  62. package/lib/GeographicPolylineSeriesView_combined.d.ts +9 -9
  63. package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
  64. package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +23 -23
  65. package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
  66. package/lib/GeographicShapeSeriesBase_combined.d.ts +16 -16
  67. package/lib/GeographicShapeSeriesView_combined.d.ts +22 -22
  68. package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
  69. package/lib/GeographicSymbolSeriesView_combined.d.ts +16 -16
  70. package/lib/GeographicTileSeries.d.ts +9 -9
  71. package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
  72. package/lib/TileSeries_combined.d.ts +20 -20
  73. package/lib/XamGeographicMap_combined.d.ts +108 -108
  74. 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.ww = null;
24
25
  this.wv = null;
25
- this.wu = null;
26
26
  this.imageTilesReady = null;
27
- this.wy = null;
28
- this.wz = false;
27
+ this.wz = null;
28
+ this.w0 = false;
29
29
  this.ab = TileSeries.$;
30
30
  }
31
- bg() {
31
+ bc() {
32
32
  return new TileSeries();
33
33
  }
34
34
  get_fh() {
35
35
  return true;
36
36
  }
37
- ch() {
37
+ cd() {
38
38
  return new TileSeriesView(this);
39
39
  }
40
- o1(a) {
41
- super.o1(a);
42
- this.wt = a;
40
+ o2(a) {
41
+ super.o2(a);
42
+ this.wu = a;
43
43
  }
44
- get_u5() {
44
+ get_u6() {
45
45
  return false;
46
46
  }
47
- get wx() {
48
- return this.wv;
47
+ get wy() {
48
+ return this.ww;
49
49
  }
50
- set wx(a) {
51
- let b = a != this.wx;
50
+ set wy(a) {
51
+ let b = a != this.wy;
52
52
  if (b) {
53
- let c = this.wx;
54
- this.wv = a;
53
+ let c = this.wy;
54
+ this.ww = a;
55
55
  this.raisePropertyChanged("TileImagery", c, a);
56
56
  }
57
57
  }
58
- get ww() {
59
- return this.wu;
58
+ get wx() {
59
+ return this.wv;
60
60
  }
61
- set ww(a) {
62
- let b = this.wu;
63
- this.wu = a;
64
- this.raisePropertyChanged("ActualTileImagery", b, this.wu);
61
+ set wx(a) {
62
+ let b = this.wv;
63
+ this.wv = a;
64
+ this.raisePropertyChanged("ActualTileImagery", b, this.wv);
65
65
  }
66
- o9(a, b, c, d) {
67
- super.o9(a, b, c, d);
66
+ pa(a, b, c, d) {
67
+ super.pa(a, b, c, d);
68
68
  let e;
69
69
  let f;
70
70
  switch (b) {
@@ -72,48 +72,48 @@ 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.w2));
75
+ e.propertyChanged = delegateRemove(e.propertyChanged, runOn(this, this.w3));
76
76
  }
77
77
  if (f != null) {
78
- f.propertyChanged = delegateCombine(f.propertyChanged, runOn(this, this.w2));
78
+ f.propertyChanged = delegateCombine(f.propertyChanged, runOn(this, this.w3));
79
79
  }
80
- this.wt.dh(e, f);
81
- this.pq(false);
80
+ this.wu.dh(e, f);
81
+ this.pr(false);
82
82
  this.om();
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.w3));
88
+ e.imageTilesReady = delegateRemove(e.imageTilesReady, runOn(this, this.w4));
89
89
  e.deferralHandler = null;
90
90
  }
91
91
  if (f != null) {
92
- f.imageTilesReady = delegateCombine(f.imageTilesReady, runOn(this, this.w3));
92
+ f.imageTilesReady = delegateCombine(f.imageTilesReady, runOn(this, this.w4));
93
93
  f.deferralHandler = this;
94
94
  }
95
- this.wt.dg(e, f);
96
- if (f != null && typeCast(XamGeographicMap.$, this.cz) !== null) {
97
- f.geographicMap = this.cz;
98
- this.w5(this.ck);
99
- this.wt.dd(this.cz.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);
100
100
  }
101
101
  this.om();
102
102
  break;
103
103
  case "ActualWindowRect":
104
- this.wt.dd(d);
104
+ this.wu.dd(d);
105
105
  break;
106
106
  case "WorldRect":
107
- this.wt.dk(d);
107
+ this.wu.dk(d);
108
108
  break;
109
109
  case "SeriesViewer":
110
110
  let g = c;
111
111
  let h = d;
112
- if (g != null && this.ww != null) {
113
- this.ww.be(null);
112
+ if (g != null && this.wx != null) {
113
+ this.wx.be(null);
114
114
  }
115
- if (h != null && this.ww != null) {
116
- this.ww.be(this.ck.w);
115
+ if (h != null && this.wx != null) {
116
+ this.wx.be(this.cg.w);
117
117
  }
118
118
  break;
119
119
  case "ActualBrush":
@@ -123,27 +123,27 @@ export let TileSeries = /*@__PURE__*/ (() => {
123
123
  break;
124
124
  }
125
125
  }
126
- w2(a, b) {
126
+ w3(a, b) {
127
127
  if (b.propertyName == "MultiScaleImage") {
128
- this.w5(this.ck);
128
+ this.w6(this.cg);
129
129
  }
130
130
  }
131
- w3(a, b) {
131
+ w4(a, b) {
132
132
  if (this.imageTilesReady != null) {
133
133
  this.imageTilesReady(this, new EventArgs());
134
134
  }
135
- if (!this.wz) {
136
- this.wt.di();
135
+ if (!this.w0) {
136
+ this.wu.di();
137
137
  }
138
138
  }
139
139
  register(a, b) {
140
- this.wy = b;
140
+ this.wz = b;
141
141
  }
142
142
  unRegister(a) {
143
- this.wy = null;
143
+ this.wz = null;
144
144
  }
145
145
  deferredRefresh() {
146
- this.pq(false);
146
+ this.pr(false);
147
147
  }
148
148
  deferAction(a) {
149
149
  if (this.i5 != null) {
@@ -153,54 +153,54 @@ export let TileSeries = /*@__PURE__*/ (() => {
153
153
  window.setTimeout(a, 0);
154
154
  }
155
155
  }
156
- qn(a, b) {
157
- this.wt.dj();
158
- super.qn(a, b);
156
+ qo(a, b) {
157
+ this.wu.dj();
158
+ super.qo(a, b);
159
159
  }
160
- pr(a) {
161
- super.pr(a);
162
- this.w4(a, this.ck);
160
+ ps(a) {
161
+ super.ps(a);
162
+ this.w5(a, this.cg);
163
163
  }
164
- w4(a, b) {
164
+ w5(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.w5(b);
172
- if (this.wy != null) {
173
- this.wz = true;
174
- this.wy(a);
175
- this.wz = false;
171
+ this.w6(b);
172
+ if (this.wz != null) {
173
+ this.w0 = true;
174
+ this.wz(a);
175
+ this.w0 = false;
176
176
  }
177
177
  e.di();
178
178
  }
179
- pp(a, b, c, d, e) {
180
- super.pp(a, b, c, d, e);
179
+ pq(a, b, c, d, e) {
180
+ super.pq(a, b, c, d, e);
181
181
  let f = this.gv.item(d);
182
182
  f.a3(c);
183
183
  if (this.dm(f)) {
184
184
  return;
185
185
  }
186
- this.wc(f);
186
+ this.wd(f);
187
187
  }
188
- w5(a) {
188
+ w6(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.wx != null && this.wx.ao != null) {
195
- if (this.wx != this.ww) {
196
- this.ww = this.wx;
194
+ if (this.wy != null && this.wy.ao != null) {
195
+ if (this.wy != this.wx) {
196
+ this.wx = this.wy;
197
197
  }
198
- if (this.ww != null && !b.isEmpty) {
199
- if (this.ww.width != b.width) {
200
- this.ww.width = b.width;
198
+ if (this.wx != null && !b.isEmpty) {
199
+ if (this.wx.width != b.width) {
200
+ this.wx.width = b.width;
201
201
  }
202
- if (this.ww.height != b.height) {
203
- this.ww.height = b.height;
202
+ if (this.wx.height != b.height) {
203
+ this.wx.height = b.height;
204
204
  }
205
205
  }
206
206
  }
@@ -229,8 +229,8 @@ export let TileSeriesView = /*@__PURE__*/ (() => {
229
229
  au() {
230
230
  super.au();
231
231
  if (!this.q) {
232
- this.da.s3 = Defaults.ao;
233
- this.da.sx = Defaults.an;
232
+ this.da.s4 = Defaults.ao;
233
+ this.da.sy = Defaults.an;
234
234
  }
235
235
  }
236
236
  ck(a, b) {
@@ -257,8 +257,8 @@ export let TileSeriesView = /*@__PURE__*/ (() => {
257
257
  this.as();
258
258
  }
259
259
  dd(a) {
260
- if (this.da.wx != null) {
261
- this.da.wx.windowRect = a;
260
+ if (this.da.wy != null) {
261
+ this.da.wy.windowRect = a;
262
262
  }
263
263
  }
264
264
  dg(a, b) {
@@ -293,8 +293,8 @@ export let TileSeriesView = /*@__PURE__*/ (() => {
293
293
  this.dc.setAttribute("width", this.bx.width.toString());
294
294
  this.dc.setAttribute("height", this.bx.height.toString());
295
295
  }
296
- if (this.da.wx != null) {
297
- this.da.wx.bf(this.bx);
296
+ if (this.da.wy != null) {
297
+ this.da.wy.bf(this.bx);
298
298
  }
299
299
  }
300
300
  a8(a, b) {
@@ -328,8 +328,8 @@ export let TileSeriesView = /*@__PURE__*/ (() => {
328
328
  de() {
329
329
  }
330
330
  dk(a) {
331
- if (this.da.wx != null) {
332
- this.da.wx.a6();
331
+ if (this.da.wy != null) {
332
+ this.da.wy.a6();
333
333
  }
334
334
  }
335
335
  }