igniteui-webcomponents-maps 1.4.2 → 3.2.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 +1576 -1557
  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 +86 -80
  5. package/esm2015/lib/GeographicMapSeriesHost_combined.js +183 -183
  6. package/esm2015/lib/GeographicMarkerSeries.js +33 -26
  7. package/esm2015/lib/GeographicPolylineSeriesView_combined.js +18 -18
  8. package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +92 -92
  9. package/esm2015/lib/GeographicShapeSeriesBase_combined.js +63 -63
  10. package/esm2015/lib/GeographicShapeSeriesView_combined.js +61 -54
  11. package/esm2015/lib/GeographicSymbolSeriesView_combined.js +59 -59
  12. package/esm2015/lib/GeographicTileSeries.js +28 -28
  13. package/esm2015/lib/SphericalMercatorHorizontalScaler.js +2 -2
  14. package/esm2015/lib/SphericalMercatorVerticalScaler.js +2 -2
  15. package/esm2015/lib/TileSeries_combined.js +92 -92
  16. package/esm2015/lib/XamGeographicMap_combined.js +473 -473
  17. package/esm2015/lib/igc-geographic-contour-line-series-component.js +24 -24
  18. package/esm2015/lib/igc-geographic-high-density-scatter-series-component.js +32 -32
  19. package/esm2015/lib/igc-geographic-map-component.js +60 -60
  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 +52 -52
  24. package/esm2015/lib/igc-geographic-scatter-area-series-component.js +18 -18
  25. package/esm2015/lib/igc-geographic-shape-series-base-component.js +26 -26
  26. package/esm2015/lib/igc-geographic-shape-series-component.js +44 -44
  27. package/esm2015/lib/igc-geographic-symbol-series-component.js +20 -20
  28. package/esm2015/lib/igc-geographic-tile-series-component.js +5 -5
  29. package/esm2015/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
  30. package/esm2015/lib/igc-tile-series-component.js +4 -4
  31. package/esm5/lib/GeographicContourLineSeriesView_combined.js +37 -37
  32. package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +86 -80
  33. package/esm5/lib/GeographicMapSeriesHost_combined.js +181 -181
  34. package/esm5/lib/GeographicMarkerSeries.js +33 -26
  35. package/esm5/lib/GeographicPolylineSeriesView_combined.js +18 -18
  36. package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +92 -92
  37. package/esm5/lib/GeographicShapeSeriesBase_combined.js +62 -62
  38. package/esm5/lib/GeographicShapeSeriesView_combined.js +61 -54
  39. package/esm5/lib/GeographicSymbolSeriesView_combined.js +59 -59
  40. package/esm5/lib/GeographicTileSeries.js +27 -27
  41. package/esm5/lib/SphericalMercatorHorizontalScaler.js +2 -2
  42. package/esm5/lib/SphericalMercatorVerticalScaler.js +2 -2
  43. package/esm5/lib/TileSeries_combined.js +90 -90
  44. package/esm5/lib/XamGeographicMap_combined.js +466 -466
  45. package/esm5/lib/igc-geographic-contour-line-series-component.js +24 -24
  46. package/esm5/lib/igc-geographic-high-density-scatter-series-component.js +32 -32
  47. package/esm5/lib/igc-geographic-map-component.js +60 -60
  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 +52 -52
  52. package/esm5/lib/igc-geographic-scatter-area-series-component.js +18 -18
  53. package/esm5/lib/igc-geographic-shape-series-base-component.js +26 -26
  54. package/esm5/lib/igc-geographic-shape-series-component.js +44 -44
  55. package/esm5/lib/igc-geographic-symbol-series-component.js +20 -20
  56. package/esm5/lib/igc-geographic-tile-series-component.js +5 -5
  57. package/esm5/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
  58. package/esm5/lib/igc-tile-series-component.js +4 -4
  59. package/fesm2015/igniteui-webcomponents-maps.js +1590 -1571
  60. package/fesm5/igniteui-webcomponents-maps.js +1576 -1557
  61. package/lib/GeographicContourLineSeriesView_combined.d.ts +15 -15
  62. package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +25 -24
  63. package/lib/GeographicMapSeriesHost_combined.d.ts +44 -44
  64. package/lib/GeographicMarkerSeries.d.ts +18 -17
  65. package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
  66. package/lib/GeographicPolylineSeriesView_combined.d.ts +9 -9
  67. package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
  68. package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +28 -28
  69. package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
  70. package/lib/GeographicShapeSeriesBase_combined.d.ts +24 -24
  71. package/lib/GeographicShapeSeriesView_combined.d.ts +28 -27
  72. package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
  73. package/lib/GeographicSymbolSeriesView_combined.d.ts +21 -21
  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 +108 -108
  78. package/package.json +4 -4
