igniteui-webcomponents-maps 6.2.2-alpha.3 → 6.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (80) hide show
  1. package/bundles/igniteui-webcomponents-maps.umd.js +1580 -1583
  2. package/bundles/igniteui-webcomponents-maps.umd.min.js +1 -1
  3. package/esm2015/lib/GeographicContourLineSeriesView_combined.js +37 -37
  4. package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +79 -79
  5. package/esm2015/lib/GeographicMapSeriesHost_combined.js +189 -189
  6. package/esm2015/lib/GeographicMarkerSeries.js +29 -29
  7. package/esm2015/lib/GeographicPolylineSeriesView_combined.js +17 -17
  8. package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +89 -89
  9. package/esm2015/lib/GeographicShapeSeriesBase_combined.js +63 -63
  10. package/esm2015/lib/GeographicShapeSeriesView_combined.js +56 -56
  11. package/esm2015/lib/GeographicSymbolSeriesView_combined.js +56 -56
  12. package/esm2015/lib/GeographicTileSeries.js +28 -28
  13. package/esm2015/lib/SphericalMercatorHorizontalScaler.js +2 -2
  14. package/esm2015/lib/SphericalMercatorVerticalScaler.js +2 -2
  15. package/esm2015/lib/TileSeries_combined.js +88 -88
  16. package/esm2015/lib/XamGeographicMap_combined.js +542 -542
  17. package/esm2015/lib/igc-geographic-contour-line-series-component.js +9 -9
  18. package/esm2015/lib/igc-geographic-high-density-scatter-series-component.js +32 -32
  19. package/esm2015/lib/igc-geographic-map-component.js +50 -50
  20. package/esm2015/lib/igc-geographic-map-imagery.js +0 -3
  21. package/esm2015/lib/igc-geographic-map-series-host-component.js +23 -23
  22. package/esm2015/lib/igc-geographic-marker-series-component.js +31 -31
  23. package/esm2015/lib/igc-geographic-polyline-series-component.js +13 -13
  24. package/esm2015/lib/igc-geographic-proportional-symbol-series-component.js +41 -41
  25. package/esm2015/lib/igc-geographic-scatter-area-series-component.js +8 -8
  26. package/esm2015/lib/igc-geographic-shape-series-base-component.js +29 -29
  27. package/esm2015/lib/igc-geographic-shape-series-component.js +44 -44
  28. package/esm2015/lib/igc-geographic-symbol-series-component.js +19 -19
  29. package/esm2015/lib/igc-geographic-tile-series-component.js +4 -4
  30. package/esm2015/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
  31. package/esm2015/lib/igc-tile-series-component.js +3 -3
  32. package/esm5/lib/GeographicContourLineSeriesView_combined.js +37 -37
  33. package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +79 -79
  34. package/esm5/lib/GeographicMapSeriesHost_combined.js +187 -187
  35. package/esm5/lib/GeographicMarkerSeries.js +29 -29
  36. package/esm5/lib/GeographicPolylineSeriesView_combined.js +17 -17
  37. package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +89 -89
  38. package/esm5/lib/GeographicShapeSeriesBase_combined.js +62 -62
  39. package/esm5/lib/GeographicShapeSeriesView_combined.js +56 -56
  40. package/esm5/lib/GeographicSymbolSeriesView_combined.js +56 -56
  41. package/esm5/lib/GeographicTileSeries.js +27 -27
  42. package/esm5/lib/SphericalMercatorHorizontalScaler.js +2 -2
  43. package/esm5/lib/SphericalMercatorVerticalScaler.js +2 -2
  44. package/esm5/lib/TileSeries_combined.js +86 -86
  45. package/esm5/lib/XamGeographicMap_combined.js +534 -534
  46. package/esm5/lib/igc-geographic-contour-line-series-component.js +9 -9
  47. package/esm5/lib/igc-geographic-high-density-scatter-series-component.js +32 -32
  48. package/esm5/lib/igc-geographic-map-component.js +50 -50
  49. package/esm5/lib/igc-geographic-map-imagery.js +0 -3
  50. package/esm5/lib/igc-geographic-map-series-host-component.js +23 -23
  51. package/esm5/lib/igc-geographic-marker-series-component.js +31 -31
  52. package/esm5/lib/igc-geographic-polyline-series-component.js +13 -13
  53. package/esm5/lib/igc-geographic-proportional-symbol-series-component.js +41 -41
  54. package/esm5/lib/igc-geographic-scatter-area-series-component.js +8 -8
  55. package/esm5/lib/igc-geographic-shape-series-base-component.js +29 -29
  56. package/esm5/lib/igc-geographic-shape-series-component.js +44 -44
  57. package/esm5/lib/igc-geographic-symbol-series-component.js +19 -19
  58. package/esm5/lib/igc-geographic-tile-series-component.js +4 -4
  59. package/esm5/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
  60. package/esm5/lib/igc-tile-series-component.js +3 -3
  61. package/fesm2015/igniteui-webcomponents-maps.js +1595 -1598
  62. package/fesm5/igniteui-webcomponents-maps.js +1580 -1583
  63. package/lib/GeographicContourLineSeriesView_combined.d.ts +14 -14
  64. package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +25 -25
  65. package/lib/GeographicMapSeriesHost_combined.d.ts +46 -46
  66. package/lib/GeographicMarkerSeries.d.ts +18 -18
  67. package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
  68. package/lib/GeographicPolylineSeriesView_combined.d.ts +8 -8
  69. package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
  70. package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +26 -26
  71. package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
  72. package/lib/GeographicShapeSeriesBase_combined.d.ts +26 -26
  73. package/lib/GeographicShapeSeriesView_combined.d.ts +27 -27
  74. package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
  75. package/lib/GeographicSymbolSeriesView_combined.d.ts +19 -19
  76. package/lib/GeographicTileSeries.d.ts +10 -10
  77. package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
  78. package/lib/TileSeries_combined.d.ts +21 -21
  79. package/lib/XamGeographicMap_combined.d.ts +132 -132
  80. package/package.json +3 -3
