igniteui-angular-maps 21.0.0 → 21.0.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 (78) hide show
  1. package/bundles/igniteui-angular-maps.umd.js +1415 -1415
  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 +85 -85
  9. package/esm2015/lib/GeographicShapeSeriesBase_combined.js +61 -61
  10. package/esm2015/lib/GeographicShapeSeriesView_combined.js +55 -55
  11. package/esm2015/lib/GeographicSymbolSeriesView_combined.js +54 -54
  12. package/esm2015/lib/GeographicTileSeries.js +27 -27
  13. package/esm2015/lib/SphericalMercatorHorizontalScaler.js +2 -2
  14. package/esm2015/lib/SphericalMercatorVerticalScaler.js +2 -2
  15. package/esm2015/lib/TileSeries_combined.js +87 -87
  16. package/esm2015/lib/XamGeographicMap_combined.js +456 -456
  17. package/esm2015/lib/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-component.js +40 -40
  20. package/esm2015/lib/igx-geographic-map-series-host-component.js +21 -21
  21. package/esm2015/lib/igx-geographic-marker-series-component.js +22 -22
  22. package/esm2015/lib/igx-geographic-polyline-series-component.js +11 -11
  23. package/esm2015/lib/igx-geographic-proportional-symbol-series-component.js +32 -32
  24. package/esm2015/lib/igx-geographic-scatter-area-series-component.js +7 -7
  25. package/esm2015/lib/igx-geographic-shape-series-base-component.js +22 -22
  26. package/esm2015/lib/igx-geographic-shape-series-component.js +33 -33
  27. package/esm2015/lib/igx-geographic-symbol-series-component.js +14 -14
  28. package/esm2015/lib/igx-geographic-tile-series-component.js +4 -4
  29. package/esm2015/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  30. package/esm2015/lib/igx-tile-series-component.js +3 -3
  31. package/esm5/lib/GeographicContourLineSeriesView_combined.js +37 -37
  32. package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +76 -76
  33. package/esm5/lib/GeographicMapSeriesHost_combined.js +186 -186
  34. package/esm5/lib/GeographicMarkerSeries.js +28 -28
  35. package/esm5/lib/GeographicPolylineSeriesView_combined.js +17 -17
  36. package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +85 -85
  37. package/esm5/lib/GeographicShapeSeriesBase_combined.js +60 -60
  38. package/esm5/lib/GeographicShapeSeriesView_combined.js +55 -55
  39. package/esm5/lib/GeographicSymbolSeriesView_combined.js +54 -54
  40. package/esm5/lib/GeographicTileSeries.js +26 -26
  41. package/esm5/lib/SphericalMercatorHorizontalScaler.js +2 -2
  42. package/esm5/lib/SphericalMercatorVerticalScaler.js +2 -2
  43. package/esm5/lib/TileSeries_combined.js +85 -85
  44. package/esm5/lib/XamGeographicMap_combined.js +449 -449
  45. package/esm5/lib/igx-geographic-contour-line-series-component.js +9 -9
  46. package/esm5/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
  47. package/esm5/lib/igx-geographic-map-component.js +40 -40
  48. package/esm5/lib/igx-geographic-map-series-host-component.js +21 -21
  49. package/esm5/lib/igx-geographic-marker-series-component.js +22 -22
  50. package/esm5/lib/igx-geographic-polyline-series-component.js +11 -11
  51. package/esm5/lib/igx-geographic-proportional-symbol-series-component.js +32 -32
  52. package/esm5/lib/igx-geographic-scatter-area-series-component.js +7 -7
  53. package/esm5/lib/igx-geographic-shape-series-base-component.js +22 -22
  54. package/esm5/lib/igx-geographic-shape-series-component.js +33 -33
  55. package/esm5/lib/igx-geographic-symbol-series-component.js +14 -14
  56. package/esm5/lib/igx-geographic-tile-series-component.js +4 -4
  57. package/esm5/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  58. package/esm5/lib/igx-tile-series-component.js +3 -3
  59. package/fesm2015/igniteui-angular-maps.js +1429 -1429
  60. package/fesm5/igniteui-angular-maps.js +1415 -1415
  61. package/lib/GeographicContourLineSeriesView_combined.d.ts +12 -12
  62. package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +20 -20
  63. package/lib/GeographicMapSeriesHost_combined.d.ts +43 -43
  64. package/lib/GeographicMarkerSeries.d.ts +15 -15
  65. package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
  66. package/lib/GeographicPolylineSeriesView_combined.d.ts +8 -8
  67. package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
  68. package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +22 -22
  69. package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
  70. package/lib/GeographicShapeSeriesBase_combined.d.ts +20 -20
  71. package/lib/GeographicShapeSeriesView_combined.d.ts +24 -24
  72. package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
  73. package/lib/GeographicSymbolSeriesView_combined.d.ts +15 -15
  74. package/lib/GeographicTileSeries.d.ts +9 -9
  75. package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
  76. package/lib/TileSeries_combined.d.ts +20 -20
  77. package/lib/XamGeographicMap_combined.d.ts +102 -102
  78. package/package.json +2 -2
