igniteui-webcomponents-maps 7.1.0-alpha.1 → 7.1.0-alpha.3

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