igniteui-angular-maps 17.2.1 → 17.3.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 (74) hide show
  1. package/bundles/igniteui-angular-maps.umd.js +1342 -1342
  2. package/bundles/igniteui-angular-maps.umd.min.js +1 -1
  3. package/esm2015/lib/GeographicContourLineSeriesView_combined.js +37 -37
  4. package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +73 -73
  5. package/esm2015/lib/GeographicMapSeriesHost_combined.js +159 -159
  6. package/esm2015/lib/GeographicMarkerSeries.js +25 -25
  7. package/esm2015/lib/GeographicPolylineSeriesView_combined.js +17 -17
  8. package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +87 -87
  9. package/esm2015/lib/GeographicShapeSeriesBase_combined.js +57 -57
  10. package/esm2015/lib/GeographicShapeSeriesView_combined.js +51 -51
  11. package/esm2015/lib/GeographicSymbolSeriesView_combined.js +56 -56
  12. package/esm2015/lib/GeographicTileSeries.js +27 -27
  13. package/esm2015/lib/TileSeries_combined.js +80 -80
  14. package/esm2015/lib/XamGeographicMap_combined.js +457 -457
  15. package/esm2015/lib/igx-geographic-contour-line-series-component.js +8 -8
  16. package/esm2015/lib/igx-geographic-high-density-scatter-series-component.js +22 -22
  17. package/esm2015/lib/igx-geographic-map-component.js +40 -40
  18. package/esm2015/lib/igx-geographic-map-series-host-component.js +10 -10
  19. package/esm2015/lib/igx-geographic-marker-series-component.js +22 -22
  20. package/esm2015/lib/igx-geographic-polyline-series-component.js +10 -10
  21. package/esm2015/lib/igx-geographic-proportional-symbol-series-component.js +32 -32
  22. package/esm2015/lib/igx-geographic-scatter-area-series-component.js +7 -7
  23. package/esm2015/lib/igx-geographic-shape-series-base-component.js +16 -16
  24. package/esm2015/lib/igx-geographic-shape-series-component.js +32 -32
  25. package/esm2015/lib/igx-geographic-symbol-series-component.js +14 -14
  26. package/esm2015/lib/igx-geographic-tile-series-component.js +3 -3
  27. package/esm2015/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  28. package/esm2015/lib/igx-tile-series-component.js +2 -2
  29. package/esm5/lib/GeographicContourLineSeriesView_combined.js +37 -37
  30. package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +73 -73
  31. package/esm5/lib/GeographicMapSeriesHost_combined.js +157 -157
  32. package/esm5/lib/GeographicMarkerSeries.js +25 -25
  33. package/esm5/lib/GeographicPolylineSeriesView_combined.js +17 -17
  34. package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +87 -87
  35. package/esm5/lib/GeographicShapeSeriesBase_combined.js +56 -56
  36. package/esm5/lib/GeographicShapeSeriesView_combined.js +51 -51
  37. package/esm5/lib/GeographicSymbolSeriesView_combined.js +56 -56
  38. package/esm5/lib/GeographicTileSeries.js +26 -26
  39. package/esm5/lib/TileSeries_combined.js +78 -78
  40. package/esm5/lib/XamGeographicMap_combined.js +450 -450
  41. package/esm5/lib/igx-geographic-contour-line-series-component.js +8 -8
  42. package/esm5/lib/igx-geographic-high-density-scatter-series-component.js +22 -22
  43. package/esm5/lib/igx-geographic-map-component.js +40 -40
  44. package/esm5/lib/igx-geographic-map-series-host-component.js +10 -10
  45. package/esm5/lib/igx-geographic-marker-series-component.js +22 -22
  46. package/esm5/lib/igx-geographic-polyline-series-component.js +10 -10
  47. package/esm5/lib/igx-geographic-proportional-symbol-series-component.js +32 -32
  48. package/esm5/lib/igx-geographic-scatter-area-series-component.js +7 -7
  49. package/esm5/lib/igx-geographic-shape-series-base-component.js +16 -16
  50. package/esm5/lib/igx-geographic-shape-series-component.js +32 -32
  51. package/esm5/lib/igx-geographic-symbol-series-component.js +14 -14
  52. package/esm5/lib/igx-geographic-tile-series-component.js +3 -3
  53. package/esm5/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  54. package/esm5/lib/igx-tile-series-component.js +2 -2
  55. package/fesm2015/igniteui-angular-maps.js +1356 -1356
  56. package/fesm5/igniteui-angular-maps.js +1342 -1342
  57. package/lib/GeographicContourLineSeriesView_combined.d.ts +13 -13
  58. package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +18 -18
  59. package/lib/GeographicMapSeriesHost_combined.d.ts +30 -30
  60. package/lib/GeographicMarkerSeries.d.ts +13 -13
  61. package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
  62. package/lib/GeographicPolylineSeriesView_combined.d.ts +9 -9
  63. package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
  64. package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +23 -23
  65. package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
  66. package/lib/GeographicShapeSeriesBase_combined.d.ts +16 -16
  67. package/lib/GeographicShapeSeriesView_combined.d.ts +22 -22
  68. package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
  69. package/lib/GeographicSymbolSeriesView_combined.d.ts +16 -16
  70. package/lib/GeographicTileSeries.d.ts +9 -9
  71. package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
  72. package/lib/TileSeries_combined.d.ts +20 -20
  73. package/lib/XamGeographicMap_combined.d.ts +108 -108
  74. package/package.json +2 -2
