igniteui-angular-maps 18.2.0-beta.0 → 18.2.0-beta.2

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 +1266 -1266
  2. package/bundles/igniteui-angular-maps.umd.min.js +1 -1
  3. package/esm2015/lib/GeographicContourLineSeriesView_combined.js +35 -35
  4. package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +71 -71
  5. package/esm2015/lib/GeographicMapSeriesHost_combined.js +165 -165
  6. package/esm2015/lib/GeographicMarkerSeries.js +26 -26
  7. package/esm2015/lib/GeographicPolylineSeriesView_combined.js +15 -15
  8. package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +87 -87
  9. package/esm2015/lib/GeographicShapeSeriesBase_combined.js +58 -58
  10. package/esm2015/lib/GeographicShapeSeriesView_combined.js +50 -50
  11. package/esm2015/lib/GeographicSymbolSeriesView_combined.js +54 -54
  12. package/esm2015/lib/GeographicTileSeries.js +27 -27
  13. package/esm2015/lib/TileSeries_combined.js +80 -80
  14. package/esm2015/lib/XamGeographicMap_combined.js +376 -376
  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 +37 -37
  18. package/esm2015/lib/igx-geographic-map-series-host-component.js +11 -11
  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 +22 -22
  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 +35 -35
  30. package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +71 -71
  31. package/esm5/lib/GeographicMapSeriesHost_combined.js +163 -163
  32. package/esm5/lib/GeographicMarkerSeries.js +26 -26
  33. package/esm5/lib/GeographicPolylineSeriesView_combined.js +15 -15
  34. package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +87 -87
  35. package/esm5/lib/GeographicShapeSeriesBase_combined.js +57 -57
  36. package/esm5/lib/GeographicShapeSeriesView_combined.js +50 -50
  37. package/esm5/lib/GeographicSymbolSeriesView_combined.js +54 -54
  38. package/esm5/lib/GeographicTileSeries.js +26 -26
  39. package/esm5/lib/TileSeries_combined.js +78 -78
  40. package/esm5/lib/XamGeographicMap_combined.js +370 -370
  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 +37 -37
  44. package/esm5/lib/igx-geographic-map-series-host-component.js +11 -11
  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 +22 -22
  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 +1278 -1278
  56. package/fesm5/igniteui-angular-maps.js +1266 -1266
  57. package/lib/GeographicContourLineSeriesView_combined.d.ts +13 -13
  58. package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +19 -19
  59. package/lib/GeographicMapSeriesHost_combined.d.ts +28 -28
  60. package/lib/GeographicMarkerSeries.d.ts +14 -14
  61. package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
  62. package/lib/GeographicPolylineSeriesView_combined.d.ts +7 -7
  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 +20 -20
  67. package/lib/GeographicShapeSeriesView_combined.d.ts +23 -23
  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 +19 -19
  73. package/lib/XamGeographicMap_combined.d.ts +81 -81
  74. package/package.json +2 -2