@@ -71,164 +71,164 @@ export let IgcGeographicShapeSeriesComponent = /*@__PURE__*/ (() => {
71
71
  * Gets whether the current series shows a polygon shape.
72
72
  */
73
73
  get isPolygon() {
74
- return this.i.fr;
74
+ return this.i.ft;
75
75
  }
76
76
  /**
77
77
  * Gets or sets the fill brush.
78
78
  */
79
79
  get shapeFill() {
80
- return this.i.zz ? this.i.zz.fill : null;
80
+ return this.i.z8 ? this.i.z8.fill : null;
81
81
  }
82
82
  set shapeFill(v) {
83
83
  this.ensureShapeStyle();
84
- this.i.zz.fill = v;
84
+ this.i.z8.fill = v;
85
85
  }
86
86
  /**
87
87
  * Gets or sets the stroke brush.
88
88
  */
89
89
  get shapeStroke() {
90
- return this.i.zz ? this.i.zz.stroke : null;
90
+ return this.i.z8 ? this.i.z8.stroke : null;
91
91
  }
92
92
  set shapeStroke(v) {
93
93
  this.ensureShapeStyle();
94
- this.i.zz.stroke = v;
94
+ this.i.z8.stroke = v;
95
95
  }
96
96
  /**
97
97
  * Gets or sets the stroke thickness.
98
98
  */
99
99
  get shapeStrokeThickness() {
100
- return this.i.zz ? this.i.zz.strokeThickness : NaN;
100
+ return this.i.z8 ? this.i.z8.strokeThickness : NaN;
101
101
  }
102
102
  set shapeStrokeThickness(v) {
103
103
  this.ensureShapeStyle();
104
- this.i.zz.strokeThickness = +v;
105
- this._a("shapeStrokeThickness", this.i.zz.strokeThickness);
104
+ this.i.z8.strokeThickness = +v;
105
+ this._a("shapeStrokeThickness", this.i.z8.strokeThickness);
106
106
  }
107
107
  /**
108
108
  * Gets or sets the opacity.
109
109
  */
110
110
  get shapeOpacity() {
111
- return this.i.zz ? this.i.zz.opacity : NaN;
111
+ return this.i.z8 ? this.i.z8.opacity : NaN;
112
112
  }
113
113
  set shapeOpacity(v) {
114
114
  this.ensureShapeStyle();
115
- this.i.zz.opacity = +v;
116
- this._a("shapeOpacity", this.i.zz.opacity);
115
+ this.i.z8.opacity = +v;
116
+ this._a("shapeOpacity", this.i.z8.opacity);
117
117
  }
118
118
  ensureShapeStyle() {
119
- if (this.i.zz) {
119
+ if (this.i.z8) {
120
120
  return;
121
121
  }
122
- this.i.zz = new Style();
122
+ this.i.z8 = new Style();
123
123
  }
124
124
  /**
125
125
  * Gets or sets the marker type for the current series object.
126
126
  * If the MarkerTemplate property is set, the setting of the MarkerType property will be ignored.
127
127
  */
128
128
  get markerType() {
129
- return this.i.yt;
129
+ return this.i.y2;
130
130
  }
131
131
  set markerType(v) {
132
- this.i.yt = ensureEnum(MarkerType_$type, v);
133
- this._a("markerType", enumToString(MarkerType_$type, this.i.yt));
132
+ this.i.y2 = ensureEnum(MarkerType_$type, v);
133
+ this._a("markerType", enumToString(MarkerType_$type, this.i.y2));
134
134
  }
135
135
  /**
136
136
  * Gets or sets whether the marker outline is based on the marker brush of the series rather than the marker outlines collection.
137
137
  */
138
138
  get markerOutlineMode() {
139
- return this.i.ys;
139
+ return this.i.y1;
140
140
  }
141
141
  set markerOutlineMode(v) {
142
- this.i.ys = ensureEnum(MarkerOutlineMode_$type, v);
143
- this._a("markerOutlineMode", enumToString(MarkerOutlineMode_$type, this.i.ys));
142
+ this.i.y1 = ensureEnum(MarkerOutlineMode_$type, v);
143
+ this._a("markerOutlineMode", enumToString(MarkerOutlineMode_$type, this.i.y1));
144
144
  }
145
145
  /**
146
146
  * Gets or sets whether the marker brush is based on the marker outline of the series rather than the marker brushes collection.
147
147
  */
148
148
  get markerFillMode() {
149
- return this.i.yr;
149
+ return this.i.y0;
150
150
  }
151
151
  set markerFillMode(v) {
152
- this.i.yr = ensureEnum(MarkerFillMode_$type, v);
153
- this._a("markerFillMode", enumToString(MarkerFillMode_$type, this.i.yr));
152
+ this.i.y0 = ensureEnum(MarkerFillMode_$type, v);
153
+ this._a("markerFillMode", enumToString(MarkerFillMode_$type, this.i.y0));
154
154
  }
155
155
  /**
156
156
  * Gets or sets the MarkerTemplate for the current series object.
157
157
  */
158
158
  get markerTemplate() {
159
- return this.i.zf;
159
+ return this.i.zo;
160
160
  }
161
161
  set markerTemplate(v) {
162
- this.i.zf = v;
162
+ this.i.zo = v;
163
163
  }
164
164
  /**
165
165
  * Gets or sets the brush that specifies how the current series object's marker interiors are painted.
166
166
  */
167
167
  get markerBrush() {
168
- return brushToString(this.i.zw);
168
+ return brushToString(this.i.z5);
169
169
  }
170
170
  set markerBrush(v) {
171
- this.i.zw = stringToBrush(v);
172
- this._a("markerBrush", brushToString(this.i.zw));
171
+ this.i.z5 = stringToBrush(v);
172
+ this._a("markerBrush", brushToString(this.i.z5));
173
173
  }
174
174
  /**
175
175
  * Gets or sets the brush that specifies how the current series object's marker outlines are painted.
176
176
  */
177
177
  get markerOutline() {
178
- return brushToString(this.i.zx);
178
+ return brushToString(this.i.z6);
179
179
  }
180
180
  set markerOutline(v) {
181
- this.i.zx = stringToBrush(v);
182
- this._a("markerOutline", brushToString(this.i.zx));
181
+ this.i.z6 = stringToBrush(v);
182
+ this._a("markerOutline", brushToString(this.i.z6));
183
183
  }
184
184
  /**
185
185
  * Gets or sets thickness of the marker outline
186
186
  */
187
187
  get markerThickness() {
188
- return this.i.yw;
188
+ return this.i.y5;
189
189
  }
190
190
  set markerThickness(v) {
191
- this.i.yw = +v;
192
- this._a("markerThickness", this.i.yw);
191
+ this.i.y5 = +v;
192
+ this._a("markerThickness", this.i.y5);
193
193
  }
194
194
  /**
195
195
  * The desired behavior for markers in this series which are placed too close together for the current view, resulting in a collision.
196
196
  */
197
197
  get markerCollisionAvoidance() {
198
- return this.i.yq;
198
+ return this.i.yz;
199
199
  }
200
200
  set markerCollisionAvoidance(v) {
201
- this.i.yq = ensureEnum(CollisionAvoidanceType_$type, v);
202
- this._a("markerCollisionAvoidance", enumToString(CollisionAvoidanceType_$type, this.i.yq));
201
+ this.i.yz = ensureEnum(CollisionAvoidanceType_$type, v);
202
+ this._a("markerCollisionAvoidance", enumToString(CollisionAvoidanceType_$type, this.i.yz));
203
203
  }
204
204
  /**
205
205
  * Gets the effective marker template for the current series object.
206
206
  */
207
207
  get actualMarkerTemplate() {
208
- return this.i.ze;
208
+ return this.i.zn;
209
209
  }
210
210
  set actualMarkerTemplate(v) {
211
- this.i.ze = v;
211
+ this.i.zn = v;
212
212
  }
213
213
  /**
214
214
  * Gets the effective marker brush for the current series object.
215
215
  */
216
216
  get actualMarkerBrush() {
217
- return brushToString(this.i.zu);
217
+ return brushToString(this.i.z3);
218
218
  }
219
219
  set actualMarkerBrush(v) {
220
- this.i.zu = stringToBrush(v);
221
- this._a("actualMarkerBrush", brushToString(this.i.zu));
220
+ this.i.z3 = stringToBrush(v);
221
+ this._a("actualMarkerBrush", brushToString(this.i.z3));
222
222
  }
223
223
  /**
224
224
  * Gets the effective marker outline for the current series object.
225
225
  */
226
226
  get actualMarkerOutline() {
227
- return brushToString(this.i.zv);
227
+ return brushToString(this.i.z4);
228
228
  }
229
229
  set actualMarkerOutline(v) {
230
- this.i.zv = stringToBrush(v);
231
- this._a("actualMarkerOutline", brushToString(this.i.zv));
230
+ this.i.z4 = stringToBrush(v);
231
+ this._a("actualMarkerOutline", brushToString(this.i.z4));
232
232
  }
233
233
  get styleShape() {
234
234
  return this._styleShape;
@@ -78,69 +78,69 @@ export let IgcGeographicSymbolSeriesComponent = /*@__PURE__*/ (() => {
78
78
  * The name of the property of ItemsSource items which contains the latitude coordinate of the symbol.
79
79
  */
80
80
  get latitudeMemberPath() {
81
- return this.i.yx;
81
+ return this.i.y6;
82
82
  }
83
83
  set latitudeMemberPath(v) {
84
- this.i.yx = v;
84
+ this.i.y6 = v;
85
85
  }
86
86
  /**
87
87
  * The name of the property of ItemsSource items which contains the longitude coordinate of the symbol.
88
88
  */
89
89
  get longitudeMemberPath() {
90
- return this.i.yz;
90
+ return this.i.y8;
91
91
  }
92
92
  set longitudeMemberPath(v) {
93
- this.i.yz = v;
93
+ this.i.y8 = v;
94
94
  }
95
95
  /**
96
96
  * The desired behavior for markers in this series which are placed too close together for the current view, resulting in a collision.
97
97
  */
98
98
  get markerCollisionAvoidance() {
99
- return this.i.yj;
99
+ return this.i.ys;
100
100
  }
101
101
  set markerCollisionAvoidance(v) {
102
- this.i.yj = ensureEnum(CollisionAvoidanceType_$type, v);
103
- this._a("markerCollisionAvoidance", enumToString(CollisionAvoidanceType_$type, this.i.yj));
102
+ this.i.ys = ensureEnum(CollisionAvoidanceType_$type, v);
103
+ this._a("markerCollisionAvoidance", enumToString(CollisionAvoidanceType_$type, this.i.ys));
104
104
  }
105
105
  /**
106
106
  * Gets or sets whether this Scatter series should allow custom style overrides of its individual visuals.
107
107
  */
108
108
  get isCustomScatterStyleAllowed() {
109
- return this.i.yq;
109
+ return this.i.yz;
110
110
  }
111
111
  set isCustomScatterStyleAllowed(v) {
112
- this.i.yq = ensureBool(v);
113
- this._a("isCustomScatterStyleAllowed", this.i.yq);
112
+ this.i.yz = ensureBool(v);
113
+ this._a("isCustomScatterStyleAllowed", this.i.yz);
114
114
  }
115
115
  /**
116
116
  * Gets or sets whether this Scatter series should allow custom style overrides of its individual marker visuals.
117
117
  */
118
118
  get isCustomScatterMarkerStyleAllowed() {
119
- return this.i.yp;
119
+ return this.i.yy;
120
120
  }
121
121
  set isCustomScatterMarkerStyleAllowed(v) {
122
- this.i.yp = ensureBool(v);
123
- this._a("isCustomScatterMarkerStyleAllowed", this.i.yp);
122
+ this.i.yy = ensureBool(v);
123
+ this._a("isCustomScatterMarkerStyleAllowed", this.i.yy);
124
124
  }
125
125
  /**
126
126
  * Gets or sets the mode the series will use to find the closest point to the cursor.
127
127
  */
128
128
  get itemSearchMode() {
129
- return this.i.yk;
129
+ return this.i.yt;
130
130
  }
131
131
  set itemSearchMode(v) {
132
- this.i.yk = ensureEnum(ScatterItemSearchMode_$type, v);
133
- this._a("itemSearchMode", enumToString(ScatterItemSearchMode_$type, this.i.yk));
132
+ this.i.yt = ensureEnum(ScatterItemSearchMode_$type, v);
133
+ this._a("itemSearchMode", enumToString(ScatterItemSearchMode_$type, this.i.yt));
134
134
  }
135
135
  /**
136
136
  * Gets or sets the threshold to use when searching for items using ItemSearchMode.
137
137
  */
138
138
  get itemSearchThreshold() {
139
- return this.i.ys;
139
+ return this.i.y1;
140
140
  }
141
141
  set itemSearchThreshold(v) {
142
- this.i.ys = +v;
143
- this._a("itemSearchThreshold", this.i.ys);
142
+ this.i.y1 = +v;
143
+ this._a("itemSearchThreshold", this.i.y1);
144
144
  }
145
145
  /**
146
146
  * Event raised when Assigning Category Style
@@ -66,20 +66,20 @@ export let IgcGeographicTileSeriesComponent = /*@__PURE__*/ (() => {
66
66
  * Gets whether the current series shows a tile imagery.
67
67
  */
68
68
  get isTile() {
69
- return this.i.f4;
69
+ return this.i.f6;
70
70
  }
71
71
  /**
72
72
  * The MapImagery which is used to provide the tiles for display.
73
73
  */
74
74
  get tileImagery() {
75
- const r = this.i.ys;
75
+ const r = this.i.y1;
76
76
  if (r == null) {
77
77
  return null;
78
78
  }
79
79
  return r.externalObject;
80
80
  }
81
81
  set tileImagery(v) {
82
- v == null ? this.i.ys = null : this.i.ys = v.i;
82
+ v == null ? this.i.y1 = null : this.i.y1 = v.i;
83
83
  }
84
84
  findByName(name) {
85
85
  var baseResult = super.findByName(name);
@@ -96,7 +96,7 @@ export let IgcGeographicTileSeriesComponent = /*@__PURE__*/ (() => {
96
96
 
97
97
  */
98
98
  clearTileCache() {
99
- this.i.yw();
99
+ this.i.y5();
100
100
  }
101
101
  /**
102
102
  * This event is fired whenever the image tiles transition from a loading state (e.g. some are fading in) to a loaded state.
@@ -48,56 +48,56 @@ export let IgcGeographicXYTriangulatingSeriesComponent = /*@__PURE__*/ (() => {
48
48
  * The name of the property from which to extract the Longitude for each item in the ItemsSource.
49
49
  */
50
50
  get longitudeMemberPath() {
51
- return this.i.xn;
51
+ return this.i.xw;
52
52
  }
53
53
  set longitudeMemberPath(v) {
54
- this.i.xn = v;
54
+ this.i.xw = v;
55
55
  }
56
56
  /**
57
57
  * The name of the property from which to extract the Latitude for each item in the ItemsSource.
58
58
  */
59
59
  get latitudeMemberPath() {
60
- return this.i.xl;
60
+ return this.i.xu;
61
61
  }
62
62
  set latitudeMemberPath(v) {
63
- this.i.xl = v;
63
+ this.i.xu = v;
64
64
  }
65
65
  /**
66
66
  * The source of triangulation data.
67
67
  * This property is optional. If it is left as null, the triangulation will be created based on the items in the ItemsSource. Triangulation is a demanding operation, so the runtime performance will be better when specifying a TriangulationSource, especially when a large number of data items are present.
68
68
  */
69
69
  get trianglesSource() {
70
- return this.i.xk;
70
+ return this.i.xt;
71
71
  }
72
72
  set trianglesSource(v) {
73
- this.i.xk = v;
73
+ this.i.xt = v;
74
74
  }
75
75
  /**
76
76
  * The name of the property of the TrianglesSource items which, for each triangle, contains the index of the first vertex point in the ItemsSource.
77
77
  */
78
78
  get triangleVertexMemberPath1() {
79
- return this.i.xq;
79
+ return this.i.xz;
80
80
  }
81
81
  set triangleVertexMemberPath1(v) {
82
- this.i.xq = v;
82
+ this.i.xz = v;
83
83
  }
84
84
  /**
85
85
  * The name of the property of the TrianglesSource items which, for each triangle, contains the index of the second vertex point in the ItemsSource.
86
86
  */
87
87
  get triangleVertexMemberPath2() {
88
- return this.i.xs;
88
+ return this.i.x1;
89
89
  }
90
90
  set triangleVertexMemberPath2(v) {
91
- this.i.xs = v;
91
+ this.i.x1 = v;
92
92
  }
93
93
  /**
94
94
  * The name of the property of the TrianglesSource items which, for each triangle, contains the index of the third vertex point in the ItemsSource.
95
95
  */
96
96
  get triangleVertexMemberPath3() {
97
- return this.i.xu;
97
+ return this.i.x3;
98
98
  }
99
99
  set triangleVertexMemberPath3(v) {
100
- this.i.xu = v;
100
+ this.i.x3 = v;
101
101
  }
102
102
  }
103
103
  IgcGeographicXYTriangulatingSeriesComponent._observedAttributesIgcGeographicXYTriangulatingSeriesComponent = null;
@@ -62,20 +62,20 @@ export let IgcTileSeriesComponent = /*@__PURE__*/ (() => {
62
62
  * Gets whether the current series shows a tile imagery.
63
63
  */
64
64
  get isTile() {
65
- return this.i.f4;
65
+ return this.i.f6;
66
66
  }
67
67
  /**
68
68
  * The MapImagery which is used to provide the tiles for display.
69
69
  */
70
70
  get tileImagery() {
71
- const r = this.i.aam;
71
+ const r = this.i.aav;
72
72
  if (r == null) {
73
73
  return null;
74
74
  }
75
75
  return r.externalObject;
76
76
  }
77
77
  set tileImagery(v) {
78
- v == null ? this.i.aam = null : this.i.aam = v.i;
78
+ v == null ? this.i.aav = null : this.i.aav = v.i;
79
79
  }
80
80
  findByName(name) {
81
81
  var baseResult = super.findByName(name);
@@ -28,24 +28,24 @@ var GeographicContourLineSeriesView = /** @class */ /*@__PURE__*/ (function (_su
28
28
  GeographicContourLineSeriesView.prototype.a4 = function () {
29
29
  _super.prototype.a4.call(this);
30
30
  if (!this.t) {
31
- this.c2.jt = Defaults.z;
31
+ this.c2.jy = Defaults.z;
32
32
  }
33
33
  };
34
34
  GeographicContourLineSeriesView.prototype.ci = function () {
35
35
  _super.prototype.ci.call(this);
36
- if (this.c2.xb != null) {
37
- this.c2.x3.y6 = this.c2.x6;
38
- this.c2.x3.zg = this.c2.ya;
36
+ if (this.c2.xk != null) {
37
+ this.c2.yc.zf = this.c2.yf;
38
+ this.c2.yc.zp = this.c2.yj;
39
39
  }
40
40
  };
41
41
  GeographicContourLineSeriesView.prototype.c3 = function () {
42
- if (this.c2.x3 != null) {
43
- this.c2.x3.y6 = this.c2.x6;
42
+ if (this.c2.yc != null) {
43
+ this.c2.yc.zf = this.c2.yf;
44
44
  }
45
45
  };
46
46
  GeographicContourLineSeriesView.prototype.c4 = function () {
47
- if (this.c2.x3 != null) {
48
- this.c2.x3.zg = this.c2.ya;
47
+ if (this.c2.yc != null) {
48
+ this.c2.yc.zp = this.c2.yj;
49
49
  }
50
50
  };
51
51
  GeographicContourLineSeriesView.$t = markType(GeographicContourLineSeriesView, 'GeographicContourLineSeriesView', GeographicXYTriangulatingSeriesView.$);
@@ -66,72 +66,72 @@ var GeographicContourLineSeries = /** @class */ /*@__PURE__*/ (function (_super)
66
66
  GeographicContourLineSeries.prototype.bk = function () {
67
67
  return new GeographicContourLineSeries();
68
68
  };
69
- GeographicContourLineSeries.prototype.get_fk = function () {
69
+ GeographicContourLineSeries.prototype.get_fm = function () {
70
70
  return true;
71
71
  };
72
- GeographicContourLineSeries.prototype.xg = function (a, b) {
73
- _super.prototype.xg.call(this, a, b);
72
+ GeographicContourLineSeries.prototype.xp = function (a, b) {
73
+ _super.prototype.xp.call(this, a, b);
74
74
  };
75
- GeographicContourLineSeries.prototype.xa = function () {
76
- this.x3 = new ScatterContourSeries();
77
- var a = this.x3;
78
- a.triangulationStatusChanged = delegateCombine(a.triangulationStatusChanged, runOn(this, this.yd));
79
- var b = this.x3;
80
- b.propertyUpdated = delegateCombine(b.propertyUpdated, runOn(this, this.ye));
81
- return this.x3;
75
+ GeographicContourLineSeries.prototype.xj = function () {
76
+ this.yc = new ScatterContourSeries();
77
+ var a = this.yc;
78
+ a.triangulationStatusChanged = delegateCombine(a.triangulationStatusChanged, runOn(this, this.ym));
79
+ var b = this.yc;
80
+ b.propertyUpdated = delegateCombine(b.propertyUpdated, runOn(this, this.yn));
81
+ return this.yc;
82
82
  };
83
- GeographicContourLineSeries.prototype.yd = function (a, b) {
83
+ GeographicContourLineSeries.prototype.ym = function (a, b) {
84
84
  if (this.triangulationStatusChanged != null) {
85
85
  this.triangulationStatusChanged(this, b);
86
86
  }
87
87
  };
88
- GeographicContourLineSeries.prototype.ye = function (a, b) {
89
- var c = typeCast(ScatterContourSeries.$, this.xb);
88
+ GeographicContourLineSeries.prototype.yn = function (a, b) {
89
+ var c = typeCast(ScatterContourSeries.$, this.xk);
90
90
  if (c == null) {
91
91
  return;
92
92
  }
93
93
  if (b.propertyName == "ActualFillScale") {
94
- this.x5 = c.y5;
94
+ this.ye = c.ze;
95
95
  }
96
96
  };
97
- GeographicContourLineSeries.prototype.sq = function () {
98
- _super.prototype.sq.call(this);
97
+ GeographicContourLineSeries.prototype.sy = function () {
98
+ _super.prototype.sy.call(this);
99
99
  };
100
100
  GeographicContourLineSeries.prototype.ct = function () {
101
101
  return new GeographicContourLineSeriesView(this);
102
102
  };
103
- GeographicContourLineSeries.prototype.q8 = function (a) {
104
- _super.prototype.q8.call(this, a);
105
- this.x7 = a;
103
+ GeographicContourLineSeries.prototype.rg = function (a) {
104
+ _super.prototype.rg.call(this, a);
105
+ this.yg = a;
106
106
  };
107
- GeographicContourLineSeries.prototype.rh = function (a, b, c, d) {
108
- _super.prototype.rh.call(this, a, b, c, d);
107
+ GeographicContourLineSeries.prototype.rp = function (a, b, c, d) {
108
+ _super.prototype.rp.call(this, a, b, c, d);
109
109
  switch (b) {
110
110
  case GeographicContourLineSeries.$$p[1]:
111
- this.x7.c3();
111
+ this.yg.c3();
112
112
  break;
113
113
  case GeographicContourLineSeries.$$p[2]:
114
- this.x7.c4();
114
+ this.yg.c4();
115
115
  break;
116
116
  case GeographicContourLineSeries.$$p[3]:
117
- this.x3.y3 = this.x2;
117
+ this.yc.zc = this.yb;
118
118
  break;
119
119
  case "DashArray":
120
- this.x3.wd = this.wd;
120
+ this.yc.wl = this.wl;
121
121
  break;
122
122
  case "DashCap":
123
- this.x3.we = this.we;
123
+ this.yc.wm = this.wm;
124
124
  break;
125
125
  case "MiterLimit":
126
- this.x3.jk = this.jk;
126
+ this.yc.jp = this.jp;
127
127
  break;
128
128
  case "LineJoin":
129
- this.x3.wg = this.wg;
129
+ this.yc.wo = this.wo;
130
130
  break;
131
131
  }
132
132
  };
133
133
  GeographicContourLineSeries.$t = markType(GeographicContourLineSeries, 'GeographicContourLineSeries', GeographicXYTriangulatingSeries.$);
134
- GeographicContourLineSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicContourLineSeries, 'raisePropertyChanged', ['ActualFillScale:x5:yf', [ValueBrushScale.$, null], 'FillScale:x6:yg', [ValueBrushScale.$, null], 'ValueMemberPath:ya:yh', [2, "value"], 'ValueResolver:x2:yi', [ContourValueResolver.$, null]]);
134
+ GeographicContourLineSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicContourLineSeries, 'raisePropertyChanged', ['ActualFillScale:ye:yo', [ValueBrushScale.$, null], 'FillScale:yf:yp', [ValueBrushScale.$, null], 'ValueMemberPath:yj:yq', [2, "value"], 'ValueResolver:yb:yr', [ContourValueResolver.$, null]]);
135
135
  return GeographicContourLineSeries;
136
136
  }(GeographicXYTriangulatingSeries));
137
137
  export { GeographicContourLineSeries };