igniteui-angular-maps 20.0.2-beta.2 → 20.1.0-beta.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (104) hide show
  1. package/bundles/igniteui-angular-maps.umd.js +1409 -1409
  2. package/bundles/igniteui-angular-maps.umd.min.js +1 -1
  3. package/esm2015/lib/{AzureMapsMapImagery.js → AzureMapsImagery.js} +1 -1
  4. package/esm2015/lib/AzureMapsImageryStyle.js +14 -14
  5. package/{esm5/lib/AzureMapsMapImagery.js → esm2015/lib/AzureMapsImageryView.js} +1 -1
  6. package/esm2015/lib/{AzureMapsMapImageryView_combined.js → AzureMapsImageryView_combined.js} +18 -18
  7. package/esm2015/lib/GeographicContourLineSeriesView_combined.js +35 -35
  8. package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +69 -69
  9. package/esm2015/lib/GeographicMapSeriesHost_combined.js +163 -163
  10. package/esm2015/lib/GeographicMarkerSeries.js +25 -25
  11. package/esm2015/lib/GeographicPolylineSeriesView_combined.js +15 -15
  12. package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +84 -84
  13. package/esm2015/lib/GeographicShapeSeriesBase_combined.js +58 -58
  14. package/esm2015/lib/GeographicShapeSeriesView_combined.js +49 -49
  15. package/esm2015/lib/GeographicSymbolSeriesView_combined.js +53 -53
  16. package/esm2015/lib/GeographicTileSeries.js +26 -26
  17. package/esm2015/lib/TileSeries_combined.js +79 -79
  18. package/esm2015/lib/XamGeographicMap_combined.js +448 -448
  19. package/esm2015/lib/igx-azure-maps-imagery-dynamic-module.js +34 -0
  20. package/esm2015/lib/{igx-azure-maps-map-imagery-module.js → igx-azure-maps-imagery-module.js} +7 -7
  21. package/esm2015/lib/{igx-azure-maps-map-imagery.js → igx-azure-maps-imagery.js} +4 -4
  22. package/esm2015/lib/igx-geographic-contour-line-series-component.js +8 -8
  23. package/esm2015/lib/igx-geographic-high-density-scatter-series-component.js +22 -22
  24. package/esm2015/lib/igx-geographic-map-component.js +39 -39
  25. package/esm2015/lib/igx-geographic-map-series-host-component.js +11 -11
  26. package/esm2015/lib/igx-geographic-marker-series-component.js +22 -22
  27. package/esm2015/lib/igx-geographic-polyline-series-component.js +10 -10
  28. package/esm2015/lib/igx-geographic-proportional-symbol-series-component.js +32 -32
  29. package/esm2015/lib/igx-geographic-scatter-area-series-component.js +7 -7
  30. package/esm2015/lib/igx-geographic-shape-series-base-component.js +22 -22
  31. package/esm2015/lib/igx-geographic-shape-series-component.js +32 -32
  32. package/esm2015/lib/igx-geographic-symbol-series-component.js +14 -14
  33. package/esm2015/lib/igx-geographic-tile-series-component.js +3 -3
  34. package/esm2015/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  35. package/esm2015/lib/igx-tile-series-component.js +2 -2
  36. package/esm2015/public_api.js +5 -5
  37. package/{esm2015/lib/AzureMapsMapImageryView.js → esm5/lib/AzureMapsImagery.js} +1 -1
  38. package/esm5/lib/AzureMapsImageryStyle.js +14 -14
  39. package/esm5/lib/{AzureMapsMapImageryView.js → AzureMapsImageryView.js} +1 -1
  40. package/esm5/lib/{AzureMapsMapImageryView_combined.js → AzureMapsImageryView_combined.js} +33 -33
  41. package/esm5/lib/GeographicContourLineSeriesView_combined.js +35 -35
  42. package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +69 -69
  43. package/esm5/lib/GeographicMapSeriesHost_combined.js +161 -161
  44. package/esm5/lib/GeographicMarkerSeries.js +25 -25
  45. package/esm5/lib/GeographicPolylineSeriesView_combined.js +15 -15
  46. package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +84 -84
  47. package/esm5/lib/GeographicShapeSeriesBase_combined.js +57 -57
  48. package/esm5/lib/GeographicShapeSeriesView_combined.js +49 -49
  49. package/esm5/lib/GeographicSymbolSeriesView_combined.js +53 -53
  50. package/esm5/lib/GeographicTileSeries.js +25 -25
  51. package/esm5/lib/TileSeries_combined.js +77 -77
  52. package/esm5/lib/XamGeographicMap_combined.js +441 -441
  53. package/esm5/lib/igx-azure-maps-imagery-dynamic-module.js +33 -0
  54. package/esm5/lib/{igx-azure-maps-map-imagery-module.js → igx-azure-maps-imagery-module.js} +8 -8
  55. package/esm5/lib/{igx-azure-maps-map-imagery.js → igx-azure-maps-imagery.js} +16 -16
  56. package/esm5/lib/igx-geographic-contour-line-series-component.js +8 -8
  57. package/esm5/lib/igx-geographic-high-density-scatter-series-component.js +22 -22
  58. package/esm5/lib/igx-geographic-map-component.js +39 -39
  59. package/esm5/lib/igx-geographic-map-series-host-component.js +11 -11
  60. package/esm5/lib/igx-geographic-marker-series-component.js +22 -22
  61. package/esm5/lib/igx-geographic-polyline-series-component.js +10 -10
  62. package/esm5/lib/igx-geographic-proportional-symbol-series-component.js +32 -32
  63. package/esm5/lib/igx-geographic-scatter-area-series-component.js +7 -7
  64. package/esm5/lib/igx-geographic-shape-series-base-component.js +22 -22
  65. package/esm5/lib/igx-geographic-shape-series-component.js +32 -32
  66. package/esm5/lib/igx-geographic-symbol-series-component.js +14 -14
  67. package/esm5/lib/igx-geographic-tile-series-component.js +3 -3
  68. package/esm5/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  69. package/esm5/lib/igx-tile-series-component.js +2 -2
  70. package/esm5/public_api.js +5 -5
  71. package/fesm2015/igniteui-angular-maps.js +1395 -1395
  72. package/fesm5/igniteui-angular-maps.js +1405 -1405
  73. package/lib/AzureMapsImagery.d.ts +1 -0
  74. package/lib/AzureMapsImageryStyle.d.ts +13 -13
  75. package/lib/AzureMapsImageryView.d.ts +1 -0
  76. package/lib/{AzureMapsMapImageryView_combined.d.ts → AzureMapsImageryView_combined.d.ts} +5 -5
  77. package/lib/GeographicContourLineSeriesView_combined.d.ts +11 -11
  78. package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +16 -16
  79. package/lib/GeographicMapSeriesHost_combined.d.ts +27 -27
  80. package/lib/GeographicMarkerSeries.d.ts +13 -13
  81. package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
  82. package/lib/GeographicPolylineSeriesView_combined.d.ts +7 -7
  83. package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
  84. package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +21 -21
  85. package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
  86. package/lib/GeographicShapeSeriesBase_combined.d.ts +18 -18
  87. package/lib/GeographicShapeSeriesView_combined.d.ts +20 -20
  88. package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
  89. package/lib/GeographicSymbolSeriesView_combined.d.ts +14 -14
  90. package/lib/GeographicTileSeries.d.ts +8 -8
  91. package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
  92. package/lib/TileSeries_combined.d.ts +18 -18
  93. package/lib/XamGeographicMap_combined.d.ts +96 -96
  94. package/lib/igx-azure-maps-imagery-dynamic-module.d.ts +9 -0
  95. package/lib/igx-azure-maps-imagery-module.d.ts +7 -0
  96. package/lib/{igx-azure-maps-map-imagery.d.ts → igx-azure-maps-imagery.d.ts} +5 -5
  97. package/package.json +2 -2
  98. package/public_api.d.ts +5 -5
  99. package/esm2015/lib/igx-azure-maps-map-imagery-dynamic-module.js +0 -34
  100. package/esm5/lib/igx-azure-maps-map-imagery-dynamic-module.js +0 -33
  101. package/lib/AzureMapsMapImagery.d.ts +0 -1
  102. package/lib/AzureMapsMapImageryView.d.ts +0 -1
  103. package/lib/igx-azure-maps-map-imagery-dynamic-module.d.ts +0 -9
  104. package/lib/igx-azure-maps-map-imagery-module.d.ts +0 -7