@@ -53,58 +53,58 @@ export let IgcGeographicScatterAreaSeriesComponent = /*@__PURE__*/ (() => {
53
53
  * Gets whether the current series shows an area shape.
54
54
  */
55
55
  get isArea() {
56
- return this.i.c9;
56
+ return this.i.dd;
57
57
  }
58
58
  /**
59
59
  * The name of the property on each data item containing a numeric value which can be converted to a color by the ColorScale.
60
60
  */
61
61
  get colorMemberPath() {
62
- return this.i.qr;
62
+ return this.i.q3;
63
63
  }
64
64
  set colorMemberPath(v) {
65
- this.i.qr = v;
65
+ this.i.q3 = v;
66
66
  }
67
67
  /**
68
68
  * The ColorScale used to resolve the color values of points in the series.
69
69
  */
70
70
  get colorScale() {
71
- if (this.i.qm == null) {
71
+ if (this.i.qy == null) {
72
72
  return null;
73
73
  }
74
- if (!this.i.qm.externalObject) {
75
- let e = IgcColorScaleComponent._createFromInternal(this.i.qm);
74
+ if (!this.i.qy.externalObject) {
75
+ let e = IgcColorScaleComponent._createFromInternal(this.i.qy);
76
76
  if (e) {
77
- e._implementation = this.i.qm;
77
+ e._implementation = this.i.qy;
78
78
  }
79
- this.i.qm.externalObject = e;
79
+ this.i.qy.externalObject = e;
80
80
  }
81
- return this.i.qm.externalObject;
81
+ return this.i.qy.externalObject;
82
82
  }
83
83
  set colorScale(v) {
84
84
  if (v != null && this._stylingContainer && v._styling)
85
85
  v._styling(this._stylingContainer, this, this);
86
- v == null ? this.i.qm = null : this.i.qm = v.i;
86
+ v == null ? this.i.qy = null : this.i.qy = v.i;
87
87
  }
88
88
  /**
89
89
  * Gets actual color scale that is set on ColorScale property or default ColorScale
90
90
  */
91
91
  get actualColorScale() {
92
- if (this.i.ql == null) {
92
+ if (this.i.qx == null) {
93
93
  return null;
94
94
  }
95
- if (!this.i.ql.externalObject) {
96
- let e = IgcColorScaleComponent._createFromInternal(this.i.ql);
95
+ if (!this.i.qx.externalObject) {
96
+ let e = IgcColorScaleComponent._createFromInternal(this.i.qx);
97
97
  if (e) {
98
- e._implementation = this.i.ql;
98
+ e._implementation = this.i.qx;
99
99
  }
100
- this.i.ql.externalObject = e;
100
+ this.i.qx.externalObject = e;
101
101
  }
102
- return this.i.ql.externalObject;
102
+ return this.i.qx.externalObject;
103
103
  }
104
104
  set actualColorScale(v) {
105
105
  if (v != null && this._stylingContainer && v._styling)
106
106
  v._styling(this._stylingContainer, this, this);
107
- v == null ? this.i.ql = null : this.i.ql = v.i;
107
+ v == null ? this.i.qx = null : this.i.qx = v.i;
108
108
  }
109
109
  findByName(name) {
110
110
  var baseResult = super.findByName(name);
@@ -135,7 +135,7 @@ export let IgcGeographicScatterAreaSeriesComponent = /*@__PURE__*/ (() => {
135
135
 
136
136
  */
137
137
  updateActualColorScale() {
138
- this.i.qw();
138
+ this.i.q8();
139
139
  }
140
140
  /**
141
141
  * Raised when the status of an ongoing Triangulation has changed.
@@ -105,88 +105,88 @@ export let IgcGeographicShapeSeriesBaseComponent = /*@__PURE__*/ (() => {
105
105
  * 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.
106
106
  */
107
107
  get shapeMemberPath() {
108
- return this.i.qm;
108
+ return this.i.qy;
109
109
  }
110
110
  set shapeMemberPath(v) {
111
- this.i.qm = v;
111
+ this.i.qy = v;
112
112
  }
113
113
  /**
114
114
  * Gets or sets whether this Shape series should allow custom style overrides of its individual visuals.
115
115
  */
116
116
  get isCustomShapeStyleAllowed() {
117
- return this.i.qb;
117
+ return this.i.qn;
118
118
  }
119
119
  set isCustomShapeStyleAllowed(v) {
120
- this.i.qb = ensureBool(v);
121
- this._a("isCustomShapeStyleAllowed", this.i.qb);
120
+ this.i.qn = ensureBool(v);
121
+ this._a("isCustomShapeStyleAllowed", this.i.qn);
122
122
  }
123
123
  /**
124
124
  * Gets or sets whether this Shape series should allow custom style overrides of its individual marker visuals.
125
125
  */
126
126
  get isCustomShapeMarkerStyleAllowed() {
127
- return this.i.qa;
127
+ return this.i.qm;
128
128
  }
129
129
  set isCustomShapeMarkerStyleAllowed(v) {
130
- this.i.qa = ensureBool(v);
131
- this._a("isCustomShapeMarkerStyleAllowed", this.i.qa);
130
+ this.i.qm = ensureBool(v);
131
+ this._a("isCustomShapeMarkerStyleAllowed", this.i.qm);
132
132
  }
133
133
  /**
134
134
  * Gets or sets the mode the series will use to find the closest point to the cursor.
135
135
  */
136
136
  get itemSearchMode() {
137
- return this.i.p3;
137
+ return this.i.qf;
138
138
  }
139
139
  set itemSearchMode(v) {
140
- this.i.p3 = ensureEnum(ShapeItemSearchMode_$type, v);
141
- this._a("itemSearchMode", enumToString(ShapeItemSearchMode_$type, this.i.p3));
140
+ this.i.qf = ensureEnum(ShapeItemSearchMode_$type, v);
141
+ this._a("itemSearchMode", enumToString(ShapeItemSearchMode_$type, this.i.qf));
142
142
  }
143
143
  /**
144
144
  * Gets or sets the threshold to use when searching for items using ItemSearchMode.
145
145
  */
146
146
  get itemSearchThreshold() {
147
- return this.i.qe;
147
+ return this.i.qq;
148
148
  }
149
149
  set itemSearchThreshold(v) {
150
- this.i.qe = +v;
151
- this._a("itemSearchThreshold", this.i.qe);
150
+ this.i.qq = +v;
151
+ this._a("itemSearchThreshold", this.i.qq);
152
152
  }
153
153
  /**
154
154
  * Gets or sets the points threshold to use when searching for items using ItemSearchMode.
155
155
  */
156
156
  get itemSearchPointsThreshold() {
157
- return this.i.qd;
157
+ return this.i.qp;
158
158
  }
159
159
  set itemSearchPointsThreshold(v) {
160
- this.i.qd = +v;
161
- this._a("itemSearchPointsThreshold", this.i.qd);
160
+ this.i.qp = +v;
161
+ this._a("itemSearchPointsThreshold", this.i.qp);
162
162
  }
163
163
  /**
164
164
  * Set a shapefile datasource to use with the series.
165
165
  */
166
166
  get shapefileDataSource() {
167
- if (this.i.p6 == null) {
167
+ if (this.i.qi == null) {
168
168
  return null;
169
169
  }
170
- if (!this.i.p6.externalObject) {
170
+ if (!this.i.qi.externalObject) {
171
171
  let e = new IgcShapeDataSource();
172
- e._implementation = this.i.p6;
173
- this.i.p6.externalObject = e;
172
+ e._implementation = this.i.qi;
173
+ this.i.qi.externalObject = e;
174
174
  }
175
- return this.i.p6.externalObject;
175
+ return this.i.qi.externalObject;
176
176
  }
177
177
  set shapefileDataSource(v) {
178
- v == null ? this.i.p6 = null : this.i.p6 = v.i;
178
+ v == null ? this.i.qi = null : this.i.qi = v.i;
179
179
  }
180
180
  /**
181
181
  * 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.
182
182
  * 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.
183
183
  */
184
184
  get shapeFilterResolution() {
185
- return this.i.qc;
185
+ return this.i.qo;
186
186
  }
187
187
  set shapeFilterResolution(v) {
188
- this.i.qc = +v;
189
- this._a("shapeFilterResolution", this.i.qc);
188
+ this.i.qo = +v;
189
+ this._a("shapeFilterResolution", this.i.qo);
190
190
  }
191
191
  findByName(name) {
192
192
  var baseResult = super.findByName(name);
@@ -57,164 +57,164 @@ export let IgcGeographicShapeSeriesComponent = /*@__PURE__*/ (() => {
57
57
  * Gets whether the current series shows a polygon shape.
58
58
  */
59
59
  get isPolygon() {
60
- return this.i.d3;
60
+ return this.i.d7;
61
61
  }
62
62
  /**
63
63
  * Gets or sets the fill brush.
64
64
  */
65
65
  get shapeFill() {
66
- return this.i.r8 ? this.i.r8.fill : null;
66
+ return this.i.sk ? this.i.sk.fill : null;
67
67
  }
68
68
  set shapeFill(v) {
69
69
  this.ensureShapeStyle();
70
- this.i.r8.fill = v;
70
+ this.i.sk.fill = v;
71
71
  }
72
72
  /**
73
73
  * Gets or sets the stroke brush.
74
74
  */
75
75
  get shapeStroke() {
76
- return this.i.r8 ? this.i.r8.stroke : null;
76
+ return this.i.sk ? this.i.sk.stroke : null;
77
77
  }
78
78
  set shapeStroke(v) {
79
79
  this.ensureShapeStyle();
80
- this.i.r8.stroke = v;
80
+ this.i.sk.stroke = v;
81
81
  }
82
82
  /**
83
83
  * Gets or sets the stroke thickness.
84
84
  */
85
85
  get shapeStrokeThickness() {
86
- return this.i.r8 ? this.i.r8.strokeThickness : NaN;
86
+ return this.i.sk ? this.i.sk.strokeThickness : NaN;
87
87
  }
88
88
  set shapeStrokeThickness(v) {
89
89
  this.ensureShapeStyle();
90
- this.i.r8.strokeThickness = +v;
91
- this._a("shapeStrokeThickness", this.i.r8.strokeThickness);
90
+ this.i.sk.strokeThickness = +v;
91
+ this._a("shapeStrokeThickness", this.i.sk.strokeThickness);
92
92
  }
93
93
  /**
94
94
  * Gets or sets the opacity.
95
95
  */
96
96
  get shapeOpacity() {
97
- return this.i.r8 ? this.i.r8.opacity : NaN;
97
+ return this.i.sk ? this.i.sk.opacity : NaN;
98
98
  }
99
99
  set shapeOpacity(v) {
100
100
  this.ensureShapeStyle();
101
- this.i.r8.opacity = +v;
102
- this._a("shapeOpacity", this.i.r8.opacity);
101
+ this.i.sk.opacity = +v;
102
+ this._a("shapeOpacity", this.i.sk.opacity);
103
103
  }
104
104
  ensureShapeStyle() {
105
- if (this.i.r8) {
105
+ if (this.i.sk) {
106
106
  return;
107
107
  }
108
- this.i.r8 = new Style();
108
+ this.i.sk = new Style();
109
109
  }
110
110
  /**
111
111
  * Gets or sets the marker type for the current series object.
112
112
  * If the MarkerTemplate property is set, the setting of the MarkerType property will be ignored.
113
113
  */
114
114
  get markerType() {
115
- return this.i.q2;
115
+ return this.i.re;
116
116
  }
117
117
  set markerType(v) {
118
- this.i.q2 = ensureEnum(MarkerType_$type, v);
119
- this._a("markerType", enumToString(MarkerType_$type, this.i.q2));
118
+ this.i.re = ensureEnum(MarkerType_$type, v);
119
+ this._a("markerType", enumToString(MarkerType_$type, this.i.re));
120
120
  }
121
121
  /**
122
122
  * Gets or sets whether the marker outline is based on the marker brush of the series rather than the marker outlines collection.
123
123
  */
124
124
  get markerOutlineMode() {
125
- return this.i.q1;
125
+ return this.i.rd;
126
126
  }
127
127
  set markerOutlineMode(v) {
128
- this.i.q1 = ensureEnum(MarkerOutlineMode_$type, v);
129
- this._a("markerOutlineMode", enumToString(MarkerOutlineMode_$type, this.i.q1));
128
+ this.i.rd = ensureEnum(MarkerOutlineMode_$type, v);
129
+ this._a("markerOutlineMode", enumToString(MarkerOutlineMode_$type, this.i.rd));
130
130
  }
131
131
  /**
132
132
  * Gets or sets whether the marker brush is based on the marker outline of the series rather than the marker brushes collection.
133
133
  */
134
134
  get markerFillMode() {
135
- return this.i.q0;
135
+ return this.i.rc;
136
136
  }
137
137
  set markerFillMode(v) {
138
- this.i.q0 = ensureEnum(MarkerFillMode_$type, v);
139
- this._a("markerFillMode", enumToString(MarkerFillMode_$type, this.i.q0));
138
+ this.i.rc = ensureEnum(MarkerFillMode_$type, v);
139
+ this._a("markerFillMode", enumToString(MarkerFillMode_$type, this.i.rc));
140
140
  }
141
141
  /**
142
142
  * Gets or sets the MarkerTemplate for the current series object.
143
143
  */
144
144
  get markerTemplate() {
145
- return this.i.ro;
145
+ return this.i.r0;
146
146
  }
147
147
  set markerTemplate(v) {
148
- this.i.ro = v;
148
+ this.i.r0 = v;
149
149
  }
150
150
  /**
151
151
  * Gets or sets the brush that specifies how the current series object's marker interiors are painted.
152
152
  */
153
153
  get markerBrush() {
154
- return brushToString(this.i.r5);
154
+ return brushToString(this.i.sh);
155
155
  }
156
156
  set markerBrush(v) {
157
- this.i.r5 = stringToBrush(v);
158
- this._a("markerBrush", brushToString(this.i.r5));
157
+ this.i.sh = stringToBrush(v);
158
+ this._a("markerBrush", brushToString(this.i.sh));
159
159
  }
160
160
  /**
161
161
  * Gets or sets the brush that specifies how the current series object's marker outlines are painted.
162
162
  */
163
163
  get markerOutline() {
164
- return brushToString(this.i.r6);
164
+ return brushToString(this.i.si);
165
165
  }
166
166
  set markerOutline(v) {
167
- this.i.r6 = stringToBrush(v);
168
- this._a("markerOutline", brushToString(this.i.r6));
167
+ this.i.si = stringToBrush(v);
168
+ this._a("markerOutline", brushToString(this.i.si));
169
169
  }
170
170
  /**
171
171
  * Gets or sets thickness of the marker outline
172
172
  */
173
173
  get markerThickness() {
174
- return this.i.q5;
174
+ return this.i.rh;
175
175
  }
176
176
  set markerThickness(v) {
177
- this.i.q5 = +v;
178
- this._a("markerThickness", this.i.q5);
177
+ this.i.rh = +v;
178
+ this._a("markerThickness", this.i.rh);
179
179
  }
180
180
  /**
181
181
  * The desired behavior for markers in this series which are placed too close together for the current view, resulting in a collision.
182
182
  */
183
183
  get markerCollisionAvoidance() {
184
- return this.i.qz;
184
+ return this.i.rb;
185
185
  }
186
186
  set markerCollisionAvoidance(v) {
187
- this.i.qz = ensureEnum(CollisionAvoidanceType_$type, v);
188
- this._a("markerCollisionAvoidance", enumToString(CollisionAvoidanceType_$type, this.i.qz));
187
+ this.i.rb = ensureEnum(CollisionAvoidanceType_$type, v);
188
+ this._a("markerCollisionAvoidance", enumToString(CollisionAvoidanceType_$type, this.i.rb));
189
189
  }
190
190
  /**
191
191
  * Gets the effective marker template for the current series object.
192
192
  */
193
193
  get actualMarkerTemplate() {
194
- return this.i.rn;
194
+ return this.i.rz;
195
195
  }
196
196
  set actualMarkerTemplate(v) {
197
- this.i.rn = v;
197
+ this.i.rz = v;
198
198
  }
199
199
  /**
200
200
  * Gets the effective marker brush for the current series object.
201
201
  */
202
202
  get actualMarkerBrush() {
203
- return brushToString(this.i.r3);
203
+ return brushToString(this.i.sf);
204
204
  }
205
205
  set actualMarkerBrush(v) {
206
- this.i.r3 = stringToBrush(v);
207
- this._a("actualMarkerBrush", brushToString(this.i.r3));
206
+ this.i.sf = stringToBrush(v);
207
+ this._a("actualMarkerBrush", brushToString(this.i.sf));
208
208
  }
209
209
  /**
210
210
  * Gets the effective marker outline for the current series object.
211
211
  */
212
212
  get actualMarkerOutline() {
213
- return brushToString(this.i.r4);
213
+ return brushToString(this.i.sg);
214
214
  }
215
215
  set actualMarkerOutline(v) {
216
- this.i.r4 = stringToBrush(v);
217
- this._a("actualMarkerOutline", brushToString(this.i.r4));
216
+ this.i.sg = stringToBrush(v);
217
+ this._a("actualMarkerOutline", brushToString(this.i.sg));
218
218
  }
219
219
  get styleShape() {
220
220
  return this._styleShape;
@@ -58,75 +58,75 @@ export let IgcGeographicSymbolSeriesComponent = /*@__PURE__*/ (() => {
58
58
  * Gets whether the series has only marker as visuals
59
59
  */
60
60
  get hasOnlyMarkers() {
61
- return this.i.c1;
61
+ return this.i.c4;
62
62
  }
63
63
  /**
64
64
  * The name of the property of ItemsSource items which contains the latitude coordinate of the symbol.
65
65
  */
66
66
  get latitudeMemberPath() {
67
- return this.i.rf;
67
+ return this.i.rr;
68
68
  }
69
69
  set latitudeMemberPath(v) {
70
- this.i.rf = v;
70
+ this.i.rr = v;
71
71
  }
72
72
  /**
73
73
  * The name of the property of ItemsSource items which contains the longitude coordinate of the symbol.
74
74
  */
75
75
  get longitudeMemberPath() {
76
- return this.i.rh;
76
+ return this.i.rt;
77
77
  }
78
78
  set longitudeMemberPath(v) {
79
- this.i.rh = v;
79
+ this.i.rt = v;
80
80
  }
81
81
  /**
82
82
  * The desired behavior for markers in this series which are placed too close together for the current view, resulting in a collision.
83
83
  */
84
84
  get markerCollisionAvoidance() {
85
- return this.i.q1;
85
+ return this.i.rd;
86
86
  }
87
87
  set markerCollisionAvoidance(v) {
88
- this.i.q1 = ensureEnum(CollisionAvoidanceType_$type, v);
89
- this._a("markerCollisionAvoidance", enumToString(CollisionAvoidanceType_$type, this.i.q1));
88
+ this.i.rd = ensureEnum(CollisionAvoidanceType_$type, v);
89
+ this._a("markerCollisionAvoidance", enumToString(CollisionAvoidanceType_$type, this.i.rd));
90
90
  }
91
91
  /**
92
92
  * Gets or sets whether this Scatter series should allow custom style overrides of its individual visuals.
93
93
  */
94
94
  get isCustomScatterStyleAllowed() {
95
- return this.i.q8;
95
+ return this.i.rk;
96
96
  }
97
97
  set isCustomScatterStyleAllowed(v) {
98
- this.i.q8 = ensureBool(v);
99
- this._a("isCustomScatterStyleAllowed", this.i.q8);
98
+ this.i.rk = ensureBool(v);
99
+ this._a("isCustomScatterStyleAllowed", this.i.rk);
100
100
  }
101
101
  /**
102
102
  * Gets or sets whether this Scatter series should allow custom style overrides of its individual marker visuals.
103
103
  */
104
104
  get isCustomScatterMarkerStyleAllowed() {
105
- return this.i.q7;
105
+ return this.i.rj;
106
106
  }
107
107
  set isCustomScatterMarkerStyleAllowed(v) {
108
- this.i.q7 = ensureBool(v);
109
- this._a("isCustomScatterMarkerStyleAllowed", this.i.q7);
108
+ this.i.rj = ensureBool(v);
109
+ this._a("isCustomScatterMarkerStyleAllowed", this.i.rj);
110
110
  }
111
111
  /**
112
112
  * Gets or sets the mode the series will use to find the closest point to the cursor.
113
113
  */
114
114
  get itemSearchMode() {
115
- return this.i.q2;
115
+ return this.i.re;
116
116
  }
117
117
  set itemSearchMode(v) {
118
- this.i.q2 = ensureEnum(ScatterItemSearchMode_$type, v);
119
- this._a("itemSearchMode", enumToString(ScatterItemSearchMode_$type, this.i.q2));
118
+ this.i.re = ensureEnum(ScatterItemSearchMode_$type, v);
119
+ this._a("itemSearchMode", enumToString(ScatterItemSearchMode_$type, this.i.re));
120
120
  }
121
121
  /**
122
122
  * Gets or sets the threshold to use when searching for items using ItemSearchMode.
123
123
  */
124
124
  get itemSearchThreshold() {
125
- return this.i.ra;
125
+ return this.i.rm;
126
126
  }
127
127
  set itemSearchThreshold(v) {
128
- this.i.ra = +v;
129
- this._a("itemSearchThreshold", this.i.ra);
128
+ this.i.rm = +v;
129
+ this._a("itemSearchThreshold", this.i.rm);
130
130
  }
131
131
  /**
132
132
  * Event raised when Assigning Category Style
@@ -52,19 +52,19 @@ export let IgcGeographicTileSeriesComponent = /*@__PURE__*/ (() => {
52
52
  * Gets whether the current series shows a tile imagery.
53
53
  */
54
54
  get isTile() {
55
- return this.i.ee;
55
+ return this.i.ei;
56
56
  }
57
57
  /**
58
58
  * The MapImagery which is used to provide the tiles for display.
59
59
  */
60
60
  get tileImagery() {
61
- if (this.i.q1 == null) {
61
+ if (this.i.rd == null) {
62
62
  return null;
63
63
  }
64
- return this.i.q1.externalObject;
64
+ return this.i.rd.externalObject;
65
65
  }
66
66
  set tileImagery(v) {
67
- v == null ? this.i.q1 = null : this.i.q1 = v.i;
67
+ v == null ? this.i.rd = null : this.i.rd = v.i;
68
68
  }
69
69
  findByName(name) {
70
70
  var baseResult = super.findByName(name);
@@ -81,7 +81,7 @@ export let IgcGeographicTileSeriesComponent = /*@__PURE__*/ (() => {
81
81
 
82
82
  */
83
83
  clearTileCache() {
84
- this.i.q5();
84
+ this.i.rh();
85
85
  }
86
86
  /**
87
87
  * This event is fired whenever the image tiles transition from a loading state (e.g. some are fading in) to a loaded state.
@@ -48,56 +48,56 @@ export let IgcGeographicXYTriangulatingSeriesComponent = /*@__PURE__*/ (() => {
48
48
  * The name of the property from which to extract the Longitude for each item in the ItemsSource.
49
49
  */
50
50
  get longitudeMemberPath() {
51
- return this.i.p5;
51
+ return this.i.qh;
52
52
  }
53
53
  set longitudeMemberPath(v) {
54
- this.i.p5 = v;
54
+ this.i.qh = v;
55
55
  }
56
56
  /**
57
57
  * The name of the property from which to extract the Latitude for each item in the ItemsSource.
58
58
  */
59
59
  get latitudeMemberPath() {
60
- return this.i.p3;
60
+ return this.i.qf;
61
61
  }
62
62
  set latitudeMemberPath(v) {
63
- this.i.p3 = v;
63
+ this.i.qf = v;
64
64
  }
65
65
  /**
66
66
  * The source of triangulation data.
67
67
  * This property is optional. If it is left as null, the triangulation will be created based on the items in the ItemsSource. Triangulation is a demanding operation, so the runtime performance will be better when specifying a TriangulationSource, especially when a large number of data items are present.
68
68
  */
69
69
  get trianglesSource() {
70
- return this.i.p2;
70
+ return this.i.qe;
71
71
  }
72
72
  set trianglesSource(v) {
73
- this.i.p2 = v;
73
+ this.i.qe = v;
74
74
  }
75
75
  /**
76
76
  * The name of the property of the TrianglesSource items which, for each triangle, contains the index of the first vertex point in the ItemsSource.
77
77
  */
78
78
  get triangleVertexMemberPath1() {
79
- return this.i.p8;
79
+ return this.i.qk;
80
80
  }
81
81
  set triangleVertexMemberPath1(v) {
82
- this.i.p8 = v;
82
+ this.i.qk = v;
83
83
  }
84
84
  /**
85
85
  * The name of the property of the TrianglesSource items which, for each triangle, contains the index of the second vertex point in the ItemsSource.
86
86
  */
87
87
  get triangleVertexMemberPath2() {
88
- return this.i.qa;
88
+ return this.i.qm;
89
89
  }
90
90
  set triangleVertexMemberPath2(v) {
91
- this.i.qa = v;
91
+ this.i.qm = v;
92
92
  }
93
93
  /**
94
94
  * The name of the property of the TrianglesSource items which, for each triangle, contains the index of the third vertex point in the ItemsSource.
95
95
  */
96
96
  get triangleVertexMemberPath3() {
97
- return this.i.qc;
97
+ return this.i.qo;
98
98
  }
99
99
  set triangleVertexMemberPath3(v) {
100
- this.i.qc = v;
100
+ this.i.qo = v;
101
101
  }
102
102
  }
103
103
  IgcGeographicXYTriangulatingSeriesComponent._observedAttributesIgcGeographicXYTriangulatingSeriesComponent = null;
@@ -48,19 +48,19 @@ export let IgcTileSeriesComponent = /*@__PURE__*/ (() => {
48
48
  * Gets whether the current series shows a tile imagery.
49
49
  */
50
50
  get isTile() {
51
- return this.i.ee;
51
+ return this.i.ei;
52
52
  }
53
53
  /**
54
54
  * The MapImagery which is used to provide the tiles for display.
55
55
  */
56
56
  get tileImagery() {
57
- if (this.i.si == null) {
57
+ if (this.i.su == null) {
58
58
  return null;
59
59
  }
60
- return this.i.si.externalObject;
60
+ return this.i.su.externalObject;
61
61
  }
62
62
  set tileImagery(v) {
63
- v == null ? this.i.si = null : this.i.si = v.i;
63
+ v == null ? this.i.su = null : this.i.su = v.i;
64
64
  }
65
65
  findByName(name) {
66
66
  var baseResult = super.findByName(name);