igniteui-webcomponents-maps 7.0.1 → 7.1.0-alpha.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 +1477 -1477
  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 +85 -85
  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 +54 -54
  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 +456 -456
  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-component.js +50 -50
  20. package/esm2015/lib/igc-geographic-map-series-host-component.js +22 -22
  21. package/esm2015/lib/igc-geographic-marker-series-component.js +31 -31
  22. package/esm2015/lib/igc-geographic-polyline-series-component.js +13 -13
  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 +29 -29
  26. package/esm2015/lib/igc-geographic-shape-series-component.js +44 -44
  27. package/esm2015/lib/igc-geographic-symbol-series-component.js +19 -19
  28. package/esm2015/lib/igc-geographic-tile-series-component.js +4 -4
  29. package/esm2015/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
  30. package/esm2015/lib/igc-tile-series-component.js +3 -3
  31. package/esm5/lib/GeographicContourLineSeriesView_combined.js +37 -37
  32. package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +76 -76
  33. package/esm5/lib/GeographicMapSeriesHost_combined.js +186 -186
  34. package/esm5/lib/GeographicMarkerSeries.js +28 -28
  35. package/esm5/lib/GeographicPolylineSeriesView_combined.js +17 -17
  36. package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +85 -85
  37. package/esm5/lib/GeographicShapeSeriesBase_combined.js +60 -60
  38. package/esm5/lib/GeographicShapeSeriesView_combined.js +55 -55
  39. package/esm5/lib/GeographicSymbolSeriesView_combined.js +54 -54
  40. package/esm5/lib/GeographicTileSeries.js +26 -26
  41. package/esm5/lib/SphericalMercatorHorizontalScaler.js +2 -2
  42. package/esm5/lib/SphericalMercatorVerticalScaler.js +2 -2
  43. package/esm5/lib/TileSeries_combined.js +85 -85
  44. package/esm5/lib/XamGeographicMap_combined.js +449 -449
  45. package/esm5/lib/igc-geographic-contour-line-series-component.js +9 -9
  46. package/esm5/lib/igc-geographic-high-density-scatter-series-component.js +32 -32
  47. package/esm5/lib/igc-geographic-map-component.js +50 -50
  48. package/esm5/lib/igc-geographic-map-series-host-component.js +22 -22
  49. package/esm5/lib/igc-geographic-marker-series-component.js +31 -31
  50. package/esm5/lib/igc-geographic-polyline-series-component.js +13 -13
  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 +29 -29
  54. package/esm5/lib/igc-geographic-shape-series-component.js +44 -44
  55. package/esm5/lib/igc-geographic-symbol-series-component.js +19 -19
  56. package/esm5/lib/igc-geographic-tile-series-component.js +4 -4
  57. package/esm5/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
  58. package/esm5/lib/igc-tile-series-component.js +3 -3
  59. package/fesm2015/igniteui-webcomponents-maps.js +1492 -1492
  60. package/fesm5/igniteui-webcomponents-maps.js +1477 -1477
  61. package/lib/GeographicContourLineSeriesView_combined.d.ts +12 -12
  62. package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +20 -20
  63. package/lib/GeographicMapSeriesHost_combined.d.ts +43 -43
  64. package/lib/GeographicMarkerSeries.d.ts +15 -15
  65. package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
  66. package/lib/GeographicPolylineSeriesView_combined.d.ts +8 -8
  67. package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
  68. package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +22 -22
  69. package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
  70. package/lib/GeographicShapeSeriesBase_combined.d.ts +20 -20
  71. package/lib/GeographicShapeSeriesView_combined.d.ts +24 -24
  72. package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
  73. package/lib/GeographicSymbolSeriesView_combined.d.ts +15 -15
  74. package/lib/GeographicTileSeries.d.ts +9 -9
  75. package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
  76. package/lib/TileSeries_combined.d.ts +20 -20
  77. package/lib/XamGeographicMap_combined.d.ts +102 -102
  78. package/package.json +3 -3
