igniteui-angular-maps 14.1.0 → 14.1.2

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 +1470 -1458
  2. package/bundles/igniteui-angular-maps.umd.min.js +1 -1
  3. package/esm2015/lib/GeographicContourLineSeriesView_combined.js +36 -36
  4. package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +79 -79
  5. package/esm2015/lib/GeographicMapSeriesHost_combined.js +176 -176
  6. package/esm2015/lib/GeographicMarkerSeries.js +29 -29
  7. package/esm2015/lib/GeographicPolylineSeriesView_combined.js +17 -17
  8. package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +89 -89
  9. package/esm2015/lib/GeographicShapeSeriesBase_combined.js +60 -60
  10. package/esm2015/lib/GeographicShapeSeriesView_combined.js +56 -56
  11. package/esm2015/lib/GeographicSymbolSeriesView_combined.js +56 -56
  12. package/esm2015/lib/GeographicTileSeries.js +28 -28
  13. package/esm2015/lib/TileSeries_combined.js +88 -88
  14. package/esm2015/lib/XamGeographicMap_combined.js +472 -460
  15. package/esm2015/lib/igx-geographic-contour-line-series-component.js +24 -24
  16. package/esm2015/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
  17. package/esm2015/lib/igx-geographic-map-component.js +50 -50
  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 +42 -42
  22. package/esm2015/lib/igx-geographic-scatter-area-series-component.js +17 -17
  23. package/esm2015/lib/igx-geographic-shape-series-base-component.js +20 -20
  24. package/esm2015/lib/igx-geographic-shape-series-component.js +33 -33
  25. package/esm2015/lib/igx-geographic-symbol-series-component.js +14 -14
  26. package/esm2015/lib/igx-geographic-tile-series-component.js +5 -5
  27. package/esm2015/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  28. package/esm2015/lib/igx-tile-series-component.js +4 -4
  29. package/esm5/lib/GeographicContourLineSeriesView_combined.js +36 -36
  30. package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +79 -79
  31. package/esm5/lib/GeographicMapSeriesHost_combined.js +174 -174
  32. package/esm5/lib/GeographicMarkerSeries.js +29 -29
  33. package/esm5/lib/GeographicPolylineSeriesView_combined.js +17 -17
  34. package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +89 -89
  35. package/esm5/lib/GeographicShapeSeriesBase_combined.js +59 -59
  36. package/esm5/lib/GeographicShapeSeriesView_combined.js +56 -56
  37. package/esm5/lib/GeographicSymbolSeriesView_combined.js +56 -56
  38. package/esm5/lib/GeographicTileSeries.js +27 -27
  39. package/esm5/lib/TileSeries_combined.js +86 -86
  40. package/esm5/lib/XamGeographicMap_combined.js +465 -453
  41. package/esm5/lib/igx-geographic-contour-line-series-component.js +24 -24
  42. package/esm5/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
  43. package/esm5/lib/igx-geographic-map-component.js +50 -50
  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 +42 -42
  48. package/esm5/lib/igx-geographic-scatter-area-series-component.js +17 -17
  49. package/esm5/lib/igx-geographic-shape-series-base-component.js +20 -20
  50. package/esm5/lib/igx-geographic-shape-series-component.js +33 -33
  51. package/esm5/lib/igx-geographic-symbol-series-component.js +14 -14
  52. package/esm5/lib/igx-geographic-tile-series-component.js +5 -5
  53. package/esm5/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  54. package/esm5/lib/igx-tile-series-component.js +4 -4
  55. package/fesm2015/igniteui-angular-maps.js +1484 -1472
  56. package/fesm5/igniteui-angular-maps.js +1471 -1459
  57. package/lib/GeographicContourLineSeriesView_combined.d.ts +14 -14
  58. package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +24 -24
  59. package/lib/GeographicMapSeriesHost_combined.d.ts +39 -39
  60. package/lib/GeographicMarkerSeries.d.ts +18 -18
  61. package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
  62. package/lib/GeographicPolylineSeriesView_combined.d.ts +8 -8
  63. package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
  64. package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +25 -25
  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 -27
  68. package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
  69. package/lib/GeographicSymbolSeriesView_combined.d.ts +19 -19
  70. package/lib/GeographicTileSeries.d.ts +10 -10
  71. package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
  72. package/lib/TileSeries_combined.d.ts +21 -21
  73. package/lib/XamGeographicMap_combined.d.ts +112 -112
  74. package/package.json +2 -2
