igniteui-angular-maps 13.1.1 → 13.2.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 (78) hide show
  1. package/bundles/igniteui-angular-maps.umd.js +1515 -1496
  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 +86 -80
  5. package/esm2015/lib/GeographicMapSeriesHost_combined.js +183 -183
  6. package/esm2015/lib/GeographicMarkerSeries.js +33 -26
  7. package/esm2015/lib/GeographicPolylineSeriesView_combined.js +18 -18
  8. package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +92 -92
  9. package/esm2015/lib/GeographicShapeSeriesBase_combined.js +63 -63
  10. package/esm2015/lib/GeographicShapeSeriesView_combined.js +61 -54
  11. package/esm2015/lib/GeographicSymbolSeriesView_combined.js +59 -59
  12. package/esm2015/lib/GeographicTileSeries.js +28 -28
  13. package/esm2015/lib/SphericalMercatorHorizontalScaler.js +2 -2
  14. package/esm2015/lib/SphericalMercatorVerticalScaler.js +2 -2
  15. package/esm2015/lib/TileSeries_combined.js +92 -92
  16. package/esm2015/lib/XamGeographicMap_combined.js +473 -473
  17. package/esm2015/lib/igx-geographic-contour-line-series-component.js +24 -24
  18. package/esm2015/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
  19. package/esm2015/lib/igx-geographic-map-component.js +50 -50
  20. package/esm2015/lib/igx-geographic-map-series-host-component.js +21 -21
  21. package/esm2015/lib/igx-geographic-marker-series-component.js +22 -22
  22. package/esm2015/lib/igx-geographic-polyline-series-component.js +11 -11
  23. package/esm2015/lib/igx-geographic-proportional-symbol-series-component.js +43 -43
  24. package/esm2015/lib/igx-geographic-scatter-area-series-component.js +18 -18
  25. package/esm2015/lib/igx-geographic-shape-series-base-component.js +20 -20
  26. package/esm2015/lib/igx-geographic-shape-series-component.js +33 -33
  27. package/esm2015/lib/igx-geographic-symbol-series-component.js +15 -15
  28. package/esm2015/lib/igx-geographic-tile-series-component.js +5 -5
  29. package/esm2015/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  30. package/esm2015/lib/igx-tile-series-component.js +4 -4
  31. package/esm5/lib/GeographicContourLineSeriesView_combined.js +37 -37
  32. package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +86 -80
  33. package/esm5/lib/GeographicMapSeriesHost_combined.js +181 -181
  34. package/esm5/lib/GeographicMarkerSeries.js +33 -26
  35. package/esm5/lib/GeographicPolylineSeriesView_combined.js +18 -18
  36. package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +92 -92
  37. package/esm5/lib/GeographicShapeSeriesBase_combined.js +62 -62
  38. package/esm5/lib/GeographicShapeSeriesView_combined.js +61 -54
  39. package/esm5/lib/GeographicSymbolSeriesView_combined.js +59 -59
  40. package/esm5/lib/GeographicTileSeries.js +27 -27
  41. package/esm5/lib/SphericalMercatorHorizontalScaler.js +2 -2
  42. package/esm5/lib/SphericalMercatorVerticalScaler.js +2 -2
  43. package/esm5/lib/TileSeries_combined.js +90 -90
  44. package/esm5/lib/XamGeographicMap_combined.js +466 -466
  45. package/esm5/lib/igx-geographic-contour-line-series-component.js +24 -24
  46. package/esm5/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
  47. package/esm5/lib/igx-geographic-map-component.js +50 -50
  48. package/esm5/lib/igx-geographic-map-series-host-component.js +21 -21
  49. package/esm5/lib/igx-geographic-marker-series-component.js +22 -22
  50. package/esm5/lib/igx-geographic-polyline-series-component.js +11 -11
  51. package/esm5/lib/igx-geographic-proportional-symbol-series-component.js +43 -43
  52. package/esm5/lib/igx-geographic-scatter-area-series-component.js +18 -18
  53. package/esm5/lib/igx-geographic-shape-series-base-component.js +20 -20
  54. package/esm5/lib/igx-geographic-shape-series-component.js +33 -33
  55. package/esm5/lib/igx-geographic-symbol-series-component.js +15 -15
  56. package/esm5/lib/igx-geographic-tile-series-component.js +5 -5
  57. package/esm5/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  58. package/esm5/lib/igx-tile-series-component.js +4 -4
  59. package/fesm2015/igniteui-angular-maps.js +1528 -1509
  60. package/fesm5/igniteui-angular-maps.js +1515 -1496
  61. package/lib/GeographicContourLineSeriesView_combined.d.ts +15 -15
  62. package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +26 -25
  63. package/lib/GeographicMapSeriesHost_combined.d.ts +46 -46
  64. package/lib/GeographicMarkerSeries.d.ts +18 -17
  65. package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
  66. package/lib/GeographicPolylineSeriesView_combined.d.ts +9 -9
  67. package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
  68. package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +28 -28
  69. package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
  70. package/lib/GeographicShapeSeriesBase_combined.d.ts +25 -25
  71. package/lib/GeographicShapeSeriesView_combined.d.ts +28 -27
  72. package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
  73. package/lib/GeographicSymbolSeriesView_combined.d.ts +21 -21
  74. package/lib/GeographicTileSeries.d.ts +10 -10
  75. package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
  76. package/lib/TileSeries_combined.d.ts +22 -22
  77. package/lib/XamGeographicMap_combined.d.ts +115 -115
  78. package/package.json +3 -3
