igniteui-angular-maps 17.0.0 → 17.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 (86) hide show
  1. package/bundles/igniteui-angular-maps.umd.js +1646 -1646
  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 +484 -484
  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 +476 -476
  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 +1663 -1663
  64. package/fesm5/igniteui-angular-maps.js +1646 -1646
  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
@@ -21,77 +21,77 @@ var GeographicHighDensityScatterSeriesView = /** @class */ /*@__PURE__*/ (functi
21
21
  __extends(GeographicHighDensityScatterSeriesView, _super);
22
22
  function GeographicHighDensityScatterSeriesView(a) {
23
23
  var _this = _super.call(this, a) || this;
24
- _this.ce = null;
25
- _this.ce = a;
24
+ _this.ch = null;
25
+ _this.ch = a;
26
26
  return _this;
27
27
  }
28
- GeographicHighDensityScatterSeriesView.prototype.b2 = function () {
29
- _super.prototype.b2.call(this);
30
- var a = typeCast(HighDensityScatterSeries.$, this.ce.qe);
31
- a.sm = this.ce.q3;
32
- a.su = this.ce.q1;
33
- a.qz = this.ce.qq;
34
- a.qy = this.ce.qp;
35
- a.eo = this.ce.qo;
36
- a.ru = this.ce.qs;
37
- a.rt = this.ce.qr;
38
- a.ts = this.ce.rm;
39
- a.tr = this.ce.rl;
40
- a.r6 = this.ce.qv;
28
+ GeographicHighDensityScatterSeriesView.prototype.b5 = function () {
29
+ _super.prototype.b5.call(this);
30
+ var a = typeCast(HighDensityScatterSeries.$, this.ch.t3);
31
+ a.wb = this.ch.us;
32
+ a.wj = this.ch.uq;
33
+ a.uo = this.ch.uf;
34
+ a.un = this.ch.ue;
35
+ a.fk = this.ch.ud;
36
+ a.vj = this.ch.uh;
37
+ a.vi = this.ch.ug;
38
+ a.xh = this.ch.vb;
39
+ a.xg = this.ch.va;
40
+ a.vv = this.ch.uk;
41
41
  };
42
- GeographicHighDensityScatterSeriesView.prototype.ck = function () {
43
- this.ce.qe.sm = this.ce.q3;
42
+ GeographicHighDensityScatterSeriesView.prototype.cn = function () {
43
+ this.ch.t3.wb = this.ch.us;
44
44
  };
45
- GeographicHighDensityScatterSeriesView.prototype.cj = function () {
46
- this.ce.qe.su = this.ce.q1;
45
+ GeographicHighDensityScatterSeriesView.prototype.cm = function () {
46
+ this.ch.t3.wj = this.ch.uq;
47
47
  };
48
- GeographicHighDensityScatterSeriesView.prototype.cp = function () {
49
- this.ce.qe.qz = this.ce.qq;
48
+ GeographicHighDensityScatterSeriesView.prototype.cs = function () {
49
+ this.ch.t3.uo = this.ch.uf;
50
50
  };
51
- GeographicHighDensityScatterSeriesView.prototype.cn = function () {
52
- this.ce.qe.qy = this.ce.qp;
51
+ GeographicHighDensityScatterSeriesView.prototype.cq = function () {
52
+ this.ch.t3.un = this.ch.ue;
53
53
  };
54
- GeographicHighDensityScatterSeriesView.prototype.cl = function () {
55
- this.ce.qe.eo = this.ce.qo;
54
+ GeographicHighDensityScatterSeriesView.prototype.co = function () {
55
+ this.ch.t3.fk = this.ch.ud;
56
56
  };
57
- GeographicHighDensityScatterSeriesView.prototype.ci = function () {
58
- this.ce.qe.ru = this.ce.qs;
57
+ GeographicHighDensityScatterSeriesView.prototype.cl = function () {
58
+ this.ch.t3.vj = this.ch.uh;
59
59
  };
60
- GeographicHighDensityScatterSeriesView.prototype.cg = function () {
61
- this.ce.qe.rt = this.ce.qr;
60
+ GeographicHighDensityScatterSeriesView.prototype.cj = function () {
61
+ this.ch.t3.vi = this.ch.ug;
62
62
  };
63
- GeographicHighDensityScatterSeriesView.prototype.co = function () {
64
- var a = typeCast(HighDensityScatterSeries.$, this.ce.qe);
65
- if (this.ce.ce == null) {
66
- a.qj = null;
67
- a.ql = null;
63
+ GeographicHighDensityScatterSeriesView.prototype.cr = function () {
64
+ var a = typeCast(HighDensityScatterSeries.$, this.ch.t3);
65
+ if (this.ch.cy == null) {
66
+ a.t8 = null;
67
+ a.ua = null;
68
68
  return;
69
69
  }
70
- a.qj = this.ce.ce.t6;
71
- a.ql = this.ce.ce.t8;
70
+ a.t8 = this.ch.cy.ua;
71
+ a.ua = this.ch.cy.uc;
72
72
  };
73
- GeographicHighDensityScatterSeriesView.prototype.cq = function () {
74
- this.ce.qe.qj = this.ce.ce.t6;
73
+ GeographicHighDensityScatterSeriesView.prototype.ct = function () {
74
+ this.ch.t3.t8 = this.ch.cy.ua;
75
75
  };
76
- GeographicHighDensityScatterSeriesView.prototype.cr = function () {
77
- this.ce.qe.ql = this.ce.ce.t8;
76
+ GeographicHighDensityScatterSeriesView.prototype.cu = function () {
77
+ this.ch.t3.ua = this.ch.cy.uc;
78
78
  };
79
- GeographicHighDensityScatterSeriesView.prototype.ch = function () {
80
- this.ce.qe.ts = this.ce.rm;
79
+ GeographicHighDensityScatterSeriesView.prototype.ck = function () {
80
+ this.ch.t3.xh = this.ch.vb;
81
81
  };
82
- GeographicHighDensityScatterSeriesView.prototype.cf = function () {
83
- this.ce.qe.tr = this.ce.rl;
82
+ GeographicHighDensityScatterSeriesView.prototype.ci = function () {
83
+ this.ch.t3.xg = this.ch.va;
84
84
  };
85
- GeographicHighDensityScatterSeriesView.prototype.cm = function () {
86
- this.ce.qe.r6 = this.ce.qv;
85
+ GeographicHighDensityScatterSeriesView.prototype.cp = function () {
86
+ this.ch.t3.vv = this.ch.uk;
87
87
  };
88
- GeographicHighDensityScatterSeriesView.prototype.as = function () {
89
- _super.prototype.as.call(this);
88
+ GeographicHighDensityScatterSeriesView.prototype.au = function () {
89
+ _super.prototype.au.call(this);
90
90
  if (!this.q) {
91
- this.ce.rm = Defaults.aq;
92
- this.ce.rl = Defaults.ap;
93
- this.ce.o9 = Defaults.al;
94
- this.ce.pe = Defaults.ak;
91
+ this.ch.vb = Defaults.aq;
92
+ this.ch.va = Defaults.ap;
93
+ this.ch.sw = Defaults.al;
94
+ this.ch.s2 = Defaults.ak;
95
95
  }
96
96
  };
97
97
  GeographicHighDensityScatterSeriesView.$t = markType(GeographicHighDensityScatterSeriesView, 'GeographicHighDensityScatterSeriesView', HostSeriesView.$);
@@ -105,114 +105,114 @@ var GeographicHighDensityScatterSeries = /** @class */ /*@__PURE__*/ (function (
105
105
  __extends(GeographicHighDensityScatterSeries, _super);
106
106
  function GeographicHighDensityScatterSeries() {
107
107
  var _this = _super.call(this) || this;
108
- _this.qm = null;
108
+ _this.ub = null;
109
109
  _this.progressiveLoadStatusChanged = null;
110
- _this.qu = 0;
110
+ _this.uj = 0;
111
111
  _this.ab = GeographicHighDensityScatterSeries.$;
112
112
  return _this;
113
113
  }
114
- GeographicHighDensityScatterSeries.prototype.gz = function () {
115
- if (!isNaN_(this.gy)) {
116
- return _super.prototype.gz.call(this);
114
+ GeographicHighDensityScatterSeries.prototype.ip = function () {
115
+ if (!isNaN_(this.io)) {
116
+ return _super.prototype.ip.call(this);
117
117
  }
118
118
  return Defaults.q;
119
119
  };
120
- GeographicHighDensityScatterSeries.prototype.get_d8 = function () {
120
+ GeographicHighDensityScatterSeries.prototype.get_e1 = function () {
121
121
  return true;
122
122
  };
123
- GeographicHighDensityScatterSeries.prototype.by = function () {
123
+ GeographicHighDensityScatterSeries.prototype.cg = function () {
124
124
  return new GeographicHighDensityScatterSeriesView(this);
125
125
  };
126
- GeographicHighDensityScatterSeries.prototype.l4 = function (a) {
127
- _super.prototype.l4.call(this, a);
128
- this.qn = a;
126
+ GeographicHighDensityScatterSeries.prototype.o0 = function (a) {
127
+ _super.prototype.o0.call(this, a);
128
+ this.uc = a;
129
129
  };
130
- GeographicHighDensityScatterSeries.prototype.qd = function () {
131
- this.qm = new HighDensityScatterSeries();
132
- return this.qm;
130
+ GeographicHighDensityScatterSeries.prototype.t2 = function () {
131
+ this.ub = new HighDensityScatterSeries();
132
+ return this.ub;
133
133
  };
134
- Object.defineProperty(GeographicHighDensityScatterSeries.prototype, "qw", {
134
+ Object.defineProperty(GeographicHighDensityScatterSeries.prototype, "ul", {
135
135
  get: function () {
136
- return this.qu;
136
+ return this.uj;
137
137
  },
138
138
  set: function (a) {
139
- var b = this.qu;
140
- this.qu = a;
141
- this.raisePropertyChanged("ProgressiveStatus", b, this.qu);
139
+ var b = this.uj;
140
+ this.uj = a;
141
+ this.raisePropertyChanged("ProgressiveStatus", b, this.uj);
142
142
  },
143
143
  enumerable: false,
144
144
  configurable: true
145
145
  });
146
- GeographicHighDensityScatterSeries.prototype.qj = function () {
147
- _super.prototype.qj.call(this);
148
- var a = this.qe;
149
- a.progressiveLoadStatusChanged = delegateCombine(a.progressiveLoadStatusChanged, runOn(this, this.ra));
150
- var b = this.qe;
151
- b.propertyUpdated = delegateCombine(b.propertyUpdated, runOn(this, this.q9));
152
- };
153
- GeographicHighDensityScatterSeries.prototype.ra = function (a, b) {
154
- this.qw = b.currentStatus;
146
+ GeographicHighDensityScatterSeries.prototype.t8 = function () {
147
+ _super.prototype.t8.call(this);
148
+ var a = this.t3;
149
+ a.progressiveLoadStatusChanged = delegateCombine(a.progressiveLoadStatusChanged, runOn(this, this.uz));
150
+ var b = this.t3;
151
+ b.propertyUpdated = delegateCombine(b.propertyUpdated, runOn(this, this.uy));
152
+ };
153
+ GeographicHighDensityScatterSeries.prototype.uz = function (a, b) {
154
+ this.ul = b.currentStatus;
155
155
  if (this.progressiveLoadStatusChanged != null) {
156
156
  this.progressiveLoadStatusChanged(this, b);
157
157
  }
158
158
  };
159
- GeographicHighDensityScatterSeries.prototype.q9 = function (a, b) {
160
- if (this.qm == null) {
159
+ GeographicHighDensityScatterSeries.prototype.uy = function (a, b) {
160
+ if (this.ub == null) {
161
161
  return;
162
162
  }
163
163
  };
164
- GeographicHighDensityScatterSeries.prototype.l9 = function (a, b, c, d) {
165
- _super.prototype.l9.call(this, a, b, c, d);
164
+ GeographicHighDensityScatterSeries.prototype.o8 = function (a, b, c, d) {
165
+ _super.prototype.o8.call(this, a, b, c, d);
166
166
  switch (b) {
167
167
  case "SeriesViewer":
168
- this.qn.co();
168
+ this.uc.cr();
169
169
  break;
170
170
  case GeographicHighDensityScatterSeries.$$p[5]:
171
- this.qn.ck();
171
+ this.uc.cn();
172
172
  break;
173
173
  case GeographicHighDensityScatterSeries.$$p[4]:
174
- this.qn.cj();
174
+ this.uc.cm();
175
175
  break;
176
176
  case GeographicHighDensityScatterSeries.$$p[9]:
177
- this.qn.cp();
177
+ this.uc.cs();
178
178
  break;
179
179
  case GeographicHighDensityScatterSeries.$$p[8]:
180
- this.qn.cn();
180
+ this.uc.cq();
181
181
  break;
182
182
  case GeographicHighDensityScatterSeries.$$p[6]:
183
- this.qn.cl();
183
+ this.uc.co();
184
184
  break;
185
185
  case "XAxis":
186
- this.qn.cq();
186
+ this.uc.ct();
187
187
  break;
188
188
  case "YAxis":
189
- this.qn.cr();
189
+ this.uc.cu();
190
190
  break;
191
191
  case GeographicHighDensityScatterSeries.$$p[3]:
192
- this.qn.ci();
192
+ this.uc.cl();
193
193
  break;
194
194
  case GeographicHighDensityScatterSeries.$$p[1]:
195
- this.qn.cg();
195
+ this.uc.cj();
196
196
  break;
197
197
  case GeographicHighDensityScatterSeries.$$p[2]:
198
- this.qn.ch();
198
+ this.uc.ck();
199
199
  break;
200
200
  case GeographicHighDensityScatterSeries.$$p[0]:
201
- this.qn.cf();
201
+ this.uc.ci();
202
202
  break;
203
203
  case GeographicHighDensityScatterSeries.$$p[7]:
204
- this.qn.cm();
204
+ this.uc.cp();
205
205
  break;
206
206
  }
207
207
  };
208
- GeographicHighDensityScatterSeries.prototype.get_e7 = function () {
208
+ GeographicHighDensityScatterSeries.prototype.get_gf = function () {
209
209
  return true;
210
210
  };
211
- GeographicHighDensityScatterSeries.prototype.set_e7 = function (a) {
212
- _super.prototype.set_e7.call(this, a);
211
+ GeographicHighDensityScatterSeries.prototype.set_gf = function (a) {
212
+ _super.prototype.set_gf.call(this, a);
213
213
  };
214
214
  GeographicHighDensityScatterSeries.$t = markType(GeographicHighDensityScatterSeries, 'GeographicHighDensityScatterSeries', GeographicMapSeriesHost.$);
215
- GeographicHighDensityScatterSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicHighDensityScatterSeries, 'raisePropertyChanged', ['HeatMaximumColor:rl:rb', [Color.$, Defaults.ap], 'HeatMaximum:qr:rc', [1, 50], 'HeatMinimumColor:rm:rd', [Color.$, Defaults.aq], 'HeatMinimum:qs:re', [1, 0], 'LatitudeMemberPath:q1:rf', [2, null], 'LongitudeMemberPath:q3:rg', [2, null], 'MouseOverEnabled:qo:rh', [0, false], 'PointExtent:qv:ri', [1, 1], 'ProgressiveLoad:qp:rj', [0, true], 'UseBruteForce:qq:rk', [0, false]]);
215
+ GeographicHighDensityScatterSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicHighDensityScatterSeries, 'raisePropertyChanged', ['HeatMaximumColor:va:u0', [Color.$, Defaults.ap], 'HeatMaximum:ug:u1', [1, 50], 'HeatMinimumColor:vb:u2', [Color.$, Defaults.aq], 'HeatMinimum:uh:u3', [1, 0], 'LatitudeMemberPath:uq:u4', [2, null], 'LongitudeMemberPath:us:u5', [2, null], 'MouseOverEnabled:ud:u6', [0, false], 'PointExtent:uk:u7', [1, 1], 'ProgressiveLoad:ue:u8', [0, true], 'UseBruteForce:uf:u9', [0, false]]);
216
216
  return GeographicHighDensityScatterSeries;
217
217
  }(GeographicMapSeriesHost));
218
218
  export { GeographicHighDensityScatterSeries };