igniteui-angular-maps 17.2.0 → 17.2.1

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 +1047 -1020
  2. package/bundles/igniteui-angular-maps.umd.min.js +1 -1
  3. package/esm2015/lib/GeographicContourLineSeriesView_combined.js +41 -38
  4. package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +81 -78
  5. package/esm2015/lib/GeographicMapSeriesHost_combined.js +182 -182
  6. package/esm2015/lib/GeographicMarkerSeries.js +28 -28
  7. package/esm2015/lib/GeographicPolylineSeriesView_combined.js +21 -18
  8. package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +92 -89
  9. package/esm2015/lib/GeographicShapeSeriesBase_combined.js +62 -62
  10. package/esm2015/lib/GeographicShapeSeriesView_combined.js +59 -56
  11. package/esm2015/lib/GeographicSymbolSeriesView_combined.js +61 -58
  12. package/esm2015/lib/GeographicTileSeries.js +30 -27
  13. package/esm2015/lib/TileSeries_combined.js +94 -91
  14. package/esm2015/lib/XamGeographicMap_combined.js +93 -90
  15. package/esm2015/lib/igx-geographic-contour-line-series-component.js +9 -9
  16. package/esm2015/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
  17. package/esm2015/lib/igx-geographic-map-series-host-component.js +21 -21
  18. package/esm2015/lib/igx-geographic-marker-series-component.js +22 -22
  19. package/esm2015/lib/igx-geographic-polyline-series-component.js +11 -11
  20. package/esm2015/lib/igx-geographic-proportional-symbol-series-component.js +33 -33
  21. package/esm2015/lib/igx-geographic-scatter-area-series-component.js +8 -8
  22. package/esm2015/lib/igx-geographic-shape-series-base-component.js +16 -16
  23. package/esm2015/lib/igx-geographic-shape-series-component.js +33 -33
  24. package/esm2015/lib/igx-geographic-symbol-series-component.js +15 -15
  25. package/esm2015/lib/igx-geographic-tile-series-component.js +4 -4
  26. package/esm2015/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  27. package/esm2015/lib/igx-tile-series-component.js +3 -3
  28. package/esm5/lib/GeographicContourLineSeriesView_combined.js +41 -38
  29. package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +81 -78
  30. package/esm5/lib/GeographicMapSeriesHost_combined.js +180 -180
  31. package/esm5/lib/GeographicMarkerSeries.js +28 -28
  32. package/esm5/lib/GeographicPolylineSeriesView_combined.js +21 -18
  33. package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +92 -89
  34. package/esm5/lib/GeographicShapeSeriesBase_combined.js +61 -61
  35. package/esm5/lib/GeographicShapeSeriesView_combined.js +59 -56
  36. package/esm5/lib/GeographicSymbolSeriesView_combined.js +61 -58
  37. package/esm5/lib/GeographicTileSeries.js +29 -26
  38. package/esm5/lib/TileSeries_combined.js +92 -89
  39. package/esm5/lib/XamGeographicMap_combined.js +92 -89
  40. package/esm5/lib/igx-geographic-contour-line-series-component.js +9 -9
  41. package/esm5/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
  42. package/esm5/lib/igx-geographic-map-series-host-component.js +21 -21
  43. package/esm5/lib/igx-geographic-marker-series-component.js +22 -22
  44. package/esm5/lib/igx-geographic-polyline-series-component.js +11 -11
  45. package/esm5/lib/igx-geographic-proportional-symbol-series-component.js +33 -33
  46. package/esm5/lib/igx-geographic-scatter-area-series-component.js +8 -8
  47. package/esm5/lib/igx-geographic-shape-series-base-component.js +16 -16
  48. package/esm5/lib/igx-geographic-shape-series-component.js +33 -33
  49. package/esm5/lib/igx-geographic-symbol-series-component.js +15 -15
  50. package/esm5/lib/igx-geographic-tile-series-component.js +4 -4
  51. package/esm5/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  52. package/esm5/lib/igx-tile-series-component.js +3 -3
  53. package/fesm2015/igniteui-angular-maps.js +1055 -1028
  54. package/fesm5/igniteui-angular-maps.js +1047 -1020
  55. package/lib/GeographicContourLineSeriesView_combined.d.ts +14 -13
  56. package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +22 -21
  57. package/lib/GeographicMapSeriesHost_combined.d.ts +43 -43
  58. package/lib/GeographicMarkerSeries.d.ts +15 -15
  59. package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
  60. package/lib/GeographicPolylineSeriesView_combined.d.ts +10 -9
  61. package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
  62. package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +26 -25
  63. package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
  64. package/lib/GeographicShapeSeriesBase_combined.d.ts +20 -20
  65. package/lib/GeographicShapeSeriesView_combined.d.ts +26 -25
  66. package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
  67. package/lib/GeographicSymbolSeriesView_combined.d.ts +19 -18
  68. package/lib/GeographicTileSeries.d.ts +10 -9
  69. package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
  70. package/lib/TileSeries_combined.d.ts +23 -21
  71. package/lib/XamGeographicMap_combined.d.ts +28 -27
  72. package/package.json +2 -2
