igniteui-webcomponents-excel 4.0.3 → 4.0.4

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 (85) hide show
  1. package/bundles/igniteui-webcomponents-excel.umd.js +2889 -2771
  2. package/bundles/igniteui-webcomponents-excel.umd.min.js +1 -1
  3. package/esm2015/lib/AlternateContentChoice_combined.js +1 -1
  4. package/esm2015/lib/BiffRecordStream.js +2 -2
  5. package/esm2015/lib/BorderInfo.js +2 -2
  6. package/esm2015/lib/ColorInfo.js +3 -3
  7. package/esm2015/lib/CustomListSortCondition.js +1 -1
  8. package/esm2015/lib/DefaultStyleHelper_combined.js +2057 -1977
  9. package/esm2015/lib/DrawingPartManagerHelpers_combined.js +1 -1
  10. package/esm2015/lib/DxfInfo.js +6 -6
  11. package/esm2015/lib/EnumConverter.js +1 -1
  12. package/esm2015/lib/ExtPropColorLoaded.js +1 -1
  13. package/esm2015/lib/FinancialUtils.js +6 -6
  14. package/esm2015/lib/GradientStop.js +1 -1
  15. package/esm2015/lib/ISheetBackground.js +11 -0
  16. package/esm2015/lib/IconSortCondition.js +6 -6
  17. package/esm2015/lib/ImageFormat.js +33 -31
  18. package/esm2015/lib/MultipleCellBlankInfo.js +1 -1
  19. package/esm2015/lib/MultipleCellRKInfo.js +2 -2
  20. package/esm2015/lib/ObjectModelDrawingPartManager_ShapeIdentity.js +1 -1
  21. package/esm2015/lib/OrderedSortCondition.js +2 -2
  22. package/esm2015/lib/PngPartManager.js +1 -1
  23. package/esm2015/lib/TiffPartManager.js +1 -1
  24. package/esm2015/lib/UltraCalcConditionalFunctionBase_CriteriaEvaluator.js +1 -1
  25. package/esm2015/lib/UltraCalcFunctionAddress.js +1 -1
  26. package/esm2015/lib/UltraCalcFunctionLookupBase.js +2 -2
  27. package/esm2015/lib/UltraCalcFunctionXBase2Dec.js +1 -1
  28. package/esm2015/lib/WeakWorkbookOwner.js +10 -10
  29. package/esm2015/lib/WmfPartManager.js +1 -1
  30. package/esm2015/lib/WorkbookLoadManagerExcel2007_FontCollection.js +1 -1
  31. package/esm2015/lib/WorkbookLoadManagerExcel2007_ShapeAnchorApplicator.js +7 -7
  32. package/esm2015/lib/WorkbookLoadManagerExcel2007_combined.js +166 -162
  33. package/esm2015/lib/WorkbookSaveManagerExcel2003_combined.js +527 -518
  34. package/esm2015/lib/WorksheetRegion_HorizontalWeakSorter.js +2 -2
  35. package/esm2015/lib/XFPropBorderLoaded.js +1 -1
  36. package/esm2015/lib/XFPropColorLoaded.js +1 -1
  37. package/esm2015/lib/XFPropGradientStopLoaded.js +1 -1
  38. package/esm2015/lib/XlsxUtilities_ColorTransformsApplicator.js +6 -6
  39. package/esm2015/lib/XlsxUtilities_combined.js +13 -13
  40. package/esm2015/public_api.js +1 -0
  41. package/esm5/lib/AlternateContentChoice_combined.js +1 -1
  42. package/esm5/lib/BiffRecordStream.js +2 -2
  43. package/esm5/lib/BorderInfo.js +2 -2
  44. package/esm5/lib/ColorInfo.js +3 -3
  45. package/esm5/lib/CustomListSortCondition.js +1 -1
  46. package/esm5/lib/DefaultStyleHelper_combined.js +2065 -1973
  47. package/esm5/lib/DrawingPartManagerHelpers_combined.js +1 -1
  48. package/esm5/lib/DxfInfo.js +6 -6
  49. package/esm5/lib/EnumConverter.js +1 -1
  50. package/esm5/lib/ExtPropColorLoaded.js +1 -1
  51. package/esm5/lib/FinancialUtils.js +6 -6
  52. package/esm5/lib/GradientStop.js +1 -1
  53. package/esm5/lib/ISheetBackground.js +11 -0
  54. package/esm5/lib/IconSortCondition.js +6 -6
  55. package/esm5/lib/ImageFormat.js +33 -31
  56. package/esm5/lib/MultipleCellBlankInfo.js +1 -1
  57. package/esm5/lib/MultipleCellRKInfo.js +2 -2
  58. package/esm5/lib/ObjectModelDrawingPartManager_ShapeIdentity.js +1 -1
  59. package/esm5/lib/OrderedSortCondition.js +2 -2
  60. package/esm5/lib/PngPartManager.js +1 -1
  61. package/esm5/lib/TiffPartManager.js +1 -1
  62. package/esm5/lib/UltraCalcConditionalFunctionBase_CriteriaEvaluator.js +1 -1
  63. package/esm5/lib/UltraCalcFunctionAddress.js +1 -1
  64. package/esm5/lib/UltraCalcFunctionLookupBase.js +2 -2
  65. package/esm5/lib/UltraCalcFunctionXBase2Dec.js +1 -1
  66. package/esm5/lib/WeakWorkbookOwner.js +10 -10
  67. package/esm5/lib/WmfPartManager.js +1 -1
  68. package/esm5/lib/WorkbookLoadManagerExcel2007_FontCollection.js +1 -1
  69. package/esm5/lib/WorkbookLoadManagerExcel2007_ShapeAnchorApplicator.js +7 -7
  70. package/esm5/lib/WorkbookLoadManagerExcel2007_combined.js +166 -162
  71. package/esm5/lib/WorkbookSaveManagerExcel2003_combined.js +527 -518
  72. package/esm5/lib/WorksheetRegion_HorizontalWeakSorter.js +2 -2
  73. package/esm5/lib/XFPropBorderLoaded.js +1 -1
  74. package/esm5/lib/XFPropColorLoaded.js +1 -1
  75. package/esm5/lib/XFPropGradientStopLoaded.js +1 -1
  76. package/esm5/lib/XlsxUtilities_ColorTransformsApplicator.js +6 -6
  77. package/esm5/lib/XlsxUtilities_combined.js +13 -13
  78. package/esm5/public_api.js +1 -0
  79. package/fesm2015/igniteui-webcomponents-excel.js +2881 -2776
  80. package/fesm5/igniteui-webcomponents-excel.js +2889 -2772
  81. package/lib/DefaultStyleHelper_combined.d.ts +378 -339
  82. package/lib/ISheetBackground.d.ts +12 -0
  83. package/lib/ImageFormat.d.ts +6 -4
  84. package/package.json +2 -2
  85. package/public_api.d.ts +1 -0
