igniteui-webcomponents-maps 6.0.1 → 6.0.2-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 (99) hide show
  1. package/bundles/igniteui-webcomponents-maps.umd.js +1770 -1483
  2. package/bundles/igniteui-webcomponents-maps.umd.min.js +1 -1
  3. package/esm2015/lib/AzureMapsImagery.js +7 -0
  4. package/esm2015/lib/AzureMapsImageryStyle.js +32 -0
  5. package/esm2015/lib/AzureMapsImageryView.js +7 -0
  6. package/esm2015/lib/AzureMapsImageryView_combined.js +119 -0
  7. package/esm2015/lib/GeographicContourLineSeriesView_combined.js +36 -36
  8. package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +75 -75
  9. package/esm2015/lib/GeographicMapSeriesHost_combined.js +187 -187
  10. package/esm2015/lib/GeographicMarkerSeries.js +28 -28
  11. package/esm2015/lib/GeographicPolylineSeriesView_combined.js +16 -16
  12. package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +88 -88
  13. package/esm2015/lib/GeographicShapeSeriesBase_combined.js +59 -59
  14. package/esm2015/lib/GeographicShapeSeriesView_combined.js +54 -54
  15. package/esm2015/lib/GeographicSymbolSeriesView_combined.js +55 -55
  16. package/esm2015/lib/GeographicTileSeries.js +27 -27
  17. package/esm2015/lib/SphericalMercatorHorizontalScaler.js +2 -2
  18. package/esm2015/lib/SphericalMercatorVerticalScaler.js +2 -2
  19. package/esm2015/lib/TileSeries_combined.js +86 -86
  20. package/esm2015/lib/XamGeographicMap_combined.js +472 -472
  21. package/esm2015/lib/igc-azure-maps-imagery-module.js +15 -0
  22. package/esm2015/lib/igc-azure-maps-imagery.js +81 -0
  23. package/esm2015/lib/igc-geographic-contour-line-series-component.js +8 -8
  24. package/esm2015/lib/igc-geographic-high-density-scatter-series-component.js +31 -31
  25. package/esm2015/lib/igc-geographic-map-component.js +50 -50
  26. package/esm2015/lib/igc-geographic-map-series-host-component.js +22 -22
  27. package/esm2015/lib/igc-geographic-marker-series-component.js +31 -31
  28. package/esm2015/lib/igc-geographic-polyline-series-component.js +12 -12
  29. package/esm2015/lib/igc-geographic-proportional-symbol-series-component.js +41 -41
  30. package/esm2015/lib/igc-geographic-scatter-area-series-component.js +7 -7
  31. package/esm2015/lib/igc-geographic-shape-series-base-component.js +29 -29
  32. package/esm2015/lib/igc-geographic-shape-series-component.js +43 -43
  33. package/esm2015/lib/igc-geographic-symbol-series-component.js +19 -19
  34. package/esm2015/lib/igc-geographic-tile-series-component.js +3 -3
  35. package/esm2015/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
  36. package/esm2015/lib/igc-tile-series-component.js +2 -2
  37. package/esm2015/public_api.js +5 -0
  38. package/esm5/lib/AzureMapsImagery.js +7 -0
  39. package/esm5/lib/AzureMapsImageryStyle.js +32 -0
  40. package/esm5/lib/AzureMapsImageryView.js +7 -0
  41. package/esm5/lib/AzureMapsImageryView_combined.js +122 -0
  42. package/esm5/lib/GeographicContourLineSeriesView_combined.js +36 -36
  43. package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +75 -75
  44. package/esm5/lib/GeographicMapSeriesHost_combined.js +185 -185
  45. package/esm5/lib/GeographicMarkerSeries.js +28 -28
  46. package/esm5/lib/GeographicPolylineSeriesView_combined.js +16 -16
  47. package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +88 -88
  48. package/esm5/lib/GeographicShapeSeriesBase_combined.js +58 -58
  49. package/esm5/lib/GeographicShapeSeriesView_combined.js +54 -54
  50. package/esm5/lib/GeographicSymbolSeriesView_combined.js +55 -55
  51. package/esm5/lib/GeographicTileSeries.js +26 -26
  52. package/esm5/lib/SphericalMercatorHorizontalScaler.js +2 -2
  53. package/esm5/lib/SphericalMercatorVerticalScaler.js +2 -2
  54. package/esm5/lib/TileSeries_combined.js +84 -84
  55. package/esm5/lib/XamGeographicMap_combined.js +465 -465
  56. package/esm5/lib/igc-azure-maps-imagery-module.js +19 -0
  57. package/esm5/lib/igc-azure-maps-imagery.js +113 -0
  58. package/esm5/lib/igc-geographic-contour-line-series-component.js +8 -8
  59. package/esm5/lib/igc-geographic-high-density-scatter-series-component.js +31 -31
  60. package/esm5/lib/igc-geographic-map-component.js +50 -50
  61. package/esm5/lib/igc-geographic-map-series-host-component.js +22 -22
  62. package/esm5/lib/igc-geographic-marker-series-component.js +31 -31
  63. package/esm5/lib/igc-geographic-polyline-series-component.js +12 -12
  64. package/esm5/lib/igc-geographic-proportional-symbol-series-component.js +41 -41
  65. package/esm5/lib/igc-geographic-scatter-area-series-component.js +7 -7
  66. package/esm5/lib/igc-geographic-shape-series-base-component.js +29 -29
  67. package/esm5/lib/igc-geographic-shape-series-component.js +43 -43
  68. package/esm5/lib/igc-geographic-symbol-series-component.js +19 -19
  69. package/esm5/lib/igc-geographic-tile-series-component.js +3 -3
  70. package/esm5/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
  71. package/esm5/lib/igc-tile-series-component.js +2 -2
  72. package/esm5/public_api.js +5 -0
  73. package/fesm2015/igniteui-webcomponents-maps.js +1748 -1500
  74. package/fesm5/igniteui-webcomponents-maps.js +1766 -1485
  75. package/lib/AzureMapsImagery.d.ts +1 -0
  76. package/lib/AzureMapsImageryStyle.d.ts +25 -0
  77. package/lib/AzureMapsImageryView.d.ts +1 -0
  78. package/lib/AzureMapsImageryView_combined.d.ts +39 -0
  79. package/lib/GeographicContourLineSeriesView_combined.d.ts +13 -13
  80. package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +22 -22
  81. package/lib/GeographicMapSeriesHost_combined.d.ts +43 -43
  82. package/lib/GeographicMarkerSeries.d.ts +17 -17
  83. package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
  84. package/lib/GeographicPolylineSeriesView_combined.d.ts +7 -7
  85. package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
  86. package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +25 -25
  87. package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
  88. package/lib/GeographicShapeSeriesBase_combined.d.ts +23 -23
  89. package/lib/GeographicShapeSeriesView_combined.d.ts +25 -25
  90. package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
  91. package/lib/GeographicSymbolSeriesView_combined.d.ts +18 -18
  92. package/lib/GeographicTileSeries.d.ts +9 -9
  93. package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
  94. package/lib/TileSeries_combined.d.ts +19 -19
  95. package/lib/XamGeographicMap_combined.d.ts +110 -110
  96. package/lib/igc-azure-maps-imagery-module.d.ts +3 -0
  97. package/lib/igc-azure-maps-imagery.d.ts +50 -0
  98. package/package.json +3 -3
  99. package/public_api.d.ts +5 -0
