igniteui-angular-maps 20.2.0-beta.0 → 20.2.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 +975 -975
  2. package/bundles/igniteui-angular-maps.umd.min.js +1 -1
  3. package/esm2015/lib/GeographicContourLineSeriesView_combined.js +35 -35
  4. package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +69 -69
  5. package/esm2015/lib/GeographicMapSeriesHost_combined.js +166 -166
  6. package/esm2015/lib/GeographicMarkerSeries.js +25 -25
  7. package/esm2015/lib/GeographicPolylineSeriesView_combined.js +15 -15
  8. package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +82 -82
  9. package/esm2015/lib/GeographicShapeSeriesBase_combined.js +58 -58
  10. package/esm2015/lib/GeographicShapeSeriesView_combined.js +49 -49
  11. package/esm2015/lib/GeographicSymbolSeriesView_combined.js +51 -51
  12. package/esm2015/lib/GeographicTileSeries.js +26 -26
  13. package/esm2015/lib/SphericalMercatorHorizontalScaler.js +2 -2
  14. package/esm2015/lib/SphericalMercatorVerticalScaler.js +2 -2
  15. package/esm2015/lib/TileSeries_combined.js +81 -81
  16. package/esm2015/lib/XamGeographicMap_combined.js +124 -124
  17. package/esm2015/lib/igx-geographic-contour-line-series-component.js +8 -8
  18. package/esm2015/lib/igx-geographic-high-density-scatter-series-component.js +22 -22
  19. package/esm2015/lib/igx-geographic-map-series-host-component.js +11 -11
  20. package/esm2015/lib/igx-geographic-marker-series-component.js +22 -22
  21. package/esm2015/lib/igx-geographic-polyline-series-component.js +10 -10
  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 +32 -32
  26. package/esm2015/lib/igx-geographic-symbol-series-component.js +14 -14
  27. package/esm2015/lib/igx-geographic-tile-series-component.js +3 -3
  28. package/esm2015/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  29. package/esm2015/lib/igx-tile-series-component.js +2 -2
  30. package/esm5/lib/GeographicContourLineSeriesView_combined.js +35 -35
  31. package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +69 -69
  32. package/esm5/lib/GeographicMapSeriesHost_combined.js +164 -164
  33. package/esm5/lib/GeographicMarkerSeries.js +25 -25
  34. package/esm5/lib/GeographicPolylineSeriesView_combined.js +15 -15
  35. package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +82 -82
  36. package/esm5/lib/GeographicShapeSeriesBase_combined.js +57 -57
  37. package/esm5/lib/GeographicShapeSeriesView_combined.js +49 -49
  38. package/esm5/lib/GeographicSymbolSeriesView_combined.js +51 -51
  39. package/esm5/lib/GeographicTileSeries.js +25 -25
  40. package/esm5/lib/SphericalMercatorHorizontalScaler.js +2 -2
  41. package/esm5/lib/SphericalMercatorVerticalScaler.js +2 -2
  42. package/esm5/lib/TileSeries_combined.js +79 -79
  43. package/esm5/lib/XamGeographicMap_combined.js +123 -123
  44. package/esm5/lib/igx-geographic-contour-line-series-component.js +8 -8
  45. package/esm5/lib/igx-geographic-high-density-scatter-series-component.js +22 -22
  46. package/esm5/lib/igx-geographic-map-series-host-component.js +11 -11
  47. package/esm5/lib/igx-geographic-marker-series-component.js +22 -22
  48. package/esm5/lib/igx-geographic-polyline-series-component.js +10 -10
  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 +32 -32
  53. package/esm5/lib/igx-geographic-symbol-series-component.js +14 -14
  54. package/esm5/lib/igx-geographic-tile-series-component.js +3 -3
  55. package/esm5/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  56. package/esm5/lib/igx-tile-series-component.js +2 -2
  57. package/fesm2015/igniteui-angular-maps.js +983 -983
  58. package/fesm5/igniteui-angular-maps.js +975 -975
  59. package/lib/GeographicContourLineSeriesView_combined.d.ts +11 -11
  60. package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +16 -16
  61. package/lib/GeographicMapSeriesHost_combined.d.ts +28 -28
  62. package/lib/GeographicMarkerSeries.d.ts +13 -13
  63. package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
  64. package/lib/GeographicPolylineSeriesView_combined.d.ts +7 -7
  65. package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
  66. package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +21 -21
  67. package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
  68. package/lib/GeographicShapeSeriesBase_combined.d.ts +18 -18
  69. package/lib/GeographicShapeSeriesView_combined.d.ts +20 -20
  70. package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
  71. package/lib/GeographicSymbolSeriesView_combined.d.ts +14 -14
  72. package/lib/GeographicTileSeries.d.ts +8 -8
  73. package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
  74. package/lib/TileSeries_combined.d.ts +19 -19
  75. package/lib/XamGeographicMap_combined.d.ts +22 -22
  76. package/package.json +2 -2
