igniteui-webcomponents-excel 5.2.0-beta.0 → 5.2.1-beta.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.
- package/bundles/igniteui-webcomponents-excel.umd.js +1336 -1316
- package/bundles/igniteui-webcomponents-excel.umd.min.js +1 -1
- package/esm2015/lib/DefaultStyleHelper_combined.js +1209 -1189
- package/esm2015/lib/ObjectModelDrawingPartManager_ShapeLoader_ShapeTypeCreator.js +2 -2
- package/esm2015/lib/ObjectModelVmlDrawingPartManager_UpdateLegacyShapeData.js +1 -1
- package/esm2015/lib/WorkbookLoadManagerExcel2007_ShapeAnchorApplicator.js +2 -2
- package/esm2015/lib/WorkbookLoadManagerExcel2007_combined.js +91 -91
- package/esm2015/lib/WorkbookSaveManagerExcel2003_combined.js +44 -44
- package/esm5/lib/DefaultStyleHelper_combined.js +1196 -1176
- package/esm5/lib/ObjectModelDrawingPartManager_ShapeLoader_ShapeTypeCreator.js +2 -2
- package/esm5/lib/ObjectModelVmlDrawingPartManager_UpdateLegacyShapeData.js +1 -1
- package/esm5/lib/WorkbookLoadManagerExcel2007_ShapeAnchorApplicator.js +2 -2
- package/esm5/lib/WorkbookLoadManagerExcel2007_combined.js +91 -91
- package/esm5/lib/WorkbookSaveManagerExcel2003_combined.js +44 -44
- package/fesm2015/igniteui-webcomponents-excel.js +1349 -1329
- package/fesm5/igniteui-webcomponents-excel.js +1336 -1316
- package/lib/DefaultStyleHelper_combined.d.ts +285 -281
- package/lib/WorkbookSaveManagerExcel2003_combined.d.ts +3 -3
- package/package.json +2 -2
|
@@ -479,7 +479,7 @@ export let WorkbookSaveManagerExcel2003 = /*@__PURE__*/ (() => {
|
|
|
479
479
|
}
|
|
480
480
|
let c = typeCast(WorksheetChart.$, a);
|
|
481
481
|
if (c != null) {
|
|
482
|
-
if (c.
|
|
482
|
+
if (c._ed == null) {
|
|
483
483
|
a = null;
|
|
484
484
|
}
|
|
485
485
|
return {
|
|
@@ -1493,17 +1493,17 @@ export let WorkbookSaveManagerExcel2003_PopuplateShapeKnownPropertiesVisitor = /
|
|
|
1493
1493
|
}
|
|
1494
1494
|
c(a, b) {
|
|
1495
1495
|
super.c(a, b);
|
|
1496
|
-
if (a.
|
|
1497
|
-
a._bi.add(new PropertyTableBase_PropertyValue(0, 129, intSToU(ExcelUtils.dq(a.
|
|
1496
|
+
if (a._d7 != 144) {
|
|
1497
|
+
a._bi.add(new PropertyTableBase_PropertyValue(0, 129, intSToU(ExcelUtils.dq(a._d7))));
|
|
1498
1498
|
}
|
|
1499
|
-
if (a.
|
|
1500
|
-
a._bi.add(new PropertyTableBase_PropertyValue(0, 130, intSToU(ExcelUtils.dq(a.
|
|
1499
|
+
if (a._ee != 72) {
|
|
1500
|
+
a._bi.add(new PropertyTableBase_PropertyValue(0, 130, intSToU(ExcelUtils.dq(a._ee))));
|
|
1501
1501
|
}
|
|
1502
|
-
if (a.
|
|
1503
|
-
a._bi.add(new PropertyTableBase_PropertyValue(0, 131, intSToU(ExcelUtils.dq(a.
|
|
1502
|
+
if (a._eb != 144) {
|
|
1503
|
+
a._bi.add(new PropertyTableBase_PropertyValue(0, 131, intSToU(ExcelUtils.dq(a._eb))));
|
|
1504
1504
|
}
|
|
1505
|
-
if (a.
|
|
1506
|
-
a._bi.add(new PropertyTableBase_PropertyValue(0, 132, intSToU(ExcelUtils.dq(a.
|
|
1505
|
+
if (a._d3 != 72) {
|
|
1506
|
+
a._bi.add(new PropertyTableBase_PropertyValue(0, 132, intSToU(ExcelUtils.dq(a._d3))));
|
|
1507
1507
|
}
|
|
1508
1508
|
return true;
|
|
1509
1509
|
}
|
|
@@ -1602,7 +1602,7 @@ export let WorkbookSaveManagerExcel2003_PopuplateShapeDrawingPropertiesVisitor =
|
|
|
1602
1602
|
}
|
|
1603
1603
|
else {
|
|
1604
1604
|
let b = typeCast(WorksheetShapeWithText.$, a);
|
|
1605
|
-
let c = b != null && b.
|
|
1605
|
+
let c = b != null && b._d1;
|
|
1606
1606
|
if (c) {
|
|
1607
1607
|
a._bi.add(new PropertyTableBase_PropertyValue(1, 127, intSToU(262144), false, false));
|
|
1608
1608
|
a._bi.add(new PropertyTableBase_PropertyValue(1, 135, intSToU(1), false, false));
|
|
@@ -2161,7 +2161,7 @@ export let WorkbookLoadManagerExcel2003 = /*@__PURE__*/ (() => {
|
|
|
2161
2161
|
}
|
|
2162
2162
|
for (let d of fromEnum(a)) {
|
|
2163
2163
|
let e = typeCast(UnknownShape.$, d.value);
|
|
2164
|
-
if (e != null && e.
|
|
2164
|
+
if (e != null && e._el) {
|
|
2165
2165
|
this._b._d6.add_1(d.key);
|
|
2166
2166
|
}
|
|
2167
2167
|
}
|
|
@@ -7890,7 +7890,7 @@ export let ClientAnchor = /*@__PURE__*/ (() => {
|
|
|
7890
7890
|
if (k == null) {
|
|
7891
7891
|
return;
|
|
7892
7892
|
}
|
|
7893
|
-
k.
|
|
7893
|
+
k._db(this.n, false);
|
|
7894
7894
|
if (this.p.x == 0 && this.o.x == j._columns$i.maxCount) {
|
|
7895
7895
|
this.o.x -= 1;
|
|
7896
7896
|
this.p.x = 1024;
|
|
@@ -8063,9 +8063,9 @@ export let ClientData = /*@__PURE__*/ (() => {
|
|
|
8063
8063
|
else {
|
|
8064
8064
|
p = new WorksheetChart(1, o);
|
|
8065
8065
|
}
|
|
8066
|
-
p.
|
|
8067
|
-
p.
|
|
8068
|
-
p.
|
|
8066
|
+
p._ed = new BinaryData(n);
|
|
8067
|
+
p._g8 = f;
|
|
8068
|
+
p._g7 = g;
|
|
8069
8069
|
a._aj.k(p);
|
|
8070
8070
|
}
|
|
8071
8071
|
let q = this.n(a);
|
|
@@ -8090,10 +8090,10 @@ export let ClientData = /*@__PURE__*/ (() => {
|
|
|
8090
8090
|
}
|
|
8091
8091
|
if (b != null && b.b == 5) {
|
|
8092
8092
|
let d = typeCast(WorksheetChart.$, this.o);
|
|
8093
|
-
if (d != null && d.
|
|
8093
|
+
if (d != null && d._ed != null) {
|
|
8094
8094
|
let e = 0;
|
|
8095
8095
|
let f = 0;
|
|
8096
|
-
let g = d.
|
|
8096
|
+
let g = d._ed.a;
|
|
8097
8097
|
let h = 0;
|
|
8098
8098
|
while (h < g.length) {
|
|
8099
8099
|
let i = BitConverter.w(g, h);
|
|
@@ -8107,22 +8107,22 @@ export let ClientData = /*@__PURE__*/ (() => {
|
|
|
8107
8107
|
switch (t1) {
|
|
8108
8108
|
case 4177:
|
|
8109
8109
|
{
|
|
8110
|
-
if (d.
|
|
8110
|
+
if (d._g7.count <= f) {
|
|
8111
8111
|
t1 = void 0;
|
|
8112
8112
|
continue L0;
|
|
8113
8113
|
}
|
|
8114
|
-
let m = d.
|
|
8114
|
+
let m = d._g7._inner[f++];
|
|
8115
8115
|
l.write(g, k, 6);
|
|
8116
8116
|
a._c6(m, true, false);
|
|
8117
8117
|
}
|
|
8118
8118
|
break;
|
|
8119
8119
|
case 4134:
|
|
8120
8120
|
{
|
|
8121
|
-
if (d.
|
|
8121
|
+
if (d._g8.count <= e) {
|
|
8122
8122
|
t1 = void 0;
|
|
8123
8123
|
continue L0;
|
|
8124
8124
|
}
|
|
8125
|
-
let n = d.
|
|
8125
|
+
let n = d._g8._inner[e++];
|
|
8126
8126
|
l._write17(n.e(a));
|
|
8127
8127
|
}
|
|
8128
8128
|
break;
|
|
@@ -8536,7 +8536,7 @@ export let GroupContainer = /*@__PURE__*/ (() => {
|
|
|
8536
8536
|
super.l(a);
|
|
8537
8537
|
let b = typeCast(WorksheetShapeGroup.$, a._aj.h());
|
|
8538
8538
|
if (b != null) {
|
|
8539
|
-
b.
|
|
8539
|
+
b._d4();
|
|
8540
8540
|
}
|
|
8541
8541
|
}
|
|
8542
8542
|
o(a) {
|
|
@@ -8858,22 +8858,22 @@ export let PropertyTable1 = /*@__PURE__*/ (() => {
|
|
|
8858
8858
|
break;
|
|
8859
8859
|
case 129:
|
|
8860
8860
|
if (i != null) {
|
|
8861
|
-
i.
|
|
8861
|
+
i._d7 = ExcelUtils.c3(typeGetValue(k._i));
|
|
8862
8862
|
}
|
|
8863
8863
|
break;
|
|
8864
8864
|
case 130:
|
|
8865
8865
|
if (i != null) {
|
|
8866
|
-
i.
|
|
8866
|
+
i._ee = ExcelUtils.c3(typeGetValue(k._i));
|
|
8867
8867
|
}
|
|
8868
8868
|
break;
|
|
8869
8869
|
case 131:
|
|
8870
8870
|
if (i != null) {
|
|
8871
|
-
i.
|
|
8871
|
+
i._eb = ExcelUtils.c3(typeGetValue(k._i));
|
|
8872
8872
|
}
|
|
8873
8873
|
break;
|
|
8874
8874
|
case 132:
|
|
8875
8875
|
if (i != null) {
|
|
8876
|
-
i.
|
|
8876
|
+
i._d3 = ExcelUtils.c3(typeGetValue(k._i));
|
|
8877
8877
|
}
|
|
8878
8878
|
break;
|
|
8879
8879
|
case 385:
|
|
@@ -9141,7 +9141,7 @@ export let EscherShape = /*@__PURE__*/ (() => {
|
|
|
9141
9141
|
this.o = 0;
|
|
9142
9142
|
this.n = null;
|
|
9143
9143
|
this.n = c;
|
|
9144
|
-
this.o = c.
|
|
9144
|
+
this.o = c._co;
|
|
9145
9145
|
}
|
|
9146
9146
|
break;
|
|
9147
9147
|
case 1:
|
|
@@ -9215,11 +9215,11 @@ export let EscherShape = /*@__PURE__*/ (() => {
|
|
|
9215
9215
|
}
|
|
9216
9216
|
let q = typeCast(UnknownShape.$, l);
|
|
9217
9217
|
if (q != null) {
|
|
9218
|
-
q.
|
|
9218
|
+
q._el = f;
|
|
9219
9219
|
}
|
|
9220
9220
|
else {
|
|
9221
9221
|
}
|
|
9222
|
-
l.
|
|
9222
|
+
l._co = this.o;
|
|
9223
9223
|
l.flippedHorizontally = h;
|
|
9224
9224
|
l.flippedVertically = i;
|
|
9225
9225
|
a._aj.k(l);
|
|
@@ -9229,12 +9229,12 @@ export let EscherShape = /*@__PURE__*/ (() => {
|
|
|
9229
9229
|
let b = 0;
|
|
9230
9230
|
let c = typeCast(UnknownShape.$, this.n);
|
|
9231
9231
|
if (c != null) {
|
|
9232
|
-
b = (u32BitwiseAnd(c.
|
|
9232
|
+
b = (u32BitwiseAnd(c._eq, ~2567));
|
|
9233
9233
|
}
|
|
9234
9234
|
else {
|
|
9235
9235
|
let d = typeCast(WorksheetChart.$, this.n);
|
|
9236
9236
|
if (d != null) {
|
|
9237
|
-
b = (u32BitwiseAnd(d.
|
|
9237
|
+
b = (u32BitwiseAnd(d._i9, ~2567));
|
|
9238
9238
|
}
|
|
9239
9239
|
}
|
|
9240
9240
|
if (typeCast(WorksheetShapeGroup.$, this.n) !== null) {
|
|
@@ -9246,7 +9246,7 @@ export let EscherShape = /*@__PURE__*/ (() => {
|
|
|
9246
9246
|
if (typeCast(Shape_PatriarchShape.$, this.n) !== null) {
|
|
9247
9247
|
b = u32BitwiseOr(b, 4);
|
|
9248
9248
|
}
|
|
9249
|
-
if (c != null && c.
|
|
9249
|
+
if (c != null && c._el) {
|
|
9250
9250
|
b = u32BitwiseOr(b, 16);
|
|
9251
9251
|
}
|
|
9252
9252
|
if (this.n.flippedHorizontally) {
|
|
@@ -9297,8 +9297,8 @@ export let Shape_PatriarchShape = /*@__PURE__*/ (() => {
|
|
|
9297
9297
|
class Shape_PatriarchShape extends WorksheetShapeGroup {
|
|
9298
9298
|
constructor(a, b) {
|
|
9299
9299
|
super();
|
|
9300
|
-
this.
|
|
9301
|
-
this.
|
|
9300
|
+
this._ea = 0;
|
|
9301
|
+
this._ea = a._w(b).d;
|
|
9302
9302
|
}
|
|
9303
9303
|
_getBoundsInTwips1(a) {
|
|
9304
9304
|
return Rect.empty;
|
|
@@ -9306,10 +9306,10 @@ export let Shape_PatriarchShape = /*@__PURE__*/ (() => {
|
|
|
9306
9306
|
get__a8() {
|
|
9307
9307
|
return true;
|
|
9308
9308
|
}
|
|
9309
|
-
|
|
9310
|
-
return this.
|
|
9309
|
+
get__co() {
|
|
9310
|
+
return this._ea;
|
|
9311
9311
|
}
|
|
9312
|
-
|
|
9312
|
+
set__co(a) {
|
|
9313
9313
|
}
|
|
9314
9314
|
}
|
|
9315
9315
|
Shape_PatriarchShape.$t = /*@__PURE__*/ markType(Shape_PatriarchShape, 'Shape_PatriarchShape', WorksheetShapeGroup.$);
|
|
@@ -9357,7 +9357,7 @@ export let ShapeContainer = /*@__PURE__*/ (() => {
|
|
|
9357
9357
|
this.r(new ClientData(0, d));
|
|
9358
9358
|
let f = typeCast(WorksheetShapeWithText.$, d);
|
|
9359
9359
|
let g = typeCast(WorksheetCellComment.$, d);
|
|
9360
|
-
if ((f != null && f.
|
|
9360
|
+
if ((f != null && f._d1) || (g != null)) {
|
|
9361
9361
|
this.r(new ClientTextBox(0, d));
|
|
9362
9362
|
}
|
|
9363
9363
|
}
|
|
@@ -13900,7 +13900,7 @@ export let NOTERecord = /*@__PURE__*/ (() => {
|
|
|
13900
13900
|
continue;
|
|
13901
13901
|
}
|
|
13902
13902
|
j.author = h._y;
|
|
13903
|
-
j.
|
|
13903
|
+
j._ed = f;
|
|
13904
13904
|
e._d2(d, j);
|
|
13905
13905
|
a._b5.removeAt(i);
|
|
13906
13906
|
return;
|
|
@@ -13922,7 +13922,7 @@ export let NOTERecord = /*@__PURE__*/ (() => {
|
|
|
13922
13922
|
}
|
|
13923
13923
|
a._cl._write17(b.rowIndex);
|
|
13924
13924
|
a._cl._write17(b.columnIndex);
|
|
13925
|
-
a._cl._write17(b.comment.
|
|
13925
|
+
a._cl._write17(b.comment._ed);
|
|
13926
13926
|
a._cl._write17(b.comment._h.e.t);
|
|
13927
13927
|
a._cl._write15(b.comment.author, 1);
|
|
13928
13928
|
if (a._cl.length % 2 == 0) {
|
|
@@ -16154,8 +16154,8 @@ export let TXORecord = /*@__PURE__*/ (() => {
|
|
|
16154
16154
|
}
|
|
16155
16155
|
else {
|
|
16156
16156
|
}
|
|
16157
|
-
h.
|
|
16158
|
-
h.
|
|
16157
|
+
h._cd = b;
|
|
16158
|
+
h._cf = e;
|
|
16159
16159
|
}
|
|
16160
16160
|
static o(a, b, c) {
|
|
16161
16161
|
let d = a._h._inner[b];
|
|
@@ -16188,7 +16188,7 @@ export let TXORecord = /*@__PURE__*/ (() => {
|
|
|
16188
16188
|
}
|
|
16189
16189
|
let c = typeCast(WorksheetCellComment.$, b);
|
|
16190
16190
|
let d = typeCast(WorksheetShapeWithText.$, b);
|
|
16191
|
-
let e = b.
|
|
16191
|
+
let e = b._cd;
|
|
16192
16192
|
if (d != null && d.text != null) {
|
|
16193
16193
|
e &= 65409;
|
|
16194
16194
|
let f;
|
|
@@ -16237,7 +16237,7 @@ export let TXORecord = /*@__PURE__*/ (() => {
|
|
|
16237
16237
|
e = i.p0;
|
|
16238
16238
|
}
|
|
16239
16239
|
a._cl._write17(e);
|
|
16240
|
-
a._cl._write17(b.
|
|
16240
|
+
a._cl._write17(b._cf);
|
|
16241
16241
|
a._cl._write2(new Array(6));
|
|
16242
16242
|
if (c != null) {
|
|
16243
16243
|
let j = typeCast(FormattedStringElement.$, c.text._m);
|