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