igniteui-webcomponents-excel 5.4.0-beta.0 → 5.4.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-excel.umd.js +37 -0
- package/bundles/igniteui-webcomponents-excel.umd.min.js +1 -1
- package/esm2015/lib/DefaultStyleHelper_combined.js +34 -0
- package/esm2015/lib/WorkbookLoadManagerExcel2007_combined.js +3 -0
- package/esm5/lib/DefaultStyleHelper_combined.js +34 -0
- package/esm5/lib/WorkbookLoadManagerExcel2007_combined.js +3 -0
- package/fesm2015/igniteui-webcomponents-excel.js +37 -0
- package/fesm5/igniteui-webcomponents-excel.js +37 -0
- package/package.json +2 -2
|
@@ -168734,6 +168734,40 @@
|
|
|
168734
168734
|
a.r.x(b, h);
|
|
168735
168735
|
a.s.x(b, h);
|
|
168736
168736
|
}
|
|
168737
|
+
var i = c != ' ';
|
|
168738
|
+
if (i) {
|
|
168739
|
+
d = a.a.f(a.s.toString());
|
|
168740
|
+
if (d < a.j) {
|
|
168741
|
+
while (true) {
|
|
168742
|
+
a.r.x(b, c.toString());
|
|
168743
|
+
a.s.x(b, c.toString());
|
|
168744
|
+
var j = a.a.e(a.s.toString());
|
|
168745
|
+
if (j > a.j) {
|
|
168746
|
+
a.r.y(b, 1);
|
|
168747
|
+
a.s.y(b, 1);
|
|
168748
|
+
break;
|
|
168749
|
+
}
|
|
168750
|
+
g++;
|
|
168751
|
+
d = igniteuiWebcomponentsCore.truncate(j);
|
|
168752
|
+
}
|
|
168753
|
+
a.k = g;
|
|
168754
|
+
}
|
|
168755
|
+
else {
|
|
168756
|
+
while (d > a.j) {
|
|
168757
|
+
g--;
|
|
168758
|
+
if (g < 0) {
|
|
168759
|
+
break;
|
|
168760
|
+
}
|
|
168761
|
+
a.r.y(b, 1);
|
|
168762
|
+
a.s.y(b, 1);
|
|
168763
|
+
d = a.a.f(a.s.toString());
|
|
168764
|
+
}
|
|
168765
|
+
if (g <= 0) {
|
|
168766
|
+
a.l = -1;
|
|
168767
|
+
}
|
|
168768
|
+
a.k = g;
|
|
168769
|
+
}
|
|
168770
|
+
}
|
|
168737
168771
|
return {
|
|
168738
168772
|
p3: d
|
|
168739
168773
|
};
|
|
@@ -293611,6 +293645,9 @@
|
|
|
293611
293645
|
if (b._t.count == 1 && a.e.indexOf(' ') < 0) {
|
|
293612
293646
|
c = b._d;
|
|
293613
293647
|
}
|
|
293648
|
+
else if (b._t.count == 2 && a.e.indexOf(' ') > 0) {
|
|
293649
|
+
c = b._d;
|
|
293650
|
+
}
|
|
293614
293651
|
else {
|
|
293615
293652
|
c = this.bl._getCell1("A1", 1);
|
|
293616
293653
|
}
|