igniteui-angular-maps 20.0.2-beta.2 → 20.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 (104) hide show
  1. package/bundles/igniteui-angular-maps.umd.js +1409 -1409
  2. package/bundles/igniteui-angular-maps.umd.min.js +1 -1
  3. package/esm2015/lib/{AzureMapsMapImagery.js → AzureMapsImagery.js} +1 -1
  4. package/esm2015/lib/AzureMapsImageryStyle.js +14 -14
  5. package/{esm5/lib/AzureMapsMapImagery.js → esm2015/lib/AzureMapsImageryView.js} +1 -1
  6. package/esm2015/lib/{AzureMapsMapImageryView_combined.js → AzureMapsImageryView_combined.js} +18 -18
  7. package/esm2015/lib/GeographicContourLineSeriesView_combined.js +35 -35
  8. package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +69 -69
  9. package/esm2015/lib/GeographicMapSeriesHost_combined.js +163 -163
  10. package/esm2015/lib/GeographicMarkerSeries.js +25 -25
  11. package/esm2015/lib/GeographicPolylineSeriesView_combined.js +15 -15
  12. package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +84 -84
  13. package/esm2015/lib/GeographicShapeSeriesBase_combined.js +58 -58
  14. package/esm2015/lib/GeographicShapeSeriesView_combined.js +49 -49
  15. package/esm2015/lib/GeographicSymbolSeriesView_combined.js +53 -53
  16. package/esm2015/lib/GeographicTileSeries.js +26 -26
  17. package/esm2015/lib/TileSeries_combined.js +79 -79
  18. package/esm2015/lib/XamGeographicMap_combined.js +448 -448
  19. package/esm2015/lib/igx-azure-maps-imagery-dynamic-module.js +34 -0
  20. package/esm2015/lib/{igx-azure-maps-map-imagery-module.js → igx-azure-maps-imagery-module.js} +7 -7
  21. package/esm2015/lib/{igx-azure-maps-map-imagery.js → igx-azure-maps-imagery.js} +4 -4
  22. package/esm2015/lib/igx-geographic-contour-line-series-component.js +8 -8
  23. package/esm2015/lib/igx-geographic-high-density-scatter-series-component.js +22 -22
  24. package/esm2015/lib/igx-geographic-map-component.js +39 -39
  25. package/esm2015/lib/igx-geographic-map-series-host-component.js +11 -11
  26. package/esm2015/lib/igx-geographic-marker-series-component.js +22 -22
  27. package/esm2015/lib/igx-geographic-polyline-series-component.js +10 -10
  28. package/esm2015/lib/igx-geographic-proportional-symbol-series-component.js +32 -32
  29. package/esm2015/lib/igx-geographic-scatter-area-series-component.js +7 -7
  30. package/esm2015/lib/igx-geographic-shape-series-base-component.js +22 -22
  31. package/esm2015/lib/igx-geographic-shape-series-component.js +32 -32
  32. package/esm2015/lib/igx-geographic-symbol-series-component.js +14 -14
  33. package/esm2015/lib/igx-geographic-tile-series-component.js +3 -3
  34. package/esm2015/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  35. package/esm2015/lib/igx-tile-series-component.js +2 -2
  36. package/esm2015/public_api.js +5 -5
  37. package/{esm2015/lib/AzureMapsMapImageryView.js → esm5/lib/AzureMapsImagery.js} +1 -1
  38. package/esm5/lib/AzureMapsImageryStyle.js +14 -14
  39. package/esm5/lib/{AzureMapsMapImageryView.js → AzureMapsImageryView.js} +1 -1
  40. package/esm5/lib/{AzureMapsMapImageryView_combined.js → AzureMapsImageryView_combined.js} +33 -33
  41. package/esm5/lib/GeographicContourLineSeriesView_combined.js +35 -35
  42. package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +69 -69
  43. package/esm5/lib/GeographicMapSeriesHost_combined.js +161 -161
  44. package/esm5/lib/GeographicMarkerSeries.js +25 -25
  45. package/esm5/lib/GeographicPolylineSeriesView_combined.js +15 -15
  46. package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +84 -84
  47. package/esm5/lib/GeographicShapeSeriesBase_combined.js +57 -57
  48. package/esm5/lib/GeographicShapeSeriesView_combined.js +49 -49
  49. package/esm5/lib/GeographicSymbolSeriesView_combined.js +53 -53
  50. package/esm5/lib/GeographicTileSeries.js +25 -25
  51. package/esm5/lib/TileSeries_combined.js +77 -77
  52. package/esm5/lib/XamGeographicMap_combined.js +441 -441
  53. package/esm5/lib/igx-azure-maps-imagery-dynamic-module.js +33 -0
  54. package/esm5/lib/{igx-azure-maps-map-imagery-module.js → igx-azure-maps-imagery-module.js} +8 -8
  55. package/esm5/lib/{igx-azure-maps-map-imagery.js → igx-azure-maps-imagery.js} +16 -16
  56. package/esm5/lib/igx-geographic-contour-line-series-component.js +8 -8
  57. package/esm5/lib/igx-geographic-high-density-scatter-series-component.js +22 -22
  58. package/esm5/lib/igx-geographic-map-component.js +39 -39
  59. package/esm5/lib/igx-geographic-map-series-host-component.js +11 -11
  60. package/esm5/lib/igx-geographic-marker-series-component.js +22 -22
  61. package/esm5/lib/igx-geographic-polyline-series-component.js +10 -10
  62. package/esm5/lib/igx-geographic-proportional-symbol-series-component.js +32 -32
  63. package/esm5/lib/igx-geographic-scatter-area-series-component.js +7 -7
  64. package/esm5/lib/igx-geographic-shape-series-base-component.js +22 -22
  65. package/esm5/lib/igx-geographic-shape-series-component.js +32 -32
  66. package/esm5/lib/igx-geographic-symbol-series-component.js +14 -14
  67. package/esm5/lib/igx-geographic-tile-series-component.js +3 -3
  68. package/esm5/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  69. package/esm5/lib/igx-tile-series-component.js +2 -2
  70. package/esm5/public_api.js +5 -5
  71. package/fesm2015/igniteui-angular-maps.js +1395 -1395
  72. package/fesm5/igniteui-angular-maps.js +1405 -1405
  73. package/lib/AzureMapsImagery.d.ts +1 -0
  74. package/lib/AzureMapsImageryStyle.d.ts +13 -13
  75. package/lib/AzureMapsImageryView.d.ts +1 -0
  76. package/lib/{AzureMapsMapImageryView_combined.d.ts → AzureMapsImageryView_combined.d.ts} +5 -5
  77. package/lib/GeographicContourLineSeriesView_combined.d.ts +11 -11
  78. package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +16 -16
  79. package/lib/GeographicMapSeriesHost_combined.d.ts +27 -27
  80. package/lib/GeographicMarkerSeries.d.ts +13 -13
  81. package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
  82. package/lib/GeographicPolylineSeriesView_combined.d.ts +7 -7
  83. package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
  84. package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +21 -21
  85. package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
  86. package/lib/GeographicShapeSeriesBase_combined.d.ts +18 -18
  87. package/lib/GeographicShapeSeriesView_combined.d.ts +20 -20
  88. package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
  89. package/lib/GeographicSymbolSeriesView_combined.d.ts +14 -14
  90. package/lib/GeographicTileSeries.d.ts +8 -8
  91. package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
  92. package/lib/TileSeries_combined.d.ts +18 -18
  93. package/lib/XamGeographicMap_combined.d.ts +96 -96
  94. package/lib/igx-azure-maps-imagery-dynamic-module.d.ts +9 -0
  95. package/lib/igx-azure-maps-imagery-module.d.ts +7 -0
  96. package/lib/{igx-azure-maps-map-imagery.d.ts → igx-azure-maps-imagery.d.ts} +5 -5
  97. package/package.json +2 -2
  98. package/public_api.d.ts +5 -5
  99. package/esm2015/lib/igx-azure-maps-map-imagery-dynamic-module.js +0 -34
  100. package/esm5/lib/igx-azure-maps-map-imagery-dynamic-module.js +0 -33
  101. package/lib/AzureMapsMapImagery.d.ts +0 -1
  102. package/lib/AzureMapsMapImageryView.d.ts +0 -1
  103. package/lib/igx-azure-maps-map-imagery-dynamic-module.d.ts +0 -9
  104. package/lib/igx-azure-maps-map-imagery-module.d.ts +0 -7
