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
@@ -29,106 +29,106 @@ export let IgxGeographicHighDensityScatterSeriesComponent = /*@__PURE__*/ (() =>
29
29
  * Gets whether the current series shows pixels.
30
30
  */
31
31
  get isPixel() {
32
- return this.i.fr;
32
+ return this.i.fs;
33
33
  }
34
34
  /**
35
35
  * The name of the property of ItemsSource items which contains the latitude coordinate of the symbol.
36
36
  */
37
37
  get latitudeMemberPath() {
38
- return this.i.x8;
38
+ return this.i.x9;
39
39
  }
40
40
  set latitudeMemberPath(v) {
41
- this.i.x8 = v;
41
+ this.i.x9 = v;
42
42
  }
43
43
  /**
44
44
  * The name of the property of ItemsSource items which contains the longitude coordinate of the symbol.
45
45
  */
46
46
  get longitudeMemberPath() {
47
- return this.i.ya;
47
+ return this.i.yb;
48
48
  }
49
49
  set longitudeMemberPath(v) {
50
- this.i.ya = v;
50
+ this.i.yb = v;
51
51
  }
52
52
  /**
53
53
  * Gets or sets the whether to use use brute force mode.
54
54
  */
55
55
  get useBruteForce() {
56
- return this.i.xx;
56
+ return this.i.xy;
57
57
  }
58
58
  set useBruteForce(v) {
59
- this.i.xx = ensureBool(v);
59
+ this.i.xy = ensureBool(v);
60
60
  }
61
61
  /**
62
62
  * Gets or sets the whether to progressively load the data into the chart.
63
63
  */
64
64
  get progressiveLoad() {
65
- return this.i.xw;
65
+ return this.i.xx;
66
66
  }
67
67
  set progressiveLoad(v) {
68
- this.i.xw = ensureBool(v);
68
+ this.i.xx = ensureBool(v);
69
69
  }
70
70
  /**
71
71
  * Gets or sets the whether the chart reacts to mouse move events.
72
72
  */
73
73
  get mouseOverEnabled() {
74
- return this.i.xv;
74
+ return this.i.xw;
75
75
  }
76
76
  set mouseOverEnabled(v) {
77
- this.i.xv = ensureBool(v);
77
+ this.i.xw = ensureBool(v);
78
78
  }
79
79
  /**
80
80
  * Gets or sets the density value that maps to the minimum heat color.
81
81
  */
82
82
  get heatMinimum() {
83
- return this.i.xz;
83
+ return this.i.x0;
84
84
  }
85
85
  set heatMinimum(v) {
86
- this.i.xz = +v;
86
+ this.i.x0 = +v;
87
87
  }
88
88
  /**
89
89
  * Gets or sets the value that maps to the maximum heat color.
90
90
  */
91
91
  get heatMaximum() {
92
- return this.i.xy;
92
+ return this.i.xz;
93
93
  }
94
94
  set heatMaximum(v) {
95
- this.i.xy = +v;
95
+ this.i.xz = +v;
96
96
  }
97
97
  /**
98
98
  * Gets or sets the color to use for the minimum end of the scale.
99
99
  */
100
100
  get heatMinimumColor() {
101
- return colorToString(this.i.yt);
101
+ return colorToString(this.i.yu);
102
102
  }
103
103
  set heatMinimumColor(v) {
104
- this.i.yt = stringToColor(v);
104
+ this.i.yu = stringToColor(v);
105
105
  }
106
106
  /**
107
107
  * Gets or sets the color to use for the maximum end of the scale.
108
108
  */
109
109
  get heatMaximumColor() {
110
- return colorToString(this.i.ys);
110
+ return colorToString(this.i.yt);
111
111
  }
112
112
  set heatMaximumColor(v) {
113
- this.i.ys = stringToColor(v);
113
+ this.i.yt = stringToColor(v);
114
114
  }
115
115
  /**
116
116
  * Gets or sets the the pixel extent of the square data points that are rendered.
117
117
  */
118
118
  get pointExtent() {
119
- return this.i.x2;
119
+ return this.i.x3;
120
120
  }
121
121
  set pointExtent(v) {
122
- this.i.x2 = +v;
122
+ this.i.x3 = +v;
123
123
  }
124
124
  /**
125
125
  * Represents the current status of the progressive load of the series. It will range from 0 to 100, where 100 is fully loaded.
126
126
  */
127
127
  get progressiveStatus() {
128
- return this.i.x3;
128
+ return this.i.x4;
129
129
  }
130
130
  set progressiveStatus(v) {
131
- this.i.x3 = +v;
131
+ this.i.x4 = +v;
132
132
  }
133
133
  /**
134
134
  * Raised when the progressive loading state of the series has changed.
@@ -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.xn;
36
+ return this.i.xo;
37
37
  }
38
38
  set visibleFromScale(v) {
39
- this.i.xn = +v;
39
+ this.i.xo = +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.qv();
57
+ this.i.qw();
58
58
  }
59
59
  getItemValue(item, memberPathName) {
60
- let iv = this.i.kz(item, memberPathName);
60
+ let iv = this.i.k0(item, memberPathName);
61
61
  return (iv);
62
62
  }
63
63
  /**
@@ -66,7 +66,7 @@ export let IgxGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
66
66
  * @param memberPathName * The property name of a valid member path for the series
67
67
  */
68
68
  getMemberPathValue(memberPathName) {
69
- let iv = this.i.mo(memberPathName);
69
+ let iv = this.i.mp(memberPathName);
70
70
  return (iv);
71
71
  }
72
72
  /**
@@ -75,23 +75,23 @@ export let IgxGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
75
75
  * @param world * The world coordinates to use.
76
76
  */
77
77
  getItem(world) {
78
- let iv = this.i.kw(toPoint(world));
78
+ let iv = this.i.kx(toPoint(world));
79
79
  return (iv);
80
80
  }
81
81
  getPreviousOrExactIndex(world, skipUnknowns) {
82
- let iv = this.i.kj(toPoint(world), skipUnknowns);
82
+ let iv = this.i.kk(toPoint(world), skipUnknowns);
83
83
  return (iv);
84
84
  }
85
85
  getNextOrExactIndex(world, skipUnknowns) {
86
- let iv = this.i.kh(toPoint(world), skipUnknowns);
86
+ let iv = this.i.ki(toPoint(world), skipUnknowns);
87
87
  return (iv);
88
88
  }
89
89
  getSeriesValue(world, useInterpolation, skipUnknowns) {
90
- let iv = this.i.jd(toPoint(world), useInterpolation, skipUnknowns);
90
+ let iv = this.i.je(toPoint(world), useInterpolation, skipUnknowns);
91
91
  return (iv);
92
92
  }
93
93
  getSeriesValuePosition(world, useInterpolation, skipUnknowns) {
94
- let iv = this.i.ww(toPoint(world), useInterpolation, skipUnknowns);
94
+ let iv = this.i.wx(toPoint(world), useInterpolation, skipUnknowns);
95
95
  return fromPoint(iv);
96
96
  }
97
97
  /**
@@ -100,7 +100,7 @@ export let IgxGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
100
100
  * @param world * The world coordinate for which to get a value bounding box for
101
101
  */
102
102
  getSeriesValueBoundingBox(world) {
103
- let iv = this.i.w8(toPoint(world));
103
+ let iv = this.i.w9(toPoint(world));
104
104
  return fromRect(iv);
105
105
  }
106
106
  /**
@@ -109,31 +109,31 @@ export let IgxGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
109
109
  * @param world * The world coordinates for which to get a value marker bounding box for
110
110
  */
111
111
  getSeriesValueMarkerBoundingBox(world) {
112
- let iv = this.i.xa(toPoint(world));
112
+ let iv = this.i.xb(toPoint(world));
113
113
  return fromRect(iv);
114
114
  }
115
115
  getSeriesHighValue(world, useInterpolation, skipUnknowns) {
116
- let iv = this.i.i9(toPoint(world), useInterpolation, skipUnknowns);
116
+ let iv = this.i.ja(toPoint(world), useInterpolation, skipUnknowns);
117
117
  return (iv);
118
118
  }
119
119
  getSeriesHighValuePosition(world, useInterpolation, skipUnknowns) {
120
- let iv = this.i.ws(toPoint(world), useInterpolation, skipUnknowns);
120
+ let iv = this.i.wt(toPoint(world), useInterpolation, skipUnknowns);
121
121
  return fromPoint(iv);
122
122
  }
123
123
  getSeriesLowValue(world, useInterpolation, skipUnknowns) {
124
- let iv = this.i.jb(toPoint(world), useInterpolation, skipUnknowns);
124
+ let iv = this.i.jc(toPoint(world), useInterpolation, skipUnknowns);
125
125
  return (iv);
126
126
  }
127
127
  getSeriesLowValuePosition(world, useInterpolation, skipUnknowns) {
128
- let iv = this.i.wu(toPoint(world), useInterpolation, skipUnknowns);
128
+ let iv = this.i.wv(toPoint(world), useInterpolation, skipUnknowns);
129
129
  return fromPoint(iv);
130
130
  }
131
131
  getSeriesValuePositionFromSeriesPixel(mouse, useInterpolation, skipUnknowns) {
132
- let iv = this.i.wx(toPoint(mouse), useInterpolation, skipUnknowns);
132
+ let iv = this.i.wy(toPoint(mouse), useInterpolation, skipUnknowns);
133
133
  return fromPoint(iv);
134
134
  }
135
135
  getSeriesValueFromSeriesPixel(mouse, useInterpolation, skipUnknowns) {
136
- let iv = this.i.je(toPoint(mouse), useInterpolation, skipUnknowns);
136
+ let iv = this.i.jf(toPoint(mouse), useInterpolation, skipUnknowns);
137
137
  return (iv);
138
138
  }
139
139
  /**
@@ -141,7 +141,7 @@ export let IgxGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
141
141
 
142
142
  */
143
143
  getItemSpan() {
144
- let iv = this.i.i3();
144
+ let iv = this.i.i4();
145
145
  return (iv);
146
146
  }
147
147
  /**
@@ -150,14 +150,14 @@ export let IgxGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
150
150
  * @param animate * True if the change should be animated.
151
151
  */
152
152
  renderSeries(animate) {
153
- this.i.r8(animate);
153
+ this.i.r9(animate);
154
154
  }
155
155
  /**
156
156
  * Called when this series' Style is updated.
157
157
 
158
158
  */
159
159
  styleUpdated() {
160
- this.i.su();
160
+ this.i.sv();
161
161
  }
162
162
  }
