igniteui-angular-maps 21.0.0-beta.0 → 21.0.1-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 (76) hide show
  1. package/bundles/igniteui-angular-maps.umd.js +1045 -1045
  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 +76 -76
  5. package/esm2015/lib/GeographicMapSeriesHost_combined.js +188 -188
  6. package/esm2015/lib/GeographicMarkerSeries.js +28 -28
  7. package/esm2015/lib/GeographicPolylineSeriesView_combined.js +17 -17
  8. package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +83 -83
  9. package/esm2015/lib/GeographicShapeSeriesBase_combined.js +61 -61
  10. package/esm2015/lib/GeographicShapeSeriesView_combined.js +55 -55
  11. package/esm2015/lib/GeographicSymbolSeriesView_combined.js +52 -52
  12. package/esm2015/lib/GeographicTileSeries.js +27 -27
  13. package/esm2015/lib/SphericalMercatorHorizontalScaler.js +2 -2
  14. package/esm2015/lib/SphericalMercatorVerticalScaler.js +2 -2
  15. package/esm2015/lib/TileSeries_combined.js +87 -87
  16. package/esm2015/lib/XamGeographicMap_combined.js +124 -124
  17. package/esm2015/lib/igx-geographic-contour-line-series-component.js +9 -9
  18. package/esm2015/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
  19. package/esm2015/lib/igx-geographic-map-series-host-component.js +21 -21
  20. package/esm2015/lib/igx-geographic-marker-series-component.js +22 -22
  21. package/esm2015/lib/igx-geographic-polyline-series-component.js +11 -11
  22. package/esm2015/lib/igx-geographic-proportional-symbol-series-component.js +32 -32
  23. package/esm2015/lib/igx-geographic-scatter-area-series-component.js +7 -7
  24. package/esm2015/lib/igx-geographic-shape-series-base-component.js +22 -22
  25. package/esm2015/lib/igx-geographic-shape-series-component.js +33 -33
  26. package/esm2015/lib/igx-geographic-symbol-series-component.js +14 -14
  27. package/esm2015/lib/igx-geographic-tile-series-component.js +4 -4
  28. package/esm2015/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  29. package/esm2015/lib/igx-tile-series-component.js +3 -3
  30. package/esm5/lib/GeographicContourLineSeriesView_combined.js +37 -37
  31. package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +76 -76
  32. package/esm5/lib/GeographicMapSeriesHost_combined.js +186 -186
  33. package/esm5/lib/GeographicMarkerSeries.js +28 -28
  34. package/esm5/lib/GeographicPolylineSeriesView_combined.js +17 -17
  35. package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +83 -83
  36. package/esm5/lib/GeographicShapeSeriesBase_combined.js +60 -60
  37. package/esm5/lib/GeographicShapeSeriesView_combined.js +55 -55
  38. package/esm5/lib/GeographicSymbolSeriesView_combined.js +52 -52
  39. package/esm5/lib/GeographicTileSeries.js +26 -26
  40. package/esm5/lib/SphericalMercatorHorizontalScaler.js +2 -2
  41. package/esm5/lib/SphericalMercatorVerticalScaler.js +2 -2
  42. package/esm5/lib/TileSeries_combined.js +85 -85
  43. package/esm5/lib/XamGeographicMap_combined.js +123 -123
  44. package/esm5/lib/igx-geographic-contour-line-series-component.js +9 -9
  45. package/esm5/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
  46. package/esm5/lib/igx-geographic-map-series-host-component.js +21 -21
  47. package/esm5/lib/igx-geographic-marker-series-component.js +22 -22
  48. package/esm5/lib/igx-geographic-polyline-series-component.js +11 -11
  49. package/esm5/lib/igx-geographic-proportional-symbol-series-component.js +32 -32
  50. package/esm5/lib/igx-geographic-scatter-area-series-component.js +7 -7
  51. package/esm5/lib/igx-geographic-shape-series-base-component.js +22 -22
  52. package/esm5/lib/igx-geographic-shape-series-component.js +33 -33
  53. package/esm5/lib/igx-geographic-symbol-series-component.js +14 -14
  54. package/esm5/lib/igx-geographic-tile-series-component.js +4 -4
  55. package/esm5/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  56. package/esm5/lib/igx-tile-series-component.js +3 -3
  57. package/fesm2015/igniteui-angular-maps.js +1053 -1053
  58. package/fesm5/igniteui-angular-maps.js +1045 -1045
  59. package/lib/GeographicContourLineSeriesView_combined.d.ts +12 -12
  60. package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +20 -20
  61. package/lib/GeographicMapSeriesHost_combined.d.ts +43 -43
  62. package/lib/GeographicMarkerSeries.d.ts +15 -15
  63. package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
  64. package/lib/GeographicPolylineSeriesView_combined.d.ts +8 -8
  65. package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
  66. package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +22 -22
  67. package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
  68. package/lib/GeographicShapeSeriesBase_combined.d.ts +20 -20
  69. package/lib/GeographicShapeSeriesView_combined.d.ts +24 -24
  70. package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
  71. package/lib/GeographicSymbolSeriesView_combined.d.ts +15 -15
  72. package/lib/GeographicTileSeries.d.ts +9 -9
  73. package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
  74. package/lib/TileSeries_combined.d.ts +20 -20
  75. package/lib/XamGeographicMap_combined.d.ts +24 -24
  76. package/package.json +2 -2
