igniteui-angular-maps 18.1.0 → 18.2.0-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 (79) hide show
  1. package/bundles/igniteui-angular-maps.umd.js +1559 -1473
  2. package/bundles/igniteui-angular-maps.umd.min.js +1 -1
  3. package/esm2015/lib/GeographicContourLineSeriesView_combined.js +39 -39
  4. package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +82 -82
  5. package/esm2015/lib/GeographicMapSeriesHost_combined.js +208 -193
  6. package/esm2015/lib/GeographicMarkerSeries.js +29 -29
  7. package/esm2015/lib/GeographicPolylineSeriesView_combined.js +19 -19
  8. package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +93 -93
  9. package/esm2015/lib/GeographicShapeSeriesBase_combined.js +79 -69
  10. package/esm2015/lib/GeographicShapeSeriesView_combined.js +58 -58
  11. package/esm2015/lib/GeographicSymbolSeriesView_combined.js +60 -60
  12. package/esm2015/lib/GeographicTileSeries.js +29 -29
  13. package/esm2015/lib/SphericalMercatorHorizontalScaler.js +2 -2
  14. package/esm2015/lib/SphericalMercatorVerticalScaler.js +2 -2
  15. package/esm2015/lib/TileSeries_combined.js +93 -93
  16. package/esm2015/lib/XamGeographicMap_combined.js +466 -466
  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-component.js +40 -40
  20. package/esm2015/lib/igx-geographic-map-series-host-component.js +22 -22
  21. package/esm2015/lib/igx-geographic-marker-series-component.js +22 -22
  22. package/esm2015/lib/igx-geographic-polyline-series-component.js +11 -11
  23. package/esm2015/lib/igx-geographic-proportional-symbol-series-component.js +33 -33
  24. package/esm2015/lib/igx-geographic-scatter-area-series-component.js +8 -8
  25. package/esm2015/lib/igx-geographic-shape-series-base-component.js +68 -17
  26. package/esm2015/lib/igx-geographic-shape-series-component.js +33 -33
  27. package/esm2015/lib/igx-geographic-symbol-series-component.js +15 -15
  28. package/esm2015/lib/igx-geographic-tile-series-component.js +4 -4
  29. package/esm2015/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  30. package/esm2015/lib/igx-tile-series-component.js +3 -3
  31. package/esm5/lib/GeographicContourLineSeriesView_combined.js +39 -39
  32. package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +82 -82
  33. package/esm5/lib/GeographicMapSeriesHost_combined.js +206 -191
  34. package/esm5/lib/GeographicMarkerSeries.js +29 -29
  35. package/esm5/lib/GeographicPolylineSeriesView_combined.js +19 -19
  36. package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +93 -93
  37. package/esm5/lib/GeographicShapeSeriesBase_combined.js +78 -68
  38. package/esm5/lib/GeographicShapeSeriesView_combined.js +58 -58
  39. package/esm5/lib/GeographicSymbolSeriesView_combined.js +60 -60
  40. package/esm5/lib/GeographicTileSeries.js +28 -28
  41. package/esm5/lib/SphericalMercatorHorizontalScaler.js +2 -2
  42. package/esm5/lib/SphericalMercatorVerticalScaler.js +2 -2
  43. package/esm5/lib/TileSeries_combined.js +91 -91
  44. package/esm5/lib/XamGeographicMap_combined.js +459 -459
  45. package/esm5/lib/igx-geographic-contour-line-series-component.js +9 -9
  46. package/esm5/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
  47. package/esm5/lib/igx-geographic-map-component.js +40 -40
  48. package/esm5/lib/igx-geographic-map-series-host-component.js +22 -22
  49. package/esm5/lib/igx-geographic-marker-series-component.js +22 -22
  50. package/esm5/lib/igx-geographic-polyline-series-component.js +11 -11
  51. package/esm5/lib/igx-geographic-proportional-symbol-series-component.js +33 -33
  52. package/esm5/lib/igx-geographic-scatter-area-series-component.js +8 -8
  53. package/esm5/lib/igx-geographic-shape-series-base-component.js +80 -17
  54. package/esm5/lib/igx-geographic-shape-series-component.js +33 -33
  55. package/esm5/lib/igx-geographic-symbol-series-component.js +15 -15
  56. package/esm5/lib/igx-geographic-tile-series-component.js +4 -4
  57. package/esm5/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  58. package/esm5/lib/igx-tile-series-component.js +3 -3
  59. package/fesm2015/igniteui-angular-maps.js +1561 -1487
  60. package/fesm5/igniteui-angular-maps.js +1560 -1474
  61. package/lib/GeographicContourLineSeriesView_combined.d.ts +16 -16
  62. package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +27 -27
  63. package/lib/GeographicMapSeriesHost_combined.d.ts +50 -49
  64. package/lib/GeographicMarkerSeries.d.ts +18 -18
  65. package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
  66. package/lib/GeographicPolylineSeriesView_combined.d.ts +10 -10
  67. package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
  68. package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +29 -29
  69. package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
  70. package/lib/GeographicShapeSeriesBase_combined.d.ts +29 -25
  71. package/lib/GeographicShapeSeriesView_combined.d.ts +29 -29
  72. package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
  73. package/lib/GeographicSymbolSeriesView_combined.d.ts +22 -22
  74. package/lib/GeographicTileSeries.d.ts +11 -11
  75. package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
  76. package/lib/TileSeries_combined.d.ts +23 -23
  77. package/lib/XamGeographicMap_combined.d.ts +115 -115
  78. package/lib/igx-geographic-shape-series-base-component.d.ts +19 -1
  79. package/package.json +2 -2
