igniteui-angular-maps 17.1.0 → 17.2.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 (86) hide show
  1. package/bundles/igniteui-angular-maps.umd.js +1645 -1645
  2. package/bundles/igniteui-angular-maps.umd.min.js +1 -1
  3. package/esm2015/lib/GeographicContourLineSeriesView_combined.js +46 -46
  4. package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +101 -101
  5. package/esm2015/lib/GeographicMapSeriesHost_combined.js +201 -201
  6. package/esm2015/lib/GeographicMarkerSeries.js +29 -29
  7. package/esm2015/lib/GeographicPolylineSeriesView_combined.js +26 -26
  8. package/esm2015/lib/GeographicProportionalSymbolSeriesBaseView.js +2 -2
  9. package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +119 -119
  10. package/esm2015/lib/GeographicShapeSeriesBaseBaseView.js +2 -2
  11. package/esm2015/lib/GeographicShapeSeriesBase_combined.js +72 -72
  12. package/esm2015/lib/GeographicShapeSeriesView_combined.js +72 -72
  13. package/esm2015/lib/GeographicSymbolSeriesBaseView.js +2 -2
  14. package/esm2015/lib/GeographicSymbolSeriesView_combined.js +77 -77
  15. package/esm2015/lib/GeographicTileSeries.js +28 -28
  16. package/esm2015/lib/GeographicXYTriangulatingSeriesBaseView.js +2 -2
  17. package/esm2015/lib/TileSeries_combined.js +147 -147
  18. package/esm2015/lib/XamGeographicMap_combined.js +482 -482
  19. package/esm2015/lib/igx-geographic-contour-line-series-component.js +9 -9
  20. package/esm2015/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
  21. package/esm2015/lib/igx-geographic-map-component.js +40 -40
  22. package/esm2015/lib/igx-geographic-map-series-host-component.js +21 -21
  23. package/esm2015/lib/igx-geographic-marker-series-component.js +22 -22
  24. package/esm2015/lib/igx-geographic-polyline-series-component.js +11 -11
  25. package/esm2015/lib/igx-geographic-proportional-symbol-series-component.js +33 -33
  26. package/esm2015/lib/igx-geographic-scatter-area-series-component.js +8 -8
  27. package/esm2015/lib/igx-geographic-shape-series-base-component.js +16 -16
  28. package/esm2015/lib/igx-geographic-shape-series-component.js +33 -33
  29. package/esm2015/lib/igx-geographic-symbol-series-component.js +15 -15
  30. package/esm2015/lib/igx-geographic-tile-series-component.js +4 -4
  31. package/esm2015/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  32. package/esm2015/lib/igx-tile-series-component.js +3 -3
  33. package/esm5/lib/GeographicContourLineSeriesView_combined.js +46 -46
  34. package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +100 -100
  35. package/esm5/lib/GeographicMapSeriesHost_combined.js +199 -199
  36. package/esm5/lib/GeographicMarkerSeries.js +29 -29
  37. package/esm5/lib/GeographicPolylineSeriesView_combined.js +26 -26
  38. package/esm5/lib/GeographicProportionalSymbolSeriesBaseView.js +2 -2
  39. package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +119 -119
  40. package/esm5/lib/GeographicShapeSeriesBaseBaseView.js +2 -2
  41. package/esm5/lib/GeographicShapeSeriesBase_combined.js +69 -69
  42. package/esm5/lib/GeographicShapeSeriesView_combined.js +72 -72
  43. package/esm5/lib/GeographicSymbolSeriesBaseView.js +2 -2
  44. package/esm5/lib/GeographicSymbolSeriesView_combined.js +77 -77
  45. package/esm5/lib/GeographicTileSeries.js +27 -27
  46. package/esm5/lib/GeographicXYTriangulatingSeriesBaseView.js +2 -2
  47. package/esm5/lib/TileSeries_combined.js +144 -144
  48. package/esm5/lib/XamGeographicMap_combined.js +475 -475
  49. package/esm5/lib/igx-geographic-contour-line-series-component.js +9 -9
  50. package/esm5/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
  51. package/esm5/lib/igx-geographic-map-component.js +40 -40
  52. package/esm5/lib/igx-geographic-map-series-host-component.js +21 -21
  53. package/esm5/lib/igx-geographic-marker-series-component.js +22 -22
  54. package/esm5/lib/igx-geographic-polyline-series-component.js +11 -11
  55. package/esm5/lib/igx-geographic-proportional-symbol-series-component.js +33 -33
  56. package/esm5/lib/igx-geographic-scatter-area-series-component.js +8 -8
  57. package/esm5/lib/igx-geographic-shape-series-base-component.js +16 -16
  58. package/esm5/lib/igx-geographic-shape-series-component.js +33 -33
  59. package/esm5/lib/igx-geographic-symbol-series-component.js +15 -15
  60. package/esm5/lib/igx-geographic-tile-series-component.js +4 -4
  61. package/esm5/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  62. package/esm5/lib/igx-tile-series-component.js +3 -3
  63. package/fesm2015/igniteui-angular-maps.js +1661 -1661
  64. package/fesm5/igniteui-angular-maps.js +1645 -1645
  65. package/lib/GeographicContourLineSeriesView_combined.d.ts +20 -20
  66. package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +39 -39
  67. package/lib/GeographicMapSeriesHost_combined.d.ts +59 -59
  68. package/lib/GeographicMarkerSeries.d.ts +18 -18
  69. package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
  70. package/lib/GeographicPolylineSeriesView_combined.d.ts +14 -14
  71. package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
  72. package/lib/GeographicProportionalSymbolSeriesBaseView.d.ts +1 -1
  73. package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +46 -46
  74. package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
  75. package/lib/GeographicShapeSeriesBaseBaseView.d.ts +1 -1
  76. package/lib/GeographicShapeSeriesBase_combined.d.ts +30 -30
  77. package/lib/GeographicShapeSeriesView_combined.d.ts +38 -38
  78. package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
  79. package/lib/GeographicSymbolSeriesBaseView.d.ts +1 -1
  80. package/lib/GeographicSymbolSeriesView_combined.d.ts +34 -34
  81. package/lib/GeographicTileSeries.d.ts +10 -10
  82. package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
  83. package/lib/GeographicXYTriangulatingSeriesBaseView.d.ts +1 -1
  84. package/lib/TileSeries_combined.d.ts +42 -42
  85. package/lib/XamGeographicMap_combined.d.ts +125 -125
  86. package/package.json +2 -2
