igniteui-angular-maps 20.0.2-beta.2 → 20.0.2-beta.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (104) hide show
  1. package/bundles/igniteui-angular-maps.umd.js +1409 -1409
  2. package/bundles/igniteui-angular-maps.umd.min.js +1 -1
  3. package/esm2015/lib/{AzureMapsMapImagery.js → AzureMapsImagery.js} +1 -1
  4. package/esm2015/lib/AzureMapsImageryStyle.js +14 -14
  5. package/{esm5/lib/AzureMapsMapImagery.js → esm2015/lib/AzureMapsImageryView.js} +1 -1
  6. package/esm2015/lib/{AzureMapsMapImageryView_combined.js → AzureMapsImageryView_combined.js} +18 -18
  7. package/esm2015/lib/GeographicContourLineSeriesView_combined.js +35 -35
  8. package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +69 -69
  9. package/esm2015/lib/GeographicMapSeriesHost_combined.js +163 -163
  10. package/esm2015/lib/GeographicMarkerSeries.js +25 -25
  11. package/esm2015/lib/GeographicPolylineSeriesView_combined.js +15 -15
  12. package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +84 -84
  13. package/esm2015/lib/GeographicShapeSeriesBase_combined.js +58 -58
  14. package/esm2015/lib/GeographicShapeSeriesView_combined.js +49 -49
  15. package/esm2015/lib/GeographicSymbolSeriesView_combined.js +53 -53
  16. package/esm2015/lib/GeographicTileSeries.js +26 -26
  17. package/esm2015/lib/TileSeries_combined.js +79 -79
  18. package/esm2015/lib/XamGeographicMap_combined.js +448 -448
  19. package/esm2015/lib/igx-azure-maps-imagery-dynamic-module.js +34 -0
  20. package/esm2015/lib/{igx-azure-maps-map-imagery-module.js → igx-azure-maps-imagery-module.js} +7 -7
  21. package/esm2015/lib/{igx-azure-maps-map-imagery.js → igx-azure-maps-imagery.js} +4 -4
  22. package/esm2015/lib/igx-geographic-contour-line-series-component.js +8 -8
  23. package/esm2015/lib/igx-geographic-high-density-scatter-series-component.js +22 -22
  24. package/esm2015/lib/igx-geographic-map-component.js +39 -39
  25. package/esm2015/lib/igx-geographic-map-series-host-component.js +11 -11
  26. package/esm2015/lib/igx-geographic-marker-series-component.js +22 -22
  27. package/esm2015/lib/igx-geographic-polyline-series-component.js +10 -10
  28. package/esm2015/lib/igx-geographic-proportional-symbol-series-component.js +32 -32
  29. package/esm2015/lib/igx-geographic-scatter-area-series-component.js +7 -7
  30. package/esm2015/lib/igx-geographic-shape-series-base-component.js +22 -22
  31. package/esm2015/lib/igx-geographic-shape-series-component.js +32 -32
  32. package/esm2015/lib/igx-geographic-symbol-series-component.js +14 -14
  33. package/esm2015/lib/igx-geographic-tile-series-component.js +3 -3
  34. package/esm2015/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  35. package/esm2015/lib/igx-tile-series-component.js +2 -2
  36. package/esm2015/public_api.js +5 -5
  37. package/{esm2015/lib/AzureMapsMapImageryView.js → esm5/lib/AzureMapsImagery.js} +1 -1
  38. package/esm5/lib/AzureMapsImageryStyle.js +14 -14
  39. package/esm5/lib/{AzureMapsMapImageryView.js → AzureMapsImageryView.js} +1 -1
  40. package/esm5/lib/{AzureMapsMapImageryView_combined.js → AzureMapsImageryView_combined.js} +33 -33
  41. package/esm5/lib/GeographicContourLineSeriesView_combined.js +35 -35
  42. package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +69 -69
  43. package/esm5/lib/GeographicMapSeriesHost_combined.js +161 -161
  44. package/esm5/lib/GeographicMarkerSeries.js +25 -25
  45. package/esm5/lib/GeographicPolylineSeriesView_combined.js +15 -15
  46. package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +84 -84
  47. package/esm5/lib/GeographicShapeSeriesBase_combined.js +57 -57
  48. package/esm5/lib/GeographicShapeSeriesView_combined.js +49 -49
  49. package/esm5/lib/GeographicSymbolSeriesView_combined.js +53 -53
  50. package/esm5/lib/GeographicTileSeries.js +25 -25
  51. package/esm5/lib/TileSeries_combined.js +77 -77
  52. package/esm5/lib/XamGeographicMap_combined.js +441 -441
  53. package/esm5/lib/igx-azure-maps-imagery-dynamic-module.js +33 -0
  54. package/esm5/lib/{igx-azure-maps-map-imagery-module.js → igx-azure-maps-imagery-module.js} +8 -8
  55. package/esm5/lib/{igx-azure-maps-map-imagery.js → igx-azure-maps-imagery.js} +16 -16
  56. package/esm5/lib/igx-geographic-contour-line-series-component.js +8 -8
  57. package/esm5/lib/igx-geographic-high-density-scatter-series-component.js +22 -22
  58. package/esm5/lib/igx-geographic-map-component.js +39 -39
  59. package/esm5/lib/igx-geographic-map-series-host-component.js +11 -11
  60. package/esm5/lib/igx-geographic-marker-series-component.js +22 -22
  61. package/esm5/lib/igx-geographic-polyline-series-component.js +10 -10
  62. package/esm5/lib/igx-geographic-proportional-symbol-series-component.js +32 -32
  63. package/esm5/lib/igx-geographic-scatter-area-series-component.js +7 -7
  64. package/esm5/lib/igx-geographic-shape-series-base-component.js +22 -22
  65. package/esm5/lib/igx-geographic-shape-series-component.js +32 -32
  66. package/esm5/lib/igx-geographic-symbol-series-component.js +14 -14
  67. package/esm5/lib/igx-geographic-tile-series-component.js +3 -3
  68. package/esm5/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  69. package/esm5/lib/igx-tile-series-component.js +2 -2
  70. package/esm5/public_api.js +5 -5
  71. package/fesm2015/igniteui-angular-maps.js +1395 -1395
  72. package/fesm5/igniteui-angular-maps.js +1405 -1405
  73. package/lib/AzureMapsImagery.d.ts +1 -0
  74. package/lib/AzureMapsImageryStyle.d.ts +13 -13
  75. package/lib/AzureMapsImageryView.d.ts +1 -0
  76. package/lib/{AzureMapsMapImageryView_combined.d.ts → AzureMapsImageryView_combined.d.ts} +5 -5
  77. package/lib/GeographicContourLineSeriesView_combined.d.ts +11 -11
  78. package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +16 -16
  79. package/lib/GeographicMapSeriesHost_combined.d.ts +27 -27
  80. package/lib/GeographicMarkerSeries.d.ts +13 -13
  81. package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
  82. package/lib/GeographicPolylineSeriesView_combined.d.ts +7 -7
  83. package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
  84. package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +21 -21
  85. package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
  86. package/lib/GeographicShapeSeriesBase_combined.d.ts +18 -18
  87. package/lib/GeographicShapeSeriesView_combined.d.ts +20 -20
  88. package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
  89. package/lib/GeographicSymbolSeriesView_combined.d.ts +14 -14
  90. package/lib/GeographicTileSeries.d.ts +8 -8
  91. package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
  92. package/lib/TileSeries_combined.d.ts +18 -18
  93. package/lib/XamGeographicMap_combined.d.ts +96 -96
  94. package/lib/igx-azure-maps-imagery-dynamic-module.d.ts +9 -0
  95. package/lib/igx-azure-maps-imagery-module.d.ts +7 -0
  96. package/lib/{igx-azure-maps-map-imagery.d.ts → igx-azure-maps-imagery.d.ts} +5 -5
  97. package/package.json +2 -2
  98. package/public_api.d.ts +5 -5
  99. package/esm2015/lib/igx-azure-maps-map-imagery-dynamic-module.js +0 -34
  100. package/esm5/lib/igx-azure-maps-map-imagery-dynamic-module.js +0 -33
  101. package/lib/AzureMapsMapImagery.d.ts +0 -1
  102. package/lib/AzureMapsMapImageryView.d.ts +0 -1
  103. package/lib/igx-azure-maps-map-imagery-dynamic-module.d.ts +0 -9
  104. package/lib/igx-azure-maps-map-imagery-module.d.ts +0 -7
