igniteui-webcomponents-excel 4.7.1 → 4.7.2-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/igniteui-webcomponents-excel.umd.js +781 -655
- package/bundles/igniteui-webcomponents-excel.umd.min.js +1 -1
- package/esm2015/lib/AlignmentInfo.js +4 -4
- package/esm2015/lib/BiffRecordStream.js +7 -7
- package/esm2015/lib/CellFormatValue.js +1 -1
- package/esm2015/lib/ConditionalFormattingUtils.js +1 -1
- package/esm2015/lib/DefaultStyleHelper_combined.js +543 -457
- package/esm2015/lib/DomTextMetricsProvider.js +8 -8
- package/esm2015/lib/JapaneseCalendar.js +1 -1
- package/esm2015/lib/ObjectModelDrawingPartManager_ShapeLoader_ShapeTypeCreator.js +1 -1
- package/esm2015/lib/PackagePart_combined.js +1 -1
- package/esm2015/lib/ProtectionInfo.js +8 -5
- package/esm2015/lib/SgmlReader.js +1 -1
- package/esm2015/lib/UltraCalcFunctionCell.js +1 -1
- package/esm2015/lib/UltraCalcFunctionComplex.js +1 -1
- package/esm2015/lib/UltraCalcFunctionDateDiff.js +1 -1
- package/esm2015/lib/UltraCalcFunctionHLookup.js +1 -1
- package/esm2015/lib/UltraCalcFunctionLookup.js +1 -1
- package/esm2015/lib/UltraCalcFunctionMatch.js +1 -1
- package/esm2015/lib/UltraCalcFunctionRoman.js +1 -1
- package/esm2015/lib/UltraCalcFunctionText.js +1 -1
- package/esm2015/lib/UltraCalcFunctionUSDollar.js +1 -1
- package/esm2015/lib/UltraCalcFunctionVLookup.js +1 -1
- package/esm2015/lib/WorkbookLoadManagerExcel2007_combined.js +7 -7
- package/esm2015/lib/WorkbookSaveManagerExcel2003_combined.js +175 -166
- package/esm5/lib/AlignmentInfo.js +4 -4
- package/esm5/lib/BiffRecordStream.js +7 -7
- package/esm5/lib/CellFormatValue.js +1 -1
- package/esm5/lib/ConditionalFormattingUtils.js +1 -1
- package/esm5/lib/DefaultStyleHelper_combined.js +570 -456
- package/esm5/lib/DomTextMetricsProvider.js +8 -8
- package/esm5/lib/JapaneseCalendar.js +1 -1
- package/esm5/lib/ObjectModelDrawingPartManager_ShapeLoader_ShapeTypeCreator.js +1 -1
- package/esm5/lib/PackagePart_combined.js +1 -1
- package/esm5/lib/ProtectionInfo.js +8 -5
- package/esm5/lib/SgmlReader.js +1 -1
- package/esm5/lib/UltraCalcFunctionCell.js +1 -1
- package/esm5/lib/UltraCalcFunctionComplex.js +1 -1
- package/esm5/lib/UltraCalcFunctionDateDiff.js +1 -1
- package/esm5/lib/UltraCalcFunctionHLookup.js +1 -1
- package/esm5/lib/UltraCalcFunctionLookup.js +1 -1
- package/esm5/lib/UltraCalcFunctionMatch.js +1 -1
- package/esm5/lib/UltraCalcFunctionRoman.js +1 -1
- package/esm5/lib/UltraCalcFunctionText.js +1 -1
- package/esm5/lib/UltraCalcFunctionUSDollar.js +1 -1
- package/esm5/lib/UltraCalcFunctionVLookup.js +1 -1
- package/esm5/lib/WorkbookLoadManagerExcel2007_combined.js +7 -7
- package/esm5/lib/WorkbookSaveManagerExcel2003_combined.js +175 -166
- package/fesm2015/igniteui-webcomponents-excel.js +754 -656
- package/fesm5/igniteui-webcomponents-excel.js +781 -655
- package/lib/BiffRecordStream.d.ts +2 -2
- package/lib/CellFormatValue.d.ts +5 -4
- package/lib/DefaultStyleHelper_combined.d.ts +82 -65
- package/lib/DomTextMetricsProvider.d.ts +1 -1
- package/lib/JapaneseCalendar.d.ts +1 -1
- package/lib/WorkbookLoadManagerExcel2007_combined.d.ts +5 -5
- package/lib/WorkbookSaveManagerExcel2003_combined.d.ts +3 -3
- package/package.json +2 -2
|
@@ -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
|
}
|
|
@@ -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);
|
|
@@ -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
|
}
|
|
@@ -21273,7 +21317,7 @@ export let Formula = /*@__PURE__*/ (() => {
|
|
|
21273
21317
|
if (r._t != n._ch._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();
|
|
@@ -21281,7 +21325,7 @@ export let Formula = /*@__PURE__*/ (() => {
|
|
|
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;
|
|
@@ -27795,7 +27839,7 @@ export let WorksheetCellFormatProxy = /*@__PURE__*/ (() => {
|
|
|
27795
27839
|
a.b._at(a.c);
|
|
27796
27840
|
}
|
|
27797
27841
|
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.
|
|
27842
|
+
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
27843
|
}
|
|
27800
27844
|
static _m(a, b) {
|
|
27801
27845
|
let c = new Array(WorksheetCellFormatProxy._af);
|
|
@@ -27815,29 +27859,30 @@ export let WorksheetCellFormatProxy = /*@__PURE__*/ (() => {
|
|
|
27815
27859
|
WorksheetCellFormatProxy._aq(FontSuperscriptSubscriptStyle_$type, c, 8192, (d) => d.proxy._u.superscriptSubscriptStyle, (d, e) => d.proxy._u._j(e, true, -97), a, b);
|
|
27816
27860
|
WorksheetCellFormatProxy._aq(FontUnderlineStyle_$type, c, 16384, (d) => d.proxy._u.underlineStyle, (d, e) => d.proxy._u._k(e, true, -97), a, b);
|
|
27817
27861
|
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.
|
|
27862
|
+
WorksheetCellFormatProxy._aq(Number_$type, c, 131072, (d) => d.proxy.indent, (d, e) => d.proxy._a9(e, true, -97), a, b);
|
|
27863
|
+
WorksheetCellFormatProxy._aq(WorkbookColorInfo.$, c, 262144, (d) => d.proxy.leftBorderColorInfo, (d, e) => d.proxy._ba(e, true, -97), a, b);
|
|
27864
|
+
WorksheetCellFormatProxy._aq(CellBorderLineStyle_$type, c, 524288, (d) => d.proxy.leftBorderStyle, (d, e) => d.proxy._bb(e, true, -97), a, b);
|
|
27865
|
+
WorksheetCellFormatProxy._aq(Nullable$1.$.specialize(Boolean_$type), c, 1073741824, (d) => d.proxy._hidden$i, (d, e) => d.proxy._a8(e, true, -97), a, b);
|
|
27866
|
+
WorksheetCellFormatProxy._aq(Nullable$1.$.specialize(Boolean_$type), c, 1048576, (d) => d.proxy._locked$i, (d, e) => d.proxy._bc(e, true, -97), a, b);
|
|
27867
|
+
WorksheetCellFormatProxy._aq(WorkbookColorInfo.$, c, 2097152, (d) => d.proxy.rightBorderColorInfo, (d, e) => d.proxy._be(e, true, -97), a, b);
|
|
27868
|
+
WorksheetCellFormatProxy._aq(CellBorderLineStyle_$type, c, 4194304, (d) => d.proxy.rightBorderStyle, (d, e) => d.proxy._bf(e, true, -97), a, b);
|
|
27869
|
+
WorksheetCellFormatProxy._aq(Number_$type, c, 8388608, (d) => d.proxy.rotation, (d, e) => d.proxy._bg(e, true, -97), a, b);
|
|
27870
|
+
WorksheetCellFormatProxy._aq(Nullable$1.$.specialize(Boolean_$type), c, 16777216, (d) => d.proxy._shrinkToFit$i, (d, e) => d.proxy._bh(e, true, -97), a, b);
|
|
27871
|
+
WorksheetCellFormatProxy._aq(WorkbookColorInfo.$, c, 67108864, (d) => d.proxy.topBorderColorInfo, (d, e) => d.proxy._bj(e, true, -97), a, b);
|
|
27872
|
+
WorksheetCellFormatProxy._aq(CellBorderLineStyle_$type, c, 134217728, (d) => d.proxy.topBorderStyle, (d, e) => d.proxy._bk(e, true, -97), a, b);
|
|
27873
|
+
WorksheetCellFormatProxy._aq(VerticalCellAlignment_$type, c, 268435456, (d) => d.proxy.verticalAlignment, (d, e) => d.proxy._bn(e, true, -97), a, b);
|
|
27874
|
+
WorksheetCellFormatProxy._aq(Nullable$1.$.specialize(Boolean_$type), c, 536870912, (d) => d.proxy._wrapText$i, (d, e) => d.proxy._bo(e, true, -97), a, b);
|
|
27875
|
+
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)));
|
|
27876
|
+
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)));
|
|
27877
|
+
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)));
|
|
27878
|
+
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
27879
|
return c;
|
|
27835
27880
|
}
|
|
27836
27881
|
static _ad(a) {
|
|
27837
27882
|
let b = a;
|
|
27838
27883
|
let c = 0;
|
|
27839
27884
|
while (b % 2 == 0) {
|
|
27840
|
-
b
|
|
27885
|
+
b = (intSToU(b) >>> 1);
|
|
27841
27886
|
c++;
|
|
27842
27887
|
}
|
|
27843
27888
|
return c;
|
|
@@ -27845,7 +27890,7 @@ export let WorksheetCellFormatProxy = /*@__PURE__*/ (() => {
|
|
|
27845
27890
|
static _ac(a) {
|
|
27846
27891
|
let b = typeCast(WorksheetCellOwnedFormatProxy.$, a.b);
|
|
27847
27892
|
if (b != null) {
|
|
27848
|
-
return b.
|
|
27893
|
+
return b._bw;
|
|
27849
27894
|
}
|
|
27850
27895
|
let c = typeCast(WorksheetColumn.$, a.b._s);
|
|
27851
27896
|
if (c != null) {
|
|
@@ -27909,6 +27954,9 @@ export let WorksheetCellFormatProxy = /*@__PURE__*/ (() => {
|
|
|
27909
27954
|
if (b.leftBorderStyle != a.leftBorderStyle) {
|
|
27910
27955
|
c |= 524288;
|
|
27911
27956
|
}
|
|
27957
|
+
if (nullableNotEquals(b._hidden$i, a._hidden$i)) {
|
|
27958
|
+
c |= 1073741824;
|
|
27959
|
+
}
|
|
27912
27960
|
if (nullableNotEquals(b._locked$i, a._locked$i)) {
|
|
27913
27961
|
c |= 1048576;
|
|
27914
27962
|
}
|
|
@@ -27960,7 +28008,7 @@ export let WorksheetCellFormatProxy = /*@__PURE__*/ (() => {
|
|
|
27960
28008
|
return toNullable(WorksheetCellAddress.$, null);
|
|
27961
28009
|
}
|
|
27962
28010
|
_aj(a) {
|
|
27963
|
-
return this.d.
|
|
28011
|
+
return this.d._df(a);
|
|
27964
28012
|
}
|
|
27965
28013
|
static _y(a, b, c) {
|
|
27966
28014
|
if ((c & 830603265) != 0) {
|
|
@@ -28033,6 +28081,9 @@ export let WorksheetCellFormatProxy = /*@__PURE__*/ (() => {
|
|
|
28033
28081
|
return true;
|
|
28034
28082
|
}
|
|
28035
28083
|
}
|
|
28084
|
+
if ((c & 1073741824) != 0 && nullableNotEquals(b._hidden$i, a._hidden$i)) {
|
|
28085
|
+
return true;
|
|
28086
|
+
}
|
|
28036
28087
|
if ((c & 1048576) != 0 && nullableNotEquals(b._locked$i, a._locked$i)) {
|
|
28037
28088
|
return true;
|
|
28038
28089
|
}
|
|
@@ -28061,12 +28112,12 @@ export let WorksheetCellFormatProxy = /*@__PURE__*/ (() => {
|
|
|
28061
28112
|
}
|
|
28062
28113
|
}
|
|
28063
28114
|
_ar(a = 0) {
|
|
28064
|
-
this.
|
|
28115
|
+
this._bi(null, true, a);
|
|
28065
28116
|
this._a3(0, true, a);
|
|
28066
28117
|
}
|
|
28067
28118
|
_as(a, b) {
|
|
28068
|
-
let c = WorksheetCellFormatData.
|
|
28069
|
-
this.
|
|
28119
|
+
let c = WorksheetCellFormatData._da(a);
|
|
28120
|
+
this._bm(a, c, true, b);
|
|
28070
28121
|
}
|
|
28071
28122
|
_at(a) {
|
|
28072
28123
|
}
|
|
@@ -28219,13 +28270,13 @@ export let WorksheetCellFormatProxy = /*@__PURE__*/ (() => {
|
|
|
28219
28270
|
let f = this._l[WorksheetCellFormatProxy._ah];
|
|
28220
28271
|
f.e(WorksheetCellFormatProxy_SetFormattingChangeContext.$, WorksheetCellFormatData.$, b, b.a, this.d);
|
|
28221
28272
|
}
|
|
28222
|
-
|
|
28273
|
+
_bd(a) {
|
|
28223
28274
|
this._r = a;
|
|
28224
28275
|
}
|
|
28225
|
-
|
|
28226
|
-
this.
|
|
28276
|
+
_bl(a, b) {
|
|
28277
|
+
this._bm(a, b, true, 0);
|
|
28227
28278
|
}
|
|
28228
|
-
|
|
28279
|
+
_bm(a, b, c, d) {
|
|
28229
28280
|
switch (a) {
|
|
28230
28281
|
case 1:
|
|
28231
28282
|
this._au(EnumUtil.getEnumValue(HorizontalCellAlignment_$type, b), c, d);
|
|
@@ -28279,55 +28330,58 @@ export let WorksheetCellFormatProxy = /*@__PURE__*/ (() => {
|
|
|
28279
28330
|
this._a5(b, c, d);
|
|
28280
28331
|
break;
|
|
28281
28332
|
case 131072:
|
|
28282
|
-
this.
|
|
28333
|
+
this._a9(typeGetValue(b), c, d);
|
|
28283
28334
|
break;
|
|
28284
28335
|
case 262144:
|
|
28285
|
-
this.
|
|
28336
|
+
this._ba(b, c, d);
|
|
28286
28337
|
break;
|
|
28287
28338
|
case 524288:
|
|
28288
|
-
this.
|
|
28339
|
+
this._bb(EnumUtil.getEnumValue(CellBorderLineStyle_$type, b), c, d);
|
|
28340
|
+
break;
|
|
28341
|
+
case 1073741824:
|
|
28342
|
+
this._a8(wrapNullable(Boolean_$type, b), c, d);
|
|
28289
28343
|
break;
|
|
28290
28344
|
case 1048576:
|
|
28291
|
-
this.
|
|
28345
|
+
this._bc(wrapNullable(Boolean_$type, b), c, d);
|
|
28292
28346
|
break;
|
|
28293
28347
|
case 2097152:
|
|
28294
|
-
this.
|
|
28348
|
+
this._be(b, c, d);
|
|
28295
28349
|
break;
|
|
28296
28350
|
case 4194304:
|
|
28297
|
-
this.
|
|
28351
|
+
this._bf(EnumUtil.getEnumValue(CellBorderLineStyle_$type, b), c, d);
|
|
28298
28352
|
break;
|
|
28299
28353
|
case 8388608:
|
|
28300
|
-
this.
|
|
28354
|
+
this._bg(typeGetValue(b), c, d);
|
|
28301
28355
|
break;
|
|
28302
28356
|
case 16777216:
|
|
28303
|
-
this.
|
|
28357
|
+
this._bh(wrapNullable(Boolean_$type, b), c, d);
|
|
28304
28358
|
break;
|
|
28305
28359
|
case 33554432:
|
|
28306
|
-
this.
|
|
28360
|
+
this._bi(b, c, d);
|
|
28307
28361
|
break;
|
|
28308
28362
|
case 67108864:
|
|
28309
|
-
this.
|
|
28363
|
+
this._bj(b, c, d);
|
|
28310
28364
|
break;
|
|
28311
28365
|
case 134217728:
|
|
28312
|
-
this.
|
|
28366
|
+
this._bk(EnumUtil.getEnumValue(CellBorderLineStyle_$type, b), c, d);
|
|
28313
28367
|
break;
|
|
28314
28368
|
case 268435456:
|
|
28315
|
-
this.
|
|
28369
|
+
this._bn(EnumUtil.getEnumValue(VerticalCellAlignment_$type, b), c, d);
|
|
28316
28370
|
break;
|
|
28317
28371
|
case 536870912:
|
|
28318
|
-
this.
|
|
28372
|
+
this._bo(wrapNullable(Boolean_$type, b), c, d);
|
|
28319
28373
|
break;
|
|
28320
28374
|
default: break;
|
|
28321
28375
|
}
|
|
28322
28376
|
}
|
|
28323
|
-
static
|
|
28377
|
+
static _bp($tValue, a, b, c) {
|
|
28324
28378
|
c(a, b);
|
|
28325
28379
|
a.b._a4(a.a, true, -97);
|
|
28326
28380
|
}
|
|
28327
|
-
static
|
|
28381
|
+
static _bq(a, b) {
|
|
28328
28382
|
a.b._a1(b, true, -97);
|
|
28329
28383
|
}
|
|
28330
|
-
static
|
|
28384
|
+
static _br(a, b) {
|
|
28331
28385
|
a.c._setFormatting1(b, -97);
|
|
28332
28386
|
a.c._a4(a.b, true, -97);
|
|
28333
28387
|
}
|
|
@@ -28430,29 +28484,45 @@ export let WorksheetCellFormatProxy = /*@__PURE__*/ (() => {
|
|
|
28430
28484
|
return this.d.indent;
|
|
28431
28485
|
}
|
|
28432
28486
|
set indent(a) {
|
|
28433
|
-
this.
|
|
28487
|
+
this._a9(a, true, 0);
|
|
28434
28488
|
}
|
|
28435
|
-
|
|
28489
|
+
_a9(a, b, c) {
|
|
28436
28490
|
this._ab(Number_$type, a, 131072, b, c, (d) => d.indent, (d, e) => d.indent = e);
|
|
28437
28491
|
}
|
|
28438
28492
|
get leftBorderColorInfo() {
|
|
28439
28493
|
return this.d.leftBorderColorInfo;
|
|
28440
28494
|
}
|
|
28441
28495
|
set leftBorderColorInfo(a) {
|
|
28442
|
-
this.
|
|
28496
|
+
this._ba(a, true, 0);
|
|
28443
28497
|
}
|
|
28444
|
-
|
|
28498
|
+
_ba(a, b, c) {
|
|
28445
28499
|
this._ab(WorkbookColorInfo.$, a, 262144, b, c, (d) => d.leftBorderColorInfo, (d, e) => d.leftBorderColorInfo = e);
|
|
28446
28500
|
}
|
|
28447
28501
|
get leftBorderStyle() {
|
|
28448
28502
|
return this.d.leftBorderStyle;
|
|
28449
28503
|
}
|
|
28450
28504
|
set leftBorderStyle(a) {
|
|
28451
|
-
this.
|
|
28505
|
+
this._bb(a, true, 0);
|
|
28452
28506
|
}
|
|
28453
|
-
|
|
28507
|
+
_bb(a, b, c) {
|
|
28454
28508
|
this._ab(CellBorderLineStyle_$type, a, 524288, b, c, (d) => d.leftBorderStyle, (d, e) => d.leftBorderStyle = e);
|
|
28455
28509
|
}
|
|
28510
|
+
get hidden() {
|
|
28511
|
+
return unwrapNullable(this._hidden$i);
|
|
28512
|
+
}
|
|
28513
|
+
set hidden(a) {
|
|
28514
|
+
arguments[0] = wrapNullable(Boolean_$type, arguments[0]);
|
|
28515
|
+
this._hidden$i = arguments[0];
|
|
28516
|
+
}
|
|
28517
|
+
get _hidden$i() {
|
|
28518
|
+
return this.d._hidden$i;
|
|
28519
|
+
}
|
|
28520
|
+
set _hidden$i(a) {
|
|
28521
|
+
this._a8(a, true, 0);
|
|
28522
|
+
}
|
|
28523
|
+
_a8(a, b, c) {
|
|
28524
|
+
this._ab(Nullable$1.$.specialize(Boolean_$type), a, 1073741824, b, c, (d) => d._hidden$i, (d, e) => d._hidden$i = e);
|
|
28525
|
+
}
|
|
28456
28526
|
get locked() {
|
|
28457
28527
|
return unwrapNullable(this._locked$i);
|
|
28458
28528
|
}
|
|
@@ -28464,36 +28534,36 @@ export let WorksheetCellFormatProxy = /*@__PURE__*/ (() => {
|
|
|
28464
28534
|
return this.d._locked$i;
|
|
28465
28535
|
}
|
|
28466
28536
|
set _locked$i(a) {
|
|
28467
|
-
this.
|
|
28537
|
+
this._bc(a, true, 0);
|
|
28468
28538
|
}
|
|
28469
|
-
|
|
28539
|
+
_bc(a, b, c) {
|
|
28470
28540
|
this._ab(Nullable$1.$.specialize(Boolean_$type), a, 1048576, b, c, (d) => d._locked$i, (d, e) => d._locked$i = e);
|
|
28471
28541
|
}
|
|
28472
28542
|
get rightBorderColorInfo() {
|
|
28473
28543
|
return this.d.rightBorderColorInfo;
|
|
28474
28544
|
}
|
|
28475
28545
|
set rightBorderColorInfo(a) {
|
|
28476
|
-
this.
|
|
28546
|
+
this._be(a, true, 0);
|
|
28477
28547
|
}
|
|
28478
|
-
|
|
28548
|
+
_be(a, b, c) {
|
|
28479
28549
|
this._ab(WorkbookColorInfo.$, a, 2097152, b, c, (d) => d.rightBorderColorInfo, (d, e) => d.rightBorderColorInfo = e);
|
|
28480
28550
|
}
|
|
28481
28551
|
get rightBorderStyle() {
|
|
28482
28552
|
return this.d.rightBorderStyle;
|
|
28483
28553
|
}
|
|
28484
28554
|
set rightBorderStyle(a) {
|
|
28485
|
-
this.
|
|
28555
|
+
this._bf(a, true, 0);
|
|
28486
28556
|
}
|
|
28487
|
-
|
|
28557
|
+
_bf(a, b, c) {
|
|
28488
28558
|
this._ab(CellBorderLineStyle_$type, a, 4194304, b, c, (d) => d.rightBorderStyle, (d, e) => d.rightBorderStyle = e);
|
|
28489
28559
|
}
|
|
28490
28560
|
get rotation() {
|
|
28491
28561
|
return this.d.rotation;
|
|
28492
28562
|
}
|
|
28493
28563
|
set rotation(a) {
|
|
28494
|
-
this.
|
|
28564
|
+
this._bg(a, true, 0);
|
|
28495
28565
|
}
|
|
28496
|
-
|
|
28566
|
+
_bg(a, b, c) {
|
|
28497
28567
|
this._ab(Number_$type, a, 8388608, b, c, (d) => d.rotation, (d, e) => d.rotation = e);
|
|
28498
28568
|
}
|
|
28499
28569
|
get shrinkToFit() {
|
|
@@ -28507,18 +28577,18 @@ export let WorksheetCellFormatProxy = /*@__PURE__*/ (() => {
|
|
|
28507
28577
|
return this.d._shrinkToFit$i;
|
|
28508
28578
|
}
|
|
28509
28579
|
set _shrinkToFit$i(a) {
|
|
28510
|
-
this.
|
|
28580
|
+
this._bh(a, true, 0);
|
|
28511
28581
|
}
|
|
28512
|
-
|
|
28582
|
+
_bh(a, b, c) {
|
|
28513
28583
|
this._ab(Nullable$1.$.specialize(Boolean_$type), a, 16777216, b, c, (d) => d._shrinkToFit$i, (d, e) => d._shrinkToFit$i = e);
|
|
28514
28584
|
}
|
|
28515
28585
|
get style() {
|
|
28516
28586
|
return this.d.style;
|
|
28517
28587
|
}
|
|
28518
28588
|
set style(a) {
|
|
28519
|
-
this.
|
|
28589
|
+
this._bi(a, true, 0);
|
|
28520
28590
|
}
|
|
28521
|
-
|
|
28591
|
+
_bi(a, b, c) {
|
|
28522
28592
|
a = this.d._br(a);
|
|
28523
28593
|
this._ab(WorkbookStyle.$, a, 33554432, b, c, (d) => d.style, (d, e) => d.style = e);
|
|
28524
28594
|
}
|
|
@@ -28526,27 +28596,27 @@ export let WorksheetCellFormatProxy = /*@__PURE__*/ (() => {
|
|
|
28526
28596
|
return this.d.topBorderColorInfo;
|
|
28527
28597
|
}
|
|
28528
28598
|
set topBorderColorInfo(a) {
|
|
28529
|
-
this.
|
|
28599
|
+
this._bj(a, true, 0);
|
|
28530
28600
|
}
|
|
28531
|
-
|
|
28601
|
+
_bj(a, b, c) {
|
|
28532
28602
|
this._ab(WorkbookColorInfo.$, a, 67108864, b, c, (d) => d.topBorderColorInfo, (d, e) => d.topBorderColorInfo = e);
|
|
28533
28603
|
}
|
|
28534
28604
|
get topBorderStyle() {
|
|
28535
28605
|
return this.d.topBorderStyle;
|
|
28536
28606
|
}
|
|
28537
28607
|
set topBorderStyle(a) {
|
|
28538
|
-
this.
|
|
28608
|
+
this._bk(a, true, 0);
|
|
28539
28609
|
}
|
|
28540
|
-
|
|
28610
|
+
_bk(a, b, c) {
|
|
28541
28611
|
this._ab(CellBorderLineStyle_$type, a, 134217728, b, c, (d) => d.topBorderStyle, (d, e) => d.topBorderStyle = e);
|
|
28542
28612
|
}
|
|
28543
28613
|
get verticalAlignment() {
|
|
28544
28614
|
return this.d.verticalAlignment;
|
|
28545
28615
|
}
|
|
28546
28616
|
set verticalAlignment(a) {
|
|
28547
|
-
this.
|
|
28617
|
+
this._bn(a, true, 0);
|
|
28548
28618
|
}
|
|
28549
|
-
|
|
28619
|
+
_bn(a, b, c) {
|
|
28550
28620
|
this._ab(VerticalCellAlignment_$type, a, 268435456, b, c, (d) => d.verticalAlignment, (d, e) => d.verticalAlignment = e);
|
|
28551
28621
|
}
|
|
28552
28622
|
get wrapText() {
|
|
@@ -28560,9 +28630,9 @@ export let WorksheetCellFormatProxy = /*@__PURE__*/ (() => {
|
|
|
28560
28630
|
return this.d._wrapText$i;
|
|
28561
28631
|
}
|
|
28562
28632
|
set _wrapText$i(a) {
|
|
28563
|
-
this.
|
|
28633
|
+
this._bo(a, true, 0);
|
|
28564
28634
|
}
|
|
28565
|
-
|
|
28635
|
+
_bo(a, b, c) {
|
|
28566
28636
|
this._ab(Nullable$1.$.specialize(Boolean_$type), a, 536870912, b, c, (d) => d._wrapText$i, (d, e) => d._wrapText$i = e);
|
|
28567
28637
|
}
|
|
28568
28638
|
get _u() {
|
|
@@ -28585,7 +28655,7 @@ export let WorksheetCellFormatProxy = /*@__PURE__*/ (() => {
|
|
|
28585
28655
|
}
|
|
28586
28656
|
}
|
|
28587
28657
|
WorksheetCellFormatProxy.$t = /*@__PURE__*/ markType(WorksheetCellFormatProxy, 'WorksheetCellFormatProxy', /*@__PURE__*/ GenericCacheElementProxy$1.$.specialize(WorksheetCellFormatData.$), [IWorksheetCellFormat_$type]);
|
|
28588
|
-
WorksheetCellFormatProxy._ah = /*@__PURE__*/ WorksheetCellFormatProxy._ad(
|
|
28658
|
+
WorksheetCellFormatProxy._ah = /*@__PURE__*/ WorksheetCellFormatProxy._ad(-2147483648);
|
|
28589
28659
|
WorksheetCellFormatProxy._ag = WorksheetCellFormatProxy._ah + 1;
|
|
28590
28660
|
WorksheetCellFormatProxy._af = WorksheetCellFormatProxy._ag + 1;
|
|
28591
28661
|
return WorksheetCellFormatProxy;
|
|
@@ -29062,7 +29132,7 @@ export let ConditionalFormatOwnedFormatProxy = /*@__PURE__*/ (() => {
|
|
|
29062
29132
|
return c;
|
|
29063
29133
|
}
|
|
29064
29134
|
get__l() {
|
|
29065
|
-
return ConditionalFormatOwnedFormatProxy.
|
|
29135
|
+
return ConditionalFormatOwnedFormatProxy._bs;
|
|
29066
29136
|
}
|
|
29067
29137
|
get _l() {
|
|
29068
29138
|
return this.get__l();
|
|
@@ -29086,7 +29156,7 @@ export let ConditionalFormatOwnedFormatProxy = /*@__PURE__*/ (() => {
|
|
|
29086
29156
|
}
|
|
29087
29157
|
}
|
|
29088
29158
|
ConditionalFormatOwnedFormatProxy.$t = /*@__PURE__*/ markType(ConditionalFormatOwnedFormatProxy, 'ConditionalFormatOwnedFormatProxy', WorksheetCellFormatProxy.$);
|
|
29089
|
-
ConditionalFormatOwnedFormatProxy.
|
|
29159
|
+
ConditionalFormatOwnedFormatProxy._bs = /*@__PURE__*/ WorksheetCellFormatProxy._m(28, 4);
|
|
29090
29160
|
return ConditionalFormatOwnedFormatProxy;
|
|
29091
29161
|
})();
|
|
29092
29162
|
/**
|
|
@@ -33398,7 +33468,7 @@ export let WorksheetRow = /*@__PURE__*/ (() => {
|
|
|
33398
33468
|
return null;
|
|
33399
33469
|
}
|
|
33400
33470
|
let e = this.worksheet._rows$i._aj(this.index - 1);
|
|
33401
|
-
d = this.worksheet._b4(e, c.
|
|
33471
|
+
d = this.worksheet._b4(e, c._bw);
|
|
33402
33472
|
break;
|
|
33403
33473
|
}
|
|
33404
33474
|
case 2:
|
|
@@ -33408,22 +33478,22 @@ export let WorksheetRow = /*@__PURE__*/ (() => {
|
|
|
33408
33478
|
return null;
|
|
33409
33479
|
}
|
|
33410
33480
|
let f = this.worksheet._rows$i._aj(this.index + 1);
|
|
33411
|
-
d = this.worksheet._b4(f, c.
|
|
33481
|
+
d = this.worksheet._b4(f, c._bw);
|
|
33412
33482
|
break;
|
|
33413
33483
|
}
|
|
33414
33484
|
case 262144:
|
|
33415
33485
|
case 524288:
|
|
33416
|
-
if (c.
|
|
33486
|
+
if (c._bw == 0) {
|
|
33417
33487
|
return null;
|
|
33418
33488
|
}
|
|
33419
|
-
d = this._a7((c.
|
|
33489
|
+
d = this._a7((c._bw - 1));
|
|
33420
33490
|
break;
|
|
33421
33491
|
case 2097152:
|
|
33422
33492
|
case 4194304:
|
|
33423
|
-
if (c.
|
|
33493
|
+
if (c._bw == this.worksheet._columns$i.maxCount - 1) {
|
|
33424
33494
|
return null;
|
|
33425
33495
|
}
|
|
33426
|
-
d = this._a7((c.
|
|
33496
|
+
d = this._a7((c._bw + 1));
|
|
33427
33497
|
break;
|
|
33428
33498
|
default: return null;
|
|
33429
33499
|
}
|
|
@@ -33568,7 +33638,7 @@ export let WorksheetRow = /*@__PURE__*/ (() => {
|
|
|
33568
33638
|
if (WorksheetRow._bs(b)) {
|
|
33569
33639
|
this._dx();
|
|
33570
33640
|
}
|
|
33571
|
-
for (let e = 1; e !=
|
|
33641
|
+
for (let e = 1; e != -2147483648; e = (e << 1)) {
|
|
33572
33642
|
if ((b & e) == 0) {
|
|
33573
33643
|
continue;
|
|
33574
33644
|
}
|
|
@@ -33655,7 +33725,7 @@ export let WorksheetRow = /*@__PURE__*/ (() => {
|
|
|
33655
33725
|
}
|
|
33656
33726
|
u = enumGetBox(DiagonalBorders_$type, v);
|
|
33657
33727
|
}
|
|
33658
|
-
t.
|
|
33728
|
+
t._bl(e, u);
|
|
33659
33729
|
}
|
|
33660
33730
|
}
|
|
33661
33731
|
break;
|
|
@@ -34510,17 +34580,17 @@ export let WorksheetRow = /*@__PURE__*/ (() => {
|
|
|
34510
34580
|
let o = l._a8(m.r);
|
|
34511
34581
|
if (o != null) {
|
|
34512
34582
|
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.
|
|
34583
|
+
n._ba(o.leftBorderColorInfo, true, -97);
|
|
34584
|
+
n._bb(o.leftBorderStyle, true, -97);
|
|
34515
34585
|
}
|
|
34516
34586
|
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.
|
|
34587
|
+
n._be(o.rightBorderColorInfo, true, -97);
|
|
34588
|
+
n._bf(o.rightBorderStyle, true, -97);
|
|
34519
34589
|
}
|
|
34520
34590
|
if (!c) {
|
|
34521
34591
|
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.
|
|
34592
|
+
n._bj(o.topBorderColorInfo, true, -97);
|
|
34593
|
+
n._bk(o.topBorderStyle, true, -97);
|
|
34524
34594
|
}
|
|
34525
34595
|
if (WorkbookColorInfo.l_op_Inequality(o.bottomBorderColorInfo, null) && WorkbookColorInfo.l_op_Equality(o.bottomBorderColorInfo, m.j.bottomBorderColorInfo) && o.bottomBorderStyle == m.j.bottomBorderStyle) {
|
|
34526
34596
|
n._av(o.bottomBorderColorInfo, true, -97);
|
|
@@ -34550,8 +34620,8 @@ export let WorksheetRow = /*@__PURE__*/ (() => {
|
|
|
34550
34620
|
s._a3(s.formatOptions & ~8, true, -97);
|
|
34551
34621
|
if (p != null) {
|
|
34552
34622
|
if (WorkbookColorInfo.l_op_Inequality(p.topBorderColorInfo, null) && WorkbookColorInfo.l_op_Equality(p.topBorderColorInfo, j.topBorderColorInfo) && p.topBorderStyle == j.topBorderStyle) {
|
|
34553
|
-
s.
|
|
34554
|
-
s.
|
|
34623
|
+
s._bj(p.topBorderColorInfo, true, -97);
|
|
34624
|
+
s._bk(p.topBorderStyle, true, -97);
|
|
34555
34625
|
}
|
|
34556
34626
|
if (WorkbookColorInfo.l_op_Inequality(p.bottomBorderColorInfo, null) && WorkbookColorInfo.l_op_Equality(p.bottomBorderColorInfo, j.bottomBorderColorInfo) && p.bottomBorderStyle == j.bottomBorderStyle) {
|
|
34557
34627
|
s._av(p.bottomBorderColorInfo, true, -97);
|
|
@@ -34559,12 +34629,12 @@ export let WorksheetRow = /*@__PURE__*/ (() => {
|
|
|
34559
34629
|
}
|
|
34560
34630
|
if (!c) {
|
|
34561
34631
|
if (WorkbookColorInfo.l_op_Inequality(p.leftBorderColorInfo, null) && WorkbookColorInfo.l_op_Equality(p.leftBorderColorInfo, j.leftBorderColorInfo) && p.leftBorderStyle == j.leftBorderStyle) {
|
|
34562
|
-
s.
|
|
34563
|
-
s.
|
|
34632
|
+
s._ba(p.leftBorderColorInfo, true, -97);
|
|
34633
|
+
s._bb(p.leftBorderStyle, true, -97);
|
|
34564
34634
|
}
|
|
34565
34635
|
if (WorkbookColorInfo.l_op_Inequality(p.rightBorderColorInfo, null) && WorkbookColorInfo.l_op_Equality(p.rightBorderColorInfo, j.rightBorderColorInfo) && p.rightBorderStyle == j.rightBorderStyle) {
|
|
34566
|
-
s.
|
|
34567
|
-
s.
|
|
34636
|
+
s._be(p.rightBorderColorInfo, true, -97);
|
|
34637
|
+
s._bf(p.rightBorderStyle, true, -97);
|
|
34568
34638
|
}
|
|
34569
34639
|
}
|
|
34570
34640
|
}
|
|
@@ -34578,12 +34648,12 @@ export let WorksheetRow = /*@__PURE__*/ (() => {
|
|
|
34578
34648
|
let u = l._a8(q);
|
|
34579
34649
|
if (u != null) {
|
|
34580
34650
|
if (WorkbookColorInfo.l_op_Inequality(u.leftBorderColorInfo, null) && WorkbookColorInfo.l_op_Equality(u.leftBorderColorInfo, t.leftBorderColorInfo) && u.leftBorderStyle == t.leftBorderStyle) {
|
|
34581
|
-
s.
|
|
34582
|
-
s.
|
|
34651
|
+
s._ba(u.leftBorderColorInfo, true, -97);
|
|
34652
|
+
s._bb(u.leftBorderStyle, true, -97);
|
|
34583
34653
|
}
|
|
34584
34654
|
if (WorkbookColorInfo.l_op_Inequality(u.rightBorderColorInfo, null) && WorkbookColorInfo.l_op_Equality(u.rightBorderColorInfo, t.rightBorderColorInfo) && u.rightBorderStyle == t.rightBorderStyle) {
|
|
34585
|
-
s.
|
|
34586
|
-
s.
|
|
34655
|
+
s._be(u.rightBorderColorInfo, true, -97);
|
|
34656
|
+
s._bf(u.rightBorderStyle, true, -97);
|
|
34587
34657
|
}
|
|
34588
34658
|
}
|
|
34589
34659
|
}
|
|
@@ -34809,7 +34879,7 @@ export let WorksheetRow = /*@__PURE__*/ (() => {
|
|
|
34809
34879
|
}
|
|
34810
34880
|
this._dk(b, e);
|
|
34811
34881
|
f = new WorksheetCellOwnedFormatProxy(e, h, this, b, a);
|
|
34812
|
-
a[d] = f.
|
|
34882
|
+
a[d] = f._bu;
|
|
34813
34883
|
if (this._a3 != null) {
|
|
34814
34884
|
this._a3._aj();
|
|
34815
34885
|
}
|
|
@@ -34841,7 +34911,7 @@ export let WorksheetRow = /*@__PURE__*/ (() => {
|
|
|
34841
34911
|
e = f._ca;
|
|
34842
34912
|
}
|
|
34843
34913
|
let g = new WorksheetCellOwnedFormatProxy(null, e, this, a, c);
|
|
34844
|
-
g.
|
|
34914
|
+
g._bu = b;
|
|
34845
34915
|
return g;
|
|
34846
34916
|
}
|
|
34847
34917
|
/**
|
|
@@ -35346,11 +35416,11 @@ export let WorksheetRow = /*@__PURE__*/ (() => {
|
|
|
35346
35416
|
}
|
|
35347
35417
|
let d = null;
|
|
35348
35418
|
if ((c & 2) == 0) {
|
|
35349
|
-
d = this._bl(a.
|
|
35419
|
+
d = this._bl(a._bw);
|
|
35350
35420
|
}
|
|
35351
35421
|
let e = new Dictionary$2(CellFormatValue_$type, WorksheetCellFormatProxy.$, 1, 8);
|
|
35352
|
-
let f = this._a2(a.
|
|
35353
|
-
for (let g = 1; g !=
|
|
35422
|
+
let f = this._a2(a._bw);
|
|
35423
|
+
for (let g = 1; g != -2147483648; g = (g << 1)) {
|
|
35354
35424
|
if ((b & g) == 0) {
|
|
35355
35425
|
continue;
|
|
35356
35426
|
}
|
|
@@ -35362,6 +35432,7 @@ export let WorksheetRow = /*@__PURE__*/ (() => {
|
|
|
35362
35432
|
case 64:
|
|
35363
35433
|
case 65536:
|
|
35364
35434
|
case 131072:
|
|
35435
|
+
case 1073741824:
|
|
35365
35436
|
case 1048576:
|
|
35366
35437
|
case 8388608:
|
|
35367
35438
|
case 16777216:
|
|
@@ -35380,7 +35451,7 @@ export let WorksheetRow = /*@__PURE__*/ (() => {
|
|
|
35380
35451
|
let h = a.style;
|
|
35381
35452
|
if (h != null && ExcelUtils.by(h._i.formatOptions, 4)) {
|
|
35382
35453
|
if (f != null && (c & 16) == 0) {
|
|
35383
|
-
let i = typeCast(FormattedStringElement.$, f.c(this, a.
|
|
35454
|
+
let i = typeCast(FormattedStringElement.$, f.c(this, a._bw));
|
|
35384
35455
|
if (i != null) {
|
|
35385
35456
|
i._ai();
|
|
35386
35457
|
}
|
|
@@ -35401,7 +35472,7 @@ export let WorksheetRow = /*@__PURE__*/ (() => {
|
|
|
35401
35472
|
ExcelUtils.ff(a, d._cellFormatInternal, g);
|
|
35402
35473
|
}
|
|
35403
35474
|
if (f != null && (c & 16) == 0) {
|
|
35404
|
-
let j = f.c(this, a.
|
|
35475
|
+
let j = f.c(this, a._bw);
|
|
35405
35476
|
if (j != null && j._u) {
|
|
35406
35477
|
let k = this.worksheet.workbook;
|
|
35407
35478
|
let l = k != null ? k._bj : null;
|
|
@@ -35443,7 +35514,7 @@ export let WorksheetRow = /*@__PURE__*/ (() => {
|
|
|
35443
35514
|
}
|
|
35444
35515
|
let q = GenericCacheElement.h(StringElement.$, l, j);
|
|
35445
35516
|
j = q.p1;
|
|
35446
|
-
f.av(a.
|
|
35517
|
+
f.av(a._bw, j);
|
|
35447
35518
|
}
|
|
35448
35519
|
}
|
|
35449
35520
|
}
|
|
@@ -35462,7 +35533,7 @@ export let WorksheetRow = /*@__PURE__*/ (() => {
|
|
|
35462
35533
|
this._di(void 0, (c & 64) == 0);
|
|
35463
35534
|
}
|
|
35464
35535
|
if (d != null) {
|
|
35465
|
-
d._a7(this, a.
|
|
35536
|
+
d._a7(this, a._bw, g);
|
|
35466
35537
|
}
|
|
35467
35538
|
if ((c & 1) != 0) {
|
|
35468
35539
|
break;
|
|
@@ -35472,7 +35543,7 @@ export let WorksheetRow = /*@__PURE__*/ (() => {
|
|
|
35472
35543
|
}
|
|
35473
35544
|
let r;
|
|
35474
35545
|
if (((() => { let s = e.tryGetValue(g, r); r = s.p1; return s.ret; })()) == false) {
|
|
35475
|
-
r = this._ba(a.
|
|
35546
|
+
r = this._ba(a._bw, g, this.worksheet._o);
|
|
35476
35547
|
e.item(g, r);
|
|
35477
35548
|
e.item(ExcelUtils.l(g), r);
|
|
35478
35549
|
}
|
|
@@ -35485,10 +35556,10 @@ export let WorksheetRow = /*@__PURE__*/ (() => {
|
|
|
35485
35556
|
default: break;
|
|
35486
35557
|
}
|
|
35487
35558
|
}
|
|
35488
|
-
if (f != null && f.r(a.
|
|
35489
|
-
let s = this._bp(a.
|
|
35559
|
+
if (f != null && f.r(a._bw)) {
|
|
35560
|
+
let s = this._bp(a._bw);
|
|
35490
35561
|
if (s != null && s._cx == false) {
|
|
35491
|
-
let t = a.
|
|
35562
|
+
let t = a._bw - s._by._w;
|
|
35492
35563
|
if (t < 0 || s._columns$i.count <= t) {
|
|
35493
35564
|
}
|
|
35494
35565
|
else {
|
|
@@ -35496,14 +35567,14 @@ export let WorksheetRow = /*@__PURE__*/ (() => {
|
|
|
35496
35567
|
let v = this.worksheet.workbook;
|
|
35497
35568
|
let w = s._columns$i._item(t);
|
|
35498
35569
|
let x = w.headerCell;
|
|
35499
|
-
if (WorksheetCell.l_op_Inequality(x, null) && x._o == this && x.columnIndex == a.
|
|
35570
|
+
if (WorksheetCell.l_op_Inequality(x, null) && x._o == this && x.columnIndex == a._bw) {
|
|
35500
35571
|
u &= ~67108864;
|
|
35501
35572
|
u &= ~134217728;
|
|
35502
35573
|
ExcelUtils.fg(a, w._areaFormats$i._d(v, 1), u);
|
|
35503
35574
|
}
|
|
35504
35575
|
else {
|
|
35505
35576
|
let y = w.totalCell;
|
|
35506
|
-
if (WorksheetCell.l_op_Inequality(y, null) && y._o == this && y.columnIndex == a.
|
|
35577
|
+
if (WorksheetCell.l_op_Inequality(y, null) && y._o == this && y.columnIndex == a._bw) {
|
|
35507
35578
|
u &= ~2;
|
|
35508
35579
|
u &= ~4;
|
|
35509
35580
|
ExcelUtils.fg(a, w._areaFormats$i._d(v, 2), u);
|
|
@@ -36233,7 +36304,7 @@ export let WorksheetRow = /*@__PURE__*/ (() => {
|
|
|
36233
36304
|
if (!WorksheetRow._b8(b, e, 33554432)) {
|
|
36234
36305
|
}
|
|
36235
36306
|
}
|
|
36236
|
-
for (let f = 1; f !=
|
|
36307
|
+
for (let f = 1; f != -2147483648; f = (f << 1)) {
|
|
36237
36308
|
if (f == 32768 || f == 33554432) {
|
|
36238
36309
|
continue;
|
|
36239
36310
|
}
|
|
@@ -36330,7 +36401,7 @@ export let WorksheetRow = /*@__PURE__*/ (() => {
|
|
|
36330
36401
|
* @hidden
|
|
36331
36402
|
*/
|
|
36332
36403
|
static _b8(a, b, c) {
|
|
36333
|
-
if (WorksheetCellFormatData._cf(c, b.
|
|
36404
|
+
if (WorksheetCellFormatData._cf(c, b._df(c))) {
|
|
36334
36405
|
return false;
|
|
36335
36406
|
}
|
|
36336
36407
|
ExcelUtils.fd(b, a, c);
|
|
@@ -39047,11 +39118,11 @@ export let Worksheet = /*@__PURE__*/ (() => {
|
|
|
39047
39118
|
h = this.workbook._cd(0);
|
|
39048
39119
|
}
|
|
39049
39120
|
let r = p._bw;
|
|
39050
|
-
for (let s = 1; s !=
|
|
39051
|
-
if (q == false || WorksheetCellFormatData._cf(s, h.
|
|
39052
|
-
let t = r.
|
|
39121
|
+
for (let s = 1; s != -2147483648; s = (s << 1)) {
|
|
39122
|
+
if (q == false || WorksheetCellFormatData._cf(s, h._df(s))) {
|
|
39123
|
+
let t = r._df(s);
|
|
39053
39124
|
if (WorksheetCellFormatData._cf(s, t) == false) {
|
|
39054
|
-
h.
|
|
39125
|
+
h._dx(s, t);
|
|
39055
39126
|
}
|
|
39056
39127
|
}
|
|
39057
39128
|
}
|
|
@@ -41726,7 +41797,7 @@ export let Worksheet = /*@__PURE__*/ (() => {
|
|
|
41726
41797
|
let h = this._b4(a, b);
|
|
41727
41798
|
let i;
|
|
41728
41799
|
if (e == null) {
|
|
41729
|
-
i = new ValueFormatter(0, null, h.
|
|
41800
|
+
i = new ValueFormatter(0, null, h._di, this._y);
|
|
41730
41801
|
}
|
|
41731
41802
|
else {
|
|
41732
41803
|
i = e._b2.a(h._cs);
|
|
@@ -43102,7 +43173,7 @@ export let Worksheet = /*@__PURE__*/ (() => {
|
|
|
43102
43173
|
if (this._gp == 0 || this._gr != this.workbook._fp) {
|
|
43103
43174
|
this._gr = this.workbook._fp;
|
|
43104
43175
|
let a = this.workbook._styles$i.normalStyle._i;
|
|
43105
|
-
let b = a.
|
|
43176
|
+
let b = a._dh;
|
|
43106
43177
|
let c = a._cq;
|
|
43107
43178
|
let d = 0;
|
|
43108
43179
|
let e = new Dictionary$2(Worksheet_FontNameHeightPair.$, Boolean_$type, 0);
|
|
@@ -43112,7 +43183,7 @@ export let Worksheet = /*@__PURE__*/ (() => {
|
|
|
43112
43183
|
try {
|
|
43113
43184
|
for (let i of fromEnum(this._fg)) {
|
|
43114
43185
|
let j = i.b;
|
|
43115
|
-
let k = j.
|
|
43186
|
+
let k = j._dh;
|
|
43116
43187
|
let l = j._cq;
|
|
43117
43188
|
let m = new Worksheet_FontNameHeightPair(1, k, l);
|
|
43118
43189
|
if (e.containsKey(m)) {
|
|
@@ -55469,7 +55540,7 @@ export let WorksheetColumn = /*@__PURE__*/ (() => {
|
|
|
55469
55540
|
}
|
|
55470
55541
|
}
|
|
55471
55542
|
let f = this.index;
|
|
55472
|
-
for (let g = 1; g !=
|
|
55543
|
+
for (let g = 1; g != -2147483648; g = (g << 1)) {
|
|
55473
55544
|
if ((b & g) == 0) {
|
|
55474
55545
|
continue;
|
|
55475
55546
|
}
|
|
@@ -55509,7 +55580,7 @@ export let WorksheetColumn = /*@__PURE__*/ (() => {
|
|
|
55509
55580
|
}
|
|
55510
55581
|
let o = WorksheetColumn._ah(m, f, g);
|
|
55511
55582
|
if (o != null) {
|
|
55512
|
-
o.
|
|
55583
|
+
o._bm(g, h, true, c);
|
|
55513
55584
|
continue;
|
|
55514
55585
|
}
|
|
55515
55586
|
if ((c & 1) != 0) {
|
|
@@ -55565,7 +55636,7 @@ export let WorksheetColumn = /*@__PURE__*/ (() => {
|
|
|
55565
55636
|
}
|
|
55566
55637
|
w = enumGetBox(DiagonalBorders_$type, x);
|
|
55567
55638
|
}
|
|
55568
|
-
u.
|
|
55639
|
+
u._bl(g, w);
|
|
55569
55640
|
}
|
|
55570
55641
|
break;
|
|
55571
55642
|
}
|
|
@@ -63760,7 +63831,7 @@ export let WorksheetTableStyle = /*@__PURE__*/ (() => {
|
|
|
63760
63831
|
*/
|
|
63761
63832
|
onCellFormatValueChanging(sender, values) {
|
|
63762
63833
|
this._verifyCanBeModified();
|
|
63763
|
-
for (let a = 1; a !=
|
|
63834
|
+
for (let a = 1; a != -2147483648; a = (a << 1)) {
|
|
63764
63835
|
if ((values & a) == 0) {
|
|
63765
63836
|
continue;
|
|
63766
63837
|
}
|
|
@@ -63813,9 +63884,9 @@ export let WorksheetTableStyle = /*@__PURE__*/ (() => {
|
|
|
63813
63884
|
c._x = this._x;
|
|
63814
63885
|
c._y = this._y;
|
|
63815
63886
|
if (this._j != null) {
|
|
63816
|
-
let d =
|
|
63887
|
+
let d = -1 & ~(1939013689 | 10752 | 32768);
|
|
63817
63888
|
for (let e of fromEnum(this._j._i())) {
|
|
63818
|
-
ExcelUtils.fg(e, c._areaFormats$i._d(null, e.
|
|
63889
|
+
ExcelUtils.fg(e, c._areaFormats$i._d(null, e._bu), d, true, void 0, void 0, b);
|
|
63819
63890
|
}
|
|
63820
63891
|
}
|
|
63821
63892
|
return c;
|
|
@@ -63824,7 +63895,7 @@ export let WorksheetTableStyle = /*@__PURE__*/ (() => {
|
|
|
63824
63895
|
* @hidden
|
|
63825
63896
|
*/
|
|
63826
63897
|
static _q(a) {
|
|
63827
|
-
return (a &
|
|
63898
|
+
return (a & 1939024441) == 0;
|
|
63828
63899
|
}
|
|
63829
63900
|
/**
|
|
63830
63901
|
* @hidden
|
|
@@ -63865,7 +63936,7 @@ export let WorksheetTableStyle = /*@__PURE__*/ (() => {
|
|
|
63865
63936
|
_n() {
|
|
63866
63937
|
let a = new SortedList$2(Number_$type, WorksheetTableAreaFormatProxy$1.$.specialize(WorksheetTableStyleArea_$type), 1, UtilitiesInt32Comparer._c);
|
|
63867
63938
|
for (let b of fromEnum(this._areaFormats$i._i())) {
|
|
63868
|
-
a._item(WorksheetTableStyle._af(b.
|
|
63939
|
+
a._item(WorksheetTableStyle._af(b._bu), b);
|
|
63869
63940
|
}
|
|
63870
63941
|
return a;
|
|
63871
63942
|
}
|
|
@@ -63923,7 +63994,7 @@ export let WorksheetTableStyle = /*@__PURE__*/ (() => {
|
|
|
63923
63994
|
* @hidden
|
|
63924
63995
|
*/
|
|
63925
63996
|
static _u(a, b) {
|
|
63926
|
-
if ((a &
|
|
63997
|
+
if ((a & 1939013689) != 0) {
|
|
63927
63998
|
b = ExcelUtils.ei("LE_InvalidOperationException_InvalidTableStyleAreaFormatProperty", enumGetBox(CellFormatValue_$type, a));
|
|
63928
63999
|
return {
|
|
63929
64000
|
ret: false,
|
|
@@ -64138,7 +64209,7 @@ export let WorksheetTableStyle = /*@__PURE__*/ (() => {
|
|
|
64138
64209
|
this._p = a;
|
|
64139
64210
|
if (this._p == a) {
|
|
64140
64211
|
for (let b of fromEnum(this._areaFormats$i._i())) {
|
|
64141
|
-
b.d.
|
|
64212
|
+
b.d._dm();
|
|
64142
64213
|
}
|
|
64143
64214
|
}
|
|
64144
64215
|
}
|
|
@@ -64190,11 +64261,11 @@ export let WorksheetTableStyle = /*@__PURE__*/ (() => {
|
|
|
64190
64261
|
/**
|
|
64191
64262
|
* @hidden
|
|
64192
64263
|
*/
|
|
64193
|
-
WorksheetTableStyle._c = 1 | 8 | 16 | 32 | 65536 | 131072 | 1048576 | 8388608 | 16777216 | 268435456 | 536870912 | 33554432 | 512 | 2048 | 8192;
|
|
64264
|
+
WorksheetTableStyle._c = 1 | 8 | 16 | 32 | 65536 | 131072 | 1073741824 | 1048576 | 8388608 | 16777216 | 268435456 | 536870912 | 33554432 | 512 | 2048 | 8192;
|
|
64194
64265
|
/**
|
|
64195
64266
|
* @hidden
|
|
64196
64267
|
*/
|
|
64197
|
-
WorksheetTableStyle._e = 1 | 8 | 16 | 32 | 65536 | 131072 | 1048576 | 8388608 | 16777216 | 268435456 | 536870912 | 33554432;
|
|
64268
|
+
WorksheetTableStyle._e = 1 | 8 | 16 | 32 | 65536 | 131072 | 1073741824 | 1048576 | 8388608 | 16777216 | 268435456 | 536870912 | 33554432;
|
|
64198
64269
|
/**
|
|
64199
64270
|
* @hidden
|
|
64200
64271
|
*/
|
|
@@ -64998,11 +65069,11 @@ export let WorksheetTable = /*@__PURE__*/ (() => {
|
|
|
64998
65069
|
*/
|
|
64999
65070
|
onCellFormatValueChanging(sender, values) {
|
|
65000
65071
|
let a = sender;
|
|
65001
|
-
for (let b = 1; b !=
|
|
65072
|
+
for (let b = 1; b != -2147483648; b = (b << 1)) {
|
|
65002
65073
|
if ((values & b) == 0) {
|
|
65003
65074
|
continue;
|
|
65004
65075
|
}
|
|
65005
|
-
WorksheetTable._fg(a.
|
|
65076
|
+
WorksheetTable._fg(a._bu, b);
|
|
65006
65077
|
}
|
|
65007
65078
|
}
|
|
65008
65079
|
/**
|
|
@@ -65010,7 +65081,7 @@ export let WorksheetTable = /*@__PURE__*/ (() => {
|
|
|
65010
65081
|
*/
|
|
65011
65082
|
verifyFormatOptions(sender, formatOptions) {
|
|
65012
65083
|
let a = sender;
|
|
65013
|
-
if (a.
|
|
65084
|
+
if (a._bu == 0) {
|
|
65014
65085
|
let b = 63 & ~8;
|
|
65015
65086
|
if ((formatOptions & b) != 0) {
|
|
65016
65087
|
throw new InvalidOperationException(1, ExcelUtils.eh("LE_InvalidOperationException_InvalidFormatOptionsInWholeTableArea"));
|
|
@@ -65833,7 +65904,7 @@ export let WorksheetTable = /*@__PURE__*/ (() => {
|
|
|
65833
65904
|
if (l != null) {
|
|
65834
65905
|
let m = this._areaFormats$i._d(a, 0);
|
|
65835
65906
|
for (let n of fromEnum(l)) {
|
|
65836
|
-
m.
|
|
65907
|
+
m._bl(n.key, n.value);
|
|
65837
65908
|
}
|
|
65838
65909
|
}
|
|
65839
65910
|
}
|
|
@@ -65851,19 +65922,19 @@ export let WorksheetTable = /*@__PURE__*/ (() => {
|
|
|
65851
65922
|
if (c != null) {
|
|
65852
65923
|
let d = a._areaFormats$i._d(b, 1);
|
|
65853
65924
|
d.formatOptions &= ~c.formatOptions;
|
|
65854
|
-
ExcelUtils.fg(c, d,
|
|
65925
|
+
ExcelUtils.fg(c, d, -1, true);
|
|
65855
65926
|
}
|
|
65856
65927
|
let e = this._areaFormats$i._f(1);
|
|
65857
65928
|
if (e != null) {
|
|
65858
65929
|
let f = a._areaFormats$i._d(b, 0);
|
|
65859
65930
|
f.formatOptions &= ~e.formatOptions;
|
|
65860
|
-
ExcelUtils.fg(e, f,
|
|
65931
|
+
ExcelUtils.fg(e, f, -1, true);
|
|
65861
65932
|
}
|
|
65862
65933
|
let g = this._areaFormats$i._f(3);
|
|
65863
65934
|
if (g != null) {
|
|
65864
65935
|
let h = a._areaFormats$i._d(b, 2);
|
|
65865
65936
|
h.formatOptions &= ~g.formatOptions;
|
|
65866
|
-
ExcelUtils.fg(g, h,
|
|
65937
|
+
ExcelUtils.fg(g, h, -1, true);
|
|
65867
65938
|
}
|
|
65868
65939
|
}
|
|
65869
65940
|
/**
|
|
@@ -65928,7 +65999,7 @@ export let WorksheetTable = /*@__PURE__*/ (() => {
|
|
|
65928
65999
|
let i = h.key;
|
|
65929
66000
|
let j = typeCast(WorksheetCellFormatProxy.$, h.value);
|
|
65930
66001
|
let k = typeCast(WorksheetCellFormatProxy.$, this._b2.item(i));
|
|
65931
|
-
ExcelUtils.fg(j, k,
|
|
66002
|
+
ExcelUtils.fg(j, k, -1, void 0, void 0, void 0, b);
|
|
65932
66003
|
}
|
|
65933
66004
|
}
|
|
65934
66005
|
for (let l = 0; l < c; l++) {
|
|
@@ -66254,11 +66325,11 @@ export let WorksheetTable = /*@__PURE__*/ (() => {
|
|
|
66254
66325
|
_dz(a, b, c, d, e) {
|
|
66255
66326
|
for (let f = d._k - 1; f >= 0; f--) {
|
|
66256
66327
|
let g = d._j._inner[f];
|
|
66257
|
-
if (this._cq(a, b, g.
|
|
66328
|
+
if (this._cq(a, b, g._bu, e) == false) {
|
|
66258
66329
|
continue;
|
|
66259
66330
|
}
|
|
66260
|
-
if (g.
|
|
66261
|
-
let h =
|
|
66331
|
+
if (g._bu == 0) {
|
|
66332
|
+
let h = -1 & ~208404486;
|
|
66262
66333
|
if (a == this._bw._ac) {
|
|
66263
66334
|
h |= 67108864;
|
|
66264
66335
|
h |= 134217728;
|
|
@@ -66392,13 +66463,13 @@ export let WorksheetTable = /*@__PURE__*/ (() => {
|
|
|
66392
66463
|
/**
|
|
66393
66464
|
* @hidden
|
|
66394
66465
|
*/
|
|
66395
|
-
static _ee(a, b, c =
|
|
66466
|
+
static _ee(a, b, c = -1) {
|
|
66396
66467
|
let d = a.a();
|
|
66397
66468
|
let e = a.style;
|
|
66398
66469
|
let f = e != null && e._n == false ? e._i._bz : 0;
|
|
66399
66470
|
let g = a.d.v;
|
|
66400
66471
|
let h = g != null ? g._styles$i.normalStyle._i : null;
|
|
66401
|
-
for (let i = 1; i !=
|
|
66472
|
+
for (let i = 1; i != -2147483648; i = (i << 1)) {
|
|
66402
66473
|
if ((c & i) == 0) {
|
|
66403
66474
|
continue;
|
|
66404
66475
|
}
|
|
@@ -66411,7 +66482,7 @@ export let WorksheetTable = /*@__PURE__*/ (() => {
|
|
|
66411
66482
|
case 4194304:
|
|
66412
66483
|
case 524288:
|
|
66413
66484
|
case 32:
|
|
66414
|
-
if (h == null || !Base.equalsStatic(h.
|
|
66485
|
+
if (h == null || !Base.equalsStatic(h._df(i), a._aj(i))) {
|
|
66415
66486
|
continue;
|
|
66416
66487
|
}
|
|
66417
66488
|
break;
|
|
@@ -66424,7 +66495,7 @@ export let WorksheetTable = /*@__PURE__*/ (() => {
|
|
|
66424
66495
|
}
|
|
66425
66496
|
let k = b._aj(i);
|
|
66426
66497
|
if (WorksheetCellFormatData._cf(i, k) == false) {
|
|
66427
|
-
a.
|
|
66498
|
+
a._bm(i, k, false, 0);
|
|
66428
66499
|
}
|
|
66429
66500
|
}
|
|
66430
66501
|
a.g(d);
|
|
@@ -66939,7 +67010,7 @@ export let WorksheetTable = /*@__PURE__*/ (() => {
|
|
|
66939
67010
|
if (c != null && c._c4) {
|
|
66940
67011
|
return;
|
|
66941
67012
|
}
|
|
66942
|
-
let d = a.
|
|
67013
|
+
let d = a._bu;
|
|
66943
67014
|
let e;
|
|
66944
67015
|
switch (d) {
|
|
66945
67016
|
case 0: return;
|
|
@@ -66955,7 +67026,7 @@ export let WorksheetTable = /*@__PURE__*/ (() => {
|
|
|
66955
67026
|
default: return;
|
|
66956
67027
|
}
|
|
66957
67028
|
let f = 0;
|
|
66958
|
-
for (let g = 1; g !=
|
|
67029
|
+
for (let g = 1; g != -2147483648; g = (g << 1)) {
|
|
66959
67030
|
if ((b & g) == 0) {
|
|
66960
67031
|
continue;
|
|
66961
67032
|
}
|
|
@@ -67895,7 +67966,7 @@ export let WorksheetTableAreaFormatsCollection$1 = /*@__PURE__*/ (() => {
|
|
|
67895
67966
|
}
|
|
67896
67967
|
d = new WorksheetTableAreaFormatProxy$1(this.$tArea, b, e, this._a);
|
|
67897
67968
|
if (this._a.isReadOnly) {
|
|
67898
|
-
d.d.
|
|
67969
|
+
d.d._dm();
|
|
67899
67970
|
}
|
|
67900
67971
|
this._h.item(b, d);
|
|
67901
67972
|
d.d.ab(this._a);
|
|
@@ -67969,13 +68040,13 @@ export let WorksheetTableAreaFormatProxy$1 = /*@__PURE__*/ (() => {
|
|
|
67969
68040
|
constructor($tArea, a, b, c) {
|
|
67970
68041
|
super(0, b, null, c);
|
|
67971
68042
|
this.$tArea = null;
|
|
67972
|
-
this.
|
|
68043
|
+
this._bt = null;
|
|
67973
68044
|
this.$tArea = $tArea;
|
|
67974
68045
|
this.$type = this.$type.specialize(this.$tArea);
|
|
67975
|
-
this.
|
|
68046
|
+
this._bt = a;
|
|
67976
68047
|
}
|
|
67977
68048
|
get__l() {
|
|
67978
|
-
return this.$type.getStaticFields().
|
|
68049
|
+
return this.$type.getStaticFields()._bs;
|
|
67979
68050
|
}
|
|
67980
68051
|
get _l() {
|
|
67981
68052
|
return this.get__l();
|
|
@@ -68000,12 +68071,12 @@ export let WorksheetTableAreaFormatProxy$1 = /*@__PURE__*/ (() => {
|
|
|
68000
68071
|
get _v() {
|
|
68001
68072
|
return this.get__v();
|
|
68002
68073
|
}
|
|
68003
|
-
get
|
|
68004
|
-
return this.
|
|
68074
|
+
get _bu() {
|
|
68075
|
+
return this._bt;
|
|
68005
68076
|
}
|
|
68006
68077
|
}
|
|
68007
68078
|
WorksheetTableAreaFormatProxy$1.$t = /*@__PURE__*/ markType(WorksheetTableAreaFormatProxy$1, 'WorksheetTableAreaFormatProxy$1', WorksheetCellFormatProxy.$, null, function () {
|
|
68008
|
-
this.
|
|
68079
|
+
this._bs = WorksheetCellFormatProxy._m(85, 8 | 4);
|
|
68009
68080
|
});
|
|
68010
68081
|
return WorksheetTableAreaFormatProxy$1;
|
|
68011
68082
|
})();
|
|
@@ -68679,8 +68750,8 @@ export let WorksheetTableColumn = /*@__PURE__*/ (() => {
|
|
|
68679
68750
|
let b = a._o._a8(a._ab);
|
|
68680
68751
|
if (b != null) {
|
|
68681
68752
|
b = b._bu();
|
|
68682
|
-
b.
|
|
68683
|
-
b.
|
|
68753
|
+
b._du(67108864);
|
|
68754
|
+
b._du(134217728);
|
|
68684
68755
|
format.setFormatting(b);
|
|
68685
68756
|
}
|
|
68686
68757
|
}
|
|
@@ -68691,8 +68762,8 @@ export let WorksheetTableColumn = /*@__PURE__*/ (() => {
|
|
|
68691
68762
|
let d = c._o._a8(c._ab);
|
|
68692
68763
|
if (d != null) {
|
|
68693
68764
|
d = d._bu();
|
|
68694
|
-
d.
|
|
68695
|
-
d.
|
|
68765
|
+
d._du(2);
|
|
68766
|
+
d._du(4);
|
|
68696
68767
|
format.setFormatting(d);
|
|
68697
68768
|
}
|
|
68698
68769
|
}
|
|
@@ -68764,18 +68835,18 @@ export let WorksheetTableColumn = /*@__PURE__*/ (() => {
|
|
|
68764
68835
|
*/
|
|
68765
68836
|
onCellFormatValueChanged(sender, values, options) {
|
|
68766
68837
|
let a = sender;
|
|
68767
|
-
this._b5(a, values, a.
|
|
68838
|
+
this._b5(a, values, a._bu == 0);
|
|
68768
68839
|
}
|
|
68769
68840
|
/**
|
|
68770
68841
|
* @hidden
|
|
68771
68842
|
*/
|
|
68772
68843
|
onCellFormatValueChanging(sender, values) {
|
|
68773
68844
|
let a = sender;
|
|
68774
|
-
for (let b = 1; b !=
|
|
68845
|
+
for (let b = 1; b != -2147483648; b = (b << 1)) {
|
|
68775
68846
|
if ((values & b) == 0) {
|
|
68776
68847
|
continue;
|
|
68777
68848
|
}
|
|
68778
|
-
WorksheetTableColumn._b8(a.
|
|
68849
|
+
WorksheetTableColumn._b8(a._bu, b);
|
|
68779
68850
|
}
|
|
68780
68851
|
}
|
|
68781
68852
|
/**
|
|
@@ -69288,8 +69359,8 @@ export let WorksheetTableColumn = /*@__PURE__*/ (() => {
|
|
|
69288
69359
|
for (let j of fromEnum(c)) {
|
|
69289
69360
|
if (i <= j.value) {
|
|
69290
69361
|
let k = j.key._bu();
|
|
69291
|
-
k.
|
|
69292
|
-
k.
|
|
69362
|
+
k._du(2);
|
|
69363
|
+
k._du(4);
|
|
69293
69364
|
this._areaFormats$i.item(2).setFormatting(k);
|
|
69294
69365
|
break;
|
|
69295
69366
|
}
|
|
@@ -69314,7 +69385,7 @@ export let WorksheetTableColumn = /*@__PURE__*/ (() => {
|
|
|
69314
69385
|
let d = c.key;
|
|
69315
69386
|
let e = typeCast(WorksheetCellFormatProxy.$, c.value);
|
|
69316
69387
|
let f = typeCast(WorksheetCellFormatProxy.$, this._am.item(d));
|
|
69317
|
-
ExcelUtils.fg(e, f,
|
|
69388
|
+
ExcelUtils.fg(e, f, -1, void 0, void 0, void 0, b);
|
|
69318
69389
|
}
|
|
69319
69390
|
}
|
|
69320
69391
|
if (!stringIsNullOrEmpty(a._a2)) {
|
|
@@ -69430,7 +69501,7 @@ export let WorksheetTableColumn = /*@__PURE__*/ (() => {
|
|
|
69430
69501
|
}
|
|
69431
69502
|
}
|
|
69432
69503
|
else if (b != null) {
|
|
69433
|
-
this._b6(this._areaFormats$i._f(0),
|
|
69504
|
+
this._b6(this._areaFormats$i._f(0), -1, true, b, null);
|
|
69434
69505
|
}
|
|
69435
69506
|
if (b != null && this._w != null) {
|
|
69436
69507
|
if (c != null) {
|
|
@@ -69497,7 +69568,7 @@ export let WorksheetTableColumn = /*@__PURE__*/ (() => {
|
|
|
69497
69568
|
*/
|
|
69498
69569
|
_b7(a) {
|
|
69499
69570
|
if (this._am != null) {
|
|
69500
|
-
this._b5(this._areaFormats$i._f(a),
|
|
69571
|
+
this._b5(this._areaFormats$i._f(a), -1, true);
|
|
69501
69572
|
}
|
|
69502
69573
|
}
|
|
69503
69574
|
/**
|
|
@@ -69605,7 +69676,7 @@ export let WorksheetTableColumn = /*@__PURE__*/ (() => {
|
|
|
69605
69676
|
if (d != null && d._c4) {
|
|
69606
69677
|
return;
|
|
69607
69678
|
}
|
|
69608
|
-
let e = a.
|
|
69679
|
+
let e = a._bu;
|
|
69609
69680
|
let f = null;
|
|
69610
69681
|
let g = null;
|
|
69611
69682
|
switch (e) {
|
|
@@ -71859,7 +71930,7 @@ export let WorkbookFontDataResolved = /*@__PURE__*/ (() => {
|
|
|
71859
71930
|
this._bold$i = arguments[0];
|
|
71860
71931
|
}
|
|
71861
71932
|
get _bold$i() {
|
|
71862
|
-
return this._a.d.
|
|
71933
|
+
return this._a.d._c3;
|
|
71863
71934
|
}
|
|
71864
71935
|
set _bold$i(a) {
|
|
71865
71936
|
this._e();
|
|
@@ -71884,13 +71955,13 @@ export let WorkbookFontDataResolved = /*@__PURE__*/ (() => {
|
|
|
71884
71955
|
this._italic$i = arguments[0];
|
|
71885
71956
|
}
|
|
71886
71957
|
get _italic$i() {
|
|
71887
|
-
return this._a.d.
|
|
71958
|
+
return this._a.d._c4;
|
|
71888
71959
|
}
|
|
71889
71960
|
set _italic$i(a) {
|
|
71890
71961
|
this._e();
|
|
71891
71962
|
}
|
|
71892
71963
|
get name() {
|
|
71893
|
-
return this._a.d.
|
|
71964
|
+
return this._a.d._dh;
|
|
71894
71965
|
}
|
|
71895
71966
|
set name(a) {
|
|
71896
71967
|
this._e();
|
|
@@ -71903,7 +71974,7 @@ export let WorkbookFontDataResolved = /*@__PURE__*/ (() => {
|
|
|
71903
71974
|
this._strikeout$i = arguments[0];
|
|
71904
71975
|
}
|
|
71905
71976
|
get _strikeout$i() {
|
|
71906
|
-
return this._a.d.
|
|
71977
|
+
return this._a.d._c5;
|
|
71907
71978
|
}
|
|
71908
71979
|
set _strikeout$i(a) {
|
|
71909
71980
|
this._e();
|
|
@@ -72087,7 +72158,7 @@ export let WorkbookFontProxy = /*@__PURE__*/ (() => {
|
|
|
72087
72158
|
g(a) {
|
|
72088
72159
|
super.g(a);
|
|
72089
72160
|
if (this._m != null) {
|
|
72090
|
-
this._m.
|
|
72161
|
+
this._m._dp();
|
|
72091
72162
|
}
|
|
72092
72163
|
}
|
|
72093
72164
|
static _l(a, b) {
|
|
@@ -89232,7 +89303,7 @@ export let WorksheetCellBlock = /*@__PURE__*/ (() => {
|
|
|
89232
89303
|
j = g._b2.a(k._cs);
|
|
89233
89304
|
}
|
|
89234
89305
|
else {
|
|
89235
|
-
j = new ValueFormatter(0, g, k.
|
|
89306
|
+
j = new ValueFormatter(0, g, k._di, a._y);
|
|
89236
89307
|
}
|
|
89237
89308
|
}
|
|
89238
89309
|
if (j.o == false) {
|
|
@@ -89998,7 +90069,7 @@ export let WorksheetCellBlock = /*@__PURE__*/ (() => {
|
|
|
89998
90069
|
a.worksheet._ex.item(ValueTuple.a(WorksheetRow.$, Number_$type, a, b), c);
|
|
89999
90070
|
}
|
|
90000
90071
|
static t(a, b, c) {
|
|
90001
|
-
if (WorksheetCellBlock.q(a._a7(b).
|
|
90072
|
+
if (WorksheetCellBlock.q(a._a7(b)._di)) {
|
|
90002
90073
|
c = a._bc(b);
|
|
90003
90074
|
return {
|
|
90004
90075
|
ret: true,
|
|
@@ -90108,32 +90179,32 @@ export let WorksheetMergedCellsRegion = /*@__PURE__*/ (() => {
|
|
|
90108
90179
|
case 2:
|
|
90109
90180
|
case 4:
|
|
90110
90181
|
if (m == j) {
|
|
90111
|
-
p.
|
|
90182
|
+
p._bm(s, h._aj(s), false, a);
|
|
90112
90183
|
}
|
|
90113
90184
|
break;
|
|
90114
90185
|
case 67108864:
|
|
90115
90186
|
case 134217728:
|
|
90116
90187
|
if (m == i) {
|
|
90117
|
-
p.
|
|
90188
|
+
p._bm(s, h._aj(s), false, a);
|
|
90118
90189
|
}
|
|
90119
90190
|
break;
|
|
90120
90191
|
case 262144:
|
|
90121
90192
|
case 524288:
|
|
90122
90193
|
if (o == k) {
|
|
90123
|
-
p.
|
|
90194
|
+
p._bm(s, h._aj(s), false, a);
|
|
90124
90195
|
}
|
|
90125
90196
|
break;
|
|
90126
90197
|
case 2097152:
|
|
90127
90198
|
case 4194304:
|
|
90128
90199
|
if (o == l) {
|
|
90129
|
-
p.
|
|
90200
|
+
p._bm(s, h._aj(s), false, a);
|
|
90130
90201
|
}
|
|
90131
90202
|
break;
|
|
90132
90203
|
case 32640:
|
|
90133
90204
|
p._a1(h._u, false, a);
|
|
90134
90205
|
break;
|
|
90135
90206
|
default:
|
|
90136
|
-
p.
|
|
90207
|
+
p._bm(s, h._aj(s), false, a);
|
|
90137
90208
|
break;
|
|
90138
90209
|
}
|
|
90139
90210
|
}
|
|
@@ -90495,7 +90566,7 @@ export let WorksheetMergedCellsRegion = /*@__PURE__*/ (() => {
|
|
|
90495
90566
|
break;
|
|
90496
90567
|
}
|
|
90497
90568
|
let d = this._a1(toNullable(CellFormatValue_$type, c), false);
|
|
90498
|
-
this._cellFormatInternal.
|
|
90569
|
+
this._cellFormatInternal._bm(c, d.item(c), true, 4);
|
|
90499
90570
|
}
|
|
90500
90571
|
/**
|
|
90501
90572
|
* @hidden
|
|
@@ -90543,7 +90614,7 @@ export let WorksheetMergedCellsRegion = /*@__PURE__*/ (() => {
|
|
|
90543
90614
|
m = j;
|
|
90544
90615
|
}
|
|
90545
90616
|
if (Base.equalsStatic(m, k) == false) {
|
|
90546
|
-
k = WorksheetCellFormatData.
|
|
90617
|
+
k = WorksheetCellFormatData._da(h);
|
|
90547
90618
|
break;
|
|
90548
90619
|
}
|
|
90549
90620
|
}
|
|
@@ -90570,13 +90641,13 @@ export let WorksheetMergedCellsRegion = /*@__PURE__*/ (() => {
|
|
|
90570
90641
|
let m = ExcelUtils.d1(a, f, g, l, e, h);
|
|
90571
90642
|
let n;
|
|
90572
90643
|
if (j != null) {
|
|
90573
|
-
n = j.b.
|
|
90644
|
+
n = j.b._df(h);
|
|
90574
90645
|
}
|
|
90575
90646
|
else if (k != null) {
|
|
90576
|
-
n = k.b.
|
|
90647
|
+
n = k.b._df(ExcelUtils.n(h));
|
|
90577
90648
|
}
|
|
90578
90649
|
else {
|
|
90579
|
-
n = WorksheetCellFormatData.
|
|
90650
|
+
n = WorksheetCellFormatData._da(h);
|
|
90580
90651
|
}
|
|
90581
90652
|
let o = m;
|
|
90582
90653
|
if (WorksheetCellFormatData._cf(h, o)) {
|
|
@@ -90590,7 +90661,7 @@ export let WorksheetMergedCellsRegion = /*@__PURE__*/ (() => {
|
|
|
90590
90661
|
r = n;
|
|
90591
90662
|
}
|
|
90592
90663
|
if (Base.equalsStatic(r, o) == false) {
|
|
90593
|
-
o = WorksheetCellFormatData.
|
|
90664
|
+
o = WorksheetCellFormatData._da(h);
|
|
90594
90665
|
break;
|
|
90595
90666
|
}
|
|
90596
90667
|
}
|
|
@@ -91300,7 +91371,7 @@ export let WorkbookSaveManager = /*@__PURE__*/ (() => {
|
|
|
91300
91371
|
for (let i = 0; i < f.length; i++) {
|
|
91301
91372
|
let j = f[i];
|
|
91302
91373
|
ExcelUtils.fd(h, e, j);
|
|
91303
|
-
h.
|
|
91374
|
+
h._du(j);
|
|
91304
91375
|
}
|
|
91305
91376
|
if (e._cd) {
|
|
91306
91377
|
e = null;
|
|
@@ -92093,7 +92164,7 @@ export let WorkbookSaveManager = /*@__PURE__*/ (() => {
|
|
|
92093
92164
|
_b5(a) {
|
|
92094
92165
|
let b = this._aa(a);
|
|
92095
92166
|
for (let c of fromEnum(a._areaFormats$i._i())) {
|
|
92096
|
-
b._m(c.
|
|
92167
|
+
b._m(c._bu, this._bc(c.d));
|
|
92097
92168
|
}
|
|
92098
92169
|
this._b6(a, a.columnStripeWidth != 1, 7);
|
|
92099
92170
|
this._b6(a, a.alternateColumnStripeWidth != 1, 8);
|
|
@@ -98650,7 +98721,7 @@ export let WorksheetMergedRegionOwnedCellFormatProxy = /*@__PURE__*/ (() => {
|
|
|
98650
98721
|
super(1, a, b);
|
|
98651
98722
|
}
|
|
98652
98723
|
get__l() {
|
|
98653
|
-
return WorksheetMergedRegionOwnedCellFormatProxy.
|
|
98724
|
+
return WorksheetMergedRegionOwnedCellFormatProxy._bs;
|
|
98654
98725
|
}
|
|
98655
98726
|
get _l() {
|
|
98656
98727
|
return this.get__l();
|
|
@@ -98673,7 +98744,7 @@ export let WorksheetMergedRegionOwnedCellFormatProxy = /*@__PURE__*/ (() => {
|
|
|
98673
98744
|
}
|
|
98674
98745
|
}
|
|
98675
98746
|
WorksheetMergedRegionOwnedCellFormatProxy.$t = /*@__PURE__*/ markType(WorksheetMergedRegionOwnedCellFormatProxy, 'WorksheetMergedRegionOwnedCellFormatProxy', WorksheetCellFormatProxy.$);
|
|
98676
|
-
WorksheetMergedRegionOwnedCellFormatProxy.
|
|
98747
|
+
WorksheetMergedRegionOwnedCellFormatProxy._bs = /*@__PURE__*/ WorksheetCellFormatProxy._m(4, 4);
|
|
98677
98748
|
return WorksheetMergedRegionOwnedCellFormatProxy;
|
|
98678
98749
|
})();
|
|
98679
98750
|
/**
|
|
@@ -100162,7 +100233,7 @@ export let WorkbookStyleCollection = /*@__PURE__*/ (() => {
|
|
|
100162
100233
|
if (b.isBuiltIn) {
|
|
100163
100234
|
b._m = false;
|
|
100164
100235
|
b._i.setFormatting(a._i);
|
|
100165
|
-
b._i.
|
|
100236
|
+
b._i._dv(a._i.formatOptions);
|
|
100166
100237
|
return b;
|
|
100167
100238
|
}
|
|
100168
100239
|
this.remove(b);
|
|
@@ -101297,7 +101368,7 @@ export let WorksheetCellFormatDataResolved = /*@__PURE__*/ (() => {
|
|
|
101297
101368
|
p1: b
|
|
101298
101369
|
};
|
|
101299
101370
|
}
|
|
101300
|
-
b = c.
|
|
101371
|
+
b = c._dc(ExcelUtils.n(a), null);
|
|
101301
101372
|
return {
|
|
101302
101373
|
ret: true,
|
|
101303
101374
|
p1: b
|
|
@@ -101322,13 +101393,13 @@ export let WorksheetCellFormatDataResolved = /*@__PURE__*/ (() => {
|
|
|
101322
101393
|
this._n();
|
|
101323
101394
|
}
|
|
101324
101395
|
get bottomBorderColorInfo() {
|
|
101325
|
-
return this._b.d.
|
|
101396
|
+
return this._b.d._dc(2, runOn(this, this._f));
|
|
101326
101397
|
}
|
|
101327
101398
|
set bottomBorderColorInfo(a) {
|
|
101328
101399
|
this._n();
|
|
101329
101400
|
}
|
|
101330
101401
|
get bottomBorderStyle() {
|
|
101331
|
-
return EnumUtil.getEnumValue(CellBorderLineStyle_$type, this._b.d.
|
|
101402
|
+
return EnumUtil.getEnumValue(CellBorderLineStyle_$type, this._b.d._dc(4, runOn(this, this._f)));
|
|
101332
101403
|
}
|
|
101333
101404
|
set bottomBorderStyle(a) {
|
|
101334
101405
|
this._n();
|
|
@@ -101391,7 +101462,7 @@ export let WorksheetCellFormatDataResolved = /*@__PURE__*/ (() => {
|
|
|
101391
101462
|
this._n();
|
|
101392
101463
|
}
|
|
101393
101464
|
get formatString() {
|
|
101394
|
-
return this._b.d.
|
|
101465
|
+
return this._b.d._di;
|
|
101395
101466
|
}
|
|
101396
101467
|
set formatString(a) {
|
|
101397
101468
|
this._n();
|
|
@@ -101403,17 +101474,30 @@ export let WorksheetCellFormatDataResolved = /*@__PURE__*/ (() => {
|
|
|
101403
101474
|
this._n();
|
|
101404
101475
|
}
|
|
101405
101476
|
get leftBorderColorInfo() {
|
|
101406
|
-
return this._b.d.
|
|
101477
|
+
return this._b.d._dc(262144, runOn(this, this._f));
|
|
101407
101478
|
}
|
|
101408
101479
|
set leftBorderColorInfo(a) {
|
|
101409
101480
|
this._n();
|
|
101410
101481
|
}
|
|
101411
101482
|
get leftBorderStyle() {
|
|
101412
|
-
return EnumUtil.getEnumValue(CellBorderLineStyle_$type, this._b.d.
|
|
101483
|
+
return EnumUtil.getEnumValue(CellBorderLineStyle_$type, this._b.d._dc(524288, runOn(this, this._f)));
|
|
101413
101484
|
}
|
|
101414
101485
|
set leftBorderStyle(a) {
|
|
101415
101486
|
this._n();
|
|
101416
101487
|
}
|
|
101488
|
+
get hidden() {
|
|
101489
|
+
return unwrapNullable(this._hidden$i);
|
|
101490
|
+
}
|
|
101491
|
+
set hidden(a) {
|
|
101492
|
+
arguments[0] = wrapNullable(Boolean_$type, arguments[0]);
|
|
101493
|
+
this._hidden$i = arguments[0];
|
|
101494
|
+
}
|
|
101495
|
+
get _hidden$i() {
|
|
101496
|
+
return this._b.d._c6;
|
|
101497
|
+
}
|
|
101498
|
+
set _hidden$i(a) {
|
|
101499
|
+
this._n();
|
|
101500
|
+
}
|
|
101417
101501
|
get locked() {
|
|
101418
101502
|
return unwrapNullable(this._locked$i);
|
|
101419
101503
|
}
|
|
@@ -101422,19 +101506,19 @@ export let WorksheetCellFormatDataResolved = /*@__PURE__*/ (() => {
|
|
|
101422
101506
|
this._locked$i = arguments[0];
|
|
101423
101507
|
}
|
|
101424
101508
|
get _locked$i() {
|
|
101425
|
-
return this._b.d.
|
|
101509
|
+
return this._b.d._c7;
|
|
101426
101510
|
}
|
|
101427
101511
|
set _locked$i(a) {
|
|
101428
101512
|
this._n();
|
|
101429
101513
|
}
|
|
101430
101514
|
get rightBorderColorInfo() {
|
|
101431
|
-
return this._b.d.
|
|
101515
|
+
return this._b.d._dc(2097152, runOn(this, this._f));
|
|
101432
101516
|
}
|
|
101433
101517
|
set rightBorderColorInfo(a) {
|
|
101434
101518
|
this._n();
|
|
101435
101519
|
}
|
|
101436
101520
|
get rightBorderStyle() {
|
|
101437
|
-
return EnumUtil.getEnumValue(CellBorderLineStyle_$type, this._b.d.
|
|
101521
|
+
return EnumUtil.getEnumValue(CellBorderLineStyle_$type, this._b.d._dc(4194304, runOn(this, this._f)));
|
|
101438
101522
|
}
|
|
101439
101523
|
set rightBorderStyle(a) {
|
|
101440
101524
|
this._n();
|
|
@@ -101453,7 +101537,7 @@ export let WorksheetCellFormatDataResolved = /*@__PURE__*/ (() => {
|
|
|
101453
101537
|
this._shrinkToFit$i = arguments[0];
|
|
101454
101538
|
}
|
|
101455
101539
|
get _shrinkToFit$i() {
|
|
101456
|
-
return this._b.d.
|
|
101540
|
+
return this._b.d._c8;
|
|
101457
101541
|
}
|
|
101458
101542
|
set _shrinkToFit$i(a) {
|
|
101459
101543
|
this._n();
|
|
@@ -101465,13 +101549,13 @@ export let WorksheetCellFormatDataResolved = /*@__PURE__*/ (() => {
|
|
|
101465
101549
|
this._n();
|
|
101466
101550
|
}
|
|
101467
101551
|
get topBorderColorInfo() {
|
|
101468
|
-
return this._b.d.
|
|
101552
|
+
return this._b.d._dc(67108864, runOn(this, this._f));
|
|
101469
101553
|
}
|
|
101470
101554
|
set topBorderColorInfo(a) {
|
|
101471
101555
|
this._n();
|
|
101472
101556
|
}
|
|
101473
101557
|
get topBorderStyle() {
|
|
101474
|
-
return EnumUtil.getEnumValue(CellBorderLineStyle_$type, this._b.d.
|
|
101558
|
+
return EnumUtil.getEnumValue(CellBorderLineStyle_$type, this._b.d._dc(134217728, runOn(this, this._f)));
|
|
101475
101559
|
}
|
|
101476
101560
|
set topBorderStyle(a) {
|
|
101477
101561
|
this._n();
|
|
@@ -101490,7 +101574,7 @@ export let WorksheetCellFormatDataResolved = /*@__PURE__*/ (() => {
|
|
|
101490
101574
|
this._wrapText$i = arguments[0];
|
|
101491
101575
|
}
|
|
101492
101576
|
get _wrapText$i() {
|
|
101493
|
-
return this._b.d.
|
|
101577
|
+
return this._b.d._c9;
|
|
101494
101578
|
}
|
|
101495
101579
|
set _wrapText$i(a) {
|
|
101496
101580
|
this._n();
|
|
@@ -101514,7 +101598,7 @@ export let WorksheetMergedCellFormatDataResolved = /*@__PURE__*/ (() => {
|
|
|
101514
101598
|
let d = c.tryGetValue(a, b);
|
|
101515
101599
|
b = d.p1;
|
|
101516
101600
|
return {
|
|
101517
|
-
ret: Base.equalsStatic(b, WorksheetCellFormatData.
|
|
101601
|
+
ret: Base.equalsStatic(b, WorksheetCellFormatData._da(a)) == false,
|
|
101518
101602
|
p1: b
|
|
101519
101603
|
};
|
|
101520
101604
|
}
|
|
@@ -101529,28 +101613,28 @@ export let WorksheetCellOwnedFormatProxy = /*@__PURE__*/ (() => {
|
|
|
101529
101613
|
class WorksheetCellOwnedFormatProxy extends WorksheetCellFormatProxy {
|
|
101530
101614
|
constructor(a, b, c, d, e) {
|
|
101531
101615
|
super(0, a, b, c);
|
|
101532
|
-
this.
|
|
101533
|
-
this.
|
|
101534
|
-
this.
|
|
101535
|
-
this.
|
|
101536
|
-
this.
|
|
101537
|
-
this.
|
|
101616
|
+
this._bt = null;
|
|
101617
|
+
this._bx = 0;
|
|
101618
|
+
this._bv = 0;
|
|
101619
|
+
this._bv = d;
|
|
101620
|
+
this._bt = e;
|
|
101621
|
+
this._bx = c.worksheet._fw;
|
|
101538
101622
|
}
|
|
101539
101623
|
g(a) {
|
|
101540
101624
|
super.g(a);
|
|
101541
|
-
this.
|
|
101625
|
+
this._by();
|
|
101542
101626
|
}
|
|
101543
101627
|
b(a) {
|
|
101544
|
-
this.
|
|
101628
|
+
this._bz();
|
|
101545
101629
|
if (a == false) {
|
|
101546
101630
|
return super.b(a);
|
|
101547
101631
|
}
|
|
101548
101632
|
let b = super.b(a);
|
|
101549
|
-
this.
|
|
101633
|
+
this._by();
|
|
101550
101634
|
return b;
|
|
101551
101635
|
}
|
|
101552
101636
|
get__l() {
|
|
101553
|
-
return WorksheetCellOwnedFormatProxy.
|
|
101637
|
+
return WorksheetCellOwnedFormatProxy._bs;
|
|
101554
101638
|
}
|
|
101555
101639
|
get _l() {
|
|
101556
101640
|
return this.get__l();
|
|
@@ -101562,9 +101646,9 @@ export let WorksheetCellOwnedFormatProxy = /*@__PURE__*/ (() => {
|
|
|
101562
101646
|
return this.get__q();
|
|
101563
101647
|
}
|
|
101564
101648
|
_ai() {
|
|
101565
|
-
this.
|
|
101649
|
+
this._bz();
|
|
101566
101650
|
let a = this._s;
|
|
101567
|
-
return toNullable(WorksheetCellAddress.$, new WorksheetCellAddress(1, a.index, this.
|
|
101651
|
+
return toNullable(WorksheetCellAddress.$, new WorksheetCellAddress(1, a.index, this._bv));
|
|
101568
101652
|
}
|
|
101569
101653
|
_at(a) {
|
|
101570
101654
|
if (WorksheetCellAddress.i(a, toNullable(WorksheetCellAddress.$, null))) {
|
|
@@ -101572,9 +101656,9 @@ export let WorksheetCellOwnedFormatProxy = /*@__PURE__*/ (() => {
|
|
|
101572
101656
|
if (b != null) {
|
|
101573
101657
|
let c = b.worksheet;
|
|
101574
101658
|
if (c != null) {
|
|
101575
|
-
this.
|
|
101576
|
-
this.
|
|
101577
|
-
this.
|
|
101659
|
+
this._bx = c._fw;
|
|
101660
|
+
this._bd(c._rows$i.item(a.value.o));
|
|
101661
|
+
this._bv = a.value.m;
|
|
101578
101662
|
}
|
|
101579
101663
|
}
|
|
101580
101664
|
}
|
|
@@ -101587,47 +101671,47 @@ export let WorksheetCellOwnedFormatProxy = /*@__PURE__*/ (() => {
|
|
|
101587
101671
|
return this.get__v();
|
|
101588
101672
|
}
|
|
101589
101673
|
get_d() {
|
|
101590
|
-
this.
|
|
101591
|
-
this.c = this.
|
|
101674
|
+
this._bz();
|
|
101675
|
+
this.c = this._bt[this._bv % 32];
|
|
101592
101676
|
return this.c;
|
|
101593
101677
|
}
|
|
101594
|
-
_bx() {
|
|
101595
|
-
this._bs[this._bu % 32] = this.c;
|
|
101596
|
-
}
|
|
101597
101678
|
_by() {
|
|
101598
|
-
|
|
101679
|
+
this._bt[this._bv % 32] = this.c;
|
|
101680
|
+
}
|
|
101681
|
+
_bz() {
|
|
101682
|
+
if (this._bt != null) {
|
|
101599
101683
|
let a = this._s;
|
|
101600
|
-
let b = this.
|
|
101684
|
+
let b = this._bv;
|
|
101601
101685
|
let c = this._s;
|
|
101602
101686
|
let d = c.worksheet;
|
|
101603
|
-
if (d == null || ((() => { let e = d._ep(c, this.
|
|
101604
|
-
this.
|
|
101605
|
-
this.
|
|
101606
|
-
this.
|
|
101687
|
+
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) {
|
|
101688
|
+
this._bd(null);
|
|
101689
|
+
this._bv = -1;
|
|
101690
|
+
this._bt = null;
|
|
101607
101691
|
this.c = null;
|
|
101608
101692
|
}
|
|
101609
|
-
else if (c != a || this.
|
|
101610
|
-
this.
|
|
101611
|
-
this.
|
|
101612
|
-
this.c = c._bb(this.
|
|
101693
|
+
else if (c != a || this._bv != b) {
|
|
101694
|
+
this._bd(c);
|
|
101695
|
+
this._bt = c._aj(this._bv);
|
|
101696
|
+
this.c = c._bb(this._bt, this._bv).d;
|
|
101613
101697
|
}
|
|
101614
101698
|
}
|
|
101615
|
-
if (this.
|
|
101699
|
+
if (this._bt == null) {
|
|
101616
101700
|
throw new InvalidOperationException(1, ExcelUtils.eh("LE_ArgumentException_CellShiftedOffWorksheet"));
|
|
101617
101701
|
}
|
|
101618
101702
|
}
|
|
101619
|
-
get
|
|
101620
|
-
return this.
|
|
101703
|
+
get _bw() {
|
|
101704
|
+
return this._bv;
|
|
101621
101705
|
}
|
|
101622
|
-
get
|
|
101706
|
+
get _bu() {
|
|
101623
101707
|
return this.c;
|
|
101624
101708
|
}
|
|
101625
|
-
set
|
|
101709
|
+
set _bu(a) {
|
|
101626
101710
|
this.c = a;
|
|
101627
101711
|
}
|
|
101628
101712
|
}
|
|
101629
101713
|
WorksheetCellOwnedFormatProxy.$t = /*@__PURE__*/ markType(WorksheetCellOwnedFormatProxy, 'WorksheetCellOwnedFormatProxy', WorksheetCellFormatProxy.$);
|
|
101630
|
-
WorksheetCellOwnedFormatProxy.
|
|
101714
|
+
WorksheetCellOwnedFormatProxy._bs = /*@__PURE__*/ WorksheetCellFormatProxy._m(4, 4);
|
|
101631
101715
|
return WorksheetCellOwnedFormatProxy;
|
|
101632
101716
|
})();
|
|
101633
101717
|
/**
|
|
@@ -101677,7 +101761,7 @@ export let WorksheetColumnOwnedFormatProxy = /*@__PURE__*/ (() => {
|
|
|
101677
101761
|
}
|
|
101678
101762
|
g(a) {
|
|
101679
101763
|
super.g(a);
|
|
101680
|
-
this.
|
|
101764
|
+
this._bt().b = this.c;
|
|
101681
101765
|
let b = this._s._aj();
|
|
101682
101766
|
this.c = b.b;
|
|
101683
101767
|
this._s.worksheet._hi();
|
|
@@ -101690,7 +101774,7 @@ export let WorksheetColumnOwnedFormatProxy = /*@__PURE__*/ (() => {
|
|
|
101690
101774
|
return c;
|
|
101691
101775
|
}
|
|
101692
101776
|
get__l() {
|
|
101693
|
-
return WorksheetColumnOwnedFormatProxy.
|
|
101777
|
+
return WorksheetColumnOwnedFormatProxy._bs;
|
|
101694
101778
|
}
|
|
101695
101779
|
get _l() {
|
|
101696
101780
|
return this.get__l();
|
|
@@ -101702,7 +101786,7 @@ export let WorksheetColumnOwnedFormatProxy = /*@__PURE__*/ (() => {
|
|
|
101702
101786
|
return this.get__q();
|
|
101703
101787
|
}
|
|
101704
101788
|
get_d() {
|
|
101705
|
-
this.c = this.
|
|
101789
|
+
this.c = this._bt().b;
|
|
101706
101790
|
return this.c;
|
|
101707
101791
|
}
|
|
101708
101792
|
get__v() {
|
|
@@ -101712,13 +101796,13 @@ export let WorksheetColumnOwnedFormatProxy = /*@__PURE__*/ (() => {
|
|
|
101712
101796
|
get _v() {
|
|
101713
101797
|
return this.get__v();
|
|
101714
101798
|
}
|
|
101715
|
-
|
|
101799
|
+
_bt() {
|
|
101716
101800
|
let a = this._s;
|
|
101717
101801
|
return a.worksheet._cb(a._aq);
|
|
101718
101802
|
}
|
|
101719
101803
|
}
|
|
101720
101804
|
WorksheetColumnOwnedFormatProxy.$t = /*@__PURE__*/ markType(WorksheetColumnOwnedFormatProxy, 'WorksheetColumnOwnedFormatProxy', WorksheetCellFormatProxy.$);
|
|
101721
|
-
WorksheetColumnOwnedFormatProxy.
|
|
101805
|
+
WorksheetColumnOwnedFormatProxy._bs = /*@__PURE__*/ WorksheetCellFormatProxy._m(27, 8);
|
|
101722
101806
|
return WorksheetColumnOwnedFormatProxy;
|
|
101723
101807
|
})();
|
|
101724
101808
|
/**
|
|
@@ -104517,7 +104601,7 @@ export let WorksheetRowOwnedCellFormatProxy = /*@__PURE__*/ (() => {
|
|
|
104517
104601
|
super(1, a, b);
|
|
104518
104602
|
}
|
|
104519
104603
|
get__l() {
|
|
104520
|
-
return WorksheetRowOwnedCellFormatProxy.
|
|
104604
|
+
return WorksheetRowOwnedCellFormatProxy._bs;
|
|
104521
104605
|
}
|
|
104522
104606
|
get _l() {
|
|
104523
104607
|
return this.get__l();
|
|
@@ -104540,7 +104624,7 @@ export let WorksheetRowOwnedCellFormatProxy = /*@__PURE__*/ (() => {
|
|
|
104540
104624
|
}
|
|
104541
104625
|
}
|
|
104542
104626
|
WorksheetRowOwnedCellFormatProxy.$t = /*@__PURE__*/ markType(WorksheetRowOwnedCellFormatProxy, 'WorksheetRowOwnedCellFormatProxy', WorksheetCellFormatProxy.$);
|
|
104543
|
-
WorksheetRowOwnedCellFormatProxy.
|
|
104627
|
+
WorksheetRowOwnedCellFormatProxy._bs = /*@__PURE__*/ WorksheetCellFormatProxy._m(61, 8 | 4);
|
|
104544
104628
|
return WorksheetRowOwnedCellFormatProxy;
|
|
104545
104629
|
})();
|
|
104546
104630
|
/**
|
|
@@ -140917,7 +141001,7 @@ export let WorkbookLoadManager = /*@__PURE__*/ (() => {
|
|
|
140917
141001
|
if (d == null) {
|
|
140918
141002
|
d = this._b._styles$i.normalStyle;
|
|
140919
141003
|
}
|
|
140920
|
-
e.
|
|
141004
|
+
e._dw(d);
|
|
140921
141005
|
if (f != null && g.length != 0) {
|
|
140922
141006
|
if (ExcelUtils.by(f.formatOptions, 8)) {
|
|
140923
141007
|
for (let h = 0; h < g.length; h++) {
|
|
@@ -140926,7 +141010,7 @@ export let WorkbookLoadManager = /*@__PURE__*/ (() => {
|
|
|
140926
141010
|
}
|
|
140927
141011
|
}
|
|
140928
141012
|
let i = a._d(this._b, b);
|
|
140929
|
-
for (let j = 1; j !=
|
|
141013
|
+
for (let j = 1; j != -2147483648; j = (j << 1)) {
|
|
140930
141014
|
if (c(b, j) == false) {
|
|
140931
141015
|
continue;
|
|
140932
141016
|
}
|
|
@@ -142261,7 +142345,9 @@ export let XFPropBool = /*@__PURE__*/ (() => {
|
|
|
142261
142345
|
case 29:
|
|
142262
142346
|
b.font._strikeout$i = c;
|
|
142263
142347
|
break;
|
|
142264
|
-
case 44:
|
|
142348
|
+
case 44:
|
|
142349
|
+
b._hidden$i = c;
|
|
142350
|
+
break;
|
|
142265
142351
|
case 43:
|
|
142266
142352
|
b._locked$i = c;
|
|
142267
142353
|
break;
|