igniteui-webcomponents-excel 4.7.1 → 4.7.2-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-webcomponents-excel.umd.js +781 -655
- package/bundles/igniteui-webcomponents-excel.umd.min.js +1 -1
- package/esm2015/lib/AlignmentInfo.js +4 -4
- package/esm2015/lib/BiffRecordStream.js +7 -7
- package/esm2015/lib/CellFormatValue.js +1 -1
- package/esm2015/lib/ConditionalFormattingUtils.js +1 -1
- package/esm2015/lib/DefaultStyleHelper_combined.js +543 -457
- package/esm2015/lib/DomTextMetricsProvider.js +8 -8
- package/esm2015/lib/JapaneseCalendar.js +1 -1
- package/esm2015/lib/ObjectModelDrawingPartManager_ShapeLoader_ShapeTypeCreator.js +1 -1
- package/esm2015/lib/PackagePart_combined.js +1 -1
- package/esm2015/lib/ProtectionInfo.js +8 -5
- package/esm2015/lib/SgmlReader.js +1 -1
- package/esm2015/lib/UltraCalcFunctionCell.js +1 -1
- package/esm2015/lib/UltraCalcFunctionComplex.js +1 -1
- package/esm2015/lib/UltraCalcFunctionDateDiff.js +1 -1
- package/esm2015/lib/UltraCalcFunctionHLookup.js +1 -1
- package/esm2015/lib/UltraCalcFunctionLookup.js +1 -1
- package/esm2015/lib/UltraCalcFunctionMatch.js +1 -1
- package/esm2015/lib/UltraCalcFunctionRoman.js +1 -1
- package/esm2015/lib/UltraCalcFunctionText.js +1 -1
- package/esm2015/lib/UltraCalcFunctionUSDollar.js +1 -1
- package/esm2015/lib/UltraCalcFunctionVLookup.js +1 -1
- package/esm2015/lib/WorkbookLoadManagerExcel2007_combined.js +7 -7
- package/esm2015/lib/WorkbookSaveManagerExcel2003_combined.js +175 -166
- package/esm5/lib/AlignmentInfo.js +4 -4
- package/esm5/lib/BiffRecordStream.js +7 -7
- package/esm5/lib/CellFormatValue.js +1 -1
- package/esm5/lib/ConditionalFormattingUtils.js +1 -1
- package/esm5/lib/DefaultStyleHelper_combined.js +570 -456
- package/esm5/lib/DomTextMetricsProvider.js +8 -8
- package/esm5/lib/JapaneseCalendar.js +1 -1
- package/esm5/lib/ObjectModelDrawingPartManager_ShapeLoader_ShapeTypeCreator.js +1 -1
- package/esm5/lib/PackagePart_combined.js +1 -1
- package/esm5/lib/ProtectionInfo.js +8 -5
- package/esm5/lib/SgmlReader.js +1 -1
- package/esm5/lib/UltraCalcFunctionCell.js +1 -1
- package/esm5/lib/UltraCalcFunctionComplex.js +1 -1
- package/esm5/lib/UltraCalcFunctionDateDiff.js +1 -1
- package/esm5/lib/UltraCalcFunctionHLookup.js +1 -1
- package/esm5/lib/UltraCalcFunctionLookup.js +1 -1
- package/esm5/lib/UltraCalcFunctionMatch.js +1 -1
- package/esm5/lib/UltraCalcFunctionRoman.js +1 -1
- package/esm5/lib/UltraCalcFunctionText.js +1 -1
- package/esm5/lib/UltraCalcFunctionUSDollar.js +1 -1
- package/esm5/lib/UltraCalcFunctionVLookup.js +1 -1
- package/esm5/lib/WorkbookLoadManagerExcel2007_combined.js +7 -7
- package/esm5/lib/WorkbookSaveManagerExcel2003_combined.js +175 -166
- package/fesm2015/igniteui-webcomponents-excel.js +754 -656
- package/fesm5/igniteui-webcomponents-excel.js +781 -655
- package/lib/BiffRecordStream.d.ts +2 -2
- package/lib/CellFormatValue.d.ts +5 -4
- package/lib/DefaultStyleHelper_combined.d.ts +82 -65
- package/lib/DomTextMetricsProvider.d.ts +1 -1
- package/lib/JapaneseCalendar.d.ts +1 -1
- package/lib/WorkbookLoadManagerExcel2007_combined.d.ts +5 -5
- package/lib/WorkbookSaveManagerExcel2003_combined.d.ts +3 -3
- package/package.json +2 -2
|
@@ -2038,13 +2038,13 @@ var ExcelUtils = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2038
2038
|
if (e === void 0) {
|
|
2039
2039
|
e = 0;
|
|
2040
2040
|
}
|
|
2041
|
-
b.
|
|
2041
|
+
b._bm(c, a._aj(c), d, e);
|
|
2042
2042
|
};
|
|
2043
2043
|
ExcelUtils.fd = function (a, b, c) {
|
|
2044
|
-
b.
|
|
2044
|
+
b._dx(c, a._df(c));
|
|
2045
2045
|
};
|
|
2046
2046
|
ExcelUtils.fe = function (a, b, c) {
|
|
2047
|
-
b.
|
|
2047
|
+
b._bl(c, a._df(c));
|
|
2048
2048
|
};
|
|
2049
2049
|
ExcelUtils.fg = function (a, b, c, d, e, f, g) {
|
|
2050
2050
|
if (d === void 0) {
|
|
@@ -2061,7 +2061,7 @@ var ExcelUtils = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2061
2061
|
}
|
|
2062
2062
|
if (d) {
|
|
2063
2063
|
var h = 0;
|
|
2064
|
-
for (var i = 1; i !=
|
|
2064
|
+
for (var i = 1; i != -2147483648; i = (i << 1)) {
|
|
2065
2065
|
if ((c & i) == 0) {
|
|
2066
2066
|
continue;
|
|
2067
2067
|
}
|
|
@@ -2081,10 +2081,10 @@ var ExcelUtils = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2081
2081
|
}
|
|
2082
2082
|
j = l;
|
|
2083
2083
|
}
|
|
2084
|
-
b.
|
|
2084
|
+
b._bm(33554432, j, e, f);
|
|
2085
2085
|
c &= ~33554432;
|
|
2086
2086
|
}
|
|
2087
|
-
for (var m = 1; m !=
|
|
2087
|
+
for (var m = 1; m != -2147483648; m = (m << 1)) {
|
|
2088
2088
|
if ((c & m) == 0) {
|
|
2089
2089
|
continue;
|
|
2090
2090
|
}
|
|
@@ -2104,7 +2104,7 @@ var ExcelUtils = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2104
2104
|
break;
|
|
2105
2105
|
}
|
|
2106
2106
|
}
|
|
2107
|
-
b.
|
|
2107
|
+
b._bm(m, n, e, f);
|
|
2108
2108
|
}
|
|
2109
2109
|
}
|
|
2110
2110
|
};
|
|
@@ -2816,13 +2816,13 @@ var ExcelUtils = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2816
2816
|
b |= 208404542;
|
|
2817
2817
|
}
|
|
2818
2818
|
if ((a & 16) != 0) {
|
|
2819
|
-
b |=
|
|
2819
|
+
b |= -2147483584;
|
|
2820
2820
|
}
|
|
2821
2821
|
if ((a & 4) != 0) {
|
|
2822
2822
|
b |= 32640;
|
|
2823
2823
|
}
|
|
2824
2824
|
if ((a & 1) != 0) {
|
|
2825
|
-
b |=
|
|
2825
|
+
b |= -2147418112;
|
|
2826
2826
|
}
|
|
2827
2827
|
if ((a & 32) != 0) {
|
|
2828
2828
|
b |= 1074790400;
|
|
@@ -3428,7 +3428,7 @@ var ExcelUtils = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3428
3428
|
else {
|
|
3429
3429
|
ExcelUtils.cd.clear();
|
|
3430
3430
|
}
|
|
3431
|
-
for (var e = 1; e !=
|
|
3431
|
+
for (var e = 1; e != -2147483648; e = (e << 1)) {
|
|
3432
3432
|
if ((a & e) == 0) {
|
|
3433
3433
|
continue;
|
|
3434
3434
|
}
|
|
@@ -4619,14 +4619,14 @@ var ExcelUtils = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
4619
4619
|
}
|
|
4620
4620
|
};
|
|
4621
4621
|
ExcelUtils.d1 = function (a, b, c, d, e, f) {
|
|
4622
|
-
var g = a._b4(b, c).
|
|
4622
|
+
var g = a._b4(b, c)._df(f);
|
|
4623
4623
|
if (0 <= e && WorksheetCellFormatData._cf(f, g)) {
|
|
4624
|
-
g = a._b4(d, e).
|
|
4624
|
+
g = a._b4(d, e)._df(ExcelUtils.n(f));
|
|
4625
4625
|
}
|
|
4626
4626
|
return g;
|
|
4627
4627
|
};
|
|
4628
4628
|
ExcelUtils.d2 = function (a, b, c) {
|
|
4629
|
-
var d = WorksheetCellFormatData.
|
|
4629
|
+
var d = WorksheetCellFormatData._da(c);
|
|
4630
4630
|
if (a != null && a._hasCellFormat) {
|
|
4631
4631
|
d = a._cellFormatInternal._aj(c);
|
|
4632
4632
|
}
|
|
@@ -4922,7 +4922,7 @@ var ExcelUtils = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
4922
4922
|
var h = ExcelUtils.l(g);
|
|
4923
4923
|
var i = b._aj(h);
|
|
4924
4924
|
if (WorksheetCellFormatData._cf(h, i) == false && a._aa(f)) {
|
|
4925
|
-
a.
|
|
4925
|
+
a._bm(f, i, true, e);
|
|
4926
4926
|
}
|
|
4927
4927
|
if (Base.equalsStatic(b._aj(g), d) == false) {
|
|
4928
4928
|
b._as(g, 1);
|
|
@@ -10997,7 +10997,7 @@ var Workbook = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
10997
10997
|
var c_1 = this._styles$i.normalStyle._i;
|
|
10998
10998
|
var d = b._g(c_1, "0", toNullable(Size.$, null), false, false);
|
|
10999
10999
|
var e_48;
|
|
11000
|
-
if (((function () { var f = Workbook._d4.tryGetValue(c_1.
|
|
11000
|
+
if (((function () { var f = Workbook._d4.tryGetValue(c_1._dh, e_48); e_48 = f.p1; return f.ret; })())) {
|
|
11001
11001
|
var f_2 = (c_1._cq / 20);
|
|
11002
11002
|
var g_2;
|
|
11003
11003
|
if (((function () { var h = e_48._d(f_2, g_2); g_2 = h.p1; return h.ret; })())) {
|
|
@@ -11645,26 +11645,27 @@ var WorksheetCellFormatData = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
11645
11645
|
_this._bc = null;
|
|
11646
11646
|
_this._ai = 0;
|
|
11647
11647
|
_this._cz = toNullable(Boolean_$type, null);
|
|
11648
|
+
_this._c0 = toNullable(Boolean_$type, null);
|
|
11648
11649
|
_this._av = 0;
|
|
11649
11650
|
_this._bd = null;
|
|
11650
11651
|
_this._aj = 0;
|
|
11651
11652
|
_this._ck = 0;
|
|
11652
|
-
_this.
|
|
11653
|
+
_this._c1 = toNullable(Boolean_$type, null);
|
|
11653
11654
|
_this._bq = null;
|
|
11654
11655
|
_this._be = null;
|
|
11655
11656
|
_this._ak = 0;
|
|
11656
11657
|
_this._b0 = 0;
|
|
11657
11658
|
_this._b2 = null;
|
|
11658
11659
|
_this._a7 = 0;
|
|
11659
|
-
_this.
|
|
11660
|
+
_this._c2 = toNullable(Boolean_$type, null);
|
|
11660
11661
|
_this._cy = toNullable(Boolean_$type, null);
|
|
11661
11662
|
_this._b0 = b;
|
|
11662
|
-
_this.
|
|
11663
|
+
_this._dt(63);
|
|
11663
11664
|
return _this;
|
|
11664
11665
|
}
|
|
11665
11666
|
WorksheetCellFormatData.prototype.resolveDefaults = function (a) {
|
|
11666
11667
|
if (nullableEquals(a._bold$i, null)) {
|
|
11667
|
-
a._bold$i = this.
|
|
11668
|
+
a._bold$i = this._c3;
|
|
11668
11669
|
}
|
|
11669
11670
|
if (WorkbookColorInfo.l_op_Equality(a.colorInfo, null)) {
|
|
11670
11671
|
a.colorInfo = this._bh;
|
|
@@ -11674,13 +11675,13 @@ var WorksheetCellFormatData = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
11674
11675
|
a.height = this._cq;
|
|
11675
11676
|
}
|
|
11676
11677
|
if (nullableEquals(a._italic$i, null)) {
|
|
11677
|
-
a._italic$i = this.
|
|
11678
|
+
a._italic$i = this._c4;
|
|
11678
11679
|
}
|
|
11679
11680
|
if (a.name == null) {
|
|
11680
|
-
a.name = this.
|
|
11681
|
+
a.name = this._dh;
|
|
11681
11682
|
}
|
|
11682
11683
|
if (nullableEquals(a._strikeout$i, null)) {
|
|
11683
|
-
a._strikeout$i = this.
|
|
11684
|
+
a._strikeout$i = this._c5;
|
|
11684
11685
|
}
|
|
11685
11686
|
if (a.superscriptSubscriptStyle == -1) {
|
|
11686
11687
|
a.superscriptSubscriptStyle = this._a0;
|
|
@@ -11720,17 +11721,18 @@ var WorksheetCellFormatData = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
11720
11721
|
c._bc = b ? ExcelUtils.ai(this._bc, this.v) : this._bc;
|
|
11721
11722
|
c._ai = this._ai;
|
|
11722
11723
|
c._cz = this._cz;
|
|
11724
|
+
c._c0 = this._c0;
|
|
11723
11725
|
c._av = this._av;
|
|
11724
11726
|
c._bd = b ? ExcelUtils.ai(this._bd, this.v) : this._bd;
|
|
11725
11727
|
c._aj = this._aj;
|
|
11726
11728
|
c._ck = this._ck;
|
|
11727
|
-
c.
|
|
11729
|
+
c._c1 = this._c1;
|
|
11728
11730
|
c._be = b ? ExcelUtils.ai(this._be, this.v) : this._be;
|
|
11729
11731
|
c._ak = this._ak;
|
|
11730
11732
|
c._b0 = this._b0;
|
|
11731
11733
|
c._b2 = this._b2;
|
|
11732
11734
|
c._a7 = this._a7;
|
|
11733
|
-
c.
|
|
11735
|
+
c._c2 = this._c2;
|
|
11734
11736
|
if (this._bt != null) {
|
|
11735
11737
|
c._bt = this._bt._bv(a, b);
|
|
11736
11738
|
}
|
|
@@ -11788,9 +11790,9 @@ var WorksheetCellFormatData = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
11788
11790
|
a ^= this._bo.d.getHashCode() << 1;
|
|
11789
11791
|
}
|
|
11790
11792
|
a ^= this._ci << 2;
|
|
11791
|
-
a ^= ExcelUtils.dm(this.
|
|
11792
|
-
a ^= ExcelUtils.dm(this.
|
|
11793
|
-
a ^= ExcelUtils.dm(this.
|
|
11793
|
+
a ^= ExcelUtils.dm(this._c0) << 3;
|
|
11794
|
+
a ^= ExcelUtils.dm(this._c2) << 4;
|
|
11795
|
+
a ^= ExcelUtils.dm(this._c1) << 5;
|
|
11794
11796
|
a ^= this._a3 << 6;
|
|
11795
11797
|
a ^= this._a7 << 7;
|
|
11796
11798
|
a ^= this._ck << 8;
|
|
@@ -11823,6 +11825,7 @@ var WorksheetCellFormatData = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
11823
11825
|
if (this._b4 == true) {
|
|
11824
11826
|
a ^= 1 << 23;
|
|
11825
11827
|
}
|
|
11828
|
+
a ^= ExcelUtils.dm(this._cz) << 24;
|
|
11826
11829
|
if (this._bq != null) {
|
|
11827
11830
|
a ^= Base.getHashCodeStatic(this._bq);
|
|
11828
11831
|
}
|
|
@@ -11844,10 +11847,13 @@ var WorksheetCellFormatData = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
11844
11847
|
if (nullableNotEquals(this._cz, b._cz)) {
|
|
11845
11848
|
return false;
|
|
11846
11849
|
}
|
|
11847
|
-
if (nullableNotEquals(this.
|
|
11850
|
+
if (nullableNotEquals(this._c0, b._c0)) {
|
|
11848
11851
|
return false;
|
|
11849
11852
|
}
|
|
11850
|
-
if (nullableNotEquals(this.
|
|
11853
|
+
if (nullableNotEquals(this._c2, b._c2)) {
|
|
11854
|
+
return false;
|
|
11855
|
+
}
|
|
11856
|
+
if (nullableNotEquals(this._c1, b._c1)) {
|
|
11851
11857
|
return false;
|
|
11852
11858
|
}
|
|
11853
11859
|
if (this._a3 != b._a3) {
|
|
@@ -11977,31 +11983,33 @@ var WorksheetCellFormatData = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
11977
11983
|
this._bc = b._bc;
|
|
11978
11984
|
this._ai = b._ai;
|
|
11979
11985
|
this._cz = b._cz;
|
|
11986
|
+
this._c0 = b._c0;
|
|
11980
11987
|
this._bd = b._bd;
|
|
11981
11988
|
this._aj = b._aj;
|
|
11982
11989
|
this._ck = b._ck;
|
|
11983
|
-
this.
|
|
11990
|
+
this._c1 = b._c1;
|
|
11984
11991
|
if (this._b1 != 1) {
|
|
11985
11992
|
this._bq = b._bq;
|
|
11986
11993
|
}
|
|
11987
11994
|
this._be = b._be;
|
|
11988
11995
|
this._ak = b._ak;
|
|
11989
11996
|
this._a7 = b._a7;
|
|
11990
|
-
this.
|
|
11997
|
+
this._c2 = b._c2;
|
|
11991
11998
|
this._cx = ExcelUtils.du;
|
|
11992
11999
|
this._cy = ExcelUtils.ds;
|
|
11993
|
-
this.
|
|
11994
|
-
this.
|
|
11995
|
-
this.
|
|
11996
|
-
this.
|
|
11997
|
-
this.
|
|
11998
|
-
this.
|
|
11999
|
-
this.
|
|
12000
|
+
this._ds(2);
|
|
12001
|
+
this._ds(8);
|
|
12002
|
+
this._ds(16);
|
|
12003
|
+
this._ds(4);
|
|
12004
|
+
this._ds(1);
|
|
12005
|
+
this._ds(32);
|
|
12006
|
+
this._dq(c);
|
|
12000
12007
|
}
|
|
12001
12008
|
else {
|
|
12002
12009
|
this._bo.setFontFormatting(a.font);
|
|
12003
12010
|
this.formatString = a.formatString;
|
|
12004
12011
|
this._locked$i = a._locked$i;
|
|
12012
|
+
this._hidden$i = a._hidden$i;
|
|
12005
12013
|
this._wrapText$i = a._wrapText$i;
|
|
12006
12014
|
this._shrinkToFit$i = a._shrinkToFit$i;
|
|
12007
12015
|
this.alignment = a.alignment;
|
|
@@ -12026,7 +12034,7 @@ var WorksheetCellFormatData = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
12026
12034
|
this.formatOptions = a.formatOptions;
|
|
12027
12035
|
}
|
|
12028
12036
|
};
|
|
12029
|
-
WorksheetCellFormatData.prototype.
|
|
12037
|
+
WorksheetCellFormatData.prototype._dj = function (a, b) {
|
|
12030
12038
|
if (this._b1 == 1) {
|
|
12031
12039
|
return;
|
|
12032
12040
|
}
|
|
@@ -12047,9 +12055,9 @@ var WorksheetCellFormatData = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
12047
12055
|
this._bt._a3 = b._a3;
|
|
12048
12056
|
this._bt._cj = b._cj;
|
|
12049
12057
|
this._bt._ck = b._ck;
|
|
12050
|
-
this._bt._c0 = b._c0;
|
|
12051
|
-
this._bt._a7 = b._a7;
|
|
12052
12058
|
this._bt._c1 = b._c1;
|
|
12059
|
+
this._bt._a7 = b._a7;
|
|
12060
|
+
this._bt._c2 = b._c2;
|
|
12053
12061
|
}
|
|
12054
12062
|
this._bt.formatOptions |= 2;
|
|
12055
12063
|
}
|
|
@@ -12084,19 +12092,20 @@ var WorksheetCellFormatData = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
12084
12092
|
if (ExcelUtils.by(a, 32)) {
|
|
12085
12093
|
if (ExcelUtils.by(b.formatOptions, 32)) {
|
|
12086
12094
|
this._bt._cz = b._cz;
|
|
12095
|
+
this._bt._c0 = b._c0;
|
|
12087
12096
|
}
|
|
12088
12097
|
this._bt.formatOptions |= 32;
|
|
12089
12098
|
}
|
|
12090
12099
|
this.formatOptions |= a;
|
|
12091
12100
|
};
|
|
12092
|
-
WorksheetCellFormatData.prototype.
|
|
12101
|
+
WorksheetCellFormatData.prototype._dm = function () {
|
|
12093
12102
|
if (typeCast(GenericCachedCollection$1.$.specialize(WorksheetCellFormatData.$), this.t) !== null) {
|
|
12094
12103
|
return;
|
|
12095
12104
|
}
|
|
12096
12105
|
this.x = true;
|
|
12097
12106
|
this._bp.d._ay();
|
|
12098
12107
|
};
|
|
12099
|
-
WorksheetCellFormatData.
|
|
12108
|
+
WorksheetCellFormatData._da = function (a) {
|
|
12100
12109
|
switch (a) {
|
|
12101
12110
|
case 1: return KnownBoxes.ax;
|
|
12102
12111
|
case 2:
|
|
@@ -12118,6 +12127,7 @@ var WorksheetCellFormatData = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
12118
12127
|
case 1024:
|
|
12119
12128
|
case 4096:
|
|
12120
12129
|
case 1048576:
|
|
12130
|
+
case 1073741824:
|
|
12121
12131
|
case 16777216:
|
|
12122
12132
|
case 536870912: return KnownBoxes.y;
|
|
12123
12133
|
case 512:
|
|
@@ -12184,17 +12194,17 @@ var WorksheetCellFormatData = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
12184
12194
|
}
|
|
12185
12195
|
return a._av;
|
|
12186
12196
|
};
|
|
12187
|
-
WorksheetCellFormatData.prototype.
|
|
12197
|
+
WorksheetCellFormatData.prototype._dc = function (a, b) {
|
|
12188
12198
|
var _this = this;
|
|
12189
12199
|
if (b === void 0) {
|
|
12190
12200
|
b = null;
|
|
12191
12201
|
}
|
|
12192
12202
|
var c;
|
|
12193
|
-
var d = ((function () { var e = _this.
|
|
12194
|
-
if (c == false && b != null && ExcelUtils.a3(a) && Base.equalsStatic(d, WorksheetCellFormatData.
|
|
12203
|
+
var d = ((function () { var e = _this._dd(a, b, c); c = e.p2; return e.ret; })());
|
|
12204
|
+
if (c == false && b != null && ExcelUtils.a3(a) && Base.equalsStatic(d, WorksheetCellFormatData._de(a))) {
|
|
12195
12205
|
var e = ExcelUtils.l(a);
|
|
12196
|
-
var f = this.
|
|
12197
|
-
if (WorksheetCellFormatData._cf(e, f) || Base.equalsStatic(f, WorksheetCellFormatData.
|
|
12206
|
+
var f = this._df(e);
|
|
12207
|
+
if (WorksheetCellFormatData._cf(e, f) || Base.equalsStatic(f, WorksheetCellFormatData._de(e))) {
|
|
12198
12208
|
var g_3;
|
|
12199
12209
|
if (((function () { var h = b(a, g_3); g_3 = h.p1; return h.ret; })())) {
|
|
12200
12210
|
return g_3;
|
|
@@ -12203,10 +12213,10 @@ var WorksheetCellFormatData = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
12203
12213
|
}
|
|
12204
12214
|
return d;
|
|
12205
12215
|
};
|
|
12206
|
-
WorksheetCellFormatData.prototype.
|
|
12216
|
+
WorksheetCellFormatData.prototype._dd = function (a, b, c) {
|
|
12207
12217
|
var _this = this;
|
|
12208
12218
|
c = false;
|
|
12209
|
-
var d = this.
|
|
12219
|
+
var d = this._df(a);
|
|
12210
12220
|
if (WorksheetCellFormatData._cf(a, d) == false) {
|
|
12211
12221
|
return {
|
|
12212
12222
|
ret: d,
|
|
@@ -12230,15 +12240,15 @@ var WorksheetCellFormatData = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
12230
12240
|
}
|
|
12231
12241
|
}
|
|
12232
12242
|
var f;
|
|
12233
|
-
d = ((function () { var g = _this.
|
|
12243
|
+
d = ((function () { var g = _this._db(a, f); f = g.p1; return g.ret; })());
|
|
12234
12244
|
if (f && this._b1 != 1) {
|
|
12235
12245
|
if (ExcelUtils.by(this.formatOptions, e)) {
|
|
12236
12246
|
if (this._bt != null) {
|
|
12237
|
-
d = this._bt.
|
|
12247
|
+
d = this._bt._dc(a);
|
|
12238
12248
|
}
|
|
12239
12249
|
}
|
|
12240
12250
|
else if (this.style != null) {
|
|
12241
|
-
d = this.style._i.
|
|
12251
|
+
d = this.style._i._dc(a);
|
|
12242
12252
|
}
|
|
12243
12253
|
}
|
|
12244
12254
|
return {
|
|
@@ -12246,7 +12256,7 @@ var WorksheetCellFormatData = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
12246
12256
|
p2: c
|
|
12247
12257
|
};
|
|
12248
12258
|
};
|
|
12249
|
-
WorksheetCellFormatData.prototype.
|
|
12259
|
+
WorksheetCellFormatData.prototype._df = function (a) {
|
|
12250
12260
|
switch (a) {
|
|
12251
12261
|
case 1: return KnownBoxes.ap(this.alignment);
|
|
12252
12262
|
case 2: return this.bottomBorderColorInfo;
|
|
@@ -12267,6 +12277,7 @@ var WorksheetCellFormatData = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
12267
12277
|
case 131072: return KnownBoxes.at(this.indent);
|
|
12268
12278
|
case 262144: return this.leftBorderColorInfo;
|
|
12269
12279
|
case 524288: return KnownBoxes.al(this.leftBorderStyle);
|
|
12280
|
+
case 1073741824: return KnownBoxes.au(this._hidden$i);
|
|
12270
12281
|
case 1048576: return KnownBoxes.au(this._locked$i);
|
|
12271
12282
|
case 2097152: return this.rightBorderColorInfo;
|
|
12272
12283
|
case 4194304: return KnownBoxes.al(this.rightBorderStyle);
|
|
@@ -12283,11 +12294,11 @@ var WorksheetCellFormatData = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
12283
12294
|
};
|
|
12284
12295
|
WorksheetCellFormatData.prototype._cg = function () {
|
|
12285
12296
|
var a = new List$1(ExtProp.$, 0);
|
|
12286
|
-
this.
|
|
12287
|
-
this.
|
|
12288
|
-
this.
|
|
12289
|
-
this.
|
|
12290
|
-
this.
|
|
12297
|
+
this._dy(this._bf, 8, a);
|
|
12298
|
+
this._dy(this._bg, 11, a);
|
|
12299
|
+
this._dy(this._bk, 9, a);
|
|
12300
|
+
this._dy(this._bl, 10, a);
|
|
12301
|
+
this._dy(this._bm, 7, a);
|
|
12291
12302
|
var b = this._bn(this._bh);
|
|
12292
12303
|
if (WorkbookColorInfo.l_op_Inequality(b, null)) {
|
|
12293
12304
|
a.add(new ExtPropColor(b, 13));
|
|
@@ -12409,6 +12420,9 @@ var WorksheetCellFormatData = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
12409
12420
|
if (nullableNotEquals(this._locked$i, null)) {
|
|
12410
12421
|
b.add(new XFPropBool(1, 43, this._locked$i));
|
|
12411
12422
|
}
|
|
12423
|
+
if (nullableNotEquals(this._hidden$i, null)) {
|
|
12424
|
+
b.add(new XFPropBool(1, 44, this._hidden$i));
|
|
12425
|
+
}
|
|
12412
12426
|
}
|
|
12413
12427
|
}
|
|
12414
12428
|
return b;
|
|
@@ -12420,24 +12434,24 @@ var WorksheetCellFormatData = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
12420
12434
|
if (a == 32768) {
|
|
12421
12435
|
return false;
|
|
12422
12436
|
}
|
|
12423
|
-
return Base.equalsStatic(b, WorksheetCellFormatData.
|
|
12437
|
+
return Base.equalsStatic(b, WorksheetCellFormatData._da(a));
|
|
12424
12438
|
};
|
|
12425
|
-
WorksheetCellFormatData.prototype.
|
|
12426
|
-
if (this.
|
|
12439
|
+
WorksheetCellFormatData.prototype._dp = function () {
|
|
12440
|
+
if (this._dh == "Calibri") {
|
|
12427
12441
|
this._a5 = 2;
|
|
12428
12442
|
}
|
|
12429
|
-
else if (this.
|
|
12443
|
+
else if (this._dh == "Cambria") {
|
|
12430
12444
|
this._a5 = 1;
|
|
12431
12445
|
}
|
|
12432
12446
|
else {
|
|
12433
12447
|
this._a5 = 255;
|
|
12434
12448
|
}
|
|
12435
|
-
this.
|
|
12449
|
+
this._ds(4);
|
|
12436
12450
|
};
|
|
12437
|
-
WorksheetCellFormatData.prototype.
|
|
12438
|
-
this.
|
|
12451
|
+
WorksheetCellFormatData.prototype._du = function (a) {
|
|
12452
|
+
this._dx(a, WorksheetCellFormatData._da(a));
|
|
12439
12453
|
};
|
|
12440
|
-
WorksheetCellFormatData.prototype.
|
|
12454
|
+
WorksheetCellFormatData.prototype._dx = function (a, b) {
|
|
12441
12455
|
switch (a) {
|
|
12442
12456
|
case 1:
|
|
12443
12457
|
this.alignment = EnumUtil.getEnumValue(HorizontalCellAlignment_$type, b);
|
|
@@ -12496,6 +12510,9 @@ var WorksheetCellFormatData = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
12496
12510
|
case 524288:
|
|
12497
12511
|
this.leftBorderStyle = EnumUtil.getEnumValue(CellBorderLineStyle_$type, b);
|
|
12498
12512
|
break;
|
|
12513
|
+
case 1073741824:
|
|
12514
|
+
this._hidden$i = wrapNullable(Boolean_$type, b);
|
|
12515
|
+
break;
|
|
12499
12516
|
case 1048576:
|
|
12500
12517
|
this._locked$i = wrapNullable(Boolean_$type, b);
|
|
12501
12518
|
break;
|
|
@@ -12532,7 +12549,7 @@ var WorksheetCellFormatData = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
12532
12549
|
default: break;
|
|
12533
12550
|
}
|
|
12534
12551
|
};
|
|
12535
|
-
WorksheetCellFormatData.prototype.
|
|
12552
|
+
WorksheetCellFormatData.prototype._dy = function (a, b, c) {
|
|
12536
12553
|
if (WorkbookColorInfo.l_op_Equality(a, null)) {
|
|
12537
12554
|
return;
|
|
12538
12555
|
}
|
|
@@ -12560,7 +12577,7 @@ var WorksheetCellFormatData = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
12560
12577
|
c.add(new ExtPropColor(a, b));
|
|
12561
12578
|
}
|
|
12562
12579
|
};
|
|
12563
|
-
WorksheetCellFormatData.prototype.
|
|
12580
|
+
WorksheetCellFormatData.prototype._dz = function (a, b, c) {
|
|
12564
12581
|
if (WorkbookColorInfo.l_op_Equality(a, null)) {
|
|
12565
12582
|
return;
|
|
12566
12583
|
}
|
|
@@ -12578,7 +12595,7 @@ var WorksheetCellFormatData = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
12578
12595
|
c.add(new XFPropColor(b, a));
|
|
12579
12596
|
}
|
|
12580
12597
|
};
|
|
12581
|
-
WorksheetCellFormatData.
|
|
12598
|
+
WorksheetCellFormatData._dk = function (a) {
|
|
12582
12599
|
if (WorkbookColorInfo.l_op_Equality(a, null)) {
|
|
12583
12600
|
return {
|
|
12584
12601
|
p0: a
|
|
@@ -12599,21 +12616,21 @@ var WorksheetCellFormatData = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
12599
12616
|
};
|
|
12600
12617
|
WorksheetCellFormatData.prototype._bx = function (a) {
|
|
12601
12618
|
var b = 0;
|
|
12602
|
-
var c = this.
|
|
12619
|
+
var c = this._dl(a, 2, b);
|
|
12603
12620
|
b = c.p2;
|
|
12604
|
-
var d = this.
|
|
12621
|
+
var d = this._dl(a, 8, b);
|
|
12605
12622
|
b = d.p2;
|
|
12606
|
-
var e = this.
|
|
12623
|
+
var e = this._dl(a, 16, b);
|
|
12607
12624
|
b = e.p2;
|
|
12608
|
-
var f = this.
|
|
12625
|
+
var f = this._dl(a, 4, b);
|
|
12609
12626
|
b = f.p2;
|
|
12610
|
-
var g = this.
|
|
12627
|
+
var g = this._dl(a, 1, b);
|
|
12611
12628
|
b = g.p2;
|
|
12612
|
-
var h = this.
|
|
12629
|
+
var h = this._dl(a, 32, b);
|
|
12613
12630
|
b = h.p2;
|
|
12614
12631
|
return b;
|
|
12615
12632
|
};
|
|
12616
|
-
WorksheetCellFormatData.prototype.
|
|
12633
|
+
WorksheetCellFormatData.prototype._dl = function (a, b, c) {
|
|
12617
12634
|
if (ExcelUtils.by(a, b)) {
|
|
12618
12635
|
if (this._cb(b) == false) {
|
|
12619
12636
|
c |= b;
|
|
@@ -12644,7 +12661,8 @@ var WorksheetCellFormatData = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
12644
12661
|
case 67108864:
|
|
12645
12662
|
case 134217728: return 8;
|
|
12646
12663
|
case 65536: return 1;
|
|
12647
|
-
case 1048576:
|
|
12664
|
+
case 1048576:
|
|
12665
|
+
case 1073741824: return 32;
|
|
12648
12666
|
case 128:
|
|
12649
12667
|
case 256:
|
|
12650
12668
|
case 512:
|
|
@@ -12660,16 +12678,16 @@ var WorksheetCellFormatData = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
12660
12678
|
};
|
|
12661
12679
|
WorksheetCellFormatData._at = function (a) {
|
|
12662
12680
|
switch (a) {
|
|
12663
|
-
case 1: return
|
|
12681
|
+
case 1: return -2147418112;
|
|
12664
12682
|
case 2: return 830603265;
|
|
12665
12683
|
case 4: return 32640;
|
|
12666
12684
|
case 8: return 208404542;
|
|
12667
|
-
case 16: return
|
|
12685
|
+
case 16: return -2147483584;
|
|
12668
12686
|
case 32: return 1074790400;
|
|
12669
12687
|
default: return 0;
|
|
12670
12688
|
}
|
|
12671
12689
|
};
|
|
12672
|
-
WorksheetCellFormatData.prototype.
|
|
12690
|
+
WorksheetCellFormatData.prototype._dn = function (a, b, c, d) {
|
|
12673
12691
|
var e = ExcelUtils.by(a, b);
|
|
12674
12692
|
var f = ExcelUtils.by(this.formatOptions, b);
|
|
12675
12693
|
if (e != f) {
|
|
@@ -12685,7 +12703,7 @@ var WorksheetCellFormatData = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
12685
12703
|
p3: d
|
|
12686
12704
|
};
|
|
12687
12705
|
};
|
|
12688
|
-
WorksheetCellFormatData.prototype.
|
|
12706
|
+
WorksheetCellFormatData.prototype._db = function (a, b) {
|
|
12689
12707
|
b = true;
|
|
12690
12708
|
switch (a) {
|
|
12691
12709
|
case 32:
|
|
@@ -12703,7 +12721,7 @@ var WorksheetCellFormatData = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
12703
12721
|
case 524288:
|
|
12704
12722
|
case 4194304:
|
|
12705
12723
|
case 134217728:
|
|
12706
|
-
var e = this.
|
|
12724
|
+
var e = this._df(ExcelUtils.l(a));
|
|
12707
12725
|
if (WorkbookColorInfo.l_op_Inequality(e, null)) {
|
|
12708
12726
|
b = false;
|
|
12709
12727
|
return {
|
|
@@ -12714,11 +12732,11 @@ var WorksheetCellFormatData = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
12714
12732
|
break;
|
|
12715
12733
|
}
|
|
12716
12734
|
return {
|
|
12717
|
-
ret: WorksheetCellFormatData.
|
|
12735
|
+
ret: WorksheetCellFormatData._de(a),
|
|
12718
12736
|
p1: b
|
|
12719
12737
|
};
|
|
12720
12738
|
};
|
|
12721
|
-
WorksheetCellFormatData.
|
|
12739
|
+
WorksheetCellFormatData._de = function (a) {
|
|
12722
12740
|
switch (a) {
|
|
12723
12741
|
case 1: return KnownBoxes.a0;
|
|
12724
12742
|
case 2:
|
|
@@ -12746,6 +12764,7 @@ var WorksheetCellFormatData = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
12746
12764
|
case 65536: return "General";
|
|
12747
12765
|
case 131072:
|
|
12748
12766
|
case 8388608: return KnownBoxes.a5;
|
|
12767
|
+
case 1073741824: return KnownBoxes.z;
|
|
12749
12768
|
case 1048576: return KnownBoxes.aa;
|
|
12750
12769
|
case 268435456: return KnownBoxes.bd;
|
|
12751
12770
|
case 33554432:
|
|
@@ -12755,40 +12774,40 @@ var WorksheetCellFormatData = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
12755
12774
|
};
|
|
12756
12775
|
WorksheetCellFormatData.prototype._cb = function (a) {
|
|
12757
12776
|
var b = WorksheetCellFormatData._at(a);
|
|
12758
|
-
for (var c = 1; c !=
|
|
12777
|
+
for (var c = 1; c != -2147483648; c = (c << 1)) {
|
|
12759
12778
|
if ((b & c) == 0) {
|
|
12760
12779
|
continue;
|
|
12761
12780
|
}
|
|
12762
|
-
if (Base.equalsStatic(this.
|
|
12781
|
+
if (Base.equalsStatic(this._dc(c), WorksheetCellFormatData._de(c)) == false) {
|
|
12763
12782
|
return false;
|
|
12764
12783
|
}
|
|
12765
12784
|
}
|
|
12766
12785
|
return true;
|
|
12767
12786
|
};
|
|
12768
|
-
WorksheetCellFormatData.prototype.
|
|
12769
|
-
this.
|
|
12787
|
+
WorksheetCellFormatData.prototype._dr = function (a) {
|
|
12788
|
+
this._ds(WorksheetCellFormatData._by(a));
|
|
12770
12789
|
};
|
|
12771
|
-
WorksheetCellFormatData.prototype.
|
|
12790
|
+
WorksheetCellFormatData.prototype._ds = function (a) {
|
|
12772
12791
|
this._cx = ExcelUtils.du;
|
|
12773
12792
|
this._cy = ExcelUtils.ds;
|
|
12774
12793
|
switch (a) {
|
|
12775
12794
|
case 1:
|
|
12776
|
-
this.
|
|
12795
|
+
this._d3();
|
|
12777
12796
|
break;
|
|
12778
12797
|
case 2:
|
|
12779
|
-
this.
|
|
12798
|
+
this._d0();
|
|
12780
12799
|
break;
|
|
12781
12800
|
case 4:
|
|
12782
|
-
this.
|
|
12801
|
+
this._d2();
|
|
12783
12802
|
break;
|
|
12784
12803
|
case 8:
|
|
12785
|
-
this.
|
|
12804
|
+
this._d1();
|
|
12786
12805
|
break;
|
|
12787
12806
|
case 16:
|
|
12788
|
-
this.
|
|
12807
|
+
this._d4();
|
|
12789
12808
|
break;
|
|
12790
12809
|
case 32:
|
|
12791
|
-
this.
|
|
12810
|
+
this._d5();
|
|
12792
12811
|
break;
|
|
12793
12812
|
default: break;
|
|
12794
12813
|
}
|
|
@@ -12796,7 +12815,7 @@ var WorksheetCellFormatData = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
12796
12815
|
this._b2(a);
|
|
12797
12816
|
}
|
|
12798
12817
|
};
|
|
12799
|
-
WorksheetCellFormatData.prototype.
|
|
12818
|
+
WorksheetCellFormatData.prototype._dt = function (a) {
|
|
12800
12819
|
if (a == 0) {
|
|
12801
12820
|
return;
|
|
12802
12821
|
}
|
|
@@ -12810,8 +12829,8 @@ var WorksheetCellFormatData = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
12810
12829
|
this._a3 = -1;
|
|
12811
12830
|
this._cj = -1;
|
|
12812
12831
|
this._ck = -1;
|
|
12813
|
-
this._c0 = ExcelUtils.ds;
|
|
12814
12832
|
this._c1 = ExcelUtils.ds;
|
|
12833
|
+
this._c2 = ExcelUtils.ds;
|
|
12815
12834
|
this._a7 = -1;
|
|
12816
12835
|
if (this._b2 != null) {
|
|
12817
12836
|
this._b2(2);
|
|
@@ -12852,6 +12871,7 @@ var WorksheetCellFormatData = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
12852
12871
|
}
|
|
12853
12872
|
if (ExcelUtils.by(a, 32)) {
|
|
12854
12873
|
this._cz = ExcelUtils.ds;
|
|
12874
|
+
this._c0 = ExcelUtils.ds;
|
|
12855
12875
|
if (this._b2 != null) {
|
|
12856
12876
|
this._b2(32);
|
|
12857
12877
|
}
|
|
@@ -12865,37 +12885,37 @@ var WorksheetCellFormatData = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
12865
12885
|
}
|
|
12866
12886
|
}
|
|
12867
12887
|
};
|
|
12868
|
-
WorksheetCellFormatData.prototype.
|
|
12888
|
+
WorksheetCellFormatData.prototype._d0 = function () {
|
|
12869
12889
|
var a = this.alignment != -1 || this.indent != -1 || this.rotation != -1 || nullableNotEquals(this._shrinkToFit$i, null) || this.verticalAlignment != -1 || nullableNotEquals(this._wrapText$i, null);
|
|
12870
12890
|
if (a) {
|
|
12871
12891
|
this.formatOptions |= 2;
|
|
12872
12892
|
}
|
|
12873
12893
|
};
|
|
12874
|
-
WorksheetCellFormatData.prototype.
|
|
12894
|
+
WorksheetCellFormatData.prototype._d1 = function () {
|
|
12875
12895
|
if (this._cc()) {
|
|
12876
12896
|
this.formatOptions |= 8;
|
|
12877
12897
|
}
|
|
12878
12898
|
};
|
|
12879
|
-
WorksheetCellFormatData.prototype.
|
|
12899
|
+
WorksheetCellFormatData.prototype._d2 = function () {
|
|
12880
12900
|
var a = (this._bp.d._am == false);
|
|
12881
12901
|
if (a) {
|
|
12882
12902
|
this.formatOptions |= 4;
|
|
12883
12903
|
}
|
|
12884
12904
|
};
|
|
12885
|
-
WorksheetCellFormatData.prototype.
|
|
12905
|
+
WorksheetCellFormatData.prototype._d3 = function () {
|
|
12886
12906
|
var a = this.formatString != null;
|
|
12887
12907
|
if (a) {
|
|
12888
12908
|
this.formatOptions |= 1;
|
|
12889
12909
|
}
|
|
12890
12910
|
};
|
|
12891
|
-
WorksheetCellFormatData.prototype.
|
|
12911
|
+
WorksheetCellFormatData.prototype._d4 = function () {
|
|
12892
12912
|
var a = this.fill != null;
|
|
12893
12913
|
if (a) {
|
|
12894
12914
|
this.formatOptions |= 16;
|
|
12895
12915
|
}
|
|
12896
12916
|
};
|
|
12897
|
-
WorksheetCellFormatData.prototype.
|
|
12898
|
-
var a = nullableNotEquals(this._locked$i, null);
|
|
12917
|
+
WorksheetCellFormatData.prototype._d5 = function () {
|
|
12918
|
+
var a = nullableNotEquals(this._locked$i, null) || nullableNotEquals(this._hidden$i, null);
|
|
12899
12919
|
if (a) {
|
|
12900
12920
|
this.formatOptions |= 32;
|
|
12901
12921
|
}
|
|
@@ -12926,7 +12946,7 @@ var WorksheetCellFormatData = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
12926
12946
|
if (this._a3 != 7) {
|
|
12927
12947
|
this._b6 = false;
|
|
12928
12948
|
}
|
|
12929
|
-
this.
|
|
12949
|
+
this._dr(1);
|
|
12930
12950
|
},
|
|
12931
12951
|
enumerable: false,
|
|
12932
12952
|
configurable: true
|
|
@@ -12940,10 +12960,10 @@ var WorksheetCellFormatData = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
12940
12960
|
if (WorkbookColorInfo.l_op_Equality(this.bottomBorderColorInfo, a)) {
|
|
12941
12961
|
return;
|
|
12942
12962
|
}
|
|
12943
|
-
var b = WorksheetCellFormatData.
|
|
12963
|
+
var b = WorksheetCellFormatData._dk(a);
|
|
12944
12964
|
a = b.p0;
|
|
12945
12965
|
this._ba = a;
|
|
12946
|
-
this.
|
|
12966
|
+
this._dr(2);
|
|
12947
12967
|
},
|
|
12948
12968
|
enumerable: false,
|
|
12949
12969
|
configurable: true
|
|
@@ -12961,7 +12981,7 @@ var WorksheetCellFormatData = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
12961
12981
|
throw new InvalidEnumArgumentException("value", a, CellBorderLineStyle_$type);
|
|
12962
12982
|
}
|
|
12963
12983
|
this._ag = a;
|
|
12964
|
-
this.
|
|
12984
|
+
this._dr(4);
|
|
12965
12985
|
},
|
|
12966
12986
|
enumerable: false,
|
|
12967
12987
|
configurable: true
|
|
@@ -12975,10 +12995,10 @@ var WorksheetCellFormatData = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
12975
12995
|
if (WorkbookColorInfo.l_op_Equality(this.diagonalBorderColorInfo, a)) {
|
|
12976
12996
|
return;
|
|
12977
12997
|
}
|
|
12978
|
-
var b = WorksheetCellFormatData.
|
|
12998
|
+
var b = WorksheetCellFormatData._dk(a);
|
|
12979
12999
|
a = b.p0;
|
|
12980
13000
|
this._bb = a;
|
|
12981
|
-
this.
|
|
13001
|
+
this._dr(8);
|
|
12982
13002
|
},
|
|
12983
13003
|
enumerable: false,
|
|
12984
13004
|
configurable: true
|
|
@@ -12997,7 +13017,7 @@ var WorksheetCellFormatData = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
12997
13017
|
}
|
|
12998
13018
|
this._av = this._au;
|
|
12999
13019
|
this._au = a;
|
|
13000
|
-
this.
|
|
13020
|
+
this._dr(16);
|
|
13001
13021
|
},
|
|
13002
13022
|
enumerable: false,
|
|
13003
13023
|
configurable: true
|
|
@@ -13015,7 +13035,7 @@ var WorksheetCellFormatData = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
13015
13035
|
throw new InvalidEnumArgumentException("value", a, CellBorderLineStyle_$type);
|
|
13016
13036
|
}
|
|
13017
13037
|
this._ah = a;
|
|
13018
|
-
this.
|
|
13038
|
+
this._dr(32);
|
|
13019
13039
|
},
|
|
13020
13040
|
enumerable: false,
|
|
13021
13041
|
configurable: true
|
|
@@ -13030,7 +13050,7 @@ var WorksheetCellFormatData = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
13030
13050
|
return;
|
|
13031
13051
|
}
|
|
13032
13052
|
this._aq = a;
|
|
13033
|
-
this.
|
|
13053
|
+
this._dr(64);
|
|
13034
13054
|
},
|
|
13035
13055
|
enumerable: false,
|
|
13036
13056
|
configurable: true
|
|
@@ -13053,8 +13073,8 @@ var WorksheetCellFormatData = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
13053
13073
|
return;
|
|
13054
13074
|
}
|
|
13055
13075
|
var b = this._bw;
|
|
13056
|
-
this.
|
|
13057
|
-
this.
|
|
13076
|
+
this._dv(a);
|
|
13077
|
+
this._dq(b);
|
|
13058
13078
|
if (this._b2 != null) {
|
|
13059
13079
|
this._b2(63);
|
|
13060
13080
|
}
|
|
@@ -13062,7 +13082,7 @@ var WorksheetCellFormatData = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
13062
13082
|
enumerable: false,
|
|
13063
13083
|
configurable: true
|
|
13064
13084
|
});
|
|
13065
|
-
WorksheetCellFormatData.prototype.
|
|
13085
|
+
WorksheetCellFormatData.prototype._dv = function (a) {
|
|
13066
13086
|
this._bw = a;
|
|
13067
13087
|
this._cx = ExcelUtils.du;
|
|
13068
13088
|
this._cy = ExcelUtils.ds;
|
|
@@ -13070,30 +13090,30 @@ var WorksheetCellFormatData = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
13070
13090
|
this._b2(63);
|
|
13071
13091
|
}
|
|
13072
13092
|
};
|
|
13073
|
-
WorksheetCellFormatData.prototype.
|
|
13093
|
+
WorksheetCellFormatData.prototype._dq = function (a) {
|
|
13074
13094
|
var b = 0;
|
|
13075
13095
|
var c = 0;
|
|
13076
|
-
var d = this.
|
|
13096
|
+
var d = this._dn(a, 1, b, c);
|
|
13077
13097
|
b = d.p2;
|
|
13078
13098
|
c = d.p3;
|
|
13079
|
-
var e = this.
|
|
13099
|
+
var e = this._dn(a, 2, b, c);
|
|
13080
13100
|
b = e.p2;
|
|
13081
13101
|
c = e.p3;
|
|
13082
|
-
var f = this.
|
|
13102
|
+
var f = this._dn(a, 4, b, c);
|
|
13083
13103
|
b = f.p2;
|
|
13084
13104
|
c = f.p3;
|
|
13085
|
-
var g = this.
|
|
13105
|
+
var g = this._dn(a, 8, b, c);
|
|
13086
13106
|
b = g.p2;
|
|
13087
13107
|
c = g.p3;
|
|
13088
|
-
var h = this.
|
|
13108
|
+
var h = this._dn(a, 16, b, c);
|
|
13089
13109
|
b = h.p2;
|
|
13090
13110
|
c = h.p3;
|
|
13091
|
-
var i = this.
|
|
13111
|
+
var i = this._dn(a, 32, b, c);
|
|
13092
13112
|
b = i.p2;
|
|
13093
13113
|
c = i.p3;
|
|
13094
|
-
this.
|
|
13114
|
+
this._dt(b);
|
|
13095
13115
|
if (this.style != null) {
|
|
13096
|
-
this.
|
|
13116
|
+
this._dj(c, this.style._i);
|
|
13097
13117
|
}
|
|
13098
13118
|
};
|
|
13099
13119
|
Object.defineProperty(WorksheetCellFormatData.prototype, "formatString", {
|
|
@@ -13129,7 +13149,7 @@ var WorksheetCellFormatData = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
13129
13149
|
else {
|
|
13130
13150
|
this._ci = -1;
|
|
13131
13151
|
}
|
|
13132
|
-
this.
|
|
13152
|
+
this._dr(65536);
|
|
13133
13153
|
},
|
|
13134
13154
|
enumerable: false,
|
|
13135
13155
|
configurable: true
|
|
@@ -13147,7 +13167,7 @@ var WorksheetCellFormatData = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
13147
13167
|
throw ExcelUtils.w("value", a, ExcelUtils.eh("LE_ArgumentOutOfRangeException_Indent"));
|
|
13148
13168
|
}
|
|
13149
13169
|
this._cj = a;
|
|
13150
|
-
this.
|
|
13170
|
+
this._dr(131072);
|
|
13151
13171
|
},
|
|
13152
13172
|
enumerable: false,
|
|
13153
13173
|
configurable: true
|
|
@@ -13161,10 +13181,10 @@ var WorksheetCellFormatData = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
13161
13181
|
if (WorkbookColorInfo.l_op_Equality(this.leftBorderColorInfo, a)) {
|
|
13162
13182
|
return;
|
|
13163
13183
|
}
|
|
13164
|
-
var b = WorksheetCellFormatData.
|
|
13184
|
+
var b = WorksheetCellFormatData._dk(a);
|
|
13165
13185
|
a = b.p0;
|
|
13166
13186
|
this._bc = a;
|
|
13167
|
-
this.
|
|
13187
|
+
this._dr(262144);
|
|
13168
13188
|
},
|
|
13169
13189
|
enumerable: false,
|
|
13170
13190
|
configurable: true
|
|
@@ -13182,7 +13202,36 @@ var WorksheetCellFormatData = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
13182
13202
|
throw new InvalidEnumArgumentException("value", a, CellBorderLineStyle_$type);
|
|
13183
13203
|
}
|
|
13184
13204
|
this._ai = a;
|
|
13185
|
-
this.
|
|
13205
|
+
this._dr(524288);
|
|
13206
|
+
},
|
|
13207
|
+
enumerable: false,
|
|
13208
|
+
configurable: true
|
|
13209
|
+
});
|
|
13210
|
+
Object.defineProperty(WorksheetCellFormatData.prototype, "hidden", {
|
|
13211
|
+
get: function () {
|
|
13212
|
+
return unwrapNullable(this._hidden$i);
|
|
13213
|
+
},
|
|
13214
|
+
set: function (a) {
|
|
13215
|
+
arguments[0] = wrapNullable(Boolean_$type, arguments[0]);
|
|
13216
|
+
this._hidden$i = arguments[0];
|
|
13217
|
+
},
|
|
13218
|
+
enumerable: false,
|
|
13219
|
+
configurable: true
|
|
13220
|
+
});
|
|
13221
|
+
Object.defineProperty(WorksheetCellFormatData.prototype, "_hidden$i", {
|
|
13222
|
+
get: function () {
|
|
13223
|
+
return this._cz;
|
|
13224
|
+
},
|
|
13225
|
+
set: function (a) {
|
|
13226
|
+
this.af();
|
|
13227
|
+
if (nullableEquals(this._hidden$i, a)) {
|
|
13228
|
+
return;
|
|
13229
|
+
}
|
|
13230
|
+
if (ExcelUtils.a6(a) == false) {
|
|
13231
|
+
throw new InvalidEnumArgumentException("value", ExcelUtils.dm(a), Nullable$1.$.specialize(Boolean_$type));
|
|
13232
|
+
}
|
|
13233
|
+
this._cz = a;
|
|
13234
|
+
this._dr(1073741824);
|
|
13186
13235
|
},
|
|
13187
13236
|
enumerable: false,
|
|
13188
13237
|
configurable: true
|
|
@@ -13200,7 +13249,7 @@ var WorksheetCellFormatData = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
13200
13249
|
});
|
|
13201
13250
|
Object.defineProperty(WorksheetCellFormatData.prototype, "_locked$i", {
|
|
13202
13251
|
get: function () {
|
|
13203
|
-
return this.
|
|
13252
|
+
return this._c0;
|
|
13204
13253
|
},
|
|
13205
13254
|
set: function (a) {
|
|
13206
13255
|
this.af();
|
|
@@ -13210,8 +13259,8 @@ var WorksheetCellFormatData = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
13210
13259
|
if (ExcelUtils.a6(a) == false) {
|
|
13211
13260
|
throw new InvalidEnumArgumentException("value", ExcelUtils.dm(a), Nullable$1.$.specialize(Boolean_$type));
|
|
13212
13261
|
}
|
|
13213
|
-
this.
|
|
13214
|
-
this.
|
|
13262
|
+
this._c0 = a;
|
|
13263
|
+
this._dr(1048576);
|
|
13215
13264
|
},
|
|
13216
13265
|
enumerable: false,
|
|
13217
13266
|
configurable: true
|
|
@@ -13225,10 +13274,10 @@ var WorksheetCellFormatData = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
13225
13274
|
if (WorkbookColorInfo.l_op_Equality(this.rightBorderColorInfo, a)) {
|
|
13226
13275
|
return;
|
|
13227
13276
|
}
|
|
13228
|
-
var b = WorksheetCellFormatData.
|
|
13277
|
+
var b = WorksheetCellFormatData._dk(a);
|
|
13229
13278
|
a = b.p0;
|
|
13230
13279
|
this._bd = a;
|
|
13231
|
-
this.
|
|
13280
|
+
this._dr(2097152);
|
|
13232
13281
|
},
|
|
13233
13282
|
enumerable: false,
|
|
13234
13283
|
configurable: true
|
|
@@ -13246,7 +13295,7 @@ var WorksheetCellFormatData = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
13246
13295
|
throw new InvalidEnumArgumentException("value", a, CellBorderLineStyle_$type);
|
|
13247
13296
|
}
|
|
13248
13297
|
this._aj = a;
|
|
13249
|
-
this.
|
|
13298
|
+
this._dr(4194304);
|
|
13250
13299
|
},
|
|
13251
13300
|
enumerable: false,
|
|
13252
13301
|
configurable: true
|
|
@@ -13261,7 +13310,7 @@ var WorksheetCellFormatData = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
13261
13310
|
return;
|
|
13262
13311
|
}
|
|
13263
13312
|
this._ck = a;
|
|
13264
|
-
this.
|
|
13313
|
+
this._dr(8388608);
|
|
13265
13314
|
},
|
|
13266
13315
|
enumerable: false,
|
|
13267
13316
|
configurable: true
|
|
@@ -13279,7 +13328,7 @@ var WorksheetCellFormatData = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
13279
13328
|
});
|
|
13280
13329
|
Object.defineProperty(WorksheetCellFormatData.prototype, "_shrinkToFit$i", {
|
|
13281
13330
|
get: function () {
|
|
13282
|
-
return this.
|
|
13331
|
+
return this._c1;
|
|
13283
13332
|
},
|
|
13284
13333
|
set: function (a) {
|
|
13285
13334
|
this.af();
|
|
@@ -13289,8 +13338,8 @@ var WorksheetCellFormatData = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
13289
13338
|
if (ExcelUtils.a6(a) == false) {
|
|
13290
13339
|
throw new InvalidEnumArgumentException("value", ExcelUtils.dm(a), Nullable$1.$.specialize(Boolean_$type));
|
|
13291
13340
|
}
|
|
13292
|
-
this.
|
|
13293
|
-
this.
|
|
13341
|
+
this._c1 = a;
|
|
13342
|
+
this._dr(16777216);
|
|
13294
13343
|
},
|
|
13295
13344
|
enumerable: false,
|
|
13296
13345
|
configurable: true
|
|
@@ -13320,7 +13369,7 @@ var WorksheetCellFormatData = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
13320
13369
|
var b = this._bq._i.formatOptions;
|
|
13321
13370
|
b &= ~a._i.formatOptions;
|
|
13322
13371
|
b = this._bx(b);
|
|
13323
|
-
this.
|
|
13372
|
+
this._dj(b, this._bq._i);
|
|
13324
13373
|
}
|
|
13325
13374
|
this._bq = a;
|
|
13326
13375
|
if (this._bq != null && this.t != null) {
|
|
@@ -13336,7 +13385,7 @@ var WorksheetCellFormatData = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
13336
13385
|
enumerable: false,
|
|
13337
13386
|
configurable: true
|
|
13338
13387
|
});
|
|
13339
|
-
WorksheetCellFormatData.prototype.
|
|
13388
|
+
WorksheetCellFormatData.prototype._dw = function (a) {
|
|
13340
13389
|
this._bq = a;
|
|
13341
13390
|
this._cx = ExcelUtils.du;
|
|
13342
13391
|
this._cy = ExcelUtils.ds;
|
|
@@ -13353,10 +13402,10 @@ var WorksheetCellFormatData = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
13353
13402
|
if (WorkbookColorInfo.l_op_Equality(this.topBorderColorInfo, a)) {
|
|
13354
13403
|
return;
|
|
13355
13404
|
}
|
|
13356
|
-
var b = WorksheetCellFormatData.
|
|
13405
|
+
var b = WorksheetCellFormatData._dk(a);
|
|
13357
13406
|
a = b.p0;
|
|
13358
13407
|
this._be = a;
|
|
13359
|
-
this.
|
|
13408
|
+
this._dr(67108864);
|
|
13360
13409
|
},
|
|
13361
13410
|
enumerable: false,
|
|
13362
13411
|
configurable: true
|
|
@@ -13374,7 +13423,7 @@ var WorksheetCellFormatData = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
13374
13423
|
throw new InvalidEnumArgumentException("value", a, CellBorderLineStyle_$type);
|
|
13375
13424
|
}
|
|
13376
13425
|
this._ak = a;
|
|
13377
|
-
this.
|
|
13426
|
+
this._dr(134217728);
|
|
13378
13427
|
},
|
|
13379
13428
|
enumerable: false,
|
|
13380
13429
|
configurable: true
|
|
@@ -13392,7 +13441,7 @@ var WorksheetCellFormatData = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
13392
13441
|
throw new InvalidEnumArgumentException("value", a, VerticalCellAlignment_$type);
|
|
13393
13442
|
}
|
|
13394
13443
|
this._a7 = a;
|
|
13395
|
-
this.
|
|
13444
|
+
this._dr(268435456);
|
|
13396
13445
|
},
|
|
13397
13446
|
enumerable: false,
|
|
13398
13447
|
configurable: true
|
|
@@ -13410,130 +13459,130 @@ var WorksheetCellFormatData = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
13410
13459
|
});
|
|
13411
13460
|
Object.defineProperty(WorksheetCellFormatData.prototype, "_wrapText$i", {
|
|
13412
13461
|
get: function () {
|
|
13413
|
-
return this.
|
|
13462
|
+
return this._c2;
|
|
13414
13463
|
},
|
|
13415
13464
|
set: function (a) {
|
|
13416
13465
|
this.af();
|
|
13417
|
-
if (nullableEquals(this.
|
|
13466
|
+
if (nullableEquals(this._c2, a)) {
|
|
13418
13467
|
return;
|
|
13419
13468
|
}
|
|
13420
13469
|
if (ExcelUtils.a6(a) == false) {
|
|
13421
13470
|
throw new InvalidEnumArgumentException("value", ExcelUtils.dm(a), Nullable$1.$.specialize(Boolean_$type));
|
|
13422
13471
|
}
|
|
13423
|
-
this.
|
|
13424
|
-
this.
|
|
13472
|
+
this._c2 = a;
|
|
13473
|
+
this._dr(536870912);
|
|
13425
13474
|
},
|
|
13426
13475
|
enumerable: false,
|
|
13427
13476
|
configurable: true
|
|
13428
13477
|
});
|
|
13429
13478
|
Object.defineProperty(WorksheetCellFormatData.prototype, "_a4", {
|
|
13430
13479
|
get: function () {
|
|
13431
|
-
return EnumUtil.getEnumValue(HorizontalCellAlignment_$type, this.
|
|
13480
|
+
return EnumUtil.getEnumValue(HorizontalCellAlignment_$type, this._dc(1));
|
|
13432
13481
|
},
|
|
13433
13482
|
enumerable: false,
|
|
13434
13483
|
configurable: true
|
|
13435
13484
|
});
|
|
13436
13485
|
Object.defineProperty(WorksheetCellFormatData.prototype, "_bf", {
|
|
13437
13486
|
get: function () {
|
|
13438
|
-
return this.
|
|
13487
|
+
return this._dc(2);
|
|
13439
13488
|
},
|
|
13440
13489
|
enumerable: false,
|
|
13441
13490
|
configurable: true
|
|
13442
13491
|
});
|
|
13443
13492
|
Object.defineProperty(WorksheetCellFormatData.prototype, "_al", {
|
|
13444
13493
|
get: function () {
|
|
13445
|
-
return EnumUtil.getEnumValue(CellBorderLineStyle_$type, this.
|
|
13494
|
+
return EnumUtil.getEnumValue(CellBorderLineStyle_$type, this._dc(4));
|
|
13446
13495
|
},
|
|
13447
13496
|
enumerable: false,
|
|
13448
13497
|
configurable: true
|
|
13449
13498
|
});
|
|
13450
13499
|
Object.defineProperty(WorksheetCellFormatData.prototype, "_bg", {
|
|
13451
13500
|
get: function () {
|
|
13452
|
-
return this.
|
|
13501
|
+
return this._dc(8);
|
|
13453
13502
|
},
|
|
13454
13503
|
enumerable: false,
|
|
13455
13504
|
configurable: true
|
|
13456
13505
|
});
|
|
13457
13506
|
Object.defineProperty(WorksheetCellFormatData.prototype, "_aw", {
|
|
13458
13507
|
get: function () {
|
|
13459
|
-
return EnumUtil.getEnumValue(DiagonalBorders_$type, this.
|
|
13508
|
+
return EnumUtil.getEnumValue(DiagonalBorders_$type, this._dc(16));
|
|
13460
13509
|
},
|
|
13461
13510
|
enumerable: false,
|
|
13462
13511
|
configurable: true
|
|
13463
13512
|
});
|
|
13464
13513
|
Object.defineProperty(WorksheetCellFormatData.prototype, "_am", {
|
|
13465
13514
|
get: function () {
|
|
13466
|
-
return EnumUtil.getEnumValue(CellBorderLineStyle_$type, this.
|
|
13515
|
+
return EnumUtil.getEnumValue(CellBorderLineStyle_$type, this._dc(32));
|
|
13467
13516
|
},
|
|
13468
13517
|
enumerable: false,
|
|
13469
13518
|
configurable: true
|
|
13470
13519
|
});
|
|
13471
13520
|
Object.defineProperty(WorksheetCellFormatData.prototype, "_ar", {
|
|
13472
13521
|
get: function () {
|
|
13473
|
-
return this.
|
|
13522
|
+
return this._dc(64);
|
|
13474
13523
|
},
|
|
13475
13524
|
enumerable: false,
|
|
13476
13525
|
configurable: true
|
|
13477
13526
|
});
|
|
13478
|
-
Object.defineProperty(WorksheetCellFormatData.prototype, "
|
|
13527
|
+
Object.defineProperty(WorksheetCellFormatData.prototype, "_c3", {
|
|
13479
13528
|
get: function () {
|
|
13480
|
-
return wrapNullable(Boolean_$type, this.
|
|
13529
|
+
return wrapNullable(Boolean_$type, this._dc(128));
|
|
13481
13530
|
},
|
|
13482
13531
|
enumerable: false,
|
|
13483
13532
|
configurable: true
|
|
13484
13533
|
});
|
|
13485
13534
|
Object.defineProperty(WorksheetCellFormatData.prototype, "_bh", {
|
|
13486
13535
|
get: function () {
|
|
13487
|
-
return this.
|
|
13536
|
+
return this._dc(256);
|
|
13488
13537
|
},
|
|
13489
13538
|
enumerable: false,
|
|
13490
13539
|
configurable: true
|
|
13491
13540
|
});
|
|
13492
13541
|
Object.defineProperty(WorksheetCellFormatData.prototype, "_cq", {
|
|
13493
13542
|
get: function () {
|
|
13494
|
-
return typeGetValue(this.
|
|
13543
|
+
return typeGetValue(this._dc(512));
|
|
13495
13544
|
},
|
|
13496
13545
|
enumerable: false,
|
|
13497
13546
|
configurable: true
|
|
13498
13547
|
});
|
|
13499
|
-
Object.defineProperty(WorksheetCellFormatData.prototype, "
|
|
13548
|
+
Object.defineProperty(WorksheetCellFormatData.prototype, "_c4", {
|
|
13500
13549
|
get: function () {
|
|
13501
|
-
return wrapNullable(Boolean_$type, this.
|
|
13550
|
+
return wrapNullable(Boolean_$type, this._dc(1024));
|
|
13502
13551
|
},
|
|
13503
13552
|
enumerable: false,
|
|
13504
13553
|
configurable: true
|
|
13505
13554
|
});
|
|
13506
|
-
Object.defineProperty(WorksheetCellFormatData.prototype, "
|
|
13555
|
+
Object.defineProperty(WorksheetCellFormatData.prototype, "_dh", {
|
|
13507
13556
|
get: function () {
|
|
13508
|
-
return this.
|
|
13557
|
+
return this._dc(2048);
|
|
13509
13558
|
},
|
|
13510
13559
|
enumerable: false,
|
|
13511
13560
|
configurable: true
|
|
13512
13561
|
});
|
|
13513
|
-
Object.defineProperty(WorksheetCellFormatData.prototype, "
|
|
13562
|
+
Object.defineProperty(WorksheetCellFormatData.prototype, "_c5", {
|
|
13514
13563
|
get: function () {
|
|
13515
|
-
return wrapNullable(Boolean_$type, this.
|
|
13564
|
+
return wrapNullable(Boolean_$type, this._dc(4096));
|
|
13516
13565
|
},
|
|
13517
13566
|
enumerable: false,
|
|
13518
13567
|
configurable: true
|
|
13519
13568
|
});
|
|
13520
13569
|
Object.defineProperty(WorksheetCellFormatData.prototype, "_a0", {
|
|
13521
13570
|
get: function () {
|
|
13522
|
-
return EnumUtil.getEnumValue(FontSuperscriptSubscriptStyle_$type, this.
|
|
13571
|
+
return EnumUtil.getEnumValue(FontSuperscriptSubscriptStyle_$type, this._dc(8192));
|
|
13523
13572
|
},
|
|
13524
13573
|
enumerable: false,
|
|
13525
13574
|
configurable: true
|
|
13526
13575
|
});
|
|
13527
13576
|
Object.defineProperty(WorksheetCellFormatData.prototype, "_a1", {
|
|
13528
13577
|
get: function () {
|
|
13529
|
-
return EnumUtil.getEnumValue(FontUnderlineStyle_$type, this.
|
|
13578
|
+
return EnumUtil.getEnumValue(FontUnderlineStyle_$type, this._dc(16384));
|
|
13530
13579
|
},
|
|
13531
13580
|
enumerable: false,
|
|
13532
13581
|
configurable: true
|
|
13533
13582
|
});
|
|
13534
13583
|
Object.defineProperty(WorksheetCellFormatData.prototype, "_bz", {
|
|
13535
13584
|
get: function () {
|
|
13536
|
-
return EnumUtil.getEnumValue(WorksheetCellFormatOptions_$type, this.
|
|
13585
|
+
return EnumUtil.getEnumValue(WorksheetCellFormatOptions_$type, this._dc(32768));
|
|
13537
13586
|
},
|
|
13538
13587
|
enumerable: false,
|
|
13539
13588
|
configurable: true
|
|
@@ -13558,100 +13607,107 @@ var WorksheetCellFormatData = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
13558
13607
|
enumerable: false,
|
|
13559
13608
|
configurable: true
|
|
13560
13609
|
});
|
|
13561
|
-
Object.defineProperty(WorksheetCellFormatData.prototype, "
|
|
13610
|
+
Object.defineProperty(WorksheetCellFormatData.prototype, "_di", {
|
|
13562
13611
|
get: function () {
|
|
13563
|
-
return this.
|
|
13612
|
+
return this._dc(65536);
|
|
13564
13613
|
},
|
|
13565
13614
|
enumerable: false,
|
|
13566
13615
|
configurable: true
|
|
13567
13616
|
});
|
|
13568
13617
|
Object.defineProperty(WorksheetCellFormatData.prototype, "_ct", {
|
|
13569
13618
|
get: function () {
|
|
13570
|
-
return typeGetValue(this.
|
|
13619
|
+
return typeGetValue(this._dc(131072));
|
|
13571
13620
|
},
|
|
13572
13621
|
enumerable: false,
|
|
13573
13622
|
configurable: true
|
|
13574
13623
|
});
|
|
13575
13624
|
Object.defineProperty(WorksheetCellFormatData.prototype, "_bk", {
|
|
13576
13625
|
get: function () {
|
|
13577
|
-
return this.
|
|
13626
|
+
return this._dc(262144);
|
|
13578
13627
|
},
|
|
13579
13628
|
enumerable: false,
|
|
13580
13629
|
configurable: true
|
|
13581
13630
|
});
|
|
13582
13631
|
Object.defineProperty(WorksheetCellFormatData.prototype, "_an", {
|
|
13583
13632
|
get: function () {
|
|
13584
|
-
return EnumUtil.getEnumValue(CellBorderLineStyle_$type, this.
|
|
13633
|
+
return EnumUtil.getEnumValue(CellBorderLineStyle_$type, this._dc(524288));
|
|
13585
13634
|
},
|
|
13586
13635
|
enumerable: false,
|
|
13587
13636
|
configurable: true
|
|
13588
13637
|
});
|
|
13589
|
-
Object.defineProperty(WorksheetCellFormatData.prototype, "
|
|
13638
|
+
Object.defineProperty(WorksheetCellFormatData.prototype, "_c6", {
|
|
13639
|
+
get: function () {
|
|
13640
|
+
return wrapNullable(Boolean_$type, this._dc(1073741824));
|
|
13641
|
+
},
|
|
13642
|
+
enumerable: false,
|
|
13643
|
+
configurable: true
|
|
13644
|
+
});
|
|
13645
|
+
Object.defineProperty(WorksheetCellFormatData.prototype, "_c7", {
|
|
13590
13646
|
get: function () {
|
|
13591
|
-
return wrapNullable(Boolean_$type, this.
|
|
13647
|
+
return wrapNullable(Boolean_$type, this._dc(1048576));
|
|
13592
13648
|
},
|
|
13593
13649
|
enumerable: false,
|
|
13594
13650
|
configurable: true
|
|
13595
13651
|
});
|
|
13596
13652
|
Object.defineProperty(WorksheetCellFormatData.prototype, "_bl", {
|
|
13597
13653
|
get: function () {
|
|
13598
|
-
return this.
|
|
13654
|
+
return this._dc(2097152);
|
|
13599
13655
|
},
|
|
13600
13656
|
enumerable: false,
|
|
13601
13657
|
configurable: true
|
|
13602
13658
|
});
|
|
13603
13659
|
Object.defineProperty(WorksheetCellFormatData.prototype, "_ao", {
|
|
13604
13660
|
get: function () {
|
|
13605
|
-
return EnumUtil.getEnumValue(CellBorderLineStyle_$type, this.
|
|
13661
|
+
return EnumUtil.getEnumValue(CellBorderLineStyle_$type, this._dc(4194304));
|
|
13606
13662
|
},
|
|
13607
13663
|
enumerable: false,
|
|
13608
13664
|
configurable: true
|
|
13609
13665
|
});
|
|
13610
13666
|
Object.defineProperty(WorksheetCellFormatData.prototype, "_cw", {
|
|
13611
13667
|
get: function () {
|
|
13612
|
-
return typeGetValue(this.
|
|
13668
|
+
return typeGetValue(this._dc(8388608));
|
|
13613
13669
|
},
|
|
13614
13670
|
enumerable: false,
|
|
13615
13671
|
configurable: true
|
|
13616
13672
|
});
|
|
13617
|
-
Object.defineProperty(WorksheetCellFormatData.prototype, "
|
|
13673
|
+
Object.defineProperty(WorksheetCellFormatData.prototype, "_c8", {
|
|
13618
13674
|
get: function () {
|
|
13619
|
-
return wrapNullable(Boolean_$type, this.
|
|
13675
|
+
return wrapNullable(Boolean_$type, this._dc(16777216));
|
|
13620
13676
|
},
|
|
13621
13677
|
enumerable: false,
|
|
13622
13678
|
configurable: true
|
|
13623
13679
|
});
|
|
13624
13680
|
Object.defineProperty(WorksheetCellFormatData.prototype, "_bs", {
|
|
13625
13681
|
get: function () {
|
|
13626
|
-
return this.
|
|
13682
|
+
return this._dc(33554432);
|
|
13627
13683
|
},
|
|
13628
13684
|
enumerable: false,
|
|
13629
13685
|
configurable: true
|
|
13630
13686
|
});
|
|
13631
13687
|
Object.defineProperty(WorksheetCellFormatData.prototype, "_bm", {
|
|
13632
13688
|
get: function () {
|
|
13633
|
-
return this.
|
|
13689
|
+
return this._dc(67108864);
|
|
13634
13690
|
},
|
|
13635
13691
|
enumerable: false,
|
|
13636
13692
|
configurable: true
|
|
13637
13693
|
});
|
|
13638
13694
|
Object.defineProperty(WorksheetCellFormatData.prototype, "_ap", {
|
|
13639
13695
|
get: function () {
|
|
13640
|
-
return EnumUtil.getEnumValue(CellBorderLineStyle_$type, this.
|
|
13696
|
+
return EnumUtil.getEnumValue(CellBorderLineStyle_$type, this._dc(134217728));
|
|
13641
13697
|
},
|
|
13642
13698
|
enumerable: false,
|
|
13643
13699
|
configurable: true
|
|
13644
13700
|
});
|
|
13645
13701
|
Object.defineProperty(WorksheetCellFormatData.prototype, "_a9", {
|
|
13646
13702
|
get: function () {
|
|
13647
|
-
return EnumUtil.getEnumValue(VerticalCellAlignment_$type, this.
|
|
13703
|
+
return EnumUtil.getEnumValue(VerticalCellAlignment_$type, this._dc(268435456));
|
|
13648
13704
|
},
|
|
13649
13705
|
enumerable: false,
|
|
13650
13706
|
configurable: true
|
|
13651
13707
|
});
|
|
13652
|
-
Object.defineProperty(WorksheetCellFormatData.prototype, "
|
|
13708
|
+
Object.defineProperty(WorksheetCellFormatData.prototype, "_c9", {
|
|
13653
13709
|
get: function () {
|
|
13654
|
-
return wrapNullable(Boolean_$type, this.
|
|
13710
|
+
return wrapNullable(Boolean_$type, this._dc(536870912));
|
|
13655
13711
|
},
|
|
13656
13712
|
enumerable: false,
|
|
13657
13713
|
configurable: true
|
|
@@ -13755,7 +13811,7 @@ var WorksheetCellFormatData = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
13755
13811
|
});
|
|
13756
13812
|
Object.defineProperty(WorksheetCellFormatData.prototype, "_b7", {
|
|
13757
13813
|
get: function () {
|
|
13758
|
-
if (nullableEquals(this.
|
|
13814
|
+
if (nullableEquals(this._c8, true)) {
|
|
13759
13815
|
if (this._b8) {
|
|
13760
13816
|
return false;
|
|
13761
13817
|
}
|
|
@@ -13806,7 +13862,7 @@ var WorksheetCellFormatData = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
13806
13862
|
this._cy = toNullable(Boolean_$type, true);
|
|
13807
13863
|
break;
|
|
13808
13864
|
default:
|
|
13809
|
-
if (nullableEquals(this.
|
|
13865
|
+
if (nullableEquals(this._c9, true)) {
|
|
13810
13866
|
this._cy = toNullable(Boolean_$type, true);
|
|
13811
13867
|
}
|
|
13812
13868
|
else {
|
|
@@ -13852,7 +13908,7 @@ var WorksheetCellFormatData = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
13852
13908
|
},
|
|
13853
13909
|
set: function (a) {
|
|
13854
13910
|
this._ci = a;
|
|
13855
|
-
this.
|
|
13911
|
+
this._dr(65536);
|
|
13856
13912
|
},
|
|
13857
13913
|
enumerable: false,
|
|
13858
13914
|
configurable: true
|
|
@@ -14059,7 +14115,7 @@ var HtmlTextMetricsProvider = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
14059
14115
|
if (b) {
|
|
14060
14116
|
this._l = this._n();
|
|
14061
14117
|
}
|
|
14062
|
-
this._l.style.fontFamily = a.
|
|
14118
|
+
this._l.style.fontFamily = a._dh;
|
|
14063
14119
|
this._l.style.fontSize = (intDivide(a._cq, 20) * this._o) + "pt";
|
|
14064
14120
|
if (b) {
|
|
14065
14121
|
this._l.innerText = "0";
|
|
@@ -14106,13 +14162,13 @@ var HtmlTextMetricsProvider = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
14106
14162
|
a._as.d = g;
|
|
14107
14163
|
a._as.e = f;
|
|
14108
14164
|
var h = "";
|
|
14109
|
-
if (nullableEquals(a.
|
|
14165
|
+
if (nullableEquals(a._c4, true)) {
|
|
14110
14166
|
h += "italic ";
|
|
14111
14167
|
}
|
|
14112
|
-
if (nullableEquals(a.
|
|
14168
|
+
if (nullableEquals(a._c3, true)) {
|
|
14113
14169
|
h += "bold ";
|
|
14114
14170
|
}
|
|
14115
|
-
h += (intDivide(a._cq, 20) * this._o) + "pt \"" + a.
|
|
14171
|
+
h += (intDivide(a._cq, 20) * this._o) + "pt \"" + a._dh + "\"";
|
|
14116
14172
|
f.font = h;
|
|
14117
14173
|
}
|
|
14118
14174
|
if (!a._as.b) {
|
|
@@ -14166,14 +14222,14 @@ var HtmlTextMetricsProvider = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
14166
14222
|
b.style.position = "relative";
|
|
14167
14223
|
b.style.display = "block";
|
|
14168
14224
|
b.style.visibility = "hidden";
|
|
14169
|
-
b.style.fontFamily = a.
|
|
14225
|
+
b.style.fontFamily = a._dh;
|
|
14170
14226
|
b.style.fontSize = ((intDivide(a._cq, 20) * this._o) + "pt");
|
|
14171
14227
|
b.style.whiteSpace = (c ? "pre-wrap" : "pre");
|
|
14172
14228
|
b.style.overflowWrap = (c ? "break-word" : "normal");
|
|
14173
14229
|
b.style.wordWrap = (c ? "break-word" : "normal");
|
|
14174
14230
|
b.style.textDecoration = (a._a1 != 0 ? "underline" : "none");
|
|
14175
|
-
b.style.fontWeight = (nullableEquals(a.
|
|
14176
|
-
b.style.fontStyle = (nullableEquals(a.
|
|
14231
|
+
b.style.fontWeight = (nullableEquals(a._c3, true) ? "bold" : "normal");
|
|
14232
|
+
b.style.fontStyle = (nullableEquals(a._c4, true) ? "italic" : "normal");
|
|
14177
14233
|
return b;
|
|
14178
14234
|
};
|
|
14179
14235
|
HtmlTextMetricsProvider.$t = markType(HtmlTextMetricsProvider, 'HtmlTextMetricsProvider', TextMetricsProviderBase.$);
|
|
@@ -15301,11 +15357,11 @@ var CellFillPattern = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
15301
15357
|
case 0: break;
|
|
15302
15358
|
case 1:
|
|
15303
15359
|
b.add(new ExtPropColor(d, 4));
|
|
15304
|
-
a.
|
|
15360
|
+
a._dy(c, 5, b);
|
|
15305
15361
|
break;
|
|
15306
15362
|
default:
|
|
15307
15363
|
b.add(new ExtPropColor(c, 5));
|
|
15308
|
-
a.
|
|
15364
|
+
a._dy(d, 4, b);
|
|
15309
15365
|
break;
|
|
15310
15366
|
}
|
|
15311
15367
|
};
|
|
@@ -15325,11 +15381,11 @@ var CellFillPattern = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
15325
15381
|
case 0: break;
|
|
15326
15382
|
case 1:
|
|
15327
15383
|
b.add(new XFPropColor(1, d));
|
|
15328
|
-
a.
|
|
15384
|
+
a._dz(c, 2, b);
|
|
15329
15385
|
break;
|
|
15330
15386
|
default:
|
|
15331
15387
|
b.add(new XFPropColor(2, c));
|
|
15332
|
-
a.
|
|
15388
|
+
a._dz(d, 1, b);
|
|
15333
15389
|
break;
|
|
15334
15390
|
}
|
|
15335
15391
|
}
|
|
@@ -24457,7 +24513,7 @@ var Formula = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
24457
24513
|
if (r._t != n._ch._t) {
|
|
24458
24514
|
continue;
|
|
24459
24515
|
}
|
|
24460
|
-
q = r._w._a7(r._ao).
|
|
24516
|
+
q = r._w._a7(r._ao)._di;
|
|
24461
24517
|
}
|
|
24462
24518
|
else {
|
|
24463
24519
|
var s = p._am();
|
|
@@ -24465,7 +24521,7 @@ var Formula = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
24465
24521
|
continue;
|
|
24466
24522
|
}
|
|
24467
24523
|
var t = s.item(0);
|
|
24468
|
-
q = t._k._a7(t._v).
|
|
24524
|
+
q = t._k._a7(t._v)._di;
|
|
24469
24525
|
}
|
|
24470
24526
|
if (stringEquals1(q, "General", StringUtilities.j)) {
|
|
24471
24527
|
continue;
|
|
@@ -31885,7 +31941,7 @@ var WorksheetCellFormatProxy = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
31885
31941
|
a.b._at(a.c);
|
|
31886
31942
|
};
|
|
31887
31943
|
WorksheetCellFormatProxy._aq = function ($tValue, a, b, c, d, e, f) {
|
|
31888
|
-
ChangeInfo.f(a, WorksheetCellFormatProxy._ad(b), new ChangeInfo$2(WorksheetCellFormatProxy_FormatChangeContext.$, $tValue, EnumUtil.getName(CellFormatValue_$type, b), e, c, function (g, h) { return WorksheetCellFormatProxy.
|
|
31944
|
+
ChangeInfo.f(a, WorksheetCellFormatProxy._ad(b), new ChangeInfo$2(WorksheetCellFormatProxy_FormatChangeContext.$, $tValue, EnumUtil.getName(CellFormatValue_$type, b), e, c, function (g, h) { return WorksheetCellFormatProxy._bp($tValue, g, h, d); }, null, true, f, false, function (g) { return WorksheetCellFormatProxy._ac(g); }, function (g) { return WorksheetCellFormatProxy._al(g); }));
|
|
31889
31945
|
};
|
|
31890
31946
|
WorksheetCellFormatProxy._m = function (a, b) {
|
|
31891
31947
|
var c = new Array(WorksheetCellFormatProxy._af);
|
|
@@ -31905,29 +31961,30 @@ var WorksheetCellFormatProxy = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
31905
31961
|
WorksheetCellFormatProxy._aq(FontSuperscriptSubscriptStyle_$type, c, 8192, function (d) { return d.proxy._u.superscriptSubscriptStyle; }, function (d, e) { return d.proxy._u._j(e, true, -97); }, a, b);
|
|
31906
31962
|
WorksheetCellFormatProxy._aq(FontUnderlineStyle_$type, c, 16384, function (d) { return d.proxy._u.underlineStyle; }, function (d, e) { return d.proxy._u._k(e, true, -97); }, a, b);
|
|
31907
31963
|
WorksheetCellFormatProxy._aq(String_$type, c, 65536, function (d) { return d.proxy.formatString; }, function (d, e) { return d.proxy._a5(e, true, -97); }, a, b);
|
|
31908
|
-
WorksheetCellFormatProxy._aq(Number_$type, c, 131072, function (d) { return d.proxy.indent; }, function (d, e) { return d.proxy.
|
|
31909
|
-
WorksheetCellFormatProxy._aq(WorkbookColorInfo.$, c, 262144, function (d) { return d.proxy.leftBorderColorInfo; }, function (d, e) { return d.proxy.
|
|
31910
|
-
WorksheetCellFormatProxy._aq(CellBorderLineStyle_$type, c, 524288, function (d) { return d.proxy.leftBorderStyle; }, function (d, e) { return d.proxy.
|
|
31911
|
-
WorksheetCellFormatProxy._aq(Nullable$1.$.specialize(Boolean_$type), c,
|
|
31912
|
-
WorksheetCellFormatProxy._aq(
|
|
31913
|
-
WorksheetCellFormatProxy._aq(
|
|
31914
|
-
WorksheetCellFormatProxy._aq(
|
|
31915
|
-
WorksheetCellFormatProxy._aq(
|
|
31916
|
-
WorksheetCellFormatProxy._aq(
|
|
31917
|
-
WorksheetCellFormatProxy._aq(
|
|
31918
|
-
WorksheetCellFormatProxy._aq(
|
|
31919
|
-
WorksheetCellFormatProxy._aq(
|
|
31920
|
-
|
|
31921
|
-
ChangeInfo.f(c, WorksheetCellFormatProxy._ad(
|
|
31922
|
-
ChangeInfo.f(c, WorksheetCellFormatProxy.
|
|
31923
|
-
ChangeInfo.f(c, WorksheetCellFormatProxy.
|
|
31964
|
+
WorksheetCellFormatProxy._aq(Number_$type, c, 131072, function (d) { return d.proxy.indent; }, function (d, e) { return d.proxy._a9(e, true, -97); }, a, b);
|
|
31965
|
+
WorksheetCellFormatProxy._aq(WorkbookColorInfo.$, c, 262144, function (d) { return d.proxy.leftBorderColorInfo; }, function (d, e) { return d.proxy._ba(e, true, -97); }, a, b);
|
|
31966
|
+
WorksheetCellFormatProxy._aq(CellBorderLineStyle_$type, c, 524288, function (d) { return d.proxy.leftBorderStyle; }, function (d, e) { return d.proxy._bb(e, true, -97); }, a, b);
|
|
31967
|
+
WorksheetCellFormatProxy._aq(Nullable$1.$.specialize(Boolean_$type), c, 1073741824, function (d) { return d.proxy._hidden$i; }, function (d, e) { return d.proxy._a8(e, true, -97); }, a, b);
|
|
31968
|
+
WorksheetCellFormatProxy._aq(Nullable$1.$.specialize(Boolean_$type), c, 1048576, function (d) { return d.proxy._locked$i; }, function (d, e) { return d.proxy._bc(e, true, -97); }, a, b);
|
|
31969
|
+
WorksheetCellFormatProxy._aq(WorkbookColorInfo.$, c, 2097152, function (d) { return d.proxy.rightBorderColorInfo; }, function (d, e) { return d.proxy._be(e, true, -97); }, a, b);
|
|
31970
|
+
WorksheetCellFormatProxy._aq(CellBorderLineStyle_$type, c, 4194304, function (d) { return d.proxy.rightBorderStyle; }, function (d, e) { return d.proxy._bf(e, true, -97); }, a, b);
|
|
31971
|
+
WorksheetCellFormatProxy._aq(Number_$type, c, 8388608, function (d) { return d.proxy.rotation; }, function (d, e) { return d.proxy._bg(e, true, -97); }, a, b);
|
|
31972
|
+
WorksheetCellFormatProxy._aq(Nullable$1.$.specialize(Boolean_$type), c, 16777216, function (d) { return d.proxy._shrinkToFit$i; }, function (d, e) { return d.proxy._bh(e, true, -97); }, a, b);
|
|
31973
|
+
WorksheetCellFormatProxy._aq(WorkbookColorInfo.$, c, 67108864, function (d) { return d.proxy.topBorderColorInfo; }, function (d, e) { return d.proxy._bj(e, true, -97); }, a, b);
|
|
31974
|
+
WorksheetCellFormatProxy._aq(CellBorderLineStyle_$type, c, 134217728, function (d) { return d.proxy.topBorderStyle; }, function (d, e) { return d.proxy._bk(e, true, -97); }, a, b);
|
|
31975
|
+
WorksheetCellFormatProxy._aq(VerticalCellAlignment_$type, c, 268435456, function (d) { return d.proxy.verticalAlignment; }, function (d, e) { return d.proxy._bn(e, true, -97); }, a, b);
|
|
31976
|
+
WorksheetCellFormatProxy._aq(Nullable$1.$.specialize(Boolean_$type), c, 536870912, function (d) { return d.proxy._wrapText$i; }, function (d, e) { return d.proxy._bo(e, true, -97); }, a, b);
|
|
31977
|
+
ChangeInfo.f(c, WorksheetCellFormatProxy._ad(32768), new ChangeInfo$2(WorksheetCellFormatProxy_SetFormattingChangeContext.$, WorksheetCellFormatData.$, "FormatOptions", a, function (d) { return d.proxy.d; }, function (d, e) { return WorksheetCellFormatProxy._br(d, e); }, null, true, b, false, null, function (d) { return WorksheetCellFormatProxy._an(d); }));
|
|
31978
|
+
ChangeInfo.f(c, WorksheetCellFormatProxy._ad(33554432), new ChangeInfo$2(WorksheetCellFormatProxy_SetFormattingChangeContext.$, WorksheetCellFormatData.$, "Style", a, function (d) { return d.proxy.d; }, function (d, e) { return WorksheetCellFormatProxy._br(d, e); }, null, true, b, false, null, function (d) { return WorksheetCellFormatProxy._an(d); }));
|
|
31979
|
+
ChangeInfo.f(c, WorksheetCellFormatProxy._ah, new ChangeInfo$2(WorksheetCellFormatProxy_SetFormattingChangeContext.$, WorksheetCellFormatData.$, "SetFormatting", a, function (d) { return d.proxy.d; }, function (d, e) { return WorksheetCellFormatProxy._br(d, e); }, null, true, b, false, null, function (d) { return WorksheetCellFormatProxy._an(d); }));
|
|
31980
|
+
ChangeInfo.f(c, WorksheetCellFormatProxy._ag, new ChangeInfo$2(WorksheetCellFormatProxy_SetFontFormattingChangeContext.$, WorkbookFontData.$, "SetFontFormatting", a, function (d) { return d.proxy.d._bp.d; }, function (d, e) { return WorksheetCellFormatProxy._bq(d, e); }, null, true, b, false, null, function (d) { return WorksheetCellFormatProxy._am(d); }));
|
|
31924
31981
|
return c;
|
|
31925
31982
|
};
|
|
31926
31983
|
WorksheetCellFormatProxy._ad = function (a) {
|
|
31927
31984
|
var b = a;
|
|
31928
31985
|
var c = 0;
|
|
31929
31986
|
while (b % 2 == 0) {
|
|
31930
|
-
b
|
|
31987
|
+
b = (intSToU(b) >>> 1);
|
|
31931
31988
|
c++;
|
|
31932
31989
|
}
|
|
31933
31990
|
return c;
|
|
@@ -31935,7 +31992,7 @@ var WorksheetCellFormatProxy = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
31935
31992
|
WorksheetCellFormatProxy._ac = function (a) {
|
|
31936
31993
|
var b = typeCast(WorksheetCellOwnedFormatProxy.$, a.b);
|
|
31937
31994
|
if (b != null) {
|
|
31938
|
-
return b.
|
|
31995
|
+
return b._bw;
|
|
31939
31996
|
}
|
|
31940
31997
|
var c = typeCast(WorksheetColumn.$, a.b._s);
|
|
31941
31998
|
if (c != null) {
|
|
@@ -31999,6 +32056,9 @@ var WorksheetCellFormatProxy = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
31999
32056
|
if (b.leftBorderStyle != a.leftBorderStyle) {
|
|
32000
32057
|
c |= 524288;
|
|
32001
32058
|
}
|
|
32059
|
+
if (nullableNotEquals(b._hidden$i, a._hidden$i)) {
|
|
32060
|
+
c |= 1073741824;
|
|
32061
|
+
}
|
|
32002
32062
|
if (nullableNotEquals(b._locked$i, a._locked$i)) {
|
|
32003
32063
|
c |= 1048576;
|
|
32004
32064
|
}
|
|
@@ -32050,7 +32110,7 @@ var WorksheetCellFormatProxy = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
32050
32110
|
return toNullable(WorksheetCellAddress.$, null);
|
|
32051
32111
|
};
|
|
32052
32112
|
WorksheetCellFormatProxy.prototype._aj = function (a) {
|
|
32053
|
-
return this.d.
|
|
32113
|
+
return this.d._df(a);
|
|
32054
32114
|
};
|
|
32055
32115
|
WorksheetCellFormatProxy._y = function (a, b, c) {
|
|
32056
32116
|
if ((c & 830603265) != 0) {
|
|
@@ -32123,6 +32183,9 @@ var WorksheetCellFormatProxy = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
32123
32183
|
return true;
|
|
32124
32184
|
}
|
|
32125
32185
|
}
|
|
32186
|
+
if ((c & 1073741824) != 0 && nullableNotEquals(b._hidden$i, a._hidden$i)) {
|
|
32187
|
+
return true;
|
|
32188
|
+
}
|
|
32126
32189
|
if ((c & 1048576) != 0 && nullableNotEquals(b._locked$i, a._locked$i)) {
|
|
32127
32190
|
return true;
|
|
32128
32191
|
}
|
|
@@ -32154,12 +32217,12 @@ var WorksheetCellFormatProxy = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
32154
32217
|
if (a === void 0) {
|
|
32155
32218
|
a = 0;
|
|
32156
32219
|
}
|
|
32157
|
-
this.
|
|
32220
|
+
this._bi(null, true, a);
|
|
32158
32221
|
this._a3(0, true, a);
|
|
32159
32222
|
};
|
|
32160
32223
|
WorksheetCellFormatProxy.prototype._as = function (a, b) {
|
|
32161
|
-
var c = WorksheetCellFormatData.
|
|
32162
|
-
this.
|
|
32224
|
+
var c = WorksheetCellFormatData._da(a);
|
|
32225
|
+
this._bm(a, c, true, b);
|
|
32163
32226
|
};
|
|
32164
32227
|
WorksheetCellFormatProxy.prototype._at = function (a) {
|
|
32165
32228
|
};
|
|
@@ -32312,13 +32375,13 @@ var WorksheetCellFormatProxy = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
32312
32375
|
var f = this._l[WorksheetCellFormatProxy._ah];
|
|
32313
32376
|
f.e(WorksheetCellFormatProxy_SetFormattingChangeContext.$, WorksheetCellFormatData.$, b, b.a, this.d);
|
|
32314
32377
|
};
|
|
32315
|
-
WorksheetCellFormatProxy.prototype.
|
|
32378
|
+
WorksheetCellFormatProxy.prototype._bd = function (a) {
|
|
32316
32379
|
this._r = a;
|
|
32317
32380
|
};
|
|
32318
|
-
WorksheetCellFormatProxy.prototype.
|
|
32319
|
-
this.
|
|
32381
|
+
WorksheetCellFormatProxy.prototype._bl = function (a, b) {
|
|
32382
|
+
this._bm(a, b, true, 0);
|
|
32320
32383
|
};
|
|
32321
|
-
WorksheetCellFormatProxy.prototype.
|
|
32384
|
+
WorksheetCellFormatProxy.prototype._bm = function (a, b, c, d) {
|
|
32322
32385
|
switch (a) {
|
|
32323
32386
|
case 1:
|
|
32324
32387
|
this._au(EnumUtil.getEnumValue(HorizontalCellAlignment_$type, b), c, d);
|
|
@@ -32372,55 +32435,58 @@ var WorksheetCellFormatProxy = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
32372
32435
|
this._a5(b, c, d);
|
|
32373
32436
|
break;
|
|
32374
32437
|
case 131072:
|
|
32375
|
-
this.
|
|
32438
|
+
this._a9(typeGetValue(b), c, d);
|
|
32376
32439
|
break;
|
|
32377
32440
|
case 262144:
|
|
32378
|
-
this.
|
|
32441
|
+
this._ba(b, c, d);
|
|
32379
32442
|
break;
|
|
32380
32443
|
case 524288:
|
|
32381
|
-
this.
|
|
32444
|
+
this._bb(EnumUtil.getEnumValue(CellBorderLineStyle_$type, b), c, d);
|
|
32445
|
+
break;
|
|
32446
|
+
case 1073741824:
|
|
32447
|
+
this._a8(wrapNullable(Boolean_$type, b), c, d);
|
|
32382
32448
|
break;
|
|
32383
32449
|
case 1048576:
|
|
32384
|
-
this.
|
|
32450
|
+
this._bc(wrapNullable(Boolean_$type, b), c, d);
|
|
32385
32451
|
break;
|
|
32386
32452
|
case 2097152:
|
|
32387
|
-
this.
|
|
32453
|
+
this._be(b, c, d);
|
|
32388
32454
|
break;
|
|
32389
32455
|
case 4194304:
|
|
32390
|
-
this.
|
|
32456
|
+
this._bf(EnumUtil.getEnumValue(CellBorderLineStyle_$type, b), c, d);
|
|
32391
32457
|
break;
|
|
32392
32458
|
case 8388608:
|
|
32393
|
-
this.
|
|
32459
|
+
this._bg(typeGetValue(b), c, d);
|
|
32394
32460
|
break;
|
|
32395
32461
|
case 16777216:
|
|
32396
|
-
this.
|
|
32462
|
+
this._bh(wrapNullable(Boolean_$type, b), c, d);
|
|
32397
32463
|
break;
|
|
32398
32464
|
case 33554432:
|
|
32399
|
-
this.
|
|
32465
|
+
this._bi(b, c, d);
|
|
32400
32466
|
break;
|
|
32401
32467
|
case 67108864:
|
|
32402
|
-
this.
|
|
32468
|
+
this._bj(b, c, d);
|
|
32403
32469
|
break;
|
|
32404
32470
|
case 134217728:
|
|
32405
|
-
this.
|
|
32471
|
+
this._bk(EnumUtil.getEnumValue(CellBorderLineStyle_$type, b), c, d);
|
|
32406
32472
|
break;
|
|
32407
32473
|
case 268435456:
|
|
32408
|
-
this.
|
|
32474
|
+
this._bn(EnumUtil.getEnumValue(VerticalCellAlignment_$type, b), c, d);
|
|
32409
32475
|
break;
|
|
32410
32476
|
case 536870912:
|
|
32411
|
-
this.
|
|
32477
|
+
this._bo(wrapNullable(Boolean_$type, b), c, d);
|
|
32412
32478
|
break;
|
|
32413
32479
|
default: break;
|
|
32414
32480
|
}
|
|
32415
32481
|
};
|
|
32416
|
-
WorksheetCellFormatProxy.
|
|
32482
|
+
WorksheetCellFormatProxy._bp = function ($tValue, a, b, c) {
|
|
32417
32483
|
c(a, b);
|
|
32418
32484
|
a.b._a4(a.a, true, -97);
|
|
32419
32485
|
};
|
|
32420
|
-
WorksheetCellFormatProxy.
|
|
32486
|
+
WorksheetCellFormatProxy._bq = function (a, b) {
|
|
32421
32487
|
a.b._a1(b, true, -97);
|
|
32422
32488
|
};
|
|
32423
|
-
WorksheetCellFormatProxy.
|
|
32489
|
+
WorksheetCellFormatProxy._br = function (a, b) {
|
|
32424
32490
|
a.c._setFormatting1(b, -97);
|
|
32425
32491
|
a.c._a4(a.b, true, -97);
|
|
32426
32492
|
};
|
|
@@ -32568,12 +32634,12 @@ var WorksheetCellFormatProxy = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
32568
32634
|
return this.d.indent;
|
|
32569
32635
|
},
|
|
32570
32636
|
set: function (a) {
|
|
32571
|
-
this.
|
|
32637
|
+
this._a9(a, true, 0);
|
|
32572
32638
|
},
|
|
32573
32639
|
enumerable: false,
|
|
32574
32640
|
configurable: true
|
|
32575
32641
|
});
|
|
32576
|
-
WorksheetCellFormatProxy.prototype.
|
|
32642
|
+
WorksheetCellFormatProxy.prototype._a9 = function (a, b, c) {
|
|
32577
32643
|
this._ab(Number_$type, a, 131072, b, c, function (d) { return d.indent; }, function (d, e) { return d.indent = e; });
|
|
32578
32644
|
};
|
|
32579
32645
|
Object.defineProperty(WorksheetCellFormatProxy.prototype, "leftBorderColorInfo", {
|
|
@@ -32581,12 +32647,12 @@ var WorksheetCellFormatProxy = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
32581
32647
|
return this.d.leftBorderColorInfo;
|
|
32582
32648
|
},
|
|
32583
32649
|
set: function (a) {
|
|
32584
|
-
this.
|
|
32650
|
+
this._ba(a, true, 0);
|
|
32585
32651
|
},
|
|
32586
32652
|
enumerable: false,
|
|
32587
32653
|
configurable: true
|
|
32588
32654
|
});
|
|
32589
|
-
WorksheetCellFormatProxy.prototype.
|
|
32655
|
+
WorksheetCellFormatProxy.prototype._ba = function (a, b, c) {
|
|
32590
32656
|
this._ab(WorkbookColorInfo.$, a, 262144, b, c, function (d) { return d.leftBorderColorInfo; }, function (d, e) { return d.leftBorderColorInfo = e; });
|
|
32591
32657
|
};
|
|
32592
32658
|
Object.defineProperty(WorksheetCellFormatProxy.prototype, "leftBorderStyle", {
|
|
@@ -32594,14 +32660,38 @@ var WorksheetCellFormatProxy = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
32594
32660
|
return this.d.leftBorderStyle;
|
|
32595
32661
|
},
|
|
32596
32662
|
set: function (a) {
|
|
32597
|
-
this.
|
|
32663
|
+
this._bb(a, true, 0);
|
|
32598
32664
|
},
|
|
32599
32665
|
enumerable: false,
|
|
32600
32666
|
configurable: true
|
|
32601
32667
|
});
|
|
32602
|
-
WorksheetCellFormatProxy.prototype.
|
|
32668
|
+
WorksheetCellFormatProxy.prototype._bb = function (a, b, c) {
|
|
32603
32669
|
this._ab(CellBorderLineStyle_$type, a, 524288, b, c, function (d) { return d.leftBorderStyle; }, function (d, e) { return d.leftBorderStyle = e; });
|
|
32604
32670
|
};
|
|
32671
|
+
Object.defineProperty(WorksheetCellFormatProxy.prototype, "hidden", {
|
|
32672
|
+
get: function () {
|
|
32673
|
+
return unwrapNullable(this._hidden$i);
|
|
32674
|
+
},
|
|
32675
|
+
set: function (a) {
|
|
32676
|
+
arguments[0] = wrapNullable(Boolean_$type, arguments[0]);
|
|
32677
|
+
this._hidden$i = arguments[0];
|
|
32678
|
+
},
|
|
32679
|
+
enumerable: false,
|
|
32680
|
+
configurable: true
|
|
32681
|
+
});
|
|
32682
|
+
Object.defineProperty(WorksheetCellFormatProxy.prototype, "_hidden$i", {
|
|
32683
|
+
get: function () {
|
|
32684
|
+
return this.d._hidden$i;
|
|
32685
|
+
},
|
|
32686
|
+
set: function (a) {
|
|
32687
|
+
this._a8(a, true, 0);
|
|
32688
|
+
},
|
|
32689
|
+
enumerable: false,
|
|
32690
|
+
configurable: true
|
|
32691
|
+
});
|
|
32692
|
+
WorksheetCellFormatProxy.prototype._a8 = function (a, b, c) {
|
|
32693
|
+
this._ab(Nullable$1.$.specialize(Boolean_$type), a, 1073741824, b, c, function (d) { return d._hidden$i; }, function (d, e) { return d._hidden$i = e; });
|
|
32694
|
+
};
|
|
32605
32695
|
Object.defineProperty(WorksheetCellFormatProxy.prototype, "locked", {
|
|
32606
32696
|
get: function () {
|
|
32607
32697
|
return unwrapNullable(this._locked$i);
|
|
@@ -32618,12 +32708,12 @@ var WorksheetCellFormatProxy = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
32618
32708
|
return this.d._locked$i;
|
|
32619
32709
|
},
|
|
32620
32710
|
set: function (a) {
|
|
32621
|
-
this.
|
|
32711
|
+
this._bc(a, true, 0);
|
|
32622
32712
|
},
|
|
32623
32713
|
enumerable: false,
|
|
32624
32714
|
configurable: true
|
|
32625
32715
|
});
|
|
32626
|
-
WorksheetCellFormatProxy.prototype.
|
|
32716
|
+
WorksheetCellFormatProxy.prototype._bc = function (a, b, c) {
|
|
32627
32717
|
this._ab(Nullable$1.$.specialize(Boolean_$type), a, 1048576, b, c, function (d) { return d._locked$i; }, function (d, e) { return d._locked$i = e; });
|
|
32628
32718
|
};
|
|
32629
32719
|
Object.defineProperty(WorksheetCellFormatProxy.prototype, "rightBorderColorInfo", {
|
|
@@ -32631,12 +32721,12 @@ var WorksheetCellFormatProxy = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
32631
32721
|
return this.d.rightBorderColorInfo;
|
|
32632
32722
|
},
|
|
32633
32723
|
set: function (a) {
|
|
32634
|
-
this.
|
|
32724
|
+
this._be(a, true, 0);
|
|
32635
32725
|
},
|
|
32636
32726
|
enumerable: false,
|
|
32637
32727
|
configurable: true
|
|
32638
32728
|
});
|
|
32639
|
-
WorksheetCellFormatProxy.prototype.
|
|
32729
|
+
WorksheetCellFormatProxy.prototype._be = function (a, b, c) {
|
|
32640
32730
|
this._ab(WorkbookColorInfo.$, a, 2097152, b, c, function (d) { return d.rightBorderColorInfo; }, function (d, e) { return d.rightBorderColorInfo = e; });
|
|
32641
32731
|
};
|
|
32642
32732
|
Object.defineProperty(WorksheetCellFormatProxy.prototype, "rightBorderStyle", {
|
|
@@ -32644,12 +32734,12 @@ var WorksheetCellFormatProxy = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
32644
32734
|
return this.d.rightBorderStyle;
|
|
32645
32735
|
},
|
|
32646
32736
|
set: function (a) {
|
|
32647
|
-
this.
|
|
32737
|
+
this._bf(a, true, 0);
|
|
32648
32738
|
},
|
|
32649
32739
|
enumerable: false,
|
|
32650
32740
|
configurable: true
|
|
32651
32741
|
});
|
|
32652
|
-
WorksheetCellFormatProxy.prototype.
|
|
32742
|
+
WorksheetCellFormatProxy.prototype._bf = function (a, b, c) {
|
|
32653
32743
|
this._ab(CellBorderLineStyle_$type, a, 4194304, b, c, function (d) { return d.rightBorderStyle; }, function (d, e) { return d.rightBorderStyle = e; });
|
|
32654
32744
|
};
|
|
32655
32745
|
Object.defineProperty(WorksheetCellFormatProxy.prototype, "rotation", {
|
|
@@ -32657,12 +32747,12 @@ var WorksheetCellFormatProxy = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
32657
32747
|
return this.d.rotation;
|
|
32658
32748
|
},
|
|
32659
32749
|
set: function (a) {
|
|
32660
|
-
this.
|
|
32750
|
+
this._bg(a, true, 0);
|
|
32661
32751
|
},
|
|
32662
32752
|
enumerable: false,
|
|
32663
32753
|
configurable: true
|
|
32664
32754
|
});
|
|
32665
|
-
WorksheetCellFormatProxy.prototype.
|
|
32755
|
+
WorksheetCellFormatProxy.prototype._bg = function (a, b, c) {
|
|
32666
32756
|
this._ab(Number_$type, a, 8388608, b, c, function (d) { return d.rotation; }, function (d, e) { return d.rotation = e; });
|
|
32667
32757
|
};
|
|
32668
32758
|
Object.defineProperty(WorksheetCellFormatProxy.prototype, "shrinkToFit", {
|
|
@@ -32681,12 +32771,12 @@ var WorksheetCellFormatProxy = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
32681
32771
|
return this.d._shrinkToFit$i;
|
|
32682
32772
|
},
|
|
32683
32773
|
set: function (a) {
|
|
32684
|
-
this.
|
|
32774
|
+
this._bh(a, true, 0);
|
|
32685
32775
|
},
|
|
32686
32776
|
enumerable: false,
|
|
32687
32777
|
configurable: true
|
|
32688
32778
|
});
|
|
32689
|
-
WorksheetCellFormatProxy.prototype.
|
|
32779
|
+
WorksheetCellFormatProxy.prototype._bh = function (a, b, c) {
|
|
32690
32780
|
this._ab(Nullable$1.$.specialize(Boolean_$type), a, 16777216, b, c, function (d) { return d._shrinkToFit$i; }, function (d, e) { return d._shrinkToFit$i = e; });
|
|
32691
32781
|
};
|
|
32692
32782
|
Object.defineProperty(WorksheetCellFormatProxy.prototype, "style", {
|
|
@@ -32694,12 +32784,12 @@ var WorksheetCellFormatProxy = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
32694
32784
|
return this.d.style;
|
|
32695
32785
|
},
|
|
32696
32786
|
set: function (a) {
|
|
32697
|
-
this.
|
|
32787
|
+
this._bi(a, true, 0);
|
|
32698
32788
|
},
|
|
32699
32789
|
enumerable: false,
|
|
32700
32790
|
configurable: true
|
|
32701
32791
|
});
|
|
32702
|
-
WorksheetCellFormatProxy.prototype.
|
|
32792
|
+
WorksheetCellFormatProxy.prototype._bi = function (a, b, c) {
|
|
32703
32793
|
a = this.d._br(a);
|
|
32704
32794
|
this._ab(WorkbookStyle.$, a, 33554432, b, c, function (d) { return d.style; }, function (d, e) { return d.style = e; });
|
|
32705
32795
|
};
|
|
@@ -32708,12 +32798,12 @@ var WorksheetCellFormatProxy = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
32708
32798
|
return this.d.topBorderColorInfo;
|
|
32709
32799
|
},
|
|
32710
32800
|
set: function (a) {
|
|
32711
|
-
this.
|
|
32801
|
+
this._bj(a, true, 0);
|
|
32712
32802
|
},
|
|
32713
32803
|
enumerable: false,
|
|
32714
32804
|
configurable: true
|
|
32715
32805
|
});
|
|
32716
|
-
WorksheetCellFormatProxy.prototype.
|
|
32806
|
+
WorksheetCellFormatProxy.prototype._bj = function (a, b, c) {
|
|
32717
32807
|
this._ab(WorkbookColorInfo.$, a, 67108864, b, c, function (d) { return d.topBorderColorInfo; }, function (d, e) { return d.topBorderColorInfo = e; });
|
|
32718
32808
|
};
|
|
32719
32809
|
Object.defineProperty(WorksheetCellFormatProxy.prototype, "topBorderStyle", {
|
|
@@ -32721,12 +32811,12 @@ var WorksheetCellFormatProxy = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
32721
32811
|
return this.d.topBorderStyle;
|
|
32722
32812
|
},
|
|
32723
32813
|
set: function (a) {
|
|
32724
|
-
this.
|
|
32814
|
+
this._bk(a, true, 0);
|
|
32725
32815
|
},
|
|
32726
32816
|
enumerable: false,
|
|
32727
32817
|
configurable: true
|
|
32728
32818
|
});
|
|
32729
|
-
WorksheetCellFormatProxy.prototype.
|
|
32819
|
+
WorksheetCellFormatProxy.prototype._bk = function (a, b, c) {
|
|
32730
32820
|
this._ab(CellBorderLineStyle_$type, a, 134217728, b, c, function (d) { return d.topBorderStyle; }, function (d, e) { return d.topBorderStyle = e; });
|
|
32731
32821
|
};
|
|
32732
32822
|
Object.defineProperty(WorksheetCellFormatProxy.prototype, "verticalAlignment", {
|
|
@@ -32734,12 +32824,12 @@ var WorksheetCellFormatProxy = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
32734
32824
|
return this.d.verticalAlignment;
|
|
32735
32825
|
},
|
|
32736
32826
|
set: function (a) {
|
|
32737
|
-
this.
|
|
32827
|
+
this._bn(a, true, 0);
|
|
32738
32828
|
},
|
|
32739
32829
|
enumerable: false,
|
|
32740
32830
|
configurable: true
|
|
32741
32831
|
});
|
|
32742
|
-
WorksheetCellFormatProxy.prototype.
|
|
32832
|
+
WorksheetCellFormatProxy.prototype._bn = function (a, b, c) {
|
|
32743
32833
|
this._ab(VerticalCellAlignment_$type, a, 268435456, b, c, function (d) { return d.verticalAlignment; }, function (d, e) { return d.verticalAlignment = e; });
|
|
32744
32834
|
};
|
|
32745
32835
|
Object.defineProperty(WorksheetCellFormatProxy.prototype, "wrapText", {
|
|
@@ -32758,12 +32848,12 @@ var WorksheetCellFormatProxy = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
32758
32848
|
return this.d._wrapText$i;
|
|
32759
32849
|
},
|
|
32760
32850
|
set: function (a) {
|
|
32761
|
-
this.
|
|
32851
|
+
this._bo(a, true, 0);
|
|
32762
32852
|
},
|
|
32763
32853
|
enumerable: false,
|
|
32764
32854
|
configurable: true
|
|
32765
32855
|
});
|
|
32766
|
-
WorksheetCellFormatProxy.prototype.
|
|
32856
|
+
WorksheetCellFormatProxy.prototype._bo = function (a, b, c) {
|
|
32767
32857
|
this._ab(Nullable$1.$.specialize(Boolean_$type), a, 536870912, b, c, function (d) { return d._wrapText$i; }, function (d, e) { return d._wrapText$i = e; });
|
|
32768
32858
|
};
|
|
32769
32859
|
Object.defineProperty(WorksheetCellFormatProxy.prototype, "_u", {
|
|
@@ -32801,7 +32891,7 @@ var WorksheetCellFormatProxy = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
32801
32891
|
configurable: true
|
|
32802
32892
|
});
|
|
32803
32893
|
WorksheetCellFormatProxy.$t = markType(WorksheetCellFormatProxy, 'WorksheetCellFormatProxy', GenericCacheElementProxy$1.$.specialize(WorksheetCellFormatData.$), [IWorksheetCellFormat_$type]);
|
|
32804
|
-
WorksheetCellFormatProxy._ah = WorksheetCellFormatProxy._ad(
|
|
32894
|
+
WorksheetCellFormatProxy._ah = WorksheetCellFormatProxy._ad(-2147483648);
|
|
32805
32895
|
WorksheetCellFormatProxy._ag = WorksheetCellFormatProxy._ah + 1;
|
|
32806
32896
|
WorksheetCellFormatProxy._af = WorksheetCellFormatProxy._ag + 1;
|
|
32807
32897
|
return WorksheetCellFormatProxy;
|
|
@@ -33396,7 +33486,7 @@ var ConditionalFormatOwnedFormatProxy = /** @class */ /*@__PURE__*/ (function (_
|
|
|
33396
33486
|
return c;
|
|
33397
33487
|
};
|
|
33398
33488
|
ConditionalFormatOwnedFormatProxy.prototype.get__l = function () {
|
|
33399
|
-
return ConditionalFormatOwnedFormatProxy.
|
|
33489
|
+
return ConditionalFormatOwnedFormatProxy._bs;
|
|
33400
33490
|
};
|
|
33401
33491
|
Object.defineProperty(ConditionalFormatOwnedFormatProxy.prototype, "_l", {
|
|
33402
33492
|
get: function () {
|
|
@@ -33431,7 +33521,7 @@ var ConditionalFormatOwnedFormatProxy = /** @class */ /*@__PURE__*/ (function (_
|
|
|
33431
33521
|
configurable: true
|
|
33432
33522
|
});
|
|
33433
33523
|
ConditionalFormatOwnedFormatProxy.$t = markType(ConditionalFormatOwnedFormatProxy, 'ConditionalFormatOwnedFormatProxy', WorksheetCellFormatProxy.$);
|
|
33434
|
-
ConditionalFormatOwnedFormatProxy.
|
|
33524
|
+
ConditionalFormatOwnedFormatProxy._bs = WorksheetCellFormatProxy._m(28, 4);
|
|
33435
33525
|
return ConditionalFormatOwnedFormatProxy;
|
|
33436
33526
|
}(WorksheetCellFormatProxy));
|
|
33437
33527
|
export { ConditionalFormatOwnedFormatProxy };
|
|
@@ -38592,7 +38682,7 @@ var WorksheetRow = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
38592
38682
|
return null;
|
|
38593
38683
|
}
|
|
38594
38684
|
var e = this.worksheet._rows$i._aj(this.index - 1);
|
|
38595
|
-
d = this.worksheet._b4(e, c.
|
|
38685
|
+
d = this.worksheet._b4(e, c._bw);
|
|
38596
38686
|
break;
|
|
38597
38687
|
}
|
|
38598
38688
|
case 2:
|
|
@@ -38602,22 +38692,22 @@ var WorksheetRow = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
38602
38692
|
return null;
|
|
38603
38693
|
}
|
|
38604
38694
|
var f = this.worksheet._rows$i._aj(this.index + 1);
|
|
38605
|
-
d = this.worksheet._b4(f, c.
|
|
38695
|
+
d = this.worksheet._b4(f, c._bw);
|
|
38606
38696
|
break;
|
|
38607
38697
|
}
|
|
38608
38698
|
case 262144:
|
|
38609
38699
|
case 524288:
|
|
38610
|
-
if (c.
|
|
38700
|
+
if (c._bw == 0) {
|
|
38611
38701
|
return null;
|
|
38612
38702
|
}
|
|
38613
|
-
d = this._a7((c.
|
|
38703
|
+
d = this._a7((c._bw - 1));
|
|
38614
38704
|
break;
|
|
38615
38705
|
case 2097152:
|
|
38616
38706
|
case 4194304:
|
|
38617
|
-
if (c.
|
|
38707
|
+
if (c._bw == this.worksheet._columns$i.maxCount - 1) {
|
|
38618
38708
|
return null;
|
|
38619
38709
|
}
|
|
38620
|
-
d = this._a7((c.
|
|
38710
|
+
d = this._a7((c._bw + 1));
|
|
38621
38711
|
break;
|
|
38622
38712
|
default: return null;
|
|
38623
38713
|
}
|
|
@@ -38792,7 +38882,7 @@ var WorksheetRow = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
38792
38882
|
if (WorksheetRow._bs(b)) {
|
|
38793
38883
|
this._dx();
|
|
38794
38884
|
}
|
|
38795
|
-
for (var e = 1; e !=
|
|
38885
|
+
for (var e = 1; e != -2147483648; e = (e << 1)) {
|
|
38796
38886
|
if ((b & e) == 0) {
|
|
38797
38887
|
continue;
|
|
38798
38888
|
}
|
|
@@ -38897,7 +38987,7 @@ var WorksheetRow = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
38897
38987
|
}
|
|
38898
38988
|
u = enumGetBox(DiagonalBorders_$type, v);
|
|
38899
38989
|
}
|
|
38900
|
-
t.
|
|
38990
|
+
t._bl(e, u);
|
|
38901
38991
|
}
|
|
38902
38992
|
}
|
|
38903
38993
|
catch (e_103_1) {
|
|
@@ -39903,17 +39993,17 @@ var WorksheetRow = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
39903
39993
|
var o = l._a8(m.r);
|
|
39904
39994
|
if (o != null) {
|
|
39905
39995
|
if (WorkbookColorInfo.l_op_Inequality(o.leftBorderColorInfo, null) && WorkbookColorInfo.l_op_Equality(o.leftBorderColorInfo, m.j.leftBorderColorInfo) && o.leftBorderStyle == m.j.leftBorderStyle) {
|
|
39906
|
-
n.
|
|
39907
|
-
n.
|
|
39996
|
+
n._ba(o.leftBorderColorInfo, true, -97);
|
|
39997
|
+
n._bb(o.leftBorderStyle, true, -97);
|
|
39908
39998
|
}
|
|
39909
39999
|
if (WorkbookColorInfo.l_op_Inequality(o.rightBorderColorInfo, null) && WorkbookColorInfo.l_op_Equality(o.rightBorderColorInfo, m.j.rightBorderColorInfo) && o.rightBorderStyle == m.j.rightBorderStyle) {
|
|
39910
|
-
n.
|
|
39911
|
-
n.
|
|
40000
|
+
n._be(o.rightBorderColorInfo, true, -97);
|
|
40001
|
+
n._bf(o.rightBorderStyle, true, -97);
|
|
39912
40002
|
}
|
|
39913
40003
|
if (!c) {
|
|
39914
40004
|
if (WorkbookColorInfo.l_op_Inequality(o.topBorderColorInfo, null) && WorkbookColorInfo.l_op_Equality(o.topBorderColorInfo, m.j.topBorderColorInfo) && o.topBorderStyle == m.j.topBorderStyle) {
|
|
39915
|
-
n.
|
|
39916
|
-
n.
|
|
40005
|
+
n._bj(o.topBorderColorInfo, true, -97);
|
|
40006
|
+
n._bk(o.topBorderStyle, true, -97);
|
|
39917
40007
|
}
|
|
39918
40008
|
if (WorkbookColorInfo.l_op_Inequality(o.bottomBorderColorInfo, null) && WorkbookColorInfo.l_op_Equality(o.bottomBorderColorInfo, m.j.bottomBorderColorInfo) && o.bottomBorderStyle == m.j.bottomBorderStyle) {
|
|
39919
40009
|
n._av(o.bottomBorderColorInfo, true, -97);
|
|
@@ -39957,8 +40047,8 @@ var WorksheetRow = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
39957
40047
|
s._a3(s.formatOptions & ~8, true, -97);
|
|
39958
40048
|
if (p != null) {
|
|
39959
40049
|
if (WorkbookColorInfo.l_op_Inequality(p.topBorderColorInfo, null) && WorkbookColorInfo.l_op_Equality(p.topBorderColorInfo, j.topBorderColorInfo) && p.topBorderStyle == j.topBorderStyle) {
|
|
39960
|
-
s.
|
|
39961
|
-
s.
|
|
40050
|
+
s._bj(p.topBorderColorInfo, true, -97);
|
|
40051
|
+
s._bk(p.topBorderStyle, true, -97);
|
|
39962
40052
|
}
|
|
39963
40053
|
if (WorkbookColorInfo.l_op_Inequality(p.bottomBorderColorInfo, null) && WorkbookColorInfo.l_op_Equality(p.bottomBorderColorInfo, j.bottomBorderColorInfo) && p.bottomBorderStyle == j.bottomBorderStyle) {
|
|
39964
40054
|
s._av(p.bottomBorderColorInfo, true, -97);
|
|
@@ -39966,12 +40056,12 @@ var WorksheetRow = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
39966
40056
|
}
|
|
39967
40057
|
if (!c) {
|
|
39968
40058
|
if (WorkbookColorInfo.l_op_Inequality(p.leftBorderColorInfo, null) && WorkbookColorInfo.l_op_Equality(p.leftBorderColorInfo, j.leftBorderColorInfo) && p.leftBorderStyle == j.leftBorderStyle) {
|
|
39969
|
-
s.
|
|
39970
|
-
s.
|
|
40059
|
+
s._ba(p.leftBorderColorInfo, true, -97);
|
|
40060
|
+
s._bb(p.leftBorderStyle, true, -97);
|
|
39971
40061
|
}
|
|
39972
40062
|
if (WorkbookColorInfo.l_op_Inequality(p.rightBorderColorInfo, null) && WorkbookColorInfo.l_op_Equality(p.rightBorderColorInfo, j.rightBorderColorInfo) && p.rightBorderStyle == j.rightBorderStyle) {
|
|
39973
|
-
s.
|
|
39974
|
-
s.
|
|
40063
|
+
s._be(p.rightBorderColorInfo, true, -97);
|
|
40064
|
+
s._bf(p.rightBorderStyle, true, -97);
|
|
39975
40065
|
}
|
|
39976
40066
|
}
|
|
39977
40067
|
}
|
|
@@ -39985,12 +40075,12 @@ var WorksheetRow = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
39985
40075
|
var u = l._a8(q);
|
|
39986
40076
|
if (u != null) {
|
|
39987
40077
|
if (WorkbookColorInfo.l_op_Inequality(u.leftBorderColorInfo, null) && WorkbookColorInfo.l_op_Equality(u.leftBorderColorInfo, t.leftBorderColorInfo) && u.leftBorderStyle == t.leftBorderStyle) {
|
|
39988
|
-
s.
|
|
39989
|
-
s.
|
|
40078
|
+
s._ba(u.leftBorderColorInfo, true, -97);
|
|
40079
|
+
s._bb(u.leftBorderStyle, true, -97);
|
|
39990
40080
|
}
|
|
39991
40081
|
if (WorkbookColorInfo.l_op_Inequality(u.rightBorderColorInfo, null) && WorkbookColorInfo.l_op_Equality(u.rightBorderColorInfo, t.rightBorderColorInfo) && u.rightBorderStyle == t.rightBorderStyle) {
|
|
39992
|
-
s.
|
|
39993
|
-
s.
|
|
40082
|
+
s._be(u.rightBorderColorInfo, true, -97);
|
|
40083
|
+
s._bf(u.rightBorderStyle, true, -97);
|
|
39994
40084
|
}
|
|
39995
40085
|
}
|
|
39996
40086
|
}
|
|
@@ -40274,7 +40364,7 @@ var WorksheetRow = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
40274
40364
|
}
|
|
40275
40365
|
this._dk(b, e);
|
|
40276
40366
|
f = new WorksheetCellOwnedFormatProxy(e, h, this, b, a);
|
|
40277
|
-
a[d] = f.
|
|
40367
|
+
a[d] = f._bu;
|
|
40278
40368
|
if (this._a3 != null) {
|
|
40279
40369
|
this._a3._aj();
|
|
40280
40370
|
}
|
|
@@ -40312,7 +40402,7 @@ var WorksheetRow = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
40312
40402
|
e = f._ca;
|
|
40313
40403
|
}
|
|
40314
40404
|
var g = new WorksheetCellOwnedFormatProxy(null, e, this, a, c);
|
|
40315
|
-
g.
|
|
40405
|
+
g._bu = b;
|
|
40316
40406
|
return g;
|
|
40317
40407
|
};
|
|
40318
40408
|
/**
|
|
@@ -40957,10 +41047,10 @@ var WorksheetRow = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
40957
41047
|
}
|
|
40958
41048
|
var d = null;
|
|
40959
41049
|
if ((c & 2) == 0) {
|
|
40960
|
-
d = this._bl(a.
|
|
41050
|
+
d = this._bl(a._bw);
|
|
40961
41051
|
}
|
|
40962
41052
|
var e = new Dictionary$2(CellFormatValue_$type, WorksheetCellFormatProxy.$, 1, 8);
|
|
40963
|
-
var f = this._a2(a.
|
|
41053
|
+
var f = this._a2(a._bw);
|
|
40964
41054
|
var _loop_8 = function (g) {
|
|
40965
41055
|
var e_115, _0;
|
|
40966
41056
|
if ((b & g) == 0) {
|
|
@@ -40974,6 +41064,7 @@ var WorksheetRow = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
40974
41064
|
case 64:
|
|
40975
41065
|
case 65536:
|
|
40976
41066
|
case 131072:
|
|
41067
|
+
case 1073741824:
|
|
40977
41068
|
case 1048576:
|
|
40978
41069
|
case 8388608:
|
|
40979
41070
|
case 16777216:
|
|
@@ -40992,7 +41083,7 @@ var WorksheetRow = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
40992
41083
|
var h = a.style;
|
|
40993
41084
|
if (h != null && ExcelUtils.by(h._i.formatOptions, 4)) {
|
|
40994
41085
|
if (f != null && (c & 16) == 0) {
|
|
40995
|
-
var i = typeCast(FormattedStringElement.$, f.c(this_2, a.
|
|
41086
|
+
var i = typeCast(FormattedStringElement.$, f.c(this_2, a._bw));
|
|
40996
41087
|
if (i != null) {
|
|
40997
41088
|
i._ai();
|
|
40998
41089
|
}
|
|
@@ -41013,7 +41104,7 @@ var WorksheetRow = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
41013
41104
|
ExcelUtils.ff(a, d._cellFormatInternal, g);
|
|
41014
41105
|
}
|
|
41015
41106
|
if (f != null && (c & 16) == 0) {
|
|
41016
|
-
var j = f.c(this_2, a.
|
|
41107
|
+
var j = f.c(this_2, a._bw);
|
|
41017
41108
|
if (j != null && j._u) {
|
|
41018
41109
|
var k = this_2.worksheet.workbook;
|
|
41019
41110
|
var l = k != null ? k._bj : null;
|
|
@@ -41071,7 +41162,7 @@ var WorksheetRow = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
41071
41162
|
}
|
|
41072
41163
|
var q = GenericCacheElement.h(StringElement.$, l, j);
|
|
41073
41164
|
j = q.p1;
|
|
41074
|
-
f.av(a.
|
|
41165
|
+
f.av(a._bw, j);
|
|
41075
41166
|
}
|
|
41076
41167
|
}
|
|
41077
41168
|
}
|
|
@@ -41090,7 +41181,7 @@ var WorksheetRow = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
41090
41181
|
this_2._di(void 0, (c & 64) == 0);
|
|
41091
41182
|
}
|
|
41092
41183
|
if (d != null) {
|
|
41093
|
-
d._a7(this_2, a.
|
|
41184
|
+
d._a7(this_2, a._bw, g);
|
|
41094
41185
|
}
|
|
41095
41186
|
if ((c & 1) != 0) {
|
|
41096
41187
|
break;
|
|
@@ -41100,7 +41191,7 @@ var WorksheetRow = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
41100
41191
|
}
|
|
41101
41192
|
var r_3;
|
|
41102
41193
|
if (((function () { var s = e.tryGetValue(g, r_3); r_3 = s.p1; return s.ret; })()) == false) {
|
|
41103
|
-
r_3 = this_2._ba(a.
|
|
41194
|
+
r_3 = this_2._ba(a._bw, g, this_2.worksheet._o);
|
|
41104
41195
|
e.item(g, r_3);
|
|
41105
41196
|
e.item(ExcelUtils.l(g), r_3);
|
|
41106
41197
|
}
|
|
@@ -41114,13 +41205,13 @@ var WorksheetRow = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
41114
41205
|
}
|
|
41115
41206
|
};
|
|
41116
41207
|
var this_2 = this;
|
|
41117
|
-
for (var g = 1; g !=
|
|
41208
|
+
for (var g = 1; g != -2147483648; g = (g << 1)) {
|
|
41118
41209
|
_loop_8(g);
|
|
41119
41210
|
}
|
|
41120
|
-
if (f != null && f.r(a.
|
|
41121
|
-
var s = this._bp(a.
|
|
41211
|
+
if (f != null && f.r(a._bw)) {
|
|
41212
|
+
var s = this._bp(a._bw);
|
|
41122
41213
|
if (s != null && s._cx == false) {
|
|
41123
|
-
var t = a.
|
|
41214
|
+
var t = a._bw - s._by._w;
|
|
41124
41215
|
if (t < 0 || s._columns$i.count <= t) {
|
|
41125
41216
|
}
|
|
41126
41217
|
else {
|
|
@@ -41128,14 +41219,14 @@ var WorksheetRow = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
41128
41219
|
var v = this.worksheet.workbook;
|
|
41129
41220
|
var w = s._columns$i._item(t);
|
|
41130
41221
|
var x = w.headerCell;
|
|
41131
|
-
if (WorksheetCell.l_op_Inequality(x, null) && x._o == this && x.columnIndex == a.
|
|
41222
|
+
if (WorksheetCell.l_op_Inequality(x, null) && x._o == this && x.columnIndex == a._bw) {
|
|
41132
41223
|
u &= ~67108864;
|
|
41133
41224
|
u &= ~134217728;
|
|
41134
41225
|
ExcelUtils.fg(a, w._areaFormats$i._d(v, 1), u);
|
|
41135
41226
|
}
|
|
41136
41227
|
else {
|
|
41137
41228
|
var y = w.totalCell;
|
|
41138
|
-
if (WorksheetCell.l_op_Inequality(y, null) && y._o == this && y.columnIndex == a.
|
|
41229
|
+
if (WorksheetCell.l_op_Inequality(y, null) && y._o == this && y.columnIndex == a._bw) {
|
|
41139
41230
|
u &= ~2;
|
|
41140
41231
|
u &= ~4;
|
|
41141
41232
|
ExcelUtils.fg(a, w._areaFormats$i._d(v, 2), u);
|
|
@@ -41955,7 +42046,7 @@ var WorksheetRow = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
41955
42046
|
if (!WorksheetRow._b8(b, e, 33554432)) {
|
|
41956
42047
|
}
|
|
41957
42048
|
}
|
|
41958
|
-
for (var f = 1; f !=
|
|
42049
|
+
for (var f = 1; f != -2147483648; f = (f << 1)) {
|
|
41959
42050
|
if (f == 32768 || f == 33554432) {
|
|
41960
42051
|
continue;
|
|
41961
42052
|
}
|
|
@@ -42052,7 +42143,7 @@ var WorksheetRow = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
42052
42143
|
* @hidden
|
|
42053
42144
|
*/
|
|
42054
42145
|
WorksheetRow._b8 = function (a, b, c) {
|
|
42055
|
-
if (WorksheetCellFormatData._cf(c, b.
|
|
42146
|
+
if (WorksheetCellFormatData._cf(c, b._df(c))) {
|
|
42056
42147
|
return false;
|
|
42057
42148
|
}
|
|
42058
42149
|
ExcelUtils.fd(b, a, c);
|
|
@@ -45354,11 +45445,11 @@ var Worksheet = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
45354
45445
|
h = this.workbook._cd(0);
|
|
45355
45446
|
}
|
|
45356
45447
|
var r = p._bw;
|
|
45357
|
-
for (var s = 1; s !=
|
|
45358
|
-
if (q == false || WorksheetCellFormatData._cf(s, h.
|
|
45359
|
-
var t = r.
|
|
45448
|
+
for (var s = 1; s != -2147483648; s = (s << 1)) {
|
|
45449
|
+
if (q == false || WorksheetCellFormatData._cf(s, h._df(s))) {
|
|
45450
|
+
var t = r._df(s);
|
|
45360
45451
|
if (WorksheetCellFormatData._cf(s, t) == false) {
|
|
45361
|
-
h.
|
|
45452
|
+
h._dx(s, t);
|
|
45362
45453
|
}
|
|
45363
45454
|
}
|
|
45364
45455
|
}
|
|
@@ -48943,7 +49034,7 @@ var Worksheet = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
48943
49034
|
var h = this._b4(a, b);
|
|
48944
49035
|
var i = void 0;
|
|
48945
49036
|
if (e == null) {
|
|
48946
|
-
i = new ValueFormatter(0, null, h.
|
|
49037
|
+
i = new ValueFormatter(0, null, h._di, this._y);
|
|
48947
49038
|
}
|
|
48948
49039
|
else {
|
|
48949
49040
|
i = e._b2.a(h._cs);
|
|
@@ -50760,7 +50851,7 @@ var Worksheet = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
50760
50851
|
if (this._gp == 0 || this._gr != this.workbook._fp) {
|
|
50761
50852
|
this._gr = this.workbook._fp;
|
|
50762
50853
|
var a = this.workbook._styles$i.normalStyle._i;
|
|
50763
|
-
var b = a.
|
|
50854
|
+
var b = a._dh;
|
|
50764
50855
|
var c = a._cq;
|
|
50765
50856
|
var d = 0;
|
|
50766
50857
|
var e = new Dictionary$2(Worksheet_FontNameHeightPair.$, Boolean_$type, 0);
|
|
@@ -50772,7 +50863,7 @@ var Worksheet = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
50772
50863
|
for (var _1 = __values(fromEnum(this._fg)), _2 = _1.next(); !_2.done; _2 = _1.next()) {
|
|
50773
50864
|
var i = _2.value;
|
|
50774
50865
|
var j = i.b;
|
|
50775
|
-
var k = j.
|
|
50866
|
+
var k = j._dh;
|
|
50776
50867
|
var l = j._cq;
|
|
50777
50868
|
var m = new Worksheet_FontNameHeightPair(1, k, l);
|
|
50778
50869
|
if (e.containsKey(m)) {
|
|
@@ -64788,7 +64879,7 @@ var WorksheetColumn = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
64788
64879
|
}
|
|
64789
64880
|
}
|
|
64790
64881
|
var f = this.index;
|
|
64791
|
-
for (var g = 1; g !=
|
|
64882
|
+
for (var g = 1; g != -2147483648; g = (g << 1)) {
|
|
64792
64883
|
if ((b & g) == 0) {
|
|
64793
64884
|
continue;
|
|
64794
64885
|
}
|
|
@@ -64830,7 +64921,7 @@ var WorksheetColumn = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
64830
64921
|
}
|
|
64831
64922
|
var o = WorksheetColumn._ah(m, f, g);
|
|
64832
64923
|
if (o != null) {
|
|
64833
|
-
o.
|
|
64924
|
+
o._bm(g, h, true, c);
|
|
64834
64925
|
continue;
|
|
64835
64926
|
}
|
|
64836
64927
|
if ((c & 1) != 0) {
|
|
@@ -64902,7 +64993,7 @@ var WorksheetColumn = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
64902
64993
|
}
|
|
64903
64994
|
w = enumGetBox(DiagonalBorders_$type, x);
|
|
64904
64995
|
}
|
|
64905
|
-
u.
|
|
64996
|
+
u._bl(g, w);
|
|
64906
64997
|
}
|
|
64907
64998
|
}
|
|
64908
64999
|
catch (e_212_1) {
|
|
@@ -74508,7 +74599,7 @@ var WorksheetTableStyle = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
74508
74599
|
*/
|
|
74509
74600
|
WorksheetTableStyle.prototype.onCellFormatValueChanging = function (sender, values) {
|
|
74510
74601
|
this._verifyCanBeModified();
|
|
74511
|
-
for (var a = 1; a !=
|
|
74602
|
+
for (var a = 1; a != -2147483648; a = (a << 1)) {
|
|
74512
74603
|
if ((values & a) == 0) {
|
|
74513
74604
|
continue;
|
|
74514
74605
|
}
|
|
@@ -74579,11 +74670,11 @@ var WorksheetTableStyle = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
74579
74670
|
c._x = this._x;
|
|
74580
74671
|
c._y = this._y;
|
|
74581
74672
|
if (this._j != null) {
|
|
74582
|
-
var d =
|
|
74673
|
+
var d = -1 & ~(1939013689 | 10752 | 32768);
|
|
74583
74674
|
try {
|
|
74584
74675
|
for (var _1 = __values(fromEnum(this._j._i())), _2 = _1.next(); !_2.done; _2 = _1.next()) {
|
|
74585
74676
|
var e = _2.value;
|
|
74586
|
-
ExcelUtils.fg(e, c._areaFormats$i._d(null, e.
|
|
74677
|
+
ExcelUtils.fg(e, c._areaFormats$i._d(null, e._bu), d, true, void 0, void 0, b);
|
|
74587
74678
|
}
|
|
74588
74679
|
}
|
|
74589
74680
|
catch (e_235_1) {
|
|
@@ -74606,7 +74697,7 @@ var WorksheetTableStyle = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
74606
74697
|
* @hidden
|
|
74607
74698
|
*/
|
|
74608
74699
|
WorksheetTableStyle._q = function (a) {
|
|
74609
|
-
return (a &
|
|
74700
|
+
return (a & 1939024441) == 0;
|
|
74610
74701
|
};
|
|
74611
74702
|
/**
|
|
74612
74703
|
* @hidden
|
|
@@ -74650,7 +74741,7 @@ var WorksheetTableStyle = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
74650
74741
|
try {
|
|
74651
74742
|
for (var _1 = __values(fromEnum(this._areaFormats$i._i())), _2 = _1.next(); !_2.done; _2 = _1.next()) {
|
|
74652
74743
|
var b = _2.value;
|
|
74653
|
-
a._item(WorksheetTableStyle._af(b.
|
|
74744
|
+
a._item(WorksheetTableStyle._af(b._bu), b);
|
|
74654
74745
|
}
|
|
74655
74746
|
}
|
|
74656
74747
|
catch (e_236_1) {
|
|
@@ -74734,7 +74825,7 @@ var WorksheetTableStyle = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
74734
74825
|
* @hidden
|
|
74735
74826
|
*/
|
|
74736
74827
|
WorksheetTableStyle._u = function (a, b) {
|
|
74737
|
-
if ((a &
|
|
74828
|
+
if ((a & 1939013689) != 0) {
|
|
74738
74829
|
b = ExcelUtils.ei("LE_InvalidOperationException_InvalidTableStyleAreaFormatProperty", enumGetBox(CellFormatValue_$type, a));
|
|
74739
74830
|
return {
|
|
74740
74831
|
ret: false,
|
|
@@ -74985,7 +75076,7 @@ var WorksheetTableStyle = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
74985
75076
|
try {
|
|
74986
75077
|
for (var _1 = __values(fromEnum(this._areaFormats$i._i())), _2 = _1.next(); !_2.done; _2 = _1.next()) {
|
|
74987
75078
|
var b = _2.value;
|
|
74988
|
-
b.d.
|
|
75079
|
+
b.d._dm();
|
|
74989
75080
|
}
|
|
74990
75081
|
}
|
|
74991
75082
|
catch (e_237_1) {
|
|
@@ -75061,11 +75152,11 @@ var WorksheetTableStyle = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
75061
75152
|
/**
|
|
75062
75153
|
* @hidden
|
|
75063
75154
|
*/
|
|
75064
|
-
WorksheetTableStyle._c = 1 | 8 | 16 | 32 | 65536 | 131072 | 1048576 | 8388608 | 16777216 | 268435456 | 536870912 | 33554432 | 512 | 2048 | 8192;
|
|
75155
|
+
WorksheetTableStyle._c = 1 | 8 | 16 | 32 | 65536 | 131072 | 1073741824 | 1048576 | 8388608 | 16777216 | 268435456 | 536870912 | 33554432 | 512 | 2048 | 8192;
|
|
75065
75156
|
/**
|
|
75066
75157
|
* @hidden
|
|
75067
75158
|
*/
|
|
75068
|
-
WorksheetTableStyle._e = 1 | 8 | 16 | 32 | 65536 | 131072 | 1048576 | 8388608 | 16777216 | 268435456 | 536870912 | 33554432;
|
|
75159
|
+
WorksheetTableStyle._e = 1 | 8 | 16 | 32 | 65536 | 131072 | 1073741824 | 1048576 | 8388608 | 16777216 | 268435456 | 536870912 | 33554432;
|
|
75069
75160
|
/**
|
|
75070
75161
|
* @hidden
|
|
75071
75162
|
*/
|
|
@@ -76038,11 +76129,11 @@ var WorksheetTable = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
76038
76129
|
*/
|
|
76039
76130
|
WorksheetTable.prototype.onCellFormatValueChanging = function (sender, values) {
|
|
76040
76131
|
var a = sender;
|
|
76041
|
-
for (var b = 1; b !=
|
|
76132
|
+
for (var b = 1; b != -2147483648; b = (b << 1)) {
|
|
76042
76133
|
if ((values & b) == 0) {
|
|
76043
76134
|
continue;
|
|
76044
76135
|
}
|
|
76045
|
-
WorksheetTable._fg(a.
|
|
76136
|
+
WorksheetTable._fg(a._bu, b);
|
|
76046
76137
|
}
|
|
76047
76138
|
};
|
|
76048
76139
|
/**
|
|
@@ -76050,7 +76141,7 @@ var WorksheetTable = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
76050
76141
|
*/
|
|
76051
76142
|
WorksheetTable.prototype.verifyFormatOptions = function (sender, formatOptions) {
|
|
76052
76143
|
var a = sender;
|
|
76053
|
-
if (a.
|
|
76144
|
+
if (a._bu == 0) {
|
|
76054
76145
|
var b = 63 & ~8;
|
|
76055
76146
|
if ((formatOptions & b) != 0) {
|
|
76056
76147
|
throw new InvalidOperationException(1, ExcelUtils.eh("LE_InvalidOperationException_InvalidFormatOptionsInWholeTableArea"));
|
|
@@ -76985,7 +77076,7 @@ var WorksheetTable = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
76985
77076
|
try {
|
|
76986
77077
|
for (var _1 = __values(fromEnum(l)), _2 = _1.next(); !_2.done; _2 = _1.next()) {
|
|
76987
77078
|
var n = _2.value;
|
|
76988
|
-
m.
|
|
77079
|
+
m._bl(n.key, n.value);
|
|
76989
77080
|
}
|
|
76990
77081
|
}
|
|
76991
77082
|
catch (e_244_1) {
|
|
@@ -77017,19 +77108,19 @@ var WorksheetTable = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
77017
77108
|
if (c != null) {
|
|
77018
77109
|
var d = a._areaFormats$i._d(b, 1);
|
|
77019
77110
|
d.formatOptions &= ~c.formatOptions;
|
|
77020
|
-
ExcelUtils.fg(c, d,
|
|
77111
|
+
ExcelUtils.fg(c, d, -1, true);
|
|
77021
77112
|
}
|
|
77022
77113
|
var e = this._areaFormats$i._f(1);
|
|
77023
77114
|
if (e != null) {
|
|
77024
77115
|
var f = a._areaFormats$i._d(b, 0);
|
|
77025
77116
|
f.formatOptions &= ~e.formatOptions;
|
|
77026
|
-
ExcelUtils.fg(e, f,
|
|
77117
|
+
ExcelUtils.fg(e, f, -1, true);
|
|
77027
77118
|
}
|
|
77028
77119
|
var g = this._areaFormats$i._f(3);
|
|
77029
77120
|
if (g != null) {
|
|
77030
77121
|
var h = a._areaFormats$i._d(b, 2);
|
|
77031
77122
|
h.formatOptions &= ~g.formatOptions;
|
|
77032
|
-
ExcelUtils.fg(g, h,
|
|
77123
|
+
ExcelUtils.fg(g, h, -1, true);
|
|
77033
77124
|
}
|
|
77034
77125
|
};
|
|
77035
77126
|
/**
|
|
@@ -77113,7 +77204,7 @@ var WorksheetTable = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
77113
77204
|
var i = h.key;
|
|
77114
77205
|
var j = typeCast(WorksheetCellFormatProxy.$, h.value);
|
|
77115
77206
|
var k = typeCast(WorksheetCellFormatProxy.$, this._b2.item(i));
|
|
77116
|
-
ExcelUtils.fg(j, k,
|
|
77207
|
+
ExcelUtils.fg(j, k, -1, void 0, void 0, void 0, b);
|
|
77117
77208
|
}
|
|
77118
77209
|
}
|
|
77119
77210
|
catch (e_246_1) {
|
|
@@ -77458,11 +77549,11 @@ var WorksheetTable = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
77458
77549
|
WorksheetTable.prototype._dz = function (a, b, c, d, e) {
|
|
77459
77550
|
for (var f = d._k - 1; f >= 0; f--) {
|
|
77460
77551
|
var g = d._j._inner[f];
|
|
77461
|
-
if (this._cq(a, b, g.
|
|
77552
|
+
if (this._cq(a, b, g._bu, e) == false) {
|
|
77462
77553
|
continue;
|
|
77463
77554
|
}
|
|
77464
|
-
if (g.
|
|
77465
|
-
var h =
|
|
77555
|
+
if (g._bu == 0) {
|
|
77556
|
+
var h = -1 & ~208404486;
|
|
77466
77557
|
if (a == this._bw._ac) {
|
|
77467
77558
|
h |= 67108864;
|
|
77468
77559
|
h |= 134217728;
|
|
@@ -77639,14 +77730,14 @@ var WorksheetTable = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
77639
77730
|
*/
|
|
77640
77731
|
WorksheetTable._ee = function (a, b, c) {
|
|
77641
77732
|
if (c === void 0) {
|
|
77642
|
-
c =
|
|
77733
|
+
c = -1;
|
|
77643
77734
|
}
|
|
77644
77735
|
var d = a.a();
|
|
77645
77736
|
var e = a.style;
|
|
77646
77737
|
var f = e != null && e._n == false ? e._i._bz : 0;
|
|
77647
77738
|
var g = a.d.v;
|
|
77648
77739
|
var h = g != null ? g._styles$i.normalStyle._i : null;
|
|
77649
|
-
for (var i = 1; i !=
|
|
77740
|
+
for (var i = 1; i != -2147483648; i = (i << 1)) {
|
|
77650
77741
|
if ((c & i) == 0) {
|
|
77651
77742
|
continue;
|
|
77652
77743
|
}
|
|
@@ -77659,7 +77750,7 @@ var WorksheetTable = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
77659
77750
|
case 4194304:
|
|
77660
77751
|
case 524288:
|
|
77661
77752
|
case 32:
|
|
77662
|
-
if (h == null || !Base.equalsStatic(h.
|
|
77753
|
+
if (h == null || !Base.equalsStatic(h._df(i), a._aj(i))) {
|
|
77663
77754
|
continue;
|
|
77664
77755
|
}
|
|
77665
77756
|
break;
|
|
@@ -77672,7 +77763,7 @@ var WorksheetTable = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
77672
77763
|
}
|
|
77673
77764
|
var k = b._aj(i);
|
|
77674
77765
|
if (WorksheetCellFormatData._cf(i, k) == false) {
|
|
77675
|
-
a.
|
|
77766
|
+
a._bm(i, k, false, 0);
|
|
77676
77767
|
}
|
|
77677
77768
|
}
|
|
77678
77769
|
a.g(d);
|
|
@@ -78319,7 +78410,7 @@ var WorksheetTable = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
78319
78410
|
if (c != null && c._c4) {
|
|
78320
78411
|
return;
|
|
78321
78412
|
}
|
|
78322
|
-
var d = a.
|
|
78413
|
+
var d = a._bu;
|
|
78323
78414
|
var e;
|
|
78324
78415
|
switch (d) {
|
|
78325
78416
|
case 0: return;
|
|
@@ -78335,7 +78426,7 @@ var WorksheetTable = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
78335
78426
|
default: return;
|
|
78336
78427
|
}
|
|
78337
78428
|
var f = 0;
|
|
78338
|
-
for (var g = 1; g !=
|
|
78429
|
+
for (var g = 1; g != -2147483648; g = (g << 1)) {
|
|
78339
78430
|
if ((b & g) == 0) {
|
|
78340
78431
|
continue;
|
|
78341
78432
|
}
|
|
@@ -79458,7 +79549,7 @@ var WorksheetTableAreaFormatsCollection$1 = /** @class */ /*@__PURE__*/ (functio
|
|
|
79458
79549
|
}
|
|
79459
79550
|
d = new WorksheetTableAreaFormatProxy$1(this.$tArea, b, e, this._a);
|
|
79460
79551
|
if (this._a.isReadOnly) {
|
|
79461
|
-
d.d.
|
|
79552
|
+
d.d._dm();
|
|
79462
79553
|
}
|
|
79463
79554
|
this._h.item(b, d);
|
|
79464
79555
|
d.d.ab(this._a);
|
|
@@ -79570,14 +79661,14 @@ var WorksheetTableAreaFormatProxy$1 = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
79570
79661
|
function WorksheetTableAreaFormatProxy$1($tArea, a, b, c) {
|
|
79571
79662
|
var _this = _super.call(this, 0, b, null, c) || this;
|
|
79572
79663
|
_this.$tArea = null;
|
|
79573
|
-
_this.
|
|
79664
|
+
_this._bt = null;
|
|
79574
79665
|
_this.$tArea = $tArea;
|
|
79575
79666
|
_this.$type = _this.$type.specialize(_this.$tArea);
|
|
79576
|
-
_this.
|
|
79667
|
+
_this._bt = a;
|
|
79577
79668
|
return _this;
|
|
79578
79669
|
}
|
|
79579
79670
|
WorksheetTableAreaFormatProxy$1.prototype.get__l = function () {
|
|
79580
|
-
return this.$type.getStaticFields().
|
|
79671
|
+
return this.$type.getStaticFields()._bs;
|
|
79581
79672
|
};
|
|
79582
79673
|
Object.defineProperty(WorksheetTableAreaFormatProxy$1.prototype, "_l", {
|
|
79583
79674
|
get: function () {
|
|
@@ -79614,15 +79705,15 @@ var WorksheetTableAreaFormatProxy$1 = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
79614
79705
|
enumerable: false,
|
|
79615
79706
|
configurable: true
|
|
79616
79707
|
});
|
|
79617
|
-
Object.defineProperty(WorksheetTableAreaFormatProxy$1.prototype, "
|
|
79708
|
+
Object.defineProperty(WorksheetTableAreaFormatProxy$1.prototype, "_bu", {
|
|
79618
79709
|
get: function () {
|
|
79619
|
-
return this.
|
|
79710
|
+
return this._bt;
|
|
79620
79711
|
},
|
|
79621
79712
|
enumerable: false,
|
|
79622
79713
|
configurable: true
|
|
79623
79714
|
});
|
|
79624
79715
|
WorksheetTableAreaFormatProxy$1.$t = markType(WorksheetTableAreaFormatProxy$1, 'WorksheetTableAreaFormatProxy$1', WorksheetCellFormatProxy.$, null, function () {
|
|
79625
|
-
this.
|
|
79716
|
+
this._bs = WorksheetCellFormatProxy._m(85, 8 | 4);
|
|
79626
79717
|
});
|
|
79627
79718
|
return WorksheetTableAreaFormatProxy$1;
|
|
79628
79719
|
}(WorksheetCellFormatProxy));
|
|
@@ -80466,8 +80557,8 @@ var WorksheetTableColumn = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
80466
80557
|
var b = a._o._a8(a._ab);
|
|
80467
80558
|
if (b != null) {
|
|
80468
80559
|
b = b._bu();
|
|
80469
|
-
b.
|
|
80470
|
-
b.
|
|
80560
|
+
b._du(67108864);
|
|
80561
|
+
b._du(134217728);
|
|
80471
80562
|
format.setFormatting(b);
|
|
80472
80563
|
}
|
|
80473
80564
|
}
|
|
@@ -80478,8 +80569,8 @@ var WorksheetTableColumn = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
80478
80569
|
var d = c._o._a8(c._ab);
|
|
80479
80570
|
if (d != null) {
|
|
80480
80571
|
d = d._bu();
|
|
80481
|
-
d.
|
|
80482
|
-
d.
|
|
80572
|
+
d._du(2);
|
|
80573
|
+
d._du(4);
|
|
80483
80574
|
format.setFormatting(d);
|
|
80484
80575
|
}
|
|
80485
80576
|
}
|
|
@@ -80571,18 +80662,18 @@ var WorksheetTableColumn = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
80571
80662
|
*/
|
|
80572
80663
|
WorksheetTableColumn.prototype.onCellFormatValueChanged = function (sender, values, options) {
|
|
80573
80664
|
var a = sender;
|
|
80574
|
-
this._b5(a, values, a.
|
|
80665
|
+
this._b5(a, values, a._bu == 0);
|
|
80575
80666
|
};
|
|
80576
80667
|
/**
|
|
80577
80668
|
* @hidden
|
|
80578
80669
|
*/
|
|
80579
80670
|
WorksheetTableColumn.prototype.onCellFormatValueChanging = function (sender, values) {
|
|
80580
80671
|
var a = sender;
|
|
80581
|
-
for (var b = 1; b !=
|
|
80672
|
+
for (var b = 1; b != -2147483648; b = (b << 1)) {
|
|
80582
80673
|
if ((values & b) == 0) {
|
|
80583
80674
|
continue;
|
|
80584
80675
|
}
|
|
80585
|
-
WorksheetTableColumn._b8(a.
|
|
80676
|
+
WorksheetTableColumn._b8(a._bu, b);
|
|
80586
80677
|
}
|
|
80587
80678
|
};
|
|
80588
80679
|
/**
|
|
@@ -81147,8 +81238,8 @@ var WorksheetTableColumn = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
81147
81238
|
var j = _2.value;
|
|
81148
81239
|
if (i <= j.value) {
|
|
81149
81240
|
var k = j.key._bu();
|
|
81150
|
-
k.
|
|
81151
|
-
k.
|
|
81241
|
+
k._du(2);
|
|
81242
|
+
k._du(4);
|
|
81152
81243
|
this._areaFormats$i.item(2).setFormatting(k);
|
|
81153
81244
|
break;
|
|
81154
81245
|
}
|
|
@@ -81190,7 +81281,7 @@ var WorksheetTableColumn = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
81190
81281
|
var d = c.key;
|
|
81191
81282
|
var e = typeCast(WorksheetCellFormatProxy.$, c.value);
|
|
81192
81283
|
var f = typeCast(WorksheetCellFormatProxy.$, this._am.item(d));
|
|
81193
|
-
ExcelUtils.fg(e, f,
|
|
81284
|
+
ExcelUtils.fg(e, f, -1, void 0, void 0, void 0, b);
|
|
81194
81285
|
}
|
|
81195
81286
|
}
|
|
81196
81287
|
catch (e_264_1) {
|
|
@@ -81326,7 +81417,7 @@ var WorksheetTableColumn = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
81326
81417
|
}
|
|
81327
81418
|
}
|
|
81328
81419
|
else if (b != null) {
|
|
81329
|
-
this._b6(this._areaFormats$i._f(0),
|
|
81420
|
+
this._b6(this._areaFormats$i._f(0), -1, true, b, null);
|
|
81330
81421
|
}
|
|
81331
81422
|
if (b != null && this._w != null) {
|
|
81332
81423
|
if (c != null) {
|
|
@@ -81393,7 +81484,7 @@ var WorksheetTableColumn = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
81393
81484
|
*/
|
|
81394
81485
|
WorksheetTableColumn.prototype._b7 = function (a) {
|
|
81395
81486
|
if (this._am != null) {
|
|
81396
|
-
this._b5(this._areaFormats$i._f(a),
|
|
81487
|
+
this._b5(this._areaFormats$i._f(a), -1, true);
|
|
81397
81488
|
}
|
|
81398
81489
|
};
|
|
81399
81490
|
/**
|
|
@@ -81530,7 +81621,7 @@ var WorksheetTableColumn = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
81530
81621
|
if (d != null && d._c4) {
|
|
81531
81622
|
return;
|
|
81532
81623
|
}
|
|
81533
|
-
var e = a.
|
|
81624
|
+
var e = a._bu;
|
|
81534
81625
|
var f = null;
|
|
81535
81626
|
var g = null;
|
|
81536
81627
|
switch (e) {
|
|
@@ -84331,7 +84422,7 @@ var WorkbookFontDataResolved = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
84331
84422
|
});
|
|
84332
84423
|
Object.defineProperty(WorkbookFontDataResolved.prototype, "_bold$i", {
|
|
84333
84424
|
get: function () {
|
|
84334
|
-
return this._a.d.
|
|
84425
|
+
return this._a.d._c3;
|
|
84335
84426
|
},
|
|
84336
84427
|
set: function (a) {
|
|
84337
84428
|
this._e();
|
|
@@ -84372,7 +84463,7 @@ var WorkbookFontDataResolved = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
84372
84463
|
});
|
|
84373
84464
|
Object.defineProperty(WorkbookFontDataResolved.prototype, "_italic$i", {
|
|
84374
84465
|
get: function () {
|
|
84375
|
-
return this._a.d.
|
|
84466
|
+
return this._a.d._c4;
|
|
84376
84467
|
},
|
|
84377
84468
|
set: function (a) {
|
|
84378
84469
|
this._e();
|
|
@@ -84382,7 +84473,7 @@ var WorkbookFontDataResolved = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
84382
84473
|
});
|
|
84383
84474
|
Object.defineProperty(WorkbookFontDataResolved.prototype, "name", {
|
|
84384
84475
|
get: function () {
|
|
84385
|
-
return this._a.d.
|
|
84476
|
+
return this._a.d._dh;
|
|
84386
84477
|
},
|
|
84387
84478
|
set: function (a) {
|
|
84388
84479
|
this._e();
|
|
@@ -84403,7 +84494,7 @@ var WorkbookFontDataResolved = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
84403
84494
|
});
|
|
84404
84495
|
Object.defineProperty(WorkbookFontDataResolved.prototype, "_strikeout$i", {
|
|
84405
84496
|
get: function () {
|
|
84406
|
-
return this._a.d.
|
|
84497
|
+
return this._a.d._c5;
|
|
84407
84498
|
},
|
|
84408
84499
|
set: function (a) {
|
|
84409
84500
|
this._e();
|
|
@@ -84649,7 +84740,7 @@ var WorkbookFontProxy = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
84649
84740
|
WorkbookFontProxy.prototype.g = function (a) {
|
|
84650
84741
|
_super.prototype.g.call(this, a);
|
|
84651
84742
|
if (this._m != null) {
|
|
84652
|
-
this._m.
|
|
84743
|
+
this._m._dp();
|
|
84653
84744
|
}
|
|
84654
84745
|
};
|
|
84655
84746
|
WorkbookFontProxy._l = function (a, b) {
|
|
@@ -106935,7 +107026,7 @@ var WorksheetCellBlock = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
106935
107026
|
j = g._b2.a(k._cs);
|
|
106936
107027
|
}
|
|
106937
107028
|
else {
|
|
106938
|
-
j = new ValueFormatter(0, g, k.
|
|
107029
|
+
j = new ValueFormatter(0, g, k._di, a._y);
|
|
106939
107030
|
}
|
|
106940
107031
|
}
|
|
106941
107032
|
if (j.o == false) {
|
|
@@ -107737,7 +107828,7 @@ var WorksheetCellBlock = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
107737
107828
|
a.worksheet._ex.item(ValueTuple.a(WorksheetRow.$, Number_$type, a, b), c);
|
|
107738
107829
|
};
|
|
107739
107830
|
WorksheetCellBlock.t = function (a, b, c) {
|
|
107740
|
-
if (WorksheetCellBlock.q(a._a7(b).
|
|
107831
|
+
if (WorksheetCellBlock.q(a._a7(b)._di)) {
|
|
107741
107832
|
c = a._bc(b);
|
|
107742
107833
|
return {
|
|
107743
107834
|
ret: true,
|
|
@@ -107860,32 +107951,32 @@ var WorksheetMergedCellsRegion = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
107860
107951
|
case 2:
|
|
107861
107952
|
case 4:
|
|
107862
107953
|
if (m == j) {
|
|
107863
|
-
p.
|
|
107954
|
+
p._bm(s, h._aj(s), false, a);
|
|
107864
107955
|
}
|
|
107865
107956
|
break;
|
|
107866
107957
|
case 67108864:
|
|
107867
107958
|
case 134217728:
|
|
107868
107959
|
if (m == i) {
|
|
107869
|
-
p.
|
|
107960
|
+
p._bm(s, h._aj(s), false, a);
|
|
107870
107961
|
}
|
|
107871
107962
|
break;
|
|
107872
107963
|
case 262144:
|
|
107873
107964
|
case 524288:
|
|
107874
107965
|
if (o == k) {
|
|
107875
|
-
p.
|
|
107966
|
+
p._bm(s, h._aj(s), false, a);
|
|
107876
107967
|
}
|
|
107877
107968
|
break;
|
|
107878
107969
|
case 2097152:
|
|
107879
107970
|
case 4194304:
|
|
107880
107971
|
if (o == l) {
|
|
107881
|
-
p.
|
|
107972
|
+
p._bm(s, h._aj(s), false, a);
|
|
107882
107973
|
}
|
|
107883
107974
|
break;
|
|
107884
107975
|
case 32640:
|
|
107885
107976
|
p._a1(h._u, false, a);
|
|
107886
107977
|
break;
|
|
107887
107978
|
default:
|
|
107888
|
-
p.
|
|
107979
|
+
p._bm(s, h._aj(s), false, a);
|
|
107889
107980
|
break;
|
|
107890
107981
|
}
|
|
107891
107982
|
}
|
|
@@ -108250,7 +108341,7 @@ var WorksheetMergedCellsRegion = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
108250
108341
|
break;
|
|
108251
108342
|
}
|
|
108252
108343
|
var d = this._a1(toNullable(CellFormatValue_$type, c), false);
|
|
108253
|
-
this._cellFormatInternal.
|
|
108344
|
+
this._cellFormatInternal._bm(c, d.item(c), true, 4);
|
|
108254
108345
|
};
|
|
108255
108346
|
/**
|
|
108256
108347
|
* @hidden
|
|
@@ -108315,7 +108406,7 @@ var WorksheetMergedCellsRegion = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
108315
108406
|
m = j;
|
|
108316
108407
|
}
|
|
108317
108408
|
if (Base.equalsStatic(m, k) == false) {
|
|
108318
|
-
k = WorksheetCellFormatData.
|
|
108409
|
+
k = WorksheetCellFormatData._da(h);
|
|
108319
108410
|
break;
|
|
108320
108411
|
}
|
|
108321
108412
|
}
|
|
@@ -108342,13 +108433,13 @@ var WorksheetMergedCellsRegion = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
108342
108433
|
var m = ExcelUtils.d1(a, f, g, l, e, h);
|
|
108343
108434
|
var n;
|
|
108344
108435
|
if (j != null) {
|
|
108345
|
-
n = j.b.
|
|
108436
|
+
n = j.b._df(h);
|
|
108346
108437
|
}
|
|
108347
108438
|
else if (k != null) {
|
|
108348
|
-
n = k.b.
|
|
108439
|
+
n = k.b._df(ExcelUtils.n(h));
|
|
108349
108440
|
}
|
|
108350
108441
|
else {
|
|
108351
|
-
n = WorksheetCellFormatData.
|
|
108442
|
+
n = WorksheetCellFormatData._da(h);
|
|
108352
108443
|
}
|
|
108353
108444
|
var o = m;
|
|
108354
108445
|
if (WorksheetCellFormatData._cf(h, o)) {
|
|
@@ -108362,7 +108453,7 @@ var WorksheetMergedCellsRegion = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
108362
108453
|
r = n;
|
|
108363
108454
|
}
|
|
108364
108455
|
if (Base.equalsStatic(r, o) == false) {
|
|
108365
|
-
o = WorksheetCellFormatData.
|
|
108456
|
+
o = WorksheetCellFormatData._da(h);
|
|
108366
108457
|
break;
|
|
108367
108458
|
}
|
|
108368
108459
|
}
|
|
@@ -109203,7 +109294,7 @@ var WorkbookSaveManager = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
109203
109294
|
for (var i = 0; i < f.length; i++) {
|
|
109204
109295
|
var j = f[i];
|
|
109205
109296
|
ExcelUtils.fd(h, e, j);
|
|
109206
|
-
h.
|
|
109297
|
+
h._du(j);
|
|
109207
109298
|
}
|
|
109208
109299
|
if (e._cd) {
|
|
109209
109300
|
e = null;
|
|
@@ -110512,7 +110603,7 @@ var WorkbookSaveManager = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
110512
110603
|
try {
|
|
110513
110604
|
for (var _1 = __values(fromEnum(a._areaFormats$i._i())), _2 = _1.next(); !_2.done; _2 = _1.next()) {
|
|
110514
110605
|
var c = _2.value;
|
|
110515
|
-
b._m(c.
|
|
110606
|
+
b._m(c._bu, this._bc(c.d));
|
|
110516
110607
|
}
|
|
110517
110608
|
}
|
|
110518
110609
|
catch (e_357_1) {
|
|
@@ -117952,7 +118043,7 @@ var WorksheetMergedRegionOwnedCellFormatProxy = /** @class */ /*@__PURE__*/ (fun
|
|
|
117952
118043
|
return _super.call(this, 1, a, b) || this;
|
|
117953
118044
|
}
|
|
117954
118045
|
WorksheetMergedRegionOwnedCellFormatProxy.prototype.get__l = function () {
|
|
117955
|
-
return WorksheetMergedRegionOwnedCellFormatProxy.
|
|
118046
|
+
return WorksheetMergedRegionOwnedCellFormatProxy._bs;
|
|
117956
118047
|
};
|
|
117957
118048
|
Object.defineProperty(WorksheetMergedRegionOwnedCellFormatProxy.prototype, "_l", {
|
|
117958
118049
|
get: function () {
|
|
@@ -117986,7 +118077,7 @@ var WorksheetMergedRegionOwnedCellFormatProxy = /** @class */ /*@__PURE__*/ (fun
|
|
|
117986
118077
|
configurable: true
|
|
117987
118078
|
});
|
|
117988
118079
|
WorksheetMergedRegionOwnedCellFormatProxy.$t = markType(WorksheetMergedRegionOwnedCellFormatProxy, 'WorksheetMergedRegionOwnedCellFormatProxy', WorksheetCellFormatProxy.$);
|
|
117989
|
-
WorksheetMergedRegionOwnedCellFormatProxy.
|
|
118080
|
+
WorksheetMergedRegionOwnedCellFormatProxy._bs = WorksheetCellFormatProxy._m(4, 4);
|
|
117990
118081
|
return WorksheetMergedRegionOwnedCellFormatProxy;
|
|
117991
118082
|
}(WorksheetCellFormatProxy));
|
|
117992
118083
|
export { WorksheetMergedRegionOwnedCellFormatProxy };
|
|
@@ -119722,7 +119813,7 @@ var WorkbookStyleCollection = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
119722
119813
|
if (b.isBuiltIn) {
|
|
119723
119814
|
b._m = false;
|
|
119724
119815
|
b._i.setFormatting(a._i);
|
|
119725
|
-
b._i.
|
|
119816
|
+
b._i._dv(a._i.formatOptions);
|
|
119726
119817
|
return b;
|
|
119727
119818
|
}
|
|
119728
119819
|
this.remove(b);
|
|
@@ -121009,7 +121100,7 @@ var WorksheetCellFormatDataResolved = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
121009
121100
|
p1: b
|
|
121010
121101
|
};
|
|
121011
121102
|
}
|
|
121012
|
-
b = c.
|
|
121103
|
+
b = c._dc(ExcelUtils.n(a), null);
|
|
121013
121104
|
return {
|
|
121014
121105
|
ret: true,
|
|
121015
121106
|
p1: b
|
|
@@ -121039,7 +121130,7 @@ var WorksheetCellFormatDataResolved = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
121039
121130
|
});
|
|
121040
121131
|
Object.defineProperty(WorksheetCellFormatDataResolved.prototype, "bottomBorderColorInfo", {
|
|
121041
121132
|
get: function () {
|
|
121042
|
-
return this._b.d.
|
|
121133
|
+
return this._b.d._dc(2, runOn(this, this._f));
|
|
121043
121134
|
},
|
|
121044
121135
|
set: function (a) {
|
|
121045
121136
|
this._n();
|
|
@@ -121049,7 +121140,7 @@ var WorksheetCellFormatDataResolved = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
121049
121140
|
});
|
|
121050
121141
|
Object.defineProperty(WorksheetCellFormatDataResolved.prototype, "bottomBorderStyle", {
|
|
121051
121142
|
get: function () {
|
|
121052
|
-
return EnumUtil.getEnumValue(CellBorderLineStyle_$type, this._b.d.
|
|
121143
|
+
return EnumUtil.getEnumValue(CellBorderLineStyle_$type, this._b.d._dc(4, runOn(this, this._f)));
|
|
121053
121144
|
},
|
|
121054
121145
|
set: function (a) {
|
|
121055
121146
|
this._n();
|
|
@@ -121168,7 +121259,7 @@ var WorksheetCellFormatDataResolved = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
121168
121259
|
});
|
|
121169
121260
|
Object.defineProperty(WorksheetCellFormatDataResolved.prototype, "formatString", {
|
|
121170
121261
|
get: function () {
|
|
121171
|
-
return this._b.d.
|
|
121262
|
+
return this._b.d._di;
|
|
121172
121263
|
},
|
|
121173
121264
|
set: function (a) {
|
|
121174
121265
|
this._n();
|
|
@@ -121188,7 +121279,7 @@ var WorksheetCellFormatDataResolved = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
121188
121279
|
});
|
|
121189
121280
|
Object.defineProperty(WorksheetCellFormatDataResolved.prototype, "leftBorderColorInfo", {
|
|
121190
121281
|
get: function () {
|
|
121191
|
-
return this._b.d.
|
|
121282
|
+
return this._b.d._dc(262144, runOn(this, this._f));
|
|
121192
121283
|
},
|
|
121193
121284
|
set: function (a) {
|
|
121194
121285
|
this._n();
|
|
@@ -121198,7 +121289,28 @@ var WorksheetCellFormatDataResolved = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
121198
121289
|
});
|
|
121199
121290
|
Object.defineProperty(WorksheetCellFormatDataResolved.prototype, "leftBorderStyle", {
|
|
121200
121291
|
get: function () {
|
|
121201
|
-
return EnumUtil.getEnumValue(CellBorderLineStyle_$type, this._b.d.
|
|
121292
|
+
return EnumUtil.getEnumValue(CellBorderLineStyle_$type, this._b.d._dc(524288, runOn(this, this._f)));
|
|
121293
|
+
},
|
|
121294
|
+
set: function (a) {
|
|
121295
|
+
this._n();
|
|
121296
|
+
},
|
|
121297
|
+
enumerable: false,
|
|
121298
|
+
configurable: true
|
|
121299
|
+
});
|
|
121300
|
+
Object.defineProperty(WorksheetCellFormatDataResolved.prototype, "hidden", {
|
|
121301
|
+
get: function () {
|
|
121302
|
+
return unwrapNullable(this._hidden$i);
|
|
121303
|
+
},
|
|
121304
|
+
set: function (a) {
|
|
121305
|
+
arguments[0] = wrapNullable(Boolean_$type, arguments[0]);
|
|
121306
|
+
this._hidden$i = arguments[0];
|
|
121307
|
+
},
|
|
121308
|
+
enumerable: false,
|
|
121309
|
+
configurable: true
|
|
121310
|
+
});
|
|
121311
|
+
Object.defineProperty(WorksheetCellFormatDataResolved.prototype, "_hidden$i", {
|
|
121312
|
+
get: function () {
|
|
121313
|
+
return this._b.d._c6;
|
|
121202
121314
|
},
|
|
121203
121315
|
set: function (a) {
|
|
121204
121316
|
this._n();
|
|
@@ -121219,7 +121331,7 @@ var WorksheetCellFormatDataResolved = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
121219
121331
|
});
|
|
121220
121332
|
Object.defineProperty(WorksheetCellFormatDataResolved.prototype, "_locked$i", {
|
|
121221
121333
|
get: function () {
|
|
121222
|
-
return this._b.d.
|
|
121334
|
+
return this._b.d._c7;
|
|
121223
121335
|
},
|
|
121224
121336
|
set: function (a) {
|
|
121225
121337
|
this._n();
|
|
@@ -121229,7 +121341,7 @@ var WorksheetCellFormatDataResolved = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
121229
121341
|
});
|
|
121230
121342
|
Object.defineProperty(WorksheetCellFormatDataResolved.prototype, "rightBorderColorInfo", {
|
|
121231
121343
|
get: function () {
|
|
121232
|
-
return this._b.d.
|
|
121344
|
+
return this._b.d._dc(2097152, runOn(this, this._f));
|
|
121233
121345
|
},
|
|
121234
121346
|
set: function (a) {
|
|
121235
121347
|
this._n();
|
|
@@ -121239,7 +121351,7 @@ var WorksheetCellFormatDataResolved = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
121239
121351
|
});
|
|
121240
121352
|
Object.defineProperty(WorksheetCellFormatDataResolved.prototype, "rightBorderStyle", {
|
|
121241
121353
|
get: function () {
|
|
121242
|
-
return EnumUtil.getEnumValue(CellBorderLineStyle_$type, this._b.d.
|
|
121354
|
+
return EnumUtil.getEnumValue(CellBorderLineStyle_$type, this._b.d._dc(4194304, runOn(this, this._f)));
|
|
121243
121355
|
},
|
|
121244
121356
|
set: function (a) {
|
|
121245
121357
|
this._n();
|
|
@@ -121270,7 +121382,7 @@ var WorksheetCellFormatDataResolved = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
121270
121382
|
});
|
|
121271
121383
|
Object.defineProperty(WorksheetCellFormatDataResolved.prototype, "_shrinkToFit$i", {
|
|
121272
121384
|
get: function () {
|
|
121273
|
-
return this._b.d.
|
|
121385
|
+
return this._b.d._c8;
|
|
121274
121386
|
},
|
|
121275
121387
|
set: function (a) {
|
|
121276
121388
|
this._n();
|
|
@@ -121290,7 +121402,7 @@ var WorksheetCellFormatDataResolved = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
121290
121402
|
});
|
|
121291
121403
|
Object.defineProperty(WorksheetCellFormatDataResolved.prototype, "topBorderColorInfo", {
|
|
121292
121404
|
get: function () {
|
|
121293
|
-
return this._b.d.
|
|
121405
|
+
return this._b.d._dc(67108864, runOn(this, this._f));
|
|
121294
121406
|
},
|
|
121295
121407
|
set: function (a) {
|
|
121296
121408
|
this._n();
|
|
@@ -121300,7 +121412,7 @@ var WorksheetCellFormatDataResolved = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
121300
121412
|
});
|
|
121301
121413
|
Object.defineProperty(WorksheetCellFormatDataResolved.prototype, "topBorderStyle", {
|
|
121302
121414
|
get: function () {
|
|
121303
|
-
return EnumUtil.getEnumValue(CellBorderLineStyle_$type, this._b.d.
|
|
121415
|
+
return EnumUtil.getEnumValue(CellBorderLineStyle_$type, this._b.d._dc(134217728, runOn(this, this._f)));
|
|
121304
121416
|
},
|
|
121305
121417
|
set: function (a) {
|
|
121306
121418
|
this._n();
|
|
@@ -121331,7 +121443,7 @@ var WorksheetCellFormatDataResolved = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
121331
121443
|
});
|
|
121332
121444
|
Object.defineProperty(WorksheetCellFormatDataResolved.prototype, "_wrapText$i", {
|
|
121333
121445
|
get: function () {
|
|
121334
|
-
return this._b.d.
|
|
121446
|
+
return this._b.d._c9;
|
|
121335
121447
|
},
|
|
121336
121448
|
set: function (a) {
|
|
121337
121449
|
this._n();
|
|
@@ -121359,7 +121471,7 @@ var WorksheetMergedCellFormatDataResolved = /** @class */ /*@__PURE__*/ (functio
|
|
|
121359
121471
|
var d = c.tryGetValue(a, b);
|
|
121360
121472
|
b = d.p1;
|
|
121361
121473
|
return {
|
|
121362
|
-
ret: Base.equalsStatic(b, WorksheetCellFormatData.
|
|
121474
|
+
ret: Base.equalsStatic(b, WorksheetCellFormatData._da(a)) == false,
|
|
121363
121475
|
p1: b
|
|
121364
121476
|
};
|
|
121365
121477
|
};
|
|
@@ -121374,29 +121486,29 @@ var WorksheetCellOwnedFormatProxy = /** @class */ /*@__PURE__*/ (function (_supe
|
|
|
121374
121486
|
__extends(WorksheetCellOwnedFormatProxy, _super);
|
|
121375
121487
|
function WorksheetCellOwnedFormatProxy(a, b, c, d, e) {
|
|
121376
121488
|
var _this = _super.call(this, 0, a, b, c) || this;
|
|
121377
|
-
_this.
|
|
121378
|
-
_this.
|
|
121379
|
-
_this.
|
|
121380
|
-
_this.
|
|
121381
|
-
_this.
|
|
121382
|
-
_this.
|
|
121489
|
+
_this._bt = null;
|
|
121490
|
+
_this._bx = 0;
|
|
121491
|
+
_this._bv = 0;
|
|
121492
|
+
_this._bv = d;
|
|
121493
|
+
_this._bt = e;
|
|
121494
|
+
_this._bx = c.worksheet._fw;
|
|
121383
121495
|
return _this;
|
|
121384
121496
|
}
|
|
121385
121497
|
WorksheetCellOwnedFormatProxy.prototype.g = function (a) {
|
|
121386
121498
|
_super.prototype.g.call(this, a);
|
|
121387
|
-
this.
|
|
121499
|
+
this._by();
|
|
121388
121500
|
};
|
|
121389
121501
|
WorksheetCellOwnedFormatProxy.prototype.b = function (a) {
|
|
121390
|
-
this.
|
|
121502
|
+
this._bz();
|
|
121391
121503
|
if (a == false) {
|
|
121392
121504
|
return _super.prototype.b.call(this, a);
|
|
121393
121505
|
}
|
|
121394
121506
|
var b = _super.prototype.b.call(this, a);
|
|
121395
|
-
this.
|
|
121507
|
+
this._by();
|
|
121396
121508
|
return b;
|
|
121397
121509
|
};
|
|
121398
121510
|
WorksheetCellOwnedFormatProxy.prototype.get__l = function () {
|
|
121399
|
-
return WorksheetCellOwnedFormatProxy.
|
|
121511
|
+
return WorksheetCellOwnedFormatProxy._bs;
|
|
121400
121512
|
};
|
|
121401
121513
|
Object.defineProperty(WorksheetCellOwnedFormatProxy.prototype, "_l", {
|
|
121402
121514
|
get: function () {
|
|
@@ -121416,9 +121528,9 @@ var WorksheetCellOwnedFormatProxy = /** @class */ /*@__PURE__*/ (function (_supe
|
|
|
121416
121528
|
configurable: true
|
|
121417
121529
|
});
|
|
121418
121530
|
WorksheetCellOwnedFormatProxy.prototype._ai = function () {
|
|
121419
|
-
this.
|
|
121531
|
+
this._bz();
|
|
121420
121532
|
var a = this._s;
|
|
121421
|
-
return toNullable(WorksheetCellAddress.$, new WorksheetCellAddress(1, a.index, this.
|
|
121533
|
+
return toNullable(WorksheetCellAddress.$, new WorksheetCellAddress(1, a.index, this._bv));
|
|
121422
121534
|
};
|
|
121423
121535
|
WorksheetCellOwnedFormatProxy.prototype._at = function (a) {
|
|
121424
121536
|
if (WorksheetCellAddress.i(a, toNullable(WorksheetCellAddress.$, null))) {
|
|
@@ -121426,9 +121538,9 @@ var WorksheetCellOwnedFormatProxy = /** @class */ /*@__PURE__*/ (function (_supe
|
|
|
121426
121538
|
if (b != null) {
|
|
121427
121539
|
var c = b.worksheet;
|
|
121428
121540
|
if (c != null) {
|
|
121429
|
-
this.
|
|
121430
|
-
this.
|
|
121431
|
-
this.
|
|
121541
|
+
this._bx = c._fw;
|
|
121542
|
+
this._bd(c._rows$i.item(a.value.o));
|
|
121543
|
+
this._bv = a.value.m;
|
|
121432
121544
|
}
|
|
121433
121545
|
}
|
|
121434
121546
|
}
|
|
@@ -121445,44 +121557,44 @@ var WorksheetCellOwnedFormatProxy = /** @class */ /*@__PURE__*/ (function (_supe
|
|
|
121445
121557
|
configurable: true
|
|
121446
121558
|
});
|
|
121447
121559
|
WorksheetCellOwnedFormatProxy.prototype.get_d = function () {
|
|
121448
|
-
this.
|
|
121449
|
-
this.c = this.
|
|
121560
|
+
this._bz();
|
|
121561
|
+
this.c = this._bt[this._bv % 32];
|
|
121450
121562
|
return this.c;
|
|
121451
121563
|
};
|
|
121452
|
-
WorksheetCellOwnedFormatProxy.prototype._bx = function () {
|
|
121453
|
-
this._bs[this._bu % 32] = this.c;
|
|
121454
|
-
};
|
|
121455
121564
|
WorksheetCellOwnedFormatProxy.prototype._by = function () {
|
|
121565
|
+
this._bt[this._bv % 32] = this.c;
|
|
121566
|
+
};
|
|
121567
|
+
WorksheetCellOwnedFormatProxy.prototype._bz = function () {
|
|
121456
121568
|
var _this = this;
|
|
121457
|
-
if (this.
|
|
121569
|
+
if (this._bt != null) {
|
|
121458
121570
|
var a = this._s;
|
|
121459
|
-
var b = this.
|
|
121571
|
+
var b = this._bv;
|
|
121460
121572
|
var c_11 = this._s;
|
|
121461
121573
|
var d_10 = c_11.worksheet;
|
|
121462
|
-
if (d_10 == null || ((function () { var e = d_10._ep(c_11, _this.
|
|
121463
|
-
this.
|
|
121464
|
-
this.
|
|
121465
|
-
this.
|
|
121574
|
+
if (d_10 == null || ((function () { var e = d_10._ep(c_11, _this._bv, _this._bx); c_11 = e.p0; _this._bv = e.p1; _this._bx = e.p2; return e.ret; })()) == false) {
|
|
121575
|
+
this._bd(null);
|
|
121576
|
+
this._bv = -1;
|
|
121577
|
+
this._bt = null;
|
|
121466
121578
|
this.c = null;
|
|
121467
121579
|
}
|
|
121468
|
-
else if (c_11 != a || this.
|
|
121469
|
-
this.
|
|
121470
|
-
this.
|
|
121471
|
-
this.c = c_11._bb(this.
|
|
121580
|
+
else if (c_11 != a || this._bv != b) {
|
|
121581
|
+
this._bd(c_11);
|
|
121582
|
+
this._bt = c_11._aj(this._bv);
|
|
121583
|
+
this.c = c_11._bb(this._bt, this._bv).d;
|
|
121472
121584
|
}
|
|
121473
121585
|
}
|
|
121474
|
-
if (this.
|
|
121586
|
+
if (this._bt == null) {
|
|
121475
121587
|
throw new InvalidOperationException(1, ExcelUtils.eh("LE_ArgumentException_CellShiftedOffWorksheet"));
|
|
121476
121588
|
}
|
|
121477
121589
|
};
|
|
121478
|
-
Object.defineProperty(WorksheetCellOwnedFormatProxy.prototype, "
|
|
121590
|
+
Object.defineProperty(WorksheetCellOwnedFormatProxy.prototype, "_bw", {
|
|
121479
121591
|
get: function () {
|
|
121480
|
-
return this.
|
|
121592
|
+
return this._bv;
|
|
121481
121593
|
},
|
|
121482
121594
|
enumerable: false,
|
|
121483
121595
|
configurable: true
|
|
121484
121596
|
});
|
|
121485
|
-
Object.defineProperty(WorksheetCellOwnedFormatProxy.prototype, "
|
|
121597
|
+
Object.defineProperty(WorksheetCellOwnedFormatProxy.prototype, "_bu", {
|
|
121486
121598
|
get: function () {
|
|
121487
121599
|
return this.c;
|
|
121488
121600
|
},
|
|
@@ -121493,7 +121605,7 @@ var WorksheetCellOwnedFormatProxy = /** @class */ /*@__PURE__*/ (function (_supe
|
|
|
121493
121605
|
configurable: true
|
|
121494
121606
|
});
|
|
121495
121607
|
WorksheetCellOwnedFormatProxy.$t = markType(WorksheetCellOwnedFormatProxy, 'WorksheetCellOwnedFormatProxy', WorksheetCellFormatProxy.$);
|
|
121496
|
-
WorksheetCellOwnedFormatProxy.
|
|
121608
|
+
WorksheetCellOwnedFormatProxy._bs = WorksheetCellFormatProxy._m(4, 4);
|
|
121497
121609
|
return WorksheetCellOwnedFormatProxy;
|
|
121498
121610
|
}(WorksheetCellFormatProxy));
|
|
121499
121611
|
export { WorksheetCellOwnedFormatProxy };
|
|
@@ -121549,7 +121661,7 @@ var WorksheetColumnOwnedFormatProxy = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
121549
121661
|
}
|
|
121550
121662
|
WorksheetColumnOwnedFormatProxy.prototype.g = function (a) {
|
|
121551
121663
|
_super.prototype.g.call(this, a);
|
|
121552
|
-
this.
|
|
121664
|
+
this._bt().b = this.c;
|
|
121553
121665
|
var b = this._s._aj();
|
|
121554
121666
|
this.c = b.b;
|
|
121555
121667
|
this._s.worksheet._hi();
|
|
@@ -121562,7 +121674,7 @@ var WorksheetColumnOwnedFormatProxy = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
121562
121674
|
return c;
|
|
121563
121675
|
};
|
|
121564
121676
|
WorksheetColumnOwnedFormatProxy.prototype.get__l = function () {
|
|
121565
|
-
return WorksheetColumnOwnedFormatProxy.
|
|
121677
|
+
return WorksheetColumnOwnedFormatProxy._bs;
|
|
121566
121678
|
};
|
|
121567
121679
|
Object.defineProperty(WorksheetColumnOwnedFormatProxy.prototype, "_l", {
|
|
121568
121680
|
get: function () {
|
|
@@ -121582,7 +121694,7 @@ var WorksheetColumnOwnedFormatProxy = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
121582
121694
|
configurable: true
|
|
121583
121695
|
});
|
|
121584
121696
|
WorksheetColumnOwnedFormatProxy.prototype.get_d = function () {
|
|
121585
|
-
this.c = this.
|
|
121697
|
+
this.c = this._bt().b;
|
|
121586
121698
|
return this.c;
|
|
121587
121699
|
};
|
|
121588
121700
|
WorksheetColumnOwnedFormatProxy.prototype.get__v = function () {
|
|
@@ -121596,12 +121708,12 @@ var WorksheetColumnOwnedFormatProxy = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
121596
121708
|
enumerable: false,
|
|
121597
121709
|
configurable: true
|
|
121598
121710
|
});
|
|
121599
|
-
WorksheetColumnOwnedFormatProxy.prototype.
|
|
121711
|
+
WorksheetColumnOwnedFormatProxy.prototype._bt = function () {
|
|
121600
121712
|
var a = this._s;
|
|
121601
121713
|
return a.worksheet._cb(a._aq);
|
|
121602
121714
|
};
|
|
121603
121715
|
WorksheetColumnOwnedFormatProxy.$t = markType(WorksheetColumnOwnedFormatProxy, 'WorksheetColumnOwnedFormatProxy', WorksheetCellFormatProxy.$);
|
|
121604
|
-
WorksheetColumnOwnedFormatProxy.
|
|
121716
|
+
WorksheetColumnOwnedFormatProxy._bs = WorksheetCellFormatProxy._m(27, 8);
|
|
121605
121717
|
return WorksheetColumnOwnedFormatProxy;
|
|
121606
121718
|
}(WorksheetCellFormatProxy));
|
|
121607
121719
|
export { WorksheetColumnOwnedFormatProxy };
|
|
@@ -124876,7 +124988,7 @@ var WorksheetRowOwnedCellFormatProxy = /** @class */ /*@__PURE__*/ (function (_s
|
|
|
124876
124988
|
return _super.call(this, 1, a, b) || this;
|
|
124877
124989
|
}
|
|
124878
124990
|
WorksheetRowOwnedCellFormatProxy.prototype.get__l = function () {
|
|
124879
|
-
return WorksheetRowOwnedCellFormatProxy.
|
|
124991
|
+
return WorksheetRowOwnedCellFormatProxy._bs;
|
|
124880
124992
|
};
|
|
124881
124993
|
Object.defineProperty(WorksheetRowOwnedCellFormatProxy.prototype, "_l", {
|
|
124882
124994
|
get: function () {
|
|
@@ -124910,7 +125022,7 @@ var WorksheetRowOwnedCellFormatProxy = /** @class */ /*@__PURE__*/ (function (_s
|
|
|
124910
125022
|
configurable: true
|
|
124911
125023
|
});
|
|
124912
125024
|
WorksheetRowOwnedCellFormatProxy.$t = markType(WorksheetRowOwnedCellFormatProxy, 'WorksheetRowOwnedCellFormatProxy', WorksheetCellFormatProxy.$);
|
|
124913
|
-
WorksheetRowOwnedCellFormatProxy.
|
|
125025
|
+
WorksheetRowOwnedCellFormatProxy._bs = WorksheetCellFormatProxy._m(61, 8 | 4);
|
|
124914
125026
|
return WorksheetRowOwnedCellFormatProxy;
|
|
124915
125027
|
}(WorksheetCellFormatProxy));
|
|
124916
125028
|
export { WorksheetRowOwnedCellFormatProxy };
|
|
@@ -167947,7 +168059,7 @@ var WorkbookLoadManager = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
167947
168059
|
if (d == null) {
|
|
167948
168060
|
d = this._b._styles$i.normalStyle;
|
|
167949
168061
|
}
|
|
167950
|
-
e.
|
|
168062
|
+
e._dw(d);
|
|
167951
168063
|
if (f != null && g.length != 0) {
|
|
167952
168064
|
if (ExcelUtils.by(f.formatOptions, 8)) {
|
|
167953
168065
|
for (var h = 0; h < g.length; h++) {
|
|
@@ -167956,7 +168068,7 @@ var WorkbookLoadManager = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
167956
168068
|
}
|
|
167957
168069
|
}
|
|
167958
168070
|
var i = a._d(this._b, b);
|
|
167959
|
-
for (var j = 1; j !=
|
|
168071
|
+
for (var j = 1; j != -2147483648; j = (j << 1)) {
|
|
167960
168072
|
if (c(b, j) == false) {
|
|
167961
168073
|
continue;
|
|
167962
168074
|
}
|
|
@@ -169535,7 +169647,9 @@ var XFPropBool = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
169535
169647
|
case 29:
|
|
169536
169648
|
b.font._strikeout$i = c;
|
|
169537
169649
|
break;
|
|
169538
|
-
case 44:
|
|
169650
|
+
case 44:
|
|
169651
|
+
b._hidden$i = c;
|
|
169652
|
+
break;
|
|
169539
169653
|
case 43:
|
|
169540
169654
|
b._locked$i = c;
|
|
169541
169655
|
break;
|