igniteui-webcomponents-maps 4.7.0 → 4.7.1

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 (72) hide show
  1. package/bundles/igniteui-webcomponents-maps.umd.js +1098 -1071
  2. package/bundles/igniteui-webcomponents-maps.umd.min.js +1 -1
  3. package/esm2015/lib/GeographicContourLineSeriesView_combined.js +41 -38
  4. package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +81 -78
  5. package/esm2015/lib/GeographicMapSeriesHost_combined.js +182 -182
  6. package/esm2015/lib/GeographicMarkerSeries.js +28 -28
  7. package/esm2015/lib/GeographicPolylineSeriesView_combined.js +21 -18
  8. package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +92 -89
  9. package/esm2015/lib/GeographicShapeSeriesBase_combined.js +62 -62
  10. package/esm2015/lib/GeographicShapeSeriesView_combined.js +59 -56
  11. package/esm2015/lib/GeographicSymbolSeriesView_combined.js +61 -58
  12. package/esm2015/lib/GeographicTileSeries.js +30 -27
  13. package/esm2015/lib/TileSeries_combined.js +94 -91
  14. package/esm2015/lib/XamGeographicMap_combined.js +93 -90
  15. package/esm2015/lib/igc-geographic-contour-line-series-component.js +9 -9
  16. package/esm2015/lib/igc-geographic-high-density-scatter-series-component.js +32 -32
  17. package/esm2015/lib/igc-geographic-map-series-host-component.js +22 -22
  18. package/esm2015/lib/igc-geographic-marker-series-component.js +31 -31
  19. package/esm2015/lib/igc-geographic-polyline-series-component.js +13 -13
  20. package/esm2015/lib/igc-geographic-proportional-symbol-series-component.js +42 -42
  21. package/esm2015/lib/igc-geographic-scatter-area-series-component.js +8 -8
  22. package/esm2015/lib/igc-geographic-shape-series-base-component.js +22 -22
  23. package/esm2015/lib/igc-geographic-shape-series-component.js +44 -44
  24. package/esm2015/lib/igc-geographic-symbol-series-component.js +20 -20
  25. package/esm2015/lib/igc-geographic-tile-series-component.js +4 -4
  26. package/esm2015/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
  27. package/esm2015/lib/igc-tile-series-component.js +3 -3
  28. package/esm5/lib/GeographicContourLineSeriesView_combined.js +41 -38
  29. package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +81 -78
  30. package/esm5/lib/GeographicMapSeriesHost_combined.js +180 -180
  31. package/esm5/lib/GeographicMarkerSeries.js +28 -28
  32. package/esm5/lib/GeographicPolylineSeriesView_combined.js +21 -18
  33. package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +92 -89
  34. package/esm5/lib/GeographicShapeSeriesBase_combined.js +61 -61
  35. package/esm5/lib/GeographicShapeSeriesView_combined.js +59 -56
  36. package/esm5/lib/GeographicSymbolSeriesView_combined.js +61 -58
  37. package/esm5/lib/GeographicTileSeries.js +29 -26
  38. package/esm5/lib/TileSeries_combined.js +92 -89
  39. package/esm5/lib/XamGeographicMap_combined.js +92 -89
  40. package/esm5/lib/igc-geographic-contour-line-series-component.js +9 -9
  41. package/esm5/lib/igc-geographic-high-density-scatter-series-component.js +32 -32
  42. package/esm5/lib/igc-geographic-map-series-host-component.js +22 -22
  43. package/esm5/lib/igc-geographic-marker-series-component.js +31 -31
  44. package/esm5/lib/igc-geographic-polyline-series-component.js +13 -13
  45. package/esm5/lib/igc-geographic-proportional-symbol-series-component.js +42 -42
  46. package/esm5/lib/igc-geographic-scatter-area-series-component.js +8 -8
  47. package/esm5/lib/igc-geographic-shape-series-base-component.js +22 -22
  48. package/esm5/lib/igc-geographic-shape-series-component.js +44 -44
  49. package/esm5/lib/igc-geographic-symbol-series-component.js +20 -20
  50. package/esm5/lib/igc-geographic-tile-series-component.js +4 -4
  51. package/esm5/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
  52. package/esm5/lib/igc-tile-series-component.js +3 -3
  53. package/fesm2015/igniteui-webcomponents-maps.js +1107 -1080
  54. package/fesm5/igniteui-webcomponents-maps.js +1098 -1071
  55. package/lib/GeographicContourLineSeriesView_combined.d.ts +14 -13
  56. package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +22 -21
  57. package/lib/GeographicMapSeriesHost_combined.d.ts +43 -43
  58. package/lib/GeographicMarkerSeries.d.ts +15 -15
  59. package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
  60. package/lib/GeographicPolylineSeriesView_combined.d.ts +10 -9
  61. package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
  62. package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +26 -25
  63. package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
  64. package/lib/GeographicShapeSeriesBase_combined.d.ts +20 -20
  65. package/lib/GeographicShapeSeriesView_combined.d.ts +26 -25
  66. package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
  67. package/lib/GeographicSymbolSeriesView_combined.d.ts +19 -18
  68. package/lib/GeographicTileSeries.d.ts +10 -9
  69. package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
  70. package/lib/TileSeries_combined.d.ts +23 -21
  71. package/lib/XamGeographicMap_combined.d.ts +28 -27
  72. package/package.json +3 -3