@@ -19,20 +19,20 @@ 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.xs = false;
22
23
  _this.xr = false;
23
- _this.xq = false;
24
24
  _this.assigningShapeStyle = null;
25
25
  _this.assigningShapeMarkerStyle = null;
26
- _this.xn = null;
27
- _this.xp = false;
26
+ _this.xo = null;
27
+ _this.xq = false;
28
28
  return _this;
29
29
  }
30
30
  GeographicShapeSeriesBase.prototype.ct = function () {
31
31
  return new GeographicShapeSeriesBaseView(this);
32
32
  };
33
- GeographicShapeSeriesBase.prototype.q7 = function (a) {
34
- _super.prototype.q7.call(this, a);
35
- this.xm = a;
33
+ GeographicShapeSeriesBase.prototype.q8 = function (a) {
34
+ _super.prototype.q8.call(this, a);
35
+ this.xn = a;
36
36
  };
37
37
  GeographicShapeSeriesBase.prototype.get_ff = function () {
38
38
  return true;
@@ -40,106 +40,106 @@ var GeographicShapeSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
40
40
  GeographicShapeSeriesBase.prototype.get_ef = function () {
41
41
  return true;
42
42
  };
43
- GeographicShapeSeriesBase.prototype.rg = function (a, b, c, d) {
44
- _super.prototype.rg.call(this, a, b, c, d);
43
+ GeographicShapeSeriesBase.prototype.rh = function (a, b, c, d) {
44
+ _super.prototype.rh.call(this, a, b, c, d);
45
45
  switch (b) {
46
46
  case "SeriesViewer":
47
- this.xm.cv();
47
+ this.xn.cv();
48
48
  break;
49
49
  case "ShapeMemberPath":
50
- this.xm.cx();
50
+ this.xn.cx();
51
51
  break;
52
52
  case GeographicShapeSeriesBase.$$p[8]:
53
- this.xm.cw();
53
+ this.xn.cw();
54
54
  break;
55
55
  case GeographicShapeSeriesBase.$$p[4]:
56
- this.xa.yi = this.xu;
57
- this.xr = this.xu;
58
- if (this.xu) {
59
- var e = this.xa;
60
- e.assigningShapeStyle = delegateCombine(e.assigningShapeStyle, runOn(this, this.yc));
56
+ this.xb.yj = this.xv;
57
+ this.xs = this.xv;
58
+ if (this.xv) {
59
+ var e = this.xb;
60
+ e.assigningShapeStyle = delegateCombine(e.assigningShapeStyle, runOn(this, this.yd));
61
61
  }
62
62
  else {
63
- var f = this.xa;
64
- f.assigningShapeStyle = delegateRemove(f.assigningShapeStyle, runOn(this, this.yc));
63
+ var f = this.xb;
64
+ f.assigningShapeStyle = delegateRemove(f.assigningShapeStyle, runOn(this, this.yd));
65
65
  }
66
66
  break;
67
67
  case GeographicShapeSeriesBase.$$p[3]:
68
- this.xa.yh = this.xt;
69
- this.xq = this.xt;
70
- if (this.xu) {
71
- var g = this.xa;
72
- g.assigningShapeMarkerStyle = delegateCombine(g.assigningShapeMarkerStyle, runOn(this, this.yb));
68
+ this.xb.yi = this.xu;
69
+ this.xr = this.xu;
70
+ if (this.xv) {
71
+ var g = this.xb;
72
+ g.assigningShapeMarkerStyle = delegateCombine(g.assigningShapeMarkerStyle, runOn(this, this.yc));
73
73
  }
74
74
  else {
75
- var h = this.xa;
76
- h.assigningShapeMarkerStyle = delegateRemove(h.assigningShapeMarkerStyle, runOn(this, this.yb));
75
+ var h = this.xb;
76
+ h.assigningShapeMarkerStyle = delegateRemove(h.assigningShapeMarkerStyle, runOn(this, this.yc));
77
77
  }
78
78
  break;
79
79
  case GeographicShapeSeriesBase.$$p[5]:
80
- this.xa.xu = this.xl;
80
+ this.xb.xv = this.xm;
81
81
  break;
82
82
  case GeographicShapeSeriesBase.$$p[6]:
83
- this.xa.yz = this.xw;
83
+ this.xb.y0 = this.xx;
84
84
  break;
85
85
  case GeographicShapeSeriesBase.$$p[7]:
86
- this.xa.y0 = this.xx;
86
+ this.xb.y1 = this.xy;
87
87
  break;
88
88
  case GeographicShapeSeriesBase.$$p[0]:
89
- this.xa.y4 = this.xy;
89
+ this.xb.y5 = this.xz;
90
90
  break;
91
91
  case GeographicShapeSeriesBase.$$p[1]:
92
- this.xa.xk = this.xk;
92
+ this.xb.xl = this.xl;
93
93
  break;
94
94
  case GeographicShapeSeriesBase.$$p[2]:
95
- this.xa.yd = this.xs;
95
+ this.xb.ye = this.xt;
96
96
  break;
97
97
  case "ShapefileDataSource":
98
98
  if (c != null) {
99
99
  var i = c;
100
- if (this.xp) {
101
- i.importCompleted = delegateRemove(i.importCompleted, runOn(this, this.yd));
100
+ if (this.xq) {
101
+ i.importCompleted = delegateRemove(i.importCompleted, runOn(this, this.ye));
102
102
  }
103
103
  }
104
104
  if (d != null) {
105
105
  var j = d;
106
106
  if (j.count > 0) {
107
- this.ye();
107
+ this.yf();
108
108
  break;
109
109
  }
110
- this.xp = true;
111
- j.importCompleted = delegateCombine(j.importCompleted, runOn(this, this.yd));
110
+ this.xq = true;
111
+ j.importCompleted = delegateCombine(j.importCompleted, runOn(this, this.ye));
112
112
  }
113
113
  break;
114
114
  }
115
115
  };
116
- GeographicShapeSeriesBase.prototype.yc = function (a, b) {
116
+ GeographicShapeSeriesBase.prototype.yd = function (a, b) {
117
117
  if (this.assigningShapeStyle != null) {
118
118
  this.assigningShapeStyle(this, b);
119
119
  }
120
120
  };
121
- GeographicShapeSeriesBase.prototype.yb = function (a, b) {
121
+ GeographicShapeSeriesBase.prototype.yc = function (a, b) {
122
122
  if (this.assigningShapeMarkerStyle != null) {
123
123
  this.assigningShapeMarkerStyle(this, b);
124
124
  }
125
125
  };
126
- GeographicShapeSeriesBase.prototype.yd = function (a, b) {
127
- this.ye();
126
+ GeographicShapeSeriesBase.prototype.ye = function (a, b) {
127
+ this.yf();
128
128
  };
129
- GeographicShapeSeriesBase.prototype.ye = function () {
130
- var sds_ = this.xo;
129
+ GeographicShapeSeriesBase.prototype.yf = function () {
130
+ var sds_ = this.xp;
131
131
  var ext_ = sds_.externalObject;
132
132
  this.itemsSource = (ext_.getPointData());
133
133
  };
134
- Object.defineProperty(GeographicShapeSeriesBase.prototype, "xo", {
134
+ Object.defineProperty(GeographicShapeSeriesBase.prototype, "xp", {
135
135
  get: function () {
136
- return this.xn;
136
+ return this.xo;
137
137
  },
138
138
  set: function (a) {
139
- var b = this.xn;
140
- this.xn = a;
141
- if (b != this.xn) {
142
- this.raisePropertyChanged("ShapefileDataSource", b, this.xn);
139
+ var b = this.xo;
140
+ this.xo = a;
141
+ if (b != this.xo) {
142
+ this.raisePropertyChanged("ShapefileDataSource", b, this.xo);
143
143
  }
144
144
  },
145
145
  enumerable: false,
@@ -152,7 +152,7 @@ var GeographicShapeSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
152
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:xy:yf', [2], 'FillScale:xk:yg', [BrushScale.$], 'FillScaleUseGlobalValues:xs:yh', [0, false], 'IsCustomShapeMarkerStyleAllowed:xt:yi', [0, false], 'IsCustomShapeStyleAllowed:xu:yj', [0, false], 'ItemSearchMode:xl:yk', [ShapeItemSearchMode_$type, enumGetBox(ShapeItemSearchMode_$type, 0)], 'ItemSearchPointsThreshold:xw:yl', [1, 10000], 'ItemSearchThreshold:xx:ym', [1, 10000], 'ShapeFilterResolution:xv:yn', [1, 2], 'ShapeMemberPath:x9:yo', [2, "points"]]);
155
+ GeographicShapeSeriesBase.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicShapeSeriesBase, 'raisePropertyChanged', ['FillMemberPath:xz:yg', [2], 'FillScale:xl:yh', [BrushScale.$], 'FillScaleUseGlobalValues:xt:yi', [0, false], 'IsCustomShapeMarkerStyleAllowed:xu:yj', [0, false], 'IsCustomShapeStyleAllowed:xv:yk', [0, false], 'ItemSearchMode:xm:yl', [ShapeItemSearchMode_$type, enumGetBox(ShapeItemSearchMode_$type, 0)], 'ItemSearchPointsThreshold:xx:ym', [1, 10000], 'ItemSearchThreshold:xy:yn', [1, 10000], 'ShapeFilterResolution:xw:yo', [1, 2], 'ShapeMemberPath:ya:yp', [2, "points"]]);
156
156
  return GeographicShapeSeriesBase;
157
157
  }(GeographicMapSeriesHost));
158
158
  export { GeographicShapeSeriesBase };
@@ -169,23 +169,23 @@ var GeographicShapeSeriesBaseView = /** @class */ /*@__PURE__*/ (function (_supe
169
169
  }
170
170
  GeographicShapeSeriesBaseView.prototype.ci = function () {
171
171
  _super.prototype.ci.call(this);
172
- this.cu.xa.zh = this.cu.x9;
172
+ this.cu.xb.zi = this.cu.ya;
173
173
  };
174
174
  GeographicShapeSeriesBaseView.prototype.cv = function () {
175
- var a = this.cu.xa;
175
+ var a = this.cu.xb;
176
176
  if (this.cu.dc == null) {
177
- a.xo = null;
178
- a.xq = null;
177
+ a.xp = null;
178
+ a.xr = null;
179
179
  return;
180
180
  }
181
- a.xo = this.cu.dc.yc;
182
- a.xq = this.cu.dc.ye;
181
+ a.xp = this.cu.dc.yd;
182
+ a.xr = this.cu.dc.yf;
183
183
  };
184
184
  GeographicShapeSeriesBaseView.prototype.cx = function () {
185
- this.cu.xa.zh = this.cu.x9;
185
+ this.cu.xb.zi = this.cu.ya;
186
186
  };
187
187
  GeographicShapeSeriesBaseView.prototype.cw = function () {
188
- this.cu.xa.yw = this.cu.xv;
188
+ this.cu.xb.yx = this.cu.xw;
189
189
  };
190
190
  GeographicShapeSeriesBaseView.$t = markType(GeographicShapeSeriesBaseView, 'GeographicShapeSeriesBaseView', HostSeriesView.$);
191
191
  return GeographicShapeSeriesBaseView;
@@ -31,54 +31,54 @@ var GeographicShapeSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
31
31
  _this.cy = null;
32
32
  _this.cy = a;
33
33
  if (!_this.t) {
34
- _this.cy.x9 = "points";
34
+ _this.cy.ya = "points";
35
35
  }
36
36
  return _this;
37
37
  }
38
38
  GeographicShapeSeriesView.prototype.a4 = function () {
39
39
  _super.prototype.a4.call(this);
40
40
  if (!this.t) {
41
- this.cy.zw = Defaults.a8;
41
+ this.cy.zx = Defaults.a8;
42
42
  this.cy.jt = Defaults.ac;
43
- this.cy.yv = Defaults.ab;
44
- this.cy.ys = Defaults.d;
45
- this.cy.yq = Defaults.a;
43
+ this.cy.yw = Defaults.ab;
44
+ this.cy.yt = Defaults.d;
45
+ this.cy.yr = Defaults.a;
46
46
  }
47
47
  };
48
48
  GeographicShapeSeriesView.prototype.ci = function () {
49
49
  _super.prototype.ci.call(this);
50
- this.cy.xa.ab3 = this.cy.zy;
51
- this.cy.xa.aaw = this.cy.yt;
52
- this.cy.xa.abi = this.cy.ze;
53
- this.cy.xa.aaz = this.cy.yv;
54
- this.cy.xa.aai = this.cy.yp;
50
+ this.cy.xb.ab4 = this.cy.zz;
51
+ this.cy.xb.aax = this.cy.yu;
52
+ this.cy.xb.abj = this.cy.zf;
53
+ this.cy.xb.aa0 = this.cy.yw;
54
+ this.cy.xb.aaj = this.cy.yq;
55
55
  };
56
56
  GeographicShapeSeriesView.prototype.c3 = function () {
57
- this.cy.xa.abi = this.cy.ze;
57
+ this.cy.xb.abj = this.cy.zf;
58
58
  };
59
59
  GeographicShapeSeriesView.prototype.c5 = function () {
60
- this.cy.xa.aaz = this.cy.yv;
60
+ this.cy.xb.aa0 = this.cy.yw;
61
61
  };
62
62
  GeographicShapeSeriesView.prototype.c0 = function () {
63
- this.cy.xa.aai = this.cy.yp;
63
+ this.cy.xb.aaj = this.cy.yq;
64
64
  };
65
65
  GeographicShapeSeriesView.prototype.c4 = function () {
66
- this.cy.xa.aar = this.cy.ys;
66
+ this.cy.xb.aas = this.cy.yt;
67
67
  };
68
68
  GeographicShapeSeriesView.prototype.cz = function () {
69
- this.cy.xa.abz = this.cy.zv;
69
+ this.cy.xb.ab0 = this.cy.zw;
70
70
  };
71
71
  GeographicShapeSeriesView.prototype.c1 = function () {
72
- this.cy.xa.ab0 = this.cy.zw;
72
+ this.cy.xb.ab1 = this.cy.zx;
73
73
  };
74
74
  GeographicShapeSeriesView.prototype.c2 = function () {
75
- this.cy.xa.ab2 = this.cy.zx;
75
+ this.cy.xb.ab3 = this.cy.zy;
76
76
  };
77
77
  GeographicShapeSeriesView.prototype.c6 = function () {
78
- this.cy.xa.aaw = this.cy.yt;
78
+ this.cy.xb.aax = this.cy.yu;
79
79
  };
80
80
  GeographicShapeSeriesView.prototype.c7 = function () {
81
- this.cy.xa.ab3 = this.cy.zy;
81
+ this.cy.xb.ab4 = this.cy.zz;
82
82
  };
83
83
  GeographicShapeSeriesView.$t = markType(GeographicShapeSeriesView, 'GeographicShapeSeriesView', GeographicShapeSeriesBaseView.$);
84
84
  return GeographicShapeSeriesView;
@@ -104,81 +104,81 @@ var GeographicShapeSeries = /** @class */ /*@__PURE__*/ (function (_super) {
104
104
  GeographicShapeSeries.prototype.ct = function () {
105
105
  return new GeographicShapeSeriesView(this);
106
106
  };
107
- GeographicShapeSeries.prototype.q7 = function (a) {
108
- _super.prototype.q7.call(this, a);
109
- this.yu = a;
107
+ GeographicShapeSeries.prototype.q8 = function (a) {
108
+ _super.prototype.q8.call(this, a);
109
+ this.yv = a;
110
110
  };
111
- GeographicShapeSeries.prototype.w9 = function () {
111
+ GeographicShapeSeries.prototype.xa = function () {
112
112
  var a = new ScatterPolygonSeries();
113
- a.styleShape = delegateCombine(a.styleShape, runOn(this, this.zb));
114
- a.propertyUpdated = delegateCombine(a.propertyUpdated, runOn(this, this.zc));
113
+ a.styleShape = delegateCombine(a.styleShape, runOn(this, this.zc));
114
+ a.propertyUpdated = delegateCombine(a.propertyUpdated, runOn(this, this.zd));
115
115
  return a;
116
116
  };
117
- GeographicShapeSeries.prototype.zb = function (a, b) {
117
+ GeographicShapeSeries.prototype.zc = function (a, b) {
118
118
  if (this.styleShape != null) {
119
119
  this.styleShape(this, b);
120
120
  }
121
121
  };
122
- GeographicShapeSeries.prototype.zc = function (a, b) {
123
- var c = typeCast(ScatterPolygonSeries.$, this.xa);
122
+ GeographicShapeSeries.prototype.zd = function (a, b) {
123
+ var c = typeCast(ScatterPolygonSeries.$, this.xb);
124
124
  if (c == null) {
125
125
  return;
126
126
  }
127
127
  };
128
128
  GeographicShapeSeries.prototype.ip = function () {
129
- return this.yv;
130
- };
131
- GeographicShapeSeries.prototype.vv = function () {
132
- return this.zt;
129
+ return this.yw;
133
130
  };
134
131
  GeographicShapeSeries.prototype.vw = function () {
135
132
  return this.zu;
136
133
  };
137
- GeographicShapeSeries.prototype.s7 = function () {
138
- return this.zd;
134
+ GeographicShapeSeries.prototype.vx = function () {
135
+ return this.zv;
136
+ };
137
+ GeographicShapeSeries.prototype.s8 = function () {
138
+ return this.ze;
139
139
  };
140
140
  GeographicShapeSeries.prototype.mf = function () {
141
- var a = typeCast(ScatterPolygonSeries.$, this.xa);
141
+ var a = typeCast(ScatterPolygonSeries.$, this.xb);
142
142
  if (a == null) {
143
143
  return "Unknown";
144
144
  }
145
145
  return a.mf();
146
146
  };
147
- GeographicShapeSeries.prototype.rg = function (a, b, c, d) {
148
- _super.prototype.rg.call(this, a, b, c, d);
147
+ GeographicShapeSeries.prototype.rh = function (a, b, c, d) {
148
+ _super.prototype.rh.call(this, a, b, c, d);
149
149
  switch (b) {
150
150
  case GeographicShapeSeries.$$p[6]:
151
- this.xa.aap = this.yr;
151
+ this.xb.aaq = this.ys;
152
152
  break;
153
153
  case GeographicShapeSeries.$$p[5]:
154
- this.xa.aal = this.yq;
154
+ this.xb.aam = this.yr;
155
155
  break;
156
156
  case GeographicShapeSeries.$$p[9]:
157
- this.yu.c3();
157
+ this.yv.c3();
158
158
  break;
159
159
  case GeographicShapeSeries.$$p[10]:
160
- this.yu.c5();
160
+ this.yv.c5();
161
161
  break;
162
162
  case GeographicShapeSeries.$$p[4]:
163
- this.yu.c0();
163
+ this.yv.c0();
164
164
  break;
165
165
  case GeographicShapeSeries.$$p[11]:
166
- this.yu.c4();
166
+ this.yv.c4();
167
167
  break;
168
168
  case GeographicShapeSeries.$$p[3]:
169
- this.yu.cz();
169
+ this.yv.cz();
170
170
  break;
171
171
  case GeographicShapeSeries.$$p[7]:
172
- this.yu.c1();
172
+ this.yv.c1();
173
173
  break;
174
174
  case GeographicShapeSeries.$$p[8]:
175
- this.yu.c2();
175
+ this.yv.c2();
176
176
  break;
177
177
  case GeographicShapeSeries.$$p[13]:
178
- this.yu.c6();
178
+ this.yv.c6();
179
179
  break;
180
180
  case GeographicShapeSeries.$$p[12]:
181
- this.yu.c7();
181
+ this.yv.c7();
182
182
  break;
183
183
  }
184
184
  };
@@ -186,7 +186,7 @@ var GeographicShapeSeries = /** @class */ /*@__PURE__*/ (function (_super) {
186
186
  return 0.7;
187
187
  };
188
188
  GeographicShapeSeries.$t = markType(GeographicShapeSeries, 'GeographicShapeSeries', GeographicShapeSeriesBase.$);
189
- GeographicShapeSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicShapeSeries, 'raisePropertyChanged', ['ActualMarkerBrush:zt:zf', [Brush.$], 'ActualMarkerOutline:zu:zg', [Brush.$], 'ActualMarkerTemplate:zd:zh', [DataTemplate.$, null], 'MarkerBrush:zv:zi', [Brush.$], 'MarkerCollisionAvoidance:yp:zj', [CollisionAvoidanceType_$type, enumGetBox(CollisionAvoidanceType_$type, 0)], 'MarkerFillMode:yq:zk', [MarkerFillMode_$type, enumGetBox(MarkerFillMode_$type, 0)], 'MarkerOutlineMode:yr:zl', [MarkerOutlineMode_$type, enumGetBox(MarkerOutlineMode_$type, 0)], 'MarkerOutline:zw:zm', [Brush.$], 'MarkerStyle:zx:zn', [Style.$], 'MarkerTemplate:ze:zo', [DataTemplate.$, null], 'MarkerThickness:yv:zp', [1, DeviceUtils.g(2)], 'MarkerType:ys:zq', [MarkerType_$type, enumGetBox(MarkerType_$type, 2)], 'ShapeStyle:zy:zr', [Style.$, null], 'ShapeStyleSelector:yt:zs', [StyleSelector.$, null]]);
189
+ GeographicShapeSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicShapeSeries, 'raisePropertyChanged', ['ActualMarkerBrush:zu:zg', [Brush.$], 'ActualMarkerOutline:zv:zh', [Brush.$], 'ActualMarkerTemplate:ze:zi', [DataTemplate.$, null], 'MarkerBrush:zw:zj', [Brush.$], 'MarkerCollisionAvoidance:yq:zk', [CollisionAvoidanceType_$type, enumGetBox(CollisionAvoidanceType_$type, 0)], 'MarkerFillMode:yr:zl', [MarkerFillMode_$type, enumGetBox(MarkerFillMode_$type, 0)], 'MarkerOutlineMode:ys:zm', [MarkerOutlineMode_$type, enumGetBox(MarkerOutlineMode_$type, 0)], 'MarkerOutline:zx:zn', [Brush.$], 'MarkerStyle:zy:zo', [Style.$], 'MarkerTemplate:zf:zp', [DataTemplate.$, null], 'MarkerThickness:yw:zq', [1, DeviceUtils.g(2)], 'MarkerType:yt:zr', [MarkerType_$type, enumGetBox(MarkerType_$type, 2)], 'ShapeStyle:zz:zs', [Style.$, null], 'ShapeStyleSelector:yu:zt', [StyleSelector.$, null]]);
190
190
  return GeographicShapeSeries;
191
191
  }(GeographicShapeSeriesBase));
192
192
  export { GeographicShapeSeries };
@@ -30,56 +30,56 @@ var GeographicSymbolSeriesView = /** @class */ /*@__PURE__*/ (function (_super)
30
30
  }
31
31
  };
32
32
  GeographicSymbolSeriesView.prototype.ci = function () {
33
- var a = this.cu.xa;
33
+ var a = this.cu.xb;
34
34
  _super.prototype.ci.call(this);
35
- a.aa3 = this.cu.yy;
36
- a.abb = this.cu.yw;
37
- a.xk = this.cu.xk;
38
- a.yc = this.cu.x0;
39
- a.xt = this.cu.xl;
35
+ a.aa4 = this.cu.yz;
36
+ a.abc = this.cu.yx;
37
+ a.xl = this.cu.xl;
38
+ a.yd = this.cu.x1;
39
+ a.xu = this.cu.xm;
40
40
  };
41
41
  GeographicSymbolSeriesView.prototype.cw = function () {
42
- this.cu.xa.aa3 = this.cu.yy;
42
+ this.cu.xb.aa4 = this.cu.yz;
43
43
  };
44
44
  GeographicSymbolSeriesView.prototype.cv = function () {
45
- this.cu.xa.abb = this.cu.yw;
45
+ this.cu.xb.abc = this.cu.yx;
46
46
  };
47
47
  GeographicSymbolSeriesView.prototype.c2 = function () {
48
- this.cu.xa.xk = this.cu.xk;
48
+ this.cu.xb.xl = this.cu.xl;
49
49
  };
50
50
  GeographicSymbolSeriesView.prototype.c0 = function () {
51
- this.cu.xa.yc = this.cu.x0;
51
+ this.cu.xb.yd = this.cu.x1;
52
52
  };
53
53
  GeographicSymbolSeriesView.prototype.c1 = function () {
54
- this.cu.xa.xt = this.cu.xl;
54
+ this.cu.xb.xu = this.cu.xm;
55
55
  };
56
56
  GeographicSymbolSeriesView.prototype.c3 = function () {
57
- this.cu.xa.aaj = this.cu.xm;
57
+ this.cu.xb.aak = this.cu.xn;
58
58
  };
59
59
  GeographicSymbolSeriesView.prototype.c5 = function () {
60
- this.cu.xa.xAxis = this.cu.dc.yc;
60
+ this.cu.xb.xAxis = this.cu.dc.yd;
61
61
  };
62
62
  GeographicSymbolSeriesView.prototype.c6 = function () {
63
- this.cu.xa.yAxis = this.cu.dc.ye;
63
+ this.cu.xb.yAxis = this.cu.dc.yf;
64
64
  };
65
65
  GeographicSymbolSeriesView.prototype.c4 = function () {
66
- var a = this.cu.xa;
66
+ var a = this.cu.xb;
67
67
  if (this.cu.dc == null) {
68
68
  a.xAxis = null;
69
69
  a.yAxis = null;
70
70
  return;
71
71
  }
72
- a.xAxis = this.cu.dc.yc;
73
- a.yAxis = this.cu.dc.ye;
72
+ a.xAxis = this.cu.dc.yd;
73
+ a.yAxis = this.cu.dc.yf;
74
74
  };
75
75
  GeographicSymbolSeriesView.prototype.cy = function () {
76
- this.cu.xa.y3 = this.cu.yi;
76
+ this.cu.xb.y4 = this.cu.yj;
77
77
  };
78
78
  GeographicSymbolSeriesView.prototype.cx = function () {
79
- this.cu.xa.yt = this.cu.ye;
79
+ this.cu.xb.yu = this.cu.yf;
80
80
  };
81
81
  GeographicSymbolSeriesView.prototype.cz = function () {
82
- this.cu.xa.yu = this.cu.yf;
82
+ this.cu.xb.yv = this.cu.yg;
83
83
  };
84
84
  GeographicSymbolSeriesView.$t = markType(GeographicSymbolSeriesView, 'GeographicSymbolSeriesView', HostSeriesView.$);
85
85
  return GeographicSymbolSeriesView;
@@ -92,9 +92,9 @@ 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.yk = null;
95
+ _this.yl = null;
96
+ _this.yo = false;
96
97
  _this.yn = false;
97
- _this.ym = false;
98
98
  _this.assigningScatterStyle = null;
99
99
  _this.assigningScatterMarkerStyle = null;
100
100
  _this.ab = GeographicSymbolSeries.$;
@@ -109,84 +109,84 @@ var GeographicSymbolSeries = /** @class */ /*@__PURE__*/ (function (_super) {
109
109
  GeographicSymbolSeries.prototype.ct = function () {
110
110
  return new GeographicSymbolSeriesView(this);
111
111
  };
112
- GeographicSymbolSeries.prototype.q7 = function (a) {
113
- _super.prototype.q7.call(this, a);
114
- this.yl = a;
112
+ GeographicSymbolSeries.prototype.q8 = function (a) {
113
+ _super.prototype.q8.call(this, a);
114
+ this.ym = a;
115
115
  };
116
116
  GeographicSymbolSeries.prototype.jo = function () {
117
117
  return 0.7;
118
118
  };
119
- GeographicSymbolSeries.prototype.w9 = function () {
119
+ GeographicSymbolSeries.prototype.xa = function () {
120
120
  return new ScatterSeries();
121
121
  };
122
122
  GeographicSymbolSeries.prototype.get_ff = function () {
123
123
  return true;
124
124
  };
125
- GeographicSymbolSeries.prototype.rg = function (a, b, c, d) {
126
- _super.prototype.rg.call(this, a, b, c, d);
125
+ GeographicSymbolSeries.prototype.rh = function (a, b, c, d) {
126
+ _super.prototype.rh.call(this, a, b, c, d);
127
127
  switch (b) {
128
128
  case "SeriesViewer":
129
- this.yl.c4();
129
+ this.ym.c4();
130
130
  break;
131
131
  case GeographicSymbolSeries.$$p[5]:
132
- this.yl.cw();
132
+ this.ym.cw();
133
133
  break;
134
134
  case GeographicSymbolSeries.$$p[4]:
135
- this.yl.cv();
135
+ this.ym.cv();
136
136
  break;
137
137
  case GeographicSymbolSeries.$$p[6]:
138
- this.yl.cy();
138
+ this.ym.cy();
139
139
  break;
140
140
  case "XAxis":
141
- this.yl.c5();
141
+ this.ym.c5();
142
142
  break;
143
143
  case "YAxis":
144
- this.yl.c6();
144
+ this.ym.c6();
145
145
  break;
146
146
  case GeographicSymbolSeries.$$p[1]:
147
- this.xa.zz = this.yp;
148
- this.yn = this.yp;
149
- if (this.yp) {
150
- var e = this.xa;
151
- e.assigningScatterStyle = delegateCombine(e.assigningScatterStyle, runOn(this, this.y3));
147
+ this.xb.z0 = this.yq;
148
+ this.yo = this.yq;
149
+ if (this.yq) {
150
+ var e = this.xb;
151
+ e.assigningScatterStyle = delegateCombine(e.assigningScatterStyle, runOn(this, this.y4));
152
152
  }
153
153
  else {
154
- var f = this.xa;
155
- f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.y3));
154
+ var f = this.xb;
155
+ f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.y4));
156
156
  }
157
157
  break;
158
158
  case GeographicSymbolSeries.$$p[0]:
159
- this.xa.zy = this.yo;
160
- this.ym = this.yo;
161
- if (this.yp) {
162
- var g = this.xa;
163
- g.assigningScatterMarkerStyle = delegateCombine(g.assigningScatterMarkerStyle, runOn(this, this.y2));
159
+ this.xb.zz = this.yp;
160
+ this.yn = this.yp;
161
+ if (this.yq) {
162
+ var g = this.xb;
163
+ g.assigningScatterMarkerStyle = delegateCombine(g.assigningScatterMarkerStyle, runOn(this, this.y3));
164
164
  }
165
165
  else {
166
- var h = this.xa;
167
- h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.y2));
166
+ var h = this.xb;
167
+ h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.y3));
168
168
  }
169
169
  break;
170
170
  case GeographicSymbolSeries.$$p[2]:
171
- this.xa.zi = this.yj;
171
+ this.xb.zj = this.yk;
172
172
  break;
173
173
  case GeographicSymbolSeries.$$p[3]:
174
- this.xa.aai = this.yr;
174
+ this.xb.aaj = this.ys;
175
175
  break;
176
176
  }
177
177
  };
178
- GeographicSymbolSeries.prototype.y3 = function (a, b) {
178
+ GeographicSymbolSeries.prototype.y4 = function (a, b) {
179
179
  if (this.assigningScatterStyle != null) {
180
180
  this.assigningScatterStyle(this, b);
181
181
  }
182
182
  };
183
- GeographicSymbolSeries.prototype.y2 = function (a, b) {
183
+ GeographicSymbolSeries.prototype.y3 = function (a, b) {
184
184
  if (this.assigningScatterMarkerStyle != null) {
185
185
  this.assigningScatterMarkerStyle(this, b);
186
186
  }
187
187
  };
188
188
  GeographicSymbolSeries.$t = markType(GeographicSymbolSeries, 'GeographicSymbolSeries', GeographicMarkerSeries.$);
189
- GeographicSymbolSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicSymbolSeries, 'raisePropertyChanged', ['IsCustomScatterMarkerStyleAllowed:yo:y4', [0, false], 'IsCustomScatterStyleAllowed:yp:y5', [0, false], 'ItemSearchMode:yj:y6', [ScatterItemSearchMode_$type, enumGetBox(ScatterItemSearchMode_$type, 0)], 'ItemSearchThreshold:yr:y7', [1, 10000], 'LatitudeMemberPath:yw:y8', [2, null], 'LongitudeMemberPath:yy:y9', [2, null], 'MarkerCollisionAvoidance:yi:za', [CollisionAvoidanceType_$type, enumGetBox(CollisionAvoidanceType_$type, 0)], 'UseLightweightMarkers:yq:zb', [0, false]]);
189
+ GeographicSymbolSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicSymbolSeries, 'raisePropertyChanged', ['IsCustomScatterMarkerStyleAllowed:yp:y5', [0, false], 'IsCustomScatterStyleAllowed:yq:y6', [0, false], 'ItemSearchMode:yk:y7', [ScatterItemSearchMode_$type, enumGetBox(ScatterItemSearchMode_$type, 0)], 'ItemSearchThreshold:ys:y8', [1, 10000], 'LatitudeMemberPath:yx:y9', [2, null], 'LongitudeMemberPath:yz:za', [2, null], 'MarkerCollisionAvoidance:yj:zb', [CollisionAvoidanceType_$type, enumGetBox(CollisionAvoidanceType_$type, 0)], 'UseLightweightMarkers:yr:zc', [0, false]]);
190
190
  return GeographicSymbolSeries;
191
191
  }(GeographicMarkerSeries));
192
192
  export { GeographicSymbolSeries };