igniteui-angular-maps 17.2.1 → 17.3.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 (74) hide show
  1. package/bundles/igniteui-angular-maps.umd.js +1342 -1342
  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 +73 -73
  5. package/esm2015/lib/GeographicMapSeriesHost_combined.js +159 -159
  6. package/esm2015/lib/GeographicMarkerSeries.js +25 -25
  7. package/esm2015/lib/GeographicPolylineSeriesView_combined.js +17 -17
  8. package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +87 -87
  9. package/esm2015/lib/GeographicShapeSeriesBase_combined.js +57 -57
  10. package/esm2015/lib/GeographicShapeSeriesView_combined.js +51 -51
  11. package/esm2015/lib/GeographicSymbolSeriesView_combined.js +56 -56
  12. package/esm2015/lib/GeographicTileSeries.js +27 -27
  13. package/esm2015/lib/TileSeries_combined.js +80 -80
  14. package/esm2015/lib/XamGeographicMap_combined.js +457 -457
  15. package/esm2015/lib/igx-geographic-contour-line-series-component.js +8 -8
  16. package/esm2015/lib/igx-geographic-high-density-scatter-series-component.js +22 -22
  17. package/esm2015/lib/igx-geographic-map-component.js +40 -40
  18. package/esm2015/lib/igx-geographic-map-series-host-component.js +10 -10
  19. package/esm2015/lib/igx-geographic-marker-series-component.js +22 -22
  20. package/esm2015/lib/igx-geographic-polyline-series-component.js +10 -10
  21. package/esm2015/lib/igx-geographic-proportional-symbol-series-component.js +32 -32
  22. package/esm2015/lib/igx-geographic-scatter-area-series-component.js +7 -7
  23. package/esm2015/lib/igx-geographic-shape-series-base-component.js +16 -16
  24. package/esm2015/lib/igx-geographic-shape-series-component.js +32 -32
  25. package/esm2015/lib/igx-geographic-symbol-series-component.js +14 -14
  26. package/esm2015/lib/igx-geographic-tile-series-component.js +3 -3
  27. package/esm2015/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  28. package/esm2015/lib/igx-tile-series-component.js +2 -2
  29. package/esm5/lib/GeographicContourLineSeriesView_combined.js +37 -37
  30. package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +73 -73
  31. package/esm5/lib/GeographicMapSeriesHost_combined.js +157 -157
  32. package/esm5/lib/GeographicMarkerSeries.js +25 -25
  33. package/esm5/lib/GeographicPolylineSeriesView_combined.js +17 -17
  34. package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +87 -87
  35. package/esm5/lib/GeographicShapeSeriesBase_combined.js +56 -56
  36. package/esm5/lib/GeographicShapeSeriesView_combined.js +51 -51
  37. package/esm5/lib/GeographicSymbolSeriesView_combined.js +56 -56
  38. package/esm5/lib/GeographicTileSeries.js +26 -26
  39. package/esm5/lib/TileSeries_combined.js +78 -78
  40. package/esm5/lib/XamGeographicMap_combined.js +450 -450
  41. package/esm5/lib/igx-geographic-contour-line-series-component.js +8 -8
  42. package/esm5/lib/igx-geographic-high-density-scatter-series-component.js +22 -22
  43. package/esm5/lib/igx-geographic-map-component.js +40 -40
  44. package/esm5/lib/igx-geographic-map-series-host-component.js +10 -10
  45. package/esm5/lib/igx-geographic-marker-series-component.js +22 -22
  46. package/esm5/lib/igx-geographic-polyline-series-component.js +10 -10
  47. package/esm5/lib/igx-geographic-proportional-symbol-series-component.js +32 -32
  48. package/esm5/lib/igx-geographic-scatter-area-series-component.js +7 -7
  49. package/esm5/lib/igx-geographic-shape-series-base-component.js +16 -16
  50. package/esm5/lib/igx-geographic-shape-series-component.js +32 -32
  51. package/esm5/lib/igx-geographic-symbol-series-component.js +14 -14
  52. package/esm5/lib/igx-geographic-tile-series-component.js +3 -3
  53. package/esm5/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  54. package/esm5/lib/igx-tile-series-component.js +2 -2
  55. package/fesm2015/igniteui-angular-maps.js +1356 -1356
  56. package/fesm5/igniteui-angular-maps.js +1342 -1342
  57. package/lib/GeographicContourLineSeriesView_combined.d.ts +13 -13
  58. package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +18 -18
  59. package/lib/GeographicMapSeriesHost_combined.d.ts +30 -30
  60. package/lib/GeographicMarkerSeries.d.ts +13 -13
  61. package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
  62. package/lib/GeographicPolylineSeriesView_combined.d.ts +9 -9
  63. package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
  64. package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +23 -23
  65. package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
  66. package/lib/GeographicShapeSeriesBase_combined.d.ts +16 -16
  67. package/lib/GeographicShapeSeriesView_combined.d.ts +22 -22
  68. package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
  69. package/lib/GeographicSymbolSeriesView_combined.d.ts +16 -16
  70. package/lib/GeographicTileSeries.d.ts +9 -9
  71. package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
  72. package/lib/TileSeries_combined.d.ts +20 -20
  73. package/lib/XamGeographicMap_combined.d.ts +108 -108
  74. package/package.json +2 -2