@@ -31,14 +31,14 @@ export let GeographicPolylineSeriesView = /*@__PURE__*/ (() => {
31
31
  }
32
32
  ci() {
33
33
  super.ci();
34
- this.cy.xa.aai = this.cy.yp;
35
- this.cy.xa.aan = this.cy.yx;
34
+ this.cy.xb.aaj = this.cy.yq;
35
+ this.cy.xb.aao = this.cy.yy;
36
36
  }
37
37
  cz() {
38
- this.cy.xa.aai = this.cy.yp;
38
+ this.cy.xb.aaj = this.cy.yq;
39
39
  }
40
40
  c0() {
41
- this.cy.xa.aan = this.cy.yx;
41
+ this.cy.xb.aao = this.cy.yy;
42
42
  }
43
43
  }
44
44
  GeographicPolylineSeriesView.$t = markType(GeographicPolylineSeriesView, 'GeographicPolylineSeriesView', GeographicShapeSeriesBaseView.$);
@@ -63,33 +63,33 @@ export let GeographicPolylineSeries = /*@__PURE__*/ (() => {
63
63
  ct() {
64
64
  return new GeographicPolylineSeriesView(this);
65
65
  }
66
- q7(a) {
67
- super.q7(a);
68
- this.yq = a;
66
+ q8(a) {
67
+ super.q8(a);
68
+ this.yr = a;
69
69
  }
70
- w9() {
70
+ xa() {
71
71
  let a = new ScatterPolylineSeries();
72
- a.styleShape = delegateCombine(a.styleShape, runOn(this, this.yu));
72
+ a.styleShape = delegateCombine(a.styleShape, runOn(this, this.yv));
73
73
  return a;
74
74
  }
75
- yu(a, b) {
75
+ yv(a, b) {
76
76
  if (this.styleShape != null) {
77
77
  this.styleShape(this, b);
78
78
  }
79
79
  }
80
- rg(a, b, c, d) {
81
- super.rg(a, b, c, d);
80
+ rh(a, b, c, d) {
81
+ super.rh(a, b, c, d);
82
82
  switch (b) {
83
83
  case GeographicPolylineSeries.$$p[1]:
84
- this.yq.cz();
84
+ this.yr.cz();
85
85
  break;
86
86
  case GeographicPolylineSeries.$$p[0]:
87
- this.yq.c0();
87
+ this.yr.c0();
88
88
  break;
89
89
  }
90
90
  }
91
91
  }
92
92
  GeographicPolylineSeries.$t = markType(GeographicPolylineSeries, 'GeographicPolylineSeries', GeographicShapeSeriesBase.$);
93
- GeographicPolylineSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicPolylineSeries, 'raisePropertyChanged', ['ShapeStyle:yx:yv', [Style.$, null], 'ShapeStyleSelector:yp:yw', [StyleSelector.$, null]]);
93
+ GeographicPolylineSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicPolylineSeries, 'raisePropertyChanged', ['ShapeStyle:yy:yw', [Style.$, null], 'ShapeStyleSelector:yq:yx', [StyleSelector.$, null]]);
94
94
  return GeographicPolylineSeries;
95
95
  })();
@@ -30,97 +30,97 @@ export let GeographicProportionalSymbolSeriesView = /*@__PURE__*/ (() => {
30
30
  }
31
31
  ci() {
32
32
  super.ci();
33
- let a = this.cu.xa;
34
- a.aa3 = this.cu.y9;
35
- a.abb = this.cu.y7;
36
- a.xk = this.cu.xk;
37
- a.yc = this.cu.x0;
38
- a.xt = this.cu.xl;
33
+ let a = this.cu.xb;
34
+ a.aa4 = this.cu.za;
35
+ a.abc = this.cu.y8;
36
+ a.xl = this.cu.xl;
37
+ a.yd = this.cu.x1;
38
+ a.xu = this.cu.xm;
39
+ a.ade = this.cu.yu;
40
+ a.ad4 = this.cu.zf;
41
+ a.ac3 = this.cu.ym;
42
+ a.adu = this.cu.y6;
43
+ a.adp = this.cu.yy;
44
+ a.ac0 = this.cu.yj;
45
+ a.adc = this.cu.yq;
39
46
  a.add = this.cu.yt;
40
- a.ad3 = this.cu.ze;
41
- a.ac2 = this.cu.yl;
42
- a.adt = this.cu.y5;
43
- a.ado = this.cu.yx;
44
- a.acz = this.cu.yi;
45
- a.adb = this.cu.yp;
46
- a.adc = this.cu.ys;
47
+ a.adj = this.cu.yw;
47
48
  a.adi = this.cu.yv;
48
- a.adh = this.cu.yu;
49
49
  }
50
50
  c3() {
51
- this.cu.xa.aa3 = this.cu.y9;
51
+ this.cu.xb.aa4 = this.cu.za;
52
52
  }
53
53
  c2() {
54
- this.cu.xa.abb = this.cu.y7;
54
+ this.cu.xb.abc = this.cu.y8;
55
55
  }
56
56
  c8() {
57
- this.cu.xa.xk = this.cu.xk;
57
+ this.cu.xb.xl = this.cu.xl;
58
58
  }
59
59
  c6() {
60
- this.cu.xa.yc = this.cu.x0;
60
+ this.cu.xb.yd = this.cu.x1;
61
61
  }
62
62
  c7() {
63
- this.cu.xa.xt = this.cu.xl;
63
+ this.cu.xb.xu = this.cu.xm;
64
64
  }
65
65
  c9() {
66
- this.cu.xa.aaj = this.cu.xm;
66
+ this.cu.xb.aak = this.cu.xn;
67
67
  }
68
68
  db() {
69
- this.cu.xa.xAxis = this.cu.dc.yc;
69
+ this.cu.xb.xAxis = this.cu.dc.yd;
70
70
  }
71
71
  dc() {
72
- this.cu.xa.yAxis = this.cu.dc.ye;
72
+ this.cu.xb.yAxis = this.cu.dc.yf;
73
73
  }
74
74
  da() {
75
- let a = this.cu.xa;
75
+ let a = this.cu.xb;
76
76
  if (this.cu.dc == null) {
77
77
  a.xAxis = null;
78
78
  a.yAxis = null;
79
79
  return;
80
80
  }
81
- a.xAxis = this.cu.dc.yc;
82
- a.yAxis = this.cu.dc.ye;
81
+ a.xAxis = this.cu.dc.yd;
82
+ a.yAxis = this.cu.dc.yf;
83
83
  }
84
84
  c4() {
85
- this.cu.xa.yt = this.cu.ye;
85
+ this.cu.xb.yu = this.cu.yf;
86
86
  }
87
87
  c5() {
88
- this.cu.xa.yu = this.cu.yf;
88
+ this.cu.xb.yv = this.cu.yg;
89
89
  }
90
90
  dd() {
91
- this.cu.xa.ad3 = this.cu.ze;
91
+ this.cu.xb.ad4 = this.cu.zf;
92
92
  }
93
93
  de() {
94
- this.cu.xa.ac2 = this.cu.yl;
95
- this.cu.xa.add = this.cu.yt;
94
+ this.cu.xb.ac3 = this.cu.ym;
95
+ this.cu.xb.ade = this.cu.yu;
96
96
  }
97
97
  cy() {
98
- this.cu.xa.adt = this.cu.y5;
98
+ this.cu.xb.adu = this.cu.y6;
99
99
  }
100
100
  cw() {
101
- this.cu.xa.acz = this.cu.yi;
102
- this.cu.xa.adb = this.cu.yp;
103
- this.cu.xa.adc = this.cu.ys;
104
- this.cu.xa.adi = this.cu.yv;
105
- this.cu.xa.adh = this.cu.yu;
101
+ this.cu.xb.ac0 = this.cu.yj;
102
+ this.cu.xb.adc = this.cu.yq;
103
+ this.cu.xb.add = this.cu.yt;
104
+ this.cu.xb.adj = this.cu.yw;
105
+ this.cu.xb.adi = this.cu.yv;
106
106
  }
107
107
  cv() {
108
- this.cu.xa.ado = this.cu.yx;
108
+ this.cu.xb.adp = this.cu.yy;
109
109
  }
110
110
  df() {
111
- this.cu.xa.add = this.cu.yt;
111
+ this.cu.xb.ade = this.cu.yu;
112
112
  }
113
113
  cx() {
114
- this.cu.xa.adb = this.cu.yp;
114
+ this.cu.xb.adc = this.cu.yq;
115
115
  }
116
116
  c1() {
117
- this.cu.xa.adc = this.cu.ys;
117
+ this.cu.xb.add = this.cu.yt;
118
118
  }
119
119
  c0() {
120
- this.cu.xa.adi = this.cu.yv;
120
+ this.cu.xb.adj = this.cu.yw;
121
121
  }
122
122
  cz() {
123
- this.cu.xa.adh = this.cu.yu;
123
+ this.cu.xb.adi = this.cu.yv;
124
124
  }
125
125
  }
126
126
  GeographicProportionalSymbolSeriesView.$t = markType(GeographicProportionalSymbolSeriesView, 'GeographicProportionalSymbolSeriesView', HostSeriesView.$);
@@ -133,9 +133,9 @@ export let GeographicProportionalSymbolSeries = /*@__PURE__*/ (() => {
133
133
  class GeographicProportionalSymbolSeries extends GeographicMarkerSeries {
134
134
  constructor() {
135
135
  super();
136
- this.yj = null;
136
+ this.yk = null;
137
+ this.yp = false;
137
138
  this.yo = false;
138
- this.yn = false;
139
139
  this.assigningScatterStyle = null;
140
140
  this.assigningScatterMarkerStyle = null;
141
141
  this.ab = GeographicProportionalSymbolSeries.$;
@@ -149,111 +149,111 @@ export let GeographicProportionalSymbolSeries = /*@__PURE__*/ (() => {
149
149
  ct() {
150
150
  return new GeographicProportionalSymbolSeriesView(this);
151
151
  }
152
- q7(a) {
153
- super.q7(a);
154
- this.ym = a;
152
+ q8(a) {
153
+ super.q8(a);
154
+ this.yn = a;
155
155
  }
156
156
  jo() {
157
157
  return 0.7;
158
158
  }
159
- w9() {
159
+ xa() {
160
160
  return new BubbleSeries();
161
161
  }
162
162
  get_ff() {
163
163
  return true;
164
164
  }
165
- rg(a, b, c, d) {
166
- super.rg(a, b, c, d);
165
+ rh(a, b, c, d) {
166
+ super.rh(a, b, c, d);
167
167
  switch (b) {
168
168
  case "SeriesViewer":
169
- this.ym.da();
169
+ this.yn.da();
170
170
  break;
171
171
  case GeographicProportionalSymbolSeries.$$p[9]:
172
- this.ym.c3();
172
+ this.yn.c3();
173
173
  break;
174
174
  case GeographicProportionalSymbolSeries.$$p[8]:
175
- this.ym.c2();
175
+ this.yn.c2();
176
176
  break;
177
177
  case "XAxis":
178
- this.ym.db();
178
+ this.yn.db();
179
179
  break;
180
180
  case "YAxis":
181
- this.ym.dc();
181
+ this.yn.dc();
182
182
  break;
183
183
  case GeographicProportionalSymbolSeries.$$p[13]:
184
- this.ym.dd();
184
+ this.yn.dd();
185
185
  break;
186
186
  case GeographicProportionalSymbolSeries.$$p[14]:
187
- this.ym.de();
187
+ this.yn.de();
188
188
  break;
189
189
  case GeographicProportionalSymbolSeries.$$p[15]:
190
- this.ym.df();
190
+ this.yn.df();
191
191
  break;
192
192
  case GeographicProportionalSymbolSeries.$$p[7]:
193
- this.ym.cy();
193
+ this.yn.cy();
194
194
  break;
195
195
  case GeographicProportionalSymbolSeries.$$p[0]:
196
- this.ym.cv();
196
+ this.yn.cv();
197
197
  break;
198
198
  case GeographicProportionalSymbolSeries.$$p[1]:
199
- this.ym.cw();
199
+ this.yn.cw();
200
200
  break;
201
201
  case GeographicProportionalSymbolSeries.$$p[2]:
202
- this.ym.cx();
202
+ this.yn.cx();
203
203
  break;
204
204
  case GeographicProportionalSymbolSeries.$$p[12]:
205
- this.ym.c1();
205
+ this.yn.c1();
206
206
  break;
207
207
  case GeographicProportionalSymbolSeries.$$p[11]:
208
- this.ym.c0();
208
+ this.yn.c0();
209
209
  break;
210
210
  case GeographicProportionalSymbolSeries.$$p[10]:
211
- this.ym.cz();
211
+ this.yn.cz();
212
212
  break;
213
213
  case GeographicProportionalSymbolSeries.$$p[4]:
214
- this.xa.zz = this.yr;
215
- this.yo = this.yr;
216
- if (this.yr) {
217
- let e = this.xa;
218
- e.assigningScatterStyle = delegateCombine(e.assigningScatterStyle, runOn(this, this.zj));
214
+ this.xb.z0 = this.ys;
215
+ this.yp = this.ys;
216
+ if (this.ys) {
217
+ let e = this.xb;
218
+ e.assigningScatterStyle = delegateCombine(e.assigningScatterStyle, runOn(this, this.zk));
219
219
  }
220
220
  else {
221
- let f = this.xa;
222
- f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.zj));
221
+ let f = this.xb;
222
+ f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.zk));
223
223
  }
224
224
  break;
225
225
  case GeographicProportionalSymbolSeries.$$p[3]:
226
- this.xa.zy = this.yq;
227
- this.yn = this.yq;
228
- if (this.yr) {
229
- let g = this.xa;
230
- g.assigningScatterMarkerStyle = delegateCombine(g.assigningScatterMarkerStyle, runOn(this, this.zi));
226
+ this.xb.zz = this.yr;
227
+ this.yo = this.yr;
228
+ if (this.ys) {
229
+ let g = this.xb;
230
+ g.assigningScatterMarkerStyle = delegateCombine(g.assigningScatterMarkerStyle, runOn(this, this.zj));
231
231
  }
232
232
  else {
233
- let h = this.xa;
234
- h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.zi));
233
+ let h = this.xb;
234
+ h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.zj));
235
235
  }
236
236
  break;
237
237
  case GeographicProportionalSymbolSeries.$$p[5]:
238
- this.xa.zi = this.yk;
238
+ this.xb.zj = this.yl;
239
239
  break;
240
240
  case GeographicProportionalSymbolSeries.$$p[6]:
241
- this.xa.aai = this.yw;
241
+ this.xb.aaj = this.yx;
242
242
  break;
243
243
  }
244
244
  }
245
- zj(a, b) {
245
+ zk(a, b) {
246
246
  if (this.assigningScatterStyle != null) {
247
247
  this.assigningScatterStyle(this, b);
248
248
  }
249
249
  }
250
- zi(a, b) {
250
+ zj(a, b) {
251
251
  if (this.assigningScatterMarkerStyle != null) {
252
252
  this.assigningScatterMarkerStyle(this, b);
253
253
  }
254
254
  }
255
255
  }
256
256
  GeographicProportionalSymbolSeries.$t = markType(GeographicProportionalSymbolSeries, 'GeographicProportionalSymbolSeries', GeographicMarkerSeries.$);
257
- GeographicProportionalSymbolSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicProportionalSymbolSeries, 'raisePropertyChanged', ['FillMemberPath:yx:zk', [2], 'FillScale:yi:zl', [BrushScale.$], 'FillScaleUseGlobalValues:yp:zm', [0, false], 'IsCustomScatterMarkerStyleAllowed:yq:zn', [0, false], 'IsCustomScatterStyleAllowed:yr:zo', [0, false], 'ItemSearchMode:yk:zp', [ScatterItemSearchMode_$type, enumGetBox(ScatterItemSearchMode_$type, 0)], 'ItemSearchThreshold:yw:zq', [1, 10000], 'LabelMemberPath:y5:zr', [2], 'LatitudeMemberPath:y7:zs', [2, null], 'LongitudeMemberPath:y9:zt', [2, null], 'MarkerBrushBrightness:yu:zu', [1, NaN], 'MarkerOutlineBrightness:yv:zv', [1, NaN], 'MarkerOutlineUsesFillScale:ys:zw', [0, false], 'RadiusMemberPath:ze:zx', [2, null], 'RadiusScale:yl:zy', [SizeScale.$], 'RadiusScaleUseGlobalValues:yt:zz', [0, false]]);
257
+ GeographicProportionalSymbolSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicProportionalSymbolSeries, 'raisePropertyChanged', ['FillMemberPath:yy:zl', [2], 'FillScale:yj:zm', [BrushScale.$], 'FillScaleUseGlobalValues:yq:zn', [0, false], 'IsCustomScatterMarkerStyleAllowed:yr:zo', [0, false], 'IsCustomScatterStyleAllowed:ys:zp', [0, false], 'ItemSearchMode:yl:zq', [ScatterItemSearchMode_$type, enumGetBox(ScatterItemSearchMode_$type, 0)], 'ItemSearchThreshold:yx:zr', [1, 10000], 'LabelMemberPath:y6:zs', [2], 'LatitudeMemberPath:y8:zt', [2, null], 'LongitudeMemberPath:za:zu', [2, null], 'MarkerBrushBrightness:yv:zv', [1, NaN], 'MarkerOutlineBrightness:yw:zw', [1, NaN], 'MarkerOutlineUsesFillScale:yt:zx', [0, false], 'RadiusMemberPath:zf:zy', [2, null], 'RadiusScale:ym:zz', [SizeScale.$], 'RadiusScaleUseGlobalValues:yu:z0', [0, false]]);
258
258
  return GeographicProportionalSymbolSeries;
259
259
  })();
@@ -18,19 +18,19 @@ export let GeographicShapeSeriesBase = /*@__PURE__*/ (() => {
18
18
  class GeographicShapeSeriesBase extends GeographicMapSeriesHost {
19
19
  constructor() {
20
20
  super(...arguments);
21
+ this.xs = false;
21
22
  this.xr = false;
22
- this.xq = false;
23
23
  this.assigningShapeStyle = null;
24
24
  this.assigningShapeMarkerStyle = null;
25
- this.xn = null;
26
- this.xp = false;
25
+ this.xo = null;
26
+ this.xq = false;
27
27
  }
28
28
  ct() {
29
29
  return new GeographicShapeSeriesBaseView(this);
30
30
  }
31
- q7(a) {
32
- super.q7(a);
33
- this.xm = a;
31
+ q8(a) {
32
+ super.q8(a);
33
+ this.xn = a;
34
34
  }
35
35
  get_ff() {
36
36
  return true;
@@ -38,105 +38,105 @@ export let GeographicShapeSeriesBase = /*@__PURE__*/ (() => {
38
38
  get_ef() {
39
39
  return true;
40
40
  }
41
- rg(a, b, c, d) {
42
- super.rg(a, b, c, d);
41
+ rh(a, b, c, d) {
42
+ super.rh(a, b, c, d);
43
43
  switch (b) {
44
44
  case "SeriesViewer":
45
- this.xm.cv();
45
+ this.xn.cv();
46
46
  break;
47
47
  case "ShapeMemberPath":
48
- this.xm.cx();
48
+ this.xn.cx();
49
49
  break;
50
50
  case GeographicShapeSeriesBase.$$p[8]:
51
- this.xm.cw();
51
+ this.xn.cw();
52
52
  break;
53
53
  case GeographicShapeSeriesBase.$$p[4]:
54
- this.xa.yi = this.xu;
55
- this.xr = this.xu;
56
- if (this.xu) {
57
- let e = this.xa;
58
- e.assigningShapeStyle = delegateCombine(e.assigningShapeStyle, runOn(this, this.yc));
54
+ this.xb.yj = this.xv;
55
+ this.xs = this.xv;
56
+ if (this.xv) {
57
+ let e = this.xb;
58
+ e.assigningShapeStyle = delegateCombine(e.assigningShapeStyle, runOn(this, this.yd));
59
59
  }
60
60
  else {
61
- let f = this.xa;
62
- f.assigningShapeStyle = delegateRemove(f.assigningShapeStyle, runOn(this, this.yc));
61
+ let f = this.xb;
62
+ f.assigningShapeStyle = delegateRemove(f.assigningShapeStyle, runOn(this, this.yd));
63
63
  }
64
64
  break;
65
65
  case GeographicShapeSeriesBase.$$p[3]:
66
- this.xa.yh = this.xt;
67
- this.xq = this.xt;
68
- if (this.xu) {
69
- let g = this.xa;
70
- g.assigningShapeMarkerStyle = delegateCombine(g.assigningShapeMarkerStyle, runOn(this, this.yb));
66
+ this.xb.yi = this.xu;
67
+ this.xr = this.xu;
68
+ if (this.xv) {
69
+ let g = this.xb;
70
+ g.assigningShapeMarkerStyle = delegateCombine(g.assigningShapeMarkerStyle, runOn(this, this.yc));
71
71
  }
72
72
  else {
73
- let h = this.xa;
74
- h.assigningShapeMarkerStyle = delegateRemove(h.assigningShapeMarkerStyle, runOn(this, this.yb));
73
+ let h = this.xb;
74
+ h.assigningShapeMarkerStyle = delegateRemove(h.assigningShapeMarkerStyle, runOn(this, this.yc));
75
75
  }
76
76
  break;
77
77
  case GeographicShapeSeriesBase.$$p[5]:
78
- this.xa.xu = this.xl;
78
+ this.xb.xv = this.xm;
79
79
  break;
80
80
  case GeographicShapeSeriesBase.$$p[6]:
81
- this.xa.yz = this.xw;
81
+ this.xb.y0 = this.xx;
82
82
  break;
83
83
  case GeographicShapeSeriesBase.$$p[7]:
84
- this.xa.y0 = this.xx;
84
+ this.xb.y1 = this.xy;
85
85
  break;
86
86
  case GeographicShapeSeriesBase.$$p[0]:
87
- this.xa.y4 = this.xy;
87
+ this.xb.y5 = this.xz;
88
88
  break;
89
89
  case GeographicShapeSeriesBase.$$p[1]:
90
- this.xa.xk = this.xk;
90
+ this.xb.xl = this.xl;
91
91
  break;
92
92
  case GeographicShapeSeriesBase.$$p[2]:
93
- this.xa.yd = this.xs;
93
+ this.xb.ye = this.xt;
94
94
  break;
95
95
  case "ShapefileDataSource":
96
96
  if (c != null) {
97
97
  let i = c;
98
- if (this.xp) {
99
- i.importCompleted = delegateRemove(i.importCompleted, runOn(this, this.yd));
98
+ if (this.xq) {
99
+ i.importCompleted = delegateRemove(i.importCompleted, runOn(this, this.ye));
100
100
  }
101
101
  }
102
102
  if (d != null) {
103
103
  let j = d;
104
104
  if (j.count > 0) {
105
- this.ye();
105
+ this.yf();
106
106
  break;
107
107
  }
108
- this.xp = true;
109
- j.importCompleted = delegateCombine(j.importCompleted, runOn(this, this.yd));
108
+ this.xq = true;
109
+ j.importCompleted = delegateCombine(j.importCompleted, runOn(this, this.ye));
110
110
  }
111
111
  break;
112
112
  }
113
113
  }
114
- yc(a, b) {
114
+ yd(a, b) {
115
115
  if (this.assigningShapeStyle != null) {
116
116
  this.assigningShapeStyle(this, b);
117
117
  }
118
118
  }
119
- yb(a, b) {
119
+ yc(a, b) {
120
120
  if (this.assigningShapeMarkerStyle != null) {
121
121
  this.assigningShapeMarkerStyle(this, b);
122
122
  }
123
123
  }
124
- yd(a, b) {
125
- this.ye();
124
+ ye(a, b) {
125
+ this.yf();
126
126
  }
127
- ye() {
128
- let sds_ = this.xo;
127
+ yf() {
128
+ let sds_ = this.xp;
129
129
  let ext_ = sds_.externalObject;
130
130
  this.itemsSource = (ext_.getPointData());
131
131
  }
132
- get xo() {
133
- return this.xn;
132
+ get xp() {
133
+ return this.xo;
134
134
  }
135
- set xo(a) {
136
- let b = this.xn;
137
- this.xn = a;
138
- if (b != this.xn) {
139
- this.raisePropertyChanged("ShapefileDataSource", b, this.xn);
135
+ set xp(a) {
136
+ let b = this.xo;
137
+ this.xo = a;
138
+ if (b != this.xo) {
139
+ this.raisePropertyChanged("ShapefileDataSource", b, this.xo);
140
140
  }
141
141
  }
142
142
  get_g8() {
@@ -147,7 +147,7 @@ export let GeographicShapeSeriesBase = /*@__PURE__*/ (() => {
147
147
  }
148
148
  }
149
149
  GeographicShapeSeriesBase.$t = markType(GeographicShapeSeriesBase, 'GeographicShapeSeriesBase', GeographicMapSeriesHost.$);
150
- GeographicShapeSeriesBase.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicShapeSeriesBase, 'raisePropertyChanged', ['FillMemberPath:xy:yf', [2], 'FillScale:xk:yg', [BrushScale.$], 'FillScaleUseGlobalValues:xs:yh', [0, false], 'IsCustomShapeMarkerStyleAllowed:xt:yi', [0, false], 'IsCustomShapeStyleAllowed:xu:yj', [0, false], 'ItemSearchMode:xl:yk', [ShapeItemSearchMode_$type, enumGetBox(ShapeItemSearchMode_$type, 0)], 'ItemSearchPointsThreshold:xw:yl', [1, 10000], 'ItemSearchThreshold:xx:ym', [1, 10000], 'ShapeFilterResolution:xv:yn', [1, 2], 'ShapeMemberPath:x9:yo', [2, "points"]]);
150
+ GeographicShapeSeriesBase.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicShapeSeriesBase, 'raisePropertyChanged', ['FillMemberPath:xz:yg', [2], 'FillScale:xl:yh', [BrushScale.$], 'FillScaleUseGlobalValues:xt:yi', [0, false], 'IsCustomShapeMarkerStyleAllowed:xu:yj', [0, false], 'IsCustomShapeStyleAllowed:xv:yk', [0, false], 'ItemSearchMode:xm:yl', [ShapeItemSearchMode_$type, enumGetBox(ShapeItemSearchMode_$type, 0)], 'ItemSearchPointsThreshold:xx:ym', [1, 10000], 'ItemSearchThreshold:xy:yn', [1, 10000], 'ShapeFilterResolution:xw:yo', [1, 2], 'ShapeMemberPath:ya:yp', [2, "points"]]);
151
151
  return GeographicShapeSeriesBase;
152
152
  })();
153
153
  /**
@@ -162,23 +162,23 @@ export let GeographicShapeSeriesBaseView = /*@__PURE__*/ (() => {
162
162
  }
163
163
  ci() {
164
164
  super.ci();
165
- this.cu.xa.zh = this.cu.x9;
165
+ this.cu.xb.zi = this.cu.ya;
166
166
  }
167
167
  cv() {
168
- let a = this.cu.xa;
168
+ let a = this.cu.xb;
169
169
  if (this.cu.dc == null) {
170
- a.xo = null;
171
- a.xq = null;
170
+ a.xp = null;
171
+ a.xr = null;
172
172
  return;
173
173
  }
174
- a.xo = this.cu.dc.yc;
175
- a.xq = this.cu.dc.ye;
174
+ a.xp = this.cu.dc.yd;
175
+ a.xr = this.cu.dc.yf;
176
176
  }
177
177
  cx() {
178
- this.cu.xa.zh = this.cu.x9;
178
+ this.cu.xb.zi = this.cu.ya;
179
179
  }
180
180
  cw() {
181
- this.cu.xa.yw = this.cu.xv;
181
+ this.cu.xb.yx = this.cu.xw;
182
182
  }
183
183
  }
184
184
  GeographicShapeSeriesBaseView.$t = markType(GeographicShapeSeriesBaseView, 'GeographicShapeSeriesBaseView', HostSeriesView.$);