igniteui-angular-maps 20.1.0-beta.0 → 20.2.0-beta.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (80) hide show
  1. package/bundles/igniteui-angular-maps.umd.js +1518 -1521
  2. package/bundles/igniteui-angular-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/igx-geographic-contour-line-series-component.js +9 -9
  18. package/esm2015/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
  19. package/esm2015/lib/igx-geographic-map-component.js +40 -40
  20. package/esm2015/lib/igx-geographic-map-imagery.js +0 -3
  21. package/esm2015/lib/igx-geographic-map-series-host-component.js +22 -22
  22. package/esm2015/lib/igx-geographic-marker-series-component.js +22 -22
  23. package/esm2015/lib/igx-geographic-polyline-series-component.js +11 -11
  24. package/esm2015/lib/igx-geographic-proportional-symbol-series-component.js +32 -32
  25. package/esm2015/lib/igx-geographic-scatter-area-series-component.js +8 -8
  26. package/esm2015/lib/igx-geographic-shape-series-base-component.js +22 -22
  27. package/esm2015/lib/igx-geographic-shape-series-component.js +33 -33
  28. package/esm2015/lib/igx-geographic-symbol-series-component.js +14 -14
  29. package/esm2015/lib/igx-geographic-tile-series-component.js +4 -4
  30. package/esm2015/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  31. package/esm2015/lib/igx-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/igx-geographic-contour-line-series-component.js +9 -9
  47. package/esm5/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
  48. package/esm5/lib/igx-geographic-map-component.js +40 -40
  49. package/esm5/lib/igx-geographic-map-imagery.js +0 -3
  50. package/esm5/lib/igx-geographic-map-series-host-component.js +22 -22
  51. package/esm5/lib/igx-geographic-marker-series-component.js +22 -22
  52. package/esm5/lib/igx-geographic-polyline-series-component.js +11 -11
  53. package/esm5/lib/igx-geographic-proportional-symbol-series-component.js +32 -32
  54. package/esm5/lib/igx-geographic-scatter-area-series-component.js +8 -8
  55. package/esm5/lib/igx-geographic-shape-series-base-component.js +22 -22
  56. package/esm5/lib/igx-geographic-shape-series-component.js +33 -33
  57. package/esm5/lib/igx-geographic-symbol-series-component.js +14 -14
  58. package/esm5/lib/igx-geographic-tile-series-component.js +4 -4
  59. package/esm5/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  60. package/esm5/lib/igx-tile-series-component.js +3 -3
  61. package/fesm2015/igniteui-angular-maps.js +1532 -1535
  62. package/fesm5/igniteui-angular-maps.js +1518 -1521
  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 +2 -2