@@ -52,70 +52,70 @@ let IgcGeographicMarkerSeriesComponent = /*@__PURE__*/ (() => {
52
52
  * If the MarkerTemplate property is set, the setting of the MarkerType property will be ignored.
53
53
  */
54
54
  get markerType() {
55
- return this.i.xw;
55
+ return this.i.xv;
56
56
  }
57
57
  set markerType(v) {
58
- this.i.xw = ensureEnum(MarkerType_$type, v);
59
- this._a("markerType", enumToString(MarkerType_$type, this.i.xw));
58
+ this.i.xv = ensureEnum(MarkerType_$type, v);
59
+ this._a("markerType", enumToString(MarkerType_$type, this.i.xv));
60
60
  }
61
61
  /**
62
62
  * Gets or sets thickness of the marker outline
63
63
  */
64
64
  get markerThickness() {
65
- return this.i.xx;
65
+ return this.i.xw;
66
66
  }
67
67
  set markerThickness(v) {
68
- this.i.xx = +v;
69
- this._a("markerThickness", this.i.xx);
68
+ this.i.xw = +v;
69
+ this._a("markerThickness", this.i.xw);
70
70
  }
71
71
  /**
72
72
  * Gets or sets whether the marker outline is based on the marker brush of the series rather than the marker outlines collection.
73
73
  */
74
74
  get markerOutlineMode() {
75
- return this.i.xv;
75
+ return this.i.xu;
76
76
  }
77
77
  set markerOutlineMode(v) {
78
- this.i.xv = ensureEnum(MarkerOutlineMode_$type, v);
79
- this._a("markerOutlineMode", enumToString(MarkerOutlineMode_$type, this.i.xv));
78
+ this.i.xu = ensureEnum(MarkerOutlineMode_$type, v);
79
+ this._a("markerOutlineMode", enumToString(MarkerOutlineMode_$type, this.i.xu));
80
80
  }
81
81
  /**
82
82
  * Gets or sets whether the marker fill is based on the marker outline of the series rather than the marker brushes collection.
83
83
  */
84
84
  get markerFillMode() {
85
- return this.i.xu;
85
+ return this.i.xt;
86
86
  }
87
87
  set markerFillMode(v) {
88
- this.i.xu = ensureEnum(MarkerFillMode_$type, v);
89
- this._a("markerFillMode", enumToString(MarkerFillMode_$type, this.i.xu));
88
+ this.i.xt = ensureEnum(MarkerFillMode_$type, v);
89
+ this._a("markerFillMode", enumToString(MarkerFillMode_$type, this.i.xt));
90
90
  }
91
91
  /**
92
92
  * Gets or sets the MarkerTemplate for the current series object.
93
93
  */
94
94
  get markerTemplate() {
95
- return this.i.yc;
95
+ return this.i.yb;
96
96
  }
97
97
  set markerTemplate(v) {
98
- this.i.yc = v;
98
+ this.i.yb = v;
99
99
  }
100
100
  /**
101
101
  * Gets or sets the brush that specifies how the current series object's marker interiors are painted.
102
102
  */
103
103
  get markerBrush() {
104
- return brushToString(this.i.yq);
104
+ return brushToString(this.i.yp);
105
105
  }
106
106
  set markerBrush(v) {
107
- this.i.yq = stringToBrush(v);
108
- this._a("markerBrush", brushToString(this.i.yq));
107
+ this.i.yp = stringToBrush(v);
108
+ this._a("markerBrush", brushToString(this.i.yp));
109
109
  }
110
110
  /**
111
111
  * Gets or sets the brush that specifies how the current series object's marker outlines are painted.
112
112
  */
113
113
  get markerOutline() {
114
- return brushToString(this.i.yr);
114
+ return brushToString(this.i.yq);
115
115
  }
116
116
  set markerOutline(v) {
117
- this.i.yr = stringToBrush(v);
118
- this._a("markerOutline", brushToString(this.i.yr));
117
+ this.i.yq = stringToBrush(v);
118
+ this._a("markerOutline", brushToString(this.i.yq));
119
119
  }
120
120
  /**
121
121
  * Gets or sets the maximum number of markerItems displayed by the current series.
@@ -123,40 +123,40 @@ let IgcGeographicMarkerSeriesComponent = /*@__PURE__*/ (() => {
123
123
  * choose a representative set.
124
124
  */
125
125
  get maximumMarkers() {
126
- return this.i.xy;
126
+ return this.i.xx;
127
127
  }
128
128
  set maximumMarkers(v) {
129
- this.i.xy = +v;
130
- this._a("maximumMarkers", this.i.xy);
129
+ this.i.xx = +v;
130
+ this._a("maximumMarkers", this.i.xx);
131
131
  }
132
132
  /**
133
133
  * Gets the effective marker template for the current series object.
134
134
  */
135
135
  get actualMarkerTemplate() {
136
- return this.i.yb;
136
+ return this.i.ya;
137
137
  }
138
138
  set actualMarkerTemplate(v) {
139
- this.i.yb = v;
139
+ this.i.ya = v;
140
140
  }
141
141
  /**
142
142
  * Gets the effective marker brush for the current series object.
143
143
  */
144
144
  get actualMarkerBrush() {
145
- return brushToString(this.i.yo);
145
+ return brushToString(this.i.yn);
146
146
  }
147
147
  set actualMarkerBrush(v) {
148
- this.i.yo = stringToBrush(v);
149
- this._a("actualMarkerBrush", brushToString(this.i.yo));
148
+ this.i.yn = stringToBrush(v);
149
+ this._a("actualMarkerBrush", brushToString(this.i.yn));
150
150
  }
151
151
  /**
152
152
  * Gets the effective marker outline for the current series object.
153
153
  */
154
154
  get actualMarkerOutline() {
155
- return brushToString(this.i.yp);
155
+ return brushToString(this.i.yo);
156
156
  }
157
157
  set actualMarkerOutline(v) {
158
- this.i.yp = stringToBrush(v);
159
- this._a("actualMarkerOutline", brushToString(this.i.yp));
158
+ this.i.yo = stringToBrush(v);
159
+ this._a("actualMarkerOutline", brushToString(this.i.yo));
160
160
  }
161
161
  }
162
162
  IgcGeographicMarkerSeriesComponent._observedAttributesIgcGeographicMarkerSeriesComponent = null;
@@ -64,55 +64,55 @@ let IgcGeographicPolylineSeriesComponent = /*@__PURE__*/ (() => {
64
64
  * Gets whether the current series shows a polyline shape.
65
65
  */
66
66
  get isPolyline() {
67
- return this.i.fv;
67
+ return this.i.fu;
68
68
  }
69
69
  /**
70
70
  * Gets or sets the fill brush.
71
71
  */
72
72
  get shapeFill() {
73
- return this.i.y9 ? this.i.y9.fill : null;
73
+ return this.i.y8 ? this.i.y8.fill : null;
74
74
  }
75
75
  set shapeFill(v) {
76
76
  this.ensureShapeStyle();
77
- this.i.y9.fill = v;
77
+ this.i.y8.fill = v;
78
78
  }
79
79
  /**
80
80
  * Gets or sets the stroke brush.
81
81
  */
82
82
  get shapeStroke() {
83
- return this.i.y9 ? this.i.y9.stroke : null;
83
+ return this.i.y8 ? this.i.y8.stroke : null;
84
84
  }
85
85
  set shapeStroke(v) {
86
86
  this.ensureShapeStyle();
87
- this.i.y9.stroke = v;
87
+ this.i.y8.stroke = v;
88
88
  }
89
89
  /**
90
90
  * Gets or sets the stroke thickness.
91
91
  */
92
92
  get shapeStrokeThickness() {
93
- return this.i.y9 ? this.i.y9.strokeThickness : NaN;
93
+ return this.i.y8 ? this.i.y8.strokeThickness : NaN;
94
94
  }
95
95
  set shapeStrokeThickness(v) {
96
96
  this.ensureShapeStyle();
97
- this.i.y9.strokeThickness = +v;
98
- this._a("shapeStrokeThickness", this.i.y9.strokeThickness);
97
+ this.i.y8.strokeThickness = +v;
98
+ this._a("shapeStrokeThickness", this.i.y8.strokeThickness);
99
99
  }
100
100
  /**
101
101
  * Gets or sets the opacity.
102
102
  */
103
103
  get shapeOpacity() {
104
- return this.i.y9 ? this.i.y9.opacity : NaN;
104
+ return this.i.y8 ? this.i.y8.opacity : NaN;
105
105
  }
106
106
  set shapeOpacity(v) {
107
107
  this.ensureShapeStyle();
108
- this.i.y9.opacity = +v;
109
- this._a("shapeOpacity", this.i.y9.opacity);
108
+ this.i.y8.opacity = +v;
109
+ this._a("shapeOpacity", this.i.y8.opacity);
110
110
  }
111
111
  ensureShapeStyle() {
112
- if (this.i.y9) {
112
+ if (this.i.y8) {
113
113
  return;
114
114
  }
115
- this.i.y9 = new Style();
115
+ this.i.y8 = new Style();
116
116
  }
117
117
  get styleShape() {
118
118
  return this._styleShape;
@@ -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.zj;
78
+ return this.i.zi;
79
79
  }
80
80
  set latitudeMemberPath(v) {
81
- this.i.zj = v;
81
+ this.i.zi = 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.zl;
87
+ return this.i.zk;
88
88
  }
89
89
  set longitudeMemberPath(v) {
90
- this.i.zl = v;
90
+ this.i.zk = 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.zq;
96
+ return this.i.zp;
97
97
  }
98
98
  set radiusMemberPath(v) {
99
- this.i.zq = v;
99
+ this.i.zp = 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.yx;
105
+ const r = this.i.yw;
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.yx = null : this.i.yx = v.i;
121
+ v == null ? this.i.yw = null : this.i.yw = 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.zh;
127
+ return this.i.zg;
128
128
  }
129
129
  set labelMemberPath(v) {
130
- this.i.zh = v;
130
+ this.i.zg = 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.y9;
136
+ return this.i.y8;
137
137
  }
138
138
  set fillMemberPath(v) {
139
- this.i.y9 = v;
139
+ this.i.y8 = 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.yu;
145
+ const r = this.i.yt;
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.yu = null : this.i.yu = v.i;
161
+ v == null ? this.i.yt = null : this.i.yt = 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.y1;
168
+ return this.i.y0;
169
169
  }
170
170
  set fillScaleUseGlobalValues(v) {
171
- this.i.y1 = ensureBool(v);
172
- this._a("fillScaleUseGlobalValues", this.i.y1);
171
+ this.i.y0 = ensureBool(v);
172
+ this._a("fillScaleUseGlobalValues", this.i.y0);
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.y4;
179
+ return this.i.y3;
180
180
  }
181
181
  set markerOutlineUsesFillScale(v) {
182
- this.i.y4 = ensureBool(v);
183
- this._a("markerOutlineUsesFillScale", this.i.y4);
182
+ this.i.y3 = ensureBool(v);
183
+ this._a("markerOutlineUsesFillScale", this.i.y3);
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.y7;
190
+ return this.i.y6;
191
191
  }
192
192
  set markerOutlineBrightness(v) {
193
- this.i.y7 = +v;
194
- this._a("markerOutlineBrightness", this.i.y7);
193
+ this.i.y6 = +v;
194
+ this._a("markerOutlineBrightness", this.i.y6);
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.y6;
201
+ return this.i.y5;
202
202
  }
203
203
  set markerBrushBrightness(v) {
204
- this.i.y6 = +v;
205
- this._a("markerBrushBrightness", this.i.y6);
204
+ this.i.y5 = +v;
205
+ this._a("markerBrushBrightness", this.i.y5);
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.y5;
212
+ return this.i.y4;
213
213
  }
214
214
  set radiusScaleUseGlobalValues(v) {
215
- this.i.y5 = ensureBool(v);
216
- this._a("radiusScaleUseGlobalValues", this.i.y5);
215
+ this.i.y4 = ensureBool(v);
216
+ this._a("radiusScaleUseGlobalValues", this.i.y4);
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.y3;
222
+ return this.i.y2;
223
223
  }
224
224
  set isCustomScatterStyleAllowed(v) {
225
- this.i.y3 = ensureBool(v);
226
- this._a("isCustomScatterStyleAllowed", this.i.y3);
225
+ this.i.y2 = ensureBool(v);
226
+ this._a("isCustomScatterStyleAllowed", this.i.y2);
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.y2;
232
+ return this.i.y1;
233
233
  }
234
234
  set isCustomScatterMarkerStyleAllowed(v) {
235
- this.i.y2 = ensureBool(v);
236
- this._a("isCustomScatterMarkerStyleAllowed", this.i.y2);
235
+ this.i.y1 = ensureBool(v);
236
+ this._a("isCustomScatterMarkerStyleAllowed", this.i.y1);
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.yw;
242
+ return this.i.yv;
243
243
  }
244
244
  set itemSearchMode(v) {
245
- this.i.yw = ensureEnum(ScatterItemSearchMode_$type, v);
246
- this._a("itemSearchMode", enumToString(ScatterItemSearchMode_$type, this.i.yw));
245
+ this.i.yv = ensureEnum(ScatterItemSearchMode_$type, v);
246
+ this._a("itemSearchMode", enumToString(ScatterItemSearchMode_$type, this.i.yv));
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.y8;
252
+ return this.i.y7;
253
253
  }
254
254
  set itemSearchThreshold(v) {
255
- this.i.y8 = +v;
256
- this._a("itemSearchThreshold", this.i.y8);
255
+ this.i.y7 = +v;
256
+ this._a("itemSearchThreshold", this.i.y7);
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.yk;
73
+ return this.i.yj;
74
74
  }
75
75
  set colorMemberPath(v) {
76
- this.i.yk = v;
76
+ this.i.yj = 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.yf;
82
+ const r = this.i.ye;
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.yf = null : this.i.yf = v.i;
98
+ v == null ? this.i.ye = null : this.i.ye = 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.ye;
104
+ const r = this.i.yd;
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.ye = null : this.i.ye = v.i;
120
+ v == null ? this.i.yd = null : this.i.yd = 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.yp();
151
+ this.i.yo();
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.yl;
120
+ return this.i.yk;
121
121
  }
122
122
  set shapeMemberPath(v) {
123
- this.i.yl = v;
123
+ this.i.yk = 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.x6;
129
+ return this.i.x5;
130
130
  }
131
131
  set isCustomShapeStyleAllowed(v) {
132
- this.i.x6 = ensureBool(v);
133
- this._a("isCustomShapeStyleAllowed", this.i.x6);
132
+ this.i.x5 = ensureBool(v);
133
+ this._a("isCustomShapeStyleAllowed", this.i.x5);
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.x5;
139
+ return this.i.x4;
140
140
  }
141
141
  set isCustomShapeMarkerStyleAllowed(v) {
142
- this.i.x5 = ensureBool(v);
143
- this._a("isCustomShapeMarkerStyleAllowed", this.i.x5);
142
+ this.i.x4 = ensureBool(v);
143
+ this._a("isCustomShapeMarkerStyleAllowed", this.i.x4);
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.xx;
149
+ return this.i.xw;
150
150
  }
151
151
  set itemSearchMode(v) {
152
- this.i.xx = ensureEnum(ShapeItemSearchMode_$type, v);
153
- this._a("itemSearchMode", enumToString(ShapeItemSearchMode_$type, this.i.xx));
152
+ this.i.xw = ensureEnum(ShapeItemSearchMode_$type, v);
153
+ this._a("itemSearchMode", enumToString(ShapeItemSearchMode_$type, this.i.xw));
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.x9;
159
+ return this.i.x8;
160
160
  }
161
161
  set itemSearchThreshold(v) {
162
- this.i.x9 = +v;
163
- this._a("itemSearchThreshold", this.i.x9);
162
+ this.i.x8 = +v;
163
+ this._a("itemSearchThreshold", this.i.x8);
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.ya;
169
+ return this.i.x9;
170
170
  }
171
171
  set fillMemberPath(v) {
172
- this.i.ya = v;
172
+ this.i.x9 = 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.xw;
178
+ const r = this.i.xv;
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.xw = null : this.i.xw = v.i;
194
+ v == null ? this.i.xv = null : this.i.xv = 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.x4;
201
+ return this.i.x3;
202
202
  }
203
203
  set fillScaleUseGlobalValues(v) {
204
- this.i.x4 = ensureBool(v);
205
- this._a("fillScaleUseGlobalValues", this.i.x4);
204
+ this.i.x3 = ensureBool(v);
205
+ this._a("fillScaleUseGlobalValues", this.i.x3);
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.x8;
211
+ return this.i.x7;
212
212
  }
213
213
  set itemSearchPointsThreshold(v) {
214
- this.i.x8 = +v;
215
- this._a("itemSearchPointsThreshold", this.i.x8);
214
+ this.i.x7 = +v;
215
+ this._a("itemSearchPointsThreshold", this.i.x7);
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.x0;
221
+ const r = this.i.xz;
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.x0 = null : this.i.x0 = v.i;
240
+ v == null ? this.i.xz = null : this.i.xz = 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.x7;
247
+ return this.i.x6;
248
248
  }
249
249
  set shapeFilterResolution(v) {
250
- this.i.x7 = +v;
251
- this._a("shapeFilterResolution", this.i.x7);
250
+ this.i.x6 = +v;
251
+ this._a("shapeFilterResolution", this.i.x6);
252
252
  }
253
253
  findByName(name) {
254
254
  var baseResult = super.findByName(name);