igniteui-angular-maps 20.0.2-beta.1 → 20.0.2-beta.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 (104) hide show
  1. package/bundles/igniteui-angular-maps.umd.js +1409 -1409
  2. package/bundles/igniteui-angular-maps.umd.min.js +1 -1
  3. package/esm2015/lib/{AzureMapsMapImagery.js → AzureMapsImagery.js} +1 -1
  4. package/esm2015/lib/AzureMapsImageryStyle.js +14 -14
  5. package/{esm5/lib/AzureMapsMapImagery.js → esm2015/lib/AzureMapsImageryView.js} +1 -1
  6. package/esm2015/lib/{AzureMapsMapImageryView_combined.js → AzureMapsImageryView_combined.js} +18 -18
  7. package/esm2015/lib/GeographicContourLineSeriesView_combined.js +35 -35
  8. package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +69 -69
  9. package/esm2015/lib/GeographicMapSeriesHost_combined.js +163 -163
  10. package/esm2015/lib/GeographicMarkerSeries.js +25 -25
  11. package/esm2015/lib/GeographicPolylineSeriesView_combined.js +15 -15
  12. package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +84 -84
  13. package/esm2015/lib/GeographicShapeSeriesBase_combined.js +58 -58
  14. package/esm2015/lib/GeographicShapeSeriesView_combined.js +49 -49
  15. package/esm2015/lib/GeographicSymbolSeriesView_combined.js +53 -53
  16. package/esm2015/lib/GeographicTileSeries.js +26 -26
  17. package/esm2015/lib/TileSeries_combined.js +79 -79
  18. package/esm2015/lib/XamGeographicMap_combined.js +448 -448
  19. package/esm2015/lib/igx-azure-maps-imagery-dynamic-module.js +34 -0
  20. package/esm2015/lib/{igx-azure-maps-map-imagery-module.js → igx-azure-maps-imagery-module.js} +7 -7
  21. package/esm2015/lib/{igx-azure-maps-map-imagery.js → igx-azure-maps-imagery.js} +4 -4
  22. package/esm2015/lib/igx-geographic-contour-line-series-component.js +8 -8
  23. package/esm2015/lib/igx-geographic-high-density-scatter-series-component.js +22 -22
  24. package/esm2015/lib/igx-geographic-map-component.js +39 -39
  25. package/esm2015/lib/igx-geographic-map-series-host-component.js +11 -11
  26. package/esm2015/lib/igx-geographic-marker-series-component.js +22 -22
  27. package/esm2015/lib/igx-geographic-polyline-series-component.js +10 -10
  28. package/esm2015/lib/igx-geographic-proportional-symbol-series-component.js +32 -32
  29. package/esm2015/lib/igx-geographic-scatter-area-series-component.js +7 -7
  30. package/esm2015/lib/igx-geographic-shape-series-base-component.js +22 -22
  31. package/esm2015/lib/igx-geographic-shape-series-component.js +32 -32
  32. package/esm2015/lib/igx-geographic-symbol-series-component.js +14 -14
  33. package/esm2015/lib/igx-geographic-tile-series-component.js +3 -3
  34. package/esm2015/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  35. package/esm2015/lib/igx-tile-series-component.js +2 -2
  36. package/esm2015/public_api.js +5 -5
  37. package/{esm2015/lib/AzureMapsMapImageryView.js → esm5/lib/AzureMapsImagery.js} +1 -1
  38. package/esm5/lib/AzureMapsImageryStyle.js +14 -14
  39. package/esm5/lib/{AzureMapsMapImageryView.js → AzureMapsImageryView.js} +1 -1
  40. package/esm5/lib/{AzureMapsMapImageryView_combined.js → AzureMapsImageryView_combined.js} +33 -33
  41. package/esm5/lib/GeographicContourLineSeriesView_combined.js +35 -35
  42. package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +69 -69
  43. package/esm5/lib/GeographicMapSeriesHost_combined.js +161 -161
  44. package/esm5/lib/GeographicMarkerSeries.js +25 -25
  45. package/esm5/lib/GeographicPolylineSeriesView_combined.js +15 -15
  46. package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +84 -84
  47. package/esm5/lib/GeographicShapeSeriesBase_combined.js +57 -57
  48. package/esm5/lib/GeographicShapeSeriesView_combined.js +49 -49
  49. package/esm5/lib/GeographicSymbolSeriesView_combined.js +53 -53
  50. package/esm5/lib/GeographicTileSeries.js +25 -25
  51. package/esm5/lib/TileSeries_combined.js +77 -77
  52. package/esm5/lib/XamGeographicMap_combined.js +441 -441
  53. package/esm5/lib/igx-azure-maps-imagery-dynamic-module.js +33 -0
  54. package/esm5/lib/{igx-azure-maps-map-imagery-module.js → igx-azure-maps-imagery-module.js} +8 -8
  55. package/esm5/lib/{igx-azure-maps-map-imagery.js → igx-azure-maps-imagery.js} +16 -16
  56. package/esm5/lib/igx-geographic-contour-line-series-component.js +8 -8
  57. package/esm5/lib/igx-geographic-high-density-scatter-series-component.js +22 -22
  58. package/esm5/lib/igx-geographic-map-component.js +39 -39
  59. package/esm5/lib/igx-geographic-map-series-host-component.js +11 -11
  60. package/esm5/lib/igx-geographic-marker-series-component.js +22 -22
  61. package/esm5/lib/igx-geographic-polyline-series-component.js +10 -10
  62. package/esm5/lib/igx-geographic-proportional-symbol-series-component.js +32 -32
  63. package/esm5/lib/igx-geographic-scatter-area-series-component.js +7 -7
  64. package/esm5/lib/igx-geographic-shape-series-base-component.js +22 -22
  65. package/esm5/lib/igx-geographic-shape-series-component.js +32 -32
  66. package/esm5/lib/igx-geographic-symbol-series-component.js +14 -14
  67. package/esm5/lib/igx-geographic-tile-series-component.js +3 -3
  68. package/esm5/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  69. package/esm5/lib/igx-tile-series-component.js +2 -2
  70. package/esm5/public_api.js +5 -5
  71. package/fesm2015/igniteui-angular-maps.js +1395 -1395
  72. package/fesm5/igniteui-angular-maps.js +1405 -1405
  73. package/lib/AzureMapsImagery.d.ts +1 -0
  74. package/lib/AzureMapsImageryStyle.d.ts +13 -13
  75. package/lib/AzureMapsImageryView.d.ts +1 -0
  76. package/lib/{AzureMapsMapImageryView_combined.d.ts → AzureMapsImageryView_combined.d.ts} +5 -5
  77. package/lib/GeographicContourLineSeriesView_combined.d.ts +11 -11
  78. package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +16 -16
  79. package/lib/GeographicMapSeriesHost_combined.d.ts +27 -27
  80. package/lib/GeographicMarkerSeries.d.ts +13 -13
  81. package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
  82. package/lib/GeographicPolylineSeriesView_combined.d.ts +7 -7
  83. package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
  84. package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +21 -21
  85. package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
  86. package/lib/GeographicShapeSeriesBase_combined.d.ts +18 -18
  87. package/lib/GeographicShapeSeriesView_combined.d.ts +20 -20
  88. package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
  89. package/lib/GeographicSymbolSeriesView_combined.d.ts +14 -14
  90. package/lib/GeographicTileSeries.d.ts +8 -8
  91. package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
  92. package/lib/TileSeries_combined.d.ts +18 -18
  93. package/lib/XamGeographicMap_combined.d.ts +96 -96
  94. package/lib/igx-azure-maps-imagery-dynamic-module.d.ts +9 -0
  95. package/lib/igx-azure-maps-imagery-module.d.ts +7 -0
  96. package/lib/{igx-azure-maps-map-imagery.d.ts → igx-azure-maps-imagery.d.ts} +5 -5
  97. package/package.json +3 -3
  98. package/public_api.d.ts +5 -5
  99. package/esm2015/lib/igx-azure-maps-map-imagery-dynamic-module.js +0 -34
  100. package/esm5/lib/igx-azure-maps-map-imagery-dynamic-module.js +0 -33
  101. package/lib/AzureMapsMapImagery.d.ts +0 -1
  102. package/lib/AzureMapsMapImageryView.d.ts +0 -1
  103. package/lib/igx-azure-maps-map-imagery-dynamic-module.d.ts +0 -9
  104. package/lib/igx-azure-maps-map-imagery-module.d.ts +0 -7
