igniteui-webcomponents-maps 7.0.1 → 7.1.0-alpha.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 (78) hide show
  1. package/bundles/igniteui-webcomponents-maps.umd.js +1477 -1477
  2. package/bundles/igniteui-webcomponents-maps.umd.min.js +1 -1
  3. package/esm2015/lib/GeographicContourLineSeriesView_combined.js +37 -37
  4. package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +76 -76
  5. package/esm2015/lib/GeographicMapSeriesHost_combined.js +188 -188
  6. package/esm2015/lib/GeographicMarkerSeries.js +28 -28
  7. package/esm2015/lib/GeographicPolylineSeriesView_combined.js +17 -17
  8. package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +85 -85
  9. package/esm2015/lib/GeographicShapeSeriesBase_combined.js +61 -61
  10. package/esm2015/lib/GeographicShapeSeriesView_combined.js +55 -55
  11. package/esm2015/lib/GeographicSymbolSeriesView_combined.js +54 -54
  12. package/esm2015/lib/GeographicTileSeries.js +27 -27
  13. package/esm2015/lib/SphericalMercatorHorizontalScaler.js +2 -2
  14. package/esm2015/lib/SphericalMercatorVerticalScaler.js +2 -2
  15. package/esm2015/lib/TileSeries_combined.js +87 -87
  16. package/esm2015/lib/XamGeographicMap_combined.js +456 -456
  17. package/esm2015/lib/igc-geographic-contour-line-series-component.js +9 -9
  18. package/esm2015/lib/igc-geographic-high-density-scatter-series-component.js +32 -32
  19. package/esm2015/lib/igc-geographic-map-component.js +50 -50
  20. package/esm2015/lib/igc-geographic-map-series-host-component.js +22 -22
  21. package/esm2015/lib/igc-geographic-marker-series-component.js +31 -31
  22. package/esm2015/lib/igc-geographic-polyline-series-component.js +13 -13
  23. package/esm2015/lib/igc-geographic-proportional-symbol-series-component.js +41 -41
  24. package/esm2015/lib/igc-geographic-scatter-area-series-component.js +7 -7
  25. package/esm2015/lib/igc-geographic-shape-series-base-component.js +29 -29
  26. package/esm2015/lib/igc-geographic-shape-series-component.js +44 -44
  27. package/esm2015/lib/igc-geographic-symbol-series-component.js +19 -19
  28. package/esm2015/lib/igc-geographic-tile-series-component.js +4 -4
  29. package/esm2015/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
  30. package/esm2015/lib/igc-tile-series-component.js +3 -3
  31. package/esm5/lib/GeographicContourLineSeriesView_combined.js +37 -37
  32. package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +76 -76
  33. package/esm5/lib/GeographicMapSeriesHost_combined.js +186 -186
  34. package/esm5/lib/GeographicMarkerSeries.js +28 -28
  35. package/esm5/lib/GeographicPolylineSeriesView_combined.js +17 -17
  36. package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +85 -85
  37. package/esm5/lib/GeographicShapeSeriesBase_combined.js +60 -60
  38. package/esm5/lib/GeographicShapeSeriesView_combined.js +55 -55
  39. package/esm5/lib/GeographicSymbolSeriesView_combined.js +54 -54
  40. package/esm5/lib/GeographicTileSeries.js +26 -26
  41. package/esm5/lib/SphericalMercatorHorizontalScaler.js +2 -2
  42. package/esm5/lib/SphericalMercatorVerticalScaler.js +2 -2
  43. package/esm5/lib/TileSeries_combined.js +85 -85
  44. package/esm5/lib/XamGeographicMap_combined.js +449 -449
  45. package/esm5/lib/igc-geographic-contour-line-series-component.js +9 -9
  46. package/esm5/lib/igc-geographic-high-density-scatter-series-component.js +32 -32
  47. package/esm5/lib/igc-geographic-map-component.js +50 -50
  48. package/esm5/lib/igc-geographic-map-series-host-component.js +22 -22
  49. package/esm5/lib/igc-geographic-marker-series-component.js +31 -31
  50. package/esm5/lib/igc-geographic-polyline-series-component.js +13 -13
  51. package/esm5/lib/igc-geographic-proportional-symbol-series-component.js +41 -41
  52. package/esm5/lib/igc-geographic-scatter-area-series-component.js +7 -7
  53. package/esm5/lib/igc-geographic-shape-series-base-component.js +29 -29
  54. package/esm5/lib/igc-geographic-shape-series-component.js +44 -44
  55. package/esm5/lib/igc-geographic-symbol-series-component.js +19 -19
  56. package/esm5/lib/igc-geographic-tile-series-component.js +4 -4
  57. package/esm5/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
  58. package/esm5/lib/igc-tile-series-component.js +3 -3
  59. package/fesm2015/igniteui-webcomponents-maps.js +1492 -1492
  60. package/fesm5/igniteui-webcomponents-maps.js +1477 -1477
  61. package/lib/GeographicContourLineSeriesView_combined.d.ts +12 -12
  62. package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +20 -20
  63. package/lib/GeographicMapSeriesHost_combined.d.ts +43 -43
  64. package/lib/GeographicMarkerSeries.d.ts +15 -15
  65. package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
  66. package/lib/GeographicPolylineSeriesView_combined.d.ts +8 -8
  67. package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
  68. package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +22 -22
  69. package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
  70. package/lib/GeographicShapeSeriesBase_combined.d.ts +20 -20
  71. package/lib/GeographicShapeSeriesView_combined.d.ts +24 -24
  72. package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
  73. package/lib/GeographicSymbolSeriesView_combined.d.ts +15 -15
  74. package/lib/GeographicTileSeries.d.ts +9 -9
  75. package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
  76. package/lib/TileSeries_combined.d.ts +20 -20
  77. package/lib/XamGeographicMap_combined.d.ts +102 -102
  78. package/package.json +3 -3
