igniteui-angular-maps 14.1.1 → 14.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 (77) hide show
  1. package/bundles/igniteui-angular-maps.umd.js +1512 -1461
  2. package/bundles/igniteui-angular-maps.umd.min.js +1 -1
  3. package/esm2015/lib/GeographicContourLineSeriesView_combined.js +36 -36
  4. package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +79 -79
  5. package/esm2015/lib/GeographicMapSeriesHost_combined.js +176 -176
  6. package/esm2015/lib/GeographicMarkerSeries.js +29 -29
  7. package/esm2015/lib/GeographicPolylineSeriesView_combined.js +17 -17
  8. package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +89 -89
  9. package/esm2015/lib/GeographicShapeSeriesBase_combined.js +60 -60
  10. package/esm2015/lib/GeographicShapeSeriesView_combined.js +56 -56
  11. package/esm2015/lib/GeographicSymbolSeriesView_combined.js +56 -56
  12. package/esm2015/lib/GeographicTileSeries.js +28 -28
  13. package/esm2015/lib/TileSeries_combined.js +88 -88
  14. package/esm2015/lib/XamGeographicMap_combined.js +472 -460
  15. package/esm2015/lib/igx-geographic-contour-line-series-component.js +27 -24
  16. package/esm2015/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
  17. package/esm2015/lib/igx-geographic-map-component.js +52 -50
  18. package/esm2015/lib/igx-geographic-map-imagery.js +25 -2
  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 +44 -42
  23. package/esm2015/lib/igx-geographic-scatter-area-series-component.js +19 -17
  24. package/esm2015/lib/igx-geographic-shape-series-base-component.js +26 -20
  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 +6 -5
  28. package/esm2015/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  29. package/esm2015/lib/igx-tile-series-component.js +5 -4
  30. package/esm5/lib/GeographicContourLineSeriesView_combined.js +36 -36
  31. package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +79 -79
  32. package/esm5/lib/GeographicMapSeriesHost_combined.js +174 -174
  33. package/esm5/lib/GeographicMarkerSeries.js +29 -29
  34. package/esm5/lib/GeographicPolylineSeriesView_combined.js +17 -17
  35. package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +89 -89
  36. package/esm5/lib/GeographicShapeSeriesBase_combined.js +59 -59
  37. package/esm5/lib/GeographicShapeSeriesView_combined.js +56 -56
  38. package/esm5/lib/GeographicSymbolSeriesView_combined.js +56 -56
  39. package/esm5/lib/GeographicTileSeries.js +27 -27
  40. package/esm5/lib/TileSeries_combined.js +86 -86
  41. package/esm5/lib/XamGeographicMap_combined.js +465 -453
  42. package/esm5/lib/igx-geographic-contour-line-series-component.js +27 -24
  43. package/esm5/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
  44. package/esm5/lib/igx-geographic-map-component.js +52 -50
  45. package/esm5/lib/igx-geographic-map-imagery.js +26 -3
  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 +44 -42
  50. package/esm5/lib/igx-geographic-scatter-area-series-component.js +19 -17
  51. package/esm5/lib/igx-geographic-shape-series-base-component.js +26 -20
  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 +6 -5
  55. package/esm5/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  56. package/esm5/lib/igx-tile-series-component.js +5 -4
  57. package/fesm2015/igniteui-angular-maps.js +1525 -1474
  58. package/fesm5/igniteui-angular-maps.js +1513 -1462
  59. package/lib/GeographicContourLineSeriesView_combined.d.ts +14 -14
  60. package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +24 -24
  61. package/lib/GeographicMapSeriesHost_combined.d.ts +39 -39
  62. package/lib/GeographicMarkerSeries.d.ts +18 -18
  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 +25 -25
  67. package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
  68. package/lib/GeographicShapeSeriesBase_combined.d.ts +23 -23
  69. package/lib/GeographicShapeSeriesView_combined.d.ts +27 -27
  70. package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
  71. package/lib/GeographicSymbolSeriesView_combined.d.ts +19 -19
  72. package/lib/GeographicTileSeries.d.ts +10 -10
  73. package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
  74. package/lib/TileSeries_combined.d.ts +21 -21
  75. package/lib/XamGeographicMap_combined.d.ts +112 -112
  76. package/lib/igx-geographic-map-imagery.d.ts +4 -1
  77. package/package.json +2 -2
@@ -20,7 +20,7 @@ export let IgxGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
20
20
  * Checks if this control is geographic coordinate system