@@ -18,8 +18,8 @@ export let WorksheetRegion_HorizontalWeakSorter = /*@__PURE__*/ (() => {
18
18
  super();
19
19
  }
20
20
  compare(a, b) {
21
- let c = ExcelUtils.dy(a);
22
- let d = ExcelUtils.dy(b);
21
+ let c = ExcelUtils.d0(a);
22
+ let d = ExcelUtils.d0(b);
23
23
  if (c == null && d == null) {
24
24
  return 0;
25
25
  }
@@ -18,7 +18,7 @@ export let XFPropBorderLoaded = /*@__PURE__*/ (() => {
18
18
  this.g = b;
19
19
  }
20
20
  f(a) {
21
- return ExcelUtils.ae(a, this.g);
21
+ return ExcelUtils.ag(a, this.g);
22
22
  }
23
23
  }
24
24
  XFPropBorderLoaded.$t = /*@__PURE__*/ markType(XFPropBorderLoaded, 'XFPropBorderLoaded', XFPropBorderBase.$);
@@ -20,7 +20,7 @@ export let XFPropColorLoaded = /*@__PURE__*/ (() => {
20
20
  this.d = b;
21
21
  }
22
22
  c(a) {
23
- return ExcelUtils.ae(a, this.d);
23
+ return ExcelUtils.ag(a, this.d);
24
24
  }
25
25
  get_a() {
26
26
  return this.e;
@@ -18,7 +18,7 @@ export let XFPropGradientStopLoaded = /*@__PURE__*/ (() => {
18
18
  this.f = a;
19
19
  }
20
20
  c(a) {
21
- return ExcelUtils.ae(a, this.f);
21
+ return ExcelUtils.ag(a, this.f);
22
22
  }
23
23
  }
24
24
  XFPropGradientStopLoaded.$t = /*@__PURE__*/ markType(XFPropGradientStopLoaded, 'XFPropGradientStopLoaded', XFPropGradientStopBase.$);
@@ -98,7 +98,7 @@ export let XlsxUtilities_ColorTransformsApplicator = /*@__PURE__*/ (() => {
98
98
  }
99
99
  _visitColorTransform_Shade$i(a, b) {
100
100
  try {
101
- b = ExcelUtils.gv(b, ST_PositiveFixedPercentage.m(a.a) / 100);
101
+ b = ExcelUtils.gx(b, ST_PositiveFixedPercentage.m(a.a) / 100);
102
102
  }
103
103
  catch (c) {
104
104
  }
@@ -106,7 +106,7 @@ export let XlsxUtilities_ColorTransformsApplicator = /*@__PURE__*/ (() => {
106
106
  }
107
107
  _visitColorTransform_Tint$i(a, b) {
108
108
  try {
109
- b = ExcelUtils.gw(b, 1 - (ST_PositiveFixedPercentage.m(a.a) / 100));
109
+ b = ExcelUtils.gy(b, 1 - (ST_PositiveFixedPercentage.m(a.a) / 100));
110
110
  }
111
111
  catch (c) {
112
112
  }
@@ -130,7 +130,7 @@ export let XlsxUtilities_ColorTransformsApplicator = /*@__PURE__*/ (() => {
130
130
  static b(a, b, c) {
131
131
  try {
132
132
  let d, e, f;
133
- let g = ExcelUtils.fa(a, d, f, e);
133
+ let g = ExcelUtils.fc(a, d, f, e);
134
134
  d = g.p1;
135
135
  f = g.p2;
136
136
  e = g.p3;
@@ -150,9 +150,9 @@ export let XlsxUtilities_ColorTransformsApplicator = /*@__PURE__*/ (() => {
150
150
  let i = truncate(Math.max(0, Math.min(MathUtilities.f(c(h)), 240)));
151
151
  switch (b) {
152
152
  default:
153
- case 0: return ExcelUtils.g0(i, f, e);
154
- case 2: return ExcelUtils.g0(d, i, e);
155
- case 1: return ExcelUtils.g0(d, f, i);
153
+ case 0: return ExcelUtils.g2(i, f, e);
154
+ case 2: return ExcelUtils.g2(d, i, e);
155
+ case 1: return ExcelUtils.g2(d, f, i);
156
156
  }
157
157
  }
158
158
  catch (j) {
@@ -54,26 +54,26 @@ export let XlsxUtilities = /*@__PURE__*/ (() => {
54
54
  $ret.k = toNullable(Boolean_$type, a.flippedVertically);
55
55
  $ret.a = ((() => {
56
56
  let $ret = new CT_Point2D();
57
- $ret.a = new ST_Coordinate(1, ST_CoordinateUnqualified.a(ExcelUtils.dm(b.x)));
58
- $ret.b = new ST_Coordinate(1, ST_CoordinateUnqualified.a(ExcelUtils.dm(b.y)));
57
+ $ret.a = new ST_Coordinate(1, ST_CoordinateUnqualified.a(ExcelUtils.dp(b.x)));
58
+ $ret.b = new ST_Coordinate(1, ST_CoordinateUnqualified.a(ExcelUtils.dp(b.y)));
59
59
  return $ret;
60
60
  })());
61
61
  $ret.b = ((() => {
62
62
  let $ret = new CT_PositiveSize2D();
63
- $ret.a = new ST_PositiveCoordinate(1, ExcelUtils.dm(b.width));
64
- $ret.b = new ST_PositiveCoordinate(1, ExcelUtils.dm(b.height));
63
+ $ret.a = new ST_PositiveCoordinate(1, ExcelUtils.dp(b.width));
64
+ $ret.b = new ST_PositiveCoordinate(1, ExcelUtils.dp(b.height));
65
65
  return $ret;
66
66
  })());
67
67
  $ret.l = ((() => {
68
68
  let $ret = new CT_Point2D();
69
- $ret.a = new ST_Coordinate(1, ST_CoordinateUnqualified.a(ExcelUtils.dm(b.x)));
70
- $ret.b = new ST_Coordinate(1, ST_CoordinateUnqualified.a(ExcelUtils.dm(b.y)));
69
+ $ret.a = new ST_Coordinate(1, ST_CoordinateUnqualified.a(ExcelUtils.dp(b.x)));
70
+ $ret.b = new ST_Coordinate(1, ST_CoordinateUnqualified.a(ExcelUtils.dp(b.y)));
71
71
  return $ret;
72
72
  })());
73
73
  $ret.m = ((() => {
74
74
  let $ret = new CT_PositiveSize2D();
75
- $ret.a = new ST_PositiveCoordinate(1, ExcelUtils.dm(b.width));
76
- $ret.b = new ST_PositiveCoordinate(1, ExcelUtils.dm(b.height));
75
+ $ret.a = new ST_PositiveCoordinate(1, ExcelUtils.dp(b.width));
76
+ $ret.b = new ST_PositiveCoordinate(1, ExcelUtils.dp(b.height));
77
77
  return $ret;
78
78
  })());
79
79
  return $ret;
@@ -88,14 +88,14 @@ export let XlsxUtilities = /*@__PURE__*/ (() => {
88
88
  $ret.k = toNullable(Boolean_$type, a.flippedVertically);
89
89
  $ret.a = ((() => {
90
90
  let $ret = new CT_Point2D();
91
- $ret.a = new ST_Coordinate(1, ST_CoordinateUnqualified.a(ExcelUtils.dm(b.x)));
92
- $ret.b = new ST_Coordinate(1, ST_CoordinateUnqualified.a(ExcelUtils.dm(b.y)));
91
+ $ret.a = new ST_Coordinate(1, ST_CoordinateUnqualified.a(ExcelUtils.dp(b.x)));
92
+ $ret.b = new ST_Coordinate(1, ST_CoordinateUnqualified.a(ExcelUtils.dp(b.y)));
93
93
  return $ret;
94
94
  })());
95
95
  $ret.b = ((() => {
96
96
  let $ret = new CT_PositiveSize2D();
97
- $ret.a = new ST_PositiveCoordinate(1, ExcelUtils.dm(b.width));
98
- $ret.b = new ST_PositiveCoordinate(1, ExcelUtils.dm(b.height));
97
+ $ret.a = new ST_PositiveCoordinate(1, ExcelUtils.dp(b.width));
98
+ $ret.b = new ST_PositiveCoordinate(1, ExcelUtils.dp(b.height));
99
99
  return $ret;
100
100
  })());
101
101
  return $ret;
@@ -624,7 +624,7 @@ export let XlsxUtilities = /*@__PURE__*/ (() => {
624
624
  }
625
625
  }
626
626
  static bd(a) {
627
- if (ExcelUtils.al(a) == false) {
627
+ if (ExcelUtils.an(a) == false) {
628
628
  return toNullable(ST_SystemColorVal_$type, null);
629
629
  }
630
630
  if (a.equals(SystemColorsInternal.d)) {
@@ -962,6 +962,7 @@ export * from './lib/WorkbookStyleCollection_RemovalType';
962
962
  export * from './lib/WorkbookWindowOptions';
963
963
  export * from './lib/Worksheet';
964
964
  export * from './lib/IWorksheetProvider';
965
+ export * from './lib/ISheetBackground';
965
966
  export * from './lib/WorksheetCellShiftResult';
966
967
  export * from './lib/WorksheetDummyCellFormatProxy';
967
968
  export * from './lib/MutableItemRange';
@@ -7370,7 +7370,7 @@ var DrawingNamespaceDefinitionBase = /** @class */ /*@__PURE__*/ (function (_sup
7370
7370
  if (stringIsNullOrEmpty(b)) {
7371
7371
  return;
7372
7372
  }
7373
- DrawingNamespaceDefinitionBase.db(a, b);
7373
+ a.ad.h("macro", b);
7374
7374
  };
7375
7375
  DrawingNamespaceDefinitionBase.prototype.b5 = function (a, b, c) {
7376
7376
  var e_41, _0;
@@ -1271,7 +1271,7 @@ var BiffRecordStream = /** @class */ /*@__PURE__*/ (function (_super) {
1271
1271
  }
1272
1272
  var o = m;
1273
1273
  if (b < a._y.length) {
1274
- if (f == false || ExcelUtils.be(a._y.substr(b, 1))) {
1274
+ if (f == false || ExcelUtils.bg(a._y.substr(b, 1))) {
1275
1275
  o += 2;
1276
1276
  }
1277
1277
  else {
@@ -1300,7 +1300,7 @@ var BiffRecordStream = /** @class */ /*@__PURE__*/ (function (_super) {
1300
1300
  if (f) {
1301
1301
  r = a._y.substr(b, Math.min(q, p));
1302
1302
  s = true;
1303
- if (ExcelUtils.be(r)) {
1303
+ if (ExcelUtils.bg(r)) {
1304
1304
  r = a._y.substr(b, Math.min(q, intDivide(p, 2)));
1305
1305
  s = false;
1306
1306
  }
@@ -181,10 +181,10 @@ var BorderInfo = /** @class */ /*@__PURE__*/ (function (_super) {
181
181
  BorderInfo.y(a, c.k, d ? b.rightBorderStyle : b._ao, b.rightBorderColorInfo, b._bl);
182
182
  BorderInfo.y(a, c.e, d ? b.diagonalBorderStyle : b._am, b.diagonalBorderColorInfo, b._bg);
183
183
  var e = d ? b.diagonalBorders : b._aw;
184
- if (ExcelUtils.az(e)) {
184
+ if (ExcelUtils.a1(e)) {
185
185
  c.q = true;
186
186
  }
187
- if (ExcelUtils.a0(e)) {
187
+ if (ExcelUtils.a2(e)) {
188
188
  c.s = true;
189
189
  }
190
190
  return c;
@@ -53,11 +53,11 @@ var ColorInfo = /** @class */ /*@__PURE__*/ (function (_super) {
53
53
  }
54
54
  if (b._color$i.hasValue) {
55
55
  var e = b._color$i.value;
56
- if (ExcelUtils.al(e)) {
56
+ if (ExcelUtils.an(e)) {
57
57
  d.j = toNullable(Number_$type, intSToU(a._b._palette$i._m(b, c)));
58
58
  }
59
59
  else {
60
- d.k = toNullable(ST_UnsignedIntHex.$, ST_UnsignedIntHex.b(intSToU(ExcelUtils.cx(e))));
60
+ d.k = toNullable(ST_UnsignedIntHex.$, ST_UnsignedIntHex.b(intSToU(ExcelUtils.cz(e))));
61
61
  }
62
62
  }
63
63
  if (b._themeColorType$i.hasValue) {
@@ -91,7 +91,7 @@ var ColorInfo = /** @class */ /*@__PURE__*/ (function (_super) {
91
91
  }
92
92
  if (nullableNotEquals(this.k, null)) {
93
93
  if ((u32BitwiseAnd(ST_UnsignedIntHex.h(this.k.value), 4278190080)) == 4278190080) {
94
- return new WorkbookColorInfo(toNullable(Color.$, ExcelUtils.gz(ST_UnsignedIntHex.h(this.k.value))), toNullable(WorkbookThemeColorType_$type, null), b, true, true);
94
+ return new WorkbookColorInfo(toNullable(Color.$, ExcelUtils.g1(ST_UnsignedIntHex.h(this.k.value))), toNullable(WorkbookThemeColorType_$type, null), b, true, true);
95
95
  }
96
96
  return null;
97
97
  }
@@ -93,7 +93,7 @@ var CustomListSortCondition = /** @class */ /*@__PURE__*/ (function (_super) {
93
93
  }
94
94
  }
95
95
  if (b.count == 0) {
96
- throw new ArgumentException(2, ExcelUtils.ef("LE_ArgumentException_EmptyCustomList"), "list");
96
+ throw new ArgumentException(2, ExcelUtils.eh("LE_ArgumentException_EmptyCustomList"), "list");
97
97
  }
98
98
  this._j = new ReadOnlyCollection$1(String_$type, 1, b);
99
99
  };