igniteui-webcomponents-excel 1.4.2 → 3.2.2
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 +3531 -3356
- package/bundles/igniteui-webcomponents-excel.umd.min.js +1 -1
- package/esm2015/lib/AlignmentInfo.js +2 -2
- package/esm2015/lib/DataValidationImeMode.js +61 -0
- package/esm2015/lib/DefaultStyleHelper_combined.js +672 -616
- package/esm2015/lib/ObjectModelDrawingPartManager_ShapeLoader_ShapeOutlineCreator.js +1 -1
- package/esm2015/lib/ProtectionInfo.js +1 -1
- package/esm2015/lib/WorkbookLoadManagerExcel2007_ShapeAnchorApplicator.js +4 -4
- package/esm2015/lib/WorkbookLoadManagerExcel2007_combined.js +458 -457
- package/esm2015/lib/WorkbookSaveManagerExcel2003_combined.js +14 -12
- package/esm2015/lib/XlsxUtilities_combined.js +105 -73
- package/esm2015/public_api.js +1 -0
- package/esm5/lib/AlignmentInfo.js +2 -2
- package/esm5/lib/DataValidationImeMode.js +61 -0
- package/esm5/lib/DefaultStyleHelper_combined.js +2878 -2800
- package/esm5/lib/ObjectModelDrawingPartManager_ShapeLoader_ShapeOutlineCreator.js +1 -1
- package/esm5/lib/ProtectionInfo.js +1 -1
- package/esm5/lib/WorkbookLoadManagerExcel2007_ShapeAnchorApplicator.js +4 -4
- package/esm5/lib/WorkbookLoadManagerExcel2007_combined.js +467 -466
- package/esm5/lib/WorkbookSaveManagerExcel2003_combined.js +14 -12
- package/esm5/lib/XlsxUtilities_combined.js +105 -73
- package/esm5/public_api.js +1 -0
- package/fesm2015/igniteui-webcomponents-excel.js +1317 -1166
- package/fesm5/igniteui-webcomponents-excel.js +3530 -3357
- package/lib/DataValidationImeMode.d.ts +54 -0
- package/lib/DefaultStyleHelper_combined.d.ts +243 -228
- package/lib/WorkbookLoadManagerExcel2007_combined.d.ts +7 -7
- package/lib/XlsxUtilities_combined.d.ts +68 -64
- package/package.json +3 -3
- package/public_api.d.ts +1 -0
|
@@ -166,6 +166,7 @@ import { WorksheetView_$type } from "./WorksheetView";
|
|
|
166
166
|
import { ObjectDisplayStyle_$type } from "./ObjectDisplayStyle";
|
|
167
167
|
import { ScrollBars_$type } from "./ScrollBars";
|
|
168
168
|
import { DataValidationErrorStyle_$type } from "./DataValidationErrorStyle";
|
|
169
|
+
import { DataValidationImeMode_$type } from "./DataValidationImeMode";
|
|
169
170
|
import { TokenClass_$type } from "./TokenClass";
|
|
170
171
|
import { Utilities_Int16Comparer } from "./Utilities_Int16Comparer";
|
|
171
172
|
import { GetCellTextResult } from "./GetCellTextResult";
|
|
@@ -3209,7 +3210,7 @@ export let ExcelUtils = /*@__PURE__*/ (() => {
|
|
|
3209
3210
|
return b;
|
|
3210
3211
|
}
|
|
3211
3212
|
static hf() {
|
|
3212
|
-
let a = Workbook.
|
|
3213
|
+
let a = Workbook._jn;
|
|
3213
3214
|
return a;
|
|
3214
3215
|
}
|
|
3215
3216
|
static de(a, b, c) {
|
|
@@ -5482,7 +5483,7 @@ export let ChangeInfo = /*@__PURE__*/ (() => {
|
|
|
5482
5483
|
d(a, b) {
|
|
5483
5484
|
if (b != null) {
|
|
5484
5485
|
if (a != null) {
|
|
5485
|
-
a.
|
|
5486
|
+
a._ih(b);
|
|
5486
5487
|
}
|
|
5487
5488
|
}
|
|
5488
5489
|
}
|
|
@@ -5861,7 +5862,7 @@ export let Workbook = /*@__PURE__*/ (() => {
|
|
|
5861
5862
|
this._a8 = null;
|
|
5862
5863
|
this._ba = null;
|
|
5863
5864
|
this._de = false;
|
|
5864
|
-
this.
|
|
5865
|
+
this._jl = Size.empty;
|
|
5865
5866
|
this._dw = new Dictionary$2(Number_$type, Sheet.$, 0);
|
|
5866
5867
|
this._cl = false;
|
|
5867
5868
|
this._d5 = null;
|
|
@@ -6222,12 +6223,12 @@ export let Workbook = /*@__PURE__*/ (() => {
|
|
|
6222
6223
|
* @hidden
|
|
6223
6224
|
*/
|
|
6224
6225
|
_recalculate1(a) {
|
|
6225
|
-
this.
|
|
6226
|
+
this._it(a, true);
|
|
6226
6227
|
}
|
|
6227
6228
|
/**
|
|
6228
6229
|
* @hidden
|
|
6229
6230
|
*/
|
|
6230
|
-
|
|
6231
|
+
_it(a, b) {
|
|
6231
6232
|
if (this._c4) {
|
|
6232
6233
|
return;
|
|
6233
6234
|
}
|
|
@@ -6257,7 +6258,7 @@ export let Workbook = /*@__PURE__*/ (() => {
|
|
|
6257
6258
|
_registerUserDefinedFunction(a) {
|
|
6258
6259
|
this._w.ad();
|
|
6259
6260
|
let b = this._w.d._g(a);
|
|
6260
|
-
this.
|
|
6261
|
+
this._ij();
|
|
6261
6262
|
return b;
|
|
6262
6263
|
}
|
|
6263
6264
|
/**
|
|
@@ -6331,7 +6332,7 @@ export let Workbook = /*@__PURE__*/ (() => {
|
|
|
6331
6332
|
else {
|
|
6332
6333
|
a = new WorkbookSaveOptions();
|
|
6333
6334
|
}
|
|
6334
|
-
this.
|
|
6335
|
+
this._jd(a);
|
|
6335
6336
|
i = a.type != null ? a.type : d;
|
|
6336
6337
|
switch (i) {
|
|
6337
6338
|
case d:
|
|
@@ -6442,7 +6443,7 @@ export let Workbook = /*@__PURE__*/ (() => {
|
|
|
6442
6443
|
/**
|
|
6443
6444
|
* @hidden
|
|
6444
6445
|
*/
|
|
6445
|
-
|
|
6446
|
+
_i1(a, b = null) {
|
|
6446
6447
|
b = b || new WorkbookSaveOptions();
|
|
6447
6448
|
if (a == null) {
|
|
6448
6449
|
throw new ArgumentNullException(2, "stream", ExcelUtils.ef("LE_ArgumentNullException_SaveStream"));
|
|
@@ -6451,7 +6452,7 @@ export let Workbook = /*@__PURE__*/ (() => {
|
|
|
6451
6452
|
{
|
|
6452
6453
|
let c = new MemoryStream(0);
|
|
6453
6454
|
try {
|
|
6454
|
-
this.
|
|
6455
|
+
this._i1(c, b);
|
|
6455
6456
|
let d = c.getBuffer();
|
|
6456
6457
|
a.write(d, 0, c.length);
|
|
6457
6458
|
return;
|
|
@@ -6463,7 +6464,7 @@ export let Workbook = /*@__PURE__*/ (() => {
|
|
|
6463
6464
|
}
|
|
6464
6465
|
}
|
|
6465
6466
|
}
|
|
6466
|
-
this.
|
|
6467
|
+
this._jd(b);
|
|
6467
6468
|
WorkItemExtensions.o(this._s(a, b));
|
|
6468
6469
|
}
|
|
6469
6470
|
/**
|
|
@@ -6481,13 +6482,13 @@ export let Workbook = /*@__PURE__*/ (() => {
|
|
|
6481
6482
|
throw new InvalidEnumArgumentException("format", format, WorkbookFormat_$type);
|
|
6482
6483
|
}
|
|
6483
6484
|
let a = this._an();
|
|
6484
|
-
this.
|
|
6485
|
+
this._jf(a, format);
|
|
6485
6486
|
if (a.d) {
|
|
6486
6487
|
throw new InvalidOperationException(1, ExcelUtils.ef("LE_InvalidOperationException_WorkbookDataViolatesFormatLimits"));
|
|
6487
6488
|
}
|
|
6488
|
-
this.
|
|
6489
|
+
this._jb(format);
|
|
6489
6490
|
let b = this._bx;
|
|
6490
|
-
this.
|
|
6491
|
+
this._i3(format);
|
|
6491
6492
|
this._hz(b);
|
|
6492
6493
|
Workbook._a[2].e(Workbook_ChangeInfoContext.$, WorkbookFormat_$type, this._bt, b, this._bx);
|
|
6493
6494
|
}
|
|
@@ -6876,7 +6877,7 @@ export let Workbook = /*@__PURE__*/ (() => {
|
|
|
6876
6877
|
*/
|
|
6877
6878
|
_hj() {
|
|
6878
6879
|
if (this.calculationMode != 0) {
|
|
6879
|
-
this.
|
|
6880
|
+
this._it(false, this.calculationMode == 1);
|
|
6880
6881
|
}
|
|
6881
6882
|
else {
|
|
6882
6883
|
this._w.ay();
|
|
@@ -7028,7 +7029,7 @@ export let Workbook = /*@__PURE__*/ (() => {
|
|
|
7028
7029
|
* @hidden
|
|
7029
7030
|
*/
|
|
7030
7031
|
static _et(a, b) {
|
|
7031
|
-
let c = a != null ? a.
|
|
7032
|
+
let c = a != null ? a._jq : Workbook._jn;
|
|
7032
7033
|
return b ? c.height : c.width;
|
|
7033
7034
|
}
|
|
7034
7035
|
/**
|
|
@@ -7353,8 +7354,8 @@ export let Workbook = /*@__PURE__*/ (() => {
|
|
|
7353
7354
|
let e = d;
|
|
7354
7355
|
if (e._d6) {
|
|
7355
7356
|
for (let f of fromEnum(e._dataValidationRules$i.keys)) {
|
|
7356
|
-
let g = f.
|
|
7357
|
-
let h = f.
|
|
7357
|
+
let g = f._n(null);
|
|
7358
|
+
let h = f._o(null);
|
|
7358
7359
|
if (g != null) {
|
|
7359
7360
|
a(e, g);
|
|
7360
7361
|
}
|
|
@@ -7507,7 +7508,7 @@ export let Workbook = /*@__PURE__*/ (() => {
|
|
|
7507
7508
|
*/
|
|
7508
7509
|
_h1() {
|
|
7509
7510
|
this._fo++;
|
|
7510
|
-
this.
|
|
7511
|
+
this._ix();
|
|
7511
7512
|
for (let a of fromEnum(this._worksheets$i)) {
|
|
7512
7513
|
a._rows$i._az(false);
|
|
7513
7514
|
}
|
|
@@ -7523,7 +7524,7 @@ export let Workbook = /*@__PURE__*/ (() => {
|
|
|
7523
7524
|
*/
|
|
7524
7525
|
_h3(a) {
|
|
7525
7526
|
if (a.scope == this) {
|
|
7526
|
-
this.
|
|
7527
|
+
this._il(a);
|
|
7527
7528
|
}
|
|
7528
7529
|
if (this._cm == false) {
|
|
7529
7530
|
this._hn((b, c) => c._b6(this), true);
|
|
@@ -7537,7 +7538,7 @@ export let Workbook = /*@__PURE__*/ (() => {
|
|
|
7537
7538
|
*/
|
|
7538
7539
|
_h4(a) {
|
|
7539
7540
|
if (a.scope == this) {
|
|
7540
|
-
this.
|
|
7541
|
+
this._im(a);
|
|
7541
7542
|
}
|
|
7542
7543
|
this._hn((b, c) => c._by(a), true);
|
|
7543
7544
|
}
|
|
@@ -7554,7 +7555,7 @@ export let Workbook = /*@__PURE__*/ (() => {
|
|
|
7554
7555
|
/**
|
|
7555
7556
|
* @hidden
|
|
7556
7557
|
*/
|
|
7557
|
-
|
|
7558
|
+
_ic(a) {
|
|
7558
7559
|
let b = this._styles$i.normalStyle;
|
|
7559
7560
|
let c = new List$1(WorksheetCellFormatData.$, 0);
|
|
7560
7561
|
for (let d of fromEnum(this._ca)) {
|
|
@@ -7622,7 +7623,7 @@ export let Workbook = /*@__PURE__*/ (() => {
|
|
|
7622
7623
|
/**
|
|
7623
7624
|
* @hidden
|
|
7624
7625
|
*/
|
|
7625
|
-
|
|
7626
|
+
_ig(a, b, c) {
|
|
7626
7627
|
this._hn((d, e) => {
|
|
7627
7628
|
if (e._aw(a, b)) {
|
|
7628
7629
|
c.add(e);
|
|
@@ -7632,16 +7633,16 @@ export let Workbook = /*@__PURE__*/ (() => {
|
|
|
7632
7633
|
/**
|
|
7633
7634
|
* @hidden
|
|
7634
7635
|
*/
|
|
7635
|
-
|
|
7636
|
+
_id(a, b) {
|
|
7636
7637
|
this._hn((c, d) => d._bz(a, b), true);
|
|
7637
7638
|
}
|
|
7638
7639
|
/**
|
|
7639
7640
|
* @hidden
|
|
7640
7641
|
*/
|
|
7641
|
-
|
|
7642
|
+
_ie(a) {
|
|
7642
7643
|
this._w.ap(a);
|
|
7643
7644
|
this._hn((b, c) => c._bs(this, a), true);
|
|
7644
|
-
this.
|
|
7645
|
+
this._im(a);
|
|
7645
7646
|
}
|
|
7646
7647
|
/**
|
|
7647
7648
|
* @hidden
|
|
@@ -7655,7 +7656,7 @@ export let Workbook = /*@__PURE__*/ (() => {
|
|
|
7655
7656
|
/**
|
|
7656
7657
|
* @hidden
|
|
7657
7658
|
*/
|
|
7658
|
-
|
|
7659
|
+
_ih(a) {
|
|
7659
7660
|
if (this._az != null && !this._df) {
|
|
7660
7661
|
this._az.onTransactionalChangeEnd(a);
|
|
7661
7662
|
}
|
|
@@ -7663,7 +7664,7 @@ export let Workbook = /*@__PURE__*/ (() => {
|
|
|
7663
7664
|
/**
|
|
7664
7665
|
* @hidden
|
|
7665
7666
|
*/
|
|
7666
|
-
|
|
7667
|
+
_ii(a) {
|
|
7667
7668
|
if (this._az != null && !this._df) {
|
|
7668
7669
|
this._az.onTransactionalChangeRollback(a);
|
|
7669
7670
|
}
|
|
@@ -7671,7 +7672,7 @@ export let Workbook = /*@__PURE__*/ (() => {
|
|
|
7671
7672
|
/**
|
|
7672
7673
|
* @hidden
|
|
7673
7674
|
*/
|
|
7674
|
-
|
|
7675
|
+
_ik() {
|
|
7675
7676
|
this._t.e();
|
|
7676
7677
|
if (this._az != null) {
|
|
7677
7678
|
Workbook._a[10].e(Workbook_ChangeInfoContext.$, Workbook.$, this._bt, this, this);
|
|
@@ -7705,6 +7706,34 @@ export let Workbook = /*@__PURE__*/ (() => {
|
|
|
7705
7706
|
Workbook._a[7].e(Workbook_ChangeInfoContext.$, Workbook.$, this._bt, this, this);
|
|
7706
7707
|
}
|
|
7707
7708
|
}
|
|
7709
|
+
/**
|
|
7710
|
+
* @hidden
|
|
7711
|
+
*/
|
|
7712
|
+
_ib(a, b) {
|
|
7713
|
+
if (this._c4) {
|
|
7714
|
+
return;
|
|
7715
|
+
}
|
|
7716
|
+
let c = typeCast(Worksheet.$, a);
|
|
7717
|
+
if (c == null) {
|
|
7718
|
+
return;
|
|
7719
|
+
}
|
|
7720
|
+
let d = new WorksheetRegionAddress(1, 0, this.maxRowCount - 1, 0, (this.maxColumnCount - 1));
|
|
7721
|
+
for (let e of fromEnum(this._sheets$i)) {
|
|
7722
|
+
if (e._p != null) {
|
|
7723
|
+
e._p._ah((f) => {
|
|
7724
|
+
let g = typeCast(IChartObject_$type, f);
|
|
7725
|
+
if (g != null && g.chart != null && g.chart._gu) {
|
|
7726
|
+
let h = g.chart;
|
|
7727
|
+
g.iterateFormulas((i, j) => {
|
|
7728
|
+
if (h._gu && j._ar(this, c, d)) {
|
|
7729
|
+
h._i9();
|
|
7730
|
+
}
|
|
7731
|
+
});
|
|
7732
|
+
}
|
|
7733
|
+
});
|
|
7734
|
+
}
|
|
7735
|
+
}
|
|
7736
|
+
}
|
|
7708
7737
|
/**
|
|
7709
7738
|
* @hidden
|
|
7710
7739
|
*/
|
|
@@ -8000,7 +8029,7 @@ export let Workbook = /*@__PURE__*/ (() => {
|
|
|
8000
8029
|
/**
|
|
8001
8030
|
* @hidden
|
|
8002
8031
|
*/
|
|
8003
|
-
|
|
8032
|
+
_io(a) {
|
|
8004
8033
|
let b = this._df;
|
|
8005
8034
|
this._df = false;
|
|
8006
8035
|
try {
|
|
@@ -8013,7 +8042,7 @@ export let Workbook = /*@__PURE__*/ (() => {
|
|
|
8013
8042
|
/**
|
|
8014
8043
|
* @hidden
|
|
8015
8044
|
*/
|
|
8016
|
-
|
|
8045
|
+
_iq(a, b) {
|
|
8017
8046
|
if (!this._c3 && (this._bk == null || this._bk != a.worksheet)) {
|
|
8018
8047
|
if (this._az != null) {
|
|
8019
8048
|
this._az.onCellValueChange(a, b);
|
|
@@ -8024,7 +8053,7 @@ export let Workbook = /*@__PURE__*/ (() => {
|
|
|
8024
8053
|
/**
|
|
8025
8054
|
* @hidden
|
|
8026
8055
|
*/
|
|
8027
|
-
|
|
8056
|
+
_iu(a) {
|
|
8028
8057
|
if (a == null) {
|
|
8029
8058
|
throw new ArgumentNullException(0, "owner");
|
|
8030
8059
|
}
|
|
@@ -8038,7 +8067,7 @@ export let Workbook = /*@__PURE__*/ (() => {
|
|
|
8038
8067
|
/**
|
|
8039
8068
|
* @hidden
|
|
8040
8069
|
*/
|
|
8041
|
-
|
|
8070
|
+
_iv(a) {
|
|
8042
8071
|
if (a == null) {
|
|
8043
8072
|
return;
|
|
8044
8073
|
}
|
|
@@ -8047,7 +8076,7 @@ export let Workbook = /*@__PURE__*/ (() => {
|
|
|
8047
8076
|
/**
|
|
8048
8077
|
* @hidden
|
|
8049
8078
|
*/
|
|
8050
|
-
|
|
8079
|
+
_iw(a) {
|
|
8051
8080
|
if (a == null) {
|
|
8052
8081
|
return;
|
|
8053
8082
|
}
|
|
@@ -8058,8 +8087,8 @@ export let Workbook = /*@__PURE__*/ (() => {
|
|
|
8058
8087
|
*/
|
|
8059
8088
|
static _ey(a, b, c, d) {
|
|
8060
8089
|
if (a != null) {
|
|
8061
|
-
let e = a.
|
|
8062
|
-
let f = Workbook.
|
|
8090
|
+
let e = a._jq;
|
|
8091
|
+
let f = Workbook._jn;
|
|
8063
8092
|
let g = c ? e.height : e.width;
|
|
8064
8093
|
let h = c ? f.height : f.width;
|
|
8065
8094
|
if (g != h) {
|
|
@@ -8072,13 +8101,13 @@ export let Workbook = /*@__PURE__*/ (() => {
|
|
|
8072
8101
|
/**
|
|
8073
8102
|
* @hidden
|
|
8074
8103
|
*/
|
|
8075
|
-
|
|
8104
|
+
_i3(a) {
|
|
8076
8105
|
this._bx = a;
|
|
8077
8106
|
}
|
|
8078
8107
|
/**
|
|
8079
8108
|
* @hidden
|
|
8080
8109
|
*/
|
|
8081
|
-
|
|
8110
|
+
_ja(a) {
|
|
8082
8111
|
if (a == null) {
|
|
8083
8112
|
throw new ArgumentNullException(0, "owner");
|
|
8084
8113
|
}
|
|
@@ -8089,7 +8118,7 @@ export let Workbook = /*@__PURE__*/ (() => {
|
|
|
8089
8118
|
/**
|
|
8090
8119
|
* @hidden
|
|
8091
8120
|
*/
|
|
8092
|
-
|
|
8121
|
+
_je() {
|
|
8093
8122
|
if (!this._cn) {
|
|
8094
8123
|
throw new InvalidOperationException(1, ExcelUtils.ef("LE_InvalidOperationException_ChartNotSupported"));
|
|
8095
8124
|
}
|
|
@@ -8097,7 +8126,7 @@ export let Workbook = /*@__PURE__*/ (() => {
|
|
|
8097
8126
|
/**
|
|
8098
8127
|
* @hidden
|
|
8099
8128
|
*/
|
|
8100
|
-
|
|
8129
|
+
_jh(a, b) {
|
|
8101
8130
|
let c = this;
|
|
8102
8131
|
if (b != null) {
|
|
8103
8132
|
c = b.scope;
|
|
@@ -8123,7 +8152,7 @@ export let Workbook = /*@__PURE__*/ (() => {
|
|
|
8123
8152
|
/**
|
|
8124
8153
|
* @hidden
|
|
8125
8154
|
*/
|
|
8126
|
-
|
|
8155
|
+
_jg(a, b, c) {
|
|
8127
8156
|
if (this._c4) {
|
|
8128
8157
|
return;
|
|
8129
8158
|
}
|
|
@@ -8171,24 +8200,24 @@ export let Workbook = /*@__PURE__*/ (() => {
|
|
|
8171
8200
|
/**
|
|
8172
8201
|
* @hidden
|
|
8173
8202
|
*/
|
|
8174
|
-
static
|
|
8203
|
+
static _i6() {
|
|
8175
8204
|
}
|
|
8176
8205
|
/**
|
|
8177
8206
|
* @hidden
|
|
8178
8207
|
*/
|
|
8179
|
-
|
|
8180
|
-
Workbook.
|
|
8208
|
+
_i7() {
|
|
8209
|
+
Workbook._i8(this._cw);
|
|
8181
8210
|
}
|
|
8182
8211
|
/**
|
|
8183
8212
|
* @hidden
|
|
8184
8213
|
*/
|
|
8185
|
-
static
|
|
8214
|
+
static _i8(a) {
|
|
8186
8215
|
throw new DocumentEncryptedException();
|
|
8187
8216
|
}
|
|
8188
8217
|
/**
|
|
8189
8218
|
* @hidden
|
|
8190
8219
|
*/
|
|
8191
|
-
|
|
8220
|
+
_ji(a, b, c) {
|
|
8192
8221
|
for (let d of fromEnum(this._sheets$i)) {
|
|
8193
8222
|
if (d == a) {
|
|
8194
8223
|
continue;
|
|
@@ -8252,7 +8281,7 @@ export let Workbook = /*@__PURE__*/ (() => {
|
|
|
8252
8281
|
ChangeInfo.f(a, 4, Workbook._ac(Workbook.$, "PaletteColorChanged", (b) => b.workbook, (b, c) => {
|
|
8253
8282
|
}));
|
|
8254
8283
|
ChangeInfo.f(a, 5, Workbook._ac(Precision_$type, "Precision", (b) => b.workbook.precision, (b, c) => b.workbook.precision = c));
|
|
8255
|
-
ChangeInfo.f(a, 6, Workbook._ac(Size.$, "ScreenDpi", (b) => b.workbook._screenDpi$i, (b, c) => b.workbook._screenDpi$i = c, (b, c) => b.workbook.
|
|
8284
|
+
ChangeInfo.f(a, 6, Workbook._ac(Size.$, "ScreenDpi", (b) => b.workbook._screenDpi$i, (b, c) => b.workbook._screenDpi$i = c, (b, c) => b.workbook._i4(c), true, true));
|
|
8256
8285
|
ChangeInfo.f(a, 7, Workbook._ac(Workbook.$, "WorksheetMoved", (b) => b.workbook, (b, c) => {
|
|
8257
8286
|
}));
|
|
8258
8287
|
ChangeInfo.f(a, 8, Workbook._ac(Workbook.$, "IsProtected", (b) => b.workbook, (b, c) => {
|
|
@@ -8270,7 +8299,7 @@ export let Workbook = /*@__PURE__*/ (() => {
|
|
|
8270
8299
|
return WorkItemExtensions.l(Boolean_$type, Workbook.$, OleDataSpaces.b(a, runOn(c, c._f), (g, h) => WorkItemExtensions.e(Workbook.$, Workbook._q(g, b, c, true), (i) => {
|
|
8271
8300
|
f = WorkItemExtensions.m(Workbook.$, i);
|
|
8272
8301
|
f._l = h;
|
|
8273
|
-
}), () => Workbook.
|
|
8302
|
+
}), () => Workbook._i8(c._j), Workbook._i6), (g) => {
|
|
8274
8303
|
if (WorkItemExtensions.m(Boolean_$type, g)) {
|
|
8275
8304
|
return WorkItem.g(Workbook.$, f);
|
|
8276
8305
|
}
|
|
@@ -8354,20 +8383,20 @@ export let Workbook = /*@__PURE__*/ (() => {
|
|
|
8354
8383
|
/**
|
|
8355
8384
|
* @hidden
|
|
8356
8385
|
*/
|
|
8357
|
-
|
|
8386
|
+
_il(a) {
|
|
8358
8387
|
this._d2.item(a.name, a);
|
|
8359
8388
|
}
|
|
8360
8389
|
/**
|
|
8361
8390
|
* @hidden
|
|
8362
8391
|
*/
|
|
8363
|
-
|
|
8392
|
+
_im(a) {
|
|
8364
8393
|
if (this._d2.removeItem(a.name) == false) {
|
|
8365
8394
|
}
|
|
8366
8395
|
}
|
|
8367
8396
|
/**
|
|
8368
8397
|
* @hidden
|
|
8369
8398
|
*/
|
|
8370
|
-
|
|
8399
|
+
_ij() {
|
|
8371
8400
|
this._hn((a, b) => {
|
|
8372
8401
|
if (b._aj) {
|
|
8373
8402
|
b._aj = false;
|
|
@@ -8405,13 +8434,13 @@ export let Workbook = /*@__PURE__*/ (() => {
|
|
|
8405
8434
|
/**
|
|
8406
8435
|
* @hidden
|
|
8407
8436
|
*/
|
|
8408
|
-
|
|
8437
|
+
_jb(a) {
|
|
8409
8438
|
this._ca._i = Workbook._fr(a);
|
|
8410
8439
|
}
|
|
8411
8440
|
/**
|
|
8412
8441
|
* @hidden
|
|
8413
8442
|
*/
|
|
8414
|
-
|
|
8443
|
+
_jd(a = null) {
|
|
8415
8444
|
let b = WorkbookSaveOptions._h(a).c(this);
|
|
8416
8445
|
if (b.count == 0) {
|
|
8417
8446
|
throw new InvalidOperationException(1, ExcelUtils.ef("LE_InvalidOperationException_CantSaveWithNoWorksheets"));
|
|
@@ -8462,7 +8491,7 @@ export let Workbook = /*@__PURE__*/ (() => {
|
|
|
8462
8491
|
/**
|
|
8463
8492
|
* @hidden
|
|
8464
8493
|
*/
|
|
8465
|
-
|
|
8494
|
+
_jf(a, b) {
|
|
8466
8495
|
if (this._k != null && ExcelUtils.au(b) && ExcelUtils.a7(b) == false) {
|
|
8467
8496
|
a.g(ExcelUtils.ef("LE_FormatLimitError_MacroWorkbook"));
|
|
8468
8497
|
}
|
|
@@ -8493,7 +8522,7 @@ export let Workbook = /*@__PURE__*/ (() => {
|
|
|
8493
8522
|
}
|
|
8494
8523
|
switch (a) {
|
|
8495
8524
|
case 0:
|
|
8496
|
-
this.
|
|
8525
|
+
this._it(false, this._x == 1);
|
|
8497
8526
|
break;
|
|
8498
8527
|
case 2:
|
|
8499
8528
|
if (this._x == 1) {
|
|
@@ -8952,24 +8981,24 @@ export let Workbook = /*@__PURE__*/ (() => {
|
|
|
8952
8981
|
* @hidden
|
|
8953
8982
|
*/
|
|
8954
8983
|
get _screenDpi$i() {
|
|
8955
|
-
return this.
|
|
8984
|
+
return this._jl;
|
|
8956
8985
|
}
|
|
8957
8986
|
/**
|
|
8958
8987
|
* @hidden
|
|
8959
8988
|
*/
|
|
8960
8989
|
set _screenDpi$i(a) {
|
|
8961
|
-
if (Size.l_op_Equality(this.
|
|
8990
|
+
if (Size.l_op_Equality(this._jl, a)) {
|
|
8962
8991
|
return;
|
|
8963
8992
|
}
|
|
8964
|
-
Workbook.
|
|
8993
|
+
Workbook._jc(a);
|
|
8965
8994
|
Workbook._a[6].h(Workbook_ChangeInfoContext.$, Size.$, this._bt, a);
|
|
8966
8995
|
}
|
|
8967
8996
|
/**
|
|
8968
8997
|
* @hidden
|
|
8969
8998
|
*/
|
|
8970
|
-
|
|
8971
|
-
this.
|
|
8972
|
-
this.
|
|
8999
|
+
_i4(a) {
|
|
9000
|
+
this._jl = a;
|
|
9001
|
+
this._ix();
|
|
8973
9002
|
for (let b of fromEnum(this._worksheets$i)) {
|
|
8974
9003
|
b._h1();
|
|
8975
9004
|
}
|
|
@@ -8977,7 +9006,7 @@ export let Workbook = /*@__PURE__*/ (() => {
|
|
|
8977
9006
|
/**
|
|
8978
9007
|
* @hidden
|
|
8979
9008
|
*/
|
|
8980
|
-
static
|
|
9009
|
+
static _jc(a) {
|
|
8981
9010
|
if (Size.l_op_Inequality(a, Size.empty)) {
|
|
8982
9011
|
if (Workbook._c2(a.height) == false || Workbook._c2(a.width) == false || (a.height > 0 && a.width == 0) || (a.height == 0 && a.width > 0)) {
|
|
8983
9012
|
throw new ArgumentException(1, ExcelUtils.ef("LE_ArgumentException_InvalidDpi"));
|
|
@@ -9068,14 +9097,14 @@ export let Workbook = /*@__PURE__*/ (() => {
|
|
|
9068
9097
|
* @hidden
|
|
9069
9098
|
*/
|
|
9070
9099
|
static get _systemDpi$i() {
|
|
9071
|
-
return Workbook.
|
|
9100
|
+
return Workbook._jm;
|
|
9072
9101
|
}
|
|
9073
9102
|
/**
|
|
9074
9103
|
* @hidden
|
|
9075
9104
|
*/
|
|
9076
9105
|
static set _systemDpi$i(a) {
|
|
9077
|
-
Workbook.
|
|
9078
|
-
Workbook.
|
|
9106
|
+
Workbook._jc(a);
|
|
9107
|
+
Workbook._jm = a;
|
|
9079
9108
|
}
|
|
9080
9109
|
/**
|
|
9081
9110
|
* Gets or sets the value indicating whether the format strings should be validated when they are set.
|
|
@@ -9409,11 +9438,11 @@ export let Workbook = /*@__PURE__*/ (() => {
|
|
|
9409
9438
|
/**
|
|
9410
9439
|
* @hidden
|
|
9411
9440
|
*/
|
|
9412
|
-
static get
|
|
9413
|
-
if (ExcelUtils.br(Workbook.
|
|
9414
|
-
Workbook.
|
|
9441
|
+
static get _jn() {
|
|
9442
|
+
if (ExcelUtils.br(Workbook._jj)) {
|
|
9443
|
+
Workbook._jj = ExcelUtils.he();
|
|
9415
9444
|
}
|
|
9416
|
-
return Workbook.
|
|
9445
|
+
return Workbook._jj;
|
|
9417
9446
|
}
|
|
9418
9447
|
/**
|
|
9419
9448
|
* @hidden
|
|
@@ -9545,7 +9574,7 @@ export let Workbook = /*@__PURE__*/ (() => {
|
|
|
9545
9574
|
/**
|
|
9546
9575
|
* @hidden
|
|
9547
9576
|
*/
|
|
9548
|
-
|
|
9577
|
+
_ix() {
|
|
9549
9578
|
this._gi = 0;
|
|
9550
9579
|
}
|
|
9551
9580
|
/**
|
|
@@ -9554,7 +9583,7 @@ export let Workbook = /*@__PURE__*/ (() => {
|
|
|
9554
9583
|
static get _d4() {
|
|
9555
9584
|
if (Workbook._d3 == null) {
|
|
9556
9585
|
Workbook._d3 = new Dictionary$2(String_$type, SortedList$2.$.specialize(Number_$type, Boolean_$type), 2, StringUtilities.f);
|
|
9557
|
-
let a = Workbook.
|
|
9586
|
+
let a = Workbook._jo.width == 120;
|
|
9558
9587
|
let b = new SortedList$2(Number_$type, Boolean_$type, 0);
|
|
9559
9588
|
b._item(1, true);
|
|
9560
9589
|
b._item(2, true);
|
|
@@ -9573,7 +9602,7 @@ export let Workbook = /*@__PURE__*/ (() => {
|
|
|
9573
9602
|
b._item(1, true);
|
|
9574
9603
|
b._item(3, true);
|
|
9575
9604
|
b._item(6, true);
|
|
9576
|
-
if (Workbook.
|
|
9605
|
+
if (Workbook._jn.width == 120) {
|
|
9577
9606
|
b._item(11, false);
|
|
9578
9607
|
b._item(17, false);
|
|
9579
9608
|
b._item(23, false);
|
|
@@ -9640,23 +9669,23 @@ export let Workbook = /*@__PURE__*/ (() => {
|
|
|
9640
9669
|
/**
|
|
9641
9670
|
* @hidden
|
|
9642
9671
|
*/
|
|
9643
|
-
static get
|
|
9644
|
-
if (!ExcelUtils.br(Workbook.
|
|
9645
|
-
return Workbook.
|
|
9672
|
+
static get _jo() {
|
|
9673
|
+
if (!ExcelUtils.br(Workbook._jm)) {
|
|
9674
|
+
return Workbook._jm;
|
|
9646
9675
|
}
|
|
9647
|
-
if (ExcelUtils.br(Workbook.
|
|
9648
|
-
Workbook.
|
|
9676
|
+
if (ExcelUtils.br(Workbook._jk)) {
|
|
9677
|
+
Workbook._jk = ExcelUtils.hf();
|
|
9649
9678
|
}
|
|
9650
|
-
return Workbook.
|
|
9679
|
+
return Workbook._jk;
|
|
9651
9680
|
}
|
|
9652
9681
|
/**
|
|
9653
9682
|
* @hidden
|
|
9654
9683
|
*/
|
|
9655
|
-
get
|
|
9656
|
-
if (ExcelUtils.br(this.
|
|
9657
|
-
return Workbook.
|
|
9684
|
+
get _jq() {
|
|
9685
|
+
if (ExcelUtils.br(this._jl)) {
|
|
9686
|
+
return Workbook._jo;
|
|
9658
9687
|
}
|
|
9659
|
-
return this.
|
|
9688
|
+
return this._jl;
|
|
9660
9689
|
}
|
|
9661
9690
|
}
|
|
9662
9691
|
Workbook.$t = /*@__PURE__*/ markType(Workbook, 'Workbook');
|
|
@@ -9790,15 +9819,15 @@ export let Workbook = /*@__PURE__*/ (() => {
|
|
|
9790
9819
|
/**
|
|
9791
9820
|
* @hidden
|
|
9792
9821
|
*/
|
|
9793
|
-
Workbook.
|
|
9822
|
+
Workbook._jj = Size.empty;
|
|
9794
9823
|
/**
|
|
9795
9824
|
* @hidden
|
|
9796
9825
|
*/
|
|
9797
|
-
Workbook.
|
|
9826
|
+
Workbook._jk = Size.empty;
|
|
9798
9827
|
/**
|
|
9799
9828
|
* @hidden
|
|
9800
9829
|
*/
|
|
9801
|
-
Workbook.
|
|
9830
|
+
Workbook._jm = Size.empty;
|
|
9802
9831
|
/**
|
|
9803
9832
|
* @hidden
|
|
9804
9833
|
*/
|
|
@@ -12146,13 +12175,13 @@ export let TextMetricsProviderBase = /*@__PURE__*/ (() => {
|
|
|
12146
12175
|
}
|
|
12147
12176
|
_f(a) {
|
|
12148
12177
|
let b = Workbook._et(this._a, false);
|
|
12149
|
-
if (b != Workbook.
|
|
12150
|
-
let c = b / Workbook.
|
|
12178
|
+
if (b != Workbook._jn.width) {
|
|
12179
|
+
let c = b / Workbook._jn.width;
|
|
12151
12180
|
a.width = truncate(MathUtilities.f(a.width * c));
|
|
12152
12181
|
}
|
|
12153
12182
|
let d = Workbook._et(this._a, true);
|
|
12154
|
-
if (d != Workbook.
|
|
12155
|
-
let e = d / Workbook.
|
|
12183
|
+
if (d != Workbook._jn.height) {
|
|
12184
|
+
let e = d / Workbook._jn.height;
|
|
12156
12185
|
a.height = truncate(MathUtilities.f(a.height * e));
|
|
12157
12186
|
}
|
|
12158
12187
|
return {
|
|
@@ -12436,7 +12465,7 @@ export let WorkbookLoadOptions = /*@__PURE__*/ (() => {
|
|
|
12436
12465
|
if (Size.l_op_Equality(this._p, a)) {
|
|
12437
12466
|
return;
|
|
12438
12467
|
}
|
|
12439
|
-
Workbook.
|
|
12468
|
+
Workbook._jc(a);
|
|
12440
12469
|
this._p = a;
|
|
12441
12470
|
}
|
|
12442
12471
|
/**
|
|
@@ -16082,13 +16111,16 @@ export let Sheet = /*@__PURE__*/ (() => {
|
|
|
16082
16111
|
_at(a) {
|
|
16083
16112
|
Worksheet._aw(a, "value");
|
|
16084
16113
|
if (this._k != null) {
|
|
16085
|
-
this._k.
|
|
16114
|
+
this._k._ji(this, a, "value");
|
|
16086
16115
|
}
|
|
16087
16116
|
let b = this._ah;
|
|
16088
16117
|
this._ah = a;
|
|
16089
16118
|
if (this._k != null) {
|
|
16090
16119
|
this._k._w.ab();
|
|
16091
16120
|
}
|
|
16121
|
+
if (this._k != null) {
|
|
16122
|
+
this._k._ib(this, b);
|
|
16123
|
+
}
|
|
16092
16124
|
}
|
|
16093
16125
|
/**
|
|
16094
16126
|
* Gets the value which indicates whether this worksheet is selected.
|
|
@@ -16650,7 +16682,7 @@ export let ChartObject = /*@__PURE__*/ (() => {
|
|
|
16650
16682
|
if (a != null) {
|
|
16651
16683
|
let b = this.workbook;
|
|
16652
16684
|
if (b != null) {
|
|
16653
|
-
b.
|
|
16685
|
+
b._ih(a);
|
|
16654
16686
|
}
|
|
16655
16687
|
}
|
|
16656
16688
|
}
|
|
@@ -16695,7 +16727,7 @@ export let ChartObject = /*@__PURE__*/ (() => {
|
|
|
16695
16727
|
_u() {
|
|
16696
16728
|
let a = this.workbook;
|
|
16697
16729
|
if (a != null) {
|
|
16698
|
-
a.
|
|
16730
|
+
a._je();
|
|
16699
16731
|
}
|
|
16700
16732
|
}
|
|
16701
16733
|
/**
|
|
@@ -26691,7 +26723,7 @@ export let WorksheetChart = /*@__PURE__*/ (() => {
|
|
|
26691
26723
|
if (a != null) {
|
|
26692
26724
|
let b = this.workbook;
|
|
26693
26725
|
if (b != null) {
|
|
26694
|
-
b.
|
|
26726
|
+
b._ih(a);
|
|
26695
26727
|
}
|
|
26696
26728
|
}
|
|
26697
26729
|
}
|
|
@@ -26880,7 +26912,7 @@ export let WorksheetChart = /*@__PURE__*/ (() => {
|
|
|
26880
26912
|
_jx() {
|
|
26881
26913
|
let a = this.workbook;
|
|
26882
26914
|
if (a != null) {
|
|
26883
|
-
a.
|
|
26915
|
+
a._je();
|
|
26884
26916
|
}
|
|
26885
26917
|
}
|
|
26886
26918
|
/**
|
|
@@ -27985,7 +28017,7 @@ export let WorksheetCellFormatProxy = /*@__PURE__*/ (() => {
|
|
|
27985
28017
|
this._ao(f, c);
|
|
27986
28018
|
}
|
|
27987
28019
|
if (d != null) {
|
|
27988
|
-
d.
|
|
28020
|
+
d._ih(e);
|
|
27989
28021
|
}
|
|
27990
28022
|
}
|
|
27991
28023
|
_a2($tValue, a, b, c, d, e, f) {
|
|
@@ -28079,7 +28111,7 @@ export let WorksheetCellFormatProxy = /*@__PURE__*/ (() => {
|
|
|
28079
28111
|
this._ao(e, b);
|
|
28080
28112
|
}
|
|
28081
28113
|
if (c != null) {
|
|
28082
|
-
c.
|
|
28114
|
+
c._ih(d);
|
|
28083
28115
|
}
|
|
28084
28116
|
}
|
|
28085
28117
|
_a7(a) {
|
|
@@ -31103,44 +31135,46 @@ export let DataValidationRule = /*@__PURE__*/ (() => {
|
|
|
31103
31135
|
class DataValidationRule extends Base {
|
|
31104
31136
|
constructor() {
|
|
31105
31137
|
super();
|
|
31106
|
-
this.
|
|
31107
|
-
this.
|
|
31138
|
+
this._aj = null;
|
|
31139
|
+
this._al = null;
|
|
31108
31140
|
this._d = 0;
|
|
31109
|
-
this.
|
|
31110
|
-
this.
|
|
31111
|
-
this.
|
|
31112
|
-
this._t = false;
|
|
31141
|
+
this._an = null;
|
|
31142
|
+
this._ap = null;
|
|
31143
|
+
this._i = null;
|
|
31113
31144
|
this._v = false;
|
|
31145
|
+
this._x = false;
|
|
31146
|
+
this._f = 0;
|
|
31147
|
+
this._f = 0;
|
|
31114
31148
|
this._d = 0;
|
|
31115
|
-
this._t = true;
|
|
31116
31149
|
this._v = true;
|
|
31150
|
+
this._x = true;
|
|
31117
31151
|
}
|
|
31118
31152
|
/**
|
|
31119
31153
|
* Creates a copy of this rule which can be applied to other worksheets.
|
|
31120
31154
|
*/
|
|
31121
31155
|
clone() {
|
|
31122
31156
|
let a = this.memberwiseClone();
|
|
31123
|
-
a.
|
|
31124
|
-
let b = a.
|
|
31157
|
+
a._i = null;
|
|
31158
|
+
let b = a._n(null);
|
|
31125
31159
|
if (b != null) {
|
|
31126
|
-
a.
|
|
31160
|
+
a._at(b._g(), null);
|
|
31127
31161
|
}
|
|
31128
|
-
let c = a.
|
|
31162
|
+
let c = a._o(null);
|
|
31129
31163
|
if (c != null) {
|
|
31130
|
-
a.
|
|
31164
|
+
a._au(c._g(), null);
|
|
31131
31165
|
}
|
|
31132
31166
|
return a;
|
|
31133
31167
|
}
|
|
31134
31168
|
/**
|
|
31135
31169
|
* @hidden
|
|
31136
31170
|
*/
|
|
31137
|
-
static
|
|
31171
|
+
static _s(a, b) {
|
|
31138
31172
|
return a == null ? b == null : a._ao(b);
|
|
31139
31173
|
}
|
|
31140
31174
|
/**
|
|
31141
31175
|
* @hidden
|
|
31142
31176
|
*/
|
|
31143
|
-
static
|
|
31177
|
+
static _t(a, b) {
|
|
31144
31178
|
return (a != null ? a : stringEmpty()) == (b != null ? b : stringEmpty());
|
|
31145
31179
|
}
|
|
31146
31180
|
/**
|
|
@@ -31149,24 +31183,24 @@ export let DataValidationRule = /*@__PURE__*/ (() => {
|
|
|
31149
31183
|
* @return Returns true if the specified 'other' has the same settings as this rule.
|
|
31150
31184
|
*/
|
|
31151
31185
|
isEquivalentTo(other) {
|
|
31152
|
-
return other != null && DataValidationRule.
|
|
31186
|
+
return other != null && DataValidationRule._t(other._aj, this._aj) && DataValidationRule._t(other._al, this._al) && other._d == this._d && DataValidationRule._t(other._an, this._an) && DataValidationRule._t(other._ap, this._ap) && other._v == this._v && other._x == this._x;
|
|
31153
31187
|
}
|
|
31154
31188
|
/**
|
|
31155
31189
|
* @hidden
|
|
31156
31190
|
*/
|
|
31157
|
-
|
|
31158
|
-
this.
|
|
31191
|
+
_ar(a, b) {
|
|
31192
|
+
this._i = a;
|
|
31159
31193
|
}
|
|
31160
31194
|
/**
|
|
31161
31195
|
* @hidden
|
|
31162
31196
|
*/
|
|
31163
|
-
|
|
31164
|
-
this.
|
|
31197
|
+
_as() {
|
|
31198
|
+
this._i = null;
|
|
31165
31199
|
}
|
|
31166
31200
|
/**
|
|
31167
31201
|
* @hidden
|
|
31168
31202
|
*/
|
|
31169
|
-
|
|
31203
|
+
_av(a, b, c) {
|
|
31170
31204
|
if (stringIsNullOrEmpty(a) == false && c < a.length) {
|
|
31171
31205
|
throw new ArgumentException(1, ExcelUtils.eg("LE_ArgumentException_DV_InvalidMessageLength", b, c));
|
|
31172
31206
|
}
|
|
@@ -31181,7 +31215,7 @@ export let DataValidationRule = /*@__PURE__*/ (() => {
|
|
|
31181
31215
|
* @hidden
|
|
31182
31216
|
*/
|
|
31183
31217
|
static _b() {
|
|
31184
|
-
let a = new Array(
|
|
31218
|
+
let a = new Array(8);
|
|
31185
31219
|
ChangeInfo.f(a, 0, DataValidationRule._c(String_$type, "ErrorMessageDescription", (b) => b.errorMessageDescription, (b, c) => b.errorMessageDescription = c));
|
|
31186
31220
|
ChangeInfo.f(a, 1, DataValidationRule._c(String_$type, "ErrorMessageTitle", (b) => b.errorMessageTitle, (b, c) => b.errorMessageTitle = c));
|
|
31187
31221
|
ChangeInfo.f(a, 2, DataValidationRule._c(DataValidationErrorStyle_$type, "ErrorStyle", (b) => b.errorStyle, (b, c) => b.errorStyle = c));
|
|
@@ -31189,6 +31223,7 @@ export let DataValidationRule = /*@__PURE__*/ (() => {
|
|
|
31189
31223
|
ChangeInfo.f(a, 4, DataValidationRule._c(String_$type, "InputMessageTitle", (b) => b.inputMessageTitle, (b, c) => b.inputMessageTitle = c));
|
|
31190
31224
|
ChangeInfo.f(a, 5, DataValidationRule._c(Boolean_$type, "ShowErrorMessageForInvalidValue", (b) => b.showErrorMessageForInvalidValue, (b, c) => b.showErrorMessageForInvalidValue = c));
|
|
31191
31225
|
ChangeInfo.f(a, 6, DataValidationRule._c(Boolean_$type, "ShowInputMessage", (b) => b.showInputMessage, (b, c) => b.showInputMessage = c));
|
|
31226
|
+
ChangeInfo.f(a, 7, DataValidationRule._c(DataValidationImeMode_$type, "ImeMode", (b) => b.imeMode, (b, c) => b.imeMode = c));
|
|
31192
31227
|
return a;
|
|
31193
31228
|
}
|
|
31194
31229
|
/**
|
|
@@ -31205,15 +31240,15 @@ export let DataValidationRule = /*@__PURE__*/ (() => {
|
|
|
31205
31240
|
* @see [[errorMessageTitle]]
|
|
31206
31241
|
*/
|
|
31207
31242
|
get errorMessageDescription() {
|
|
31208
|
-
return this.
|
|
31243
|
+
return this._aj;
|
|
31209
31244
|
}
|
|
31210
31245
|
set errorMessageDescription(a) {
|
|
31211
|
-
if (this.
|
|
31246
|
+
if (this._aj == a) {
|
|
31212
31247
|
return;
|
|
31213
31248
|
}
|
|
31214
|
-
this.
|
|
31215
|
-
let b = DataValidationRule._a[0].g(DataValidationRule.$, String_$type, this, this.
|
|
31216
|
-
this.
|
|
31249
|
+
this._av(a, "ErrorMessageDescription", 225);
|
|
31250
|
+
let b = DataValidationRule._a[0].g(DataValidationRule.$, String_$type, this, this._aj, a);
|
|
31251
|
+
this._aj = b.p1;
|
|
31217
31252
|
}
|
|
31218
31253
|
/**
|
|
31219
31254
|
* Gets or sets the title which appears in the dialog box when an invalid value is applied to a cell
|
|
@@ -31229,15 +31264,15 @@ export let DataValidationRule = /*@__PURE__*/ (() => {
|
|
|
31229
31264
|
* @see [[errorMessageDescription]]
|
|
31230
31265
|
*/
|
|
31231
31266
|
get errorMessageTitle() {
|
|
31232
|
-
return this.
|
|
31267
|
+
return this._al;
|
|
31233
31268
|
}
|
|
31234
31269
|
set errorMessageTitle(a) {
|
|
31235
|
-
if (this.
|
|
31270
|
+
if (this._al == a) {
|
|
31236
31271
|
return;
|
|
31237
31272
|
}
|
|
31238
|
-
this.
|
|
31239
|
-
let b = DataValidationRule._a[1].g(DataValidationRule.$, String_$type, this, this.
|
|
31240
|
-
this.
|
|
31273
|
+
this._av(a, "ErrorMessageTitle", 32);
|
|
31274
|
+
let b = DataValidationRule._a[1].g(DataValidationRule.$, String_$type, this, this._al, a);
|
|
31275
|
+
this._al = b.p1;
|
|
31241
31276
|
}
|
|
31242
31277
|
/**
|
|
31243
31278
|
* Gets or sets the value which indicates whether the value is allowed when it is invalid and which options are given to
|
|
@@ -31261,6 +31296,23 @@ export let DataValidationRule = /*@__PURE__*/ (() => {
|
|
|
31261
31296
|
let b = DataValidationRule._a[2].g(DataValidationRule.$, DataValidationErrorStyle_$type, this, this._d, a);
|
|
31262
31297
|
this._d = b.p1;
|
|
31263
31298
|
}
|
|
31299
|
+
/**
|
|
31300
|
+
* Gets or sets the description of the Japanese input rules.
|
|
31301
|
+
* @throws [[InvalidEnumArgumentException]] Occurs when the value is not a member of the [[DataValidationImeMode]] enumeration.
|
|
31302
|
+
*/
|
|
31303
|
+
get imeMode() {
|
|
31304
|
+
return this._f;
|
|
31305
|
+
}
|
|
31306
|
+
set imeMode(a) {
|
|
31307
|
+
if (this._f == a) {
|
|
31308
|
+
return;
|
|
31309
|
+
}
|
|
31310
|
+
if (EnumUtil.isDefined(DataValidationImeMode_$type, enumGetBox(DataValidationImeMode_$type, a)) == false) {
|
|
31311
|
+
throw new InvalidEnumArgumentException("value", a, DataValidationImeMode_$type);
|
|
31312
|
+
}
|
|
31313
|
+
let b = DataValidationRule._a[7].g(DataValidationRule.$, DataValidationImeMode_$type, this, this._f, a);
|
|
31314
|
+
this._f = b.p1;
|
|
31315
|
+
}
|
|
31264
31316
|
/**
|
|
31265
31317
|
* Gets or sets the description in the tooltip which appears when the user selects the cell in Microsoft Excel.
|
|
31266
31318
|
* <p class="body">
|
|
@@ -31274,15 +31326,15 @@ export let DataValidationRule = /*@__PURE__*/ (() => {
|
|
|
31274
31326
|
* @see [[inputMessageTitle]]
|
|
31275
31327
|
*/
|
|
31276
31328
|
get inputMessageDescription() {
|
|
31277
|
-
return this.
|
|
31329
|
+
return this._an;
|
|
31278
31330
|
}
|
|
31279
31331
|
set inputMessageDescription(a) {
|
|
31280
|
-
if (this.
|
|
31332
|
+
if (this._an == a) {
|
|
31281
31333
|
return;
|
|
31282
31334
|
}
|
|
31283
|
-
this.
|
|
31284
|
-
let b = DataValidationRule._a[3].g(DataValidationRule.$, String_$type, this, this.
|
|
31285
|
-
this.
|
|
31335
|
+
this._av(a, "InputMessageDescription", 255);
|
|
31336
|
+
let b = DataValidationRule._a[3].g(DataValidationRule.$, String_$type, this, this._an, a);
|
|
31337
|
+
this._an = b.p1;
|
|
31286
31338
|
}
|
|
31287
31339
|
/**
|
|
31288
31340
|
* Gets or sets the title in the tooltip which appears when the user selects the cell in Microsoft Excel.
|
|
@@ -31297,15 +31349,15 @@ export let DataValidationRule = /*@__PURE__*/ (() => {
|
|
|
31297
31349
|
* @see [[inputMessageDescription]]
|
|
31298
31350
|
*/
|
|
31299
31351
|
get inputMessageTitle() {
|
|
31300
|
-
return this.
|
|
31352
|
+
return this._ap;
|
|
31301
31353
|
}
|
|
31302
31354
|
set inputMessageTitle(a) {
|
|
31303
|
-
if (this.
|
|
31355
|
+
if (this._ap == a) {
|
|
31304
31356
|
return;
|
|
31305
31357
|
}
|
|
31306
|
-
this.
|
|
31307
|
-
let b = DataValidationRule._a[4].g(DataValidationRule.$, String_$type, this, this.
|
|
31308
|
-
this.
|
|
31358
|
+
this._av(a, "InputMessageTitle", 32);
|
|
31359
|
+
let b = DataValidationRule._a[4].g(DataValidationRule.$, String_$type, this, this._ap, a);
|
|
31360
|
+
this._ap = b.p1;
|
|
31309
31361
|
}
|
|
31310
31362
|
/**
|
|
31311
31363
|
* Gets or sets the value which indicates whether the error dialog should appear in Microsoft Excel when invalid data
|
|
@@ -31320,12 +31372,12 @@ export let DataValidationRule = /*@__PURE__*/ (() => {
|
|
|
31320
31372
|
* @see [[errorStyle]]
|
|
31321
31373
|
*/
|
|
31322
31374
|
get showErrorMessageForInvalidValue() {
|
|
31323
|
-
return this.
|
|
31375
|
+
return this._v;
|
|
31324
31376
|
}
|
|
31325
31377
|
set showErrorMessageForInvalidValue(a) {
|
|
31326
|
-
if (this.
|
|
31327
|
-
let b = DataValidationRule._a[5].g(DataValidationRule.$, Boolean_$type, this, this.
|
|
31328
|
-
this.
|
|
31378
|
+
if (this._v != a) {
|
|
31379
|
+
let b = DataValidationRule._a[5].g(DataValidationRule.$, Boolean_$type, this, this._v, a);
|
|
31380
|
+
this._v = b.p1;
|
|
31329
31381
|
}
|
|
31330
31382
|
}
|
|
31331
31383
|
/**
|
|
@@ -31338,37 +31390,37 @@ export let DataValidationRule = /*@__PURE__*/ (() => {
|
|
|
31338
31390
|
* @see [[inputMessageTitle]]
|
|
31339
31391
|
*/
|
|
31340
31392
|
get showInputMessage() {
|
|
31341
|
-
return this.
|
|
31393
|
+
return this._x;
|
|
31342
31394
|
}
|
|
31343
31395
|
set showInputMessage(a) {
|
|
31344
|
-
if (this.
|
|
31345
|
-
let b = DataValidationRule._a[6].g(DataValidationRule.$, Boolean_$type, this, this.
|
|
31346
|
-
this.
|
|
31396
|
+
if (this._x != a) {
|
|
31397
|
+
let b = DataValidationRule._a[6].g(DataValidationRule.$, Boolean_$type, this, this._x, a);
|
|
31398
|
+
this._x = b.p1;
|
|
31347
31399
|
}
|
|
31348
31400
|
}
|
|
31349
31401
|
/**
|
|
31350
31402
|
* @hidden
|
|
31351
31403
|
*/
|
|
31352
|
-
|
|
31404
|
+
get__k() {
|
|
31353
31405
|
return 6;
|
|
31354
31406
|
}
|
|
31355
31407
|
/**
|
|
31356
31408
|
* @hidden
|
|
31357
31409
|
*/
|
|
31358
|
-
get
|
|
31359
|
-
return this.
|
|
31410
|
+
get _k() {
|
|
31411
|
+
return this.get__k();
|
|
31360
31412
|
}
|
|
31361
31413
|
/**
|
|
31362
31414
|
* @hidden
|
|
31363
31415
|
*/
|
|
31364
|
-
get
|
|
31365
|
-
return this.
|
|
31416
|
+
get _j() {
|
|
31417
|
+
return this._i;
|
|
31366
31418
|
}
|
|
31367
31419
|
/**
|
|
31368
31420
|
* @hidden
|
|
31369
31421
|
*/
|
|
31370
31422
|
get _workbook() {
|
|
31371
|
-
let a = this.
|
|
31423
|
+
let a = this._q;
|
|
31372
31424
|
if (a == null) {
|
|
31373
31425
|
return null;
|
|
31374
31426
|
}
|
|
@@ -31377,11 +31429,11 @@ export let DataValidationRule = /*@__PURE__*/ (() => {
|
|
|
31377
31429
|
/**
|
|
31378
31430
|
* @hidden
|
|
31379
31431
|
*/
|
|
31380
|
-
get
|
|
31381
|
-
if (this.
|
|
31432
|
+
get _q() {
|
|
31433
|
+
if (this._i == null) {
|
|
31382
31434
|
return null;
|
|
31383
31435
|
}
|
|
31384
|
-
return this.
|
|
31436
|
+
return this._i._g;
|
|
31385
31437
|
}
|
|
31386
31438
|
/**
|
|
31387
31439
|
* @hidden
|
|
@@ -31393,48 +31445,52 @@ export let DataValidationRule = /*@__PURE__*/ (() => {
|
|
|
31393
31445
|
* @hidden
|
|
31394
31446
|
*/
|
|
31395
31447
|
get sheet() {
|
|
31396
|
-
return this.
|
|
31448
|
+
return this._q;
|
|
31397
31449
|
}
|
|
31398
31450
|
/**
|
|
31399
31451
|
* @hidden
|
|
31400
31452
|
*/
|
|
31401
31453
|
get source() {
|
|
31402
|
-
return this.
|
|
31454
|
+
return this._q;
|
|
31403
31455
|
}
|
|
31404
31456
|
}
|
|
31405
31457
|
DataValidationRule.$t = /*@__PURE__*/ markType(DataValidationRule, 'DataValidationRule', Base.$, [IChangeInfoContext_$type]);
|
|
31406
31458
|
/**
|
|
31407
31459
|
* @hidden
|
|
31408
31460
|
*/
|
|
31409
|
-
DataValidationRule.
|
|
31461
|
+
DataValidationRule._aa = 0;
|
|
31410
31462
|
/**
|
|
31411
31463
|
* @hidden
|
|
31412
31464
|
*/
|
|
31413
|
-
DataValidationRule.
|
|
31465
|
+
DataValidationRule._ab = 1;
|
|
31414
31466
|
/**
|
|
31415
31467
|
* @hidden
|
|
31416
31468
|
*/
|
|
31417
|
-
DataValidationRule.
|
|
31469
|
+
DataValidationRule._ac = 2;
|
|
31418
31470
|
/**
|
|
31419
31471
|
* @hidden
|
|
31420
31472
|
*/
|
|
31421
|
-
DataValidationRule.
|
|
31473
|
+
DataValidationRule._ae = 3;
|
|
31422
31474
|
/**
|
|
31423
31475
|
* @hidden
|
|
31424
31476
|
*/
|
|
31425
|
-
DataValidationRule.
|
|
31477
|
+
DataValidationRule._af = 4;
|
|
31426
31478
|
/**
|
|
31427
31479
|
* @hidden
|
|
31428
31480
|
*/
|
|
31429
|
-
DataValidationRule.
|
|
31481
|
+
DataValidationRule._ah = 5;
|
|
31430
31482
|
/**
|
|
31431
31483
|
* @hidden
|
|
31432
31484
|
*/
|
|
31433
|
-
DataValidationRule.
|
|
31485
|
+
DataValidationRule._ai = 6;
|
|
31434
31486
|
/**
|
|
31435
31487
|
* @hidden
|
|
31436
31488
|
*/
|
|
31437
31489
|
DataValidationRule._ad = 7;
|
|
31490
|
+
/**
|
|
31491
|
+
* @hidden
|
|
31492
|
+
*/
|
|
31493
|
+
DataValidationRule._ag = 8;
|
|
31438
31494
|
/**
|
|
31439
31495
|
* @hidden
|
|
31440
31496
|
*/
|
|
@@ -31456,82 +31512,82 @@ export let AnyValueDataValidationRule = /*@__PURE__*/ (() => {
|
|
|
31456
31512
|
/**
|
|
31457
31513
|
* @hidden
|
|
31458
31514
|
*/
|
|
31459
|
-
|
|
31515
|
+
get__r() {
|
|
31460
31516
|
return true;
|
|
31461
31517
|
}
|
|
31462
31518
|
/**
|
|
31463
31519
|
* @hidden
|
|
31464
31520
|
*/
|
|
31465
|
-
|
|
31521
|
+
set__r(a) {
|
|
31466
31522
|
}
|
|
31467
31523
|
/**
|
|
31468
31524
|
* @hidden
|
|
31469
31525
|
*/
|
|
31470
|
-
get
|
|
31471
|
-
return this.
|
|
31526
|
+
get _r() {
|
|
31527
|
+
return this.get__r();
|
|
31472
31528
|
}
|
|
31473
31529
|
/**
|
|
31474
31530
|
* @hidden
|
|
31475
31531
|
*/
|
|
31476
|
-
set
|
|
31477
|
-
this.
|
|
31532
|
+
set _r(a) {
|
|
31533
|
+
this.set__r(a);
|
|
31478
31534
|
}
|
|
31479
31535
|
/**
|
|
31480
31536
|
* @hidden
|
|
31481
31537
|
*/
|
|
31482
|
-
|
|
31538
|
+
_n(a) {
|
|
31483
31539
|
return null;
|
|
31484
31540
|
}
|
|
31485
31541
|
/**
|
|
31486
31542
|
* @hidden
|
|
31487
31543
|
*/
|
|
31488
|
-
|
|
31544
|
+
_o(a) {
|
|
31489
31545
|
return null;
|
|
31490
31546
|
}
|
|
31491
31547
|
/**
|
|
31492
31548
|
* @hidden
|
|
31493
31549
|
*/
|
|
31494
|
-
|
|
31550
|
+
get__l() {
|
|
31495
31551
|
return 0;
|
|
31496
31552
|
}
|
|
31497
31553
|
/**
|
|
31498
31554
|
* @hidden
|
|
31499
31555
|
*/
|
|
31500
|
-
get
|
|
31501
|
-
return this.
|
|
31556
|
+
get _l() {
|
|
31557
|
+
return this.get__l();
|
|
31502
31558
|
}
|
|
31503
31559
|
/**
|
|
31504
31560
|
* @hidden
|
|
31505
31561
|
*/
|
|
31506
|
-
|
|
31562
|
+
_at(a, b) {
|
|
31507
31563
|
}
|
|
31508
31564
|
/**
|
|
31509
31565
|
* @hidden
|
|
31510
31566
|
*/
|
|
31511
|
-
|
|
31567
|
+
_au(a, b) {
|
|
31512
31568
|
}
|
|
31513
31569
|
/**
|
|
31514
31570
|
* @hidden
|
|
31515
31571
|
*/
|
|
31516
|
-
|
|
31572
|
+
_z(a) {
|
|
31517
31573
|
return true;
|
|
31518
31574
|
}
|
|
31519
31575
|
/**
|
|
31520
31576
|
* @hidden
|
|
31521
31577
|
*/
|
|
31522
|
-
|
|
31578
|
+
get__m() {
|
|
31523
31579
|
return 0;
|
|
31524
31580
|
}
|
|
31525
31581
|
/**
|
|
31526
31582
|
* @hidden
|
|
31527
31583
|
*/
|
|
31528
|
-
get
|
|
31529
|
-
return this.
|
|
31584
|
+
get _m() {
|
|
31585
|
+
return this.get__m();
|
|
31530
31586
|
}
|
|
31531
31587
|
/**
|
|
31532
31588
|
* @hidden
|
|
31533
31589
|
*/
|
|
31534
|
-
|
|
31590
|
+
_aw(a, b) {
|
|
31535
31591
|
}
|
|
31536
31592
|
}
|
|
31537
31593
|
AnyValueDataValidationRule.$t = /*@__PURE__*/ markType(AnyValueDataValidationRule, 'AnyValueDataValidationRule', DataValidationRule.$);
|
|
@@ -31548,32 +31604,32 @@ export let LimitedValueDataValidationRule = /*@__PURE__*/ (() => {
|
|
|
31548
31604
|
class LimitedValueDataValidationRule extends DataValidationRule {
|
|
31549
31605
|
constructor() {
|
|
31550
31606
|
super();
|
|
31551
|
-
this.
|
|
31552
|
-
this.
|
|
31607
|
+
this._a6 = false;
|
|
31608
|
+
this._a6 = true;
|
|
31553
31609
|
}
|
|
31554
31610
|
/**
|
|
31555
31611
|
* @hidden
|
|
31556
31612
|
*/
|
|
31557
|
-
|
|
31613
|
+
get__r() {
|
|
31558
31614
|
return this.allowNull;
|
|
31559
31615
|
}
|
|
31560
31616
|
/**
|
|
31561
31617
|
* @hidden
|
|
31562
31618
|
*/
|
|
31563
|
-
|
|
31619
|
+
set__r(a) {
|
|
31564
31620
|
this.allowNull = a;
|
|
31565
31621
|
}
|
|
31566
31622
|
/**
|
|
31567
31623
|
* @hidden
|
|
31568
31624
|
*/
|
|
31569
|
-
get
|
|
31570
|
-
return this.
|
|
31625
|
+
get _r() {
|
|
31626
|
+
return this.get__r();
|
|
31571
31627
|
}
|
|
31572
31628
|
/**
|
|
31573
31629
|
* @hidden
|
|
31574
31630
|
*/
|
|
31575
|
-
set
|
|
31576
|
-
this.
|
|
31631
|
+
set _r(a) {
|
|
31632
|
+
this.set__r(a);
|
|
31577
31633
|
}
|
|
31578
31634
|
/**
|
|
31579
31635
|
* Indicates if this rule is structurally equivalent to another.
|
|
@@ -31582,19 +31638,19 @@ export let LimitedValueDataValidationRule = /*@__PURE__*/ (() => {
|
|
|
31582
31638
|
*/
|
|
31583
31639
|
isEquivalentTo(other) {
|
|
31584
31640
|
let a = typeCast(LimitedValueDataValidationRule.$, other);
|
|
31585
|
-
return a != null && a.
|
|
31641
|
+
return a != null && a._a6 == this._a6 && super.isEquivalentTo(other);
|
|
31586
31642
|
}
|
|
31587
31643
|
/**
|
|
31588
31644
|
* @hidden
|
|
31589
31645
|
*/
|
|
31590
|
-
|
|
31591
|
-
let b = this.
|
|
31646
|
+
_z(a) {
|
|
31647
|
+
let b = this._q._rows$i._aj(a.o);
|
|
31592
31648
|
let c = b == null ? null : b._getCellValue1(a.m);
|
|
31593
31649
|
if (c == null) {
|
|
31594
31650
|
return this.allowNull;
|
|
31595
31651
|
}
|
|
31596
31652
|
try {
|
|
31597
|
-
return this.
|
|
31653
|
+
return this._bb(a, c);
|
|
31598
31654
|
}
|
|
31599
31655
|
catch (d) {
|
|
31600
31656
|
return false;
|
|
@@ -31603,11 +31659,11 @@ export let LimitedValueDataValidationRule = /*@__PURE__*/ (() => {
|
|
|
31603
31659
|
/**
|
|
31604
31660
|
* @hidden
|
|
31605
31661
|
*/
|
|
31606
|
-
|
|
31662
|
+
_az(a, b, c = true) {
|
|
31607
31663
|
if (a == null) {
|
|
31608
31664
|
return null;
|
|
31609
31665
|
}
|
|
31610
|
-
let d = this.
|
|
31666
|
+
let d = this._q;
|
|
31611
31667
|
if (d == null) {
|
|
31612
31668
|
return null;
|
|
31613
31669
|
}
|
|
@@ -31615,7 +31671,7 @@ export let LimitedValueDataValidationRule = /*@__PURE__*/ (() => {
|
|
|
31615
31671
|
if (e == null) {
|
|
31616
31672
|
return null;
|
|
31617
31673
|
}
|
|
31618
|
-
let f = this.
|
|
31674
|
+
let f = this._a3(a, b, e.currentFormat, e.cellReferenceMode, e._culture$i, true);
|
|
31619
31675
|
let g = new DataValidationCalcReference(d._rows$i.item(b.o), b.m, c);
|
|
31620
31676
|
g._a0(f, false);
|
|
31621
31677
|
e._hk(null);
|
|
@@ -31624,7 +31680,7 @@ export let LimitedValueDataValidationRule = /*@__PURE__*/ (() => {
|
|
|
31624
31680
|
/**
|
|
31625
31681
|
* @hidden
|
|
31626
31682
|
*/
|
|
31627
|
-
|
|
31683
|
+
_bg(a, b) {
|
|
31628
31684
|
if (a == null) {
|
|
31629
31685
|
return {
|
|
31630
31686
|
p0: a
|
|
@@ -31634,7 +31690,7 @@ export let LimitedValueDataValidationRule = /*@__PURE__*/ (() => {
|
|
|
31634
31690
|
let c = b._t._inner[0];
|
|
31635
31691
|
a = a._x(c._ac, c._w, b.worksheet._o);
|
|
31636
31692
|
}
|
|
31637
|
-
let d = new FormulaContext(4, this.
|
|
31693
|
+
let d = new FormulaContext(4, this._q, -1, -1, b.worksheet._o, a, null, 1);
|
|
31638
31694
|
a._b5(d);
|
|
31639
31695
|
return {
|
|
31640
31696
|
p0: a
|
|
@@ -31643,7 +31699,7 @@ export let LimitedValueDataValidationRule = /*@__PURE__*/ (() => {
|
|
|
31643
31699
|
/**
|
|
31644
31700
|
* @hidden
|
|
31645
31701
|
*/
|
|
31646
|
-
|
|
31702
|
+
_a9(a, b, c, d, e) {
|
|
31647
31703
|
if (d == false && b) {
|
|
31648
31704
|
let f = a.h == 64 || a.h == 96;
|
|
31649
31705
|
if (f == false) {
|
|
@@ -31672,7 +31728,7 @@ export let LimitedValueDataValidationRule = /*@__PURE__*/ (() => {
|
|
|
31672
31728
|
case 92: return ExcelUtils.at(e) == false;
|
|
31673
31729
|
case 121:
|
|
31674
31730
|
case 57:
|
|
31675
|
-
case 89: return ExcelUtils.at(e) == false || LimitedValueDataValidationRule.
|
|
31731
|
+
case 89: return ExcelUtils.at(e) == false || LimitedValueDataValidationRule._a8(a);
|
|
31676
31732
|
case 123:
|
|
31677
31733
|
case 59:
|
|
31678
31734
|
case 91:
|
|
@@ -31699,7 +31755,7 @@ export let LimitedValueDataValidationRule = /*@__PURE__*/ (() => {
|
|
|
31699
31755
|
/**
|
|
31700
31756
|
* @hidden
|
|
31701
31757
|
*/
|
|
31702
|
-
static
|
|
31758
|
+
static _ba(a, b, c, d) {
|
|
31703
31759
|
if (d) {
|
|
31704
31760
|
if (b) {
|
|
31705
31761
|
let e = a.h == 64 || a.h == 96;
|
|
@@ -31730,7 +31786,7 @@ export let LimitedValueDataValidationRule = /*@__PURE__*/ (() => {
|
|
|
31730
31786
|
/**
|
|
31731
31787
|
* @hidden
|
|
31732
31788
|
*/
|
|
31733
|
-
|
|
31789
|
+
_bf(a, b) {
|
|
31734
31790
|
let c = this._workbook;
|
|
31735
31791
|
if (c != null && false == c._c4 && c._cx) {
|
|
31736
31792
|
return toNullable(LimitedValueDataValidationRule_FormulaChangeContext.$, new LimitedValueDataValidationRule_FormulaChangeContext(1, this, a(), b));
|
|
@@ -31740,13 +31796,13 @@ export let LimitedValueDataValidationRule = /*@__PURE__*/ (() => {
|
|
|
31740
31796
|
/**
|
|
31741
31797
|
* @hidden
|
|
31742
31798
|
*/
|
|
31743
|
-
|
|
31799
|
+
_bh(a, b, c) {
|
|
31744
31800
|
a.e(LimitedValueDataValidationRule_FormulaChangeContext.$, String_$type, b, b.c, c);
|
|
31745
31801
|
}
|
|
31746
31802
|
/**
|
|
31747
31803
|
* @hidden
|
|
31748
31804
|
*/
|
|
31749
|
-
|
|
31805
|
+
_a2(a, b, c, d) {
|
|
31750
31806
|
if (EnumUtil.isDefined(WorkbookFormat_$type, enumGetBox(WorkbookFormat_$type, b)) == false) {
|
|
31751
31807
|
throw new InvalidEnumArgumentException("format", c, WorkbookFormat_$type);
|
|
31752
31808
|
}
|
|
@@ -31758,7 +31814,7 @@ export let LimitedValueDataValidationRule = /*@__PURE__*/ (() => {
|
|
|
31758
31814
|
}
|
|
31759
31815
|
let e;
|
|
31760
31816
|
let f;
|
|
31761
|
-
if (((() => { let g = Formula._a0(a, c, this.
|
|
31817
|
+
if (((() => { let g = Formula._a0(a, c, this._k, b, d, null, e, f); e = g.p6; f = g.p7; return g.ret; })()) == false) {
|
|
31762
31818
|
throw new ArgumentException(3, ExcelUtils.ef("LE_ArgumentException_InvalidFormula"), f);
|
|
31763
31819
|
}
|
|
31764
31820
|
return e;
|
|
@@ -31766,7 +31822,7 @@ export let LimitedValueDataValidationRule = /*@__PURE__*/ (() => {
|
|
|
31766
31822
|
/**
|
|
31767
31823
|
* @hidden
|
|
31768
31824
|
*/
|
|
31769
|
-
|
|
31825
|
+
_a4(a, b, c, d, e, f) {
|
|
31770
31826
|
if (EnumUtil.isDefined(WorkbookFormat_$type, enumGetBox(WorkbookFormat_$type, c)) == false) {
|
|
31771
31827
|
throw new InvalidEnumArgumentException("format", c, WorkbookFormat_$type);
|
|
31772
31828
|
}
|
|
@@ -31788,18 +31844,18 @@ export let LimitedValueDataValidationRule = /*@__PURE__*/ (() => {
|
|
|
31788
31844
|
if (g < 0 || h < 0) {
|
|
31789
31845
|
throw new ArgumentException(2, ExcelUtils.ef("LE_ArgumentException_DV_InvalidAddress"), "address");
|
|
31790
31846
|
}
|
|
31791
|
-
return this.
|
|
31847
|
+
return this._a3(a, new WorksheetCellAddress(1, g, h), c, d, e, f);
|
|
31792
31848
|
}
|
|
31793
31849
|
/**
|
|
31794
31850
|
* @hidden
|
|
31795
31851
|
*/
|
|
31796
|
-
|
|
31852
|
+
_a3(a, b, c, d, e, f) {
|
|
31797
31853
|
if (e == null) {
|
|
31798
31854
|
e = a._ba;
|
|
31799
31855
|
}
|
|
31800
31856
|
let g = a._v(b.o, b.m, c, (f == false));
|
|
31801
|
-
if (f == false && this.
|
|
31802
|
-
let h = new FormulaContext(4, this.
|
|
31857
|
+
if (f == false && this._q != null) {
|
|
31858
|
+
let h = new FormulaContext(4, this._q, b.o, b.m, c, g, null, 1);
|
|
31803
31859
|
g._b5(h);
|
|
31804
31860
|
}
|
|
31805
31861
|
return g;
|
|
@@ -31807,7 +31863,7 @@ export let LimitedValueDataValidationRule = /*@__PURE__*/ (() => {
|
|
|
31807
31863
|
/**
|
|
31808
31864
|
* @hidden
|
|
31809
31865
|
*/
|
|
31810
|
-
|
|
31866
|
+
_bi(a, b, c, d, e, f, g) {
|
|
31811
31867
|
if (a == null) {
|
|
31812
31868
|
if (b != null) {
|
|
31813
31869
|
throw new ArgumentException(1, ExcelUtils.eg("LE_ArgumentException_DV_FormulaCannotBeNull", d));
|
|
@@ -31823,7 +31879,7 @@ export let LimitedValueDataValidationRule = /*@__PURE__*/ (() => {
|
|
|
31823
31879
|
let i = a._e.length - 1;
|
|
31824
31880
|
let j = i == 0;
|
|
31825
31881
|
for (let k = 0; k < a._e.length; k++) {
|
|
31826
|
-
if (this.
|
|
31882
|
+
if (this._a9(a._e[k], k == i, j, f, g) == false) {
|
|
31827
31883
|
throw new ArgumentException(1, ExcelUtils.ef("LE_ArgumentException_DV_InvalidFormula"));
|
|
31828
31884
|
}
|
|
31829
31885
|
}
|
|
@@ -31846,16 +31902,16 @@ export let LimitedValueDataValidationRule = /*@__PURE__*/ (() => {
|
|
|
31846
31902
|
p = q.p1;
|
|
31847
31903
|
if (WorksheetCell.l_op_Inequality(o, null)) {
|
|
31848
31904
|
let r = a._ba;
|
|
31849
|
-
let s = this.
|
|
31850
|
-
LimitedValueDataValidationRule.
|
|
31905
|
+
let s = this._a4(a, o._toString2(n, false, false, false), a._z, n, r, true);
|
|
31906
|
+
LimitedValueDataValidationRule._bj(h, s, d, g, n);
|
|
31851
31907
|
if (WorksheetCell.l_op_Inequality(o, p)) {
|
|
31852
|
-
let t = this.
|
|
31853
|
-
LimitedValueDataValidationRule.
|
|
31908
|
+
let t = this._a4(a, p._toString2(n, false, false, false), a._z, n, r, true);
|
|
31909
|
+
LimitedValueDataValidationRule._bj(h, t, d, g, n);
|
|
31854
31910
|
}
|
|
31855
31911
|
}
|
|
31856
31912
|
}
|
|
31857
31913
|
else {
|
|
31858
|
-
LimitedValueDataValidationRule.
|
|
31914
|
+
LimitedValueDataValidationRule._bj(h, a, d, g, n);
|
|
31859
31915
|
}
|
|
31860
31916
|
}
|
|
31861
31917
|
}
|
|
@@ -31864,7 +31920,7 @@ export let LimitedValueDataValidationRule = /*@__PURE__*/ (() => {
|
|
|
31864
31920
|
if (v == null) {
|
|
31865
31921
|
continue;
|
|
31866
31922
|
}
|
|
31867
|
-
if (LimitedValueDataValidationRule.
|
|
31923
|
+
if (LimitedValueDataValidationRule._a8(v)) {
|
|
31868
31924
|
continue;
|
|
31869
31925
|
}
|
|
31870
31926
|
if (v.r && ExcelUtils.at(g)) {
|
|
@@ -31891,13 +31947,13 @@ export let LimitedValueDataValidationRule = /*@__PURE__*/ (() => {
|
|
|
31891
31947
|
if (z == null) {
|
|
31892
31948
|
throw new ArgumentException(1, ExcelUtils.eg("LE_ArgumentException_DV_FormulaCannotFindNamedReference", d));
|
|
31893
31949
|
}
|
|
31894
|
-
this.
|
|
31950
|
+
this._bi(z._j, b, c, d, false, f, g);
|
|
31895
31951
|
}
|
|
31896
31952
|
}
|
|
31897
31953
|
/**
|
|
31898
31954
|
* @hidden
|
|
31899
31955
|
*/
|
|
31900
|
-
static
|
|
31956
|
+
static _bj(a, b, c, d, e) {
|
|
31901
31957
|
let f = a._an();
|
|
31902
31958
|
b._ca(a, f, d, e, true);
|
|
31903
31959
|
if (f.d) {
|
|
@@ -31907,21 +31963,21 @@ export let LimitedValueDataValidationRule = /*@__PURE__*/ (() => {
|
|
|
31907
31963
|
/**
|
|
31908
31964
|
* @hidden
|
|
31909
31965
|
*/
|
|
31910
|
-
static
|
|
31966
|
+
static _a1($tValue, a, b, c, d = null, e = true, f = false, g = 8192 | 16384) {
|
|
31911
31967
|
return new ChangeInfo$2(LimitedValueDataValidationRule.$, $tValue, a, 31, b, c, d, e, g, f, null, null);
|
|
31912
31968
|
}
|
|
31913
31969
|
/**
|
|
31914
31970
|
* @hidden
|
|
31915
31971
|
*/
|
|
31916
|
-
static
|
|
31972
|
+
static _ay() {
|
|
31917
31973
|
let a = new Array(1);
|
|
31918
|
-
ChangeInfo.f(a, 0, LimitedValueDataValidationRule.
|
|
31974
|
+
ChangeInfo.f(a, 0, LimitedValueDataValidationRule._a1(Boolean_$type, "AllowNull", (b) => b.allowNull, (b, c) => b.allowNull = c));
|
|
31919
31975
|
return a;
|
|
31920
31976
|
}
|
|
31921
31977
|
/**
|
|
31922
31978
|
* @hidden
|
|
31923
31979
|
*/
|
|
31924
|
-
static
|
|
31980
|
+
static _a8(a) {
|
|
31925
31981
|
if (a.f != 57) {
|
|
31926
31982
|
return false;
|
|
31927
31983
|
}
|
|
@@ -31937,55 +31993,55 @@ export let LimitedValueDataValidationRule = /*@__PURE__*/ (() => {
|
|
|
31937
31993
|
* True if a null value can be set on the cell; False otherwise.
|
|
31938
31994
|
*/
|
|
31939
31995
|
get allowNull() {
|
|
31940
|
-
return this.
|
|
31996
|
+
return this._a6;
|
|
31941
31997
|
}
|
|
31942
31998
|
set allowNull(a) {
|
|
31943
|
-
if (this.
|
|
31944
|
-
let b = LimitedValueDataValidationRule.
|
|
31945
|
-
this.
|
|
31999
|
+
if (this._a6 != a) {
|
|
32000
|
+
let b = LimitedValueDataValidationRule._ax[0].g(LimitedValueDataValidationRule.$, Boolean_$type, this, this._a6, a);
|
|
32001
|
+
this._a6 = b.p1;
|
|
31946
32002
|
}
|
|
31947
32003
|
}
|
|
31948
32004
|
/**
|
|
31949
32005
|
* @hidden
|
|
31950
32006
|
*/
|
|
31951
|
-
get
|
|
31952
|
-
if (this.
|
|
32007
|
+
get _a0() {
|
|
32008
|
+
if (this._j == null) {
|
|
31953
32009
|
return 1;
|
|
31954
32010
|
}
|
|
31955
|
-
return this.
|
|
32011
|
+
return this._j._g._c;
|
|
31956
32012
|
}
|
|
31957
32013
|
/**
|
|
31958
32014
|
* @hidden
|
|
31959
32015
|
*/
|
|
31960
|
-
get
|
|
31961
|
-
if (this.
|
|
32016
|
+
get _bc() {
|
|
32017
|
+
if (this._j == null) {
|
|
31962
32018
|
return ExcelUtils.cq;
|
|
31963
32019
|
}
|
|
31964
|
-
return this.
|
|
32020
|
+
return this._j._g._y;
|
|
31965
32021
|
}
|
|
31966
32022
|
/**
|
|
31967
32023
|
* @hidden
|
|
31968
32024
|
*/
|
|
31969
|
-
get
|
|
31970
|
-
if (this.
|
|
32025
|
+
get _a5() {
|
|
32026
|
+
if (this._j == null) {
|
|
31971
32027
|
return 2;
|
|
31972
32028
|
}
|
|
31973
|
-
return this.
|
|
32029
|
+
return this._j._g._o;
|
|
31974
32030
|
}
|
|
31975
32031
|
}
|
|
31976
32032
|
LimitedValueDataValidationRule.$t = /*@__PURE__*/ markType(LimitedValueDataValidationRule, 'LimitedValueDataValidationRule', DataValidationRule.$);
|
|
31977
32033
|
/**
|
|
31978
32034
|
* @hidden
|
|
31979
32035
|
*/
|
|
31980
|
-
LimitedValueDataValidationRule.
|
|
32036
|
+
LimitedValueDataValidationRule._bd = 0;
|
|
31981
32037
|
/**
|
|
31982
32038
|
* @hidden
|
|
31983
32039
|
*/
|
|
31984
|
-
LimitedValueDataValidationRule.
|
|
32040
|
+
LimitedValueDataValidationRule._be = 1;
|
|
31985
32041
|
/**
|
|
31986
32042
|
* @hidden
|
|
31987
32043
|
*/
|
|
31988
|
-
LimitedValueDataValidationRule.
|
|
32044
|
+
LimitedValueDataValidationRule._ax = /*@__PURE__*/ LimitedValueDataValidationRule._ay();
|
|
31989
32045
|
return LimitedValueDataValidationRule;
|
|
31990
32046
|
})();
|
|
31991
32047
|
/**
|
|
@@ -32017,10 +32073,10 @@ export let LimitedValueDataValidationRule_FormulaChangeContext = /*@__PURE__*/ (
|
|
|
32017
32073
|
return this.a._workbook;
|
|
32018
32074
|
}
|
|
32019
32075
|
get sheet() {
|
|
32020
|
-
return this.a.
|
|
32076
|
+
return this.a._q;
|
|
32021
32077
|
}
|
|
32022
32078
|
get source() {
|
|
32023
|
-
return this.a.
|
|
32079
|
+
return this.a._q;
|
|
32024
32080
|
}
|
|
32025
32081
|
}
|
|
32026
32082
|
LimitedValueDataValidationRule_FormulaChangeContext.$t = /*@__PURE__*/ markStruct(LimitedValueDataValidationRule_FormulaChangeContext, 'LimitedValueDataValidationRule_FormulaChangeContext', ValueType.$, [IChangeInfoContext_$type]);
|
|
@@ -32036,18 +32092,18 @@ export let CustomDataValidationRule = /*@__PURE__*/ (() => {
|
|
|
32036
32092
|
class CustomDataValidationRule extends LimitedValueDataValidationRule {
|
|
32037
32093
|
constructor() {
|
|
32038
32094
|
super();
|
|
32039
|
-
this.
|
|
32095
|
+
this._bn = null;
|
|
32040
32096
|
}
|
|
32041
32097
|
/**
|
|
32042
32098
|
* @hidden
|
|
32043
32099
|
*/
|
|
32044
|
-
|
|
32045
|
-
return this.
|
|
32100
|
+
_n(a) {
|
|
32101
|
+
return this._bo(a, this._a5, this._a0, this._bc);
|
|
32046
32102
|
}
|
|
32047
32103
|
/**
|
|
32048
32104
|
* @hidden
|
|
32049
32105
|
*/
|
|
32050
|
-
|
|
32106
|
+
_o(a) {
|
|
32051
32107
|
return null;
|
|
32052
32108
|
}
|
|
32053
32109
|
/**
|
|
@@ -32057,81 +32113,81 @@ export let CustomDataValidationRule = /*@__PURE__*/ (() => {
|
|
|
32057
32113
|
*/
|
|
32058
32114
|
isEquivalentTo(other) {
|
|
32059
32115
|
let a = typeCast(CustomDataValidationRule.$, other);
|
|
32060
|
-
return a != null && super.isEquivalentTo(other) && DataValidationRule.
|
|
32116
|
+
return a != null && super.isEquivalentTo(other) && DataValidationRule._s(a._bn, this._bn);
|
|
32061
32117
|
}
|
|
32062
32118
|
/**
|
|
32063
32119
|
* @hidden
|
|
32064
32120
|
*/
|
|
32065
|
-
|
|
32066
|
-
if (super.
|
|
32121
|
+
_a9(a, b, c, d, e) {
|
|
32122
|
+
if (super._a9(a, b, c, d, e) == false) {
|
|
32067
32123
|
return false;
|
|
32068
32124
|
}
|
|
32069
|
-
return LimitedValueDataValidationRule.
|
|
32125
|
+
return LimitedValueDataValidationRule._ba(a, b, c, d);
|
|
32070
32126
|
}
|
|
32071
32127
|
/**
|
|
32072
32128
|
* @hidden
|
|
32073
32129
|
*/
|
|
32074
|
-
|
|
32075
|
-
super.
|
|
32076
|
-
let c = this.
|
|
32077
|
-
this.
|
|
32130
|
+
_ar(a, b) {
|
|
32131
|
+
super._ar(a, b);
|
|
32132
|
+
let c = this._bg(this._bn, b);
|
|
32133
|
+
this._bn = c.p0;
|
|
32078
32134
|
}
|
|
32079
32135
|
/**
|
|
32080
32136
|
* @hidden
|
|
32081
32137
|
*/
|
|
32082
|
-
|
|
32083
|
-
if (this.
|
|
32084
|
-
this.
|
|
32138
|
+
_as() {
|
|
32139
|
+
if (this._bn != null) {
|
|
32140
|
+
this._bn._bu();
|
|
32085
32141
|
}
|
|
32086
|
-
super.
|
|
32142
|
+
super._as();
|
|
32087
32143
|
}
|
|
32088
32144
|
/**
|
|
32089
32145
|
* @hidden
|
|
32090
32146
|
*/
|
|
32091
|
-
|
|
32147
|
+
get__l() {
|
|
32092
32148
|
return 0;
|
|
32093
32149
|
}
|
|
32094
32150
|
/**
|
|
32095
32151
|
* @hidden
|
|
32096
32152
|
*/
|
|
32097
|
-
get
|
|
32098
|
-
return this.
|
|
32153
|
+
get _l() {
|
|
32154
|
+
return this.get__l();
|
|
32099
32155
|
}
|
|
32100
32156
|
/**
|
|
32101
32157
|
* @hidden
|
|
32102
32158
|
*/
|
|
32103
|
-
|
|
32104
|
-
this.
|
|
32159
|
+
_at(a, b) {
|
|
32160
|
+
this._bv(a, b, this._a5, this._a0, this._bc, true);
|
|
32105
32161
|
}
|
|
32106
32162
|
/**
|
|
32107
32163
|
* @hidden
|
|
32108
32164
|
*/
|
|
32109
|
-
|
|
32165
|
+
_au(a, b) {
|
|
32110
32166
|
}
|
|
32111
32167
|
/**
|
|
32112
32168
|
* @hidden
|
|
32113
32169
|
*/
|
|
32114
|
-
|
|
32115
|
-
let c = this.
|
|
32116
|
-
return c != null && c._toBoolean(this.
|
|
32170
|
+
_bb(a, b) {
|
|
32171
|
+
let c = this._az(this._bn, a);
|
|
32172
|
+
return c != null && c._toBoolean(this._bc);
|
|
32117
32173
|
}
|
|
32118
32174
|
/**
|
|
32119
32175
|
* @hidden
|
|
32120
32176
|
*/
|
|
32121
|
-
|
|
32177
|
+
get__m() {
|
|
32122
32178
|
return 7;
|
|
32123
32179
|
}
|
|
32124
32180
|
/**
|
|
32125
32181
|
* @hidden
|
|
32126
32182
|
*/
|
|
32127
|
-
get
|
|
32128
|
-
return this.
|
|
32183
|
+
get _m() {
|
|
32184
|
+
return this.get__m();
|
|
32129
32185
|
}
|
|
32130
32186
|
/**
|
|
32131
32187
|
* @hidden
|
|
32132
32188
|
*/
|
|
32133
|
-
|
|
32134
|
-
this.
|
|
32189
|
+
_aw(a, b) {
|
|
32190
|
+
this._bi(this._bn, a, b, "formula", true, true, this._a5);
|
|
32135
32191
|
}
|
|
32136
32192
|
getFormula() {
|
|
32137
32193
|
let n;
|
|
@@ -32153,13 +32209,13 @@ export let CustomDataValidationRule = /*@__PURE__*/ (() => {
|
|
|
32153
32209
|
* @hidden
|
|
32154
32210
|
*/
|
|
32155
32211
|
_getFormula(a) {
|
|
32156
|
-
return this._getFormula1(a, this.
|
|
32212
|
+
return this._getFormula1(a, this._a5, this._a0, this._bc);
|
|
32157
32213
|
}
|
|
32158
32214
|
/**
|
|
32159
32215
|
* @hidden
|
|
32160
32216
|
*/
|
|
32161
32217
|
_getFormula1(a, b, c, d) {
|
|
32162
|
-
let e = this.
|
|
32218
|
+
let e = this._bo(a, b, c, d);
|
|
32163
32219
|
if (e == null) {
|
|
32164
32220
|
return null;
|
|
32165
32221
|
}
|
|
@@ -32185,46 +32241,46 @@ export let CustomDataValidationRule = /*@__PURE__*/ (() => {
|
|
|
32185
32241
|
* @hidden
|
|
32186
32242
|
*/
|
|
32187
32243
|
_setFormula(a, b) {
|
|
32188
|
-
this._setFormula1(a, b, this.
|
|
32244
|
+
this._setFormula1(a, b, this._a5, this._a0, this._bc);
|
|
32189
32245
|
}
|
|
32190
32246
|
/**
|
|
32191
32247
|
* @hidden
|
|
32192
32248
|
*/
|
|
32193
32249
|
_setFormula1(a, b, c, d, e) {
|
|
32194
|
-
let f = this.
|
|
32195
|
-
this.
|
|
32250
|
+
let f = this._a2(a, c, d, e);
|
|
32251
|
+
this._bv(f, b, c, d, e);
|
|
32196
32252
|
}
|
|
32197
32253
|
/**
|
|
32198
32254
|
* @hidden
|
|
32199
32255
|
*/
|
|
32200
|
-
|
|
32201
|
-
return this.
|
|
32256
|
+
_bo(a, b, c, d) {
|
|
32257
|
+
return this._a4(this._bn, a, b, c, d, true);
|
|
32202
32258
|
}
|
|
32203
32259
|
/**
|
|
32204
32260
|
* @hidden
|
|
32205
32261
|
*/
|
|
32206
|
-
|
|
32262
|
+
_bv(a, b, c, d, e, f = false) {
|
|
32207
32263
|
if (!f) {
|
|
32208
|
-
this.
|
|
32264
|
+
this._bi(a, this._j, null, "formula", true, true, c);
|
|
32209
32265
|
}
|
|
32210
|
-
let g = this.
|
|
32211
|
-
this.
|
|
32266
|
+
let g = this._bf(() => this._getFormula1("A1", c, 1, CultureInfo.invariantCulture), c);
|
|
32267
|
+
this._bn = this._a4(a, b, c, d, e, false);
|
|
32212
32268
|
if (nullableNotEquals(g, null)) {
|
|
32213
|
-
this.
|
|
32269
|
+
this._bh(CustomDataValidationRule._bk[0], g.value, this._getFormula1("A1", c, 1, CultureInfo.invariantCulture));
|
|
32214
32270
|
}
|
|
32215
32271
|
}
|
|
32216
32272
|
/**
|
|
32217
32273
|
* @hidden
|
|
32218
32274
|
*/
|
|
32219
|
-
static
|
|
32275
|
+
static _bm($tContext, $tValue, a, b, c, d = null, e = true, f = false, g = 2048) {
|
|
32220
32276
|
return new ChangeInfo$2($tContext, $tValue, a, 31, b, c, d, e, g, f, null, null);
|
|
32221
32277
|
}
|
|
32222
32278
|
/**
|
|
32223
32279
|
* @hidden
|
|
32224
32280
|
*/
|
|
32225
|
-
static
|
|
32281
|
+
static _bl() {
|
|
32226
32282
|
let a = new Array(1);
|
|
32227
|
-
ChangeInfo.f(a, 0, CustomDataValidationRule.
|
|
32283
|
+
ChangeInfo.f(a, 0, CustomDataValidationRule._bm(LimitedValueDataValidationRule_FormulaChangeContext.$, String_$type, "Formula", (b) => b.c, (b, c) => (b.a)._setFormula1(c, "A1", b.b, 1, CultureInfo.invariantCulture)));
|
|
32228
32284
|
return a;
|
|
32229
32285
|
}
|
|
32230
32286
|
}
|
|
@@ -32232,15 +32288,15 @@ export let CustomDataValidationRule = /*@__PURE__*/ (() => {
|
|
|
32232
32288
|
/**
|
|
32233
32289
|
* @hidden
|
|
32234
32290
|
*/
|
|
32235
|
-
CustomDataValidationRule.
|
|
32291
|
+
CustomDataValidationRule._bp = 0;
|
|
32236
32292
|
/**
|
|
32237
32293
|
* @hidden
|
|
32238
32294
|
*/
|
|
32239
|
-
CustomDataValidationRule.
|
|
32295
|
+
CustomDataValidationRule._bq = 1;
|
|
32240
32296
|
/**
|
|
32241
32297
|
* @hidden
|
|
32242
32298
|
*/
|
|
32243
|
-
CustomDataValidationRule.
|
|
32299
|
+
CustomDataValidationRule._bk = /*@__PURE__*/ CustomDataValidationRule._bl();
|
|
32244
32300
|
return CustomDataValidationRule;
|
|
32245
32301
|
})();
|
|
32246
32302
|
/**
|
|
@@ -34357,7 +34413,7 @@ export let WorksheetRow = /*@__PURE__*/ (() => {
|
|
|
34357
34413
|
let r = this._bc(q);
|
|
34358
34414
|
r._ar(i);
|
|
34359
34415
|
if (j != null) {
|
|
34360
|
-
r.
|
|
34416
|
+
r._setFormatting1(j, i);
|
|
34361
34417
|
if (nullableNotEquals(h, null)) {
|
|
34362
34418
|
r._a3(r.formatOptions & ~8, true, -97);
|
|
34363
34419
|
if (p != null) {
|
|
@@ -39246,7 +39302,7 @@ export let Worksheet = /*@__PURE__*/ (() => {
|
|
|
39246
39302
|
}
|
|
39247
39303
|
this._bw = new Worksheet_SetColumnWidthInfo(a, b, c);
|
|
39248
39304
|
if (e != null) {
|
|
39249
|
-
this.workbook.
|
|
39305
|
+
this.workbook._ih(e);
|
|
39250
39306
|
}
|
|
39251
39307
|
}
|
|
39252
39308
|
/**
|
|
@@ -39940,7 +39996,7 @@ export let Worksheet = /*@__PURE__*/ (() => {
|
|
|
39940
39996
|
let i = this._gg(d, b);
|
|
39941
39997
|
if (c && this.workbook != null) {
|
|
39942
39998
|
if (d == null || (!d._bz && !this._d4)) {
|
|
39943
|
-
i = truncate(MathUtilities.f(i * (this.workbook.
|
|
39999
|
+
i = truncate(MathUtilities.f(i * (this.workbook._jq.height / Workbook._jn.height)));
|
|
39944
40000
|
}
|
|
39945
40001
|
}
|
|
39946
40002
|
return i;
|
|
@@ -40634,7 +40690,7 @@ export let Worksheet = /*@__PURE__*/ (() => {
|
|
|
40634
40690
|
_h4(a) {
|
|
40635
40691
|
if (a != null) {
|
|
40636
40692
|
if (this.workbook != null) {
|
|
40637
|
-
this.workbook.
|
|
40693
|
+
this.workbook._ih(a);
|
|
40638
40694
|
}
|
|
40639
40695
|
}
|
|
40640
40696
|
}
|
|
@@ -41098,7 +41154,7 @@ export let Worksheet = /*@__PURE__*/ (() => {
|
|
|
41098
41154
|
if (c != null) {
|
|
41099
41155
|
c.onBeforeShift(a);
|
|
41100
41156
|
}
|
|
41101
|
-
this.workbook.
|
|
41157
|
+
this.workbook._io(() => {
|
|
41102
41158
|
this._ix(true, !m);
|
|
41103
41159
|
this._iv(true, !m);
|
|
41104
41160
|
if (!m) {
|
|
@@ -41430,7 +41486,7 @@ export let Worksheet = /*@__PURE__*/ (() => {
|
|
|
41430
41486
|
}
|
|
41431
41487
|
}
|
|
41432
41488
|
finally {
|
|
41433
|
-
this.workbook.
|
|
41489
|
+
this.workbook._io(() => {
|
|
41434
41490
|
if (!m) {
|
|
41435
41491
|
this._i0(null, true);
|
|
41436
41492
|
}
|
|
@@ -41550,7 +41606,7 @@ export let Worksheet = /*@__PURE__*/ (() => {
|
|
|
41550
41606
|
_bi(a, b) {
|
|
41551
41607
|
if (this._d6) {
|
|
41552
41608
|
let c = this._dataValidationRules$i._e(new WorksheetRegionAddress(1, a, a, b, b));
|
|
41553
|
-
if (c != null && !c.
|
|
41609
|
+
if (c != null && !c._z(new WorksheetCellAddress(1, a, b))) {
|
|
41554
41610
|
return c;
|
|
41555
41611
|
}
|
|
41556
41612
|
}
|
|
@@ -41749,7 +41805,7 @@ export let Worksheet = /*@__PURE__*/ (() => {
|
|
|
41749
41805
|
if (!this._di) {
|
|
41750
41806
|
let d = this.workbook;
|
|
41751
41807
|
if (d != null) {
|
|
41752
|
-
d.
|
|
41808
|
+
d._jg(a, b, c);
|
|
41753
41809
|
}
|
|
41754
41810
|
}
|
|
41755
41811
|
}
|
|
@@ -46244,7 +46300,7 @@ export let DataValidationRuleCollection = /*@__PURE__*/ (() => {
|
|
|
46244
46300
|
if (rule == null) {
|
|
46245
46301
|
throw new ArgumentNullException(0, "rule");
|
|
46246
46302
|
}
|
|
46247
|
-
if (rule.
|
|
46303
|
+
if (rule._j != this) {
|
|
46248
46304
|
return false;
|
|
46249
46305
|
}
|
|
46250
46306
|
let a = DataValidationRuleCollection._a[1];
|
|
@@ -46261,7 +46317,7 @@ export let DataValidationRuleCollection = /*@__PURE__*/ (() => {
|
|
|
46261
46317
|
}
|
|
46262
46318
|
}
|
|
46263
46319
|
this._s.removeItem(rule);
|
|
46264
|
-
rule.
|
|
46320
|
+
rule._as();
|
|
46265
46321
|
if (nullableNotEquals(c, null)) {
|
|
46266
46322
|
a.e(DataValidationRuleCollection_CollectionChangeContext.$, Nullable$1.$.specialize(KeyValuePair$2.$.specialize(DataValidationRule.$, WorksheetReferenceCollection.$)), c.value, d, toNullable(KeyValuePair$2.$.specialize(DataValidationRule.$, WorksheetReferenceCollection.$), null));
|
|
46267
46323
|
if (b != null) {
|
|
@@ -46377,7 +46433,7 @@ export let DataValidationRuleCollection = /*@__PURE__*/ (() => {
|
|
|
46377
46433
|
}
|
|
46378
46434
|
else {
|
|
46379
46435
|
this._s.addItem(a, b);
|
|
46380
|
-
a.
|
|
46436
|
+
a._ar(this, b);
|
|
46381
46437
|
}
|
|
46382
46438
|
if (this._f.workbook != null) {
|
|
46383
46439
|
c.e(DataValidationRuleCollection_CollectionChangeContext.$, Nullable$1.$.specialize(KeyValuePair$2.$.specialize(DataValidationRule.$, WorksheetReferenceCollection.$)), f, toNullable(KeyValuePair$2.$.specialize(DataValidationRule.$, WorksheetReferenceCollection.$), null), e);
|
|
@@ -46426,7 +46482,7 @@ export let DataValidationRuleCollection = /*@__PURE__*/ (() => {
|
|
|
46426
46482
|
if (a != null) {
|
|
46427
46483
|
let b = this._f.workbook;
|
|
46428
46484
|
if (b != null) {
|
|
46429
|
-
b.
|
|
46485
|
+
b._ih(a);
|
|
46430
46486
|
}
|
|
46431
46487
|
}
|
|
46432
46488
|
}
|
|
@@ -46449,10 +46505,10 @@ export let DataValidationRuleCollection = /*@__PURE__*/ (() => {
|
|
|
46449
46505
|
if (a == null) {
|
|
46450
46506
|
throw new ArgumentNullException(0, "rule");
|
|
46451
46507
|
}
|
|
46452
|
-
if (a.
|
|
46508
|
+
if (a._j != null && a._j != this) {
|
|
46453
46509
|
throw new ArgumentException(2, ExcelUtils.ef("LE_ArgumentException_DV_RuleAppliedOnOtherWorksheet"), "rule");
|
|
46454
46510
|
}
|
|
46455
|
-
a.
|
|
46511
|
+
a._aw(this, b);
|
|
46456
46512
|
if (b != null && b.worksheet != this._f) {
|
|
46457
46513
|
throw new ArgumentException(2, ExcelUtils.ef("LE_ArgumentException_DV_ReferencesFromOtherWorksheet"), "references");
|
|
46458
46514
|
}
|
|
@@ -46519,7 +46575,7 @@ export let DataValidationRuleCollection = /*@__PURE__*/ (() => {
|
|
|
46519
46575
|
this._ap(a, b);
|
|
46520
46576
|
this._remove3(b);
|
|
46521
46577
|
this._s.item(a, b);
|
|
46522
|
-
a.
|
|
46578
|
+
a._ar(this, b);
|
|
46523
46579
|
return b;
|
|
46524
46580
|
}
|
|
46525
46581
|
else {
|
|
@@ -46562,26 +46618,26 @@ export let ListDataValidationRule = /*@__PURE__*/ (() => {
|
|
|
46562
46618
|
class ListDataValidationRule extends LimitedValueDataValidationRule {
|
|
46563
46619
|
constructor() {
|
|
46564
46620
|
super();
|
|
46565
|
-
this.
|
|
46566
|
-
this.
|
|
46567
|
-
this.
|
|
46621
|
+
this._bt = false;
|
|
46622
|
+
this._br = null;
|
|
46623
|
+
this._bt = true;
|
|
46568
46624
|
}
|
|
46569
46625
|
/**
|
|
46570
46626
|
* @hidden
|
|
46571
46627
|
*/
|
|
46572
|
-
|
|
46628
|
+
get__k() {
|
|
46573
46629
|
return 5;
|
|
46574
46630
|
}
|
|
46575
46631
|
/**
|
|
46576
46632
|
* @hidden
|
|
46577
46633
|
*/
|
|
46578
|
-
|
|
46579
|
-
return this.
|
|
46634
|
+
_n(a) {
|
|
46635
|
+
return this._bq(a, this._a5, this._a0, this._bc);
|
|
46580
46636
|
}
|
|
46581
46637
|
/**
|
|
46582
46638
|
* @hidden
|
|
46583
46639
|
*/
|
|
46584
|
-
|
|
46640
|
+
_o(a) {
|
|
46585
46641
|
return null;
|
|
46586
46642
|
}
|
|
46587
46643
|
/**
|
|
@@ -46591,13 +46647,13 @@ export let ListDataValidationRule = /*@__PURE__*/ (() => {
|
|
|
46591
46647
|
*/
|
|
46592
46648
|
isEquivalentTo(other) {
|
|
46593
46649
|
let a = typeCast(ListDataValidationRule.$, other);
|
|
46594
|
-
return a != null && super.isEquivalentTo(other) && a.
|
|
46650
|
+
return a != null && super.isEquivalentTo(other) && a._bt == this._bt && DataValidationRule._s(a._br, this._br);
|
|
46595
46651
|
}
|
|
46596
46652
|
/**
|
|
46597
46653
|
* @hidden
|
|
46598
46654
|
*/
|
|
46599
|
-
|
|
46600
|
-
if (super.
|
|
46655
|
+
_a9(a, b, c, d, e) {
|
|
46656
|
+
if (super._a9(a, b, c, d, e) == false) {
|
|
46601
46657
|
return false;
|
|
46602
46658
|
}
|
|
46603
46659
|
if (b) {
|
|
@@ -46624,57 +46680,57 @@ export let ListDataValidationRule = /*@__PURE__*/ (() => {
|
|
|
46624
46680
|
/**
|
|
46625
46681
|
* @hidden
|
|
46626
46682
|
*/
|
|
46627
|
-
|
|
46628
|
-
super.
|
|
46629
|
-
let c = this.
|
|
46630
|
-
this.
|
|
46683
|
+
_ar(a, b) {
|
|
46684
|
+
super._ar(a, b);
|
|
46685
|
+
let c = this._bg(this._br, b);
|
|
46686
|
+
this._br = c.p0;
|
|
46631
46687
|
}
|
|
46632
46688
|
/**
|
|
46633
46689
|
* @hidden
|
|
46634
46690
|
*/
|
|
46635
|
-
|
|
46636
|
-
if (this.
|
|
46637
|
-
this.
|
|
46691
|
+
_as() {
|
|
46692
|
+
if (this._br != null) {
|
|
46693
|
+
this._br._bu();
|
|
46638
46694
|
}
|
|
46639
|
-
super.
|
|
46695
|
+
super._as();
|
|
46640
46696
|
}
|
|
46641
46697
|
/**
|
|
46642
46698
|
* @hidden
|
|
46643
46699
|
*/
|
|
46644
|
-
|
|
46700
|
+
get__l() {
|
|
46645
46701
|
return 0;
|
|
46646
46702
|
}
|
|
46647
46703
|
/**
|
|
46648
46704
|
* @hidden
|
|
46649
46705
|
*/
|
|
46650
|
-
get
|
|
46651
|
-
return this.
|
|
46706
|
+
get _l() {
|
|
46707
|
+
return this.get__l();
|
|
46652
46708
|
}
|
|
46653
46709
|
/**
|
|
46654
46710
|
* @hidden
|
|
46655
46711
|
*/
|
|
46656
|
-
|
|
46657
|
-
this.
|
|
46712
|
+
_at(a, b) {
|
|
46713
|
+
this._b7(a, b, this._a5, this._a0, this._bc, true);
|
|
46658
46714
|
}
|
|
46659
46715
|
/**
|
|
46660
46716
|
* @hidden
|
|
46661
46717
|
*/
|
|
46662
|
-
|
|
46718
|
+
_au(a, b) {
|
|
46663
46719
|
}
|
|
46664
46720
|
/**
|
|
46665
46721
|
* @hidden
|
|
46666
46722
|
*/
|
|
46667
|
-
|
|
46723
|
+
_bb(a, b) {
|
|
46668
46724
|
if (typeCast(FormattedString.$, b) !== null) {
|
|
46669
46725
|
b = b.unformattedString;
|
|
46670
46726
|
}
|
|
46671
46727
|
let c = new ExcelCalcValue(b);
|
|
46672
46728
|
let d;
|
|
46673
|
-
if (((() => { let e = this.
|
|
46729
|
+
if (((() => { let e = this._bv(d); d = e.p0; return e.ret; })())) {
|
|
46674
46730
|
let e = true;
|
|
46675
46731
|
if (typeof b === 'string') {
|
|
46676
46732
|
let f = b;
|
|
46677
|
-
let g = this.
|
|
46733
|
+
let g = this._q._b4(this._q._rows$i.item(a.o), a.m);
|
|
46678
46734
|
let h = this._workbook._b2.a(g._cs);
|
|
46679
46735
|
if (h.o) {
|
|
46680
46736
|
e = false;
|
|
@@ -46715,7 +46771,7 @@ export let ListDataValidationRule = /*@__PURE__*/ (() => {
|
|
|
46715
46771
|
}
|
|
46716
46772
|
}
|
|
46717
46773
|
else {
|
|
46718
|
-
let p = this.
|
|
46774
|
+
let p = this._bo(a);
|
|
46719
46775
|
for (let q of fromEnum(p)) {
|
|
46720
46776
|
let r = new ExcelCalcValue(CalcUtilities.m(q._bj(false, false), true));
|
|
46721
46777
|
if (ExcelCalcValue.areValuesEqual(c, r)) {
|
|
@@ -46728,20 +46784,20 @@ export let ListDataValidationRule = /*@__PURE__*/ (() => {
|
|
|
46728
46784
|
/**
|
|
46729
46785
|
* @hidden
|
|
46730
46786
|
*/
|
|
46731
|
-
|
|
46787
|
+
get__m() {
|
|
46732
46788
|
return 3;
|
|
46733
46789
|
}
|
|
46734
46790
|
/**
|
|
46735
46791
|
* @hidden
|
|
46736
46792
|
*/
|
|
46737
|
-
get
|
|
46738
|
-
return this.
|
|
46793
|
+
get _m() {
|
|
46794
|
+
return this.get__m();
|
|
46739
46795
|
}
|
|
46740
46796
|
/**
|
|
46741
46797
|
* @hidden
|
|
46742
46798
|
*/
|
|
46743
|
-
|
|
46744
|
-
super.
|
|
46799
|
+
_bi(a, b, c, d, e, f, g) {
|
|
46800
|
+
super._bi(a, b, c, d, e, f, g);
|
|
46745
46801
|
if (a == null) {
|
|
46746
46802
|
return;
|
|
46747
46803
|
}
|
|
@@ -46769,8 +46825,8 @@ export let ListDataValidationRule = /*@__PURE__*/ (() => {
|
|
|
46769
46825
|
/**
|
|
46770
46826
|
* @hidden
|
|
46771
46827
|
*/
|
|
46772
|
-
|
|
46773
|
-
this.
|
|
46828
|
+
_aw(a, b) {
|
|
46829
|
+
this._bi(this._br, a, b, "valuesFormula", true, true, this._a5);
|
|
46774
46830
|
}
|
|
46775
46831
|
getValuesFormula() {
|
|
46776
46832
|
let n;
|
|
@@ -46792,23 +46848,23 @@ export let ListDataValidationRule = /*@__PURE__*/ (() => {
|
|
|
46792
46848
|
* @hidden
|
|
46793
46849
|
*/
|
|
46794
46850
|
_getValuesFormula(a) {
|
|
46795
|
-
return this._getValuesFormula1(a, this.
|
|
46851
|
+
return this._getValuesFormula1(a, this._a5, this._a0, this._bc);
|
|
46796
46852
|
}
|
|
46797
46853
|
/**
|
|
46798
46854
|
* @hidden
|
|
46799
46855
|
*/
|
|
46800
46856
|
_getValuesFormula1(a, b, c, d) {
|
|
46801
|
-
let e = this.
|
|
46857
|
+
let e = this._bq(a, b, c, d);
|
|
46802
46858
|
if (e == null) {
|
|
46803
46859
|
return null;
|
|
46804
46860
|
}
|
|
46805
|
-
let f = d || this.
|
|
46861
|
+
let f = d || this._bc;
|
|
46806
46862
|
if (e._e.length == 1) {
|
|
46807
46863
|
let g = typeCast(StrToken.$, e._e[0]);
|
|
46808
46864
|
if (g != null) {
|
|
46809
|
-
if (ListDataValidationRule.
|
|
46810
|
-
let h = ListDataValidationRule.
|
|
46811
|
-
return ListDataValidationRule.
|
|
46865
|
+
if (ListDataValidationRule._bs(CultureInfo.invariantCulture, f)) {
|
|
46866
|
+
let h = ListDataValidationRule._bn(g.p, CultureInfo.invariantCulture, f);
|
|
46867
|
+
return ListDataValidationRule._b0(h, f, f);
|
|
46812
46868
|
}
|
|
46813
46869
|
}
|
|
46814
46870
|
}
|
|
@@ -46844,8 +46900,8 @@ export let ListDataValidationRule = /*@__PURE__*/ (() => {
|
|
|
46844
46900
|
if (values.length == 0) {
|
|
46845
46901
|
throw new ArgumentException(1, ExcelUtils.ef("LE_ArgumentException_DV_MustHaveOneAcceptedValue"));
|
|
46846
46902
|
}
|
|
46847
|
-
let a = ListDataValidationRule.
|
|
46848
|
-
this._setValuesFormula1(a, null, this.
|
|
46903
|
+
let a = ListDataValidationRule._b0(values, this._bc, CultureInfo.invariantCulture);
|
|
46904
|
+
this._setValuesFormula1(a, null, this._a5, this._a0, CultureInfo.invariantCulture);
|
|
46849
46905
|
}
|
|
46850
46906
|
setValuesFormula() {
|
|
46851
46907
|
let n;
|
|
@@ -46867,31 +46923,31 @@ export let ListDataValidationRule = /*@__PURE__*/ (() => {
|
|
|
46867
46923
|
* @hidden
|
|
46868
46924
|
*/
|
|
46869
46925
|
_setValuesFormula(a, b) {
|
|
46870
|
-
this._setValuesFormula1(a, b, this.
|
|
46926
|
+
this._setValuesFormula1(a, b, this._a5, this._a0, this._bc);
|
|
46871
46927
|
}
|
|
46872
46928
|
/**
|
|
46873
46929
|
* @hidden
|
|
46874
46930
|
*/
|
|
46875
46931
|
_setValuesFormula1(a, b, c, d, e) {
|
|
46876
|
-
let f = e || this.
|
|
46877
|
-
let g = this.
|
|
46932
|
+
let f = e || this._bc;
|
|
46933
|
+
let g = this._a2(a, c, d, f);
|
|
46878
46934
|
if (g != null && g._e.length == 1) {
|
|
46879
46935
|
let h = typeCast(StrToken.$, g._e[0]);
|
|
46880
46936
|
if (h != null) {
|
|
46881
|
-
if (ListDataValidationRule.
|
|
46882
|
-
let i = ListDataValidationRule.
|
|
46883
|
-
let j = ListDataValidationRule.
|
|
46884
|
-
g = this.
|
|
46937
|
+
if (ListDataValidationRule._bs(f, CultureInfo.invariantCulture)) {
|
|
46938
|
+
let i = ListDataValidationRule._bn(h.p, f, CultureInfo.invariantCulture);
|
|
46939
|
+
let j = ListDataValidationRule._b0(i, CultureInfo.invariantCulture, CultureInfo.invariantCulture);
|
|
46940
|
+
g = this._a2(j, c, d, CultureInfo.invariantCulture);
|
|
46885
46941
|
}
|
|
46886
46942
|
}
|
|
46887
46943
|
}
|
|
46888
|
-
this.
|
|
46944
|
+
this._b7(g, b, c, d, e);
|
|
46889
46945
|
}
|
|
46890
46946
|
/**
|
|
46891
46947
|
* @hidden
|
|
46892
46948
|
*/
|
|
46893
|
-
|
|
46894
|
-
a = this.
|
|
46949
|
+
_bv(a) {
|
|
46950
|
+
a = this._bm(null);
|
|
46895
46951
|
return {
|
|
46896
46952
|
ret: a != null,
|
|
46897
46953
|
p0: a
|
|
@@ -46900,24 +46956,24 @@ export let ListDataValidationRule = /*@__PURE__*/ (() => {
|
|
|
46900
46956
|
/**
|
|
46901
46957
|
* @hidden
|
|
46902
46958
|
*/
|
|
46903
|
-
|
|
46959
|
+
_bm(a = null) {
|
|
46904
46960
|
let b = null;
|
|
46905
|
-
if (this.
|
|
46961
|
+
if (this._br == null) {
|
|
46906
46962
|
return null;
|
|
46907
46963
|
}
|
|
46908
|
-
let c = typeCast(StrToken.$, this.
|
|
46964
|
+
let c = typeCast(StrToken.$, this._br._e[0]);
|
|
46909
46965
|
if (c == null) {
|
|
46910
46966
|
return null;
|
|
46911
46967
|
}
|
|
46912
|
-
b = ListDataValidationRule.
|
|
46968
|
+
b = ListDataValidationRule._bn(c.p, CultureInfo.invariantCulture, this._bc, a);
|
|
46913
46969
|
return b;
|
|
46914
46970
|
}
|
|
46915
46971
|
/**
|
|
46916
46972
|
* @hidden
|
|
46917
46973
|
*/
|
|
46918
|
-
static
|
|
46974
|
+
static _b0(a, b, c) {
|
|
46919
46975
|
let d = new StringBuilder(2, "=\"");
|
|
46920
|
-
let e = ListDataValidationRule.
|
|
46976
|
+
let e = ListDataValidationRule._bs(b, c);
|
|
46921
46977
|
let f = c.numberFormat.numberDecimalSeparator;
|
|
46922
46978
|
let g = FormulaParser.by(f);
|
|
46923
46979
|
let h = false;
|
|
@@ -46933,9 +46989,9 @@ export let ListDataValidationRule = /*@__PURE__*/ (() => {
|
|
|
46933
46989
|
}
|
|
46934
46990
|
k = stringReplace(k, "\"", "\"\"");
|
|
46935
46991
|
if (e) {
|
|
46936
|
-
k = ListDataValidationRule.
|
|
46992
|
+
k = ListDataValidationRule._b3(k);
|
|
46937
46993
|
}
|
|
46938
|
-
if (ListDataValidationRule.
|
|
46994
|
+
if (ListDataValidationRule._bw(j, k, c)) {
|
|
46939
46995
|
d.h('\'');
|
|
46940
46996
|
}
|
|
46941
46997
|
d.l(k);
|
|
@@ -46952,26 +47008,26 @@ export let ListDataValidationRule = /*@__PURE__*/ (() => {
|
|
|
46952
47008
|
/**
|
|
46953
47009
|
* @hidden
|
|
46954
47010
|
*/
|
|
46955
|
-
|
|
46956
|
-
let c = this.
|
|
47011
|
+
_bo(a, b = false) {
|
|
47012
|
+
let c = this._az(this._br, a, false);
|
|
46957
47013
|
return c._d(false, b);
|
|
46958
47014
|
}
|
|
46959
47015
|
/**
|
|
46960
47016
|
* @hidden
|
|
46961
47017
|
*/
|
|
46962
|
-
|
|
46963
|
-
return this.
|
|
47018
|
+
_bq(a, b, c, d) {
|
|
47019
|
+
return this._a4(this._br, a, b, c, d, true);
|
|
46964
47020
|
}
|
|
46965
47021
|
/**
|
|
46966
47022
|
* @hidden
|
|
46967
47023
|
*/
|
|
46968
|
-
static
|
|
47024
|
+
static _bn(a, b, c, d = null) {
|
|
46969
47025
|
let e = FormulaParser.by(b.numberFormat.numberDecimalSeparator);
|
|
46970
47026
|
let f = stringSplit(a, [e], 1);
|
|
46971
47027
|
if (f.length == 0) {
|
|
46972
47028
|
return new Array(0);
|
|
46973
47029
|
}
|
|
46974
|
-
let g = ListDataValidationRule.
|
|
47030
|
+
let g = ListDataValidationRule._bs(b, c);
|
|
46975
47031
|
let h = new Array(f.length);
|
|
46976
47032
|
for (let i = 0; i < h.length; i++) {
|
|
46977
47033
|
let j = f[i];
|
|
@@ -47004,7 +47060,7 @@ export let ListDataValidationRule = /*@__PURE__*/ (() => {
|
|
|
47004
47060
|
j = j.substr(1);
|
|
47005
47061
|
}
|
|
47006
47062
|
if (g) {
|
|
47007
|
-
j = ListDataValidationRule.
|
|
47063
|
+
j = ListDataValidationRule._b3(j);
|
|
47008
47064
|
}
|
|
47009
47065
|
h[i] = j;
|
|
47010
47066
|
}
|
|
@@ -47013,20 +47069,20 @@ export let ListDataValidationRule = /*@__PURE__*/ (() => {
|
|
|
47013
47069
|
/**
|
|
47014
47070
|
* @hidden
|
|
47015
47071
|
*/
|
|
47016
|
-
|
|
47072
|
+
_b7(a, b, c, d, e, f = false) {
|
|
47017
47073
|
if (!f) {
|
|
47018
|
-
this.
|
|
47074
|
+
this._bi(a, this._j, null, "valuesFormula", true, true, c);
|
|
47019
47075
|
}
|
|
47020
|
-
let g = this.
|
|
47021
|
-
this.
|
|
47076
|
+
let g = this._bf(() => this._getValuesFormula1("A1", c, 1, CultureInfo.invariantCulture), c);
|
|
47077
|
+
this._br = this._a4(a, b, c, d, e, false);
|
|
47022
47078
|
if (nullableNotEquals(g, null)) {
|
|
47023
|
-
this.
|
|
47079
|
+
this._bh(ListDataValidationRule._bk[1], g.value, this._getValuesFormula1("A1", c, 1, CultureInfo.invariantCulture));
|
|
47024
47080
|
}
|
|
47025
47081
|
}
|
|
47026
47082
|
/**
|
|
47027
47083
|
* @hidden
|
|
47028
47084
|
*/
|
|
47029
|
-
static
|
|
47085
|
+
static _bw(a, b, c) {
|
|
47030
47086
|
if (b.length == 0) {
|
|
47031
47087
|
return true;
|
|
47032
47088
|
}
|
|
@@ -47052,28 +47108,28 @@ export let ListDataValidationRule = /*@__PURE__*/ (() => {
|
|
|
47052
47108
|
/**
|
|
47053
47109
|
* @hidden
|
|
47054
47110
|
*/
|
|
47055
|
-
static
|
|
47111
|
+
static _bp($tContext, $tValue, a, b, c, d = null, e = true, f = false, g = 2048) {
|
|
47056
47112
|
return new ChangeInfo$2($tContext, $tValue, a, 31, b, c, d, e, g, f, null, null);
|
|
47057
47113
|
}
|
|
47058
47114
|
/**
|
|
47059
47115
|
* @hidden
|
|
47060
47116
|
*/
|
|
47061
|
-
static
|
|
47117
|
+
static _bl() {
|
|
47062
47118
|
let a = new Array(2);
|
|
47063
|
-
ChangeInfo.f(a, 1, ListDataValidationRule.
|
|
47064
|
-
ChangeInfo.f(a, 0, ListDataValidationRule.
|
|
47119
|
+
ChangeInfo.f(a, 1, ListDataValidationRule._bp(LimitedValueDataValidationRule_FormulaChangeContext.$, String_$type, "ValuesFormula", (b) => b.c, (b, c) => (b.a)._setValuesFormula1(c, "A1", b.a._a5, 1, CultureInfo.invariantCulture)));
|
|
47120
|
+
ChangeInfo.f(a, 0, ListDataValidationRule._bp(ListDataValidationRule.$, Boolean_$type, "ShowDropdown", (b) => b.showDropdown, (b, c) => b.showDropdown = c));
|
|
47065
47121
|
return a;
|
|
47066
47122
|
}
|
|
47067
47123
|
/**
|
|
47068
47124
|
* @hidden
|
|
47069
47125
|
*/
|
|
47070
|
-
static
|
|
47126
|
+
static _bs(a, b) {
|
|
47071
47127
|
return (b.numberFormat.numberDecimalSeparator == ",") != (a.numberFormat.numberDecimalSeparator == ",");
|
|
47072
47128
|
}
|
|
47073
47129
|
/**
|
|
47074
47130
|
* @hidden
|
|
47075
47131
|
*/
|
|
47076
|
-
static
|
|
47132
|
+
static _b3(a) {
|
|
47077
47133
|
let b = new StringBuilder(2, a);
|
|
47078
47134
|
for (let c = 0; c < b.c; c++) {
|
|
47079
47135
|
switch (b.item(c)) {
|
|
@@ -47095,12 +47151,12 @@ export let ListDataValidationRule = /*@__PURE__*/ (() => {
|
|
|
47095
47151
|
* </p>
|
|
47096
47152
|
*/
|
|
47097
47153
|
get showDropdown() {
|
|
47098
|
-
return this.
|
|
47154
|
+
return this._bt;
|
|
47099
47155
|
}
|
|
47100
47156
|
set showDropdown(a) {
|
|
47101
|
-
if (this.
|
|
47102
|
-
let b = ListDataValidationRule.
|
|
47103
|
-
this.
|
|
47157
|
+
if (this._bt != a) {
|
|
47158
|
+
let b = ListDataValidationRule._bk[0].g(ListDataValidationRule.$, Boolean_$type, this, this._bt, a);
|
|
47159
|
+
this._bt = b.p1;
|
|
47104
47160
|
}
|
|
47105
47161
|
}
|
|
47106
47162
|
}
|
|
@@ -47108,19 +47164,19 @@ export let ListDataValidationRule = /*@__PURE__*/ (() => {
|
|
|
47108
47164
|
/**
|
|
47109
47165
|
* @hidden
|
|
47110
47166
|
*/
|
|
47111
|
-
ListDataValidationRule.
|
|
47167
|
+
ListDataValidationRule._by = 0;
|
|
47112
47168
|
/**
|
|
47113
47169
|
* @hidden
|
|
47114
47170
|
*/
|
|
47115
|
-
ListDataValidationRule.
|
|
47171
|
+
ListDataValidationRule._bz = 1;
|
|
47116
47172
|
/**
|
|
47117
47173
|
* @hidden
|
|
47118
47174
|
*/
|
|
47119
|
-
ListDataValidationRule.
|
|
47175
|
+
ListDataValidationRule._bx = 2;
|
|
47120
47176
|
/**
|
|
47121
47177
|
* @hidden
|
|
47122
47178
|
*/
|
|
47123
|
-
ListDataValidationRule.
|
|
47179
|
+
ListDataValidationRule._bk = /*@__PURE__*/ ListDataValidationRule._bl();
|
|
47124
47180
|
return ListDataValidationRule;
|
|
47125
47181
|
})();
|
|
47126
47182
|
/**
|
|
@@ -47133,7 +47189,7 @@ export let ValueConstraintDataValidationRule = /*@__PURE__*/ (() => {
|
|
|
47133
47189
|
class ValueConstraintDataValidationRule extends LimitedValueDataValidationRule {
|
|
47134
47190
|
constructor() {
|
|
47135
47191
|
super();
|
|
47136
|
-
this.
|
|
47192
|
+
this._bn = 2;
|
|
47137
47193
|
}
|
|
47138
47194
|
/**
|
|
47139
47195
|
* Indicates if this rule is structurally equivalent to another.
|
|
@@ -47142,21 +47198,21 @@ export let ValueConstraintDataValidationRule = /*@__PURE__*/ (() => {
|
|
|
47142
47198
|
*/
|
|
47143
47199
|
isEquivalentTo(other) {
|
|
47144
47200
|
let a = typeCast(ValueConstraintDataValidationRule.$, other);
|
|
47145
|
-
return a != null && super.isEquivalentTo(other) && a.
|
|
47201
|
+
return a != null && super.isEquivalentTo(other) && a._bn == this._bn;
|
|
47146
47202
|
}
|
|
47147
47203
|
/**
|
|
47148
47204
|
* @hidden
|
|
47149
47205
|
*/
|
|
47150
|
-
|
|
47151
|
-
if (super.
|
|
47206
|
+
_a9(a, b, c, d, e) {
|
|
47207
|
+
if (super._a9(a, b, c, d, e) == false) {
|
|
47152
47208
|
return false;
|
|
47153
47209
|
}
|
|
47154
|
-
return LimitedValueDataValidationRule.
|
|
47210
|
+
return LimitedValueDataValidationRule._ba(a, b, c, d);
|
|
47155
47211
|
}
|
|
47156
47212
|
/**
|
|
47157
47213
|
* @hidden
|
|
47158
47214
|
*/
|
|
47159
|
-
|
|
47215
|
+
_bb(a, b) {
|
|
47160
47216
|
if (typeCast(ErrorValue.$, b) !== null) {
|
|
47161
47217
|
return false;
|
|
47162
47218
|
}
|
|
@@ -47189,25 +47245,25 @@ export let ValueConstraintDataValidationRule = /*@__PURE__*/ (() => {
|
|
|
47189
47245
|
case 5:
|
|
47190
47246
|
case 6: break;
|
|
47191
47247
|
}
|
|
47192
|
-
return this.
|
|
47248
|
+
return this._bp(a, c);
|
|
47193
47249
|
}
|
|
47194
47250
|
/**
|
|
47195
47251
|
* @hidden
|
|
47196
47252
|
*/
|
|
47197
|
-
|
|
47198
|
-
return this.
|
|
47253
|
+
get__m() {
|
|
47254
|
+
return this._bn;
|
|
47199
47255
|
}
|
|
47200
47256
|
/**
|
|
47201
47257
|
* @hidden
|
|
47202
47258
|
*/
|
|
47203
|
-
get
|
|
47204
|
-
return this.
|
|
47259
|
+
get _m() {
|
|
47260
|
+
return this.get__m();
|
|
47205
47261
|
}
|
|
47206
47262
|
/**
|
|
47207
47263
|
* @hidden
|
|
47208
47264
|
*/
|
|
47209
|
-
|
|
47210
|
-
super.
|
|
47265
|
+
_bi(a, b, c, d, e, f, g) {
|
|
47266
|
+
super._bi(a, b, c, d, e, f, g);
|
|
47211
47267
|
if (a == null) {
|
|
47212
47268
|
return;
|
|
47213
47269
|
}
|
|
@@ -47233,16 +47289,16 @@ export let ValueConstraintDataValidationRule = /*@__PURE__*/ (() => {
|
|
|
47233
47289
|
/**
|
|
47234
47290
|
* @hidden
|
|
47235
47291
|
*/
|
|
47236
|
-
|
|
47292
|
+
_bt(a, b) {
|
|
47237
47293
|
if (EnumUtil.isDefined(DataValidationCriteria_$type, enumGetBox(DataValidationCriteria_$type, a)) == false) {
|
|
47238
47294
|
throw new InvalidEnumArgumentException(b, a, DataValidationCriteria_$type);
|
|
47239
47295
|
}
|
|
47240
|
-
this.
|
|
47296
|
+
this._bn = a;
|
|
47241
47297
|
}
|
|
47242
47298
|
/**
|
|
47243
47299
|
* @hidden
|
|
47244
47300
|
*/
|
|
47245
|
-
static
|
|
47301
|
+
static _bs(a) {
|
|
47246
47302
|
if (a == null) {
|
|
47247
47303
|
return toNullable(Number_$type, null);
|
|
47248
47304
|
}
|
|
@@ -47263,15 +47319,15 @@ export let ValueConstraintDataValidationRule = /*@__PURE__*/ (() => {
|
|
|
47263
47319
|
/**
|
|
47264
47320
|
* @hidden
|
|
47265
47321
|
*/
|
|
47266
|
-
static
|
|
47322
|
+
static _bm($tValue, a, b, c, d = null, e = true, f = false, g = 8192 | 16384) {
|
|
47267
47323
|
return new ChangeInfo$2(ValueConstraintDataValidationRule.$, $tValue, a, 31, b, c, d, e, g, f, null, null);
|
|
47268
47324
|
}
|
|
47269
47325
|
/**
|
|
47270
47326
|
* @hidden
|
|
47271
47327
|
*/
|
|
47272
|
-
static
|
|
47328
|
+
static _bl() {
|
|
47273
47329
|
let a = new Array(1);
|
|
47274
|
-
ChangeInfo.f(a, 0, ValueConstraintDataValidationRule.
|
|
47330
|
+
ChangeInfo.f(a, 0, ValueConstraintDataValidationRule._bm(DataValidationCriteria_$type, "ValidationCriteria", (b) => b.validationCriteria, (b, c) => b.validationCriteria = c, (b, c) => b._bu(c)));
|
|
47275
47331
|
return a;
|
|
47276
47332
|
}
|
|
47277
47333
|
/**
|
|
@@ -47284,33 +47340,33 @@ export let ValueConstraintDataValidationRule = /*@__PURE__*/ (() => {
|
|
|
47284
47340
|
* @throws [[InvalidEnumArgumentException]] Occurs when the value is not a member of the [[DataValidationCriteria]] enumeration.
|
|
47285
47341
|
*/
|
|
47286
47342
|
get validationCriteria() {
|
|
47287
|
-
return this.
|
|
47343
|
+
return this._bn;
|
|
47288
47344
|
}
|
|
47289
47345
|
set validationCriteria(a) {
|
|
47290
|
-
if (a != this.
|
|
47291
|
-
ValueConstraintDataValidationRule.
|
|
47346
|
+
if (a != this._bn) {
|
|
47347
|
+
ValueConstraintDataValidationRule._bk[0].h(ValueConstraintDataValidationRule.$, DataValidationCriteria_$type, this, a);
|
|
47292
47348
|
}
|
|
47293
47349
|
}
|
|
47294
47350
|
/**
|
|
47295
47351
|
* @hidden
|
|
47296
47352
|
*/
|
|
47297
|
-
|
|
47298
|
-
this.
|
|
47353
|
+
_bu(a) {
|
|
47354
|
+
this._bt(a, "value");
|
|
47299
47355
|
}
|
|
47300
47356
|
}
|
|
47301
47357
|
ValueConstraintDataValidationRule.$t = /*@__PURE__*/ markType(ValueConstraintDataValidationRule, 'ValueConstraintDataValidationRule', LimitedValueDataValidationRule.$);
|
|
47302
47358
|
/**
|
|
47303
47359
|
* @hidden
|
|
47304
47360
|
*/
|
|
47305
|
-
ValueConstraintDataValidationRule.
|
|
47361
|
+
ValueConstraintDataValidationRule._br = 0;
|
|
47306
47362
|
/**
|
|
47307
47363
|
* @hidden
|
|
47308
47364
|
*/
|
|
47309
|
-
ValueConstraintDataValidationRule.
|
|
47365
|
+
ValueConstraintDataValidationRule._bq = 1;
|
|
47310
47366
|
/**
|
|
47311
47367
|
* @hidden
|
|
47312
47368
|
*/
|
|
47313
|
-
ValueConstraintDataValidationRule.
|
|
47369
|
+
ValueConstraintDataValidationRule._bk = /*@__PURE__*/ ValueConstraintDataValidationRule._bl();
|
|
47314
47370
|
return ValueConstraintDataValidationRule;
|
|
47315
47371
|
})();
|
|
47316
47372
|
/**
|
|
@@ -47334,8 +47390,8 @@ export let OneConstraintDataValidationRule = /*@__PURE__*/ (() => {
|
|
|
47334
47390
|
case 0:
|
|
47335
47391
|
{
|
|
47336
47392
|
super();
|
|
47337
|
-
this.
|
|
47338
|
-
this.
|
|
47393
|
+
this._b0 = null;
|
|
47394
|
+
this._by = 2;
|
|
47339
47395
|
}
|
|
47340
47396
|
break;
|
|
47341
47397
|
case 1:
|
|
@@ -47343,10 +47399,10 @@ export let OneConstraintDataValidationRule = /*@__PURE__*/ (() => {
|
|
|
47343
47399
|
let validationOperator = _rest[0];
|
|
47344
47400
|
let validationCriteria = _rest[1];
|
|
47345
47401
|
super();
|
|
47346
|
-
this.
|
|
47347
|
-
this.
|
|
47348
|
-
this.
|
|
47349
|
-
this.
|
|
47402
|
+
this._b0 = null;
|
|
47403
|
+
this._by = 2;
|
|
47404
|
+
this._by = validationOperator;
|
|
47405
|
+
this._bt(validationCriteria, "validationCriteria");
|
|
47350
47406
|
}
|
|
47351
47407
|
break;
|
|
47352
47408
|
default: throw new Error('Invalid arguments');
|
|
@@ -47355,13 +47411,13 @@ export let OneConstraintDataValidationRule = /*@__PURE__*/ (() => {
|
|
|
47355
47411
|
/**
|
|
47356
47412
|
* @hidden
|
|
47357
47413
|
*/
|
|
47358
|
-
|
|
47359
|
-
return this.
|
|
47414
|
+
_n(a) {
|
|
47415
|
+
return this._b1(a, this._a5, this._a0, this._bc);
|
|
47360
47416
|
}
|
|
47361
47417
|
/**
|
|
47362
47418
|
* @hidden
|
|
47363
47419
|
*/
|
|
47364
|
-
|
|
47420
|
+
_o(a) {
|
|
47365
47421
|
return null;
|
|
47366
47422
|
}
|
|
47367
47423
|
/**
|
|
@@ -47371,55 +47427,55 @@ export let OneConstraintDataValidationRule = /*@__PURE__*/ (() => {
|
|
|
47371
47427
|
*/
|
|
47372
47428
|
isEquivalentTo(other) {
|
|
47373
47429
|
let a = typeCast(OneConstraintDataValidationRule.$, other);
|
|
47374
|
-
return a != null && super.isEquivalentTo(other) && a.
|
|
47430
|
+
return a != null && super.isEquivalentTo(other) && a._by == this._by && DataValidationRule._s(a._b0, this._b0);
|
|
47375
47431
|
}
|
|
47376
47432
|
/**
|
|
47377
47433
|
* @hidden
|
|
47378
47434
|
*/
|
|
47379
|
-
|
|
47380
|
-
super.
|
|
47381
|
-
let c = this.
|
|
47382
|
-
this.
|
|
47435
|
+
_ar(a, b) {
|
|
47436
|
+
super._ar(a, b);
|
|
47437
|
+
let c = this._bg(this._b0, b);
|
|
47438
|
+
this._b0 = c.p0;
|
|
47383
47439
|
}
|
|
47384
47440
|
/**
|
|
47385
47441
|
* @hidden
|
|
47386
47442
|
*/
|
|
47387
|
-
|
|
47388
|
-
if (this.
|
|
47389
|
-
this.
|
|
47443
|
+
_as() {
|
|
47444
|
+
if (this._b0 != null) {
|
|
47445
|
+
this._b0._bu();
|
|
47390
47446
|
}
|
|
47391
|
-
super.
|
|
47447
|
+
super._as();
|
|
47392
47448
|
}
|
|
47393
47449
|
/**
|
|
47394
47450
|
* @hidden
|
|
47395
47451
|
*/
|
|
47396
|
-
|
|
47397
|
-
return this.
|
|
47452
|
+
get__l() {
|
|
47453
|
+
return this._by;
|
|
47398
47454
|
}
|
|
47399
47455
|
/**
|
|
47400
47456
|
* @hidden
|
|
47401
47457
|
*/
|
|
47402
|
-
get
|
|
47403
|
-
return this.
|
|
47458
|
+
get _l() {
|
|
47459
|
+
return this.get__l();
|
|
47404
47460
|
}
|
|
47405
47461
|
/**
|
|
47406
47462
|
* @hidden
|
|
47407
47463
|
*/
|
|
47408
|
-
|
|
47409
|
-
this.
|
|
47464
|
+
_at(a, b) {
|
|
47465
|
+
this._cd(a, b, this._a5, this._a0, this._bc, true);
|
|
47410
47466
|
}
|
|
47411
47467
|
/**
|
|
47412
47468
|
* @hidden
|
|
47413
47469
|
*/
|
|
47414
|
-
|
|
47470
|
+
_au(a, b) {
|
|
47415
47471
|
}
|
|
47416
47472
|
/**
|
|
47417
47473
|
* @hidden
|
|
47418
47474
|
*/
|
|
47419
|
-
|
|
47475
|
+
_bp(a, b) {
|
|
47420
47476
|
let c;
|
|
47421
|
-
if (!((() => { let d = this.
|
|
47422
|
-
let d = this.
|
|
47477
|
+
if (!((() => { let d = this._b3(c); c = d.p0; return d.ret; })())) {
|
|
47478
|
+
let d = this._az(this._b0, a);
|
|
47423
47479
|
if (d == null || ((() => { let e = d._toDouble1(c); c = e.p0; return e.ret; })()) == false) {
|
|
47424
47480
|
return false;
|
|
47425
47481
|
}
|
|
@@ -47437,8 +47493,8 @@ export let OneConstraintDataValidationRule = /*@__PURE__*/ (() => {
|
|
|
47437
47493
|
/**
|
|
47438
47494
|
* @hidden
|
|
47439
47495
|
*/
|
|
47440
|
-
|
|
47441
|
-
this.
|
|
47496
|
+
_aw(a, b) {
|
|
47497
|
+
this._bi(this._b0, a, b, "constraintFormula", true, true, this._a5);
|
|
47442
47498
|
}
|
|
47443
47499
|
getConstraintFormula() {
|
|
47444
47500
|
let n;
|
|
@@ -47460,13 +47516,13 @@ export let OneConstraintDataValidationRule = /*@__PURE__*/ (() => {
|
|
|
47460
47516
|
* @hidden
|
|
47461
47517
|
*/
|
|
47462
47518
|
_getConstraintFormula(a) {
|
|
47463
|
-
return this._getConstraintFormula1(a, this.
|
|
47519
|
+
return this._getConstraintFormula1(a, this._a5, this._a0, this._bc);
|
|
47464
47520
|
}
|
|
47465
47521
|
/**
|
|
47466
47522
|
* @hidden
|
|
47467
47523
|
*/
|
|
47468
47524
|
_getConstraintFormula1(a, b, c, d) {
|
|
47469
|
-
let e = this.
|
|
47525
|
+
let e = this._b1(a, b, c, d);
|
|
47470
47526
|
if (e == null) {
|
|
47471
47527
|
return null;
|
|
47472
47528
|
}
|
|
@@ -47492,7 +47548,7 @@ export let OneConstraintDataValidationRule = /*@__PURE__*/ (() => {
|
|
|
47492
47548
|
* @hidden
|
|
47493
47549
|
*/
|
|
47494
47550
|
_setConstraint1(a) {
|
|
47495
|
-
this._setConstraintFormula("=" + ExcelUtils.ej(a, this.
|
|
47551
|
+
this._setConstraintFormula("=" + ExcelUtils.ej(a, this._bc), null);
|
|
47496
47552
|
}
|
|
47497
47553
|
/**
|
|
47498
47554
|
* @hidden
|
|
@@ -47524,21 +47580,21 @@ export let OneConstraintDataValidationRule = /*@__PURE__*/ (() => {
|
|
|
47524
47580
|
* @hidden
|
|
47525
47581
|
*/
|
|
47526
47582
|
_setConstraintFormula(a, b) {
|
|
47527
|
-
this._setConstraintFormula1(a, b, this.
|
|
47583
|
+
this._setConstraintFormula1(a, b, this._a5, this._a0, this._bc);
|
|
47528
47584
|
}
|
|
47529
47585
|
/**
|
|
47530
47586
|
* @hidden
|
|
47531
47587
|
*/
|
|
47532
47588
|
_setConstraintFormula1(a, b, c, d, e) {
|
|
47533
|
-
let f = this.
|
|
47534
|
-
this.
|
|
47589
|
+
let f = this._a2(a, c, d, e);
|
|
47590
|
+
this._cd(f, b, c, d, e);
|
|
47535
47591
|
}
|
|
47536
47592
|
/**
|
|
47537
47593
|
* @hidden
|
|
47538
47594
|
*/
|
|
47539
|
-
|
|
47595
|
+
_b3(a) {
|
|
47540
47596
|
a = 0;
|
|
47541
|
-
let b = ValueConstraintDataValidationRule.
|
|
47597
|
+
let b = ValueConstraintDataValidationRule._bs(this._b0);
|
|
47542
47598
|
if (b.hasValue == false) {
|
|
47543
47599
|
return {
|
|
47544
47600
|
ret: false,
|
|
@@ -47554,10 +47610,10 @@ export let OneConstraintDataValidationRule = /*@__PURE__*/ (() => {
|
|
|
47554
47610
|
/**
|
|
47555
47611
|
* @hidden
|
|
47556
47612
|
*/
|
|
47557
|
-
|
|
47613
|
+
_b2(a) {
|
|
47558
47614
|
a = dateMinValue();
|
|
47559
47615
|
let b;
|
|
47560
|
-
if (((() => { let c = this.
|
|
47616
|
+
if (((() => { let c = this._b3(b); b = c.p0; return c.ret; })()) == false) {
|
|
47561
47617
|
return {
|
|
47562
47618
|
ret: false,
|
|
47563
47619
|
p0: a
|
|
@@ -47579,35 +47635,35 @@ export let OneConstraintDataValidationRule = /*@__PURE__*/ (() => {
|
|
|
47579
47635
|
/**
|
|
47580
47636
|
* @hidden
|
|
47581
47637
|
*/
|
|
47582
|
-
|
|
47583
|
-
return this.
|
|
47638
|
+
_b1(a, b, c, d) {
|
|
47639
|
+
return this._a4(this._b0, a, b, c, d, true);
|
|
47584
47640
|
}
|
|
47585
47641
|
/**
|
|
47586
47642
|
* @hidden
|
|
47587
47643
|
*/
|
|
47588
|
-
|
|
47644
|
+
_cd(a, b, c, d, e, f = false) {
|
|
47589
47645
|
if (!f) {
|
|
47590
|
-
this.
|
|
47646
|
+
this._bi(a, this._j, null, "constraintFormula", true, true, c);
|
|
47591
47647
|
}
|
|
47592
|
-
let g = this.
|
|
47593
|
-
this.
|
|
47648
|
+
let g = this._bf(() => this._getConstraintFormula1("A1", c, 1, CultureInfo.invariantCulture), c);
|
|
47649
|
+
this._b0 = this._a4(a, b, c, d, e, false);
|
|
47594
47650
|
if (nullableNotEquals(g, null)) {
|
|
47595
|
-
this.
|
|
47651
|
+
this._bh(OneConstraintDataValidationRule._bv[0], g.value, this._getConstraintFormula1("A1", c, 1, CultureInfo.invariantCulture));
|
|
47596
47652
|
}
|
|
47597
47653
|
}
|
|
47598
47654
|
/**
|
|
47599
47655
|
* @hidden
|
|
47600
47656
|
*/
|
|
47601
|
-
static
|
|
47657
|
+
static _bx($tContext, $tValue, a, b, c, d = null, e = true, f = false, g = 2048) {
|
|
47602
47658
|
return new ChangeInfo$2($tContext, $tValue, a, 31, b, c, d, e, g, f, null, null);
|
|
47603
47659
|
}
|
|
47604
47660
|
/**
|
|
47605
47661
|
* @hidden
|
|
47606
47662
|
*/
|
|
47607
|
-
static
|
|
47663
|
+
static _bw() {
|
|
47608
47664
|
let a = new Array(2);
|
|
47609
|
-
ChangeInfo.f(a, 0, OneConstraintDataValidationRule.
|
|
47610
|
-
ChangeInfo.f(a, 1, OneConstraintDataValidationRule.
|
|
47665
|
+
ChangeInfo.f(a, 0, OneConstraintDataValidationRule._bx(LimitedValueDataValidationRule_FormulaChangeContext.$, String_$type, "ConstraintFormula", (b) => b.c, (b, c) => (b.a)._setConstraintFormula1(c, "A1", b.b, 1, CultureInfo.invariantCulture)));
|
|
47666
|
+
ChangeInfo.f(a, 1, OneConstraintDataValidationRule._bx(OneConstraintDataValidationRule.$, OneConstraintDataValidationOperator_$type, "ValidationOperator", (b) => b.validationOperator, (b, c) => b.validationOperator = c));
|
|
47611
47667
|
return a;
|
|
47612
47668
|
}
|
|
47613
47669
|
/**
|
|
@@ -47626,36 +47682,36 @@ export let OneConstraintDataValidationRule = /*@__PURE__*/ (() => {
|
|
|
47626
47682
|
* @see [[ValueConstraintDataValidationRule.validationCriteria]]
|
|
47627
47683
|
*/
|
|
47628
47684
|
get validationOperator() {
|
|
47629
|
-
return this.
|
|
47685
|
+
return this._by;
|
|
47630
47686
|
}
|
|
47631
47687
|
set validationOperator(a) {
|
|
47632
|
-
if (this.
|
|
47688
|
+
if (this._by == a) {
|
|
47633
47689
|
return;
|
|
47634
47690
|
}
|
|
47635
47691
|
if (EnumUtil.isDefined(OneConstraintDataValidationOperator_$type, enumGetBox(OneConstraintDataValidationOperator_$type, a)) == false) {
|
|
47636
47692
|
throw new InvalidEnumArgumentException("value", a, OneConstraintDataValidationOperator_$type);
|
|
47637
47693
|
}
|
|
47638
|
-
let b = OneConstraintDataValidationRule.
|
|
47639
|
-
this.
|
|
47694
|
+
let b = OneConstraintDataValidationRule._bv[1].g(OneConstraintDataValidationRule.$, OneConstraintDataValidationOperator_$type, this, this._by, a);
|
|
47695
|
+
this._by = b.p1;
|
|
47640
47696
|
}
|
|
47641
47697
|
}
|
|
47642
47698
|
OneConstraintDataValidationRule.$t = /*@__PURE__*/ markType(OneConstraintDataValidationRule, 'OneConstraintDataValidationRule', ValueConstraintDataValidationRule.$);
|
|
47643
47699
|
/**
|
|
47644
47700
|
* @hidden
|
|
47645
47701
|
*/
|
|
47646
|
-
OneConstraintDataValidationRule.
|
|
47702
|
+
OneConstraintDataValidationRule._b4 = 0;
|
|
47647
47703
|
/**
|
|
47648
47704
|
* @hidden
|
|
47649
47705
|
*/
|
|
47650
|
-
OneConstraintDataValidationRule.
|
|
47706
|
+
OneConstraintDataValidationRule._b6 = 1;
|
|
47651
47707
|
/**
|
|
47652
47708
|
* @hidden
|
|
47653
47709
|
*/
|
|
47654
|
-
OneConstraintDataValidationRule.
|
|
47710
|
+
OneConstraintDataValidationRule._b5 = 2;
|
|
47655
47711
|
/**
|
|
47656
47712
|
* @hidden
|
|
47657
47713
|
*/
|
|
47658
|
-
OneConstraintDataValidationRule.
|
|
47714
|
+
OneConstraintDataValidationRule._bv = /*@__PURE__*/ OneConstraintDataValidationRule._bw();
|
|
47659
47715
|
return OneConstraintDataValidationRule;
|
|
47660
47716
|
})();
|
|
47661
47717
|
/**
|
|
@@ -47679,9 +47735,9 @@ export let TwoConstraintDataValidationRule = /*@__PURE__*/ (() => {
|
|
|
47679
47735
|
case 0:
|
|
47680
47736
|
{
|
|
47681
47737
|
super();
|
|
47682
|
-
this.
|
|
47683
|
-
this.
|
|
47684
|
-
this.
|
|
47738
|
+
this._b0 = null;
|
|
47739
|
+
this._b1 = null;
|
|
47740
|
+
this._b2 = 0;
|
|
47685
47741
|
}
|
|
47686
47742
|
break;
|
|
47687
47743
|
case 1:
|
|
@@ -47689,11 +47745,11 @@ export let TwoConstraintDataValidationRule = /*@__PURE__*/ (() => {
|
|
|
47689
47745
|
let validationOperator = _rest[0];
|
|
47690
47746
|
let validationCriteria = _rest[1];
|
|
47691
47747
|
super();
|
|
47692
|
-
this.
|
|
47693
|
-
this.
|
|
47694
|
-
this.
|
|
47695
|
-
this.
|
|
47696
|
-
this.
|
|
47748
|
+
this._b0 = null;
|
|
47749
|
+
this._b1 = null;
|
|
47750
|
+
this._b2 = 0;
|
|
47751
|
+
this._b2 = validationOperator;
|
|
47752
|
+
this._bt(validationCriteria, "validationCriteria");
|
|
47697
47753
|
}
|
|
47698
47754
|
break;
|
|
47699
47755
|
default: throw new Error('Invalid arguments');
|
|
@@ -47702,14 +47758,14 @@ export let TwoConstraintDataValidationRule = /*@__PURE__*/ (() => {
|
|
|
47702
47758
|
/**
|
|
47703
47759
|
* @hidden
|
|
47704
47760
|
*/
|
|
47705
|
-
|
|
47706
|
-
return this.
|
|
47761
|
+
_n(a) {
|
|
47762
|
+
return this._by(a, this._a5, this._a0, this._bc);
|
|
47707
47763
|
}
|
|
47708
47764
|
/**
|
|
47709
47765
|
* @hidden
|
|
47710
47766
|
*/
|
|
47711
|
-
|
|
47712
|
-
return this.
|
|
47767
|
+
_o(a) {
|
|
47768
|
+
return this._bz(a, this._a5, this._a0, this._bc);
|
|
47713
47769
|
}
|
|
47714
47770
|
/**
|
|
47715
47771
|
* Indicates if this rule is structurally equivalent to another.
|
|
@@ -47718,67 +47774,67 @@ export let TwoConstraintDataValidationRule = /*@__PURE__*/ (() => {
|
|
|
47718
47774
|
*/
|
|
47719
47775
|
isEquivalentTo(other) {
|
|
47720
47776
|
let a = typeCast(TwoConstraintDataValidationRule.$, other);
|
|
47721
|
-
return a != null && super.isEquivalentTo(other) && a.
|
|
47777
|
+
return a != null && super.isEquivalentTo(other) && a._b2 == this._b2 && DataValidationRule._s(a._b0, this._b0) && DataValidationRule._s(a._b1, this._b1);
|
|
47722
47778
|
}
|
|
47723
47779
|
/**
|
|
47724
47780
|
* @hidden
|
|
47725
47781
|
*/
|
|
47726
|
-
|
|
47727
|
-
super.
|
|
47728
|
-
let c = this.
|
|
47729
|
-
this.
|
|
47730
|
-
let d = this.
|
|
47731
|
-
this.
|
|
47782
|
+
_ar(a, b) {
|
|
47783
|
+
super._ar(a, b);
|
|
47784
|
+
let c = this._bg(this._b0, b);
|
|
47785
|
+
this._b0 = c.p0;
|
|
47786
|
+
let d = this._bg(this._b1, b);
|
|
47787
|
+
this._b1 = d.p0;
|
|
47732
47788
|
}
|
|
47733
47789
|
/**
|
|
47734
47790
|
* @hidden
|
|
47735
47791
|
*/
|
|
47736
|
-
|
|
47737
|
-
if (this.
|
|
47738
|
-
this.
|
|
47792
|
+
_as() {
|
|
47793
|
+
if (this._b0 != null) {
|
|
47794
|
+
this._b0._bu();
|
|
47739
47795
|
}
|
|
47740
|
-
if (this.
|
|
47741
|
-
this.
|
|
47796
|
+
if (this._b1 != null) {
|
|
47797
|
+
this._b1._bu();
|
|
47742
47798
|
}
|
|
47743
|
-
super.
|
|
47799
|
+
super._as();
|
|
47744
47800
|
}
|
|
47745
47801
|
/**
|
|
47746
47802
|
* @hidden
|
|
47747
47803
|
*/
|
|
47748
|
-
|
|
47749
|
-
return this.
|
|
47804
|
+
get__l() {
|
|
47805
|
+
return this._b2;
|
|
47750
47806
|
}
|
|
47751
47807
|
/**
|
|
47752
47808
|
* @hidden
|
|
47753
47809
|
*/
|
|
47754
|
-
get
|
|
47755
|
-
return this.
|
|
47810
|
+
get _l() {
|
|
47811
|
+
return this.get__l();
|
|
47756
47812
|
}
|
|
47757
47813
|
/**
|
|
47758
47814
|
* @hidden
|
|
47759
47815
|
*/
|
|
47760
|
-
|
|
47761
|
-
this.
|
|
47816
|
+
_at(a, b) {
|
|
47817
|
+
this._ck(a, b, this._a5, this._a0, this._bc, true);
|
|
47762
47818
|
}
|
|
47763
47819
|
/**
|
|
47764
47820
|
* @hidden
|
|
47765
47821
|
*/
|
|
47766
|
-
|
|
47767
|
-
this.
|
|
47822
|
+
_au(a, b) {
|
|
47823
|
+
this._cp(a, b, this._a5, this._a0, this._bc, true);
|
|
47768
47824
|
}
|
|
47769
47825
|
/**
|
|
47770
47826
|
* @hidden
|
|
47771
47827
|
*/
|
|
47772
|
-
|
|
47828
|
+
_bp(a, b) {
|
|
47773
47829
|
let c, d;
|
|
47774
|
-
if (!((() => { let e = this.
|
|
47775
|
-
let e = this.
|
|
47830
|
+
if (!((() => { let e = this._b5(c); c = e.p0; return e.ret; })())) {
|
|
47831
|
+
let e = this._az(this._b0, a);
|
|
47776
47832
|
if (e == null || ((() => { let f = e._toDouble1(c); c = f.p0; return f.ret; })()) == false) {
|
|
47777
47833
|
return false;
|
|
47778
47834
|
}
|
|
47779
47835
|
}
|
|
47780
|
-
if (!((() => { let f = this.
|
|
47781
|
-
let f = this.
|
|
47836
|
+
if (!((() => { let f = this._b7(d); d = f.p0; return f.ret; })())) {
|
|
47837
|
+
let f = this._az(this._b1, a);
|
|
47782
47838
|
if (f == null || ((() => { let g = f._toDouble1(d); d = g.p0; return g.ret; })()) == false) {
|
|
47783
47839
|
return false;
|
|
47784
47840
|
}
|
|
@@ -47789,10 +47845,10 @@ export let TwoConstraintDataValidationRule = /*@__PURE__*/ (() => {
|
|
|
47789
47845
|
/**
|
|
47790
47846
|
* @hidden
|
|
47791
47847
|
*/
|
|
47792
|
-
|
|
47793
|
-
let c = this.
|
|
47794
|
-
this.
|
|
47795
|
-
this.
|
|
47848
|
+
_aw(a, b) {
|
|
47849
|
+
let c = this._a5;
|
|
47850
|
+
this._bi(this._b0, a, b, "lowerConstraintFormula", true, true, c);
|
|
47851
|
+
this._bi(this._b1, a, b, "upperConstraintFormula", true, false, c);
|
|
47796
47852
|
}
|
|
47797
47853
|
getLowerConstraintFormula() {
|
|
47798
47854
|
let n;
|
|
@@ -47814,13 +47870,13 @@ export let TwoConstraintDataValidationRule = /*@__PURE__*/ (() => {
|
|
|
47814
47870
|
* @hidden
|
|
47815
47871
|
*/
|
|
47816
47872
|
_getLowerConstraintFormula(a) {
|
|
47817
|
-
return this._getLowerConstraintFormula1(a, this.
|
|
47873
|
+
return this._getLowerConstraintFormula1(a, this._a5, this._a0, this._bc);
|
|
47818
47874
|
}
|
|
47819
47875
|
/**
|
|
47820
47876
|
* @hidden
|
|
47821
47877
|
*/
|
|
47822
47878
|
_getLowerConstraintFormula1(a, b, c, d) {
|
|
47823
|
-
let e = this.
|
|
47879
|
+
let e = this._by(a, b, c, d);
|
|
47824
47880
|
if (e == null) {
|
|
47825
47881
|
return null;
|
|
47826
47882
|
}
|
|
@@ -47846,13 +47902,13 @@ export let TwoConstraintDataValidationRule = /*@__PURE__*/ (() => {
|
|
|
47846
47902
|
* @hidden
|
|
47847
47903
|
*/
|
|
47848
47904
|
_getUpperConstraintFormula(a) {
|
|
47849
|
-
return this._getUpperConstraintFormula1(a, this.
|
|
47905
|
+
return this._getUpperConstraintFormula1(a, this._a5, this._a0, this._bc);
|
|
47850
47906
|
}
|
|
47851
47907
|
/**
|
|
47852
47908
|
* @hidden
|
|
47853
47909
|
*/
|
|
47854
47910
|
_getUpperConstraintFormula1(a, b, c, d) {
|
|
47855
|
-
let e = this.
|
|
47911
|
+
let e = this._bz(a, b, c, d);
|
|
47856
47912
|
if (e == null) {
|
|
47857
47913
|
return null;
|
|
47858
47914
|
}
|
|
@@ -47878,7 +47934,7 @@ export let TwoConstraintDataValidationRule = /*@__PURE__*/ (() => {
|
|
|
47878
47934
|
* @hidden
|
|
47879
47935
|
*/
|
|
47880
47936
|
_setLowerConstraint1(a) {
|
|
47881
|
-
this._setLowerConstraintFormula("=" + ExcelUtils.ej(a, this.
|
|
47937
|
+
this._setLowerConstraintFormula("=" + ExcelUtils.ej(a, this._bc), null);
|
|
47882
47938
|
}
|
|
47883
47939
|
/**
|
|
47884
47940
|
* @hidden
|
|
@@ -47910,14 +47966,14 @@ export let TwoConstraintDataValidationRule = /*@__PURE__*/ (() => {
|
|
|
47910
47966
|
* @hidden
|
|
47911
47967
|
*/
|
|
47912
47968
|
_setLowerConstraintFormula(a, b) {
|
|
47913
|
-
this._setLowerConstraintFormula1(a, b, this.
|
|
47969
|
+
this._setLowerConstraintFormula1(a, b, this._a5, this._a0, this._bc);
|
|
47914
47970
|
}
|
|
47915
47971
|
/**
|
|
47916
47972
|
* @hidden
|
|
47917
47973
|
*/
|
|
47918
47974
|
_setLowerConstraintFormula1(a, b, c, d, e) {
|
|
47919
|
-
let f = this.
|
|
47920
|
-
this.
|
|
47975
|
+
let f = this._a2(a, c, d, e);
|
|
47976
|
+
this._ck(f, b, c, d, e);
|
|
47921
47977
|
}
|
|
47922
47978
|
setUpperConstraint() {
|
|
47923
47979
|
let n;
|
|
@@ -47939,7 +47995,7 @@ export let TwoConstraintDataValidationRule = /*@__PURE__*/ (() => {
|
|
|
47939
47995
|
* @hidden
|
|
47940
47996
|
*/
|
|
47941
47997
|
_setUpperConstraint1(a) {
|
|
47942
|
-
this._setUpperConstraintFormula("=" + ExcelUtils.ej(a, this.
|
|
47998
|
+
this._setUpperConstraintFormula("=" + ExcelUtils.ej(a, this._bc), null);
|
|
47943
47999
|
}
|
|
47944
48000
|
/**
|
|
47945
48001
|
* @hidden
|
|
@@ -47971,21 +48027,21 @@ export let TwoConstraintDataValidationRule = /*@__PURE__*/ (() => {
|
|
|
47971
48027
|
* @hidden
|
|
47972
48028
|
*/
|
|
47973
48029
|
_setUpperConstraintFormula(a, b) {
|
|
47974
|
-
this._setUpperConstraintFormula1(a, b, this.
|
|
48030
|
+
this._setUpperConstraintFormula1(a, b, this._a5, this._a0, this._bc);
|
|
47975
48031
|
}
|
|
47976
48032
|
/**
|
|
47977
48033
|
* @hidden
|
|
47978
48034
|
*/
|
|
47979
48035
|
_setUpperConstraintFormula1(a, b, c, d, e) {
|
|
47980
|
-
let f = this.
|
|
47981
|
-
this.
|
|
48036
|
+
let f = this._a2(a, c, d, e);
|
|
48037
|
+
this._cp(f, b, c, d, e);
|
|
47982
48038
|
}
|
|
47983
48039
|
/**
|
|
47984
48040
|
* @hidden
|
|
47985
48041
|
*/
|
|
47986
|
-
|
|
48042
|
+
_b5(a) {
|
|
47987
48043
|
a = 0;
|
|
47988
|
-
let b = ValueConstraintDataValidationRule.
|
|
48044
|
+
let b = ValueConstraintDataValidationRule._bs(this._b0);
|
|
47989
48045
|
if (b.hasValue == false) {
|
|
47990
48046
|
return {
|
|
47991
48047
|
ret: false,
|
|
@@ -48001,10 +48057,10 @@ export let TwoConstraintDataValidationRule = /*@__PURE__*/ (() => {
|
|
|
48001
48057
|
/**
|
|
48002
48058
|
* @hidden
|
|
48003
48059
|
*/
|
|
48004
|
-
|
|
48060
|
+
_b4(a) {
|
|
48005
48061
|
a = dateMinValue();
|
|
48006
48062
|
let b;
|
|
48007
|
-
if (((() => { let c = this.
|
|
48063
|
+
if (((() => { let c = this._b5(b); b = c.p0; return c.ret; })()) == false) {
|
|
48008
48064
|
return {
|
|
48009
48065
|
ret: false,
|
|
48010
48066
|
p0: a
|
|
@@ -48026,9 +48082,9 @@ export let TwoConstraintDataValidationRule = /*@__PURE__*/ (() => {
|
|
|
48026
48082
|
/**
|
|
48027
48083
|
* @hidden
|
|
48028
48084
|
*/
|
|
48029
|
-
|
|
48085
|
+
_b7(a) {
|
|
48030
48086
|
a = 0;
|
|
48031
|
-
let b = ValueConstraintDataValidationRule.
|
|
48087
|
+
let b = ValueConstraintDataValidationRule._bs(this._b1);
|
|
48032
48088
|
if (b.hasValue == false) {
|
|
48033
48089
|
return {
|
|
48034
48090
|
ret: false,
|
|
@@ -48044,10 +48100,10 @@ export let TwoConstraintDataValidationRule = /*@__PURE__*/ (() => {
|
|
|
48044
48100
|
/**
|
|
48045
48101
|
* @hidden
|
|
48046
48102
|
*/
|
|
48047
|
-
|
|
48103
|
+
_b6(a) {
|
|
48048
48104
|
a = dateMinValue();
|
|
48049
48105
|
let b;
|
|
48050
|
-
if (((() => { let c = this.
|
|
48106
|
+
if (((() => { let c = this._b7(b); b = c.p0; return c.ret; })()) == false) {
|
|
48051
48107
|
return {
|
|
48052
48108
|
ret: false,
|
|
48053
48109
|
p0: a
|
|
@@ -48069,69 +48125,69 @@ export let TwoConstraintDataValidationRule = /*@__PURE__*/ (() => {
|
|
|
48069
48125
|
/**
|
|
48070
48126
|
* @hidden
|
|
48071
48127
|
*/
|
|
48072
|
-
|
|
48073
|
-
return this.
|
|
48128
|
+
_by(a, b, c, d) {
|
|
48129
|
+
return this._a4(this._b0, a, b, c, d, true);
|
|
48074
48130
|
}
|
|
48075
48131
|
/**
|
|
48076
48132
|
* @hidden
|
|
48077
48133
|
*/
|
|
48078
|
-
|
|
48079
|
-
return this.
|
|
48134
|
+
_bz(a, b, c, d) {
|
|
48135
|
+
return this._a4(this._b1, a, b, c, d, true);
|
|
48080
48136
|
}
|
|
48081
48137
|
/**
|
|
48082
48138
|
* @hidden
|
|
48083
48139
|
*/
|
|
48084
|
-
|
|
48140
|
+
_ck(a, b, c, d, e, f = false) {
|
|
48085
48141
|
if (!f) {
|
|
48086
|
-
this.
|
|
48142
|
+
this._bi(a, this._j, null, "lowerConstraintFormula", true, true, c);
|
|
48087
48143
|
}
|
|
48088
|
-
let g = ValueConstraintDataValidationRule.
|
|
48089
|
-
let h = ValueConstraintDataValidationRule.
|
|
48144
|
+
let g = ValueConstraintDataValidationRule._bs(a);
|
|
48145
|
+
let h = ValueConstraintDataValidationRule._bs(this._b1);
|
|
48090
48146
|
if (g.hasValue && h.hasValue) {
|
|
48091
48147
|
if (h.value < g.value) {
|
|
48092
48148
|
throw new ArgumentException(2, ExcelUtils.ef("LE_ArgumentException_DV_LowerGreaterThanUpperContraint"), "lowerConstraintFormula");
|
|
48093
48149
|
}
|
|
48094
48150
|
}
|
|
48095
|
-
let i = this.
|
|
48096
|
-
this.
|
|
48151
|
+
let i = this._bf(() => this._getLowerConstraintFormula1("A1", c, 1, CultureInfo.invariantCulture), c);
|
|
48152
|
+
this._b0 = this._a4(a, b, c, d, e, false);
|
|
48097
48153
|
if (nullableNotEquals(i, null)) {
|
|
48098
|
-
this.
|
|
48154
|
+
this._bh(TwoConstraintDataValidationRule._bv[0], i.value, this._getLowerConstraintFormula1("A1", c, 1, CultureInfo.invariantCulture));
|
|
48099
48155
|
}
|
|
48100
48156
|
}
|
|
48101
48157
|
/**
|
|
48102
48158
|
* @hidden
|
|
48103
48159
|
*/
|
|
48104
|
-
|
|
48160
|
+
_cp(a, b, c, d, e, f = false) {
|
|
48105
48161
|
if (!f) {
|
|
48106
|
-
this.
|
|
48162
|
+
this._bi(a, this._j, null, "upperConstraintFormula", true, false, c);
|
|
48107
48163
|
}
|
|
48108
|
-
let g = ValueConstraintDataValidationRule.
|
|
48109
|
-
let h = ValueConstraintDataValidationRule.
|
|
48164
|
+
let g = ValueConstraintDataValidationRule._bs(this._b0);
|
|
48165
|
+
let h = ValueConstraintDataValidationRule._bs(a);
|
|
48110
48166
|
if (g.hasValue && h.hasValue) {
|
|
48111
48167
|
if (h.value < g.value) {
|
|
48112
48168
|
throw new ArgumentException(2, ExcelUtils.ef("LE_ArgumentException_DV_UpperLessThanLowerContraint"), "upperConstraintFormula");
|
|
48113
48169
|
}
|
|
48114
48170
|
}
|
|
48115
|
-
let i = this.
|
|
48116
|
-
this.
|
|
48171
|
+
let i = this._bf(() => this._getUpperConstraintFormula1("A1", c, 1, CultureInfo.invariantCulture), c);
|
|
48172
|
+
this._b1 = this._a4(a, b, c, d, e, false);
|
|
48117
48173
|
if (nullableNotEquals(i, null)) {
|
|
48118
|
-
this.
|
|
48174
|
+
this._bh(TwoConstraintDataValidationRule._bv[1], i.value, this._getUpperConstraintFormula1("A1", c, 1, CultureInfo.invariantCulture));
|
|
48119
48175
|
}
|
|
48120
48176
|
}
|
|
48121
48177
|
/**
|
|
48122
48178
|
* @hidden
|
|
48123
48179
|
*/
|
|
48124
|
-
static
|
|
48180
|
+
static _bx($tContext, $tValue, a, b, c, d = null, e = true, f = false, g = 2048) {
|
|
48125
48181
|
return new ChangeInfo$2($tContext, $tValue, a, 31, b, c, d, e, g, f, null, null);
|
|
48126
48182
|
}
|
|
48127
48183
|
/**
|
|
48128
48184
|
* @hidden
|
|
48129
48185
|
*/
|
|
48130
|
-
static
|
|
48186
|
+
static _bw() {
|
|
48131
48187
|
let a = new Array(3);
|
|
48132
|
-
ChangeInfo.f(a, 0, TwoConstraintDataValidationRule.
|
|
48133
|
-
ChangeInfo.f(a, 1, TwoConstraintDataValidationRule.
|
|
48134
|
-
ChangeInfo.f(a, 2, TwoConstraintDataValidationRule.
|
|
48188
|
+
ChangeInfo.f(a, 0, TwoConstraintDataValidationRule._bx(LimitedValueDataValidationRule_FormulaChangeContext.$, String_$type, "LowerConstraintFormula", (b) => b.c, (b, c) => (b.a)._setLowerConstraintFormula1(c, "A1", b.b, 1, CultureInfo.invariantCulture)));
|
|
48189
|
+
ChangeInfo.f(a, 1, TwoConstraintDataValidationRule._bx(LimitedValueDataValidationRule_FormulaChangeContext.$, String_$type, "UpperConstraintFormula", (b) => b.c, (b, c) => (b.a)._setUpperConstraintFormula1(c, "A1", b.b, 1, CultureInfo.invariantCulture)));
|
|
48190
|
+
ChangeInfo.f(a, 2, TwoConstraintDataValidationRule._bx(TwoConstraintDataValidationRule.$, TwoConstraintDataValidationOperator_$type, "ValidationOperator", (b) => b.validationOperator, (b, c) => b.validationOperator = c));
|
|
48135
48191
|
return a;
|
|
48136
48192
|
}
|
|
48137
48193
|
/**
|
|
@@ -48156,40 +48212,40 @@ export let TwoConstraintDataValidationRule = /*@__PURE__*/ (() => {
|
|
|
48156
48212
|
* @see [[ValueConstraintDataValidationRule.validationCriteria]]
|
|
48157
48213
|
*/
|
|
48158
48214
|
get validationOperator() {
|
|
48159
|
-
return this.
|
|
48215
|
+
return this._b2;
|
|
48160
48216
|
}
|
|
48161
48217
|
set validationOperator(a) {
|
|
48162
|
-
if (this.
|
|
48218
|
+
if (this._b2 == a) {
|
|
48163
48219
|
return;
|
|
48164
48220
|
}
|
|
48165
48221
|
if (EnumUtil.isDefined(TwoConstraintDataValidationOperator_$type, enumGetBox(TwoConstraintDataValidationOperator_$type, a)) == false) {
|
|
48166
48222
|
throw new InvalidEnumArgumentException("value", a, TwoConstraintDataValidationOperator_$type);
|
|
48167
48223
|
}
|
|
48168
|
-
let b = TwoConstraintDataValidationRule.
|
|
48169
|
-
this.
|
|
48224
|
+
let b = TwoConstraintDataValidationRule._bv[2].g(TwoConstraintDataValidationRule.$, TwoConstraintDataValidationOperator_$type, this, this._b2, a);
|
|
48225
|
+
this._b2 = b.p1;
|
|
48170
48226
|
}
|
|
48171
48227
|
}
|
|
48172
48228
|
TwoConstraintDataValidationRule.$t = /*@__PURE__*/ markType(TwoConstraintDataValidationRule, 'TwoConstraintDataValidationRule', ValueConstraintDataValidationRule.$);
|
|
48173
48229
|
/**
|
|
48174
48230
|
* @hidden
|
|
48175
48231
|
*/
|
|
48176
|
-
TwoConstraintDataValidationRule.
|
|
48232
|
+
TwoConstraintDataValidationRule._b8 = 0;
|
|
48177
48233
|
/**
|
|
48178
48234
|
* @hidden
|
|
48179
48235
|
*/
|
|
48180
|
-
TwoConstraintDataValidationRule.
|
|
48236
|
+
TwoConstraintDataValidationRule._ca = 1;
|
|
48181
48237
|
/**
|
|
48182
48238
|
* @hidden
|
|
48183
48239
|
*/
|
|
48184
|
-
TwoConstraintDataValidationRule.
|
|
48240
|
+
TwoConstraintDataValidationRule._cb = 2;
|
|
48185
48241
|
/**
|
|
48186
48242
|
* @hidden
|
|
48187
48243
|
*/
|
|
48188
|
-
TwoConstraintDataValidationRule.
|
|
48244
|
+
TwoConstraintDataValidationRule._b9 = 3;
|
|
48189
48245
|
/**
|
|
48190
48246
|
* @hidden
|
|
48191
48247
|
*/
|
|
48192
|
-
TwoConstraintDataValidationRule.
|
|
48248
|
+
TwoConstraintDataValidationRule._bv = /*@__PURE__*/ TwoConstraintDataValidationRule._bw();
|
|
48193
48249
|
return TwoConstraintDataValidationRule;
|
|
48194
48250
|
})();
|
|
48195
48251
|
/**
|
|
@@ -48488,7 +48544,7 @@ export let DisplayValueCollection = /*@__PURE__*/ (() => {
|
|
|
48488
48544
|
if (a != null) {
|
|
48489
48545
|
let b = this._d._b.workbook;
|
|
48490
48546
|
if (b != null) {
|
|
48491
|
-
b.
|
|
48547
|
+
b._ih(a);
|
|
48492
48548
|
}
|
|
48493
48549
|
}
|
|
48494
48550
|
}
|
|
@@ -49270,7 +49326,7 @@ export let FormattedFontBase = /*@__PURE__*/ (() => {
|
|
|
49270
49326
|
this.superscriptSubscriptStyle = source.superscriptSubscriptStyle;
|
|
49271
49327
|
this.underlineStyle = source.underlineStyle;
|
|
49272
49328
|
if (b != null) {
|
|
49273
|
-
a.
|
|
49329
|
+
a._ih(b);
|
|
49274
49330
|
}
|
|
49275
49331
|
}
|
|
49276
49332
|
/**
|
|
@@ -51104,7 +51160,7 @@ export let FormattedTextParagraphCollection = /*@__PURE__*/ (() => {
|
|
|
51104
51160
|
if (a != null) {
|
|
51105
51161
|
let b = this._d._workbook;
|
|
51106
51162
|
if (b != null) {
|
|
51107
|
-
b.
|
|
51163
|
+
b._ih(a);
|
|
51108
51164
|
}
|
|
51109
51165
|
}
|
|
51110
51166
|
}
|
|
@@ -56395,7 +56451,7 @@ export let SheetCollection = /*@__PURE__*/ (() => {
|
|
|
56395
56451
|
*/
|
|
56396
56452
|
_insert1(a, b, c, d) {
|
|
56397
56453
|
Sheet._aw(b, "name");
|
|
56398
|
-
this._j.
|
|
56454
|
+
this._j._ji(null, b, "name");
|
|
56399
56455
|
let e;
|
|
56400
56456
|
switch (d) {
|
|
56401
56457
|
case 0:
|
|
@@ -56403,7 +56459,7 @@ export let SheetCollection = /*@__PURE__*/ (() => {
|
|
|
56403
56459
|
break;
|
|
56404
56460
|
case 1:
|
|
56405
56461
|
if (!this._j._c4) {
|
|
56406
|
-
this._j.
|
|
56462
|
+
this._j._je();
|
|
56407
56463
|
}
|
|
56408
56464
|
e = new Chartsheet(b, this._j, c);
|
|
56409
56465
|
break;
|
|
@@ -56672,7 +56728,7 @@ export let NamedReferenceBase = /*@__PURE__*/ (() => {
|
|
|
56672
56728
|
_a8(a) {
|
|
56673
56729
|
let b = this._k;
|
|
56674
56730
|
if (b != null) {
|
|
56675
|
-
b.
|
|
56731
|
+
b._jh(a, this);
|
|
56676
56732
|
}
|
|
56677
56733
|
}
|
|
56678
56734
|
/**
|
|
@@ -57549,7 +57605,7 @@ export let NamedReference = /*@__PURE__*/ (() => {
|
|
|
57549
57605
|
throw new ArgumentException(2, ExcelUtils.ef("LE_ArgumentException_FormulaReferencesInvalidCells"), "formula");
|
|
57550
57606
|
}
|
|
57551
57607
|
if (e._k != null) {
|
|
57552
|
-
e._k.
|
|
57608
|
+
e._k._jg(c, null, -1);
|
|
57553
57609
|
}
|
|
57554
57610
|
e._j = c;
|
|
57555
57611
|
a.b._bz = null;
|
|
@@ -57569,7 +57625,7 @@ export let NamedReference = /*@__PURE__*/ (() => {
|
|
|
57569
57625
|
}
|
|
57570
57626
|
let a = this._k;
|
|
57571
57627
|
if (a != null) {
|
|
57572
|
-
a.
|
|
57628
|
+
a._iw(this._bn);
|
|
57573
57629
|
}
|
|
57574
57630
|
if (this._r) {
|
|
57575
57631
|
let b = typeCast(Worksheet.$, this.scope);
|
|
@@ -58235,7 +58291,7 @@ export let NamedReferenceCollection = /*@__PURE__*/ (() => {
|
|
|
58235
58291
|
_ab(a) {
|
|
58236
58292
|
if (a != null) {
|
|
58237
58293
|
if (this._n != null) {
|
|
58238
|
-
this._n.
|
|
58294
|
+
this._n._ih(a);
|
|
58239
58295
|
}
|
|
58240
58296
|
}
|
|
58241
58297
|
}
|
|
@@ -59016,7 +59072,7 @@ export let PageBreakCollection$1 = /*@__PURE__*/ (() => {
|
|
|
59016
59072
|
if (a != null) {
|
|
59017
59073
|
let b = this._e._ck.workbook;
|
|
59018
59074
|
if (b != null) {
|
|
59019
|
-
b.
|
|
59075
|
+
b._ih(a);
|
|
59020
59076
|
}
|
|
59021
59077
|
}
|
|
59022
59078
|
}
|
|
@@ -64118,7 +64174,7 @@ export let CustomTableStyleCollection = /*@__PURE__*/ (() => {
|
|
|
64118
64174
|
_p(a) {
|
|
64119
64175
|
if (a != null) {
|
|
64120
64176
|
if (this._d != null) {
|
|
64121
|
-
this._d.
|
|
64177
|
+
this._d._ih(a);
|
|
64122
64178
|
}
|
|
64123
64179
|
}
|
|
64124
64180
|
}
|
|
@@ -65111,7 +65167,7 @@ export let WorksheetTable = /*@__PURE__*/ (() => {
|
|
|
65111
65167
|
let p = new List$1(Formula.$, 0);
|
|
65112
65168
|
let q = this._k;
|
|
65113
65169
|
if (q != null) {
|
|
65114
|
-
q.
|
|
65170
|
+
q._ig(this, h, p);
|
|
65115
65171
|
}
|
|
65116
65172
|
let r = this._bw;
|
|
65117
65173
|
this._bw = g;
|
|
@@ -65290,7 +65346,7 @@ export let WorksheetTable = /*@__PURE__*/ (() => {
|
|
|
65290
65346
|
if (b.count != 0) {
|
|
65291
65347
|
let x = this._k;
|
|
65292
65348
|
if (x != null) {
|
|
65293
|
-
x.
|
|
65349
|
+
x._id(this, b);
|
|
65294
65350
|
}
|
|
65295
65351
|
}
|
|
65296
65352
|
}
|
|
@@ -65686,7 +65742,7 @@ export let WorksheetTable = /*@__PURE__*/ (() => {
|
|
|
65686
65742
|
if (this.isTotalsRowVisible && a.q) {
|
|
65687
65743
|
let e = this.totalsRowRegion._h;
|
|
65688
65744
|
if (b._h(e)) {
|
|
65689
|
-
this._k.
|
|
65745
|
+
this._k._io(() => this._cz = false);
|
|
65690
65746
|
if (b._ac == e._ac) {
|
|
65691
65747
|
return true;
|
|
65692
65748
|
}
|
|
@@ -65702,7 +65758,7 @@ export let WorksheetTable = /*@__PURE__*/ (() => {
|
|
|
65702
65758
|
*/
|
|
65703
65759
|
_em(a) {
|
|
65704
65760
|
if (a != null) {
|
|
65705
|
-
a.
|
|
65761
|
+
a._ie(this);
|
|
65706
65762
|
}
|
|
65707
65763
|
if (this._b2 != null) {
|
|
65708
65764
|
this._b2._l();
|
|
@@ -65837,7 +65893,7 @@ export let WorksheetTable = /*@__PURE__*/ (() => {
|
|
|
65837
65893
|
if (!b.isUndoOperation) {
|
|
65838
65894
|
this._bv = this._bw;
|
|
65839
65895
|
d = ((() => { let e = a.e(this._bw, false); this._bw = e.p0; return e.ret; })());
|
|
65840
|
-
this.worksheet.workbook.
|
|
65896
|
+
this.worksheet.workbook._io(() => this._bx = this._bw);
|
|
65841
65897
|
}
|
|
65842
65898
|
else {
|
|
65843
65899
|
d = ShiftAddressResult.c;
|
|
@@ -66293,7 +66349,7 @@ export let WorksheetTable = /*@__PURE__*/ (() => {
|
|
|
66293
66349
|
this._c1 = m;
|
|
66294
66350
|
this._d2();
|
|
66295
66351
|
let ag = new List$1(Formula.$, 0);
|
|
66296
|
-
l.
|
|
66352
|
+
l._ig(this, new List$1(WorksheetTableColumn.$, 0), ag);
|
|
66297
66353
|
for (let ah = 0; ah < ag.count; ah++) {
|
|
66298
66354
|
ag._inner[ah]._b0();
|
|
66299
66355
|
}
|
|
@@ -66373,7 +66429,7 @@ export let WorksheetTable = /*@__PURE__*/ (() => {
|
|
|
66373
66429
|
if (k != null && !i) {
|
|
66374
66430
|
k._df = false;
|
|
66375
66431
|
}
|
|
66376
|
-
k.
|
|
66432
|
+
k._ig(this, new List$1(WorksheetTableColumn.$, 1, n), x);
|
|
66377
66433
|
if (k != null && !i) {
|
|
66378
66434
|
k._df = true;
|
|
66379
66435
|
}
|
|
@@ -66571,7 +66627,7 @@ export let WorksheetTable = /*@__PURE__*/ (() => {
|
|
|
66571
66627
|
if (a != null) {
|
|
66572
66628
|
let b = this._k;
|
|
66573
66629
|
if (b != null) {
|
|
66574
|
-
b.
|
|
66630
|
+
b._ih(a);
|
|
66575
66631
|
}
|
|
66576
66632
|
}
|
|
66577
66633
|
}
|
|
@@ -68071,7 +68127,7 @@ export let WorksheetTableCollection = /*@__PURE__*/ (() => {
|
|
|
68071
68127
|
_u(a, b) {
|
|
68072
68128
|
let c = this._d.workbook;
|
|
68073
68129
|
if (c != null) {
|
|
68074
|
-
c.
|
|
68130
|
+
c._jh(b.name, b);
|
|
68075
68131
|
c._g6 = Math.max(c._g6, b._dv + 1);
|
|
68076
68132
|
}
|
|
68077
68133
|
this._n.insert(a, b);
|
|
@@ -68118,7 +68174,7 @@ export let WorksheetTableCollection = /*@__PURE__*/ (() => {
|
|
|
68118
68174
|
if (a != null) {
|
|
68119
68175
|
let b = this._d.workbook;
|
|
68120
68176
|
if (b != null) {
|
|
68121
|
-
b.
|
|
68177
|
+
b._ih(a);
|
|
68122
68178
|
}
|
|
68123
68179
|
}
|
|
68124
68180
|
}
|
|
@@ -69243,7 +69299,7 @@ export let WorksheetTableColumn = /*@__PURE__*/ (() => {
|
|
|
69243
69299
|
if (a != null) {
|
|
69244
69300
|
let b = this._workbook;
|
|
69245
69301
|
if (b != null) {
|
|
69246
|
-
b.
|
|
69302
|
+
b._ih(a);
|
|
69247
69303
|
}
|
|
69248
69304
|
}
|
|
69249
69305
|
}
|
|
@@ -73313,7 +73369,7 @@ export let ExcelCalcEngine = /*@__PURE__*/ (() => {
|
|
|
73313
73369
|
}
|
|
73314
73370
|
ab(a = true) {
|
|
73315
73371
|
if (!this.a.n(a)) {
|
|
73316
|
-
this.i.
|
|
73372
|
+
this.i._ik();
|
|
73317
73373
|
}
|
|
73318
73374
|
}
|
|
73319
73375
|
ac(a, b) {
|
|
@@ -73430,7 +73486,7 @@ export let ExcelCalcEngine = /*@__PURE__*/ (() => {
|
|
|
73430
73486
|
}
|
|
73431
73487
|
a.value = b;
|
|
73432
73488
|
if (this.h == null && this.f == null && a._w != null) {
|
|
73433
|
-
this.i.
|
|
73489
|
+
this.i._iq(a._w, a._ao);
|
|
73434
73490
|
}
|
|
73435
73491
|
}
|
|
73436
73492
|
z(a, b, c, d) {
|
|
@@ -73445,7 +73501,7 @@ export let ExcelCalcEngine = /*@__PURE__*/ (() => {
|
|
|
73445
73501
|
}
|
|
73446
73502
|
f.value = g;
|
|
73447
73503
|
this.a.ao(f);
|
|
73448
|
-
this.i.
|
|
73504
|
+
this.i._iq(f._w, f._ao);
|
|
73449
73505
|
}
|
|
73450
73506
|
ae() {
|
|
73451
73507
|
this.t.clear();
|
|
@@ -73922,7 +73978,7 @@ export let RefBase = /*@__PURE__*/ (() => {
|
|
|
73922
73978
|
}
|
|
73923
73979
|
let c = this._t;
|
|
73924
73980
|
if (c != null) {
|
|
73925
|
-
c.
|
|
73981
|
+
c._iv(b);
|
|
73926
73982
|
}
|
|
73927
73983
|
b._cx(null, c, a);
|
|
73928
73984
|
this._az(null);
|
|
@@ -87109,7 +87165,7 @@ export let WorksheetShapeCollection = /*@__PURE__*/ (() => {
|
|
|
87109
87165
|
throw new ArgumentNullException(0, "sheet");
|
|
87110
87166
|
}
|
|
87111
87167
|
WorksheetChart._jv(b, a);
|
|
87112
|
-
b.workbook.
|
|
87168
|
+
b.workbook._je();
|
|
87113
87169
|
let e = new WorksheetChart(0);
|
|
87114
87170
|
e._i8();
|
|
87115
87171
|
e.chartType = a;
|
|
@@ -87123,7 +87179,7 @@ export let WorksheetShapeCollection = /*@__PURE__*/ (() => {
|
|
|
87123
87179
|
* @hidden
|
|
87124
87180
|
*/
|
|
87125
87181
|
_addChart1(a, b, c, d, e, f = null) {
|
|
87126
|
-
this._g.workbook.
|
|
87182
|
+
this._g.workbook._je();
|
|
87127
87183
|
WorksheetChart._jv(this._g, a);
|
|
87128
87184
|
if (WorksheetCell.l_op_Equality(b, null) || WorksheetCell.l_op_Equality(d, null)) {
|
|
87129
87185
|
throw new InvalidOperationException(1, ExcelUtils.ef("LE_InvalidOperationException_AnchorShapeBeforeAddingToCollection"));
|
|
@@ -87332,7 +87388,7 @@ export let WorksheetShapeCollection = /*@__PURE__*/ (() => {
|
|
|
87332
87388
|
if (a != null) {
|
|
87333
87389
|
let b = a.workbook;
|
|
87334
87390
|
if (b != null && !b._c4) {
|
|
87335
|
-
b.
|
|
87391
|
+
b._je();
|
|
87336
87392
|
}
|
|
87337
87393
|
}
|
|
87338
87394
|
}
|
|
@@ -87359,7 +87415,7 @@ export let WorksheetShapeCollection = /*@__PURE__*/ (() => {
|
|
|
87359
87415
|
if (a != null) {
|
|
87360
87416
|
let b = this._e.sheet.workbook;
|
|
87361
87417
|
if (b != null) {
|
|
87362
|
-
b.
|
|
87418
|
+
b._ih(a);
|
|
87363
87419
|
}
|
|
87364
87420
|
}
|
|
87365
87421
|
}
|
|
@@ -89153,7 +89209,7 @@ export let WorksheetCellBlock = /*@__PURE__*/ (() => {
|
|
|
89153
89209
|
m._d2();
|
|
89154
89210
|
}
|
|
89155
89211
|
if (s != null) {
|
|
89156
|
-
s.workbook.
|
|
89212
|
+
s.workbook._iq(a, b);
|
|
89157
89213
|
if (q) {
|
|
89158
89214
|
let ab = new WorksheetCellLocation(1, a, b);
|
|
89159
89215
|
WorksheetCellLocation.c.x(ab, j, c);
|
|
@@ -92240,7 +92296,7 @@ export let WorksheetDataTableCollection = /*@__PURE__*/ (() => {
|
|
|
92240
92296
|
if (a != null) {
|
|
92241
92297
|
let b = this._d.workbook;
|
|
92242
92298
|
if (b != null) {
|
|
92243
|
-
b.
|
|
92299
|
+
b._ih(a);
|
|
92244
92300
|
}
|
|
92245
92301
|
}
|
|
92246
92302
|
}
|
|
@@ -95318,7 +95374,7 @@ export let ConditionalFormatCollection = /*@__PURE__*/ (() => {
|
|
|
95318
95374
|
if (a != null) {
|
|
95319
95375
|
let b = this._y.workbook;
|
|
95320
95376
|
if (b != null) {
|
|
95321
|
-
b.
|
|
95377
|
+
b._ih(a);
|
|
95322
95378
|
}
|
|
95323
95379
|
}
|
|
95324
95380
|
}
|
|
@@ -101229,7 +101285,7 @@ export let WorkbookStyleCollection = /*@__PURE__*/ (() => {
|
|
|
101229
101285
|
break;
|
|
101230
101286
|
}
|
|
101231
101287
|
}
|
|
101232
|
-
this._c.
|
|
101288
|
+
this._c._ic(c);
|
|
101233
101289
|
}
|
|
101234
101290
|
/**
|
|
101235
101291
|
* Resets the collection to its original state by clearing all styles and adding in preset built in styles.
|
|
@@ -104420,7 +104476,7 @@ export let WorksheetHyperlinkCollection = /*@__PURE__*/ (() => {
|
|
|
104420
104476
|
if (a != null) {
|
|
104421
104477
|
let b = this._e.workbook;
|
|
104422
104478
|
if (b != null) {
|
|
104423
|
-
b.
|
|
104479
|
+
b._ih(a);
|
|
104424
104480
|
}
|
|
104425
104481
|
}
|
|
104426
104482
|
}
|
|
@@ -105070,7 +105126,7 @@ export let WorksheetMergedCellsRegionCollection = /*@__PURE__*/ (() => {
|
|
|
105070
105126
|
if (a != null) {
|
|
105071
105127
|
let b = this._e.workbook;
|
|
105072
105128
|
if (b != null) {
|
|
105073
|
-
b.
|
|
105129
|
+
b._ih(a);
|
|
105074
105130
|
}
|
|
105075
105131
|
}
|
|
105076
105132
|
}
|
|
@@ -106021,7 +106077,7 @@ export let SparklineCollection = /*@__PURE__*/ (() => {
|
|
|
106021
106077
|
if (a != null) {
|
|
106022
106078
|
let b = this._i.workbook;
|
|
106023
106079
|
if (b != null) {
|
|
106024
|
-
b.
|
|
106080
|
+
b._ih(a);
|
|
106025
106081
|
}
|
|
106026
106082
|
}
|
|
106027
106083
|
}
|
|
@@ -107579,7 +107635,7 @@ export let SparklineGroupCollection = /*@__PURE__*/ (() => {
|
|
|
107579
107635
|
if (a != null) {
|
|
107580
107636
|
let b = this._j.workbook;
|
|
107581
107637
|
if (b != null) {
|
|
107582
|
-
b.
|
|
107638
|
+
b._ih(a);
|
|
107583
107639
|
}
|
|
107584
107640
|
}
|
|
107585
107641
|
}
|
|
@@ -108600,7 +108656,7 @@ export let SortConditionCollection$1 = /*@__PURE__*/ (() => {
|
|
|
108600
108656
|
if (a != null) {
|
|
108601
108657
|
let b = this._f._e.workbook;
|
|
108602
108658
|
if (b != null) {
|
|
108603
|
-
b.
|
|
108659
|
+
b._ih(a);
|
|
108604
108660
|
}
|
|
108605
108661
|
}
|
|
108606
108662
|
}
|
|
@@ -108611,7 +108667,7 @@ export let SortConditionCollection$1 = /*@__PURE__*/ (() => {
|
|
|
108611
108667
|
if (a != null) {
|
|
108612
108668
|
let b = this._f._e.workbook;
|
|
108613
108669
|
if (b != null) {
|
|
108614
|
-
b.
|
|
108670
|
+
b._ii(a);
|
|
108615
108671
|
}
|
|
108616
108672
|
}
|
|
108617
108673
|
}
|
|
@@ -109175,7 +109231,7 @@ export let SortSettings$1 = /*@__PURE__*/ (() => {
|
|
|
109175
109231
|
if (a != null) {
|
|
109176
109232
|
let b = this._e.workbook;
|
|
109177
109233
|
if (b != null) {
|
|
109178
|
-
b.
|
|
109234
|
+
b._ih(a);
|
|
109179
109235
|
}
|
|
109180
109236
|
}
|
|
109181
109237
|
}
|
|
@@ -120308,7 +120364,7 @@ export let FixedDateGroupCollection = /*@__PURE__*/ (() => {
|
|
|
120308
120364
|
if (a != null) {
|
|
120309
120365
|
let b = this._d._b.workbook;
|
|
120310
120366
|
if (b != null) {
|
|
120311
|
-
b.
|
|
120367
|
+
b._ih(a);
|
|
120312
120368
|
}
|
|
120313
120369
|
}
|
|
120314
120370
|
}
|
|
@@ -122754,7 +122810,7 @@ export let WorksheetFilterSettings = /*@__PURE__*/ (() => {
|
|
|
122754
122810
|
if (a != null) {
|
|
122755
122811
|
let b = this._ac.workbook;
|
|
122756
122812
|
if (b != null) {
|
|
122757
|
-
b.
|
|
122813
|
+
b._ih(a);
|
|
122758
122814
|
}
|
|
122759
122815
|
}
|
|
122760
122816
|
}
|