igniteui-webcomponents-excel 4.0.4 → 4.2.3-alpha

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.
Files changed (50) hide show
  1. package/bundles/igniteui-webcomponents-excel.umd.js +7305 -6879
  2. package/bundles/igniteui-webcomponents-excel.umd.min.js +1 -1
  3. package/esm2015/lib/AlternateContentChoice_combined.js +2 -2
  4. package/esm2015/lib/DefaultStyleHelper_combined.js +1913 -1637
  5. package/esm2015/lib/IBinaryTreeNodeOwner$1_combined.js +3 -0
  6. package/esm2015/lib/ObjectModelTablePartManager_TableContext.js +1 -1
  7. package/esm2015/lib/StringUtilities.js +2 -2
  8. package/esm2015/lib/TableColumnFilterData.js +2 -2
  9. package/esm2015/lib/UltraCalcConditionalFunctionBase_CriteriaEvaluator.js +6 -6
  10. package/esm2015/lib/UltraCalcConditionalFunctionBase_combined.js +2 -2
  11. package/esm2015/lib/UltraCalcFunctionCell.js +1 -1
  12. package/esm2015/lib/UltraCalcFunctionDateValue.js +1 -1
  13. package/esm2015/lib/UltraCalcFunctionDays.js +2 -2
  14. package/esm2015/lib/UltraCalcFunctionHLookup.js +1 -1
  15. package/esm2015/lib/UltraCalcFunctionIRR.js +1 -1
  16. package/esm2015/lib/UltraCalcFunctionLookup.js +1 -1
  17. package/esm2015/lib/UltraCalcFunctionLookupBase.js +5 -5
  18. package/esm2015/lib/UltraCalcFunctionTime.js +1 -1
  19. package/esm2015/lib/UltraCalcFunctionTimeValue.js +1 -1
  20. package/esm2015/lib/UltraCalcFunctionVLookup.js +1 -1
  21. package/esm2015/lib/UltraCalcFunctionYearFrac.js +2 -2
  22. package/esm2015/lib/WorkbookLoadManagerExcel2007_combined.js +916 -896
  23. package/esm2015/lib/WorkbookSaveManagerExcel2003_combined.js +2408 -2385
  24. package/esm5/lib/AlternateContentChoice_combined.js +2 -2
  25. package/esm5/lib/DefaultStyleHelper_combined.js +3924 -3544
  26. package/esm5/lib/IBinaryTreeNodeOwner$1_combined.js +3 -0
  27. package/esm5/lib/ObjectModelTablePartManager_TableContext.js +1 -1
  28. package/esm5/lib/StringUtilities.js +2 -2
  29. package/esm5/lib/TableColumnFilterData.js +2 -2
  30. package/esm5/lib/UltraCalcConditionalFunctionBase_CriteriaEvaluator.js +6 -6
  31. package/esm5/lib/UltraCalcConditionalFunctionBase_combined.js +2 -2
  32. package/esm5/lib/UltraCalcFunctionCell.js +1 -1
  33. package/esm5/lib/UltraCalcFunctionDateValue.js +1 -1
  34. package/esm5/lib/UltraCalcFunctionDays.js +2 -2
  35. package/esm5/lib/UltraCalcFunctionHLookup.js +1 -1
  36. package/esm5/lib/UltraCalcFunctionIRR.js +1 -1
  37. package/esm5/lib/UltraCalcFunctionLookup.js +1 -1
  38. package/esm5/lib/UltraCalcFunctionLookupBase.js +5 -5
  39. package/esm5/lib/UltraCalcFunctionTime.js +1 -1
  40. package/esm5/lib/UltraCalcFunctionTimeValue.js +1 -1
  41. package/esm5/lib/UltraCalcFunctionVLookup.js +1 -1
  42. package/esm5/lib/UltraCalcFunctionYearFrac.js +2 -2
  43. package/esm5/lib/WorkbookLoadManagerExcel2007_combined.js +931 -911
  44. package/esm5/lib/WorkbookSaveManagerExcel2003_combined.js +2418 -2395
  45. package/fesm2015/igniteui-webcomponents-excel.js +5271 -4949
  46. package/fesm5/igniteui-webcomponents-excel.js +7305 -6879
  47. package/lib/DefaultStyleHelper_combined.d.ts +549 -464
  48. package/lib/WorkbookLoadManagerExcel2007_combined.d.ts +79 -79
  49. package/lib/WorkbookSaveManagerExcel2003_combined.d.ts +112 -112
  50. package/package.json +2 -2