@@ -23,74 +23,74 @@ export let GeographicMarkerSeries = /*@__PURE__*/ (() => {
23
23
  class GeographicMarkerSeries extends GeographicMapSeriesHost {
24
24
  constructor() {
25
25
  super();
26
- let a = this.xl;
27
- a.propertyUpdated = delegateCombine(a.propertyUpdated, runOn(this, this.x9));
26
+ let a = this.xm;
27
+ a.propertyUpdated = delegateCombine(a.propertyUpdated, runOn(this, this.ya));
28
28
  }
29
- th() {
30
- return this.ya;
31
- }
32
- v5() {
33
- return this.yn;
29
+ ti() {
30
+ return this.yb;
34
31
  }
35
32
  v6() {
36
33
  return this.yo;
37
34
  }
38
- iu() {
39
- return this.xw;
35
+ v7() {
36
+ return this.yp;
37
+ }
38
+ iv() {
39
+ return this.xx;
40
40
  }
41
- ml() {
42
- let a = typeCast(MarkerSeries.$, this.xl);
41
+ mm() {
42
+ let a = typeCast(MarkerSeries.$, this.xm);
43
43
  if (a == null) {
44
44
  return "Unknown";
45
45
  }
46
- return a.ml();
46
+ return a.mm();
47
47
  }
48
- x9(a, b) {
49
- let c = typeCast(MarkerSeries.$, this.xl);
48
+ ya(a, b) {
49
+ let c = typeCast(MarkerSeries.$, this.xm);
50
50
  if (c == null) {
51
51
  return;
52
52
  }
53
53
  if (b.propertyName == "ActualMarkerTemplate") {
54
- this.ya = c.yl;
54
+ this.yb = c.ym;
55
55
  }
56
56
  else if (b.propertyName == "ActualMarkerOutline") {
57
- this.yo = c.y3;
57
+ this.yp = c.y4;
58
58
  }
59
59
  else if (b.propertyName == "ActualMarkerBrush") {
60
- this.yn = c.y2;
60
+ this.yo = c.y3;
61
61
  }
62
62
  }
63
- rq(a, b, c, d) {
64
- super.rq(a, b, c, d);
63
+ rr(a, b, c, d) {
64
+ super.rr(a, b, c, d);
65
65
  switch (b) {
66
66
  case GeographicMarkerSeries.$$p[3]:
67
- this.xl.y4 = this.yp;
67
+ this.xm.y5 = this.yq;
68
68
  break;
69
69
  case GeographicMarkerSeries.$$p[6]:
70
- this.xl.y5 = this.yq;
70
+ this.xm.y6 = this.yr;
71
71
  break;
72
72
  case GeographicMarkerSeries.$$p[5]:
73
- this.xl.xp = this.xu;
73
+ this.xm.xq = this.xv;
74
74
  break;
75
75
  case GeographicMarkerSeries.$$p[4]:
76
- this.xl.xl = this.xt;
76
+ this.xm.xm = this.xu;
77
77
  break;
78
78
  case GeographicMarkerSeries.$$p[9]:
79
- this.xl.xv = this.xv;
79
+ this.xm.xw = this.xw;
80
80
  break;
81
81
  case GeographicMarkerSeries.$$p[7]:
82
- this.xl.yn = this.yb;
82
+ this.xm.yo = this.yc;
83
83
  break;
84
84
  case GeographicMarkerSeries.$$p[8]:
85
- this.xl.x4 = this.xw;
85
+ this.xm.x5 = this.xx;
86
86
  break;
87
87
  case GeographicMarkerSeries.$$p[10]:
88
- this.xl.aau = this.xx;
88
+ this.xm.aav = this.xy;
89
89
  break;
90
90
  }
91
91
  }
92
92
  }
93
93
  GeographicMarkerSeries.$t = markType(GeographicMarkerSeries, 'GeographicMarkerSeries', GeographicMapSeriesHost.$);
94
- GeographicMarkerSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicMarkerSeries, 'raisePropertyChanged', ['ActualMarkerBrush:yn:yc', [Brush.$], 'ActualMarkerOutline:yo:yd', [Brush.$], 'ActualMarkerTemplate:ya:ye', [DataTemplate.$, null], 'MarkerBrush:yp:yf', [Brush.$], 'MarkerFillMode:xt:yg', [MarkerFillMode_$type, enumGetBox(MarkerFillMode_$type, 0)], 'MarkerOutlineMode:xu:yh', [MarkerOutlineMode_$type, enumGetBox(MarkerOutlineMode_$type, 0)], 'MarkerOutline:yq:yi', [Brush.$], 'MarkerTemplate:yb:yj', [DataTemplate.$, null], 'MarkerThickness:xw:yk', [1, DeviceUtils.g(2)], 'MarkerType:xv:yl', [MarkerType_$type, enumGetBox(MarkerType_$type, Defaults.e)], 'MaximumMarkers:xx:ym', [1, 400]]);
94
+ GeographicMarkerSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicMarkerSeries, 'raisePropertyChanged', ['ActualMarkerBrush:yo:yd', [Brush.$], 'ActualMarkerOutline:yp:ye', [Brush.$], 'ActualMarkerTemplate:yb:yf', [DataTemplate.$, null], 'MarkerBrush:yq:yg', [Brush.$], 'MarkerFillMode:xu:yh', [MarkerFillMode_$type, enumGetBox(MarkerFillMode_$type, 0)], 'MarkerOutlineMode:xv:yi', [MarkerOutlineMode_$type, enumGetBox(MarkerOutlineMode_$type, 0)], 'MarkerOutline:yr:yj', [Brush.$], 'MarkerTemplate:yc:yk', [DataTemplate.$, null], 'MarkerThickness:xx:yl', [1, DeviceUtils.g(2)], 'MarkerType:xw:ym', [MarkerType_$type, enumGetBox(MarkerType_$type, Defaults.e)], 'MaximumMarkers:xy:yn', [1, 400]]);
95
95
  return GeographicMarkerSeries;
96
96
  })();
@@ -26,19 +26,19 @@ export let GeographicPolylineSeriesView = /*@__PURE__*/ (() => {
26
26
  a4() {
27
27
  super.a4();
28
28
  if (!this.t) {
29
- this.cy.jy = Defaults.aa;
29
+ this.cy.jz = Defaults.aa;
30
30
  }
31
31
  }
32
32
  ci() {
33
33
  super.ci();
34
- this.cy.xl.aat = this.cy.y0;
35
- this.cy.xl.aay = this.cy.y8;
34
+ this.cy.xm.aau = this.cy.y1;
35
+ this.cy.xm.aaz = this.cy.y9;
36
36
  }
37
37
  cz() {
38
- this.cy.xl.aat = this.cy.y0;
38
+ this.cy.xm.aau = this.cy.y1;
39
39
  }
40
40
  c0() {
41
- this.cy.xl.aay = this.cy.y8;
41
+ this.cy.xm.aaz = this.cy.y9;
42
42
  }
43
43
  }
44
44
  GeographicPolylineSeriesView.$t = markType(GeographicPolylineSeriesView, 'GeographicPolylineSeriesView', GeographicShapeSeriesBaseView.$);
@@ -57,39 +57,39 @@ export let GeographicPolylineSeries = /*@__PURE__*/ (() => {
57
57
  bk() {
58
58
  return new GeographicPolylineSeries();
59
59
  }
60
- get_fu() {
60
+ get_fv() {
61
61
  return true;
62
62
  }
63
63
  ct() {
64
64
  return new GeographicPolylineSeriesView(this);
65
65
  }
66
- rh(a) {
67
- super.rh(a);
68
- this.y1 = a;
66
+ ri(a) {
67
+ super.ri(a);
68
+ this.y2 = a;
69
69
  }
70
- xk() {
70
+ xl() {
71
71
  let a = new ScatterPolylineSeries();
72
- a.styleShape = delegateCombine(a.styleShape, runOn(this, this.y5));
72
+ a.styleShape = delegateCombine(a.styleShape, runOn(this, this.y6));
73
73
  return a;
74
74
  }
75
- y5(a, b) {
75
+ y6(a, b) {
76
76
  if (this.styleShape != null) {
77
77
  this.styleShape(this, b);
78
78
  }
79
79
  }
80
- rq(a, b, c, d) {
81
- super.rq(a, b, c, d);
80
+ rr(a, b, c, d) {
81
+ super.rr(a, b, c, d);
82
82
  switch (b) {
83
83
  case GeographicPolylineSeries.$$p[1]:
84
- this.y1.cz();
84
+ this.y2.cz();
85
85
  break;
86
86
  case GeographicPolylineSeries.$$p[0]:
87
- this.y1.c0();
87
+ this.y2.c0();
88
88
  break;
89
89
  }
90
90
  }
91
91
  }
92
92
  GeographicPolylineSeries.$t = markType(GeographicPolylineSeries, 'GeographicPolylineSeries', GeographicShapeSeriesBase.$);
93
- GeographicPolylineSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicPolylineSeries, 'raisePropertyChanged', ['ShapeStyle:y8:y6', [Style.$, null], 'ShapeStyleSelector:y0:y7', [StyleSelector.$, null]]);
93
+ GeographicPolylineSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicPolylineSeries, 'raisePropertyChanged', ['ShapeStyle:y9:y7', [Style.$, null], 'ShapeStyleSelector:y1:y8', [StyleSelector.$, null]]);
94
94
  return GeographicPolylineSeries;
95
95
  })();
@@ -30,97 +30,97 @@ export let GeographicProportionalSymbolSeriesView = /*@__PURE__*/ (() => {
30
30
  }
31
31
  ci() {
32
32
  super.ci();
33
- let a = this.cu.xl;
34
- a.abe = this.cu.zk;
35
- a.abm = this.cu.zi;
36
- a.xv = this.cu.xv;
37
- a.yn = this.cu.yb;
38
- a.x4 = this.cu.xw;
33
+ let a = this.cu.xm;
34
+ a.abf = this.cu.zl;
35
+ a.abn = this.cu.zj;
36
+ a.xw = this.cu.xw;
37
+ a.yo = this.cu.yc;
38
+ a.x5 = this.cu.xx;
39
+ a.adp = this.cu.y5;
40
+ a.aef = this.cu.zq;
41
+ a.ade = this.cu.yx;
42
+ a.ad5 = this.cu.zh;
43
+ a.ad0 = this.cu.y9;
44
+ a.adb = this.cu.yu;
45
+ a.adn = this.cu.y1;
39
46
  a.ado = this.cu.y4;
40
- a.aee = this.cu.zp;
41
- a.add = this.cu.yw;
42
- a.ad4 = this.cu.zg;
43
- a.adz = this.cu.y8;
44
- a.ada = this.cu.yt;
45
- a.adm = this.cu.y0;
46
- a.adn = this.cu.y3;
47
+ a.adu = this.cu.y7;
47
48
  a.adt = this.cu.y6;
48
- a.ads = this.cu.y5;
49
49
  }
50
50
  c3() {
51
- this.cu.xl.abe = this.cu.zk;
51
+ this.cu.xm.abf = this.cu.zl;
52
52
  }
53
53
  c2() {
54
- this.cu.xl.abm = this.cu.zi;
54
+ this.cu.xm.abn = this.cu.zj;
55
55
  }
56
56
  c8() {
57
- this.cu.xl.xv = this.cu.xv;
57
+ this.cu.xm.xw = this.cu.xw;
58
58
  }
59
59
  c6() {
60
- this.cu.xl.yn = this.cu.yb;
60
+ this.cu.xm.yo = this.cu.yc;
61
61
  }
62
62
  c7() {
63
- this.cu.xl.x4 = this.cu.xw;
63
+ this.cu.xm.x5 = this.cu.xx;
64
64
  }
65
65
  c9() {
66
- this.cu.xl.aau = this.cu.xx;
66
+ this.cu.xm.aav = this.cu.xy;
67
67
  }
68
68
  db() {
69
- this.cu.xl.xAxis = this.cu.dc.zh;
69
+ this.cu.xm.xAxis = this.cu.dc.zi;
70
70
  }
71
71
  dc() {
72
- this.cu.xl.yAxis = this.cu.dc.zj;
72
+ this.cu.xm.yAxis = this.cu.dc.zk;
73
73
  }
74
74
  da() {
75
- let a = this.cu.xl;
75
+ let a = this.cu.xm;
76
76
  if (this.cu.dc == null) {
77
77
  a.xAxis = null;
78
78
  a.yAxis = null;
79
79
  return;
80
80
  }
81
- a.xAxis = this.cu.dc.zh;
82
- a.yAxis = this.cu.dc.zj;
81
+ a.xAxis = this.cu.dc.zi;
82
+ a.yAxis = this.cu.dc.zk;
83
83
  }
84
84
  c4() {
85
- this.cu.xl.y4 = this.cu.yp;
85
+ this.cu.xm.y5 = this.cu.yq;
86
86
  }
87
87
  c5() {
88
- this.cu.xl.y5 = this.cu.yq;
88
+ this.cu.xm.y6 = this.cu.yr;
89
89
  }
90
90
  dd() {
91
- this.cu.xl.aee = this.cu.zp;
91
+ this.cu.xm.aef = this.cu.zq;
92
92
  }
93
93
  de() {
94
- this.cu.xl.add = this.cu.yw;
95
- this.cu.xl.ado = this.cu.y4;
94
+ this.cu.xm.ade = this.cu.yx;
95
+ this.cu.xm.adp = this.cu.y5;
96
96
  }
97
97
  cy() {
98
- this.cu.xl.ad4 = this.cu.zg;
98
+ this.cu.xm.ad5 = this.cu.zh;
99
99
  }
100
100
  cw() {
101
- this.cu.xl.ada = this.cu.yt;
102
- this.cu.xl.adm = this.cu.y0;
103
- this.cu.xl.adn = this.cu.y3;
104
- this.cu.xl.adt = this.cu.y6;
105
- this.cu.xl.ads = this.cu.y5;
101
+ this.cu.xm.adb = this.cu.yu;
102
+ this.cu.xm.adn = this.cu.y1;
103
+ this.cu.xm.ado = this.cu.y4;
104
+ this.cu.xm.adu = this.cu.y7;
105
+ this.cu.xm.adt = this.cu.y6;
106
106
  }
107
107
  cv() {
108
- this.cu.xl.adz = this.cu.y8;
108
+ this.cu.xm.ad0 = this.cu.y9;
109
109
  }
110
110
  df() {
111
- this.cu.xl.ado = this.cu.y4;
111
+ this.cu.xm.adp = this.cu.y5;
112
112
  }
113
113
  cx() {
114
- this.cu.xl.adm = this.cu.y0;
114
+ this.cu.xm.adn = this.cu.y1;
115
115
  }
116
116
  c1() {
117
- this.cu.xl.adn = this.cu.y3;
117
+ this.cu.xm.ado = this.cu.y4;
118
118
  }
119
119
  c0() {
120
- this.cu.xl.adt = this.cu.y6;
120
+ this.cu.xm.adu = this.cu.y7;
121
121
  }
122
122
  cz() {
123
- this.cu.xl.ads = this.cu.y5;
123
+ this.cu.xm.adt = this.cu.y6;
124
124
  }
125
125
  }
126
126
  GeographicProportionalSymbolSeriesView.$t = markType(GeographicProportionalSymbolSeriesView, 'GeographicProportionalSymbolSeriesView', HostSeriesView.$);
@@ -133,9 +133,9 @@ export let GeographicProportionalSymbolSeries = /*@__PURE__*/ (() => {
133
133
  class GeographicProportionalSymbolSeries extends GeographicMarkerSeries {
134
134
  constructor() {
135
135
  super();
136
- this.yu = null;
136
+ this.yv = null;
137
+ this.y0 = false;
137
138
  this.yz = false;
138
- this.yy = false;
139
139
  this.assigningScatterStyle = null;
140
140
  this.assigningScatterMarkerStyle = null;
141
141
  this.ab = GeographicProportionalSymbolSeries.$;
@@ -149,111 +149,111 @@ export let GeographicProportionalSymbolSeries = /*@__PURE__*/ (() => {
149
149
  ct() {
150
150
  return new GeographicProportionalSymbolSeriesView(this);
151
151
  }
152
- rh(a) {
153
- super.rh(a);
154
- this.yx = a;
152
+ ri(a) {
153
+ super.ri(a);
154
+ this.yy = a;
155
155
  }
156
- jt() {
156
+ ju() {
157
157
  return 0.7;
158
158
  }
159
- xk() {
159
+ xl() {
160
160
  return new BubbleSeries();
161
161
  }
162
162
  get_fh() {
163
163
  return true;
164
164
  }
165
- rq(a, b, c, d) {
166
- super.rq(a, b, c, d);
165
+ rr(a, b, c, d) {
166
+ super.rr(a, b, c, d);
167
167
  switch (b) {
168
168
  case "SeriesViewer":
169
- this.yx.da();
169
+ this.yy.da();
170
170
  break;
171
171
  case GeographicProportionalSymbolSeries.$$p[9]:
172
- this.yx.c3();
172
+ this.yy.c3();
173
173
  break;
174
174
  case GeographicProportionalSymbolSeries.$$p[8]:
175
- this.yx.c2();
175
+ this.yy.c2();
176
176
  break;
177
177
  case "XAxis":
178
- this.yx.db();
178
+ this.yy.db();
179
179
  break;
180
180
  case "YAxis":
181
- this.yx.dc();
181
+ this.yy.dc();
182
182
  break;
183
183
  case GeographicProportionalSymbolSeries.$$p[13]:
184
- this.yx.dd();
184
+ this.yy.dd();
185
185
  break;
186
186
  case GeographicProportionalSymbolSeries.$$p[14]:
187
- this.yx.de();
187
+ this.yy.de();
188
188
  break;
189
189
  case GeographicProportionalSymbolSeries.$$p[15]:
190
- this.yx.df();
190
+ this.yy.df();
191
191
  break;
192
192
  case GeographicProportionalSymbolSeries.$$p[7]:
193
- this.yx.cy();
193
+ this.yy.cy();
194
194
  break;
195
195
  case GeographicProportionalSymbolSeries.$$p[0]:
196
- this.yx.cv();
196
+ this.yy.cv();
197
197
  break;
198
198
  case GeographicProportionalSymbolSeries.$$p[1]:
199
- this.yx.cw();
199
+ this.yy.cw();
200
200
  break;
201
201
  case GeographicProportionalSymbolSeries.$$p[2]:
202
- this.yx.cx();
202
+ this.yy.cx();
203
203
  break;
204
204
  case GeographicProportionalSymbolSeries.$$p[12]:
205
- this.yx.c1();
205
+ this.yy.c1();
206
206
  break;
207
207
  case GeographicProportionalSymbolSeries.$$p[11]:
208
- this.yx.c0();
208
+ this.yy.c0();
209
209
  break;
210
210
  case GeographicProportionalSymbolSeries.$$p[10]:
211
- this.yx.cz();
211
+ this.yy.cz();
212
212
  break;
213
213
  case GeographicProportionalSymbolSeries.$$p[4]:
214
- this.xl.aaa = this.y2;
215
- this.yz = this.y2;
216
- if (this.y2) {
217
- let e = this.xl;
218
- e.assigningScatterStyle = delegateCombine(e.assigningScatterStyle, runOn(this, this.zu));
214
+ this.xm.aab = this.y3;
215
+ this.y0 = this.y3;
216
+ if (this.y3) {
217
+ let e = this.xm;
218
+ e.assigningScatterStyle = delegateCombine(e.assigningScatterStyle, runOn(this, this.zv));
219
219
  }
220
220
  else {
221
- let f = this.xl;
222
- f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.zu));
221
+ let f = this.xm;
222
+ f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.zv));
223
223
  }
224
224
  break;
225
225
  case GeographicProportionalSymbolSeries.$$p[3]:
226
- this.xl.z9 = this.y1;
227
- this.yy = this.y1;
228
- if (this.y2) {
229
- let g = this.xl;
230
- g.assigningScatterMarkerStyle = delegateCombine(g.assigningScatterMarkerStyle, runOn(this, this.zt));
226
+ this.xm.aaa = this.y2;
227
+ this.yz = this.y2;
228
+ if (this.y3) {
229
+ let g = this.xm;
230
+ g.assigningScatterMarkerStyle = delegateCombine(g.assigningScatterMarkerStyle, runOn(this, this.zu));
231
231
  }
232
232
  else {
233
- let h = this.xl;
234
- h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.zt));
233
+ let h = this.xm;
234
+ h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.zu));
235
235
  }
236
236
  break;
237
237
  case GeographicProportionalSymbolSeries.$$p[5]:
238
- this.xl.zt = this.yv;
238
+ this.xm.zu = this.yw;
239
239
  break;
240
240
  case GeographicProportionalSymbolSeries.$$p[6]:
241
- this.xl.aat = this.y7;
241
+ this.xm.aau = this.y8;
242
242
  break;
243
243
  }
244
244
  }
245
- zu(a, b) {
245
+ zv(a, b) {
246
246
  if (this.assigningScatterStyle != null) {
247
247
  this.assigningScatterStyle(this, b);
248
248
  }
249
249
  }
250
- zt(a, b) {
250
+ zu(a, b) {
251
251
  if (this.assigningScatterMarkerStyle != null) {
252
252
  this.assigningScatterMarkerStyle(this, b);
253
253
  }
254
254
  }
255
255
  }
256
256
  GeographicProportionalSymbolSeries.$t = markType(GeographicProportionalSymbolSeries, 'GeographicProportionalSymbolSeries', GeographicMarkerSeries.$);
257
- GeographicProportionalSymbolSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicProportionalSymbolSeries, 'raisePropertyChanged', ['FillMemberPath:y8:zv', [2], 'FillScale:yt:zw', [BrushScale.$], 'FillScaleUseGlobalValues:y0:zx', [0, false], 'IsCustomScatterMarkerStyleAllowed:y1:zy', [0, false], 'IsCustomScatterStyleAllowed:y2:zz', [0, false], 'ItemSearchMode:yv:z0', [ScatterItemSearchMode_$type, enumGetBox(ScatterItemSearchMode_$type, 0)], 'ItemSearchThreshold:y7:z1', [1, 10000], 'LabelMemberPath:zg:z2', [2], 'LatitudeMemberPath:zi:z3', [2, null], 'LongitudeMemberPath:zk:z4', [2, null], 'MarkerBrushBrightness:y5:z5', [1, NaN], 'MarkerOutlineBrightness:y6:z6', [1, NaN], 'MarkerOutlineUsesFillScale:y3:z7', [0, false], 'RadiusMemberPath:zp:z8', [2, null], 'RadiusScale:yw:z9', [SizeScale.$], 'RadiusScaleUseGlobalValues:y4:aaa', [0, false]]);
257
+ GeographicProportionalSymbolSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicProportionalSymbolSeries, 'raisePropertyChanged', ['FillMemberPath:y9:zw', [2], 'FillScale:yu:zx', [BrushScale.$], 'FillScaleUseGlobalValues:y1:zy', [0, false], 'IsCustomScatterMarkerStyleAllowed:y2:zz', [0, false], 'IsCustomScatterStyleAllowed:y3:z0', [0, false], 'ItemSearchMode:yw:z1', [ScatterItemSearchMode_$type, enumGetBox(ScatterItemSearchMode_$type, 0)], 'ItemSearchThreshold:y8:z2', [1, 10000], 'LabelMemberPath:zh:z3', [2], 'LatitudeMemberPath:zj:z4', [2, null], 'LongitudeMemberPath:zl:z5', [2, null], 'MarkerBrushBrightness:y6:z6', [1, NaN], 'MarkerOutlineBrightness:y7:z7', [1, NaN], 'MarkerOutlineUsesFillScale:y4:z8', [0, false], 'RadiusMemberPath:zq:z9', [2, null], 'RadiusScale:yx:aaa', [SizeScale.$], 'RadiusScaleUseGlobalValues:y5:aab', [0, false]]);
258
258
  return GeographicProportionalSymbolSeries;
259
259
  })();