21
21
  */
22
22
  get isGeographic() {
23
- return this.i.dv;
23
+ return this.i.dw;
24
24
  }
25
25
  /**
26
26
  * Gets whether this series supports markers
@@ -33,10 +33,10 @@ export let IgxGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
33
33
  * The default value for this property is 1.0, which means the series will always be visible. At a VisibleFromScale setting of 0.0, the series will never be visible. At a VisibleFromScale setting of 0.5, the series will be visible as long as the map is zoomed in to at least 200%.
34
34
  */
35
35
  get visibleFromScale() {
36
- return this.i.p8;
36
+ return this.i.qc;
37
37
  }
38
38
  set visibleFromScale(v) {
39
- this.i.p8 = +v;
39
+ this.i.qc = +v;
40
40
  }
41
41
  /**
42
42
  * Gets or sets the coercion methods to use when loading data from data sources.
@@ -54,10 +54,10 @@ export let IgxGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
54
54
 
55
55
  */
56
56
  notifyIndexedPropertiesChanged() {
57
- this.i.lk();
57
+ this.i.ln();
58
58
  }
59
59
  getItemValue(item, memberPathName) {
60
- let iv = this.i.hw(item, memberPathName);
60
+ let iv = this.i.hy(item, memberPathName);
61
61
  return (iv);
62
62
  }
63
63
  /**
@@ -66,23 +66,23 @@ export let IgxGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
66
66
  * @param world * The world coordinates to use.
67
67
  */
68
68
  getItem(world) {
69
- let iv = this.i.ht(toPoint(world));
69
+ let iv = this.i.hv(toPoint(world));
70
70
  return (iv);
71
71
  }
72
72
  getPreviousOrExactIndex(world, skipUnknowns) {
73
- let iv = this.i.hj(toPoint(world), skipUnknowns);
73
+ let iv = this.i.hl(toPoint(world), skipUnknowns);
74
74
  return (iv);
75
75
  }
76
76
  getNextOrExactIndex(world, skipUnknowns) {
77
- let iv = this.i.hh(toPoint(world), skipUnknowns);
77
+ let iv = this.i.hj(toPoint(world), skipUnknowns);
78
78
  return (iv);
79
79
  }
80
80
  getSeriesValue(world, useInterpolation, skipUnknowns) {
81
- let iv = this.i.gj(toPoint(world), useInterpolation, skipUnknowns);
81
+ let iv = this.i.gl(toPoint(world), useInterpolation, skipUnknowns);
82
82
  return (iv);
83
83
  }
84
84
  getSeriesValuePosition(world, useInterpolation, skipUnknowns) {
85
- let iv = this.i.pm(toPoint(world), useInterpolation, skipUnknowns);
85
+ let iv = this.i.pq(toPoint(world), useInterpolation, skipUnknowns);
86
86
  return fromPoint(iv);
87
87
  }
88
88
  /**
@@ -91,7 +91,7 @@ export let IgxGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
91
91
  * @param world * The world coordinate for which to get a value bounding box for
92
92
  */
93
93
  getSeriesValueBoundingBox(world) {
94
- let iv = this.i.pv(toPoint(world));
94
+ let iv = this.i.pz(toPoint(world));
95
95
  return fromRect(iv);
96
96
  }
97
97
  /**
@@ -100,31 +100,31 @@ export let IgxGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
100
100
  * @param world * The world coordinates for which to get a value marker bounding box for
101
101
  */
102
102
  getSeriesValueMarkerBoundingBox(world) {
103
- let iv = this.i.px(toPoint(world));
103
+ let iv = this.i.p1(toPoint(world));
104
104
  return fromRect(iv);
105
105
  }
106
106
  getSeriesHighValue(world, useInterpolation, skipUnknowns) {
107
- let iv = this.i.gf(toPoint(world), useInterpolation, skipUnknowns);
107
+ let iv = this.i.gh(toPoint(world), useInterpolation, skipUnknowns);
108
108
  return (iv);
109
109
  }
110
110
  getSeriesHighValuePosition(world, useInterpolation, skipUnknowns) {
111
- let iv = this.i.pi(toPoint(world), useInterpolation, skipUnknowns);
111
+ let iv = this.i.pm(toPoint(world), useInterpolation, skipUnknowns);
112
112
  return fromPoint(iv);
113
113
  }
