igniteui-webcomponents-maps 4.7.0 → 4.7.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-webcomponents-maps.umd.js +1098 -1071
  2. package/bundles/igniteui-webcomponents-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/igc-geographic-contour-line-series-component.js +9 -9
  16. package/esm2015/lib/igc-geographic-high-density-scatter-series-component.js +32 -32
  17. package/esm2015/lib/igc-geographic-map-series-host-component.js +22 -22
  18. package/esm2015/lib/igc-geographic-marker-series-component.js +31 -31
  19. package/esm2015/lib/igc-geographic-polyline-series-component.js +13 -13
  20. package/esm2015/lib/igc-geographic-proportional-symbol-series-component.js +42 -42
  21. package/esm2015/lib/igc-geographic-scatter-area-series-component.js +8 -8
  22. package/esm2015/lib/igc-geographic-shape-series-base-component.js +22 -22
  23. package/esm2015/lib/igc-geographic-shape-series-component.js +44 -44
  24. package/esm2015/lib/igc-geographic-symbol-series-component.js +20 -20
  25. package/esm2015/lib/igc-geographic-tile-series-component.js +4 -4
  26. package/esm2015/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
  27. package/esm2015/lib/igc-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/igc-geographic-contour-line-series-component.js +9 -9
  41. package/esm5/lib/igc-geographic-high-density-scatter-series-component.js +32 -32
  42. package/esm5/lib/igc-geographic-map-series-host-component.js +22 -22
  43. package/esm5/lib/igc-geographic-marker-series-component.js +31 -31
  44. package/esm5/lib/igc-geographic-polyline-series-component.js +13 -13
  45. package/esm5/lib/igc-geographic-proportional-symbol-series-component.js +42 -42
  46. package/esm5/lib/igc-geographic-scatter-area-series-component.js +8 -8
  47. package/esm5/lib/igc-geographic-shape-series-base-component.js +22 -22
  48. package/esm5/lib/igc-geographic-shape-series-component.js +44 -44
  49. package/esm5/lib/igc-geographic-symbol-series-component.js +20 -20
  50. package/esm5/lib/igc-geographic-tile-series-component.js +4 -4
  51. package/esm5/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
  52. package/esm5/lib/igc-tile-series-component.js +3 -3
  53. package/fesm2015/igniteui-webcomponents-maps.js +1107 -1080
  54. package/fesm5/igniteui-webcomponents-maps.js +1098 -1071
  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 +3 -3