@@ -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.xa;
28
- a.propertyUpdated = delegateCombine(a.propertyUpdated, runOn(_this, _this.xy));
27
+ var a = _this.xb;
28
+ a.propertyUpdated = delegateCombine(a.propertyUpdated, runOn(_this, _this.xz));
29
29
  return _this;
30
30
  }
31
- GeographicMarkerSeries.prototype.s7 = function () {
32
- return this.xz;
33
- };
34
- GeographicMarkerSeries.prototype.vv = function () {
35
- return this.yc;
31
+ GeographicMarkerSeries.prototype.s8 = function () {
32
+ return this.x0;
36
33
  };
37
34
  GeographicMarkerSeries.prototype.vw = function () {
38
35
  return this.yd;
39
36
  };
37
+ GeographicMarkerSeries.prototype.vx = function () {
38
+ return this.ye;
39
+ };
40
40
  GeographicMarkerSeries.prototype.ip = function () {
41
- return this.xl;
41
+ return this.xm;
42
42
  };
43
43
  GeographicMarkerSeries.prototype.mf = function () {
44
- var a = typeCast(MarkerSeries.$, this.xa);
44
+ var a = typeCast(MarkerSeries.$, this.xb);
45
45
  if (a == null) {
46
46
  return "Unknown";
47
47
  }
48
48
  return a.mf();
49
49
  };
50
- GeographicMarkerSeries.prototype.xy = function (a, b) {
51
- var c = typeCast(MarkerSeries.$, this.xa);
50
+ GeographicMarkerSeries.prototype.xz = function (a, b) {
51
+ var c = typeCast(MarkerSeries.$, this.xb);
52
52
  if (c == null) {
53
53
  return;
54
54
  }
55
55
  if (b.propertyName == "ActualMarkerTemplate") {
56
- this.xz = c.ya;
56
+ this.x0 = c.yb;
57
57
  }
58
58
  else if (b.propertyName == "ActualMarkerOutline") {
59
- this.yd = c.ys;
59
+ this.ye = c.yt;
60
60
  }
61
61
  else if (b.propertyName == "ActualMarkerBrush") {
62
- this.yc = c.yr;
62
+ this.yd = c.ys;
63
63
  }
64
64
  };
65
- GeographicMarkerSeries.prototype.rg = function (a, b, c, d) {
66
- _super.prototype.rg.call(this, a, b, c, d);
65
+ GeographicMarkerSeries.prototype.rh = function (a, b, c, d) {
66
+ _super.prototype.rh.call(this, a, b, c, d);
67
67
  switch (b) {
68
68
  case GeographicMarkerSeries.$$p[3]:
69
- this.xa.yt = this.ye;
69
+ this.xb.yu = this.yf;
70
70
  break;
71
71
  case GeographicMarkerSeries.$$p[6]:
72
- this.xa.yu = this.yf;
72
+ this.xb.yv = this.yg;
73
73
  break;
74
74
  case GeographicMarkerSeries.$$p[5]:
75
- this.xa.xe = this.xj;
75
+ this.xb.xf = this.xk;
76
76
  break;
77
77
  case GeographicMarkerSeries.$$p[4]:
78
- this.xa.xa = this.xi;
78
+ this.xb.xb = this.xj;
79
79
  break;
80
80
  case GeographicMarkerSeries.$$p[9]:
81
- this.xa.xk = this.xk;
81
+ this.xb.xl = this.xl;
82
82
  break;
83
83
  case GeographicMarkerSeries.$$p[7]:
84
- this.xa.yc = this.x0;
84
+ this.xb.yd = this.x1;
85
85
  break;
86
86
  case GeographicMarkerSeries.$$p[8]:
87
- this.xa.xt = this.xl;
87
+ this.xb.xu = this.xm;
88
88
  break;
89
89
  case GeographicMarkerSeries.$$p[10]:
90
- this.xa.aaj = this.xm;
90
+ this.xb.aak = this.xn;
91
91
  break;
92
92
  }
93
93
  };
94
94
  GeographicMarkerSeries.$t = markType(GeographicMarkerSeries, 'GeographicMarkerSeries', GeographicMapSeriesHost.$);
95
- GeographicMarkerSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicMarkerSeries, 'raisePropertyChanged', ['ActualMarkerBrush:yc:x1', [Brush.$], 'ActualMarkerOutline:yd:x2', [Brush.$], 'ActualMarkerTemplate:xz:x3', [DataTemplate.$, null], 'MarkerBrush:ye:x4', [Brush.$], 'MarkerFillMode:xi:x5', [MarkerFillMode_$type, enumGetBox(MarkerFillMode_$type, 0)], 'MarkerOutlineMode:xj:x6', [MarkerOutlineMode_$type, enumGetBox(MarkerOutlineMode_$type, 0)], 'MarkerOutline:yf:x7', [Brush.$], 'MarkerTemplate:x0:x8', [DataTemplate.$, null], 'MarkerThickness:xl:x9', [1, DeviceUtils.g(2)], 'MarkerType:xk:ya', [MarkerType_$type, enumGetBox(MarkerType_$type, Defaults.e)], 'MaximumMarkers:xm:yb', [1, 400]]);
95
+ GeographicMarkerSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicMarkerSeries, 'raisePropertyChanged', ['ActualMarkerBrush:yd:x2', [Brush.$], 'ActualMarkerOutline:ye:x3', [Brush.$], 'ActualMarkerTemplate:x0:x4', [DataTemplate.$, null], 'MarkerBrush:yf:x5', [Brush.$], 'MarkerFillMode:xj:x6', [MarkerFillMode_$type, enumGetBox(MarkerFillMode_$type, 0)], 'MarkerOutlineMode:xk:x7', [MarkerOutlineMode_$type, enumGetBox(MarkerOutlineMode_$type, 0)], 'MarkerOutline:yg:x8', [Brush.$], 'MarkerTemplate:x1:x9', [DataTemplate.$, null], 'MarkerThickness:xm:ya', [1, DeviceUtils.g(2)], 'MarkerType:xl:yb', [MarkerType_$type, enumGetBox(MarkerType_$type, Defaults.e)], 'MaximumMarkers:xn:yc', [1, 400]]);
96
96
  return GeographicMarkerSeries;
97
97
  }(GeographicMapSeriesHost));