114
114
  getSeriesLowValue(world, useInterpolation, skipUnknowns) {
115
- let iv = this.i.gh(toPoint(world), useInterpolation, skipUnknowns);
115
+ let iv = this.i.gj(toPoint(world), useInterpolation, skipUnknowns);
116
116
  return (iv);
117
117
  }
118
118
  getSeriesLowValuePosition(world, useInterpolation, skipUnknowns) {
119
- let iv = this.i.pk(toPoint(world), useInterpolation, skipUnknowns);
119
+ let iv = this.i.po(toPoint(world), useInterpolation, skipUnknowns);
120
120
  return fromPoint(iv);
121
121
  }
122
122
  getSeriesValuePositionFromSeriesPixel(mouse, useInterpolation, skipUnknowns) {
123
- let iv = this.i.pn(toPoint(mouse), useInterpolation, skipUnknowns);
123
+ let iv = this.i.pr(toPoint(mouse), useInterpolation, skipUnknowns);
124
124
  return fromPoint(iv);
125
125
  }
126
126
  getSeriesValueFromSeriesPixel(mouse, useInterpolation, skipUnknowns) {
127
- let iv = this.i.gk(toPoint(mouse), useInterpolation, skipUnknowns);
127
+ let iv = this.i.gm(toPoint(mouse), useInterpolation, skipUnknowns);
128
128
  return (iv);
129
129
  }
130
130
  /**
@@ -132,7 +132,7 @@ export let IgxGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
132
132
 
133
133
  */
134
134
  getItemSpan() {
135
- let iv = this.i.ga();
135
+ let iv = this.i.gc();
136
136
  return (iv);
137
137
  }
138
138
  /**
@@ -141,14 +141,14 @@ export let IgxGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
141
141
  * @param animate * True if the change should be animated.
142
142
  */
143
143
  renderSeries(animate) {
144
- this.i.mi(animate);
144
+ this.i.ml(animate);
145
145
  }
146
146
  /**
147
147
  * Called when this series' Style is updated.
148
148
 
149
149
  */
150
150
  styleUpdated() {
151
- this.i.ms();
151
+ this.i.mv();
152
152
  }
153
153
  }
154
154
  IgxGeographicMapSeriesHostComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: IgxGeographicMapSeriesHostComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
@@ -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.qg;
27
+ return this.i.qk;
28
28
  }
29
29
  set markerType(v) {
30
- this.i.qg = ensureEnum(MarkerType_$type, v);
30
+ this.i.qk = 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.qh;
36
+ return this.i.ql;
37
37
  }
38
38
  set markerThickness(v) {
39
- this.i.qh = +v;
39
+ this.i.ql = +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.qf;
45
+ return this.i.qj;
46
46
  }
47
47
  set markerOutlineMode(v) {
48
- this.i.qf = ensureEnum(MarkerOutlineMode_$type, v);
48
+ this.i.qj = 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.qe;
54
+ return this.i.qi;
55
55
  }
56
56
  set markerFillMode(v) {
57
- this.i.qe = ensureEnum(MarkerFillMode_$type, v);
57
+ this.i.qi = 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.qw;
63
+ return this.i.q0;
64
64
  }
65
65
  set markerTemplate(v) {
66
- this.i.qw = v;
66
+ this.i.q0 = 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.ra);
72
+ return brushToString(this.i.re);
73
73
  }
74
74
  set markerBrush(v) {
75
- this.i.ra = stringToBrush(v);
75
+ this.i.re = 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.rb);
81
+ return brushToString(this.i.rf);
82
82
  }
83
83
  set markerOutline(v) {
84
- this.i.rb = stringToBrush(v);
84
+ this.i.rf = 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.qi;
92
+ return this.i.qm;
93
93
  }
94
94
  set maximumMarkers(v) {
95
- this.i.qi = +v;
95
+ this.i.qm = +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.qv;
101
+ return this.i.qz;
102
102
  }
103
103
  set actualMarkerTemplate(v) {
104
- this.i.qv = v;
104
+ this.i.qz = 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.q8);
110
+ return brushToString(this.i.rc);
111
111
  }
112
112
  set actualMarkerBrush(v) {
113
- this.i.q8 = stringToBrush(v);
113
+ this.i.rc = 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.q9);
119
+ return brushToString(this.i.rd);
120
120
  }
121
121
  set actualMarkerOutline(v) {
122
- this.i.q9 = stringToBrush(v);
122
+ this.i.rd = 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.d8;
32
+ return this.i.d9;
33
33
  }
