igniteui-angular-maps 13.2.0-beta.3 → 14.1.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 (72) hide show
  1. package/bundles/igniteui-angular-maps.umd.js +946 -946
  2. package/bundles/igniteui-angular-maps.umd.min.js +1 -1
  3. package/esm2015/lib/GeographicContourLineSeriesView_combined.js +34 -34
  4. package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +69 -69
  5. package/esm2015/lib/GeographicMapSeriesHost_combined.js +154 -154
  6. package/esm2015/lib/GeographicMarkerSeries.js +25 -25
  7. package/esm2015/lib/GeographicPolylineSeriesView_combined.js +15 -15
  8. package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +82 -82
  9. package/esm2015/lib/GeographicShapeSeriesBase_combined.js +55 -55
  10. package/esm2015/lib/GeographicShapeSeriesView_combined.js +49 -49
  11. package/esm2015/lib/GeographicSymbolSeriesView_combined.js +51 -51
  12. package/esm2015/lib/GeographicTileSeries.js +26 -26
  13. package/esm2015/lib/TileSeries_combined.js +79 -79
  14. package/esm2015/lib/XamGeographicMap_combined.js +82 -82
  15. package/esm2015/lib/igx-geographic-contour-line-series-component.js +23 -23
  16. package/esm2015/lib/igx-geographic-high-density-scatter-series-component.js +22 -22
  17. package/esm2015/lib/igx-geographic-map-series-host-component.js +11 -11
  18. package/esm2015/lib/igx-geographic-marker-series-component.js +22 -22
  19. package/esm2015/lib/igx-geographic-polyline-series-component.js +10 -10
  20. package/esm2015/lib/igx-geographic-proportional-symbol-series-component.js +42 -42
  21. package/esm2015/lib/igx-geographic-scatter-area-series-component.js +17 -17
  22. package/esm2015/lib/igx-geographic-shape-series-base-component.js +20 -20
  23. package/esm2015/lib/igx-geographic-shape-series-component.js +32 -32
  24. package/esm2015/lib/igx-geographic-symbol-series-component.js +14 -14
  25. package/esm2015/lib/igx-geographic-tile-series-component.js +4 -4
  26. package/esm2015/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  27. package/esm2015/lib/igx-tile-series-component.js +3 -3
  28. package/esm5/lib/GeographicContourLineSeriesView_combined.js +34 -34
  29. package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +69 -69
  30. package/esm5/lib/GeographicMapSeriesHost_combined.js +152 -152
  31. package/esm5/lib/GeographicMarkerSeries.js +25 -25
  32. package/esm5/lib/GeographicPolylineSeriesView_combined.js +15 -15
  33. package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +82 -82
  34. package/esm5/lib/GeographicShapeSeriesBase_combined.js +54 -54
  35. package/esm5/lib/GeographicShapeSeriesView_combined.js +49 -49
  36. package/esm5/lib/GeographicSymbolSeriesView_combined.js +51 -51
  37. package/esm5/lib/GeographicTileSeries.js +25 -25
  38. package/esm5/lib/TileSeries_combined.js +77 -77
  39. package/esm5/lib/XamGeographicMap_combined.js +81 -81
  40. package/esm5/lib/igx-geographic-contour-line-series-component.js +23 -23
  41. package/esm5/lib/igx-geographic-high-density-scatter-series-component.js +22 -22
  42. package/esm5/lib/igx-geographic-map-series-host-component.js +11 -11
  43. package/esm5/lib/igx-geographic-marker-series-component.js +22 -22
  44. package/esm5/lib/igx-geographic-polyline-series-component.js +10 -10
  45. package/esm5/lib/igx-geographic-proportional-symbol-series-component.js +42 -42
  46. package/esm5/lib/igx-geographic-scatter-area-series-component.js +17 -17
  47. package/esm5/lib/igx-geographic-shape-series-base-component.js +20 -20
  48. package/esm5/lib/igx-geographic-shape-series-component.js +32 -32
  49. package/esm5/lib/igx-geographic-symbol-series-component.js +14 -14
  50. package/esm5/lib/igx-geographic-tile-series-component.js +4 -4
  51. package/esm5/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  52. package/esm5/lib/igx-tile-series-component.js +3 -3
  53. package/fesm2015/igniteui-angular-maps.js +954 -954
  54. package/fesm5/igniteui-angular-maps.js +946 -946
  55. package/lib/GeographicContourLineSeriesView_combined.d.ts +11 -11
  56. package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +16 -16
  57. package/lib/GeographicMapSeriesHost_combined.d.ts +26 -26
  58. package/lib/GeographicMarkerSeries.d.ts +13 -13
  59. package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
  60. package/lib/GeographicPolylineSeriesView_combined.d.ts +7 -7
  61. package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
  62. package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +21 -21
  63. package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
  64. package/lib/GeographicShapeSeriesBase_combined.d.ts +15 -15
  65. package/lib/GeographicShapeSeriesView_combined.d.ts +20 -20
  66. package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
  67. package/lib/GeographicSymbolSeriesView_combined.d.ts +14 -14
  68. package/lib/GeographicTileSeries.d.ts +8 -8
  69. package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
  70. package/lib/TileSeries_combined.d.ts +18 -18
  71. package/lib/XamGeographicMap_combined.d.ts +22 -22
  72. package/package.json +5 -5
