igniteui-angular-maps 17.2.1 → 17.3.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 (74) hide show
  1. package/bundles/igniteui-angular-maps.umd.js +1342 -1342
  2. package/bundles/igniteui-angular-maps.umd.min.js +1 -1
  3. package/esm2015/lib/GeographicContourLineSeriesView_combined.js +37 -37
  4. package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +73 -73
  5. package/esm2015/lib/GeographicMapSeriesHost_combined.js +159 -159
  6. package/esm2015/lib/GeographicMarkerSeries.js +25 -25
  7. package/esm2015/lib/GeographicPolylineSeriesView_combined.js +17 -17
  8. package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +87 -87
  9. package/esm2015/lib/GeographicShapeSeriesBase_combined.js +57 -57
  10. package/esm2015/lib/GeographicShapeSeriesView_combined.js +51 -51
  11. package/esm2015/lib/GeographicSymbolSeriesView_combined.js +56 -56
  12. package/esm2015/lib/GeographicTileSeries.js +27 -27
  13. package/esm2015/lib/TileSeries_combined.js +80 -80
  14. package/esm2015/lib/XamGeographicMap_combined.js +457 -457
  15. package/esm2015/lib/igx-geographic-contour-line-series-component.js +8 -8
  16. package/esm2015/lib/igx-geographic-high-density-scatter-series-component.js +22 -22
  17. package/esm2015/lib/igx-geographic-map-component.js +40 -40
  18. package/esm2015/lib/igx-geographic-map-series-host-component.js +10 -10
  19. package/esm2015/lib/igx-geographic-marker-series-component.js +22 -22
  20. package/esm2015/lib/igx-geographic-polyline-series-component.js +10 -10
  21. package/esm2015/lib/igx-geographic-proportional-symbol-series-component.js +32 -32
  22. package/esm2015/lib/igx-geographic-scatter-area-series-component.js +7 -7
  23. package/esm2015/lib/igx-geographic-shape-series-base-component.js +16 -16
  24. package/esm2015/lib/igx-geographic-shape-series-component.js +32 -32
  25. package/esm2015/lib/igx-geographic-symbol-series-component.js +14 -14
  26. package/esm2015/lib/igx-geographic-tile-series-component.js +3 -3
  27. package/esm2015/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  28. package/esm2015/lib/igx-tile-series-component.js +2 -2
  29. package/esm5/lib/GeographicContourLineSeriesView_combined.js +37 -37
  30. package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +73 -73
  31. package/esm5/lib/GeographicMapSeriesHost_combined.js +157 -157
  32. package/esm5/lib/GeographicMarkerSeries.js +25 -25
  33. package/esm5/lib/GeographicPolylineSeriesView_combined.js +17 -17
  34. package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +87 -87
  35. package/esm5/lib/GeographicShapeSeriesBase_combined.js +56 -56
  36. package/esm5/lib/GeographicShapeSeriesView_combined.js +51 -51
  37. package/esm5/lib/GeographicSymbolSeriesView_combined.js +56 -56
  38. package/esm5/lib/GeographicTileSeries.js +26 -26
  39. package/esm5/lib/TileSeries_combined.js +78 -78
  40. package/esm5/lib/XamGeographicMap_combined.js +450 -450
  41. package/esm5/lib/igx-geographic-contour-line-series-component.js +8 -8
  42. package/esm5/lib/igx-geographic-high-density-scatter-series-component.js +22 -22
  43. package/esm5/lib/igx-geographic-map-component.js +40 -40
  44. package/esm5/lib/igx-geographic-map-series-host-component.js +10 -10
  45. package/esm5/lib/igx-geographic-marker-series-component.js +22 -22
  46. package/esm5/lib/igx-geographic-polyline-series-component.js +10 -10
  47. package/esm5/lib/igx-geographic-proportional-symbol-series-component.js +32 -32
  48. package/esm5/lib/igx-geographic-scatter-area-series-component.js +7 -7
  49. package/esm5/lib/igx-geographic-shape-series-base-component.js +16 -16
  50. package/esm5/lib/igx-geographic-shape-series-component.js +32 -32
  51. package/esm5/lib/igx-geographic-symbol-series-component.js +14 -14
  52. package/esm5/lib/igx-geographic-tile-series-component.js +3 -3
  53. package/esm5/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  54. package/esm5/lib/igx-tile-series-component.js +2 -2
  55. package/fesm2015/igniteui-angular-maps.js +1356 -1356
  56. package/fesm5/igniteui-angular-maps.js +1342 -1342
  57. package/lib/GeographicContourLineSeriesView_combined.d.ts +13 -13
  58. package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +18 -18
  59. package/lib/GeographicMapSeriesHost_combined.d.ts +30 -30
  60. package/lib/GeographicMarkerSeries.d.ts +13 -13
  61. package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
  62. package/lib/GeographicPolylineSeriesView_combined.d.ts +9 -9
  63. package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
  64. package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +23 -23
  65. package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
  66. package/lib/GeographicShapeSeriesBase_combined.d.ts +16 -16
  67. package/lib/GeographicShapeSeriesView_combined.d.ts +22 -22
  68. package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
  69. package/lib/GeographicSymbolSeriesView_combined.d.ts +16 -16
  70. package/lib/GeographicTileSeries.d.ts +9 -9
  71. package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
  72. package/lib/TileSeries_combined.d.ts +20 -20
  73. package/lib/XamGeographicMap_combined.d.ts +108 -108
  74. package/package.json +2 -2
