igniteui-angular-maps 14.1.1 → 14.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 (77) hide show
  1. package/bundles/igniteui-angular-maps.umd.js +1512 -1461
  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 +27 -24
  16. package/esm2015/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
  17. package/esm2015/lib/igx-geographic-map-component.js +52 -50
  18. package/esm2015/lib/igx-geographic-map-imagery.js +25 -2
  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 +44 -42
  23. package/esm2015/lib/igx-geographic-scatter-area-series-component.js +19 -17
  24. package/esm2015/lib/igx-geographic-shape-series-base-component.js +26 -20
  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 +6 -5
  28. package/esm2015/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  29. package/esm2015/lib/igx-tile-series-component.js +5 -4
  30. package/esm5/lib/GeographicContourLineSeriesView_combined.js +36 -36
  31. package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +79 -79
  32. package/esm5/lib/GeographicMapSeriesHost_combined.js +174 -174
  33. package/esm5/lib/GeographicMarkerSeries.js +29 -29
  34. package/esm5/lib/GeographicPolylineSeriesView_combined.js +17 -17
  35. package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +89 -89
  36. package/esm5/lib/GeographicShapeSeriesBase_combined.js +59 -59
  37. package/esm5/lib/GeographicShapeSeriesView_combined.js +56 -56
  38. package/esm5/lib/GeographicSymbolSeriesView_combined.js +56 -56
  39. package/esm5/lib/GeographicTileSeries.js +27 -27
  40. package/esm5/lib/TileSeries_combined.js +86 -86
  41. package/esm5/lib/XamGeographicMap_combined.js +465 -453
  42. package/esm5/lib/igx-geographic-contour-line-series-component.js +27 -24
  43. package/esm5/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
  44. package/esm5/lib/igx-geographic-map-component.js +52 -50
  45. package/esm5/lib/igx-geographic-map-imagery.js +26 -3
  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 +44 -42
  50. package/esm5/lib/igx-geographic-scatter-area-series-component.js +19 -17
  51. package/esm5/lib/igx-geographic-shape-series-base-component.js +26 -20
  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 +6 -5
  55. package/esm5/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  56. package/esm5/lib/igx-tile-series-component.js +5 -4
  57. package/fesm2015/igniteui-angular-maps.js +1525 -1474
  58. package/fesm5/igniteui-angular-maps.js +1513 -1462
  59. package/lib/GeographicContourLineSeriesView_combined.d.ts +14 -14
  60. package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +24 -24
  61. package/lib/GeographicMapSeriesHost_combined.d.ts +39 -39
  62. package/lib/GeographicMarkerSeries.d.ts +18 -18
  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 +25 -25
  67. package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
  68. package/lib/GeographicShapeSeriesBase_combined.d.ts +23 -23
  69. package/lib/GeographicShapeSeriesView_combined.d.ts +27 -27
  70. package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
  71. package/lib/GeographicSymbolSeriesView_combined.d.ts +19 -19
  72. package/lib/GeographicTileSeries.d.ts +10 -10
  73. package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
  74. package/lib/TileSeries_combined.d.ts +21 -21
  75. package/lib/XamGeographicMap_combined.d.ts +112 -112
  76. package/lib/igx-geographic-map-imagery.d.ts +4 -1
  77. package/package.json +2 -2
