igniteui-angular-maps 17.3.1-alpha.0 → 18.1.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 (78) hide show
  1. package/bundles/igniteui-angular-maps.umd.js +1466 -1460
  2. package/bundles/igniteui-angular-maps.umd.min.js +1 -1
  3. package/esm2015/lib/GeographicContourLineSeriesView_combined.js +39 -39
  4. package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +82 -82
  5. package/esm2015/lib/GeographicMapSeriesHost_combined.js +197 -191
  6. package/esm2015/lib/GeographicMarkerSeries.js +29 -29
  7. package/esm2015/lib/GeographicPolylineSeriesView_combined.js +19 -19
  8. package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +93 -93
  9. package/esm2015/lib/GeographicShapeSeriesBase_combined.js +63 -63
  10. package/esm2015/lib/GeographicShapeSeriesView_combined.js +58 -58
  11. package/esm2015/lib/GeographicSymbolSeriesView_combined.js +60 -60
  12. package/esm2015/lib/GeographicTileSeries.js +29 -29
  13. package/esm2015/lib/SphericalMercatorHorizontalScaler.js +2 -2
  14. package/esm2015/lib/SphericalMercatorVerticalScaler.js +2 -2
  15. package/esm2015/lib/TileSeries_combined.js +93 -93
  16. package/esm2015/lib/XamGeographicMap_combined.js +463 -463
  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-series-host-component.js +22 -22
  21. package/esm2015/lib/igx-geographic-marker-series-component.js +22 -22
  22. package/esm2015/lib/igx-geographic-polyline-series-component.js +11 -11
  23. package/esm2015/lib/igx-geographic-proportional-symbol-series-component.js +33 -33
  24. package/esm2015/lib/igx-geographic-scatter-area-series-component.js +8 -8
  25. package/esm2015/lib/igx-geographic-shape-series-base-component.js +16 -16
  26. package/esm2015/lib/igx-geographic-shape-series-component.js +33 -33
  27. package/esm2015/lib/igx-geographic-symbol-series-component.js +15 -15
  28. package/esm2015/lib/igx-geographic-tile-series-component.js +4 -4
  29. package/esm2015/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  30. package/esm2015/lib/igx-tile-series-component.js +3 -3
  31. package/esm5/lib/GeographicContourLineSeriesView_combined.js +39 -39
  32. package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +82 -82
  33. package/esm5/lib/GeographicMapSeriesHost_combined.js +195 -189
  34. package/esm5/lib/GeographicMarkerSeries.js +29 -29
  35. package/esm5/lib/GeographicPolylineSeriesView_combined.js +19 -19
  36. package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +93 -93
  37. package/esm5/lib/GeographicShapeSeriesBase_combined.js +62 -62
  38. package/esm5/lib/GeographicShapeSeriesView_combined.js +58 -58
  39. package/esm5/lib/GeographicSymbolSeriesView_combined.js +60 -60
  40. package/esm5/lib/GeographicTileSeries.js +28 -28
  41. package/esm5/lib/SphericalMercatorHorizontalScaler.js +2 -2
  42. package/esm5/lib/SphericalMercatorVerticalScaler.js +2 -2
  43. package/esm5/lib/TileSeries_combined.js +91 -91
  44. package/esm5/lib/XamGeographicMap_combined.js +456 -456
  45. package/esm5/lib/igx-geographic-contour-line-series-component.js +9 -9
  46. package/esm5/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
  47. package/esm5/lib/igx-geographic-map-component.js +40 -40
  48. package/esm5/lib/igx-geographic-map-series-host-component.js +22 -22
  49. package/esm5/lib/igx-geographic-marker-series-component.js +22 -22
  50. package/esm5/lib/igx-geographic-polyline-series-component.js +11 -11
  51. package/esm5/lib/igx-geographic-proportional-symbol-series-component.js +33 -33
  52. package/esm5/lib/igx-geographic-scatter-area-series-component.js +8 -8
  53. package/esm5/lib/igx-geographic-shape-series-base-component.js +16 -16
  54. package/esm5/lib/igx-geographic-shape-series-component.js +33 -33
  55. package/esm5/lib/igx-geographic-symbol-series-component.js +15 -15
  56. package/esm5/lib/igx-geographic-tile-series-component.js +4 -4
  57. package/esm5/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  58. package/esm5/lib/igx-tile-series-component.js +3 -3
  59. package/fesm2015/igniteui-angular-maps.js +1483 -1477
  60. package/fesm5/igniteui-angular-maps.js +1466 -1460
  61. package/lib/GeographicContourLineSeriesView_combined.d.ts +16 -16
  62. package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +27 -27
  63. package/lib/GeographicMapSeriesHost_combined.d.ts +56 -54
  64. package/lib/GeographicMarkerSeries.d.ts +18 -18
  65. package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
  66. package/lib/GeographicPolylineSeriesView_combined.d.ts +10 -10
  67. package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
  68. package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +30 -30
  69. package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
  70. package/lib/GeographicShapeSeriesBase_combined.d.ts +25 -25
  71. package/lib/GeographicShapeSeriesView_combined.d.ts +29 -29
  72. package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
  73. package/lib/GeographicSymbolSeriesView_combined.d.ts +22 -22
  74. package/lib/GeographicTileSeries.d.ts +11 -11
  75. package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
  76. package/lib/TileSeries_combined.d.ts +23 -23
  77. package/lib/XamGeographicMap_combined.d.ts +112 -112
  78. package/package.json +5 -5