@@ -31,19 +31,19 @@ export let GeographicContourLineSeriesView = /*@__PURE__*/ (() => {
31
31
  }
32
32
  ci() {
33
33
  super.ci();
34
- if (this.c2.xk != null) {
35
- this.c2.yc.zf = this.c2.yf;
36
- this.c2.yc.zp = this.c2.yj;
34
+ if (this.c2.xl != null) {
35
+ this.c2.yd.zg = this.c2.yg;
36
+ this.c2.yd.zq = this.c2.yk;
37
37
  }
38
38
  }
39
39
  c3() {
40
- if (this.c2.yc != null) {
41
- this.c2.yc.zf = this.c2.yf;
40
+ if (this.c2.yd != null) {
41
+ this.c2.yd.zg = this.c2.yg;
42
42
  }
43
43
  }
44
44
  c4() {
45
- if (this.c2.yc != null) {
46
- this.c2.yc.zp = this.c2.yj;
45
+ if (this.c2.yd != null) {
46
+ this.c2.yd.zq = this.c2.yk;
47
47
  }
48
48
  }
49
49
  }
@@ -66,69 +66,69 @@ export let GeographicContourLineSeries = /*@__PURE__*/ (() => {
66
66
  get_fm() {
67
67
  return true;
68
68
  }
69
- xp(a, b) {
70
- super.xp(a, b);
69
+ xq(a, b) {
70
+ super.xq(a, b);
71
71
  }
72
- xj() {
73
- this.yc = new ScatterContourSeries();
74
- let a = this.yc;
75
- a.triangulationStatusChanged = delegateCombine(a.triangulationStatusChanged, runOn(this, this.ym));
76
- let b = this.yc;
77
- b.propertyUpdated = delegateCombine(b.propertyUpdated, runOn(this, this.yn));
78
- return this.yc;
72
+ xk() {
73
+ this.yd = new ScatterContourSeries();
74
+ let a = this.yd;
75
+ a.triangulationStatusChanged = delegateCombine(a.triangulationStatusChanged, runOn(this, this.yn));
76
+ let b = this.yd;
77
+ b.propertyUpdated = delegateCombine(b.propertyUpdated, runOn(this, this.yo));
78
+ return this.yd;
79
79
  }
80
- ym(a, b) {
80
+ yn(a, b) {
81
81
  if (this.triangulationStatusChanged != null) {
82
82
  this.triangulationStatusChanged(this, b);
83
83
  }
84
84
  }
85
- yn(a, b) {
86
- let c = typeCast(ScatterContourSeries.$, this.xk);
85
+ yo(a, b) {
86
+ let c = typeCast(ScatterContourSeries.$, this.xl);
87
87
  if (c == null) {
88
88
  return;
89
89
  }
90
90
  if (b.propertyName == "ActualFillScale") {
91
- this.ye = c.ze;
91
+ this.yf = c.zf;
92
92
  }
93
93
  }
94
- sy() {
95
- super.sy();
94
+ sz() {
95
+ super.sz();
96
96
  }
97
97
  ct() {
98
98
  return new GeographicContourLineSeriesView(this);
99
99
  }
100
- rg(a) {
101
- super.rg(a);
102
- this.yg = a;
100
+ rh(a) {
101
+ super.rh(a);
102
+ this.yh = a;
103
103
  }
104
- rp(a, b, c, d) {
105
- super.rp(a, b, c, d);
104
+ rq(a, b, c, d) {
105
+ super.rq(a, b, c, d);
106
106
  switch (b) {
107
107
  case GeographicContourLineSeries.$$p[1]:
108
- this.yg.c3();
108
+ this.yh.c3();
109
109
  break;
110
110
  case GeographicContourLineSeries.$$p[2]:
111
- this.yg.c4();
111
+ this.yh.c4();
112
112
  break;
113
113
  case GeographicContourLineSeries.$$p[3]:
114
- this.yc.zc = this.yb;
114
+ this.yd.zd = this.yc;
115
115
  break;
116
116
  case "DashArray":
117
- this.yc.wl = this.wl;
117
+ this.yd.wm = this.wm;
118
118
  break;
119
119
  case "DashCap":
120
- this.yc.wm = this.wm;
120
+ this.yd.wn = this.wn;
121
121
  break;
122
122
  case "MiterLimit":
123
- this.yc.jp = this.jp;
123
+ this.yd.jp = this.jp;
124
124
  break;
125
125
  case "LineJoin":
126
- this.yc.wo = this.wo;
126
+ this.yd.wp = this.wp;
127
127
  break;
128
128
  }
129
129
  }
130
130
  }
131
131
  GeographicContourLineSeries.$t = markType(GeographicContourLineSeries, 'GeographicContourLineSeries', GeographicXYTriangulatingSeries.$);
132
- GeographicContourLineSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicContourLineSeries, 'raisePropertyChanged', ['ActualFillScale:ye:yo', [ValueBrushScale.$, null], 'FillScale:yf:yp', [ValueBrushScale.$, null], 'ValueMemberPath:yj:yq', [2, "value"], 'ValueResolver:yb:yr', [ContourValueResolver.$, null]]);
132
+ GeographicContourLineSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicContourLineSeries, 'raisePropertyChanged', ['ActualFillScale:yf:yp', [ValueBrushScale.$, null], 'FillScale:yg:yq', [ValueBrushScale.$, null], 'ValueMemberPath:yk:yr', [2, "value"], 'ValueResolver:yc:ys', [ContourValueResolver.$, null]]);
133
133
  return GeographicContourLineSeries;
134
134
  })();
@@ -25,71 +25,71 @@ export let GeographicHighDensityScatterSeriesView = /*@__PURE__*/ (() => {
25
25
  }
26
26
  ci() {
27
27
  super.ci();
28
- let a = typeCast(HighDensityScatterSeries.$, this.cu.xk);
29
- a.zt = this.cu.x9;
30
- a.z1 = this.cu.x7;
28
+ let a = typeCast(HighDensityScatterSeries.$, this.cu.xl);
29
+ a.zu = this.cu.ya;
30
+ a.z2 = this.cu.x8;
31
+ a.x7 = this.cu.xx;
31
32
  a.x6 = this.cu.xw;
32
- a.x5 = this.cu.xv;
33
- a.ge = this.cu.xu;
33
+ a.ge = this.cu.xv;
34
+ a.y2 = this.cu.xz;
34
35
  a.y1 = this.cu.xy;
35
- a.y0 = this.cu.xx;
36
+ a.aa0 = this.cu.yt;
36
37
  a.aaz = this.cu.ys;
37
- a.aay = this.cu.yr;
38
- a.zd = this.cu.x1;
38
+ a.ze = this.cu.x2;
39
39
  }
40
40
  c0() {
41
- this.cu.xk.zt = this.cu.x9;
41
+ this.cu.xl.zu = this.cu.ya;
42
42
  }
43
43
  cz() {
44
- this.cu.xk.z1 = this.cu.x7;
44
+ this.cu.xl.z2 = this.cu.x8;
45
45
  }
46
46
  c5() {
47
- this.cu.xk.x6 = this.cu.xw;
47
+ this.cu.xl.x7 = this.cu.xx;
48
48
  }
49
49
  c3() {
50
- this.cu.xk.x5 = this.cu.xv;
50
+ this.cu.xl.x6 = this.cu.xw;
51
51
  }
52
52
  c1() {
53
- this.cu.xk.ge = this.cu.xu;
53
+ this.cu.xl.ge = this.cu.xv;
54
54
  }
55
55
  cy() {
56
- this.cu.xk.y1 = this.cu.xy;
56
+ this.cu.xl.y2 = this.cu.xz;
57
57
  }
58
58
  cw() {
59
- this.cu.xk.y0 = this.cu.xx;
59
+ this.cu.xl.y1 = this.cu.xy;
60
60
  }
61
61
  c4() {
62
- let a = typeCast(HighDensityScatterSeries.$, this.cu.xk);
62
+ let a = typeCast(HighDensityScatterSeries.$, this.cu.xl);
63
63
  if (this.cu.dc == null) {
64
- a.xp = null;
65
- a.xr = null;
64
+ a.xq = null;
65
+ a.xs = null;
66
66
  return;
67
67
  }
68
- a.xp = this.cu.dc.zh;
69
- a.xr = this.cu.dc.zj;
68
+ a.xq = this.cu.dc.zh;
69
+ a.xs = this.cu.dc.zj;
70
70
  }
71
71
  c6() {
72
- this.cu.xk.xp = this.cu.dc.zh;
72
+ this.cu.xl.xq = this.cu.dc.zh;
73
73
  }
74
74
  c7() {
75
- this.cu.xk.xr = this.cu.dc.zj;
75
+ this.cu.xl.xs = this.cu.dc.zj;
76
76
  }
77
77
  cx() {
78
- this.cu.xk.aaz = this.cu.ys;
78
+ this.cu.xl.aa0 = this.cu.yt;
79
79
  }
80
80
  cv() {
81
- this.cu.xk.aay = this.cu.yr;
81
+ this.cu.xl.aaz = this.cu.ys;
82
82
  }
83
83
  c2() {
84
- this.cu.xk.zd = this.cu.x1;
84
+ this.cu.xl.ze = this.cu.x2;
85
85
  }
86
86
  a4() {
87
87
  super.a4();
88
88
  if (!this.t) {
89
- this.cu.ys = Defaults.bf;
90
- this.cu.yr = Defaults.be;
91
- this.cu.vy = Defaults.ba;
92
- this.cu.we = Defaults.a9;
89
+ this.cu.yt = Defaults.bf;
90
+ this.cu.ys = Defaults.be;
91
+ this.cu.vz = Defaults.ba;
92
+ this.cu.wf = Defaults.a9;
93
93
  }
94
94
  }
95
95
  }
@@ -103,9 +103,9 @@ export let GeographicHighDensityScatterSeries = /*@__PURE__*/ (() => {
103
103
  class GeographicHighDensityScatterSeries extends GeographicMapSeriesHost {
104
104
  constructor() {
105
105
  super();
106
- this.xs = null;
106
+ this.xt = null;
107
107
  this.progressiveLoadStatusChanged = null;
108
- this.x0 = 0;
108
+ this.x1 = 0;
109
109
  this.ab = GeographicHighDensityScatterSeries.$;
110
110
  }
111
111
  bk() {
@@ -123,81 +123,81 @@ export let GeographicHighDensityScatterSeries = /*@__PURE__*/ (() => {
123
123
  ct() {
124
124
  return new GeographicHighDensityScatterSeriesView(this);
125
125
  }
126
- rg(a) {
127
- super.rg(a);
128
- this.xt = a;
126
+ rh(a) {
127
+ super.rh(a);
128
+ this.xu = a;
129
129
  }
130
- xj() {
131
- this.xs = new HighDensityScatterSeries();
132
- return this.xs;
130
+ xk() {
131
+ this.xt = new HighDensityScatterSeries();
132
+ return this.xt;
133
133
  }
134
- get x2() {
135
- return this.x0;
134
+ get x3() {
135
+ return this.x1;
136
136
  }
137
- set x2(a) {
138
- let b = this.x0;
139
- this.x0 = a;
140
- this.raisePropertyChanged("ProgressiveStatus", b, this.x0);
137
+ set x3(a) {
138
+ let b = this.x1;
139
+ this.x1 = a;
140
+ this.raisePropertyChanged("ProgressiveStatus", b, this.x1);
141
141
  }
142
- xp(a, b) {
143
- super.xp(a, b);
144
- let c = this.xk;
145
- c.progressiveLoadStatusChanged = delegateCombine(c.progressiveLoadStatusChanged, runOn(this, this.yg));
146
- let d = this.xk;
147
- d.propertyUpdated = delegateCombine(d.propertyUpdated, runOn(this, this.yf));
142
+ xq(a, b) {
143
+ super.xq(a, b);
144
+ let c = this.xl;
145
+ c.progressiveLoadStatusChanged = delegateCombine(c.progressiveLoadStatusChanged, runOn(this, this.yh));
146
+ let d = this.xl;
147
+ d.propertyUpdated = delegateCombine(d.propertyUpdated, runOn(this, this.yg));
148
148
  }
149
- yg(a, b) {
150
- this.x2 = b.currentStatus;
149
+ yh(a, b) {
150
+ this.x3 = b.currentStatus;
151
151
  if (this.progressiveLoadStatusChanged != null) {
152
152
  this.progressiveLoadStatusChanged(this, b);
153
153
  }
154
154
  }
155
- yf(a, b) {
156
- if (this.xs == null) {
155
+ yg(a, b) {
156
+ if (this.xt == null) {
157
157
  return;
158
158
  }
159
159
  }
160
- rp(a, b, c, d) {
161
- super.rp(a, b, c, d);
160
+ rq(a, b, c, d) {
161
+ super.rq(a, b, c, d);
162
162
  switch (b) {
163
163
  case "SeriesViewer":
164
- this.xt.c4();
164
+ this.xu.c4();
165
165
  break;
166
166
  case GeographicHighDensityScatterSeries.$$p[5]:
167
- this.xt.c0();
167
+ this.xu.c0();
168
168
  break;
169
169
  case GeographicHighDensityScatterSeries.$$p[4]:
170
- this.xt.cz();
170
+ this.xu.cz();
171
171
  break;
172
172
  case GeographicHighDensityScatterSeries.$$p[9]:
173
- this.xt.c5();
173
+ this.xu.c5();
174
174
  break;
175
175
  case GeographicHighDensityScatterSeries.$$p[8]:
176
- this.xt.c3();
176
+ this.xu.c3();
177
177
  break;
178
178
  case GeographicHighDensityScatterSeries.$$p[6]:
179
- this.xt.c1();
179
+ this.xu.c1();
180
180
  break;
181
181
  case "XAxis":
182
- this.xt.c6();
182
+ this.xu.c6();
183
183
  break;
184
184
  case "YAxis":
185
- this.xt.c7();
185
+ this.xu.c7();
186
186
  break;
187
187
  case GeographicHighDensityScatterSeries.$$p[3]:
188
- this.xt.cy();
188
+ this.xu.cy();
189
189
  break;
190
190
  case GeographicHighDensityScatterSeries.$$p[1]:
191
- this.xt.cw();
191
+ this.xu.cw();
192
192
  break;
193
193
  case GeographicHighDensityScatterSeries.$$p[2]:
194
- this.xt.cx();
194
+ this.xu.cx();
195
195
  break;
196
196
  case GeographicHighDensityScatterSeries.$$p[0]:
197
- this.xt.cv();
197
+ this.xu.cv();
198
198
  break;
199
199
  case GeographicHighDensityScatterSeries.$$p[7]:
200
- this.xt.c2();
200
+ this.xu.c2();
201
201
  break;
202
202
  }
203
203
  }
@@ -209,6 +209,6 @@ export let GeographicHighDensityScatterSeries = /*@__PURE__*/ (() => {
209
209
  }
210
210
  }
211
211
  GeographicHighDensityScatterSeries.$t = markType(GeographicHighDensityScatterSeries, 'GeographicHighDensityScatterSeries', GeographicMapSeriesHost.$);
212
- GeographicHighDensityScatterSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicHighDensityScatterSeries, 'raisePropertyChanged', ['HeatMaximumColor:yr:yh', [Color.$, Defaults.be], 'HeatMaximum:xx:yi', [1, 50], 'HeatMinimumColor:ys:yj', [Color.$, Defaults.bf], 'HeatMinimum:xy:yk', [1, 0], 'LatitudeMemberPath:x7:yl', [2, null], 'LongitudeMemberPath:x9:ym', [2, null], 'MouseOverEnabled:xu:yn', [0, false], 'PointExtent:x1:yo', [1, 1], 'ProgressiveLoad:xv:yp', [0, true], 'UseBruteForce:xw:yq', [0, false]]);
212
+ GeographicHighDensityScatterSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicHighDensityScatterSeries, 'raisePropertyChanged', ['HeatMaximumColor:ys:yi', [Color.$, Defaults.be], 'HeatMaximum:xy:yj', [1, 50], 'HeatMinimumColor:yt:yk', [Color.$, Defaults.bf], 'HeatMinimum:xz:yl', [1, 0], 'LatitudeMemberPath:x8:ym', [2, null], 'LongitudeMemberPath:ya:yn', [2, null], 'MouseOverEnabled:xv:yo', [0, false], 'PointExtent:x2:yp', [1, 1], 'ProgressiveLoad:xw:yq', [0, true], 'UseBruteForce:xx:yr', [0, false]]);
213
213
  return GeographicHighDensityScatterSeries;
214
214
  })();