igniteui-webcomponents-excel 1.4.2 → 3.2.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 +3531 -3356
- package/bundles/igniteui-webcomponents-excel.umd.min.js +1 -1
- package/esm2015/lib/AlignmentInfo.js +2 -2
- package/esm2015/lib/DataValidationImeMode.js +61 -0
- package/esm2015/lib/DefaultStyleHelper_combined.js +672 -616
- package/esm2015/lib/ObjectModelDrawingPartManager_ShapeLoader_ShapeOutlineCreator.js +1 -1
- package/esm2015/lib/ProtectionInfo.js +1 -1
- package/esm2015/lib/WorkbookLoadManagerExcel2007_ShapeAnchorApplicator.js +4 -4
- package/esm2015/lib/WorkbookLoadManagerExcel2007_combined.js +458 -457
- package/esm2015/lib/WorkbookSaveManagerExcel2003_combined.js +14 -12
- package/esm2015/lib/XlsxUtilities_combined.js +105 -73
- package/esm2015/public_api.js +1 -0
- package/esm5/lib/AlignmentInfo.js +2 -2
- package/esm5/lib/DataValidationImeMode.js +61 -0
- package/esm5/lib/DefaultStyleHelper_combined.js +2878 -2800
- package/esm5/lib/ObjectModelDrawingPartManager_ShapeLoader_ShapeOutlineCreator.js +1 -1
- package/esm5/lib/ProtectionInfo.js +1 -1
- package/esm5/lib/WorkbookLoadManagerExcel2007_ShapeAnchorApplicator.js +4 -4
- package/esm5/lib/WorkbookLoadManagerExcel2007_combined.js +467 -466
- package/esm5/lib/WorkbookSaveManagerExcel2003_combined.js +14 -12
- package/esm5/lib/XlsxUtilities_combined.js +105 -73
- package/esm5/public_api.js +1 -0
- package/fesm2015/igniteui-webcomponents-excel.js +1317 -1166
- package/fesm5/igniteui-webcomponents-excel.js +3530 -3357
- package/lib/DataValidationImeMode.d.ts +54 -0
- package/lib/DefaultStyleHelper_combined.d.ts +243 -228
- package/lib/WorkbookLoadManagerExcel2007_combined.d.ts +7 -7
- package/lib/XlsxUtilities_combined.d.ts +68 -64
- package/package.json +3 -3
- package/public_api.d.ts +1 -0
|
@@ -1154,24 +1154,24 @@ export declare class ObjectModelWorksheetPartManager extends WorksheetPartManage
|
|
|
1154
1154
|
private gb;
|
|
1155
1155
|
private gc;
|
|
1156
1156
|
private gd;
|
|
1157
|
-
static ge(
|
|
1157
|
+
static ge(v: XmlPartManagerBase, w: string): void;
|
|
1158
1158
|
private gf;
|
|
1159
1159
|
private a8;
|
|
1160
1160
|
private a9;
|
|
1161
1161
|
private gg;
|
|
1162
|
-
static gh(
|
|
1162
|
+
static gh(v: XmlPartManagerBase, w: PrintOptionsBase): void;
|
|
1163
1163
|
private gi;
|
|
1164
1164
|
private gj;
|
|
1165
|
-
static gk(
|
|
1166
|
-
static gl(
|
|
1165
|
+
static gk(v: XmlPartManagerBase, w: string): void;
|
|
1166
|
+
static gl(v: XmlPartManagerBase, w: string): void;
|
|
1167
1167
|
private gm;
|
|
1168
1168
|
private gn;
|
|
1169
1169
|
private go;
|
|
1170
|
-
static gp(
|
|
1171
|
-
static gq(
|
|
1170
|
+
static gp(v: XmlPartManagerBase, w: PrintOptionsBase): void;
|
|
1171
|
+
static gq(v: XmlPartManagerBase, w: PrintOptionsBase): void;
|
|
1172
1172
|
private gr;
|
|
1173
1173
|
private gs;
|
|
1174
|
-
static gt(
|
|
1174
|
+
static gt(v: XmlPartManagerBase, w: WorkbookSaveManagerExcel2007, x: SheetSerializationCache): void;
|
|
1175
1175
|
private gu;
|
|
1176
1176
|
private gv;
|
|
1177
1177
|
private gw;
|
|
@@ -15,6 +15,8 @@ import { CellReferenceMode } from "./CellReferenceMode";
|
|
|
15
15
|
import { ST_RefMode } from "./ST_RefMode";
|
|
16
16
|
import { DataValidationErrorStyle } from "./DataValidationErrorStyle";
|
|
17
17
|
import { ST_DataValidationErrorStyle } from "./ST_DataValidationErrorStyle";
|
|
18
|
+
import { DataValidationImeMode } from "./DataValidationImeMode";
|
|
19
|
+
import { ST_DataValidationImeMode } from "./ST_DataValidationImeMode";
|
|
18
20
|
import { DataValidationOperatorType } from "./DataValidationOperatorType";
|
|
19
21
|
import { ST_DataValidationOperator } from "./ST_DataValidationOperator";
|
|
20
22
|
import { DataValidationType } from "./DataValidationType";
|
|
@@ -84,74 +86,76 @@ import { CT_SolidFillProperties } from "./CT_SolidFillProperties";
|
|
|
84
86
|
*/
|
|
85
87
|
export declare class XlsxUtilities extends Base {
|
|
86
88
|
static $t: Type;
|
|
87
|
-
static
|
|
88
|
-
static
|
|
89
|
-
static
|
|
90
|
-
private static
|
|
89
|
+
static ag(a: WorksheetShapeGroup): CT_GroupTransform2D;
|
|
90
|
+
static ah(a: WorksheetShape): CT_Transform2D;
|
|
91
|
+
static v(a: ImageData): ImageHolder;
|
|
92
|
+
private static w;
|
|
91
93
|
static a(a: ST_CalcMode): CalculationMode;
|
|
92
|
-
static
|
|
94
|
+
static g(a: ST_CalendarType): CalendarType;
|
|
93
95
|
static b(a: ST_BorderStyle): CellBorderLineStyle;
|
|
94
96
|
static c(a: ST_RefMode): CellReferenceMode;
|
|
95
97
|
static d(a: ST_DataValidationErrorStyle): DataValidationErrorStyle;
|
|
96
|
-
static
|
|
97
|
-
static t(a:
|
|
98
|
-
static
|
|
99
|
-
static
|
|
100
|
-
static a8(a:
|
|
101
|
-
static
|
|
102
|
-
static
|
|
103
|
-
static
|
|
104
|
-
static
|
|
105
|
-
static
|
|
106
|
-
static
|
|
107
|
-
static
|
|
108
|
-
static
|
|
109
|
-
static
|
|
110
|
-
static n(a:
|
|
111
|
-
static o(a:
|
|
112
|
-
static
|
|
113
|
-
static r(a:
|
|
114
|
-
static
|
|
115
|
-
static
|
|
116
|
-
static
|
|
117
|
-
static ar(a:
|
|
118
|
-
static as(a:
|
|
119
|
-
static
|
|
120
|
-
static
|
|
121
|
-
static
|
|
122
|
-
static
|
|
123
|
-
static
|
|
124
|
-
static
|
|
125
|
-
static
|
|
126
|
-
static aw(a:
|
|
127
|
-
static ax(a:
|
|
128
|
-
static
|
|
129
|
-
static
|
|
130
|
-
static
|
|
131
|
-
static a0(a:
|
|
132
|
-
static
|
|
133
|
-
static
|
|
134
|
-
static
|
|
135
|
-
static a3(a:
|
|
136
|
-
static
|
|
137
|
-
static
|
|
138
|
-
static
|
|
139
|
-
static
|
|
140
|
-
static
|
|
141
|
-
static
|
|
142
|
-
static
|
|
143
|
-
static
|
|
144
|
-
static
|
|
145
|
-
static
|
|
146
|
-
static
|
|
147
|
-
static z(a:
|
|
148
|
-
static
|
|
149
|
-
static
|
|
150
|
-
static
|
|
151
|
-
static
|
|
152
|
-
static ad(a:
|
|
153
|
-
static
|
|
154
|
-
static
|
|
98
|
+
static e(a: ST_DataValidationImeMode): DataValidationImeMode;
|
|
99
|
+
static t(a: ST_DataValidationOperator): DataValidationOperatorType;
|
|
100
|
+
static u(a: ST_DataValidationType): DataValidationType;
|
|
101
|
+
static a9(a: Nullable$1<boolean>): Nullable$1<boolean>;
|
|
102
|
+
static a8(a: boolean): Nullable$1<boolean>;
|
|
103
|
+
static ba(a: Nullable$1<ST_PatternType>): Nullable$1<FillPatternStyle>;
|
|
104
|
+
static f(a: ST_PatternType): FillPatternStyle;
|
|
105
|
+
static h(a: ST_VerticalAlignRun): FontSuperscriptSubscriptStyle;
|
|
106
|
+
static j(a: ST_UnderlineValues): FontUnderlineStyle;
|
|
107
|
+
static i(a: ST_TextUnderlineType): FontUnderlineStyle;
|
|
108
|
+
static l(a: Nullable$1<ST_HorizontalAlignment>): HorizontalCellAlignment;
|
|
109
|
+
static k(a: ST_HorizontalAlignment): HorizontalCellAlignment;
|
|
110
|
+
static m(a: ST_TextAlignType): HorizontalTextAlignment;
|
|
111
|
+
static q(a: ST_Pane): PaneLocation;
|
|
112
|
+
static n(a: ST_Objects): ObjectDisplayStyle;
|
|
113
|
+
static o(a: ST_Orientation): Orientation;
|
|
114
|
+
static p(a: ST_PageOrder): PageOrder;
|
|
115
|
+
static r(a: ST_PrintError): PrintErrors;
|
|
116
|
+
static s(a: ST_CellComments): PrintNotes;
|
|
117
|
+
static x(a: ST_EditAs): ShapePositioningMode;
|
|
118
|
+
static an(a: CellBorderLineStyle): ST_BorderStyle;
|
|
119
|
+
static ar(a: DataValidationErrorStyle): ST_DataValidationErrorStyle;
|
|
120
|
+
static as(a: DataValidationImeMode): ST_DataValidationImeMode;
|
|
121
|
+
static at(a: DataValidationOperatorType): ST_DataValidationOperator;
|
|
122
|
+
static au(a: DataValidationType): ST_DataValidationType;
|
|
123
|
+
static ao(a: CalculationMode): ST_CalcMode;
|
|
124
|
+
static ap(a: CalendarType): ST_CalendarType;
|
|
125
|
+
static aq(a: PrintNotes): ST_CellComments;
|
|
126
|
+
static av(a: ShapePositioningMode): ST_EditAs;
|
|
127
|
+
static bb(a: HorizontalCellAlignment): Nullable$1<ST_HorizontalAlignment>;
|
|
128
|
+
static aw(a: ObjectDisplayStyle): ST_Objects;
|
|
129
|
+
static ax(a: Orientation): ST_Orientation;
|
|
130
|
+
static ay(a: PageOrder): ST_PageOrder;
|
|
131
|
+
static az(a: PaneLocation): ST_Pane;
|
|
132
|
+
static bc(a: Nullable$1<FillPatternStyle>): Nullable$1<ST_PatternType>;
|
|
133
|
+
static a0(a: FillPatternStyle): ST_PatternType;
|
|
134
|
+
static a1(a: PrintErrors): ST_PrintError;
|
|
135
|
+
static a2(a: CellReferenceMode): ST_RefMode;
|
|
136
|
+
static ai(a: WorkbookThemeColorType): ST_SchemeColorVal;
|
|
137
|
+
static a3(a: WorksheetVisibility): ST_SheetState;
|
|
138
|
+
static a4(a: WorksheetView): ST_SheetViewType;
|
|
139
|
+
static a5(a: SortMethod): ST_SortMethod;
|
|
140
|
+
static bd(a: Color): Nullable$1<ST_SystemColorVal>;
|
|
141
|
+
static a6(a: WorksheetTableStyleArea): ST_TableStyleType;
|
|
142
|
+
static aj(a: HorizontalTextAlignment): ST_TextAlignType;
|
|
143
|
+
static ak(a: VerticalTextAlignment): ST_TextAnchoringType;
|
|
144
|
+
static al(a: FontUnderlineStyle): ST_TextUnderlineType;
|
|
145
|
+
static a7(a: FontUnderlineStyle): ST_UnderlineValues;
|
|
146
|
+
static be(a: VerticalCellAlignment): Nullable$1<ST_VerticalAlignment>;
|
|
147
|
+
static am(a: FontSuperscriptSubscriptStyle): ST_VerticalAlignRun;
|
|
148
|
+
static bh(a: ST_SystemColorVal): Color;
|
|
149
|
+
static z(a: Nullable$1<ST_VerticalAlignment>): VerticalCellAlignment;
|
|
150
|
+
static y(a: ST_VerticalAlignment): VerticalCellAlignment;
|
|
151
|
+
static aa(a: ST_TextAnchoringType): VerticalTextAlignment;
|
|
152
|
+
static ab(a: EG_ColorChoice, b: Workbook): WorkbookColorInfo;
|
|
153
|
+
static ac(a: IEG_FillProperties, b: Workbook): WorkbookColorInfo;
|
|
154
|
+
static ad(a: ST_SchemeColorVal): WorkbookThemeColorType;
|
|
155
|
+
static bf(a: CT_Marker, b: Worksheet): Tuple$2<WorksheetCellAddress, Point>;
|
|
156
|
+
static ae(a: ST_SheetViewType): WorksheetView;
|
|
157
|
+
static af(a: ST_SheetState): WorksheetVisibility;
|
|
158
|
+
static bg(a: ST_PresetColorVal): Color;
|
|
155
159
|
}
|
|
156
160
|
/**
|
|
157
161
|
* @hidden
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "igniteui-webcomponents-excel",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "3.2.0",
|
|
4
4
|
"description": "Ignite UI Web Components excel component for creating, loading and saving Microsoft Excel workbooks for modern web apps.",
|
|
5
5
|
"homepage": "https://github.com/IgniteUI/igniteui-webcomponents-excel",
|
|
6
6
|
"keywords": [
|
|
@@ -16,10 +16,10 @@
|
|
|
16
16
|
"dependencies": {
|
|
17
17
|
"jszip": "^3.1.5",
|
|
18
18
|
"pako": "^1.0.6",
|
|
19
|
-
"tslib": "^
|
|
19
|
+
"tslib": "^2.3.1"
|
|
20
20
|
},
|
|
21
21
|
"peerDependencies": {
|
|
22
|
-
"igniteui-webcomponents-core": "
|
|
22
|
+
"igniteui-webcomponents-core": "3.2.0"
|
|
23
23
|
},
|
|
24
24
|
"sideEffects": false,
|
|
25
25
|
"typings": "igniteui-webcomponents-excel.d.ts",
|
package/public_api.d.ts
CHANGED
|
@@ -685,6 +685,7 @@ export * from './lib/DataValidationRuleCollection';
|
|
|
685
685
|
export * from './lib/DataValidationRuleCollection_CollectionChangeContext';
|
|
686
686
|
export * from './lib/DataValidationCriteria';
|
|
687
687
|
export * from './lib/DataValidationErrorStyle';
|
|
688
|
+
export * from './lib/DataValidationImeMode';
|
|
688
689
|
export * from './lib/OneConstraintDataValidationOperator';
|
|
689
690
|
export * from './lib/TwoConstraintDataValidationOperator';
|
|
690
691
|
export * from './lib/LimitedValueDataValidationRule';
|