@@ -72,75 +72,75 @@ export let IgcGeographicSymbolSeriesComponent = /*@__PURE__*/ (() => {
72
72
  * Gets whether the series has only marker as visuals
73
73
  */
74
74
  get hasOnlyMarkers() {
75
- return this.i.dx;
75
+ return this.i.dy;
76
76
  }
77
77
  /**
78
78
  * The name of the property of ItemsSource items which contains the latitude coordinate of the symbol.
79
79
  */
80
80
  get latitudeMemberPath() {
81
- return this.i.vp;
81
+ return this.i.vq;
82
82
  }
83
83
  set latitudeMemberPath(v) {
84
- this.i.vp = v;
84
+ this.i.vq = v;
85
85
  }
86
86
  /**
87
87
  * The name of the property of ItemsSource items which contains the longitude coordinate of the symbol.
88
88
  */
89
89
  get longitudeMemberPath() {
90
- return this.i.vr;
90
+ return this.i.vs;
91
91
  }
92
92
  set longitudeMemberPath(v) {
93
- this.i.vr = v;
93
+ this.i.vs = v;
94
94
  }
95
95
  /**
96
96
  * The desired behavior for markers in this series which are placed too close together for the current view, resulting in a collision.
97
97
  */
98
98
  get markerCollisionAvoidance() {
99
- return this.i.vb;
99
+ return this.i.vc;
100
100
  }
101
101
  set markerCollisionAvoidance(v) {
102
- this.i.vb = ensureEnum(CollisionAvoidanceType_$type, v);
103
- this._a("markerCollisionAvoidance", enumToString(CollisionAvoidanceType_$type, this.i.vb));
102
+ this.i.vc = ensureEnum(CollisionAvoidanceType_$type, v);
103
+ this._a("markerCollisionAvoidance", enumToString(CollisionAvoidanceType_$type, this.i.vc));
104
104
  }
105
105
  /**
106
106
  * Gets or sets whether this Scatter series should allow custom style overrides of its individual visuals.
107
107
  */
108
108
  get isCustomScatterStyleAllowed() {
109
- return this.i.vi;
109
+ return this.i.vj;
110
110
  }
111
111
  set isCustomScatterStyleAllowed(v) {
112
- this.i.vi = ensureBool(v);
113
- this._a("isCustomScatterStyleAllowed", this.i.vi);
112
+ this.i.vj = ensureBool(v);
113
+ this._a("isCustomScatterStyleAllowed", this.i.vj);
114
114
  }
115
115
  /**
116
116
  * Gets or sets whether this Scatter series should allow custom style overrides of its individual marker visuals.
117
117
  */
118
118
  get isCustomScatterMarkerStyleAllowed() {
119
- return this.i.vh;
119
+ return this.i.vi;
120
120
  }
121
121
  set isCustomScatterMarkerStyleAllowed(v) {
122
- this.i.vh = ensureBool(v);
123
- this._a("isCustomScatterMarkerStyleAllowed", this.i.vh);
122
+ this.i.vi = ensureBool(v);
123
+ this._a("isCustomScatterMarkerStyleAllowed", this.i.vi);
124
124
  }
125
125
  /**
126
126
  * Gets or sets the mode the series will use to find the closest point to the cursor.
127
127
  */
128
128
  get itemSearchMode() {
129
- return this.i.vc;
129
+ return this.i.vd;
130
130
  }
131
131
  set itemSearchMode(v) {
132
- this.i.vc = ensureEnum(ScatterItemSearchMode_$type, v);
133
- this._a("itemSearchMode", enumToString(ScatterItemSearchMode_$type, this.i.vc));
132
+ this.i.vd = ensureEnum(ScatterItemSearchMode_$type, v);
133
+ this._a("itemSearchMode", enumToString(ScatterItemSearchMode_$type, this.i.vd));
134
134
  }
135
135
  /**
136
136
  * Gets or sets the threshold to use when searching for items using ItemSearchMode.
137
137
  */
138
138
  get itemSearchThreshold() {
139
- return this.i.vk;
139
+ return this.i.vl;
140
140
  }
141
141
  set itemSearchThreshold(v) {
142
- this.i.vk = +v;
143
- this._a("itemSearchThreshold", this.i.vk);
142
+ this.i.vl = +v;
143
+ this._a("itemSearchThreshold", this.i.vl);
144
144
  }
145
145
  /**
146
146
  * Event raised when Assigning Category Style
@@ -66,20 +66,20 @@ export let IgcGeographicTileSeriesComponent = /*@__PURE__*/ (() => {
66
66
  * Gets whether the current series shows a tile imagery.
67
67
  */
68
68
  get isTile() {
69
- return this.i.fg;
69
+ return this.i.fh;
70
70
  }
71
71
  /**
72
72
  * The MapImagery which is used to provide the tiles for display.
73
73
  */
74
74
  get tileImagery() {
75
- const r = this.i.vb;
75
+ const r = this.i.vc;
76
76
  if (r == null) {
77
77
  return null;
78
78
  }
79
79
  return r.externalObject;
80
80
  }
81
81
  set tileImagery(v) {
82
- v == null ? this.i.vb = null : this.i.vb = v.i;
82
+ v == null ? this.i.vc = null : this.i.vc = v.i;
83
83
  }
84
84
  findByName(name) {
85
85
  var baseResult = super.findByName(name);
@@ -96,7 +96,7 @@ export let IgcGeographicTileSeriesComponent = /*@__PURE__*/ (() => {
96
96
 
97
97
  */
98
98
  clearTileCache() {
99
- this.i.vf();
99
+ this.i.vg();
100
100
  }
101
101
  /**
102
102
  * This event is fired whenever the image tiles transition from a loading state (e.g. some are fading in) to a loaded state.
@@ -48,56 +48,56 @@ export let IgcGeographicXYTriangulatingSeriesComponent = /*@__PURE__*/ (() => {
48
48
  * The name of the property from which to extract the Longitude for each item in the ItemsSource.
49
49
  */
50
50
  get longitudeMemberPath() {
51
- return this.i.uf;
51
+ return this.i.ug;
52
52
  }
53
53
  set longitudeMemberPath(v) {
54
- this.i.uf = v;
54
+ this.i.ug = v;
55
55
  }
56
56
  /**
57
57
  * The name of the property from which to extract the Latitude for each item in the ItemsSource.
58
58
  */
59
59
  get latitudeMemberPath() {
60
- return this.i.ud;
60
+ return this.i.ue;
61
61
  }
62
62
  set latitudeMemberPath(v) {
63
- this.i.ud = v;
63
+ this.i.ue = v;
64
64
  }
65
65
  /**
66
66
  * The source of triangulation data.
67
67
  * 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.
68
68
  */
69
69
  get trianglesSource() {
70
- return this.i.uc;
70
+ return this.i.ud;
71
71
  }
72
72
  set trianglesSource(v) {
73
- this.i.uc = v;
73
+ this.i.ud = 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 first vertex point in the ItemsSource.
77
77
  */
78
78
  get triangleVertexMemberPath1() {
79
- return this.i.ui;
79
+ return this.i.uj;
80
80
  }
81
81
  set triangleVertexMemberPath1(v) {
82
- this.i.ui = v;
82
+ this.i.uj = 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 second vertex point in the ItemsSource.
86
86
  */
87
87
  get triangleVertexMemberPath2() {
88
- return this.i.uk;
88
+ return this.i.ul;
89
89
  }
90
90
  set triangleVertexMemberPath2(v) {
91
- this.i.uk = v;
91
+ this.i.ul = v;
92
92
  }
93
93
  /**
94
94
  * The name of the property of the TrianglesSource items which, for each triangle, contains the index of the third vertex point in the ItemsSource.
95
95
  */
96
96
  get triangleVertexMemberPath3() {
97
- return this.i.um;
97
+ return this.i.un;
98
98
  }
99
99
  set triangleVertexMemberPath3(v) {
100
- this.i.um = v;
100
+ this.i.un = v;
101
101
  }
102
102
  }
103
103
  IgcGeographicXYTriangulatingSeriesComponent._observedAttributesIgcGeographicXYTriangulatingSeriesComponent = null;
@@ -62,20 +62,20 @@ export let IgcTileSeriesComponent = /*@__PURE__*/ (() => {
62
62
  * Gets whether the current series shows a tile imagery.
63
63
  */
64
64
  get isTile() {
65
- return this.i.fg;
65
+ return this.i.fh;
66
66
  }
67
67
  /**
68
68
  * The MapImagery which is used to provide the tiles for display.
69
69
  */
70
70
  get tileImagery() {
71
- const r = this.i.ww;
71
+ const r = this.i.wx;
72
72
  if (r == null) {
73
73
  return null;
74
74
  }
75
75
  return r.externalObject;
76
76
  }
77
77
  set tileImagery(v) {
78
- v == null ? this.i.ww = null : this.i.ww = v.i;
78
+ v == null ? this.i.wx = null : this.i.wx = v.i;
79
79
  }
80
80
  findByName(name) {
81
81
  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 };