@@ -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.w7;
67
+ return this.i.xc;
68
68
  }
69
69
  set visibleFromScale(v) {
70
- this.i.w7 = +v;
71
- this._a("visibleFromScale", this.i.w7);
70
+ this.i.xc = +v;
71
+ this._a("visibleFromScale", this.i.xc);
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.qi();
89
+ this.i.qm();
90
90
  }
91
91
  getItemValue(item, memberPathName) {
92
- let iv = this.i.kr(item, memberPathName);
92
+ let iv = this.i.ku(item, memberPathName);
93
93
  return (iv);
94
94
  }
95
95
  /**
@@ -98,7 +98,7 @@ export let IgcGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
98
98
  * @param memberPathName * The property name of a valid member path for the series
99
99
  */
100
100
  getMemberPathValue(memberPathName) {
101
- let iv = this.i.mf(memberPathName);
101
+ let iv = this.i.mi(memberPathName);
102
102
  return (iv);
103
103
  }
104
104
  /**
@@ -107,23 +107,23 @@ export let IgcGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
107
107
  * @param world * The world coordinates to use.
108
108
  */
109
109
  getItem(world) {
110
- let iv = this.i.ko(toPoint(world));
110
+ let iv = this.i.kr(toPoint(world));
111
111
  return (iv);
112
112
  }