@@ -21,47 +21,50 @@ export let TileSeries = /*@__PURE__*/ (() => {
21
21
  class TileSeries extends ShapeSeriesBase {
22
22
  constructor() {
23
23
  super();
24
+ this.wv = null;
24
25
  this.wu = null;
25
- this.wt = null;
26
26
  this.imageTilesReady = null;
27
- this.wx = null;
28
- this.wy = false;
27
+ this.wy = null;
28
+ this.wz = false;
29
29
  this.ab = TileSeries.$;
30
30
  }
31
- get_fg() {
31
+ bg() {
32
+ return new TileSeries();
33
+ }
34
+ get_fh() {
32
35
  return true;
33
36
  }
34
- cg() {
37
+ ch() {
35
38
  return new TileSeriesView(this);
36
39
  }
37
- o0(a) {
38
- super.o0(a);
39
- this.ws = a;
40
+ o1(a) {
41
+ super.o1(a);
42
+ this.wt = a;
40
43
  }
41
- get_u4() {
44
+ get_u5() {
42
45
  return false;
43
46
  }
44
- get ww() {
45
- return this.wu;
47
+ get wx() {
48
+ return this.wv;
46
49
  }
47
- set ww(a) {
48
- let b = a != this.ww;
50
+ set wx(a) {
51
+ let b = a != this.wx;
49
52
  if (b) {
50
- let c = this.ww;
51
- this.wu = a;
53
+ let c = this.wx;
54
+ this.wv = a;
52
55
  this.raisePropertyChanged("TileImagery", c, a);
53
56
  }
54
57
  }
55
- get wv() {
56
- return this.wt;
58
+ get ww() {
59
+ return this.wu;
57
60
  }
58
- set wv(a) {
59
- let b = this.wt;
60
- this.wt = a;
61
- this.raisePropertyChanged("ActualTileImagery", b, this.wt);
61
+ set ww(a) {
62
+ let b = this.wu;
63
+ this.wu = a;
64
+ this.raisePropertyChanged("ActualTileImagery", b, this.wu);
62
65
  }
63
- o8(a, b, c, d) {
64
- super.o8(a, b, c, d);
66
+ o9(a, b, c, d) {
67
+ super.o9(a, b, c, d);
65
68
  let e;
66
69
  let f;
67
70
  switch (b) {
@@ -69,141 +72,141 @@ export let TileSeries = /*@__PURE__*/ (() => {
69
72
  e = c;
70
73
  f = d;
71
74
  if (e != null) {
72
- e.propertyChanged = delegateRemove(e.propertyChanged, runOn(this, this.w1));
75
+ e.propertyChanged = delegateRemove(e.propertyChanged, runOn(this, this.w2));
73
76
  }
74
77
  if (f != null) {
75
- f.propertyChanged = delegateCombine(f.propertyChanged, runOn(this, this.w1));
78
+ f.propertyChanged = delegateCombine(f.propertyChanged, runOn(this, this.w2));
76
79
  }
77
- this.ws.dh(e, f);
78
- this.pp(false);
79
- this.ol();
80
+ this.wt.dh(e, f);
81
+ this.pq(false);
82
+ this.om();
80
83
  break;
81
84
  case "ActualTileImagery":
82
85
  e = c;
83
86
  f = d;
84
87
  if (e != null) {
85
- e.imageTilesReady = delegateRemove(e.imageTilesReady, runOn(this, this.w2));
88
+ e.imageTilesReady = delegateRemove(e.imageTilesReady, runOn(this, this.w3));
86
89
  e.deferralHandler = null;
87
90
  }
88
91
  if (f != null) {
89
- f.imageTilesReady = delegateCombine(f.imageTilesReady, runOn(this, this.w2));
92
+ f.imageTilesReady = delegateCombine(f.imageTilesReady, runOn(this, this.w3));
90
93
  f.deferralHandler = this;
91
94
  }
92
- this.ws.dg(e, f);
93
- if (f != null && typeCast(XamGeographicMap.$, this.cy) !== null) {
94
- f.geographicMap = this.cy;
95
- this.w4(this.cj);
96
- this.ws.dd(this.cy.tn);
95
+ this.wt.dg(e, f);
96
+ if (f != null && typeCast(XamGeographicMap.$, this.cz) !== null) {
97
+ f.geographicMap = this.cz;
98
+ this.w5(this.ck);
99
+ this.wt.dd(this.cz.tn);
97
100
  }
98
- this.ol();
101
+ this.om();
99
102
  break;
100
103
  case "ActualWindowRect":
101
- this.ws.dd(d);
104
+ this.wt.dd(d);
102
105
  break;
103
106
  case "WorldRect":
104
- this.ws.dk(d);
107
+ this.wt.dk(d);
105
108
  break;
106
109
  case "SeriesViewer":
107
110
  let g = c;
108
111
  let h = d;
109
- if (g != null && this.wv != null) {
110
- this.wv.be(null);
112
+ if (g != null && this.ww != null) {
113
+ this.ww.be(null);
111
114
  }
112
- if (h != null && this.wv != null) {
113
- this.wv.be(this.cj.w);
115
+ if (h != null && this.ww != null) {
116
+ this.ww.be(this.ck.w);
114
117
  }
115
118
  break;
116
119
  case "ActualBrush":
117
120
  case "ActualOutline":
118
121
  case "ActualThickness":
119
- this.on();
122
+ this.oo();
120
123
  break;
121
124
  }
122
125
  }
123
- w1(a, b) {
126
+ w2(a, b) {
124
127
  if (b.propertyName == "MultiScaleImage") {
125
- this.w4(this.cj);
128
+ this.w5(this.ck);
126
129
  }
127
130
  }
128
- w2(a, b) {
131
+ w3(a, b) {
129
132
  if (this.imageTilesReady != null) {
130
133
  this.imageTilesReady(this, new EventArgs());
131
134
  }
132
- if (!this.wy) {
133
- this.ws.di();
135
+ if (!this.wz) {
136
+ this.wt.di();
134
137
  }
135
138
  }
136
139
  register(a, b) {
137
- this.wx = b;
140
+ this.wy = b;
138
141
  }
139
142
  unRegister(a) {
140
- this.wx = null;
143
+ this.wy = null;
141
144
  }
142
145
  deferredRefresh() {
143
- this.pp(false);
146
+ this.pq(false);
144
147
  }
145
148
  deferAction(a) {
146
- if (this.i4 != null) {
147
- this.i4.setTimeout(a, 0);
149
+ if (this.i5 != null) {
150
+ this.i5.setTimeout(a, 0);
148
151
  }
149
152
  else {
150
153
  window.setTimeout(a, 0);
151
154
  }
152
155
  }
153
- qm(a, b) {
154
- this.ws.dj();
155
- super.qm(a, b);
156
+ qn(a, b) {
157
+ this.wt.dj();
158
+ super.qn(a, b);
156
159
  }
157
- pq(a) {
158
- super.pq(a);
159
- this.w3(a, this.cj);
160
+ pr(a) {
161
+ super.pr(a);
162
+ this.w4(a, this.ck);
160
163
  }
161
- w3(a, b) {
164
+ w4(a, b) {
162
165
  let c;
163
166
  let d;
164
167
  let e = b;
165
168
  let f = b.getViewInfo(c, d);
166
169
  c = f.p0;
167
170
  d = f.p1;
168
- this.w4(b);
169
- if (this.wx != null) {
170
- this.wy = true;
171
- this.wx(a);
172
- this.wy = false;
171
+ this.w5(b);
172
+ if (this.wy != null) {
173
+ this.wz = true;
174
+ this.wy(a);
175
+ this.wz = false;
173
176
  }
174
177
  e.di();
175
178
  }
176
- po(a, b, c, d, e) {
177
- super.po(a, b, c, d, e);
178
- let f = this.gu.item(d);
179
+ pp(a, b, c, d, e) {
180
+ super.pp(a, b, c, d, e);
181
+ let f = this.gv.item(d);
179
182
  f.a3(c);
180
- if (this.dl(f)) {
183
+ if (this.dm(f)) {
181
184
  return;
182
185
  }
183
- this.wb(f);
186
+ this.wc(f);
184
187
  }
185
- w4(a) {
188
+ w5(a) {
186
189
  let b;
187
190
  let c;
188
191
  let d = a.getViewInfo(b, c);
189
192
  b = d.p0;
190
193
  c = d.p1;
191
- if (this.ww != null && this.ww.ao != null) {
192
- if (this.ww != this.wv) {
193
- this.wv = this.ww;
194
+ if (this.wx != null && this.wx.ao != null) {
195
+ if (this.wx != this.ww) {
196
+ this.ww = this.wx;
194
197
  }
195
- if (this.wv != null && !b.isEmpty) {
196
- if (this.wv.width != b.width) {
197
- this.wv.width = b.width;
198
+ if (this.ww != null && !b.isEmpty) {
199
+ if (this.ww.width != b.width) {
200
+ this.ww.width = b.width;
198
201
  }
199
- if (this.wv.height != b.height) {
200
- this.wv.height = b.height;
202
+ if (this.ww.height != b.height) {
203
+ this.ww.height = b.height;
201
204
  }
202
205
  }
203
206
  }
204
207
  }
205
- nj(a, b) {
206
- super.nj(a, b);
208
+ nk(a, b) {
209
+ super.nk(a, b);
207
210
  b.de();
208
211
  }
209
212
  }
@@ -226,8 +229,8 @@ export let TileSeriesView = /*@__PURE__*/ (() => {
226
229
  au() {
227
230
  super.au();
228
231
  if (!this.q) {
229
- this.da.s2 = Defaults.ao;
230
- this.da.sw = Defaults.an;
232
+ this.da.s3 = Defaults.ao;
233
+ this.da.sx = Defaults.an;
231
234
  }
232
235
  }
233
236
  ck(a, b) {
@@ -254,14 +257,14 @@ export let TileSeriesView = /*@__PURE__*/ (() => {
254
257
  this.as();
255
258
  }
256
259
  dd(a) {
257
- if (this.da.ww != null) {
258
- this.da.ww.windowRect = a;
260
+ if (this.da.wx != null) {
261
+ this.da.wx.windowRect = a;
259
262
  }
260
263
  }
261
264
  dg(a, b) {
262
265
  if (this.dc == null) {
263
- this.dc = this.e.i4.createElement("canvas");
264
- let c = this.e.i4.get2DCanvasContext(this.dc);
266
+ this.dc = this.e.i5.createElement("canvas");
267
+ let c = this.e.i5.get2DCanvasContext(this.dc);
265
268
  this.db = new RenderingContext(new CanvasViewRenderer(), c);
266
269
  this.dc.setAttribute("width", this.bx.width.toString());
267
270
  this.dc.setAttribute("height", this.bx.height.toString());
@@ -290,8 +293,8 @@ export let TileSeriesView = /*@__PURE__*/ (() => {
290
293
  this.dc.setAttribute("width", this.bx.width.toString());
291
294
  this.dc.setAttribute("height", this.bx.height.toString());
292
295
  }
293
- if (this.da.ww != null) {
294
- this.da.ww.bf(this.bx);
296
+ if (this.da.wx != null) {
297
+ this.da.wx.bf(this.bx);
295
298
  }
296
299
  }
297
300
  a8(a, b) {
@@ -325,8 +328,8 @@ export let TileSeriesView = /*@__PURE__*/ (() => {
325
328
  de() {
326
329
  }
327
330
  dk(a) {
328
- if (this.da.ww != null) {
329
- this.da.ww.a6();
331
+ if (this.da.wx != null) {
332
+ this.da.wx.a6();
330
333
  }
331
334
  }
332
335
  }
@@ -313,7 +313,7 @@ export let XamGeographicMap = /*@__PURE__*/ (() => {
313
313
  vm() {
314
314
  this.um.ee();
315
315
  for (let a of fromEnum(this.series)) {
316
- a.p8();
316
+ a.p9();
317
317
  }
318
318
  }
319
319
  vp() {
@@ -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.pp(false);
712
+ g.pq(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.og();
743
+ i.oh();
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.uc = c.triangulationSource.triangles;
785
+ d.ud = c.triangulationSource.triangles;
786
786
  }
787
787
  else {
788
788
  super.o9(a, b);
@@ -815,7 +815,7 @@ export let XamGeographicMap = /*@__PURE__*/ (() => {
815
815
  a.axes.add1(b);
816
816
  a.axes.add1(c);
817
817
  for (let d = 0; d < this.series.count; d++) {
818
- let e = this.series._inner[d].jq();
818
+ let e = this.series._inner[d].jr();
819
819
  a.series.add1(e);
820
820
  }
821
821
  a.name = this.name;
@@ -1091,41 +1091,41 @@ export let GeographicXYTriangulatingSeriesView = /*@__PURE__*/ (() => {
1091
1091
  }
1092
1092
  b5() {
1093
1093
  super.b5();
1094
- let a = this.ch.t3;
1095
- a.u3 = this.ch.uf;
1096
- a.vb = this.ch.ud;
1097
- a.trianglesSource = this.ch.uc;
1098
- a.ur = this.ch.ui;
1099
- a.ut = this.ch.uk;
1100
- a.uv = this.ch.um;
1094
+ let a = this.ch.t4;
1095
+ a.u4 = this.ch.ug;
1096
+ a.vc = this.ch.ue;
1097
+ a.trianglesSource = this.ch.ud;
1098
+ a.us = this.ch.uj;
1099
+ a.uu = this.ch.ul;
1100
+ a.uw = this.ch.un;
1101
1101
  }
1102
1102
  ck() {
1103
- let a = this.ch.t3;
1104
- if (this.ch.cy == null) {
1105
- a.t1 = null;
1103
+ let a = this.ch.t4;
1104
+ if (this.ch.cz == null) {
1106
1105
  a.t2 = null;
1106
+ a.t3 = null;
1107
1107
  return;
1108
1108
  }
1109
- a.t1 = this.ch.cy.ua;
1110
- a.t2 = this.ch.cy.uc;
1109
+ a.t2 = this.ch.cz.ua;
1110
+ a.t3 = this.ch.cz.uc;
1111
1111
  }
1112
1112
  cj() {
1113
- this.ch.t3.u3 = this.ch.uf;
1113
+ this.ch.t4.u4 = this.ch.ug;
1114
1114
  }
1115
1115
  ci() {
1116
- this.ch.t3.vb = this.ch.ud;
1116
+ this.ch.t4.vc = this.ch.ue;
1117
1117
  }
1118
1118
  cl() {
1119
- this.ch.t3.trianglesSource = this.ch.uc;
1119
+ this.ch.t4.trianglesSource = this.ch.ud;
1120
1120
  }
1121
1121
  cm() {
1122
- this.ch.t3.ur = this.ch.ui;
1122
+ this.ch.t4.us = this.ch.uj;
1123
1123
  }
1124
1124
  cn() {
1125
- this.ch.t3.ut = this.ch.uk;
1125
+ this.ch.t4.uu = this.ch.ul;
1126
1126
  }
1127
1127
  co() {
1128
- this.ch.t3.uv = this.ch.um;
1128
+ this.ch.t4.uw = this.ch.un;
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.ux != null) {
1152
- this.cp.ux.wa = this.cp.u1;
1153
- this.cp.ux.vy = this.cp.uw;
1151
+ if (this.cp.uy != null) {
1152
+ this.cp.uy.wb = this.cp.u2;
1153
+ this.cp.uy.vz = this.cp.ux;
1154
1154
  }
1155
1155
  }
1156
1156
  cq() {
1157
- if (this.cp.ux != null) {
1158
- this.cp.ux.wa = this.cp.u1;
1157
+ if (this.cp.uy != null) {
1158
+ this.cp.uy.wb = this.cp.u2;
1159
1159
  }
1160
1160
  }
1161
1161
  cr() {
1162
- if (this.cp.ux != null) {
1163
- this.cp.ux.vy = this.cp.uw;
1162
+ if (this.cp.uy != null) {
1163
+ this.cp.uy.vz = this.cp.ux;
1164
1164
  }
1165
1165
  }
1166
1166
  }
@@ -1355,42 +1355,42 @@ export let OpenStreetMapImagery = /*@__PURE__*/ (() => {
1355
1355
  */
1356
1356
  export let GeographicXYTriangulatingSeries = /*@__PURE__*/ (() => {
1357
1357
  class GeographicXYTriangulatingSeries extends GeographicMapSeriesHost {
1358
- cg() {
1358
+ ch() {
1359
1359
  return new GeographicXYTriangulatingSeriesView(this);
1360
1360
  }
1361
- o0(a) {
1362
- super.o0(a);
1363
- this.ub = a;
1361
+ o1(a) {
1362
+ super.o1(a);
1363
+ this.uc = a;
1364
1364
  }
1365
- o8(a, b, c, d) {
1366
- super.o8(a, b, c, d);
1365
+ o9(a, b, c, d) {
1366
+ super.o9(a, b, c, d);
1367
1367
  switch (b) {
1368
1368
  case "SeriesViewer":
1369
- this.ub.ck();
1369
+ this.uc.ck();
1370
1370
  break;
1371
1371
  case GeographicXYTriangulatingSeries.$$p[1]:
1372
- this.ub.cj();
1372
+ this.uc.cj();
1373
1373
  break;
1374
1374
  case GeographicXYTriangulatingSeries.$$p[0]:
1375
- this.ub.ci();
1375
+ this.uc.ci();
1376
1376
  break;
1377
1377
  case GeographicXYTriangulatingSeries.$$p[2]:
1378
- this.ub.cl();
1378
+ this.uc.cl();
1379
1379
  break;
1380
1380
  case GeographicXYTriangulatingSeries.$$p[3]:
1381
- this.ub.cm();
1381
+ this.uc.cm();
1382
1382
  break;
1383
1383
  case GeographicXYTriangulatingSeries.$$p[4]:
1384
- this.ub.cn();
1384
+ this.uc.cn();
1385
1385
  break;
1386
1386
  case GeographicXYTriangulatingSeries.$$p[5]:
1387
- this.ub.co();
1387
+ this.uc.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:ud:uo', [2, "pointY"], 'LongitudeMemberPath:uf:up', [2, "pointX"], 'TrianglesSource:uc:uq', [IEnumerable_$type, null], 'TriangleVertexMemberPath1:ui:ur', [2, "v1"], 'TriangleVertexMemberPath2:uk:us', [2, "v2"], 'TriangleVertexMemberPath3:um:ut', [2, "v3"]]);
1393
+ GeographicXYTriangulatingSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicXYTriangulatingSeries, 'raisePropertyChanged', ['LatitudeMemberPath:ue:up', [2, "pointY"], 'LongitudeMemberPath:ug:uq', [2, "pointX"], 'TrianglesSource:ud:ur', [IEnumerable_$type, null], 'TriangleVertexMemberPath1:uj:us', [2, "v1"], 'TriangleVertexMemberPath2:ul:ut', [2, "v2"], 'TriangleVertexMemberPath3:un:uu', [2, "v3"]]);
1394
1394
  return GeographicXYTriangulatingSeries;
1395
1395
  })();
1396
1396
  /**
@@ -1400,87 +1400,90 @@ export let GeographicScatterAreaSeries = /*@__PURE__*/ (() => {
1400
1400
  class GeographicScatterAreaSeries extends GeographicXYTriangulatingSeries {
1401
1401
  constructor() {
1402
1402
  super();
1403
- this.uu = null;
1403
+ this.uv = null;
1404
1404
  this.triangulationStatusChanged = null;
1405
1405
  this.ab = GeographicScatterAreaSeries.$;
1406
1406
  }
1407
- get_d8() {
1407
+ bg() {
1408
+ return new GeographicScatterAreaSeries();
1409
+ }
1410
+ get_d9() {
1408
1411
  return true;
1409
1412
  }
1410
- get uw() {
1411
- return this.uu;
1413
+ get ux() {
1414
+ return this.uv;
1412
1415
  }
1413
- set uw(a) {
1414
- let b = this.uu != a;
1416
+ set ux(a) {
1417
+ let b = this.uv != a;
1415
1418
  if (b) {
1416
- let c = this.uu;
1417
- if (this.uu != null) {
1418
- let d = this.uu;
1419
- d.propertyChanged = delegateRemove(d.propertyChanged, runOn(this, this.u4));
1419
+ let c = this.uv;
1420
+ if (this.uv != null) {
1421
+ let d = this.uv;
1422
+ d.propertyChanged = delegateRemove(d.propertyChanged, runOn(this, this.u5));
1420
1423
  }
1421
- this.uu = a;
1422
- if (this.uu != null) {
1423
- let e = this.uu;
1424
- e.propertyChanged = delegateCombine(e.propertyChanged, runOn(this, this.u4));
1424
+ this.uv = a;
1425
+ if (this.uv != null) {
1426
+ let e = this.uv;
1427
+ e.propertyChanged = delegateCombine(e.propertyChanged, runOn(this, this.u5));
1425
1428
  }
1426
- this.raisePropertyChanged("ColorScale", c, this.uu);
1427
- if (this.ux != null) {
1428
- this.ux.vy = a;
1429
+ this.raisePropertyChanged("ColorScale", c, this.uv);
1430
+ if (this.uy != null) {
1431
+ this.uy.vz = a;
1429
1432
  }
1430
1433
  }
1431
1434
  }
1432
- u4(a, b) {
1433
- this.uz.cr();
1434
- this.u6();
1435
- this.pp(false);
1435
+ u5(a, b) {
1436
+ this.u0.cr();
1437
+ this.u7();
1438
+ this.pq(false);
1436
1439
  }
1437
- u6() {
1438
- if (this.ux != null) {
1439
- this.uv = this.ux.vx;
1440
+ u7() {
1441
+ if (this.uy != null) {
1442
+ this.uw = this.uy.vy;
1440
1443
  }
1441
1444
  }
1442
- qd() {
1443
- super.qd();
1444
- this.u6();
1445
+ qe() {
1446
+ super.qe();
1447
+ this.u7();
1445
1448
  }
1446
- t2() {
1447
- this.ux = new ScatterAreaSeries();
1448
- let a = this.ux;
1449
- a.triangulationStatusChanged = delegateCombine(a.triangulationStatusChanged, runOn(this, this.u5));
1450
- return this.ux;
1449
+ t3() {
1450
+ this.uy = new ScatterAreaSeries();
1451
+ let a = this.uy;
1452
+ a.triangulationStatusChanged = delegateCombine(a.triangulationStatusChanged, runOn(this, this.u6));
1453
+ return this.uy;
1451
1454
  }
1452
- u5(a, b) {
1455
+ u6(a, b) {
1453
1456
  if (this.triangulationStatusChanged != null) {
1454
1457
  this.triangulationStatusChanged(this, b);
1455
1458
  }
1456
1459
  }
1457
- cg() {
1460
+ ch() {
1458
1461
  return new GeographicScatterAreaSeriesView(this);
1459
1462
  }
1460
- o0(a) {
1461
- super.o0(a);
1462
- this.uz = a;
1463
+ o1(a) {
1464
+ super.o1(a);
1465
+ this.u0 = a;
1463
1466
  }
1464
- o8(a, b, c, d) {
1465
- super.o8(a, b, c, d);
1467
+ o9(a, b, c, d) {
1468
+ super.o9(a, b, c, d);
1466
1469
  switch (b) {
1467
1470
  case GeographicScatterAreaSeries.$$p[1]:
1468
- this.uz.cq();
1471
+ this.u0.cq();
1469
1472
  break;
1470
1473
  case "ColorScale":
1471
- this.uz.cr();
1472
- this.u6();
1474
+ this.u0.cr();
1475
+ this.u7();
1473
1476
  break;
1474
1477
  }
1475
1478
  }
1476
- get_gf() {
1479
+ get_gg() {
1477
1480
  return true;
1478
1481
  }
1479
- set_gf(a) {
1480
- super.set_gf(a);
1482
+ set_gg(a) {
1483
+ super.set_gg(a);
1481
1484
  }
1482
1485
  }
1483
1486
  GeographicScatterAreaSeries.$t = markType(GeographicScatterAreaSeries, 'GeographicScatterAreaSeries', GeographicXYTriangulatingSeries.$);
1484
- GeographicScatterAreaSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicScatterAreaSeries, 'raisePropertyChanged', ['ActualColorScale:uv:u7', [ColorScale.$, null], 'ColorMemberPath:u1:u8', [2, "value"]]);
1487
+ GeographicScatterAreaSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicScatterAreaSeries, 'raisePropertyChanged', ['ActualColorScale:uw:u8', [ColorScale.$, null], 'ColorMemberPath:u2:u9', [2, "value"]]);
1485
1488
  return GeographicScatterAreaSeries;
1486
1489
  })();