igniteui-angular-maps 14.1.1 → 14.2.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.
- package/bundles/igniteui-angular-maps.umd.js +1512 -1461
- package/bundles/igniteui-angular-maps.umd.min.js +1 -1
- package/esm2015/lib/GeographicContourLineSeriesView_combined.js +36 -36
- package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +79 -79
- package/esm2015/lib/GeographicMapSeriesHost_combined.js +176 -176
- package/esm2015/lib/GeographicMarkerSeries.js +29 -29
- package/esm2015/lib/GeographicPolylineSeriesView_combined.js +17 -17
- package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +89 -89
- package/esm2015/lib/GeographicShapeSeriesBase_combined.js +60 -60
- package/esm2015/lib/GeographicShapeSeriesView_combined.js +56 -56
- package/esm2015/lib/GeographicSymbolSeriesView_combined.js +56 -56
- package/esm2015/lib/GeographicTileSeries.js +28 -28
- package/esm2015/lib/TileSeries_combined.js +88 -88
- package/esm2015/lib/XamGeographicMap_combined.js +472 -460
- package/esm2015/lib/igx-geographic-contour-line-series-component.js +27 -24
- package/esm2015/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
- package/esm2015/lib/igx-geographic-map-component.js +52 -50
- package/esm2015/lib/igx-geographic-map-imagery.js +25 -2
- package/esm2015/lib/igx-geographic-map-series-host-component.js +21 -21
- package/esm2015/lib/igx-geographic-marker-series-component.js +22 -22
- package/esm2015/lib/igx-geographic-polyline-series-component.js +11 -11
- package/esm2015/lib/igx-geographic-proportional-symbol-series-component.js +44 -42
- package/esm2015/lib/igx-geographic-scatter-area-series-component.js +19 -17
- package/esm2015/lib/igx-geographic-shape-series-base-component.js +26 -20
- package/esm2015/lib/igx-geographic-shape-series-component.js +33 -33
- package/esm2015/lib/igx-geographic-symbol-series-component.js +14 -14
- package/esm2015/lib/igx-geographic-tile-series-component.js +6 -5
- package/esm2015/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
- package/esm2015/lib/igx-tile-series-component.js +5 -4
- package/esm5/lib/GeographicContourLineSeriesView_combined.js +36 -36
- package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +79 -79
- package/esm5/lib/GeographicMapSeriesHost_combined.js +174 -174
- package/esm5/lib/GeographicMarkerSeries.js +29 -29
- package/esm5/lib/GeographicPolylineSeriesView_combined.js +17 -17
- package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +89 -89
- package/esm5/lib/GeographicShapeSeriesBase_combined.js +59 -59
- package/esm5/lib/GeographicShapeSeriesView_combined.js +56 -56
- package/esm5/lib/GeographicSymbolSeriesView_combined.js +56 -56
- package/esm5/lib/GeographicTileSeries.js +27 -27
- package/esm5/lib/TileSeries_combined.js +86 -86
- package/esm5/lib/XamGeographicMap_combined.js +465 -453
- package/esm5/lib/igx-geographic-contour-line-series-component.js +27 -24
- package/esm5/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
- package/esm5/lib/igx-geographic-map-component.js +52 -50
- package/esm5/lib/igx-geographic-map-imagery.js +26 -3
- package/esm5/lib/igx-geographic-map-series-host-component.js +21 -21
- package/esm5/lib/igx-geographic-marker-series-component.js +22 -22
- package/esm5/lib/igx-geographic-polyline-series-component.js +11 -11
- package/esm5/lib/igx-geographic-proportional-symbol-series-component.js +44 -42
- package/esm5/lib/igx-geographic-scatter-area-series-component.js +19 -17
- package/esm5/lib/igx-geographic-shape-series-base-component.js +26 -20
- package/esm5/lib/igx-geographic-shape-series-component.js +33 -33
- package/esm5/lib/igx-geographic-symbol-series-component.js +14 -14
- package/esm5/lib/igx-geographic-tile-series-component.js +6 -5
- package/esm5/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
- package/esm5/lib/igx-tile-series-component.js +5 -4
- package/fesm2015/igniteui-angular-maps.js +1525 -1474
- package/fesm5/igniteui-angular-maps.js +1513 -1462
- package/lib/GeographicContourLineSeriesView_combined.d.ts +14 -14
- package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +24 -24
- package/lib/GeographicMapSeriesHost_combined.d.ts +39 -39
- package/lib/GeographicMarkerSeries.d.ts +18 -18
- package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
- package/lib/GeographicPolylineSeriesView_combined.d.ts +8 -8
- package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +25 -25
- package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
- package/lib/GeographicShapeSeriesBase_combined.d.ts +23 -23
- package/lib/GeographicShapeSeriesView_combined.d.ts +27 -27
- package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicSymbolSeriesView_combined.d.ts +19 -19
- package/lib/GeographicTileSeries.d.ts +10 -10
- package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
- package/lib/TileSeries_combined.d.ts +21 -21
- package/lib/XamGeographicMap_combined.d.ts +112 -112
- package/lib/igx-geographic-map-imagery.d.ts +4 -1
- package/package.json +2 -2
|
@@ -16,62 +16,62 @@ 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.
|
|
20
|
-
_this.
|
|
19
|
+
_this.rh = null;
|
|
20
|
+
_this.rg = null;
|
|
21
21
|
_this.imageTilesReady = null;
|
|
22
22
|
_this.ab = GeographicTileSeries.$;
|
|
23
23
|
return _this;
|
|
24
24
|
}
|
|
25
|
-
GeographicTileSeries.prototype.
|
|
25
|
+
GeographicTileSeries.prototype.get_ej = function () {
|
|
26
26
|
return true;
|
|
27
27
|
};
|
|
28
|
-
Object.defineProperty(GeographicTileSeries.prototype, "
|
|
28
|
+
Object.defineProperty(GeographicTileSeries.prototype, "ri", {
|
|
29
29
|
get: function () {
|
|
30
|
-
return this.
|
|
30
|
+
return this.rh;
|
|
31
31
|
},
|
|
32
32
|
set: function (a) {
|
|
33
|
-
var b = a != this.
|
|
33
|
+
var b = a != this.ri;
|
|
34
34
|
if (b) {
|
|
35
|
-
var c = this.
|
|
36
|
-
this.
|
|
35
|
+
var c = this.ri;
|
|
36
|
+
this.rh = a;
|
|
37
37
|
this.raisePropertyChanged("TileImagery", c, a);
|
|
38
38
|
}
|
|
39
39
|
},
|
|
40
40
|
enumerable: false,
|
|
41
41
|
configurable: true
|
|
42
42
|
});
|
|
43
|
-
GeographicTileSeries.prototype.
|
|
44
|
-
if (this.
|
|
45
|
-
this.
|
|
43
|
+
GeographicTileSeries.prototype.rm = function () {
|
|
44
|
+
if (this.ri != null) {
|
|
45
|
+
this.ri.clearTileCache();
|
|
46
46
|
}
|
|
47
47
|
};
|
|
48
|
-
GeographicTileSeries.prototype.
|
|
49
|
-
_super.prototype.
|
|
48
|
+
GeographicTileSeries.prototype.l7 = function (a, b, c, d) {
|
|
49
|
+
_super.prototype.l7.call(this, a, b, c, d);
|
|
50
50
|
switch (b) {
|
|
51
51
|
case "TileImagery":
|
|
52
|
-
if (this.
|
|
53
|
-
this.
|
|
52
|
+
if (this.qa != null) {
|
|
53
|
+
this.qa.sz = this.ri;
|
|
54
54
|
}
|
|
55
55
|
break;
|
|
56
56
|
}
|
|
57
57
|
};
|
|
58
|
-
GeographicTileSeries.prototype.
|
|
59
|
-
_super.prototype.
|
|
60
|
-
this.
|
|
61
|
-
if (this.
|
|
62
|
-
var a = this.
|
|
63
|
-
a.imageTilesReady = delegateRemove(a.imageTilesReady, runOn(this, this.
|
|
58
|
+
GeographicTileSeries.prototype.qf = function () {
|
|
59
|
+
_super.prototype.qf.call(this);
|
|
60
|
+
this.qa.sz = this.ri;
|
|
61
|
+
if (this.rg != null) {
|
|
62
|
+
var a = this.rg;
|
|
63
|
+
a.imageTilesReady = delegateRemove(a.imageTilesReady, runOn(this, this.rl));
|
|
64
64
|
}
|
|
65
|
-
this.
|
|
66
|
-
if (this.
|
|
67
|
-
var b = this.
|
|
68
|
-
b.imageTilesReady = delegateCombine(b.imageTilesReady, runOn(this, this.
|
|
65
|
+
this.rg = this.qa;
|
|
66
|
+
if (this.rg != null) {
|
|
67
|
+
var b = this.rg;
|
|
68
|
+
b.imageTilesReady = delegateCombine(b.imageTilesReady, runOn(this, this.rl));
|
|
69
69
|
}
|
|
70
70
|
};
|
|
71
|
-
GeographicTileSeries.prototype.
|
|
71
|
+
GeographicTileSeries.prototype.p9 = function () {
|
|
72
72
|
return new TileSeries();
|
|
73
73
|
};
|
|
74
|
-
GeographicTileSeries.prototype.
|
|
74
|
+
GeographicTileSeries.prototype.rl = function (a, b) {
|
|
75
75
|
if (this.imageTilesReady != null) {
|
|
76
76
|
this.imageTilesReady(this, new ImageTilesReadyEventArgs());
|
|
77
77
|
}
|
|
@@ -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.
|
|
26
|
-
_this.ss = null;
|
|
27
|
-
_this.imageTilesReady = null;
|
|
25
|
+
_this.sx = null;
|
|
28
26
|
_this.sw = null;
|
|
29
|
-
_this.
|
|
27
|
+
_this.imageTilesReady = null;
|
|
28
|
+
_this.s0 = null;
|
|
29
|
+
_this.s1 = false;
|
|
30
30
|
_this.ab = TileSeries.$;
|
|
31
31
|
return _this;
|
|
32
32
|
}
|
|
33
|
-
TileSeries.prototype.
|
|
33
|
+
TileSeries.prototype.get_ej = function () {
|
|
34
34
|
return true;
|
|
35
35
|
};
|
|
36
36
|
TileSeries.prototype.bx = function () {
|
|
37
37
|
return new TileSeriesView(this);
|
|
38
38
|
};
|
|
39
|
-
TileSeries.prototype.
|
|
40
|
-
_super.prototype.
|
|
41
|
-
this.
|
|
39
|
+
TileSeries.prototype.l2 = function (a) {
|
|
40
|
+
_super.prototype.l2.call(this, a);
|
|
41
|
+
this.sv = a;
|
|
42
42
|
};
|
|
43
|
-
TileSeries.prototype.
|
|
43
|
+
TileSeries.prototype.get_rb = function () {
|
|
44
44
|
return false;
|
|
45
45
|
};
|
|
46
|
-
Object.defineProperty(TileSeries.prototype, "
|
|
46
|
+
Object.defineProperty(TileSeries.prototype, "sz", {
|
|
47
47
|
get: function () {
|
|
48
|
-
return this.
|
|
48
|
+
return this.sx;
|
|
49
49
|
},
|
|
50
50
|
set: function (a) {
|
|
51
|
-
var b = a != this.
|
|
51
|
+
var b = a != this.sz;
|
|
52
52
|
if (b) {
|
|
53
|
-
var c = this.
|
|
54
|
-
this.
|
|
53
|
+
var c = this.sz;
|
|
54
|
+
this.sx = 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, "
|
|
61
|
+
Object.defineProperty(TileSeries.prototype, "sy", {
|
|
62
62
|
get: function () {
|
|
63
|
-
return this.
|
|
63
|
+
return this.sw;
|
|
64
64
|
},
|
|
65
65
|
set: function (a) {
|
|
66
|
-
var b = this.
|
|
67
|
-
this.
|
|
68
|
-
this.raisePropertyChanged("ActualTileImagery", b, this.
|
|
66
|
+
var b = this.sw;
|
|
67
|
+
this.sw = a;
|
|
68
|
+
this.raisePropertyChanged("ActualTileImagery", b, this.sw);
|
|
69
69
|
},
|
|
70
70
|
enumerable: false,
|
|
71
71
|
configurable: true
|
|
72
72
|
});
|
|
73
|
-
TileSeries.prototype.
|
|
74
|
-
_super.prototype.
|
|
73
|
+
TileSeries.prototype.l7 = function (a, b, c, d) {
|
|
74
|
+
_super.prototype.l7.call(this, a, b, c, d);
|
|
75
75
|
var e;
|
|
76
76
|
var f;
|
|
77
77
|
switch (b) {
|
|
@@ -79,141 +79,141 @@ 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.
|
|
82
|
+
e.propertyChanged = delegateRemove(e.propertyChanged, runOn(this, this.s4));
|
|
83
83
|
}
|
|
84
84
|
if (f != null) {
|
|
85
|
-
f.propertyChanged = delegateCombine(f.propertyChanged, runOn(this, this.
|
|
85
|
+
f.propertyChanged = delegateCombine(f.propertyChanged, runOn(this, this.s4));
|
|
86
86
|
}
|
|
87
|
-
this.
|
|
88
|
-
this.
|
|
89
|
-
this.
|
|
87
|
+
this.sv.de(e, f);
|
|
88
|
+
this.ml(false);
|
|
89
|
+
this.ls();
|
|
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.
|
|
95
|
+
e.imageTilesReady = delegateRemove(e.imageTilesReady, runOn(this, this.s5));
|
|
96
96
|
e.deferralHandler = null;
|
|
97
97
|
}
|
|
98
98
|
if (f != null) {
|
|
99
|
-
f.imageTilesReady = delegateCombine(f.imageTilesReady, runOn(this, this.
|
|
99
|
+
f.imageTilesReady = delegateCombine(f.imageTilesReady, runOn(this, this.s5));
|
|
100
100
|
f.deferralHandler = this;
|
|
101
101
|
}
|
|
102
|
-
this.
|
|
102
|
+
this.sv.dd(e, f);
|
|
103
103
|
if (f != null && typeCast(XamGeographicMap.$, this.cd) !== null) {
|
|
104
104
|
f.geographicMap = this.cd;
|
|
105
|
-
this.
|
|
106
|
-
this.
|
|
105
|
+
this.s7(this.b0);
|
|
106
|
+
this.sv.da(this.cd.s9);
|
|
107
107
|
}
|
|
108
|
-
this.
|
|
108
|
+
this.ls();
|
|
109
109
|
break;
|
|
110
110
|
case "ActualWindowRect":
|
|
111
|
-
this.
|
|
111
|
+
this.sv.da(d);
|
|
112
112
|
break;
|
|
113
113
|
case "WorldRect":
|
|
114
|
-
this.
|
|
114
|
+
this.sv.dh(d);
|
|
115
115
|
break;
|
|
116
116
|
case "SeriesViewer":
|
|
117
117
|
var g = c;
|
|
118
118
|
var h = d;
|
|
119
|
-
if (g != null && this.
|
|
120
|
-
this.
|
|
119
|
+
if (g != null && this.sy != null) {
|
|
120
|
+
this.sy.be(null);
|
|
121
121
|
}
|
|
122
|
-
if (h != null && this.
|
|
123
|
-
this.
|
|
122
|
+
if (h != null && this.sy != null) {
|
|
123
|
+
this.sy.be(this.b0.w);
|
|
124
124
|
}
|
|
125
125
|
break;
|
|
126
126
|
case "ActualBrush":
|
|
127
127
|
case "ActualOutline":
|
|
128
128
|
case "ActualThickness":
|
|
129
|
-
this.
|
|
129
|
+
this.lu();
|
|
130
130
|
break;
|
|
131
131
|
}
|
|
132
132
|
};
|
|
133
|
-
TileSeries.prototype.
|
|
133
|
+
TileSeries.prototype.s4 = function (a, b) {
|
|
134
134
|
if (b.propertyName == "MultiScaleImage") {
|
|
135
|
-
this.
|
|
135
|
+
this.s7(this.b0);
|
|
136
136
|
}
|
|
137
137
|
};
|
|
138
|
-
TileSeries.prototype.
|
|
138
|
+
TileSeries.prototype.s5 = function (a, b) {
|
|
139
139
|
if (this.imageTilesReady != null) {
|
|
140
140
|
this.imageTilesReady(this, new EventArgs());
|
|
141
141
|
}
|
|
142
|
-
if (!this.
|
|
143
|
-
this.
|
|
142
|
+
if (!this.s1) {
|
|
143
|
+
this.sv.df();
|
|
144
144
|
}
|
|
145
145
|
};
|
|
146
146
|
TileSeries.prototype.register = function (a, b) {
|
|
147
|
-
this.
|
|
147
|
+
this.s0 = b;
|
|
148
148
|
};
|
|
149
149
|
TileSeries.prototype.unRegister = function (a) {
|
|
150
|
-
this.
|
|
150
|
+
this.s0 = null;
|
|
151
151
|
};
|
|
152
152
|
TileSeries.prototype.deferredRefresh = function () {
|
|
153
|
-
this.
|
|
153
|
+
this.ml(false);
|
|
154
154
|
};
|
|
155
155
|
TileSeries.prototype.deferAction = function (a) {
|
|
156
|
-
if (this.
|
|
157
|
-
this.
|
|
156
|
+
if (this.hb != null) {
|
|
157
|
+
this.hb.setTimeout(a, 0);
|
|
158
158
|
}
|
|
159
159
|
else {
|
|
160
160
|
window.setTimeout(a, 0);
|
|
161
161
|
}
|
|
162
162
|
};
|
|
163
|
-
TileSeries.prototype.
|
|
164
|
-
this.
|
|
165
|
-
_super.prototype.
|
|
163
|
+
TileSeries.prototype.m8 = function (a, b) {
|
|
164
|
+
this.sv.dg();
|
|
165
|
+
_super.prototype.m8.call(this, a, b);
|
|
166
166
|
};
|
|
167
|
-
TileSeries.prototype.
|
|
168
|
-
_super.prototype.
|
|
169
|
-
this.
|
|
167
|
+
TileSeries.prototype.mm = function (a) {
|
|
168
|
+
_super.prototype.mm.call(this, a);
|
|
169
|
+
this.s6(a, this.b0);
|
|
170
170
|
};
|
|
171
|
-
TileSeries.prototype.
|
|
171
|
+
TileSeries.prototype.s6 = 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.
|
|
179
|
-
if (this.
|
|
180
|
-
this.
|
|
181
|
-
this.
|
|
182
|
-
this.
|
|
178
|
+
this.s7(b);
|
|
179
|
+
if (this.s0 != null) {
|
|
180
|
+
this.s1 = true;
|
|
181
|
+
this.s0(a);
|
|
182
|
+
this.s1 = false;
|
|
183
183
|
}
|
|
184
184
|
e.df();
|
|
185
185
|
};
|
|
186
|
-
TileSeries.prototype.
|
|
187
|
-
_super.prototype.
|
|
188
|
-
var f = this.
|
|
186
|
+
TileSeries.prototype.mk = function (a, b, c, d, e) {
|
|
187
|
+
_super.prototype.mk.call(this, a, b, c, d, e);
|
|
188
|
+
var f = this.fe.item(d);
|
|
189
189
|
f.a1(c);
|
|
190
190
|
if (this.cx(f)) {
|
|
191
191
|
return;
|
|
192
192
|
}
|
|
193
|
-
this.
|
|
193
|
+
this.sf(f);
|
|
194
194
|
};
|
|
195
|
-
TileSeries.prototype.
|
|
195
|
+
TileSeries.prototype.s7 = 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.
|
|
202
|
-
if (this.
|
|
203
|
-
this.
|
|
201
|
+
if (this.sz != null && this.sz.ao != null) {
|
|
202
|
+
if (this.sz != this.sy) {
|
|
203
|
+
this.sy = this.sz;
|
|
204
204
|
}
|
|
205
|
-
if (this.
|
|
206
|
-
if (this.
|
|
207
|
-
this.
|
|
205
|
+
if (this.sy != null && !b.isEmpty) {
|
|
206
|
+
if (this.sy.width != b.width) {
|
|
207
|
+
this.sy.width = b.width;
|
|
208
208
|
}
|
|
209
|
-
if (this.
|
|
210
|
-
this.
|
|
209
|
+
if (this.sy.height != b.height) {
|
|
210
|
+
this.sy.height = b.height;
|
|
211
211
|
}
|
|
212
212
|
}
|
|
213
213
|
}
|
|
214
214
|
};
|
|
215
|
-
TileSeries.prototype.
|
|
216
|
-
_super.prototype.
|
|
215
|
+
TileSeries.prototype.k0 = function (a, b) {
|
|
216
|
+
_super.prototype.k0.call(this, a, b);
|
|
217
217
|
b.db();
|
|
218
218
|
};
|
|
219
219
|
TileSeries.$t = markType(TileSeries, 'TileSeries', ShapeSeriesBase.$, [IMapRenderDeferralHandler_$type]);
|
|
@@ -237,8 +237,8 @@ var TileSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
237
237
|
TileSeriesView.prototype.as = function () {
|
|
238
238
|
_super.prototype.as.call(this);
|
|
239
239
|
if (!this.q) {
|
|
240
|
-
this.c7.
|
|
241
|
-
this.c7.
|
|
240
|
+
this.c7.pc = Defaults.ao;
|
|
241
|
+
this.c7.o7 = Defaults.an;
|
|
242
242
|
}
|
|
243
243
|
};
|
|
244
244
|
TileSeriesView.prototype.ch = function (a, b) {
|
|
@@ -265,14 +265,14 @@ var TileSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
265
265
|
this.aq();
|
|
266
266
|
};
|
|
267
267
|
TileSeriesView.prototype.da = function (a) {
|
|
268
|
-
if (this.c7.
|
|
269
|
-
this.c7.
|
|
268
|
+
if (this.c7.sz != null) {
|
|
269
|
+
this.c7.sz.windowRect = a;
|
|
270
270
|
}
|
|
271
271
|
};
|
|
272
272
|
TileSeriesView.prototype.dd = function (a, b) {
|
|
273
273
|
if (this.c9 == null) {
|
|
274
|
-
this.c9 = this.e.
|
|
275
|
-
var c = this.e.
|
|
274
|
+
this.c9 = this.e.hb.createElement("canvas");
|
|
275
|
+
var c = this.e.hb.get2DCanvasContext(this.c9);
|
|
276
276
|
this.c8 = new RenderingContext(new CanvasViewRenderer(), c);
|
|
277
277
|
this.c9.setAttribute("width", this.bu.width.toString());
|
|
278
278
|
this.c9.setAttribute("height", this.bu.height.toString());
|
|
@@ -301,8 +301,8 @@ var TileSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
301
301
|
this.c9.setAttribute("width", this.bu.width.toString());
|
|
302
302
|
this.c9.setAttribute("height", this.bu.height.toString());
|
|
303
303
|
}
|
|
304
|
-
if (this.c7.
|
|
305
|
-
this.c7.
|
|
304
|
+
if (this.c7.sz != null) {
|
|
305
|
+
this.c7.sz.bf(this.bu);
|
|
306
306
|
}
|
|
307
307
|
};
|
|
308
308
|
TileSeriesView.prototype.a6 = function (a, b) {
|
|
@@ -336,8 +336,8 @@ var TileSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
336
336
|
TileSeriesView.prototype.db = function () {
|
|
337
337
|
};
|
|
338
338
|
TileSeriesView.prototype.dh = function (a) {
|
|
339
|
-
if (this.c7.
|
|
340
|
-
this.c7.
|
|
339
|
+
if (this.c7.sz != null) {
|
|
340
|
+
this.c7.sz.a6();
|
|
341
341
|
}
|
|
342
342
|
};
|
|
343
343
|
TileSeriesView.$t = markType(TileSeriesView, 'TileSeriesView', ShapeSeriesViewBase.$);
|