igniteui-angular-maps 17.2.0-beta.0 → 17.2.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 (72) hide show
  1. package/bundles/igniteui-angular-maps.umd.js +1047 -1020
  2. package/bundles/igniteui-angular-maps.umd.min.js +1 -1
  3. package/esm2015/lib/GeographicContourLineSeriesView_combined.js +41 -38
  4. package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +81 -78
  5. package/esm2015/lib/GeographicMapSeriesHost_combined.js +182 -182
  6. package/esm2015/lib/GeographicMarkerSeries.js +28 -28
  7. package/esm2015/lib/GeographicPolylineSeriesView_combined.js +21 -18
  8. package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +92 -89
  9. package/esm2015/lib/GeographicShapeSeriesBase_combined.js +62 -62
  10. package/esm2015/lib/GeographicShapeSeriesView_combined.js +59 -56
  11. package/esm2015/lib/GeographicSymbolSeriesView_combined.js +61 -58
  12. package/esm2015/lib/GeographicTileSeries.js +30 -27
  13. package/esm2015/lib/TileSeries_combined.js +94 -91
  14. package/esm2015/lib/XamGeographicMap_combined.js +93 -90
  15. package/esm2015/lib/igx-geographic-contour-line-series-component.js +9 -9
  16. package/esm2015/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
  17. package/esm2015/lib/igx-geographic-map-series-host-component.js +21 -21
  18. package/esm2015/lib/igx-geographic-marker-series-component.js +22 -22
  19. package/esm2015/lib/igx-geographic-polyline-series-component.js +11 -11
  20. package/esm2015/lib/igx-geographic-proportional-symbol-series-component.js +33 -33
  21. package/esm2015/lib/igx-geographic-scatter-area-series-component.js +8 -8
  22. package/esm2015/lib/igx-geographic-shape-series-base-component.js +16 -16
  23. package/esm2015/lib/igx-geographic-shape-series-component.js +33 -33
  24. package/esm2015/lib/igx-geographic-symbol-series-component.js +15 -15
  25. package/esm2015/lib/igx-geographic-tile-series-component.js +4 -4
  26. package/esm2015/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  27. package/esm2015/lib/igx-tile-series-component.js +3 -3
  28. package/esm5/lib/GeographicContourLineSeriesView_combined.js +41 -38
  29. package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +81 -78
  30. package/esm5/lib/GeographicMapSeriesHost_combined.js +180 -180
  31. package/esm5/lib/GeographicMarkerSeries.js +28 -28
  32. package/esm5/lib/GeographicPolylineSeriesView_combined.js +21 -18
  33. package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +92 -89
  34. package/esm5/lib/GeographicShapeSeriesBase_combined.js +61 -61
  35. package/esm5/lib/GeographicShapeSeriesView_combined.js +59 -56
  36. package/esm5/lib/GeographicSymbolSeriesView_combined.js +61 -58
  37. package/esm5/lib/GeographicTileSeries.js +29 -26
  38. package/esm5/lib/TileSeries_combined.js +92 -89
  39. package/esm5/lib/XamGeographicMap_combined.js +92 -89
  40. package/esm5/lib/igx-geographic-contour-line-series-component.js +9 -9
  41. package/esm5/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
  42. package/esm5/lib/igx-geographic-map-series-host-component.js +21 -21
  43. package/esm5/lib/igx-geographic-marker-series-component.js +22 -22
  44. package/esm5/lib/igx-geographic-polyline-series-component.js +11 -11
  45. package/esm5/lib/igx-geographic-proportional-symbol-series-component.js +33 -33
  46. package/esm5/lib/igx-geographic-scatter-area-series-component.js +8 -8
  47. package/esm5/lib/igx-geographic-shape-series-base-component.js +16 -16
  48. package/esm5/lib/igx-geographic-shape-series-component.js +33 -33
  49. package/esm5/lib/igx-geographic-symbol-series-component.js +15 -15
  50. package/esm5/lib/igx-geographic-tile-series-component.js +4 -4
  51. package/esm5/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  52. package/esm5/lib/igx-tile-series-component.js +3 -3
  53. package/fesm2015/igniteui-angular-maps.js +1055 -1028
  54. package/fesm5/igniteui-angular-maps.js +1047 -1020
  55. package/lib/GeographicContourLineSeriesView_combined.d.ts +14 -13
  56. package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +22 -21
  57. package/lib/GeographicMapSeriesHost_combined.d.ts +43 -43
  58. package/lib/GeographicMarkerSeries.d.ts +15 -15
  59. package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
  60. package/lib/GeographicPolylineSeriesView_combined.d.ts +10 -9
  61. package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
  62. package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +26 -25
  63. package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
  64. package/lib/GeographicShapeSeriesBase_combined.d.ts +20 -20
  65. package/lib/GeographicShapeSeriesView_combined.d.ts +26 -25
  66. package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
  67. package/lib/GeographicSymbolSeriesView_combined.d.ts +19 -18
  68. package/lib/GeographicTileSeries.d.ts +10 -9
  69. package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
  70. package/lib/TileSeries_combined.d.ts +23 -21
  71. package/lib/XamGeographicMap_combined.d.ts +28 -27
  72. package/package.json +2 -2