163
163
  IgxGeographicMapSeriesHostComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", 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.xv;
27
+ return this.i.xw;
28
28
  }
29
29
  set markerType(v) {
30
- this.i.xv = ensureEnum(MarkerType_$type, v);
30
+ this.i.xw = 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.xw;
36
+ return this.i.xx;
37
37
  }
38
38
  set markerThickness(v) {
39
- this.i.xw = +v;
39
+ this.i.xx = +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.xu;
45
+ return this.i.xv;
46
46
  }
47
47
  set markerOutlineMode(v) {
48
- this.i.xu = ensureEnum(MarkerOutlineMode_$type, v);
48
+ this.i.xv = 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.xt;
54
+ return this.i.xu;
55
55
  }
56
56
  set markerFillMode(v) {
57
- this.i.xt = ensureEnum(MarkerFillMode_$type, v);
57
+ this.i.xu = 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.yb;
63
+ return this.i.yc;
64
64
  }
65
65
  set markerTemplate(v) {
66
- this.i.yb = v;
66
+ this.i.yc = 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.yp);
72
+ return brushToString(this.i.yq);
73
73
  }
74
74
  set markerBrush(v) {
75
- this.i.yp = stringToBrush(v);
75
+ this.i.yq = 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.yq);
81
+ return brushToString(this.i.yr);
82
82
  }
