igniteui-angular-maps 19.0.1 → 19.1.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 +1704 -1704
- package/bundles/igniteui-angular-maps.umd.min.js +1 -1
- package/esm2015/lib/GeographicContourLineSeriesView_combined.js +48 -48
- package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +114 -114
- package/esm2015/lib/GeographicMapSeriesHost_combined.js +224 -224
- 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 +123 -123
- package/esm2015/lib/GeographicShapeSeriesBaseBaseView.js +2 -2
- package/esm2015/lib/GeographicShapeSeriesBase_combined.js +73 -73
- package/esm2015/lib/GeographicShapeSeriesView_combined.js +75 -75
- 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 +477 -477
- 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 +39 -39
- package/esm2015/lib/igx-geographic-map-series-host-component.js +22 -22
- 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 +22 -22
- 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 +48 -48
- package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +113 -113
- package/esm5/lib/GeographicMapSeriesHost_combined.js +223 -223
- 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 +123 -123
- package/esm5/lib/GeographicShapeSeriesBaseBaseView.js +2 -2
- package/esm5/lib/GeographicShapeSeriesBase_combined.js +72 -72
- package/esm5/lib/GeographicShapeSeriesView_combined.js +75 -75
- 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 +469 -469
- 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 +39 -39
- package/esm5/lib/igx-geographic-map-series-host-component.js +22 -22
- 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 +22 -22
- 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 +1709 -1709
- package/fesm5/igniteui-angular-maps.js +1704 -1704
- package/lib/GeographicContourLineSeriesView_combined.d.ts +21 -21
- package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +42 -42
- package/lib/GeographicMapSeriesHost_combined.d.ts +65 -65
- package/lib/GeographicMarkerSeries.d.ts +18 -18
- 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 +51 -51
- 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 +41 -41
- package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicSymbolSeriesBaseView.d.ts +1 -1
- package/lib/GeographicSymbolSeriesView_combined.d.ts +36 -36
- 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 +43 -43
- package/lib/XamGeographicMap_combined.d.ts +122 -122
- package/package.json +2 -2
|
@@ -21,50 +21,50 @@ export let TileSeries = /*@__PURE__*/ (() => {
|
|
|
21
21
|
class TileSeries extends ShapeSeriesBase {
|
|
22
22
|
constructor() {
|
|
23
23
|
super();
|
|
24
|
-
this.
|
|
25
|
-
this.
|
|
24
|
+
this.aae = null;
|
|
25
|
+
this.aad = null;
|
|
26
26
|
this.imageTilesReady = null;
|
|
27
|
-
this.
|
|
28
|
-
this.
|
|
27
|
+
this.aah = null;
|
|
28
|
+
this.aai = false;
|
|
29
29
|
this.ab = TileSeries.$;
|
|
30
30
|
}
|
|
31
|
-
|
|
31
|
+
bk() {
|
|
32
32
|
return new TileSeries();
|
|
33
33
|
}
|
|
34
|
-
|
|
34
|
+
get_f4() {
|
|
35
35
|
return true;
|
|
36
36
|
}
|
|
37
|
-
|
|
37
|
+
ct() {
|
|
38
38
|
return new TileSeriesView(this);
|
|
39
39
|
}
|
|
40
|
-
|
|
41
|
-
super.
|
|
42
|
-
this.
|
|
40
|
+
q3(a) {
|
|
41
|
+
super.q3(a);
|
|
42
|
+
this.aac = a;
|
|
43
43
|
}
|
|
44
|
-
|
|
44
|
+
get_yf() {
|
|
45
45
|
return false;
|
|
46
46
|
}
|
|
47
|
-
get
|
|
48
|
-
return this.
|
|
47
|
+
get aag() {
|
|
48
|
+
return this.aae;
|
|
49
49
|
}
|
|
50
|
-
set
|
|
51
|
-
let b = a != this.
|
|
50
|
+
set aag(a) {
|
|
51
|
+
let b = a != this.aag;
|
|
52
52
|
if (b) {
|
|
53
|
-
let c = this.
|
|
54
|
-
this.
|
|
53
|
+
let c = this.aag;
|
|
54
|
+
this.aae = a;
|
|
55
55
|
this.raisePropertyChanged("TileImagery", c, a);
|
|
56
56
|
}
|
|
57
57
|
}
|
|
58
|
-
get
|
|
59
|
-
return this.
|
|
58
|
+
get aaf() {
|
|
59
|
+
return this.aad;
|
|
60
60
|
}
|
|
61
|
-
set
|
|
62
|
-
let b = this.
|
|
63
|
-
this.
|
|
64
|
-
this.raisePropertyChanged("ActualTileImagery", b, this.
|
|
61
|
+
set aaf(a) {
|
|
62
|
+
let b = this.aad;
|
|
63
|
+
this.aad = a;
|
|
64
|
+
this.raisePropertyChanged("ActualTileImagery", b, this.aad);
|
|
65
65
|
}
|
|
66
|
-
|
|
67
|
-
super.
|
|
66
|
+
rc(a, b, c, d) {
|
|
67
|
+
super.rc(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.aal));
|
|
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.aal));
|
|
79
79
|
}
|
|
80
|
-
this.
|
|
81
|
-
this.
|
|
82
|
-
this.
|
|
80
|
+
this.aac.dv(e, f);
|
|
81
|
+
this.ru(false);
|
|
82
|
+
this.qn();
|
|
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.aam));
|
|
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.aam));
|
|
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.aac.du(e, f);
|
|
96
|
+
if (f != null && typeCast(XamGeographicMap.$, this.dc) !== null) {
|
|
97
|
+
f.geographicMap = this.dc;
|
|
98
|
+
this.aao(this.cw);
|
|
99
|
+
this.aac.dr(this.dc.wh);
|
|
100
100
|
}
|
|
101
|
-
this.
|
|
101
|
+
this.qn();
|
|
102
102
|
break;
|
|
103
103
|
case "ActualWindowRect":
|
|
104
|
-
this.
|
|
104
|
+
this.aac.dr(d);
|
|
105
105
|
break;
|
|
106
106
|
case "WorldRect":
|
|
107
|
-
this.
|
|
107
|
+
this.aac.dy(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.aaf != null) {
|
|
113
|
+
this.aaf.be(null);
|
|
114
114
|
}
|
|
115
|
-
if (h != null && this.
|
|
116
|
-
this.
|
|
115
|
+
if (h != null && this.aaf != null) {
|
|
116
|
+
this.aaf.be(this.cw.ae);
|
|
117
117
|
}
|
|
118
118
|
break;
|
|
119
119
|
case "ActualBrush":
|
|
120
120
|
case "ActualOutline":
|
|
121
121
|
case "ActualThickness":
|
|
122
|
-
this.
|
|
122
|
+
this.qp();
|
|
123
123
|
break;
|
|
124
124
|
}
|
|
125
125
|
}
|
|
126
|
-
|
|
126
|
+
aal(a, b) {
|
|
127
127
|
if (b.propertyName == "MultiScaleImage") {
|
|
128
|
-
this.
|
|
128
|
+
this.aao(this.cw);
|
|
129
129
|
}
|
|
130
130
|
}
|
|
131
|
-
|
|
131
|
+
aam(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.aai) {
|
|
136
|
+
this.aac.dw();
|
|
137
137
|
}
|
|
138
138
|
}
|
|
139
139
|
register(a, b) {
|
|
140
|
-
this.
|
|
140
|
+
this.aah = b;
|
|
141
141
|
}
|
|
142
142
|
unRegister(a) {
|
|
143
|
-
this.
|
|
143
|
+
this.aah = null;
|
|
144
144
|
}
|
|
145
145
|
deferredRefresh() {
|
|
146
|
-
this.
|
|
146
|
+
this.ru(false);
|
|
147
147
|
}
|
|
148
148
|
deferAction(a) {
|
|
149
|
-
if (this.
|
|
150
|
-
this.
|
|
149
|
+
if (this.j0 != null) {
|
|
150
|
+
this.j0.setTimeout(a, 0);
|
|
151
151
|
}
|
|
152
152
|
else {
|
|
153
153
|
window.setTimeout(a, 0);
|
|
154
154
|
}
|
|
155
155
|
}
|
|
156
|
-
|
|
157
|
-
this.
|
|
158
|
-
super.
|
|
156
|
+
su(a, b) {
|
|
157
|
+
this.aac.dx();
|
|
158
|
+
super.su(a, b);
|
|
159
159
|
}
|
|
160
|
-
|
|
161
|
-
super.
|
|
162
|
-
this.
|
|
160
|
+
rv(a) {
|
|
161
|
+
super.rv(a);
|
|
162
|
+
this.aan(a, this.cw);
|
|
163
163
|
}
|
|
164
|
-
|
|
164
|
+
aan(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.aao(b);
|
|
172
|
+
if (this.aah != null) {
|
|
173
|
+
this.aai = true;
|
|
174
|
+
this.aah(a);
|
|
175
|
+
this.aai = false;
|
|
176
176
|
}
|
|
177
|
-
e.
|
|
177
|
+
e.dw();
|
|
178
178
|
}
|
|
179
|
-
|
|
180
|
-
super.
|
|
181
|
-
let f = this.
|
|
182
|
-
f.
|
|
183
|
-
if (this.
|
|
179
|
+
rt(a, b, c, d, e) {
|
|
180
|
+
super.rt(a, b, c, d, e);
|
|
181
|
+
let f = this.ho.item(d);
|
|
182
|
+
f.bd(c);
|
|
183
|
+
if (this.d7(f)) {
|
|
184
184
|
return;
|
|
185
185
|
}
|
|
186
|
-
this.
|
|
186
|
+
this.zs(f);
|
|
187
187
|
}
|
|
188
|
-
|
|
188
|
+
aao(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.aag != null && this.aag.ao != null) {
|
|
195
|
+
if (this.aag != this.aaf) {
|
|
196
|
+
this.aaf = this.aag;
|
|
197
197
|
}
|
|
198
|
-
if (this.
|
|
199
|
-
if (this.
|
|
200
|
-
this.
|
|
198
|
+
if (this.aaf != null && !b.isEmpty) {
|
|
199
|
+
if (this.aaf.width != b.width) {
|
|
200
|
+
this.aaf.width = b.width;
|
|
201
201
|
}
|
|
202
|
-
if (this.
|
|
203
|
-
this.
|
|
202
|
+
if (this.aaf.height != b.height) {
|
|
203
|
+
this.aaf.height = b.height;
|
|
204
204
|
}
|
|
205
205
|
}
|
|
206
206
|
}
|
|
207
207
|
}
|
|
208
|
-
|
|
209
|
-
super.
|
|
210
|
-
b.
|
|
208
|
+
o7(a, b) {
|
|
209
|
+
super.o7(a, b);
|
|
210
|
+
b.ds();
|
|
211
211
|
}
|
|
212
212
|
}
|
|
213
213
|
TileSeries.$t = 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.dn = null;
|
|
224
|
+
this.dz = new GeometryGroup();
|
|
225
|
+
this.dq = null;
|
|
226
|
+
this.dp = null;
|
|
227
|
+
this.dn = a;
|
|
228
|
+
}
|
|
229
|
+
a4() {
|
|
230
|
+
super.a4();
|
|
231
|
+
if (!this.t) {
|
|
232
|
+
this.dn.v0 = Defaults.tileSeries_Outline;
|
|
233
|
+
this.dn.vk = Defaults.tileSeries_Brush;
|
|
234
234
|
}
|
|
235
235
|
}
|
|
236
|
-
|
|
236
|
+
cx(a, b) {
|
|
237
237
|
if (b.c.count > 0) {
|
|
238
|
-
this.
|
|
238
|
+
this.dz.d.add(b);
|
|
239
239
|
}
|
|
240
240
|
}
|
|
241
|
-
|
|
242
|
-
return this.
|
|
241
|
+
di(a, b) {
|
|
242
|
+
return this.dj(a, b, true);
|
|
243
243
|
}
|
|
244
|
-
|
|
244
|
+
dh(a, b) {
|
|
245
245
|
return null;
|
|
246
246
|
}
|
|
247
|
-
|
|
247
|
+
c1(a, b) {
|
|
248
248
|
}
|
|
249
|
-
|
|
249
|
+
cz(a, b, c) {
|
|
250
250
|
}
|
|
251
|
-
|
|
252
|
-
super.
|
|
253
|
-
this.
|
|
251
|
+
c7() {
|
|
252
|
+
super.c7();
|
|
253
|
+
this.dz.d.clear();
|
|
254
254
|
}
|
|
255
|
-
|
|
256
|
-
super.
|
|
257
|
-
this.
|
|
255
|
+
c6() {
|
|
256
|
+
super.c6();
|
|
257
|
+
this.a2();
|
|
258
258
|
}
|
|
259
|
-
|
|
260
|
-
if (this.
|
|
261
|
-
this.
|
|
259
|
+
dr(a) {
|
|
260
|
+
if (this.dn.aag != null) {
|
|
261
|
+
this.dn.aag.windowRect = a;
|
|
262
262
|
}
|
|
263
263
|
}
|
|
264
|
-
|
|
265
|
-
if (this.
|
|
266
|
-
this.
|
|
267
|
-
let c = this.
|
|
268
|
-
this.
|
|
269
|
-
this.
|
|
270
|
-
this.
|
|
264
|
+
du(a, b) {
|
|
265
|
+
if (this.dq == null) {
|
|
266
|
+
this.dq = this.f.j0.createElement("canvas");
|
|
267
|
+
let c = this.f.j0.get2DCanvasContext(this.dq);
|
|
268
|
+
this.dp = new RenderingContext(new CanvasViewRenderer(), c);
|
|
269
|
+
this.dq.setAttribute("width", this.b9.width.toString());
|
|
270
|
+
this.dq.setAttribute("height", this.b9.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.dt));
|
|
276
276
|
}
|
|
277
277
|
if (b != null) {
|
|
278
|
-
if (this.
|
|
279
|
-
b.be(this.
|
|
278
|
+
if (this.ae != null) {
|
|
279
|
+
b.be(this.ae);
|
|
280
280
|
}
|
|
281
|
-
b.bd(this.
|
|
282
|
-
b.bf(this.
|
|
283
|
-
b.imagesChanged = delegateCombine(b.imagesChanged, runOn(this, this.
|
|
281
|
+
b.bd(this.dp);
|
|
282
|
+
b.bf(this.b9);
|
|
283
|
+
b.imagesChanged = delegateCombine(b.imagesChanged, runOn(this, this.dt));
|
|
284
284
|
}
|
|
285
285
|
}
|
|
286
|
-
|
|
287
|
-
this.
|
|
286
|
+
dt(a, b) {
|
|
287
|
+
this.a2();
|
|
288
288
|
}
|
|
289
|
-
|
|
289
|
+
dv(a, b) {
|
|
290
290
|
}
|
|
291
|
-
|
|
292
|
-
if (this.
|
|
293
|
-
this.
|
|
294
|
-
this.
|
|
291
|
+
dx() {
|
|
292
|
+
if (this.dq != null) {
|
|
293
|
+
this.dq.setAttribute("width", this.b9.width.toString());
|
|
294
|
+
this.dq.setAttribute("height", this.b9.height.toString());
|
|
295
295
|
}
|
|
296
|
-
if (this.
|
|
297
|
-
this.
|
|
296
|
+
if (this.dn.aag != null) {
|
|
297
|
+
this.dn.aag.bf(this.b9);
|
|
298
298
|
}
|
|
299
299
|
}
|
|
300
|
-
|
|
301
|
-
super.
|
|
300
|
+
bj(a, b) {
|
|
301
|
+
super.bj(a, b);
|
|
302
302
|
if (b) {
|
|
303
303
|
return;
|
|
304
304
|
}
|
|
305
|
-
if (this.
|
|
305
|
+
if (this.dq == null) {
|
|
306
306
|
return;
|
|
307
307
|
}
|
|
308
308
|
let c = false;
|
|
309
|
-
if (this.
|
|
309
|
+
if (this.dz.d.count > 0) {
|
|
310
310
|
c = true;
|
|
311
|
-
this.
|
|
312
|
-
this.
|
|
313
|
-
let d = this.
|
|
311
|
+
this.m.aa();
|
|
312
|
+
this.m.r(this.dz);
|
|
313
|
+
let d = this.m.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.b9.left));
|
|
317
|
+
let f = truncate(Math.round(this.b9.top));
|
|
318
|
+
let g = truncate(Math.round(this.b9.width));
|
|
319
|
+
let h = truncate(Math.round(this.b9.height));
|
|
320
|
+
this.m.o(this.dq.getNativeElement(), 1, e, f, g, h, e, f, g, h);
|
|
321
321
|
if (c) {
|
|
322
|
-
this.
|
|
322
|
+
this.m.z();
|
|
323
323
|
}
|
|
324
324
|
}
|
|
325
|
-
|
|
326
|
-
this.
|
|
325
|
+
dw() {
|
|
326
|
+
this.a2();
|
|
327
327
|
}
|
|
328
|
-
|
|
328
|
+
ds() {
|
|
329
329
|
}
|
|
330
|
-
|
|
331
|
-
if (this.
|
|
332
|
-
this.
|
|
330
|
+
dy(a) {
|
|
331
|
+
if (this.dn.aag != null) {
|
|
332
|
+
this.dn.aag.a6();
|
|
333
333
|
}
|
|
334
334
|
}
|
|
335
335
|
}
|