@@ -68,22 +68,22 @@ export let IgcGeographicContourLineSeriesComponent = /*@__PURE__*/ (() => {
68
68
  * Gets whether the current series shows a line contour shape.
69
69
  */
70
70
  get isLineContour() {
71
- return this.i.ew;
71
+ return this.i.ex;
72
72
  }
73
73
  /**
74
74
  * The name of the property from which to retrieve the numeric values from the ItemsSource items.
75
75
  */
76
76
  get valueMemberPath() {
77
- return this.i.u2;
77
+ return this.i.u3;
78
78
  }
79
79
  set valueMemberPath(v) {
80
- this.i.u2 = v;
80
+ this.i.u3 = v;
81
81
  }
82
82
  /**
83
83
  * The ValueBrushScale to use when determining Brushes for each contour line, based on the values found in ValueMemberPath.
84
84
  */
85
85
  get fillScale() {
86
- const r = this.i.uy;
86
+ const r = this.i.uz;
87
87
  if (r == null) {
88
88
  return null;
89
89
  }
@@ -99,13 +99,13 @@ export let IgcGeographicContourLineSeriesComponent = /*@__PURE__*/ (() => {
99
99
  set fillScale(v) {
100
100
  if (v != null && this._stylingContainer && v._styling)
101
101
  v._styling(this._stylingContainer, this, this);
102
- v == null ? this.i.uy = null : this.i.uy = v.i;
102
+ v == null ? this.i.uz = null : this.i.uz = v.i;
103
103
  }
104
104
  /**
105
105
  * Gets actual fill scale that is set on the FillScale property or default FillScale
106
106
  */
107
107
  get actualFillScale() {
108
- const r = this.i.ux;
108
+ const r = this.i.uy;
109
109
  if (r == null) {
110
110
  return null;
111
111
  }
@@ -121,13 +121,13 @@ export let IgcGeographicContourLineSeriesComponent = /*@__PURE__*/ (() => {
121
121
  set actualFillScale(v) {
122
122
  if (v != null && this._stylingContainer && v._styling)
123
123
  v._styling(this._stylingContainer, this, this);
124
- v == null ? this.i.ux = null : this.i.ux = v.i;
124
+ v == null ? this.i.uy = null : this.i.uy = v.i;
125
125
  }
126
126
  /**
127
127
  * The ContourValueResolver used to determine the numeric values of contours.
128
128
  */
129
129
  get valueResolver() {
130
- const r = this.i.uu;
130
+ const r = this.i.uv;
131
131
  if (r == null) {
132
132
  return null;
133
133
  }
@@ -143,7 +143,7 @@ export let IgcGeographicContourLineSeriesComponent = /*@__PURE__*/ (() => {
143
143
  set valueResolver(v) {
144
144
  if (v != null && this._stylingContainer && v._styling)
145
145
  v._styling(this._stylingContainer, this, this);
146
- v == null ? this.i.uu = null : this.i.uu = v.i;
146
+ v == null ? this.i.uv = null : this.i.uv = v.i;
147
147
  }
148
148
  findByName(name) {
149
149
  var baseResult = super.findByName(name);
@@ -67,115 +67,115 @@ export let IgcGeographicHighDensityScatterSeriesComponent = /*@__PURE__*/ (() =>
67
67
  * Gets whether the current series shows pixels.
68
68
  */
69
69
  get isPixel() {
70
- return this.i.e1;
70
+ return this.i.e2;
71
71
  }
72
72
  /**
73
73
  * The name of the property of ItemsSource items which contains the latitude coordinate of the symbol.
74
74
  */
75
75
  get latitudeMemberPath() {
76
- return this.i.uq;
76
+ return this.i.ur;
77
77
  }
78
78
  set latitudeMemberPath(v) {
79
- this.i.uq = v;
79
+ this.i.ur = v;
80
80
  }
81
81
  /**
82
82
  * The name of the property of ItemsSource items which contains the longitude coordinate of the symbol.
83
83
  */
84
84
  get longitudeMemberPath() {
85
- return this.i.us;
85
+ return this.i.ut;
86
86
  }
87
87
  set longitudeMemberPath(v) {
88
- this.i.us = v;
88
+ this.i.ut = v;
89
89
  }
90
90
  /**
91
91
  * Gets or sets the whether to use use brute force mode.
92
92
  */
93
93
  get useBruteForce() {
94
- return this.i.uf;
94
+ return this.i.ug;
95
95
  }
96
96
  set useBruteForce(v) {
97
- this.i.uf = ensureBool(v);
98
- this._a("useBruteForce", this.i.uf);
97
+ this.i.ug = ensureBool(v);
98
+ this._a("useBruteForce", this.i.ug);
99
99
  }
100
100
  /**
101
101
  * Gets or sets the whether to progressively load the data into the chart.
102
102
  */
103
103
  get progressiveLoad() {
104
- return this.i.ue;
104
+ return this.i.uf;
105
105
  }
106
106
  set progressiveLoad(v) {
107
- this.i.ue = ensureBool(v);
108
- this._a("progressiveLoad", this.i.ue);
107
+ this.i.uf = ensureBool(v);
108
+ this._a("progressiveLoad", this.i.uf);
109
109
  }
110
110
  /**
111
111
  * Gets or sets the whether the chart reacts to mouse move events.
112
112
  */
113
113
  get mouseOverEnabled() {
114
- return this.i.ud;
114
+ return this.i.ue;
115
115
  }
116
116
  set mouseOverEnabled(v) {
117
- this.i.ud = ensureBool(v);
118
- this._a("mouseOverEnabled", this.i.ud);
117
+ this.i.ue = ensureBool(v);
118
+ this._a("mouseOverEnabled", this.i.ue);
119
119
  }
120
120
  /**
121
121
  * Gets or sets the density value that maps to the minimum heat color.
122
122
  */
123
123
  get heatMinimum() {
124
- return this.i.uh;
124
+ return this.i.ui;
125
125
  }
126
126
  set heatMinimum(v) {
127
- this.i.uh = +v;
128
- this._a("heatMinimum", this.i.uh);
127
+ this.i.ui = +v;
128
+ this._a("heatMinimum", this.i.ui);
129
129
  }
130
130
  /**
131
131
  * Gets or sets the value that maps to the maximum heat color.
132
132
  */
133
133
  get heatMaximum() {
134
- return this.i.ug;
134
+ return this.i.uh;
135
135
  }
136
136
  set heatMaximum(v) {
137
- this.i.ug = +v;
138
- this._a("heatMaximum", this.i.ug);
137
+ this.i.uh = +v;
138
+ this._a("heatMaximum", this.i.uh);
139
139
  }
140
140
  /**
141
141
  * Gets or sets the color to use for the minimum end of the scale.
142
142
  */
143
143
  get heatMinimumColor() {
144
- return colorToString(this.i.vb);
144
+ return colorToString(this.i.vc);
145
145
  }
146
146
  set heatMinimumColor(v) {
147
- this.i.vb = stringToColor(v);
148
- this._a("heatMinimumColor", colorToString(this.i.vb));
147
+ this.i.vc = stringToColor(v);
148
+ this._a("heatMinimumColor", colorToString(this.i.vc));
149
149
  }
150
150
  /**
151
151
  * Gets or sets the color to use for the maximum end of the scale.
152
152
  */
153
153
  get heatMaximumColor() {
154
- return colorToString(this.i.va);
154
+ return colorToString(this.i.vb);
155
155
  }
156
156
  set heatMaximumColor(v) {
157
- this.i.va = stringToColor(v);
158
- this._a("heatMaximumColor", colorToString(this.i.va));
157
+ this.i.vb = stringToColor(v);
158
+ this._a("heatMaximumColor", colorToString(this.i.vb));
159
159
  }
160
160
  /**
161
161
  * Gets or sets the the pixel extent of the square data points that are rendered.
162
162
  */
163
163
  get pointExtent() {
164
- return this.i.uk;
164
+ return this.i.ul;
165
165
  }
166
166
  set pointExtent(v) {
167
- this.i.uk = +v;
168
- this._a("pointExtent", this.i.uk);
167
+ this.i.ul = +v;
168
+ this._a("pointExtent", this.i.ul);
169
169
  }
170
170
  /**
171
171
  * Represents the current status of the progressive load of the series. It will range from 0 to 100, where 100 is fully loaded.
172
172
  */
173
173
  get progressiveStatus() {
174
- return this.i.ul;
174
+ return this.i.um;
175
175
  }
176
176
  set progressiveStatus(v) {
177
- this.i.ul = +v;
178
- this._a("progressiveStatus", this.i.ul);
177
+ this.i.um = +v;
178
+ this._a("progressiveStatus", this.i.um);
179
179
  }
180
180
  /**
181
181
  * Raised when the progressive loading state of the series has changed.
@@ -51,7 +51,7 @@ export let IgcGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
51
51
  * Checks if this control is geographic coordinate system
52
52
  */
53
53
  get isGeographic() {
54
- return this.i.eq;
54
+ return this.i.er;
55
55
  }
56
56
  /**
57
57
  * Gets whether this series supports markers
@@ -64,11 +64,11 @@ export let IgcGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
64
64
  * 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%.
65
65
  */
66
66
  get visibleFromScale() {
67
- return this.i.t5;
67
+ return this.i.t6;
68
68
  }
69
69
  set visibleFromScale(v) {
70
- this.i.t5 = +v;
71
- this._a("visibleFromScale", this.i.t5);
70
+ this.i.t6 = +v;
71
+ this._a("visibleFromScale", this.i.t6);
72
72
  }
73
73
  /**
74
74
  * Gets or sets the coercion methods to use when loading data from data sources.
@@ -86,10 +86,10 @@ export let IgcGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
86
86
 
87
87
  */
88
88
  notifyIndexedPropertiesChanged() {
89
- this.i.og();
89
+ this.i.oh();
90
90
  }
91
91
  getItemValue(item, memberPathName) {
92
- let iv = this.i.ju(item, memberPathName);
92
+ let iv = this.i.jv(item, memberPathName);
93
93
  return (iv);
94
94
  }
95
95
  /**
@@ -98,23 +98,23 @@ export let IgcGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
98
98
  * @param world * The world coordinates to use.
99
99
  */
100
100
  getItem(world) {
101
- let iv = this.i.jr(toPoint(world));
101
+ let iv = this.i.js(toPoint(world));
102
102
  return (iv);
103
103
  }
104
104
  getPreviousOrExactIndex(world, skipUnknowns) {
105
- let iv = this.i.jf(toPoint(world), skipUnknowns);
105
+ let iv = this.i.jg(toPoint(world), skipUnknowns);
106
106
  return (iv);
107
107
  }
108
108
  getNextOrExactIndex(world, skipUnknowns) {
109
- let iv = this.i.jd(toPoint(world), skipUnknowns);
109
+ let iv = this.i.je(toPoint(world), skipUnknowns);
110
110
  return (iv);
111
111
  }
112
112
  getSeriesValue(world, useInterpolation, skipUnknowns) {
113
- let iv = this.i.h9(toPoint(world), useInterpolation, skipUnknowns);
113
+ let iv = this.i.ia(toPoint(world), useInterpolation, skipUnknowns);
114
114
  return (iv);
115
115
  }
116
116
  getSeriesValuePosition(world, useInterpolation, skipUnknowns) {
117
- let iv = this.i.th(toPoint(world), useInterpolation, skipUnknowns);
117
+ let iv = this.i.ti(toPoint(world), useInterpolation, skipUnknowns);
118
118
  return fromPoint(iv);
119
119
  }
120
120
  /**
@@ -123,7 +123,7 @@ export let IgcGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
123
123
  * @param world * The world coordinate for which to get a value bounding box for
124
124
  */
125
125
  getSeriesValueBoundingBox(world) {
126
- let iv = this.i.ts(toPoint(world));
126
+ let iv = this.i.tt(toPoint(world));
127
127
  return fromRect(iv);
128
128
  }
129
129
  /**
@@ -132,31 +132,31 @@ export let IgcGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
132
132
  * @param world * The world coordinates for which to get a value marker bounding box for
133
133
  */
134
134
  getSeriesValueMarkerBoundingBox(world) {
135
- let iv = this.i.tu(toPoint(world));
135
+ let iv = this.i.tv(toPoint(world));
136
136
  return fromRect(iv);
137
137
  }
138
138
  getSeriesHighValue(world, useInterpolation, skipUnknowns) {
139
- let iv = this.i.h5(toPoint(world), useInterpolation, skipUnknowns);
139
+ let iv = this.i.h6(toPoint(world), useInterpolation, skipUnknowns);
140
140
  return (iv);
141
141
  }
142
142
  getSeriesHighValuePosition(world, useInterpolation, skipUnknowns) {
143
- let iv = this.i.td(toPoint(world), useInterpolation, skipUnknowns);
143
+ let iv = this.i.te(toPoint(world), useInterpolation, skipUnknowns);
144
144
  return fromPoint(iv);
145
145
  }
146
146
  getSeriesLowValue(world, useInterpolation, skipUnknowns) {
147
- let iv = this.i.h7(toPoint(world), useInterpolation, skipUnknowns);
147
+ let iv = this.i.h8(toPoint(world), useInterpolation, skipUnknowns);
148
148
  return (iv);
149
149
  }
150
150
  getSeriesLowValuePosition(world, useInterpolation, skipUnknowns) {
151
- let iv = this.i.tf(toPoint(world), useInterpolation, skipUnknowns);
151
+ let iv = this.i.tg(toPoint(world), useInterpolation, skipUnknowns);
152
152
  return fromPoint(iv);
153
153
  }
154
154
  getSeriesValuePositionFromSeriesPixel(mouse, useInterpolation, skipUnknowns) {
155
- let iv = this.i.ti(toPoint(mouse), useInterpolation, skipUnknowns);
155
+ let iv = this.i.tj(toPoint(mouse), useInterpolation, skipUnknowns);
156
156
  return fromPoint(iv);
157
157
  }
158
158
  getSeriesValueFromSeriesPixel(mouse, useInterpolation, skipUnknowns) {
159
- let iv = this.i.ia(toPoint(mouse), useInterpolation, skipUnknowns);
159
+ let iv = this.i.ib(toPoint(mouse), useInterpolation, skipUnknowns);
160
160
  return (iv);
161
161
  }
162
162
  /**
@@ -164,7 +164,7 @@ export let IgcGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
164
164
 
165
165
  */
166
166
  getItemSpan() {
167
- let iv = this.i.h0();
167
+ let iv = this.i.h1();
168
168
  return (iv);
169
169
  }
170
170
  /**
@@ -173,14 +173,14 @@ export let IgcGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
173
173
  * @param animate * True if the change should be animated.
174
174
  */
175
175
  renderSeries(animate) {
176
- this.i.pp(animate);
176
+ this.i.pq(animate);
177
177
  }
178
178
  /**
179
179
  * Called when this series' Style is updated.
180
180
 
181
181
  */
182
182
  styleUpdated() {
183
- this.i.p8();
183
+ this.i.p9();
184
184
  }
185
185
  }
186
186
  IgcGeographicMapSeriesHostComponent._observedAttributesIgcGeographicMapSeriesHostComponent = null;
@@ -55,70 +55,70 @@ export let IgcGeographicMarkerSeriesComponent = /*@__PURE__*/ (() => {
55
55
  * If the MarkerTemplate property is set, the setting of the MarkerType property will be ignored.
56
56
  */
57
57
  get markerType() {
58
- return this.i.ud;
58
+ return this.i.ue;
59
59
  }
60
60
  set markerType(v) {
61
- this.i.ud = ensureEnum(MarkerType_$type, v);
62
- this._a("markerType", enumToString(MarkerType_$type, this.i.ud));
61
+ this.i.ue = ensureEnum(MarkerType_$type, v);
62
+ this._a("markerType", enumToString(MarkerType_$type, this.i.ue));
63
63
  }
64
64
  /**
65
65
  * Gets or sets thickness of the marker outline
66
66
  */
67
67
  get markerThickness() {
68
- return this.i.ue;
68
+ return this.i.uf;
69
69
  }
70
70
  set markerThickness(v) {
71
- this.i.ue = +v;
72
- this._a("markerThickness", this.i.ue);
71
+ this.i.uf = +v;
72
+ this._a("markerThickness", this.i.uf);
73
73
  }
74
74
  /**
75
75
  * Gets or sets whether the marker outline is based on the marker brush of the series rather than the marker outlines collection.
76
76
  */
77
77
  get markerOutlineMode() {
78
- return this.i.uc;
78
+ return this.i.ud;
79
79
  }
80
80
  set markerOutlineMode(v) {
81
- this.i.uc = ensureEnum(MarkerOutlineMode_$type, v);
82
- this._a("markerOutlineMode", enumToString(MarkerOutlineMode_$type, this.i.uc));
81
+ this.i.ud = ensureEnum(MarkerOutlineMode_$type, v);
82
+ this._a("markerOutlineMode", enumToString(MarkerOutlineMode_$type, this.i.ud));
83
83
  }
84
84
  /**
85
85
  * Gets or sets whether the marker fill is based on the marker outline of the series rather than the marker brushes collection.
86
86
  */
87
87
  get markerFillMode() {
88
- return this.i.ub;
88
+ return this.i.uc;
89
89
  }
90
90
  set markerFillMode(v) {
91
- this.i.ub = ensureEnum(MarkerFillMode_$type, v);
92
- this._a("markerFillMode", enumToString(MarkerFillMode_$type, this.i.ub));
91
+ this.i.uc = ensureEnum(MarkerFillMode_$type, v);
92
+ this._a("markerFillMode", enumToString(MarkerFillMode_$type, this.i.uc));
93
93
  }
94
94
  /**
95
95
  * Gets or sets the MarkerTemplate for the current series object.
96
96
  */
97
97
  get markerTemplate() {
98
- return this.i.ut;
98
+ return this.i.uu;
99
99
  }
100
100
  set markerTemplate(v) {
101
- this.i.ut = v;
101
+ this.i.uu = v;
102
102
  }
103
103
  /**
104
104
  * Gets or sets the brush that specifies how the current series object's marker interiors are painted.
105
105
  */
106
106
  get markerBrush() {
107
- return brushToString(this.i.u7);
107
+ return brushToString(this.i.u8);
108
108
  }
109
109
  set markerBrush(v) {
110
- this.i.u7 = stringToBrush(v);
111
- this._a("markerBrush", brushToString(this.i.u7));
110
+ this.i.u8 = stringToBrush(v);
111
+ this._a("markerBrush", brushToString(this.i.u8));
112
112
  }
113
113
  /**
114
114
  * Gets or sets the brush that specifies how the current series object's marker outlines are painted.
115
115
  */
116
116
  get markerOutline() {
117
- return brushToString(this.i.u8);
117
+ return brushToString(this.i.u9);
118
118
  }
119
119
  set markerOutline(v) {
120
- this.i.u8 = stringToBrush(v);
121
- this._a("markerOutline", brushToString(this.i.u8));
120
+ this.i.u9 = stringToBrush(v);
121
+ this._a("markerOutline", brushToString(this.i.u9));
122
122
  }
123
123
  /**
124
124
  * Gets or sets the maximum number of markerItems displayed by the current series.
@@ -126,40 +126,40 @@ export let IgcGeographicMarkerSeriesComponent = /*@__PURE__*/ (() => {
126
126
  * choose a representative set.
127
127
  */
128
128
  get maximumMarkers() {
129
- return this.i.uf;
129
+ return this.i.ug;
130
130
  }
131
131
  set maximumMarkers(v) {
132
- this.i.uf = +v;
133
- this._a("maximumMarkers", this.i.uf);
132
+ this.i.ug = +v;
133
+ this._a("maximumMarkers", this.i.ug);
134
134
  }
135
135
  /**
136
136
  * Gets the effective marker template for the current series object.
137
137
  */
138
138
  get actualMarkerTemplate() {
139
- return this.i.us;
139
+ return this.i.ut;
140
140
  }
141
141
  set actualMarkerTemplate(v) {
142
- this.i.us = v;
142
+ this.i.ut = v;
143
143
  }
144
144
  /**
145
145
  * Gets the effective marker brush for the current series object.
146
146
  */
147
147
  get actualMarkerBrush() {
148
- return brushToString(this.i.u5);
148
+ return brushToString(this.i.u6);
149
149
  }
150
150
  set actualMarkerBrush(v) {
151
- this.i.u5 = stringToBrush(v);
152
- this._a("actualMarkerBrush", brushToString(this.i.u5));
151
+ this.i.u6 = stringToBrush(v);
152
+ this._a("actualMarkerBrush", brushToString(this.i.u6));
153
153
  }
154
154
  /**
155
155
  * Gets the effective marker outline for the current series object.
156
156
  */
157
157
  get actualMarkerOutline() {
158
- return brushToString(this.i.u6);
158
+ return brushToString(this.i.u7);
159
159
  }
160
160
  set actualMarkerOutline(v) {
161
- this.i.u6 = stringToBrush(v);
162
- this._a("actualMarkerOutline", brushToString(this.i.u6));
161
+ this.i.u7 = stringToBrush(v);
162
+ this._a("actualMarkerOutline", brushToString(this.i.u7));
163
163
  }
164
164
  }
165
165
  IgcGeographicMarkerSeriesComponent._observedAttributesIgcGeographicMarkerSeriesComponent = null;
@@ -67,55 +67,55 @@ export let IgcGeographicPolylineSeriesComponent = /*@__PURE__*/ (() => {
67
67
  * Gets whether the current series shows a polyline shape.
68
68
  */
69
69
  get isPolyline() {
70
- return this.i.e4;
70
+ return this.i.e5;
71
71
  }
72
72
  /**
73
73
  * Gets or sets the fill brush.
74
74
  */
75
75
  get shapeFill() {
76
- return this.i.vh ? this.i.vh.fill : null;
76
+ return this.i.vi ? this.i.vi.fill : null;
77
77
  }
78
78
  set shapeFill(v) {
79
79
  this.ensureShapeStyle();
80
- this.i.vh.fill = v;
80
+ this.i.vi.fill = v;
81
81
  }
82
82
  /**
83
83
  * Gets or sets the stroke brush.
84
84
  */
85
85
  get shapeStroke() {
86
- return this.i.vh ? this.i.vh.stroke : null;
86
+ return this.i.vi ? this.i.vi.stroke : null;
87
87
  }
88
88
  set shapeStroke(v) {
89
89
  this.ensureShapeStyle();
90
- this.i.vh.stroke = v;
90
+ this.i.vi.stroke = v;
91
91
  }
92
92
  /**
93
93
  * Gets or sets the stroke thickness.
94
94
  */
95
95
  get shapeStrokeThickness() {
96
- return this.i.vh ? this.i.vh.strokeThickness : NaN;
96
+ return this.i.vi ? this.i.vi.strokeThickness : NaN;
97
97
  }
98
98
  set shapeStrokeThickness(v) {
99
99
  this.ensureShapeStyle();
100
- this.i.vh.strokeThickness = +v;
101
- this._a("shapeStrokeThickness", this.i.vh.strokeThickness);
100
+ this.i.vi.strokeThickness = +v;
101
+ this._a("shapeStrokeThickness", this.i.vi.strokeThickness);
102
102
  }
103
103
  /**
104
104
  * Gets or sets the opacity.
105
105
  */
106
106
  get shapeOpacity() {
107
- return this.i.vh ? this.i.vh.opacity : NaN;
107
+ return this.i.vi ? this.i.vi.opacity : NaN;
108
108
  }
109
109
  set shapeOpacity(v) {
110
110
  this.ensureShapeStyle();
111
- this.i.vh.opacity = +v;
112
- this._a("shapeOpacity", this.i.vh.opacity);
111
+ this.i.vi.opacity = +v;
112
+ this._a("shapeOpacity", this.i.vi.opacity);
113
113
  }
114
114
  ensureShapeStyle() {
115
- if (this.i.vh) {
115
+ if (this.i.vi) {
116
116
  return;
117
117
  }
118
- this.i.vh = new Style();
118
+ this.i.vi = new Style();
119
119
  }
120
120
  get styleShape() {
121
121
  return this._styleShape;