igniteui-webcomponents-excel 1.4.2 → 3.2.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.
Files changed (30) hide show
  1. package/bundles/igniteui-webcomponents-excel.umd.js +3531 -3356
  2. package/bundles/igniteui-webcomponents-excel.umd.min.js +1 -1
  3. package/esm2015/lib/AlignmentInfo.js +2 -2
  4. package/esm2015/lib/DataValidationImeMode.js +61 -0
  5. package/esm2015/lib/DefaultStyleHelper_combined.js +672 -616
  6. package/esm2015/lib/ObjectModelDrawingPartManager_ShapeLoader_ShapeOutlineCreator.js +1 -1
  7. package/esm2015/lib/ProtectionInfo.js +1 -1
  8. package/esm2015/lib/WorkbookLoadManagerExcel2007_ShapeAnchorApplicator.js +4 -4
  9. package/esm2015/lib/WorkbookLoadManagerExcel2007_combined.js +458 -457
  10. package/esm2015/lib/WorkbookSaveManagerExcel2003_combined.js +14 -12
  11. package/esm2015/lib/XlsxUtilities_combined.js +105 -73
  12. package/esm2015/public_api.js +1 -0
  13. package/esm5/lib/AlignmentInfo.js +2 -2
  14. package/esm5/lib/DataValidationImeMode.js +61 -0
  15. package/esm5/lib/DefaultStyleHelper_combined.js +2878 -2800
  16. package/esm5/lib/ObjectModelDrawingPartManager_ShapeLoader_ShapeOutlineCreator.js +1 -1
  17. package/esm5/lib/ProtectionInfo.js +1 -1
  18. package/esm5/lib/WorkbookLoadManagerExcel2007_ShapeAnchorApplicator.js +4 -4
  19. package/esm5/lib/WorkbookLoadManagerExcel2007_combined.js +467 -466
  20. package/esm5/lib/WorkbookSaveManagerExcel2003_combined.js +14 -12
  21. package/esm5/lib/XlsxUtilities_combined.js +105 -73
  22. package/esm5/public_api.js +1 -0
  23. package/fesm2015/igniteui-webcomponents-excel.js +1317 -1166
  24. package/fesm5/igniteui-webcomponents-excel.js +3530 -3357
  25. package/lib/DataValidationImeMode.d.ts +54 -0
  26. package/lib/DefaultStyleHelper_combined.d.ts +243 -228
  27. package/lib/WorkbookLoadManagerExcel2007_combined.d.ts +7 -7
  28. package/lib/XlsxUtilities_combined.d.ts +68 -64
  29. package/package.json +3 -3
  30. package/public_api.d.ts +1 -0
@@ -25,7 +25,7 @@ export let ObjectModelDrawingPartManager_ShapeLoader_ShapeOutlineCreator = /*@__
25
25
  if (a.a == null) {
26
26
  return null;
27
27
  }
28
- return new ShapeOutlineSolid(XlsxUtilities.aa(a.a, b));
28
+ return new ShapeOutlineSolid(XlsxUtilities.ab(a.a, b));
29
29
  }
30
30
  }
31
31
  ObjectModelDrawingPartManager_ShapeLoader_ShapeOutlineCreator.$t = /*@__PURE__*/ markType(ObjectModelDrawingPartManager_ShapeLoader_ShapeOutlineCreator, 'ObjectModelDrawingPartManager_ShapeLoader_ShapeOutlineCreator', Base.$, [/*@__PURE__*/ IEG_LineFillPropertiesVisitor$2_$type.specialize(Workbook.$, ShapeOutline.$)]);
@@ -43,7 +43,7 @@ export let ProtectionInfo = /*@__PURE__*/ (() => {
43
43
  return nullableEquals(this.g, null) && nullableEquals(this.i, null);
44
44
  }
45
45
  k(a) {
46
- a._locked$i = XlsxUtilities.a7(this.j);
46
+ a._locked$i = XlsxUtilities.a9(this.j);
47
47
  }
48
48
  static a(a) {
49
49
  return ProtectionInfo.b(a, false);
@@ -43,7 +43,7 @@ export let WorkbookLoadManagerExcel2007_ShapeAnchorApplicator = /*@__PURE__*/ ((
43
43
  return false;
44
44
  }
45
45
  let e = c;
46
- let f = XlsxUtilities.bd(a.d, e);
46
+ let f = XlsxUtilities.bf(a.d, e);
47
47
  let g = WorksheetShape._ds(e, f.c, f.d, f.c, f.d);
48
48
  let h = ExcelUtils.hb(truncate(MathUtilities.f(g.left)), truncate(MathUtilities.f(g.top)), truncate(MathUtilities.f(a.c.a.j())), truncate(MathUtilities.f(a.c.b.j())));
49
49
  d._setBoundsInTwips(e, h);
@@ -52,7 +52,7 @@ export let WorkbookLoadManagerExcel2007_ShapeAnchorApplicator = /*@__PURE__*/ ((
52
52
  _visitCT_TwoCellAnchor$i(a, b) {
53
53
  let c = b.c;
54
54
  let d = b.d;
55
- d.positioningMode = XlsxUtilities.w(a.e);
55
+ d.positioningMode = XlsxUtilities.x(a.e);
56
56
  if (a.c == null || a.d == null) {
57
57
  d._setBoundsInTwips(c, ExcelUtils.hb(0, 0, 1, 1));
58
58
  return false;
@@ -62,8 +62,8 @@ export let WorkbookLoadManagerExcel2007_ShapeAnchorApplicator = /*@__PURE__*/ ((
62
62
  return false;
63
63
  }
64
64
  let e = c;
65
- let f = XlsxUtilities.bd(a.c, e);
66
- let g = XlsxUtilities.bd(a.d, e);
65
+ let f = XlsxUtilities.bf(a.c, e);
66
+ let g = XlsxUtilities.bf(a.d, e);
67
67
  d._c5(e, f.c, f.d, g.c, g.d);
68
68
  return true;
69
69
  }