igniteui-angular-maps 13.2.0-beta.3 → 14.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 (72) hide show
  1. package/bundles/igniteui-angular-maps.umd.js +946 -946
  2. package/bundles/igniteui-angular-maps.umd.min.js +1 -1
  3. package/esm2015/lib/GeographicContourLineSeriesView_combined.js +34 -34
  4. package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +69 -69
  5. package/esm2015/lib/GeographicMapSeriesHost_combined.js +154 -154
  6. package/esm2015/lib/GeographicMarkerSeries.js +25 -25
  7. package/esm2015/lib/GeographicPolylineSeriesView_combined.js +15 -15
  8. package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +82 -82
  9. package/esm2015/lib/GeographicShapeSeriesBase_combined.js +55 -55
  10. package/esm2015/lib/GeographicShapeSeriesView_combined.js +49 -49
  11. package/esm2015/lib/GeographicSymbolSeriesView_combined.js +51 -51
  12. package/esm2015/lib/GeographicTileSeries.js +26 -26
  13. package/esm2015/lib/TileSeries_combined.js +79 -79
  14. package/esm2015/lib/XamGeographicMap_combined.js +82 -82
  15. package/esm2015/lib/igx-geographic-contour-line-series-component.js +23 -23
  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 +42 -42
  21. package/esm2015/lib/igx-geographic-scatter-area-series-component.js +17 -17
  22. package/esm2015/lib/igx-geographic-shape-series-base-component.js +20 -20
  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 +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 +34 -34
  29. package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +69 -69
  30. package/esm5/lib/GeographicMapSeriesHost_combined.js +152 -152
  31. package/esm5/lib/GeographicMarkerSeries.js +25 -25
  32. package/esm5/lib/GeographicPolylineSeriesView_combined.js +15 -15
  33. package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +82 -82
  34. package/esm5/lib/GeographicShapeSeriesBase_combined.js +54 -54
  35. package/esm5/lib/GeographicShapeSeriesView_combined.js +49 -49
  36. package/esm5/lib/GeographicSymbolSeriesView_combined.js +51 -51
  37. package/esm5/lib/GeographicTileSeries.js +25 -25
  38. package/esm5/lib/TileSeries_combined.js +77 -77
  39. package/esm5/lib/XamGeographicMap_combined.js +81 -81
  40. package/esm5/lib/igx-geographic-contour-line-series-component.js +23 -23
  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 +42 -42
  46. package/esm5/lib/igx-geographic-scatter-area-series-component.js +17 -17
  47. package/esm5/lib/igx-geographic-shape-series-base-component.js +20 -20
  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 +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 +954 -954
  54. package/fesm5/igniteui-angular-maps.js +946 -946
  55. package/lib/GeographicContourLineSeriesView_combined.d.ts +11 -11
  56. package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +16 -16
  57. package/lib/GeographicMapSeriesHost_combined.d.ts +26 -26
  58. package/lib/GeographicMarkerSeries.d.ts +13 -13
  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 +21 -21
  63. package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
  64. package/lib/GeographicShapeSeriesBase_combined.d.ts +15 -15
  65. package/lib/GeographicShapeSeriesView_combined.d.ts +20 -20
  66. package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
  67. package/lib/GeographicSymbolSeriesView_combined.d.ts +14 -14
  68. package/lib/GeographicTileSeries.d.ts +8 -8
  69. package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
  70. package/lib/TileSeries_combined.d.ts +18 -18
  71. package/lib/XamGeographicMap_combined.d.ts +22 -22
  72. package/package.json +5 -5
