igniteui-angular-maps 17.1.0 → 17.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 +1645 -1645
- 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 +482 -482
- 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 +475 -475
- 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 +1661 -1661
- package/fesm5/igniteui-angular-maps.js +1645 -1645
- 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
|
@@ -21,47 +21,47 @@ export let TileSeries = /*@__PURE__*/ (() => {
|
|
|
21
21
|
class TileSeries extends ShapeSeriesBase {
|
|
22
22
|
constructor() {
|
|
23
23
|
super();
|
|
24
|
-
this.
|
|
25
|
-
this.
|
|
24
|
+
this.wu = null;
|
|
25
|
+
this.wt = null;
|
|
26
26
|
this.imageTilesReady = null;
|
|
27
|
-
this.
|
|
28
|
-
this.
|
|
27
|
+
this.wx = null;
|
|
28
|
+
this.wy = false;
|
|
29
29
|
this.ab = TileSeries.$;
|
|
30
30
|
}
|
|
31
|
-
|
|
31
|
+
get_fg() {
|
|
32
32
|
return true;
|
|
33
33
|
}
|
|
34
|
-
|
|
34
|
+
cg() {
|
|
35
35
|
return new TileSeriesView(this);
|
|
36
36
|
}
|
|
37
|
-
|
|
38
|
-
super.
|
|
39
|
-
this.
|
|
37
|
+
o0(a) {
|
|
38
|
+
super.o0(a);
|
|
39
|
+
this.ws = a;
|
|
40
40
|
}
|
|
41
|
-
|
|
41
|
+
get_u4() {
|
|
42
42
|
return false;
|
|
43
43
|
}
|
|
44
|
-
get
|
|
45
|
-
return this.
|
|
44
|
+
get ww() {
|
|
45
|
+
return this.wu;
|
|
46
46
|
}
|
|
47
|
-
set
|
|
48
|
-
let b = a != this.
|
|
47
|
+
set ww(a) {
|
|
48
|
+
let b = a != this.ww;
|
|
49
49
|
if (b) {
|
|
50
|
-
let c = this.
|
|
51
|
-
this.
|
|
50
|
+
let c = this.ww;
|
|
51
|
+
this.wu = a;
|
|
52
52
|
this.raisePropertyChanged("TileImagery", c, a);
|
|
53
53
|
}
|
|
54
54
|
}
|
|
55
|
-
get
|
|
56
|
-
return this.
|
|
55
|
+
get wv() {
|
|
56
|
+
return this.wt;
|
|
57
57
|
}
|
|
58
|
-
set
|
|
59
|
-
let b = this.
|
|
60
|
-
this.
|
|
61
|
-
this.raisePropertyChanged("ActualTileImagery", b, this.
|
|
58
|
+
set wv(a) {
|
|
59
|
+
let b = this.wt;
|
|
60
|
+
this.wt = a;
|
|
61
|
+
this.raisePropertyChanged("ActualTileImagery", b, this.wt);
|
|
62
62
|
}
|
|
63
|
-
|
|
64
|
-
super.
|
|
63
|
+
o8(a, b, c, d) {
|
|
64
|
+
super.o8(a, b, c, d);
|
|
65
65
|
let e;
|
|
66
66
|
let f;
|
|
67
67
|
switch (b) {
|
|
@@ -69,142 +69,142 @@ export let TileSeries = /*@__PURE__*/ (() => {
|
|
|
69
69
|
e = c;
|
|
70
70
|
f = d;
|
|
71
71
|
if (e != null) {
|
|
72
|
-
e.propertyChanged = delegateRemove(e.propertyChanged, runOn(this, this.
|
|
72
|
+
e.propertyChanged = delegateRemove(e.propertyChanged, runOn(this, this.w1));
|
|
73
73
|
}
|
|
74
74
|
if (f != null) {
|
|
75
|
-
f.propertyChanged = delegateCombine(f.propertyChanged, runOn(this, this.
|
|
75
|
+
f.propertyChanged = delegateCombine(f.propertyChanged, runOn(this, this.w1));
|
|
76
76
|
}
|
|
77
|
-
this.
|
|
78
|
-
this.
|
|
79
|
-
this.
|
|
77
|
+
this.ws.dh(e, f);
|
|
78
|
+
this.pp(false);
|
|
79
|
+
this.ol();
|
|
80
80
|
break;
|
|
81
81
|
case "ActualTileImagery":
|
|
82
82
|
e = c;
|
|
83
83
|
f = d;
|
|
84
84
|
if (e != null) {
|
|
85
|
-
e.imageTilesReady = delegateRemove(e.imageTilesReady, runOn(this, this.
|
|
85
|
+
e.imageTilesReady = delegateRemove(e.imageTilesReady, runOn(this, this.w2));
|
|
86
86
|
e.deferralHandler = null;
|
|
87
87
|
}
|
|
88
88
|
if (f != null) {
|
|
89
|
-
f.imageTilesReady = delegateCombine(f.imageTilesReady, runOn(this, this.
|
|
89
|
+
f.imageTilesReady = delegateCombine(f.imageTilesReady, runOn(this, this.w2));
|
|
90
90
|
f.deferralHandler = this;
|
|
91
91
|
}
|
|
92
|
-
this.
|
|
93
|
-
if (f != null && typeCast(XamGeographicMap.$, this.
|
|
94
|
-
f.geographicMap = this.
|
|
95
|
-
this.
|
|
96
|
-
this.
|
|
92
|
+
this.ws.dg(e, f);
|
|
93
|
+
if (f != null && typeCast(XamGeographicMap.$, this.cy) !== null) {
|
|
94
|
+
f.geographicMap = this.cy;
|
|
95
|
+
this.w4(this.cj);
|
|
96
|
+
this.ws.dd(this.cy.tn);
|
|
97
97
|
}
|
|
98
|
-
this.
|
|
98
|
+
this.ol();
|
|
99
99
|
break;
|
|
100
100
|
case "ActualWindowRect":
|
|
101
|
-
this.
|
|
101
|
+
this.ws.dd(d);
|
|
102
102
|
break;
|
|
103
103
|
case "WorldRect":
|
|
104
|
-
this.
|
|
104
|
+
this.ws.dk(d);
|
|
105
105
|
break;
|
|
106
106
|
case "SeriesViewer":
|
|
107
107
|
let g = c;
|
|
108
108
|
let h = d;
|
|
109
|
-
if (g != null && this.
|
|
110
|
-
this.
|
|
109
|
+
if (g != null && this.wv != null) {
|
|
110
|
+
this.wv.be(null);
|
|
111
111
|
}
|
|
112
|
-
if (h != null && this.
|
|
113
|
-
this.
|
|
112
|
+
if (h != null && this.wv != null) {
|
|
113
|
+
this.wv.be(this.cj.w);
|
|
114
114
|
}
|
|
115
115
|
break;
|
|
116
116
|
case "ActualBrush":
|
|
117
117
|
case "ActualOutline":
|
|
118
118
|
case "ActualThickness":
|
|
119
|
-
this.
|
|
119
|
+
this.on();
|
|
120
120
|
break;
|
|
121
121
|
}
|
|
122
122
|
}
|
|
123
|
-
|
|
123
|
+
w1(a, b) {
|
|
124
124
|
if (b.propertyName == "MultiScaleImage") {
|
|
125
|
-
this.
|
|
125
|
+
this.w4(this.cj);
|
|
126
126
|
}
|
|
127
127
|
}
|
|
128
|
-
|
|
128
|
+
w2(a, b) {
|
|
129
129
|
if (this.imageTilesReady != null) {
|
|
130
130
|
this.imageTilesReady(this, new EventArgs());
|
|
131
131
|
}
|
|
132
|
-
if (!this.
|
|
133
|
-
this.
|
|
132
|
+
if (!this.wy) {
|
|
133
|
+
this.ws.di();
|
|
134
134
|
}
|
|
135
135
|
}
|
|
136
136
|
register(a, b) {
|
|
137
|
-
this.
|
|
137
|
+
this.wx = b;
|
|
138
138
|
}
|
|
139
139
|
unRegister(a) {
|
|
140
|
-
this.
|
|
140
|
+
this.wx = null;
|
|
141
141
|
}
|
|
142
142
|
deferredRefresh() {
|
|
143
|
-
this.
|
|
143
|
+
this.pp(false);
|
|
144
144
|
}
|
|
145
145
|
deferAction(a) {
|
|
146
|
-
if (this.
|
|
147
|
-
this.
|
|
146
|
+
if (this.i4 != null) {
|
|
147
|
+
this.i4.setTimeout(a, 0);
|
|
148
148
|
}
|
|
149
149
|
else {
|
|
150
150
|
window.setTimeout(a, 0);
|
|
151
151
|
}
|
|
152
152
|
}
|
|
153
|
-
|
|
154
|
-
this.
|
|
155
|
-
super.
|
|
153
|
+
qm(a, b) {
|
|
154
|
+
this.ws.dj();
|
|
155
|
+
super.qm(a, b);
|
|
156
156
|
}
|
|
157
|
-
|
|
158
|
-
super.
|
|
159
|
-
this.
|
|
157
|
+
pq(a) {
|
|
158
|
+
super.pq(a);
|
|
159
|
+
this.w3(a, this.cj);
|
|
160
160
|
}
|
|
161
|
-
|
|
161
|
+
w3(a, b) {
|
|
162
162
|
let c;
|
|
163
163
|
let d;
|
|
164
164
|
let e = b;
|
|
165
165
|
let f = b.getViewInfo(c, d);
|
|
166
166
|
c = f.p0;
|
|
167
167
|
d = f.p1;
|
|
168
|
-
this.
|
|
169
|
-
if (this.
|
|
170
|
-
this.
|
|
171
|
-
this.
|
|
172
|
-
this.
|
|
168
|
+
this.w4(b);
|
|
169
|
+
if (this.wx != null) {
|
|
170
|
+
this.wy = true;
|
|
171
|
+
this.wx(a);
|
|
172
|
+
this.wy = false;
|
|
173
173
|
}
|
|
174
|
-
e.
|
|
174
|
+
e.di();
|
|
175
175
|
}
|
|
176
|
-
|
|
177
|
-
super.
|
|
178
|
-
let f = this.
|
|
179
|
-
f.
|
|
180
|
-
if (this.
|
|
176
|
+
po(a, b, c, d, e) {
|
|
177
|
+
super.po(a, b, c, d, e);
|
|
178
|
+
let f = this.gu.item(d);
|
|
179
|
+
f.a3(c);
|
|
180
|
+
if (this.dl(f)) {
|
|
181
181
|
return;
|
|
182
182
|
}
|
|
183
|
-
this.
|
|
183
|
+
this.wb(f);
|
|
184
184
|
}
|
|
185
|
-
|
|
185
|
+
w4(a) {
|
|
186
186
|
let b;
|
|
187
187
|
let c;
|
|
188
188
|
let d = a.getViewInfo(b, c);
|
|
189
189
|
b = d.p0;
|
|
190
190
|
c = d.p1;
|
|
191
|
-
if (this.
|
|
192
|
-
if (this.
|
|
193
|
-
this.
|
|
191
|
+
if (this.ww != null && this.ww.ao != null) {
|
|
192
|
+
if (this.ww != this.wv) {
|
|
193
|
+
this.wv = this.ww;
|
|
194
194
|
}
|
|
195
|
-
if (this.
|
|
196
|
-
if (this.
|
|
197
|
-
this.
|
|
195
|
+
if (this.wv != null && !b.isEmpty) {
|
|
196
|
+
if (this.wv.width != b.width) {
|
|
197
|
+
this.wv.width = b.width;
|
|
198
198
|
}
|
|
199
|
-
if (this.
|
|
200
|
-
this.
|
|
199
|
+
if (this.wv.height != b.height) {
|
|
200
|
+
this.wv.height = b.height;
|
|
201
201
|
}
|
|
202
202
|
}
|
|
203
203
|
}
|
|
204
204
|
}
|
|
205
|
-
|
|
206
|
-
super.
|
|
207
|
-
b.
|
|
205
|
+
nj(a, b) {
|
|
206
|
+
super.nj(a, b);
|
|
207
|
+
b.de();
|
|
208
208
|
}
|
|
209
209
|
}
|
|
210
210
|
TileSeries.$t = markType(TileSeries, 'TileSeries', ShapeSeriesBase.$, [IMapRenderDeferralHandler_$type]);
|
|
@@ -217,116 +217,116 @@ export let TileSeriesView = /*@__PURE__*/ (() => {
|
|
|
217
217
|
class TileSeriesView extends ShapeSeriesViewBase {
|
|
218
218
|
constructor(a) {
|
|
219
219
|
super(a);
|
|
220
|
-
this.
|
|
221
|
-
this.
|
|
222
|
-
this.
|
|
223
|
-
this.
|
|
224
|
-
this.
|
|
225
|
-
}
|
|
226
|
-
|
|
227
|
-
super.
|
|
220
|
+
this.da = null;
|
|
221
|
+
this.dl = new GeometryGroup();
|
|
222
|
+
this.dc = null;
|
|
223
|
+
this.db = null;
|
|
224
|
+
this.da = a;
|
|
225
|
+
}
|
|
226
|
+
au() {
|
|
227
|
+
super.au();
|
|
228
228
|
if (!this.q) {
|
|
229
|
-
this.
|
|
230
|
-
this.
|
|
229
|
+
this.da.s2 = Defaults.ao;
|
|
230
|
+
this.da.sw = Defaults.an;
|
|
231
231
|
}
|
|
232
232
|
}
|
|
233
|
-
|
|
233
|
+
ck(a, b) {
|
|
234
234
|
if (b.c.count > 0) {
|
|
235
|
-
this.
|
|
235
|
+
this.dl.d.add(b);
|
|
236
236
|
}
|
|
237
237
|
}
|
|
238
|
-
|
|
239
|
-
return this.
|
|
238
|
+
c5(a, b) {
|
|
239
|
+
return this.c6(a, b, true);
|
|
240
240
|
}
|
|
241
|
-
|
|
241
|
+
c4(a, b) {
|
|
242
242
|
return null;
|
|
243
243
|
}
|
|
244
|
-
|
|
244
|
+
co(a, b) {
|
|
245
245
|
}
|
|
246
|
-
|
|
246
|
+
cm(a, b, c) {
|
|
247
247
|
}
|
|
248
|
-
|
|
249
|
-
super.
|
|
250
|
-
this.
|
|
248
|
+
cu() {
|
|
249
|
+
super.cu();
|
|
250
|
+
this.dl.d.clear();
|
|
251
251
|
}
|
|
252
|
-
|
|
253
|
-
super.
|
|
254
|
-
this.
|
|
252
|
+
ct() {
|
|
253
|
+
super.ct();
|
|
254
|
+
this.as();
|
|
255
255
|
}
|
|
256
|
-
|
|
257
|
-
if (this.
|
|
258
|
-
this.
|
|
256
|
+
dd(a) {
|
|
257
|
+
if (this.da.ww != null) {
|
|
258
|
+
this.da.ww.windowRect = a;
|
|
259
259
|
}
|
|
260
260
|
}
|
|
261
|
-
|
|
262
|
-
if (this.
|
|
263
|
-
this.
|
|
264
|
-
let c = this.e.
|
|
265
|
-
this.
|
|
266
|
-
this.
|
|
267
|
-
this.
|
|
261
|
+
dg(a, b) {
|
|
262
|
+
if (this.dc == null) {
|
|
263
|
+
this.dc = this.e.i4.createElement("canvas");
|
|
264
|
+
let c = this.e.i4.get2DCanvasContext(this.dc);
|
|
265
|
+
this.db = new RenderingContext(new CanvasViewRenderer(), c);
|
|
266
|
+
this.dc.setAttribute("width", this.bx.width.toString());
|
|
267
|
+
this.dc.setAttribute("height", this.bx.height.toString());
|
|
268
268
|
}
|
|
269
269
|
if (a != null) {
|
|
270
270
|
a.bd(null);
|
|
271
271
|
a.be(null);
|
|
272
|
-
a.imagesChanged = delegateRemove(a.imagesChanged, runOn(this, this.
|
|
272
|
+
a.imagesChanged = delegateRemove(a.imagesChanged, runOn(this, this.df));
|
|
273
273
|
}
|
|
274
274
|
if (b != null) {
|
|
275
275
|
if (this.w != null) {
|
|
276
276
|
b.be(this.w);
|
|
277
277
|
}
|
|
278
|
-
b.bd(this.
|
|
279
|
-
b.bf(this.
|
|
280
|
-
b.imagesChanged = delegateCombine(b.imagesChanged, runOn(this, this.
|
|
278
|
+
b.bd(this.db);
|
|
279
|
+
b.bf(this.bx);
|
|
280
|
+
b.imagesChanged = delegateCombine(b.imagesChanged, runOn(this, this.df));
|
|
281
281
|
}
|
|
282
282
|
}
|
|
283
|
-
|
|
284
|
-
this.
|
|
283
|
+
df(a, b) {
|
|
284
|
+
this.as();
|
|
285
285
|
}
|
|
286
|
-
|
|
286
|
+
dh(a, b) {
|
|
287
287
|
}
|
|
288
|
-
|
|
289
|
-
if (this.
|
|
290
|
-
this.
|
|
291
|
-
this.
|
|
288
|
+
dj() {
|
|
289
|
+
if (this.dc != null) {
|
|
290
|
+
this.dc.setAttribute("width", this.bx.width.toString());
|
|
291
|
+
this.dc.setAttribute("height", this.bx.height.toString());
|
|
292
292
|
}
|
|
293
|
-
if (this.
|
|
294
|
-
this.
|
|
293
|
+
if (this.da.ww != null) {
|
|
294
|
+
this.da.ww.bf(this.bx);
|
|
295
295
|
}
|
|
296
296
|
}
|
|
297
|
-
|
|
298
|
-
super.
|
|
297
|
+
a8(a, b) {
|
|
298
|
+
super.a8(a, b);
|
|
299
299
|
if (b) {
|
|
300
300
|
return;
|
|
301
301
|
}
|
|
302
|
-
if (this.
|
|
302
|
+
if (this.dc == null) {
|
|
303
303
|
return;
|
|
304
304
|
}
|
|
305
305
|
let c = false;
|
|
306
|
-
if (this.
|
|
306
|
+
if (this.dl.d.count > 0) {
|
|
307
307
|
c = true;
|
|
308
308
|
this.k.aa();
|
|
309
|
-
this.k.r(this.
|
|
309
|
+
this.k.r(this.dl);
|
|
310
310
|
let d = this.k.h();
|
|
311
311
|
d.clip();
|
|
312
312
|
}
|
|
313
|
-
let e = truncate(Math.round(this.
|
|
314
|
-
let f = truncate(Math.round(this.
|
|
315
|
-
let g = truncate(Math.round(this.
|
|
316
|
-
let h = truncate(Math.round(this.
|
|
317
|
-
this.k.o(this.
|
|
313
|
+
let e = truncate(Math.round(this.bx.left));
|
|
314
|
+
let f = truncate(Math.round(this.bx.top));
|
|
315
|
+
let g = truncate(Math.round(this.bx.width));
|
|
316
|
+
let h = truncate(Math.round(this.bx.height));
|
|
317
|
+
this.k.o(this.dc.getNativeElement(), 1, e, f, g, h, e, f, g, h);
|
|
318
318
|
if (c) {
|
|
319
319
|
this.k.z();
|
|
320
320
|
}
|
|
321
321
|
}
|
|
322
|
-
|
|
323
|
-
this.
|
|
322
|
+
di() {
|
|
323
|
+
this.as();
|
|
324
324
|
}
|
|
325
|
-
|
|
325
|
+
de() {
|
|
326
326
|
}
|
|
327
|
-
|
|
328
|
-
if (this.
|
|
329
|
-
this.
|
|
327
|
+
dk(a) {
|
|
328
|
+
if (this.da.ww != null) {
|
|
329
|
+
this.da.ww.a6();
|
|
330
330
|
}
|
|
331
331
|
}
|
|
332
332
|
}
|