83
83
  set markerOutline(v) {
84
- this.i.yq = stringToBrush(v);
84
+ this.i.yr = 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.xx;
92
+ return this.i.xy;
93
93
  }
94
94
  set maximumMarkers(v) {
95
- this.i.xx = +v;
95
+ this.i.xy = +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.ya;
101
+ return this.i.yb;
102
102
  }
103
103
  set actualMarkerTemplate(v) {
104
- this.i.ya = v;
104
+ this.i.yb = 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.yn);
110
+ return brushToString(this.i.yo);
111
111
  }
112
112
  set actualMarkerBrush(v) {
113
- this.i.yn = stringToBrush(v);
113
+ this.i.yo = 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.yo);
119
+ return brushToString(this.i.yp);
120
120
  }
121
121
  set actualMarkerOutline(v) {
122
- this.i.yo = stringToBrush(v);
122
+ this.i.yp = stringToBrush(v);
123
123
  }
124
124
  }
125
125
  IgxGeographicMarkerSeriesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", 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.fu;
32
+ return this.i.fv;
33
33
  }
34
34
  /**
35
35
  * Gets or sets the fill brush.
36
36
  */
37
37
  get shapeFill() {
38
- return this.i.y8 ? this.i.y8.fill : null;
38
+ return this.i.y9 ? this.i.y9.fill : null;
39
39
  }
40
40
  set shapeFill(v) {
41
41
  this.ensureShapeStyle();
42
- this.i.y8.fill = v;
42
+ this.i.y9.fill = v;
43
43
  }