@@ -22,56 +22,56 @@ var TileSeries = /** @class */ /*@__PURE__*/ (function (_super) {
22
22
  __extends(TileSeries, _super);
23
23
  function TileSeries() {
24
24
  var _this = _super.call(this) || this;
25
- _this.s1 = null;
26
- _this.s0 = null;
25
+ _this.wu = null;
26
+ _this.wt = null;
27
27
  _this.imageTilesReady = null;
28
- _this.s4 = null;
29
- _this.s5 = false;
28
+ _this.wx = null;
29
+ _this.wy = false;
30
30
  _this.ab = TileSeries.$;
31
31
  return _this;
32
32
  }
33
- TileSeries.prototype.get_el = function () {
33
+ TileSeries.prototype.get_fg = function () {
34
34
  return true;
35
35
  };
36
- TileSeries.prototype.by = function () {
36
+ TileSeries.prototype.cg = function () {
37
37
  return new TileSeriesView(this);
38
38
  };
39
- TileSeries.prototype.l4 = function (a) {
40
- _super.prototype.l4.call(this, a);
41
- this.sz = a;
39
+ TileSeries.prototype.o0 = function (a) {
40
+ _super.prototype.o0.call(this, a);
41
+ this.ws = a;
42
42
  };
43
- TileSeries.prototype.get_rf = function () {
43
+ TileSeries.prototype.get_u4 = function () {
44
44
  return false;
45
45
  };
46
- Object.defineProperty(TileSeries.prototype, "s3", {
46
+ Object.defineProperty(TileSeries.prototype, "ww", {
47
47
  get: function () {
48
- return this.s1;
48
+ return this.wu;
49
49
  },
50
50
  set: function (a) {
51
- var b = a != this.s3;
51
+ var b = a != this.ww;
52
52
  if (b) {
53
- var c = this.s3;
54
- this.s1 = a;
53
+ var c = this.ww;
54
+ this.wu = a;
55
55
  this.raisePropertyChanged("TileImagery", c, a);
56
56
  }
57
57
  },
58
58
  enumerable: false,
59
59
  configurable: true
60
60
  });
61
- Object.defineProperty(TileSeries.prototype, "s2", {
61
+ Object.defineProperty(TileSeries.prototype, "wv", {
62
62
  get: function () {
63
- return this.s0;
63
+ return this.wt;
64
64
  },
65
65
  set: function (a) {
66
- var b = this.s0;
67
- this.s0 = a;
68
- this.raisePropertyChanged("ActualTileImagery", b, this.s0);
66
+ var b = this.wt;
67
+ this.wt = a;
68
+ this.raisePropertyChanged("ActualTileImagery", b, this.wt);
69
69
  },
70
70
  enumerable: false,
71
71
  configurable: true
72
72
  });
73
- TileSeries.prototype.l9 = function (a, b, c, d) {
74
- _super.prototype.l9.call(this, a, b, c, d);
73
+ TileSeries.prototype.o8 = function (a, b, c, d) {
74
+ _super.prototype.o8.call(this, a, b, c, d);
75
75
  var e;
76
76
  var f;
77
77
  switch (b) {
@@ -79,142 +79,142 @@ var TileSeries = /** @class */ /*@__PURE__*/ (function (_super) {
79
79
  e = c;
80
80
  f = d;
81
81
  if (e != null) {
82
- e.propertyChanged = delegateRemove(e.propertyChanged, runOn(this, this.s8));
82
+ e.propertyChanged = delegateRemove(e.propertyChanged, runOn(this, this.w1));
83
83
  }
84
84
  if (f != null) {
85
- f.propertyChanged = delegateCombine(f.propertyChanged, runOn(this, this.s8));
85
+ f.propertyChanged = delegateCombine(f.propertyChanged, runOn(this, this.w1));
86
86
  }
87
- this.sz.de(e, f);
88
- this.mn(false);
89
- this.lu();
87
+ this.ws.dh(e, f);
88
+ this.pp(false);
89
+ this.ol();
90
90
  break;
91
91
  case "ActualTileImagery":
92
92
  e = c;
93
93
  f = d;
94
94
  if (e != null) {
95
- e.imageTilesReady = delegateRemove(e.imageTilesReady, runOn(this, this.s9));
95
+ e.imageTilesReady = delegateRemove(e.imageTilesReady, runOn(this, this.w2));
96
96
  e.deferralHandler = null;
97
97
  }
98
98
  if (f != null) {
99
- f.imageTilesReady = delegateCombine(f.imageTilesReady, runOn(this, this.s9));
99
+ f.imageTilesReady = delegateCombine(f.imageTilesReady, runOn(this, this.w2));
100
100
  f.deferralHandler = this;
101
101
  }
102
- this.sz.dd(e, f);
103
- if (f != null && typeCast(XamGeographicMap.$, this.ce) !== null) {
104
- f.geographicMap = this.ce;
105
- this.tb(this.b1);
106
- this.sz.da(this.ce.tk);
102
+ this.ws.dg(e, f);
103
+ if (f != null && typeCast(XamGeographicMap.$, this.cy) !== null) {
104
+ f.geographicMap = this.cy;
105
+ this.w4(this.cj);
106
+ this.ws.dd(this.cy.tn);
107
107
  }
108
- this.lu();
108
+ this.ol();
109
109
  break;
110
110
  case "ActualWindowRect":
111
- this.sz.da(d);
111
+ this.ws.dd(d);
112
112
  break;
113
113
  case "WorldRect":
114
- this.sz.dh(d);
114
+ this.ws.dk(d);
115
115
  break;
116
116
  case "SeriesViewer":
117
117
  var g = c;
118
118
  var h = d;
119
- if (g != null && this.s2 != null) {
120
- this.s2.be(null);
119
+ if (g != null && this.wv != null) {
120
+ this.wv.be(null);
121
121
  }
122
- if (h != null && this.s2 != null) {
123
- this.s2.be(this.b1.w);
122
+ if (h != null && this.wv != null) {
123
+ this.wv.be(this.cj.w);
124
124
  }
125
125
  break;
126
126
  case "ActualBrush":
127
127
  case "ActualOutline":
128
128
  case "ActualThickness":
129
- this.lw();
129
+ this.on();
130
130
  break;
131
131
  }
132
132
  };
133
- TileSeries.prototype.s8 = function (a, b) {
133
+ TileSeries.prototype.w1 = function (a, b) {
134
134
  if (b.propertyName == "MultiScaleImage") {
135
- this.tb(this.b1);
135
+ this.w4(this.cj);
136
136
  }
137
137
  };
138
- TileSeries.prototype.s9 = function (a, b) {
138
+ TileSeries.prototype.w2 = function (a, b) {
139
139
  if (this.imageTilesReady != null) {
140
140
  this.imageTilesReady(this, new EventArgs());
141
141
  }
142
- if (!this.s5) {
143
- this.sz.df();
142
+ if (!this.wy) {
143
+ this.ws.di();
144
144
  }
145
145
  };
146
146
  TileSeries.prototype.register = function (a, b) {
147
- this.s4 = b;
147
+ this.wx = b;
148
148
  };
149
149
  TileSeries.prototype.unRegister = function (a) {
150
- this.s4 = null;
150
+ this.wx = null;
151
151
  };
152
152
  TileSeries.prototype.deferredRefresh = function () {
153
- this.mn(false);
153
+ this.pp(false);
154
154
  };
155
155
  TileSeries.prototype.deferAction = function (a) {
156
- if (this.he != null) {
157
- this.he.setTimeout(a, 0);
156
+ if (this.i4 != null) {
157
+ this.i4.setTimeout(a, 0);
158
158
  }
159
159
  else {
160
160
  window.setTimeout(a, 0);
161
161
  }
162
162
  };
163
- TileSeries.prototype.na = function (a, b) {
164
- this.sz.dg();
165
- _super.prototype.na.call(this, a, b);
163
+ TileSeries.prototype.qm = function (a, b) {
164
+ this.ws.dj();
165
+ _super.prototype.qm.call(this, a, b);
166
166
  };
167
- TileSeries.prototype.mo = function (a) {
168
- _super.prototype.mo.call(this, a);
169
- this.ta(a, this.b1);
167
+ TileSeries.prototype.pq = function (a) {
168
+ _super.prototype.pq.call(this, a);
169
+ this.w3(a, this.cj);
170
170
  };
171
- TileSeries.prototype.ta = function (a, b) {
171
+ TileSeries.prototype.w3 = function (a, b) {
172
172
  var c;
173
173
  var d;
174
174
  var e = b;
175
175
  var f = b.getViewInfo(c, d);
176
176
  c = f.p0;
177
177
  d = f.p1;
178
- this.tb(b);
179
- if (this.s4 != null) {
180
- this.s5 = true;
181
- this.s4(a);
182
- this.s5 = false;
178
+ this.w4(b);
179
+ if (this.wx != null) {
180
+ this.wy = true;
181
+ this.wx(a);
182
+ this.wy = false;
183
183
  }
184
- e.df();
184
+ e.di();
185
185
  };
186
- TileSeries.prototype.mm = function (a, b, c, d, e) {
187
- _super.prototype.mm.call(this, a, b, c, d, e);
188
- var f = this.fg.item(d);
189
- f.a1(c);
190
- if (this.cy(f)) {
186
+ TileSeries.prototype.po = function (a, b, c, d, e) {
187
+ _super.prototype.po.call(this, a, b, c, d, e);
188
+ var f = this.gu.item(d);
189
+ f.a3(c);
190
+ if (this.dl(f)) {
191
191
  return;
192
192
  }
193
- this.sj(f);
193
+ this.wb(f);
194
194
  };
195
- TileSeries.prototype.tb = function (a) {
195
+ TileSeries.prototype.w4 = function (a) {
196
196
  var b;
197
197
  var c;
198
198
  var d = a.getViewInfo(b, c);
199
199
  b = d.p0;
200
200
  c = d.p1;
201
- if (this.s3 != null && this.s3.ao != null) {
202
- if (this.s3 != this.s2) {
203
- this.s2 = this.s3;
201
+ if (this.ww != null && this.ww.ao != null) {
202
+ if (this.ww != this.wv) {
203
+ this.wv = this.ww;
204
204
  }
205
- if (this.s2 != null && !b.isEmpty) {
206
- if (this.s2.width != b.width) {
207
- this.s2.width = b.width;
205
+ if (this.wv != null && !b.isEmpty) {
206
+ if (this.wv.width != b.width) {
207
+ this.wv.width = b.width;
208
208
  }
209
- if (this.s2.height != b.height) {
210
- this.s2.height = b.height;
209
+ if (this.wv.height != b.height) {
210
+ this.wv.height = b.height;
211
211
  }
212
212
  }
213
213
  }
214
214
  };
215
- TileSeries.prototype.k2 = function (a, b) {
216
- _super.prototype.k2.call(this, a, b);
217
- b.db();
215
+ TileSeries.prototype.nj = function (a, b) {
216
+ _super.prototype.nj.call(this, a, b);
217
+ b.de();
218
218
  };
219
219
  TileSeries.$t = markType(TileSeries, 'TileSeries', ShapeSeriesBase.$, [IMapRenderDeferralHandler_$type]);
220
220
  return TileSeries;
@@ -227,117 +227,117 @@ var TileSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
227
227
  __extends(TileSeriesView, _super);
228
228
  function TileSeriesView(a) {
229
229
  var _this = _super.call(this, a) || this;
230
- _this.c7 = null;
231
- _this.di = new GeometryGroup();
232
- _this.c9 = null;
233
- _this.c8 = null;
234
- _this.c7 = a;
230
+ _this.da = null;
231
+ _this.dl = new GeometryGroup();
232
+ _this.dc = null;
233
+ _this.db = null;
234
+ _this.da = a;
235
235
  return _this;
236
236
  }
237
- TileSeriesView.prototype.as = function () {
238
- _super.prototype.as.call(this);
237
+ TileSeriesView.prototype.au = function () {
238
+ _super.prototype.au.call(this);
239
239
  if (!this.q) {
240
- this.c7.pe = Defaults.ao;
241
- this.c7.o9 = Defaults.an;
240
+ this.da.s2 = Defaults.ao;
241
+ this.da.sw = Defaults.an;
242
242
  }
243
243
  };
244
- TileSeriesView.prototype.ch = function (a, b) {
244
+ TileSeriesView.prototype.ck = function (a, b) {
245
245
  if (b.c.count > 0) {
246
- this.di.d.add(b);
246
+ this.dl.d.add(b);
247
247
  }
248
248
  };
249
- TileSeriesView.prototype.c2 = function (a, b) {
250
- return this.c3(a, b, true);
249
+ TileSeriesView.prototype.c5 = function (a, b) {
250
+ return this.c6(a, b, true);
251
251
  };
252
- TileSeriesView.prototype.c1 = function (a, b) {
252
+ TileSeriesView.prototype.c4 = function (a, b) {
253
253
  return null;
254
254
  };
255
- TileSeriesView.prototype.cl = function (a, b) {
255
+ TileSeriesView.prototype.co = function (a, b) {
256
256
  };
257
- TileSeriesView.prototype.cj = function (a, b, c) {
257
+ TileSeriesView.prototype.cm = function (a, b, c) {
258
258
  };
259
- TileSeriesView.prototype.cr = function () {
260
- _super.prototype.cr.call(this);
261
- this.di.d.clear();
259
+ TileSeriesView.prototype.cu = function () {
260
+ _super.prototype.cu.call(this);
261
+ this.dl.d.clear();
262
262
  };
263
- TileSeriesView.prototype.cq = function () {
264
- _super.prototype.cq.call(this);
265
- this.aq();
263
+ TileSeriesView.prototype.ct = function () {
264
+ _super.prototype.ct.call(this);
265
+ this.as();
266
266
  };
267
- TileSeriesView.prototype.da = function (a) {
268
- if (this.c7.s3 != null) {
269
- this.c7.s3.windowRect = a;
267
+ TileSeriesView.prototype.dd = function (a) {
268
+ if (this.da.ww != null) {
269
+ this.da.ww.windowRect = a;
270
270
  }
271
271
  };
272
- TileSeriesView.prototype.dd = function (a, b) {
273
- if (this.c9 == null) {
274
- this.c9 = this.e.he.createElement("canvas");
275
- var c = this.e.he.get2DCanvasContext(this.c9);
276
- this.c8 = new RenderingContext(new CanvasViewRenderer(), c);
277
- this.c9.setAttribute("width", this.bu.width.toString());
278
- this.c9.setAttribute("height", this.bu.height.toString());
272
+ TileSeriesView.prototype.dg = function (a, b) {
273
+ if (this.dc == null) {
274
+ this.dc = this.e.i4.createElement("canvas");
275
+ var c = this.e.i4.get2DCanvasContext(this.dc);
276
+ this.db = new RenderingContext(new CanvasViewRenderer(), c);
277
+ this.dc.setAttribute("width", this.bx.width.toString());
278
+ this.dc.setAttribute("height", this.bx.height.toString());
279
279
  }
280
280
  if (a != null) {
281
281
  a.bd(null);
282
282
  a.be(null);
283
- a.imagesChanged = delegateRemove(a.imagesChanged, runOn(this, this.dc));
283
+ a.imagesChanged = delegateRemove(a.imagesChanged, runOn(this, this.df));
284
284
  }
285
285
  if (b != null) {
286
286
  if (this.w != null) {
287
287
  b.be(this.w);
288
288
  }
289
- b.bd(this.c8);
290
- b.bf(this.bu);
291
- b.imagesChanged = delegateCombine(b.imagesChanged, runOn(this, this.dc));
289
+ b.bd(this.db);
290
+ b.bf(this.bx);
291
+ b.imagesChanged = delegateCombine(b.imagesChanged, runOn(this, this.df));
292
292
  }
293
293
  };
294
- TileSeriesView.prototype.dc = function (a, b) {
295
- this.aq();
294
+ TileSeriesView.prototype.df = function (a, b) {
295
+ this.as();
296
296
  };
297
- TileSeriesView.prototype.de = function (a, b) {
297
+ TileSeriesView.prototype.dh = function (a, b) {
298
298
  };
299
- TileSeriesView.prototype.dg = function () {
300
- if (this.c9 != null) {
301
- this.c9.setAttribute("width", this.bu.width.toString());
302
- this.c9.setAttribute("height", this.bu.height.toString());
299
+ TileSeriesView.prototype.dj = function () {
300
+ if (this.dc != null) {
301
+ this.dc.setAttribute("width", this.bx.width.toString());
302
+ this.dc.setAttribute("height", this.bx.height.toString());
303
303
  }
304
- if (this.c7.s3 != null) {
305
- this.c7.s3.bf(this.bu);
304
+ if (this.da.ww != null) {
305
+ this.da.ww.bf(this.bx);
306
306
  }
307
307
  };
308
- TileSeriesView.prototype.a6 = function (a, b) {
309
- _super.prototype.a6.call(this, a, b);
308
+ TileSeriesView.prototype.a8 = function (a, b) {
309
+ _super.prototype.a8.call(this, a, b);
310
310
  if (b) {
311
311
  return;
312
312
  }
313
- if (this.c9 == null) {
313
+ if (this.dc == null) {
314
314
  return;
315
315
  }
316
316
  var c = false;
317
- if (this.di.d.count > 0) {
317
+ if (this.dl.d.count > 0) {
318
318
  c = true;
319
319
  this.k.aa();
320
- this.k.r(this.di);
320
+ this.k.r(this.dl);
321
321
  var d = this.k.h();
322
322
  d.clip();
323
323
  }
324
- var e = truncate(Math.round(this.bu.left));
325
- var f = truncate(Math.round(this.bu.top));
326
- var g = truncate(Math.round(this.bu.width));
327
- var h = truncate(Math.round(this.bu.height));
328
- this.k.o(this.c9.getNativeElement(), 1, e, f, g, h, e, f, g, h);
324
+ var e = truncate(Math.round(this.bx.left));
325
+ var f = truncate(Math.round(this.bx.top));
326
+ var g = truncate(Math.round(this.bx.width));
327
+ var h = truncate(Math.round(this.bx.height));
328
+ this.k.o(this.dc.getNativeElement(), 1, e, f, g, h, e, f, g, h);
329
329
  if (c) {
330
330
  this.k.z();
331
331
  }
332
332
  };
333
- TileSeriesView.prototype.df = function () {
334
- this.aq();
333
+ TileSeriesView.prototype.di = function () {
334
+ this.as();
335
335
  };
336
- TileSeriesView.prototype.db = function () {
336
+ TileSeriesView.prototype.de = function () {
337
337
  };
338
- TileSeriesView.prototype.dh = function (a) {
339
- if (this.c7.s3 != null) {
340
- this.c7.s3.a6();
338
+ TileSeriesView.prototype.dk = function (a) {
339
+ if (this.da.ww != null) {
340
+ this.da.ww.a6();
341
341
  }
342
342
  };
343
343
  TileSeriesView.$t = markType(TileSeriesView, 'TileSeriesView', ShapeSeriesViewBase.$);