igniteui-webcomponents-excel 4.0.2 → 4.0.4
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 +2889 -2771
- package/bundles/igniteui-webcomponents-excel.umd.min.js +1 -1
- package/esm2015/lib/AlternateContentChoice_combined.js +1 -1
- package/esm2015/lib/BiffRecordStream.js +2 -2
- package/esm2015/lib/BorderInfo.js +2 -2
- package/esm2015/lib/ColorInfo.js +3 -3
- package/esm2015/lib/CustomListSortCondition.js +1 -1
- package/esm2015/lib/DefaultStyleHelper_combined.js +2057 -1977
- package/esm2015/lib/DrawingPartManagerHelpers_combined.js +1 -1
- package/esm2015/lib/DxfInfo.js +6 -6
- package/esm2015/lib/EnumConverter.js +1 -1
- package/esm2015/lib/ExtPropColorLoaded.js +1 -1
- package/esm2015/lib/FinancialUtils.js +6 -6
- package/esm2015/lib/GradientStop.js +1 -1
- package/esm2015/lib/ISheetBackground.js +11 -0
- package/esm2015/lib/IconSortCondition.js +6 -6
- package/esm2015/lib/ImageFormat.js +33 -31
- package/esm2015/lib/MultipleCellBlankInfo.js +1 -1
- package/esm2015/lib/MultipleCellRKInfo.js +2 -2
- package/esm2015/lib/ObjectModelDrawingPartManager_ShapeIdentity.js +1 -1
- package/esm2015/lib/OrderedSortCondition.js +2 -2
- package/esm2015/lib/PngPartManager.js +1 -1
- package/esm2015/lib/TiffPartManager.js +1 -1
- package/esm2015/lib/UltraCalcConditionalFunctionBase_CriteriaEvaluator.js +1 -1
- package/esm2015/lib/UltraCalcFunctionAddress.js +1 -1
- package/esm2015/lib/UltraCalcFunctionLookupBase.js +2 -2
- package/esm2015/lib/UltraCalcFunctionXBase2Dec.js +1 -1
- package/esm2015/lib/WeakWorkbookOwner.js +10 -10
- package/esm2015/lib/WmfPartManager.js +1 -1
- package/esm2015/lib/WorkbookLoadManagerExcel2007_FontCollection.js +1 -1
- package/esm2015/lib/WorkbookLoadManagerExcel2007_ShapeAnchorApplicator.js +7 -7
- package/esm2015/lib/WorkbookLoadManagerExcel2007_combined.js +166 -162
- package/esm2015/lib/WorkbookSaveManagerExcel2003_combined.js +527 -518
- package/esm2015/lib/WorksheetRegion_HorizontalWeakSorter.js +2 -2
- package/esm2015/lib/XFPropBorderLoaded.js +1 -1
- package/esm2015/lib/XFPropColorLoaded.js +1 -1
- package/esm2015/lib/XFPropGradientStopLoaded.js +1 -1
- package/esm2015/lib/XlsxUtilities_ColorTransformsApplicator.js +6 -6
- package/esm2015/lib/XlsxUtilities_combined.js +13 -13
- package/esm2015/public_api.js +1 -0
- package/esm5/lib/AlternateContentChoice_combined.js +1 -1
- package/esm5/lib/BiffRecordStream.js +2 -2
- package/esm5/lib/BorderInfo.js +2 -2
- package/esm5/lib/ColorInfo.js +3 -3
- package/esm5/lib/CustomListSortCondition.js +1 -1
- package/esm5/lib/DefaultStyleHelper_combined.js +2065 -1973
- package/esm5/lib/DrawingPartManagerHelpers_combined.js +1 -1
- package/esm5/lib/DxfInfo.js +6 -6
- package/esm5/lib/EnumConverter.js +1 -1
- package/esm5/lib/ExtPropColorLoaded.js +1 -1
- package/esm5/lib/FinancialUtils.js +6 -6
- package/esm5/lib/GradientStop.js +1 -1
- package/esm5/lib/ISheetBackground.js +11 -0
- package/esm5/lib/IconSortCondition.js +6 -6
- package/esm5/lib/ImageFormat.js +33 -31
- package/esm5/lib/MultipleCellBlankInfo.js +1 -1
- package/esm5/lib/MultipleCellRKInfo.js +2 -2
- package/esm5/lib/ObjectModelDrawingPartManager_ShapeIdentity.js +1 -1
- package/esm5/lib/OrderedSortCondition.js +2 -2
- package/esm5/lib/PngPartManager.js +1 -1
- package/esm5/lib/TiffPartManager.js +1 -1
- package/esm5/lib/UltraCalcConditionalFunctionBase_CriteriaEvaluator.js +1 -1
- package/esm5/lib/UltraCalcFunctionAddress.js +1 -1
- package/esm5/lib/UltraCalcFunctionLookupBase.js +2 -2
- package/esm5/lib/UltraCalcFunctionXBase2Dec.js +1 -1
- package/esm5/lib/WeakWorkbookOwner.js +10 -10
- package/esm5/lib/WmfPartManager.js +1 -1
- package/esm5/lib/WorkbookLoadManagerExcel2007_FontCollection.js +1 -1
- package/esm5/lib/WorkbookLoadManagerExcel2007_ShapeAnchorApplicator.js +7 -7
- package/esm5/lib/WorkbookLoadManagerExcel2007_combined.js +166 -162
- package/esm5/lib/WorkbookSaveManagerExcel2003_combined.js +527 -518
- package/esm5/lib/WorksheetRegion_HorizontalWeakSorter.js +2 -2
- package/esm5/lib/XFPropBorderLoaded.js +1 -1
- package/esm5/lib/XFPropColorLoaded.js +1 -1
- package/esm5/lib/XFPropGradientStopLoaded.js +1 -1
- package/esm5/lib/XlsxUtilities_ColorTransformsApplicator.js +6 -6
- package/esm5/lib/XlsxUtilities_combined.js +13 -13
- package/esm5/public_api.js +1 -0
- package/fesm2015/igniteui-webcomponents-excel.js +2881 -2776
- package/fesm5/igniteui-webcomponents-excel.js +2889 -2772
- package/lib/DefaultStyleHelper_combined.d.ts +378 -339
- package/lib/ISheetBackground.d.ts +12 -0
- package/lib/ImageFormat.d.ts +6 -4
- package/package.json +2 -2
- package/public_api.d.ts +1 -0
|
@@ -2786,7 +2786,7 @@ export let DrawingPartManagerHelpers = /*@__PURE__*/ (() => {
|
|
|
2786
2786
|
if (b == null) {
|
|
2787
2787
|
return;
|
|
2788
2788
|
}
|
|
2789
|
-
a.d._t.di(a);
|
|
2789
|
+
a.d._t.di(a, b.e);
|
|
2790
2790
|
DrawingPartManagerHelpers.ea(a, b.a);
|
|
2791
2791
|
DrawingPartManagerHelpers.ev(a, b.spPr);
|
|
2792
2792
|
DrawingPartManagerHelpers.e0(a, b.style);
|
package/esm2015/lib/DxfInfo.js
CHANGED
|
@@ -33,22 +33,22 @@ export let DxfInfo = /*@__PURE__*/ (() => {
|
|
|
33
33
|
{
|
|
34
34
|
let c = _rest[0];
|
|
35
35
|
let d = _rest[1];
|
|
36
|
-
if (ExcelUtils.
|
|
36
|
+
if (ExcelUtils.by(d.formatOptions, 2)) {
|
|
37
37
|
this.b = AlignmentInfo.e(d, true);
|
|
38
38
|
}
|
|
39
|
-
if (ExcelUtils.
|
|
39
|
+
if (ExcelUtils.by(d.formatOptions, 8)) {
|
|
40
40
|
this.c = BorderInfo.a(c, d);
|
|
41
41
|
}
|
|
42
|
-
if (ExcelUtils.
|
|
42
|
+
if (ExcelUtils.by(d.formatOptions, 16)) {
|
|
43
43
|
this.e = FillInfo.a(c, d);
|
|
44
44
|
}
|
|
45
|
-
if (ExcelUtils.
|
|
45
|
+
if (ExcelUtils.by(d.formatOptions, 1)) {
|
|
46
46
|
this.g = SerializationNumberFormatInfo.a(d);
|
|
47
47
|
}
|
|
48
|
-
if (ExcelUtils.
|
|
48
|
+
if (ExcelUtils.by(d.formatOptions, 32)) {
|
|
49
49
|
this.f = ProtectionInfo.b(d, true);
|
|
50
50
|
}
|
|
51
|
-
if (ExcelUtils.
|
|
51
|
+
if (ExcelUtils.by(d.formatOptions, 4)) {
|
|
52
52
|
this.a = d._bp.d._ak(NoOpFontDefaultsResolver.a);
|
|
53
53
|
}
|
|
54
54
|
}
|
|
@@ -287,7 +287,7 @@ export let EnumConverter = /*@__PURE__*/ (() => {
|
|
|
287
287
|
}
|
|
288
288
|
static p(a, b, c, d) {
|
|
289
289
|
d = ((() => { let e = IconSetConditionalFormat._cp(a, b); b = e.p1; return e.ret; })());
|
|
290
|
-
c = ExcelUtils.
|
|
290
|
+
c = ExcelUtils.ak(b);
|
|
291
291
|
return {
|
|
292
292
|
p2: c,
|
|
293
293
|
p3: d
|
|
@@ -18,7 +18,7 @@ export let ExtPropColorLoaded = /*@__PURE__*/ (() => {
|
|
|
18
18
|
this.f = a;
|
|
19
19
|
}
|
|
20
20
|
e(a) {
|
|
21
|
-
return ExcelUtils.
|
|
21
|
+
return ExcelUtils.af(a, this.f);
|
|
22
22
|
}
|
|
23
23
|
}
|
|
24
24
|
ExtPropColorLoaded.$t = /*@__PURE__*/ markType(ExtPropColorLoaded, 'ExtPropColorLoaded', ExtPropColorBase.$);
|
|
@@ -16,7 +16,7 @@ export let FinancialUtils = /*@__PURE__*/ (() => {
|
|
|
16
16
|
static iPmt(a, b, c, d, e, f) {
|
|
17
17
|
let g = f != 0 ? 2 : 1;
|
|
18
18
|
if ((b <= 0) || (b >= (c + 1))) {
|
|
19
|
-
throw new ArgumentOutOfRangeException(2, "per", ExcelUtils.
|
|
19
|
+
throw new ArgumentOutOfRangeException(2, "per", ExcelUtils.eh("LE_ArgumentOutOfRangeException_Per"));
|
|
20
20
|
}
|
|
21
21
|
if ((f != 0) && (b == 1)) {
|
|
22
22
|
return 0;
|
|
@@ -29,7 +29,7 @@ export let FinancialUtils = /*@__PURE__*/ (() => {
|
|
|
29
29
|
}
|
|
30
30
|
static pPmt(a, b, c, d, e, f) {
|
|
31
31
|
if ((b <= 0) || (b >= (c + 1))) {
|
|
32
|
-
throw new ArgumentException(2, ExcelUtils.
|
|
32
|
+
throw new ArgumentException(2, ExcelUtils.eh("LE_ArgumentException_Per"), "per");
|
|
33
33
|
}
|
|
34
34
|
let g = FinancialUtils.d(a, c, d, e, f);
|
|
35
35
|
let h = FinancialUtils.iPmt(a, b, c, d, e, f);
|
|
@@ -38,11 +38,11 @@ export let FinancialUtils = /*@__PURE__*/ (() => {
|
|
|
38
38
|
static nPer(a, b, c, d, e) {
|
|
39
39
|
let f;
|
|
40
40
|
if (a <= -1) {
|
|
41
|
-
throw new ArgumentOutOfRangeException(2, "rate", ExcelUtils.
|
|
41
|
+
throw new ArgumentOutOfRangeException(2, "rate", ExcelUtils.eh("LE_ArgumentOutOfRangeException_Rate"));
|
|
42
42
|
}
|
|
43
43
|
if (a == 0) {
|
|
44
44
|
if (b == 0) {
|
|
45
|
-
throw new ArgumentException(2, ExcelUtils.
|
|
45
|
+
throw new ArgumentException(2, ExcelUtils.eh("LE_ArgumentException_Pmt"), "pmt");
|
|
46
46
|
}
|
|
47
47
|
return -(c + d) / b;
|
|
48
48
|
}
|
|
@@ -59,7 +59,7 @@ export let FinancialUtils = /*@__PURE__*/ (() => {
|
|
|
59
59
|
h = -1 * h;
|
|
60
60
|
}
|
|
61
61
|
else if ((g <= 0) || (h <= 0)) {
|
|
62
|
-
throw new ArgumentException(1, ExcelUtils.
|
|
62
|
+
throw new ArgumentException(1, ExcelUtils.eh("LE_ArgumentException_NPerFunction"));
|
|
63
63
|
}
|
|
64
64
|
let i = a + 1;
|
|
65
65
|
return (Math.log(g) - Math.log(h)) / Math.log(i);
|
|
@@ -67,7 +67,7 @@ export let FinancialUtils = /*@__PURE__*/ (() => {
|
|
|
67
67
|
static d(a, b, c, d, e) {
|
|
68
68
|
let f;
|
|
69
69
|
if (b == 0) {
|
|
70
|
-
throw new ArgumentException(2, ExcelUtils.
|
|
70
|
+
throw new ArgumentException(2, ExcelUtils.eh("LE_ArgumentException_NPer"), "nPer");
|
|
71
71
|
}
|
|
72
72
|
if (a == 0) {
|
|
73
73
|
return (-d - c) / b;
|
|
@@ -52,7 +52,7 @@ export let GradientStop = /*@__PURE__*/ (() => {
|
|
|
52
52
|
*/
|
|
53
53
|
static _e(a, b = null) {
|
|
54
54
|
if (a < 0 || a > 1) {
|
|
55
|
-
let c = ExcelUtils.
|
|
55
|
+
let c = ExcelUtils.eh("LE_GradientStop_InvalidPosition");
|
|
56
56
|
throw new ArgumentOutOfRangeException(2, b, c);
|
|
57
57
|
}
|
|
58
58
|
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/*
|
|
2
|
+
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
3
|
+
https://www.infragistics.com/legal/license/igultimate-la
|
|
4
|
+
https://www.infragistics.com/legal/license/igultimate-eula
|
|
5
|
+
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
6
|
+
*/
|
|
7
|
+
import { Type } from "igniteui-webcomponents-core";
|
|
8
|
+
/**
|
|
9
|
+
* @hidden
|
|
10
|
+
*/
|
|
11
|
+
export let ISheetBackground_$type = /*@__PURE__*/ new Type(null, 'ISheetBackground');
|
|
@@ -63,8 +63,8 @@ export let IconSortCondition = /*@__PURE__*/ (() => {
|
|
|
63
63
|
this._l = toNullable(Number_$type, null);
|
|
64
64
|
this._j = 0;
|
|
65
65
|
iconIndex = wrapNullable(Number_$type, iconIndex);
|
|
66
|
-
ExcelUtils.
|
|
67
|
-
this._j = ExcelUtils.
|
|
66
|
+
ExcelUtils.gp(FormatConditionIconSet_$type, iconSet);
|
|
67
|
+
this._j = ExcelUtils.ak(iconSet);
|
|
68
68
|
if (nullableEquals(iconIndex, null)) {
|
|
69
69
|
this._l = toNullable(Number_$type, null);
|
|
70
70
|
}
|
|
@@ -88,8 +88,8 @@ export let IconSortCondition = /*@__PURE__*/ (() => {
|
|
|
88
88
|
this._l = toNullable(Number_$type, null);
|
|
89
89
|
this._j = 0;
|
|
90
90
|
iconIndex = wrapNullable(Number_$type, iconIndex);
|
|
91
|
-
ExcelUtils.
|
|
92
|
-
this._j = ExcelUtils.
|
|
91
|
+
ExcelUtils.gp(FormatConditionIconSet_$type, iconSet);
|
|
92
|
+
this._j = ExcelUtils.ak(iconSet);
|
|
93
93
|
if (nullableEquals(iconIndex, null)) {
|
|
94
94
|
this._l = toNullable(Number_$type, null);
|
|
95
95
|
}
|
|
@@ -116,8 +116,8 @@ export let IconSortCondition = /*@__PURE__*/ (() => {
|
|
|
116
116
|
* @hidden
|
|
117
117
|
*/
|
|
118
118
|
_g($t, a, b, c, d, e) {
|
|
119
|
-
let f = ExcelUtils.
|
|
120
|
-
let g = ExcelUtils.
|
|
119
|
+
let f = ExcelUtils.aq(a.a(b, d), this._j, this._l);
|
|
120
|
+
let g = ExcelUtils.aq(a.a(c, e), this._j, this._l);
|
|
121
121
|
if (f == g) {
|
|
122
122
|
return 0;
|
|
123
123
|
}
|
|
@@ -14,8 +14,8 @@ export let ImageFormat = /*@__PURE__*/ (() => {
|
|
|
14
14
|
class ImageFormat extends Base {
|
|
15
15
|
constructor(a) {
|
|
16
16
|
super();
|
|
17
|
-
this.
|
|
18
|
-
this.
|
|
17
|
+
this.o = new Guid();
|
|
18
|
+
this.o = a;
|
|
19
19
|
}
|
|
20
20
|
static d(a) {
|
|
21
21
|
let b;
|
|
@@ -36,46 +36,46 @@ export let ImageFormat = /*@__PURE__*/ (() => {
|
|
|
36
36
|
b = ImageFormat.f;
|
|
37
37
|
break;
|
|
38
38
|
case "image/png":
|
|
39
|
-
b = ImageFormat.
|
|
39
|
+
b = ImageFormat.h;
|
|
40
40
|
break;
|
|
41
41
|
case "image/tiff":
|
|
42
42
|
case "image/x-tiff":
|
|
43
|
-
b = ImageFormat.
|
|
43
|
+
b = ImageFormat.i;
|
|
44
44
|
break;
|
|
45
45
|
case "windows/metafile":
|
|
46
46
|
case "image/wmf":
|
|
47
|
-
b = ImageFormat.
|
|
47
|
+
b = ImageFormat.j;
|
|
48
48
|
break;
|
|
49
49
|
default: throw new ArgumentException(1, "Unrecognized mediaType:" + a);
|
|
50
50
|
}
|
|
51
51
|
return b;
|
|
52
52
|
}
|
|
53
|
-
static
|
|
53
|
+
static u(a) {
|
|
54
54
|
let b = null;
|
|
55
55
|
if (a != null) {
|
|
56
|
-
let c = a.
|
|
57
|
-
if (Guid.l_op_Equality(c, ImageFormat.
|
|
56
|
+
let c = a.o;
|
|
57
|
+
if (Guid.l_op_Equality(c, ImageFormat.r)) {
|
|
58
58
|
b = "image/png";
|
|
59
59
|
}
|
|
60
|
-
else if (Guid.l_op_Equality(c, ImageFormat.
|
|
60
|
+
else if (Guid.l_op_Equality(c, ImageFormat.p)) {
|
|
61
61
|
b = "image/jpeg";
|
|
62
62
|
}
|
|
63
|
-
else if (Guid.l_op_Equality(c, ImageFormat.
|
|
63
|
+
else if (Guid.l_op_Equality(c, ImageFormat.n)) {
|
|
64
64
|
b = "image/gif";
|
|
65
65
|
}
|
|
66
|
-
else if (Guid.l_op_Equality(c, ImageFormat.
|
|
66
|
+
else if (Guid.l_op_Equality(c, ImageFormat.t)) {
|
|
67
67
|
b = "image/wmf";
|
|
68
68
|
}
|
|
69
|
-
else if (Guid.l_op_Equality(c, ImageFormat.
|
|
69
|
+
else if (Guid.l_op_Equality(c, ImageFormat.k)) {
|
|
70
70
|
b = "image/bmp";
|
|
71
71
|
}
|
|
72
|
-
else if (Guid.l_op_Equality(c, ImageFormat.
|
|
72
|
+
else if (Guid.l_op_Equality(c, ImageFormat.s)) {
|
|
73
73
|
b = "image/tiff";
|
|
74
74
|
}
|
|
75
|
-
else if (Guid.l_op_Equality(c, ImageFormat.
|
|
75
|
+
else if (Guid.l_op_Equality(c, ImageFormat.m)) {
|
|
76
76
|
b = "image/emf";
|
|
77
77
|
}
|
|
78
|
-
else if (Guid.l_op_Equality(c, ImageFormat.
|
|
78
|
+
else if (Guid.l_op_Equality(c, ImageFormat.l)) {
|
|
79
79
|
b = "image/dib";
|
|
80
80
|
}
|
|
81
81
|
}
|
|
@@ -83,21 +83,23 @@ export let ImageFormat = /*@__PURE__*/ (() => {
|
|
|
83
83
|
}
|
|
84
84
|
}
|
|
85
85
|
ImageFormat.$t = /*@__PURE__*/ markType(ImageFormat, 'ImageFormat');
|
|
86
|
-
ImageFormat.
|
|
87
|
-
ImageFormat.
|
|
88
|
-
ImageFormat.
|
|
89
|
-
ImageFormat.
|
|
90
|
-
ImageFormat.
|
|
91
|
-
ImageFormat.
|
|
92
|
-
ImageFormat.
|
|
93
|
-
ImageFormat.
|
|
94
|
-
ImageFormat.
|
|
95
|
-
ImageFormat.
|
|
96
|
-
ImageFormat.
|
|
97
|
-
ImageFormat.
|
|
98
|
-
ImageFormat.
|
|
99
|
-
ImageFormat.
|
|
100
|
-
ImageFormat.
|
|
101
|
-
ImageFormat.
|
|
86
|
+
ImageFormat.k = /*@__PURE__*/ new Guid(3, "B96B3CAA-0728-11D3-9D7B-0000F81EF32E");
|
|
87
|
+
ImageFormat.l = /*@__PURE__*/ new Guid(3, "824CA8E2-A984-4668-8A14-077225372B1C");
|
|
88
|
+
ImageFormat.m = /*@__PURE__*/ new Guid(3, "B96B3CAC-0728-11D3-9D7B-0000F81EF32E");
|
|
89
|
+
ImageFormat.n = /*@__PURE__*/ new Guid(3, "1FE88D21-FE3D-4F4A-ABD3-8DBAD86C510A");
|
|
90
|
+
ImageFormat.p = /*@__PURE__*/ new Guid(3, "0C487171-1412-4D76-B20A-4AEA380FFAA7");
|
|
91
|
+
ImageFormat.q = /*@__PURE__*/ new Guid(3, "B96b3CAA-0728-11D3-9D7B-0000F81EF32E");
|
|
92
|
+
ImageFormat.r = /*@__PURE__*/ new Guid(3, "7B369CF6-0507-4F15-ABE8-5768C70D1454");
|
|
93
|
+
ImageFormat.s = /*@__PURE__*/ new Guid(3, "069B1E5E-A617-4498-AAEA-D71AF8933FD3");
|
|
94
|
+
ImageFormat.t = /*@__PURE__*/ new Guid(3, "B96B3CAD-0728-11D3-9D7B-0000F81EF32E");
|
|
95
|
+
ImageFormat.a = /*@__PURE__*/ new ImageFormat(ImageFormat.k);
|
|
96
|
+
ImageFormat.b = /*@__PURE__*/ new ImageFormat(ImageFormat.l);
|
|
97
|
+
ImageFormat.c = /*@__PURE__*/ new ImageFormat(ImageFormat.m);
|
|
98
|
+
ImageFormat.e = /*@__PURE__*/ new ImageFormat(ImageFormat.n);
|
|
99
|
+
ImageFormat.f = /*@__PURE__*/ new ImageFormat(ImageFormat.p);
|
|
100
|
+
ImageFormat.g = /*@__PURE__*/ new ImageFormat(ImageFormat.q);
|
|
101
|
+
ImageFormat.h = /*@__PURE__*/ new ImageFormat(ImageFormat.r);
|
|
102
|
+
ImageFormat.i = /*@__PURE__*/ new ImageFormat(ImageFormat.s);
|
|
103
|
+
ImageFormat.j = /*@__PURE__*/ new ImageFormat(ImageFormat.t);
|
|
102
104
|
return ImageFormat;
|
|
103
105
|
})();
|
|
@@ -30,7 +30,7 @@ export let MultipleCellRKInfo = /*@__PURE__*/ (() => {
|
|
|
30
30
|
static q(a, b, c, d) {
|
|
31
31
|
d = null;
|
|
32
32
|
let e = a._a5(b, c);
|
|
33
|
-
if (ExcelUtils.
|
|
33
|
+
if (ExcelUtils.bb(e) == false) {
|
|
34
34
|
return {
|
|
35
35
|
ret: false,
|
|
36
36
|
p3: d
|
|
@@ -38,7 +38,7 @@ export let MultipleCellRKInfo = /*@__PURE__*/ (() => {
|
|
|
38
38
|
}
|
|
39
39
|
let f = Convert.toDouble4(e, CultureInfo.invariantCulture);
|
|
40
40
|
let g;
|
|
41
|
-
if (((() => { let h = ExcelUtils.
|
|
41
|
+
if (((() => { let h = ExcelUtils.b0(f, g); g = h.p1; return h.ret; })()) == false) {
|
|
42
42
|
return {
|
|
43
43
|
ret: false,
|
|
44
44
|
p3: d
|
|
@@ -32,7 +32,7 @@ export let ObjectModelDrawingPartManager_ShapeIdentity = /*@__PURE__*/ (() => {
|
|
|
32
32
|
else {
|
|
33
33
|
c = "WorksheetShapeSerialization_ShapeName";
|
|
34
34
|
}
|
|
35
|
-
return stringFormat("{0} {1}", ExcelUtils.
|
|
35
|
+
return stringFormat("{0} {1}", ExcelUtils.eh(c), b);
|
|
36
36
|
}
|
|
37
37
|
}
|
|
38
38
|
ObjectModelDrawingPartManager_ShapeIdentity.$t = /*@__PURE__*/ markType(ObjectModelDrawingPartManager_ShapeIdentity, 'ObjectModelDrawingPartManager_ShapeIdentity');
|
|
@@ -94,9 +94,9 @@ export let OrderedSortCondition = /*@__PURE__*/ (() => {
|
|
|
94
94
|
*/
|
|
95
95
|
static _i($t, a, b, c, d) {
|
|
96
96
|
let e;
|
|
97
|
-
let f = ((() => { let g = ExcelUtils.
|
|
97
|
+
let f = ((() => { let g = ExcelUtils.b1(b.workbook, c, e); e = g.p2; return g.ret; })());
|
|
98
98
|
let g;
|
|
99
|
-
let h = ((() => { let i = ExcelUtils.
|
|
99
|
+
let h = ((() => { let i = ExcelUtils.b1(b.workbook, d, g); g = i.p2; return i.ret; })());
|
|
100
100
|
if (f) {
|
|
101
101
|
if (h) {
|
|
102
102
|
return Base.compareSimple(e, g);
|
|
@@ -81,7 +81,7 @@ export let UltraCalcConditionalFunctionBase_CriteriaEvaluator = /*@__PURE__*/ ((
|
|
|
81
81
|
else {
|
|
82
82
|
if (stringContains(g, "*") || stringContains(g, "?")) {
|
|
83
83
|
let i;
|
|
84
|
-
this.g = ((() => { let j = ExcelUtils.
|
|
84
|
+
this.g = ((() => { let j = ExcelUtils.er(g, i); i = j.p1; return j.ret; })());
|
|
85
85
|
}
|
|
86
86
|
d = g;
|
|
87
87
|
}
|
|
@@ -17,7 +17,7 @@ export let UltraCalcFunctionLookupBase = /*@__PURE__*/ (() => {
|
|
|
17
17
|
class UltraCalcFunctionLookupBase extends BuiltInFunctionBase {
|
|
18
18
|
static _am(a, b, c, d, e, f, g) {
|
|
19
19
|
let h = a._getResolvedValue();
|
|
20
|
-
if (ExcelUtils.
|
|
20
|
+
if (ExcelUtils.ba(h)) {
|
|
21
21
|
return toNullable(Number_$type, null);
|
|
22
22
|
}
|
|
23
23
|
if (b) {
|
|
@@ -49,7 +49,7 @@ export let UltraCalcFunctionLookupBase = /*@__PURE__*/ (() => {
|
|
|
49
49
|
}
|
|
50
50
|
static _an(a) {
|
|
51
51
|
let b;
|
|
52
|
-
return ((() => { let c = ExcelUtils.
|
|
52
|
+
return ((() => { let c = ExcelUtils.er(a, b); b = c.p1; return c.ret; })());
|
|
53
53
|
}
|
|
54
54
|
static _al(a, b, c) {
|
|
55
55
|
let d = b.isString;
|
|
@@ -71,7 +71,7 @@ export let UltraCalcFunctionXBase2Dec = /*@__PURE__*/ (() => {
|
|
|
71
71
|
j *= c;
|
|
72
72
|
}
|
|
73
73
|
if (0 != k.charCodeAt(0)) {
|
|
74
|
-
f = new ExcelCalcErrorValue(4, ExcelUtils.
|
|
74
|
+
f = new ExcelCalcErrorValue(4, ExcelUtils.ei("Error_InvalidNumberSystemDigit", k, b, c));
|
|
75
75
|
return {
|
|
76
76
|
ret: 0,
|
|
77
77
|
p5: f
|
|
@@ -19,54 +19,54 @@ export let WeakWorkbookOwner = /*@__PURE__*/ (() => {
|
|
|
19
19
|
this.b = new WeakReference(a);
|
|
20
20
|
}
|
|
21
21
|
get a() {
|
|
22
|
-
return typeCast(IWorkbookOwner_$type, ExcelUtils.
|
|
22
|
+
return typeCast(IWorkbookOwner_$type, ExcelUtils.d0(this.b));
|
|
23
23
|
}
|
|
24
24
|
get isUndoEnabled() {
|
|
25
|
-
let a = typeCast(IWorkbookOwner_$type, ExcelUtils.
|
|
25
|
+
let a = typeCast(IWorkbookOwner_$type, ExcelUtils.d0(this.b));
|
|
26
26
|
return a != null && a.isUndoEnabled;
|
|
27
27
|
}
|
|
28
28
|
onCellValueChange(a, b) {
|
|
29
|
-
let c = typeCast(IWorkbookOwner_$type, ExcelUtils.
|
|
29
|
+
let c = typeCast(IWorkbookOwner_$type, ExcelUtils.d0(this.b));
|
|
30
30
|
if (c != null) {
|
|
31
31
|
c.onCellValueChange(a, b);
|
|
32
32
|
}
|
|
33
33
|
}
|
|
34
34
|
_onChange$2$i($tContext, $tValue, a, b, c, d, e) {
|
|
35
|
-
let f = ExcelUtils.
|
|
35
|
+
let f = ExcelUtils.d0(this.b);
|
|
36
36
|
if (f != null) {
|
|
37
37
|
f._onChange$2$i($tContext, $tValue, a, b, c, d, e);
|
|
38
38
|
}
|
|
39
39
|
}
|
|
40
40
|
onConditionalFormatChange(a) {
|
|
41
|
-
let b = typeCast(IWorkbookOwner_$type, ExcelUtils.
|
|
41
|
+
let b = typeCast(IWorkbookOwner_$type, ExcelUtils.d0(this.b));
|
|
42
42
|
if (b != null) {
|
|
43
43
|
b.onConditionalFormatChange(a);
|
|
44
44
|
}
|
|
45
45
|
}
|
|
46
46
|
onCustomViewApplied(a) {
|
|
47
|
-
let b = typeCast(IWorkbookOwner_$type, ExcelUtils.
|
|
47
|
+
let b = typeCast(IWorkbookOwner_$type, ExcelUtils.d0(this.b));
|
|
48
48
|
if (b != null) {
|
|
49
49
|
b.onCustomViewApplied(a);
|
|
50
50
|
}
|
|
51
51
|
}
|
|
52
52
|
onSheetRemoving(a) {
|
|
53
|
-
let b = typeCast(IWorkbookOwner_$type, ExcelUtils.
|
|
53
|
+
let b = typeCast(IWorkbookOwner_$type, ExcelUtils.d0(this.b));
|
|
54
54
|
if (b != null) {
|
|
55
55
|
b.onSheetRemoving(a);
|
|
56
56
|
}
|
|
57
57
|
}
|
|
58
58
|
onTransactionalChangeBegin(a, b) {
|
|
59
|
-
let c = typeCast(IWorkbookOwner_$type, ExcelUtils.
|
|
59
|
+
let c = typeCast(IWorkbookOwner_$type, ExcelUtils.d0(this.b));
|
|
60
60
|
return c != null ? c.onTransactionalChangeBegin(a, b) : null;
|
|
61
61
|
}
|
|
62
62
|
onTransactionalChangeEnd(a) {
|
|
63
|
-
let b = typeCast(IWorkbookOwner_$type, ExcelUtils.
|
|
63
|
+
let b = typeCast(IWorkbookOwner_$type, ExcelUtils.d0(this.b));
|
|
64
64
|
if (b != null) {
|
|
65
65
|
b.onTransactionalChangeEnd(a);
|
|
66
66
|
}
|
|
67
67
|
}
|
|
68
68
|
onTransactionalChangeRollback(a) {
|
|
69
|
-
let b = typeCast(IWorkbookOwner_$type, ExcelUtils.
|
|
69
|
+
let b = typeCast(IWorkbookOwner_$type, ExcelUtils.d0(this.b));
|
|
70
70
|
if (b != null) {
|
|
71
71
|
b.onTransactionalChangeRollback(a);
|
|
72
72
|
}
|
|
@@ -23,10 +23,10 @@ export let WorkbookLoadManagerExcel2007_ShapeAnchorApplicator = /*@__PURE__*/ ((
|
|
|
23
23
|
let d = b.d;
|
|
24
24
|
d.positioningMode = 3;
|
|
25
25
|
if (a.c == null || a.d == null) {
|
|
26
|
-
d._setBoundsInTwips(c, ExcelUtils.
|
|
26
|
+
d._setBoundsInTwips(c, ExcelUtils.hf(0, 0, 1, 1));
|
|
27
27
|
return false;
|
|
28
28
|
}
|
|
29
|
-
let e = ExcelUtils.
|
|
29
|
+
let e = ExcelUtils.hf(truncate(MathUtilities.f(a.c.a.k())), truncate(MathUtilities.f(a.c.b.k())), truncate(MathUtilities.f(a.d.a.j())), truncate(MathUtilities.f(a.d.b.j())));
|
|
30
30
|
d._setBoundsInTwips(c, e);
|
|
31
31
|
return true;
|
|
32
32
|
}
|
|
@@ -35,17 +35,17 @@ export let WorkbookLoadManagerExcel2007_ShapeAnchorApplicator = /*@__PURE__*/ ((
|
|
|
35
35
|
let d = b.d;
|
|
36
36
|
d.positioningMode = 2;
|
|
37
37
|
if (a.d == null || a.c == null) {
|
|
38
|
-
d._setBoundsInTwips(c, ExcelUtils.
|
|
38
|
+
d._setBoundsInTwips(c, ExcelUtils.hf(0, 0, 1, 1));
|
|
39
39
|
return false;
|
|
40
40
|
}
|
|
41
41
|
else if (c.type != 0) {
|
|
42
|
-
d._setBoundsInTwips(c, ExcelUtils.
|
|
42
|
+
d._setBoundsInTwips(c, ExcelUtils.hf(0, 0, 1, 1));
|
|
43
43
|
return false;
|
|
44
44
|
}
|
|
45
45
|
let e = c;
|
|
46
46
|
let f = XlsxUtilities.bf(a.d, e);
|
|
47
47
|
let g = WorksheetShape._ds(e, f.c, f.d, f.c, f.d);
|
|
48
|
-
let h = ExcelUtils.
|
|
48
|
+
let h = ExcelUtils.hf(truncate(MathUtilities.f(g.left)), truncate(MathUtilities.f(g.top)), truncate(MathUtilities.f(a.c.a.j())), truncate(MathUtilities.f(a.c.b.j())));
|
|
49
49
|
d._setBoundsInTwips(e, h);
|
|
50
50
|
return true;
|
|
51
51
|
}
|
|
@@ -54,11 +54,11 @@ export let WorkbookLoadManagerExcel2007_ShapeAnchorApplicator = /*@__PURE__*/ ((
|
|
|
54
54
|
let d = b.d;
|
|
55
55
|
d.positioningMode = XlsxUtilities.x(a.e);
|
|
56
56
|
if (a.c == null || a.d == null) {
|
|
57
|
-
d._setBoundsInTwips(c, ExcelUtils.
|
|
57
|
+
d._setBoundsInTwips(c, ExcelUtils.hf(0, 0, 1, 1));
|
|
58
58
|
return false;
|
|
59
59
|
}
|
|
60
60
|
else if (c.type != 0) {
|
|
61
|
-
d._setBoundsInTwips(c, ExcelUtils.
|
|
61
|
+
d._setBoundsInTwips(c, ExcelUtils.hf(0, 0, 1, 1));
|
|
62
62
|
return false;
|
|
63
63
|
}
|
|
64
64
|
let e = c;
|