igniteui-webcomponents-maps 5.0.3-beta.0 → 5.1.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 (79) hide show
  1. package/bundles/igniteui-webcomponents-maps.umd.js +1539 -1450
  2. package/bundles/igniteui-webcomponents-maps.umd.min.js +1 -1
  3. package/esm2015/lib/GeographicContourLineSeriesView_combined.js +34 -34
  4. package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +77 -77
  5. package/esm2015/lib/GeographicMapSeriesHost_combined.js +197 -182
  6. package/esm2015/lib/GeographicMarkerSeries.js +27 -27
  7. package/esm2015/lib/GeographicPolylineSeriesView_combined.js +14 -14
  8. package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +87 -87
  9. package/esm2015/lib/GeographicShapeSeriesBase_combined.js +75 -65
  10. package/esm2015/lib/GeographicShapeSeriesView_combined.js +53 -53
  11. package/esm2015/lib/GeographicSymbolSeriesView_combined.js +55 -55
  12. package/esm2015/lib/GeographicTileSeries.js +26 -26
  13. package/esm2015/lib/SphericalMercatorHorizontalScaler.js +2 -2
  14. package/esm2015/lib/SphericalMercatorVerticalScaler.js +2 -2
  15. package/esm2015/lib/TileSeries_combined.js +79 -79
  16. package/esm2015/lib/XamGeographicMap_combined.js +451 -451
  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 +21 -21
  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 +42 -42
  24. package/esm2015/lib/igc-geographic-scatter-area-series-component.js +8 -8
  25. package/esm2015/lib/igc-geographic-shape-series-base-component.js +76 -22
  26. package/esm2015/lib/igc-geographic-shape-series-component.js +44 -44
  27. package/esm2015/lib/igc-geographic-symbol-series-component.js +20 -20
  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 +34 -34
  32. package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +77 -77
  33. package/esm5/lib/GeographicMapSeriesHost_combined.js +195 -180
  34. package/esm5/lib/GeographicMarkerSeries.js +27 -27
  35. package/esm5/lib/GeographicPolylineSeriesView_combined.js +14 -14
  36. package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +87 -87
  37. package/esm5/lib/GeographicShapeSeriesBase_combined.js +74 -64
  38. package/esm5/lib/GeographicShapeSeriesView_combined.js +53 -53
  39. package/esm5/lib/GeographicSymbolSeriesView_combined.js +55 -55
  40. package/esm5/lib/GeographicTileSeries.js +25 -25
  41. package/esm5/lib/SphericalMercatorHorizontalScaler.js +2 -2
  42. package/esm5/lib/SphericalMercatorVerticalScaler.js +2 -2
  43. package/esm5/lib/TileSeries_combined.js +77 -77
  44. package/esm5/lib/XamGeographicMap_combined.js +444 -444
  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 +21 -21
  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 +42 -42
  52. package/esm5/lib/igc-geographic-scatter-area-series-component.js +8 -8
  53. package/esm5/lib/igc-geographic-shape-series-base-component.js +87 -21
  54. package/esm5/lib/igc-geographic-shape-series-component.js +44 -44
  55. package/esm5/lib/igc-geographic-symbol-series-component.js +20 -20
  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 +1545 -1468
  60. package/fesm5/igniteui-webcomponents-maps.js +1540 -1451
  61. package/lib/GeographicContourLineSeriesView_combined.d.ts +13 -13
  62. package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +23 -23
  63. package/lib/GeographicMapSeriesHost_combined.d.ts +44 -43
  64. package/lib/GeographicMarkerSeries.d.ts +16 -16
  65. package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
  66. package/lib/GeographicPolylineSeriesView_combined.d.ts +7 -7
  67. package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
  68. package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +25 -25
  69. package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
  70. package/lib/GeographicShapeSeriesBase_combined.d.ts +27 -23
  71. package/lib/GeographicShapeSeriesView_combined.d.ts +26 -26
  72. package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
  73. package/lib/GeographicSymbolSeriesView_combined.d.ts +19 -19
  74. package/lib/GeographicTileSeries.d.ts +9 -9
  75. package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
  76. package/lib/TileSeries_combined.d.ts +18 -18
  77. package/lib/XamGeographicMap_combined.d.ts +108 -108
  78. package/lib/igc-geographic-shape-series-base-component.d.ts +18 -0
  79. package/package.json +3 -3
