igniteui-webcomponents-maps 5.4.0-beta.0 → 5.4.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-webcomponents-maps.umd.js +1752 -1752
- package/bundles/igniteui-webcomponents-maps.umd.min.js +1 -1
- package/esm2015/lib/GeographicContourLineSeriesView_combined.js +48 -48
- package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +104 -104
- package/esm2015/lib/GeographicMapSeriesHost_combined.js +218 -218
- package/esm2015/lib/GeographicMarkerSeries.js +29 -29
- package/esm2015/lib/GeographicPolylineSeriesView_combined.js +28 -28
- package/esm2015/lib/GeographicProportionalSymbolSeriesBaseView.js +2 -2
- package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +121 -121
- package/esm2015/lib/GeographicShapeSeriesBaseBaseView.js +2 -2
- package/esm2015/lib/GeographicShapeSeriesBase_combined.js +75 -75
- package/esm2015/lib/GeographicShapeSeriesView_combined.js +74 -74
- package/esm2015/lib/GeographicSymbolSeriesBaseView.js +2 -2
- package/esm2015/lib/GeographicSymbolSeriesView_combined.js +79 -79
- package/esm2015/lib/GeographicTileSeries.js +29 -29
- package/esm2015/lib/GeographicXYTriangulatingSeriesBaseView.js +2 -2
- package/esm2015/lib/TileSeries_combined.js +154 -154
- package/esm2015/lib/XamGeographicMap_combined.js +478 -478
- package/esm2015/lib/igc-geographic-contour-line-series-component.js +9 -9
- package/esm2015/lib/igc-geographic-high-density-scatter-series-component.js +32 -32
- package/esm2015/lib/igc-geographic-map-component.js +50 -50
- package/esm2015/lib/igc-geographic-map-series-host-component.js +23 -23
- package/esm2015/lib/igc-geographic-marker-series-component.js +31 -31
- package/esm2015/lib/igc-geographic-polyline-series-component.js +13 -13
- package/esm2015/lib/igc-geographic-proportional-symbol-series-component.js +42 -42
- package/esm2015/lib/igc-geographic-scatter-area-series-component.js +8 -8
- package/esm2015/lib/igc-geographic-shape-series-base-component.js +29 -29
- package/esm2015/lib/igc-geographic-shape-series-component.js +44 -44
- package/esm2015/lib/igc-geographic-symbol-series-component.js +20 -20
- package/esm2015/lib/igc-geographic-tile-series-component.js +4 -4
- package/esm2015/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
- package/esm2015/lib/igc-tile-series-component.js +3 -3
- package/esm5/lib/GeographicContourLineSeriesView_combined.js +48 -48
- package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +103 -103
- package/esm5/lib/GeographicMapSeriesHost_combined.js +216 -216
- package/esm5/lib/GeographicMarkerSeries.js +29 -29
- package/esm5/lib/GeographicPolylineSeriesView_combined.js +28 -28
- package/esm5/lib/GeographicProportionalSymbolSeriesBaseView.js +2 -2
- package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +121 -121
- package/esm5/lib/GeographicShapeSeriesBaseBaseView.js +2 -2
- package/esm5/lib/GeographicShapeSeriesBase_combined.js +72 -72
- package/esm5/lib/GeographicShapeSeriesView_combined.js +74 -74
- package/esm5/lib/GeographicSymbolSeriesBaseView.js +2 -2
- package/esm5/lib/GeographicSymbolSeriesView_combined.js +79 -79
- package/esm5/lib/GeographicTileSeries.js +28 -28
- package/esm5/lib/GeographicXYTriangulatingSeriesBaseView.js +2 -2
- package/esm5/lib/TileSeries_combined.js +151 -151
- package/esm5/lib/XamGeographicMap_combined.js +470 -470
- package/esm5/lib/igc-geographic-contour-line-series-component.js +9 -9
- package/esm5/lib/igc-geographic-high-density-scatter-series-component.js +32 -32
- package/esm5/lib/igc-geographic-map-component.js +50 -50
- package/esm5/lib/igc-geographic-map-series-host-component.js +23 -23
- package/esm5/lib/igc-geographic-marker-series-component.js +31 -31
- package/esm5/lib/igc-geographic-polyline-series-component.js +13 -13
- package/esm5/lib/igc-geographic-proportional-symbol-series-component.js +42 -42
- package/esm5/lib/igc-geographic-scatter-area-series-component.js +8 -8
- package/esm5/lib/igc-geographic-shape-series-base-component.js +29 -29
- package/esm5/lib/igc-geographic-shape-series-component.js +44 -44
- package/esm5/lib/igc-geographic-symbol-series-component.js +20 -20
- package/esm5/lib/igc-geographic-tile-series-component.js +4 -4
- package/esm5/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
- package/esm5/lib/igc-tile-series-component.js +3 -3
- package/fesm2015/igniteui-webcomponents-maps.js +1760 -1760
- package/fesm5/igniteui-webcomponents-maps.js +1752 -1752
- package/lib/GeographicContourLineSeriesView_combined.d.ts +21 -21
- package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +39 -39
- package/lib/GeographicMapSeriesHost_combined.d.ts +62 -62
- package/lib/GeographicMarkerSeries.d.ts +17 -17
- package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
- package/lib/GeographicPolylineSeriesView_combined.d.ts +15 -15
- package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicProportionalSymbolSeriesBaseView.d.ts +1 -1
- package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +45 -45
- package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
- package/lib/GeographicShapeSeriesBaseBaseView.d.ts +1 -1
- package/lib/GeographicShapeSeriesBase_combined.d.ts +32 -32
- package/lib/GeographicShapeSeriesView_combined.d.ts +37 -37
- 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 +11 -11
- 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 +119 -119
- package/package.json +3 -3
|
@@ -19,52 +19,52 @@ import { truncate } from "igniteui-webcomponents-core";
|
|
|
19
19
|
*/
|
|
20
20
|
export let TileSeries = /*@__PURE__*/ (() => {
|
|
21
21
|
class TileSeries extends ShapeSeriesBase {
|
|
22
|
-
|
|
22
|
+
bk() {
|
|
23
23
|
return new TileSeries();
|
|
24
24
|
}
|
|
25
|
-
|
|
25
|
+
get_f3() {
|
|
26
26
|
return true;
|
|
27
27
|
}
|
|
28
28
|
constructor() {
|
|
29
29
|
super();
|
|
30
|
-
this.z8 = null;
|
|
31
|
-
this.z7 = null;
|
|
32
|
-
this.imageTilesReady = null;
|
|
33
30
|
this.aab = null;
|
|
34
|
-
this.
|
|
31
|
+
this.aaa = null;
|
|
32
|
+
this.imageTilesReady = null;
|
|
33
|
+
this.aae = null;
|
|
34
|
+
this.aaf = false;
|
|
35
35
|
this.ab = TileSeries.$;
|
|
36
36
|
}
|
|
37
|
-
|
|
37
|
+
ct() {
|
|
38
38
|
return new TileSeriesView(this);
|
|
39
39
|
}
|
|
40
|
-
|
|
41
|
-
super.
|
|
42
|
-
this.
|
|
40
|
+
q1(a) {
|
|
41
|
+
super.q1(a);
|
|
42
|
+
this.z9 = a;
|
|
43
43
|
}
|
|
44
|
-
|
|
44
|
+
get_yc() {
|
|
45
45
|
return false;
|
|
46
46
|
}
|
|
47
|
-
get
|
|
48
|
-
return this.
|
|
47
|
+
get aad() {
|
|
48
|
+
return this.aab;
|
|
49
49
|
}
|
|
50
|
-
set
|
|
51
|
-
let b = a != this.
|
|
50
|
+
set aad(a) {
|
|
51
|
+
let b = a != this.aad;
|
|
52
52
|
if (b) {
|
|
53
|
-
let c = this.
|
|
54
|
-
this.
|
|
53
|
+
let c = this.aad;
|
|
54
|
+
this.aab = a;
|
|
55
55
|
this.raisePropertyChanged("TileImagery", c, a);
|
|
56
56
|
}
|
|
57
57
|
}
|
|
58
|
-
get
|
|
59
|
-
return this.
|
|
58
|
+
get aac() {
|
|
59
|
+
return this.aaa;
|
|
60
60
|
}
|
|
61
|
-
set
|
|
62
|
-
let b = this.
|
|
63
|
-
this.
|
|
64
|
-
this.raisePropertyChanged("ActualTileImagery", b, this.
|
|
61
|
+
set aac(a) {
|
|
62
|
+
let b = this.aaa;
|
|
63
|
+
this.aaa = a;
|
|
64
|
+
this.raisePropertyChanged("ActualTileImagery", b, this.aaa);
|
|
65
65
|
}
|
|
66
|
-
|
|
67
|
-
super.
|
|
66
|
+
ra(a, b, c, d) {
|
|
67
|
+
super.ra(a, b, c, d);
|
|
68
68
|
let e;
|
|
69
69
|
let f;
|
|
70
70
|
switch (b) {
|
|
@@ -72,142 +72,142 @@ export let TileSeries = /*@__PURE__*/ (() => {
|
|
|
72
72
|
e = c;
|
|
73
73
|
f = d;
|
|
74
74
|
if (e != null) {
|
|
75
|
-
e.propertyChanged = delegateRemove(e.propertyChanged, runOn(this, this.
|
|
75
|
+
e.propertyChanged = delegateRemove(e.propertyChanged, runOn(this, this.aai));
|
|
76
76
|
}
|
|
77
77
|
if (f != null) {
|
|
78
|
-
f.propertyChanged = delegateCombine(f.propertyChanged, runOn(this, this.
|
|
78
|
+
f.propertyChanged = delegateCombine(f.propertyChanged, runOn(this, this.aai));
|
|
79
79
|
}
|
|
80
|
-
this.
|
|
81
|
-
this.
|
|
82
|
-
this.
|
|
80
|
+
this.z9.dl(e, f);
|
|
81
|
+
this.rs(false);
|
|
82
|
+
this.ql();
|
|
83
83
|
break;
|
|
84
84
|
case "ActualTileImagery":
|
|
85
85
|
e = c;
|
|
86
86
|
f = d;
|
|
87
87
|
if (e != null) {
|
|
88
|
-
e.imageTilesReady = delegateRemove(e.imageTilesReady, runOn(this, this.
|
|
88
|
+
e.imageTilesReady = delegateRemove(e.imageTilesReady, runOn(this, this.aaj));
|
|
89
89
|
e.deferralHandler = null;
|
|
90
90
|
}
|
|
91
91
|
if (f != null) {
|
|
92
|
-
f.imageTilesReady = delegateCombine(f.imageTilesReady, runOn(this, this.
|
|
92
|
+
f.imageTilesReady = delegateCombine(f.imageTilesReady, runOn(this, this.aaj));
|
|
93
93
|
f.deferralHandler = this;
|
|
94
94
|
}
|
|
95
|
-
this.
|
|
96
|
-
if (f != null && typeCast(XamGeographicMap.$, this.
|
|
97
|
-
f.geographicMap = this.
|
|
98
|
-
this.
|
|
99
|
-
this.
|
|
95
|
+
this.z9.dk(e, f);
|
|
96
|
+
if (f != null && typeCast(XamGeographicMap.$, this.dc) !== null) {
|
|
97
|
+
f.geographicMap = this.dc;
|
|
98
|
+
this.aal(this.cw);
|
|
99
|
+
this.z9.dh(this.dc.v5);
|
|
100
100
|
}
|
|
101
|
-
this.
|
|
101
|
+
this.ql();
|
|
102
102
|
break;
|
|
103
103
|
case "ActualWindowRect":
|
|
104
|
-
this.
|
|
104
|
+
this.z9.dh(d);
|
|
105
105
|
break;
|
|
106
106
|
case "WorldRect":
|
|
107
|
-
this.
|
|
107
|
+
this.z9.dp(d);
|
|
108
108
|
break;
|
|
109
109
|
case "SeriesViewer":
|
|
110
110
|
let g = c;
|
|
111
111
|
let h = d;
|
|
112
|
-
if (g != null && this.
|
|
113
|
-
this.
|
|
112
|
+
if (g != null && this.aac != null) {
|
|
113
|
+
this.aac.be(null);
|
|
114
114
|
}
|
|
115
|
-
if (h != null && this.
|
|
116
|
-
this.
|
|
115
|
+
if (h != null && this.aac != null) {
|
|
116
|
+
this.aac.be(this.cw.z);
|
|
117
117
|
}
|
|
118
118
|
break;
|
|
119
119
|
case "ActualBrush":
|
|
120
120
|
case "ActualOutline":
|
|
121
121
|
case "ActualThickness":
|
|
122
|
-
this.
|
|
122
|
+
this.qn();
|
|
123
123
|
break;
|
|
124
124
|
}
|
|
125
125
|
}
|
|
126
|
-
|
|
126
|
+
aai(a, b) {
|
|
127
127
|
if (b.propertyName == "MultiScaleImage") {
|
|
128
|
-
this.
|
|
128
|
+
this.aal(this.cw);
|
|
129
129
|
}
|
|
130
130
|
}
|
|
131
|
-
|
|
131
|
+
aaj(a, b) {
|
|
132
132
|
if (this.imageTilesReady != null) {
|
|
133
133
|
this.imageTilesReady(this, new EventArgs());
|
|
134
134
|
}
|
|
135
|
-
if (!this.
|
|
136
|
-
this.
|
|
135
|
+
if (!this.aaf) {
|
|
136
|
+
this.z9.dm();
|
|
137
137
|
}
|
|
138
138
|
}
|
|
139
139
|
register(a, b) {
|
|
140
|
-
this.
|
|
140
|
+
this.aae = b;
|
|
141
141
|
}
|
|
142
142
|
unRegister(a) {
|
|
143
|
-
this.
|
|
143
|
+
this.aae = null;
|
|
144
144
|
}
|
|
145
145
|
deferredRefresh() {
|
|
146
|
-
this.
|
|
146
|
+
this.rs(false);
|
|
147
147
|
}
|
|
148
148
|
deferAction(a) {
|
|
149
|
-
if (this.
|
|
150
|
-
this.
|
|
149
|
+
if (this.jz != null) {
|
|
150
|
+
this.jz.setTimeout(a, 0);
|
|
151
151
|
}
|
|
152
152
|
else {
|
|
153
153
|
window.setTimeout(a, 0);
|
|
154
154
|
}
|
|
155
155
|
}
|
|
156
|
-
|
|
157
|
-
this.
|
|
158
|
-
super.
|
|
156
|
+
ss(a, b) {
|
|
157
|
+
this.z9.dn();
|
|
158
|
+
super.ss(a, b);
|
|
159
159
|
}
|
|
160
|
-
|
|
161
|
-
super.
|
|
162
|
-
this.
|
|
160
|
+
rt(a) {
|
|
161
|
+
super.rt(a);
|
|
162
|
+
this.aak(a, this.cw);
|
|
163
163
|
}
|
|
164
|
-
|
|
164
|
+
aak(a, b) {
|
|
165
165
|
let c;
|
|
166
166
|
let d;
|
|
167
167
|
let e = b;
|
|
168
168
|
let f = b.getViewInfo(c, d);
|
|
169
169
|
c = f.p0;
|
|
170
170
|
d = f.p1;
|
|
171
|
-
this.
|
|
172
|
-
if (this.
|
|
173
|
-
this.
|
|
174
|
-
this.
|
|
175
|
-
this.
|
|
171
|
+
this.aal(b);
|
|
172
|
+
if (this.aae != null) {
|
|
173
|
+
this.aaf = true;
|
|
174
|
+
this.aae(a);
|
|
175
|
+
this.aaf = false;
|
|
176
176
|
}
|
|
177
|
-
e.
|
|
177
|
+
e.dm();
|
|
178
178
|
}
|
|
179
|
-
|
|
180
|
-
super.
|
|
181
|
-
let f = this.
|
|
182
|
-
f.
|
|
183
|
-
if (this.
|
|
179
|
+
rr(a, b, c, d, e) {
|
|
180
|
+
super.rr(a, b, c, d, e);
|
|
181
|
+
let f = this.hn.item(d);
|
|
182
|
+
f.a6(c);
|
|
183
|
+
if (this.d6(f)) {
|
|
184
184
|
return;
|
|
185
185
|
}
|
|
186
|
-
this.
|
|
186
|
+
this.zp(f);
|
|
187
187
|
}
|
|
188
|
-
|
|
188
|
+
aal(a) {
|
|
189
189
|
let b;
|
|
190
190
|
let c;
|
|
191
191
|
let d = a.getViewInfo(b, c);
|
|
192
192
|
b = d.p0;
|
|
193
193
|
c = d.p1;
|
|
194
|
-
if (this.
|
|
195
|
-
if (this.
|
|
196
|
-
this.
|
|
194
|
+
if (this.aad != null && this.aad.ao != null) {
|
|
195
|
+
if (this.aad != this.aac) {
|
|
196
|
+
this.aac = this.aad;
|
|
197
197
|
}
|
|
198
|
-
if (this.
|
|
199
|
-
if (this.
|
|
200
|
-
this.
|
|
198
|
+
if (this.aac != null && !b.isEmpty) {
|
|
199
|
+
if (this.aac.width != b.width) {
|
|
200
|
+
this.aac.width = b.width;
|
|
201
201
|
}
|
|
202
|
-
if (this.
|
|
203
|
-
this.
|
|
202
|
+
if (this.aac.height != b.height) {
|
|
203
|
+
this.aac.height = b.height;
|
|
204
204
|
}
|
|
205
205
|
}
|
|
206
206
|
}
|
|
207
207
|
}
|
|
208
|
-
|
|
209
|
-
super.
|
|
210
|
-
b.
|
|
208
|
+
o5(a, b) {
|
|
209
|
+
super.o5(a, b);
|
|
210
|
+
b.di();
|
|
211
211
|
}
|
|
212
212
|
}
|
|
213
213
|
TileSeries.$t = /*@__PURE__*/ markType(TileSeries, 'TileSeries', ShapeSeriesBase.$, [IMapRenderDeferralHandler_$type]);
|
|
@@ -220,116 +220,116 @@ export let TileSeriesView = /*@__PURE__*/ (() => {
|
|
|
220
220
|
class TileSeriesView extends ShapeSeriesViewBase {
|
|
221
221
|
constructor(a) {
|
|
222
222
|
super(a);
|
|
223
|
-
this.
|
|
224
|
-
this.
|
|
225
|
-
this.
|
|
226
|
-
this.
|
|
227
|
-
this.
|
|
228
|
-
}
|
|
229
|
-
|
|
230
|
-
super.
|
|
231
|
-
if (!this.
|
|
232
|
-
this.
|
|
233
|
-
this.
|
|
223
|
+
this.de = null;
|
|
224
|
+
this.dq = new GeometryGroup();
|
|
225
|
+
this.dg = null;
|
|
226
|
+
this.df = null;
|
|
227
|
+
this.de = a;
|
|
228
|
+
}
|
|
229
|
+
ax() {
|
|
230
|
+
super.ax();
|
|
231
|
+
if (!this.r) {
|
|
232
|
+
this.de.vx = Defaults.ao;
|
|
233
|
+
this.de.vh = Defaults.an;
|
|
234
234
|
}
|
|
235
235
|
}
|
|
236
|
-
|
|
236
|
+
co(a, b) {
|
|
237
237
|
if (b.c.count > 0) {
|
|
238
|
-
this.
|
|
238
|
+
this.dq.d.add(b);
|
|
239
239
|
}
|
|
240
240
|
}
|
|
241
|
-
|
|
242
|
-
return this.
|
|
241
|
+
c9(a, b) {
|
|
242
|
+
return this.da(a, b, true);
|
|
243
243
|
}
|
|
244
|
-
|
|
244
|
+
c8(a, b) {
|
|
245
245
|
return null;
|
|
246
246
|
}
|
|
247
|
-
|
|
247
|
+
cs(a, b) {
|
|
248
248
|
}
|
|
249
|
-
|
|
249
|
+
cq(a, b, c) {
|
|
250
250
|
}
|
|
251
|
-
|
|
252
|
-
super.
|
|
253
|
-
this.
|
|
251
|
+
cy() {
|
|
252
|
+
super.cy();
|
|
253
|
+
this.dq.d.clear();
|
|
254
254
|
}
|
|
255
|
-
|
|
256
|
-
super.
|
|
257
|
-
this.
|
|
255
|
+
cx() {
|
|
256
|
+
super.cx();
|
|
257
|
+
this.av();
|
|
258
258
|
}
|
|
259
|
-
|
|
260
|
-
if (this.
|
|
261
|
-
this.
|
|
259
|
+
dh(a) {
|
|
260
|
+
if (this.de.aad != null) {
|
|
261
|
+
this.de.aad.windowRect = a;
|
|
262
262
|
}
|
|
263
263
|
}
|
|
264
|
-
|
|
265
|
-
if (this.
|
|
266
|
-
this.
|
|
267
|
-
let c = this.
|
|
268
|
-
this.
|
|
269
|
-
this.
|
|
270
|
-
this.
|
|
264
|
+
dk(a, b) {
|
|
265
|
+
if (this.dg == null) {
|
|
266
|
+
this.dg = this.f.jz.createElement("canvas");
|
|
267
|
+
let c = this.f.jz.get2DCanvasContext(this.dg);
|
|
268
|
+
this.df = new RenderingContext(new CanvasViewRenderer(), c);
|
|
269
|
+
this.dg.setAttribute("width", this.b1.width.toString());
|
|
270
|
+
this.dg.setAttribute("height", this.b1.height.toString());
|
|
271
271
|
}
|
|
272
272
|
if (a != null) {
|
|
273
273
|
a.bd(null);
|
|
274
274
|
a.be(null);
|
|
275
|
-
a.imagesChanged = delegateRemove(a.imagesChanged, runOn(this, this.
|
|
275
|
+
a.imagesChanged = delegateRemove(a.imagesChanged, runOn(this, this.dj));
|
|
276
276
|
}
|
|
277
277
|
if (b != null) {
|
|
278
|
-
if (this.
|
|
279
|
-
b.be(this.
|
|
278
|
+
if (this.z != null) {
|
|
279
|
+
b.be(this.z);
|
|
280
280
|
}
|
|
281
|
-
b.bd(this.
|
|
282
|
-
b.bf(this.
|
|
283
|
-
b.imagesChanged = delegateCombine(b.imagesChanged, runOn(this, this.
|
|
281
|
+
b.bd(this.df);
|
|
282
|
+
b.bf(this.b1);
|
|
283
|
+
b.imagesChanged = delegateCombine(b.imagesChanged, runOn(this, this.dj));
|
|
284
284
|
}
|
|
285
285
|
}
|
|
286
|
-
|
|
287
|
-
this.
|
|
286
|
+
dj(a, b) {
|
|
287
|
+
this.av();
|
|
288
288
|
}
|
|
289
|
-
|
|
289
|
+
dl(a, b) {
|
|
290
290
|
}
|
|
291
|
-
|
|
292
|
-
if (this.
|
|
293
|
-
this.
|
|
294
|
-
this.
|
|
291
|
+
dn() {
|
|
292
|
+
if (this.dg != null) {
|
|
293
|
+
this.dg.setAttribute("width", this.b1.width.toString());
|
|
294
|
+
this.dg.setAttribute("height", this.b1.height.toString());
|
|
295
295
|
}
|
|
296
|
-
if (this.
|
|
297
|
-
this.
|
|
296
|
+
if (this.de.aad != null) {
|
|
297
|
+
this.de.aad.bf(this.b1);
|
|
298
298
|
}
|
|
299
299
|
}
|
|
300
|
-
|
|
301
|
-
super.
|
|
300
|
+
bc(a, b) {
|
|
301
|
+
super.bc(a, b);
|
|
302
302
|
if (b) {
|
|
303
303
|
return;
|
|
304
304
|
}
|
|
305
|
-
if (this.
|
|
305
|
+
if (this.dg == null) {
|
|
306
306
|
return;
|
|
307
307
|
}
|
|
308
308
|
let c = false;
|
|
309
|
-
if (this.
|
|
309
|
+
if (this.dq.d.count > 0) {
|
|
310
310
|
c = true;
|
|
311
|
-
this.
|
|
312
|
-
this.
|
|
313
|
-
let d = this.
|
|
311
|
+
this.l.aa();
|
|
312
|
+
this.l.r(this.dq);
|
|
313
|
+
let d = this.l.h();
|
|
314
314
|
d.clip();
|
|
315
315
|
}
|
|
316
|
-
let e = truncate(Math.round(this.
|
|
317
|
-
let f = truncate(Math.round(this.
|
|
318
|
-
let g = truncate(Math.round(this.
|
|
319
|
-
let h = truncate(Math.round(this.
|
|
320
|
-
this.
|
|
316
|
+
let e = truncate(Math.round(this.b1.left));
|
|
317
|
+
let f = truncate(Math.round(this.b1.top));
|
|
318
|
+
let g = truncate(Math.round(this.b1.width));
|
|
319
|
+
let h = truncate(Math.round(this.b1.height));
|
|
320
|
+
this.l.o(this.dg.getNativeElement(), 1, e, f, g, h, e, f, g, h);
|
|
321
321
|
if (c) {
|
|
322
|
-
this.
|
|
322
|
+
this.l.z();
|
|
323
323
|
}
|
|
324
324
|
}
|
|
325
|
-
|
|
326
|
-
this.
|
|
325
|
+
dm() {
|
|
326
|
+
this.av();
|
|
327
327
|
}
|
|
328
|
-
|
|
328
|
+
di() {
|
|
329
329
|
}
|
|
330
|
-
|
|
331
|
-
if (this.
|
|
332
|
-
this.
|
|
330
|
+
dp(a) {
|
|
331
|
+
if (this.de.aad != null) {
|
|
332
|
+
this.de.aad.a6();
|
|
333
333
|
}
|
|
334
334
|
}
|
|
335
335
|
}
|