igniteui-angular-maps 21.0.0 → 21.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-angular-maps.umd.js +1045 -1045
  2. package/bundles/igniteui-angular-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/igx-geographic-contour-line-series-component.js +9 -9
  18. package/esm2015/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
  19. package/esm2015/lib/igx-geographic-map-series-host-component.js +21 -21
  20. package/esm2015/lib/igx-geographic-marker-series-component.js +22 -22
  21. package/esm2015/lib/igx-geographic-polyline-series-component.js +11 -11
  22. package/esm2015/lib/igx-geographic-proportional-symbol-series-component.js +32 -32
  23. package/esm2015/lib/igx-geographic-scatter-area-series-component.js +7 -7
  24. package/esm2015/lib/igx-geographic-shape-series-base-component.js +22 -22
  25. package/esm2015/lib/igx-geographic-shape-series-component.js +33 -33
  26. package/esm2015/lib/igx-geographic-symbol-series-component.js +14 -14
  27. package/esm2015/lib/igx-geographic-tile-series-component.js +4 -4
  28. package/esm2015/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  29. package/esm2015/lib/igx-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/igx-geographic-contour-line-series-component.js +9 -9
  45. package/esm5/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
  46. package/esm5/lib/igx-geographic-map-series-host-component.js +21 -21
  47. package/esm5/lib/igx-geographic-marker-series-component.js +22 -22
  48. package/esm5/lib/igx-geographic-polyline-series-component.js +11 -11
  49. package/esm5/lib/igx-geographic-proportional-symbol-series-component.js +32 -32
  50. package/esm5/lib/igx-geographic-scatter-area-series-component.js +7 -7
  51. package/esm5/lib/igx-geographic-shape-series-base-component.js +22 -22
  52. package/esm5/lib/igx-geographic-shape-series-component.js +33 -33
  53. package/esm5/lib/igx-geographic-symbol-series-component.js +14 -14
  54. package/esm5/lib/igx-geographic-tile-series-component.js +4 -4
  55. package/esm5/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  56. package/esm5/lib/igx-tile-series-component.js +3 -3
  57. package/fesm2015/igniteui-angular-maps.js +1053 -1053
  58. package/fesm5/igniteui-angular-maps.js +1045 -1045
  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 +2 -2
