igniteui-webcomponents-maps 7.1.0-alpha.1 → 7.1.0-alpha.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (74) hide show
  1. package/bundles/igniteui-webcomponents-maps.umd.js +1442 -1442
  2. package/bundles/igniteui-webcomponents-maps.umd.min.js +1 -1
  3. package/esm2015/lib/GeographicContourLineSeriesView_combined.js +36 -36
  4. package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +75 -75
  5. package/esm2015/lib/GeographicMapSeriesHost_combined.js +188 -188
  6. package/esm2015/lib/GeographicMarkerSeries.js +28 -28
  7. package/esm2015/lib/GeographicPolylineSeriesView_combined.js +16 -16
  8. package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +85 -85
  9. package/esm2015/lib/GeographicShapeSeriesBase_combined.js +61 -61
  10. package/esm2015/lib/GeographicShapeSeriesView_combined.js +54 -54
  11. package/esm2015/lib/GeographicSymbolSeriesView_combined.js +54 -54
  12. package/esm2015/lib/GeographicTileSeries.js +26 -26
  13. package/esm2015/lib/TileSeries_combined.js +88 -88
  14. package/esm2015/lib/XamGeographicMap_combined.js +437 -437
  15. package/esm2015/lib/igc-geographic-contour-line-series-component.js +8 -8
  16. package/esm2015/lib/igc-geographic-high-density-scatter-series-component.js +31 -31
  17. package/esm2015/lib/igc-geographic-map-component.js +47 -47
  18. package/esm2015/lib/igc-geographic-map-series-host-component.js +22 -22
  19. package/esm2015/lib/igc-geographic-marker-series-component.js +31 -31
  20. package/esm2015/lib/igc-geographic-polyline-series-component.js +12 -12
  21. package/esm2015/lib/igc-geographic-proportional-symbol-series-component.js +41 -41
  22. package/esm2015/lib/igc-geographic-scatter-area-series-component.js +7 -7
  23. package/esm2015/lib/igc-geographic-shape-series-base-component.js +29 -29
  24. package/esm2015/lib/igc-geographic-shape-series-component.js +43 -43
  25. package/esm2015/lib/igc-geographic-symbol-series-component.js +19 -19
  26. package/esm2015/lib/igc-geographic-tile-series-component.js +3 -3
  27. package/esm2015/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
  28. package/esm2015/lib/igc-tile-series-component.js +2 -2
  29. package/esm5/lib/GeographicContourLineSeriesView_combined.js +36 -36
  30. package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +75 -75
  31. package/esm5/lib/GeographicMapSeriesHost_combined.js +186 -186
  32. package/esm5/lib/GeographicMarkerSeries.js +28 -28
  33. package/esm5/lib/GeographicPolylineSeriesView_combined.js +16 -16
  34. package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +85 -85
  35. package/esm5/lib/GeographicShapeSeriesBase_combined.js +60 -60
  36. package/esm5/lib/GeographicShapeSeriesView_combined.js +54 -54
  37. package/esm5/lib/GeographicSymbolSeriesView_combined.js +54 -54
  38. package/esm5/lib/GeographicTileSeries.js +25 -25
  39. package/esm5/lib/TileSeries_combined.js +86 -86
  40. package/esm5/lib/XamGeographicMap_combined.js +431 -431
  41. package/esm5/lib/igc-geographic-contour-line-series-component.js +8 -8
  42. package/esm5/lib/igc-geographic-high-density-scatter-series-component.js +31 -31
  43. package/esm5/lib/igc-geographic-map-component.js +47 -47
  44. package/esm5/lib/igc-geographic-map-series-host-component.js +22 -22
  45. package/esm5/lib/igc-geographic-marker-series-component.js +31 -31
  46. package/esm5/lib/igc-geographic-polyline-series-component.js +12 -12
  47. package/esm5/lib/igc-geographic-proportional-symbol-series-component.js +41 -41
  48. package/esm5/lib/igc-geographic-scatter-area-series-component.js +7 -7
  49. package/esm5/lib/igc-geographic-shape-series-base-component.js +29 -29
  50. package/esm5/lib/igc-geographic-shape-series-component.js +43 -43
  51. package/esm5/lib/igc-geographic-symbol-series-component.js +19 -19
  52. package/esm5/lib/igc-geographic-tile-series-component.js +3 -3
  53. package/esm5/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
  54. package/esm5/lib/igc-tile-series-component.js +2 -2
  55. package/fesm2015/igniteui-webcomponents-maps.js +1456 -1456
  56. package/fesm5/igniteui-webcomponents-maps.js +1442 -1442
  57. package/lib/GeographicContourLineSeriesView_combined.d.ts +11 -11
  58. package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +19 -19
  59. package/lib/GeographicMapSeriesHost_combined.d.ts +43 -43
  60. package/lib/GeographicMarkerSeries.d.ts +15 -15
  61. package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
  62. package/lib/GeographicPolylineSeriesView_combined.d.ts +7 -7
  63. package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
  64. package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +22 -22
  65. package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
  66. package/lib/GeographicShapeSeriesBase_combined.d.ts +20 -20
  67. package/lib/GeographicShapeSeriesView_combined.d.ts +23 -23
  68. package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
  69. package/lib/GeographicSymbolSeriesView_combined.d.ts +15 -15
  70. package/lib/GeographicTileSeries.d.ts +8 -8
  71. package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
  72. package/lib/TileSeries_combined.d.ts +19 -19
  73. package/lib/XamGeographicMap_combined.d.ts +102 -102
  74. package/package.json +3 -3