@@ -27,71 +27,71 @@ export var GeographicHighDensityScatterSeriesView = /** @class */ /*@__PURE__*/
27
27
  }
28
28
  GeographicHighDensityScatterSeriesView.prototype.ci = function () {
29
29
  _super.prototype.ci.call(this);
30
- var a = typeCast(HighDensityScatterSeries.$, this.cu.xm);
31
- a.zv = this.cu.yb;
32
- a.z3 = this.cu.x9;
33
- a.x8 = this.cu.xy;
30
+ var a = typeCast(HighDensityScatterSeries.$, this.cu.xl);
31
+ a.zu = this.cu.ya;
32
+ a.z2 = this.cu.x8;
34
33
  a.x7 = this.cu.xx;
35
- a.gf = this.cu.xw;
36
- a.y3 = this.cu.x0;
34
+ a.x6 = this.cu.xw;
35
+ a.ge = this.cu.xv;
37
36
  a.y2 = this.cu.xz;
38
- a.aa1 = this.cu.yu;
37
+ a.y1 = this.cu.xy;
39
38
  a.aa0 = this.cu.yt;
40
- a.zf = this.cu.x3;
39
+ a.aaz = this.cu.ys;
40
+ a.ze = this.cu.x2;
41
41
  };
42
42
  GeographicHighDensityScatterSeriesView.prototype.c0 = function () {
43
- this.cu.xm.zv = this.cu.yb;
43
+ this.cu.xl.zu = this.cu.ya;
44
44
  };
45
45
  GeographicHighDensityScatterSeriesView.prototype.cz = function () {
46
- this.cu.xm.z3 = this.cu.x9;
46
+ this.cu.xl.z2 = this.cu.x8;
47
47
  };
48
48
  GeographicHighDensityScatterSeriesView.prototype.c5 = function () {
49
- this.cu.xm.x8 = this.cu.xy;
49
+ this.cu.xl.x7 = this.cu.xx;
50
50
  };
51
51
  GeographicHighDensityScatterSeriesView.prototype.c3 = function () {
52
- this.cu.xm.x7 = this.cu.xx;
52
+ this.cu.xl.x6 = this.cu.xw;
53
53
  };