@@ -16,59 +16,59 @@ export let GeographicTileSeries = /*@__PURE__*/ (() => {
16
16
  bj() {
17
17
  return new GeographicTileSeries();
18
18
  }
19
- get_f2() {
19
+ get_f3() {
20
20
  return true;
21
21
  }
22
22
  constructor() {
23
23
  super();
24
- this.x2 = null;
25
- this.x1 = null;
24
+ this.ye = null;
25
+ this.yd = null;
26
26
  this.imageTilesReady = null;
27
27
  this.ab = GeographicTileSeries.$;
28
28
  }
29
- get x3() {
30
- return this.x2;
29
+ get yf() {
30
+ return this.ye;
31
31
  }
32
- set x3(a) {
33
- let b = a != this.x3;
32
+ set yf(a) {
33
+ let b = a != this.yf;
34
34
  if (b) {
35
- let c = this.x3;
36
- this.x2 = a;
35
+ let c = this.yf;
36
+ this.ye = a;
37
37
  this.raisePropertyChanged("TileImagery", c, a);
38
38
  }
39
39
  }
40
- x7() {
41
- if (this.x3 != null) {
42
- this.x3.clearTileCache();
40
+ yj() {
41
+ if (this.yf != null) {
42
+ this.yf.clearTileCache();
43
43
  }
44
44
  }
45
45
  q7(a, b, c, d) {
46
46
  super.q7(a, b, c, d);
47
47
  switch (b) {
48
48
  case "TileImagery":
49
- if (this.wv != null) {
50
- this.wv.zq = this.x3;
49
+ if (this.wy != null) {
50
+ this.wy.z9 = this.yf;
51
51
  }
52
52
  break;
53
53
  }
54
54
  }
55
- w0() {
56
- super.w0();
57
- this.wv.zq = this.x3;
58
- if (this.x1 != null) {
59
- let a = this.x1;
60
- a.imageTilesReady = delegateRemove(a.imageTilesReady, runOn(this, this.x6));
55
+ w3(a, b) {
56
+ super.w3(a, b);
57
+ this.wy.z9 = this.yf;
58
+ if (this.yd != null) {
59
+ let c = this.yd;
60
+ c.imageTilesReady = delegateRemove(c.imageTilesReady, runOn(this, this.yi));
61
61
  }
62
- this.x1 = this.wv;
63
- if (this.x1 != null) {
64
- let b = this.x1;
65
- b.imageTilesReady = delegateCombine(b.imageTilesReady, runOn(this, this.x6));
62
+ this.yd = this.wy;
63
+ if (this.yd != null) {
64
+ let d = this.yd;
65
+ d.imageTilesReady = delegateCombine(d.imageTilesReady, runOn(this, this.yi));
66
66
  }
67
67
  }
68
- wu() {
68
+ wx() {
69
69
  return new TileSeries();
70
70
  }
71
- x6(a, b) {
71
+ yi(a, b) {
72
72
  if (this.imageTilesReady != null) {
73
73
  this.imageTilesReady(this, new ImageTilesReadyEventArgs());
74
74
  }
@@ -101,8 +101,8 @@ export let SphericalMercatorHorizontalScaler = /*@__PURE__*/ (() => {
101
101
  }
102
102
  }
103
103
  t(a, b, c, d, e) {
104
- d = a.ma;
105
- e = a.l9;
104
+ d = a.mc;
105
+ e = a.mb;
106
106
  return {
107
107
  p3: d,
108
108
  p4: e
@@ -116,8 +116,8 @@ export let SphericalMercatorVerticalScaler = /*@__PURE__*/ (() => {
116
116
  }
117
117
  }
118
118
  t(a, b, c, d, e) {
119
- d = this.ak(a.ma);
120
- e = this.ak(a.l9);
119
+ d = this.ak(a.mc);
120
+ e = this.ak(a.mb);
121
121
  return {
122
122
  p3: d,
123
123
  p4: e
@@ -22,46 +22,46 @@ export let TileSeries = /*@__PURE__*/ (() => {
22
22
  bj() {
23
23
  return new TileSeries();
24
24
  }
25
- get_f2() {
25
+ get_f3() {
26
26
  return true;
27
27
  }
28
28
  constructor() {
29
29
  super();
30
- this.zo = null;
31
- this.zn = null;
30
+ this.z7 = null;
31
+ this.z6 = null;
32
32
  this.imageTilesReady = null;
33
- this.zr = null;
34
- this.zs = false;
33
+ this.aaa = null;
34
+ this.aab = false;
35
35
  this.ab = TileSeries.$;
36
36
  }
37
- cr() {
37
+ cs() {
38
38
  return new TileSeriesView(this);
39
39
  }
40
40
  qz(a) {
41
41
  super.qz(a);
42
- this.zm = a;
42
+ this.z5 = a;
43
43
  }
44
- get_xx() {
44
+ get_x8() {
45
45
  return false;
46
46
  }
47
- get zq() {
48
- return this.zo;
47
+ get z9() {
48
+ return this.z7;
49
49
  }
50
- set zq(a) {
51
- let b = a != this.zq;
50
+ set z9(a) {
51
+ let b = a != this.z9;
52
52
  if (b) {
53
- let c = this.zq;
54
- this.zo = a;
53
+ let c = this.z9;
54
+ this.z7 = a;
55
55
  this.raisePropertyChanged("TileImagery", c, a);
56
56
  }
57
57
  }
58
- get zp() {
59
- return this.zn;
58
+ get z8() {
59
+ return this.z6;
60
60
  }
61
- set zp(a) {
62
- let b = this.zn;
63
- this.zn = a;
64
- this.raisePropertyChanged("ActualTileImagery", b, this.zn);
61
+ set z8(a) {
62
+ let b = this.z6;
63
+ this.z6 = a;
64
+ this.raisePropertyChanged("ActualTileImagery", b, this.z6);
65
65
  }
66
66
  q7(a, b, c, d) {
67
67
  super.q7(a, b, c, d);
@@ -72,12 +72,12 @@ export let TileSeries = /*@__PURE__*/ (() => {
72
72
  e = c;
73
73
  f = d;
74
74
  if (e != null) {
75
- e.propertyChanged = delegateRemove(e.propertyChanged, runOn(this, this.zv));
75
+ e.propertyChanged = delegateRemove(e.propertyChanged, runOn(this, this.aae));
76
76
  }
77
77
  if (f != null) {
78
- f.propertyChanged = delegateCombine(f.propertyChanged, runOn(this, this.zv));
78
+ f.propertyChanged = delegateCombine(f.propertyChanged, runOn(this, this.aae));
79
79
  }
80
- this.zm.dh(e, f);
80
+ this.z5.dh(e, f);
81
81
  this.rp(false);
82
82
  this.qj();
83
83
  break;
@@ -85,35 +85,35 @@ export let TileSeries = /*@__PURE__*/ (() => {
85
85
  e = c;
86
86
  f = d;
87
87
  if (e != null) {
88
- e.imageTilesReady = delegateRemove(e.imageTilesReady, runOn(this, this.zw));
88
+ e.imageTilesReady = delegateRemove(e.imageTilesReady, runOn(this, this.aaf));
89
89
  e.deferralHandler = null;
90
90
  }
91
91
  if (f != null) {
92
- f.imageTilesReady = delegateCombine(f.imageTilesReady, runOn(this, this.zw));
92
+ f.imageTilesReady = delegateCombine(f.imageTilesReady, runOn(this, this.aaf));
93
93
  f.deferralHandler = this;
94
94
  }
95
- this.zm.dg(e, f);
96
- if (f != null && typeCast(XamGeographicMap.$, this.da) !== null) {
97
- f.geographicMap = this.da;
98
- this.zy(this.cu);
99
- this.zm.dd(this.da.vx);
95
+ this.z5.dg(e, f);
96
+ if (f != null && typeCast(XamGeographicMap.$, this.db) !== null) {
97
+ f.geographicMap = this.db;
98
+ this.aah(this.cv);
99
+ this.z5.dd(this.db.v4);
100
100
  }
101
101
  this.qj();
102
102
  break;
103
103
  case "ActualWindowRect":
104
- this.zm.dd(d);
104
+ this.z5.dd(d);
105
105
  break;
106
106
  case "WorldRect":
107
- this.zm.dk(d);
107
+ this.z5.dk(d);
108
108
  break;
109
109
  case "SeriesViewer":
110
110
  let g = c;
111
111
  let h = d;
112
- if (g != null && this.zp != null) {
113
- this.zp.be(null);
112
+ if (g != null && this.z8 != null) {
113
+ this.z8.be(null);
114
114
  }
115
- if (h != null && this.zp != null) {
116
- this.zp.be(this.cu.w);
115
+ if (h != null && this.z8 != null) {
116
+ this.z8.be(this.cv.w);
117
117
  }
118
118
  break;
119
119
  case "ActualBrush":
@@ -123,90 +123,90 @@ export let TileSeries = /*@__PURE__*/ (() => {
123
123
  break;
124
124
  }
125
125
  }
126
- zv(a, b) {
126
+ aae(a, b) {
127
127
  if (b.propertyName == "MultiScaleImage") {
128
- this.zy(this.cu);
128
+ this.aah(this.cv);
129
129
  }
130
130
  }
131
- zw(a, b) {
131
+ aaf(a, b) {
132
132
  if (this.imageTilesReady != null) {
133
133
  this.imageTilesReady(this, new EventArgs());
134
134
  }
135
- if (!this.zs) {
136
- this.zm.di();
135
+ if (!this.aab) {
136
+ this.z5.di();
137
137
  }
138
138
  }
139
139
  register(a, b) {
140
- this.zr = b;
140
+ this.aaa = b;
141
141
  }
142
142
  unRegister(a) {
143
- this.zr = null;
143
+ this.aaa = null;
144
144
  }
145
145
  deferredRefresh() {
146
146
  this.rp(false);
147
147
  }
148
148
  deferAction(a) {
149
- if (this.jy != null) {
150
- this.jy.setTimeout(a, 0);
149
+ if (this.jz != null) {
150
+ this.jz.setTimeout(a, 0);
151
151
  }
152
152
  else {
153
153
  window.setTimeout(a, 0);
154
154
  }
155
155
  }
156
- sm(a, b) {
157
- this.zm.dj();
158
- super.sm(a, b);
156
+ so(a, b) {
157
+ this.z5.dj();
158
+ super.so(a, b);
159
159
  }
160
160
  rq(a) {
161
161
  super.rq(a);
162
- this.zx(a, this.cu);
162
+ this.aag(a, this.cv);
163
163
  }
164
- zx(a, b) {
164
+ aag(a, b) {
165
165
  let c;
166
166
  let d;
167
167
  let e = b;
168
168
  let f = b.getViewInfo(c, d);
169
169
  c = f.p0;
170
170
  d = f.p1;
171
- this.zy(b);
172
- if (this.zr != null) {
173
- this.zs = true;
174
- this.zr(a);
175
- this.zs = false;
171
+ this.aah(b);
172
+ if (this.aaa != null) {
173
+ this.aab = true;
174
+ this.aaa(a);
175
+ this.aab = false;
176
176
  }
177
177
  e.di();
178
178
  }
179
179
  ro(a, b, c, d, e) {
180
180
  super.ro(a, b, c, d, e);
181
- let f = this.hm.item(d);
181
+ let f = this.hn.item(d);
182
182
  f.a3(c);
183
- if (this.d4(f)) {
183
+ if (this.d5(f)) {
184
184
  return;
185
185
  }
186
- this.y5(f);
186
+ this.zl(f);
187
187
  }
188
- zy(a) {
188
+ aah(a) {
189
189
  let b;
190
190
  let c;
191
191
  let d = a.getViewInfo(b, c);
192
192
  b = d.p0;
193
193
  c = d.p1;
194
- if (this.zq != null && this.zq.ao != null) {
195
- if (this.zq != this.zp) {
196
- this.zp = this.zq;
194
+ if (this.z9 != null && this.z9.ao != null) {
195
+ if (this.z9 != this.z8) {
196
+ this.z8 = this.z9;
197
197
  }
198
- if (this.zp != null && !b.isEmpty) {
199
- if (this.zp.width != b.width) {
200
- this.zp.width = b.width;
198
+ if (this.z8 != null && !b.isEmpty) {
199
+ if (this.z8.width != b.width) {
200
+ this.z8.width = b.width;
201
201
  }
202
- if (this.zp.height != b.height) {
203
- this.zp.height = b.height;
202
+ if (this.z8.height != b.height) {
203
+ this.z8.height = b.height;
204
204
  }
205
205
  }
206
206
  }
207
207
  }
208
- o4(a, b) {
209
- super.o4(a, b);
208
+ o5(a, b) {
209
+ super.o5(a, b);
210
210
  b.de();
211
211
  }
212
212
  }
@@ -229,8 +229,8 @@ export let TileSeriesView = /*@__PURE__*/ (() => {
229
229
  au() {
230
230
  super.au();
231
231
  if (!this.q) {
232
- this.da.vr = Defaults.ao;
233
- this.da.vb = Defaults.an;
232
+ this.da.vt = Defaults.ao;
233
+ this.da.vd = Defaults.an;
234
234
  }
235
235
  }
236
236
  ck(a, b) {
@@ -257,14 +257,14 @@ export let TileSeriesView = /*@__PURE__*/ (() => {
257
257
  this.as();
258
258
  }
259
259
  dd(a) {
260
- if (this.da.zq != null) {
261
- this.da.zq.windowRect = a;
260
+ if (this.da.z9 != null) {
261
+ this.da.z9.windowRect = a;
262
262
  }
263
263
  }
264
264
  dg(a, b) {
265
265
  if (this.dc == null) {
266
- this.dc = this.e.jy.createElement("canvas");
267
- let c = this.e.jy.get2DCanvasContext(this.dc);
266
+ this.dc = this.e.jz.createElement("canvas");
267
+ let c = this.e.jz.get2DCanvasContext(this.dc);
268
268
  this.db = new RenderingContext(new CanvasViewRenderer(), c);
269
269
  this.dc.setAttribute("width", this.bx.width.toString());
270
270
  this.dc.setAttribute("height", this.bx.height.toString());
@@ -293,8 +293,8 @@ export let TileSeriesView = /*@__PURE__*/ (() => {
293
293
  this.dc.setAttribute("width", this.bx.width.toString());
294
294
  this.dc.setAttribute("height", this.bx.height.toString());
295
295
  }
296
- if (this.da.zq != null) {
297
- this.da.zq.bf(this.bx);
296
+ if (this.da.z9 != null) {
297
+ this.da.z9.bf(this.bx);
298
298
  }
299
299
  }
300
300
  a8(a, b) {
@@ -328,8 +328,8 @@ export let TileSeriesView = /*@__PURE__*/ (() => {
328
328
  de() {
329
329
  }
330
330
  dk(a) {
331
- if (this.da.zq != null) {
332
- this.da.zq.a6();
331
+ if (this.da.z9 != null) {
332
+ this.da.z9.a6();
333
333
  }
334
334
  }
335
335
  }