igniteui-webcomponents-excel 4.7.1 → 4.7.2-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/igniteui-webcomponents-excel.umd.js +781 -655
- package/bundles/igniteui-webcomponents-excel.umd.min.js +1 -1
- package/esm2015/lib/AlignmentInfo.js +4 -4
- package/esm2015/lib/BiffRecordStream.js +7 -7
- package/esm2015/lib/CellFormatValue.js +1 -1
- package/esm2015/lib/ConditionalFormattingUtils.js +1 -1
- package/esm2015/lib/DefaultStyleHelper_combined.js +543 -457
- package/esm2015/lib/DomTextMetricsProvider.js +8 -8
- package/esm2015/lib/JapaneseCalendar.js +1 -1
- package/esm2015/lib/ObjectModelDrawingPartManager_ShapeLoader_ShapeTypeCreator.js +1 -1
- package/esm2015/lib/PackagePart_combined.js +1 -1
- package/esm2015/lib/ProtectionInfo.js +8 -5
- package/esm2015/lib/SgmlReader.js +1 -1
- package/esm2015/lib/UltraCalcFunctionCell.js +1 -1
- package/esm2015/lib/UltraCalcFunctionComplex.js +1 -1
- package/esm2015/lib/UltraCalcFunctionDateDiff.js +1 -1
- package/esm2015/lib/UltraCalcFunctionHLookup.js +1 -1
- package/esm2015/lib/UltraCalcFunctionLookup.js +1 -1
- package/esm2015/lib/UltraCalcFunctionMatch.js +1 -1
- package/esm2015/lib/UltraCalcFunctionRoman.js +1 -1
- package/esm2015/lib/UltraCalcFunctionText.js +1 -1
- package/esm2015/lib/UltraCalcFunctionUSDollar.js +1 -1
- package/esm2015/lib/UltraCalcFunctionVLookup.js +1 -1
- package/esm2015/lib/WorkbookLoadManagerExcel2007_combined.js +7 -7
- package/esm2015/lib/WorkbookSaveManagerExcel2003_combined.js +175 -166
- package/esm5/lib/AlignmentInfo.js +4 -4
- package/esm5/lib/BiffRecordStream.js +7 -7
- package/esm5/lib/CellFormatValue.js +1 -1
- package/esm5/lib/ConditionalFormattingUtils.js +1 -1
- package/esm5/lib/DefaultStyleHelper_combined.js +570 -456
- package/esm5/lib/DomTextMetricsProvider.js +8 -8
- package/esm5/lib/JapaneseCalendar.js +1 -1
- package/esm5/lib/ObjectModelDrawingPartManager_ShapeLoader_ShapeTypeCreator.js +1 -1
- package/esm5/lib/PackagePart_combined.js +1 -1
- package/esm5/lib/ProtectionInfo.js +8 -5
- package/esm5/lib/SgmlReader.js +1 -1
- package/esm5/lib/UltraCalcFunctionCell.js +1 -1
- package/esm5/lib/UltraCalcFunctionComplex.js +1 -1
- package/esm5/lib/UltraCalcFunctionDateDiff.js +1 -1
- package/esm5/lib/UltraCalcFunctionHLookup.js +1 -1
- package/esm5/lib/UltraCalcFunctionLookup.js +1 -1
- package/esm5/lib/UltraCalcFunctionMatch.js +1 -1
- package/esm5/lib/UltraCalcFunctionRoman.js +1 -1
- package/esm5/lib/UltraCalcFunctionText.js +1 -1
- package/esm5/lib/UltraCalcFunctionUSDollar.js +1 -1
- package/esm5/lib/UltraCalcFunctionVLookup.js +1 -1
- package/esm5/lib/WorkbookLoadManagerExcel2007_combined.js +7 -7
- package/esm5/lib/WorkbookSaveManagerExcel2003_combined.js +175 -166
- package/fesm2015/igniteui-webcomponents-excel.js +754 -656
- package/fesm5/igniteui-webcomponents-excel.js +781 -655
- package/lib/BiffRecordStream.d.ts +2 -2
- package/lib/CellFormatValue.d.ts +5 -4
- package/lib/DefaultStyleHelper_combined.d.ts +82 -65
- package/lib/DomTextMetricsProvider.d.ts +1 -1
- package/lib/JapaneseCalendar.d.ts +1 -1
- package/lib/WorkbookLoadManagerExcel2007_combined.d.ts +5 -5
- package/lib/WorkbookSaveManagerExcel2003_combined.d.ts +3 -3
- package/package.json +2 -2
|
@@ -138,7 +138,7 @@ export let AlignmentInfo = /*@__PURE__*/ (() => {
|
|
|
138
138
|
a.rotation = c;
|
|
139
139
|
}
|
|
140
140
|
let d = XlsxUtilities.a8(this.u);
|
|
141
|
-
if (b || nullableNotEquals(a.
|
|
141
|
+
if (b || nullableNotEquals(a._c9, d)) {
|
|
142
142
|
a._wrapText$i = d;
|
|
143
143
|
}
|
|
144
144
|
if (b || a._a9 != this.i) {
|
|
@@ -149,7 +149,7 @@ export let AlignmentInfo = /*@__PURE__*/ (() => {
|
|
|
149
149
|
a.indent = e;
|
|
150
150
|
}
|
|
151
151
|
let f = XlsxUtilities.a8(this.s);
|
|
152
|
-
if (b || nullableNotEquals(a.
|
|
152
|
+
if (b || nullableNotEquals(a._c8, f)) {
|
|
153
153
|
a._shrinkToFit$i = f;
|
|
154
154
|
}
|
|
155
155
|
}
|
|
@@ -161,9 +161,9 @@ export let AlignmentInfo = /*@__PURE__*/ (() => {
|
|
|
161
161
|
let d = a._a4;
|
|
162
162
|
let e = toNullable(Number_$type, intSToU(a._ct));
|
|
163
163
|
let f = toNullable(Number_$type, intSToU(a._cw));
|
|
164
|
-
let g = a.
|
|
164
|
+
let g = a._c8;
|
|
165
165
|
let h = a._a9;
|
|
166
|
-
let i = a.
|
|
166
|
+
let i = a._c9;
|
|
167
167
|
if (b == false && c == false && d == 0 && nullableEquals(e, 0) && nullableEquals(f, 0) && nullableEquals(g, false) && nullableEquals(i, false) && h == 2) {
|
|
168
168
|
return null;
|
|
169
169
|
}
|
|
@@ -706,10 +706,10 @@ export let BiffRecordStream = /*@__PURE__*/ (() => {
|
|
|
706
706
|
_write10(a) {
|
|
707
707
|
this._write2(BitConverter.c(a));
|
|
708
708
|
}
|
|
709
|
-
|
|
709
|
+
_write13(a) {
|
|
710
710
|
this._write2(BitConverter.e(a));
|
|
711
711
|
}
|
|
712
|
-
|
|
712
|
+
_write12(a) {
|
|
713
713
|
this._write2(BitConverter.d(a));
|
|
714
714
|
}
|
|
715
715
|
_write17(a) {
|
|
@@ -786,7 +786,7 @@ export let BiffRecordStream = /*@__PURE__*/ (() => {
|
|
|
786
786
|
}
|
|
787
787
|
this._cy(a, 0, true, true, b, c, true);
|
|
788
788
|
}
|
|
789
|
-
|
|
789
|
+
_write11(a) {
|
|
790
790
|
let b = a.length;
|
|
791
791
|
let c = this._am._inner[0];
|
|
792
792
|
if (this._ai || a.length > c.d) {
|
|
@@ -809,10 +809,10 @@ export let BiffRecordStream = /*@__PURE__*/ (() => {
|
|
|
809
809
|
this._a4 = this._a7 = this._a8 = c.b = b;
|
|
810
810
|
}
|
|
811
811
|
_writeEMURect(a) {
|
|
812
|
-
this.
|
|
813
|
-
this.
|
|
814
|
-
this.
|
|
815
|
-
this.
|
|
812
|
+
this._write13(truncate(a.left));
|
|
813
|
+
this._write13(truncate(a.top));
|
|
814
|
+
this._write13(truncate(a.right));
|
|
815
|
+
this._write13(truncate(a.bottom));
|
|
816
816
|
}
|
|
817
817
|
_bw() {
|
|
818
818
|
let a = this._a3();
|
|
@@ -8,4 +8,4 @@ import { markEnum } from "igniteui-webcomponents-core";
|
|
|
8
8
|
/**
|
|
9
9
|
* @hidden
|
|
10
10
|
*/
|
|
11
|
-
export let CellFormatValue_$type = /*@__PURE__*/ markEnum('CellFormatValue', 'Alignment,1|BottomBorderColorInfo,2|BottomBorderStyle,4|DiagonalBorderColorInfo,8|DiagonalBorders,16|DiagonalBorderStyle,32|Fill,64|FontBold,128|FontColorInfo,256|FontHeight,512|FontItalic,1024|FontName,2048|FontStrikeout,4096|FontSuperscriptSubscriptStyle,8192|FontUnderlineStyle,16384|FormatOptions,32768|FormatString,65536|Indent,131072|LeftBorderColorInfo,262144|LeftBorderStyle,524288|Locked,1048576|RightBorderColorInfo,2097152|RightBorderStyle,4194304|Rotation,8388608|ShrinkToFit,16777216|Style,33554432|TopBorderColorInfo,67108864|TopBorderStyle,134217728|VerticalAlignment,268435456|WrapText,536870912|
|
|
11
|
+
export let CellFormatValue_$type = /*@__PURE__*/ markEnum('CellFormatValue', 'Alignment,1|BottomBorderColorInfo,2|BottomBorderStyle,4|DiagonalBorderColorInfo,8|DiagonalBorders,16|DiagonalBorderStyle,32|Fill,64|FontBold,128|FontColorInfo,256|FontHeight,512|FontItalic,1024|FontName,2048|FontStrikeout,4096|FontSuperscriptSubscriptStyle,8192|FontUnderlineStyle,16384|FormatOptions,32768|FormatString,65536|Indent,131072|LeftBorderColorInfo,262144|LeftBorderStyle,524288|Locked,1048576|RightBorderColorInfo,2097152|RightBorderStyle,4194304|Rotation,8388608|ShrinkToFit,16777216|Style,33554432|TopBorderColorInfo,67108864|TopBorderStyle,134217728|VerticalAlignment,268435456|WrapText,536870912|Hidden,1073741824|_EndValue,-2147483648|_OuterBorders,208404486|_TopAndBottomBorders,201326598|_UndoElementData,33587200|ThemeProperties,69470538|ThemeColorProperties,69468490|AlignmentFormattingProperties,830603265|BorderFormattingProperties,208404542|FillFormattingProperties,-2147483584|FontFormattingProperties,32640|NumberFormattingProperties,-2147418112|ProtectionFormattingProperties,1074790400|AllFormattingProperties,-1');
|
|
@@ -5,9 +5,9 @@ https://www.infragistics.com/legal/license/igultimate-eula
|
|
|
5
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
6
|
*/
|
|
7
7
|
import { Base, markType } from "igniteui-webcomponents-core";
|
|
8
|
-
import { ConditionBase } from "./ConditionBase";
|
|
9
8
|
import { FormulaContext } from "./FormulaContext";
|
|
10
9
|
import { FormulaStringGenerator } from "./FormulaStringGenerator";
|
|
10
|
+
import { ConditionBase } from "./ConditionBase";
|
|
11
11
|
import { FormulaConditionalFormat } from "./FormulaConditionalFormat";
|
|
12
12
|
import { CellAddress } from "./CellAddress";
|
|
13
13
|
import { stringIsNullOrEmpty, stringEmpty } from "igniteui-webcomponents-core";
|