igniteui-angular-maps 17.2.0 → 17.3.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.
- package/bundles/igniteui-angular-maps.umd.js +1465 -1438
- package/bundles/igniteui-angular-maps.umd.min.js +1 -1
- package/esm2015/lib/GeographicContourLineSeriesView_combined.js +41 -38
- package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +84 -81
- package/esm2015/lib/GeographicMapSeriesHost_combined.js +184 -184
- package/esm2015/lib/GeographicMarkerSeries.js +29 -29
- package/esm2015/lib/GeographicPolylineSeriesView_combined.js +21 -18
- package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +95 -92
- package/esm2015/lib/GeographicShapeSeriesBase_combined.js +63 -63
- package/esm2015/lib/GeographicShapeSeriesView_combined.js +60 -57
- package/esm2015/lib/GeographicSymbolSeriesView_combined.js +62 -59
- package/esm2015/lib/GeographicTileSeries.js +31 -28
- package/esm2015/lib/TileSeries_combined.js +95 -92
- package/esm2015/lib/XamGeographicMap_combined.js +464 -461
- package/esm2015/lib/igx-geographic-contour-line-series-component.js +9 -9
- package/esm2015/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
- package/esm2015/lib/igx-geographic-map-component.js +40 -40
- 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 +33 -33
- package/esm2015/lib/igx-geographic-scatter-area-series-component.js +8 -8
- package/esm2015/lib/igx-geographic-shape-series-base-component.js +16 -16
- package/esm2015/lib/igx-geographic-shape-series-component.js +33 -33
- package/esm2015/lib/igx-geographic-symbol-series-component.js +15 -15
- package/esm2015/lib/igx-geographic-tile-series-component.js +4 -4
- package/esm2015/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
- package/esm2015/lib/igx-tile-series-component.js +3 -3
- package/esm5/lib/GeographicContourLineSeriesView_combined.js +41 -38
- package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +84 -81
- package/esm5/lib/GeographicMapSeriesHost_combined.js +182 -182
- package/esm5/lib/GeographicMarkerSeries.js +29 -29
- package/esm5/lib/GeographicPolylineSeriesView_combined.js +21 -18
- package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +95 -92
- package/esm5/lib/GeographicShapeSeriesBase_combined.js +62 -62
- package/esm5/lib/GeographicShapeSeriesView_combined.js +60 -57
- package/esm5/lib/GeographicSymbolSeriesView_combined.js +62 -59
- package/esm5/lib/GeographicTileSeries.js +30 -27
- package/esm5/lib/TileSeries_combined.js +93 -90
- package/esm5/lib/XamGeographicMap_combined.js +457 -454
- package/esm5/lib/igx-geographic-contour-line-series-component.js +9 -9
- package/esm5/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
- package/esm5/lib/igx-geographic-map-component.js +40 -40
- 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 +33 -33
- package/esm5/lib/igx-geographic-scatter-area-series-component.js +8 -8
- package/esm5/lib/igx-geographic-shape-series-base-component.js +16 -16
- package/esm5/lib/igx-geographic-shape-series-component.js +33 -33
- package/esm5/lib/igx-geographic-symbol-series-component.js +15 -15
- package/esm5/lib/igx-geographic-tile-series-component.js +4 -4
- package/esm5/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
- package/esm5/lib/igx-tile-series-component.js +3 -3
- package/fesm2015/igniteui-angular-maps.js +1483 -1456
- package/fesm5/igniteui-angular-maps.js +1465 -1438
- package/lib/GeographicContourLineSeriesView_combined.d.ts +16 -15
- package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +25 -24
- package/lib/GeographicMapSeriesHost_combined.d.ts +46 -46
- package/lib/GeographicMarkerSeries.d.ts +16 -16
- package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
- package/lib/GeographicPolylineSeriesView_combined.d.ts +10 -9
- package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +28 -27
- package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
- package/lib/GeographicShapeSeriesBase_combined.d.ts +23 -23
- package/lib/GeographicShapeSeriesView_combined.d.ts +27 -26
- package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicSymbolSeriesView_combined.d.ts +21 -20
- package/lib/GeographicTileSeries.d.ts +11 -10
- package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
- package/lib/TileSeries_combined.d.ts +24 -22
- package/lib/XamGeographicMap_combined.d.ts +109 -108
- package/package.json +2 -2
|
@@ -16,62 +16,65 @@ 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.vc = null;
|
|
20
|
+
_this.vb = null;
|
|
21
21
|
_this.imageTilesReady = null;
|
|
22
22
|
_this.ab = GeographicTileSeries.$;
|
|
23
23
|
return _this;
|
|
24
24
|
}
|
|
25
|
-
GeographicTileSeries.prototype.
|
|
25
|
+
GeographicTileSeries.prototype.bc = function () {
|
|
26
|
+
return new GeographicTileSeries();
|
|
27
|
+
};
|
|
28
|
+
GeographicTileSeries.prototype.get_fh = function () {
|
|
26
29
|
return true;
|
|
27
30
|
};
|
|
28
|
-
Object.defineProperty(GeographicTileSeries.prototype, "
|
|
31
|
+
Object.defineProperty(GeographicTileSeries.prototype, "vd", {
|
|
29
32
|
get: function () {
|
|
30
|
-
return this.
|
|
33
|
+
return this.vc;
|
|
31
34
|
},
|
|
32
35
|
set: function (a) {
|
|
33
|
-
var b = a != this.
|
|
36
|
+
var b = a != this.vd;
|
|
34
37
|
if (b) {
|
|
35
|
-
var c = this.
|
|
36
|
-
this.
|
|
38
|
+
var c = this.vd;
|
|
39
|
+
this.vc = a;
|
|
37
40
|
this.raisePropertyChanged("TileImagery", c, a);
|
|
38
41
|
}
|
|
39
42
|
},
|
|
40
43
|
enumerable: false,
|
|
41
44
|
configurable: true
|
|
42
45
|
});
|
|
43
|
-
GeographicTileSeries.prototype.
|
|
44
|
-
if (this.
|
|
45
|
-
this.
|
|
46
|
+
GeographicTileSeries.prototype.vh = function () {
|
|
47
|
+
if (this.vd != null) {
|
|
48
|
+
this.vd.clearTileCache();
|
|
46
49
|
}
|
|
47
50
|
};
|
|
48
|
-
GeographicTileSeries.prototype.
|
|
49
|
-
_super.prototype.
|
|
51
|
+
GeographicTileSeries.prototype.pa = function (a, b, c, d) {
|
|
52
|
+
_super.prototype.pa.call(this, a, b, c, d);
|
|
50
53
|
switch (b) {
|
|
51
54
|
case "TileImagery":
|
|
52
|
-
if (this.
|
|
53
|
-
this.
|
|
55
|
+
if (this.t5 != null) {
|
|
56
|
+
this.t5.wy = this.vd;
|
|
54
57
|
}
|
|
55
58
|
break;
|
|
56
59
|
}
|
|
57
60
|
};
|
|
58
|
-
GeographicTileSeries.prototype.
|
|
59
|
-
_super.prototype.
|
|
60
|
-
this.
|
|
61
|
-
if (this.
|
|
62
|
-
var a = this.
|
|
63
|
-
a.imageTilesReady = delegateRemove(a.imageTilesReady, runOn(this, this.
|
|
61
|
+
GeographicTileSeries.prototype.ua = function () {
|
|
62
|
+
_super.prototype.ua.call(this);
|
|
63
|
+
this.t5.wy = this.vd;
|
|
64
|
+
if (this.vb != null) {
|
|
65
|
+
var a = this.vb;
|
|
66
|
+
a.imageTilesReady = delegateRemove(a.imageTilesReady, runOn(this, this.vg));
|
|
64
67
|
}
|
|
65
|
-
this.
|
|
66
|
-
if (this.
|
|
67
|
-
var b = this.
|
|
68
|
-
b.imageTilesReady = delegateCombine(b.imageTilesReady, runOn(this, this.
|
|
68
|
+
this.vb = this.t5;
|
|
69
|
+
if (this.vb != null) {
|
|
70
|
+
var b = this.vb;
|
|
71
|
+
b.imageTilesReady = delegateCombine(b.imageTilesReady, runOn(this, this.vg));
|
|
69
72
|
}
|
|
70
73
|
};
|
|
71
|
-
GeographicTileSeries.prototype.
|
|
74
|
+
GeographicTileSeries.prototype.t4 = function () {
|
|
72
75
|
return new TileSeries();
|
|
73
76
|
};
|
|
74
|
-
GeographicTileSeries.prototype.
|
|
77
|
+
GeographicTileSeries.prototype.vg = function (a, b) {
|
|
75
78
|
if (this.imageTilesReady != null) {
|
|
76
79
|
this.imageTilesReady(this, new ImageTilesReadyEventArgs());
|
|
77
80
|
}
|
|
@@ -22,56 +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.
|
|
26
|
-
_this.
|
|
25
|
+
_this.ww = null;
|
|
26
|
+
_this.wv = null;
|
|
27
27
|
_this.imageTilesReady = null;
|
|
28
|
-
_this.
|
|
29
|
-
_this.
|
|
28
|
+
_this.wz = null;
|
|
29
|
+
_this.w0 = false;
|
|
30
30
|
_this.ab = TileSeries.$;
|
|
31
31
|
return _this;
|
|
32
32
|
}
|
|
33
|
-
TileSeries.prototype.
|
|
33
|
+
TileSeries.prototype.bc = function () {
|
|
34
|
+
return new TileSeries();
|
|
35
|
+
};
|
|
36
|
+
TileSeries.prototype.get_fh = function () {
|
|
34
37
|
return true;
|
|
35
38
|
};
|
|
36
|
-
TileSeries.prototype.
|
|
39
|
+
TileSeries.prototype.cd = function () {
|
|
37
40
|
return new TileSeriesView(this);
|
|
38
41
|
};
|
|
39
|
-
TileSeries.prototype.
|
|
40
|
-
_super.prototype.
|
|
41
|
-
this.
|
|
42
|
+
TileSeries.prototype.o2 = function (a) {
|
|
43
|
+
_super.prototype.o2.call(this, a);
|
|
44
|
+
this.wu = a;
|
|
42
45
|
};
|
|
43
|
-
TileSeries.prototype.
|
|
46
|
+
TileSeries.prototype.get_u6 = function () {
|
|
44
47
|
return false;
|
|
45
48
|
};
|
|
46
|
-
Object.defineProperty(TileSeries.prototype, "
|
|
49
|
+
Object.defineProperty(TileSeries.prototype, "wy", {
|
|
47
50
|
get: function () {
|
|
48
|
-
return this.
|
|
51
|
+
return this.ww;
|
|
49
52
|
},
|
|
50
53
|
set: function (a) {
|
|
51
|
-
var b = a != this.
|
|
54
|
+
var b = a != this.wy;
|
|
52
55
|
if (b) {
|
|
53
|
-
var c = this.
|
|
54
|
-
this.
|
|
56
|
+
var c = this.wy;
|
|
57
|
+
this.ww = a;
|
|
55
58
|
this.raisePropertyChanged("TileImagery", c, a);
|
|
56
59
|
}
|
|
57
60
|
},
|
|
58
61
|
enumerable: false,
|
|
59
62
|
configurable: true
|
|
60
63
|
});
|
|
61
|
-
Object.defineProperty(TileSeries.prototype, "
|
|
64
|
+
Object.defineProperty(TileSeries.prototype, "wx", {
|
|
62
65
|
get: function () {
|
|
63
|
-
return this.
|
|
66
|
+
return this.wv;
|
|
64
67
|
},
|
|
65
68
|
set: function (a) {
|
|
66
|
-
var b = this.
|
|
67
|
-
this.
|
|
68
|
-
this.raisePropertyChanged("ActualTileImagery", b, this.
|
|
69
|
+
var b = this.wv;
|
|
70
|
+
this.wv = a;
|
|
71
|
+
this.raisePropertyChanged("ActualTileImagery", b, this.wv);
|
|
69
72
|
},
|
|
70
73
|
enumerable: false,
|
|
71
74
|
configurable: true
|
|
72
75
|
});
|
|
73
|
-
TileSeries.prototype.
|
|
74
|
-
_super.prototype.
|
|
76
|
+
TileSeries.prototype.pa = function (a, b, c, d) {
|
|
77
|
+
_super.prototype.pa.call(this, a, b, c, d);
|
|
75
78
|
var e;
|
|
76
79
|
var f;
|
|
77
80
|
switch (b) {
|
|
@@ -79,141 +82,141 @@ var TileSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
79
82
|
e = c;
|
|
80
83
|
f = d;
|
|
81
84
|
if (e != null) {
|
|
82
|
-
e.propertyChanged = delegateRemove(e.propertyChanged, runOn(this, this.
|
|
85
|
+
e.propertyChanged = delegateRemove(e.propertyChanged, runOn(this, this.w3));
|
|
83
86
|
}
|
|
84
87
|
if (f != null) {
|
|
85
|
-
f.propertyChanged = delegateCombine(f.propertyChanged, runOn(this, this.
|
|
88
|
+
f.propertyChanged = delegateCombine(f.propertyChanged, runOn(this, this.w3));
|
|
86
89
|
}
|
|
87
|
-
this.
|
|
88
|
-
this.
|
|
89
|
-
this.
|
|
90
|
+
this.wu.dh(e, f);
|
|
91
|
+
this.pr(false);
|
|
92
|
+
this.om();
|
|
90
93
|
break;
|
|
91
94
|
case "ActualTileImagery":
|
|
92
95
|
e = c;
|
|
93
96
|
f = d;
|
|
94
97
|
if (e != null) {
|
|
95
|
-
e.imageTilesReady = delegateRemove(e.imageTilesReady, runOn(this, this.
|
|
98
|
+
e.imageTilesReady = delegateRemove(e.imageTilesReady, runOn(this, this.w4));
|
|
96
99
|
e.deferralHandler = null;
|
|
97
100
|
}
|
|
98
101
|
if (f != null) {
|
|
99
|
-
f.imageTilesReady = delegateCombine(f.imageTilesReady, runOn(this, this.
|
|
102
|
+
f.imageTilesReady = delegateCombine(f.imageTilesReady, runOn(this, this.w4));
|
|
100
103
|
f.deferralHandler = this;
|
|
101
104
|
}
|
|
102
|
-
this.
|
|
103
|
-
if (f != null && typeCast(XamGeographicMap.$, this.
|
|
104
|
-
f.geographicMap = this.
|
|
105
|
-
this.
|
|
106
|
-
this.
|
|
105
|
+
this.wu.dg(e, f);
|
|
106
|
+
if (f != null && typeCast(XamGeographicMap.$, this.cv) !== null) {
|
|
107
|
+
f.geographicMap = this.cv;
|
|
108
|
+
this.w6(this.cg);
|
|
109
|
+
this.wu.dd(this.cv.tr);
|
|
107
110
|
}
|
|
108
|
-
this.
|
|
111
|
+
this.om();
|
|
109
112
|
break;
|
|
110
113
|
case "ActualWindowRect":
|
|
111
|
-
this.
|
|
114
|
+
this.wu.dd(d);
|
|
112
115
|
break;
|
|
113
116
|
case "WorldRect":
|
|
114
|
-
this.
|
|
117
|
+
this.wu.dk(d);
|
|
115
118
|
break;
|
|
116
119
|
case "SeriesViewer":
|
|
117
120
|
var g = c;
|
|
118
121
|
var h = d;
|
|
119
|
-
if (g != null && this.
|
|
120
|
-
this.
|
|
122
|
+
if (g != null && this.wx != null) {
|
|
123
|
+
this.wx.be(null);
|
|
121
124
|
}
|
|
122
|
-
if (h != null && this.
|
|
123
|
-
this.
|
|
125
|
+
if (h != null && this.wx != null) {
|
|
126
|
+
this.wx.be(this.cg.w);
|
|
124
127
|
}
|
|
125
128
|
break;
|
|
126
129
|
case "ActualBrush":
|
|
127
130
|
case "ActualOutline":
|
|
128
131
|
case "ActualThickness":
|
|
129
|
-
this.
|
|
132
|
+
this.oo();
|
|
130
133
|
break;
|
|
131
134
|
}
|
|
132
135
|
};
|
|
133
|
-
TileSeries.prototype.
|
|
136
|
+
TileSeries.prototype.w3 = function (a, b) {
|
|
134
137
|
if (b.propertyName == "MultiScaleImage") {
|
|
135
|
-
this.
|
|
138
|
+
this.w6(this.cg);
|
|
136
139
|
}
|
|
137
140
|
};
|
|
138
|
-
TileSeries.prototype.
|
|
141
|
+
TileSeries.prototype.w4 = function (a, b) {
|
|
139
142
|
if (this.imageTilesReady != null) {
|
|
140
143
|
this.imageTilesReady(this, new EventArgs());
|
|
141
144
|
}
|
|
142
|
-
if (!this.
|
|
143
|
-
this.
|
|
145
|
+
if (!this.w0) {
|
|
146
|
+
this.wu.di();
|
|
144
147
|
}
|
|
145
148
|
};
|
|
146
149
|
TileSeries.prototype.register = function (a, b) {
|
|
147
|
-
this.
|
|
150
|
+
this.wz = b;
|
|
148
151
|
};
|
|
149
152
|
TileSeries.prototype.unRegister = function (a) {
|
|
150
|
-
this.
|
|
153
|
+
this.wz = null;
|
|
151
154
|
};
|
|
152
155
|
TileSeries.prototype.deferredRefresh = function () {
|
|
153
|
-
this.
|
|
156
|
+
this.pr(false);
|
|
154
157
|
};
|
|
155
158
|
TileSeries.prototype.deferAction = function (a) {
|
|
156
|
-
if (this.
|
|
157
|
-
this.
|
|
159
|
+
if (this.i5 != null) {
|
|
160
|
+
this.i5.setTimeout(a, 0);
|
|
158
161
|
}
|
|
159
162
|
else {
|
|
160
163
|
window.setTimeout(a, 0);
|
|
161
164
|
}
|
|
162
165
|
};
|
|
163
|
-
TileSeries.prototype.
|
|
164
|
-
this.
|
|
165
|
-
_super.prototype.
|
|
166
|
+
TileSeries.prototype.qo = function (a, b) {
|
|
167
|
+
this.wu.dj();
|
|
168
|
+
_super.prototype.qo.call(this, a, b);
|
|
166
169
|
};
|
|
167
|
-
TileSeries.prototype.
|
|
168
|
-
_super.prototype.
|
|
169
|
-
this.
|
|
170
|
+
TileSeries.prototype.ps = function (a) {
|
|
171
|
+
_super.prototype.ps.call(this, a);
|
|
172
|
+
this.w5(a, this.cg);
|
|
170
173
|
};
|
|
171
|
-
TileSeries.prototype.
|
|
174
|
+
TileSeries.prototype.w5 = function (a, b) {
|
|
172
175
|
var c;
|
|
173
176
|
var d;
|
|
174
177
|
var e = b;
|
|
175
178
|
var f = b.getViewInfo(c, d);
|
|
176
179
|
c = f.p0;
|
|
177
180
|
d = f.p1;
|
|
178
|
-
this.
|
|
179
|
-
if (this.
|
|
180
|
-
this.
|
|
181
|
-
this.
|
|
182
|
-
this.
|
|
181
|
+
this.w6(b);
|
|
182
|
+
if (this.wz != null) {
|
|
183
|
+
this.w0 = true;
|
|
184
|
+
this.wz(a);
|
|
185
|
+
this.w0 = false;
|
|
183
186
|
}
|
|
184
187
|
e.di();
|
|
185
188
|
};
|
|
186
|
-
TileSeries.prototype.
|
|
187
|
-
_super.prototype.
|
|
188
|
-
var f = this.
|
|
189
|
+
TileSeries.prototype.pq = function (a, b, c, d, e) {
|
|
190
|
+
_super.prototype.pq.call(this, a, b, c, d, e);
|
|
191
|
+
var f = this.gv.item(d);
|
|
189
192
|
f.a3(c);
|
|
190
|
-
if (this.
|
|
193
|
+
if (this.dm(f)) {
|
|
191
194
|
return;
|
|
192
195
|
}
|
|
193
|
-
this.
|
|
196
|
+
this.wd(f);
|
|
194
197
|
};
|
|
195
|
-
TileSeries.prototype.
|
|
198
|
+
TileSeries.prototype.w6 = function (a) {
|
|
196
199
|
var b;
|
|
197
200
|
var c;
|
|
198
201
|
var d = a.getViewInfo(b, c);
|
|
199
202
|
b = d.p0;
|
|
200
203
|
c = d.p1;
|
|
201
|
-
if (this.
|
|
202
|
-
if (this.
|
|
203
|
-
this.
|
|
204
|
+
if (this.wy != null && this.wy.ao != null) {
|
|
205
|
+
if (this.wy != this.wx) {
|
|
206
|
+
this.wx = this.wy;
|
|
204
207
|
}
|
|
205
|
-
if (this.
|
|
206
|
-
if (this.
|
|
207
|
-
this.
|
|
208
|
+
if (this.wx != null && !b.isEmpty) {
|
|
209
|
+
if (this.wx.width != b.width) {
|
|
210
|
+
this.wx.width = b.width;
|
|
208
211
|
}
|
|
209
|
-
if (this.
|
|
210
|
-
this.
|
|
212
|
+
if (this.wx.height != b.height) {
|
|
213
|
+
this.wx.height = b.height;
|
|
211
214
|
}
|
|
212
215
|
}
|
|
213
216
|
}
|
|
214
217
|
};
|
|
215
|
-
TileSeries.prototype.
|
|
216
|
-
_super.prototype.
|
|
218
|
+
TileSeries.prototype.nk = function (a, b) {
|
|
219
|
+
_super.prototype.nk.call(this, a, b);
|
|
217
220
|
b.de();
|
|
218
221
|
};
|
|
219
222
|
TileSeries.$t = markType(TileSeries, 'TileSeries', ShapeSeriesBase.$, [IMapRenderDeferralHandler_$type]);
|
|
@@ -237,8 +240,8 @@ var TileSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
237
240
|
TileSeriesView.prototype.au = function () {
|
|
238
241
|
_super.prototype.au.call(this);
|
|
239
242
|
if (!this.q) {
|
|
240
|
-
this.da.
|
|
241
|
-
this.da.
|
|
243
|
+
this.da.s4 = Defaults.ao;
|
|
244
|
+
this.da.sy = Defaults.an;
|
|
242
245
|
}
|
|
243
246
|
};
|
|
244
247
|
TileSeriesView.prototype.ck = function (a, b) {
|
|
@@ -265,14 +268,14 @@ var TileSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
265
268
|
this.as();
|
|
266
269
|
};
|
|
267
270
|
TileSeriesView.prototype.dd = function (a) {
|
|
268
|
-
if (this.da.
|
|
269
|
-
this.da.
|
|
271
|
+
if (this.da.wy != null) {
|
|
272
|
+
this.da.wy.windowRect = a;
|
|
270
273
|
}
|
|
271
274
|
};
|
|
272
275
|
TileSeriesView.prototype.dg = function (a, b) {
|
|
273
276
|
if (this.dc == null) {
|
|
274
|
-
this.dc = this.e.
|
|
275
|
-
var c = this.e.
|
|
277
|
+
this.dc = this.e.i5.createElement("canvas");
|
|
278
|
+
var c = this.e.i5.get2DCanvasContext(this.dc);
|
|
276
279
|
this.db = new RenderingContext(new CanvasViewRenderer(), c);
|
|
277
280
|
this.dc.setAttribute("width", this.bx.width.toString());
|
|
278
281
|
this.dc.setAttribute("height", this.bx.height.toString());
|
|
@@ -301,8 +304,8 @@ var TileSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
301
304
|
this.dc.setAttribute("width", this.bx.width.toString());
|
|
302
305
|
this.dc.setAttribute("height", this.bx.height.toString());
|
|
303
306
|
}
|
|
304
|
-
if (this.da.
|
|
305
|
-
this.da.
|
|
307
|
+
if (this.da.wy != null) {
|
|
308
|
+
this.da.wy.bf(this.bx);
|
|
306
309
|
}
|
|
307
310
|
};
|
|
308
311
|
TileSeriesView.prototype.a8 = function (a, b) {
|
|
@@ -336,8 +339,8 @@ var TileSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
336
339
|
TileSeriesView.prototype.de = function () {
|
|
337
340
|
};
|
|
338
341
|
TileSeriesView.prototype.dk = function (a) {
|
|
339
|
-
if (this.da.
|
|
340
|
-
this.da.
|
|
342
|
+
if (this.da.wy != null) {
|
|
343
|
+
this.da.wy.a6();
|
|
341
344
|
}
|
|
342
345
|
};
|
|
343
346
|
TileSeriesView.$t = markType(TileSeriesView, 'TileSeriesView', ShapeSeriesViewBase.$);
|