@@ -19,20 +19,20 @@ export var GeographicShapeSeriesBase = /** @class */ /*@__PURE__*/ (function (_s
19
19
  __extends(GeographicShapeSeriesBase, _super);
20
20
  function GeographicShapeSeriesBase() {
21
21
  var _this = _super !== null && _super.apply(this, arguments) || this;
22
+ _this.x4 = false;
22
23
  _this.x3 = false;
23
- _this.x2 = false;
24
24
  _this.assigningShapeStyle = null;
25
25
  _this.assigningShapeMarkerStyle = null;
26
- _this.xz = null;
27
- _this.x1 = false;
26
+ _this.x0 = null;
27
+ _this.x2 = false;
28
28
  return _this;
29
29
  }
30
30
  GeographicShapeSeriesBase.prototype.ct = function () {
31
31
  return new GeographicShapeSeriesBaseView(this);
32
32
  };
33
- GeographicShapeSeriesBase.prototype.ri = function (a) {
34
- _super.prototype.ri.call(this, a);
35
- this.xy = a;
33
+ GeographicShapeSeriesBase.prototype.rj = function (a) {
34
+ _super.prototype.rj.call(this, a);
35
+ this.xz = a;
36
36
  };
37
37
  GeographicShapeSeriesBase.prototype.get_fh = function () {
38
38
  return true;
@@ -40,119 +40,119 @@ export var GeographicShapeSeriesBase = /** @class */ /*@__PURE__*/ (function (_s
40
40
  GeographicShapeSeriesBase.prototype.get_ef = function () {
41
41
  return true;
42
42
  };
43
- GeographicShapeSeriesBase.prototype.rr = function (a, b, c, d) {
44
- _super.prototype.rr.call(this, a, b, c, d);
43
+ GeographicShapeSeriesBase.prototype.rs = function (a, b, c, d) {
44
+ _super.prototype.rs.call(this, a, b, c, d);
45
45
  switch (b) {
46
46
  case "SeriesViewer":
47
- this.xy.cv();
47
+ this.xz.cv();
48
48
  break;
49
49
  case "ShapeMemberPath":
50
- this.xy.cx();
50
+ this.xz.cx();
51
51
  break;
52
52
  case GeographicShapeSeriesBase.$$p[8]:
53
- this.xy.cw();
53
+ this.xz.cw();
54
54
  break;
55
55
  case GeographicShapeSeriesBase.$$p[4]:
56
- this.xm.yu = this.x6;
57
- this.x3 = this.x6;
58
- if (this.x6) {
59
- var e = this.xm;
60
- e.assigningShapeStyle = delegateCombine(e.assigningShapeStyle, runOn(this, this.yo));
56
+ this.xn.yv = this.x7;
57
+ this.x4 = this.x7;
58
+ if (this.x7) {
59
+ var e = this.xn;
60
+ e.assigningShapeStyle = delegateCombine(e.assigningShapeStyle, runOn(this, this.yp));
61
61
  }
62
62
  else {
63
- var f = this.xm;
64
- f.assigningShapeStyle = delegateRemove(f.assigningShapeStyle, runOn(this, this.yo));
63
+ var f = this.xn;
64
+ f.assigningShapeStyle = delegateRemove(f.assigningShapeStyle, runOn(this, this.yp));
65
65
  }
66
66
  break;
67
67
  case GeographicShapeSeriesBase.$$p[3]:
68
- this.xm.yt = this.x5;
69
- this.x2 = this.x5;
70
- if (this.x6) {
71
- var g = this.xm;
72
- g.assigningShapeMarkerStyle = delegateCombine(g.assigningShapeMarkerStyle, runOn(this, this.yn));
68
+ this.xn.yu = this.x6;
69
+ this.x3 = this.x6;
70
+ if (this.x7) {
71
+ var g = this.xn;
72
+ g.assigningShapeMarkerStyle = delegateCombine(g.assigningShapeMarkerStyle, runOn(this, this.yo));
73
73
  }
74
74
  else {
75
- var h = this.xm;
76
- h.assigningShapeMarkerStyle = delegateRemove(h.assigningShapeMarkerStyle, runOn(this, this.yn));
75
+ var h = this.xn;
76
+ h.assigningShapeMarkerStyle = delegateRemove(h.assigningShapeMarkerStyle, runOn(this, this.yo));
77
77
  }
78
78
  break;
79
79
  case GeographicShapeSeriesBase.$$p[5]:
80
- this.xm.x6 = this.xx;
80
+ this.xn.x7 = this.xy;
81
81
  break;
82
82
  case GeographicShapeSeriesBase.$$p[6]:
83
- this.xm.zb = this.x8;
83
+ this.xn.zc = this.x9;
84
84
  break;
85
85
  case GeographicShapeSeriesBase.$$p[7]:
86
- this.xm.zc = this.x9;
86
+ this.xn.zd = this.ya;
87
87
  break;
88
88
  case GeographicShapeSeriesBase.$$p[0]:
89
- this.xm.zg = this.ya;
89
+ this.xn.zh = this.yb;
90
90
  break;
91
91
  case GeographicShapeSeriesBase.$$p[1]:
92
- this.xm.xw = this.xw;
92
+ this.xn.xx = this.xx;
93
93
  break;
94
94
  case GeographicShapeSeriesBase.$$p[2]:
95
- this.xm.yp = this.x4;
95
+ this.xn.yq = this.x5;
96
96
  break;
97
97
  case "ShapefileDataSource":
98
98
  if (c != null) {
99
99
  var i = c;
100
- if (this.x1) {
101
- i.importCompleted = delegateRemove(i.importCompleted, runOn(this, this.yp));
100
+ if (this.x2) {
101
+ i.importCompleted = delegateRemove(i.importCompleted, runOn(this, this.yq));
102
102
  }
103
103
  }
104
104
  if (d != null) {
105
105
  var j = d;
106
106
  if (j.count > 0) {
107
- this.yq();
107
+ this.yr();
108
108
  break;
109
109
  }
110
- this.x1 = true;
111
- j.importCompleted = delegateCombine(j.importCompleted, runOn(this, this.yp));
110
+ this.x2 = true;
111
+ j.importCompleted = delegateCombine(j.importCompleted, runOn(this, this.yq));
112
112
  }
113
113
  break;
114
114
  }
115
115
  };
116
- GeographicShapeSeriesBase.prototype.yo = function (a, b) {
116
+ GeographicShapeSeriesBase.prototype.yp = function (a, b) {
117
117
  if (this.assigningShapeStyle != null) {
118
118
  this.assigningShapeStyle(this, b);
119
119
  }
120
120
  };
121
- GeographicShapeSeriesBase.prototype.yn = function (a, b) {
121
+ GeographicShapeSeriesBase.prototype.yo = function (a, b) {
122
122
  if (this.assigningShapeMarkerStyle != null) {
123
123
  this.assigningShapeMarkerStyle(this, b);
124
124
  }
125
125
  };
126
- GeographicShapeSeriesBase.prototype.yp = function (a, b) {
127
- this.yq();
126
+ GeographicShapeSeriesBase.prototype.yq = function (a, b) {
127
+ this.yr();
128
128
  };
129
- GeographicShapeSeriesBase.prototype.yq = function () {
130
- var sds_ = this.x0;
129
+ GeographicShapeSeriesBase.prototype.yr = function () {
130
+ var sds_ = this.x1;
131
131
  var ext_ = sds_.externalObject;
132
132
  this.itemsSource = (ext_.getPointData());
133
133
  };
134
- Object.defineProperty(GeographicShapeSeriesBase.prototype, "x0", {
134
+ Object.defineProperty(GeographicShapeSeriesBase.prototype, "x1", {
135
135
  get: function () {
136
- return this.xz;
136
+ return this.x0;
137
137
  },
138
138
  set: function (a) {
139
- var b = this.xz;
140
- this.xz = a;
141
- if (b != this.xz) {
142
- this.raisePropertyChanged("ShapefileDataSource", b, this.xz);
139
+ var b = this.x0;
140
+ this.x0 = a;
141
+ if (b != this.x0) {
142
+ this.raisePropertyChanged("ShapefileDataSource", b, this.x0);
143
143
  }
144
144
  },
145
145
  enumerable: false,
146
146
  configurable: true
147
147
  });
148
- GeographicShapeSeriesBase.prototype.get_he = function () {
148
+ GeographicShapeSeriesBase.prototype.get_hf = function () {
149
149
  return true;
150
150
  };
151
- GeographicShapeSeriesBase.prototype.set_he = function (a) {
152
- _super.prototype.set_he.call(this, a);
151
+ GeographicShapeSeriesBase.prototype.set_hf = function (a) {
152
+ _super.prototype.set_hf.call(this, a);
153
153
  };
154
154
  GeographicShapeSeriesBase.$t = markType(GeographicShapeSeriesBase, 'GeographicShapeSeriesBase', GeographicMapSeriesHost.$);
155
- GeographicShapeSeriesBase.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicShapeSeriesBase, 'raisePropertyChanged', ['FillMemberPath:ya:yr', [2], 'FillScale:xw:ys', [BrushScale.$], 'FillScaleUseGlobalValues:x4:yt', [0, false], 'IsCustomShapeMarkerStyleAllowed:x5:yu', [0, false], 'IsCustomShapeStyleAllowed:x6:yv', [0, false], 'ItemSearchMode:xx:yw', [ShapeItemSearchMode_$type, enumGetBox(ShapeItemSearchMode_$type, 0)], 'ItemSearchPointsThreshold:x8:yx', [1, 10000], 'ItemSearchThreshold:x9:yy', [1, 10000], 'ShapeFilterResolution:x7:yz', [1, 2], 'ShapeMemberPath:yl:y0', [2, "points"]]);
155
+ GeographicShapeSeriesBase.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicShapeSeriesBase, 'raisePropertyChanged', ['FillMemberPath:yb:ys', [2], 'FillScale:xx:yt', [BrushScale.$], 'FillScaleUseGlobalValues:x5:yu', [0, false], 'IsCustomShapeMarkerStyleAllowed:x6:yv', [0, false], 'IsCustomShapeStyleAllowed:x7:yw', [0, false], 'ItemSearchMode:xy:yx', [ShapeItemSearchMode_$type, enumGetBox(ShapeItemSearchMode_$type, 0)], 'ItemSearchPointsThreshold:x9:yy', [1, 10000], 'ItemSearchThreshold:ya:yz', [1, 10000], 'ShapeFilterResolution:x8:y0', [1, 2], 'ShapeMemberPath:ym:y1', [2, "points"]]);
156
156
  return GeographicShapeSeriesBase;
157
157
  }(GeographicMapSeriesHost));
158
158
  /**
@@ -168,23 +168,23 @@ export var GeographicShapeSeriesBaseView = /** @class */ /*@__PURE__*/ (function
168
168
  }
169
169
  GeographicShapeSeriesBaseView.prototype.ci = function () {
170
170
  _super.prototype.ci.call(this);
171
- this.cu.xm.zt = this.cu.yl;
171
+ this.cu.xn.zu = this.cu.ym;
172
172
  };
173
173
  GeographicShapeSeriesBaseView.prototype.cv = function () {
174
- var a = this.cu.xm;
174
+ var a = this.cu.xn;
175
175
  if (this.cu.dc == null) {
176
- a.x0 = null;
177
- a.x2 = null;
176
+ a.x1 = null;
177
+ a.x3 = null;
178
178
  return;
179
179
  }
180
- a.x0 = this.cu.dc.zi;
181
- a.x2 = this.cu.dc.zk;
180
+ a.x1 = this.cu.dc.zl;
181
+ a.x3 = this.cu.dc.zn;
182
182
  };
183
183
  GeographicShapeSeriesBaseView.prototype.cx = function () {
184
- this.cu.xm.zt = this.cu.yl;
184
+ this.cu.xn.zu = this.cu.ym;
185
185
  };
186
186
  GeographicShapeSeriesBaseView.prototype.cw = function () {
187
- this.cu.xm.y8 = this.cu.x7;
187
+ this.cu.xn.y9 = this.cu.x8;
188
188
  };
189
189
  GeographicShapeSeriesBaseView.$t = markType(GeographicShapeSeriesBaseView, 'GeographicShapeSeriesBaseView', HostSeriesView.$);
190
190
  return GeographicShapeSeriesBaseView;
@@ -31,54 +31,54 @@ export var GeographicShapeSeriesView = /** @class */ /*@__PURE__*/ (function (_s
31
31
  _this.cy = null;
32
32
  _this.cy = a;
33
33
  if (!_this.t) {
34
- _this.cy.yl = "points";
34
+ _this.cy.ym = "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.z8 = Defaults.a8;
42
- this.cy.jz = Defaults.ac;
43
- this.cy.y7 = Defaults.ab;
44
- this.cy.y4 = Defaults.d;
45
- this.cy.y2 = Defaults.a;
41
+ this.cy.z9 = Defaults.a8;
42
+ this.cy.j0 = Defaults.ac;
43
+ this.cy.y8 = Defaults.ab;
44
+ this.cy.y5 = Defaults.d;
45
+ this.cy.y3 = Defaults.a;
46
46
  }
47
47
  };
48
48
  GeographicShapeSeriesView.prototype.ci = function () {
49
49
  _super.prototype.ci.call(this);
50
- this.cy.xm.acg = this.cy.aaa;
51
- this.cy.xm.aa8 = this.cy.y5;
52
- this.cy.xm.abv = this.cy.zq;
53
- this.cy.xm.abc = this.cy.y7;
54
- this.cy.xm.aau = this.cy.y1;
50
+ this.cy.xn.ach = this.cy.aab;
51
+ this.cy.xn.aa9 = this.cy.y6;
52
+ this.cy.xn.abw = this.cy.zr;
53
+ this.cy.xn.abd = this.cy.y8;
54
+ this.cy.xn.aav = this.cy.y2;
55
55
  };
56
56
  GeographicShapeSeriesView.prototype.c3 = function () {
57
- this.cy.xm.abv = this.cy.zq;
57
+ this.cy.xn.abw = this.cy.zr;
58
58
  };
59
59
  GeographicShapeSeriesView.prototype.c5 = function () {
60
- this.cy.xm.abc = this.cy.y7;
60
+ this.cy.xn.abd = this.cy.y8;
61
61
  };
62
62
  GeographicShapeSeriesView.prototype.c0 = function () {
63
- this.cy.xm.aau = this.cy.y1;
63
+ this.cy.xn.aav = this.cy.y2;
64
64
  };
65
65
  GeographicShapeSeriesView.prototype.c4 = function () {
66
- this.cy.xm.aa3 = this.cy.y4;
66
+ this.cy.xn.aa4 = this.cy.y5;
67
67
  };
68
68
  GeographicShapeSeriesView.prototype.cz = function () {
69
- this.cy.xm.acc = this.cy.z7;
69
+ this.cy.xn.acd = this.cy.z8;
70
70
  };
71
71
  GeographicShapeSeriesView.prototype.c1 = function () {
72
- this.cy.xm.acd = this.cy.z8;
72
+ this.cy.xn.ace = this.cy.z9;
73
73
  };
74
74
  GeographicShapeSeriesView.prototype.c2 = function () {
75
- this.cy.xm.acf = this.cy.z9;
75
+ this.cy.xn.acg = this.cy.aaa;
76
76
  };
77
77
  GeographicShapeSeriesView.prototype.c6 = function () {
78
- this.cy.xm.aa8 = this.cy.y5;
78
+ this.cy.xn.aa9 = this.cy.y6;
79
79
  };
80
80
  GeographicShapeSeriesView.prototype.c7 = function () {
81
- this.cy.xm.acg = this.cy.aaa;
81
+ this.cy.xn.ach = this.cy.aab;
82
82
  };
83
83
  GeographicShapeSeriesView.$t = markType(GeographicShapeSeriesView, 'GeographicShapeSeriesView', GeographicShapeSeriesBaseView.$);
84
84
  return GeographicShapeSeriesView;
@@ -103,88 +103,88 @@ export var GeographicShapeSeries = /** @class */ /*@__PURE__*/ (function (_super
103
103
  GeographicShapeSeries.prototype.ct = function () {
104
104
  return new GeographicShapeSeriesView(this);
105
105
  };
106
- GeographicShapeSeries.prototype.ri = function (a) {
107
- _super.prototype.ri.call(this, a);
108
- this.y6 = a;
106
+ GeographicShapeSeries.prototype.rj = function (a) {
107
+ _super.prototype.rj.call(this, a);
108
+ this.y7 = a;
109
109
  };
110
- GeographicShapeSeries.prototype.xl = function () {
110
+ GeographicShapeSeries.prototype.xm = function () {
111
111
  var a = new ScatterPolygonSeries();
112
- a.styleShape = delegateCombine(a.styleShape, runOn(this, this.zn));
113
- a.propertyUpdated = delegateCombine(a.propertyUpdated, runOn(this, this.zo));
112
+ a.styleShape = delegateCombine(a.styleShape, runOn(this, this.zo));
113
+ a.propertyUpdated = delegateCombine(a.propertyUpdated, runOn(this, this.zp));
114
114
  return a;
115
115
  };
116
- GeographicShapeSeries.prototype.zn = function (a, b) {
116
+ GeographicShapeSeries.prototype.zo = function (a, b) {
117
117
  if (this.styleShape != null) {
118
118
  this.styleShape(this, b);
119
119
  }
120
120
  };
121
- GeographicShapeSeries.prototype.zo = function (a, b) {
122
- var c = typeCast(ScatterPolygonSeries.$, this.xm);
121
+ GeographicShapeSeries.prototype.zp = function (a, b) {
122
+ var c = typeCast(ScatterPolygonSeries.$, this.xn);
123
123
  if (c == null) {
124
124
  return;
125
125
  }
126
126
  };
127
- GeographicShapeSeries.prototype.iv = function () {
128
- return this.y7;
129
- };
130
- GeographicShapeSeries.prototype.v6 = function () {
131
- return this.z5;
127
+ GeographicShapeSeries.prototype.iw = function () {
128
+ return this.y8;
132
129
  };
133
130
  GeographicShapeSeries.prototype.v7 = function () {
134
131
  return this.z6;
135
132
  };
136
- GeographicShapeSeries.prototype.ti = function () {
137
- return this.zp;
133
+ GeographicShapeSeries.prototype.v8 = function () {
134
+ return this.z7;
135
+ };
136
+ GeographicShapeSeries.prototype.tj = function () {
137
+ return this.zq;
138
138
  };
139
- GeographicShapeSeries.prototype.mm = function () {
140
- var a = typeCast(ScatterPolygonSeries.$, this.xm);
139
+ GeographicShapeSeries.prototype.mn = function () {
140
+ var a = typeCast(ScatterPolygonSeries.$, this.xn);
141
141
  if (a == null) {
142
142
  return "Unknown";
143
143
  }
144
- return a.mm();
144
+ return a.mn();
145
145
  };
146
- GeographicShapeSeries.prototype.rr = function (a, b, c, d) {
147
- _super.prototype.rr.call(this, a, b, c, d);
146
+ GeographicShapeSeries.prototype.rs = function (a, b, c, d) {
147
+ _super.prototype.rs.call(this, a, b, c, d);
148
148
  switch (b) {
149
149
  case GeographicShapeSeries.$$p[6]:
150
- this.xm.aa1 = this.y3;
150
+ this.xn.aa2 = this.y4;
151
151
  break;
152
152
  case GeographicShapeSeries.$$p[5]:
153
- this.xm.aax = this.y2;
153
+ this.xn.aay = this.y3;
154
154
  break;
155
155
  case GeographicShapeSeries.$$p[9]:
156
- this.y6.c3();
156
+ this.y7.c3();
157
157
  break;
158
158
  case GeographicShapeSeries.$$p[10]:
159
- this.y6.c5();
159
+ this.y7.c5();
160
160
  break;
161
161
  case GeographicShapeSeries.$$p[4]:
162
- this.y6.c0();
162
+ this.y7.c0();
163
163
  break;
164
164
  case GeographicShapeSeries.$$p[11]:
165
- this.y6.c4();
165
+ this.y7.c4();
166
166
  break;
167
167
  case GeographicShapeSeries.$$p[3]:
168
- this.y6.cz();
168
+ this.y7.cz();
169
169
  break;
170
170
  case GeographicShapeSeries.$$p[7]:
171
- this.y6.c1();
171
+ this.y7.c1();
172
172
  break;
173
173
  case GeographicShapeSeries.$$p[8]:
174
- this.y6.c2();
174
+ this.y7.c2();
175
175
  break;
176
176
  case GeographicShapeSeries.$$p[13]:
177
- this.y6.c6();
177
+ this.y7.c6();
178
178
  break;
179
179
  case GeographicShapeSeries.$$p[12]:
180
- this.y6.c7();
180
+ this.y7.c7();
181
181
  break;
182
182
  }
183
183
  };
184
- GeographicShapeSeries.prototype.ju = function () {
184
+ GeographicShapeSeries.prototype.jv = function () {
185
185
  return 0.7;
186
186
  };
187
187
  GeographicShapeSeries.$t = markType(GeographicShapeSeries, 'GeographicShapeSeries', GeographicShapeSeriesBase.$);
188
- GeographicShapeSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicShapeSeries, 'raisePropertyChanged', ['ActualMarkerBrush:z5:zr', [Brush.$], 'ActualMarkerOutline:z6:zs', [Brush.$], 'ActualMarkerTemplate:zp:zt', [DataTemplate.$, null], 'MarkerBrush:z7:zu', [Brush.$], 'MarkerCollisionAvoidance:y1:zv', [CollisionAvoidanceType_$type, enumGetBox(CollisionAvoidanceType_$type, 0)], 'MarkerFillMode:y2:zw', [MarkerFillMode_$type, enumGetBox(MarkerFillMode_$type, 0)], 'MarkerOutlineMode:y3:zx', [MarkerOutlineMode_$type, enumGetBox(MarkerOutlineMode_$type, 0)], 'MarkerOutline:z8:zy', [Brush.$], 'MarkerStyle:z9:zz', [Style.$], 'MarkerTemplate:zq:z0', [DataTemplate.$, null], 'MarkerThickness:y7:z1', [1, DeviceUtils.g(2)], 'MarkerType:y4:z2', [MarkerType_$type, enumGetBox(MarkerType_$type, 2)], 'ShapeStyle:aaa:z3', [Style.$, null], 'ShapeStyleSelector:y5:z4', [StyleSelector.$, null]]);
188
+ GeographicShapeSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicShapeSeries, 'raisePropertyChanged', ['ActualMarkerBrush:z6:zs', [Brush.$], 'ActualMarkerOutline:z7:zt', [Brush.$], 'ActualMarkerTemplate:zq:zu', [DataTemplate.$, null], 'MarkerBrush:z8:zv', [Brush.$], 'MarkerCollisionAvoidance:y2:zw', [CollisionAvoidanceType_$type, enumGetBox(CollisionAvoidanceType_$type, 0)], 'MarkerFillMode:y3:zx', [MarkerFillMode_$type, enumGetBox(MarkerFillMode_$type, 0)], 'MarkerOutlineMode:y4:zy', [MarkerOutlineMode_$type, enumGetBox(MarkerOutlineMode_$type, 0)], 'MarkerOutline:z9:zz', [Brush.$], 'MarkerStyle:aaa:z0', [Style.$], 'MarkerTemplate:zr:z1', [DataTemplate.$, null], 'MarkerThickness:y8:z2', [1, DeviceUtils.g(2)], 'MarkerType:y5:z3', [MarkerType_$type, enumGetBox(MarkerType_$type, 2)], 'ShapeStyle:aab:z4', [Style.$, null], 'ShapeStyleSelector:y6:z5', [StyleSelector.$, null]]);
189
189
  return GeographicShapeSeries;
190
190
  }(GeographicShapeSeriesBase));
@@ -30,56 +30,56 @@ export var GeographicSymbolSeriesView = /** @class */ /*@__PURE__*/ (function (_
30
30
  }
31
31
  };
32
32
  GeographicSymbolSeriesView.prototype.ci = function () {
33
- var a = this.cu.xm;
33
+ var a = this.cu.xn;
34
34
  _super.prototype.ci.call(this);
35
- a.abf = this.cu.za;
36
- a.abn = this.cu.y8;
37
- a.xw = this.cu.xw;
38
- a.yo = this.cu.yc;
39
- a.x5 = this.cu.xx;
35
+ a.abg = this.cu.zb;
36
+ a.abo = this.cu.y9;
37
+ a.xx = this.cu.xx;
38
+ a.yp = this.cu.yd;
39
+ a.x6 = this.cu.xy;
40
40
  };
41
41
  GeographicSymbolSeriesView.prototype.cw = function () {
42
- this.cu.xm.abf = this.cu.za;
42
+ this.cu.xn.abg = this.cu.zb;
43
43
  };
44
44
  GeographicSymbolSeriesView.prototype.cv = function () {
45
- this.cu.xm.abn = this.cu.y8;
45
+ this.cu.xn.abo = this.cu.y9;
46
46
  };
47
47
  GeographicSymbolSeriesView.prototype.c2 = function () {
48
- this.cu.xm.xw = this.cu.xw;
48
+ this.cu.xn.xx = this.cu.xx;
49
49
  };
50
50
  GeographicSymbolSeriesView.prototype.c0 = function () {
51
- this.cu.xm.yo = this.cu.yc;
51
+ this.cu.xn.yp = this.cu.yd;
52
52
  };
53
53
  GeographicSymbolSeriesView.prototype.c1 = function () {
54
- this.cu.xm.x5 = this.cu.xx;
54
+ this.cu.xn.x6 = this.cu.xy;
55
55
  };
56
56
  GeographicSymbolSeriesView.prototype.c3 = function () {
57
- this.cu.xm.aav = this.cu.xy;
57
+ this.cu.xn.aaw = this.cu.xz;
58
58
  };
59
59
  GeographicSymbolSeriesView.prototype.c5 = function () {
60
- this.cu.xm.xAxis = this.cu.dc.zi;
60
+ this.cu.xn.xAxis = this.cu.dc.zl;
61
61
  };
62
62
  GeographicSymbolSeriesView.prototype.c6 = function () {
63
- this.cu.xm.yAxis = this.cu.dc.zk;
63
+ this.cu.xn.yAxis = this.cu.dc.zn;
64
64
  };
65
65
  GeographicSymbolSeriesView.prototype.c4 = function () {
66
- var a = this.cu.xm;
66
+ var a = this.cu.xn;
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.zi;
73
- a.yAxis = this.cu.dc.zk;
72
+ a.xAxis = this.cu.dc.zl;
73
+ a.yAxis = this.cu.dc.zn;
74
74
  };
75
75
  GeographicSymbolSeriesView.prototype.cy = function () {
76
- this.cu.xm.zf = this.cu.yu;
76
+ this.cu.xn.zg = this.cu.yv;
77
77
  };
78
78
  GeographicSymbolSeriesView.prototype.cx = function () {
79
- this.cu.xm.y5 = this.cu.yq;
79
+ this.cu.xn.y6 = this.cu.yr;
80
80
  };
81
81
  GeographicSymbolSeriesView.prototype.cz = function () {
82
- this.cu.xm.y6 = this.cu.yr;
82
+ this.cu.xn.y7 = this.cu.ys;
83
83
  };
84
84
  GeographicSymbolSeriesView.$t = markType(GeographicSymbolSeriesView, 'GeographicSymbolSeriesView', HostSeriesView.$);
85
85
  return GeographicSymbolSeriesView;
@@ -91,9 +91,9 @@ export var GeographicSymbolSeries = /** @class */ /*@__PURE__*/ (function (_supe
91
91
  __extends(GeographicSymbolSeries, _super);
92
92
  function GeographicSymbolSeries() {
93
93
  var _this = _super.call(this) || this;
94
- _this.yw = null;
94
+ _this.yx = null;
95
+ _this.y0 = false;
95
96
  _this.yz = false;
96
- _this.yy = false;
97
97
  _this.assigningScatterStyle = null;
98
98
  _this.assigningScatterMarkerStyle = null;
99
99
  _this.ab = GeographicSymbolSeries.$;
@@ -108,83 +108,83 @@ export var GeographicSymbolSeries = /** @class */ /*@__PURE__*/ (function (_supe
108
108
  GeographicSymbolSeries.prototype.ct = function () {
109
109
  return new GeographicSymbolSeriesView(this);
110
110
  };
111
- GeographicSymbolSeries.prototype.ri = function (a) {
112
- _super.prototype.ri.call(this, a);
113
- this.yx = a;
111
+ GeographicSymbolSeries.prototype.rj = function (a) {
112
+ _super.prototype.rj.call(this, a);
113
+ this.yy = a;
114
114
  };
115
- GeographicSymbolSeries.prototype.ju = function () {
115
+ GeographicSymbolSeries.prototype.jv = function () {
116
116
  return 0.7;
117
117
  };
118
- GeographicSymbolSeries.prototype.xl = function () {
118
+ GeographicSymbolSeries.prototype.xm = function () {
119
119
  return new ScatterSeries();
120
120
  };
121
121
  GeographicSymbolSeries.prototype.get_fh = function () {
122
122
  return true;
123
123
  };
124
- GeographicSymbolSeries.prototype.rr = function (a, b, c, d) {
125
- _super.prototype.rr.call(this, a, b, c, d);
124
+ GeographicSymbolSeries.prototype.rs = function (a, b, c, d) {
125
+ _super.prototype.rs.call(this, a, b, c, d);
126
126
  switch (b) {
127
127
  case "SeriesViewer":
128
- this.yx.c4();
128
+ this.yy.c4();
129
129
  break;
130
130
  case GeographicSymbolSeries.$$p[5]:
131
- this.yx.cw();
131
+ this.yy.cw();
132
132
  break;
133
133
  case GeographicSymbolSeries.$$p[4]:
134
- this.yx.cv();
134
+ this.yy.cv();
135
135
  break;
136
136
  case GeographicSymbolSeries.$$p[6]:
137
- this.yx.cy();
137
+ this.yy.cy();
138
138
  break;
139
139
  case "XAxis":
140
- this.yx.c5();
140
+ this.yy.c5();
141
141
  break;
142
142
  case "YAxis":
143
- this.yx.c6();
143
+ this.yy.c6();
144
144
  break;
145
145
  case GeographicSymbolSeries.$$p[1]:
146
- this.xm.aab = this.y1;
147
- this.yz = this.y1;
148
- if (this.y1) {
149
- var e = this.xm;
150
- e.assigningScatterStyle = delegateCombine(e.assigningScatterStyle, runOn(this, this.zf));
146
+ this.xn.aac = this.y2;
147
+ this.y0 = this.y2;
148
+ if (this.y2) {
149
+ var e = this.xn;
150
+ e.assigningScatterStyle = delegateCombine(e.assigningScatterStyle, runOn(this, this.zg));
151
151
  }
152
152
  else {
153
- var f = this.xm;
154
- f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.zf));
153
+ var f = this.xn;
154
+ f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.zg));
155
155
  }
156
156
  break;
157
157
  case GeographicSymbolSeries.$$p[0]:
158
- this.xm.aaa = this.y0;
159
- this.yy = this.y0;
160
- if (this.y1) {
161
- var g = this.xm;
162
- g.assigningScatterMarkerStyle = delegateCombine(g.assigningScatterMarkerStyle, runOn(this, this.ze));
158
+ this.xn.aab = this.y1;
159
+ this.yz = this.y1;
160
+ if (this.y2) {
161
+ var g = this.xn;
162
+ g.assigningScatterMarkerStyle = delegateCombine(g.assigningScatterMarkerStyle, runOn(this, this.zf));
163
163
  }
164
164
  else {
165
- var h = this.xm;
166
- h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.ze));
165
+ var h = this.xn;
166
+ h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.zf));
167
167
  }
168
168
  break;
169
169
  case GeographicSymbolSeries.$$p[2]:
170
- this.xm.zu = this.yv;
170
+ this.xn.zv = this.yw;
171
171
  break;
172
172
  case GeographicSymbolSeries.$$p[3]:
173
- this.xm.aau = this.y3;
173
+ this.xn.aav = this.y4;
174
174
  break;
175
175
  }
176
176
  };
177
- GeographicSymbolSeries.prototype.zf = function (a, b) {
177
+ GeographicSymbolSeries.prototype.zg = function (a, b) {
178
178
  if (this.assigningScatterStyle != null) {
179
179
  this.assigningScatterStyle(this, b);
180
180
  }
181
181
  };
182
- GeographicSymbolSeries.prototype.ze = function (a, b) {
182
+ GeographicSymbolSeries.prototype.zf = function (a, b) {
183
183
  if (this.assigningScatterMarkerStyle != null) {
184
184
  this.assigningScatterMarkerStyle(this, b);
185
185
  }
186
186
  };
187
187
  GeographicSymbolSeries.$t = markType(GeographicSymbolSeries, 'GeographicSymbolSeries', GeographicMarkerSeries.$);
188
- GeographicSymbolSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicSymbolSeries, 'raisePropertyChanged', ['IsCustomScatterMarkerStyleAllowed:y0:zg', [0, false], 'IsCustomScatterStyleAllowed:y1:zh', [0, false], 'ItemSearchMode:yv:zi', [ScatterItemSearchMode_$type, enumGetBox(ScatterItemSearchMode_$type, 0)], 'ItemSearchThreshold:y3:zj', [1, 10000], 'LatitudeMemberPath:y8:zk', [2, null], 'LongitudeMemberPath:za:zl', [2, null], 'MarkerCollisionAvoidance:yu:zm', [CollisionAvoidanceType_$type, enumGetBox(CollisionAvoidanceType_$type, 0)], 'UseLightweightMarkers:y2:zn', [0, false]]);
188
+ GeographicSymbolSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicSymbolSeries, 'raisePropertyChanged', ['IsCustomScatterMarkerStyleAllowed:y1:zh', [0, false], 'IsCustomScatterStyleAllowed:y2:zi', [0, false], 'ItemSearchMode:yw:zj', [ScatterItemSearchMode_$type, enumGetBox(ScatterItemSearchMode_$type, 0)], 'ItemSearchThreshold:y4:zk', [1, 10000], 'LatitudeMemberPath:y9:zl', [2, null], 'LongitudeMemberPath:zb:zm', [2, null], 'MarkerCollisionAvoidance:yv:zn', [CollisionAvoidanceType_$type, enumGetBox(CollisionAvoidanceType_$type, 0)], 'UseLightweightMarkers:y3:zo', [0, false]]);
189
189
  return GeographicSymbolSeries;
190
190
  }(GeographicMarkerSeries));