@@ -35,47 +35,47 @@ export let IgxGeographicPolylineSeriesComponent = /*@__PURE__*/ (() => {
35
35
  * Gets or sets the fill brush.
36
36
  */
37
37
  get shapeFill() {
38
- return this.i.vi ? this.i.vi.fill : null;
38
+ return this.i.vj ? this.i.vj.fill : null;
39
39
  }
40
40
  set shapeFill(v) {
41
41
  this.ensureShapeStyle();
42
- this.i.vi.fill = v;
42
+ this.i.vj.fill = v;
43
43
  }
44
44
  /**
45
45
  * Gets or sets the stroke brush.
46
46
  */
47
47
  get shapeStroke() {
48
- return this.i.vi ? this.i.vi.stroke : null;
48
+ return this.i.vj ? this.i.vj.stroke : null;
49
49
  }
50
50
  set shapeStroke(v) {
51
51
  this.ensureShapeStyle();
52
- this.i.vi.stroke = v;
52
+ this.i.vj.stroke = v;
53
53
  }
54
54
  /**
55
55
  * Gets or sets the stroke thickness.
56
56
  */
57
57
  get shapeStrokeThickness() {
58
- return this.i.vi ? this.i.vi.strokeThickness : NaN;
58
+ return this.i.vj ? this.i.vj.strokeThickness : NaN;
59
59
  }
60
60
  set shapeStrokeThickness(v) {
61
61
  this.ensureShapeStyle();
62
- this.i.vi.strokeThickness = +v;
62
+ this.i.vj.strokeThickness = +v;
63
63
  }
64
64
  /**
65
65
  * Gets or sets the opacity.
66
66
  */
67
67
  get shapeOpacity() {
68
- return this.i.vi ? this.i.vi.opacity : NaN;
68
+ return this.i.vj ? this.i.vj.opacity : NaN;
69
69
  }
70
70
  set shapeOpacity(v) {
71
71
  this.ensureShapeStyle();
72
- this.i.vi.opacity = +v;
72
+ this.i.vj.opacity = +v;
73
73
  }
74
74
  ensureShapeStyle() {
75
- if (this.i.vi) {
75
+ if (this.i.vj) {
76
76
  return;
77
77
  }
78
- this.i.vi = new Style();
78
+ this.i.vj = 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.v1;
44
+ return this.i.v2;
45
45
  }
46
46
  set latitudeMemberPath(v) {
47
- this.i.v1 = v;
47
+ this.i.v2 = 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.v3;
53
+ return this.i.v4;
54
54
  }
55
55
  set longitudeMemberPath(v) {
56
- this.i.v3 = v;
56
+ this.i.v4 = 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.v8;
62
+ return this.i.v9;
63
63
  }
64
64
  set radiusMemberPath(v) {
65
- this.i.v8 = v;
65
+ this.i.v9 = 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.vf;
71
+ const r = this.i.vg;
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.vf = null : this.i.vf = v.i;
87
+ v == null ? this.i.vg = null : this.i.vg = 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.vz;
93
+ return this.i.v0;
94
94
  }
95
95
  set labelMemberPath(v) {
96
- this.i.vz = v;
96
+ this.i.v0 = 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.vr;
102
+ return this.i.vs;
103
103
  }
104
104
  set fillMemberPath(v) {
105
- this.i.vr = v;
105
+ this.i.vs = 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.vc;
111
+ const r = this.i.vd;
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.vc = null : this.i.vc = v.i;
127
+ v == null ? this.i.vd = null : this.i.vd = 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.vj;
134
+ return this.i.vk;
135
135
  }
136
136
  set fillScaleUseGlobalValues(v) {
137
- this.i.vj = ensureBool(v);
137
+ this.i.vk = 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.vm;
144
+ return this.i.vn;
145
145
  }
146
146
  set markerOutlineUsesFillScale(v) {
147
- this.i.vm = ensureBool(v);
147
+ this.i.vn = 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.vp;
154
+ return this.i.vq;
155
155
  }
156
156
  set markerOutlineBrightness(v) {
157
- this.i.vp = +v;
157
+ this.i.vq = +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.vo;
164
+ return this.i.vp;
165
165
  }
166
166
  set markerBrushBrightness(v) {
167
- this.i.vo = +v;
167
+ this.i.vp = +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.vn;
174
+ return this.i.vo;
175
175
  }
176
176
  set radiusScaleUseGlobalValues(v) {
177
- this.i.vn = ensureBool(v);
177
+ this.i.vo = 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.vl;
183
+ return this.i.vm;
184
184
  }
185
185
  set isCustomScatterStyleAllowed(v) {
186
- this.i.vl = ensureBool(v);
186
+ this.i.vm = 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.vk;
192
+ return this.i.vl;
193
193
  }
194
194
  set isCustomScatterMarkerStyleAllowed(v) {
195
- this.i.vk = ensureBool(v);
195
+ this.i.vl = 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.ve;
201
+ return this.i.vf;
202
202
  }
203
203
  set itemSearchMode(v) {
204
- this.i.ve = ensureEnum(ScatterItemSearchMode_$type, v);
204
+ this.i.vf = 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.vq;
210
+ return this.i.vr;
211
211
  }
212
212
  set itemSearchThreshold(v) {
213
- this.i.vq = +v;
213
+ this.i.vr = +v;
214
214
  }
215
215
  findByName(name) {
216
216
  var baseResult = super.findByName(name);
@@ -35,16 +35,16 @@ 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.u2;
38
+ return this.i.u3;
39
39
  }
40
40
  set colorMemberPath(v) {
41
- this.i.u2 = v;
41
+ this.i.u3 = 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
- const r = this.i.ux;
47
+ const r = this.i.uy;
48
48
  if (r == null) {
49
49
  return null;
50
50
  }
@@ -60,13 +60,13 @@ export let IgxGeographicScatterAreaSeriesComponent = /*@__PURE__*/ (() => {
60
60
  set colorScale(v) {
61
61
  if (v != null && this._stylingContainer && v._styling)
62
62
  v._styling(this._stylingContainer, this, this);
63
- v == null ? this.i.ux = null : this.i.ux = v.i;
63
+ v == null ? this.i.uy = null : this.i.uy = v.i;
64
64
  }
65
65
  /**
66
66
  * Gets actual color scale that is set on ColorScale property or default ColorScale
67
67
  */
68
68
  get actualColorScale() {
69
- const r = this.i.uw;
69
+ const r = this.i.ux;
70
70
  if (r == null) {
71
71
  return null;
72
72
  }
@@ -82,7 +82,7 @@ export let IgxGeographicScatterAreaSeriesComponent = /*@__PURE__*/ (() => {
82
82
  set actualColorScale(v) {
83
83
  if (v != null && this._stylingContainer && v._styling)
84
84
  v._styling(this._stylingContainer, this, this);
85
- v == null ? this.i.uw = null : this.i.uw = v.i;
85
+ v == null ? this.i.ux = null : this.i.ux = v.i;
86
86
  }
87
87
  findByName(name) {
88
88
  var baseResult = super.findByName(name);
@@ -113,7 +113,7 @@ export let IgxGeographicScatterAreaSeriesComponent = /*@__PURE__*/ (() => {
113
113
 
114
114
  */
115
115
  updateActualColorScale() {
116
- this.i.u7();
116
+ this.i.u8();
117
117
  }
118
118
  /**
119
119
  * Raised when the status of an ongoing Triangulation has changed.
@@ -84,61 +84,61 @@ export let IgxGeographicShapeSeriesBaseComponent = /*@__PURE__*/ (() => {
84
84
  * To be consistent with the Shapefile technical description, it is expected that each list of points is defined as an IEnumerable of IEnumerable of Point, or in other words, a list of lists of points.
85
85
  */
86
86
  get shapeMemberPath() {
87
- return this.i.ux;
87
+ return this.i.uy;
88
88
  }
89
89
  set shapeMemberPath(v) {
90
- this.i.ux = v;
90
+ this.i.uy = v;
91
91
  }
92
92
  /**
93
93
  * Gets or sets whether this Shape series should allow custom style overrides of its individual visuals.
94
94
  */
95
95
  get isCustomShapeStyleAllowed() {
96
- return this.i.um;
96
+ return this.i.un;
97
97
  }
98
98
  set isCustomShapeStyleAllowed(v) {
99
- this.i.um = ensureBool(v);
99
+ this.i.un = ensureBool(v);
100
100
  }
101
101
  /**
102
102
  * Gets or sets whether this Shape series should allow custom style overrides of its individual marker visuals.
103
103
  */
104
104
  get isCustomShapeMarkerStyleAllowed() {
105
- return this.i.ul;
105
+ return this.i.um;
106
106
  }
107
107
  set isCustomShapeMarkerStyleAllowed(v) {
108
- this.i.ul = ensureBool(v);
108
+ this.i.um = ensureBool(v);
109
109
  }
110
110
  /**
111
111
  * Gets or sets the mode the series will use to find the closest point to the cursor.
112
112
  */
113
113
  get itemSearchMode() {
114
- return this.i.ue;
114
+ return this.i.uf;
115
115
  }
116
116
  set itemSearchMode(v) {
117
- this.i.ue = ensureEnum(ShapeItemSearchMode_$type, v);
117
+ this.i.uf = ensureEnum(ShapeItemSearchMode_$type, v);
118
118
  }
119
119
  /**
120
120
  * Gets or sets the threshold to use when searching for items using ItemSearchMode.
121
121
  */
122
122
  get itemSearchThreshold() {
123
- return this.i.up;
123
+ return this.i.uq;
124
124
  }
125
125
  set itemSearchThreshold(v) {
126
- this.i.up = +v;
126
+ this.i.uq = +v;
127
127
  }
128
128
  /**
129
129
  * Gets or sets the points threshold to use when searching for items using ItemSearchMode.
130
130
  */
131
131
  get itemSearchPointsThreshold() {
132
- return this.i.uo;
132
+ return this.i.up;
133
133
  }
134
134
  set itemSearchPointsThreshold(v) {
135
- this.i.uo = +v;
135
+ this.i.up = +v;
136
136
  }
137
137
  /**
138
138
  * Set a shapefile datasource to use with the series.
139
139
  */
140
140
  get shapefileDataSource() {
141
- const r = this.i.uh;
141
+ const r = this.i.ui;
142
142
  if (r == null) {
143
143
  return null;
144
144
  }
@@ -157,17 +157,17 @@ export let IgxGeographicShapeSeriesBaseComponent = /*@__PURE__*/ (() => {
157
157
  return r.externalObject;
158
158
  }
159
159
  set shapefileDataSource(v) {
160
- v == null ? this.i.uh = null : this.i.uh = v.i;
160
+ v == null ? this.i.ui = null : this.i.ui = v.i;
161
161
  }
162
162
  /**
163
163
  * The resolution at which to filter out shapes in the series. For example, if the ShapeFilterResolution is set to 3, then elements with a bounding rectangle smaller than 3 X 3 pixels will be filtered out.
164
164
  * In the case of GeographicPolylineSeries, the resolution is compared to either dimension, rather than both. In other words, a polyline will not be filtered if its height or its width exceeds the value of this property. Whereas with a ShapeSeries, both the height and the width must exceed the value of this property.
165
165
  */
166
166
  get shapeFilterResolution() {
167
- return this.i.un;
167
+ return this.i.uo;
168
168
  }
169
169
  set shapeFilterResolution(v) {
170
- this.i.un = +v;
170
+ this.i.uo = +v;
171
171
  }
172
172
  findByName(name) {
173
173
  var baseResult = super.findByName(name);
@@ -40,147 +40,147 @@ export let IgxGeographicShapeSeriesComponent = /*@__PURE__*/ (() => {
40
40
  * Gets or sets the fill brush.
41
41
  */
42
42
  get shapeFill() {
43
- return this.i.wj ? this.i.wj.fill : null;
43
+ return this.i.wk ? this.i.wk.fill : null;
44
44
  }
45
45
  set shapeFill(v) {
46
46
  this.ensureShapeStyle();
47
- this.i.wj.fill = v;
47
+ this.i.wk.fill = v;
48
48
  }
49
49
  /**
50
50
  * Gets or sets the stroke brush.
51
51
  */
52
52
  get shapeStroke() {
53
- return this.i.wj ? this.i.wj.stroke : null;
53
+ return this.i.wk ? this.i.wk.stroke : null;
54
54
  }
55
55
  set shapeStroke(v) {
56
56
  this.ensureShapeStyle();
57
- this.i.wj.stroke = v;
57
+ this.i.wk.stroke = v;
58
58
  }
59
59
  /**
60
60
  * Gets or sets the stroke thickness.
61
61
  */
62
62
  get shapeStrokeThickness() {
63
- return this.i.wj ? this.i.wj.strokeThickness : NaN;
63
+ return this.i.wk ? this.i.wk.strokeThickness : NaN;
64
64
  }
65
65
  set shapeStrokeThickness(v) {
66
66
  this.ensureShapeStyle();
67
- this.i.wj.strokeThickness = +v;
67
+ this.i.wk.strokeThickness = +v;
68
68
  }
69
69
  /**
70
70
  * Gets or sets the opacity.
71
71
  */
72
72
  get shapeOpacity() {
73
- return this.i.wj ? this.i.wj.opacity : NaN;
73
+ return this.i.wk ? this.i.wk.opacity : NaN;
74
74
  }
75
75
  set shapeOpacity(v) {
76
76
  this.ensureShapeStyle();
77
- this.i.wj.opacity = +v;
77
+ this.i.wk.opacity = +v;
78
78
  }
79
79
  ensureShapeStyle() {
80
- if (this.i.wj) {
80
+ if (this.i.wk) {
81
81
  return;
82
82
  }
83
- this.i.wj = new Style();
83
+ this.i.wk = new Style();
84
84
  }
85
85
  /**
86
86
  * Gets or sets the marker type for the current series object.
87
87
  * If the MarkerTemplate property is set, the setting of the MarkerType property will be ignored.
88
88
  */
89
89
  get markerType() {
90
- return this.i.vd;
90
+ return this.i.ve;
91
91
  }
92
92
  set markerType(v) {
93
- this.i.vd = ensureEnum(MarkerType_$type, v);
93
+ this.i.ve = ensureEnum(MarkerType_$type, v);
94
94
  }
95
95
  /**
96
96
  * Gets or sets whether the marker outline is based on the marker brush of the series rather than the marker outlines collection.
97
97
  */
98
98
  get markerOutlineMode() {
99
- return this.i.vc;
99
+ return this.i.vd;
100
100
  }
101
101
  set markerOutlineMode(v) {
102
- this.i.vc = ensureEnum(MarkerOutlineMode_$type, v);
102
+ this.i.vd = ensureEnum(MarkerOutlineMode_$type, v);
103
103
  }
104
104
  /**
105
105
  * Gets or sets whether the marker brush is based on the marker outline of the series rather than the marker brushes collection.
106
106
  */
107
107
  get markerFillMode() {
108
- return this.i.vb;
108
+ return this.i.vc;
109
109
  }
110
110
  set markerFillMode(v) {
111
- this.i.vb = ensureEnum(MarkerFillMode_$type, v);
111
+ this.i.vc = ensureEnum(MarkerFillMode_$type, v);
112
112
  }
113
113
  /**
114
114
  * Gets or sets the MarkerTemplate for the current series object.
115
115
  */
116
116
  get markerTemplate() {
117
- return this.i.vz;
117
+ return this.i.v0;
118
118
  }
119
119
  set markerTemplate(v) {
120
- this.i.vz = v;
120
+ this.i.v0 = v;
121
121
  }
122
122
  /**
123
123
  * Gets or sets the brush that specifies how the current series object's marker interiors are painted.
124
124
  */
125
125
  get markerBrush() {
126
- return brushToString(this.i.wg);
126
+ return brushToString(this.i.wh);
127
127
  }
128
128
  set markerBrush(v) {
129
- this.i.wg = stringToBrush(v);
129
+ this.i.wh = stringToBrush(v);
130
130
  }
131
131
  /**
132
132
  * Gets or sets the brush that specifies how the current series object's marker outlines are painted.
133
133
  */
134
134
  get markerOutline() {
135
- return brushToString(this.i.wh);
135
+ return brushToString(this.i.wi);
136
136
  }
137
137
  set markerOutline(v) {
138
- this.i.wh = stringToBrush(v);
138
+ this.i.wi = stringToBrush(v);
139
139
  }
140
140
  /**
141
141
  * Gets or sets thickness of the marker outline
142
142
  */
143
143
  get markerThickness() {
144
- return this.i.vg;
144
+ return this.i.vh;
145
145
  }
146
146
  set markerThickness(v) {
147
- this.i.vg = +v;
147
+ this.i.vh = +v;
148
148
  }
149
149
  /**
150
150
  * The desired behavior for markers in this series which are placed too close together for the current view, resulting in a collision.
151
151
  */
152
152
  get markerCollisionAvoidance() {
153
- return this.i.va;
153
+ return this.i.vb;
154
154
  }
155
155
  set markerCollisionAvoidance(v) {
156
- this.i.va = ensureEnum(CollisionAvoidanceType_$type, v);
156
+ this.i.vb = ensureEnum(CollisionAvoidanceType_$type, v);
157
157
  }
158
158
  /**
159
159
  * Gets the effective marker template for the current series object.
160
160
  */
161
161
  get actualMarkerTemplate() {
162
- return this.i.vy;
162
+ return this.i.vz;
163
163
  }
164
164
  set actualMarkerTemplate(v) {
165
- this.i.vy = v;
165
+ this.i.vz = v;
166
166
  }
167
167
  /**
168
168
  * Gets the effective marker brush for the current series object.
169
169
  */
170
170
  get actualMarkerBrush() {
171
- return brushToString(this.i.we);
171
+ return brushToString(this.i.wf);
172
172
  }
173
173
  set actualMarkerBrush(v) {
174
- this.i.we = stringToBrush(v);
174
+ this.i.wf = stringToBrush(v);
175
175
  }
176
176
  /**
177
177
  * Gets the effective marker outline for the current series object.
178
178
  */
179
179
  get actualMarkerOutline() {
180
- return brushToString(this.i.wf);
180
+ return brushToString(this.i.wg);
181
181
  }
182
182
  set actualMarkerOutline(v) {
183
- this.i.wf = stringToBrush(v);
183
+ this.i.wg = stringToBrush(v);
184
184
  }
185
185
  get styleShape() {
186
186
  if (this._styleShape == null) {
@@ -40,64 +40,64 @@ export let IgxGeographicSymbolSeriesComponent = /*@__PURE__*/ (() => {
40
40
  * The name of the property of ItemsSource items which contains the latitude coordinate of the symbol.
41
41
  */
42
42
  get latitudeMemberPath() {
43
- return this.i.vq;
43
+ return this.i.vr;
44
44
  }
45
45
  set latitudeMemberPath(v) {
46
- this.i.vq = v;
46
+ this.i.vr = v;
47
47
  }
48
48
  /**
49
49
  * The name of the property of ItemsSource items which contains the longitude coordinate of the symbol.
50
50
  */
51
51
  get longitudeMemberPath() {
52
- return this.i.vs;
52
+ return this.i.vt;
53
53
  }
54
54
  set longitudeMemberPath(v) {
55
- this.i.vs = v;
55
+ this.i.vt = v;
56
56
  }
57
57
  /**
58
58
  * The desired behavior for markers in this series which are placed too close together for the current view, resulting in a collision.
59
59
  */
60
60
  get markerCollisionAvoidance() {
61
- return this.i.vc;
61
+ return this.i.vd;
62
62
  }
63
63
  set markerCollisionAvoidance(v) {
64
- this.i.vc = ensureEnum(CollisionAvoidanceType_$type, v);
64
+ this.i.vd = ensureEnum(CollisionAvoidanceType_$type, v);
65
65
  }
66
66
  /**
67
67
  * Gets or sets whether this Scatter series should allow custom style overrides of its individual visuals.
68
68
  */
69
69
  get isCustomScatterStyleAllowed() {
70
- return this.i.vj;
70
+ return this.i.vk;
71
71
  }
72
72
  set isCustomScatterStyleAllowed(v) {
73
- this.i.vj = ensureBool(v);
73
+ this.i.vk = ensureBool(v);
74
74
  }
75
75
  /**
76
76
  * Gets or sets whether this Scatter series should allow custom style overrides of its individual marker visuals.
77
77
  */
78
78
  get isCustomScatterMarkerStyleAllowed() {
79
- return this.i.vi;
79
+ return this.i.vj;
80
80
  }
81
81
  set isCustomScatterMarkerStyleAllowed(v) {
82
- this.i.vi = ensureBool(v);
82
+ this.i.vj = ensureBool(v);
83
83
  }
84
84
  /**
85
85
  * Gets or sets the mode the series will use to find the closest point to the cursor.
86
86
  */
87
87
  get itemSearchMode() {
88
- return this.i.vd;
88
+ return this.i.ve;
89
89
  }
90
90
  set itemSearchMode(v) {
91
- this.i.vd = ensureEnum(ScatterItemSearchMode_$type, v);
91
+ this.i.ve = ensureEnum(ScatterItemSearchMode_$type, v);
92
92
  }
93
93
  /**
94
94
  * Gets or sets the threshold to use when searching for items using ItemSearchMode.
95
95
  */
96
96
  get itemSearchThreshold() {
97
- return this.i.vl;
97
+ return this.i.vm;
98
98
  }
99
99
  set itemSearchThreshold(v) {
100
- this.i.vl = +v;
100
+ this.i.vm = +v;
101
101
  }
102
102
  /**
103
103
  * Event raised when Assigning Category Style