igniteui-webcomponents-excel 6.0.0 → 6.0.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.
@@ -100,15 +100,23 @@ export let UltraCalcConditionalFunctionBase_CriteriaEvaluator = /*@__PURE__*/ ((
100
100
  if (ExcelCalcValue._ae(b)) {
101
101
  return this.a != null && this.a.code == b.code;
102
102
  }
103
+ if (this.f != null && this.f.length == 0) {
104
+ let c = ExcelCalcValue._ag(b);
105
+ switch (this.c) {
106
+ case 0: return c;
107
+ case 1: return !c;
108
+ default: return false;
109
+ }
110
+ }
103
111
  if (ExcelCalcValue._ag(b) != ExcelCalcValue._ag(this.e)) {
104
112
  return false;
105
113
  }
106
- let c = false;
114
+ let d = false;
107
115
  if (ExcelCalcValue._ak(b)) {
108
116
  if (this.f == null) {
109
117
  return false;
110
118
  }
111
- c = true;
119
+ d = true;
112
120
  }
113
121
  if (ExcelCalcValue._y(b) != ExcelCalcValue._y(this.e)) {
114
122
  return false;
@@ -116,14 +124,14 @@ export let UltraCalcConditionalFunctionBase_CriteriaEvaluator = /*@__PURE__*/ ((
116
124
  if (this.g != null) {
117
125
  return this.g.i(a._bt(b, a._a4)).i;
118
126
  }
119
- let d = ExcelCalcValue._a8(a, b, this.b, c ? this.f : this.e);
127
+ let e = ExcelCalcValue._a8(a, b, this.b, d ? this.f : this.e);
120
128
  switch (this.c) {
121
- case 0: return d == 0;
122
- case 1: return d != 0;
123
- case 2: return d > 0;
124
- case 3: return d >= 0;
125
- case 4: return d < 0;
126
- case 5: return d <= 0;
129
+ case 0: return e == 0;
130
+ case 1: return e != 0;
131
+ case 2: return e > 0;
132
+ case 3: return e >= 0;
133
+ case 4: return e < 0;
134
+ case 5: return e <= 0;
127
135
  default: return false;
128
136
  }
129
137
  }
@@ -29555,7 +29555,7 @@ export let DMLChartUtils = /*@__PURE__*/ (() => {
29555
29555
  e = new List$1(Base.$, 2, g.a.g);
29556
29556
  for (let h of fromEnum(g.e)) {
29557
29557
  let i = 0;
29558
- if (h.d != null && ((() => { let j = tryParseNumber(h.d, i); i = j.p1; return j.ret; })())) {
29558
+ if (h.d != null && ((() => { let j = tryParseNumber1(h.d, 511, CultureInfo.invariantCulture, i); i = j.p3; return j.ret; })())) {
29559
29559
  e.add1(i);
29560
29560
  }
29561
29561
  }
@@ -49018,19 +49018,26 @@ export let ChartSerializer = /*@__PURE__*/ (() => {
49018
49018
  })());
49019
49019
  b.a.a = CT_UnsignedInt.a(intSToU(a.length));
49020
49020
  b.a.e = new List$1(CT_NumVal.$, 0);
49021
- for (let c = 0; c < a.length; c++) {
49022
- let d = a[c];
49023
- let e = d != null ? d.toString() : stringEmpty();
49024
- if (SerializationUtils.l(e) == false) {
49025
- e = "0";
49021
+ let c = ExcelCalcValue._j(null);
49022
+ for (let d = 0; d < a.length; d++) {
49023
+ let e = a[d];
49024
+ c._by(e);
49025
+ let f;
49026
+ let g;
49027
+ if (((() => { let h = c._toDouble1(f); f = h.p0; return h.ret; })())) {
49028
+ g = f.toString();
49029
+ }
49030
+ else {
49031
+ g = "0";
49026
49032
  }
49027
49033
  b.a.e.add(((() => {
49028
49034
  let $ret = new CT_NumVal();
49029
- $ret.f = intSToU(c);
49030
- $ret.d = e;
49035
+ $ret.f = intSToU(d);
49036
+ $ret.d = g;
49031
49037
  return $ret;
49032
49038
  })()));
49033
49039
  }
49040
+ ExcelCalcValue._bv(c);
49034
49041
  }
49035
49042
  return b;
49036
49043
  }
@@ -102,15 +102,23 @@ var UltraCalcConditionalFunctionBase_CriteriaEvaluator = /** @class */ /*@__PURE
102
102
  if (ExcelCalcValue._ae(b)) {
103
103
  return this.a != null && this.a.code == b.code;
104
104
  }
105
+ if (this.f != null && this.f.length == 0) {
106
+ var c = ExcelCalcValue._ag(b);
107
+ switch (this.c) {
108
+ case 0: return c;
109
+ case 1: return !c;
110
+ default: return false;
111
+ }
112
+ }
105
113
  if (ExcelCalcValue._ag(b) != ExcelCalcValue._ag(this.e)) {
106
114
  return false;
107
115
  }
108
- var c = false;
116
+ var d = false;
109
117
  if (ExcelCalcValue._ak(b)) {
110
118
  if (this.f == null) {
111
119
  return false;
112
120
  }
113
- c = true;
121
+ d = true;
114
122
  }
115
123
  if (ExcelCalcValue._y(b) != ExcelCalcValue._y(this.e)) {
116
124
  return false;
@@ -118,14 +126,14 @@ var UltraCalcConditionalFunctionBase_CriteriaEvaluator = /** @class */ /*@__PURE
118
126
  if (this.g != null) {
119
127
  return this.g.i(a._bt(b, a._a4)).i;
120
128
  }
121
- var d = ExcelCalcValue._a8(a, b, this.b, c ? this.f : this.e);
129
+ var e = ExcelCalcValue._a8(a, b, this.b, d ? this.f : this.e);
122
130
  switch (this.c) {
123
- case 0: return d == 0;
124
- case 1: return d != 0;
125
- case 2: return d > 0;
126
- case 3: return d >= 0;
127
- case 4: return d < 0;
128
- case 5: return d <= 0;
131
+ case 0: return e == 0;
132
+ case 1: return e != 0;
133
+ case 2: return e > 0;
134
+ case 3: return e >= 0;
135
+ case 4: return e < 0;
136
+ case 5: return e <= 0;
129
137
  default: return false;
130
138
  }
131
139
  };
@@ -35988,7 +35988,7 @@ var DMLChartUtils = /** @class */ /*@__PURE__*/ (function (_super) {
35988
35988
  e = new List$1(Base.$, 2, g.a.g);
35989
35989
  var _loop_11 = function (h) {
35990
35990
  var i = 0;
35991
- if (h.d != null && ((function () { var j = tryParseNumber(h.d, i); i = j.p1; return j.ret; })())) {
35991
+ if (h.d != null && ((function () { var j = tryParseNumber1(h.d, 511, CultureInfo.invariantCulture, i); i = j.p3; return j.ret; })())) {
35992
35992
  e.add1(i);
35993
35993
  }
35994
35994
  };
@@ -57477,22 +57477,29 @@ var ChartSerializer = /** @class */ /*@__PURE__*/ (function (_super) {
57477
57477
  })());
57478
57478
  b.a.a = CT_UnsignedInt.a(intSToU(a.length));
57479
57479
  b.a.e = new List$1(CT_NumVal.$, 0);
57480
- var _loop_26 = function (c) {
57481
- var d = a[c];
57482
- var e = d != null ? d.toString() : stringEmpty();
57483
- if (SerializationUtils.l(e) == false) {
57484
- e = "0";
57480
+ var c_2 = ExcelCalcValue._j(null);
57481
+ var _loop_26 = function (d) {
57482
+ var e = a[d];
57483
+ c_2._by(e);
57484
+ var f;
57485
+ var g;
57486
+ if (((function () { var h = c_2._toDouble1(f); f = h.p0; return h.ret; })())) {
57487
+ g = f.toString();
57488
+ }
57489
+ else {
57490
+ g = "0";
57485
57491
  }
57486
57492
  b.a.e.add(((function () {
57487
57493
  var $ret = new CT_NumVal();
57488
- $ret.f = intSToU(c);
57489
- $ret.d = e;
57494
+ $ret.f = intSToU(d);
57495
+ $ret.d = g;
57490
57496
  return $ret;
57491
57497
  })()));
57492
57498
  };
57493
- for (var c = 0; c < a.length; c++) {
57494
- _loop_26(c);
57499
+ for (var d = 0; d < a.length; d++) {
57500
+ _loop_26(d);
57495
57501
  }
57502
+ ExcelCalcValue._bv(c_2);
57496
57503
  }
57497
57504
  return b;
57498
57505
  };
@@ -67449,26 +67456,26 @@ var ObjectModelDrawingPartManager = /** @class */ /*@__PURE__*/ (function (_supe
67449
67456
  })());
67450
67457
  }
67451
67458
  else if (Color.e(a._color$i, toNullable(Color.$, null))) {
67452
- var c_2 = a._color$i.value;
67453
- var d_3 = XlsxUtilities.bd(c_2);
67459
+ var c_3 = a._color$i.value;
67460
+ var d_3 = XlsxUtilities.bd(c_3);
67454
67461
  if (nullableNotEquals(d_3, null)) {
67455
67462
  b = ((function () {
67456
67463
  var $ret = new CT_SysColor();
67457
67464
  $ret.d = d_3.value;
67458
- $ret.c = ST_HexColorRGB.b(c_2);
67465
+ $ret.c = ST_HexColorRGB.b(c_3);
67459
67466
  return $ret;
67460
67467
  })());
67461
67468
  }
67462
67469
  else {
67463
67470
  b = ((function () {
67464
67471
  var $ret = new CT_SRgbColor();
67465
- $ret.c = ST_HexColorRGB.b(c_2);
67472
+ $ret.c = ST_HexColorRGB.b(c_3);
67466
67473
  return $ret;
67467
67474
  })());
67468
- if (c_2.l != 255) {
67475
+ if (c_3.l != 255) {
67469
67476
  b.b.add(((function () {
67470
67477
  var $ret = new ColorTransform_Alpha();
67471
- $ret.a = ST_PositiveFixedPercentage.d(new ST_Percentage(1, (c_2.l / 255) * 100));
67478
+ $ret.a = ST_PositiveFixedPercentage.d(new ST_Percentage(1, (c_3.l / 255) * 100));
67472
67479
  return $ret;
67473
67480
  })()));
67474
67481
  }
@@ -208484,15 +208484,23 @@ let UltraCalcConditionalFunctionBase_CriteriaEvaluator = /*@__PURE__*/ (() => {
208484
208484
  if (ExcelCalcValue._ae(b)) {
208485
208485
  return this.a != null && this.a.code == b.code;
208486
208486
  }
208487
+ if (this.f != null && this.f.length == 0) {
208488
+ let c = ExcelCalcValue._ag(b);
208489
+ switch (this.c) {
208490
+ case 0: return c;
208491
+ case 1: return !c;
208492
+ default: return false;
208493
+ }
208494
+ }
208487
208495
  if (ExcelCalcValue._ag(b) != ExcelCalcValue._ag(this.e)) {
208488
208496
  return false;
208489
208497
  }
208490
- let c = false;
208498
+ let d = false;
208491
208499
  if (ExcelCalcValue._ak(b)) {
208492
208500
  if (this.f == null) {
208493
208501
  return false;
208494
208502
  }
208495
- c = true;
208503
+ d = true;
208496
208504
  }
208497
208505
  if (ExcelCalcValue._y(b) != ExcelCalcValue._y(this.e)) {
208498
208506
  return false;
@@ -208500,14 +208508,14 @@ let UltraCalcConditionalFunctionBase_CriteriaEvaluator = /*@__PURE__*/ (() => {
208500
208508
  if (this.g != null) {
208501
208509
  return this.g.i(a._bt(b, a._a4)).i;
208502
208510
  }
208503
- let d = ExcelCalcValue._a8(a, b, this.b, c ? this.f : this.e);
208511
+ let e = ExcelCalcValue._a8(a, b, this.b, d ? this.f : this.e);
208504
208512
  switch (this.c) {
208505
- case 0: return d == 0;
208506
- case 1: return d != 0;
208507
- case 2: return d > 0;
208508
- case 3: return d >= 0;
208509
- case 4: return d < 0;
208510
- case 5: return d <= 0;
208513
+ case 0: return e == 0;
208514
+ case 1: return e != 0;
208515
+ case 2: return e > 0;
208516
+ case 3: return e >= 0;
208517
+ case 4: return e < 0;
208518
+ case 5: return e <= 0;
208511
208519
  default: return false;
208512
208520
  }
208513
208521
  }
@@ -271700,7 +271708,7 @@ let DMLChartUtils = /*@__PURE__*/ (() => {
271700
271708
  e = new List$1(Base.$, 2, g.a.g);
271701
271709
  for (let h of fromEnum(g.e)) {
271702
271710
  let i = 0;
271703
- if (h.d != null && ((() => { let j = tryParseNumber(h.d, i); i = j.p1; return j.ret; })())) {
271711
+ if (h.d != null && ((() => { let j = tryParseNumber1(h.d, 511, CultureInfo.invariantCulture, i); i = j.p3; return j.ret; })())) {
271704
271712
  e.add1(i);
271705
271713
  }
271706
271714
  }
@@ -291163,19 +291171,26 @@ let ChartSerializer = /*@__PURE__*/ (() => {
291163
291171
  })());
291164
291172
  b.a.a = CT_UnsignedInt.a(intSToU(a.length));
291165
291173
  b.a.e = new List$1(CT_NumVal.$, 0);
291166
- for (let c = 0; c < a.length; c++) {
291167
- let d = a[c];
291168
- let e = d != null ? d.toString() : stringEmpty();
291169
- if (SerializationUtils.l(e) == false) {
291170
- e = "0";
291174
+ let c = ExcelCalcValue._j(null);
291175
+ for (let d = 0; d < a.length; d++) {
291176
+ let e = a[d];
291177
+ c._by(e);
291178
+ let f;
291179
+ let g;
291180
+ if (((() => { let h = c._toDouble1(f); f = h.p0; return h.ret; })())) {
291181
+ g = f.toString();
291182
+ }
291183
+ else {
291184
+ g = "0";
291171
291185
  }
291172
291186
  b.a.e.add(((() => {
291173
291187
  let $ret = new CT_NumVal();
291174
- $ret.f = intSToU(c);
291175
- $ret.d = e;
291188
+ $ret.f = intSToU(d);
291189
+ $ret.d = g;
291176
291190
  return $ret;
291177
291191
  })()));
291178
291192
  }
291193
+ ExcelCalcValue._bv(c);
291179
291194
  }
291180
291195
  return b;
291181
291196
  }
@@ -246115,15 +246115,23 @@ var UltraCalcConditionalFunctionBase_CriteriaEvaluator = /** @class */ /*@__PURE
246115
246115
  if (ExcelCalcValue._ae(b)) {
246116
246116
  return this.a != null && this.a.code == b.code;
246117
246117
  }
246118
+ if (this.f != null && this.f.length == 0) {
246119
+ var c = ExcelCalcValue._ag(b);
246120
+ switch (this.c) {
246121
+ case 0: return c;
246122
+ case 1: return !c;
246123
+ default: return false;
246124
+ }
246125
+ }
246118
246126
  if (ExcelCalcValue._ag(b) != ExcelCalcValue._ag(this.e)) {
246119
246127
  return false;
246120
246128
  }
246121
- var c = false;
246129
+ var d = false;
246122
246130
  if (ExcelCalcValue._ak(b)) {
246123
246131
  if (this.f == null) {
246124
246132
  return false;
246125
246133
  }
246126
- c = true;
246134
+ d = true;
246127
246135
  }
246128
246136
  if (ExcelCalcValue._y(b) != ExcelCalcValue._y(this.e)) {
246129
246137
  return false;
@@ -246131,14 +246139,14 @@ var UltraCalcConditionalFunctionBase_CriteriaEvaluator = /** @class */ /*@__PURE
246131
246139
  if (this.g != null) {
246132
246140
  return this.g.i(a._bt(b, a._a4)).i;
246133
246141
  }
246134
- var d = ExcelCalcValue._a8(a, b, this.b, c ? this.f : this.e);
246142
+ var e = ExcelCalcValue._a8(a, b, this.b, d ? this.f : this.e);
246135
246143
  switch (this.c) {
246136
- case 0: return d == 0;
246137
- case 1: return d != 0;
246138
- case 2: return d > 0;
246139
- case 3: return d >= 0;
246140
- case 4: return d < 0;
246141
- case 5: return d <= 0;
246144
+ case 0: return e == 0;
246145
+ case 1: return e != 0;
246146
+ case 2: return e > 0;
246147
+ case 3: return e >= 0;
246148
+ case 4: return e < 0;
246149
+ case 5: return e <= 0;
246142
246150
  default: return false;
246143
246151
  }
246144
246152
  };
@@ -323114,7 +323122,7 @@ var DMLChartUtils = /** @class */ /*@__PURE__*/ (function (_super) {
323114
323122
  e = new List$1(Base.$, 2, g.a.g);
323115
323123
  var _loop_11 = function (h) {
323116
323124
  var i = 0;
323117
- if (h.d != null && ((function () { var j = tryParseNumber(h.d, i); i = j.p1; return j.ret; })())) {
323125
+ if (h.d != null && ((function () { var j = tryParseNumber1(h.d, 511, CultureInfo.invariantCulture, i); i = j.p3; return j.ret; })())) {
323118
323126
  e.add1(i);
323119
323127
  }
323120
323128
  };
@@ -344559,22 +344567,29 @@ var ChartSerializer = /** @class */ /*@__PURE__*/ (function (_super) {
344559
344567
  })());
344560
344568
  b.a.a = CT_UnsignedInt.a(intSToU(a.length));
344561
344569
  b.a.e = new List$1(CT_NumVal.$, 0);
344562
- var _loop_26 = function (c) {
344563
- var d = a[c];
344564
- var e = d != null ? d.toString() : stringEmpty();
344565
- if (SerializationUtils.l(e) == false) {
344566
- e = "0";
344570
+ var c_2 = ExcelCalcValue._j(null);
344571
+ var _loop_26 = function (d) {
344572
+ var e = a[d];
344573
+ c_2._by(e);
344574
+ var f;
344575
+ var g;
344576
+ if (((function () { var h = c_2._toDouble1(f); f = h.p0; return h.ret; })())) {
344577
+ g = f.toString();
344578
+ }
344579
+ else {
344580
+ g = "0";
344567
344581
  }
344568
344582
  b.a.e.add(((function () {
344569
344583
  var $ret = new CT_NumVal();
344570
- $ret.f = intSToU(c);
344571
- $ret.d = e;
344584
+ $ret.f = intSToU(d);
344585
+ $ret.d = g;
344572
344586
  return $ret;
344573
344587
  })()));
344574
344588
  };
344575
- for (var c = 0; c < a.length; c++) {
344576
- _loop_26(c);
344589
+ for (var d = 0; d < a.length; d++) {
344590
+ _loop_26(d);
344577
344591
  }
344592
+ ExcelCalcValue._bv(c_2);
344578
344593
  }
344579
344594
  return b;
344580
344595
  };
@@ -354499,26 +354514,26 @@ var ObjectModelDrawingPartManager = /** @class */ /*@__PURE__*/ (function (_supe
354499
354514
  })());
354500
354515
  }
354501
354516
  else if (Color.e(a._color$i, toNullable(Color.$, null))) {
354502
- var c_2 = a._color$i.value;
354503
- var d_3 = XlsxUtilities.bd(c_2);
354517
+ var c_3 = a._color$i.value;
354518
+ var d_3 = XlsxUtilities.bd(c_3);
354504
354519
  if (nullableNotEquals(d_3, null)) {
354505
354520
  b = ((function () {
354506
354521
  var $ret = new CT_SysColor();
354507
354522
  $ret.d = d_3.value;
354508
- $ret.c = ST_HexColorRGB.b(c_2);
354523
+ $ret.c = ST_HexColorRGB.b(c_3);
354509
354524
  return $ret;
354510
354525
  })());
354511
354526
  }
354512
354527
  else {
354513
354528
  b = ((function () {
354514
354529
  var $ret = new CT_SRgbColor();
354515
- $ret.c = ST_HexColorRGB.b(c_2);
354530
+ $ret.c = ST_HexColorRGB.b(c_3);
354516
354531
  return $ret;
354517
354532
  })());
354518
- if (c_2.l != 255) {
354533
+ if (c_3.l != 255) {
354519
354534
  b.b.add(((function () {
354520
354535
  var $ret = new ColorTransform_Alpha();
354521
- $ret.a = ST_PositiveFixedPercentage.d(new ST_Percentage(1, (c_2.l / 255) * 100));
354536
+ $ret.a = ST_PositiveFixedPercentage.d(new ST_Percentage(1, (c_3.l / 255) * 100));
354522
354537
  return $ret;
354523
354538
  })()));
354524
354539
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "igniteui-webcomponents-excel",
3
- "version": "6.0.0",
3
+ "version": "6.0.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": "6.0.0"
22
+ "igniteui-webcomponents-core": "25.1.0.45"
23
23
  },
24
24
  "sideEffects": false,
25
25
  "typings": "igniteui-webcomponents-excel.d.ts",
@@ -37,4 +37,3 @@
37
37
  }
38
38
  ]
39
39
  }
40
-