igniteui-angular-maps 18.1.0 → 18.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 (79) hide show
  1. package/bundles/igniteui-angular-maps.umd.js +1559 -1473
  2. package/bundles/igniteui-angular-maps.umd.min.js +1 -1
  3. package/esm2015/lib/GeographicContourLineSeriesView_combined.js +39 -39
  4. package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +82 -82
  5. package/esm2015/lib/GeographicMapSeriesHost_combined.js +208 -193
  6. package/esm2015/lib/GeographicMarkerSeries.js +29 -29
  7. package/esm2015/lib/GeographicPolylineSeriesView_combined.js +19 -19
  8. package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +93 -93
  9. package/esm2015/lib/GeographicShapeSeriesBase_combined.js +79 -69
  10. package/esm2015/lib/GeographicShapeSeriesView_combined.js +58 -58
  11. package/esm2015/lib/GeographicSymbolSeriesView_combined.js +60 -60
  12. package/esm2015/lib/GeographicTileSeries.js +29 -29
  13. package/esm2015/lib/SphericalMercatorHorizontalScaler.js +2 -2
  14. package/esm2015/lib/SphericalMercatorVerticalScaler.js +2 -2
  15. package/esm2015/lib/TileSeries_combined.js +93 -93
  16. package/esm2015/lib/XamGeographicMap_combined.js +466 -466
  17. package/esm2015/lib/igx-geographic-contour-line-series-component.js +9 -9
  18. package/esm2015/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
  19. package/esm2015/lib/igx-geographic-map-component.js +40 -40
  20. package/esm2015/lib/igx-geographic-map-series-host-component.js +22 -22
  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 +33 -33
  24. package/esm2015/lib/igx-geographic-scatter-area-series-component.js +8 -8
  25. package/esm2015/lib/igx-geographic-shape-series-base-component.js +68 -17
  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 +4 -4
  29. package/esm2015/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  30. package/esm2015/lib/igx-tile-series-component.js +3 -3
  31. package/esm5/lib/GeographicContourLineSeriesView_combined.js +39 -39
  32. package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +82 -82
  33. package/esm5/lib/GeographicMapSeriesHost_combined.js +206 -191
  34. package/esm5/lib/GeographicMarkerSeries.js +29 -29
  35. package/esm5/lib/GeographicPolylineSeriesView_combined.js +19 -19
  36. package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +93 -93
  37. package/esm5/lib/GeographicShapeSeriesBase_combined.js +78 -68
  38. package/esm5/lib/GeographicShapeSeriesView_combined.js +58 -58
  39. package/esm5/lib/GeographicSymbolSeriesView_combined.js +60 -60
  40. package/esm5/lib/GeographicTileSeries.js +28 -28
  41. package/esm5/lib/SphericalMercatorHorizontalScaler.js +2 -2
  42. package/esm5/lib/SphericalMercatorVerticalScaler.js +2 -2
  43. package/esm5/lib/TileSeries_combined.js +91 -91
  44. package/esm5/lib/XamGeographicMap_combined.js +459 -459
  45. package/esm5/lib/igx-geographic-contour-line-series-component.js +9 -9
  46. package/esm5/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
  47. package/esm5/lib/igx-geographic-map-component.js +40 -40
  48. package/esm5/lib/igx-geographic-map-series-host-component.js +22 -22
  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 +33 -33
  52. package/esm5/lib/igx-geographic-scatter-area-series-component.js +8 -8
  53. package/esm5/lib/igx-geographic-shape-series-base-component.js +80 -17
  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 +4 -4
  57. package/esm5/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  58. package/esm5/lib/igx-tile-series-component.js +3 -3
  59. package/fesm2015/igniteui-angular-maps.js +1561 -1487
  60. package/fesm5/igniteui-angular-maps.js +1560 -1474
  61. package/lib/GeographicContourLineSeriesView_combined.d.ts +16 -16
  62. package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +27 -27
  63. package/lib/GeographicMapSeriesHost_combined.d.ts +50 -49
  64. package/lib/GeographicMarkerSeries.d.ts +18 -18
  65. package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
  66. package/lib/GeographicPolylineSeriesView_combined.d.ts +10 -10
  67. package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
  68. package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +29 -29
  69. package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
  70. package/lib/GeographicShapeSeriesBase_combined.d.ts +29 -25
  71. package/lib/GeographicShapeSeriesView_combined.d.ts +29 -29
  72. package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
  73. package/lib/GeographicSymbolSeriesView_combined.d.ts +22 -22
  74. package/lib/GeographicTileSeries.d.ts +11 -11
  75. package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
  76. package/lib/TileSeries_combined.d.ts +23 -23
  77. package/lib/XamGeographicMap_combined.d.ts +115 -115
  78. package/lib/igx-geographic-shape-series-base-component.d.ts +19 -1
  79. package/package.json +2 -2
