igniteui-angular-maps 13.1.1 → 13.2.0-beta.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (78) hide show
  1. package/bundles/igniteui-angular-maps.umd.js +1515 -1496
  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 +86 -80
  5. package/esm2015/lib/GeographicMapSeriesHost_combined.js +183 -183
  6. package/esm2015/lib/GeographicMarkerSeries.js +33 -26
  7. package/esm2015/lib/GeographicPolylineSeriesView_combined.js +18 -18
  8. package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +92 -92
  9. package/esm2015/lib/GeographicShapeSeriesBase_combined.js +63 -63
  10. package/esm2015/lib/GeographicShapeSeriesView_combined.js +61 -54
  11. package/esm2015/lib/GeographicSymbolSeriesView_combined.js +59 -59
  12. package/esm2015/lib/GeographicTileSeries.js +28 -28
  13. package/esm2015/lib/SphericalMercatorHorizontalScaler.js +2 -2
  14. package/esm2015/lib/SphericalMercatorVerticalScaler.js +2 -2
  15. package/esm2015/lib/TileSeries_combined.js +92 -92
  16. package/esm2015/lib/XamGeographicMap_combined.js +473 -473
  17. package/esm2015/lib/igx-geographic-contour-line-series-component.js +24 -24
  18. package/esm2015/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
  19. package/esm2015/lib/igx-geographic-map-component.js +50 -50
  20. package/esm2015/lib/igx-geographic-map-series-host-component.js +21 -21
  21. package/esm2015/lib/igx-geographic-marker-series-component.js +22 -22
  22. package/esm2015/lib/igx-geographic-polyline-series-component.js +11 -11
  23. package/esm2015/lib/igx-geographic-proportional-symbol-series-component.js +43 -43
  24. package/esm2015/lib/igx-geographic-scatter-area-series-component.js +18 -18
  25. package/esm2015/lib/igx-geographic-shape-series-base-component.js +20 -20
  26. package/esm2015/lib/igx-geographic-shape-series-component.js +33 -33
  27. package/esm2015/lib/igx-geographic-symbol-series-component.js +15 -15
  28. package/esm2015/lib/igx-geographic-tile-series-component.js +5 -5
  29. package/esm2015/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  30. package/esm2015/lib/igx-tile-series-component.js +4 -4
  31. package/esm5/lib/GeographicContourLineSeriesView_combined.js +37 -37
  32. package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +86 -80
  33. package/esm5/lib/GeographicMapSeriesHost_combined.js +181 -181
  34. package/esm5/lib/GeographicMarkerSeries.js +33 -26
  35. package/esm5/lib/GeographicPolylineSeriesView_combined.js +18 -18
  36. package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +92 -92
  37. package/esm5/lib/GeographicShapeSeriesBase_combined.js +62 -62
  38. package/esm5/lib/GeographicShapeSeriesView_combined.js +61 -54
  39. package/esm5/lib/GeographicSymbolSeriesView_combined.js +59 -59
  40. package/esm5/lib/GeographicTileSeries.js +27 -27
  41. package/esm5/lib/SphericalMercatorHorizontalScaler.js +2 -2
  42. package/esm5/lib/SphericalMercatorVerticalScaler.js +2 -2
  43. package/esm5/lib/TileSeries_combined.js +90 -90
  44. package/esm5/lib/XamGeographicMap_combined.js +466 -466
  45. package/esm5/lib/igx-geographic-contour-line-series-component.js +24 -24
  46. package/esm5/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
  47. package/esm5/lib/igx-geographic-map-component.js +50 -50
  48. package/esm5/lib/igx-geographic-map-series-host-component.js +21 -21
  49. package/esm5/lib/igx-geographic-marker-series-component.js +22 -22
  50. package/esm5/lib/igx-geographic-polyline-series-component.js +11 -11
  51. package/esm5/lib/igx-geographic-proportional-symbol-series-component.js +43 -43
  52. package/esm5/lib/igx-geographic-scatter-area-series-component.js +18 -18
  53. package/esm5/lib/igx-geographic-shape-series-base-component.js +20 -20
  54. package/esm5/lib/igx-geographic-shape-series-component.js +33 -33
  55. package/esm5/lib/igx-geographic-symbol-series-component.js +15 -15
  56. package/esm5/lib/igx-geographic-tile-series-component.js +5 -5
  57. package/esm5/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  58. package/esm5/lib/igx-tile-series-component.js +4 -4
  59. package/fesm2015/igniteui-angular-maps.js +1528 -1509
  60. package/fesm5/igniteui-angular-maps.js +1515 -1496
  61. package/lib/GeographicContourLineSeriesView_combined.d.ts +15 -15
  62. package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +26 -25
  63. package/lib/GeographicMapSeriesHost_combined.d.ts +46 -46
  64. package/lib/GeographicMarkerSeries.d.ts +18 -17
  65. package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
  66. package/lib/GeographicPolylineSeriesView_combined.d.ts +9 -9
  67. package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
  68. package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +28 -28
  69. package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
  70. package/lib/GeographicShapeSeriesBase_combined.d.ts +25 -25
  71. package/lib/GeographicShapeSeriesView_combined.d.ts +28 -27
  72. package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
  73. package/lib/GeographicSymbolSeriesView_combined.d.ts +21 -21
  74. package/lib/GeographicTileSeries.d.ts +10 -10
  75. package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
  76. package/lib/TileSeries_combined.d.ts +22 -22
  77. package/lib/XamGeographicMap_combined.d.ts +115 -115
  78. package/package.json +3 -3
