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
@@ -23,24 +23,24 @@ let GeographicContourLineSeriesView = /*@__PURE__*/ (() => {
23
23
  a4() {
24
24
  super.a4();
25
25
  if (!this.t) {
26
- this.c2.jz = Defaults.z;
26
+ this.c2.jy = Defaults.z;
27
27
  }
28
28
  }
29
29
  ci() {
30
30
  super.ci();
31
- if (this.c2.xm != null) {
32
- this.c2.ye.zh = this.c2.yh;
33
- this.c2.ye.zr = this.c2.yl;
31
+ if (this.c2.xl != null) {
32
+ this.c2.yd.zg = this.c2.yg;
33
+ this.c2.yd.zq = this.c2.yk;
34
34
  }
35
35
  }
36
36
  c3() {
37
- if (this.c2.ye != null) {
38
- this.c2.ye.zh = this.c2.yh;
37
+ if (this.c2.yd != null) {
38
+ this.c2.yd.zg = this.c2.yg;
39
39
  }
40
40
  }
41
41
  c4() {
42
- if (this.c2.ye != null) {
43
- this.c2.ye.zr = this.c2.yl;
42
+ if (this.c2.yd != null) {
43
+ this.c2.yd.zq = this.c2.yk;
44
44
  }
45
45
  }
46
46
  }
@@ -53,7 +53,7 @@ let GeographicContourLineSeries = /*@__PURE__*/ (() => {
53
53
  bk() {
54
54
  return new GeographicContourLineSeries();
55
55
  }
56
- get_fn() {
56
+ get_fm() {
57
57
  return true;
58
58
  }
59
59
  constructor() {
@@ -61,70 +61,70 @@ let GeographicContourLineSeries = /*@__PURE__*/ (() => {
61
61
  this.triangulationStatusChanged = null;
62
62
  this.ab = GeographicContourLineSeries.$;
63
63
  }
64
- xr(a, b) {
65
- super.xr(a, b);
64
+ xq(a, b) {
65
+ super.xq(a, b);
66
66
  }
67
- xl() {
68
- this.ye = new ScatterContourSeries();
69
- let a = this.ye;
70
- a.triangulationStatusChanged = delegateCombine(a.triangulationStatusChanged, runOn(this, this.yo));
71
- let b = this.ye;
72
- b.propertyUpdated = delegateCombine(b.propertyUpdated, runOn(this, this.yp));
73
- return this.ye;
67
+ xk() {
68
+ this.yd = new ScatterContourSeries();
69
+ let a = this.yd;
70
+ a.triangulationStatusChanged = delegateCombine(a.triangulationStatusChanged, runOn(this, this.yn));
71
+ let b = this.yd;
72
+ b.propertyUpdated = delegateCombine(b.propertyUpdated, runOn(this, this.yo));
73
+ return this.yd;
74
74
  }
75
- yo(a, b) {
75
+ yn(a, b) {
76
76
  if (this.triangulationStatusChanged != null) {
77
77
  this.triangulationStatusChanged(this, b);
78
78
  }
79
79
  }
80
- yp(a, b) {
81
- let c = typeCast(ScatterContourSeries.$, this.xm);
80
+ yo(a, b) {
81
+ let c = typeCast(ScatterContourSeries.$, this.xl);
82
82
  if (c == null) {
83
83
  return;
84
84
  }
85
85
  if (b.propertyName == "ActualFillScale") {
86
- this.yg = c.zg;
86
+ this.yf = c.zf;
87
87
  }
88
88
  }
89
- s0() {
90
- super.s0();
89
+ sz() {
90
+ super.sz();
91
91
  }
92
92
  ct() {
93
93
  return new GeographicContourLineSeriesView(this);
94
94
  }
95
- ri(a) {
96
- super.ri(a);
97
- this.yi = a;
95
+ rh(a) {
96
+ super.rh(a);
97
+ this.yh = a;
98
98
  }
99
- rr(a, b, c, d) {
100
- super.rr(a, b, c, d);
99
+ rq(a, b, c, d) {
100
+ super.rq(a, b, c, d);
101
101
  switch (b) {
102
102
  case GeographicContourLineSeries.$$p[1]:
103
- this.yi.c3();
103
+ this.yh.c3();
104
104
  break;
105
105
  case GeographicContourLineSeries.$$p[2]:
106
- this.yi.c4();
106
+ this.yh.c4();
107
107
  break;
108
108
  case GeographicContourLineSeries.$$p[3]:
109
- this.ye.ze = this.yd;
109
+ this.yd.zd = this.yc;
110
110
  break;
111
111
  case "DashArray":
112
- this.ye.wn = this.wn;
112
+ this.yd.wm = this.wm;
113
113
  break;
114
114
  case "DashCap":
115
- this.ye.wo = this.wo;
115
+ this.yd.wn = this.wn;
116
116
  break;
117
117
  case "MiterLimit":
118
- this.ye.jq = this.jq;
118
+ this.yd.jp = this.jp;
119
119
  break;
120
120
  case "LineJoin":
121
- this.ye.wq = this.wq;
121
+ this.yd.wp = this.wp;
122
122
  break;
123
123
  }
124
124
  }
125
125
  }
126
126
  GeographicContourLineSeries.$t = /*@__PURE__*/ markType(GeographicContourLineSeries, 'GeographicContourLineSeries', GeographicXYTriangulatingSeries.$);
127
- GeographicContourLineSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicContourLineSeries, 'raisePropertyChanged', ['ActualFillScale:yg:yq', [ValueBrushScale.$, null], 'FillScale:yh:yr', [ValueBrushScale.$, null], 'ValueMemberPath:yl:ys', [2, "value"], 'ValueResolver:yd:yt', [ContourValueResolver.$, null]]);
127
+ GeographicContourLineSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicContourLineSeries, 'raisePropertyChanged', ['ActualFillScale:yf:yp', [ValueBrushScale.$, null], 'FillScale:yg:yq', [ValueBrushScale.$, null], 'ValueMemberPath:yk:yr', [2, "value"], 'ValueResolver:yc:ys', [ContourValueResolver.$, null]]);
128
128
  return GeographicContourLineSeries;
129
129
  })();
130
130
  export { GeographicContourLineSeries };
@@ -22,71 +22,71 @@ let GeographicHighDensityScatterSeriesView = /*@__PURE__*/ (() => {
22
22
  }
23
23
  ci() {
24
24
  super.ci();
25
- let a = typeCast(HighDensityScatterSeries.$, this.cu.xm);
26
- a.zv = this.cu.yb;
27
- a.z3 = this.cu.x9;
28
- a.x8 = this.cu.xy;
25
+ let a = typeCast(HighDensityScatterSeries.$, this.cu.xl);
26
+ a.zu = this.cu.ya;
27
+ a.z2 = this.cu.x8;
29
28
  a.x7 = this.cu.xx;
30
- a.gf = this.cu.xw;
31
- a.y3 = this.cu.x0;
29
+ a.x6 = this.cu.xw;
30
+ a.ge = this.cu.xv;
32
31
  a.y2 = this.cu.xz;
33
- a.aa1 = this.cu.yu;
32
+ a.y1 = this.cu.xy;
34
33
  a.aa0 = this.cu.yt;
35
- a.zf = this.cu.x3;
34
+ a.aaz = this.cu.ys;
35
+ a.ze = this.cu.x2;
36
36
  }
37
37
  c0() {
38
- this.cu.xm.zv = this.cu.yb;
38
+ this.cu.xl.zu = this.cu.ya;
39
39
  }
40
40
  cz() {
41
- this.cu.xm.z3 = this.cu.x9;
41
+ this.cu.xl.z2 = this.cu.x8;
42
42
  }
43
43
  c5() {
44
- this.cu.xm.x8 = this.cu.xy;
44
+ this.cu.xl.x7 = this.cu.xx;
45
45
  }
46
46
  c3() {
47
- this.cu.xm.x7 = this.cu.xx;
47
+ this.cu.xl.x6 = this.cu.xw;
48
48
  }
49
49
  c1() {
50
- this.cu.xm.gf = this.cu.xw;
50
+ this.cu.xl.ge = this.cu.xv;
51
51
  }
52
52
  cy() {
53
- this.cu.xm.y3 = this.cu.x0;
53
+ this.cu.xl.y2 = this.cu.xz;
54
54
  }
55
55
  cw() {
56
- this.cu.xm.y2 = this.cu.xz;
56
+ this.cu.xl.y1 = this.cu.xy;
57
57
  }
58
58
  c4() {
59
- let a = typeCast(HighDensityScatterSeries.$, this.cu.xm);
59
+ let a = typeCast(HighDensityScatterSeries.$, this.cu.xl);
60
60
  if (this.cu.dc == null) {
61
- a.xr = null;
62
- a.xt = null;
61
+ a.xq = null;
62
+ a.xs = null;
63
63
  return;
64
64
  }
65
- a.xr = this.cu.dc.zi;
66
- a.xt = this.cu.dc.zk;
65
+ a.xq = this.cu.dc.zh;
66
+ a.xs = this.cu.dc.zj;
67
67
  }
68
68
  c6() {
69
- this.cu.xm.xr = this.cu.dc.zi;
69
+ this.cu.xl.xq = this.cu.dc.zh;
70
70
  }
71
71
  c7() {
72
- this.cu.xm.xt = this.cu.dc.zk;
72
+ this.cu.xl.xs = this.cu.dc.zj;
73
73
  }
74
74
  cx() {
75
- this.cu.xm.aa1 = this.cu.yu;
75
+ this.cu.xl.aa0 = this.cu.yt;
76
76
  }
77
77
  cv() {
78
- this.cu.xm.aa0 = this.cu.yt;
78
+ this.cu.xl.aaz = this.cu.ys;
79
79
  }
80
80
  c2() {
81
- this.cu.xm.zf = this.cu.x3;
81
+ this.cu.xl.ze = this.cu.x2;
82
82
  }
83
83
  a4() {
84
84
  super.a4();
85
85
  if (!this.t) {
86
- this.cu.yu = Defaults.bf;
87
- this.cu.yt = Defaults.be;
88
- this.cu.v0 = Defaults.ba;
89
- this.cu.wg = Defaults.a9;
86
+ this.cu.yt = Defaults.bf;
87
+ this.cu.ys = Defaults.be;
88
+ this.cu.vz = Defaults.ba;
89
+ this.cu.wf = Defaults.a9;
90
90
  }
91
91
  }
92
92
  }
@@ -99,112 +99,112 @@ let GeographicHighDensityScatterSeries = /*@__PURE__*/ (() => {
99
99
  bk() {
100
100
  return new GeographicHighDensityScatterSeries();
101
101
  }
102
- jt() {
103
- if (!isNaN_(this.js)) {
104
- return super.jt();
102
+ js() {
103
+ if (!isNaN_(this.jr)) {
104
+ return super.js();
105
105
  }
106
106
  return Defaults.ad;
107
107
  }
108
- get_fs() {
108
+ get_fr() {
109
109
  return true;
110
110
  }
111
111
  constructor() {
112
112
  super();
113
- this.xu = null;
113
+ this.xt = null;
114
114
  this.progressiveLoadStatusChanged = null;
115
- this.x2 = 0;
115
+ this.x1 = 0;
116
116
  this.ab = GeographicHighDensityScatterSeries.$;
117
117
  }
118
118
  ct() {
119
119
  return new GeographicHighDensityScatterSeriesView(this);
120
120
  }
121
- ri(a) {
122
- super.ri(a);
123
- this.xv = a;
121
+ rh(a) {
122
+ super.rh(a);
123
+ this.xu = a;
124
124
  }
125
- xl() {
126
- this.xu = new HighDensityScatterSeries();
127
- return this.xu;
125
+ xk() {
126
+ this.xt = new HighDensityScatterSeries();
127
+ return this.xt;
128
128
  }
129
- get x4() {
130
- return this.x2;
129
+ get x3() {
130
+ return this.x1;
131
131
  }
132
- set x4(a) {
133
- let b = this.x2;
134
- this.x2 = a;
135
- this.raisePropertyChanged("ProgressiveStatus", b, this.x2);
132
+ set x3(a) {
133
+ let b = this.x1;
134
+ this.x1 = a;
135
+ this.raisePropertyChanged("ProgressiveStatus", b, this.x1);
136
136
  }
137
- xr(a, b) {
138
- super.xr(a, b);
139
- let c = this.xm;
140
- c.progressiveLoadStatusChanged = delegateCombine(c.progressiveLoadStatusChanged, runOn(this, this.yi));
141
- let d = this.xm;
142
- d.propertyUpdated = delegateCombine(d.propertyUpdated, runOn(this, this.yh));
137
+ xq(a, b) {
138
+ super.xq(a, b);
139
+ let c = this.xl;
140
+ c.progressiveLoadStatusChanged = delegateCombine(c.progressiveLoadStatusChanged, runOn(this, this.yh));
141
+ let d = this.xl;
142
+ d.propertyUpdated = delegateCombine(d.propertyUpdated, runOn(this, this.yg));
143
143
  }
144
- yi(a, b) {
145
- this.x4 = b.currentStatus;
144
+ yh(a, b) {
145
+ this.x3 = b.currentStatus;
146
146
  if (this.progressiveLoadStatusChanged != null) {
147
147
  this.progressiveLoadStatusChanged(this, b);
148
148
  }
149
149
  }
150
- yh(a, b) {
151
- if (this.xu == null) {
150
+ yg(a, b) {
151
+ if (this.xt == null) {
152
152
  return;
153
153
  }
154
154
  }
155
- rr(a, b, c, d) {
156
- super.rr(a, b, c, d);
155
+ rq(a, b, c, d) {
156
+ super.rq(a, b, c, d);
157
157
  switch (b) {
158
158
  case "SeriesViewer":
159
- this.xv.c4();
159
+ this.xu.c4();
160
160
  break;
161
161
  case GeographicHighDensityScatterSeries.$$p[5]:
162
- this.xv.c0();
162
+ this.xu.c0();
163
163
  break;
164
164
  case GeographicHighDensityScatterSeries.$$p[4]:
165
- this.xv.cz();
165
+ this.xu.cz();
166
166
  break;
167
167
  case GeographicHighDensityScatterSeries.$$p[9]:
168
- this.xv.c5();
168
+ this.xu.c5();
169
169
  break;
170
170
  case GeographicHighDensityScatterSeries.$$p[8]:
171
- this.xv.c3();
171
+ this.xu.c3();
172
172
  break;
173
173
  case GeographicHighDensityScatterSeries.$$p[6]:
174
- this.xv.c1();
174
+ this.xu.c1();
175
175
  break;
176
176
  case "XAxis":
177
- this.xv.c6();
177
+ this.xu.c6();
178
178
  break;
179
179
  case "YAxis":
180
- this.xv.c7();
180
+ this.xu.c7();
181
181
  break;
182
182
  case GeographicHighDensityScatterSeries.$$p[3]:
183
- this.xv.cy();
183
+ this.xu.cy();
184
184
  break;
185
185
  case GeographicHighDensityScatterSeries.$$p[1]:
186
- this.xv.cw();
186
+ this.xu.cw();
187
187
  break;
188
188
  case GeographicHighDensityScatterSeries.$$p[2]:
189
- this.xv.cx();
189
+ this.xu.cx();
190
190
  break;
191
191
  case GeographicHighDensityScatterSeries.$$p[0]:
192
- this.xv.cv();
192
+ this.xu.cv();
193
193
  break;
194
194
  case GeographicHighDensityScatterSeries.$$p[7]:
195
- this.xv.c2();
195
+ this.xu.c2();
196
196
  break;
197
197
  }
198
198
  }
199
- get_he() {
199
+ get_hd() {
200
200
  return true;
201
201
  }
202
- set_he(a) {
203
- super.set_he(a);
202
+ set_hd(a) {
203
+ super.set_hd(a);
204
204
  }
205
205
  }
206
206
  GeographicHighDensityScatterSeries.$t = /*@__PURE__*/ markType(GeographicHighDensityScatterSeries, 'GeographicHighDensityScatterSeries', GeographicMapSeriesHost.$);
207
- GeographicHighDensityScatterSeries.$$p = /*@__PURE__*/ 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]]);
207
+ GeographicHighDensityScatterSeries.$$p = /*@__PURE__*/ 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]]);
208
208
  return GeographicHighDensityScatterSeries;
209
209
  })();
210
210
  export { GeographicHighDensityScatterSeries };