44
44
  /**
45
45
  * Gets or sets the stroke brush.
46
46
  */
47
47
  get shapeStroke() {
48
- return this.i.y8 ? this.i.y8.stroke : null;
48
+ return this.i.y9 ? this.i.y9.stroke : null;
49
49
  }
50
50
  set shapeStroke(v) {
51
51
  this.ensureShapeStyle();
52
- this.i.y8.stroke = v;
52
+ this.i.y9.stroke = v;
53
53
  }
54
54
  /**
55
55
  * Gets or sets the stroke thickness.
56
56
  */
57
57
  get shapeStrokeThickness() {
58
- return this.i.y8 ? this.i.y8.strokeThickness : NaN;
58
+ return this.i.y9 ? this.i.y9.strokeThickness : NaN;
59
59
  }
60
60
  set shapeStrokeThickness(v) {
61
61
  this.ensureShapeStyle();
62
- this.i.y8.strokeThickness = +v;
62
+ this.i.y9.strokeThickness = +v;
63
63
  }
64
64
  /**
65
65
  * Gets or sets the opacity.
66
66
  */
67
67
  get shapeOpacity() {
68
- return this.i.y8 ? this.i.y8.opacity : NaN;
68
+ return this.i.y9 ? this.i.y9.opacity : NaN;
69
69
  }
70
70
  set shapeOpacity(v) {
71
71
  this.ensureShapeStyle();
72
- this.i.y8.opacity = +v;
72
+ this.i.y9.opacity = +v;
73
73
  }