98
98
  export { GeographicMarkerSeries };
@@ -33,14 +33,14 @@ var GeographicPolylineSeriesView = /** @class */ /*@__PURE__*/ (function (_super
33
33
  };
34
34
  GeographicPolylineSeriesView.prototype.ci = function () {
35
35
  _super.prototype.ci.call(this);
36
- this.cy.xa.aai = this.cy.yp;
37
- this.cy.xa.aan = this.cy.yx;
36
+ this.cy.xb.aaj = this.cy.yq;
37
+ this.cy.xb.aao = this.cy.yy;
38
38
  };
39
39
  GeographicPolylineSeriesView.prototype.cz = function () {
40
- this.cy.xa.aai = this.cy.yp;
40
+ this.cy.xb.aaj = this.cy.yq;
41
41
  };
42
42
  GeographicPolylineSeriesView.prototype.c0 = function () {
43
- this.cy.xa.aan = this.cy.yx;
43
+ this.cy.xb.aao = this.cy.yy;
44
44
  };
45
45
  GeographicPolylineSeriesView.$t = markType(GeographicPolylineSeriesView, 'GeographicPolylineSeriesView', GeographicShapeSeriesBaseView.$);
46
46
  return GeographicPolylineSeriesView;
@@ -66,33 +66,33 @@ var GeographicPolylineSeries = /** @class */ /*@__PURE__*/ (function (_super) {
66
66
  GeographicPolylineSeries.prototype.ct = function () {
67
67
  return new GeographicPolylineSeriesView(this);
68
68
  };
69
- GeographicPolylineSeries.prototype.q7 = function (a) {
70
- _super.prototype.q7.call(this, a);
71
- this.yq = a;
69
+ GeographicPolylineSeries.prototype.q8 = function (a) {
70
+ _super.prototype.q8.call(this, a);
71
+ this.yr = a;
72
72
  };
73
- GeographicPolylineSeries.prototype.w9 = function () {
73
+ GeographicPolylineSeries.prototype.xa = function () {
74
74
  var a = new ScatterPolylineSeries();
75
- a.styleShape = delegateCombine(a.styleShape, runOn(this, this.yu));
75
+ a.styleShape = delegateCombine(a.styleShape, runOn(this, this.yv));
76
76
  return a;
77
77
  };
78
- GeographicPolylineSeries.prototype.yu = function (a, b) {
78
+ GeographicPolylineSeries.prototype.yv = function (a, b) {
79
79
  if (this.styleShape != null) {
80
80
  this.styleShape(this, b);
81
81
  }
82
82
  };
83
- GeographicPolylineSeries.prototype.rg = function (a, b, c, d) {
84
- _super.prototype.rg.call(this, a, b, c, d);
83
+ GeographicPolylineSeries.prototype.rh = function (a, b, c, d) {
84
+ _super.prototype.rh.call(this, a, b, c, d);
85
85
  switch (b) {
86
86
  case GeographicPolylineSeries.$$p[1]:
87
- this.yq.cz();
87
+ this.yr.cz();
88
88
  break;
89
89
  case GeographicPolylineSeries.$$p[0]:
90
- this.yq.c0();
90
+ this.yr.c0();
91
91
  break;
92
92
  }
93
93
  };
94
94
  GeographicPolylineSeries.$t = markType(GeographicPolylineSeries, 'GeographicPolylineSeries', GeographicShapeSeriesBase.$);
95
- GeographicPolylineSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicPolylineSeries, 'raisePropertyChanged', ['ShapeStyle:yx:yv', [Style.$, null], 'ShapeStyleSelector:yp:yw', [StyleSelector.$, null]]);
95
+ GeographicPolylineSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicPolylineSeries, 'raisePropertyChanged', ['ShapeStyle:yy:yw', [Style.$, null], 'ShapeStyleSelector:yq:yx', [StyleSelector.$, null]]);
96
96
  return GeographicPolylineSeries;
97
97
  }(GeographicShapeSeriesBase));
98
98
  export { GeographicPolylineSeries };
@@ -32,97 +32,97 @@ var GeographicProportionalSymbolSeriesView = /** @class */ /*@__PURE__*/ (functi
32
32
  };
33
33
  GeographicProportionalSymbolSeriesView.prototype.ci = function () {
34
34
  _super.prototype.ci.call(this);
35
- var a = this.cu.xa;
36
- a.aa3 = this.cu.y9;
37
- a.abb = this.cu.y7;
38
- a.xk = this.cu.xk;
39
- a.yc = this.cu.x0;
40
- a.xt = this.cu.xl;
35
+ var a = this.cu.xb;
36
+ a.aa4 = this.cu.za;
37
+ a.abc = this.cu.y8;
38
+ a.xl = this.cu.xl;
39
+ a.yd = this.cu.x1;
40
+ a.xu = this.cu.xm;
41
+ a.ade = this.cu.yu;
42
+ a.ad4 = this.cu.zf;
43
+ a.ac3 = this.cu.ym;
44
+ a.adu = this.cu.y6;
45
+ a.adp = this.cu.yy;
46
+ a.ac0 = this.cu.yj;
47
+ a.adc = this.cu.yq;
41
48
  a.add = this.cu.yt;
42
- a.ad3 = this.cu.ze;
43
- a.ac2 = this.cu.yl;
44
- a.adt = this.cu.y5;
45
- a.ado = this.cu.yx;
46
- a.acz = this.cu.yi;
47
- a.adb = this.cu.yp;
48
- a.adc = this.cu.ys;
49
+ a.adj = this.cu.yw;
49
50
  a.adi = this.cu.yv;
50
- a.adh = this.cu.yu;
51
51
  };
52
52
  GeographicProportionalSymbolSeriesView.prototype.c3 = function () {
53
- this.cu.xa.aa3 = this.cu.y9;
53
+ this.cu.xb.aa4 = this.cu.za;
54
54
  };
55
55
  GeographicProportionalSymbolSeriesView.prototype.c2 = function () {
56
- this.cu.xa.abb = this.cu.y7;
56
+ this.cu.xb.abc = this.cu.y8;
57
57
  };
58
58
  GeographicProportionalSymbolSeriesView.prototype.c8 = function () {
59
- this.cu.xa.xk = this.cu.xk;
59
+ this.cu.xb.xl = this.cu.xl;
60
60
  };
61
61
  GeographicProportionalSymbolSeriesView.prototype.c6 = function () {
62
- this.cu.xa.yc = this.cu.x0;
62
+ this.cu.xb.yd = this.cu.x1;
63
63
  };
64
64
  GeographicProportionalSymbolSeriesView.prototype.c7 = function () {
65
- this.cu.xa.xt = this.cu.xl;
65
+ this.cu.xb.xu = this.cu.xm;
66
66
  };
67
67
  GeographicProportionalSymbolSeriesView.prototype.c9 = function () {
68
- this.cu.xa.aaj = this.cu.xm;
68
+ this.cu.xb.aak = this.cu.xn;
69
69
  };
70
70
  GeographicProportionalSymbolSeriesView.prototype.db = function () {
71
- this.cu.xa.xAxis = this.cu.dc.yc;
71
+ this.cu.xb.xAxis = this.cu.dc.yd;
72
72
  };
73
73
  GeographicProportionalSymbolSeriesView.prototype.dc = function () {
74
- this.cu.xa.yAxis = this.cu.dc.ye;
74
+ this.cu.xb.yAxis = this.cu.dc.yf;
75
75
  };
76
76
  GeographicProportionalSymbolSeriesView.prototype.da = function () {
77
- var a = this.cu.xa;
77
+ var a = this.cu.xb;
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.yc;
84
- a.yAxis = this.cu.dc.ye;
83
+ a.xAxis = this.cu.dc.yd;
84
+ a.yAxis = this.cu.dc.yf;
85
85
  };
86
86
  GeographicProportionalSymbolSeriesView.prototype.c4 = function () {
87
- this.cu.xa.yt = this.cu.ye;
87
+ this.cu.xb.yu = this.cu.yf;
88
88
  };
89
89
  GeographicProportionalSymbolSeriesView.prototype.c5 = function () {
90
- this.cu.xa.yu = this.cu.yf;
90
+ this.cu.xb.yv = this.cu.yg;
91
91
  };
92
92
  GeographicProportionalSymbolSeriesView.prototype.dd = function () {
93
- this.cu.xa.ad3 = this.cu.ze;
93
+ this.cu.xb.ad4 = this.cu.zf;
94
94
  };
95
95
  GeographicProportionalSymbolSeriesView.prototype.de = function () {
96
- this.cu.xa.ac2 = this.cu.yl;
97
- this.cu.xa.add = this.cu.yt;
96
+ this.cu.xb.ac3 = this.cu.ym;
97
+ this.cu.xb.ade = this.cu.yu;
98
98
  };
99
99
  GeographicProportionalSymbolSeriesView.prototype.cy = function () {
100
- this.cu.xa.adt = this.cu.y5;
100
+ this.cu.xb.adu = this.cu.y6;
101
101
  };
102
102
  GeographicProportionalSymbolSeriesView.prototype.cw = function () {
103
- this.cu.xa.acz = this.cu.yi;
104
- this.cu.xa.adb = this.cu.yp;
105
- this.cu.xa.adc = this.cu.ys;
106
- this.cu.xa.adi = this.cu.yv;
107
- this.cu.xa.adh = this.cu.yu;
103
+ this.cu.xb.ac0 = this.cu.yj;
104
+ this.cu.xb.adc = this.cu.yq;
105
+ this.cu.xb.add = this.cu.yt;
106
+ this.cu.xb.adj = this.cu.yw;
107
+ this.cu.xb.adi = this.cu.yv;
108
108
  };
109
109
  GeographicProportionalSymbolSeriesView.prototype.cv = function () {
110
- this.cu.xa.ado = this.cu.yx;
110
+ this.cu.xb.adp = this.cu.yy;
111
111
  };
112
112
  GeographicProportionalSymbolSeriesView.prototype.df = function () {
113
- this.cu.xa.add = this.cu.yt;
113
+ this.cu.xb.ade = this.cu.yu;
114
114
  };
115
115
  GeographicProportionalSymbolSeriesView.prototype.cx = function () {
116
- this.cu.xa.adb = this.cu.yp;
116
+ this.cu.xb.adc = this.cu.yq;
117
117
  };
118
118
  GeographicProportionalSymbolSeriesView.prototype.c1 = function () {
119
- this.cu.xa.adc = this.cu.ys;
119
+ this.cu.xb.add = this.cu.yt;
120
120
  };
121
121
  GeographicProportionalSymbolSeriesView.prototype.c0 = function () {
122
- this.cu.xa.adi = this.cu.yv;
122
+ this.cu.xb.adj = this.cu.yw;
123
123
  };
124
124
  GeographicProportionalSymbolSeriesView.prototype.cz = function () {
125
- this.cu.xa.adh = this.cu.yu;
125
+ this.cu.xb.adi = this.cu.yv;
126
126
  };
127
127
  GeographicProportionalSymbolSeriesView.$t = markType(GeographicProportionalSymbolSeriesView, 'GeographicProportionalSymbolSeriesView', HostSeriesView.$);
128
128
  return GeographicProportionalSymbolSeriesView;
@@ -135,9 +135,9 @@ var GeographicProportionalSymbolSeries = /** @class */ /*@__PURE__*/ (function (
135
135
  __extends(GeographicProportionalSymbolSeries, _super);
136
136
  function GeographicProportionalSymbolSeries() {
137
137
  var _this = _super.call(this) || this;
138
- _this.yj = null;
138
+ _this.yk = null;
139
+ _this.yp = false;
139
140
  _this.yo = false;
140
- _this.yn = false;
141
141
  _this.assigningScatterStyle = null;
142
142
  _this.assigningScatterMarkerStyle = null;
143
143
  _this.ab = GeographicProportionalSymbolSeries.$;
@@ -152,111 +152,111 @@ var GeographicProportionalSymbolSeries = /** @class */ /*@__PURE__*/ (function (
152
152
  GeographicProportionalSymbolSeries.prototype.ct = function () {
153
153
  return new GeographicProportionalSymbolSeriesView(this);
154
154
  };
155
- GeographicProportionalSymbolSeries.prototype.q7 = function (a) {
156
- _super.prototype.q7.call(this, a);
157
- this.ym = a;
155
+ GeographicProportionalSymbolSeries.prototype.q8 = function (a) {
156
+ _super.prototype.q8.call(this, a);
157
+ this.yn = a;
158
158
  };
159
159
  GeographicProportionalSymbolSeries.prototype.jo = function () {
160
160
  return 0.7;
161
161
  };
162
- GeographicProportionalSymbolSeries.prototype.w9 = function () {
162
+ GeographicProportionalSymbolSeries.prototype.xa = function () {
163
163
  return new BubbleSeries();
164
164
  };
165
165
  GeographicProportionalSymbolSeries.prototype.get_ff = function () {
166
166
  return true;
167
167
  };
168
- GeographicProportionalSymbolSeries.prototype.rg = function (a, b, c, d) {
169
- _super.prototype.rg.call(this, a, b, c, d);
168
+ GeographicProportionalSymbolSeries.prototype.rh = function (a, b, c, d) {
169
+ _super.prototype.rh.call(this, a, b, c, d);
170
170
  switch (b) {
171
171
  case "SeriesViewer":
172
- this.ym.da();
172
+ this.yn.da();
173
173
  break;
174
174
  case GeographicProportionalSymbolSeries.$$p[9]:
175
- this.ym.c3();
175
+ this.yn.c3();
176
176
  break;
177
177
  case GeographicProportionalSymbolSeries.$$p[8]:
178
- this.ym.c2();
178
+ this.yn.c2();
179
179
  break;
180
180
  case "XAxis":
181
- this.ym.db();
181
+ this.yn.db();
182
182
  break;
183
183
  case "YAxis":
184
- this.ym.dc();
184
+ this.yn.dc();
185
185
  break;
186
186
  case GeographicProportionalSymbolSeries.$$p[13]:
187
- this.ym.dd();
187
+ this.yn.dd();
188
188
  break;
189
189
  case GeographicProportionalSymbolSeries.$$p[14]:
190
- this.ym.de();
190
+ this.yn.de();
191
191
  break;
192
192
  case GeographicProportionalSymbolSeries.$$p[15]:
193
- this.ym.df();
193
+ this.yn.df();
194
194
  break;
195
195
  case GeographicProportionalSymbolSeries.$$p[7]:
196
- this.ym.cy();
196
+ this.yn.cy();
197
197
  break;
198
198
  case GeographicProportionalSymbolSeries.$$p[0]:
199
- this.ym.cv();
199
+ this.yn.cv();
200
200
  break;
201
201
  case GeographicProportionalSymbolSeries.$$p[1]:
202
- this.ym.cw();
202
+ this.yn.cw();
203
203
  break;
204
204
  case GeographicProportionalSymbolSeries.$$p[2]:
205
- this.ym.cx();
205
+ this.yn.cx();
206
206
  break;
207
207
  case GeographicProportionalSymbolSeries.$$p[12]:
208
- this.ym.c1();
208
+ this.yn.c1();
209
209
  break;
210
210
  case GeographicProportionalSymbolSeries.$$p[11]:
211
- this.ym.c0();
211
+ this.yn.c0();
212
212
  break;
213
213
  case GeographicProportionalSymbolSeries.$$p[10]:
214
- this.ym.cz();
214
+ this.yn.cz();
215
215
  break;
216
216
  case GeographicProportionalSymbolSeries.$$p[4]:
217
- this.xa.zz = this.yr;
218
- this.yo = this.yr;
219
- if (this.yr) {
220
- var e = this.xa;
221
- e.assigningScatterStyle = delegateCombine(e.assigningScatterStyle, runOn(this, this.zj));
217
+ this.xb.z0 = this.ys;
218
+ this.yp = this.ys;
219
+ if (this.ys) {
220
+ var e = this.xb;
221
+ e.assigningScatterStyle = delegateCombine(e.assigningScatterStyle, runOn(this, this.zk));
222
222
  }
223
223
  else {
224
- var f = this.xa;
225
- f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.zj));
224
+ var f = this.xb;
225
+ f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.zk));
226
226
  }
227
227
  break;
228
228
  case GeographicProportionalSymbolSeries.$$p[3]:
229
- this.xa.zy = this.yq;
230
- this.yn = this.yq;
231
- if (this.yr) {
232
- var g = this.xa;
233
- g.assigningScatterMarkerStyle = delegateCombine(g.assigningScatterMarkerStyle, runOn(this, this.zi));
229
+ this.xb.zz = this.yr;
230
+ this.yo = this.yr;
231
+ if (this.ys) {
232
+ var g = this.xb;
233
+ g.assigningScatterMarkerStyle = delegateCombine(g.assigningScatterMarkerStyle, runOn(this, this.zj));
234
234
  }
235
235
  else {
236
- var h = this.xa;
237
- h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.zi));
236
+ var h = this.xb;
237
+ h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.zj));
238
238
  }
239
239
  break;
240
240
  case GeographicProportionalSymbolSeries.$$p[5]:
241
- this.xa.zi = this.yk;
241
+ this.xb.zj = this.yl;
242
242
  break;
243
243
  case GeographicProportionalSymbolSeries.$$p[6]:
244
- this.xa.aai = this.yw;
244
+ this.xb.aaj = this.yx;
245
245
  break;
246
246
  }
247
247
  };
248
- GeographicProportionalSymbolSeries.prototype.zj = function (a, b) {
248
+ GeographicProportionalSymbolSeries.prototype.zk = function (a, b) {
249
249
  if (this.assigningScatterStyle != null) {
250
250
  this.assigningScatterStyle(this, b);
251
251
  }
252
252
  };
253
- GeographicProportionalSymbolSeries.prototype.zi = function (a, b) {
253
+ GeographicProportionalSymbolSeries.prototype.zj = function (a, b) {
254
254
  if (this.assigningScatterMarkerStyle != null) {
255
255
  this.assigningScatterMarkerStyle(this, b);
256
256
  }
257
257
  };
258
258
  GeographicProportionalSymbolSeries.$t = markType(GeographicProportionalSymbolSeries, 'GeographicProportionalSymbolSeries', GeographicMarkerSeries.$);
259
- GeographicProportionalSymbolSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicProportionalSymbolSeries, 'raisePropertyChanged', ['FillMemberPath:yx:zk', [2], 'FillScale:yi:zl', [BrushScale.$], 'FillScaleUseGlobalValues:yp:zm', [0, false], 'IsCustomScatterMarkerStyleAllowed:yq:zn', [0, false], 'IsCustomScatterStyleAllowed:yr:zo', [0, false], 'ItemSearchMode:yk:zp', [ScatterItemSearchMode_$type, enumGetBox(ScatterItemSearchMode_$type, 0)], 'ItemSearchThreshold:yw:zq', [1, 10000], 'LabelMemberPath:y5:zr', [2], 'LatitudeMemberPath:y7:zs', [2, null], 'LongitudeMemberPath:y9:zt', [2, null], 'MarkerBrushBrightness:yu:zu', [1, NaN], 'MarkerOutlineBrightness:yv:zv', [1, NaN], 'MarkerOutlineUsesFillScale:ys:zw', [0, false], 'RadiusMemberPath:ze:zx', [2, null], 'RadiusScale:yl:zy', [SizeScale.$], 'RadiusScaleUseGlobalValues:yt:zz', [0, false]]);
259
+ GeographicProportionalSymbolSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicProportionalSymbolSeries, 'raisePropertyChanged', ['FillMemberPath:yy:zl', [2], 'FillScale:yj:zm', [BrushScale.$], 'FillScaleUseGlobalValues:yq:zn', [0, false], 'IsCustomScatterMarkerStyleAllowed:yr:zo', [0, false], 'IsCustomScatterStyleAllowed:ys:zp', [0, false], 'ItemSearchMode:yl:zq', [ScatterItemSearchMode_$type, enumGetBox(ScatterItemSearchMode_$type, 0)], 'ItemSearchThreshold:yx:zr', [1, 10000], 'LabelMemberPath:y6:zs', [2], 'LatitudeMemberPath:y8:zt', [2, null], 'LongitudeMemberPath:za:zu', [2, null], 'MarkerBrushBrightness:yv:zv', [1, NaN], 'MarkerOutlineBrightness:yw:zw', [1, NaN], 'MarkerOutlineUsesFillScale:yt:zx', [0, false], 'RadiusMemberPath:zf:zy', [2, null], 'RadiusScale:ym:zz', [SizeScale.$], 'RadiusScaleUseGlobalValues:yu:z0', [0, false]]);
260
260
  return GeographicProportionalSymbolSeries;
261
261
  }(GeographicMarkerSeries));
262
262
  export { GeographicProportionalSymbolSeries };