@@ -34,153 +34,153 @@ export let IgxGeographicShapeSeriesComponent = /*@__PURE__*/ (() => {
34
34
  * Gets whether the current series shows a polygon shape.
35
35
  */
36
36
  get isPolygon() {
37
- return this.i.fr;
37
+ return this.i.ft;
38
38
  }
39
39
  /**
40
40
  * Gets or sets the fill brush.
41
41
  */
42
42
  get shapeFill() {
43
- return this.i.zz ? this.i.zz.fill : null;
43
+ return this.i.z8 ? this.i.z8.fill : null;
44
44
  }
45
45
  set shapeFill(v) {
46
46
  this.ensureShapeStyle();
47
- this.i.zz.fill = v;
47
+ this.i.z8.fill = v;
48
48
  }
49
49
  /**
50
50
  * Gets or sets the stroke brush.
51
51
  */
52
52
  get shapeStroke() {
53
- return this.i.zz ? this.i.zz.stroke : null;
53
+ return this.i.z8 ? this.i.z8.stroke : null;
54
54
  }
55
55
  set shapeStroke(v) {
56
56
  this.ensureShapeStyle();
57
- this.i.zz.stroke = v;
57
+ this.i.z8.stroke = v;
58
58
  }
59
59
  /**
60
60
  * Gets or sets the stroke thickness.
61
61
  */
62
62
  get shapeStrokeThickness() {
63
- return this.i.zz ? this.i.zz.strokeThickness : NaN;
63
+ return this.i.z8 ? this.i.z8.strokeThickness : NaN;
64
64
  }
65
65
  set shapeStrokeThickness(v) {
66
66
  this.ensureShapeStyle();
67
- this.i.zz.strokeThickness = +v;
67
+ this.i.z8.strokeThickness = +v;
68
68
  }
69
69
  /**
70
70
  * Gets or sets the opacity.
71
71
  */
72
72
  get shapeOpacity() {
73
- return this.i.zz ? this.i.zz.opacity : NaN;
73
+ return this.i.z8 ? this.i.z8.opacity : NaN;
74
74
  }
75
75
  set shapeOpacity(v) {
76
76
  this.ensureShapeStyle();
77
- this.i.zz.opacity = +v;
77
+ this.i.z8.opacity = +v;
78
78
  }
79
79
  ensureShapeStyle() {
80
- if (this.i.zz) {
80
+ if (this.i.z8) {
81
81
  return;
82
82
  }
83
- this.i.zz = new Style();
83
+ this.i.z8 = new Style();
84
84
  }
85
85
  /**
86
86
  * Gets or sets the marker type for the current series object.
87
87
  * If the MarkerTemplate property is set, the setting of the MarkerType property will be ignored.
88
88
  */
89
89
  get markerType() {
90
- return this.i.yt;
90
+ return this.i.y2;
91
91
  }
92
92
  set markerType(v) {
93
- this.i.yt = ensureEnum(MarkerType_$type, v);
93
+ this.i.y2 = ensureEnum(MarkerType_$type, v);
94
94
  }
95
95
  /**
96
96
  * Gets or sets whether the marker outline is based on the marker brush of the series rather than the marker outlines collection.
97
97
  */
98
98
  get markerOutlineMode() {
99
- return this.i.ys;
99
+ return this.i.y1;
100
100
  }
101
101
  set markerOutlineMode(v) {
102
- this.i.ys = ensureEnum(MarkerOutlineMode_$type, v);
102
+ this.i.y1 = ensureEnum(MarkerOutlineMode_$type, v);
103
103
  }
104
104
  /**
105
105
  * Gets or sets whether the marker brush is based on the marker outline of the series rather than the marker brushes collection.
106
106
  */
107
107
  get markerFillMode() {
108
- return this.i.yr;
108
+ return this.i.y0;
109
109
  }
110
110
  set markerFillMode(v) {
111
- this.i.yr = ensureEnum(MarkerFillMode_$type, v);
111
+ this.i.y0 = ensureEnum(MarkerFillMode_$type, v);
112
112
  }
113
113
  /**
114
114
  * Gets or sets the MarkerTemplate for the current series object.
115
115
  */
116
116
  get markerTemplate() {
117
- return this.i.zf;
117
+ return this.i.zo;
118
118
  }
119
119
  set markerTemplate(v) {
120
- this.i.zf = v;
120
+ this.i.zo = v;
121
121
  }
122
122
  /**
123
123
  * Gets or sets the brush that specifies how the current series object's marker interiors are painted.
124
124
  */
125
125
  get markerBrush() {
126
- return brushToString(this.i.zw);
126
+ return brushToString(this.i.z5);
127
127
  }
128
128
  set markerBrush(v) {
129
- this.i.zw = stringToBrush(v);
129
+ this.i.z5 = stringToBrush(v);
130
130
  }
131
131
  /**
132
132
  * Gets or sets the brush that specifies how the current series object's marker outlines are painted.
133
133
  */
134
134
  get markerOutline() {
135
- return brushToString(this.i.zx);
135
+ return brushToString(this.i.z6);
136
136
  }
137
137
  set markerOutline(v) {
138
- this.i.zx = stringToBrush(v);
138
+ this.i.z6 = stringToBrush(v);
139
139
  }
140
140
  /**
141
141
  * Gets or sets thickness of the marker outline
142
142
  */
143
143
  get markerThickness() {
144
- return this.i.yw;
144
+ return this.i.y5;
145
145
  }
146
146
  set markerThickness(v) {
147
- this.i.yw = +v;
147
+ this.i.y5 = +v;
148
148
  }
149
149
  /**
150
150
  * The desired behavior for markers in this series which are placed too close together for the current view, resulting in a collision.
151
151
  */
152
152
  get markerCollisionAvoidance() {
153
- return this.i.yq;
153
+ return this.i.yz;
154
154
  }
155
155
  set markerCollisionAvoidance(v) {
156
- this.i.yq = ensureEnum(CollisionAvoidanceType_$type, v);
156
+ this.i.yz = ensureEnum(CollisionAvoidanceType_$type, v);
157
157
  }
158
158
  /**
159
159
  * Gets the effective marker template for the current series object.
160
160
  */
161
161
  get actualMarkerTemplate() {
162
- return this.i.ze;
162
+ return this.i.zn;
163
163
  }
164
164
  set actualMarkerTemplate(v) {
165
- this.i.ze = v;
165
+ this.i.zn = v;
166
166
  }
167
167
  /**
168
168
  * Gets the effective marker brush for the current series object.
169
169
  */
170
170
  get actualMarkerBrush() {
171
- return brushToString(this.i.zu);
171
+ return brushToString(this.i.z3);
172
172
  }
173
173
  set actualMarkerBrush(v) {
174
- this.i.zu = stringToBrush(v);
174
+ this.i.z3 = stringToBrush(v);
175
175
  }
176
176
  /**
177
177
  * Gets the effective marker outline for the current series object.
178
178
  */
179
179
  get actualMarkerOutline() {
180
- return brushToString(this.i.zv);
180
+ return brushToString(this.i.z4);
181
181
  }
182
182
  set actualMarkerOutline(v) {
183
- this.i.zv = stringToBrush(v);
183
+ this.i.z4 = stringToBrush(v);
184
184
  }
185
185
  get styleShape() {
186
186
  if (this._styleShape == null) {
@@ -40,64 +40,64 @@ export let IgxGeographicSymbolSeriesComponent = /*@__PURE__*/ (() => {
40
40
  * The name of the property of ItemsSource items which contains the latitude coordinate of the symbol.
41
41
  */
42
42
  get latitudeMemberPath() {
43
- return this.i.yx;
43
+ return this.i.y6;
44
44
  }
45
45
  set latitudeMemberPath(v) {
46
- this.i.yx = v;
46
+ this.i.y6 = v;
47
47
  }
48
48
  /**
49
49
  * The name of the property of ItemsSource items which contains the longitude coordinate of the symbol.
50
50
  */
51
51
  get longitudeMemberPath() {
52
- return this.i.yz;
52
+ return this.i.y8;
53
53
  }
54
54
  set longitudeMemberPath(v) {
55
- this.i.yz = v;
55
+ this.i.y8 = v;
56
56
  }
57
57
  /**
58
58
  * The desired behavior for markers in this series which are placed too close together for the current view, resulting in a collision.
59
59
  */
60
60
  get markerCollisionAvoidance() {
61
- return this.i.yj;
61
+ return this.i.ys;
62
62
  }
63
63
  set markerCollisionAvoidance(v) {
64
- this.i.yj = ensureEnum(CollisionAvoidanceType_$type, v);
64
+ this.i.ys = ensureEnum(CollisionAvoidanceType_$type, v);
65
65
  }
66
66
  /**
67
67
  * Gets or sets whether this Scatter series should allow custom style overrides of its individual visuals.
68
68
  */
69
69
  get isCustomScatterStyleAllowed() {
70
- return this.i.yq;
70
+ return this.i.yz;
71
71
  }
72
72
  set isCustomScatterStyleAllowed(v) {
73
- this.i.yq = ensureBool(v);
73
+ this.i.yz = ensureBool(v);
74
74
  }
75
75
  /**
76
76
  * Gets or sets whether this Scatter series should allow custom style overrides of its individual marker visuals.
77
77
  */
78
78
  get isCustomScatterMarkerStyleAllowed() {
79
- return this.i.yp;
79
+ return this.i.yy;
80
80
  }
81
81
  set isCustomScatterMarkerStyleAllowed(v) {
82
- this.i.yp = ensureBool(v);
82
+ this.i.yy = ensureBool(v);
83
83
  }
84
84
  /**
85
85
  * Gets or sets the mode the series will use to find the closest point to the cursor.
86
86
  */
87
87
  get itemSearchMode() {
88
- return this.i.yk;
88
+ return this.i.yt;
89
89
  }
90
90
  set itemSearchMode(v) {
91
- this.i.yk = ensureEnum(ScatterItemSearchMode_$type, v);
91
+ this.i.yt = ensureEnum(ScatterItemSearchMode_$type, v);
92
92
  }
93
93
  /**
94
94
  * Gets or sets the threshold to use when searching for items using ItemSearchMode.
95
95
  */
96
96
  get itemSearchThreshold() {
97
- return this.i.ys;
97
+ return this.i.y1;
98
98
  }
99
99
  set itemSearchThreshold(v) {
100
- this.i.ys = +v;
100
+ this.i.y1 = +v;
101
101
  }
102
102
  /**
103
103
  * Event raised when Assigning Category Style
@@ -28,20 +28,20 @@ export let IgxGeographicTileSeriesComponent = /*@__PURE__*/ (() => {
28
28
  * Gets whether the current series shows a tile imagery.
29
29
  */
30
30
  get isTile() {
31
- return this.i.f4;
31
+ return this.i.f6;
32
32
  }
33
33
  /**
34
34
  * The MapImagery which is used to provide the tiles for display.
35
35
  */
36
36
  get tileImagery() {
37
- const r = this.i.ys;
37
+ const r = this.i.y1;
38
38
  if (r == null) {
39
39
  return null;
40
40
  }
41
41
  return r.externalObject;
42
42
  }
43
43
  set tileImagery(v) {
44
- v == null ? this.i.ys = null : this.i.ys = v.i;
44
+ v == null ? this.i.y1 = null : this.i.y1 = v.i;
45
45
  }
46
46
  findByName(name) {
47
47
  var baseResult = super.findByName(name);
@@ -58,7 +58,7 @@ export let IgxGeographicTileSeriesComponent = /*@__PURE__*/ (() => {
58
58
 
59
59
  */
60
60
  clearTileCache() {
61
- this.i.yw();
61
+ this.i.y5();
62
62
  }
63
63
  /**
64
64
  * This event is fired whenever the image tiles transition from a loading state (e.g. some are fading in) to a loaded state.
@@ -39,56 +39,56 @@ export let IgxGeographicXYTriangulatingSeriesComponent = /*@__PURE__*/ (() => {
39
39
  * The name of the property from which to extract the Longitude for each item in the ItemsSource.
40
40
  */
41
41
  get longitudeMemberPath() {
42
- return this.i.xn;
42
+ return this.i.xw;
43
43
  }
44
44
  set longitudeMemberPath(v) {
45
- this.i.xn = v;
45
+ this.i.xw = v;
46
46
  }
47
47
  /**
48
48
  * The name of the property from which to extract the Latitude for each item in the ItemsSource.
49
49
  */
50
50
  get latitudeMemberPath() {
51
- return this.i.xl;
51
+ return this.i.xu;
52
52
  }
53
53
  set latitudeMemberPath(v) {
54
- this.i.xl = v;
54
+ this.i.xu = v;
55
55
  }
56
56
  /**
57
57
  * The source of triangulation data.
58
58
  * 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.
59
59
  */
60
60
  get trianglesSource() {
61
- return this.i.xk;
61
+ return this.i.xt;
62
62
  }
63
63
  set trianglesSource(v) {
64
- this.i.xk = v;
64
+ this.i.xt = v;
65
65
  }
66
66
  /**
67
67
  * The name of the property of the TrianglesSource items which, for each triangle, contains the index of the first vertex point in the ItemsSource.
68
68
  */
69
69
  get triangleVertexMemberPath1() {
70
- return this.i.xq;
70
+ return this.i.xz;
71
71
  }
72
72
  set triangleVertexMemberPath1(v) {
73
- this.i.xq = v;
73
+ this.i.xz = 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 second vertex point in the ItemsSource.
77
77
  */
78
78
  get triangleVertexMemberPath2() {
79
- return this.i.xs;
79
+ return this.i.x1;
80
80
  }
81
81
  set triangleVertexMemberPath2(v) {
82
- this.i.xs = v;
82
+ this.i.x1 = 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 third vertex point in the ItemsSource.
86
86
  */
87
87
  get triangleVertexMemberPath3() {
88
- return this.i.xu;
88
+ return this.i.x3;
89
89
  }
90
90
  set triangleVertexMemberPath3(v) {
91
- this.i.xu = v;
91
+ this.i.x3 = v;
92
92
  }
93
93
  }
94
94
  IgxGeographicXYTriangulatingSeriesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxGeographicXYTriangulatingSeriesComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
@@ -24,20 +24,20 @@ export let IgxTileSeriesComponent = /*@__PURE__*/ (() => {
24
24
  * Gets whether the current series shows a tile imagery.
25
25
  */
26
26
  get isTile() {
27
- return this.i.f4;
27
+ return this.i.f6;
28
28
  }
29
29
  /**
30
30
  * The MapImagery which is used to provide the tiles for display.
31
31
  */
32
32
  get tileImagery() {
33
- const r = this.i.aam;
33
+ const r = this.i.aav;
34
34
  if (r == null) {
35
35
  return null;
36
36
  }
37
37
  return r.externalObject;
38
38
  }
39
39
  set tileImagery(v) {
40
- v == null ? this.i.aam = null : this.i.aam = v.i;
40
+ v == null ? this.i.aav = null : this.i.aav = v.i;
41
41
  }
42
42
  findByName(name) {
43
43
  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 };