igniteui-angular-maps 17.2.0-beta.0 → 17.2.1

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 (72) hide show
  1. package/bundles/igniteui-angular-maps.umd.js +1047 -1020
  2. package/bundles/igniteui-angular-maps.umd.min.js +1 -1
  3. package/esm2015/lib/GeographicContourLineSeriesView_combined.js +41 -38
  4. package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +81 -78
  5. package/esm2015/lib/GeographicMapSeriesHost_combined.js +182 -182
  6. package/esm2015/lib/GeographicMarkerSeries.js +28 -28
  7. package/esm2015/lib/GeographicPolylineSeriesView_combined.js +21 -18
  8. package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +92 -89
  9. package/esm2015/lib/GeographicShapeSeriesBase_combined.js +62 -62
  10. package/esm2015/lib/GeographicShapeSeriesView_combined.js +59 -56
  11. package/esm2015/lib/GeographicSymbolSeriesView_combined.js +61 -58
  12. package/esm2015/lib/GeographicTileSeries.js +30 -27
  13. package/esm2015/lib/TileSeries_combined.js +94 -91
  14. package/esm2015/lib/XamGeographicMap_combined.js +93 -90
  15. package/esm2015/lib/igx-geographic-contour-line-series-component.js +9 -9
  16. package/esm2015/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
  17. package/esm2015/lib/igx-geographic-map-series-host-component.js +21 -21
  18. package/esm2015/lib/igx-geographic-marker-series-component.js +22 -22
  19. package/esm2015/lib/igx-geographic-polyline-series-component.js +11 -11
  20. package/esm2015/lib/igx-geographic-proportional-symbol-series-component.js +33 -33
  21. package/esm2015/lib/igx-geographic-scatter-area-series-component.js +8 -8
  22. package/esm2015/lib/igx-geographic-shape-series-base-component.js +16 -16
  23. package/esm2015/lib/igx-geographic-shape-series-component.js +33 -33
  24. package/esm2015/lib/igx-geographic-symbol-series-component.js +15 -15
  25. package/esm2015/lib/igx-geographic-tile-series-component.js +4 -4
  26. package/esm2015/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  27. package/esm2015/lib/igx-tile-series-component.js +3 -3
  28. package/esm5/lib/GeographicContourLineSeriesView_combined.js +41 -38
  29. package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +81 -78
  30. package/esm5/lib/GeographicMapSeriesHost_combined.js +180 -180
  31. package/esm5/lib/GeographicMarkerSeries.js +28 -28
  32. package/esm5/lib/GeographicPolylineSeriesView_combined.js +21 -18
  33. package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +92 -89
  34. package/esm5/lib/GeographicShapeSeriesBase_combined.js +61 -61
  35. package/esm5/lib/GeographicShapeSeriesView_combined.js +59 -56
  36. package/esm5/lib/GeographicSymbolSeriesView_combined.js +61 -58
  37. package/esm5/lib/GeographicTileSeries.js +29 -26
  38. package/esm5/lib/TileSeries_combined.js +92 -89
  39. package/esm5/lib/XamGeographicMap_combined.js +92 -89
  40. package/esm5/lib/igx-geographic-contour-line-series-component.js +9 -9
  41. package/esm5/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
  42. package/esm5/lib/igx-geographic-map-series-host-component.js +21 -21
  43. package/esm5/lib/igx-geographic-marker-series-component.js +22 -22
  44. package/esm5/lib/igx-geographic-polyline-series-component.js +11 -11
  45. package/esm5/lib/igx-geographic-proportional-symbol-series-component.js +33 -33
  46. package/esm5/lib/igx-geographic-scatter-area-series-component.js +8 -8
  47. package/esm5/lib/igx-geographic-shape-series-base-component.js +16 -16
  48. package/esm5/lib/igx-geographic-shape-series-component.js +33 -33
  49. package/esm5/lib/igx-geographic-symbol-series-component.js +15 -15
  50. package/esm5/lib/igx-geographic-tile-series-component.js +4 -4
  51. package/esm5/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  52. package/esm5/lib/igx-tile-series-component.js +3 -3
  53. package/fesm2015/igniteui-angular-maps.js +1055 -1028
  54. package/fesm5/igniteui-angular-maps.js +1047 -1020
  55. package/lib/GeographicContourLineSeriesView_combined.d.ts +14 -13
  56. package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +22 -21
  57. package/lib/GeographicMapSeriesHost_combined.d.ts +43 -43
  58. package/lib/GeographicMarkerSeries.d.ts +15 -15
  59. package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
  60. package/lib/GeographicPolylineSeriesView_combined.d.ts +10 -9
  61. package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
  62. package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +26 -25
  63. package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
  64. package/lib/GeographicShapeSeriesBase_combined.d.ts +20 -20
  65. package/lib/GeographicShapeSeriesView_combined.d.ts +26 -25
  66. package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
  67. package/lib/GeographicSymbolSeriesView_combined.d.ts +19 -18
  68. package/lib/GeographicTileSeries.d.ts +10 -9
  69. package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
  70. package/lib/TileSeries_combined.d.ts +23 -21
  71. package/lib/XamGeographicMap_combined.d.ts +28 -27
  72. package/package.json +2 -2
