igniteui-webcomponents-maps 6.0.1-beta.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
@@ -82,11 +82,11 @@ var IgcGeographicMapSeriesHostComponent = /** @class */ /*@__PURE__*/ (function
82
82
  * 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%.
83
83
  */
84
84
  get: function () {
85
- return this.i.w7;
85
+ return this.i.xc;
86
86
  },
87
87
  set: function (v) {
88
- this.i.w7 = +v;
89
- this._a("visibleFromScale", this.i.w7);
88
+ this.i.xc = +v;
89
+ this._a("visibleFromScale", this.i.xc);
90
90
  },
91
91
  enumerable: false,
92
92
  configurable: true
@@ -111,10 +111,10 @@ var IgcGeographicMapSeriesHostComponent = /** @class */ /*@__PURE__*/ (function
111
111
 
112
112
  */
113
113
  IgcGeographicMapSeriesHostComponent.prototype.notifyIndexedPropertiesChanged = function () {
114
- this.i.qi();
114
+ this.i.qm();
115
115
  };
116
116
  IgcGeographicMapSeriesHostComponent.prototype.getItemValue = function (item, memberPathName) {
117
- var iv = this.i.kr(item, memberPathName);
117
+ var iv = this.i.ku(item, memberPathName);
118
118
  return (iv);
119
119
  };
120
120
  /**
@@ -123,7 +123,7 @@ var IgcGeographicMapSeriesHostComponent = /** @class */ /*@__PURE__*/ (function
123
123
  * @param memberPathName * The property name of a valid member path for the series
124
124
  */
125
125
  IgcGeographicMapSeriesHostComponent.prototype.getMemberPathValue = function (memberPathName) {
126
- var iv = this.i.mf(memberPathName);
126
+ var iv = this.i.mi(memberPathName);
127
127
  return (iv);
128
128
  };
129
129
  /**
@@ -132,23 +132,23 @@ var IgcGeographicMapSeriesHostComponent = /** @class */ /*@__PURE__*/ (function
132
132
  * @param world * The world coordinates to use.
133
133
  */
134
134
  IgcGeographicMapSeriesHostComponent.prototype.getItem = function (world) {
135
- var iv = this.i.ko(toPoint(world));
135
+ var iv = this.i.kr(toPoint(world));
136
136
  return (iv);
137
137
  };
138
138
  IgcGeographicMapSeriesHostComponent.prototype.getPreviousOrExactIndex = function (world, skipUnknowns) {
139
- var iv = this.i.kb(toPoint(world), skipUnknowns);
139
+ var iv = this.i.ke(toPoint(world), skipUnknowns);
140
140
  return (iv);
141
141
  };
142
142
  IgcGeographicMapSeriesHostComponent.prototype.getNextOrExactIndex = function (world, skipUnknowns) {
143
- var iv = this.i.j9(toPoint(world), skipUnknowns);
143
+ var iv = this.i.kc(toPoint(world), skipUnknowns);
144
144
  return (iv);
145
145
  };
146
146
  IgcGeographicMapSeriesHostComponent.prototype.getSeriesValue = function (world, useInterpolation, skipUnknowns) {
147
- var iv = this.i.i6(toPoint(world), useInterpolation, skipUnknowns);
147
+ var iv = this.i.i8(toPoint(world), useInterpolation, skipUnknowns);
148
148
  return (iv);
149
149
  };
150
150
  IgcGeographicMapSeriesHostComponent.prototype.getSeriesValuePosition = function (world, useInterpolation, skipUnknowns) {
151
- var iv = this.i.wh(toPoint(world), useInterpolation, skipUnknowns);
151
+ var iv = this.i.wm(toPoint(world), useInterpolation, skipUnknowns);
152
152
  return fromPoint(iv);
153
153
  };
154
154
  /**
@@ -157,7 +157,7 @@ var IgcGeographicMapSeriesHostComponent = /** @class */ /*@__PURE__*/ (function
157
157
  * @param world * The world coordinate for which to get a value bounding box for
158
158
  */
159
159
  IgcGeographicMapSeriesHostComponent.prototype.getSeriesValueBoundingBox = function (world) {
160
- var iv = this.i.ws(toPoint(world));
160
+ var iv = this.i.wx(toPoint(world));
161
161
  return fromRect(iv);
162
162
  };
163
163
  /**
@@ -166,31 +166,31 @@ var IgcGeographicMapSeriesHostComponent = /** @class */ /*@__PURE__*/ (function
166
166
  * @param world * The world coordinates for which to get a value marker bounding box for
167
167
  */
168
168
  IgcGeographicMapSeriesHostComponent.prototype.getSeriesValueMarkerBoundingBox = function (world) {
169
- var iv = this.i.wu(toPoint(world));
169
+ var iv = this.i.wz(toPoint(world));
170
170
  return fromRect(iv);
171
171
  };
172
172
  IgcGeographicMapSeriesHostComponent.prototype.getSeriesHighValue = function (world, useInterpolation, skipUnknowns) {
173
- var iv = this.i.i2(toPoint(world), useInterpolation, skipUnknowns);
173
+ var iv = this.i.i4(toPoint(world), useInterpolation, skipUnknowns);
174
174
  return (iv);
175
175
  };
176
176
  IgcGeographicMapSeriesHostComponent.prototype.getSeriesHighValuePosition = function (world, useInterpolation, skipUnknowns) {
177
- var iv = this.i.wd(toPoint(world), useInterpolation, skipUnknowns);
177
+ var iv = this.i.wi(toPoint(world), useInterpolation, skipUnknowns);
178
178
  return fromPoint(iv);
179
179
  };
180
180
  IgcGeographicMapSeriesHostComponent.prototype.getSeriesLowValue = function (world, useInterpolation, skipUnknowns) {
181
- var iv = this.i.i4(toPoint(world), useInterpolation, skipUnknowns);
181
+ var iv = this.i.i6(toPoint(world), useInterpolation, skipUnknowns);
182
182
  return (iv);
183
183
  };
184
184
  IgcGeographicMapSeriesHostComponent.prototype.getSeriesLowValuePosition = function (world, useInterpolation, skipUnknowns) {
185
- var iv = this.i.wf(toPoint(world), useInterpolation, skipUnknowns);
185
+ var iv = this.i.wk(toPoint(world), useInterpolation, skipUnknowns);
186
186
  return fromPoint(iv);
187
187
  };
188
188
  IgcGeographicMapSeriesHostComponent.prototype.getSeriesValuePositionFromSeriesPixel = function (mouse, useInterpolation, skipUnknowns) {
189
- var iv = this.i.wi(toPoint(mouse), useInterpolation, skipUnknowns);
189
+ var iv = this.i.wn(toPoint(mouse), useInterpolation, skipUnknowns);
190
190
  return fromPoint(iv);
191
191
  };
192
192
  IgcGeographicMapSeriesHostComponent.prototype.getSeriesValueFromSeriesPixel = function (mouse, useInterpolation, skipUnknowns) {
193
- var iv = this.i.i7(toPoint(mouse), useInterpolation, skipUnknowns);
193
+ var iv = this.i.i9(toPoint(mouse), useInterpolation, skipUnknowns);
194
194
  return (iv);
195
195
  };
196
196
  /**
@@ -198,7 +198,7 @@ var IgcGeographicMapSeriesHostComponent = /** @class */ /*@__PURE__*/ (function
198
198
 
199
199
  */
200
200
  IgcGeographicMapSeriesHostComponent.prototype.getItemSpan = function () {
201
- var iv = this.i.ix();
201
+ var iv = this.i.iy();
202
202
  return (iv);
203
203
  };
204
204
  /**
@@ -207,14 +207,14 @@ var IgcGeographicMapSeriesHostComponent = /** @class */ /*@__PURE__*/ (function
207
207
  * @param animate * True if the change should be animated.
208
208
  */
209
209
  IgcGeographicMapSeriesHostComponent.prototype.renderSeries = function (animate) {
210
- this.i.ru(animate);
210
+ this.i.ry(animate);
211
211
  };
212
212
  /**
213
213
  * Called when this series' Style is updated.
214
214
 
215
215
  */
216
216
  IgcGeographicMapSeriesHostComponent.prototype.styleUpdated = function () {
217
- this.i.sg();
217
+ this.i.sk();
218
218
  };
219
219
  IgcGeographicMapSeriesHostComponent._observedAttributesIgcGeographicMapSeriesHostComponent = null;
220
220
  return IgcGeographicMapSeriesHostComponent;
@@ -65,11 +65,11 @@ var IgcGeographicMarkerSeriesComponent = /** @class */ /*@__PURE__*/ (function (
65
65
  * If the MarkerTemplate property is set, the setting of the MarkerType property will be ignored.
66
66
  */
67
67
  get: function () {
68
- return this.i.xf;
68
+ return this.i.xk;
69
69
  },
70
70
  set: function (v) {
71
- this.i.xf = ensureEnum(MarkerType_$type, v);
72
- this._a("markerType", enumToString(MarkerType_$type, this.i.xf));
71
+ this.i.xk = ensureEnum(MarkerType_$type, v);
72
+ this._a("markerType", enumToString(MarkerType_$type, this.i.xk));
73
73
  },
74
74
  enumerable: false,
75
75
  configurable: true
@@ -79,11 +79,11 @@ var IgcGeographicMarkerSeriesComponent = /** @class */ /*@__PURE__*/ (function (
79
79
  * Gets or sets thickness of the marker outline
80
80
  */
81
81
  get: function () {
82
- return this.i.xg;
82
+ return this.i.xl;
83
83
  },
84
84
  set: function (v) {
85
- this.i.xg = +v;
86
- this._a("markerThickness", this.i.xg);
85
+ this.i.xl = +v;
86
+ this._a("markerThickness", this.i.xl);
87
87
  },
88
88
  enumerable: false,
89
89
  configurable: true
@@ -93,11 +93,11 @@ var IgcGeographicMarkerSeriesComponent = /** @class */ /*@__PURE__*/ (function (
93
93
  * Gets or sets whether the marker outline is based on the marker brush of the series rather than the marker outlines collection.
94
94
  */
95
95
  get: function () {
96
- return this.i.xe;
96
+ return this.i.xj;
97
97
  },
98
98
  set: function (v) {
99
- this.i.xe = ensureEnum(MarkerOutlineMode_$type, v);
100
- this._a("markerOutlineMode", enumToString(MarkerOutlineMode_$type, this.i.xe));
99
+ this.i.xj = ensureEnum(MarkerOutlineMode_$type, v);
100
+ this._a("markerOutlineMode", enumToString(MarkerOutlineMode_$type, this.i.xj));
101
101
  },
102
102
  enumerable: false,
103
103
  configurable: true
@@ -107,11 +107,11 @@ var IgcGeographicMarkerSeriesComponent = /** @class */ /*@__PURE__*/ (function (
107
107
  * Gets or sets whether the marker fill is based on the marker outline of the series rather than the marker brushes collection.
108
108
  */
109
109
  get: function () {
110
- return this.i.xd;
110
+ return this.i.xi;
111
111
  },
112
112
  set: function (v) {
113
- this.i.xd = ensureEnum(MarkerFillMode_$type, v);
114
- this._a("markerFillMode", enumToString(MarkerFillMode_$type, this.i.xd));
113
+ this.i.xi = ensureEnum(MarkerFillMode_$type, v);
114
+ this._a("markerFillMode", enumToString(MarkerFillMode_$type, this.i.xi));
115
115
  },
116
116
  enumerable: false,
117
117
  configurable: true
@@ -121,10 +121,10 @@ var IgcGeographicMarkerSeriesComponent = /** @class */ /*@__PURE__*/ (function (
121
121
  * Gets or sets the MarkerTemplate for the current series object.
122
122
  */
123
123
  get: function () {
124
- return this.i.xv;
124
+ return this.i.x0;
125
125
  },
126
126
  set: function (v) {
127
- this.i.xv = v;
127
+ this.i.x0 = v;
128
128
  },
129
129
  enumerable: false,
130
130
  configurable: true
@@ -134,11 +134,11 @@ var IgcGeographicMarkerSeriesComponent = /** @class */ /*@__PURE__*/ (function (
134
134
  * Gets or sets the brush that specifies how the current series object's marker interiors are painted.
135
135
  */
136
136
  get: function () {
137
- return brushToString(this.i.x9);
137
+ return brushToString(this.i.ye);
138
138
  },
139
139
  set: function (v) {
140
- this.i.x9 = stringToBrush(v);
141
- this._a("markerBrush", brushToString(this.i.x9));
140
+ this.i.ye = stringToBrush(v);
141
+ this._a("markerBrush", brushToString(this.i.ye));
142
142
  },
143
143
  enumerable: false,
144
144
  configurable: true
@@ -148,11 +148,11 @@ var IgcGeographicMarkerSeriesComponent = /** @class */ /*@__PURE__*/ (function (
148
148
  * Gets or sets the brush that specifies how the current series object's marker outlines are painted.
149
149
  */
150
150
  get: function () {
151
- return brushToString(this.i.ya);
151
+ return brushToString(this.i.yf);
152
152
  },
153
153
  set: function (v) {
154
- this.i.ya = stringToBrush(v);
155
- this._a("markerOutline", brushToString(this.i.ya));
154
+ this.i.yf = stringToBrush(v);
155
+ this._a("markerOutline", brushToString(this.i.yf));
156
156
  },
157
157
  enumerable: false,
158
158
  configurable: true
@@ -164,11 +164,11 @@ var IgcGeographicMarkerSeriesComponent = /** @class */ /*@__PURE__*/ (function (
164
164
  * choose a representative set.
165
165
  */
166
166
  get: function () {
167
- return this.i.xh;
167
+ return this.i.xm;
168
168
  },
169
169
  set: function (v) {
170
- this.i.xh = +v;
171
- this._a("maximumMarkers", this.i.xh);
170
+ this.i.xm = +v;
171
+ this._a("maximumMarkers", this.i.xm);
172
172
  },
173
173
  enumerable: false,
174
174
  configurable: true
@@ -178,10 +178,10 @@ var IgcGeographicMarkerSeriesComponent = /** @class */ /*@__PURE__*/ (function (
178
178
  * Gets the effective marker template for the current series object.
179
179
  */
180
180
  get: function () {
181
- return this.i.xu;
181
+ return this.i.xz;
182
182
  },
183
183
  set: function (v) {
184
- this.i.xu = v;
184
+ this.i.xz = v;
185
185
  },
186
186
  enumerable: false,
187
187
  configurable: true
@@ -191,11 +191,11 @@ var IgcGeographicMarkerSeriesComponent = /** @class */ /*@__PURE__*/ (function (
191
191
  * Gets the effective marker brush for the current series object.
192
192
  */
193
193
  get: function () {
194
- return brushToString(this.i.x7);
194
+ return brushToString(this.i.yc);
195
195
  },
196
196
  set: function (v) {
197
- this.i.x7 = stringToBrush(v);
198
- this._a("actualMarkerBrush", brushToString(this.i.x7));
197
+ this.i.yc = stringToBrush(v);
198
+ this._a("actualMarkerBrush", brushToString(this.i.yc));
199
199
  },
200
200
  enumerable: false,
201
201
  configurable: true
@@ -205,11 +205,11 @@ var IgcGeographicMarkerSeriesComponent = /** @class */ /*@__PURE__*/ (function (
205
205
  * Gets the effective marker outline for the current series object.
206
206
  */
207
207
  get: function () {
208
- return brushToString(this.i.x8);
208
+ return brushToString(this.i.yd);
209
209
  },
210
210
  set: function (v) {
211
- this.i.x8 = stringToBrush(v);
212
- this._a("actualMarkerOutline", brushToString(this.i.x8));
211
+ this.i.yd = stringToBrush(v);
212
+ this._a("actualMarkerOutline", brushToString(this.i.yd));
213
213
  },
214
214
  enumerable: false,
215
215
  configurable: true
@@ -88,11 +88,11 @@ var IgcGeographicPolylineSeriesComponent = /** @class */ /*@__PURE__*/ (function
88
88
  * Gets or sets the fill brush.
89
89
  */
90
90
  get: function () {
91
- return this.i.ys ? this.i.ys.fill : null;
91
+ return this.i.yx ? this.i.yx.fill : null;
92
92
  },
93
93
  set: function (v) {
94
94
  this.ensureShapeStyle();
95
- this.i.ys.fill = v;
95
+ this.i.yx.fill = v;
96
96
  },
97
97
  enumerable: false,
98
98
  configurable: true
@@ -102,11 +102,11 @@ var IgcGeographicPolylineSeriesComponent = /** @class */ /*@__PURE__*/ (function
102
102
  * Gets or sets the stroke brush.
103
103
  */
104
104
  get: function () {
105
- return this.i.ys ? this.i.ys.stroke : null;
105
+ return this.i.yx ? this.i.yx.stroke : null;
106
106
  },
107
107
  set: function (v) {
108
108
  this.ensureShapeStyle();
109
- this.i.ys.stroke = v;
109
+ this.i.yx.stroke = v;
110
110
  },
111
111
  enumerable: false,
112
112
  configurable: true
@@ -116,12 +116,12 @@ var IgcGeographicPolylineSeriesComponent = /** @class */ /*@__PURE__*/ (function
116
116
  * Gets or sets the stroke thickness.
117
117
  */
118
118
  get: function () {
119
- return this.i.ys ? this.i.ys.strokeThickness : NaN;
119
+ return this.i.yx ? this.i.yx.strokeThickness : NaN;
120
120
  },
121
121
  set: function (v) {
122
122
  this.ensureShapeStyle();
123
- this.i.ys.strokeThickness = +v;
124
- this._a("shapeStrokeThickness", this.i.ys.strokeThickness);
123
+ this.i.yx.strokeThickness = +v;
124
+ this._a("shapeStrokeThickness", this.i.yx.strokeThickness);
125
125
  },
126
126
  enumerable: false,
127
127
  configurable: true
@@ -131,21 +131,21 @@ var IgcGeographicPolylineSeriesComponent = /** @class */ /*@__PURE__*/ (function
131
131
  * Gets or sets the opacity.
132
132
  */
133
133
  get: function () {
134
- return this.i.ys ? this.i.ys.opacity : NaN;
134
+ return this.i.yx ? this.i.yx.opacity : NaN;
135
135
  },
136
136
  set: function (v) {
137
137
  this.ensureShapeStyle();
138
- this.i.ys.opacity = +v;
139
- this._a("shapeOpacity", this.i.ys.opacity);
138
+ this.i.yx.opacity = +v;
139
+ this._a("shapeOpacity", this.i.yx.opacity);
140
140
  },
141
141
  enumerable: false,
142
142
  configurable: true
143
143
  });
144
144
  IgcGeographicPolylineSeriesComponent.prototype.ensureShapeStyle = function () {
145
- if (this.i.ys) {
145
+ if (this.i.yx) {
146
146
  return;
147
147
  }
148
- this.i.ys = new Style();
148
+ this.i.yx = new Style();
149
149
  };
150
150
  Object.defineProperty(IgcGeographicPolylineSeriesComponent.prototype, "styleShape", {
151
151
  get: function () {
@@ -94,10 +94,10 @@ var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
94
94
  * The name of the property of ItemsSource items which contains the latitude coordinate of the symbol.
95
95
  */
96
96
  get: function () {
97
- return this.i.y2;
97
+ return this.i.y7;
98
98
  },
99
99
  set: function (v) {
100
- this.i.y2 = v;
100
+ this.i.y7 = v;
101
101
  },
102
102
  enumerable: false,
103
103
  configurable: true
@@ -107,10 +107,10 @@ var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
107
107
  * The name of the property of ItemsSource items which contains the longitude coordinate of the symbol.
108
108
  */
109
109
  get: function () {
110
- return this.i.y4;
110
+ return this.i.y9;
111
111
  },
112
112
  set: function (v) {
113
- this.i.y4 = v;
113
+ this.i.y9 = v;
114
114
  },
115
115
  enumerable: false,
116
116
  configurable: true
@@ -120,10 +120,10 @@ var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
120
120
  * Gets or sets the radius mapping property for the current series object.
121
121
  */
122
122
  get: function () {
123
- return this.i.y9;
123
+ return this.i.ze;
124
124
  },
125
125
  set: function (v) {
126
- this.i.y9 = v;
126
+ this.i.ze = v;
127
127
  },
128
128
  enumerable: false,
129
129
  configurable: true
@@ -133,7 +133,7 @@ var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
133
133
  * Gets or sets the radius size scale for the bubbles.
134
134
  */
135
135
  get: function () {
136
- var r = this.i.yg;
136
+ var r = this.i.yl;
137
137
  if (r == null) {
138
138
  return null;
139
139
  }
@@ -149,7 +149,7 @@ var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
149
149
  set: function (v) {
150
150
  if (v != null && this._stylingContainer && v._styling)
151
151
  v._styling(this._stylingContainer, this, this);
152
- v == null ? this.i.yg = null : this.i.yg = v.i;
152
+ v == null ? this.i.yl = null : this.i.yl = v.i;
153
153
  },
154
154
  enumerable: false,
155
155
  configurable: true
@@ -159,10 +159,10 @@ var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
159
159
  * Gets or sets the Label mapping property for the current series object.
160
160
  */
161
161
  get: function () {
162
- return this.i.y0;
162
+ return this.i.y5;
163
163
  },
164
164
  set: function (v) {
165
- this.i.y0 = v;
165
+ this.i.y5 = v;
166
166
  },
167
167
  enumerable: false,
168
168
  configurable: true
@@ -172,10 +172,10 @@ var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
172
172
  * Gets or sets the fill mapping property for the current series object.
173
173
  */
174
174
  get: function () {
175
- return this.i.ys;
175
+ return this.i.yx;
176
176
  },
177
177
  set: function (v) {
178
- this.i.ys = v;
178
+ this.i.yx = v;
179
179
  },
180
180
  enumerable: false,
181
181
  configurable: true
@@ -185,7 +185,7 @@ var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
185
185
  * Gets or sets the brush scale for the marker brush.
186
186
  */
187
187
  get: function () {
188
- var r = this.i.yd;
188
+ var r = this.i.yi;
189
189
  if (r == null) {
190
190
  return null;
191
191
  }
@@ -201,7 +201,7 @@ var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
201
201
  set: function (v) {
202
202
  if (v != null && this._stylingContainer && v._styling)
203
203
  v._styling(this._stylingContainer, this, this);
204
- v == null ? this.i.yd = null : this.i.yd = v.i;
204
+ v == null ? this.i.yi = null : this.i.yi = v.i;
205
205
  },
206
206
  enumerable: false,
207
207
  configurable: true
@@ -212,11 +212,11 @@ var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
212
212
  * This setting applies only if multiple series are using the same FillScale.
213
213
  */
214
214
  get: function () {
215
- return this.i.yk;
215
+ return this.i.yp;
216
216
  },
217
217
  set: function (v) {
218
- this.i.yk = ensureBool(v);
219
- this._a("fillScaleUseGlobalValues", this.i.yk);
218
+ this.i.yp = ensureBool(v);
219
+ this._a("fillScaleUseGlobalValues", this.i.yp);
220
220
  },
221
221
  enumerable: false,
222
222
  configurable: true
@@ -227,11 +227,11 @@ var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
227
227
  * This setting applies only if the current series has a FillScale set and it overrides MarkerOutline setting.
228
228
  */
229
229
  get: function () {
230
- return this.i.yn;
230
+ return this.i.ys;
231
231
  },
232
232
  set: function (v) {
233
- this.i.yn = ensureBool(v);
234
- this._a("markerOutlineUsesFillScale", this.i.yn);
233
+ this.i.ys = ensureBool(v);
234
+ this._a("markerOutlineUsesFillScale", this.i.ys);
235
235
  },
236
236
  enumerable: false,
237
237
  configurable: true
@@ -242,11 +242,11 @@ var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
242
242
  * Note you can use any values between minimum value of -1 (darkest outline) and maximum value of 1 (brightest outline)
243
243
  */
244
244
  get: function () {
245
- return this.i.yq;
245
+ return this.i.yv;
246
246
  },
247
247
  set: function (v) {
248
- this.i.yq = +v;
249
- this._a("markerOutlineBrightness", this.i.yq);
248
+ this.i.yv = +v;
249
+ this._a("markerOutlineBrightness", this.i.yv);
250
250
  },
251
251
  enumerable: false,
252
252
  configurable: true
@@ -257,11 +257,11 @@ var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
257
257
  * Note you can use any values between minimum value of -1 (darkest fill) and maximum value of 1 (brightest fill)
258
258
  */
259
259
  get: function () {
260
- return this.i.yp;
260
+ return this.i.yu;
261
261
  },
262
262
  set: function (v) {
263
- this.i.yp = +v;
264
- this._a("markerBrushBrightness", this.i.yp);
263
+ this.i.yu = +v;
264
+ this._a("markerBrushBrightness", this.i.yu);
265
265
  },
266
266
  enumerable: false,
267
267
  configurable: true
@@ -272,11 +272,11 @@ var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
272
272
  * This setting applies only if multiple series are using the same RadiusScale.
273
273
  */
274
274
  get: function () {
275
- return this.i.yo;
275
+ return this.i.yt;
276
276
  },
277
277
  set: function (v) {
278
- this.i.yo = ensureBool(v);
279
- this._a("radiusScaleUseGlobalValues", this.i.yo);
278
+ this.i.yt = ensureBool(v);
279
+ this._a("radiusScaleUseGlobalValues", this.i.yt);
280
280
  },
281
281
  enumerable: false,
282
282
  configurable: true
@@ -286,11 +286,11 @@ var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
286
286
  * Gets or sets whether this Scatter series should allow custom style overrides of its individual visuals.
287
287
  */
288
288
  get: function () {
289
- return this.i.ym;
289
+ return this.i.yr;
290
290
  },
291
291
  set: function (v) {
292
- this.i.ym = ensureBool(v);
293
- this._a("isCustomScatterStyleAllowed", this.i.ym);
292
+ this.i.yr = ensureBool(v);
293
+ this._a("isCustomScatterStyleAllowed", this.i.yr);
294
294
  },
295
295
  enumerable: false,
296
296
  configurable: true
@@ -300,11 +300,11 @@ var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
300
300
  * Gets or sets whether this Scatter series should allow custom style overrides of its individual marker visuals.
301
301
  */
302
302
  get: function () {
303
- return this.i.yl;
303
+ return this.i.yq;
304
304
  },
305
305
  set: function (v) {
306
- this.i.yl = ensureBool(v);
307
- this._a("isCustomScatterMarkerStyleAllowed", this.i.yl);
306
+ this.i.yq = ensureBool(v);
307
+ this._a("isCustomScatterMarkerStyleAllowed", this.i.yq);
308
308
  },
309
309
  enumerable: false,
310
310
  configurable: true
@@ -314,11 +314,11 @@ var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
314
314
  * Gets or sets the mode the series will use to find the closest point to the cursor.
315
315
  */
316
316
  get: function () {
317
- return this.i.yf;
317
+ return this.i.yk;
318
318
  },
319
319
  set: function (v) {
320
- this.i.yf = ensureEnum(ScatterItemSearchMode_$type, v);
321
- this._a("itemSearchMode", enumToString(ScatterItemSearchMode_$type, this.i.yf));
320
+ this.i.yk = ensureEnum(ScatterItemSearchMode_$type, v);
321
+ this._a("itemSearchMode", enumToString(ScatterItemSearchMode_$type, this.i.yk));
322
322
  },
323
323
  enumerable: false,
324
324
  configurable: true
@@ -328,11 +328,11 @@ var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
328
328
  * Gets or sets the threshold to use when searching for items using ItemSearchMode.
329
329
  */
330
330
  get: function () {
331
- return this.i.yr;
331
+ return this.i.yw;
332
332
  },
333
333
  set: function (v) {
334
- this.i.yr = +v;
335
- this._a("itemSearchThreshold", this.i.yr);
334
+ this.i.yw = +v;
335
+ this._a("itemSearchThreshold", this.i.yw);
336
336
  },
337
337
  enumerable: false,
338
338
  configurable: true
@@ -88,10 +88,10 @@ var IgcGeographicScatterAreaSeriesComponent = /** @class */ /*@__PURE__*/ (funct
88
88
  * The name of the property on each data item containing a numeric value which can be converted to a color by the ColorScale.
89
89
  */
90
90
  get: function () {
91
- return this.i.x3;
91
+ return this.i.x8;
92
92
  },
93
93
  set: function (v) {
94
- this.i.x3 = v;
94
+ this.i.x8 = v;
95
95
  },
96
96
  enumerable: false,
97
97
  configurable: true
@@ -101,7 +101,7 @@ var IgcGeographicScatterAreaSeriesComponent = /** @class */ /*@__PURE__*/ (funct
101
101
  * The ColorScale used to resolve the color values of points in the series.
102
102
  */
103
103
  get: function () {
104
- var r = this.i.xy;
104
+ var r = this.i.x3;
105
105
  if (r == null) {
106
106
  return null;
107
107
  }
@@ -117,7 +117,7 @@ var IgcGeographicScatterAreaSeriesComponent = /** @class */ /*@__PURE__*/ (funct
117
117
  set: function (v) {
118
118
  if (v != null && this._stylingContainer && v._styling)
119
119
  v._styling(this._stylingContainer, this, this);
120
- v == null ? this.i.xy = null : this.i.xy = v.i;
120
+ v == null ? this.i.x3 = null : this.i.x3 = v.i;
121
121
  },
122
122
  enumerable: false,
123
123
  configurable: true
@@ -127,7 +127,7 @@ var IgcGeographicScatterAreaSeriesComponent = /** @class */ /*@__PURE__*/ (funct
127
127
  * Gets actual color scale that is set on ColorScale property or default ColorScale
128
128
  */
129
129
  get: function () {
130
- var r = this.i.xx;
130
+ var r = this.i.x2;
131
131
  if (r == null) {
132
132
  return null;
133
133
  }
@@ -143,7 +143,7 @@ var IgcGeographicScatterAreaSeriesComponent = /** @class */ /*@__PURE__*/ (funct
143
143
  set: function (v) {
144
144
  if (v != null && this._stylingContainer && v._styling)
145
145
  v._styling(this._stylingContainer, this, this);
146
- v == null ? this.i.xx = null : this.i.xx = v.i;
146
+ v == null ? this.i.x2 = null : this.i.x2 = v.i;
147
147
  },
148
148
  enumerable: false,
149
149
  configurable: true
@@ -177,7 +177,7 @@ var IgcGeographicScatterAreaSeriesComponent = /** @class */ /*@__PURE__*/ (funct
177
177
 
178
178
  */
179
179
  IgcGeographicScatterAreaSeriesComponent.prototype.updateActualColorScale = function () {
180
- this.i.x8();
180
+ this.i.yd();
181
181
  };
182
182
  Object.defineProperty(IgcGeographicScatterAreaSeriesComponent.prototype, "triangulationStatusChanged", {
183
183
  /**