igniteui-angular-maps 18.1.0 → 18.1.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 +921 -921
  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 +69 -69
  5. package/esm2015/lib/GeographicMapSeriesHost_combined.js +162 -162
  6. package/esm2015/lib/GeographicMarkerSeries.js +27 -27
  7. package/esm2015/lib/GeographicPolylineSeriesView_combined.js +15 -15
  8. package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +82 -82
  9. package/esm2015/lib/GeographicShapeSeriesBase_combined.js +55 -55
  10. package/esm2015/lib/GeographicShapeSeriesView_combined.js +51 -51
  11. package/esm2015/lib/GeographicSymbolSeriesView_combined.js +51 -51
  12. package/esm2015/lib/GeographicTileSeries.js +26 -26
  13. package/esm2015/lib/TileSeries_combined.js +81 -81
  14. package/esm2015/lib/XamGeographicMap_combined.js +82 -82
  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-series-host-component.js +12 -12
  18. package/esm2015/lib/igx-geographic-marker-series-component.js +22 -22
  19. package/esm2015/lib/igx-geographic-polyline-series-component.js +10 -10
  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 +16 -16
  23. package/esm2015/lib/igx-geographic-shape-series-component.js +32 -32
  24. package/esm2015/lib/igx-geographic-symbol-series-component.js +14 -14
  25. package/esm2015/lib/igx-geographic-tile-series-component.js +3 -3
  26. package/esm2015/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  27. package/esm2015/lib/igx-tile-series-component.js +2 -2
  28. package/esm5/lib/GeographicContourLineSeriesView_combined.js +35 -35
  29. package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +69 -69
  30. package/esm5/lib/GeographicMapSeriesHost_combined.js +160 -160
  31. package/esm5/lib/GeographicMarkerSeries.js +27 -27
  32. package/esm5/lib/GeographicPolylineSeriesView_combined.js +15 -15
  33. package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +82 -82
  34. package/esm5/lib/GeographicShapeSeriesBase_combined.js +54 -54
  35. package/esm5/lib/GeographicShapeSeriesView_combined.js +51 -51
  36. package/esm5/lib/GeographicSymbolSeriesView_combined.js +51 -51
  37. package/esm5/lib/GeographicTileSeries.js +25 -25
  38. package/esm5/lib/TileSeries_combined.js +79 -79
  39. package/esm5/lib/XamGeographicMap_combined.js +81 -81
  40. package/esm5/lib/igx-geographic-contour-line-series-component.js +8 -8
  41. package/esm5/lib/igx-geographic-high-density-scatter-series-component.js +22 -22
  42. package/esm5/lib/igx-geographic-map-series-host-component.js +12 -12
  43. package/esm5/lib/igx-geographic-marker-series-component.js +22 -22
  44. package/esm5/lib/igx-geographic-polyline-series-component.js +10 -10
  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 +16 -16
  48. package/esm5/lib/igx-geographic-shape-series-component.js +32 -32
  49. package/esm5/lib/igx-geographic-symbol-series-component.js +14 -14
  50. package/esm5/lib/igx-geographic-tile-series-component.js +3 -3
  51. package/esm5/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  52. package/esm5/lib/igx-tile-series-component.js +2 -2
  53. package/fesm2015/igniteui-angular-maps.js +929 -929
  54. package/fesm5/igniteui-angular-maps.js +921 -921
  55. package/lib/GeographicContourLineSeriesView_combined.d.ts +11 -11
  56. package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +16 -16
  57. package/lib/GeographicMapSeriesHost_combined.d.ts +28 -28
  58. package/lib/GeographicMarkerSeries.d.ts +14 -14
  59. package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
  60. package/lib/GeographicPolylineSeriesView_combined.d.ts +7 -7
  61. package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
  62. package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +21 -21
  63. package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
  64. package/lib/GeographicShapeSeriesBase_combined.d.ts +15 -15
  65. package/lib/GeographicShapeSeriesView_combined.d.ts +21 -21
  66. package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
  67. package/lib/GeographicSymbolSeriesView_combined.d.ts +14 -14
  68. package/lib/GeographicTileSeries.d.ts +8 -8
  69. package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
  70. package/lib/TileSeries_combined.d.ts +19 -19
  71. package/lib/XamGeographicMap_combined.d.ts +22 -22
  72. package/package.json +2 -2