@@ -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.uk = false;
21
22
  _this.uj = false;
22
- _this.ui = false;
23
23
  _this.assigningShapeStyle = null;
24
24
  _this.assigningShapeMarkerStyle = null;
25
- _this.uf = null;
26
- _this.uh = false;
25
+ _this.ug = null;
26
+ _this.ui = false;
27
27
  return _this;
28
28
  }
29
- GeographicShapeSeriesBase.prototype.cg = function () {
29
+ GeographicShapeSeriesBase.prototype.ch = function () {
30
30
  return new GeographicShapeSeriesBaseView(this);
31
31
  };
32
- GeographicShapeSeriesBase.prototype.o0 = function (a) {
33
- _super.prototype.o0.call(this, a);
34
- this.ue = a;
32
+ GeographicShapeSeriesBase.prototype.o1 = function (a) {
33
+ _super.prototype.o1.call(this, a);
34
+ this.uf = a;
35
35
  };
36
- GeographicShapeSeriesBase.prototype.get_es = function () {
36
+ GeographicShapeSeriesBase.prototype.get_et = function () {
37
37
  return true;
38
38
  };
39
- GeographicShapeSeriesBase.prototype.get_du = function () {
39
+ GeographicShapeSeriesBase.prototype.get_dv = function () {
40
40
  return true;
41
41
  };
42
- GeographicShapeSeriesBase.prototype.o8 = function (a, b, c, d) {
43
- _super.prototype.o8.call(this, a, b, c, d);
42
+ GeographicShapeSeriesBase.prototype.o9 = function (a, b, c, d) {
43
+ _super.prototype.o9.call(this, a, b, c, d);
44
44
  switch (b) {
45
45
  case "SeriesViewer":
46
- this.ue.ci();
46
+ this.uf.ci();
47
47
  break;
48
48
  case "ShapeMemberPath":
49
- this.ue.ck();
49
+ this.uf.ck();
50
50
  break;
51
51
  case GeographicShapeSeriesBase.$$p[5]:
52
- this.ue.cj();
52
+ this.uf.cj();
53
53
  break;
54
54
  case GeographicShapeSeriesBase.$$p[1]:
55
- this.t3.u2 = this.ul;
56
- this.uj = this.ul;
57
- if (this.ul) {
58
- var e = this.t3;
59
- e.assigningShapeStyle = delegateCombine(e.assigningShapeStyle, runOn(this, this.uz));
55
+ this.t4.u3 = this.um;
56
+ this.uk = this.um;
57
+ if (this.um) {
58
+ var e = this.t4;
59
+ e.assigningShapeStyle = delegateCombine(e.assigningShapeStyle, runOn(this, this.u0));
60
60
  }
61
61
  else {
62
- var f = this.t3;
63
- f.assigningShapeStyle = delegateRemove(f.assigningShapeStyle, runOn(this, this.uz));
62
+ var f = this.t4;
63
+ f.assigningShapeStyle = delegateRemove(f.assigningShapeStyle, runOn(this, this.u0));
64
64
  }
65
65
  break;
66
66
  case GeographicShapeSeriesBase.$$p[0]:
67
- this.t3.u1 = this.uk;
68
- this.ui = this.uk;
69
- if (this.ul) {
70
- var g = this.t3;
71
- g.assigningShapeMarkerStyle = delegateCombine(g.assigningShapeMarkerStyle, runOn(this, this.uy));
67
+ this.t4.u2 = this.ul;
68
+ this.uj = this.ul;
69
+ if (this.um) {
70
+ var g = this.t4;
71
+ g.assigningShapeMarkerStyle = delegateCombine(g.assigningShapeMarkerStyle, runOn(this, this.uz));
72
72
  }
73
73
  else {
74
- var h = this.t3;
75
- h.assigningShapeMarkerStyle = delegateRemove(h.assigningShapeMarkerStyle, runOn(this, this.uy));
74
+ var h = this.t4;
75
+ h.assigningShapeMarkerStyle = delegateRemove(h.assigningShapeMarkerStyle, runOn(this, this.uz));
76
76
  }
77
77
  break;
78
78
  case GeographicShapeSeriesBase.$$p[2]:
79
- this.t3.uo = this.ud;
79
+ this.t4.up = this.ue;
80
80
  break;
81
81
  case GeographicShapeSeriesBase.$$p[3]:
82
- this.t3.vj = this.un;
82
+ this.t4.vk = this.uo;
83
83
  break;
84
84
  case GeographicShapeSeriesBase.$$p[4]:
85
- this.t3.vk = this.uo;
85
+ this.t4.vl = this.up;
86
86
  break;
87
87
  case "ShapefileDataSource":
88
88
  if (c != null) {
89
89
  var i = c;
90
- if (this.uh) {
91
- i.importCompleted = delegateRemove(i.importCompleted, runOn(this, this.u0));
90
+ if (this.ui) {
91
+ i.importCompleted = delegateRemove(i.importCompleted, runOn(this, this.u1));
92
92
  }
93
93
  }
94
94
  if (d != null) {
95
95
  var j = d;
96
96
  if (j.count > 0) {
97
- this.u1();
97
+ this.u2();
98
98
  break;
99
99
  }
100
- this.uh = true;
101
- j.importCompleted = delegateCombine(j.importCompleted, runOn(this, this.u0));
100
+ this.ui = true;
101
+ j.importCompleted = delegateCombine(j.importCompleted, runOn(this, this.u1));
102
102
  }
103
103
  break;
104
104
  }
105
105
  };
106
- GeographicShapeSeriesBase.prototype.uz = function (a, b) {
106
+ GeographicShapeSeriesBase.prototype.u0 = function (a, b) {
107
107
  if (this.assigningShapeStyle != null) {
108
108
  this.assigningShapeStyle(this, b);
109
109
  }
110
110
  };
111
- GeographicShapeSeriesBase.prototype.uy = function (a, b) {
111
+ GeographicShapeSeriesBase.prototype.uz = function (a, b) {
112
112
  if (this.assigningShapeMarkerStyle != null) {
113
113
  this.assigningShapeMarkerStyle(this, b);
114
114
  }
115
115
  };
116
- GeographicShapeSeriesBase.prototype.u0 = function (a, b) {
117
- this.u1();
116
+ GeographicShapeSeriesBase.prototype.u1 = function (a, b) {
117
+ this.u2();
118
118
  };
119
- GeographicShapeSeriesBase.prototype.u1 = function () {
120
- var sds_ = this.ug;
119
+ GeographicShapeSeriesBase.prototype.u2 = function () {
120
+ var sds_ = this.uh;
121
121
  var ext_ = sds_.externalObject;
122
122
  this.itemsSource = (ext_.getPointData());
123
123
  };
124
- Object.defineProperty(GeographicShapeSeriesBase.prototype, "ug", {
124
+ Object.defineProperty(GeographicShapeSeriesBase.prototype, "uh", {
125
125
  get: function () {
126
- return this.uf;
126
+ return this.ug;
127
127
  },
128
128
  set: function (a) {
129
- var b = this.uf;
130
- this.uf = a;
131
- if (b != this.uf) {
132
- this.raisePropertyChanged("ShapefileDataSource", b, this.uf);
129
+ var b = this.ug;
130
+ this.ug = a;
131
+ if (b != this.ug) {
132
+ this.raisePropertyChanged("ShapefileDataSource", b, this.ug);
133
133
  }
134
134
  },
135
135
  enumerable: false,
136
136
  configurable: true
137
137
  });
138
- GeographicShapeSeriesBase.prototype.get_gf = function () {
138
+ GeographicShapeSeriesBase.prototype.get_gg = function () {
139
139
  return true;
140
140
  };
141
- GeographicShapeSeriesBase.prototype.set_gf = function (a) {
142
- _super.prototype.set_gf.call(this, a);
141
+ GeographicShapeSeriesBase.prototype.set_gg = function (a) {
142
+ _super.prototype.set_gg.call(this, a);
143
143
  };
144
144
  GeographicShapeSeriesBase.$t = markType(GeographicShapeSeriesBase, 'GeographicShapeSeriesBase', GeographicMapSeriesHost.$);
145
- GeographicShapeSeriesBase.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicShapeSeriesBase, 'raisePropertyChanged', ['IsCustomShapeMarkerStyleAllowed:uk:u2', [0, false], 'IsCustomShapeStyleAllowed:ul:u3', [0, false], 'ItemSearchMode:ud:u4', [ShapeItemSearchMode_$type, enumGetBox(ShapeItemSearchMode_$type, 0)], 'ItemSearchPointsThreshold:un:u5', [1, 10000], 'ItemSearchThreshold:uo:u6', [1, 10000], 'ShapeFilterResolution:um:u7', [1, 2], 'ShapeMemberPath:uw:u8', [2, "points"]]);
145
+ GeographicShapeSeriesBase.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicShapeSeriesBase, 'raisePropertyChanged', ['IsCustomShapeMarkerStyleAllowed:ul:u3', [0, false], 'IsCustomShapeStyleAllowed:um:u4', [0, false], 'ItemSearchMode:ue:u5', [ShapeItemSearchMode_$type, enumGetBox(ShapeItemSearchMode_$type, 0)], 'ItemSearchPointsThreshold:uo:u6', [1, 10000], 'ItemSearchThreshold:up:u7', [1, 10000], 'ShapeFilterResolution:un:u8', [1, 2], 'ShapeMemberPath:ux:u9', [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.b5 = function () {
161
161
  _super.prototype.b5.call(this);
162
- this.ch.t3.vw = this.ch.uw;
162
+ this.ch.t4.vx = this.ch.ux;
163
163
  };
164
164
  GeographicShapeSeriesBaseView.prototype.ci = function () {
165
- var a = this.ch.t3;
166
- if (this.ch.cy == null) {
167
- a.ui = null;
168
- a.uk = null;
165
+ var a = this.ch.t4;
166
+ if (this.ch.cz == null) {
167
+ a.uj = null;
168
+ a.ul = null;
169
169
  return;
170
170
  }
171
- a.ui = this.ch.cy.ua;
172
- a.uk = this.ch.cy.uc;
171
+ a.uj = this.ch.cz.ua;
172
+ a.ul = this.ch.cz.uc;
173
173
  };
174
174
  GeographicShapeSeriesBaseView.prototype.ck = function () {
175
- this.ch.t3.vw = this.ch.uw;
175
+ this.ch.t4.vx = this.ch.ux;
176
176
  };
177
177
  GeographicShapeSeriesBaseView.prototype.cj = function () {
178
- this.ch.t3.vg = this.ch.um;
178
+ this.ch.t4.vh = this.ch.un;
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.cl = null;
32
32
  _this.cl = a;
33
33
  if (!_this.q) {
34
- _this.cl.uw = "points";
34
+ _this.cl.ux = "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.wg = Defaults.aj;
42
- this.cl.iu = Defaults.p;
43
- this.cl.vf = Defaults.o;
44
- this.cl.vc = Defaults.d;
45
- this.cl.va = Defaults.a;
41
+ this.cl.wh = Defaults.aj;
42
+ this.cl.iv = Defaults.p;
43
+ this.cl.vg = Defaults.o;
44
+ this.cl.vd = Defaults.d;
45
+ this.cl.vb = Defaults.a;
46
46
  }
47
47
  };
48
48
  GeographicShapeSeriesView.prototype.b5 = function () {
49
49
  _super.prototype.b5.call(this);
50
- this.cl.t3.ye = this.cl.wi;
51
- this.cl.t3.w7 = this.cl.vd;
52
- this.cl.t3.xt = this.cl.vy;
53
- this.cl.t3.xa = this.cl.vf;
54
- this.cl.t3.wt = this.cl.u9;
50
+ this.cl.t4.yf = this.cl.wj;
51
+ this.cl.t4.w8 = this.cl.ve;
52
+ this.cl.t4.xu = this.cl.vz;
53
+ this.cl.t4.xb = this.cl.vg;
54
+ this.cl.t4.wu = this.cl.va;
55
55
  };
56
56
  GeographicShapeSeriesView.prototype.cq = function () {
57
- this.cl.t3.xt = this.cl.vy;
57
+ this.cl.t4.xu = this.cl.vz;
58
58
  };
59
59
  GeographicShapeSeriesView.prototype.cs = function () {
60
- this.cl.t3.xa = this.cl.vf;
60
+ this.cl.t4.xb = this.cl.vg;
61
61
  };
62
62
  GeographicShapeSeriesView.prototype.cn = function () {
63
- this.cl.t3.wt = this.cl.u9;
63
+ this.cl.t4.wu = this.cl.va;
64
64
  };
65
65
  GeographicShapeSeriesView.prototype.cr = function () {
66
- this.cl.t3.w2 = this.cl.vc;
66
+ this.cl.t4.w3 = this.cl.vd;
67
67
  };
68
68
  GeographicShapeSeriesView.prototype.cm = function () {
69
- this.cl.t3.ya = this.cl.wf;
69
+ this.cl.t4.yb = this.cl.wg;
70
70
  };
71
71
  GeographicShapeSeriesView.prototype.co = function () {
72
- this.cl.t3.yb = this.cl.wg;
72
+ this.cl.t4.yc = this.cl.wh;
73
73
  };
74
74
  GeographicShapeSeriesView.prototype.cp = function () {
75
- this.cl.t3.yd = this.cl.wh;
75
+ this.cl.t4.ye = this.cl.wi;
76
76
  };
77
77
  GeographicShapeSeriesView.prototype.ct = function () {
78
- this.cl.t3.w7 = this.cl.vd;
78
+ this.cl.t4.w8 = this.cl.ve;
79
79
  };
80
80
  GeographicShapeSeriesView.prototype.cu = function () {
81
- this.cl.t3.ye = this.cl.wi;
81
+ this.cl.t4.yf = this.cl.wj;
82
82
  };
83
83
  GeographicShapeSeriesView.$t = markType(GeographicShapeSeriesView, 'GeographicShapeSeriesView', GeographicShapeSeriesBaseView.$);
84
84
  return GeographicShapeSeriesView;
@@ -95,95 +95,98 @@ var GeographicShapeSeries = /** @class */ /*@__PURE__*/ (function (_super) {
95
95
  _this.ab = GeographicShapeSeries.$;
96
96
  return _this;
97
97
  }
98
- GeographicShapeSeries.prototype.get_e3 = function () {
98
+ GeographicShapeSeries.prototype.bg = function () {
99
+ return new GeographicShapeSeries();
100
+ };
101
+ GeographicShapeSeries.prototype.get_e4 = function () {
99
102
  return true;
100
103
  };
101
- GeographicShapeSeries.prototype.cg = function () {
104
+ GeographicShapeSeries.prototype.ch = function () {
102
105
  return new GeographicShapeSeriesView(this);
103
106
  };
104
- GeographicShapeSeries.prototype.o0 = function (a) {
105
- _super.prototype.o0.call(this, a);
106
- this.ve = a;
107
+ GeographicShapeSeries.prototype.o1 = function (a) {
108
+ _super.prototype.o1.call(this, a);
109
+ this.vf = a;
107
110
  };
108
- GeographicShapeSeries.prototype.t2 = function () {
111
+ GeographicShapeSeries.prototype.t3 = function () {
109
112
  var a = new ScatterPolygonSeries();
110
- a.styleShape = delegateCombine(a.styleShape, runOn(this, this.vv));
111
- a.propertyUpdated = delegateCombine(a.propertyUpdated, runOn(this, this.vw));
113
+ a.styleShape = delegateCombine(a.styleShape, runOn(this, this.vw));
114
+ a.propertyUpdated = delegateCombine(a.propertyUpdated, runOn(this, this.vx));
112
115
  return a;
113
116
  };
114
- GeographicShapeSeries.prototype.vv = function (a, b) {
117
+ GeographicShapeSeries.prototype.vw = function (a, b) {
115
118
  if (this.styleShape != null) {
116
119
  this.styleShape(this, b);
117
120
  }
118
121
  };
119
- GeographicShapeSeries.prototype.vw = function (a, b) {
120
- var c = typeCast(ScatterPolygonSeries.$, this.t3);
122
+ GeographicShapeSeries.prototype.vx = function (a, b) {
123
+ var c = typeCast(ScatterPolygonSeries.$, this.t4);
121
124
  if (c == null) {
122
125
  return;
123
126
  }
124
127
  };
125
- GeographicShapeSeries.prototype.hs = function () {
126
- return this.vf;
127
- };
128
- GeographicShapeSeries.prototype.sz = function () {
129
- return this.wd;
128
+ GeographicShapeSeries.prototype.ht = function () {
129
+ return this.vg;
130
130
  };
131
131
  GeographicShapeSeries.prototype.s0 = function () {
132
132
  return this.we;
133
133
  };
134
- GeographicShapeSeries.prototype.qv = function () {
135
- return this.vx;
134
+ GeographicShapeSeries.prototype.s1 = function () {
135
+ return this.wf;
136
+ };
137
+ GeographicShapeSeries.prototype.qw = function () {
138
+ return this.vy;
136
139
  };
137
- GeographicShapeSeries.prototype.kx = function () {
138
- var a = typeCast(ScatterPolygonSeries.$, this.t3);
140
+ GeographicShapeSeries.prototype.ky = function () {
141
+ var a = typeCast(ScatterPolygonSeries.$, this.t4);
139
142
  if (a == null) {
140
143
  return "Unknown";
141
144
  }
142
- return a.kx();
145
+ return a.ky();
143
146
  };
144
- GeographicShapeSeries.prototype.o8 = function (a, b, c, d) {
145
- _super.prototype.o8.call(this, a, b, c, d);
147
+ GeographicShapeSeries.prototype.o9 = function (a, b, c, d) {
148
+ _super.prototype.o9.call(this, a, b, c, d);
146
149
  switch (b) {
147
150
  case GeographicShapeSeries.$$p[6]:
148
- this.t3.w0 = this.vb;
151
+ this.t4.w1 = this.vc;
149
152
  break;
150
153
  case GeographicShapeSeries.$$p[5]:
151
- this.t3.ww = this.va;
154
+ this.t4.wx = this.vb;
152
155
  break;
153
156
  case GeographicShapeSeries.$$p[9]:
154
- this.ve.cq();
157
+ this.vf.cq();
155
158
  break;
156
159
  case GeographicShapeSeries.$$p[10]:
157
- this.ve.cs();
160
+ this.vf.cs();
158
161
  break;
159
162
  case GeographicShapeSeries.$$p[4]:
160
- this.ve.cn();
163
+ this.vf.cn();
161
164
  break;
162
165
  case GeographicShapeSeries.$$p[11]:
163
- this.ve.cr();
166
+ this.vf.cr();
164
167
  break;
165
168
  case GeographicShapeSeries.$$p[3]:
166
- this.ve.cm();
169
+ this.vf.cm();
167
170
  break;
168
171
  case GeographicShapeSeries.$$p[7]:
169
- this.ve.co();
172
+ this.vf.co();
170
173
  break;
171
174
  case GeographicShapeSeries.$$p[8]:
172
- this.ve.cp();
175
+ this.vf.cp();
173
176
  break;
174
177
  case GeographicShapeSeries.$$p[13]:
175
- this.ve.ct();
178
+ this.vf.ct();
176
179
  break;
177
180
  case GeographicShapeSeries.$$p[12]:
178
- this.ve.cu();
181
+ this.vf.cu();
179
182
  break;
180
183
  }
181
184
  };
182
- GeographicShapeSeries.prototype.iq = function () {
185
+ GeographicShapeSeries.prototype.ir = function () {
183
186
  return 0.7;
184
187
  };
185
188
  GeographicShapeSeries.$t = markType(GeographicShapeSeries, 'GeographicShapeSeries', GeographicShapeSeriesBase.$);
186
- GeographicShapeSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicShapeSeries, 'raisePropertyChanged', ['ActualMarkerBrush:wd:vz', [Brush.$], 'ActualMarkerOutline:we:v0', [Brush.$], 'ActualMarkerTemplate:vx:v1', [DataTemplate.$, null], 'MarkerBrush:wf:v2', [Brush.$], 'MarkerCollisionAvoidance:u9:v3', [CollisionAvoidanceType_$type, enumGetBox(CollisionAvoidanceType_$type, 0)], 'MarkerFillMode:va:v4', [MarkerFillMode_$type, enumGetBox(MarkerFillMode_$type, 0)], 'MarkerOutlineMode:vb:v5', [MarkerOutlineMode_$type, enumGetBox(MarkerOutlineMode_$type, 0)], 'MarkerOutline:wg:v6', [Brush.$], 'MarkerStyle:wh:v7', [Style.$], 'MarkerTemplate:vy:v8', [DataTemplate.$, null], 'MarkerThickness:vf:v9', [1, DeviceUtils.g(2)], 'MarkerType:vc:wa', [MarkerType_$type, enumGetBox(MarkerType_$type, 2)], 'ShapeStyle:wi:wb', [Style.$, null], 'ShapeStyleSelector:vd:wc', [StyleSelector.$, null]]);
189
+ GeographicShapeSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicShapeSeries, 'raisePropertyChanged', ['ActualMarkerBrush:we:v0', [Brush.$], 'ActualMarkerOutline:wf:v1', [Brush.$], 'ActualMarkerTemplate:vy:v2', [DataTemplate.$, null], 'MarkerBrush:wg:v3', [Brush.$], 'MarkerCollisionAvoidance:va:v4', [CollisionAvoidanceType_$type, enumGetBox(CollisionAvoidanceType_$type, 0)], 'MarkerFillMode:vb:v5', [MarkerFillMode_$type, enumGetBox(MarkerFillMode_$type, 0)], 'MarkerOutlineMode:vc:v6', [MarkerOutlineMode_$type, enumGetBox(MarkerOutlineMode_$type, 0)], 'MarkerOutline:wh:v7', [Brush.$], 'MarkerStyle:wi:v8', [Style.$], 'MarkerTemplate:vz:v9', [DataTemplate.$, null], 'MarkerThickness:vg:wa', [1, DeviceUtils.g(2)], 'MarkerType:vd:wb', [MarkerType_$type, enumGetBox(MarkerType_$type, 2)], 'ShapeStyle:wj:wc', [Style.$, null], 'ShapeStyleSelector:ve:wd', [StyleSelector.$, null]]);
187
190
  return GeographicShapeSeries;
188
191
  }(GeographicShapeSeriesBase));
189
192
  export { GeographicShapeSeries };
@@ -30,56 +30,56 @@ var GeographicSymbolSeriesView = /** @class */ /*@__PURE__*/ (function (_super)
30
30
  }
31
31
  };
32
32
  GeographicSymbolSeriesView.prototype.b5 = function () {
33
- var a = this.ch.t3;
33
+ var a = this.ch.t4;
34
34
  _super.prototype.b5.call(this);
35
- a.xl = this.ch.vr;
36
- a.xt = this.ch.vp;
37
- a.ua = this.ch.ud;
38
- a.uw = this.ch.ut;
39
- a.uf = this.ch.ue;
35
+ a.xm = this.ch.vs;
36
+ a.xu = this.ch.vq;
37
+ a.ub = this.ch.ue;
38
+ a.ux = this.ch.uu;
39
+ a.ug = this.ch.uf;
40
40
  };
41
41
  GeographicSymbolSeriesView.prototype.cj = function () {
42
- this.ch.t3.xl = this.ch.vr;
42
+ this.ch.t4.xm = this.ch.vs;
43
43
  };
44
44
  GeographicSymbolSeriesView.prototype.ci = function () {
45
- this.ch.t3.xt = this.ch.vp;
45
+ this.ch.t4.xu = this.ch.vq;
46
46
  };
47
47
  GeographicSymbolSeriesView.prototype.cp = function () {
48
- this.ch.t3.ua = this.ch.ud;
48
+ this.ch.t4.ub = this.ch.ue;
49
49
  };
50
50
  GeographicSymbolSeriesView.prototype.cn = function () {
51
- this.ch.t3.uw = this.ch.ut;
51
+ this.ch.t4.ux = this.ch.uu;
52
52
  };
53
53
  GeographicSymbolSeriesView.prototype.co = function () {
54
- this.ch.t3.uf = this.ch.ue;
54
+ this.ch.t4.ug = this.ch.uf;
55
55
  };
56
56
  GeographicSymbolSeriesView.prototype.cq = function () {
57
- this.ch.t3.w1 = this.ch.uf;
57
+ this.ch.t4.w2 = this.ch.ug;
58
58
  };
59
59
  GeographicSymbolSeriesView.prototype.cs = function () {
60
- this.ch.t3.xAxis = this.ch.cy.ua;
60
+ this.ch.t4.xAxis = this.ch.cz.ua;
61
61
  };
62
62
  GeographicSymbolSeriesView.prototype.ct = function () {
63
- this.ch.t3.yAxis = this.ch.cy.uc;
63
+ this.ch.t4.yAxis = this.ch.cz.uc;
64
64
  };
65
65
  GeographicSymbolSeriesView.prototype.cr = function () {
66
- var a = this.ch.t3;
67
- if (this.ch.cy == null) {
66
+ var a = this.ch.t4;
67
+ if (this.ch.cz == null) {
68
68
  a.xAxis = null;
69
69
  a.yAxis = null;
70
70
  return;
71
71
  }
72
- a.xAxis = this.ch.cy.ua;
73
- a.yAxis = this.ch.cy.uc;
72
+ a.xAxis = this.ch.cz.ua;
73
+ a.yAxis = this.ch.cz.uc;
74
74
  };
75
75
  GeographicSymbolSeriesView.prototype.cl = function () {
76
- this.ch.t3.vm = this.ch.vb;
76
+ this.ch.t4.vn = this.ch.vc;
77
77
  };
78
78
  GeographicSymbolSeriesView.prototype.ck = function () {
79
- this.ch.t3.vc = this.ch.u7;
79
+ this.ch.t4.vd = this.ch.u8;
80
80
  };
81
81
  GeographicSymbolSeriesView.prototype.cm = function () {
82
- this.ch.t3.vd = this.ch.u8;
82
+ this.ch.t4.ve = this.ch.u9;
83
83
  };
84
84
  GeographicSymbolSeriesView.$t = markType(GeographicSymbolSeriesView, 'GeographicSymbolSeriesView', HostSeriesView.$);
85
85
  return GeographicSymbolSeriesView;
@@ -92,98 +92,101 @@ 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.vd = null;
95
+ _this.ve = null;
96
+ _this.vh = false;
96
97
  _this.vg = false;
97
- _this.vf = 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_dx = function () {
103
+ GeographicSymbolSeries.prototype.bg = function () {
104
+ return new GeographicSymbolSeries();
105
+ };
106
+ GeographicSymbolSeries.prototype.get_dy = function () {
104
107
  return true;
105
108
  };
106
- GeographicSymbolSeries.prototype.cg = function () {
109
+ GeographicSymbolSeries.prototype.ch = function () {
107
110
  return new GeographicSymbolSeriesView(this);
108
111
  };
109
- GeographicSymbolSeries.prototype.o0 = function (a) {
110
- _super.prototype.o0.call(this, a);
111
- this.ve = a;
112
+ GeographicSymbolSeries.prototype.o1 = function (a) {
113
+ _super.prototype.o1.call(this, a);
114
+ this.vf = a;
112
115
  };
113
- GeographicSymbolSeries.prototype.iq = function () {
116
+ GeographicSymbolSeries.prototype.ir = function () {
114
117
  return 0.7;
115
118
  };
116
- GeographicSymbolSeries.prototype.t2 = function () {
119
+ GeographicSymbolSeries.prototype.t3 = function () {
117
120
  return new ScatterSeries();
118
121
  };
119
- GeographicSymbolSeries.prototype.get_es = function () {
122
+ GeographicSymbolSeries.prototype.get_et = function () {
120
123
  return true;
121
124
  };
122
- GeographicSymbolSeries.prototype.o8 = function (a, b, c, d) {
123
- _super.prototype.o8.call(this, a, b, c, d);
125
+ GeographicSymbolSeries.prototype.o9 = function (a, b, c, d) {
126
+ _super.prototype.o9.call(this, a, b, c, d);
124
127
  switch (b) {
125
128
  case "SeriesViewer":
126
- this.ve.cr();
129
+ this.vf.cr();
127
130
  break;
128
131
  case GeographicSymbolSeries.$$p[5]:
129
- this.ve.cj();
132
+ this.vf.cj();
130
133
  break;
131
134
  case GeographicSymbolSeries.$$p[4]:
132
- this.ve.ci();
135
+ this.vf.ci();
133
136
  break;
134
137
  case GeographicSymbolSeries.$$p[6]:
135
- this.ve.cl();
138
+ this.vf.cl();
136
139
  break;
137
140
  case "XAxis":
138
- this.ve.cs();
141
+ this.vf.cs();
139
142
  break;
140
143
  case "YAxis":
141
- this.ve.ct();
144
+ this.vf.ct();
142
145
  break;
143
146
  case GeographicSymbolSeries.$$p[1]:
144
- this.t3.wi = this.vi;
145
- this.vg = this.vi;
146
- if (this.vi) {
147
- var e = this.t3;
148
- e.assigningScatterStyle = delegateCombine(e.assigningScatterStyle, runOn(this, this.vw));
147
+ this.t4.wj = this.vj;
148
+ this.vh = this.vj;
149
+ if (this.vj) {
150
+ var e = this.t4;
151
+ e.assigningScatterStyle = delegateCombine(e.assigningScatterStyle, runOn(this, this.vx));
149
152
  }
150
153
  else {
151
- var f = this.t3;
152
- f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.vw));
154
+ var f = this.t4;
155
+ f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.vx));
153
156
  }
154
157
  break;
155
158
  case GeographicSymbolSeries.$$p[0]:
156
- this.t3.wh = this.vh;
157
- this.vf = this.vh;
158
- if (this.vi) {
159
- var g = this.t3;
160
- g.assigningScatterMarkerStyle = delegateCombine(g.assigningScatterMarkerStyle, runOn(this, this.vv));
159
+ this.t4.wi = this.vi;
160
+ this.vg = this.vi;
161
+ if (this.vj) {
162
+ var g = this.t4;
163
+ g.assigningScatterMarkerStyle = delegateCombine(g.assigningScatterMarkerStyle, runOn(this, this.vw));
161
164
  }
162
165
  else {
163
- var h = this.t3;
164
- h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.vv));
166
+ var h = this.t4;
167
+ h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.vw));
165
168
  }
166
169
  break;
167
170
  case GeographicSymbolSeries.$$p[2]:
168
- this.t3.v6 = this.vc;
171
+ this.t4.v7 = this.vd;
169
172
  break;
170
173
  case GeographicSymbolSeries.$$p[3]:
171
- this.t3.w0 = this.vk;
174
+ this.t4.w1 = this.vl;
172
175
  break;
173
176
  }
174
177
  };
175
- GeographicSymbolSeries.prototype.vw = function (a, b) {
178
+ GeographicSymbolSeries.prototype.vx = function (a, b) {
176
179
  if (this.assigningScatterStyle != null) {
177
180
  this.assigningScatterStyle(this, b);
178
181
  }
179
182
  };
180
- GeographicSymbolSeries.prototype.vv = function (a, b) {
183
+ GeographicSymbolSeries.prototype.vw = function (a, b) {
181
184
  if (this.assigningScatterMarkerStyle != null) {
182
185
  this.assigningScatterMarkerStyle(this, b);
183
186
  }
184
187
  };
185
188
  GeographicSymbolSeries.$t = markType(GeographicSymbolSeries, 'GeographicSymbolSeries', GeographicMarkerSeries.$);
186
- GeographicSymbolSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicSymbolSeries, 'raisePropertyChanged', ['IsCustomScatterMarkerStyleAllowed:vh:vx', [0, false], 'IsCustomScatterStyleAllowed:vi:vy', [0, false], 'ItemSearchMode:vc:vz', [ScatterItemSearchMode_$type, enumGetBox(ScatterItemSearchMode_$type, 0)], 'ItemSearchThreshold:vk:v0', [1, 10000], 'LatitudeMemberPath:vp:v1', [2, null], 'LongitudeMemberPath:vr:v2', [2, null], 'MarkerCollisionAvoidance:vb:v3', [CollisionAvoidanceType_$type, enumGetBox(CollisionAvoidanceType_$type, 0)], 'UseLightweightMarkers:vj:v4', [0, false]]);
189
+ GeographicSymbolSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicSymbolSeries, 'raisePropertyChanged', ['IsCustomScatterMarkerStyleAllowed:vi:vy', [0, false], 'IsCustomScatterStyleAllowed:vj:vz', [0, false], 'ItemSearchMode:vd:v0', [ScatterItemSearchMode_$type, enumGetBox(ScatterItemSearchMode_$type, 0)], 'ItemSearchThreshold:vl:v1', [1, 10000], 'LatitudeMemberPath:vq:v2', [2, null], 'LongitudeMemberPath:vs:v3', [2, null], 'MarkerCollisionAvoidance:vc:v4', [CollisionAvoidanceType_$type, enumGetBox(CollisionAvoidanceType_$type, 0)], 'UseLightweightMarkers:vk:v5', [0, false]]);
187
190
  return GeographicSymbolSeries;
188
191
  }(GeographicMarkerSeries));
189
192
  export { GeographicSymbolSeries };