74
74
  ensureShapeStyle() {
75
- if (this.i.y8) {
75
+ if (this.i.y9) {
76
76
  return;
77
77
  }
78
- this.i.y8 = new Style();
78
+ this.i.y9 = new Style();
79
79
  }
80
80
  get styleShape() {
81
81
  if (this._styleShape == null) {
@@ -41,34 +41,34 @@ 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.zi;
44
+ return this.i.zj;
45
45
  }
46
46
  set latitudeMemberPath(v) {
47
- this.i.zi = v;
47
+ this.i.zj = 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.zk;
53
+ return this.i.zl;
54
54
  }
55
55
  set longitudeMemberPath(v) {
56
- this.i.zk = v;
56
+ this.i.zl = 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.zp;
62
+ return this.i.zq;
63
63
  }
64
64
  set radiusMemberPath(v) {
65
- this.i.zp = v;
65
+ this.i.zq = v;
66
66
  }
67
67
  /**
68
68
  * Gets or sets the radius size scale for the bubbles.
69
69
  */
70
70
  get radiusScale() {
71
- const r = this.i.yw;
71
+ const r = this.i.yx;
72
72
  if (r == null) {
73
73
  return null;
74
74
  }
@@ -84,31 +84,31 @@ export let IgxGeographicProportionalSymbolSeriesComponent = /*@__PURE__*/ (() =>
84
84
  set radiusScale(v) {
85
85
  if (v != null && this._stylingContainer && v._styling)
86
86
  v._styling(this._stylingContainer, this, this);
87
- v == null ? this.i.yw = null : this.i.yw = v.i;
87
+ v == null ? this.i.yx = null : this.i.yx = v.i;
88
88
  }
89
89
  /**
90
90
  * Gets or sets the Label mapping property for the current series object.
91
91
  */
92
92
  get labelMemberPath() {
93
- return this.i.zg;
93
+ return this.i.zh;
94
94
  }
95
95
  set labelMemberPath(v) {
96
- this.i.zg = v;
96
+ this.i.zh = v;
97
97
  }
98
98
  /**
99
99
  * Gets or sets the fill mapping property for the current series object.
100
100
  */
101
101
  get fillMemberPath() {
102
- return this.i.y8;
102
+ return this.i.y9;
103
103
  }
104
104
  set fillMemberPath(v) {
105
- this.i.y8 = v;
105
+ this.i.y9 = v;
106
106
  }
107
107
  /**
108
108
  * Gets or sets the brush scale for the marker brush.
109
109
  */
110
110
  get fillScale() {
111
- const r = this.i.yt;
111
+ const r = this.i.yu;
112
112
  if (r == null) {
113
113
  return null;
114
114
  }
@@ -124,93 +124,93 @@ export let IgxGeographicProportionalSymbolSeriesComponent = /*@__PURE__*/ (() =>
124
124
  set fillScale(v) {
125
125
  if (v != null && this._stylingContainer && v._styling)
126
126
  v._styling(this._stylingContainer, this, this);
127
- v == null ? this.i.yt = null : this.i.yt = v.i;
127
+ v == null ? this.i.yu = null : this.i.yu = v.i;
128
128
  }
129
129
  /**
130
130
  * Gets or sets the whether or not the FillScale uses global values of FillMemberPath of multiple series.
131
131
  * This setting applies only if multiple series are using the same FillScale.
132
132
  */
133
133
  get fillScaleUseGlobalValues() {
134
- return this.i.y0;
134
+ return this.i.y1;
135
135
  }
136
136
  set fillScaleUseGlobalValues(v) {
137
- this.i.y0 = ensureBool(v);
137
+ this.i.y1 = ensureBool(v);
138
138
  }
139
139
  /**
140
140
  * Gets or sets whether or not the marker outline should use FillScale like the marker fill does.
141
141
  * This setting applies only if the current series has a FillScale set and it overrides MarkerOutline setting.
142
142
  */
143
143
  get markerOutlineUsesFillScale() {
144
- return this.i.y3;
144
+ return this.i.y4;
145
145
  }
146
146
  set markerOutlineUsesFillScale(v) {
147
- this.i.y3 = ensureBool(v);
147
+ this.i.y4 = ensureBool(v);
148
148
  }
149
149
  /**
150
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
151
151
  * Note you can use any values between minimum value of -1 (darkest outline) and maximum value of 1 (brightest outline)
152
152
  */
153
153
  get markerOutlineBrightness() {
154
- return this.i.y6;
154
+ return this.i.y7;
155
155
  }
156
156
  set markerOutlineBrightness(v) {
157
- this.i.y6 = +v;
157
+ this.i.y7 = +v;
158
158
  }
159
159
  /**
160
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
161
161
  * Note you can use any values between minimum value of -1 (darkest fill) and maximum value of 1 (brightest fill)
162
162
  */
163
163
  get markerBrushBrightness() {
164
- return this.i.y5;
164
+ return this.i.y6;
165
165
  }
166
166
  set markerBrushBrightness(v) {
167
- this.i.y5 = +v;
167
+ this.i.y6 = +v;
168
168
  }
169
169
  /**
170
170
  * Gets or sets the whether or not the RadiusScale uses global values of RadiusMemberPath of multiple series.
171
171
  * This setting applies only if multiple series are using the same RadiusScale.
172
172
  */
173
173
  get radiusScaleUseGlobalValues() {
174
- return this.i.y4;
174
+ return this.i.y5;
175
175
  }
176
176
  set radiusScaleUseGlobalValues(v) {
177
- this.i.y4 = ensureBool(v);
177
+ this.i.y5 = ensureBool(v);
178
178
  }
179
179
  /**
180
180
  * Gets or sets whether this Scatter series should allow custom style overrides of its individual visuals.
181
181
  */
182
182
  get isCustomScatterStyleAllowed() {
183
- return this.i.y2;
183
+ return this.i.y3;
184
184
  }
185
185
  set isCustomScatterStyleAllowed(v) {
186
- this.i.y2 = ensureBool(v);
186
+ this.i.y3 = ensureBool(v);
187
187
  }
188
188
  /**
189
189
  * Gets or sets whether this Scatter series should allow custom style overrides of its individual marker visuals.
190
190
  */
191
191
  get isCustomScatterMarkerStyleAllowed() {
192
- return this.i.y1;
192
+ return this.i.y2;
193
193
  }
194
194
  set isCustomScatterMarkerStyleAllowed(v) {
195
- this.i.y1 = ensureBool(v);
195
+ this.i.y2 = ensureBool(v);
196
196
  }
197
197
  /**
198
198
  * Gets or sets the mode the series will use to find the closest point to the cursor.
199
199
  */
200
200
  get itemSearchMode() {
201
- return this.i.yv;
201
+ return this.i.yw;
202
202
  }
203
203
  set itemSearchMode(v) {
204
- this.i.yv = ensureEnum(ScatterItemSearchMode_$type, v);
204
+ this.i.yw = ensureEnum(ScatterItemSearchMode_$type, v);
205
205
  }
206
206
  /**
207
207
  * Gets or sets the threshold to use when searching for items using ItemSearchMode.
208
208
  */
209
209
  get itemSearchThreshold() {
210
- return this.i.y7;
210
+ return this.i.y8;
211
211
  }
212
212
  set itemSearchThreshold(v) {
213
- this.i.y7 = +v;
213
+ this.i.y8 = +v;
214
214
  }
215
215
  findByName(name) {
216
216
  var baseResult = super.findByName(name);