igniteui-angular-core 20.0.2-beta.1 → 20.0.2-beta.3
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-core.umd.js +448 -353
- package/bundles/igniteui-angular-core.umd.min.js +1 -1
- package/esm2015/lib/{AzureMapsMapImageryDescription.js → AzureMapsImageryDescription.js} +5 -5
- package/esm2015/lib/AzureMapsImageryDescriptionMetadata.js +45 -0
- package/esm2015/lib/{AzureMapsMapImageryDescriptionModule.js → AzureMapsImageryDescriptionModule.js} +6 -6
- package/esm2015/lib/BrushCollection.js +2 -2
- package/esm2015/lib/ComponentRenderer_combined.js +2 -2
- package/esm2015/lib/GridConditionalStylePropertyDescription.js +109 -53
- package/esm2015/lib/GridConditionalStylePropertyDescriptionMetadata.js +10 -1
- package/esm2015/lib/LegendBaseDescription.js +3 -3
- package/esm2015/lib/LegendBaseDescriptionMetadata.js +3 -3
- package/esm2015/lib/{LegendSizeChangedEventArgsDescription.js → LegendTextContentChangedEventArgsDescription.js} +5 -5
- package/esm2015/lib/LegendTextContentChangedEventArgsDescriptionMetadata.js +36 -0
- package/esm2015/lib/PlatformAPIHelper.js +16 -1
- package/esm2015/lib/XamMultiScaleImageView_combined.js +98 -110
- package/esm2015/public_api.js +5 -5
- package/esm5/lib/{AzureMapsMapImageryDescription.js → AzureMapsImageryDescription.js} +14 -14
- package/esm5/lib/AzureMapsImageryDescriptionMetadata.js +49 -0
- package/esm5/lib/{AzureMapsMapImageryDescriptionModule.js → AzureMapsImageryDescriptionModule.js} +9 -9
- package/esm5/lib/BrushCollection.js +2 -2
- package/esm5/lib/ComponentRenderer_combined.js +2 -2
- package/esm5/lib/GridConditionalStylePropertyDescription.js +135 -51
- package/esm5/lib/GridConditionalStylePropertyDescriptionMetadata.js +10 -1
- package/esm5/lib/LegendBaseDescription.js +2 -2
- package/esm5/lib/LegendBaseDescriptionMetadata.js +3 -3
- package/esm5/lib/{LegendSizeChangedEventArgsDescription.js → LegendTextContentChangedEventArgsDescription.js} +9 -9
- package/esm5/lib/LegendTextContentChangedEventArgsDescriptionMetadata.js +40 -0
- package/esm5/lib/PlatformAPIHelper.js +16 -1
- package/esm5/lib/XamMultiScaleImageView_combined.js +97 -109
- package/esm5/public_api.js +5 -5
- package/fesm2015/igniteui-angular-core.js +377 -310
- package/fesm5/igniteui-angular-core.js +444 -349
- package/lib/{AzureMapsMapImageryDescription.d.ts → AzureMapsImageryDescription.d.ts} +1 -1
- package/lib/{AzureMapsMapImageryDescriptionMetadata.d.ts → AzureMapsImageryDescriptionMetadata.d.ts} +1 -1
- package/lib/{AzureMapsMapImageryDescriptionModule.d.ts → AzureMapsImageryDescriptionModule.d.ts} +1 -1
- package/lib/ComponentRenderer_combined.d.ts +2 -2
- package/lib/GridConditionalStylePropertyDescription.d.ts +40 -18
- package/lib/IChartLegend.d.ts +1 -0
- package/lib/LegendBaseDescription.d.ts +2 -2
- package/lib/{LegendSizeChangedEventArgsDescription.d.ts → LegendTextContentChangedEventArgsDescription.d.ts} +1 -1
- package/lib/{LegendSizeChangedEventArgsDescriptionMetadata.d.ts → LegendTextContentChangedEventArgsDescriptionMetadata.d.ts} +1 -1
- package/lib/XamMultiScaleImageView_combined.d.ts +36 -40
- package/package.json +2 -2
- package/public_api.d.ts +5 -5
- package/esm2015/lib/AzureMapsMapImageryDescriptionMetadata.js +0 -45
- package/esm2015/lib/LegendSizeChangedEventArgsDescriptionMetadata.js +0 -36
- package/esm5/lib/AzureMapsMapImageryDescriptionMetadata.js +0 -49
- package/esm5/lib/LegendSizeChangedEventArgsDescriptionMetadata.js +0 -40
|
@@ -97,7 +97,7 @@ var XamMultiScaleImageView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
97
97
|
$ret.image = d_1;
|
|
98
98
|
return $ret;
|
|
99
99
|
})());
|
|
100
|
-
this_1.b.
|
|
100
|
+
this_1.b.bu(f);
|
|
101
101
|
}
|
|
102
102
|
if (this_1.g.containsKey(d_1)) {
|
|
103
103
|
var g = this_1.g.item(d_1);
|
|
@@ -186,7 +186,7 @@ var XamMultiScaleImageView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
186
186
|
$ret.image = c_1;
|
|
187
187
|
return $ret;
|
|
188
188
|
})());
|
|
189
|
-
this.b.
|
|
189
|
+
this.b.bv(g);
|
|
190
190
|
f_1 = g.uri;
|
|
191
191
|
if (f_1 != null) {
|
|
192
192
|
c_1.src = f_1;
|
|
@@ -251,9 +251,9 @@ var XamMultiScaleImageView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
251
251
|
f.clear();
|
|
252
252
|
this.g.removeItem(e);
|
|
253
253
|
}
|
|
254
|
-
this.b.
|
|
254
|
+
this.b.bo(c, c.i.ac);
|
|
255
255
|
if (c.i != null) {
|
|
256
|
-
this.b.
|
|
256
|
+
this.b.ca(c);
|
|
257
257
|
}
|
|
258
258
|
this.q();
|
|
259
259
|
this.ad();
|
|
@@ -292,7 +292,7 @@ var XamMultiScaleImageView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
292
292
|
};
|
|
293
293
|
XamMultiScaleImageView.prototype.aq = function () {
|
|
294
294
|
if (this.p == -1) {
|
|
295
|
-
this.p = window.setInterval(runOn(this.b, this.b.
|
|
295
|
+
this.p = window.setInterval(runOn(this.b, this.b.b9), 50);
|
|
296
296
|
}
|
|
297
297
|
};
|
|
298
298
|
XamMultiScaleImageView.prototype.as = function () {
|
|
@@ -303,7 +303,7 @@ var XamMultiScaleImageView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
303
303
|
};
|
|
304
304
|
XamMultiScaleImageView.prototype.ap = function () {
|
|
305
305
|
if (this.o == -1) {
|
|
306
|
-
this.o = window.setInterval(runOn(this.b, this.b.
|
|
306
|
+
this.o = window.setInterval(runOn(this.b, this.b.br), 50);
|
|
307
307
|
}
|
|
308
308
|
};
|
|
309
309
|
XamMultiScaleImageView.prototype.ar = function () {
|
|
@@ -315,7 +315,7 @@ var XamMultiScaleImageView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
315
315
|
XamMultiScaleImageView.prototype.t = function () {
|
|
316
316
|
if (this.p != -1) {
|
|
317
317
|
this.ar();
|
|
318
|
-
this.b.
|
|
318
|
+
this.b.by();
|
|
319
319
|
}
|
|
320
320
|
};
|
|
321
321
|
XamMultiScaleImageView.prototype.ae = function (a) {
|
|
@@ -334,8 +334,8 @@ var XamMultiScaleImageView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
334
334
|
this.m.setAttribute("height", truncate((b * this.b.a4)).toString());
|
|
335
335
|
this.m.setStyleProperty("width", a.toString() + "px");
|
|
336
336
|
this.m.setStyleProperty("height", b.toString() + "px");
|
|
337
|
-
this.b.
|
|
338
|
-
this.b.
|
|
337
|
+
this.b.cn = new Rect(0, 0, 0, a, b);
|
|
338
|
+
this.b.b5();
|
|
339
339
|
};
|
|
340
340
|
XamMultiScaleImageView.prototype.aj = function () {
|
|
341
341
|
this.ad();
|
|
@@ -383,7 +383,7 @@ var XamMultiScaleImageView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
383
383
|
if (!this.au.isEmpty) {
|
|
384
384
|
this.c.l(this.au.left, this.au.top, this.au.width, this.au.height);
|
|
385
385
|
}
|
|
386
|
-
this.au = this.b.
|
|
386
|
+
this.au = this.b.cn;
|
|
387
387
|
for (var a = 0; a < this.h.count; a++) {
|
|
388
388
|
var b = this.h._inner[a];
|
|
389
389
|
if (b.s == 0) {
|
|
@@ -399,8 +399,8 @@ var XamMultiScaleImageView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
399
399
|
if (this.c.d && this.b.a4 != 1) {
|
|
400
400
|
this.c.z();
|
|
401
401
|
}
|
|
402
|
-
this.b.
|
|
403
|
-
this.b.
|
|
402
|
+
this.b.bt();
|
|
403
|
+
this.b.bw();
|
|
404
404
|
};
|
|
405
405
|
XamMultiScaleImageView.prototype.d = function () {
|
|
406
406
|
var a = true;
|
|
@@ -427,10 +427,10 @@ var XamMultiScaleImageView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
427
427
|
if (b.d.width < 1 || b.d.height < 1) {
|
|
428
428
|
return;
|
|
429
429
|
}
|
|
430
|
-
this.c.o(b.c, c, b.d.left, b.d.top, b.d.width, b.d.height, Math.round(a.n + this.b.
|
|
430
|
+
this.c.o(b.c, c, b.d.left, b.d.top, b.d.width, b.d.height, Math.round(a.n + this.b.cn.left), Math.round(a.o + this.b.cn.top), a.width, a.height);
|
|
431
431
|
}
|
|
432
432
|
else {
|
|
433
|
-
this.c.n(b.c, c, Math.round(a.n + this.b.
|
|
433
|
+
this.c.n(b.c, c, Math.round(a.n + this.b.cn.left), Math.round(a.o + this.b.cn.top), a.width, a.height);
|
|
434
434
|
}
|
|
435
435
|
};
|
|
436
436
|
XamMultiScaleImageView.prototype.e = function (a) {
|
|
@@ -455,8 +455,8 @@ var XamMultiScaleImageView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
455
455
|
this.q();
|
|
456
456
|
};
|
|
457
457
|
XamMultiScaleImageView.prototype.ai = function (a) {
|
|
458
|
-
this.b.
|
|
459
|
-
this.b.
|
|
458
|
+
this.b.cn = a;
|
|
459
|
+
this.b.b5();
|
|
460
460
|
};
|
|
461
461
|
XamMultiScaleImageView.prototype.preRender = function () {
|
|
462
462
|
};
|
|
@@ -561,7 +561,7 @@ var XamMultiScaleTileSource = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
561
561
|
};
|
|
562
562
|
XamMultiScaleTileSource.prototype.y = function (a, b, c, d) {
|
|
563
563
|
if (this.k != null) {
|
|
564
|
-
this.k.
|
|
564
|
+
this.k.bs(a, b, c, d);
|
|
565
565
|
}
|
|
566
566
|
};
|
|
567
567
|
XamMultiScaleTileSource.$t = markType(XamMultiScaleTileSource, 'XamMultiScaleTileSource', DependencyObject.$);
|
|
@@ -578,14 +578,14 @@ var XamMultiScaleImage = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
578
578
|
_this.ap = null;
|
|
579
579
|
_this.an = null;
|
|
580
580
|
_this.ak = null;
|
|
581
|
-
_this.
|
|
581
|
+
_this.ck = null;
|
|
582
582
|
_this.a2 = 0;
|
|
583
583
|
_this.at = false;
|
|
584
584
|
_this.propertyChanged = null;
|
|
585
|
-
_this.
|
|
586
|
-
_this.
|
|
585
|
+
_this.ba = 0;
|
|
586
|
+
_this.bb = 0;
|
|
587
587
|
_this.a0 = new Date();
|
|
588
|
-
_this.
|
|
588
|
+
_this.cl = null;
|
|
589
589
|
_this.a3 = 0;
|
|
590
590
|
_this.ay = new List$1(Tile.$, 0);
|
|
591
591
|
_this.aw = false;
|
|
@@ -593,19 +593,17 @@ var XamMultiScaleImage = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
593
593
|
_this.az = new List$1(Tile.$, 0);
|
|
594
594
|
_this.imageTilesReady = null;
|
|
595
595
|
_this.as = false;
|
|
596
|
-
_this.
|
|
596
|
+
_this.cn = null;
|
|
597
597
|
_this.ag = null;
|
|
598
598
|
_this.imagesChanged = null;
|
|
599
599
|
_this.downloadingImage = null;
|
|
600
600
|
_this.cancellingImage = null;
|
|
601
|
-
_this.beforeDownloadStart = null;
|
|
602
|
-
_this.afterDownloadStart = null;
|
|
603
601
|
_this.a1 = 1;
|
|
604
|
-
_this.
|
|
602
|
+
_this.cn = Rect.empty;
|
|
605
603
|
_this.ag = new CanvasRenderScheduler();
|
|
606
604
|
_this.an = new XamMultiScaleImageView(_this);
|
|
607
605
|
_this.ab = XamMultiScaleImage.$;
|
|
608
|
-
_this.
|
|
606
|
+
_this.ck = _this.cm;
|
|
609
607
|
_this.a2 = _this.a5;
|
|
610
608
|
return _this;
|
|
611
609
|
}
|
|
@@ -619,25 +617,25 @@ var XamMultiScaleImage = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
619
617
|
}
|
|
620
618
|
this.ak = a;
|
|
621
619
|
if (this.ak != null) {
|
|
622
|
-
this.ak.register(this, runOn(this, this.
|
|
620
|
+
this.ak.register(this, runOn(this, this.b6));
|
|
623
621
|
}
|
|
624
622
|
},
|
|
625
623
|
enumerable: false,
|
|
626
624
|
configurable: true
|
|
627
625
|
});
|
|
628
|
-
XamMultiScaleImage.prototype.
|
|
629
|
-
if (!stringIsNullOrEmpty(this.
|
|
630
|
-
return this.
|
|
626
|
+
XamMultiScaleImage.prototype.bc = function () {
|
|
627
|
+
if (!stringIsNullOrEmpty(this.bf)) {
|
|
628
|
+
return this.bf;
|
|
631
629
|
}
|
|
632
630
|
return null;
|
|
633
631
|
};
|
|
634
|
-
XamMultiScaleImage.prototype.
|
|
635
|
-
if (!stringIsNullOrEmpty(this.
|
|
636
|
-
return this.
|
|
632
|
+
XamMultiScaleImage.prototype.bd = function () {
|
|
633
|
+
if (!stringIsNullOrEmpty(this.bj)) {
|
|
634
|
+
return this.bj;
|
|
637
635
|
}
|
|
638
636
|
return null;
|
|
639
637
|
};
|
|
640
|
-
XamMultiScaleImage.prototype.
|
|
638
|
+
XamMultiScaleImage.prototype.bx = function (a, b, c) {
|
|
641
639
|
var d = new PropertyChangedEventArgs(a);
|
|
642
640
|
if (this.propertyChanged != null) {
|
|
643
641
|
this.propertyChanged(this, d);
|
|
@@ -647,15 +645,15 @@ var XamMultiScaleImage = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
647
645
|
if (this.ao != null) {
|
|
648
646
|
this.ao.k = this;
|
|
649
647
|
}
|
|
650
|
-
this.
|
|
651
|
-
this.
|
|
652
|
-
this.
|
|
648
|
+
this.b4();
|
|
649
|
+
this.b7();
|
|
650
|
+
this.b5();
|
|
653
651
|
break;
|
|
654
652
|
case XamMultiScaleImage.$$p[6]:
|
|
655
|
-
this.
|
|
653
|
+
this.b8();
|
|
656
654
|
break;
|
|
657
655
|
case XamMultiScaleImage.$$p[7]:
|
|
658
|
-
this.
|
|
656
|
+
this.b8();
|
|
659
657
|
break;
|
|
660
658
|
case XamMultiScaleImage.$$p[4]:
|
|
661
659
|
if (!this.ax) {
|
|
@@ -664,40 +662,40 @@ var XamMultiScaleImage = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
664
662
|
break;
|
|
665
663
|
case XamMultiScaleImage.$$p[0]:
|
|
666
664
|
this.at = this.av;
|
|
667
|
-
this.
|
|
665
|
+
this.b5();
|
|
668
666
|
break;
|
|
669
667
|
}
|
|
670
668
|
};
|
|
671
669
|
XamMultiScaleImage.prototype.v = function () {
|
|
672
670
|
_super.prototype.v.call(this);
|
|
673
|
-
this.
|
|
671
|
+
this.b5();
|
|
674
672
|
};
|
|
675
|
-
XamMultiScaleImage.prototype.
|
|
676
|
-
this.
|
|
673
|
+
XamMultiScaleImage.prototype.b7 = function () {
|
|
674
|
+
this.cb();
|
|
677
675
|
if (this.ao != null) {
|
|
678
|
-
this.
|
|
679
|
-
this.
|
|
676
|
+
this.ba = Convert.toInt32(logBase(this.ao.r, 2));
|
|
677
|
+
this.bb = Convert.toInt32(logBase(this.ao.v, 2));
|
|
680
678
|
}
|
|
681
679
|
};
|
|
682
|
-
XamMultiScaleImage.prototype.
|
|
683
|
-
this.
|
|
684
|
-
this.
|
|
685
|
-
this.
|
|
680
|
+
XamMultiScaleImage.prototype.bs = function (a, b, c, d) {
|
|
681
|
+
this.b4();
|
|
682
|
+
this.b7();
|
|
683
|
+
this.b5();
|
|
686
684
|
};
|
|
687
|
-
XamMultiScaleImage.prototype.
|
|
685
|
+
XamMultiScaleImage.prototype.b8 = function () {
|
|
688
686
|
if (this.ax) {
|
|
689
687
|
this.a0 = dateNow();
|
|
690
|
-
this.
|
|
688
|
+
this.cl = this.ck;
|
|
691
689
|
this.a3 = this.a2;
|
|
692
690
|
this.an.aq();
|
|
693
691
|
}
|
|
694
692
|
else {
|
|
695
|
-
this.
|
|
693
|
+
this.ck = this.cm;
|
|
696
694
|
this.a2 = this.a5;
|
|
697
|
-
this.
|
|
695
|
+
this.b5();
|
|
698
696
|
}
|
|
699
697
|
};
|
|
700
|
-
XamMultiScaleImage.prototype.
|
|
698
|
+
XamMultiScaleImage.prototype.b9 = function () {
|
|
701
699
|
var a = 2;
|
|
702
700
|
var b = dateNow().getTime() - this.a0.getTime();
|
|
703
701
|
var c = b / 1000;
|
|
@@ -705,15 +703,15 @@ var XamMultiScaleImage = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
705
703
|
var e = this.aj != null ? this.aj.ease(d) : d;
|
|
706
704
|
var f = 1 - e;
|
|
707
705
|
this.a2 = this.a3 * f + this.a5 * e;
|
|
708
|
-
this.
|
|
706
|
+
this.ck = { $type: Point_$type, x: this.cl.x * f + this.cm.x * e, y: this.cl.y * f + this.cm.y * e };
|
|
709
707
|
if (d >= 1) {
|
|
710
708
|
this.an.as();
|
|
711
709
|
}
|
|
712
710
|
else {
|
|
713
711
|
}
|
|
714
|
-
this.
|
|
712
|
+
this.b5();
|
|
715
713
|
};
|
|
716
|
-
XamMultiScaleImage.prototype.
|
|
714
|
+
XamMultiScaleImage.prototype.a8 = function (a, b, c, d) {
|
|
717
715
|
for (var e = 0; e < this.ay.count; ++e) {
|
|
718
716
|
if (this.ay._inner[e].c == a && this.ay._inner[e].d == b && this.ay._inner[e].e == c && this.ay._inner[e].f == d) {
|
|
719
717
|
return e;
|
|
@@ -721,37 +719,37 @@ var XamMultiScaleImage = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
721
719
|
}
|
|
722
720
|
return -1;
|
|
723
721
|
};
|
|
724
|
-
XamMultiScaleImage.prototype.
|
|
722
|
+
XamMultiScaleImage.prototype.b6 = function (a) {
|
|
725
723
|
var _this = this;
|
|
726
724
|
this.aw = false;
|
|
727
725
|
this.as = false;
|
|
728
726
|
var b = this.at;
|
|
729
|
-
if (this.ao == null || !this.an.f() || this.
|
|
727
|
+
if (this.ao == null || !this.an.f() || this.cn.width == 0 || this.cn.height == 0) {
|
|
730
728
|
return;
|
|
731
729
|
}
|
|
732
|
-
var c = truncate(Math.ceil(this.
|
|
730
|
+
var c = truncate(Math.ceil(this.cn.width / this.ao.r));
|
|
733
731
|
var d = truncate(Math.max(1, Math.floor(-logBase(this.a2 / c, 2))));
|
|
734
|
-
if (d >= this.
|
|
735
|
-
d = (this.
|
|
732
|
+
if (d >= this.bb - 8) {
|
|
733
|
+
d = (this.bb - 8) - 1;
|
|
736
734
|
}
|
|
737
735
|
var e = truncate(Math.round(Math.pow(2, d)));
|
|
738
736
|
var f = this.a2;
|
|
739
|
-
var g = this.
|
|
737
|
+
var g = this.cn.height * f / this.cn.width;
|
|
740
738
|
var h = this.ao.v / Math.pow(2, d);
|
|
741
739
|
var i = this.ao.u / Math.pow(2, d);
|
|
742
|
-
var j = truncate(Math.floor((this.
|
|
743
|
-
var k = truncate(Math.ceil(((this.
|
|
744
|
-
var l = truncate(Math.floor((this.
|
|
745
|
-
var m = truncate(Math.ceil(((this.
|
|
740
|
+
var j = truncate(Math.floor((this.ck.x * this.ao.v) / h));
|
|
741
|
+
var k = truncate(Math.ceil(((this.ck.x + f) * this.ao.v) / h));
|
|
742
|
+
var l = truncate(Math.floor((this.ck.y * this.ao.u) / i));
|
|
743
|
+
var m = truncate(Math.ceil(((this.ck.y + g) * this.ao.v) / i));
|
|
746
744
|
if (!b) {
|
|
747
745
|
j = Math.max(j, 0);
|
|
748
746
|
k = Math.min(k, e);
|
|
749
747
|
}
|
|
750
748
|
l = Math.max(l, 0);
|
|
751
749
|
m = Math.min(m, e);
|
|
752
|
-
var n = ((j * h) - (this.
|
|
753
|
-
var o = ((l * i) - (this.
|
|
754
|
-
var p = (f * this.ao.v / h) * (this.ao.r / this.
|
|
750
|
+
var n = ((j * h) - (this.ck.x * this.ao.v)) / h;
|
|
751
|
+
var o = ((l * i) - (this.ck.y * this.ao.u)) / i;
|
|
752
|
+
var p = (f * this.ao.v / h) * (this.ao.r / this.cn.width);
|
|
755
753
|
var q = new List$1(Tile.$, 0);
|
|
756
754
|
var r;
|
|
757
755
|
var s;
|
|
@@ -765,7 +763,7 @@ var XamMultiScaleImage = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
765
763
|
s = (s - e);
|
|
766
764
|
}
|
|
767
765
|
var _loop_2 = function (u) {
|
|
768
|
-
var v = this_2.
|
|
766
|
+
var v = this_2.a8(r, s, u, d);
|
|
769
767
|
if (v >= 0) {
|
|
770
768
|
q.add(this_2.ay._inner[v]);
|
|
771
769
|
this_2.ay.removeAt(v);
|
|
@@ -787,7 +785,7 @@ var XamMultiScaleImage = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
787
785
|
}
|
|
788
786
|
}
|
|
789
787
|
this.ap.f = true;
|
|
790
|
-
this.
|
|
788
|
+
this.cb();
|
|
791
789
|
this.ay = q;
|
|
792
790
|
var _loop_3 = function (w) {
|
|
793
791
|
if (this_3.ay._inner[w].i == null) {
|
|
@@ -847,20 +845,20 @@ var XamMultiScaleImage = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
847
845
|
this.ap.f = false;
|
|
848
846
|
this.an.aj();
|
|
849
847
|
};
|
|
850
|
-
XamMultiScaleImage.prototype.
|
|
851
|
-
if (this.ao == null || !this.an.f() || this.
|
|
848
|
+
XamMultiScaleImage.prototype.b5 = function () {
|
|
849
|
+
if (this.ao == null || !this.an.f() || this.cn.width == 0 || this.cn.height == 0) {
|
|
852
850
|
return;
|
|
853
851
|
}
|
|
854
852
|
if (this.aw) {
|
|
855
853
|
return;
|
|
856
854
|
}
|
|
857
855
|
this.aw = true;
|
|
858
|
-
this.an.s(runOn(this, this.
|
|
856
|
+
this.an.s(runOn(this, this.b6));
|
|
859
857
|
};
|
|
860
|
-
XamMultiScaleImage.prototype.
|
|
858
|
+
XamMultiScaleImage.prototype.cb = function () {
|
|
861
859
|
for (var a = 0; a < this.ay.count; ++a) {
|
|
862
860
|
this.an.r(this.ay._inner[a]);
|
|
863
|
-
this.
|
|
861
|
+
this.bp(this.ay._inner[a]);
|
|
864
862
|
if (this.ay._inner[a].i != null) {
|
|
865
863
|
this.ap.n(this.ay._inner[a].i);
|
|
866
864
|
this.ay._inner[a].i.ac = null;
|
|
@@ -868,13 +866,13 @@ var XamMultiScaleImage = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
868
866
|
}
|
|
869
867
|
}
|
|
870
868
|
};
|
|
871
|
-
XamMultiScaleImage.prototype.
|
|
869
|
+
XamMultiScaleImage.prototype.b4 = function () {
|
|
872
870
|
this.ar.i();
|
|
873
871
|
};
|
|
874
872
|
XamMultiScaleImage.prototype.am = function (a) {
|
|
875
873
|
return this.ar.item(a);
|
|
876
874
|
};
|
|
877
|
-
XamMultiScaleImage.prototype.
|
|
875
|
+
XamMultiScaleImage.prototype.bo = function (a, b) {
|
|
878
876
|
this.ar.item(a, b);
|
|
879
877
|
};
|
|
880
878
|
Object.defineProperty(XamMultiScaleImage.prototype, "ar", {
|
|
@@ -890,7 +888,7 @@ var XamMultiScaleImage = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
890
888
|
XamMultiScaleImage.prototype.au = function () {
|
|
891
889
|
return this.az.count != 0;
|
|
892
890
|
};
|
|
893
|
-
XamMultiScaleImage.prototype.
|
|
891
|
+
XamMultiScaleImage.prototype.bt = function () {
|
|
894
892
|
var a = true;
|
|
895
893
|
if (this.au()) {
|
|
896
894
|
a = false;
|
|
@@ -905,17 +903,17 @@ var XamMultiScaleImage = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
905
903
|
}
|
|
906
904
|
this.as = a;
|
|
907
905
|
};
|
|
908
|
-
XamMultiScaleImage.prototype.
|
|
906
|
+
XamMultiScaleImage.prototype.ca = function (a) {
|
|
909
907
|
if (a.h != null) {
|
|
910
908
|
a.b = dateNow();
|
|
911
909
|
this.az.add(a);
|
|
912
910
|
this.an.ap();
|
|
913
911
|
}
|
|
914
912
|
else {
|
|
915
|
-
this.
|
|
913
|
+
this.bt();
|
|
916
914
|
}
|
|
917
915
|
};
|
|
918
|
-
XamMultiScaleImage.prototype.
|
|
916
|
+
XamMultiScaleImage.prototype.bp = function (a) {
|
|
919
917
|
if (a.h != null) {
|
|
920
918
|
this.ap.n(a.h);
|
|
921
919
|
a.h.ac = null;
|
|
@@ -931,7 +929,7 @@ var XamMultiScaleImage = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
931
929
|
}
|
|
932
930
|
}
|
|
933
931
|
};
|
|
934
|
-
XamMultiScaleImage.prototype.
|
|
932
|
+
XamMultiScaleImage.prototype.br = function () {
|
|
935
933
|
var a = dateNow();
|
|
936
934
|
var b = 0.5;
|
|
937
935
|
for (var c = 0; c < this.az.count;) {
|
|
@@ -955,49 +953,39 @@ var XamMultiScaleImage = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
955
953
|
this.an.ar();
|
|
956
954
|
}
|
|
957
955
|
};
|
|
958
|
-
XamMultiScaleImage.prototype.
|
|
956
|
+
XamMultiScaleImage.prototype.by = function () {
|
|
959
957
|
this.a2 = this.a5;
|
|
960
|
-
this.
|
|
961
|
-
this.
|
|
958
|
+
this.ck = this.cm;
|
|
959
|
+
this.b5();
|
|
962
960
|
};
|
|
963
|
-
XamMultiScaleImage.prototype.
|
|
961
|
+
XamMultiScaleImage.prototype.b0 = function (a) {
|
|
964
962
|
var b = a;
|
|
965
963
|
this.ag.m(b);
|
|
966
964
|
this.an.ae(a);
|
|
967
965
|
};
|
|
968
|
-
XamMultiScaleImage.prototype.
|
|
966
|
+
XamMultiScaleImage.prototype.b1 = function (a) {
|
|
969
967
|
this.an.ag(a);
|
|
970
968
|
};
|
|
971
|
-
XamMultiScaleImage.prototype.
|
|
969
|
+
XamMultiScaleImage.prototype.b2 = function (a) {
|
|
972
970
|
this.an.ah(a);
|
|
973
971
|
};
|
|
974
|
-
XamMultiScaleImage.prototype.
|
|
972
|
+
XamMultiScaleImage.prototype.b3 = function (a) {
|
|
975
973
|
this.an.ai(a);
|
|
976
974
|
};
|
|
977
|
-
XamMultiScaleImage.prototype.
|
|
975
|
+
XamMultiScaleImage.prototype.bw = function () {
|
|
978
976
|
if (this.imagesChanged != null) {
|
|
979
977
|
this.imagesChanged(this, new EventArgs());
|
|
980
978
|
}
|
|
981
979
|
};
|
|
982
|
-
XamMultiScaleImage.prototype.
|
|
980
|
+
XamMultiScaleImage.prototype.bq = function () {
|
|
983
981
|
this.aw = false;
|
|
984
982
|
};
|
|
985
|
-
XamMultiScaleImage.prototype.
|
|
983
|
+
XamMultiScaleImage.prototype.bv = function (a) {
|
|
986
984
|
if (this.downloadingImage != null) {
|
|
987
985
|
this.downloadingImage(this, a);
|
|
988
986
|
}
|
|
989
987
|
};
|
|
990
|
-
XamMultiScaleImage.prototype.
|
|
991
|
-
if (this.beforeDownloadStart != null) {
|
|
992
|
-
this.beforeDownloadStart(this, a);
|
|
993
|
-
}
|
|
994
|
-
};
|
|
995
|
-
XamMultiScaleImage.prototype.bw = function (a) {
|
|
996
|
-
if (this.afterDownloadStart != null) {
|
|
997
|
-
this.afterDownloadStart(this, a);
|
|
998
|
-
}
|
|
999
|
-
};
|
|
1000
|
-
XamMultiScaleImage.prototype.by = function (a) {
|
|
988
|
+
XamMultiScaleImage.prototype.bu = function (a) {
|
|
1001
989
|
if (this.cancellingImage != null) {
|
|
1002
990
|
this.cancellingImage(this, a);
|
|
1003
991
|
}
|
|
@@ -1009,15 +997,15 @@ var XamMultiScaleImage = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1009
997
|
enumerable: false,
|
|
1010
998
|
configurable: true
|
|
1011
999
|
});
|
|
1012
|
-
XamMultiScaleImage.prototype.
|
|
1000
|
+
XamMultiScaleImage.prototype.bz = function (a) {
|
|
1013
1001
|
this.a1 = a;
|
|
1014
1002
|
};
|
|
1015
|
-
Object.defineProperty(XamMultiScaleImage.prototype, "
|
|
1003
|
+
Object.defineProperty(XamMultiScaleImage.prototype, "a9", {
|
|
1016
1004
|
get: function () {
|
|
1017
1005
|
return this.ar.h;
|
|
1018
1006
|
},
|
|
1019
1007
|
set: function (a) {
|
|
1020
|
-
var b = a != this.
|
|
1008
|
+
var b = a != this.a9;
|
|
1021
1009
|
if (b) {
|
|
1022
1010
|
this.ar = new LRUCache$2(Tile.$, WriteableBitmap.$, 1, a, new TilePositionComparer());
|
|
1023
1011
|
}
|
|
@@ -1026,7 +1014,7 @@ var XamMultiScaleImage = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1026
1014
|
configurable: true
|
|
1027
1015
|
});
|
|
1028
1016
|
XamMultiScaleImage.$t = markType(XamMultiScaleImage, 'XamMultiScaleImage', Control.$, [INotifyPropertyChanged_$type]);
|
|
1029
|
-
XamMultiScaleImage.$$p = markDep(DependencyProperty, PropertyMetadata, XamMultiScaleImage, '
|
|
1017
|
+
XamMultiScaleImage.$$p = markDep(DependencyProperty, PropertyMetadata, XamMultiScaleImage, 'bx', ['IsHorizontalTileWrappingEnabled:av:cc', [0, false], 'Referer:bf:cd', [2, null], 'Source:ao:ce', [XamMultiScaleTileSource.$, null], 'SpringsEasingFunction:aj:cf', [IEasingFunction_$type, null], 'UseSprings:ax:ch', [0, false], 'UserAgent:bj:cg', [2, null], 'ViewportOrigin:cm:ci', [Point_$type, { $type: Point_$type, x: 0, y: 0 }], 'ViewportWidth:a5:cj', [1, 1]]);
|
|
1030
1018
|
return XamMultiScaleImage;
|
|
1031
1019
|
}(Control));
|
|
1032
1020
|
export { XamMultiScaleImage };
|
package/esm5/public_api.js
CHANGED
|
@@ -821,9 +821,9 @@ export * from './lib/AssigningShapeStyleEventArgsBaseDescription';
|
|
|
821
821
|
export * from './lib/AssigningShapeStyleEventArgsBaseDescriptionMetadata';
|
|
822
822
|
export * from './lib/AsyncCompletedEventArgsDescription';
|
|
823
823
|
export * from './lib/AsyncCompletedEventArgsDescriptionMetadata';
|
|
824
|
-
export * from './lib/
|
|
825
|
-
export * from './lib/
|
|
826
|
-
export * from './lib/
|
|
824
|
+
export * from './lib/AzureMapsImageryDescription';
|
|
825
|
+
export * from './lib/AzureMapsImageryDescriptionMetadata';
|
|
826
|
+
export * from './lib/AzureMapsImageryDescriptionModule';
|
|
827
827
|
export * from './lib/BaseDataSourceDescription';
|
|
828
828
|
export * from './lib/BaseDataSourceDescriptionMetadata';
|
|
829
829
|
export * from './lib/BaseGenericDataSourceDescription';
|
|
@@ -1362,8 +1362,8 @@ export * from './lib/LayoutPrimaryKeyValueDescription';
|
|
|
1362
1362
|
export * from './lib/LayoutPrimaryKeyValueDescriptionMetadata';
|
|
1363
1363
|
export * from './lib/LayoutPrimaryKeyValueDescriptionModule';
|
|
1364
1364
|
export * from './lib/LegendDescriptionModule';
|
|
1365
|
-
export * from './lib/
|
|
1366
|
-
export * from './lib/
|
|
1365
|
+
export * from './lib/LegendTextContentChangedEventArgsDescription';
|
|
1366
|
+
export * from './lib/LegendTextContentChangedEventArgsDescriptionMetadata';
|
|
1367
1367
|
export * from './lib/LinearGaugeCoreDescriptionModule';
|
|
1368
1368
|
export * from './lib/LinearGaugeDashboardTileDescriptionModule';
|
|
1369
1369
|
export * from './lib/LinearGaugeDescriptionModule';
|