igniteui-angular-maps 17.0.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.
- package/bundles/igniteui-angular-maps.umd.js +1646 -1646
- package/bundles/igniteui-angular-maps.umd.min.js +1 -1
- package/esm2015/lib/GeographicContourLineSeriesView_combined.js +46 -46
- package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +101 -101
- package/esm2015/lib/GeographicMapSeriesHost_combined.js +201 -201
- package/esm2015/lib/GeographicMarkerSeries.js +29 -29
- package/esm2015/lib/GeographicPolylineSeriesView_combined.js +26 -26
- package/esm2015/lib/GeographicProportionalSymbolSeriesBaseView.js +2 -2
- package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +119 -119
- package/esm2015/lib/GeographicShapeSeriesBaseBaseView.js +2 -2
- package/esm2015/lib/GeographicShapeSeriesBase_combined.js +72 -72
- package/esm2015/lib/GeographicShapeSeriesView_combined.js +72 -72
- package/esm2015/lib/GeographicSymbolSeriesBaseView.js +2 -2
- package/esm2015/lib/GeographicSymbolSeriesView_combined.js +77 -77
- package/esm2015/lib/GeographicTileSeries.js +28 -28
- package/esm2015/lib/GeographicXYTriangulatingSeriesBaseView.js +2 -2
- package/esm2015/lib/TileSeries_combined.js +147 -147
- package/esm2015/lib/XamGeographicMap_combined.js +484 -484
- 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 +46 -46
- package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +100 -100
- package/esm5/lib/GeographicMapSeriesHost_combined.js +199 -199
- package/esm5/lib/GeographicMarkerSeries.js +29 -29
- package/esm5/lib/GeographicPolylineSeriesView_combined.js +26 -26
- package/esm5/lib/GeographicProportionalSymbolSeriesBaseView.js +2 -2
- package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +119 -119
- package/esm5/lib/GeographicShapeSeriesBaseBaseView.js +2 -2
- package/esm5/lib/GeographicShapeSeriesBase_combined.js +69 -69
- package/esm5/lib/GeographicShapeSeriesView_combined.js +72 -72
- package/esm5/lib/GeographicSymbolSeriesBaseView.js +2 -2
- package/esm5/lib/GeographicSymbolSeriesView_combined.js +77 -77
- package/esm5/lib/GeographicTileSeries.js +27 -27
- package/esm5/lib/GeographicXYTriangulatingSeriesBaseView.js +2 -2
- package/esm5/lib/TileSeries_combined.js +144 -144
- package/esm5/lib/XamGeographicMap_combined.js +476 -476
- 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 +1663 -1663
- package/fesm5/igniteui-angular-maps.js +1646 -1646
- package/lib/GeographicContourLineSeriesView_combined.d.ts +20 -20
- package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +39 -39
- package/lib/GeographicMapSeriesHost_combined.d.ts +59 -59
- package/lib/GeographicMarkerSeries.d.ts +18 -18
- package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
- package/lib/GeographicPolylineSeriesView_combined.d.ts +14 -14
- package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicProportionalSymbolSeriesBaseView.d.ts +1 -1
- package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +46 -46
- package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
- package/lib/GeographicShapeSeriesBaseBaseView.d.ts +1 -1
- package/lib/GeographicShapeSeriesBase_combined.d.ts +30 -30
- package/lib/GeographicShapeSeriesView_combined.d.ts +38 -38
- package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicSymbolSeriesBaseView.d.ts +1 -1
- package/lib/GeographicSymbolSeriesView_combined.d.ts +34 -34
- package/lib/GeographicTileSeries.d.ts +10 -10
- package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
- package/lib/GeographicXYTriangulatingSeriesBaseView.d.ts +1 -1
- package/lib/TileSeries_combined.d.ts +42 -42
- package/lib/XamGeographicMap_combined.d.ts +125 -125
- 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.
|
|
26
|
-
_this.
|
|
25
|
+
_this.wu = null;
|
|
26
|
+
_this.wt = null;
|
|
27
27
|
_this.imageTilesReady = null;
|
|
28
|
-
_this.
|
|
29
|
-
_this.
|
|
28
|
+
_this.wx = null;
|
|
29
|
+
_this.wy = false;
|
|
30
30
|
_this.ab = TileSeries.$;
|
|
31
31
|
return _this;
|
|
32
32
|
}
|
|
33
|
-
TileSeries.prototype.
|
|
33
|
+
TileSeries.prototype.get_fg = function () {
|
|
34
34
|
return true;
|
|
35
35
|
};
|
|
36
|
-
TileSeries.prototype.
|
|
36
|
+
TileSeries.prototype.cg = function () {
|
|
37
37
|
return new TileSeriesView(this);
|
|
38
38
|
};
|
|
39
|
-
TileSeries.prototype.
|
|
40
|
-
_super.prototype.
|
|
41
|
-
this.
|
|
39
|
+
TileSeries.prototype.o0 = function (a) {
|
|
40
|
+
_super.prototype.o0.call(this, a);
|
|
41
|
+
this.ws = a;
|
|
42
42
|
};
|
|
43
|
-
TileSeries.prototype.
|
|
43
|
+
TileSeries.prototype.get_u4 = function () {
|
|
44
44
|
return false;
|
|
45
45
|
};
|
|
46
|
-
Object.defineProperty(TileSeries.prototype, "
|
|
46
|
+
Object.defineProperty(TileSeries.prototype, "ww", {
|
|
47
47
|
get: function () {
|
|
48
|
-
return this.
|
|
48
|
+
return this.wu;
|
|
49
49
|
},
|
|
50
50
|
set: function (a) {
|
|
51
|
-
var b = a != this.
|
|
51
|
+
var b = a != this.ww;
|
|
52
52
|
if (b) {
|
|
53
|
-
var c = this.
|
|
54
|
-
this.
|
|
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, "
|
|
61
|
+
Object.defineProperty(TileSeries.prototype, "wv", {
|
|
62
62
|
get: function () {
|
|
63
|
-
return this.
|
|
63
|
+
return this.wt;
|
|
64
64
|
},
|
|
65
65
|
set: function (a) {
|
|
66
|
-
var b = this.
|
|
67
|
-
this.
|
|
68
|
-
this.raisePropertyChanged("ActualTileImagery", b, this.
|
|
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.
|
|
74
|
-
_super.prototype.
|
|
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.
|
|
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.
|
|
85
|
+
f.propertyChanged = delegateCombine(f.propertyChanged, runOn(this, this.w1));
|
|
86
86
|
}
|
|
87
|
-
this.
|
|
88
|
-
this.
|
|
89
|
-
this.
|
|
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.
|
|
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.
|
|
99
|
+
f.imageTilesReady = delegateCombine(f.imageTilesReady, runOn(this, this.w2));
|
|
100
100
|
f.deferralHandler = this;
|
|
101
101
|
}
|
|
102
|
-
this.
|
|
103
|
-
if (f != null && typeCast(XamGeographicMap.$, this.
|
|
104
|
-
f.geographicMap = this.
|
|
105
|
-
this.
|
|
106
|
-
this.
|
|
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.
|
|
108
|
+
this.ol();
|
|
109
109
|
break;
|
|
110
110
|
case "ActualWindowRect":
|
|
111
|
-
this.
|
|
111
|
+
this.ws.dd(d);
|
|
112
112
|
break;
|
|
113
113
|
case "WorldRect":
|
|
114
|
-
this.
|
|
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.
|
|
120
|
-
this.
|
|
119
|
+
if (g != null && this.wv != null) {
|
|
120
|
+
this.wv.be(null);
|
|
121
121
|
}
|
|
122
|
-
if (h != null && this.
|
|
123
|
-
this.
|
|
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.
|
|
129
|
+
this.on();
|
|
130
130
|
break;
|
|
131
131
|
}
|
|
132
132
|
};
|
|
133
|
-
TileSeries.prototype.
|
|
133
|
+
TileSeries.prototype.w1 = function (a, b) {
|
|
134
134
|
if (b.propertyName == "MultiScaleImage") {
|
|
135
|
-
this.
|
|
135
|
+
this.w4(this.cj);
|
|
136
136
|
}
|
|
137
137
|
};
|
|
138
|
-
TileSeries.prototype.
|
|
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.
|
|
143
|
-
this.
|
|
142
|
+
if (!this.wy) {
|
|
143
|
+
this.ws.di();
|
|
144
144
|
}
|
|
145
145
|
};
|
|
146
146
|
TileSeries.prototype.register = function (a, b) {
|
|
147
|
-
this.
|
|
147
|
+
this.wx = b;
|
|
148
148
|
};
|
|
149
149
|
TileSeries.prototype.unRegister = function (a) {
|
|
150
|
-
this.
|
|
150
|
+
this.wx = null;
|
|
151
151
|
};
|
|
152
152
|
TileSeries.prototype.deferredRefresh = function () {
|
|
153
|
-
this.
|
|
153
|
+
this.pp(false);
|
|
154
154
|
};
|
|
155
155
|
TileSeries.prototype.deferAction = function (a) {
|
|
156
|
-
if (this.
|
|
157
|
-
this.
|
|
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.
|
|
164
|
-
this.
|
|
165
|
-
_super.prototype.
|
|
163
|
+
TileSeries.prototype.qm = function (a, b) {
|
|
164
|
+
this.ws.dj();
|
|
165
|
+
_super.prototype.qm.call(this, a, b);
|
|
166
166
|
};
|
|
167
|
-
TileSeries.prototype.
|
|
168
|
-
_super.prototype.
|
|
169
|
-
this.
|
|
167
|
+
TileSeries.prototype.pq = function (a) {
|
|
168
|
+
_super.prototype.pq.call(this, a);
|
|
169
|
+
this.w3(a, this.cj);
|
|
170
170
|
};
|
|
171
|
-
TileSeries.prototype.
|
|
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.
|
|
179
|
-
if (this.
|
|
180
|
-
this.
|
|
181
|
-
this.
|
|
182
|
-
this.
|
|
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.
|
|
184
|
+
e.di();
|
|
185
185
|
};
|
|
186
|
-
TileSeries.prototype.
|
|
187
|
-
_super.prototype.
|
|
188
|
-
var f = this.
|
|
189
|
-
f.
|
|
190
|
-
if (this.
|
|
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.
|
|
193
|
+
this.wb(f);
|
|
194
194
|
};
|
|
195
|
-
TileSeries.prototype.
|
|
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.
|
|
202
|
-
if (this.
|
|
203
|
-
this.
|
|
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.
|
|
206
|
-
if (this.
|
|
207
|
-
this.
|
|
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.
|
|
210
|
-
this.
|
|
209
|
+
if (this.wv.height != b.height) {
|
|
210
|
+
this.wv.height = b.height;
|
|
211
211
|
}
|
|
212
212
|
}
|
|
213
213
|
}
|
|
214
214
|
};
|
|
215
|
-
TileSeries.prototype.
|
|
216
|
-
_super.prototype.
|
|
217
|
-
b.
|
|
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.
|
|
231
|
-
_this.
|
|
232
|
-
_this.
|
|
233
|
-
_this.
|
|
234
|
-
_this.
|
|
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.
|
|
238
|
-
_super.prototype.
|
|
237
|
+
TileSeriesView.prototype.au = function () {
|
|
238
|
+
_super.prototype.au.call(this);
|
|
239
239
|
if (!this.q) {
|
|
240
|
-
this.
|
|
241
|
-
this.
|
|
240
|
+
this.da.s2 = Defaults.ao;
|
|
241
|
+
this.da.sw = Defaults.an;
|
|
242
242
|
}
|
|
243
243
|
};
|
|
244
|
-
TileSeriesView.prototype.
|
|
244
|
+
TileSeriesView.prototype.ck = function (a, b) {
|
|
245
245
|
if (b.c.count > 0) {
|
|
246
|
-
this.
|
|
246
|
+
this.dl.d.add(b);
|
|
247
247
|
}
|
|
248
248
|
};
|
|
249
|
-
TileSeriesView.prototype.
|
|
250
|
-
return this.
|
|
249
|
+
TileSeriesView.prototype.c5 = function (a, b) {
|
|
250
|
+
return this.c6(a, b, true);
|
|
251
251
|
};
|
|
252
|
-
TileSeriesView.prototype.
|
|
252
|
+
TileSeriesView.prototype.c4 = function (a, b) {
|
|
253
253
|
return null;
|
|
254
254
|
};
|
|
255
|
-
TileSeriesView.prototype.
|
|
255
|
+
TileSeriesView.prototype.co = function (a, b) {
|
|
256
256
|
};
|
|
257
|
-
TileSeriesView.prototype.
|
|
257
|
+
TileSeriesView.prototype.cm = function (a, b, c) {
|
|
258
258
|
};
|
|
259
|
-
TileSeriesView.prototype.
|
|
260
|
-
_super.prototype.
|
|
261
|
-
this.
|
|
259
|
+
TileSeriesView.prototype.cu = function () {
|
|
260
|
+
_super.prototype.cu.call(this);
|
|
261
|
+
this.dl.d.clear();
|
|
262
262
|
};
|
|
263
|
-
TileSeriesView.prototype.
|
|
264
|
-
_super.prototype.
|
|
265
|
-
this.
|
|
263
|
+
TileSeriesView.prototype.ct = function () {
|
|
264
|
+
_super.prototype.ct.call(this);
|
|
265
|
+
this.as();
|
|
266
266
|
};
|
|
267
|
-
TileSeriesView.prototype.
|
|
268
|
-
if (this.
|
|
269
|
-
this.
|
|
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.
|
|
273
|
-
if (this.
|
|
274
|
-
this.
|
|
275
|
-
var c = this.e.
|
|
276
|
-
this.
|
|
277
|
-
this.
|
|
278
|
-
this.
|
|
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.
|
|
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.
|
|
290
|
-
b.bf(this.
|
|
291
|
-
b.imagesChanged = delegateCombine(b.imagesChanged, runOn(this, this.
|
|
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.
|
|
295
|
-
this.
|
|
294
|
+
TileSeriesView.prototype.df = function (a, b) {
|
|
295
|
+
this.as();
|
|
296
296
|
};
|
|
297
|
-
TileSeriesView.prototype.
|
|
297
|
+
TileSeriesView.prototype.dh = function (a, b) {
|
|
298
298
|
};
|
|
299
|
-
TileSeriesView.prototype.
|
|
300
|
-
if (this.
|
|
301
|
-
this.
|
|
302
|
-
this.
|
|
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.
|
|
305
|
-
this.
|
|
304
|
+
if (this.da.ww != null) {
|
|
305
|
+
this.da.ww.bf(this.bx);
|
|
306
306
|
}
|
|
307
307
|
};
|
|
308
|
-
TileSeriesView.prototype.
|
|
309
|
-
_super.prototype.
|
|
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.
|
|
313
|
+
if (this.dc == null) {
|
|
314
314
|
return;
|
|
315
315
|
}
|
|
316
316
|
var c = false;
|
|
317
|
-
if (this.
|
|
317
|
+
if (this.dl.d.count > 0) {
|
|
318
318
|
c = true;
|
|
319
319
|
this.k.aa();
|
|
320
|
-
this.k.r(this.
|
|
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.
|
|
325
|
-
var f = truncate(Math.round(this.
|
|
326
|
-
var g = truncate(Math.round(this.
|
|
327
|
-
var h = truncate(Math.round(this.
|
|
328
|
-
this.k.o(this.
|
|
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.
|
|
334
|
-
this.
|
|
333
|
+
TileSeriesView.prototype.di = function () {
|
|
334
|
+
this.as();
|
|
335
335
|
};
|
|
336
|
-
TileSeriesView.prototype.
|
|
336
|
+
TileSeriesView.prototype.de = function () {
|
|
337
337
|
};
|
|
338
|
-
TileSeriesView.prototype.
|
|
339
|
-
if (this.
|
|
340
|
-
this.
|
|
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.$);
|