@@ -26,24 +26,24 @@ export let GeographicContourLineSeriesView = /*@__PURE__*/ (() => {
26
26
  as() {
27
27
  super.as();
28
28
  if (!this.q) {
29
- this.cm.gz = Defaults.m;
29
+ this.cm.g1 = Defaults.m;
30
30
  }
31
31
  }
32
32
  b2() {
33
33
  super.b2();
34
- if (this.cm.p6 != null) {
35
- this.cm.qy.r1 = this.cm.q1;
36
- this.cm.qy.sb = this.cm.q5;
34
+ if (this.cm.qa != null) {
35
+ this.cm.q2.r5 = this.cm.q5;
36
+ this.cm.q2.sf = this.cm.q9;
37
37
  }
38
38
  }
39
39
  cn() {
40
- if (this.cm.qy != null) {
41
- this.cm.qy.r1 = this.cm.q1;
40
+ if (this.cm.q2 != null) {
41
+ this.cm.q2.r5 = this.cm.q5;
42
42
  }
43
43
  }
44
44
  co() {
45
- if (this.cm.qy != null) {
46
- this.cm.qy.sb = this.cm.q5;
45
+ if (this.cm.q2 != null) {
46
+ this.cm.q2.sf = this.cm.q9;
47
47
  }
48
48
  }
49
49
  }
@@ -60,69 +60,69 @@ export let GeographicContourLineSeries = /*@__PURE__*/ (() => {
60
60
  this.triangulationStatusChanged = null;
61
61
  this.ab = GeographicContourLineSeries.$;
62
62
  }
63
- get_d0() {
63
+ get_d1() {
64
64
  return true;
65
65
  }
66
- qb() {
67
- super.qb();
66
+ qf() {
67
+ super.qf();
68
68
  }
69
- p5() {
70
- this.qy = new ScatterContourSeries();
71
- let a = this.qy;
72
- a.triangulationStatusChanged = delegateCombine(a.triangulationStatusChanged, runOn(this, this.q8));
73
- let b = this.qy;
74
- b.propertyUpdated = delegateCombine(b.propertyUpdated, runOn(this, this.q9));
75
- return this.qy;
69
+ p9() {
70
+ this.q2 = new ScatterContourSeries();
71
+ let a = this.q2;
72
+ a.triangulationStatusChanged = delegateCombine(a.triangulationStatusChanged, runOn(this, this.rc));
73
+ let b = this.q2;
74
+ b.propertyUpdated = delegateCombine(b.propertyUpdated, runOn(this, this.rd));
75
+ return this.q2;
76
76
  }
77
- q8(a, b) {
77
+ rc(a, b) {
78
78
  if (this.triangulationStatusChanged != null) {
79
79
  this.triangulationStatusChanged(this, b);
80
80
  }
81
81
  }
82
- q9(a, b) {
83
- let c = typeCast(ScatterContourSeries.$, this.p6);
82
+ rd(a, b) {
83
+ let c = typeCast(ScatterContourSeries.$, this.qa);
84
84
  if (c == null) {
85
85
  return;
86
86
  }
87
87
  if (b.propertyName == "ActualFillScale") {
88
- this.q0 = c.r0;
88
+ this.q4 = c.r4;
89
89
  }
90
90
  }
91
- mw() {
92
- super.mw();
91
+ mz() {
92
+ super.mz();
93
93
  }
94
94
  bx() {
95
95
  return new GeographicContourLineSeriesView(this);
96
96
  }
97
- lz(a) {
98
- super.lz(a);
99
- this.q2 = a;
97
+ l2(a) {
98
+ super.l2(a);
99
+ this.q6 = a;
100
100
  }
101
- l4(a, b, c, d) {
102
- super.l4(a, b, c, d);
101
+ l7(a, b, c, d) {
102
+ super.l7(a, b, c, d);
103
103
  switch (b) {
104
104
  case GeographicContourLineSeries.$$p[1]:
105
- this.q2.cn();
105
+ this.q6.cn();
106
106
  break;
107
107
  case GeographicContourLineSeries.$$p[2]:
108
- this.q2.co();
108
+ this.q6.co();
109
109
  break;
110
110
  case GeographicContourLineSeries.$$p[3]:
111
- this.qy.ry = this.qx;
111
+ this.q2.r2 = this.q1;
112
112
  break;
113
113
  case "DashArray":
114
- this.qy.pc = this.pc;
114
+ this.q2.pg = this.pg;
115
115
  break;
116
116
  case "DashCap":
117
- this.qy.pd = this.pd;
117
+ this.q2.ph = this.ph;
118
118
  break;
119
119
  case "MiterLimit":
120
- this.qy.gr = this.gr;
120
+ this.q2.gt = this.gt;
121
121
  break;
122
122
  }
123
123
  }
124
124
  }
125
125
  GeographicContourLineSeries.$t = markType(GeographicContourLineSeries, 'GeographicContourLineSeries', GeographicXYTriangulatingSeries.$);
126
- GeographicContourLineSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicContourLineSeries, 'raisePropertyChanged', ['ActualFillScale:q0:ra', [ValueBrushScale.$, null], 'FillScale:q1:rb', [ValueBrushScale.$, null], 'ValueMemberPath:q5:rc', [2, "value"], 'ValueResolver:qx:rd', [ContourValueResolver.$, null]]);
126
+ GeographicContourLineSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicContourLineSeries, 'raisePropertyChanged', ['ActualFillScale:q4:re', [ValueBrushScale.$, null], 'FillScale:q5:rf', [ValueBrushScale.$, null], 'ValueMemberPath:q9:rg', [2, "value"], 'ValueResolver:q1:rh', [ContourValueResolver.$, null]]);
127
127
  return GeographicContourLineSeries;
128
128
  })();
@@ -25,71 +25,71 @@ export let GeographicHighDensityScatterSeriesView = /*@__PURE__*/ (() => {
25
25
  }
26
26
  b2() {
27
27
  super.b2();
28
- let a = typeCast(HighDensityScatterSeries.$, this.ce.p6);
29
- a.se = this.ce.qv;
30
- a.sm = this.ce.qt;
31
- a.qr = this.ce.qi;
32
- a.qq = this.ce.qh;
33
- a.el = this.ce.qg;
34
- a.rm = this.ce.qk;
35
- a.rl = this.ce.qj;
36
- a.tk = this.ce.re;
37
- a.tj = this.ce.rd;
38
- a.ry = this.ce.qn;
28
+ let a = typeCast(HighDensityScatterSeries.$, this.ce.qa);
29
+ a.si = this.ce.qz;
30
+ a.sq = this.ce.qx;
31
+ a.qv = this.ce.qm;
32
+ a.qu = this.ce.ql;
33
+ a.em = this.ce.qk;
34
+ a.rq = this.ce.qo;
35
+ a.rp = this.ce.qn;
36
+ a.to = this.ce.ri;
37
+ a.tn = this.ce.rh;
38
+ a.r2 = this.ce.qr;
39
39
  }
40
40
  ck() {
41
- this.ce.p6.se = this.ce.qv;
41
+ this.ce.qa.si = this.ce.qz;
42
42
  }
43
43
  cj() {
44
- this.ce.p6.sm = this.ce.qt;
44
+ this.ce.qa.sq = this.ce.qx;
45
45
  }
46
46
  cp() {
47
- this.ce.p6.qr = this.ce.qi;
47
+ this.ce.qa.qv = this.ce.qm;
48
48
  }
49
49
  cn() {
50
- this.ce.p6.qq = this.ce.qh;
50
+ this.ce.qa.qu = this.ce.ql;
51
51
  }
52
52
  cl() {
53
- this.ce.p6.el = this.ce.qg;
53
+ this.ce.qa.em = this.ce.qk;
54
54
  }
55
55
  ci() {
56
- this.ce.p6.rm = this.ce.qk;
56
+ this.ce.qa.rq = this.ce.qo;
57
57
  }
58
58
  cg() {
59
- this.ce.p6.rl = this.ce.qj;
59
+ this.ce.qa.rp = this.ce.qn;
60
60
  }
61
61
  co() {
62
- let a = typeCast(HighDensityScatterSeries.$, this.ce.p6);
62
+ let a = typeCast(HighDensityScatterSeries.$, this.ce.qa);
63
63
  if (this.ce.cd == null) {
64
- a.qb = null;
65
- a.qd = null;
64
+ a.qf = null;
65
+ a.qh = null;
66
66
  return;
67
67
  }
68
- a.qb = this.ce.cd.s2;
69
- a.qd = this.ce.cd.s4;
68
+ a.qf = this.ce.cd.tw;
69
+ a.qh = this.ce.cd.ty;
70
70
  }
71
71
  cq() {
72
- this.ce.p6.qb = this.ce.cd.s2;
72
+ this.ce.qa.qf = this.ce.cd.tw;
73
73
  }
74
74
  cr() {
75
- this.ce.p6.qd = this.ce.cd.s4;
75
+ this.ce.qa.qh = this.ce.cd.ty;
76
76
  }
77
77
  ch() {
78
- this.ce.p6.tk = this.ce.re;
78
+ this.ce.qa.to = this.ce.ri;
79
79
  }
80
80
  cf() {
81
- this.ce.p6.tj = this.ce.rd;
81
+ this.ce.qa.tn = this.ce.rh;
82
82
  }
83
83
  cm() {
84
- this.ce.p6.ry = this.ce.qn;
84
+ this.ce.qa.r2 = this.ce.qr;
85
85
  }
86
86
  as() {
87
87
  super.as();
88
88
  if (!this.q) {
89
- this.ce.re = Defaults.aq;
90
- this.ce.rd = Defaults.ap;
91
- this.ce.o3 = Defaults.al;
92
- this.ce.o8 = Defaults.ak;
89
+ this.ce.ri = Defaults.aq;
90
+ this.ce.rh = Defaults.ap;
91
+ this.ce.o7 = Defaults.al;
92
+ this.ce.pc = Defaults.ak;
93
93
  }
94
94
  }
95
95
  }
@@ -103,109 +103,109 @@ export let GeographicHighDensityScatterSeries = /*@__PURE__*/ (() => {
103
103
  class GeographicHighDensityScatterSeries extends GeographicMapSeriesHost {
104
104
  constructor() {
105
105
  super();
106
- this.qe = null;
106
+ this.qi = null;
107
107
  this.progressiveLoadStatusChanged = null;
108
- this.qm = 0;
108
+ this.qq = 0;
109
109
  this.ab = GeographicHighDensityScatterSeries.$;
110
110
  }
111
- gu() {
112
- if (!isNaN_(this.gt)) {
113
- return super.gu();
111
+ gw() {
112
+ if (!isNaN_(this.gv)) {
113
+ return super.gw();
114
114
  }
115
115
  return Defaults.q;
116
116
  }
117
- get_d5() {
117
+ get_d6() {
118
118
  return true;
119
119
  }
120
120
  bx() {
121
121
  return new GeographicHighDensityScatterSeriesView(this);
122
122
  }
123
- lz(a) {
124
- super.lz(a);
125
- this.qf = a;
123
+ l2(a) {
124
+ super.l2(a);
125
+ this.qj = a;
126
126
  }
127
- p5() {
128
- this.qe = new HighDensityScatterSeries();
129
- return this.qe;
127
+ p9() {
128
+ this.qi = new HighDensityScatterSeries();
129
+ return this.qi;
130
130
  }
131
- get qo() {
132
- return this.qm;
131
+ get qs() {
132
+ return this.qq;
133
133
  }
134
- set qo(a) {
135
- let b = this.qm;
136
- this.qm = a;
137
- this.raisePropertyChanged("ProgressiveStatus", b, this.qm);
134
+ set qs(a) {
135
+ let b = this.qq;
136
+ this.qq = a;
137
+ this.raisePropertyChanged("ProgressiveStatus", b, this.qq);
138
138
  }
139
- qb() {
140
- super.qb();
141
- let a = this.p6;
142
- a.progressiveLoadStatusChanged = delegateCombine(a.progressiveLoadStatusChanged, runOn(this, this.q2));
143
- let b = this.p6;
144
- b.propertyUpdated = delegateCombine(b.propertyUpdated, runOn(this, this.q1));
139
+ qf() {
140
+ super.qf();
141
+ let a = this.qa;
142
+ a.progressiveLoadStatusChanged = delegateCombine(a.progressiveLoadStatusChanged, runOn(this, this.q6));
143
+ let b = this.qa;
144
+ b.propertyUpdated = delegateCombine(b.propertyUpdated, runOn(this, this.q5));
145
145
  }
146
- q2(a, b) {
147
- this.qo = b.currentStatus;
146
+ q6(a, b) {
147
+ this.qs = b.currentStatus;
148
148
  if (this.progressiveLoadStatusChanged != null) {
149
149
  this.progressiveLoadStatusChanged(this, b);
150
150
  }
151
151
  }
152
- q1(a, b) {
153
- if (this.qe == null) {
152
+ q5(a, b) {
153
+ if (this.qi == null) {
154
154
  return;
155
155
  }
156
156
  }
157
- l4(a, b, c, d) {
158
- super.l4(a, b, c, d);
157
+ l7(a, b, c, d) {
158
+ super.l7(a, b, c, d);
159
159
  switch (b) {
160
160
  case "SeriesViewer":
161
- this.qf.co();
161
+ this.qj.co();
162
162
  break;
163
163
  case GeographicHighDensityScatterSeries.$$p[5]:
164
- this.qf.ck();
164
+ this.qj.ck();
165
165
  break;
166
166
  case GeographicHighDensityScatterSeries.$$p[4]:
167
- this.qf.cj();
167
+ this.qj.cj();
168
168
  break;
169
169
  case GeographicHighDensityScatterSeries.$$p[9]:
170
- this.qf.cp();
170
+ this.qj.cp();
171
171
  break;
172
172
  case GeographicHighDensityScatterSeries.$$p[8]:
173
- this.qf.cn();
173
+ this.qj.cn();
174
174
  break;
175
175
  case GeographicHighDensityScatterSeries.$$p[6]:
176
- this.qf.cl();
176
+ this.qj.cl();
177
177
  break;
178
178
  case "XAxis":
179
- this.qf.cq();
179
+ this.qj.cq();
180
180
  break;
181
181
  case "YAxis":
182
- this.qf.cr();
182
+ this.qj.cr();
183
183
  break;
184
184
  case GeographicHighDensityScatterSeries.$$p[3]:
185
- this.qf.ci();
185
+ this.qj.ci();
186
186
  break;
187
187
  case GeographicHighDensityScatterSeries.$$p[1]:
188
- this.qf.cg();
188
+ this.qj.cg();
189
189
  break;
190
190
  case GeographicHighDensityScatterSeries.$$p[2]:
191
- this.qf.ch();
191
+ this.qj.ch();
192
192
  break;
193
193
  case GeographicHighDensityScatterSeries.$$p[0]:
194
- this.qf.cf();
194
+ this.qj.cf();
195
195
  break;
196
196
  case GeographicHighDensityScatterSeries.$$p[7]:
197
- this.qf.cm();
197
+ this.qj.cm();
198
198
  break;
199
199
  }
200
200
  }
201
- get_e3() {
201
+ get_e5() {
202
202
  return true;
203
203
  }
204
- set_e3(a) {
205
- super.set_e3(a);
204
+ set_e5(a) {
205
+ super.set_e5(a);
206
206
  }
207
207
  }
208
208
  GeographicHighDensityScatterSeries.$t = markType(GeographicHighDensityScatterSeries, 'GeographicHighDensityScatterSeries', GeographicMapSeriesHost.$);
209
- GeographicHighDensityScatterSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicHighDensityScatterSeries, 'raisePropertyChanged', ['HeatMaximumColor:rd:q3', [Color.$, Defaults.ap], 'HeatMaximum:qj:q4', [1, 50], 'HeatMinimumColor:re:q5', [Color.$, Defaults.aq], 'HeatMinimum:qk:q6', [1, 0], 'LatitudeMemberPath:qt:q7', [2, null], 'LongitudeMemberPath:qv:q8', [2, null], 'MouseOverEnabled:qg:q9', [0, false], 'PointExtent:qn:ra', [1, 1], 'ProgressiveLoad:qh:rb', [0, true], 'UseBruteForce:qi:rc', [0, false]]);
209
+ GeographicHighDensityScatterSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicHighDensityScatterSeries, 'raisePropertyChanged', ['HeatMaximumColor:rh:q7', [Color.$, Defaults.ap], 'HeatMaximum:qn:q8', [1, 50], 'HeatMinimumColor:ri:q9', [Color.$, Defaults.aq], 'HeatMinimum:qo:ra', [1, 0], 'LatitudeMemberPath:qx:rb', [2, null], 'LongitudeMemberPath:qz:rc', [2, null], 'MouseOverEnabled:qk:rd', [0, false], 'PointExtent:qr:re', [1, 1], 'ProgressiveLoad:ql:rf', [0, true], 'UseBruteForce:qm:rg', [0, false]]);
210
210
  return GeographicHighDensityScatterSeries;
211
211
  })();