igniteui-webcomponents-maps 6.3.1 → 7.0.1-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 (76) hide show
  1. package/bundles/igniteui-webcomponents-maps.umd.js +1097 -1097
  2. package/bundles/igniteui-webcomponents-maps.umd.min.js +1 -1
  3. package/esm2015/lib/GeographicContourLineSeriesView_combined.js +37 -37
  4. package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +76 -76
  5. package/esm2015/lib/GeographicMapSeriesHost_combined.js +188 -188
  6. package/esm2015/lib/GeographicMarkerSeries.js +28 -28
  7. package/esm2015/lib/GeographicPolylineSeriesView_combined.js +17 -17
  8. package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +83 -83
  9. package/esm2015/lib/GeographicShapeSeriesBase_combined.js +61 -61
  10. package/esm2015/lib/GeographicShapeSeriesView_combined.js +55 -55
  11. package/esm2015/lib/GeographicSymbolSeriesView_combined.js +52 -52
  12. package/esm2015/lib/GeographicTileSeries.js +27 -27
  13. package/esm2015/lib/SphericalMercatorHorizontalScaler.js +2 -2
  14. package/esm2015/lib/SphericalMercatorVerticalScaler.js +2 -2
  15. package/esm2015/lib/TileSeries_combined.js +87 -87
  16. package/esm2015/lib/XamGeographicMap_combined.js +124 -124
  17. package/esm2015/lib/igc-geographic-contour-line-series-component.js +9 -9
  18. package/esm2015/lib/igc-geographic-high-density-scatter-series-component.js +32 -32
  19. package/esm2015/lib/igc-geographic-map-series-host-component.js +22 -22
  20. package/esm2015/lib/igc-geographic-marker-series-component.js +31 -31
  21. package/esm2015/lib/igc-geographic-polyline-series-component.js +13 -13
  22. package/esm2015/lib/igc-geographic-proportional-symbol-series-component.js +41 -41
  23. package/esm2015/lib/igc-geographic-scatter-area-series-component.js +7 -7
  24. package/esm2015/lib/igc-geographic-shape-series-base-component.js +29 -29
  25. package/esm2015/lib/igc-geographic-shape-series-component.js +44 -44
  26. package/esm2015/lib/igc-geographic-symbol-series-component.js +19 -19
  27. package/esm2015/lib/igc-geographic-tile-series-component.js +4 -4
  28. package/esm2015/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
  29. package/esm2015/lib/igc-tile-series-component.js +3 -3
  30. package/esm5/lib/GeographicContourLineSeriesView_combined.js +37 -37
  31. package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +76 -76
  32. package/esm5/lib/GeographicMapSeriesHost_combined.js +186 -186
  33. package/esm5/lib/GeographicMarkerSeries.js +28 -28
  34. package/esm5/lib/GeographicPolylineSeriesView_combined.js +17 -17
  35. package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +83 -83
  36. package/esm5/lib/GeographicShapeSeriesBase_combined.js +60 -60
  37. package/esm5/lib/GeographicShapeSeriesView_combined.js +55 -55
  38. package/esm5/lib/GeographicSymbolSeriesView_combined.js +52 -52
  39. package/esm5/lib/GeographicTileSeries.js +26 -26
  40. package/esm5/lib/SphericalMercatorHorizontalScaler.js +2 -2
  41. package/esm5/lib/SphericalMercatorVerticalScaler.js +2 -2
  42. package/esm5/lib/TileSeries_combined.js +85 -85
  43. package/esm5/lib/XamGeographicMap_combined.js +123 -123
  44. package/esm5/lib/igc-geographic-contour-line-series-component.js +9 -9
  45. package/esm5/lib/igc-geographic-high-density-scatter-series-component.js +32 -32
  46. package/esm5/lib/igc-geographic-map-series-host-component.js +22 -22
  47. package/esm5/lib/igc-geographic-marker-series-component.js +31 -31
  48. package/esm5/lib/igc-geographic-polyline-series-component.js +13 -13
  49. package/esm5/lib/igc-geographic-proportional-symbol-series-component.js +41 -41
  50. package/esm5/lib/igc-geographic-scatter-area-series-component.js +7 -7
  51. package/esm5/lib/igc-geographic-shape-series-base-component.js +29 -29
  52. package/esm5/lib/igc-geographic-shape-series-component.js +44 -44
  53. package/esm5/lib/igc-geographic-symbol-series-component.js +19 -19
  54. package/esm5/lib/igc-geographic-tile-series-component.js +4 -4
  55. package/esm5/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
  56. package/esm5/lib/igc-tile-series-component.js +3 -3
  57. package/fesm2015/igniteui-webcomponents-maps.js +1106 -1106
  58. package/fesm5/igniteui-webcomponents-maps.js +1097 -1097
  59. package/lib/GeographicContourLineSeriesView_combined.d.ts +12 -12
  60. package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +20 -20
  61. package/lib/GeographicMapSeriesHost_combined.d.ts +43 -43
  62. package/lib/GeographicMarkerSeries.d.ts +15 -15
  63. package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
  64. package/lib/GeographicPolylineSeriesView_combined.d.ts +8 -8
  65. package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
  66. package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +22 -22
  67. package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
  68. package/lib/GeographicShapeSeriesBase_combined.d.ts +20 -20
  69. package/lib/GeographicShapeSeriesView_combined.d.ts +24 -24
  70. package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
  71. package/lib/GeographicSymbolSeriesView_combined.d.ts +15 -15
  72. package/lib/GeographicTileSeries.d.ts +9 -9
  73. package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
  74. package/lib/TileSeries_combined.d.ts +20 -20
  75. package/lib/XamGeographicMap_combined.d.ts +24 -24
  76. package/package.json +3 -3
