igniteui-webcomponents-dashboards 7.1.0-alpha.0 → 7.1.0-alpha.1
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-dashboards.umd.js +63 -62
- package/bundles/igniteui-webcomponents-dashboards.umd.min.js +1 -1
- package/esm2015/lib/DashboardTileView_combined.js +62 -62
- package/esm2015/lib/igc-dashboard-tile-module.js +2 -0
- package/esm5/lib/DashboardTileView_combined.js +62 -62
- package/esm5/lib/igc-dashboard-tile-module.js +2 -0
- package/fesm2015/igniteui-webcomponents-dashboards.js +64 -63
- package/fesm5/igniteui-webcomponents-dashboards.js +64 -63
- package/package.json +8 -8
|
@@ -2784,13 +2784,13 @@
|
|
|
2784
2784
|
a.___containerId = b;
|
|
2785
2785
|
};
|
|
2786
2786
|
DashboardTileView.prototype.o = function (a) {
|
|
2787
|
-
var b = a.
|
|
2787
|
+
var b = a.ao;
|
|
2788
2788
|
b.setStyleProperty("width", "100%");
|
|
2789
2789
|
b.setStyleProperty("height", "100%");
|
|
2790
2790
|
this.k.append(b);
|
|
2791
2791
|
};
|
|
2792
2792
|
DashboardTileView.prototype.a = function (a, b) {
|
|
2793
|
-
return new igniteuiWebcomponentsCore.AnimationKeyFrameEffect(0, a.
|
|
2793
|
+
return new igniteuiWebcomponentsCore.AnimationKeyFrameEffect(0, a.ao, 0, null, b);
|
|
2794
2794
|
};
|
|
2795
2795
|
DashboardTileView.prototype.x = function () {
|
|
2796
2796
|
};
|
|
@@ -2851,7 +2851,7 @@
|
|
|
2851
2851
|
return this.k;
|
|
2852
2852
|
};
|
|
2853
2853
|
DashboardTileView.prototype.r = function (a) {
|
|
2854
|
-
var b = a.
|
|
2854
|
+
var b = a.ao;
|
|
2855
2855
|
b.setStyleProperty("z-index", "9000");
|
|
2856
2856
|
};
|
|
2857
2857
|
DashboardTileView.prototype.l = function (a) {
|
|
@@ -2863,7 +2863,7 @@
|
|
|
2863
2863
|
var c = DashboardTile.bu.adapter;
|
|
2864
2864
|
var adapter_ = c;
|
|
2865
2865
|
var d = (adapter_._platform);
|
|
2866
|
-
var e = a.
|
|
2866
|
+
var e = a.ao;
|
|
2867
2867
|
if (d == "Igc") {
|
|
2868
2868
|
this.g.item(a, e.getNativeElement());
|
|
2869
2869
|
this.h.item(b, e.getNativeElement());
|
|
@@ -3162,7 +3162,7 @@
|
|
|
3162
3162
|
c.b = true;
|
|
3163
3163
|
c.a = 0;
|
|
3164
3164
|
b.imageCaptured = igniteuiWebcomponentsCore.delegateCombine(b.imageCaptured, igniteuiWebcomponentsCore.runOn(this, this.h8));
|
|
3165
|
-
b.
|
|
3165
|
+
b.ou(c);
|
|
3166
3166
|
b.al.q();
|
|
3167
3167
|
}
|
|
3168
3168
|
else {
|
|
@@ -5603,25 +5603,25 @@
|
|
|
5603
5603
|
configurable: true
|
|
5604
5604
|
});
|
|
5605
5605
|
DashboardTile.prototype.startCreatingAnnotation = function () {
|
|
5606
|
-
this.ho(function (a) { return a.
|
|
5606
|
+
this.ho(function (a) { return a.tv(); });
|
|
5607
5607
|
this.hq(function (a) { return a.startCreatingAnnotation(); });
|
|
5608
5608
|
};
|
|
5609
5609
|
DashboardTile.prototype.startDeletingAnnotation = function () {
|
|
5610
|
-
this.ho(function (a) { return a.
|
|
5610
|
+
this.ho(function (a) { return a.tw(); });
|
|
5611
5611
|
this.hq(function (a) { return a.startDeletingAnnotation(); });
|
|
5612
5612
|
};
|
|
5613
5613
|
DashboardTile.prototype.resetAnnotations = function () {
|
|
5614
|
-
this.ho(function (a) { return a.
|
|
5614
|
+
this.ho(function (a) { return a.te(); });
|
|
5615
5615
|
this.hq(function (a) { return a.resetAnnotations(); });
|
|
5616
5616
|
};
|
|
5617
5617
|
DashboardTile.prototype.gm = function () {
|
|
5618
5618
|
var a = null;
|
|
5619
|
-
this.ho(function (b) { return a = b.
|
|
5619
|
+
this.ho(function (b) { return a = b.mu(); });
|
|
5620
5620
|
this.hq(function (b) { return a = b.s8(); });
|
|
5621
5621
|
return a;
|
|
5622
5622
|
};
|
|
5623
5623
|
DashboardTile.prototype.ht = function (a) {
|
|
5624
|
-
this.ho(function (b) { return b.
|
|
5624
|
+
this.ho(function (b) { return b.pv(a); });
|
|
5625
5625
|
this.hq(function (b) { return b.wf(a); });
|
|
5626
5626
|
};
|
|
5627
5627
|
DashboardTile.prototype.ed = function () {
|
|
@@ -5648,19 +5648,19 @@
|
|
|
5648
5648
|
}
|
|
5649
5649
|
};
|
|
5650
5650
|
DashboardTile.prototype.zoomIn = function (a) {
|
|
5651
|
-
this.hr(function (b) { return b.
|
|
5651
|
+
this.hr(function (b) { return b.ug(a); });
|
|
5652
5652
|
};
|
|
5653
5653
|
DashboardTile.prototype.zoomOut = function (a) {
|
|
5654
|
-
this.hr(function (b) { return b.
|
|
5654
|
+
this.hr(function (b) { return b.uh(a); });
|
|
5655
5655
|
};
|
|
5656
5656
|
DashboardTile.prototype.resetZoom = function () {
|
|
5657
|
-
this.hr(function (a) { return a.
|
|
5657
|
+
this.hr(function (a) { return a.tf(); });
|
|
5658
5658
|
};
|
|
5659
5659
|
DashboardTile.prototype.g9 = function (a) {
|
|
5660
|
-
this.hr(function (b) { return b.
|
|
5660
|
+
this.hr(function (b) { return b.oq(a); });
|
|
5661
5661
|
};
|
|
5662
5662
|
DashboardTile.prototype.hm = function (a) {
|
|
5663
|
-
this.hr(function (b) { return b.
|
|
5663
|
+
this.hr(function (b) { return b.pc(a); });
|
|
5664
5664
|
};
|
|
5665
5665
|
DashboardTile.prototype.y = function (a) {
|
|
5666
5666
|
var e_20, _a;
|
|
@@ -5674,7 +5674,7 @@
|
|
|
5674
5674
|
try {
|
|
5675
5675
|
for (var _b = tslib.__values(igniteuiWebcomponentsCore.fromEnum(a)), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
5676
5676
|
var c = _c.value;
|
|
5677
|
-
var d = igniteuiWebcomponentsCore.BrushUtil.
|
|
5677
|
+
var d = igniteuiWebcomponentsCore.BrushUtil.x(c);
|
|
5678
5678
|
b.add(d);
|
|
5679
5679
|
}
|
|
5680
5680
|
}
|
|
@@ -5698,7 +5698,7 @@
|
|
|
5698
5698
|
};
|
|
5699
5699
|
DashboardTile.prototype.ib = function () {
|
|
5700
5700
|
var _this = this;
|
|
5701
|
-
igniteuiWebcomponentsCore.NativeUIContent.
|
|
5701
|
+
igniteuiWebcomponentsCore.NativeUIContent.ax(this.ba.m(), [7, 7, 3, 0, 0, 0, 0, 7, 0], function (a) {
|
|
5702
5702
|
var b = a[0];
|
|
5703
5703
|
var c = a[1];
|
|
5704
5704
|
var d = a[2];
|
|
@@ -5709,8 +5709,8 @@
|
|
|
5709
5709
|
var i = a[7];
|
|
5710
5710
|
var j = a[8];
|
|
5711
5711
|
j.h = 3;
|
|
5712
|
-
i.
|
|
5713
|
-
i.
|
|
5712
|
+
i.bh = new igniteuiWebcomponentsCore.Thickness(1, 0, 0, 2, 0);
|
|
5713
|
+
i.ba = igniteuiWebcomponentsCore.BrushUtil.l(255, 100, 100, 100);
|
|
5714
5714
|
b.f = 3;
|
|
5715
5715
|
b.h = 3;
|
|
5716
5716
|
c.f = 3;
|
|
@@ -5726,45 +5726,45 @@
|
|
|
5726
5726
|
h.h = 3;
|
|
5727
5727
|
i.f = 0;
|
|
5728
5728
|
i.h = 3;
|
|
5729
|
-
b.
|
|
5730
|
-
b.
|
|
5731
|
-
b.
|
|
5732
|
-
b.
|
|
5733
|
-
c.
|
|
5734
|
-
c.
|
|
5735
|
-
c.
|
|
5736
|
-
b.
|
|
5737
|
-
b.
|
|
5738
|
-
b.
|
|
5739
|
-
b.
|
|
5740
|
-
c.
|
|
5741
|
-
c.
|
|
5742
|
-
c.
|
|
5743
|
-
c.
|
|
5744
|
-
b.
|
|
5745
|
-
b.
|
|
5746
|
-
b.
|
|
5747
|
-
b.
|
|
5748
|
-
h.
|
|
5749
|
-
h.
|
|
5750
|
-
b.
|
|
5751
|
-
b.
|
|
5752
|
-
i.
|
|
5753
|
-
i.
|
|
5754
|
-
i.
|
|
5729
|
+
b.b5(0, 0, 0);
|
|
5730
|
+
b.b5(1, 0, 0);
|
|
5731
|
+
b.b6(2, 2, 1, 0);
|
|
5732
|
+
b.b4(0, 2, 1, 0);
|
|
5733
|
+
c.b5(0, 0, 0);
|
|
5734
|
+
c.b3(0, 0, 0);
|
|
5735
|
+
c.b4(1, 2, 1, 200);
|
|
5736
|
+
b.cd(d, 0);
|
|
5737
|
+
b.cb(d, 0);
|
|
5738
|
+
b.cd(c, 1);
|
|
5739
|
+
b.cb(c, 0);
|
|
5740
|
+
c.cd(e, 0);
|
|
5741
|
+
c.cb(e, 0);
|
|
5742
|
+
c.cd(f, 0);
|
|
5743
|
+
c.cb(f, 1);
|
|
5744
|
+
b.cd(g, 2);
|
|
5745
|
+
b.cb(g, 0);
|
|
5746
|
+
b.cd(h, 2);
|
|
5747
|
+
b.cb(h, 0);
|
|
5748
|
+
h.bk = 1;
|
|
5749
|
+
h.a9 = igniteuiWebcomponentsCore.BrushUtil.l(255, 255, 255, 255);
|
|
5750
|
+
b.cd(i, 2);
|
|
5751
|
+
b.cb(i, 0);
|
|
5752
|
+
i.bk = 1;
|
|
5753
|
+
i.a9 = igniteuiWebcomponentsCore.BrushUtil.l(255, 255, 255, 255);
|
|
5754
|
+
i.bo(j);
|
|
5755
5755
|
_this.ba.r(i);
|
|
5756
|
-
b.
|
|
5757
|
-
b.
|
|
5758
|
-
c.
|
|
5759
|
-
c.
|
|
5760
|
-
b.
|
|
5761
|
-
b.
|
|
5762
|
-
b.
|
|
5756
|
+
b.bo(d);
|
|
5757
|
+
b.bo(c);
|
|
5758
|
+
c.bo(e);
|
|
5759
|
+
c.bo(f);
|
|
5760
|
+
b.bo(g);
|
|
5761
|
+
b.bo(h);
|
|
5762
|
+
b.bo(i);
|
|
5763
5763
|
_this.ba.o(b);
|
|
5764
5764
|
_this.b9 = f;
|
|
5765
5765
|
_this.b8 = e;
|
|
5766
5766
|
_this.cb = d;
|
|
5767
|
-
_this.cb.
|
|
5767
|
+
_this.cb.bl = _this.b3();
|
|
5768
5768
|
_this.b5 = g;
|
|
5769
5769
|
_this.b7 = h;
|
|
5770
5770
|
_this.ca = i;
|
|
@@ -5842,7 +5842,7 @@
|
|
|
5842
5842
|
this.ij();
|
|
5843
5843
|
break;
|
|
5844
5844
|
case "TileTitle":
|
|
5845
|
-
this.cb.
|
|
5845
|
+
this.cb.bn = c;
|
|
5846
5846
|
break;
|
|
5847
5847
|
case "ActualItemsSource":
|
|
5848
5848
|
this.cv = true;
|
|
@@ -6063,20 +6063,20 @@
|
|
|
6063
6063
|
};
|
|
6064
6064
|
DashboardTile.prototype.iy = function () {
|
|
6065
6065
|
if (this.b7 != null) {
|
|
6066
|
-
this.b7.
|
|
6066
|
+
this.b7.bk = this.b7.bk == 0 ? 1 : 0;
|
|
6067
6067
|
}
|
|
6068
6068
|
};
|
|
6069
6069
|
DashboardTile.prototype.ix = function () {
|
|
6070
6070
|
var _this = this;
|
|
6071
6071
|
if (this.ca != null) {
|
|
6072
6072
|
var a = this.je();
|
|
6073
|
-
var b = this.ca.
|
|
6073
|
+
var b = this.ca.bk == 1;
|
|
6074
6074
|
if (b) {
|
|
6075
|
-
this.ca.
|
|
6075
|
+
this.ca.bk = 0;
|
|
6076
6076
|
}
|
|
6077
6077
|
this.hk(a.width);
|
|
6078
6078
|
if (b) {
|
|
6079
|
-
this.ca.
|
|
6079
|
+
this.ca.bk = 1;
|
|
6080
6080
|
}
|
|
6081
6081
|
var c = 1;
|
|
6082
6082
|
if (this.cu) {
|
|
@@ -6085,7 +6085,7 @@
|
|
|
6085
6085
|
this.cu = !this.cu;
|
|
6086
6086
|
this.ig(this.b4, c);
|
|
6087
6087
|
if (b) {
|
|
6088
|
-
this.b4.ready.f(function (d) { return _this.ca.
|
|
6088
|
+
this.b4.ready.f(function (d) { return _this.ca.bk = 0; });
|
|
6089
6089
|
}
|
|
6090
6090
|
}
|
|
6091
6091
|
};
|
|
@@ -6095,12 +6095,12 @@
|
|
|
6095
6095
|
a = this.ev.cs();
|
|
6096
6096
|
}
|
|
6097
6097
|
else {
|
|
6098
|
-
a = this.ca.
|
|
6098
|
+
a = this.ca.bg(new igniteuiWebcomponentsCore.Size(1, Number.POSITIVE_INFINITY, Number.POSITIVE_INFINITY));
|
|
6099
6099
|
}
|
|
6100
6100
|
if (a.width != this.ee) {
|
|
6101
6101
|
this.b4 = null;
|
|
6102
6102
|
this.ee = a.width;
|
|
6103
|
-
this.ca.
|
|
6103
|
+
this.ca.af = this.ee;
|
|
6104
6104
|
}
|
|
6105
6105
|
return a;
|
|
6106
6106
|
};
|
|
@@ -6739,7 +6739,7 @@
|
|
|
6739
6739
|
else {
|
|
6740
6740
|
var d_2 = null;
|
|
6741
6741
|
c.ho(function (e) {
|
|
6742
|
-
d_2 = e.
|
|
6742
|
+
d_2 = e.adu;
|
|
6743
6743
|
c.ja = d_2;
|
|
6744
6744
|
});
|
|
6745
6745
|
}
|
|
@@ -9268,6 +9268,7 @@
|
|
|
9268
9268
|
igniteuiWebcomponentsCharts.IgcDataLegendModule.register();
|
|
9269
9269
|
igniteuiWebcomponentsCharts.IgcChartSortDescriptionModule.register();
|
|
9270
9270
|
igniteuiWebcomponentsCharts.IgcChartGroupDescriptionModule.register();
|
|
9271
|
+
igniteuiWebcomponentsCharts.IgcChartSummaryDescriptionModule.register();
|
|
9271
9272
|
IgcDashboardTileComponent.register();
|
|
9272
9273
|
igniteuiWebcomponentsCore.TypeRegistrar.registerCons('IgcDashboardTileComponent', IgcDashboardTileComponent);
|
|
9273
9274
|
igniteuiWebcomponentsCore.TypeRegistrar.registerCons('IgcDashboardTileComponent', IgcDashboardTileComponent);
|