igniteui-webcomponents-maps 7.1.0-alpha.1 → 7.1.0-alpha.2

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-webcomponents-maps.umd.js +1442 -1442
  2. package/bundles/igniteui-webcomponents-maps.umd.min.js +1 -1
  3. package/esm2015/lib/GeographicContourLineSeriesView_combined.js +36 -36
  4. package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +75 -75
  5. package/esm2015/lib/GeographicMapSeriesHost_combined.js +188 -188
  6. package/esm2015/lib/GeographicMarkerSeries.js +28 -28
  7. package/esm2015/lib/GeographicPolylineSeriesView_combined.js +16 -16
  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 +54 -54
  11. package/esm2015/lib/GeographicSymbolSeriesView_combined.js +54 -54
  12. package/esm2015/lib/GeographicTileSeries.js +26 -26
  13. package/esm2015/lib/TileSeries_combined.js +88 -88
  14. package/esm2015/lib/XamGeographicMap_combined.js +437 -437
  15. package/esm2015/lib/igc-geographic-contour-line-series-component.js +8 -8
  16. package/esm2015/lib/igc-geographic-high-density-scatter-series-component.js +31 -31
  17. package/esm2015/lib/igc-geographic-map-component.js +47 -47
  18. package/esm2015/lib/igc-geographic-map-series-host-component.js +22 -22
  19. package/esm2015/lib/igc-geographic-marker-series-component.js +31 -31
  20. package/esm2015/lib/igc-geographic-polyline-series-component.js +12 -12
  21. package/esm2015/lib/igc-geographic-proportional-symbol-series-component.js +41 -41
  22. package/esm2015/lib/igc-geographic-scatter-area-series-component.js +7 -7
  23. package/esm2015/lib/igc-geographic-shape-series-base-component.js +29 -29
  24. package/esm2015/lib/igc-geographic-shape-series-component.js +43 -43
  25. package/esm2015/lib/igc-geographic-symbol-series-component.js +19 -19
  26. package/esm2015/lib/igc-geographic-tile-series-component.js +3 -3
  27. package/esm2015/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
  28. package/esm2015/lib/igc-tile-series-component.js +2 -2
  29. package/esm5/lib/GeographicContourLineSeriesView_combined.js +36 -36
  30. package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +75 -75
  31. package/esm5/lib/GeographicMapSeriesHost_combined.js +186 -186
  32. package/esm5/lib/GeographicMarkerSeries.js +28 -28
  33. package/esm5/lib/GeographicPolylineSeriesView_combined.js +16 -16
  34. package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +85 -85
  35. package/esm5/lib/GeographicShapeSeriesBase_combined.js +60 -60
  36. package/esm5/lib/GeographicShapeSeriesView_combined.js +54 -54
  37. package/esm5/lib/GeographicSymbolSeriesView_combined.js +54 -54
  38. package/esm5/lib/GeographicTileSeries.js +25 -25
  39. package/esm5/lib/TileSeries_combined.js +86 -86
  40. package/esm5/lib/XamGeographicMap_combined.js +431 -431
  41. package/esm5/lib/igc-geographic-contour-line-series-component.js +8 -8
  42. package/esm5/lib/igc-geographic-high-density-scatter-series-component.js +31 -31
  43. package/esm5/lib/igc-geographic-map-component.js +47 -47
  44. package/esm5/lib/igc-geographic-map-series-host-component.js +22 -22
  45. package/esm5/lib/igc-geographic-marker-series-component.js +31 -31
  46. package/esm5/lib/igc-geographic-polyline-series-component.js +12 -12
  47. package/esm5/lib/igc-geographic-proportional-symbol-series-component.js +41 -41
  48. package/esm5/lib/igc-geographic-scatter-area-series-component.js +7 -7
  49. package/esm5/lib/igc-geographic-shape-series-base-component.js +29 -29
  50. package/esm5/lib/igc-geographic-shape-series-component.js +43 -43
  51. package/esm5/lib/igc-geographic-symbol-series-component.js +19 -19
  52. package/esm5/lib/igc-geographic-tile-series-component.js +3 -3
  53. package/esm5/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
  54. package/esm5/lib/igc-tile-series-component.js +2 -2
  55. package/fesm2015/igniteui-webcomponents-maps.js +1456 -1456
  56. package/fesm5/igniteui-webcomponents-maps.js +1442 -1442
  57. package/lib/GeographicContourLineSeriesView_combined.d.ts +11 -11
  58. package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +19 -19
  59. package/lib/GeographicMapSeriesHost_combined.d.ts +43 -43
  60. package/lib/GeographicMarkerSeries.d.ts +15 -15
  61. package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
  62. package/lib/GeographicPolylineSeriesView_combined.d.ts +7 -7
  63. package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
  64. package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +22 -22
  65. package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
  66. package/lib/GeographicShapeSeriesBase_combined.d.ts +20 -20
  67. package/lib/GeographicShapeSeriesView_combined.d.ts +23 -23
  68. package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
  69. package/lib/GeographicSymbolSeriesView_combined.d.ts +15 -15
  70. package/lib/GeographicTileSeries.d.ts +8 -8
  71. package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
  72. package/lib/TileSeries_combined.d.ts +19 -19
  73. package/lib/XamGeographicMap_combined.d.ts +102 -102
  74. package/package.json +3 -3