@@ -40,64 +40,64 @@ export let IgxGeographicSymbolSeriesComponent = /*@__PURE__*/ (() => {
40
40
  * The name of the property of ItemsSource items which contains the latitude coordinate of the symbol.
41
41
  */
42
42
  get latitudeMemberPath() {
43
- return this.i.yk;
43
+ return this.i.ym;
44
44
  }
45
45
  set latitudeMemberPath(v) {
46
- this.i.yk = v;
46
+ this.i.ym = v;
47
47
  }
48
48
  /**
49
49
  * The name of the property of ItemsSource items which contains the longitude coordinate of the symbol.
50
50
  */
51
51
  get longitudeMemberPath() {
52
- return this.i.ym;
52
+ return this.i.yo;
53
53
  }
54
54
  set longitudeMemberPath(v) {
55
- this.i.ym = v;
55
+ this.i.yo = v;
56
56
  }
57
57
  /**
58
58
  * The desired behavior for markers in this series which are placed too close together for the current view, resulting in a collision.
59
59
  */
60
60
  get markerCollisionAvoidance() {
61
- return this.i.x6;
61
+ return this.i.x8;
62
62
  }
63
63
  set markerCollisionAvoidance(v) {
64
- this.i.x6 = ensureEnum(CollisionAvoidanceType_$type, v);
64
+ this.i.x8 = ensureEnum(CollisionAvoidanceType_$type, v);
65
65
  }
66
66
  /**
67
67
  * Gets or sets whether this Scatter series should allow custom style overrides of its individual visuals.
68
68
  */
69
69
  get isCustomScatterStyleAllowed() {
70
- return this.i.yd;
70
+ return this.i.yf;
71
71
  }
72
72
  set isCustomScatterStyleAllowed(v) {
73
- this.i.yd = ensureBool(v);
73
+ this.i.yf = ensureBool(v);
74
74
  }
75
75
  /**
76
76
  * Gets or sets whether this Scatter series should allow custom style overrides of its individual marker visuals.
77
77
  */
78
78
  get isCustomScatterMarkerStyleAllowed() {
79
- return this.i.yc;
79
+ return this.i.ye;
80
80
  }
81
81
  set isCustomScatterMarkerStyleAllowed(v) {
82
- this.i.yc = ensureBool(v);
82
+ this.i.ye = ensureBool(v);
83
83
  }
84
84
  /**
85
85
  * Gets or sets the mode the series will use to find the closest point to the cursor.
86
86
  */
87
87
  get itemSearchMode() {
88
- return this.i.x7;
88
+ return this.i.x9;
89
89
  }
90
90
  set itemSearchMode(v) {
91
- this.i.x7 = ensureEnum(ScatterItemSearchMode_$type, v);
91
+ this.i.x9 = ensureEnum(ScatterItemSearchMode_$type, v);
92
92
  }
93
93
  /**
94
94
  * Gets or sets the threshold to use when searching for items using ItemSearchMode.
95
95
  */
96
96
  get itemSearchThreshold() {
97
- return this.i.yf;
97
+ return this.i.yh;
98
98
  }
99
99
  set itemSearchThreshold(v) {
100
- this.i.yf = +v;
100
+ this.i.yh = +v;
101
101
  }
102
102
  /**
103
103
  * Event raised when Assigning Category Style
@@ -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.yf;
37
+ const r = this.i.yh;
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.yf = null : this.i.yf = v.i;
44
+ v == null ? this.i.yh = null : this.i.yh = 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.yj();
61
+ this.i.yl();
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.xa;
42
+ return this.i.xc;
43
43
  }
44
44
  set longitudeMemberPath(v) {
45
- this.i.xa = v;
45
+ this.i.xc = 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.w8;
51
+ return this.i.xa;
52
52
  }
53
53
  set latitudeMemberPath(v) {
54
- this.i.w8 = v;
54
+ this.i.xa = 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.w7;
61
+ return this.i.w9;
62
62
  }
63
63
  set trianglesSource(v) {
64
- this.i.w7 = v;
64
+ this.i.w9 = 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.xd;
70
+ return this.i.xf;
71
71
  }
72
72
  set triangleVertexMemberPath1(v) {
73
- this.i.xd = v;
73
+ this.i.xf = 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.xf;
79
+ return this.i.xh;
80
80
  }
81
81
  set triangleVertexMemberPath2(v) {
82
- this.i.xf = v;
82
+ this.i.xh = 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.xh;
88
+ return this.i.xj;
89
89
  }
90
90
  set triangleVertexMemberPath3(v) {
91
- this.i.xh = v;
91
+ this.i.xj = 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.z9;
33
+ const r = this.i.aab;
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.z9 = null : this.i.z9 = v.i;
40
+ v == null ? this.i.aab = null : this.i.aab = 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.wy != null) {
37
- this.cp.xq.yt = this.cp.xt;
38
- this.cp.xq.y3 = this.cp.xx;
36
+ if (this.cp.w0 != null) {
37
+ this.cp.xs.yv = this.cp.xv;
38
+ this.cp.xs.y5 = this.cp.xz;
39
39
  }
40
40
  };
41
41
  GeographicContourLineSeriesView.prototype.cq = function () {
42
- if (this.cp.xq != null) {
43
- this.cp.xq.yt = this.cp.xt;
42
+ if (this.cp.xs != null) {
43
+ this.cp.xs.yv = this.cp.xv;
44
44
  }
45
45
  };
46
46
  GeographicContourLineSeriesView.prototype.cr = function () {
47
- if (this.cp.xq != null) {
48
- this.cp.xq.y3 = this.cp.xx;
47
+ if (this.cp.xs != null) {
48
+ this.cp.xs.y5 = this.cp.xz;
49
49
  }
50
50
  };
51
51
  GeographicContourLineSeriesView.$t = markType(GeographicContourLineSeriesView, 'GeographicContourLineSeriesView', GeographicXYTriangulatingSeriesView.$);
@@ -69,69 +69,69 @@ var GeographicContourLineSeries = /** @class */ /*@__PURE__*/ (function (_super)
69
69
  GeographicContourLineSeries.prototype.get_fj = function () {
70
70
  return true;
71
71
  };
72
- GeographicContourLineSeries.prototype.w3 = function (a, b) {
73
- _super.prototype.w3.call(this, a, b);
72
+ GeographicContourLineSeries.prototype.w5 = function (a, b) {
73
+ _super.prototype.w5.call(this, a, b);
74
74
  };
75
- GeographicContourLineSeries.prototype.wx = function () {
76
- this.xq = new ScatterContourSeries();
77
- var a = this.xq;
78
- a.triangulationStatusChanged = delegateCombine(a.triangulationStatusChanged, runOn(this, this.x0));
79
- var b = this.xq;
80
- b.propertyUpdated = delegateCombine(b.propertyUpdated, runOn(this, this.x1));
81
- return this.xq;
75
+ GeographicContourLineSeries.prototype.wz = function () {
76
+ this.xs = new ScatterContourSeries();
77
+ var a = this.xs;
78
+ a.triangulationStatusChanged = delegateCombine(a.triangulationStatusChanged, runOn(this, this.x2));
79
+ var b = this.xs;
80
+ b.propertyUpdated = delegateCombine(b.propertyUpdated, runOn(this, this.x3));
81
+ return this.xs;
82
82
  };
83
- GeographicContourLineSeries.prototype.x0 = function (a, b) {
83
+ GeographicContourLineSeries.prototype.x2 = function (a, b) {
84
84
  if (this.triangulationStatusChanged != null) {
85
85
  this.triangulationStatusChanged(this, b);
86
86
  }
87
87
  };
88
- GeographicContourLineSeries.prototype.x1 = function (a, b) {
89
- var c = typeCast(ScatterContourSeries.$, this.wy);
88
+ GeographicContourLineSeries.prototype.x3 = function (a, b) {
89
+ var c = typeCast(ScatterContourSeries.$, this.w0);
90
90
  if (c == null) {
91
91
  return;
92
92
  }
93
93
  if (b.propertyName == "ActualFillScale") {
94
- this.xs = c.ys;
94
+ this.xu = c.yu;
95
95
  }
96
96
  };
97
- GeographicContourLineSeries.prototype.sf = function () {
98
- _super.prototype.sf.call(this);
97
+ GeographicContourLineSeries.prototype.sh = function () {
98
+ _super.prototype.sh.call(this);
99
99
  };
100
100
  GeographicContourLineSeries.prototype.cs = function () {
101
101
  return new GeographicContourLineSeriesView(this);
102
102
  };
103
- GeographicContourLineSeries.prototype.qz = function (a) {
104
- _super.prototype.qz.call(this, a);
105
- this.xu = a;
103
+ GeographicContourLineSeries.prototype.q1 = function (a) {
104
+ _super.prototype.q1.call(this, a);
105
+ this.xw = a;
106
106
  };
107
- GeographicContourLineSeries.prototype.q7 = function (a, b, c, d) {
108
- _super.prototype.q7.call(this, a, b, c, d);
107
+ GeographicContourLineSeries.prototype.q9 = function (a, b, c, d) {
108
+ _super.prototype.q9.call(this, a, b, c, d);
109
109
  switch (b) {
110
110
  case GeographicContourLineSeries.$$p[1]:
111
- this.xu.cq();
111
+ this.xw.cq();
112
112
  break;
113
113
  case GeographicContourLineSeries.$$p[2]:
114
- this.xu.cr();
114
+ this.xw.cr();
115
115
  break;
116
116
  case GeographicContourLineSeries.$$p[3]:
117
- this.xq.yq = this.xp;
117
+ this.xs.ys = this.xr;
118
118
  break;
119
119
  case "DashArray":
120
- this.xq.v0 = this.v0;
120
+ this.xs.v2 = this.v2;
121
121
  break;
122
122
  case "DashCap":
123
- this.xq.v1 = this.v1;
123
+ this.xs.v3 = this.v3;
124
124
  break;
125
125
  case "MiterLimit":
126
- this.xq.jh = this.jh;
126
+ this.xs.jh = this.jh;
127
127
  break;
128
128
  case "LineJoin":
129
- this.xq.v3 = this.v3;
129
+ this.xs.v5 = this.v5;
130
130
  break;
131
131
  }
132
132
  };
133
133
  GeographicContourLineSeries.$t = markType(GeographicContourLineSeries, 'GeographicContourLineSeries', GeographicXYTriangulatingSeries.$);
134
- GeographicContourLineSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicContourLineSeries, 'raisePropertyChanged', ['ActualFillScale:xs:x2', [ValueBrushScale.$, null], 'FillScale:xt:x3', [ValueBrushScale.$, null], 'ValueMemberPath:xx:x4', [2, "value"], 'ValueResolver:xp:x5', [ContourValueResolver.$, null]]);
134
+ GeographicContourLineSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicContourLineSeries, 'raisePropertyChanged', ['ActualFillScale:xu:x4', [ValueBrushScale.$, null], 'FillScale:xv:x5', [ValueBrushScale.$, null], 'ValueMemberPath:xz:x6', [2, "value"], 'ValueResolver:xr:x7', [ContourValueResolver.$, null]]);
135
135
  return GeographicContourLineSeries;
136
136
  }(GeographicXYTriangulatingSeries));
137
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.wy);
31
- a.y7 = this.ch.xn;
32
- a.zf = this.ch.xl;
33
- a.xk = this.ch.xa;
34
- a.xj = this.ch.w9;
35
- a.f8 = this.ch.w8;
36
- a.yf = this.ch.xc;
37
- a.ye = this.ch.xb;
38
- a.aad = this.ch.x6;
39
- a.aac = this.ch.x5;
40
- a.yr = this.ch.xf;
30
+ var a = typeCast(HighDensityScatterSeries.$, this.ch.w0);
31
+ a.y9 = this.ch.xp;
32
+ a.zh = this.ch.xn;
33
+ a.xm = this.ch.xc;
34
+ a.xl = this.ch.xb;
35
+ a.f8 = this.ch.xa;
36
+ a.yh = this.ch.xe;
37
+ a.yg = this.ch.xd;
38
+ a.aaf = this.ch.x8;
39
+ a.aae = this.ch.x7;
40
+ a.yt = this.ch.xh;
41
41
  };
42
42
  GeographicHighDensityScatterSeriesView.prototype.cn = function () {
43
- this.ch.wy.y7 = this.ch.xn;
43
+ this.ch.w0.y9 = this.ch.xp;
44
44
  };
45
45
  GeographicHighDensityScatterSeriesView.prototype.cm = function () {
46
- this.ch.wy.zf = this.ch.xl;
46
+ this.ch.w0.zh = this.ch.xn;
47
47
  };
48
48
  GeographicHighDensityScatterSeriesView.prototype.cs = function () {
49
- this.ch.wy.xk = this.ch.xa;
49
+ this.ch.w0.xm = this.ch.xc;
50
50
  };
51
51
  GeographicHighDensityScatterSeriesView.prototype.cq = function () {
52
- this.ch.wy.xj = this.ch.w9;
52
+ this.ch.w0.xl = this.ch.xb;
53
53
  };
54
54
  GeographicHighDensityScatterSeriesView.prototype.co = function () {
55
- this.ch.wy.f8 = this.ch.w8;
55
+ this.ch.w0.f8 = this.ch.xa;
56
56
  };
57
57
  GeographicHighDensityScatterSeriesView.prototype.cl = function () {
58
- this.ch.wy.yf = this.ch.xc;
58
+ this.ch.w0.yh = this.ch.xe;
59
59
  };
60
60
  GeographicHighDensityScatterSeriesView.prototype.cj = function () {
61
- this.ch.wy.ye = this.ch.xb;
61
+ this.ch.w0.yg = this.ch.xd;
62
62
  };
63
63
  GeographicHighDensityScatterSeriesView.prototype.cr = function () {
64
- var a = typeCast(HighDensityScatterSeries.$, this.ch.wy);
64
+ var a = typeCast(HighDensityScatterSeries.$, this.ch.w0);
65
65
  if (this.ch.db == null) {
66
- a.w3 = null;
67
66
  a.w5 = null;
67
+ a.w7 = null;
68
68
  return;
69
69
  }
70
- a.w3 = this.ch.db.wr;
71
- a.w5 = this.ch.db.wt;
70
+ a.w5 = this.ch.db.ws;
71
+ a.w7 = this.ch.db.wu;
72
72
  };
73
73
  GeographicHighDensityScatterSeriesView.prototype.ct = function () {
74
- this.ch.wy.w3 = this.ch.db.wr;
74
+ this.ch.w0.w5 = this.ch.db.ws;
75
75
  };
76
76
  GeographicHighDensityScatterSeriesView.prototype.cu = function () {
77
- this.ch.wy.w5 = this.ch.db.wt;
77
+ this.ch.w0.w7 = this.ch.db.wu;
78
78
  };
79
79
  GeographicHighDensityScatterSeriesView.prototype.ck = function () {
80
- this.ch.wy.aad = this.ch.x6;
80
+ this.ch.w0.aaf = this.ch.x8;
81
81
  };
82
82
  GeographicHighDensityScatterSeriesView.prototype.ci = function () {
83
- this.ch.wy.aac = this.ch.x5;
83
+ this.ch.w0.aae = this.ch.x7;
84
84
  };
85
85
  GeographicHighDensityScatterSeriesView.prototype.cp = function () {
86
- this.ch.wy.yr = this.ch.xf;
86
+ this.ch.w0.yt = this.ch.xh;
87
87
  };
88
88
  GeographicHighDensityScatterSeriesView.prototype.au = function () {
89
89
  _super.prototype.au.call(this);
90
90
  if (!this.q) {
91
- this.ch.x6 = Defaults.aq;
92
- this.ch.x5 = Defaults.ap;
93
- this.ch.vd = Defaults.al;
94
- this.ch.vt = Defaults.ak;
91
+ this.ch.x8 = Defaults.aq;
92
+ this.ch.x7 = Defaults.ap;
93
+ this.ch.vf = Defaults.al;
94
+ this.ch.vv = Defaults.ak;
95
95
  }
96
96
  };
97
97
  GeographicHighDensityScatterSeriesView.$t = markType(GeographicHighDensityScatterSeriesView, 'GeographicHighDensityScatterSeriesView', HostSeriesView.$);
@@ -105,9 +105,9 @@ var GeographicHighDensityScatterSeries = /** @class */ /*@__PURE__*/ (function (
105
105
  __extends(GeographicHighDensityScatterSeries, _super);
106
106
  function GeographicHighDensityScatterSeries() {
107
107
  var _this = _super.call(this) || this;
108
- _this.w6 = null;
108
+ _this.w8 = null;
109
109
  _this.progressiveLoadStatusChanged = null;
110
- _this.xe = 0;
110
+ _this.xg = 0;
111
111
  _this.ab = GeographicHighDensityScatterSeries.$;
112
112
  return _this;
113
113
  }
@@ -126,85 +126,85 @@ var GeographicHighDensityScatterSeries = /** @class */ /*@__PURE__*/ (function (
126
126
  GeographicHighDensityScatterSeries.prototype.cs = function () {
127
127
  return new GeographicHighDensityScatterSeriesView(this);
128
128
  };
129
- GeographicHighDensityScatterSeries.prototype.qz = function (a) {
130
- _super.prototype.qz.call(this, a);
131
- this.w7 = a;
129
+ GeographicHighDensityScatterSeries.prototype.q1 = function (a) {
130
+ _super.prototype.q1.call(this, a);
131
+ this.w9 = a;
132
132
  };
133
- GeographicHighDensityScatterSeries.prototype.wx = function () {
134
- this.w6 = new HighDensityScatterSeries();
135
- return this.w6;
133
+ GeographicHighDensityScatterSeries.prototype.wz = function () {
134
+ this.w8 = new HighDensityScatterSeries();
135
+ return this.w8;
136
136
  };
137
- Object.defineProperty(GeographicHighDensityScatterSeries.prototype, "xg", {
137
+ Object.defineProperty(GeographicHighDensityScatterSeries.prototype, "xi", {
138
138
  get: function () {
139
- return this.xe;
139
+ return this.xg;
140
140
  },
141
141
  set: function (a) {
142
- var b = this.xe;
143
- this.xe = a;
144
- this.raisePropertyChanged("ProgressiveStatus", b, this.xe);
142
+ var b = this.xg;
143
+ this.xg = a;
144
+ this.raisePropertyChanged("ProgressiveStatus", b, this.xg);
145
145
  },
146
146
  enumerable: false,
147
147
  configurable: true
148
148
  });
149
- GeographicHighDensityScatterSeries.prototype.w3 = function (a, b) {
150
- _super.prototype.w3.call(this, a, b);
151
- var c = this.wy;
152
- c.progressiveLoadStatusChanged = delegateCombine(c.progressiveLoadStatusChanged, runOn(this, this.xu));
153
- var d = this.wy;
154
- d.propertyUpdated = delegateCombine(d.propertyUpdated, runOn(this, this.xt));
155
- };
156
- GeographicHighDensityScatterSeries.prototype.xu = function (a, b) {
157
- this.xg = b.currentStatus;
149
+ GeographicHighDensityScatterSeries.prototype.w5 = function (a, b) {
150
+ _super.prototype.w5.call(this, a, b);
151
+ var c = this.w0;
152
+ c.progressiveLoadStatusChanged = delegateCombine(c.progressiveLoadStatusChanged, runOn(this, this.xw));
153
+ var d = this.w0;
154
+ d.propertyUpdated = delegateCombine(d.propertyUpdated, runOn(this, this.xv));
155
+ };
156
+ GeographicHighDensityScatterSeries.prototype.xw = function (a, b) {
157
+ this.xi = b.currentStatus;
158
158
  if (this.progressiveLoadStatusChanged != null) {
159
159
  this.progressiveLoadStatusChanged(this, b);
160
160
  }
161
161
  };
162
- GeographicHighDensityScatterSeries.prototype.xt = function (a, b) {
163
- if (this.w6 == null) {
162
+ GeographicHighDensityScatterSeries.prototype.xv = function (a, b) {
163
+ if (this.w8 == null) {
164
164
  return;
165
165
  }
166
166
  };
167
- GeographicHighDensityScatterSeries.prototype.q7 = function (a, b, c, d) {
168
- _super.prototype.q7.call(this, a, b, c, d);
167
+ GeographicHighDensityScatterSeries.prototype.q9 = function (a, b, c, d) {
168
+ _super.prototype.q9.call(this, a, b, c, d);
169
169
  switch (b) {
170
170
  case "SeriesViewer":
171
- this.w7.cr();
171
+ this.w9.cr();
172
172
  break;
173
173
  case GeographicHighDensityScatterSeries.$$p[5]:
174
- this.w7.cn();
174
+ this.w9.cn();
175
175
  break;
176
176
  case GeographicHighDensityScatterSeries.$$p[4]:
177
- this.w7.cm();
177
+ this.w9.cm();
178
178
  break;
179
179
  case GeographicHighDensityScatterSeries.$$p[9]:
180
- this.w7.cs();
180
+ this.w9.cs();
181
181
  break;
182
182
  case GeographicHighDensityScatterSeries.$$p[8]:
183
- this.w7.cq();
183
+ this.w9.cq();
184
184
  break;
185
185
  case GeographicHighDensityScatterSeries.$$p[6]:
186
- this.w7.co();
186
+ this.w9.co();
187
187
  break;
188
188
  case "XAxis":
189
- this.w7.ct();
189
+ this.w9.ct();
190
190
  break;
191
191
  case "YAxis":
192
- this.w7.cu();
192
+ this.w9.cu();
193
193
  break;
194
194
  case GeographicHighDensityScatterSeries.$$p[3]:
195
- this.w7.cl();
195
+ this.w9.cl();
196
196
  break;
197
197
  case GeographicHighDensityScatterSeries.$$p[1]:
198
- this.w7.cj();
198
+ this.w9.cj();
199
199
  break;
200
200
  case GeographicHighDensityScatterSeries.$$p[2]:
201
- this.w7.ck();
201
+ this.w9.ck();
202
202
  break;
203
203
  case GeographicHighDensityScatterSeries.$$p[0]:
204
- this.w7.ci();
204
+ this.w9.ci();
205
205
  break;
206
206
  case GeographicHighDensityScatterSeries.$$p[7]:
207
- this.w7.cp();
207
+ this.w9.cp();
208
208
  break;
209
209
  }
210
210
  };
@@ -215,7 +215,7 @@ var GeographicHighDensityScatterSeries = /** @class */ /*@__PURE__*/ (function (
215
215
  _super.prototype.set_g7.call(this, a);
216
216
  };
217
217
  GeographicHighDensityScatterSeries.$t = markType(GeographicHighDensityScatterSeries, 'GeographicHighDensityScatterSeries', GeographicMapSeriesHost.$);
218
- GeographicHighDensityScatterSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicHighDensityScatterSeries, 'raisePropertyChanged', ['HeatMaximumColor:x5:xv', [Color.$, Defaults.ap], 'HeatMaximum:xb:xw', [1, 50], 'HeatMinimumColor:x6:xx', [Color.$, Defaults.aq], 'HeatMinimum:xc:xy', [1, 0], 'LatitudeMemberPath:xl:xz', [2, null], 'LongitudeMemberPath:xn:x0', [2, null], 'MouseOverEnabled:w8:x1', [0, false], 'PointExtent:xf:x2', [1, 1], 'ProgressiveLoad:w9:x3', [0, true], 'UseBruteForce:xa:x4', [0, false]]);
218
+ GeographicHighDensityScatterSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicHighDensityScatterSeries, 'raisePropertyChanged', ['HeatMaximumColor:x7:xx', [Color.$, Defaults.ap], 'HeatMaximum:xd:xy', [1, 50], 'HeatMinimumColor:x8:xz', [Color.$, Defaults.aq], 'HeatMinimum:xe:x0', [1, 0], 'LatitudeMemberPath:xn:x1', [2, null], 'LongitudeMemberPath:xp:x2', [2, null], 'MouseOverEnabled:xa:x3', [0, false], 'PointExtent:xh:x4', [1, 1], 'ProgressiveLoad:xb:x5', [0, true], 'UseBruteForce:xc:x6', [0, false]]);
219
219
  return GeographicHighDensityScatterSeries;
220
220
  }(GeographicMapSeriesHost));
221
221
  export { GeographicHighDensityScatterSeries };