igniteui-angular-maps 13.1.1 → 13.2.0-beta.2

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 +1515 -1496
  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 +86 -80
  5. package/esm2015/lib/GeographicMapSeriesHost_combined.js +183 -183
  6. package/esm2015/lib/GeographicMarkerSeries.js +33 -26
  7. package/esm2015/lib/GeographicPolylineSeriesView_combined.js +18 -18
  8. package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +92 -92
  9. package/esm2015/lib/GeographicShapeSeriesBase_combined.js +63 -63
  10. package/esm2015/lib/GeographicShapeSeriesView_combined.js +61 -54
  11. package/esm2015/lib/GeographicSymbolSeriesView_combined.js +59 -59
  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 +92 -92
  16. package/esm2015/lib/XamGeographicMap_combined.js +473 -473
  17. package/esm2015/lib/igx-geographic-contour-line-series-component.js +24 -24
  18. package/esm2015/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
  19. package/esm2015/lib/igx-geographic-map-component.js +50 -50
  20. package/esm2015/lib/igx-geographic-map-series-host-component.js +21 -21
  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 +43 -43
  24. package/esm2015/lib/igx-geographic-scatter-area-series-component.js +18 -18
  25. package/esm2015/lib/igx-geographic-shape-series-base-component.js +20 -20
  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 +5 -5
  29. package/esm2015/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  30. package/esm2015/lib/igx-tile-series-component.js +4 -4
  31. package/esm5/lib/GeographicContourLineSeriesView_combined.js +37 -37
  32. package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +86 -80
  33. package/esm5/lib/GeographicMapSeriesHost_combined.js +181 -181
  34. package/esm5/lib/GeographicMarkerSeries.js +33 -26
  35. package/esm5/lib/GeographicPolylineSeriesView_combined.js +18 -18
  36. package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +92 -92
  37. package/esm5/lib/GeographicShapeSeriesBase_combined.js +62 -62
  38. package/esm5/lib/GeographicShapeSeriesView_combined.js +61 -54
  39. package/esm5/lib/GeographicSymbolSeriesView_combined.js +59 -59
  40. package/esm5/lib/GeographicTileSeries.js +27 -27
  41. package/esm5/lib/SphericalMercatorHorizontalScaler.js +2 -2
  42. package/esm5/lib/SphericalMercatorVerticalScaler.js +2 -2
  43. package/esm5/lib/TileSeries_combined.js +90 -90
  44. package/esm5/lib/XamGeographicMap_combined.js +466 -466
  45. package/esm5/lib/igx-geographic-contour-line-series-component.js +24 -24
  46. package/esm5/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
  47. package/esm5/lib/igx-geographic-map-component.js +50 -50
  48. package/esm5/lib/igx-geographic-map-series-host-component.js +21 -21
  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 +43 -43
  52. package/esm5/lib/igx-geographic-scatter-area-series-component.js +18 -18
  53. package/esm5/lib/igx-geographic-shape-series-base-component.js +20 -20
  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 +5 -5
  57. package/esm5/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  58. package/esm5/lib/igx-tile-series-component.js +4 -4
  59. package/fesm2015/igniteui-angular-maps.js +1528 -1509
  60. package/fesm5/igniteui-angular-maps.js +1515 -1496
  61. package/lib/GeographicContourLineSeriesView_combined.d.ts +15 -15
  62. package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +26 -25
  63. package/lib/GeographicMapSeriesHost_combined.d.ts +46 -46
  64. package/lib/GeographicMarkerSeries.d.ts +18 -17
  65. package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
  66. package/lib/GeographicPolylineSeriesView_combined.d.ts +9 -9
  67. package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
  68. package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +28 -28
  69. package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
  70. package/lib/GeographicShapeSeriesBase_combined.d.ts +25 -25
  71. package/lib/GeographicShapeSeriesView_combined.d.ts +28 -27
  72. package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
  73. package/lib/GeographicSymbolSeriesView_combined.d.ts +21 -21
  74. package/lib/GeographicTileSeries.d.ts +10 -10
  75. package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
  76. package/lib/TileSeries_combined.d.ts +22 -22
  77. package/lib/XamGeographicMap_combined.d.ts +115 -115
  78. package/package.json +3 -3
@@ -18,131 +18,131 @@ var GeographicShapeSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
18
18
  __extends(GeographicShapeSeriesBase, _super);
19
19
  function GeographicShapeSeriesBase() {
20
20
  var _this = _super !== null && _super.apply(this, arguments) || this;
21
- _this.p9 = false;
22
- _this.p8 = false;
21
+ _this.ql = false;
22
+ _this.qk = false;
23
23
  _this.assigningShapeStyle = null;
24
24
  _this.assigningShapeMarkerStyle = null;
25
- _this.p5 = null;
26
- _this.p7 = false;
25
+ _this.qh = null;
26
+ _this.qj = false;
27
27
  return _this;
28
28
  }