@@ -18,54 +18,54 @@ let GeographicTileSeries = /*@__PURE__*/ (() => {
18
18
  }
19
19
  constructor() {
20
20
  super();
21
+ this.y3 = null;
21
22
  this.y2 = null;
22
- this.y1 = null;
23
23
  this.imageTilesReady = null;
24
24
  this.ab = GeographicTileSeries.$;
25
25
  }
26
- get y3() {
27
- return this.y2;
26
+ get y4() {
27
+ return this.y3;
28
28
  }
29
- set y3(a) {
30
- let b = a != this.y3;
29
+ set y4(a) {
30
+ let b = a != this.y4;
31
31
  if (b) {
32
- let c = this.y3;
33
- this.y2 = a;
32
+ let c = this.y4;
33
+ this.y3 = a;
34
34
  this.raisePropertyChanged("TileImagery", c, a);
35
35
  }
36
36
  }
37
- y7() {
38
- if (this.y3 != null) {
39
- this.y3.clearTileCache();
37
+ y8() {
38
+ if (this.y4 != null) {
39
+ this.y4.clearTileCache();
40
40
  }
41
41
  }
42
- rr(a, b, c, d) {
43
- super.rr(a, b, c, d);
42
+ rs(a, b, c, d) {
43
+ super.rs(a, b, c, d);
44
44
  switch (b) {
45
45
  case "TileImagery":
46
- if (this.xm != null) {
47
- this.xm.aax = this.y3;
46
+ if (this.xn != null) {
47
+ this.xn.aay = this.y4;
48
48
  }
49
49
  break;
50
50
  }
51
51
  }
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));
52
+ xs(a, b) {
53
+ super.xs(a, b);
54
+ this.xn.aay = this.y4;
55
+ if (this.y2 != null) {
56
+ let c = this.y2;
57
+ c.imageTilesReady = delegateRemove(c.imageTilesReady, runOn(this, this.y7));
58
58
  }
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));
59
+ this.y2 = this.xn;
60
+ if (this.y2 != null) {
61
+ let d = this.y2;
62
+ d.imageTilesReady = delegateCombine(d.imageTilesReady, runOn(this, this.y7));
63
63
  }
64
64
  }
65
- xl() {
65
+ xm() {
66
66
  return new TileSeries();
67
67
  }
68
- y6(a, b) {
68
+ y7(a, b) {
69
69
  if (this.imageTilesReady != null) {
70
70
  this.imageTilesReady(this, new ImageTilesReadyEventArgs());
71
71
  }
@@ -24,44 +24,44 @@ let TileSeries = /*@__PURE__*/ (() => {
24
24
  }
25
25
  constructor() {
26
26
  super();
27
+ this.aaw = null;
27
28
  this.aav = null;
28
- this.aau = null;
29
29
  this.imageTilesReady = null;
30
- this.aay = null;
31
- this.aaz = false;
30
+ this.aaz = null;
31
+ this.aa0 = false;
32
32
  this.ab = TileSeries.$;
33
33
  }
34
34
  ct() {
35
35
  return new TileSeriesView(this);
36
36
  }
37
- ri(a) {
38
- super.ri(a);
39
- this.aat = a;
37
+ rj(a) {
38
+ super.rj(a);
39
+ this.aau = a;
40
40
  }
41
- get_yw() {
41
+ get_yx() {
42
42
  return false;
43
43
  }
44
- get aax() {
45
- return this.aav;
44
+ get aay() {
45
+ return this.aaw;
46
46
  }
47
- set aax(a) {
48
- let b = a != this.aax;
47
+ set aay(a) {
48
+ let b = a != this.aay;
49
49
  if (b) {
50
- let c = this.aax;
51
- this.aav = a;
50
+ let c = this.aay;
51
+ this.aaw = a;
52
52
  this.raisePropertyChanged("TileImagery", c, a);
53
53
  }
54
54
  }
55
- get aaw() {
56
- return this.aau;
55
+ get aax() {
56
+ return this.aav;
57
57
  }
58
- set aaw(a) {
59
- let b = this.aau;
60
- this.aau = a;
61
- this.raisePropertyChanged("ActualTileImagery", b, this.aau);
58
+ set aax(a) {
59
+ let b = this.aav;
60
+ this.aav = a;
61
+ this.raisePropertyChanged("ActualTileImagery", b, this.aav);
62
62
  }
63
- rr(a, b, c, d) {
64
- super.rr(a, b, c, d);
63
+ rs(a, b, c, d) {
64
+ super.rs(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.aa2));
72
+ e.propertyChanged = delegateRemove(e.propertyChanged, runOn(this, this.aa3));
73
73
  }
74
74
  if (f != null) {
75
- f.propertyChanged = delegateCombine(f.propertyChanged, runOn(this, this.aa2));
75
+ f.propertyChanged = delegateCombine(f.propertyChanged, runOn(this, this.aa3));
76
76
  }
77
- this.aat.dv(e, f);
78
- this.r9(false);
79
- this.q1();
77
+ this.aau.dv(e, f);
78
+ this.sa(false);
79
+ this.q2();
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.aa3));
85
+ e.imageTilesReady = delegateRemove(e.imageTilesReady, runOn(this, this.aa4));
86
86
  e.deferralHandler = null;
87
87
  }
88
88
  if (f != null) {
89
- f.imageTilesReady = delegateCombine(f.imageTilesReady, runOn(this, this.aa3));
89
+ f.imageTilesReady = delegateCombine(f.imageTilesReady, runOn(this, this.aa4));
90
90
  f.deferralHandler = this;
91
91
  }
92
- this.aat.du(e, f);
92
+ this.aau.du(e, f);
93
93
  if (f != null && typeCast(XamGeographicMap.$, this.dc) !== null) {
94
94
  f.geographicMap = this.dc;
95
- this.aa5(this.cw);
96
- this.aat.dr(this.dc.ys);
95
+ this.aa6(this.cw);
96
+ this.aau.dr(this.dc.yv);
97
97
  }
98
- this.q1();
98
+ this.q2();
99
99
  break;
100
100
  case "ActualWindowRect":
101
- this.aat.dr(d);
101
+ this.aau.dr(d);
102
102
  break;
103
103
  case "WorldRect":
104
- this.aat.dy(d);
104
+ this.aau.dy(d);
105
105
  break;
106
106
  case "SeriesViewer":
107
107
  let g = c;
108
108
  let h = d;
109
- if (g != null && this.aaw != null) {
110
- this.aaw.be(null);
109
+ if (g != null && this.aax != null) {
110
+ this.aax.be(null);
111
111
  }
112
- if (h != null && this.aaw != null) {
113
- this.aaw.be(this.cw.ae);
112
+ if (h != null && this.aax != null) {
113
+ this.aax.be(this.cw.ae);
114
114
  }
115
115
  break;
116
116
  case "ActualBrush":
117
117
  case "ActualOutline":
118
118
  case "ActualThickness":
119
- this.q3();
119
+ this.q4();
120
120
  break;
121
121
  }
122
122
  }
123
- aa2(a, b) {
123
+ aa3(a, b) {
124
124
  if (b.propertyName == "MultiScaleImage") {
125
- this.aa5(this.cw);
125
+ this.aa6(this.cw);
126
126
  }
127
127
  }
128
- aa3(a, b) {
128
+ aa4(a, b) {
129
129
  if (this.imageTilesReady != null) {
130
130
  this.imageTilesReady(this, new EventArgs());
131
131
  }
132
- if (!this.aaz) {
133
- this.aat.dw();
132
+ if (!this.aa0) {
133
+ this.aau.dw();
134
134
  }
135
135
  }
136
136
  register(a, b) {
137
- this.aay = b;
137
+ this.aaz = b;
138
138
  }
139
139
  unRegister(a) {
140
- this.aay = null;
140
+ this.aaz = null;
141
141
  }
142
142
  deferredRefresh() {
143
- this.r9(false);
143
+ this.sa(false);
144
144
  }
145
145
  deferAction(a) {
146
- if (this.j9 != null) {
147
- this.j9.setTimeout(a, 0);
146
+ if (this.ka != null) {
147
+ this.ka.setTimeout(a, 0);
148
148
  }
149
149
  else {
150
150
  window.setTimeout(a, 0);
151
151
  }
152
152
  }
153
- s9(a, b) {
154
- this.aat.dx();
155
- super.s9(a, b);
153
+ ta(a, b) {
154
+ this.aau.dx();
155
+ super.ta(a, b);
156
156
  }
157
- sa(a) {
158
- super.sa(a);
159
- this.aa4(a, this.cw);
157
+ sb(a) {
158
+ super.sb(a);
159
+ this.aa5(a, this.cw);
160
160
  }
161
- aa4(a, b) {
161
+ aa5(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.aa5(b);
169
- if (this.aay != null) {
170
- this.aaz = true;
171
- this.aay(a);
172
- this.aaz = false;
168
+ this.aa6(b);
169
+ if (this.aaz != null) {
170
+ this.aa0 = true;
171
+ this.aaz(a);
172
+ this.aa0 = false;
173
173
  }
174
174
  e.dw();
175
175
  }
176
- r8(a, b, c, d, e) {
177
- super.r8(a, b, c, d, e);
178
- let f = this.hu.item(d);
176
+ r9(a, b, c, d, e) {
177
+ super.r9(a, b, c, d, e);
178
+ let f = this.hv.item(d);
179
179
  f.bd(c);
180
180
  if (this.d7(f)) {
181
181
  return;
182
182
  }
183
- this.z9(f);
183
+ this.aaa(f);
184
184
  }
185
- aa5(a) {
185
+ aa6(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.aax != null && this.aax.ao != null) {
192
- if (this.aax != this.aaw) {
193
- this.aaw = this.aax;
191
+ if (this.aay != null && this.aay.ao != null) {
192
+ if (this.aay != this.aax) {
193
+ this.aax = this.aay;
194
194
  }
195
- if (this.aaw != null && !b.isEmpty) {
196
- if (this.aaw.width != b.width) {
197
- this.aaw.width = b.width;
195
+ if (this.aax != null && !b.isEmpty) {
196
+ if (this.aax.width != b.width) {
197
+ this.aax.width = b.width;
198
198
  }
199
- if (this.aaw.height != b.height) {
200
- this.aaw.height = b.height;
199
+ if (this.aax.height != b.height) {
200
+ this.aax.height = b.height;
201
201
  }
202
202
  }
203
203
  }
204
204
  }
205
- pj(a, b) {
206
- super.pj(a, b);
205
+ pk(a, b) {
206
+ super.pk(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.wg = Defaults.tileSeries_Outline;
228
- this.dn.v0 = Defaults.tileSeries_Brush;
227
+ this.dn.wh = Defaults.tileSeries_Outline;
228
+ this.dn.v1 = 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.aax != null) {
256
- this.dn.aax.windowRect = a;
255
+ if (this.dn.aay != null) {
256
+ this.dn.aay.windowRect = a;
257
257
  }
258
258
  }
259
259
  du(a, b) {
260
260
  if (this.dq == null) {
261
- this.dq = this.f.j9.createElement("canvas");
262
- let c = this.f.j9.get2DCanvasContext(this.dq);
261
+ this.dq = this.f.ka.createElement("canvas");
262
+ let c = this.f.ka.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.aax != null) {
292
- this.dn.aax.bf(this.b9);
291
+ if (this.dn.aay != null) {
292
+ this.dn.aay.bf(this.b9);
293
293
  }
294
294
  }
295
295
  bj(a, b) {
@@ -303,7 +303,7 @@ let TileSeriesView = /*@__PURE__*/ (() => {
303
303
  let c = false;
304
304
  if (this.dz.d.count > 0) {
305
305
  c = true;
306
- this.m.aa();
306
+ this.m.ac();
307
307
  this.m.r(this.dz);
308
308
  let d = this.m.h();
309
309
  d.clip();
@@ -314,7 +314,7 @@ let TileSeriesView = /*@__PURE__*/ (() => {
314
314
  let h = truncate(Math.round(this.b9.height));
315
315
  this.m.o(this.dq.getNativeElement(), 1, e, f, g, h, e, f, g, h);
316
316
  if (c) {
317
- this.m.z();
317
+ this.m.ab();
318
318
  }
319
319
  }
320
320
  dw() {
@@ -323,8 +323,8 @@ let TileSeriesView = /*@__PURE__*/ (() => {
323
323
  ds() {
324
324
  }
325
325
  dy(a) {
326
- if (this.dn.aax != null) {
327
- this.dn.aax.a6();
326
+ if (this.dn.aay != null) {
327
+ this.dn.aay.a6();
328
328
  }
329
329
  }
330
330
  }