@@ -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.w1;
27
+ return this.i.w8;
28
28
  }
29
29
  set markerType(v) {
30
- this.i.w1 = ensureEnum(MarkerType_$type, v);
30
+ this.i.w8 = 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.w2;
36
+ return this.i.w9;
37
37
  }
38
38
  set markerThickness(v) {
39
- this.i.w2 = +v;
39
+ this.i.w9 = +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.w0;
45
+ return this.i.w7;
46
46
  }
47
47
  set markerOutlineMode(v) {
48
- this.i.w0 = ensureEnum(MarkerOutlineMode_$type, v);
48
+ this.i.w7 = 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.wz;
54
+ return this.i.w6;
55
55
  }
56
56
  set markerFillMode(v) {
57
- this.i.wz = ensureEnum(MarkerFillMode_$type, v);
57
+ this.i.w6 = 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.xh;
63
+ return this.i.xo;
64
64
  }
65
65
  set markerTemplate(v) {
66
- this.i.xh = v;
66
+ this.i.xo = 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.xv);
72
+ return brushToString(this.i.x2);
73
73
  }
74
74
  set markerBrush(v) {
75
- this.i.xv = stringToBrush(v);
75
+ this.i.x2 = 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.xw);
81
+ return brushToString(this.i.x3);
82
82
  }
83
83
  set markerOutline(v) {
84
- this.i.xw = stringToBrush(v);
84
+ this.i.x3 = 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.w3;
92
+ return this.i.xa;
93
93
  }
94
94
  set maximumMarkers(v) {
95
- this.i.w3 = +v;
95
+ this.i.xa = +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.xg;
101
+ return this.i.xn;
102
102
  }
103
103
  set actualMarkerTemplate(v) {
104
- this.i.xg = v;
104
+ this.i.xn = 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.xt);
110
+ return brushToString(this.i.x0);
111
111
  }
112
112
  set actualMarkerBrush(v) {
113
- this.i.xt = stringToBrush(v);
113
+ this.i.x0 = 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.xu);
119
+ return brushToString(this.i.x1);
120
120
  }
121
121
  set actualMarkerOutline(v) {
122
- this.i.xu = stringToBrush(v);
122
+ this.i.x1 = 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.fp;
32
+ return this.i.fr;
33
33
  }
34
34
  /**
35
35
  * Gets or sets the fill brush.
36
36
  */