@@ -33,14 +33,14 @@ var GeographicPolylineSeriesView = /** @class */ /*@__PURE__*/ (function (_super
33
33
  };
34
34
  GeographicPolylineSeriesView.prototype.b2 = function () {
35
35
  _super.prototype.b2.call(this);
36
- this.ci.p5.sr = this.ci.rb;
37
- this.ci.p5.sw = this.ci.rj;
36
+ this.ci.p6.ss = this.ci.rc;
37
+ this.ci.p6.sx = this.ci.rk;
38
38
  };
39
39
  GeographicPolylineSeriesView.prototype.cj = function () {
40
- this.ci.p5.sr = this.ci.rb;
40
+ this.ci.p6.ss = this.ci.rc;
41
41
  };
42
42
  GeographicPolylineSeriesView.prototype.ck = function () {
43
- this.ci.p5.sw = this.ci.rj;
43
+ this.ci.p6.sx = this.ci.rk;
44
44
  };
45
45
  GeographicPolylineSeriesView.$t = markType(GeographicPolylineSeriesView, 'GeographicPolylineSeriesView', GeographicShapeSeriesBaseView.$);
46
46
  return GeographicPolylineSeriesView;
@@ -63,33 +63,33 @@ var GeographicPolylineSeries = /** @class */ /*@__PURE__*/ (function (_super) {
63
63
  GeographicPolylineSeries.prototype.bx = function () {
64
64
  return new GeographicPolylineSeriesView(this);
65
65
  };
66
- GeographicPolylineSeries.prototype.ly = function (a) {
67
- _super.prototype.ly.call(this, a);
68
- this.rc = a;
66
+ GeographicPolylineSeries.prototype.lz = function (a) {
67
+ _super.prototype.lz.call(this, a);
68
+ this.rd = a;
69
69
  };
70
- GeographicPolylineSeries.prototype.p4 = function () {
70
+ GeographicPolylineSeries.prototype.p5 = function () {
71
71
  var a = new ScatterPolylineSeries();
72
- a.styleShape = delegateCombine(a.styleShape, runOn(this, this.rg));
72
+ a.styleShape = delegateCombine(a.styleShape, runOn(this, this.rh));
73
73
  return a;
74
74
  };
75
- GeographicPolylineSeries.prototype.rg = function (a, b) {
75
+ GeographicPolylineSeries.prototype.rh = function (a, b) {
76
76
  if (this.styleShape != null) {
77
77
  this.styleShape(this, b);
78
78
  }
79
79
  };
80
- GeographicPolylineSeries.prototype.l3 = function (a, b, c, d) {
81
- _super.prototype.l3.call(this, a, b, c, d);
80
+ GeographicPolylineSeries.prototype.l4 = function (a, b, c, d) {
81
+ _super.prototype.l4.call(this, a, b, c, d);
82
82
  switch (b) {
83
83
  case GeographicPolylineSeries.$$p[1]:
84
- this.rc.cj();
84
+ this.rd.cj();
85
85
  break;
86
86
  case GeographicPolylineSeries.$$p[0]:
87
- this.rc.ck();
87
+ this.rd.ck();
88
88
  break;
89
89
  }
90
90
  };
91
91
  GeographicPolylineSeries.$t = markType(GeographicPolylineSeries, 'GeographicPolylineSeries', GeographicShapeSeriesBase.$);
92
- GeographicPolylineSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicPolylineSeries, 'raisePropertyChanged', ['ShapeStyle:rj:rh', [Style.$, null], 'ShapeStyleSelector:rb:ri', [StyleSelector.$, null]]);
92
+ GeographicPolylineSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicPolylineSeries, 'raisePropertyChanged', ['ShapeStyle:rk:ri', [Style.$, null], 'ShapeStyleSelector:rc:rj', [StyleSelector.$, null]]);
93
93
  return GeographicPolylineSeries;
94
94
  }(GeographicShapeSeriesBase));
95
95
  export { GeographicPolylineSeries };
@@ -32,49 +32,49 @@ var GeographicProportionalSymbolSeriesView = /** @class */ /*@__PURE__*/ (functi
32
32
  };
33
33
  GeographicProportionalSymbolSeriesView.prototype.b2 = function () {
34
34
  _super.prototype.b2.call(this);
35
- var a = this.ce.p5;
36
- a.td = this.ce.r4;
37
- a.tl = this.ce.r2;
38
- a.qc = this.ce.qf;
39
- a.qy = this.ce.qv;
40
- a.qh = this.ce.qg;
35
+ var a = this.ce.p6;
36
+ a.te = this.ce.r5;
37
+ a.tm = this.ce.r3;
38
+ a.qd = this.ce.qg;
39
+ a.qz = this.ce.qw;
40
+ a.qi = this.ce.qh;
41
+ a.vh = this.ce.rp;
42
+ a.v7 = this.ce.sa;
43
+ a.u7 = this.ce.rh;
44
+ a.vx = this.ce.r1;
45
+ a.vs = this.ce.rt;
46
+ a.u4 = this.ce.re;
47
+ a.vf = this.ce.rl;
41
48
  a.vg = this.ce.ro;
42
- a.v6 = this.ce.r9;
43
- a.u6 = this.ce.rg;
44
- a.vw = this.ce.r0;
45
- a.vr = this.ce.rs;
46
- a.u3 = this.ce.rd;
47
- a.ve = this.ce.rk;
48
- a.vf = this.ce.rn;
49
+ a.vm = this.ce.rr;
49
50
  a.vl = this.ce.rq;
50
- a.vk = this.ce.rp;
51
51
  };
52
52
  GeographicProportionalSymbolSeriesView.prototype.cn = function () {
53
- this.ce.p5.td = this.ce.r4;
53
+ this.ce.p6.te = this.ce.r5;
54
54
  };
55
55
  GeographicProportionalSymbolSeriesView.prototype.cm = function () {
56
- this.ce.p5.tl = this.ce.r2;
56
+ this.ce.p6.tm = this.ce.r3;
57
57
  };
58
58
  GeographicProportionalSymbolSeriesView.prototype.cs = function () {
59
- this.ce.p5.qc = this.ce.qf;
59
+ this.ce.p6.qd = this.ce.qg;
60
60
  };
61
61
  GeographicProportionalSymbolSeriesView.prototype.cq = function () {
62
- this.ce.p5.qy = this.ce.qv;
62
+ this.ce.p6.qz = this.ce.qw;
63
63
  };
64
64
  GeographicProportionalSymbolSeriesView.prototype.cr = function () {
65
- this.ce.p5.qh = this.ce.qg;
65
+ this.ce.p6.qi = this.ce.qh;
66
66
  };
67
67
  GeographicProportionalSymbolSeriesView.prototype.ct = function () {
68
- this.ce.p5.sx = this.ce.qh;
68
+ this.ce.p6.sy = this.ce.qi;
69
69
  };
70
70
  GeographicProportionalSymbolSeriesView.prototype.cv = function () {
71
- this.ce.p5.xAxis = this.ce.cd.s2;
71
+ this.ce.p6.xAxis = this.ce.cd.s2;
72
72
  };
73
73
  GeographicProportionalSymbolSeriesView.prototype.cw = function () {
74
- this.ce.p5.yAxis = this.ce.cd.s4;
74
+ this.ce.p6.yAxis = this.ce.cd.s4;
75
75
  };
76
76
  GeographicProportionalSymbolSeriesView.prototype.cu = function () {
77
- var a = this.ce.p5;
77
+ var a = this.ce.p6;
78
78
  if (this.ce.cd == null) {
79
79
  a.xAxis = null;
80
80
  a.yAxis = null;
@@ -84,45 +84,45 @@ var GeographicProportionalSymbolSeriesView = /** @class */ /*@__PURE__*/ (functi
84
84
  a.yAxis = this.ce.cd.s4;
85
85
  };
86
86
  GeographicProportionalSymbolSeriesView.prototype.co = function () {
87
- this.ce.p5.re = this.ce.q9;
87
+ this.ce.p6.rf = this.ce.ra;
88
88
  };
89
89
  GeographicProportionalSymbolSeriesView.prototype.cp = function () {
90
- this.ce.p5.rf = this.ce.ra;
90
+ this.ce.p6.rg = this.ce.rb;
91
91
  };
92
92
  GeographicProportionalSymbolSeriesView.prototype.cx = function () {
93
- this.ce.p5.v6 = this.ce.r9;
93
+ this.ce.p6.v7 = this.ce.sa;
94
94
  };
95
95
  GeographicProportionalSymbolSeriesView.prototype.cy = function () {
96
- this.ce.p5.u6 = this.ce.rg;
97
- this.ce.p5.vg = this.ce.ro;
96
+ this.ce.p6.u7 = this.ce.rh;
97
+ this.ce.p6.vh = this.ce.rp;
98
98
  };
99
99
  GeographicProportionalSymbolSeriesView.prototype.ci = function () {
100
- this.ce.p5.vw = this.ce.r0;
100
+ this.ce.p6.vx = this.ce.r1;
101
101
  };
102
102
  GeographicProportionalSymbolSeriesView.prototype.cg = function () {
103
- this.ce.p5.u3 = this.ce.rd;
104
- this.ce.p5.ve = this.ce.rk;
105
- this.ce.p5.vf = this.ce.rn;
106
- this.ce.p5.vl = this.ce.rq;
107
- this.ce.p5.vk = this.ce.rp;
103
+ this.ce.p6.u4 = this.ce.re;
104
+ this.ce.p6.vf = this.ce.rl;
105
+ this.ce.p6.vg = this.ce.ro;
106
+ this.ce.p6.vm = this.ce.rr;
107
+ this.ce.p6.vl = this.ce.rq;
108
108
  };
109
109
  GeographicProportionalSymbolSeriesView.prototype.cf = function () {
110
- this.ce.p5.vr = this.ce.rs;
110
+ this.ce.p6.vs = this.ce.rt;
111
111
  };
112
112
  GeographicProportionalSymbolSeriesView.prototype.cz = function () {
113
- this.ce.p5.vg = this.ce.ro;
113
+ this.ce.p6.vh = this.ce.rp;
114
114
  };
115
115
  GeographicProportionalSymbolSeriesView.prototype.ch = function () {
116
- this.ce.p5.ve = this.ce.rk;
116
+ this.ce.p6.vf = this.ce.rl;
117
117
  };
118
118
  GeographicProportionalSymbolSeriesView.prototype.cl = function () {
119
- this.ce.p5.vf = this.ce.rn;
119
+ this.ce.p6.vg = this.ce.ro;
120
120
  };
121
121
  GeographicProportionalSymbolSeriesView.prototype.ck = function () {
122
- this.ce.p5.vl = this.ce.rq;
122
+ this.ce.p6.vm = this.ce.rr;
123
123
  };
124
124
  GeographicProportionalSymbolSeriesView.prototype.cj = function () {
125
- this.ce.p5.vk = this.ce.rp;
125
+ this.ce.p6.vl = this.ce.rq;
126
126
  };
127
127
  GeographicProportionalSymbolSeriesView.$t = markType(GeographicProportionalSymbolSeriesView, 'GeographicProportionalSymbolSeriesView', HostSeriesView.$);
128
128
  return GeographicProportionalSymbolSeriesView;
@@ -135,9 +135,9 @@ var GeographicProportionalSymbolSeries = /** @class */ /*@__PURE__*/ (function (
135
135
  __extends(GeographicProportionalSymbolSeries, _super);
136
136
  function GeographicProportionalSymbolSeries() {
137
137
  var _this = _super.call(this) || this;
138
- _this.re = null;
138
+ _this.rf = null;
139
+ _this.rk = false;
139
140
  _this.rj = false;
140
- _this.ri = false;
141
141
  _this.assigningScatterStyle = null;
142
142
  _this.assigningScatterMarkerStyle = null;
143
143
  _this.ab = GeographicProportionalSymbolSeries.$;
@@ -149,111 +149,111 @@ var GeographicProportionalSymbolSeries = /** @class */ /*@__PURE__*/ (function (
149
149
  GeographicProportionalSymbolSeries.prototype.bx = function () {
150
150
  return new GeographicProportionalSymbolSeriesView(this);
151
151
  };
152
- GeographicProportionalSymbolSeries.prototype.ly = function (a) {
153
- _super.prototype.ly.call(this, a);
154
- this.rh = a;
152
+ GeographicProportionalSymbolSeries.prototype.lz = function (a) {
153
+ _super.prototype.lz.call(this, a);
154
+ this.ri = a;
155
155
  };
156
156
  GeographicProportionalSymbolSeries.prototype.gv = function () {
157
157
  return 0.7;
158
158
  };
159
- GeographicProportionalSymbolSeries.prototype.p4 = function () {
159
+ GeographicProportionalSymbolSeries.prototype.p5 = function () {
160
160
  return new BubbleSeries();
161
161
  };
162
162
  GeographicProportionalSymbolSeries.prototype.get_dx = function () {
163
163
  return true;
164
164
  };
165
- GeographicProportionalSymbolSeries.prototype.l3 = function (a, b, c, d) {
166
- _super.prototype.l3.call(this, a, b, c, d);
165
+ GeographicProportionalSymbolSeries.prototype.l4 = function (a, b, c, d) {
166
+ _super.prototype.l4.call(this, a, b, c, d);
167
167
  switch (b) {
168
168
  case "SeriesViewer":
169
- this.rh.cu();
169
+ this.ri.cu();
170
170
  break;
171
171
  case GeographicProportionalSymbolSeries.$$p[9]:
172
- this.rh.cn();
172
+ this.ri.cn();
173
173
  break;
174
174
  case GeographicProportionalSymbolSeries.$$p[8]:
175
- this.rh.cm();
175
+ this.ri.cm();
176
176
  break;
177
177
  case "XAxis":
178
- this.rh.cv();
178
+ this.ri.cv();
179
179
  break;
180
180
  case "YAxis":
181
- this.rh.cw();
181
+ this.ri.cw();
182
182
  break;
183
183
  case GeographicProportionalSymbolSeries.$$p[13]:
184
- this.rh.cx();
184
+ this.ri.cx();
185
185
  break;
186
186
  case GeographicProportionalSymbolSeries.$$p[14]:
187
- this.rh.cy();
187
+ this.ri.cy();
188
188
  break;
189
189
  case GeographicProportionalSymbolSeries.$$p[15]:
190
- this.rh.cz();
190
+ this.ri.cz();
191
191
  break;
192
192
  case GeographicProportionalSymbolSeries.$$p[7]:
193
- this.rh.ci();
193
+ this.ri.ci();
194
194
  break;
195
195
  case GeographicProportionalSymbolSeries.$$p[0]:
196
- this.rh.cf();
196
+ this.ri.cf();
197
197
  break;
198
198
  case GeographicProportionalSymbolSeries.$$p[1]:
199
- this.rh.cg();
199
+ this.ri.cg();
200
200
  break;
201
201
  case GeographicProportionalSymbolSeries.$$p[2]:
202
- this.rh.ch();
202
+ this.ri.ch();
203
203
  break;
204
204
  case GeographicProportionalSymbolSeries.$$p[12]:
205
- this.rh.cl();
205
+ this.ri.cl();
206
206
  break;
207
207
  case GeographicProportionalSymbolSeries.$$p[11]:
208
- this.rh.ck();
208
+ this.ri.ck();
209
209
  break;
210
210
  case GeographicProportionalSymbolSeries.$$p[10]:
211
- this.rh.cj();
211
+ this.ri.cj();
212
212
  break;
213
213
  case GeographicProportionalSymbolSeries.$$p[4]:
214
- this.p5.sj = this.rm;
215
- this.rj = this.rm;
216
- if (this.rm) {
217
- var e = this.p5;
218
- e.assigningScatterStyle = delegateCombine(e.assigningScatterStyle, runOn(this, this.se));
214
+ this.p6.sk = this.rn;
215
+ this.rk = this.rn;
216
+ if (this.rn) {
217
+ var e = this.p6;
218
+ e.assigningScatterStyle = delegateCombine(e.assigningScatterStyle, runOn(this, this.sf));
219
219
  }
220
220
  else {
221
- var f = this.p5;
222
- f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.se));
221
+ var f = this.p6;
222
+ f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.sf));
223
223
  }
224
224
  break;
225
225
  case GeographicProportionalSymbolSeries.$$p[3]:
226
- this.p5.si = this.rl;
227
- this.ri = this.rl;
228
- if (this.rm) {
229
- var g = this.p5;
230
- g.assigningScatterMarkerStyle = delegateCombine(g.assigningScatterMarkerStyle, runOn(this, this.sd));
226
+ this.p6.sj = this.rm;
227
+ this.rj = this.rm;
228
+ if (this.rn) {
229
+ var g = this.p6;
230
+ g.assigningScatterMarkerStyle = delegateCombine(g.assigningScatterMarkerStyle, runOn(this, this.se));
231
231
  }
232
232
  else {
233
- var h = this.p5;
234
- h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.sd));
233
+ var h = this.p6;
234
+ h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.se));
235
235
  }
236
236
  break;
237
237
  case GeographicProportionalSymbolSeries.$$p[5]:
238
- this.p5.r8 = this.rf;
238
+ this.p6.r9 = this.rg;
239
239
  break;
240
240
  case GeographicProportionalSymbolSeries.$$p[6]:
241
- this.p5.sw = this.rr;
241
+ this.p6.sx = this.rs;
242
242
  break;
243
243
  }
244
244
  };
245
- GeographicProportionalSymbolSeries.prototype.se = function (a, b) {
245
+ GeographicProportionalSymbolSeries.prototype.sf = function (a, b) {
246
246
  if (this.assigningScatterStyle != null) {
247
247
  this.assigningScatterStyle(this, b);
248
248
  }
249
249
  };
250
- GeographicProportionalSymbolSeries.prototype.sd = function (a, b) {
250
+ GeographicProportionalSymbolSeries.prototype.se = function (a, b) {
251
251
  if (this.assigningScatterMarkerStyle != null) {
252
252
  this.assigningScatterMarkerStyle(this, b);
253
253
  }
254
254
  };
255
255
  GeographicProportionalSymbolSeries.$t = markType(GeographicProportionalSymbolSeries, 'GeographicProportionalSymbolSeries', GeographicMarkerSeries.$);
256
- GeographicProportionalSymbolSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicProportionalSymbolSeries, 'raisePropertyChanged', ['FillMemberPath:rs:sf', [2], 'FillScale:rd:sg', [BrushScale.$], 'FillScaleUseGlobalValues:rk:sh', [0, false], 'IsCustomScatterMarkerStyleAllowed:rl:si', [0, false], 'IsCustomScatterStyleAllowed:rm:sj', [0, false], 'ItemSearchMode:rf:sk', [ScatterItemSearchMode_$type, enumGetBox(ScatterItemSearchMode_$type, 0)], 'ItemSearchThreshold:rr:sl', [1, 10000], 'LabelMemberPath:r0:sm', [2], 'LatitudeMemberPath:r2:sn', [2, null], 'LongitudeMemberPath:r4:so', [2, null], 'MarkerBrushBrightness:rp:sp', [1, NaN], 'MarkerOutlineBrightness:rq:sq', [1, NaN], 'MarkerOutlineUsesFillScale:rn:sr', [0, false], 'RadiusMemberPath:r9:ss', [2, null], 'RadiusScale:rg:st', [SizeScale.$], 'RadiusScaleUseGlobalValues:ro:su', [0, false]]);
256
+ GeographicProportionalSymbolSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicProportionalSymbolSeries, 'raisePropertyChanged', ['FillMemberPath:rt:sg', [2], 'FillScale:re:sh', [BrushScale.$], 'FillScaleUseGlobalValues:rl:si', [0, false], 'IsCustomScatterMarkerStyleAllowed:rm:sj', [0, false], 'IsCustomScatterStyleAllowed:rn:sk', [0, false], 'ItemSearchMode:rg:sl', [ScatterItemSearchMode_$type, enumGetBox(ScatterItemSearchMode_$type, 0)], 'ItemSearchThreshold:rs:sm', [1, 10000], 'LabelMemberPath:r1:sn', [2], 'LatitudeMemberPath:r3:so', [2, null], 'LongitudeMemberPath:r5:sp', [2, null], 'MarkerBrushBrightness:rq:sq', [1, NaN], 'MarkerOutlineBrightness:rr:sr', [1, NaN], 'MarkerOutlineUsesFillScale:ro:ss', [0, false], 'RadiusMemberPath:sa:st', [2, null], 'RadiusScale:rh:su', [SizeScale.$], 'RadiusScaleUseGlobalValues:rp:sv', [0, false]]);
257
257
  return GeographicProportionalSymbolSeries;
258
258
  }(GeographicMarkerSeries));
259
259
  export { GeographicProportionalSymbolSeries };
@@ -18,20 +18,20 @@ var GeographicShapeSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
18
18
  __extends(GeographicShapeSeriesBase, _super);
19
19
  function GeographicShapeSeriesBase() {
20
20
  var _this = _super !== null && _super.apply(this, arguments) || this;
21
+ _this.qm = false;
21
22
  _this.ql = false;
22
- _this.qk = false;
23
23
  _this.assigningShapeStyle = null;
24
24
  _this.assigningShapeMarkerStyle = null;
25
- _this.qh = null;
26
- _this.qj = false;
25
+ _this.qi = null;
26
+ _this.qk = false;
27
27
  return _this;
28
28
  }
29
29
  GeographicShapeSeriesBase.prototype.bx = function () {
30
30
  return new GeographicShapeSeriesBaseView(this);
31
31
  };
32
- GeographicShapeSeriesBase.prototype.ly = function (a) {
33
- _super.prototype.ly.call(this, a);
34
- this.qg = a;
32
+ GeographicShapeSeriesBase.prototype.lz = function (a) {
33
+ _super.prototype.lz.call(this, a);
34
+ this.qh = a;
35
35
  };
36
36
  GeographicShapeSeriesBase.prototype.get_dx = function () {
37
37
  return true;
@@ -39,97 +39,97 @@ var GeographicShapeSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
39
39
  GeographicShapeSeriesBase.prototype.get_c2 = function () {
40
40
  return true;
41
41
  };
42
- GeographicShapeSeriesBase.prototype.l3 = function (a, b, c, d) {
43
- _super.prototype.l3.call(this, a, b, c, d);
42
+ GeographicShapeSeriesBase.prototype.l4 = function (a, b, c, d) {
43
+ _super.prototype.l4.call(this, a, b, c, d);
44
44
  switch (b) {
45
45
  case "SeriesViewer":
46
- this.qg.cf();
46
+ this.qh.cf();
47
47
  break;
48
48
  case "ShapeMemberPath":
49
- this.qg.ch();
49
+ this.qh.ch();
50
50
  break;
51
51
  case GeographicShapeSeriesBase.$$p[5]:
52
- this.qg.cg();
52
+ this.qh.cg();
53
53
  break;
54
54
  case GeographicShapeSeriesBase.$$p[1]:
55
- this.p5.q4 = this.qn;
56
- this.ql = this.qn;
57
- if (this.qn) {
58
- var e = this.p5;
59
- e.assigningShapeStyle = delegateCombine(e.assigningShapeStyle, runOn(this, this.q1));
55
+ this.p6.q5 = this.qo;
56
+ this.qm = this.qo;
57
+ if (this.qo) {
58
+ var e = this.p6;
59
+ e.assigningShapeStyle = delegateCombine(e.assigningShapeStyle, runOn(this, this.q2));
60
60
  }
61
61
  else {
62
- var f = this.p5;
63
- f.assigningShapeStyle = delegateRemove(f.assigningShapeStyle, runOn(this, this.q1));
62
+ var f = this.p6;
63
+ f.assigningShapeStyle = delegateRemove(f.assigningShapeStyle, runOn(this, this.q2));
64
64
  }
65
65
  break;
66
66
  case GeographicShapeSeriesBase.$$p[0]:
67
- this.p5.q3 = this.qm;
68
- this.qk = this.qm;
69
- if (this.qn) {
70
- var g = this.p5;
71
- g.assigningShapeMarkerStyle = delegateCombine(g.assigningShapeMarkerStyle, runOn(this, this.q0));
67
+ this.p6.q4 = this.qn;
68
+ this.ql = this.qn;
69
+ if (this.qo) {
70
+ var g = this.p6;
71
+ g.assigningShapeMarkerStyle = delegateCombine(g.assigningShapeMarkerStyle, runOn(this, this.q1));
72
72
  }
73
73
  else {
74
- var h = this.p5;
75
- h.assigningShapeMarkerStyle = delegateRemove(h.assigningShapeMarkerStyle, runOn(this, this.q0));
74
+ var h = this.p6;
75
+ h.assigningShapeMarkerStyle = delegateRemove(h.assigningShapeMarkerStyle, runOn(this, this.q1));
76
76
  }
77
77
  break;
78
78
  case GeographicShapeSeriesBase.$$p[2]:
79
- this.p5.qq = this.qf;
79
+ this.p6.qr = this.qg;
80
80
  break;
81
81
  case GeographicShapeSeriesBase.$$p[3]:
82
- this.p5.rl = this.qp;
82
+ this.p6.rm = this.qq;
83
83
  break;
84
84
  case GeographicShapeSeriesBase.$$p[4]:
85
- this.p5.rm = this.qq;
85
+ this.p6.rn = this.qr;
86
86
  break;
87
87
  case "ShapefileDataSource":
88
88
  if (c != null) {
89
89
  var i = c;
90
- if (this.qj) {
91
- i.importCompleted = delegateRemove(i.importCompleted, runOn(this, this.q2));
90
+ if (this.qk) {
91
+ i.importCompleted = delegateRemove(i.importCompleted, runOn(this, this.q3));
92
92
  }
93
93
  }
94
94
  if (d != null) {
95
95
  var j = d;
96
96
  if (j.count > 0) {
97
- this.q3();
97
+ this.q4();
98
98
  break;
99
99
  }
100
- this.qj = true;
101
- j.importCompleted = delegateCombine(j.importCompleted, runOn(this, this.q2));
100
+ this.qk = true;
101
+ j.importCompleted = delegateCombine(j.importCompleted, runOn(this, this.q3));
102
102
  }
103
103
  break;
104
104
  }
105
105
  };
106
- GeographicShapeSeriesBase.prototype.q1 = function (a, b) {
106
+ GeographicShapeSeriesBase.prototype.q2 = function (a, b) {
107
107
  if (this.assigningShapeStyle != null) {
108
108
  this.assigningShapeStyle(this, b);
109
109
  }
110
110
  };
111
- GeographicShapeSeriesBase.prototype.q0 = function (a, b) {
111
+ GeographicShapeSeriesBase.prototype.q1 = function (a, b) {
112
112
  if (this.assigningShapeMarkerStyle != null) {
113
113
  this.assigningShapeMarkerStyle(this, b);
114
114
  }
115
115
  };
116
- GeographicShapeSeriesBase.prototype.q2 = function (a, b) {
117
- this.q3();
116
+ GeographicShapeSeriesBase.prototype.q3 = function (a, b) {
117
+ this.q4();
118
118
  };
119
- GeographicShapeSeriesBase.prototype.q3 = function () {
120
- var sds_ = this.qi;
119
+ GeographicShapeSeriesBase.prototype.q4 = function () {
120
+ var sds_ = this.qj;
121
121
  var ext_ = sds_.externalObject;
122
122
  this.itemsSource = (ext_.getPointData());
123
123
  };
124
- Object.defineProperty(GeographicShapeSeriesBase.prototype, "qi", {
124
+ Object.defineProperty(GeographicShapeSeriesBase.prototype, "qj", {
125
125
  get: function () {
126
- return this.qh;
126
+ return this.qi;
127
127
  },
128
128
  set: function (a) {
129
- var b = this.qh;
130
- this.qh = a;
131
- if (b != this.qh) {
132
- this.raisePropertyChanged("ShapefileDataSource", b, this.qh);
129
+ var b = this.qi;
130
+ this.qi = a;
131
+ if (b != this.qi) {
132
+ this.raisePropertyChanged("ShapefileDataSource", b, this.qi);
133
133
  }
134
134
  },
135
135
  enumerable: false,
@@ -142,7 +142,7 @@ var GeographicShapeSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
142
142
  _super.prototype.set_e3.call(this, a);
143
143
  };
144
144
  GeographicShapeSeriesBase.$t = markType(GeographicShapeSeriesBase, 'GeographicShapeSeriesBase', GeographicMapSeriesHost.$);
145
- GeographicShapeSeriesBase.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicShapeSeriesBase, 'raisePropertyChanged', ['IsCustomShapeMarkerStyleAllowed:qm:q4', [0, false], 'IsCustomShapeStyleAllowed:qn:q5', [0, false], 'ItemSearchMode:qf:q6', [ShapeItemSearchMode_$type, enumGetBox(ShapeItemSearchMode_$type, 0)], 'ItemSearchPointsThreshold:qp:q7', [1, 10000], 'ItemSearchThreshold:qq:q8', [1, 10000], 'ShapeFilterResolution:qo:q9', [1, 2], 'ShapeMemberPath:qy:ra', [2, "points"]]);
145
+ GeographicShapeSeriesBase.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicShapeSeriesBase, 'raisePropertyChanged', ['IsCustomShapeMarkerStyleAllowed:qn:q5', [0, false], 'IsCustomShapeStyleAllowed:qo:q6', [0, false], 'ItemSearchMode:qg:q7', [ShapeItemSearchMode_$type, enumGetBox(ShapeItemSearchMode_$type, 0)], 'ItemSearchPointsThreshold:qq:q8', [1, 10000], 'ItemSearchThreshold:qr:q9', [1, 10000], 'ShapeFilterResolution:qp:ra', [1, 2], 'ShapeMemberPath:qz:rb', [2, "points"]]);
146
146
  return GeographicShapeSeriesBase;
147
147
  }(GeographicMapSeriesHost));
148
148
  export { GeographicShapeSeriesBase };
@@ -159,23 +159,23 @@ var GeographicShapeSeriesBaseView = /** @class */ /*@__PURE__*/ (function (_supe
159
159
  }
160
160
  GeographicShapeSeriesBaseView.prototype.b2 = function () {
161
161
  _super.prototype.b2.call(this);
162
- this.ce.p5.rw = this.ce.qy;
162
+ this.ce.p6.rx = this.ce.qz;
163
163
  };
164
164
  GeographicShapeSeriesBaseView.prototype.cf = function () {
165
- var a = this.ce.p5;
165
+ var a = this.ce.p6;
166
166
  if (this.ce.cd == null) {
167
- a.qk = null;
168
- a.qm = null;
167
+ a.ql = null;
168
+ a.qn = null;
169
169
  return;
170
170
  }
171
- a.qk = this.ce.cd.s2;
172
- a.qm = this.ce.cd.s4;
171
+ a.ql = this.ce.cd.s2;
172
+ a.qn = this.ce.cd.s4;
173
173
  };
174
174
  GeographicShapeSeriesBaseView.prototype.ch = function () {
175
- this.ce.p5.rw = this.ce.qy;
175
+ this.ce.p6.rx = this.ce.qz;
176
176
  };
177
177
  GeographicShapeSeriesBaseView.prototype.cg = function () {
178
- this.ce.p5.ri = this.ce.qo;
178
+ this.ce.p6.rj = this.ce.qp;
179
179
  };
180
180
  GeographicShapeSeriesBaseView.$t = markType(GeographicShapeSeriesBaseView, 'GeographicShapeSeriesBaseView', HostSeriesView.$);
181
181
  return GeographicShapeSeriesBaseView;