igniteui-angular-maps 13.1.1 → 13.2.0-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 (78) hide show
  1. package/bundles/igniteui-angular-maps.umd.js +1515 -1496
  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 +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/igx-geographic-contour-line-series-component.js +24 -24
  18. package/esm2015/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
  19. package/esm2015/lib/igx-geographic-map-component.js +50 -50
  20. package/esm2015/lib/igx-geographic-map-series-host-component.js +21 -21
  21. package/esm2015/lib/igx-geographic-marker-series-component.js +22 -22
  22. package/esm2015/lib/igx-geographic-polyline-series-component.js +11 -11
  23. package/esm2015/lib/igx-geographic-proportional-symbol-series-component.js +43 -43
  24. package/esm2015/lib/igx-geographic-scatter-area-series-component.js +18 -18
  25. package/esm2015/lib/igx-geographic-shape-series-base-component.js +20 -20
  26. package/esm2015/lib/igx-geographic-shape-series-component.js +33 -33
  27. package/esm2015/lib/igx-geographic-symbol-series-component.js +15 -15
  28. package/esm2015/lib/igx-geographic-tile-series-component.js +5 -5
  29. package/esm2015/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  30. package/esm2015/lib/igx-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/igx-geographic-contour-line-series-component.js +24 -24
  46. package/esm5/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
  47. package/esm5/lib/igx-geographic-map-component.js +50 -50
  48. package/esm5/lib/igx-geographic-map-series-host-component.js +21 -21
  49. package/esm5/lib/igx-geographic-marker-series-component.js +22 -22
  50. package/esm5/lib/igx-geographic-polyline-series-component.js +11 -11
  51. package/esm5/lib/igx-geographic-proportional-symbol-series-component.js +43 -43
  52. package/esm5/lib/igx-geographic-scatter-area-series-component.js +18 -18
  53. package/esm5/lib/igx-geographic-shape-series-base-component.js +20 -20
  54. package/esm5/lib/igx-geographic-shape-series-component.js +33 -33
  55. package/esm5/lib/igx-geographic-symbol-series-component.js +15 -15
  56. package/esm5/lib/igx-geographic-tile-series-component.js +5 -5
  57. package/esm5/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  58. package/esm5/lib/igx-tile-series-component.js +4 -4
  59. package/fesm2015/igniteui-angular-maps.js +1528 -1509
  60. package/fesm5/igniteui-angular-maps.js +1515 -1496
  61. package/lib/GeographicContourLineSeriesView_combined.d.ts +15 -15
  62. package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +26 -25
  63. package/lib/GeographicMapSeriesHost_combined.d.ts +46 -46
  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 +25 -25
  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 +10 -10
  75. package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
  76. package/lib/TileSeries_combined.d.ts +22 -22
  77. package/lib/XamGeographicMap_combined.d.ts +115 -115
  78. package/package.json +3 -3