34
34
  /**
35
35
  * Gets or sets the fill brush.
36
36
  */
37
37
  get shapeFill() {
38
- return this.i.rk ? this.i.rk.fill : null;
38
+ return this.i.ro ? this.i.ro.fill : null;
39
39
  }
40
40
  set shapeFill(v) {
41
41
  this.ensureShapeStyle();
42
- this.i.rk.fill = v;
42
+ this.i.ro.fill = v;
43
43
  }
44
44
  /**
45
45
  * Gets or sets the stroke brush.
46
46
  */
47
47
  get shapeStroke() {
48
- return this.i.rk ? this.i.rk.stroke : null;
48
+ return this.i.ro ? this.i.ro.stroke : null;
49
49
  }
50
50
  set shapeStroke(v) {
51
51
  this.ensureShapeStyle();
52
- this.i.rk.stroke = v;
52
+ this.i.ro.stroke = v;
53
53
  }
54
54
  /**
55
55
  * Gets or sets the stroke thickness.
56
56
  */
57
57
  get shapeStrokeThickness() {
58
- return this.i.rk ? this.i.rk.strokeThickness : NaN;
58
+ return this.i.ro ? this.i.ro.strokeThickness : NaN;
59
59
  }
60
60
  set shapeStrokeThickness(v) {
61
61
  this.ensureShapeStyle();
62
- this.i.rk.strokeThickness = +v;
62
+ this.i.ro.strokeThickness = +v;
63
63
  }
64
64
  /**
65
65
  * Gets or sets the opacity.
66
66
  */
67
67
  get shapeOpacity() {
68
- return this.i.rk ? this.i.rk.opacity : NaN;
68
+ return this.i.ro ? this.i.ro.opacity : NaN;
69
69
  }
70
70
  set shapeOpacity(v) {
71
71
  this.ensureShapeStyle();
72
- this.i.rk.opacity = +v;
72
+ this.i.ro.opacity = +v;
73
73
  }
