igniteui-webcomponents-maps 6.3.1 → 7.0.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-webcomponents-maps.umd.js +1097 -1097
  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 +83 -83
  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 +52 -52
  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 +124 -124
  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-series-host-component.js +22 -22
  20. package/esm2015/lib/igc-geographic-marker-series-component.js +31 -31
  21. package/esm2015/lib/igc-geographic-polyline-series-component.js +13 -13
  22. package/esm2015/lib/igc-geographic-proportional-symbol-series-component.js +41 -41
  23. package/esm2015/lib/igc-geographic-scatter-area-series-component.js +7 -7
  24. package/esm2015/lib/igc-geographic-shape-series-base-component.js +29 -29
  25. package/esm2015/lib/igc-geographic-shape-series-component.js +44 -44
  26. package/esm2015/lib/igc-geographic-symbol-series-component.js +19 -19
  27. package/esm2015/lib/igc-geographic-tile-series-component.js +4 -4
  28. package/esm2015/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
  29. package/esm2015/lib/igc-tile-series-component.js +3 -3
  30. package/esm5/lib/GeographicContourLineSeriesView_combined.js +37 -37
  31. package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +76 -76
  32. package/esm5/lib/GeographicMapSeriesHost_combined.js +186 -186
  33. package/esm5/lib/GeographicMarkerSeries.js +28 -28
  34. package/esm5/lib/GeographicPolylineSeriesView_combined.js +17 -17
  35. package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +83 -83
  36. package/esm5/lib/GeographicShapeSeriesBase_combined.js +60 -60
  37. package/esm5/lib/GeographicShapeSeriesView_combined.js +55 -55
  38. package/esm5/lib/GeographicSymbolSeriesView_combined.js +52 -52
  39. package/esm5/lib/GeographicTileSeries.js +26 -26
  40. package/esm5/lib/SphericalMercatorHorizontalScaler.js +2 -2
  41. package/esm5/lib/SphericalMercatorVerticalScaler.js +2 -2
  42. package/esm5/lib/TileSeries_combined.js +85 -85
  43. package/esm5/lib/XamGeographicMap_combined.js +123 -123
  44. package/esm5/lib/igc-geographic-contour-line-series-component.js +9 -9
  45. package/esm5/lib/igc-geographic-high-density-scatter-series-component.js +32 -32
  46. package/esm5/lib/igc-geographic-map-series-host-component.js +22 -22
  47. package/esm5/lib/igc-geographic-marker-series-component.js +31 -31
  48. package/esm5/lib/igc-geographic-polyline-series-component.js +13 -13
  49. package/esm5/lib/igc-geographic-proportional-symbol-series-component.js +41 -41
  50. package/esm5/lib/igc-geographic-scatter-area-series-component.js +7 -7
  51. package/esm5/lib/igc-geographic-shape-series-base-component.js +29 -29
  52. package/esm5/lib/igc-geographic-shape-series-component.js +44 -44
  53. package/esm5/lib/igc-geographic-symbol-series-component.js +19 -19
  54. package/esm5/lib/igc-geographic-tile-series-component.js +4 -4
  55. package/esm5/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
  56. package/esm5/lib/igc-tile-series-component.js +3 -3
  57. package/fesm2015/igniteui-webcomponents-maps.js +1106 -1106
  58. package/fesm5/igniteui-webcomponents-maps.js +1097 -1097
  59. package/lib/GeographicContourLineSeriesView_combined.d.ts +12 -12
  60. package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +20 -20
  61. package/lib/GeographicMapSeriesHost_combined.d.ts +43 -43
  62. package/lib/GeographicMarkerSeries.d.ts +15 -15
  63. package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
  64. package/lib/GeographicPolylineSeriesView_combined.d.ts +8 -8
  65. package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
  66. package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +22 -22
  67. package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
  68. package/lib/GeographicShapeSeriesBase_combined.d.ts +20 -20
  69. package/lib/GeographicShapeSeriesView_combined.d.ts +24 -24
  70. package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
  71. package/lib/GeographicSymbolSeriesView_combined.d.ts +15 -15
  72. package/lib/GeographicTileSeries.d.ts +9 -9
  73. package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
  74. package/lib/TileSeries_combined.d.ts +20 -20
  75. package/lib/XamGeographicMap_combined.d.ts +24 -24
  76. package/package.json +3 -3
