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