igniteui-webcomponents-excel 5.2.0-beta.0 → 5.2.1-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 +1336 -1316
- package/bundles/igniteui-webcomponents-excel.umd.min.js +1 -1
- package/esm2015/lib/DefaultStyleHelper_combined.js +1209 -1189
- package/esm2015/lib/ObjectModelDrawingPartManager_ShapeLoader_ShapeTypeCreator.js +2 -2
- package/esm2015/lib/ObjectModelVmlDrawingPartManager_UpdateLegacyShapeData.js +1 -1
- package/esm2015/lib/WorkbookLoadManagerExcel2007_ShapeAnchorApplicator.js +2 -2
- package/esm2015/lib/WorkbookLoadManagerExcel2007_combined.js +91 -91
- package/esm2015/lib/WorkbookSaveManagerExcel2003_combined.js +44 -44
- package/esm5/lib/DefaultStyleHelper_combined.js +1196 -1176
- package/esm5/lib/ObjectModelDrawingPartManager_ShapeLoader_ShapeTypeCreator.js +2 -2
- package/esm5/lib/ObjectModelVmlDrawingPartManager_UpdateLegacyShapeData.js +1 -1
- package/esm5/lib/WorkbookLoadManagerExcel2007_ShapeAnchorApplicator.js +2 -2
- package/esm5/lib/WorkbookLoadManagerExcel2007_combined.js +91 -91
- package/esm5/lib/WorkbookSaveManagerExcel2003_combined.js +44 -44
- package/fesm2015/igniteui-webcomponents-excel.js +1349 -1329
- package/fesm5/igniteui-webcomponents-excel.js +1336 -1316
- package/lib/DefaultStyleHelper_combined.d.ts +285 -281
- package/lib/WorkbookSaveManagerExcel2003_combined.d.ts +3 -3
- package/package.json +2 -2
|
@@ -1184,12 +1184,12 @@ export declare class EscherShape extends EscherRecordBase {
|
|
|
1184
1184
|
*/
|
|
1185
1185
|
export declare class Shape_PatriarchShape extends WorksheetShapeGroup {
|
|
1186
1186
|
static $t: Type;
|
|
1187
|
-
private
|
|
1187
|
+
private _ea;
|
|
1188
1188
|
constructor(a: WorkbookSaveManagerExcel2003, b: Worksheet);
|
|
1189
1189
|
_getBoundsInTwips1(a: PositioningOptions): Rect;
|
|
1190
1190
|
protected get__a8(): boolean;
|
|
1191
|
-
protected
|
|
1192
|
-
protected
|
|
1191
|
+
protected get__co(): number;
|
|
1192
|
+
protected set__co(a: number): void;
|
|
1193
1193
|
}
|
|
1194
1194
|
/**
|
|
1195
1195
|
* @hidden
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "igniteui-webcomponents-excel",
|
|
3
|
-
"version": "5.2.
|
|
3
|
+
"version": "5.2.1-beta.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": [
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"tslib": "^2.3.1"
|
|
20
20
|
},
|
|
21
21
|
"peerDependencies": {
|
|
22
|
-
"igniteui-webcomponents-core": "5.2.
|
|
22
|
+
"igniteui-webcomponents-core": "5.2.1-beta.0"
|
|
23
23
|
},
|
|
24
24
|
"sideEffects": false,
|
|
25
25
|
"typings": "igniteui-webcomponents-excel.d.ts",
|