igniteui-angular-maps 18.2.0-beta.1 → 18.2.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 (72) hide show
  1. package/bundles/igniteui-angular-maps.umd.js +935 -935
  2. package/bundles/igniteui-angular-maps.umd.min.js +1 -1
  3. package/esm2015/lib/GeographicContourLineSeriesView_combined.js +35 -35
  4. package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +71 -71
  5. package/esm2015/lib/GeographicMapSeriesHost_combined.js +165 -165
  6. package/esm2015/lib/GeographicMarkerSeries.js +26 -26
  7. package/esm2015/lib/GeographicPolylineSeriesView_combined.js +15 -15
  8. package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +85 -85
  9. package/esm2015/lib/GeographicShapeSeriesBase_combined.js +58 -58
  10. package/esm2015/lib/GeographicShapeSeriesView_combined.js +50 -50
  11. package/esm2015/lib/GeographicSymbolSeriesView_combined.js +52 -52
  12. package/esm2015/lib/GeographicTileSeries.js +27 -27
  13. package/esm2015/lib/TileSeries_combined.js +80 -80
  14. package/esm2015/lib/XamGeographicMap_combined.js +81 -81
  15. package/esm2015/lib/igx-geographic-contour-line-series-component.js +8 -8
  16. package/esm2015/lib/igx-geographic-high-density-scatter-series-component.js +22 -22
  17. package/esm2015/lib/igx-geographic-map-series-host-component.js +11 -11
  18. package/esm2015/lib/igx-geographic-marker-series-component.js +22 -22
  19. package/esm2015/lib/igx-geographic-polyline-series-component.js +10 -10
  20. package/esm2015/lib/igx-geographic-proportional-symbol-series-component.js +32 -32
  21. package/esm2015/lib/igx-geographic-scatter-area-series-component.js +7 -7
  22. package/esm2015/lib/igx-geographic-shape-series-base-component.js +22 -22
  23. package/esm2015/lib/igx-geographic-shape-series-component.js +32 -32
  24. package/esm2015/lib/igx-geographic-symbol-series-component.js +14 -14
  25. package/esm2015/lib/igx-geographic-tile-series-component.js +3 -3
  26. package/esm2015/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  27. package/esm2015/lib/igx-tile-series-component.js +2 -2
  28. package/esm5/lib/GeographicContourLineSeriesView_combined.js +35 -35
  29. package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +71 -71
  30. package/esm5/lib/GeographicMapSeriesHost_combined.js +163 -163
  31. package/esm5/lib/GeographicMarkerSeries.js +26 -26
  32. package/esm5/lib/GeographicPolylineSeriesView_combined.js +15 -15
  33. package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +85 -85
  34. package/esm5/lib/GeographicShapeSeriesBase_combined.js +57 -57
  35. package/esm5/lib/GeographicShapeSeriesView_combined.js +50 -50
  36. package/esm5/lib/GeographicSymbolSeriesView_combined.js +52 -52
  37. package/esm5/lib/GeographicTileSeries.js +26 -26
  38. package/esm5/lib/TileSeries_combined.js +78 -78
  39. package/esm5/lib/XamGeographicMap_combined.js +80 -80
  40. package/esm5/lib/igx-geographic-contour-line-series-component.js +8 -8
  41. package/esm5/lib/igx-geographic-high-density-scatter-series-component.js +22 -22
  42. package/esm5/lib/igx-geographic-map-series-host-component.js +11 -11
  43. package/esm5/lib/igx-geographic-marker-series-component.js +22 -22
  44. package/esm5/lib/igx-geographic-polyline-series-component.js +10 -10
  45. package/esm5/lib/igx-geographic-proportional-symbol-series-component.js +32 -32
  46. package/esm5/lib/igx-geographic-scatter-area-series-component.js +7 -7
  47. package/esm5/lib/igx-geographic-shape-series-base-component.js +22 -22
  48. package/esm5/lib/igx-geographic-shape-series-component.js +32 -32
  49. package/esm5/lib/igx-geographic-symbol-series-component.js +14 -14
  50. package/esm5/lib/igx-geographic-tile-series-component.js +3 -3
  51. package/esm5/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  52. package/esm5/lib/igx-tile-series-component.js +2 -2
  53. package/fesm2015/igniteui-angular-maps.js +942 -942
  54. package/fesm5/igniteui-angular-maps.js +935 -935
  55. package/lib/GeographicContourLineSeriesView_combined.d.ts +13 -13
  56. package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +19 -19
  57. package/lib/GeographicMapSeriesHost_combined.d.ts +28 -28
  58. package/lib/GeographicMarkerSeries.d.ts +14 -14
  59. package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
  60. package/lib/GeographicPolylineSeriesView_combined.d.ts +7 -7
  61. package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
  62. package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +23 -23
  63. package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
  64. package/lib/GeographicShapeSeriesBase_combined.d.ts +20 -20
  65. package/lib/GeographicShapeSeriesView_combined.d.ts +23 -23
  66. package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
  67. package/lib/GeographicSymbolSeriesView_combined.d.ts +16 -16
  68. package/lib/GeographicTileSeries.d.ts +9 -9
  69. package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
  70. package/lib/TileSeries_combined.d.ts +19 -19
  71. package/lib/XamGeographicMap_combined.d.ts +20 -20
  72. package/package.json +2 -2
