igniteui-angular-maps 18.1.1 → 18.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 (79) hide show
  1. package/bundles/igniteui-angular-maps.umd.js +1560 -1474
  2. package/bundles/igniteui-angular-maps.umd.min.js +1 -1
  3. package/esm2015/lib/GeographicContourLineSeriesView_combined.js +40 -40
  4. package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +85 -85
  5. package/esm2015/lib/GeographicMapSeriesHost_combined.js +208 -193
  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 +79 -69
  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 +466 -466
  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 +68 -17
  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 +206 -191
  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 +78 -68
  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 +459 -459
  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 +80 -17
  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 +1563 -1489
  60. package/fesm5/igniteui-angular-maps.js +1561 -1475
  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 +50 -49
  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 +29 -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 +116 -116
  78. package/lib/igx-geographic-shape-series-base-component.d.ts +19 -1
  79. package/package.json +2 -2
@@ -8,6 +8,7 @@ import { __extends } from "tslib";
8
8
  import { GeographicMapSeriesHost } from "./GeographicMapSeriesHost";
9
9
  import { DependencyProperty } from "igniteui-angular-core";
10
10
  import { ShapeItemSearchMode_$type } from "igniteui-angular-charts";
11
+ import { BrushScale } from "igniteui-angular-charts";
11
12
  import { enumGetBox, runOn, delegateCombine, delegateRemove, markType, markDep } from "igniteui-angular-core";
12
13
  import { PropertyMetadata } from "igniteui-angular-core";
13
14
  import { HostSeriesView } from "./HostSeriesView";
@@ -18,131 +19,140 @@ var GeographicShapeSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
18
19
  __extends(GeographicShapeSeriesBase, _super);
19
20
  function GeographicShapeSeriesBase() {
20
21
  var _this = _super !== null && _super.apply(this, arguments) || this;
21
- _this.w8 = false;
22
- _this.w7 = false;
22
+ _this.xf = false;
23
+ _this.xe = false;
23
24
  _this.assigningShapeStyle = null;
24
25
  _this.assigningShapeMarkerStyle = null;
25
- _this.w4 = null;
26
- _this.w6 = false;
26
+ _this.xb = null;
27
+ _this.xd = false;
27
28
  return _this;
28
29
  }