113
113
  getPreviousOrExactIndex(world, skipUnknowns) {
114
- let iv = this.i.kb(toPoint(world), skipUnknowns);
114
+ let iv = this.i.ke(toPoint(world), skipUnknowns);
115
115
  return (iv);
116
116
  }
117
117
  getNextOrExactIndex(world, skipUnknowns) {
118
- let iv = this.i.j9(toPoint(world), skipUnknowns);
118
+ let iv = this.i.kc(toPoint(world), skipUnknowns);
119
119
  return (iv);
120
120
  }
121
121
  getSeriesValue(world, useInterpolation, skipUnknowns) {
122
- let iv = this.i.i6(toPoint(world), useInterpolation, skipUnknowns);
122
+ let iv = this.i.i8(toPoint(world), useInterpolation, skipUnknowns);
123
123
  return (iv);
124
124
  }
125
125
  getSeriesValuePosition(world, useInterpolation, skipUnknowns) {
126
- let iv = this.i.wh(toPoint(world), useInterpolation, skipUnknowns);
126
+ let iv = this.i.wm(toPoint(world), useInterpolation, skipUnknowns);
127
127
  return fromPoint(iv);
128
128
  }
129
129
  /**
@@ -132,7 +132,7 @@ export let IgcGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
132
132
  * @param world * The world coordinate for which to get a value bounding box for
133
133
  */
134
134
  getSeriesValueBoundingBox(world) {
135
- let iv = this.i.ws(toPoint(world));
135
+ let iv = this.i.wx(toPoint(world));
136
136
  return fromRect(iv);
137
137
  }
138
138
  /**
@@ -141,31 +141,31 @@ export let IgcGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
141
141
  * @param world * The world coordinates for which to get a value marker bounding box for
142
142
  */
143
143
  getSeriesValueMarkerBoundingBox(world) {
144
- let iv = this.i.wu(toPoint(world));
144
+ let iv = this.i.wz(toPoint(world));
145
145
  return fromRect(iv);
146
146
  }
147
147
  getSeriesHighValue(world, useInterpolation, skipUnknowns) {
148
- let iv = this.i.i2(toPoint(world), useInterpolation, skipUnknowns);
148
+ let iv = this.i.i4(toPoint(world), useInterpolation, skipUnknowns);
149
149
  return (iv);
150
150
  }
151
151
  getSeriesHighValuePosition(world, useInterpolation, skipUnknowns) {
152
- let iv = this.i.wd(toPoint(world), useInterpolation, skipUnknowns);
152
+ let iv = this.i.wi(toPoint(world), useInterpolation, skipUnknowns);
153
153
  return fromPoint(iv);
154
154
  }
155
155
  getSeriesLowValue(world, useInterpolation, skipUnknowns) {
156
- let iv = this.i.i4(toPoint(world), useInterpolation, skipUnknowns);
156
+ let iv = this.i.i6(toPoint(world), useInterpolation, skipUnknowns);
157
157
  return (iv);
158
158
  }
159
159
  getSeriesLowValuePosition(world, useInterpolation, skipUnknowns) {
160
- let iv = this.i.wf(toPoint(world), useInterpolation, skipUnknowns);
160
+ let iv = this.i.wk(toPoint(world), useInterpolation, skipUnknowns);
161
161
  return fromPoint(iv);
162
162
  }
