igniteui-angular-maps 18.2.0 → 19.0.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 +1008 -1008
  2. package/bundles/igniteui-angular-maps.umd.min.js +1 -1
  3. package/esm2015/lib/GeographicContourLineSeriesView_combined.js +37 -37
  4. package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +76 -76
  5. package/esm2015/lib/GeographicMapSeriesHost_combined.js +189 -189
  6. package/esm2015/lib/GeographicMarkerSeries.js +28 -28
  7. package/esm2015/lib/GeographicPolylineSeriesView_combined.js +17 -17
  8. package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +84 -84
  9. package/esm2015/lib/GeographicShapeSeriesBase_combined.js +62 -62
  10. package/esm2015/lib/GeographicShapeSeriesView_combined.js +55 -55
  11. package/esm2015/lib/GeographicSymbolSeriesView_combined.js +53 -53
  12. package/esm2015/lib/GeographicTileSeries.js +27 -27
  13. package/esm2015/lib/TileSeries_combined.js +87 -87
  14. package/esm2015/lib/XamGeographicMap_combined.js +86 -86
  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 +22 -22
  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 +32 -32
  21. package/esm2015/lib/igx-geographic-scatter-area-series-component.js +7 -7
  22. package/esm2015/lib/igx-geographic-shape-series-base-component.js +22 -22
  23. package/esm2015/lib/igx-geographic-shape-series-component.js +33 -33
  24. package/esm2015/lib/igx-geographic-symbol-series-component.js +14 -14
  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 +37 -37
  29. package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +76 -76
  30. package/esm5/lib/GeographicMapSeriesHost_combined.js +187 -187
  31. package/esm5/lib/GeographicMarkerSeries.js +28 -28
  32. package/esm5/lib/GeographicPolylineSeriesView_combined.js +17 -17
  33. package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +84 -84
  34. package/esm5/lib/GeographicShapeSeriesBase_combined.js +61 -61
  35. package/esm5/lib/GeographicShapeSeriesView_combined.js +55 -55
  36. package/esm5/lib/GeographicSymbolSeriesView_combined.js +53 -53
  37. package/esm5/lib/GeographicTileSeries.js +26 -26
  38. package/esm5/lib/TileSeries_combined.js +85 -85
  39. package/esm5/lib/XamGeographicMap_combined.js +85 -85
  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 +22 -22
  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 +32 -32
  46. package/esm5/lib/igx-geographic-scatter-area-series-component.js +7 -7
  47. package/esm5/lib/igx-geographic-shape-series-base-component.js +22 -22
  48. package/esm5/lib/igx-geographic-shape-series-component.js +33 -33
  49. package/esm5/lib/igx-geographic-symbol-series-component.js +14 -14
  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 +1016 -1016
  54. package/fesm5/igniteui-angular-maps.js +1008 -1008
  55. package/lib/GeographicContourLineSeriesView_combined.d.ts +12 -12
  56. package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +20 -20
  57. package/lib/GeographicMapSeriesHost_combined.d.ts +44 -44
  58. package/lib/GeographicMarkerSeries.d.ts +15 -15
  59. package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
  60. package/lib/GeographicPolylineSeriesView_combined.d.ts +8 -8
  61. package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
  62. package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +23 -23
  63. package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
  64. package/lib/GeographicShapeSeriesBase_combined.d.ts +21 -21
  65. package/lib/GeographicShapeSeriesView_combined.d.ts +24 -24
  66. package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
  67. package/lib/GeographicSymbolSeriesView_combined.d.ts +16 -16
  68. package/lib/GeographicTileSeries.d.ts +9 -9
  69. package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
  70. package/lib/TileSeries_combined.d.ts +20 -20
  71. package/lib/XamGeographicMap_combined.d.ts +24 -24
  72. package/package.json +5 -5