37
37
  get shapeFill() {
38
- return this.i.x5 ? this.i.x5.fill : null;
38
+ return this.i.yl ? this.i.yl.fill : null;
39
39
  }
40
40
  set shapeFill(v) {
41
41
  this.ensureShapeStyle();
42
- this.i.x5.fill = v;
42
+ this.i.yl.fill = v;
43
43
  }
44
44
  /**
45
45
  * Gets or sets the stroke brush.
46
46
  */
47
47
  get shapeStroke() {
48
- return this.i.x5 ? this.i.x5.stroke : null;
48
+ return this.i.yl ? this.i.yl.stroke : null;
49
49
  }
50
50
  set shapeStroke(v) {
51
51
  this.ensureShapeStyle();
52
- this.i.x5.stroke = v;
52
+ this.i.yl.stroke = v;
53
53
  }
54
54
  /**
55
55
  * Gets or sets the stroke thickness.
56
56
  */
57
57
  get shapeStrokeThickness() {
58
- return this.i.x5 ? this.i.x5.strokeThickness : NaN;
58
+ return this.i.yl ? this.i.yl.strokeThickness : NaN;
59
59
  }
60
60
  set shapeStrokeThickness(v) {
61
61
  this.ensureShapeStyle();
62
- this.i.x5.strokeThickness = +v;
62
+ this.i.yl.strokeThickness = +v;
63
63
  }
64
64
  /**
65
65
  * Gets or sets the opacity.
66
66
  */
67
67
  get shapeOpacity() {
68
- return this.i.x5 ? this.i.x5.opacity : NaN;
68
+ return this.i.yl ? this.i.yl.opacity : NaN;
69
69
  }
70
70
  set shapeOpacity(v) {
71
71
  this.ensureShapeStyle();
72
- this.i.x5.opacity = +v;
72
+ this.i.yl.opacity = +v;
73
73
  }
