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
@@ -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.uf;
42
+ return this.i.ug;
43
43
  }
44
44
  set longitudeMemberPath(v) {
45
- this.i.uf = v;
45
+ this.i.ug = 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.ud;
51
+ return this.i.ue;
52
52
  }
53
53
  set latitudeMemberPath(v) {
54
- this.i.ud = v;
54
+ this.i.ue = 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.uc;
61
+ return this.i.ud;
62
62
  }
63
63
  set trianglesSource(v) {
64
- this.i.uc = v;
64
+ this.i.ud = 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.ui;
70
+ return this.i.uj;
71
71
  }
72
72
  set triangleVertexMemberPath1(v) {
73
- this.i.ui = v;
73
+ this.i.uj = 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.uk;
79
+ return this.i.ul;
80
80
  }
81
81
  set triangleVertexMemberPath2(v) {
82
- this.i.uk = v;
82
+ this.i.ul = 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.um;
88
+ return this.i.un;
89
89
  }
90
90
  set triangleVertexMemberPath3(v) {
91
- this.i.um = v;
91
+ this.i.un = 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 });
@@ -24,20 +24,20 @@ export let IgxTileSeriesComponent = /*@__PURE__*/ (() => {
24
24
  * Gets whether the current series shows a tile imagery.
25
25
  */
26
26
  get isTile() {
27
- return this.i.fg;
27
+ return this.i.fh;
28
28
  }
29
29
  /**
30
30
  * The MapImagery which is used to provide the tiles for display.
31
31
  */
32
32
  get tileImagery() {
33
- const r = this.i.ww;
33
+ const r = this.i.wx;
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.ww = null : this.i.ww = v.i;
40
+ v == null ? this.i.wx = null : this.i.wx = v.i;
41
41
  }
42
42
  findByName(name) {
43
43
  var baseResult = super.findByName(name);
@@ -28,24 +28,24 @@ var GeographicContourLineSeriesView = /** @class */ /*@__PURE__*/ (function (_su
28
28
  GeographicContourLineSeriesView.prototype.au = function () {
29
29
  _super.prototype.au.call(this);
30
30
  if (!this.q) {
31
- this.cp.iu = Defaults.m;
31
+ this.cp.iv = Defaults.m;
32
32
  }
33
33
  };
34
34
  GeographicContourLineSeriesView.prototype.b5 = function () {
35
35
  _super.prototype.b5.call(this);
36
- if (this.cp.t3 != null) {
37
- this.cp.uv.vy = this.cp.uy;
38
- this.cp.uv.v8 = this.cp.u2;
36
+ if (this.cp.t4 != null) {
37
+ this.cp.uw.vz = this.cp.uz;
38
+ this.cp.uw.v9 = this.cp.u3;
39
39
  }
40
40
  };
41
41
  GeographicContourLineSeriesView.prototype.cq = function () {
42
- if (this.cp.uv != null) {
43
- this.cp.uv.vy = this.cp.uy;
42
+ if (this.cp.uw != null) {
43
+ this.cp.uw.vz = this.cp.uz;
44
44
  }
45
45
  };
46
46
  GeographicContourLineSeriesView.prototype.cr = function () {
47
- if (this.cp.uv != null) {
48
- this.cp.uv.v8 = this.cp.u2;
47
+ if (this.cp.uw != null) {
48
+ this.cp.uw.v9 = this.cp.u3;
49
49
  }
50
50
  };
51
51
  GeographicContourLineSeriesView.$t = markType(GeographicContourLineSeriesView, 'GeographicContourLineSeriesView', GeographicXYTriangulatingSeriesView.$);
@@ -63,72 +63,75 @@ var GeographicContourLineSeries = /** @class */ /*@__PURE__*/ (function (_super)
63
63
  _this.ab = GeographicContourLineSeries.$;
64
64
  return _this;
65
65
  }
66
- GeographicContourLineSeries.prototype.get_ew = function () {
66
+ GeographicContourLineSeries.prototype.bg = function () {
67
+ return new GeographicContourLineSeries();
68
+ };
69
+ GeographicContourLineSeries.prototype.get_ex = function () {
67
70
  return true;
68
71
  };
69
- GeographicContourLineSeries.prototype.t8 = function () {
70
- _super.prototype.t8.call(this);
72
+ GeographicContourLineSeries.prototype.t9 = function () {
73
+ _super.prototype.t9.call(this);
71
74
  };
72
- GeographicContourLineSeries.prototype.t2 = function () {
73
- this.uv = new ScatterContourSeries();
74
- var a = this.uv;
75
- a.triangulationStatusChanged = delegateCombine(a.triangulationStatusChanged, runOn(this, this.u5));
76
- var b = this.uv;
77
- b.propertyUpdated = delegateCombine(b.propertyUpdated, runOn(this, this.u6));
78
- return this.uv;
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;
79
82
  };
80
- GeographicContourLineSeries.prototype.u5 = function (a, b) {
83
+ GeographicContourLineSeries.prototype.u6 = function (a, b) {
81
84
  if (this.triangulationStatusChanged != null) {
82
85
  this.triangulationStatusChanged(this, b);
83
86
  }
84
87
  };
85
- GeographicContourLineSeries.prototype.u6 = function (a, b) {
86
- var c = typeCast(ScatterContourSeries.$, this.t3);
88
+ GeographicContourLineSeries.prototype.u7 = function (a, b) {
89
+ var c = typeCast(ScatterContourSeries.$, this.t4);
87
90
  if (c == null) {
88
91
  return;
89
92
  }
90
93
  if (b.propertyName == "ActualFillScale") {
91
- this.ux = c.vx;
94
+ this.uy = c.vy;
92
95
  }
93
96
  };
94
- GeographicContourLineSeries.prototype.qd = function () {
95
- _super.prototype.qd.call(this);
97
+ GeographicContourLineSeries.prototype.qe = function () {
98
+ _super.prototype.qe.call(this);
96
99
  };
97
- GeographicContourLineSeries.prototype.cg = function () {
100
+ GeographicContourLineSeries.prototype.ch = function () {
98
101
  return new GeographicContourLineSeriesView(this);
99
102
  };
100
- GeographicContourLineSeries.prototype.o0 = function (a) {
101
- _super.prototype.o0.call(this, a);
102
- this.uz = a;
103
+ GeographicContourLineSeries.prototype.o1 = function (a) {
104
+ _super.prototype.o1.call(this, a);
105
+ this.u0 = a;
103
106
  };
104
- GeographicContourLineSeries.prototype.o8 = function (a, b, c, d) {
105
- _super.prototype.o8.call(this, a, b, c, d);
107
+ GeographicContourLineSeries.prototype.o9 = function (a, b, c, d) {
108
+ _super.prototype.o9.call(this, a, b, c, d);
106
109
  switch (b) {
107
110
  case GeographicContourLineSeries.$$p[1]:
108
- this.uz.cq();
111
+ this.u0.cq();
109
112
  break;
110
113
  case GeographicContourLineSeries.$$p[2]:
111
- this.uz.cr();
114
+ this.u0.cr();
112
115
  break;
113
116
  case GeographicContourLineSeries.$$p[3]:
114
- this.uv.vv = this.uu;
117
+ this.uw.vw = this.uv;
115
118
  break;
116
119
  case "DashArray":
117
- this.uv.s7 = this.s7;
120
+ this.uw.s8 = this.s8;
118
121
  break;
119
122
  case "DashCap":
120
- this.uv.s8 = this.s8;
123
+ this.uw.s9 = this.s9;
121
124
  break;
122
125
  case "MiterLimit":
123
- this.uv.il = this.il;
126
+ this.uw.im = this.im;
124
127
  break;
125
128
  case "LineJoin":
126
- this.uv.ta = this.ta;
129
+ this.uw.tb = this.tb;
127
130
  break;
128
131
  }
129
132
  };
130
133
  GeographicContourLineSeries.$t = markType(GeographicContourLineSeries, 'GeographicContourLineSeries', GeographicXYTriangulatingSeries.$);
131
- GeographicContourLineSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicContourLineSeries, 'raisePropertyChanged', ['ActualFillScale:ux:u7', [ValueBrushScale.$, null], 'FillScale:uy:u8', [ValueBrushScale.$, null], 'ValueMemberPath:u2:u9', [2, "value"], 'ValueResolver:uu:va', [ContourValueResolver.$, null]]);
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]]);
132
135
  return GeographicContourLineSeries;
133
136
  }(GeographicXYTriangulatingSeries));
134
137
  export { GeographicContourLineSeries };
@@ -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.t3);
31
- a.wb = this.ch.us;
32
- a.wj = this.ch.uq;
30
+ var a = typeCast(HighDensityScatterSeries.$, this.ch.t4);
31
+ a.wc = this.ch.ut;
32
+ a.wk = this.ch.ur;
33
+ a.up = this.ch.ug;
33
34
  a.uo = this.ch.uf;
34
- a.un = this.ch.ue;
35
- a.fk = this.ch.ud;
35
+ a.fl = this.ch.ue;
36
+ a.vk = this.ch.ui;
36
37
  a.vj = this.ch.uh;
37
- a.vi = this.ch.ug;
38
+ a.xi = this.ch.vc;
38
39
  a.xh = this.ch.vb;
39
- a.xg = this.ch.va;
40
- a.vv = this.ch.uk;
40
+ a.vw = this.ch.ul;
41
41
  };
42
42
  GeographicHighDensityScatterSeriesView.prototype.cn = function () {
43
- this.ch.t3.wb = this.ch.us;
43
+ this.ch.t4.wc = this.ch.ut;
44
44
  };
45
45
  GeographicHighDensityScatterSeriesView.prototype.cm = function () {
46
- this.ch.t3.wj = this.ch.uq;
46
+ this.ch.t4.wk = this.ch.ur;
47
47
  };
48
48
  GeographicHighDensityScatterSeriesView.prototype.cs = function () {
49
- this.ch.t3.uo = this.ch.uf;
49
+ this.ch.t4.up = this.ch.ug;
50
50
  };
51
51
  GeographicHighDensityScatterSeriesView.prototype.cq = function () {
52
- this.ch.t3.un = this.ch.ue;
52
+ this.ch.t4.uo = this.ch.uf;
53
53
  };
54
54
  GeographicHighDensityScatterSeriesView.prototype.co = function () {
55
- this.ch.t3.fk = this.ch.ud;
55
+ this.ch.t4.fl = this.ch.ue;
56
56
  };
57
57
  GeographicHighDensityScatterSeriesView.prototype.cl = function () {
58
- this.ch.t3.vj = this.ch.uh;
58
+ this.ch.t4.vk = this.ch.ui;
59
59
  };
60
60
  GeographicHighDensityScatterSeriesView.prototype.cj = function () {
61
- this.ch.t3.vi = this.ch.ug;
61
+ this.ch.t4.vj = this.ch.uh;
62
62
  };
63
63
  GeographicHighDensityScatterSeriesView.prototype.cr = function () {
64
- var a = typeCast(HighDensityScatterSeries.$, this.ch.t3);
65
- if (this.ch.cy == null) {
66
- a.t8 = null;
67
- a.ua = null;
64
+ var a = typeCast(HighDensityScatterSeries.$, this.ch.t4);
65
+ if (this.ch.cz == null) {
66
+ a.t9 = null;
67
+ a.ub = null;
68
68
  return;
69
69
  }
70
- a.t8 = this.ch.cy.ua;
71
- a.ua = this.ch.cy.uc;
70
+ a.t9 = this.ch.cz.ua;
71
+ a.ub = this.ch.cz.uc;
72
72
  };
73
73
  GeographicHighDensityScatterSeriesView.prototype.ct = function () {
74
- this.ch.t3.t8 = this.ch.cy.ua;
74
+ this.ch.t4.t9 = this.ch.cz.ua;
75
75
  };
76
76
  GeographicHighDensityScatterSeriesView.prototype.cu = function () {
77
- this.ch.t3.ua = this.ch.cy.uc;
77
+ this.ch.t4.ub = this.ch.cz.uc;
78
78
  };
79
79
  GeographicHighDensityScatterSeriesView.prototype.ck = function () {
80
- this.ch.t3.xh = this.ch.vb;
80
+ this.ch.t4.xi = this.ch.vc;
81
81
  };
82
82
  GeographicHighDensityScatterSeriesView.prototype.ci = function () {
83
- this.ch.t3.xg = this.ch.va;
83
+ this.ch.t4.xh = this.ch.vb;
84
84
  };
85
85
  GeographicHighDensityScatterSeriesView.prototype.cp = function () {
86
- this.ch.t3.vv = this.ch.uk;
86
+ this.ch.t4.vw = this.ch.ul;
87
87
  };
88
88
  GeographicHighDensityScatterSeriesView.prototype.au = function () {
89
89
  _super.prototype.au.call(this);
90
90
  if (!this.q) {
91
- this.ch.vb = Defaults.aq;
92
- this.ch.va = Defaults.ap;
93
- this.ch.sw = Defaults.al;
94
- this.ch.s2 = Defaults.ak;
91
+ this.ch.vc = Defaults.aq;
92
+ this.ch.vb = Defaults.ap;
93
+ this.ch.sx = Defaults.al;
94
+ this.ch.s3 = Defaults.ak;
95
95
  }
96
96
  };
97
97
  GeographicHighDensityScatterSeriesView.$t = markType(GeographicHighDensityScatterSeriesView, 'GeographicHighDensityScatterSeriesView', HostSeriesView.$);
@@ -105,114 +105,117 @@ var GeographicHighDensityScatterSeries = /** @class */ /*@__PURE__*/ (function (
105
105
  __extends(GeographicHighDensityScatterSeries, _super);
106
106
  function GeographicHighDensityScatterSeries() {
107
107
  var _this = _super.call(this) || this;
108
- _this.ub = null;
108
+ _this.uc = null;
109
109
  _this.progressiveLoadStatusChanged = null;
110
- _this.uj = 0;
110
+ _this.uk = 0;
111
111
  _this.ab = GeographicHighDensityScatterSeries.$;
112
112
  return _this;
113
113
  }
114
- GeographicHighDensityScatterSeries.prototype.ip = function () {
115
- if (!isNaN_(this.io)) {
116
- return _super.prototype.ip.call(this);
114
+ GeographicHighDensityScatterSeries.prototype.bg = function () {
115
+ return new GeographicHighDensityScatterSeries();
116
+ };
117
+ GeographicHighDensityScatterSeries.prototype.iq = function () {
118
+ if (!isNaN_(this.ip)) {
119
+ return _super.prototype.iq.call(this);
117
120
  }
118
121
  return Defaults.q;
119
122
  };
120
- GeographicHighDensityScatterSeries.prototype.get_e1 = function () {
123
+ GeographicHighDensityScatterSeries.prototype.get_e2 = function () {
121
124
  return true;
122
125
  };
123
- GeographicHighDensityScatterSeries.prototype.cg = function () {
126
+ GeographicHighDensityScatterSeries.prototype.ch = function () {
124
127
  return new GeographicHighDensityScatterSeriesView(this);
125
128
  };
126
- GeographicHighDensityScatterSeries.prototype.o0 = function (a) {
127
- _super.prototype.o0.call(this, a);
128
- this.uc = a;
129
+ GeographicHighDensityScatterSeries.prototype.o1 = function (a) {
130
+ _super.prototype.o1.call(this, a);
131
+ this.ud = a;
129
132
  };
130
- GeographicHighDensityScatterSeries.prototype.t2 = function () {
131
- this.ub = new HighDensityScatterSeries();
132
- return this.ub;
133
+ GeographicHighDensityScatterSeries.prototype.t3 = function () {
134
+ this.uc = new HighDensityScatterSeries();
135
+ return this.uc;
133
136
  };
134
- Object.defineProperty(GeographicHighDensityScatterSeries.prototype, "ul", {
137
+ Object.defineProperty(GeographicHighDensityScatterSeries.prototype, "um", {
135
138
  get: function () {
136
- return this.uj;
139
+ return this.uk;
137
140
  },
138
141
  set: function (a) {
139
- var b = this.uj;
140
- this.uj = a;
141
- this.raisePropertyChanged("ProgressiveStatus", b, this.uj);
142
+ var b = this.uk;
143
+ this.uk = a;
144
+ this.raisePropertyChanged("ProgressiveStatus", b, this.uk);
142
145
  },
143
146
  enumerable: false,
144
147
  configurable: true
145
148
  });
146
- GeographicHighDensityScatterSeries.prototype.t8 = function () {
147
- _super.prototype.t8.call(this);
148
- var a = this.t3;
149
- a.progressiveLoadStatusChanged = delegateCombine(a.progressiveLoadStatusChanged, runOn(this, this.uz));
150
- var b = this.t3;
151
- b.propertyUpdated = delegateCombine(b.propertyUpdated, runOn(this, this.uy));
152
- };
153
- GeographicHighDensityScatterSeries.prototype.uz = function (a, b) {
154
- this.ul = b.currentStatus;
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;
155
158
  if (this.progressiveLoadStatusChanged != null) {
156
159
  this.progressiveLoadStatusChanged(this, b);
157
160
  }
158
161
  };
159
- GeographicHighDensityScatterSeries.prototype.uy = function (a, b) {
160
- if (this.ub == null) {
162
+ GeographicHighDensityScatterSeries.prototype.uz = function (a, b) {
163
+ if (this.uc == null) {
161
164
  return;
162
165
  }
163
166
  };
164
- GeographicHighDensityScatterSeries.prototype.o8 = function (a, b, c, d) {
165
- _super.prototype.o8.call(this, a, b, c, d);
167
+ GeographicHighDensityScatterSeries.prototype.o9 = function (a, b, c, d) {
168
+ _super.prototype.o9.call(this, a, b, c, d);
166
169
  switch (b) {
167
170
  case "SeriesViewer":
168
- this.uc.cr();
171
+ this.ud.cr();
169
172
  break;
170
173
  case GeographicHighDensityScatterSeries.$$p[5]:
171
- this.uc.cn();
174
+ this.ud.cn();
172
175
  break;
173
176
  case GeographicHighDensityScatterSeries.$$p[4]:
174
- this.uc.cm();
177
+ this.ud.cm();
175
178
  break;
176
179
  case GeographicHighDensityScatterSeries.$$p[9]:
177
- this.uc.cs();
180
+ this.ud.cs();
178
181
  break;
179
182
  case GeographicHighDensityScatterSeries.$$p[8]:
180
- this.uc.cq();
183
+ this.ud.cq();
181
184
  break;
182
185
  case GeographicHighDensityScatterSeries.$$p[6]:
183
- this.uc.co();
186
+ this.ud.co();
184
187
  break;
185
188
  case "XAxis":
186
- this.uc.ct();
189
+ this.ud.ct();
187
190
  break;
188
191
  case "YAxis":
189
- this.uc.cu();
192
+ this.ud.cu();
190
193
  break;
191
194
  case GeographicHighDensityScatterSeries.$$p[3]:
192
- this.uc.cl();
195
+ this.ud.cl();
193
196
  break;
194
197
  case GeographicHighDensityScatterSeries.$$p[1]:
195
- this.uc.cj();
198
+ this.ud.cj();
196
199
  break;
197
200
  case GeographicHighDensityScatterSeries.$$p[2]:
198
- this.uc.ck();
201
+ this.ud.ck();
199
202
  break;
200
203
  case GeographicHighDensityScatterSeries.$$p[0]:
201
- this.uc.ci();
204
+ this.ud.ci();
202
205
  break;
203
206
  case GeographicHighDensityScatterSeries.$$p[7]:
204
- this.uc.cp();
207
+ this.ud.cp();
205
208
  break;
206
209
  }
207
210
  };
208
- GeographicHighDensityScatterSeries.prototype.get_gf = function () {
211
+ GeographicHighDensityScatterSeries.prototype.get_gg = function () {
209
212
  return true;
210
213
  };
211
- GeographicHighDensityScatterSeries.prototype.set_gf = function (a) {
212
- _super.prototype.set_gf.call(this, a);
214
+ GeographicHighDensityScatterSeries.prototype.set_gg = function (a) {
215
+ _super.prototype.set_gg.call(this, a);
213
216
  };
214
217
  GeographicHighDensityScatterSeries.$t = markType(GeographicHighDensityScatterSeries, 'GeographicHighDensityScatterSeries', GeographicMapSeriesHost.$);
215
- GeographicHighDensityScatterSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicHighDensityScatterSeries, 'raisePropertyChanged', ['HeatMaximumColor:va:u0', [Color.$, Defaults.ap], 'HeatMaximum:ug:u1', [1, 50], 'HeatMinimumColor:vb:u2', [Color.$, Defaults.aq], 'HeatMinimum:uh:u3', [1, 0], 'LatitudeMemberPath:uq:u4', [2, null], 'LongitudeMemberPath:us:u5', [2, null], 'MouseOverEnabled:ud:u6', [0, false], 'PointExtent:uk:u7', [1, 1], 'ProgressiveLoad:ue:u8', [0, true], 'UseBruteForce:uf:u9', [0, false]]);
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]]);
216
219
  return GeographicHighDensityScatterSeries;
217
220
  }(GeographicMapSeriesHost));
218
221
  export { GeographicHighDensityScatterSeries };