igniteui-webcomponents-maps 3.2.1 → 3.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (72) hide show
  1. package/bundles/igniteui-webcomponents-maps.umd.js +997 -997
  2. package/bundles/igniteui-webcomponents-maps.umd.min.js +1 -1
  3. package/esm2015/lib/GeographicContourLineSeriesView_combined.js +34 -34
  4. package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +69 -69
  5. package/esm2015/lib/GeographicMapSeriesHost_combined.js +154 -154
  6. package/esm2015/lib/GeographicMarkerSeries.js +25 -25
  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 +49 -49
  11. package/esm2015/lib/GeographicSymbolSeriesView_combined.js +51 -51
  12. package/esm2015/lib/GeographicTileSeries.js +26 -26
  13. package/esm2015/lib/TileSeries_combined.js +79 -79
  14. package/esm2015/lib/XamGeographicMap_combined.js +82 -82
  15. package/esm2015/lib/igc-geographic-contour-line-series-component.js +23 -23
  16. package/esm2015/lib/igc-geographic-high-density-scatter-series-component.js +31 -31
  17. package/esm2015/lib/igc-geographic-map-series-host-component.js +12 -12
  18. package/esm2015/lib/igc-geographic-marker-series-component.js +31 -31
  19. package/esm2015/lib/igc-geographic-polyline-series-component.js +12 -12
  20. package/esm2015/lib/igc-geographic-proportional-symbol-series-component.js +51 -51
  21. package/esm2015/lib/igc-geographic-scatter-area-series-component.js +17 -17
  22. package/esm2015/lib/igc-geographic-shape-series-base-component.js +26 -26
  23. package/esm2015/lib/igc-geographic-shape-series-component.js +43 -43
  24. package/esm2015/lib/igc-geographic-symbol-series-component.js +19 -19
  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 +34 -34
  29. package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +69 -69
  30. package/esm5/lib/GeographicMapSeriesHost_combined.js +152 -152
  31. package/esm5/lib/GeographicMarkerSeries.js +25 -25
  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 +49 -49
  36. package/esm5/lib/GeographicSymbolSeriesView_combined.js +51 -51
  37. package/esm5/lib/GeographicTileSeries.js +25 -25
  38. package/esm5/lib/TileSeries_combined.js +77 -77
  39. package/esm5/lib/XamGeographicMap_combined.js +81 -81
  40. package/esm5/lib/igc-geographic-contour-line-series-component.js +23 -23
  41. package/esm5/lib/igc-geographic-high-density-scatter-series-component.js +31 -31
  42. package/esm5/lib/igc-geographic-map-series-host-component.js +12 -12
  43. package/esm5/lib/igc-geographic-marker-series-component.js +31 -31
  44. package/esm5/lib/igc-geographic-polyline-series-component.js +12 -12
  45. package/esm5/lib/igc-geographic-proportional-symbol-series-component.js +51 -51
  46. package/esm5/lib/igc-geographic-scatter-area-series-component.js +17 -17
  47. package/esm5/lib/igc-geographic-shape-series-base-component.js +26 -26
  48. package/esm5/lib/igc-geographic-shape-series-component.js +43 -43
  49. package/esm5/lib/igc-geographic-symbol-series-component.js +19 -19
  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 +1006 -1006
  54. package/fesm5/igniteui-webcomponents-maps.js +997 -997
  55. package/lib/GeographicContourLineSeriesView_combined.d.ts +11 -11
  56. package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +15 -15
  57. package/lib/GeographicMapSeriesHost_combined.d.ts +24 -24
  58. package/lib/GeographicMarkerSeries.d.ts +13 -13
  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 +14 -14
  65. package/lib/GeographicShapeSeriesView_combined.d.ts +20 -20
  66. package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
  67. package/lib/GeographicSymbolSeriesView_combined.d.ts +14 -14
  68. package/lib/GeographicTileSeries.d.ts +7 -7
  69. package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
  70. package/lib/TileSeries_combined.d.ts +16 -16
  71. package/lib/XamGeographicMap_combined.d.ts +21 -21
  72. package/package.json +3 -3
