igniteui-angular-maps 19.0.0 → 19.1.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 (86) hide show
  1. package/bundles/igniteui-angular-maps.umd.js +1704 -1704
  2. package/bundles/igniteui-angular-maps.umd.min.js +1 -1
  3. package/esm2015/lib/GeographicContourLineSeriesView_combined.js +48 -48
  4. package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +114 -114
  5. package/esm2015/lib/GeographicMapSeriesHost_combined.js +224 -224
  6. package/esm2015/lib/GeographicMarkerSeries.js +29 -29
  7. package/esm2015/lib/GeographicPolylineSeriesView_combined.js +28 -28
  8. package/esm2015/lib/GeographicProportionalSymbolSeriesBaseView.js +2 -2
  9. package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +123 -123
  10. package/esm2015/lib/GeographicShapeSeriesBaseBaseView.js +2 -2
  11. package/esm2015/lib/GeographicShapeSeriesBase_combined.js +73 -73
  12. package/esm2015/lib/GeographicShapeSeriesView_combined.js +75 -75
  13. package/esm2015/lib/GeographicSymbolSeriesBaseView.js +2 -2
  14. package/esm2015/lib/GeographicSymbolSeriesView_combined.js +79 -79
  15. package/esm2015/lib/GeographicTileSeries.js +29 -29
  16. package/esm2015/lib/GeographicXYTriangulatingSeriesBaseView.js +2 -2
  17. package/esm2015/lib/TileSeries_combined.js +154 -154
  18. package/esm2015/lib/XamGeographicMap_combined.js +477 -477
  19. package/esm2015/lib/igx-geographic-contour-line-series-component.js +9 -9
  20. package/esm2015/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
  21. package/esm2015/lib/igx-geographic-map-component.js +39 -39
  22. package/esm2015/lib/igx-geographic-map-series-host-component.js +22 -22
  23. package/esm2015/lib/igx-geographic-marker-series-component.js +22 -22
  24. package/esm2015/lib/igx-geographic-polyline-series-component.js +11 -11
  25. package/esm2015/lib/igx-geographic-proportional-symbol-series-component.js +33 -33
  26. package/esm2015/lib/igx-geographic-scatter-area-series-component.js +8 -8
  27. package/esm2015/lib/igx-geographic-shape-series-base-component.js +22 -22
  28. package/esm2015/lib/igx-geographic-shape-series-component.js +33 -33
  29. package/esm2015/lib/igx-geographic-symbol-series-component.js +15 -15
  30. package/esm2015/lib/igx-geographic-tile-series-component.js +4 -4
  31. package/esm2015/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  32. package/esm2015/lib/igx-tile-series-component.js +3 -3
  33. package/esm5/lib/GeographicContourLineSeriesView_combined.js +48 -48
  34. package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +113 -113
  35. package/esm5/lib/GeographicMapSeriesHost_combined.js +223 -223
  36. package/esm5/lib/GeographicMarkerSeries.js +29 -29
  37. package/esm5/lib/GeographicPolylineSeriesView_combined.js +28 -28
  38. package/esm5/lib/GeographicProportionalSymbolSeriesBaseView.js +2 -2
  39. package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +123 -123
  40. package/esm5/lib/GeographicShapeSeriesBaseBaseView.js +2 -2
  41. package/esm5/lib/GeographicShapeSeriesBase_combined.js +72 -72
  42. package/esm5/lib/GeographicShapeSeriesView_combined.js +75 -75
  43. package/esm5/lib/GeographicSymbolSeriesBaseView.js +2 -2
  44. package/esm5/lib/GeographicSymbolSeriesView_combined.js +79 -79
  45. package/esm5/lib/GeographicTileSeries.js +28 -28
  46. package/esm5/lib/GeographicXYTriangulatingSeriesBaseView.js +2 -2
  47. package/esm5/lib/TileSeries_combined.js +151 -151
  48. package/esm5/lib/XamGeographicMap_combined.js +469 -469
  49. package/esm5/lib/igx-geographic-contour-line-series-component.js +9 -9
  50. package/esm5/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
  51. package/esm5/lib/igx-geographic-map-component.js +39 -39
  52. package/esm5/lib/igx-geographic-map-series-host-component.js +22 -22
  53. package/esm5/lib/igx-geographic-marker-series-component.js +22 -22
  54. package/esm5/lib/igx-geographic-polyline-series-component.js +11 -11
  55. package/esm5/lib/igx-geographic-proportional-symbol-series-component.js +33 -33
  56. package/esm5/lib/igx-geographic-scatter-area-series-component.js +8 -8
  57. package/esm5/lib/igx-geographic-shape-series-base-component.js +22 -22
  58. package/esm5/lib/igx-geographic-shape-series-component.js +33 -33
  59. package/esm5/lib/igx-geographic-symbol-series-component.js +15 -15
  60. package/esm5/lib/igx-geographic-tile-series-component.js +4 -4
  61. package/esm5/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  62. package/esm5/lib/igx-tile-series-component.js +3 -3
  63. package/fesm2015/igniteui-angular-maps.js +1710 -1710
  64. package/fesm5/igniteui-angular-maps.js +1704 -1704
  65. package/lib/GeographicContourLineSeriesView_combined.d.ts +21 -21
  66. package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +42 -42
  67. package/lib/GeographicMapSeriesHost_combined.d.ts +66 -66
  68. package/lib/GeographicMarkerSeries.d.ts +18 -18
  69. package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
  70. package/lib/GeographicPolylineSeriesView_combined.d.ts +15 -15
  71. package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
  72. package/lib/GeographicProportionalSymbolSeriesBaseView.d.ts +1 -1
  73. package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +50 -50
  74. package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
  75. package/lib/GeographicShapeSeriesBaseBaseView.d.ts +1 -1
  76. package/lib/GeographicShapeSeriesBase_combined.d.ts +32 -32
  77. package/lib/GeographicShapeSeriesView_combined.d.ts +41 -41
  78. package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
  79. package/lib/GeographicSymbolSeriesBaseView.d.ts +1 -1
  80. package/lib/GeographicSymbolSeriesView_combined.d.ts +36 -36
  81. package/lib/GeographicTileSeries.d.ts +11 -11
  82. package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
  83. package/lib/GeographicXYTriangulatingSeriesBaseView.d.ts +1 -1
  84. package/lib/TileSeries_combined.d.ts +43 -43
  85. package/lib/XamGeographicMap_combined.d.ts +121 -121
  86. package/package.json +2 -2