74
74
  ensureShapeStyle() {
75
- if (this.i.x5) {
75
+ if (this.i.yl) {
76
76
  return;
77
77
  }
78
- this.i.x5 = new Style();
78
+ this.i.yl = new Style();
79
79
  }
80
80
  get styleShape() {
81
81
  if (this._styleShape == null) {
@@ -35,40 +35,40 @@ export let IgxGeographicProportionalSymbolSeriesComponent = /*@__PURE__*/ (() =>
35
35
  * Gets whether the series has only marker as visuals
36
36
  */
37
37
  get hasOnlyMarkers() {
38
- return this.i.eg;
38
+ return this.i.ei;
39
39
  }
40
40
  /**
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.yo;
44
+ return this.i.yv;
45
45
  }
46
46
  set latitudeMemberPath(v) {
47
- this.i.yo = v;
47
+ this.i.yv = 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.yq;
53
+ return this.i.yx;
54
54
  }
55
55
  set longitudeMemberPath(v) {
56
- this.i.yq = v;
56
+ this.i.yx = 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.yv;
62
+ return this.i.y2;
63
63
  }
64
64
  set radiusMemberPath(v) {
65
- this.i.yv = v;
65
+ this.i.y2 = 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.x2;
71
+ const r = this.i.x9;
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.x2 = null : this.i.x2 = v.i;
87
+ v == null ? this.i.x9 = null : this.i.x9 = 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.ym;
93
+ return this.i.yt;
94
94
  }
95
95
  set labelMemberPath(v) {
96
- this.i.ym = v;
96
+ this.i.yt = 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.ye;
102
+ return this.i.yl;
103
103
  }
104
104
  set fillMemberPath(v) {
105
- this.i.ye = v;
105
+ this.i.yl = 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.xz;
111
+ const r = this.i.x6;
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.xz = null : this.i.xz = v.i;
127
+ v == null ? this.i.x6 = null : this.i.x6 = 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.x6;
134
+ return this.i.yd;
135
135
  }
136
136
  set fillScaleUseGlobalValues(v) {
137
- this.i.x6 = ensureBool(v);
137
+ this.i.yd = 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.x9;
144
+ return this.i.yg;
145
145
  }
146
146
  set markerOutlineUsesFillScale(v) {
147
- this.i.x9 = ensureBool(v);
147
+ this.i.yg = 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.yc;
154
+ return this.i.yj;
155
155
  }
156
156
  set markerOutlineBrightness(v) {
157
- this.i.yc = +v;
157
+ this.i.yj = +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.yb;
164
+ return this.i.yi;
165
165
  }
166
166
  set markerBrushBrightness(v) {
167
- this.i.yb = +v;
167
+ this.i.yi = +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.ya;
174
+ return this.i.yh;
175
175
  }
176
176
  set radiusScaleUseGlobalValues(v) {
177
- this.i.ya = ensureBool(v);
177
+ this.i.yh = 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.x8;
183
+ return this.i.yf;
184
184
  }
185
185
  set isCustomScatterStyleAllowed(v) {
186
- this.i.x8 = ensureBool(v);
186
+ this.i.yf = 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.x7;
192
+ return this.i.ye;
193
193
  }
194
194
  set isCustomScatterMarkerStyleAllowed(v) {
195
- this.i.x7 = ensureBool(v);
195
+ this.i.ye = 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.x1;
201
+ return this.i.x8;
202
202
  }
203
203
  set itemSearchMode(v) {
204
- this.i.x1 = ensureEnum(ScatterItemSearchMode_$type, v);
204
+ this.i.x8 = 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.yd;
210
+ return this.i.yk;
211
211
  }
212
212
  set itemSearchThreshold(v) {
213
- this.i.yd = +v;
213
+ this.i.yk = +v;
214
214
  }
215
215
  findByName(name) {
216
216
  var baseResult = super.findByName(name);
@@ -29,22 +29,22 @@ export let IgxGeographicScatterAreaSeriesComponent = /*@__PURE__*/ (() => {
29
29
  * Gets whether the current series shows an area shape.
30
30
  */
31
31
  get isArea() {
32
- return this.i.es;
32
+ return this.i.eu;
33
33
  }
34
34
  /**
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.xp;
38
+ return this.i.xw;
39
39
  }
40
40
  set colorMemberPath(v) {
41
- this.i.xp = v;
41
+ this.i.xw = 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.xk;
47
+ const r = this.i.xr;
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.xk = null : this.i.xk = v.i;
63
+ v == null ? this.i.xr = null : this.i.xr = 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.xj;
69
+ const r = this.i.xq;
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.xj = null : this.i.xj = v.i;
85
+ v == null ? this.i.xq = null : this.i.xq = 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.xu();
116
+ this.i.x1();
117
117
  }
118
118
  /**
119
119
  * Raised when the status of an ongoing Triangulation has changed.
@@ -6,6 +6,7 @@ import { IgxAssigningShapeStyleEventArgs } from "igniteui-angular-charts";
6
6
  import { IgxAssigningShapeMarkerStyleEventArgs } from "igniteui-angular-charts";
7
7
  import { ShapeItemSearchMode_$type } from "igniteui-angular-charts";
8
8
  import { delegateCombine } from "igniteui-angular-core";
9
+ import { IgxBrushScaleComponent } from "igniteui-angular-charts";
9
10
  import * as i0 from "@angular/core";
10
11
  /**
11
12
  * Base class for series which render polygons on a map.
@@ -84,61 +85,102 @@ export let IgxGeographicShapeSeriesBaseComponent = /*@__PURE__*/ (() => {
84
85
  * 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
86
  */
86
87
  get shapeMemberPath() {
87
- return this.i.xk;
88
+ return this.i.xx;
88
89
  }
89
90
  set shapeMemberPath(v) {
90
- this.i.xk = v;
91
+ this.i.xx = v;
91
92
  }
92
93
  /**
93
94
  * Gets or sets whether this Shape series should allow custom style overrides of its individual visuals.
94
95
  */
95
96
  get isCustomShapeStyleAllowed() {
96
- return this.i.w9;
97
+ return this.i.xi;
97
98
  }
98
99
  set isCustomShapeStyleAllowed(v) {
99
- this.i.w9 = ensureBool(v);
100
+ this.i.xi = ensureBool(v);
100
101
  }
101
102
  /**
102
103
  * Gets or sets whether this Shape series should allow custom style overrides of its individual marker visuals.
103
104
  */
104
105
  get isCustomShapeMarkerStyleAllowed() {
105
- return this.i.w8;
106
+ return this.i.xh;
106
107
  }
107
108
  set isCustomShapeMarkerStyleAllowed(v) {
108
- this.i.w8 = ensureBool(v);
109
+ this.i.xh = ensureBool(v);
109
110
  }
110
111
  /**
111
112
  * Gets or sets the mode the series will use to find the closest point to the cursor.
112
113
  */
113
114
  get itemSearchMode() {
114
- return this.i.w1;
115
+ return this.i.w9;
115
116
  }
116
117
  set itemSearchMode(v) {
117
- this.i.w1 = ensureEnum(ShapeItemSearchMode_$type, v);
118
+ this.i.w9 = ensureEnum(ShapeItemSearchMode_$type, v);
118
119
  }
119
120
  /**
120
121
  * Gets or sets the threshold to use when searching for items using ItemSearchMode.
121
122
  */
122
123
  get itemSearchThreshold() {
123
- return this.i.xc;
124
+ return this.i.xl;
124
125
  }
125
126
  set itemSearchThreshold(v) {
126
- this.i.xc = +v;
127
+ this.i.xl = +v;
128
+ }
129
+ /**
130
+ * Gets or sets the fill mapping property for the current series object.
131
+ */
132
+ get fillMemberPath() {
133
+ return this.i.xm;
134
+ }
135
+ set fillMemberPath(v) {
136
+ this.i.xm = v;
137
+ }
138
+ /**
139
+ * Gets or sets the brush scale for the fill brush of markers.
140
+ */
141
+ get fillScale() {
142
+ const r = this.i.w8;
143
+ if (r == null) {
144
+ return null;
145
+ }
146
+ if (!r.externalObject) {
147
+ let e = IgxBrushScaleComponent._createFromInternal(r);
148
+ if (e) {
149
+ e._implementation = r;
150
+ }
151
+ r.externalObject = e;
152
+ }
153
+ return r.externalObject;
154
+ }
155
+ set fillScale(v) {
156
+ if (v != null && this._stylingContainer && v._styling)
157
+ v._styling(this._stylingContainer, this, this);
158
+ v == null ? this.i.w8 = null : this.i.w8 = v.i;
159
+ }
160
+ /**
161
+ * Gets or sets whether or not the FillScale uses global min/max values of FillMemberPath from multiple series.
162
+ * This setting applies only if multiple series are using the same FillScale.
163
+ */
164
+ get fillScaleUseGlobalValues() {
165
+ return this.i.xg;
166
+ }
167
+ set fillScaleUseGlobalValues(v) {
168
+ this.i.xg = ensureBool(v);
127
169
  }
128
170
  /**
129
171
  * Gets or sets the points threshold to use when searching for items using ItemSearchMode.
130
172
  */
131
173
  get itemSearchPointsThreshold() {
132
- return this.i.xb;
174
+ return this.i.xk;
133
175
  }
134
176
  set itemSearchPointsThreshold(v) {
135
- this.i.xb = +v;
177
+ this.i.xk = +v;
136
178
  }
137
179
  /**
138
180
  * Set a shapefile datasource to use with the series.
139
181
  */
140
182
  get shapefileDataSource() {
141
- const r = this.i.w4;
183
+ const r = this.i.xc;
142
184
  if (r == null) {
143
185
  return null;
144
186
  }
@@ -157,23 +199,26 @@ export let IgxGeographicShapeSeriesBaseComponent = /*@__PURE__*/ (() => {
157
199
  return r.externalObject;
158
200
  }
159
201
  set shapefileDataSource(v) {
160
- v == null ? this.i.w4 = null : this.i.w4 = v.i;
202
+ v == null ? this.i.xc = null : this.i.xc = v.i;
161
203
  }
162
204
  /**
163
205
  * 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
206
  * 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
207
  */
166
208
  get shapeFilterResolution() {
167
- return this.i.xa;
209
+ return this.i.xj;
168
210
  }
169
211
  set shapeFilterResolution(v) {
170
- this.i.xa = +v;
212
+ this.i.xj = +v;
171
213
  }
172
214
  findByName(name) {
173
215
  var baseResult = super.findByName(name);
174
216
  if (baseResult) {
175
217
  return baseResult;
176
218
  }
219
+ if (this.fillScale && this.fillScale.name && this.fillScale.name == name) {
220
+ return this.fillScale;
221
+ }
177
222
  if (this.shapefileDataSource && this.shapefileDataSource.name && this.shapefileDataSource.name == name) {
178
223
  return this.shapefileDataSource;
179
224
  }
@@ -221,7 +266,7 @@ export let IgxGeographicShapeSeriesBaseComponent = /*@__PURE__*/ (() => {
221
266
  }
222
267
  }
223
268
  IgxGeographicShapeSeriesBaseComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxGeographicShapeSeriesBaseComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
224
- IgxGeographicShapeSeriesBaseComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: IgxGeographicShapeSeriesBaseComponent, selector: "ng-component", inputs: { shapeDataSource: "shapeDataSource", databaseSource: "databaseSource", shapeMemberPath: "shapeMemberPath", isCustomShapeStyleAllowed: "isCustomShapeStyleAllowed", isCustomShapeMarkerStyleAllowed: "isCustomShapeMarkerStyleAllowed", itemSearchMode: "itemSearchMode", itemSearchThreshold: "itemSearchThreshold", itemSearchPointsThreshold: "itemSearchPointsThreshold", shapefileDataSource: "shapefileDataSource", shapeFilterResolution: "shapeFilterResolution" }, outputs: { assigningShapeStyle: "assigningShapeStyle", assigningShapeMarkerStyle: "assigningShapeMarkerStyle" }, usesInheritance: true, ngImport: i0, template: ``, isInline: true });
269
+ IgxGeographicShapeSeriesBaseComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: IgxGeographicShapeSeriesBaseComponent, selector: "ng-component", inputs: { shapeDataSource: "shapeDataSource", databaseSource: "databaseSource", shapeMemberPath: "shapeMemberPath", isCustomShapeStyleAllowed: "isCustomShapeStyleAllowed", isCustomShapeMarkerStyleAllowed: "isCustomShapeMarkerStyleAllowed", itemSearchMode: "itemSearchMode", itemSearchThreshold: "itemSearchThreshold", fillMemberPath: "fillMemberPath", fillScale: "fillScale", fillScaleUseGlobalValues: "fillScaleUseGlobalValues", itemSearchPointsThreshold: "itemSearchPointsThreshold", shapefileDataSource: "shapefileDataSource", shapeFilterResolution: "shapeFilterResolution" }, outputs: { assigningShapeStyle: "assigningShapeStyle", assigningShapeMarkerStyle: "assigningShapeMarkerStyle" }, usesInheritance: true, ngImport: i0, template: ``, isInline: true });
225
270
  return IgxGeographicShapeSeriesBaseComponent;
226
271
  })();
227
272
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxGeographicShapeSeriesBaseComponent, decorators: [{
@@ -243,6 +288,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
243
288
  type: Input
244
289
  }], itemSearchThreshold: [{
245
290
  type: Input
291
+ }], fillMemberPath: [{
292
+ type: Input
293
+ }], fillScale: [{
294
+ type: Input
295
+ }], fillScaleUseGlobalValues: [{
296
+ type: Input
246
297
  }], itemSearchPointsThreshold: [{
247
298
  type: Input
248
299
  }], shapefileDataSource: [{