@@ -13,59 +13,59 @@ let GeographicTileSeries = /*@__PURE__*/ (() => {
13
13
  bk() {
14
14
  return new GeographicTileSeries();
15
15
  }
16
- get_f6() {
16
+ get_f7() {
17
17
  return true;
18
18
  }
19
19
  constructor() {
20
20
  super();
21
+ this.y2 = null;
21
22
  this.y1 = null;
22
- this.y0 = null;
23
23
  this.imageTilesReady = null;
24
24
  this.ab = GeographicTileSeries.$;
25
25
  }
26
- get y2() {
27
- return this.y1;
26
+ get y3() {
27
+ return this.y2;
28
28
  }
29
- set y2(a) {
30
- let b = a != this.y2;
29
+ set y3(a) {
30
+ let b = a != this.y3;
31
31
  if (b) {
32
- let c = this.y2;
33
- this.y1 = a;
32
+ let c = this.y3;
33
+ this.y2 = a;
34
34
  this.raisePropertyChanged("TileImagery", c, a);
35
35
  }
36
36
  }
37
- y6() {
38
- if (this.y2 != null) {
39
- this.y2.clearTileCache();
37
+ y7() {
38
+ if (this.y3 != null) {
39
+ this.y3.clearTileCache();
40
40
  }
41
41
  }
42
- rq(a, b, c, d) {
43
- super.rq(a, b, c, d);
42
+ rr(a, b, c, d) {
43
+ super.rr(a, b, c, d);
44
44
  switch (b) {
45
45
  case "TileImagery":
46
- if (this.xl != null) {
47
- this.xl.aaw = this.y2;
46
+ if (this.xm != null) {
47
+ this.xm.aax = this.y3;
48
48
  }
49
49
  break;
50
50
  }
51
51
  }
52
- xq(a, b) {
53
- super.xq(a, b);
54
- this.xl.aaw = this.y2;
55
- if (this.y0 != null) {
56
- let c = this.y0;
57
- c.imageTilesReady = delegateRemove(c.imageTilesReady, runOn(this, this.y5));
52
+ xr(a, b) {
53
+ super.xr(a, b);
54
+ this.xm.aax = this.y3;
55
+ if (this.y1 != null) {
56
+ let c = this.y1;
57
+ c.imageTilesReady = delegateRemove(c.imageTilesReady, runOn(this, this.y6));
58
58
  }
59
- this.y0 = this.xl;
60
- if (this.y0 != null) {
61
- let d = this.y0;
62
- d.imageTilesReady = delegateCombine(d.imageTilesReady, runOn(this, this.y5));
59
+ this.y1 = this.xm;
60
+ if (this.y1 != null) {
61
+ let d = this.y1;
62
+ d.imageTilesReady = delegateCombine(d.imageTilesReady, runOn(this, this.y6));
63
63
  }
64
64
  }
65
- xk() {
65
+ xl() {
66
66
  return new TileSeries();
67
67
  }
68
- y5(a, b) {
68
+ y6(a, b) {
69
69
  if (this.imageTilesReady != null) {
70
70
  this.imageTilesReady(this, new ImageTilesReadyEventArgs());
71
71
  }
@@ -98,8 +98,8 @@ let SphericalMercatorHorizontalScaler = /*@__PURE__*/ (() => {
98
98
  }
99
99
  }
100
100
  t(a, b, c, d, e) {
101
- d = a.q9;
102
- e = a.q8;
101
+ d = a.rb;
102
+ e = a.ra;
103
103
  return {
104
104
  p3: d,
105
105
  p4: e
@@ -113,8 +113,8 @@ let SphericalMercatorVerticalScaler = /*@__PURE__*/ (() => {
113
113
  }
114
114
  }
115
115
  t(a, b, c, d, e) {
116
- d = this.ak(a.q9);
117
- e = this.ak(a.q8);
116
+ d = this.ak(a.rb);
117
+ e = this.ak(a.ra);
118
118
  return {
119
119
  p3: d,
120
120
  p4: e
@@ -19,49 +19,49 @@ let TileSeries = /*@__PURE__*/ (() => {
19
19
  bk() {
20
20
  return new TileSeries();
21
21
  }
22
- get_f6() {
22
+ get_f7() {
23
23
  return true;
24
24
  }
25
25
  constructor() {
26
26
  super();
27
+ this.aav = null;
27
28
  this.aau = null;
28
- this.aat = null;
29
29
  this.imageTilesReady = null;
30
- this.aax = null;
31
- this.aay = false;
30
+ this.aay = null;
31
+ this.aaz = false;
32
32
  this.ab = TileSeries.$;
33
33
  }
34
34
  ct() {
35
35
  return new TileSeriesView(this);
36
36
  }
37
- rh(a) {
38
- super.rh(a);
39
- this.aas = a;
37
+ ri(a) {
38
+ super.ri(a);
39
+ this.aat = a;
40
40
  }
41
- get_yv() {
41
+ get_yw() {
42
42
  return false;
43
43
  }
44
- get aaw() {
45
- return this.aau;
44
+ get aax() {
45
+ return this.aav;
46
46
  }
47
- set aaw(a) {
48
- let b = a != this.aaw;
47
+ set aax(a) {
48
+ let b = a != this.aax;
49
49
  if (b) {
50
- let c = this.aaw;
51
- this.aau = a;
50
+ let c = this.aax;
51
+ this.aav = a;
52
52
  this.raisePropertyChanged("TileImagery", c, a);
53
53
  }
54
54
  }
55
- get aav() {
56
- return this.aat;
55
+ get aaw() {
56
+ return this.aau;
57
57
  }
58
- set aav(a) {
59
- let b = this.aat;
60
- this.aat = a;
61
- this.raisePropertyChanged("ActualTileImagery", b, this.aat);
58
+ set aaw(a) {
59
+ let b = this.aau;
60
+ this.aau = a;
61
+ this.raisePropertyChanged("ActualTileImagery", b, this.aau);
62
62
  }
63
- rq(a, b, c, d) {
64
- super.rq(a, b, c, d);
63
+ rr(a, b, c, d) {
64
+ super.rr(a, b, c, d);
65
65
  let e;
66
66
  let f;
67
67
  switch (b) {
@@ -69,141 +69,141 @@ let TileSeries = /*@__PURE__*/ (() => {
69
69
  e = c;
70
70
  f = d;
71
71
  if (e != null) {
72
- e.propertyChanged = delegateRemove(e.propertyChanged, runOn(this, this.aa1));
72
+ e.propertyChanged = delegateRemove(e.propertyChanged, runOn(this, this.aa2));
73
73
  }
74
74
  if (f != null) {
75
- f.propertyChanged = delegateCombine(f.propertyChanged, runOn(this, this.aa1));
75
+ f.propertyChanged = delegateCombine(f.propertyChanged, runOn(this, this.aa2));
76
76
  }
77
- this.aas.dv(e, f);
78
- this.r8(false);
79
- this.q0();
77
+ this.aat.dv(e, f);
78
+ this.r9(false);
79
+ this.q1();
80
80
  break;
81
81
  case "ActualTileImagery":
82
82
  e = c;
83
83
  f = d;
84
84
  if (e != null) {
85
- e.imageTilesReady = delegateRemove(e.imageTilesReady, runOn(this, this.aa2));
85
+ e.imageTilesReady = delegateRemove(e.imageTilesReady, runOn(this, this.aa3));
86
86
  e.deferralHandler = null;
87
87
  }
88
88
  if (f != null) {
89
- f.imageTilesReady = delegateCombine(f.imageTilesReady, runOn(this, this.aa2));
89
+ f.imageTilesReady = delegateCombine(f.imageTilesReady, runOn(this, this.aa3));
90
90
  f.deferralHandler = this;
91
91
  }
92
- this.aas.du(e, f);
92
+ this.aat.du(e, f);
93
93
  if (f != null && typeCast(XamGeographicMap.$, this.dc) !== null) {
94
94
  f.geographicMap = this.dc;
95
- this.aa4(this.cw);
96
- this.aas.dr(this.dc.yr);
95
+ this.aa5(this.cw);
96
+ this.aat.dr(this.dc.yr);
97
97
  }
98
- this.q0();
98
+ this.q1();
99
99
  break;
100
100
  case "ActualWindowRect":
101
- this.aas.dr(d);
101
+ this.aat.dr(d);
102
102
  break;
103
103
  case "WorldRect":
104
- this.aas.dy(d);
104
+ this.aat.dy(d);
105
105
  break;
106
106
  case "SeriesViewer":
107
107
  let g = c;
108
108
  let h = d;
109
- if (g != null && this.aav != null) {
110
- this.aav.be(null);
109
+ if (g != null && this.aaw != null) {
110
+ this.aaw.be(null);
111
111
  }
112
- if (h != null && this.aav != null) {
113
- this.aav.be(this.cw.ae);
112
+ if (h != null && this.aaw != null) {
113
+ this.aaw.be(this.cw.ae);
114
114
  }
115
115
  break;
116
116
  case "ActualBrush":
117
117
  case "ActualOutline":
118
118
  case "ActualThickness":
119
- this.q2();
119
+ this.q3();
120
120
  break;
121
121
  }
122
122
  }
123
- aa1(a, b) {
123
+ aa2(a, b) {
124
124
  if (b.propertyName == "MultiScaleImage") {
125
- this.aa4(this.cw);
125
+ this.aa5(this.cw);
126
126
  }
127
127
  }
128
- aa2(a, b) {
128
+ aa3(a, b) {
129
129
  if (this.imageTilesReady != null) {
130
130
  this.imageTilesReady(this, new EventArgs());
131
131
  }
132
- if (!this.aay) {
133
- this.aas.dw();
132
+ if (!this.aaz) {
133
+ this.aat.dw();
134
134
  }
135
135
  }
136
136
  register(a, b) {
137
- this.aax = b;
137
+ this.aay = b;
138
138
  }
139
139
  unRegister(a) {
140
- this.aax = null;
140
+ this.aay = null;
141
141
  }
142
142
  deferredRefresh() {
143
- this.r8(false);
143
+ this.r9(false);
144
144
  }
145
145
  deferAction(a) {
146
- if (this.j8 != null) {
147
- this.j8.setTimeout(a, 0);
146
+ if (this.j9 != null) {
147
+ this.j9.setTimeout(a, 0);
148
148
  }
149
149
  else {
150
150
  window.setTimeout(a, 0);
151
151
  }
152
152
  }
153
- s8(a, b) {
154
- this.aas.dx();
155
- super.s8(a, b);
153
+ s9(a, b) {
154
+ this.aat.dx();
155
+ super.s9(a, b);
156
156
  }
157
- r9(a) {
158
- super.r9(a);
159
- this.aa3(a, this.cw);
157
+ sa(a) {
158
+ super.sa(a);
159
+ this.aa4(a, this.cw);
160
160
  }
161
- aa3(a, b) {
161
+ aa4(a, b) {
162
162
  let c;
163
163
  let d;
164
164
  let e = b;
165
165
  let f = b.getViewInfo(c, d);
166
166
  c = f.p0;
167
167
  d = f.p1;
168
- this.aa4(b);
169
- if (this.aax != null) {
170
- this.aay = true;
171
- this.aax(a);
172
- this.aay = false;
168
+ this.aa5(b);
169
+ if (this.aay != null) {
170
+ this.aaz = true;
171
+ this.aay(a);
172
+ this.aaz = false;
173
173
  }
174
174
  e.dw();
175
175
  }
176
- r7(a, b, c, d, e) {
177
- super.r7(a, b, c, d, e);
178
- let f = this.ht.item(d);
176
+ r8(a, b, c, d, e) {
177
+ super.r8(a, b, c, d, e);
178
+ let f = this.hu.item(d);
179
179
  f.bd(c);
180
180
  if (this.d7(f)) {
181
181
  return;
182
182
  }
183
- this.z8(f);
183
+ this.z9(f);
184
184
  }
185
- aa4(a) {
185
+ aa5(a) {
186
186
  let b;
187
187
  let c;
188
188
  let d = a.getViewInfo(b, c);
189
189
  b = d.p0;
190
190
  c = d.p1;
191
- if (this.aaw != null && this.aaw.ao != null) {
192
- if (this.aaw != this.aav) {
193
- this.aav = this.aaw;
191
+ if (this.aax != null && this.aax.ao != null) {
192
+ if (this.aax != this.aaw) {
193
+ this.aaw = this.aax;
194
194
  }
195
- if (this.aav != null && !b.isEmpty) {
196
- if (this.aav.width != b.width) {
197
- this.aav.width = b.width;
195
+ if (this.aaw != null && !b.isEmpty) {
196
+ if (this.aaw.width != b.width) {
197
+ this.aaw.width = b.width;
198
198
  }
199
- if (this.aav.height != b.height) {
200
- this.aav.height = b.height;
199
+ if (this.aaw.height != b.height) {
200
+ this.aaw.height = b.height;
201
201
  }
202
202
  }
203
203
  }
204
204
  }
205
- pi(a, b) {
206
- super.pi(a, b);
205
+ pj(a, b) {
206
+ super.pj(a, b);
207
207
  b.ds();
208
208
  }
209
209
  }
@@ -224,8 +224,8 @@ let TileSeriesView = /*@__PURE__*/ (() => {
224
224
  a4() {
225
225
  super.a4();
226
226
  if (!this.t) {
227
- this.dn.wf = Defaults.tileSeries_Outline;
228
- this.dn.vz = Defaults.tileSeries_Brush;
227
+ this.dn.wg = Defaults.tileSeries_Outline;
228
+ this.dn.v0 = Defaults.tileSeries_Brush;
229
229
  }
230
230
  }
231
231
  cx(a, b) {
@@ -252,14 +252,14 @@ let TileSeriesView = /*@__PURE__*/ (() => {
252
252
  this.a2();
253
253
  }
254
254
  dr(a) {
255
- if (this.dn.aaw != null) {
256
- this.dn.aaw.windowRect = a;
255
+ if (this.dn.aax != null) {
256
+ this.dn.aax.windowRect = a;
257
257
  }
258
258
  }
259
259
  du(a, b) {
260
260
  if (this.dq == null) {
261
- this.dq = this.f.j8.createElement("canvas");
262
- let c = this.f.j8.get2DCanvasContext(this.dq);
261
+ this.dq = this.f.j9.createElement("canvas");
262
+ let c = this.f.j9.get2DCanvasContext(this.dq);
263
263
  this.dp = new RenderingContext(new CanvasViewRenderer(), c);
264
264
  this.dq.setAttribute("width", this.b9.width.toString());
265
265
  this.dq.setAttribute("height", this.b9.height.toString());
@@ -288,8 +288,8 @@ let TileSeriesView = /*@__PURE__*/ (() => {
288
288
  this.dq.setAttribute("width", this.b9.width.toString());
289
289
  this.dq.setAttribute("height", this.b9.height.toString());
290
290
  }
291
- if (this.dn.aaw != null) {
292
- this.dn.aaw.bf(this.b9);
291
+ if (this.dn.aax != null) {
292
+ this.dn.aax.bf(this.b9);
293
293
  }
294
294
  }
295
295
  bj(a, b) {
@@ -323,8 +323,8 @@ let TileSeriesView = /*@__PURE__*/ (() => {
323
323
  ds() {
324
324
  }
325
325
  dy(a) {
326
- if (this.dn.aaw != null) {
327
- this.dn.aaw.a6();
326
+ if (this.dn.aax != null) {
327
+ this.dn.aax.a6();
328
328
  }
329
329
  }
330
330
  }