74
74
  ensureShapeStyle() {
75
- if (this.i.rk) {
75
+ if (this.i.ro) {
76
76
  return;
77
77
  }
78
- this.i.rk = new Style();
78
+ this.i.ro = new Style();
79
79
  }
80
80
  get styleShape() {
81
81
  if (this._styleShape == null) {
@@ -41,174 +41,176 @@ export let IgxGeographicProportionalSymbolSeriesComponent = /*@__PURE__*/ (() =>
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.r3;
44
+ return this.i.r7;
45
45
  }
46
46
  set latitudeMemberPath(v) {
47
- this.i.r3 = v;
47
+ this.i.r7 = 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.r5;
53
+ return this.i.r9;
54
54
  }
55
55
  set longitudeMemberPath(v) {
56
- this.i.r5 = v;
56
+ this.i.r9 = 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.sa;
62
+ return this.i.se;
63
63
  }
64
64
  set radiusMemberPath(v) {
65
- this.i.sa = v;
65
+ this.i.se = 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.rh == null) {
71
+ const r = this.i.rl;
72
+ if (r == null) {
72
73
  return null;
73
74
  }
74
- if (!this.i.rh.externalObject) {
75
- let e = IgxSizeScaleComponent._createFromInternal(this.i.rh);
75
+ if (!r.externalObject) {
76
+ let e = IgxSizeScaleComponent._createFromInternal(r);
76
77
  if (e) {
77
- e._implementation = this.i.rh;
78
+ e._implementation = r;
78
79
  }
79
- this.i.rh.externalObject = e;
80
+ r.externalObject = e;
80
81
  }
81
- return this.i.rh.externalObject;
82
+ return r.externalObject;
82
83
  }
83
84
  set radiusScale(v) {
84
85
  if (v != null && this._stylingContainer && v._styling)
85
86
  v._styling(this._stylingContainer, this, this);
86
- v == null ? this.i.rh = null : this.i.rh = v.i;
87
+ v == null ? this.i.rl = null : this.i.rl = v.i;
87
88
  }
88
89
  /**
89
90
  * Gets or sets the Label mapping property for the current series object.
90
91
  */
91
92
  get labelMemberPath() {
92
- return this.i.r1;
93
+ return this.i.r5;
93
94
  }
94
95
  set labelMemberPath(v) {
95
- this.i.r1 = v;
96
+ this.i.r5 = v;
96
97
  }
97
98
  /**
98
99
  * Gets or sets the fill mapping property for the current series object.
99
100
  */
100
101
  get fillMemberPath() {
101
- return this.i.rt;
102
+ return this.i.rx;
102
103
  }
103
104
  set fillMemberPath(v) {
104
- this.i.rt = v;
105
+ this.i.rx = v;
105
106
  }
106
107
  /**
107
108
  * Gets or sets the brush scale for the marker brush.
108
109
  */
109
110
  get fillScale() {
110
- if (this.i.re == null) {
111
+ const r = this.i.ri;
112
+ if (r == null) {
111
113
  return null;
112
114
  }
113
- if (!this.i.re.externalObject) {
114
- let e = IgxBrushScaleComponent._createFromInternal(this.i.re);
115
+ if (!r.externalObject) {
116
+ let e = IgxBrushScaleComponent._createFromInternal(r);
115
117
  if (e) {
116
- e._implementation = this.i.re;
118
+ e._implementation = r;
117
119
  }
118
- this.i.re.externalObject = e;
120
+ r.externalObject = e;
119
121
  }
120
- return this.i.re.externalObject;
122
+ return r.externalObject;
121
123
  }
122
124
  set fillScale(v) {
123
125
  if (v != null && this._stylingContainer && v._styling)
124
126
  v._styling(this._stylingContainer, this, this);
125
- v == null ? this.i.re = null : this.i.re = v.i;
127
+ v == null ? this.i.ri = null : this.i.ri = v.i;
126
128
  }
127
129
  /**
128
130
  * Gets or sets the whether or not the FillScale uses global values of FillMemberPath of multiple series.
129
131
  * This setting applies only if multiple series are using the same FillScale.
130
132
  */
131
133
  get fillScaleUseGlobalValues() {
132
- return this.i.rl;
134
+ return this.i.rp;
133
135
  }
134
136
  set fillScaleUseGlobalValues(v) {
135
- this.i.rl = ensureBool(v);
137
+ this.i.rp = ensureBool(v);
136
138
  }
137
139
  /**
138
140
  * Gets or sets whether or not the marker outline should use FillScale like the marker fill does.
139
141
  * This setting applies only if the current series has a FillScale set and it overrides MarkerOutline setting.
140
142
  */
141
143
  get markerOutlineUsesFillScale() {
142
- return this.i.ro;
144
+ return this.i.rs;
143
145
  }
144
146
  set markerOutlineUsesFillScale(v) {
145
- this.i.ro = ensureBool(v);
147
+ this.i.rs = ensureBool(v);
146
148
  }
147
149
  /**
148
150
  * 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
151
  * Note you can use any values between minimum value of -1 (darkest outline) and maximum value of 1 (brightest outline)
150
152
  */
151
153
  get markerOutlineBrightness() {
152
- return this.i.rr;
154
+ return this.i.rv;
153
155
  }
154
156
  set markerOutlineBrightness(v) {
155
- this.i.rr = +v;
157
+ this.i.rv = +v;
156
158
  }
157
159
  /**
158
160
  * 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
161
  * Note you can use any values between minimum value of -1 (darkest fill) and maximum value of 1 (brightest fill)
160
162
  */
161
163
  get markerBrushBrightness() {
162
- return this.i.rq;
164
+ return this.i.ru;
163
165
  }
164
166
  set markerBrushBrightness(v) {
165
- this.i.rq = +v;
167
+ this.i.ru = +v;
166
168
  }
167
169
  /**
168
170
  * Gets or sets the whether or not the RadiusScale uses global values of RadiusMemberPath of multiple series.
169
171
  * This setting applies only if multiple series are using the same RadiusScale.
170
172
  */
171
173
  get radiusScaleUseGlobalValues() {
172
- return this.i.rp;
174
+ return this.i.rt;
173
175
  }
174
176
  set radiusScaleUseGlobalValues(v) {
175
- this.i.rp = ensureBool(v);
177
+ this.i.rt = ensureBool(v);
176
178
  }
177
179
  /**
178
180
  * Gets or sets whether this Scatter series should allow custom style overrides of its individual visuals.
179
181
  */
180
182
  get isCustomScatterStyleAllowed() {
181
- return this.i.rn;
183
+ return this.i.rr;
182
184
  }
183
185
  set isCustomScatterStyleAllowed(v) {
184
- this.i.rn = ensureBool(v);
186
+ this.i.rr = ensureBool(v);
185
187
  }
186
188
  /**
187
189
  * Gets or sets whether this Scatter series should allow custom style overrides of its individual marker visuals.
188
190
  */
189
191
  get isCustomScatterMarkerStyleAllowed() {
190
- return this.i.rm;
192
+ return this.i.rq;
191
193
  }
192
194
  set isCustomScatterMarkerStyleAllowed(v) {
193
- this.i.rm = ensureBool(v);
195
+ this.i.rq = ensureBool(v);
194
196
  }
195
197
  /**
196
198
  * Gets or sets the mode the series will use to find the closest point to the cursor.
197
199
  */
198
200
  get itemSearchMode() {
199
- return this.i.rg;
201
+ return this.i.rk;
200
202
  }
201
203
  set itemSearchMode(v) {
202
- this.i.rg = ensureEnum(ScatterItemSearchMode_$type, v);
204
+ this.i.rk = ensureEnum(ScatterItemSearchMode_$type, v);
203
205
  }
204
206
  /**
205
207
  * Gets or sets the threshold to use when searching for items using ItemSearchMode.
206
208
  */
207
209
  get itemSearchThreshold() {
208
- return this.i.rs;
210
+ return this.i.rw;
209
211
  }
210
212
  set itemSearchThreshold(v) {
211
- this.i.rs = +v;
213
+ this.i.rw = +v;
212
214
  }
213
215
  findByName(name) {
214
216
  var baseResult = super.findByName(name);
@@ -35,52 +35,54 @@ 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.q4;
38
+ return this.i.q8;
39
39
  }
40
40
  set colorMemberPath(v) {
41
- this.i.q4 = v;
41
+ this.i.q8 = 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.qz == null) {
47
+ const r = this.i.q3;
48
+ if (r == null) {
48
49
  return null;
49
50
  }
50
- if (!this.i.qz.externalObject) {
51
- let e = IgxColorScaleComponent._createFromInternal(this.i.qz);
51
+ if (!r.externalObject) {
52
+ let e = IgxColorScaleComponent._createFromInternal(r);
52
53
  if (e) {
53
- e._implementation = this.i.qz;
54
+ e._implementation = r;
54
55
  }
55
- this.i.qz.externalObject = e;
56
+ r.externalObject = e;
56
57
  }
57
- return this.i.qz.externalObject;
58
+ return r.externalObject;
58
59
  }
59
60
  set colorScale(v) {
60
61
  if (v != null && this._stylingContainer && v._styling)
61
62
  v._styling(this._stylingContainer, this, this);
62
- v == null ? this.i.qz = null : this.i.qz = v.i;
63
+ v == null ? this.i.q3 = null : this.i.q3 = v.i;
63
64
  }
64
65
  /**
65
66
  * Gets actual color scale that is set on ColorScale property or default ColorScale
66
67
  */
67
68
  get actualColorScale() {
68
- if (this.i.qy == null) {
69
+ const r = this.i.q2;
70
+ if (r == null) {
69
71
  return null;
70
72
  }
71
- if (!this.i.qy.externalObject) {
72
- let e = IgxColorScaleComponent._createFromInternal(this.i.qy);
73
+ if (!r.externalObject) {
74
+ let e = IgxColorScaleComponent._createFromInternal(r);
73
75
  if (e) {
74
- e._implementation = this.i.qy;
76
+ e._implementation = r;
75
77
  }
76
- this.i.qy.externalObject = e;
78
+ r.externalObject = e;
77
79
  }
78
- return this.i.qy.externalObject;
80
+ return r.externalObject;
79
81
  }
80
82
  set actualColorScale(v) {
81
83
  if (v != null && this._stylingContainer && v._styling)
82
84
  v._styling(this._stylingContainer, this, this);
83
- v == null ? this.i.qy = null : this.i.qy = v.i;
85
+ v == null ? this.i.q2 = null : this.i.q2 = v.i;
84
86
  }
85
87
  findByName(name) {
86
88
  var baseResult = super.findByName(name);
@@ -111,7 +113,7 @@ export let IgxGeographicScatterAreaSeriesComponent = /*@__PURE__*/ (() => {
111
113
 
112
114
  */
113
115
  updateActualColorScale() {
114
- this.i.q9();
116
+ this.i.rd();
115
117
  }
116
118
  /**
117
119
  * Raised when the status of an ongoing Triangulation has changed.