igniteui-angular-maps 19.0.1 → 19.1.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 +1704 -1704
  2. package/bundles/igniteui-angular-maps.umd.min.js +1 -1
  3. package/esm2015/lib/GeographicContourLineSeriesView_combined.js +48 -48
  4. package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +114 -114
  5. package/esm2015/lib/GeographicMapSeriesHost_combined.js +224 -224
  6. package/esm2015/lib/GeographicMarkerSeries.js +29 -29
  7. package/esm2015/lib/GeographicPolylineSeriesView_combined.js +28 -28
  8. package/esm2015/lib/GeographicProportionalSymbolSeriesBaseView.js +2 -2
  9. package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +123 -123
  10. package/esm2015/lib/GeographicShapeSeriesBaseBaseView.js +2 -2
  11. package/esm2015/lib/GeographicShapeSeriesBase_combined.js +73 -73
  12. package/esm2015/lib/GeographicShapeSeriesView_combined.js +75 -75
  13. package/esm2015/lib/GeographicSymbolSeriesBaseView.js +2 -2
  14. package/esm2015/lib/GeographicSymbolSeriesView_combined.js +79 -79
  15. package/esm2015/lib/GeographicTileSeries.js +29 -29
  16. package/esm2015/lib/GeographicXYTriangulatingSeriesBaseView.js +2 -2
  17. package/esm2015/lib/TileSeries_combined.js +154 -154
  18. package/esm2015/lib/XamGeographicMap_combined.js +477 -477
  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 +39 -39
  22. package/esm2015/lib/igx-geographic-map-series-host-component.js +22 -22
  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 +22 -22
  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 +48 -48
  34. package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +113 -113
  35. package/esm5/lib/GeographicMapSeriesHost_combined.js +223 -223
  36. package/esm5/lib/GeographicMarkerSeries.js +29 -29
  37. package/esm5/lib/GeographicPolylineSeriesView_combined.js +28 -28
  38. package/esm5/lib/GeographicProportionalSymbolSeriesBaseView.js +2 -2
  39. package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +123 -123
  40. package/esm5/lib/GeographicShapeSeriesBaseBaseView.js +2 -2
  41. package/esm5/lib/GeographicShapeSeriesBase_combined.js +72 -72
  42. package/esm5/lib/GeographicShapeSeriesView_combined.js +75 -75
  43. package/esm5/lib/GeographicSymbolSeriesBaseView.js +2 -2
  44. package/esm5/lib/GeographicSymbolSeriesView_combined.js +79 -79
  45. package/esm5/lib/GeographicTileSeries.js +28 -28
  46. package/esm5/lib/GeographicXYTriangulatingSeriesBaseView.js +2 -2
  47. package/esm5/lib/TileSeries_combined.js +151 -151
  48. package/esm5/lib/XamGeographicMap_combined.js +469 -469
  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 +39 -39
  52. package/esm5/lib/igx-geographic-map-series-host-component.js +22 -22
  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 +22 -22
  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 +1709 -1709
  64. package/fesm5/igniteui-angular-maps.js +1704 -1704
  65. package/lib/GeographicContourLineSeriesView_combined.d.ts +21 -21
  66. package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +42 -42
  67. package/lib/GeographicMapSeriesHost_combined.d.ts +65 -65
  68. package/lib/GeographicMarkerSeries.d.ts +18 -18
  69. package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
  70. package/lib/GeographicPolylineSeriesView_combined.d.ts +15 -15
  71. package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
  72. package/lib/GeographicProportionalSymbolSeriesBaseView.d.ts +1 -1
  73. package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +51 -51
  74. package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
  75. package/lib/GeographicShapeSeriesBaseBaseView.d.ts +1 -1
  76. package/lib/GeographicShapeSeriesBase_combined.d.ts +32 -32
  77. package/lib/GeographicShapeSeriesView_combined.d.ts +41 -41
  78. package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
  79. package/lib/GeographicSymbolSeriesBaseView.d.ts +1 -1
  80. package/lib/GeographicSymbolSeriesView_combined.d.ts +36 -36
  81. package/lib/GeographicTileSeries.d.ts +11 -11
  82. package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
  83. package/lib/GeographicXYTriangulatingSeriesBaseView.d.ts +1 -1
  84. package/lib/TileSeries_combined.d.ts +43 -43
  85. package/lib/XamGeographicMap_combined.d.ts +122 -122
  86. package/package.json +2 -2