@@ -20,14 +20,14 @@ var GeographicMapSeriesHost = /** @class */ /*@__PURE__*/ (function (_super) {
20
20
  __extends(GeographicMapSeriesHost, _super);
21
21
  function GeographicMapSeriesHost() {
22
22
  var _this = _super.call(this) || this;
23
- _this.w8 = null;
24
- _this.xa = _this.w9();
23
+ _this.w9 = null;
24
+ _this.xb = _this.xa();
25
25
  return _this;
26
26
  }
27
- GeographicMapSeriesHost.prototype.qm = function () {
28
- _super.prototype.qm.call(this);
29
- if (this.xa != null) {
30
- this.xa.qm();
27
+ GeographicMapSeriesHost.prototype.qn = function () {
28
+ _super.prototype.qn.call(this);
29
+ if (this.xb != null) {
30
+ this.xb.qn();
31
31
  }
32
32
  };
33
33
  GeographicMapSeriesHost.prototype.get_fd = function () {
@@ -41,7 +41,7 @@ var GeographicMapSeriesHost = /** @class */ /*@__PURE__*/ (function (_super) {
41
41
  if (c == "LongitudeMemberPath") {
42
42
  c = "XMemberPath";
43
43
  }
44
- return this.xa.ku(a, c);
44
+ return this.xb.ku(a, c);
45
45
  };
46
46
  GeographicMapSeriesHost.prototype.mi = function (a) {
47
47
  var b = this.ni(a);
@@ -51,319 +51,319 @@ var GeographicMapSeriesHost = /** @class */ /*@__PURE__*/ (function (_super) {
51
51
  if (b == "LongitudeMemberPath") {
52
52
  b = "XMemberPath";
53
53
  }
54
- return this.xa.mi(b);
54
+ return this.xb.mi(b);
55
55
  };
56
56
  GeographicMapSeriesHost.prototype.get_km = function () {
57
- return this.k4(this.xa);
57
+ return this.k4(this.xb);
58
58
  };
59
59
  GeographicMapSeriesHost.prototype.set_km = function (a) {
60
- this.o5(this.xa, a);
60
+ this.o5(this.xb, a);
61
61
  };
62
62
  GeographicMapSeriesHost.prototype.ed = function (a, b, c, d, e) {
63
- return this.xa.ed(a, b, c, d, e);
63
+ return this.xb.ed(a, b, c, d, e);
64
64
  };
65
65
  GeographicMapSeriesHost.prototype.ai = function () {
66
- return this.xa.ai();
66
+ return this.xb.ai();
67
67
  };
68
68
  GeographicMapSeriesHost.prototype.bp = function () {
69
- return this.xa;
69
+ return this.xb;
70
70
  };
71
- Object.defineProperty(GeographicMapSeriesHost.prototype, "xa", {
71
+ Object.defineProperty(GeographicMapSeriesHost.prototype, "xb", {
72
72
  get: function () {
73
- return this.w8;
73
+ return this.w9;
74
74
  },
75
75
  set: function (a) {
76
- var b = this.w8;
77
- var c = this.xa != a;
76
+ var b = this.w9;
77
+ var c = this.xb != a;
78
78
  if (c) {
79
- this.w8 = a;
80
- this.xf(b, this.w8);
79
+ this.w9 = a;
80
+ this.xg(b, this.w9);
81
81
  }
82
82
  },
83
83
  enumerable: false,
84
84
  configurable: true
85
85
  });
86
86
  GeographicMapSeriesHost.prototype.get_hasMarkers = function () {
87
- return this.xa.hasMarkers;
87
+ return this.xb.hasMarkers;
88
88
  };
89
- GeographicMapSeriesHost.prototype.xf = function (a, b) {
90
- if (this.w8 != null) {
91
- var hostedSeries_ = this.w8;
89
+ GeographicMapSeriesHost.prototype.xg = function (a, b) {
90
+ if (this.w9 != null) {
91
+ var hostedSeries_ = this.w9;
92
92
  hostedSeries_.externalObject = TypeRegistrar.createFromInternal(hostedSeries_, PlatformConstants.Prefix, PlatformConstants.Postfix);
93
93
  hostedSeries_.externalObject._implementation = hostedSeries_;
94
94
  }
95
- this.pl(this.xa);
96
- this.xb.ci();
95
+ this.pl(this.xb);
96
+ this.xc.ci();
97
97
  if (a != null) {
98
98
  var c = (a);
99
- this.r9(c, null);
99
+ this.sa(c, null);
100
100
  }
101
101
  if (b != null) {
102
102
  var d = (b);
103
- this.r9(d, this);
103
+ this.sa(d, this);
104
104
  }
105
105
  };
106
106
  GeographicMapSeriesHost.prototype.dh = function (a, b, c) {
107
- return this.dj(this.xa, a, b, c);
107
+ return this.dj(this.xb, a, b, c);
108
108
  };
109
109
  GeographicMapSeriesHost.prototype.di = function (a, b, c) {
110
- return this.dk(this.xa, a, b, c);
110
+ return this.dk(this.xb, a, b, c);
111
111
  };
112
112
  GeographicMapSeriesHost.prototype.kr = function (a) {
113
- return this.k0(this.xa, a);
113
+ return this.k0(this.xb, a);
114
114
  };
115
115
  GeographicMapSeriesHost.prototype.ke = function (a, b) {
116
- return this.xa.ke(a, b);
116
+ return this.xb.ke(a, b);
117
117
  };
118
118
  GeographicMapSeriesHost.prototype.kc = function (a, b) {
119
- return this.xa.kc(a, b);
119
+ return this.xb.kc(a, b);
120
120
  };
121
121
  GeographicMapSeriesHost.prototype.i8 = function (a, b, c) {
122
- return this.xa.i8(a, b, c);
122
+ return this.xb.i8(a, b, c);
123
123
  };
124
- GeographicMapSeriesHost.prototype.wm = function (a, b, c) {
125
- return this.xa.wm(a, b, c);
124
+ GeographicMapSeriesHost.prototype.wn = function (a, b, c) {
125
+ return this.xb.wn(a, b, c);
126
126
  };
127
- GeographicMapSeriesHost.prototype.wx = function (a) {
128
- return this.xa.wx(a);
127
+ GeographicMapSeriesHost.prototype.wy = function (a) {
128
+ return this.xb.wy(a);
129
129
  };
130
130
  GeographicMapSeriesHost.prototype.ao = function (a) {
131
- return this.xa.ao(a);
131
+ return this.xb.ao(a);
132
132
  };
133
- GeographicMapSeriesHost.prototype.wy = function (a) {
134
- return this.xa.wy(a);
133
+ GeographicMapSeriesHost.prototype.wz = function (a) {
134
+ return this.xb.wz(a);
135
135
  };
136
136
  GeographicMapSeriesHost.prototype.ap = function (a) {
137
- return this.xa.ap(a);
138
- };
139
- GeographicMapSeriesHost.prototype.wz = function (a) {
140
- return this.xa.wz(a);
137
+ return this.xb.ap(a);
141
138
  };
142
139
  GeographicMapSeriesHost.prototype.w0 = function (a) {
143
- return this.xa.w0(a);
140
+ return this.xb.w0(a);
141
+ };
142
+ GeographicMapSeriesHost.prototype.w1 = function (a) {
143
+ return this.xb.w1(a);
144
144
  };
145
145
  GeographicMapSeriesHost.prototype.i4 = function (a, b, c) {
146
- return this.xa.i4(a, b, c);
146
+ return this.xb.i4(a, b, c);
147
147
  };
148
- GeographicMapSeriesHost.prototype.wi = function (a, b, c) {
149
- return this.xa.wi(a, b, c);
148
+ GeographicMapSeriesHost.prototype.wj = function (a, b, c) {
149
+ return this.xb.wj(a, b, c);
150
150
  };
151
151
  GeographicMapSeriesHost.prototype.i6 = function (a, b, c) {
152
152
  return this.i8(a, b, c);
153
153
  };
154
- GeographicMapSeriesHost.prototype.wk = function (a, b, c) {
155
- return this.xa.wk(a, b, c);
154
+ GeographicMapSeriesHost.prototype.wl = function (a, b, c) {
155
+ return this.xb.wl(a, b, c);
156
156
  };
157
- GeographicMapSeriesHost.prototype.wn = function (a, b, c) {
158
- return this.xa.wn(a, b, c);
157
+ GeographicMapSeriesHost.prototype.wo = function (a, b, c) {
158
+ return this.xb.wo(a, b, c);
159
159
  };
160
160
  GeographicMapSeriesHost.prototype.i9 = function (a, b, c) {
161
- return this.xa.i9(a, b, c);
161
+ return this.xb.i9(a, b, c);
162
162
  };
163
- GeographicMapSeriesHost.prototype.wj = function (a, b, c) {
164
- return this.xa.wj(a, b, c);
163
+ GeographicMapSeriesHost.prototype.wk = function (a, b, c) {
164
+ return this.xb.wk(a, b, c);
165
165
  };
166
166
  GeographicMapSeriesHost.prototype.i5 = function (a, b, c) {
167
- return this.xa.i5(a, b, c);
167
+ return this.xb.i5(a, b, c);
168
168
  };
169
- GeographicMapSeriesHost.prototype.wl = function (a, b, c) {
170
- return this.xa.wl(a, b, c);
169
+ GeographicMapSeriesHost.prototype.wm = function (a, b, c) {
170
+ return this.xb.wm(a, b, c);
171
171
  };
172
172
  GeographicMapSeriesHost.prototype.i7 = function (a, b, c) {
173
- return this.xa.i7(a, b, c);
173
+ return this.xb.i7(a, b, c);
174
174
  };
175
175
  GeographicMapSeriesHost.prototype.j8 = function (a) {
176
- return this.xa.j8(a);
176
+ return this.xb.j8(a);
177
177
  };
178
178
  GeographicMapSeriesHost.prototype.iy = function () {
179
- return this.xa.iy();
179
+ return this.xb.iy();
180
180
  };
181
181
  GeographicMapSeriesHost.prototype.iu = function (a) {
182
- return this.xa.iu(a);
182
+ return this.xb.iu(a);
183
183
  };
184
184
  GeographicMapSeriesHost.prototype.ks = function (a) {
185
- return this.xa.ks(a);
185
+ return this.xb.ks(a);
186
186
  };
187
187
  GeographicMapSeriesHost.prototype.ct = function () {
188
188
  return new HostSeriesView(this);
189
189
  };
190
- GeographicMapSeriesHost.prototype.q7 = function (a) {
191
- _super.prototype.q7.call(this, a);
192
- this.xb = typeCast(HostSeriesView.$, a);
190
+ GeographicMapSeriesHost.prototype.q8 = function (a) {
191
+ _super.prototype.q8.call(this, a);
192
+ this.xc = typeCast(HostSeriesView.$, a);
193
193
  };
194
- Object.defineProperty(GeographicMapSeriesHost.prototype, "xc", {
194
+ Object.defineProperty(GeographicMapSeriesHost.prototype, "xd", {
195
195
  get: function () {
196
- return this.c(GeographicMapSeriesHost.xh);
196
+ return this.c(GeographicMapSeriesHost.xi);
197
197
  },
198
198
  set: function (a) {
199
- this.h(GeographicMapSeriesHost.xh, a);
199
+ this.h(GeographicMapSeriesHost.xi, a);
200
200
  },
201
201
  enumerable: false,
202
202
  configurable: true
203
203
  });
204
- GeographicMapSeriesHost.prototype.rg = function (a, b, c, d) {
205
- _super.prototype.rg.call(this, a, b, c, d);
204
+ GeographicMapSeriesHost.prototype.rh = function (a, b, c, d) {
205
+ _super.prototype.rh.call(this, a, b, c, d);
206
206
  switch (b) {
207
207
  case "SeriesViewer":
208
- this.xa.dc = this.dc;
208
+ this.xb.dc = this.dc;
209
209
  if (c != null) {
210
- c.sf(this.xa);
210
+ c.sg(this.xb);
211
211
  }
212
212
  if (d != null) {
213
- this.dc.n5(this.xa);
213
+ this.dc.n6(this.xb);
214
214
  }
215
- this.xa.rj(this.w2);
216
- this.xa.index = this.index;
217
- this.p6(this.xa);
218
- this.kk = this.xa.kk;
215
+ this.xb.rk(this.w3);
216
+ this.xb.index = this.index;
217
+ this.p6(this.xb);
218
+ this.kk = this.xb.kk;
219
219
  var e = typeCast(SeriesViewer.$, c);
220
220
  if (e != null) {
221
- e.actualWindowRectChanged = delegateRemove(e.actualWindowRectChanged, runOn(this, this.xg));
221
+ e.actualWindowRectChanged = delegateRemove(e.actualWindowRectChanged, runOn(this, this.xh));
222
222
  }
223
223
  if (this.dc != null) {
224
224
  var f = this.dc;
225
- f.actualWindowRectChanged = delegateCombine(f.actualWindowRectChanged, runOn(this, this.xg));
225
+ f.actualWindowRectChanged = delegateCombine(f.actualWindowRectChanged, runOn(this, this.xh));
226
226
  }
227
- this.xe();
227
+ this.xf();
228
228
  break;
229
229
  case "SyncLink":
230
- this.xa.c4 = this.c4;
230
+ this.xb.c4 = this.c4;
231
231
  break;
232
232
  case "VisibleFromScale":
233
- this.xe();
233
+ this.xf();
234
234
  break;
235
235
  case "Index":
236
- this.xa.index = this.index;
236
+ this.xb.index = this.index;
237
237
  break;
238
238
  case "ItemsSource":
239
- this.xb.cj();
239
+ this.xc.cj();
240
240
  break;
241
241
  case "Resolution":
242
- this.xb.cq();
242
+ this.xc.cq();
243
243
  break;
244
244
  case "TransitionDuration":
245
- this.xb.ct();
245
+ this.xc.ct();
246
246
  break;
247
247
  case "Opacity":
248
- this.xb.cn();
248
+ this.xc.cn();
249
249
  break;
250
250
  case "Visibility":
251
- var hs_ = this.xa;
251
+ var hs_ = this.xb;
252
252
  var v_ = this._visibility;
253
253
  hs_.visibility = v_;
254
254
  break;
255
255
  case "MouseOverEnabled":
256
- this.xa.f9 = this.f9;
256
+ this.xb.f9 = this.f9;
257
257
  break;
258
258
  case "ExpectFunctions":
259
- this.xa.expectFunctions = this.expectFunctions;
259
+ this.xb.expectFunctions = this.expectFunctions;
260
260
  break;
261
261
  case "Thickness":
262
- this.xb.cs();
262
+ this.xc.cs();
263
263
  break;
264
264
  case "Brush":
265
- this.xb.ch();
265
+ this.xc.ch();
266
266
  break;
267
267
  case "Outline":
268
- this.xb.cp();
268
+ this.xc.cp();
269
269
  break;
270
270
  case "ActualBrush":
271
- this.xb.ce();
271
+ this.xc.ce();
272
272
  break;
273
273
  case "ActualOutline":
274
- this.xb.cf();
274
+ this.xc.cf();
275
275
  break;
276
276
  case "MarkerFillOpacity":
277
277
  if (!isNaN_(this.jj)) {
278
- this.xb.cm();
278
+ this.xc.cm();
279
279
  }
280
280
  break;
281
281
  case "AreaFillOpacity":
282
282
  if (!isNaN_(this.il)) {
283
- this.xb.cg();
283
+ this.xc.cg();
284
284
  }
285
285
  break;
286
286
  case "OutlineMode":
287
- this.xb.co();
287
+ this.xc.co();
288
288
  break;
289
289
  case "ShowDefaultTooltip":
290
- this.xb.cr();
290
+ this.xc.cr();
291
291
  break;
292
292
  case "Title":
293
- this.xa.title = this.title;
293
+ this.xb.title = this.title;
294
294
  break;
295
295
  case "LegendItemBadgeMode":
296
- this.xb.ck();
296
+ this.xc.ck();
297
297
  break;
298
298
  case "LegendItemBadgeShape":
299
- this.xb.cl();
299
+ this.xc.cl();
300
300
  break;
301
301
  case "Legend":
302
- this.xa.legend = this.legend;
302
+ this.xb.legend = this.legend;
303
303
  this.cw.a5();
304
304
  break;
305
305
  }
306
306
  };
307
- GeographicMapSeriesHost.prototype.xe = function () {
308
- if (this.dc == null || this.xa == null) {
307
+ GeographicMapSeriesHost.prototype.xf = function () {
308
+ if (this.dc == null || this.xb == null) {
309
309
  return;
310
310
  }
311
- if (!isNaN_(this.xc)) {
312
- if (this.dc.xm.width > this.xc) {
313
- var hs_ = this.xa;
311
+ if (!isNaN_(this.xd)) {
312
+ if (this.dc.xn.width > this.xd) {
313
+ var hs_ = this.xb;
314
314
  var v_ = 1;
315
315
  hs_.visibility = v_;
316
316
  }
317
317
  else {
318
- var hs2_ = this.xa;
318
+ var hs2_ = this.xb;
319
319
  var v2_ = 0;
320
320
  hs2_.visibility = v2_;
321
321
  }
322
322
  }
323
323
  };
324
- GeographicMapSeriesHost.prototype.xg = function (a, b) {
325
- this.xe();
324
+ GeographicMapSeriesHost.prototype.xh = function (a, b) {
325
+ this.xf();
326
326
  };
327
- GeographicMapSeriesHost.prototype.ry = function (a) {
328
- _super.prototype.ry.call(this, a);
329
- if (this.xa != null) {
330
- this.xa.ry(a);
327
+ GeographicMapSeriesHost.prototype.rz = function (a) {
328
+ _super.prototype.rz.call(this, a);
329
+ if (this.xb != null) {
330
+ this.xb.rz(a);
331
331
  }
332
332
  };
333
- GeographicMapSeriesHost.prototype.rb = function (a) {
334
- _super.prototype.rb.call(this, a);
335
- if (this.xa != null) {
336
- this.xa.qt();
333
+ GeographicMapSeriesHost.prototype.rc = function (a) {
334
+ _super.prototype.rc.call(this, a);
335
+ if (this.xb != null) {
336
+ this.xb.qu();
337
337
  }
338
338
  };
339
- GeographicMapSeriesHost.prototype.rx = function (a, b, c, d, e) {
340
- if (this.xa != null) {
341
- this.xa.rx(a, b, c, d, e);
339
+ GeographicMapSeriesHost.prototype.ry = function (a, b, c, d, e) {
340
+ if (this.xb != null) {
341
+ this.xb.ry(a, b, c, d, e);
342
342
  }
343
343
  };
344
344
  GeographicMapSeriesHost.prototype.a2 = function (a, b) {
345
- return this.xa.a2(a, b);
345
+ return this.xb.a2(a, b);
346
346
  };
347
- GeographicMapSeriesHost.prototype.sk = function () {
348
- _super.prototype.sk.call(this);
349
- this.xa.sk();
347
+ GeographicMapSeriesHost.prototype.sl = function () {
348
+ _super.prototype.sl.call(this);
349
+ this.xb.sl();
350
350
  };
351
351
  GeographicMapSeriesHost.prototype.get_coercionMethods = function () {
352
352
  return this._coercionMethods;
353
353
  };
354
354
  GeographicMapSeriesHost.prototype.set_coercionMethods = function (a) {
355
355
  this._coercionMethods = a;
356
- this.xa.coercionMethods = a;
356
+ this.xb.coercionMethods = a;
357
357
  };
358
358
  GeographicMapSeriesHost.prototype.p5 = function (a) {
359
359
  _super.prototype.p5.call(this, a);
360
- if (this.xa != null) {
361
- var b = this.xa.kq();
360
+ if (this.xb != null) {
361
+ var b = this.xb.kq();
362
362
  this.pe(a, b);
363
363
  }
364
364
  };
365
365
  GeographicMapSeriesHost.$t = markType(GeographicMapSeriesHost, 'GeographicMapSeriesHost', Series.$);
366
- GeographicMapSeriesHost.xh = DependencyProperty.i("VisibleFromScale", Number_$type, GeographicMapSeriesHost.$, new PropertyMetadata(2, 1, function (a, b) {
366
+ GeographicMapSeriesHost.xi = DependencyProperty.i("VisibleFromScale", Number_$type, GeographicMapSeriesHost.$, new PropertyMetadata(2, 1, function (a, b) {
367
367
  var c = a;
368
368
  c.raisePropertyChanged("VisibleFromScale", b.oldValue, b.newValue);
369
369
  }));
@@ -386,66 +386,66 @@ var HostSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
386
386
  };
387
387
  HostSeriesView.prototype.ci = function () {
388
388
  this.cd.legendItemVisibility = 1;
389
- this.cd.xa.legendItemVisibility = 0;
390
- this.cd.xa.itemsSource = this.cd.itemsSource;
391
- this.cd.xa.index = this.cd.index;
392
- this.cd.xa.vp = this.cd.vp;
393
- this.cd.xa.v5 = this.cd.vp;
394
- this.cd.xa.cj = this.cd.cj;
395
- this.cd.xa.jm = this.cd.jm;
396
- this.cd.xa.kh = this.cd.kh;
397
- this.cd.xa._opacity = this.cd._opacity;
398
- this.cd.xa.jt = this.cd.jt;
399
- this.cd.xa.il = this.cd.il;
400
- this.cd.xa.jj = this.cd.jj;
401
- this.cd.xa.gq = this.cd.gq;
402
- this.cd.xa.legendItemBadgeShape = this.cd.legendItemBadgeShape;
403
- this.cd.xa.be = this.cd.be;
389
+ this.cd.xb.legendItemVisibility = 0;
390
+ this.cd.xb.itemsSource = this.cd.itemsSource;
391
+ this.cd.xb.index = this.cd.index;
392
+ this.cd.xb.vq = this.cd.vq;
393
+ this.cd.xb.v6 = this.cd.vq;
394
+ this.cd.xb.cj = this.cd.cj;
395
+ this.cd.xb.jm = this.cd.jm;
396
+ this.cd.xb.kh = this.cd.kh;
397
+ this.cd.xb._opacity = this.cd._opacity;
398
+ this.cd.xb.jt = this.cd.jt;
399
+ this.cd.xb.il = this.cd.il;
400
+ this.cd.xb.jj = this.cd.jj;
401
+ this.cd.xb.gq = this.cd.gq;
402
+ this.cd.xb.legendItemBadgeShape = this.cd.legendItemBadgeShape;
403
+ this.cd.xb.be = this.cd.be;
404
404
  };
405
405
  HostSeriesView.prototype.cj = function () {
406
- this.cd.xa.itemsSource = this.cd.itemsSource;
406
+ this.cd.xb.itemsSource = this.cd.itemsSource;
407
407
  };
408
408
  HostSeriesView.prototype.cq = function () {
409
- this.cd.xa.jm = this.cd.jm;
409
+ this.cd.xb.jm = this.cd.jm;
410
410
  };
411
411
  HostSeriesView.prototype.ct = function () {
412
- this.cd.xa.kh = this.cd.kh;
412
+ this.cd.xb.kh = this.cd.kh;
413
413
  };
414
414
  HostSeriesView.prototype.cn = function () {
415
- this.cd.xa._opacity = this.cd._opacity;
415
+ this.cd.xb._opacity = this.cd._opacity;
416
416
  };
417
417
  HostSeriesView.prototype.cs = function () {
418
- this.cd.xa.jt = this.cd.jt;
418
+ this.cd.xb.jt = this.cd.jt;
419
419
  };
420
420
  HostSeriesView.prototype.ch = function () {
421
- this.cd.xa.vp = this.cd.vp;
421
+ this.cd.xb.vq = this.cd.vq;
422
422
  };
423
423
  HostSeriesView.prototype.cp = function () {
424
- this.cd.xa.v5 = this.cd.v5;
424
+ this.cd.xb.v6 = this.cd.v6;
425
425
  };
426
426
  HostSeriesView.prototype.ce = function () {
427
- this.cd.xa.vp = this.cd.vj;
427
+ this.cd.xb.vq = this.cd.vk;
428
428
  };
429
429
  HostSeriesView.prototype.cf = function () {
430
- this.cd.xa.v5 = this.cd.vn;
430
+ this.cd.xb.v6 = this.cd.vo;
431
431
  };
432
432
  HostSeriesView.prototype.ck = function () {
433
- this.cd.xa.be = this.cd.be;
433
+ this.cd.xb.be = this.cd.be;
434
434
  };
435
435
  HostSeriesView.prototype.cl = function () {
436
- this.cd.xa.legendItemBadgeShape = this.cd.legendItemBadgeShape;
436
+ this.cd.xb.legendItemBadgeShape = this.cd.legendItemBadgeShape;
437
437
  };
438
438
  HostSeriesView.prototype.cg = function () {
439
- this.cd.xa.il = this.cd.il;
439
+ this.cd.xb.il = this.cd.il;
440
440
  };
441
441
  HostSeriesView.prototype.cm = function () {
442
- this.cd.xa.jj = this.cd.jj;
442
+ this.cd.xb.jj = this.cd.jj;
443
443
  };
444
444
  HostSeriesView.prototype.co = function () {
445
- this.cd.xa.cj = this.cd.cj;
445
+ this.cd.xb.cj = this.cd.cj;
446
446
  };
447
447
  HostSeriesView.prototype.cr = function () {
448
- this.cd.xa.gq = this.cd.gq;
448
+ this.cd.xb.gq = this.cd.gq;
449
449
  };
450
450
  HostSeriesView.$t = markType(HostSeriesView, 'HostSeriesView', SeriesView.$);
451
451
  return HostSeriesView;