@@ -26,24 +26,24 @@ export let GeographicContourLineSeriesView = /*@__PURE__*/ (() => {
26
26
  as() {
27
27
  super.as();
28
28
  if (!this.q) {
29
- this.cm.gp = Defaults.m;
29
+ this.cm.gz = Defaults.m;
30
30
  }
31
31
  }
32
32
  b2() {
33
33
  super.b2();
34
- if (this.cm.pt != null) {
35
- this.cm.ql.rc = this.cm.qo;
36
- this.cm.ql.ri = this.cm.qs;
34
+ if (this.cm.p5 != null) {
35
+ this.cm.qx.r0 = this.cm.q0;
36
+ this.cm.qx.sa = this.cm.q4;
37
37
  }
38
38
  }
39
39
  cn() {
40
- if (this.cm.ql != null) {
41
- this.cm.ql.rc = this.cm.qo;
40
+ if (this.cm.qx != null) {
41
+ this.cm.qx.r0 = this.cm.q0;
42
42
  }
43
43
  }
44
44
  co() {
45
- if (this.cm.ql != null) {
46
- this.cm.ql.ri = this.cm.qs;
45
+ if (this.cm.qx != null) {
46
+ this.cm.qx.sa = this.cm.q4;
47
47
  }
48
48
  }
49
49
  }
@@ -60,69 +60,69 @@ export let GeographicContourLineSeries = /*@__PURE__*/ (() => {
60
60
  this.triangulationStatusChanged = null;
61
61
  this.ab = GeographicContourLineSeries.$;
62
62
  }
63
- get_dw() {
63
+ get_d0() {
64
64
  return true;
65
65
  }
66
- py() {
67
- super.py();
66
+ qa() {
67
+ super.qa();
68
68
  }
69
- ps() {
70
- this.ql = new ScatterContourSeries();
71
- let a = this.ql;
72
- a.triangulationStatusChanged = delegateCombine(a.triangulationStatusChanged, runOn(this, this.qv));
73
- let b = this.ql;
74
- b.propertyUpdated = delegateCombine(b.propertyUpdated, runOn(this, this.qw));
75
- return this.ql;
69
+ p4() {
70
+ this.qx = new ScatterContourSeries();
71
+ let a = this.qx;
72
+ a.triangulationStatusChanged = delegateCombine(a.triangulationStatusChanged, runOn(this, this.q7));
73
+ let b = this.qx;
74
+ b.propertyUpdated = delegateCombine(b.propertyUpdated, runOn(this, this.q8));
75
+ return this.qx;
76
76
  }
77
- qv(a, b) {
77
+ q7(a, b) {
78
78
  if (this.triangulationStatusChanged != null) {
79
79
  this.triangulationStatusChanged(this, b);
80
80
  }
81
81
  }
82
- qw(a, b) {
83
- let c = typeCast(ScatterContourSeries.$, this.pt);
82
+ q8(a, b) {
83
+ let c = typeCast(ScatterContourSeries.$, this.p5);
84
84
  if (c == null) {
85
85
  return;
86
86
  }
87
87
  if (b.propertyName == "ActualFillScale") {
88
- this.qn = c.rb;
88
+ this.qz = c.rz;
89
89
  }
90
90
  }
91
- mk() {
92
- super.mk();
91
+ mv() {
92
+ super.mv();
93
93
  }
94
- bv() {
94
+ bx() {
95
95
  return new GeographicContourLineSeriesView(this);
96
96
  }
97
- lo(a) {
98
- super.lo(a);
99
- this.qp = a;
97
+ ly(a) {
98
+ super.ly(a);
99
+ this.q1 = a;
100
100
  }
101
- lt(a, b, c, d) {
102
- super.lt(a, b, c, d);
101
+ l3(a, b, c, d) {
102
+ super.l3(a, b, c, d);
103
103
  switch (b) {
104
104
  case GeographicContourLineSeries.$$p[1]:
105
- this.qp.cn();
105
+ this.q1.cn();
106
106
  break;
107
107
  case GeographicContourLineSeries.$$p[2]:
108
- this.qp.co();
108
+ this.q1.co();
109
109
  break;
110
110
  case GeographicContourLineSeries.$$p[3]:
111
- this.ql.q9 = this.qk;
111
+ this.qx.rx = this.qw;
112
112
  break;
113
113
  case "DashArray":
114
- this.ql.o1 = this.o1;
114
+ this.qx.pb = this.pb;
115
115
  break;
116
116
  case "DashCap":
117
- this.ql.o2 = this.o2;
117
+ this.qx.pc = this.pc;
118
118
  break;
119
119
  case "MiterLimit":
120
- this.ql.gi = this.gi;
120
+ this.qx.gr = this.gr;
121
121
  break;
122
122
  }
123
123
  }
124
124
  }
125
125
  GeographicContourLineSeries.$t = markType(GeographicContourLineSeries, 'GeographicContourLineSeries', GeographicXYTriangulatingSeries.$);
126
- GeographicContourLineSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicContourLineSeries, 'raisePropertyChanged', ['ActualFillScale:qn:qx', [ValueBrushScale.$, null], 'FillScale:qo:qy', [ValueBrushScale.$, null], 'ValueMemberPath:qs:qz', [2, "value"], 'ValueResolver:qk:q0', [ContourValueResolver.$, null]]);
126
+ GeographicContourLineSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicContourLineSeries, 'raisePropertyChanged', ['ActualFillScale:qz:q9', [ValueBrushScale.$, null], 'FillScale:q0:ra', [ValueBrushScale.$, null], 'ValueMemberPath:q4:rb', [2, "value"], 'ValueResolver:qw:rc', [ContourValueResolver.$, null]]);
127
127
  return GeographicContourLineSeries;
128
128
  })();
@@ -7,11 +7,12 @@ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOA
7
7
  import { HostSeriesView } from "./HostSeriesView";
8
8
  import { GeographicMapSeriesHost } from "./GeographicMapSeriesHost";
9
9
  import { HighDensityScatterSeries } from "igniteui-angular-charts";
10
- import { Defaults } from "igniteui-angular-charts";
11
10
  import { Color } from "igniteui-angular-core";
11
+ import { Defaults } from "igniteui-angular-charts";
12
12
  import { typeCast, markType, runOn, delegateCombine, markDep } from "igniteui-angular-core";
13
13
  import { DependencyProperty } from "igniteui-angular-core";
14
14
  import { PropertyMetadata } from "igniteui-angular-core";
15
+ import { isNaN_ } from "igniteui-angular-core";
15
16
  /**
16
17
  * @hidden
17
18
  */
@@ -24,72 +25,71 @@ export let GeographicHighDensityScatterSeriesView = /*@__PURE__*/ (() => {
24
25
  }
25
26
  b2() {
26
27
  super.b2();
27
- let a = typeCast(HighDensityScatterSeries.$, this.ce.pt);
28
- a.rx = this.ce.qi;
29
- a.r1 = this.ce.qg;
30
- a.qe = this.ce.p5;
31
- a.qd = this.ce.p4;
32
- a.eh = this.ce.p3;
33
- a.q9 = this.ce.p7;
34
- a.q8 = this.ce.p6;
35
- a.sv = this.ce.q1;
36
- a.su = this.ce.q0;
37
- a.rl = this.ce.qa;
28
+ let a = typeCast(HighDensityScatterSeries.$, this.ce.p5);
29
+ a.sd = this.ce.qu;
30
+ a.sl = this.ce.qs;
31
+ a.qq = this.ce.qh;
32
+ a.qp = this.ce.qg;
33
+ a.el = this.ce.qf;
34
+ a.rl = this.ce.qj;
35
+ a.rk = this.ce.qi;
36
+ a.tj = this.ce.rd;
37
+ a.ti = this.ce.rc;
38
+ a.rx = this.ce.qm;
38
39
  }
39
40
  ck() {
40
- this.ce.pt.rx = this.ce.qi;
41
+ this.ce.p5.sd = this.ce.qu;
41
42
  }
42
43
  cj() {
43
- this.ce.pt.r1 = this.ce.qg;
44
+ this.ce.p5.sl = this.ce.qs;
44
45
  }
45
46
  cp() {
46
- this.ce.pt.qe = this.ce.p5;
47
+ this.ce.p5.qq = this.ce.qh;
47
48
  }
48
49
  cn() {
49
- this.ce.pt.qd = this.ce.p4;
50
+ this.ce.p5.qp = this.ce.qg;
50
51
  }
51
52
  cl() {
52
- this.ce.pt.eh = this.ce.p3;
53
+ this.ce.p5.el = this.ce.qf;
53
54
  }
54
55
  ci() {
55
- this.ce.pt.q9 = this.ce.p7;
56
+ this.ce.p5.rl = this.ce.qj;
56
57
  }
57
58
  cg() {
58
- this.ce.pt.q8 = this.ce.p6;
59
+ this.ce.p5.rk = this.ce.qi;
59
60
  }
60
61
  co() {
61
- let a = typeCast(HighDensityScatterSeries.$, this.ce.pt);
62
- if (this.ce.cb == null) {
63
- a.py = null;
64
- a.p0 = null;
62
+ let a = typeCast(HighDensityScatterSeries.$, this.ce.p5);
63
+ if (this.ce.cd == null) {
64
+ a.qa = null;
65
+ a.qc = null;
65
66
  return;
66
67
  }
67
- a.py = this.ce.cb.sn;
68
- a.p0 = this.ce.cb.sp;
68
+ a.qa = this.ce.cd.s2;
69
+ a.qc = this.ce.cd.s4;
69
70
  }
70
71
  cq() {
71
- this.ce.pt.py = this.ce.cb.sn;
72
+ this.ce.p5.qa = this.ce.cd.s2;
72
73
  }
73
74
  cr() {
74
- this.ce.pt.p0 = this.ce.cb.sp;
75
+ this.ce.p5.qc = this.ce.cd.s4;
75
76
  }
76
77
  ch() {
77
- this.ce.pt.sv = this.ce.q1;
78
+ this.ce.p5.tj = this.ce.rd;
78
79
  }
79
80
  cf() {
80
- this.ce.pt.su = this.ce.q0;
81
+ this.ce.p5.ti = this.ce.rc;
81
82
  }
82
83
  cm() {
83
- this.ce.pt.rl = this.ce.qa;
84
+ this.ce.p5.rx = this.ce.qm;
84
85
  }
85
86
  as() {
86
87
  super.as();
87
88
  if (!this.q) {
88
- this.ce.gk = Defaults.q;
89
- this.ce.q1 = Defaults.aq;
90
- this.ce.q0 = Defaults.ap;
91
- this.ce.os = Defaults.al;
92
- this.ce.ox = Defaults.ak;
89
+ this.ce.rd = Defaults.aq;
90
+ this.ce.rc = Defaults.ap;
91
+ this.ce.o2 = Defaults.al;
92
+ this.ce.o7 = Defaults.ak;
93
93
  }
94
94
  }
95
95
  }
@@ -103,103 +103,109 @@ export let GeographicHighDensityScatterSeries = /*@__PURE__*/ (() => {
103
103
  class GeographicHighDensityScatterSeries extends GeographicMapSeriesHost {
104
104
  constructor() {
105
105
  super();
106
- this.p1 = null;
106
+ this.qd = null;
107
107
  this.progressiveLoadStatusChanged = null;
108
- this.p9 = 0;
108
+ this.ql = 0;
109
109
  this.ab = GeographicHighDensityScatterSeries.$;
110
110
  }
111
- get_d1() {
111
+ gu() {
112
+ if (!isNaN_(this.gt)) {
113
+ return super.gu();
114
+ }
115
+ return Defaults.q;
116
+ }
117
+ get_d5() {
112
118
  return true;
113
119
  }
114
- bv() {
120
+ bx() {
115
121
  return new GeographicHighDensityScatterSeriesView(this);
116
122
  }
117
- lo(a) {
118
- super.lo(a);
119
- this.p2 = a;
123
+ ly(a) {
124
+ super.ly(a);
125
+ this.qe = a;
120
126
  }
121
- ps() {
122
- this.p1 = new HighDensityScatterSeries();
123
- return this.p1;
127
+ p4() {
128
+ this.qd = new HighDensityScatterSeries();
129
+ return this.qd;
124
130
  }
125
- get qb() {
126
- return this.p9;
131
+ get qn() {
132
+ return this.ql;
127
133
  }
128
- set qb(a) {
129
- let b = this.p9;
130
- this.p9 = a;
131
- this.raisePropertyChanged("ProgressiveStatus", b, this.p9);
134
+ set qn(a) {
135
+ let b = this.ql;
136
+ this.ql = a;
137
+ this.raisePropertyChanged("ProgressiveStatus", b, this.ql);
132
138
  }
133
- py() {
134
- super.py();
135
- let a = this.pt;
136
- a.progressiveLoadStatusChanged = delegateCombine(a.progressiveLoadStatusChanged, runOn(this, this.qp));
137
- let b = this.pt;
138
- b.propertyUpdated = delegateCombine(b.propertyUpdated, runOn(this, this.qo));
139
+ qa() {
140
+ super.qa();
141
+ let a = this.p5;
142
+ a.progressiveLoadStatusChanged = delegateCombine(a.progressiveLoadStatusChanged, runOn(this, this.q1));
143
+ let b = this.p5;
144
+ b.propertyUpdated = delegateCombine(b.propertyUpdated, runOn(this, this.q0));
139
145
  }
140
- qp(a, b) {
141
- this.qb = b.currentStatus;
146
+ q1(a, b) {
147
+ this.qn = b.currentStatus;
142
148
  if (this.progressiveLoadStatusChanged != null) {
143
149
  this.progressiveLoadStatusChanged(this, b);
144
150
  }
145
151
  }
146
- qo(a, b) {
147
- if (this.p1 == null) {
152
+ q0(a, b) {
153
+ if (this.qd == null) {
148
154
  return;
149
155
  }
150
156
  }
151
- lt(a, b, c, d) {
152
- super.lt(a, b, c, d);
157
+ l3(a, b, c, d) {
158
+ super.l3(a, b, c, d);
153
159
  switch (b) {
154
160
  case "SeriesViewer":
155
- this.p2.co();
161
+ this.qe.co();
156
162
  break;
157
163
  case GeographicHighDensityScatterSeries.$$p[5]:
158
- this.p2.ck();
164
+ this.qe.ck();
159
165
  break;
160
166
  case GeographicHighDensityScatterSeries.$$p[4]:
161
- this.p2.cj();
167
+ this.qe.cj();
162
168
  break;
163
169
  case GeographicHighDensityScatterSeries.$$p[9]:
164
- this.p2.cp();
170
+ this.qe.cp();
165
171
  break;
166
172
  case GeographicHighDensityScatterSeries.$$p[8]:
167
- this.p2.cn();
173
+ this.qe.cn();
168
174
  break;
169
175
  case GeographicHighDensityScatterSeries.$$p[6]:
170
- this.p2.cl();
176
+ this.qe.cl();
171
177
  break;
172
178
  case "XAxis":
173
- this.p2.cq();
179
+ this.qe.cq();
174
180
  break;
175
181
  case "YAxis":
176
- this.p2.cr();
182
+ this.qe.cr();
177
183
  break;
178
184
  case GeographicHighDensityScatterSeries.$$p[3]:
179
- this.p2.ci();
185
+ this.qe.ci();
180
186
  break;
181
187
  case GeographicHighDensityScatterSeries.$$p[1]:
182
- this.p2.cg();
188
+ this.qe.cg();
183
189
  break;
184
190
  case GeographicHighDensityScatterSeries.$$p[2]:
185
- this.p2.ch();
191
+ this.qe.ch();
186
192
  break;
187
193
  case GeographicHighDensityScatterSeries.$$p[0]:
188
- this.p2.cf();
194
+ this.qe.cf();
189
195
  break;
190
196
  case GeographicHighDensityScatterSeries.$$p[7]:
191
- this.p2.cm();
197
+ this.qe.cm();
192
198
  break;
193
199
  }
194
200
  }
195
- get_ez() {
201
+ get_e3() {
196
202
  return true;
197
203
  }
198
- set_ez(a) {
199
- super.set_ez(a);
204
+ set_e3(a) {
205
+ super.set_e3(a);
200
206
  }
201
207
  }
202
208
  GeographicHighDensityScatterSeries.$t = markType(GeographicHighDensityScatterSeries, 'GeographicHighDensityScatterSeries', GeographicMapSeriesHost.$);
203
- GeographicHighDensityScatterSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicHighDensityScatterSeries, 'raisePropertyChanged', ['HeatMaximumColor:q0:qq', [Color.$, Defaults.ap], 'HeatMaximum:p6:qr', [1, 50], 'HeatMinimumColor:q1:qs', [Color.$, Defaults.aq], 'HeatMinimum:p7:qt', [1, 0], 'LatitudeMemberPath:qg:qu', [2, null], 'LongitudeMemberPath:qi:qv', [2, null], 'MouseOverEnabled:p3:qw', [0, false], 'PointExtent:qa:qx', [1, 1], 'ProgressiveLoad:p4:qy', [0, true], 'UseBruteForce:p5:qz', [0, false]]);
209
+ GeographicHighDensityScatterSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicHighDensityScatterSeries, 'raisePropertyChanged', ['HeatMaximumColor:rc:q2', [Color.$, Defaults.ap], 'HeatMaximum:qi:q3', [1, 50], 'HeatMinimumColor:rd:q4', [Color.$, Defaults.aq], 'HeatMinimum:qj:q5', [1, 0], 'LatitudeMemberPath:qs:q6', [2, null], 'LongitudeMemberPath:qu:q7', [2, null], 'MouseOverEnabled:qf:q8', [0, false], 'PointExtent:qm:q9', [1, 1], 'ProgressiveLoad:qg:ra', [0, true], 'UseBruteForce:qh:rb', [0, false]]);
204
210
  return GeographicHighDensityScatterSeries;
205
211
  })();