igniteui-angular-maps 21.0.0 → 21.0.1-beta.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 (76) hide show
  1. package/bundles/igniteui-angular-maps.umd.js +1045 -1045
  2. package/bundles/igniteui-angular-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 +83 -83
  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 +52 -52
  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 +124 -124
  17. package/esm2015/lib/igx-geographic-contour-line-series-component.js +9 -9
  18. package/esm2015/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
  19. package/esm2015/lib/igx-geographic-map-series-host-component.js +21 -21
  20. package/esm2015/lib/igx-geographic-marker-series-component.js +22 -22
  21. package/esm2015/lib/igx-geographic-polyline-series-component.js +11 -11
  22. package/esm2015/lib/igx-geographic-proportional-symbol-series-component.js +32 -32
  23. package/esm2015/lib/igx-geographic-scatter-area-series-component.js +7 -7
  24. package/esm2015/lib/igx-geographic-shape-series-base-component.js +22 -22
  25. package/esm2015/lib/igx-geographic-shape-series-component.js +33 -33
  26. package/esm2015/lib/igx-geographic-symbol-series-component.js +14 -14
  27. package/esm2015/lib/igx-geographic-tile-series-component.js +4 -4
  28. package/esm2015/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  29. package/esm2015/lib/igx-tile-series-component.js +3 -3
  30. package/esm5/lib/GeographicContourLineSeriesView_combined.js +37 -37
  31. package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +76 -76
  32. package/esm5/lib/GeographicMapSeriesHost_combined.js +186 -186
  33. package/esm5/lib/GeographicMarkerSeries.js +28 -28
  34. package/esm5/lib/GeographicPolylineSeriesView_combined.js +17 -17
  35. package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +83 -83
  36. package/esm5/lib/GeographicShapeSeriesBase_combined.js +60 -60
  37. package/esm5/lib/GeographicShapeSeriesView_combined.js +55 -55
  38. package/esm5/lib/GeographicSymbolSeriesView_combined.js +52 -52
  39. package/esm5/lib/GeographicTileSeries.js +26 -26
  40. package/esm5/lib/SphericalMercatorHorizontalScaler.js +2 -2
  41. package/esm5/lib/SphericalMercatorVerticalScaler.js +2 -2
  42. package/esm5/lib/TileSeries_combined.js +85 -85
  43. package/esm5/lib/XamGeographicMap_combined.js +123 -123
  44. package/esm5/lib/igx-geographic-contour-line-series-component.js +9 -9
  45. package/esm5/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
  46. package/esm5/lib/igx-geographic-map-series-host-component.js +21 -21
  47. package/esm5/lib/igx-geographic-marker-series-component.js +22 -22
  48. package/esm5/lib/igx-geographic-polyline-series-component.js +11 -11
  49. package/esm5/lib/igx-geographic-proportional-symbol-series-component.js +32 -32
  50. package/esm5/lib/igx-geographic-scatter-area-series-component.js +7 -7
  51. package/esm5/lib/igx-geographic-shape-series-base-component.js +22 -22
  52. package/esm5/lib/igx-geographic-shape-series-component.js +33 -33
  53. package/esm5/lib/igx-geographic-symbol-series-component.js +14 -14
  54. package/esm5/lib/igx-geographic-tile-series-component.js +4 -4
  55. package/esm5/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  56. package/esm5/lib/igx-tile-series-component.js +3 -3
  57. package/fesm2015/igniteui-angular-maps.js +1053 -1053
  58. package/fesm5/igniteui-angular-maps.js +1045 -1045
  59. package/lib/GeographicContourLineSeriesView_combined.d.ts +12 -12
  60. package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +20 -20
  61. package/lib/GeographicMapSeriesHost_combined.d.ts +43 -43
  62. package/lib/GeographicMarkerSeries.d.ts +15 -15
  63. package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
  64. package/lib/GeographicPolylineSeriesView_combined.d.ts +8 -8
  65. package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
  66. package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +22 -22
  67. package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
  68. package/lib/GeographicShapeSeriesBase_combined.d.ts +20 -20
  69. package/lib/GeographicShapeSeriesView_combined.d.ts +24 -24
  70. package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
  71. package/lib/GeographicSymbolSeriesView_combined.d.ts +15 -15
  72. package/lib/GeographicTileSeries.d.ts +9 -9
  73. package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
  74. package/lib/TileSeries_combined.d.ts +20 -20
  75. package/lib/XamGeographicMap_combined.d.ts +24 -24
  76. package/package.json +2 -2
