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
|
@@ -1976,18 +1976,18 @@ export let ExcelUtils = /*@__PURE__*/ (() => {
|
|
|
1976
1976
|
};
|
|
1977
1977
|
}
|
|
1978
1978
|
static ff(a, b, c, d = true, e = 0) {
|
|
1979
|
-
b.
|
|
1979
|
+
b._bm(c, a._aj(c), d, e);
|
|
1980
1980
|
}
|
|
1981
1981
|
static fd(a, b, c) {
|
|
1982
|
-
b.
|
|
1982
|
+
b._dx(c, a._df(c));
|
|
1983
1983
|
}
|
|
1984
1984
|
static fe(a, b, c) {
|
|
1985
|
-
b.
|
|
1985
|
+
b._bl(c, a._df(c));
|
|
1986
1986
|
}
|
|
1987
1987
|
static fg(a, b, c, d = false, e = true, f = 0, g = false) {
|
|
1988
1988
|
if (d) {
|
|
1989
1989
|
let h = 0;
|
|
1990
|
-
for (let i = 1; i !=
|
|
1990
|
+
for (let i = 1; i != -2147483648; i = (i << 1)) {
|
|
1991
1991
|
if ((c & i) == 0) {
|
|
1992
1992
|
continue;
|
|
1993
1993
|
}
|
|
@@ -2007,10 +2007,10 @@ export let ExcelUtils = /*@__PURE__*/ (() => {
|
|
|
2007
2007
|
}
|
|
2008
2008
|
j = l;
|
|
2009
2009
|
}
|
|
2010
|
-
b.
|
|
2010
|
+
b._bm(33554432, j, e, f);
|
|
2011
2011
|
c &= ~33554432;
|
|
2012
2012
|
}
|
|
2013
|
-
for (let m = 1; m !=
|
|
2013
|
+
for (let m = 1; m != -2147483648; m = (m << 1)) {
|
|
2014
2014
|
if ((c & m) == 0) {
|
|
2015
2015
|
continue;
|
|
2016
2016
|
}
|
|
@@ -2030,7 +2030,7 @@ export let ExcelUtils = /*@__PURE__*/ (() => {
|
|
|
2030
2030
|
break;
|
|
2031
2031
|
}
|
|
2032
2032
|
}
|
|
2033
|
-
b.
|
|
2033
|
+
b._bm(m, n, e, f);
|
|
2034
2034
|
}
|
|
2035
2035
|
}
|
|
2036
2036
|
}
|
|
@@ -2643,13 +2643,13 @@ export let ExcelUtils = /*@__PURE__*/ (() => {
|
|
|
2643
2643
|
b |= 208404542;
|
|
2644
2644
|
}
|
|
2645
2645
|
if ((a & 16) != 0) {
|
|
2646
|
-
b |=
|
|
2646
|
+
b |= -2147483584;
|
|
2647
2647
|
}
|
|
2648
2648
|
if ((a & 4) != 0) {
|
|
2649
2649
|
b |= 32640;
|
|
2650
2650
|
}
|
|
2651
2651
|
if ((a & 1) != 0) {
|
|
2652
|
-
b |=
|
|
2652
|
+
b |= -2147418112;
|
|
2653
2653
|
}
|
|
2654
2654
|
if ((a & 32) != 0) {
|
|
2655
2655
|
b |= 1074790400;
|
|
@@ -3245,7 +3245,7 @@ export let ExcelUtils = /*@__PURE__*/ (() => {
|
|
|
3245
3245
|
else {
|
|
3246
3246
|
ExcelUtils.cd.clear();
|
|
3247
3247
|
}
|
|
3248
|
-
for (let e = 1; e !=
|
|
3248
|
+
for (let e = 1; e != -2147483648; e = (e << 1)) {
|
|
3249
3249
|
if ((a & e) == 0) {
|
|
3250
3250
|
continue;
|
|
3251
3251
|
}
|
|
@@ -4210,8 +4210,8 @@ export let ExcelUtils = /*@__PURE__*/ (() => {
|
|
|
4210
4210
|
}
|
|
4211
4211
|
try {
|
|
4212
4212
|
let t = new TempCellCalcReference(true, b, new WorksheetCellAddress(1, c, d));
|
|
4213
|
-
l.
|
|
4214
|
-
let u = l.
|
|
4213
|
+
l._cz(t, k);
|
|
4214
|
+
let u = l._cg(k, t, false);
|
|
4215
4215
|
let v = typeCast(RefBase.$, u.toReference());
|
|
4216
4216
|
if (v != null) {
|
|
4217
4217
|
let w = v._am();
|
|
@@ -4357,14 +4357,14 @@ export let ExcelUtils = /*@__PURE__*/ (() => {
|
|
|
4357
4357
|
}
|
|
4358
4358
|
}
|
|
4359
4359
|
static d1(a, b, c, d, e, f) {
|
|
4360
|
-
let g = a._b4(b, c).
|
|
4360
|
+
let g = a._b4(b, c)._df(f);
|
|
4361
4361
|
if (0 <= e && WorksheetCellFormatData._cf(f, g)) {
|
|
4362
|
-
g = a._b4(d, e).
|
|
4362
|
+
g = a._b4(d, e)._df(ExcelUtils.n(f));
|
|
4363
4363
|
}
|
|
4364
4364
|
return g;
|
|
4365
4365
|
}
|
|
4366
4366
|
static d2(a, b, c) {
|
|
4367
|
-
let d = WorksheetCellFormatData.
|
|
4367
|
+
let d = WorksheetCellFormatData._da(c);
|
|
4368
4368
|
if (a != null && a._hasCellFormat) {
|
|
4369
4369
|
d = a._cellFormatInternal._aj(c);
|
|
4370
4370
|
}
|
|
@@ -4657,7 +4657,7 @@ export let ExcelUtils = /*@__PURE__*/ (() => {
|
|
|
4657
4657
|
let h = ExcelUtils.l(g);
|
|
4658
4658
|
let i = b._aj(h);
|
|
4659
4659
|
if (WorksheetCellFormatData._cf(h, i) == false && a._aa(f)) {
|
|
4660
|
-
a.
|
|
4660
|
+
a._bm(f, i, true, e);
|
|
4661
4661
|
}
|
|
4662
4662
|
if (Base.equalsStatic(b._aj(g), d) == false) {
|
|
4663
4663
|
b._as(g, 1);
|
|
@@ -7422,7 +7422,7 @@ export let Workbook = /*@__PURE__*/ (() => {
|
|
|
7422
7422
|
continue;
|
|
7423
7423
|
}
|
|
7424
7424
|
let r = q._formula;
|
|
7425
|
-
if (r != null && r.
|
|
7425
|
+
if (r != null && r._cl) {
|
|
7426
7426
|
a(e, r._i);
|
|
7427
7427
|
}
|
|
7428
7428
|
}
|
|
@@ -9568,7 +9568,7 @@ export let Workbook = /*@__PURE__*/ (() => {
|
|
|
9568
9568
|
let c = this._styles$i.normalStyle._i;
|
|
9569
9569
|
let d = b._g(c, "0", toNullable(Size.$, null), false, false);
|
|
9570
9570
|
let e;
|
|
9571
|
-
if (((() => { let f = Workbook._d4.tryGetValue(c.
|
|
9571
|
+
if (((() => { let f = Workbook._d4.tryGetValue(c._dh, e); e = f.p1; return f.ret; })())) {
|
|
9572
9572
|
let f = (c._cq / 20);
|
|
9573
9573
|
let g;
|
|
9574
9574
|
if (((() => { let h = e._d(f, g); g = h.p1; return h.ret; })())) {
|
|
@@ -10170,25 +10170,26 @@ export let WorksheetCellFormatData = /*@__PURE__*/ (() => {
|
|
|
10170
10170
|
this._bc = null;
|
|
10171
10171
|
this._ai = 0;
|
|
10172
10172
|
this._cz = toNullable(Boolean_$type, null);
|
|
10173
|
+
this._c0 = toNullable(Boolean_$type, null);
|
|
10173
10174
|
this._av = 0;
|
|
10174
10175
|
this._bd = null;
|
|
10175
10176
|
this._aj = 0;
|
|
10176
10177
|
this._ck = 0;
|
|
10177
|
-
this.
|
|
10178
|
+
this._c1 = toNullable(Boolean_$type, null);
|
|
10178
10179
|
this._bq = null;
|
|
10179
10180
|
this._be = null;
|
|
10180
10181
|
this._ak = 0;
|
|
10181
10182
|
this._b0 = 0;
|
|
10182
10183
|
this._b2 = null;
|
|
10183
10184
|
this._a7 = 0;
|
|
10184
|
-
this.
|
|
10185
|
+
this._c2 = toNullable(Boolean_$type, null);
|
|
10185
10186
|
this._cy = toNullable(Boolean_$type, null);
|
|
10186
10187
|
this._b0 = b;
|
|
10187
|
-
this.
|
|
10188
|
+
this._dt(63);
|
|
10188
10189
|
}
|
|
10189
10190
|
resolveDefaults(a) {
|
|
10190
10191
|
if (nullableEquals(a._bold$i, null)) {
|
|
10191
|
-
a._bold$i = this.
|
|
10192
|
+
a._bold$i = this._c3;
|
|
10192
10193
|
}
|
|
10193
10194
|
if (WorkbookColorInfo.l_op_Equality(a.colorInfo, null)) {
|
|
10194
10195
|
a.colorInfo = this._bh;
|
|
@@ -10198,13 +10199,13 @@ export let WorksheetCellFormatData = /*@__PURE__*/ (() => {
|
|
|
10198
10199
|
a.height = this._cq;
|
|
10199
10200
|
}
|
|
10200
10201
|
if (nullableEquals(a._italic$i, null)) {
|
|
10201
|
-
a._italic$i = this.
|
|
10202
|
+
a._italic$i = this._c4;
|
|
10202
10203
|
}
|
|
10203
10204
|
if (a.name == null) {
|
|
10204
|
-
a.name = this.
|
|
10205
|
+
a.name = this._dh;
|
|
10205
10206
|
}
|
|
10206
10207
|
if (nullableEquals(a._strikeout$i, null)) {
|
|
10207
|
-
a._strikeout$i = this.
|
|
10208
|
+
a._strikeout$i = this._c5;
|
|
10208
10209
|
}
|
|
10209
10210
|
if (a.superscriptSubscriptStyle == -1) {
|
|
10210
10211
|
a.superscriptSubscriptStyle = this._a0;
|
|
@@ -10241,17 +10242,18 @@ export let WorksheetCellFormatData = /*@__PURE__*/ (() => {
|
|
|
10241
10242
|
c._bc = b ? ExcelUtils.ai(this._bc, this.v) : this._bc;
|
|
10242
10243
|
c._ai = this._ai;
|
|
10243
10244
|
c._cz = this._cz;
|
|
10245
|
+
c._c0 = this._c0;
|
|
10244
10246
|
c._av = this._av;
|
|
10245
10247
|
c._bd = b ? ExcelUtils.ai(this._bd, this.v) : this._bd;
|
|
10246
10248
|
c._aj = this._aj;
|
|
10247
10249
|
c._ck = this._ck;
|
|
10248
|
-
c.
|
|
10250
|
+
c._c1 = this._c1;
|
|
10249
10251
|
c._be = b ? ExcelUtils.ai(this._be, this.v) : this._be;
|
|
10250
10252
|
c._ak = this._ak;
|
|
10251
10253
|
c._b0 = this._b0;
|
|
10252
10254
|
c._b2 = this._b2;
|
|
10253
10255
|
c._a7 = this._a7;
|
|
10254
|
-
c.
|
|
10256
|
+
c._c2 = this._c2;
|
|
10255
10257
|
if (this._bt != null) {
|
|
10256
10258
|
c._bt = this._bt._bv(a, b);
|
|
10257
10259
|
}
|
|
@@ -10309,9 +10311,9 @@ export let WorksheetCellFormatData = /*@__PURE__*/ (() => {
|
|
|
10309
10311
|
a ^= this._bo.d.getHashCode() << 1;
|
|
10310
10312
|
}
|
|
10311
10313
|
a ^= this._ci << 2;
|
|
10312
|
-
a ^= ExcelUtils.dm(this.
|
|
10313
|
-
a ^= ExcelUtils.dm(this.
|
|
10314
|
-
a ^= ExcelUtils.dm(this.
|
|
10314
|
+
a ^= ExcelUtils.dm(this._c0) << 3;
|
|
10315
|
+
a ^= ExcelUtils.dm(this._c2) << 4;
|
|
10316
|
+
a ^= ExcelUtils.dm(this._c1) << 5;
|
|
10315
10317
|
a ^= this._a3 << 6;
|
|
10316
10318
|
a ^= this._a7 << 7;
|
|
10317
10319
|
a ^= this._ck << 8;
|
|
@@ -10344,6 +10346,7 @@ export let WorksheetCellFormatData = /*@__PURE__*/ (() => {
|
|
|
10344
10346
|
if (this._b4 == true) {
|
|
10345
10347
|
a ^= 1 << 23;
|
|
10346
10348
|
}
|
|
10349
|
+
a ^= ExcelUtils.dm(this._cz) << 24;
|
|
10347
10350
|
if (this._bq != null) {
|
|
10348
10351
|
a ^= Base.getHashCodeStatic(this._bq);
|
|
10349
10352
|
}
|
|
@@ -10365,10 +10368,13 @@ export let WorksheetCellFormatData = /*@__PURE__*/ (() => {
|
|
|
10365
10368
|
if (nullableNotEquals(this._cz, b._cz)) {
|
|
10366
10369
|
return false;
|
|
10367
10370
|
}
|
|
10368
|
-
if (nullableNotEquals(this.
|
|
10371
|
+
if (nullableNotEquals(this._c0, b._c0)) {
|
|
10369
10372
|
return false;
|
|
10370
10373
|
}
|
|
10371
|
-
if (nullableNotEquals(this.
|
|
10374
|
+
if (nullableNotEquals(this._c2, b._c2)) {
|
|
10375
|
+
return false;
|
|
10376
|
+
}
|
|
10377
|
+
if (nullableNotEquals(this._c1, b._c1)) {
|
|
10372
10378
|
return false;
|
|
10373
10379
|
}
|
|
10374
10380
|
if (this._a3 != b._a3) {
|
|
@@ -10498,31 +10504,33 @@ export let WorksheetCellFormatData = /*@__PURE__*/ (() => {
|
|
|
10498
10504
|
this._bc = b._bc;
|
|
10499
10505
|
this._ai = b._ai;
|
|
10500
10506
|
this._cz = b._cz;
|
|
10507
|
+
this._c0 = b._c0;
|
|
10501
10508
|
this._bd = b._bd;
|
|
10502
10509
|
this._aj = b._aj;
|
|
10503
10510
|
this._ck = b._ck;
|
|
10504
|
-
this.
|
|
10511
|
+
this._c1 = b._c1;
|
|
10505
10512
|
if (this._b1 != 1) {
|
|
10506
10513
|
this._bq = b._bq;
|
|
10507
10514
|
}
|
|
10508
10515
|
this._be = b._be;
|
|
10509
10516
|
this._ak = b._ak;
|
|
10510
10517
|
this._a7 = b._a7;
|
|
10511
|
-
this.
|
|
10518
|
+
this._c2 = b._c2;
|
|
10512
10519
|
this._cx = ExcelUtils.du;
|
|
10513
10520
|
this._cy = ExcelUtils.ds;
|
|
10514
|
-
this.
|
|
10515
|
-
this.
|
|
10516
|
-
this.
|
|
10517
|
-
this.
|
|
10518
|
-
this.
|
|
10519
|
-
this.
|
|
10520
|
-
this.
|
|
10521
|
+
this._ds(2);
|
|
10522
|
+
this._ds(8);
|
|
10523
|
+
this._ds(16);
|
|
10524
|
+
this._ds(4);
|
|
10525
|
+
this._ds(1);
|
|
10526
|
+
this._ds(32);
|
|
10527
|
+
this._dq(c);
|
|
10521
10528
|
}
|
|
10522
10529
|
else {
|
|
10523
10530
|
this._bo.setFontFormatting(a.font);
|
|
10524
10531
|
this.formatString = a.formatString;
|
|
10525
10532
|
this._locked$i = a._locked$i;
|
|
10533
|
+
this._hidden$i = a._hidden$i;
|
|
10526
10534
|
this._wrapText$i = a._wrapText$i;
|
|
10527
10535
|
this._shrinkToFit$i = a._shrinkToFit$i;
|
|
10528
10536
|
this.alignment = a.alignment;
|
|
@@ -10547,7 +10555,7 @@ export let WorksheetCellFormatData = /*@__PURE__*/ (() => {
|
|
|
10547
10555
|
this.formatOptions = a.formatOptions;
|
|
10548
10556
|
}
|
|
10549
10557
|
}
|
|
10550
|
-
|
|
10558
|
+
_dj(a, b) {
|
|
10551
10559
|
if (this._b1 == 1) {
|
|
10552
10560
|
return;
|
|
10553
10561
|
}
|
|
@@ -10568,9 +10576,9 @@ export let WorksheetCellFormatData = /*@__PURE__*/ (() => {
|
|
|
10568
10576
|
this._bt._a3 = b._a3;
|
|
10569
10577
|
this._bt._cj = b._cj;
|
|
10570
10578
|
this._bt._ck = b._ck;
|
|
10571
|
-
this._bt._c0 = b._c0;
|
|
10572
|
-
this._bt._a7 = b._a7;
|
|
10573
10579
|
this._bt._c1 = b._c1;
|
|
10580
|
+
this._bt._a7 = b._a7;
|
|
10581
|
+
this._bt._c2 = b._c2;
|
|
10574
10582
|
}
|
|
10575
10583
|
this._bt.formatOptions |= 2;
|
|
10576
10584
|
}
|
|
@@ -10605,19 +10613,20 @@ export let WorksheetCellFormatData = /*@__PURE__*/ (() => {
|
|
|
10605
10613
|
if (ExcelUtils.by(a, 32)) {
|
|
10606
10614
|
if (ExcelUtils.by(b.formatOptions, 32)) {
|
|
10607
10615
|
this._bt._cz = b._cz;
|
|
10616
|
+
this._bt._c0 = b._c0;
|
|
10608
10617
|
}
|
|
10609
10618
|
this._bt.formatOptions |= 32;
|
|
10610
10619
|
}
|
|
10611
10620
|
this.formatOptions |= a;
|
|
10612
10621
|
}
|
|
10613
|
-
|
|
10622
|
+
_dm() {
|
|
10614
10623
|
if (typeCast(GenericCachedCollection$1.$.specialize(WorksheetCellFormatData.$), this.t) !== null) {
|
|
10615
10624
|
return;
|
|
10616
10625
|
}
|
|
10617
10626
|
this.x = true;
|
|
10618
10627
|
this._bp.d._ay();
|
|
10619
10628
|
}
|
|
10620
|
-
static
|
|
10629
|
+
static _da(a) {
|
|
10621
10630
|
switch (a) {
|
|
10622
10631
|
case 1: return KnownBoxes.ax;
|
|
10623
10632
|
case 2:
|
|
@@ -10639,6 +10648,7 @@ export let WorksheetCellFormatData = /*@__PURE__*/ (() => {
|
|
|
10639
10648
|
case 1024:
|
|
10640
10649
|
case 4096:
|
|
10641
10650
|
case 1048576:
|
|
10651
|
+
case 1073741824:
|
|
10642
10652
|
case 16777216:
|
|
10643
10653
|
case 536870912: return KnownBoxes.y;
|
|
10644
10654
|
case 512:
|
|
@@ -10705,13 +10715,13 @@ export let WorksheetCellFormatData = /*@__PURE__*/ (() => {
|
|
|
10705
10715
|
}
|
|
10706
10716
|
return a._av;
|
|
10707
10717
|
}
|
|
10708
|
-
|
|
10718
|
+
_dc(a, b = null) {
|
|
10709
10719
|
let c;
|
|
10710
|
-
let d = ((() => { let e = this.
|
|
10711
|
-
if (c == false && b != null && ExcelUtils.a3(a) && Base.equalsStatic(d, WorksheetCellFormatData.
|
|
10720
|
+
let d = ((() => { let e = this._dd(a, b, c); c = e.p2; return e.ret; })());
|
|
10721
|
+
if (c == false && b != null && ExcelUtils.a3(a) && Base.equalsStatic(d, WorksheetCellFormatData._de(a))) {
|
|
10712
10722
|
let e = ExcelUtils.l(a);
|
|
10713
|
-
let f = this.
|
|
10714
|
-
if (WorksheetCellFormatData._cf(e, f) || Base.equalsStatic(f, WorksheetCellFormatData.
|
|
10723
|
+
let f = this._df(e);
|
|
10724
|
+
if (WorksheetCellFormatData._cf(e, f) || Base.equalsStatic(f, WorksheetCellFormatData._de(e))) {
|
|
10715
10725
|
let g;
|
|
10716
10726
|
if (((() => { let h = b(a, g); g = h.p1; return h.ret; })())) {
|
|
10717
10727
|
return g;
|
|
@@ -10720,9 +10730,9 @@ export let WorksheetCellFormatData = /*@__PURE__*/ (() => {
|
|
|
10720
10730
|
}
|
|
10721
10731
|
return d;
|
|
10722
10732
|
}
|
|
10723
|
-
|
|
10733
|
+
_dd(a, b, c) {
|
|
10724
10734
|
c = false;
|
|
10725
|
-
let d = this.
|
|
10735
|
+
let d = this._df(a);
|
|
10726
10736
|
if (WorksheetCellFormatData._cf(a, d) == false) {
|
|
10727
10737
|
return {
|
|
10728
10738
|
ret: d,
|
|
@@ -10746,15 +10756,15 @@ export let WorksheetCellFormatData = /*@__PURE__*/ (() => {
|
|
|
10746
10756
|
}
|
|
10747
10757
|
}
|
|
10748
10758
|
let f;
|
|
10749
|
-
d = ((() => { let g = this.
|
|
10759
|
+
d = ((() => { let g = this._db(a, f); f = g.p1; return g.ret; })());
|
|
10750
10760
|
if (f && this._b1 != 1) {
|
|
10751
10761
|
if (ExcelUtils.by(this.formatOptions, e)) {
|
|
10752
10762
|
if (this._bt != null) {
|
|
10753
|
-
d = this._bt.
|
|
10763
|
+
d = this._bt._dc(a);
|
|
10754
10764
|
}
|
|
10755
10765
|
}
|
|
10756
10766
|
else if (this.style != null) {
|
|
10757
|
-
d = this.style._i.
|
|
10767
|
+
d = this.style._i._dc(a);
|
|
10758
10768
|
}
|
|
10759
10769
|
}
|
|
10760
10770
|
return {
|
|
@@ -10762,7 +10772,7 @@ export let WorksheetCellFormatData = /*@__PURE__*/ (() => {
|
|
|
10762
10772
|
p2: c
|
|
10763
10773
|
};
|
|
10764
10774
|
}
|
|
10765
|
-
|
|
10775
|
+
_df(a) {
|
|
10766
10776
|
switch (a) {
|
|
10767
10777
|
case 1: return KnownBoxes.ap(this.alignment);
|
|
10768
10778
|
case 2: return this.bottomBorderColorInfo;
|
|
@@ -10783,6 +10793,7 @@ export let WorksheetCellFormatData = /*@__PURE__*/ (() => {
|
|
|
10783
10793
|
case 131072: return KnownBoxes.at(this.indent);
|
|
10784
10794
|
case 262144: return this.leftBorderColorInfo;
|
|
10785
10795
|
case 524288: return KnownBoxes.al(this.leftBorderStyle);
|
|
10796
|
+
case 1073741824: return KnownBoxes.au(this._hidden$i);
|
|
10786
10797
|
case 1048576: return KnownBoxes.au(this._locked$i);
|
|
10787
10798
|
case 2097152: return this.rightBorderColorInfo;
|
|
10788
10799
|
case 4194304: return KnownBoxes.al(this.rightBorderStyle);
|
|
@@ -10799,11 +10810,11 @@ export let WorksheetCellFormatData = /*@__PURE__*/ (() => {
|
|
|
10799
10810
|
}
|
|
10800
10811
|
_cg() {
|
|
10801
10812
|
let a = new List$1(ExtProp.$, 0);
|
|
10802
|
-
this.
|
|
10803
|
-
this.
|
|
10804
|
-
this.
|
|
10805
|
-
this.
|
|
10806
|
-
this.
|
|
10813
|
+
this._dy(this._bf, 8, a);
|
|
10814
|
+
this._dy(this._bg, 11, a);
|
|
10815
|
+
this._dy(this._bk, 9, a);
|
|
10816
|
+
this._dy(this._bl, 10, a);
|
|
10817
|
+
this._dy(this._bm, 7, a);
|
|
10807
10818
|
let b = this._bn(this._bh);
|
|
10808
10819
|
if (WorkbookColorInfo.l_op_Inequality(b, null)) {
|
|
10809
10820
|
a.add(new ExtPropColor(b, 13));
|
|
@@ -10925,6 +10936,9 @@ export let WorksheetCellFormatData = /*@__PURE__*/ (() => {
|
|
|
10925
10936
|
if (nullableNotEquals(this._locked$i, null)) {
|
|
10926
10937
|
b.add(new XFPropBool(1, 43, this._locked$i));
|
|
10927
10938
|
}
|
|
10939
|
+
if (nullableNotEquals(this._hidden$i, null)) {
|
|
10940
|
+
b.add(new XFPropBool(1, 44, this._hidden$i));
|
|
10941
|
+
}
|
|
10928
10942
|
}
|
|
10929
10943
|
}
|
|
10930
10944
|
return b;
|
|
@@ -10936,24 +10950,24 @@ export let WorksheetCellFormatData = /*@__PURE__*/ (() => {
|
|
|
10936
10950
|
if (a == 32768) {
|
|
10937
10951
|
return false;
|
|
10938
10952
|
}
|
|
10939
|
-
return Base.equalsStatic(b, WorksheetCellFormatData.
|
|
10953
|
+
return Base.equalsStatic(b, WorksheetCellFormatData._da(a));
|
|
10940
10954
|
}
|
|
10941
|
-
|
|
10942
|
-
if (this.
|
|
10955
|
+
_dp() {
|
|
10956
|
+
if (this._dh == "Calibri") {
|
|
10943
10957
|
this._a5 = 2;
|
|
10944
10958
|
}
|
|
10945
|
-
else if (this.
|
|
10959
|
+
else if (this._dh == "Cambria") {
|
|
10946
10960
|
this._a5 = 1;
|
|
10947
10961
|
}
|
|
10948
10962
|
else {
|
|
10949
10963
|
this._a5 = 255;
|
|
10950
10964
|
}
|
|
10951
|
-
this.
|
|
10965
|
+
this._ds(4);
|
|
10952
10966
|
}
|
|
10953
|
-
|
|
10954
|
-
this.
|
|
10967
|
+
_du(a) {
|
|
10968
|
+
this._dx(a, WorksheetCellFormatData._da(a));
|
|
10955
10969
|
}
|
|
10956
|
-
|
|
10970
|
+
_dx(a, b) {
|
|
10957
10971
|
switch (a) {
|
|
10958
10972
|
case 1:
|
|
10959
10973
|
this.alignment = EnumUtil.getEnumValue(HorizontalCellAlignment_$type, b);
|
|
@@ -11012,6 +11026,9 @@ export let WorksheetCellFormatData = /*@__PURE__*/ (() => {
|
|
|
11012
11026
|
case 524288:
|
|
11013
11027
|
this.leftBorderStyle = EnumUtil.getEnumValue(CellBorderLineStyle_$type, b);
|
|
11014
11028
|
break;
|
|
11029
|
+
case 1073741824:
|
|
11030
|
+
this._hidden$i = wrapNullable(Boolean_$type, b);
|
|
11031
|
+
break;
|
|
11015
11032
|
case 1048576:
|
|
11016
11033
|
this._locked$i = wrapNullable(Boolean_$type, b);
|
|
11017
11034
|
break;
|
|
@@ -11048,7 +11065,7 @@ export let WorksheetCellFormatData = /*@__PURE__*/ (() => {
|
|
|
11048
11065
|
default: break;
|
|
11049
11066
|
}
|
|
11050
11067
|
}
|
|
11051
|
-
|
|
11068
|
+
_dy(a, b, c) {
|
|
11052
11069
|
if (WorkbookColorInfo.l_op_Equality(a, null)) {
|
|
11053
11070
|
return;
|
|
11054
11071
|
}
|
|
@@ -11076,7 +11093,7 @@ export let WorksheetCellFormatData = /*@__PURE__*/ (() => {
|
|
|
11076
11093
|
c.add(new ExtPropColor(a, b));
|
|
11077
11094
|
}
|
|
11078
11095
|
}
|
|
11079
|
-
|
|
11096
|
+
_dz(a, b, c) {
|
|
11080
11097
|
if (WorkbookColorInfo.l_op_Equality(a, null)) {
|
|
11081
11098
|
return;
|
|
11082
11099
|
}
|
|
@@ -11094,7 +11111,7 @@ export let WorksheetCellFormatData = /*@__PURE__*/ (() => {
|
|
|
11094
11111
|
c.add(new XFPropColor(b, a));
|
|
11095
11112
|
}
|
|
11096
11113
|
}
|
|
11097
|
-
static
|
|
11114
|
+
static _dk(a) {
|
|
11098
11115
|
if (WorkbookColorInfo.l_op_Equality(a, null)) {
|
|
11099
11116
|
return {
|
|
11100
11117
|
p0: a
|
|
@@ -11115,21 +11132,21 @@ export let WorksheetCellFormatData = /*@__PURE__*/ (() => {
|
|
|
11115
11132
|
}
|
|
11116
11133
|
_bx(a) {
|
|
11117
11134
|
let b = 0;
|
|
11118
|
-
let c = this.
|
|
11135
|
+
let c = this._dl(a, 2, b);
|
|
11119
11136
|
b = c.p2;
|
|
11120
|
-
let d = this.
|
|
11137
|
+
let d = this._dl(a, 8, b);
|
|
11121
11138
|
b = d.p2;
|
|
11122
|
-
let e = this.
|
|
11139
|
+
let e = this._dl(a, 16, b);
|
|
11123
11140
|
b = e.p2;
|
|
11124
|
-
let f = this.
|
|
11141
|
+
let f = this._dl(a, 4, b);
|
|
11125
11142
|
b = f.p2;
|
|
11126
|
-
let g = this.
|
|
11143
|
+
let g = this._dl(a, 1, b);
|
|
11127
11144
|
b = g.p2;
|
|
11128
|
-
let h = this.
|
|
11145
|
+
let h = this._dl(a, 32, b);
|
|
11129
11146
|
b = h.p2;
|
|
11130
11147
|
return b;
|
|
11131
11148
|
}
|
|
11132
|
-
|
|
11149
|
+
_dl(a, b, c) {
|
|
11133
11150
|
if (ExcelUtils.by(a, b)) {
|
|
11134
11151
|
if (this._cb(b) == false) {
|
|
11135
11152
|
c |= b;
|
|
@@ -11160,7 +11177,8 @@ export let WorksheetCellFormatData = /*@__PURE__*/ (() => {
|
|
|
11160
11177
|
case 67108864:
|
|
11161
11178
|
case 134217728: return 8;
|
|
11162
11179
|
case 65536: return 1;
|
|
11163
|
-
case 1048576:
|
|
11180
|
+
case 1048576:
|
|
11181
|
+
case 1073741824: return 32;
|
|
11164
11182
|
case 128:
|
|
11165
11183
|
case 256:
|
|
11166
11184
|
case 512:
|
|
@@ -11176,16 +11194,16 @@ export let WorksheetCellFormatData = /*@__PURE__*/ (() => {
|
|
|
11176
11194
|
}
|
|
11177
11195
|
static _at(a) {
|
|
11178
11196
|
switch (a) {
|
|
11179
|
-
case 1: return
|
|
11197
|
+
case 1: return -2147418112;
|
|
11180
11198
|
case 2: return 830603265;
|
|
11181
11199
|
case 4: return 32640;
|
|
11182
11200
|
case 8: return 208404542;
|
|
11183
|
-
case 16: return
|
|
11201
|
+
case 16: return -2147483584;
|
|
11184
11202
|
case 32: return 1074790400;
|
|
11185
11203
|
default: return 0;
|
|
11186
11204
|
}
|
|
11187
11205
|
}
|
|
11188
|
-
|
|
11206
|
+
_dn(a, b, c, d) {
|
|
11189
11207
|
let e = ExcelUtils.by(a, b);
|
|
11190
11208
|
let f = ExcelUtils.by(this.formatOptions, b);
|
|
11191
11209
|
if (e != f) {
|
|
@@ -11201,7 +11219,7 @@ export let WorksheetCellFormatData = /*@__PURE__*/ (() => {
|
|
|
11201
11219
|
p3: d
|
|
11202
11220
|
};
|
|
11203
11221
|
}
|
|
11204
|
-
|
|
11222
|
+
_db(a, b) {
|
|
11205
11223
|
b = true;
|
|
11206
11224
|
switch (a) {
|
|
11207
11225
|
case 32:
|
|
@@ -11219,7 +11237,7 @@ export let WorksheetCellFormatData = /*@__PURE__*/ (() => {
|
|
|
11219
11237
|
case 524288:
|
|
11220
11238
|
case 4194304:
|
|
11221
11239
|
case 134217728:
|
|
11222
|
-
let e = this.
|
|
11240
|
+
let e = this._df(ExcelUtils.l(a));
|
|
11223
11241
|
if (WorkbookColorInfo.l_op_Inequality(e, null)) {
|
|
11224
11242
|
b = false;
|
|
11225
11243
|
return {
|
|
@@ -11230,11 +11248,11 @@ export let WorksheetCellFormatData = /*@__PURE__*/ (() => {
|
|
|
11230
11248
|
break;
|
|
11231
11249
|
}
|
|
11232
11250
|
return {
|
|
11233
|
-
ret: WorksheetCellFormatData.
|
|
11251
|
+
ret: WorksheetCellFormatData._de(a),
|
|
11234
11252
|
p1: b
|
|
11235
11253
|
};
|
|
11236
11254
|
}
|
|
11237
|
-
static
|
|
11255
|
+
static _de(a) {
|
|
11238
11256
|
switch (a) {
|
|
11239
11257
|
case 1: return KnownBoxes.a0;
|
|
11240
11258
|
case 2:
|
|
@@ -11262,6 +11280,7 @@ export let WorksheetCellFormatData = /*@__PURE__*/ (() => {
|
|
|
11262
11280
|
case 65536: return "General";
|
|
11263
11281
|
case 131072:
|
|
11264
11282
|
case 8388608: return KnownBoxes.a5;
|
|
11283
|
+
case 1073741824: return KnownBoxes.z;
|
|
11265
11284
|
case 1048576: return KnownBoxes.aa;
|
|
11266
11285
|
case 268435456: return KnownBoxes.bd;
|
|
11267
11286
|
case 33554432:
|
|
@@ -11271,40 +11290,40 @@ export let WorksheetCellFormatData = /*@__PURE__*/ (() => {
|
|
|
11271
11290
|
}
|
|
11272
11291
|
_cb(a) {
|
|
11273
11292
|
let b = WorksheetCellFormatData._at(a);
|
|
11274
|
-
for (let c = 1; c !=
|
|
11293
|
+
for (let c = 1; c != -2147483648; c = (c << 1)) {
|
|
11275
11294
|
if ((b & c) == 0) {
|
|
11276
11295
|
continue;
|
|
11277
11296
|
}
|
|
11278
|
-
if (Base.equalsStatic(this.
|
|
11297
|
+
if (Base.equalsStatic(this._dc(c), WorksheetCellFormatData._de(c)) == false) {
|
|
11279
11298
|
return false;
|
|
11280
11299
|
}
|
|
11281
11300
|
}
|
|
11282
11301
|
return true;
|
|
11283
11302
|
}
|
|
11284
|
-
|
|
11285
|
-
this.
|
|
11303
|
+
_dr(a) {
|
|
11304
|
+
this._ds(WorksheetCellFormatData._by(a));
|
|
11286
11305
|
}
|
|
11287
|
-
|
|
11306
|
+
_ds(a) {
|
|
11288
11307
|
this._cx = ExcelUtils.du;
|
|
11289
11308
|
this._cy = ExcelUtils.ds;
|
|
11290
11309
|
switch (a) {
|
|
11291
11310
|
case 1:
|
|
11292
|
-
this.
|
|
11311
|
+
this._d3();
|
|
11293
11312
|
break;
|
|
11294
11313
|
case 2:
|
|
11295
|
-
this.
|
|
11314
|
+
this._d0();
|
|
11296
11315
|
break;
|
|
11297
11316
|
case 4:
|
|
11298
|
-
this.
|
|
11317
|
+
this._d2();
|
|
11299
11318
|
break;
|
|
11300
11319
|
case 8:
|
|
11301
|
-
this.
|
|
11320
|
+
this._d1();
|
|
11302
11321
|
break;
|
|
11303
11322
|
case 16:
|
|
11304
|
-
this.
|
|
11323
|
+
this._d4();
|
|
11305
11324
|
break;
|
|
11306
11325
|
case 32:
|
|
11307
|
-
this.
|
|
11326
|
+
this._d5();
|
|
11308
11327
|
break;
|
|
11309
11328
|
default: break;
|
|
11310
11329
|
}
|
|
@@ -11312,7 +11331,7 @@ export let WorksheetCellFormatData = /*@__PURE__*/ (() => {
|
|
|
11312
11331
|
this._b2(a);
|
|
11313
11332
|
}
|
|
11314
11333
|
}
|
|
11315
|
-
|
|
11334
|
+
_dt(a) {
|
|
11316
11335
|
if (a == 0) {
|
|
11317
11336
|
return;
|
|
11318
11337
|
}
|
|
@@ -11326,8 +11345,8 @@ export let WorksheetCellFormatData = /*@__PURE__*/ (() => {
|
|
|
11326
11345
|
this._a3 = -1;
|
|
11327
11346
|
this._cj = -1;
|
|
11328
11347
|
this._ck = -1;
|
|
11329
|
-
this._c0 = ExcelUtils.ds;
|
|
11330
11348
|
this._c1 = ExcelUtils.ds;
|
|
11349
|
+
this._c2 = ExcelUtils.ds;
|
|
11331
11350
|
this._a7 = -1;
|
|
11332
11351
|
if (this._b2 != null) {
|
|
11333
11352
|
this._b2(2);
|
|
@@ -11368,6 +11387,7 @@ export let WorksheetCellFormatData = /*@__PURE__*/ (() => {
|
|
|
11368
11387
|
}
|
|
11369
11388
|
if (ExcelUtils.by(a, 32)) {
|
|
11370
11389
|
this._cz = ExcelUtils.ds;
|
|
11390
|
+
this._c0 = ExcelUtils.ds;
|
|
11371
11391
|
if (this._b2 != null) {
|
|
11372
11392
|
this._b2(32);
|
|
11373
11393
|
}
|
|
@@ -11381,37 +11401,37 @@ export let WorksheetCellFormatData = /*@__PURE__*/ (() => {
|
|
|
11381
11401
|
}
|
|
11382
11402
|
}
|
|
11383
11403
|
}
|
|
11384
|
-
|
|
11404
|
+
_d0() {
|
|
11385
11405
|
let a = this.alignment != -1 || this.indent != -1 || this.rotation != -1 || nullableNotEquals(this._shrinkToFit$i, null) || this.verticalAlignment != -1 || nullableNotEquals(this._wrapText$i, null);
|
|
11386
11406
|
if (a) {
|
|
11387
11407
|
this.formatOptions |= 2;
|
|
11388
11408
|
}
|
|
11389
11409
|
}
|
|
11390
|
-
|
|
11410
|
+
_d1() {
|
|
11391
11411
|
if (this._cc()) {
|
|
11392
11412
|
this.formatOptions |= 8;
|
|
11393
11413
|
}
|
|
11394
11414
|
}
|
|
11395
|
-
|
|
11415
|
+
_d2() {
|
|
11396
11416
|
let a = (this._bp.d._am == false);
|
|
11397
11417
|
if (a) {
|
|
11398
11418
|
this.formatOptions |= 4;
|
|
11399
11419
|
}
|
|
11400
11420
|
}
|
|
11401
|
-
|
|
11421
|
+
_d3() {
|
|
11402
11422
|
let a = this.formatString != null;
|
|
11403
11423
|
if (a) {
|
|
11404
11424
|
this.formatOptions |= 1;
|
|
11405
11425
|
}
|
|
11406
11426
|
}
|
|
11407
|
-
|
|
11427
|
+
_d4() {
|
|
11408
11428
|
let a = this.fill != null;
|
|
11409
11429
|
if (a) {
|
|
11410
11430
|
this.formatOptions |= 16;
|
|
11411
11431
|
}
|
|
11412
11432
|
}
|
|
11413
|
-
|
|
11414
|
-
let a = nullableNotEquals(this._locked$i, null);
|
|
11433
|
+
_d5() {
|
|
11434
|
+
let a = nullableNotEquals(this._locked$i, null) || nullableNotEquals(this._hidden$i, null);
|
|
11415
11435
|
if (a) {
|
|
11416
11436
|
this.formatOptions |= 32;
|
|
11417
11437
|
}
|
|
@@ -11441,7 +11461,7 @@ export let WorksheetCellFormatData = /*@__PURE__*/ (() => {
|
|
|
11441
11461
|
if (this._a3 != 7) {
|
|
11442
11462
|
this._b6 = false;
|
|
11443
11463
|
}
|
|
11444
|
-
this.
|
|
11464
|
+
this._dr(1);
|
|
11445
11465
|
}
|
|
11446
11466
|
get bottomBorderColorInfo() {
|
|
11447
11467
|
return this._ba;
|
|
@@ -11451,10 +11471,10 @@ export let WorksheetCellFormatData = /*@__PURE__*/ (() => {
|
|
|
11451
11471
|
if (WorkbookColorInfo.l_op_Equality(this.bottomBorderColorInfo, a)) {
|
|
11452
11472
|
return;
|
|
11453
11473
|
}
|
|
11454
|
-
let b = WorksheetCellFormatData.
|
|
11474
|
+
let b = WorksheetCellFormatData._dk(a);
|
|
11455
11475
|
a = b.p0;
|
|
11456
11476
|
this._ba = a;
|
|
11457
|
-
this.
|
|
11477
|
+
this._dr(2);
|
|
11458
11478
|
}
|
|
11459
11479
|
get bottomBorderStyle() {
|
|
11460
11480
|
return this._ag;
|
|
@@ -11468,7 +11488,7 @@ export let WorksheetCellFormatData = /*@__PURE__*/ (() => {
|
|
|
11468
11488
|
throw new InvalidEnumArgumentException("value", a, CellBorderLineStyle_$type);
|
|
11469
11489
|
}
|
|
11470
11490
|
this._ag = a;
|
|
11471
|
-
this.
|
|
11491
|
+
this._dr(4);
|
|
11472
11492
|
}
|
|
11473
11493
|
get diagonalBorderColorInfo() {
|
|
11474
11494
|
return this._bb;
|
|
@@ -11478,10 +11498,10 @@ export let WorksheetCellFormatData = /*@__PURE__*/ (() => {
|
|
|
11478
11498
|
if (WorkbookColorInfo.l_op_Equality(this.diagonalBorderColorInfo, a)) {
|
|
11479
11499
|
return;
|
|
11480
11500
|
}
|
|
11481
|
-
let b = WorksheetCellFormatData.
|
|
11501
|
+
let b = WorksheetCellFormatData._dk(a);
|
|
11482
11502
|
a = b.p0;
|
|
11483
11503
|
this._bb = a;
|
|
11484
|
-
this.
|
|
11504
|
+
this._dr(8);
|
|
11485
11505
|
}
|
|
11486
11506
|
get diagonalBorders() {
|
|
11487
11507
|
return this._au;
|
|
@@ -11496,7 +11516,7 @@ export let WorksheetCellFormatData = /*@__PURE__*/ (() => {
|
|
|
11496
11516
|
}
|
|
11497
11517
|
this._av = this._au;
|
|
11498
11518
|
this._au = a;
|
|
11499
|
-
this.
|
|
11519
|
+
this._dr(16);
|
|
11500
11520
|
}
|
|
11501
11521
|
get diagonalBorderStyle() {
|
|
11502
11522
|
return this._ah;
|
|
@@ -11510,7 +11530,7 @@ export let WorksheetCellFormatData = /*@__PURE__*/ (() => {
|
|
|
11510
11530
|
throw new InvalidEnumArgumentException("value", a, CellBorderLineStyle_$type);
|
|
11511
11531
|
}
|
|
11512
11532
|
this._ah = a;
|
|
11513
|
-
this.
|
|
11533
|
+
this._dr(32);
|
|
11514
11534
|
}
|
|
11515
11535
|
get fill() {
|
|
11516
11536
|
return this._aq;
|
|
@@ -11521,7 +11541,7 @@ export let WorksheetCellFormatData = /*@__PURE__*/ (() => {
|
|
|
11521
11541
|
return;
|
|
11522
11542
|
}
|
|
11523
11543
|
this._aq = a;
|
|
11524
|
-
this.
|
|
11544
|
+
this._dr(64);
|
|
11525
11545
|
}
|
|
11526
11546
|
get font() {
|
|
11527
11547
|
return this._bp;
|
|
@@ -11536,13 +11556,13 @@ export let WorksheetCellFormatData = /*@__PURE__*/ (() => {
|
|
|
11536
11556
|
return;
|
|
11537
11557
|
}
|
|
11538
11558
|
let b = this._bw;
|
|
11539
|
-
this.
|
|
11540
|
-
this.
|
|
11559
|
+
this._dv(a);
|
|
11560
|
+
this._dq(b);
|
|
11541
11561
|
if (this._b2 != null) {
|
|
11542
11562
|
this._b2(63);
|
|
11543
11563
|
}
|
|
11544
11564
|
}
|
|
11545
|
-
|
|
11565
|
+
_dv(a) {
|
|
11546
11566
|
this._bw = a;
|
|
11547
11567
|
this._cx = ExcelUtils.du;
|
|
11548
11568
|
this._cy = ExcelUtils.ds;
|
|
@@ -11550,30 +11570,30 @@ export let WorksheetCellFormatData = /*@__PURE__*/ (() => {
|
|
|
11550
11570
|
this._b2(63);
|
|
11551
11571
|
}
|
|
11552
11572
|
}
|
|
11553
|
-
|
|
11573
|
+
_dq(a) {
|
|
11554
11574
|
let b = 0;
|
|
11555
11575
|
let c = 0;
|
|
11556
|
-
let d = this.
|
|
11576
|
+
let d = this._dn(a, 1, b, c);
|
|
11557
11577
|
b = d.p2;
|
|
11558
11578
|
c = d.p3;
|
|
11559
|
-
let e = this.
|
|
11579
|
+
let e = this._dn(a, 2, b, c);
|
|
11560
11580
|
b = e.p2;
|
|
11561
11581
|
c = e.p3;
|
|
11562
|
-
let f = this.
|
|
11582
|
+
let f = this._dn(a, 4, b, c);
|
|
11563
11583
|
b = f.p2;
|
|
11564
11584
|
c = f.p3;
|
|
11565
|
-
let g = this.
|
|
11585
|
+
let g = this._dn(a, 8, b, c);
|
|
11566
11586
|
b = g.p2;
|
|
11567
11587
|
c = g.p3;
|
|
11568
|
-
let h = this.
|
|
11588
|
+
let h = this._dn(a, 16, b, c);
|
|
11569
11589
|
b = h.p2;
|
|
11570
11590
|
c = h.p3;
|
|
11571
|
-
let i = this.
|
|
11591
|
+
let i = this._dn(a, 32, b, c);
|
|
11572
11592
|
b = i.p2;
|
|
11573
11593
|
c = i.p3;
|
|
11574
|
-
this.
|
|
11594
|
+
this._dt(b);
|
|
11575
11595
|
if (this.style != null) {
|
|
11576
|
-
this.
|
|
11596
|
+
this._dj(c, this.style._i);
|
|
11577
11597
|
}
|
|
11578
11598
|
}
|
|
11579
11599
|
get formatString() {
|
|
@@ -11608,7 +11628,7 @@ export let WorksheetCellFormatData = /*@__PURE__*/ (() => {
|
|
|
11608
11628
|
else {
|
|
11609
11629
|
this._ci = -1;
|
|
11610
11630
|
}
|
|
11611
|
-
this.
|
|
11631
|
+
this._dr(65536);
|
|
11612
11632
|
}
|
|
11613
11633
|
get indent() {
|
|
11614
11634
|
return this._cj;
|
|
@@ -11622,7 +11642,7 @@ export let WorksheetCellFormatData = /*@__PURE__*/ (() => {
|
|
|
11622
11642
|
throw ExcelUtils.w("value", a, ExcelUtils.eh("LE_ArgumentOutOfRangeException_Indent"));
|
|
11623
11643
|
}
|
|
11624
11644
|
this._cj = a;
|
|
11625
|
-
this.
|
|
11645
|
+
this._dr(131072);
|
|
11626
11646
|
}
|
|
11627
11647
|
get leftBorderColorInfo() {
|
|
11628
11648
|
return this._bc;
|
|
@@ -11632,10 +11652,10 @@ export let WorksheetCellFormatData = /*@__PURE__*/ (() => {
|
|
|
11632
11652
|
if (WorkbookColorInfo.l_op_Equality(this.leftBorderColorInfo, a)) {
|
|
11633
11653
|
return;
|
|
11634
11654
|
}
|
|
11635
|
-
let b = WorksheetCellFormatData.
|
|
11655
|
+
let b = WorksheetCellFormatData._dk(a);
|
|
11636
11656
|
a = b.p0;
|
|
11637
11657
|
this._bc = a;
|
|
11638
|
-
this.
|
|
11658
|
+
this._dr(262144);
|
|
11639
11659
|
}
|
|
11640
11660
|
get leftBorderStyle() {
|
|
11641
11661
|
return this._ai;
|
|
@@ -11649,7 +11669,28 @@ export let WorksheetCellFormatData = /*@__PURE__*/ (() => {
|
|
|
11649
11669
|
throw new InvalidEnumArgumentException("value", a, CellBorderLineStyle_$type);
|
|
11650
11670
|
}
|
|
11651
11671
|
this._ai = a;
|
|
11652
|
-
this.
|
|
11672
|
+
this._dr(524288);
|
|
11673
|
+
}
|
|
11674
|
+
get hidden() {
|
|
11675
|
+
return unwrapNullable(this._hidden$i);
|
|
11676
|
+
}
|
|
11677
|
+
set hidden(a) {
|
|
11678
|
+
arguments[0] = wrapNullable(Boolean_$type, arguments[0]);
|
|
11679
|
+
this._hidden$i = arguments[0];
|
|
11680
|
+
}
|
|
11681
|
+
get _hidden$i() {
|
|
11682
|
+
return this._cz;
|
|
11683
|
+
}
|
|
11684
|
+
set _hidden$i(a) {
|
|
11685
|
+
this.af();
|
|
11686
|
+
if (nullableEquals(this._hidden$i, a)) {
|
|
11687
|
+
return;
|
|
11688
|
+
}
|
|
11689
|
+
if (ExcelUtils.a6(a) == false) {
|
|
11690
|
+
throw new InvalidEnumArgumentException("value", ExcelUtils.dm(a), Nullable$1.$.specialize(Boolean_$type));
|
|
11691
|
+
}
|
|
11692
|
+
this._cz = a;
|
|
11693
|
+
this._dr(1073741824);
|
|
11653
11694
|
}
|
|
11654
11695
|
get locked() {
|
|
11655
11696
|
return unwrapNullable(this._locked$i);
|
|
@@ -11659,7 +11700,7 @@ export let WorksheetCellFormatData = /*@__PURE__*/ (() => {
|
|
|
11659
11700
|
this._locked$i = arguments[0];
|
|
11660
11701
|
}
|
|
11661
11702
|
get _locked$i() {
|
|
11662
|
-
return this.
|
|
11703
|
+
return this._c0;
|
|
11663
11704
|
}
|
|
11664
11705
|
set _locked$i(a) {
|
|
11665
11706
|
this.af();
|
|
@@ -11669,8 +11710,8 @@ export let WorksheetCellFormatData = /*@__PURE__*/ (() => {
|
|
|
11669
11710
|
if (ExcelUtils.a6(a) == false) {
|
|
11670
11711
|
throw new InvalidEnumArgumentException("value", ExcelUtils.dm(a), Nullable$1.$.specialize(Boolean_$type));
|
|
11671
11712
|
}
|
|
11672
|
-
this.
|
|
11673
|
-
this.
|
|
11713
|
+
this._c0 = a;
|
|
11714
|
+
this._dr(1048576);
|
|
11674
11715
|
}
|
|
11675
11716
|
get rightBorderColorInfo() {
|
|
11676
11717
|
return this._bd;
|
|
@@ -11680,10 +11721,10 @@ export let WorksheetCellFormatData = /*@__PURE__*/ (() => {
|
|
|
11680
11721
|
if (WorkbookColorInfo.l_op_Equality(this.rightBorderColorInfo, a)) {
|
|
11681
11722
|
return;
|
|
11682
11723
|
}
|
|
11683
|
-
let b = WorksheetCellFormatData.
|
|
11724
|
+
let b = WorksheetCellFormatData._dk(a);
|
|
11684
11725
|
a = b.p0;
|
|
11685
11726
|
this._bd = a;
|
|
11686
|
-
this.
|
|
11727
|
+
this._dr(2097152);
|
|
11687
11728
|
}
|
|
11688
11729
|
get rightBorderStyle() {
|
|
11689
11730
|
return this._aj;
|
|
@@ -11697,7 +11738,7 @@ export let WorksheetCellFormatData = /*@__PURE__*/ (() => {
|
|
|
11697
11738
|
throw new InvalidEnumArgumentException("value", a, CellBorderLineStyle_$type);
|
|
11698
11739
|
}
|
|
11699
11740
|
this._aj = a;
|
|
11700
|
-
this.
|
|
11741
|
+
this._dr(4194304);
|
|
11701
11742
|
}
|
|
11702
11743
|
get rotation() {
|
|
11703
11744
|
return this._ck;
|
|
@@ -11708,7 +11749,7 @@ export let WorksheetCellFormatData = /*@__PURE__*/ (() => {
|
|
|
11708
11749
|
return;
|
|
11709
11750
|
}
|
|
11710
11751
|
this._ck = a;
|
|
11711
|
-
this.
|
|
11752
|
+
this._dr(8388608);
|
|
11712
11753
|
}
|
|
11713
11754
|
get shrinkToFit() {
|
|
11714
11755
|
return unwrapNullable(this._shrinkToFit$i);
|
|
@@ -11718,7 +11759,7 @@ export let WorksheetCellFormatData = /*@__PURE__*/ (() => {
|
|
|
11718
11759
|
this._shrinkToFit$i = arguments[0];
|
|
11719
11760
|
}
|
|
11720
11761
|
get _shrinkToFit$i() {
|
|
11721
|
-
return this.
|
|
11762
|
+
return this._c1;
|
|
11722
11763
|
}
|
|
11723
11764
|
set _shrinkToFit$i(a) {
|
|
11724
11765
|
this.af();
|
|
@@ -11728,8 +11769,8 @@ export let WorksheetCellFormatData = /*@__PURE__*/ (() => {
|
|
|
11728
11769
|
if (ExcelUtils.a6(a) == false) {
|
|
11729
11770
|
throw new InvalidEnumArgumentException("value", ExcelUtils.dm(a), Nullable$1.$.specialize(Boolean_$type));
|
|
11730
11771
|
}
|
|
11731
|
-
this.
|
|
11732
|
-
this.
|
|
11772
|
+
this._c1 = a;
|
|
11773
|
+
this._dr(16777216);
|
|
11733
11774
|
}
|
|
11734
11775
|
get style() {
|
|
11735
11776
|
return this._br(this._bq);
|
|
@@ -11755,7 +11796,7 @@ export let WorksheetCellFormatData = /*@__PURE__*/ (() => {
|
|
|
11755
11796
|
let b = this._bq._i.formatOptions;
|
|
11756
11797
|
b &= ~a._i.formatOptions;
|
|
11757
11798
|
b = this._bx(b);
|
|
11758
|
-
this.
|
|
11799
|
+
this._dj(b, this._bq._i);
|
|
11759
11800
|
}
|
|
11760
11801
|
this._bq = a;
|
|
11761
11802
|
if (this._bq != null && this.t != null) {
|
|
@@ -11768,7 +11809,7 @@ export let WorksheetCellFormatData = /*@__PURE__*/ (() => {
|
|
|
11768
11809
|
this._b2(63);
|
|
11769
11810
|
}
|
|
11770
11811
|
}
|
|
11771
|
-
|
|
11812
|
+
_dw(a) {
|
|
11772
11813
|
this._bq = a;
|
|
11773
11814
|
this._cx = ExcelUtils.du;
|
|
11774
11815
|
this._cy = ExcelUtils.ds;
|
|
@@ -11784,10 +11825,10 @@ export let WorksheetCellFormatData = /*@__PURE__*/ (() => {
|
|
|
11784
11825
|
if (WorkbookColorInfo.l_op_Equality(this.topBorderColorInfo, a)) {
|
|
11785
11826
|
return;
|
|
11786
11827
|
}
|
|
11787
|
-
let b = WorksheetCellFormatData.
|
|
11828
|
+
let b = WorksheetCellFormatData._dk(a);
|
|
11788
11829
|
a = b.p0;
|
|
11789
11830
|
this._be = a;
|
|
11790
|
-
this.
|
|
11831
|
+
this._dr(67108864);
|
|
11791
11832
|
}
|
|
11792
11833
|
get topBorderStyle() {
|
|
11793
11834
|
return this._ak;
|
|
@@ -11801,7 +11842,7 @@ export let WorksheetCellFormatData = /*@__PURE__*/ (() => {
|
|
|
11801
11842
|
throw new InvalidEnumArgumentException("value", a, CellBorderLineStyle_$type);
|
|
11802
11843
|
}
|
|
11803
11844
|
this._ak = a;
|
|
11804
|
-
this.
|
|
11845
|
+
this._dr(134217728);
|
|
11805
11846
|
}
|
|
11806
11847
|
get verticalAlignment() {
|
|
11807
11848
|
return this._a7;
|
|
@@ -11815,7 +11856,7 @@ export let WorksheetCellFormatData = /*@__PURE__*/ (() => {
|
|
|
11815
11856
|
throw new InvalidEnumArgumentException("value", a, VerticalCellAlignment_$type);
|
|
11816
11857
|
}
|
|
11817
11858
|
this._a7 = a;
|
|
11818
|
-
this.
|
|
11859
|
+
this._dr(268435456);
|
|
11819
11860
|
}
|
|
11820
11861
|
get wrapText() {
|
|
11821
11862
|
return unwrapNullable(this._wrapText$i);
|
|
@@ -11825,66 +11866,66 @@ export let WorksheetCellFormatData = /*@__PURE__*/ (() => {
|
|
|
11825
11866
|
this._wrapText$i = arguments[0];
|
|
11826
11867
|
}
|
|
11827
11868
|
get _wrapText$i() {
|
|
11828
|
-
return this.
|
|
11869
|
+
return this._c2;
|
|
11829
11870
|
}
|
|
11830
11871
|
set _wrapText$i(a) {
|
|
11831
11872
|
this.af();
|
|
11832
|
-
if (nullableEquals(this.
|
|
11873
|
+
if (nullableEquals(this._c2, a)) {
|
|
11833
11874
|
return;
|
|
11834
11875
|
}
|
|
11835
11876
|
if (ExcelUtils.a6(a) == false) {
|
|
11836
11877
|
throw new InvalidEnumArgumentException("value", ExcelUtils.dm(a), Nullable$1.$.specialize(Boolean_$type));
|
|
11837
11878
|
}
|
|
11838
|
-
this.
|
|
11839
|
-
this.
|
|
11879
|
+
this._c2 = a;
|
|
11880
|
+
this._dr(536870912);
|
|
11840
11881
|
}
|
|
11841
11882
|
get _a4() {
|
|
11842
|
-
return EnumUtil.getEnumValue(HorizontalCellAlignment_$type, this.
|
|
11883
|
+
return EnumUtil.getEnumValue(HorizontalCellAlignment_$type, this._dc(1));
|
|
11843
11884
|
}
|
|
11844
11885
|
get _bf() {
|
|
11845
|
-
return this.
|
|
11886
|
+
return this._dc(2);
|
|
11846
11887
|
}
|
|
11847
11888
|
get _al() {
|
|
11848
|
-
return EnumUtil.getEnumValue(CellBorderLineStyle_$type, this.
|
|
11889
|
+
return EnumUtil.getEnumValue(CellBorderLineStyle_$type, this._dc(4));
|
|
11849
11890
|
}
|
|
11850
11891
|
get _bg() {
|
|
11851
|
-
return this.
|
|
11892
|
+
return this._dc(8);
|
|
11852
11893
|
}
|
|
11853
11894
|
get _aw() {
|
|
11854
|
-
return EnumUtil.getEnumValue(DiagonalBorders_$type, this.
|
|
11895
|
+
return EnumUtil.getEnumValue(DiagonalBorders_$type, this._dc(16));
|
|
11855
11896
|
}
|
|
11856
11897
|
get _am() {
|
|
11857
|
-
return EnumUtil.getEnumValue(CellBorderLineStyle_$type, this.
|
|
11898
|
+
return EnumUtil.getEnumValue(CellBorderLineStyle_$type, this._dc(32));
|
|
11858
11899
|
}
|
|
11859
11900
|
get _ar() {
|
|
11860
|
-
return this.
|
|
11901
|
+
return this._dc(64);
|
|
11861
11902
|
}
|
|
11862
|
-
get
|
|
11863
|
-
return wrapNullable(Boolean_$type, this.
|
|
11903
|
+
get _c3() {
|
|
11904
|
+
return wrapNullable(Boolean_$type, this._dc(128));
|
|
11864
11905
|
}
|
|
11865
11906
|
get _bh() {
|
|
11866
|
-
return this.
|
|
11907
|
+
return this._dc(256);
|
|
11867
11908
|
}
|
|
11868
11909
|
get _cq() {
|
|
11869
|
-
return typeGetValue(this.
|
|
11910
|
+
return typeGetValue(this._dc(512));
|
|
11870
11911
|
}
|
|
11871
|
-
get
|
|
11872
|
-
return wrapNullable(Boolean_$type, this.
|
|
11912
|
+
get _c4() {
|
|
11913
|
+
return wrapNullable(Boolean_$type, this._dc(1024));
|
|
11873
11914
|
}
|
|
11874
|
-
get
|
|
11875
|
-
return this.
|
|
11915
|
+
get _dh() {
|
|
11916
|
+
return this._dc(2048);
|
|
11876
11917
|
}
|
|
11877
|
-
get
|
|
11878
|
-
return wrapNullable(Boolean_$type, this.
|
|
11918
|
+
get _c5() {
|
|
11919
|
+
return wrapNullable(Boolean_$type, this._dc(4096));
|
|
11879
11920
|
}
|
|
11880
11921
|
get _a0() {
|
|
11881
|
-
return EnumUtil.getEnumValue(FontSuperscriptSubscriptStyle_$type, this.
|
|
11922
|
+
return EnumUtil.getEnumValue(FontSuperscriptSubscriptStyle_$type, this._dc(8192));
|
|
11882
11923
|
}
|
|
11883
11924
|
get _a1() {
|
|
11884
|
-
return EnumUtil.getEnumValue(FontUnderlineStyle_$type, this.
|
|
11925
|
+
return EnumUtil.getEnumValue(FontUnderlineStyle_$type, this._dc(16384));
|
|
11885
11926
|
}
|
|
11886
11927
|
get _bz() {
|
|
11887
|
-
return EnumUtil.getEnumValue(WorksheetCellFormatOptions_$type, this.
|
|
11928
|
+
return EnumUtil.getEnumValue(WorksheetCellFormatOptions_$type, this._dc(32768));
|
|
11888
11929
|
}
|
|
11889
11930
|
get _cs() {
|
|
11890
11931
|
if (this._ci < 0) {
|
|
@@ -11902,47 +11943,50 @@ export let WorksheetCellFormatData = /*@__PURE__*/ (() => {
|
|
|
11902
11943
|
}
|
|
11903
11944
|
return this._ci;
|
|
11904
11945
|
}
|
|
11905
|
-
get
|
|
11906
|
-
return this.
|
|
11946
|
+
get _di() {
|
|
11947
|
+
return this._dc(65536);
|
|
11907
11948
|
}
|
|
11908
11949
|
get _ct() {
|
|
11909
|
-
return typeGetValue(this.
|
|
11950
|
+
return typeGetValue(this._dc(131072));
|
|
11910
11951
|
}
|
|
11911
11952
|
get _bk() {
|
|
11912
|
-
return this.
|
|
11953
|
+
return this._dc(262144);
|
|
11913
11954
|
}
|
|
11914
11955
|
get _an() {
|
|
11915
|
-
return EnumUtil.getEnumValue(CellBorderLineStyle_$type, this.
|
|
11956
|
+
return EnumUtil.getEnumValue(CellBorderLineStyle_$type, this._dc(524288));
|
|
11916
11957
|
}
|
|
11917
|
-
get
|
|
11918
|
-
return wrapNullable(Boolean_$type, this.
|
|
11958
|
+
get _c6() {
|
|
11959
|
+
return wrapNullable(Boolean_$type, this._dc(1073741824));
|
|
11960
|
+
}
|
|
11961
|
+
get _c7() {
|
|
11962
|
+
return wrapNullable(Boolean_$type, this._dc(1048576));
|
|
11919
11963
|
}
|
|
11920
11964
|
get _bl() {
|
|
11921
|
-
return this.
|
|
11965
|
+
return this._dc(2097152);
|
|
11922
11966
|
}
|
|
11923
11967
|
get _ao() {
|
|
11924
|
-
return EnumUtil.getEnumValue(CellBorderLineStyle_$type, this.
|
|
11968
|
+
return EnumUtil.getEnumValue(CellBorderLineStyle_$type, this._dc(4194304));
|
|
11925
11969
|
}
|
|
11926
11970
|
get _cw() {
|
|
11927
|
-
return typeGetValue(this.
|
|
11971
|
+
return typeGetValue(this._dc(8388608));
|
|
11928
11972
|
}
|
|
11929
|
-
get
|
|
11930
|
-
return wrapNullable(Boolean_$type, this.
|
|
11973
|
+
get _c8() {
|
|
11974
|
+
return wrapNullable(Boolean_$type, this._dc(16777216));
|
|
11931
11975
|
}
|
|
11932
11976
|
get _bs() {
|
|
11933
|
-
return this.
|
|
11977
|
+
return this._dc(33554432);
|
|
11934
11978
|
}
|
|
11935
11979
|
get _bm() {
|
|
11936
|
-
return this.
|
|
11980
|
+
return this._dc(67108864);
|
|
11937
11981
|
}
|
|
11938
11982
|
get _ap() {
|
|
11939
|
-
return EnumUtil.getEnumValue(CellBorderLineStyle_$type, this.
|
|
11983
|
+
return EnumUtil.getEnumValue(CellBorderLineStyle_$type, this._dc(134217728));
|
|
11940
11984
|
}
|
|
11941
11985
|
get _a9() {
|
|
11942
|
-
return EnumUtil.getEnumValue(VerticalCellAlignment_$type, this.
|
|
11986
|
+
return EnumUtil.getEnumValue(VerticalCellAlignment_$type, this._dc(268435456));
|
|
11943
11987
|
}
|
|
11944
|
-
get
|
|
11945
|
-
return wrapNullable(Boolean_$type, this.
|
|
11988
|
+
get _c9() {
|
|
11989
|
+
return wrapNullable(Boolean_$type, this._dc(536870912));
|
|
11946
11990
|
}
|
|
11947
11991
|
get _b6() {
|
|
11948
11992
|
return this._b4;
|
|
@@ -12018,7 +12062,7 @@ export let WorksheetCellFormatData = /*@__PURE__*/ (() => {
|
|
|
12018
12062
|
return a;
|
|
12019
12063
|
}
|
|
12020
12064
|
get _b7() {
|
|
12021
|
-
if (nullableEquals(this.
|
|
12065
|
+
if (nullableEquals(this._c8, true)) {
|
|
12022
12066
|
if (this._b8) {
|
|
12023
12067
|
return false;
|
|
12024
12068
|
}
|
|
@@ -12061,7 +12105,7 @@ export let WorksheetCellFormatData = /*@__PURE__*/ (() => {
|
|
|
12061
12105
|
this._cy = toNullable(Boolean_$type, true);
|
|
12062
12106
|
break;
|
|
12063
12107
|
default:
|
|
12064
|
-
if (nullableEquals(this.
|
|
12108
|
+
if (nullableEquals(this._c9, true)) {
|
|
12065
12109
|
this._cy = toNullable(Boolean_$type, true);
|
|
12066
12110
|
}
|
|
12067
12111
|
else {
|
|
@@ -12091,7 +12135,7 @@ export let WorksheetCellFormatData = /*@__PURE__*/ (() => {
|
|
|
12091
12135
|
}
|
|
12092
12136
|
set _cr(a) {
|
|
12093
12137
|
this._ci = a;
|
|
12094
|
-
this.
|
|
12138
|
+
this._dr(65536);
|
|
12095
12139
|
}
|
|
12096
12140
|
get _cd() {
|
|
12097
12141
|
if (this._b1 == 0 && this.v != null) {
|
|
@@ -12268,7 +12312,7 @@ export let HtmlTextMetricsProvider = /*@__PURE__*/ (() => {
|
|
|
12268
12312
|
if (b) {
|
|
12269
12313
|
this._l = this._n();
|
|
12270
12314
|
}
|
|
12271
|
-
this._l.style.fontFamily = a.
|
|
12315
|
+
this._l.style.fontFamily = a._dh;
|
|
12272
12316
|
this._l.style.fontSize = (intDivide(a._cq, 20) * this._o) + "pt";
|
|
12273
12317
|
if (b) {
|
|
12274
12318
|
this._l.innerText = "0";
|
|
@@ -12306,13 +12350,13 @@ export let HtmlTextMetricsProvider = /*@__PURE__*/ (() => {
|
|
|
12306
12350
|
a._as.d = g;
|
|
12307
12351
|
a._as.e = f;
|
|
12308
12352
|
let h = "";
|
|
12309
|
-
if (nullableEquals(a.
|
|
12353
|
+
if (nullableEquals(a._c4, true)) {
|
|
12310
12354
|
h += "italic ";
|
|
12311
12355
|
}
|
|
12312
|
-
if (nullableEquals(a.
|
|
12356
|
+
if (nullableEquals(a._c3, true)) {
|
|
12313
12357
|
h += "bold ";
|
|
12314
12358
|
}
|
|
12315
|
-
h += (intDivide(a._cq, 20) * this._o) + "pt \"" + a.
|
|
12359
|
+
h += (intDivide(a._cq, 20) * this._o) + "pt \"" + a._dh + "\"";
|
|
12316
12360
|
f.font = h;
|
|
12317
12361
|
}
|
|
12318
12362
|
if (!a._as.b) {
|
|
@@ -12366,14 +12410,14 @@ export let HtmlTextMetricsProvider = /*@__PURE__*/ (() => {
|
|
|
12366
12410
|
b.style.position = "relative";
|
|
12367
12411
|
b.style.display = "block";
|
|
12368
12412
|
b.style.visibility = "hidden";
|
|
12369
|
-
b.style.fontFamily = a.
|
|
12413
|
+
b.style.fontFamily = a._dh;
|
|
12370
12414
|
b.style.fontSize = ((intDivide(a._cq, 20) * this._o) + "pt");
|
|
12371
12415
|
b.style.whiteSpace = (c ? "pre-wrap" : "pre");
|
|
12372
12416
|
b.style.overflowWrap = (c ? "break-word" : "normal");
|
|
12373
12417
|
b.style.wordWrap = (c ? "break-word" : "normal");
|
|
12374
12418
|
b.style.textDecoration = (a._a1 != 0 ? "underline" : "none");
|
|
12375
|
-
b.style.fontWeight = (nullableEquals(a.
|
|
12376
|
-
b.style.fontStyle = (nullableEquals(a.
|
|
12419
|
+
b.style.fontWeight = (nullableEquals(a._c3, true) ? "bold" : "normal");
|
|
12420
|
+
b.style.fontStyle = (nullableEquals(a._c4, true) ? "italic" : "normal");
|
|
12377
12421
|
return b;
|
|
12378
12422
|
}
|
|
12379
12423
|
}
|
|
@@ -13416,11 +13460,11 @@ export let CellFillPattern = /*@__PURE__*/ (() => {
|
|
|
13416
13460
|
case 0: break;
|
|
13417
13461
|
case 1:
|
|
13418
13462
|
b.add(new ExtPropColor(d, 4));
|
|
13419
|
-
a.
|
|
13463
|
+
a._dy(c, 5, b);
|
|
13420
13464
|
break;
|
|
13421
13465
|
default:
|
|
13422
13466
|
b.add(new ExtPropColor(c, 5));
|
|
13423
|
-
a.
|
|
13467
|
+
a._dy(d, 4, b);
|
|
13424
13468
|
break;
|
|
13425
13469
|
}
|
|
13426
13470
|
}
|
|
@@ -13440,11 +13484,11 @@ export let CellFillPattern = /*@__PURE__*/ (() => {
|
|
|
13440
13484
|
case 0: break;
|
|
13441
13485
|
case 1:
|
|
13442
13486
|
b.add(new XFPropColor(1, d));
|
|
13443
|
-
a.
|
|
13487
|
+
a._dz(c, 2, b);
|
|
13444
13488
|
break;
|
|
13445
13489
|
default:
|
|
13446
13490
|
b.add(new XFPropColor(2, c));
|
|
13447
|
-
a.
|
|
13491
|
+
a._dz(d, 1, b);
|
|
13448
13492
|
break;
|
|
13449
13493
|
}
|
|
13450
13494
|
}
|
|
@@ -21270,18 +21314,18 @@ export let Formula = /*@__PURE__*/ (() => {
|
|
|
21270
21314
|
let q;
|
|
21271
21315
|
let r = typeCast(CellCalcReference.$, p);
|
|
21272
21316
|
if (r != null) {
|
|
21273
|
-
if (r._t != n.
|
|
21317
|
+
if (r._t != n._ci._t) {
|
|
21274
21318
|
continue;
|
|
21275
21319
|
}
|
|
21276
|
-
q = r._w._a7(r._ao).
|
|
21320
|
+
q = r._w._a7(r._ao)._di;
|
|
21277
21321
|
}
|
|
21278
21322
|
else {
|
|
21279
21323
|
let s = p._am();
|
|
21280
|
-
if (s == null || s.count == 0 || s.item(0).worksheet.workbook != n.
|
|
21324
|
+
if (s == null || s.count == 0 || s.item(0).worksheet.workbook != n._ci._t) {
|
|
21281
21325
|
continue;
|
|
21282
21326
|
}
|
|
21283
21327
|
let t = s.item(0);
|
|
21284
|
-
q = t._k._a7(t._v).
|
|
21328
|
+
q = t._k._a7(t._v)._di;
|
|
21285
21329
|
}
|
|
21286
21330
|
if (stringEquals1(q, "General", StringUtilities.j)) {
|
|
21287
21331
|
continue;
|
|
@@ -21712,6 +21756,13 @@ export let Formula = /*@__PURE__*/ (() => {
|
|
|
21712
21756
|
}
|
|
21713
21757
|
this._ac = true;
|
|
21714
21758
|
}
|
|
21759
|
+
/**
|
|
21760
|
+
* @hidden
|
|
21761
|
+
*/
|
|
21762
|
+
_cc(a) {
|
|
21763
|
+
let b = new FormulaContext(1, this._y, this);
|
|
21764
|
+
Formula_VisitWorksheetVisitor.a2(b, a);
|
|
21765
|
+
}
|
|
21715
21766
|
/**
|
|
21716
21767
|
* @hidden
|
|
21717
21768
|
*/
|
|
@@ -22276,39 +22327,39 @@ export let SingleTargetFormula = /*@__PURE__*/ (() => {
|
|
|
22276
22327
|
let c = _rest[0];
|
|
22277
22328
|
let d = _rest[1];
|
|
22278
22329
|
super(0, c, d);
|
|
22279
|
-
this.
|
|
22280
|
-
this.
|
|
22281
|
-
this.
|
|
22330
|
+
this._cd = null;
|
|
22331
|
+
this._cj = null;
|
|
22332
|
+
this._cm = null;
|
|
22333
|
+
this._co = 0;
|
|
22282
22334
|
this._cn = 0;
|
|
22283
|
-
this.
|
|
22284
|
-
this.
|
|
22285
|
-
this._cl = new List$1(IExcelCalcReference_$type, 0);
|
|
22335
|
+
this._ch = null;
|
|
22336
|
+
this._cm = new List$1(IExcelCalcReference_$type, 0);
|
|
22286
22337
|
}
|
|
22287
22338
|
break;
|
|
22288
22339
|
case 1:
|
|
22289
22340
|
{
|
|
22290
22341
|
let c = _rest[0];
|
|
22291
22342
|
super(1, c);
|
|
22292
|
-
this.
|
|
22293
|
-
this.
|
|
22294
|
-
this.
|
|
22343
|
+
this._cd = null;
|
|
22344
|
+
this._cj = null;
|
|
22345
|
+
this._cm = null;
|
|
22346
|
+
this._co = 0;
|
|
22295
22347
|
this._cn = 0;
|
|
22296
|
-
this.
|
|
22297
|
-
this.
|
|
22298
|
-
this._cl = new List$1(IExcelCalcReference_$type, 0);
|
|
22348
|
+
this._ch = null;
|
|
22349
|
+
this._cm = new List$1(IExcelCalcReference_$type, 0);
|
|
22299
22350
|
}
|
|
22300
22351
|
break;
|
|
22301
22352
|
case 2:
|
|
22302
22353
|
{
|
|
22303
22354
|
let c = _rest[0];
|
|
22304
22355
|
super(2, c);
|
|
22305
|
-
this.
|
|
22306
|
-
this.
|
|
22307
|
-
this.
|
|
22356
|
+
this._cd = null;
|
|
22357
|
+
this._cj = null;
|
|
22358
|
+
this._cm = null;
|
|
22359
|
+
this._co = 0;
|
|
22308
22360
|
this._cn = 0;
|
|
22309
|
-
this.
|
|
22310
|
-
this.
|
|
22311
|
-
this._cl = new List$1(IExcelCalcReference_$type, 0);
|
|
22361
|
+
this._ch = null;
|
|
22362
|
+
this._cm = new List$1(IExcelCalcReference_$type, 0);
|
|
22312
22363
|
}
|
|
22313
22364
|
break;
|
|
22314
22365
|
case 3:
|
|
@@ -22316,33 +22367,33 @@ export let SingleTargetFormula = /*@__PURE__*/ (() => {
|
|
|
22316
22367
|
let c = _rest[0];
|
|
22317
22368
|
let d = _rest[1];
|
|
22318
22369
|
super(3, c, d);
|
|
22319
|
-
this.
|
|
22320
|
-
this.
|
|
22321
|
-
this.
|
|
22370
|
+
this._cd = null;
|
|
22371
|
+
this._cj = null;
|
|
22372
|
+
this._cm = null;
|
|
22373
|
+
this._co = 0;
|
|
22322
22374
|
this._cn = 0;
|
|
22323
|
-
this.
|
|
22324
|
-
this.
|
|
22325
|
-
this._cl = new List$1(IExcelCalcReference_$type, 0);
|
|
22375
|
+
this._ch = null;
|
|
22376
|
+
this._cm = new List$1(IExcelCalcReference_$type, 0);
|
|
22326
22377
|
}
|
|
22327
22378
|
break;
|
|
22328
22379
|
}
|
|
22329
22380
|
}
|
|
22330
22381
|
addDynamicReferenceI(a) {
|
|
22331
22382
|
let b = null;
|
|
22332
|
-
let c = this.
|
|
22383
|
+
let c = this._ci._t;
|
|
22333
22384
|
if (c != null) {
|
|
22334
22385
|
b = c._w;
|
|
22335
22386
|
}
|
|
22336
22387
|
return this._addDynamicReference1(a, b);
|
|
22337
22388
|
}
|
|
22338
22389
|
get baseReference() {
|
|
22339
|
-
return this.
|
|
22390
|
+
return this._ci;
|
|
22340
22391
|
}
|
|
22341
22392
|
get dynamicReferences() {
|
|
22342
22393
|
return new SingleTargetFormula_DynamicReferenceCollection(this);
|
|
22343
22394
|
}
|
|
22344
22395
|
evaluate(a) {
|
|
22345
|
-
return this.
|
|
22396
|
+
return this._cg(this._ci._t, a, false);
|
|
22346
22397
|
}
|
|
22347
22398
|
get formulaString() {
|
|
22348
22399
|
return this._toString();
|
|
@@ -22351,17 +22402,17 @@ export let SingleTargetFormula = /*@__PURE__*/ (() => {
|
|
|
22351
22402
|
return new SingleTargetFormula_StaticReferenceCollection(this);
|
|
22352
22403
|
}
|
|
22353
22404
|
getEnumerator() {
|
|
22354
|
-
return this.
|
|
22405
|
+
return this._cm.getEnumerator();
|
|
22355
22406
|
}
|
|
22356
22407
|
getEnumeratorObject() {
|
|
22357
|
-
return this.
|
|
22408
|
+
return this._cm.getEnumerator();
|
|
22358
22409
|
}
|
|
22359
22410
|
_g() {
|
|
22360
22411
|
return new SingleTargetFormula(3, this, false);
|
|
22361
22412
|
}
|
|
22362
22413
|
get__z() {
|
|
22363
|
-
if (this.
|
|
22364
|
-
let a = this.
|
|
22414
|
+
if (this._ch != null) {
|
|
22415
|
+
let a = this._ch._t;
|
|
22365
22416
|
if (a != null) {
|
|
22366
22417
|
return a.currentFormat;
|
|
22367
22418
|
}
|
|
@@ -22372,11 +22423,11 @@ export let SingleTargetFormula = /*@__PURE__*/ (() => {
|
|
|
22372
22423
|
super.set__z(a);
|
|
22373
22424
|
}
|
|
22374
22425
|
get__bb() {
|
|
22375
|
-
let a = typeCast(CellCalcReference.$, this.
|
|
22426
|
+
let a = typeCast(CellCalcReference.$, this._ch);
|
|
22376
22427
|
if (a != null) {
|
|
22377
22428
|
return a._ao;
|
|
22378
22429
|
}
|
|
22379
|
-
let b = typeCast(TempCellCalcReference.$, this.
|
|
22430
|
+
let b = typeCast(TempCellCalcReference.$, this._ch);
|
|
22380
22431
|
if (b != null) {
|
|
22381
22432
|
return b._ao;
|
|
22382
22433
|
}
|
|
@@ -22386,11 +22437,11 @@ export let SingleTargetFormula = /*@__PURE__*/ (() => {
|
|
|
22386
22437
|
return this.get__bb();
|
|
22387
22438
|
}
|
|
22388
22439
|
get__ab() {
|
|
22389
|
-
let a = typeCast(CellCalcReference.$, this.
|
|
22440
|
+
let a = typeCast(CellCalcReference.$, this._ch);
|
|
22390
22441
|
if (a != null) {
|
|
22391
22442
|
return a._w;
|
|
22392
22443
|
}
|
|
22393
|
-
let b = typeCast(TempCellCalcReference.$, this.
|
|
22444
|
+
let b = typeCast(TempCellCalcReference.$, this._ch);
|
|
22394
22445
|
if (b != null && b._as >= 0) {
|
|
22395
22446
|
let c = b._u;
|
|
22396
22447
|
if (c != null) {
|
|
@@ -22403,11 +22454,11 @@ export let SingleTargetFormula = /*@__PURE__*/ (() => {
|
|
|
22403
22454
|
return this.get__ab();
|
|
22404
22455
|
}
|
|
22405
22456
|
get__aa() {
|
|
22406
|
-
let a = typeCast(CellCalcReference.$, this.
|
|
22457
|
+
let a = typeCast(CellCalcReference.$, this._ch);
|
|
22407
22458
|
if (a != null) {
|
|
22408
22459
|
return new WorksheetCellAddress(1, a._w.index, a._ao);
|
|
22409
22460
|
}
|
|
22410
|
-
let b = typeCast(TempCellCalcReference.$, this.
|
|
22461
|
+
let b = typeCast(TempCellCalcReference.$, this._ch);
|
|
22411
22462
|
if (b != null) {
|
|
22412
22463
|
return new WorksheetCellAddress(1, b._as, b._ao);
|
|
22413
22464
|
}
|
|
@@ -22417,15 +22468,15 @@ export let SingleTargetFormula = /*@__PURE__*/ (() => {
|
|
|
22417
22468
|
return this.get__aa();
|
|
22418
22469
|
}
|
|
22419
22470
|
_b7() {
|
|
22420
|
-
if (this.
|
|
22421
|
-
this.
|
|
22471
|
+
if (this._ch != null && this._ch._formula == this && this._ab != null) {
|
|
22472
|
+
this._ch._a0(this, false, true);
|
|
22422
22473
|
}
|
|
22423
22474
|
}
|
|
22424
22475
|
get__y() {
|
|
22425
|
-
return this.
|
|
22476
|
+
return this._ch != null ? this._ch._t : null;
|
|
22426
22477
|
}
|
|
22427
22478
|
get__t() {
|
|
22428
|
-
return this.
|
|
22479
|
+
return this._ch != null ? this._ch._r : null;
|
|
22429
22480
|
}
|
|
22430
22481
|
get _t() {
|
|
22431
22482
|
return this.get__t();
|
|
@@ -22436,18 +22487,18 @@ export let SingleTargetFormula = /*@__PURE__*/ (() => {
|
|
|
22436
22487
|
return false;
|
|
22437
22488
|
}
|
|
22438
22489
|
let e;
|
|
22439
|
-
for (e = 0; e < this.
|
|
22440
|
-
if (this.
|
|
22490
|
+
for (e = 0; e < this._co; e++) {
|
|
22491
|
+
if (this._cm._inner[e].isSubsetReference(d)) {
|
|
22441
22492
|
return false;
|
|
22442
22493
|
}
|
|
22443
22494
|
}
|
|
22444
|
-
let f = e + this.
|
|
22495
|
+
let f = e + this._cn;
|
|
22445
22496
|
for (; e < f; e++) {
|
|
22446
|
-
if (this.
|
|
22447
|
-
let g = this.
|
|
22448
|
-
if (!this.
|
|
22449
|
-
if (c && Base.equalsStatic(this.
|
|
22450
|
-
this.
|
|
22497
|
+
if (this._cm._inner[e].isSubsetReference(d)) {
|
|
22498
|
+
let g = this._cr(e);
|
|
22499
|
+
if (!this._cj.b(g)) {
|
|
22500
|
+
if (c && Base.equalsStatic(this._cm._inner[e], d)) {
|
|
22501
|
+
this._cy(g);
|
|
22451
22502
|
}
|
|
22452
22503
|
else {
|
|
22453
22504
|
continue;
|
|
@@ -22458,48 +22509,48 @@ export let SingleTargetFormula = /*@__PURE__*/ (() => {
|
|
|
22458
22509
|
}
|
|
22459
22510
|
let h = typeCast(CellCalcReference.$, d);
|
|
22460
22511
|
if (c) {
|
|
22461
|
-
this.
|
|
22462
|
-
this.
|
|
22463
|
-
this.
|
|
22512
|
+
this._cu(a, this._co + this._cn);
|
|
22513
|
+
this._cn++;
|
|
22514
|
+
this._cy(this._cn - 1);
|
|
22464
22515
|
}
|
|
22465
22516
|
else if (h != null) {
|
|
22466
|
-
let i = this.
|
|
22517
|
+
let i = this._cp(h);
|
|
22467
22518
|
if (0 <= i) {
|
|
22468
|
-
this.
|
|
22519
|
+
this._cy(this._cr(i));
|
|
22469
22520
|
return false;
|
|
22470
22521
|
}
|
|
22471
|
-
let j = this.
|
|
22472
|
-
this.
|
|
22522
|
+
let j = this._cu(h, ~i);
|
|
22523
|
+
this._cy(j);
|
|
22473
22524
|
}
|
|
22474
22525
|
else {
|
|
22475
|
-
let k = this.
|
|
22526
|
+
let k = this._cm.count;
|
|
22476
22527
|
for (let l = 0; e < k; e++, l++) {
|
|
22477
|
-
let m = this.
|
|
22528
|
+
let m = this._cm._inner[e];
|
|
22478
22529
|
if (typeCast(CellCalcReference.$, m) !== null) {
|
|
22479
22530
|
continue;
|
|
22480
22531
|
}
|
|
22481
22532
|
if (Base.equalsStatic(m, d)) {
|
|
22482
|
-
this.
|
|
22533
|
+
this._cy(l);
|
|
22483
22534
|
return false;
|
|
22484
22535
|
}
|
|
22485
22536
|
}
|
|
22486
|
-
let n = this.
|
|
22487
|
-
this.
|
|
22488
|
-
this.
|
|
22537
|
+
let n = this._cr(this._cm.count);
|
|
22538
|
+
this._cm.add(d);
|
|
22539
|
+
this._cy(n);
|
|
22489
22540
|
}
|
|
22490
22541
|
if (b != null) {
|
|
22491
|
-
b.ah(d, this.
|
|
22542
|
+
b.ah(d, this._ch);
|
|
22492
22543
|
}
|
|
22493
22544
|
else {
|
|
22494
22545
|
}
|
|
22495
22546
|
return true;
|
|
22496
22547
|
}
|
|
22497
|
-
|
|
22498
|
-
let b = this.
|
|
22499
|
-
let c = this.
|
|
22548
|
+
_cp(a) {
|
|
22549
|
+
let b = this._ct(this._cn);
|
|
22550
|
+
let c = this._cm.count - 1;
|
|
22500
22551
|
while (b <= c) {
|
|
22501
22552
|
let d = b + (intDivide((c - b), 2));
|
|
22502
|
-
let e = SingleTargetFormula.
|
|
22553
|
+
let e = SingleTargetFormula._cq(a, typeCast(CellCalcReference.$, this._cm._inner[d]));
|
|
22503
22554
|
if (e == 0) {
|
|
22504
22555
|
return d;
|
|
22505
22556
|
}
|
|
@@ -22512,25 +22563,25 @@ export let SingleTargetFormula = /*@__PURE__*/ (() => {
|
|
|
22512
22563
|
}
|
|
22513
22564
|
return ~b;
|
|
22514
22565
|
}
|
|
22515
|
-
|
|
22516
|
-
let b = this.
|
|
22517
|
-
if (this.
|
|
22566
|
+
_cv(a) {
|
|
22567
|
+
let b = this._cs();
|
|
22568
|
+
if (this._cj == null || b == 0) {
|
|
22518
22569
|
return;
|
|
22519
22570
|
}
|
|
22520
22571
|
for (let c = b - 1; c >= 0; c--) {
|
|
22521
|
-
if (this.
|
|
22522
|
-
if (c < this.
|
|
22523
|
-
this.
|
|
22572
|
+
if (this._cj.b(c) == false) {
|
|
22573
|
+
if (c < this._cn) {
|
|
22574
|
+
this._cn--;
|
|
22524
22575
|
}
|
|
22525
|
-
let d = this.
|
|
22526
|
-
let e = this.
|
|
22527
|
-
this.
|
|
22528
|
-
a.a0(e, this.
|
|
22576
|
+
let d = this._ct(c);
|
|
22577
|
+
let e = this._cm._inner[d];
|
|
22578
|
+
this._cm.removeAt(d);
|
|
22579
|
+
a.a0(e, this._ch);
|
|
22529
22580
|
}
|
|
22530
22581
|
}
|
|
22531
|
-
this.
|
|
22582
|
+
this._cj.h(false);
|
|
22532
22583
|
}
|
|
22533
|
-
static
|
|
22584
|
+
static _cq(a, b) {
|
|
22534
22585
|
if (a == b) {
|
|
22535
22586
|
return 0;
|
|
22536
22587
|
}
|
|
@@ -22547,32 +22598,32 @@ export let SingleTargetFormula = /*@__PURE__*/ (() => {
|
|
|
22547
22598
|
}
|
|
22548
22599
|
return b._u._am - a._u._am;
|
|
22549
22600
|
}
|
|
22550
|
-
|
|
22551
|
-
if (this.
|
|
22552
|
-
this.
|
|
22601
|
+
_cw(a) {
|
|
22602
|
+
if (this._cj == null) {
|
|
22603
|
+
this._cj = new SingleTargetFormula_SimpleBitArray(a + 1, false);
|
|
22553
22604
|
}
|
|
22554
|
-
else if (this.
|
|
22555
|
-
this.
|
|
22605
|
+
else if (this._cj.f <= a) {
|
|
22606
|
+
this._cj.f = Math.max(a + 1, this._cj.f * 2);
|
|
22556
22607
|
}
|
|
22557
22608
|
}
|
|
22558
22609
|
evaluateCore(a) {
|
|
22559
|
-
if (this.
|
|
22610
|
+
if (this._ch._aj) {
|
|
22560
22611
|
return null;
|
|
22561
22612
|
}
|
|
22562
|
-
return this.
|
|
22613
|
+
return this._cg(a, this._ch, false);
|
|
22563
22614
|
}
|
|
22564
|
-
|
|
22615
|
+
_cg(a, b, c) {
|
|
22565
22616
|
if (this._am) {
|
|
22566
|
-
return this.
|
|
22617
|
+
return this._cd;
|
|
22567
22618
|
}
|
|
22568
|
-
if (this.
|
|
22619
|
+
if (this._ci._ai) {
|
|
22569
22620
|
return new ExcelCalcValue(new ExcelCalcErrorValue(7));
|
|
22570
22621
|
}
|
|
22571
22622
|
try {
|
|
22572
22623
|
let d = new ExcelCalcNumberStack(b, this);
|
|
22573
22624
|
d._u = c;
|
|
22574
22625
|
let e;
|
|
22575
|
-
if (this.
|
|
22626
|
+
if (this._ch == b) {
|
|
22576
22627
|
e = new FormulaContext(1, a, this._i);
|
|
22577
22628
|
}
|
|
22578
22629
|
else {
|
|
@@ -22590,7 +22641,7 @@ export let SingleTargetFormula = /*@__PURE__*/ (() => {
|
|
|
22590
22641
|
}
|
|
22591
22642
|
}
|
|
22592
22643
|
}
|
|
22593
|
-
let h = FormulaEvaluator.a5(e, this.
|
|
22644
|
+
let h = FormulaEvaluator.a5(e, this._ci, d);
|
|
22594
22645
|
h.h();
|
|
22595
22646
|
if (d.count() == 0) {
|
|
22596
22647
|
return new ExcelCalcValue(new ExcelCalcErrorValue(1));
|
|
@@ -22605,41 +22656,41 @@ export let SingleTargetFormula = /*@__PURE__*/ (() => {
|
|
|
22605
22656
|
return new ExcelCalcValue(j);
|
|
22606
22657
|
}
|
|
22607
22658
|
}
|
|
22608
|
-
|
|
22609
|
-
return this.
|
|
22659
|
+
_cs() {
|
|
22660
|
+
return this._cm.count - this._co;
|
|
22610
22661
|
}
|
|
22611
|
-
|
|
22612
|
-
return a - this.
|
|
22662
|
+
_cr(a) {
|
|
22663
|
+
return a - this._co;
|
|
22613
22664
|
}
|
|
22614
|
-
|
|
22615
|
-
return a + this.
|
|
22665
|
+
_ct(a) {
|
|
22666
|
+
return a + this._co;
|
|
22616
22667
|
}
|
|
22617
|
-
|
|
22668
|
+
_cx(a) {
|
|
22618
22669
|
this._b6(a);
|
|
22619
22670
|
let b = new FormulaContext(1, a, this);
|
|
22620
22671
|
let c = SingleTargetFormula_StaticReferenceFinder.a3(b, this);
|
|
22621
22672
|
c.h();
|
|
22622
22673
|
}
|
|
22623
|
-
|
|
22624
|
-
let c = this.
|
|
22625
|
-
if (this.
|
|
22626
|
-
let d = this.
|
|
22627
|
-
this.
|
|
22628
|
-
this.
|
|
22674
|
+
_cu(a, b) {
|
|
22675
|
+
let c = this._cr(b);
|
|
22676
|
+
if (this._cj != null) {
|
|
22677
|
+
let d = this._cs();
|
|
22678
|
+
this._cw(d);
|
|
22679
|
+
this._cj.i(c);
|
|
22629
22680
|
}
|
|
22630
|
-
this.
|
|
22681
|
+
this._cm.insert(b, a);
|
|
22631
22682
|
return c;
|
|
22632
22683
|
}
|
|
22633
|
-
|
|
22634
|
-
this.
|
|
22635
|
-
this.
|
|
22684
|
+
_cy(a) {
|
|
22685
|
+
this._cw(a);
|
|
22686
|
+
this._cj.g(a, true);
|
|
22636
22687
|
}
|
|
22637
|
-
|
|
22638
|
-
if (this.
|
|
22688
|
+
_cz(a, b, c = false) {
|
|
22689
|
+
if (this._ch == a) {
|
|
22639
22690
|
return;
|
|
22640
22691
|
}
|
|
22641
|
-
let d = this.
|
|
22642
|
-
this.
|
|
22692
|
+
let d = this._ch;
|
|
22693
|
+
this._ch = a;
|
|
22643
22694
|
if (d != null) {
|
|
22644
22695
|
if (this._as) {
|
|
22645
22696
|
if (a == null && d._u != null && !c) {
|
|
@@ -22650,13 +22701,13 @@ export let SingleTargetFormula = /*@__PURE__*/ (() => {
|
|
|
22650
22701
|
this._bu();
|
|
22651
22702
|
}
|
|
22652
22703
|
}
|
|
22653
|
-
this.
|
|
22654
|
-
if (this.
|
|
22655
|
-
this.
|
|
22704
|
+
this._cm.clear();
|
|
22705
|
+
if (this._cj != null) {
|
|
22706
|
+
this._cj.h(false);
|
|
22656
22707
|
}
|
|
22657
|
-
if (this.
|
|
22708
|
+
if (this._ch != null) {
|
|
22658
22709
|
if (this._al == false) {
|
|
22659
|
-
this._b5(new FormulaContext(1, this.
|
|
22710
|
+
this._b5(new FormulaContext(1, this._ch._t, this));
|
|
22660
22711
|
}
|
|
22661
22712
|
if (this._i._aq == false) {
|
|
22662
22713
|
let e = new FormulaContext(1, b, this._i);
|
|
@@ -22664,31 +22715,31 @@ export let SingleTargetFormula = /*@__PURE__*/ (() => {
|
|
|
22664
22715
|
f.h();
|
|
22665
22716
|
}
|
|
22666
22717
|
}
|
|
22667
|
-
this.
|
|
22718
|
+
this._co = this._cm.count;
|
|
22668
22719
|
}
|
|
22669
|
-
get
|
|
22670
|
-
return this.
|
|
22720
|
+
get _ce() {
|
|
22721
|
+
return this._cd;
|
|
22671
22722
|
}
|
|
22672
|
-
set
|
|
22673
|
-
if (this.
|
|
22674
|
-
this.
|
|
22675
|
-
if (this.
|
|
22723
|
+
set _ce(a) {
|
|
22724
|
+
if (this._ch != null && this._ch._ad) {
|
|
22725
|
+
this._ch._ad = false;
|
|
22726
|
+
if (this._cd != null && !this._ch._af) {
|
|
22676
22727
|
return;
|
|
22677
22728
|
}
|
|
22678
22729
|
}
|
|
22679
|
-
this.
|
|
22730
|
+
this._cd = a;
|
|
22680
22731
|
}
|
|
22681
22732
|
get hasAlwaysDirty() {
|
|
22682
22733
|
return this._ax;
|
|
22683
22734
|
}
|
|
22684
|
-
|
|
22735
|
+
get__cl() {
|
|
22685
22736
|
return true;
|
|
22686
22737
|
}
|
|
22687
|
-
get
|
|
22688
|
-
return this.
|
|
22738
|
+
get _cl() {
|
|
22739
|
+
return this.get__cl();
|
|
22689
22740
|
}
|
|
22690
|
-
get
|
|
22691
|
-
return this.
|
|
22741
|
+
get _ci() {
|
|
22742
|
+
return this._ch;
|
|
22692
22743
|
}
|
|
22693
22744
|
}
|
|
22694
22745
|
SingleTargetFormula.$t = /*@__PURE__*/ markType(SingleTargetFormula, 'SingleTargetFormula', Formula.$, [IExcelCalcFormula_$type, IExcelCalcReferenceCollectionEx_$type]);
|
|
@@ -23430,7 +23481,7 @@ export let ChartTextAreaBase = /*@__PURE__*/ (() => {
|
|
|
23430
23481
|
*/
|
|
23431
23482
|
set _a5(a) {
|
|
23432
23483
|
if (a != this._a4) {
|
|
23433
|
-
if (a != null && a.
|
|
23484
|
+
if (a != null && a._ci == null) {
|
|
23434
23485
|
ChartTextAreaBase._a6(this.sheet, a);
|
|
23435
23486
|
}
|
|
23436
23487
|
let b = this._r(ChartTextAreaBase.$, SingleTargetFormula.$, this, 2, this._a4, a);
|
|
@@ -23579,7 +23630,7 @@ export let ChartTextAreaBase = /*@__PURE__*/ (() => {
|
|
|
23579
23630
|
*/
|
|
23580
23631
|
get_text() {
|
|
23581
23632
|
if (this._a4 != null) {
|
|
23582
|
-
let a = this._a4.
|
|
23633
|
+
let a = this._a4._cg(this.workbook, null, false);
|
|
23583
23634
|
if (!a.isError) {
|
|
23584
23635
|
let b = a.toString();
|
|
23585
23636
|
if (b != this._b1) {
|
|
@@ -23867,7 +23918,7 @@ export let ChartTextAreaBase = /*@__PURE__*/ (() => {
|
|
|
23867
23918
|
static _a6(a, b) {
|
|
23868
23919
|
if (b != null) {
|
|
23869
23920
|
let c = new TempCellCalcReference(true, a, new WorksheetCellAddress(1, 0, 0));
|
|
23870
|
-
b.
|
|
23921
|
+
b._cz(c, a.workbook);
|
|
23871
23922
|
}
|
|
23872
23923
|
return b;
|
|
23873
23924
|
}
|
|
@@ -27795,7 +27846,7 @@ export let WorksheetCellFormatProxy = /*@__PURE__*/ (() => {
|
|
|
27795
27846
|
a.b._at(a.c);
|
|
27796
27847
|
}
|
|
27797
27848
|
static _aq($tValue, a, b, c, d, e, f) {
|
|
27798
|
-
ChangeInfo.f(a, WorksheetCellFormatProxy._ad(b), new ChangeInfo$2(WorksheetCellFormatProxy_FormatChangeContext.$, $tValue, EnumUtil.getName(CellFormatValue_$type, b), e, c, (g, h) => WorksheetCellFormatProxy.
|
|
27849
|
+
ChangeInfo.f(a, WorksheetCellFormatProxy._ad(b), new ChangeInfo$2(WorksheetCellFormatProxy_FormatChangeContext.$, $tValue, EnumUtil.getName(CellFormatValue_$type, b), e, c, (g, h) => WorksheetCellFormatProxy._bp($tValue, g, h, d), null, true, f, false, (g) => WorksheetCellFormatProxy._ac(g), (g) => WorksheetCellFormatProxy._al(g)));
|
|
27799
27850
|
}
|
|
27800
27851
|
static _m(a, b) {
|
|
27801
27852
|
let c = new Array(WorksheetCellFormatProxy._af);
|
|
@@ -27815,29 +27866,30 @@ export let WorksheetCellFormatProxy = /*@__PURE__*/ (() => {
|
|
|
27815
27866
|
WorksheetCellFormatProxy._aq(FontSuperscriptSubscriptStyle_$type, c, 8192, (d) => d.proxy._u.superscriptSubscriptStyle, (d, e) => d.proxy._u._j(e, true, -97), a, b);
|
|
27816
27867
|
WorksheetCellFormatProxy._aq(FontUnderlineStyle_$type, c, 16384, (d) => d.proxy._u.underlineStyle, (d, e) => d.proxy._u._k(e, true, -97), a, b);
|
|
27817
27868
|
WorksheetCellFormatProxy._aq(String_$type, c, 65536, (d) => d.proxy.formatString, (d, e) => d.proxy._a5(e, true, -97), a, b);
|
|
27818
|
-
WorksheetCellFormatProxy._aq(Number_$type, c, 131072, (d) => d.proxy.indent, (d, e) => d.proxy.
|
|
27819
|
-
WorksheetCellFormatProxy._aq(WorkbookColorInfo.$, c, 262144, (d) => d.proxy.leftBorderColorInfo, (d, e) => d.proxy.
|
|
27820
|
-
WorksheetCellFormatProxy._aq(CellBorderLineStyle_$type, c, 524288, (d) => d.proxy.leftBorderStyle, (d, e) => d.proxy.
|
|
27821
|
-
WorksheetCellFormatProxy._aq(Nullable$1.$.specialize(Boolean_$type), c,
|
|
27822
|
-
WorksheetCellFormatProxy._aq(
|
|
27823
|
-
WorksheetCellFormatProxy._aq(
|
|
27824
|
-
WorksheetCellFormatProxy._aq(
|
|
27825
|
-
WorksheetCellFormatProxy._aq(
|
|
27826
|
-
WorksheetCellFormatProxy._aq(
|
|
27827
|
-
WorksheetCellFormatProxy._aq(
|
|
27828
|
-
WorksheetCellFormatProxy._aq(
|
|
27829
|
-
WorksheetCellFormatProxy._aq(
|
|
27830
|
-
|
|
27831
|
-
ChangeInfo.f(c, WorksheetCellFormatProxy._ad(
|
|
27832
|
-
ChangeInfo.f(c, WorksheetCellFormatProxy.
|
|
27833
|
-
ChangeInfo.f(c, WorksheetCellFormatProxy.
|
|
27869
|
+
WorksheetCellFormatProxy._aq(Number_$type, c, 131072, (d) => d.proxy.indent, (d, e) => d.proxy._a9(e, true, -97), a, b);
|
|
27870
|
+
WorksheetCellFormatProxy._aq(WorkbookColorInfo.$, c, 262144, (d) => d.proxy.leftBorderColorInfo, (d, e) => d.proxy._ba(e, true, -97), a, b);
|
|
27871
|
+
WorksheetCellFormatProxy._aq(CellBorderLineStyle_$type, c, 524288, (d) => d.proxy.leftBorderStyle, (d, e) => d.proxy._bb(e, true, -97), a, b);
|
|
27872
|
+
WorksheetCellFormatProxy._aq(Nullable$1.$.specialize(Boolean_$type), c, 1073741824, (d) => d.proxy._hidden$i, (d, e) => d.proxy._a8(e, true, -97), a, b);
|
|
27873
|
+
WorksheetCellFormatProxy._aq(Nullable$1.$.specialize(Boolean_$type), c, 1048576, (d) => d.proxy._locked$i, (d, e) => d.proxy._bc(e, true, -97), a, b);
|
|
27874
|
+
WorksheetCellFormatProxy._aq(WorkbookColorInfo.$, c, 2097152, (d) => d.proxy.rightBorderColorInfo, (d, e) => d.proxy._be(e, true, -97), a, b);
|
|
27875
|
+
WorksheetCellFormatProxy._aq(CellBorderLineStyle_$type, c, 4194304, (d) => d.proxy.rightBorderStyle, (d, e) => d.proxy._bf(e, true, -97), a, b);
|
|
27876
|
+
WorksheetCellFormatProxy._aq(Number_$type, c, 8388608, (d) => d.proxy.rotation, (d, e) => d.proxy._bg(e, true, -97), a, b);
|
|
27877
|
+
WorksheetCellFormatProxy._aq(Nullable$1.$.specialize(Boolean_$type), c, 16777216, (d) => d.proxy._shrinkToFit$i, (d, e) => d.proxy._bh(e, true, -97), a, b);
|
|
27878
|
+
WorksheetCellFormatProxy._aq(WorkbookColorInfo.$, c, 67108864, (d) => d.proxy.topBorderColorInfo, (d, e) => d.proxy._bj(e, true, -97), a, b);
|
|
27879
|
+
WorksheetCellFormatProxy._aq(CellBorderLineStyle_$type, c, 134217728, (d) => d.proxy.topBorderStyle, (d, e) => d.proxy._bk(e, true, -97), a, b);
|
|
27880
|
+
WorksheetCellFormatProxy._aq(VerticalCellAlignment_$type, c, 268435456, (d) => d.proxy.verticalAlignment, (d, e) => d.proxy._bn(e, true, -97), a, b);
|
|
27881
|
+
WorksheetCellFormatProxy._aq(Nullable$1.$.specialize(Boolean_$type), c, 536870912, (d) => d.proxy._wrapText$i, (d, e) => d.proxy._bo(e, true, -97), a, b);
|
|
27882
|
+
ChangeInfo.f(c, WorksheetCellFormatProxy._ad(32768), new ChangeInfo$2(WorksheetCellFormatProxy_SetFormattingChangeContext.$, WorksheetCellFormatData.$, "FormatOptions", a, (d) => d.proxy.d, (d, e) => WorksheetCellFormatProxy._br(d, e), null, true, b, false, null, (d) => WorksheetCellFormatProxy._an(d)));
|
|
27883
|
+
ChangeInfo.f(c, WorksheetCellFormatProxy._ad(33554432), new ChangeInfo$2(WorksheetCellFormatProxy_SetFormattingChangeContext.$, WorksheetCellFormatData.$, "Style", a, (d) => d.proxy.d, (d, e) => WorksheetCellFormatProxy._br(d, e), null, true, b, false, null, (d) => WorksheetCellFormatProxy._an(d)));
|
|
27884
|
+
ChangeInfo.f(c, WorksheetCellFormatProxy._ah, new ChangeInfo$2(WorksheetCellFormatProxy_SetFormattingChangeContext.$, WorksheetCellFormatData.$, "SetFormatting", a, (d) => d.proxy.d, (d, e) => WorksheetCellFormatProxy._br(d, e), null, true, b, false, null, (d) => WorksheetCellFormatProxy._an(d)));
|
|
27885
|
+
ChangeInfo.f(c, WorksheetCellFormatProxy._ag, new ChangeInfo$2(WorksheetCellFormatProxy_SetFontFormattingChangeContext.$, WorkbookFontData.$, "SetFontFormatting", a, (d) => d.proxy.d._bp.d, (d, e) => WorksheetCellFormatProxy._bq(d, e), null, true, b, false, null, (d) => WorksheetCellFormatProxy._am(d)));
|
|
27834
27886
|
return c;
|
|
27835
27887
|
}
|
|
27836
27888
|
static _ad(a) {
|
|
27837
27889
|
let b = a;
|
|
27838
27890
|
let c = 0;
|
|
27839
27891
|
while (b % 2 == 0) {
|
|
27840
|
-
b
|
|
27892
|
+
b = (intSToU(b) >>> 1);
|
|
27841
27893
|
c++;
|
|
27842
27894
|
}
|
|
27843
27895
|
return c;
|
|
@@ -27845,7 +27897,7 @@ export let WorksheetCellFormatProxy = /*@__PURE__*/ (() => {
|
|
|
27845
27897
|
static _ac(a) {
|
|
27846
27898
|
let b = typeCast(WorksheetCellOwnedFormatProxy.$, a.b);
|
|
27847
27899
|
if (b != null) {
|
|
27848
|
-
return b.
|
|
27900
|
+
return b._bw;
|
|
27849
27901
|
}
|
|
27850
27902
|
let c = typeCast(WorksheetColumn.$, a.b._s);
|
|
27851
27903
|
if (c != null) {
|
|
@@ -27909,6 +27961,9 @@ export let WorksheetCellFormatProxy = /*@__PURE__*/ (() => {
|
|
|
27909
27961
|
if (b.leftBorderStyle != a.leftBorderStyle) {
|
|
27910
27962
|
c |= 524288;
|
|
27911
27963
|
}
|
|
27964
|
+
if (nullableNotEquals(b._hidden$i, a._hidden$i)) {
|
|
27965
|
+
c |= 1073741824;
|
|
27966
|
+
}
|
|
27912
27967
|
if (nullableNotEquals(b._locked$i, a._locked$i)) {
|
|
27913
27968
|
c |= 1048576;
|
|
27914
27969
|
}
|
|
@@ -27960,7 +28015,7 @@ export let WorksheetCellFormatProxy = /*@__PURE__*/ (() => {
|
|
|
27960
28015
|
return toNullable(WorksheetCellAddress.$, null);
|
|
27961
28016
|
}
|
|
27962
28017
|
_aj(a) {
|
|
27963
|
-
return this.d.
|
|
28018
|
+
return this.d._df(a);
|
|
27964
28019
|
}
|
|
27965
28020
|
static _y(a, b, c) {
|
|
27966
28021
|
if ((c & 830603265) != 0) {
|
|
@@ -28033,6 +28088,9 @@ export let WorksheetCellFormatProxy = /*@__PURE__*/ (() => {
|
|
|
28033
28088
|
return true;
|
|
28034
28089
|
}
|
|
28035
28090
|
}
|
|
28091
|
+
if ((c & 1073741824) != 0 && nullableNotEquals(b._hidden$i, a._hidden$i)) {
|
|
28092
|
+
return true;
|
|
28093
|
+
}
|
|
28036
28094
|
if ((c & 1048576) != 0 && nullableNotEquals(b._locked$i, a._locked$i)) {
|
|
28037
28095
|
return true;
|
|
28038
28096
|
}
|
|
@@ -28061,12 +28119,12 @@ export let WorksheetCellFormatProxy = /*@__PURE__*/ (() => {
|
|
|
28061
28119
|
}
|
|
28062
28120
|
}
|
|
28063
28121
|
_ar(a = 0) {
|
|
28064
|
-
this.
|
|
28122
|
+
this._bi(null, true, a);
|
|
28065
28123
|
this._a3(0, true, a);
|
|
28066
28124
|
}
|
|
28067
28125
|
_as(a, b) {
|
|
28068
|
-
let c = WorksheetCellFormatData.
|
|
28069
|
-
this.
|
|
28126
|
+
let c = WorksheetCellFormatData._da(a);
|
|
28127
|
+
this._bm(a, c, true, b);
|
|
28070
28128
|
}
|
|
28071
28129
|
_at(a) {
|
|
28072
28130
|
}
|
|
@@ -28219,13 +28277,13 @@ export let WorksheetCellFormatProxy = /*@__PURE__*/ (() => {
|
|
|
28219
28277
|
let f = this._l[WorksheetCellFormatProxy._ah];
|
|
28220
28278
|
f.e(WorksheetCellFormatProxy_SetFormattingChangeContext.$, WorksheetCellFormatData.$, b, b.a, this.d);
|
|
28221
28279
|
}
|
|
28222
|
-
|
|
28280
|
+
_bd(a) {
|
|
28223
28281
|
this._r = a;
|
|
28224
28282
|
}
|
|
28225
|
-
|
|
28226
|
-
this.
|
|
28283
|
+
_bl(a, b) {
|
|
28284
|
+
this._bm(a, b, true, 0);
|
|
28227
28285
|
}
|
|
28228
|
-
|
|
28286
|
+
_bm(a, b, c, d) {
|
|
28229
28287
|
switch (a) {
|
|
28230
28288
|
case 1:
|
|
28231
28289
|
this._au(EnumUtil.getEnumValue(HorizontalCellAlignment_$type, b), c, d);
|
|
@@ -28279,55 +28337,58 @@ export let WorksheetCellFormatProxy = /*@__PURE__*/ (() => {
|
|
|
28279
28337
|
this._a5(b, c, d);
|
|
28280
28338
|
break;
|
|
28281
28339
|
case 131072:
|
|
28282
|
-
this.
|
|
28340
|
+
this._a9(typeGetValue(b), c, d);
|
|
28283
28341
|
break;
|
|
28284
28342
|
case 262144:
|
|
28285
|
-
this.
|
|
28343
|
+
this._ba(b, c, d);
|
|
28286
28344
|
break;
|
|
28287
28345
|
case 524288:
|
|
28288
|
-
this.
|
|
28346
|
+
this._bb(EnumUtil.getEnumValue(CellBorderLineStyle_$type, b), c, d);
|
|
28347
|
+
break;
|
|
28348
|
+
case 1073741824:
|
|
28349
|
+
this._a8(wrapNullable(Boolean_$type, b), c, d);
|
|
28289
28350
|
break;
|
|
28290
28351
|
case 1048576:
|
|
28291
|
-
this.
|
|
28352
|
+
this._bc(wrapNullable(Boolean_$type, b), c, d);
|
|
28292
28353
|
break;
|
|
28293
28354
|
case 2097152:
|
|
28294
|
-
this.
|
|
28355
|
+
this._be(b, c, d);
|
|
28295
28356
|
break;
|
|
28296
28357
|
case 4194304:
|
|
28297
|
-
this.
|
|
28358
|
+
this._bf(EnumUtil.getEnumValue(CellBorderLineStyle_$type, b), c, d);
|
|
28298
28359
|
break;
|
|
28299
28360
|
case 8388608:
|
|
28300
|
-
this.
|
|
28361
|
+
this._bg(typeGetValue(b), c, d);
|
|
28301
28362
|
break;
|
|
28302
28363
|
case 16777216:
|
|
28303
|
-
this.
|
|
28364
|
+
this._bh(wrapNullable(Boolean_$type, b), c, d);
|
|
28304
28365
|
break;
|
|
28305
28366
|
case 33554432:
|
|
28306
|
-
this.
|
|
28367
|
+
this._bi(b, c, d);
|
|
28307
28368
|
break;
|
|
28308
28369
|
case 67108864:
|
|
28309
|
-
this.
|
|
28370
|
+
this._bj(b, c, d);
|
|
28310
28371
|
break;
|
|
28311
28372
|
case 134217728:
|
|
28312
|
-
this.
|
|
28373
|
+
this._bk(EnumUtil.getEnumValue(CellBorderLineStyle_$type, b), c, d);
|
|
28313
28374
|
break;
|
|
28314
28375
|
case 268435456:
|
|
28315
|
-
this.
|
|
28376
|
+
this._bn(EnumUtil.getEnumValue(VerticalCellAlignment_$type, b), c, d);
|
|
28316
28377
|
break;
|
|
28317
28378
|
case 536870912:
|
|
28318
|
-
this.
|
|
28379
|
+
this._bo(wrapNullable(Boolean_$type, b), c, d);
|
|
28319
28380
|
break;
|
|
28320
28381
|
default: break;
|
|
28321
28382
|
}
|
|
28322
28383
|
}
|
|
28323
|
-
static
|
|
28384
|
+
static _bp($tValue, a, b, c) {
|
|
28324
28385
|
c(a, b);
|
|
28325
28386
|
a.b._a4(a.a, true, -97);
|
|
28326
28387
|
}
|
|
28327
|
-
static
|
|
28388
|
+
static _bq(a, b) {
|
|
28328
28389
|
a.b._a1(b, true, -97);
|
|
28329
28390
|
}
|
|
28330
|
-
static
|
|
28391
|
+
static _br(a, b) {
|
|
28331
28392
|
a.c._setFormatting1(b, -97);
|
|
28332
28393
|
a.c._a4(a.b, true, -97);
|
|
28333
28394
|
}
|
|
@@ -28430,29 +28491,45 @@ export let WorksheetCellFormatProxy = /*@__PURE__*/ (() => {
|
|
|
28430
28491
|
return this.d.indent;
|
|
28431
28492
|
}
|
|
28432
28493
|
set indent(a) {
|
|
28433
|
-
this.
|
|
28494
|
+
this._a9(a, true, 0);
|
|
28434
28495
|
}
|
|
28435
|
-
|
|
28496
|
+
_a9(a, b, c) {
|
|
28436
28497
|
this._ab(Number_$type, a, 131072, b, c, (d) => d.indent, (d, e) => d.indent = e);
|
|
28437
28498
|
}
|
|
28438
28499
|
get leftBorderColorInfo() {
|
|
28439
28500
|
return this.d.leftBorderColorInfo;
|
|
28440
28501
|
}
|
|
28441
28502
|
set leftBorderColorInfo(a) {
|
|
28442
|
-
this.
|
|
28503
|
+
this._ba(a, true, 0);
|
|
28443
28504
|
}
|
|
28444
|
-
|
|
28505
|
+
_ba(a, b, c) {
|
|
28445
28506
|
this._ab(WorkbookColorInfo.$, a, 262144, b, c, (d) => d.leftBorderColorInfo, (d, e) => d.leftBorderColorInfo = e);
|
|
28446
28507
|
}
|
|
28447
28508
|
get leftBorderStyle() {
|
|
28448
28509
|
return this.d.leftBorderStyle;
|
|
28449
28510
|
}
|
|
28450
28511
|
set leftBorderStyle(a) {
|
|
28451
|
-
this.
|
|
28512
|
+
this._bb(a, true, 0);
|
|
28452
28513
|
}
|
|
28453
|
-
|
|
28514
|
+
_bb(a, b, c) {
|
|
28454
28515
|
this._ab(CellBorderLineStyle_$type, a, 524288, b, c, (d) => d.leftBorderStyle, (d, e) => d.leftBorderStyle = e);
|
|
28455
28516
|
}
|
|
28517
|
+
get hidden() {
|
|
28518
|
+
return unwrapNullable(this._hidden$i);
|
|
28519
|
+
}
|
|
28520
|
+
set hidden(a) {
|
|
28521
|
+
arguments[0] = wrapNullable(Boolean_$type, arguments[0]);
|
|
28522
|
+
this._hidden$i = arguments[0];
|
|
28523
|
+
}
|
|
28524
|
+
get _hidden$i() {
|
|
28525
|
+
return this.d._hidden$i;
|
|
28526
|
+
}
|
|
28527
|
+
set _hidden$i(a) {
|
|
28528
|
+
this._a8(a, true, 0);
|
|
28529
|
+
}
|
|
28530
|
+
_a8(a, b, c) {
|
|
28531
|
+
this._ab(Nullable$1.$.specialize(Boolean_$type), a, 1073741824, b, c, (d) => d._hidden$i, (d, e) => d._hidden$i = e);
|
|
28532
|
+
}
|
|
28456
28533
|
get locked() {
|
|
28457
28534
|
return unwrapNullable(this._locked$i);
|
|
28458
28535
|
}
|
|
@@ -28464,36 +28541,36 @@ export let WorksheetCellFormatProxy = /*@__PURE__*/ (() => {
|
|
|
28464
28541
|
return this.d._locked$i;
|
|
28465
28542
|
}
|
|
28466
28543
|
set _locked$i(a) {
|
|
28467
|
-
this.
|
|
28544
|
+
this._bc(a, true, 0);
|
|
28468
28545
|
}
|
|
28469
|
-
|
|
28546
|
+
_bc(a, b, c) {
|
|
28470
28547
|
this._ab(Nullable$1.$.specialize(Boolean_$type), a, 1048576, b, c, (d) => d._locked$i, (d, e) => d._locked$i = e);
|
|
28471
28548
|
}
|
|
28472
28549
|
get rightBorderColorInfo() {
|
|
28473
28550
|
return this.d.rightBorderColorInfo;
|
|
28474
28551
|
}
|
|
28475
28552
|
set rightBorderColorInfo(a) {
|
|
28476
|
-
this.
|
|
28553
|
+
this._be(a, true, 0);
|
|
28477
28554
|
}
|
|
28478
|
-
|
|
28555
|
+
_be(a, b, c) {
|
|
28479
28556
|
this._ab(WorkbookColorInfo.$, a, 2097152, b, c, (d) => d.rightBorderColorInfo, (d, e) => d.rightBorderColorInfo = e);
|
|
28480
28557
|
}
|
|
28481
28558
|
get rightBorderStyle() {
|
|
28482
28559
|
return this.d.rightBorderStyle;
|
|
28483
28560
|
}
|
|
28484
28561
|
set rightBorderStyle(a) {
|
|
28485
|
-
this.
|
|
28562
|
+
this._bf(a, true, 0);
|
|
28486
28563
|
}
|
|
28487
|
-
|
|
28564
|
+
_bf(a, b, c) {
|
|
28488
28565
|
this._ab(CellBorderLineStyle_$type, a, 4194304, b, c, (d) => d.rightBorderStyle, (d, e) => d.rightBorderStyle = e);
|
|
28489
28566
|
}
|
|
28490
28567
|
get rotation() {
|
|
28491
28568
|
return this.d.rotation;
|
|
28492
28569
|
}
|
|
28493
28570
|
set rotation(a) {
|
|
28494
|
-
this.
|
|
28571
|
+
this._bg(a, true, 0);
|
|
28495
28572
|
}
|
|
28496
|
-
|
|
28573
|
+
_bg(a, b, c) {
|
|
28497
28574
|
this._ab(Number_$type, a, 8388608, b, c, (d) => d.rotation, (d, e) => d.rotation = e);
|
|
28498
28575
|
}
|
|
28499
28576
|
get shrinkToFit() {
|
|
@@ -28507,18 +28584,18 @@ export let WorksheetCellFormatProxy = /*@__PURE__*/ (() => {
|
|
|
28507
28584
|
return this.d._shrinkToFit$i;
|
|
28508
28585
|
}
|
|
28509
28586
|
set _shrinkToFit$i(a) {
|
|
28510
|
-
this.
|
|
28587
|
+
this._bh(a, true, 0);
|
|
28511
28588
|
}
|
|
28512
|
-
|
|
28589
|
+
_bh(a, b, c) {
|
|
28513
28590
|
this._ab(Nullable$1.$.specialize(Boolean_$type), a, 16777216, b, c, (d) => d._shrinkToFit$i, (d, e) => d._shrinkToFit$i = e);
|
|
28514
28591
|
}
|
|
28515
28592
|
get style() {
|
|
28516
28593
|
return this.d.style;
|
|
28517
28594
|
}
|
|
28518
28595
|
set style(a) {
|
|
28519
|
-
this.
|
|
28596
|
+
this._bi(a, true, 0);
|
|
28520
28597
|
}
|
|
28521
|
-
|
|
28598
|
+
_bi(a, b, c) {
|
|
28522
28599
|
a = this.d._br(a);
|
|
28523
28600
|
this._ab(WorkbookStyle.$, a, 33554432, b, c, (d) => d.style, (d, e) => d.style = e);
|
|
28524
28601
|
}
|
|
@@ -28526,27 +28603,27 @@ export let WorksheetCellFormatProxy = /*@__PURE__*/ (() => {
|
|
|
28526
28603
|
return this.d.topBorderColorInfo;
|
|
28527
28604
|
}
|
|
28528
28605
|
set topBorderColorInfo(a) {
|
|
28529
|
-
this.
|
|
28606
|
+
this._bj(a, true, 0);
|
|
28530
28607
|
}
|
|
28531
|
-
|
|
28608
|
+
_bj(a, b, c) {
|
|
28532
28609
|
this._ab(WorkbookColorInfo.$, a, 67108864, b, c, (d) => d.topBorderColorInfo, (d, e) => d.topBorderColorInfo = e);
|
|
28533
28610
|
}
|
|
28534
28611
|
get topBorderStyle() {
|
|
28535
28612
|
return this.d.topBorderStyle;
|
|
28536
28613
|
}
|
|
28537
28614
|
set topBorderStyle(a) {
|
|
28538
|
-
this.
|
|
28615
|
+
this._bk(a, true, 0);
|
|
28539
28616
|
}
|
|
28540
|
-
|
|
28617
|
+
_bk(a, b, c) {
|
|
28541
28618
|
this._ab(CellBorderLineStyle_$type, a, 134217728, b, c, (d) => d.topBorderStyle, (d, e) => d.topBorderStyle = e);
|
|
28542
28619
|
}
|
|
28543
28620
|
get verticalAlignment() {
|
|
28544
28621
|
return this.d.verticalAlignment;
|
|
28545
28622
|
}
|
|
28546
28623
|
set verticalAlignment(a) {
|
|
28547
|
-
this.
|
|
28624
|
+
this._bn(a, true, 0);
|
|
28548
28625
|
}
|
|
28549
|
-
|
|
28626
|
+
_bn(a, b, c) {
|
|
28550
28627
|
this._ab(VerticalCellAlignment_$type, a, 268435456, b, c, (d) => d.verticalAlignment, (d, e) => d.verticalAlignment = e);
|
|
28551
28628
|
}
|
|
28552
28629
|
get wrapText() {
|
|
@@ -28560,9 +28637,9 @@ export let WorksheetCellFormatProxy = /*@__PURE__*/ (() => {
|
|
|
28560
28637
|
return this.d._wrapText$i;
|
|
28561
28638
|
}
|
|
28562
28639
|
set _wrapText$i(a) {
|
|
28563
|
-
this.
|
|
28640
|
+
this._bo(a, true, 0);
|
|
28564
28641
|
}
|
|
28565
|
-
|
|
28642
|
+
_bo(a, b, c) {
|
|
28566
28643
|
this._ab(Nullable$1.$.specialize(Boolean_$type), a, 536870912, b, c, (d) => d._wrapText$i, (d, e) => d._wrapText$i = e);
|
|
28567
28644
|
}
|
|
28568
28645
|
get _u() {
|
|
@@ -28585,7 +28662,7 @@ export let WorksheetCellFormatProxy = /*@__PURE__*/ (() => {
|
|
|
28585
28662
|
}
|
|
28586
28663
|
}
|
|
28587
28664
|
WorksheetCellFormatProxy.$t = /*@__PURE__*/ markType(WorksheetCellFormatProxy, 'WorksheetCellFormatProxy', /*@__PURE__*/ GenericCacheElementProxy$1.$.specialize(WorksheetCellFormatData.$), [IWorksheetCellFormat_$type]);
|
|
28588
|
-
WorksheetCellFormatProxy._ah = /*@__PURE__*/ WorksheetCellFormatProxy._ad(
|
|
28665
|
+
WorksheetCellFormatProxy._ah = /*@__PURE__*/ WorksheetCellFormatProxy._ad(-2147483648);
|
|
28589
28666
|
WorksheetCellFormatProxy._ag = WorksheetCellFormatProxy._ah + 1;
|
|
28590
28667
|
WorksheetCellFormatProxy._af = WorksheetCellFormatProxy._ag + 1;
|
|
28591
28668
|
return WorksheetCellFormatProxy;
|
|
@@ -29062,7 +29139,7 @@ export let ConditionalFormatOwnedFormatProxy = /*@__PURE__*/ (() => {
|
|
|
29062
29139
|
return c;
|
|
29063
29140
|
}
|
|
29064
29141
|
get__l() {
|
|
29065
|
-
return ConditionalFormatOwnedFormatProxy.
|
|
29142
|
+
return ConditionalFormatOwnedFormatProxy._bs;
|
|
29066
29143
|
}
|
|
29067
29144
|
get _l() {
|
|
29068
29145
|
return this.get__l();
|
|
@@ -29086,7 +29163,7 @@ export let ConditionalFormatOwnedFormatProxy = /*@__PURE__*/ (() => {
|
|
|
29086
29163
|
}
|
|
29087
29164
|
}
|
|
29088
29165
|
ConditionalFormatOwnedFormatProxy.$t = /*@__PURE__*/ markType(ConditionalFormatOwnedFormatProxy, 'ConditionalFormatOwnedFormatProxy', WorksheetCellFormatProxy.$);
|
|
29089
|
-
ConditionalFormatOwnedFormatProxy.
|
|
29166
|
+
ConditionalFormatOwnedFormatProxy._bs = /*@__PURE__*/ WorksheetCellFormatProxy._m(28, 4);
|
|
29090
29167
|
return ConditionalFormatOwnedFormatProxy;
|
|
29091
29168
|
})();
|
|
29092
29169
|
/**
|
|
@@ -33014,27 +33091,27 @@ export let ArrayInteriorFormula = /*@__PURE__*/ (() => {
|
|
|
33014
33091
|
class ArrayInteriorFormula extends SingleTargetFormula {
|
|
33015
33092
|
constructor(a) {
|
|
33016
33093
|
super(1, a);
|
|
33017
|
-
this.
|
|
33018
|
-
this.
|
|
33094
|
+
this._c0 = null;
|
|
33095
|
+
this._c0 = a;
|
|
33019
33096
|
}
|
|
33020
33097
|
get owningValue() {
|
|
33021
|
-
return this.
|
|
33098
|
+
return this._c0;
|
|
33022
33099
|
}
|
|
33023
33100
|
_g() {
|
|
33024
|
-
return new ArrayInteriorFormula(this.
|
|
33101
|
+
return new ArrayInteriorFormula(this._c0);
|
|
33025
33102
|
}
|
|
33026
33103
|
get__i() {
|
|
33027
|
-
return this.
|
|
33104
|
+
return this._c0;
|
|
33028
33105
|
}
|
|
33029
33106
|
get__ak() {
|
|
33030
33107
|
return true;
|
|
33031
33108
|
}
|
|
33032
|
-
|
|
33033
|
-
let a = typeCast(CellCalcReference.$, this.
|
|
33034
|
-
return a != null && this.
|
|
33109
|
+
get__cl() {
|
|
33110
|
+
let a = typeCast(CellCalcReference.$, this._ci);
|
|
33111
|
+
return a != null && this._c0.cellRange != null && a._w.index == this._c0.cellRange.firstRow && a._ao == this._c0.cellRange._v;
|
|
33035
33112
|
}
|
|
33036
|
-
get
|
|
33037
|
-
return this.
|
|
33113
|
+
get _c1() {
|
|
33114
|
+
return this._c0;
|
|
33038
33115
|
}
|
|
33039
33116
|
}
|
|
33040
33117
|
ArrayInteriorFormula.$t = /*@__PURE__*/ markType(ArrayInteriorFormula, 'ArrayInteriorFormula', SingleTargetFormula.$, [IRegionBlockingSingleCellComponent_$type]);
|
|
@@ -33047,26 +33124,26 @@ export let DataTableInteriorFormula = /*@__PURE__*/ (() => {
|
|
|
33047
33124
|
class DataTableInteriorFormula extends SingleTargetFormula {
|
|
33048
33125
|
constructor(a) {
|
|
33049
33126
|
super(2, a);
|
|
33050
|
-
this.
|
|
33051
|
-
this.
|
|
33052
|
-
this.
|
|
33127
|
+
this._c0 = null;
|
|
33128
|
+
this._c0 = a;
|
|
33129
|
+
this._ce = new ExcelCalcValue(0);
|
|
33053
33130
|
}
|
|
33054
33131
|
get owningValue() {
|
|
33055
|
-
return this.
|
|
33132
|
+
return this._c0;
|
|
33056
33133
|
}
|
|
33057
33134
|
_g() {
|
|
33058
|
-
return new DataTableInteriorFormula(this.
|
|
33135
|
+
return new DataTableInteriorFormula(this._c0);
|
|
33059
33136
|
}
|
|
33060
33137
|
get__am() {
|
|
33061
33138
|
return true;
|
|
33062
33139
|
}
|
|
33063
|
-
|
|
33064
|
-
let a = typeCast(CellCalcReference.$, this.
|
|
33065
|
-
let b = this.
|
|
33140
|
+
get__cl() {
|
|
33141
|
+
let a = typeCast(CellCalcReference.$, this._ci);
|
|
33142
|
+
let b = this._c0._h;
|
|
33066
33143
|
return a != null && b != null && a._w.index == b.firstRow && a._ao == b._v;
|
|
33067
33144
|
}
|
|
33068
|
-
get
|
|
33069
|
-
return this.
|
|
33145
|
+
get _c1() {
|
|
33146
|
+
return this._c0;
|
|
33070
33147
|
}
|
|
33071
33148
|
}
|
|
33072
33149
|
DataTableInteriorFormula.$t = /*@__PURE__*/ markType(DataTableInteriorFormula, 'DataTableInteriorFormula', SingleTargetFormula.$, [IRegionBlockingSingleCellComponent_$type]);
|
|
@@ -33398,7 +33475,7 @@ export let WorksheetRow = /*@__PURE__*/ (() => {
|
|
|
33398
33475
|
return null;
|
|
33399
33476
|
}
|
|
33400
33477
|
let e = this.worksheet._rows$i._aj(this.index - 1);
|
|
33401
|
-
d = this.worksheet._b4(e, c.
|
|
33478
|
+
d = this.worksheet._b4(e, c._bw);
|
|
33402
33479
|
break;
|
|
33403
33480
|
}
|
|
33404
33481
|
case 2:
|
|
@@ -33408,22 +33485,22 @@ export let WorksheetRow = /*@__PURE__*/ (() => {
|
|
|
33408
33485
|
return null;
|
|
33409
33486
|
}
|
|
33410
33487
|
let f = this.worksheet._rows$i._aj(this.index + 1);
|
|
33411
|
-
d = this.worksheet._b4(f, c.
|
|
33488
|
+
d = this.worksheet._b4(f, c._bw);
|
|
33412
33489
|
break;
|
|
33413
33490
|
}
|
|
33414
33491
|
case 262144:
|
|
33415
33492
|
case 524288:
|
|
33416
|
-
if (c.
|
|
33493
|
+
if (c._bw == 0) {
|
|
33417
33494
|
return null;
|
|
33418
33495
|
}
|
|
33419
|
-
d = this._a7((c.
|
|
33496
|
+
d = this._a7((c._bw - 1));
|
|
33420
33497
|
break;
|
|
33421
33498
|
case 2097152:
|
|
33422
33499
|
case 4194304:
|
|
33423
|
-
if (c.
|
|
33500
|
+
if (c._bw == this.worksheet._columns$i.maxCount - 1) {
|
|
33424
33501
|
return null;
|
|
33425
33502
|
}
|
|
33426
|
-
d = this._a7((c.
|
|
33503
|
+
d = this._a7((c._bw + 1));
|
|
33427
33504
|
break;
|
|
33428
33505
|
default: return null;
|
|
33429
33506
|
}
|
|
@@ -33568,7 +33645,7 @@ export let WorksheetRow = /*@__PURE__*/ (() => {
|
|
|
33568
33645
|
if (WorksheetRow._bs(b)) {
|
|
33569
33646
|
this._dx();
|
|
33570
33647
|
}
|
|
33571
|
-
for (let e = 1; e !=
|
|
33648
|
+
for (let e = 1; e != -2147483648; e = (e << 1)) {
|
|
33572
33649
|
if ((b & e) == 0) {
|
|
33573
33650
|
continue;
|
|
33574
33651
|
}
|
|
@@ -33655,7 +33732,7 @@ export let WorksheetRow = /*@__PURE__*/ (() => {
|
|
|
33655
33732
|
}
|
|
33656
33733
|
u = enumGetBox(DiagonalBorders_$type, v);
|
|
33657
33734
|
}
|
|
33658
|
-
t.
|
|
33735
|
+
t._bl(e, u);
|
|
33659
33736
|
}
|
|
33660
33737
|
}
|
|
33661
33738
|
break;
|
|
@@ -33824,7 +33901,7 @@ export let WorksheetRow = /*@__PURE__*/ (() => {
|
|
|
33824
33901
|
if (c == null) {
|
|
33825
33902
|
return null;
|
|
33826
33903
|
}
|
|
33827
|
-
return c.
|
|
33904
|
+
return c._c1;
|
|
33828
33905
|
}
|
|
33829
33906
|
/**
|
|
33830
33907
|
* Gets the merged cells region which contains the cell at the specified index, or null if the cell is not merged.
|
|
@@ -34064,7 +34141,7 @@ export let WorksheetRow = /*@__PURE__*/ (() => {
|
|
|
34064
34141
|
return null;
|
|
34065
34142
|
}
|
|
34066
34143
|
if (c._ak) {
|
|
34067
|
-
return c.
|
|
34144
|
+
return c._c1;
|
|
34068
34145
|
}
|
|
34069
34146
|
return c;
|
|
34070
34147
|
}
|
|
@@ -34510,17 +34587,17 @@ export let WorksheetRow = /*@__PURE__*/ (() => {
|
|
|
34510
34587
|
let o = l._a8(m.r);
|
|
34511
34588
|
if (o != null) {
|
|
34512
34589
|
if (WorkbookColorInfo.l_op_Inequality(o.leftBorderColorInfo, null) && WorkbookColorInfo.l_op_Equality(o.leftBorderColorInfo, m.j.leftBorderColorInfo) && o.leftBorderStyle == m.j.leftBorderStyle) {
|
|
34513
|
-
n.
|
|
34514
|
-
n.
|
|
34590
|
+
n._ba(o.leftBorderColorInfo, true, -97);
|
|
34591
|
+
n._bb(o.leftBorderStyle, true, -97);
|
|
34515
34592
|
}
|
|
34516
34593
|
if (WorkbookColorInfo.l_op_Inequality(o.rightBorderColorInfo, null) && WorkbookColorInfo.l_op_Equality(o.rightBorderColorInfo, m.j.rightBorderColorInfo) && o.rightBorderStyle == m.j.rightBorderStyle) {
|
|
34517
|
-
n.
|
|
34518
|
-
n.
|
|
34594
|
+
n._be(o.rightBorderColorInfo, true, -97);
|
|
34595
|
+
n._bf(o.rightBorderStyle, true, -97);
|
|
34519
34596
|
}
|
|
34520
34597
|
if (!c) {
|
|
34521
34598
|
if (WorkbookColorInfo.l_op_Inequality(o.topBorderColorInfo, null) && WorkbookColorInfo.l_op_Equality(o.topBorderColorInfo, m.j.topBorderColorInfo) && o.topBorderStyle == m.j.topBorderStyle) {
|
|
34522
|
-
n.
|
|
34523
|
-
n.
|
|
34599
|
+
n._bj(o.topBorderColorInfo, true, -97);
|
|
34600
|
+
n._bk(o.topBorderStyle, true, -97);
|
|
34524
34601
|
}
|
|
34525
34602
|
if (WorkbookColorInfo.l_op_Inequality(o.bottomBorderColorInfo, null) && WorkbookColorInfo.l_op_Equality(o.bottomBorderColorInfo, m.j.bottomBorderColorInfo) && o.bottomBorderStyle == m.j.bottomBorderStyle) {
|
|
34526
34603
|
n._av(o.bottomBorderColorInfo, true, -97);
|
|
@@ -34550,8 +34627,8 @@ export let WorksheetRow = /*@__PURE__*/ (() => {
|
|
|
34550
34627
|
s._a3(s.formatOptions & ~8, true, -97);
|
|
34551
34628
|
if (p != null) {
|
|
34552
34629
|
if (WorkbookColorInfo.l_op_Inequality(p.topBorderColorInfo, null) && WorkbookColorInfo.l_op_Equality(p.topBorderColorInfo, j.topBorderColorInfo) && p.topBorderStyle == j.topBorderStyle) {
|
|
34553
|
-
s.
|
|
34554
|
-
s.
|
|
34630
|
+
s._bj(p.topBorderColorInfo, true, -97);
|
|
34631
|
+
s._bk(p.topBorderStyle, true, -97);
|
|
34555
34632
|
}
|
|
34556
34633
|
if (WorkbookColorInfo.l_op_Inequality(p.bottomBorderColorInfo, null) && WorkbookColorInfo.l_op_Equality(p.bottomBorderColorInfo, j.bottomBorderColorInfo) && p.bottomBorderStyle == j.bottomBorderStyle) {
|
|
34557
34634
|
s._av(p.bottomBorderColorInfo, true, -97);
|
|
@@ -34559,12 +34636,12 @@ export let WorksheetRow = /*@__PURE__*/ (() => {
|
|
|
34559
34636
|
}
|
|
34560
34637
|
if (!c) {
|
|
34561
34638
|
if (WorkbookColorInfo.l_op_Inequality(p.leftBorderColorInfo, null) && WorkbookColorInfo.l_op_Equality(p.leftBorderColorInfo, j.leftBorderColorInfo) && p.leftBorderStyle == j.leftBorderStyle) {
|
|
34562
|
-
s.
|
|
34563
|
-
s.
|
|
34639
|
+
s._ba(p.leftBorderColorInfo, true, -97);
|
|
34640
|
+
s._bb(p.leftBorderStyle, true, -97);
|
|
34564
34641
|
}
|
|
34565
34642
|
if (WorkbookColorInfo.l_op_Inequality(p.rightBorderColorInfo, null) && WorkbookColorInfo.l_op_Equality(p.rightBorderColorInfo, j.rightBorderColorInfo) && p.rightBorderStyle == j.rightBorderStyle) {
|
|
34566
|
-
s.
|
|
34567
|
-
s.
|
|
34643
|
+
s._be(p.rightBorderColorInfo, true, -97);
|
|
34644
|
+
s._bf(p.rightBorderStyle, true, -97);
|
|
34568
34645
|
}
|
|
34569
34646
|
}
|
|
34570
34647
|
}
|
|
@@ -34578,12 +34655,12 @@ export let WorksheetRow = /*@__PURE__*/ (() => {
|
|
|
34578
34655
|
let u = l._a8(q);
|
|
34579
34656
|
if (u != null) {
|
|
34580
34657
|
if (WorkbookColorInfo.l_op_Inequality(u.leftBorderColorInfo, null) && WorkbookColorInfo.l_op_Equality(u.leftBorderColorInfo, t.leftBorderColorInfo) && u.leftBorderStyle == t.leftBorderStyle) {
|
|
34581
|
-
s.
|
|
34582
|
-
s.
|
|
34658
|
+
s._ba(u.leftBorderColorInfo, true, -97);
|
|
34659
|
+
s._bb(u.leftBorderStyle, true, -97);
|
|
34583
34660
|
}
|
|
34584
34661
|
if (WorkbookColorInfo.l_op_Inequality(u.rightBorderColorInfo, null) && WorkbookColorInfo.l_op_Equality(u.rightBorderColorInfo, t.rightBorderColorInfo) && u.rightBorderStyle == t.rightBorderStyle) {
|
|
34585
|
-
s.
|
|
34586
|
-
s.
|
|
34662
|
+
s._be(u.rightBorderColorInfo, true, -97);
|
|
34663
|
+
s._bf(u.rightBorderStyle, true, -97);
|
|
34587
34664
|
}
|
|
34588
34665
|
}
|
|
34589
34666
|
}
|
|
@@ -34809,7 +34886,7 @@ export let WorksheetRow = /*@__PURE__*/ (() => {
|
|
|
34809
34886
|
}
|
|
34810
34887
|
this._dk(b, e);
|
|
34811
34888
|
f = new WorksheetCellOwnedFormatProxy(e, h, this, b, a);
|
|
34812
|
-
a[d] = f.
|
|
34889
|
+
a[d] = f._bu;
|
|
34813
34890
|
if (this._a3 != null) {
|
|
34814
34891
|
this._a3._aj();
|
|
34815
34892
|
}
|
|
@@ -34841,7 +34918,7 @@ export let WorksheetRow = /*@__PURE__*/ (() => {
|
|
|
34841
34918
|
e = f._ca;
|
|
34842
34919
|
}
|
|
34843
34920
|
let g = new WorksheetCellOwnedFormatProxy(null, e, this, a, c);
|
|
34844
|
-
g.
|
|
34921
|
+
g._bu = b;
|
|
34845
34922
|
return g;
|
|
34846
34923
|
}
|
|
34847
34924
|
/**
|
|
@@ -35346,11 +35423,11 @@ export let WorksheetRow = /*@__PURE__*/ (() => {
|
|
|
35346
35423
|
}
|
|
35347
35424
|
let d = null;
|
|
35348
35425
|
if ((c & 2) == 0) {
|
|
35349
|
-
d = this._bl(a.
|
|
35426
|
+
d = this._bl(a._bw);
|
|
35350
35427
|
}
|
|
35351
35428
|
let e = new Dictionary$2(CellFormatValue_$type, WorksheetCellFormatProxy.$, 1, 8);
|
|
35352
|
-
let f = this._a2(a.
|
|
35353
|
-
for (let g = 1; g !=
|
|
35429
|
+
let f = this._a2(a._bw);
|
|
35430
|
+
for (let g = 1; g != -2147483648; g = (g << 1)) {
|
|
35354
35431
|
if ((b & g) == 0) {
|
|
35355
35432
|
continue;
|
|
35356
35433
|
}
|
|
@@ -35362,6 +35439,7 @@ export let WorksheetRow = /*@__PURE__*/ (() => {
|
|
|
35362
35439
|
case 64:
|
|
35363
35440
|
case 65536:
|
|
35364
35441
|
case 131072:
|
|
35442
|
+
case 1073741824:
|
|
35365
35443
|
case 1048576:
|
|
35366
35444
|
case 8388608:
|
|
35367
35445
|
case 16777216:
|
|
@@ -35380,7 +35458,7 @@ export let WorksheetRow = /*@__PURE__*/ (() => {
|
|
|
35380
35458
|
let h = a.style;
|
|
35381
35459
|
if (h != null && ExcelUtils.by(h._i.formatOptions, 4)) {
|
|
35382
35460
|
if (f != null && (c & 16) == 0) {
|
|
35383
|
-
let i = typeCast(FormattedStringElement.$, f.c(this, a.
|
|
35461
|
+
let i = typeCast(FormattedStringElement.$, f.c(this, a._bw));
|
|
35384
35462
|
if (i != null) {
|
|
35385
35463
|
i._ai();
|
|
35386
35464
|
}
|
|
@@ -35401,7 +35479,7 @@ export let WorksheetRow = /*@__PURE__*/ (() => {
|
|
|
35401
35479
|
ExcelUtils.ff(a, d._cellFormatInternal, g);
|
|
35402
35480
|
}
|
|
35403
35481
|
if (f != null && (c & 16) == 0) {
|
|
35404
|
-
let j = f.c(this, a.
|
|
35482
|
+
let j = f.c(this, a._bw);
|
|
35405
35483
|
if (j != null && j._u) {
|
|
35406
35484
|
let k = this.worksheet.workbook;
|
|
35407
35485
|
let l = k != null ? k._bj : null;
|
|
@@ -35443,7 +35521,7 @@ export let WorksheetRow = /*@__PURE__*/ (() => {
|
|
|
35443
35521
|
}
|
|
35444
35522
|
let q = GenericCacheElement.h(StringElement.$, l, j);
|
|
35445
35523
|
j = q.p1;
|
|
35446
|
-
f.av(a.
|
|
35524
|
+
f.av(a._bw, j);
|
|
35447
35525
|
}
|
|
35448
35526
|
}
|
|
35449
35527
|
}
|
|
@@ -35462,7 +35540,7 @@ export let WorksheetRow = /*@__PURE__*/ (() => {
|
|
|
35462
35540
|
this._di(void 0, (c & 64) == 0);
|
|
35463
35541
|
}
|
|
35464
35542
|
if (d != null) {
|
|
35465
|
-
d._a7(this, a.
|
|
35543
|
+
d._a7(this, a._bw, g);
|
|
35466
35544
|
}
|
|
35467
35545
|
if ((c & 1) != 0) {
|
|
35468
35546
|
break;
|
|
@@ -35472,7 +35550,7 @@ export let WorksheetRow = /*@__PURE__*/ (() => {
|
|
|
35472
35550
|
}
|
|
35473
35551
|
let r;
|
|
35474
35552
|
if (((() => { let s = e.tryGetValue(g, r); r = s.p1; return s.ret; })()) == false) {
|
|
35475
|
-
r = this._ba(a.
|
|
35553
|
+
r = this._ba(a._bw, g, this.worksheet._o);
|
|
35476
35554
|
e.item(g, r);
|
|
35477
35555
|
e.item(ExcelUtils.l(g), r);
|
|
35478
35556
|
}
|
|
@@ -35485,10 +35563,10 @@ export let WorksheetRow = /*@__PURE__*/ (() => {
|
|
|
35485
35563
|
default: break;
|
|
35486
35564
|
}
|
|
35487
35565
|
}
|
|
35488
|
-
if (f != null && f.r(a.
|
|
35489
|
-
let s = this._bp(a.
|
|
35566
|
+
if (f != null && f.r(a._bw)) {
|
|
35567
|
+
let s = this._bp(a._bw);
|
|
35490
35568
|
if (s != null && s._cx == false) {
|
|
35491
|
-
let t = a.
|
|
35569
|
+
let t = a._bw - s._by._w;
|
|
35492
35570
|
if (t < 0 || s._columns$i.count <= t) {
|
|
35493
35571
|
}
|
|
35494
35572
|
else {
|
|
@@ -35496,14 +35574,14 @@ export let WorksheetRow = /*@__PURE__*/ (() => {
|
|
|
35496
35574
|
let v = this.worksheet.workbook;
|
|
35497
35575
|
let w = s._columns$i._item(t);
|
|
35498
35576
|
let x = w.headerCell;
|
|
35499
|
-
if (WorksheetCell.l_op_Inequality(x, null) && x._o == this && x.columnIndex == a.
|
|
35577
|
+
if (WorksheetCell.l_op_Inequality(x, null) && x._o == this && x.columnIndex == a._bw) {
|
|
35500
35578
|
u &= ~67108864;
|
|
35501
35579
|
u &= ~134217728;
|
|
35502
35580
|
ExcelUtils.fg(a, w._areaFormats$i._d(v, 1), u);
|
|
35503
35581
|
}
|
|
35504
35582
|
else {
|
|
35505
35583
|
let y = w.totalCell;
|
|
35506
|
-
if (WorksheetCell.l_op_Inequality(y, null) && y._o == this && y.columnIndex == a.
|
|
35584
|
+
if (WorksheetCell.l_op_Inequality(y, null) && y._o == this && y.columnIndex == a._bw) {
|
|
35507
35585
|
u &= ~2;
|
|
35508
35586
|
u &= ~4;
|
|
35509
35587
|
ExcelUtils.fg(a, w._areaFormats$i._d(v, 2), u);
|
|
@@ -35862,7 +35940,7 @@ export let WorksheetRow = /*@__PURE__*/ (() => {
|
|
|
35862
35940
|
if (b != null) {
|
|
35863
35941
|
b.addItem(new WorksheetCellAddress(1, this._cx, r._ao), s);
|
|
35864
35942
|
}
|
|
35865
|
-
if (s.
|
|
35943
|
+
if (s._cl) {
|
|
35866
35944
|
s._i._bu();
|
|
35867
35945
|
}
|
|
35868
35946
|
r._a0(null, false);
|
|
@@ -36233,7 +36311,7 @@ export let WorksheetRow = /*@__PURE__*/ (() => {
|
|
|
36233
36311
|
if (!WorksheetRow._b8(b, e, 33554432)) {
|
|
36234
36312
|
}
|
|
36235
36313
|
}
|
|
36236
|
-
for (let f = 1; f !=
|
|
36314
|
+
for (let f = 1; f != -2147483648; f = (f << 1)) {
|
|
36237
36315
|
if (f == 32768 || f == 33554432) {
|
|
36238
36316
|
continue;
|
|
36239
36317
|
}
|
|
@@ -36330,7 +36408,7 @@ export let WorksheetRow = /*@__PURE__*/ (() => {
|
|
|
36330
36408
|
* @hidden
|
|
36331
36409
|
*/
|
|
36332
36410
|
static _b8(a, b, c) {
|
|
36333
|
-
if (WorksheetCellFormatData._cf(c, b.
|
|
36411
|
+
if (WorksheetCellFormatData._cf(c, b._df(c))) {
|
|
36334
36412
|
return false;
|
|
36335
36413
|
}
|
|
36336
36414
|
ExcelUtils.fd(b, a, c);
|
|
@@ -36564,10 +36642,10 @@ export let WorksheetRow = /*@__PURE__*/ (() => {
|
|
|
36564
36642
|
if (g != null) {
|
|
36565
36643
|
if (g._ak) {
|
|
36566
36644
|
let h = g;
|
|
36567
|
-
if (!h.
|
|
36645
|
+
if (!h._cl) {
|
|
36568
36646
|
return;
|
|
36569
36647
|
}
|
|
36570
|
-
g = h.
|
|
36648
|
+
g = h._c1;
|
|
36571
36649
|
}
|
|
36572
36650
|
let i = this.worksheet._c;
|
|
36573
36651
|
g._ca(a, c, d, i, true);
|
|
@@ -37322,7 +37400,7 @@ export let ConditionBase = /*@__PURE__*/ (() => {
|
|
|
37322
37400
|
}
|
|
37323
37401
|
if (d != null) {
|
|
37324
37402
|
if (c != null) {
|
|
37325
|
-
d.
|
|
37403
|
+
d._cz(c, a);
|
|
37326
37404
|
}
|
|
37327
37405
|
let e = d.evaluateCore(a);
|
|
37328
37406
|
if (e.isError || e.isNull) {
|
|
@@ -37345,9 +37423,9 @@ export let ConditionBase = /*@__PURE__*/ (() => {
|
|
|
37345
37423
|
d = new TempCellCalcReference(true, this.worksheet, new WorksheetCellAddress(1, b, c));
|
|
37346
37424
|
}
|
|
37347
37425
|
if (a._s != 7) {
|
|
37348
|
-
a.
|
|
37426
|
+
a._cz(d, this.workbook);
|
|
37349
37427
|
}
|
|
37350
|
-
let e = a.
|
|
37428
|
+
let e = a._cg(this.workbook, d, false);
|
|
37351
37429
|
if (false == e.isError && false == e.isNull) {
|
|
37352
37430
|
let f;
|
|
37353
37431
|
if (((() => { let g = e._toDouble1(f); f = g.p0; return g.ret; })())) {
|
|
@@ -37578,7 +37656,7 @@ export let ConditionBase = /*@__PURE__*/ (() => {
|
|
|
37578
37656
|
if (a != null) {
|
|
37579
37657
|
let b = this._s();
|
|
37580
37658
|
let c = new TempCellCalcReference(true, this.worksheet, b);
|
|
37581
|
-
a.
|
|
37659
|
+
a._cz(c, this.workbook);
|
|
37582
37660
|
}
|
|
37583
37661
|
return a;
|
|
37584
37662
|
}
|
|
@@ -38010,16 +38088,16 @@ export let ConditionBase = /*@__PURE__*/ (() => {
|
|
|
38010
38088
|
*/
|
|
38011
38089
|
_bp(a, b, c, d, e) {
|
|
38012
38090
|
if (c != null) {
|
|
38013
|
-
let f = c.
|
|
38091
|
+
let f = c._ci;
|
|
38014
38092
|
if (f != null) {
|
|
38015
|
-
c.
|
|
38093
|
+
c._cz(null, this.workbook);
|
|
38016
38094
|
}
|
|
38017
38095
|
let g = c._toString1(1);
|
|
38018
38096
|
if (c._av(this.worksheet, d, 0)) {
|
|
38019
38097
|
a(this, b, g);
|
|
38020
38098
|
}
|
|
38021
38099
|
if (f != null) {
|
|
38022
|
-
c.
|
|
38100
|
+
c._cz(f, this.workbook);
|
|
38023
38101
|
}
|
|
38024
38102
|
}
|
|
38025
38103
|
return {
|
|
@@ -38080,7 +38158,7 @@ export let ConditionBase = /*@__PURE__*/ (() => {
|
|
|
38080
38158
|
_a3(a, b) {
|
|
38081
38159
|
let c = b != null ? b._toString2(1, this.workbook._e6) : null;
|
|
38082
38160
|
b = this._o(a, toNullable(CellReferenceMode_$type, 1));
|
|
38083
|
-
if (b != null && b.
|
|
38161
|
+
if (b != null && b._ci == null) {
|
|
38084
38162
|
this._m(b);
|
|
38085
38163
|
}
|
|
38086
38164
|
return {
|
|
@@ -39047,11 +39125,11 @@ export let Worksheet = /*@__PURE__*/ (() => {
|
|
|
39047
39125
|
h = this.workbook._cd(0);
|
|
39048
39126
|
}
|
|
39049
39127
|
let r = p._bw;
|
|
39050
|
-
for (let s = 1; s !=
|
|
39051
|
-
if (q == false || WorksheetCellFormatData._cf(s, h.
|
|
39052
|
-
let t = r.
|
|
39128
|
+
for (let s = 1; s != -2147483648; s = (s << 1)) {
|
|
39129
|
+
if (q == false || WorksheetCellFormatData._cf(s, h._df(s))) {
|
|
39130
|
+
let t = r._df(s);
|
|
39053
39131
|
if (WorksheetCellFormatData._cf(s, t) == false) {
|
|
39054
|
-
h.
|
|
39132
|
+
h._dx(s, t);
|
|
39055
39133
|
}
|
|
39056
39134
|
}
|
|
39057
39135
|
}
|
|
@@ -41381,7 +41459,7 @@ export let Worksheet = /*@__PURE__*/ (() => {
|
|
|
41381
41459
|
for (let ac = 0; ac < f.count; ac++) {
|
|
41382
41460
|
let ad = f._inner[ac];
|
|
41383
41461
|
let ae;
|
|
41384
|
-
if (((() => { let af = ad.
|
|
41462
|
+
if (((() => { let af = ad._cn(a, p, ae); ae = af.p2; return af.ret; })())) {
|
|
41385
41463
|
f.removeAt(ac);
|
|
41386
41464
|
ac--;
|
|
41387
41465
|
}
|
|
@@ -41576,7 +41654,7 @@ export let Worksheet = /*@__PURE__*/ (() => {
|
|
|
41576
41654
|
let bb = ba._bk(a, c, c == null || false == c.shiftsColumns || !c.isUndoOperation);
|
|
41577
41655
|
}
|
|
41578
41656
|
for (let bc of fromEnum(f)) {
|
|
41579
|
-
bc.
|
|
41657
|
+
bc._c2(a, c, g.item(bc));
|
|
41580
41658
|
}
|
|
41581
41659
|
k = new WorksheetCellShiftResult(1, 0, h);
|
|
41582
41660
|
if (this.workbook != null) {
|
|
@@ -41726,7 +41804,7 @@ export let Worksheet = /*@__PURE__*/ (() => {
|
|
|
41726
41804
|
let h = this._b4(a, b);
|
|
41727
41805
|
let i;
|
|
41728
41806
|
if (e == null) {
|
|
41729
|
-
i = new ValueFormatter(0, null, h.
|
|
41807
|
+
i = new ValueFormatter(0, null, h._di, this._y);
|
|
41730
41808
|
}
|
|
41731
41809
|
else {
|
|
41732
41810
|
i = e._b2.a(h._cs);
|
|
@@ -41910,7 +41988,7 @@ export let Worksheet = /*@__PURE__*/ (() => {
|
|
|
41910
41988
|
let z = y.owningValue.blockedRegion;
|
|
41911
41989
|
let aa = typeCast(ArrayInteriorFormula.$, y);
|
|
41912
41990
|
if (aa != null) {
|
|
41913
|
-
if (a.s(ArrayFormula.$, e, b, aa.
|
|
41991
|
+
if (a.s(ArrayFormula.$, e, b, aa._c1, z._h) == false) {
|
|
41914
41992
|
return 6;
|
|
41915
41993
|
}
|
|
41916
41994
|
}
|
|
@@ -43102,7 +43180,7 @@ export let Worksheet = /*@__PURE__*/ (() => {
|
|
|
43102
43180
|
if (this._gp == 0 || this._gr != this.workbook._fp) {
|
|
43103
43181
|
this._gr = this.workbook._fp;
|
|
43104
43182
|
let a = this.workbook._styles$i.normalStyle._i;
|
|
43105
|
-
let b = a.
|
|
43183
|
+
let b = a._dh;
|
|
43106
43184
|
let c = a._cq;
|
|
43107
43185
|
let d = 0;
|
|
43108
43186
|
let e = new Dictionary$2(Worksheet_FontNameHeightPair.$, Boolean_$type, 0);
|
|
@@ -43112,7 +43190,7 @@ export let Worksheet = /*@__PURE__*/ (() => {
|
|
|
43112
43190
|
try {
|
|
43113
43191
|
for (let i of fromEnum(this._fg)) {
|
|
43114
43192
|
let j = i.b;
|
|
43115
|
-
let k = j.
|
|
43193
|
+
let k = j._dh;
|
|
43116
43194
|
let l = j._cq;
|
|
43117
43195
|
let m = new Worksheet_FontNameHeightPair(1, k, l);
|
|
43118
43196
|
if (e.containsKey(m)) {
|
|
@@ -44577,7 +44655,7 @@ export let WorksheetRegion = /*@__PURE__*/ (() => {
|
|
|
44577
44655
|
*/
|
|
44578
44656
|
applyArrayFormula(value) {
|
|
44579
44657
|
this._ao();
|
|
44580
|
-
let a = ArrayFormula.
|
|
44658
|
+
let a = ArrayFormula._cj(value, this._e.workbook);
|
|
44581
44659
|
a._applyTo3(this);
|
|
44582
44660
|
}
|
|
44583
44661
|
/**
|
|
@@ -51531,14 +51609,14 @@ export let ArrayFormula = /*@__PURE__*/ (() => {
|
|
|
51531
51609
|
{
|
|
51532
51610
|
let c = _rest[0];
|
|
51533
51611
|
super(0, c, 1);
|
|
51534
|
-
this.
|
|
51612
|
+
this._cl = null;
|
|
51535
51613
|
}
|
|
51536
51614
|
break;
|
|
51537
51615
|
case 1:
|
|
51538
51616
|
{
|
|
51539
51617
|
let c = _rest[0];
|
|
51540
51618
|
super(3, c, false);
|
|
51541
|
-
this.
|
|
51619
|
+
this._cl = null;
|
|
51542
51620
|
}
|
|
51543
51621
|
break;
|
|
51544
51622
|
}
|
|
@@ -51559,17 +51637,17 @@ export let ArrayFormula = /*@__PURE__*/ (() => {
|
|
|
51559
51637
|
if (a.length != 1) {
|
|
51560
51638
|
throw new ArgumentException(2, ExcelUtils.eh("LE_ArgumentException_ArrayFormulaMustHaveSingleRegion"), "regions");
|
|
51561
51639
|
}
|
|
51562
|
-
if (this.
|
|
51640
|
+
if (this._cl != null) {
|
|
51563
51641
|
throw new InvalidOperationException(1, ExcelUtils.eh("LE_InvalidOperationException_ArrayFormulaAlreadyApplied"));
|
|
51564
51642
|
}
|
|
51565
51643
|
let e = a[0];
|
|
51566
|
-
this.
|
|
51644
|
+
this._c0(e);
|
|
51567
51645
|
}
|
|
51568
51646
|
/**
|
|
51569
51647
|
* @hidden
|
|
51570
51648
|
*/
|
|
51571
51649
|
_br(a, b, c) {
|
|
51572
|
-
this.
|
|
51650
|
+
this._c0(a.worksheet._cx(a.index, b, a.index, b));
|
|
51573
51651
|
}
|
|
51574
51652
|
/**
|
|
51575
51653
|
* @hidden
|
|
@@ -51581,8 +51659,8 @@ export let ArrayFormula = /*@__PURE__*/ (() => {
|
|
|
51581
51659
|
* @hidden
|
|
51582
51660
|
*/
|
|
51583
51661
|
get__z() {
|
|
51584
|
-
if (this.
|
|
51585
|
-
return this.
|
|
51662
|
+
if (this._cl != null && this._cl.worksheet != null) {
|
|
51663
|
+
return this._cl.worksheet._o;
|
|
51586
51664
|
}
|
|
51587
51665
|
return super.get__z();
|
|
51588
51666
|
}
|
|
@@ -51602,7 +51680,7 @@ export let ArrayFormula = /*@__PURE__*/ (() => {
|
|
|
51602
51680
|
* @hidden
|
|
51603
51681
|
*/
|
|
51604
51682
|
get__bb() {
|
|
51605
|
-
return this.
|
|
51683
|
+
return this._cl != null ? this._cl._v : -1;
|
|
51606
51684
|
}
|
|
51607
51685
|
/**
|
|
51608
51686
|
* @hidden
|
|
@@ -51614,7 +51692,7 @@ export let ArrayFormula = /*@__PURE__*/ (() => {
|
|
|
51614
51692
|
* @hidden
|
|
51615
51693
|
*/
|
|
51616
51694
|
get__ab() {
|
|
51617
|
-
return this.
|
|
51695
|
+
return this._cl != null ? this._cl._k : null;
|
|
51618
51696
|
}
|
|
51619
51697
|
/**
|
|
51620
51698
|
* @hidden
|
|
@@ -51626,7 +51704,7 @@ export let ArrayFormula = /*@__PURE__*/ (() => {
|
|
|
51626
51704
|
* @hidden
|
|
51627
51705
|
*/
|
|
51628
51706
|
get__aa() {
|
|
51629
|
-
return this.
|
|
51707
|
+
return this._cl != null ? new WorksheetCellAddress(1, this._cl.firstRow, this._cl._v) : WorksheetCellAddress.b;
|
|
51630
51708
|
}
|
|
51631
51709
|
/**
|
|
51632
51710
|
* @hidden
|
|
@@ -51643,7 +51721,7 @@ export let ArrayFormula = /*@__PURE__*/ (() => {
|
|
|
51643
51721
|
* @hidden
|
|
51644
51722
|
*/
|
|
51645
51723
|
get__t() {
|
|
51646
|
-
return this.
|
|
51724
|
+
return this._cl != null ? this._cl.worksheet : null;
|
|
51647
51725
|
}
|
|
51648
51726
|
/**
|
|
51649
51727
|
* @hidden
|
|
@@ -51679,7 +51757,7 @@ export let ArrayFormula = /*@__PURE__*/ (() => {
|
|
|
51679
51757
|
* @hidden
|
|
51680
51758
|
*/
|
|
51681
51759
|
get blockedRegion() {
|
|
51682
|
-
return this.
|
|
51760
|
+
return this._cl;
|
|
51683
51761
|
}
|
|
51684
51762
|
/**
|
|
51685
51763
|
* Removes this array formula as the formula for the cells to which it was applied.
|
|
@@ -51688,12 +51766,12 @@ export let ArrayFormula = /*@__PURE__*/ (() => {
|
|
|
51688
51766
|
* </p>
|
|
51689
51767
|
*/
|
|
51690
51768
|
clearCellRange() {
|
|
51691
|
-
if (this.
|
|
51769
|
+
if (this._cl == null) {
|
|
51692
51770
|
return;
|
|
51693
51771
|
}
|
|
51694
51772
|
let a = this._t;
|
|
51695
|
-
let b = ArrayFormula.
|
|
51696
|
-
let c = this.
|
|
51773
|
+
let b = ArrayFormula._cd[1];
|
|
51774
|
+
let c = this._cl;
|
|
51697
51775
|
let d = new ArrayFormula_FormulaChangeContext(1, this, c);
|
|
51698
51776
|
let e = a != null ? a.workbook : null;
|
|
51699
51777
|
let f = null;
|
|
@@ -51704,14 +51782,14 @@ export let ArrayFormula = /*@__PURE__*/ (() => {
|
|
|
51704
51782
|
e._df = true;
|
|
51705
51783
|
}
|
|
51706
51784
|
if (a != null) {
|
|
51707
|
-
for (let h = this.
|
|
51785
|
+
for (let h = this._cl.lastRow; h >= this._cl.firstRow; h--) {
|
|
51708
51786
|
let i = a._rows$i.item(h);
|
|
51709
|
-
for (let j = this.
|
|
51787
|
+
for (let j = this._cl._w; j >= this._cl._v; j--) {
|
|
51710
51788
|
i._d6(j, null, false);
|
|
51711
51789
|
}
|
|
51712
51790
|
}
|
|
51713
51791
|
}
|
|
51714
|
-
this.
|
|
51792
|
+
this._cl = null;
|
|
51715
51793
|
if (e != null) {
|
|
51716
51794
|
e._df = g;
|
|
51717
51795
|
}
|
|
@@ -51723,7 +51801,7 @@ export let ArrayFormula = /*@__PURE__*/ (() => {
|
|
|
51723
51801
|
/**
|
|
51724
51802
|
* @hidden
|
|
51725
51803
|
*/
|
|
51726
|
-
static
|
|
51804
|
+
static _cj(a, b) {
|
|
51727
51805
|
let c;
|
|
51728
51806
|
let d;
|
|
51729
51807
|
let e;
|
|
@@ -51788,7 +51866,7 @@ export let ArrayFormula = /*@__PURE__*/ (() => {
|
|
|
51788
51866
|
static _parse9(a, b, c, d) {
|
|
51789
51867
|
let e;
|
|
51790
51868
|
let f;
|
|
51791
|
-
if (((() => { let g = ArrayFormula.
|
|
51869
|
+
if (((() => { let g = ArrayFormula._ct(a, b, c, d, e, f); e = g.p4; f = g.p5; return g.ret; })())) {
|
|
51792
51870
|
return e;
|
|
51793
51871
|
}
|
|
51794
51872
|
throw f;
|
|
@@ -51796,27 +51874,27 @@ export let ArrayFormula = /*@__PURE__*/ (() => {
|
|
|
51796
51874
|
/**
|
|
51797
51875
|
* @hidden
|
|
51798
51876
|
*/
|
|
51799
|
-
static
|
|
51877
|
+
static _co(a, b, c) {
|
|
51800
51878
|
return {
|
|
51801
|
-
ret: ((() => { let d = ArrayFormula.
|
|
51879
|
+
ret: ((() => { let d = ArrayFormula._cv(a, b, ExcelUtils.cs, c); c = d.p3; return d.ret; })()),
|
|
51802
51880
|
p2: c
|
|
51803
51881
|
};
|
|
51804
51882
|
}
|
|
51805
51883
|
/**
|
|
51806
51884
|
* @hidden
|
|
51807
51885
|
*/
|
|
51808
|
-
static
|
|
51886
|
+
static _cv(a, b, c, d) {
|
|
51809
51887
|
return {
|
|
51810
|
-
ret: ((() => { let e = ArrayFormula.
|
|
51888
|
+
ret: ((() => { let e = ArrayFormula._cs(a, b, 2, c, d); d = e.p4; return e.ret; })()),
|
|
51811
51889
|
p3: d
|
|
51812
51890
|
};
|
|
51813
51891
|
}
|
|
51814
51892
|
/**
|
|
51815
51893
|
* @hidden
|
|
51816
51894
|
*/
|
|
51817
|
-
static
|
|
51895
|
+
static _cp(a, b, c, d) {
|
|
51818
51896
|
return {
|
|
51819
|
-
ret: ((() => { let e = ArrayFormula.
|
|
51897
|
+
ret: ((() => { let e = ArrayFormula._cw(a, b, ExcelUtils.cs, c, d); c = e.p3; d = e.p4; return e.ret; })()),
|
|
51820
51898
|
p2: c,
|
|
51821
51899
|
p3: d
|
|
51822
51900
|
};
|
|
@@ -51824,9 +51902,9 @@ export let ArrayFormula = /*@__PURE__*/ (() => {
|
|
|
51824
51902
|
/**
|
|
51825
51903
|
* @hidden
|
|
51826
51904
|
*/
|
|
51827
|
-
static
|
|
51905
|
+
static _cw(a, b, c, d, e) {
|
|
51828
51906
|
return {
|
|
51829
|
-
ret: ((() => { let f = ArrayFormula.
|
|
51907
|
+
ret: ((() => { let f = ArrayFormula._ct(a, b, 2, c, d, e); d = f.p4; e = f.p5; return f.ret; })()),
|
|
51830
51908
|
p3: d,
|
|
51831
51909
|
p4: e
|
|
51832
51910
|
};
|
|
@@ -51834,28 +51912,28 @@ export let ArrayFormula = /*@__PURE__*/ (() => {
|
|
|
51834
51912
|
/**
|
|
51835
51913
|
* @hidden
|
|
51836
51914
|
*/
|
|
51837
|
-
static
|
|
51915
|
+
static _cq(a, b, c, d) {
|
|
51838
51916
|
return {
|
|
51839
|
-
ret: ((() => { let e = ArrayFormula.
|
|
51917
|
+
ret: ((() => { let e = ArrayFormula._cs(a, b, c, ExcelUtils.cs, d); d = e.p4; return e.ret; })()),
|
|
51840
51918
|
p3: d
|
|
51841
51919
|
};
|
|
51842
51920
|
}
|
|
51843
51921
|
/**
|
|
51844
51922
|
* @hidden
|
|
51845
51923
|
*/
|
|
51846
|
-
static
|
|
51924
|
+
static _cs(a, b, c, d, e) {
|
|
51847
51925
|
let f;
|
|
51848
51926
|
return {
|
|
51849
|
-
ret: ((() => { let g = ArrayFormula.
|
|
51927
|
+
ret: ((() => { let g = ArrayFormula._ct(a, b, c, d, e, f); e = g.p4; f = g.p5; return g.ret; })()),
|
|
51850
51928
|
p4: e
|
|
51851
51929
|
};
|
|
51852
51930
|
}
|
|
51853
51931
|
/**
|
|
51854
51932
|
* @hidden
|
|
51855
51933
|
*/
|
|
51856
|
-
static
|
|
51934
|
+
static _cr(a, b, c, d, e) {
|
|
51857
51935
|
return {
|
|
51858
|
-
ret: ((() => { let f = ArrayFormula.
|
|
51936
|
+
ret: ((() => { let f = ArrayFormula._ct(a, b, c, ExcelUtils.cs, d, e); d = f.p4; e = f.p5; return f.ret; })()),
|
|
51859
51937
|
p3: d,
|
|
51860
51938
|
p4: e
|
|
51861
51939
|
};
|
|
@@ -51863,9 +51941,9 @@ export let ArrayFormula = /*@__PURE__*/ (() => {
|
|
|
51863
51941
|
/**
|
|
51864
51942
|
* @hidden
|
|
51865
51943
|
*/
|
|
51866
|
-
static
|
|
51944
|
+
static _ct(a, b, c, d, e, f) {
|
|
51867
51945
|
return {
|
|
51868
|
-
ret: ((() => { let g = ArrayFormula.
|
|
51946
|
+
ret: ((() => { let g = ArrayFormula._cu(a, b, c, d, e, f, null); e = g.p4; f = g.p5; return g.ret; })()),
|
|
51869
51947
|
p4: e,
|
|
51870
51948
|
p5: f
|
|
51871
51949
|
};
|
|
@@ -51873,7 +51951,7 @@ export let ArrayFormula = /*@__PURE__*/ (() => {
|
|
|
51873
51951
|
/**
|
|
51874
51952
|
* @hidden
|
|
51875
51953
|
*/
|
|
51876
|
-
static
|
|
51954
|
+
static _cu(a, b, c, d, e, f, g) {
|
|
51877
51955
|
let h;
|
|
51878
51956
|
let i = ((() => { let j = Formula._a0(a, b, 1, c, d, g, h, f); h = j.p6; f = j.p7; return j.ret; })());
|
|
51879
51957
|
let j = typeCast(ArrayFormula.$, h);
|
|
@@ -51887,7 +51965,7 @@ export let ArrayFormula = /*@__PURE__*/ (() => {
|
|
|
51887
51965
|
/**
|
|
51888
51966
|
* @hidden
|
|
51889
51967
|
*/
|
|
51890
|
-
|
|
51968
|
+
_c2(a, b, c) {
|
|
51891
51969
|
if (c != null) {
|
|
51892
51970
|
c.c(a, this);
|
|
51893
51971
|
}
|
|
@@ -51895,15 +51973,15 @@ export let ArrayFormula = /*@__PURE__*/ (() => {
|
|
|
51895
51973
|
/**
|
|
51896
51974
|
* @hidden
|
|
51897
51975
|
*/
|
|
51898
|
-
|
|
51976
|
+
_cn(a, b, c) {
|
|
51899
51977
|
c = null;
|
|
51900
|
-
if (this.
|
|
51978
|
+
if (this._cl == null || this._cl.worksheet == null) {
|
|
51901
51979
|
return {
|
|
51902
51980
|
ret: false,
|
|
51903
51981
|
p2: c
|
|
51904
51982
|
};
|
|
51905
51983
|
}
|
|
51906
|
-
if (WorksheetRegionAddress._r(b, toNullable(WorksheetRegionAddress.$, null)) && this.
|
|
51984
|
+
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) {
|
|
51907
51985
|
let d = this._t.workbook;
|
|
51908
51986
|
let e = d._df;
|
|
51909
51987
|
d._df = false;
|
|
@@ -51914,7 +51992,7 @@ export let ArrayFormula = /*@__PURE__*/ (() => {
|
|
|
51914
51992
|
p2: c
|
|
51915
51993
|
};
|
|
51916
51994
|
}
|
|
51917
|
-
if (this.
|
|
51995
|
+
if (this._cl != null && this._cl.worksheet != null) {
|
|
51918
51996
|
c = new ShiftingArrayFormulaInfo(this);
|
|
51919
51997
|
this.clearCellRange();
|
|
51920
51998
|
}
|
|
@@ -51926,13 +52004,13 @@ export let ArrayFormula = /*@__PURE__*/ (() => {
|
|
|
51926
52004
|
/**
|
|
51927
52005
|
* @hidden
|
|
51928
52006
|
*/
|
|
51929
|
-
|
|
52007
|
+
_c0(a) {
|
|
51930
52008
|
let b = a.worksheet;
|
|
51931
52009
|
if (b == null) {
|
|
51932
52010
|
throw new ArgumentException(2, ExcelUtils.eh("LE_ArgumentException_RegionsShiftedOffWorksheet"), "regions");
|
|
51933
52011
|
}
|
|
51934
|
-
let c = this.
|
|
51935
|
-
let d = ArrayFormula.
|
|
52012
|
+
let c = this._cl;
|
|
52013
|
+
let d = ArrayFormula._cd[0];
|
|
51936
52014
|
let e = new ArrayFormula_FormulaChangeContext(1, this, a);
|
|
51937
52015
|
let f = b != null ? b.workbook : null;
|
|
51938
52016
|
let g = null;
|
|
@@ -51942,7 +52020,7 @@ export let ArrayFormula = /*@__PURE__*/ (() => {
|
|
|
51942
52020
|
try {
|
|
51943
52021
|
WorksheetCellBlock.az(this, a, a);
|
|
51944
52022
|
b._jd(this, a._k, a._v);
|
|
51945
|
-
this.
|
|
52023
|
+
this._cl = a;
|
|
51946
52024
|
for (let h = a.lastRow; h >= a.firstRow; h--) {
|
|
51947
52025
|
let i = b._rows$i.item(h);
|
|
51948
52026
|
for (let j = a._w; j >= a._v; j--) {
|
|
@@ -51960,29 +52038,29 @@ export let ArrayFormula = /*@__PURE__*/ (() => {
|
|
|
51960
52038
|
/**
|
|
51961
52039
|
* @hidden
|
|
51962
52040
|
*/
|
|
51963
|
-
static
|
|
52041
|
+
static _ck($tValue, a, b, c, d, e, f, g = true, h = true) {
|
|
51964
52042
|
return new ChangeInfo$2(ArrayFormula_FormulaChangeContext.$, $tValue, a, b, c, d, e, g, f, h, null, null);
|
|
51965
52043
|
}
|
|
51966
52044
|
/**
|
|
51967
52045
|
* @hidden
|
|
51968
52046
|
*/
|
|
51969
|
-
static
|
|
52047
|
+
static _ce() {
|
|
51970
52048
|
let a = new Array(2);
|
|
51971
|
-
ChangeInfo.f(a, 0, ArrayFormula.
|
|
51972
|
-
ChangeInfo.f(a, 1, ArrayFormula.
|
|
52049
|
+
ChangeInfo.f(a, 0, ArrayFormula._ck(WorksheetRegion.$, "Apply", 0, (b) => b.c(), (b, c) => ArrayFormula._c3(b, c), null, 8192));
|
|
52050
|
+
ChangeInfo.f(a, 1, ArrayFormula._ck(WorksheetRegion.$, "Clear", 10, (b) => b.c(), (b, c) => ArrayFormula._c4(b, c), null, 8192));
|
|
51973
52051
|
return a;
|
|
51974
52052
|
}
|
|
51975
52053
|
/**
|
|
51976
52054
|
* @hidden
|
|
51977
52055
|
*/
|
|
51978
|
-
static
|
|
52056
|
+
static _c3(a, b) {
|
|
51979
52057
|
a.a.clearCellRange();
|
|
51980
52058
|
}
|
|
51981
52059
|
/**
|
|
51982
52060
|
* @hidden
|
|
51983
52061
|
*/
|
|
51984
|
-
static
|
|
51985
|
-
a.a.
|
|
52062
|
+
static _c4(a, b) {
|
|
52063
|
+
a.a._c0(b);
|
|
51986
52064
|
}
|
|
51987
52065
|
/**
|
|
51988
52066
|
* Gets the cells to which the array formula is applied.
|
|
@@ -51992,26 +52070,26 @@ export let ArrayFormula = /*@__PURE__*/ (() => {
|
|
|
51992
52070
|
* The cells to which the array formula is applied.
|
|
51993
52071
|
*/
|
|
51994
52072
|
get cellRange() {
|
|
51995
|
-
return this.
|
|
52073
|
+
return this._cl;
|
|
51996
52074
|
}
|
|
51997
52075
|
}
|
|
51998
52076
|
ArrayFormula.$t = /*@__PURE__*/ markType(ArrayFormula, 'ArrayFormula', Formula.$, [IRegionBlockingValue_$type]);
|
|
51999
52077
|
/**
|
|
52000
52078
|
* @hidden
|
|
52001
52079
|
*/
|
|
52002
|
-
ArrayFormula.
|
|
52080
|
+
ArrayFormula._cx = 0;
|
|
52003
52081
|
/**
|
|
52004
52082
|
* @hidden
|
|
52005
52083
|
*/
|
|
52006
|
-
ArrayFormula.
|
|
52084
|
+
ArrayFormula._cy = 1;
|
|
52007
52085
|
/**
|
|
52008
52086
|
* @hidden
|
|
52009
52087
|
*/
|
|
52010
|
-
ArrayFormula.
|
|
52088
|
+
ArrayFormula._cz = 2;
|
|
52011
52089
|
/**
|
|
52012
52090
|
* @hidden
|
|
52013
52091
|
*/
|
|
52014
|
-
ArrayFormula.
|
|
52092
|
+
ArrayFormula._cd = /*@__PURE__*/ ArrayFormula._ce();
|
|
52015
52093
|
return ArrayFormula;
|
|
52016
52094
|
})();
|
|
52017
52095
|
/**
|
|
@@ -52041,7 +52119,7 @@ export let ShiftingArrayFormulaInfo = /*@__PURE__*/ (() => {
|
|
|
52041
52119
|
let f = this.a.worksheet._rows$i.item(d.o);
|
|
52042
52120
|
let g = f._as(d.m)._formula;
|
|
52043
52121
|
if (g != null) {
|
|
52044
|
-
g.
|
|
52122
|
+
g._ce = c.value;
|
|
52045
52123
|
}
|
|
52046
52124
|
else {
|
|
52047
52125
|
}
|
|
@@ -53678,6 +53756,42 @@ export let Formula_VerifyFormatLimitsVisitor = /*@__PURE__*/ (() => {
|
|
|
53678
53756
|
Formula_VerifyFormatLimitsVisitor.a0 = null;
|
|
53679
53757
|
return Formula_VerifyFormatLimitsVisitor;
|
|
53680
53758
|
})();
|
|
53759
|
+
/**
|
|
53760
|
+
* @hidden
|
|
53761
|
+
*/
|
|
53762
|
+
export let Formula_VisitWorksheetVisitor = /*@__PURE__*/ (() => {
|
|
53763
|
+
class Formula_VisitWorksheetVisitor extends FormulaTokenVisitor {
|
|
53764
|
+
constructor() {
|
|
53765
|
+
super();
|
|
53766
|
+
this.a1 = null;
|
|
53767
|
+
}
|
|
53768
|
+
g() {
|
|
53769
|
+
this.a1 = null;
|
|
53770
|
+
super.g();
|
|
53771
|
+
}
|
|
53772
|
+
aq(a) {
|
|
53773
|
+
let b = typeCast(WorksheetReferenceLocal.$, a.o);
|
|
53774
|
+
if (b != null) {
|
|
53775
|
+
this.a1(b.u);
|
|
53776
|
+
}
|
|
53777
|
+
}
|
|
53778
|
+
static a2(a, b) {
|
|
53779
|
+
let c = Formula_VisitWorksheetVisitor.a0(a, b);
|
|
53780
|
+
c.h();
|
|
53781
|
+
}
|
|
53782
|
+
static a0(a, b) {
|
|
53783
|
+
if (Formula_VisitWorksheetVisitor.az == null) {
|
|
53784
|
+
Formula_VisitWorksheetVisitor.az = new Formula_VisitWorksheetVisitor();
|
|
53785
|
+
}
|
|
53786
|
+
Formula_VisitWorksheetVisitor.az.b = a;
|
|
53787
|
+
Formula_VisitWorksheetVisitor.az.a1 = b;
|
|
53788
|
+
return Formula_VisitWorksheetVisitor.az;
|
|
53789
|
+
}
|
|
53790
|
+
}
|
|
53791
|
+
Formula_VisitWorksheetVisitor.$t = /*@__PURE__*/ markType(Formula_VisitWorksheetVisitor, 'Formula_VisitWorksheetVisitor', FormulaTokenVisitor.$);
|
|
53792
|
+
Formula_VisitWorksheetVisitor.az = null;
|
|
53793
|
+
return Formula_VisitWorksheetVisitor;
|
|
53794
|
+
})();
|
|
53681
53795
|
/**
|
|
53682
53796
|
* @hidden
|
|
53683
53797
|
*/
|
|
@@ -54055,7 +54169,7 @@ export let NamedReferenceFormula = /*@__PURE__*/ (() => {
|
|
|
54055
54169
|
return new NamedReferenceFormula(1, this);
|
|
54056
54170
|
}
|
|
54057
54171
|
_b7() {
|
|
54058
|
-
let a = this.
|
|
54172
|
+
let a = this._ci;
|
|
54059
54173
|
if (a != null && a._formula == this) {
|
|
54060
54174
|
a._a0(this, false, true);
|
|
54061
54175
|
}
|
|
@@ -54194,8 +54308,8 @@ export let SingleTargetFormula_DynamicReferenceCollection = /*@__PURE__*/ (() =>
|
|
|
54194
54308
|
this._a = a;
|
|
54195
54309
|
}
|
|
54196
54310
|
*_getEnumeratorObject() {
|
|
54197
|
-
for (let a = this._a.
|
|
54198
|
-
yield this._a.
|
|
54311
|
+
for (let a = this._a._co; a < this._a._cm.count; a++) {
|
|
54312
|
+
yield this._a._cm._inner[a];
|
|
54199
54313
|
}
|
|
54200
54314
|
}
|
|
54201
54315
|
getEnumeratorObject() {
|
|
@@ -54226,8 +54340,8 @@ export let SingleTargetFormula_StaticReferenceCollection = /*@__PURE__*/ (() =>
|
|
|
54226
54340
|
this._a = a;
|
|
54227
54341
|
}
|
|
54228
54342
|
*_getEnumeratorObject() {
|
|
54229
|
-
for (let a = 0; a < this._a.
|
|
54230
|
-
yield this._a.
|
|
54343
|
+
for (let a = 0; a < this._a._co; a++) {
|
|
54344
|
+
yield this._a._cm._inner[a];
|
|
54231
54345
|
}
|
|
54232
54346
|
}
|
|
54233
54347
|
getEnumeratorObject() {
|
|
@@ -54271,7 +54385,7 @@ export let SingleTargetFormula_StaticReferenceFinder = /*@__PURE__*/ (() => {
|
|
|
54271
54385
|
}
|
|
54272
54386
|
f() {
|
|
54273
54387
|
if (this.a5.f != 0) {
|
|
54274
|
-
this.a7(this.a5.e(), true, CalcUtilities.h(this.a1.
|
|
54388
|
+
this.a7(this.a5.e(), true, CalcUtilities.h(this.a1._ci));
|
|
54275
54389
|
}
|
|
54276
54390
|
for (let a = 0; a < this.az.length; a++) {
|
|
54277
54391
|
let b;
|
|
@@ -54351,12 +54465,12 @@ export let SingleTargetFormula_StaticReferenceFinder = /*@__PURE__*/ (() => {
|
|
|
54351
54465
|
}
|
|
54352
54466
|
}
|
|
54353
54467
|
}
|
|
54354
|
-
for (let k = 0; k < this.a1.
|
|
54355
|
-
if (this.a1.
|
|
54468
|
+
for (let k = 0; k < this.a1._cm.count; k++) {
|
|
54469
|
+
if (this.a1._cm._inner[k].containsReference(c)) {
|
|
54356
54470
|
return;
|
|
54357
54471
|
}
|
|
54358
54472
|
}
|
|
54359
|
-
this.a1.
|
|
54473
|
+
this.a1._cm.add(c);
|
|
54360
54474
|
}
|
|
54361
54475
|
static a3(a, b) {
|
|
54362
54476
|
if (SingleTargetFormula_StaticReferenceFinder.a2 == null) {
|
|
@@ -54382,7 +54496,7 @@ export let SingleTargetFormula_StaticReferenceFinder = /*@__PURE__*/ (() => {
|
|
|
54382
54496
|
if (d == null) {
|
|
54383
54497
|
return;
|
|
54384
54498
|
}
|
|
54385
|
-
if (this.a1.
|
|
54499
|
+
if (this.a1._ci._aj && d.p) {
|
|
54386
54500
|
return;
|
|
54387
54501
|
}
|
|
54388
54502
|
let e = typeCast(NameToken.$, d);
|
|
@@ -55469,7 +55583,7 @@ export let WorksheetColumn = /*@__PURE__*/ (() => {
|
|
|
55469
55583
|
}
|
|
55470
55584
|
}
|
|
55471
55585
|
let f = this.index;
|
|
55472
|
-
for (let g = 1; g !=
|
|
55586
|
+
for (let g = 1; g != -2147483648; g = (g << 1)) {
|
|
55473
55587
|
if ((b & g) == 0) {
|
|
55474
55588
|
continue;
|
|
55475
55589
|
}
|
|
@@ -55509,7 +55623,7 @@ export let WorksheetColumn = /*@__PURE__*/ (() => {
|
|
|
55509
55623
|
}
|
|
55510
55624
|
let o = WorksheetColumn._ah(m, f, g);
|
|
55511
55625
|
if (o != null) {
|
|
55512
|
-
o.
|
|
55626
|
+
o._bm(g, h, true, c);
|
|
55513
55627
|
continue;
|
|
55514
55628
|
}
|
|
55515
55629
|
if ((c & 1) != 0) {
|
|
@@ -55565,7 +55679,7 @@ export let WorksheetColumn = /*@__PURE__*/ (() => {
|
|
|
55565
55679
|
}
|
|
55566
55680
|
w = enumGetBox(DiagonalBorders_$type, x);
|
|
55567
55681
|
}
|
|
55568
|
-
u.
|
|
55682
|
+
u._bl(g, w);
|
|
55569
55683
|
}
|
|
55570
55684
|
break;
|
|
55571
55685
|
}
|
|
@@ -63760,7 +63874,7 @@ export let WorksheetTableStyle = /*@__PURE__*/ (() => {
|
|
|
63760
63874
|
*/
|
|
63761
63875
|
onCellFormatValueChanging(sender, values) {
|
|
63762
63876
|
this._verifyCanBeModified();
|
|
63763
|
-
for (let a = 1; a !=
|
|
63877
|
+
for (let a = 1; a != -2147483648; a = (a << 1)) {
|
|
63764
63878
|
if ((values & a) == 0) {
|
|
63765
63879
|
continue;
|
|
63766
63880
|
}
|
|
@@ -63813,9 +63927,9 @@ export let WorksheetTableStyle = /*@__PURE__*/ (() => {
|
|
|
63813
63927
|
c._x = this._x;
|
|
63814
63928
|
c._y = this._y;
|
|
63815
63929
|
if (this._j != null) {
|
|
63816
|
-
let d =
|
|
63930
|
+
let d = -1 & ~(1939013689 | 10752 | 32768);
|
|
63817
63931
|
for (let e of fromEnum(this._j._i())) {
|
|
63818
|
-
ExcelUtils.fg(e, c._areaFormats$i._d(null, e.
|
|
63932
|
+
ExcelUtils.fg(e, c._areaFormats$i._d(null, e._bu), d, true, void 0, void 0, b);
|
|
63819
63933
|
}
|
|
63820
63934
|
}
|
|
63821
63935
|
return c;
|
|
@@ -63824,7 +63938,7 @@ export let WorksheetTableStyle = /*@__PURE__*/ (() => {
|
|
|
63824
63938
|
* @hidden
|
|
63825
63939
|
*/
|
|
63826
63940
|
static _q(a) {
|
|
63827
|
-
return (a &
|
|
63941
|
+
return (a & 1939024441) == 0;
|
|
63828
63942
|
}
|
|
63829
63943
|
/**
|
|
63830
63944
|
* @hidden
|
|
@@ -63865,7 +63979,7 @@ export let WorksheetTableStyle = /*@__PURE__*/ (() => {
|
|
|
63865
63979
|
_n() {
|
|
63866
63980
|
let a = new SortedList$2(Number_$type, WorksheetTableAreaFormatProxy$1.$.specialize(WorksheetTableStyleArea_$type), 1, UtilitiesInt32Comparer._c);
|
|
63867
63981
|
for (let b of fromEnum(this._areaFormats$i._i())) {
|
|
63868
|
-
a._item(WorksheetTableStyle._af(b.
|
|
63982
|
+
a._item(WorksheetTableStyle._af(b._bu), b);
|
|
63869
63983
|
}
|
|
63870
63984
|
return a;
|
|
63871
63985
|
}
|
|
@@ -63923,7 +64037,7 @@ export let WorksheetTableStyle = /*@__PURE__*/ (() => {
|
|
|
63923
64037
|
* @hidden
|
|
63924
64038
|
*/
|
|
63925
64039
|
static _u(a, b) {
|
|
63926
|
-
if ((a &
|
|
64040
|
+
if ((a & 1939013689) != 0) {
|
|
63927
64041
|
b = ExcelUtils.ei("LE_InvalidOperationException_InvalidTableStyleAreaFormatProperty", enumGetBox(CellFormatValue_$type, a));
|
|
63928
64042
|
return {
|
|
63929
64043
|
ret: false,
|
|
@@ -64138,7 +64252,7 @@ export let WorksheetTableStyle = /*@__PURE__*/ (() => {
|
|
|
64138
64252
|
this._p = a;
|
|
64139
64253
|
if (this._p == a) {
|
|
64140
64254
|
for (let b of fromEnum(this._areaFormats$i._i())) {
|
|
64141
|
-
b.d.
|
|
64255
|
+
b.d._dm();
|
|
64142
64256
|
}
|
|
64143
64257
|
}
|
|
64144
64258
|
}
|
|
@@ -64190,11 +64304,11 @@ export let WorksheetTableStyle = /*@__PURE__*/ (() => {
|
|
|
64190
64304
|
/**
|
|
64191
64305
|
* @hidden
|
|
64192
64306
|
*/
|
|
64193
|
-
WorksheetTableStyle._c = 1 | 8 | 16 | 32 | 65536 | 131072 | 1048576 | 8388608 | 16777216 | 268435456 | 536870912 | 33554432 | 512 | 2048 | 8192;
|
|
64307
|
+
WorksheetTableStyle._c = 1 | 8 | 16 | 32 | 65536 | 131072 | 1073741824 | 1048576 | 8388608 | 16777216 | 268435456 | 536870912 | 33554432 | 512 | 2048 | 8192;
|
|
64194
64308
|
/**
|
|
64195
64309
|
* @hidden
|
|
64196
64310
|
*/
|
|
64197
|
-
WorksheetTableStyle._e = 1 | 8 | 16 | 32 | 65536 | 131072 | 1048576 | 8388608 | 16777216 | 268435456 | 536870912 | 33554432;
|
|
64311
|
+
WorksheetTableStyle._e = 1 | 8 | 16 | 32 | 65536 | 131072 | 1073741824 | 1048576 | 8388608 | 16777216 | 268435456 | 536870912 | 33554432;
|
|
64198
64312
|
/**
|
|
64199
64313
|
* @hidden
|
|
64200
64314
|
*/
|
|
@@ -64998,11 +65112,11 @@ export let WorksheetTable = /*@__PURE__*/ (() => {
|
|
|
64998
65112
|
*/
|
|
64999
65113
|
onCellFormatValueChanging(sender, values) {
|
|
65000
65114
|
let a = sender;
|
|
65001
|
-
for (let b = 1; b !=
|
|
65115
|
+
for (let b = 1; b != -2147483648; b = (b << 1)) {
|
|
65002
65116
|
if ((values & b) == 0) {
|
|
65003
65117
|
continue;
|
|
65004
65118
|
}
|
|
65005
|
-
WorksheetTable._fg(a.
|
|
65119
|
+
WorksheetTable._fg(a._bu, b);
|
|
65006
65120
|
}
|
|
65007
65121
|
}
|
|
65008
65122
|
/**
|
|
@@ -65010,7 +65124,7 @@ export let WorksheetTable = /*@__PURE__*/ (() => {
|
|
|
65010
65124
|
*/
|
|
65011
65125
|
verifyFormatOptions(sender, formatOptions) {
|
|
65012
65126
|
let a = sender;
|
|
65013
|
-
if (a.
|
|
65127
|
+
if (a._bu == 0) {
|
|
65014
65128
|
let b = 63 & ~8;
|
|
65015
65129
|
if ((formatOptions & b) != 0) {
|
|
65016
65130
|
throw new InvalidOperationException(1, ExcelUtils.eh("LE_InvalidOperationException_InvalidFormatOptionsInWholeTableArea"));
|
|
@@ -65833,7 +65947,7 @@ export let WorksheetTable = /*@__PURE__*/ (() => {
|
|
|
65833
65947
|
if (l != null) {
|
|
65834
65948
|
let m = this._areaFormats$i._d(a, 0);
|
|
65835
65949
|
for (let n of fromEnum(l)) {
|
|
65836
|
-
m.
|
|
65950
|
+
m._bl(n.key, n.value);
|
|
65837
65951
|
}
|
|
65838
65952
|
}
|
|
65839
65953
|
}
|
|
@@ -65851,19 +65965,19 @@ export let WorksheetTable = /*@__PURE__*/ (() => {
|
|
|
65851
65965
|
if (c != null) {
|
|
65852
65966
|
let d = a._areaFormats$i._d(b, 1);
|
|
65853
65967
|
d.formatOptions &= ~c.formatOptions;
|
|
65854
|
-
ExcelUtils.fg(c, d,
|
|
65968
|
+
ExcelUtils.fg(c, d, -1, true);
|
|
65855
65969
|
}
|
|
65856
65970
|
let e = this._areaFormats$i._f(1);
|
|
65857
65971
|
if (e != null) {
|
|
65858
65972
|
let f = a._areaFormats$i._d(b, 0);
|
|
65859
65973
|
f.formatOptions &= ~e.formatOptions;
|
|
65860
|
-
ExcelUtils.fg(e, f,
|
|
65974
|
+
ExcelUtils.fg(e, f, -1, true);
|
|
65861
65975
|
}
|
|
65862
65976
|
let g = this._areaFormats$i._f(3);
|
|
65863
65977
|
if (g != null) {
|
|
65864
65978
|
let h = a._areaFormats$i._d(b, 2);
|
|
65865
65979
|
h.formatOptions &= ~g.formatOptions;
|
|
65866
|
-
ExcelUtils.fg(g, h,
|
|
65980
|
+
ExcelUtils.fg(g, h, -1, true);
|
|
65867
65981
|
}
|
|
65868
65982
|
}
|
|
65869
65983
|
/**
|
|
@@ -65928,7 +66042,7 @@ export let WorksheetTable = /*@__PURE__*/ (() => {
|
|
|
65928
66042
|
let i = h.key;
|
|
65929
66043
|
let j = typeCast(WorksheetCellFormatProxy.$, h.value);
|
|
65930
66044
|
let k = typeCast(WorksheetCellFormatProxy.$, this._b2.item(i));
|
|
65931
|
-
ExcelUtils.fg(j, k,
|
|
66045
|
+
ExcelUtils.fg(j, k, -1, void 0, void 0, void 0, b);
|
|
65932
66046
|
}
|
|
65933
66047
|
}
|
|
65934
66048
|
for (let l = 0; l < c; l++) {
|
|
@@ -66254,11 +66368,11 @@ export let WorksheetTable = /*@__PURE__*/ (() => {
|
|
|
66254
66368
|
_dz(a, b, c, d, e) {
|
|
66255
66369
|
for (let f = d._k - 1; f >= 0; f--) {
|
|
66256
66370
|
let g = d._j._inner[f];
|
|
66257
|
-
if (this._cq(a, b, g.
|
|
66371
|
+
if (this._cq(a, b, g._bu, e) == false) {
|
|
66258
66372
|
continue;
|
|
66259
66373
|
}
|
|
66260
|
-
if (g.
|
|
66261
|
-
let h =
|
|
66374
|
+
if (g._bu == 0) {
|
|
66375
|
+
let h = -1 & ~208404486;
|
|
66262
66376
|
if (a == this._bw._ac) {
|
|
66263
66377
|
h |= 67108864;
|
|
66264
66378
|
h |= 134217728;
|
|
@@ -66392,13 +66506,13 @@ export let WorksheetTable = /*@__PURE__*/ (() => {
|
|
|
66392
66506
|
/**
|
|
66393
66507
|
* @hidden
|
|
66394
66508
|
*/
|
|
66395
|
-
static _ee(a, b, c =
|
|
66509
|
+
static _ee(a, b, c = -1) {
|
|
66396
66510
|
let d = a.a();
|
|
66397
66511
|
let e = a.style;
|
|
66398
66512
|
let f = e != null && e._n == false ? e._i._bz : 0;
|
|
66399
66513
|
let g = a.d.v;
|
|
66400
66514
|
let h = g != null ? g._styles$i.normalStyle._i : null;
|
|
66401
|
-
for (let i = 1; i !=
|
|
66515
|
+
for (let i = 1; i != -2147483648; i = (i << 1)) {
|
|
66402
66516
|
if ((c & i) == 0) {
|
|
66403
66517
|
continue;
|
|
66404
66518
|
}
|
|
@@ -66411,7 +66525,7 @@ export let WorksheetTable = /*@__PURE__*/ (() => {
|
|
|
66411
66525
|
case 4194304:
|
|
66412
66526
|
case 524288:
|
|
66413
66527
|
case 32:
|
|
66414
|
-
if (h == null || !Base.equalsStatic(h.
|
|
66528
|
+
if (h == null || !Base.equalsStatic(h._df(i), a._aj(i))) {
|
|
66415
66529
|
continue;
|
|
66416
66530
|
}
|
|
66417
66531
|
break;
|
|
@@ -66424,7 +66538,7 @@ export let WorksheetTable = /*@__PURE__*/ (() => {
|
|
|
66424
66538
|
}
|
|
66425
66539
|
let k = b._aj(i);
|
|
66426
66540
|
if (WorksheetCellFormatData._cf(i, k) == false) {
|
|
66427
|
-
a.
|
|
66541
|
+
a._bm(i, k, false, 0);
|
|
66428
66542
|
}
|
|
66429
66543
|
}
|
|
66430
66544
|
a.g(d);
|
|
@@ -66939,7 +67053,7 @@ export let WorksheetTable = /*@__PURE__*/ (() => {
|
|
|
66939
67053
|
if (c != null && c._c4) {
|
|
66940
67054
|
return;
|
|
66941
67055
|
}
|
|
66942
|
-
let d = a.
|
|
67056
|
+
let d = a._bu;
|
|
66943
67057
|
let e;
|
|
66944
67058
|
switch (d) {
|
|
66945
67059
|
case 0: return;
|
|
@@ -66955,7 +67069,7 @@ export let WorksheetTable = /*@__PURE__*/ (() => {
|
|
|
66955
67069
|
default: return;
|
|
66956
67070
|
}
|
|
66957
67071
|
let f = 0;
|
|
66958
|
-
for (let g = 1; g !=
|
|
67072
|
+
for (let g = 1; g != -2147483648; g = (g << 1)) {
|
|
66959
67073
|
if ((b & g) == 0) {
|
|
66960
67074
|
continue;
|
|
66961
67075
|
}
|
|
@@ -67895,7 +68009,7 @@ export let WorksheetTableAreaFormatsCollection$1 = /*@__PURE__*/ (() => {
|
|
|
67895
68009
|
}
|
|
67896
68010
|
d = new WorksheetTableAreaFormatProxy$1(this.$tArea, b, e, this._a);
|
|
67897
68011
|
if (this._a.isReadOnly) {
|
|
67898
|
-
d.d.
|
|
68012
|
+
d.d._dm();
|
|
67899
68013
|
}
|
|
67900
68014
|
this._h.item(b, d);
|
|
67901
68015
|
d.d.ab(this._a);
|
|
@@ -67969,13 +68083,13 @@ export let WorksheetTableAreaFormatProxy$1 = /*@__PURE__*/ (() => {
|
|
|
67969
68083
|
constructor($tArea, a, b, c) {
|
|
67970
68084
|
super(0, b, null, c);
|
|
67971
68085
|
this.$tArea = null;
|
|
67972
|
-
this.
|
|
68086
|
+
this._bt = null;
|
|
67973
68087
|
this.$tArea = $tArea;
|
|
67974
68088
|
this.$type = this.$type.specialize(this.$tArea);
|
|
67975
|
-
this.
|
|
68089
|
+
this._bt = a;
|
|
67976
68090
|
}
|
|
67977
68091
|
get__l() {
|
|
67978
|
-
return this.$type.getStaticFields().
|
|
68092
|
+
return this.$type.getStaticFields()._bs;
|
|
67979
68093
|
}
|
|
67980
68094
|
get _l() {
|
|
67981
68095
|
return this.get__l();
|
|
@@ -68000,12 +68114,12 @@ export let WorksheetTableAreaFormatProxy$1 = /*@__PURE__*/ (() => {
|
|
|
68000
68114
|
get _v() {
|
|
68001
68115
|
return this.get__v();
|
|
68002
68116
|
}
|
|
68003
|
-
get
|
|
68004
|
-
return this.
|
|
68117
|
+
get _bu() {
|
|
68118
|
+
return this._bt;
|
|
68005
68119
|
}
|
|
68006
68120
|
}
|
|
68007
68121
|
WorksheetTableAreaFormatProxy$1.$t = /*@__PURE__*/ markType(WorksheetTableAreaFormatProxy$1, 'WorksheetTableAreaFormatProxy$1', WorksheetCellFormatProxy.$, null, function () {
|
|
68008
|
-
this.
|
|
68122
|
+
this._bs = WorksheetCellFormatProxy._m(85, 8 | 4);
|
|
68009
68123
|
});
|
|
68010
68124
|
return WorksheetTableAreaFormatProxy$1;
|
|
68011
68125
|
})();
|
|
@@ -68679,8 +68793,8 @@ export let WorksheetTableColumn = /*@__PURE__*/ (() => {
|
|
|
68679
68793
|
let b = a._o._a8(a._ab);
|
|
68680
68794
|
if (b != null) {
|
|
68681
68795
|
b = b._bu();
|
|
68682
|
-
b.
|
|
68683
|
-
b.
|
|
68796
|
+
b._du(67108864);
|
|
68797
|
+
b._du(134217728);
|
|
68684
68798
|
format.setFormatting(b);
|
|
68685
68799
|
}
|
|
68686
68800
|
}
|
|
@@ -68691,8 +68805,8 @@ export let WorksheetTableColumn = /*@__PURE__*/ (() => {
|
|
|
68691
68805
|
let d = c._o._a8(c._ab);
|
|
68692
68806
|
if (d != null) {
|
|
68693
68807
|
d = d._bu();
|
|
68694
|
-
d.
|
|
68695
|
-
d.
|
|
68808
|
+
d._du(2);
|
|
68809
|
+
d._du(4);
|
|
68696
68810
|
format.setFormatting(d);
|
|
68697
68811
|
}
|
|
68698
68812
|
}
|
|
@@ -68764,18 +68878,18 @@ export let WorksheetTableColumn = /*@__PURE__*/ (() => {
|
|
|
68764
68878
|
*/
|
|
68765
68879
|
onCellFormatValueChanged(sender, values, options) {
|
|
68766
68880
|
let a = sender;
|
|
68767
|
-
this._b5(a, values, a.
|
|
68881
|
+
this._b5(a, values, a._bu == 0);
|
|
68768
68882
|
}
|
|
68769
68883
|
/**
|
|
68770
68884
|
* @hidden
|
|
68771
68885
|
*/
|
|
68772
68886
|
onCellFormatValueChanging(sender, values) {
|
|
68773
68887
|
let a = sender;
|
|
68774
|
-
for (let b = 1; b !=
|
|
68888
|
+
for (let b = 1; b != -2147483648; b = (b << 1)) {
|
|
68775
68889
|
if ((values & b) == 0) {
|
|
68776
68890
|
continue;
|
|
68777
68891
|
}
|
|
68778
|
-
WorksheetTableColumn._b8(a.
|
|
68892
|
+
WorksheetTableColumn._b8(a._bu, b);
|
|
68779
68893
|
}
|
|
68780
68894
|
}
|
|
68781
68895
|
/**
|
|
@@ -69288,8 +69402,8 @@ export let WorksheetTableColumn = /*@__PURE__*/ (() => {
|
|
|
69288
69402
|
for (let j of fromEnum(c)) {
|
|
69289
69403
|
if (i <= j.value) {
|
|
69290
69404
|
let k = j.key._bu();
|
|
69291
|
-
k.
|
|
69292
|
-
k.
|
|
69405
|
+
k._du(2);
|
|
69406
|
+
k._du(4);
|
|
69293
69407
|
this._areaFormats$i.item(2).setFormatting(k);
|
|
69294
69408
|
break;
|
|
69295
69409
|
}
|
|
@@ -69314,7 +69428,7 @@ export let WorksheetTableColumn = /*@__PURE__*/ (() => {
|
|
|
69314
69428
|
let d = c.key;
|
|
69315
69429
|
let e = typeCast(WorksheetCellFormatProxy.$, c.value);
|
|
69316
69430
|
let f = typeCast(WorksheetCellFormatProxy.$, this._am.item(d));
|
|
69317
|
-
ExcelUtils.fg(e, f,
|
|
69431
|
+
ExcelUtils.fg(e, f, -1, void 0, void 0, void 0, b);
|
|
69318
69432
|
}
|
|
69319
69433
|
}
|
|
69320
69434
|
if (!stringIsNullOrEmpty(a._a2)) {
|
|
@@ -69430,7 +69544,7 @@ export let WorksheetTableColumn = /*@__PURE__*/ (() => {
|
|
|
69430
69544
|
}
|
|
69431
69545
|
}
|
|
69432
69546
|
else if (b != null) {
|
|
69433
|
-
this._b6(this._areaFormats$i._f(0),
|
|
69547
|
+
this._b6(this._areaFormats$i._f(0), -1, true, b, null);
|
|
69434
69548
|
}
|
|
69435
69549
|
if (b != null && this._w != null) {
|
|
69436
69550
|
if (c != null) {
|
|
@@ -69497,7 +69611,7 @@ export let WorksheetTableColumn = /*@__PURE__*/ (() => {
|
|
|
69497
69611
|
*/
|
|
69498
69612
|
_b7(a) {
|
|
69499
69613
|
if (this._am != null) {
|
|
69500
|
-
this._b5(this._areaFormats$i._f(a),
|
|
69614
|
+
this._b5(this._areaFormats$i._f(a), -1, true);
|
|
69501
69615
|
}
|
|
69502
69616
|
}
|
|
69503
69617
|
/**
|
|
@@ -69605,7 +69719,7 @@ export let WorksheetTableColumn = /*@__PURE__*/ (() => {
|
|
|
69605
69719
|
if (d != null && d._c4) {
|
|
69606
69720
|
return;
|
|
69607
69721
|
}
|
|
69608
|
-
let e = a.
|
|
69722
|
+
let e = a._bu;
|
|
69609
69723
|
let f = null;
|
|
69610
69724
|
let g = null;
|
|
69611
69725
|
switch (e) {
|
|
@@ -71859,7 +71973,7 @@ export let WorkbookFontDataResolved = /*@__PURE__*/ (() => {
|
|
|
71859
71973
|
this._bold$i = arguments[0];
|
|
71860
71974
|
}
|
|
71861
71975
|
get _bold$i() {
|
|
71862
|
-
return this._a.d.
|
|
71976
|
+
return this._a.d._c3;
|
|
71863
71977
|
}
|
|
71864
71978
|
set _bold$i(a) {
|
|
71865
71979
|
this._e();
|
|
@@ -71884,13 +71998,13 @@ export let WorkbookFontDataResolved = /*@__PURE__*/ (() => {
|
|
|
71884
71998
|
this._italic$i = arguments[0];
|
|
71885
71999
|
}
|
|
71886
72000
|
get _italic$i() {
|
|
71887
|
-
return this._a.d.
|
|
72001
|
+
return this._a.d._c4;
|
|
71888
72002
|
}
|
|
71889
72003
|
set _italic$i(a) {
|
|
71890
72004
|
this._e();
|
|
71891
72005
|
}
|
|
71892
72006
|
get name() {
|
|
71893
|
-
return this._a.d.
|
|
72007
|
+
return this._a.d._dh;
|
|
71894
72008
|
}
|
|
71895
72009
|
set name(a) {
|
|
71896
72010
|
this._e();
|
|
@@ -71903,7 +72017,7 @@ export let WorkbookFontDataResolved = /*@__PURE__*/ (() => {
|
|
|
71903
72017
|
this._strikeout$i = arguments[0];
|
|
71904
72018
|
}
|
|
71905
72019
|
get _strikeout$i() {
|
|
71906
|
-
return this._a.d.
|
|
72020
|
+
return this._a.d._c5;
|
|
71907
72021
|
}
|
|
71908
72022
|
set _strikeout$i(a) {
|
|
71909
72023
|
this._e();
|
|
@@ -72087,7 +72201,7 @@ export let WorkbookFontProxy = /*@__PURE__*/ (() => {
|
|
|
72087
72201
|
g(a) {
|
|
72088
72202
|
super.g(a);
|
|
72089
72203
|
if (this._m != null) {
|
|
72090
|
-
this._m.
|
|
72204
|
+
this._m._dp();
|
|
72091
72205
|
}
|
|
72092
72206
|
}
|
|
72093
72207
|
static _l(a, b) {
|
|
@@ -73668,7 +73782,7 @@ export let ExcelCalcEngine = /*@__PURE__*/ (() => {
|
|
|
73668
73782
|
if (a == null) {
|
|
73669
73783
|
return;
|
|
73670
73784
|
}
|
|
73671
|
-
this.a2(a, a.
|
|
73785
|
+
this.a2(a, a._ci, true);
|
|
73672
73786
|
this.h.af(a);
|
|
73673
73787
|
}
|
|
73674
73788
|
v() {
|
|
@@ -73781,7 +73895,7 @@ export let ExcelCalcEngine = /*@__PURE__*/ (() => {
|
|
|
73781
73895
|
if (a == null) {
|
|
73782
73896
|
return;
|
|
73783
73897
|
}
|
|
73784
|
-
this.a2(a, a.
|
|
73898
|
+
this.a2(a, a._ci, false);
|
|
73785
73899
|
this.h.ax(a);
|
|
73786
73900
|
}
|
|
73787
73901
|
a3() {
|
|
@@ -73814,7 +73928,7 @@ export let ExcelCalcEngine = /*@__PURE__*/ (() => {
|
|
|
73814
73928
|
let f = c._as(d);
|
|
73815
73929
|
let g;
|
|
73816
73930
|
if (e._formula != null) {
|
|
73817
|
-
g = e._formula.
|
|
73931
|
+
g = e._formula._ce;
|
|
73818
73932
|
}
|
|
73819
73933
|
else {
|
|
73820
73934
|
g = new ExcelCalcValue(a._getCellValue1(b));
|
|
@@ -73960,7 +74074,7 @@ export let ExcelCalcEngine = /*@__PURE__*/ (() => {
|
|
|
73960
74074
|
if (null == b) {
|
|
73961
74075
|
return;
|
|
73962
74076
|
}
|
|
73963
|
-
if (b.
|
|
74077
|
+
if (b._cs() != 0) {
|
|
73964
74078
|
this.ad.add_1(b);
|
|
73965
74079
|
}
|
|
73966
74080
|
let c;
|
|
@@ -74037,7 +74151,7 @@ export let ExcelCalcEngine = /*@__PURE__*/ (() => {
|
|
|
74037
74151
|
}, () => this.c(e.current)), () => this.s = false);
|
|
74038
74152
|
}), () => WorkItemExtensions.a(this.a(), () => {
|
|
74039
74153
|
for (let d of fromEnum(this.ad)) {
|
|
74040
|
-
d.
|
|
74154
|
+
d._cv(this);
|
|
74041
74155
|
}
|
|
74042
74156
|
}));
|
|
74043
74157
|
}, () => {
|
|
@@ -74260,7 +74374,7 @@ export let RefBase = /*@__PURE__*/ (() => {
|
|
|
74260
74374
|
if (a == null || e == null) {
|
|
74261
74375
|
return;
|
|
74262
74376
|
}
|
|
74263
|
-
a.
|
|
74377
|
+
a._cz(this, e, d);
|
|
74264
74378
|
this._az(a);
|
|
74265
74379
|
if (this._ak) {
|
|
74266
74380
|
e._g9(a);
|
|
@@ -74323,7 +74437,7 @@ export let RefBase = /*@__PURE__*/ (() => {
|
|
|
74323
74437
|
if (c != null) {
|
|
74324
74438
|
c._iw(b);
|
|
74325
74439
|
}
|
|
74326
|
-
b.
|
|
74440
|
+
b._cz(null, c, a);
|
|
74327
74441
|
this._az(null);
|
|
74328
74442
|
}
|
|
74329
74443
|
_ay(a, b) {
|
|
@@ -74723,14 +74837,14 @@ export let CellCalcReferenceBase = /*@__PURE__*/ (() => {
|
|
|
74723
74837
|
else if (typeCast(HyperlinkResult.$, b) !== null && (typeCast(HyperlinkResult.$, a.value) !== null) == false) {
|
|
74724
74838
|
b = b.toString();
|
|
74725
74839
|
}
|
|
74726
|
-
this._a2.
|
|
74840
|
+
this._a2._ce = new ExcelCalcValue(b);
|
|
74727
74841
|
}
|
|
74728
74842
|
get__c() {
|
|
74729
74843
|
if (this._a3.worksheet.workbook == null) {
|
|
74730
74844
|
return ExcelReferenceError._a2.value;
|
|
74731
74845
|
}
|
|
74732
74846
|
if (this._a2 != null) {
|
|
74733
|
-
return this._a2.
|
|
74847
|
+
return this._a2._ce;
|
|
74734
74848
|
}
|
|
74735
74849
|
return CalcUtilities.c(this._a3._c5(this._a8));
|
|
74736
74850
|
}
|
|
@@ -74750,7 +74864,7 @@ export let CellCalcReferenceBase = /*@__PURE__*/ (() => {
|
|
|
74750
74864
|
p1: b
|
|
74751
74865
|
};
|
|
74752
74866
|
}
|
|
74753
|
-
let d = c.
|
|
74867
|
+
let d = c._c1.cellRange;
|
|
74754
74868
|
b = this._a3.index - d.firstRow;
|
|
74755
74869
|
a = this._a8 - d.firstColumn;
|
|
74756
74870
|
return {
|
|
@@ -74921,7 +75035,7 @@ export let DependencyGraph = /*@__PURE__*/ (() => {
|
|
|
74921
75035
|
}
|
|
74922
75036
|
af(a) {
|
|
74923
75037
|
this.ao();
|
|
74924
|
-
let b = a.
|
|
75038
|
+
let b = a._ci;
|
|
74925
75039
|
if ((typeCast(NamedCalcReferenceBase.$, b) !== null) == false) {
|
|
74926
75040
|
b._ab = true;
|
|
74927
75041
|
}
|
|
@@ -75013,7 +75127,7 @@ export let DependencyGraph = /*@__PURE__*/ (() => {
|
|
|
75013
75127
|
}
|
|
75014
75128
|
ax(a) {
|
|
75015
75129
|
this.ao();
|
|
75016
|
-
let b = a.
|
|
75130
|
+
let b = a._ci;
|
|
75017
75131
|
b._ab = false;
|
|
75018
75132
|
this.ap(b);
|
|
75019
75133
|
if (!this.t.remove(b)) {
|
|
@@ -89175,7 +89289,7 @@ export let WorksheetCellBlock = /*@__PURE__*/ (() => {
|
|
|
89175
89289
|
}
|
|
89176
89290
|
if (d != null) {
|
|
89177
89291
|
if (d._formula != null) {
|
|
89178
|
-
let e = d._formula.
|
|
89292
|
+
let e = d._formula._ce;
|
|
89179
89293
|
if (e != null) {
|
|
89180
89294
|
return CalcUtilities.n(e.value, c);
|
|
89181
89295
|
}
|
|
@@ -89232,7 +89346,7 @@ export let WorksheetCellBlock = /*@__PURE__*/ (() => {
|
|
|
89232
89346
|
j = g._b2.a(k._cs);
|
|
89233
89347
|
}
|
|
89234
89348
|
else {
|
|
89235
|
-
j = new ValueFormatter(0, g, k.
|
|
89349
|
+
j = new ValueFormatter(0, g, k._di, a._y);
|
|
89236
89350
|
}
|
|
89237
89351
|
}
|
|
89238
89352
|
if (j.o == false) {
|
|
@@ -89998,7 +90112,7 @@ export let WorksheetCellBlock = /*@__PURE__*/ (() => {
|
|
|
89998
90112
|
a.worksheet._ex.item(ValueTuple.a(WorksheetRow.$, Number_$type, a, b), c);
|
|
89999
90113
|
}
|
|
90000
90114
|
static t(a, b, c) {
|
|
90001
|
-
if (WorksheetCellBlock.q(a._a7(b).
|
|
90115
|
+
if (WorksheetCellBlock.q(a._a7(b)._di)) {
|
|
90002
90116
|
c = a._bc(b);
|
|
90003
90117
|
return {
|
|
90004
90118
|
ret: true,
|
|
@@ -90108,32 +90222,32 @@ export let WorksheetMergedCellsRegion = /*@__PURE__*/ (() => {
|
|
|
90108
90222
|
case 2:
|
|
90109
90223
|
case 4:
|
|
90110
90224
|
if (m == j) {
|
|
90111
|
-
p.
|
|
90225
|
+
p._bm(s, h._aj(s), false, a);
|
|
90112
90226
|
}
|
|
90113
90227
|
break;
|
|
90114
90228
|
case 67108864:
|
|
90115
90229
|
case 134217728:
|
|
90116
90230
|
if (m == i) {
|
|
90117
|
-
p.
|
|
90231
|
+
p._bm(s, h._aj(s), false, a);
|
|
90118
90232
|
}
|
|
90119
90233
|
break;
|
|
90120
90234
|
case 262144:
|
|
90121
90235
|
case 524288:
|
|
90122
90236
|
if (o == k) {
|
|
90123
|
-
p.
|
|
90237
|
+
p._bm(s, h._aj(s), false, a);
|
|
90124
90238
|
}
|
|
90125
90239
|
break;
|
|
90126
90240
|
case 2097152:
|
|
90127
90241
|
case 4194304:
|
|
90128
90242
|
if (o == l) {
|
|
90129
|
-
p.
|
|
90243
|
+
p._bm(s, h._aj(s), false, a);
|
|
90130
90244
|
}
|
|
90131
90245
|
break;
|
|
90132
90246
|
case 32640:
|
|
90133
90247
|
p._a1(h._u, false, a);
|
|
90134
90248
|
break;
|
|
90135
90249
|
default:
|
|
90136
|
-
p.
|
|
90250
|
+
p._bm(s, h._aj(s), false, a);
|
|
90137
90251
|
break;
|
|
90138
90252
|
}
|
|
90139
90253
|
}
|
|
@@ -90495,7 +90609,7 @@ export let WorksheetMergedCellsRegion = /*@__PURE__*/ (() => {
|
|
|
90495
90609
|
break;
|
|
90496
90610
|
}
|
|
90497
90611
|
let d = this._a1(toNullable(CellFormatValue_$type, c), false);
|
|
90498
|
-
this._cellFormatInternal.
|
|
90612
|
+
this._cellFormatInternal._bm(c, d.item(c), true, 4);
|
|
90499
90613
|
}
|
|
90500
90614
|
/**
|
|
90501
90615
|
* @hidden
|
|
@@ -90543,7 +90657,7 @@ export let WorksheetMergedCellsRegion = /*@__PURE__*/ (() => {
|
|
|
90543
90657
|
m = j;
|
|
90544
90658
|
}
|
|
90545
90659
|
if (Base.equalsStatic(m, k) == false) {
|
|
90546
|
-
k = WorksheetCellFormatData.
|
|
90660
|
+
k = WorksheetCellFormatData._da(h);
|
|
90547
90661
|
break;
|
|
90548
90662
|
}
|
|
90549
90663
|
}
|
|
@@ -90570,13 +90684,13 @@ export let WorksheetMergedCellsRegion = /*@__PURE__*/ (() => {
|
|
|
90570
90684
|
let m = ExcelUtils.d1(a, f, g, l, e, h);
|
|
90571
90685
|
let n;
|
|
90572
90686
|
if (j != null) {
|
|
90573
|
-
n = j.b.
|
|
90687
|
+
n = j.b._df(h);
|
|
90574
90688
|
}
|
|
90575
90689
|
else if (k != null) {
|
|
90576
|
-
n = k.b.
|
|
90690
|
+
n = k.b._df(ExcelUtils.n(h));
|
|
90577
90691
|
}
|
|
90578
90692
|
else {
|
|
90579
|
-
n = WorksheetCellFormatData.
|
|
90693
|
+
n = WorksheetCellFormatData._da(h);
|
|
90580
90694
|
}
|
|
90581
90695
|
let o = m;
|
|
90582
90696
|
if (WorksheetCellFormatData._cf(h, o)) {
|
|
@@ -90590,7 +90704,7 @@ export let WorksheetMergedCellsRegion = /*@__PURE__*/ (() => {
|
|
|
90590
90704
|
r = n;
|
|
90591
90705
|
}
|
|
90592
90706
|
if (Base.equalsStatic(r, o) == false) {
|
|
90593
|
-
o = WorksheetCellFormatData.
|
|
90707
|
+
o = WorksheetCellFormatData._da(h);
|
|
90594
90708
|
break;
|
|
90595
90709
|
}
|
|
90596
90710
|
}
|
|
@@ -91300,7 +91414,7 @@ export let WorkbookSaveManager = /*@__PURE__*/ (() => {
|
|
|
91300
91414
|
for (let i = 0; i < f.length; i++) {
|
|
91301
91415
|
let j = f[i];
|
|
91302
91416
|
ExcelUtils.fd(h, e, j);
|
|
91303
|
-
h.
|
|
91417
|
+
h._du(j);
|
|
91304
91418
|
}
|
|
91305
91419
|
if (e._cd) {
|
|
91306
91420
|
e = null;
|
|
@@ -92093,7 +92207,7 @@ export let WorkbookSaveManager = /*@__PURE__*/ (() => {
|
|
|
92093
92207
|
_b5(a) {
|
|
92094
92208
|
let b = this._aa(a);
|
|
92095
92209
|
for (let c of fromEnum(a._areaFormats$i._i())) {
|
|
92096
|
-
b._m(c.
|
|
92210
|
+
b._m(c._bu, this._bc(c.d));
|
|
92097
92211
|
}
|
|
92098
92212
|
this._b6(a, a.columnStripeWidth != 1, 7);
|
|
92099
92213
|
this._b6(a, a.alternateColumnStripeWidth != 1, 8);
|
|
@@ -98610,10 +98724,10 @@ export let TempCellCalcReference = /*@__PURE__*/ (() => {
|
|
|
98610
98724
|
else if (typeCast(HyperlinkResult.$, b) !== null && (typeCast(HyperlinkResult.$, a.value) !== null) == false) {
|
|
98611
98725
|
b = b.toString();
|
|
98612
98726
|
}
|
|
98613
|
-
this._a3.
|
|
98727
|
+
this._a3._ce = new ExcelCalcValue(b);
|
|
98614
98728
|
}
|
|
98615
98729
|
get__c() {
|
|
98616
|
-
return this._formula.
|
|
98730
|
+
return this._formula._ce;
|
|
98617
98731
|
}
|
|
98618
98732
|
get _c() {
|
|
98619
98733
|
return this.get__c();
|
|
@@ -98650,7 +98764,7 @@ export let WorksheetMergedRegionOwnedCellFormatProxy = /*@__PURE__*/ (() => {
|
|
|
98650
98764
|
super(1, a, b);
|
|
98651
98765
|
}
|
|
98652
98766
|
get__l() {
|
|
98653
|
-
return WorksheetMergedRegionOwnedCellFormatProxy.
|
|
98767
|
+
return WorksheetMergedRegionOwnedCellFormatProxy._bs;
|
|
98654
98768
|
}
|
|
98655
98769
|
get _l() {
|
|
98656
98770
|
return this.get__l();
|
|
@@ -98673,7 +98787,7 @@ export let WorksheetMergedRegionOwnedCellFormatProxy = /*@__PURE__*/ (() => {
|
|
|
98673
98787
|
}
|
|
98674
98788
|
}
|
|
98675
98789
|
WorksheetMergedRegionOwnedCellFormatProxy.$t = /*@__PURE__*/ markType(WorksheetMergedRegionOwnedCellFormatProxy, 'WorksheetMergedRegionOwnedCellFormatProxy', WorksheetCellFormatProxy.$);
|
|
98676
|
-
WorksheetMergedRegionOwnedCellFormatProxy.
|
|
98790
|
+
WorksheetMergedRegionOwnedCellFormatProxy._bs = /*@__PURE__*/ WorksheetCellFormatProxy._m(4, 4);
|
|
98677
98791
|
return WorksheetMergedRegionOwnedCellFormatProxy;
|
|
98678
98792
|
})();
|
|
98679
98793
|
/**
|
|
@@ -100162,7 +100276,7 @@ export let WorkbookStyleCollection = /*@__PURE__*/ (() => {
|
|
|
100162
100276
|
if (b.isBuiltIn) {
|
|
100163
100277
|
b._m = false;
|
|
100164
100278
|
b._i.setFormatting(a._i);
|
|
100165
|
-
b._i.
|
|
100279
|
+
b._i._dv(a._i.formatOptions);
|
|
100166
100280
|
return b;
|
|
100167
100281
|
}
|
|
100168
100282
|
this.remove(b);
|
|
@@ -101297,7 +101411,7 @@ export let WorksheetCellFormatDataResolved = /*@__PURE__*/ (() => {
|
|
|
101297
101411
|
p1: b
|
|
101298
101412
|
};
|
|
101299
101413
|
}
|
|
101300
|
-
b = c.
|
|
101414
|
+
b = c._dc(ExcelUtils.n(a), null);
|
|
101301
101415
|
return {
|
|
101302
101416
|
ret: true,
|
|
101303
101417
|
p1: b
|
|
@@ -101322,13 +101436,13 @@ export let WorksheetCellFormatDataResolved = /*@__PURE__*/ (() => {
|
|
|
101322
101436
|
this._n();
|
|
101323
101437
|
}
|
|
101324
101438
|
get bottomBorderColorInfo() {
|
|
101325
|
-
return this._b.d.
|
|
101439
|
+
return this._b.d._dc(2, runOn(this, this._f));
|
|
101326
101440
|
}
|
|
101327
101441
|
set bottomBorderColorInfo(a) {
|
|
101328
101442
|
this._n();
|
|
101329
101443
|
}
|
|
101330
101444
|
get bottomBorderStyle() {
|
|
101331
|
-
return EnumUtil.getEnumValue(CellBorderLineStyle_$type, this._b.d.
|
|
101445
|
+
return EnumUtil.getEnumValue(CellBorderLineStyle_$type, this._b.d._dc(4, runOn(this, this._f)));
|
|
101332
101446
|
}
|
|
101333
101447
|
set bottomBorderStyle(a) {
|
|
101334
101448
|
this._n();
|
|
@@ -101391,7 +101505,7 @@ export let WorksheetCellFormatDataResolved = /*@__PURE__*/ (() => {
|
|
|
101391
101505
|
this._n();
|
|
101392
101506
|
}
|
|
101393
101507
|
get formatString() {
|
|
101394
|
-
return this._b.d.
|
|
101508
|
+
return this._b.d._di;
|
|
101395
101509
|
}
|
|
101396
101510
|
set formatString(a) {
|
|
101397
101511
|
this._n();
|
|
@@ -101403,17 +101517,30 @@ export let WorksheetCellFormatDataResolved = /*@__PURE__*/ (() => {
|
|
|
101403
101517
|
this._n();
|
|
101404
101518
|
}
|
|
101405
101519
|
get leftBorderColorInfo() {
|
|
101406
|
-
return this._b.d.
|
|
101520
|
+
return this._b.d._dc(262144, runOn(this, this._f));
|
|
101407
101521
|
}
|
|
101408
101522
|
set leftBorderColorInfo(a) {
|
|
101409
101523
|
this._n();
|
|
101410
101524
|
}
|
|
101411
101525
|
get leftBorderStyle() {
|
|
101412
|
-
return EnumUtil.getEnumValue(CellBorderLineStyle_$type, this._b.d.
|
|
101526
|
+
return EnumUtil.getEnumValue(CellBorderLineStyle_$type, this._b.d._dc(524288, runOn(this, this._f)));
|
|
101413
101527
|
}
|
|
101414
101528
|
set leftBorderStyle(a) {
|
|
101415
101529
|
this._n();
|
|
101416
101530
|
}
|
|
101531
|
+
get hidden() {
|
|
101532
|
+
return unwrapNullable(this._hidden$i);
|
|
101533
|
+
}
|
|
101534
|
+
set hidden(a) {
|
|
101535
|
+
arguments[0] = wrapNullable(Boolean_$type, arguments[0]);
|
|
101536
|
+
this._hidden$i = arguments[0];
|
|
101537
|
+
}
|
|
101538
|
+
get _hidden$i() {
|
|
101539
|
+
return this._b.d._c6;
|
|
101540
|
+
}
|
|
101541
|
+
set _hidden$i(a) {
|
|
101542
|
+
this._n();
|
|
101543
|
+
}
|
|
101417
101544
|
get locked() {
|
|
101418
101545
|
return unwrapNullable(this._locked$i);
|
|
101419
101546
|
}
|
|
@@ -101422,19 +101549,19 @@ export let WorksheetCellFormatDataResolved = /*@__PURE__*/ (() => {
|
|
|
101422
101549
|
this._locked$i = arguments[0];
|
|
101423
101550
|
}
|
|
101424
101551
|
get _locked$i() {
|
|
101425
|
-
return this._b.d.
|
|
101552
|
+
return this._b.d._c7;
|
|
101426
101553
|
}
|
|
101427
101554
|
set _locked$i(a) {
|
|
101428
101555
|
this._n();
|
|
101429
101556
|
}
|
|
101430
101557
|
get rightBorderColorInfo() {
|
|
101431
|
-
return this._b.d.
|
|
101558
|
+
return this._b.d._dc(2097152, runOn(this, this._f));
|
|
101432
101559
|
}
|
|
101433
101560
|
set rightBorderColorInfo(a) {
|
|
101434
101561
|
this._n();
|
|
101435
101562
|
}
|
|
101436
101563
|
get rightBorderStyle() {
|
|
101437
|
-
return EnumUtil.getEnumValue(CellBorderLineStyle_$type, this._b.d.
|
|
101564
|
+
return EnumUtil.getEnumValue(CellBorderLineStyle_$type, this._b.d._dc(4194304, runOn(this, this._f)));
|
|
101438
101565
|
}
|
|
101439
101566
|
set rightBorderStyle(a) {
|
|
101440
101567
|
this._n();
|
|
@@ -101453,7 +101580,7 @@ export let WorksheetCellFormatDataResolved = /*@__PURE__*/ (() => {
|
|
|
101453
101580
|
this._shrinkToFit$i = arguments[0];
|
|
101454
101581
|
}
|
|
101455
101582
|
get _shrinkToFit$i() {
|
|
101456
|
-
return this._b.d.
|
|
101583
|
+
return this._b.d._c8;
|
|
101457
101584
|
}
|
|
101458
101585
|
set _shrinkToFit$i(a) {
|
|
101459
101586
|
this._n();
|
|
@@ -101465,13 +101592,13 @@ export let WorksheetCellFormatDataResolved = /*@__PURE__*/ (() => {
|
|
|
101465
101592
|
this._n();
|
|
101466
101593
|
}
|
|
101467
101594
|
get topBorderColorInfo() {
|
|
101468
|
-
return this._b.d.
|
|
101595
|
+
return this._b.d._dc(67108864, runOn(this, this._f));
|
|
101469
101596
|
}
|
|
101470
101597
|
set topBorderColorInfo(a) {
|
|
101471
101598
|
this._n();
|
|
101472
101599
|
}
|
|
101473
101600
|
get topBorderStyle() {
|
|
101474
|
-
return EnumUtil.getEnumValue(CellBorderLineStyle_$type, this._b.d.
|
|
101601
|
+
return EnumUtil.getEnumValue(CellBorderLineStyle_$type, this._b.d._dc(134217728, runOn(this, this._f)));
|
|
101475
101602
|
}
|
|
101476
101603
|
set topBorderStyle(a) {
|
|
101477
101604
|
this._n();
|
|
@@ -101490,7 +101617,7 @@ export let WorksheetCellFormatDataResolved = /*@__PURE__*/ (() => {
|
|
|
101490
101617
|
this._wrapText$i = arguments[0];
|
|
101491
101618
|
}
|
|
101492
101619
|
get _wrapText$i() {
|
|
101493
|
-
return this._b.d.
|
|
101620
|
+
return this._b.d._c9;
|
|
101494
101621
|
}
|
|
101495
101622
|
set _wrapText$i(a) {
|
|
101496
101623
|
this._n();
|
|
@@ -101514,7 +101641,7 @@ export let WorksheetMergedCellFormatDataResolved = /*@__PURE__*/ (() => {
|
|
|
101514
101641
|
let d = c.tryGetValue(a, b);
|
|
101515
101642
|
b = d.p1;
|
|
101516
101643
|
return {
|
|
101517
|
-
ret: Base.equalsStatic(b, WorksheetCellFormatData.
|
|
101644
|
+
ret: Base.equalsStatic(b, WorksheetCellFormatData._da(a)) == false,
|
|
101518
101645
|
p1: b
|
|
101519
101646
|
};
|
|
101520
101647
|
}
|
|
@@ -101529,28 +101656,28 @@ export let WorksheetCellOwnedFormatProxy = /*@__PURE__*/ (() => {
|
|
|
101529
101656
|
class WorksheetCellOwnedFormatProxy extends WorksheetCellFormatProxy {
|
|
101530
101657
|
constructor(a, b, c, d, e) {
|
|
101531
101658
|
super(0, a, b, c);
|
|
101532
|
-
this.
|
|
101533
|
-
this.
|
|
101534
|
-
this.
|
|
101535
|
-
this.
|
|
101536
|
-
this.
|
|
101537
|
-
this.
|
|
101659
|
+
this._bt = null;
|
|
101660
|
+
this._bx = 0;
|
|
101661
|
+
this._bv = 0;
|
|
101662
|
+
this._bv = d;
|
|
101663
|
+
this._bt = e;
|
|
101664
|
+
this._bx = c.worksheet._fw;
|
|
101538
101665
|
}
|
|
101539
101666
|
g(a) {
|
|
101540
101667
|
super.g(a);
|
|
101541
|
-
this.
|
|
101668
|
+
this._by();
|
|
101542
101669
|
}
|
|
101543
101670
|
b(a) {
|
|
101544
|
-
this.
|
|
101671
|
+
this._bz();
|
|
101545
101672
|
if (a == false) {
|
|
101546
101673
|
return super.b(a);
|
|
101547
101674
|
}
|
|
101548
101675
|
let b = super.b(a);
|
|
101549
|
-
this.
|
|
101676
|
+
this._by();
|
|
101550
101677
|
return b;
|
|
101551
101678
|
}
|
|
101552
101679
|
get__l() {
|
|
101553
|
-
return WorksheetCellOwnedFormatProxy.
|
|
101680
|
+
return WorksheetCellOwnedFormatProxy._bs;
|
|
101554
101681
|
}
|
|
101555
101682
|
get _l() {
|
|
101556
101683
|
return this.get__l();
|
|
@@ -101562,9 +101689,9 @@ export let WorksheetCellOwnedFormatProxy = /*@__PURE__*/ (() => {
|
|
|
101562
101689
|
return this.get__q();
|
|
101563
101690
|
}
|
|
101564
101691
|
_ai() {
|
|
101565
|
-
this.
|
|
101692
|
+
this._bz();
|
|
101566
101693
|
let a = this._s;
|
|
101567
|
-
return toNullable(WorksheetCellAddress.$, new WorksheetCellAddress(1, a.index, this.
|
|
101694
|
+
return toNullable(WorksheetCellAddress.$, new WorksheetCellAddress(1, a.index, this._bv));
|
|
101568
101695
|
}
|
|
101569
101696
|
_at(a) {
|
|
101570
101697
|
if (WorksheetCellAddress.i(a, toNullable(WorksheetCellAddress.$, null))) {
|
|
@@ -101572,9 +101699,9 @@ export let WorksheetCellOwnedFormatProxy = /*@__PURE__*/ (() => {
|
|
|
101572
101699
|
if (b != null) {
|
|
101573
101700
|
let c = b.worksheet;
|
|
101574
101701
|
if (c != null) {
|
|
101575
|
-
this.
|
|
101576
|
-
this.
|
|
101577
|
-
this.
|
|
101702
|
+
this._bx = c._fw;
|
|
101703
|
+
this._bd(c._rows$i.item(a.value.o));
|
|
101704
|
+
this._bv = a.value.m;
|
|
101578
101705
|
}
|
|
101579
101706
|
}
|
|
101580
101707
|
}
|
|
@@ -101587,47 +101714,47 @@ export let WorksheetCellOwnedFormatProxy = /*@__PURE__*/ (() => {
|
|
|
101587
101714
|
return this.get__v();
|
|
101588
101715
|
}
|
|
101589
101716
|
get_d() {
|
|
101590
|
-
this.
|
|
101591
|
-
this.c = this.
|
|
101717
|
+
this._bz();
|
|
101718
|
+
this.c = this._bt[this._bv % 32];
|
|
101592
101719
|
return this.c;
|
|
101593
101720
|
}
|
|
101594
|
-
_bx() {
|
|
101595
|
-
this._bs[this._bu % 32] = this.c;
|
|
101596
|
-
}
|
|
101597
101721
|
_by() {
|
|
101598
|
-
|
|
101722
|
+
this._bt[this._bv % 32] = this.c;
|
|
101723
|
+
}
|
|
101724
|
+
_bz() {
|
|
101725
|
+
if (this._bt != null) {
|
|
101599
101726
|
let a = this._s;
|
|
101600
|
-
let b = this.
|
|
101727
|
+
let b = this._bv;
|
|
101601
101728
|
let c = this._s;
|
|
101602
101729
|
let d = c.worksheet;
|
|
101603
|
-
if (d == null || ((() => { let e = d._ep(c, this.
|
|
101604
|
-
this.
|
|
101605
|
-
this.
|
|
101606
|
-
this.
|
|
101730
|
+
if (d == null || ((() => { let e = d._ep(c, this._bv, this._bx); c = e.p0; this._bv = e.p1; this._bx = e.p2; return e.ret; })()) == false) {
|
|
101731
|
+
this._bd(null);
|
|
101732
|
+
this._bv = -1;
|
|
101733
|
+
this._bt = null;
|
|
101607
101734
|
this.c = null;
|
|
101608
101735
|
}
|
|
101609
|
-
else if (c != a || this.
|
|
101610
|
-
this.
|
|
101611
|
-
this.
|
|
101612
|
-
this.c = c._bb(this.
|
|
101736
|
+
else if (c != a || this._bv != b) {
|
|
101737
|
+
this._bd(c);
|
|
101738
|
+
this._bt = c._aj(this._bv);
|
|
101739
|
+
this.c = c._bb(this._bt, this._bv).d;
|
|
101613
101740
|
}
|
|
101614
101741
|
}
|
|
101615
|
-
if (this.
|
|
101742
|
+
if (this._bt == null) {
|
|
101616
101743
|
throw new InvalidOperationException(1, ExcelUtils.eh("LE_ArgumentException_CellShiftedOffWorksheet"));
|
|
101617
101744
|
}
|
|
101618
101745
|
}
|
|
101619
|
-
get
|
|
101620
|
-
return this.
|
|
101746
|
+
get _bw() {
|
|
101747
|
+
return this._bv;
|
|
101621
101748
|
}
|
|
101622
|
-
get
|
|
101749
|
+
get _bu() {
|
|
101623
101750
|
return this.c;
|
|
101624
101751
|
}
|
|
101625
|
-
set
|
|
101752
|
+
set _bu(a) {
|
|
101626
101753
|
this.c = a;
|
|
101627
101754
|
}
|
|
101628
101755
|
}
|
|
101629
101756
|
WorksheetCellOwnedFormatProxy.$t = /*@__PURE__*/ markType(WorksheetCellOwnedFormatProxy, 'WorksheetCellOwnedFormatProxy', WorksheetCellFormatProxy.$);
|
|
101630
|
-
WorksheetCellOwnedFormatProxy.
|
|
101757
|
+
WorksheetCellOwnedFormatProxy._bs = /*@__PURE__*/ WorksheetCellFormatProxy._m(4, 4);
|
|
101631
101758
|
return WorksheetCellOwnedFormatProxy;
|
|
101632
101759
|
})();
|
|
101633
101760
|
/**
|
|
@@ -101677,7 +101804,7 @@ export let WorksheetColumnOwnedFormatProxy = /*@__PURE__*/ (() => {
|
|
|
101677
101804
|
}
|
|
101678
101805
|
g(a) {
|
|
101679
101806
|
super.g(a);
|
|
101680
|
-
this.
|
|
101807
|
+
this._bt().b = this.c;
|
|
101681
101808
|
let b = this._s._aj();
|
|
101682
101809
|
this.c = b.b;
|
|
101683
101810
|
this._s.worksheet._hi();
|
|
@@ -101690,7 +101817,7 @@ export let WorksheetColumnOwnedFormatProxy = /*@__PURE__*/ (() => {
|
|
|
101690
101817
|
return c;
|
|
101691
101818
|
}
|
|
101692
101819
|
get__l() {
|
|
101693
|
-
return WorksheetColumnOwnedFormatProxy.
|
|
101820
|
+
return WorksheetColumnOwnedFormatProxy._bs;
|
|
101694
101821
|
}
|
|
101695
101822
|
get _l() {
|
|
101696
101823
|
return this.get__l();
|
|
@@ -101702,7 +101829,7 @@ export let WorksheetColumnOwnedFormatProxy = /*@__PURE__*/ (() => {
|
|
|
101702
101829
|
return this.get__q();
|
|
101703
101830
|
}
|
|
101704
101831
|
get_d() {
|
|
101705
|
-
this.c = this.
|
|
101832
|
+
this.c = this._bt().b;
|
|
101706
101833
|
return this.c;
|
|
101707
101834
|
}
|
|
101708
101835
|
get__v() {
|
|
@@ -101712,13 +101839,13 @@ export let WorksheetColumnOwnedFormatProxy = /*@__PURE__*/ (() => {
|
|
|
101712
101839
|
get _v() {
|
|
101713
101840
|
return this.get__v();
|
|
101714
101841
|
}
|
|
101715
|
-
|
|
101842
|
+
_bt() {
|
|
101716
101843
|
let a = this._s;
|
|
101717
101844
|
return a.worksheet._cb(a._aq);
|
|
101718
101845
|
}
|
|
101719
101846
|
}
|
|
101720
101847
|
WorksheetColumnOwnedFormatProxy.$t = /*@__PURE__*/ markType(WorksheetColumnOwnedFormatProxy, 'WorksheetColumnOwnedFormatProxy', WorksheetCellFormatProxy.$);
|
|
101721
|
-
WorksheetColumnOwnedFormatProxy.
|
|
101848
|
+
WorksheetColumnOwnedFormatProxy._bs = /*@__PURE__*/ WorksheetCellFormatProxy._m(27, 8);
|
|
101722
101849
|
return WorksheetColumnOwnedFormatProxy;
|
|
101723
101850
|
})();
|
|
101724
101851
|
/**
|
|
@@ -104517,7 +104644,7 @@ export let WorksheetRowOwnedCellFormatProxy = /*@__PURE__*/ (() => {
|
|
|
104517
104644
|
super(1, a, b);
|
|
104518
104645
|
}
|
|
104519
104646
|
get__l() {
|
|
104520
|
-
return WorksheetRowOwnedCellFormatProxy.
|
|
104647
|
+
return WorksheetRowOwnedCellFormatProxy._bs;
|
|
104521
104648
|
}
|
|
104522
104649
|
get _l() {
|
|
104523
104650
|
return this.get__l();
|
|
@@ -104540,7 +104667,7 @@ export let WorksheetRowOwnedCellFormatProxy = /*@__PURE__*/ (() => {
|
|
|
104540
104667
|
}
|
|
104541
104668
|
}
|
|
104542
104669
|
WorksheetRowOwnedCellFormatProxy.$t = /*@__PURE__*/ markType(WorksheetRowOwnedCellFormatProxy, 'WorksheetRowOwnedCellFormatProxy', WorksheetCellFormatProxy.$);
|
|
104543
|
-
WorksheetRowOwnedCellFormatProxy.
|
|
104670
|
+
WorksheetRowOwnedCellFormatProxy._bs = /*@__PURE__*/ WorksheetCellFormatProxy._m(61, 8 | 4);
|
|
104544
104671
|
return WorksheetRowOwnedCellFormatProxy;
|
|
104545
104672
|
})();
|
|
104546
104673
|
/**
|
|
@@ -108169,7 +108296,7 @@ export let SortSettings_ShiftFormulaChangeContext$1 = /*@__PURE__*/ (() => {
|
|
|
108169
108296
|
let 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);
|
|
108170
108297
|
let c = typeCast(ArrayInteriorFormula.$, this.b);
|
|
108171
108298
|
if (c != null) {
|
|
108172
|
-
let d = c.
|
|
108299
|
+
let d = c._c1.cellRange._d(b, false);
|
|
108173
108300
|
}
|
|
108174
108301
|
this.b._av(this.sheet, b, 1);
|
|
108175
108302
|
SortSettings$1.$t.specialize(this.$t).getStaticFields()._a[1].x(new SortSettings_ShiftFormulaChangeContext$1(this.$t, 1, b, this.b), null, null);
|
|
@@ -108431,7 +108558,7 @@ export let SortSettings$1 = /*@__PURE__*/ (() => {
|
|
|
108431
108558
|
let p = new CellShiftOperation(1, d, 3, a.index, a.index, e, e, b.index - a.index);
|
|
108432
108559
|
let q = typeCast(ArrayInteriorFormula.$, o);
|
|
108433
108560
|
if (q != null) {
|
|
108434
|
-
let r = q.
|
|
108561
|
+
let r = q._c1.cellRange._d(p, false);
|
|
108435
108562
|
}
|
|
108436
108563
|
o._av(d, p, 1);
|
|
108437
108564
|
SortSettings$1.$.specialize($t).specialize($t).getStaticFields()._a[1].x(new SortSettings_ShiftFormulaChangeContext$1($t, 1, p, o), null, null);
|
|
@@ -108441,7 +108568,7 @@ export let SortSettings$1 = /*@__PURE__*/ (() => {
|
|
|
108441
108568
|
let t = new CellShiftOperation(1, d, 3, b.index, b.index, e, e, a.index - b.index);
|
|
108442
108569
|
let u = typeCast(ArrayInteriorFormula.$, s);
|
|
108443
108570
|
if (u != null) {
|
|
108444
|
-
let v = u.
|
|
108571
|
+
let v = u._c1.cellRange._d(t, false);
|
|
108445
108572
|
}
|
|
108446
108573
|
s._av(d, t, 1);
|
|
108447
108574
|
SortSettings$1.$.specialize($t).specialize($t).getStaticFields()._a[1].x(new SortSettings_ShiftFormulaChangeContext$1($t, 1, t, s), null, null);
|
|
@@ -108478,7 +108605,7 @@ export let SortSettings$1 = /*@__PURE__*/ (() => {
|
|
|
108478
108605
|
let q = new CellShiftOperation(1, d, 0, a.index, a.index, e, e, f - e);
|
|
108479
108606
|
let r = typeCast(ArrayInteriorFormula.$, p);
|
|
108480
108607
|
if (r != null) {
|
|
108481
|
-
let s = r.
|
|
108608
|
+
let s = r._c1.cellRange._d(q, false);
|
|
108482
108609
|
}
|
|
108483
108610
|
p._av(d, q, 1);
|
|
108484
108611
|
SortSettings$1.$.specialize($t).specialize($t).getStaticFields()._a[1].x(new SortSettings_ShiftFormulaChangeContext$1($t, 1, q, p), null, null);
|
|
@@ -108488,7 +108615,7 @@ export let SortSettings$1 = /*@__PURE__*/ (() => {
|
|
|
108488
108615
|
let u = new CellShiftOperation(1, d, 0, a.index, a.index, f, f, e - f);
|
|
108489
108616
|
let v = typeCast(ArrayInteriorFormula.$, t);
|
|
108490
108617
|
if (v != null) {
|
|
108491
|
-
let w = v.
|
|
108618
|
+
let w = v._c1.cellRange._d(u, false);
|
|
108492
108619
|
}
|
|
108493
108620
|
t._av(d, u, 1);
|
|
108494
108621
|
SortSettings$1.$.specialize($t).specialize($t).getStaticFields()._a[1].x(new SortSettings_ShiftFormulaChangeContext$1($t, 1, u, t), null, null);
|
|
@@ -116033,7 +116160,7 @@ export let DataValidationCalcReference = /*@__PURE__*/ (() => {
|
|
|
116033
116160
|
return false;
|
|
116034
116161
|
}
|
|
116035
116162
|
get__c() {
|
|
116036
|
-
return this._formula.
|
|
116163
|
+
return this._formula._ce;
|
|
116037
116164
|
}
|
|
116038
116165
|
}
|
|
116039
116166
|
DataValidationCalcReference.$t = /*@__PURE__*/ markType(DataValidationCalcReference, 'DataValidationCalcReference', CellCalcReferenceBase.$);
|
|
@@ -123495,7 +123622,7 @@ export let ThresholdConditionBase = /*@__PURE__*/ (() => {
|
|
|
123495
123622
|
if (this._bx != null) {
|
|
123496
123623
|
let b = this.regions.item(0);
|
|
123497
123624
|
let c = new TempCellCalcReference(true, this.worksheet, new WorksheetCellAddress(1, b.firstRow, b.firstColumn));
|
|
123498
|
-
this._bx.
|
|
123625
|
+
this._bx._cz(c, this.workbook);
|
|
123499
123626
|
a(this.worksheet, this._bx);
|
|
123500
123627
|
}
|
|
123501
123628
|
}
|
|
@@ -123572,7 +123699,7 @@ export let ThresholdConditionBase = /*@__PURE__*/ (() => {
|
|
|
123572
123699
|
*/
|
|
123573
123700
|
set _by(a) {
|
|
123574
123701
|
if (a != this._bx) {
|
|
123575
|
-
if (a != null && a.
|
|
123702
|
+
if (a != null && a._ci == null) {
|
|
123576
123703
|
this._m(a);
|
|
123577
123704
|
}
|
|
123578
123705
|
let b = ThresholdConditionBase._bt[0].g(ThresholdConditionBase.$, SingleTargetFormula.$, this, this._bx, a);
|
|
@@ -123701,7 +123828,7 @@ export let ThresholdConditionBase = /*@__PURE__*/ (() => {
|
|
|
123701
123828
|
*/
|
|
123702
123829
|
_bz(a) {
|
|
123703
123830
|
if (this._bx != null && a != null) {
|
|
123704
|
-
let b = this._bx.
|
|
123831
|
+
let b = this._bx._cg(this.workbook, a, false);
|
|
123705
123832
|
return b._al(this.workbook._e6);
|
|
123706
123833
|
}
|
|
123707
123834
|
return true;
|
|
@@ -125028,16 +125155,16 @@ export let ConditionValue = /*@__PURE__*/ (() => {
|
|
|
125028
125155
|
*/
|
|
125029
125156
|
shiftFormulas(callback, shiftOperation, operationOverride) {
|
|
125030
125157
|
if (this._j != null) {
|
|
125031
|
-
let a = this._j.
|
|
125158
|
+
let a = this._j._ci;
|
|
125032
125159
|
if (a != null) {
|
|
125033
|
-
this._j.
|
|
125160
|
+
this._j._cz(null, this._h.workbook);
|
|
125034
125161
|
}
|
|
125035
125162
|
let b = this._j._toString2(1, this._h.workbook._e6);
|
|
125036
125163
|
if (this._j._av(this._h.worksheet, shiftOperation, 0)) {
|
|
125037
125164
|
callback(this, null, b);
|
|
125038
125165
|
}
|
|
125039
125166
|
if (a != null) {
|
|
125040
|
-
this._j.
|
|
125167
|
+
this._j._cz(a, this._h.workbook);
|
|
125041
125168
|
}
|
|
125042
125169
|
}
|
|
125043
125170
|
}
|
|
@@ -126205,7 +126332,7 @@ export let FormulaConditionalFormat = /*@__PURE__*/ (() => {
|
|
|
126205
126332
|
*/
|
|
126206
126333
|
set _b5(a) {
|
|
126207
126334
|
if (a != this._b4) {
|
|
126208
|
-
if (a != null && a.
|
|
126335
|
+
if (a != null && a._ci == null) {
|
|
126209
126336
|
this._m(a);
|
|
126210
126337
|
}
|
|
126211
126338
|
let b = FormulaConditionalFormat._b0[0].g(FormulaConditionalFormat.$, SingleTargetFormula.$, this, this._b4, a);
|
|
@@ -126273,7 +126400,7 @@ export let FormulaConditionalFormat = /*@__PURE__*/ (() => {
|
|
|
126273
126400
|
if (this._b4 != null) {
|
|
126274
126401
|
let b = this.regions.item(0);
|
|
126275
126402
|
let c = new TempCellCalcReference(true, this.worksheet, new WorksheetCellAddress(1, b.firstRow, b.firstColumn));
|
|
126276
|
-
this._b4.
|
|
126403
|
+
this._b4._cz(c, this.workbook);
|
|
126277
126404
|
a(this.worksheet, this._b4);
|
|
126278
126405
|
}
|
|
126279
126406
|
}
|
|
@@ -126284,7 +126411,7 @@ export let FormulaConditionalFormat = /*@__PURE__*/ (() => {
|
|
|
126284
126411
|
if (this._b4 == null) {
|
|
126285
126412
|
return ConditionMatchResult.f;
|
|
126286
126413
|
}
|
|
126287
|
-
let e = this._b4.
|
|
126414
|
+
let e = this._b4._cg(this.workbook, d, false);
|
|
126288
126415
|
return e._al(this.workbook._e6) ? ConditionMatchResult.e : ConditionMatchResult.f;
|
|
126289
126416
|
}
|
|
126290
126417
|
/**
|
|
@@ -128184,13 +128311,13 @@ export let OperatorConditionalFormat = /*@__PURE__*/ (() => {
|
|
|
128184
128311
|
}
|
|
128185
128312
|
if (this._b4 == null) {
|
|
128186
128313
|
if (this._b2 != null) {
|
|
128187
|
-
this._b4 = this._cb.
|
|
128314
|
+
this._b4 = this._cb._cg(this.workbook, d, false);
|
|
128188
128315
|
}
|
|
128189
128316
|
if (this._b3 != null) {
|
|
128190
128317
|
if (this._cc == null) {
|
|
128191
128318
|
return ConditionMatchResult.f;
|
|
128192
128319
|
}
|
|
128193
|
-
this._b5 = this._cc.
|
|
128320
|
+
this._b5 = this._cc._cg(this.workbook, d, false);
|
|
128194
128321
|
}
|
|
128195
128322
|
}
|
|
128196
128323
|
if (this._b4 == null || this._b4.isError) {
|
|
@@ -128338,7 +128465,7 @@ export let OperatorConditionalFormat = /*@__PURE__*/ (() => {
|
|
|
128338
128465
|
*/
|
|
128339
128466
|
set _cd(a) {
|
|
128340
128467
|
if (a != this._cb) {
|
|
128341
|
-
if (a != null && a.
|
|
128468
|
+
if (a != null && a._ci == null) {
|
|
128342
128469
|
this._m(a);
|
|
128343
128470
|
}
|
|
128344
128471
|
let b = OperatorConditionalFormat._b0[1].g(OperatorConditionalFormat.$, SingleTargetFormula.$, this, this._cb, a);
|
|
@@ -128389,7 +128516,7 @@ export let OperatorConditionalFormat = /*@__PURE__*/ (() => {
|
|
|
128389
128516
|
*/
|
|
128390
128517
|
set _ce(a) {
|
|
128391
128518
|
if (a != this._cc) {
|
|
128392
|
-
if (a != null && a.
|
|
128519
|
+
if (a != null && a._ci == null) {
|
|
128393
128520
|
this._m(a);
|
|
128394
128521
|
}
|
|
128395
128522
|
let b = OperatorConditionalFormat._b0[2].g(OperatorConditionalFormat.$, SingleTargetFormula.$, this, this._cc, a);
|
|
@@ -132504,7 +132631,7 @@ export let SeriesDataLabels = /*@__PURE__*/ (() => {
|
|
|
132504
132631
|
*/
|
|
132505
132632
|
set _d1(a) {
|
|
132506
132633
|
if (a != this._d0) {
|
|
132507
|
-
if (a != null && a.
|
|
132634
|
+
if (a != null && a._ci == null) {
|
|
132508
132635
|
SeriesDataLabels._d2(this.sheet, a);
|
|
132509
132636
|
}
|
|
132510
132637
|
let b = this._r(SeriesDataLabels.$, SingleTargetFormula.$, this, 29, this._d0, a);
|
|
@@ -132608,7 +132735,7 @@ export let SeriesDataLabels = /*@__PURE__*/ (() => {
|
|
|
132608
132735
|
static _d2(a, b) {
|
|
132609
132736
|
if (b != null) {
|
|
132610
132737
|
let c = new TempCellCalcReference(true, a, new WorksheetCellAddress(1, 0, 0));
|
|
132611
|
-
b.
|
|
132738
|
+
b._cz(c, a.workbook);
|
|
132612
132739
|
}
|
|
132613
132740
|
return b;
|
|
132614
132741
|
}
|
|
@@ -136401,7 +136528,7 @@ export let SeriesValuesBase = /*@__PURE__*/ (() => {
|
|
|
136401
136528
|
*/
|
|
136402
136529
|
static _b($t, a, b, c, d) {
|
|
136403
136530
|
let e = new TempCellCalcReference(false, b, new WorksheetCellAddress(1, 0, 0));
|
|
136404
|
-
let f = a.
|
|
136531
|
+
let f = a._cg(b.workbook, e, false);
|
|
136405
136532
|
if (f.isError) {
|
|
136406
136533
|
return new Array(0);
|
|
136407
136534
|
}
|
|
@@ -136575,7 +136702,7 @@ export let SeriesValuesBase = /*@__PURE__*/ (() => {
|
|
|
136575
136702
|
_t() {
|
|
136576
136703
|
if (this._h != null) {
|
|
136577
136704
|
let a = new TempCellCalcReference(true, this._g, new WorksheetCellAddress(1, 0, 0));
|
|
136578
|
-
this._h.
|
|
136705
|
+
this._h._cz(a, this._g.workbook);
|
|
136579
136706
|
}
|
|
136580
136707
|
}
|
|
136581
136708
|
/**
|
|
@@ -136781,7 +136908,7 @@ export let SeriesName = /*@__PURE__*/ (() => {
|
|
|
136781
136908
|
this._c = sheet;
|
|
136782
136909
|
this._d = formula;
|
|
136783
136910
|
let b = new TempCellCalcReference(true, this._c, new WorksheetCellAddress(1, 0, 0));
|
|
136784
|
-
this._d.
|
|
136911
|
+
this._d._cz(b, this._c.workbook);
|
|
136785
136912
|
}
|
|
136786
136913
|
break;
|
|
136787
136914
|
default: throw new Error('Invalid arguments');
|
|
@@ -136882,7 +137009,7 @@ export let SeriesName = /*@__PURE__*/ (() => {
|
|
|
136882
137009
|
}
|
|
136883
137010
|
this._d = ConditionBase._n(a, this._c.workbook, b);
|
|
136884
137011
|
let c = new TempCellCalcReference(true, this._c, new WorksheetCellAddress(1, 0, 0));
|
|
136885
|
-
this._d.
|
|
137012
|
+
this._d._cz(c, this._c.workbook);
|
|
136886
137013
|
}
|
|
136887
137014
|
}
|
|
136888
137015
|
SeriesName.$t = /*@__PURE__*/ markType(SeriesName, 'SeriesName');
|
|
@@ -140917,7 +141044,7 @@ export let WorkbookLoadManager = /*@__PURE__*/ (() => {
|
|
|
140917
141044
|
if (d == null) {
|
|
140918
141045
|
d = this._b._styles$i.normalStyle;
|
|
140919
141046
|
}
|
|
140920
|
-
e.
|
|
141047
|
+
e._dw(d);
|
|
140921
141048
|
if (f != null && g.length != 0) {
|
|
140922
141049
|
if (ExcelUtils.by(f.formatOptions, 8)) {
|
|
140923
141050
|
for (let h = 0; h < g.length; h++) {
|
|
@@ -140926,7 +141053,7 @@ export let WorkbookLoadManager = /*@__PURE__*/ (() => {
|
|
|
140926
141053
|
}
|
|
140927
141054
|
}
|
|
140928
141055
|
let i = a._d(this._b, b);
|
|
140929
|
-
for (let j = 1; j !=
|
|
141056
|
+
for (let j = 1; j != -2147483648; j = (j << 1)) {
|
|
140930
141057
|
if (c(b, j) == false) {
|
|
140931
141058
|
continue;
|
|
140932
141059
|
}
|
|
@@ -142261,7 +142388,9 @@ export let XFPropBool = /*@__PURE__*/ (() => {
|
|
|
142261
142388
|
case 29:
|
|
142262
142389
|
b.font._strikeout$i = c;
|
|
142263
142390
|
break;
|
|
142264
|
-
case 44:
|
|
142391
|
+
case 44:
|
|
142392
|
+
b._hidden$i = c;
|
|
142393
|
+
break;
|
|
142265
142394
|
case 43:
|
|
142266
142395
|
b._locked$i = c;
|
|
142267
142396
|
break;
|
|
@@ -143284,7 +143413,7 @@ export let ExcelCalcNumberStack = /*@__PURE__*/ (() => {
|
|
|
143284
143413
|
d = new TempCellCalcReference(true, e.worksheet, new WorksheetCellAddress(1, 0, 0));
|
|
143285
143414
|
}
|
|
143286
143415
|
}
|
|
143287
|
-
a = b.
|
|
143416
|
+
a = b._cg(c, d, this._u);
|
|
143288
143417
|
if (a.isReference) {
|
|
143289
143418
|
a._ac = true;
|
|
143290
143419
|
}
|