igniteui-webcomponents-maps 6.3.1 → 7.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-webcomponents-maps.umd.js +1097 -1097
  2. package/bundles/igniteui-webcomponents-maps.umd.min.js +1 -1
  3. package/esm2015/lib/GeographicContourLineSeriesView_combined.js +37 -37
  4. package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +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/igc-geographic-contour-line-series-component.js +9 -9
  18. package/esm2015/lib/igc-geographic-high-density-scatter-series-component.js +32 -32
  19. package/esm2015/lib/igc-geographic-map-series-host-component.js +22 -22
  20. package/esm2015/lib/igc-geographic-marker-series-component.js +31 -31
  21. package/esm2015/lib/igc-geographic-polyline-series-component.js +13 -13
  22. package/esm2015/lib/igc-geographic-proportional-symbol-series-component.js +41 -41
  23. package/esm2015/lib/igc-geographic-scatter-area-series-component.js +7 -7
  24. package/esm2015/lib/igc-geographic-shape-series-base-component.js +29 -29
  25. package/esm2015/lib/igc-geographic-shape-series-component.js +44 -44
  26. package/esm2015/lib/igc-geographic-symbol-series-component.js +19 -19
  27. package/esm2015/lib/igc-geographic-tile-series-component.js +4 -4
  28. package/esm2015/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
  29. package/esm2015/lib/igc-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/igc-geographic-contour-line-series-component.js +9 -9
  45. package/esm5/lib/igc-geographic-high-density-scatter-series-component.js +32 -32
  46. package/esm5/lib/igc-geographic-map-series-host-component.js +22 -22
  47. package/esm5/lib/igc-geographic-marker-series-component.js +31 -31
  48. package/esm5/lib/igc-geographic-polyline-series-component.js +13 -13
  49. package/esm5/lib/igc-geographic-proportional-symbol-series-component.js +41 -41
  50. package/esm5/lib/igc-geographic-scatter-area-series-component.js +7 -7
  51. package/esm5/lib/igc-geographic-shape-series-base-component.js +29 -29
  52. package/esm5/lib/igc-geographic-shape-series-component.js +44 -44
  53. package/esm5/lib/igc-geographic-symbol-series-component.js +19 -19
  54. package/esm5/lib/igc-geographic-tile-series-component.js +4 -4
  55. package/esm5/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
  56. package/esm5/lib/igc-tile-series-component.js +3 -3
  57. package/fesm2015/igniteui-webcomponents-maps.js +1106 -1106
  58. package/fesm5/igniteui-webcomponents-maps.js +1097 -1097
  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 +3 -3