54
54
  GeographicHighDensityScatterSeriesView.prototype.c1 = function () {
55
- this.cu.xm.gf = this.cu.xw;
55
+ this.cu.xl.ge = this.cu.xv;
56
56
  };
57
57
  GeographicHighDensityScatterSeriesView.prototype.cy = function () {
58
- this.cu.xm.y3 = this.cu.x0;
58
+ this.cu.xl.y2 = this.cu.xz;
59
59
  };
60
60
  GeographicHighDensityScatterSeriesView.prototype.cw = function () {
61
- this.cu.xm.y2 = this.cu.xz;
61
+ this.cu.xl.y1 = this.cu.xy;
62
62
  };
63
63
  GeographicHighDensityScatterSeriesView.prototype.c4 = function () {
64
- var a = typeCast(HighDensityScatterSeries.$, this.cu.xm);
64
+ var a = typeCast(HighDensityScatterSeries.$, this.cu.xl);
65
65
  if (this.cu.dc == null) {
66
- a.xr = null;
67
- a.xt = null;
66
+ a.xq = null;
67
+ a.xs = null;
68
68
  return;
69
69
  }
70
- a.xr = this.cu.dc.zi;
71
- a.xt = this.cu.dc.zk;
70
+ a.xq = this.cu.dc.zh;
71
+ a.xs = this.cu.dc.zj;
72
72
  };
73
73
  GeographicHighDensityScatterSeriesView.prototype.c6 = function () {
74
- this.cu.xm.xr = this.cu.dc.zi;
74
+ this.cu.xl.xq = this.cu.dc.zh;
75
75
  };
76
76
  GeographicHighDensityScatterSeriesView.prototype.c7 = function () {
77
- this.cu.xm.xt = this.cu.dc.zk;
77
+ this.cu.xl.xs = this.cu.dc.zj;
78
78
  };
79
79
  GeographicHighDensityScatterSeriesView.prototype.cx = function () {
80
- this.cu.xm.aa1 = this.cu.yu;
80
+ this.cu.xl.aa0 = this.cu.yt;
81
81
  };
82
82
  GeographicHighDensityScatterSeriesView.prototype.cv = function () {
83
- this.cu.xm.aa0 = this.cu.yt;
83
+ this.cu.xl.aaz = this.cu.ys;
84
84
  };
85
85
  GeographicHighDensityScatterSeriesView.prototype.c2 = function () {
86
- this.cu.xm.zf = this.cu.x3;
86
+ this.cu.xl.ze = this.cu.x2;
87
87
  };
88
88
  GeographicHighDensityScatterSeriesView.prototype.a4 = function () {
89
89
  _super.prototype.a4.call(this);
90
90
  if (!this.t) {
91
- this.cu.yu = Defaults.bf;
92
- this.cu.yt = Defaults.be;
93
- this.cu.v0 = Defaults.ba;
94
- this.cu.wg = Defaults.a9;
91
+ this.cu.yt = Defaults.bf;
92
+ this.cu.ys = Defaults.be;
93
+ this.cu.vz = Defaults.ba;
94
+ this.cu.wf = Defaults.a9;
95
95
  }
96
96
  };
97
97
  GeographicHighDensityScatterSeriesView.$t = markType(GeographicHighDensityScatterSeriesView, 'GeographicHighDensityScatterSeriesView', HostSeriesView.$);