@@ -6,8 +6,8 @@ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOA
6
6
  */
7
7
  import { __extends } from "tslib";
8
8
  import { Series } from "igniteui-angular-charts";
9
- import { DependencyProperty } from "igniteui-angular-core";
10
9
  import { typeCast, Number_$type, runOn, delegateRemove, delegateCombine, markType, TypeRegistrar } from "igniteui-angular-core";
10
+ import { DependencyProperty } from "igniteui-angular-core";
11
11
  import { SeriesView } from "igniteui-angular-charts";
12
12
  import { SeriesViewer } from "igniteui-angular-charts";
13
13
  import { PropertyMetadata } from "igniteui-angular-core";
@@ -20,329 +20,335 @@ 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.vd = null;
24
- _this.vf = _this.ve();
23
+ _this.wp = null;
24
+ _this.wr = _this.wq();
25
25
  return _this;
26
26
  }
27
- GeographicMapSeriesHost.prototype.pc = function () {
28
- _super.prototype.pc.call(this);
29
- if (this.vf != null) {
30
- this.vf.pc();
27
+ GeographicMapSeriesHost.prototype.qb = function () {
28
+ _super.prototype.qb.call(this);
29
+ if (this.wr != null) {
30
+ this.wr.qb();
31
31
  }
32
32
  };
33
- GeographicMapSeriesHost.prototype.get_ex = function () {
33
+ GeographicMapSeriesHost.prototype.get_fa = function () {
34
34
  return true;
35
35
  };
36
- GeographicMapSeriesHost.prototype.j5 = function (a, b) {
37
- var c = this.mh(b);
36
+ GeographicMapSeriesHost.prototype.ko = function (a, b) {
37
+ var c = this.na(b);
38
38
  if (c == "LatitudeMemberPath") {
39
39
  c = "YMemberPath";
40
40
  }
41
41
  if (c == "LongitudeMemberPath") {
42
42
  c = "XMemberPath";
43
43
  }
44
- return this.vf.j5(a, c);
44
+ return this.wr.ko(a, c);
45
45
  };
46
- GeographicMapSeriesHost.prototype.li = function (a) {
47
- var b = this.mh(a);
46
+ GeographicMapSeriesHost.prototype.ma = function (a) {
47
+ var b = this.na(a);
48
48
  if (b == "LatitudeMemberPath") {
49
49
  b = "YMemberPath";
50
50
  }
51
51
  if (b == "LongitudeMemberPath") {
52
52
  b = "XMemberPath";
53
53
  }
54
- return this.vf.li(b);
54
+ return this.wr.ma(b);
55
+ };
56
+ GeographicMapSeriesHost.prototype.get_kg = function () {
57
+ return this.kx(this.wr);
55
58
  };
56
- GeographicMapSeriesHost.prototype.dz = function (a, b, c, d) {
57
- return this.vf.dz(a, b, c, d);
59
+ GeographicMapSeriesHost.prototype.set_kg = function (a) {
60
+ this.ow(this.wr, a);
58
61
  };
59
- GeographicMapSeriesHost.prototype.ag = function () {
60
- return this.vf.ag();
62
+ GeographicMapSeriesHost.prototype.d9 = function (a, b, c, d) {
63
+ return this.wr.d9(a, b, c, d);
61
64
  };
62
- GeographicMapSeriesHost.prototype.bf = function () {
63
- return this.vf;
65
+ GeographicMapSeriesHost.prototype.ai = function () {
66
+ return this.wr.ai();
64
67
  };
65
- Object.defineProperty(GeographicMapSeriesHost.prototype, "vf", {
68
+ GeographicMapSeriesHost.prototype.bm = function () {
69
+ return this.wr;
70
+ };
71
+ Object.defineProperty(GeographicMapSeriesHost.prototype, "wr", {
66
72
  get: function () {
67
- return this.vd;
73
+ return this.wp;
68
74
  },
69
75
  set: function (a) {
70
- var b = this.vf != a;
76
+ var b = this.wr != a;
71
77
  if (b) {
72
- this.vd = a;
73
- this.vk();
78
+ this.wp = a;
79
+ this.ww();
74
80
  }
75
81
  },
76
82
  enumerable: false,
77
83
  configurable: true
78
84
  });
79
85
  GeographicMapSeriesHost.prototype.get_hasMarkers = function () {
80
- return this.vf.hasMarkers;
86
+ return this.wr.hasMarkers;
81
87
  };
82
- GeographicMapSeriesHost.prototype.vk = function () {
83
- if (this.vd != null) {
84
- var hostedSeries_ = this.vd;
88
+ GeographicMapSeriesHost.prototype.ww = function () {
89
+ if (this.wp != null) {
90
+ var hostedSeries_ = this.wp;
85
91
  hostedSeries_.externalObject = TypeRegistrar.createFromInternal(hostedSeries_, PlatformConstants.Prefix, PlatformConstants.Postfix);
86
92
  hostedSeries_.externalObject._implementation = hostedSeries_;
87
93
  }
88
- this.of(this.vf);
89
- this.vg.b5();
94
+ this.pc(this.wr);
95
+ this.ws.b5();
90
96
  };
91
- GeographicMapSeriesHost.prototype.c6 = function (a, b, c) {
92
- return this.c8(this.vf, a, b, c);
97
+ GeographicMapSeriesHost.prototype.de = function (a, b, c) {
98
+ return this.dg(this.wr, a, b, c);
93
99
  };
94
- GeographicMapSeriesHost.prototype.c7 = function (a, b, c) {
95
- return this.c9(this.vf, a, b, c);
100
+ GeographicMapSeriesHost.prototype.df = function (a, b, c) {
101
+ return this.dh(this.wr, a, b, c);
96
102
  };
97
- GeographicMapSeriesHost.prototype.j2 = function (a) {
98
- return this.j8(this.vf, a);
103
+ GeographicMapSeriesHost.prototype.kl = function (a) {
104
+ return this.kt(this.wr, a);
99
105
  };
100
- GeographicMapSeriesHost.prototype.jq = function (a, b) {
101
- return this.vf.jq(a, b);
106
+ GeographicMapSeriesHost.prototype.j8 = function (a, b) {
107
+ return this.wr.j8(a, b);
102
108
  };
103
- GeographicMapSeriesHost.prototype.jo = function (a, b) {
104
- return this.vf.jo(a, b);
109
+ GeographicMapSeriesHost.prototype.j6 = function (a, b) {
110
+ return this.wr.j6(a, b);
105
111
  };
106
- GeographicMapSeriesHost.prototype.il = function (a, b, c) {
107
- return this.vf.il(a, b, c);
112
+ GeographicMapSeriesHost.prototype.i3 = function (a, b, c) {
113
+ return this.wr.i3(a, b, c);
108
114
  };
109
- GeographicMapSeriesHost.prototype.uu = function (a, b, c) {
110
- return this.vf.uu(a, b, c);
115
+ GeographicMapSeriesHost.prototype.v5 = function (a, b, c) {
116
+ return this.wr.v5(a, b, c);
111
117
  };
112
- GeographicMapSeriesHost.prototype.u5 = function (a) {
113
- return this.vf.u5(a);
118
+ GeographicMapSeriesHost.prototype.wg = function (a) {
119
+ return this.wr.wg(a);
114
120
  };
115
- GeographicMapSeriesHost.prototype.ak = function (a) {
116
- return this.vf.ak(a);
121
+ GeographicMapSeriesHost.prototype.an = function (a) {
122
+ return this.wr.an(a);
117
123
  };
118
- GeographicMapSeriesHost.prototype.u6 = function (a) {
119
- return this.vf.u6(a);
124
+ GeographicMapSeriesHost.prototype.wh = function (a) {
125
+ return this.wr.wh(a);
120
126
  };
121
- GeographicMapSeriesHost.prototype.al = function (a) {
122
- return this.vf.al(a);
127
+ GeographicMapSeriesHost.prototype.ao = function (a) {
128
+ return this.wr.ao(a);
123
129
  };
124
- GeographicMapSeriesHost.prototype.u7 = function (a) {
125
- return this.vf.u7(a);
130
+ GeographicMapSeriesHost.prototype.wi = function (a) {
131
+ return this.wr.wi(a);
126
132
  };
127
- GeographicMapSeriesHost.prototype.u8 = function (a) {
128
- return this.vf.u8(a);
133
+ GeographicMapSeriesHost.prototype.wj = function (a) {
134
+ return this.wr.wj(a);
129
135
  };
130
- GeographicMapSeriesHost.prototype.ih = function (a, b, c) {
131
- return this.vf.ih(a, b, c);
136
+ GeographicMapSeriesHost.prototype.iz = function (a, b, c) {
137
+ return this.wr.iz(a, b, c);
132
138
  };
133
- GeographicMapSeriesHost.prototype.uq = function (a, b, c) {
134
- return this.vf.uq(a, b, c);
139
+ GeographicMapSeriesHost.prototype.v1 = function (a, b, c) {
140
+ return this.wr.v1(a, b, c);
135
141
  };
136
- GeographicMapSeriesHost.prototype.ij = function (a, b, c) {
137
- return this.il(a, b, c);
142
+ GeographicMapSeriesHost.prototype.i1 = function (a, b, c) {
143
+ return this.i3(a, b, c);
138
144
  };
139
- GeographicMapSeriesHost.prototype.us = function (a, b, c) {
140
- return this.vf.us(a, b, c);
145
+ GeographicMapSeriesHost.prototype.v3 = function (a, b, c) {
146
+ return this.wr.v3(a, b, c);
141
147
  };
142
- GeographicMapSeriesHost.prototype.uv = function (a, b, c) {
143
- return this.vf.uv(a, b, c);
148
+ GeographicMapSeriesHost.prototype.v6 = function (a, b, c) {
149
+ return this.wr.v6(a, b, c);
144
150
  };
145
- GeographicMapSeriesHost.prototype.im = function (a, b, c) {
146
- return this.vf.im(a, b, c);
151
+ GeographicMapSeriesHost.prototype.i4 = function (a, b, c) {
152
+ return this.wr.i4(a, b, c);
147
153
  };
148
- GeographicMapSeriesHost.prototype.ur = function (a, b, c) {
149
- return this.vf.ur(a, b, c);
154
+ GeographicMapSeriesHost.prototype.v2 = function (a, b, c) {
155
+ return this.wr.v2(a, b, c);
150
156
  };
151
- GeographicMapSeriesHost.prototype.ii = function (a, b, c) {
152
- return this.vf.ii(a, b, c);
157
+ GeographicMapSeriesHost.prototype.i0 = function (a, b, c) {
158
+ return this.wr.i0(a, b, c);
153
159
  };
154
- GeographicMapSeriesHost.prototype.ut = function (a, b, c) {
155
- return this.vf.ut(a, b, c);
160
+ GeographicMapSeriesHost.prototype.v4 = function (a, b, c) {
161
+ return this.wr.v4(a, b, c);
156
162
  };
157
- GeographicMapSeriesHost.prototype.ik = function (a, b, c) {
158
- return this.vf.ik(a, b, c);
163
+ GeographicMapSeriesHost.prototype.i2 = function (a, b, c) {
164
+ return this.wr.i2(a, b, c);
159
165
  };
160
- GeographicMapSeriesHost.prototype.jk = function (a) {
161
- return this.vf.jk(a);
166
+ GeographicMapSeriesHost.prototype.j2 = function (a) {
167
+ return this.wr.j2(a);
162
168
  };
163
- GeographicMapSeriesHost.prototype.ib = function () {
164
- return this.vf.ib();
169
+ GeographicMapSeriesHost.prototype.iu = function () {
170
+ return this.wr.iu();
165
171
  };
166
- GeographicMapSeriesHost.prototype.h7 = function (a) {
167
- return this.vf.h7(a);
172
+ GeographicMapSeriesHost.prototype.iq = function (a) {
173
+ return this.wr.iq(a);
168
174
  };
169
- GeographicMapSeriesHost.prototype.j3 = function (a) {
170
- return this.vf.j3(a);
175
+ GeographicMapSeriesHost.prototype.km = function (a) {
176
+ return this.wr.km(a);
171
177
  };
172
- GeographicMapSeriesHost.prototype.ci = function () {
178
+ GeographicMapSeriesHost.prototype.cq = function () {
173
179
  return new HostSeriesView(this);
174
180
  };
175
- GeographicMapSeriesHost.prototype.px = function (a) {
176
- _super.prototype.px.call(this, a);
177
- this.vg = typeCast(HostSeriesView.$, a);
181
+ GeographicMapSeriesHost.prototype.qw = function (a) {
182
+ _super.prototype.qw.call(this, a);
183
+ this.ws = typeCast(HostSeriesView.$, a);
178
184
  };
179
- Object.defineProperty(GeographicMapSeriesHost.prototype, "vh", {
185
+ Object.defineProperty(GeographicMapSeriesHost.prototype, "wt", {
180
186
  get: function () {
181
- return this.c(GeographicMapSeriesHost.vm);
187
+ return this.c(GeographicMapSeriesHost.wy);
182
188
  },
183
189
  set: function (a) {
184
- this.h(GeographicMapSeriesHost.vm, a);
190
+ this.h(GeographicMapSeriesHost.wy, a);
185
191
  },
186
192
  enumerable: false,
187
193
  configurable: true
188
194
  });
189
- GeographicMapSeriesHost.prototype.p5 = function (a, b, c, d) {
190
- _super.prototype.p5.call(this, a, b, c, d);
195
+ GeographicMapSeriesHost.prototype.q4 = function (a, b, c, d) {
196
+ _super.prototype.q4.call(this, a, b, c, d);
191
197
  switch (b) {
192
198
  case "SeriesViewer":
193
- this.vf.c1 = this.c1;
199
+ this.wr.c9 = this.c9;
194
200
  if (c != null) {
195
- c.qm(this.vf);
201
+ c.qq(this.wr);
196
202
  }
197
203
  if (d != null) {
198
- this.c1.ms(this.vf);
204
+ this.c9.mw(this.wr);
199
205
  }
200
- this.vf.p8(this.u9);
201
- this.vf.index = this.index;
202
- this.ox(this.vf);
203
- this.jw = this.vf.jw;
206
+ this.wr.q7(this.wk);
207
+ this.wr.index = this.index;
208
+ this.pv(this.wr);
209
+ this.ke = this.wr.ke;
204
210
  var e = typeCast(SeriesViewer.$, c);
205
211
  if (e != null) {
206
- e.actualWindowRectChanged = delegateRemove(e.actualWindowRectChanged, runOn(this, this.vl));
212
+ e.actualWindowRectChanged = delegateRemove(e.actualWindowRectChanged, runOn(this, this.wx));
207
213
  }
208
- if (this.c1 != null) {
209
- var f = this.c1;
210
- f.actualWindowRectChanged = delegateCombine(f.actualWindowRectChanged, runOn(this, this.vl));
214
+ if (this.c9 != null) {
215
+ var f = this.c9;
216
+ f.actualWindowRectChanged = delegateCombine(f.actualWindowRectChanged, runOn(this, this.wx));
211
217
  }
212
- this.vj();
218
+ this.wv();
213
219
  break;
214
220
  case "SyncLink":
215
- this.vf.ct = this.ct;
221
+ this.wr.c1 = this.c1;
216
222
  break;
217
223
  case "VisibleFromScale":
218
- this.vj();
224
+ this.wv();
219
225
  break;
220
226
  case "Index":
221
- this.vf.index = this.index;
227
+ this.wr.index = this.index;
222
228
  break;
223
229
  case "ItemsSource":
224
- this.vg.b6();
230
+ this.ws.b6();
225
231
  break;
226
232
  case "Resolution":
227
- this.vg.cd();
233
+ this.ws.cd();
228
234
  break;
229
235
  case "TransitionDuration":
230
- this.vg.cg();
236
+ this.ws.cg();
231
237
  break;
232
238
  case "Opacity":
233
- this.vg.ca();
239
+ this.ws.ca();
234
240
  break;
235
241
  case "Visibility":
236
- var hs_ = this.vf;
242
+ var hs_ = this.wr;
237
243
  var v_ = this._visibility;
238
244
  hs_.visibility = v_;
239
245
  break;
240
246
  case "MouseOverEnabled":
241
- this.vf.fs = this.fs;
247
+ this.wr.f6 = this.f6;
242
248
  break;
243
249
  case "ExpectFunctions":
244
- this.vf.expectFunctions = this.expectFunctions;
250
+ this.wr.expectFunctions = this.expectFunctions;
245
251
  break;
246
252
  case "Thickness":
247
- this.vg.cf();
253
+ this.ws.cf();
248
254
  break;
249
255
  case "Brush":
250
- this.vg.b4();
256
+ this.ws.b4();
251
257
  break;
252
258
  case "Outline":
253
- this.vg.cc();
259
+ this.ws.cc();
254
260
  break;
255
261
  case "ActualBrush":
256
- this.vg.b1();
262
+ this.ws.b1();
257
263
  break;
258
264
  case "ActualOutline":
259
- this.vg.b2();
265
+ this.ws.b2();
260
266
  break;
261
267
  case "MarkerFillOpacity":
262
- if (!isNaN_(this.iw)) {
263
- this.vg.b9();
268
+ if (!isNaN_(this.je)) {
269
+ this.ws.b9();
264
270
  }
265
271
  break;
266
272
  case "AreaFillOpacity":
267
- if (!isNaN_(this.h0)) {
268
- this.vg.b3();
273
+ if (!isNaN_(this.ii)) {
274
+ this.ws.b3();
269
275
  }
270
276
  break;
271
277
  case "OutlineMode":
272
- this.vg.cb();
278
+ this.ws.cb();
273
279
  break;
274
280
  case "ShowDefaultTooltip":
275
- this.vg.ce();
281
+ this.ws.ce();
276
282
  break;
277
283
  case "Title":
278
- this.vf.title = this.title;
284
+ this.wr.title = this.title;
279
285
  break;
280
286
  case "LegendItemBadgeMode":
281
- this.vg.b7();
287
+ this.ws.b7();
282
288
  break;
283
289
  case "LegendItemBadgeShape":
284
- this.vg.b8();
290
+ this.ws.b8();
285
291
  break;
286
292
  case "Legend":
287
- this.vf.legend = this.legend;
288
- this.cl.av();
293
+ this.wr.legend = this.legend;
294
+ this.ct.av();
289
295
  break;
290
296
  }
291
297
  };
292
- GeographicMapSeriesHost.prototype.vj = function () {
293
- if (this.c1 == null || this.vf == null) {
298
+ GeographicMapSeriesHost.prototype.wv = function () {
299
+ if (this.c9 == null || this.wr == null) {
294
300
  return;
295
301
  }
296
- if (!isNaN_(this.vh)) {
297
- if (this.c1.vh.width > this.vh) {
298
- var hs_ = this.vf;
302
+ if (!isNaN_(this.wt)) {
303
+ if (this.c9.vl.width > this.wt) {
304
+ var hs_ = this.wr;
299
305
  var v_ = 1;
300
306
  hs_.visibility = v_;
301
307
  }
302
308
  else {
303
- var hs2_ = this.vf;
309
+ var hs2_ = this.wr;
304
310
  var v2_ = 0;
305
311
  hs2_.visibility = v2_;
306
312
  }
307
313
  }
308
314
  };
309
- GeographicMapSeriesHost.prototype.vl = function (a, b) {
310
- this.vj();
315
+ GeographicMapSeriesHost.prototype.wx = function (a, b) {
316
+ this.wv();
311
317
  };
312
- GeographicMapSeriesHost.prototype.qm = function (a) {
313
- _super.prototype.qm.call(this, a);
314
- if (this.vf != null) {
315
- this.vf.qm(a);
318
+ GeographicMapSeriesHost.prototype.rm = function (a) {
319
+ _super.prototype.rm.call(this, a);
320
+ if (this.wr != null) {
321
+ this.wr.rm(a);
316
322
  }
317
323
  };
318
- GeographicMapSeriesHost.prototype.ql = function (a, b, c, d, e) {
319
- if (this.vf != null) {
320
- this.vf.ql(a, b, c, d, e);
324
+ GeographicMapSeriesHost.prototype.rl = function (a, b, c, d, e) {
325
+ if (this.wr != null) {
326
+ this.wr.rl(a, b, c, d, e);
321
327
  }
322
328
  };
323
- GeographicMapSeriesHost.prototype.au = function (a, b) {
324
- return this.vf.au(a, b);
329
+ GeographicMapSeriesHost.prototype.a1 = function (a, b) {
330
+ return this.wr.a1(a, b);
325
331
  };
326
- GeographicMapSeriesHost.prototype.q5 = function () {
327
- _super.prototype.q5.call(this);
328
- this.vf.q5();
332
+ GeographicMapSeriesHost.prototype.r5 = function () {
333
+ _super.prototype.r5.call(this);
334
+ this.wr.r5();
329
335
  };
330
336
  GeographicMapSeriesHost.prototype.get_coercionMethods = function () {
331
337
  return this._coercionMethods;
332
338
  };
333
339
  GeographicMapSeriesHost.prototype.set_coercionMethods = function (a) {
334
340
  this._coercionMethods = a;
335
- this.vf.coercionMethods = a;
341
+ this.wr.coercionMethods = a;
336
342
  };
337
- GeographicMapSeriesHost.prototype.ow = function (a) {
338
- _super.prototype.ow.call(this, a);
339
- if (this.vf != null) {
340
- var b = this.vf.j1();
341
- this.oa(a, b);
343
+ GeographicMapSeriesHost.prototype.pu = function (a) {
344
+ _super.prototype.pu.call(this, a);
345
+ if (this.wr != null) {
346
+ var b = this.wr.kk();
347
+ this.o5(a, b);
342
348
  }
343
349
  };
344
350
  GeographicMapSeriesHost.$t = markType(GeographicMapSeriesHost, 'GeographicMapSeriesHost', Series.$);
345
- GeographicMapSeriesHost.vm = DependencyProperty.i("VisibleFromScale", Number_$type, GeographicMapSeriesHost.$, new PropertyMetadata(2, 1, function (a, b) {
351
+ GeographicMapSeriesHost.wy = DependencyProperty.i("VisibleFromScale", Number_$type, GeographicMapSeriesHost.$, new PropertyMetadata(2, 1, function (a, b) {
346
352
  var c = a;
347
353
  c.raisePropertyChanged("VisibleFromScale", b.oldValue, b.newValue);
348
354
  }));
@@ -365,66 +371,66 @@ var HostSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
365
371
  };
366
372
  HostSeriesView.prototype.b5 = function () {
367
373
  this.b0.legendItemVisibility = 1;
368
- this.b0.vf.legendItemVisibility = 0;
369
- this.b0.vf.itemsSource = this.b0.itemsSource;
370
- this.b0.vf.index = this.b0.index;
371
- this.b0.vf.t2 = this.b0.t2;
372
- this.b0.vf.ud = this.b0.t2;
373
- this.b0.vf.b8 = this.b0.b8;
374
- this.b0.vf.iz = this.b0.iz;
375
- this.b0.vf.jt = this.b0.jt;
376
- this.b0.vf._opacity = this.b0._opacity;
377
- this.b0.vf.i5 = this.b0.i5;
378
- this.b0.vf.h0 = this.b0.h0;
379
- this.b0.vf.iw = this.b0.iw;
380
- this.b0.vf.f9 = this.b0.f9;
381
- this.b0.vf.legendItemBadgeShape = this.b0.legendItemBadgeShape;
382
- this.b0.vf.a5 = this.b0.a5;
374
+ this.b0.wr.legendItemVisibility = 0;
375
+ this.b0.wr.itemsSource = this.b0.itemsSource;
376
+ this.b0.wr.index = this.b0.index;
377
+ this.b0.wr.u8 = this.b0.u8;
378
+ this.b0.wr.vo = this.b0.u8;
379
+ this.b0.wr.cg = this.b0.cg;
380
+ this.b0.wr.jh = this.b0.jh;
381
+ this.b0.wr.kb = this.b0.kb;
382
+ this.b0.wr._opacity = this.b0._opacity;
383
+ this.b0.wr.jn = this.b0.jn;
384
+ this.b0.wr.ii = this.b0.ii;
385
+ this.b0.wr.je = this.b0.je;
386
+ this.b0.wr.gn = this.b0.gn;
387
+ this.b0.wr.legendItemBadgeShape = this.b0.legendItemBadgeShape;
388
+ this.b0.wr.bc = this.b0.bc;
383
389
  };
384
390
  HostSeriesView.prototype.b6 = function () {
385
- this.b0.vf.itemsSource = this.b0.itemsSource;
391
+ this.b0.wr.itemsSource = this.b0.itemsSource;
386
392
  };
387
393
  HostSeriesView.prototype.cd = function () {
388
- this.b0.vf.iz = this.b0.iz;
394
+ this.b0.wr.jh = this.b0.jh;
389
395
  };
390
396
  HostSeriesView.prototype.cg = function () {
391
- this.b0.vf.jt = this.b0.jt;
397
+ this.b0.wr.kb = this.b0.kb;
392
398
  };
393
399
  HostSeriesView.prototype.ca = function () {
394
- this.b0.vf._opacity = this.b0._opacity;
400
+ this.b0.wr._opacity = this.b0._opacity;
395
401
  };
396
402
  HostSeriesView.prototype.cf = function () {
397
- this.b0.vf.i5 = this.b0.i5;
403
+ this.b0.wr.jn = this.b0.jn;
398
404
  };
399
405
  HostSeriesView.prototype.b4 = function () {
400
- this.b0.vf.t2 = this.b0.t2;
406
+ this.b0.wr.u8 = this.b0.u8;
401
407
  };
402
408
  HostSeriesView.prototype.cc = function () {
403
- this.b0.vf.ud = this.b0.ud;
409
+ this.b0.wr.vo = this.b0.vo;
404
410
  };
405
411
  HostSeriesView.prototype.b1 = function () {
406
- this.b0.vf.t2 = this.b0.tw;
412
+ this.b0.wr.u8 = this.b0.u2;
407
413
  };
408
414
  HostSeriesView.prototype.b2 = function () {
409
- this.b0.vf.ud = this.b0.t0;
415
+ this.b0.wr.vo = this.b0.u6;
410
416
  };
411
417
  HostSeriesView.prototype.b7 = function () {
412
- this.b0.vf.a5 = this.b0.a5;
418
+ this.b0.wr.bc = this.b0.bc;
413
419
  };
414
420
  HostSeriesView.prototype.b8 = function () {
415
- this.b0.vf.legendItemBadgeShape = this.b0.legendItemBadgeShape;
421
+ this.b0.wr.legendItemBadgeShape = this.b0.legendItemBadgeShape;
416
422
  };
417
423
  HostSeriesView.prototype.b3 = function () {
418
- this.b0.vf.h0 = this.b0.h0;
424
+ this.b0.wr.ii = this.b0.ii;
419
425
  };
420
426
  HostSeriesView.prototype.b9 = function () {
421
- this.b0.vf.iw = this.b0.iw;
427
+ this.b0.wr.je = this.b0.je;
422
428
  };
423
429
  HostSeriesView.prototype.cb = function () {
424
- this.b0.vf.b8 = this.b0.b8;
430
+ this.b0.wr.cg = this.b0.cg;
425
431
  };
426
432
  HostSeriesView.prototype.ce = function () {
427
- this.b0.vf.f9 = this.b0.f9;
433
+ this.b0.wr.gn = this.b0.gn;
428
434
  };
429
435
  HostSeriesView.$t = markType(HostSeriesView, 'HostSeriesView', SeriesView.$);
430
436
  return HostSeriesView;