163
163
  getSeriesValuePositionFromSeriesPixel(mouse, useInterpolation, skipUnknowns) {
164
- let iv = this.i.wi(toPoint(mouse), useInterpolation, skipUnknowns);
164
+ let iv = this.i.wn(toPoint(mouse), useInterpolation, skipUnknowns);
165
165
  return fromPoint(iv);
166
166
  }
167
167
  getSeriesValueFromSeriesPixel(mouse, useInterpolation, skipUnknowns) {
168
- let iv = this.i.i7(toPoint(mouse), useInterpolation, skipUnknowns);
168
+ let iv = this.i.i9(toPoint(mouse), useInterpolation, skipUnknowns);
169
169
  return (iv);
170
170
  }
171
171
  /**
@@ -173,7 +173,7 @@ export let IgcGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
173
173
 
174
174
  */
175
175
  getItemSpan() {
176
- let iv = this.i.ix();
176
+ let iv = this.i.iy();
177
177
  return (iv);
178
178
  }
179
179
  /**
@@ -182,14 +182,14 @@ export let IgcGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
182
182
  * @param animate * True if the change should be animated.
183
183
  */
184
184
  renderSeries(animate) {
185
- this.i.ru(animate);
185
+ this.i.ry(animate);
186
186
  }
187
187
  /**
188
188
  * Called when this series' Style is updated.
189
189
 
190
190
  */
191
191
  styleUpdated() {
192
- this.i.sg();
192
+ this.i.sk();
193
193
  }
194
194
  }
195
195
  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.xf;
58
+ return this.i.xk;
59
59
  }
60
60
  set markerType(v) {
61
- this.i.xf = ensureEnum(MarkerType_$type, v);
62
- this._a("markerType", enumToString(MarkerType_$type, this.i.xf));
61
+ this.i.xk = ensureEnum(MarkerType_$type, v);
62
+ this._a("markerType", enumToString(MarkerType_$type, this.i.xk));
63
63
  }
64
64
  /**
65
65
  * Gets or sets thickness of the marker outline
66
66
  */
67
67
  get markerThickness() {
68
- return this.i.xg;
68
+ return this.i.xl;
69
69
  }
70
70
  set markerThickness(v) {
71
- this.i.xg = +v;
72
- this._a("markerThickness", this.i.xg);
71
+ this.i.xl = +v;
72
+ this._a("markerThickness", this.i.xl);
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.xe;
78
+ return this.i.xj;
79
79
  }
80
80
  set markerOutlineMode(v) {
81
- this.i.xe = ensureEnum(MarkerOutlineMode_$type, v);
82
- this._a("markerOutlineMode", enumToString(MarkerOutlineMode_$type, this.i.xe));
81
+ this.i.xj = ensureEnum(MarkerOutlineMode_$type, v);
82
+ this._a("markerOutlineMode", enumToString(MarkerOutlineMode_$type, this.i.xj));
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.xd;
88
+ return this.i.xi;
89
89
  }
90
90
  set markerFillMode(v) {
91
- this.i.xd = ensureEnum(MarkerFillMode_$type, v);
92
- this._a("markerFillMode", enumToString(MarkerFillMode_$type, this.i.xd));
91
+ this.i.xi = ensureEnum(MarkerFillMode_$type, v);
92
+ this._a("markerFillMode", enumToString(MarkerFillMode_$type, this.i.xi));
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.xv;
98
+ return this.i.x0;
99
99
  }
100
100
  set markerTemplate(v) {
101
- this.i.xv = v;
101
+ this.i.x0 = 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.x9);
107
+ return brushToString(this.i.ye);
108
108
  }
109
109
  set markerBrush(v) {
110
- this.i.x9 = stringToBrush(v);
111
- this._a("markerBrush", brushToString(this.i.x9));
110
+ this.i.ye = stringToBrush(v);
111
+ this._a("markerBrush", brushToString(this.i.ye));
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.ya);
117
+ return brushToString(this.i.yf);
118
118
  }