@@ -30,56 +30,56 @@ var GeographicSymbolSeriesView = /** @class */ /*@__PURE__*/ (function (_super)
30
30
  }
31
31
  };
32
32
  GeographicSymbolSeriesView.prototype.b5 = function () {
33
- var a = this.ch.wr;
33
+ var a = this.ch.wy;
34
34
  _super.prototype.b5.call(this);
35
- a.aak = this.ch.yf;
36
- a.aas = this.ch.yd;
37
- a.w1 = this.ch.w1;
38
- a.xt = this.ch.xh;
39
- a.xa = this.ch.w2;
35
+ a.aar = this.ch.ym;
36
+ a.aaz = this.ch.yk;
37
+ a.w8 = this.ch.w8;
38
+ a.x0 = this.ch.xo;
39
+ a.xh = this.ch.w9;
40
40
  };
41
41
  GeographicSymbolSeriesView.prototype.cj = function () {
42
- this.ch.wr.aak = this.ch.yf;
42
+ this.ch.wy.aar = this.ch.ym;
43
43
  };
44
44
  GeographicSymbolSeriesView.prototype.ci = function () {
45
- this.ch.wr.aas = this.ch.yd;
45
+ this.ch.wy.aaz = this.ch.yk;
46
46
  };
47
47
  GeographicSymbolSeriesView.prototype.cp = function () {
48
- this.ch.wr.w1 = this.ch.w1;
48
+ this.ch.wy.w8 = this.ch.w8;
49
49
  };
50
50
  GeographicSymbolSeriesView.prototype.cn = function () {
51
- this.ch.wr.xt = this.ch.xh;
51
+ this.ch.wy.x0 = this.ch.xo;
52
52
  };
53
53
  GeographicSymbolSeriesView.prototype.co = function () {
54
- this.ch.wr.xa = this.ch.w2;
54
+ this.ch.wy.xh = this.ch.w9;
55
55
  };
56
56
  GeographicSymbolSeriesView.prototype.cq = function () {
57
- this.ch.wr.z0 = this.ch.w3;
57
+ this.ch.wy.z7 = this.ch.xa;
58
58
  };
59
59
  GeographicSymbolSeriesView.prototype.cs = function () {
60
- this.ch.wr.xAxis = this.ch.c9.v8;
60
+ this.ch.wy.xAxis = this.ch.db.wr;
61
61
  };
62
62
  GeographicSymbolSeriesView.prototype.ct = function () {
63
- this.ch.wr.yAxis = this.ch.c9.wa;
63
+ this.ch.wy.yAxis = this.ch.db.wt;
64
64
  };