@@ -24,64 +24,64 @@ export let IgxGeographicMarkerSeriesComponent = /*@__PURE__*/ (() => {
24
24
  * If the MarkerTemplate property is set, the setting of the MarkerType property will be ignored.
25
25
  */
26
26
  get markerType() {
27
- return this.i.p3;
27
+ return this.i.qf;
28
28
  }
29
29
  set markerType(v) {
30
- this.i.p3 = ensureEnum(MarkerType_$type, v);
30
+ this.i.qf = ensureEnum(MarkerType_$type, v);
31
31
  }
32
32
  /**
33
33
  * Gets or sets thickness of the marker outline
34
34
  */
35
35
  get markerThickness() {
36
- return this.i.p4;
36
+ return this.i.qg;
37
37
  }
38
38
  set markerThickness(v) {
39
- this.i.p4 = +v;
39
+ this.i.qg = +v;
40
40
  }
41
41
  /**
42
42
  * Gets or sets whether the marker outline is based on the marker brush of the series rather than the marker outlines collection.
43
43
  */
44
44
  get markerOutlineMode() {
45
- return this.i.p2;
45
+ return this.i.qe;
46
46
  }
47
47
  set markerOutlineMode(v) {
48
- this.i.p2 = ensureEnum(MarkerOutlineMode_$type, v);
48
+ this.i.qe = ensureEnum(MarkerOutlineMode_$type, v);
49
49
  }
50
50
  /**
51
51
  * Gets or sets whether the marker fill is based on the marker outline of the series rather than the marker brushes collection.
52
52
  */
53
53
  get markerFillMode() {
54
- return this.i.p1;
54
+ return this.i.qd;
55
55
  }
56
56
  set markerFillMode(v) {
57
- this.i.p1 = ensureEnum(MarkerFillMode_$type, v);
57
+ this.i.qd = ensureEnum(MarkerFillMode_$type, v);
58
58
  }
59
59
  /**
60
60
  * Gets or sets the MarkerTemplate for the current series object.
61
61
  */
62
62
  get markerTemplate() {
63
- return this.i.qj;
63
+ return this.i.qv;
64
64
  }
65
65
  set markerTemplate(v) {
66
- this.i.qj = v;
66
+ this.i.qv = v;
67
67
  }
68
68
  /**
69
69
  * Gets or sets the brush that specifies how the current series object's marker interiors are painted.
70
70
  */
71
71
  get markerBrush() {
72
- return brushToString(this.i.qx);
72
+ return brushToString(this.i.q9);
73
73
  }
74
74
  set markerBrush(v) {
75
- this.i.qx = stringToBrush(v);
75
+ this.i.q9 = stringToBrush(v);
76
76
  }
77
77
  /**
78
78
  * Gets or sets the brush that specifies how the current series object's marker outlines are painted.
79
79
  */
80
80
  get markerOutline() {
81
- return brushToString(this.i.qy);
81
+ return brushToString(this.i.ra);
82
82
  }
83
83
  set markerOutline(v) {
84
- this.i.qy = stringToBrush(v);
84
+ this.i.ra = stringToBrush(v);
85
85
  }
86
86
  /**
87
87
  * Gets or sets the maximum number of markerItems displayed by the current series.
@@ -89,37 +89,37 @@ export let IgxGeographicMarkerSeriesComponent = /*@__PURE__*/ (() => {
89
89
  * choose a representative set.
90
90
  */
91
91
  get maximumMarkers() {
92
- return this.i.p5;
92
+ return this.i.qh;
93
93
  }
94
94
  set maximumMarkers(v) {
95
- this.i.p5 = +v;
95
+ this.i.qh = +v;
96
96
  }
97
97
  /**
98
98
  * Gets the effective marker template for the current series object.
99
99
  */
100
100
  get actualMarkerTemplate() {
101
- return this.i.qi;
101
+ return this.i.qu;
102
102
  }
103
103
  set actualMarkerTemplate(v) {
104
- this.i.qi = v;
104
+ this.i.qu = v;
105
105
  }
106
106
  /**
107
107
  * Gets the effective marker brush for the current series object.
108
108
  */
109
109
  get actualMarkerBrush() {
110
- return brushToString(this.i.qv);
110
+ return brushToString(this.i.q7);
111
111
  }
112
112
  set actualMarkerBrush(v) {
113
- this.i.qv = stringToBrush(v);
113
+ this.i.q7 = stringToBrush(v);
114
114
  }
115
115
  /**
116
116
  * Gets the effective marker outline for the current series object.
117
117
  */
118
118
  get actualMarkerOutline() {
119
- return brushToString(this.i.qw);
119
+ return brushToString(this.i.q8);
120
120
  }
121
121
  set actualMarkerOutline(v) {
122
- this.i.qw = stringToBrush(v);
122
+ this.i.q8 = stringToBrush(v);
123
123
  }
124
124
  }
125
125
  IgxGeographicMarkerSeriesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: IgxGeographicMarkerSeriesComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
@@ -29,53 +29,53 @@ export let IgxGeographicPolylineSeriesComponent = /*@__PURE__*/ (() => {
29
29
  * Gets whether the current series shows a polyline shape.
30
30
  */
31
31
  get isPolyline() {
32
- return this.i.d4;
32
+ return this.i.d8;
33
33
  }
34
34
  /**
35
35
  * Gets or sets the fill brush.
36
36
  */
37
37
  get shapeFill() {
38
- return this.i.q7 ? this.i.q7.fill : null;
38
+ return this.i.rj ? this.i.rj.fill : null;
39
39
  }
40
40
  set shapeFill(v) {
41
41
  this.ensureShapeStyle();
42
- this.i.q7.fill = v;
42
+ this.i.rj.fill = v;
43
43
  }
44
44
  /**
45
45
  * Gets or sets the stroke brush.
46
46
  */
47
47
  get shapeStroke() {
48
- return this.i.q7 ? this.i.q7.stroke : null;
48
+ return this.i.rj ? this.i.rj.stroke : null;
49
49
  }
50
50
  set shapeStroke(v) {
51
51
  this.ensureShapeStyle();
52
- this.i.q7.stroke = v;
52
+ this.i.rj.stroke = v;
53
53
  }
54
54
  /**
55
55
  * Gets or sets the stroke thickness.
56
56
  */
57
57
  get shapeStrokeThickness() {
58
- return this.i.q7 ? this.i.q7.strokeThickness : NaN;
58
+ return this.i.rj ? this.i.rj.strokeThickness : NaN;
59
59
  }
60
60
  set shapeStrokeThickness(v) {
61
61
  this.ensureShapeStyle();
62
- this.i.q7.strokeThickness = +v;
62
+ this.i.rj.strokeThickness = +v;
63
63
  }
64
64
  /**
65
65
  * Gets or sets the opacity.
66
66
  */
67
67
  get shapeOpacity() {
68
- return this.i.q7 ? this.i.q7.opacity : NaN;
68
+ return this.i.rj ? this.i.rj.opacity : NaN;
69
69
  }
70
70
  set shapeOpacity(v) {
71
71
  this.ensureShapeStyle();
72
- this.i.q7.opacity = +v;
72
+ this.i.rj.opacity = +v;
73
73
  }
74
74
  ensureShapeStyle() {
75
- if (this.i.q7) {
75
+ if (this.i.rj) {
76
76
  return;
77
77
  }
78
- this.i.q7 = new Style();
78
+ this.i.rj = new Style();
79
79
  }
80
80
  get styleShape() {
81
81
  if (this._styleShape == null) {
@@ -35,180 +35,180 @@ export let IgxGeographicProportionalSymbolSeriesComponent = /*@__PURE__*/ (() =>
35
35
  * Gets whether the series has only marker as visuals
36
36
  */
37
37
  get hasOnlyMarkers() {
38
- return this.i.c1;
38
+ return this.i.c4;
39
39
  }
40
40
  /**
41
41
  * The name of the property of ItemsSource items which contains the latitude coordinate of the symbol.
42
42
  */
43
43
  get latitudeMemberPath() {
44
- return this.i.rq;
44
+ return this.i.r2;
45
45
  }
46
46
  set latitudeMemberPath(v) {
47
- this.i.rq = v;
47
+ this.i.r2 = v;
48
48
  }
49
49
  /**
50
50
  * The name of the property of ItemsSource items which contains the longitude coordinate of the symbol.
51
51
  */
52
52
  get longitudeMemberPath() {
53
- return this.i.rs;
53
+ return this.i.r4;
54
54
  }
55
55
  set longitudeMemberPath(v) {
56
- this.i.rs = v;
56
+ this.i.r4 = v;
57
57
  }
58
58
  /**
59
59
  * Gets or sets the radius mapping property for the current series object.
60
60
  */
61
61
  get radiusMemberPath() {
62
- return this.i.rx;
62
+ return this.i.r9;
63
63
  }
64
64
  set radiusMemberPath(v) {
65
- this.i.rx = v;
65
+ this.i.r9 = v;
66
66
  }
67
67
  /**
68
68
  * Gets or sets the radius size scale for the bubbles.
69
69
  */
70
70
  get radiusScale() {
71
- if (this.i.q4 == null) {
71
+ if (this.i.rg == null) {
72
72
  return null;
73
73
  }
74
- if (!this.i.q4.externalObject) {
75
- let e = IgxSizeScaleComponent._createFromInternal(this.i.q4);
74
+ if (!this.i.rg.externalObject) {
75
+ let e = IgxSizeScaleComponent._createFromInternal(this.i.rg);
76
76
  if (e) {
77
- e._implementation = this.i.q4;
77
+ e._implementation = this.i.rg;
78
78
  }
79
- this.i.q4.externalObject = e;
79
+ this.i.rg.externalObject = e;
80
80
  }
81
- return this.i.q4.externalObject;
81
+ return this.i.rg.externalObject;
82
82
  }
83
83
  set radiusScale(v) {
84
84
  if (v != null && this._stylingContainer && v._styling)
85
85
  v._styling(this._stylingContainer, this, this);
86
- v == null ? this.i.q4 = null : this.i.q4 = v.i;
86
+ v == null ? this.i.rg = null : this.i.rg = v.i;
87
87
  }
88
88
  /**
89
89
  * Gets or sets the Label mapping property for the current series object.
90
90
  */
91
91
  get labelMemberPath() {
92
- return this.i.ro;
92
+ return this.i.r0;
93
93
  }
94
94
  set labelMemberPath(v) {
95
- this.i.ro = v;
95
+ this.i.r0 = v;
96
96
  }
97
97
  /**
98
98
  * Gets or sets the fill mapping property for the current series object.
99
99
  */
100
100
  get fillMemberPath() {
101
- return this.i.rg;
101
+ return this.i.rs;
102
102
  }
103
103
  set fillMemberPath(v) {
104
- this.i.rg = v;
104
+ this.i.rs = v;
105
105
  }
106
106
  /**
107
107
  * Gets or sets the brush scale for the marker brush.
108
108
  */
109
109
  get fillScale() {
110
- if (this.i.q1 == null) {
110
+ if (this.i.rd == null) {
111
111
  return null;
112
112
  }
113
- if (!this.i.q1.externalObject) {
114
- let e = IgxBrushScaleComponent._createFromInternal(this.i.q1);
113
+ if (!this.i.rd.externalObject) {
114
+ let e = IgxBrushScaleComponent._createFromInternal(this.i.rd);
115
115
  if (e) {
116
- e._implementation = this.i.q1;
116
+ e._implementation = this.i.rd;
117
117
  }
118
- this.i.q1.externalObject = e;
118
+ this.i.rd.externalObject = e;
119
119
  }
120
- return this.i.q1.externalObject;
120
+ return this.i.rd.externalObject;
121
121
  }
122
122
  set fillScale(v) {
123
123
  if (v != null && this._stylingContainer && v._styling)
124
124
  v._styling(this._stylingContainer, this, this);
125
- v == null ? this.i.q1 = null : this.i.q1 = v.i;
125
+ v == null ? this.i.rd = null : this.i.rd = v.i;
126
126
  }
127
127
  /**
128
128
  * Gets or sets the whether or not the FillScale uses global values of FillMemberPath of multiple series.
129
129
  * This setting applies only if multiple series are using the same FillScale.
130
130
  */
131
131
  get fillScaleUseGlobalValues() {
132
- return this.i.q8;
132
+ return this.i.rk;
133
133
  }
134
134
  set fillScaleUseGlobalValues(v) {
135
- this.i.q8 = ensureBool(v);
135
+ this.i.rk = ensureBool(v);
136
136
  }
137
137
  /**
138
138
  * Gets or sets whether or not the marker outline should use FillScale like the marker fill does.
139
139
  * This setting applies only if the current series has a FillScale set and it overrides MarkerOutline setting.
140
140
  */
141
141
  get markerOutlineUsesFillScale() {
142
- return this.i.rb;
142
+ return this.i.rn;
143
143
  }
144
144
  set markerOutlineUsesFillScale(v) {
145
- this.i.rb = ensureBool(v);
145
+ this.i.rn = ensureBool(v);
146
146
  }
147
147
  /**
148
148
  * 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
149
149
  * Note you can use any values between minimum value of -1 (darkest outline) and maximum value of 1 (brightest outline)
150
150
  */
151
151
  get markerOutlineBrightness() {
152
- return this.i.re;
152
+ return this.i.rq;
153
153
  }
154
154
  set markerOutlineBrightness(v) {
155
- this.i.re = +v;
155
+ this.i.rq = +v;
156
156
  }
157
157
  /**
158
158
  * 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
159
159
  * Note you can use any values between minimum value of -1 (darkest fill) and maximum value of 1 (brightest fill)
160
160
  */
161
161
  get markerBrushBrightness() {
162
- return this.i.rd;
162
+ return this.i.rp;
163
163
  }
164
164
  set markerBrushBrightness(v) {
165
- this.i.rd = +v;
165
+ this.i.rp = +v;
166
166
  }
167
167
  /**
168
168
  * Gets or sets the whether or not the RadiusScale uses global values of RadiusMemberPath of multiple series.
169
169
  * This setting applies only if multiple series are using the same RadiusScale.
170
170
  */
171
171
  get radiusScaleUseGlobalValues() {
172
- return this.i.rc;
172
+ return this.i.ro;
173
173
  }
174
174
  set radiusScaleUseGlobalValues(v) {
175
- this.i.rc = ensureBool(v);
175
+ this.i.ro = ensureBool(v);
176
176
  }
177
177
  /**
178
178
  * Gets or sets whether this Scatter series should allow custom style overrides of its individual visuals.
179
179
  */
180
180
  get isCustomScatterStyleAllowed() {
181
- return this.i.ra;
181
+ return this.i.rm;
182
182
  }
183
183
  set isCustomScatterStyleAllowed(v) {
184
- this.i.ra = ensureBool(v);
184
+ this.i.rm = ensureBool(v);
185
185
  }
186
186
  /**
187
187
  * Gets or sets whether this Scatter series should allow custom style overrides of its individual marker visuals.
188
188
  */
189
189
  get isCustomScatterMarkerStyleAllowed() {
190
- return this.i.q9;
190
+ return this.i.rl;
191
191
  }
192
192
  set isCustomScatterMarkerStyleAllowed(v) {
193
- this.i.q9 = ensureBool(v);
193
+ this.i.rl = ensureBool(v);
194
194
  }
195
195
  /**
196
196
  * Gets or sets the mode the series will use to find the closest point to the cursor.
197
197
  */
198
198
  get itemSearchMode() {
199
- return this.i.q3;
199
+ return this.i.rf;
200
200
  }
201
201
  set itemSearchMode(v) {
202
- this.i.q3 = ensureEnum(ScatterItemSearchMode_$type, v);
202
+ this.i.rf = ensureEnum(ScatterItemSearchMode_$type, v);
203
203
  }
204
204
  /**
205
205
  * Gets or sets the threshold to use when searching for items using ItemSearchMode.
206
206
  */
207
207
  get itemSearchThreshold() {
208
- return this.i.rf;
208
+ return this.i.rr;
209
209
  }
210
210
  set itemSearchThreshold(v) {
211
- this.i.rf = +v;
211
+ this.i.rr = +v;
212
212
  }
213
213
  findByName(name) {
214
214
  var baseResult = super.findByName(name);
@@ -29,58 +29,58 @@ export let IgxGeographicScatterAreaSeriesComponent = /*@__PURE__*/ (() => {
29
29
  * Gets whether the current series shows an area shape.
30
30
  */
31
31
  get isArea() {
32
- return this.i.c9;
32
+ return this.i.dd;
33
33
  }
34
34
  /**
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.qr;
38
+ return this.i.q3;
39
39
  }
40
40
  set colorMemberPath(v) {
41
- this.i.qr = v;
41
+ this.i.q3 = 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
- if (this.i.qm == null) {
47
+ if (this.i.qy == null) {
48
48
  return null;
49
49
  }
50
- if (!this.i.qm.externalObject) {
51
- let e = IgxColorScaleComponent._createFromInternal(this.i.qm);
50
+ if (!this.i.qy.externalObject) {
51
+ let e = IgxColorScaleComponent._createFromInternal(this.i.qy);
52
52
  if (e) {
53
- e._implementation = this.i.qm;
53
+ e._implementation = this.i.qy;
54
54
  }
55
- this.i.qm.externalObject = e;
55
+ this.i.qy.externalObject = e;
56
56
  }
57
- return this.i.qm.externalObject;
57
+ return this.i.qy.externalObject;
58
58
  }
59
59
  set colorScale(v) {
60
60
  if (v != null && this._stylingContainer && v._styling)
61
61
  v._styling(this._stylingContainer, this, this);
62
- v == null ? this.i.qm = null : this.i.qm = v.i;
62
+ v == null ? this.i.qy = null : this.i.qy = v.i;
63
63
  }
64
64
  /**
65
65
  * Gets actual color scale that is set on ColorScale property or default ColorScale
66
66
  */
67
67
  get actualColorScale() {
68
- if (this.i.ql == null) {
68
+ if (this.i.qx == null) {
69
69
  return null;
70
70
  }
71
- if (!this.i.ql.externalObject) {
72
- let e = IgxColorScaleComponent._createFromInternal(this.i.ql);
71
+ if (!this.i.qx.externalObject) {
72
+ let e = IgxColorScaleComponent._createFromInternal(this.i.qx);
73
73
  if (e) {
74
- e._implementation = this.i.ql;
74
+ e._implementation = this.i.qx;
75
75
  }
76
- this.i.ql.externalObject = e;
76
+ this.i.qx.externalObject = e;
77
77
  }
78
- return this.i.ql.externalObject;
78
+ return this.i.qx.externalObject;
79
79
  }
80
80
  set actualColorScale(v) {
81
81
  if (v != null && this._stylingContainer && v._styling)
82
82
  v._styling(this._stylingContainer, this, this);
83
- v == null ? this.i.ql = null : this.i.ql = v.i;
83
+ v == null ? this.i.qx = null : this.i.qx = v.i;
84
84
  }
85
85
  findByName(name) {
86
86
  var baseResult = super.findByName(name);
@@ -111,7 +111,7 @@ export let IgxGeographicScatterAreaSeriesComponent = /*@__PURE__*/ (() => {
111
111
 
112
112
  */
113
113
  updateActualColorScale() {
114
- this.i.qw();
114
+ this.i.q8();
115
115
  }
116
116
  /**
117
117
  * Raised when the status of an ongoing Triangulation has changed.
@@ -84,82 +84,82 @@ export let IgxGeographicShapeSeriesBaseComponent = /*@__PURE__*/ (() => {
84
84
  * 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.
85
85
  */
86
86
  get shapeMemberPath() {
87
- return this.i.qm;
87
+ return this.i.qy;
88
88
  }
89
89
  set shapeMemberPath(v) {
90
- this.i.qm = v;
90
+ this.i.qy = v;
91
91
  }
92
92
  /**
93
93
  * Gets or sets whether this Shape series should allow custom style overrides of its individual visuals.
94
94
  */
95
95
  get isCustomShapeStyleAllowed() {
96
- return this.i.qb;
96
+ return this.i.qn;
97
97
  }
98
98
  set isCustomShapeStyleAllowed(v) {
99
- this.i.qb = ensureBool(v);
99
+ this.i.qn = ensureBool(v);
100
100
  }
101
101
  /**
102
102
  * Gets or sets whether this Shape series should allow custom style overrides of its individual marker visuals.
103
103
  */
104
104
  get isCustomShapeMarkerStyleAllowed() {
105
- return this.i.qa;
105
+ return this.i.qm;
106
106
  }
107
107
  set isCustomShapeMarkerStyleAllowed(v) {
108
- this.i.qa = ensureBool(v);
108
+ this.i.qm = ensureBool(v);
109
109
  }
110
110
  /**
111
111
  * Gets or sets the mode the series will use to find the closest point to the cursor.
112
112
  */
113
113
  get itemSearchMode() {
114
- return this.i.p3;
114
+ return this.i.qf;
115
115
  }
116
116
  set itemSearchMode(v) {
117
- this.i.p3 = ensureEnum(ShapeItemSearchMode_$type, v);
117
+ this.i.qf = ensureEnum(ShapeItemSearchMode_$type, v);
118
118
  }
119
119
  /**
120
120
  * Gets or sets the threshold to use when searching for items using ItemSearchMode.
121
121
  */
122
122
  get itemSearchThreshold() {
123
- return this.i.qe;
123
+ return this.i.qq;
124
124
  }
125
125
  set itemSearchThreshold(v) {
126
- this.i.qe = +v;
126
+ this.i.qq = +v;
127
127
  }
128
128
  /**
129
129
  * Gets or sets the points threshold to use when searching for items using ItemSearchMode.
130
130
  */
131
131
  get itemSearchPointsThreshold() {
132
- return this.i.qd;
132
+ return this.i.qp;
133
133
  }
134
134
  set itemSearchPointsThreshold(v) {
135
- this.i.qd = +v;
135
+ this.i.qp = +v;
136
136
  }
137
137
  /**
138
138
  * Set a shapefile datasource to use with the series.
139
139
  */
140
140
  get shapefileDataSource() {
141
- if (this.i.p6 == null) {
141
+ if (this.i.qi == null) {
142
142
  return null;
143
143
  }
144
- if (!this.i.p6.externalObject) {
144
+ if (!this.i.qi.externalObject) {
145
145
  let e = new IgxShapeDataSource();
146
- e._implementation = this.i.p6;
147
- this.i.p6.externalObject = e;
146
+ e._implementation = this.i.qi;
147
+ this.i.qi.externalObject = e;
148
148
  }
149
- return this.i.p6.externalObject;
149
+ return this.i.qi.externalObject;
150
150
  }
151
151
  set shapefileDataSource(v) {
152
- v == null ? this.i.p6 = null : this.i.p6 = v.i;
152
+ v == null ? this.i.qi = null : this.i.qi = v.i;
153
153
  }
154
154
  /**
155
155
  * 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.
156
156
  * 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.
157
157
  */
158
158
  get shapeFilterResolution() {
159
- return this.i.qc;
159
+ return this.i.qo;
160
160
  }
161
161
  set shapeFilterResolution(v) {
162
- this.i.qc = +v;
162
+ this.i.qo = +v;
163
163
  }
164
164
  findByName(name) {
165
165
  var baseResult = super.findByName(name);