@@ -15,60 +15,60 @@ export let GeographicTileSeries = /*@__PURE__*/ (() => {
15
15
  class GeographicTileSeries extends GeographicShapeSeriesBase {
16
16
  constructor() {
17
17
  super();
18
+ this.y2 = null;
18
19
  this.y1 = null;
19
- this.y0 = null;
20
20
  this.imageTilesReady = null;
21
21
  this.ab = GeographicTileSeries.$;
22
22
  }
23
23
  bk() {
24
24
  return new GeographicTileSeries();
25
25
  }
26
- get_f6() {
26
+ get_f7() {
27
27
  return true;
28
28
  }
29
- get y2() {
30
- return this.y1;
29
+ get y3() {
30
+ return this.y2;
31
31
  }
32
- set y2(a) {
33
- let b = a != this.y2;
32
+ set y3(a) {
33
+ let b = a != this.y3;
34
34
  if (b) {
35
- let c = this.y2;
36
- this.y1 = a;
35
+ let c = this.y3;
36
+ this.y2 = a;
37
37
  this.raisePropertyChanged("TileImagery", c, a);
38
38
  }
39
39
  }
40
- y6() {
41
- if (this.y2 != null) {
42
- this.y2.clearTileCache();
40
+ y7() {
41
+ if (this.y3 != null) {
42
+ this.y3.clearTileCache();
43
43
  }
44
44
  }
45
- rq(a, b, c, d) {
46
- super.rq(a, b, c, d);
45
+ rr(a, b, c, d) {
46
+ super.rr(a, b, c, d);
47
47
  switch (b) {
48
48
  case "TileImagery":
49
- if (this.xl != null) {
50
- this.xl.aaw = this.y2;
49
+ if (this.xm != null) {
50
+ this.xm.aax = this.y3;
51
51
  }
52
52
  break;
53
53
  }
54
54
  }
55
- xq(a, b) {
56
- super.xq(a, b);
57
- this.xl.aaw = this.y2;
58
- if (this.y0 != null) {
59
- let c = this.y0;
60
- c.imageTilesReady = delegateRemove(c.imageTilesReady, runOn(this, this.y5));
55
+ xr(a, b) {
56
+ super.xr(a, b);
57
+ this.xm.aax = this.y3;
58
+ if (this.y1 != null) {
59
+ let c = this.y1;
60
+ c.imageTilesReady = delegateRemove(c.imageTilesReady, runOn(this, this.y6));
61
61
  }
62
- this.y0 = this.xl;
63
- if (this.y0 != null) {
64
- let d = this.y0;
65
- d.imageTilesReady = delegateCombine(d.imageTilesReady, runOn(this, this.y5));
62
+ this.y1 = this.xm;
63
+ if (this.y1 != null) {
64
+ let d = this.y1;
65
+ d.imageTilesReady = delegateCombine(d.imageTilesReady, runOn(this, this.y6));
66
66
  }
67
67
  }
68
- xk() {
68
+ xl() {
69
69
  return new TileSeries();
70
70
  }
71
- y5(a, b) {
71
+ y6(a, b) {
72
72
  if (this.imageTilesReady != null) {
73
73
  this.imageTilesReady(this, new ImageTilesReadyEventArgs());
74
74
  }
@@ -101,8 +101,8 @@ export let SphericalMercatorHorizontalScaler = /*@__PURE__*/ (() => {
101
101
  }
102
102
  }
103
103
  t(a, b, c, d, e) {
104
- d = a.q9;
105
- e = a.q8;
104
+ d = a.rb;
105
+ e = a.ra;
106
106
  return {
107
107
  p3: d,
108
108
  p4: e
@@ -123,8 +123,8 @@ export let SphericalMercatorVerticalScaler = /*@__PURE__*/ (() => {
123
123
  }
124
124
  }
125
125
  t(a, b, c, d, e) {
126
- d = this.ak(a.q9);
127
- e = this.ak(a.q8);
126
+ d = this.ak(a.rb);
127
+ e = this.ak(a.ra);
128
128
  return {
129
129
  p3: d,
130
130
  p4: e
@@ -21,50 +21,50 @@ export let TileSeries = /*@__PURE__*/ (() => {
21
21
  class TileSeries extends ShapeSeriesBase {
22
22
  constructor() {
23
23
  super();
24
+ this.aav = null;
24
25
  this.aau = null;
25
- this.aat = null;
26
26
  this.imageTilesReady = null;
27
- this.aax = null;
28
- this.aay = false;
27
+ this.aay = null;
28
+ this.aaz = false;
29
29
  this.ab = TileSeries.$;
30
30
  }
31
31
  bk() {
32
32
  return new TileSeries();
33
33
  }
34
- get_f6() {
34
+ get_f7() {
35
35
  return true;
36
36
  }
37
37
  ct() {
38
38
  return new TileSeriesView(this);
39
39
  }
40
- rh(a) {
41
- super.rh(a);
42
- this.aas = a;
40
+ ri(a) {
41
+ super.ri(a);
42
+ this.aat = a;
43
43
  }
44
- get_yv() {
44
+ get_yw() {
45
45
  return false;
46
46
  }
47
- get aaw() {
48
- return this.aau;
47
+ get aax() {
48
+ return this.aav;
49
49
  }
50
- set aaw(a) {
51
- let b = a != this.aaw;
50
+ set aax(a) {
51
+ let b = a != this.aax;
52
52
  if (b) {
53
- let c = this.aaw;
54
- this.aau = a;
53
+ let c = this.aax;
54
+ this.aav = a;
55
55
  this.raisePropertyChanged("TileImagery", c, a);
56
56
  }
57
57
  }
58
- get aav() {
59
- return this.aat;
58
+ get aaw() {
59
+ return this.aau;
60
60
  }
61
- set aav(a) {
62
- let b = this.aat;
63
- this.aat = a;
64
- this.raisePropertyChanged("ActualTileImagery", b, this.aat);
61
+ set aaw(a) {
62
+ let b = this.aau;
63
+ this.aau = a;
64
+ this.raisePropertyChanged("ActualTileImagery", b, this.aau);
65
65
  }
66
- rq(a, b, c, d) {
67
- super.rq(a, b, c, d);
66
+ rr(a, b, c, d) {
67
+ super.rr(a, b, c, d);
68
68
  let e;
69
69
  let f;
70
70
  switch (b) {
@@ -72,141 +72,141 @@ 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.aa1));
75
+ e.propertyChanged = delegateRemove(e.propertyChanged, runOn(this, this.aa2));
76
76
  }
77
77
  if (f != null) {
78
- f.propertyChanged = delegateCombine(f.propertyChanged, runOn(this, this.aa1));
78
+ f.propertyChanged = delegateCombine(f.propertyChanged, runOn(this, this.aa2));
79
79
  }
80
- this.aas.dv(e, f);
81
- this.r8(false);
82
- this.q0();
80
+ this.aat.dv(e, f);
81
+ this.r9(false);
82
+ this.q1();
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.aa2));
88
+ e.imageTilesReady = delegateRemove(e.imageTilesReady, runOn(this, this.aa3));
89
89
  e.deferralHandler = null;
90
90
  }
91
91
  if (f != null) {
92
- f.imageTilesReady = delegateCombine(f.imageTilesReady, runOn(this, this.aa2));
92
+ f.imageTilesReady = delegateCombine(f.imageTilesReady, runOn(this, this.aa3));
93
93
  f.deferralHandler = this;
94
94
  }
95
- this.aas.du(e, f);
95
+ this.aat.du(e, f);
96
96
  if (f != null && typeCast(XamGeographicMap.$, this.dc) !== null) {
97
97
  f.geographicMap = this.dc;
98
- this.aa4(this.cw);
99
- this.aas.dr(this.dc.yr);
98
+ this.aa5(this.cw);
99
+ this.aat.dr(this.dc.yr);
100
100
  }
101
- this.q0();
101
+ this.q1();
102
102
  break;
103
103
  case "ActualWindowRect":
104
- this.aas.dr(d);
104
+ this.aat.dr(d);
105
105
  break;
106
106
  case "WorldRect":
107
- this.aas.dy(d);
107
+ this.aat.dy(d);
108
108
  break;
109
109
  case "SeriesViewer":
110
110
  let g = c;
111
111
  let h = d;
112
- if (g != null && this.aav != null) {
113
- this.aav.be(null);
112
+ if (g != null && this.aaw != null) {
113
+ this.aaw.be(null);
114
114
  }
115
- if (h != null && this.aav != null) {
116
- this.aav.be(this.cw.ae);
115
+ if (h != null && this.aaw != null) {
116
+ this.aaw.be(this.cw.ae);
117
117
  }
118
118
  break;
119
119
  case "ActualBrush":
120
120
  case "ActualOutline":
121
121
  case "ActualThickness":
122
- this.q2();
122
+ this.q3();
123
123
  break;
124
124
  }
125
125
  }
126
- aa1(a, b) {
126
+ aa2(a, b) {
127
127
  if (b.propertyName == "MultiScaleImage") {
128
- this.aa4(this.cw);
128
+ this.aa5(this.cw);
129
129
  }
130
130
  }
131
- aa2(a, b) {
131
+ aa3(a, b) {
132
132
  if (this.imageTilesReady != null) {
133
133
  this.imageTilesReady(this, new EventArgs());
134
134
  }
135
- if (!this.aay) {
136
- this.aas.dw();
135
+ if (!this.aaz) {
136
+ this.aat.dw();
137
137
  }
138
138
  }
139
139
  register(a, b) {
140
- this.aax = b;
140
+ this.aay = b;
141
141
  }
142
142
  unRegister(a) {
143
- this.aax = null;
143
+ this.aay = null;
144
144
  }
145
145
  deferredRefresh() {
146
- this.r8(false);
146
+ this.r9(false);
147
147
  }
148
148
  deferAction(a) {
149
- if (this.j8 != null) {
150
- this.j8.setTimeout(a, 0);
149
+ if (this.j9 != null) {
150
+ this.j9.setTimeout(a, 0);
151
151
  }
152
152
  else {
153
153
  window.setTimeout(a, 0);
154
154
  }
155
155
  }
156
- s8(a, b) {
157
- this.aas.dx();
158
- super.s8(a, b);
156
+ s9(a, b) {
157
+ this.aat.dx();
158
+ super.s9(a, b);
159
159
  }
160
- r9(a) {
161
- super.r9(a);
162
- this.aa3(a, this.cw);
160
+ sa(a) {
161
+ super.sa(a);
162
+ this.aa4(a, this.cw);
163
163
  }
164
- aa3(a, b) {
164
+ aa4(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.aa4(b);
172
- if (this.aax != null) {
173
- this.aay = true;
174
- this.aax(a);
175
- this.aay = false;
171
+ this.aa5(b);
172
+ if (this.aay != null) {
173
+ this.aaz = true;
174
+ this.aay(a);
175
+ this.aaz = false;
176
176
  }
177
177
  e.dw();
178
178
  }
179
- r7(a, b, c, d, e) {
180
- super.r7(a, b, c, d, e);
181
- let f = this.ht.item(d);
179
+ r8(a, b, c, d, e) {
180
+ super.r8(a, b, c, d, e);
181
+ let f = this.hu.item(d);
182
182
  f.bd(c);
183
183
  if (this.d7(f)) {
184
184
  return;
185
185
  }
186
- this.z8(f);
186
+ this.z9(f);
187
187
  }
188
- aa4(a) {
188
+ aa5(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.aaw != null && this.aaw.ao != null) {
195
- if (this.aaw != this.aav) {
196
- this.aav = this.aaw;
194
+ if (this.aax != null && this.aax.ao != null) {
195
+ if (this.aax != this.aaw) {
196
+ this.aaw = this.aax;
197
197
  }
198
- if (this.aav != null && !b.isEmpty) {
199
- if (this.aav.width != b.width) {
200
- this.aav.width = b.width;
198
+ if (this.aaw != null && !b.isEmpty) {
199
+ if (this.aaw.width != b.width) {
200
+ this.aaw.width = b.width;
201
201
  }
202
- if (this.aav.height != b.height) {
203
- this.aav.height = b.height;
202
+ if (this.aaw.height != b.height) {
203
+ this.aaw.height = b.height;
204
204
  }
205
205
  }
206
206
  }
207
207
  }
208
- pi(a, b) {
209
- super.pi(a, b);
208
+ pj(a, b) {
209
+ super.pj(a, b);
210
210
  b.ds();
211
211
  }
212
212
  }
@@ -229,8 +229,8 @@ export let TileSeriesView = /*@__PURE__*/ (() => {
229
229
  a4() {
230
230
  super.a4();
231
231
  if (!this.t) {
232
- this.dn.wf = Defaults.tileSeries_Outline;
233
- this.dn.vz = Defaults.tileSeries_Brush;
232
+ this.dn.wg = Defaults.tileSeries_Outline;
233
+ this.dn.v0 = Defaults.tileSeries_Brush;
234
234
  }
235
235
  }
236
236
  cx(a, b) {
@@ -257,14 +257,14 @@ export let TileSeriesView = /*@__PURE__*/ (() => {
257
257
  this.a2();
258
258
  }
259
259
  dr(a) {
260
- if (this.dn.aaw != null) {
261
- this.dn.aaw.windowRect = a;
260
+ if (this.dn.aax != null) {
261
+ this.dn.aax.windowRect = a;
262
262
  }
263
263
  }
264
264
  du(a, b) {
265
265
  if (this.dq == null) {
266
- this.dq = this.f.j8.createElement("canvas");
267
- let c = this.f.j8.get2DCanvasContext(this.dq);
266
+ this.dq = this.f.j9.createElement("canvas");
267
+ let c = this.f.j9.get2DCanvasContext(this.dq);
268
268
  this.dp = new RenderingContext(new CanvasViewRenderer(), c);
269
269
  this.dq.setAttribute("width", this.b9.width.toString());
270
270
  this.dq.setAttribute("height", this.b9.height.toString());
@@ -293,8 +293,8 @@ export let TileSeriesView = /*@__PURE__*/ (() => {
293
293
  this.dq.setAttribute("width", this.b9.width.toString());
294
294
  this.dq.setAttribute("height", this.b9.height.toString());
295
295
  }
296
- if (this.dn.aaw != null) {
297
- this.dn.aaw.bf(this.b9);
296
+ if (this.dn.aax != null) {
297
+ this.dn.aax.bf(this.b9);
298
298
  }
299
299
  }
300
300
  bj(a, b) {
@@ -328,8 +328,8 @@ export let TileSeriesView = /*@__PURE__*/ (() => {
328
328
  ds() {
329
329
  }
330
330
  dy(a) {
331
- if (this.dn.aaw != null) {
332
- this.dn.aaw.a6();
331
+ if (this.dn.aax != null) {
332
+ this.dn.aax.a6();
333
333
  }
334
334
  }
335
335
  }