igniteui-webcomponents-excel 5.2.1-beta.0 → 5.4.0-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 +9766 -6903
- package/bundles/igniteui-webcomponents-excel.umd.min.js +1 -1
- package/esm2015/lib/AddInFunctionResolver.js +1 -1
- package/esm2015/lib/AlternateContentChoice_combined.js +581 -251
- package/esm2015/lib/BiffRecordStream.js +3 -3
- package/esm2015/lib/BmpPartManager.js +1 -51
- package/esm2015/lib/CT_GraphicalObject_combined.js +5 -5
- package/esm2015/lib/CellShiftOperation_CellCache.js +7 -0
- package/esm2015/lib/ChartPatternFill.js +44 -0
- package/esm2015/lib/ColorInfo.js +5 -5
- package/esm2015/lib/ConditionBaseExtensions.js +5 -0
- package/esm2015/lib/ConditionalFormattingUtils.js +16 -13
- package/esm2015/lib/CustomListSortCondition.js +4 -4
- package/esm2015/lib/DefaultStyleHelper_combined.js +3179 -2695
- package/esm2015/lib/DrawingMLSpreadsheetDrawing.js +1 -1
- package/esm2015/lib/DrawingPartManagerHelpers_combined.js +43 -43
- package/esm2015/lib/DxfInfo.js +1 -1
- package/esm2015/lib/EmfPartManager.js +1 -43
- package/esm2015/lib/ExcelDocumentManager.js +36 -36
- package/esm2015/lib/GifPartManager.js +1 -43
- package/esm2015/lib/LegacyShapeData.js +1 -1
- package/esm2015/lib/MetadataPartManager.js +45 -0
- package/esm2015/lib/MultipleCellValueInfo.js +5 -5
- package/esm2015/lib/ObjectModelMetadataPartManager.js +7 -0
- package/esm2015/lib/ObjectModelRdArrayPartManager.js +7 -0
- package/esm2015/lib/ObjectModelRdRichValuePartManager.js +7 -0
- package/esm2015/lib/ObjectModelRdRichValueStructurePartManager.js +7 -0
- package/esm2015/lib/ObjectModelRdRichValueTypesPartManager.js +7 -0
- package/esm2015/lib/ObjectModelRdRichValueWebImagePartManager.js +7 -0
- package/esm2015/lib/ObjectModelRdSupportingPropertyBagPartManager.js +7 -0
- package/esm2015/lib/ObjectModelRdSupportingPropertyBagStructurePartManager.js +7 -0
- package/esm2015/lib/ObjectModelRichStylesPartManager.js +7 -0
- package/esm2015/lib/ObjectModelRichValueRelPartManager.js +7 -0
- package/esm2015/lib/OrderedSortCondition.js +2 -2
- package/esm2015/lib/PatternType.js +237 -0
- package/esm2015/lib/PngPartManager.js +1 -43
- package/esm2015/lib/RdArrayPartManager.js +43 -0
- package/esm2015/lib/RdRichValuePartManager.js +44 -0
- package/esm2015/lib/RdRichValueStructurePartManager.js +44 -0
- package/esm2015/lib/RdRichValueTypesPartManager.js +44 -0
- package/esm2015/lib/RdRichValueWebImagePartManager.js +44 -0
- package/esm2015/lib/RdSupportingPropertyBagPartManager.js +45 -0
- package/esm2015/lib/RdSupportingPropertyBagStructurePartManager.js +45 -0
- package/esm2015/lib/RichStylesPartManager.js +43 -0
- package/esm2015/lib/RichValueRelPartManager.js +44 -0
- package/esm2015/lib/RoundTripControlData.js +9 -7
- package/esm2015/lib/RoundTripPartData.js +4 -2
- package/esm2015/lib/SerializationNumberFormatInfo.js +2 -2
- package/esm2015/lib/SpreadsheetML2009Main_combined.js +1149 -849
- package/esm2015/lib/TiffPartManager.js +1 -43
- package/esm2015/lib/UltraCalcConditionalFunctionBase_combined.js +1 -1
- package/esm2015/lib/UltraCalcFunctionCell.js +7 -7
- package/esm2015/lib/UltraCalcFunctionColumn.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/UltraCalcFunctionRow.js +1 -1
- package/esm2015/lib/UltraCalcFunctionVLookup.js +1 -1
- package/esm2015/lib/WeakWorkbookOwner.js +4 -0
- package/esm2015/lib/WmfPartManager.js +1 -43
- package/esm2015/lib/WorkbookLoadManagerExcel2007_combined.js +2733 -2037
- package/esm2015/lib/WorkbookMetadataCellBlock.js +33 -0
- package/esm2015/lib/WorkbookMetadataItem.js +25 -0
- package/esm2015/lib/WorkbookMetadataRecord.js +23 -0
- package/esm2015/lib/WorkbookMetadataType.js +75 -0
- package/esm2015/lib/WorkbookSaveManagerExcel2003_SaveTokenVisitor.js +1 -1
- package/esm2015/lib/WorkbookSaveManagerExcel2003_combined.js +110 -110
- package/esm2015/public_api.js +28 -1
- package/esm5/lib/AddInFunctionResolver.js +1 -1
- package/esm5/lib/AlternateContentChoice_combined.js +691 -251
- package/esm5/lib/BiffRecordStream.js +3 -3
- package/esm5/lib/BmpPartManager.js +1 -69
- package/esm5/lib/CT_GraphicalObject_combined.js +5 -5
- package/esm5/lib/CellShiftOperation_CellCache.js +7 -0
- package/esm5/lib/ChartPatternFill.js +58 -0
- package/esm5/lib/ColorInfo.js +5 -5
- package/esm5/lib/ConditionBaseExtensions.js +5 -0
- package/esm5/lib/ConditionalFormattingUtils.js +19 -13
- package/esm5/lib/CustomListSortCondition.js +4 -4
- package/esm5/lib/DefaultStyleHelper_combined.js +3276 -2760
- package/esm5/lib/DrawingMLSpreadsheetDrawing.js +1 -1
- package/esm5/lib/DrawingPartManagerHelpers_combined.js +43 -43
- package/esm5/lib/DxfInfo.js +1 -1
- package/esm5/lib/EmfPartManager.js +1 -60
- package/esm5/lib/ExcelDocumentManager.js +36 -36
- package/esm5/lib/GifPartManager.js +1 -60
- package/esm5/lib/LegacyShapeData.js +1 -1
- package/esm5/lib/MetadataPartManager.js +57 -0
- package/esm5/lib/MultipleCellValueInfo.js +5 -5
- package/esm5/lib/ObjectModelMetadataPartManager.js +7 -0
- package/esm5/lib/ObjectModelRdArrayPartManager.js +7 -0
- package/esm5/lib/ObjectModelRdRichValuePartManager.js +7 -0
- package/esm5/lib/ObjectModelRdRichValueStructurePartManager.js +7 -0
- package/esm5/lib/ObjectModelRdRichValueTypesPartManager.js +7 -0
- package/esm5/lib/ObjectModelRdRichValueWebImagePartManager.js +7 -0
- package/esm5/lib/ObjectModelRdSupportingPropertyBagPartManager.js +7 -0
- package/esm5/lib/ObjectModelRdSupportingPropertyBagStructurePartManager.js +7 -0
- package/esm5/lib/ObjectModelRichStylesPartManager.js +7 -0
- package/esm5/lib/ObjectModelRichValueRelPartManager.js +7 -0
- package/esm5/lib/OrderedSortCondition.js +2 -2
- package/esm5/lib/PatternType.js +237 -0
- package/esm5/lib/PngPartManager.js +1 -60
- package/esm5/lib/RdArrayPartManager.js +55 -0
- package/esm5/lib/RdRichValuePartManager.js +56 -0
- package/esm5/lib/RdRichValueStructurePartManager.js +56 -0
- package/esm5/lib/RdRichValueTypesPartManager.js +56 -0
- package/esm5/lib/RdRichValueWebImagePartManager.js +56 -0
- package/esm5/lib/RdSupportingPropertyBagPartManager.js +57 -0
- package/esm5/lib/RdSupportingPropertyBagStructurePartManager.js +57 -0
- package/esm5/lib/RichStylesPartManager.js +55 -0
- package/esm5/lib/RichValueRelPartManager.js +56 -0
- package/esm5/lib/RoundTripControlData.js +9 -7
- package/esm5/lib/RoundTripPartData.js +4 -2
- package/esm5/lib/SerializationNumberFormatInfo.js +2 -2
- package/esm5/lib/SpreadsheetML2009Main_combined.js +1523 -1096
- package/esm5/lib/TiffPartManager.js +1 -60
- package/esm5/lib/UltraCalcConditionalFunctionBase_combined.js +1 -1
- package/esm5/lib/UltraCalcFunctionCell.js +7 -7
- package/esm5/lib/UltraCalcFunctionColumn.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/UltraCalcFunctionRow.js +1 -1
- package/esm5/lib/UltraCalcFunctionVLookup.js +1 -1
- package/esm5/lib/WeakWorkbookOwner.js +8 -0
- package/esm5/lib/WmfPartManager.js +1 -60
- package/esm5/lib/WorkbookLoadManagerExcel2007_combined.js +2789 -2043
- package/esm5/lib/WorkbookMetadataCellBlock.js +39 -0
- package/esm5/lib/WorkbookMetadataItem.js +27 -0
- package/esm5/lib/WorkbookMetadataRecord.js +25 -0
- package/esm5/lib/WorkbookMetadataType.js +77 -0
- package/esm5/lib/WorkbookSaveManagerExcel2003_SaveTokenVisitor.js +1 -1
- package/esm5/lib/WorkbookSaveManagerExcel2003_combined.js +110 -110
- package/esm5/public_api.js +28 -1
- package/fesm2015/igniteui-webcomponents-excel.js +8980 -6479
- package/fesm5/igniteui-webcomponents-excel.js +9740 -6905
- package/lib/AlternateContentChoice_combined.d.ts +174 -66
- package/lib/BmpPartManager.d.ts +1 -22
- package/lib/CellShiftOperation_CellCache.d.ts +1 -0
- package/lib/ChartPatternFill.d.ts +26 -0
- package/lib/ConditionalFormattingUtils.d.ts +1 -1
- package/lib/DefaultStyleHelper_combined.d.ts +736 -566
- package/lib/EmfPartManager.d.ts +1 -20
- package/lib/ExcelDocumentManager.d.ts +12 -12
- package/lib/GifPartManager.d.ts +1 -20
- package/lib/MetadataPartManager.d.ts +19 -0
- package/lib/ObjectModelMetadataPartManager.d.ts +1 -0
- package/lib/ObjectModelRdArrayPartManager.d.ts +1 -0
- package/lib/ObjectModelRdRichValuePartManager.d.ts +1 -0
- package/lib/ObjectModelRdRichValueStructurePartManager.d.ts +1 -0
- package/lib/ObjectModelRdRichValueTypesPartManager.d.ts +1 -0
- package/lib/ObjectModelRdRichValueWebImagePartManager.d.ts +1 -0
- package/lib/ObjectModelRdSupportingPropertyBagPartManager.d.ts +1 -0
- package/lib/ObjectModelRdSupportingPropertyBagStructurePartManager.d.ts +1 -0
- package/lib/ObjectModelRichStylesPartManager.d.ts +1 -0
- package/lib/ObjectModelRichValueRelPartManager.d.ts +1 -0
- package/lib/PatternType.d.ts +230 -0
- package/lib/PngPartManager.d.ts +1 -20
- package/lib/RdArrayPartManager.d.ts +17 -0
- package/lib/RdRichValuePartManager.d.ts +18 -0
- package/lib/RdRichValueStructurePartManager.d.ts +18 -0
- package/lib/RdRichValueTypesPartManager.d.ts +18 -0
- package/lib/RdRichValueWebImagePartManager.d.ts +18 -0
- package/lib/RdSupportingPropertyBagPartManager.d.ts +19 -0
- package/lib/RdSupportingPropertyBagStructurePartManager.d.ts +19 -0
- package/lib/RichStylesPartManager.d.ts +17 -0
- package/lib/RichValueRelPartManager.d.ts +18 -0
- package/lib/RoundTripControlData.d.ts +6 -4
- package/lib/RoundTripPartData.d.ts +6 -2
- package/lib/SpreadsheetML2009Main_combined.d.ts +591 -533
- package/lib/TiffPartManager.d.ts +1 -20
- package/lib/WeakWorkbookOwner.d.ts +1 -0
- package/lib/WmfPartManager.d.ts +1 -20
- package/lib/WorkbookLoadManagerExcel2007_combined.d.ts +480 -319
- package/lib/WorkbookMetadataCellBlock.d.ts +13 -0
- package/lib/WorkbookMetadataItem.d.ts +12 -0
- package/lib/WorkbookMetadataRecord.d.ts +11 -0
- package/lib/WorkbookMetadataType.d.ts +36 -0
- package/package.json +2 -2
- package/public_api.d.ts +28 -1
package/lib/EmfPartManager.d.ts
CHANGED
|
@@ -1,20 +1 @@
|
|
|
1
|
-
|
|
2
|
-
import { ImageFormat } from "./ImageFormat";
|
|
3
|
-
import { Type } from "igniteui-webcomponents-core";
|
|
4
|
-
/**
|
|
5
|
-
* @hidden
|
|
6
|
-
*/
|
|
7
|
-
export declare class EmfPartManager extends ImagePartManagerBase {
|
|
8
|
-
static $t: Type;
|
|
9
|
-
static readonly y: EmfPartManager;
|
|
10
|
-
constructor();
|
|
11
|
-
protected get_s(): string;
|
|
12
|
-
get s(): string;
|
|
13
|
-
protected get_t(): string;
|
|
14
|
-
get t(): string;
|
|
15
|
-
protected get_u(): string;
|
|
16
|
-
get u(): string;
|
|
17
|
-
protected get_m(): string;
|
|
18
|
-
get m(): string;
|
|
19
|
-
r(a: string): ImageFormat;
|
|
20
|
-
}
|
|
1
|
+
export { EmfPartManager } from "./AlternateContentChoice_combined";
|
|
@@ -9,17 +9,17 @@ import { ST_ConformanceClass } from "./ST_ConformanceClass";
|
|
|
9
9
|
*/
|
|
10
10
|
export declare abstract class ExcelDocumentManager extends OfficeDocumentManager {
|
|
11
11
|
static $t: Type;
|
|
12
|
-
private static readonly
|
|
13
|
-
private static readonly
|
|
14
|
-
private static readonly
|
|
15
|
-
private static readonly
|
|
12
|
+
private static readonly _br;
|
|
13
|
+
private static readonly _bq;
|
|
14
|
+
private static readonly _bv;
|
|
15
|
+
private static readonly _bu;
|
|
16
16
|
constructor(a: IPackageFactory, b: Stream, c: boolean, d: Nullable$1<ST_ConformanceClass>);
|
|
17
|
-
protected
|
|
18
|
-
get
|
|
19
|
-
protected
|
|
20
|
-
|
|
21
|
-
protected
|
|
22
|
-
get
|
|
23
|
-
|
|
24
|
-
|
|
17
|
+
protected get__x(): OfficeApplication;
|
|
18
|
+
get _x(): OfficeApplication;
|
|
19
|
+
protected _ac(): ST_ConformanceClass;
|
|
20
|
+
_bj(): void;
|
|
21
|
+
protected get__v(): DrawingNamespaceDefinitionBase;
|
|
22
|
+
get _v(): DrawingNamespaceDefinitionBase;
|
|
23
|
+
_bs(): string;
|
|
24
|
+
_bt(): string;
|
|
25
25
|
}
|
package/lib/GifPartManager.d.ts
CHANGED
|
@@ -1,20 +1 @@
|
|
|
1
|
-
|
|
2
|
-
import { ImageFormat } from "./ImageFormat";
|
|
3
|
-
import { Type } from "igniteui-webcomponents-core";
|
|
4
|
-
/**
|
|
5
|
-
* @hidden
|
|
6
|
-
*/
|
|
7
|
-
export declare class GifPartManager extends ImagePartManagerBase {
|
|
8
|
-
static $t: Type;
|
|
9
|
-
static readonly y: GifPartManager;
|
|
10
|
-
constructor();
|
|
11
|
-
protected get_s(): string;
|
|
12
|
-
get s(): string;
|
|
13
|
-
protected get_t(): string;
|
|
14
|
-
get t(): string;
|
|
15
|
-
protected get_u(): string;
|
|
16
|
-
get u(): string;
|
|
17
|
-
protected get_m(): string;
|
|
18
|
-
get m(): string;
|
|
19
|
-
r(a: string): ImageFormat;
|
|
20
|
-
}
|
|
1
|
+
export { GifPartManager } from "./AlternateContentChoice_combined";
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { XmlPartManagerBase } from "./XmlPartManagerBase";
|
|
2
|
+
import { OfficeApplication } from "./OfficeApplication";
|
|
3
|
+
import { ST_ConformanceClass } from "./ST_ConformanceClass";
|
|
4
|
+
import { Type } from "igniteui-webcomponents-core";
|
|
5
|
+
/**
|
|
6
|
+
* @hidden
|
|
7
|
+
*/
|
|
8
|
+
export declare abstract class MetadataPartManager extends XmlPartManagerBase {
|
|
9
|
+
static $t: Type;
|
|
10
|
+
static readonly a4: string;
|
|
11
|
+
static readonly a6: string;
|
|
12
|
+
static readonly a5: string;
|
|
13
|
+
protected get_m(): string;
|
|
14
|
+
get m(): string;
|
|
15
|
+
n(a: OfficeApplication): string;
|
|
16
|
+
o(a: ST_ConformanceClass): string;
|
|
17
|
+
protected get_g(): boolean;
|
|
18
|
+
get g(): boolean;
|
|
19
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { ObjectModelMetadataPartManager } from "./WorkbookLoadManagerExcel2007_combined";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { ObjectModelRdArrayPartManager } from "./WorkbookLoadManagerExcel2007_combined";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { ObjectModelRdRichValuePartManager } from "./WorkbookLoadManagerExcel2007_combined";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { ObjectModelRdRichValueStructurePartManager } from "./WorkbookLoadManagerExcel2007_combined";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { ObjectModelRdRichValueTypesPartManager } from "./WorkbookLoadManagerExcel2007_combined";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { ObjectModelRdRichValueWebImagePartManager } from "./WorkbookLoadManagerExcel2007_combined";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { ObjectModelRdSupportingPropertyBagPartManager } from "./WorkbookLoadManagerExcel2007_combined";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { ObjectModelRdSupportingPropertyBagStructurePartManager } from "./WorkbookLoadManagerExcel2007_combined";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { ObjectModelRichStylesPartManager } from "./WorkbookLoadManagerExcel2007_combined";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { ObjectModelRichValueRelPartManager } from "./WorkbookLoadManagerExcel2007_combined";
|
|
@@ -0,0 +1,230 @@
|
|
|
1
|
+
import { Type } from "igniteui-webcomponents-core";
|
|
2
|
+
/**
|
|
3
|
+
* Constants which define the type of fill pattern applied to a shape.
|
|
4
|
+
*/
|
|
5
|
+
export declare enum PatternType {
|
|
6
|
+
/**
|
|
7
|
+
* 10% of the foreground color.
|
|
8
|
+
*/
|
|
9
|
+
Pattern10Percent = 2,
|
|
10
|
+
/**
|
|
11
|
+
* 20% of the foreground color.
|
|
12
|
+
*/
|
|
13
|
+
Pattern20Percent = 3,
|
|
14
|
+
/**
|
|
15
|
+
* 25% of the foreground color.
|
|
16
|
+
*/
|
|
17
|
+
Pattern25Percent = 4,
|
|
18
|
+
/**
|
|
19
|
+
* 30% of the foreground color.
|
|
20
|
+
*/
|
|
21
|
+
Pattern30Percent = 5,
|
|
22
|
+
/**
|
|
23
|
+
* 40% of the foreground color.
|
|
24
|
+
*/
|
|
25
|
+
Pattern40Percent = 6,
|
|
26
|
+
/**
|
|
27
|
+
* 50% of the foreground color.
|
|
28
|
+
*/
|
|
29
|
+
Pattern50Percent = 7,
|
|
30
|
+
/**
|
|
31
|
+
* 5% of the foreground color.
|
|
32
|
+
*/
|
|
33
|
+
Pattern5Percent = 1,
|
|
34
|
+
/**
|
|
35
|
+
* 60% of the foreground color.
|
|
36
|
+
*/
|
|
37
|
+
Pattern60Percent = 8,
|
|
38
|
+
/**
|
|
39
|
+
* 70% of the foreground color.
|
|
40
|
+
*/
|
|
41
|
+
Pattern70Percent = 9,
|
|
42
|
+
/**
|
|
43
|
+
* 75% of the foreground color.
|
|
44
|
+
*/
|
|
45
|
+
Pattern75Percent = 10,
|
|
46
|
+
/**
|
|
47
|
+
* 80% of the foreground color.
|
|
48
|
+
*/
|
|
49
|
+
Pattern80Percent = 11,
|
|
50
|
+
/**
|
|
51
|
+
* 90% of the foreground color.
|
|
52
|
+
*/
|
|
53
|
+
Pattern90Percent = 12,
|
|
54
|
+
/**
|
|
55
|
+
* Cross
|
|
56
|
+
*/
|
|
57
|
+
PatternCross = 51,
|
|
58
|
+
/**
|
|
59
|
+
* Dark Downward Diagonal
|
|
60
|
+
*/
|
|
61
|
+
PatternDarkDownwardDiagonal = 15,
|
|
62
|
+
/**
|
|
63
|
+
* Dark Horizontal
|
|
64
|
+
*/
|
|
65
|
+
PatternDarkHorizontal = 13,
|
|
66
|
+
/**
|
|
67
|
+
* Dark Upward Diagonal
|
|
68
|
+
*/
|
|
69
|
+
PatternDarkUpwardDiagonal = 16,
|
|
70
|
+
/**
|
|
71
|
+
* Dark Vertical
|
|
72
|
+
*/
|
|
73
|
+
PatternDarkVertical = 14,
|
|
74
|
+
/**
|
|
75
|
+
* Dashed Downward Diagonal
|
|
76
|
+
*/
|
|
77
|
+
PatternDashedDownwardDiagonal = 28,
|
|
78
|
+
/**
|
|
79
|
+
* Dashed Horizontal
|
|
80
|
+
*/
|
|
81
|
+
PatternDashedHorizontal = 32,
|
|
82
|
+
/**
|
|
83
|
+
* Dashed Upward Diagonal
|
|
84
|
+
*/
|
|
85
|
+
PatternDashedUpwardDiagonal = 27,
|
|
86
|
+
/**
|
|
87
|
+
* Dashed Vertical
|
|
88
|
+
*/
|
|
89
|
+
PatternDashedVertical = 31,
|
|
90
|
+
/**
|
|
91
|
+
* Diagonal Brick
|
|
92
|
+
*/
|
|
93
|
+
PatternDiagonalBrick = 40,
|
|
94
|
+
/**
|
|
95
|
+
* Diagonal Cross
|
|
96
|
+
*/
|
|
97
|
+
PatternDiagonalCross = 54,
|
|
98
|
+
/**
|
|
99
|
+
* Pattern Divot
|
|
100
|
+
*/
|
|
101
|
+
PatternDivot = 46,
|
|
102
|
+
/**
|
|
103
|
+
* Dotted Diamond
|
|
104
|
+
*/
|
|
105
|
+
PatternDottedDiamond = 24,
|
|
106
|
+
/**
|
|
107
|
+
* Dotted Grid
|
|
108
|
+
*/
|
|
109
|
+
PatternDottedGrid = 45,
|
|
110
|
+
/**
|
|
111
|
+
* Downward Diagonal
|
|
112
|
+
*/
|
|
113
|
+
PatternDownwardDiagonal = 52,
|
|
114
|
+
/**
|
|
115
|
+
* Horizontal
|
|
116
|
+
*/
|
|
117
|
+
PatternHorizontal = 49,
|
|
118
|
+
/**
|
|
119
|
+
* Horizontal Brick
|
|
120
|
+
*/
|
|
121
|
+
PatternHorizontalBrick = 35,
|
|
122
|
+
/**
|
|
123
|
+
* Large Checker Board
|
|
124
|
+
*/
|
|
125
|
+
PatternLargeCheckerBoard = 36,
|
|
126
|
+
/**
|
|
127
|
+
* Large Confetti
|
|
128
|
+
*/
|
|
129
|
+
PatternLargeConfetti = 33,
|
|
130
|
+
/**
|
|
131
|
+
* Large Grid
|
|
132
|
+
*/
|
|
133
|
+
PatternLargeGrid = 34,
|
|
134
|
+
/**
|
|
135
|
+
* Light Downward Diagonal
|
|
136
|
+
*/
|
|
137
|
+
PatternLightDownwardDiagonal = 21,
|
|
138
|
+
/**
|
|
139
|
+
* Light Horizontal
|
|
140
|
+
*/
|
|
141
|
+
PatternLightHorizontal = 19,
|
|
142
|
+
/**
|
|
143
|
+
* Light Upward Diagonal
|
|
144
|
+
*/
|
|
145
|
+
PatternLightUpwardDiagonal = 22,
|
|
146
|
+
/**
|
|
147
|
+
* Light Vertical
|
|
148
|
+
*/
|
|
149
|
+
PatternLightVertical = 20,
|
|
150
|
+
/**
|
|
151
|
+
* Mixed pattern
|
|
152
|
+
*/
|
|
153
|
+
PatternMixed = -2,
|
|
154
|
+
/**
|
|
155
|
+
* Narrow Horizontal
|
|
156
|
+
*/
|
|
157
|
+
PatternNarrowHorizontal = 30,
|
|
158
|
+
/**
|
|
159
|
+
* Narrow Vertical
|
|
160
|
+
*/
|
|
161
|
+
PatternNarrowVertical = 29,
|
|
162
|
+
/**
|
|
163
|
+
* Outlined Diamond
|
|
164
|
+
*/
|
|
165
|
+
PatternOutlinedDiamond = 41,
|
|
166
|
+
/**
|
|
167
|
+
* Plaid
|
|
168
|
+
*/
|
|
169
|
+
PatternPlaid = 42,
|
|
170
|
+
/**
|
|
171
|
+
* Shingle
|
|
172
|
+
*/
|
|
173
|
+
PatternShingle = 47,
|
|
174
|
+
/**
|
|
175
|
+
* Small Checker Board
|
|
176
|
+
*/
|
|
177
|
+
PatternSmallCheckerBoard = 17,
|
|
178
|
+
/**
|
|
179
|
+
* Small Confetti
|
|
180
|
+
*/
|
|
181
|
+
PatternSmallConfetti = 37,
|
|
182
|
+
/**
|
|
183
|
+
* Small Grid
|
|
184
|
+
*/
|
|
185
|
+
PatternSmallGrid = 23,
|
|
186
|
+
/**
|
|
187
|
+
* Solid Diamond
|
|
188
|
+
*/
|
|
189
|
+
PatternSolidDiamond = 39,
|
|
190
|
+
/**
|
|
191
|
+
* Sphere
|
|
192
|
+
*/
|
|
193
|
+
PatternSphere = 43,
|
|
194
|
+
/**
|
|
195
|
+
* Trellis
|
|
196
|
+
*/
|
|
197
|
+
PatternTrellis = 18,
|
|
198
|
+
/**
|
|
199
|
+
* Upward Diagonal
|
|
200
|
+
*/
|
|
201
|
+
PatternUpwardDiagonal = 53,
|
|
202
|
+
/**
|
|
203
|
+
* Vertical
|
|
204
|
+
*/
|
|
205
|
+
PatternVertical = 50,
|
|
206
|
+
/**
|
|
207
|
+
* Wave
|
|
208
|
+
*/
|
|
209
|
+
PatternWave = 48,
|
|
210
|
+
/**
|
|
211
|
+
* Weave
|
|
212
|
+
*/
|
|
213
|
+
PatternWeave = 44,
|
|
214
|
+
/**
|
|
215
|
+
* Wide Downward Diagonal
|
|
216
|
+
*/
|
|
217
|
+
PatternWideDownwardDiagonal = 25,
|
|
218
|
+
/**
|
|
219
|
+
* Wide Upward Diagonal
|
|
220
|
+
*/
|
|
221
|
+
PatternWideUpwardDiagonal = 26,
|
|
222
|
+
/**
|
|
223
|
+
* Zig Zag
|
|
224
|
+
*/
|
|
225
|
+
PatternZigZag = 38
|
|
226
|
+
}
|
|
227
|
+
/**
|
|
228
|
+
* @hidden
|
|
229
|
+
*/
|
|
230
|
+
export declare let PatternType_$type: Type;
|
package/lib/PngPartManager.d.ts
CHANGED
|
@@ -1,20 +1 @@
|
|
|
1
|
-
|
|
2
|
-
import { ImageFormat } from "./ImageFormat";
|
|
3
|
-
import { Type } from "igniteui-webcomponents-core";
|
|
4
|
-
/**
|
|
5
|
-
* @hidden
|
|
6
|
-
*/
|
|
7
|
-
export declare class PngPartManager extends ImagePartManagerBase {
|
|
8
|
-
static $t: Type;
|
|
9
|
-
static readonly y: PngPartManager;
|
|
10
|
-
constructor();
|
|
11
|
-
protected get_s(): string;
|
|
12
|
-
get s(): string;
|
|
13
|
-
protected get_t(): string;
|
|
14
|
-
get t(): string;
|
|
15
|
-
protected get_u(): string;
|
|
16
|
-
get u(): string;
|
|
17
|
-
protected get_m(): string;
|
|
18
|
-
get m(): string;
|
|
19
|
-
r(a: string): ImageFormat;
|
|
20
|
-
}
|
|
1
|
+
export { PngPartManager } from "./AlternateContentChoice_combined";
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { XmlPartManagerBase } from "./XmlPartManagerBase";
|
|
2
|
+
import { OfficeApplication } from "./OfficeApplication";
|
|
3
|
+
import { ST_ConformanceClass } from "./ST_ConformanceClass";
|
|
4
|
+
import { Type } from "igniteui-webcomponents-core";
|
|
5
|
+
/**
|
|
6
|
+
* @hidden
|
|
7
|
+
*/
|
|
8
|
+
export declare abstract class RdArrayPartManager extends XmlPartManagerBase {
|
|
9
|
+
static $t: Type;
|
|
10
|
+
static readonly a5: string;
|
|
11
|
+
protected get_m(): string;
|
|
12
|
+
get m(): string;
|
|
13
|
+
n(a: OfficeApplication): string;
|
|
14
|
+
o(a: ST_ConformanceClass): string;
|
|
15
|
+
protected get_g(): boolean;
|
|
16
|
+
get g(): boolean;
|
|
17
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { XmlPartManagerBase } from "./XmlPartManagerBase";
|
|
2
|
+
import { OfficeApplication } from "./OfficeApplication";
|
|
3
|
+
import { ST_ConformanceClass } from "./ST_ConformanceClass";
|
|
4
|
+
import { Type } from "igniteui-webcomponents-core";
|
|
5
|
+
/**
|
|
6
|
+
* @hidden
|
|
7
|
+
*/
|
|
8
|
+
export declare abstract class RdRichValuePartManager extends XmlPartManagerBase {
|
|
9
|
+
static $t: Type;
|
|
10
|
+
static readonly a4: string;
|
|
11
|
+
static readonly a5: string;
|
|
12
|
+
protected get_m(): string;
|
|
13
|
+
get m(): string;
|
|
14
|
+
n(a: OfficeApplication): string;
|
|
15
|
+
o(a: ST_ConformanceClass): string;
|
|
16
|
+
protected get_g(): boolean;
|
|
17
|
+
get g(): boolean;
|
|
18
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { XmlPartManagerBase } from "./XmlPartManagerBase";
|
|
2
|
+
import { OfficeApplication } from "./OfficeApplication";
|
|
3
|
+
import { ST_ConformanceClass } from "./ST_ConformanceClass";
|
|
4
|
+
import { Type } from "igniteui-webcomponents-core";
|
|
5
|
+
/**
|
|
6
|
+
* @hidden
|
|
7
|
+
*/
|
|
8
|
+
export declare abstract class RdRichValueStructurePartManager extends XmlPartManagerBase {
|
|
9
|
+
static $t: Type;
|
|
10
|
+
static readonly a4: string;
|
|
11
|
+
static readonly a5: string;
|
|
12
|
+
protected get_m(): string;
|
|
13
|
+
get m(): string;
|
|
14
|
+
n(a: OfficeApplication): string;
|
|
15
|
+
o(a: ST_ConformanceClass): string;
|
|
16
|
+
protected get_g(): boolean;
|
|
17
|
+
get g(): boolean;
|
|
18
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { XmlPartManagerBase } from "./XmlPartManagerBase";
|
|
2
|
+
import { OfficeApplication } from "./OfficeApplication";
|
|
3
|
+
import { ST_ConformanceClass } from "./ST_ConformanceClass";
|
|
4
|
+
import { Type } from "igniteui-webcomponents-core";
|
|
5
|
+
/**
|
|
6
|
+
* @hidden
|
|
7
|
+
*/
|
|
8
|
+
export declare abstract class RdRichValueTypesPartManager extends XmlPartManagerBase {
|
|
9
|
+
static $t: Type;
|
|
10
|
+
static readonly a4: string;
|
|
11
|
+
static readonly a5: string;
|
|
12
|
+
protected get_m(): string;
|
|
13
|
+
get m(): string;
|
|
14
|
+
n(a: OfficeApplication): string;
|
|
15
|
+
o(a: ST_ConformanceClass): string;
|
|
16
|
+
protected get_g(): boolean;
|
|
17
|
+
get g(): boolean;
|
|
18
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { XmlPartManagerBase } from "./XmlPartManagerBase";
|
|
2
|
+
import { OfficeApplication } from "./OfficeApplication";
|
|
3
|
+
import { ST_ConformanceClass } from "./ST_ConformanceClass";
|
|
4
|
+
import { Type } from "igniteui-webcomponents-core";
|
|
5
|
+
/**
|
|
6
|
+
* @hidden
|
|
7
|
+
*/
|
|
8
|
+
export declare abstract class RdRichValueWebImagePartManager extends XmlPartManagerBase {
|
|
9
|
+
static $t: Type;
|
|
10
|
+
static readonly a4: string;
|
|
11
|
+
static readonly a5: string;
|
|
12
|
+
protected get_m(): string;
|
|
13
|
+
get m(): string;
|
|
14
|
+
n(a: OfficeApplication): string;
|
|
15
|
+
o(a: ST_ConformanceClass): string;
|
|
16
|
+
protected get_g(): boolean;
|
|
17
|
+
get g(): boolean;
|
|
18
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { XmlPartManagerBase } from "./XmlPartManagerBase";
|
|
2
|
+
import { OfficeApplication } from "./OfficeApplication";
|
|
3
|
+
import { ST_ConformanceClass } from "./ST_ConformanceClass";
|
|
4
|
+
import { Type } from "igniteui-webcomponents-core";
|
|
5
|
+
/**
|
|
6
|
+
* @hidden
|
|
7
|
+
*/
|
|
8
|
+
export declare abstract class RdSupportingPropertyBagPartManager extends XmlPartManagerBase {
|
|
9
|
+
static $t: Type;
|
|
10
|
+
static readonly a3: string;
|
|
11
|
+
static readonly a4: string;
|
|
12
|
+
static readonly a5: string;
|
|
13
|
+
protected get_m(): string;
|
|
14
|
+
get m(): string;
|
|
15
|
+
n(a: OfficeApplication): string;
|
|
16
|
+
o(a: ST_ConformanceClass): string;
|
|
17
|
+
protected get_g(): boolean;
|
|
18
|
+
get g(): boolean;
|
|
19
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { XmlPartManagerBase } from "./XmlPartManagerBase";
|
|
2
|
+
import { OfficeApplication } from "./OfficeApplication";
|
|
3
|
+
import { ST_ConformanceClass } from "./ST_ConformanceClass";
|
|
4
|
+
import { Type } from "igniteui-webcomponents-core";
|
|
5
|
+
/**
|
|
6
|
+
* @hidden
|
|
7
|
+
*/
|
|
8
|
+
export declare abstract class RdSupportingPropertyBagStructurePartManager extends XmlPartManagerBase {
|
|
9
|
+
static $t: Type;
|
|
10
|
+
static readonly a3: string;
|
|
11
|
+
static readonly a4: string;
|
|
12
|
+
static readonly a5: string;
|
|
13
|
+
protected get_m(): string;
|
|
14
|
+
get m(): string;
|
|
15
|
+
n(a: OfficeApplication): string;
|
|
16
|
+
o(a: ST_ConformanceClass): string;
|
|
17
|
+
protected get_g(): boolean;
|
|
18
|
+
get g(): boolean;
|
|
19
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { XmlPartManagerBase } from "./XmlPartManagerBase";
|
|
2
|
+
import { OfficeApplication } from "./OfficeApplication";
|
|
3
|
+
import { ST_ConformanceClass } from "./ST_ConformanceClass";
|
|
4
|
+
import { Type } from "igniteui-webcomponents-core";
|
|
5
|
+
/**
|
|
6
|
+
* @hidden
|
|
7
|
+
*/
|
|
8
|
+
export declare abstract class RichStylesPartManager extends XmlPartManagerBase {
|
|
9
|
+
static $t: Type;
|
|
10
|
+
static readonly a5: string;
|
|
11
|
+
protected get_m(): string;
|
|
12
|
+
get m(): string;
|
|
13
|
+
n(a: OfficeApplication): string;
|
|
14
|
+
o(a: ST_ConformanceClass): string;
|
|
15
|
+
protected get_g(): boolean;
|
|
16
|
+
get g(): boolean;
|
|
17
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { XmlPartManagerBase } from "./XmlPartManagerBase";
|
|
2
|
+
import { OfficeApplication } from "./OfficeApplication";
|
|
3
|
+
import { ST_ConformanceClass } from "./ST_ConformanceClass";
|
|
4
|
+
import { Type } from "igniteui-webcomponents-core";
|
|
5
|
+
/**
|
|
6
|
+
* @hidden
|
|
7
|
+
*/
|
|
8
|
+
export declare abstract class RichValueRelPartManager extends XmlPartManagerBase {
|
|
9
|
+
static $t: Type;
|
|
10
|
+
static readonly a4: string;
|
|
11
|
+
static readonly a5: string;
|
|
12
|
+
protected get_m(): string;
|
|
13
|
+
get m(): string;
|
|
14
|
+
n(a: OfficeApplication): string;
|
|
15
|
+
o(a: ST_ConformanceClass): string;
|
|
16
|
+
protected get_g(): boolean;
|
|
17
|
+
get g(): boolean;
|
|
18
|
+
}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { Base, Type } from "igniteui-webcomponents-core";
|
|
2
|
+
import { ST_ConformanceClass } from "./ST_ConformanceClass";
|
|
2
3
|
import { List$1 } from "igniteui-webcomponents-core";
|
|
3
4
|
import { RoundTripPartData } from "./RoundTripPartData";
|
|
4
5
|
/**
|
|
@@ -6,10 +7,11 @@ import { RoundTripPartData } from "./RoundTripPartData";
|
|
|
6
7
|
*/
|
|
7
8
|
export declare class RoundTripControlData extends Base {
|
|
8
9
|
static $t: Type;
|
|
9
|
-
readonly
|
|
10
|
+
readonly d: List$1<RoundTripPartData>;
|
|
10
11
|
a: number[];
|
|
11
|
-
d: string;
|
|
12
|
-
b: boolean;
|
|
13
12
|
e: string;
|
|
14
|
-
|
|
13
|
+
c: boolean;
|
|
14
|
+
f: string;
|
|
15
|
+
b: ST_ConformanceClass;
|
|
16
|
+
constructor(a: string, b: string, c: ST_ConformanceClass, d: number[]);
|
|
15
17
|
}
|
|
@@ -1,13 +1,17 @@
|
|
|
1
1
|
import { Base, Type } from "igniteui-webcomponents-core";
|
|
2
2
|
import { BinaryData } from "./BinaryData";
|
|
3
|
+
import { ImageData } from "./ImageData";
|
|
4
|
+
import { Uri } from "igniteui-webcomponents-core";
|
|
3
5
|
/**
|
|
4
6
|
* @hidden
|
|
5
7
|
*/
|
|
6
8
|
export declare class RoundTripPartData extends Base {
|
|
7
9
|
static $t: Type;
|
|
8
|
-
b: string;
|
|
9
|
-
a: BinaryData;
|
|
10
10
|
c: string;
|
|
11
|
+
a: BinaryData;
|
|
12
|
+
b: ImageData;
|
|
13
|
+
g: Uri;
|
|
11
14
|
d: string;
|
|
12
15
|
e: string;
|
|
16
|
+
f: string;
|
|
13
17
|
}
|