igniteui-angular-maps 17.1.0 → 17.2.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 (86) hide show
  1. package/bundles/igniteui-angular-maps.umd.js +1645 -1645
  2. package/bundles/igniteui-angular-maps.umd.min.js +1 -1
  3. package/esm2015/lib/GeographicContourLineSeriesView_combined.js +46 -46
  4. package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +101 -101
  5. package/esm2015/lib/GeographicMapSeriesHost_combined.js +201 -201
  6. package/esm2015/lib/GeographicMarkerSeries.js +29 -29
  7. package/esm2015/lib/GeographicPolylineSeriesView_combined.js +26 -26
  8. package/esm2015/lib/GeographicProportionalSymbolSeriesBaseView.js +2 -2
  9. package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +119 -119
  10. package/esm2015/lib/GeographicShapeSeriesBaseBaseView.js +2 -2
  11. package/esm2015/lib/GeographicShapeSeriesBase_combined.js +72 -72
  12. package/esm2015/lib/GeographicShapeSeriesView_combined.js +72 -72
  13. package/esm2015/lib/GeographicSymbolSeriesBaseView.js +2 -2
  14. package/esm2015/lib/GeographicSymbolSeriesView_combined.js +77 -77
  15. package/esm2015/lib/GeographicTileSeries.js +28 -28
  16. package/esm2015/lib/GeographicXYTriangulatingSeriesBaseView.js +2 -2
  17. package/esm2015/lib/TileSeries_combined.js +147 -147
  18. package/esm2015/lib/XamGeographicMap_combined.js +482 -482
  19. package/esm2015/lib/igx-geographic-contour-line-series-component.js +9 -9
  20. package/esm2015/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
  21. package/esm2015/lib/igx-geographic-map-component.js +40 -40
  22. package/esm2015/lib/igx-geographic-map-series-host-component.js +21 -21
  23. package/esm2015/lib/igx-geographic-marker-series-component.js +22 -22
  24. package/esm2015/lib/igx-geographic-polyline-series-component.js +11 -11
  25. package/esm2015/lib/igx-geographic-proportional-symbol-series-component.js +33 -33
  26. package/esm2015/lib/igx-geographic-scatter-area-series-component.js +8 -8
  27. package/esm2015/lib/igx-geographic-shape-series-base-component.js +16 -16
  28. package/esm2015/lib/igx-geographic-shape-series-component.js +33 -33
  29. package/esm2015/lib/igx-geographic-symbol-series-component.js +15 -15
  30. package/esm2015/lib/igx-geographic-tile-series-component.js +4 -4
  31. package/esm2015/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  32. package/esm2015/lib/igx-tile-series-component.js +3 -3
  33. package/esm5/lib/GeographicContourLineSeriesView_combined.js +46 -46
  34. package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +100 -100
  35. package/esm5/lib/GeographicMapSeriesHost_combined.js +199 -199
  36. package/esm5/lib/GeographicMarkerSeries.js +29 -29
  37. package/esm5/lib/GeographicPolylineSeriesView_combined.js +26 -26
  38. package/esm5/lib/GeographicProportionalSymbolSeriesBaseView.js +2 -2
  39. package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +119 -119
  40. package/esm5/lib/GeographicShapeSeriesBaseBaseView.js +2 -2
  41. package/esm5/lib/GeographicShapeSeriesBase_combined.js +69 -69
  42. package/esm5/lib/GeographicShapeSeriesView_combined.js +72 -72
  43. package/esm5/lib/GeographicSymbolSeriesBaseView.js +2 -2
  44. package/esm5/lib/GeographicSymbolSeriesView_combined.js +77 -77
  45. package/esm5/lib/GeographicTileSeries.js +27 -27
  46. package/esm5/lib/GeographicXYTriangulatingSeriesBaseView.js +2 -2
  47. package/esm5/lib/TileSeries_combined.js +144 -144
  48. package/esm5/lib/XamGeographicMap_combined.js +475 -475
  49. package/esm5/lib/igx-geographic-contour-line-series-component.js +9 -9
  50. package/esm5/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
  51. package/esm5/lib/igx-geographic-map-component.js +40 -40
  52. package/esm5/lib/igx-geographic-map-series-host-component.js +21 -21
  53. package/esm5/lib/igx-geographic-marker-series-component.js +22 -22
  54. package/esm5/lib/igx-geographic-polyline-series-component.js +11 -11
  55. package/esm5/lib/igx-geographic-proportional-symbol-series-component.js +33 -33
  56. package/esm5/lib/igx-geographic-scatter-area-series-component.js +8 -8
  57. package/esm5/lib/igx-geographic-shape-series-base-component.js +16 -16
  58. package/esm5/lib/igx-geographic-shape-series-component.js +33 -33
  59. package/esm5/lib/igx-geographic-symbol-series-component.js +15 -15
  60. package/esm5/lib/igx-geographic-tile-series-component.js +4 -4
  61. package/esm5/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  62. package/esm5/lib/igx-tile-series-component.js +3 -3
  63. package/fesm2015/igniteui-angular-maps.js +1661 -1661
  64. package/fesm5/igniteui-angular-maps.js +1645 -1645
  65. package/lib/GeographicContourLineSeriesView_combined.d.ts +20 -20
  66. package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +39 -39
  67. package/lib/GeographicMapSeriesHost_combined.d.ts +59 -59
  68. package/lib/GeographicMarkerSeries.d.ts +18 -18
  69. package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
  70. package/lib/GeographicPolylineSeriesView_combined.d.ts +14 -14
  71. package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
  72. package/lib/GeographicProportionalSymbolSeriesBaseView.d.ts +1 -1
  73. package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +46 -46
  74. package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
  75. package/lib/GeographicShapeSeriesBaseBaseView.d.ts +1 -1
  76. package/lib/GeographicShapeSeriesBase_combined.d.ts +30 -30
  77. package/lib/GeographicShapeSeriesView_combined.d.ts +38 -38
  78. package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
  79. package/lib/GeographicSymbolSeriesBaseView.d.ts +1 -1
  80. package/lib/GeographicSymbolSeriesView_combined.d.ts +34 -34
  81. package/lib/GeographicTileSeries.d.ts +10 -10
  82. package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
  83. package/lib/GeographicXYTriangulatingSeriesBaseView.d.ts +1 -1
  84. package/lib/TileSeries_combined.d.ts +42 -42
  85. package/lib/XamGeographicMap_combined.d.ts +125 -125
  86. package/package.json +2 -2
