igniteui-webcomponents-maps 5.0.3-beta.0 → 5.1.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 +1341 -1341
  2. package/bundles/igniteui-webcomponents-maps.umd.min.js +1 -1
  3. package/esm2015/lib/GeographicContourLineSeriesView_combined.js +33 -33
  4. package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +67 -67
  5. package/esm2015/lib/GeographicMapSeriesHost_combined.js +144 -144
  6. package/esm2015/lib/GeographicMarkerSeries.js +23 -23
  7. package/esm2015/lib/GeographicPolylineSeriesView_combined.js +15 -15
  8. package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +84 -84
  9. package/esm2015/lib/GeographicShapeSeriesBase_combined.js +55 -55
  10. package/esm2015/lib/GeographicShapeSeriesView_combined.js +47 -47
  11. package/esm2015/lib/GeographicSymbolSeriesView_combined.js +53 -53
  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 +75 -75
  16. package/esm2015/lib/XamGeographicMap_combined.js +443 -443
  17. package/esm2015/lib/igc-geographic-contour-line-series-component.js +8 -8
  18. package/esm2015/lib/igc-geographic-high-density-scatter-series-component.js +31 -31
  19. package/esm2015/lib/igc-geographic-map-component.js +49 -49
  20. package/esm2015/lib/igc-geographic-map-series-host-component.js +5 -5
  21. package/esm2015/lib/igc-geographic-marker-series-component.js +31 -31
  22. package/esm2015/lib/igc-geographic-polyline-series-component.js +12 -12
  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 +22 -22
  26. package/esm2015/lib/igc-geographic-shape-series-component.js +43 -43
  27. package/esm2015/lib/igc-geographic-symbol-series-component.js +19 -19
  28. package/esm2015/lib/igc-geographic-tile-series-component.js +3 -3
  29. package/esm2015/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
  30. package/esm2015/lib/igc-tile-series-component.js +2 -2
  31. package/esm5/lib/GeographicContourLineSeriesView_combined.js +33 -33
  32. package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +67 -67
  33. package/esm5/lib/GeographicMapSeriesHost_combined.js +142 -142
  34. package/esm5/lib/GeographicMarkerSeries.js +23 -23
  35. package/esm5/lib/GeographicPolylineSeriesView_combined.js +15 -15
  36. package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +84 -84
  37. package/esm5/lib/GeographicShapeSeriesBase_combined.js +54 -54
  38. package/esm5/lib/GeographicShapeSeriesView_combined.js +47 -47
  39. package/esm5/lib/GeographicSymbolSeriesView_combined.js +53 -53
  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 +73 -73
  44. package/esm5/lib/XamGeographicMap_combined.js +437 -437
  45. package/esm5/lib/igc-geographic-contour-line-series-component.js +8 -8
  46. package/esm5/lib/igc-geographic-high-density-scatter-series-component.js +31 -31
  47. package/esm5/lib/igc-geographic-map-component.js +49 -49
  48. package/esm5/lib/igc-geographic-map-series-host-component.js +5 -5
  49. package/esm5/lib/igc-geographic-marker-series-component.js +31 -31
  50. package/esm5/lib/igc-geographic-polyline-series-component.js +12 -12
  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 +22 -22
  54. package/esm5/lib/igc-geographic-shape-series-component.js +43 -43
  55. package/esm5/lib/igc-geographic-symbol-series-component.js +19 -19
  56. package/esm5/lib/igc-geographic-tile-series-component.js +3 -3
  57. package/esm5/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
  58. package/esm5/lib/igc-tile-series-component.js +2 -2
  59. package/fesm2015/igniteui-webcomponents-maps.js +1355 -1355
  60. package/fesm5/igniteui-webcomponents-maps.js +1341 -1341
  61. package/lib/GeographicContourLineSeriesView_combined.d.ts +10 -10
  62. package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +16 -16
  63. package/lib/GeographicMapSeriesHost_combined.d.ts +16 -16
  64. package/lib/GeographicMarkerSeries.d.ts +11 -11
  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 +21 -21
  69. package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
  70. package/lib/GeographicShapeSeriesBase_combined.d.ts +15 -15
  71. package/lib/GeographicShapeSeriesView_combined.d.ts +18 -18
  72. package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
  73. package/lib/GeographicSymbolSeriesView_combined.d.ts +14 -14
  74. package/lib/GeographicTileSeries.d.ts +8 -8
  75. package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
  76. package/lib/TileSeries_combined.d.ts +17 -17
  77. package/lib/XamGeographicMap_combined.d.ts +103 -103
  78. package/package.json +3 -3