@@ -21,47 +21,47 @@ export let TileSeries = /*@__PURE__*/ (() => {
21
21
  class TileSeries extends ShapeSeriesBase {
22
22
  constructor() {
23
23
  super();
24
- this.sg = null;
25
- this.sf = null;
24
+ this.ss = null;
25
+ this.sr = null;
26
26
  this.imageTilesReady = null;
27
- this.sj = null;
28
- this.sk = false;
27
+ this.sv = null;
28
+ this.sw = false;
29
29
  this.ab = TileSeries.$;
30
30
  }
31
- get_ee() {
31
+ get_ei() {
32
32
  return true;
33
33
  }
34
- bv() {
34
+ bx() {
35
35
  return new TileSeriesView(this);
36
36
  }
37
- lo(a) {
38
- super.lo(a);
39
- this.se = a;
37
+ ly(a) {
38
+ super.ly(a);
39
+ this.sq = a;
40
40
  }
41
- get_qu() {
41
+ get_q6() {
42
42
  return false;
43
43
  }
44
- get si() {
45
- return this.sg;
44
+ get su() {
45
+ return this.ss;
46
46
  }
47
- set si(a) {
48
- let b = a != this.si;
47
+ set su(a) {
48
+ let b = a != this.su;
49
49
  if (b) {
50
- let c = this.si;
51
- this.sg = a;
50
+ let c = this.su;
51
+ this.ss = a;
52
52
  this.raisePropertyChanged("TileImagery", c, a);
53
53
  }
54
54
  }
55
- get sh() {
56
- return this.sf;
55
+ get st() {
56
+ return this.sr;
57
57
  }
58
- set sh(a) {
59
- let b = this.sf;
60
- this.sf = a;
61
- this.raisePropertyChanged("ActualTileImagery", b, this.sf);
58
+ set st(a) {
59
+ let b = this.sr;
60
+ this.sr = a;
61
+ this.raisePropertyChanged("ActualTileImagery", b, this.sr);
62
62
  }
63
- lt(a, b, c, d) {
64
- super.lt(a, b, c, d);
63
+ l3(a, b, c, d) {
64
+ super.l3(a, b, c, d);
65
65
  let e;
66
66
  let f;
67
67
  switch (b) {
@@ -69,141 +69,141 @@ 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.sn));
72
+ e.propertyChanged = delegateRemove(e.propertyChanged, runOn(this, this.sz));
73
73
  }
74
74
  if (f != null) {
75
- f.propertyChanged = delegateCombine(f.propertyChanged, runOn(this, this.sn));
75
+ f.propertyChanged = delegateCombine(f.propertyChanged, runOn(this, this.sz));
76
76
  }
77
- this.se.de(e, f);
78
- this.l7(false);
79
- this.le();
77
+ this.sq.de(e, f);
78
+ this.mh(false);
79
+ this.lo();
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.so));
85
+ e.imageTilesReady = delegateRemove(e.imageTilesReady, runOn(this, this.s0));
86
86
  e.deferralHandler = null;
87
87
  }
88
88
  if (f != null) {
89
- f.imageTilesReady = delegateCombine(f.imageTilesReady, runOn(this, this.so));
89
+ f.imageTilesReady = delegateCombine(f.imageTilesReady, runOn(this, this.s0));
90
90
  f.deferralHandler = this;
91
91
  }
92
- this.se.dd(e, f);
93
- if (f != null && typeCast(XamGeographicMap.$, this.cb) !== null) {
94
- f.geographicMap = this.cb;
95
- this.sq(this.by);
96
- this.se.da(this.cb.r0);
92
+ this.sq.dd(e, f);
93
+ if (f != null && typeCast(XamGeographicMap.$, this.cd) !== null) {
94
+ f.geographicMap = this.cd;
95
+ this.s2(this.b0);
96
+ this.sq.da(this.cd.sf);
97
97
  }
98
- this.le();
98
+ this.lo();
99
99
  break;
100
100
  case "ActualWindowRect":
101
- this.se.da(d);
101
+ this.sq.da(d);
102
102
  break;
103
103
  case "WorldRect":
104
- this.se.dh(d);
104
+ this.sq.dh(d);
105
105
  break;
106
106
  case "SeriesViewer":
107
107
  let g = c;
108
108
  let h = d;
109
- if (g != null && this.sh != null) {
110
- this.sh.be(null);
109
+ if (g != null && this.st != null) {
110
+ this.st.be(null);
111
111
  }
112
- if (h != null && this.sh != null) {
113
- this.sh.be(this.by.w);
112
+ if (h != null && this.st != null) {
113
+ this.st.be(this.b0.w);
114
114
  }
115
115
  break;
116
116
  case "ActualBrush":
117
117
  case "ActualOutline":
118
118
  case "ActualThickness":
119
- this.lg();
119
+ this.lq();
120
120
  break;
121
121
  }
122
122
  }
123
- sn(a, b) {
123
+ sz(a, b) {
124
124
  if (b.propertyName == "MultiScaleImage") {
125
- this.sq(this.by);
125
+ this.s2(this.b0);
126
126
  }
127
127
  }
128
- so(a, b) {
128
+ s0(a, b) {
129
129
  if (this.imageTilesReady != null) {
130
130
  this.imageTilesReady(this, new EventArgs());
131
131
  }
132
- if (!this.sk) {
133
- this.se.df();
132
+ if (!this.sw) {
133
+ this.sq.df();
134
134
  }
135
135
  }
136
136
  register(a, b) {
137
- this.sj = b;
137
+ this.sv = b;
138
138
  }
139
139
  unRegister(a) {
140
- this.sj = null;
140
+ this.sv = null;
141
141
  }
142
142
  deferredRefresh() {
143
- this.l7(false);
143
+ this.mh(false);
144
144
  }
145
145
  deferAction(a) {
146
- if (this.gz != null) {
147
- this.gz.setTimeout(a, 0);
146
+ if (this.g9 != null) {
147
+ this.g9.setTimeout(a, 0);
148
148
  }
149
149
  else {
150
150
  window.setTimeout(a, 0);
151
151
  }
152
152
  }
153
- mt(a, b) {
154
- this.se.dg();
155
- super.mt(a, b);
153
+ m4(a, b) {
154
+ this.sq.dg();
155
+ super.m4(a, b);
156
156
  }
157
- l8(a) {
158
- super.l8(a);
159
- this.sp(a, this.by);
157
+ mi(a) {
158
+ super.mi(a);
159
+ this.s1(a, this.b0);
160
160
  }
161
- sp(a, b) {
161
+ s1(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.sq(b);
169
- if (this.sj != null) {
170
- this.sk = true;
171
- this.sj(a);
172
- this.sk = false;
168
+ this.s2(b);
169
+ if (this.sv != null) {
170
+ this.sw = true;
171
+ this.sv(a);
172
+ this.sw = false;
173
173
  }
174
174
  e.df();
175
175
  }
176
- l6(a, b, c, d, e) {
177
- super.l6(a, b, c, d, e);
178
- let f = this.e8.item(d);
176
+ mg(a, b, c, d, e) {
177
+ super.mg(a, b, c, d, e);
178
+ let f = this.fc.item(d);
179
179
  f.a1(c);
180
- if (this.cu(f)) {
180
+ if (this.cx(f)) {
181
181
  return;
182
182
  }
183
- this.ry(f);
183
+ this.sa(f);
184
184
  }
185
- sq(a) {
185
+ s2(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.si != null && this.si.ao != null) {
192
- if (this.si != this.sh) {
193
- this.sh = this.si;
191
+ if (this.su != null && this.su.ao != null) {
192
+ if (this.su != this.st) {
193
+ this.st = this.su;
194
194
  }
195
- if (this.sh != null && !b.isEmpty) {
196
- if (this.sh.width != b.width) {
197
- this.sh.width = b.width;
195
+ if (this.st != null && !b.isEmpty) {
196
+ if (this.st.width != b.width) {
197
+ this.st.width = b.width;
198
198
  }
199
- if (this.sh.height != b.height) {
200
- this.sh.height = b.height;
199
+ if (this.st.height != b.height) {
200
+ this.st.height = b.height;
201
201
  }
202
202
  }
203
203
  }
204
204
  }
205
- ko(a, b) {
206
- super.ko(a, b);
205
+ kx(a, b) {
206
+ super.kx(a, b);
207
207
  b.db();
208
208
  }
209
209
  }
@@ -226,8 +226,8 @@ export let TileSeriesView = /*@__PURE__*/ (() => {
226
226
  as() {
227
227
  super.as();
228
228
  if (!this.q) {
229
- this.c7.ox = Defaults.ao;
230
- this.c7.os = Defaults.an;
229
+ this.c7.o7 = Defaults.ao;
230
+ this.c7.o2 = Defaults.an;
231
231
  }
232
232
  }
233
233
  ch(a, b) {
@@ -254,14 +254,14 @@ export let TileSeriesView = /*@__PURE__*/ (() => {
254
254
  this.aq();
255
255
  }
256
256
  da(a) {
257
- if (this.c7.si != null) {
258
- this.c7.si.windowRect = a;
257
+ if (this.c7.su != null) {
258
+ this.c7.su.windowRect = a;
259
259
  }
260
260
  }
261
261
  dd(a, b) {
262
262
  if (this.c9 == null) {
263
- this.c9 = this.e.gz.createElement("canvas");
264
- let c = this.e.gz.get2DCanvasContext(this.c9);
263
+ this.c9 = this.e.g9.createElement("canvas");
264
+ let c = this.e.g9.get2DCanvasContext(this.c9);
265
265
  this.c8 = new RenderingContext(new CanvasViewRenderer(), c);
266
266
  this.c9.setAttribute("width", this.bu.width.toString());
267
267
  this.c9.setAttribute("height", this.bu.height.toString());
@@ -290,8 +290,8 @@ export let TileSeriesView = /*@__PURE__*/ (() => {
290
290
  this.c9.setAttribute("width", this.bu.width.toString());
291
291
  this.c9.setAttribute("height", this.bu.height.toString());
292
292
  }
293
- if (this.c7.si != null) {
294
- this.c7.si.bf(this.bu);
293
+ if (this.c7.su != null) {
294
+ this.c7.su.bf(this.bu);
295
295
  }
296
296
  }
297
297
  a6(a, b) {
@@ -325,8 +325,8 @@ export let TileSeriesView = /*@__PURE__*/ (() => {
325
325
  db() {
326
326
  }
327
327
  dh(a) {
328
- if (this.c7.si != null) {
329
- this.c7.si.a6();
328
+ if (this.c7.su != null) {
329
+ this.c7.su.a6();
330
330
  }
331
331
  }
332
332
  }