@@ -26,7 +26,7 @@ var IgxGeographicMapSeriesHostComponent = /** @class */ /*@__PURE__*/ (function
26
26
  * Checks if this control is geographic coordinate system
27
27
  */
28
28
  get: function () {
29
- return this.i.fc;
29
+ return this.i.fb;
30
30
  },
31
31
  enumerable: false,
32
32
  configurable: true
@@ -47,10 +47,10 @@ var IgxGeographicMapSeriesHostComponent = /** @class */ /*@__PURE__*/ (function
47
47
  * The default value for this property is 1.0, which means the series will always be visible. At a VisibleFromScale setting of 0.0, the series will never be visible. At a VisibleFromScale setting of 0.5, the series will be visible as long as the map is zoomed in to at least 200%.
48
48
  */
49
49
  get: function () {
50
- return this.i.w2;
50
+ return this.i.w1;
51
51
  },
52
52
  set: function (v) {
53
- this.i.w2 = +v;
53
+ this.i.w1 = +v;
54
54
  },
55
55
  enumerable: false,
56
56
  configurable: true
@@ -75,10 +75,10 @@ var IgxGeographicMapSeriesHostComponent = /** @class */ /*@__PURE__*/ (function
75
75
 
76
76
  */
77
77
  IgxGeographicMapSeriesHostComponent.prototype.notifyIndexedPropertiesChanged = function () {
78
- this.i.qg();
78
+ this.i.qf();
79
79
  };
80
80
  IgxGeographicMapSeriesHostComponent.prototype.getItemValue = function (item, memberPathName) {
81
- var iv = this.i.kq(item, memberPathName);
81
+ var iv = this.i.kp(item, memberPathName);
82
82
  return (iv);
83
83
  };
84
84
  /**
@@ -87,7 +87,7 @@ var IgxGeographicMapSeriesHostComponent = /** @class */ /*@__PURE__*/ (function
87
87
  * @param memberPathName * The property name of a valid member path for the series
88
88
  */
89
89
  IgxGeographicMapSeriesHostComponent.prototype.getMemberPathValue = function (memberPathName) {
90
- var iv = this.i.md(memberPathName);
90
+ var iv = this.i.mc(memberPathName);
91
91
  return (iv);
92
92
  };
93
93
  /**
@@ -96,23 +96,23 @@ var IgxGeographicMapSeriesHostComponent = /** @class */ /*@__PURE__*/ (function
96
96
  * @param world * The world coordinates to use.
97
97
  */
98
98
  IgxGeographicMapSeriesHostComponent.prototype.getItem = function (world) {
99
- var iv = this.i.kn(toPoint(world));
99
+ var iv = this.i.km(toPoint(world));
100
100
  return (iv);
101
101
  };
102
102
  IgxGeographicMapSeriesHostComponent.prototype.getPreviousOrExactIndex = function (world, skipUnknowns) {
103
- var iv = this.i.ka(toPoint(world), skipUnknowns);
103
+ var iv = this.i.j9(toPoint(world), skipUnknowns);
104
104
  return (iv);
105
105
  };
106
106
  IgxGeographicMapSeriesHostComponent.prototype.getNextOrExactIndex = function (world, skipUnknowns) {
107
- var iv = this.i.j8(toPoint(world), skipUnknowns);
107
+ var iv = this.i.j7(toPoint(world), skipUnknowns);
108
108
  return (iv);
109
109
  };
110
110
  IgxGeographicMapSeriesHostComponent.prototype.getSeriesValue = function (world, useInterpolation, skipUnknowns) {
111
- var iv = this.i.i5(toPoint(world), useInterpolation, skipUnknowns);
111
+ var iv = this.i.i4(toPoint(world), useInterpolation, skipUnknowns);
112
112
  return (iv);
113
113
  };
114
114
  IgxGeographicMapSeriesHostComponent.prototype.getSeriesValuePosition = function (world, useInterpolation, skipUnknowns) {
115
- var iv = this.i.wc(toPoint(world), useInterpolation, skipUnknowns);
115
+ var iv = this.i.wb(toPoint(world), useInterpolation, skipUnknowns);
116
116
  return fromPoint(iv);
117
117
  };
118
118
  /**
@@ -121,7 +121,7 @@ var IgxGeographicMapSeriesHostComponent = /** @class */ /*@__PURE__*/ (function
121
121
  * @param world * The world coordinate for which to get a value bounding box for
122
122
  */
123
123
  IgxGeographicMapSeriesHostComponent.prototype.getSeriesValueBoundingBox = function (world) {
124
- var iv = this.i.wn(toPoint(world));
124
+ var iv = this.i.wm(toPoint(world));
125
125
  return fromRect(iv);
126
126
  };
127
127
  /**
@@ -130,31 +130,31 @@ var IgxGeographicMapSeriesHostComponent = /** @class */ /*@__PURE__*/ (function
130
130
  * @param world * The world coordinates for which to get a value marker bounding box for
131
131
  */
132
132
  IgxGeographicMapSeriesHostComponent.prototype.getSeriesValueMarkerBoundingBox = function (world) {
133
- var iv = this.i.wp(toPoint(world));
133
+ var iv = this.i.wo(toPoint(world));
134
134
  return fromRect(iv);
135
135
  };
136
136
  IgxGeographicMapSeriesHostComponent.prototype.getSeriesHighValue = function (world, useInterpolation, skipUnknowns) {
137
- var iv = this.i.i1(toPoint(world), useInterpolation, skipUnknowns);
137
+ var iv = this.i.i0(toPoint(world), useInterpolation, skipUnknowns);
138
138
  return (iv);
139
139
  };
140
140
  IgxGeographicMapSeriesHostComponent.prototype.getSeriesHighValuePosition = function (world, useInterpolation, skipUnknowns) {
141
- var iv = this.i.v8(toPoint(world), useInterpolation, skipUnknowns);
141
+ var iv = this.i.v7(toPoint(world), useInterpolation, skipUnknowns);
142
142
  return fromPoint(iv);
143
143
  };
144
144
  IgxGeographicMapSeriesHostComponent.prototype.getSeriesLowValue = function (world, useInterpolation, skipUnknowns) {
145
- var iv = this.i.i3(toPoint(world), useInterpolation, skipUnknowns);
145
+ var iv = this.i.i2(toPoint(world), useInterpolation, skipUnknowns);
146
146
  return (iv);
147
147
  };
148
148
  IgxGeographicMapSeriesHostComponent.prototype.getSeriesLowValuePosition = function (world, useInterpolation, skipUnknowns) {
149
- var iv = this.i.wa(toPoint(world), useInterpolation, skipUnknowns);
149
+ var iv = this.i.v9(toPoint(world), useInterpolation, skipUnknowns);
150
150
  return fromPoint(iv);
151
151
  };
152
152
  IgxGeographicMapSeriesHostComponent.prototype.getSeriesValuePositionFromSeriesPixel = function (mouse, useInterpolation, skipUnknowns) {
153
- var iv = this.i.wd(toPoint(mouse), useInterpolation, skipUnknowns);
153
+ var iv = this.i.wc(toPoint(mouse), useInterpolation, skipUnknowns);
154
154
  return fromPoint(iv);
155
155
  };
156
156
  IgxGeographicMapSeriesHostComponent.prototype.getSeriesValueFromSeriesPixel = function (mouse, useInterpolation, skipUnknowns) {
157
- var iv = this.i.i6(toPoint(mouse), useInterpolation, skipUnknowns);
157
+ var iv = this.i.i5(toPoint(mouse), useInterpolation, skipUnknowns);
158
158
  return (iv);
159
159
  };
160
160
  /**
@@ -162,7 +162,7 @@ var IgxGeographicMapSeriesHostComponent = /** @class */ /*@__PURE__*/ (function
162
162
 
163
163
  */
164
164
  IgxGeographicMapSeriesHostComponent.prototype.getItemSpan = function () {
165
- var iv = this.i.iw();
165
+ var iv = this.i.iv();
166
166
  return (iv);
167
167
  };
168
168
  /**
@@ -171,14 +171,14 @@ var IgxGeographicMapSeriesHostComponent = /** @class */ /*@__PURE__*/ (function
171
171
  * @param animate * True if the change should be animated.
172
172
  */
173
173
  IgxGeographicMapSeriesHostComponent.prototype.renderSeries = function (animate) {
174
- this.i.rr(animate);
174
+ this.i.rq(animate);
175
175
  };
176
176
  /**
177
177
  * Called when this series' Style is updated.
178
178
 
179
179
  */
180
180
  IgxGeographicMapSeriesHostComponent.prototype.styleUpdated = function () {
181
- this.i.sc();
181
+ this.i.sb();
182
182
  };
183
183
  IgxGeographicMapSeriesHostComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxGeographicMapSeriesHostComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
184
184
  IgxGeographicMapSeriesHostComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: IgxGeographicMapSeriesHostComponent, selector: "ng-component", inputs: { visibleFromScale: "visibleFromScale", coercionMethods: "coercionMethods" }, usesInheritance: true, ngImport: i0, template: "", isInline: true });
@@ -30,10 +30,10 @@ var IgxGeographicMarkerSeriesComponent = /** @class */ /*@__PURE__*/ (function (
30
30
  * If the MarkerTemplate property is set, the setting of the MarkerType property will be ignored.
31
31
  */
32
32
  get: function () {
33
- return this.i.xa;
33
+ return this.i.w9;
34
34
  },
35
35
  set: function (v) {
36
- this.i.xa = ensureEnum(MarkerType_$type, v);
36
+ this.i.w9 = ensureEnum(MarkerType_$type, v);
37
37
  },
38
38
  enumerable: false,
39
39
  configurable: true
@@ -43,10 +43,10 @@ var IgxGeographicMarkerSeriesComponent = /** @class */ /*@__PURE__*/ (function (
43
43
  * Gets or sets thickness of the marker outline
44
44
  */
45
45
  get: function () {
46
- return this.i.xb;
46
+ return this.i.xa;
47
47
  },
48
48
  set: function (v) {
49
- this.i.xb = +v;
49
+ this.i.xa = +v;
50
50
  },
51
51
  enumerable: false,
52
52
  configurable: true
@@ -56,10 +56,10 @@ var IgxGeographicMarkerSeriesComponent = /** @class */ /*@__PURE__*/ (function (
56
56
  * Gets or sets whether the marker outline is based on the marker brush of the series rather than the marker outlines collection.
57
57
  */
58
58
  get: function () {
59
- return this.i.w9;
59
+ return this.i.w8;
60
60
  },
61
61
  set: function (v) {
62
- this.i.w9 = ensureEnum(MarkerOutlineMode_$type, v);
62
+ this.i.w8 = ensureEnum(MarkerOutlineMode_$type, v);
63
63
  },
64
64
  enumerable: false,
65
65
  configurable: true
@@ -69,10 +69,10 @@ var IgxGeographicMarkerSeriesComponent = /** @class */ /*@__PURE__*/ (function (
69
69
  * Gets or sets whether the marker fill is based on the marker outline of the series rather than the marker brushes collection.
70
70
  */
71
71
  get: function () {
72
- return this.i.w8;
72
+ return this.i.w7;
73
73
  },
74
74
  set: function (v) {
75
- this.i.w8 = ensureEnum(MarkerFillMode_$type, v);
75
+ this.i.w7 = ensureEnum(MarkerFillMode_$type, v);
76
76
  },
77
77
  enumerable: false,
78
78
  configurable: true
@@ -82,10 +82,10 @@ var IgxGeographicMarkerSeriesComponent = /** @class */ /*@__PURE__*/ (function (
82
82
  * Gets or sets the MarkerTemplate for the current series object.
83
83
  */
84
84
  get: function () {
85
- return this.i.xq;
85
+ return this.i.xp;
86
86
  },
87
87
  set: function (v) {
88
- this.i.xq = v;
88
+ this.i.xp = v;
89
89
  },
90
90
  enumerable: false,
91
91
  configurable: true
@@ -95,10 +95,10 @@ var IgxGeographicMarkerSeriesComponent = /** @class */ /*@__PURE__*/ (function (
95
95
  * Gets or sets the brush that specifies how the current series object's marker interiors are painted.
96
96
  */
97
97
  get: function () {
98
- return brushToString(this.i.x4);
98
+ return brushToString(this.i.x3);
99
99
  },
100
100
  set: function (v) {
101
- this.i.x4 = stringToBrush(v);
101
+ this.i.x3 = stringToBrush(v);
102
102
  },
103
103
  enumerable: false,
104
104
  configurable: true
@@ -108,10 +108,10 @@ var IgxGeographicMarkerSeriesComponent = /** @class */ /*@__PURE__*/ (function (
108
108
  * Gets or sets the brush that specifies how the current series object's marker outlines are painted.
109
109
  */
110
110
  get: function () {
111
- return brushToString(this.i.x5);
111
+ return brushToString(this.i.x4);
112
112
  },
113
113
  set: function (v) {
114
- this.i.x5 = stringToBrush(v);
114
+ this.i.x4 = stringToBrush(v);
115
115
  },
116
116
  enumerable: false,
117
117
  configurable: true
@@ -123,10 +123,10 @@ var IgxGeographicMarkerSeriesComponent = /** @class */ /*@__PURE__*/ (function (
123
123
  * choose a representative set.
124
124
  */
125
125
  get: function () {
126
- return this.i.xc;
126
+ return this.i.xb;
127
127
  },
128
128
  set: function (v) {
129
- this.i.xc = +v;
129
+ this.i.xb = +v;
130
130
  },
131
131
  enumerable: false,
132
132
  configurable: true
@@ -136,10 +136,10 @@ var IgxGeographicMarkerSeriesComponent = /** @class */ /*@__PURE__*/ (function (
136
136
  * Gets the effective marker template for the current series object.
137
137
  */
138
138
  get: function () {
139
- return this.i.xp;
139
+ return this.i.xo;
140
140
  },
141
141
  set: function (v) {
142
- this.i.xp = v;
142
+ this.i.xo = v;
143
143
  },
144
144
  enumerable: false,
145
145
  configurable: true
@@ -149,10 +149,10 @@ var IgxGeographicMarkerSeriesComponent = /** @class */ /*@__PURE__*/ (function (
149
149
  * Gets the effective marker brush for the current series object.
150
150
  */
151
151
  get: function () {
152
- return brushToString(this.i.x2);
152
+ return brushToString(this.i.x1);
153
153
  },
154
154
  set: function (v) {
155
- this.i.x2 = stringToBrush(v);
155
+ this.i.x1 = stringToBrush(v);
156
156
  },
157
157
  enumerable: false,
158
158
  configurable: true
@@ -162,10 +162,10 @@ var IgxGeographicMarkerSeriesComponent = /** @class */ /*@__PURE__*/ (function (
162
162
  * Gets the effective marker outline for the current series object.
163
163
  */
164
164
  get: function () {
165
- return brushToString(this.i.x3);
165
+ return brushToString(this.i.x2);
166
166
  },
167
167
  set: function (v) {
168
- this.i.x3 = stringToBrush(v);
168
+ this.i.x2 = stringToBrush(v);
169
169
  },
170
170
  enumerable: false,
171
171
  configurable: true
@@ -36,7 +36,7 @@ var IgxGeographicPolylineSeriesComponent = /** @class */ /*@__PURE__*/ (function
36
36
  * Gets whether the current series shows a polyline shape.
37
37
  */
38
38
  get: function () {
39
- return this.i.fr;
39
+ return this.i.fq;
40
40
  },
41
41
  enumerable: false,
42
42
  configurable: true
@@ -46,11 +46,11 @@ var IgxGeographicPolylineSeriesComponent = /** @class */ /*@__PURE__*/ (function
46
46
  * Gets or sets the fill brush.
47
47
  */
48
48
  get: function () {
49
- return this.i.yn ? this.i.yn.fill : null;
49
+ return this.i.ym ? this.i.ym.fill : null;
50
50
  },
51
51
  set: function (v) {
52
52
  this.ensureShapeStyle();
53
- this.i.yn.fill = v;
53
+ this.i.ym.fill = v;
54
54
  },
55
55
  enumerable: false,
56
56
  configurable: true
@@ -60,11 +60,11 @@ var IgxGeographicPolylineSeriesComponent = /** @class */ /*@__PURE__*/ (function
60
60
  * Gets or sets the stroke brush.
61
61
  */
62
62
  get: function () {
63
- return this.i.yn ? this.i.yn.stroke : null;
63
+ return this.i.ym ? this.i.ym.stroke : null;
64
64
  },
65
65
  set: function (v) {
66
66
  this.ensureShapeStyle();
67
- this.i.yn.stroke = v;
67
+ this.i.ym.stroke = v;
68
68
  },
69
69
  enumerable: false,
70
70
  configurable: true
@@ -74,11 +74,11 @@ var IgxGeographicPolylineSeriesComponent = /** @class */ /*@__PURE__*/ (function
74
74
  * Gets or sets the stroke thickness.
75
75
  */
76
76
  get: function () {
77
- return this.i.yn ? this.i.yn.strokeThickness : NaN;
77
+ return this.i.ym ? this.i.ym.strokeThickness : NaN;
78
78
  },
79
79
  set: function (v) {
80
80
  this.ensureShapeStyle();
81
- this.i.yn.strokeThickness = +v;
81
+ this.i.ym.strokeThickness = +v;
82
82
  },
83
83
  enumerable: false,
84
84
  configurable: true
@@ -88,20 +88,20 @@ var IgxGeographicPolylineSeriesComponent = /** @class */ /*@__PURE__*/ (function
88
88
  * Gets or sets the opacity.
89
89
  */
90
90
  get: function () {
91
- return this.i.yn ? this.i.yn.opacity : NaN;
91
+ return this.i.ym ? this.i.ym.opacity : NaN;
92
92
  },
93
93
  set: function (v) {
94
94
  this.ensureShapeStyle();
95
- this.i.yn.opacity = +v;
95
+ this.i.ym.opacity = +v;
96
96
  },
97
97
  enumerable: false,
98
98
  configurable: true
99
99
  });
100
100
  IgxGeographicPolylineSeriesComponent.prototype.ensureShapeStyle = function () {
101
- if (this.i.yn) {
101
+ if (this.i.ym) {
102
102
  return;
103
103
  }
104
- this.i.yn = new Style();
104
+ this.i.ym = new Style();
105
105
  };
106
106
  Object.defineProperty(IgxGeographicPolylineSeriesComponent.prototype, "styleShape", {
107
107
  get: function () {
@@ -52,10 +52,10 @@ var IgxGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
52
52
  * The name of the property of ItemsSource items which contains the latitude coordinate of the symbol.
53
53
  */
54
54
  get: function () {
55
- return this.i.yx;
55
+ return this.i.yw;
56
56
  },
57
57
  set: function (v) {
58
- this.i.yx = v;
58
+ this.i.yw = v;
59
59
  },
60
60
  enumerable: false,
61
61
  configurable: true
@@ -65,10 +65,10 @@ var IgxGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
65
65
  * The name of the property of ItemsSource items which contains the longitude coordinate of the symbol.
66
66
  */
67
67
  get: function () {
68
- return this.i.yz;
68
+ return this.i.yy;
69
69
  },
70
70
  set: function (v) {
71
- this.i.yz = v;
71
+ this.i.yy = v;
72
72
  },
73
73
  enumerable: false,
74
74
  configurable: true
@@ -78,10 +78,10 @@ var IgxGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
78
78
  * Gets or sets the radius mapping property for the current series object.
79
79
  */
80
80
  get: function () {
81
- return this.i.y4;
81
+ return this.i.y3;
82
82
  },
83
83
  set: function (v) {
84
- this.i.y4 = v;
84
+ this.i.y3 = v;
85
85
  },
86
86
  enumerable: false,
87
87
  configurable: true
@@ -91,7 +91,7 @@ var IgxGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
91
91
  * Gets or sets the radius size scale for the bubbles.
92
92
  */
93
93
  get: function () {
94
- var r = this.i.yb;
94
+ var r = this.i.ya;
95
95
  if (r == null) {
96
96
  return null;
97
97
  }
@@ -107,7 +107,7 @@ var IgxGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
107
107
  set: function (v) {
108
108
  if (v != null && this._stylingContainer && v._styling)
109
109
  v._styling(this._stylingContainer, this, this);
110
- v == null ? this.i.yb = null : this.i.yb = v.i;
110
+ v == null ? this.i.ya = null : this.i.ya = v.i;
111
111
  },
112
112
  enumerable: false,
113
113
  configurable: true
@@ -117,10 +117,10 @@ var IgxGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
117
117
  * Gets or sets the Label mapping property for the current series object.
118
118
  */
119
119
  get: function () {
120
- return this.i.yv;
120
+ return this.i.yu;
121
121
  },
122
122
  set: function (v) {
123
- this.i.yv = v;
123
+ this.i.yu = v;
124
124
  },
125
125
  enumerable: false,
126
126
  configurable: true
@@ -130,10 +130,10 @@ var IgxGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
130
130
  * Gets or sets the fill mapping property for the current series object.
131
131
  */
132
132
  get: function () {
133
- return this.i.yn;
133
+ return this.i.ym;
134
134
  },
135
135
  set: function (v) {
136
- this.i.yn = v;
136
+ this.i.ym = v;
137
137
  },
138
138
  enumerable: false,
139
139
  configurable: true
@@ -143,7 +143,7 @@ var IgxGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
143
143
  * Gets or sets the brush scale for the marker brush.
144
144
  */
145
145
  get: function () {
146
- var r = this.i.x8;
146
+ var r = this.i.x7;
147
147
  if (r == null) {
148
148
  return null;
149
149
  }
@@ -159,7 +159,7 @@ var IgxGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
159
159
  set: function (v) {
160
160
  if (v != null && this._stylingContainer && v._styling)
161
161
  v._styling(this._stylingContainer, this, this);
162
- v == null ? this.i.x8 = null : this.i.x8 = v.i;
162
+ v == null ? this.i.x7 = null : this.i.x7 = v.i;
163
163
  },
164
164
  enumerable: false,
165
165
  configurable: true
@@ -170,10 +170,10 @@ var IgxGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
170
170
  * This setting applies only if multiple series are using the same FillScale.
171
171
  */
172
172
  get: function () {
173
- return this.i.yf;
173
+ return this.i.ye;
174
174
  },
175
175
  set: function (v) {
176
- this.i.yf = ensureBool(v);
176
+ this.i.ye = ensureBool(v);
177
177
  },
178
178
  enumerable: false,
179
179
  configurable: true
@@ -184,10 +184,10 @@ var IgxGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
184
184
  * This setting applies only if the current series has a FillScale set and it overrides MarkerOutline setting.
185
185
  */
186
186
  get: function () {
187
- return this.i.yi;
187
+ return this.i.yh;
188
188
  },
189
189
  set: function (v) {
190
- this.i.yi = ensureBool(v);
190
+ this.i.yh = ensureBool(v);
191
191
  },
192
192
  enumerable: false,
193
193
  configurable: true
@@ -198,10 +198,10 @@ var IgxGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
198
198
  * Note you can use any values between minimum value of -1 (darkest outline) and maximum value of 1 (brightest outline)
199
199
  */
200
200
  get: function () {
201
- return this.i.yl;
201
+ return this.i.yk;
202
202
  },
203
203
  set: function (v) {
204
- this.i.yl = +v;
204
+ this.i.yk = +v;
205
205
  },
206
206
  enumerable: false,
207
207
  configurable: true
@@ -212,10 +212,10 @@ var IgxGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
212
212
  * Note you can use any values between minimum value of -1 (darkest fill) and maximum value of 1 (brightest fill)
213
213
  */
214
214
  get: function () {
215
- return this.i.yk;
215
+ return this.i.yj;
216
216
  },
217
217
  set: function (v) {
218
- this.i.yk = +v;
218
+ this.i.yj = +v;
219
219
  },
220
220
  enumerable: false,
221
221
  configurable: true
@@ -226,10 +226,10 @@ var IgxGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
226
226
  * This setting applies only if multiple series are using the same RadiusScale.
227
227
  */
228
228
  get: function () {
229
- return this.i.yj;
229
+ return this.i.yi;
230
230
  },
231
231
  set: function (v) {
232
- this.i.yj = ensureBool(v);
232
+ this.i.yi = ensureBool(v);
233
233
  },
234
234
  enumerable: false,
235
235
  configurable: true
@@ -239,10 +239,10 @@ var IgxGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
239
239
  * Gets or sets whether this Scatter series should allow custom style overrides of its individual visuals.
240
240
  */
241
241
  get: function () {
242
- return this.i.yh;
242
+ return this.i.yg;
243
243
  },
244
244
  set: function (v) {
245
- this.i.yh = ensureBool(v);
245
+ this.i.yg = ensureBool(v);
246
246
  },
247
247
  enumerable: false,
248
248
  configurable: true
@@ -252,10 +252,10 @@ var IgxGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
252
252
  * Gets or sets whether this Scatter series should allow custom style overrides of its individual marker visuals.
253
253
  */
254
254
  get: function () {
255
- return this.i.yg;
255
+ return this.i.yf;
256
256
  },
257
257
  set: function (v) {
258
- this.i.yg = ensureBool(v);
258
+ this.i.yf = ensureBool(v);
259
259
  },
260
260
  enumerable: false,
261
261
  configurable: true
@@ -265,10 +265,10 @@ var IgxGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
265
265
  * Gets or sets the mode the series will use to find the closest point to the cursor.
266
266
  */
267
267
  get: function () {
268
- return this.i.ya;
268
+ return this.i.x9;
269
269
  },
270
270
  set: function (v) {
271
- this.i.ya = ensureEnum(ScatterItemSearchMode_$type, v);
271
+ this.i.x9 = ensureEnum(ScatterItemSearchMode_$type, v);
272
272
  },
273
273
  enumerable: false,
274
274
  configurable: true
@@ -278,10 +278,10 @@ var IgxGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
278
278
  * Gets or sets the threshold to use when searching for items using ItemSearchMode.
279
279
  */
280
280
  get: function () {
281
- return this.i.ym;
281
+ return this.i.yl;
282
282
  },
283
283
  set: function (v) {
284
- this.i.ym = +v;
284
+ this.i.yl = +v;
285
285
  },
286
286
  enumerable: false,
287
287
  configurable: true
@@ -46,10 +46,10 @@ var IgxGeographicScatterAreaSeriesComponent = /** @class */ /*@__PURE__*/ (funct
46
46
  * The name of the property on each data item containing a numeric value which can be converted to a color by the ColorScale.
47
47
  */
48
48
  get: function () {
49
- return this.i.xy;
49
+ return this.i.xx;
50
50
  },
51
51
  set: function (v) {
52
- this.i.xy = v;
52
+ this.i.xx = v;
53
53
  },
54
54
  enumerable: false,
55
55
  configurable: true
@@ -59,7 +59,7 @@ var IgxGeographicScatterAreaSeriesComponent = /** @class */ /*@__PURE__*/ (funct
59
59
  * The ColorScale used to resolve the color values of points in the series.
60
60
  */
61
61
  get: function () {
62
- var r = this.i.xt;
62
+ var r = this.i.xs;
63
63
  if (r == null) {
64
64
  return null;
65
65
  }
@@ -75,7 +75,7 @@ var IgxGeographicScatterAreaSeriesComponent = /** @class */ /*@__PURE__*/ (funct
75
75
  set: function (v) {
76
76
  if (v != null && this._stylingContainer && v._styling)
77
77
  v._styling(this._stylingContainer, this, this);
78
- v == null ? this.i.xt = null : this.i.xt = v.i;
78
+ v == null ? this.i.xs = null : this.i.xs = v.i;
79
79
  },
80
80
  enumerable: false,
81
81
  configurable: true
@@ -85,7 +85,7 @@ var IgxGeographicScatterAreaSeriesComponent = /** @class */ /*@__PURE__*/ (funct
85
85
  * Gets actual color scale that is set on ColorScale property or default ColorScale
86
86
  */
87
87
  get: function () {
88
- var r = this.i.xs;
88
+ var r = this.i.xr;
89
89
  if (r == null) {
90
90
  return null;
91
91
  }
@@ -101,7 +101,7 @@ var IgxGeographicScatterAreaSeriesComponent = /** @class */ /*@__PURE__*/ (funct
101
101
  set: function (v) {
102
102
  if (v != null && this._stylingContainer && v._styling)
103
103
  v._styling(this._stylingContainer, this, this);
104
- v == null ? this.i.xs = null : this.i.xs = v.i;
104
+ v == null ? this.i.xr = null : this.i.xr = v.i;
105
105
  },
106
106
  enumerable: false,
107
107
  configurable: true
@@ -135,7 +135,7 @@ var IgxGeographicScatterAreaSeriesComponent = /** @class */ /*@__PURE__*/ (funct
135
135
 
136
136
  */
137
137
  IgxGeographicScatterAreaSeriesComponent.prototype.updateActualColorScale = function () {
138
- this.i.x3();
138
+ this.i.x2();
139
139
  };
140
140
  Object.defineProperty(IgxGeographicScatterAreaSeriesComponent.prototype, "triangulationStatusChanged", {
141
141
  /**