@@ -19,140 +19,140 @@ var GeographicShapeSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
19
19
  __extends(GeographicShapeSeriesBase, _super);
20
20
  function GeographicShapeSeriesBase() {
21
21
  var _this = _super !== null && _super.apply(this, arguments) || this;
22
- _this.xh = false;
23
- _this.xg = false;
22
+ _this.xm = false;
23
+ _this.xl = false;
24
24
  _this.assigningShapeStyle = null;
25
25
  _this.assigningShapeMarkerStyle = null;
26
- _this.xd = null;
27
- _this.xf = false;
26
+ _this.xi = null;
27
+ _this.xk = false;
28
28
  return _this;
29
29
  }
30
- GeographicShapeSeriesBase.prototype.cs = function () {
30
+ GeographicShapeSeriesBase.prototype.ct = function () {
31
31
  return new GeographicShapeSeriesBaseView(this);
32
32
  };
33
- GeographicShapeSeriesBase.prototype.q1 = function (a) {
34
- _super.prototype.q1.call(this, a);
35
- this.xc = a;
33
+ GeographicShapeSeriesBase.prototype.q3 = function (a) {
34
+ _super.prototype.q3.call(this, a);
35
+ this.xh = a;
36
36
  };
37
- GeographicShapeSeriesBase.prototype.get_fe = function () {
37
+ GeographicShapeSeriesBase.prototype.get_ff = function () {
38
38
  return true;
39
39
  };
40
- GeographicShapeSeriesBase.prototype.get_ed = function () {
40
+ GeographicShapeSeriesBase.prototype.get_ef = function () {
41
41
  return true;
42
42
  };
43
- GeographicShapeSeriesBase.prototype.q9 = function (a, b, c, d) {
44
- _super.prototype.q9.call(this, a, b, c, d);
43
+ GeographicShapeSeriesBase.prototype.rc = function (a, b, c, d) {
44
+ _super.prototype.rc.call(this, a, b, c, d);
45
45
  switch (b) {
46
46
  case "SeriesViewer":
47
- this.xc.ci();
47
+ this.xh.cv();
48
48
  break;
49
49
  case "ShapeMemberPath":
50
- this.xc.ck();
50
+ this.xh.cx();
51
51
  break;
52
52
  case GeographicShapeSeriesBase.$$p[8]:
53
- this.xc.cj();
53
+ this.xh.cw();
54
54
  break;
55
55
  case GeographicShapeSeriesBase.$$p[4]:
56
- this.w0.x8 = this.xk;
57
- this.xh = this.xk;
58
- if (this.xk) {
59
- var e = this.w0;
60
- e.assigningShapeStyle = delegateCombine(e.assigningShapeStyle, runOn(this, this.x2));
56
+ this.w5.yd = this.xp;
57
+ this.xm = this.xp;
58
+ if (this.xp) {
59
+ var e = this.w5;
60
+ e.assigningShapeStyle = delegateCombine(e.assigningShapeStyle, runOn(this, this.x7));
61
61
  }
62
62
  else {
63
- var f = this.w0;
64
- f.assigningShapeStyle = delegateRemove(f.assigningShapeStyle, runOn(this, this.x2));
63
+ var f = this.w5;
64
+ f.assigningShapeStyle = delegateRemove(f.assigningShapeStyle, runOn(this, this.x7));
65
65
  }
66
66
  break;
67
67
  case GeographicShapeSeriesBase.$$p[3]:
68
- this.w0.x7 = this.xj;
69
- this.xg = this.xj;
70
- if (this.xk) {
71
- var g = this.w0;
72
- g.assigningShapeMarkerStyle = delegateCombine(g.assigningShapeMarkerStyle, runOn(this, this.x1));
68
+ this.w5.yc = this.xo;
69
+ this.xl = this.xo;
70
+ if (this.xp) {
71
+ var g = this.w5;
72
+ g.assigningShapeMarkerStyle = delegateCombine(g.assigningShapeMarkerStyle, runOn(this, this.x6));
73
73
  }
74
74
  else {
75
- var h = this.w0;
76
- h.assigningShapeMarkerStyle = delegateRemove(h.assigningShapeMarkerStyle, runOn(this, this.x1));
75
+ var h = this.w5;
76
+ h.assigningShapeMarkerStyle = delegateRemove(h.assigningShapeMarkerStyle, runOn(this, this.x6));
77
77
  }
78
78
  break;
79
79
  case GeographicShapeSeriesBase.$$p[5]:
80
- this.w0.xk = this.xb;
80
+ this.w5.xp = this.xg;
81
81
  break;
82
82
  case GeographicShapeSeriesBase.$$p[6]:
83
- this.w0.yp = this.xm;
83
+ this.w5.yu = this.xr;
84
84
  break;
85
85
  case GeographicShapeSeriesBase.$$p[7]:
86
- this.w0.yq = this.xn;
86
+ this.w5.yv = this.xs;
87
87
  break;
88
88
  case GeographicShapeSeriesBase.$$p[0]:
89
- this.w0.yu = this.xo;
89
+ this.w5.yz = this.xt;
90
90
  break;
91
91
  case GeographicShapeSeriesBase.$$p[1]:
92
- this.w0.xa = this.xa;
92
+ this.w5.xf = this.xf;
93
93
  break;
94
94
  case GeographicShapeSeriesBase.$$p[2]:
95
- this.w0.x3 = this.xi;
95
+ this.w5.x8 = this.xn;
96
96
  break;
97
97
  case "ShapefileDataSource":
98
98
  if (c != null) {
99
99
  var i = c;
100
- if (this.xf) {
101
- i.importCompleted = delegateRemove(i.importCompleted, runOn(this, this.x3));
100
+ if (this.xk) {
101
+ i.importCompleted = delegateRemove(i.importCompleted, runOn(this, this.x8));
102
102
  }
103
103
  }
104
104
  if (d != null) {
105
105
  var j = d;
106
106
  if (j.count > 0) {
107
- this.x4();
107
+ this.x9();
108
108
  break;
109
109
  }
110
- this.xf = true;
111
- j.importCompleted = delegateCombine(j.importCompleted, runOn(this, this.x3));
110
+ this.xk = true;
111
+ j.importCompleted = delegateCombine(j.importCompleted, runOn(this, this.x8));
112
112
  }
113
113
  break;
114
114
  }
115
115
  };
116
- GeographicShapeSeriesBase.prototype.x2 = function (a, b) {
116
+ GeographicShapeSeriesBase.prototype.x7 = function (a, b) {
117
117
  if (this.assigningShapeStyle != null) {
118
118
  this.assigningShapeStyle(this, b);
119
119
  }
120
120
  };
121
- GeographicShapeSeriesBase.prototype.x1 = function (a, b) {
121
+ GeographicShapeSeriesBase.prototype.x6 = function (a, b) {
122
122
  if (this.assigningShapeMarkerStyle != null) {
123
123
  this.assigningShapeMarkerStyle(this, b);
124
124
  }
125
125
  };
126
- GeographicShapeSeriesBase.prototype.x3 = function (a, b) {
127
- this.x4();
126
+ GeographicShapeSeriesBase.prototype.x8 = function (a, b) {
127
+ this.x9();
128
128
  };
129
- GeographicShapeSeriesBase.prototype.x4 = function () {
130
- var sds_ = this.xe;
129
+ GeographicShapeSeriesBase.prototype.x9 = function () {
130
+ var sds_ = this.xj;
131
131
  var ext_ = sds_.externalObject;
132
132
  this.itemsSource = (ext_.getPointData());
133
133
  };
134
- Object.defineProperty(GeographicShapeSeriesBase.prototype, "xe", {
134
+ Object.defineProperty(GeographicShapeSeriesBase.prototype, "xj", {
135
135
  get: function () {
136
- return this.xd;
136
+ return this.xi;
137
137
  },
138
138
  set: function (a) {
139
- var b = this.xd;
140
- this.xd = a;
141
- if (b != this.xd) {
142
- this.raisePropertyChanged("ShapefileDataSource", b, this.xd);
139
+ var b = this.xi;
140
+ this.xi = a;
141
+ if (b != this.xi) {
142
+ this.raisePropertyChanged("ShapefileDataSource", b, this.xi);
143
143
  }
144
144
  },
145
145
  enumerable: false,
146
146
  configurable: true
147
147
  });
148
- GeographicShapeSeriesBase.prototype.get_g7 = function () {
148
+ GeographicShapeSeriesBase.prototype.get_g8 = function () {
149
149
  return true;
150
150
  };
151
- GeographicShapeSeriesBase.prototype.set_g7 = function (a) {
152
- _super.prototype.set_g7.call(this, a);
151
+ GeographicShapeSeriesBase.prototype.set_g8 = function (a) {
152
+ _super.prototype.set_g8.call(this, a);
153
153
  };
154
154
  GeographicShapeSeriesBase.$t = markType(GeographicShapeSeriesBase, 'GeographicShapeSeriesBase', GeographicMapSeriesHost.$);
155
- GeographicShapeSeriesBase.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicShapeSeriesBase, 'raisePropertyChanged', ['FillMemberPath:xo:x5', [2], 'FillScale:xa:x6', [BrushScale.$], 'FillScaleUseGlobalValues:xi:x7', [0, false], 'IsCustomShapeMarkerStyleAllowed:xj:x8', [0, false], 'IsCustomShapeStyleAllowed:xk:x9', [0, false], 'ItemSearchMode:xb:ya', [ShapeItemSearchMode_$type, enumGetBox(ShapeItemSearchMode_$type, 0)], 'ItemSearchPointsThreshold:xm:yb', [1, 10000], 'ItemSearchThreshold:xn:yc', [1, 10000], 'ShapeFilterResolution:xl:yd', [1, 2], 'ShapeMemberPath:xz:ye', [2, "points"]]);
155
+ GeographicShapeSeriesBase.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicShapeSeriesBase, 'raisePropertyChanged', ['FillMemberPath:xt:ya', [2], 'FillScale:xf:yb', [BrushScale.$], 'FillScaleUseGlobalValues:xn:yc', [0, false], 'IsCustomShapeMarkerStyleAllowed:xo:yd', [0, false], 'IsCustomShapeStyleAllowed:xp:ye', [0, false], 'ItemSearchMode:xg:yf', [ShapeItemSearchMode_$type, enumGetBox(ShapeItemSearchMode_$type, 0)], 'ItemSearchPointsThreshold:xr:yg', [1, 10000], 'ItemSearchThreshold:xs:yh', [1, 10000], 'ShapeFilterResolution:xq:yi', [1, 2], 'ShapeMemberPath:x4:yj', [2, "points"]]);
156
156
  return GeographicShapeSeriesBase;
157
157
  }(GeographicMapSeriesHost));
158
158
  export { GeographicShapeSeriesBase };
@@ -163,29 +163,29 @@ var GeographicShapeSeriesBaseView = /** @class */ /*@__PURE__*/ (function (_supe
163
163
  __extends(GeographicShapeSeriesBaseView, _super);
164
164
  function GeographicShapeSeriesBaseView(a) {
165
165
  var _this = _super.call(this, a) || this;
166
- _this.ch = null;
167
- _this.ch = a;
166
+ _this.cu = null;
167
+ _this.cu = a;
168
168
  return _this;
169
169
  }
170
- GeographicShapeSeriesBaseView.prototype.b5 = function () {
171
- _super.prototype.b5.call(this);
172
- this.ch.w0.y7 = this.ch.xz;
173
- };
174
170
  GeographicShapeSeriesBaseView.prototype.ci = function () {
175
- var a = this.ch.w0;
176
- if (this.ch.db == null) {
177
- a.xe = null;
178
- a.xg = null;
171
+ _super.prototype.ci.call(this);
172
+ this.cu.w5.zc = this.cu.x4;
173
+ };
174
+ GeographicShapeSeriesBaseView.prototype.cv = function () {
175
+ var a = this.cu.w5;
176
+ if (this.cu.dc == null) {
177
+ a.xj = null;
178
+ a.xl = null;
179
179
  return;
180
180
  }
181
- a.xe = this.ch.db.ws;
182
- a.xg = this.ch.db.wu;
181
+ a.xj = this.cu.dc.w7;
182
+ a.xl = this.cu.dc.w9;
183
183
  };
184
- GeographicShapeSeriesBaseView.prototype.ck = function () {
185
- this.ch.w0.y7 = this.ch.xz;
184
+ GeographicShapeSeriesBaseView.prototype.cx = function () {
185
+ this.cu.w5.zc = this.cu.x4;
186
186
  };
187
- GeographicShapeSeriesBaseView.prototype.cj = function () {
188
- this.ch.w0.ym = this.ch.xl;
187
+ GeographicShapeSeriesBaseView.prototype.cw = function () {
188
+ this.cu.w5.yr = this.cu.xq;
189
189
  };
190
190
  GeographicShapeSeriesBaseView.$t = markType(GeographicShapeSeriesBaseView, 'GeographicShapeSeriesBaseView', HostSeriesView.$);
191
191
  return GeographicShapeSeriesBaseView;
@@ -28,57 +28,57 @@ var GeographicShapeSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
28
28
  __extends(GeographicShapeSeriesView, _super);
29
29
  function GeographicShapeSeriesView(a) {
30
30
  var _this = _super.call(this, a) || this;
31
- _this.cl = null;
32
- _this.cl = a;
33
- if (!_this.q) {
34
- _this.cl.xz = "points";
31
+ _this.cy = null;
32
+ _this.cy = a;
33
+ if (!_this.t) {
34
+ _this.cy.x4 = "points";
35
35
  }
36
36
  return _this;
37
37
  }
38
- GeographicShapeSeriesView.prototype.au = function () {
39
- _super.prototype.au.call(this);
40
- if (!this.q) {
41
- this.cl.zm = Defaults.aj;
42
- this.cl.jp = Defaults.p;
43
- this.cl.yl = Defaults.o;
44
- this.cl.yi = Defaults.d;
45
- this.cl.yg = Defaults.a;
38
+ GeographicShapeSeriesView.prototype.a4 = function () {
39
+ _super.prototype.a4.call(this);
40
+ if (!this.t) {
41
+ this.cy.zr = Defaults.a8;
42
+ this.cy.jq = Defaults.ac;
43
+ this.cy.yq = Defaults.ab;
44
+ this.cy.yn = Defaults.d;
45
+ this.cy.yl = Defaults.a;
46
46
  }
47
47
  };
48
- GeographicShapeSeriesView.prototype.b5 = function () {
49
- _super.prototype.b5.call(this);
50
- this.cl.w0.abt = this.cl.zo;
51
- this.cl.w0.aam = this.cl.yj;
52
- this.cl.w0.aa8 = this.cl.y4;
53
- this.cl.w0.aap = this.cl.yl;
54
- this.cl.w0.z8 = this.cl.yf;
48
+ GeographicShapeSeriesView.prototype.ci = function () {
49
+ _super.prototype.ci.call(this);
50
+ this.cy.w5.aby = this.cy.zt;
51
+ this.cy.w5.aar = this.cy.yo;
52
+ this.cy.w5.abd = this.cy.y9;
53
+ this.cy.w5.aau = this.cy.yq;
54
+ this.cy.w5.aad = this.cy.yk;
55
55
  };
56
- GeographicShapeSeriesView.prototype.cq = function () {
57
- this.cl.w0.aa8 = this.cl.y4;
56
+ GeographicShapeSeriesView.prototype.c3 = function () {
57
+ this.cy.w5.abd = this.cy.y9;
58
58
  };
59
- GeographicShapeSeriesView.prototype.cs = function () {
60
- this.cl.w0.aap = this.cl.yl;
59
+ GeographicShapeSeriesView.prototype.c5 = function () {
60
+ this.cy.w5.aau = this.cy.yq;
61
61
  };
62
- GeographicShapeSeriesView.prototype.cn = function () {
63
- this.cl.w0.z8 = this.cl.yf;
62
+ GeographicShapeSeriesView.prototype.c0 = function () {
63
+ this.cy.w5.aad = this.cy.yk;
64
64
  };
65
- GeographicShapeSeriesView.prototype.cr = function () {
66
- this.cl.w0.aah = this.cl.yi;
65
+ GeographicShapeSeriesView.prototype.c4 = function () {
66
+ this.cy.w5.aam = this.cy.yn;
67
67
  };
68
- GeographicShapeSeriesView.prototype.cm = function () {
69
- this.cl.w0.abp = this.cl.zl;
68
+ GeographicShapeSeriesView.prototype.cz = function () {
69
+ this.cy.w5.abu = this.cy.zq;
70
70
  };
71
- GeographicShapeSeriesView.prototype.co = function () {
72
- this.cl.w0.abq = this.cl.zm;
71
+ GeographicShapeSeriesView.prototype.c1 = function () {
72
+ this.cy.w5.abv = this.cy.zr;
73
73
  };
74
- GeographicShapeSeriesView.prototype.cp = function () {
75
- this.cl.w0.abs = this.cl.zn;
74
+ GeographicShapeSeriesView.prototype.c2 = function () {
75
+ this.cy.w5.abx = this.cy.zs;
76
76
  };
77
- GeographicShapeSeriesView.prototype.ct = function () {
78
- this.cl.w0.aam = this.cl.yj;
77
+ GeographicShapeSeriesView.prototype.c6 = function () {
78
+ this.cy.w5.aar = this.cy.yo;
79
79
  };
80
- GeographicShapeSeriesView.prototype.cu = function () {
81
- this.cl.w0.abt = this.cl.zo;
80
+ GeographicShapeSeriesView.prototype.c7 = function () {
81
+ this.cy.w5.aby = this.cy.zt;
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.bj = function () {
98
+ GeographicShapeSeries.prototype.bk = function () {
99
99
  return new GeographicShapeSeries();
100
100
  };
101
- GeographicShapeSeries.prototype.get_fq = function () {
101
+ GeographicShapeSeries.prototype.get_fr = function () {
102
102
  return true;
103
103
  };
104
- GeographicShapeSeries.prototype.cs = function () {
104
+ GeographicShapeSeries.prototype.ct = function () {
105
105
  return new GeographicShapeSeriesView(this);
106
106
  };
107
- GeographicShapeSeries.prototype.q1 = function (a) {
108
- _super.prototype.q1.call(this, a);
109
- this.yk = a;
107
+ GeographicShapeSeries.prototype.q3 = function (a) {
108
+ _super.prototype.q3.call(this, a);
109
+ this.yp = a;
110
110
  };
111
- GeographicShapeSeries.prototype.wz = function () {
111
+ GeographicShapeSeries.prototype.w4 = function () {
112
112
  var a = new ScatterPolygonSeries();
113
- a.styleShape = delegateCombine(a.styleShape, runOn(this, this.y1));
114
- a.propertyUpdated = delegateCombine(a.propertyUpdated, runOn(this, this.y2));
113
+ a.styleShape = delegateCombine(a.styleShape, runOn(this, this.y6));
114
+ a.propertyUpdated = delegateCombine(a.propertyUpdated, runOn(this, this.y7));
115
115
  return a;
116
116
  };
117
- GeographicShapeSeries.prototype.y1 = function (a, b) {
117
+ GeographicShapeSeries.prototype.y6 = function (a, b) {
118
118
  if (this.styleShape != null) {
119
119
  this.styleShape(this, b);
120
120
  }
121
121
  };
122
- GeographicShapeSeries.prototype.y2 = function (a, b) {
123
- var c = typeCast(ScatterPolygonSeries.$, this.w0);
122
+ GeographicShapeSeries.prototype.y7 = function (a, b) {
123
+ var c = typeCast(ScatterPolygonSeries.$, this.w5);
124
124
  if (c == null) {
125
125
  return;
126
126
  }
127
127
  };
128
- GeographicShapeSeries.prototype.io = function () {
129
- return this.yl;
128
+ GeographicShapeSeries.prototype.ip = function () {
129
+ return this.yq;
130
130
  };
131
- GeographicShapeSeries.prototype.vl = function () {
132
- return this.zj;
131
+ GeographicShapeSeries.prototype.vq = function () {
132
+ return this.zo;
133
133
  };
134
- GeographicShapeSeries.prototype.vm = function () {
135
- return this.zk;
134
+ GeographicShapeSeries.prototype.vr = function () {
135
+ return this.zp;
136
136
  };
137
- GeographicShapeSeries.prototype.sz = function () {
138
- return this.y3;
137
+ GeographicShapeSeries.prototype.s3 = function () {
138
+ return this.y8;
139
139
  };
140
- GeographicShapeSeries.prototype.ma = function () {
141
- var a = typeCast(ScatterPolygonSeries.$, this.w0);
140
+ GeographicShapeSeries.prototype.mc = function () {
141
+ var a = typeCast(ScatterPolygonSeries.$, this.w5);
142
142
  if (a == null) {
143
143
  return "Unknown";
144
144
  }
145
- return a.ma();
145
+ return a.mc();
146
146
  };
147
- GeographicShapeSeries.prototype.q9 = function (a, b, c, d) {
148
- _super.prototype.q9.call(this, a, b, c, d);
147
+ GeographicShapeSeries.prototype.rc = function (a, b, c, d) {
148
+ _super.prototype.rc.call(this, a, b, c, d);
149
149
  switch (b) {
150
150
  case GeographicShapeSeries.$$p[6]:
151
- this.w0.aaf = this.yh;
151
+ this.w5.aak = this.ym;
152
152
  break;
153
153
  case GeographicShapeSeries.$$p[5]:
154
- this.w0.aab = this.yg;
154
+ this.w5.aag = this.yl;
155
155
  break;
156
156
  case GeographicShapeSeries.$$p[9]:
157
- this.yk.cq();
157
+ this.yp.c3();
158
158
  break;
159
159
  case GeographicShapeSeries.$$p[10]:
160
- this.yk.cs();
160
+ this.yp.c5();
161
161
  break;
162
162
  case GeographicShapeSeries.$$p[4]:
163
- this.yk.cn();
163
+ this.yp.c0();
164
164
  break;
165
165
  case GeographicShapeSeries.$$p[11]:
166
- this.yk.cr();
166
+ this.yp.c4();
167
167
  break;
168
168
  case GeographicShapeSeries.$$p[3]:
169
- this.yk.cm();
169
+ this.yp.cz();
170
170
  break;
171
171
  case GeographicShapeSeries.$$p[7]:
172
- this.yk.co();
172
+ this.yp.c1();
173
173
  break;
174
174
  case GeographicShapeSeries.$$p[8]:
175
- this.yk.cp();
175
+ this.yp.c2();
176
176
  break;
177
177
  case GeographicShapeSeries.$$p[13]:
178
- this.yk.ct();
178
+ this.yp.c6();
179
179
  break;
180
180
  case GeographicShapeSeries.$$p[12]:
181
- this.yk.cu();
181
+ this.yp.c7();
182
182
  break;
183
183
  }
184
184
  };
185
- GeographicShapeSeries.prototype.jl = function () {
185
+ GeographicShapeSeries.prototype.jm = 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:zj:y5', [Brush.$], 'ActualMarkerOutline:zk:y6', [Brush.$], 'ActualMarkerTemplate:y3:y7', [DataTemplate.$, null], 'MarkerBrush:zl:y8', [Brush.$], 'MarkerCollisionAvoidance:yf:y9', [CollisionAvoidanceType_$type, enumGetBox(CollisionAvoidanceType_$type, 0)], 'MarkerFillMode:yg:za', [MarkerFillMode_$type, enumGetBox(MarkerFillMode_$type, 0)], 'MarkerOutlineMode:yh:zb', [MarkerOutlineMode_$type, enumGetBox(MarkerOutlineMode_$type, 0)], 'MarkerOutline:zm:zc', [Brush.$], 'MarkerStyle:zn:zd', [Style.$], 'MarkerTemplate:y4:ze', [DataTemplate.$, null], 'MarkerThickness:yl:zf', [1, DeviceUtils.g(2)], 'MarkerType:yi:zg', [MarkerType_$type, enumGetBox(MarkerType_$type, 2)], 'ShapeStyle:zo:zh', [Style.$, null], 'ShapeStyleSelector:yj:zi', [StyleSelector.$, null]]);
189
+ GeographicShapeSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicShapeSeries, 'raisePropertyChanged', ['ActualMarkerBrush:zo:za', [Brush.$], 'ActualMarkerOutline:zp:zb', [Brush.$], 'ActualMarkerTemplate:y8:zc', [DataTemplate.$, null], 'MarkerBrush:zq:zd', [Brush.$], 'MarkerCollisionAvoidance:yk:ze', [CollisionAvoidanceType_$type, enumGetBox(CollisionAvoidanceType_$type, 0)], 'MarkerFillMode:yl:zf', [MarkerFillMode_$type, enumGetBox(MarkerFillMode_$type, 0)], 'MarkerOutlineMode:ym:zg', [MarkerOutlineMode_$type, enumGetBox(MarkerOutlineMode_$type, 0)], 'MarkerOutline:zr:zh', [Brush.$], 'MarkerStyle:zs:zi', [Style.$], 'MarkerTemplate:y9:zj', [DataTemplate.$, null], 'MarkerThickness:yq:zk', [1, DeviceUtils.g(2)], 'MarkerType:yn:zl', [MarkerType_$type, enumGetBox(MarkerType_$type, 2)], 'ShapeStyle:zt:zm', [Style.$, null], 'ShapeStyleSelector:yo:zn', [StyleSelector.$, null]]);
190
190
  return GeographicShapeSeries;
191
191
  }(GeographicShapeSeriesBase));
192
192
  export { GeographicShapeSeries };
@@ -14,8 +14,8 @@ var GeographicSymbolSeriesBaseView = /** @class */ /*@__PURE__*/ (function (_sup
14
14
  __extends(GeographicSymbolSeriesBaseView, _super);
15
15
  function GeographicSymbolSeriesBaseView(a) {
16
16
  var _this = _super.call(this, a) || this;
17
- _this.ch = null;
18
- _this.ch = a;
17
+ _this.cu = null;
18
+ _this.cu = a;
19
19
  return _this;
20
20
  }
21
21
  GeographicSymbolSeriesBaseView.$t = markType(GeographicSymbolSeriesBaseView, 'GeographicSymbolSeriesBaseView', HostSeriesView.$);