igniteui-angular-maps 17.1.0 → 17.2.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 (86) hide show
  1. package/bundles/igniteui-angular-maps.umd.js +1645 -1645
  2. package/bundles/igniteui-angular-maps.umd.min.js +1 -1
  3. package/esm2015/lib/GeographicContourLineSeriesView_combined.js +46 -46
  4. package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +101 -101
  5. package/esm2015/lib/GeographicMapSeriesHost_combined.js +201 -201
  6. package/esm2015/lib/GeographicMarkerSeries.js +29 -29
  7. package/esm2015/lib/GeographicPolylineSeriesView_combined.js +26 -26
  8. package/esm2015/lib/GeographicProportionalSymbolSeriesBaseView.js +2 -2
  9. package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +119 -119
  10. package/esm2015/lib/GeographicShapeSeriesBaseBaseView.js +2 -2
  11. package/esm2015/lib/GeographicShapeSeriesBase_combined.js +72 -72
  12. package/esm2015/lib/GeographicShapeSeriesView_combined.js +72 -72
  13. package/esm2015/lib/GeographicSymbolSeriesBaseView.js +2 -2
  14. package/esm2015/lib/GeographicSymbolSeriesView_combined.js +77 -77
  15. package/esm2015/lib/GeographicTileSeries.js +28 -28
  16. package/esm2015/lib/GeographicXYTriangulatingSeriesBaseView.js +2 -2
  17. package/esm2015/lib/TileSeries_combined.js +147 -147
  18. package/esm2015/lib/XamGeographicMap_combined.js +482 -482
  19. package/esm2015/lib/igx-geographic-contour-line-series-component.js +9 -9
  20. package/esm2015/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
  21. package/esm2015/lib/igx-geographic-map-component.js +40 -40
  22. package/esm2015/lib/igx-geographic-map-series-host-component.js +21 -21
  23. package/esm2015/lib/igx-geographic-marker-series-component.js +22 -22
  24. package/esm2015/lib/igx-geographic-polyline-series-component.js +11 -11
  25. package/esm2015/lib/igx-geographic-proportional-symbol-series-component.js +33 -33
  26. package/esm2015/lib/igx-geographic-scatter-area-series-component.js +8 -8
  27. package/esm2015/lib/igx-geographic-shape-series-base-component.js +16 -16
  28. package/esm2015/lib/igx-geographic-shape-series-component.js +33 -33
  29. package/esm2015/lib/igx-geographic-symbol-series-component.js +15 -15
  30. package/esm2015/lib/igx-geographic-tile-series-component.js +4 -4
  31. package/esm2015/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  32. package/esm2015/lib/igx-tile-series-component.js +3 -3
  33. package/esm5/lib/GeographicContourLineSeriesView_combined.js +46 -46
  34. package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +100 -100
  35. package/esm5/lib/GeographicMapSeriesHost_combined.js +199 -199
  36. package/esm5/lib/GeographicMarkerSeries.js +29 -29
  37. package/esm5/lib/GeographicPolylineSeriesView_combined.js +26 -26
  38. package/esm5/lib/GeographicProportionalSymbolSeriesBaseView.js +2 -2
  39. package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +119 -119
  40. package/esm5/lib/GeographicShapeSeriesBaseBaseView.js +2 -2
  41. package/esm5/lib/GeographicShapeSeriesBase_combined.js +69 -69
  42. package/esm5/lib/GeographicShapeSeriesView_combined.js +72 -72
  43. package/esm5/lib/GeographicSymbolSeriesBaseView.js +2 -2
  44. package/esm5/lib/GeographicSymbolSeriesView_combined.js +77 -77
  45. package/esm5/lib/GeographicTileSeries.js +27 -27
  46. package/esm5/lib/GeographicXYTriangulatingSeriesBaseView.js +2 -2
  47. package/esm5/lib/TileSeries_combined.js +144 -144
  48. package/esm5/lib/XamGeographicMap_combined.js +475 -475
  49. package/esm5/lib/igx-geographic-contour-line-series-component.js +9 -9
  50. package/esm5/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
  51. package/esm5/lib/igx-geographic-map-component.js +40 -40
  52. package/esm5/lib/igx-geographic-map-series-host-component.js +21 -21
  53. package/esm5/lib/igx-geographic-marker-series-component.js +22 -22
  54. package/esm5/lib/igx-geographic-polyline-series-component.js +11 -11
  55. package/esm5/lib/igx-geographic-proportional-symbol-series-component.js +33 -33
  56. package/esm5/lib/igx-geographic-scatter-area-series-component.js +8 -8
  57. package/esm5/lib/igx-geographic-shape-series-base-component.js +16 -16
  58. package/esm5/lib/igx-geographic-shape-series-component.js +33 -33
  59. package/esm5/lib/igx-geographic-symbol-series-component.js +15 -15
  60. package/esm5/lib/igx-geographic-tile-series-component.js +4 -4
  61. package/esm5/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  62. package/esm5/lib/igx-tile-series-component.js +3 -3
  63. package/fesm2015/igniteui-angular-maps.js +1661 -1661
  64. package/fesm5/igniteui-angular-maps.js +1645 -1645
  65. package/lib/GeographicContourLineSeriesView_combined.d.ts +20 -20
  66. package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +39 -39
  67. package/lib/GeographicMapSeriesHost_combined.d.ts +59 -59
  68. package/lib/GeographicMarkerSeries.d.ts +18 -18
  69. package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
  70. package/lib/GeographicPolylineSeriesView_combined.d.ts +14 -14
  71. package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
  72. package/lib/GeographicProportionalSymbolSeriesBaseView.d.ts +1 -1
  73. package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +46 -46
  74. package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
  75. package/lib/GeographicShapeSeriesBaseBaseView.d.ts +1 -1
  76. package/lib/GeographicShapeSeriesBase_combined.d.ts +30 -30
  77. package/lib/GeographicShapeSeriesView_combined.d.ts +38 -38
  78. package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
  79. package/lib/GeographicSymbolSeriesBaseView.d.ts +1 -1
  80. package/lib/GeographicSymbolSeriesView_combined.d.ts +34 -34
  81. package/lib/GeographicTileSeries.d.ts +10 -10
  82. package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
  83. package/lib/GeographicXYTriangulatingSeriesBaseView.d.ts +1 -1
  84. package/lib/TileSeries_combined.d.ts +42 -42
  85. package/lib/XamGeographicMap_combined.d.ts +125 -125
  86. package/package.json +2 -2