@@ -21,11 +21,11 @@ export let TileSeries = /*@__PURE__*/ (() => {
21
21
  class TileSeries extends ShapeSeriesBase {
22
22
  constructor() {
23
23
  super();
24
- this.z7 = null;
25
- this.z6 = null;
24
+ this.z9 = null;
25
+ this.z8 = null;
26
26
  this.imageTilesReady = null;
27
- this.aaa = null;
28
- this.aab = false;
27
+ this.aac = null;
28
+ this.aad = false;
29
29
  this.ab = TileSeries.$;
30
30
  }
31
31
  bj() {
@@ -37,34 +37,34 @@ export let TileSeries = /*@__PURE__*/ (() => {
37
37
  cs() {
38
38
  return new TileSeriesView(this);
39
39
  }
40
- qz(a) {
41
- super.qz(a);
42
- this.z5 = a;
40
+ q1(a) {
41
+ super.q1(a);
42
+ this.z7 = a;
43
43
  }
44
- get_x8() {
44
+ get_ya() {
45
45
  return false;
46
46
  }
47
- get z9() {
48
- return this.z7;
47
+ get aab() {
48
+ return this.z9;
49
49
  }
50
- set z9(a) {
51
- let b = a != this.z9;
50
+ set aab(a) {
51
+ let b = a != this.aab;
52
52
  if (b) {
53
- let c = this.z9;
54
- this.z7 = a;
53
+ let c = this.aab;
54
+ this.z9 = a;
55
55
  this.raisePropertyChanged("TileImagery", c, a);
56
56
  }
57
57
  }
58
- get z8() {
59
- return this.z6;
58
+ get aaa() {
59
+ return this.z8;
60
60
  }
61
- set z8(a) {
62
- let b = this.z6;
63
- this.z6 = a;
64
- this.raisePropertyChanged("ActualTileImagery", b, this.z6);
61
+ set aaa(a) {
62
+ let b = this.z8;
63
+ this.z8 = a;
64
+ this.raisePropertyChanged("ActualTileImagery", b, this.z8);
65
65
  }
66
- q7(a, b, c, d) {
67
- super.q7(a, b, c, d);
66
+ q9(a, b, c, d) {
67
+ super.q9(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.aae));
75
+ e.propertyChanged = delegateRemove(e.propertyChanged, runOn(this, this.aag));
76
76
  }
77
77
  if (f != null) {
78
- f.propertyChanged = delegateCombine(f.propertyChanged, runOn(this, this.aae));
78
+ f.propertyChanged = delegateCombine(f.propertyChanged, runOn(this, this.aag));
79
79
  }
80
- this.z5.dh(e, f);
81
- this.rp(false);
82
- this.qj();
80
+ this.z7.dh(e, f);
81
+ this.rr(false);
82
+ this.ql();
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.aaf));
88
+ e.imageTilesReady = delegateRemove(e.imageTilesReady, runOn(this, this.aah));
89
89
  e.deferralHandler = null;
90
90
  }
91
91
  if (f != null) {
92
- f.imageTilesReady = delegateCombine(f.imageTilesReady, runOn(this, this.aaf));
92
+ f.imageTilesReady = delegateCombine(f.imageTilesReady, runOn(this, this.aah));
93
93
  f.deferralHandler = this;
94
94
  }
95
- this.z5.dg(e, f);
95
+ this.z7.dg(e, f);
96
96
  if (f != null && typeCast(XamGeographicMap.$, this.db) !== null) {
97
97
  f.geographicMap = this.db;
98
- this.aah(this.cv);
99
- this.z5.dd(this.db.v4);
98
+ this.aaj(this.cv);
99
+ this.z7.dd(this.db.v4);
100
100
  }
101
- this.qj();
101
+ this.ql();
102
102
  break;
103
103
  case "ActualWindowRect":
104
- this.z5.dd(d);
104
+ this.z7.dd(d);
105
105
  break;
106
106
  case "WorldRect":
107
- this.z5.dk(d);
107
+ this.z7.dk(d);
108
108
  break;
109
109
  case "SeriesViewer":
110
110
  let g = c;
111
111
  let h = d;
112
- if (g != null && this.z8 != null) {
113
- this.z8.be(null);
112
+ if (g != null && this.aaa != null) {
113
+ this.aaa.be(null);
114
114
  }
115
- if (h != null && this.z8 != null) {
116
- this.z8.be(this.cv.w);
115
+ if (h != null && this.aaa != null) {
116
+ this.aaa.be(this.cv.w);
117
117
  }
118
118
  break;
119
119
  case "ActualBrush":
120
120
  case "ActualOutline":
121
121
  case "ActualThickness":
122
- this.ql();
122
+ this.qn();
123
123
  break;
124
124
  }
125
125
  }
126
- aae(a, b) {
126
+ aag(a, b) {
127
127
  if (b.propertyName == "MultiScaleImage") {
128
- this.aah(this.cv);
128
+ this.aaj(this.cv);
129
129
  }
130
130
  }
131
- aaf(a, b) {
131
+ aah(a, b) {
132
132
  if (this.imageTilesReady != null) {
133
133
  this.imageTilesReady(this, new EventArgs());
134
134
  }
135
- if (!this.aab) {
136
- this.z5.di();
135
+ if (!this.aad) {
136
+ this.z7.di();
137
137
  }
138
138
  }
139
139
  register(a, b) {
140
- this.aaa = b;
140
+ this.aac = b;
141
141
  }
142
142
  unRegister(a) {
143
- this.aaa = null;
143
+ this.aac = null;
144
144
  }
145
145
  deferredRefresh() {
146
- this.rp(false);
146
+ this.rr(false);
147
147
  }
148
148
  deferAction(a) {
149
149
  if (this.jz != null) {
@@ -153,54 +153,54 @@ export let TileSeries = /*@__PURE__*/ (() => {
153
153
  window.setTimeout(a, 0);
154
154
  }
155
155
  }
156
- so(a, b) {
157
- this.z5.dj();
158
- super.so(a, b);
156
+ sq(a, b) {
157
+ this.z7.dj();
158
+ super.sq(a, b);
159
159
  }
160
- rq(a) {
161
- super.rq(a);
162
- this.aag(a, this.cv);
160
+ rs(a) {
161
+ super.rs(a);
162
+ this.aai(a, this.cv);
163
163
  }
164
- aag(a, b) {
164
+ aai(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.aah(b);
172
- if (this.aaa != null) {
173
- this.aab = true;
174
- this.aaa(a);
175
- this.aab = false;
171
+ this.aaj(b);
172
+ if (this.aac != null) {
173
+ this.aad = true;
174
+ this.aac(a);
175
+ this.aad = 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
+ rq(a, b, c, d, e) {
180
+ super.rq(a, b, c, d, e);
181
181
  let f = this.hn.item(d);
182
182
  f.a3(c);
183
183
  if (this.d5(f)) {
184
184
  return;
185
185
  }
186
- this.zl(f);
186
+ this.zn(f);
187
187
  }
188
- aah(a) {
188
+ aaj(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.z9 != null && this.z9.ao != null) {
195
- if (this.z9 != this.z8) {
196
- this.z8 = this.z9;
194
+ if (this.aab != null && this.aab.ao != null) {
195
+ if (this.aab != this.aaa) {
196
+ this.aaa = this.aab;
197
197
  }
198
- if (this.z8 != null && !b.isEmpty) {
199
- if (this.z8.width != b.width) {
200
- this.z8.width = b.width;
198
+ if (this.aaa != null && !b.isEmpty) {
199
+ if (this.aaa.width != b.width) {
200
+ this.aaa.width = b.width;
201
201
  }
202
- if (this.z8.height != b.height) {
203
- this.z8.height = b.height;
202
+ if (this.aaa.height != b.height) {
203
+ this.aaa.height = b.height;
204
204
  }
205
205
  }
206
206
  }
@@ -229,8 +229,8 @@ export let TileSeriesView = /*@__PURE__*/ (() => {
229
229
  au() {
230
230
  super.au();
231
231
  if (!this.q) {
232
- this.da.vt = Defaults.ao;
233
- this.da.vd = Defaults.an;
232
+ this.da.vv = Defaults.ao;
233
+ this.da.vf = Defaults.an;
234
234
  }
235
235
  }
236
236
  ck(a, b) {
@@ -257,8 +257,8 @@ export let TileSeriesView = /*@__PURE__*/ (() => {
257
257
  this.as();
258
258
  }
259
259
  dd(a) {
260
- if (this.da.z9 != null) {
261
- this.da.z9.windowRect = a;
260
+ if (this.da.aab != null) {
261
+ this.da.aab.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.z9 != null) {
297
- this.da.z9.bf(this.bx);
296
+ if (this.da.aab != null) {
297
+ this.da.aab.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.z9 != null) {
332
- this.da.z9.a6();
331
+ if (this.da.aab != null) {
332
+ this.da.aab.a6();
333
333
  }
334
334
  }
335
335
  }
@@ -313,7 +313,7 @@ export let XamGeographicMap = /*@__PURE__*/ (() => {
313
313
  x4() {
314
314
  this.w4.ee();
315
315
  for (let a of fromEnum(this.series)) {
316
- a.sa();
316
+ a.sc();
317
317
  }
318
318
  }
319
319
  x7() {
@@ -709,7 +709,7 @@ export let XamGeographicMap = /*@__PURE__*/ (() => {
709
709
  break;
710
710
  case "ActualWorldRect":
711
711
  for (let g of fromEnum(this.series)) {
712
- g.rp(false);
712
+ g.rr(false);
713
713
  }
714
714
  break;
715
715
  case XamGeographicMap.$$p[5]:
@@ -740,7 +740,7 @@ export let XamGeographicMap = /*@__PURE__*/ (() => {
740
740
  break;
741
741
  case "MarkerAutomaticBehavior":
742
742
  for (let i of fromEnum(this.series)) {
743
- i.qe();
743
+ i.qg();
744
744
  }
745
745
  break;
746
746
  }
@@ -782,7 +782,7 @@ export let XamGeographicMap = /*@__PURE__*/ (() => {
782
782
  let c = b;
783
783
  let d = a;
784
784
  d.itemsSource = c.triangulationSource.points;
785
- d.w7 = c.triangulationSource.triangles;
785
+ d.w9 = c.triangulationSource.triangles;
786
786
  }
787
787
  else {
788
788
  super.rd(a, b);
@@ -1091,41 +1091,41 @@ export let GeographicXYTriangulatingSeriesView = /*@__PURE__*/ (() => {
1091
1091
  }
1092
1092
  b5() {
1093
1093
  super.b5();
1094
- let a = this.ch.wy;
1095
- a.xy = this.ch.xa;
1096
- a.x6 = this.ch.w8;
1097
- a.trianglesSource = this.ch.w7;
1098
- a.xm = this.ch.xd;
1094
+ let a = this.ch.w0;
1095
+ a.x0 = this.ch.xc;
1096
+ a.x8 = this.ch.xa;
1097
+ a.trianglesSource = this.ch.w9;
1099
1098
  a.xo = this.ch.xf;
1100
1099
  a.xq = this.ch.xh;
1100
+ a.xs = this.ch.xj;
1101
1101
  }
1102
1102
  ck() {
1103
- let a = this.ch.wy;
1103
+ let a = this.ch.w0;
1104
1104
  if (this.ch.db == null) {
1105
- a.ww = null;
1106
- a.wx = null;
1105
+ a.wy = null;
1106
+ a.wz = null;
1107
1107
  return;
1108
1108
  }
1109
- a.ww = this.ch.db.ws;
1110
- a.wx = this.ch.db.wu;
1109
+ a.wy = this.ch.db.ws;
1110
+ a.wz = this.ch.db.wu;
1111
1111
  }
1112
1112
  cj() {
1113
- this.ch.wy.xy = this.ch.xa;
1113
+ this.ch.w0.x0 = this.ch.xc;
1114
1114
  }
1115
1115
  ci() {
1116
- this.ch.wy.x6 = this.ch.w8;
1116
+ this.ch.w0.x8 = this.ch.xa;
1117
1117
  }
1118
1118
  cl() {
1119
- this.ch.wy.trianglesSource = this.ch.w7;
1119
+ this.ch.w0.trianglesSource = this.ch.w9;
1120
1120
  }
1121
1121
  cm() {
1122
- this.ch.wy.xm = this.ch.xd;
1122
+ this.ch.w0.xo = this.ch.xf;
1123
1123
  }
1124
1124
  cn() {
1125
- this.ch.wy.xo = this.ch.xf;
1125
+ this.ch.w0.xq = this.ch.xh;
1126
1126
  }
1127
1127
  co() {
1128
- this.ch.wy.xq = this.ch.xh;
1128
+ this.ch.w0.xs = this.ch.xj;
1129
1129
  }
1130
1130
  }
1131
1131
  GeographicXYTriangulatingSeriesView.$t = markType(GeographicXYTriangulatingSeriesView, 'GeographicXYTriangulatingSeriesView', HostSeriesView.$);
@@ -1148,19 +1148,19 @@ export let GeographicScatterAreaSeriesView = /*@__PURE__*/ (() => {
1148
1148
  }
1149
1149
  b5() {
1150
1150
  super.b5();
1151
- if (this.cp.xs != null) {
1152
- this.cp.xs.y5 = this.cp.xw;
1153
- this.cp.xs.yt = this.cp.xr;
1151
+ if (this.cp.xu != null) {
1152
+ this.cp.xu.y7 = this.cp.xy;
1153
+ this.cp.xu.yv = this.cp.xt;
1154
1154
  }
1155
1155
  }
1156
1156
  cq() {
1157
- if (this.cp.xs != null) {
1158
- this.cp.xs.y5 = this.cp.xw;
1157
+ if (this.cp.xu != null) {
1158
+ this.cp.xu.y7 = this.cp.xy;
1159
1159
  }
1160
1160
  }
1161
1161
  cr() {
1162
- if (this.cp.xs != null) {
1163
- this.cp.xs.yt = this.cp.xr;
1162
+ if (this.cp.xu != null) {
1163
+ this.cp.xu.yv = this.cp.xt;
1164
1164
  }
1165
1165
  }
1166
1166
  }
@@ -1358,39 +1358,39 @@ export let GeographicXYTriangulatingSeries = /*@__PURE__*/ (() => {
1358
1358
  cs() {
1359
1359
  return new GeographicXYTriangulatingSeriesView(this);
1360
1360
  }
1361
- qz(a) {
1362
- super.qz(a);
1363
- this.w6 = a;
1361
+ q1(a) {
1362
+ super.q1(a);
1363
+ this.w8 = a;
1364
1364
  }
1365
- q7(a, b, c, d) {
1366
- super.q7(a, b, c, d);
1365
+ q9(a, b, c, d) {
1366
+ super.q9(a, b, c, d);
1367
1367
  switch (b) {
1368
1368
  case "SeriesViewer":
1369
- this.w6.ck();
1369
+ this.w8.ck();
1370
1370
  break;
1371
1371
  case GeographicXYTriangulatingSeries.$$p[1]:
1372
- this.w6.cj();
1372
+ this.w8.cj();
1373
1373
  break;
1374
1374
  case GeographicXYTriangulatingSeries.$$p[0]:
1375
- this.w6.ci();
1375
+ this.w8.ci();
1376
1376
  break;
1377
1377
  case GeographicXYTriangulatingSeries.$$p[5]:
1378
- this.w6.cl();
1378
+ this.w8.cl();
1379
1379
  break;
1380
1380
  case GeographicXYTriangulatingSeries.$$p[2]:
1381
- this.w6.cm();
1381
+ this.w8.cm();
1382
1382
  break;
1383
1383
  case GeographicXYTriangulatingSeries.$$p[3]:
1384
- this.w6.cn();
1384
+ this.w8.cn();
1385
1385
  break;
1386
1386
  case GeographicXYTriangulatingSeries.$$p[4]:
1387
- this.w6.co();
1387
+ this.w8.co();
1388
1388
  break;
1389
1389
  }
1390
1390
  }
1391
1391
  }
1392
1392
  GeographicXYTriangulatingSeries.$t = markType(GeographicXYTriangulatingSeries, 'GeographicXYTriangulatingSeries', GeographicMapSeriesHost.$);
1393
- GeographicXYTriangulatingSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicXYTriangulatingSeries, 'raisePropertyChanged', ['LatitudeMemberPath:w8:xj', [2, "pointY"], 'LongitudeMemberPath:xa:xk', [2, "pointX"], 'TriangleVertexMemberPath1:xd:xm', [2, "v1"], 'TriangleVertexMemberPath2:xf:xn', [2, "v2"], 'TriangleVertexMemberPath3:xh:xo', [2, "v3"], 'TrianglesSource:w7:xl', [IEnumerable_$type, null]]);
1393
+ GeographicXYTriangulatingSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicXYTriangulatingSeries, 'raisePropertyChanged', ['LatitudeMemberPath:xa:xl', [2, "pointY"], 'LongitudeMemberPath:xc:xm', [2, "pointX"], 'TriangleVertexMemberPath1:xf:xo', [2, "v1"], 'TriangleVertexMemberPath2:xh:xp', [2, "v2"], 'TriangleVertexMemberPath3:xj:xq', [2, "v3"], 'TrianglesSource:w9:xn', [IEnumerable_$type, null]]);
1394
1394
  return GeographicXYTriangulatingSeries;
1395
1395
  })();
1396
1396
  /**
@@ -1400,7 +1400,7 @@ export let GeographicScatterAreaSeries = /*@__PURE__*/ (() => {
1400
1400
  class GeographicScatterAreaSeries extends GeographicXYTriangulatingSeries {
1401
1401
  constructor() {
1402
1402
  super();
1403
- this.xp = null;
1403
+ this.xr = null;
1404
1404
  this.triangulationStatusChanged = null;
1405
1405
  this.ab = GeographicScatterAreaSeries.$;
1406
1406
  }
@@ -1410,49 +1410,49 @@ export let GeographicScatterAreaSeries = /*@__PURE__*/ (() => {
1410
1410
  get_eu() {
1411
1411
  return true;
1412
1412
  }
1413
- get xr() {
1414
- return this.xp;
1413
+ get xt() {
1414
+ return this.xr;
1415
1415
  }
1416
- set xr(a) {
1417
- let b = this.xp != a;
1416
+ set xt(a) {
1417
+ let b = this.xr != a;
1418
1418
  if (b) {
1419
- let c = this.xp;
1420
- if (this.xp != null) {
1421
- let d = this.xp;
1422
- d.propertyChanged = delegateRemove(d.propertyChanged, runOn(this, this.xz));
1419
+ let c = this.xr;
1420
+ if (this.xr != null) {
1421
+ let d = this.xr;
1422
+ d.propertyChanged = delegateRemove(d.propertyChanged, runOn(this, this.x1));
1423
1423
  }
1424
- this.xp = a;
1425
- if (this.xp != null) {
1426
- let e = this.xp;
1427
- e.propertyChanged = delegateCombine(e.propertyChanged, runOn(this, this.xz));
1424
+ this.xr = a;
1425
+ if (this.xr != null) {
1426
+ let e = this.xr;
1427
+ e.propertyChanged = delegateCombine(e.propertyChanged, runOn(this, this.x1));
1428
1428
  }
1429
- this.raisePropertyChanged("ColorScale", c, this.xp);
1430
- if (this.xs != null) {
1431
- this.xs.yt = a;
1429
+ this.raisePropertyChanged("ColorScale", c, this.xr);
1430
+ if (this.xu != null) {
1431
+ this.xu.yv = a;
1432
1432
  }
1433
1433
  }
1434
1434
  }
1435
- xz(a, b) {
1436
- this.xu.cr();
1437
- this.x1();
1438
- this.rp(false);
1435
+ x1(a, b) {
1436
+ this.xw.cr();
1437
+ this.x3();
1438
+ this.rr(false);
1439
1439
  }
1440
- x1() {
1441
- if (this.xs != null) {
1442
- this.xq = this.xs.ys;
1440
+ x3() {
1441
+ if (this.xu != null) {
1442
+ this.xs = this.xu.yu;
1443
1443
  }
1444
1444
  }
1445
- sf() {
1446
- super.sf();
1447
- this.x1();
1445
+ sh() {
1446
+ super.sh();
1447
+ this.x3();
1448
1448
  }
1449
- wx() {
1450
- this.xs = new ScatterAreaSeries();
1451
- let a = this.xs;
1452
- a.triangulationStatusChanged = delegateCombine(a.triangulationStatusChanged, runOn(this, this.x0));
1453
- return this.xs;
1449
+ wz() {
1450
+ this.xu = new ScatterAreaSeries();
1451
+ let a = this.xu;
1452
+ a.triangulationStatusChanged = delegateCombine(a.triangulationStatusChanged, runOn(this, this.x2));
1453
+ return this.xu;
1454
1454
  }
1455
- x0(a, b) {
1455
+ x2(a, b) {
1456
1456
  if (this.triangulationStatusChanged != null) {
1457
1457
  this.triangulationStatusChanged(this, b);
1458
1458
  }
@@ -1460,19 +1460,19 @@ export let GeographicScatterAreaSeries = /*@__PURE__*/ (() => {
1460
1460
  cs() {
1461
1461
  return new GeographicScatterAreaSeriesView(this);
1462
1462
  }
1463
- qz(a) {
1464
- super.qz(a);
1465
- this.xu = a;
1463
+ q1(a) {
1464
+ super.q1(a);
1465
+ this.xw = a;
1466
1466
  }
1467
- q7(a, b, c, d) {
1468
- super.q7(a, b, c, d);
1467
+ q9(a, b, c, d) {
1468
+ super.q9(a, b, c, d);
1469
1469
  switch (b) {
1470
1470
  case GeographicScatterAreaSeries.$$p[1]:
1471
- this.xu.cq();
1471
+ this.xw.cq();
1472
1472
  break;
1473
1473
  case "ColorScale":
1474
- this.xu.cr();
1475
- this.x1();
1474
+ this.xw.cr();
1475
+ this.x3();
1476
1476
  break;
1477
1477
  }
1478
1478
  }
@@ -1484,6 +1484,6 @@ export let GeographicScatterAreaSeries = /*@__PURE__*/ (() => {
1484
1484
  }
1485
1485
  }
1486
1486
  GeographicScatterAreaSeries.$t = markType(GeographicScatterAreaSeries, 'GeographicScatterAreaSeries', GeographicXYTriangulatingSeries.$);
1487
- GeographicScatterAreaSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicScatterAreaSeries, 'raisePropertyChanged', ['ActualColorScale:xq:x2', [ColorScale.$, null], 'ColorMemberPath:xw:x3', [2, "value"]]);
1487
+ GeographicScatterAreaSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicScatterAreaSeries, 'raisePropertyChanged', ['ActualColorScale:xs:x4', [ColorScale.$, null], 'ColorMemberPath:xy:x5', [2, "value"]]);
1488
1488
  return GeographicScatterAreaSeries;
1489
1489
  })();
@@ -36,16 +36,16 @@ export let IgxGeographicContourLineSeriesComponent = /*@__PURE__*/ (() => {
36
36
  * The name of the property from which to retrieve the numeric values from the ItemsSource items.
37
37
  */
38
38
  get valueMemberPath() {
39
- return this.i.xx;
39
+ return this.i.xz;
40
40
  }
41
41
  set valueMemberPath(v) {
42
- this.i.xx = v;
42
+ this.i.xz = v;
43
43
  }
44
44
  /**
45
45
  * The ValueBrushScale to use when determining Brushes for each contour line, based on the values found in ValueMemberPath.
46
46
  */
47
47
  get fillScale() {
48
- const r = this.i.xt;
48
+ const r = this.i.xv;
49
49
  if (r == null) {
50
50
  return null;
51
51
  }
@@ -61,13 +61,13 @@ export let IgxGeographicContourLineSeriesComponent = /*@__PURE__*/ (() => {
61
61
  set fillScale(v) {
62
62
  if (v != null && this._stylingContainer && v._styling)
63
63
  v._styling(this._stylingContainer, this, this);
64
- v == null ? this.i.xt = null : this.i.xt = v.i;
64
+ v == null ? this.i.xv = null : this.i.xv = v.i;
65
65
  }
66
66
  /**
67
67
  * Gets actual fill scale that is set on the FillScale property or default FillScale
68
68
  */
69
69
  get actualFillScale() {
70
- const r = this.i.xs;
70
+ const r = this.i.xu;
71
71
  if (r == null) {
72
72
  return null;
73
73
  }
@@ -83,13 +83,13 @@ export let IgxGeographicContourLineSeriesComponent = /*@__PURE__*/ (() => {
83
83
  set actualFillScale(v) {
84
84
  if (v != null && this._stylingContainer && v._styling)
85
85
  v._styling(this._stylingContainer, this, this);
86
- v == null ? this.i.xs = null : this.i.xs = v.i;
86
+ v == null ? this.i.xu = null : this.i.xu = v.i;
87
87
  }
88
88
  /**
89
89
  * The ContourValueResolver used to determine the numeric values of contours.
90
90
  */
91
91
  get valueResolver() {
92
- const r = this.i.xp;
92
+ const r = this.i.xr;
93
93
  if (r == null) {
94
94
  return null;
95
95
  }
@@ -105,7 +105,7 @@ export let IgxGeographicContourLineSeriesComponent = /*@__PURE__*/ (() => {
105
105
  set valueResolver(v) {
106
106
  if (v != null && this._stylingContainer && v._styling)
107
107
  v._styling(this._stylingContainer, this, this);
108
- v == null ? this.i.xp = null : this.i.xp = v.i;
108
+ v == null ? this.i.xr = null : this.i.xr = v.i;
109
109
  }
110
110
  findByName(name) {
111
111
  var baseResult = super.findByName(name);