65
65
  GeographicSymbolSeriesView.prototype.cr = function () {
66
- var a = this.ch.wr;
67
- if (this.ch.c9 == null) {
66
+ var a = this.ch.wy;
67
+ if (this.ch.db == null) {
68
68
  a.xAxis = null;
69
69
  a.yAxis = null;
70
70
  return;
71
71
  }
72
- a.xAxis = this.ch.c9.v8;
73
- a.yAxis = this.ch.c9.wa;
72
+ a.xAxis = this.ch.db.wr;
73
+ a.yAxis = this.ch.db.wt;
74
74
  };
75
75
  GeographicSymbolSeriesView.prototype.cl = function () {
76
- this.ch.wr.yk = this.ch.xz;
76
+ this.ch.wy.yr = this.ch.x6;
77
77
  };
78
78
  GeographicSymbolSeriesView.prototype.ck = function () {
79
- this.ch.wr.ya = this.ch.xv;
79
+ this.ch.wy.yh = this.ch.x2;
80
80
  };
81
81
  GeographicSymbolSeriesView.prototype.cm = function () {
82
- this.ch.wr.yb = this.ch.xw;
82
+ this.ch.wy.yi = this.ch.x3;
83
83
  };
84
84
  GeographicSymbolSeriesView.$t = markType(GeographicSymbolSeriesView, 'GeographicSymbolSeriesView', HostSeriesView.$);
85
85
  return GeographicSymbolSeriesView;
@@ -92,101 +92,101 @@ var GeographicSymbolSeries = /** @class */ /*@__PURE__*/ (function (_super) {
92
92
  __extends(GeographicSymbolSeries, _super);
93
93
  function GeographicSymbolSeries() {
94
94
  var _this = _super.call(this) || this;
95
- _this.x1 = null;
96
- _this.x4 = false;
97
- _this.x3 = false;
95
+ _this.x8 = null;
96
+ _this.yb = false;
97
+ _this.ya = false;
98
98
  _this.assigningScatterStyle = null;
99
99
  _this.assigningScatterMarkerStyle = null;
100
100
  _this.ab = GeographicSymbolSeries.$;
101
101
  return _this;
102
102
  }
103
- GeographicSymbolSeries.prototype.bi = function () {
103
+ GeographicSymbolSeries.prototype.bj = function () {
104
104
  return new GeographicSymbolSeries();
105
105
  };
106
- GeographicSymbolSeries.prototype.get_eg = function () {
106
+ GeographicSymbolSeries.prototype.get_ei = function () {
107
107
  return true;
108
108
  };
109
- GeographicSymbolSeries.prototype.cq = function () {
109
+ GeographicSymbolSeries.prototype.cs = function () {
110
110
  return new GeographicSymbolSeriesView(this);
111
111
  };
112
- GeographicSymbolSeries.prototype.qw = function (a) {
113
- _super.prototype.qw.call(this, a);
114
- this.x2 = a;
112
+ GeographicSymbolSeries.prototype.qz = function (a) {
113
+ _super.prototype.qz.call(this, a);
114
+ this.x9 = a;
115
115
  };
116
- GeographicSymbolSeries.prototype.jj = function () {
116
+ GeographicSymbolSeries.prototype.jl = function () {
117
117
  return 0.7;
118
118
  };
119
- GeographicSymbolSeries.prototype.wq = function () {
119
+ GeographicSymbolSeries.prototype.wx = function () {
120
120
  return new ScatterSeries();
121
121
  };
122
- GeographicSymbolSeries.prototype.get_fc = function () {
122
+ GeographicSymbolSeries.prototype.get_fe = function () {
123
123
  return true;
124
124
  };
125
- GeographicSymbolSeries.prototype.q4 = function (a, b, c, d) {
126
- _super.prototype.q4.call(this, a, b, c, d);
125
+ GeographicSymbolSeries.prototype.q7 = function (a, b, c, d) {
126
+ _super.prototype.q7.call(this, a, b, c, d);
127
127
  switch (b) {
128
128
  case "SeriesViewer":
129
- this.x2.cr();
129
+ this.x9.cr();
130
130
  break;
131
131
  case GeographicSymbolSeries.$$p[5]:
132
- this.x2.cj();
132
+ this.x9.cj();
133
133
  break;
134
134
  case GeographicSymbolSeries.$$p[4]:
135
- this.x2.ci();
135
+ this.x9.ci();
136
136
  break;
137
137
  case GeographicSymbolSeries.$$p[6]:
138
- this.x2.cl();
138
+ this.x9.cl();
139
139
  break;
140
140
  case "XAxis":
141
- this.x2.cs();
141
+ this.x9.cs();
142
142
  break;
143
143
  case "YAxis":
144
- this.x2.ct();
144
+ this.x9.ct();
145
145
  break;
146
146
  case GeographicSymbolSeries.$$p[1]:
147
- this.wr.zg = this.x6;
148
- this.x4 = this.x6;
149
- if (this.x6) {
150
- var e = this.wr;
151
- e.assigningScatterStyle = delegateCombine(e.assigningScatterStyle, runOn(this, this.yk));
147
+ this.wy.zn = this.yd;
148
+ this.yb = this.yd;
149
+ if (this.yd) {
150
+ var e = this.wy;
151
+ e.assigningScatterStyle = delegateCombine(e.assigningScatterStyle, runOn(this, this.yr));
152
152
  }
153
153
  else {
154
- var f = this.wr;
155
- f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.yk));
154
+ var f = this.wy;
155
+ f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.yr));
156
156
  }
157
157
  break;
158
158
  case GeographicSymbolSeries.$$p[0]:
159
- this.wr.zf = this.x5;
160
- this.x3 = this.x5;
161
- if (this.x6) {
162
- var g = this.wr;
163
- g.assigningScatterMarkerStyle = delegateCombine(g.assigningScatterMarkerStyle, runOn(this, this.yj));
159
+ this.wy.zm = this.yc;
160
+ this.ya = this.yc;
161
+ if (this.yd) {
162
+ var g = this.wy;
163
+ g.assigningScatterMarkerStyle = delegateCombine(g.assigningScatterMarkerStyle, runOn(this, this.yq));
164
164
  }
165
165
  else {
166
- var h = this.wr;
167
- h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.yj));
166
+ var h = this.wy;
167
+ h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.yq));
168
168
  }
169
169
  break;
170
170
  case GeographicSymbolSeries.$$p[2]:
171
- this.wr.yz = this.x0;
171
+ this.wy.y6 = this.x7;
172
172
  break;
173
173
  case GeographicSymbolSeries.$$p[3]:
174
- this.wr.zz = this.x8;
174
+ this.wy.z6 = this.yf;
175
175
  break;
176
176
  }
177
177
  };
178
- GeographicSymbolSeries.prototype.yk = function (a, b) {
178
+ GeographicSymbolSeries.prototype.yr = function (a, b) {
179
179
  if (this.assigningScatterStyle != null) {
180
180
  this.assigningScatterStyle(this, b);
181
181
  }
182
182
  };
183
- GeographicSymbolSeries.prototype.yj = function (a, b) {
183
+ GeographicSymbolSeries.prototype.yq = function (a, b) {
184
184
  if (this.assigningScatterMarkerStyle != null) {
185
185
  this.assigningScatterMarkerStyle(this, b);
186
186
  }
187
187
  };
188
188
  GeographicSymbolSeries.$t = markType(GeographicSymbolSeries, 'GeographicSymbolSeries', GeographicMarkerSeries.$);
189
- GeographicSymbolSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicSymbolSeries, 'raisePropertyChanged', ['IsCustomScatterMarkerStyleAllowed:x5:yl', [0, false], 'IsCustomScatterStyleAllowed:x6:ym', [0, false], 'ItemSearchMode:x0:yn', [ScatterItemSearchMode_$type, enumGetBox(ScatterItemSearchMode_$type, 0)], 'ItemSearchThreshold:x8:yo', [1, 10000], 'LatitudeMemberPath:yd:yp', [2, null], 'LongitudeMemberPath:yf:yq', [2, null], 'MarkerCollisionAvoidance:xz:yr', [CollisionAvoidanceType_$type, enumGetBox(CollisionAvoidanceType_$type, 0)], 'UseLightweightMarkers:x7:ys', [0, false]]);
189
+ GeographicSymbolSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicSymbolSeries, 'raisePropertyChanged', ['IsCustomScatterMarkerStyleAllowed:yc:ys', [0, false], 'IsCustomScatterStyleAllowed:yd:yt', [0, false], 'ItemSearchMode:x7:yu', [ScatterItemSearchMode_$type, enumGetBox(ScatterItemSearchMode_$type, 0)], 'ItemSearchThreshold:yf:yv', [1, 10000], 'LatitudeMemberPath:yk:yw', [2, null], 'LongitudeMemberPath:ym:yx', [2, null], 'MarkerCollisionAvoidance:x6:yy', [CollisionAvoidanceType_$type, enumGetBox(CollisionAvoidanceType_$type, 0)], 'UseLightweightMarkers:ye:yz', [0, false]]);
190
190
  return GeographicSymbolSeries;
191
191
  }(GeographicMarkerSeries));
192
192
  export { GeographicSymbolSeries };
@@ -16,65 +16,65 @@ var GeographicTileSeries = /** @class */ /*@__PURE__*/ (function (_super) {
16
16
  __extends(GeographicTileSeries, _super);
17
17
  function GeographicTileSeries() {
18
18
  var _this = _super.call(this) || this;
19
- _this.xy = null;
20
- _this.xx = null;
19
+ _this.ye = null;
20
+ _this.yd = null;
21
21
  _this.imageTilesReady = null;
22
22
  _this.ab = GeographicTileSeries.$;
23
23
  return _this;
24
24
  }
25
- GeographicTileSeries.prototype.bi = function () {
25
+ GeographicTileSeries.prototype.bj = function () {
26
26
  return new GeographicTileSeries();
27
27
  };
28
- GeographicTileSeries.prototype.get_f1 = function () {
28
+ GeographicTileSeries.prototype.get_f3 = function () {
29
29
  return true;
30
30
  };
31
- Object.defineProperty(GeographicTileSeries.prototype, "xz", {
31
+ Object.defineProperty(GeographicTileSeries.prototype, "yf", {
32
32
  get: function () {
33
- return this.xy;
33
+ return this.ye;
34
34
  },
35
35
  set: function (a) {
36
- var b = a != this.xz;
36
+ var b = a != this.yf;
37
37
  if (b) {
38
- var c = this.xz;
39
- this.xy = a;
38
+ var c = this.yf;
39
+ this.ye = a;
40
40
  this.raisePropertyChanged("TileImagery", c, a);
41
41
  }
42
42
  },
43
43
  enumerable: false,
44
44
  configurable: true
45
45
  });
46
- GeographicTileSeries.prototype.x3 = function () {
47
- if (this.xz != null) {
48
- this.xz.clearTileCache();
46
+ GeographicTileSeries.prototype.yj = function () {
47
+ if (this.yf != null) {
48
+ this.yf.clearTileCache();
49
49
  }
50
50
  };
51
- GeographicTileSeries.prototype.q4 = function (a, b, c, d) {
52
- _super.prototype.q4.call(this, a, b, c, d);
51
+ GeographicTileSeries.prototype.q7 = function (a, b, c, d) {
52
+ _super.prototype.q7.call(this, a, b, c, d);
53
53
  switch (b) {
54
54
  case "TileImagery":
55
- if (this.wr != null) {
56
- this.wr.zk = this.xz;
55
+ if (this.wy != null) {
56
+ this.wy.z9 = this.yf;
57
57
  }
58
58
  break;
59
59
  }
60
60
  };
61
- GeographicTileSeries.prototype.ww = function () {
62
- _super.prototype.ww.call(this);
63
- this.wr.zk = this.xz;
64
- if (this.xx != null) {
65
- var a = this.xx;
66
- a.imageTilesReady = delegateRemove(a.imageTilesReady, runOn(this, this.x2));
61
+ GeographicTileSeries.prototype.w3 = function (a, b) {
62
+ _super.prototype.w3.call(this, a, b);
63
+ this.wy.z9 = this.yf;
64
+ if (this.yd != null) {
65
+ var c = this.yd;
66
+ c.imageTilesReady = delegateRemove(c.imageTilesReady, runOn(this, this.yi));
67
67
  }
68
- this.xx = this.wr;
69
- if (this.xx != null) {
70
- var b = this.xx;
71
- b.imageTilesReady = delegateCombine(b.imageTilesReady, runOn(this, this.x2));
68
+ this.yd = this.wy;
69
+ if (this.yd != null) {
70
+ var d = this.yd;
71
+ d.imageTilesReady = delegateCombine(d.imageTilesReady, runOn(this, this.yi));
72
72
  }
73
73
  };
74
- GeographicTileSeries.prototype.wq = function () {
74
+ GeographicTileSeries.prototype.wx = function () {
75
75
  return new TileSeries();
76
76
  };
77
- GeographicTileSeries.prototype.x2 = function (a, b) {
77
+ GeographicTileSeries.prototype.yi = function (a, b) {
78
78
  if (this.imageTilesReady != null) {
79
79
  this.imageTilesReady(this, new ImageTilesReadyEventArgs());
80
80
  }
@@ -103,8 +103,8 @@ var SphericalMercatorHorizontalScaler = /** @class */ /*@__PURE__*/ (function (_
103
103
  }
104
104
  };
105
105
  SphericalMercatorHorizontalScaler.prototype.t = function (a, b, c, d, e) {
106
- d = a.l6;
107
- e = a.l5;
106
+ d = a.mc;
107
+ e = a.mb;
108
108
  return {
109
109
  p3: d,
110
110
  p4: e
@@ -125,8 +125,8 @@ var SphericalMercatorVerticalScaler = /** @class */ /*@__PURE__*/ (function (_su
125
125
  }
126
126
  };
127
127
  SphericalMercatorVerticalScaler.prototype.t = function (a, b, c, d, e) {
128
- d = this.ak(a.l6);
129
- e = this.ak(a.l5);
128
+ d = this.ak(a.mc);
129
+ e = this.ak(a.mb);
130
130
  return {
131
131
  p3: d,
132
132
  p4: e