@@ -75,10 +75,10 @@ var IgcGeographicContourLineSeriesComponent = /** @class */ /*@__PURE__*/ (funct
75
75
  * The name of the property from which to retrieve the numeric values from the ItemsSource items.
76
76
  */
77
77
  get: function () {
78
- return this.i.q4;
78
+ return this.i.q5;
79
79
  },
80
80
  set: function (v) {
81
- this.i.q4 = v;
81
+ this.i.q5 = v;
82
82
  },
83
83
  enumerable: true,
84
84
  configurable: true
@@ -88,22 +88,22 @@ var IgcGeographicContourLineSeriesComponent = /** @class */ /*@__PURE__*/ (funct
88
88
  * The ValueBrushScale to use when determining Brushes for each contour line, based on the values found in ValueMemberPath.
89
89
  */
90
90
  get: function () {
91
- if (this.i.q0 == null) {
91
+ if (this.i.q1 == null) {
92
92
  return null;
93
93
  }
94
- if (!this.i.q0.externalObject) {
95
- var e = IgcValueBrushScaleComponent._createFromInternal(this.i.q0);
94
+ if (!this.i.q1.externalObject) {
95
+ var e = IgcValueBrushScaleComponent._createFromInternal(this.i.q1);
96
96
  if (e) {
97
- e._implementation = this.i.q0;
97
+ e._implementation = this.i.q1;
98
98
  }
99
- this.i.q0.externalObject = e;
99
+ this.i.q1.externalObject = e;
100
100
  }
101
- return this.i.q0.externalObject;
101
+ return this.i.q1.externalObject;
102
102
  },
103
103
  set: function (v) {
104
104
  if (v != null && this._stylingContainer && v._styling)
105
105
  v._styling(this._stylingContainer, this, this);
106
- v == null ? this.i.q0 = null : this.i.q0 = v.i;
106
+ v == null ? this.i.q1 = null : this.i.q1 = v.i;
107
107
  },
108
108
  enumerable: true,
109
109
  configurable: true
@@ -113,22 +113,22 @@ var IgcGeographicContourLineSeriesComponent = /** @class */ /*@__PURE__*/ (funct
113
113
  * Gets actual fill scale that is set on the FillScale property or default FillScale
114
114
  */
115
115
  get: function () {
116
- if (this.i.qz == null) {
116
+ if (this.i.q0 == null) {
117
117
  return null;
118
118
  }
119
- if (!this.i.qz.externalObject) {
120
- var e = IgcValueBrushScaleComponent._createFromInternal(this.i.qz);
119
+ if (!this.i.q0.externalObject) {
120
+ var e = IgcValueBrushScaleComponent._createFromInternal(this.i.q0);
121
121
  if (e) {
122
- e._implementation = this.i.qz;
122
+ e._implementation = this.i.q0;
123
123
  }
124
- this.i.qz.externalObject = e;
124
+ this.i.q0.externalObject = e;
125
125
  }
126
- return this.i.qz.externalObject;
126
+ return this.i.q0.externalObject;
127
127
  },
128
128
  set: function (v) {
129
129
  if (v != null && this._stylingContainer && v._styling)
130
130
  v._styling(this._stylingContainer, this, this);
131
- v == null ? this.i.qz = null : this.i.qz = v.i;
131
+ v == null ? this.i.q0 = null : this.i.q0 = v.i;
132
132
  },
133
133
  enumerable: true,
134
134
  configurable: true
@@ -138,22 +138,22 @@ var IgcGeographicContourLineSeriesComponent = /** @class */ /*@__PURE__*/ (funct
138
138
  * The ContourValueResolver used to determine the numeric values of contours.
139
139
  */
140
140
  get: function () {
141
- if (this.i.qw == null) {
141
+ if (this.i.qx == null) {
142
142
  return null;
143
143
  }
144
- if (!this.i.qw.externalObject) {
145
- var e = IgcContourValueResolverComponent._createFromInternal(this.i.qw);
144
+ if (!this.i.qx.externalObject) {
145
+ var e = IgcContourValueResolverComponent._createFromInternal(this.i.qx);
146
146
  if (e) {
147
- e._implementation = this.i.qw;
147
+ e._implementation = this.i.qx;
148
148
  }
149
- this.i.qw.externalObject = e;
149
+ this.i.qx.externalObject = e;
150
150
  }
151
- return this.i.qw.externalObject;
151
+ return this.i.qx.externalObject;
152
152
  },
153
153
  set: function (v) {
154
154
  if (v != null && this._stylingContainer && v._styling)
155
155
  v._styling(this._stylingContainer, this, this);
156
- v == null ? this.i.qw = null : this.i.qw = v.i;
156
+ v == null ? this.i.qx = null : this.i.qx = v.i;
157
157
  },
158
158
  enumerable: true,
159
159
  configurable: true
@@ -74,10 +74,10 @@ var IgcGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
74
74
  * The name of the property of ItemsSource items which contains the latitude coordinate of the symbol.
75
75
  */
76
76
  get: function () {
77
- return this.i.qs;
77
+ return this.i.qt;
78
78
  },
79
79
  set: function (v) {
80
- this.i.qs = v;
80
+ this.i.qt = v;
81
81
  },
82
82
  enumerable: true,
83
83
  configurable: true
@@ -87,10 +87,10 @@ var IgcGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
87
87
  * The name of the property of ItemsSource items which contains the longitude coordinate of the symbol.
88
88
  */
89
89
  get: function () {
90
- return this.i.qu;
90
+ return this.i.qv;
91
91
  },
92
92
  set: function (v) {
93
- this.i.qu = v;
93
+ this.i.qv = v;
94
94
  },
95
95
  enumerable: true,
96
96
  configurable: true
@@ -100,11 +100,11 @@ var IgcGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
100
100
  * Gets or sets the whether to use use brute force mode.
101
101
  */
102
102
  get: function () {
103
- return this.i.qh;
103
+ return this.i.qi;
104
104
  },
105
105
  set: function (v) {
106
- this.i.qh = ensureBool(v);
107
- this._a("useBruteForce", this.i.qh);
106
+ this.i.qi = ensureBool(v);
107
+ this._a("useBruteForce", this.i.qi);
108
108
  },
109
109
  enumerable: true,
110
110
  configurable: true
@@ -114,11 +114,11 @@ var IgcGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
114
114
  * Gets or sets the whether to progressively load the data into the chart.
115
115
  */
116
116
  get: function () {
117
- return this.i.qg;
117
+ return this.i.qh;
118
118
  },
119
119
  set: function (v) {
120
- this.i.qg = ensureBool(v);
121
- this._a("progressiveLoad", this.i.qg);
120
+ this.i.qh = ensureBool(v);
121
+ this._a("progressiveLoad", this.i.qh);
122
122
  },
123
123
  enumerable: true,
124
124
  configurable: true
@@ -128,11 +128,11 @@ var IgcGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
128
128
  * Gets or sets the whether the chart reacts to mouse move events.
129
129
  */
130
130
  get: function () {
131
- return this.i.qf;
131
+ return this.i.qg;
132
132
  },
133
133
  set: function (v) {
134
- this.i.qf = ensureBool(v);
135
- this._a("mouseOverEnabled", this.i.qf);
134
+ this.i.qg = ensureBool(v);
135
+ this._a("mouseOverEnabled", this.i.qg);
136
136
  },
137
137
  enumerable: true,
138
138
  configurable: true
@@ -142,11 +142,11 @@ var IgcGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
142
142
  * Gets or sets the density value that maps to the minimum heat color.
143
143
  */
144
144
  get: function () {
145
- return this.i.qj;
145
+ return this.i.qk;
146
146
  },
147
147
  set: function (v) {
148
- this.i.qj = +v;
149
- this._a("heatMinimum", this.i.qj);
148
+ this.i.qk = +v;
149
+ this._a("heatMinimum", this.i.qk);
150
150
  },
151
151
  enumerable: true,
152
152
  configurable: true
@@ -156,11 +156,11 @@ var IgcGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
156
156
  * Gets or sets the value that maps to the maximum heat color.
157
157
  */
158
158
  get: function () {
159
- return this.i.qi;
159
+ return this.i.qj;
160
160
  },
161
161
  set: function (v) {
162
- this.i.qi = +v;
163
- this._a("heatMaximum", this.i.qi);
162
+ this.i.qj = +v;
163
+ this._a("heatMaximum", this.i.qj);
164
164
  },
165
165
  enumerable: true,
166
166
  configurable: true
@@ -170,11 +170,11 @@ var IgcGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
170
170
  * Gets or sets the color to use for the minimum end of the scale.
171
171
  */
172
172
  get: function () {
173
- return colorToString(this.i.rd);
173
+ return colorToString(this.i.re);
174
174
  },
175
175
  set: function (v) {
176
- this.i.rd = stringToColor(v);
177
- this._a("heatMinimumColor", colorToString(this.i.rd));
176
+ this.i.re = stringToColor(v);
177
+ this._a("heatMinimumColor", colorToString(this.i.re));
178
178
  },
179
179
  enumerable: true,
180
180
  configurable: true
@@ -184,11 +184,11 @@ var IgcGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
184
184
  * Gets or sets the color to use for the maximum end of the scale.
185
185
  */
186
186
  get: function () {
187
- return colorToString(this.i.rc);
187
+ return colorToString(this.i.rd);
188
188
  },
189
189
  set: function (v) {
190
- this.i.rc = stringToColor(v);
191
- this._a("heatMaximumColor", colorToString(this.i.rc));
190
+ this.i.rd = stringToColor(v);
191
+ this._a("heatMaximumColor", colorToString(this.i.rd));
192
192
  },
193
193
  enumerable: true,
194
194
  configurable: true
@@ -198,11 +198,11 @@ var IgcGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
198
198
  * Gets or sets the the pixel extent of the square data points that are rendered.
199
199
  */
200
200
  get: function () {
201
- return this.i.qm;
201
+ return this.i.qn;
202
202
  },
203
203
  set: function (v) {
204
- this.i.qm = +v;
205
- this._a("pointExtent", this.i.qm);
204
+ this.i.qn = +v;
205
+ this._a("pointExtent", this.i.qn);
206
206
  },
207
207
  enumerable: true,
208
208
  configurable: true
@@ -212,11 +212,11 @@ var IgcGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
212
212
  * Represents the current status of the progressive load of the series. It will range from 0 to 100, where 100 is fully loaded.
213
213
  */
214
214
  get: function () {
215
- return this.i.qn;
215
+ return this.i.qo;
216
216
  },
217
217
  set: function (v) {
218
- this.i.qn = +v;
219
- this._a("progressiveStatus", this.i.qn);
218
+ this.i.qo = +v;
219
+ this._a("progressiveStatus", this.i.qo);
220
220
  },
221
221
  enumerable: true,
222
222
  configurable: true
@@ -68,11 +68,11 @@ var IgcGeographicMapSeriesHostComponent = /** @class */ /*@__PURE__*/ (function
68
68
  * 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%.
69
69
  */
70
70
  get: function () {
71
- return this.i.p7;
71
+ return this.i.p8;
72
72
  },
73
73
  set: function (v) {
74
- this.i.p7 = +v;
75
- this._a("visibleFromScale", this.i.p7);
74
+ this.i.p8 = +v;
75
+ this._a("visibleFromScale", this.i.p8);
76
76
  },
77
77
  enumerable: true,
78
78
  configurable: true
@@ -97,7 +97,7 @@ var IgcGeographicMapSeriesHostComponent = /** @class */ /*@__PURE__*/ (function
97
97
 
98
98
  */
99
99
  IgcGeographicMapSeriesHostComponent.prototype.notifyIndexedPropertiesChanged = function () {
100
- this.i.lj();
100
+ this.i.lk();
101
101
  };
102
102
  IgcGeographicMapSeriesHostComponent.prototype.getItemValue = function (item, memberPathName) {
103
103
  var iv = this.i.hw(item, memberPathName);
@@ -125,7 +125,7 @@ var IgcGeographicMapSeriesHostComponent = /** @class */ /*@__PURE__*/ (function
125
125
  return (iv);
126
126
  };
127
127
  IgcGeographicMapSeriesHostComponent.prototype.getSeriesValuePosition = function (world, useInterpolation, skipUnknowns) {
128
- var iv = this.i.pl(toPoint(world), useInterpolation, skipUnknowns);
128
+ var iv = this.i.pm(toPoint(world), useInterpolation, skipUnknowns);
129
129
  return fromPoint(iv);
130
130
  };
131
131
  /**
@@ -134,7 +134,7 @@ var IgcGeographicMapSeriesHostComponent = /** @class */ /*@__PURE__*/ (function
134
134
  * @param world * The world coordinate for which to get a value bounding box for
135
135
  */
136
136
  IgcGeographicMapSeriesHostComponent.prototype.getSeriesValueBoundingBox = function (world) {
137
- var iv = this.i.pu(toPoint(world));
137
+ var iv = this.i.pv(toPoint(world));
138
138
  return fromRect(iv);
139
139
  };
140
140
  /**
@@ -143,7 +143,7 @@ var IgcGeographicMapSeriesHostComponent = /** @class */ /*@__PURE__*/ (function
143
143
  * @param world * The world coordinates for which to get a value marker bounding box for
144
144
  */
145
145
  IgcGeographicMapSeriesHostComponent.prototype.getSeriesValueMarkerBoundingBox = function (world) {
146
- var iv = this.i.pw(toPoint(world));
146
+ var iv = this.i.px(toPoint(world));
147
147
  return fromRect(iv);
148
148
  };
149
149
  IgcGeographicMapSeriesHostComponent.prototype.getSeriesHighValue = function (world, useInterpolation, skipUnknowns) {
@@ -151,7 +151,7 @@ var IgcGeographicMapSeriesHostComponent = /** @class */ /*@__PURE__*/ (function
151
151
  return (iv);
152
152
  };
153
153
  IgcGeographicMapSeriesHostComponent.prototype.getSeriesHighValuePosition = function (world, useInterpolation, skipUnknowns) {
154
- var iv = this.i.ph(toPoint(world), useInterpolation, skipUnknowns);
154
+ var iv = this.i.pi(toPoint(world), useInterpolation, skipUnknowns);
155
155
  return fromPoint(iv);
156
156
  };
157
157
  IgcGeographicMapSeriesHostComponent.prototype.getSeriesLowValue = function (world, useInterpolation, skipUnknowns) {
@@ -159,11 +159,11 @@ var IgcGeographicMapSeriesHostComponent = /** @class */ /*@__PURE__*/ (function
159
159
  return (iv);
160
160
  };
161
161
  IgcGeographicMapSeriesHostComponent.prototype.getSeriesLowValuePosition = function (world, useInterpolation, skipUnknowns) {
162
- var iv = this.i.pj(toPoint(world), useInterpolation, skipUnknowns);
162
+ var iv = this.i.pk(toPoint(world), useInterpolation, skipUnknowns);
163
163
  return fromPoint(iv);
164
164
  };
165
165
  IgcGeographicMapSeriesHostComponent.prototype.getSeriesValuePositionFromSeriesPixel = function (mouse, useInterpolation, skipUnknowns) {
166
- var iv = this.i.pm(toPoint(mouse), useInterpolation, skipUnknowns);
166
+ var iv = this.i.pn(toPoint(mouse), useInterpolation, skipUnknowns);
167
167
  return fromPoint(iv);
168
168
  };
169
169
  IgcGeographicMapSeriesHostComponent.prototype.getSeriesValueFromSeriesPixel = function (mouse, useInterpolation, skipUnknowns) {
@@ -184,14 +184,14 @@ var IgcGeographicMapSeriesHostComponent = /** @class */ /*@__PURE__*/ (function
184
184
  * @param animate * True if the change should be animated.
185
185
  */
186
186
  IgcGeographicMapSeriesHostComponent.prototype.renderSeries = function (animate) {
187
- this.i.mh(animate);
187
+ this.i.mi(animate);
188
188
  };
189
189
  /**
190
190
  * Called when this series' Style is updated.
191
191
 
192
192
  */
193
193
  IgcGeographicMapSeriesHostComponent.prototype.styleUpdated = function () {
194
- this.i.mr();
194
+ this.i.ms();
195
195
  };
196
196
  IgcGeographicMapSeriesHostComponent._observedAttributesIgcGeographicMapSeriesHostComponent = null;
197
197
  return IgcGeographicMapSeriesHostComponent;
@@ -51,11 +51,11 @@ var IgcGeographicMarkerSeriesComponent = /** @class */ /*@__PURE__*/ (function (
51
51
  * If the MarkerTemplate property is set, the setting of the MarkerType property will be ignored.
52
52
  */
53
53
  get: function () {
54
- return this.i.qf;
54
+ return this.i.qg;
55
55
  },
56
56
  set: function (v) {
57
- this.i.qf = ensureEnum(MarkerType_$type, v);
58
- this._a("markerType", enumToString(MarkerType_$type, this.i.qf));
57
+ this.i.qg = ensureEnum(MarkerType_$type, v);
58
+ this._a("markerType", enumToString(MarkerType_$type, this.i.qg));
59
59
  },
60
60
  enumerable: true,
61
61
  configurable: true
@@ -65,11 +65,11 @@ var IgcGeographicMarkerSeriesComponent = /** @class */ /*@__PURE__*/ (function (
65
65
  * Gets or sets thickness of the marker outline
66
66
  */
67
67
  get: function () {
68
- return this.i.qg;
68
+ return this.i.qh;
69
69
  },
70
70
  set: function (v) {
71
- this.i.qg = +v;
72
- this._a("markerThickness", this.i.qg);
71
+ this.i.qh = +v;
72
+ this._a("markerThickness", this.i.qh);
73
73
  },
74
74
  enumerable: true,
75
75
  configurable: true
@@ -79,11 +79,11 @@ var IgcGeographicMarkerSeriesComponent = /** @class */ /*@__PURE__*/ (function (
79
79
  * Gets or sets whether the marker outline is based on the marker brush of the series rather than the marker outlines collection.
80
80
  */
81
81
  get: function () {
82
- return this.i.qe;
82
+ return this.i.qf;
83
83
  },
84
84
  set: function (v) {
85
- this.i.qe = ensureEnum(MarkerOutlineMode_$type, v);
86
- this._a("markerOutlineMode", enumToString(MarkerOutlineMode_$type, this.i.qe));
85
+ this.i.qf = ensureEnum(MarkerOutlineMode_$type, v);
86
+ this._a("markerOutlineMode", enumToString(MarkerOutlineMode_$type, this.i.qf));
87
87
  },
88
88
  enumerable: true,
89
89
  configurable: true
@@ -93,11 +93,11 @@ var IgcGeographicMarkerSeriesComponent = /** @class */ /*@__PURE__*/ (function (
93
93
  * Gets or sets whether the marker fill is based on the marker outline of the series rather than the marker brushes collection.
94
94
  */
95
95
  get: function () {
96
- return this.i.qd;
96
+ return this.i.qe;
97
97
  },
98
98
  set: function (v) {
99
- this.i.qd = ensureEnum(MarkerFillMode_$type, v);
100
- this._a("markerFillMode", enumToString(MarkerFillMode_$type, this.i.qd));
99
+ this.i.qe = ensureEnum(MarkerFillMode_$type, v);
100
+ this._a("markerFillMode", enumToString(MarkerFillMode_$type, this.i.qe));
101
101
  },
102
102
  enumerable: true,
103
103
  configurable: true
@@ -107,10 +107,10 @@ var IgcGeographicMarkerSeriesComponent = /** @class */ /*@__PURE__*/ (function (
107
107
  * Gets or sets the MarkerTemplate for the current series object.
108
108
  */
109
109
  get: function () {
110
- return this.i.qv;
110
+ return this.i.qw;
111
111
  },
112
112
  set: function (v) {
113
- this.i.qv = v;
113
+ this.i.qw = v;
114
114
  },
115
115
  enumerable: true,
116
116
  configurable: true
@@ -120,11 +120,11 @@ var IgcGeographicMarkerSeriesComponent = /** @class */ /*@__PURE__*/ (function (
120
120
  * Gets or sets the brush that specifies how the current series object's marker interiors are painted.
121
121
  */
122
122
  get: function () {
123
- return brushToString(this.i.q9);
123
+ return brushToString(this.i.ra);
124
124
  },
125
125
  set: function (v) {
126
- this.i.q9 = stringToBrush(v);
127
- this._a("markerBrush", brushToString(this.i.q9));
126
+ this.i.ra = stringToBrush(v);
127
+ this._a("markerBrush", brushToString(this.i.ra));
128
128
  },
129
129
  enumerable: true,
130
130
  configurable: true
@@ -134,11 +134,11 @@ var IgcGeographicMarkerSeriesComponent = /** @class */ /*@__PURE__*/ (function (
134
134
  * Gets or sets the brush that specifies how the current series object's marker outlines are painted.
135
135
  */
136
136
  get: function () {
137
- return brushToString(this.i.ra);
137
+ return brushToString(this.i.rb);
138
138
  },
139
139
  set: function (v) {
140
- this.i.ra = stringToBrush(v);
141
- this._a("markerOutline", brushToString(this.i.ra));
140
+ this.i.rb = stringToBrush(v);
141
+ this._a("markerOutline", brushToString(this.i.rb));
142
142
  },
143
143
  enumerable: true,
144
144
  configurable: true
@@ -150,11 +150,11 @@ var IgcGeographicMarkerSeriesComponent = /** @class */ /*@__PURE__*/ (function (
150
150
  * choose a representative set.
151
151
  */
152
152
  get: function () {
153
- return this.i.qh;
153
+ return this.i.qi;
154
154
  },
155
155
  set: function (v) {
156
- this.i.qh = +v;
157
- this._a("maximumMarkers", this.i.qh);
156
+ this.i.qi = +v;
157
+ this._a("maximumMarkers", this.i.qi);
158
158
  },
159
159
  enumerable: true,
160
160
  configurable: true
@@ -164,10 +164,10 @@ var IgcGeographicMarkerSeriesComponent = /** @class */ /*@__PURE__*/ (function (
164
164
  * Gets the effective marker template for the current series object.
165
165
  */
166
166
  get: function () {
167
- return this.i.qu;
167
+ return this.i.qv;
168
168
  },
169
169
  set: function (v) {
170
- this.i.qu = v;
170
+ this.i.qv = v;
171
171
  },
172
172
  enumerable: true,
173
173
  configurable: true
@@ -177,11 +177,11 @@ var IgcGeographicMarkerSeriesComponent = /** @class */ /*@__PURE__*/ (function (
177
177
  * Gets the effective marker brush for the current series object.
178
178
  */
179
179
  get: function () {
180
- return brushToString(this.i.q7);
180
+ return brushToString(this.i.q8);
181
181
  },
182
182
  set: function (v) {
183
- this.i.q7 = stringToBrush(v);
184
- this._a("actualMarkerBrush", brushToString(this.i.q7));
183
+ this.i.q8 = stringToBrush(v);
184
+ this._a("actualMarkerBrush", brushToString(this.i.q8));
185
185
  },
186
186
  enumerable: true,
187
187
  configurable: true
@@ -191,11 +191,11 @@ var IgcGeographicMarkerSeriesComponent = /** @class */ /*@__PURE__*/ (function (
191
191
  * Gets the effective marker outline for the current series object.
192
192
  */
193
193
  get: function () {
194
- return brushToString(this.i.q8);
194
+ return brushToString(this.i.q9);
195
195
  },
196
196
  set: function (v) {
197
- this.i.q8 = stringToBrush(v);
198
- this._a("actualMarkerOutline", brushToString(this.i.q8));
197
+ this.i.q9 = stringToBrush(v);
198
+ this._a("actualMarkerOutline", brushToString(this.i.q9));
199
199
  },
200
200
  enumerable: true,
201
201
  configurable: true
@@ -74,11 +74,11 @@ var IgcGeographicPolylineSeriesComponent = /** @class */ /*@__PURE__*/ (function
74
74
  * Gets or sets the fill brush.
75
75
  */
76
76
  get: function () {
77
- return this.i.rj ? this.i.rj.fill : null;
77
+ return this.i.rk ? this.i.rk.fill : null;
78
78
  },
79
79
  set: function (v) {
80
80
  this.ensureShapeStyle();
81
- this.i.rj.fill = v;
81
+ this.i.rk.fill = v;
82
82
  },
83
83
  enumerable: true,
84
84
  configurable: true
@@ -88,11 +88,11 @@ var IgcGeographicPolylineSeriesComponent = /** @class */ /*@__PURE__*/ (function
88
88
  * Gets or sets the stroke brush.
89
89
  */
90
90
  get: function () {
91
- return this.i.rj ? this.i.rj.stroke : null;
91
+ return this.i.rk ? this.i.rk.stroke : null;
92
92
  },
93
93
  set: function (v) {
94
94
  this.ensureShapeStyle();
95
- this.i.rj.stroke = v;
95
+ this.i.rk.stroke = v;
96
96
  },
97
97
  enumerable: true,
98
98
  configurable: true
@@ -102,12 +102,12 @@ var IgcGeographicPolylineSeriesComponent = /** @class */ /*@__PURE__*/ (function
102
102
  * Gets or sets the stroke thickness.
103
103
  */
104
104
  get: function () {
105
- return this.i.rj ? this.i.rj.strokeThickness : NaN;
105
+ return this.i.rk ? this.i.rk.strokeThickness : NaN;
106
106
  },
107
107
  set: function (v) {
108
108
  this.ensureShapeStyle();
109
- this.i.rj.strokeThickness = +v;
110
- this._a("shapeStrokeThickness", this.i.rj.strokeThickness);
109
+ this.i.rk.strokeThickness = +v;
110
+ this._a("shapeStrokeThickness", this.i.rk.strokeThickness);
111
111
  },
112
112
  enumerable: true,
113
113
  configurable: true
@@ -117,21 +117,21 @@ var IgcGeographicPolylineSeriesComponent = /** @class */ /*@__PURE__*/ (function
117
117
  * Gets or sets the opacity.
118
118
  */
119
119
  get: function () {
120
- return this.i.rj ? this.i.rj.opacity : NaN;
120
+ return this.i.rk ? this.i.rk.opacity : NaN;
121
121
  },
122
122
  set: function (v) {
123
123
  this.ensureShapeStyle();
124
- this.i.rj.opacity = +v;
125
- this._a("shapeOpacity", this.i.rj.opacity);
124
+ this.i.rk.opacity = +v;
125
+ this._a("shapeOpacity", this.i.rk.opacity);
126
126
  },
127
127
  enumerable: true,
128
128
  configurable: true
129
129
  });
130
130
  IgcGeographicPolylineSeriesComponent.prototype.ensureShapeStyle = function () {
131
- if (this.i.rj) {
131
+ if (this.i.rk) {
132
132
  return;
133
133
  }
134
- this.i.rj = new Style();
134
+ this.i.rk = new Style();
135
135
  };
136
136
  Object.defineProperty(IgcGeographicPolylineSeriesComponent.prototype, "styleShape", {
137
137
  get: function () {