@@ -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.yo;
55
+ return this.i.yp;
56
56
  },
57
57
  set: function (v) {
58
- this.i.yo = v;
58
+ this.i.yp = 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.yq;
68
+ return this.i.yr;
69
69
  },
70
70
  set: function (v) {
71
- this.i.yq = v;
71
+ this.i.yr = 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.yv;
81
+ return this.i.yw;
82
82
  },
83
83
  set: function (v) {
84
- this.i.yv = v;
84
+ this.i.yw = 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.x2;
94
+ var r = this.i.x3;
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.x2 = null : this.i.x2 = v.i;
110
+ v == null ? this.i.x3 = null : this.i.x3 = 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.ym;
120
+ return this.i.yn;
121
121
  },
122
122
  set: function (v) {
123
- this.i.ym = v;
123
+ this.i.yn = 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.ye;
133
+ return this.i.yf;
134
134
  },
135
135
  set: function (v) {
136
- this.i.ye = v;
136
+ this.i.yf = 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.xz;
146
+ var r = this.i.x0;
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.xz = null : this.i.xz = v.i;
162
+ v == null ? this.i.x0 = null : this.i.x0 = 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.x6;
173
+ return this.i.x7;
174
174
  },
175
175
  set: function (v) {
176
- this.i.x6 = ensureBool(v);
176
+ this.i.x7 = 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.x9;
187
+ return this.i.ya;
188
188
  },
189
189
  set: function (v) {
190
- this.i.x9 = ensureBool(v);
190
+ this.i.ya = 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.yc;
201
+ return this.i.yd;
202
202
  },
203
203
  set: function (v) {
204
- this.i.yc = +v;
204
+ this.i.yd = +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.yb;
215
+ return this.i.yc;
216
216
  },
217
217
  set: function (v) {
218
- this.i.yb = +v;
218
+ this.i.yc = +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.ya;
229
+ return this.i.yb;
230
230
  },
231
231
  set: function (v) {
232
- this.i.ya = ensureBool(v);
232
+ this.i.yb = 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.x8;
242
+ return this.i.x9;
243
243
  },
244
244
  set: function (v) {
245
- this.i.x8 = ensureBool(v);
245
+ this.i.x9 = 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.x7;
255
+ return this.i.x8;
256
256
  },
257
257
  set: function (v) {
258
- this.i.x7 = ensureBool(v);
258
+ this.i.x8 = 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.x1;
268
+ return this.i.x2;
269
269
  },
270
270
  set: function (v) {
271
- this.i.x1 = ensureEnum(ScatterItemSearchMode_$type, v);
271
+ this.i.x2 = 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.yd;
281
+ return this.i.ye;
282
282
  },
283
283
  set: function (v) {
284
- this.i.yd = +v;
284
+ this.i.ye = +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.xp;
49
+ return this.i.xq;
50
50
  },
51
51
  set: function (v) {
52
- this.i.xp = v;
52
+ this.i.xq = 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.xk;
62
+ var r = this.i.xl;
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.xk = null : this.i.xk = v.i;
78
+ v == null ? this.i.xl = null : this.i.xl = 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.xj;
88
+ var r = this.i.xk;
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.xj = null : this.i.xj = v.i;
104
+ v == null ? this.i.xk = null : this.i.xk = 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.xu();
138
+ this.i.xv();
139
139
  };
