igniteui-webcomponents-excel 1.4.2 → 3.2.2
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 +3531 -3356
- package/bundles/igniteui-webcomponents-excel.umd.min.js +1 -1
- package/esm2015/lib/AlignmentInfo.js +2 -2
- package/esm2015/lib/DataValidationImeMode.js +61 -0
- package/esm2015/lib/DefaultStyleHelper_combined.js +672 -616
- package/esm2015/lib/ObjectModelDrawingPartManager_ShapeLoader_ShapeOutlineCreator.js +1 -1
- package/esm2015/lib/ProtectionInfo.js +1 -1
- package/esm2015/lib/WorkbookLoadManagerExcel2007_ShapeAnchorApplicator.js +4 -4
- package/esm2015/lib/WorkbookLoadManagerExcel2007_combined.js +458 -457
- package/esm2015/lib/WorkbookSaveManagerExcel2003_combined.js +14 -12
- package/esm2015/lib/XlsxUtilities_combined.js +105 -73
- package/esm2015/public_api.js +1 -0
- package/esm5/lib/AlignmentInfo.js +2 -2
- package/esm5/lib/DataValidationImeMode.js +61 -0
- package/esm5/lib/DefaultStyleHelper_combined.js +2878 -2800
- package/esm5/lib/ObjectModelDrawingPartManager_ShapeLoader_ShapeOutlineCreator.js +1 -1
- package/esm5/lib/ProtectionInfo.js +1 -1
- package/esm5/lib/WorkbookLoadManagerExcel2007_ShapeAnchorApplicator.js +4 -4
- package/esm5/lib/WorkbookLoadManagerExcel2007_combined.js +467 -466
- package/esm5/lib/WorkbookSaveManagerExcel2003_combined.js +14 -12
- package/esm5/lib/XlsxUtilities_combined.js +105 -73
- package/esm5/public_api.js +1 -0
- package/fesm2015/igniteui-webcomponents-excel.js +1317 -1166
- package/fesm5/igniteui-webcomponents-excel.js +3530 -3357
- package/lib/DataValidationImeMode.d.ts +54 -0
- package/lib/DefaultStyleHelper_combined.d.ts +243 -228
- package/lib/WorkbookLoadManagerExcel2007_combined.d.ts +7 -7
- package/lib/XlsxUtilities_combined.d.ts +68 -64
- package/package.json +3 -3
- 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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
66
|
-
let g = XlsxUtilities.
|
|
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
|
}
|