@@ -23,74 +23,74 @@ export let GeographicMarkerSeries = /*@__PURE__*/ (() => {
23
23
  class GeographicMarkerSeries extends GeographicMapSeriesHost {
24
24
  constructor() {
25
25
  super();
26
- let a = this.qe;
27
- a.propertyUpdated = delegateCombine(a.propertyUpdated, runOn(this, this.q2));
26
+ let a = this.t3;
27
+ a.propertyUpdated = delegateCombine(a.propertyUpdated, runOn(this, this.ur));
28
28
  }
29
- nj() {
30
- return this.q3;
29
+ qv() {
30
+ return this.us;
31
31
  }
32
- pc() {
33
- return this.rg;
32
+ sz() {
33
+ return this.u5;
34
34
  }
35
- pd() {
36
- return this.rh;
35
+ s0() {
36
+ return this.u6;
37
37
  }
38
- f6() {
39
- return this.qp;
38
+ hs() {
39
+ return this.ue;
40
40
  }
41
- i2() {
42
- let a = typeCast(MarkerSeries.$, this.qe);
41
+ kx() {
42
+ let a = typeCast(MarkerSeries.$, this.t3);
43
43
  if (a == null) {
44
44
  return "Unknown";
45
45
  }
46
- return a.i2();
46
+ return a.kx();
47
47
  }
48
- q2(a, b) {
49
- let c = typeCast(MarkerSeries.$, this.qe);
48
+ ur(a, b) {
49
+ let c = typeCast(MarkerSeries.$, this.t3);
50
50
  if (c == null) {
51
51
  return;
52
52
  }
53
53
  if (b.propertyName == "ActualMarkerTemplate") {
54
- this.q3 = c.q5;
54
+ this.us = c.uu;
55
55
  }
56
56
  else if (b.propertyName == "ActualMarkerOutline") {
57
- this.rh = c.rm;
57
+ this.u6 = c.vb;
58
58
  }
59
59
  else if (b.propertyName == "ActualMarkerBrush") {
60
- this.rg = c.rl;
60
+ this.u5 = c.va;
61
61
  }
62
62
  }
63
- l9(a, b, c, d) {
64
- super.l9(a, b, c, d);
63
+ o8(a, b, c, d) {
64
+ super.o8(a, b, c, d);
65
65
  switch (b) {
66
66
  case GeographicMarkerSeries.$$p[3]:
67
- this.qe.rn = this.ri;
67
+ this.t3.vc = this.u7;
68
68
  break;
69
69
  case GeographicMarkerSeries.$$p[6]:
70
- this.qe.ro = this.rj;
70
+ this.t3.vd = this.u8;
71
71
  break;
72
72
  case GeographicMarkerSeries.$$p[5]:
73
- this.qe.qi = this.qn;
73
+ this.t3.t7 = this.uc;
74
74
  break;
75
75
  case GeographicMarkerSeries.$$p[4]:
76
- this.qe.qe = this.qm;
76
+ this.t3.t3 = this.ub;
77
77
  break;
78
78
  case GeographicMarkerSeries.$$p[9]:
79
- this.qe.ql = this.qo;
79
+ this.t3.ua = this.ud;
80
80
  break;
81
81
  case GeographicMarkerSeries.$$p[7]:
82
- this.qe.q7 = this.q4;
82
+ this.t3.uw = this.ut;
83
83
  break;
84
84
  case GeographicMarkerSeries.$$p[8]:
85
- this.qe.qq = this.qp;
85
+ this.t3.uf = this.ue;
86
86
  break;
87
87
  case GeographicMarkerSeries.$$p[10]:
88
- this.qe.tb = this.qq;
88
+ this.t3.w1 = this.uf;
89
89
  break;
90
90
  }
91
91
  }
92
92
  }
93
93
  GeographicMarkerSeries.$t = markType(GeographicMarkerSeries, 'GeographicMarkerSeries', GeographicMapSeriesHost.$);
94
- GeographicMarkerSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicMarkerSeries, 'raisePropertyChanged', ['ActualMarkerBrush:rg:q5', [Brush.$], 'ActualMarkerOutline:rh:q6', [Brush.$], 'ActualMarkerTemplate:q3:q7', [DataTemplate.$, null], 'MarkerBrush:ri:q8', [Brush.$], 'MarkerFillMode:qm:q9', [MarkerFillMode_$type, enumGetBox(MarkerFillMode_$type, 0)], 'MarkerOutlineMode:qn:ra', [MarkerOutlineMode_$type, enumGetBox(MarkerOutlineMode_$type, 0)], 'MarkerOutline:rj:rb', [Brush.$], 'MarkerTemplate:q4:rc', [DataTemplate.$, null], 'MarkerThickness:qp:rd', [1, DeviceUtils.g(2)], 'MarkerType:qo:re', [MarkerType_$type, enumGetBox(MarkerType_$type, Defaults.e)], 'MaximumMarkers:qq:rf', [1, 400]]);
94
+ 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
95
  return GeographicMarkerSeries;
96
96
  })();
@@ -20,25 +20,25 @@ export let GeographicPolylineSeriesView = /*@__PURE__*/ (() => {
20
20
  class GeographicPolylineSeriesView extends GeographicShapeSeriesBaseView {
21
21
  constructor(a) {
22
22
  super(a);
23
- this.ci = null;
24
- this.ci = a;
23
+ this.cl = null;
24
+ this.cl = a;
25
25
  }
26
- as() {
27
- super.as();
26
+ au() {
27
+ super.au();
28
28
  if (!this.q) {
29
- this.ci.g4 = Defaults.n;
29
+ this.cl.iu = Defaults.n;
30
30
  }
31
31
  }
32
- b2() {
33
- super.b2();
34
- this.ci.qe.s0 = this.ci.rk;
35
- this.ci.qe.s5 = this.ci.rs;
32
+ b5() {
33
+ super.b5();
34
+ this.cl.t3.wt = this.cl.u9;
35
+ this.cl.t3.wy = this.cl.vh;
36
36
  }
37
- cj() {
38
- this.ci.qe.s0 = this.ci.rk;
37
+ cm() {
38
+ this.cl.t3.wt = this.cl.u9;
39
39
  }
40
- ck() {
41
- this.ci.qe.s5 = this.ci.rs;
40
+ cn() {
41
+ this.cl.t3.wy = this.cl.vh;
42
42
  }
43
43
  }
44
44
  GeographicPolylineSeriesView.$t = markType(GeographicPolylineSeriesView, 'GeographicPolylineSeriesView', GeographicShapeSeriesBaseView.$);
@@ -54,39 +54,39 @@ export let GeographicPolylineSeries = /*@__PURE__*/ (() => {
54
54
  this.styleShape = null;
55
55
  this.ab = GeographicPolylineSeries.$;
56
56
  }
57
- get_eb() {
57
+ get_e4() {
58
58
  return true;
59
59
  }
60
- by() {
60
+ cg() {
61
61
  return new GeographicPolylineSeriesView(this);
62
62
  }
63
- l4(a) {
64
- super.l4(a);
65
- this.rl = a;
63
+ o0(a) {
64
+ super.o0(a);
65
+ this.va = a;
66
66
  }
67
- qd() {
67
+ t2() {
68
68
  let a = new ScatterPolylineSeries();
69
- a.styleShape = delegateCombine(a.styleShape, runOn(this, this.rp));
69
+ a.styleShape = delegateCombine(a.styleShape, runOn(this, this.ve));
70
70
  return a;
71
71
  }
72
- rp(a, b) {
72
+ ve(a, b) {
73
73
  if (this.styleShape != null) {
74
74
  this.styleShape(this, b);
75
75
  }
76
76
  }
77
- l9(a, b, c, d) {
78
- super.l9(a, b, c, d);
77
+ o8(a, b, c, d) {
78
+ super.o8(a, b, c, d);
79
79
  switch (b) {
80
80
  case GeographicPolylineSeries.$$p[1]:
81
- this.rl.cj();
81
+ this.va.cm();
82
82
  break;
83
83
  case GeographicPolylineSeries.$$p[0]:
84
- this.rl.ck();
84
+ this.va.cn();
85
85
  break;
86
86
  }
87
87
  }
88
88
  }
89
89
  GeographicPolylineSeries.$t = markType(GeographicPolylineSeries, 'GeographicPolylineSeries', GeographicShapeSeriesBase.$);
90
- GeographicPolylineSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicPolylineSeries, 'raisePropertyChanged', ['ShapeStyle:rs:rq', [Style.$, null], 'ShapeStyleSelector:rk:rr', [StyleSelector.$, null]]);
90
+ GeographicPolylineSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicPolylineSeries, 'raisePropertyChanged', ['ShapeStyle:vh:vf', [Style.$, null], 'ShapeStyleSelector:u9:vg', [StyleSelector.$, null]]);
91
91
  return GeographicPolylineSeries;
92
92
  })();
@@ -13,8 +13,8 @@ export let GeographicProportionalSymbolSeriesBaseView = /*@__PURE__*/ (() => {
13
13
  class GeographicProportionalSymbolSeriesBaseView extends HostSeriesView {
14
14
  constructor(a) {
15
15
  super(a);
16
- this.ce = null;
17
- this.ce = a;
16
+ this.ch = null;
17
+ this.ch = a;
18
18
  }
19
19
  }
20
20
  GeographicProportionalSymbolSeriesBaseView.$t = markType(GeographicProportionalSymbolSeriesBaseView, 'GeographicProportionalSymbolSeriesBaseView', HostSeriesView.$);
@@ -20,107 +20,107 @@ export let GeographicProportionalSymbolSeriesView = /*@__PURE__*/ (() => {
20
20
  class GeographicProportionalSymbolSeriesView extends HostSeriesView {
21
21
  constructor(a) {
22
22
  super(a);
23
- this.ce = null;
24
- this.ce = a;
23
+ this.ch = null;
24
+ this.ch = a;
25
25
  }
26
- as() {
27
- super.as();
26
+ au() {
27
+ super.au();
28
28
  if (!this.q) {
29
29
  }
30
30
  }
31
- b2() {
32
- super.b2();
33
- let a = this.ce.qe;
34
- a.tr = this.ce.sd;
35
- a.tz = this.ce.sb;
36
- a.ql = this.ce.qo;
37
- a.q7 = this.ce.q4;
38
- a.qq = this.ce.qp;
39
- a.vv = this.ce.rx;
40
- a.wl = this.ce.si;
41
- a.vl = this.ce.rp;
42
- a.wb = this.ce.r9;
43
- a.v6 = this.ce.r1;
44
- a.vi = this.ce.rm;
45
- a.vt = this.ce.rt;
46
- a.vu = this.ce.rw;
47
- a.v0 = this.ce.rz;
48
- a.vz = this.ce.ry;
49
- }
50
- cn() {
51
- this.ce.qe.tr = this.ce.sd;
52
- }
53
- cm() {
54
- this.ce.qe.tz = this.ce.sb;
55
- }
56
- cs() {
57
- this.ce.qe.ql = this.ce.qo;
31
+ b5() {
32
+ super.b5();
33
+ let a = this.ch.t3;
34
+ a.xl = this.ch.v2;
35
+ a.xt = this.ch.v0;
36
+ a.ua = this.ch.ud;
37
+ a.uw = this.ch.ut;
38
+ a.uf = this.ch.ue;
39
+ a.zt = this.ch.vm;
40
+ a.aaj = this.ch.v7;
41
+ a.zj = this.ch.ve;
42
+ a.z9 = this.ch.vy;
43
+ a.z4 = this.ch.vq;
44
+ a.zg = this.ch.vb;
45
+ a.zr = this.ch.vi;
46
+ a.zs = this.ch.vl;
47
+ a.zy = this.ch.vo;
48
+ a.zx = this.ch.vn;
58
49
  }
59
50
  cq() {
60
- this.ce.qe.q7 = this.ce.q4;
51
+ this.ch.t3.xl = this.ch.v2;
61
52
  }
62
- cr() {
63
- this.ce.qe.qq = this.ce.qp;
53
+ cp() {
54
+ this.ch.t3.xt = this.ch.v0;
55
+ }
56
+ cv() {
57
+ this.ch.t3.ua = this.ch.ud;
64
58
  }
65
59
  ct() {
66
- this.ce.qe.tb = this.ce.qq;
60
+ this.ch.t3.uw = this.ch.ut;
67
61
  }
68
- cv() {
69
- this.ce.qe.xAxis = this.ce.ce.t7;
62
+ cu() {
63
+ this.ch.t3.uf = this.ch.ue;
70
64
  }
71
65
  cw() {
72
- this.ce.qe.yAxis = this.ce.ce.t9;
66
+ this.ch.t3.w1 = this.ch.uf;
73
67
  }
74
- cu() {
75
- let a = this.ce.qe;
76
- if (this.ce.ce == null) {
68
+ cy() {
69
+ this.ch.t3.xAxis = this.ch.cy.ua;
70
+ }
71
+ cz() {
72
+ this.ch.t3.yAxis = this.ch.cy.uc;
73
+ }
74
+ cx() {
75
+ let a = this.ch.t3;
76
+ if (this.ch.cy == null) {
77
77
  a.xAxis = null;
78
78
  a.yAxis = null;
79
79
  return;
80
80
  }
81
- a.xAxis = this.ce.ce.t7;
82
- a.yAxis = this.ce.ce.t9;
81
+ a.xAxis = this.ch.cy.ua;
82
+ a.yAxis = this.ch.cy.uc;
83
83
  }
84
- co() {
85
- this.ce.qe.rn = this.ce.ri;
84
+ cr() {
85
+ this.ch.t3.vc = this.ch.u7;
86
86
  }
87
- cp() {
88
- this.ce.qe.ro = this.ce.rj;
87
+ cs() {
88
+ this.ch.t3.vd = this.ch.u8;
89
89
  }
90
- cx() {
91
- this.ce.qe.wl = this.ce.si;
90
+ c0() {
91
+ this.ch.t3.aaj = this.ch.v7;
92
92
  }
93
- cy() {
94
- this.ce.qe.vl = this.ce.rp;
95
- this.ce.qe.vv = this.ce.rx;
93
+ c1() {
94
+ this.ch.t3.zj = this.ch.ve;
95
+ this.ch.t3.zt = this.ch.vm;
96
96
  }
97
- ci() {
98
- this.ce.qe.wb = this.ce.r9;
97
+ cl() {
98
+ this.ch.t3.z9 = this.ch.vy;
99
99
  }
100
- cg() {
101
- this.ce.qe.vi = this.ce.rm;
102
- this.ce.qe.vt = this.ce.rt;
103
- this.ce.qe.vu = this.ce.rw;
104
- this.ce.qe.v0 = this.ce.rz;
105
- this.ce.qe.vz = this.ce.ry;
100
+ cj() {
101
+ this.ch.t3.zg = this.ch.vb;
102
+ this.ch.t3.zr = this.ch.vi;
103
+ this.ch.t3.zs = this.ch.vl;
104
+ this.ch.t3.zy = this.ch.vo;
105
+ this.ch.t3.zx = this.ch.vn;
106
106
  }
107
- cf() {
108
- this.ce.qe.v6 = this.ce.r1;
107
+ ci() {
108
+ this.ch.t3.z4 = this.ch.vq;
109
109
  }
110
- cz() {
111
- this.ce.qe.vv = this.ce.rx;
110
+ c2() {
111
+ this.ch.t3.zt = this.ch.vm;
112
112
  }
113
- ch() {
114
- this.ce.qe.vt = this.ce.rt;
113
+ ck() {
114
+ this.ch.t3.zr = this.ch.vi;
115
115
  }
116
- cl() {
117
- this.ce.qe.vu = this.ce.rw;
116
+ co() {
117
+ this.ch.t3.zs = this.ch.vl;
118
118
  }
119
- ck() {
120
- this.ce.qe.v0 = this.ce.rz;
119
+ cn() {
120
+ this.ch.t3.zy = this.ch.vo;
121
121
  }
122
- cj() {
123
- this.ce.qe.vz = this.ce.ry;
122
+ cm() {
123
+ this.ch.t3.zx = this.ch.vn;
124
124
  }
125
125
  }
126
126
  GeographicProportionalSymbolSeriesView.$t = markType(GeographicProportionalSymbolSeriesView, 'GeographicProportionalSymbolSeriesView', HostSeriesView.$);
@@ -133,124 +133,124 @@ export let GeographicProportionalSymbolSeries = /*@__PURE__*/ (() => {
133
133
  class GeographicProportionalSymbolSeries extends GeographicMarkerSeries {
134
134
  constructor() {
135
135
  super();
136
- this.rn = null;
137
- this.rs = false;
138
- this.rr = false;
136
+ this.vc = null;
137
+ this.vh = false;
138
+ this.vg = false;
139
139
  this.assigningScatterStyle = null;
140
140
  this.assigningScatterMarkerStyle = null;
141
141
  this.ab = GeographicProportionalSymbolSeries.$;
142
142
  }
143
- get_c5() {
143
+ get_dx() {
144
144
  return true;
145
145
  }
146
- by() {
146
+ cg() {
147
147
  return new GeographicProportionalSymbolSeriesView(this);
148
148
  }
149
- l4(a) {
150
- super.l4(a);
151
- this.rq = a;
149
+ o0(a) {
150
+ super.o0(a);
151
+ this.vf = a;
152
152
  }
153
- g0() {
153
+ iq() {
154
154
  return 0.7;
155
155
  }
156
- qd() {
156
+ t2() {
157
157
  return new BubbleSeries();
158
158
  }
159
- get_d0() {
159
+ get_es() {
160
160
  return true;
161
161
  }
162
- l9(a, b, c, d) {
163
- super.l9(a, b, c, d);
162
+ o8(a, b, c, d) {
163
+ super.o8(a, b, c, d);
164
164
  switch (b) {
165
165
  case "SeriesViewer":
166
- this.rq.cu();
166
+ this.vf.cx();
167
167
  break;
168
168
  case GeographicProportionalSymbolSeries.$$p[9]:
169
- this.rq.cn();
169
+ this.vf.cq();
170
170
  break;
171
171
  case GeographicProportionalSymbolSeries.$$p[8]:
172
- this.rq.cm();
172
+ this.vf.cp();
173
173
  break;
174
174
  case "XAxis":
175
- this.rq.cv();
175
+ this.vf.cy();
176
176
  break;
177
177
  case "YAxis":
178
- this.rq.cw();
178
+ this.vf.cz();
179
179
  break;
180
180
  case GeographicProportionalSymbolSeries.$$p[13]:
181
- this.rq.cx();
181
+ this.vf.c0();
182
182
  break;
183
183
  case GeographicProportionalSymbolSeries.$$p[14]:
184
- this.rq.cy();
184
+ this.vf.c1();
185
185
  break;
186
186
  case GeographicProportionalSymbolSeries.$$p[15]:
187
- this.rq.cz();
187
+ this.vf.c2();
188
188
  break;
189
189
  case GeographicProportionalSymbolSeries.$$p[7]:
190
- this.rq.ci();
190
+ this.vf.cl();
191
191
  break;
192
192
  case GeographicProportionalSymbolSeries.$$p[0]:
193
- this.rq.cf();
193
+ this.vf.ci();
194
194
  break;
195
195
  case GeographicProportionalSymbolSeries.$$p[1]:
196
- this.rq.cg();
196
+ this.vf.cj();
197
197
  break;
198
198
  case GeographicProportionalSymbolSeries.$$p[2]:
199
- this.rq.ch();
199
+ this.vf.ck();
200
200
  break;
201
201
  case GeographicProportionalSymbolSeries.$$p[12]:
202
- this.rq.cl();
202
+ this.vf.co();
203
203
  break;
204
204
  case GeographicProportionalSymbolSeries.$$p[11]:
205
- this.rq.ck();
205
+ this.vf.cn();
206
206
  break;
207
207
  case GeographicProportionalSymbolSeries.$$p[10]:
208
- this.rq.cj();
208
+ this.vf.cm();
209
209
  break;
210
210
  case GeographicProportionalSymbolSeries.$$p[4]:
211
- this.qe.st = this.rv;
212
- this.rs = this.rv;
213
- if (this.rv) {
214
- let e = this.qe;
215
- e.assigningScatterStyle = delegateCombine(e.assigningScatterStyle, runOn(this, this.sn));
211
+ this.t3.wi = this.vk;
212
+ this.vh = this.vk;
213
+ if (this.vk) {
214
+ let e = this.t3;
215
+ e.assigningScatterStyle = delegateCombine(e.assigningScatterStyle, runOn(this, this.wc));
216
216
  }
217
217
  else {
218
- let f = this.qe;
219
- f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.sn));
218
+ let f = this.t3;
219
+ f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.wc));
220
220
  }
221
221
  break;
222
222
  case GeographicProportionalSymbolSeries.$$p[3]:
223
- this.qe.ss = this.ru;
224
- this.rr = this.ru;
225
- if (this.rv) {
226
- let g = this.qe;
227
- g.assigningScatterMarkerStyle = delegateCombine(g.assigningScatterMarkerStyle, runOn(this, this.sm));
223
+ this.t3.wh = this.vj;
224
+ this.vg = this.vj;
225
+ if (this.vk) {
226
+ let g = this.t3;
227
+ g.assigningScatterMarkerStyle = delegateCombine(g.assigningScatterMarkerStyle, runOn(this, this.wb));
228
228
  }
229
229
  else {
230
- let h = this.qe;
231
- h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.sm));
230
+ let h = this.t3;
231
+ h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.wb));
232
232
  }
233
233
  break;
234
234
  case GeographicProportionalSymbolSeries.$$p[5]:
235
- this.qe.sh = this.ro;
235
+ this.t3.v6 = this.vd;
236
236
  break;
237
237
  case GeographicProportionalSymbolSeries.$$p[6]:
238
- this.qe.ta = this.r0;
238
+ this.t3.w0 = this.vp;
239
239
  break;
240
240
  }
241
241
  }
242
- sn(a, b) {
242
+ wc(a, b) {
243
243
  if (this.assigningScatterStyle != null) {
244
244
  this.assigningScatterStyle(this, b);
245
245
  }
246
246
  }
247
- sm(a, b) {
247
+ wb(a, b) {
248
248
  if (this.assigningScatterMarkerStyle != null) {
249
249
  this.assigningScatterMarkerStyle(this, b);
250
250
  }
251
251
  }
252
252
  }
253
253
  GeographicProportionalSymbolSeries.$t = markType(GeographicProportionalSymbolSeries, 'GeographicProportionalSymbolSeries', GeographicMarkerSeries.$);
254
- GeographicProportionalSymbolSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicProportionalSymbolSeries, 'raisePropertyChanged', ['FillMemberPath:r1:so', [2], 'FillScale:rm:sp', [BrushScale.$], 'FillScaleUseGlobalValues:rt:sq', [0, false], 'IsCustomScatterMarkerStyleAllowed:ru:sr', [0, false], 'IsCustomScatterStyleAllowed:rv:ss', [0, false], 'ItemSearchMode:ro:st', [ScatterItemSearchMode_$type, enumGetBox(ScatterItemSearchMode_$type, 0)], 'ItemSearchThreshold:r0:su', [1, 10000], 'LabelMemberPath:r9:sv', [2], 'LatitudeMemberPath:sb:sw', [2, null], 'LongitudeMemberPath:sd:sx', [2, null], 'MarkerBrushBrightness:ry:sy', [1, NaN], 'MarkerOutlineBrightness:rz:sz', [1, NaN], 'MarkerOutlineUsesFillScale:rw:s0', [0, false], 'RadiusMemberPath:si:s1', [2, null], 'RadiusScale:rp:s2', [SizeScale.$], 'RadiusScaleUseGlobalValues:rx:s3', [0, false]]);
254
+ 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]]);
255
255
  return GeographicProportionalSymbolSeries;
256
256
  })();
@@ -13,8 +13,8 @@ export let GeographicShapeSeriesBaseBaseView = /*@__PURE__*/ (() => {
13
13
  class GeographicShapeSeriesBaseBaseView extends HostSeriesView {
14
14
  constructor(a) {
15
15
  super(a);
16
- this.ce = null;
17
- this.ce = a;
16
+ this.ch = null;
17
+ this.ch = a;
18
18
  }
19
19
  }
20
20
  GeographicShapeSeriesBaseBaseView.$t = markType(GeographicShapeSeriesBaseBaseView, 'GeographicShapeSeriesBaseBaseView', HostSeriesView.$);