igniteui-webcomponents-maps 7.1.0-alpha.1 → 7.1.0-alpha.2

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