igniteui-webcomponents-maps 5.0.3-beta.0 → 5.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (78) hide show
  1. package/bundles/igniteui-webcomponents-maps.umd.js +1341 -1341
  2. package/bundles/igniteui-webcomponents-maps.umd.min.js +1 -1
  3. package/esm2015/lib/GeographicContourLineSeriesView_combined.js +33 -33
  4. package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +67 -67
  5. package/esm2015/lib/GeographicMapSeriesHost_combined.js +144 -144
  6. package/esm2015/lib/GeographicMarkerSeries.js +23 -23
  7. package/esm2015/lib/GeographicPolylineSeriesView_combined.js +15 -15
  8. package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +84 -84
  9. package/esm2015/lib/GeographicShapeSeriesBase_combined.js +55 -55
  10. package/esm2015/lib/GeographicShapeSeriesView_combined.js +47 -47
  11. package/esm2015/lib/GeographicSymbolSeriesView_combined.js +53 -53
  12. package/esm2015/lib/GeographicTileSeries.js +26 -26
  13. package/esm2015/lib/SphericalMercatorHorizontalScaler.js +2 -2
  14. package/esm2015/lib/SphericalMercatorVerticalScaler.js +2 -2
  15. package/esm2015/lib/TileSeries_combined.js +75 -75
  16. package/esm2015/lib/XamGeographicMap_combined.js +443 -443
  17. package/esm2015/lib/igc-geographic-contour-line-series-component.js +8 -8
  18. package/esm2015/lib/igc-geographic-high-density-scatter-series-component.js +31 -31
  19. package/esm2015/lib/igc-geographic-map-component.js +49 -49
  20. package/esm2015/lib/igc-geographic-map-series-host-component.js +5 -5
  21. package/esm2015/lib/igc-geographic-marker-series-component.js +31 -31
  22. package/esm2015/lib/igc-geographic-polyline-series-component.js +12 -12
  23. package/esm2015/lib/igc-geographic-proportional-symbol-series-component.js +41 -41
  24. package/esm2015/lib/igc-geographic-scatter-area-series-component.js +7 -7
  25. package/esm2015/lib/igc-geographic-shape-series-base-component.js +22 -22
  26. package/esm2015/lib/igc-geographic-shape-series-component.js +43 -43
  27. package/esm2015/lib/igc-geographic-symbol-series-component.js +19 -19
  28. package/esm2015/lib/igc-geographic-tile-series-component.js +3 -3
  29. package/esm2015/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
  30. package/esm2015/lib/igc-tile-series-component.js +2 -2
  31. package/esm5/lib/GeographicContourLineSeriesView_combined.js +33 -33
  32. package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +67 -67
  33. package/esm5/lib/GeographicMapSeriesHost_combined.js +142 -142
  34. package/esm5/lib/GeographicMarkerSeries.js +23 -23
  35. package/esm5/lib/GeographicPolylineSeriesView_combined.js +15 -15
  36. package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +84 -84
  37. package/esm5/lib/GeographicShapeSeriesBase_combined.js +54 -54
  38. package/esm5/lib/GeographicShapeSeriesView_combined.js +47 -47
  39. package/esm5/lib/GeographicSymbolSeriesView_combined.js +53 -53
  40. package/esm5/lib/GeographicTileSeries.js +25 -25
  41. package/esm5/lib/SphericalMercatorHorizontalScaler.js +2 -2
  42. package/esm5/lib/SphericalMercatorVerticalScaler.js +2 -2
  43. package/esm5/lib/TileSeries_combined.js +73 -73
  44. package/esm5/lib/XamGeographicMap_combined.js +437 -437
  45. package/esm5/lib/igc-geographic-contour-line-series-component.js +8 -8
  46. package/esm5/lib/igc-geographic-high-density-scatter-series-component.js +31 -31
  47. package/esm5/lib/igc-geographic-map-component.js +49 -49
  48. package/esm5/lib/igc-geographic-map-series-host-component.js +5 -5
  49. package/esm5/lib/igc-geographic-marker-series-component.js +31 -31
  50. package/esm5/lib/igc-geographic-polyline-series-component.js +12 -12
  51. package/esm5/lib/igc-geographic-proportional-symbol-series-component.js +41 -41
  52. package/esm5/lib/igc-geographic-scatter-area-series-component.js +7 -7
  53. package/esm5/lib/igc-geographic-shape-series-base-component.js +22 -22
  54. package/esm5/lib/igc-geographic-shape-series-component.js +43 -43
  55. package/esm5/lib/igc-geographic-symbol-series-component.js +19 -19
  56. package/esm5/lib/igc-geographic-tile-series-component.js +3 -3
  57. package/esm5/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
  58. package/esm5/lib/igc-tile-series-component.js +2 -2
  59. package/fesm2015/igniteui-webcomponents-maps.js +1355 -1355
  60. package/fesm5/igniteui-webcomponents-maps.js +1341 -1341
  61. package/lib/GeographicContourLineSeriesView_combined.d.ts +10 -10
  62. package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +16 -16
  63. package/lib/GeographicMapSeriesHost_combined.d.ts +16 -16
  64. package/lib/GeographicMarkerSeries.d.ts +11 -11
  65. package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
  66. package/lib/GeographicPolylineSeriesView_combined.d.ts +7 -7
  67. package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
  68. package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +21 -21
  69. package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
  70. package/lib/GeographicShapeSeriesBase_combined.d.ts +15 -15
  71. package/lib/GeographicShapeSeriesView_combined.d.ts +18 -18
  72. package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
  73. package/lib/GeographicSymbolSeriesView_combined.d.ts +14 -14
  74. package/lib/GeographicTileSeries.d.ts +8 -8
  75. package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
  76. package/lib/TileSeries_combined.d.ts +17 -17
  77. package/lib/XamGeographicMap_combined.d.ts +103 -103
  78. package/package.json +3 -3