@@ -104,116 +104,116 @@ export var GeographicHighDensityScatterSeries = /** @class */ /*@__PURE__*/ (fun
104
104
  __extends(GeographicHighDensityScatterSeries, _super);
105
105
  function GeographicHighDensityScatterSeries() {
106
106
  var _this = _super.call(this) || this;
107
- _this.xu = null;
107
+ _this.xt = null;
108
108
  _this.progressiveLoadStatusChanged = null;
109
- _this.x2 = 0;
109
+ _this.x1 = 0;
110
110
  _this.ab = GeographicHighDensityScatterSeries.$;
111
111
  return _this;
112
112
  }
113
113
  GeographicHighDensityScatterSeries.prototype.bk = function () {
114
114
  return new GeographicHighDensityScatterSeries();
115
115
  };
116
- GeographicHighDensityScatterSeries.prototype.jt = function () {
117
- if (!isNaN_(this.js)) {
118
- return _super.prototype.jt.call(this);
116
+ GeographicHighDensityScatterSeries.prototype.js = function () {
117
+ if (!isNaN_(this.jr)) {
118
+ return _super.prototype.js.call(this);
119
119
  }
120
120
  return Defaults.ad;
121
121
  };
122
- GeographicHighDensityScatterSeries.prototype.get_fs = function () {
122
+ GeographicHighDensityScatterSeries.prototype.get_fr = function () {
123
123
  return true;
124
124
  };
125
125
  GeographicHighDensityScatterSeries.prototype.ct = function () {
126
126
  return new GeographicHighDensityScatterSeriesView(this);
127
127
  };
128
- GeographicHighDensityScatterSeries.prototype.ri = function (a) {
129
- _super.prototype.ri.call(this, a);
130
- this.xv = a;
128
+ GeographicHighDensityScatterSeries.prototype.rh = function (a) {
129
+ _super.prototype.rh.call(this, a);
130
+ this.xu = a;
131
131
  };
132
- GeographicHighDensityScatterSeries.prototype.xl = function () {
133
- this.xu = new HighDensityScatterSeries();
134
- return this.xu;
132
+ GeographicHighDensityScatterSeries.prototype.xk = function () {
133
+ this.xt = new HighDensityScatterSeries();
134
+ return this.xt;
135
135
  };
136
- Object.defineProperty(GeographicHighDensityScatterSeries.prototype, "x4", {
136
+ Object.defineProperty(GeographicHighDensityScatterSeries.prototype, "x3", {
137
137
  get: function () {
138
- return this.x2;
138
+ return this.x1;
139
139
  },
140
140
  set: function (a) {
141
- var b = this.x2;
142
- this.x2 = a;
143
- this.raisePropertyChanged("ProgressiveStatus", b, this.x2);
141
+ var b = this.x1;
142
+ this.x1 = a;
143
+ this.raisePropertyChanged("ProgressiveStatus", b, this.x1);
144
144
  },
145
145
  enumerable: false,
146
146
  configurable: true
147
147
  });
148
- GeographicHighDensityScatterSeries.prototype.xr = function (a, b) {
149
- _super.prototype.xr.call(this, a, b);
150
- var c = this.xm;
151
- c.progressiveLoadStatusChanged = delegateCombine(c.progressiveLoadStatusChanged, runOn(this, this.yi));
152
- var d = this.xm;
153
- d.propertyUpdated = delegateCombine(d.propertyUpdated, runOn(this, this.yh));
154
- };
155
- GeographicHighDensityScatterSeries.prototype.yi = function (a, b) {
156
- this.x4 = b.currentStatus;
148
+ GeographicHighDensityScatterSeries.prototype.xq = function (a, b) {
149
+ _super.prototype.xq.call(this, a, b);
150
+ var c = this.xl;
151
+ c.progressiveLoadStatusChanged = delegateCombine(c.progressiveLoadStatusChanged, runOn(this, this.yh));
152
+ var d = this.xl;
153
+ d.propertyUpdated = delegateCombine(d.propertyUpdated, runOn(this, this.yg));
154
+ };
155
+ GeographicHighDensityScatterSeries.prototype.yh = function (a, b) {
156
+ this.x3 = b.currentStatus;
157
157
  if (this.progressiveLoadStatusChanged != null) {
158
158
  this.progressiveLoadStatusChanged(this, b);
159
159
  }
160
160
  };
161
- GeographicHighDensityScatterSeries.prototype.yh = function (a, b) {
162
- if (this.xu == null) {
161
+ GeographicHighDensityScatterSeries.prototype.yg = function (a, b) {
162
+ if (this.xt == null) {
163
163
  return;
164
164
  }
165
165
  };
166
- GeographicHighDensityScatterSeries.prototype.rr = function (a, b, c, d) {
167
- _super.prototype.rr.call(this, a, b, c, d);
166
+ GeographicHighDensityScatterSeries.prototype.rq = function (a, b, c, d) {
167
+ _super.prototype.rq.call(this, a, b, c, d);
168
168
  switch (b) {
169
169
  case "SeriesViewer":
170
- this.xv.c4();
170
+ this.xu.c4();
171
171
  break;
172
172
  case GeographicHighDensityScatterSeries.$$p[5]:
173
- this.xv.c0();
173
+ this.xu.c0();
174
174
  break;
175
175
  case GeographicHighDensityScatterSeries.$$p[4]:
176
- this.xv.cz();
176
+ this.xu.cz();
177
177
  break;
178
178
  case GeographicHighDensityScatterSeries.$$p[9]:
179
- this.xv.c5();
179
+ this.xu.c5();
180
180
  break;
181
181
  case GeographicHighDensityScatterSeries.$$p[8]:
182
- this.xv.c3();
182
+ this.xu.c3();
183
183
  break;
184
184
  case GeographicHighDensityScatterSeries.$$p[6]:
185
- this.xv.c1();
185
+ this.xu.c1();
186
186
  break;
187
187
  case "XAxis":
188
- this.xv.c6();
188
+ this.xu.c6();
189
189
  break;
190
190
  case "YAxis":
191
- this.xv.c7();
191
+ this.xu.c7();
192
192
  break;
193
193
  case GeographicHighDensityScatterSeries.$$p[3]:
194
- this.xv.cy();
194
+ this.xu.cy();
195
195
  break;
196
196
  case GeographicHighDensityScatterSeries.$$p[1]:
197
- this.xv.cw();
197
+ this.xu.cw();
198
198
  break;
199
199
  case GeographicHighDensityScatterSeries.$$p[2]:
200
- this.xv.cx();
200
+ this.xu.cx();
201
201
  break;
202
202
  case GeographicHighDensityScatterSeries.$$p[0]:
203
- this.xv.cv();
203
+ this.xu.cv();
204
204
  break;
205
205
  case GeographicHighDensityScatterSeries.$$p[7]:
206
- this.xv.c2();
206
+ this.xu.c2();
207
207
  break;
208
208
  }
209
209
  };
210
- GeographicHighDensityScatterSeries.prototype.get_he = function () {
210
+ GeographicHighDensityScatterSeries.prototype.get_hd = function () {
211
211
  return true;
212
212
  };
213
- GeographicHighDensityScatterSeries.prototype.set_he = function (a) {
214
- _super.prototype.set_he.call(this, a);
213
+ GeographicHighDensityScatterSeries.prototype.set_hd = function (a) {
214
+ _super.prototype.set_hd.call(this, a);
215
215
  };
216
216
  GeographicHighDensityScatterSeries.$t = markType(GeographicHighDensityScatterSeries, 'GeographicHighDensityScatterSeries', GeographicMapSeriesHost.$);
217
- GeographicHighDensityScatterSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicHighDensityScatterSeries, 'raisePropertyChanged', ['HeatMaximumColor:yt:yj', [Color.$, Defaults.be], 'HeatMaximum:xz:yk', [1, 50], 'HeatMinimumColor:yu:yl', [Color.$, Defaults.bf], 'HeatMinimum:x0:ym', [1, 0], 'LatitudeMemberPath:x9:yn', [2, null], 'LongitudeMemberPath:yb:yo', [2, null], 'MouseOverEnabled:xw:yp', [0, false], 'PointExtent:x3:yq', [1, 1], 'ProgressiveLoad:xx:yr', [0, true], 'UseBruteForce:xy:ys', [0, false]]);
217
+ 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]]);
218
218
  return GeographicHighDensityScatterSeries;
219
219
  }(GeographicMapSeriesHost));