@@ -35,16 +35,16 @@ export let IgxGeographicScatterAreaSeriesComponent = /*@__PURE__*/ (() => {
35
35
  * The name of the property on each data item containing a numeric value which can be converted to a color by the ColorScale.
36
36
  */
37
37
  get colorMemberPath() {
38
- return this.i.yj;
38
+ return this.i.yk;
39
39
  }
40
40
  set colorMemberPath(v) {
41
- this.i.yj = v;
41
+ this.i.yk = v;
42
42
  }
43
43
  /**
44
44
  * The ColorScale used to resolve the color values of points in the series.
45
45
  */
46
46
  get colorScale() {
47
- const r = this.i.ye;
47
+ const r = this.i.yf;
48
48
  if (r == null) {
49
49
  return null;
50
50
  }
@@ -60,13 +60,13 @@ export let IgxGeographicScatterAreaSeriesComponent = /*@__PURE__*/ (() => {
60
60
  set colorScale(v) {
61
61
  if (v != null && this._stylingContainer && v._styling)
62
62
  v._styling(this._stylingContainer, this, this);
63
- v == null ? this.i.ye = null : this.i.ye = v.i;
63
+ v == null ? this.i.yf = null : this.i.yf = v.i;
64
64
  }
65
65
  /**
66
66
  * Gets actual color scale that is set on ColorScale property or default ColorScale
67
67
  */
68
68
  get actualColorScale() {
69
- const r = this.i.yd;
69
+ const r = this.i.ye;
70
70
  if (r == null) {
71
71
  return null;
72
72
  }
@@ -82,7 +82,7 @@ export let IgxGeographicScatterAreaSeriesComponent = /*@__PURE__*/ (() => {
82
82
  set actualColorScale(v) {
83
83
  if (v != null && this._stylingContainer && v._styling)
84
84
  v._styling(this._stylingContainer, this, this);
85
- v == null ? this.i.yd = null : this.i.yd = v.i;
85
+ v == null ? this.i.ye = null : this.i.ye = v.i;
86
86
  }
87
87
  findByName(name) {
88
88
  var baseResult = super.findByName(name);
@@ -113,7 +113,7 @@ export let IgxGeographicScatterAreaSeriesComponent = /*@__PURE__*/ (() => {
113
113
 
114
114
  */
115
115
  updateActualColorScale() {
116
- this.i.yo();
116
+ this.i.yp();
117
117
  }
118
118
  /**
119
119
  * Raised when the status of an ongoing Triangulation has changed.
@@ -85,61 +85,61 @@ export let IgxGeographicShapeSeriesBaseComponent = /*@__PURE__*/ (() => {
85
85
  * 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.
86
86
  */
87
87
  get shapeMemberPath() {
88
- return this.i.yk;
88
+ return this.i.yl;
89
89
  }
90
90
  set shapeMemberPath(v) {
91
- this.i.yk = v;
91
+ this.i.yl = v;
92
92
  }
93
93
  /**
94
94
  * Gets or sets whether this Shape series should allow custom style overrides of its individual visuals.
95
95
  */
96
96
  get isCustomShapeStyleAllowed() {
97
- return this.i.x5;
97
+ return this.i.x6;
98
98
  }
99
99
  set isCustomShapeStyleAllowed(v) {
100
- this.i.x5 = ensureBool(v);
100
+ this.i.x6 = ensureBool(v);
101
101
  }
102
102
  /**
103
103
  * Gets or sets whether this Shape series should allow custom style overrides of its individual marker visuals.
104
104
  */
105
105
  get isCustomShapeMarkerStyleAllowed() {
106
- return this.i.x4;
106
+ return this.i.x5;
107
107
  }
108
108
  set isCustomShapeMarkerStyleAllowed(v) {
109
- this.i.x4 = ensureBool(v);
109
+ this.i.x5 = ensureBool(v);
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.xw;
115
+ return this.i.xx;
116
116
  }
117
117
  set itemSearchMode(v) {
118
- this.i.xw = ensureEnum(ShapeItemSearchMode_$type, v);
118
+ this.i.xx = ensureEnum(ShapeItemSearchMode_$type, v);
119
119
  }
120
120
  /**
121
121
  * Gets or sets the threshold to use when searching for items using ItemSearchMode.
122
122
  */
123
123
  get itemSearchThreshold() {
124
- return this.i.x8;
124
+ return this.i.x9;
125
125
  }
126
126
  set itemSearchThreshold(v) {
127
- this.i.x8 = +v;
127
+ this.i.x9 = +v;
128
128
  }
129
129
  /**
130
130
  * Gets or sets the fill mapping property for the current series object.
131
131
  */
132
132
  get fillMemberPath() {
133
- return this.i.x9;
133
+ return this.i.ya;
134
134
  }
135
135
  set fillMemberPath(v) {
136
- this.i.x9 = v;
136
+ this.i.ya = v;
137
137
  }
138
138
  /**
139
139
  * Gets or sets the brush scale for the fill brush of markers.
140
140
  */
141
141
  get fillScale() {
142
- const r = this.i.xv;
142
+ const r = this.i.xw;
143
143
  if (r == null) {
144
144
  return null;
145
145
  }
@@ -155,32 +155,32 @@ export let IgxGeographicShapeSeriesBaseComponent = /*@__PURE__*/ (() => {
155
155
  set fillScale(v) {
156
156
  if (v != null && this._stylingContainer && v._styling)
157
157
  v._styling(this._stylingContainer, this, this);
158
- v == null ? this.i.xv = null : this.i.xv = v.i;
158
+ v == null ? this.i.xw = null : this.i.xw = v.i;
159
159
  }
160
160
  /**
161
161
  * Gets or sets whether or not the FillScale uses global min/max values of FillMemberPath from multiple series.
162
162
  * This setting applies only if multiple series are using the same FillScale.
163
163
  */
164
164
  get fillScaleUseGlobalValues() {
165
- return this.i.x3;
165
+ return this.i.x4;
166
166
  }
167
167
  set fillScaleUseGlobalValues(v) {
168
- this.i.x3 = ensureBool(v);
168
+ this.i.x4 = ensureBool(v);
169
169
  }
170
170
  /**
171
171
  * Gets or sets the points threshold to use when searching for items using ItemSearchMode.
172
172
  */
173
173
  get itemSearchPointsThreshold() {
174
- return this.i.x7;
174
+ return this.i.x8;
175
175
  }
176
176
  set itemSearchPointsThreshold(v) {
177
- this.i.x7 = +v;
177
+ this.i.x8 = +v;
178
178
  }
179
179
  /**
180
180
  * Set a shapefile datasource to use with the series.
181
181
  */
182
182
  get shapefileDataSource() {
183
- const r = this.i.xz;
183
+ const r = this.i.x0;
184
184
  if (r == null) {
185
185
  return null;
186
186
  }
@@ -199,17 +199,17 @@ export let IgxGeographicShapeSeriesBaseComponent = /*@__PURE__*/ (() => {
199
199
  return r.externalObject;
200
200
  }
201
201
  set shapefileDataSource(v) {
202
- v == null ? this.i.xz = null : this.i.xz = v.i;
202
+ v == null ? this.i.x0 = null : this.i.x0 = v.i;
203
203
  }
204
204
  /**
205
205
  * 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.
206
206
  * 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.
207
207
  */
208
208
  get shapeFilterResolution() {
209
- return this.i.x6;
209
+ return this.i.x7;
210
210
  }
211
211
  set shapeFilterResolution(v) {
212
- this.i.x6 = +v;
212
+ this.i.x7 = +v;
213
213
  }
214
214
  findByName(name) {
215
215
  var baseResult = super.findByName(name);
@@ -34,153 +34,153 @@ export let IgxGeographicShapeSeriesComponent = /*@__PURE__*/ (() => {
34
34
  * Gets whether the current series shows a polygon shape.
35
35
  */
36
36
  get isPolygon() {
37
- return this.i.ft;
37
+ return this.i.fu;
38
38
  }
39
39
  /**
40
40
  * Gets or sets the fill brush.
41
41
  */
42
42
  get shapeFill() {
43
- return this.i.z9 ? this.i.z9.fill : null;
43
+ return this.i.aaa ? this.i.aaa.fill : null;
44
44
  }
45
45
  set shapeFill(v) {
46
46
  this.ensureShapeStyle();
47
- this.i.z9.fill = v;
47
+ this.i.aaa.fill = v;
48
48
  }
49
49
  /**
50
50
  * Gets or sets the stroke brush.
51
51
  */
52
52
  get shapeStroke() {
53
- return this.i.z9 ? this.i.z9.stroke : null;
53
+ return this.i.aaa ? this.i.aaa.stroke : null;
54
54
  }
55
55
  set shapeStroke(v) {
56
56
  this.ensureShapeStyle();
57
- this.i.z9.stroke = v;
57
+ this.i.aaa.stroke = v;
58
58
  }
59
59
  /**
60
60
  * Gets or sets the stroke thickness.
61
61
  */
62
62
  get shapeStrokeThickness() {
63
- return this.i.z9 ? this.i.z9.strokeThickness : NaN;
63
+ return this.i.aaa ? this.i.aaa.strokeThickness : NaN;
64
64
  }
65
65
  set shapeStrokeThickness(v) {
66
66
  this.ensureShapeStyle();
67
- this.i.z9.strokeThickness = +v;
67
+ this.i.aaa.strokeThickness = +v;
68
68
  }
69
69
  /**
70
70
  * Gets or sets the opacity.
71
71
  */
72
72
  get shapeOpacity() {
73
- return this.i.z9 ? this.i.z9.opacity : NaN;
73
+ return this.i.aaa ? this.i.aaa.opacity : NaN;
74
74
  }
75
75
  set shapeOpacity(v) {
76
76
  this.ensureShapeStyle();
77
- this.i.z9.opacity = +v;
77
+ this.i.aaa.opacity = +v;
78
78
  }
79
79
  ensureShapeStyle() {
80
- if (this.i.z9) {
80
+ if (this.i.aaa) {
81
81
  return;
82
82
  }
83
- this.i.z9 = new Style();
83
+ this.i.aaa = new Style();
84
84
  }
85
85
  /**
86
86
  * Gets or sets the marker type for the current series object.
87
87
  * If the MarkerTemplate property is set, the setting of the MarkerType property will be ignored.
88
88
  */
89
89
  get markerType() {
90
- return this.i.y3;
90
+ return this.i.y4;
91
91
  }
92
92
  set markerType(v) {
93
- this.i.y3 = ensureEnum(MarkerType_$type, v);
93
+ this.i.y4 = ensureEnum(MarkerType_$type, v);
94
94
  }
95
95
  /**
96
96
  * Gets or sets whether the marker outline is based on the marker brush of the series rather than the marker outlines collection.
97
97
  */
98
98
  get markerOutlineMode() {
99
- return this.i.y2;
99
+ return this.i.y3;
100
100
  }
101
101
  set markerOutlineMode(v) {
102
- this.i.y2 = ensureEnum(MarkerOutlineMode_$type, v);
102
+ this.i.y3 = ensureEnum(MarkerOutlineMode_$type, v);
103
103
  }
104
104
  /**
105
105
  * Gets or sets whether the marker brush is based on the marker outline of the series rather than the marker brushes collection.
106
106
  */
107
107
  get markerFillMode() {
108
- return this.i.y1;
108
+ return this.i.y2;
109
109
  }
110
110
  set markerFillMode(v) {
111
- this.i.y1 = ensureEnum(MarkerFillMode_$type, v);
111
+ this.i.y2 = ensureEnum(MarkerFillMode_$type, v);
112
112
  }
113
113
  /**
114
114
  * Gets or sets the MarkerTemplate for the current series object.
115
115
  */
116
116
  get markerTemplate() {
117
- return this.i.zp;
117
+ return this.i.zq;
118
118
  }
119
119
  set markerTemplate(v) {
120
- this.i.zp = v;
120
+ this.i.zq = v;
121
121
  }
122
122
  /**
123
123
  * Gets or sets the brush that specifies how the current series object's marker interiors are painted.
124
124
  */
125
125
  get markerBrush() {
126
- return brushToString(this.i.z6);
126
+ return brushToString(this.i.z7);
127
127
  }
128
128
  set markerBrush(v) {
129
- this.i.z6 = stringToBrush(v);
129
+ this.i.z7 = stringToBrush(v);
130
130
  }
131
131
  /**
132
132
  * Gets or sets the brush that specifies how the current series object's marker outlines are painted.
133
133
  */
134
134
  get markerOutline() {
135
- return brushToString(this.i.z7);
135
+ return brushToString(this.i.z8);
136
136
  }
137
137
  set markerOutline(v) {
138
- this.i.z7 = stringToBrush(v);
138
+ this.i.z8 = stringToBrush(v);
139
139
  }
140
140
  /**
141
141
  * Gets or sets thickness of the marker outline
142
142
  */
143
143
  get markerThickness() {
144
- return this.i.y6;
144
+ return this.i.y7;
145
145
  }
146
146
  set markerThickness(v) {
147
- this.i.y6 = +v;
147
+ this.i.y7 = +v;
148
148
  }
149
149
  /**
150
150
  * The desired behavior for markers in this series which are placed too close together for the current view, resulting in a collision.
151
151
  */
152
152
  get markerCollisionAvoidance() {
153
- return this.i.y0;
153
+ return this.i.y1;
154
154
  }
155
155
  set markerCollisionAvoidance(v) {
156
- this.i.y0 = ensureEnum(CollisionAvoidanceType_$type, v);
156
+ this.i.y1 = ensureEnum(CollisionAvoidanceType_$type, v);
157
157
  }
158
158
  /**
159
159
  * Gets the effective marker template for the current series object.
160
160
  */
161
161
  get actualMarkerTemplate() {
162
- return this.i.zo;
162
+ return this.i.zp;
163
163
  }
164
164
  set actualMarkerTemplate(v) {
165
- this.i.zo = v;
165
+ this.i.zp = v;
166
166
  }
167
167
  /**
168
168
  * Gets the effective marker brush for the current series object.
169
169
  */
170
170
  get actualMarkerBrush() {
171
- return brushToString(this.i.z4);
171
+ return brushToString(this.i.z5);
172
172
  }
173
173
  set actualMarkerBrush(v) {
174
- this.i.z4 = stringToBrush(v);
174
+ this.i.z5 = stringToBrush(v);
175
175
  }
176
176
  /**
177
177
  * Gets the effective marker outline for the current series object.
178
178
  */
179
179
  get actualMarkerOutline() {
180
- return brushToString(this.i.z5);
180
+ return brushToString(this.i.z6);
181
181
  }
182
182
  set actualMarkerOutline(v) {
183
- this.i.z5 = stringToBrush(v);
183
+ this.i.z6 = stringToBrush(v);
184
184
  }
185
185
  get styleShape() {
186
186
  if (this._styleShape == null) {
@@ -40,64 +40,64 @@ export let IgxGeographicSymbolSeriesComponent = /*@__PURE__*/ (() => {
40
40
  * The name of the property of ItemsSource items which contains the latitude coordinate of the symbol.
41
41
  */
42
42
  get latitudeMemberPath() {
43
- return this.i.y7;
43
+ return this.i.y8;
44
44
  }
45
45
  set latitudeMemberPath(v) {
46
- this.i.y7 = v;
46
+ this.i.y8 = v;
47
47
  }
48
48
  /**
49
49
  * The name of the property of ItemsSource items which contains the longitude coordinate of the symbol.
50
50
  */
51
51
  get longitudeMemberPath() {
52
- return this.i.y9;
52
+ return this.i.za;
53
53
  }
54
54
  set longitudeMemberPath(v) {
55
- this.i.y9 = v;
55
+ this.i.za = v;
56
56
  }
57
57
  /**
58
58
  * The desired behavior for markers in this series which are placed too close together for the current view, resulting in a collision.
59
59
  */
60
60
  get markerCollisionAvoidance() {
61
- return this.i.yt;
61
+ return this.i.yu;
62
62
  }
63
63
  set markerCollisionAvoidance(v) {
64
- this.i.yt = ensureEnum(CollisionAvoidanceType_$type, v);
64
+ this.i.yu = ensureEnum(CollisionAvoidanceType_$type, v);
65
65
  }
66
66
  /**
67
67
  * Gets or sets whether this Scatter series should allow custom style overrides of its individual visuals.
68
68
  */
69
69
  get isCustomScatterStyleAllowed() {
70
- return this.i.y0;
70
+ return this.i.y1;
71
71
  }
72
72
  set isCustomScatterStyleAllowed(v) {
73
- this.i.y0 = ensureBool(v);
73
+ this.i.y1 = ensureBool(v);
74
74
  }
75
75
  /**
76
76
  * Gets or sets whether this Scatter series should allow custom style overrides of its individual marker visuals.
77
77
  */
78
78
  get isCustomScatterMarkerStyleAllowed() {
79
- return this.i.yz;
79
+ return this.i.y0;
80
80
  }
81
81
  set isCustomScatterMarkerStyleAllowed(v) {
82
- this.i.yz = ensureBool(v);
82
+ this.i.y0 = ensureBool(v);
83
83
  }
84
84
  /**
85
85
  * Gets or sets the mode the series will use to find the closest point to the cursor.
86
86
  */
87
87
  get itemSearchMode() {
88
- return this.i.yu;
88
+ return this.i.yv;
89
89
  }
90
90
  set itemSearchMode(v) {
91
- this.i.yu = ensureEnum(ScatterItemSearchMode_$type, v);
91
+ this.i.yv = ensureEnum(ScatterItemSearchMode_$type, v);
92
92
  }
93
93
  /**
94
94
  * Gets or sets the threshold to use when searching for items using ItemSearchMode.
95
95
  */
96
96
  get itemSearchThreshold() {
97
- return this.i.y2;
97
+ return this.i.y3;
98
98
  }
99
99
  set itemSearchThreshold(v) {
100
- this.i.y2 = +v;
100
+ this.i.y3 = +v;
101
101
  }
102
102
  /**
103
103
  * Event raised when Assigning Category Style
@@ -28,20 +28,20 @@ export let IgxGeographicTileSeriesComponent = /*@__PURE__*/ (() => {
28
28
  * Gets whether the current series shows a tile imagery.
29
29
  */
30
30
  get isTile() {
31
- return this.i.f6;
31
+ return this.i.f7;
32
32
  }
33
33
  /**
34
34
  * The MapImagery which is used to provide the tiles for display.
35
35
  */
36
36
  get tileImagery() {
37
- const r = this.i.y2;
37
+ const r = this.i.y3;
38
38
  if (r == null) {
39
39
  return null;
40
40
  }
41
41
  return r.externalObject;
42
42
  }
43
43
  set tileImagery(v) {
44
- v == null ? this.i.y2 = null : this.i.y2 = v.i;
44
+ v == null ? this.i.y3 = null : this.i.y3 = v.i;
45
45
  }
46
46
  findByName(name) {
47
47
  var baseResult = super.findByName(name);
@@ -58,7 +58,7 @@ export let IgxGeographicTileSeriesComponent = /*@__PURE__*/ (() => {
58
58
 
59
59
  */
60
60
  clearTileCache() {
61
- this.i.y6();
61
+ this.i.y7();
62
62
  }
63
63
  /**
64
64
  * This event is fired whenever the image tiles transition from a loading state (e.g. some are fading in) to a loaded state.
@@ -39,56 +39,56 @@ export let IgxGeographicXYTriangulatingSeriesComponent = /*@__PURE__*/ (() => {
39
39
  * The name of the property from which to extract the Longitude for each item in the ItemsSource.
40
40
  */
41
41
  get longitudeMemberPath() {
42
- return this.i.xx;
42
+ return this.i.xy;
43
43
  }
44
44
  set longitudeMemberPath(v) {
45
- this.i.xx = v;
45
+ this.i.xy = v;
46
46
  }
47
47
  /**
48
48
  * The name of the property from which to extract the Latitude for each item in the ItemsSource.
49
49
  */
50
50
  get latitudeMemberPath() {
51
- return this.i.xv;
51
+ return this.i.xw;
52
52
  }
53
53
  set latitudeMemberPath(v) {
54
- this.i.xv = v;
54
+ this.i.xw = v;
55
55
  }
56
56
  /**
57
57
  * The source of triangulation data.
58
58
  * 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.
59
59
  */
60
60
  get trianglesSource() {
61
- return this.i.xu;
61
+ return this.i.xv;
62
62
  }
63
63
  set trianglesSource(v) {
64
- this.i.xu = v;
64
+ this.i.xv = v;
65
65
  }
66
66
  /**
67
67
  * The name of the property of the TrianglesSource items which, for each triangle, contains the index of the first vertex point in the ItemsSource.
68
68
  */
69
69
  get triangleVertexMemberPath1() {
70
- return this.i.x0;
70
+ return this.i.x1;
71
71
  }
72
72
  set triangleVertexMemberPath1(v) {
73
- this.i.x0 = v;
73
+ this.i.x1 = 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 second vertex point in the ItemsSource.
77
77
  */
78
78
  get triangleVertexMemberPath2() {
79
- return this.i.x2;
79
+ return this.i.x3;
80
80
  }
81
81
  set triangleVertexMemberPath2(v) {
82
- this.i.x2 = v;
82
+ this.i.x3 = 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 third vertex point in the ItemsSource.
86
86
  */
87
87
  get triangleVertexMemberPath3() {
88
- return this.i.x4;
88
+ return this.i.x5;
89
89
  }
90
90
  set triangleVertexMemberPath3(v) {
91
- this.i.x4 = v;
91
+ this.i.x5 = v;
92
92
  }
93
93
  }
94
94
  IgxGeographicXYTriangulatingSeriesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxGeographicXYTriangulatingSeriesComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
@@ -24,20 +24,20 @@ export let IgxTileSeriesComponent = /*@__PURE__*/ (() => {
24
24
  * Gets whether the current series shows a tile imagery.
25
25
  */
26
26
  get isTile() {
27
- return this.i.f6;
27
+ return this.i.f7;
28
28
  }
29
29
  /**
30
30
  * The MapImagery which is used to provide the tiles for display.
31
31
  */
32
32
  get tileImagery() {
33
- const r = this.i.aaw;
33
+ const r = this.i.aax;
34
34
  if (r == null) {
35
35
  return null;
36
36
  }
37
37
  return r.externalObject;
38
38
  }
39
39
  set tileImagery(v) {
40
- v == null ? this.i.aaw = null : this.i.aaw = v.i;
40
+ v == null ? this.i.aax = null : this.i.aax = v.i;
41
41
  }
42
42
  findByName(name) {
43
43
  var baseResult = super.findByName(name);