@@ -73,49 +73,49 @@ export let IgcGeographicPolylineSeriesComponent = /*@__PURE__*/ (() => {
73
73
  * Gets or sets the fill brush.
74
74
  */
75
75
  get shapeFill() {
76
- return this.i.x9 ? this.i.x9.fill : null;
76
+ return this.i.ya ? this.i.ya.fill : null;
77
77
  }
78
78
  set shapeFill(v) {
79
79
  this.ensureShapeStyle();
80
- this.i.x9.fill = v;
80
+ this.i.ya.fill = v;
81
81
  }
82
82
  /**
83
83
  * Gets or sets the stroke brush.
84
84
  */
85
85
  get shapeStroke() {
86
- return this.i.x9 ? this.i.x9.stroke : null;
86
+ return this.i.ya ? this.i.ya.stroke : null;
87
87
  }
88
88
  set shapeStroke(v) {
89
89
  this.ensureShapeStyle();
90
- this.i.x9.stroke = v;
90
+ this.i.ya.stroke = v;
91
91
  }
92
92
  /**
93
93
  * Gets or sets the stroke thickness.
94
94
  */
95
95
  get shapeStrokeThickness() {
96
- return this.i.x9 ? this.i.x9.strokeThickness : NaN;
96
+ return this.i.ya ? this.i.ya.strokeThickness : NaN;
97
97
  }
98
98
  set shapeStrokeThickness(v) {
99
99
  this.ensureShapeStyle();
100
- this.i.x9.strokeThickness = +v;
101
- this._a("shapeStrokeThickness", this.i.x9.strokeThickness);
100
+ this.i.ya.strokeThickness = +v;
101
+ this._a("shapeStrokeThickness", this.i.ya.strokeThickness);
102
102
  }
103
103
  /**
104
104
  * Gets or sets the opacity.
105
105
  */
106
106
  get shapeOpacity() {
107
- return this.i.x9 ? this.i.x9.opacity : NaN;
107
+ return this.i.ya ? this.i.ya.opacity : NaN;
108
108
  }
109
109
  set shapeOpacity(v) {
110
110
  this.ensureShapeStyle();
111
- this.i.x9.opacity = +v;
112
- this._a("shapeOpacity", this.i.x9.opacity);
111
+ this.i.ya.opacity = +v;
112
+ this._a("shapeOpacity", this.i.ya.opacity);
113
113
  }
114
114
  ensureShapeStyle() {
115
- if (this.i.x9) {
115
+ if (this.i.ya) {
116
116
  return;
117
117
  }
118
- this.i.x9 = new Style();
118
+ this.i.ya = new Style();
119
119
  }
120
120
  get styleShape() {
121
121
  return this._styleShape;
@@ -79,34 +79,34 @@ export let IgcGeographicProportionalSymbolSeriesComponent = /*@__PURE__*/ (() =>
79
79
  * The name of the property of ItemsSource items which contains the latitude coordinate of the symbol.
80
80
  */
81
81
  get latitudeMemberPath() {
82
- return this.i.ys;
82
+ return this.i.yt;
83
83
  }
84
84
  set latitudeMemberPath(v) {
85
- this.i.ys = v;
85
+ this.i.yt = v;
86
86
  }
87
87
  /**
88
88
  * The name of the property of ItemsSource items which contains the longitude coordinate of the symbol.
89
89
  */
90
90
  get longitudeMemberPath() {
91
- return this.i.yu;
91
+ return this.i.yv;
92
92
  }
93
93
  set longitudeMemberPath(v) {
94
- this.i.yu = v;
94
+ this.i.yv = v;
95
95
  }
96
96
  /**
97
97
  * Gets or sets the radius mapping property for the current series object.
98
98
  */
99
99
  get radiusMemberPath() {
100
- return this.i.yz;
100
+ return this.i.y0;
101
101
  }
102
102
  set radiusMemberPath(v) {
103
- this.i.yz = v;
103
+ this.i.y0 = v;
104
104
  }
105
105
  /**
106
106
  * Gets or sets the radius size scale for the bubbles.
107
107
  */
108
108
  get radiusScale() {
109
- const r = this.i.x6;
109
+ const r = this.i.x7;
110
110
  if (r == null) {
111
111
  return null;
112
112
  }
@@ -122,31 +122,31 @@ export let IgcGeographicProportionalSymbolSeriesComponent = /*@__PURE__*/ (() =>
122
122
  set radiusScale(v) {
123
123
  if (v != null && this._stylingContainer && v._styling)
124
124
  v._styling(this._stylingContainer, this, this);
125
- v == null ? this.i.x6 = null : this.i.x6 = v.i;
125
+ v == null ? this.i.x7 = null : this.i.x7 = v.i;
126
126
  }
127
127
  /**
128
128
  * Gets or sets the Label mapping property for the current series object.
129
129
  */
130
130
  get labelMemberPath() {
131
- return this.i.yq;
131
+ return this.i.yr;
132
132
  }
133
133
  set labelMemberPath(v) {
134
- this.i.yq = v;
134
+ this.i.yr = v;
135
135
  }
136
136
  /**
137
137
  * Gets or sets the fill mapping property for the current series object.
138
138
  */
139
139
  get fillMemberPath() {
140
- return this.i.yi;
140
+ return this.i.yj;
141
141
  }
142
142
  set fillMemberPath(v) {
143
- this.i.yi = v;
143
+ this.i.yj = v;
144
144
  }
145
145
  /**
146
146
  * Gets or sets the brush scale for the marker brush.
147
147
  */
148
148
  get fillScale() {
149
- const r = this.i.x3;
149
+ const r = this.i.x4;
150
150
  if (r == null) {
151
151
  return null;
152
152
  }
@@ -162,102 +162,102 @@ export let IgcGeographicProportionalSymbolSeriesComponent = /*@__PURE__*/ (() =>
162
162
  set fillScale(v) {
163
163
  if (v != null && this._stylingContainer && v._styling)
164
164
  v._styling(this._stylingContainer, this, this);
165
- v == null ? this.i.x3 = null : this.i.x3 = v.i;
165
+ v == null ? this.i.x4 = null : this.i.x4 = v.i;
166
166
  }
167
167
  /**
168
168
  * Gets or sets the whether or not the FillScale uses global values of FillMemberPath of multiple series.
169
169
  * This setting applies only if multiple series are using the same FillScale.
170
170
  */
171
171
  get fillScaleUseGlobalValues() {
172
- return this.i.ya;
172
+ return this.i.yb;
173
173
  }
174
174
  set fillScaleUseGlobalValues(v) {
175
- this.i.ya = ensureBool(v);
176
- this._a("fillScaleUseGlobalValues", this.i.ya);
175
+ this.i.yb = ensureBool(v);
176
+ this._a("fillScaleUseGlobalValues", this.i.yb);
177
177
  }
178
178
  /**
179
179
  * Gets or sets whether or not the marker outline should use FillScale like the marker fill does.
180
180
  * This setting applies only if the current series has a FillScale set and it overrides MarkerOutline setting.
181
181
  */
182
182
  get markerOutlineUsesFillScale() {
183
- return this.i.yd;
183
+ return this.i.ye;
184
184
  }
185
185
  set markerOutlineUsesFillScale(v) {
186
- this.i.yd = ensureBool(v);
187
- this._a("markerOutlineUsesFillScale", this.i.yd);
186
+ this.i.ye = ensureBool(v);
187
+ this._a("markerOutlineUsesFillScale", this.i.ye);
188
188
  }
189
189
  /**
190
190
  * Gets or sets brightness of the marker outline. Using negative value will change marker outline to darker color and positive value will change marker outline to brighter color
191
191
  * Note you can use any values between minimum value of -1 (darkest outline) and maximum value of 1 (brightest outline)
192
192
  */
193
193
  get markerOutlineBrightness() {
194
- return this.i.yg;
194
+ return this.i.yh;
195
195
  }
196
196
  set markerOutlineBrightness(v) {
197
- this.i.yg = +v;
198
- this._a("markerOutlineBrightness", this.i.yg);
197
+ this.i.yh = +v;
198
+ this._a("markerOutlineBrightness", this.i.yh);
199
199
  }
200
200
  /**
201
201
  * Gets or sets brightness of the marker fill. Using negative value will change marker fill to darker color and positive value will change marker fill to brighter color
202
202
  * Note you can use any values between minimum value of -1 (darkest fill) and maximum value of 1 (brightest fill)
203
203
  */
204
204
  get markerBrushBrightness() {
205
- return this.i.yf;
205
+ return this.i.yg;
206
206
  }
207
207
  set markerBrushBrightness(v) {
208
- this.i.yf = +v;
209
- this._a("markerBrushBrightness", this.i.yf);
208
+ this.i.yg = +v;
209
+ this._a("markerBrushBrightness", this.i.yg);
210
210
  }
211
211
  /**
212
212
  * Gets or sets the whether or not the RadiusScale uses global values of RadiusMemberPath of multiple series.
213
213
  * This setting applies only if multiple series are using the same RadiusScale.
214
214
  */
215
215
  get radiusScaleUseGlobalValues() {
216
- return this.i.ye;
216
+ return this.i.yf;
217
217
  }
218
218
  set radiusScaleUseGlobalValues(v) {
219
- this.i.ye = ensureBool(v);
220
- this._a("radiusScaleUseGlobalValues", this.i.ye);
219
+ this.i.yf = ensureBool(v);
220
+ this._a("radiusScaleUseGlobalValues", this.i.yf);
221
221
  }
222
222
  /**
223
223
  * Gets or sets whether this Scatter series should allow custom style overrides of its individual visuals.
224
224
  */
225
225
  get isCustomScatterStyleAllowed() {
226
- return this.i.yc;
226
+ return this.i.yd;
227
227
  }
228
228
  set isCustomScatterStyleAllowed(v) {
229
- this.i.yc = ensureBool(v);
230
- this._a("isCustomScatterStyleAllowed", this.i.yc);
229
+ this.i.yd = ensureBool(v);
230
+ this._a("isCustomScatterStyleAllowed", this.i.yd);
231
231
  }
232
232
  /**
233
233
  * Gets or sets whether this Scatter series should allow custom style overrides of its individual marker visuals.
234
234
  */
235
235
  get isCustomScatterMarkerStyleAllowed() {
236
- return this.i.yb;
236
+ return this.i.yc;
237
237
  }
238
238
  set isCustomScatterMarkerStyleAllowed(v) {
239
- this.i.yb = ensureBool(v);
240
- this._a("isCustomScatterMarkerStyleAllowed", this.i.yb);
239
+ this.i.yc = ensureBool(v);
240
+ this._a("isCustomScatterMarkerStyleAllowed", this.i.yc);
241
241
  }
242
242
  /**
243
243
  * Gets or sets the mode the series will use to find the closest point to the cursor.
244
244
  */
245
245
  get itemSearchMode() {
246
- return this.i.x5;
246
+ return this.i.x6;
247
247
  }
248
248
  set itemSearchMode(v) {
249
- this.i.x5 = ensureEnum(ScatterItemSearchMode_$type, v);
250
- this._a("itemSearchMode", enumToString(ScatterItemSearchMode_$type, this.i.x5));
249
+ this.i.x6 = ensureEnum(ScatterItemSearchMode_$type, v);
250
+ this._a("itemSearchMode", enumToString(ScatterItemSearchMode_$type, this.i.x6));
251
251
  }
252
252
  /**
253
253
  * Gets or sets the threshold to use when searching for items using ItemSearchMode.
254
254
  */
255
255
  get itemSearchThreshold() {
256
- return this.i.yh;
256
+ return this.i.yi;
257
257
  }
258
258
  set itemSearchThreshold(v) {
259
- this.i.yh = +v;
260
- this._a("itemSearchThreshold", this.i.yh);
259
+ this.i.yi = +v;
260
+ this._a("itemSearchThreshold", this.i.yi);
261
261
  }
262
262
  findByName(name) {
263
263
  var baseResult = super.findByName(name);
@@ -73,16 +73,16 @@ export let IgcGeographicScatterAreaSeriesComponent = /*@__PURE__*/ (() => {
73
73
  * The name of the property on each data item containing a numeric value which can be converted to a color by the ColorScale.
74
74
  */
75
75
  get colorMemberPath() {
76
- return this.i.xt;
76
+ return this.i.xu;
77
77
  }
78
78
  set colorMemberPath(v) {
79
- this.i.xt = v;
79
+ this.i.xu = v;
80
80
  }
81
81
  /**
82
82
  * The ColorScale used to resolve the color values of points in the series.
83
83
  */
84
84
  get colorScale() {
85
- const r = this.i.xo;
85
+ const r = this.i.xp;
86
86
  if (r == null) {
87
87
  return null;
88
88
  }
@@ -98,13 +98,13 @@ export let IgcGeographicScatterAreaSeriesComponent = /*@__PURE__*/ (() => {
98
98
  set colorScale(v) {
99
99
  if (v != null && this._stylingContainer && v._styling)
100
100
  v._styling(this._stylingContainer, this, this);
101
- v == null ? this.i.xo = null : this.i.xo = v.i;
101
+ v == null ? this.i.xp = null : this.i.xp = v.i;
102
102
  }
103
103
  /**
104
104
  * Gets actual color scale that is set on ColorScale property or default ColorScale
105
105
  */
106
106
  get actualColorScale() {
107
- const r = this.i.xn;
107
+ const r = this.i.xo;
108
108
  if (r == null) {
109
109
  return null;
110
110
  }
@@ -120,7 +120,7 @@ export let IgcGeographicScatterAreaSeriesComponent = /*@__PURE__*/ (() => {
120
120
  set actualColorScale(v) {
121
121
  if (v != null && this._stylingContainer && v._styling)
122
122
  v._styling(this._stylingContainer, this, this);
123
- v == null ? this.i.xn = null : this.i.xn = v.i;
123
+ v == null ? this.i.xo = null : this.i.xo = v.i;
124
124
  }
125
125
  findByName(name) {
126
126
  var baseResult = super.findByName(name);
@@ -151,7 +151,7 @@ export let IgcGeographicScatterAreaSeriesComponent = /*@__PURE__*/ (() => {
151
151
 
152
152
  */
153
153
  updateActualColorScale() {
154
- this.i.xy();
154
+ this.i.xz();
155
155
  }
156
156
  /**
157
157
  * Raised when the status of an ongoing Triangulation has changed.
@@ -119,66 +119,66 @@ export let IgcGeographicShapeSeriesBaseComponent = /*@__PURE__*/ (() => {
119
119
  * 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.
120
120
  */
121
121
  get shapeMemberPath() {
122
- return this.i.xo;
122
+ return this.i.xp;
123
123
  }
124
124
  set shapeMemberPath(v) {
125
- this.i.xo = v;
125
+ this.i.xp = v;
126
126
  }
127
127
  /**
128
128
  * Gets or sets whether this Shape series should allow custom style overrides of its individual visuals.
129
129
  */
130
130
  get isCustomShapeStyleAllowed() {
131
- return this.i.xd;
131
+ return this.i.xe;
132
132
  }
133
133
  set isCustomShapeStyleAllowed(v) {
134
- this.i.xd = ensureBool(v);
135
- this._a("isCustomShapeStyleAllowed", this.i.xd);
134
+ this.i.xe = ensureBool(v);
135
+ this._a("isCustomShapeStyleAllowed", this.i.xe);
136
136
  }
137
137
  /**
138
138
  * Gets or sets whether this Shape series should allow custom style overrides of its individual marker visuals.
139
139
  */
140
140
  get isCustomShapeMarkerStyleAllowed() {
141
- return this.i.xc;
141
+ return this.i.xd;
142
142
  }
143
143
  set isCustomShapeMarkerStyleAllowed(v) {
144
- this.i.xc = ensureBool(v);
145
- this._a("isCustomShapeMarkerStyleAllowed", this.i.xc);
144
+ this.i.xd = ensureBool(v);
145
+ this._a("isCustomShapeMarkerStyleAllowed", this.i.xd);
146
146
  }
147
147
  /**
148
148
  * Gets or sets the mode the series will use to find the closest point to the cursor.
149
149
  */
150
150
  get itemSearchMode() {
151
- return this.i.w5;
151
+ return this.i.w6;
152
152
  }
153
153
  set itemSearchMode(v) {
154
- this.i.w5 = ensureEnum(ShapeItemSearchMode_$type, v);
155
- this._a("itemSearchMode", enumToString(ShapeItemSearchMode_$type, this.i.w5));
154
+ this.i.w6 = ensureEnum(ShapeItemSearchMode_$type, v);
155
+ this._a("itemSearchMode", enumToString(ShapeItemSearchMode_$type, this.i.w6));
156
156
  }
157
157
  /**
158
158
  * Gets or sets the threshold to use when searching for items using ItemSearchMode.
159
159
  */
160
160
  get itemSearchThreshold() {
161
- return this.i.xg;
161
+ return this.i.xh;
162
162
  }
163
163
  set itemSearchThreshold(v) {
164
- this.i.xg = +v;
165
- this._a("itemSearchThreshold", this.i.xg);
164
+ this.i.xh = +v;
165
+ this._a("itemSearchThreshold", this.i.xh);
166
166
  }
167
167
  /**
168
168
  * Gets or sets the points threshold to use when searching for items using ItemSearchMode.
169
169
  */
170
170
  get itemSearchPointsThreshold() {
171
- return this.i.xf;
171
+ return this.i.xg;
172
172
  }
173
173
  set itemSearchPointsThreshold(v) {
174
- this.i.xf = +v;
175
- this._a("itemSearchPointsThreshold", this.i.xf);
174
+ this.i.xg = +v;
175
+ this._a("itemSearchPointsThreshold", this.i.xg);
176
176
  }
177
177
  /**
178
178
  * Set a shapefile datasource to use with the series.
179
179
  */
180
180
  get shapefileDataSource() {
181
- const r = this.i.w8;
181
+ const r = this.i.w9;
182
182
  if (r == null) {
183
183
  return null;
184
184
  }
@@ -197,18 +197,18 @@ export let IgcGeographicShapeSeriesBaseComponent = /*@__PURE__*/ (() => {
197
197
  return r.externalObject;
198
198
  }
199
199
  set shapefileDataSource(v) {
200
- v == null ? this.i.w8 = null : this.i.w8 = v.i;
200
+ v == null ? this.i.w9 = null : this.i.w9 = v.i;
201
201
  }
202
202
  /**
203
203
  * The resolution at which to filter out shapes in the series. For example, if the ShapeFilterResolution is set to 3, then elements with a bounding rectangle smaller than 3 X 3 pixels will be filtered out.
204
204
  * 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.
205
205
  */
206
206
  get shapeFilterResolution() {
207
- return this.i.xe;
207
+ return this.i.xf;
208
208
  }
209
209
  set shapeFilterResolution(v) {
210
- this.i.xe = +v;
211
- this._a("shapeFilterResolution", this.i.xe);
210
+ this.i.xf = +v;
211
+ this._a("shapeFilterResolution", this.i.xf);
212
212
  }
213
213
  findByName(name) {
214
214
  var baseResult = super.findByName(name);
@@ -77,158 +77,158 @@ export let IgcGeographicShapeSeriesComponent = /*@__PURE__*/ (() => {
77
77
  * Gets or sets the fill brush.
78
78
  */
79
79
  get shapeFill() {
80
- return this.i.za ? this.i.za.fill : null;
80
+ return this.i.zb ? this.i.zb.fill : null;
81
81
  }
82
82
  set shapeFill(v) {
83
83
  this.ensureShapeStyle();
84
- this.i.za.fill = v;
84
+ this.i.zb.fill = v;
85
85
  }
86
86
  /**
87
87
  * Gets or sets the stroke brush.
88
88
  */
89
89
  get shapeStroke() {
90
- return this.i.za ? this.i.za.stroke : null;
90
+ return this.i.zb ? this.i.zb.stroke : null;
91
91
  }
92
92
  set shapeStroke(v) {
93
93
  this.ensureShapeStyle();
94
- this.i.za.stroke = v;
94
+ this.i.zb.stroke = v;
95
95
  }
96
96
  /**
97
97
  * Gets or sets the stroke thickness.
98
98
  */
99
99
  get shapeStrokeThickness() {
100
- return this.i.za ? this.i.za.strokeThickness : NaN;
100
+ return this.i.zb ? this.i.zb.strokeThickness : NaN;
101
101
  }
102
102
  set shapeStrokeThickness(v) {
103
103
  this.ensureShapeStyle();
104
- this.i.za.strokeThickness = +v;
105
- this._a("shapeStrokeThickness", this.i.za.strokeThickness);
104
+ this.i.zb.strokeThickness = +v;
105
+ this._a("shapeStrokeThickness", this.i.zb.strokeThickness);
106
106
  }
107
107
  /**
108
108
  * Gets or sets the opacity.
109
109
  */
110
110
  get shapeOpacity() {
111
- return this.i.za ? this.i.za.opacity : NaN;
111
+ return this.i.zb ? this.i.zb.opacity : NaN;
112
112
  }
113
113
  set shapeOpacity(v) {
114
114
  this.ensureShapeStyle();
115
- this.i.za.opacity = +v;
116
- this._a("shapeOpacity", this.i.za.opacity);
115
+ this.i.zb.opacity = +v;
116
+ this._a("shapeOpacity", this.i.zb.opacity);
117
117
  }
118
118
  ensureShapeStyle() {
119
- if (this.i.za) {
119
+ if (this.i.zb) {
120
120
  return;
121
121
  }
122
- this.i.za = new Style();
122
+ this.i.zb = new Style();
123
123
  }
124
124
  /**
125
125
  * Gets or sets the marker type for the current series object.
126
126
  * If the MarkerTemplate property is set, the setting of the MarkerType property will be ignored.
127
127
  */
128
128
  get markerType() {
129
- return this.i.x4;
129
+ return this.i.x5;
130
130
  }
131
131
  set markerType(v) {
132
- this.i.x4 = ensureEnum(MarkerType_$type, v);
133
- this._a("markerType", enumToString(MarkerType_$type, this.i.x4));
132
+ this.i.x5 = ensureEnum(MarkerType_$type, v);
133
+ this._a("markerType", enumToString(MarkerType_$type, this.i.x5));
134
134
  }
135
135
  /**
136
136
  * Gets or sets whether the marker outline is based on the marker brush of the series rather than the marker outlines collection.
137
137
  */
138
138
  get markerOutlineMode() {
139
- return this.i.x3;
139
+ return this.i.x4;
140
140
  }
141
141
  set markerOutlineMode(v) {
142
- this.i.x3 = ensureEnum(MarkerOutlineMode_$type, v);
143
- this._a("markerOutlineMode", enumToString(MarkerOutlineMode_$type, this.i.x3));
142
+ this.i.x4 = ensureEnum(MarkerOutlineMode_$type, v);
143
+ this._a("markerOutlineMode", enumToString(MarkerOutlineMode_$type, this.i.x4));
144
144
  }
145
145
  /**
146
146
  * Gets or sets whether the marker brush is based on the marker outline of the series rather than the marker brushes collection.
147
147
  */
148
148
  get markerFillMode() {
149
- return this.i.x2;
149
+ return this.i.x3;
150
150
  }
151
151
  set markerFillMode(v) {
152
- this.i.x2 = ensureEnum(MarkerFillMode_$type, v);
153
- this._a("markerFillMode", enumToString(MarkerFillMode_$type, this.i.x2));
152
+ this.i.x3 = ensureEnum(MarkerFillMode_$type, v);
153
+ this._a("markerFillMode", enumToString(MarkerFillMode_$type, this.i.x3));
154
154
  }
155
155
  /**
156
156
  * Gets or sets the MarkerTemplate for the current series object.
157
157
  */
158
158
  get markerTemplate() {
159
- return this.i.yq;
159
+ return this.i.yr;
160
160
  }
161
161
  set markerTemplate(v) {
162
- this.i.yq = v;
162
+ this.i.yr = v;
163
163
  }
164
164
  /**
165
165
  * Gets or sets the brush that specifies how the current series object's marker interiors are painted.
166
166
  */
167
167
  get markerBrush() {
168
- return brushToString(this.i.y7);
168
+ return brushToString(this.i.y8);
169
169
  }
170
170
  set markerBrush(v) {
171
- this.i.y7 = stringToBrush(v);
172
- this._a("markerBrush", brushToString(this.i.y7));
171
+ this.i.y8 = stringToBrush(v);
172
+ this._a("markerBrush", brushToString(this.i.y8));
173
173
  }
174
174
  /**
175
175
  * Gets or sets the brush that specifies how the current series object's marker outlines are painted.
176
176
  */
177
177
  get markerOutline() {
178
- return brushToString(this.i.y8);
178
+ return brushToString(this.i.y9);
179
179
  }
180
180
  set markerOutline(v) {
181
- this.i.y8 = stringToBrush(v);
182
- this._a("markerOutline", brushToString(this.i.y8));
181
+ this.i.y9 = stringToBrush(v);
182
+ this._a("markerOutline", brushToString(this.i.y9));
183
183
  }
184
184
  /**
185
185
  * Gets or sets thickness of the marker outline
186
186
  */
187
187
  get markerThickness() {
188
- return this.i.x7;
188
+ return this.i.x8;
189
189
  }
190
190
  set markerThickness(v) {
191
- this.i.x7 = +v;
192
- this._a("markerThickness", this.i.x7);
191
+ this.i.x8 = +v;
192
+ this._a("markerThickness", this.i.x8);
193
193
  }
194
194
  /**
195
195
  * The desired behavior for markers in this series which are placed too close together for the current view, resulting in a collision.
196
196
  */
197
197
  get markerCollisionAvoidance() {
198
- return this.i.x1;
198
+ return this.i.x2;
199
199
  }
200
200
  set markerCollisionAvoidance(v) {
201
- this.i.x1 = ensureEnum(CollisionAvoidanceType_$type, v);
202
- this._a("markerCollisionAvoidance", enumToString(CollisionAvoidanceType_$type, this.i.x1));
201
+ this.i.x2 = ensureEnum(CollisionAvoidanceType_$type, v);
202
+ this._a("markerCollisionAvoidance", enumToString(CollisionAvoidanceType_$type, this.i.x2));
203
203
  }
204
204
  /**
205
205
  * Gets the effective marker template for the current series object.
206
206
  */
207
207
  get actualMarkerTemplate() {
208
- return this.i.yp;
208
+ return this.i.yq;
209
209
  }
210
210
  set actualMarkerTemplate(v) {
211
- this.i.yp = v;
211
+ this.i.yq = v;
212
212
  }
213
213
  /**
214
214
  * Gets the effective marker brush for the current series object.
215
215
  */
216
216
  get actualMarkerBrush() {
217
- return brushToString(this.i.y5);
217
+ return brushToString(this.i.y6);
218
218
  }
219
219
  set actualMarkerBrush(v) {
220
- this.i.y5 = stringToBrush(v);
221
- this._a("actualMarkerBrush", brushToString(this.i.y5));
220
+ this.i.y6 = stringToBrush(v);
221
+ this._a("actualMarkerBrush", brushToString(this.i.y6));
222
222
  }
223
223
  /**
224
224
  * Gets the effective marker outline for the current series object.
225
225
  */
226
226
  get actualMarkerOutline() {
227
- return brushToString(this.i.y6);
227
+ return brushToString(this.i.y7);
228
228
  }
229
229
  set actualMarkerOutline(v) {
230
- this.i.y6 = stringToBrush(v);
231
- this._a("actualMarkerOutline", brushToString(this.i.y6));
230
+ this.i.y7 = stringToBrush(v);
231
+ this._a("actualMarkerOutline", brushToString(this.i.y7));
232
232
  }
233
233
  get styleShape() {
234
234
  return this._styleShape;