@@ -34,14 +34,14 @@ export let IgxGeographicTileSeriesComponent = /*@__PURE__*/ (() => {
34
34
  * The MapImagery which is used to provide the tiles for display.
35
35
  */
36
36
  get tileImagery() {
37
- const r = this.i.vc;
37
+ const r = this.i.vd;
38
38
  if (r == null) {
39
39
  return null;
40
40
  }
41
41
  return r.externalObject;
42
42
  }
43
43
  set tileImagery(v) {
44
- v == null ? this.i.vc = null : this.i.vc = v.i;
44
+ v == null ? this.i.vd = null : this.i.vd = v.i;
45
45
  }
46
46
  findByName(name) {
47
47
  var baseResult = super.findByName(name);
@@ -58,7 +58,7 @@ export let IgxGeographicTileSeriesComponent = /*@__PURE__*/ (() => {
58
58
 
59
59
  */
60
60
  clearTileCache() {
61
- this.i.vg();
61
+ this.i.vh();
62
62
  }
63
63
  /**
64
64
  * This event is fired whenever the image tiles transition from a loading state (e.g. some are fading in) to a loaded state.
@@ -39,56 +39,56 @@ export let IgxGeographicXYTriangulatingSeriesComponent = /*@__PURE__*/ (() => {
39
39
  * The name of the property from which to extract the Longitude for each item in the ItemsSource.
40
40
  */
41
41
  get longitudeMemberPath() {
42
- return this.i.ug;
42
+ return this.i.uh;
43
43
  }
44
44
  set longitudeMemberPath(v) {
45
- this.i.ug = v;
45
+ this.i.uh = v;
46
46
  }
47
47
  /**
48
48
  * The name of the property from which to extract the Latitude for each item in the ItemsSource.
49
49
  */
50
50
  get latitudeMemberPath() {
51
- return this.i.ue;
51
+ return this.i.uf;
52
52
  }
53
53
  set latitudeMemberPath(v) {
54
- this.i.ue = v;
54
+ this.i.uf = v;
55
55
  }
56
56
  /**
57
57
  * The source of triangulation data.
58
58
  * This property is optional. If it is left as null, the triangulation will be created based on the items in the ItemsSource. Triangulation is a demanding operation, so the runtime performance will be better when specifying a TriangulationSource, especially when a large number of data items are present.
59
59
  */
60
60
  get trianglesSource() {
61
- return this.i.ud;
61
+ return this.i.ue;
62
62
  }
63
63
  set trianglesSource(v) {
64
- this.i.ud = v;
64
+ this.i.ue = v;
65
65
  }
66
66
  /**
67
67
  * The name of the property of the TrianglesSource items which, for each triangle, contains the index of the first vertex point in the ItemsSource.
68
68
  */
69
69
  get triangleVertexMemberPath1() {
70
- return this.i.uj;
70
+ return this.i.uk;
71
71
  }
72
72
  set triangleVertexMemberPath1(v) {
73
- this.i.uj = v;
73
+ this.i.uk = v;
74
74
  }
75
75
  /**
76
76
  * The name of the property of the TrianglesSource items which, for each triangle, contains the index of the second vertex point in the ItemsSource.
77
77
  */
78
78
  get triangleVertexMemberPath2() {
79
- return this.i.ul;
79
+ return this.i.um;
80
80
  }
81
81
  set triangleVertexMemberPath2(v) {
82
- this.i.ul = v;
82
+ this.i.um = v;
83
83
  }
84
84
  /**
85
85
  * The name of the property of the TrianglesSource items which, for each triangle, contains the index of the third vertex point in the ItemsSource.
86
86
  */
87
87
  get triangleVertexMemberPath3() {
88
- return this.i.un;
88
+ return this.i.uo;
89
89
  }
90
90
  set triangleVertexMemberPath3(v) {
91
- this.i.un = v;
91
+ this.i.uo = v;
92
92
  }
93
93
  }
94
94
  IgxGeographicXYTriangulatingSeriesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxGeographicXYTriangulatingSeriesComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
@@ -30,14 +30,14 @@ export let IgxTileSeriesComponent = /*@__PURE__*/ (() => {
30
30
  * The MapImagery which is used to provide the tiles for display.
31
31
  */
32
32
  get tileImagery() {
33
- const r = this.i.wx;
33
+ const r = this.i.wy;
34
34
  if (r == null) {
35
35
  return null;
36
36
  }
37
37
  return r.externalObject;
38
38
  }
39
39
  set tileImagery(v) {
40
- v == null ? this.i.wx = null : this.i.wx = v.i;
40
+ v == null ? this.i.wy = null : this.i.wy = v.i;
41
41
  }
42
42
  findByName(name) {
43
43
  var baseResult = super.findByName(name);
@@ -33,19 +33,19 @@ var GeographicContourLineSeriesView = /** @class */ /*@__PURE__*/ (function (_su
33
33
  };
34
34
  GeographicContourLineSeriesView.prototype.b5 = function () {
35
35
  _super.prototype.b5.call(this);
36
- if (this.cp.t4 != null) {
37
- this.cp.uw.vz = this.cp.uz;
38
- this.cp.uw.v9 = this.cp.u3;
36
+ if (this.cp.t5 != null) {
37
+ this.cp.ux.v0 = this.cp.u0;
38
+ this.cp.ux.wa = this.cp.u4;
39
39
  }
40
40
  };
41
41
  GeographicContourLineSeriesView.prototype.cq = function () {
42
- if (this.cp.uw != null) {
43
- this.cp.uw.vz = this.cp.uz;
42
+ if (this.cp.ux != null) {
43
+ this.cp.ux.v0 = this.cp.u0;
44
44
  }
45
45
  };
46
46
  GeographicContourLineSeriesView.prototype.cr = function () {
47
- if (this.cp.uw != null) {
48
- this.cp.uw.v9 = this.cp.u3;
47
+ if (this.cp.ux != null) {
48
+ this.cp.ux.wa = this.cp.u4;
49
49
  }
50
50
  };
51
51
  GeographicContourLineSeriesView.$t = markType(GeographicContourLineSeriesView, 'GeographicContourLineSeriesView', GeographicXYTriangulatingSeriesView.$);
@@ -63,75 +63,75 @@ var GeographicContourLineSeries = /** @class */ /*@__PURE__*/ (function (_super)
63
63
  _this.ab = GeographicContourLineSeries.$;
64
64
  return _this;
65
65
  }
66
- GeographicContourLineSeries.prototype.bg = function () {
66
+ GeographicContourLineSeries.prototype.bc = function () {
67
67
  return new GeographicContourLineSeries();
68
68
  };
69
69
  GeographicContourLineSeries.prototype.get_ex = function () {
70
70
  return true;
71
71
  };
72
- GeographicContourLineSeries.prototype.t9 = function () {
73
- _super.prototype.t9.call(this);
72
+ GeographicContourLineSeries.prototype.ua = function () {
73
+ _super.prototype.ua.call(this);
74
74
  };
75
- GeographicContourLineSeries.prototype.t3 = function () {
76
- this.uw = new ScatterContourSeries();
77
- var a = this.uw;
78
- a.triangulationStatusChanged = delegateCombine(a.triangulationStatusChanged, runOn(this, this.u6));
79
- var b = this.uw;
80
- b.propertyUpdated = delegateCombine(b.propertyUpdated, runOn(this, this.u7));
81
- return this.uw;
75
+ GeographicContourLineSeries.prototype.t4 = function () {
76
+ this.ux = new ScatterContourSeries();
77
+ var a = this.ux;
78
+ a.triangulationStatusChanged = delegateCombine(a.triangulationStatusChanged, runOn(this, this.u7));
79
+ var b = this.ux;
80
+ b.propertyUpdated = delegateCombine(b.propertyUpdated, runOn(this, this.u8));
81
+ return this.ux;
82
82
  };
83
- GeographicContourLineSeries.prototype.u6 = function (a, b) {
83
+ GeographicContourLineSeries.prototype.u7 = function (a, b) {
84
84
  if (this.triangulationStatusChanged != null) {
85
85
  this.triangulationStatusChanged(this, b);
86
86
  }
87
87
  };
88
- GeographicContourLineSeries.prototype.u7 = function (a, b) {
89
- var c = typeCast(ScatterContourSeries.$, this.t4);
88
+ GeographicContourLineSeries.prototype.u8 = function (a, b) {
89
+ var c = typeCast(ScatterContourSeries.$, this.t5);
90
90
  if (c == null) {
91
91
  return;
92
92
  }
93
93
  if (b.propertyName == "ActualFillScale") {
94
- this.uy = c.vy;
94
+ this.uz = c.vz;
95
95
  }
96
96
  };
97
- GeographicContourLineSeries.prototype.qe = function () {
98
- _super.prototype.qe.call(this);
97
+ GeographicContourLineSeries.prototype.qf = function () {
98
+ _super.prototype.qf.call(this);
99
99
  };
100
- GeographicContourLineSeries.prototype.ch = function () {
100
+ GeographicContourLineSeries.prototype.cd = function () {
101
101
  return new GeographicContourLineSeriesView(this);
102
102
  };
103
- GeographicContourLineSeries.prototype.o1 = function (a) {
104
- _super.prototype.o1.call(this, a);
105
- this.u0 = a;
103
+ GeographicContourLineSeries.prototype.o2 = function (a) {
104
+ _super.prototype.o2.call(this, a);
105
+ this.u1 = a;
106
106
  };
107
- GeographicContourLineSeries.prototype.o9 = function (a, b, c, d) {
108
- _super.prototype.o9.call(this, a, b, c, d);
107
+ GeographicContourLineSeries.prototype.pa = function (a, b, c, d) {
108
+ _super.prototype.pa.call(this, a, b, c, d);
109
109
  switch (b) {
110
110
  case GeographicContourLineSeries.$$p[1]:
111
- this.u0.cq();
111
+ this.u1.cq();
112
112
  break;
113
113
  case GeographicContourLineSeries.$$p[2]:
114
- this.u0.cr();
114
+ this.u1.cr();
115
115
  break;
116
116
  case GeographicContourLineSeries.$$p[3]:
117
- this.uw.vw = this.uv;
117
+ this.ux.vx = this.uw;
118
118
  break;
119
119
  case "DashArray":
120
- this.uw.s8 = this.s8;
120
+ this.ux.s9 = this.s9;
121
121
  break;
122
122
  case "DashCap":
123
- this.uw.s9 = this.s9;
123
+ this.ux.ta = this.ta;
124
124
  break;
125
125
  case "MiterLimit":
126
- this.uw.im = this.im;
126
+ this.ux.im = this.im;
127
127
  break;
128
128
  case "LineJoin":
129
- this.uw.tb = this.tb;
129
+ this.ux.tc = this.tc;
130
130
  break;
131
131
  }
132
132
  };
133
133
  GeographicContourLineSeries.$t = markType(GeographicContourLineSeries, 'GeographicContourLineSeries', GeographicXYTriangulatingSeries.$);
134
- GeographicContourLineSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicContourLineSeries, 'raisePropertyChanged', ['ActualFillScale:uy:u8', [ValueBrushScale.$, null], 'FillScale:uz:u9', [ValueBrushScale.$, null], 'ValueMemberPath:u3:va', [2, "value"], 'ValueResolver:uv:vb', [ContourValueResolver.$, null]]);
134
+ GeographicContourLineSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicContourLineSeries, 'raisePropertyChanged', ['ActualFillScale:uz:u9', [ValueBrushScale.$, null], 'FillScale:u0:va', [ValueBrushScale.$, null], 'ValueMemberPath:u4:vb', [2, "value"], 'ValueResolver:uw:vc', [ContourValueResolver.$, null]]);
135
135
  return GeographicContourLineSeries;
136
136
  }(GeographicXYTriangulatingSeries));
137
137
  export { GeographicContourLineSeries };
@@ -6,8 +6,8 @@ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOA
6
6
  */
7
7
  import { __extends } from "tslib";
8
8
  import { HostSeriesView } from "./HostSeriesView";
9
- import { GeographicMapSeriesHost } from "./GeographicMapSeriesHost";
10
9
  import { HighDensityScatterSeries } from "igniteui-angular-charts";
10
+ import { GeographicMapSeriesHost } from "./GeographicMapSeriesHost";
11
11
  import { Color } from "igniteui-angular-core";
12
12
  import { Defaults } from "igniteui-angular-charts";
13
13
  import { typeCast, markType, runOn, delegateCombine, markDep } from "igniteui-angular-core";
@@ -27,71 +27,71 @@ var GeographicHighDensityScatterSeriesView = /** @class */ /*@__PURE__*/ (functi
27
27
  }
28
28
  GeographicHighDensityScatterSeriesView.prototype.b5 = function () {
29
29
  _super.prototype.b5.call(this);
30
- var a = typeCast(HighDensityScatterSeries.$, this.ch.t4);
31
- a.wc = this.ch.ut;
32
- a.wk = this.ch.ur;
30
+ var a = typeCast(HighDensityScatterSeries.$, this.ch.t5);
31
+ a.wd = this.ch.uu;
32
+ a.wl = this.ch.us;
33
+ a.uq = this.ch.uh;
33
34
  a.up = this.ch.ug;
34
- a.uo = this.ch.uf;
35
- a.fl = this.ch.ue;
35
+ a.fl = this.ch.uf;
36
+ a.vl = this.ch.uj;
36
37
  a.vk = this.ch.ui;
37
- a.vj = this.ch.uh;
38
+ a.xj = this.ch.vd;
38
39
  a.xi = this.ch.vc;
39
- a.xh = this.ch.vb;
40
- a.vw = this.ch.ul;
40
+ a.vx = this.ch.um;
41
41
  };
42
42
  GeographicHighDensityScatterSeriesView.prototype.cn = function () {
43
- this.ch.t4.wc = this.ch.ut;
43
+ this.ch.t5.wd = this.ch.uu;
44
44
  };
45
45
  GeographicHighDensityScatterSeriesView.prototype.cm = function () {
46
- this.ch.t4.wk = this.ch.ur;
46
+ this.ch.t5.wl = this.ch.us;
47
47
  };
48
48
  GeographicHighDensityScatterSeriesView.prototype.cs = function () {
49
- this.ch.t4.up = this.ch.ug;
49
+ this.ch.t5.uq = this.ch.uh;
50
50
  };
51
51
  GeographicHighDensityScatterSeriesView.prototype.cq = function () {
52
- this.ch.t4.uo = this.ch.uf;
52
+ this.ch.t5.up = this.ch.ug;
53
53
  };
54
54
  GeographicHighDensityScatterSeriesView.prototype.co = function () {
55
- this.ch.t4.fl = this.ch.ue;
55
+ this.ch.t5.fl = this.ch.uf;
56
56
  };
57
57
  GeographicHighDensityScatterSeriesView.prototype.cl = function () {
58
- this.ch.t4.vk = this.ch.ui;
58
+ this.ch.t5.vl = this.ch.uj;
59
59
  };
60
60
  GeographicHighDensityScatterSeriesView.prototype.cj = function () {
61
- this.ch.t4.vj = this.ch.uh;
61
+ this.ch.t5.vk = this.ch.ui;
62
62
  };
63
63
  GeographicHighDensityScatterSeriesView.prototype.cr = function () {
64
- var a = typeCast(HighDensityScatterSeries.$, this.ch.t4);
65
- if (this.ch.cz == null) {
66
- a.t9 = null;
67
- a.ub = null;
64
+ var a = typeCast(HighDensityScatterSeries.$, this.ch.t5);
65
+ if (this.ch.cv == null) {
66
+ a.ua = null;
67
+ a.uc = null;
68
68
  return;
69
69
  }
70
- a.t9 = this.ch.cz.ua;
71
- a.ub = this.ch.cz.uc;
70
+ a.ua = this.ch.cv.ue;
71
+ a.uc = this.ch.cv.ug;
72
72
  };
73
73
  GeographicHighDensityScatterSeriesView.prototype.ct = function () {
74
- this.ch.t4.t9 = this.ch.cz.ua;
74
+ this.ch.t5.ua = this.ch.cv.ue;
75
75
  };
76
76
  GeographicHighDensityScatterSeriesView.prototype.cu = function () {
77
- this.ch.t4.ub = this.ch.cz.uc;
77
+ this.ch.t5.uc = this.ch.cv.ug;
78
78
  };
79
79
  GeographicHighDensityScatterSeriesView.prototype.ck = function () {
80
- this.ch.t4.xi = this.ch.vc;
80
+ this.ch.t5.xj = this.ch.vd;
81
81
  };
82
82
  GeographicHighDensityScatterSeriesView.prototype.ci = function () {
83
- this.ch.t4.xh = this.ch.vb;
83
+ this.ch.t5.xi = this.ch.vc;
84
84
  };
85
85
  GeographicHighDensityScatterSeriesView.prototype.cp = function () {
86
- this.ch.t4.vw = this.ch.ul;
86
+ this.ch.t5.vx = this.ch.um;
87
87
  };
88
88
  GeographicHighDensityScatterSeriesView.prototype.au = function () {
89
89
  _super.prototype.au.call(this);
90
90
  if (!this.q) {
91
- this.ch.vc = Defaults.aq;
92
- this.ch.vb = Defaults.ap;
93
- this.ch.sx = Defaults.al;
94
- this.ch.s3 = Defaults.ak;
91
+ this.ch.vd = Defaults.aq;
92
+ this.ch.vc = Defaults.ap;
93
+ this.ch.sy = Defaults.al;
94
+ this.ch.s4 = Defaults.ak;
95
95
  }
96
96
  };
97
97
  GeographicHighDensityScatterSeriesView.$t = markType(GeographicHighDensityScatterSeriesView, 'GeographicHighDensityScatterSeriesView', HostSeriesView.$);
@@ -105,13 +105,13 @@ var GeographicHighDensityScatterSeries = /** @class */ /*@__PURE__*/ (function (
105
105
  __extends(GeographicHighDensityScatterSeries, _super);
106
106
  function GeographicHighDensityScatterSeries() {
107
107
  var _this = _super.call(this) || this;
108
- _this.uc = null;
108
+ _this.ud = null;
109
109
  _this.progressiveLoadStatusChanged = null;
110
- _this.uk = 0;
110
+ _this.ul = 0;
111
111
  _this.ab = GeographicHighDensityScatterSeries.$;
112
112
  return _this;
113
113
  }
114
- GeographicHighDensityScatterSeries.prototype.bg = function () {
114
+ GeographicHighDensityScatterSeries.prototype.bc = function () {
115
115
  return new GeographicHighDensityScatterSeries();
116
116
  };
117
117
  GeographicHighDensityScatterSeries.prototype.iq = function () {
@@ -123,88 +123,88 @@ var GeographicHighDensityScatterSeries = /** @class */ /*@__PURE__*/ (function (
123
123
  GeographicHighDensityScatterSeries.prototype.get_e2 = function () {
124
124
  return true;
125
125
  };
126
- GeographicHighDensityScatterSeries.prototype.ch = function () {
126
+ GeographicHighDensityScatterSeries.prototype.cd = function () {
127
127
  return new GeographicHighDensityScatterSeriesView(this);
128
128
  };
129
- GeographicHighDensityScatterSeries.prototype.o1 = function (a) {
130
- _super.prototype.o1.call(this, a);
131
- this.ud = a;
129
+ GeographicHighDensityScatterSeries.prototype.o2 = function (a) {
130
+ _super.prototype.o2.call(this, a);
131
+ this.ue = a;
132
132
  };
133
- GeographicHighDensityScatterSeries.prototype.t3 = function () {
134
- this.uc = new HighDensityScatterSeries();
135
- return this.uc;
133
+ GeographicHighDensityScatterSeries.prototype.t4 = function () {
134
+ this.ud = new HighDensityScatterSeries();
135
+ return this.ud;
136
136
  };
137
- Object.defineProperty(GeographicHighDensityScatterSeries.prototype, "um", {
137
+ Object.defineProperty(GeographicHighDensityScatterSeries.prototype, "un", {
138
138
  get: function () {
139
- return this.uk;
139
+ return this.ul;
140
140
  },
141
141
  set: function (a) {
142
- var b = this.uk;
143
- this.uk = a;
144
- this.raisePropertyChanged("ProgressiveStatus", b, this.uk);
142
+ var b = this.ul;
143
+ this.ul = a;
144
+ this.raisePropertyChanged("ProgressiveStatus", b, this.ul);
145
145
  },
146
146
  enumerable: false,
147
147
  configurable: true
148
148
  });
149
- GeographicHighDensityScatterSeries.prototype.t9 = function () {
150
- _super.prototype.t9.call(this);
151
- var a = this.t4;
152
- a.progressiveLoadStatusChanged = delegateCombine(a.progressiveLoadStatusChanged, runOn(this, this.u0));
153
- var b = this.t4;
154
- b.propertyUpdated = delegateCombine(b.propertyUpdated, runOn(this, this.uz));
155
- };
156
- GeographicHighDensityScatterSeries.prototype.u0 = function (a, b) {
157
- this.um = b.currentStatus;
149
+ GeographicHighDensityScatterSeries.prototype.ua = function () {
150
+ _super.prototype.ua.call(this);
151
+ var a = this.t5;
152
+ a.progressiveLoadStatusChanged = delegateCombine(a.progressiveLoadStatusChanged, runOn(this, this.u1));
153
+ var b = this.t5;
154
+ b.propertyUpdated = delegateCombine(b.propertyUpdated, runOn(this, this.u0));
155
+ };
156
+ GeographicHighDensityScatterSeries.prototype.u1 = function (a, b) {
157
+ this.un = b.currentStatus;
158
158
  if (this.progressiveLoadStatusChanged != null) {
159
159
  this.progressiveLoadStatusChanged(this, b);
160
160
  }
161
161
  };
162
- GeographicHighDensityScatterSeries.prototype.uz = function (a, b) {
163
- if (this.uc == null) {
162
+ GeographicHighDensityScatterSeries.prototype.u0 = function (a, b) {
163
+ if (this.ud == null) {
164
164
  return;
165
165
  }
166
166
  };
167
- GeographicHighDensityScatterSeries.prototype.o9 = function (a, b, c, d) {
168
- _super.prototype.o9.call(this, a, b, c, d);
167
+ GeographicHighDensityScatterSeries.prototype.pa = function (a, b, c, d) {
168
+ _super.prototype.pa.call(this, a, b, c, d);
169
169
  switch (b) {
170
170
  case "SeriesViewer":
171
- this.ud.cr();
171
+ this.ue.cr();
172
172
  break;
173
173
  case GeographicHighDensityScatterSeries.$$p[5]:
174
- this.ud.cn();
174
+ this.ue.cn();
175
175
  break;
176
176
  case GeographicHighDensityScatterSeries.$$p[4]:
177
- this.ud.cm();
177
+ this.ue.cm();
178
178
  break;
179
179
  case GeographicHighDensityScatterSeries.$$p[9]:
180
- this.ud.cs();
180
+ this.ue.cs();
181
181
  break;
182
182
  case GeographicHighDensityScatterSeries.$$p[8]:
183
- this.ud.cq();
183
+ this.ue.cq();
184
184
  break;
185
185
  case GeographicHighDensityScatterSeries.$$p[6]:
186
- this.ud.co();
186
+ this.ue.co();
187
187
  break;
188
188
  case "XAxis":
189
- this.ud.ct();
189
+ this.ue.ct();
190
190
  break;
191
191
  case "YAxis":
192
- this.ud.cu();
192
+ this.ue.cu();
193
193
  break;
194
194
  case GeographicHighDensityScatterSeries.$$p[3]:
195
- this.ud.cl();
195
+ this.ue.cl();
196
196
  break;
197
197
  case GeographicHighDensityScatterSeries.$$p[1]:
198
- this.ud.cj();
198
+ this.ue.cj();
199
199
  break;
200
200
  case GeographicHighDensityScatterSeries.$$p[2]:
201
- this.ud.ck();
201
+ this.ue.ck();
202
202
  break;
203
203
  case GeographicHighDensityScatterSeries.$$p[0]:
204
- this.ud.ci();
204
+ this.ue.ci();
205
205
  break;
206
206
  case GeographicHighDensityScatterSeries.$$p[7]:
207
- this.ud.cp();
207
+ this.ue.cp();
208
208
  break;
209
209
  }
210
210
  };
@@ -215,7 +215,7 @@ var GeographicHighDensityScatterSeries = /** @class */ /*@__PURE__*/ (function (
215
215
  _super.prototype.set_gg.call(this, a);
216
216
  };
217
217
  GeographicHighDensityScatterSeries.$t = markType(GeographicHighDensityScatterSeries, 'GeographicHighDensityScatterSeries', GeographicMapSeriesHost.$);
218
- GeographicHighDensityScatterSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicHighDensityScatterSeries, 'raisePropertyChanged', ['HeatMaximumColor:vb:u1', [Color.$, Defaults.ap], 'HeatMaximum:uh:u2', [1, 50], 'HeatMinimumColor:vc:u3', [Color.$, Defaults.aq], 'HeatMinimum:ui:u4', [1, 0], 'LatitudeMemberPath:ur:u5', [2, null], 'LongitudeMemberPath:ut:u6', [2, null], 'MouseOverEnabled:ue:u7', [0, false], 'PointExtent:ul:u8', [1, 1], 'ProgressiveLoad:uf:u9', [0, true], 'UseBruteForce:ug:va', [0, false]]);
218
+ GeographicHighDensityScatterSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicHighDensityScatterSeries, 'raisePropertyChanged', ['HeatMaximumColor:vc:u2', [Color.$, Defaults.ap], 'HeatMaximum:ui:u3', [1, 50], 'HeatMinimumColor:vd:u4', [Color.$, Defaults.aq], 'HeatMinimum:uj:u5', [1, 0], 'LatitudeMemberPath:us:u6', [2, null], 'LongitudeMemberPath:uu:u7', [2, null], 'MouseOverEnabled:uf:u8', [0, false], 'PointExtent:um:u9', [1, 1], 'ProgressiveLoad:ug:va', [0, true], 'UseBruteForce:uh:vb', [0, false]]);
219
219
  return GeographicHighDensityScatterSeries;
220
220
  }(GeographicMapSeriesHost));
221
221
  export { GeographicHighDensityScatterSeries };