igniteui-angular-maps 17.2.0 → 17.2.1

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