@@ -19,65 +19,65 @@ export let GeographicSymbolSeriesView = /*@__PURE__*/ (() => {
19
19
  class GeographicSymbolSeriesView extends HostSeriesView {
20
20
  constructor(a) {
21
21
  super(a);
22
- this.ce = null;
23
- this.ce = a;
22
+ this.ch = null;
23
+ this.ch = a;
24
24
  }
25
- as() {
26
- super.as();
25
+ au() {
26
+ super.au();
27
27
  if (!this.q) {
28
28
  }
29
29
  }
30
- b2() {
31
- let a = this.ce.qe;
32
- super.b2();
33
- a.tr = this.ce.r2;
34
- a.tz = this.ce.r0;
35
- a.ql = this.ce.qo;
36
- a.q7 = this.ce.q4;
37
- a.qq = this.ce.qp;
30
+ b5() {
31
+ let a = this.ch.t3;
32
+ super.b5();
33
+ a.xl = this.ch.vr;
34
+ a.xt = this.ch.vp;
35
+ a.ua = this.ch.ud;
36
+ a.uw = this.ch.ut;
37
+ a.uf = this.ch.ue;
38
38
  }
39
- cg() {
40
- this.ce.qe.tr = this.ce.r2;
41
- }
42
- cf() {
43
- this.ce.qe.tz = this.ce.r0;
44
- }
45
- cm() {
46
- this.ce.qe.ql = this.ce.qo;
39
+ cj() {
40
+ this.ch.t3.xl = this.ch.vr;
47
41
  }
48
- ck() {
49
- this.ce.qe.q7 = this.ce.q4;
42
+ ci() {
43
+ this.ch.t3.xt = this.ch.vp;
50
44
  }
51
- cl() {
52
- this.ce.qe.qq = this.ce.qp;
45
+ cp() {
46
+ this.ch.t3.ua = this.ch.ud;
53
47
  }
54
48
  cn() {
55
- this.ce.qe.tb = this.ce.qq;
49
+ this.ch.t3.uw = this.ch.ut;
56
50
  }
57
- cp() {
58
- this.ce.qe.xAxis = this.ce.ce.t7;
51
+ co() {
52
+ this.ch.t3.uf = this.ch.ue;
59
53
  }
60
54
  cq() {
61
- this.ce.qe.yAxis = this.ce.ce.t9;
55
+ this.ch.t3.w1 = this.ch.uf;
62
56
  }
63
- co() {
64
- let a = this.ce.qe;
65
- if (this.ce.ce == null) {
57
+ cs() {
58
+ this.ch.t3.xAxis = this.ch.cy.ua;
59
+ }
60
+ ct() {
61
+ this.ch.t3.yAxis = this.ch.cy.uc;
62
+ }
63
+ cr() {
64
+ let a = this.ch.t3;
65
+ if (this.ch.cy == null) {
66
66
  a.xAxis = null;
67
67
  a.yAxis = null;
68
68
  return;
69
69
  }
70
- a.xAxis = this.ce.ce.t7;
71
- a.yAxis = this.ce.ce.t9;
70
+ a.xAxis = this.ch.cy.ua;
71
+ a.yAxis = this.ch.cy.uc;
72
72
  }
73
- ci() {
74
- this.ce.qe.rx = this.ce.rm;
73
+ cl() {
74
+ this.ch.t3.vm = this.ch.vb;
75
75
  }
76
- ch() {
77
- this.ce.qe.rn = this.ce.ri;
76
+ ck() {
77
+ this.ch.t3.vc = this.ch.u7;
78
78
  }
79
- cj() {
80
- this.ce.qe.ro = this.ce.rj;
79
+ cm() {
80
+ this.ch.t3.vd = this.ch.u8;
81
81
  }
82
82
  }
83
83
  GeographicSymbolSeriesView.$t = markType(GeographicSymbolSeriesView, 'GeographicSymbolSeriesView', HostSeriesView.$);
@@ -90,97 +90,97 @@ export let GeographicSymbolSeries = /*@__PURE__*/ (() => {
90
90
  class GeographicSymbolSeries extends GeographicMarkerSeries {
91
91
  constructor() {
92
92
  super();
93
- this.ro = null;
94
- this.rr = false;
95
- this.rq = false;
93
+ this.vd = null;
94
+ this.vg = false;
95
+ this.vf = false;
96
96
  this.assigningScatterStyle = null;
97
97
  this.assigningScatterMarkerStyle = null;
98
98
  this.ab = GeographicSymbolSeries.$;
99
99
  }
100
- get_c5() {
100
+ get_dx() {
101
101
  return true;
102
102
  }
103
- by() {
103
+ cg() {
104
104
  return new GeographicSymbolSeriesView(this);
105
105
  }
106
- l4(a) {
107
- super.l4(a);
108
- this.rp = a;
106
+ o0(a) {
107
+ super.o0(a);
108
+ this.ve = a;
109
109
  }
110
- g0() {
110
+ iq() {
111
111
  return 0.7;
112
112
  }
113
- qd() {
113
+ t2() {
114
114
  return new ScatterSeries();
115
115
  }
116
- get_d0() {
116
+ get_es() {
117
117
  return true;
118
118
  }
119
- l9(a, b, c, d) {
120
- super.l9(a, b, c, d);
119
+ o8(a, b, c, d) {
120
+ super.o8(a, b, c, d);
121
121
  switch (b) {
122
122
  case "SeriesViewer":
123
- this.rp.co();
123
+ this.ve.cr();
124
124
  break;
125
125
  case GeographicSymbolSeries.$$p[5]:
126
- this.rp.cg();
126
+ this.ve.cj();
127
127
  break;
128
128
  case GeographicSymbolSeries.$$p[4]:
129
- this.rp.cf();
129
+ this.ve.ci();
130
130
  break;
131
131
  case GeographicSymbolSeries.$$p[6]:
132
- this.rp.ci();
132
+ this.ve.cl();
133
133
  break;
134
134
  case "XAxis":
135
- this.rp.cp();
135
+ this.ve.cs();
136
136
  break;
137
137
  case "YAxis":
138
- this.rp.cq();
138
+ this.ve.ct();
139
139
  break;
140
140
  case GeographicSymbolSeries.$$p[1]:
141
- this.qe.st = this.rt;
142
- this.rr = this.rt;
143
- if (this.rt) {
144
- let e = this.qe;
145
- e.assigningScatterStyle = delegateCombine(e.assigningScatterStyle, runOn(this, this.r7));
141
+ this.t3.wi = this.vi;
142
+ this.vg = this.vi;
143
+ if (this.vi) {
144
+ let e = this.t3;
145
+ e.assigningScatterStyle = delegateCombine(e.assigningScatterStyle, runOn(this, this.vw));
146
146
  }
147
147
  else {
148
- let f = this.qe;
149
- f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.r7));
148
+ let f = this.t3;
149
+ f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.vw));
150
150
  }
151
151
  break;
152
152
  case GeographicSymbolSeries.$$p[0]:
153
- this.qe.ss = this.rs;
154
- this.rq = this.rs;
155
- if (this.rt) {
156
- let g = this.qe;
157
- g.assigningScatterMarkerStyle = delegateCombine(g.assigningScatterMarkerStyle, runOn(this, this.r6));
153
+ this.t3.wh = this.vh;
154
+ this.vf = this.vh;
155
+ if (this.vi) {
156
+ let g = this.t3;
157
+ g.assigningScatterMarkerStyle = delegateCombine(g.assigningScatterMarkerStyle, runOn(this, this.vv));
158
158
  }
159
159
  else {
160
- let h = this.qe;
161
- h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.r6));
160
+ let h = this.t3;
161
+ h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.vv));
162
162
  }
163
163
  break;
164
164
  case GeographicSymbolSeries.$$p[2]:
165
- this.qe.sh = this.rn;
165
+ this.t3.v6 = this.vc;
166
166
  break;
167
167
  case GeographicSymbolSeries.$$p[3]:
168
- this.qe.ta = this.rv;
168
+ this.t3.w0 = this.vk;
169
169
  break;
170
170
  }
171
171
  }
172
- r7(a, b) {
172
+ vw(a, b) {
173
173
  if (this.assigningScatterStyle != null) {
174
174
  this.assigningScatterStyle(this, b);
175
175
  }
176
176
  }
177
- r6(a, b) {
177
+ vv(a, b) {
178
178
  if (this.assigningScatterMarkerStyle != null) {
179
179
  this.assigningScatterMarkerStyle(this, b);
180
180
  }
181
181
  }
182
182
  }
183
183
  GeographicSymbolSeries.$t = markType(GeographicSymbolSeries, 'GeographicSymbolSeries', GeographicMarkerSeries.$);
184
- GeographicSymbolSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicSymbolSeries, 'raisePropertyChanged', ['IsCustomScatterMarkerStyleAllowed:rs:r8', [0, false], 'IsCustomScatterStyleAllowed:rt:r9', [0, false], 'ItemSearchMode:rn:sa', [ScatterItemSearchMode_$type, enumGetBox(ScatterItemSearchMode_$type, 0)], 'ItemSearchThreshold:rv:sb', [1, 10000], 'LatitudeMemberPath:r0:sc', [2, null], 'LongitudeMemberPath:r2:sd', [2, null], 'MarkerCollisionAvoidance:rm:se', [CollisionAvoidanceType_$type, enumGetBox(CollisionAvoidanceType_$type, 0)], 'UseLightweightMarkers:ru:sf', [0, false]]);
184
+ GeographicSymbolSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicSymbolSeries, 'raisePropertyChanged', ['IsCustomScatterMarkerStyleAllowed:vh:vx', [0, false], 'IsCustomScatterStyleAllowed:vi:vy', [0, false], 'ItemSearchMode:vc:vz', [ScatterItemSearchMode_$type, enumGetBox(ScatterItemSearchMode_$type, 0)], 'ItemSearchThreshold:vk:v0', [1, 10000], 'LatitudeMemberPath:vp:v1', [2, null], 'LongitudeMemberPath:vr:v2', [2, null], 'MarkerCollisionAvoidance:vb:v3', [CollisionAvoidanceType_$type, enumGetBox(CollisionAvoidanceType_$type, 0)], 'UseLightweightMarkers:vj:v4', [0, false]]);
185
185
  return GeographicSymbolSeries;
186
186
  })();
@@ -15,57 +15,57 @@ export let GeographicTileSeries = /*@__PURE__*/ (() => {
15
15
  class GeographicTileSeries extends GeographicShapeSeriesBase {
16
16
  constructor() {
17
17
  super();
18
- this.rl = null;
19
- this.rk = null;
18
+ this.va = null;
19
+ this.u9 = null;
20
20
  this.imageTilesReady = null;
21
21
  this.ab = GeographicTileSeries.$;
22
22
  }
23
- get_el() {
23
+ get_fg() {
24
24
  return true;
25
25
  }
26
- get rm() {
27
- return this.rl;
26
+ get vb() {
27
+ return this.va;
28
28
  }
29
- set rm(a) {
30
- let b = a != this.rm;
29
+ set vb(a) {
30
+ let b = a != this.vb;
31
31
  if (b) {
32
- let c = this.rm;
33
- this.rl = a;
32
+ let c = this.vb;
33
+ this.va = a;
34
34
  this.raisePropertyChanged("TileImagery", c, a);
35
35
  }
36
36
  }
37
- rq() {
38
- if (this.rm != null) {
39
- this.rm.clearTileCache();
37
+ vf() {
38
+ if (this.vb != null) {
39
+ this.vb.clearTileCache();
40
40
  }
41
41
  }
42
- l9(a, b, c, d) {
43
- super.l9(a, b, c, d);
42
+ o8(a, b, c, d) {
43
+ super.o8(a, b, c, d);
44
44
  switch (b) {
45
45
  case "TileImagery":
46
- if (this.qe != null) {
47
- this.qe.s3 = this.rm;
46
+ if (this.t3 != null) {
47
+ this.t3.ww = this.vb;
48
48
  }
49
49
  break;
50
50
  }
51
51
  }
52
- qj() {
53
- super.qj();
54
- this.qe.s3 = this.rm;
55
- if (this.rk != null) {
56
- let a = this.rk;
57
- a.imageTilesReady = delegateRemove(a.imageTilesReady, runOn(this, this.rp));
52
+ t8() {
53
+ super.t8();
54
+ this.t3.ww = this.vb;
55
+ if (this.u9 != null) {
56
+ let a = this.u9;
57
+ a.imageTilesReady = delegateRemove(a.imageTilesReady, runOn(this, this.ve));
58
58
  }
59
- this.rk = this.qe;
60
- if (this.rk != null) {
61
- let b = this.rk;
62
- b.imageTilesReady = delegateCombine(b.imageTilesReady, runOn(this, this.rp));
59
+ this.u9 = this.t3;
60
+ if (this.u9 != null) {
61
+ let b = this.u9;
62
+ b.imageTilesReady = delegateCombine(b.imageTilesReady, runOn(this, this.ve));
63
63
  }
64
64
  }
65
- qd() {
65
+ t2() {
66
66
  return new TileSeries();
67
67
  }
68
- rp(a, b) {
68
+ ve(a, b) {
69
69
  if (this.imageTilesReady != null) {
70
70
  this.imageTilesReady(this, new ImageTilesReadyEventArgs());
71
71
  }
@@ -13,8 +13,8 @@ export let GeographicXYTriangulatingSeriesBaseView = /*@__PURE__*/ (() => {
13
13
  class GeographicXYTriangulatingSeriesBaseView extends HostSeriesView {
14
14
  constructor(a) {
15
15
  super(a);
16
- this.ce = null;
17
- this.ce = a;
16
+ this.ch = null;
17
+ this.ch = a;
18
18
  }
19
19
  }
20
20
  GeographicXYTriangulatingSeriesBaseView.$t = markType(GeographicXYTriangulatingSeriesBaseView, 'GeographicXYTriangulatingSeriesBaseView', HostSeriesView.$);