@@ -63,115 +63,115 @@ let IgcGeographicHighDensityScatterSeriesComponent = /*@__PURE__*/ (() => {
63
63
  * Gets whether the current series shows pixels.
64
64
  */
65
65
  get isPixel() {
66
- return this.i.fr;
66
+ return this.i.fs;
67
67
  }
68
68
  /**
69
69
  * The name of the property of ItemsSource items which contains the latitude coordinate of the symbol.
70
70
  */
71
71
  get latitudeMemberPath() {
72
- return this.i.x8;
72
+ return this.i.x9;
73
73
  }
74
74
  set latitudeMemberPath(v) {
75
- this.i.x8 = v;
75
+ this.i.x9 = v;
76
76
  }
77
77
  /**
78
78
  * The name of the property of ItemsSource items which contains the longitude coordinate of the symbol.
79
79
  */
80
80
  get longitudeMemberPath() {
81
- return this.i.ya;
81
+ return this.i.yb;
82
82
  }
83
83
  set longitudeMemberPath(v) {
84
- this.i.ya = v;
84
+ this.i.yb = v;
85
85
  }
86
86
  /**
87
87
  * Gets or sets the whether to use use brute force mode.
88
88
  */
89
89
  get useBruteForce() {
90
- return this.i.xx;
90
+ return this.i.xy;
91
91
  }
92
92
  set useBruteForce(v) {
93
- this.i.xx = ensureBool(v);
94
- this._a("useBruteForce", this.i.xx);
93
+ this.i.xy = ensureBool(v);
94
+ this._a("useBruteForce", this.i.xy);
95
95
  }
96
96
  /**
97
97
  * Gets or sets the whether to progressively load the data into the chart.
98
98
  */
99
99
  get progressiveLoad() {
100
- return this.i.xw;
100
+ return this.i.xx;
101
101
  }
102
102
  set progressiveLoad(v) {
103
- this.i.xw = ensureBool(v);
104
- this._a("progressiveLoad", this.i.xw);
103
+ this.i.xx = ensureBool(v);
104
+ this._a("progressiveLoad", this.i.xx);
105
105
  }
106
106
  /**
107
107
  * Gets or sets the whether the chart reacts to mouse move events.
108
108
  */
109
109
  get mouseOverEnabled() {
110
- return this.i.xv;
110
+ return this.i.xw;
111
111
  }
112
112
  set mouseOverEnabled(v) {
113
- this.i.xv = ensureBool(v);
114
- this._a("mouseOverEnabled", this.i.xv);
113
+ this.i.xw = ensureBool(v);
114
+ this._a("mouseOverEnabled", this.i.xw);
115
115
  }
116
116
  /**
117
117
  * Gets or sets the density value that maps to the minimum heat color.
118
118
  */
119
119
  get heatMinimum() {
120
- return this.i.xz;
120
+ return this.i.x0;
121
121
  }
122
122
  set heatMinimum(v) {
123
- this.i.xz = +v;
124
- this._a("heatMinimum", this.i.xz);
123
+ this.i.x0 = +v;
124
+ this._a("heatMinimum", this.i.x0);
125
125
  }
126
126
  /**
127
127
  * Gets or sets the value that maps to the maximum heat color.
128
128
  */
129
129
  get heatMaximum() {
130
- return this.i.xy;
130
+ return this.i.xz;
131
131
  }
132
132
  set heatMaximum(v) {
133
- this.i.xy = +v;
134
- this._a("heatMaximum", this.i.xy);
133
+ this.i.xz = +v;
134
+ this._a("heatMaximum", this.i.xz);
135
135
  }
136
136
  /**
137
137
  * Gets or sets the color to use for the minimum end of the scale.
138
138
  */
139
139
  get heatMinimumColor() {
140
- return colorToString(this.i.yt);
140
+ return colorToString(this.i.yu);
141
141
  }
142
142
  set heatMinimumColor(v) {
143
- this.i.yt = stringToColor(v);
144
- this._a("heatMinimumColor", colorToString(this.i.yt));
143
+ this.i.yu = stringToColor(v);
144
+ this._a("heatMinimumColor", colorToString(this.i.yu));
145
145
  }
146
146
  /**
147
147
  * Gets or sets the color to use for the maximum end of the scale.
148
148
  */
149
149
  get heatMaximumColor() {
150
- return colorToString(this.i.ys);
150
+ return colorToString(this.i.yt);
151
151
  }
152
152
  set heatMaximumColor(v) {
153
- this.i.ys = stringToColor(v);
154
- this._a("heatMaximumColor", colorToString(this.i.ys));
153
+ this.i.yt = stringToColor(v);
154
+ this._a("heatMaximumColor", colorToString(this.i.yt));
155
155
  }
156
156
  /**
157
157
  * Gets or sets the the pixel extent of the square data points that are rendered.
158
158
  */
159
159
  get pointExtent() {
160
- return this.i.x2;
160
+ return this.i.x3;
161
161
  }
162
162
  set pointExtent(v) {
163
- this.i.x2 = +v;
164
- this._a("pointExtent", this.i.x2);
163
+ this.i.x3 = +v;
164
+ this._a("pointExtent", this.i.x3);
165
165
  }
166
166
  /**
167
167
  * Represents the current status of the progressive load of the series. It will range from 0 to 100, where 100 is fully loaded.
168
168
  */
169
169
  get progressiveStatus() {
170
- return this.i.x3;
170
+ return this.i.x4;
171
171
  }
172
172
  set progressiveStatus(v) {
173
- this.i.x3 = +v;
174
- this._a("progressiveStatus", this.i.x3);
173
+ this.i.x4 = +v;
174
+ this._a("progressiveStatus", this.i.x4);
175
175
  }
176
176
  /**
177
177
  * Raised when the progressive loading state of the series has changed.
@@ -61,11 +61,11 @@ let IgcGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
61
61
  * 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%.
62
62
  */
63
63
  get visibleFromScale() {
64
- return this.i.xn;
64
+ return this.i.xo;
65
65
  }
66
66
  set visibleFromScale(v) {
67
- this.i.xn = +v;
68
- this._a("visibleFromScale", this.i.xn);
67
+ this.i.xo = +v;
68
+ this._a("visibleFromScale", this.i.xo);
69
69
  }
70
70
  /**
71
71
  * Gets or sets the coercion methods to use when loading data from data sources.
@@ -83,10 +83,10 @@ let IgcGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
83
83
 
84
84
  */
85
85
  notifyIndexedPropertiesChanged() {
86
- this.i.qv();
86
+ this.i.qw();
87
87
  }
88
88
  getItemValue(item, memberPathName) {
89
- let iv = this.i.kz(item, memberPathName);
89
+ let iv = this.i.k0(item, memberPathName);
90
90
  return (iv);
91
91
  }
92
92
  /**
@@ -95,7 +95,7 @@ let IgcGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
95
95
  * @param memberPathName * The property name of a valid member path for the series
96
96
  */
97
97
  getMemberPathValue(memberPathName) {
98
- let iv = this.i.mo(memberPathName);
98
+ let iv = this.i.mp(memberPathName);
99
99
  return (iv);
100
100
  }
101
101
  /**
@@ -104,23 +104,23 @@ let IgcGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
104
104
  * @param world * The world coordinates to use.
105
105
  */
106
106
  getItem(world) {
107
- let iv = this.i.kw(toPoint(world));
107
+ let iv = this.i.kx(toPoint(world));
108
108
  return (iv);
109
109
  }
110
110
  getPreviousOrExactIndex(world, skipUnknowns) {
111
- let iv = this.i.kj(toPoint(world), skipUnknowns);
111
+ let iv = this.i.kk(toPoint(world), skipUnknowns);
112
112
  return (iv);
113
113
  }
114
114
  getNextOrExactIndex(world, skipUnknowns) {
115
- let iv = this.i.kh(toPoint(world), skipUnknowns);
115
+ let iv = this.i.ki(toPoint(world), skipUnknowns);
116
116
  return (iv);
117
117
  }
118
118
  getSeriesValue(world, useInterpolation, skipUnknowns) {
119
- let iv = this.i.jd(toPoint(world), useInterpolation, skipUnknowns);
119
+ let iv = this.i.je(toPoint(world), useInterpolation, skipUnknowns);
120
120
  return (iv);
121
121
  }
122
122
  getSeriesValuePosition(world, useInterpolation, skipUnknowns) {
123
- let iv = this.i.ww(toPoint(world), useInterpolation, skipUnknowns);
123
+ let iv = this.i.wx(toPoint(world), useInterpolation, skipUnknowns);
124
124
  return fromPoint(iv);
125
125
  }
126
126
  /**
@@ -129,7 +129,7 @@ let IgcGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
129
129
  * @param world * The world coordinate for which to get a value bounding box for
130
130
  */
131
131
  getSeriesValueBoundingBox(world) {
132
- let iv = this.i.w8(toPoint(world));
132
+ let iv = this.i.w9(toPoint(world));
133
133
  return fromRect(iv);
134
134
  }
135
135
  /**
@@ -138,31 +138,31 @@ let IgcGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
138
138
  * @param world * The world coordinates for which to get a value marker bounding box for
139
139
  */
140
140
  getSeriesValueMarkerBoundingBox(world) {
141
- let iv = this.i.xa(toPoint(world));
141
+ let iv = this.i.xb(toPoint(world));
142
142
  return fromRect(iv);
143
143
  }
144
144
  getSeriesHighValue(world, useInterpolation, skipUnknowns) {
145
- let iv = this.i.i9(toPoint(world), useInterpolation, skipUnknowns);
145
+ let iv = this.i.ja(toPoint(world), useInterpolation, skipUnknowns);
146
146
  return (iv);
147
147
  }
148
148
  getSeriesHighValuePosition(world, useInterpolation, skipUnknowns) {
149
- let iv = this.i.ws(toPoint(world), useInterpolation, skipUnknowns);
149
+ let iv = this.i.wt(toPoint(world), useInterpolation, skipUnknowns);
150
150
  return fromPoint(iv);
151
151
  }
152
152
  getSeriesLowValue(world, useInterpolation, skipUnknowns) {
153
- let iv = this.i.jb(toPoint(world), useInterpolation, skipUnknowns);
153
+ let iv = this.i.jc(toPoint(world), useInterpolation, skipUnknowns);
154
154
  return (iv);
155
155
  }
156
156
  getSeriesLowValuePosition(world, useInterpolation, skipUnknowns) {
157
- let iv = this.i.wu(toPoint(world), useInterpolation, skipUnknowns);
157
+ let iv = this.i.wv(toPoint(world), useInterpolation, skipUnknowns);
158
158
  return fromPoint(iv);
159
159
  }
160
160
  getSeriesValuePositionFromSeriesPixel(mouse, useInterpolation, skipUnknowns) {
161
- let iv = this.i.wx(toPoint(mouse), useInterpolation, skipUnknowns);
161
+ let iv = this.i.wy(toPoint(mouse), useInterpolation, skipUnknowns);
162
162
  return fromPoint(iv);
163
163
  }
164
164
  getSeriesValueFromSeriesPixel(mouse, useInterpolation, skipUnknowns) {
165
- let iv = this.i.je(toPoint(mouse), useInterpolation, skipUnknowns);
165
+ let iv = this.i.jf(toPoint(mouse), useInterpolation, skipUnknowns);
166
166
  return (iv);
167
167
  }
168
168
  /**
@@ -170,7 +170,7 @@ let IgcGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
170
170
 
171
171
  */
172
172
  getItemSpan() {
173
- let iv = this.i.i3();
173
+ let iv = this.i.i4();
174
174
  return (iv);
175
175
  }
176
176
  /**
@@ -179,14 +179,14 @@ let IgcGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
179
179
  * @param animate * True if the change should be animated.
180
180
  */
181
181
  renderSeries(animate) {
182
- this.i.r8(animate);
182
+ this.i.r9(animate);
183
183
  }
184
184
  /**
185
185
  * Called when this series' Style is updated.
186
186
 
187
187
  */
188
188
  styleUpdated() {
189
- this.i.su();
189
+ this.i.sv();
190
190
  }
191
191
  }
192
192
  IgcGeographicMapSeriesHostComponent._observedAttributesIgcGeographicMapSeriesHostComponent = null;
@@ -52,70 +52,70 @@ let IgcGeographicMarkerSeriesComponent = /*@__PURE__*/ (() => {
52
52
  * If the MarkerTemplate property is set, the setting of the MarkerType property will be ignored.
53
53
  */
54
54
  get markerType() {
55
- return this.i.xv;
55
+ return this.i.xw;
56
56
  }
57
57
  set markerType(v) {
58
- this.i.xv = ensureEnum(MarkerType_$type, v);
59
- this._a("markerType", enumToString(MarkerType_$type, this.i.xv));
58
+ this.i.xw = ensureEnum(MarkerType_$type, v);
59
+ this._a("markerType", enumToString(MarkerType_$type, this.i.xw));
60
60
  }
61
61
  /**
62
62
  * Gets or sets thickness of the marker outline
63
63
  */
64
64
  get markerThickness() {
65
- return this.i.xw;
65
+ return this.i.xx;
66
66
  }
67
67
  set markerThickness(v) {
68
- this.i.xw = +v;
69
- this._a("markerThickness", this.i.xw);
68
+ this.i.xx = +v;
69
+ this._a("markerThickness", this.i.xx);
70
70
  }
71
71
  /**
72
72
  * Gets or sets whether the marker outline is based on the marker brush of the series rather than the marker outlines collection.
73
73
  */
74
74
  get markerOutlineMode() {
75
- return this.i.xu;
75
+ return this.i.xv;
76
76
  }
77
77
  set markerOutlineMode(v) {
78
- this.i.xu = ensureEnum(MarkerOutlineMode_$type, v);
79
- this._a("markerOutlineMode", enumToString(MarkerOutlineMode_$type, this.i.xu));
78
+ this.i.xv = ensureEnum(MarkerOutlineMode_$type, v);
79
+ this._a("markerOutlineMode", enumToString(MarkerOutlineMode_$type, this.i.xv));
80
80
  }
81
81
  /**
82
82
  * Gets or sets whether the marker fill is based on the marker outline of the series rather than the marker brushes collection.
83
83
  */
84
84
  get markerFillMode() {
85
- return this.i.xt;
85
+ return this.i.xu;
86
86
  }
87
87
  set markerFillMode(v) {
88
- this.i.xt = ensureEnum(MarkerFillMode_$type, v);
89
- this._a("markerFillMode", enumToString(MarkerFillMode_$type, this.i.xt));
88
+ this.i.xu = ensureEnum(MarkerFillMode_$type, v);
89
+ this._a("markerFillMode", enumToString(MarkerFillMode_$type, this.i.xu));
90
90
  }
91
91
  /**
92
92
  * Gets or sets the MarkerTemplate for the current series object.
93
93
  */
94
94
  get markerTemplate() {
95
- return this.i.yb;
95
+ return this.i.yc;
96
96
  }
97
97
  set markerTemplate(v) {
98
- this.i.yb = v;
98
+ this.i.yc = v;
99
99
  }
100
100
  /**
101
101
  * Gets or sets the brush that specifies how the current series object's marker interiors are painted.
102
102
  */
103
103
  get markerBrush() {
104
- return brushToString(this.i.yp);
104
+ return brushToString(this.i.yq);
105
105
  }
106
106
  set markerBrush(v) {
107
- this.i.yp = stringToBrush(v);
108
- this._a("markerBrush", brushToString(this.i.yp));
107
+ this.i.yq = stringToBrush(v);
108
+ this._a("markerBrush", brushToString(this.i.yq));
109
109
  }
110
110
  /**
111
111
  * Gets or sets the brush that specifies how the current series object's marker outlines are painted.
112
112
  */
113
113
  get markerOutline() {
114
- return brushToString(this.i.yq);
114
+ return brushToString(this.i.yr);
115
115
  }
116
116
  set markerOutline(v) {
117
- this.i.yq = stringToBrush(v);
118
- this._a("markerOutline", brushToString(this.i.yq));
117
+ this.i.yr = stringToBrush(v);
118
+ this._a("markerOutline", brushToString(this.i.yr));
119
119
  }
120
120
  /**
121
121
  * Gets or sets the maximum number of markerItems displayed by the current series.
@@ -123,40 +123,40 @@ let IgcGeographicMarkerSeriesComponent = /*@__PURE__*/ (() => {
123
123
  * choose a representative set.
124
124
  */
125
125
  get maximumMarkers() {
126
- return this.i.xx;
126
+ return this.i.xy;
127
127
  }
128
128
  set maximumMarkers(v) {
129
- this.i.xx = +v;
130
- this._a("maximumMarkers", this.i.xx);
129
+ this.i.xy = +v;
130
+ this._a("maximumMarkers", this.i.xy);
131
131
  }
132
132
  /**
133
133
  * Gets the effective marker template for the current series object.
134
134
  */
135
135
  get actualMarkerTemplate() {
136
- return this.i.ya;
136
+ return this.i.yb;
137
137
  }
138
138
  set actualMarkerTemplate(v) {
139
- this.i.ya = v;
139
+ this.i.yb = v;
140
140
  }
141
141
  /**
142
142
  * Gets the effective marker brush for the current series object.
143
143
  */
144
144
  get actualMarkerBrush() {
145
- return brushToString(this.i.yn);
145
+ return brushToString(this.i.yo);
146
146
  }
147
147
  set actualMarkerBrush(v) {
148
- this.i.yn = stringToBrush(v);
149
- this._a("actualMarkerBrush", brushToString(this.i.yn));
148
+ this.i.yo = stringToBrush(v);
149
+ this._a("actualMarkerBrush", brushToString(this.i.yo));
150
150
  }
151
151
  /**
152
152
  * Gets the effective marker outline for the current series object.
153
153
  */
154
154
  get actualMarkerOutline() {
155
- return brushToString(this.i.yo);
155
+ return brushToString(this.i.yp);
156
156
  }
157
157
  set actualMarkerOutline(v) {
158
- this.i.yo = stringToBrush(v);
159
- this._a("actualMarkerOutline", brushToString(this.i.yo));
158
+ this.i.yp = stringToBrush(v);
159
+ this._a("actualMarkerOutline", brushToString(this.i.yp));
160
160
  }
161
161
  }
162
162
  IgcGeographicMarkerSeriesComponent._observedAttributesIgcGeographicMarkerSeriesComponent = null;
@@ -64,55 +64,55 @@ let IgcGeographicPolylineSeriesComponent = /*@__PURE__*/ (() => {
64
64
  * Gets whether the current series shows a polyline shape.
65
65
  */
66
66
  get isPolyline() {
67
- return this.i.fu;
67
+ return this.i.fv;
68
68
  }
69
69
  /**
70
70
  * Gets or sets the fill brush.
71
71
  */
72
72
  get shapeFill() {
73
- return this.i.y8 ? this.i.y8.fill : null;
73
+ return this.i.y9 ? this.i.y9.fill : null;
74
74
  }
75
75
  set shapeFill(v) {
76
76
  this.ensureShapeStyle();
77
- this.i.y8.fill = v;
77
+ this.i.y9.fill = v;
78
78
  }
79
79
  /**
80
80
  * Gets or sets the stroke brush.
81
81
  */
82
82
  get shapeStroke() {
83
- return this.i.y8 ? this.i.y8.stroke : null;
83
+ return this.i.y9 ? this.i.y9.stroke : null;
84
84
  }
85
85
  set shapeStroke(v) {
86
86
  this.ensureShapeStyle();
87
- this.i.y8.stroke = v;
87
+ this.i.y9.stroke = v;
88
88
  }
89
89
  /**
90
90
  * Gets or sets the stroke thickness.
91
91
  */
92
92
  get shapeStrokeThickness() {
93
- return this.i.y8 ? this.i.y8.strokeThickness : NaN;
93
+ return this.i.y9 ? this.i.y9.strokeThickness : NaN;
94
94
  }
95
95
  set shapeStrokeThickness(v) {
96
96
  this.ensureShapeStyle();
97
- this.i.y8.strokeThickness = +v;
98
- this._a("shapeStrokeThickness", this.i.y8.strokeThickness);
97
+ this.i.y9.strokeThickness = +v;
98
+ this._a("shapeStrokeThickness", this.i.y9.strokeThickness);
99
99
  }
100
100
  /**
101
101
  * Gets or sets the opacity.
102
102
  */
103
103
  get shapeOpacity() {
104
- return this.i.y8 ? this.i.y8.opacity : NaN;
104
+ return this.i.y9 ? this.i.y9.opacity : NaN;
105
105
  }
106
106
  set shapeOpacity(v) {
107
107
  this.ensureShapeStyle();
108
- this.i.y8.opacity = +v;
109
- this._a("shapeOpacity", this.i.y8.opacity);
108
+ this.i.y9.opacity = +v;
109
+ this._a("shapeOpacity", this.i.y9.opacity);
110
110
  }
111
111
  ensureShapeStyle() {
112
- if (this.i.y8) {
112
+ if (this.i.y9) {
113
113
  return;
114
114
  }
115
- this.i.y8 = new Style();
115
+ this.i.y9 = new Style();
116
116
  }
117
117
  get styleShape() {
118
118
  return this._styleShape;