119
119
  set markerOutline(v) {
120
- this.i.ya = stringToBrush(v);
121
- this._a("markerOutline", brushToString(this.i.ya));
120
+ this.i.yf = stringToBrush(v);
121
+ this._a("markerOutline", brushToString(this.i.yf));
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.xh;
129
+ return this.i.xm;
130
130
  }
131
131
  set maximumMarkers(v) {
132
- this.i.xh = +v;
133
- this._a("maximumMarkers", this.i.xh);
132
+ this.i.xm = +v;
133
+ this._a("maximumMarkers", this.i.xm);
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.xu;
139
+ return this.i.xz;
140
140
  }
141
141
  set actualMarkerTemplate(v) {
142
- this.i.xu = v;
142
+ this.i.xz = 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.x7);
148
+ return brushToString(this.i.yc);
149
149
  }
150
150
  set actualMarkerBrush(v) {
151
- this.i.x7 = stringToBrush(v);
152
- this._a("actualMarkerBrush", brushToString(this.i.x7));
151
+ this.i.yc = stringToBrush(v);
152
+ this._a("actualMarkerBrush", brushToString(this.i.yc));
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.x8);
158
+ return brushToString(this.i.yd);
159
159
  }
160
160
  set actualMarkerOutline(v) {
161
- this.i.x8 = stringToBrush(v);
162
- this._a("actualMarkerOutline", brushToString(this.i.x8));
161
+ this.i.yd = stringToBrush(v);
162
+ this._a("actualMarkerOutline", brushToString(this.i.yd));
163
163
  }
164
164
  }
165
165
  IgcGeographicMarkerSeriesComponent._observedAttributesIgcGeographicMarkerSeriesComponent = null;
