igniteui-webcomponents-excel 4.7.1 → 4.7.2-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/igniteui-webcomponents-excel.umd.js +1127 -950
- 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 +871 -742
- package/esm2015/lib/DomTextMetricsProvider.js +8 -8
- package/esm2015/lib/Formula_VisitWorksheetVisitor.js +7 -0
- 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/UltraCalcFunctionFormulaText.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 +12 -12
- package/esm2015/lib/WorkbookSaveManagerExcel2003_combined.js +179 -170
- package/esm2015/public_api.js +1 -0
- 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 +899 -741
- package/esm5/lib/DomTextMetricsProvider.js +8 -8
- package/esm5/lib/Formula_VisitWorksheetVisitor.js +7 -0
- 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/UltraCalcFunctionFormulaText.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 +12 -12
- package/esm5/lib/WorkbookSaveManagerExcel2003_combined.js +179 -170
- package/esm5/public_api.js +1 -0
- package/fesm2015/igniteui-webcomponents-excel.js +1100 -952
- package/fesm5/igniteui-webcomponents-excel.js +1127 -951
- package/lib/BiffRecordStream.d.ts +2 -2
- package/lib/CellFormatValue.d.ts +5 -4
- package/lib/DefaultStyleHelper_combined.d.ts +149 -115
- package/lib/DomTextMetricsProvider.d.ts +1 -1
- package/lib/Formula_VisitWorksheetVisitor.d.ts +1 -0
- 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
- package/public_api.d.ts +1 -0
|
@@ -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
|
}
|
|
@@ -4456,8 +4456,8 @@ var ExcelUtils = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
4456
4456
|
}
|
|
4457
4457
|
try {
|
|
4458
4458
|
var t = new TempCellCalcReference(true, b, new WorksheetCellAddress(1, c, d));
|
|
4459
|
-
l.
|
|
4460
|
-
var u = l.
|
|
4459
|
+
l._cz(t, k);
|
|
4460
|
+
var u = l._cg(k, t, false);
|
|
4461
4461
|
var v = typeCast(RefBase.$, u.toReference());
|
|
4462
4462
|
if (v != null) {
|
|
4463
4463
|
var w = v._am();
|
|
@@ -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);
|
|
@@ -8007,7 +8007,7 @@ var Workbook = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
8007
8007
|
continue;
|
|
8008
8008
|
}
|
|
8009
8009
|
var r = q._formula;
|
|
8010
|
-
if (r != null && r.
|
|
8010
|
+
if (r != null && r._cl) {
|
|
8011
8011
|
a(e, r._i);
|
|
8012
8012
|
}
|
|
8013
8013
|
}
|
|
@@ -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", {
|
|
13590
13639
|
get: function () {
|
|
13591
|
-
return wrapNullable(Boolean_$type, this.
|
|
13640
|
+
return wrapNullable(Boolean_$type, this._dc(1073741824));
|
|
13641
|
+
},
|
|
13642
|
+
enumerable: false,
|
|
13643
|
+
configurable: true
|
|
13644
|
+
});
|
|
13645
|
+
Object.defineProperty(WorksheetCellFormatData.prototype, "_c7", {
|
|
13646
|
+
get: function () {
|
|
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
|
}
|
|
@@ -24454,18 +24510,18 @@ var Formula = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
24454
24510
|
var q = void 0;
|
|
24455
24511
|
var r = typeCast(CellCalcReference.$, p);
|
|
24456
24512
|
if (r != null) {
|
|
24457
|
-
if (r._t != n.
|
|
24513
|
+
if (r._t != n._ci._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();
|
|
24464
|
-
if (s == null || s.count == 0 || s.item(0).worksheet.workbook != n.
|
|
24520
|
+
if (s == null || s.count == 0 || s.item(0).worksheet.workbook != n._ci._t) {
|
|
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;
|
|
@@ -24923,6 +24979,13 @@ var Formula = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
24923
24979
|
}
|
|
24924
24980
|
this._ac = true;
|
|
24925
24981
|
};
|
|
24982
|
+
/**
|
|
24983
|
+
* @hidden
|
|
24984
|
+
*/
|
|
24985
|
+
Formula.prototype._cc = function (a) {
|
|
24986
|
+
var b = new FormulaContext(1, this._y, this);
|
|
24987
|
+
Formula_VisitWorksheetVisitor.a2(b, a);
|
|
24988
|
+
};
|
|
24926
24989
|
/**
|
|
24927
24990
|
* @hidden
|
|
24928
24991
|
*/
|
|
@@ -25579,39 +25642,39 @@ var SingleTargetFormula = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
25579
25642
|
var c = _rest[0];
|
|
25580
25643
|
var d = _rest[1];
|
|
25581
25644
|
_this = _super.call(this, 0, c, d) || this;
|
|
25582
|
-
_this.
|
|
25583
|
-
_this.
|
|
25584
|
-
_this.
|
|
25645
|
+
_this._cd = null;
|
|
25646
|
+
_this._cj = null;
|
|
25647
|
+
_this._cm = null;
|
|
25648
|
+
_this._co = 0;
|
|
25585
25649
|
_this._cn = 0;
|
|
25586
|
-
_this.
|
|
25587
|
-
_this.
|
|
25588
|
-
_this._cl = new List$1(IExcelCalcReference_$type, 0);
|
|
25650
|
+
_this._ch = null;
|
|
25651
|
+
_this._cm = new List$1(IExcelCalcReference_$type, 0);
|
|
25589
25652
|
}
|
|
25590
25653
|
break;
|
|
25591
25654
|
case 1:
|
|
25592
25655
|
{
|
|
25593
25656
|
var c = _rest[0];
|
|
25594
25657
|
_this = _super.call(this, 1, c) || this;
|
|
25595
|
-
_this.
|
|
25596
|
-
_this.
|
|
25597
|
-
_this.
|
|
25658
|
+
_this._cd = null;
|
|
25659
|
+
_this._cj = null;
|
|
25660
|
+
_this._cm = null;
|
|
25661
|
+
_this._co = 0;
|
|
25598
25662
|
_this._cn = 0;
|
|
25599
|
-
_this.
|
|
25600
|
-
_this.
|
|
25601
|
-
_this._cl = new List$1(IExcelCalcReference_$type, 0);
|
|
25663
|
+
_this._ch = null;
|
|
25664
|
+
_this._cm = new List$1(IExcelCalcReference_$type, 0);
|
|
25602
25665
|
}
|
|
25603
25666
|
break;
|
|
25604
25667
|
case 2:
|
|
25605
25668
|
{
|
|
25606
25669
|
var c = _rest[0];
|
|
25607
25670
|
_this = _super.call(this, 2, c) || this;
|
|
25608
|
-
_this.
|
|
25609
|
-
_this.
|
|
25610
|
-
_this.
|
|
25671
|
+
_this._cd = null;
|
|
25672
|
+
_this._cj = null;
|
|
25673
|
+
_this._cm = null;
|
|
25674
|
+
_this._co = 0;
|
|
25611
25675
|
_this._cn = 0;
|
|
25612
|
-
_this.
|
|
25613
|
-
_this.
|
|
25614
|
-
_this._cl = new List$1(IExcelCalcReference_$type, 0);
|
|
25676
|
+
_this._ch = null;
|
|
25677
|
+
_this._cm = new List$1(IExcelCalcReference_$type, 0);
|
|
25615
25678
|
}
|
|
25616
25679
|
break;
|
|
25617
25680
|
case 3:
|
|
@@ -25619,13 +25682,13 @@ var SingleTargetFormula = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
25619
25682
|
var c = _rest[0];
|
|
25620
25683
|
var d = _rest[1];
|
|
25621
25684
|
_this = _super.call(this, 3, c, d) || this;
|
|
25622
|
-
_this.
|
|
25623
|
-
_this.
|
|
25624
|
-
_this.
|
|
25685
|
+
_this._cd = null;
|
|
25686
|
+
_this._cj = null;
|
|
25687
|
+
_this._cm = null;
|
|
25688
|
+
_this._co = 0;
|
|
25625
25689
|
_this._cn = 0;
|
|
25626
|
-
_this.
|
|
25627
|
-
_this.
|
|
25628
|
-
_this._cl = new List$1(IExcelCalcReference_$type, 0);
|
|
25690
|
+
_this._ch = null;
|
|
25691
|
+
_this._cm = new List$1(IExcelCalcReference_$type, 0);
|
|
25629
25692
|
}
|
|
25630
25693
|
break;
|
|
25631
25694
|
}
|
|
@@ -25633,7 +25696,7 @@ var SingleTargetFormula = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
25633
25696
|
}
|
|
25634
25697
|
SingleTargetFormula.prototype.addDynamicReferenceI = function (a) {
|
|
25635
25698
|
var b = null;
|
|
25636
|
-
var c = this.
|
|
25699
|
+
var c = this._ci._t;
|
|
25637
25700
|
if (c != null) {
|
|
25638
25701
|
b = c._w;
|
|
25639
25702
|
}
|
|
@@ -25641,7 +25704,7 @@ var SingleTargetFormula = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
25641
25704
|
};
|
|
25642
25705
|
Object.defineProperty(SingleTargetFormula.prototype, "baseReference", {
|
|
25643
25706
|
get: function () {
|
|
25644
|
-
return this.
|
|
25707
|
+
return this._ci;
|
|
25645
25708
|
},
|
|
25646
25709
|
enumerable: false,
|
|
25647
25710
|
configurable: true
|
|
@@ -25654,7 +25717,7 @@ var SingleTargetFormula = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
25654
25717
|
configurable: true
|
|
25655
25718
|
});
|
|
25656
25719
|
SingleTargetFormula.prototype.evaluate = function (a) {
|
|
25657
|
-
return this.
|
|
25720
|
+
return this._cg(this._ci._t, a, false);
|
|
25658
25721
|
};
|
|
25659
25722
|
Object.defineProperty(SingleTargetFormula.prototype, "formulaString", {
|
|
25660
25723
|
get: function () {
|
|
@@ -25671,17 +25734,17 @@ var SingleTargetFormula = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
25671
25734
|
configurable: true
|
|
25672
25735
|
});
|
|
25673
25736
|
SingleTargetFormula.prototype.getEnumerator = function () {
|
|
25674
|
-
return this.
|
|
25737
|
+
return this._cm.getEnumerator();
|
|
25675
25738
|
};
|
|
25676
25739
|
SingleTargetFormula.prototype.getEnumeratorObject = function () {
|
|
25677
|
-
return this.
|
|
25740
|
+
return this._cm.getEnumerator();
|
|
25678
25741
|
};
|
|
25679
25742
|
SingleTargetFormula.prototype._g = function () {
|
|
25680
25743
|
return new SingleTargetFormula(3, this, false);
|
|
25681
25744
|
};
|
|
25682
25745
|
SingleTargetFormula.prototype.get__z = function () {
|
|
25683
|
-
if (this.
|
|
25684
|
-
var a = this.
|
|
25746
|
+
if (this._ch != null) {
|
|
25747
|
+
var a = this._ch._t;
|
|
25685
25748
|
if (a != null) {
|
|
25686
25749
|
return a.currentFormat;
|
|
25687
25750
|
}
|
|
@@ -25692,11 +25755,11 @@ var SingleTargetFormula = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
25692
25755
|
_super.prototype.set__z.call(this, a);
|
|
25693
25756
|
};
|
|
25694
25757
|
SingleTargetFormula.prototype.get__bb = function () {
|
|
25695
|
-
var a = typeCast(CellCalcReference.$, this.
|
|
25758
|
+
var a = typeCast(CellCalcReference.$, this._ch);
|
|
25696
25759
|
if (a != null) {
|
|
25697
25760
|
return a._ao;
|
|
25698
25761
|
}
|
|
25699
|
-
var b = typeCast(TempCellCalcReference.$, this.
|
|
25762
|
+
var b = typeCast(TempCellCalcReference.$, this._ch);
|
|
25700
25763
|
if (b != null) {
|
|
25701
25764
|
return b._ao;
|
|
25702
25765
|
}
|
|
@@ -25710,11 +25773,11 @@ var SingleTargetFormula = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
25710
25773
|
configurable: true
|
|
25711
25774
|
});
|
|
25712
25775
|
SingleTargetFormula.prototype.get__ab = function () {
|
|
25713
|
-
var a = typeCast(CellCalcReference.$, this.
|
|
25776
|
+
var a = typeCast(CellCalcReference.$, this._ch);
|
|
25714
25777
|
if (a != null) {
|
|
25715
25778
|
return a._w;
|
|
25716
25779
|
}
|
|
25717
|
-
var b = typeCast(TempCellCalcReference.$, this.
|
|
25780
|
+
var b = typeCast(TempCellCalcReference.$, this._ch);
|
|
25718
25781
|
if (b != null && b._as >= 0) {
|
|
25719
25782
|
var c = b._u;
|
|
25720
25783
|
if (c != null) {
|
|
@@ -25731,11 +25794,11 @@ var SingleTargetFormula = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
25731
25794
|
configurable: true
|
|
25732
25795
|
});
|
|
25733
25796
|
SingleTargetFormula.prototype.get__aa = function () {
|
|
25734
|
-
var a = typeCast(CellCalcReference.$, this.
|
|
25797
|
+
var a = typeCast(CellCalcReference.$, this._ch);
|
|
25735
25798
|
if (a != null) {
|
|
25736
25799
|
return new WorksheetCellAddress(1, a._w.index, a._ao);
|
|
25737
25800
|
}
|
|
25738
|
-
var b = typeCast(TempCellCalcReference.$, this.
|
|
25801
|
+
var b = typeCast(TempCellCalcReference.$, this._ch);
|
|
25739
25802
|
if (b != null) {
|
|
25740
25803
|
return new WorksheetCellAddress(1, b._as, b._ao);
|
|
25741
25804
|
}
|
|
@@ -25749,15 +25812,15 @@ var SingleTargetFormula = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
25749
25812
|
configurable: true
|
|
25750
25813
|
});
|
|
25751
25814
|
SingleTargetFormula.prototype._b7 = function () {
|
|
25752
|
-
if (this.
|
|
25753
|
-
this.
|
|
25815
|
+
if (this._ch != null && this._ch._formula == this && this._ab != null) {
|
|
25816
|
+
this._ch._a0(this, false, true);
|
|
25754
25817
|
}
|
|
25755
25818
|
};
|
|
25756
25819
|
SingleTargetFormula.prototype.get__y = function () {
|
|
25757
|
-
return this.
|
|
25820
|
+
return this._ch != null ? this._ch._t : null;
|
|
25758
25821
|
};
|
|
25759
25822
|
SingleTargetFormula.prototype.get__t = function () {
|
|
25760
|
-
return this.
|
|
25823
|
+
return this._ch != null ? this._ch._r : null;
|
|
25761
25824
|
};
|
|
25762
25825
|
Object.defineProperty(SingleTargetFormula.prototype, "_t", {
|
|
25763
25826
|
get: function () {
|
|
@@ -25775,18 +25838,18 @@ var SingleTargetFormula = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
25775
25838
|
return false;
|
|
25776
25839
|
}
|
|
25777
25840
|
var e;
|
|
25778
|
-
for (e = 0; e < this.
|
|
25779
|
-
if (this.
|
|
25841
|
+
for (e = 0; e < this._co; e++) {
|
|
25842
|
+
if (this._cm._inner[e].isSubsetReference(d)) {
|
|
25780
25843
|
return false;
|
|
25781
25844
|
}
|
|
25782
25845
|
}
|
|
25783
|
-
var f = e + this.
|
|
25846
|
+
var f = e + this._cn;
|
|
25784
25847
|
for (; e < f; e++) {
|
|
25785
|
-
if (this.
|
|
25786
|
-
var g = this.
|
|
25787
|
-
if (!this.
|
|
25788
|
-
if (c && Base.equalsStatic(this.
|
|
25789
|
-
this.
|
|
25848
|
+
if (this._cm._inner[e].isSubsetReference(d)) {
|
|
25849
|
+
var g = this._cr(e);
|
|
25850
|
+
if (!this._cj.b(g)) {
|
|
25851
|
+
if (c && Base.equalsStatic(this._cm._inner[e], d)) {
|
|
25852
|
+
this._cy(g);
|
|
25790
25853
|
}
|
|
25791
25854
|
else {
|
|
25792
25855
|
continue;
|
|
@@ -25797,48 +25860,48 @@ var SingleTargetFormula = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
25797
25860
|
}
|
|
25798
25861
|
var h = typeCast(CellCalcReference.$, d);
|
|
25799
25862
|
if (c) {
|
|
25800
|
-
this.
|
|
25801
|
-
this.
|
|
25802
|
-
this.
|
|
25863
|
+
this._cu(a, this._co + this._cn);
|
|
25864
|
+
this._cn++;
|
|
25865
|
+
this._cy(this._cn - 1);
|
|
25803
25866
|
}
|
|
25804
25867
|
else if (h != null) {
|
|
25805
|
-
var i = this.
|
|
25868
|
+
var i = this._cp(h);
|
|
25806
25869
|
if (0 <= i) {
|
|
25807
|
-
this.
|
|
25870
|
+
this._cy(this._cr(i));
|
|
25808
25871
|
return false;
|
|
25809
25872
|
}
|
|
25810
|
-
var j = this.
|
|
25811
|
-
this.
|
|
25873
|
+
var j = this._cu(h, ~i);
|
|
25874
|
+
this._cy(j);
|
|
25812
25875
|
}
|
|
25813
25876
|
else {
|
|
25814
|
-
var k = this.
|
|
25877
|
+
var k = this._cm.count;
|
|
25815
25878
|
for (var l = 0; e < k; e++, l++) {
|
|
25816
|
-
var m = this.
|
|
25879
|
+
var m = this._cm._inner[e];
|
|
25817
25880
|
if (typeCast(CellCalcReference.$, m) !== null) {
|
|
25818
25881
|
continue;
|
|
25819
25882
|
}
|
|
25820
25883
|
if (Base.equalsStatic(m, d)) {
|
|
25821
|
-
this.
|
|
25884
|
+
this._cy(l);
|
|
25822
25885
|
return false;
|
|
25823
25886
|
}
|
|
25824
25887
|
}
|
|
25825
|
-
var n = this.
|
|
25826
|
-
this.
|
|
25827
|
-
this.
|
|
25888
|
+
var n = this._cr(this._cm.count);
|
|
25889
|
+
this._cm.add(d);
|
|
25890
|
+
this._cy(n);
|
|
25828
25891
|
}
|
|
25829
25892
|
if (b != null) {
|
|
25830
|
-
b.ah(d, this.
|
|
25893
|
+
b.ah(d, this._ch);
|
|
25831
25894
|
}
|
|
25832
25895
|
else {
|
|
25833
25896
|
}
|
|
25834
25897
|
return true;
|
|
25835
25898
|
};
|
|
25836
|
-
SingleTargetFormula.prototype.
|
|
25837
|
-
var b = this.
|
|
25838
|
-
var c = this.
|
|
25899
|
+
SingleTargetFormula.prototype._cp = function (a) {
|
|
25900
|
+
var b = this._ct(this._cn);
|
|
25901
|
+
var c = this._cm.count - 1;
|
|
25839
25902
|
while (b <= c) {
|
|
25840
25903
|
var d = b + (intDivide((c - b), 2));
|
|
25841
|
-
var e = SingleTargetFormula.
|
|
25904
|
+
var e = SingleTargetFormula._cq(a, typeCast(CellCalcReference.$, this._cm._inner[d]));
|
|
25842
25905
|
if (e == 0) {
|
|
25843
25906
|
return d;
|
|
25844
25907
|
}
|
|
@@ -25851,25 +25914,25 @@ var SingleTargetFormula = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
25851
25914
|
}
|
|
25852
25915
|
return ~b;
|
|
25853
25916
|
};
|
|
25854
|
-
SingleTargetFormula.prototype.
|
|
25855
|
-
var b = this.
|
|
25856
|
-
if (this.
|
|
25917
|
+
SingleTargetFormula.prototype._cv = function (a) {
|
|
25918
|
+
var b = this._cs();
|
|
25919
|
+
if (this._cj == null || b == 0) {
|
|
25857
25920
|
return;
|
|
25858
25921
|
}
|
|
25859
25922
|
for (var c = b - 1; c >= 0; c--) {
|
|
25860
|
-
if (this.
|
|
25861
|
-
if (c < this.
|
|
25862
|
-
this.
|
|
25923
|
+
if (this._cj.b(c) == false) {
|
|
25924
|
+
if (c < this._cn) {
|
|
25925
|
+
this._cn--;
|
|
25863
25926
|
}
|
|
25864
|
-
var d = this.
|
|
25865
|
-
var e = this.
|
|
25866
|
-
this.
|
|
25867
|
-
a.a0(e, this.
|
|
25927
|
+
var d = this._ct(c);
|
|
25928
|
+
var e = this._cm._inner[d];
|
|
25929
|
+
this._cm.removeAt(d);
|
|
25930
|
+
a.a0(e, this._ch);
|
|
25868
25931
|
}
|
|
25869
25932
|
}
|
|
25870
|
-
this.
|
|
25933
|
+
this._cj.h(false);
|
|
25871
25934
|
};
|
|
25872
|
-
SingleTargetFormula.
|
|
25935
|
+
SingleTargetFormula._cq = function (a, b) {
|
|
25873
25936
|
if (a == b) {
|
|
25874
25937
|
return 0;
|
|
25875
25938
|
}
|
|
@@ -25886,32 +25949,32 @@ var SingleTargetFormula = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
25886
25949
|
}
|
|
25887
25950
|
return b._u._am - a._u._am;
|
|
25888
25951
|
};
|
|
25889
|
-
SingleTargetFormula.prototype.
|
|
25890
|
-
if (this.
|
|
25891
|
-
this.
|
|
25952
|
+
SingleTargetFormula.prototype._cw = function (a) {
|
|
25953
|
+
if (this._cj == null) {
|
|
25954
|
+
this._cj = new SingleTargetFormula_SimpleBitArray(a + 1, false);
|
|
25892
25955
|
}
|
|
25893
|
-
else if (this.
|
|
25894
|
-
this.
|
|
25956
|
+
else if (this._cj.f <= a) {
|
|
25957
|
+
this._cj.f = Math.max(a + 1, this._cj.f * 2);
|
|
25895
25958
|
}
|
|
25896
25959
|
};
|
|
25897
25960
|
SingleTargetFormula.prototype.evaluateCore = function (a) {
|
|
25898
|
-
if (this.
|
|
25961
|
+
if (this._ch._aj) {
|
|
25899
25962
|
return null;
|
|
25900
25963
|
}
|
|
25901
|
-
return this.
|
|
25964
|
+
return this._cg(a, this._ch, false);
|
|
25902
25965
|
};
|
|
25903
|
-
SingleTargetFormula.prototype.
|
|
25966
|
+
SingleTargetFormula.prototype._cg = function (a, b, c) {
|
|
25904
25967
|
if (this._am) {
|
|
25905
|
-
return this.
|
|
25968
|
+
return this._cd;
|
|
25906
25969
|
}
|
|
25907
|
-
if (this.
|
|
25970
|
+
if (this._ci._ai) {
|
|
25908
25971
|
return new ExcelCalcValue(new ExcelCalcErrorValue(7));
|
|
25909
25972
|
}
|
|
25910
25973
|
try {
|
|
25911
25974
|
var d = new ExcelCalcNumberStack(b, this);
|
|
25912
25975
|
d._u = c;
|
|
25913
25976
|
var e = void 0;
|
|
25914
|
-
if (this.
|
|
25977
|
+
if (this._ch == b) {
|
|
25915
25978
|
e = new FormulaContext(1, a, this._i);
|
|
25916
25979
|
}
|
|
25917
25980
|
else {
|
|
@@ -25929,7 +25992,7 @@ var SingleTargetFormula = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
25929
25992
|
}
|
|
25930
25993
|
}
|
|
25931
25994
|
}
|
|
25932
|
-
var h = FormulaEvaluator.a5(e, this.
|
|
25995
|
+
var h = FormulaEvaluator.a5(e, this._ci, d);
|
|
25933
25996
|
h.h();
|
|
25934
25997
|
if (d.count() == 0) {
|
|
25935
25998
|
return new ExcelCalcValue(new ExcelCalcErrorValue(1));
|
|
@@ -25944,44 +26007,44 @@ var SingleTargetFormula = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
25944
26007
|
return new ExcelCalcValue(j);
|
|
25945
26008
|
}
|
|
25946
26009
|
};
|
|
25947
|
-
SingleTargetFormula.prototype.
|
|
25948
|
-
return this.
|
|
26010
|
+
SingleTargetFormula.prototype._cs = function () {
|
|
26011
|
+
return this._cm.count - this._co;
|
|
25949
26012
|
};
|
|
25950
|
-
SingleTargetFormula.prototype.
|
|
25951
|
-
return a - this.
|
|
26013
|
+
SingleTargetFormula.prototype._cr = function (a) {
|
|
26014
|
+
return a - this._co;
|
|
25952
26015
|
};
|
|
25953
|
-
SingleTargetFormula.prototype.
|
|
25954
|
-
return a + this.
|
|
26016
|
+
SingleTargetFormula.prototype._ct = function (a) {
|
|
26017
|
+
return a + this._co;
|
|
25955
26018
|
};
|
|
25956
|
-
SingleTargetFormula.prototype.
|
|
26019
|
+
SingleTargetFormula.prototype._cx = function (a) {
|
|
25957
26020
|
this._b6(a);
|
|
25958
26021
|
var b = new FormulaContext(1, a, this);
|
|
25959
26022
|
var c = SingleTargetFormula_StaticReferenceFinder.a3(b, this);
|
|
25960
26023
|
c.h();
|
|
25961
26024
|
};
|
|
25962
|
-
SingleTargetFormula.prototype.
|
|
25963
|
-
var c = this.
|
|
25964
|
-
if (this.
|
|
25965
|
-
var d = this.
|
|
25966
|
-
this.
|
|
25967
|
-
this.
|
|
26025
|
+
SingleTargetFormula.prototype._cu = function (a, b) {
|
|
26026
|
+
var c = this._cr(b);
|
|
26027
|
+
if (this._cj != null) {
|
|
26028
|
+
var d = this._cs();
|
|
26029
|
+
this._cw(d);
|
|
26030
|
+
this._cj.i(c);
|
|
25968
26031
|
}
|
|
25969
|
-
this.
|
|
26032
|
+
this._cm.insert(b, a);
|
|
25970
26033
|
return c;
|
|
25971
26034
|
};
|
|
25972
|
-
SingleTargetFormula.prototype.
|
|
25973
|
-
this.
|
|
25974
|
-
this.
|
|
26035
|
+
SingleTargetFormula.prototype._cy = function (a) {
|
|
26036
|
+
this._cw(a);
|
|
26037
|
+
this._cj.g(a, true);
|
|
25975
26038
|
};
|
|
25976
|
-
SingleTargetFormula.prototype.
|
|
26039
|
+
SingleTargetFormula.prototype._cz = function (a, b, c) {
|
|
25977
26040
|
if (c === void 0) {
|
|
25978
26041
|
c = false;
|
|
25979
26042
|
}
|
|
25980
|
-
if (this.
|
|
26043
|
+
if (this._ch == a) {
|
|
25981
26044
|
return;
|
|
25982
26045
|
}
|
|
25983
|
-
var d = this.
|
|
25984
|
-
this.
|
|
26046
|
+
var d = this._ch;
|
|
26047
|
+
this._ch = a;
|
|
25985
26048
|
if (d != null) {
|
|
25986
26049
|
if (this._as) {
|
|
25987
26050
|
if (a == null && d._u != null && !c) {
|
|
@@ -25992,13 +26055,13 @@ var SingleTargetFormula = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
25992
26055
|
this._bu();
|
|
25993
26056
|
}
|
|
25994
26057
|
}
|
|
25995
|
-
this.
|
|
25996
|
-
if (this.
|
|
25997
|
-
this.
|
|
26058
|
+
this._cm.clear();
|
|
26059
|
+
if (this._cj != null) {
|
|
26060
|
+
this._cj.h(false);
|
|
25998
26061
|
}
|
|
25999
|
-
if (this.
|
|
26062
|
+
if (this._ch != null) {
|
|
26000
26063
|
if (this._al == false) {
|
|
26001
|
-
this._b5(new FormulaContext(1, this.
|
|
26064
|
+
this._b5(new FormulaContext(1, this._ch._t, this));
|
|
26002
26065
|
}
|
|
26003
26066
|
if (this._i._aq == false) {
|
|
26004
26067
|
var e = new FormulaContext(1, b, this._i);
|
|
@@ -26006,20 +26069,20 @@ var SingleTargetFormula = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
26006
26069
|
f.h();
|
|
26007
26070
|
}
|
|
26008
26071
|
}
|
|
26009
|
-
this.
|
|
26072
|
+
this._co = this._cm.count;
|
|
26010
26073
|
};
|
|
26011
|
-
Object.defineProperty(SingleTargetFormula.prototype, "
|
|
26074
|
+
Object.defineProperty(SingleTargetFormula.prototype, "_ce", {
|
|
26012
26075
|
get: function () {
|
|
26013
|
-
return this.
|
|
26076
|
+
return this._cd;
|
|
26014
26077
|
},
|
|
26015
26078
|
set: function (a) {
|
|
26016
|
-
if (this.
|
|
26017
|
-
this.
|
|
26018
|
-
if (this.
|
|
26079
|
+
if (this._ch != null && this._ch._ad) {
|
|
26080
|
+
this._ch._ad = false;
|
|
26081
|
+
if (this._cd != null && !this._ch._af) {
|
|
26019
26082
|
return;
|
|
26020
26083
|
}
|
|
26021
26084
|
}
|
|
26022
|
-
this.
|
|
26085
|
+
this._cd = a;
|
|
26023
26086
|
},
|
|
26024
26087
|
enumerable: false,
|
|
26025
26088
|
configurable: true
|
|
@@ -26031,19 +26094,19 @@ var SingleTargetFormula = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
26031
26094
|
enumerable: false,
|
|
26032
26095
|
configurable: true
|
|
26033
26096
|
});
|
|
26034
|
-
SingleTargetFormula.prototype.
|
|
26097
|
+
SingleTargetFormula.prototype.get__cl = function () {
|
|
26035
26098
|
return true;
|
|
26036
26099
|
};
|
|
26037
|
-
Object.defineProperty(SingleTargetFormula.prototype, "
|
|
26100
|
+
Object.defineProperty(SingleTargetFormula.prototype, "_cl", {
|
|
26038
26101
|
get: function () {
|
|
26039
|
-
return this.
|
|
26102
|
+
return this.get__cl();
|
|
26040
26103
|
},
|
|
26041
26104
|
enumerable: false,
|
|
26042
26105
|
configurable: true
|
|
26043
26106
|
});
|
|
26044
|
-
Object.defineProperty(SingleTargetFormula.prototype, "
|
|
26107
|
+
Object.defineProperty(SingleTargetFormula.prototype, "_ci", {
|
|
26045
26108
|
get: function () {
|
|
26046
|
-
return this.
|
|
26109
|
+
return this._ch;
|
|
26047
26110
|
},
|
|
26048
26111
|
enumerable: false,
|
|
26049
26112
|
configurable: true
|
|
@@ -26913,7 +26976,7 @@ var ChartTextAreaBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
26913
26976
|
*/
|
|
26914
26977
|
set: function (a) {
|
|
26915
26978
|
if (a != this._a4) {
|
|
26916
|
-
if (a != null && a.
|
|
26979
|
+
if (a != null && a._ci == null) {
|
|
26917
26980
|
ChartTextAreaBase._a6(this.sheet, a);
|
|
26918
26981
|
}
|
|
26919
26982
|
var b = this._r(ChartTextAreaBase.$, SingleTargetFormula.$, this, 2, this._a4, a);
|
|
@@ -27089,7 +27152,7 @@ var ChartTextAreaBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
27089
27152
|
*/
|
|
27090
27153
|
ChartTextAreaBase.prototype.get_text = function () {
|
|
27091
27154
|
if (this._a4 != null) {
|
|
27092
|
-
var a = this._a4.
|
|
27155
|
+
var a = this._a4._cg(this.workbook, null, false);
|
|
27093
27156
|
if (!a.isError) {
|
|
27094
27157
|
var b = a.toString();
|
|
27095
27158
|
if (b != this._b1) {
|
|
@@ -27436,7 +27499,7 @@ var ChartTextAreaBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
27436
27499
|
ChartTextAreaBase._a6 = function (a, b) {
|
|
27437
27500
|
if (b != null) {
|
|
27438
27501
|
var c = new TempCellCalcReference(true, a, new WorksheetCellAddress(1, 0, 0));
|
|
27439
|
-
b.
|
|
27502
|
+
b._cz(c, a.workbook);
|
|
27440
27503
|
}
|
|
27441
27504
|
return b;
|
|
27442
27505
|
};
|
|
@@ -31885,7 +31948,7 @@ var WorksheetCellFormatProxy = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
31885
31948
|
a.b._at(a.c);
|
|
31886
31949
|
};
|
|
31887
31950
|
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.
|
|
31951
|
+
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
31952
|
};
|
|
31890
31953
|
WorksheetCellFormatProxy._m = function (a, b) {
|
|
31891
31954
|
var c = new Array(WorksheetCellFormatProxy._af);
|
|
@@ -31905,29 +31968,30 @@ var WorksheetCellFormatProxy = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
31905
31968
|
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
31969
|
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
31970
|
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.
|
|
31971
|
+
WorksheetCellFormatProxy._aq(Number_$type, c, 131072, function (d) { return d.proxy.indent; }, function (d, e) { return d.proxy._a9(e, true, -97); }, a, b);
|
|
31972
|
+
WorksheetCellFormatProxy._aq(WorkbookColorInfo.$, c, 262144, function (d) { return d.proxy.leftBorderColorInfo; }, function (d, e) { return d.proxy._ba(e, true, -97); }, a, b);
|
|
31973
|
+
WorksheetCellFormatProxy._aq(CellBorderLineStyle_$type, c, 524288, function (d) { return d.proxy.leftBorderStyle; }, function (d, e) { return d.proxy._bb(e, true, -97); }, a, b);
|
|
31974
|
+
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);
|
|
31975
|
+
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);
|
|
31976
|
+
WorksheetCellFormatProxy._aq(WorkbookColorInfo.$, c, 2097152, function (d) { return d.proxy.rightBorderColorInfo; }, function (d, e) { return d.proxy._be(e, true, -97); }, a, b);
|
|
31977
|
+
WorksheetCellFormatProxy._aq(CellBorderLineStyle_$type, c, 4194304, function (d) { return d.proxy.rightBorderStyle; }, function (d, e) { return d.proxy._bf(e, true, -97); }, a, b);
|
|
31978
|
+
WorksheetCellFormatProxy._aq(Number_$type, c, 8388608, function (d) { return d.proxy.rotation; }, function (d, e) { return d.proxy._bg(e, true, -97); }, a, b);
|
|
31979
|
+
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);
|
|
31980
|
+
WorksheetCellFormatProxy._aq(WorkbookColorInfo.$, c, 67108864, function (d) { return d.proxy.topBorderColorInfo; }, function (d, e) { return d.proxy._bj(e, true, -97); }, a, b);
|
|
31981
|
+
WorksheetCellFormatProxy._aq(CellBorderLineStyle_$type, c, 134217728, function (d) { return d.proxy.topBorderStyle; }, function (d, e) { return d.proxy._bk(e, true, -97); }, a, b);
|
|
31982
|
+
WorksheetCellFormatProxy._aq(VerticalCellAlignment_$type, c, 268435456, function (d) { return d.proxy.verticalAlignment; }, function (d, e) { return d.proxy._bn(e, true, -97); }, a, b);
|
|
31983
|
+
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);
|
|
31984
|
+
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); }));
|
|
31985
|
+
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); }));
|
|
31986
|
+
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); }));
|
|
31987
|
+
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
31988
|
return c;
|
|
31925
31989
|
};
|
|
31926
31990
|
WorksheetCellFormatProxy._ad = function (a) {
|
|
31927
31991
|
var b = a;
|
|
31928
31992
|
var c = 0;
|
|
31929
31993
|
while (b % 2 == 0) {
|
|
31930
|
-
b
|
|
31994
|
+
b = (intSToU(b) >>> 1);
|
|
31931
31995
|
c++;
|
|
31932
31996
|
}
|
|
31933
31997
|
return c;
|
|
@@ -31935,7 +31999,7 @@ var WorksheetCellFormatProxy = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
31935
31999
|
WorksheetCellFormatProxy._ac = function (a) {
|
|
31936
32000
|
var b = typeCast(WorksheetCellOwnedFormatProxy.$, a.b);
|
|
31937
32001
|
if (b != null) {
|
|
31938
|
-
return b.
|
|
32002
|
+
return b._bw;
|
|
31939
32003
|
}
|
|
31940
32004
|
var c = typeCast(WorksheetColumn.$, a.b._s);
|
|
31941
32005
|
if (c != null) {
|
|
@@ -31999,6 +32063,9 @@ var WorksheetCellFormatProxy = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
31999
32063
|
if (b.leftBorderStyle != a.leftBorderStyle) {
|
|
32000
32064
|
c |= 524288;
|
|
32001
32065
|
}
|
|
32066
|
+
if (nullableNotEquals(b._hidden$i, a._hidden$i)) {
|
|
32067
|
+
c |= 1073741824;
|
|
32068
|
+
}
|
|
32002
32069
|
if (nullableNotEquals(b._locked$i, a._locked$i)) {
|
|
32003
32070
|
c |= 1048576;
|
|
32004
32071
|
}
|
|
@@ -32050,7 +32117,7 @@ var WorksheetCellFormatProxy = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
32050
32117
|
return toNullable(WorksheetCellAddress.$, null);
|
|
32051
32118
|
};
|
|
32052
32119
|
WorksheetCellFormatProxy.prototype._aj = function (a) {
|
|
32053
|
-
return this.d.
|
|
32120
|
+
return this.d._df(a);
|
|
32054
32121
|
};
|
|
32055
32122
|
WorksheetCellFormatProxy._y = function (a, b, c) {
|
|
32056
32123
|
if ((c & 830603265) != 0) {
|
|
@@ -32123,6 +32190,9 @@ var WorksheetCellFormatProxy = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
32123
32190
|
return true;
|
|
32124
32191
|
}
|
|
32125
32192
|
}
|
|
32193
|
+
if ((c & 1073741824) != 0 && nullableNotEquals(b._hidden$i, a._hidden$i)) {
|
|
32194
|
+
return true;
|
|
32195
|
+
}
|
|
32126
32196
|
if ((c & 1048576) != 0 && nullableNotEquals(b._locked$i, a._locked$i)) {
|
|
32127
32197
|
return true;
|
|
32128
32198
|
}
|
|
@@ -32154,12 +32224,12 @@ var WorksheetCellFormatProxy = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
32154
32224
|
if (a === void 0) {
|
|
32155
32225
|
a = 0;
|
|
32156
32226
|
}
|
|
32157
|
-
this.
|
|
32227
|
+
this._bi(null, true, a);
|
|
32158
32228
|
this._a3(0, true, a);
|
|
32159
32229
|
};
|
|
32160
32230
|
WorksheetCellFormatProxy.prototype._as = function (a, b) {
|
|
32161
|
-
var c = WorksheetCellFormatData.
|
|
32162
|
-
this.
|
|
32231
|
+
var c = WorksheetCellFormatData._da(a);
|
|
32232
|
+
this._bm(a, c, true, b);
|
|
32163
32233
|
};
|
|
32164
32234
|
WorksheetCellFormatProxy.prototype._at = function (a) {
|
|
32165
32235
|
};
|
|
@@ -32312,13 +32382,13 @@ var WorksheetCellFormatProxy = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
32312
32382
|
var f = this._l[WorksheetCellFormatProxy._ah];
|
|
32313
32383
|
f.e(WorksheetCellFormatProxy_SetFormattingChangeContext.$, WorksheetCellFormatData.$, b, b.a, this.d);
|
|
32314
32384
|
};
|
|
32315
|
-
WorksheetCellFormatProxy.prototype.
|
|
32385
|
+
WorksheetCellFormatProxy.prototype._bd = function (a) {
|
|
32316
32386
|
this._r = a;
|
|
32317
32387
|
};
|
|
32318
|
-
WorksheetCellFormatProxy.prototype.
|
|
32319
|
-
this.
|
|
32388
|
+
WorksheetCellFormatProxy.prototype._bl = function (a, b) {
|
|
32389
|
+
this._bm(a, b, true, 0);
|
|
32320
32390
|
};
|
|
32321
|
-
WorksheetCellFormatProxy.prototype.
|
|
32391
|
+
WorksheetCellFormatProxy.prototype._bm = function (a, b, c, d) {
|
|
32322
32392
|
switch (a) {
|
|
32323
32393
|
case 1:
|
|
32324
32394
|
this._au(EnumUtil.getEnumValue(HorizontalCellAlignment_$type, b), c, d);
|
|
@@ -32372,55 +32442,58 @@ var WorksheetCellFormatProxy = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
32372
32442
|
this._a5(b, c, d);
|
|
32373
32443
|
break;
|
|
32374
32444
|
case 131072:
|
|
32375
|
-
this.
|
|
32445
|
+
this._a9(typeGetValue(b), c, d);
|
|
32376
32446
|
break;
|
|
32377
32447
|
case 262144:
|
|
32378
|
-
this.
|
|
32448
|
+
this._ba(b, c, d);
|
|
32379
32449
|
break;
|
|
32380
32450
|
case 524288:
|
|
32381
|
-
this.
|
|
32451
|
+
this._bb(EnumUtil.getEnumValue(CellBorderLineStyle_$type, b), c, d);
|
|
32452
|
+
break;
|
|
32453
|
+
case 1073741824:
|
|
32454
|
+
this._a8(wrapNullable(Boolean_$type, b), c, d);
|
|
32382
32455
|
break;
|
|
32383
32456
|
case 1048576:
|
|
32384
|
-
this.
|
|
32457
|
+
this._bc(wrapNullable(Boolean_$type, b), c, d);
|
|
32385
32458
|
break;
|
|
32386
32459
|
case 2097152:
|
|
32387
|
-
this.
|
|
32460
|
+
this._be(b, c, d);
|
|
32388
32461
|
break;
|
|
32389
32462
|
case 4194304:
|
|
32390
|
-
this.
|
|
32463
|
+
this._bf(EnumUtil.getEnumValue(CellBorderLineStyle_$type, b), c, d);
|
|
32391
32464
|
break;
|
|
32392
32465
|
case 8388608:
|
|
32393
|
-
this.
|
|
32466
|
+
this._bg(typeGetValue(b), c, d);
|
|
32394
32467
|
break;
|
|
32395
32468
|
case 16777216:
|
|
32396
|
-
this.
|
|
32469
|
+
this._bh(wrapNullable(Boolean_$type, b), c, d);
|
|
32397
32470
|
break;
|
|
32398
32471
|
case 33554432:
|
|
32399
|
-
this.
|
|
32472
|
+
this._bi(b, c, d);
|
|
32400
32473
|
break;
|
|
32401
32474
|
case 67108864:
|
|
32402
|
-
this.
|
|
32475
|
+
this._bj(b, c, d);
|
|
32403
32476
|
break;
|
|
32404
32477
|
case 134217728:
|
|
32405
|
-
this.
|
|
32478
|
+
this._bk(EnumUtil.getEnumValue(CellBorderLineStyle_$type, b), c, d);
|
|
32406
32479
|
break;
|
|
32407
32480
|
case 268435456:
|
|
32408
|
-
this.
|
|
32481
|
+
this._bn(EnumUtil.getEnumValue(VerticalCellAlignment_$type, b), c, d);
|
|
32409
32482
|
break;
|
|
32410
32483
|
case 536870912:
|
|
32411
|
-
this.
|
|
32484
|
+
this._bo(wrapNullable(Boolean_$type, b), c, d);
|
|
32412
32485
|
break;
|
|
32413
32486
|
default: break;
|
|
32414
32487
|
}
|
|
32415
32488
|
};
|
|
32416
|
-
WorksheetCellFormatProxy.
|
|
32489
|
+
WorksheetCellFormatProxy._bp = function ($tValue, a, b, c) {
|
|
32417
32490
|
c(a, b);
|
|
32418
32491
|
a.b._a4(a.a, true, -97);
|
|
32419
32492
|
};
|
|
32420
|
-
WorksheetCellFormatProxy.
|
|
32493
|
+
WorksheetCellFormatProxy._bq = function (a, b) {
|
|
32421
32494
|
a.b._a1(b, true, -97);
|
|
32422
32495
|
};
|
|
32423
|
-
WorksheetCellFormatProxy.
|
|
32496
|
+
WorksheetCellFormatProxy._br = function (a, b) {
|
|
32424
32497
|
a.c._setFormatting1(b, -97);
|
|
32425
32498
|
a.c._a4(a.b, true, -97);
|
|
32426
32499
|
};
|
|
@@ -32568,12 +32641,12 @@ var WorksheetCellFormatProxy = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
32568
32641
|
return this.d.indent;
|
|
32569
32642
|
},
|
|
32570
32643
|
set: function (a) {
|
|
32571
|
-
this.
|
|
32644
|
+
this._a9(a, true, 0);
|
|
32572
32645
|
},
|
|
32573
32646
|
enumerable: false,
|
|
32574
32647
|
configurable: true
|
|
32575
32648
|
});
|
|
32576
|
-
WorksheetCellFormatProxy.prototype.
|
|
32649
|
+
WorksheetCellFormatProxy.prototype._a9 = function (a, b, c) {
|
|
32577
32650
|
this._ab(Number_$type, a, 131072, b, c, function (d) { return d.indent; }, function (d, e) { return d.indent = e; });
|
|
32578
32651
|
};
|
|
32579
32652
|
Object.defineProperty(WorksheetCellFormatProxy.prototype, "leftBorderColorInfo", {
|
|
@@ -32581,12 +32654,12 @@ var WorksheetCellFormatProxy = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
32581
32654
|
return this.d.leftBorderColorInfo;
|
|
32582
32655
|
},
|
|
32583
32656
|
set: function (a) {
|
|
32584
|
-
this.
|
|
32657
|
+
this._ba(a, true, 0);
|
|
32585
32658
|
},
|
|
32586
32659
|
enumerable: false,
|
|
32587
32660
|
configurable: true
|
|
32588
32661
|
});
|
|
32589
|
-
WorksheetCellFormatProxy.prototype.
|
|
32662
|
+
WorksheetCellFormatProxy.prototype._ba = function (a, b, c) {
|
|
32590
32663
|
this._ab(WorkbookColorInfo.$, a, 262144, b, c, function (d) { return d.leftBorderColorInfo; }, function (d, e) { return d.leftBorderColorInfo = e; });
|
|
32591
32664
|
};
|
|
32592
32665
|
Object.defineProperty(WorksheetCellFormatProxy.prototype, "leftBorderStyle", {
|
|
@@ -32594,14 +32667,38 @@ var WorksheetCellFormatProxy = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
32594
32667
|
return this.d.leftBorderStyle;
|
|
32595
32668
|
},
|
|
32596
32669
|
set: function (a) {
|
|
32597
|
-
this.
|
|
32670
|
+
this._bb(a, true, 0);
|
|
32598
32671
|
},
|
|
32599
32672
|
enumerable: false,
|
|
32600
32673
|
configurable: true
|
|
32601
32674
|
});
|
|
32602
|
-
WorksheetCellFormatProxy.prototype.
|
|
32675
|
+
WorksheetCellFormatProxy.prototype._bb = function (a, b, c) {
|
|
32603
32676
|
this._ab(CellBorderLineStyle_$type, a, 524288, b, c, function (d) { return d.leftBorderStyle; }, function (d, e) { return d.leftBorderStyle = e; });
|
|
32604
32677
|
};
|
|
32678
|
+
Object.defineProperty(WorksheetCellFormatProxy.prototype, "hidden", {
|
|
32679
|
+
get: function () {
|
|
32680
|
+
return unwrapNullable(this._hidden$i);
|
|
32681
|
+
},
|
|
32682
|
+
set: function (a) {
|
|
32683
|
+
arguments[0] = wrapNullable(Boolean_$type, arguments[0]);
|
|
32684
|
+
this._hidden$i = arguments[0];
|
|
32685
|
+
},
|
|
32686
|
+
enumerable: false,
|
|
32687
|
+
configurable: true
|
|
32688
|
+
});
|
|
32689
|
+
Object.defineProperty(WorksheetCellFormatProxy.prototype, "_hidden$i", {
|
|
32690
|
+
get: function () {
|
|
32691
|
+
return this.d._hidden$i;
|
|
32692
|
+
},
|
|
32693
|
+
set: function (a) {
|
|
32694
|
+
this._a8(a, true, 0);
|
|
32695
|
+
},
|
|
32696
|
+
enumerable: false,
|
|
32697
|
+
configurable: true
|
|
32698
|
+
});
|
|
32699
|
+
WorksheetCellFormatProxy.prototype._a8 = function (a, b, c) {
|
|
32700
|
+
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; });
|
|
32701
|
+
};
|
|
32605
32702
|
Object.defineProperty(WorksheetCellFormatProxy.prototype, "locked", {
|
|
32606
32703
|
get: function () {
|
|
32607
32704
|
return unwrapNullable(this._locked$i);
|
|
@@ -32618,12 +32715,12 @@ var WorksheetCellFormatProxy = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
32618
32715
|
return this.d._locked$i;
|
|
32619
32716
|
},
|
|
32620
32717
|
set: function (a) {
|
|
32621
|
-
this.
|
|
32718
|
+
this._bc(a, true, 0);
|
|
32622
32719
|
},
|
|
32623
32720
|
enumerable: false,
|
|
32624
32721
|
configurable: true
|
|
32625
32722
|
});
|
|
32626
|
-
WorksheetCellFormatProxy.prototype.
|
|
32723
|
+
WorksheetCellFormatProxy.prototype._bc = function (a, b, c) {
|
|
32627
32724
|
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
32725
|
};
|
|
32629
32726
|
Object.defineProperty(WorksheetCellFormatProxy.prototype, "rightBorderColorInfo", {
|
|
@@ -32631,12 +32728,12 @@ var WorksheetCellFormatProxy = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
32631
32728
|
return this.d.rightBorderColorInfo;
|
|
32632
32729
|
},
|
|
32633
32730
|
set: function (a) {
|
|
32634
|
-
this.
|
|
32731
|
+
this._be(a, true, 0);
|
|
32635
32732
|
},
|
|
32636
32733
|
enumerable: false,
|
|
32637
32734
|
configurable: true
|
|
32638
32735
|
});
|
|
32639
|
-
WorksheetCellFormatProxy.prototype.
|
|
32736
|
+
WorksheetCellFormatProxy.prototype._be = function (a, b, c) {
|
|
32640
32737
|
this._ab(WorkbookColorInfo.$, a, 2097152, b, c, function (d) { return d.rightBorderColorInfo; }, function (d, e) { return d.rightBorderColorInfo = e; });
|
|
32641
32738
|
};
|
|
32642
32739
|
Object.defineProperty(WorksheetCellFormatProxy.prototype, "rightBorderStyle", {
|
|
@@ -32644,12 +32741,12 @@ var WorksheetCellFormatProxy = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
32644
32741
|
return this.d.rightBorderStyle;
|
|
32645
32742
|
},
|
|
32646
32743
|
set: function (a) {
|
|
32647
|
-
this.
|
|
32744
|
+
this._bf(a, true, 0);
|
|
32648
32745
|
},
|
|
32649
32746
|
enumerable: false,
|
|
32650
32747
|
configurable: true
|
|
32651
32748
|
});
|
|
32652
|
-
WorksheetCellFormatProxy.prototype.
|
|
32749
|
+
WorksheetCellFormatProxy.prototype._bf = function (a, b, c) {
|
|
32653
32750
|
this._ab(CellBorderLineStyle_$type, a, 4194304, b, c, function (d) { return d.rightBorderStyle; }, function (d, e) { return d.rightBorderStyle = e; });
|
|
32654
32751
|
};
|
|
32655
32752
|
Object.defineProperty(WorksheetCellFormatProxy.prototype, "rotation", {
|
|
@@ -32657,12 +32754,12 @@ var WorksheetCellFormatProxy = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
32657
32754
|
return this.d.rotation;
|
|
32658
32755
|
},
|
|
32659
32756
|
set: function (a) {
|
|
32660
|
-
this.
|
|
32757
|
+
this._bg(a, true, 0);
|
|
32661
32758
|
},
|
|
32662
32759
|
enumerable: false,
|
|
32663
32760
|
configurable: true
|
|
32664
32761
|
});
|
|
32665
|
-
WorksheetCellFormatProxy.prototype.
|
|
32762
|
+
WorksheetCellFormatProxy.prototype._bg = function (a, b, c) {
|
|
32666
32763
|
this._ab(Number_$type, a, 8388608, b, c, function (d) { return d.rotation; }, function (d, e) { return d.rotation = e; });
|
|
32667
32764
|
};
|
|
32668
32765
|
Object.defineProperty(WorksheetCellFormatProxy.prototype, "shrinkToFit", {
|
|
@@ -32681,12 +32778,12 @@ var WorksheetCellFormatProxy = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
32681
32778
|
return this.d._shrinkToFit$i;
|
|
32682
32779
|
},
|
|
32683
32780
|
set: function (a) {
|
|
32684
|
-
this.
|
|
32781
|
+
this._bh(a, true, 0);
|
|
32685
32782
|
},
|
|
32686
32783
|
enumerable: false,
|
|
32687
32784
|
configurable: true
|
|
32688
32785
|
});
|
|
32689
|
-
WorksheetCellFormatProxy.prototype.
|
|
32786
|
+
WorksheetCellFormatProxy.prototype._bh = function (a, b, c) {
|
|
32690
32787
|
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
32788
|
};
|
|
32692
32789
|
Object.defineProperty(WorksheetCellFormatProxy.prototype, "style", {
|
|
@@ -32694,12 +32791,12 @@ var WorksheetCellFormatProxy = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
32694
32791
|
return this.d.style;
|
|
32695
32792
|
},
|
|
32696
32793
|
set: function (a) {
|
|
32697
|
-
this.
|
|
32794
|
+
this._bi(a, true, 0);
|
|
32698
32795
|
},
|
|
32699
32796
|
enumerable: false,
|
|
32700
32797
|
configurable: true
|
|
32701
32798
|
});
|
|
32702
|
-
WorksheetCellFormatProxy.prototype.
|
|
32799
|
+
WorksheetCellFormatProxy.prototype._bi = function (a, b, c) {
|
|
32703
32800
|
a = this.d._br(a);
|
|
32704
32801
|
this._ab(WorkbookStyle.$, a, 33554432, b, c, function (d) { return d.style; }, function (d, e) { return d.style = e; });
|
|
32705
32802
|
};
|
|
@@ -32708,12 +32805,12 @@ var WorksheetCellFormatProxy = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
32708
32805
|
return this.d.topBorderColorInfo;
|
|
32709
32806
|
},
|
|
32710
32807
|
set: function (a) {
|
|
32711
|
-
this.
|
|
32808
|
+
this._bj(a, true, 0);
|
|
32712
32809
|
},
|
|
32713
32810
|
enumerable: false,
|
|
32714
32811
|
configurable: true
|
|
32715
32812
|
});
|
|
32716
|
-
WorksheetCellFormatProxy.prototype.
|
|
32813
|
+
WorksheetCellFormatProxy.prototype._bj = function (a, b, c) {
|
|
32717
32814
|
this._ab(WorkbookColorInfo.$, a, 67108864, b, c, function (d) { return d.topBorderColorInfo; }, function (d, e) { return d.topBorderColorInfo = e; });
|
|
32718
32815
|
};
|
|
32719
32816
|
Object.defineProperty(WorksheetCellFormatProxy.prototype, "topBorderStyle", {
|
|
@@ -32721,12 +32818,12 @@ var WorksheetCellFormatProxy = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
32721
32818
|
return this.d.topBorderStyle;
|
|
32722
32819
|
},
|
|
32723
32820
|
set: function (a) {
|
|
32724
|
-
this.
|
|
32821
|
+
this._bk(a, true, 0);
|
|
32725
32822
|
},
|
|
32726
32823
|
enumerable: false,
|
|
32727
32824
|
configurable: true
|
|
32728
32825
|
});
|
|
32729
|
-
WorksheetCellFormatProxy.prototype.
|
|
32826
|
+
WorksheetCellFormatProxy.prototype._bk = function (a, b, c) {
|
|
32730
32827
|
this._ab(CellBorderLineStyle_$type, a, 134217728, b, c, function (d) { return d.topBorderStyle; }, function (d, e) { return d.topBorderStyle = e; });
|
|
32731
32828
|
};
|
|
32732
32829
|
Object.defineProperty(WorksheetCellFormatProxy.prototype, "verticalAlignment", {
|
|
@@ -32734,12 +32831,12 @@ var WorksheetCellFormatProxy = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
32734
32831
|
return this.d.verticalAlignment;
|
|
32735
32832
|
},
|
|
32736
32833
|
set: function (a) {
|
|
32737
|
-
this.
|
|
32834
|
+
this._bn(a, true, 0);
|
|
32738
32835
|
},
|
|
32739
32836
|
enumerable: false,
|
|
32740
32837
|
configurable: true
|
|
32741
32838
|
});
|
|
32742
|
-
WorksheetCellFormatProxy.prototype.
|
|
32839
|
+
WorksheetCellFormatProxy.prototype._bn = function (a, b, c) {
|
|
32743
32840
|
this._ab(VerticalCellAlignment_$type, a, 268435456, b, c, function (d) { return d.verticalAlignment; }, function (d, e) { return d.verticalAlignment = e; });
|
|
32744
32841
|
};
|
|
32745
32842
|
Object.defineProperty(WorksheetCellFormatProxy.prototype, "wrapText", {
|
|
@@ -32758,12 +32855,12 @@ var WorksheetCellFormatProxy = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
32758
32855
|
return this.d._wrapText$i;
|
|
32759
32856
|
},
|
|
32760
32857
|
set: function (a) {
|
|
32761
|
-
this.
|
|
32858
|
+
this._bo(a, true, 0);
|
|
32762
32859
|
},
|
|
32763
32860
|
enumerable: false,
|
|
32764
32861
|
configurable: true
|
|
32765
32862
|
});
|
|
32766
|
-
WorksheetCellFormatProxy.prototype.
|
|
32863
|
+
WorksheetCellFormatProxy.prototype._bo = function (a, b, c) {
|
|
32767
32864
|
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
32865
|
};
|
|
32769
32866
|
Object.defineProperty(WorksheetCellFormatProxy.prototype, "_u", {
|
|
@@ -32801,7 +32898,7 @@ var WorksheetCellFormatProxy = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
32801
32898
|
configurable: true
|
|
32802
32899
|
});
|
|
32803
32900
|
WorksheetCellFormatProxy.$t = markType(WorksheetCellFormatProxy, 'WorksheetCellFormatProxy', GenericCacheElementProxy$1.$.specialize(WorksheetCellFormatData.$), [IWorksheetCellFormat_$type]);
|
|
32804
|
-
WorksheetCellFormatProxy._ah = WorksheetCellFormatProxy._ad(
|
|
32901
|
+
WorksheetCellFormatProxy._ah = WorksheetCellFormatProxy._ad(-2147483648);
|
|
32805
32902
|
WorksheetCellFormatProxy._ag = WorksheetCellFormatProxy._ah + 1;
|
|
32806
32903
|
WorksheetCellFormatProxy._af = WorksheetCellFormatProxy._ag + 1;
|
|
32807
32904
|
return WorksheetCellFormatProxy;
|
|
@@ -33396,7 +33493,7 @@ var ConditionalFormatOwnedFormatProxy = /** @class */ /*@__PURE__*/ (function (_
|
|
|
33396
33493
|
return c;
|
|
33397
33494
|
};
|
|
33398
33495
|
ConditionalFormatOwnedFormatProxy.prototype.get__l = function () {
|
|
33399
|
-
return ConditionalFormatOwnedFormatProxy.
|
|
33496
|
+
return ConditionalFormatOwnedFormatProxy._bs;
|
|
33400
33497
|
};
|
|
33401
33498
|
Object.defineProperty(ConditionalFormatOwnedFormatProxy.prototype, "_l", {
|
|
33402
33499
|
get: function () {
|
|
@@ -33431,7 +33528,7 @@ var ConditionalFormatOwnedFormatProxy = /** @class */ /*@__PURE__*/ (function (_
|
|
|
33431
33528
|
configurable: true
|
|
33432
33529
|
});
|
|
33433
33530
|
ConditionalFormatOwnedFormatProxy.$t = markType(ConditionalFormatOwnedFormatProxy, 'ConditionalFormatOwnedFormatProxy', WorksheetCellFormatProxy.$);
|
|
33434
|
-
ConditionalFormatOwnedFormatProxy.
|
|
33531
|
+
ConditionalFormatOwnedFormatProxy._bs = WorksheetCellFormatProxy._m(28, 4);
|
|
33435
33532
|
return ConditionalFormatOwnedFormatProxy;
|
|
33436
33533
|
}(WorksheetCellFormatProxy));
|
|
33437
33534
|
export { ConditionalFormatOwnedFormatProxy };
|
|
@@ -38100,33 +38197,33 @@ var ArrayInteriorFormula = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
38100
38197
|
__extends(ArrayInteriorFormula, _super);
|
|
38101
38198
|
function ArrayInteriorFormula(a) {
|
|
38102
38199
|
var _this = _super.call(this, 1, a) || this;
|
|
38103
|
-
_this.
|
|
38104
|
-
_this.
|
|
38200
|
+
_this._c0 = null;
|
|
38201
|
+
_this._c0 = a;
|
|
38105
38202
|
return _this;
|
|
38106
38203
|
}
|
|
38107
38204
|
Object.defineProperty(ArrayInteriorFormula.prototype, "owningValue", {
|
|
38108
38205
|
get: function () {
|
|
38109
|
-
return this.
|
|
38206
|
+
return this._c0;
|
|
38110
38207
|
},
|
|
38111
38208
|
enumerable: false,
|
|
38112
38209
|
configurable: true
|
|
38113
38210
|
});
|
|
38114
38211
|
ArrayInteriorFormula.prototype._g = function () {
|
|
38115
|
-
return new ArrayInteriorFormula(this.
|
|
38212
|
+
return new ArrayInteriorFormula(this._c0);
|
|
38116
38213
|
};
|
|
38117
38214
|
ArrayInteriorFormula.prototype.get__i = function () {
|
|
38118
|
-
return this.
|
|
38215
|
+
return this._c0;
|
|
38119
38216
|
};
|
|
38120
38217
|
ArrayInteriorFormula.prototype.get__ak = function () {
|
|
38121
38218
|
return true;
|
|
38122
38219
|
};
|
|
38123
|
-
ArrayInteriorFormula.prototype.
|
|
38124
|
-
var a = typeCast(CellCalcReference.$, this.
|
|
38125
|
-
return a != null && this.
|
|
38220
|
+
ArrayInteriorFormula.prototype.get__cl = function () {
|
|
38221
|
+
var a = typeCast(CellCalcReference.$, this._ci);
|
|
38222
|
+
return a != null && this._c0.cellRange != null && a._w.index == this._c0.cellRange.firstRow && a._ao == this._c0.cellRange._v;
|
|
38126
38223
|
};
|
|
38127
|
-
Object.defineProperty(ArrayInteriorFormula.prototype, "
|
|
38224
|
+
Object.defineProperty(ArrayInteriorFormula.prototype, "_c1", {
|
|
38128
38225
|
get: function () {
|
|
38129
|
-
return this.
|
|
38226
|
+
return this._c0;
|
|
38130
38227
|
},
|
|
38131
38228
|
enumerable: false,
|
|
38132
38229
|
configurable: true
|
|
@@ -38142,32 +38239,32 @@ var DataTableInteriorFormula = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
38142
38239
|
__extends(DataTableInteriorFormula, _super);
|
|
38143
38240
|
function DataTableInteriorFormula(a) {
|
|
38144
38241
|
var _this = _super.call(this, 2, a) || this;
|
|
38145
|
-
_this.
|
|
38146
|
-
_this.
|
|
38147
|
-
_this.
|
|
38242
|
+
_this._c0 = null;
|
|
38243
|
+
_this._c0 = a;
|
|
38244
|
+
_this._ce = new ExcelCalcValue(0);
|
|
38148
38245
|
return _this;
|
|
38149
38246
|
}
|
|
38150
38247
|
Object.defineProperty(DataTableInteriorFormula.prototype, "owningValue", {
|
|
38151
38248
|
get: function () {
|
|
38152
|
-
return this.
|
|
38249
|
+
return this._c0;
|
|
38153
38250
|
},
|
|
38154
38251
|
enumerable: false,
|
|
38155
38252
|
configurable: true
|
|
38156
38253
|
});
|
|
38157
38254
|
DataTableInteriorFormula.prototype._g = function () {
|
|
38158
|
-
return new DataTableInteriorFormula(this.
|
|
38255
|
+
return new DataTableInteriorFormula(this._c0);
|
|
38159
38256
|
};
|
|
38160
38257
|
DataTableInteriorFormula.prototype.get__am = function () {
|
|
38161
38258
|
return true;
|
|
38162
38259
|
};
|
|
38163
|
-
DataTableInteriorFormula.prototype.
|
|
38164
|
-
var a = typeCast(CellCalcReference.$, this.
|
|
38165
|
-
var b = this.
|
|
38260
|
+
DataTableInteriorFormula.prototype.get__cl = function () {
|
|
38261
|
+
var a = typeCast(CellCalcReference.$, this._ci);
|
|
38262
|
+
var b = this._c0._h;
|
|
38166
38263
|
return a != null && b != null && a._w.index == b.firstRow && a._ao == b._v;
|
|
38167
38264
|
};
|
|
38168
|
-
Object.defineProperty(DataTableInteriorFormula.prototype, "
|
|
38265
|
+
Object.defineProperty(DataTableInteriorFormula.prototype, "_c1", {
|
|
38169
38266
|
get: function () {
|
|
38170
|
-
return this.
|
|
38267
|
+
return this._c0;
|
|
38171
38268
|
},
|
|
38172
38269
|
enumerable: false,
|
|
38173
38270
|
configurable: true
|
|
@@ -38592,7 +38689,7 @@ var WorksheetRow = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
38592
38689
|
return null;
|
|
38593
38690
|
}
|
|
38594
38691
|
var e = this.worksheet._rows$i._aj(this.index - 1);
|
|
38595
|
-
d = this.worksheet._b4(e, c.
|
|
38692
|
+
d = this.worksheet._b4(e, c._bw);
|
|
38596
38693
|
break;
|
|
38597
38694
|
}
|
|
38598
38695
|
case 2:
|
|
@@ -38602,22 +38699,22 @@ var WorksheetRow = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
38602
38699
|
return null;
|
|
38603
38700
|
}
|
|
38604
38701
|
var f = this.worksheet._rows$i._aj(this.index + 1);
|
|
38605
|
-
d = this.worksheet._b4(f, c.
|
|
38702
|
+
d = this.worksheet._b4(f, c._bw);
|
|
38606
38703
|
break;
|
|
38607
38704
|
}
|
|
38608
38705
|
case 262144:
|
|
38609
38706
|
case 524288:
|
|
38610
|
-
if (c.
|
|
38707
|
+
if (c._bw == 0) {
|
|
38611
38708
|
return null;
|
|
38612
38709
|
}
|
|
38613
|
-
d = this._a7((c.
|
|
38710
|
+
d = this._a7((c._bw - 1));
|
|
38614
38711
|
break;
|
|
38615
38712
|
case 2097152:
|
|
38616
38713
|
case 4194304:
|
|
38617
|
-
if (c.
|
|
38714
|
+
if (c._bw == this.worksheet._columns$i.maxCount - 1) {
|
|
38618
38715
|
return null;
|
|
38619
38716
|
}
|
|
38620
|
-
d = this._a7((c.
|
|
38717
|
+
d = this._a7((c._bw + 1));
|
|
38621
38718
|
break;
|
|
38622
38719
|
default: return null;
|
|
38623
38720
|
}
|
|
@@ -38792,7 +38889,7 @@ var WorksheetRow = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
38792
38889
|
if (WorksheetRow._bs(b)) {
|
|
38793
38890
|
this._dx();
|
|
38794
38891
|
}
|
|
38795
|
-
for (var e = 1; e !=
|
|
38892
|
+
for (var e = 1; e != -2147483648; e = (e << 1)) {
|
|
38796
38893
|
if ((b & e) == 0) {
|
|
38797
38894
|
continue;
|
|
38798
38895
|
}
|
|
@@ -38897,7 +38994,7 @@ var WorksheetRow = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
38897
38994
|
}
|
|
38898
38995
|
u = enumGetBox(DiagonalBorders_$type, v);
|
|
38899
38996
|
}
|
|
38900
|
-
t.
|
|
38997
|
+
t._bl(e, u);
|
|
38901
38998
|
}
|
|
38902
38999
|
}
|
|
38903
39000
|
catch (e_103_1) {
|
|
@@ -39120,7 +39217,7 @@ var WorksheetRow = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
39120
39217
|
if (c == null) {
|
|
39121
39218
|
return null;
|
|
39122
39219
|
}
|
|
39123
|
-
return c.
|
|
39220
|
+
return c._c1;
|
|
39124
39221
|
};
|
|
39125
39222
|
/**
|
|
39126
39223
|
* Gets the merged cells region which contains the cell at the specified index, or null if the cell is not merged.
|
|
@@ -39361,7 +39458,7 @@ var WorksheetRow = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
39361
39458
|
return null;
|
|
39362
39459
|
}
|
|
39363
39460
|
if (c._ak) {
|
|
39364
|
-
return c.
|
|
39461
|
+
return c._c1;
|
|
39365
39462
|
}
|
|
39366
39463
|
return c;
|
|
39367
39464
|
};
|
|
@@ -39903,17 +40000,17 @@ var WorksheetRow = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
39903
40000
|
var o = l._a8(m.r);
|
|
39904
40001
|
if (o != null) {
|
|
39905
40002
|
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.
|
|
40003
|
+
n._ba(o.leftBorderColorInfo, true, -97);
|
|
40004
|
+
n._bb(o.leftBorderStyle, true, -97);
|
|
39908
40005
|
}
|
|
39909
40006
|
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.
|
|
40007
|
+
n._be(o.rightBorderColorInfo, true, -97);
|
|
40008
|
+
n._bf(o.rightBorderStyle, true, -97);
|
|
39912
40009
|
}
|
|
39913
40010
|
if (!c) {
|
|
39914
40011
|
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.
|
|
40012
|
+
n._bj(o.topBorderColorInfo, true, -97);
|
|
40013
|
+
n._bk(o.topBorderStyle, true, -97);
|
|
39917
40014
|
}
|
|
39918
40015
|
if (WorkbookColorInfo.l_op_Inequality(o.bottomBorderColorInfo, null) && WorkbookColorInfo.l_op_Equality(o.bottomBorderColorInfo, m.j.bottomBorderColorInfo) && o.bottomBorderStyle == m.j.bottomBorderStyle) {
|
|
39919
40016
|
n._av(o.bottomBorderColorInfo, true, -97);
|
|
@@ -39957,8 +40054,8 @@ var WorksheetRow = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
39957
40054
|
s._a3(s.formatOptions & ~8, true, -97);
|
|
39958
40055
|
if (p != null) {
|
|
39959
40056
|
if (WorkbookColorInfo.l_op_Inequality(p.topBorderColorInfo, null) && WorkbookColorInfo.l_op_Equality(p.topBorderColorInfo, j.topBorderColorInfo) && p.topBorderStyle == j.topBorderStyle) {
|
|
39960
|
-
s.
|
|
39961
|
-
s.
|
|
40057
|
+
s._bj(p.topBorderColorInfo, true, -97);
|
|
40058
|
+
s._bk(p.topBorderStyle, true, -97);
|
|
39962
40059
|
}
|
|
39963
40060
|
if (WorkbookColorInfo.l_op_Inequality(p.bottomBorderColorInfo, null) && WorkbookColorInfo.l_op_Equality(p.bottomBorderColorInfo, j.bottomBorderColorInfo) && p.bottomBorderStyle == j.bottomBorderStyle) {
|
|
39964
40061
|
s._av(p.bottomBorderColorInfo, true, -97);
|
|
@@ -39966,12 +40063,12 @@ var WorksheetRow = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
39966
40063
|
}
|
|
39967
40064
|
if (!c) {
|
|
39968
40065
|
if (WorkbookColorInfo.l_op_Inequality(p.leftBorderColorInfo, null) && WorkbookColorInfo.l_op_Equality(p.leftBorderColorInfo, j.leftBorderColorInfo) && p.leftBorderStyle == j.leftBorderStyle) {
|
|
39969
|
-
s.
|
|
39970
|
-
s.
|
|
40066
|
+
s._ba(p.leftBorderColorInfo, true, -97);
|
|
40067
|
+
s._bb(p.leftBorderStyle, true, -97);
|
|
39971
40068
|
}
|
|
39972
40069
|
if (WorkbookColorInfo.l_op_Inequality(p.rightBorderColorInfo, null) && WorkbookColorInfo.l_op_Equality(p.rightBorderColorInfo, j.rightBorderColorInfo) && p.rightBorderStyle == j.rightBorderStyle) {
|
|
39973
|
-
s.
|
|
39974
|
-
s.
|
|
40070
|
+
s._be(p.rightBorderColorInfo, true, -97);
|
|
40071
|
+
s._bf(p.rightBorderStyle, true, -97);
|
|
39975
40072
|
}
|
|
39976
40073
|
}
|
|
39977
40074
|
}
|
|
@@ -39985,12 +40082,12 @@ var WorksheetRow = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
39985
40082
|
var u = l._a8(q);
|
|
39986
40083
|
if (u != null) {
|
|
39987
40084
|
if (WorkbookColorInfo.l_op_Inequality(u.leftBorderColorInfo, null) && WorkbookColorInfo.l_op_Equality(u.leftBorderColorInfo, t.leftBorderColorInfo) && u.leftBorderStyle == t.leftBorderStyle) {
|
|
39988
|
-
s.
|
|
39989
|
-
s.
|
|
40085
|
+
s._ba(u.leftBorderColorInfo, true, -97);
|
|
40086
|
+
s._bb(u.leftBorderStyle, true, -97);
|
|
39990
40087
|
}
|
|
39991
40088
|
if (WorkbookColorInfo.l_op_Inequality(u.rightBorderColorInfo, null) && WorkbookColorInfo.l_op_Equality(u.rightBorderColorInfo, t.rightBorderColorInfo) && u.rightBorderStyle == t.rightBorderStyle) {
|
|
39992
|
-
s.
|
|
39993
|
-
s.
|
|
40089
|
+
s._be(u.rightBorderColorInfo, true, -97);
|
|
40090
|
+
s._bf(u.rightBorderStyle, true, -97);
|
|
39994
40091
|
}
|
|
39995
40092
|
}
|
|
39996
40093
|
}
|
|
@@ -40274,7 +40371,7 @@ var WorksheetRow = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
40274
40371
|
}
|
|
40275
40372
|
this._dk(b, e);
|
|
40276
40373
|
f = new WorksheetCellOwnedFormatProxy(e, h, this, b, a);
|
|
40277
|
-
a[d] = f.
|
|
40374
|
+
a[d] = f._bu;
|
|
40278
40375
|
if (this._a3 != null) {
|
|
40279
40376
|
this._a3._aj();
|
|
40280
40377
|
}
|
|
@@ -40312,7 +40409,7 @@ var WorksheetRow = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
40312
40409
|
e = f._ca;
|
|
40313
40410
|
}
|
|
40314
40411
|
var g = new WorksheetCellOwnedFormatProxy(null, e, this, a, c);
|
|
40315
|
-
g.
|
|
40412
|
+
g._bu = b;
|
|
40316
40413
|
return g;
|
|
40317
40414
|
};
|
|
40318
40415
|
/**
|
|
@@ -40957,10 +41054,10 @@ var WorksheetRow = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
40957
41054
|
}
|
|
40958
41055
|
var d = null;
|
|
40959
41056
|
if ((c & 2) == 0) {
|
|
40960
|
-
d = this._bl(a.
|
|
41057
|
+
d = this._bl(a._bw);
|
|
40961
41058
|
}
|
|
40962
41059
|
var e = new Dictionary$2(CellFormatValue_$type, WorksheetCellFormatProxy.$, 1, 8);
|
|
40963
|
-
var f = this._a2(a.
|
|
41060
|
+
var f = this._a2(a._bw);
|
|
40964
41061
|
var _loop_8 = function (g) {
|
|
40965
41062
|
var e_115, _0;
|
|
40966
41063
|
if ((b & g) == 0) {
|
|
@@ -40974,6 +41071,7 @@ var WorksheetRow = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
40974
41071
|
case 64:
|
|
40975
41072
|
case 65536:
|
|
40976
41073
|
case 131072:
|
|
41074
|
+
case 1073741824:
|
|
40977
41075
|
case 1048576:
|
|
40978
41076
|
case 8388608:
|
|
40979
41077
|
case 16777216:
|
|
@@ -40992,7 +41090,7 @@ var WorksheetRow = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
40992
41090
|
var h = a.style;
|
|
40993
41091
|
if (h != null && ExcelUtils.by(h._i.formatOptions, 4)) {
|
|
40994
41092
|
if (f != null && (c & 16) == 0) {
|
|
40995
|
-
var i = typeCast(FormattedStringElement.$, f.c(this_2, a.
|
|
41093
|
+
var i = typeCast(FormattedStringElement.$, f.c(this_2, a._bw));
|
|
40996
41094
|
if (i != null) {
|
|
40997
41095
|
i._ai();
|
|
40998
41096
|
}
|
|
@@ -41013,7 +41111,7 @@ var WorksheetRow = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
41013
41111
|
ExcelUtils.ff(a, d._cellFormatInternal, g);
|
|
41014
41112
|
}
|
|
41015
41113
|
if (f != null && (c & 16) == 0) {
|
|
41016
|
-
var j = f.c(this_2, a.
|
|
41114
|
+
var j = f.c(this_2, a._bw);
|
|
41017
41115
|
if (j != null && j._u) {
|
|
41018
41116
|
var k = this_2.worksheet.workbook;
|
|
41019
41117
|
var l = k != null ? k._bj : null;
|
|
@@ -41071,7 +41169,7 @@ var WorksheetRow = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
41071
41169
|
}
|
|
41072
41170
|
var q = GenericCacheElement.h(StringElement.$, l, j);
|
|
41073
41171
|
j = q.p1;
|
|
41074
|
-
f.av(a.
|
|
41172
|
+
f.av(a._bw, j);
|
|
41075
41173
|
}
|
|
41076
41174
|
}
|
|
41077
41175
|
}
|
|
@@ -41090,7 +41188,7 @@ var WorksheetRow = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
41090
41188
|
this_2._di(void 0, (c & 64) == 0);
|
|
41091
41189
|
}
|
|
41092
41190
|
if (d != null) {
|
|
41093
|
-
d._a7(this_2, a.
|
|
41191
|
+
d._a7(this_2, a._bw, g);
|
|
41094
41192
|
}
|
|
41095
41193
|
if ((c & 1) != 0) {
|
|
41096
41194
|
break;
|
|
@@ -41100,7 +41198,7 @@ var WorksheetRow = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
41100
41198
|
}
|
|
41101
41199
|
var r_3;
|
|
41102
41200
|
if (((function () { var s = e.tryGetValue(g, r_3); r_3 = s.p1; return s.ret; })()) == false) {
|
|
41103
|
-
r_3 = this_2._ba(a.
|
|
41201
|
+
r_3 = this_2._ba(a._bw, g, this_2.worksheet._o);
|
|
41104
41202
|
e.item(g, r_3);
|
|
41105
41203
|
e.item(ExcelUtils.l(g), r_3);
|
|
41106
41204
|
}
|
|
@@ -41114,13 +41212,13 @@ var WorksheetRow = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
41114
41212
|
}
|
|
41115
41213
|
};
|
|
41116
41214
|
var this_2 = this;
|
|
41117
|
-
for (var g = 1; g !=
|
|
41215
|
+
for (var g = 1; g != -2147483648; g = (g << 1)) {
|
|
41118
41216
|
_loop_8(g);
|
|
41119
41217
|
}
|
|
41120
|
-
if (f != null && f.r(a.
|
|
41121
|
-
var s = this._bp(a.
|
|
41218
|
+
if (f != null && f.r(a._bw)) {
|
|
41219
|
+
var s = this._bp(a._bw);
|
|
41122
41220
|
if (s != null && s._cx == false) {
|
|
41123
|
-
var t = a.
|
|
41221
|
+
var t = a._bw - s._by._w;
|
|
41124
41222
|
if (t < 0 || s._columns$i.count <= t) {
|
|
41125
41223
|
}
|
|
41126
41224
|
else {
|
|
@@ -41128,14 +41226,14 @@ var WorksheetRow = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
41128
41226
|
var v = this.worksheet.workbook;
|
|
41129
41227
|
var w = s._columns$i._item(t);
|
|
41130
41228
|
var x = w.headerCell;
|
|
41131
|
-
if (WorksheetCell.l_op_Inequality(x, null) && x._o == this && x.columnIndex == a.
|
|
41229
|
+
if (WorksheetCell.l_op_Inequality(x, null) && x._o == this && x.columnIndex == a._bw) {
|
|
41132
41230
|
u &= ~67108864;
|
|
41133
41231
|
u &= ~134217728;
|
|
41134
41232
|
ExcelUtils.fg(a, w._areaFormats$i._d(v, 1), u);
|
|
41135
41233
|
}
|
|
41136
41234
|
else {
|
|
41137
41235
|
var y = w.totalCell;
|
|
41138
|
-
if (WorksheetCell.l_op_Inequality(y, null) && y._o == this && y.columnIndex == a.
|
|
41236
|
+
if (WorksheetCell.l_op_Inequality(y, null) && y._o == this && y.columnIndex == a._bw) {
|
|
41139
41237
|
u &= ~2;
|
|
41140
41238
|
u &= ~4;
|
|
41141
41239
|
ExcelUtils.fg(a, w._areaFormats$i._d(v, 2), u);
|
|
@@ -41532,7 +41630,7 @@ var WorksheetRow = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
41532
41630
|
if (b != null) {
|
|
41533
41631
|
b.addItem(new WorksheetCellAddress(1, this._cx, r._ao), s);
|
|
41534
41632
|
}
|
|
41535
|
-
if (s.
|
|
41633
|
+
if (s._cl) {
|
|
41536
41634
|
s._i._bu();
|
|
41537
41635
|
}
|
|
41538
41636
|
r._a0(null, false);
|
|
@@ -41955,7 +42053,7 @@ var WorksheetRow = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
41955
42053
|
if (!WorksheetRow._b8(b, e, 33554432)) {
|
|
41956
42054
|
}
|
|
41957
42055
|
}
|
|
41958
|
-
for (var f = 1; f !=
|
|
42056
|
+
for (var f = 1; f != -2147483648; f = (f << 1)) {
|
|
41959
42057
|
if (f == 32768 || f == 33554432) {
|
|
41960
42058
|
continue;
|
|
41961
42059
|
}
|
|
@@ -42052,7 +42150,7 @@ var WorksheetRow = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
42052
42150
|
* @hidden
|
|
42053
42151
|
*/
|
|
42054
42152
|
WorksheetRow._b8 = function (a, b, c) {
|
|
42055
|
-
if (WorksheetCellFormatData._cf(c, b.
|
|
42153
|
+
if (WorksheetCellFormatData._cf(c, b._df(c))) {
|
|
42056
42154
|
return false;
|
|
42057
42155
|
}
|
|
42058
42156
|
ExcelUtils.fd(b, a, c);
|
|
@@ -42286,10 +42384,10 @@ var WorksheetRow = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
42286
42384
|
if (g != null) {
|
|
42287
42385
|
if (g._ak) {
|
|
42288
42386
|
var h = g;
|
|
42289
|
-
if (!h.
|
|
42387
|
+
if (!h._cl) {
|
|
42290
42388
|
return;
|
|
42291
42389
|
}
|
|
42292
|
-
g = h.
|
|
42390
|
+
g = h._c1;
|
|
42293
42391
|
}
|
|
42294
42392
|
var i = this.worksheet._c;
|
|
42295
42393
|
g._ca(a, c, d, i, true);
|
|
@@ -43266,7 +43364,7 @@ var ConditionBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
43266
43364
|
}
|
|
43267
43365
|
if (d != null) {
|
|
43268
43366
|
if (c != null) {
|
|
43269
|
-
d.
|
|
43367
|
+
d._cz(c, a);
|
|
43270
43368
|
}
|
|
43271
43369
|
var e_119 = d.evaluateCore(a);
|
|
43272
43370
|
if (e_119.isError || e_119.isNull) {
|
|
@@ -43289,9 +43387,9 @@ var ConditionBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
43289
43387
|
d = new TempCellCalcReference(true, this.worksheet, new WorksheetCellAddress(1, b, c));
|
|
43290
43388
|
}
|
|
43291
43389
|
if (a._s != 7) {
|
|
43292
|
-
a.
|
|
43390
|
+
a._cz(d, this.workbook);
|
|
43293
43391
|
}
|
|
43294
|
-
var e_120 = a.
|
|
43392
|
+
var e_120 = a._cg(this.workbook, d, false);
|
|
43295
43393
|
if (false == e_120.isError && false == e_120.isNull) {
|
|
43296
43394
|
var f_5;
|
|
43297
43395
|
if (((function () { var g = e_120._toDouble1(f_5); f_5 = g.p0; return g.ret; })())) {
|
|
@@ -43572,7 +43670,7 @@ var ConditionBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
43572
43670
|
if (a != null) {
|
|
43573
43671
|
var b = this._s();
|
|
43574
43672
|
var c = new TempCellCalcReference(true, this.worksheet, b);
|
|
43575
|
-
a.
|
|
43673
|
+
a._cz(c, this.workbook);
|
|
43576
43674
|
}
|
|
43577
43675
|
return a;
|
|
43578
43676
|
};
|
|
@@ -44039,16 +44137,16 @@ var ConditionBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
44039
44137
|
*/
|
|
44040
44138
|
ConditionBase.prototype._bp = function (a, b, c, d, e) {
|
|
44041
44139
|
if (c != null) {
|
|
44042
|
-
var f = c.
|
|
44140
|
+
var f = c._ci;
|
|
44043
44141
|
if (f != null) {
|
|
44044
|
-
c.
|
|
44142
|
+
c._cz(null, this.workbook);
|
|
44045
44143
|
}
|
|
44046
44144
|
var g = c._toString1(1);
|
|
44047
44145
|
if (c._av(this.worksheet, d, 0)) {
|
|
44048
44146
|
a(this, b, g);
|
|
44049
44147
|
}
|
|
44050
44148
|
if (f != null) {
|
|
44051
|
-
c.
|
|
44149
|
+
c._cz(f, this.workbook);
|
|
44052
44150
|
}
|
|
44053
44151
|
}
|
|
44054
44152
|
return {
|
|
@@ -44130,7 +44228,7 @@ var ConditionBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
44130
44228
|
ConditionBase.prototype._a3 = function (a, b) {
|
|
44131
44229
|
var c = b != null ? b._toString2(1, this.workbook._e6) : null;
|
|
44132
44230
|
b = this._o(a, toNullable(CellReferenceMode_$type, 1));
|
|
44133
|
-
if (b != null && b.
|
|
44231
|
+
if (b != null && b._ci == null) {
|
|
44134
44232
|
this._m(b);
|
|
44135
44233
|
}
|
|
44136
44234
|
return {
|
|
@@ -45354,11 +45452,11 @@ var Worksheet = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
45354
45452
|
h = this.workbook._cd(0);
|
|
45355
45453
|
}
|
|
45356
45454
|
var r = p._bw;
|
|
45357
|
-
for (var s = 1; s !=
|
|
45358
|
-
if (q == false || WorksheetCellFormatData._cf(s, h.
|
|
45359
|
-
var t = r.
|
|
45455
|
+
for (var s = 1; s != -2147483648; s = (s << 1)) {
|
|
45456
|
+
if (q == false || WorksheetCellFormatData._cf(s, h._df(s))) {
|
|
45457
|
+
var t = r._df(s);
|
|
45360
45458
|
if (WorksheetCellFormatData._cf(s, t) == false) {
|
|
45361
|
-
h.
|
|
45459
|
+
h._dx(s, t);
|
|
45362
45460
|
}
|
|
45363
45461
|
}
|
|
45364
45462
|
}
|
|
@@ -48361,7 +48459,7 @@ var Worksheet = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
48361
48459
|
var _loop_14 = function (ac) {
|
|
48362
48460
|
var ad = f._inner[ac];
|
|
48363
48461
|
var ae;
|
|
48364
|
-
if (((function () { var af = ad.
|
|
48462
|
+
if (((function () { var af = ad._cn(a, p_4, ae); ae = af.p2; return af.ret; })())) {
|
|
48365
48463
|
f.removeAt(ac);
|
|
48366
48464
|
ac--;
|
|
48367
48465
|
}
|
|
@@ -48708,7 +48806,7 @@ var Worksheet = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
48708
48806
|
try {
|
|
48709
48807
|
for (var _41 = __values(fromEnum(f)), _42 = _41.next(); !_42.done; _42 = _41.next()) {
|
|
48710
48808
|
var bc = _42.value;
|
|
48711
|
-
bc.
|
|
48809
|
+
bc._c2(a, c, g.item(bc));
|
|
48712
48810
|
}
|
|
48713
48811
|
}
|
|
48714
48812
|
catch (e_170_1) {
|
|
@@ -48943,7 +49041,7 @@ var Worksheet = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
48943
49041
|
var h = this._b4(a, b);
|
|
48944
49042
|
var i = void 0;
|
|
48945
49043
|
if (e == null) {
|
|
48946
|
-
i = new ValueFormatter(0, null, h.
|
|
49044
|
+
i = new ValueFormatter(0, null, h._di, this._y);
|
|
48947
49045
|
}
|
|
48948
49046
|
else {
|
|
48949
49047
|
i = e._b2.a(h._cs);
|
|
@@ -49186,7 +49284,7 @@ var Worksheet = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
49186
49284
|
var z = y.owningValue.blockedRegion;
|
|
49187
49285
|
var aa = typeCast(ArrayInteriorFormula.$, y);
|
|
49188
49286
|
if (aa != null) {
|
|
49189
|
-
if (a.s(ArrayFormula.$, e, b, aa.
|
|
49287
|
+
if (a.s(ArrayFormula.$, e, b, aa._c1, z._h) == false) {
|
|
49190
49288
|
return 6;
|
|
49191
49289
|
}
|
|
49192
49290
|
}
|
|
@@ -50760,7 +50858,7 @@ var Worksheet = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
50760
50858
|
if (this._gp == 0 || this._gr != this.workbook._fp) {
|
|
50761
50859
|
this._gr = this.workbook._fp;
|
|
50762
50860
|
var a = this.workbook._styles$i.normalStyle._i;
|
|
50763
|
-
var b = a.
|
|
50861
|
+
var b = a._dh;
|
|
50764
50862
|
var c = a._cq;
|
|
50765
50863
|
var d = 0;
|
|
50766
50864
|
var e = new Dictionary$2(Worksheet_FontNameHeightPair.$, Boolean_$type, 0);
|
|
@@ -50772,7 +50870,7 @@ var Worksheet = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
50772
50870
|
for (var _1 = __values(fromEnum(this._fg)), _2 = _1.next(); !_2.done; _2 = _1.next()) {
|
|
50773
50871
|
var i = _2.value;
|
|
50774
50872
|
var j = i.b;
|
|
50775
|
-
var k = j.
|
|
50873
|
+
var k = j._dh;
|
|
50776
50874
|
var l = j._cq;
|
|
50777
50875
|
var m = new Worksheet_FontNameHeightPair(1, k, l);
|
|
50778
50876
|
if (e.containsKey(m)) {
|
|
@@ -52463,7 +52561,7 @@ var WorksheetRegion = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
52463
52561
|
*/
|
|
52464
52562
|
WorksheetRegion.prototype.applyArrayFormula = function (value) {
|
|
52465
52563
|
this._ao();
|
|
52466
|
-
var a = ArrayFormula.
|
|
52564
|
+
var a = ArrayFormula._cj(value, this._e.workbook);
|
|
52467
52565
|
a._applyTo3(this);
|
|
52468
52566
|
};
|
|
52469
52567
|
/**
|
|
@@ -60461,14 +60559,14 @@ var ArrayFormula = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
60461
60559
|
{
|
|
60462
60560
|
var c = _rest[0];
|
|
60463
60561
|
_this = _super.call(this, 0, c, 1) || this;
|
|
60464
|
-
_this.
|
|
60562
|
+
_this._cl = null;
|
|
60465
60563
|
}
|
|
60466
60564
|
break;
|
|
60467
60565
|
case 1:
|
|
60468
60566
|
{
|
|
60469
60567
|
var c = _rest[0];
|
|
60470
60568
|
_this = _super.call(this, 3, c, false) || this;
|
|
60471
|
-
_this.
|
|
60569
|
+
_this._cl = null;
|
|
60472
60570
|
}
|
|
60473
60571
|
break;
|
|
60474
60572
|
}
|
|
@@ -60496,17 +60594,17 @@ var ArrayFormula = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
60496
60594
|
if (a.length != 1) {
|
|
60497
60595
|
throw new ArgumentException(2, ExcelUtils.eh("LE_ArgumentException_ArrayFormulaMustHaveSingleRegion"), "regions");
|
|
60498
60596
|
}
|
|
60499
|
-
if (this.
|
|
60597
|
+
if (this._cl != null) {
|
|
60500
60598
|
throw new InvalidOperationException(1, ExcelUtils.eh("LE_InvalidOperationException_ArrayFormulaAlreadyApplied"));
|
|
60501
60599
|
}
|
|
60502
60600
|
var e = a[0];
|
|
60503
|
-
this.
|
|
60601
|
+
this._c0(e);
|
|
60504
60602
|
};
|
|
60505
60603
|
/**
|
|
60506
60604
|
* @hidden
|
|
60507
60605
|
*/
|
|
60508
60606
|
ArrayFormula.prototype._br = function (a, b, c) {
|
|
60509
|
-
this.
|
|
60607
|
+
this._c0(a.worksheet._cx(a.index, b, a.index, b));
|
|
60510
60608
|
};
|
|
60511
60609
|
/**
|
|
60512
60610
|
* @hidden
|
|
@@ -60518,8 +60616,8 @@ var ArrayFormula = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
60518
60616
|
* @hidden
|
|
60519
60617
|
*/
|
|
60520
60618
|
ArrayFormula.prototype.get__z = function () {
|
|
60521
|
-
if (this.
|
|
60522
|
-
return this.
|
|
60619
|
+
if (this._cl != null && this._cl.worksheet != null) {
|
|
60620
|
+
return this._cl.worksheet._o;
|
|
60523
60621
|
}
|
|
60524
60622
|
return _super.prototype.get__z.call(this);
|
|
60525
60623
|
};
|
|
@@ -60539,7 +60637,7 @@ var ArrayFormula = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
60539
60637
|
* @hidden
|
|
60540
60638
|
*/
|
|
60541
60639
|
ArrayFormula.prototype.get__bb = function () {
|
|
60542
|
-
return this.
|
|
60640
|
+
return this._cl != null ? this._cl._v : -1;
|
|
60543
60641
|
};
|
|
60544
60642
|
Object.defineProperty(ArrayFormula.prototype, "_bb", {
|
|
60545
60643
|
/**
|
|
@@ -60555,7 +60653,7 @@ var ArrayFormula = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
60555
60653
|
* @hidden
|
|
60556
60654
|
*/
|
|
60557
60655
|
ArrayFormula.prototype.get__ab = function () {
|
|
60558
|
-
return this.
|
|
60656
|
+
return this._cl != null ? this._cl._k : null;
|
|
60559
60657
|
};
|
|
60560
60658
|
Object.defineProperty(ArrayFormula.prototype, "_ab", {
|
|
60561
60659
|
/**
|
|
@@ -60571,7 +60669,7 @@ var ArrayFormula = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
60571
60669
|
* @hidden
|
|
60572
60670
|
*/
|
|
60573
60671
|
ArrayFormula.prototype.get__aa = function () {
|
|
60574
|
-
return this.
|
|
60672
|
+
return this._cl != null ? new WorksheetCellAddress(1, this._cl.firstRow, this._cl._v) : WorksheetCellAddress.b;
|
|
60575
60673
|
};
|
|
60576
60674
|
Object.defineProperty(ArrayFormula.prototype, "_aa", {
|
|
60577
60675
|
/**
|
|
@@ -60592,7 +60690,7 @@ var ArrayFormula = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
60592
60690
|
* @hidden
|
|
60593
60691
|
*/
|
|
60594
60692
|
ArrayFormula.prototype.get__t = function () {
|
|
60595
|
-
return this.
|
|
60693
|
+
return this._cl != null ? this._cl.worksheet : null;
|
|
60596
60694
|
};
|
|
60597
60695
|
Object.defineProperty(ArrayFormula.prototype, "_t", {
|
|
60598
60696
|
/**
|
|
@@ -60633,7 +60731,7 @@ var ArrayFormula = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
60633
60731
|
* @hidden
|
|
60634
60732
|
*/
|
|
60635
60733
|
get: function () {
|
|
60636
|
-
return this.
|
|
60734
|
+
return this._cl;
|
|
60637
60735
|
},
|
|
60638
60736
|
enumerable: false,
|
|
60639
60737
|
configurable: true
|
|
@@ -60645,12 +60743,12 @@ var ArrayFormula = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
60645
60743
|
* </p>
|
|
60646
60744
|
*/
|
|
60647
60745
|
ArrayFormula.prototype.clearCellRange = function () {
|
|
60648
|
-
if (this.
|
|
60746
|
+
if (this._cl == null) {
|
|
60649
60747
|
return;
|
|
60650
60748
|
}
|
|
60651
60749
|
var a = this._t;
|
|
60652
|
-
var b = ArrayFormula.
|
|
60653
|
-
var c = this.
|
|
60750
|
+
var b = ArrayFormula._cd[1];
|
|
60751
|
+
var c = this._cl;
|
|
60654
60752
|
var d = new ArrayFormula_FormulaChangeContext(1, this, c);
|
|
60655
60753
|
var e = a != null ? a.workbook : null;
|
|
60656
60754
|
var f = null;
|
|
@@ -60661,14 +60759,14 @@ var ArrayFormula = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
60661
60759
|
e._df = true;
|
|
60662
60760
|
}
|
|
60663
60761
|
if (a != null) {
|
|
60664
|
-
for (var h = this.
|
|
60762
|
+
for (var h = this._cl.lastRow; h >= this._cl.firstRow; h--) {
|
|
60665
60763
|
var i = a._rows$i.item(h);
|
|
60666
|
-
for (var j = this.
|
|
60764
|
+
for (var j = this._cl._w; j >= this._cl._v; j--) {
|
|
60667
60765
|
i._d6(j, null, false);
|
|
60668
60766
|
}
|
|
60669
60767
|
}
|
|
60670
60768
|
}
|
|
60671
|
-
this.
|
|
60769
|
+
this._cl = null;
|
|
60672
60770
|
if (e != null) {
|
|
60673
60771
|
e._df = g;
|
|
60674
60772
|
}
|
|
@@ -60680,7 +60778,7 @@ var ArrayFormula = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
60680
60778
|
/**
|
|
60681
60779
|
* @hidden
|
|
60682
60780
|
*/
|
|
60683
|
-
ArrayFormula.
|
|
60781
|
+
ArrayFormula._cj = function (a, b) {
|
|
60684
60782
|
var c;
|
|
60685
60783
|
var d;
|
|
60686
60784
|
var e;
|
|
@@ -60745,7 +60843,7 @@ var ArrayFormula = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
60745
60843
|
ArrayFormula._parse9 = function (a, b, c, d) {
|
|
60746
60844
|
var e;
|
|
60747
60845
|
var f;
|
|
60748
|
-
if (((function () { var g = ArrayFormula.
|
|
60846
|
+
if (((function () { var g = ArrayFormula._ct(a, b, c, d, e, f); e = g.p4; f = g.p5; return g.ret; })())) {
|
|
60749
60847
|
return e;
|
|
60750
60848
|
}
|
|
60751
60849
|
throw f;
|
|
@@ -60753,27 +60851,27 @@ var ArrayFormula = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
60753
60851
|
/**
|
|
60754
60852
|
* @hidden
|
|
60755
60853
|
*/
|
|
60756
|
-
ArrayFormula.
|
|
60854
|
+
ArrayFormula._co = function (a, b, c) {
|
|
60757
60855
|
return {
|
|
60758
|
-
ret: ((function () { var d = ArrayFormula.
|
|
60856
|
+
ret: ((function () { var d = ArrayFormula._cv(a, b, ExcelUtils.cs, c); c = d.p3; return d.ret; })()),
|
|
60759
60857
|
p2: c
|
|
60760
60858
|
};
|
|
60761
60859
|
};
|
|
60762
60860
|
/**
|
|
60763
60861
|
* @hidden
|
|
60764
60862
|
*/
|
|
60765
|
-
ArrayFormula.
|
|
60863
|
+
ArrayFormula._cv = function (a, b, c, d) {
|
|
60766
60864
|
return {
|
|
60767
|
-
ret: ((function () { var e = ArrayFormula.
|
|
60865
|
+
ret: ((function () { var e = ArrayFormula._cs(a, b, 2, c, d); d = e.p4; return e.ret; })()),
|
|
60768
60866
|
p3: d
|
|
60769
60867
|
};
|
|
60770
60868
|
};
|
|
60771
60869
|
/**
|
|
60772
60870
|
* @hidden
|
|
60773
60871
|
*/
|
|
60774
|
-
ArrayFormula.
|
|
60872
|
+
ArrayFormula._cp = function (a, b, c, d) {
|
|
60775
60873
|
return {
|
|
60776
|
-
ret: ((function () { var e = ArrayFormula.
|
|
60874
|
+
ret: ((function () { var e = ArrayFormula._cw(a, b, ExcelUtils.cs, c, d); c = e.p3; d = e.p4; return e.ret; })()),
|
|
60777
60875
|
p2: c,
|
|
60778
60876
|
p3: d
|
|
60779
60877
|
};
|
|
@@ -60781,9 +60879,9 @@ var ArrayFormula = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
60781
60879
|
/**
|
|
60782
60880
|
* @hidden
|
|
60783
60881
|
*/
|
|
60784
|
-
ArrayFormula.
|
|
60882
|
+
ArrayFormula._cw = function (a, b, c, d, e) {
|
|
60785
60883
|
return {
|
|
60786
|
-
ret: ((function () { var f = ArrayFormula.
|
|
60884
|
+
ret: ((function () { var f = ArrayFormula._ct(a, b, 2, c, d, e); d = f.p4; e = f.p5; return f.ret; })()),
|
|
60787
60885
|
p3: d,
|
|
60788
60886
|
p4: e
|
|
60789
60887
|
};
|
|
@@ -60791,28 +60889,28 @@ var ArrayFormula = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
60791
60889
|
/**
|
|
60792
60890
|
* @hidden
|
|
60793
60891
|
*/
|
|
60794
|
-
ArrayFormula.
|
|
60892
|
+
ArrayFormula._cq = function (a, b, c, d) {
|
|
60795
60893
|
return {
|
|
60796
|
-
ret: ((function () { var e = ArrayFormula.
|
|
60894
|
+
ret: ((function () { var e = ArrayFormula._cs(a, b, c, ExcelUtils.cs, d); d = e.p4; return e.ret; })()),
|
|
60797
60895
|
p3: d
|
|
60798
60896
|
};
|
|
60799
60897
|
};
|
|
60800
60898
|
/**
|
|
60801
60899
|
* @hidden
|
|
60802
60900
|
*/
|
|
60803
|
-
ArrayFormula.
|
|
60901
|
+
ArrayFormula._cs = function (a, b, c, d, e) {
|
|
60804
60902
|
var f;
|
|
60805
60903
|
return {
|
|
60806
|
-
ret: ((function () { var g = ArrayFormula.
|
|
60904
|
+
ret: ((function () { var g = ArrayFormula._ct(a, b, c, d, e, f); e = g.p4; f = g.p5; return g.ret; })()),
|
|
60807
60905
|
p4: e
|
|
60808
60906
|
};
|
|
60809
60907
|
};
|
|
60810
60908
|
/**
|
|
60811
60909
|
* @hidden
|
|
60812
60910
|
*/
|
|
60813
|
-
ArrayFormula.
|
|
60911
|
+
ArrayFormula._cr = function (a, b, c, d, e) {
|
|
60814
60912
|
return {
|
|
60815
|
-
ret: ((function () { var f = ArrayFormula.
|
|
60913
|
+
ret: ((function () { var f = ArrayFormula._ct(a, b, c, ExcelUtils.cs, d, e); d = f.p4; e = f.p5; return f.ret; })()),
|
|
60816
60914
|
p3: d,
|
|
60817
60915
|
p4: e
|
|
60818
60916
|
};
|
|
@@ -60820,9 +60918,9 @@ var ArrayFormula = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
60820
60918
|
/**
|
|
60821
60919
|
* @hidden
|
|
60822
60920
|
*/
|
|
60823
|
-
ArrayFormula.
|
|
60921
|
+
ArrayFormula._ct = function (a, b, c, d, e, f) {
|
|
60824
60922
|
return {
|
|
60825
|
-
ret: ((function () { var g = ArrayFormula.
|
|
60923
|
+
ret: ((function () { var g = ArrayFormula._cu(a, b, c, d, e, f, null); e = g.p4; f = g.p5; return g.ret; })()),
|
|
60826
60924
|
p4: e,
|
|
60827
60925
|
p5: f
|
|
60828
60926
|
};
|
|
@@ -60830,7 +60928,7 @@ var ArrayFormula = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
60830
60928
|
/**
|
|
60831
60929
|
* @hidden
|
|
60832
60930
|
*/
|
|
60833
|
-
ArrayFormula.
|
|
60931
|
+
ArrayFormula._cu = function (a, b, c, d, e, f, g) {
|
|
60834
60932
|
var h;
|
|
60835
60933
|
var i = ((function () { var j = Formula._a0(a, b, 1, c, d, g, h, f); h = j.p6; f = j.p7; return j.ret; })());
|
|
60836
60934
|
var j = typeCast(ArrayFormula.$, h);
|
|
@@ -60844,7 +60942,7 @@ var ArrayFormula = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
60844
60942
|
/**
|
|
60845
60943
|
* @hidden
|
|
60846
60944
|
*/
|
|
60847
|
-
ArrayFormula.prototype.
|
|
60945
|
+
ArrayFormula.prototype._c2 = function (a, b, c) {
|
|
60848
60946
|
if (c != null) {
|
|
60849
60947
|
c.c(a, this);
|
|
60850
60948
|
}
|
|
@@ -60852,15 +60950,15 @@ var ArrayFormula = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
60852
60950
|
/**
|
|
60853
60951
|
* @hidden
|
|
60854
60952
|
*/
|
|
60855
|
-
ArrayFormula.prototype.
|
|
60953
|
+
ArrayFormula.prototype._cn = function (a, b, c) {
|
|
60856
60954
|
c = null;
|
|
60857
|
-
if (this.
|
|
60955
|
+
if (this._cl == null || this._cl.worksheet == null) {
|
|
60858
60956
|
return {
|
|
60859
60957
|
ret: false,
|
|
60860
60958
|
p2: c
|
|
60861
60959
|
};
|
|
60862
60960
|
}
|
|
60863
|
-
if (WorksheetRegionAddress._r(b, toNullable(WorksheetRegionAddress.$, null)) && this.
|
|
60961
|
+
if (WorksheetRegionAddress._r(b, toNullable(WorksheetRegionAddress.$, null)) && this._cl.firstColumn >= b.value._w && this._cl.firstRow >= b.value._ac && this._cl.lastColumn <= b.value._x && this._cl.lastRow <= b.value._ae) {
|
|
60864
60962
|
var d = this._t.workbook;
|
|
60865
60963
|
var e = d._df;
|
|
60866
60964
|
d._df = false;
|
|
@@ -60871,7 +60969,7 @@ var ArrayFormula = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
60871
60969
|
p2: c
|
|
60872
60970
|
};
|
|
60873
60971
|
}
|
|
60874
|
-
if (this.
|
|
60972
|
+
if (this._cl != null && this._cl.worksheet != null) {
|
|
60875
60973
|
c = new ShiftingArrayFormulaInfo(this);
|
|
60876
60974
|
this.clearCellRange();
|
|
60877
60975
|
}
|
|
@@ -60883,13 +60981,13 @@ var ArrayFormula = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
60883
60981
|
/**
|
|
60884
60982
|
* @hidden
|
|
60885
60983
|
*/
|
|
60886
|
-
ArrayFormula.prototype.
|
|
60984
|
+
ArrayFormula.prototype._c0 = function (a) {
|
|
60887
60985
|
var b = a.worksheet;
|
|
60888
60986
|
if (b == null) {
|
|
60889
60987
|
throw new ArgumentException(2, ExcelUtils.eh("LE_ArgumentException_RegionsShiftedOffWorksheet"), "regions");
|
|
60890
60988
|
}
|
|
60891
|
-
var c = this.
|
|
60892
|
-
var d = ArrayFormula.
|
|
60989
|
+
var c = this._cl;
|
|
60990
|
+
var d = ArrayFormula._cd[0];
|
|
60893
60991
|
var e = new ArrayFormula_FormulaChangeContext(1, this, a);
|
|
60894
60992
|
var f = b != null ? b.workbook : null;
|
|
60895
60993
|
var g = null;
|
|
@@ -60899,7 +60997,7 @@ var ArrayFormula = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
60899
60997
|
try {
|
|
60900
60998
|
WorksheetCellBlock.az(this, a, a);
|
|
60901
60999
|
b._jd(this, a._k, a._v);
|
|
60902
|
-
this.
|
|
61000
|
+
this._cl = a;
|
|
60903
61001
|
for (var h = a.lastRow; h >= a.firstRow; h--) {
|
|
60904
61002
|
var i = b._rows$i.item(h);
|
|
60905
61003
|
for (var j = a._w; j >= a._v; j--) {
|
|
@@ -60917,7 +61015,7 @@ var ArrayFormula = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
60917
61015
|
/**
|
|
60918
61016
|
* @hidden
|
|
60919
61017
|
*/
|
|
60920
|
-
ArrayFormula.
|
|
61018
|
+
ArrayFormula._ck = function ($tValue, a, b, c, d, e, f, g, h) {
|
|
60921
61019
|
if (g === void 0) {
|
|
60922
61020
|
g = true;
|
|
60923
61021
|
}
|
|
@@ -60929,23 +61027,23 @@ var ArrayFormula = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
60929
61027
|
/**
|
|
60930
61028
|
* @hidden
|
|
60931
61029
|
*/
|
|
60932
|
-
ArrayFormula.
|
|
61030
|
+
ArrayFormula._ce = function () {
|
|
60933
61031
|
var a = new Array(2);
|
|
60934
|
-
ChangeInfo.f(a, 0, ArrayFormula.
|
|
60935
|
-
ChangeInfo.f(a, 1, ArrayFormula.
|
|
61032
|
+
ChangeInfo.f(a, 0, ArrayFormula._ck(WorksheetRegion.$, "Apply", 0, function (b) { return b.c(); }, function (b, c) { return ArrayFormula._c3(b, c); }, null, 8192));
|
|
61033
|
+
ChangeInfo.f(a, 1, ArrayFormula._ck(WorksheetRegion.$, "Clear", 10, function (b) { return b.c(); }, function (b, c) { return ArrayFormula._c4(b, c); }, null, 8192));
|
|
60936
61034
|
return a;
|
|
60937
61035
|
};
|
|
60938
61036
|
/**
|
|
60939
61037
|
* @hidden
|
|
60940
61038
|
*/
|
|
60941
|
-
ArrayFormula.
|
|
61039
|
+
ArrayFormula._c3 = function (a, b) {
|
|
60942
61040
|
a.a.clearCellRange();
|
|
60943
61041
|
};
|
|
60944
61042
|
/**
|
|
60945
61043
|
* @hidden
|
|
60946
61044
|
*/
|
|
60947
|
-
ArrayFormula.
|
|
60948
|
-
a.a.
|
|
61045
|
+
ArrayFormula._c4 = function (a, b) {
|
|
61046
|
+
a.a._c0(b);
|
|
60949
61047
|
};
|
|
60950
61048
|
Object.defineProperty(ArrayFormula.prototype, "cellRange", {
|
|
60951
61049
|
/**
|
|
@@ -60956,7 +61054,7 @@ var ArrayFormula = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
60956
61054
|
* The cells to which the array formula is applied.
|
|
60957
61055
|
*/
|
|
60958
61056
|
get: function () {
|
|
60959
|
-
return this.
|
|
61057
|
+
return this._cl;
|
|
60960
61058
|
},
|
|
60961
61059
|
enumerable: false,
|
|
60962
61060
|
configurable: true
|
|
@@ -60965,19 +61063,19 @@ var ArrayFormula = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
60965
61063
|
/**
|
|
60966
61064
|
* @hidden
|
|
60967
61065
|
*/
|
|
60968
|
-
ArrayFormula.
|
|
61066
|
+
ArrayFormula._cx = 0;
|
|
60969
61067
|
/**
|
|
60970
61068
|
* @hidden
|
|
60971
61069
|
*/
|
|
60972
|
-
ArrayFormula.
|
|
61070
|
+
ArrayFormula._cy = 1;
|
|
60973
61071
|
/**
|
|
60974
61072
|
* @hidden
|
|
60975
61073
|
*/
|
|
60976
|
-
ArrayFormula.
|
|
61074
|
+
ArrayFormula._cz = 2;
|
|
60977
61075
|
/**
|
|
60978
61076
|
* @hidden
|
|
60979
61077
|
*/
|
|
60980
|
-
ArrayFormula.
|
|
61078
|
+
ArrayFormula._cd = ArrayFormula._ce();
|
|
60981
61079
|
return ArrayFormula;
|
|
60982
61080
|
}(Formula));
|
|
60983
61081
|
export { ArrayFormula };
|
|
@@ -61027,7 +61125,7 @@ var ShiftingArrayFormulaInfo = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
61027
61125
|
var f = this_9.a.worksheet._rows$i.item(d.o);
|
|
61028
61126
|
var g = f._as(d.m)._formula;
|
|
61029
61127
|
if (g != null) {
|
|
61030
|
-
g.
|
|
61128
|
+
g._ce = c.value;
|
|
61031
61129
|
}
|
|
61032
61130
|
else {
|
|
61033
61131
|
}
|
|
@@ -62755,6 +62853,43 @@ var Formula_VerifyFormatLimitsVisitor = /** @class */ /*@__PURE__*/ (function (_
|
|
|
62755
62853
|
return Formula_VerifyFormatLimitsVisitor;
|
|
62756
62854
|
}(FormulaTokenVisitor));
|
|
62757
62855
|
export { Formula_VerifyFormatLimitsVisitor };
|
|
62856
|
+
/**
|
|
62857
|
+
* @hidden
|
|
62858
|
+
*/
|
|
62859
|
+
var Formula_VisitWorksheetVisitor = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
62860
|
+
__extends(Formula_VisitWorksheetVisitor, _super);
|
|
62861
|
+
function Formula_VisitWorksheetVisitor() {
|
|
62862
|
+
var _this = _super.call(this) || this;
|
|
62863
|
+
_this.a1 = null;
|
|
62864
|
+
return _this;
|
|
62865
|
+
}
|
|
62866
|
+
Formula_VisitWorksheetVisitor.prototype.g = function () {
|
|
62867
|
+
this.a1 = null;
|
|
62868
|
+
_super.prototype.g.call(this);
|
|
62869
|
+
};
|
|
62870
|
+
Formula_VisitWorksheetVisitor.prototype.aq = function (a) {
|
|
62871
|
+
var b = typeCast(WorksheetReferenceLocal.$, a.o);
|
|
62872
|
+
if (b != null) {
|
|
62873
|
+
this.a1(b.u);
|
|
62874
|
+
}
|
|
62875
|
+
};
|
|
62876
|
+
Formula_VisitWorksheetVisitor.a2 = function (a, b) {
|
|
62877
|
+
var c = Formula_VisitWorksheetVisitor.a0(a, b);
|
|
62878
|
+
c.h();
|
|
62879
|
+
};
|
|
62880
|
+
Formula_VisitWorksheetVisitor.a0 = function (a, b) {
|
|
62881
|
+
if (Formula_VisitWorksheetVisitor.az == null) {
|
|
62882
|
+
Formula_VisitWorksheetVisitor.az = new Formula_VisitWorksheetVisitor();
|
|
62883
|
+
}
|
|
62884
|
+
Formula_VisitWorksheetVisitor.az.b = a;
|
|
62885
|
+
Formula_VisitWorksheetVisitor.az.a1 = b;
|
|
62886
|
+
return Formula_VisitWorksheetVisitor.az;
|
|
62887
|
+
};
|
|
62888
|
+
Formula_VisitWorksheetVisitor.$t = markType(Formula_VisitWorksheetVisitor, 'Formula_VisitWorksheetVisitor', FormulaTokenVisitor.$);
|
|
62889
|
+
Formula_VisitWorksheetVisitor.az = null;
|
|
62890
|
+
return Formula_VisitWorksheetVisitor;
|
|
62891
|
+
}(FormulaTokenVisitor));
|
|
62892
|
+
export { Formula_VisitWorksheetVisitor };
|
|
62758
62893
|
/**
|
|
62759
62894
|
* @hidden
|
|
62760
62895
|
*/
|
|
@@ -63162,7 +63297,7 @@ var NamedReferenceFormula = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
63162
63297
|
return new NamedReferenceFormula(1, this);
|
|
63163
63298
|
};
|
|
63164
63299
|
NamedReferenceFormula.prototype._b7 = function () {
|
|
63165
|
-
var a = this.
|
|
63300
|
+
var a = this._ci;
|
|
63166
63301
|
if (a != null && a._formula == this) {
|
|
63167
63302
|
a._a0(this, false, true);
|
|
63168
63303
|
}
|
|
@@ -63312,12 +63447,12 @@ var SingleTargetFormula_DynamicReferenceCollection = /** @class */ /*@__PURE__*/
|
|
|
63312
63447
|
return __generator(this, function (_0) {
|
|
63313
63448
|
switch (_0.label) {
|
|
63314
63449
|
case 0:
|
|
63315
|
-
a = this._a.
|
|
63450
|
+
a = this._a._co;
|
|
63316
63451
|
_0.label = 1;
|
|
63317
63452
|
case 1:
|
|
63318
|
-
if (!(a < this._a.
|
|
63453
|
+
if (!(a < this._a._cm.count))
|
|
63319
63454
|
return [3 /*break*/, 4];
|
|
63320
|
-
return [4 /*yield*/, this._a.
|
|
63455
|
+
return [4 /*yield*/, this._a._cm._inner[a]];
|
|
63321
63456
|
case 2:
|
|
63322
63457
|
_0.sent();
|
|
63323
63458
|
_0.label = 3;
|
|
@@ -63365,9 +63500,9 @@ var SingleTargetFormula_StaticReferenceCollection = /** @class */ /*@__PURE__*/
|
|
|
63365
63500
|
a = 0;
|
|
63366
63501
|
_0.label = 1;
|
|
63367
63502
|
case 1:
|
|
63368
|
-
if (!(a < this._a.
|
|
63503
|
+
if (!(a < this._a._co))
|
|
63369
63504
|
return [3 /*break*/, 4];
|
|
63370
|
-
return [4 /*yield*/, this._a.
|
|
63505
|
+
return [4 /*yield*/, this._a._cm._inner[a]];
|
|
63371
63506
|
case 2:
|
|
63372
63507
|
_0.sent();
|
|
63373
63508
|
_0.label = 3;
|
|
@@ -63422,7 +63557,7 @@ var SingleTargetFormula_StaticReferenceFinder = /** @class */ /*@__PURE__*/ (fun
|
|
|
63422
63557
|
SingleTargetFormula_StaticReferenceFinder.prototype.f = function () {
|
|
63423
63558
|
var _this = this;
|
|
63424
63559
|
if (this.a5.f != 0) {
|
|
63425
|
-
this.a7(this.a5.e(), true, CalcUtilities.h(this.a1.
|
|
63560
|
+
this.a7(this.a5.e(), true, CalcUtilities.h(this.a1._ci));
|
|
63426
63561
|
}
|
|
63427
63562
|
var _loop_23 = function (a) {
|
|
63428
63563
|
var b;
|
|
@@ -63506,12 +63641,12 @@ var SingleTargetFormula_StaticReferenceFinder = /** @class */ /*@__PURE__*/ (fun
|
|
|
63506
63641
|
}
|
|
63507
63642
|
}
|
|
63508
63643
|
}
|
|
63509
|
-
for (var k = 0; k < this.a1.
|
|
63510
|
-
if (this.a1.
|
|
63644
|
+
for (var k = 0; k < this.a1._cm.count; k++) {
|
|
63645
|
+
if (this.a1._cm._inner[k].containsReference(c)) {
|
|
63511
63646
|
return;
|
|
63512
63647
|
}
|
|
63513
63648
|
}
|
|
63514
|
-
this.a1.
|
|
63649
|
+
this.a1._cm.add(c);
|
|
63515
63650
|
};
|
|
63516
63651
|
SingleTargetFormula_StaticReferenceFinder.a3 = function (a, b) {
|
|
63517
63652
|
if (SingleTargetFormula_StaticReferenceFinder.a2 == null) {
|
|
@@ -63537,7 +63672,7 @@ var SingleTargetFormula_StaticReferenceFinder = /** @class */ /*@__PURE__*/ (fun
|
|
|
63537
63672
|
if (d == null) {
|
|
63538
63673
|
return;
|
|
63539
63674
|
}
|
|
63540
|
-
if (this.a1.
|
|
63675
|
+
if (this.a1._ci._aj && d.p) {
|
|
63541
63676
|
return;
|
|
63542
63677
|
}
|
|
63543
63678
|
var e = typeCast(NameToken.$, d);
|
|
@@ -64788,7 +64923,7 @@ var WorksheetColumn = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
64788
64923
|
}
|
|
64789
64924
|
}
|
|
64790
64925
|
var f = this.index;
|
|
64791
|
-
for (var g = 1; g !=
|
|
64926
|
+
for (var g = 1; g != -2147483648; g = (g << 1)) {
|
|
64792
64927
|
if ((b & g) == 0) {
|
|
64793
64928
|
continue;
|
|
64794
64929
|
}
|
|
@@ -64830,7 +64965,7 @@ var WorksheetColumn = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
64830
64965
|
}
|
|
64831
64966
|
var o = WorksheetColumn._ah(m, f, g);
|
|
64832
64967
|
if (o != null) {
|
|
64833
|
-
o.
|
|
64968
|
+
o._bm(g, h, true, c);
|
|
64834
64969
|
continue;
|
|
64835
64970
|
}
|
|
64836
64971
|
if ((c & 1) != 0) {
|
|
@@ -64902,7 +65037,7 @@ var WorksheetColumn = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
64902
65037
|
}
|
|
64903
65038
|
w = enumGetBox(DiagonalBorders_$type, x);
|
|
64904
65039
|
}
|
|
64905
|
-
u.
|
|
65040
|
+
u._bl(g, w);
|
|
64906
65041
|
}
|
|
64907
65042
|
}
|
|
64908
65043
|
catch (e_212_1) {
|
|
@@ -74508,7 +74643,7 @@ var WorksheetTableStyle = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
74508
74643
|
*/
|
|
74509
74644
|
WorksheetTableStyle.prototype.onCellFormatValueChanging = function (sender, values) {
|
|
74510
74645
|
this._verifyCanBeModified();
|
|
74511
|
-
for (var a = 1; a !=
|
|
74646
|
+
for (var a = 1; a != -2147483648; a = (a << 1)) {
|
|
74512
74647
|
if ((values & a) == 0) {
|
|
74513
74648
|
continue;
|
|
74514
74649
|
}
|
|
@@ -74579,11 +74714,11 @@ var WorksheetTableStyle = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
74579
74714
|
c._x = this._x;
|
|
74580
74715
|
c._y = this._y;
|
|
74581
74716
|
if (this._j != null) {
|
|
74582
|
-
var d =
|
|
74717
|
+
var d = -1 & ~(1939013689 | 10752 | 32768);
|
|
74583
74718
|
try {
|
|
74584
74719
|
for (var _1 = __values(fromEnum(this._j._i())), _2 = _1.next(); !_2.done; _2 = _1.next()) {
|
|
74585
74720
|
var e = _2.value;
|
|
74586
|
-
ExcelUtils.fg(e, c._areaFormats$i._d(null, e.
|
|
74721
|
+
ExcelUtils.fg(e, c._areaFormats$i._d(null, e._bu), d, true, void 0, void 0, b);
|
|
74587
74722
|
}
|
|
74588
74723
|
}
|
|
74589
74724
|
catch (e_235_1) {
|
|
@@ -74606,7 +74741,7 @@ var WorksheetTableStyle = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
74606
74741
|
* @hidden
|
|
74607
74742
|
*/
|
|
74608
74743
|
WorksheetTableStyle._q = function (a) {
|
|
74609
|
-
return (a &
|
|
74744
|
+
return (a & 1939024441) == 0;
|
|
74610
74745
|
};
|
|
74611
74746
|
/**
|
|
74612
74747
|
* @hidden
|
|
@@ -74650,7 +74785,7 @@ var WorksheetTableStyle = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
74650
74785
|
try {
|
|
74651
74786
|
for (var _1 = __values(fromEnum(this._areaFormats$i._i())), _2 = _1.next(); !_2.done; _2 = _1.next()) {
|
|
74652
74787
|
var b = _2.value;
|
|
74653
|
-
a._item(WorksheetTableStyle._af(b.
|
|
74788
|
+
a._item(WorksheetTableStyle._af(b._bu), b);
|
|
74654
74789
|
}
|
|
74655
74790
|
}
|
|
74656
74791
|
catch (e_236_1) {
|
|
@@ -74734,7 +74869,7 @@ var WorksheetTableStyle = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
74734
74869
|
* @hidden
|
|
74735
74870
|
*/
|
|
74736
74871
|
WorksheetTableStyle._u = function (a, b) {
|
|
74737
|
-
if ((a &
|
|
74872
|
+
if ((a & 1939013689) != 0) {
|
|
74738
74873
|
b = ExcelUtils.ei("LE_InvalidOperationException_InvalidTableStyleAreaFormatProperty", enumGetBox(CellFormatValue_$type, a));
|
|
74739
74874
|
return {
|
|
74740
74875
|
ret: false,
|
|
@@ -74985,7 +75120,7 @@ var WorksheetTableStyle = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
74985
75120
|
try {
|
|
74986
75121
|
for (var _1 = __values(fromEnum(this._areaFormats$i._i())), _2 = _1.next(); !_2.done; _2 = _1.next()) {
|
|
74987
75122
|
var b = _2.value;
|
|
74988
|
-
b.d.
|
|
75123
|
+
b.d._dm();
|
|
74989
75124
|
}
|
|
74990
75125
|
}
|
|
74991
75126
|
catch (e_237_1) {
|
|
@@ -75061,11 +75196,11 @@ var WorksheetTableStyle = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
75061
75196
|
/**
|
|
75062
75197
|
* @hidden
|
|
75063
75198
|
*/
|
|
75064
|
-
WorksheetTableStyle._c = 1 | 8 | 16 | 32 | 65536 | 131072 | 1048576 | 8388608 | 16777216 | 268435456 | 536870912 | 33554432 | 512 | 2048 | 8192;
|
|
75199
|
+
WorksheetTableStyle._c = 1 | 8 | 16 | 32 | 65536 | 131072 | 1073741824 | 1048576 | 8388608 | 16777216 | 268435456 | 536870912 | 33554432 | 512 | 2048 | 8192;
|
|
75065
75200
|
/**
|
|
75066
75201
|
* @hidden
|
|
75067
75202
|
*/
|
|
75068
|
-
WorksheetTableStyle._e = 1 | 8 | 16 | 32 | 65536 | 131072 | 1048576 | 8388608 | 16777216 | 268435456 | 536870912 | 33554432;
|
|
75203
|
+
WorksheetTableStyle._e = 1 | 8 | 16 | 32 | 65536 | 131072 | 1073741824 | 1048576 | 8388608 | 16777216 | 268435456 | 536870912 | 33554432;
|
|
75069
75204
|
/**
|
|
75070
75205
|
* @hidden
|
|
75071
75206
|
*/
|
|
@@ -76038,11 +76173,11 @@ var WorksheetTable = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
76038
76173
|
*/
|
|
76039
76174
|
WorksheetTable.prototype.onCellFormatValueChanging = function (sender, values) {
|
|
76040
76175
|
var a = sender;
|
|
76041
|
-
for (var b = 1; b !=
|
|
76176
|
+
for (var b = 1; b != -2147483648; b = (b << 1)) {
|
|
76042
76177
|
if ((values & b) == 0) {
|
|
76043
76178
|
continue;
|
|
76044
76179
|
}
|
|
76045
|
-
WorksheetTable._fg(a.
|
|
76180
|
+
WorksheetTable._fg(a._bu, b);
|
|
76046
76181
|
}
|
|
76047
76182
|
};
|
|
76048
76183
|
/**
|
|
@@ -76050,7 +76185,7 @@ var WorksheetTable = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
76050
76185
|
*/
|
|
76051
76186
|
WorksheetTable.prototype.verifyFormatOptions = function (sender, formatOptions) {
|
|
76052
76187
|
var a = sender;
|
|
76053
|
-
if (a.
|
|
76188
|
+
if (a._bu == 0) {
|
|
76054
76189
|
var b = 63 & ~8;
|
|
76055
76190
|
if ((formatOptions & b) != 0) {
|
|
76056
76191
|
throw new InvalidOperationException(1, ExcelUtils.eh("LE_InvalidOperationException_InvalidFormatOptionsInWholeTableArea"));
|
|
@@ -76985,7 +77120,7 @@ var WorksheetTable = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
76985
77120
|
try {
|
|
76986
77121
|
for (var _1 = __values(fromEnum(l)), _2 = _1.next(); !_2.done; _2 = _1.next()) {
|
|
76987
77122
|
var n = _2.value;
|
|
76988
|
-
m.
|
|
77123
|
+
m._bl(n.key, n.value);
|
|
76989
77124
|
}
|
|
76990
77125
|
}
|
|
76991
77126
|
catch (e_244_1) {
|
|
@@ -77017,19 +77152,19 @@ var WorksheetTable = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
77017
77152
|
if (c != null) {
|
|
77018
77153
|
var d = a._areaFormats$i._d(b, 1);
|
|
77019
77154
|
d.formatOptions &= ~c.formatOptions;
|
|
77020
|
-
ExcelUtils.fg(c, d,
|
|
77155
|
+
ExcelUtils.fg(c, d, -1, true);
|
|
77021
77156
|
}
|
|
77022
77157
|
var e = this._areaFormats$i._f(1);
|
|
77023
77158
|
if (e != null) {
|
|
77024
77159
|
var f = a._areaFormats$i._d(b, 0);
|
|
77025
77160
|
f.formatOptions &= ~e.formatOptions;
|
|
77026
|
-
ExcelUtils.fg(e, f,
|
|
77161
|
+
ExcelUtils.fg(e, f, -1, true);
|
|
77027
77162
|
}
|
|
77028
77163
|
var g = this._areaFormats$i._f(3);
|
|
77029
77164
|
if (g != null) {
|
|
77030
77165
|
var h = a._areaFormats$i._d(b, 2);
|
|
77031
77166
|
h.formatOptions &= ~g.formatOptions;
|
|
77032
|
-
ExcelUtils.fg(g, h,
|
|
77167
|
+
ExcelUtils.fg(g, h, -1, true);
|
|
77033
77168
|
}
|
|
77034
77169
|
};
|
|
77035
77170
|
/**
|
|
@@ -77113,7 +77248,7 @@ var WorksheetTable = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
77113
77248
|
var i = h.key;
|
|
77114
77249
|
var j = typeCast(WorksheetCellFormatProxy.$, h.value);
|
|
77115
77250
|
var k = typeCast(WorksheetCellFormatProxy.$, this._b2.item(i));
|
|
77116
|
-
ExcelUtils.fg(j, k,
|
|
77251
|
+
ExcelUtils.fg(j, k, -1, void 0, void 0, void 0, b);
|
|
77117
77252
|
}
|
|
77118
77253
|
}
|
|
77119
77254
|
catch (e_246_1) {
|
|
@@ -77458,11 +77593,11 @@ var WorksheetTable = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
77458
77593
|
WorksheetTable.prototype._dz = function (a, b, c, d, e) {
|
|
77459
77594
|
for (var f = d._k - 1; f >= 0; f--) {
|
|
77460
77595
|
var g = d._j._inner[f];
|
|
77461
|
-
if (this._cq(a, b, g.
|
|
77596
|
+
if (this._cq(a, b, g._bu, e) == false) {
|
|
77462
77597
|
continue;
|
|
77463
77598
|
}
|
|
77464
|
-
if (g.
|
|
77465
|
-
var h =
|
|
77599
|
+
if (g._bu == 0) {
|
|
77600
|
+
var h = -1 & ~208404486;
|
|
77466
77601
|
if (a == this._bw._ac) {
|
|
77467
77602
|
h |= 67108864;
|
|
77468
77603
|
h |= 134217728;
|
|
@@ -77639,14 +77774,14 @@ var WorksheetTable = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
77639
77774
|
*/
|
|
77640
77775
|
WorksheetTable._ee = function (a, b, c) {
|
|
77641
77776
|
if (c === void 0) {
|
|
77642
|
-
c =
|
|
77777
|
+
c = -1;
|
|
77643
77778
|
}
|
|
77644
77779
|
var d = a.a();
|
|
77645
77780
|
var e = a.style;
|
|
77646
77781
|
var f = e != null && e._n == false ? e._i._bz : 0;
|
|
77647
77782
|
var g = a.d.v;
|
|
77648
77783
|
var h = g != null ? g._styles$i.normalStyle._i : null;
|
|
77649
|
-
for (var i = 1; i !=
|
|
77784
|
+
for (var i = 1; i != -2147483648; i = (i << 1)) {
|
|
77650
77785
|
if ((c & i) == 0) {
|
|
77651
77786
|
continue;
|
|
77652
77787
|
}
|
|
@@ -77659,7 +77794,7 @@ var WorksheetTable = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
77659
77794
|
case 4194304:
|
|
77660
77795
|
case 524288:
|
|
77661
77796
|
case 32:
|
|
77662
|
-
if (h == null || !Base.equalsStatic(h.
|
|
77797
|
+
if (h == null || !Base.equalsStatic(h._df(i), a._aj(i))) {
|
|
77663
77798
|
continue;
|
|
77664
77799
|
}
|
|
77665
77800
|
break;
|
|
@@ -77672,7 +77807,7 @@ var WorksheetTable = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
77672
77807
|
}
|
|
77673
77808
|
var k = b._aj(i);
|
|
77674
77809
|
if (WorksheetCellFormatData._cf(i, k) == false) {
|
|
77675
|
-
a.
|
|
77810
|
+
a._bm(i, k, false, 0);
|
|
77676
77811
|
}
|
|
77677
77812
|
}
|
|
77678
77813
|
a.g(d);
|
|
@@ -78319,7 +78454,7 @@ var WorksheetTable = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
78319
78454
|
if (c != null && c._c4) {
|
|
78320
78455
|
return;
|
|
78321
78456
|
}
|
|
78322
|
-
var d = a.
|
|
78457
|
+
var d = a._bu;
|
|
78323
78458
|
var e;
|
|
78324
78459
|
switch (d) {
|
|
78325
78460
|
case 0: return;
|
|
@@ -78335,7 +78470,7 @@ var WorksheetTable = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
78335
78470
|
default: return;
|
|
78336
78471
|
}
|
|
78337
78472
|
var f = 0;
|
|
78338
|
-
for (var g = 1; g !=
|
|
78473
|
+
for (var g = 1; g != -2147483648; g = (g << 1)) {
|
|
78339
78474
|
if ((b & g) == 0) {
|
|
78340
78475
|
continue;
|
|
78341
78476
|
}
|
|
@@ -79458,7 +79593,7 @@ var WorksheetTableAreaFormatsCollection$1 = /** @class */ /*@__PURE__*/ (functio
|
|
|
79458
79593
|
}
|
|
79459
79594
|
d = new WorksheetTableAreaFormatProxy$1(this.$tArea, b, e, this._a);
|
|
79460
79595
|
if (this._a.isReadOnly) {
|
|
79461
|
-
d.d.
|
|
79596
|
+
d.d._dm();
|
|
79462
79597
|
}
|
|
79463
79598
|
this._h.item(b, d);
|
|
79464
79599
|
d.d.ab(this._a);
|
|
@@ -79570,14 +79705,14 @@ var WorksheetTableAreaFormatProxy$1 = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
79570
79705
|
function WorksheetTableAreaFormatProxy$1($tArea, a, b, c) {
|
|
79571
79706
|
var _this = _super.call(this, 0, b, null, c) || this;
|
|
79572
79707
|
_this.$tArea = null;
|
|
79573
|
-
_this.
|
|
79708
|
+
_this._bt = null;
|
|
79574
79709
|
_this.$tArea = $tArea;
|
|
79575
79710
|
_this.$type = _this.$type.specialize(_this.$tArea);
|
|
79576
|
-
_this.
|
|
79711
|
+
_this._bt = a;
|
|
79577
79712
|
return _this;
|
|
79578
79713
|
}
|
|
79579
79714
|
WorksheetTableAreaFormatProxy$1.prototype.get__l = function () {
|
|
79580
|
-
return this.$type.getStaticFields().
|
|
79715
|
+
return this.$type.getStaticFields()._bs;
|
|
79581
79716
|
};
|
|
79582
79717
|
Object.defineProperty(WorksheetTableAreaFormatProxy$1.prototype, "_l", {
|
|
79583
79718
|
get: function () {
|
|
@@ -79614,15 +79749,15 @@ var WorksheetTableAreaFormatProxy$1 = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
79614
79749
|
enumerable: false,
|
|
79615
79750
|
configurable: true
|
|
79616
79751
|
});
|
|
79617
|
-
Object.defineProperty(WorksheetTableAreaFormatProxy$1.prototype, "
|
|
79752
|
+
Object.defineProperty(WorksheetTableAreaFormatProxy$1.prototype, "_bu", {
|
|
79618
79753
|
get: function () {
|
|
79619
|
-
return this.
|
|
79754
|
+
return this._bt;
|
|
79620
79755
|
},
|
|
79621
79756
|
enumerable: false,
|
|
79622
79757
|
configurable: true
|
|
79623
79758
|
});
|
|
79624
79759
|
WorksheetTableAreaFormatProxy$1.$t = markType(WorksheetTableAreaFormatProxy$1, 'WorksheetTableAreaFormatProxy$1', WorksheetCellFormatProxy.$, null, function () {
|
|
79625
|
-
this.
|
|
79760
|
+
this._bs = WorksheetCellFormatProxy._m(85, 8 | 4);
|
|
79626
79761
|
});
|
|
79627
79762
|
return WorksheetTableAreaFormatProxy$1;
|
|
79628
79763
|
}(WorksheetCellFormatProxy));
|
|
@@ -80466,8 +80601,8 @@ var WorksheetTableColumn = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
80466
80601
|
var b = a._o._a8(a._ab);
|
|
80467
80602
|
if (b != null) {
|
|
80468
80603
|
b = b._bu();
|
|
80469
|
-
b.
|
|
80470
|
-
b.
|
|
80604
|
+
b._du(67108864);
|
|
80605
|
+
b._du(134217728);
|
|
80471
80606
|
format.setFormatting(b);
|
|
80472
80607
|
}
|
|
80473
80608
|
}
|
|
@@ -80478,8 +80613,8 @@ var WorksheetTableColumn = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
80478
80613
|
var d = c._o._a8(c._ab);
|
|
80479
80614
|
if (d != null) {
|
|
80480
80615
|
d = d._bu();
|
|
80481
|
-
d.
|
|
80482
|
-
d.
|
|
80616
|
+
d._du(2);
|
|
80617
|
+
d._du(4);
|
|
80483
80618
|
format.setFormatting(d);
|
|
80484
80619
|
}
|
|
80485
80620
|
}
|
|
@@ -80571,18 +80706,18 @@ var WorksheetTableColumn = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
80571
80706
|
*/
|
|
80572
80707
|
WorksheetTableColumn.prototype.onCellFormatValueChanged = function (sender, values, options) {
|
|
80573
80708
|
var a = sender;
|
|
80574
|
-
this._b5(a, values, a.
|
|
80709
|
+
this._b5(a, values, a._bu == 0);
|
|
80575
80710
|
};
|
|
80576
80711
|
/**
|
|
80577
80712
|
* @hidden
|
|
80578
80713
|
*/
|
|
80579
80714
|
WorksheetTableColumn.prototype.onCellFormatValueChanging = function (sender, values) {
|
|
80580
80715
|
var a = sender;
|
|
80581
|
-
for (var b = 1; b !=
|
|
80716
|
+
for (var b = 1; b != -2147483648; b = (b << 1)) {
|
|
80582
80717
|
if ((values & b) == 0) {
|
|
80583
80718
|
continue;
|
|
80584
80719
|
}
|
|
80585
|
-
WorksheetTableColumn._b8(a.
|
|
80720
|
+
WorksheetTableColumn._b8(a._bu, b);
|
|
80586
80721
|
}
|
|
80587
80722
|
};
|
|
80588
80723
|
/**
|
|
@@ -81147,8 +81282,8 @@ var WorksheetTableColumn = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
81147
81282
|
var j = _2.value;
|
|
81148
81283
|
if (i <= j.value) {
|
|
81149
81284
|
var k = j.key._bu();
|
|
81150
|
-
k.
|
|
81151
|
-
k.
|
|
81285
|
+
k._du(2);
|
|
81286
|
+
k._du(4);
|
|
81152
81287
|
this._areaFormats$i.item(2).setFormatting(k);
|
|
81153
81288
|
break;
|
|
81154
81289
|
}
|
|
@@ -81190,7 +81325,7 @@ var WorksheetTableColumn = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
81190
81325
|
var d = c.key;
|
|
81191
81326
|
var e = typeCast(WorksheetCellFormatProxy.$, c.value);
|
|
81192
81327
|
var f = typeCast(WorksheetCellFormatProxy.$, this._am.item(d));
|
|
81193
|
-
ExcelUtils.fg(e, f,
|
|
81328
|
+
ExcelUtils.fg(e, f, -1, void 0, void 0, void 0, b);
|
|
81194
81329
|
}
|
|
81195
81330
|
}
|
|
81196
81331
|
catch (e_264_1) {
|
|
@@ -81326,7 +81461,7 @@ var WorksheetTableColumn = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
81326
81461
|
}
|
|
81327
81462
|
}
|
|
81328
81463
|
else if (b != null) {
|
|
81329
|
-
this._b6(this._areaFormats$i._f(0),
|
|
81464
|
+
this._b6(this._areaFormats$i._f(0), -1, true, b, null);
|
|
81330
81465
|
}
|
|
81331
81466
|
if (b != null && this._w != null) {
|
|
81332
81467
|
if (c != null) {
|
|
@@ -81393,7 +81528,7 @@ var WorksheetTableColumn = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
81393
81528
|
*/
|
|
81394
81529
|
WorksheetTableColumn.prototype._b7 = function (a) {
|
|
81395
81530
|
if (this._am != null) {
|
|
81396
|
-
this._b5(this._areaFormats$i._f(a),
|
|
81531
|
+
this._b5(this._areaFormats$i._f(a), -1, true);
|
|
81397
81532
|
}
|
|
81398
81533
|
};
|
|
81399
81534
|
/**
|
|
@@ -81530,7 +81665,7 @@ var WorksheetTableColumn = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
81530
81665
|
if (d != null && d._c4) {
|
|
81531
81666
|
return;
|
|
81532
81667
|
}
|
|
81533
|
-
var e = a.
|
|
81668
|
+
var e = a._bu;
|
|
81534
81669
|
var f = null;
|
|
81535
81670
|
var g = null;
|
|
81536
81671
|
switch (e) {
|
|
@@ -84331,7 +84466,7 @@ var WorkbookFontDataResolved = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
84331
84466
|
});
|
|
84332
84467
|
Object.defineProperty(WorkbookFontDataResolved.prototype, "_bold$i", {
|
|
84333
84468
|
get: function () {
|
|
84334
|
-
return this._a.d.
|
|
84469
|
+
return this._a.d._c3;
|
|
84335
84470
|
},
|
|
84336
84471
|
set: function (a) {
|
|
84337
84472
|
this._e();
|
|
@@ -84372,7 +84507,7 @@ var WorkbookFontDataResolved = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
84372
84507
|
});
|
|
84373
84508
|
Object.defineProperty(WorkbookFontDataResolved.prototype, "_italic$i", {
|
|
84374
84509
|
get: function () {
|
|
84375
|
-
return this._a.d.
|
|
84510
|
+
return this._a.d._c4;
|
|
84376
84511
|
},
|
|
84377
84512
|
set: function (a) {
|
|
84378
84513
|
this._e();
|
|
@@ -84382,7 +84517,7 @@ var WorkbookFontDataResolved = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
84382
84517
|
});
|
|
84383
84518
|
Object.defineProperty(WorkbookFontDataResolved.prototype, "name", {
|
|
84384
84519
|
get: function () {
|
|
84385
|
-
return this._a.d.
|
|
84520
|
+
return this._a.d._dh;
|
|
84386
84521
|
},
|
|
84387
84522
|
set: function (a) {
|
|
84388
84523
|
this._e();
|
|
@@ -84403,7 +84538,7 @@ var WorkbookFontDataResolved = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
84403
84538
|
});
|
|
84404
84539
|
Object.defineProperty(WorkbookFontDataResolved.prototype, "_strikeout$i", {
|
|
84405
84540
|
get: function () {
|
|
84406
|
-
return this._a.d.
|
|
84541
|
+
return this._a.d._c5;
|
|
84407
84542
|
},
|
|
84408
84543
|
set: function (a) {
|
|
84409
84544
|
this._e();
|
|
@@ -84649,7 +84784,7 @@ var WorkbookFontProxy = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
84649
84784
|
WorkbookFontProxy.prototype.g = function (a) {
|
|
84650
84785
|
_super.prototype.g.call(this, a);
|
|
84651
84786
|
if (this._m != null) {
|
|
84652
|
-
this._m.
|
|
84787
|
+
this._m._dp();
|
|
84653
84788
|
}
|
|
84654
84789
|
};
|
|
84655
84790
|
WorkbookFontProxy._l = function (a, b) {
|
|
@@ -86534,7 +86669,7 @@ var ExcelCalcEngine = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
86534
86669
|
if (a == null) {
|
|
86535
86670
|
return;
|
|
86536
86671
|
}
|
|
86537
|
-
this.a2(a, a.
|
|
86672
|
+
this.a2(a, a._ci, true);
|
|
86538
86673
|
this.h.af(a);
|
|
86539
86674
|
};
|
|
86540
86675
|
ExcelCalcEngine.prototype.v = function () {
|
|
@@ -86651,7 +86786,7 @@ var ExcelCalcEngine = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
86651
86786
|
if (a == null) {
|
|
86652
86787
|
return;
|
|
86653
86788
|
}
|
|
86654
|
-
this.a2(a, a.
|
|
86789
|
+
this.a2(a, a._ci, false);
|
|
86655
86790
|
this.h.ax(a);
|
|
86656
86791
|
};
|
|
86657
86792
|
ExcelCalcEngine.prototype.a3 = function () {
|
|
@@ -86684,7 +86819,7 @@ var ExcelCalcEngine = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
86684
86819
|
var f = c._as(d);
|
|
86685
86820
|
var g;
|
|
86686
86821
|
if (e._formula != null) {
|
|
86687
|
-
g = e._formula.
|
|
86822
|
+
g = e._formula._ce;
|
|
86688
86823
|
}
|
|
86689
86824
|
else {
|
|
86690
86825
|
g = new ExcelCalcValue(a._getCellValue1(b));
|
|
@@ -86856,7 +86991,7 @@ var ExcelCalcEngine = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
86856
86991
|
if (null == b) {
|
|
86857
86992
|
return;
|
|
86858
86993
|
}
|
|
86859
|
-
if (b.
|
|
86994
|
+
if (b._cs() != 0) {
|
|
86860
86995
|
this.ad.add_1(b);
|
|
86861
86996
|
}
|
|
86862
86997
|
var c;
|
|
@@ -86939,7 +87074,7 @@ var ExcelCalcEngine = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
86939
87074
|
try {
|
|
86940
87075
|
for (var _1 = __values(fromEnum(_this.ad)), _2 = _1.next(); !_2.done; _2 = _1.next()) {
|
|
86941
87076
|
var d = _2.value;
|
|
86942
|
-
d.
|
|
87077
|
+
d._cv(_this);
|
|
86943
87078
|
}
|
|
86944
87079
|
}
|
|
86945
87080
|
catch (e_275_1) {
|
|
@@ -87210,7 +87345,7 @@ var RefBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
87210
87345
|
if (a == null || e == null) {
|
|
87211
87346
|
return;
|
|
87212
87347
|
}
|
|
87213
|
-
a.
|
|
87348
|
+
a._cz(this, e, d);
|
|
87214
87349
|
this._az(a);
|
|
87215
87350
|
if (this._ak) {
|
|
87216
87351
|
e._g9(a);
|
|
@@ -87276,7 +87411,7 @@ var RefBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
87276
87411
|
if (c != null) {
|
|
87277
87412
|
c._iw(b);
|
|
87278
87413
|
}
|
|
87279
|
-
b.
|
|
87414
|
+
b._cz(null, c, a);
|
|
87280
87415
|
this._az(null);
|
|
87281
87416
|
};
|
|
87282
87417
|
RefBase.prototype._ay = function (a, b) {
|
|
@@ -87810,14 +87945,14 @@ var CellCalcReferenceBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
87810
87945
|
else if (typeCast(HyperlinkResult.$, b) !== null && (typeCast(HyperlinkResult.$, a.value) !== null) == false) {
|
|
87811
87946
|
b = b.toString();
|
|
87812
87947
|
}
|
|
87813
|
-
this._a2.
|
|
87948
|
+
this._a2._ce = new ExcelCalcValue(b);
|
|
87814
87949
|
};
|
|
87815
87950
|
CellCalcReferenceBase.prototype.get__c = function () {
|
|
87816
87951
|
if (this._a3.worksheet.workbook == null) {
|
|
87817
87952
|
return ExcelReferenceError._a2.value;
|
|
87818
87953
|
}
|
|
87819
87954
|
if (this._a2 != null) {
|
|
87820
|
-
return this._a2.
|
|
87955
|
+
return this._a2._ce;
|
|
87821
87956
|
}
|
|
87822
87957
|
return CalcUtilities.c(this._a3._c5(this._a8));
|
|
87823
87958
|
};
|
|
@@ -87841,7 +87976,7 @@ var CellCalcReferenceBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
87841
87976
|
p1: b
|
|
87842
87977
|
};
|
|
87843
87978
|
}
|
|
87844
|
-
var d = c.
|
|
87979
|
+
var d = c._c1.cellRange;
|
|
87845
87980
|
b = this._a3.index - d.firstRow;
|
|
87846
87981
|
a = this._a8 - d.firstColumn;
|
|
87847
87982
|
return {
|
|
@@ -88062,7 +88197,7 @@ var DependencyGraph = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
88062
88197
|
};
|
|
88063
88198
|
DependencyGraph.prototype.af = function (a) {
|
|
88064
88199
|
this.ao();
|
|
88065
|
-
var b = a.
|
|
88200
|
+
var b = a._ci;
|
|
88066
88201
|
if ((typeCast(NamedCalcReferenceBase.$, b) !== null) == false) {
|
|
88067
88202
|
b._ab = true;
|
|
88068
88203
|
}
|
|
@@ -88239,7 +88374,7 @@ var DependencyGraph = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
88239
88374
|
};
|
|
88240
88375
|
DependencyGraph.prototype.ax = function (a) {
|
|
88241
88376
|
this.ao();
|
|
88242
|
-
var b = a.
|
|
88377
|
+
var b = a._ci;
|
|
88243
88378
|
b._ab = false;
|
|
88244
88379
|
this.ap(b);
|
|
88245
88380
|
if (!this.t.remove(b)) {
|
|
@@ -106878,7 +107013,7 @@ var WorksheetCellBlock = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
106878
107013
|
}
|
|
106879
107014
|
if (d != null) {
|
|
106880
107015
|
if (d._formula != null) {
|
|
106881
|
-
var e = d._formula.
|
|
107016
|
+
var e = d._formula._ce;
|
|
106882
107017
|
if (e != null) {
|
|
106883
107018
|
return CalcUtilities.n(e.value, c);
|
|
106884
107019
|
}
|
|
@@ -106935,7 +107070,7 @@ var WorksheetCellBlock = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
106935
107070
|
j = g._b2.a(k._cs);
|
|
106936
107071
|
}
|
|
106937
107072
|
else {
|
|
106938
|
-
j = new ValueFormatter(0, g, k.
|
|
107073
|
+
j = new ValueFormatter(0, g, k._di, a._y);
|
|
106939
107074
|
}
|
|
106940
107075
|
}
|
|
106941
107076
|
if (j.o == false) {
|
|
@@ -107737,7 +107872,7 @@ var WorksheetCellBlock = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
107737
107872
|
a.worksheet._ex.item(ValueTuple.a(WorksheetRow.$, Number_$type, a, b), c);
|
|
107738
107873
|
};
|
|
107739
107874
|
WorksheetCellBlock.t = function (a, b, c) {
|
|
107740
|
-
if (WorksheetCellBlock.q(a._a7(b).
|
|
107875
|
+
if (WorksheetCellBlock.q(a._a7(b)._di)) {
|
|
107741
107876
|
c = a._bc(b);
|
|
107742
107877
|
return {
|
|
107743
107878
|
ret: true,
|
|
@@ -107860,32 +107995,32 @@ var WorksheetMergedCellsRegion = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
107860
107995
|
case 2:
|
|
107861
107996
|
case 4:
|
|
107862
107997
|
if (m == j) {
|
|
107863
|
-
p.
|
|
107998
|
+
p._bm(s, h._aj(s), false, a);
|
|
107864
107999
|
}
|
|
107865
108000
|
break;
|
|
107866
108001
|
case 67108864:
|
|
107867
108002
|
case 134217728:
|
|
107868
108003
|
if (m == i) {
|
|
107869
|
-
p.
|
|
108004
|
+
p._bm(s, h._aj(s), false, a);
|
|
107870
108005
|
}
|
|
107871
108006
|
break;
|
|
107872
108007
|
case 262144:
|
|
107873
108008
|
case 524288:
|
|
107874
108009
|
if (o == k) {
|
|
107875
|
-
p.
|
|
108010
|
+
p._bm(s, h._aj(s), false, a);
|
|
107876
108011
|
}
|
|
107877
108012
|
break;
|
|
107878
108013
|
case 2097152:
|
|
107879
108014
|
case 4194304:
|
|
107880
108015
|
if (o == l) {
|
|
107881
|
-
p.
|
|
108016
|
+
p._bm(s, h._aj(s), false, a);
|
|
107882
108017
|
}
|
|
107883
108018
|
break;
|
|
107884
108019
|
case 32640:
|
|
107885
108020
|
p._a1(h._u, false, a);
|
|
107886
108021
|
break;
|
|
107887
108022
|
default:
|
|
107888
|
-
p.
|
|
108023
|
+
p._bm(s, h._aj(s), false, a);
|
|
107889
108024
|
break;
|
|
107890
108025
|
}
|
|
107891
108026
|
}
|
|
@@ -108250,7 +108385,7 @@ var WorksheetMergedCellsRegion = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
108250
108385
|
break;
|
|
108251
108386
|
}
|
|
108252
108387
|
var d = this._a1(toNullable(CellFormatValue_$type, c), false);
|
|
108253
|
-
this._cellFormatInternal.
|
|
108388
|
+
this._cellFormatInternal._bm(c, d.item(c), true, 4);
|
|
108254
108389
|
};
|
|
108255
108390
|
/**
|
|
108256
108391
|
* @hidden
|
|
@@ -108315,7 +108450,7 @@ var WorksheetMergedCellsRegion = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
108315
108450
|
m = j;
|
|
108316
108451
|
}
|
|
108317
108452
|
if (Base.equalsStatic(m, k) == false) {
|
|
108318
|
-
k = WorksheetCellFormatData.
|
|
108453
|
+
k = WorksheetCellFormatData._da(h);
|
|
108319
108454
|
break;
|
|
108320
108455
|
}
|
|
108321
108456
|
}
|
|
@@ -108342,13 +108477,13 @@ var WorksheetMergedCellsRegion = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
108342
108477
|
var m = ExcelUtils.d1(a, f, g, l, e, h);
|
|
108343
108478
|
var n;
|
|
108344
108479
|
if (j != null) {
|
|
108345
|
-
n = j.b.
|
|
108480
|
+
n = j.b._df(h);
|
|
108346
108481
|
}
|
|
108347
108482
|
else if (k != null) {
|
|
108348
|
-
n = k.b.
|
|
108483
|
+
n = k.b._df(ExcelUtils.n(h));
|
|
108349
108484
|
}
|
|
108350
108485
|
else {
|
|
108351
|
-
n = WorksheetCellFormatData.
|
|
108486
|
+
n = WorksheetCellFormatData._da(h);
|
|
108352
108487
|
}
|
|
108353
108488
|
var o = m;
|
|
108354
108489
|
if (WorksheetCellFormatData._cf(h, o)) {
|
|
@@ -108362,7 +108497,7 @@ var WorksheetMergedCellsRegion = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
108362
108497
|
r = n;
|
|
108363
108498
|
}
|
|
108364
108499
|
if (Base.equalsStatic(r, o) == false) {
|
|
108365
|
-
o = WorksheetCellFormatData.
|
|
108500
|
+
o = WorksheetCellFormatData._da(h);
|
|
108366
108501
|
break;
|
|
108367
108502
|
}
|
|
108368
108503
|
}
|
|
@@ -109203,7 +109338,7 @@ var WorkbookSaveManager = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
109203
109338
|
for (var i = 0; i < f.length; i++) {
|
|
109204
109339
|
var j = f[i];
|
|
109205
109340
|
ExcelUtils.fd(h, e, j);
|
|
109206
|
-
h.
|
|
109341
|
+
h._du(j);
|
|
109207
109342
|
}
|
|
109208
109343
|
if (e._cd) {
|
|
109209
109344
|
e = null;
|
|
@@ -110512,7 +110647,7 @@ var WorkbookSaveManager = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
110512
110647
|
try {
|
|
110513
110648
|
for (var _1 = __values(fromEnum(a._areaFormats$i._i())), _2 = _1.next(); !_2.done; _2 = _1.next()) {
|
|
110514
110649
|
var c = _2.value;
|
|
110515
|
-
b._m(c.
|
|
110650
|
+
b._m(c._bu, this._bc(c.d));
|
|
110516
110651
|
}
|
|
110517
110652
|
}
|
|
110518
110653
|
catch (e_357_1) {
|
|
@@ -117900,10 +118035,10 @@ var TempCellCalcReference = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
117900
118035
|
else if (typeCast(HyperlinkResult.$, b) !== null && (typeCast(HyperlinkResult.$, a.value) !== null) == false) {
|
|
117901
118036
|
b = b.toString();
|
|
117902
118037
|
}
|
|
117903
|
-
this._a3.
|
|
118038
|
+
this._a3._ce = new ExcelCalcValue(b);
|
|
117904
118039
|
};
|
|
117905
118040
|
TempCellCalcReference.prototype.get__c = function () {
|
|
117906
|
-
return this._formula.
|
|
118041
|
+
return this._formula._ce;
|
|
117907
118042
|
};
|
|
117908
118043
|
Object.defineProperty(TempCellCalcReference.prototype, "_c", {
|
|
117909
118044
|
get: function () {
|
|
@@ -117952,7 +118087,7 @@ var WorksheetMergedRegionOwnedCellFormatProxy = /** @class */ /*@__PURE__*/ (fun
|
|
|
117952
118087
|
return _super.call(this, 1, a, b) || this;
|
|
117953
118088
|
}
|
|
117954
118089
|
WorksheetMergedRegionOwnedCellFormatProxy.prototype.get__l = function () {
|
|
117955
|
-
return WorksheetMergedRegionOwnedCellFormatProxy.
|
|
118090
|
+
return WorksheetMergedRegionOwnedCellFormatProxy._bs;
|
|
117956
118091
|
};
|
|
117957
118092
|
Object.defineProperty(WorksheetMergedRegionOwnedCellFormatProxy.prototype, "_l", {
|
|
117958
118093
|
get: function () {
|
|
@@ -117986,7 +118121,7 @@ var WorksheetMergedRegionOwnedCellFormatProxy = /** @class */ /*@__PURE__*/ (fun
|
|
|
117986
118121
|
configurable: true
|
|
117987
118122
|
});
|
|
117988
118123
|
WorksheetMergedRegionOwnedCellFormatProxy.$t = markType(WorksheetMergedRegionOwnedCellFormatProxy, 'WorksheetMergedRegionOwnedCellFormatProxy', WorksheetCellFormatProxy.$);
|
|
117989
|
-
WorksheetMergedRegionOwnedCellFormatProxy.
|
|
118124
|
+
WorksheetMergedRegionOwnedCellFormatProxy._bs = WorksheetCellFormatProxy._m(4, 4);
|
|
117990
118125
|
return WorksheetMergedRegionOwnedCellFormatProxy;
|
|
117991
118126
|
}(WorksheetCellFormatProxy));
|
|
117992
118127
|
export { WorksheetMergedRegionOwnedCellFormatProxy };
|
|
@@ -119722,7 +119857,7 @@ var WorkbookStyleCollection = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
119722
119857
|
if (b.isBuiltIn) {
|
|
119723
119858
|
b._m = false;
|
|
119724
119859
|
b._i.setFormatting(a._i);
|
|
119725
|
-
b._i.
|
|
119860
|
+
b._i._dv(a._i.formatOptions);
|
|
119726
119861
|
return b;
|
|
119727
119862
|
}
|
|
119728
119863
|
this.remove(b);
|
|
@@ -121009,7 +121144,7 @@ var WorksheetCellFormatDataResolved = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
121009
121144
|
p1: b
|
|
121010
121145
|
};
|
|
121011
121146
|
}
|
|
121012
|
-
b = c.
|
|
121147
|
+
b = c._dc(ExcelUtils.n(a), null);
|
|
121013
121148
|
return {
|
|
121014
121149
|
ret: true,
|
|
121015
121150
|
p1: b
|
|
@@ -121039,7 +121174,7 @@ var WorksheetCellFormatDataResolved = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
121039
121174
|
});
|
|
121040
121175
|
Object.defineProperty(WorksheetCellFormatDataResolved.prototype, "bottomBorderColorInfo", {
|
|
121041
121176
|
get: function () {
|
|
121042
|
-
return this._b.d.
|
|
121177
|
+
return this._b.d._dc(2, runOn(this, this._f));
|
|
121043
121178
|
},
|
|
121044
121179
|
set: function (a) {
|
|
121045
121180
|
this._n();
|
|
@@ -121049,7 +121184,7 @@ var WorksheetCellFormatDataResolved = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
121049
121184
|
});
|
|
121050
121185
|
Object.defineProperty(WorksheetCellFormatDataResolved.prototype, "bottomBorderStyle", {
|
|
121051
121186
|
get: function () {
|
|
121052
|
-
return EnumUtil.getEnumValue(CellBorderLineStyle_$type, this._b.d.
|
|
121187
|
+
return EnumUtil.getEnumValue(CellBorderLineStyle_$type, this._b.d._dc(4, runOn(this, this._f)));
|
|
121053
121188
|
},
|
|
121054
121189
|
set: function (a) {
|
|
121055
121190
|
this._n();
|
|
@@ -121168,7 +121303,7 @@ var WorksheetCellFormatDataResolved = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
121168
121303
|
});
|
|
121169
121304
|
Object.defineProperty(WorksheetCellFormatDataResolved.prototype, "formatString", {
|
|
121170
121305
|
get: function () {
|
|
121171
|
-
return this._b.d.
|
|
121306
|
+
return this._b.d._di;
|
|
121172
121307
|
},
|
|
121173
121308
|
set: function (a) {
|
|
121174
121309
|
this._n();
|
|
@@ -121188,7 +121323,7 @@ var WorksheetCellFormatDataResolved = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
121188
121323
|
});
|
|
121189
121324
|
Object.defineProperty(WorksheetCellFormatDataResolved.prototype, "leftBorderColorInfo", {
|
|
121190
121325
|
get: function () {
|
|
121191
|
-
return this._b.d.
|
|
121326
|
+
return this._b.d._dc(262144, runOn(this, this._f));
|
|
121192
121327
|
},
|
|
121193
121328
|
set: function (a) {
|
|
121194
121329
|
this._n();
|
|
@@ -121198,7 +121333,28 @@ var WorksheetCellFormatDataResolved = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
121198
121333
|
});
|
|
121199
121334
|
Object.defineProperty(WorksheetCellFormatDataResolved.prototype, "leftBorderStyle", {
|
|
121200
121335
|
get: function () {
|
|
121201
|
-
return EnumUtil.getEnumValue(CellBorderLineStyle_$type, this._b.d.
|
|
121336
|
+
return EnumUtil.getEnumValue(CellBorderLineStyle_$type, this._b.d._dc(524288, runOn(this, this._f)));
|
|
121337
|
+
},
|
|
121338
|
+
set: function (a) {
|
|
121339
|
+
this._n();
|
|
121340
|
+
},
|
|
121341
|
+
enumerable: false,
|
|
121342
|
+
configurable: true
|
|
121343
|
+
});
|
|
121344
|
+
Object.defineProperty(WorksheetCellFormatDataResolved.prototype, "hidden", {
|
|
121345
|
+
get: function () {
|
|
121346
|
+
return unwrapNullable(this._hidden$i);
|
|
121347
|
+
},
|
|
121348
|
+
set: function (a) {
|
|
121349
|
+
arguments[0] = wrapNullable(Boolean_$type, arguments[0]);
|
|
121350
|
+
this._hidden$i = arguments[0];
|
|
121351
|
+
},
|
|
121352
|
+
enumerable: false,
|
|
121353
|
+
configurable: true
|
|
121354
|
+
});
|
|
121355
|
+
Object.defineProperty(WorksheetCellFormatDataResolved.prototype, "_hidden$i", {
|
|
121356
|
+
get: function () {
|
|
121357
|
+
return this._b.d._c6;
|
|
121202
121358
|
},
|
|
121203
121359
|
set: function (a) {
|
|
121204
121360
|
this._n();
|
|
@@ -121219,7 +121375,7 @@ var WorksheetCellFormatDataResolved = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
121219
121375
|
});
|
|
121220
121376
|
Object.defineProperty(WorksheetCellFormatDataResolved.prototype, "_locked$i", {
|
|
121221
121377
|
get: function () {
|
|
121222
|
-
return this._b.d.
|
|
121378
|
+
return this._b.d._c7;
|
|
121223
121379
|
},
|
|
121224
121380
|
set: function (a) {
|
|
121225
121381
|
this._n();
|
|
@@ -121229,7 +121385,7 @@ var WorksheetCellFormatDataResolved = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
121229
121385
|
});
|
|
121230
121386
|
Object.defineProperty(WorksheetCellFormatDataResolved.prototype, "rightBorderColorInfo", {
|
|
121231
121387
|
get: function () {
|
|
121232
|
-
return this._b.d.
|
|
121388
|
+
return this._b.d._dc(2097152, runOn(this, this._f));
|
|
121233
121389
|
},
|
|
121234
121390
|
set: function (a) {
|
|
121235
121391
|
this._n();
|
|
@@ -121239,7 +121395,7 @@ var WorksheetCellFormatDataResolved = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
121239
121395
|
});
|
|
121240
121396
|
Object.defineProperty(WorksheetCellFormatDataResolved.prototype, "rightBorderStyle", {
|
|
121241
121397
|
get: function () {
|
|
121242
|
-
return EnumUtil.getEnumValue(CellBorderLineStyle_$type, this._b.d.
|
|
121398
|
+
return EnumUtil.getEnumValue(CellBorderLineStyle_$type, this._b.d._dc(4194304, runOn(this, this._f)));
|
|
121243
121399
|
},
|
|
121244
121400
|
set: function (a) {
|
|
121245
121401
|
this._n();
|
|
@@ -121270,7 +121426,7 @@ var WorksheetCellFormatDataResolved = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
121270
121426
|
});
|
|
121271
121427
|
Object.defineProperty(WorksheetCellFormatDataResolved.prototype, "_shrinkToFit$i", {
|
|
121272
121428
|
get: function () {
|
|
121273
|
-
return this._b.d.
|
|
121429
|
+
return this._b.d._c8;
|
|
121274
121430
|
},
|
|
121275
121431
|
set: function (a) {
|
|
121276
121432
|
this._n();
|
|
@@ -121290,7 +121446,7 @@ var WorksheetCellFormatDataResolved = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
121290
121446
|
});
|
|
121291
121447
|
Object.defineProperty(WorksheetCellFormatDataResolved.prototype, "topBorderColorInfo", {
|
|
121292
121448
|
get: function () {
|
|
121293
|
-
return this._b.d.
|
|
121449
|
+
return this._b.d._dc(67108864, runOn(this, this._f));
|
|
121294
121450
|
},
|
|
121295
121451
|
set: function (a) {
|
|
121296
121452
|
this._n();
|
|
@@ -121300,7 +121456,7 @@ var WorksheetCellFormatDataResolved = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
121300
121456
|
});
|
|
121301
121457
|
Object.defineProperty(WorksheetCellFormatDataResolved.prototype, "topBorderStyle", {
|
|
121302
121458
|
get: function () {
|
|
121303
|
-
return EnumUtil.getEnumValue(CellBorderLineStyle_$type, this._b.d.
|
|
121459
|
+
return EnumUtil.getEnumValue(CellBorderLineStyle_$type, this._b.d._dc(134217728, runOn(this, this._f)));
|
|
121304
121460
|
},
|
|
121305
121461
|
set: function (a) {
|
|
121306
121462
|
this._n();
|
|
@@ -121331,7 +121487,7 @@ var WorksheetCellFormatDataResolved = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
121331
121487
|
});
|
|
121332
121488
|
Object.defineProperty(WorksheetCellFormatDataResolved.prototype, "_wrapText$i", {
|
|
121333
121489
|
get: function () {
|
|
121334
|
-
return this._b.d.
|
|
121490
|
+
return this._b.d._c9;
|
|
121335
121491
|
},
|
|
121336
121492
|
set: function (a) {
|
|
121337
121493
|
this._n();
|
|
@@ -121359,7 +121515,7 @@ var WorksheetMergedCellFormatDataResolved = /** @class */ /*@__PURE__*/ (functio
|
|
|
121359
121515
|
var d = c.tryGetValue(a, b);
|
|
121360
121516
|
b = d.p1;
|
|
121361
121517
|
return {
|
|
121362
|
-
ret: Base.equalsStatic(b, WorksheetCellFormatData.
|
|
121518
|
+
ret: Base.equalsStatic(b, WorksheetCellFormatData._da(a)) == false,
|
|
121363
121519
|
p1: b
|
|
121364
121520
|
};
|
|
121365
121521
|
};
|
|
@@ -121374,29 +121530,29 @@ var WorksheetCellOwnedFormatProxy = /** @class */ /*@__PURE__*/ (function (_supe
|
|
|
121374
121530
|
__extends(WorksheetCellOwnedFormatProxy, _super);
|
|
121375
121531
|
function WorksheetCellOwnedFormatProxy(a, b, c, d, e) {
|
|
121376
121532
|
var _this = _super.call(this, 0, a, b, c) || this;
|
|
121377
|
-
_this.
|
|
121378
|
-
_this.
|
|
121379
|
-
_this.
|
|
121380
|
-
_this.
|
|
121381
|
-
_this.
|
|
121382
|
-
_this.
|
|
121533
|
+
_this._bt = null;
|
|
121534
|
+
_this._bx = 0;
|
|
121535
|
+
_this._bv = 0;
|
|
121536
|
+
_this._bv = d;
|
|
121537
|
+
_this._bt = e;
|
|
121538
|
+
_this._bx = c.worksheet._fw;
|
|
121383
121539
|
return _this;
|
|
121384
121540
|
}
|
|
121385
121541
|
WorksheetCellOwnedFormatProxy.prototype.g = function (a) {
|
|
121386
121542
|
_super.prototype.g.call(this, a);
|
|
121387
|
-
this.
|
|
121543
|
+
this._by();
|
|
121388
121544
|
};
|
|
121389
121545
|
WorksheetCellOwnedFormatProxy.prototype.b = function (a) {
|
|
121390
|
-
this.
|
|
121546
|
+
this._bz();
|
|
121391
121547
|
if (a == false) {
|
|
121392
121548
|
return _super.prototype.b.call(this, a);
|
|
121393
121549
|
}
|
|
121394
121550
|
var b = _super.prototype.b.call(this, a);
|
|
121395
|
-
this.
|
|
121551
|
+
this._by();
|
|
121396
121552
|
return b;
|
|
121397
121553
|
};
|
|
121398
121554
|
WorksheetCellOwnedFormatProxy.prototype.get__l = function () {
|
|
121399
|
-
return WorksheetCellOwnedFormatProxy.
|
|
121555
|
+
return WorksheetCellOwnedFormatProxy._bs;
|
|
121400
121556
|
};
|
|
121401
121557
|
Object.defineProperty(WorksheetCellOwnedFormatProxy.prototype, "_l", {
|
|
121402
121558
|
get: function () {
|
|
@@ -121416,9 +121572,9 @@ var WorksheetCellOwnedFormatProxy = /** @class */ /*@__PURE__*/ (function (_supe
|
|
|
121416
121572
|
configurable: true
|
|
121417
121573
|
});
|
|
121418
121574
|
WorksheetCellOwnedFormatProxy.prototype._ai = function () {
|
|
121419
|
-
this.
|
|
121575
|
+
this._bz();
|
|
121420
121576
|
var a = this._s;
|
|
121421
|
-
return toNullable(WorksheetCellAddress.$, new WorksheetCellAddress(1, a.index, this.
|
|
121577
|
+
return toNullable(WorksheetCellAddress.$, new WorksheetCellAddress(1, a.index, this._bv));
|
|
121422
121578
|
};
|
|
121423
121579
|
WorksheetCellOwnedFormatProxy.prototype._at = function (a) {
|
|
121424
121580
|
if (WorksheetCellAddress.i(a, toNullable(WorksheetCellAddress.$, null))) {
|
|
@@ -121426,9 +121582,9 @@ var WorksheetCellOwnedFormatProxy = /** @class */ /*@__PURE__*/ (function (_supe
|
|
|
121426
121582
|
if (b != null) {
|
|
121427
121583
|
var c = b.worksheet;
|
|
121428
121584
|
if (c != null) {
|
|
121429
|
-
this.
|
|
121430
|
-
this.
|
|
121431
|
-
this.
|
|
121585
|
+
this._bx = c._fw;
|
|
121586
|
+
this._bd(c._rows$i.item(a.value.o));
|
|
121587
|
+
this._bv = a.value.m;
|
|
121432
121588
|
}
|
|
121433
121589
|
}
|
|
121434
121590
|
}
|
|
@@ -121445,44 +121601,44 @@ var WorksheetCellOwnedFormatProxy = /** @class */ /*@__PURE__*/ (function (_supe
|
|
|
121445
121601
|
configurable: true
|
|
121446
121602
|
});
|
|
121447
121603
|
WorksheetCellOwnedFormatProxy.prototype.get_d = function () {
|
|
121448
|
-
this.
|
|
121449
|
-
this.c = this.
|
|
121604
|
+
this._bz();
|
|
121605
|
+
this.c = this._bt[this._bv % 32];
|
|
121450
121606
|
return this.c;
|
|
121451
121607
|
};
|
|
121452
|
-
WorksheetCellOwnedFormatProxy.prototype._bx = function () {
|
|
121453
|
-
this._bs[this._bu % 32] = this.c;
|
|
121454
|
-
};
|
|
121455
121608
|
WorksheetCellOwnedFormatProxy.prototype._by = function () {
|
|
121609
|
+
this._bt[this._bv % 32] = this.c;
|
|
121610
|
+
};
|
|
121611
|
+
WorksheetCellOwnedFormatProxy.prototype._bz = function () {
|
|
121456
121612
|
var _this = this;
|
|
121457
|
-
if (this.
|
|
121613
|
+
if (this._bt != null) {
|
|
121458
121614
|
var a = this._s;
|
|
121459
|
-
var b = this.
|
|
121615
|
+
var b = this._bv;
|
|
121460
121616
|
var c_11 = this._s;
|
|
121461
121617
|
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.
|
|
121618
|
+
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) {
|
|
121619
|
+
this._bd(null);
|
|
121620
|
+
this._bv = -1;
|
|
121621
|
+
this._bt = null;
|
|
121466
121622
|
this.c = null;
|
|
121467
121623
|
}
|
|
121468
|
-
else if (c_11 != a || this.
|
|
121469
|
-
this.
|
|
121470
|
-
this.
|
|
121471
|
-
this.c = c_11._bb(this.
|
|
121624
|
+
else if (c_11 != a || this._bv != b) {
|
|
121625
|
+
this._bd(c_11);
|
|
121626
|
+
this._bt = c_11._aj(this._bv);
|
|
121627
|
+
this.c = c_11._bb(this._bt, this._bv).d;
|
|
121472
121628
|
}
|
|
121473
121629
|
}
|
|
121474
|
-
if (this.
|
|
121630
|
+
if (this._bt == null) {
|
|
121475
121631
|
throw new InvalidOperationException(1, ExcelUtils.eh("LE_ArgumentException_CellShiftedOffWorksheet"));
|
|
121476
121632
|
}
|
|
121477
121633
|
};
|
|
121478
|
-
Object.defineProperty(WorksheetCellOwnedFormatProxy.prototype, "
|
|
121634
|
+
Object.defineProperty(WorksheetCellOwnedFormatProxy.prototype, "_bw", {
|
|
121479
121635
|
get: function () {
|
|
121480
|
-
return this.
|
|
121636
|
+
return this._bv;
|
|
121481
121637
|
},
|
|
121482
121638
|
enumerable: false,
|
|
121483
121639
|
configurable: true
|
|
121484
121640
|
});
|
|
121485
|
-
Object.defineProperty(WorksheetCellOwnedFormatProxy.prototype, "
|
|
121641
|
+
Object.defineProperty(WorksheetCellOwnedFormatProxy.prototype, "_bu", {
|
|
121486
121642
|
get: function () {
|
|
121487
121643
|
return this.c;
|
|
121488
121644
|
},
|
|
@@ -121493,7 +121649,7 @@ var WorksheetCellOwnedFormatProxy = /** @class */ /*@__PURE__*/ (function (_supe
|
|
|
121493
121649
|
configurable: true
|
|
121494
121650
|
});
|
|
121495
121651
|
WorksheetCellOwnedFormatProxy.$t = markType(WorksheetCellOwnedFormatProxy, 'WorksheetCellOwnedFormatProxy', WorksheetCellFormatProxy.$);
|
|
121496
|
-
WorksheetCellOwnedFormatProxy.
|
|
121652
|
+
WorksheetCellOwnedFormatProxy._bs = WorksheetCellFormatProxy._m(4, 4);
|
|
121497
121653
|
return WorksheetCellOwnedFormatProxy;
|
|
121498
121654
|
}(WorksheetCellFormatProxy));
|
|
121499
121655
|
export { WorksheetCellOwnedFormatProxy };
|
|
@@ -121549,7 +121705,7 @@ var WorksheetColumnOwnedFormatProxy = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
121549
121705
|
}
|
|
121550
121706
|
WorksheetColumnOwnedFormatProxy.prototype.g = function (a) {
|
|
121551
121707
|
_super.prototype.g.call(this, a);
|
|
121552
|
-
this.
|
|
121708
|
+
this._bt().b = this.c;
|
|
121553
121709
|
var b = this._s._aj();
|
|
121554
121710
|
this.c = b.b;
|
|
121555
121711
|
this._s.worksheet._hi();
|
|
@@ -121562,7 +121718,7 @@ var WorksheetColumnOwnedFormatProxy = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
121562
121718
|
return c;
|
|
121563
121719
|
};
|
|
121564
121720
|
WorksheetColumnOwnedFormatProxy.prototype.get__l = function () {
|
|
121565
|
-
return WorksheetColumnOwnedFormatProxy.
|
|
121721
|
+
return WorksheetColumnOwnedFormatProxy._bs;
|
|
121566
121722
|
};
|
|
121567
121723
|
Object.defineProperty(WorksheetColumnOwnedFormatProxy.prototype, "_l", {
|
|
121568
121724
|
get: function () {
|
|
@@ -121582,7 +121738,7 @@ var WorksheetColumnOwnedFormatProxy = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
121582
121738
|
configurable: true
|
|
121583
121739
|
});
|
|
121584
121740
|
WorksheetColumnOwnedFormatProxy.prototype.get_d = function () {
|
|
121585
|
-
this.c = this.
|
|
121741
|
+
this.c = this._bt().b;
|
|
121586
121742
|
return this.c;
|
|
121587
121743
|
};
|
|
121588
121744
|
WorksheetColumnOwnedFormatProxy.prototype.get__v = function () {
|
|
@@ -121596,12 +121752,12 @@ var WorksheetColumnOwnedFormatProxy = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
121596
121752
|
enumerable: false,
|
|
121597
121753
|
configurable: true
|
|
121598
121754
|
});
|
|
121599
|
-
WorksheetColumnOwnedFormatProxy.prototype.
|
|
121755
|
+
WorksheetColumnOwnedFormatProxy.prototype._bt = function () {
|
|
121600
121756
|
var a = this._s;
|
|
121601
121757
|
return a.worksheet._cb(a._aq);
|
|
121602
121758
|
};
|
|
121603
121759
|
WorksheetColumnOwnedFormatProxy.$t = markType(WorksheetColumnOwnedFormatProxy, 'WorksheetColumnOwnedFormatProxy', WorksheetCellFormatProxy.$);
|
|
121604
|
-
WorksheetColumnOwnedFormatProxy.
|
|
121760
|
+
WorksheetColumnOwnedFormatProxy._bs = WorksheetCellFormatProxy._m(27, 8);
|
|
121605
121761
|
return WorksheetColumnOwnedFormatProxy;
|
|
121606
121762
|
}(WorksheetCellFormatProxy));
|
|
121607
121763
|
export { WorksheetColumnOwnedFormatProxy };
|
|
@@ -124876,7 +125032,7 @@ var WorksheetRowOwnedCellFormatProxy = /** @class */ /*@__PURE__*/ (function (_s
|
|
|
124876
125032
|
return _super.call(this, 1, a, b) || this;
|
|
124877
125033
|
}
|
|
124878
125034
|
WorksheetRowOwnedCellFormatProxy.prototype.get__l = function () {
|
|
124879
|
-
return WorksheetRowOwnedCellFormatProxy.
|
|
125035
|
+
return WorksheetRowOwnedCellFormatProxy._bs;
|
|
124880
125036
|
};
|
|
124881
125037
|
Object.defineProperty(WorksheetRowOwnedCellFormatProxy.prototype, "_l", {
|
|
124882
125038
|
get: function () {
|
|
@@ -124910,7 +125066,7 @@ var WorksheetRowOwnedCellFormatProxy = /** @class */ /*@__PURE__*/ (function (_s
|
|
|
124910
125066
|
configurable: true
|
|
124911
125067
|
});
|
|
124912
125068
|
WorksheetRowOwnedCellFormatProxy.$t = markType(WorksheetRowOwnedCellFormatProxy, 'WorksheetRowOwnedCellFormatProxy', WorksheetCellFormatProxy.$);
|
|
124913
|
-
WorksheetRowOwnedCellFormatProxy.
|
|
125069
|
+
WorksheetRowOwnedCellFormatProxy._bs = WorksheetCellFormatProxy._m(61, 8 | 4);
|
|
124914
125070
|
return WorksheetRowOwnedCellFormatProxy;
|
|
124915
125071
|
}(WorksheetCellFormatProxy));
|
|
124916
125072
|
export { WorksheetRowOwnedCellFormatProxy };
|
|
@@ -129237,7 +129393,7 @@ var SortSettings_ShiftFormulaChangeContext$1 = /** @class */ /*@__PURE__*/ (func
|
|
|
129237
129393
|
var b = new CellShiftOperation(1, this.sheet, 3, this.a.l._ac + a, this.a.l._ae + a, this.a.l._w, this.a.l._x, -a);
|
|
129238
129394
|
var c = typeCast(ArrayInteriorFormula.$, this.b);
|
|
129239
129395
|
if (c != null) {
|
|
129240
|
-
var d = c.
|
|
129396
|
+
var d = c._c1.cellRange._d(b, false);
|
|
129241
129397
|
}
|
|
129242
129398
|
this.b._av(this.sheet, b, 1);
|
|
129243
129399
|
SortSettings$1.$t.specialize(this.$t).getStaticFields()._a[1].x(new SortSettings_ShiftFormulaChangeContext$1(this.$t, 1, b, this.b), null, null);
|
|
@@ -129541,7 +129697,7 @@ var SortSettings$1 = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
129541
129697
|
var p = new CellShiftOperation(1, d, 3, a.index, a.index, e, e, b.index - a.index);
|
|
129542
129698
|
var q = typeCast(ArrayInteriorFormula.$, o);
|
|
129543
129699
|
if (q != null) {
|
|
129544
|
-
var r = q.
|
|
129700
|
+
var r = q._c1.cellRange._d(p, false);
|
|
129545
129701
|
}
|
|
129546
129702
|
o._av(d, p, 1);
|
|
129547
129703
|
SortSettings$1.$.specialize($t).specialize($t).getStaticFields()._a[1].x(new SortSettings_ShiftFormulaChangeContext$1($t, 1, p, o), null, null);
|
|
@@ -129551,7 +129707,7 @@ var SortSettings$1 = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
129551
129707
|
var t = new CellShiftOperation(1, d, 3, b.index, b.index, e, e, a.index - b.index);
|
|
129552
129708
|
var u = typeCast(ArrayInteriorFormula.$, s);
|
|
129553
129709
|
if (u != null) {
|
|
129554
|
-
var v = u.
|
|
129710
|
+
var v = u._c1.cellRange._d(t, false);
|
|
129555
129711
|
}
|
|
129556
129712
|
s._av(d, t, 1);
|
|
129557
129713
|
SortSettings$1.$.specialize($t).specialize($t).getStaticFields()._a[1].x(new SortSettings_ShiftFormulaChangeContext$1($t, 1, t, s), null, null);
|
|
@@ -129588,7 +129744,7 @@ var SortSettings$1 = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
129588
129744
|
var q = new CellShiftOperation(1, d, 0, a.index, a.index, e, e, f - e);
|
|
129589
129745
|
var r = typeCast(ArrayInteriorFormula.$, p);
|
|
129590
129746
|
if (r != null) {
|
|
129591
|
-
var s = r.
|
|
129747
|
+
var s = r._c1.cellRange._d(q, false);
|
|
129592
129748
|
}
|
|
129593
129749
|
p._av(d, q, 1);
|
|
129594
129750
|
SortSettings$1.$.specialize($t).specialize($t).getStaticFields()._a[1].x(new SortSettings_ShiftFormulaChangeContext$1($t, 1, q, p), null, null);
|
|
@@ -129598,7 +129754,7 @@ var SortSettings$1 = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
129598
129754
|
var u = new CellShiftOperation(1, d, 0, a.index, a.index, f, f, e - f);
|
|
129599
129755
|
var v = typeCast(ArrayInteriorFormula.$, t);
|
|
129600
129756
|
if (v != null) {
|
|
129601
|
-
var w = v.
|
|
129757
|
+
var w = v._c1.cellRange._d(u, false);
|
|
129602
129758
|
}
|
|
129603
129759
|
t._av(d, u, 1);
|
|
129604
129760
|
SortSettings$1.$.specialize($t).specialize($t).getStaticFields()._a[1].x(new SortSettings_ShiftFormulaChangeContext$1($t, 1, u, t), null, null);
|
|
@@ -138460,7 +138616,7 @@ var DataValidationCalcReference = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
138460
138616
|
return false;
|
|
138461
138617
|
};
|
|
138462
138618
|
DataValidationCalcReference.prototype.get__c = function () {
|
|
138463
|
-
return this._formula.
|
|
138619
|
+
return this._formula._ce;
|
|
138464
138620
|
};
|
|
138465
138621
|
DataValidationCalcReference.$t = markType(DataValidationCalcReference, 'DataValidationCalcReference', CellCalcReferenceBase.$);
|
|
138466
138622
|
return DataValidationCalcReference;
|
|
@@ -147577,7 +147733,7 @@ var ThresholdConditionBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
147577
147733
|
if (this._bx != null) {
|
|
147578
147734
|
var b = this.regions.item(0);
|
|
147579
147735
|
var c = new TempCellCalcReference(true, this.worksheet, new WorksheetCellAddress(1, b.firstRow, b.firstColumn));
|
|
147580
|
-
this._bx.
|
|
147736
|
+
this._bx._cz(c, this.workbook);
|
|
147581
147737
|
a(this.worksheet, this._bx);
|
|
147582
147738
|
}
|
|
147583
147739
|
};
|
|
@@ -147660,7 +147816,7 @@ var ThresholdConditionBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
147660
147816
|
*/
|
|
147661
147817
|
set: function (a) {
|
|
147662
147818
|
if (a != this._bx) {
|
|
147663
|
-
if (a != null && a.
|
|
147819
|
+
if (a != null && a._ci == null) {
|
|
147664
147820
|
this._m(a);
|
|
147665
147821
|
}
|
|
147666
147822
|
var b = ThresholdConditionBase._bt[0].g(ThresholdConditionBase.$, SingleTargetFormula.$, this, this._bx, a);
|
|
@@ -147805,7 +147961,7 @@ var ThresholdConditionBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
147805
147961
|
*/
|
|
147806
147962
|
ThresholdConditionBase.prototype._bz = function (a) {
|
|
147807
147963
|
if (this._bx != null && a != null) {
|
|
147808
|
-
var b = this._bx.
|
|
147964
|
+
var b = this._bx._cg(this.workbook, a, false);
|
|
147809
147965
|
return b._al(this.workbook._e6);
|
|
147810
147966
|
}
|
|
147811
147967
|
return true;
|
|
@@ -149278,16 +149434,16 @@ var ConditionValue = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
149278
149434
|
*/
|
|
149279
149435
|
ConditionValue.prototype.shiftFormulas = function (callback, shiftOperation, operationOverride) {
|
|
149280
149436
|
if (this._j != null) {
|
|
149281
|
-
var a = this._j.
|
|
149437
|
+
var a = this._j._ci;
|
|
149282
149438
|
if (a != null) {
|
|
149283
|
-
this._j.
|
|
149439
|
+
this._j._cz(null, this._h.workbook);
|
|
149284
149440
|
}
|
|
149285
149441
|
var b = this._j._toString2(1, this._h.workbook._e6);
|
|
149286
149442
|
if (this._j._av(this._h.worksheet, shiftOperation, 0)) {
|
|
149287
149443
|
callback(this, null, b);
|
|
149288
149444
|
}
|
|
149289
149445
|
if (a != null) {
|
|
149290
|
-
this._j.
|
|
149446
|
+
this._j._cz(a, this._h.workbook);
|
|
149291
149447
|
}
|
|
149292
149448
|
}
|
|
149293
149449
|
};
|
|
@@ -150593,7 +150749,7 @@ var FormulaConditionalFormat = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
150593
150749
|
*/
|
|
150594
150750
|
set: function (a) {
|
|
150595
150751
|
if (a != this._b4) {
|
|
150596
|
-
if (a != null && a.
|
|
150752
|
+
if (a != null && a._ci == null) {
|
|
150597
150753
|
this._m(a);
|
|
150598
150754
|
}
|
|
150599
150755
|
var b = FormulaConditionalFormat._b0[0].g(FormulaConditionalFormat.$, SingleTargetFormula.$, this, this._b4, a);
|
|
@@ -150673,7 +150829,7 @@ var FormulaConditionalFormat = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
150673
150829
|
if (this._b4 != null) {
|
|
150674
150830
|
var b = this.regions.item(0);
|
|
150675
150831
|
var c = new TempCellCalcReference(true, this.worksheet, new WorksheetCellAddress(1, b.firstRow, b.firstColumn));
|
|
150676
|
-
this._b4.
|
|
150832
|
+
this._b4._cz(c, this.workbook);
|
|
150677
150833
|
a(this.worksheet, this._b4);
|
|
150678
150834
|
}
|
|
150679
150835
|
};
|
|
@@ -150684,7 +150840,7 @@ var FormulaConditionalFormat = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
150684
150840
|
if (this._b4 == null) {
|
|
150685
150841
|
return ConditionMatchResult.f;
|
|
150686
150842
|
}
|
|
150687
|
-
var e = this._b4.
|
|
150843
|
+
var e = this._b4._cg(this.workbook, d, false);
|
|
150688
150844
|
return e._al(this.workbook._e6) ? ConditionMatchResult.e : ConditionMatchResult.f;
|
|
150689
150845
|
};
|
|
150690
150846
|
/**
|
|
@@ -152828,13 +152984,13 @@ var OperatorConditionalFormat = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
152828
152984
|
}
|
|
152829
152985
|
if (this._b4 == null) {
|
|
152830
152986
|
if (this._b2 != null) {
|
|
152831
|
-
this._b4 = this._cb.
|
|
152987
|
+
this._b4 = this._cb._cg(this.workbook, d, false);
|
|
152832
152988
|
}
|
|
152833
152989
|
if (this._b3 != null) {
|
|
152834
152990
|
if (this._cc == null) {
|
|
152835
152991
|
return ConditionMatchResult.f;
|
|
152836
152992
|
}
|
|
152837
|
-
this._b5 = this._cc.
|
|
152993
|
+
this._b5 = this._cc._cg(this.workbook, d, false);
|
|
152838
152994
|
}
|
|
152839
152995
|
}
|
|
152840
152996
|
if (this._b4 == null || this._b4.isError) {
|
|
@@ -152992,7 +153148,7 @@ var OperatorConditionalFormat = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
152992
153148
|
*/
|
|
152993
153149
|
set: function (a) {
|
|
152994
153150
|
if (a != this._cb) {
|
|
152995
|
-
if (a != null && a.
|
|
153151
|
+
if (a != null && a._ci == null) {
|
|
152996
153152
|
this._m(a);
|
|
152997
153153
|
}
|
|
152998
153154
|
var b = OperatorConditionalFormat._b0[1].g(OperatorConditionalFormat.$, SingleTargetFormula.$, this, this._cb, a);
|
|
@@ -153051,7 +153207,7 @@ var OperatorConditionalFormat = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
153051
153207
|
*/
|
|
153052
153208
|
set: function (a) {
|
|
153053
153209
|
if (a != this._cc) {
|
|
153054
|
-
if (a != null && a.
|
|
153210
|
+
if (a != null && a._ci == null) {
|
|
153055
153211
|
this._m(a);
|
|
153056
153212
|
}
|
|
153057
153213
|
var b = OperatorConditionalFormat._b0[2].g(OperatorConditionalFormat.$, SingleTargetFormula.$, this, this._cc, a);
|
|
@@ -157899,7 +158055,7 @@ var SeriesDataLabels = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
157899
158055
|
*/
|
|
157900
158056
|
set: function (a) {
|
|
157901
158057
|
if (a != this._d0) {
|
|
157902
|
-
if (a != null && a.
|
|
158058
|
+
if (a != null && a._ci == null) {
|
|
157903
158059
|
SeriesDataLabels._d2(this.sheet, a);
|
|
157904
158060
|
}
|
|
157905
158061
|
var b = this._r(SeriesDataLabels.$, SingleTargetFormula.$, this, 29, this._d0, a);
|
|
@@ -158021,7 +158177,7 @@ var SeriesDataLabels = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
158021
158177
|
SeriesDataLabels._d2 = function (a, b) {
|
|
158022
158178
|
if (b != null) {
|
|
158023
158179
|
var c = new TempCellCalcReference(true, a, new WorksheetCellAddress(1, 0, 0));
|
|
158024
|
-
b.
|
|
158180
|
+
b._cz(c, a.workbook);
|
|
158025
158181
|
}
|
|
158026
158182
|
return b;
|
|
158027
158183
|
};
|
|
@@ -162573,7 +162729,7 @@ var SeriesValuesBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
162573
162729
|
*/
|
|
162574
162730
|
SeriesValuesBase._b = function ($t, a, b, c, d) {
|
|
162575
162731
|
var e = new TempCellCalcReference(false, b, new WorksheetCellAddress(1, 0, 0));
|
|
162576
|
-
var f = a.
|
|
162732
|
+
var f = a._cg(b.workbook, e, false);
|
|
162577
162733
|
if (f.isError) {
|
|
162578
162734
|
return new Array(0);
|
|
162579
162735
|
}
|
|
@@ -162747,7 +162903,7 @@ var SeriesValuesBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
162747
162903
|
SeriesValuesBase.prototype._t = function () {
|
|
162748
162904
|
if (this._h != null) {
|
|
162749
162905
|
var a = new TempCellCalcReference(true, this._g, new WorksheetCellAddress(1, 0, 0));
|
|
162750
|
-
this._h.
|
|
162906
|
+
this._h._cz(a, this._g.workbook);
|
|
162751
162907
|
}
|
|
162752
162908
|
};
|
|
162753
162909
|
/**
|
|
@@ -162980,7 +163136,7 @@ var SeriesName = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
162980
163136
|
_this._c = sheet;
|
|
162981
163137
|
_this._d = formula;
|
|
162982
163138
|
var b = new TempCellCalcReference(true, _this._c, new WorksheetCellAddress(1, 0, 0));
|
|
162983
|
-
_this._d.
|
|
163139
|
+
_this._d._cz(b, _this._c.workbook);
|
|
162984
163140
|
}
|
|
162985
163141
|
break;
|
|
162986
163142
|
default: throw new Error('Invalid arguments');
|
|
@@ -163082,7 +163238,7 @@ var SeriesName = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
163082
163238
|
}
|
|
163083
163239
|
this._d = ConditionBase._n(a, this._c.workbook, b);
|
|
163084
163240
|
var c = new TempCellCalcReference(true, this._c, new WorksheetCellAddress(1, 0, 0));
|
|
163085
|
-
this._d.
|
|
163241
|
+
this._d._cz(c, this._c.workbook);
|
|
163086
163242
|
};
|
|
163087
163243
|
SeriesName.$t = markType(SeriesName, 'SeriesName');
|
|
163088
163244
|
return SeriesName;
|
|
@@ -167947,7 +168103,7 @@ var WorkbookLoadManager = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
167947
168103
|
if (d == null) {
|
|
167948
168104
|
d = this._b._styles$i.normalStyle;
|
|
167949
168105
|
}
|
|
167950
|
-
e.
|
|
168106
|
+
e._dw(d);
|
|
167951
168107
|
if (f != null && g.length != 0) {
|
|
167952
168108
|
if (ExcelUtils.by(f.formatOptions, 8)) {
|
|
167953
168109
|
for (var h = 0; h < g.length; h++) {
|
|
@@ -167956,7 +168112,7 @@ var WorkbookLoadManager = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
167956
168112
|
}
|
|
167957
168113
|
}
|
|
167958
168114
|
var i = a._d(this._b, b);
|
|
167959
|
-
for (var j = 1; j !=
|
|
168115
|
+
for (var j = 1; j != -2147483648; j = (j << 1)) {
|
|
167960
168116
|
if (c(b, j) == false) {
|
|
167961
168117
|
continue;
|
|
167962
168118
|
}
|
|
@@ -169535,7 +169691,9 @@ var XFPropBool = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
169535
169691
|
case 29:
|
|
169536
169692
|
b.font._strikeout$i = c;
|
|
169537
169693
|
break;
|
|
169538
|
-
case 44:
|
|
169694
|
+
case 44:
|
|
169695
|
+
b._hidden$i = c;
|
|
169696
|
+
break;
|
|
169539
169697
|
case 43:
|
|
169540
169698
|
b._locked$i = c;
|
|
169541
169699
|
break;
|
|
@@ -170864,7 +171022,7 @@ var ExcelCalcNumberStack = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
170864
171022
|
d = new TempCellCalcReference(true, e.worksheet, new WorksheetCellAddress(1, 0, 0));
|
|
170865
171023
|
}
|
|
170866
171024
|
}
|
|
170867
|
-
a = b.
|
|
171025
|
+
a = b._cg(c, d, this._u);
|
|
170868
171026
|
if (a.isReference) {
|
|
170869
171027
|
a._ac = true;
|
|
170870
171028
|
}
|