igniteui-angular-maps 17.2.0 → 17.3.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 (74) hide show
  1. package/bundles/igniteui-angular-maps.umd.js +1465 -1438
  2. package/bundles/igniteui-angular-maps.umd.min.js +1 -1
  3. package/esm2015/lib/GeographicContourLineSeriesView_combined.js +41 -38
  4. package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +84 -81
  5. package/esm2015/lib/GeographicMapSeriesHost_combined.js +184 -184
  6. package/esm2015/lib/GeographicMarkerSeries.js +29 -29
  7. package/esm2015/lib/GeographicPolylineSeriesView_combined.js +21 -18
  8. package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +95 -92
  9. package/esm2015/lib/GeographicShapeSeriesBase_combined.js +63 -63
  10. package/esm2015/lib/GeographicShapeSeriesView_combined.js +60 -57
  11. package/esm2015/lib/GeographicSymbolSeriesView_combined.js +62 -59
  12. package/esm2015/lib/GeographicTileSeries.js +31 -28
  13. package/esm2015/lib/TileSeries_combined.js +95 -92
  14. package/esm2015/lib/XamGeographicMap_combined.js +464 -461
  15. package/esm2015/lib/igx-geographic-contour-line-series-component.js +9 -9
  16. package/esm2015/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
  17. package/esm2015/lib/igx-geographic-map-component.js +40 -40
  18. package/esm2015/lib/igx-geographic-map-series-host-component.js +21 -21
  19. package/esm2015/lib/igx-geographic-marker-series-component.js +22 -22
  20. package/esm2015/lib/igx-geographic-polyline-series-component.js +11 -11
  21. package/esm2015/lib/igx-geographic-proportional-symbol-series-component.js +33 -33
  22. package/esm2015/lib/igx-geographic-scatter-area-series-component.js +8 -8
  23. package/esm2015/lib/igx-geographic-shape-series-base-component.js +16 -16
  24. package/esm2015/lib/igx-geographic-shape-series-component.js +33 -33
  25. package/esm2015/lib/igx-geographic-symbol-series-component.js +15 -15
  26. package/esm2015/lib/igx-geographic-tile-series-component.js +4 -4
  27. package/esm2015/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  28. package/esm2015/lib/igx-tile-series-component.js +3 -3
  29. package/esm5/lib/GeographicContourLineSeriesView_combined.js +41 -38
  30. package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +84 -81
  31. package/esm5/lib/GeographicMapSeriesHost_combined.js +182 -182
  32. package/esm5/lib/GeographicMarkerSeries.js +29 -29
  33. package/esm5/lib/GeographicPolylineSeriesView_combined.js +21 -18
  34. package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +95 -92
  35. package/esm5/lib/GeographicShapeSeriesBase_combined.js +62 -62
  36. package/esm5/lib/GeographicShapeSeriesView_combined.js +60 -57
  37. package/esm5/lib/GeographicSymbolSeriesView_combined.js +62 -59
  38. package/esm5/lib/GeographicTileSeries.js +30 -27
  39. package/esm5/lib/TileSeries_combined.js +93 -90
  40. package/esm5/lib/XamGeographicMap_combined.js +457 -454
  41. package/esm5/lib/igx-geographic-contour-line-series-component.js +9 -9
  42. package/esm5/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
  43. package/esm5/lib/igx-geographic-map-component.js +40 -40
  44. package/esm5/lib/igx-geographic-map-series-host-component.js +21 -21
  45. package/esm5/lib/igx-geographic-marker-series-component.js +22 -22
  46. package/esm5/lib/igx-geographic-polyline-series-component.js +11 -11
  47. package/esm5/lib/igx-geographic-proportional-symbol-series-component.js +33 -33
  48. package/esm5/lib/igx-geographic-scatter-area-series-component.js +8 -8
  49. package/esm5/lib/igx-geographic-shape-series-base-component.js +16 -16
  50. package/esm5/lib/igx-geographic-shape-series-component.js +33 -33
  51. package/esm5/lib/igx-geographic-symbol-series-component.js +15 -15
  52. package/esm5/lib/igx-geographic-tile-series-component.js +4 -4
  53. package/esm5/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  54. package/esm5/lib/igx-tile-series-component.js +3 -3
  55. package/fesm2015/igniteui-angular-maps.js +1483 -1456
  56. package/fesm5/igniteui-angular-maps.js +1465 -1438
  57. package/lib/GeographicContourLineSeriesView_combined.d.ts +16 -15
  58. package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +25 -24
  59. package/lib/GeographicMapSeriesHost_combined.d.ts +46 -46
  60. package/lib/GeographicMarkerSeries.d.ts +16 -16
  61. package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
  62. package/lib/GeographicPolylineSeriesView_combined.d.ts +10 -9
  63. package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
  64. package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +28 -27
  65. package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
  66. package/lib/GeographicShapeSeriesBase_combined.d.ts +23 -23
  67. package/lib/GeographicShapeSeriesView_combined.d.ts +27 -26
  68. package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
  69. package/lib/GeographicSymbolSeriesView_combined.d.ts +21 -20
  70. package/lib/GeographicTileSeries.d.ts +11 -10
  71. package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
  72. package/lib/TileSeries_combined.d.ts +24 -22
  73. package/lib/XamGeographicMap_combined.d.ts +109 -108
  74. package/package.json +2 -2