140
140
  Object.defineProperty(IgxGeographicScatterAreaSeriesComponent.prototype, "triangulationStatusChanged", {
141
141
  /**
@@ -100,10 +100,10 @@ var IgxGeographicShapeSeriesBaseComponent = /** @class */ /*@__PURE__*/ (functio
100
100
  * To be consistent with the Shapefile technical description, it is expected that each list of points is defined as an IEnumerable of IEnumerable of Point, or in other words, a list of lists of points.
101
101
  */
102
102
  get: function () {
103
- return this.i.xk;
103
+ return this.i.xl;
104
104
  },
105
105
  set: function (v) {
106
- this.i.xk = v;
106
+ this.i.xl = v;
107
107
  },
108
108
  enumerable: false,
109
109
  configurable: true
@@ -113,10 +113,10 @@ var IgxGeographicShapeSeriesBaseComponent = /** @class */ /*@__PURE__*/ (functio
113
113
  * Gets or sets whether this Shape series should allow custom style overrides of its individual visuals.
114
114
  */
115
115
  get: function () {
116
- return this.i.w9;
116
+ return this.i.xa;
117
117
  },
118
118
  set: function (v) {
119
- this.i.w9 = ensureBool(v);
119
+ this.i.xa = ensureBool(v);
120
120
  },
121
121
  enumerable: false,
122
122
  configurable: true
@@ -126,10 +126,10 @@ var IgxGeographicShapeSeriesBaseComponent = /** @class */ /*@__PURE__*/ (functio
126
126
  * Gets or sets whether this Shape series should allow custom style overrides of its individual marker visuals.
127
127
  */
128
128
  get: function () {
129
- return this.i.w8;
129
+ return this.i.w9;
130
130
  },
131
131
  set: function (v) {
132
- this.i.w8 = ensureBool(v);
132
+ this.i.w9 = ensureBool(v);
133
133
  },
134
134
  enumerable: false,
135
135
  configurable: true
@@ -139,10 +139,10 @@ var IgxGeographicShapeSeriesBaseComponent = /** @class */ /*@__PURE__*/ (functio
139
139
  * Gets or sets the mode the series will use to find the closest point to the cursor.
140
140
  */
141
141
  get: function () {
142
- return this.i.w1;
142
+ return this.i.w2;
143
143
  },
144
144
  set: function (v) {
145
- this.i.w1 = ensureEnum(ShapeItemSearchMode_$type, v);
145
+ this.i.w2 = ensureEnum(ShapeItemSearchMode_$type, v);
146
146
  },
147
147
  enumerable: false,
148
148
  configurable: true
@@ -152,10 +152,10 @@ var IgxGeographicShapeSeriesBaseComponent = /** @class */ /*@__PURE__*/ (functio
152
152
  * Gets or sets the threshold to use when searching for items using ItemSearchMode.
153
153
  */
154
154
  get: function () {
155
- return this.i.xc;
155
+ return this.i.xd;
156
156
  },
157
157
  set: function (v) {
158
- this.i.xc = +v;
158
+ this.i.xd = +v;
159
159
  },
160
160
  enumerable: false,
161
161
  configurable: true
@@ -165,10 +165,10 @@ var IgxGeographicShapeSeriesBaseComponent = /** @class */ /*@__PURE__*/ (functio
165
165
  * Gets or sets the points threshold to use when searching for items using ItemSearchMode.
166
166
  */
167
167
  get: function () {
168
- return this.i.xb;
168
+ return this.i.xc;
169
169
  },
170
170
  set: function (v) {
171
- this.i.xb = +v;
171
+ this.i.xc = +v;
172
172
  },
173
173
  enumerable: false,
174
174
  configurable: true
@@ -178,7 +178,7 @@ var IgxGeographicShapeSeriesBaseComponent = /** @class */ /*@__PURE__*/ (functio
178
178
  * Set a shapefile datasource to use with the series.
179
179
  */
180
180
  get: function () {
181
- var r = this.i.w4;
181
+ var r = this.i.w5;
182
182
  if (r == null) {
183
183
  return null;
184
184
  }
@@ -197,7 +197,7 @@ var IgxGeographicShapeSeriesBaseComponent = /** @class */ /*@__PURE__*/ (functio
197
197
  return r.externalObject;
198
198
  },
199
199
  set: function (v) {
200
- v == null ? this.i.w4 = null : this.i.w4 = v.i;
200
+ v == null ? this.i.w5 = null : this.i.w5 = v.i;
201
201
  },
202
202
  enumerable: false,
203
203
  configurable: true
@@ -208,10 +208,10 @@ var IgxGeographicShapeSeriesBaseComponent = /** @class */ /*@__PURE__*/ (functio
208
208
  * In the case of GeographicPolylineSeries, the resolution is compared to either dimension, rather than both. In other words, a polyline will not be filtered if its height or its width exceeds the value of this property. Whereas with a ShapeSeries, both the height and the width must exceed the value of this property.
209
209
  */
210
210
  get: function () {
211
- return this.i.xa;
211
+ return this.i.xb;
212
212
  },
213
213
  set: function (v) {
214
- this.i.xa = +v;
214
+ this.i.xb = +v;
215
215
  },
216
216
  enumerable: false,
217
217
  configurable: true
@@ -51,11 +51,11 @@ var IgxGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
51
51
  * Gets or sets the fill brush.
52
52
  */
53
53
  get: function () {
54
- return this.i.y6 ? this.i.y6.fill : null;
54
+ return this.i.y7 ? this.i.y7.fill : null;
55
55
  },
56
56
  set: function (v) {
57
57
  this.ensureShapeStyle();
58
- this.i.y6.fill = v;
58
+ this.i.y7.fill = v;
59
59
  },
60
60
  enumerable: false,
61
61
  configurable: true
@@ -65,11 +65,11 @@ var IgxGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
65
65
  * Gets or sets the stroke brush.
66
66
  */
67
67
  get: function () {
68
- return this.i.y6 ? this.i.y6.stroke : null;
68
+ return this.i.y7 ? this.i.y7.stroke : null;
69
69
  },
70
70
  set: function (v) {
71
71
  this.ensureShapeStyle();
72
- this.i.y6.stroke = v;
72
+ this.i.y7.stroke = v;
73
73
  },
74
74
  enumerable: false,
75
75
  configurable: true
@@ -79,11 +79,11 @@ var IgxGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
79
79
  * Gets or sets the stroke thickness.
80
80
  */
81
81
  get: function () {
82
- return this.i.y6 ? this.i.y6.strokeThickness : NaN;
82
+ return this.i.y7 ? this.i.y7.strokeThickness : NaN;
83
83
  },
84
84
  set: function (v) {
85
85
  this.ensureShapeStyle();
86
- this.i.y6.strokeThickness = +v;
86
+ this.i.y7.strokeThickness = +v;
87
87
  },
88
88
  enumerable: false,
89
89
  configurable: true
@@ -93,20 +93,20 @@ var IgxGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
93
93
  * Gets or sets the opacity.
94
94
  */
95
95
  get: function () {
96
- return this.i.y6 ? this.i.y6.opacity : NaN;
96
+ return this.i.y7 ? this.i.y7.opacity : NaN;
97
97
  },
98
98
  set: function (v) {
99
99
  this.ensureShapeStyle();
100
- this.i.y6.opacity = +v;
100
+ this.i.y7.opacity = +v;
101
101
  },
102
102
  enumerable: false,
103
103
  configurable: true
104
104
  });
105
105
  IgxGeographicShapeSeriesComponent.prototype.ensureShapeStyle = function () {
106
- if (this.i.y6) {
106
+ if (this.i.y7) {
107
107
  return;
108
108
  }
109
- this.i.y6 = new Style();
109
+ this.i.y7 = new Style();
110
110
  };
111
111
  Object.defineProperty(IgxGeographicShapeSeriesComponent.prototype, "markerType", {
112
112
  /**
@@ -114,10 +114,10 @@ var IgxGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
114
114
  * If the MarkerTemplate property is set, the setting of the MarkerType property will be ignored.
115
115
  */
116
116
  get: function () {
117
- return this.i.x0;
117
+ return this.i.x1;
118
118
  },
119
119
  set: function (v) {
120
- this.i.x0 = ensureEnum(MarkerType_$type, v);
120
+ this.i.x1 = ensureEnum(MarkerType_$type, v);
121
121
  },
122
122
  enumerable: false,
123
123
  configurable: true
@@ -127,10 +127,10 @@ var IgxGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
127
127
  * Gets or sets whether the marker outline is based on the marker brush of the series rather than the marker outlines collection.
128
128
  */
129
129
  get: function () {
130
- return this.i.xz;
130
+ return this.i.x0;
131
131
  },
132
132
  set: function (v) {
133
- this.i.xz = ensureEnum(MarkerOutlineMode_$type, v);
133
+ this.i.x0 = ensureEnum(MarkerOutlineMode_$type, v);
134
134
  },
135
135
  enumerable: false,
136
136
  configurable: true
@@ -140,10 +140,10 @@ var IgxGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
140
140
  * Gets or sets whether the marker brush is based on the marker outline of the series rather than the marker brushes collection.
141
141
  */
142
142
  get: function () {
143
- return this.i.xy;
143
+ return this.i.xz;
144
144
  },
145
145
  set: function (v) {
146
- this.i.xy = ensureEnum(MarkerFillMode_$type, v);
146
+ this.i.xz = ensureEnum(MarkerFillMode_$type, v);
147
147
  },
148
148
  enumerable: false,
149
149
  configurable: true
@@ -153,10 +153,10 @@ var IgxGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
153
153
  * Gets or sets the MarkerTemplate for the current series object.
154
154
  */
155
155
  get: function () {
156
- return this.i.ym;
156
+ return this.i.yn;
157
157
  },
158
158
  set: function (v) {
159
- this.i.ym = v;
159
+ this.i.yn = v;
160
160
  },
161
161
  enumerable: false,
162
162
  configurable: true
@@ -166,10 +166,10 @@ var IgxGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
166
166
  * Gets or sets the brush that specifies how the current series object's marker interiors are painted.
167
167
  */
168
168
  get: function () {
169
- return brushToString(this.i.y3);
169
+ return brushToString(this.i.y4);
170
170
  },
171
171
  set: function (v) {
172
- this.i.y3 = stringToBrush(v);
172
+ this.i.y4 = stringToBrush(v);
173
173
  },
174
174
  enumerable: false,
175
175
  configurable: true
@@ -179,10 +179,10 @@ var IgxGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
179
179
  * Gets or sets the brush that specifies how the current series object's marker outlines are painted.
180
180
  */
181
181
  get: function () {
182
- return brushToString(this.i.y4);
182
+ return brushToString(this.i.y5);
183
183
  },
184
184
  set: function (v) {
185
- this.i.y4 = stringToBrush(v);
185
+ this.i.y5 = stringToBrush(v);
186
186
  },
187
187
  enumerable: false,
188
188
  configurable: true
@@ -192,10 +192,10 @@ var IgxGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
192
192
  * Gets or sets thickness of the marker outline
193
193
  */
194
194
  get: function () {
195
- return this.i.x3;
195
+ return this.i.x4;
196
196
  },
197
197
  set: function (v) {
198
- this.i.x3 = +v;
198
+ this.i.x4 = +v;
199
199
  },
200
200
  enumerable: false,
201
201
  configurable: true
@@ -205,10 +205,10 @@ var IgxGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
205
205
  * The desired behavior for markers in this series which are placed too close together for the current view, resulting in a collision.
206
206
  */
207
207
  get: function () {
208
- return this.i.xx;
208
+ return this.i.xy;
209
209
  },
210
210
  set: function (v) {
211
- this.i.xx = ensureEnum(CollisionAvoidanceType_$type, v);
211
+ this.i.xy = ensureEnum(CollisionAvoidanceType_$type, v);
212
212
  },
213
213
  enumerable: false,
214
214
  configurable: true
@@ -218,10 +218,10 @@ var IgxGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
218
218
  * Gets the effective marker template for the current series object.
219
219
  */
220
220
  get: function () {
221
- return this.i.yl;
221
+ return this.i.ym;
222
222
  },
223
223
  set: function (v) {
224
- this.i.yl = v;
224
+ this.i.ym = v;
225
225
  },
226
226
  enumerable: false,
227
227
  configurable: true
@@ -231,10 +231,10 @@ var IgxGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
231
231
  * Gets the effective marker brush for the current series object.
232
232
  */
233
233
  get: function () {
234
- return brushToString(this.i.y1);
234
+ return brushToString(this.i.y2);
235
235
  },
236
236
  set: function (v) {
237
- this.i.y1 = stringToBrush(v);
237
+ this.i.y2 = stringToBrush(v);
238
238
  },
239
239
  enumerable: false,
240
240
  configurable: true
@@ -244,10 +244,10 @@ var IgxGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
244
244
  * Gets the effective marker outline for the current series object.
245
245
  */
246
246
  get: function () {
247
- return brushToString(this.i.y2);
247
+ return brushToString(this.i.y3);
248
248
  },
249
249
  set: function (v) {
250
- this.i.y2 = stringToBrush(v);
250
+ this.i.y3 = stringToBrush(v);
251
251
  },
252
252
  enumerable: false,
253
253
  configurable: true
@@ -51,10 +51,10 @@ var IgxGeographicSymbolSeriesComponent = /** @class */ /*@__PURE__*/ (function (
51
51
  * The name of the property of ItemsSource items which contains the latitude coordinate of the symbol.
52
52
  */
53
53
  get: function () {
54
- return this.i.yd;
54
+ return this.i.ye;
55
55
  },
56
56
  set: function (v) {
57
- this.i.yd = v;
57
+ this.i.ye = v;
58
58
  },
59
59
  enumerable: false,
60
60
  configurable: true
@@ -64,10 +64,10 @@ var IgxGeographicSymbolSeriesComponent = /** @class */ /*@__PURE__*/ (function (
64
64
  * The name of the property of ItemsSource items which contains the longitude coordinate of the symbol.
65
65
  */
66
66
  get: function () {
67
- return this.i.yf;
67
+ return this.i.yg;
68
68
  },
69
69
  set: function (v) {
70
- this.i.yf = v;
70
+ this.i.yg = v;
71
71
  },
72
72
  enumerable: false,
73
73
  configurable: true
@@ -77,10 +77,10 @@ var IgxGeographicSymbolSeriesComponent = /** @class */ /*@__PURE__*/ (function (
77
77
  * The desired behavior for markers in this series which are placed too close together for the current view, resulting in a collision.
78
78
  */
79
79
  get: function () {
80
- return this.i.xz;
80
+ return this.i.x0;
81
81
  },
82
82
  set: function (v) {
83
- this.i.xz = ensureEnum(CollisionAvoidanceType_$type, v);
83
+ this.i.x0 = ensureEnum(CollisionAvoidanceType_$type, v);
84
84
  },
85
85
  enumerable: false,
86
86
  configurable: true
@@ -90,10 +90,10 @@ var IgxGeographicSymbolSeriesComponent = /** @class */ /*@__PURE__*/ (function (
90
90
  * Gets or sets whether this Scatter series should allow custom style overrides of its individual visuals.
91
91
  */
92
92
  get: function () {
93
- return this.i.x6;
93
+ return this.i.x7;
94
94
  },
95
95
  set: function (v) {
96
- this.i.x6 = ensureBool(v);
96
+ this.i.x7 = ensureBool(v);
97
97
  },
98
98
  enumerable: false,
99
99
  configurable: true
@@ -103,10 +103,10 @@ var IgxGeographicSymbolSeriesComponent = /** @class */ /*@__PURE__*/ (function (
103
103
  * Gets or sets whether this Scatter series should allow custom style overrides of its individual marker visuals.
104
104
  */
105
105
  get: function () {
106
- return this.i.x5;
106
+ return this.i.x6;
107
107
  },
108
108
  set: function (v) {
109
- this.i.x5 = ensureBool(v);
109
+ this.i.x6 = ensureBool(v);
110
110
  },
111
111
  enumerable: false,
112
112
  configurable: true
@@ -116,10 +116,10 @@ var IgxGeographicSymbolSeriesComponent = /** @class */ /*@__PURE__*/ (function (
116
116
  * Gets or sets the mode the series will use to find the closest point to the cursor.
117
117
  */
118
118
  get: function () {
119
- return this.i.x0;
119
+ return this.i.x1;
120
120
  },
121
121
  set: function (v) {
122
- this.i.x0 = ensureEnum(ScatterItemSearchMode_$type, v);
122
+ this.i.x1 = ensureEnum(ScatterItemSearchMode_$type, v);
123
123
  },
124
124
  enumerable: false,
125
125
  configurable: true
@@ -129,10 +129,10 @@ var IgxGeographicSymbolSeriesComponent = /** @class */ /*@__PURE__*/ (function (
129
129
  * Gets or sets the threshold to use when searching for items using ItemSearchMode.
130
130
  */
131
131
  get: function () {
132
- return this.i.x8;
132
+ return this.i.x9;
133
133
  },
134
134
  set: function (v) {
135
- this.i.x8 = +v;
135
+ this.i.x9 = +v;
136
136
  },
137
137
  enumerable: false,
138
138
  configurable: true