igniteui-webcomponents-excel 4.0.3 → 4.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 +10141 -9597
- package/bundles/igniteui-webcomponents-excel.umd.min.js +1 -1
- package/esm2015/lib/AlternateContentChoice_combined.js +3 -3
- 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 +3949 -3593
- 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/IBinaryTreeNodeOwner$1_combined.js +3 -0
- 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/ObjectModelTablePartManager_TableContext.js +1 -1
- package/esm2015/lib/OrderedSortCondition.js +2 -2
- package/esm2015/lib/PngPartManager.js +1 -1
- package/esm2015/lib/StringUtilities.js +2 -2
- package/esm2015/lib/TableColumnFilterData.js +2 -2
- package/esm2015/lib/TiffPartManager.js +1 -1
- package/esm2015/lib/UltraCalcConditionalFunctionBase_CriteriaEvaluator.js +7 -7
- package/esm2015/lib/UltraCalcConditionalFunctionBase_combined.js +2 -2
- package/esm2015/lib/UltraCalcFunctionAddress.js +1 -1
- package/esm2015/lib/UltraCalcFunctionCell.js +1 -1
- package/esm2015/lib/UltraCalcFunctionDateValue.js +1 -1
- package/esm2015/lib/UltraCalcFunctionDays.js +2 -2
- package/esm2015/lib/UltraCalcFunctionHLookup.js +1 -1
- package/esm2015/lib/UltraCalcFunctionIRR.js +1 -1
- package/esm2015/lib/UltraCalcFunctionLookup.js +1 -1
- package/esm2015/lib/UltraCalcFunctionLookupBase.js +7 -7
- package/esm2015/lib/UltraCalcFunctionTime.js +1 -1
- package/esm2015/lib/UltraCalcFunctionTimeValue.js +1 -1
- package/esm2015/lib/UltraCalcFunctionVLookup.js +1 -1
- package/esm2015/lib/UltraCalcFunctionXBase2Dec.js +1 -1
- package/esm2015/lib/UltraCalcFunctionYearFrac.js +2 -2
- 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 +1068 -1044
- package/esm2015/lib/WorkbookSaveManagerExcel2003_combined.js +2917 -2885
- 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 +3 -3
- 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 +5968 -5496
- 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/IBinaryTreeNodeOwner$1_combined.js +3 -0
- 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/ObjectModelTablePartManager_TableContext.js +1 -1
- package/esm5/lib/OrderedSortCondition.js +2 -2
- package/esm5/lib/PngPartManager.js +1 -1
- package/esm5/lib/StringUtilities.js +2 -2
- package/esm5/lib/TableColumnFilterData.js +2 -2
- package/esm5/lib/TiffPartManager.js +1 -1
- package/esm5/lib/UltraCalcConditionalFunctionBase_CriteriaEvaluator.js +7 -7
- package/esm5/lib/UltraCalcConditionalFunctionBase_combined.js +2 -2
- package/esm5/lib/UltraCalcFunctionAddress.js +1 -1
- package/esm5/lib/UltraCalcFunctionCell.js +1 -1
- package/esm5/lib/UltraCalcFunctionDateValue.js +1 -1
- package/esm5/lib/UltraCalcFunctionDays.js +2 -2
- package/esm5/lib/UltraCalcFunctionHLookup.js +1 -1
- package/esm5/lib/UltraCalcFunctionIRR.js +1 -1
- package/esm5/lib/UltraCalcFunctionLookup.js +1 -1
- package/esm5/lib/UltraCalcFunctionLookupBase.js +7 -7
- package/esm5/lib/UltraCalcFunctionTime.js +1 -1
- package/esm5/lib/UltraCalcFunctionTimeValue.js +1 -1
- package/esm5/lib/UltraCalcFunctionVLookup.js +1 -1
- package/esm5/lib/UltraCalcFunctionXBase2Dec.js +1 -1
- package/esm5/lib/UltraCalcFunctionYearFrac.js +2 -2
- 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 +1083 -1059
- package/esm5/lib/WorkbookSaveManagerExcel2003_combined.js +2927 -2895
- 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 +8099 -7672
- package/fesm5/igniteui-webcomponents-excel.js +10141 -9598
- package/lib/DefaultStyleHelper_combined.d.ts +924 -800
- package/lib/ISheetBackground.d.ts +12 -0
- package/lib/ImageFormat.d.ts +6 -4
- package/lib/WorkbookLoadManagerExcel2007_combined.d.ts +79 -79
- package/lib/WorkbookSaveManagerExcel2003_combined.d.ts +112 -112
- 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);
|
|
@@ -13,8 +13,8 @@ import { stringCompare2 } from "igniteui-webcomponents-core";
|
|
|
13
13
|
export let StringUtilities = /*@__PURE__*/ (() => {
|
|
14
14
|
class StringUtilities extends Base {
|
|
15
15
|
static staticInit() {
|
|
16
|
-
let a = "
|
|
17
|
-
StringUtilities.a = a.indexOf("\
|
|
16
|
+
let a = "Hel\0lo";
|
|
17
|
+
StringUtilities.a = a.indexOf("\0") > 0;
|
|
18
18
|
}
|
|
19
19
|
static get j() {
|
|
20
20
|
return 3;
|
|
@@ -37,7 +37,7 @@ export let TableColumnFilterData = /*@__PURE__*/ (() => {
|
|
|
37
37
|
}
|
|
38
38
|
let i;
|
|
39
39
|
let j;
|
|
40
|
-
this.e = ((() => { let k = this.a.
|
|
40
|
+
this.e = ((() => { let k = this.a._h(i, j); i = k.p0; j = k.p1; return k.ret; })());
|
|
41
41
|
this.d = i;
|
|
42
42
|
this.f = j;
|
|
43
43
|
}
|
|
@@ -56,7 +56,7 @@ export let TableColumnFilterData = /*@__PURE__*/ (() => {
|
|
|
56
56
|
}
|
|
57
57
|
let e;
|
|
58
58
|
let f;
|
|
59
|
-
this.e = ((() => { let g = this.a.
|
|
59
|
+
this.e = ((() => { let g = this.a._h(e, f); e = g.p0; f = g.p1; return g.ret; })());
|
|
60
60
|
this.d = e;
|
|
61
61
|
this.f = f;
|
|
62
62
|
}
|
|
@@ -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
|
}
|
|
@@ -96,26 +96,26 @@ export let UltraCalcConditionalFunctionBase_CriteriaEvaluator = /*@__PURE__*/ ((
|
|
|
96
96
|
}
|
|
97
97
|
d(a) {
|
|
98
98
|
let b = a._getResolvedValue3(false);
|
|
99
|
-
if (ExcelCalcValue.
|
|
99
|
+
if (ExcelCalcValue._ab(b)) {
|
|
100
100
|
return this.a != null && this.a.code == b.code;
|
|
101
101
|
}
|
|
102
|
-
if (ExcelCalcValue.
|
|
102
|
+
if (ExcelCalcValue._ad(b) != ExcelCalcValue._ad(this.e)) {
|
|
103
103
|
return false;
|
|
104
104
|
}
|
|
105
105
|
let c = false;
|
|
106
|
-
if (ExcelCalcValue.
|
|
106
|
+
if (ExcelCalcValue._ah(b)) {
|
|
107
107
|
if (this.f == null) {
|
|
108
108
|
return false;
|
|
109
109
|
}
|
|
110
110
|
c = true;
|
|
111
111
|
}
|
|
112
|
-
if (ExcelCalcValue.
|
|
112
|
+
if (ExcelCalcValue._v(b) != ExcelCalcValue._v(this.e)) {
|
|
113
113
|
return false;
|
|
114
114
|
}
|
|
115
115
|
if (this.g != null) {
|
|
116
|
-
return this.g.i(a.
|
|
116
|
+
return this.g.i(a._bq(b, a._a1)).i;
|
|
117
117
|
}
|
|
118
|
-
let d = ExcelCalcValue.
|
|
118
|
+
let d = ExcelCalcValue._a5(a, b, this.b, c ? this.f : this.e);
|
|
119
119
|
switch (this.c) {
|
|
120
120
|
case 0: return d == 0;
|
|
121
121
|
case 1: return d != 0;
|
|
@@ -73,7 +73,7 @@ export let UltraCalcConditionalFunctionBase = /*@__PURE__*/ (() => {
|
|
|
73
73
|
let q = l._cx(k, j, p, n);
|
|
74
74
|
let r = new ExcelCalcValue(q._c);
|
|
75
75
|
r._n = c._n;
|
|
76
|
-
r.
|
|
76
|
+
r._z = true;
|
|
77
77
|
let s = r._d(false);
|
|
78
78
|
s._n(false, runOn(i, i.h));
|
|
79
79
|
}
|
|
@@ -185,7 +185,7 @@ export let UltraCalcConditionalFunctionBase = /*@__PURE__*/ (() => {
|
|
|
185
185
|
let aa = z._getResolvedValue3(false);
|
|
186
186
|
let ab;
|
|
187
187
|
let ac;
|
|
188
|
-
if (((() => { let ad = z.
|
|
188
|
+
if (((() => { let ad = z._ap(aa, ac, o, ab); ac = ad.p1; ab = ad.p3; return ad.ret; })())) {
|
|
189
189
|
p++;
|
|
190
190
|
q = e(q, ac);
|
|
191
191
|
}
|
|
@@ -253,7 +253,7 @@ export let UltraCalcFunctionCell = /*@__PURE__*/ (() => {
|
|
|
253
253
|
if (i == null) {
|
|
254
254
|
i = new ExcelCalcValue(b);
|
|
255
255
|
}
|
|
256
|
-
let j = i.
|
|
256
|
+
let j = i._bk(false, false);
|
|
257
257
|
if (typeCast(FormattedString.$, j) !== null) {
|
|
258
258
|
g = j.unformattedString;
|
|
259
259
|
}
|
|
@@ -16,7 +16,7 @@ export let UltraCalcFunctionDateValue = /*@__PURE__*/ (() => {
|
|
|
16
16
|
evaluate(a, b) {
|
|
17
17
|
let c = a.pop();
|
|
18
18
|
let d;
|
|
19
|
-
if (((() => { let e = c.
|
|
19
|
+
if (((() => { let e = c._ak(c._a1, d); d = e.p1; return e.ret; })()) == false) {
|
|
20
20
|
return new ExcelCalcValue(new ExcelCalcErrorValue(1));
|
|
21
21
|
}
|
|
22
22
|
return new ExcelCalcValue(d);
|
|
@@ -20,7 +20,7 @@ export let UltraCalcFunctionDays = /*@__PURE__*/ (() => {
|
|
|
20
20
|
let e, f;
|
|
21
21
|
if (d.isString) {
|
|
22
22
|
let g;
|
|
23
|
-
if (((() => { let h = d.
|
|
23
|
+
if (((() => { let h = d._ak(d._a1, g); g = h.p1; return h.ret; })()) == false) {
|
|
24
24
|
return new ExcelCalcValue(new ExcelCalcErrorValue(1));
|
|
25
25
|
}
|
|
26
26
|
e = (((h) => !nullableIsNull(h) ? h.value : -1)(ExcelCalcValue._dateTimeToExcelDate(d._o, g)));
|
|
@@ -30,7 +30,7 @@ export let UltraCalcFunctionDays = /*@__PURE__*/ (() => {
|
|
|
30
30
|
}
|
|
31
31
|
if (c.isString) {
|
|
32
32
|
let h;
|
|
33
|
-
if (((() => { let i = c.
|
|
33
|
+
if (((() => { let i = c._ak(c._a1, h); h = i.p1; return i.ret; })()) == false) {
|
|
34
34
|
return new ExcelCalcValue(new ExcelCalcErrorValue(1));
|
|
35
35
|
}
|
|
36
36
|
f = (((i) => !nullableIsNull(i) ? i.value : -1)(ExcelCalcValue._dateTimeToExcelDate(c._o, h)));
|
|
@@ -17,16 +17,16 @@ 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) {
|
|
24
|
-
if (ExcelCalcValue.
|
|
24
|
+
if (ExcelCalcValue._ah(h) == false) {
|
|
25
25
|
return toNullable(Number_$type, null);
|
|
26
26
|
}
|
|
27
|
-
let i = a.
|
|
27
|
+
let i = a._bq(h, a._a1);
|
|
28
28
|
if (g == null) {
|
|
29
|
-
return toNullable(Number_$type, StringUtilities.d(i, c, a.
|
|
29
|
+
return toNullable(Number_$type, StringUtilities.d(i, c, a._a1, 1));
|
|
30
30
|
}
|
|
31
31
|
let j = g.i(i);
|
|
32
32
|
if (j.i && j.d == i.length) {
|
|
@@ -42,14 +42,14 @@ export let UltraCalcFunctionLookupBase = /*@__PURE__*/ (() => {
|
|
|
42
42
|
}
|
|
43
43
|
let k;
|
|
44
44
|
let l;
|
|
45
|
-
if (((() => { let m = a.
|
|
45
|
+
if (((() => { let m = a._ap(h, k, a._a1, l); k = m.p1; l = m.p3; return m.ret; })()) == false) {
|
|
46
46
|
return toNullable(Number_$type, null);
|
|
47
47
|
}
|
|
48
48
|
return toNullable(Number_$type, Base.compareSimple(k, f));
|
|
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;
|
|
@@ -69,7 +69,7 @@ export let UltraCalcFunctionLookupBase = /*@__PURE__*/ (() => {
|
|
|
69
69
|
for (let l of fromEnum(a)) {
|
|
70
70
|
let m = l.key;
|
|
71
71
|
let n = l.value;
|
|
72
|
-
n.
|
|
72
|
+
n._z = true;
|
|
73
73
|
let o = UltraCalcFunctionLookupBase._am(n, d, e, f, g, h, j);
|
|
74
74
|
if (o.hasValue == false) {
|
|
75
75
|
continue;
|
|
@@ -21,7 +21,7 @@ export let UltraCalcFunctionTimeValue = /*@__PURE__*/ (() => {
|
|
|
21
21
|
}
|
|
22
22
|
let d = dateGetTimeOfDay(c._toDateTime1());
|
|
23
23
|
if (true) {
|
|
24
|
-
let e = ExcelCalcValue.
|
|
24
|
+
let e = ExcelCalcValue._az(d);
|
|
25
25
|
return new ExcelCalcValue(e);
|
|
26
26
|
}
|
|
27
27
|
return new ExcelCalcValue(dateFromTicks(timeSpanTicks(d)));
|
|
@@ -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
|