@@ -27,44 +27,44 @@ export let TileSeries = /*@__PURE__*/ (() => {
27
27
  }
28
28
  constructor() {
29
29
  super();
30
+ this.zp = null;
30
31
  this.zo = null;
31
- this.zn = null;
32
32
  this.imageTilesReady = null;
33
- this.zr = null;
34
- this.zs = false;
33
+ this.zs = null;
34
+ this.zt = false;
35
35
  this.ab = TileSeries.$;
36
36
  }
37
37
  cr() {
38
38
  return new TileSeriesView(this);
39
39
  }
40
- qz(a) {
41
- super.qz(a);
42
- this.zm = a;
40
+ qy(a) {
41
+ super.qy(a);
42
+ this.zn = a;
43
43
  }
44
- get_xx() {
44
+ get_xy() {
45
45
  return false;
46
46
  }
47
- get zq() {
48
- return this.zo;
47
+ get zr() {
48
+ return this.zp;
49
49
  }
50
- set zq(a) {
51
- let b = a != this.zq;
50
+ set zr(a) {
51
+ let b = a != this.zr;
52
52
  if (b) {
53
- let c = this.zq;
54
- this.zo = a;
53
+ let c = this.zr;
54
+ this.zp = a;
55
55
  this.raisePropertyChanged("TileImagery", c, a);
56
56
  }
57
57
  }
58
- get zp() {
59
- return this.zn;
58
+ get zq() {
59
+ return this.zo;
60
60
  }
61
- set zp(a) {
62
- let b = this.zn;
63
- this.zn = a;
64
- this.raisePropertyChanged("ActualTileImagery", b, this.zn);
61
+ set zq(a) {
62
+ let b = this.zo;
63
+ this.zo = a;
64
+ this.raisePropertyChanged("ActualTileImagery", b, this.zo);
65
65
  }
66
- q7(a, b, c, d) {
67
- super.q7(a, b, c, d);
66
+ q6(a, b, c, d) {
67
+ super.q6(a, b, c, d);
68
68
  let e;
69
69
  let f;
70
70
  switch (b) {
@@ -72,78 +72,78 @@ 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.zw));
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.zw));
79
79
  }
80
- this.zm.dh(e, f);
81
- this.rp(false);
82
- this.qj();
80
+ this.zn.dh(e, f);
81
+ this.ro(false);
82
+ this.qi();
83
83
  break;
84
84
  case "ActualTileImagery":
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.zx));
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.zx));
93
93
  f.deferralHandler = this;
94
94
  }
95
- this.zm.dg(e, f);
95
+ this.zn.dg(e, f);
96
96
  if (f != null && typeCast(XamGeographicMap.$, this.da) !== null) {
97
97
  f.geographicMap = this.da;
98
- this.zy(this.cu);
99
- this.zm.dd(this.da.vx);
98
+ this.zz(this.cu);
99
+ this.zn.dd(this.da.v0);
100
100
  }
101
- this.qj();
101
+ this.qi();
102
102
  break;
103
103
  case "ActualWindowRect":
104
- this.zm.dd(d);
104
+ this.zn.dd(d);
105
105
  break;
106
106
  case "WorldRect":
107
- this.zm.dk(d);
107
+ this.zn.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.zq != null) {
113
+ this.zq.be(null);
114
114
  }
115
- if (h != null && this.zp != null) {
116
- this.zp.be(this.cu.w);
115
+ if (h != null && this.zq != null) {
116
+ this.zq.be(this.cu.w);
117
117
  }
118
118
  break;
119
119
  case "ActualBrush":
120
120
  case "ActualOutline":
121
121
  case "ActualThickness":
122
- this.ql();
122
+ this.qk();
123
123
  break;
124
124
  }
125
125
  }
126
- zv(a, b) {
126
+ zw(a, b) {
127
127
  if (b.propertyName == "MultiScaleImage") {
128
- this.zy(this.cu);
128
+ this.zz(this.cu);
129
129
  }
130
130
  }
131
- zw(a, b) {
131
+ zx(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.zt) {
136
+ this.zn.di();
137
137
  }
138
138
  }
139
139
  register(a, b) {
140
- this.zr = b;
140
+ this.zs = b;
141
141
  }
142
142
  unRegister(a) {
143
- this.zr = null;
143
+ this.zs = null;
144
144
  }
145
145
  deferredRefresh() {
146
- this.rp(false);
146
+ this.ro(false);
147
147
  }
148
148
  deferAction(a) {
149
149
  if (this.jy != null) {
@@ -154,53 +154,53 @@ export let TileSeries = /*@__PURE__*/ (() => {
154
154
  }
155
155
  }
156
156
  sm(a, b) {
157
- this.zm.dj();
157
+ this.zn.dj();
158
158
  super.sm(a, b);
159
159
  }
160
- rq(a) {
161
- super.rq(a);
162
- this.zx(a, this.cu);
160
+ rp(a) {
161
+ super.rp(a);
162
+ this.zy(a, this.cu);
163
163
  }
164
- zx(a, b) {
164
+ zy(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.zz(b);
172
+ if (this.zs != null) {
173
+ this.zt = true;
174
+ this.zs(a);
175
+ this.zt = false;
176
176
  }
177
177
  e.di();
178
178
  }
179
- ro(a, b, c, d, e) {
180
- super.ro(a, b, c, d, e);
179
+ rn(a, b, c, d, e) {
180
+ super.rn(a, b, c, d, e);
181
181
  let f = this.hm.item(d);
182
182
  f.a3(c);
183
183
  if (this.d4(f)) {
184
184
  return;
185
185
  }
186
- this.y5(f);
186
+ this.y6(f);
187
187
  }
188
- zy(a) {
188
+ zz(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.zr != null && this.zr.ao != null) {
195
+ if (this.zr != this.zq) {
196
+ this.zq = this.zr;
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.zq != null && !b.isEmpty) {
199
+ if (this.zq.width != b.width) {
200
+ this.zq.width = b.width;
201
201
  }
202
- if (this.zp.height != b.height) {
203
- this.zp.height = b.height;
202
+ if (this.zq.height != b.height) {
203
+ this.zq.height = b.height;
204
204
  }
205
205
  }
206
206
  }
@@ -257,8 +257,8 @@ 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.zr != null) {
261
+ this.da.zr.windowRect = a;
262
262
  }
263
263
  }
264
264
  dg(a, b) {
@@ -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.zr != null) {
297
+ this.da.zr.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.zr != null) {
332
+ this.da.zr.a6();
333
333
  }
334
334
  }
335
335
  }