@@ -21,11 +21,11 @@ export let TileSeries = /*@__PURE__*/ (() => {
21
21
  class TileSeries extends ShapeSeriesBase {
22
22
  constructor() {
23
23
  super();
24
+ this.st = null;
24
25
  this.ss = null;
25
- this.sr = null;
26
26
  this.imageTilesReady = null;
27
- this.sv = null;
28
- this.sw = false;
27
+ this.sw = null;
28
+ this.sx = false;
29
29
  this.ab = TileSeries.$;
30
30
  }
31
31
  get_ei() {
@@ -34,34 +34,34 @@ export let TileSeries = /*@__PURE__*/ (() => {
34
34
  bx() {
35
35
  return new TileSeriesView(this);
36
36
  }
37
- ly(a) {
38
- super.ly(a);
39
- this.sq = a;
37
+ lz(a) {
38
+ super.lz(a);
39
+ this.sr = a;
40
40
  }
41
- get_q6() {
41
+ get_q7() {
42
42
  return false;
43
43
  }
44
- get su() {
45
- return this.ss;
44
+ get sv() {
45
+ return this.st;
46
46
  }
47
- set su(a) {
48
- let b = a != this.su;
47
+ set sv(a) {
48
+ let b = a != this.sv;
49
49
  if (b) {
50
- let c = this.su;
51
- this.ss = a;
50
+ let c = this.sv;
51
+ this.st = a;
52
52
  this.raisePropertyChanged("TileImagery", c, a);
53
53
  }
54
54
  }
55
- get st() {
56
- return this.sr;
55
+ get su() {
56
+ return this.ss;
57
57
  }
58
- set st(a) {
59
- let b = this.sr;
60
- this.sr = a;
61
- this.raisePropertyChanged("ActualTileImagery", b, this.sr);
58
+ set su(a) {
59
+ let b = this.ss;
60
+ this.ss = a;
61
+ this.raisePropertyChanged("ActualTileImagery", b, this.ss);
62
62
  }
63
- l3(a, b, c, d) {
64
- super.l3(a, b, c, d);
63
+ l4(a, b, c, d) {
64
+ super.l4(a, b, c, d);
65
65
  let e;
66
66
  let f;
67
67
  switch (b) {
@@ -69,78 +69,78 @@ export let TileSeries = /*@__PURE__*/ (() => {
69
69
  e = c;
70
70
  f = d;
71
71
  if (e != null) {
72
- e.propertyChanged = delegateRemove(e.propertyChanged, runOn(this, this.sz));
72
+ e.propertyChanged = delegateRemove(e.propertyChanged, runOn(this, this.s0));
73
73
  }
74
74
  if (f != null) {
75
- f.propertyChanged = delegateCombine(f.propertyChanged, runOn(this, this.sz));
75
+ f.propertyChanged = delegateCombine(f.propertyChanged, runOn(this, this.s0));
76
76
  }
77
- this.sq.de(e, f);
78
- this.mh(false);
79
- this.lo();
77
+ this.sr.de(e, f);
78
+ this.mi(false);
79
+ this.lp();
80
80
  break;
81
81
  case "ActualTileImagery":
82
82
  e = c;
83
83
  f = d;
84
84
  if (e != null) {
85
- e.imageTilesReady = delegateRemove(e.imageTilesReady, runOn(this, this.s0));
85
+ e.imageTilesReady = delegateRemove(e.imageTilesReady, runOn(this, this.s1));
86
86
  e.deferralHandler = null;
87
87
  }
88
88
  if (f != null) {
89
- f.imageTilesReady = delegateCombine(f.imageTilesReady, runOn(this, this.s0));
89
+ f.imageTilesReady = delegateCombine(f.imageTilesReady, runOn(this, this.s1));
90
90
  f.deferralHandler = this;
91
91
  }
92
- this.sq.dd(e, f);
92
+ this.sr.dd(e, f);
93
93
  if (f != null && typeCast(XamGeographicMap.$, this.cd) !== null) {
94
94
  f.geographicMap = this.cd;
95
- this.s2(this.b0);
96
- this.sq.da(this.cd.sf);
95
+ this.s3(this.b0);
96
+ this.sr.da(this.cd.sf);
97
97
  }
98
- this.lo();
98
+ this.lp();
99
99
  break;
100
100
  case "ActualWindowRect":
101
- this.sq.da(d);
101
+ this.sr.da(d);
102
102
  break;
103
103
  case "WorldRect":
104
- this.sq.dh(d);
104
+ this.sr.dh(d);
105
105
  break;
106
106
  case "SeriesViewer":
107
107
  let g = c;
108
108
  let h = d;
109
- if (g != null && this.st != null) {
110
- this.st.be(null);
109
+ if (g != null && this.su != null) {
110
+ this.su.be(null);
111
111
  }
112
- if (h != null && this.st != null) {
113
- this.st.be(this.b0.w);
112
+ if (h != null && this.su != null) {
113
+ this.su.be(this.b0.w);
114
114
  }
115
115
  break;
116
116
  case "ActualBrush":
117
117
  case "ActualOutline":
118
118
  case "ActualThickness":
119
- this.lq();
119
+ this.lr();
120
120
  break;
121
121
  }
122
122
  }
123
- sz(a, b) {
123
+ s0(a, b) {
124
124
  if (b.propertyName == "MultiScaleImage") {
125
- this.s2(this.b0);
125
+ this.s3(this.b0);
126
126
  }
127
127
  }
128
- s0(a, b) {
128
+ s1(a, b) {
129
129
  if (this.imageTilesReady != null) {
130
130
  this.imageTilesReady(this, new EventArgs());
131
131
  }
132
- if (!this.sw) {
133
- this.sq.df();
132
+ if (!this.sx) {
133
+ this.sr.df();
134
134
  }
135
135
  }
136
136
  register(a, b) {
137
- this.sv = b;
137
+ this.sw = b;
138
138
  }
139
139
  unRegister(a) {
140
- this.sv = null;
140
+ this.sw = null;
141
141
  }
142
142
  deferredRefresh() {
143
- this.mh(false);
143
+ this.mi(false);
144
144
  }
145
145
  deferAction(a) {
146
146
  if (this.g9 != null) {
@@ -150,54 +150,54 @@ export let TileSeries = /*@__PURE__*/ (() => {
150
150
  window.setTimeout(a, 0);
151
151
  }
152
152
  }
153
- m4(a, b) {
154
- this.sq.dg();
155
- super.m4(a, b);
153
+ m5(a, b) {
154
+ this.sr.dg();
155
+ super.m5(a, b);
156
156
  }
157
- mi(a) {
158
- super.mi(a);
159
- this.s1(a, this.b0);
157
+ mj(a) {
158
+ super.mj(a);
159
+ this.s2(a, this.b0);
160
160
  }
161
- s1(a, b) {
161
+ s2(a, b) {
162
162
  let c;
163
163
  let d;
164
164
  let e = b;
165
165
  let f = b.getViewInfo(c, d);
166
166
  c = f.p0;
167
167
  d = f.p1;
168
- this.s2(b);
169
- if (this.sv != null) {
170
- this.sw = true;
171
- this.sv(a);
172
- this.sw = false;
168
+ this.s3(b);
169
+ if (this.sw != null) {
170
+ this.sx = true;
171
+ this.sw(a);
172
+ this.sx = false;
173
173
  }
174
174
  e.df();
175
175
  }
176
- mg(a, b, c, d, e) {
177
- super.mg(a, b, c, d, e);
176
+ mh(a, b, c, d, e) {
177
+ super.mh(a, b, c, d, e);
178
178
  let f = this.fc.item(d);
179
179
  f.a1(c);
180
180
  if (this.cx(f)) {
181
181
  return;
182
182
  }
183
- this.sa(f);
183
+ this.sb(f);
184
184
  }
185
- s2(a) {
185
+ s3(a) {
186
186
  let b;
187
187
  let c;
188
188
  let d = a.getViewInfo(b, c);
189
189
  b = d.p0;
190
190
  c = d.p1;
191
- if (this.su != null && this.su.ao != null) {
192
- if (this.su != this.st) {
193
- this.st = this.su;
191
+ if (this.sv != null && this.sv.ao != null) {
192
+ if (this.sv != this.su) {
193
+ this.su = this.sv;
194
194
  }
195
- if (this.st != null && !b.isEmpty) {
196
- if (this.st.width != b.width) {
197
- this.st.width = b.width;
195
+ if (this.su != null && !b.isEmpty) {
196
+ if (this.su.width != b.width) {
197
+ this.su.width = b.width;
198
198
  }
199
- if (this.st.height != b.height) {
200
- this.st.height = b.height;
199
+ if (this.su.height != b.height) {
200
+ this.su.height = b.height;
201
201
  }
202
202
  }
203
203
  }
@@ -226,8 +226,8 @@ export let TileSeriesView = /*@__PURE__*/ (() => {
226
226
  as() {
227
227
  super.as();
228
228
  if (!this.q) {
229
- this.c7.o7 = Defaults.ao;
230
- this.c7.o2 = Defaults.an;
229
+ this.c7.o8 = Defaults.ao;
230
+ this.c7.o3 = Defaults.an;
231
231
  }
232
232
  }
233
233
  ch(a, b) {
@@ -254,8 +254,8 @@ export let TileSeriesView = /*@__PURE__*/ (() => {
254
254
  this.aq();
255
255
  }
256
256
  da(a) {
257
- if (this.c7.su != null) {
258
- this.c7.su.windowRect = a;
257
+ if (this.c7.sv != null) {
258
+ this.c7.sv.windowRect = a;
259
259
  }
260
260
  }
261
261
  dd(a, b) {
@@ -290,8 +290,8 @@ export let TileSeriesView = /*@__PURE__*/ (() => {
290
290
  this.c9.setAttribute("width", this.bu.width.toString());
291
291
  this.c9.setAttribute("height", this.bu.height.toString());
292
292
  }
293
- if (this.c7.su != null) {
294
- this.c7.su.bf(this.bu);
293
+ if (this.c7.sv != null) {
294
+ this.c7.sv.bf(this.bu);
295
295
  }
296
296
  }
297
297
  a6(a, b) {
@@ -325,8 +325,8 @@ export let TileSeriesView = /*@__PURE__*/ (() => {
325
325
  db() {
326
326
  }
327
327
  dh(a) {
328
- if (this.c7.su != null) {
329
- this.c7.su.a6();
328
+ if (this.c7.sv != null) {
329
+ this.c7.sv.a6();
330
330
  }
331
331
  }
332
332
  }
@@ -313,7 +313,7 @@ export let XamGeographicMap = /*@__PURE__*/ (() => {
313
313
  ue() {
314
314
  this.te.ee();
315
315
  for (let a of fromEnum(this.series)) {
316
- a.mr();
316
+ a.ms();
317
317
  }
318
318
  }
319
319
  uh() {
@@ -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.mh(false);
712
+ g.mi(false);
713
713
  }
714
714
  break;
715
715
  case XamGeographicMap.$$p[5]:
@@ -728,7 +728,7 @@ export let XamGeographicMap = /*@__PURE__*/ (() => {
728
728
  break;
729
729
  case "MarkerAutomaticBehavior":
730
730
  for (let h of fromEnum(this.series)) {
731
- h.lj();
731
+ h.lk();
732
732
  }
733
733
  break;
734
734
  }
@@ -770,7 +770,7 @@ export let XamGeographicMap = /*@__PURE__*/ (() => {
770
770
  let c = b;
771
771
  let d = a;
772
772
  d.itemsSource = c.triangulationSource.points;
773
- d.qe = c.triangulationSource.triangles;
773
+ d.qf = c.triangulationSource.triangles;
774
774
  }
775
775
  else {
776
776
  super.n9(a, b);
@@ -1079,41 +1079,41 @@ export let GeographicXYTriangulatingSeriesView = /*@__PURE__*/ (() => {
1079
1079
  }
1080
1080
  b2() {
1081
1081
  super.b2();
1082
- let a = this.ce.p5;
1083
- a.q5 = this.ce.qh;
1084
- a.rd = this.ce.qf;
1085
- a.trianglesSource = this.ce.qe;
1086
- a.qt = this.ce.qk;
1087
- a.qv = this.ce.qm;
1088
- a.qx = this.ce.qo;
1082
+ let a = this.ce.p6;
1083
+ a.q6 = this.ce.qi;
1084
+ a.re = this.ce.qg;
1085
+ a.trianglesSource = this.ce.qf;
1086
+ a.qu = this.ce.ql;
1087
+ a.qw = this.ce.qn;
1088
+ a.qy = this.ce.qp;
1089
1089
  }
1090
1090
  ch() {
1091
- let a = this.ce.p5;
1091
+ let a = this.ce.p6;
1092
1092
  if (this.ce.cd == null) {
1093
- a.p3 = null;
1094
1093
  a.p4 = null;
1094
+ a.p5 = null;
1095
1095
  return;
1096
1096
  }
1097
- a.p3 = this.ce.cd.s2;
1098
- a.p4 = this.ce.cd.s4;
1097
+ a.p4 = this.ce.cd.s2;
1098
+ a.p5 = this.ce.cd.s4;
1099
1099
  }
1100
1100
  cg() {
1101
- this.ce.p5.q5 = this.ce.qh;
1101
+ this.ce.p6.q6 = this.ce.qi;
1102
1102
  }
1103
1103
  cf() {
1104
- this.ce.p5.rd = this.ce.qf;
1104
+ this.ce.p6.re = this.ce.qg;
1105
1105
  }
1106
1106
  ci() {
1107
- this.ce.p5.trianglesSource = this.ce.qe;
1107
+ this.ce.p6.trianglesSource = this.ce.qf;
1108
1108
  }
1109
1109
  cj() {
1110
- this.ce.p5.qt = this.ce.qk;
1110
+ this.ce.p6.qu = this.ce.ql;
1111
1111
  }
1112
1112
  ck() {
1113
- this.ce.p5.qv = this.ce.qm;
1113
+ this.ce.p6.qw = this.ce.qn;
1114
1114
  }
1115
1115
  cl() {
1116
- this.ce.p5.qx = this.ce.qo;
1116
+ this.ce.p6.qy = this.ce.qp;
1117
1117
  }
1118
1118
  }
1119
1119
  GeographicXYTriangulatingSeriesView.$t = markType(GeographicXYTriangulatingSeriesView, 'GeographicXYTriangulatingSeriesView', HostSeriesView.$);
@@ -1136,19 +1136,19 @@ export let GeographicScatterAreaSeriesView = /*@__PURE__*/ (() => {
1136
1136
  }
1137
1137
  b2() {
1138
1138
  super.b2();
1139
- if (this.cm.qz != null) {
1140
- this.cm.qz.sc = this.cm.q3;
1141
- this.cm.qz.r0 = this.cm.qy;
1139
+ if (this.cm.q0 != null) {
1140
+ this.cm.q0.sd = this.cm.q4;
1141
+ this.cm.q0.r1 = this.cm.qz;
1142
1142
  }
1143
1143
  }
1144
1144
  cn() {
1145
- if (this.cm.qz != null) {
1146
- this.cm.qz.sc = this.cm.q3;
1145
+ if (this.cm.q0 != null) {
1146
+ this.cm.q0.sd = this.cm.q4;
1147
1147
  }
1148
1148
  }
1149
1149
  co() {
1150
- if (this.cm.qz != null) {
1151
- this.cm.qz.r0 = this.cm.qy;
1150
+ if (this.cm.q0 != null) {
1151
+ this.cm.q0.r1 = this.cm.qz;
1152
1152
  }
1153
1153
  }
1154
1154
  }
@@ -1346,39 +1346,39 @@ export let GeographicXYTriangulatingSeries = /*@__PURE__*/ (() => {
1346
1346
  bx() {
1347
1347
  return new GeographicXYTriangulatingSeriesView(this);
1348
1348
  }
1349
- ly(a) {
1350
- super.ly(a);
1351
- this.qd = a;
1349
+ lz(a) {
1350
+ super.lz(a);
1351
+ this.qe = a;
1352
1352
  }
1353
- l3(a, b, c, d) {
1354
- super.l3(a, b, c, d);
1353
+ l4(a, b, c, d) {
1354
+ super.l4(a, b, c, d);
1355
1355
  switch (b) {
1356
1356
  case "SeriesViewer":
1357
- this.qd.ch();
1357
+ this.qe.ch();
1358
1358
  break;
1359
1359
  case GeographicXYTriangulatingSeries.$$p[1]:
1360
- this.qd.cg();
1360
+ this.qe.cg();
1361
1361
  break;
1362
1362
  case GeographicXYTriangulatingSeries.$$p[0]:
1363
- this.qd.cf();
1363
+ this.qe.cf();
1364
1364
  break;
1365
1365
  case GeographicXYTriangulatingSeries.$$p[2]:
1366
- this.qd.ci();
1366
+ this.qe.ci();
1367
1367
  break;
1368
1368
  case GeographicXYTriangulatingSeries.$$p[3]:
1369
- this.qd.cj();
1369
+ this.qe.cj();
1370
1370
  break;
1371
1371
  case GeographicXYTriangulatingSeries.$$p[4]:
1372
- this.qd.ck();
1372
+ this.qe.ck();
1373
1373
  break;
1374
1374
  case GeographicXYTriangulatingSeries.$$p[5]:
1375
- this.qd.cl();
1375
+ this.qe.cl();
1376
1376
  break;
1377
1377
  }
1378
1378
  }
1379
1379
  }
1380
1380
  GeographicXYTriangulatingSeries.$t = markType(GeographicXYTriangulatingSeries, 'GeographicXYTriangulatingSeries', GeographicMapSeriesHost.$);
1381
- GeographicXYTriangulatingSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicXYTriangulatingSeries, 'raisePropertyChanged', ['LatitudeMemberPath:qf:qq', [2, "pointY"], 'LongitudeMemberPath:qh:qr', [2, "pointX"], 'TrianglesSource:qe:qs', [IEnumerable_$type, null], 'TriangleVertexMemberPath1:qk:qt', [2, "v1"], 'TriangleVertexMemberPath2:qm:qu', [2, "v2"], 'TriangleVertexMemberPath3:qo:qv', [2, "v3"]]);
1381
+ GeographicXYTriangulatingSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicXYTriangulatingSeries, 'raisePropertyChanged', ['LatitudeMemberPath:qg:qr', [2, "pointY"], 'LongitudeMemberPath:qi:qs', [2, "pointX"], 'TrianglesSource:qf:qt', [IEnumerable_$type, null], 'TriangleVertexMemberPath1:ql:qu', [2, "v1"], 'TriangleVertexMemberPath2:qn:qv', [2, "v2"], 'TriangleVertexMemberPath3:qp:qw', [2, "v3"]]);
1382
1382
  return GeographicXYTriangulatingSeries;
1383
1383
  })();
1384
1384
  /**
@@ -1388,56 +1388,56 @@ export let GeographicScatterAreaSeries = /*@__PURE__*/ (() => {
1388
1388
  class GeographicScatterAreaSeries extends GeographicXYTriangulatingSeries {
1389
1389
  constructor() {
1390
1390
  super();
1391
- this.qw = null;
1391
+ this.qx = null;
1392
1392
  this.triangulationStatusChanged = null;
1393
1393
  this.ab = GeographicScatterAreaSeries.$;
1394
1394
  }
1395
1395
  get_dd() {
1396
1396
  return true;
1397
1397
  }
1398
- get qy() {
1399
- return this.qw;
1398
+ get qz() {
1399
+ return this.qx;
1400
1400
  }
1401
- set qy(a) {
1402
- let b = this.qw != a;
1401
+ set qz(a) {
1402
+ let b = this.qx != a;
1403
1403
  if (b) {
1404
- let c = this.qw;
1405
- if (this.qw != null) {
1406
- let d = this.qw;
1407
- d.propertyChanged = delegateRemove(d.propertyChanged, runOn(this, this.q6));
1404
+ let c = this.qx;
1405
+ if (this.qx != null) {
1406
+ let d = this.qx;
1407
+ d.propertyChanged = delegateRemove(d.propertyChanged, runOn(this, this.q7));
1408
1408
  }
1409
- this.qw = a;
1410
- if (this.qw != null) {
1411
- let e = this.qw;
1412
- e.propertyChanged = delegateCombine(e.propertyChanged, runOn(this, this.q6));
1409
+ this.qx = a;
1410
+ if (this.qx != null) {
1411
+ let e = this.qx;
1412
+ e.propertyChanged = delegateCombine(e.propertyChanged, runOn(this, this.q7));
1413
1413
  }
1414
- this.raisePropertyChanged("ColorScale", c, this.qw);
1415
- if (this.qz != null) {
1416
- this.qz.r0 = a;
1414
+ this.raisePropertyChanged("ColorScale", c, this.qx);
1415
+ if (this.q0 != null) {
1416
+ this.q0.r1 = a;
1417
1417
  }
1418
1418
  }
1419
1419
  }
1420
- q6(a, b) {
1421
- this.q1.co();
1422
- this.q8();
1423
- this.mh(false);
1420
+ q7(a, b) {
1421
+ this.q2.co();
1422
+ this.q9();
1423
+ this.mi(false);
1424
1424
  }
1425
- q8() {
1426
- if (this.qz != null) {
1427
- this.qx = this.qz.rz;
1425
+ q9() {
1426
+ if (this.q0 != null) {
1427
+ this.qy = this.q0.r0;
1428
1428
  }
1429
1429
  }
1430
- mv() {
1431
- super.mv();
1432
- this.q8();
1430
+ mw() {
1431
+ super.mw();
1432
+ this.q9();
1433
1433
  }
1434
- p4() {
1435
- this.qz = new ScatterAreaSeries();
1436
- let a = this.qz;
1437
- a.triangulationStatusChanged = delegateCombine(a.triangulationStatusChanged, runOn(this, this.q7));
1438
- return this.qz;
1434
+ p5() {
1435
+ this.q0 = new ScatterAreaSeries();
1436
+ let a = this.q0;
1437
+ a.triangulationStatusChanged = delegateCombine(a.triangulationStatusChanged, runOn(this, this.q8));
1438
+ return this.q0;
1439
1439
  }
1440
- q7(a, b) {
1440
+ q8(a, b) {
1441
1441
  if (this.triangulationStatusChanged != null) {
1442
1442
  this.triangulationStatusChanged(this, b);
1443
1443
  }
@@ -1445,19 +1445,19 @@ export let GeographicScatterAreaSeries = /*@__PURE__*/ (() => {
1445
1445
  bx() {
1446
1446
  return new GeographicScatterAreaSeriesView(this);
1447
1447
  }
1448
- ly(a) {
1449
- super.ly(a);
1450
- this.q1 = a;
1448
+ lz(a) {
1449
+ super.lz(a);
1450
+ this.q2 = a;
1451
1451
  }
1452
- l3(a, b, c, d) {
1453
- super.l3(a, b, c, d);
1452
+ l4(a, b, c, d) {
1453
+ super.l4(a, b, c, d);
1454
1454
  switch (b) {
1455
1455
  case GeographicScatterAreaSeries.$$p[1]:
1456
- this.q1.cn();
1456
+ this.q2.cn();
1457
1457
  break;
1458
1458
  case "ColorScale":
1459
- this.q1.co();
1460
- this.q8();
1459
+ this.q2.co();
1460
+ this.q9();
1461
1461
  break;
1462
1462
  }
1463
1463
  }
@@ -1469,6 +1469,6 @@ export let GeographicScatterAreaSeries = /*@__PURE__*/ (() => {
1469
1469
  }
1470
1470
  }
1471
1471
  GeographicScatterAreaSeries.$t = markType(GeographicScatterAreaSeries, 'GeographicScatterAreaSeries', GeographicXYTriangulatingSeries.$);
1472
- GeographicScatterAreaSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicScatterAreaSeries, 'raisePropertyChanged', ['ActualColorScale:qx:q9', [ColorScale.$, null], 'ColorMemberPath:q3:ra', [2, "value"]]);
1472
+ GeographicScatterAreaSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicScatterAreaSeries, 'raisePropertyChanged', ['ActualColorScale:qy:ra', [ColorScale.$, null], 'ColorMemberPath:q4:rb', [2, "value"]]);
1473
1473
  return GeographicScatterAreaSeries;
1474
1474
  })();