@@ -22,59 +22,59 @@ 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.z8 = null;
26
- _this.z7 = null;
25
+ _this.aae = null;
26
+ _this.aad = null;
27
27
  _this.imageTilesReady = null;
28
- _this.aab = null;
29
- _this.aac = false;
28
+ _this.aah = null;
29
+ _this.aai = false;
30
30
  _this.ab = TileSeries.$;
31
31
  return _this;
32
32
  }
33
- TileSeries.prototype.bj = function () {
33
+ TileSeries.prototype.bk = function () {
34
34
  return new TileSeries();
35
35
  };
36
- TileSeries.prototype.get_f2 = function () {
36
+ TileSeries.prototype.get_f4 = function () {
37
37
  return true;
38
38
  };
39
- TileSeries.prototype.cs = function () {
39
+ TileSeries.prototype.ct = function () {
40
40
  return new TileSeriesView(this);
41
41
  };
42
- TileSeries.prototype.q0 = function (a) {
43
- _super.prototype.q0.call(this, a);
44
- this.z6 = a;
42
+ TileSeries.prototype.q3 = function (a) {
43
+ _super.prototype.q3.call(this, a);
44
+ this.aac = a;
45
45
  };
46
- TileSeries.prototype.get_x9 = function () {
46
+ TileSeries.prototype.get_yf = function () {
47
47
  return false;
48
48
  };
49
- Object.defineProperty(TileSeries.prototype, "aaa", {
49
+ Object.defineProperty(TileSeries.prototype, "aag", {
50
50
  get: function () {
51
- return this.z8;
51
+ return this.aae;
52
52
  },
53
53
  set: function (a) {
54
- var b = a != this.aaa;
54
+ var b = a != this.aag;
55
55
  if (b) {
56
- var c = this.aaa;
57
- this.z8 = a;
56
+ var c = this.aag;
57
+ this.aae = a;
58
58
  this.raisePropertyChanged("TileImagery", c, a);
59
59
  }
60
60
  },
61
61
  enumerable: false,
62
62
  configurable: true
63
63
  });
64
- Object.defineProperty(TileSeries.prototype, "z9", {
64
+ Object.defineProperty(TileSeries.prototype, "aaf", {
65
65
  get: function () {
66
- return this.z7;
66
+ return this.aad;
67
67
  },
68
68
  set: function (a) {
69
- var b = this.z7;
70
- this.z7 = a;
71
- this.raisePropertyChanged("ActualTileImagery", b, this.z7);
69
+ var b = this.aad;
70
+ this.aad = a;
71
+ this.raisePropertyChanged("ActualTileImagery", b, this.aad);
72
72
  },
73
73
  enumerable: false,
74
74
  configurable: true
75
75
  });
76
- TileSeries.prototype.q8 = function (a, b, c, d) {
77
- _super.prototype.q8.call(this, a, b, c, d);
76
+ TileSeries.prototype.rc = function (a, b, c, d) {
77
+ _super.prototype.rc.call(this, a, b, c, d);
78
78
  var e;
79
79
  var f;
80
80
  switch (b) {
@@ -82,142 +82,142 @@ var TileSeries = /** @class */ /*@__PURE__*/ (function (_super) {
82
82
  e = c;
83
83
  f = d;
84
84
  if (e != null) {
85
- e.propertyChanged = delegateRemove(e.propertyChanged, runOn(this, this.aaf));
85
+ e.propertyChanged = delegateRemove(e.propertyChanged, runOn(this, this.aal));
86
86
  }
87
87
  if (f != null) {
88
- f.propertyChanged = delegateCombine(f.propertyChanged, runOn(this, this.aaf));
88
+ f.propertyChanged = delegateCombine(f.propertyChanged, runOn(this, this.aal));
89
89
  }
90
- this.z6.dh(e, f);
91
- this.rq(false);
92
- this.qk();
90
+ this.aac.dv(e, f);
91
+ this.ru(false);
92
+ this.qn();
93
93
  break;
94
94
  case "ActualTileImagery":
95
95
  e = c;
96
96
  f = d;
97
97
  if (e != null) {
98
- e.imageTilesReady = delegateRemove(e.imageTilesReady, runOn(this, this.aag));
98
+ e.imageTilesReady = delegateRemove(e.imageTilesReady, runOn(this, this.aam));
99
99
  e.deferralHandler = null;
100
100
  }
101
101
  if (f != null) {
102
- f.imageTilesReady = delegateCombine(f.imageTilesReady, runOn(this, this.aag));
102
+ f.imageTilesReady = delegateCombine(f.imageTilesReady, runOn(this, this.aam));
103
103
  f.deferralHandler = this;
104
104
  }
105
- this.z6.dg(e, f);
106
- if (f != null && typeCast(XamGeographicMap.$, this.db) !== null) {
107
- f.geographicMap = this.db;
108
- this.aai(this.cv);
109
- this.z6.dd(this.db.v4);
105
+ this.aac.du(e, f);
106
+ if (f != null && typeCast(XamGeographicMap.$, this.dc) !== null) {
107
+ f.geographicMap = this.dc;
108
+ this.aao(this.cw);
109
+ this.aac.dr(this.dc.wh);
110
110
  }
111
- this.qk();
111
+ this.qn();
112
112
  break;
113
113
  case "ActualWindowRect":
114
- this.z6.dd(d);
114
+ this.aac.dr(d);
115
115
  break;
116
116
  case "WorldRect":
117
- this.z6.dk(d);
117
+ this.aac.dy(d);
118
118
  break;
119
119
  case "SeriesViewer":
120
120
  var g = c;
121
121
  var h = d;
122
- if (g != null && this.z9 != null) {
123
- this.z9.be(null);
122
+ if (g != null && this.aaf != null) {
123
+ this.aaf.be(null);
124
124
  }
125
- if (h != null && this.z9 != null) {
126
- this.z9.be(this.cv.w);
125
+ if (h != null && this.aaf != null) {
126
+ this.aaf.be(this.cw.ae);
127
127
  }
128
128
  break;
129
129
  case "ActualBrush":
130
130
  case "ActualOutline":
131
131
  case "ActualThickness":
132
- this.qm();
132
+ this.qp();
133
133
  break;
134
134
  }
135
135
  };
136
- TileSeries.prototype.aaf = function (a, b) {
136
+ TileSeries.prototype.aal = function (a, b) {
137
137
  if (b.propertyName == "MultiScaleImage") {
138
- this.aai(this.cv);
138
+ this.aao(this.cw);
139
139
  }
140
140
  };
141
- TileSeries.prototype.aag = function (a, b) {
141
+ TileSeries.prototype.aam = function (a, b) {
142
142
  if (this.imageTilesReady != null) {
143
143
  this.imageTilesReady(this, new EventArgs());
144
144
  }
145
- if (!this.aac) {
146
- this.z6.di();
145
+ if (!this.aai) {
146
+ this.aac.dw();
147
147
  }
148
148
  };
149
149
  TileSeries.prototype.register = function (a, b) {
150
- this.aab = b;
150
+ this.aah = b;
151
151
  };
152
152
  TileSeries.prototype.unRegister = function (a) {
153
- this.aab = null;
153
+ this.aah = null;
154
154
  };
155
155
  TileSeries.prototype.deferredRefresh = function () {
156
- this.rq(false);
156
+ this.ru(false);
157
157
  };
158
158
  TileSeries.prototype.deferAction = function (a) {
159
- if (this.jy != null) {
160
- this.jy.setTimeout(a, 0);
159
+ if (this.j0 != null) {
160
+ this.j0.setTimeout(a, 0);
161
161
  }
162
162
  else {
163
163
  window.setTimeout(a, 0);
164
164
  }
165
165
  };
166
- TileSeries.prototype.sp = function (a, b) {
167
- this.z6.dj();
168
- _super.prototype.sp.call(this, a, b);
166
+ TileSeries.prototype.su = function (a, b) {
167
+ this.aac.dx();
168
+ _super.prototype.su.call(this, a, b);
169
169
  };
170
- TileSeries.prototype.rr = function (a) {
171
- _super.prototype.rr.call(this, a);
172
- this.aah(a, this.cv);
170
+ TileSeries.prototype.rv = function (a) {
171
+ _super.prototype.rv.call(this, a);
172
+ this.aan(a, this.cw);
173
173
  };
174
- TileSeries.prototype.aah = function (a, b) {
174
+ TileSeries.prototype.aan = function (a, b) {
175
175
  var c;
176
176
  var d;
177
177
  var e = b;
178
178
  var f = b.getViewInfo(c, d);
179
179
  c = f.p0;
180
180
  d = f.p1;
181
- this.aai(b);
182
- if (this.aab != null) {
183
- this.aac = true;
184
- this.aab(a);
185
- this.aac = false;
181
+ this.aao(b);
182
+ if (this.aah != null) {
183
+ this.aai = true;
184
+ this.aah(a);
185
+ this.aai = false;
186
186
  }
187
- e.di();
187
+ e.dw();
188
188
  };
189
- TileSeries.prototype.rp = function (a, b, c, d, e) {
190
- _super.prototype.rp.call(this, a, b, c, d, e);
191
- var f = this.hm.item(d);
192
- f.a3(c);
193
- if (this.d5(f)) {
189
+ TileSeries.prototype.rt = function (a, b, c, d, e) {
190
+ _super.prototype.rt.call(this, a, b, c, d, e);
191
+ var f = this.ho.item(d);
192
+ f.bd(c);
193
+ if (this.d7(f)) {
194
194
  return;
195
195
  }
196
- this.zm(f);
196
+ this.zs(f);
197
197
  };
198
- TileSeries.prototype.aai = function (a) {
198
+ TileSeries.prototype.aao = function (a) {
199
199
  var b;
200
200
  var c;
201
201
  var d = a.getViewInfo(b, c);
202
202
  b = d.p0;
203
203
  c = d.p1;
204
- if (this.aaa != null && this.aaa.ao != null) {
205
- if (this.aaa != this.z9) {
206
- this.z9 = this.aaa;
204
+ if (this.aag != null && this.aag.ao != null) {
205
+ if (this.aag != this.aaf) {
206
+ this.aaf = this.aag;
207
207
  }
208
- if (this.z9 != null && !b.isEmpty) {
209
- if (this.z9.width != b.width) {
210
- this.z9.width = b.width;
208
+ if (this.aaf != null && !b.isEmpty) {
209
+ if (this.aaf.width != b.width) {
210
+ this.aaf.width = b.width;
211
211
  }
212
- if (this.z9.height != b.height) {
213
- this.z9.height = b.height;
212
+ if (this.aaf.height != b.height) {
213
+ this.aaf.height = b.height;
214
214
  }
215
215
  }
216
216
  }
217
217
  };
218
- TileSeries.prototype.o4 = function (a, b) {
219
- _super.prototype.o4.call(this, a, b);
220
- b.de();
218
+ TileSeries.prototype.o7 = function (a, b) {
219
+ _super.prototype.o7.call(this, a, b);
220
+ b.ds();
221
221
  };
222
222
  TileSeries.$t = markType(TileSeries, 'TileSeries', ShapeSeriesBase.$, [IMapRenderDeferralHandler_$type]);
223
223
  return TileSeries;
@@ -230,117 +230,117 @@ var TileSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
230
230
  __extends(TileSeriesView, _super);
231
231
  function TileSeriesView(a) {
232
232
  var _this = _super.call(this, a) || this;
233
- _this.da = null;
234
- _this.dl = new GeometryGroup();
235
- _this.dc = null;
236
- _this.db = null;
237
- _this.da = a;
233
+ _this.dn = null;
234
+ _this.dz = new GeometryGroup();
235
+ _this.dq = null;
236
+ _this.dp = null;
237
+ _this.dn = a;
238
238
  return _this;
239
239
  }
240
- TileSeriesView.prototype.au = function () {
241
- _super.prototype.au.call(this);
242
- if (!this.q) {
243
- this.da.vu = Defaults.ao;
244
- this.da.ve = Defaults.an;
240
+ TileSeriesView.prototype.a4 = function () {
241
+ _super.prototype.a4.call(this);
242
+ if (!this.t) {
243
+ this.dn.v0 = Defaults.tileSeries_Outline;
244
+ this.dn.vk = Defaults.tileSeries_Brush;
245
245
  }
246
246
  };
247
- TileSeriesView.prototype.ck = function (a, b) {
247
+ TileSeriesView.prototype.cx = function (a, b) {
248
248
  if (b.c.count > 0) {
249
- this.dl.d.add(b);
249
+ this.dz.d.add(b);
250
250
  }
251
251
  };
252
- TileSeriesView.prototype.c5 = function (a, b) {
253
- return this.c6(a, b, true);
252
+ TileSeriesView.prototype.di = function (a, b) {
253
+ return this.dj(a, b, true);
254
254
  };
255
- TileSeriesView.prototype.c4 = function (a, b) {
255
+ TileSeriesView.prototype.dh = function (a, b) {
256
256
  return null;
257
257
  };
258
- TileSeriesView.prototype.co = function (a, b) {
258
+ TileSeriesView.prototype.c1 = function (a, b) {
259
259
  };
260
- TileSeriesView.prototype.cm = function (a, b, c) {
260
+ TileSeriesView.prototype.cz = function (a, b, c) {
261
261
  };
262
- TileSeriesView.prototype.cu = function () {
263
- _super.prototype.cu.call(this);
264
- this.dl.d.clear();
262
+ TileSeriesView.prototype.c7 = function () {
263
+ _super.prototype.c7.call(this);
264
+ this.dz.d.clear();
265
265
  };
266
- TileSeriesView.prototype.ct = function () {
267
- _super.prototype.ct.call(this);
268
- this.as();
266
+ TileSeriesView.prototype.c6 = function () {
267
+ _super.prototype.c6.call(this);
268
+ this.a2();
269
269
  };
270
- TileSeriesView.prototype.dd = function (a) {
271
- if (this.da.aaa != null) {
272
- this.da.aaa.windowRect = a;
270
+ TileSeriesView.prototype.dr = function (a) {
271
+ if (this.dn.aag != null) {
272
+ this.dn.aag.windowRect = a;
273
273
  }
274
274
  };
275
- TileSeriesView.prototype.dg = function (a, b) {
276
- if (this.dc == null) {
277
- this.dc = this.e.jy.createElement("canvas");
278
- var c = this.e.jy.get2DCanvasContext(this.dc);
279
- this.db = new RenderingContext(new CanvasViewRenderer(), c);
280
- this.dc.setAttribute("width", this.bx.width.toString());
281
- this.dc.setAttribute("height", this.bx.height.toString());
275
+ TileSeriesView.prototype.du = function (a, b) {
276
+ if (this.dq == null) {
277
+ this.dq = this.f.j0.createElement("canvas");
278
+ var c = this.f.j0.get2DCanvasContext(this.dq);
279
+ this.dp = new RenderingContext(new CanvasViewRenderer(), c);
280
+ this.dq.setAttribute("width", this.b9.width.toString());
281
+ this.dq.setAttribute("height", this.b9.height.toString());
282
282
  }
283
283
  if (a != null) {
284
284
  a.bd(null);
285
285
  a.be(null);
286
- a.imagesChanged = delegateRemove(a.imagesChanged, runOn(this, this.df));
286
+ a.imagesChanged = delegateRemove(a.imagesChanged, runOn(this, this.dt));
287
287
  }
288
288
  if (b != null) {
289
- if (this.w != null) {
290
- b.be(this.w);
289
+ if (this.ae != null) {
290
+ b.be(this.ae);
291
291
  }
292
- b.bd(this.db);
293
- b.bf(this.bx);
294
- b.imagesChanged = delegateCombine(b.imagesChanged, runOn(this, this.df));
292
+ b.bd(this.dp);
293
+ b.bf(this.b9);
294
+ b.imagesChanged = delegateCombine(b.imagesChanged, runOn(this, this.dt));
295
295
  }
296
296
  };
297
- TileSeriesView.prototype.df = function (a, b) {
298
- this.as();
297
+ TileSeriesView.prototype.dt = function (a, b) {
298
+ this.a2();
299
299
  };
300
- TileSeriesView.prototype.dh = function (a, b) {
300
+ TileSeriesView.prototype.dv = function (a, b) {
301
301
  };
302
- TileSeriesView.prototype.dj = function () {
303
- if (this.dc != null) {
304
- this.dc.setAttribute("width", this.bx.width.toString());
305
- this.dc.setAttribute("height", this.bx.height.toString());
302
+ TileSeriesView.prototype.dx = function () {
303
+ if (this.dq != null) {
304
+ this.dq.setAttribute("width", this.b9.width.toString());
305
+ this.dq.setAttribute("height", this.b9.height.toString());
306
306
  }
307
- if (this.da.aaa != null) {
308
- this.da.aaa.bf(this.bx);
307
+ if (this.dn.aag != null) {
308
+ this.dn.aag.bf(this.b9);
309
309
  }
310
310
  };
311
- TileSeriesView.prototype.a8 = function (a, b) {
312
- _super.prototype.a8.call(this, a, b);
311
+ TileSeriesView.prototype.bj = function (a, b) {
312
+ _super.prototype.bj.call(this, a, b);
313
313
  if (b) {
314
314
  return;
315
315
  }
316
- if (this.dc == null) {
316
+ if (this.dq == null) {
317
317
  return;
318
318
  }
319
319
  var c = false;
320
- if (this.dl.d.count > 0) {
320
+ if (this.dz.d.count > 0) {
321
321
  c = true;
322
- this.k.aa();
323
- this.k.r(this.dl);
324
- var d = this.k.h();
322
+ this.m.aa();
323
+ this.m.r(this.dz);
324
+ var d = this.m.h();
325
325
  d.clip();
326
326
  }
327
- var e = truncate(Math.round(this.bx.left));
328
- var f = truncate(Math.round(this.bx.top));
329
- var g = truncate(Math.round(this.bx.width));
330
- var h = truncate(Math.round(this.bx.height));
331
- this.k.o(this.dc.getNativeElement(), 1, e, f, g, h, e, f, g, h);
327
+ var e = truncate(Math.round(this.b9.left));
328
+ var f = truncate(Math.round(this.b9.top));
329
+ var g = truncate(Math.round(this.b9.width));
330
+ var h = truncate(Math.round(this.b9.height));
331
+ this.m.o(this.dq.getNativeElement(), 1, e, f, g, h, e, f, g, h);
332
332
  if (c) {
333
- this.k.z();
333
+ this.m.z();
334
334
  }
335
335
  };
336
- TileSeriesView.prototype.di = function () {
337
- this.as();
336
+ TileSeriesView.prototype.dw = function () {
337
+ this.a2();
338
338
  };
339
- TileSeriesView.prototype.de = function () {
339
+ TileSeriesView.prototype.ds = function () {
340
340
  };
341
- TileSeriesView.prototype.dk = function (a) {
342
- if (this.da.aaa != null) {
343
- this.da.aaa.a6();
341
+ TileSeriesView.prototype.dy = function (a) {
342
+ if (this.dn.aag != null) {
343
+ this.dn.aag.a6();
344
344
  }
345
345
  };
346
346
  TileSeriesView.$t = markType(TileSeriesView, 'TileSeriesView', ShapeSeriesViewBase.$);