igniteui-webcomponents-excel 6.2.2-alpha.3 → 6.3.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 +28 -15
- package/bundles/igniteui-webcomponents-excel.umd.min.js +1 -1
- package/esm2015/lib/DefaultStyleHelper_combined.js +28 -15
- package/esm5/lib/DefaultStyleHelper_combined.js +28 -15
- package/fesm2015/igniteui-webcomponents-excel.js +28 -15
- package/fesm5/igniteui-webcomponents-excel.js +28 -15
- package/package.json +2 -2
|
@@ -83309,7 +83309,7 @@ export let ValueFormatter = /*@__PURE__*/ (() => {
|
|
|
83309
83309
|
j.e = a;
|
|
83310
83310
|
let k;
|
|
83311
83311
|
let l = null;
|
|
83312
|
-
if (typeCast(ErrorValue.$, c) !== null) {
|
|
83312
|
+
if (typeCast(ErrorValue.$, c) !== null && c._y != 255) {
|
|
83313
83313
|
j.h = null;
|
|
83314
83314
|
j.a = 3;
|
|
83315
83315
|
l = b;
|
|
@@ -95618,24 +95618,37 @@ export let FormulaParser = /*@__PURE__*/ (() => {
|
|
|
95618
95618
|
return true;
|
|
95619
95619
|
}
|
|
95620
95620
|
}
|
|
95621
|
-
|
|
95621
|
+
let ad = this.cs;
|
|
95622
|
+
let ae = !d && this.bq("!");
|
|
95623
|
+
if (d || ae) {
|
|
95622
95624
|
if (this.au(true)) {
|
|
95623
95625
|
this.cb.removeAt(this.cb.count - 1);
|
|
95624
|
-
let
|
|
95625
|
-
let
|
|
95626
|
-
this.d8(
|
|
95626
|
+
let af = ((() => { let ag = this.y(c); c = ag.p0; return ag.ret; })());
|
|
95627
|
+
let ag = new RefErr3dToken(1, af);
|
|
95628
|
+
this.d8(ag, a, this.cs - a, b, 0);
|
|
95627
95629
|
return true;
|
|
95628
95630
|
}
|
|
95629
|
-
|
|
95630
|
-
|
|
95631
|
+
if (ae) {
|
|
95632
|
+
this.cs = ad;
|
|
95633
|
+
}
|
|
95634
|
+
else {
|
|
95635
|
+
this.h = new FormulaParseException(a, this.cz, ExcelUtils.eh("LE_FormulaParseException_NoValidTermAfterWorksheetName"), this.cz.substr(a, this.cs - a));
|
|
95636
|
+
return false;
|
|
95637
|
+
}
|
|
95638
|
+
}
|
|
95639
|
+
if (this.bq("!")) {
|
|
95640
|
+
if (this.au(true)) {
|
|
95641
|
+
return true;
|
|
95642
|
+
}
|
|
95643
|
+
this.cs = a;
|
|
95631
95644
|
}
|
|
95632
|
-
let
|
|
95633
|
-
let
|
|
95634
|
-
if (((() => { let
|
|
95635
|
-
let
|
|
95636
|
-
if (
|
|
95637
|
-
let
|
|
95638
|
-
if (CellAddress.l(
|
|
95645
|
+
let ah;
|
|
95646
|
+
let ai;
|
|
95647
|
+
if (((() => { let aj = this.bj(ah, ai); ah = aj.p0; ai = aj.p1; return aj.ret; })())) {
|
|
95648
|
+
let aj = this.db(true);
|
|
95649
|
+
if (aj == null) {
|
|
95650
|
+
let ak = this.ct();
|
|
95651
|
+
if (CellAddress.l(ak, toNullable(CellAddress.$, null))) {
|
|
95639
95652
|
this.h = new FormulaParseException(a, this.cz, ExcelUtils.eh("LE_FormulaParseException_CellReferenceAfterWorkbookName"), this.cz.substr(a, this.cs - a));
|
|
95640
95653
|
}
|
|
95641
95654
|
else {
|
|
@@ -95643,7 +95656,7 @@ export let FormulaParser = /*@__PURE__*/ (() => {
|
|
|
95643
95656
|
}
|
|
95644
95657
|
return false;
|
|
95645
95658
|
}
|
|
95646
|
-
this.d9(new NameXToken(1,
|
|
95659
|
+
this.d9(new NameXToken(1, ah, null, aj, this.j, ai ? 2 : 0, false), a, this.cs - a, 0);
|
|
95647
95660
|
return true;
|
|
95648
95661
|
}
|
|
95649
95662
|
return false;
|
|
@@ -100017,7 +100017,7 @@ var ValueFormatter = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
100017
100017
|
j.e = a;
|
|
100018
100018
|
var k;
|
|
100019
100019
|
var l = null;
|
|
100020
|
-
if (typeCast(ErrorValue.$, c) !== null) {
|
|
100020
|
+
if (typeCast(ErrorValue.$, c) !== null && c._y != 255) {
|
|
100021
100021
|
j.h = null;
|
|
100022
100022
|
j.a = 3;
|
|
100023
100023
|
l = b;
|
|
@@ -114361,24 +114361,37 @@ var FormulaParser = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
114361
114361
|
return true;
|
|
114362
114362
|
}
|
|
114363
114363
|
}
|
|
114364
|
-
|
|
114364
|
+
var ad = this.cs;
|
|
114365
|
+
var ae = !d && this.bq("!");
|
|
114366
|
+
if (d || ae) {
|
|
114365
114367
|
if (this.au(true)) {
|
|
114366
114368
|
this.cb.removeAt(this.cb.count - 1);
|
|
114367
|
-
var
|
|
114368
|
-
var
|
|
114369
|
-
this.d8(
|
|
114369
|
+
var af = ((function () { var ag = _this.y(c); c = ag.p0; return ag.ret; })());
|
|
114370
|
+
var ag = new RefErr3dToken(1, af);
|
|
114371
|
+
this.d8(ag, a, this.cs - a, b, 0);
|
|
114370
114372
|
return true;
|
|
114371
114373
|
}
|
|
114372
|
-
|
|
114373
|
-
|
|
114374
|
+
if (ae) {
|
|
114375
|
+
this.cs = ad;
|
|
114376
|
+
}
|
|
114377
|
+
else {
|
|
114378
|
+
this.h = new FormulaParseException(a, this.cz, ExcelUtils.eh("LE_FormulaParseException_NoValidTermAfterWorksheetName"), this.cz.substr(a, this.cs - a));
|
|
114379
|
+
return false;
|
|
114380
|
+
}
|
|
114381
|
+
}
|
|
114382
|
+
if (this.bq("!")) {
|
|
114383
|
+
if (this.au(true)) {
|
|
114384
|
+
return true;
|
|
114385
|
+
}
|
|
114386
|
+
this.cs = a;
|
|
114374
114387
|
}
|
|
114375
|
-
var
|
|
114376
|
-
var
|
|
114377
|
-
if (((function () { var
|
|
114378
|
-
var
|
|
114379
|
-
if (
|
|
114380
|
-
var
|
|
114381
|
-
if (CellAddress.l(
|
|
114388
|
+
var ah;
|
|
114389
|
+
var ai;
|
|
114390
|
+
if (((function () { var aj = _this.bj(ah, ai); ah = aj.p0; ai = aj.p1; return aj.ret; })())) {
|
|
114391
|
+
var aj = this.db(true);
|
|
114392
|
+
if (aj == null) {
|
|
114393
|
+
var ak = this.ct();
|
|
114394
|
+
if (CellAddress.l(ak, toNullable(CellAddress.$, null))) {
|
|
114382
114395
|
this.h = new FormulaParseException(a, this.cz, ExcelUtils.eh("LE_FormulaParseException_CellReferenceAfterWorkbookName"), this.cz.substr(a, this.cs - a));
|
|
114383
114396
|
}
|
|
114384
114397
|
else {
|
|
@@ -114386,7 +114399,7 @@ var FormulaParser = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
114386
114399
|
}
|
|
114387
114400
|
return false;
|
|
114388
114401
|
}
|
|
114389
|
-
this.d9(new NameXToken(1,
|
|
114402
|
+
this.d9(new NameXToken(1, ah, null, aj, this.j, ai ? 2 : 0, false), a, this.cs - a, 0);
|
|
114390
114403
|
return true;
|
|
114391
114404
|
}
|
|
114392
114405
|
return false;
|
|
@@ -141380,7 +141380,7 @@ let ValueFormatter = /*@__PURE__*/ (() => {
|
|
|
141380
141380
|
j.e = a;
|
|
141381
141381
|
let k;
|
|
141382
141382
|
let l = null;
|
|
141383
|
-
if (typeCast(ErrorValue.$, c) !== null) {
|
|
141383
|
+
if (typeCast(ErrorValue.$, c) !== null && c._y != 255) {
|
|
141384
141384
|
j.h = null;
|
|
141385
141385
|
j.a = 3;
|
|
141386
141386
|
l = b;
|
|
@@ -153689,24 +153689,37 @@ let FormulaParser = /*@__PURE__*/ (() => {
|
|
|
153689
153689
|
return true;
|
|
153690
153690
|
}
|
|
153691
153691
|
}
|
|
153692
|
-
|
|
153692
|
+
let ad = this.cs;
|
|
153693
|
+
let ae = !d && this.bq("!");
|
|
153694
|
+
if (d || ae) {
|
|
153693
153695
|
if (this.au(true)) {
|
|
153694
153696
|
this.cb.removeAt(this.cb.count - 1);
|
|
153695
|
-
let
|
|
153696
|
-
let
|
|
153697
|
-
this.d8(
|
|
153697
|
+
let af = ((() => { let ag = this.y(c); c = ag.p0; return ag.ret; })());
|
|
153698
|
+
let ag = new RefErr3dToken(1, af);
|
|
153699
|
+
this.d8(ag, a, this.cs - a, b, 0);
|
|
153698
153700
|
return true;
|
|
153699
153701
|
}
|
|
153700
|
-
|
|
153701
|
-
|
|
153702
|
+
if (ae) {
|
|
153703
|
+
this.cs = ad;
|
|
153704
|
+
}
|
|
153705
|
+
else {
|
|
153706
|
+
this.h = new FormulaParseException(a, this.cz, ExcelUtils.eh("LE_FormulaParseException_NoValidTermAfterWorksheetName"), this.cz.substr(a, this.cs - a));
|
|
153707
|
+
return false;
|
|
153708
|
+
}
|
|
153702
153709
|
}
|
|
153703
|
-
|
|
153704
|
-
|
|
153705
|
-
|
|
153706
|
-
|
|
153707
|
-
|
|
153708
|
-
|
|
153709
|
-
|
|
153710
|
+
if (this.bq("!")) {
|
|
153711
|
+
if (this.au(true)) {
|
|
153712
|
+
return true;
|
|
153713
|
+
}
|
|
153714
|
+
this.cs = a;
|
|
153715
|
+
}
|
|
153716
|
+
let ah;
|
|
153717
|
+
let ai;
|
|
153718
|
+
if (((() => { let aj = this.bj(ah, ai); ah = aj.p0; ai = aj.p1; return aj.ret; })())) {
|
|
153719
|
+
let aj = this.db(true);
|
|
153720
|
+
if (aj == null) {
|
|
153721
|
+
let ak = this.ct();
|
|
153722
|
+
if (CellAddress.l(ak, toNullable(CellAddress.$, null))) {
|
|
153710
153723
|
this.h = new FormulaParseException(a, this.cz, ExcelUtils.eh("LE_FormulaParseException_CellReferenceAfterWorkbookName"), this.cz.substr(a, this.cs - a));
|
|
153711
153724
|
}
|
|
153712
153725
|
else {
|
|
@@ -153714,7 +153727,7 @@ let FormulaParser = /*@__PURE__*/ (() => {
|
|
|
153714
153727
|
}
|
|
153715
153728
|
return false;
|
|
153716
153729
|
}
|
|
153717
|
-
this.d9(new NameXToken(1,
|
|
153730
|
+
this.d9(new NameXToken(1, ah, null, aj, this.j, ai ? 2 : 0, false), a, this.cs - a, 0);
|
|
153718
153731
|
return true;
|
|
153719
153732
|
}
|
|
153720
153733
|
return false;
|
|
@@ -167172,7 +167172,7 @@ var ValueFormatter = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
167172
167172
|
j.e = a;
|
|
167173
167173
|
var k;
|
|
167174
167174
|
var l = null;
|
|
167175
|
-
if (typeCast(ErrorValue.$, c) !== null) {
|
|
167175
|
+
if (typeCast(ErrorValue.$, c) !== null && c._y != 255) {
|
|
167176
167176
|
j.h = null;
|
|
167177
167177
|
j.a = 3;
|
|
167178
167178
|
l = b;
|
|
@@ -181481,24 +181481,37 @@ var FormulaParser = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
181481
181481
|
return true;
|
|
181482
181482
|
}
|
|
181483
181483
|
}
|
|
181484
|
-
|
|
181484
|
+
var ad = this.cs;
|
|
181485
|
+
var ae = !d && this.bq("!");
|
|
181486
|
+
if (d || ae) {
|
|
181485
181487
|
if (this.au(true)) {
|
|
181486
181488
|
this.cb.removeAt(this.cb.count - 1);
|
|
181487
|
-
var
|
|
181488
|
-
var
|
|
181489
|
-
this.d8(
|
|
181489
|
+
var af = ((function () { var ag = _this.y(c); c = ag.p0; return ag.ret; })());
|
|
181490
|
+
var ag = new RefErr3dToken(1, af);
|
|
181491
|
+
this.d8(ag, a, this.cs - a, b, 0);
|
|
181490
181492
|
return true;
|
|
181491
181493
|
}
|
|
181492
|
-
|
|
181493
|
-
|
|
181494
|
+
if (ae) {
|
|
181495
|
+
this.cs = ad;
|
|
181496
|
+
}
|
|
181497
|
+
else {
|
|
181498
|
+
this.h = new FormulaParseException(a, this.cz, ExcelUtils.eh("LE_FormulaParseException_NoValidTermAfterWorksheetName"), this.cz.substr(a, this.cs - a));
|
|
181499
|
+
return false;
|
|
181500
|
+
}
|
|
181494
181501
|
}
|
|
181495
|
-
|
|
181496
|
-
|
|
181497
|
-
|
|
181498
|
-
|
|
181499
|
-
|
|
181500
|
-
|
|
181501
|
-
|
|
181502
|
+
if (this.bq("!")) {
|
|
181503
|
+
if (this.au(true)) {
|
|
181504
|
+
return true;
|
|
181505
|
+
}
|
|
181506
|
+
this.cs = a;
|
|
181507
|
+
}
|
|
181508
|
+
var ah;
|
|
181509
|
+
var ai;
|
|
181510
|
+
if (((function () { var aj = _this.bj(ah, ai); ah = aj.p0; ai = aj.p1; return aj.ret; })())) {
|
|
181511
|
+
var aj = this.db(true);
|
|
181512
|
+
if (aj == null) {
|
|
181513
|
+
var ak = this.ct();
|
|
181514
|
+
if (CellAddress.l(ak, toNullable(CellAddress.$, null))) {
|
|
181502
181515
|
this.h = new FormulaParseException(a, this.cz, ExcelUtils.eh("LE_FormulaParseException_CellReferenceAfterWorkbookName"), this.cz.substr(a, this.cs - a));
|
|
181503
181516
|
}
|
|
181504
181517
|
else {
|
|
@@ -181506,7 +181519,7 @@ var FormulaParser = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
181506
181519
|
}
|
|
181507
181520
|
return false;
|
|
181508
181521
|
}
|
|
181509
|
-
this.d9(new NameXToken(1,
|
|
181522
|
+
this.d9(new NameXToken(1, ah, null, aj, this.j, ai ? 2 : 0, false), a, this.cs - a, 0);
|
|
181510
181523
|
return true;
|
|
181511
181524
|
}
|
|
181512
181525
|
return false;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "igniteui-webcomponents-excel",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.3.0-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": "6.
|
|
22
|
+
"igniteui-webcomponents-core": "6.3.0-beta.0"
|
|
23
23
|
},
|
|
24
24
|
"sideEffects": false,
|
|
25
25
|
"typings": "igniteui-webcomponents-excel.d.ts",
|