@@ -33,14 +33,14 @@ var GeographicPolylineSeriesView = /** @class */ /*@__PURE__*/ (function (_super
33
33
  };
34
34
  GeographicPolylineSeriesView.prototype.b5 = function () {
35
35
  _super.prototype.b5.call(this);
36
- this.cl.t4.wu = this.cl.va;
37
- this.cl.t4.wz = this.cl.vi;
36
+ this.cl.t5.wv = this.cl.vb;
37
+ this.cl.t5.w0 = this.cl.vj;
38
38
  };
39
39
  GeographicPolylineSeriesView.prototype.cm = function () {
40
- this.cl.t4.wu = this.cl.va;
40
+ this.cl.t5.wv = this.cl.vb;
41
41
  };
42
42
  GeographicPolylineSeriesView.prototype.cn = function () {
43
- this.cl.t4.wz = this.cl.vi;
43
+ this.cl.t5.w0 = this.cl.vj;
44
44
  };
45
45
  GeographicPolylineSeriesView.$t = markType(GeographicPolylineSeriesView, 'GeographicPolylineSeriesView', GeographicShapeSeriesBaseView.$);
46
46
  return GeographicPolylineSeriesView;
@@ -57,42 +57,42 @@ var GeographicPolylineSeries = /** @class */ /*@__PURE__*/ (function (_super) {
57
57
  _this.ab = GeographicPolylineSeries.$;
58
58
  return _this;
59
59
  }
60
- GeographicPolylineSeries.prototype.bg = function () {
60
+ GeographicPolylineSeries.prototype.bc = function () {
61
61
  return new GeographicPolylineSeries();
62
62
  };
63
63
  GeographicPolylineSeries.prototype.get_e5 = function () {
64
64
  return true;
65
65
  };
66
- GeographicPolylineSeries.prototype.ch = function () {
66
+ GeographicPolylineSeries.prototype.cd = function () {
67
67
  return new GeographicPolylineSeriesView(this);
68
68
  };
69
- GeographicPolylineSeries.prototype.o1 = function (a) {
70
- _super.prototype.o1.call(this, a);
71
- this.vb = a;
69
+ GeographicPolylineSeries.prototype.o2 = function (a) {
70
+ _super.prototype.o2.call(this, a);
71
+ this.vc = a;
72
72
  };
73
- GeographicPolylineSeries.prototype.t3 = function () {
73
+ GeographicPolylineSeries.prototype.t4 = function () {
74
74
  var a = new ScatterPolylineSeries();
75
- a.styleShape = delegateCombine(a.styleShape, runOn(this, this.vf));
75
+ a.styleShape = delegateCombine(a.styleShape, runOn(this, this.vg));
76
76
  return a;
77
77
  };
78
- GeographicPolylineSeries.prototype.vf = function (a, b) {
78
+ GeographicPolylineSeries.prototype.vg = function (a, b) {
79
79
  if (this.styleShape != null) {
80
80
  this.styleShape(this, b);
81
81
  }
82
82
  };
83
- GeographicPolylineSeries.prototype.o9 = function (a, b, c, d) {
84
- _super.prototype.o9.call(this, a, b, c, d);
83
+ GeographicPolylineSeries.prototype.pa = function (a, b, c, d) {
84
+ _super.prototype.pa.call(this, a, b, c, d);
85
85
  switch (b) {
86
86
  case GeographicPolylineSeries.$$p[1]:
87
- this.vb.cm();
87
+ this.vc.cm();
88
88
  break;
89
89
  case GeographicPolylineSeries.$$p[0]:
90
- this.vb.cn();
90
+ this.vc.cn();
91
91
  break;
92
92
  }
93
93
  };
94
94
  GeographicPolylineSeries.$t = markType(GeographicPolylineSeries, 'GeographicPolylineSeries', GeographicShapeSeriesBase.$);
95
- GeographicPolylineSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicPolylineSeries, 'raisePropertyChanged', ['ShapeStyle:vi:vg', [Style.$, null], 'ShapeStyleSelector:va:vh', [StyleSelector.$, null]]);
95
+ GeographicPolylineSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicPolylineSeries, 'raisePropertyChanged', ['ShapeStyle:vj:vh', [Style.$, null], 'ShapeStyleSelector:vb:vi', [StyleSelector.$, null]]);
96
96
  return GeographicPolylineSeries;
97
97
  }(GeographicShapeSeriesBase));
98
98
  export { GeographicPolylineSeries };
@@ -32,97 +32,97 @@ var GeographicProportionalSymbolSeriesView = /** @class */ /*@__PURE__*/ (functi
32
32
  };
33
33
  GeographicProportionalSymbolSeriesView.prototype.b5 = function () {
34
34
  _super.prototype.b5.call(this);
35
- var a = this.ch.t4;
36
- a.xm = this.ch.v3;
37
- a.xu = this.ch.v1;
38
- a.ub = this.ch.ue;
39
- a.ux = this.ch.uu;
40
- a.ug = this.ch.uf;
35
+ var a = this.ch.t5;
36
+ a.xn = this.ch.v4;
37
+ a.xv = this.ch.v2;
38
+ a.uc = this.ch.uf;
39
+ a.uy = this.ch.uv;
40
+ a.uh = this.ch.ug;
41
+ a.zv = this.ch.vo;
42
+ a.aal = this.ch.v9;
43
+ a.zl = this.ch.vg;
44
+ a.aab = this.ch.v0;
45
+ a.z6 = this.ch.vs;
46
+ a.zi = this.ch.vd;
47
+ a.zt = this.ch.vk;
41
48
  a.zu = this.ch.vn;
42
- a.aak = this.ch.v8;
43
- a.zk = this.ch.vf;
44
- a.aaa = this.ch.vz;
45
- a.z5 = this.ch.vr;
46
- a.zh = this.ch.vc;
47
- a.zs = this.ch.vj;
48
- a.zt = this.ch.vm;
49
+ a.z0 = this.ch.vq;
49
50
  a.zz = this.ch.vp;
50
- a.zy = this.ch.vo;
51
51
  };
52
52
  GeographicProportionalSymbolSeriesView.prototype.cq = function () {
53
- this.ch.t4.xm = this.ch.v3;
53
+ this.ch.t5.xn = this.ch.v4;
54
54
  };
55
55
  GeographicProportionalSymbolSeriesView.prototype.cp = function () {
56
- this.ch.t4.xu = this.ch.v1;
56
+ this.ch.t5.xv = this.ch.v2;
57
57
  };
58
58
  GeographicProportionalSymbolSeriesView.prototype.cv = function () {
59
- this.ch.t4.ub = this.ch.ue;
59
+ this.ch.t5.uc = this.ch.uf;
60
60
  };
61
61
  GeographicProportionalSymbolSeriesView.prototype.ct = function () {
62
- this.ch.t4.ux = this.ch.uu;
62
+ this.ch.t5.uy = this.ch.uv;
63
63
  };
64
64
  GeographicProportionalSymbolSeriesView.prototype.cu = function () {
65
- this.ch.t4.ug = this.ch.uf;
65
+ this.ch.t5.uh = this.ch.ug;
66
66
  };
67
67
  GeographicProportionalSymbolSeriesView.prototype.cw = function () {
68
- this.ch.t4.w2 = this.ch.ug;
68
+ this.ch.t5.w3 = this.ch.uh;
69
69
  };
70
70
  GeographicProportionalSymbolSeriesView.prototype.cy = function () {
71
- this.ch.t4.xAxis = this.ch.cz.ua;
71
+ this.ch.t5.xAxis = this.ch.cv.ue;
72
72
  };
73
73
  GeographicProportionalSymbolSeriesView.prototype.cz = function () {
74
- this.ch.t4.yAxis = this.ch.cz.uc;
74
+ this.ch.t5.yAxis = this.ch.cv.ug;
75
75
  };
76
76
  GeographicProportionalSymbolSeriesView.prototype.cx = function () {
77
- var a = this.ch.t4;
78
- if (this.ch.cz == null) {
77
+ var a = this.ch.t5;
78
+ if (this.ch.cv == null) {
79
79
  a.xAxis = null;
80
80
  a.yAxis = null;
81
81
  return;
82
82
  }
83
- a.xAxis = this.ch.cz.ua;
84
- a.yAxis = this.ch.cz.uc;
83
+ a.xAxis = this.ch.cv.ue;
84
+ a.yAxis = this.ch.cv.ug;
85
85
  };
86
86
  GeographicProportionalSymbolSeriesView.prototype.cr = function () {
87
- this.ch.t4.vd = this.ch.u8;
87
+ this.ch.t5.ve = this.ch.u9;
88
88
  };
89
89
  GeographicProportionalSymbolSeriesView.prototype.cs = function () {
90
- this.ch.t4.ve = this.ch.u9;
90
+ this.ch.t5.vf = this.ch.va;
91
91
  };
92
92
  GeographicProportionalSymbolSeriesView.prototype.c0 = function () {
93
- this.ch.t4.aak = this.ch.v8;
93
+ this.ch.t5.aal = this.ch.v9;
94
94
  };
95
95
  GeographicProportionalSymbolSeriesView.prototype.c1 = function () {
96
- this.ch.t4.zk = this.ch.vf;
97
- this.ch.t4.zu = this.ch.vn;
96
+ this.ch.t5.zl = this.ch.vg;
97
+ this.ch.t5.zv = this.ch.vo;
98
98
  };
99
99
  GeographicProportionalSymbolSeriesView.prototype.cl = function () {
100
- this.ch.t4.aaa = this.ch.vz;
100
+ this.ch.t5.aab = this.ch.v0;
101
101
  };
102
102
  GeographicProportionalSymbolSeriesView.prototype.cj = function () {
103
- this.ch.t4.zh = this.ch.vc;
104
- this.ch.t4.zs = this.ch.vj;
105
- this.ch.t4.zt = this.ch.vm;
106
- this.ch.t4.zz = this.ch.vp;
107
- this.ch.t4.zy = this.ch.vo;
103
+ this.ch.t5.zi = this.ch.vd;
104
+ this.ch.t5.zt = this.ch.vk;
105
+ this.ch.t5.zu = this.ch.vn;
106
+ this.ch.t5.z0 = this.ch.vq;
107
+ this.ch.t5.zz = this.ch.vp;
108
108
  };
109
109
  GeographicProportionalSymbolSeriesView.prototype.ci = function () {
110
- this.ch.t4.z5 = this.ch.vr;
110
+ this.ch.t5.z6 = this.ch.vs;
111
111
  };
112
112
  GeographicProportionalSymbolSeriesView.prototype.c2 = function () {
113
- this.ch.t4.zu = this.ch.vn;
113
+ this.ch.t5.zv = this.ch.vo;
114
114
  };
115
115
  GeographicProportionalSymbolSeriesView.prototype.ck = function () {
116
- this.ch.t4.zs = this.ch.vj;
116
+ this.ch.t5.zt = this.ch.vk;
117
117
  };
118
118
  GeographicProportionalSymbolSeriesView.prototype.co = function () {
119
- this.ch.t4.zt = this.ch.vm;
119
+ this.ch.t5.zu = this.ch.vn;
120
120
  };
121
121
  GeographicProportionalSymbolSeriesView.prototype.cn = function () {
122
- this.ch.t4.zz = this.ch.vp;
122
+ this.ch.t5.z0 = this.ch.vq;
123
123
  };
124
124
  GeographicProportionalSymbolSeriesView.prototype.cm = function () {
125
- this.ch.t4.zy = this.ch.vo;
125
+ this.ch.t5.zz = this.ch.vp;
126
126
  };
127
127
  GeographicProportionalSymbolSeriesView.$t = markType(GeographicProportionalSymbolSeriesView, 'GeographicProportionalSymbolSeriesView', HostSeriesView.$);
128
128
  return GeographicProportionalSymbolSeriesView;
@@ -135,128 +135,128 @@ var GeographicProportionalSymbolSeries = /** @class */ /*@__PURE__*/ (function (
135
135
  __extends(GeographicProportionalSymbolSeries, _super);
136
136
  function GeographicProportionalSymbolSeries() {
137
137
  var _this = _super.call(this) || this;
138
- _this.vd = null;
138
+ _this.ve = null;
139
+ _this.vj = false;
139
140
  _this.vi = false;
140
- _this.vh = false;
141
141
  _this.assigningScatterStyle = null;
142
142
  _this.assigningScatterMarkerStyle = null;
143
143
  _this.ab = GeographicProportionalSymbolSeries.$;
144
144
  return _this;
145
145
  }
146
- GeographicProportionalSymbolSeries.prototype.bg = function () {
146
+ GeographicProportionalSymbolSeries.prototype.bc = function () {
147
147
  return new GeographicProportionalSymbolSeries();
148
148
  };
149
149
  GeographicProportionalSymbolSeries.prototype.get_dy = function () {
150
150
  return true;
151
151
  };
152
- GeographicProportionalSymbolSeries.prototype.ch = function () {
152
+ GeographicProportionalSymbolSeries.prototype.cd = function () {
153
153
  return new GeographicProportionalSymbolSeriesView(this);
154
154
  };
155
- GeographicProportionalSymbolSeries.prototype.o1 = function (a) {
156
- _super.prototype.o1.call(this, a);
157
- this.vg = a;
155
+ GeographicProportionalSymbolSeries.prototype.o2 = function (a) {
156
+ _super.prototype.o2.call(this, a);
157
+ this.vh = a;
158
158
  };
159
159
  GeographicProportionalSymbolSeries.prototype.ir = function () {
160
160
  return 0.7;
161
161
  };
162
- GeographicProportionalSymbolSeries.prototype.t3 = function () {
162
+ GeographicProportionalSymbolSeries.prototype.t4 = function () {
163
163
  return new BubbleSeries();
164
164
  };
165
165
  GeographicProportionalSymbolSeries.prototype.get_et = function () {
166
166
  return true;
167
167
  };
168
- GeographicProportionalSymbolSeries.prototype.o9 = function (a, b, c, d) {
169
- _super.prototype.o9.call(this, a, b, c, d);
168
+ GeographicProportionalSymbolSeries.prototype.pa = function (a, b, c, d) {
169
+ _super.prototype.pa.call(this, a, b, c, d);
170
170
  switch (b) {
171
171
  case "SeriesViewer":
172
- this.vg.cx();
172
+ this.vh.cx();
173
173
  break;
174
174
  case GeographicProportionalSymbolSeries.$$p[9]:
175
- this.vg.cq();
175
+ this.vh.cq();
176
176
  break;
177
177
  case GeographicProportionalSymbolSeries.$$p[8]:
178
- this.vg.cp();
178
+ this.vh.cp();
179
179
  break;
180
180
  case "XAxis":
181
- this.vg.cy();
181
+ this.vh.cy();
182
182
  break;
183
183
  case "YAxis":
184
- this.vg.cz();
184
+ this.vh.cz();
185
185
  break;
186
186
  case GeographicProportionalSymbolSeries.$$p[13]:
187
- this.vg.c0();
187
+ this.vh.c0();
188
188
  break;
189
189
  case GeographicProportionalSymbolSeries.$$p[14]:
190
- this.vg.c1();
190
+ this.vh.c1();
191
191
  break;
192
192
  case GeographicProportionalSymbolSeries.$$p[15]:
193
- this.vg.c2();
193
+ this.vh.c2();
194
194
  break;
195
195
  case GeographicProportionalSymbolSeries.$$p[7]:
196
- this.vg.cl();
196
+ this.vh.cl();
197
197
  break;
198
198
  case GeographicProportionalSymbolSeries.$$p[0]:
199
- this.vg.ci();
199
+ this.vh.ci();
200
200
  break;
201
201
  case GeographicProportionalSymbolSeries.$$p[1]:
202
- this.vg.cj();
202
+ this.vh.cj();
203
203
  break;
204
204
  case GeographicProportionalSymbolSeries.$$p[2]:
205
- this.vg.ck();
205
+ this.vh.ck();
206
206
  break;
207
207
  case GeographicProportionalSymbolSeries.$$p[12]:
208
- this.vg.co();
208
+ this.vh.co();
209
209
  break;
210
210
  case GeographicProportionalSymbolSeries.$$p[11]:
211
- this.vg.cn();
211
+ this.vh.cn();
212
212
  break;
213
213
  case GeographicProportionalSymbolSeries.$$p[10]:
214
- this.vg.cm();
214
+ this.vh.cm();
215
215
  break;
216
216
  case GeographicProportionalSymbolSeries.$$p[4]:
217
- this.t4.wj = this.vl;
218
- this.vi = this.vl;
219
- if (this.vl) {
220
- var e = this.t4;
221
- e.assigningScatterStyle = delegateCombine(e.assigningScatterStyle, runOn(this, this.wd));
217
+ this.t5.wk = this.vm;
218
+ this.vj = this.vm;
219
+ if (this.vm) {
220
+ var e = this.t5;
221
+ e.assigningScatterStyle = delegateCombine(e.assigningScatterStyle, runOn(this, this.we));
222
222
  }
223
223
  else {
224
- var f = this.t4;
225
- f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.wd));
224
+ var f = this.t5;
225
+ f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.we));
226
226
  }
227
227
  break;
228
228
  case GeographicProportionalSymbolSeries.$$p[3]:
229
- this.t4.wi = this.vk;
230
- this.vh = this.vk;
231
- if (this.vl) {
232
- var g = this.t4;
233
- g.assigningScatterMarkerStyle = delegateCombine(g.assigningScatterMarkerStyle, runOn(this, this.wc));
229
+ this.t5.wj = this.vl;
230
+ this.vi = this.vl;
231
+ if (this.vm) {
232
+ var g = this.t5;
233
+ g.assigningScatterMarkerStyle = delegateCombine(g.assigningScatterMarkerStyle, runOn(this, this.wd));
234
234
  }
235
235
  else {
236
- var h = this.t4;
237
- h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.wc));
236
+ var h = this.t5;
237
+ h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.wd));
238
238
  }
239
239
  break;
240
240
  case GeographicProportionalSymbolSeries.$$p[5]:
241
- this.t4.v7 = this.ve;
241
+ this.t5.v3 = this.vf;
242
242
  break;
243
243
  case GeographicProportionalSymbolSeries.$$p[6]:
244
- this.t4.w1 = this.vq;
244
+ this.t5.w2 = this.vr;
245
245
  break;
246
246
  }
247
247
  };
248
- GeographicProportionalSymbolSeries.prototype.wd = function (a, b) {
248
+ GeographicProportionalSymbolSeries.prototype.we = function (a, b) {
249
249
  if (this.assigningScatterStyle != null) {
250
250
  this.assigningScatterStyle(this, b);
251
251
  }
252
252
  };
253
- GeographicProportionalSymbolSeries.prototype.wc = function (a, b) {
253
+ GeographicProportionalSymbolSeries.prototype.wd = function (a, b) {
254
254
  if (this.assigningScatterMarkerStyle != null) {
255
255
  this.assigningScatterMarkerStyle(this, b);
256
256
  }
257
257
  };
258
258
  GeographicProportionalSymbolSeries.$t = markType(GeographicProportionalSymbolSeries, 'GeographicProportionalSymbolSeries', GeographicMarkerSeries.$);
259
- GeographicProportionalSymbolSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicProportionalSymbolSeries, 'raisePropertyChanged', ['FillMemberPath:vr:we', [2], 'FillScale:vc:wf', [BrushScale.$], 'FillScaleUseGlobalValues:vj:wg', [0, false], 'IsCustomScatterMarkerStyleAllowed:vk:wh', [0, false], 'IsCustomScatterStyleAllowed:vl:wi', [0, false], 'ItemSearchMode:ve:wj', [ScatterItemSearchMode_$type, enumGetBox(ScatterItemSearchMode_$type, 0)], 'ItemSearchThreshold:vq:wk', [1, 10000], 'LabelMemberPath:vz:wl', [2], 'LatitudeMemberPath:v1:wm', [2, null], 'LongitudeMemberPath:v3:wn', [2, null], 'MarkerBrushBrightness:vo:wo', [1, NaN], 'MarkerOutlineBrightness:vp:wp', [1, NaN], 'MarkerOutlineUsesFillScale:vm:wq', [0, false], 'RadiusMemberPath:v8:wr', [2, null], 'RadiusScale:vf:ws', [SizeScale.$], 'RadiusScaleUseGlobalValues:vn:wt', [0, false]]);
259
+ GeographicProportionalSymbolSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicProportionalSymbolSeries, 'raisePropertyChanged', ['FillMemberPath:vs:wf', [2], 'FillScale:vd:wg', [BrushScale.$], 'FillScaleUseGlobalValues:vk:wh', [0, false], 'IsCustomScatterMarkerStyleAllowed:vl:wi', [0, false], 'IsCustomScatterStyleAllowed:vm:wj', [0, false], 'ItemSearchMode:vf:wk', [ScatterItemSearchMode_$type, enumGetBox(ScatterItemSearchMode_$type, 0)], 'ItemSearchThreshold:vr:wl', [1, 10000], 'LabelMemberPath:v0:wm', [2], 'LatitudeMemberPath:v2:wn', [2, null], 'LongitudeMemberPath:v4:wo', [2, null], 'MarkerBrushBrightness:vp:wp', [1, NaN], 'MarkerOutlineBrightness:vq:wq', [1, NaN], 'MarkerOutlineUsesFillScale:vn:wr', [0, false], 'RadiusMemberPath:v9:ws', [2, null], 'RadiusScale:vg:wt', [SizeScale.$], 'RadiusScaleUseGlobalValues:vo:wu', [0, false]]);
260
260
  return GeographicProportionalSymbolSeries;
261
261
  }(GeographicMarkerSeries));
262
262
  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.ul = false;
21
22
  _this.uk = false;
22
- _this.uj = false;
23
23
  _this.assigningShapeStyle = null;
24
24
  _this.assigningShapeMarkerStyle = null;
25
- _this.ug = null;
26
- _this.ui = false;
25
+ _this.uh = null;
26
+ _this.uj = false;
27
27
  return _this;
28
28
  }
29
- GeographicShapeSeriesBase.prototype.ch = function () {
29
+ GeographicShapeSeriesBase.prototype.cd = function () {
30
30
  return new GeographicShapeSeriesBaseView(this);
31
31
  };
32
- GeographicShapeSeriesBase.prototype.o1 = function (a) {
33
- _super.prototype.o1.call(this, a);
34
- this.uf = a;
32
+ GeographicShapeSeriesBase.prototype.o2 = function (a) {
33
+ _super.prototype.o2.call(this, a);
34
+ this.ug = a;
35
35
  };
36
36
  GeographicShapeSeriesBase.prototype.get_et = function () {
37
37
  return true;
@@ -39,97 +39,97 @@ var GeographicShapeSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
39
39
  GeographicShapeSeriesBase.prototype.get_dv = function () {
40
40
  return true;
41
41
  };
42
- GeographicShapeSeriesBase.prototype.o9 = function (a, b, c, d) {
43
- _super.prototype.o9.call(this, a, b, c, d);
42
+ GeographicShapeSeriesBase.prototype.pa = function (a, b, c, d) {
43
+ _super.prototype.pa.call(this, a, b, c, d);
44
44
  switch (b) {
45
45
  case "SeriesViewer":
46
- this.uf.ci();
46
+ this.ug.ci();
47
47
  break;
48
48
  case "ShapeMemberPath":
49
- this.uf.ck();
49
+ this.ug.ck();
50
50
  break;
51
51
  case GeographicShapeSeriesBase.$$p[5]:
52
- this.uf.cj();
52
+ this.ug.cj();
53
53
  break;
54
54
  case GeographicShapeSeriesBase.$$p[1]:
55
- this.t4.u3 = this.um;
56
- this.uk = this.um;
57
- if (this.um) {
58
- var e = this.t4;
59
- e.assigningShapeStyle = delegateCombine(e.assigningShapeStyle, runOn(this, this.u0));
55
+ this.t5.u4 = this.un;
56
+ this.ul = this.un;
57
+ if (this.un) {
58
+ var e = this.t5;
59
+ e.assigningShapeStyle = delegateCombine(e.assigningShapeStyle, runOn(this, this.u1));
60
60
  }
61
61
  else {
62
- var f = this.t4;
63
- f.assigningShapeStyle = delegateRemove(f.assigningShapeStyle, runOn(this, this.u0));
62
+ var f = this.t5;
63
+ f.assigningShapeStyle = delegateRemove(f.assigningShapeStyle, runOn(this, this.u1));
64
64
  }
65
65
  break;
66
66
  case GeographicShapeSeriesBase.$$p[0]:
67
- this.t4.u2 = this.ul;
68
- this.uj = this.ul;
69
- if (this.um) {
70
- var g = this.t4;
71
- g.assigningShapeMarkerStyle = delegateCombine(g.assigningShapeMarkerStyle, runOn(this, this.uz));
67
+ this.t5.u3 = this.um;
68
+ this.uk = this.um;
69
+ if (this.un) {
70
+ var g = this.t5;
71
+ g.assigningShapeMarkerStyle = delegateCombine(g.assigningShapeMarkerStyle, runOn(this, this.u0));
72
72
  }
73
73
  else {
74
- var h = this.t4;
75
- h.assigningShapeMarkerStyle = delegateRemove(h.assigningShapeMarkerStyle, runOn(this, this.uz));
74
+ var h = this.t5;
75
+ h.assigningShapeMarkerStyle = delegateRemove(h.assigningShapeMarkerStyle, runOn(this, this.u0));
76
76
  }
77
77
  break;
78
78
  case GeographicShapeSeriesBase.$$p[2]:
79
- this.t4.up = this.ue;
79
+ this.t5.ul = this.uf;
80
80
  break;
81
81
  case GeographicShapeSeriesBase.$$p[3]:
82
- this.t4.vk = this.uo;
82
+ this.t5.vl = this.up;
83
83
  break;
84
84
  case GeographicShapeSeriesBase.$$p[4]:
85
- this.t4.vl = this.up;
85
+ this.t5.vm = this.uq;
86
86
  break;
87
87
  case "ShapefileDataSource":
88
88
  if (c != null) {
89
89
  var i = c;
90
- if (this.ui) {
91
- i.importCompleted = delegateRemove(i.importCompleted, runOn(this, this.u1));
90
+ if (this.uj) {
91
+ i.importCompleted = delegateRemove(i.importCompleted, runOn(this, this.u2));
92
92
  }
93
93
  }
94
94
  if (d != null) {
95
95
  var j = d;
96
96
  if (j.count > 0) {
97
- this.u2();
97
+ this.u3();
98
98
  break;
99
99
  }
100
- this.ui = true;
101
- j.importCompleted = delegateCombine(j.importCompleted, runOn(this, this.u1));
100
+ this.uj = true;
101
+ j.importCompleted = delegateCombine(j.importCompleted, runOn(this, this.u2));
102
102
  }
103
103
  break;
104
104
  }
105
105
  };
106
- GeographicShapeSeriesBase.prototype.u0 = function (a, b) {
106
+ GeographicShapeSeriesBase.prototype.u1 = function (a, b) {
107
107
  if (this.assigningShapeStyle != null) {
108
108
  this.assigningShapeStyle(this, b);
109
109
  }
110
110
  };
111
- GeographicShapeSeriesBase.prototype.uz = function (a, b) {
111
+ GeographicShapeSeriesBase.prototype.u0 = function (a, b) {
112
112
  if (this.assigningShapeMarkerStyle != null) {
113
113
  this.assigningShapeMarkerStyle(this, b);
114
114
  }
115
115
  };
116
- GeographicShapeSeriesBase.prototype.u1 = function (a, b) {
117
- this.u2();
116
+ GeographicShapeSeriesBase.prototype.u2 = function (a, b) {
117
+ this.u3();
118
118
  };
119
- GeographicShapeSeriesBase.prototype.u2 = function () {
120
- var sds_ = this.uh;
119
+ GeographicShapeSeriesBase.prototype.u3 = function () {
120
+ var sds_ = this.ui;
121
121
  var ext_ = sds_.externalObject;
122
122
  this.itemsSource = (ext_.getPointData());
123
123
  };
124
- Object.defineProperty(GeographicShapeSeriesBase.prototype, "uh", {
124
+ Object.defineProperty(GeographicShapeSeriesBase.prototype, "ui", {
125
125
  get: function () {
126
- return this.ug;
126
+ return this.uh;
127
127
  },
128
128
  set: function (a) {
129
- var b = this.ug;
130
- this.ug = a;
131
- if (b != this.ug) {
132
- this.raisePropertyChanged("ShapefileDataSource", b, this.ug);
129
+ var b = this.uh;
130
+ this.uh = a;
131
+ if (b != this.uh) {
132
+ this.raisePropertyChanged("ShapefileDataSource", b, this.uh);
133
133
  }
134
134
  },
135
135
  enumerable: false,
@@ -142,7 +142,7 @@ var GeographicShapeSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
142
142
  _super.prototype.set_gg.call(this, a);
143
143
  };
144
144
  GeographicShapeSeriesBase.$t = markType(GeographicShapeSeriesBase, 'GeographicShapeSeriesBase', GeographicMapSeriesHost.$);
145
- GeographicShapeSeriesBase.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicShapeSeriesBase, 'raisePropertyChanged', ['IsCustomShapeMarkerStyleAllowed:ul:u3', [0, false], 'IsCustomShapeStyleAllowed:um:u4', [0, false], 'ItemSearchMode:ue:u5', [ShapeItemSearchMode_$type, enumGetBox(ShapeItemSearchMode_$type, 0)], 'ItemSearchPointsThreshold:uo:u6', [1, 10000], 'ItemSearchThreshold:up:u7', [1, 10000], 'ShapeFilterResolution:un:u8', [1, 2], 'ShapeMemberPath:ux:u9', [2, "points"]]);
145
+ GeographicShapeSeriesBase.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicShapeSeriesBase, 'raisePropertyChanged', ['IsCustomShapeMarkerStyleAllowed:um:u4', [0, false], 'IsCustomShapeStyleAllowed:un:u5', [0, false], 'ItemSearchMode:uf:u6', [ShapeItemSearchMode_$type, enumGetBox(ShapeItemSearchMode_$type, 0)], 'ItemSearchPointsThreshold:up:u7', [1, 10000], 'ItemSearchThreshold:uq:u8', [1, 10000], 'ShapeFilterResolution:uo:u9', [1, 2], 'ShapeMemberPath:uy:va', [2, "points"]]);
146
146
  return GeographicShapeSeriesBase;
147
147
  }(GeographicMapSeriesHost));
148
148
  export { GeographicShapeSeriesBase };
@@ -159,23 +159,23 @@ var GeographicShapeSeriesBaseView = /** @class */ /*@__PURE__*/ (function (_supe
159
159
  }
160
160
  GeographicShapeSeriesBaseView.prototype.b5 = function () {
161
161
  _super.prototype.b5.call(this);
162
- this.ch.t4.vx = this.ch.ux;
162
+ this.ch.t5.vy = this.ch.uy;
163
163
  };
164
164
  GeographicShapeSeriesBaseView.prototype.ci = function () {
165
- var a = this.ch.t4;
166
- if (this.ch.cz == null) {
167
- a.uj = null;
168
- a.ul = null;
165
+ var a = this.ch.t5;
166
+ if (this.ch.cv == null) {
167
+ a.uf = null;
168
+ a.uh = null;
169
169
  return;
170
170
  }
171
- a.uj = this.ch.cz.ua;
172
- a.ul = this.ch.cz.uc;
171
+ a.uf = this.ch.cv.ue;
172
+ a.uh = this.ch.cv.ug;
173
173
  };
174
174
  GeographicShapeSeriesBaseView.prototype.ck = function () {
175
- this.ch.t4.vx = this.ch.ux;
175
+ this.ch.t5.vy = this.ch.uy;
176
176
  };
177
177
  GeographicShapeSeriesBaseView.prototype.cj = function () {
178
- this.ch.t4.vh = this.ch.un;
178
+ this.ch.t5.vi = this.ch.uo;
179
179
  };
180
180
  GeographicShapeSeriesBaseView.$t = markType(GeographicShapeSeriesBaseView, 'GeographicShapeSeriesBaseView', HostSeriesView.$);
181
181
  return GeographicShapeSeriesBaseView;