@@ -74,69 +74,69 @@ let IgcGeographicSymbolSeriesComponent = /*@__PURE__*/ (() => {
74
74
  * The name of the property of ItemsSource items which contains the latitude coordinate of the symbol.
75
75
  */
76
76
  get latitudeMemberPath() {
77
- return this.i.y7;
77
+ return this.i.y8;
78
78
  }
79
79
  set latitudeMemberPath(v) {
80
- this.i.y7 = v;
80
+ this.i.y8 = v;
81
81
  }
82
82
  /**
83
83
  * The name of the property of ItemsSource items which contains the longitude coordinate of the symbol.
84
84
  */
85
85
  get longitudeMemberPath() {
86
- return this.i.y9;
86
+ return this.i.za;
87
87
  }
88
88
  set longitudeMemberPath(v) {
89
- this.i.y9 = v;
89
+ this.i.za = v;
90
90
  }
91
91
  /**
92
92
  * The desired behavior for markers in this series which are placed too close together for the current view, resulting in a collision.
93
93
  */
94
94
  get markerCollisionAvoidance() {
95
- return this.i.yt;
95
+ return this.i.yu;
96
96
  }
97
97
  set markerCollisionAvoidance(v) {
98
- this.i.yt = ensureEnum(CollisionAvoidanceType_$type, v);
99
- this._a("markerCollisionAvoidance", enumToString(CollisionAvoidanceType_$type, this.i.yt));
98
+ this.i.yu = ensureEnum(CollisionAvoidanceType_$type, v);
99
+ this._a("markerCollisionAvoidance", enumToString(CollisionAvoidanceType_$type, this.i.yu));
100
100
  }
101
101
  /**
102
102
  * Gets or sets whether this Scatter series should allow custom style overrides of its individual visuals.
103
103
  */
104
104
  get isCustomScatterStyleAllowed() {
105
- return this.i.y0;
105
+ return this.i.y1;
106
106
  }
107
107
  set isCustomScatterStyleAllowed(v) {
108
- this.i.y0 = ensureBool(v);
109
- this._a("isCustomScatterStyleAllowed", this.i.y0);
108
+ this.i.y1 = ensureBool(v);
109
+ this._a("isCustomScatterStyleAllowed", this.i.y1);
110
110
  }
111
111
  /**
112
112
  * Gets or sets whether this Scatter series should allow custom style overrides of its individual marker visuals.
113
113
  */
114
114
  get isCustomScatterMarkerStyleAllowed() {
115
- return this.i.yz;
115
+ return this.i.y0;
116
116
  }
117
117
  set isCustomScatterMarkerStyleAllowed(v) {
118
- this.i.yz = ensureBool(v);
119
- this._a("isCustomScatterMarkerStyleAllowed", this.i.yz);
118
+ this.i.y0 = ensureBool(v);
119
+ this._a("isCustomScatterMarkerStyleAllowed", this.i.y0);
120
120
  }
121
121
  /**
122
122
  * Gets or sets the mode the series will use to find the closest point to the cursor.
123
123
  */
124
124
  get itemSearchMode() {
125
- return this.i.yu;
125
+ return this.i.yv;
126
126
  }
127
127
  set itemSearchMode(v) {
128
- this.i.yu = ensureEnum(ScatterItemSearchMode_$type, v);
129
- this._a("itemSearchMode", enumToString(ScatterItemSearchMode_$type, this.i.yu));
128
+ this.i.yv = ensureEnum(ScatterItemSearchMode_$type, v);
129
+ this._a("itemSearchMode", enumToString(ScatterItemSearchMode_$type, this.i.yv));
130
130
  }
131
131
  /**
132
132
  * Gets or sets the threshold to use when searching for items using ItemSearchMode.
133
133
  */
134
134
  get itemSearchThreshold() {
135
- return this.i.y2;
135
+ return this.i.y3;
136
136
  }
137
137
  set itemSearchThreshold(v) {
138
- this.i.y2 = +v;
139
- this._a("itemSearchThreshold", this.i.y2);
138
+ this.i.y3 = +v;
139
+ this._a("itemSearchThreshold", this.i.y3);
140
140
  }
141
141
  /**
142
142
  * Event raised when Assigning Category Style
@@ -63,20 +63,20 @@ let IgcGeographicTileSeriesComponent = /*@__PURE__*/ (() => {
63
63
  * Gets whether the current series shows a tile imagery.
64
64
  */
65
65
  get isTile() {
66
- return this.i.f6;
66
+ return this.i.f7;
67
67
  }
68
68
  /**
69
69
  * The MapImagery which is used to provide the tiles for display.
70
70
  */
71
71
  get tileImagery() {
72
- const r = this.i.y2;
72
+ const r = this.i.y3;
73
73
  if (r == null) {
74
74
  return null;
75
75
  }
76
76
  return r.externalObject;
77
77
  }
78
78
  set tileImagery(v) {
79
- v == null ? this.i.y2 = null : this.i.y2 = v.i;
79
+ v == null ? this.i.y3 = null : this.i.y3 = v.i;
80
80
  }
81
81
  findByName(name) {
82
82
  var baseResult = super.findByName(name);
@@ -93,7 +93,7 @@ let IgcGeographicTileSeriesComponent = /*@__PURE__*/ (() => {
93
93
 
94
94
  */
95
95
  clearTileCache() {
96
- this.i.y6();
96
+ this.i.y7();
97
97
  }
98
98
  /**
99
99
  * This event is fired whenever the image tiles transition from a loading state (e.g. some are fading in) to a loaded state.
@@ -45,56 +45,56 @@ let IgcGeographicXYTriangulatingSeriesComponent = /*@__PURE__*/ (() => {
45
45
  * The name of the property from which to extract the Longitude for each item in the ItemsSource.
46
46
  */
47
47
  get longitudeMemberPath() {
48
- return this.i.xx;
48
+ return this.i.xy;
49
49
  }
50
50
  set longitudeMemberPath(v) {
51
- this.i.xx = v;
51
+ this.i.xy = v;
52
52
  }
53
53
  /**
54
54
  * The name of the property from which to extract the Latitude for each item in the ItemsSource.
55
55
  */
56
56
  get latitudeMemberPath() {
57
- return this.i.xv;
57
+ return this.i.xw;
58
58
  }
59
59
  set latitudeMemberPath(v) {
60
- this.i.xv = v;
60
+ this.i.xw = v;
61
61
  }
62
62
  /**
63
63
  * The source of triangulation data.
64
64
  * 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.
65
65
  */
66
66
  get trianglesSource() {
67
- return this.i.xu;
67
+ return this.i.xv;
68
68
  }
69
69
  set trianglesSource(v) {
70
- this.i.xu = v;
70
+ this.i.xv = v;
71
71
  }
72
72
  /**
73
73
  * The name of the property of the TrianglesSource items which, for each triangle, contains the index of the first vertex point in the ItemsSource.
74
74
  */
75
75
  get triangleVertexMemberPath1() {
76
- return this.i.x0;
76
+ return this.i.x1;
77
77
  }
78
78
  set triangleVertexMemberPath1(v) {
79
- this.i.x0 = v;
79
+ this.i.x1 = v;
80
80
  }
81
81
  /**
82
82
  * The name of the property of the TrianglesSource items which, for each triangle, contains the index of the second vertex point in the ItemsSource.
83
83
  */
84
84
  get triangleVertexMemberPath2() {
85
- return this.i.x2;
85
+ return this.i.x3;
86
86
  }
87
87
  set triangleVertexMemberPath2(v) {
88
- this.i.x2 = v;
88
+ this.i.x3 = v;
89
89
  }
90
90
  /**
91
91
  * The name of the property of the TrianglesSource items which, for each triangle, contains the index of the third vertex point in the ItemsSource.
92
92
  */
93
93
  get triangleVertexMemberPath3() {
94
- return this.i.x4;
94
+ return this.i.x5;
95
95
  }
96
96
  set triangleVertexMemberPath3(v) {
97
- this.i.x4 = v;
97
+ this.i.x5 = v;
98
98
  }
99
99
  }
100
100
  IgcGeographicXYTriangulatingSeriesComponent._observedAttributesIgcGeographicXYTriangulatingSeriesComponent = null;
@@ -59,20 +59,20 @@ let IgcTileSeriesComponent = /*@__PURE__*/ (() => {
59
59
  * Gets whether the current series shows a tile imagery.
60
60
  */
61
61
  get isTile() {
62
- return this.i.f6;
62
+ return this.i.f7;
63
63
  }
64
64
  /**
65
65
  * The MapImagery which is used to provide the tiles for display.
66
66
  */
67
67
  get tileImagery() {
68
- const r = this.i.aaw;
68
+ const r = this.i.aax;
69
69
  if (r == null) {
70
70
  return null;
71
71
  }
72
72
  return r.externalObject;
73
73
  }
74
74
  set tileImagery(v) {
75
- v == null ? this.i.aaw = null : this.i.aaw = v.i;
75
+ v == null ? this.i.aax = null : this.i.aax = v.i;
76
76
  }
77
77
  findByName(name) {
78
78
  var baseResult = super.findByName(name);
@@ -28,24 +28,24 @@ export var GeographicContourLineSeriesView = /** @class */ /*@__PURE__*/ (functi
28
28
  GeographicContourLineSeriesView.prototype.a4 = function () {
29
29
  _super.prototype.a4.call(this);
30
30
  if (!this.t) {
31
- this.c2.jy = Defaults.z;
31
+ this.c2.jz = Defaults.z;
32
32
  }
33
33
  };
34
34
  GeographicContourLineSeriesView.prototype.ci = function () {
35
35
  _super.prototype.ci.call(this);
36
- if (this.c2.xl != null) {
37
- this.c2.yd.zg = this.c2.yg;
38
- this.c2.yd.zq = this.c2.yk;
36
+ if (this.c2.xm != null) {
37
+ this.c2.ye.zh = this.c2.yh;
38
+ this.c2.ye.zr = this.c2.yl;
39
39
  }
40
40
  };
41
41
  GeographicContourLineSeriesView.prototype.c3 = function () {
42
- if (this.c2.yd != null) {
43
- this.c2.yd.zg = this.c2.yg;
42
+ if (this.c2.ye != null) {
43
+ this.c2.ye.zh = this.c2.yh;
44
44
  }
45
45
  };
46
46
  GeographicContourLineSeriesView.prototype.c4 = function () {
47
- if (this.c2.yd != null) {
48
- this.c2.yd.zq = this.c2.yk;
47
+ if (this.c2.ye != null) {
48
+ this.c2.ye.zr = this.c2.yl;
49
49
  }
50
50
  };
51
51
  GeographicContourLineSeriesView.$t = markType(GeographicContourLineSeriesView, 'GeographicContourLineSeriesView', GeographicXYTriangulatingSeriesView.$);
@@ -65,71 +65,71 @@ export var GeographicContourLineSeries = /** @class */ /*@__PURE__*/ (function (
65
65
  GeographicContourLineSeries.prototype.bk = function () {
66
66
  return new GeographicContourLineSeries();
67
67
  };
68
- GeographicContourLineSeries.prototype.get_fm = function () {
68
+ GeographicContourLineSeries.prototype.get_fn = function () {
69
69
  return true;
70
70
  };
71
- GeographicContourLineSeries.prototype.xq = function (a, b) {
72
- _super.prototype.xq.call(this, a, b);
71
+ GeographicContourLineSeries.prototype.xr = function (a, b) {
72
+ _super.prototype.xr.call(this, a, b);
73
73
  };
74
- GeographicContourLineSeries.prototype.xk = function () {
75
- this.yd = new ScatterContourSeries();
76
- var a = this.yd;
77
- a.triangulationStatusChanged = delegateCombine(a.triangulationStatusChanged, runOn(this, this.yn));
78
- var b = this.yd;
79
- b.propertyUpdated = delegateCombine(b.propertyUpdated, runOn(this, this.yo));
80
- return this.yd;
74
+ GeographicContourLineSeries.prototype.xl = function () {
75
+ this.ye = new ScatterContourSeries();
76
+ var a = this.ye;
77
+ a.triangulationStatusChanged = delegateCombine(a.triangulationStatusChanged, runOn(this, this.yo));
78
+ var b = this.ye;
79
+ b.propertyUpdated = delegateCombine(b.propertyUpdated, runOn(this, this.yp));
80
+ return this.ye;
81
81
  };
82
- GeographicContourLineSeries.prototype.yn = function (a, b) {
82
+ GeographicContourLineSeries.prototype.yo = function (a, b) {
83
83
  if (this.triangulationStatusChanged != null) {
84
84
  this.triangulationStatusChanged(this, b);
85
85
  }
86
86
  };
87
- GeographicContourLineSeries.prototype.yo = function (a, b) {
88
- var c = typeCast(ScatterContourSeries.$, this.xl);
87
+ GeographicContourLineSeries.prototype.yp = function (a, b) {
88
+ var c = typeCast(ScatterContourSeries.$, this.xm);
89
89
  if (c == null) {
90
90
  return;
91
91
  }
92
92
  if (b.propertyName == "ActualFillScale") {
93
- this.yf = c.zf;
93
+ this.yg = c.zg;
94
94
  }
95
95
  };
96
- GeographicContourLineSeries.prototype.sz = function () {
97
- _super.prototype.sz.call(this);
96
+ GeographicContourLineSeries.prototype.s0 = function () {
97
+ _super.prototype.s0.call(this);
98
98
  };
99
99
  GeographicContourLineSeries.prototype.ct = function () {
100
100
  return new GeographicContourLineSeriesView(this);
101
101
  };
102
- GeographicContourLineSeries.prototype.rh = function (a) {
103
- _super.prototype.rh.call(this, a);
104
- this.yh = a;
102
+ GeographicContourLineSeries.prototype.ri = function (a) {
103
+ _super.prototype.ri.call(this, a);
104
+ this.yi = a;
105
105
  };
106
- GeographicContourLineSeries.prototype.rq = function (a, b, c, d) {
107
- _super.prototype.rq.call(this, a, b, c, d);
106
+ GeographicContourLineSeries.prototype.rr = function (a, b, c, d) {
107
+ _super.prototype.rr.call(this, a, b, c, d);
108
108
  switch (b) {
109
109
  case GeographicContourLineSeries.$$p[1]:
110
- this.yh.c3();
110
+ this.yi.c3();
111
111
  break;
112
112
  case GeographicContourLineSeries.$$p[2]:
113
- this.yh.c4();
113
+ this.yi.c4();
114
114
  break;
115
115
  case GeographicContourLineSeries.$$p[3]:
116
- this.yd.zd = this.yc;
116
+ this.ye.ze = this.yd;
117
117
  break;
118
118
  case "DashArray":
119
- this.yd.wm = this.wm;
119
+ this.ye.wn = this.wn;
120
120
  break;
121
121
  case "DashCap":
122
- this.yd.wn = this.wn;
122
+ this.ye.wo = this.wo;
123
123
  break;
124
124
  case "MiterLimit":
125
- this.yd.jp = this.jp;
125
+ this.ye.jq = this.jq;
126
126
  break;
127
127
  case "LineJoin":
128
- this.yd.wp = this.wp;
128
+ this.ye.wq = this.wq;
129
129
  break;
130
130
  }
131
131
  };
132
132
  GeographicContourLineSeries.$t = markType(GeographicContourLineSeries, 'GeographicContourLineSeries', GeographicXYTriangulatingSeries.$);
133
- GeographicContourLineSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicContourLineSeries, 'raisePropertyChanged', ['ActualFillScale:yf:yp', [ValueBrushScale.$, null], 'FillScale:yg:yq', [ValueBrushScale.$, null], 'ValueMemberPath:yk:yr', [2, "value"], 'ValueResolver:yc:ys', [ContourValueResolver.$, null]]);
133
+ GeographicContourLineSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicContourLineSeries, 'raisePropertyChanged', ['ActualFillScale:yg:yq', [ValueBrushScale.$, null], 'FillScale:yh:yr', [ValueBrushScale.$, null], 'ValueMemberPath:yl:ys', [2, "value"], 'ValueResolver:yd:yt', [ContourValueResolver.$, null]]);
134
134
  return GeographicContourLineSeries;
135
135
  }(GeographicXYTriangulatingSeries));
@@ -27,71 +27,71 @@ export var GeographicHighDensityScatterSeriesView = /** @class */ /*@__PURE__*/
27
27
  }
28
28
  GeographicHighDensityScatterSeriesView.prototype.ci = function () {
29
29
  _super.prototype.ci.call(this);
30
- var a = typeCast(HighDensityScatterSeries.$, this.cu.xl);
31
- a.zu = this.cu.ya;
32
- a.z2 = this.cu.x8;
30
+ var a = typeCast(HighDensityScatterSeries.$, this.cu.xm);
31
+ a.zv = this.cu.yb;
32
+ a.z3 = this.cu.x9;
33
+ a.x8 = this.cu.xy;
33
34
  a.x7 = this.cu.xx;
34
- a.x6 = this.cu.xw;
35
- a.ge = this.cu.xv;
35
+ a.gf = this.cu.xw;
36
+ a.y3 = this.cu.x0;
36
37
  a.y2 = this.cu.xz;
37
- a.y1 = this.cu.xy;
38
+ a.aa1 = this.cu.yu;
38
39
  a.aa0 = this.cu.yt;
39
- a.aaz = this.cu.ys;
40
- a.ze = this.cu.x2;
40
+ a.zf = this.cu.x3;
41
41
  };
42
42
  GeographicHighDensityScatterSeriesView.prototype.c0 = function () {
43
- this.cu.xl.zu = this.cu.ya;
43
+ this.cu.xm.zv = this.cu.yb;
44
44
  };
45
45
  GeographicHighDensityScatterSeriesView.prototype.cz = function () {
46
- this.cu.xl.z2 = this.cu.x8;
46
+ this.cu.xm.z3 = this.cu.x9;
47
47
  };
48
48
  GeographicHighDensityScatterSeriesView.prototype.c5 = function () {
49
- this.cu.xl.x7 = this.cu.xx;
49
+ this.cu.xm.x8 = this.cu.xy;
50
50
  };
51
51
  GeographicHighDensityScatterSeriesView.prototype.c3 = function () {
52
- this.cu.xl.x6 = this.cu.xw;
52
+ this.cu.xm.x7 = this.cu.xx;
53
53
  };
54
54
  GeographicHighDensityScatterSeriesView.prototype.c1 = function () {
55
- this.cu.xl.ge = this.cu.xv;
55
+ this.cu.xm.gf = this.cu.xw;
56
56
  };
57
57
  GeographicHighDensityScatterSeriesView.prototype.cy = function () {
58
- this.cu.xl.y2 = this.cu.xz;
58
+ this.cu.xm.y3 = this.cu.x0;
59
59
  };
60
60
  GeographicHighDensityScatterSeriesView.prototype.cw = function () {
61
- this.cu.xl.y1 = this.cu.xy;
61
+ this.cu.xm.y2 = this.cu.xz;
62
62
  };
63
63
  GeographicHighDensityScatterSeriesView.prototype.c4 = function () {
64
- var a = typeCast(HighDensityScatterSeries.$, this.cu.xl);
64
+ var a = typeCast(HighDensityScatterSeries.$, this.cu.xm);
65
65
  if (this.cu.dc == null) {
66
- a.xq = null;
67
- a.xs = null;
66
+ a.xr = null;
67
+ a.xt = null;
68
68
  return;
69
69
  }
70
- a.xq = this.cu.dc.zh;
71
- a.xs = this.cu.dc.zj;
70
+ a.xr = this.cu.dc.zh;
71
+ a.xt = this.cu.dc.zj;
72
72
  };
73
73
  GeographicHighDensityScatterSeriesView.prototype.c6 = function () {
74
- this.cu.xl.xq = this.cu.dc.zh;
74
+ this.cu.xm.xr = this.cu.dc.zh;
75
75
  };
76
76
  GeographicHighDensityScatterSeriesView.prototype.c7 = function () {
77
- this.cu.xl.xs = this.cu.dc.zj;
77
+ this.cu.xm.xt = this.cu.dc.zj;
78
78
  };
79
79
  GeographicHighDensityScatterSeriesView.prototype.cx = function () {
80
- this.cu.xl.aa0 = this.cu.yt;
80
+ this.cu.xm.aa1 = this.cu.yu;
81
81
  };
82
82
  GeographicHighDensityScatterSeriesView.prototype.cv = function () {
83
- this.cu.xl.aaz = this.cu.ys;
83
+ this.cu.xm.aa0 = this.cu.yt;
84
84
  };
85
85
  GeographicHighDensityScatterSeriesView.prototype.c2 = function () {
86
- this.cu.xl.ze = this.cu.x2;
86
+ this.cu.xm.zf = this.cu.x3;
87
87
  };
88
88
  GeographicHighDensityScatterSeriesView.prototype.a4 = function () {
89
89
  _super.prototype.a4.call(this);
90
90
  if (!this.t) {
91
- this.cu.yt = Defaults.bf;
92
- this.cu.ys = Defaults.be;
93
- this.cu.vz = Defaults.ba;
94
- this.cu.wf = Defaults.a9;
91
+ this.cu.yu = Defaults.bf;
92
+ this.cu.yt = Defaults.be;
93
+ this.cu.v0 = Defaults.ba;
94
+ this.cu.wg = Defaults.a9;
95
95
  }
96
96
  };
97
97
  GeographicHighDensityScatterSeriesView.$t = markType(GeographicHighDensityScatterSeriesView, 'GeographicHighDensityScatterSeriesView', HostSeriesView.$);
@@ -104,116 +104,116 @@ export var GeographicHighDensityScatterSeries = /** @class */ /*@__PURE__*/ (fun
104
104
  __extends(GeographicHighDensityScatterSeries, _super);
105
105
  function GeographicHighDensityScatterSeries() {
106
106
  var _this = _super.call(this) || this;
107
- _this.xt = null;
107
+ _this.xu = null;
108
108
  _this.progressiveLoadStatusChanged = null;
109
- _this.x1 = 0;
109
+ _this.x2 = 0;
110
110
  _this.ab = GeographicHighDensityScatterSeries.$;
111
111
  return _this;
112
112
  }
113
113
  GeographicHighDensityScatterSeries.prototype.bk = function () {
114
114
  return new GeographicHighDensityScatterSeries();
115
115
  };
116
- GeographicHighDensityScatterSeries.prototype.js = function () {
117
- if (!isNaN_(this.jr)) {
118
- return _super.prototype.js.call(this);
116
+ GeographicHighDensityScatterSeries.prototype.jt = function () {
117
+ if (!isNaN_(this.js)) {
118
+ return _super.prototype.jt.call(this);
119
119
  }
120
120
  return Defaults.ad;
121
121
  };
122
- GeographicHighDensityScatterSeries.prototype.get_fr = function () {
122
+ GeographicHighDensityScatterSeries.prototype.get_fs = function () {
123
123
  return true;
124
124
  };
125
125
  GeographicHighDensityScatterSeries.prototype.ct = function () {
126
126
  return new GeographicHighDensityScatterSeriesView(this);
127
127
  };
128
- GeographicHighDensityScatterSeries.prototype.rh = function (a) {
129
- _super.prototype.rh.call(this, a);
130
- this.xu = a;
128
+ GeographicHighDensityScatterSeries.prototype.ri = function (a) {
129
+ _super.prototype.ri.call(this, a);
130
+ this.xv = a;
131
131
  };
132
- GeographicHighDensityScatterSeries.prototype.xk = function () {
133
- this.xt = new HighDensityScatterSeries();
134
- return this.xt;
132
+ GeographicHighDensityScatterSeries.prototype.xl = function () {
133
+ this.xu = new HighDensityScatterSeries();
134
+ return this.xu;
135
135
  };
136
- Object.defineProperty(GeographicHighDensityScatterSeries.prototype, "x3", {
136
+ Object.defineProperty(GeographicHighDensityScatterSeries.prototype, "x4", {
137
137
  get: function () {
138
- return this.x1;
138
+ return this.x2;
139
139
  },
140
140
  set: function (a) {
141
- var b = this.x1;
142
- this.x1 = a;
143
- this.raisePropertyChanged("ProgressiveStatus", b, this.x1);
141
+ var b = this.x2;
142
+ this.x2 = a;
143
+ this.raisePropertyChanged("ProgressiveStatus", b, this.x2);
144
144
  },
145
145
  enumerable: false,
146
146
  configurable: true
147
147
  });
148
- GeographicHighDensityScatterSeries.prototype.xq = function (a, b) {
149
- _super.prototype.xq.call(this, a, b);
150
- var c = this.xl;
151
- c.progressiveLoadStatusChanged = delegateCombine(c.progressiveLoadStatusChanged, runOn(this, this.yh));
152
- var d = this.xl;
153
- d.propertyUpdated = delegateCombine(d.propertyUpdated, runOn(this, this.yg));
154
- };
155
- GeographicHighDensityScatterSeries.prototype.yh = function (a, b) {
156
- this.x3 = b.currentStatus;
148
+ GeographicHighDensityScatterSeries.prototype.xr = function (a, b) {
149
+ _super.prototype.xr.call(this, a, b);
150
+ var c = this.xm;
151
+ c.progressiveLoadStatusChanged = delegateCombine(c.progressiveLoadStatusChanged, runOn(this, this.yi));
152
+ var d = this.xm;
153
+ d.propertyUpdated = delegateCombine(d.propertyUpdated, runOn(this, this.yh));
154
+ };
155
+ GeographicHighDensityScatterSeries.prototype.yi = function (a, b) {
156
+ this.x4 = b.currentStatus;
157
157
  if (this.progressiveLoadStatusChanged != null) {
158
158
  this.progressiveLoadStatusChanged(this, b);
159
159
  }
160
160
  };
161
- GeographicHighDensityScatterSeries.prototype.yg = function (a, b) {
162
- if (this.xt == null) {
161
+ GeographicHighDensityScatterSeries.prototype.yh = function (a, b) {
162
+ if (this.xu == null) {
163
163
  return;
164
164
  }
165
165
  };
166
- GeographicHighDensityScatterSeries.prototype.rq = function (a, b, c, d) {
167
- _super.prototype.rq.call(this, a, b, c, d);
166
+ GeographicHighDensityScatterSeries.prototype.rr = function (a, b, c, d) {
167
+ _super.prototype.rr.call(this, a, b, c, d);
168
168
  switch (b) {
169
169
  case "SeriesViewer":
170
- this.xu.c4();
170
+ this.xv.c4();
171
171
  break;
172
172
  case GeographicHighDensityScatterSeries.$$p[5]:
173
- this.xu.c0();
173
+ this.xv.c0();
174
174
  break;
175
175
  case GeographicHighDensityScatterSeries.$$p[4]:
176
- this.xu.cz();
176
+ this.xv.cz();
177
177
  break;
178
178
  case GeographicHighDensityScatterSeries.$$p[9]:
179
- this.xu.c5();
179
+ this.xv.c5();
180
180
  break;
181
181
  case GeographicHighDensityScatterSeries.$$p[8]:
182
- this.xu.c3();
182
+ this.xv.c3();
183
183
  break;
184
184
  case GeographicHighDensityScatterSeries.$$p[6]:
185
- this.xu.c1();
185
+ this.xv.c1();
186
186
  break;
187
187
  case "XAxis":
188
- this.xu.c6();
188
+ this.xv.c6();
189
189
  break;
190
190
  case "YAxis":
191
- this.xu.c7();
191
+ this.xv.c7();
192
192
  break;
193
193
  case GeographicHighDensityScatterSeries.$$p[3]:
194
- this.xu.cy();
194
+ this.xv.cy();
195
195
  break;
196
196
  case GeographicHighDensityScatterSeries.$$p[1]:
197
- this.xu.cw();
197
+ this.xv.cw();
198
198
  break;
199
199
  case GeographicHighDensityScatterSeries.$$p[2]:
200
- this.xu.cx();
200
+ this.xv.cx();
201
201
  break;
202
202
  case GeographicHighDensityScatterSeries.$$p[0]:
203
- this.xu.cv();
203
+ this.xv.cv();
204
204
  break;
205
205
  case GeographicHighDensityScatterSeries.$$p[7]:
206
- this.xu.c2();
206
+ this.xv.c2();
207
207
  break;
208
208
  }
209
209
  };
210
- GeographicHighDensityScatterSeries.prototype.get_hd = function () {
210
+ GeographicHighDensityScatterSeries.prototype.get_he = function () {
211
211
  return true;
212
212
  };
213
- GeographicHighDensityScatterSeries.prototype.set_hd = function (a) {
214
- _super.prototype.set_hd.call(this, a);
213
+ GeographicHighDensityScatterSeries.prototype.set_he = function (a) {
214
+ _super.prototype.set_he.call(this, a);
215
215
  };
216
216
  GeographicHighDensityScatterSeries.$t = markType(GeographicHighDensityScatterSeries, 'GeographicHighDensityScatterSeries', GeographicMapSeriesHost.$);
217
- GeographicHighDensityScatterSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicHighDensityScatterSeries, 'raisePropertyChanged', ['HeatMaximumColor:ys:yi', [Color.$, Defaults.be], 'HeatMaximum:xy:yj', [1, 50], 'HeatMinimumColor:yt:yk', [Color.$, Defaults.bf], 'HeatMinimum:xz:yl', [1, 0], 'LatitudeMemberPath:x8:ym', [2, null], 'LongitudeMemberPath:ya:yn', [2, null], 'MouseOverEnabled:xv:yo', [0, false], 'PointExtent:x2:yp', [1, 1], 'ProgressiveLoad:xw:yq', [0, true], 'UseBruteForce:xx:yr', [0, false]]);
217
+ GeographicHighDensityScatterSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicHighDensityScatterSeries, 'raisePropertyChanged', ['HeatMaximumColor:yt:yj', [Color.$, Defaults.be], 'HeatMaximum:xz:yk', [1, 50], 'HeatMinimumColor:yu:yl', [Color.$, Defaults.bf], 'HeatMinimum:x0:ym', [1, 0], 'LatitudeMemberPath:x9:yn', [2, null], 'LongitudeMemberPath:yb:yo', [2, null], 'MouseOverEnabled:xw:yp', [0, false], 'PointExtent:x3:yq', [1, 1], 'ProgressiveLoad:xx:yr', [0, true], 'UseBruteForce:xy:ys', [0, false]]);
218
218
  return GeographicHighDensityScatterSeries;
219
219
  }(GeographicMapSeriesHost));