@@ -6,8 +6,8 @@ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOA
6
6
  */
7
7
  import { __extends } from "tslib";
8
8
  import { HostSeriesView } from "./HostSeriesView";
9
- import { GeographicMapSeriesHost } from "./GeographicMapSeriesHost";
10
9
  import { HighDensityScatterSeries } from "igniteui-angular-charts";
10
+ import { GeographicMapSeriesHost } from "./GeographicMapSeriesHost";
11
11
  import { Color } from "igniteui-angular-core";
12
12
  import { Defaults } from "igniteui-angular-charts";
13
13
  import { typeCast, markType, runOn, delegateCombine, markDep } from "igniteui-angular-core";
@@ -27,71 +27,71 @@ var GeographicHighDensityScatterSeriesView = /** @class */ /*@__PURE__*/ (functi
27
27
  }
28
28
  GeographicHighDensityScatterSeriesView.prototype.b5 = function () {
29
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;
30
+ var a = typeCast(HighDensityScatterSeries.$, this.ch.t5);
31
+ a.wd = this.ch.uu;
32
+ a.wl = this.ch.us;
33
+ a.uq = this.ch.uh;
34
+ a.up = this.ch.ug;
35
+ a.fl = this.ch.uf;
36
+ a.vl = this.ch.uj;
37
+ a.vk = this.ch.ui;
38
+ a.xj = this.ch.vd;
39
+ a.xi = this.ch.vc;
40
+ a.vx = this.ch.um;
41
41
  };
42
42
  GeographicHighDensityScatterSeriesView.prototype.cn = function () {
43
- this.ch.t3.wb = this.ch.us;
43
+ this.ch.t5.wd = this.ch.uu;
44
44
  };
45
45
  GeographicHighDensityScatterSeriesView.prototype.cm = function () {
46
- this.ch.t3.wj = this.ch.uq;
46
+ this.ch.t5.wl = this.ch.us;
47
47
  };
48
48
  GeographicHighDensityScatterSeriesView.prototype.cs = function () {
49
- this.ch.t3.uo = this.ch.uf;
49
+ this.ch.t5.uq = this.ch.uh;
50
50
  };
51
51
  GeographicHighDensityScatterSeriesView.prototype.cq = function () {
52
- this.ch.t3.un = this.ch.ue;
52
+ this.ch.t5.up = this.ch.ug;
53
53
  };
54
54
  GeographicHighDensityScatterSeriesView.prototype.co = function () {
55
- this.ch.t3.fk = this.ch.ud;
55
+ this.ch.t5.fl = this.ch.uf;
56
56
  };
57
57
  GeographicHighDensityScatterSeriesView.prototype.cl = function () {
58
- this.ch.t3.vj = this.ch.uh;
58
+ this.ch.t5.vl = this.ch.uj;
59
59
  };
60
60
  GeographicHighDensityScatterSeriesView.prototype.cj = function () {
61
- this.ch.t3.vi = this.ch.ug;
61
+ this.ch.t5.vk = this.ch.ui;
62
62
  };
