igniteui-webcomponents-excel 7.1.0-alpha.3 → 7.1.0-beta.1

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.
@@ -78683,7 +78683,8 @@ let Function = /*@__PURE__*/ (() => {
78683
78683
  case 64:
78684
78684
  case 28:
78685
78685
  case 101:
78686
- case 102: return true;
78686
+ case 102:
78687
+ case 345: return true;
78687
78688
  default: return false;
78688
78689
  }
78689
78690
  }
@@ -93344,7 +93344,8 @@ export var Function = /** @class */ /*@__PURE__*/ (function (_super) {
93344
93344
  case 64:
93345
93345
  case 28:
93346
93346
  case 101:
93347
- case 102: return true;
93347
+ case 102:
93348
+ case 345: return true;
93348
93349
  default: return false;
93349
93350
  }
93350
93351
  },
@@ -135280,7 +135280,8 @@ let Function = /*@__PURE__*/ (() => {
135280
135280
  case 64:
135281
135281
  case 28:
135282
135282
  case 101:
135283
- case 102: return true;
135283
+ case 102:
135284
+ case 345: return true;
135284
135285
  default: return false;
135285
135286
  }
135286
135287
  }
@@ -161129,7 +161129,8 @@ var Function = /** @class */ /*@__PURE__*/ (function (_super) {
161129
161129
  case 64:
161130
161130
  case 28:
161131
161131
  case 101:
161132
- case 102: return true;
161132
+ case 102:
161133
+ case 345: return true;
161133
161134
  default: return false;
161134
161135
  }
161135
161136
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "igniteui-webcomponents-excel",
3
- "version": "7.1.0-alpha.3",
3
+ "version": "7.1.0-beta.1",
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": "7.1.0-alpha.3"
22
+ "igniteui-webcomponents-core": "7.1.0-beta.1"
23
23
  },
24
24
  "sideEffects": false,
25
25
  "typings": "igniteui-webcomponents-excel.d.ts",