igniteui-webcomponents-excel 4.7.0 → 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 +1505 -1353
- 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 +1206 -1111
- package/esm2015/lib/DomTextMetricsProvider.js +8 -8
- package/esm2015/lib/JapaneseCalendar.js +1 -1
- package/esm2015/lib/LegacyShapeData.js +4 -4
- package/esm2015/lib/ObjectModelDrawingPartManager_ShapeLoader_ShapeTypeCreator.js +1 -1
- package/esm2015/lib/ObjectModelVmlDrawingPartManager_UpdateLegacyShapeData.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 +3 -3
- 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 +31 -31
- package/esm2015/lib/WorkbookSaveManagerExcel2003_combined.js +204 -182
- package/esm2015/lib/XlsxUtilities_combined.js +2 -2
- 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 +1232 -1105
- package/esm5/lib/DomTextMetricsProvider.js +8 -8
- package/esm5/lib/JapaneseCalendar.js +1 -1
- package/esm5/lib/LegacyShapeData.js +4 -4
- package/esm5/lib/ObjectModelDrawingPartManager_ShapeLoader_ShapeTypeCreator.js +1 -1
- package/esm5/lib/ObjectModelVmlDrawingPartManager_UpdateLegacyShapeData.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 +3 -3
- 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 +31 -31
- package/esm5/lib/WorkbookSaveManagerExcel2003_combined.js +204 -182
- package/esm5/lib/XlsxUtilities_combined.js +2 -2
- package/fesm2015/igniteui-webcomponents-excel.js +1479 -1359
- package/fesm5/igniteui-webcomponents-excel.js +1505 -1353
- package/lib/BiffRecordStream.d.ts +2 -2
- package/lib/CellFormatValue.d.ts +5 -4
- package/lib/DefaultStyleHelper_combined.d.ts +249 -228
- 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
|
@@ -162,8 +162,8 @@ export declare abstract class BiffRecordStream extends Stream implements IBiffRe
|
|
|
162
162
|
_write9(a: number): void;
|
|
163
163
|
_write2(a: number[]): void;
|
|
164
164
|
_write10(a: number): void;
|
|
165
|
+
_write13(a: number): void;
|
|
165
166
|
_write12(a: number): void;
|
|
166
|
-
_write11(a: number): void;
|
|
167
167
|
_write17(a: number): void;
|
|
168
168
|
_write18(a: number): void;
|
|
169
169
|
_write19(a: number): void;
|
|
@@ -177,7 +177,7 @@ export declare abstract class BiffRecordStream extends Stream implements IBiffRe
|
|
|
177
177
|
_write8(a: StringElement, b: boolean): void;
|
|
178
178
|
_write6(a: StringElement, b: LengthType): void;
|
|
179
179
|
_write7(a: StringElement, b: LengthType, c: boolean): void;
|
|
180
|
-
|
|
180
|
+
_write11(a: MemoryStream): void;
|
|
181
181
|
_writeEMURect(a: Rect): void;
|
|
182
182
|
protected _bw(): void;
|
|
183
183
|
protected _af(a: number): boolean;
|
package/lib/CellFormatValue.d.ts
CHANGED
|
@@ -33,7 +33,8 @@ export declare const enum CellFormatValue {
|
|
|
33
33
|
TopBorderStyle = 134217728,
|
|
34
34
|
VerticalAlignment = 268435456,
|
|
35
35
|
WrapText = 536870912,
|
|
36
|
-
|
|
36
|
+
Hidden = 1073741824,
|
|
37
|
+
_EndValue = -2147483648,
|
|
37
38
|
_OuterBorders = 208404486,
|
|
38
39
|
_TopAndBottomBorders = 201326598,
|
|
39
40
|
_UndoElementData = 33587200,
|
|
@@ -41,11 +42,11 @@ export declare const enum CellFormatValue {
|
|
|
41
42
|
ThemeColorProperties = 69468490,
|
|
42
43
|
AlignmentFormattingProperties = 830603265,
|
|
43
44
|
BorderFormattingProperties = 208404542,
|
|
44
|
-
FillFormattingProperties =
|
|
45
|
+
FillFormattingProperties = -2147483584,
|
|
45
46
|
FontFormattingProperties = 32640,
|
|
46
|
-
NumberFormattingProperties =
|
|
47
|
+
NumberFormattingProperties = -2147418112,
|
|
47
48
|
ProtectionFormattingProperties = 1074790400,
|
|
48
|
-
AllFormattingProperties =
|
|
49
|
+
AllFormattingProperties = -1
|
|
49
50
|
}
|
|
50
51
|
/**
|
|
51
52
|
* @hidden
|