@@ -18,19 +18,19 @@ export let GeographicShapeSeriesBase = /*@__PURE__*/ (() => {
18
18
  class GeographicShapeSeriesBase extends GeographicMapSeriesHost {
19
19
  constructor() {
20
20
  super(...arguments);
21
+ this.x3 = false;
21
22
  this.x2 = false;
22
- this.x1 = false;
23
23
  this.assigningShapeStyle = null;
24
24
  this.assigningShapeMarkerStyle = null;
25
- this.xy = null;
26
- this.x0 = false;
25
+ this.xz = null;
26
+ this.x1 = false;
27
27
  }
28
28
  ct() {
29
29
  return new GeographicShapeSeriesBaseView(this);
30
30
  }
31
- rh(a) {
32
- super.rh(a);
33
- this.xx = a;
31
+ ri(a) {
32
+ super.ri(a);
33
+ this.xy = a;
34
34
  }
35
35
  get_fh() {
36
36
  return true;
@@ -38,116 +38,116 @@ export let GeographicShapeSeriesBase = /*@__PURE__*/ (() => {
38
38
  get_ef() {
39
39
  return true;
40
40
  }
41
- rq(a, b, c, d) {
42
- super.rq(a, b, c, d);
41
+ rr(a, b, c, d) {
42
+ super.rr(a, b, c, d);
43
43
  switch (b) {
44
44
  case "SeriesViewer":
45
- this.xx.cv();
45
+ this.xy.cv();
46
46
  break;
47
47
  case "ShapeMemberPath":
48
- this.xx.cx();
48
+ this.xy.cx();
49
49
  break;
50
50
  case GeographicShapeSeriesBase.$$p[8]:
51
- this.xx.cw();
51
+ this.xy.cw();
52
52
  break;
53
53
  case GeographicShapeSeriesBase.$$p[4]:
54
- this.xl.yt = this.x5;
55
- this.x2 = this.x5;
56
- if (this.x5) {
57
- let e = this.xl;
58
- e.assigningShapeStyle = delegateCombine(e.assigningShapeStyle, runOn(this, this.yn));
54
+ this.xm.yu = this.x6;
55
+ this.x3 = this.x6;
56
+ if (this.x6) {
57
+ let e = this.xm;
58
+ e.assigningShapeStyle = delegateCombine(e.assigningShapeStyle, runOn(this, this.yo));
59
59
  }
60
60
  else {
61
- let f = this.xl;
62
- f.assigningShapeStyle = delegateRemove(f.assigningShapeStyle, runOn(this, this.yn));
61
+ let f = this.xm;
62
+ f.assigningShapeStyle = delegateRemove(f.assigningShapeStyle, runOn(this, this.yo));
63
63
  }
64
64
  break;
65
65
  case GeographicShapeSeriesBase.$$p[3]:
66
- this.xl.ys = this.x4;
67
- this.x1 = this.x4;
68
- if (this.x5) {
69
- let g = this.xl;
70
- g.assigningShapeMarkerStyle = delegateCombine(g.assigningShapeMarkerStyle, runOn(this, this.ym));
66
+ this.xm.yt = this.x5;
67
+ this.x2 = this.x5;
68
+ if (this.x6) {
69
+ let g = this.xm;
70
+ g.assigningShapeMarkerStyle = delegateCombine(g.assigningShapeMarkerStyle, runOn(this, this.yn));
71
71
  }
72
72
  else {
73
- let h = this.xl;
74
- h.assigningShapeMarkerStyle = delegateRemove(h.assigningShapeMarkerStyle, runOn(this, this.ym));
73
+ let h = this.xm;
74
+ h.assigningShapeMarkerStyle = delegateRemove(h.assigningShapeMarkerStyle, runOn(this, this.yn));
75
75
  }
76
76
  break;
77
77
  case GeographicShapeSeriesBase.$$p[5]:
78
- this.xl.x5 = this.xw;
78
+ this.xm.x6 = this.xx;
79
79
  break;
80
80
  case GeographicShapeSeriesBase.$$p[6]:
81
- this.xl.za = this.x7;
81
+ this.xm.zb = this.x8;
82
82
  break;
83
83
  case GeographicShapeSeriesBase.$$p[7]:
84
- this.xl.zb = this.x8;
84
+ this.xm.zc = this.x9;
85
85
  break;
86
86
  case GeographicShapeSeriesBase.$$p[0]:
87
- this.xl.zf = this.x9;
87
+ this.xm.zg = this.ya;
88
88
  break;
89
89
  case GeographicShapeSeriesBase.$$p[1]:
90
- this.xl.xv = this.xv;
90
+ this.xm.xw = this.xw;
91
91
  break;
92
92
  case GeographicShapeSeriesBase.$$p[2]:
93
- this.xl.yo = this.x3;
93
+ this.xm.yp = this.x4;
94
94
  break;
95
95
  case "ShapefileDataSource":
96
96
  if (c != null) {
97
97
  let i = c;
98
- if (this.x0) {
99
- i.importCompleted = delegateRemove(i.importCompleted, runOn(this, this.yo));
98
+ if (this.x1) {
99
+ i.importCompleted = delegateRemove(i.importCompleted, runOn(this, this.yp));
100
100
  }
101
101
  }
102
102
  if (d != null) {
103
103
  let j = d;
104
104
  if (j.count > 0) {
105
- this.yp();
105
+ this.yq();
106
106
  break;
107
107
  }
108
- this.x0 = true;
109
- j.importCompleted = delegateCombine(j.importCompleted, runOn(this, this.yo));
108
+ this.x1 = true;
109
+ j.importCompleted = delegateCombine(j.importCompleted, runOn(this, this.yp));
110
110
  }
111
111
  break;
112
112
  }
113
113
  }
114
- yn(a, b) {
114
+ yo(a, b) {
115
115
  if (this.assigningShapeStyle != null) {
116
116
  this.assigningShapeStyle(this, b);
117
117
  }
118
118
  }
119
- ym(a, b) {
119
+ yn(a, b) {
120
120
  if (this.assigningShapeMarkerStyle != null) {
121
121
  this.assigningShapeMarkerStyle(this, b);
122
122
  }
123
123
  }
124
- yo(a, b) {
125
- this.yp();
124
+ yp(a, b) {
125
+ this.yq();
126
126
  }
127
- yp() {
128
- let sds_ = this.xz;
127
+ yq() {
128
+ let sds_ = this.x0;
129
129
  let ext_ = sds_.externalObject;
130
130
  this.itemsSource = (ext_.getPointData());
131
131
  }
132
- get xz() {
133
- return this.xy;
132
+ get x0() {
133
+ return this.xz;
134
134
  }
135
- set xz(a) {
136
- let b = this.xy;
137
- this.xy = a;
138
- if (b != this.xy) {
139
- this.raisePropertyChanged("ShapefileDataSource", b, this.xy);
135
+ set x0(a) {
136
+ let b = this.xz;
137
+ this.xz = a;
138
+ if (b != this.xz) {
139
+ this.raisePropertyChanged("ShapefileDataSource", b, this.xz);
140
140
  }
141
141
  }
142
- get_hd() {
142
+ get_he() {
143
143
  return true;
144
144
  }
145
- set_hd(a) {
146
- super.set_hd(a);
145
+ set_he(a) {
146
+ super.set_he(a);
147
147
  }
148
148
  }
149
149
  GeographicShapeSeriesBase.$t = markType(GeographicShapeSeriesBase, 'GeographicShapeSeriesBase', GeographicMapSeriesHost.$);
150
- GeographicShapeSeriesBase.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicShapeSeriesBase, 'raisePropertyChanged', ['FillMemberPath:x9:yq', [2], 'FillScale:xv:yr', [BrushScale.$], 'FillScaleUseGlobalValues:x3:ys', [0, false], 'IsCustomShapeMarkerStyleAllowed:x4:yt', [0, false], 'IsCustomShapeStyleAllowed:x5:yu', [0, false], 'ItemSearchMode:xw:yv', [ShapeItemSearchMode_$type, enumGetBox(ShapeItemSearchMode_$type, 0)], 'ItemSearchPointsThreshold:x7:yw', [1, 10000], 'ItemSearchThreshold:x8:yx', [1, 10000], 'ShapeFilterResolution:x6:yy', [1, 2], 'ShapeMemberPath:yk:yz', [2, "points"]]);
150
+ GeographicShapeSeriesBase.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicShapeSeriesBase, 'raisePropertyChanged', ['FillMemberPath:ya:yr', [2], 'FillScale:xw:ys', [BrushScale.$], 'FillScaleUseGlobalValues:x4:yt', [0, false], 'IsCustomShapeMarkerStyleAllowed:x5:yu', [0, false], 'IsCustomShapeStyleAllowed:x6:yv', [0, false], 'ItemSearchMode:xx:yw', [ShapeItemSearchMode_$type, enumGetBox(ShapeItemSearchMode_$type, 0)], 'ItemSearchPointsThreshold:x8:yx', [1, 10000], 'ItemSearchThreshold:x9:yy', [1, 10000], 'ShapeFilterResolution:x7:yz', [1, 2], 'ShapeMemberPath:yl:y0', [2, "points"]]);
151
151
  return GeographicShapeSeriesBase;
152
152
  })();
153
153
  /**
@@ -162,23 +162,23 @@ export let GeographicShapeSeriesBaseView = /*@__PURE__*/ (() => {
162
162
  }
163
163
  ci() {
164
164
  super.ci();
165
- this.cu.xl.zs = this.cu.yk;
165
+ this.cu.xm.zt = this.cu.yl;
166
166
  }
167
167
  cv() {
168
- let a = this.cu.xl;
168
+ let a = this.cu.xm;
169
169
  if (this.cu.dc == null) {
170
- a.xz = null;
171
- a.x1 = null;
170
+ a.x0 = null;
171
+ a.x2 = null;
172
172
  return;
173
173
  }
174
- a.xz = this.cu.dc.zh;
175
- a.x1 = this.cu.dc.zj;
174
+ a.x0 = this.cu.dc.zh;
175
+ a.x2 = this.cu.dc.zj;
176
176
  }
177
177
  cx() {
178
- this.cu.xl.zs = this.cu.yk;
178
+ this.cu.xm.zt = this.cu.yl;
179
179
  }
180
180
  cw() {
181
- this.cu.xl.y7 = this.cu.x6;
181
+ this.cu.xm.y8 = this.cu.x7;
182
182
  }
183
183
  }
184
184
  GeographicShapeSeriesBaseView.$t = markType(GeographicShapeSeriesBaseView, 'GeographicShapeSeriesBaseView', HostSeriesView.$);
@@ -30,53 +30,53 @@ export let GeographicShapeSeriesView = /*@__PURE__*/ (() => {
30
30
  this.cy = null;
31
31
  this.cy = a;
32
32
  if (!this.t) {
33
- this.cy.yk = "points";
33
+ this.cy.yl = "points";
34
34
  }
35
35
  }
36
36
  a4() {
37
37
  super.a4();
38
38
  if (!this.t) {
39
- this.cy.z7 = Defaults.a8;
40
- this.cy.jy = Defaults.ac;
41
- this.cy.y6 = Defaults.ab;
42
- this.cy.y3 = Defaults.d;
43
- this.cy.y1 = Defaults.a;
39
+ this.cy.z8 = Defaults.a8;
40
+ this.cy.jz = Defaults.ac;
41
+ this.cy.y7 = Defaults.ab;
42
+ this.cy.y4 = Defaults.d;
43
+ this.cy.y2 = Defaults.a;
44
44
  }
45
45
  }
46
46
  ci() {
47
47
  super.ci();
48
- this.cy.xl.acf = this.cy.z9;
49
- this.cy.xl.aa7 = this.cy.y4;
50
- this.cy.xl.abu = this.cy.zp;
51
- this.cy.xl.abb = this.cy.y6;
52
- this.cy.xl.aat = this.cy.y0;
48
+ this.cy.xm.acg = this.cy.aaa;
49
+ this.cy.xm.aa8 = this.cy.y5;
50
+ this.cy.xm.abv = this.cy.zq;
51
+ this.cy.xm.abc = this.cy.y7;
52
+ this.cy.xm.aau = this.cy.y1;
53
53
  }
54
54
  c3() {
55
- this.cy.xl.abu = this.cy.zp;
55
+ this.cy.xm.abv = this.cy.zq;
56
56
  }
57
57
  c5() {
58
- this.cy.xl.abb = this.cy.y6;
58
+ this.cy.xm.abc = this.cy.y7;
59
59
  }
60
60
  c0() {
61
- this.cy.xl.aat = this.cy.y0;
61
+ this.cy.xm.aau = this.cy.y1;
62
62
  }
63
63
  c4() {
64
- this.cy.xl.aa2 = this.cy.y3;
64
+ this.cy.xm.aa3 = this.cy.y4;
65
65
  }
66
66
  cz() {
67
- this.cy.xl.acb = this.cy.z6;
67
+ this.cy.xm.acc = this.cy.z7;
68
68
  }
69
69
  c1() {
70
- this.cy.xl.acc = this.cy.z7;
70
+ this.cy.xm.acd = this.cy.z8;
71
71
  }
72
72
  c2() {
73
- this.cy.xl.ace = this.cy.z8;
73
+ this.cy.xm.acf = this.cy.z9;
74
74
  }
75
75
  c6() {
76
- this.cy.xl.aa7 = this.cy.y4;
76
+ this.cy.xm.aa8 = this.cy.y5;
77
77
  }
78
78
  c7() {
79
- this.cy.xl.acf = this.cy.z9;
79
+ this.cy.xm.acg = this.cy.aaa;
80
80
  }
81
81
  }
82
82
  GeographicShapeSeriesView.$t = markType(GeographicShapeSeriesView, 'GeographicShapeSeriesView', GeographicShapeSeriesBaseView.$);
@@ -95,95 +95,95 @@ export let GeographicShapeSeries = /*@__PURE__*/ (() => {
95
95
  bk() {
96
96
  return new GeographicShapeSeries();
97
97
  }
98
- get_ft() {
98
+ get_fu() {
99
99
  return true;
100
100
  }
101
101
  ct() {
102
102
  return new GeographicShapeSeriesView(this);
103
103
  }
104
- rh(a) {
105
- super.rh(a);
106
- this.y5 = a;
104
+ ri(a) {
105
+ super.ri(a);
106
+ this.y6 = a;
107
107
  }
108
- xk() {
108
+ xl() {
109
109
  let a = new ScatterPolygonSeries();
110
- a.styleShape = delegateCombine(a.styleShape, runOn(this, this.zm));
111
- a.propertyUpdated = delegateCombine(a.propertyUpdated, runOn(this, this.zn));
110
+ a.styleShape = delegateCombine(a.styleShape, runOn(this, this.zn));
111
+ a.propertyUpdated = delegateCombine(a.propertyUpdated, runOn(this, this.zo));
112
112
  return a;
113
113
  }
114
- zm(a, b) {
114
+ zn(a, b) {
115
115
  if (this.styleShape != null) {
116
116
  this.styleShape(this, b);
117
117
  }
118
118
  }
119
- zn(a, b) {
120
- let c = typeCast(ScatterPolygonSeries.$, this.xl);
119
+ zo(a, b) {
120
+ let c = typeCast(ScatterPolygonSeries.$, this.xm);
121
121
  if (c == null) {
122
122
  return;
123
123
  }
124
124
  }
125
- iu() {
126
- return this.y6;
127
- }
128
- v5() {
129
- return this.z4;
125
+ iv() {
126
+ return this.y7;
130
127
  }
131
128
  v6() {
132
129
  return this.z5;
133
130
  }
134
- th() {
135
- return this.zo;
131
+ v7() {
132
+ return this.z6;
133
+ }
134
+ ti() {
135
+ return this.zp;
136
136
  }
137
- ml() {
138
- let a = typeCast(ScatterPolygonSeries.$, this.xl);
137
+ mm() {
138
+ let a = typeCast(ScatterPolygonSeries.$, this.xm);
139
139
  if (a == null) {
140
140
  return "Unknown";
141
141
  }
142
- return a.ml();
142
+ return a.mm();
143
143
  }
144
- rq(a, b, c, d) {
145
- super.rq(a, b, c, d);
144
+ rr(a, b, c, d) {
145
+ super.rr(a, b, c, d);
146
146
  switch (b) {
147
147
  case GeographicShapeSeries.$$p[6]:
148
- this.xl.aa0 = this.y2;
148
+ this.xm.aa1 = this.y3;
149
149
  break;
150
150
  case GeographicShapeSeries.$$p[5]:
151
- this.xl.aaw = this.y1;
151
+ this.xm.aax = this.y2;
152
152
  break;
153
153
  case GeographicShapeSeries.$$p[9]:
154
- this.y5.c3();
154
+ this.y6.c3();
155
155
  break;
156
156
  case GeographicShapeSeries.$$p[10]:
157
- this.y5.c5();
157
+ this.y6.c5();
158
158
  break;
159
159
  case GeographicShapeSeries.$$p[4]:
160
- this.y5.c0();
160
+ this.y6.c0();
161
161
  break;
162
162
  case GeographicShapeSeries.$$p[11]:
163
- this.y5.c4();
163
+ this.y6.c4();
164
164
  break;
165
165
  case GeographicShapeSeries.$$p[3]:
166
- this.y5.cz();
166
+ this.y6.cz();
167
167
  break;
168
168
  case GeographicShapeSeries.$$p[7]:
169
- this.y5.c1();
169
+ this.y6.c1();
170
170
  break;
171
171
  case GeographicShapeSeries.$$p[8]:
172
- this.y5.c2();
172
+ this.y6.c2();
173
173
  break;
174
174
  case GeographicShapeSeries.$$p[13]:
175
- this.y5.c6();
175
+ this.y6.c6();
176
176
  break;
177
177
  case GeographicShapeSeries.$$p[12]:
178
- this.y5.c7();
178
+ this.y6.c7();
179
179
  break;
180
180
  }
181
181
  }
182
- jt() {
182
+ ju() {
183
183
  return 0.7;
184
184
  }
185
185
  }
186
186
  GeographicShapeSeries.$t = markType(GeographicShapeSeries, 'GeographicShapeSeries', GeographicShapeSeriesBase.$);
187
- GeographicShapeSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicShapeSeries, 'raisePropertyChanged', ['ActualMarkerBrush:z4:zq', [Brush.$], 'ActualMarkerOutline:z5:zr', [Brush.$], 'ActualMarkerTemplate:zo:zs', [DataTemplate.$, null], 'MarkerBrush:z6:zt', [Brush.$], 'MarkerCollisionAvoidance:y0:zu', [CollisionAvoidanceType_$type, enumGetBox(CollisionAvoidanceType_$type, 0)], 'MarkerFillMode:y1:zv', [MarkerFillMode_$type, enumGetBox(MarkerFillMode_$type, 0)], 'MarkerOutlineMode:y2:zw', [MarkerOutlineMode_$type, enumGetBox(MarkerOutlineMode_$type, 0)], 'MarkerOutline:z7:zx', [Brush.$], 'MarkerStyle:z8:zy', [Style.$], 'MarkerTemplate:zp:zz', [DataTemplate.$, null], 'MarkerThickness:y6:z0', [1, DeviceUtils.g(2)], 'MarkerType:y3:z1', [MarkerType_$type, enumGetBox(MarkerType_$type, 2)], 'ShapeStyle:z9:z2', [Style.$, null], 'ShapeStyleSelector:y4:z3', [StyleSelector.$, null]]);
187
+ GeographicShapeSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicShapeSeries, 'raisePropertyChanged', ['ActualMarkerBrush:z5:zr', [Brush.$], 'ActualMarkerOutline:z6:zs', [Brush.$], 'ActualMarkerTemplate:zp:zt', [DataTemplate.$, null], 'MarkerBrush:z7:zu', [Brush.$], 'MarkerCollisionAvoidance:y1:zv', [CollisionAvoidanceType_$type, enumGetBox(CollisionAvoidanceType_$type, 0)], 'MarkerFillMode:y2:zw', [MarkerFillMode_$type, enumGetBox(MarkerFillMode_$type, 0)], 'MarkerOutlineMode:y3:zx', [MarkerOutlineMode_$type, enumGetBox(MarkerOutlineMode_$type, 0)], 'MarkerOutline:z8:zy', [Brush.$], 'MarkerStyle:z9:zz', [Style.$], 'MarkerTemplate:zq:z0', [DataTemplate.$, null], 'MarkerThickness:y7:z1', [1, DeviceUtils.g(2)], 'MarkerType:y4:z2', [MarkerType_$type, enumGetBox(MarkerType_$type, 2)], 'ShapeStyle:aaa:z3', [Style.$, null], 'ShapeStyleSelector:y5:z4', [StyleSelector.$, null]]);
188
188
  return GeographicShapeSeries;
189
189
  })();
@@ -28,40 +28,40 @@ export let GeographicSymbolSeriesView = /*@__PURE__*/ (() => {
28
28
  }
29
29
  }
30
30
  ci() {
31
- let a = this.cu.xl;
31
+ let a = this.cu.xm;
32
32
  super.ci();
33
- a.abe = this.cu.y9;
34
- a.abm = this.cu.y7;
35
- a.xv = this.cu.xv;
36
- a.yn = this.cu.yb;
37
- a.x4 = this.cu.xw;
33
+ a.abf = this.cu.za;
34
+ a.abn = this.cu.y8;
35
+ a.xw = this.cu.xw;
36
+ a.yo = this.cu.yc;
37
+ a.x5 = this.cu.xx;
38
38
  }
39
39
  cw() {
40
- this.cu.xl.abe = this.cu.y9;
40
+ this.cu.xm.abf = this.cu.za;
41
41
  }
42
42
  cv() {
43
- this.cu.xl.abm = this.cu.y7;
43
+ this.cu.xm.abn = this.cu.y8;
44
44
  }
45
45
  c2() {
46
- this.cu.xl.xv = this.cu.xv;
46
+ this.cu.xm.xw = this.cu.xw;
47
47
  }
48
48
  c0() {
49
- this.cu.xl.yn = this.cu.yb;
49
+ this.cu.xm.yo = this.cu.yc;
50
50
  }
51
51
  c1() {
52
- this.cu.xl.x4 = this.cu.xw;
52
+ this.cu.xm.x5 = this.cu.xx;
53
53
  }
54
54
  c3() {
55
- this.cu.xl.aau = this.cu.xx;
55
+ this.cu.xm.aav = this.cu.xy;
56
56
  }
57
57
  c5() {
58
- this.cu.xl.xAxis = this.cu.dc.zh;
58
+ this.cu.xm.xAxis = this.cu.dc.zh;
59
59
  }
60
60
  c6() {
61
- this.cu.xl.yAxis = this.cu.dc.zj;
61
+ this.cu.xm.yAxis = this.cu.dc.zj;
62
62
  }
63
63
  c4() {
64
- let a = this.cu.xl;
64
+ let a = this.cu.xm;
65
65
  if (this.cu.dc == null) {
66
66
  a.xAxis = null;
67
67
  a.yAxis = null;
@@ -71,13 +71,13 @@ export let GeographicSymbolSeriesView = /*@__PURE__*/ (() => {
71
71
  a.yAxis = this.cu.dc.zj;
72
72
  }
73
73
  cy() {
74
- this.cu.xl.ze = this.cu.yt;
74
+ this.cu.xm.zf = this.cu.yu;
75
75
  }
76
76
  cx() {
77
- this.cu.xl.y4 = this.cu.yp;
77
+ this.cu.xm.y5 = this.cu.yq;
78
78
  }
79
79
  cz() {
80
- this.cu.xl.y5 = this.cu.yq;
80
+ this.cu.xm.y6 = this.cu.yr;
81
81
  }
82
82
  }
83
83
  GeographicSymbolSeriesView.$t = markType(GeographicSymbolSeriesView, 'GeographicSymbolSeriesView', HostSeriesView.$);
@@ -90,9 +90,9 @@ export let GeographicSymbolSeries = /*@__PURE__*/ (() => {
90
90
  class GeographicSymbolSeries extends GeographicMarkerSeries {
91
91
  constructor() {
92
92
  super();
93
- this.yv = null;
93
+ this.yw = null;
94
+ this.yz = false;
94
95
  this.yy = false;
95
- this.yx = false;
96
96
  this.assigningScatterStyle = null;
97
97
  this.assigningScatterMarkerStyle = null;
98
98
  this.ab = GeographicSymbolSeries.$;
@@ -106,84 +106,84 @@ export let GeographicSymbolSeries = /*@__PURE__*/ (() => {
106
106
  ct() {
107
107
  return new GeographicSymbolSeriesView(this);
108
108
  }
109
- rh(a) {
110
- super.rh(a);
111
- this.yw = a;
109
+ ri(a) {
110
+ super.ri(a);
111
+ this.yx = a;
112
112
  }
113
- jt() {
113
+ ju() {
114
114
  return 0.7;
115
115
  }
116
- xk() {
116
+ xl() {
117
117
  return new ScatterSeries();
118
118
  }
119
119
  get_fh() {
120
120
  return true;
121
121
  }
122
- rq(a, b, c, d) {
123
- super.rq(a, b, c, d);
122
+ rr(a, b, c, d) {
123
+ super.rr(a, b, c, d);
124
124
  switch (b) {
125
125
  case "SeriesViewer":
126
- this.yw.c4();
126
+ this.yx.c4();
127
127
  break;
128
128
  case GeographicSymbolSeries.$$p[5]:
129
- this.yw.cw();
129
+ this.yx.cw();
130
130
  break;
131
131
  case GeographicSymbolSeries.$$p[4]:
132
- this.yw.cv();
132
+ this.yx.cv();
133
133
  break;
134
134
  case GeographicSymbolSeries.$$p[6]:
135
- this.yw.cy();
135
+ this.yx.cy();
136
136
  break;
137
137
  case "XAxis":
138
- this.yw.c5();
138
+ this.yx.c5();
139
139
  break;
140
140
  case "YAxis":
141
- this.yw.c6();
141
+ this.yx.c6();
142
142
  break;
143
143
  case GeographicSymbolSeries.$$p[1]:
144
- this.xl.aaa = this.y0;
145
- this.yy = this.y0;
146
- if (this.y0) {
147
- let e = this.xl;
148
- e.assigningScatterStyle = delegateCombine(e.assigningScatterStyle, runOn(this, this.ze));
144
+ this.xm.aab = this.y1;
145
+ this.yz = this.y1;
146
+ if (this.y1) {
147
+ let e = this.xm;
148
+ e.assigningScatterStyle = delegateCombine(e.assigningScatterStyle, runOn(this, this.zf));
149
149
  }
150
150
  else {
151
- let f = this.xl;
152
- f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.ze));
151
+ let f = this.xm;
152
+ f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.zf));
153
153
  }
154
154
  break;
155
155
  case GeographicSymbolSeries.$$p[0]:
156
- this.xl.z9 = this.yz;
157
- this.yx = this.yz;
158
- if (this.y0) {
159
- let g = this.xl;
160
- g.assigningScatterMarkerStyle = delegateCombine(g.assigningScatterMarkerStyle, runOn(this, this.zd));
156
+ this.xm.aaa = this.y0;
157
+ this.yy = this.y0;
158
+ if (this.y1) {
159
+ let g = this.xm;
160
+ g.assigningScatterMarkerStyle = delegateCombine(g.assigningScatterMarkerStyle, runOn(this, this.ze));
161
161
  }
162
162
  else {
163
- let h = this.xl;
164
- h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.zd));
163
+ let h = this.xm;
164
+ h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.ze));
165
165
  }
166
166
  break;
167
167
  case GeographicSymbolSeries.$$p[2]:
168
- this.xl.zt = this.yu;
168
+ this.xm.zu = this.yv;
169
169
  break;
170
170
  case GeographicSymbolSeries.$$p[3]:
171
- this.xl.aat = this.y2;
171
+ this.xm.aau = this.y3;
172
172
  break;
173
173
  }
174
174
  }
175
- ze(a, b) {
175
+ zf(a, b) {
176
176
  if (this.assigningScatterStyle != null) {
177
177
  this.assigningScatterStyle(this, b);
178
178
  }
179
179
  }
180
- zd(a, b) {
180
+ ze(a, b) {
181
181
  if (this.assigningScatterMarkerStyle != null) {
182
182
  this.assigningScatterMarkerStyle(this, b);
183
183
  }
184
184
  }
185
185
  }
186
186
  GeographicSymbolSeries.$t = markType(GeographicSymbolSeries, 'GeographicSymbolSeries', GeographicMarkerSeries.$);
187
- GeographicSymbolSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicSymbolSeries, 'raisePropertyChanged', ['IsCustomScatterMarkerStyleAllowed:yz:zf', [0, false], 'IsCustomScatterStyleAllowed:y0:zg', [0, false], 'ItemSearchMode:yu:zh', [ScatterItemSearchMode_$type, enumGetBox(ScatterItemSearchMode_$type, 0)], 'ItemSearchThreshold:y2:zi', [1, 10000], 'LatitudeMemberPath:y7:zj', [2, null], 'LongitudeMemberPath:y9:zk', [2, null], 'MarkerCollisionAvoidance:yt:zl', [CollisionAvoidanceType_$type, enumGetBox(CollisionAvoidanceType_$type, 0)], 'UseLightweightMarkers:y1:zm', [0, false]]);
187
+ GeographicSymbolSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicSymbolSeries, 'raisePropertyChanged', ['IsCustomScatterMarkerStyleAllowed:y0:zg', [0, false], 'IsCustomScatterStyleAllowed:y1:zh', [0, false], 'ItemSearchMode:yv:zi', [ScatterItemSearchMode_$type, enumGetBox(ScatterItemSearchMode_$type, 0)], 'ItemSearchThreshold:y3:zj', [1, 10000], 'LatitudeMemberPath:y8:zk', [2, null], 'LongitudeMemberPath:za:zl', [2, null], 'MarkerCollisionAvoidance:yu:zm', [CollisionAvoidanceType_$type, enumGetBox(CollisionAvoidanceType_$type, 0)], 'UseLightweightMarkers:y2:zn', [0, false]]);
188
188
  return GeographicSymbolSeries;
189
189
  })();