63
63
  GeographicHighDensityScatterSeriesView.prototype.cr = function () {
64
- var a = typeCast(HighDensityScatterSeries.$, this.ch.t3);
65
- if (this.ch.cy == null) {
66
- a.t8 = null;
64
+ var a = typeCast(HighDensityScatterSeries.$, this.ch.t5);
65
+ if (this.ch.cv == null) {
67
66
  a.ua = null;
67
+ a.uc = null;
68
68
  return;
69
69
  }
70
- a.t8 = this.ch.cy.ua;
71
- a.ua = this.ch.cy.uc;
70
+ a.ua = this.ch.cv.ue;
71
+ a.uc = this.ch.cv.ug;
72
72
  };
73
73
  GeographicHighDensityScatterSeriesView.prototype.ct = function () {
74
- this.ch.t3.t8 = this.ch.cy.ua;
74
+ this.ch.t5.ua = this.ch.cv.ue;
75
75
  };
76
76
  GeographicHighDensityScatterSeriesView.prototype.cu = function () {
77
- this.ch.t3.ua = this.ch.cy.uc;
77
+ this.ch.t5.uc = this.ch.cv.ug;
78
78
  };
79
79
  GeographicHighDensityScatterSeriesView.prototype.ck = function () {
80
- this.ch.t3.xh = this.ch.vb;
80
+ this.ch.t5.xj = this.ch.vd;
81
81
  };
82
82
  GeographicHighDensityScatterSeriesView.prototype.ci = function () {
83
- this.ch.t3.xg = this.ch.va;
83
+ this.ch.t5.xi = this.ch.vc;
84
84
  };
85
85
  GeographicHighDensityScatterSeriesView.prototype.cp = function () {
86
- this.ch.t3.vv = this.ch.uk;
86
+ this.ch.t5.vx = this.ch.um;
87
87
  };
88
88
  GeographicHighDensityScatterSeriesView.prototype.au = function () {
89
89
  _super.prototype.au.call(this);
90
90
  if (!this.q) {
91
- this.ch.vb = Defaults.aq;
92
- this.ch.va = Defaults.ap;
93
- this.ch.sw = Defaults.al;
94
- this.ch.s2 = Defaults.ak;
91
+ this.ch.vd = Defaults.aq;
92
+ this.ch.vc = Defaults.ap;
93
+ this.ch.sy = Defaults.al;
94
+ this.ch.s4 = Defaults.ak;
95
95
  }
96
96
  };
97
97
  GeographicHighDensityScatterSeriesView.$t = markType(GeographicHighDensityScatterSeriesView, 'GeographicHighDensityScatterSeriesView', HostSeriesView.$);
@@ -105,114 +105,117 @@ var GeographicHighDensityScatterSeries = /** @class */ /*@__PURE__*/ (function (
105
105
  __extends(GeographicHighDensityScatterSeries, _super);
106
106
  function GeographicHighDensityScatterSeries() {
107
107
  var _this = _super.call(this) || this;
108
- _this.ub = null;
108
+ _this.ud = null;
109
109
  _this.progressiveLoadStatusChanged = null;
110
- _this.uj = 0;
110
+ _this.ul = 0;
111
111
  _this.ab = GeographicHighDensityScatterSeries.$;
112
112
  return _this;
113
113
  }
114
- GeographicHighDensityScatterSeries.prototype.ip = function () {
115
- if (!isNaN_(this.io)) {
116
- return _super.prototype.ip.call(this);
114
+ GeographicHighDensityScatterSeries.prototype.bc = function () {
115
+ return new GeographicHighDensityScatterSeries();
116
+ };
117
+ GeographicHighDensityScatterSeries.prototype.iq = function () {
118
+ if (!isNaN_(this.ip)) {
119
+ return _super.prototype.iq.call(this);
117
120
  }
118
121
  return Defaults.q;
119
122
  };
120
- GeographicHighDensityScatterSeries.prototype.get_e1 = function () {
123
+ GeographicHighDensityScatterSeries.prototype.get_e2 = function () {
121
124
  return true;
122
125
  };
123
- GeographicHighDensityScatterSeries.prototype.cg = function () {
126
+ GeographicHighDensityScatterSeries.prototype.cd = function () {
124
127
  return new GeographicHighDensityScatterSeriesView(this);
125
128
  };
126
- GeographicHighDensityScatterSeries.prototype.o0 = function (a) {
127
- _super.prototype.o0.call(this, a);
128
- this.uc = a;
129
+ GeographicHighDensityScatterSeries.prototype.o2 = function (a) {
130
+ _super.prototype.o2.call(this, a);
131
+ this.ue = a;
129
132
  };
130
- GeographicHighDensityScatterSeries.prototype.t2 = function () {
131
- this.ub = new HighDensityScatterSeries();
132
- return this.ub;
133
+ GeographicHighDensityScatterSeries.prototype.t4 = function () {
134
+ this.ud = new HighDensityScatterSeries();
135
+ return this.ud;
133
136
  };
134
- Object.defineProperty(GeographicHighDensityScatterSeries.prototype, "ul", {
137
+ Object.defineProperty(GeographicHighDensityScatterSeries.prototype, "un", {
135
138
  get: function () {
136
- return this.uj;
139
+ return this.ul;
137
140
  },
138
141
  set: function (a) {
139
- var b = this.uj;
140
- this.uj = a;
141
- this.raisePropertyChanged("ProgressiveStatus", b, this.uj);
142
+ var b = this.ul;
143
+ this.ul = a;
144
+ this.raisePropertyChanged("ProgressiveStatus", b, this.ul);
142
145
  },
143
146
  enumerable: false,
144
147
  configurable: true
145
148
  });
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;
149
+ GeographicHighDensityScatterSeries.prototype.ua = function () {
150
+ _super.prototype.ua.call(this);
151
+ var a = this.t5;
152
+ a.progressiveLoadStatusChanged = delegateCombine(a.progressiveLoadStatusChanged, runOn(this, this.u1));
153
+ var b = this.t5;
154
+ b.propertyUpdated = delegateCombine(b.propertyUpdated, runOn(this, this.u0));
155
+ };
156
+ GeographicHighDensityScatterSeries.prototype.u1 = function (a, b) {
157
+ this.un = b.currentStatus;
155
158
  if (this.progressiveLoadStatusChanged != null) {
156
159
  this.progressiveLoadStatusChanged(this, b);
157
160
  }
158
161
  };
159
- GeographicHighDensityScatterSeries.prototype.uy = function (a, b) {
160
- if (this.ub == null) {
162
+ GeographicHighDensityScatterSeries.prototype.u0 = function (a, b) {
163
+ if (this.ud == null) {
161
164
  return;
162
165
  }
163
166
  };
164
- GeographicHighDensityScatterSeries.prototype.o8 = function (a, b, c, d) {
165
- _super.prototype.o8.call(this, a, b, c, d);
167
+ GeographicHighDensityScatterSeries.prototype.pa = function (a, b, c, d) {
168
+ _super.prototype.pa.call(this, a, b, c, d);
166
169
  switch (b) {
167
170
  case "SeriesViewer":
168
- this.uc.cr();
171
+ this.ue.cr();
169
172
  break;
170
173
  case GeographicHighDensityScatterSeries.$$p[5]:
171
- this.uc.cn();
174
+ this.ue.cn();
172
175
  break;
173
176
  case GeographicHighDensityScatterSeries.$$p[4]:
174
- this.uc.cm();
177
+ this.ue.cm();
175
178
  break;
176
179
  case GeographicHighDensityScatterSeries.$$p[9]:
177
- this.uc.cs();
180
+ this.ue.cs();
178
181
  break;
179
182
  case GeographicHighDensityScatterSeries.$$p[8]:
180
- this.uc.cq();
183
+ this.ue.cq();
181
184
  break;
182
185
  case GeographicHighDensityScatterSeries.$$p[6]:
183
- this.uc.co();
186
+ this.ue.co();
184
187
  break;
185
188
  case "XAxis":
186
- this.uc.ct();
189
+ this.ue.ct();
187
190
  break;
188
191
  case "YAxis":
189
- this.uc.cu();
192
+ this.ue.cu();
190
193
  break;
191
194
  case GeographicHighDensityScatterSeries.$$p[3]:
192
- this.uc.cl();
195
+ this.ue.cl();
193
196
  break;
194
197
  case GeographicHighDensityScatterSeries.$$p[1]:
195
- this.uc.cj();
198
+ this.ue.cj();
196
199
  break;
197
200
  case GeographicHighDensityScatterSeries.$$p[2]:
198
- this.uc.ck();
201
+ this.ue.ck();
199
202
  break;
200
203
  case GeographicHighDensityScatterSeries.$$p[0]:
201
- this.uc.ci();
204
+ this.ue.ci();
202
205
  break;
203
206
  case GeographicHighDensityScatterSeries.$$p[7]:
204
- this.uc.cp();
207
+ this.ue.cp();
205
208
  break;
206
209
  }
207
210
  };
208
- GeographicHighDensityScatterSeries.prototype.get_gf = function () {
211
+ GeographicHighDensityScatterSeries.prototype.get_gg = function () {
209
212
  return true;
210
213
  };
211
- GeographicHighDensityScatterSeries.prototype.set_gf = function (a) {
212
- _super.prototype.set_gf.call(this, a);
214
+ GeographicHighDensityScatterSeries.prototype.set_gg = function (a) {
215
+ _super.prototype.set_gg.call(this, a);
213
216
  };
214
217
  GeographicHighDensityScatterSeries.$t = markType(GeographicHighDensityScatterSeries, 'GeographicHighDensityScatterSeries', GeographicMapSeriesHost.$);
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]]);
218
+ GeographicHighDensityScatterSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicHighDensityScatterSeries, 'raisePropertyChanged', ['HeatMaximumColor:vc:u2', [Color.$, Defaults.ap], 'HeatMaximum:ui:u3', [1, 50], 'HeatMinimumColor:vd:u4', [Color.$, Defaults.aq], 'HeatMinimum:uj:u5', [1, 0], 'LatitudeMemberPath:us:u6', [2, null], 'LongitudeMemberPath:uu:u7', [2, null], 'MouseOverEnabled:uf:u8', [0, false], 'PointExtent:um:u9', [1, 1], 'ProgressiveLoad:ug:va', [0, true], 'UseBruteForce:uh:vb', [0, false]]);
216
219
  return GeographicHighDensityScatterSeries;
217
220
  }(GeographicMapSeriesHost));
218
221
  export { GeographicHighDensityScatterSeries };