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.
@@ -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 _d9;
1187
+ private _ea;
1188
1188
  constructor(a: WorkbookSaveManagerExcel2003, b: Worksheet);
1189
1189
  _getBoundsInTwips1(a: PositioningOptions): Rect;
1190
1190
  protected get__a8(): boolean;
1191
- protected get__cn(): number;
1192
- protected set__cn(a: number): void;
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.0-beta.0",
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.0-beta.0"
22
+ "igniteui-webcomponents-core": "5.2.1-beta.0"
23
23
  },
24
24
  "sideEffects": false,
25
25
  "typings": "igniteui-webcomponents-excel.d.ts",