@@ -627,6 +627,9 @@ export let LoadOnDemandTree$1 = /*@__PURE__*/ (() => {
627
627
  this._s = this._q;
628
628
  this._q = 0;
629
629
  }
630
+ else {
631
+ this._s = 0;
632
+ }
630
633
  this._r = this._q;
631
634
  }
632
635
  }
@@ -49,7 +49,7 @@ export let ObjectModelTablePartManager_TableContext = /*@__PURE__*/ (() => {
49
49
  continue;
50
50
  }
51
51
  let d = a.value;
52
- d._j(c);
52
+ d._k(c);
53
53
  c.filter = d;
54
54
  }
55
55
  }
@@ -13,8 +13,8 @@ import { stringCompare2 } from "igniteui-webcomponents-core";
13
13
  export let StringUtilities = /*@__PURE__*/ (() => {
14
14
  class StringUtilities extends Base {
15
15
  static staticInit() {
16
- let a = "This\r\nThat";
17
- StringUtilities.a = a.indexOf("\n") > 0;
16
+ let a = "Hel\0lo";
17
+ StringUtilities.a = a.indexOf("\0") > 0;
18
18
  }
19
19
  static get j() {
20
20
  return 3;
@@ -37,7 +37,7 @@ export let TableColumnFilterData = /*@__PURE__*/ (() => {
37
37
  }
38
38
  let i;
39
39
  let j;
40
- this.e = ((() => { let k = this.a._g(i, j); i = k.p0; j = k.p1; return k.ret; })());
40
+ this.e = ((() => { let k = this.a._h(i, j); i = k.p0; j = k.p1; return k.ret; })());
41
41
  this.d = i;
42
42
  this.f = j;
43
43
  }
@@ -56,7 +56,7 @@ export let TableColumnFilterData = /*@__PURE__*/ (() => {
56
56
  }
57
57
  let e;
58
58
  let f;
59
- this.e = ((() => { let g = this.a._g(e, f); e = g.p0; f = g.p1; return g.ret; })());
59
+ this.e = ((() => { let g = this.a._h(e, f); e = g.p0; f = g.p1; return g.ret; })());
60
60
  this.d = e;
61
61
  this.f = f;
62
62
  }
@@ -96,26 +96,26 @@ export let UltraCalcConditionalFunctionBase_CriteriaEvaluator = /*@__PURE__*/ ((
96
96
  }
97
97
  d(a) {
98
98
  let b = a._getResolvedValue3(false);
99
- if (ExcelCalcValue._aa(b)) {
99
+ if (ExcelCalcValue._ab(b)) {
100
100
  return this.a != null && this.a.code == b.code;
101
101
  }
102
- if (ExcelCalcValue._ac(b) != ExcelCalcValue._ac(this.e)) {
102
+ if (ExcelCalcValue._ad(b) != ExcelCalcValue._ad(this.e)) {
103
103
  return false;
104
104
  }
105
105
  let c = false;
106
- if (ExcelCalcValue._ag(b)) {
106
+ if (ExcelCalcValue._ah(b)) {
107
107
  if (this.f == null) {
108
108
  return false;
109
109
  }
110
110
  c = true;
111
111
  }
112
- if (ExcelCalcValue._u(b) != ExcelCalcValue._u(this.e)) {
112
+ if (ExcelCalcValue._v(b) != ExcelCalcValue._v(this.e)) {
113
113
  return false;
114
114
  }
115
115
  if (this.g != null) {
116
- return this.g.i(a._bp(b, a._a0)).i;
116
+ return this.g.i(a._bq(b, a._a1)).i;
117
117
  }
118
- let d = ExcelCalcValue._a4(a, b, this.b, c ? this.f : this.e);
118
+ let d = ExcelCalcValue._a5(a, b, this.b, c ? this.f : this.e);
119
119
  switch (this.c) {
120
120
  case 0: return d == 0;
121
121
  case 1: return d != 0;
@@ -73,7 +73,7 @@ export let UltraCalcConditionalFunctionBase = /*@__PURE__*/ (() => {
73
73
  let q = l._cx(k, j, p, n);
74
74
  let r = new ExcelCalcValue(q._c);
75
75
  r._n = c._n;
76
- r._y = true;
76
+ r._z = true;
77
77
  let s = r._d(false);
78
78
  s._n(false, runOn(i, i.h));
79
79
  }
@@ -185,7 +185,7 @@ export let UltraCalcConditionalFunctionBase = /*@__PURE__*/ (() => {
185
185
  let aa = z._getResolvedValue3(false);
186
186
  let ab;
187
187
  let ac;
188
- if (((() => { let ad = z._ao(aa, ac, o, ab); ac = ad.p1; ab = ad.p3; return ad.ret; })())) {
188
+ if (((() => { let ad = z._ap(aa, ac, o, ab); ac = ad.p1; ab = ad.p3; return ad.ret; })())) {
189
189
  p++;
190
190
  q = e(q, ac);
191
191
  }
@@ -253,7 +253,7 @@ export let UltraCalcFunctionCell = /*@__PURE__*/ (() => {
253
253
  if (i == null) {
254
254
  i = new ExcelCalcValue(b);
255
255
  }
256
- let j = i._bj(false, false);
256
+ let j = i._bk(false, false);
257
257
  if (typeCast(FormattedString.$, j) !== null) {
258
258
  g = j.unformattedString;
259
259
  }
@@ -16,7 +16,7 @@ export let UltraCalcFunctionDateValue = /*@__PURE__*/ (() => {
16
16
  evaluate(a, b) {
17
17
  let c = a.pop();
18
18
  let d;
19
- if (((() => { let e = c._aj(c._a0, d); d = e.p1; return e.ret; })()) == false) {
19
+ if (((() => { let e = c._ak(c._a1, d); d = e.p1; return e.ret; })()) == false) {
20
20
  return new ExcelCalcValue(new ExcelCalcErrorValue(1));
21
21
  }
22
22
  return new ExcelCalcValue(d);
@@ -20,7 +20,7 @@ export let UltraCalcFunctionDays = /*@__PURE__*/ (() => {
20
20
  let e, f;
21
21
  if (d.isString) {
22
22
  let g;
23
- if (((() => { let h = d._aj(d._a0, g); g = h.p1; return h.ret; })()) == false) {
23
+ if (((() => { let h = d._ak(d._a1, g); g = h.p1; return h.ret; })()) == false) {
24
24
  return new ExcelCalcValue(new ExcelCalcErrorValue(1));
25
25
  }
26
26
  e = (((h) => !nullableIsNull(h) ? h.value : -1)(ExcelCalcValue._dateTimeToExcelDate(d._o, g)));
@@ -30,7 +30,7 @@ export let UltraCalcFunctionDays = /*@__PURE__*/ (() => {
30
30
  }
31
31
  if (c.isString) {
32
32
  let h;
33
- if (((() => { let i = c._aj(c._a0, h); h = i.p1; return i.ret; })()) == false) {
33
+ if (((() => { let i = c._ak(c._a1, h); h = i.p1; return i.ret; })()) == false) {
34
34
  return new ExcelCalcValue(new ExcelCalcErrorValue(1));
35
35
  }
36
36
  f = (((i) => !nullableIsNull(i) ? i.value : -1)(ExcelCalcValue._dateTimeToExcelDate(c._o, h)));
@@ -60,7 +60,7 @@ export let UltraCalcFunctionHLookup = /*@__PURE__*/ (() => {
60
60
  return new ExcelCalcValue(new ExcelCalcErrorValue(0));
61
61
  }
62
62
  let n = g.item(l, i);
63
- n._y = true;
63
+ n._z = true;
64
64
  return new ExcelCalcValue(n._getResolvedValue());
65
65
  }
66
66
  get_name() {
@@ -27,7 +27,7 @@ export let UltraCalcFunctionIRR = /*@__PURE__*/ (() => {
27
27
  }
28
28
  d += 1;
29
29
  let f = a.pop();
30
- if (f._s == false) {
30
+ if (f._t == false) {
31
31
  return new ExcelCalcValue(new ExcelCalcErrorValue(1));
32
32
  }
33
33
  let g = 0;
@@ -82,7 +82,7 @@ export let UltraCalcFunctionLookup = /*@__PURE__*/ (() => {
82
82
  p = f.item(g - 1, o);
83
83
  }
84
84
  }
85
- p._y = true;
85
+ p._z = true;
86
86
  return new ExcelCalcValue(p._getResolvedValue());
87
87
  }
88
88
  get_minArgs() {
@@ -21,12 +21,12 @@ export let UltraCalcFunctionLookupBase = /*@__PURE__*/ (() => {
21
21
  return toNullable(Number_$type, null);
22
22
  }
23
23
  if (b) {
24
- if (ExcelCalcValue._ag(h) == false) {
24
+ if (ExcelCalcValue._ah(h) == false) {
25
25
  return toNullable(Number_$type, null);
26
26
  }
27
- let i = a._bp(h, a._a0);
27
+ let i = a._bq(h, a._a1);
28
28
  if (g == null) {
29
- return toNullable(Number_$type, StringUtilities.d(i, c, a._a0, 1));
29
+ return toNullable(Number_$type, StringUtilities.d(i, c, a._a1, 1));
30
30
  }
31
31
  let j = g.i(i);
32
32
  if (j.i && j.d == i.length) {
@@ -42,7 +42,7 @@ export let UltraCalcFunctionLookupBase = /*@__PURE__*/ (() => {
42
42
  }
43
43
  let k;
44
44
  let l;
45
- if (((() => { let m = a._ao(h, k, a._a0, l); k = m.p1; l = m.p3; return m.ret; })()) == false) {
45
+ if (((() => { let m = a._ap(h, k, a._a1, l); k = m.p1; l = m.p3; return m.ret; })()) == false) {
46
46
  return toNullable(Number_$type, null);
47
47
  }
48
48
  return toNullable(Number_$type, Base.compareSimple(k, f));
@@ -69,7 +69,7 @@ export let UltraCalcFunctionLookupBase = /*@__PURE__*/ (() => {
69
69
  for (let l of fromEnum(a)) {
70
70
  let m = l.key;
71
71
  let n = l.value;
72
- n._y = true;
72
+ n._z = true;
73
73
  let o = UltraCalcFunctionLookupBase._am(n, d, e, f, g, h, j);
74
74
  if (o.hasValue == false) {
75
75
  continue;
@@ -45,7 +45,7 @@ export let UltraCalcFunctionTime = /*@__PURE__*/ (() => {
45
45
  }
46
46
  if (true) {
47
47
  let j = timeSpanInit1(h, g, f);
48
- let k = ExcelCalcValue._ay(j);
48
+ let k = ExcelCalcValue._az(j);
49
49
  return new ExcelCalcValue(k);
50
50
  }
51
51
  else {
@@ -21,7 +21,7 @@ export let UltraCalcFunctionTimeValue = /*@__PURE__*/ (() => {
21
21
  }
22
22
  let d = dateGetTimeOfDay(c._toDateTime1());
23
23
  if (true) {
24
- let e = ExcelCalcValue._ay(d);
24
+ let e = ExcelCalcValue._az(d);
25
25
  return new ExcelCalcValue(e);
26
26
  }
27
27
  return new ExcelCalcValue(dateFromTicks(timeSpanTicks(d)));
@@ -60,7 +60,7 @@ export let UltraCalcFunctionVLookup = /*@__PURE__*/ (() => {
60
60
  return new ExcelCalcValue(new ExcelCalcErrorValue(0));
61
61
  }
62
62
  let n = g.item(i, l);
63
- n._y = true;
63
+ n._z = true;
64
64
  return new ExcelCalcValue(n._getResolvedValue());
65
65
  }
66
66
  get_name() {
@@ -20,10 +20,10 @@ export let UltraCalcFunctionYearFrac = /*@__PURE__*/ (() => {
20
20
  let d = a.pop();
21
21
  let e = a.pop();
22
22
  let f, g;
23
- if (!((() => { let h = e._aj(a._w, f, false, true); f = h.p1; return h.ret; })())) {
23
+ if (!((() => { let h = e._ak(a._w, f, false, true); f = h.p1; return h.ret; })())) {
24
24
  return new ExcelCalcValue(new ExcelCalcErrorValue(4));
25
25
  }
26
- if (!((() => { let h = d._aj(a._w, g, false, true); g = h.p1; return h.ret; })())) {
26
+ if (!((() => { let h = d._ak(a._w, g, false, true); g = h.p1; return h.ret; })())) {
27
27
  return new ExcelCalcValue(new ExcelCalcErrorValue(4));
28
28
  }
29
29
  let h = c == null ? 0 : c._toInt321();