igniteui-angular-core 20.0.2-beta.2 → 20.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-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 +1 -1
- 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
|
@@ -95,7 +95,7 @@ export let XamMultiScaleImageView = /*@__PURE__*/ (() => {
|
|
|
95
95
|
$ret.image = d;
|
|
96
96
|
return $ret;
|
|
97
97
|
})());
|
|
98
|
-
this.b.
|
|
98
|
+
this.b.bu(f);
|
|
99
99
|
}
|
|
100
100
|
if (this.g.containsKey(d)) {
|
|
101
101
|
let g = this.g.item(d);
|
|
@@ -177,7 +177,7 @@ export let XamMultiScaleImageView = /*@__PURE__*/ (() => {
|
|
|
177
177
|
$ret.image = c;
|
|
178
178
|
return $ret;
|
|
179
179
|
})());
|
|
180
|
-
this.b.
|
|
180
|
+
this.b.bv(g);
|
|
181
181
|
f = g.uri;
|
|
182
182
|
if (f != null) {
|
|
183
183
|
c.src = f;
|
|
@@ -242,9 +242,9 @@ export let XamMultiScaleImageView = /*@__PURE__*/ (() => {
|
|
|
242
242
|
f.clear();
|
|
243
243
|
this.g.removeItem(e);
|
|
244
244
|
}
|
|
245
|
-
this.b.
|
|
245
|
+
this.b.bo(c, c.i.ac);
|
|
246
246
|
if (c.i != null) {
|
|
247
|
-
this.b.
|
|
247
|
+
this.b.ca(c);
|
|
248
248
|
}
|
|
249
249
|
this.q();
|
|
250
250
|
this.ad();
|
|
@@ -283,7 +283,7 @@ export let XamMultiScaleImageView = /*@__PURE__*/ (() => {
|
|
|
283
283
|
}
|
|
284
284
|
aq() {
|
|
285
285
|
if (this.p == -1) {
|
|
286
|
-
this.p = window.setInterval(runOn(this.b, this.b.
|
|
286
|
+
this.p = window.setInterval(runOn(this.b, this.b.b9), 50);
|
|
287
287
|
}
|
|
288
288
|
}
|
|
289
289
|
as() {
|
|
@@ -294,7 +294,7 @@ export let XamMultiScaleImageView = /*@__PURE__*/ (() => {
|
|
|
294
294
|
}
|
|
295
295
|
ap() {
|
|
296
296
|
if (this.o == -1) {
|
|
297
|
-
this.o = window.setInterval(runOn(this.b, this.b.
|
|
297
|
+
this.o = window.setInterval(runOn(this.b, this.b.br), 50);
|
|
298
298
|
}
|
|
299
299
|
}
|
|
300
300
|
ar() {
|
|
@@ -306,7 +306,7 @@ export let XamMultiScaleImageView = /*@__PURE__*/ (() => {
|
|
|
306
306
|
t() {
|
|
307
307
|
if (this.p != -1) {
|
|
308
308
|
this.ar();
|
|
309
|
-
this.b.
|
|
309
|
+
this.b.by();
|
|
310
310
|
}
|
|
311
311
|
}
|
|
312
312
|
ae(a) {
|
|
@@ -325,8 +325,8 @@ export let XamMultiScaleImageView = /*@__PURE__*/ (() => {
|
|
|
325
325
|
this.m.setAttribute("height", truncate((b * this.b.a4)).toString());
|
|
326
326
|
this.m.setStyleProperty("width", a.toString() + "px");
|
|
327
327
|
this.m.setStyleProperty("height", b.toString() + "px");
|
|
328
|
-
this.b.
|
|
329
|
-
this.b.
|
|
328
|
+
this.b.cn = new Rect(0, 0, 0, a, b);
|
|
329
|
+
this.b.b5();
|
|
330
330
|
}
|
|
331
331
|
aj() {
|
|
332
332
|
this.ad();
|
|
@@ -366,7 +366,7 @@ export let XamMultiScaleImageView = /*@__PURE__*/ (() => {
|
|
|
366
366
|
if (!this.au.isEmpty) {
|
|
367
367
|
this.c.l(this.au.left, this.au.top, this.au.width, this.au.height);
|
|
368
368
|
}
|
|
369
|
-
this.au = this.b.
|
|
369
|
+
this.au = this.b.cn;
|
|
370
370
|
for (let a = 0; a < this.h.count; a++) {
|
|
371
371
|
let b = this.h._inner[a];
|
|
372
372
|
if (b.s == 0) {
|
|
@@ -382,8 +382,8 @@ export let XamMultiScaleImageView = /*@__PURE__*/ (() => {
|
|
|
382
382
|
if (this.c.d && this.b.a4 != 1) {
|
|
383
383
|
this.c.z();
|
|
384
384
|
}
|
|
385
|
-
this.b.
|
|
386
|
-
this.b.
|
|
385
|
+
this.b.bt();
|
|
386
|
+
this.b.bw();
|
|
387
387
|
}
|
|
388
388
|
d() {
|
|
389
389
|
let a = true;
|
|
@@ -410,10 +410,10 @@ export let XamMultiScaleImageView = /*@__PURE__*/ (() => {
|
|
|
410
410
|
if (b.d.width < 1 || b.d.height < 1) {
|
|
411
411
|
return;
|
|
412
412
|
}
|
|
413
|
-
this.c.o(b.c, c, b.d.left, b.d.top, b.d.width, b.d.height, Math.round(a.n + this.b.
|
|
413
|
+
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);
|
|
414
414
|
}
|
|
415
415
|
else {
|
|
416
|
-
this.c.n(b.c, c, Math.round(a.n + this.b.
|
|
416
|
+
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);
|
|
417
417
|
}
|
|
418
418
|
}
|
|
419
419
|
e(a) {
|
|
@@ -438,8 +438,8 @@ export let XamMultiScaleImageView = /*@__PURE__*/ (() => {
|
|
|
438
438
|
this.q();
|
|
439
439
|
}
|
|
440
440
|
ai(a) {
|
|
441
|
-
this.b.
|
|
442
|
-
this.b.
|
|
441
|
+
this.b.cn = a;
|
|
442
|
+
this.b.b5();
|
|
443
443
|
}
|
|
444
444
|
preRender() {
|
|
445
445
|
}
|
|
@@ -523,7 +523,7 @@ export let XamMultiScaleTileSource = /*@__PURE__*/ (() => {
|
|
|
523
523
|
}
|
|
524
524
|
y(a, b, c, d) {
|
|
525
525
|
if (this.k != null) {
|
|
526
|
-
this.k.
|
|
526
|
+
this.k.bs(a, b, c, d);
|
|
527
527
|
}
|
|
528
528
|
}
|
|
529
529
|
}
|
|
@@ -540,14 +540,14 @@ export let XamMultiScaleImage = /*@__PURE__*/ (() => {
|
|
|
540
540
|
this.ap = null;
|
|
541
541
|
this.an = null;
|
|
542
542
|
this.ak = null;
|
|
543
|
-
this.
|
|
543
|
+
this.ck = null;
|
|
544
544
|
this.a2 = 0;
|
|
545
545
|
this.at = false;
|
|
546
546
|
this.propertyChanged = null;
|
|
547
|
-
this.
|
|
548
|
-
this.
|
|
547
|
+
this.ba = 0;
|
|
548
|
+
this.bb = 0;
|
|
549
549
|
this.a0 = new Date();
|
|
550
|
-
this.
|
|
550
|
+
this.cl = null;
|
|
551
551
|
this.a3 = 0;
|
|
552
552
|
this.ay = new List$1(Tile.$, 0);
|
|
553
553
|
this.aw = false;
|
|
@@ -555,19 +555,17 @@ export let XamMultiScaleImage = /*@__PURE__*/ (() => {
|
|
|
555
555
|
this.az = new List$1(Tile.$, 0);
|
|
556
556
|
this.imageTilesReady = null;
|
|
557
557
|
this.as = false;
|
|
558
|
-
this.
|
|
558
|
+
this.cn = null;
|
|
559
559
|
this.ag = null;
|
|
560
560
|
this.imagesChanged = null;
|
|
561
561
|
this.downloadingImage = null;
|
|
562
562
|
this.cancellingImage = null;
|
|
563
|
-
this.beforeDownloadStart = null;
|
|
564
|
-
this.afterDownloadStart = null;
|
|
565
563
|
this.a1 = 1;
|
|
566
|
-
this.
|
|
564
|
+
this.cn = Rect.empty;
|
|
567
565
|
this.ag = new CanvasRenderScheduler();
|
|
568
566
|
this.an = new XamMultiScaleImageView(this);
|
|
569
567
|
this.ab = XamMultiScaleImage.$;
|
|
570
|
-
this.
|
|
568
|
+
this.ck = this.cm;
|
|
571
569
|
this.a2 = this.a5;
|
|
572
570
|
}
|
|
573
571
|
get al() {
|
|
@@ -579,22 +577,22 @@ export let XamMultiScaleImage = /*@__PURE__*/ (() => {
|
|
|
579
577
|
}
|
|
580
578
|
this.ak = a;
|
|
581
579
|
if (this.ak != null) {
|
|
582
|
-
this.ak.register(this, runOn(this, this.
|
|
580
|
+
this.ak.register(this, runOn(this, this.b6));
|
|
583
581
|
}
|
|
584
582
|
}
|
|
585
|
-
|
|
586
|
-
if (!stringIsNullOrEmpty(this.
|
|
587
|
-
return this.
|
|
583
|
+
bc() {
|
|
584
|
+
if (!stringIsNullOrEmpty(this.bf)) {
|
|
585
|
+
return this.bf;
|
|
588
586
|
}
|
|
589
587
|
return null;
|
|
590
588
|
}
|
|
591
|
-
|
|
592
|
-
if (!stringIsNullOrEmpty(this.
|
|
593
|
-
return this.
|
|
589
|
+
bd() {
|
|
590
|
+
if (!stringIsNullOrEmpty(this.bj)) {
|
|
591
|
+
return this.bj;
|
|
594
592
|
}
|
|
595
593
|
return null;
|
|
596
594
|
}
|
|
597
|
-
|
|
595
|
+
bx(a, b, c) {
|
|
598
596
|
let d = new PropertyChangedEventArgs(a);
|
|
599
597
|
if (this.propertyChanged != null) {
|
|
600
598
|
this.propertyChanged(this, d);
|
|
@@ -604,15 +602,15 @@ export let XamMultiScaleImage = /*@__PURE__*/ (() => {
|
|
|
604
602
|
if (this.ao != null) {
|
|
605
603
|
this.ao.k = this;
|
|
606
604
|
}
|
|
607
|
-
this.
|
|
608
|
-
this.
|
|
609
|
-
this.
|
|
605
|
+
this.b4();
|
|
606
|
+
this.b7();
|
|
607
|
+
this.b5();
|
|
610
608
|
break;
|
|
611
609
|
case XamMultiScaleImage.$$p[6]:
|
|
612
|
-
this.
|
|
610
|
+
this.b8();
|
|
613
611
|
break;
|
|
614
612
|
case XamMultiScaleImage.$$p[7]:
|
|
615
|
-
this.
|
|
613
|
+
this.b8();
|
|
616
614
|
break;
|
|
617
615
|
case XamMultiScaleImage.$$p[4]:
|
|
618
616
|
if (!this.ax) {
|
|
@@ -621,40 +619,40 @@ export let XamMultiScaleImage = /*@__PURE__*/ (() => {
|
|
|
621
619
|
break;
|
|
622
620
|
case XamMultiScaleImage.$$p[0]:
|
|
623
621
|
this.at = this.av;
|
|
624
|
-
this.
|
|
622
|
+
this.b5();
|
|
625
623
|
break;
|
|
626
624
|
}
|
|
627
625
|
}
|
|
628
626
|
v() {
|
|
629
627
|
super.v();
|
|
630
|
-
this.
|
|
628
|
+
this.b5();
|
|
631
629
|
}
|
|
632
|
-
|
|
633
|
-
this.
|
|
630
|
+
b7() {
|
|
631
|
+
this.cb();
|
|
634
632
|
if (this.ao != null) {
|
|
635
|
-
this.
|
|
636
|
-
this.
|
|
633
|
+
this.ba = Convert.toInt32(logBase(this.ao.r, 2));
|
|
634
|
+
this.bb = Convert.toInt32(logBase(this.ao.v, 2));
|
|
637
635
|
}
|
|
638
636
|
}
|
|
639
|
-
|
|
640
|
-
this.
|
|
641
|
-
this.
|
|
642
|
-
this.
|
|
637
|
+
bs(a, b, c, d) {
|
|
638
|
+
this.b4();
|
|
639
|
+
this.b7();
|
|
640
|
+
this.b5();
|
|
643
641
|
}
|
|
644
|
-
|
|
642
|
+
b8() {
|
|
645
643
|
if (this.ax) {
|
|
646
644
|
this.a0 = dateNow();
|
|
647
|
-
this.
|
|
645
|
+
this.cl = this.ck;
|
|
648
646
|
this.a3 = this.a2;
|
|
649
647
|
this.an.aq();
|
|
650
648
|
}
|
|
651
649
|
else {
|
|
652
|
-
this.
|
|
650
|
+
this.ck = this.cm;
|
|
653
651
|
this.a2 = this.a5;
|
|
654
|
-
this.
|
|
652
|
+
this.b5();
|
|
655
653
|
}
|
|
656
654
|
}
|
|
657
|
-
|
|
655
|
+
b9() {
|
|
658
656
|
let a = 2;
|
|
659
657
|
let b = dateNow().getTime() - this.a0.getTime();
|
|
660
658
|
let c = b / 1000;
|
|
@@ -662,15 +660,15 @@ export let XamMultiScaleImage = /*@__PURE__*/ (() => {
|
|
|
662
660
|
let e = this.aj != null ? this.aj.ease(d) : d;
|
|
663
661
|
let f = 1 - e;
|
|
664
662
|
this.a2 = this.a3 * f + this.a5 * e;
|
|
665
|
-
this.
|
|
663
|
+
this.ck = { $type: Point_$type, x: this.cl.x * f + this.cm.x * e, y: this.cl.y * f + this.cm.y * e };
|
|
666
664
|
if (d >= 1) {
|
|
667
665
|
this.an.as();
|
|
668
666
|
}
|
|
669
667
|
else {
|
|
670
668
|
}
|
|
671
|
-
this.
|
|
669
|
+
this.b5();
|
|
672
670
|
}
|
|
673
|
-
|
|
671
|
+
a8(a, b, c, d) {
|
|
674
672
|
for (let e = 0; e < this.ay.count; ++e) {
|
|
675
673
|
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) {
|
|
676
674
|
return e;
|
|
@@ -678,36 +676,36 @@ export let XamMultiScaleImage = /*@__PURE__*/ (() => {
|
|
|
678
676
|
}
|
|
679
677
|
return -1;
|
|
680
678
|
}
|
|
681
|
-
|
|
679
|
+
b6(a) {
|
|
682
680
|
this.aw = false;
|
|
683
681
|
this.as = false;
|
|
684
682
|
let b = this.at;
|
|
685
|
-
if (this.ao == null || !this.an.f() || this.
|
|
683
|
+
if (this.ao == null || !this.an.f() || this.cn.width == 0 || this.cn.height == 0) {
|
|
686
684
|
return;
|
|
687
685
|
}
|
|
688
|
-
let c = truncate(Math.ceil(this.
|
|
686
|
+
let c = truncate(Math.ceil(this.cn.width / this.ao.r));
|
|
689
687
|
let d = truncate(Math.max(1, Math.floor(-logBase(this.a2 / c, 2))));
|
|
690
|
-
if (d >= this.
|
|
691
|
-
d = (this.
|
|
688
|
+
if (d >= this.bb - 8) {
|
|
689
|
+
d = (this.bb - 8) - 1;
|
|
692
690
|
}
|
|
693
691
|
let e = truncate(Math.round(Math.pow(2, d)));
|
|
694
692
|
let f = this.a2;
|
|
695
|
-
let g = this.
|
|
693
|
+
let g = this.cn.height * f / this.cn.width;
|
|
696
694
|
let h = this.ao.v / Math.pow(2, d);
|
|
697
695
|
let i = this.ao.u / Math.pow(2, d);
|
|
698
|
-
let j = truncate(Math.floor((this.
|
|
699
|
-
let k = truncate(Math.ceil(((this.
|
|
700
|
-
let l = truncate(Math.floor((this.
|
|
701
|
-
let m = truncate(Math.ceil(((this.
|
|
696
|
+
let j = truncate(Math.floor((this.ck.x * this.ao.v) / h));
|
|
697
|
+
let k = truncate(Math.ceil(((this.ck.x + f) * this.ao.v) / h));
|
|
698
|
+
let l = truncate(Math.floor((this.ck.y * this.ao.u) / i));
|
|
699
|
+
let m = truncate(Math.ceil(((this.ck.y + g) * this.ao.v) / i));
|
|
702
700
|
if (!b) {
|
|
703
701
|
j = Math.max(j, 0);
|
|
704
702
|
k = Math.min(k, e);
|
|
705
703
|
}
|
|
706
704
|
l = Math.max(l, 0);
|
|
707
705
|
m = Math.min(m, e);
|
|
708
|
-
let n = ((j * h) - (this.
|
|
709
|
-
let o = ((l * i) - (this.
|
|
710
|
-
let p = (f * this.ao.v / h) * (this.ao.r / this.
|
|
706
|
+
let n = ((j * h) - (this.ck.x * this.ao.v)) / h;
|
|
707
|
+
let o = ((l * i) - (this.ck.y * this.ao.u)) / i;
|
|
708
|
+
let p = (f * this.ao.v / h) * (this.ao.r / this.cn.width);
|
|
711
709
|
let q = new List$1(Tile.$, 0);
|
|
712
710
|
let r;
|
|
713
711
|
let s;
|
|
@@ -721,7 +719,7 @@ export let XamMultiScaleImage = /*@__PURE__*/ (() => {
|
|
|
721
719
|
s = (s - e);
|
|
722
720
|
}
|
|
723
721
|
for (let u = l; u < m; ++u) {
|
|
724
|
-
let v = this.
|
|
722
|
+
let v = this.a8(r, s, u, d);
|
|
725
723
|
if (v >= 0) {
|
|
726
724
|
q.add(this.ay._inner[v]);
|
|
727
725
|
this.ay.removeAt(v);
|
|
@@ -739,7 +737,7 @@ export let XamMultiScaleImage = /*@__PURE__*/ (() => {
|
|
|
739
737
|
}
|
|
740
738
|
}
|
|
741
739
|
this.ap.f = true;
|
|
742
|
-
this.
|
|
740
|
+
this.cb();
|
|
743
741
|
this.ay = q;
|
|
744
742
|
for (let w = 0; w < this.ay.count; ++w) {
|
|
745
743
|
if (this.ay._inner[w].i == null) {
|
|
@@ -795,20 +793,20 @@ export let XamMultiScaleImage = /*@__PURE__*/ (() => {
|
|
|
795
793
|
this.ap.f = false;
|
|
796
794
|
this.an.aj();
|
|
797
795
|
}
|
|
798
|
-
|
|
799
|
-
if (this.ao == null || !this.an.f() || this.
|
|
796
|
+
b5() {
|
|
797
|
+
if (this.ao == null || !this.an.f() || this.cn.width == 0 || this.cn.height == 0) {
|
|
800
798
|
return;
|
|
801
799
|
}
|
|
802
800
|
if (this.aw) {
|
|
803
801
|
return;
|
|
804
802
|
}
|
|
805
803
|
this.aw = true;
|
|
806
|
-
this.an.s(runOn(this, this.
|
|
804
|
+
this.an.s(runOn(this, this.b6));
|
|
807
805
|
}
|
|
808
|
-
|
|
806
|
+
cb() {
|
|
809
807
|
for (let a = 0; a < this.ay.count; ++a) {
|
|
810
808
|
this.an.r(this.ay._inner[a]);
|
|
811
|
-
this.
|
|
809
|
+
this.bp(this.ay._inner[a]);
|
|
812
810
|
if (this.ay._inner[a].i != null) {
|
|
813
811
|
this.ap.n(this.ay._inner[a].i);
|
|
814
812
|
this.ay._inner[a].i.ac = null;
|
|
@@ -816,13 +814,13 @@ export let XamMultiScaleImage = /*@__PURE__*/ (() => {
|
|
|
816
814
|
}
|
|
817
815
|
}
|
|
818
816
|
}
|
|
819
|
-
|
|
817
|
+
b4() {
|
|
820
818
|
this.ar.i();
|
|
821
819
|
}
|
|
822
820
|
am(a) {
|
|
823
821
|
return this.ar.item(a);
|
|
824
822
|
}
|
|
825
|
-
|
|
823
|
+
bo(a, b) {
|
|
826
824
|
this.ar.item(a, b);
|
|
827
825
|
}
|
|
828
826
|
get ar() {
|
|
@@ -834,7 +832,7 @@ export let XamMultiScaleImage = /*@__PURE__*/ (() => {
|
|
|
834
832
|
au() {
|
|
835
833
|
return this.az.count != 0;
|
|
836
834
|
}
|
|
837
|
-
|
|
835
|
+
bt() {
|
|
838
836
|
let a = true;
|
|
839
837
|
if (this.au()) {
|
|
840
838
|
a = false;
|
|
@@ -849,17 +847,17 @@ export let XamMultiScaleImage = /*@__PURE__*/ (() => {
|
|
|
849
847
|
}
|
|
850
848
|
this.as = a;
|
|
851
849
|
}
|
|
852
|
-
|
|
850
|
+
ca(a) {
|
|
853
851
|
if (a.h != null) {
|
|
854
852
|
a.b = dateNow();
|
|
855
853
|
this.az.add(a);
|
|
856
854
|
this.an.ap();
|
|
857
855
|
}
|
|
858
856
|
else {
|
|
859
|
-
this.
|
|
857
|
+
this.bt();
|
|
860
858
|
}
|
|
861
859
|
}
|
|
862
|
-
|
|
860
|
+
bp(a) {
|
|
863
861
|
if (a.h != null) {
|
|
864
862
|
this.ap.n(a.h);
|
|
865
863
|
a.h.ac = null;
|
|
@@ -875,7 +873,7 @@ export let XamMultiScaleImage = /*@__PURE__*/ (() => {
|
|
|
875
873
|
}
|
|
876
874
|
}
|
|
877
875
|
}
|
|
878
|
-
|
|
876
|
+
br() {
|
|
879
877
|
let a = dateNow();
|
|
880
878
|
let b = 0.5;
|
|
881
879
|
for (let c = 0; c < this.az.count;) {
|
|
@@ -899,49 +897,39 @@ export let XamMultiScaleImage = /*@__PURE__*/ (() => {
|
|
|
899
897
|
this.an.ar();
|
|
900
898
|
}
|
|
901
899
|
}
|
|
902
|
-
|
|
900
|
+
by() {
|
|
903
901
|
this.a2 = this.a5;
|
|
904
|
-
this.
|
|
905
|
-
this.
|
|
902
|
+
this.ck = this.cm;
|
|
903
|
+
this.b5();
|
|
906
904
|
}
|
|
907
|
-
|
|
905
|
+
b0(a) {
|
|
908
906
|
let b = a;
|
|
909
907
|
this.ag.m(b);
|
|
910
908
|
this.an.ae(a);
|
|
911
909
|
}
|
|
912
|
-
|
|
910
|
+
b1(a) {
|
|
913
911
|
this.an.ag(a);
|
|
914
912
|
}
|
|
915
|
-
|
|
913
|
+
b2(a) {
|
|
916
914
|
this.an.ah(a);
|
|
917
915
|
}
|
|
918
|
-
|
|
916
|
+
b3(a) {
|
|
919
917
|
this.an.ai(a);
|
|
920
918
|
}
|
|
921
|
-
|
|
919
|
+
bw() {
|
|
922
920
|
if (this.imagesChanged != null) {
|
|
923
921
|
this.imagesChanged(this, new EventArgs());
|
|
924
922
|
}
|
|
925
923
|
}
|
|
926
|
-
|
|
924
|
+
bq() {
|
|
927
925
|
this.aw = false;
|
|
928
926
|
}
|
|
929
|
-
|
|
927
|
+
bv(a) {
|
|
930
928
|
if (this.downloadingImage != null) {
|
|
931
929
|
this.downloadingImage(this, a);
|
|
932
930
|
}
|
|
933
931
|
}
|
|
934
|
-
|
|
935
|
-
if (this.beforeDownloadStart != null) {
|
|
936
|
-
this.beforeDownloadStart(this, a);
|
|
937
|
-
}
|
|
938
|
-
}
|
|
939
|
-
bw(a) {
|
|
940
|
-
if (this.afterDownloadStart != null) {
|
|
941
|
-
this.afterDownloadStart(this, a);
|
|
942
|
-
}
|
|
943
|
-
}
|
|
944
|
-
by(a) {
|
|
932
|
+
bu(a) {
|
|
945
933
|
if (this.cancellingImage != null) {
|
|
946
934
|
this.cancellingImage(this, a);
|
|
947
935
|
}
|
|
@@ -949,20 +937,20 @@ export let XamMultiScaleImage = /*@__PURE__*/ (() => {
|
|
|
949
937
|
get a4() {
|
|
950
938
|
return this.a1;
|
|
951
939
|
}
|
|
952
|
-
|
|
940
|
+
bz(a) {
|
|
953
941
|
this.a1 = a;
|
|
954
942
|
}
|
|
955
|
-
get
|
|
943
|
+
get a9() {
|
|
956
944
|
return this.ar.h;
|
|
957
945
|
}
|
|
958
|
-
set
|
|
959
|
-
let b = a != this.
|
|
946
|
+
set a9(a) {
|
|
947
|
+
let b = a != this.a9;
|
|
960
948
|
if (b) {
|
|
961
949
|
this.ar = new LRUCache$2(Tile.$, WriteableBitmap.$, 1, a, new TilePositionComparer());
|
|
962
950
|
}
|
|
963
951
|
}
|
|
964
952
|
}
|
|
965
953
|
XamMultiScaleImage.$t = markType(XamMultiScaleImage, 'XamMultiScaleImage', Control.$, [INotifyPropertyChanged_$type]);
|
|
966
|
-
XamMultiScaleImage.$$p = markDep(DependencyProperty, PropertyMetadata, XamMultiScaleImage, '
|
|
954
|
+
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]]);
|
|
967
955
|
return XamMultiScaleImage;
|
|
968
956
|
})();
|
package/esm2015/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';
|
|
@@ -10,9 +10,9 @@ import { markType } from "./type";
|
|
|
10
10
|
/**
|
|
11
11
|
* @hidden
|
|
12
12
|
*/
|
|
13
|
-
var
|
|
14
|
-
__extends(
|
|
15
|
-
function
|
|
13
|
+
var AzureMapsImageryDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
14
|
+
__extends(AzureMapsImageryDescription, _super);
|
|
15
|
+
function AzureMapsImageryDescription() {
|
|
16
16
|
var _this = _super.call(this) || this;
|
|
17
17
|
_this.ag = null;
|
|
18
18
|
_this.ae = null;
|
|
@@ -22,10 +22,10 @@ var AzureMapsMapImageryDescription = /** @class */ /*@__PURE__*/ (function (_sup
|
|
|
22
22
|
_this.ac = new Date();
|
|
23
23
|
return _this;
|
|
24
24
|
}
|
|
25
|
-
|
|
26
|
-
return "
|
|
25
|
+
AzureMapsImageryDescription.prototype.get_type = function () {
|
|
26
|
+
return "AzureMapsImagery";
|
|
27
27
|
};
|
|
28
|
-
Object.defineProperty(
|
|
28
|
+
Object.defineProperty(AzureMapsImageryDescription.prototype, "cultureName", {
|
|
29
29
|
get: function () {
|
|
30
30
|
return this.ag;
|
|
31
31
|
},
|
|
@@ -36,7 +36,7 @@ var AzureMapsMapImageryDescription = /** @class */ /*@__PURE__*/ (function (_sup
|
|
|
36
36
|
enumerable: false,
|
|
37
37
|
configurable: true
|
|
38
38
|
});
|
|
39
|
-
Object.defineProperty(
|
|
39
|
+
Object.defineProperty(AzureMapsImageryDescription.prototype, "apiKey", {
|
|
40
40
|
get: function () {
|
|
41
41
|
return this.ae;
|
|
42
42
|
},
|
|
@@ -47,7 +47,7 @@ var AzureMapsMapImageryDescription = /** @class */ /*@__PURE__*/ (function (_sup
|
|
|
47
47
|
enumerable: false,
|
|
48
48
|
configurable: true
|
|
49
49
|
});
|
|
50
|
-
Object.defineProperty(
|
|
50
|
+
Object.defineProperty(AzureMapsImageryDescription.prototype, "apiVersion", {
|
|
51
51
|
get: function () {
|
|
52
52
|
return this.af;
|
|
53
53
|
},
|
|
@@ -58,7 +58,7 @@ var AzureMapsMapImageryDescription = /** @class */ /*@__PURE__*/ (function (_sup
|
|
|
58
58
|
enumerable: false,
|
|
59
59
|
configurable: true
|
|
60
60
|
});
|
|
61
|
-
Object.defineProperty(
|
|
61
|
+
Object.defineProperty(AzureMapsImageryDescription.prototype, "imageryStyle", {
|
|
62
62
|
get: function () {
|
|
63
63
|
return this.ah;
|
|
64
64
|
},
|
|
@@ -69,7 +69,7 @@ var AzureMapsMapImageryDescription = /** @class */ /*@__PURE__*/ (function (_sup
|
|
|
69
69
|
enumerable: false,
|
|
70
70
|
configurable: true
|
|
71
71
|
});
|
|
72
|
-
Object.defineProperty(
|
|
72
|
+
Object.defineProperty(AzureMapsImageryDescription.prototype, "localizedView", {
|
|
73
73
|
get: function () {
|
|
74
74
|
return this.ai;
|
|
75
75
|
},
|
|
@@ -80,7 +80,7 @@ var AzureMapsMapImageryDescription = /** @class */ /*@__PURE__*/ (function (_sup
|
|
|
80
80
|
enumerable: false,
|
|
81
81
|
configurable: true
|
|
82
82
|
});
|
|
83
|
-
Object.defineProperty(
|
|
83
|
+
Object.defineProperty(AzureMapsImageryDescription.prototype, "timestamp", {
|
|
84
84
|
get: function () {
|
|
85
85
|
return this.ac;
|
|
86
86
|
},
|
|
@@ -91,7 +91,7 @@ var AzureMapsMapImageryDescription = /** @class */ /*@__PURE__*/ (function (_sup
|
|
|
91
91
|
enumerable: false,
|
|
92
92
|
configurable: true
|
|
93
93
|
});
|
|
94
|
-
|
|
95
|
-
return
|
|
94
|
+
AzureMapsImageryDescription.$t = markType(AzureMapsImageryDescription, 'AzureMapsImageryDescription', GeographicMapImageryDescription.$);
|
|
95
|
+
return AzureMapsImageryDescription;
|
|
96
96
|
}(GeographicMapImageryDescription));
|
|
97
|
-
export {
|
|
97
|
+
export { AzureMapsImageryDescription };
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
/*
|
|
2
|
+
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
3
|
+
https://www.infragistics.com/legal/license/igultimate-la
|
|
4
|
+
https://www.infragistics.com/legal/license/igultimate-eula
|
|
5
|
+
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
6
|
+
*/
|
|
7
|
+
import { __extends } from "tslib";
|
|
8
|
+
import { Base, String_$type, markType } from "./type";
|
|
9
|
+
import { Dictionary$2 } from "./Dictionary$2";
|
|
10
|
+
import { GeographicMapImageryDescriptionMetadata } from "./GeographicMapImageryDescriptionMetadata";
|
|
11
|
+
import { AzureMapsImageryDescription } from "./AzureMapsImageryDescription";
|
|
12
|
+
/**
|
|
13
|
+
* @hidden
|
|
14
|
+
*/
|
|
15
|
+
var AzureMapsImageryDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
16
|
+
__extends(AzureMapsImageryDescriptionMetadata, _super);
|
|
17
|
+
function AzureMapsImageryDescriptionMetadata() {
|
|
18
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
19
|
+
}
|
|
20
|
+
AzureMapsImageryDescriptionMetadata.b = function (a) {
|
|
21
|
+
if (AzureMapsImageryDescriptionMetadata.a == null) {
|
|
22
|
+
AzureMapsImageryDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0);
|
|
23
|
+
AzureMapsImageryDescriptionMetadata.c(AzureMapsImageryDescriptionMetadata.a);
|
|
24
|
+
}
|
|
25
|
+
if (a.k(AzureMapsImageryDescriptionMetadata.a)) {
|
|
26
|
+
return;
|
|
27
|
+
}
|
|
28
|
+
a.ac(AzureMapsImageryDescriptionMetadata.a);
|
|
29
|
+
};
|
|
30
|
+
AzureMapsImageryDescriptionMetadata.c = function (a) {
|
|
31
|
+
GeographicMapImageryDescriptionMetadata.c(a);
|
|
32
|
+
a.item("CultureName", "String");
|
|
33
|
+
a.item("ApiKey", "String");
|
|
34
|
+
a.item("ApiVersion", "String");
|
|
35
|
+
a.item("ImageryStyle", "ExportedType:string:AzureMapsImageryStyle");
|
|
36
|
+
a.item("ImageryStyle@names", "Road;Satellite;DarkGrey;LabelsRoadOverlay;LabelsDarkGreyOverlay;HybridRoadOverlay;HybridDarkGreyOverlay;TerraOverlay;WeatherRadarOverlay;WeatherInfraredOverlay;TrafficAbsoluteOverlay;TrafficRelativeOverlay;TrafficRelativeDarkOverlay;TrafficDelayOverlay;TrafficReducedOverlay");
|
|
37
|
+
a.item("LocalizedView", "String");
|
|
38
|
+
a.item("Timestamp", "Date");
|
|
39
|
+
};
|
|
40
|
+
AzureMapsImageryDescriptionMetadata.d = function (a) {
|
|
41
|
+
AzureMapsImageryDescriptionMetadata.b(a);
|
|
42
|
+
a.ae("AzureMapsImagery", function () { return new AzureMapsImageryDescription(); });
|
|
43
|
+
a.ad("AzureMapsImagery", AzureMapsImageryDescriptionMetadata.a);
|
|
44
|
+
};
|
|
45
|
+
AzureMapsImageryDescriptionMetadata.$t = markType(AzureMapsImageryDescriptionMetadata, 'AzureMapsImageryDescriptionMetadata');
|
|
46
|
+
AzureMapsImageryDescriptionMetadata.a = null;
|
|
47
|
+
return AzureMapsImageryDescriptionMetadata;
|
|
48
|
+
}(Base));
|
|
49
|
+
export { AzureMapsImageryDescriptionMetadata };
|