@@ -24,75 +24,75 @@ var GeographicMarkerSeries = /** @class */ /*@__PURE__*/ (function (_super) {
24
24
  __extends(GeographicMarkerSeries, _super);
25
25
  function GeographicMarkerSeries() {
26
26
  var _this = _super.call(this) || this;
27
- var a = _this.t3;
28
- a.propertyUpdated = delegateCombine(a.propertyUpdated, runOn(_this, _this.ur));
27
+ var a = _this.t4;
28
+ a.propertyUpdated = delegateCombine(a.propertyUpdated, runOn(_this, _this.us));
29
29
  return _this;
30
30
  }
31
- GeographicMarkerSeries.prototype.qv = function () {
32
- return this.us;
33
- };
34
- GeographicMarkerSeries.prototype.sz = function () {
35
- return this.u5;
31
+ GeographicMarkerSeries.prototype.qw = function () {
32
+ return this.ut;
36
33
  };
37
34
  GeographicMarkerSeries.prototype.s0 = function () {
38
35
  return this.u6;
39
36
  };
40
- GeographicMarkerSeries.prototype.hs = function () {
41
- return this.ue;
37
+ GeographicMarkerSeries.prototype.s1 = function () {
38
+ return this.u7;
39
+ };
40
+ GeographicMarkerSeries.prototype.ht = function () {
41
+ return this.uf;
42
42
  };
43
- GeographicMarkerSeries.prototype.kx = function () {
44
- var a = typeCast(MarkerSeries.$, this.t3);
43
+ GeographicMarkerSeries.prototype.ky = function () {
44
+ var a = typeCast(MarkerSeries.$, this.t4);
45
45
  if (a == null) {
46
46
  return "Unknown";
47
47
  }
48
- return a.kx();
48
+ return a.ky();
49
49
  };
50
- GeographicMarkerSeries.prototype.ur = function (a, b) {
51
- var c = typeCast(MarkerSeries.$, this.t3);
50
+ GeographicMarkerSeries.prototype.us = function (a, b) {
51
+ var c = typeCast(MarkerSeries.$, this.t4);
52
52
  if (c == null) {
53
53
  return;
54
54
  }
55
55
  if (b.propertyName == "ActualMarkerTemplate") {
56
- this.us = c.uu;
56
+ this.ut = c.uv;
57
57
  }
58
58
  else if (b.propertyName == "ActualMarkerOutline") {
59
- this.u6 = c.vb;
59
+ this.u7 = c.vc;
60
60
  }
61
61
  else if (b.propertyName == "ActualMarkerBrush") {
62
- this.u5 = c.va;
62
+ this.u6 = c.vb;
63
63
  }
64
64
  };
65
- GeographicMarkerSeries.prototype.o8 = function (a, b, c, d) {
66
- _super.prototype.o8.call(this, a, b, c, d);
65
+ GeographicMarkerSeries.prototype.o9 = function (a, b, c, d) {
66
+ _super.prototype.o9.call(this, a, b, c, d);
67
67
  switch (b) {
68
68
  case GeographicMarkerSeries.$$p[3]:
69
- this.t3.vc = this.u7;
69
+ this.t4.vd = this.u8;
70
70
  break;
71
71
  case GeographicMarkerSeries.$$p[6]:
72
- this.t3.vd = this.u8;
72
+ this.t4.ve = this.u9;
73
73
  break;
74
74
  case GeographicMarkerSeries.$$p[5]:
75
- this.t3.t7 = this.uc;
75
+ this.t4.t8 = this.ud;
76
76
  break;
77
77
  case GeographicMarkerSeries.$$p[4]:
78
- this.t3.t3 = this.ub;
78
+ this.t4.t4 = this.uc;
79
79
  break;
80
80
  case GeographicMarkerSeries.$$p[9]:
81
- this.t3.ua = this.ud;
81
+ this.t4.ub = this.ue;
82
82
  break;
83
83
  case GeographicMarkerSeries.$$p[7]:
84
- this.t3.uw = this.ut;
84
+ this.t4.ux = this.uu;
85
85
  break;
86
86
  case GeographicMarkerSeries.$$p[8]:
87
- this.t3.uf = this.ue;
87
+ this.t4.ug = this.uf;
88
88
  break;
89
89
  case GeographicMarkerSeries.$$p[10]:
90
- this.t3.w1 = this.uf;
90
+ this.t4.w2 = this.ug;
91
91
  break;
92
92
  }
93
93
  };
94
94
  GeographicMarkerSeries.$t = markType(GeographicMarkerSeries, 'GeographicMarkerSeries', GeographicMapSeriesHost.$);
95
- GeographicMarkerSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicMarkerSeries, 'raisePropertyChanged', ['ActualMarkerBrush:u5:uu', [Brush.$], 'ActualMarkerOutline:u6:uv', [Brush.$], 'ActualMarkerTemplate:us:uw', [DataTemplate.$, null], 'MarkerBrush:u7:ux', [Brush.$], 'MarkerFillMode:ub:uy', [MarkerFillMode_$type, enumGetBox(MarkerFillMode_$type, 0)], 'MarkerOutlineMode:uc:uz', [MarkerOutlineMode_$type, enumGetBox(MarkerOutlineMode_$type, 0)], 'MarkerOutline:u8:u0', [Brush.$], 'MarkerTemplate:ut:u1', [DataTemplate.$, null], 'MarkerThickness:ue:u2', [1, DeviceUtils.g(2)], 'MarkerType:ud:u3', [MarkerType_$type, enumGetBox(MarkerType_$type, Defaults.e)], 'MaximumMarkers:uf:u4', [1, 400]]);
95
+ GeographicMarkerSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicMarkerSeries, 'raisePropertyChanged', ['ActualMarkerBrush:u6:uv', [Brush.$], 'ActualMarkerOutline:u7:uw', [Brush.$], 'ActualMarkerTemplate:ut:ux', [DataTemplate.$, null], 'MarkerBrush:u8:uy', [Brush.$], 'MarkerFillMode:uc:uz', [MarkerFillMode_$type, enumGetBox(MarkerFillMode_$type, 0)], 'MarkerOutlineMode:ud:u0', [MarkerOutlineMode_$type, enumGetBox(MarkerOutlineMode_$type, 0)], 'MarkerOutline:u9:u1', [Brush.$], 'MarkerTemplate:uu:u2', [DataTemplate.$, null], 'MarkerThickness:uf:u3', [1, DeviceUtils.g(2)], 'MarkerType:ue:u4', [MarkerType_$type, enumGetBox(MarkerType_$type, Defaults.e)], 'MaximumMarkers:ug:u5', [1, 400]]);
96
96
  return GeographicMarkerSeries;
97
97
  }(GeographicMapSeriesHost));
98
98
  export { GeographicMarkerSeries };
@@ -28,19 +28,19 @@ var GeographicPolylineSeriesView = /** @class */ /*@__PURE__*/ (function (_super
28
28
  GeographicPolylineSeriesView.prototype.au = function () {
29
29
  _super.prototype.au.call(this);
30
30
  if (!this.q) {
31
- this.cl.iu = Defaults.n;
31
+ this.cl.iv = Defaults.n;
32
32
  }
33
33
  };
34
34
  GeographicPolylineSeriesView.prototype.b5 = function () {
35
35
  _super.prototype.b5.call(this);
36
- this.cl.t3.wt = this.cl.u9;
37
- this.cl.t3.wy = this.cl.vh;
36
+ this.cl.t4.wu = this.cl.va;
37
+ this.cl.t4.wz = this.cl.vi;
38
38
  };
39
39
  GeographicPolylineSeriesView.prototype.cm = function () {
40
- this.cl.t3.wt = this.cl.u9;
40
+ this.cl.t4.wu = this.cl.va;
41
41
  };
42
42
  GeographicPolylineSeriesView.prototype.cn = function () {
43
- this.cl.t3.wy = this.cl.vh;
43
+ this.cl.t4.wz = this.cl.vi;
44
44
  };
45
45
  GeographicPolylineSeriesView.$t = markType(GeographicPolylineSeriesView, 'GeographicPolylineSeriesView', GeographicShapeSeriesBaseView.$);
46
46
  return GeographicPolylineSeriesView;
@@ -57,39 +57,42 @@ var GeographicPolylineSeries = /** @class */ /*@__PURE__*/ (function (_super) {
57
57
  _this.ab = GeographicPolylineSeries.$;
58
58
  return _this;
59
59
  }
60
- GeographicPolylineSeries.prototype.get_e4 = function () {
60
+ GeographicPolylineSeries.prototype.bg = function () {
61
+ return new GeographicPolylineSeries();
62
+ };
63
+ GeographicPolylineSeries.prototype.get_e5 = function () {
61
64
  return true;
62
65
  };
63
- GeographicPolylineSeries.prototype.cg = function () {
66
+ GeographicPolylineSeries.prototype.ch = function () {
64
67
  return new GeographicPolylineSeriesView(this);
65
68
  };
66
- GeographicPolylineSeries.prototype.o0 = function (a) {
67
- _super.prototype.o0.call(this, a);
68
- this.va = a;
69
+ GeographicPolylineSeries.prototype.o1 = function (a) {
70
+ _super.prototype.o1.call(this, a);
71
+ this.vb = a;
69
72
  };
70
- GeographicPolylineSeries.prototype.t2 = function () {
73
+ GeographicPolylineSeries.prototype.t3 = function () {
71
74
  var a = new ScatterPolylineSeries();
72
- a.styleShape = delegateCombine(a.styleShape, runOn(this, this.ve));
75
+ a.styleShape = delegateCombine(a.styleShape, runOn(this, this.vf));
73
76
  return a;
74
77
  };
75
- GeographicPolylineSeries.prototype.ve = function (a, b) {
78
+ GeographicPolylineSeries.prototype.vf = function (a, b) {
76
79
  if (this.styleShape != null) {
77
80
  this.styleShape(this, b);
78
81
  }
79
82
  };
80
- GeographicPolylineSeries.prototype.o8 = function (a, b, c, d) {
81
- _super.prototype.o8.call(this, a, b, c, d);
83
+ GeographicPolylineSeries.prototype.o9 = function (a, b, c, d) {
84
+ _super.prototype.o9.call(this, a, b, c, d);
82
85
  switch (b) {
83
86
  case GeographicPolylineSeries.$$p[1]:
84
- this.va.cm();
87
+ this.vb.cm();
85
88
  break;
86
89
  case GeographicPolylineSeries.$$p[0]:
87
- this.va.cn();
90
+ this.vb.cn();
88
91
  break;
89
92
  }
90
93
  };
91
94
  GeographicPolylineSeries.$t = markType(GeographicPolylineSeries, 'GeographicPolylineSeries', GeographicShapeSeriesBase.$);
92
- GeographicPolylineSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicPolylineSeries, 'raisePropertyChanged', ['ShapeStyle:vh:vf', [Style.$, null], 'ShapeStyleSelector:u9:vg', [StyleSelector.$, null]]);
95
+ GeographicPolylineSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicPolylineSeries, 'raisePropertyChanged', ['ShapeStyle:vi:vg', [Style.$, null], 'ShapeStyleSelector:va:vh', [StyleSelector.$, null]]);
93
96
  return GeographicPolylineSeries;
94
97
  }(GeographicShapeSeriesBase));
95
98
  export { GeographicPolylineSeries };
@@ -32,97 +32,97 @@ var GeographicProportionalSymbolSeriesView = /** @class */ /*@__PURE__*/ (functi
32
32
  };
33
33
  GeographicProportionalSymbolSeriesView.prototype.b5 = function () {
34
34
  _super.prototype.b5.call(this);
35
- var a = this.ch.t3;
36
- a.xl = this.ch.v2;
37
- a.xt = this.ch.v0;
38
- a.ua = this.ch.ud;
39
- a.uw = this.ch.ut;
40
- a.uf = this.ch.ue;
35
+ var a = this.ch.t4;
36
+ a.xm = this.ch.v3;
37
+ a.xu = this.ch.v1;
38
+ a.ub = this.ch.ue;
39
+ a.ux = this.ch.uu;
40
+ a.ug = this.ch.uf;
41
+ a.zu = this.ch.vn;
42
+ a.aak = this.ch.v8;
43
+ a.zk = this.ch.vf;
44
+ a.aaa = this.ch.vz;
45
+ a.z5 = this.ch.vr;
46
+ a.zh = this.ch.vc;
47
+ a.zs = this.ch.vj;
41
48
  a.zt = this.ch.vm;
42
- a.aaj = this.ch.v7;
43
- a.zj = this.ch.ve;
44
- a.z9 = this.ch.vy;
45
- a.z4 = this.ch.vq;
46
- a.zg = this.ch.vb;
47
- a.zr = this.ch.vi;
48
- a.zs = this.ch.vl;
49
+ a.zz = this.ch.vp;
49
50
  a.zy = this.ch.vo;
50
- a.zx = this.ch.vn;
51
51
  };
52
52
  GeographicProportionalSymbolSeriesView.prototype.cq = function () {
53
- this.ch.t3.xl = this.ch.v2;
53
+ this.ch.t4.xm = this.ch.v3;
54
54
  };
55
55
  GeographicProportionalSymbolSeriesView.prototype.cp = function () {
56
- this.ch.t3.xt = this.ch.v0;
56
+ this.ch.t4.xu = this.ch.v1;
57
57
  };
58
58
  GeographicProportionalSymbolSeriesView.prototype.cv = function () {
59
- this.ch.t3.ua = this.ch.ud;
59
+ this.ch.t4.ub = this.ch.ue;
60
60
  };
61
61
  GeographicProportionalSymbolSeriesView.prototype.ct = function () {
62
- this.ch.t3.uw = this.ch.ut;
62
+ this.ch.t4.ux = this.ch.uu;
63
63
  };
64
64
  GeographicProportionalSymbolSeriesView.prototype.cu = function () {
65
- this.ch.t3.uf = this.ch.ue;
65
+ this.ch.t4.ug = this.ch.uf;
66
66
  };
67
67
  GeographicProportionalSymbolSeriesView.prototype.cw = function () {
68
- this.ch.t3.w1 = this.ch.uf;
68
+ this.ch.t4.w2 = this.ch.ug;
69
69
  };
70
70
  GeographicProportionalSymbolSeriesView.prototype.cy = function () {
71
- this.ch.t3.xAxis = this.ch.cy.ua;
71
+ this.ch.t4.xAxis = this.ch.cz.ua;
72
72
  };
73
73
  GeographicProportionalSymbolSeriesView.prototype.cz = function () {
74
- this.ch.t3.yAxis = this.ch.cy.uc;
74
+ this.ch.t4.yAxis = this.ch.cz.uc;
75
75
  };
76
76
  GeographicProportionalSymbolSeriesView.prototype.cx = function () {
77
- var a = this.ch.t3;
78
- if (this.ch.cy == null) {
77
+ var a = this.ch.t4;
78
+ if (this.ch.cz == null) {
79
79
  a.xAxis = null;
80
80
  a.yAxis = null;
81
81
  return;
82
82
  }
83
- a.xAxis = this.ch.cy.ua;
84
- a.yAxis = this.ch.cy.uc;
83
+ a.xAxis = this.ch.cz.ua;
84
+ a.yAxis = this.ch.cz.uc;
85
85
  };
86
86
  GeographicProportionalSymbolSeriesView.prototype.cr = function () {
87
- this.ch.t3.vc = this.ch.u7;
87
+ this.ch.t4.vd = this.ch.u8;
88
88
  };
89
89
  GeographicProportionalSymbolSeriesView.prototype.cs = function () {
90
- this.ch.t3.vd = this.ch.u8;
90
+ this.ch.t4.ve = this.ch.u9;
91
91
  };
92
92
  GeographicProportionalSymbolSeriesView.prototype.c0 = function () {
93
- this.ch.t3.aaj = this.ch.v7;
93
+ this.ch.t4.aak = this.ch.v8;
94
94
  };
95
95
  GeographicProportionalSymbolSeriesView.prototype.c1 = function () {
96
- this.ch.t3.zj = this.ch.ve;
97
- this.ch.t3.zt = this.ch.vm;
96
+ this.ch.t4.zk = this.ch.vf;
97
+ this.ch.t4.zu = this.ch.vn;
98
98
  };
99
99
  GeographicProportionalSymbolSeriesView.prototype.cl = function () {
100
- this.ch.t3.z9 = this.ch.vy;
100
+ this.ch.t4.aaa = this.ch.vz;
101
101
  };
102
102
  GeographicProportionalSymbolSeriesView.prototype.cj = function () {
103
- this.ch.t3.zg = this.ch.vb;
104
- this.ch.t3.zr = this.ch.vi;
105
- this.ch.t3.zs = this.ch.vl;
106
- this.ch.t3.zy = this.ch.vo;
107
- this.ch.t3.zx = this.ch.vn;
103
+ this.ch.t4.zh = this.ch.vc;
104
+ this.ch.t4.zs = this.ch.vj;
105
+ this.ch.t4.zt = this.ch.vm;
106
+ this.ch.t4.zz = this.ch.vp;
107
+ this.ch.t4.zy = this.ch.vo;
108
108
  };
109
109
  GeographicProportionalSymbolSeriesView.prototype.ci = function () {
110
- this.ch.t3.z4 = this.ch.vq;
110
+ this.ch.t4.z5 = this.ch.vr;
111
111
  };
112
112
  GeographicProportionalSymbolSeriesView.prototype.c2 = function () {
113
- this.ch.t3.zt = this.ch.vm;
113
+ this.ch.t4.zu = this.ch.vn;
114
114
  };
115
115
  GeographicProportionalSymbolSeriesView.prototype.ck = function () {
116
- this.ch.t3.zr = this.ch.vi;
116
+ this.ch.t4.zs = this.ch.vj;
117
117
  };
118
118
  GeographicProportionalSymbolSeriesView.prototype.co = function () {
119
- this.ch.t3.zs = this.ch.vl;
119
+ this.ch.t4.zt = this.ch.vm;
120
120
  };
121
121
  GeographicProportionalSymbolSeriesView.prototype.cn = function () {
122
- this.ch.t3.zy = this.ch.vo;
122
+ this.ch.t4.zz = this.ch.vp;
123
123
  };
124
124
  GeographicProportionalSymbolSeriesView.prototype.cm = function () {
125
- this.ch.t3.zx = this.ch.vn;
125
+ this.ch.t4.zy = this.ch.vo;
126
126
  };
127
127
  GeographicProportionalSymbolSeriesView.$t = markType(GeographicProportionalSymbolSeriesView, 'GeographicProportionalSymbolSeriesView', HostSeriesView.$);
128
128
  return GeographicProportionalSymbolSeriesView;
@@ -135,125 +135,128 @@ var GeographicProportionalSymbolSeries = /** @class */ /*@__PURE__*/ (function (
135
135
  __extends(GeographicProportionalSymbolSeries, _super);
136
136
  function GeographicProportionalSymbolSeries() {
137
137
  var _this = _super.call(this) || this;
138
- _this.vc = null;
138
+ _this.vd = null;
139
+ _this.vi = false;
139
140
  _this.vh = false;
140
- _this.vg = false;
141
141
  _this.assigningScatterStyle = null;
142
142
  _this.assigningScatterMarkerStyle = null;
143
143
  _this.ab = GeographicProportionalSymbolSeries.$;
144
144
  return _this;
145
145
  }
146
- GeographicProportionalSymbolSeries.prototype.get_dx = function () {
146
+ GeographicProportionalSymbolSeries.prototype.bg = function () {
147
+ return new GeographicProportionalSymbolSeries();
148
+ };
149
+ GeographicProportionalSymbolSeries.prototype.get_dy = function () {
147
150
  return true;
148
151
  };
149
- GeographicProportionalSymbolSeries.prototype.cg = function () {
152
+ GeographicProportionalSymbolSeries.prototype.ch = function () {
150
153
  return new GeographicProportionalSymbolSeriesView(this);
151
154
  };
152
- GeographicProportionalSymbolSeries.prototype.o0 = function (a) {
153
- _super.prototype.o0.call(this, a);
154
- this.vf = a;
155
+ GeographicProportionalSymbolSeries.prototype.o1 = function (a) {
156
+ _super.prototype.o1.call(this, a);
157
+ this.vg = a;
155
158
  };
156
- GeographicProportionalSymbolSeries.prototype.iq = function () {
159
+ GeographicProportionalSymbolSeries.prototype.ir = function () {
157
160
  return 0.7;
158
161
  };
159
- GeographicProportionalSymbolSeries.prototype.t2 = function () {
162
+ GeographicProportionalSymbolSeries.prototype.t3 = function () {
160
163
  return new BubbleSeries();
161
164
  };
162
- GeographicProportionalSymbolSeries.prototype.get_es = function () {
165
+ GeographicProportionalSymbolSeries.prototype.get_et = function () {
163
166
  return true;
164
167
  };
165
- GeographicProportionalSymbolSeries.prototype.o8 = function (a, b, c, d) {
166
- _super.prototype.o8.call(this, a, b, c, d);
168
+ GeographicProportionalSymbolSeries.prototype.o9 = function (a, b, c, d) {
169
+ _super.prototype.o9.call(this, a, b, c, d);
167
170
  switch (b) {
168
171
  case "SeriesViewer":
169
- this.vf.cx();
172
+ this.vg.cx();
170
173
  break;
171
174
  case GeographicProportionalSymbolSeries.$$p[9]:
172
- this.vf.cq();
175
+ this.vg.cq();
173
176
  break;
174
177
  case GeographicProportionalSymbolSeries.$$p[8]:
175
- this.vf.cp();
178
+ this.vg.cp();
176
179
  break;
177
180
  case "XAxis":
178
- this.vf.cy();
181
+ this.vg.cy();
179
182
  break;
180
183
  case "YAxis":
181
- this.vf.cz();
184
+ this.vg.cz();
182
185
  break;
183
186
  case GeographicProportionalSymbolSeries.$$p[13]:
184
- this.vf.c0();
187
+ this.vg.c0();
185
188
  break;
186
189
  case GeographicProportionalSymbolSeries.$$p[14]:
187
- this.vf.c1();
190
+ this.vg.c1();
188
191
  break;
189
192
  case GeographicProportionalSymbolSeries.$$p[15]:
190
- this.vf.c2();
193
+ this.vg.c2();
191
194
  break;
192
195
  case GeographicProportionalSymbolSeries.$$p[7]:
193
- this.vf.cl();
196
+ this.vg.cl();
194
197
  break;
195
198
  case GeographicProportionalSymbolSeries.$$p[0]:
196
- this.vf.ci();
199
+ this.vg.ci();
197
200
  break;
198
201
  case GeographicProportionalSymbolSeries.$$p[1]:
199
- this.vf.cj();
202
+ this.vg.cj();
200
203
  break;
201
204
  case GeographicProportionalSymbolSeries.$$p[2]:
202
- this.vf.ck();
205
+ this.vg.ck();
203
206
  break;
204
207
  case GeographicProportionalSymbolSeries.$$p[12]:
205
- this.vf.co();
208
+ this.vg.co();
206
209
  break;
207
210
  case GeographicProportionalSymbolSeries.$$p[11]:
208
- this.vf.cn();
211
+ this.vg.cn();
209
212
  break;
210
213
  case GeographicProportionalSymbolSeries.$$p[10]:
211
- this.vf.cm();
214
+ this.vg.cm();
212
215
  break;
213
216
  case GeographicProportionalSymbolSeries.$$p[4]:
214
- this.t3.wi = this.vk;
215
- this.vh = this.vk;
216
- if (this.vk) {
217
- var e = this.t3;
218
- e.assigningScatterStyle = delegateCombine(e.assigningScatterStyle, runOn(this, this.wc));
217
+ this.t4.wj = this.vl;
218
+ this.vi = this.vl;
219
+ if (this.vl) {
220
+ var e = this.t4;
221
+ e.assigningScatterStyle = delegateCombine(e.assigningScatterStyle, runOn(this, this.wd));
219
222
  }
220
223
  else {
221
- var f = this.t3;
222
- f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.wc));
224
+ var f = this.t4;
225
+ f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.wd));
223
226
  }
224
227
  break;
225
228
  case GeographicProportionalSymbolSeries.$$p[3]:
226
- this.t3.wh = this.vj;
227
- this.vg = this.vj;
228
- if (this.vk) {
229
- var g = this.t3;
230
- g.assigningScatterMarkerStyle = delegateCombine(g.assigningScatterMarkerStyle, runOn(this, this.wb));
229
+ this.t4.wi = this.vk;
230
+ this.vh = this.vk;
231
+ if (this.vl) {
232
+ var g = this.t4;
233
+ g.assigningScatterMarkerStyle = delegateCombine(g.assigningScatterMarkerStyle, runOn(this, this.wc));
231
234
  }
232
235
  else {
233
- var h = this.t3;
234
- h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.wb));
236
+ var h = this.t4;
237
+ h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.wc));
235
238
  }
236
239
  break;
237
240
  case GeographicProportionalSymbolSeries.$$p[5]:
238
- this.t3.v6 = this.vd;
241
+ this.t4.v7 = this.ve;
239
242
  break;
240
243
  case GeographicProportionalSymbolSeries.$$p[6]:
241
- this.t3.w0 = this.vp;
244
+ this.t4.w1 = this.vq;
242
245
  break;
243
246
  }
244
247
  };
245
- GeographicProportionalSymbolSeries.prototype.wc = function (a, b) {
248
+ GeographicProportionalSymbolSeries.prototype.wd = function (a, b) {
246
249
  if (this.assigningScatterStyle != null) {
247
250
  this.assigningScatterStyle(this, b);
248
251
  }
249
252
  };
250
- GeographicProportionalSymbolSeries.prototype.wb = function (a, b) {
253
+ GeographicProportionalSymbolSeries.prototype.wc = function (a, b) {
251
254
  if (this.assigningScatterMarkerStyle != null) {
252
255
  this.assigningScatterMarkerStyle(this, b);
253
256
  }
254
257
  };
255
258
  GeographicProportionalSymbolSeries.$t = markType(GeographicProportionalSymbolSeries, 'GeographicProportionalSymbolSeries', GeographicMarkerSeries.$);
256
- GeographicProportionalSymbolSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicProportionalSymbolSeries, 'raisePropertyChanged', ['FillMemberPath:vq:wd', [2], 'FillScale:vb:we', [BrushScale.$], 'FillScaleUseGlobalValues:vi:wf', [0, false], 'IsCustomScatterMarkerStyleAllowed:vj:wg', [0, false], 'IsCustomScatterStyleAllowed:vk:wh', [0, false], 'ItemSearchMode:vd:wi', [ScatterItemSearchMode_$type, enumGetBox(ScatterItemSearchMode_$type, 0)], 'ItemSearchThreshold:vp:wj', [1, 10000], 'LabelMemberPath:vy:wk', [2], 'LatitudeMemberPath:v0:wl', [2, null], 'LongitudeMemberPath:v2:wm', [2, null], 'MarkerBrushBrightness:vn:wn', [1, NaN], 'MarkerOutlineBrightness:vo:wo', [1, NaN], 'MarkerOutlineUsesFillScale:vl:wp', [0, false], 'RadiusMemberPath:v7:wq', [2, null], 'RadiusScale:ve:wr', [SizeScale.$], 'RadiusScaleUseGlobalValues:vm:ws', [0, false]]);
259
+ GeographicProportionalSymbolSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicProportionalSymbolSeries, 'raisePropertyChanged', ['FillMemberPath:vr:we', [2], 'FillScale:vc:wf', [BrushScale.$], 'FillScaleUseGlobalValues:vj:wg', [0, false], 'IsCustomScatterMarkerStyleAllowed:vk:wh', [0, false], 'IsCustomScatterStyleAllowed:vl:wi', [0, false], 'ItemSearchMode:ve:wj', [ScatterItemSearchMode_$type, enumGetBox(ScatterItemSearchMode_$type, 0)], 'ItemSearchThreshold:vq:wk', [1, 10000], 'LabelMemberPath:vz:wl', [2], 'LatitudeMemberPath:v1:wm', [2, null], 'LongitudeMemberPath:v3:wn', [2, null], 'MarkerBrushBrightness:vo:wo', [1, NaN], 'MarkerOutlineBrightness:vp:wp', [1, NaN], 'MarkerOutlineUsesFillScale:vm:wq', [0, false], 'RadiusMemberPath:v8:wr', [2, null], 'RadiusScale:vf:ws', [SizeScale.$], 'RadiusScaleUseGlobalValues:vn:wt', [0, false]]);
257
260
  return GeographicProportionalSymbolSeries;
258
261
  }(GeographicMarkerSeries));
259
262
  export { GeographicProportionalSymbolSeries };