@@ -21,47 +21,47 @@ export let TileSeries = /*@__PURE__*/ (() => {
21
21
  class TileSeries extends ShapeSeriesBase {
22
22
  constructor() {
23
23
  super();
24
- this.st = null;
25
- this.ss = null;
26
- this.imageTilesReady = null;
24
+ this.sx = null;
27
25
  this.sw = null;
28
- this.sx = false;
26
+ this.imageTilesReady = null;
27
+ this.s0 = null;
28
+ this.s1 = false;
29
29
  this.ab = TileSeries.$;
30
30
  }
31
- get_ei() {
31
+ get_ej() {
32
32
  return true;
33
33
  }
34
34
  bx() {
35
35
  return new TileSeriesView(this);
36
36
  }
37
- lz(a) {
38
- super.lz(a);
39
- this.sr = a;
37
+ l2(a) {
38
+ super.l2(a);
39
+ this.sv = a;
40
40
  }
41
- get_q7() {
41
+ get_rb() {
42
42
  return false;
43
43
  }
44
- get sv() {
45
- return this.st;
44
+ get sz() {
45
+ return this.sx;
46
46
  }
47
- set sv(a) {
48
- let b = a != this.sv;
47
+ set sz(a) {
48
+ let b = a != this.sz;
49
49
  if (b) {
50
- let c = this.sv;
51
- this.st = a;
50
+ let c = this.sz;
51
+ this.sx = a;
52
52
  this.raisePropertyChanged("TileImagery", c, a);
53
53
  }
54
54
  }
55
- get su() {
56
- return this.ss;
55
+ get sy() {
56
+ return this.sw;
57
57
  }
58
- set su(a) {
59
- let b = this.ss;
60
- this.ss = a;
61
- this.raisePropertyChanged("ActualTileImagery", b, this.ss);
58
+ set sy(a) {
59
+ let b = this.sw;
60
+ this.sw = a;
61
+ this.raisePropertyChanged("ActualTileImagery", b, this.sw);
62
62
  }
63
- l4(a, b, c, d) {
64
- super.l4(a, b, c, d);
63
+ l7(a, b, c, d) {
64
+ super.l7(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.s0));
72
+ e.propertyChanged = delegateRemove(e.propertyChanged, runOn(this, this.s4));
73
73
  }
74
74
  if (f != null) {
75
- f.propertyChanged = delegateCombine(f.propertyChanged, runOn(this, this.s0));
75
+ f.propertyChanged = delegateCombine(f.propertyChanged, runOn(this, this.s4));
76
76
  }
77
- this.sr.de(e, f);
78
- this.mi(false);
79
- this.lp();
77
+ this.sv.de(e, f);
78
+ this.ml(false);
79
+ this.ls();
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.s1));
85
+ e.imageTilesReady = delegateRemove(e.imageTilesReady, runOn(this, this.s5));
86
86
  e.deferralHandler = null;
87
87
  }
88
88
  if (f != null) {
89
- f.imageTilesReady = delegateCombine(f.imageTilesReady, runOn(this, this.s1));
89
+ f.imageTilesReady = delegateCombine(f.imageTilesReady, runOn(this, this.s5));
90
90
  f.deferralHandler = this;
91
91
  }
92
- this.sr.dd(e, f);
92
+ this.sv.dd(e, f);
93
93
  if (f != null && typeCast(XamGeographicMap.$, this.cd) !== null) {
94
94
  f.geographicMap = this.cd;
95
- this.s3(this.b0);
96
- this.sr.da(this.cd.sf);
95
+ this.s7(this.b0);
96
+ this.sv.da(this.cd.s9);
97
97
  }
98
- this.lp();
98
+ this.ls();
99
99
  break;
100
100
  case "ActualWindowRect":
101
- this.sr.da(d);
101
+ this.sv.da(d);
102
102
  break;
103
103
  case "WorldRect":
104
- this.sr.dh(d);
104
+ this.sv.dh(d);
105
105
  break;
106
106
  case "SeriesViewer":
107
107
  let g = c;
108
108
  let h = d;
109
- if (g != null && this.su != null) {
110
- this.su.be(null);
109
+ if (g != null && this.sy != null) {
110
+ this.sy.be(null);
111
111
  }
112
- if (h != null && this.su != null) {
113
- this.su.be(this.b0.w);
112
+ if (h != null && this.sy != null) {
113
+ this.sy.be(this.b0.w);
114
114
  }
115
115
  break;
116
116
  case "ActualBrush":
117
117
  case "ActualOutline":
118
118
  case "ActualThickness":
119
- this.lr();
119
+ this.lu();
120
120
  break;
121
121
  }
122
122
  }
123
- s0(a, b) {
123
+ s4(a, b) {
124
124
  if (b.propertyName == "MultiScaleImage") {
125
- this.s3(this.b0);
125
+ this.s7(this.b0);
126
126
  }
127
127
  }
128
- s1(a, b) {
128
+ s5(a, b) {
129
129
  if (this.imageTilesReady != null) {
130
130
  this.imageTilesReady(this, new EventArgs());
131
131
  }
132
- if (!this.sx) {
133
- this.sr.df();
132
+ if (!this.s1) {
133
+ this.sv.df();
134
134
  }
135
135
  }
136
136
  register(a, b) {
137
- this.sw = b;
137
+ this.s0 = b;
138
138
  }
139
139
  unRegister(a) {
140
- this.sw = null;
140
+ this.s0 = null;
141
141
  }
142
142
  deferredRefresh() {
143
- this.mi(false);
143
+ this.ml(false);
144
144
  }
145
145
  deferAction(a) {
146
- if (this.g9 != null) {
147
- this.g9.setTimeout(a, 0);
146
+ if (this.hb != null) {
147
+ this.hb.setTimeout(a, 0);
148
148
  }
149
149
  else {
150
150
  window.setTimeout(a, 0);
151
151
  }
152
152
  }
153
- m5(a, b) {
154
- this.sr.dg();
155
- super.m5(a, b);
153
+ m8(a, b) {
154
+ this.sv.dg();
155
+ super.m8(a, b);
156
156
  }
157
- mj(a) {
158
- super.mj(a);
159
- this.s2(a, this.b0);
157
+ mm(a) {
158
+ super.mm(a);
159
+ this.s6(a, this.b0);
160
160
  }
161
- s2(a, b) {
161
+ s6(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.s3(b);
169
- if (this.sw != null) {
170
- this.sx = true;
171
- this.sw(a);
172
- this.sx = false;
168
+ this.s7(b);
169
+ if (this.s0 != null) {
170
+ this.s1 = true;
171
+ this.s0(a);
172
+ this.s1 = false;
173
173
  }
174
174
  e.df();
175
175
  }
176
- mh(a, b, c, d, e) {
177
- super.mh(a, b, c, d, e);
178
- let f = this.fc.item(d);
176
+ mk(a, b, c, d, e) {
177
+ super.mk(a, b, c, d, e);
178
+ let f = this.fe.item(d);
179
179
  f.a1(c);
180
180
  if (this.cx(f)) {
181
181
  return;
182
182
  }
183
- this.sb(f);
183
+ this.sf(f);
184
184
  }
185
- s3(a) {
185
+ s7(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.sv != null && this.sv.ao != null) {
192
- if (this.sv != this.su) {
193
- this.su = this.sv;
191
+ if (this.sz != null && this.sz.ao != null) {
192
+ if (this.sz != this.sy) {
193
+ this.sy = this.sz;
194
194
  }
195
- if (this.su != null && !b.isEmpty) {
196
- if (this.su.width != b.width) {
197
- this.su.width = b.width;
195
+ if (this.sy != null && !b.isEmpty) {
196
+ if (this.sy.width != b.width) {
197
+ this.sy.width = b.width;
198
198
  }
199
- if (this.su.height != b.height) {
200
- this.su.height = b.height;
199
+ if (this.sy.height != b.height) {
200
+ this.sy.height = b.height;
201
201
  }
202
202
  }
203
203
  }
204
204
  }
205
- kx(a, b) {
206
- super.kx(a, b);
205
+ k0(a, b) {
206
+ super.k0(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.o8 = Defaults.ao;
230
- this.c7.o3 = Defaults.an;
229
+ this.c7.pc = Defaults.ao;
230
+ this.c7.o7 = 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.sv != null) {
258
- this.c7.sv.windowRect = a;
257
+ if (this.c7.sz != null) {
258
+ this.c7.sz.windowRect = a;
259
259
  }
260
260
  }
261
261
  dd(a, b) {
262
262
  if (this.c9 == null) {
263
- this.c9 = this.e.g9.createElement("canvas");
264
- let c = this.e.g9.get2DCanvasContext(this.c9);
263
+ this.c9 = this.e.hb.createElement("canvas");
264
+ let c = this.e.hb.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.sv != null) {
294
- this.c7.sv.bf(this.bu);
293
+ if (this.c7.sz != null) {
294
+ this.c7.sz.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.sv != null) {
329
- this.c7.sv.a6();
328
+ if (this.c7.sz != null) {
329
+ this.c7.sz.a6();
330
330
  }
331
331
  }
332
332
  }