29
- GeographicShapeSeriesBase.prototype.cq = function () {
30
+ GeographicShapeSeriesBase.prototype.cs = function () {
30
31
  return new GeographicShapeSeriesBaseView(this);
31
32
  };
32
- GeographicShapeSeriesBase.prototype.qx = function (a) {
33
- _super.prototype.qx.call(this, a);
34
- this.w3 = a;
33
+ GeographicShapeSeriesBase.prototype.qz = function (a) {
34
+ _super.prototype.qz.call(this, a);
35
+ this.xa = a;
35
36
  };
36
- GeographicShapeSeriesBase.prototype.get_fc = function () {
37
+ GeographicShapeSeriesBase.prototype.get_fe = function () {
37
38
  return true;
38
39
  };
39
- GeographicShapeSeriesBase.prototype.get_eb = function () {
40
+ GeographicShapeSeriesBase.prototype.get_ed = function () {
40
41
  return true;
41
42
  };
42
- GeographicShapeSeriesBase.prototype.q5 = function (a, b, c, d) {
43
- _super.prototype.q5.call(this, a, b, c, d);
43
+ GeographicShapeSeriesBase.prototype.q7 = function (a, b, c, d) {
44
+ _super.prototype.q7.call(this, a, b, c, d);
44
45
  switch (b) {
45
46
  case "SeriesViewer":
46
- this.w3.ci();
47
+ this.xa.ci();
47
48
  break;
48
49
  case "ShapeMemberPath":
49
- this.w3.ck();
50
+ this.xa.ck();
50
51
  break;
51
- case GeographicShapeSeriesBase.$$p[5]:
52
- this.w3.cj();
52
+ case GeographicShapeSeriesBase.$$p[8]:
53
+ this.xa.cj();
53
54
  break;
54
- case GeographicShapeSeriesBase.$$p[1]:
55
- this.ws.xr = this.xa;
56
- this.w8 = this.xa;
57
- if (this.xa) {
58
- var e = this.ws;
59
- e.assigningShapeStyle = delegateCombine(e.assigningShapeStyle, runOn(this, this.xo));
55
+ case GeographicShapeSeriesBase.$$p[4]:
56
+ this.wy.x6 = this.xi;
57
+ this.xf = this.xi;
58
+ if (this.xi) {
59
+ var e = this.wy;
60
+ e.assigningShapeStyle = delegateCombine(e.assigningShapeStyle, runOn(this, this.x0));
60
61
  }
61
62
  else {
62
- var f = this.ws;
63
- f.assigningShapeStyle = delegateRemove(f.assigningShapeStyle, runOn(this, this.xo));
63
+ var f = this.wy;
64
+ f.assigningShapeStyle = delegateRemove(f.assigningShapeStyle, runOn(this, this.x0));
64
65
  }
65
66
  break;
66
- case GeographicShapeSeriesBase.$$p[0]:
67
- this.ws.xq = this.w9;
68
- this.w7 = this.w9;
69
- if (this.xa) {
70
- var g = this.ws;
71
- g.assigningShapeMarkerStyle = delegateCombine(g.assigningShapeMarkerStyle, runOn(this, this.xn));
67
+ case GeographicShapeSeriesBase.$$p[3]:
68
+ this.wy.x5 = this.xh;
69
+ this.xe = this.xh;
70
+ if (this.xi) {
71
+ var g = this.wy;
72
+ g.assigningShapeMarkerStyle = delegateCombine(g.assigningShapeMarkerStyle, runOn(this, this.xz));
72
73
  }
73
74
  else {
74
- var h = this.ws;
75
- h.assigningShapeMarkerStyle = delegateRemove(h.assigningShapeMarkerStyle, runOn(this, this.xn));
75
+ var h = this.wy;
76
+ h.assigningShapeMarkerStyle = delegateRemove(h.assigningShapeMarkerStyle, runOn(this, this.xz));
76
77
  }
77
78
  break;
78
- case GeographicShapeSeriesBase.$$p[2]:
79
- this.ws.w8 = this.w2;
79
+ case GeographicShapeSeriesBase.$$p[5]:
80
+ this.wy.xi = this.w9;
80
81
  break;
81
- case GeographicShapeSeriesBase.$$p[3]:
82
- this.ws.x8 = this.xc;
82
+ case GeographicShapeSeriesBase.$$p[6]:
83
+ this.wy.yn = this.xk;
83
84
  break;
84
- case GeographicShapeSeriesBase.$$p[4]:
85
- this.ws.x9 = this.xd;
85
+ case GeographicShapeSeriesBase.$$p[7]:
86
+ this.wy.yo = this.xl;
87
+ break;
88
+ case GeographicShapeSeriesBase.$$p[0]:
89
+ this.wy.ys = this.xm;
90
+ break;
91
+ case GeographicShapeSeriesBase.$$p[1]:
92
+ this.wy.w8 = this.w8;
93
+ break;
94
+ case GeographicShapeSeriesBase.$$p[2]:
95
+ this.wy.x1 = this.xg;
86
96
  break;
87
97
  case "ShapefileDataSource":
88
98
  if (c != null) {
89
99
  var i = c;
90
- if (this.w6) {
91
- i.importCompleted = delegateRemove(i.importCompleted, runOn(this, this.xp));
100
+ if (this.xd) {
101
+ i.importCompleted = delegateRemove(i.importCompleted, runOn(this, this.x1));
92
102
  }
93
103
  }
94
104
  if (d != null) {
95
105
  var j = d;
96
106
  if (j.count > 0) {
97
- this.xq();
107
+ this.x2();
98
108
  break;
99
109
  }
100
- this.w6 = true;
101
- j.importCompleted = delegateCombine(j.importCompleted, runOn(this, this.xp));
110
+ this.xd = true;
111
+ j.importCompleted = delegateCombine(j.importCompleted, runOn(this, this.x1));
102
112
  }
103
113
  break;
104
114
  }
105
115
  };
106
- GeographicShapeSeriesBase.prototype.xo = function (a, b) {
116
+ GeographicShapeSeriesBase.prototype.x0 = function (a, b) {
107
117
  if (this.assigningShapeStyle != null) {
108
118
  this.assigningShapeStyle(this, b);
109
119
  }
110
120
  };
111
- GeographicShapeSeriesBase.prototype.xn = function (a, b) {
121
+ GeographicShapeSeriesBase.prototype.xz = function (a, b) {
112
122
  if (this.assigningShapeMarkerStyle != null) {
113
123
  this.assigningShapeMarkerStyle(this, b);
114
124
  }
115
125
  };
116
- GeographicShapeSeriesBase.prototype.xp = function (a, b) {
117
- this.xq();
126
+ GeographicShapeSeriesBase.prototype.x1 = function (a, b) {
127
+ this.x2();
118
128
  };
119
- GeographicShapeSeriesBase.prototype.xq = function () {
120
- var sds_ = this.w5;
129
+ GeographicShapeSeriesBase.prototype.x2 = function () {
130
+ var sds_ = this.xc;
121
131
  var ext_ = sds_.externalObject;
122
132
  this.itemsSource = (ext_.getPointData());
123
133
  };
124
- Object.defineProperty(GeographicShapeSeriesBase.prototype, "w5", {
134
+ Object.defineProperty(GeographicShapeSeriesBase.prototype, "xc", {
125
135
  get: function () {
126
- return this.w4;
136
+ return this.xb;
127
137
  },
128
138
  set: function (a) {
129
- var b = this.w4;
130
- this.w4 = a;
131
- if (b != this.w4) {
132
- this.raisePropertyChanged("ShapefileDataSource", b, this.w4);
139
+ var b = this.xb;
140
+ this.xb = a;
141
+ if (b != this.xb) {
142
+ this.raisePropertyChanged("ShapefileDataSource", b, this.xb);
133
143
  }
134
144
  },
135
145
  enumerable: false,
136
146
  configurable: true
137
147
  });
138
- GeographicShapeSeriesBase.prototype.get_g5 = function () {
148
+ GeographicShapeSeriesBase.prototype.get_g7 = function () {
139
149
  return true;
140
150
  };
141
- GeographicShapeSeriesBase.prototype.set_g5 = function (a) {
142
- _super.prototype.set_g5.call(this, a);
151
+ GeographicShapeSeriesBase.prototype.set_g7 = function (a) {
152
+ _super.prototype.set_g7.call(this, a);
143
153
  };
144
154
  GeographicShapeSeriesBase.$t = markType(GeographicShapeSeriesBase, 'GeographicShapeSeriesBase', GeographicMapSeriesHost.$);
145
- GeographicShapeSeriesBase.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicShapeSeriesBase, 'raisePropertyChanged', ['IsCustomShapeMarkerStyleAllowed:w9:xr', [0, false], 'IsCustomShapeStyleAllowed:xa:xs', [0, false], 'ItemSearchMode:w2:xt', [ShapeItemSearchMode_$type, enumGetBox(ShapeItemSearchMode_$type, 0)], 'ItemSearchPointsThreshold:xc:xu', [1, 10000], 'ItemSearchThreshold:xd:xv', [1, 10000], 'ShapeFilterResolution:xb:xw', [1, 2], 'ShapeMemberPath:xl:xx', [2, "points"]]);
155
+ GeographicShapeSeriesBase.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicShapeSeriesBase, 'raisePropertyChanged', ['FillMemberPath:xm:x3', [2], 'FillScale:w8:x4', [BrushScale.$], 'FillScaleUseGlobalValues:xg:x5', [0, false], 'IsCustomShapeMarkerStyleAllowed:xh:x6', [0, false], 'IsCustomShapeStyleAllowed:xi:x7', [0, false], 'ItemSearchMode:w9:x8', [ShapeItemSearchMode_$type, enumGetBox(ShapeItemSearchMode_$type, 0)], 'ItemSearchPointsThreshold:xk:x9', [1, 10000], 'ItemSearchThreshold:xl:ya', [1, 10000], 'ShapeFilterResolution:xj:yb', [1, 2], 'ShapeMemberPath:xx:yc', [2, "points"]]);
146
156
  return GeographicShapeSeriesBase;
147
157
  }(GeographicMapSeriesHost));
148
158
  export { GeographicShapeSeriesBase };
@@ -159,23 +169,23 @@ var GeographicShapeSeriesBaseView = /** @class */ /*@__PURE__*/ (function (_supe
159
169
  }
160
170
  GeographicShapeSeriesBaseView.prototype.b5 = function () {
161
171
  _super.prototype.b5.call(this);
162
- this.ch.ws.yl = this.ch.xl;
172
+ this.ch.wy.y5 = this.ch.xx;
163
173
  };
164
174
  GeographicShapeSeriesBaseView.prototype.ci = function () {
165
- var a = this.ch.ws;
166
- if (this.ch.c9 == null) {
167
- a.w2 = null;
168
- a.w4 = null;
175
+ var a = this.ch.wy;
176
+ if (this.ch.db == null) {
177
+ a.xc = null;
178
+ a.xe = null;
169
179
  return;
170
180
  }
171
- a.w2 = this.ch.c9.v8;
172
- a.w4 = this.ch.c9.wa;
181
+ a.xc = this.ch.db.wr;
182
+ a.xe = this.ch.db.wt;
173
183
  };
174
184
  GeographicShapeSeriesBaseView.prototype.ck = function () {
175
- this.ch.ws.yl = this.ch.xl;
185
+ this.ch.wy.y5 = this.ch.xx;
176
186
  };
177
187
  GeographicShapeSeriesBaseView.prototype.cj = function () {
178
- this.ch.ws.x5 = this.ch.xb;
188
+ this.ch.wy.yk = this.ch.xj;
179
189
  };
180
190
  GeographicShapeSeriesBaseView.$t = markType(GeographicShapeSeriesBaseView, 'GeographicShapeSeriesBaseView', HostSeriesView.$);
181
191
  return GeographicShapeSeriesBaseView;
@@ -31,54 +31,54 @@ var GeographicShapeSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
31
31
  _this.cl = null;
32
32
  _this.cl = a;
33
33
  if (!_this.q) {
34
- _this.cl.xl = "points";
34
+ _this.cl.xx = "points";
35
35
  }
36
36
  return _this;
37
37
  }
38
38
  GeographicShapeSeriesView.prototype.au = function () {
39
39
  _super.prototype.au.call(this);
40
40
  if (!this.q) {
41
- this.cl.y5 = Defaults.aj;
42
- this.cl.jn = Defaults.p;
43
- this.cl.x4 = Defaults.o;
44
- this.cl.x1 = Defaults.d;
45
- this.cl.xz = Defaults.a;
41
+ this.cl.zk = Defaults.aj;
42
+ this.cl.jp = Defaults.p;
43
+ this.cl.yj = Defaults.o;
44
+ this.cl.yg = Defaults.d;
45
+ this.cl.ye = Defaults.a;
46
46
  }
47
47
  };
48
48
  GeographicShapeSeriesView.prototype.b5 = function () {
49
49
  _super.prototype.b5.call(this);
50
- this.cl.ws.aa3 = this.cl.y7;
51
- this.cl.ws.zw = this.cl.x2;
52
- this.cl.ws.aai = this.cl.yn;
53
- this.cl.ws.zz = this.cl.x4;
54
- this.cl.ws.zi = this.cl.xy;
50
+ this.cl.wy.abr = this.cl.zm;
51
+ this.cl.wy.aak = this.cl.yh;
52
+ this.cl.wy.aa6 = this.cl.y2;
53
+ this.cl.wy.aan = this.cl.yj;
54
+ this.cl.wy.z6 = this.cl.yd;
55
55
  };
56
56
  GeographicShapeSeriesView.prototype.cq = function () {
57
- this.cl.ws.aai = this.cl.yn;
57
+ this.cl.wy.aa6 = this.cl.y2;
58
58
  };
59
59
  GeographicShapeSeriesView.prototype.cs = function () {
60
- this.cl.ws.zz = this.cl.x4;
60
+ this.cl.wy.aan = this.cl.yj;
61
61
  };
62
62
  GeographicShapeSeriesView.prototype.cn = function () {
63
- this.cl.ws.zi = this.cl.xy;
63
+ this.cl.wy.z6 = this.cl.yd;
64
64
  };
65
65
  GeographicShapeSeriesView.prototype.cr = function () {
66
- this.cl.ws.zr = this.cl.x1;
66
+ this.cl.wy.aaf = this.cl.yg;
67
67
  };
68
68
  GeographicShapeSeriesView.prototype.cm = function () {
69
- this.cl.ws.aaz = this.cl.y4;
69
+ this.cl.wy.abn = this.cl.zj;
70
70
  };
71
71
  GeographicShapeSeriesView.prototype.co = function () {
72
- this.cl.ws.aa0 = this.cl.y5;
72
+ this.cl.wy.abo = this.cl.zk;
73
73
  };
74
74
  GeographicShapeSeriesView.prototype.cp = function () {
75
- this.cl.ws.aa2 = this.cl.y6;
75
+ this.cl.wy.abq = this.cl.zl;
76
76
  };
77
77
  GeographicShapeSeriesView.prototype.ct = function () {
78
- this.cl.ws.zw = this.cl.x2;
78
+ this.cl.wy.aak = this.cl.yh;
79
79
  };
80
80
  GeographicShapeSeriesView.prototype.cu = function () {
81
- this.cl.ws.aa3 = this.cl.y7;
81
+ this.cl.wy.abr = this.cl.zm;
82
82
  };
83
83
  GeographicShapeSeriesView.$t = markType(GeographicShapeSeriesView, 'GeographicShapeSeriesView', GeographicShapeSeriesBaseView.$);
84
84
  return GeographicShapeSeriesView;
@@ -95,98 +95,98 @@ var GeographicShapeSeries = /** @class */ /*@__PURE__*/ (function (_super) {
95
95
  _this.ab = GeographicShapeSeries.$;
96
96
  return _this;
97
97
  }
98
- GeographicShapeSeries.prototype.bi = function () {
98
+ GeographicShapeSeries.prototype.bj = function () {
99
99
  return new GeographicShapeSeries();
100
100
  };
101
- GeographicShapeSeries.prototype.get_fo = function () {
101
+ GeographicShapeSeries.prototype.get_fq = function () {
102
102
  return true;
103
103
  };
104
- GeographicShapeSeries.prototype.cq = function () {
104
+ GeographicShapeSeries.prototype.cs = function () {
105
105
  return new GeographicShapeSeriesView(this);
106
106
  };
107
- GeographicShapeSeries.prototype.qx = function (a) {
108
- _super.prototype.qx.call(this, a);
109
- this.x3 = a;
107
+ GeographicShapeSeries.prototype.qz = function (a) {
108
+ _super.prototype.qz.call(this, a);
109
+ this.yi = a;
110
110
  };
111
- GeographicShapeSeries.prototype.wr = function () {
111
+ GeographicShapeSeries.prototype.wx = function () {
112
112
  var a = new ScatterPolygonSeries();
113
- a.styleShape = delegateCombine(a.styleShape, runOn(this, this.yk));
114
- a.propertyUpdated = delegateCombine(a.propertyUpdated, runOn(this, this.yl));
113
+ a.styleShape = delegateCombine(a.styleShape, runOn(this, this.yz));
114
+ a.propertyUpdated = delegateCombine(a.propertyUpdated, runOn(this, this.y0));
115
115
  return a;
116
116
  };
117
- GeographicShapeSeries.prototype.yk = function (a, b) {
117
+ GeographicShapeSeries.prototype.yz = function (a, b) {
118
118
  if (this.styleShape != null) {
119
119
  this.styleShape(this, b);
120
120
  }
121
121
  };
122
- GeographicShapeSeries.prototype.yl = function (a, b) {
123
- var c = typeCast(ScatterPolygonSeries.$, this.ws);
122
+ GeographicShapeSeries.prototype.y0 = function (a, b) {
123
+ var c = typeCast(ScatterPolygonSeries.$, this.wy);
124
124
  if (c == null) {
125
125
  return;
126
126
  }
127
127
  };
128
- GeographicShapeSeries.prototype.il = function () {
129
- return this.x4;
128
+ GeographicShapeSeries.prototype.io = function () {
129
+ return this.yj;
130
130
  };
131
- GeographicShapeSeries.prototype.vf = function () {
132
- return this.y2;
131
+ GeographicShapeSeries.prototype.vj = function () {
132
+ return this.zh;
133
133
  };
134
- GeographicShapeSeries.prototype.vg = function () {
135
- return this.y3;
134
+ GeographicShapeSeries.prototype.vk = function () {
135
+ return this.zi;
136
136
  };
137
- GeographicShapeSeries.prototype.st = function () {
138
- return this.ym;
137
+ GeographicShapeSeries.prototype.sx = function () {
138
+ return this.y1;
139
139
  };
140
- GeographicShapeSeries.prototype.l8 = function () {
141
- var a = typeCast(ScatterPolygonSeries.$, this.ws);
140
+ GeographicShapeSeries.prototype.ma = function () {
141
+ var a = typeCast(ScatterPolygonSeries.$, this.wy);
142
142
  if (a == null) {
143
143
  return "Unknown";
144
144
  }
145
- return a.l8();
145
+ return a.ma();
146
146
  };
147
- GeographicShapeSeries.prototype.q5 = function (a, b, c, d) {
148
- _super.prototype.q5.call(this, a, b, c, d);
147
+ GeographicShapeSeries.prototype.q7 = function (a, b, c, d) {
148
+ _super.prototype.q7.call(this, a, b, c, d);
149
149
  switch (b) {
150
150
  case GeographicShapeSeries.$$p[6]:
151
- this.ws.zp = this.x0;
151
+ this.wy.aad = this.yf;
152
152
  break;
153
153
  case GeographicShapeSeries.$$p[5]:
154
- this.ws.zl = this.xz;
154
+ this.wy.z9 = this.ye;
155
155
  break;
156
156
  case GeographicShapeSeries.$$p[9]:
157
- this.x3.cq();
157
+ this.yi.cq();
158
158
  break;
159
159
  case GeographicShapeSeries.$$p[10]:
160
- this.x3.cs();
160
+ this.yi.cs();
161
161
  break;
162
162
  case GeographicShapeSeries.$$p[4]:
163
- this.x3.cn();
163
+ this.yi.cn();
164
164
  break;
165
165
  case GeographicShapeSeries.$$p[11]:
166
- this.x3.cr();
166
+ this.yi.cr();
167
167
  break;
168
168
  case GeographicShapeSeries.$$p[3]:
169
- this.x3.cm();
169
+ this.yi.cm();
170
170
  break;
171
171
  case GeographicShapeSeries.$$p[7]:
172
- this.x3.co();
172
+ this.yi.co();
173
173
  break;
174
174
  case GeographicShapeSeries.$$p[8]:
175
- this.x3.cp();
175
+ this.yi.cp();
176
176
  break;
177
177
  case GeographicShapeSeries.$$p[13]:
178
- this.x3.ct();
178
+ this.yi.ct();
179
179
  break;
180
180
  case GeographicShapeSeries.$$p[12]:
181
- this.x3.cu();
181
+ this.yi.cu();
182
182
  break;
183
183
  }
184
184
  };
185
- GeographicShapeSeries.prototype.jj = function () {
185
+ GeographicShapeSeries.prototype.jl = function () {
186
186
  return 0.7;
187
187
  };
188
188
  GeographicShapeSeries.$t = markType(GeographicShapeSeries, 'GeographicShapeSeries', GeographicShapeSeriesBase.$);
189
- GeographicShapeSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicShapeSeries, 'raisePropertyChanged', ['ActualMarkerBrush:y2:yo', [Brush.$], 'ActualMarkerOutline:y3:yp', [Brush.$], 'ActualMarkerTemplate:ym:yq', [DataTemplate.$, null], 'MarkerBrush:y4:yr', [Brush.$], 'MarkerCollisionAvoidance:xy:ys', [CollisionAvoidanceType_$type, enumGetBox(CollisionAvoidanceType_$type, 0)], 'MarkerFillMode:xz:yt', [MarkerFillMode_$type, enumGetBox(MarkerFillMode_$type, 0)], 'MarkerOutlineMode:x0:yu', [MarkerOutlineMode_$type, enumGetBox(MarkerOutlineMode_$type, 0)], 'MarkerOutline:y5:yv', [Brush.$], 'MarkerStyle:y6:yw', [Style.$], 'MarkerTemplate:yn:yx', [DataTemplate.$, null], 'MarkerThickness:x4:yy', [1, DeviceUtils.g(2)], 'MarkerType:x1:yz', [MarkerType_$type, enumGetBox(MarkerType_$type, 2)], 'ShapeStyle:y7:y0', [Style.$, null], 'ShapeStyleSelector:x2:y1', [StyleSelector.$, null]]);
189
+ GeographicShapeSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicShapeSeries, 'raisePropertyChanged', ['ActualMarkerBrush:zh:y3', [Brush.$], 'ActualMarkerOutline:zi:y4', [Brush.$], 'ActualMarkerTemplate:y1:y5', [DataTemplate.$, null], 'MarkerBrush:zj:y6', [Brush.$], 'MarkerCollisionAvoidance:yd:y7', [CollisionAvoidanceType_$type, enumGetBox(CollisionAvoidanceType_$type, 0)], 'MarkerFillMode:ye:y8', [MarkerFillMode_$type, enumGetBox(MarkerFillMode_$type, 0)], 'MarkerOutlineMode:yf:y9', [MarkerOutlineMode_$type, enumGetBox(MarkerOutlineMode_$type, 0)], 'MarkerOutline:zk:za', [Brush.$], 'MarkerStyle:zl:zb', [Style.$], 'MarkerTemplate:y2:zc', [DataTemplate.$, null], 'MarkerThickness:yj:zd', [1, DeviceUtils.g(2)], 'MarkerType:yg:ze', [MarkerType_$type, enumGetBox(MarkerType_$type, 2)], 'ShapeStyle:zm:zf', [Style.$, null], 'ShapeStyleSelector:yh:zg', [StyleSelector.$, null]]);
190
190
  return GeographicShapeSeries;
191
191
  }(GeographicShapeSeriesBase));
192
192
  export { GeographicShapeSeries };