@@ -73,49 +73,49 @@ export let IgcGeographicPolylineSeriesComponent = /*@__PURE__*/ (() => {
73
73
  * Gets or sets the fill brush.
74
74
  */
75
75
  get shapeFill() {
76
- return this.i.ys ? this.i.ys.fill : null;
76
+ return this.i.yx ? this.i.yx.fill : null;
77
77
  }
78
78
  set shapeFill(v) {
79
79
  this.ensureShapeStyle();
80
- this.i.ys.fill = v;
80
+ this.i.yx.fill = v;
81
81
  }
82
82
  /**
83
83
  * Gets or sets the stroke brush.
84
84
  */
85
85
  get shapeStroke() {
86
- return this.i.ys ? this.i.ys.stroke : null;
86
+ return this.i.yx ? this.i.yx.stroke : null;
87
87
  }
88
88
  set shapeStroke(v) {
89
89
  this.ensureShapeStyle();
90
- this.i.ys.stroke = v;
90
+ this.i.yx.stroke = v;
91
91
  }
92
92
  /**
93
93
  * Gets or sets the stroke thickness.
94
94
  */
95
95
  get shapeStrokeThickness() {
96
- return this.i.ys ? this.i.ys.strokeThickness : NaN;
96
+ return this.i.yx ? this.i.yx.strokeThickness : NaN;
97
97
  }
98
98
  set shapeStrokeThickness(v) {
99
99
  this.ensureShapeStyle();
100
- this.i.ys.strokeThickness = +v;
101
- this._a("shapeStrokeThickness", this.i.ys.strokeThickness);
100
+ this.i.yx.strokeThickness = +v;
101
+ this._a("shapeStrokeThickness", this.i.yx.strokeThickness);
102
102
  }
103
103
  /**
104
104
  * Gets or sets the opacity.
105
105
  */
106
106
  get shapeOpacity() {
107
- return this.i.ys ? this.i.ys.opacity : NaN;
107
+ return this.i.yx ? this.i.yx.opacity : NaN;
108
108
  }
109
109
  set shapeOpacity(v) {
110
110
  this.ensureShapeStyle();
111
- this.i.ys.opacity = +v;
112
- this._a("shapeOpacity", this.i.ys.opacity);
111
+ this.i.yx.opacity = +v;
112
+ this._a("shapeOpacity", this.i.yx.opacity);
113
113
  }
114
114
  ensureShapeStyle() {
115
- if (this.i.ys) {
115
+ if (this.i.yx) {
116
116
  return;
117
117
  }
118
- this.i.ys = new Style();
118
+ this.i.yx = new Style();
119
119
  }
120
120
  get styleShape() {
121
121
  return this._styleShape;
@@ -79,34 +79,34 @@ export let IgcGeographicProportionalSymbolSeriesComponent = /*@__PURE__*/ (() =>
79
79
  * The name of the property of ItemsSource items which contains the latitude coordinate of the symbol.
80
80
  */
81
81
  get latitudeMemberPath() {
82
- return this.i.y2;
82
+ return this.i.y7;
83
83
  }
84
84
  set latitudeMemberPath(v) {
85
- this.i.y2 = v;
85
+ this.i.y7 = v;
86
86
  }
87
87
  /**
88
88
  * The name of the property of ItemsSource items which contains the longitude coordinate of the symbol.
89
89
  */
90
90
  get longitudeMemberPath() {
91
- return this.i.y4;
91
+ return this.i.y9;
92
92
  }
93
93
  set longitudeMemberPath(v) {
94
- this.i.y4 = v;
94
+ this.i.y9 = v;
95
95
  }
96
96
  /**
97
97
  * Gets or sets the radius mapping property for the current series object.
98
98
  */
99
99
  get radiusMemberPath() {
100
- return this.i.y9;
100
+ return this.i.ze;
101
101
  }
102
102
  set radiusMemberPath(v) {
103
- this.i.y9 = v;
103
+ this.i.ze = v;
104
104
  }
105
105
  /**
106
106
  * Gets or sets the radius size scale for the bubbles.
107
107
  */
108
108
  get radiusScale() {
109
- const r = this.i.yg;
109
+ const r = this.i.yl;
110
110
  if (r == null) {
111
111
  return null;
112
112
  }
@@ -122,31 +122,31 @@ export let IgcGeographicProportionalSymbolSeriesComponent = /*@__PURE__*/ (() =>
122
122
  set radiusScale(v) {
123
123
  if (v != null && this._stylingContainer && v._styling)
124
124
  v._styling(this._stylingContainer, this, this);
125
- v == null ? this.i.yg = null : this.i.yg = v.i;
125
+ v == null ? this.i.yl = null : this.i.yl = v.i;
126
126
  }
127
127
  /**
128
128
  * Gets or sets the Label mapping property for the current series object.
129
129
  */
130
130
  get labelMemberPath() {
131
- return this.i.y0;
131
+ return this.i.y5;
132
132
  }
133
133
  set labelMemberPath(v) {
134
- this.i.y0 = v;
134
+ this.i.y5 = v;
135
135
  }
136
136
  /**
137
137
  * Gets or sets the fill mapping property for the current series object.
138
138
  */
139
139
  get fillMemberPath() {
140
- return this.i.ys;
140
+ return this.i.yx;
141
141
  }
142
142
  set fillMemberPath(v) {
143
- this.i.ys = v;
143
+ this.i.yx = v;
144
144
  }
145
145
  /**
146
146
  * Gets or sets the brush scale for the marker brush.
147
147
  */
148
148
  get fillScale() {
149
- const r = this.i.yd;
149
+ const r = this.i.yi;
150
150
  if (r == null) {
151
151
  return null;
152
152
  }
@@ -162,102 +162,102 @@ export let IgcGeographicProportionalSymbolSeriesComponent = /*@__PURE__*/ (() =>
162
162
  set fillScale(v) {
163
163
  if (v != null && this._stylingContainer && v._styling)
164
164
  v._styling(this._stylingContainer, this, this);
165
- v == null ? this.i.yd = null : this.i.yd = v.i;
165
+ v == null ? this.i.yi = null : this.i.yi = v.i;
166
166
  }
167
167
  /**
168
168
  * Gets or sets the whether or not the FillScale uses global values of FillMemberPath of multiple series.
169
169
  * This setting applies only if multiple series are using the same FillScale.
170
170
  */
171
171
  get fillScaleUseGlobalValues() {
172
- return this.i.yk;
172
+ return this.i.yp;
173
173
  }
174
174
  set fillScaleUseGlobalValues(v) {
175
- this.i.yk = ensureBool(v);
176
- this._a("fillScaleUseGlobalValues", this.i.yk);
175
+ this.i.yp = ensureBool(v);
176
+ this._a("fillScaleUseGlobalValues", this.i.yp);
177
177
  }
178
178
  /**
179
179
  * Gets or sets whether or not the marker outline should use FillScale like the marker fill does.
180
180
  * This setting applies only if the current series has a FillScale set and it overrides MarkerOutline setting.
181
181
  */
182
182
  get markerOutlineUsesFillScale() {
183
- return this.i.yn;
183
+ return this.i.ys;
184
184
  }
185
185
  set markerOutlineUsesFillScale(v) {
186
- this.i.yn = ensureBool(v);
187
- this._a("markerOutlineUsesFillScale", this.i.yn);
186
+ this.i.ys = ensureBool(v);
187
+ this._a("markerOutlineUsesFillScale", this.i.ys);
188
188
  }
189
189
  /**
190
190
  * 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
191
191
  * Note you can use any values between minimum value of -1 (darkest outline) and maximum value of 1 (brightest outline)
192
192
  */
193
193
  get markerOutlineBrightness() {
194
- return this.i.yq;
194
+ return this.i.yv;
195
195
  }
196
196
  set markerOutlineBrightness(v) {
197
- this.i.yq = +v;
198
- this._a("markerOutlineBrightness", this.i.yq);
197
+ this.i.yv = +v;
198
+ this._a("markerOutlineBrightness", this.i.yv);
199
199
  }
200
200
  /**
201
201
  * 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
202
202
  * Note you can use any values between minimum value of -1 (darkest fill) and maximum value of 1 (brightest fill)
203
203
  */
204
204
  get markerBrushBrightness() {
205
- return this.i.yp;
205
+ return this.i.yu;
206
206
  }
207
207
  set markerBrushBrightness(v) {
208
- this.i.yp = +v;
209
- this._a("markerBrushBrightness", this.i.yp);
208
+ this.i.yu = +v;
209
+ this._a("markerBrushBrightness", this.i.yu);
210
210
  }
211
211
  /**
212
212
  * Gets or sets the whether or not the RadiusScale uses global values of RadiusMemberPath of multiple series.
213
213
  * This setting applies only if multiple series are using the same RadiusScale.
214
214
  */
215
215
  get radiusScaleUseGlobalValues() {
216
- return this.i.yo;
216
+ return this.i.yt;
217
217
  }
218
218
  set radiusScaleUseGlobalValues(v) {
219
- this.i.yo = ensureBool(v);
220
- this._a("radiusScaleUseGlobalValues", this.i.yo);
219
+ this.i.yt = ensureBool(v);
220
+ this._a("radiusScaleUseGlobalValues", this.i.yt);
221
221
  }
222
222
  /**
223
223
  * Gets or sets whether this Scatter series should allow custom style overrides of its individual visuals.
224
224
  */
225
225
  get isCustomScatterStyleAllowed() {
226
- return this.i.ym;
226
+ return this.i.yr;
227
227
  }
228
228
  set isCustomScatterStyleAllowed(v) {
229
- this.i.ym = ensureBool(v);
230
- this._a("isCustomScatterStyleAllowed", this.i.ym);
229
+ this.i.yr = ensureBool(v);
230
+ this._a("isCustomScatterStyleAllowed", this.i.yr);
231
231
  }
232
232
  /**
233
233
  * Gets or sets whether this Scatter series should allow custom style overrides of its individual marker visuals.
234
234
  */
235
235
  get isCustomScatterMarkerStyleAllowed() {
236
- return this.i.yl;
236
+ return this.i.yq;
237
237
  }
238
238
  set isCustomScatterMarkerStyleAllowed(v) {
239
- this.i.yl = ensureBool(v);
240
- this._a("isCustomScatterMarkerStyleAllowed", this.i.yl);
239
+ this.i.yq = ensureBool(v);
240
+ this._a("isCustomScatterMarkerStyleAllowed", this.i.yq);
241
241
  }
242
242
  /**
243
243
  * Gets or sets the mode the series will use to find the closest point to the cursor.
244
244
  */
245
245
  get itemSearchMode() {
246
- return this.i.yf;
246
+ return this.i.yk;
247
247
  }
248
248
  set itemSearchMode(v) {
249
- this.i.yf = ensureEnum(ScatterItemSearchMode_$type, v);
250
- this._a("itemSearchMode", enumToString(ScatterItemSearchMode_$type, this.i.yf));
249
+ this.i.yk = ensureEnum(ScatterItemSearchMode_$type, v);
250
+ this._a("itemSearchMode", enumToString(ScatterItemSearchMode_$type, this.i.yk));
251
251
  }
252
252
  /**
253
253
  * Gets or sets the threshold to use when searching for items using ItemSearchMode.
254
254
  */
255
255
  get itemSearchThreshold() {
256
- return this.i.yr;
256
+ return this.i.yw;
257
257
  }
258
258
  set itemSearchThreshold(v) {
259
- this.i.yr = +v;
260
- this._a("itemSearchThreshold", this.i.yr);
259
+ this.i.yw = +v;
260
+ this._a("itemSearchThreshold", this.i.yw);
261
261
  }
262
262
  findByName(name) {
263
263
  var baseResult = super.findByName(name);
@@ -73,16 +73,16 @@ export let IgcGeographicScatterAreaSeriesComponent = /*@__PURE__*/ (() => {
73
73
  * The name of the property on each data item containing a numeric value which can be converted to a color by the ColorScale.
74
74
  */
75
75
  get colorMemberPath() {
76
- return this.i.x3;
76
+ return this.i.x8;
77
77
  }
78
78
  set colorMemberPath(v) {
79
- this.i.x3 = v;
79
+ this.i.x8 = v;
80
80
  }
81
81
  /**
82
82
  * The ColorScale used to resolve the color values of points in the series.
83
83
  */
84
84
  get colorScale() {
85
- const r = this.i.xy;
85
+ const r = this.i.x3;
86
86
  if (r == null) {
87
87
  return null;
88
88
  }
@@ -98,13 +98,13 @@ export let IgcGeographicScatterAreaSeriesComponent = /*@__PURE__*/ (() => {
98
98
  set colorScale(v) {
99
99
  if (v != null && this._stylingContainer && v._styling)
100
100
  v._styling(this._stylingContainer, this, this);
101
- v == null ? this.i.xy = null : this.i.xy = v.i;
101
+ v == null ? this.i.x3 = null : this.i.x3 = v.i;
102
102
  }
103
103
  /**
104
104
  * Gets actual color scale that is set on ColorScale property or default ColorScale
105
105
  */
106
106
  get actualColorScale() {
107
- const r = this.i.xx;
107
+ const r = this.i.x2;
108
108
  if (r == null) {
109
109
  return null;
110
110
  }
@@ -120,7 +120,7 @@ export let IgcGeographicScatterAreaSeriesComponent = /*@__PURE__*/ (() => {
120
120
  set actualColorScale(v) {
121
121
  if (v != null && this._stylingContainer && v._styling)
122
122
  v._styling(this._stylingContainer, this, this);
123
- v == null ? this.i.xx = null : this.i.xx = v.i;
123
+ v == null ? this.i.x2 = null : this.i.x2 = v.i;
124
124
  }
125
125
  findByName(name) {
126
126
  var baseResult = super.findByName(name);
@@ -151,7 +151,7 @@ export let IgcGeographicScatterAreaSeriesComponent = /*@__PURE__*/ (() => {
151
151
 
152
152
  */
153
153
  updateActualColorScale() {
154
- this.i.x8();
154
+ this.i.yd();
155
155
  }
156
156
  /**
157
157
  * Raised when the status of an ongoing Triangulation has changed.