29
- GeographicShapeSeriesBase.prototype.bv = function () {
29
+ GeographicShapeSeriesBase.prototype.bx = function () {
30
30
  return new GeographicShapeSeriesBaseView(this);
31
31
  };
32
- GeographicShapeSeriesBase.prototype.lo = function (a) {
33
- _super.prototype.lo.call(this, a);
34
- this.p4 = a;
32
+ GeographicShapeSeriesBase.prototype.ly = function (a) {
33
+ _super.prototype.ly.call(this, a);
34
+ this.qg = a;
35
35
  };
36
- GeographicShapeSeriesBase.prototype.get_dt = function () {
36
+ GeographicShapeSeriesBase.prototype.get_dx = function () {
37
37
  return true;
38
38
  };
39
- GeographicShapeSeriesBase.prototype.get_cz = function () {
39
+ GeographicShapeSeriesBase.prototype.get_c2 = function () {
40
40
  return true;
41
41
  };
42
- GeographicShapeSeriesBase.prototype.lt = function (a, b, c, d) {
43
- _super.prototype.lt.call(this, a, b, c, d);
42
+ GeographicShapeSeriesBase.prototype.l3 = function (a, b, c, d) {
43
+ _super.prototype.l3.call(this, a, b, c, d);
44
44
  switch (b) {
45
45
  case "SeriesViewer":
46
- this.p4.cf();
46
+ this.qg.cf();
47
47
  break;
48
48
  case "ShapeMemberPath":
49
- this.p4.ch();
49
+ this.qg.ch();
50
50
  break;
51
51
  case GeographicShapeSeriesBase.$$p[5]:
52
- this.p4.cg();
52
+ this.qg.cg();
53
53
  break;
54
54
  case GeographicShapeSeriesBase.$$p[1]:
55
- this.pt.qs = this.qb;
56
- this.p9 = this.qb;
57
- if (this.qb) {
58
- var e = this.pt;
59
- e.assigningShapeStyle = delegateCombine(e.assigningShapeStyle, runOn(this, this.qp));
55
+ this.p5.q4 = this.qn;
56
+ this.ql = this.qn;
57
+ if (this.qn) {
58
+ var e = this.p5;
59
+ e.assigningShapeStyle = delegateCombine(e.assigningShapeStyle, runOn(this, this.q1));
60
60
  }
61
61
  else {
62
- var f = this.pt;
63
- f.assigningShapeStyle = delegateRemove(f.assigningShapeStyle, runOn(this, this.qp));
62
+ var f = this.p5;
63
+ f.assigningShapeStyle = delegateRemove(f.assigningShapeStyle, runOn(this, this.q1));
64
64
  }
65
65
  break;
66
66
  case GeographicShapeSeriesBase.$$p[0]:
67
- this.pt.qr = this.qa;
68
- this.p8 = this.qa;
69
- if (this.qb) {
70
- var g = this.pt;
71
- g.assigningShapeMarkerStyle = delegateCombine(g.assigningShapeMarkerStyle, runOn(this, this.qo));
67
+ this.p5.q3 = this.qm;
68
+ this.qk = this.qm;
69
+ if (this.qn) {
70
+ var g = this.p5;
71
+ g.assigningShapeMarkerStyle = delegateCombine(g.assigningShapeMarkerStyle, runOn(this, this.q0));
72
72
  }
73
73
  else {
74
- var h = this.pt;
75
- h.assigningShapeMarkerStyle = delegateRemove(h.assigningShapeMarkerStyle, runOn(this, this.qo));
74
+ var h = this.p5;
75
+ h.assigningShapeMarkerStyle = delegateRemove(h.assigningShapeMarkerStyle, runOn(this, this.q0));
76
76
  }
77
77
  break;
78
78
  case GeographicShapeSeriesBase.$$p[2]:
79
- this.pt.qe = this.p3;
79
+ this.p5.qq = this.qf;
80
80
  break;
81
81
  case GeographicShapeSeriesBase.$$p[3]:
82
- this.pt.q9 = this.qd;
82
+ this.p5.rl = this.qp;
83
83
  break;
84
84
  case GeographicShapeSeriesBase.$$p[4]:
85
- this.pt.ra = this.qe;
85
+ this.p5.rm = this.qq;
86
86
  break;
87
87
  case "ShapefileDataSource":
88
88
  if (c != null) {
89
89
  var i = c;
90
- if (this.p7) {
91
- i.importCompleted = delegateRemove(i.importCompleted, runOn(this, this.qq));
90
+ if (this.qj) {
91
+ i.importCompleted = delegateRemove(i.importCompleted, runOn(this, this.q2));
92
92
  }
93
93
  }
94
94
  if (d != null) {
95
95
  var j = d;
96
96
  if (j.count > 0) {
97
- this.qr();
97
+ this.q3();
98
98
  break;
99
99
  }
100
- this.p7 = true;
101
- j.importCompleted = delegateCombine(j.importCompleted, runOn(this, this.qq));
100
+ this.qj = true;
101
+ j.importCompleted = delegateCombine(j.importCompleted, runOn(this, this.q2));
102
102
  }
103
103
  break;
104
104
  }
105
105
  };
106
- GeographicShapeSeriesBase.prototype.qp = function (a, b) {
106
+ GeographicShapeSeriesBase.prototype.q1 = function (a, b) {
107
107
  if (this.assigningShapeStyle != null) {
108
108
  this.assigningShapeStyle(this, b);
109
109
  }
110
110
  };
111
- GeographicShapeSeriesBase.prototype.qo = function (a, b) {
111
+ GeographicShapeSeriesBase.prototype.q0 = function (a, b) {
112
112
  if (this.assigningShapeMarkerStyle != null) {
113
113
  this.assigningShapeMarkerStyle(this, b);
114
114
  }
115
115
  };
116
- GeographicShapeSeriesBase.prototype.qq = function (a, b) {
117
- this.qr();
116
+ GeographicShapeSeriesBase.prototype.q2 = function (a, b) {
117
+ this.q3();
118
118
  };
119
- GeographicShapeSeriesBase.prototype.qr = function () {
120
- var sds_ = this.p6;
119
+ GeographicShapeSeriesBase.prototype.q3 = function () {
120
+ var sds_ = this.qi;
121
121
  var ext_ = sds_.externalObject;
122
122
  this.itemsSource = (ext_.getPointData());
123
123
  };
124
- Object.defineProperty(GeographicShapeSeriesBase.prototype, "p6", {
124
+ Object.defineProperty(GeographicShapeSeriesBase.prototype, "qi", {
125
125
  get: function () {
126
- return this.p5;
126
+ return this.qh;
127
127
  },
128
128
  set: function (a) {
129
- var b = this.p5;
130
- this.p5 = a;
131
- if (b != this.p5) {
132
- this.raisePropertyChanged("ShapefileDataSource", b, this.p5);
129
+ var b = this.qh;
130
+ this.qh = a;
131
+ if (b != this.qh) {
132
+ this.raisePropertyChanged("ShapefileDataSource", b, this.qh);
133
133
  }
134
134
  },
135
135
  enumerable: false,
136
136
  configurable: true
137
137
  });
138
- GeographicShapeSeriesBase.prototype.get_ez = function () {
138
+ GeographicShapeSeriesBase.prototype.get_e3 = function () {
139
139
  return true;
140
140
  };
141
- GeographicShapeSeriesBase.prototype.set_ez = function (a) {
142
- _super.prototype.set_ez.call(this, a);
141
+ GeographicShapeSeriesBase.prototype.set_e3 = function (a) {
142
+ _super.prototype.set_e3.call(this, a);
143
143
  };
144
144
  GeographicShapeSeriesBase.$t = markType(GeographicShapeSeriesBase, 'GeographicShapeSeriesBase', GeographicMapSeriesHost.$);
145
- GeographicShapeSeriesBase.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicShapeSeriesBase, 'raisePropertyChanged', ['IsCustomShapeMarkerStyleAllowed:qa:qs', [0, false], 'IsCustomShapeStyleAllowed:qb:qt', [0, false], 'ItemSearchMode:p3:qu', [ShapeItemSearchMode_$type, enumGetBox(ShapeItemSearchMode_$type, 0)], 'ItemSearchPointsThreshold:qd:qv', [1, 10000], 'ItemSearchThreshold:qe:qw', [1, 10000], 'ShapeFilterResolution:qc:qx', [1, 2], 'ShapeMemberPath:qm:qy', [2, "points"]]);
145
+ GeographicShapeSeriesBase.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicShapeSeriesBase, 'raisePropertyChanged', ['IsCustomShapeMarkerStyleAllowed:qm:q4', [0, false], 'IsCustomShapeStyleAllowed:qn:q5', [0, false], 'ItemSearchMode:qf:q6', [ShapeItemSearchMode_$type, enumGetBox(ShapeItemSearchMode_$type, 0)], 'ItemSearchPointsThreshold:qp:q7', [1, 10000], 'ItemSearchThreshold:qq:q8', [1, 10000], 'ShapeFilterResolution:qo:q9', [1, 2], 'ShapeMemberPath:qy:ra', [2, "points"]]);
146
146
  return GeographicShapeSeriesBase;
147
147
  }(GeographicMapSeriesHost));
148
148
  export { GeographicShapeSeriesBase };
@@ -159,23 +159,23 @@ var GeographicShapeSeriesBaseView = /** @class */ /*@__PURE__*/ (function (_supe
159
159
  }
160
160
  GeographicShapeSeriesBaseView.prototype.b2 = function () {
161
161
  _super.prototype.b2.call(this);
162
- this.ce.pt.rk = this.ce.qm;
162
+ this.ce.p5.rw = this.ce.qy;
163
163
  };
164
164
  GeographicShapeSeriesBaseView.prototype.cf = function () {
165
- var a = this.ce.pt;
166
- if (this.ce.cb == null) {
167
- a.p8 = null;
168
- a.qa = null;
165
+ var a = this.ce.p5;
166
+ if (this.ce.cd == null) {
167
+ a.qk = null;
168
+ a.qm = null;
169
169
  return;
170
170
  }
171
- a.p8 = this.ce.cb.sn;
172
- a.qa = this.ce.cb.sp;
171
+ a.qk = this.ce.cd.s2;
172
+ a.qm = this.ce.cd.s4;
173
173
  };
174
174
  GeographicShapeSeriesBaseView.prototype.ch = function () {
175
- this.ce.pt.rk = this.ce.qm;
175
+ this.ce.p5.rw = this.ce.qy;
176
176
  };
177
177
  GeographicShapeSeriesBaseView.prototype.cg = function () {
178
- this.ce.pt.q6 = this.ce.qc;
178
+ this.ce.p5.ri = this.ce.qo;
179
179
  };
180
180
  GeographicShapeSeriesBaseView.$t = markType(GeographicShapeSeriesBaseView, 'GeographicShapeSeriesBaseView', HostSeriesView.$);
181
181
  return GeographicShapeSeriesBaseView;
@@ -31,54 +31,54 @@ var GeographicShapeSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
31
31
  _this.ci = null;
32
32
  _this.ci = a;
33
33
  if (!_this.q) {
34
- _this.ci.qm = "points";
34
+ _this.ci.qy = "points";
35
35
  }
36
36
  return _this;
37
37
  }
38
38
  GeographicShapeSeriesView.prototype.as = function () {
39
39
  _super.prototype.as.call(this);
40
40
  if (!this.q) {
41
- this.ci.r6 = Defaults.aj;
42
- this.ci.gp = Defaults.p;
43
- this.ci.q5 = Defaults.o;
44
- this.ci.q2 = Defaults.d;
45
- this.ci.q0 = Defaults.a;
41
+ this.ci.si = Defaults.aj;
42
+ this.ci.gz = Defaults.p;
43
+ this.ci.rh = Defaults.o;
44
+ this.ci.re = Defaults.d;
45
+ this.ci.rc = Defaults.a;
46
46
  }
47
47
  };
48
48
  GeographicShapeSeriesView.prototype.b2 = function () {
49
49
  _super.prototype.b2.call(this);
50
- this.ci.pt.t0 = this.ci.r8;
51
- this.ci.pt.st = this.ci.q3;
52
- this.ci.pt.tf = this.ci.ro;
53
- this.ci.pt.sw = this.ci.q5;
54
- this.ci.pt.sf = this.ci.qz;
50
+ this.ci.p5.uc = this.ci.sk;
51
+ this.ci.p5.s5 = this.ci.rf;
52
+ this.ci.p5.tr = this.ci.r0;
53
+ this.ci.p5.s8 = this.ci.rh;
54
+ this.ci.p5.sr = this.ci.rb;
55
55
  };
56
56
  GeographicShapeSeriesView.prototype.cn = function () {
57
- this.ci.pt.tf = this.ci.ro;
57
+ this.ci.p5.tr = this.ci.r0;
58
58
  };
59
59
  GeographicShapeSeriesView.prototype.cp = function () {
60
- this.ci.pt.sw = this.ci.q5;
60
+ this.ci.p5.s8 = this.ci.rh;
61
61
  };
62
62
  GeographicShapeSeriesView.prototype.ck = function () {
63
- this.ci.pt.sf = this.ci.qz;
63
+ this.ci.p5.sr = this.ci.rb;
64
64
  };
65
65
  GeographicShapeSeriesView.prototype.co = function () {
66
- this.ci.pt.so = this.ci.q2;
66
+ this.ci.p5.s0 = this.ci.re;
67
67
  };
68
68
  GeographicShapeSeriesView.prototype.cj = function () {
69
- this.ci.pt.tw = this.ci.r5;
69
+ this.ci.p5.t8 = this.ci.sh;
70
70
  };
71
71
  GeographicShapeSeriesView.prototype.cl = function () {
72
- this.ci.pt.tx = this.ci.r6;
72
+ this.ci.p5.t9 = this.ci.si;
73
73
  };
74
74
  GeographicShapeSeriesView.prototype.cm = function () {
75
- this.ci.pt.tz = this.ci.r7;
75
+ this.ci.p5.ub = this.ci.sj;
76
76
  };
77
77
  GeographicShapeSeriesView.prototype.cq = function () {
78
- this.ci.pt.st = this.ci.q3;
78
+ this.ci.p5.s5 = this.ci.rf;
79
79
  };
80
80
  GeographicShapeSeriesView.prototype.cr = function () {
81
- this.ci.pt.t0 = this.ci.r8;
81
+ this.ci.p5.uc = this.ci.sk;
82
82
  };
83
83
  GeographicShapeSeriesView.$t = markType(GeographicShapeSeriesView, 'GeographicShapeSeriesView', GeographicShapeSeriesBaseView.$);
84
84
  return GeographicShapeSeriesView;
@@ -95,88 +95,95 @@ var GeographicShapeSeries = /** @class */ /*@__PURE__*/ (function (_super) {
95
95
  _this.ab = GeographicShapeSeries.$;
96
96
  return _this;
97
97
  }
98
- GeographicShapeSeries.prototype.get_d3 = function () {
98
+ GeographicShapeSeries.prototype.get_d7 = function () {
99
99
  return true;
100
100
  };
101
- GeographicShapeSeries.prototype.bv = function () {
101
+ GeographicShapeSeries.prototype.bx = function () {
102
102
  return new GeographicShapeSeriesView(this);
103
103
  };
104
- GeographicShapeSeries.prototype.lo = function (a) {
105
- _super.prototype.lo.call(this, a);
106
- this.q4 = a;
104
+ GeographicShapeSeries.prototype.ly = function (a) {
105
+ _super.prototype.ly.call(this, a);
106
+ this.rg = a;
107
107
  };
108
- GeographicShapeSeries.prototype.ps = function () {
108
+ GeographicShapeSeries.prototype.p4 = function () {
109
109
  var a = new ScatterPolygonSeries();
110
- a.styleShape = delegateCombine(a.styleShape, runOn(this, this.rl));
111
- a.propertyUpdated = delegateCombine(a.propertyUpdated, runOn(this, this.rm));
110
+ a.styleShape = delegateCombine(a.styleShape, runOn(this, this.rx));
111
+ a.propertyUpdated = delegateCombine(a.propertyUpdated, runOn(this, this.ry));
112
112
  return a;
113
113
  };
114
- GeographicShapeSeries.prototype.rl = function (a, b) {
114
+ GeographicShapeSeries.prototype.rx = function (a, b) {
115
115
  if (this.styleShape != null) {
116
116
  this.styleShape(this, b);
117
117
  }
118
118
  };
119
- GeographicShapeSeries.prototype.rm = function (a, b) {
120
- var c = typeCast(ScatterPolygonSeries.$, this.pt);
119
+ GeographicShapeSeries.prototype.ry = function (a, b) {
120
+ var c = typeCast(ScatterPolygonSeries.$, this.p5);
121
121
  if (c == null) {
122
122
  return;
123
123
  }
124
124
  };
125
- GeographicShapeSeries.prototype.fv = function () {
126
- return this.q5;
125
+ GeographicShapeSeries.prototype.f2 = function () {
126
+ return this.rh;
127
127
  };
128
- GeographicShapeSeries.prototype.ov = function () {
129
- return this.r3;
128
+ GeographicShapeSeries.prototype.o5 = function () {
129
+ return this.sf;
130
130
  };
131
- GeographicShapeSeries.prototype.ow = function () {
132
- return this.r4;
131
+ GeographicShapeSeries.prototype.o6 = function () {
132
+ return this.sg;
133
133
  };
134
- GeographicShapeSeries.prototype.m2 = function () {
135
- return this.rn;
134
+ GeographicShapeSeries.prototype.nd = function () {
135
+ return this.rz;
136
136
  };
137
- GeographicShapeSeries.prototype.lt = function (a, b, c, d) {
138
- _super.prototype.lt.call(this, a, b, c, d);
137
+ GeographicShapeSeries.prototype.iy = function () {
138
+ var a = typeCast(ScatterPolygonSeries.$, this.p5);
139
+ if (a == null) {
140
+ return "Unknown";
141
+ }
142
+ return a.iy();
143
+ };
144
+ GeographicShapeSeries.prototype.l3 = function (a, b, c, d) {
145
+ _super.prototype.l3.call(this, a, b, c, d);
139
146
  switch (b) {
140
147
  case GeographicShapeSeries.$$p[6]:
141
- this.pt.sm = this.q1;
148
+ this.p5.sy = this.rd;
142
149
  break;
143
150
  case GeographicShapeSeries.$$p[5]:
144
- this.pt.si = this.q0;
151
+ this.p5.su = this.rc;
145
152
  break;
146
153
  case GeographicShapeSeries.$$p[9]:
147
- this.q4.cn();
154
+ this.rg.cn();
148
155
  break;
149
156
  case GeographicShapeSeries.$$p[10]:
150
- this.q4.cp();
157
+ this.rg.cp();
151
158
  break;
152
159
  case GeographicShapeSeries.$$p[4]:
153
- this.q4.ck();
160
+ this.rg.ck();
154
161
  break;
155
162
  case GeographicShapeSeries.$$p[11]:
156
- this.q4.co();
163
+ this.rg.co();
157
164
  break;
158
165
  case GeographicShapeSeries.$$p[3]:
159
- this.q4.cj();
166
+ this.rg.cj();
160
167
  break;
161
168
  case GeographicShapeSeries.$$p[7]:
162
- this.q4.cl();
169
+ this.rg.cl();
163
170
  break;
164
171
  case GeographicShapeSeries.$$p[8]:
165
- this.q4.cm();
172
+ this.rg.cm();
166
173
  break;
167
174
  case GeographicShapeSeries.$$p[13]:
168
- this.q4.cq();
175
+ this.rg.cq();
169
176
  break;
170
177
  case GeographicShapeSeries.$$p[12]:
171
- this.q4.cr();
178
+ this.rg.cr();
172
179
  break;
173
180
  }
174
181
  };
175
- GeographicShapeSeries.prototype.gl = function () {
182
+ GeographicShapeSeries.prototype.gv = function () {
176
183
  return 0.7;
177
184
  };
178
185
  GeographicShapeSeries.$t = markType(GeographicShapeSeries, 'GeographicShapeSeries', GeographicShapeSeriesBase.$);
179
- GeographicShapeSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicShapeSeries, 'raisePropertyChanged', ['ActualMarkerBrush:r3:rp', [Brush.$], 'ActualMarkerOutline:r4:rq', [Brush.$], 'ActualMarkerTemplate:rn:rr', [DataTemplate.$, null], 'MarkerBrush:r5:rs', [Brush.$], 'MarkerCollisionAvoidance:qz:rt', [CollisionAvoidanceType_$type, enumGetBox(CollisionAvoidanceType_$type, 0)], 'MarkerFillMode:q0:ru', [MarkerFillMode_$type, enumGetBox(MarkerFillMode_$type, 0)], 'MarkerOutlineMode:q1:rv', [MarkerOutlineMode_$type, enumGetBox(MarkerOutlineMode_$type, 0)], 'MarkerOutline:r6:rw', [Brush.$], 'MarkerStyle:r7:rx', [Style.$], 'MarkerTemplate:ro:ry', [DataTemplate.$, null], 'MarkerThickness:q5:rz', [1, DeviceUtils.g(2)], 'MarkerType:q2:r0', [MarkerType_$type, enumGetBox(MarkerType_$type, 2)], 'ShapeStyle:r8:r1', [Style.$, null], 'ShapeStyleSelector:q3:r2', [StyleSelector.$, null]]);
186
+ GeographicShapeSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicShapeSeries, 'raisePropertyChanged', ['ActualMarkerBrush:sf:r1', [Brush.$], 'ActualMarkerOutline:sg:r2', [Brush.$], 'ActualMarkerTemplate:rz:r3', [DataTemplate.$, null], 'MarkerBrush:sh:r4', [Brush.$], 'MarkerCollisionAvoidance:rb:r5', [CollisionAvoidanceType_$type, enumGetBox(CollisionAvoidanceType_$type, 0)], 'MarkerFillMode:rc:r6', [MarkerFillMode_$type, enumGetBox(MarkerFillMode_$type, 0)], 'MarkerOutlineMode:rd:r7', [MarkerOutlineMode_$type, enumGetBox(MarkerOutlineMode_$type, 0)], 'MarkerOutline:si:r8', [Brush.$], 'MarkerStyle:sj:r9', [Style.$], 'MarkerTemplate:r0:sa', [DataTemplate.$, null], 'MarkerThickness:rh:sb', [1, DeviceUtils.g(2)], 'MarkerType:re:sc', [MarkerType_$type, enumGetBox(MarkerType_$type, 2)], 'ShapeStyle:sk:sd', [Style.$, null], 'ShapeStyleSelector:rf:se', [StyleSelector.$, null]]);
180
187
  return GeographicShapeSeries;
181
188
  }(GeographicShapeSeriesBase));
182
189
  export { GeographicShapeSeries };
@@ -30,56 +30,56 @@ var GeographicSymbolSeriesView = /** @class */ /*@__PURE__*/ (function (_super)
30
30
  }
31
31
  };
32
32
  GeographicSymbolSeriesView.prototype.b2 = function () {
33
- var a = this.ce.pt;
33
+ var a = this.ce.p5;
34
34
  _super.prototype.b2.call(this);
35
- a.sx = this.ce.rh;
36
- a.s1 = this.ce.rf;
37
- a.p0 = this.ce.p3;
38
- a.qm = this.ce.qj;
39
- a.p5 = this.ce.p4;
35
+ a.td = this.ce.rt;
36
+ a.tl = this.ce.rr;
37
+ a.qc = this.ce.qf;
38
+ a.qy = this.ce.qv;
39
+ a.qh = this.ce.qg;
40
40
  };
41
41
  GeographicSymbolSeriesView.prototype.cg = function () {
42
- this.ce.pt.sx = this.ce.rh;
42
+ this.ce.p5.td = this.ce.rt;
43
43
  };
44
44
  GeographicSymbolSeriesView.prototype.cf = function () {
45
- this.ce.pt.s1 = this.ce.rf;
45
+ this.ce.p5.tl = this.ce.rr;
46
46
  };
47
47
  GeographicSymbolSeriesView.prototype.cm = function () {
48
- this.ce.pt.p0 = this.ce.p3;
48
+ this.ce.p5.qc = this.ce.qf;
49
49
  };
50
50
  GeographicSymbolSeriesView.prototype.ck = function () {
51
- this.ce.pt.qm = this.ce.qj;
51
+ this.ce.p5.qy = this.ce.qv;
52
52
  };
53
53
  GeographicSymbolSeriesView.prototype.cl = function () {
54
- this.ce.pt.p5 = this.ce.p4;
54
+ this.ce.p5.qh = this.ce.qg;
55
55
  };
56
56
  GeographicSymbolSeriesView.prototype.cn = function () {
57
- this.ce.pt.sl = this.ce.p5;
57
+ this.ce.p5.sx = this.ce.qh;
58
58
  };
59
59
  GeographicSymbolSeriesView.prototype.cp = function () {
60
- this.ce.pt.xAxis = this.ce.cb.sn;
60
+ this.ce.p5.xAxis = this.ce.cd.s2;
61
61
  };
62
62
  GeographicSymbolSeriesView.prototype.cq = function () {
63
- this.ce.pt.yAxis = this.ce.cb.sp;
63
+ this.ce.p5.yAxis = this.ce.cd.s4;
64
64
  };
65
65
  GeographicSymbolSeriesView.prototype.co = function () {
66
- var a = this.ce.pt;
67
- if (this.ce.cb == null) {
66
+ var a = this.ce.p5;
67
+ if (this.ce.cd == null) {
68
68
  a.xAxis = null;
69
69
  a.yAxis = null;
70
70
  return;
71
71
  }
72
- a.xAxis = this.ce.cb.sn;
73
- a.yAxis = this.ce.cb.sp;
72
+ a.xAxis = this.ce.cd.s2;
73
+ a.yAxis = this.ce.cd.s4;
74
74
  };
75
75
  GeographicSymbolSeriesView.prototype.ci = function () {
76
- this.ce.pt.rc = this.ce.q1;
76
+ this.ce.p5.ro = this.ce.rd;
77
77
  };
78
78
  GeographicSymbolSeriesView.prototype.ch = function () {
79
- this.ce.pt.q2 = this.ce.qx;
79
+ this.ce.p5.re = this.ce.q9;
80
80
  };
81
81
  GeographicSymbolSeriesView.prototype.cj = function () {
82
- this.ce.pt.q3 = this.ce.qy;
82
+ this.ce.p5.rf = this.ce.ra;
83
83
  };
84
84
  GeographicSymbolSeriesView.$t = markType(GeographicSymbolSeriesView, 'GeographicSymbolSeriesView', HostSeriesView.$);
85
85
  return GeographicSymbolSeriesView;
@@ -92,98 +92,98 @@ var GeographicSymbolSeries = /** @class */ /*@__PURE__*/ (function (_super) {
92
92
  __extends(GeographicSymbolSeries, _super);
93
93
  function GeographicSymbolSeries() {
94
94
  var _this = _super.call(this) || this;
95
- _this.q3 = null;
96
- _this.q6 = false;
97
- _this.q5 = false;
95
+ _this.rf = null;
96
+ _this.ri = false;
97
+ _this.rh = false;
98
98
  _this.assigningScatterStyle = null;
99
99
  _this.assigningScatterMarkerStyle = null;
100
100
  _this.ab = GeographicSymbolSeries.$;
101
101
  return _this;
102
102
  }
103
- GeographicSymbolSeries.prototype.get_c1 = function () {
103
+ GeographicSymbolSeries.prototype.get_c4 = function () {
104
104
  return true;
105
105
  };
106
- GeographicSymbolSeries.prototype.bv = function () {
106
+ GeographicSymbolSeries.prototype.bx = function () {
107
107
  return new GeographicSymbolSeriesView(this);
108
108
  };
109
- GeographicSymbolSeries.prototype.lo = function (a) {
110
- _super.prototype.lo.call(this, a);
111
- this.q4 = a;
109
+ GeographicSymbolSeries.prototype.ly = function (a) {
110
+ _super.prototype.ly.call(this, a);
111
+ this.rg = a;
112
112
  };
113
- GeographicSymbolSeries.prototype.gl = function () {
113
+ GeographicSymbolSeries.prototype.gv = function () {
114
114
  return 0.7;
115
115
  };
116
- GeographicSymbolSeries.prototype.ps = function () {
116
+ GeographicSymbolSeries.prototype.p4 = function () {
117
117
  return new ScatterSeries();
118
118
  };
119
- GeographicSymbolSeries.prototype.get_dt = function () {
119
+ GeographicSymbolSeries.prototype.get_dx = function () {
120
120
  return true;
121
121
  };
122
- GeographicSymbolSeries.prototype.lt = function (a, b, c, d) {
123
- _super.prototype.lt.call(this, a, b, c, d);
122
+ GeographicSymbolSeries.prototype.l3 = function (a, b, c, d) {
123
+ _super.prototype.l3.call(this, a, b, c, d);
124
124
  switch (b) {
125
125
  case "SeriesViewer":
126
- this.q4.co();
126
+ this.rg.co();
127
127
  break;
128
128
  case GeographicSymbolSeries.$$p[5]:
129
- this.q4.cg();
129
+ this.rg.cg();
130
130
  break;
131
131
  case GeographicSymbolSeries.$$p[4]:
132
- this.q4.cf();
132
+ this.rg.cf();
133
133
  break;
134
134
  case GeographicSymbolSeries.$$p[6]:
135
- this.q4.ci();
135
+ this.rg.ci();
136
136
  break;
137
137
  case "XAxis":
138
- this.q4.cp();
138
+ this.rg.cp();
139
139
  break;
140
140
  case "YAxis":
141
- this.q4.cq();
141
+ this.rg.cq();
142
142
  break;
143
143
  case GeographicSymbolSeries.$$p[1]:
144
- this.pt.r7 = this.q8;
145
- this.q6 = this.q8;
146
- if (this.q8) {
147
- var e = this.pt;
148
- e.assigningScatterStyle = delegateCombine(e.assigningScatterStyle, runOn(this, this.rm));
144
+ this.p5.sj = this.rk;
145
+ this.ri = this.rk;
146
+ if (this.rk) {
147
+ var e = this.p5;
148
+ e.assigningScatterStyle = delegateCombine(e.assigningScatterStyle, runOn(this, this.ry));
149
149
  }
150
150
  else {
151
- var f = this.pt;
152
- f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.rm));
151
+ var f = this.p5;
152
+ f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.ry));
153
153
  }
154
154
  break;
155
155
  case GeographicSymbolSeries.$$p[0]:
156
- this.pt.r6 = this.q7;
157
- this.q5 = this.q7;
158
- if (this.q8) {
159
- var g = this.pt;
160
- g.assigningScatterMarkerStyle = delegateCombine(g.assigningScatterMarkerStyle, runOn(this, this.rl));
156
+ this.p5.si = this.rj;
157
+ this.rh = this.rj;
158
+ if (this.rk) {
159
+ var g = this.p5;
160
+ g.assigningScatterMarkerStyle = delegateCombine(g.assigningScatterMarkerStyle, runOn(this, this.rx));
161
161
  }
162
162
  else {
163
- var h = this.pt;
164
- h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.rl));
163
+ var h = this.p5;
164
+ h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.rx));
165
165
  }
166
166
  break;
167
167
  case GeographicSymbolSeries.$$p[2]:
168
- this.pt.rw = this.q2;
168
+ this.p5.r8 = this.re;
169
169
  break;
170
170
  case GeographicSymbolSeries.$$p[3]:
171
- this.pt.sk = this.ra;
171
+ this.p5.sw = this.rm;
172
172
  break;
173
173
  }
174
174
  };
175
- GeographicSymbolSeries.prototype.rm = function (a, b) {
175
+ GeographicSymbolSeries.prototype.ry = function (a, b) {
176
176
  if (this.assigningScatterStyle != null) {
177
177
  this.assigningScatterStyle(this, b);
178
178
  }
179
179
  };
180
- GeographicSymbolSeries.prototype.rl = function (a, b) {
180
+ GeographicSymbolSeries.prototype.rx = function (a, b) {
181
181
  if (this.assigningScatterMarkerStyle != null) {
182
182
  this.assigningScatterMarkerStyle(this, b);
183
183
  }
184
184
  };
185
185
  GeographicSymbolSeries.$t = markType(GeographicSymbolSeries, 'GeographicSymbolSeries', GeographicMarkerSeries.$);
186
- GeographicSymbolSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicSymbolSeries, 'raisePropertyChanged', ['IsCustomScatterMarkerStyleAllowed:q7:rn', [0, false], 'IsCustomScatterStyleAllowed:q8:ro', [0, false], 'ItemSearchMode:q2:rp', [ScatterItemSearchMode_$type, enumGetBox(ScatterItemSearchMode_$type, 0)], 'ItemSearchThreshold:ra:rq', [1, 10000], 'LatitudeMemberPath:rf:rr', [2, null], 'LongitudeMemberPath:rh:rs', [2, null], 'MarkerCollisionAvoidance:q1:rt', [CollisionAvoidanceType_$type, enumGetBox(CollisionAvoidanceType_$type, 0)], 'UseLightweightMarkers:q9:ru', [0, false]]);
186
+ GeographicSymbolSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicSymbolSeries, 'raisePropertyChanged', ['IsCustomScatterMarkerStyleAllowed:rj:rz', [0, false], 'IsCustomScatterStyleAllowed:rk:r0', [0, false], 'ItemSearchMode:re:r1', [ScatterItemSearchMode_$type, enumGetBox(ScatterItemSearchMode_$type, 0)], 'ItemSearchThreshold:rm:r2', [1, 10000], 'LatitudeMemberPath:rr:r3', [2, null], 'LongitudeMemberPath:rt:r4', [2, null], 'MarkerCollisionAvoidance:rd:r5', [CollisionAvoidanceType_$type, enumGetBox(CollisionAvoidanceType_$type, 0)], 'UseLightweightMarkers:rl:r6', [0, false]]);
187
187
  return GeographicSymbolSeries;
188
188
  }(GeographicMarkerSeries));
189
189
  export { GeographicSymbolSeries };