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
@@ -16,8 +16,8 @@ var GeographicTileSeries = /** @class */ /*@__PURE__*/ (function (_super) {
16
16
  __extends(GeographicTileSeries, _super);
17
17
  function GeographicTileSeries() {
18
18
  var _this = _super.call(this) || this;
19
+ _this.yr = null;
19
20
  _this.yq = null;
20
- _this.yp = null;
21
21
  _this.imageTilesReady = null;
22
22
  _this.ab = GeographicTileSeries.$;
23
23
  return _this;
@@ -28,53 +28,53 @@ var GeographicTileSeries = /** @class */ /*@__PURE__*/ (function (_super) {
28
28
  GeographicTileSeries.prototype.get_f4 = function () {
29
29
  return true;
30
30
  };
31
- Object.defineProperty(GeographicTileSeries.prototype, "yr", {
31
+ Object.defineProperty(GeographicTileSeries.prototype, "ys", {
32
32
  get: function () {
33
- return this.yq;
33
+ return this.yr;
34
34
  },
35
35
  set: function (a) {
36
- var b = a != this.yr;
36
+ var b = a != this.ys;
37
37
  if (b) {
38
- var c = this.yr;
39
- this.yq = a;
38
+ var c = this.ys;
39
+ this.yr = a;
40
40
  this.raisePropertyChanged("TileImagery", c, a);
41
41
  }
42
42
  },
43
43
  enumerable: false,
44
44
  configurable: true
45
45
  });
46
- GeographicTileSeries.prototype.yv = function () {
47
- if (this.yr != null) {
48
- this.yr.clearTileCache();
46
+ GeographicTileSeries.prototype.yw = function () {
47
+ if (this.ys != null) {
48
+ this.ys.clearTileCache();
49
49
  }
50
50
  };
51
- GeographicTileSeries.prototype.rg = function (a, b, c, d) {
52
- _super.prototype.rg.call(this, a, b, c, d);
51
+ GeographicTileSeries.prototype.rh = function (a, b, c, d) {
52
+ _super.prototype.rh.call(this, a, b, c, d);
53
53
  switch (b) {
54
54
  case "TileImagery":
55
- if (this.xa != null) {
56
- this.xa.aal = this.yr;
55
+ if (this.xb != null) {
56
+ this.xb.aam = this.ys;
57
57
  }
58
58
  break;
59
59
  }
60
60
  };
61
- GeographicTileSeries.prototype.xf = function (a, b) {
62
- _super.prototype.xf.call(this, a, b);
63
- this.xa.aal = this.yr;
64
- if (this.yp != null) {
65
- var c = this.yp;
66
- c.imageTilesReady = delegateRemove(c.imageTilesReady, runOn(this, this.yu));
61
+ GeographicTileSeries.prototype.xg = function (a, b) {
62
+ _super.prototype.xg.call(this, a, b);
63
+ this.xb.aam = this.ys;
64
+ if (this.yq != null) {
65
+ var c = this.yq;
66
+ c.imageTilesReady = delegateRemove(c.imageTilesReady, runOn(this, this.yv));
67
67
  }
68
- this.yp = this.xa;
69
- if (this.yp != null) {
70
- var d = this.yp;
71
- d.imageTilesReady = delegateCombine(d.imageTilesReady, runOn(this, this.yu));
68
+ this.yq = this.xb;
69
+ if (this.yq != null) {
70
+ var d = this.yq;
71
+ d.imageTilesReady = delegateCombine(d.imageTilesReady, runOn(this, this.yv));
72
72
  }
73
73
  };
74
- GeographicTileSeries.prototype.w9 = function () {
74
+ GeographicTileSeries.prototype.xa = function () {
75
75
  return new TileSeries();
76
76
  };
77
- GeographicTileSeries.prototype.yu = function (a, b) {
77
+ GeographicTileSeries.prototype.yv = function (a, b) {
78
78
  if (this.imageTilesReady != null) {
79
79
  this.imageTilesReady(this, new ImageTilesReadyEventArgs());
80
80
  }
@@ -22,11 +22,11 @@ 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.aak = null;
25
26
  _this.aaj = null;
26
- _this.aai = null;
27
27
  _this.imageTilesReady = null;
28
- _this.aam = null;
29
- _this.aan = false;
28
+ _this.aan = null;
29
+ _this.aao = false;
30
30
  _this.ab = TileSeries.$;
31
31
  return _this;
32
32
  }
@@ -39,42 +39,42 @@ var TileSeries = /** @class */ /*@__PURE__*/ (function (_super) {
39
39
  TileSeries.prototype.ct = function () {
40
40
  return new TileSeriesView(this);
41
41
  };
42
- TileSeries.prototype.q7 = function (a) {
43
- _super.prototype.q7.call(this, a);
44
- this.aah = a;
42
+ TileSeries.prototype.q8 = function (a) {
43
+ _super.prototype.q8.call(this, a);
44
+ this.aai = a;
45
45
  };
46
- TileSeries.prototype.get_yk = function () {
46
+ TileSeries.prototype.get_yl = function () {
47
47
  return false;
48
48
  };
49
- Object.defineProperty(TileSeries.prototype, "aal", {
49
+ Object.defineProperty(TileSeries.prototype, "aam", {
50
50
  get: function () {
51
- return this.aaj;
51
+ return this.aak;
52
52
  },
53
53
  set: function (a) {
54
- var b = a != this.aal;
54
+ var b = a != this.aam;
55
55
  if (b) {
56
- var c = this.aal;
57
- this.aaj = a;
56
+ var c = this.aam;
57
+ this.aak = 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, "aak", {
64
+ Object.defineProperty(TileSeries.prototype, "aal", {
65
65
  get: function () {
66
- return this.aai;
66
+ return this.aaj;
67
67
  },
68
68
  set: function (a) {
69
- var b = this.aai;
70
- this.aai = a;
71
- this.raisePropertyChanged("ActualTileImagery", b, this.aai);
69
+ var b = this.aaj;
70
+ this.aaj = a;
71
+ this.raisePropertyChanged("ActualTileImagery", b, this.aaj);
72
72
  },
73
73
  enumerable: false,
74
74
  configurable: true
75
75
  });
76
- TileSeries.prototype.rg = function (a, b, c, d) {
77
- _super.prototype.rg.call(this, a, b, c, d);
76
+ TileSeries.prototype.rh = function (a, b, c, d) {
77
+ _super.prototype.rh.call(this, a, b, c, d);
78
78
  var e;
79
79
  var f;
80
80
  switch (b) {
@@ -82,78 +82,78 @@ 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.aaq));
85
+ e.propertyChanged = delegateRemove(e.propertyChanged, runOn(this, this.aar));
86
86
  }
87
87
  if (f != null) {
88
- f.propertyChanged = delegateCombine(f.propertyChanged, runOn(this, this.aaq));
88
+ f.propertyChanged = delegateCombine(f.propertyChanged, runOn(this, this.aar));
89
89
  }
90
- this.aah.dv(e, f);
91
- this.ry(false);
92
- this.qr();
90
+ this.aai.dv(e, f);
91
+ this.rz(false);
92
+ this.qs();
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.aar));
98
+ e.imageTilesReady = delegateRemove(e.imageTilesReady, runOn(this, this.aas));
99
99
  e.deferralHandler = null;
100
100
  }
101
101
  if (f != null) {
102
- f.imageTilesReady = delegateCombine(f.imageTilesReady, runOn(this, this.aar));
102
+ f.imageTilesReady = delegateCombine(f.imageTilesReady, runOn(this, this.aas));
103
103
  f.deferralHandler = this;
104
104
  }
105
- this.aah.du(e, f);
105
+ this.aai.du(e, f);
106
106
  if (f != null && typeCast(XamGeographicMap.$, this.dc) !== null) {
107
107
  f.geographicMap = this.dc;
108
- this.aat(this.cw);
109
- this.aah.dr(this.dc.xm);
108
+ this.aau(this.cw);
109
+ this.aai.dr(this.dc.xn);
110
110
  }
111
- this.qr();
111
+ this.qs();
112
112
  break;
113
113
  case "ActualWindowRect":
114
- this.aah.dr(d);
114
+ this.aai.dr(d);
115
115
  break;
116
116
  case "WorldRect":
117
- this.aah.dy(d);
117
+ this.aai.dy(d);
118
118
  break;
119
119
  case "SeriesViewer":
120
120
  var g = c;
121
121
  var h = d;
122
- if (g != null && this.aak != null) {
123
- this.aak.be(null);
122
+ if (g != null && this.aal != null) {
123
+ this.aal.be(null);
124
124
  }
125
- if (h != null && this.aak != null) {
126
- this.aak.be(this.cw.ae);
125
+ if (h != null && this.aal != null) {
126
+ this.aal.be(this.cw.ae);
127
127
  }
128
128
  break;
129
129
  case "ActualBrush":
130
130
  case "ActualOutline":
131
131
  case "ActualThickness":
132
- this.qt();
132
+ this.qu();
133
133
  break;
134
134
  }
135
135
  };
136
- TileSeries.prototype.aaq = function (a, b) {
136
+ TileSeries.prototype.aar = function (a, b) {
137
137
  if (b.propertyName == "MultiScaleImage") {
138
- this.aat(this.cw);
138
+ this.aau(this.cw);
139
139
  }
140
140
  };
141
- TileSeries.prototype.aar = function (a, b) {
141
+ TileSeries.prototype.aas = function (a, b) {
142
142
  if (this.imageTilesReady != null) {
143
143
  this.imageTilesReady(this, new EventArgs());
144
144
  }
145
- if (!this.aan) {
146
- this.aah.dw();
145
+ if (!this.aao) {
146
+ this.aai.dw();
147
147
  }
148
148
  };
149
149
  TileSeries.prototype.register = function (a, b) {
150
- this.aam = b;
150
+ this.aan = b;
151
151
  };
152
152
  TileSeries.prototype.unRegister = function (a) {
153
- this.aam = null;
153
+ this.aan = null;
154
154
  };
155
155
  TileSeries.prototype.deferredRefresh = function () {
156
- this.ry(false);
156
+ this.rz(false);
157
157
  };
158
158
  TileSeries.prototype.deferAction = function (a) {
159
159
  if (this.j3 != null) {
@@ -163,54 +163,54 @@ var TileSeries = /** @class */ /*@__PURE__*/ (function (_super) {
163
163
  window.setTimeout(a, 0);
164
164
  }
165
165
  };
166
- TileSeries.prototype.sy = function (a, b) {
167
- this.aah.dx();
168
- _super.prototype.sy.call(this, a, b);
166
+ TileSeries.prototype.sz = function (a, b) {
167
+ this.aai.dx();
168
+ _super.prototype.sz.call(this, a, b);
169
169
  };
170
- TileSeries.prototype.rz = function (a) {
171
- _super.prototype.rz.call(this, a);
172
- this.aas(a, this.cw);
170
+ TileSeries.prototype.r0 = function (a) {
171
+ _super.prototype.r0.call(this, a);
172
+ this.aat(a, this.cw);
173
173
  };
174
- TileSeries.prototype.aas = function (a, b) {
174
+ TileSeries.prototype.aat = 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.aat(b);
182
- if (this.aam != null) {
183
- this.aan = true;
184
- this.aam(a);
185
- this.aan = false;
181
+ this.aau(b);
182
+ if (this.aan != null) {
183
+ this.aao = true;
184
+ this.aan(a);
185
+ this.aao = false;
186
186
  }
187
187
  e.dw();
188
188
  };
189
- TileSeries.prototype.rx = function (a, b, c, d, e) {
190
- _super.prototype.rx.call(this, a, b, c, d, e);
189
+ TileSeries.prototype.ry = function (a, b, c, d, e) {
190
+ _super.prototype.ry.call(this, a, b, c, d, e);
191
191
  var f = this.ho.item(d);
192
192
  f.bd(c);
193
193
  if (this.d7(f)) {
194
194
  return;
195
195
  }
196
- this.zx(f);
196
+ this.zy(f);
197
197
  };
198
- TileSeries.prototype.aat = function (a) {
198
+ TileSeries.prototype.aau = 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.aal != null && this.aal.ao != null) {
205
- if (this.aal != this.aak) {
206
- this.aak = this.aal;
204
+ if (this.aam != null && this.aam.ao != null) {
205
+ if (this.aam != this.aal) {
206
+ this.aal = this.aam;
207
207
  }
208
- if (this.aak != null && !b.isEmpty) {
209
- if (this.aak.width != b.width) {
210
- this.aak.width = b.width;
208
+ if (this.aal != null && !b.isEmpty) {
209
+ if (this.aal.width != b.width) {
210
+ this.aal.width = b.width;
211
211
  }
212
- if (this.aak.height != b.height) {
213
- this.aak.height = b.height;
212
+ if (this.aal.height != b.height) {
213
+ this.aal.height = b.height;
214
214
  }
215
215
  }
216
216
  }
@@ -240,8 +240,8 @@ var TileSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
240
240
  TileSeriesView.prototype.a4 = function () {
241
241
  _super.prototype.a4.call(this);
242
242
  if (!this.t) {
243
- this.dn.v5 = Defaults.tileSeries_Outline;
244
- this.dn.vp = Defaults.tileSeries_Brush;
243
+ this.dn.v6 = Defaults.tileSeries_Outline;
244
+ this.dn.vq = Defaults.tileSeries_Brush;
245
245
  }
246
246
  };
247
247
  TileSeriesView.prototype.cx = function (a, b) {
@@ -268,8 +268,8 @@ var TileSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
268
268
  this.a2();
269
269
  };
270
270
  TileSeriesView.prototype.dr = function (a) {
271
- if (this.dn.aal != null) {
272
- this.dn.aal.windowRect = a;
271
+ if (this.dn.aam != null) {
272
+ this.dn.aam.windowRect = a;
273
273
  }
274
274
  };
275
275
  TileSeriesView.prototype.du = function (a, b) {
@@ -304,8 +304,8 @@ var TileSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
304
304
  this.dq.setAttribute("width", this.b9.width.toString());
305
305
  this.dq.setAttribute("height", this.b9.height.toString());
306
306
  }
307
- if (this.dn.aal != null) {
308
- this.dn.aal.bf(this.b9);
307
+ if (this.dn.aam != null) {
308
+ this.dn.aam.bf(this.b9);
309
309
  }
310
310
  };
311
311
  TileSeriesView.prototype.bj = function (a, b) {
@@ -339,8 +339,8 @@ var TileSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
339
339
  TileSeriesView.prototype.ds = function () {
340
340
  };
341
341
  TileSeriesView.prototype.dy = function (a) {
342
- if (this.dn.aal != null) {
343
- this.dn.aal.a6();
342
+ if (this.dn.aam != null) {
343
+ this.dn.aam.a6();
344
344
  }
345
345
  };
346
346
  TileSeriesView.$t = markType(TileSeriesView, 'TileSeriesView', ShapeSeriesViewBase.$);