igniteui-webcomponents-excel 5.2.1-beta.0 → 5.4.0-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 +9766 -6903
- package/bundles/igniteui-webcomponents-excel.umd.min.js +1 -1
- package/esm2015/lib/AddInFunctionResolver.js +1 -1
- package/esm2015/lib/AlternateContentChoice_combined.js +581 -251
- package/esm2015/lib/BiffRecordStream.js +3 -3
- package/esm2015/lib/BmpPartManager.js +1 -51
- package/esm2015/lib/CT_GraphicalObject_combined.js +5 -5
- package/esm2015/lib/CellShiftOperation_CellCache.js +7 -0
- package/esm2015/lib/ChartPatternFill.js +44 -0
- package/esm2015/lib/ColorInfo.js +5 -5
- package/esm2015/lib/ConditionBaseExtensions.js +5 -0
- package/esm2015/lib/ConditionalFormattingUtils.js +16 -13
- package/esm2015/lib/CustomListSortCondition.js +4 -4
- package/esm2015/lib/DefaultStyleHelper_combined.js +3179 -2695
- package/esm2015/lib/DrawingMLSpreadsheetDrawing.js +1 -1
- package/esm2015/lib/DrawingPartManagerHelpers_combined.js +43 -43
- package/esm2015/lib/DxfInfo.js +1 -1
- package/esm2015/lib/EmfPartManager.js +1 -43
- package/esm2015/lib/ExcelDocumentManager.js +36 -36
- package/esm2015/lib/GifPartManager.js +1 -43
- package/esm2015/lib/LegacyShapeData.js +1 -1
- package/esm2015/lib/MetadataPartManager.js +45 -0
- package/esm2015/lib/MultipleCellValueInfo.js +5 -5
- package/esm2015/lib/ObjectModelMetadataPartManager.js +7 -0
- package/esm2015/lib/ObjectModelRdArrayPartManager.js +7 -0
- package/esm2015/lib/ObjectModelRdRichValuePartManager.js +7 -0
- package/esm2015/lib/ObjectModelRdRichValueStructurePartManager.js +7 -0
- package/esm2015/lib/ObjectModelRdRichValueTypesPartManager.js +7 -0
- package/esm2015/lib/ObjectModelRdRichValueWebImagePartManager.js +7 -0
- package/esm2015/lib/ObjectModelRdSupportingPropertyBagPartManager.js +7 -0
- package/esm2015/lib/ObjectModelRdSupportingPropertyBagStructurePartManager.js +7 -0
- package/esm2015/lib/ObjectModelRichStylesPartManager.js +7 -0
- package/esm2015/lib/ObjectModelRichValueRelPartManager.js +7 -0
- package/esm2015/lib/OrderedSortCondition.js +2 -2
- package/esm2015/lib/PatternType.js +237 -0
- package/esm2015/lib/PngPartManager.js +1 -43
- package/esm2015/lib/RdArrayPartManager.js +43 -0
- package/esm2015/lib/RdRichValuePartManager.js +44 -0
- package/esm2015/lib/RdRichValueStructurePartManager.js +44 -0
- package/esm2015/lib/RdRichValueTypesPartManager.js +44 -0
- package/esm2015/lib/RdRichValueWebImagePartManager.js +44 -0
- package/esm2015/lib/RdSupportingPropertyBagPartManager.js +45 -0
- package/esm2015/lib/RdSupportingPropertyBagStructurePartManager.js +45 -0
- package/esm2015/lib/RichStylesPartManager.js +43 -0
- package/esm2015/lib/RichValueRelPartManager.js +44 -0
- package/esm2015/lib/RoundTripControlData.js +9 -7
- package/esm2015/lib/RoundTripPartData.js +4 -2
- package/esm2015/lib/SerializationNumberFormatInfo.js +2 -2
- package/esm2015/lib/SpreadsheetML2009Main_combined.js +1149 -849
- package/esm2015/lib/TiffPartManager.js +1 -43
- package/esm2015/lib/UltraCalcConditionalFunctionBase_combined.js +1 -1
- package/esm2015/lib/UltraCalcFunctionCell.js +7 -7
- package/esm2015/lib/UltraCalcFunctionColumn.js +1 -1
- package/esm2015/lib/UltraCalcFunctionHLookup.js +1 -1
- package/esm2015/lib/UltraCalcFunctionLookup.js +1 -1
- package/esm2015/lib/UltraCalcFunctionMatch.js +1 -1
- package/esm2015/lib/UltraCalcFunctionRow.js +1 -1
- package/esm2015/lib/UltraCalcFunctionVLookup.js +1 -1
- package/esm2015/lib/WeakWorkbookOwner.js +4 -0
- package/esm2015/lib/WmfPartManager.js +1 -43
- package/esm2015/lib/WorkbookLoadManagerExcel2007_combined.js +2733 -2037
- package/esm2015/lib/WorkbookMetadataCellBlock.js +33 -0
- package/esm2015/lib/WorkbookMetadataItem.js +25 -0
- package/esm2015/lib/WorkbookMetadataRecord.js +23 -0
- package/esm2015/lib/WorkbookMetadataType.js +75 -0
- package/esm2015/lib/WorkbookSaveManagerExcel2003_SaveTokenVisitor.js +1 -1
- package/esm2015/lib/WorkbookSaveManagerExcel2003_combined.js +110 -110
- package/esm2015/public_api.js +28 -1
- package/esm5/lib/AddInFunctionResolver.js +1 -1
- package/esm5/lib/AlternateContentChoice_combined.js +691 -251
- package/esm5/lib/BiffRecordStream.js +3 -3
- package/esm5/lib/BmpPartManager.js +1 -69
- package/esm5/lib/CT_GraphicalObject_combined.js +5 -5
- package/esm5/lib/CellShiftOperation_CellCache.js +7 -0
- package/esm5/lib/ChartPatternFill.js +58 -0
- package/esm5/lib/ColorInfo.js +5 -5
- package/esm5/lib/ConditionBaseExtensions.js +5 -0
- package/esm5/lib/ConditionalFormattingUtils.js +19 -13
- package/esm5/lib/CustomListSortCondition.js +4 -4
- package/esm5/lib/DefaultStyleHelper_combined.js +3276 -2760
- package/esm5/lib/DrawingMLSpreadsheetDrawing.js +1 -1
- package/esm5/lib/DrawingPartManagerHelpers_combined.js +43 -43
- package/esm5/lib/DxfInfo.js +1 -1
- package/esm5/lib/EmfPartManager.js +1 -60
- package/esm5/lib/ExcelDocumentManager.js +36 -36
- package/esm5/lib/GifPartManager.js +1 -60
- package/esm5/lib/LegacyShapeData.js +1 -1
- package/esm5/lib/MetadataPartManager.js +57 -0
- package/esm5/lib/MultipleCellValueInfo.js +5 -5
- package/esm5/lib/ObjectModelMetadataPartManager.js +7 -0
- package/esm5/lib/ObjectModelRdArrayPartManager.js +7 -0
- package/esm5/lib/ObjectModelRdRichValuePartManager.js +7 -0
- package/esm5/lib/ObjectModelRdRichValueStructurePartManager.js +7 -0
- package/esm5/lib/ObjectModelRdRichValueTypesPartManager.js +7 -0
- package/esm5/lib/ObjectModelRdRichValueWebImagePartManager.js +7 -0
- package/esm5/lib/ObjectModelRdSupportingPropertyBagPartManager.js +7 -0
- package/esm5/lib/ObjectModelRdSupportingPropertyBagStructurePartManager.js +7 -0
- package/esm5/lib/ObjectModelRichStylesPartManager.js +7 -0
- package/esm5/lib/ObjectModelRichValueRelPartManager.js +7 -0
- package/esm5/lib/OrderedSortCondition.js +2 -2
- package/esm5/lib/PatternType.js +237 -0
- package/esm5/lib/PngPartManager.js +1 -60
- package/esm5/lib/RdArrayPartManager.js +55 -0
- package/esm5/lib/RdRichValuePartManager.js +56 -0
- package/esm5/lib/RdRichValueStructurePartManager.js +56 -0
- package/esm5/lib/RdRichValueTypesPartManager.js +56 -0
- package/esm5/lib/RdRichValueWebImagePartManager.js +56 -0
- package/esm5/lib/RdSupportingPropertyBagPartManager.js +57 -0
- package/esm5/lib/RdSupportingPropertyBagStructurePartManager.js +57 -0
- package/esm5/lib/RichStylesPartManager.js +55 -0
- package/esm5/lib/RichValueRelPartManager.js +56 -0
- package/esm5/lib/RoundTripControlData.js +9 -7
- package/esm5/lib/RoundTripPartData.js +4 -2
- package/esm5/lib/SerializationNumberFormatInfo.js +2 -2
- package/esm5/lib/SpreadsheetML2009Main_combined.js +1523 -1096
- package/esm5/lib/TiffPartManager.js +1 -60
- package/esm5/lib/UltraCalcConditionalFunctionBase_combined.js +1 -1
- package/esm5/lib/UltraCalcFunctionCell.js +7 -7
- package/esm5/lib/UltraCalcFunctionColumn.js +1 -1
- package/esm5/lib/UltraCalcFunctionHLookup.js +1 -1
- package/esm5/lib/UltraCalcFunctionLookup.js +1 -1
- package/esm5/lib/UltraCalcFunctionMatch.js +1 -1
- package/esm5/lib/UltraCalcFunctionRow.js +1 -1
- package/esm5/lib/UltraCalcFunctionVLookup.js +1 -1
- package/esm5/lib/WeakWorkbookOwner.js +8 -0
- package/esm5/lib/WmfPartManager.js +1 -60
- package/esm5/lib/WorkbookLoadManagerExcel2007_combined.js +2789 -2043
- package/esm5/lib/WorkbookMetadataCellBlock.js +39 -0
- package/esm5/lib/WorkbookMetadataItem.js +27 -0
- package/esm5/lib/WorkbookMetadataRecord.js +25 -0
- package/esm5/lib/WorkbookMetadataType.js +77 -0
- package/esm5/lib/WorkbookSaveManagerExcel2003_SaveTokenVisitor.js +1 -1
- package/esm5/lib/WorkbookSaveManagerExcel2003_combined.js +110 -110
- package/esm5/public_api.js +28 -1
- package/fesm2015/igniteui-webcomponents-excel.js +8980 -6479
- package/fesm5/igniteui-webcomponents-excel.js +9740 -6905
- package/lib/AlternateContentChoice_combined.d.ts +174 -66
- package/lib/BmpPartManager.d.ts +1 -22
- package/lib/CellShiftOperation_CellCache.d.ts +1 -0
- package/lib/ChartPatternFill.d.ts +26 -0
- package/lib/ConditionalFormattingUtils.d.ts +1 -1
- package/lib/DefaultStyleHelper_combined.d.ts +736 -566
- package/lib/EmfPartManager.d.ts +1 -20
- package/lib/ExcelDocumentManager.d.ts +12 -12
- package/lib/GifPartManager.d.ts +1 -20
- package/lib/MetadataPartManager.d.ts +19 -0
- package/lib/ObjectModelMetadataPartManager.d.ts +1 -0
- package/lib/ObjectModelRdArrayPartManager.d.ts +1 -0
- package/lib/ObjectModelRdRichValuePartManager.d.ts +1 -0
- package/lib/ObjectModelRdRichValueStructurePartManager.d.ts +1 -0
- package/lib/ObjectModelRdRichValueTypesPartManager.d.ts +1 -0
- package/lib/ObjectModelRdRichValueWebImagePartManager.d.ts +1 -0
- package/lib/ObjectModelRdSupportingPropertyBagPartManager.d.ts +1 -0
- package/lib/ObjectModelRdSupportingPropertyBagStructurePartManager.d.ts +1 -0
- package/lib/ObjectModelRichStylesPartManager.d.ts +1 -0
- package/lib/ObjectModelRichValueRelPartManager.d.ts +1 -0
- package/lib/PatternType.d.ts +230 -0
- package/lib/PngPartManager.d.ts +1 -20
- package/lib/RdArrayPartManager.d.ts +17 -0
- package/lib/RdRichValuePartManager.d.ts +18 -0
- package/lib/RdRichValueStructurePartManager.d.ts +18 -0
- package/lib/RdRichValueTypesPartManager.d.ts +18 -0
- package/lib/RdRichValueWebImagePartManager.d.ts +18 -0
- package/lib/RdSupportingPropertyBagPartManager.d.ts +19 -0
- package/lib/RdSupportingPropertyBagStructurePartManager.d.ts +19 -0
- package/lib/RichStylesPartManager.d.ts +17 -0
- package/lib/RichValueRelPartManager.d.ts +18 -0
- package/lib/RoundTripControlData.d.ts +6 -4
- package/lib/RoundTripPartData.d.ts +6 -2
- package/lib/SpreadsheetML2009Main_combined.d.ts +591 -533
- package/lib/TiffPartManager.d.ts +1 -20
- package/lib/WeakWorkbookOwner.d.ts +1 -0
- package/lib/WmfPartManager.d.ts +1 -20
- package/lib/WorkbookLoadManagerExcel2007_combined.d.ts +480 -319
- package/lib/WorkbookMetadataCellBlock.d.ts +13 -0
- package/lib/WorkbookMetadataItem.d.ts +12 -0
- package/lib/WorkbookMetadataRecord.d.ts +11 -0
- package/lib/WorkbookMetadataType.d.ts +36 -0
- package/package.json +2 -2
- package/public_api.d.ts +28 -1
|
@@ -4,63 +4,4 @@ https://www.infragistics.com/legal/license/igultimate-la
|
|
|
4
4
|
https://www.infragistics.com/legal/license/igultimate-eula
|
|
5
5
|
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
6
6
|
*/
|
|
7
|
-
|
|
8
|
-
import { ImagePartManagerBase } from "./ImagePartManagerBase";
|
|
9
|
-
import { ImageFormat } from "./ImageFormat";
|
|
10
|
-
import { markType } from "igniteui-webcomponents-core";
|
|
11
|
-
/**
|
|
12
|
-
* @hidden
|
|
13
|
-
*/
|
|
14
|
-
var TiffPartManager = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
15
|
-
__extends(TiffPartManager, _super);
|
|
16
|
-
function TiffPartManager() {
|
|
17
|
-
return _super.call(this) || this;
|
|
18
|
-
}
|
|
19
|
-
TiffPartManager.prototype.get_s = function () {
|
|
20
|
-
return "/xl/media/image.tiff";
|
|
21
|
-
};
|
|
22
|
-
Object.defineProperty(TiffPartManager.prototype, "s", {
|
|
23
|
-
get: function () {
|
|
24
|
-
return this.get_s();
|
|
25
|
-
},
|
|
26
|
-
enumerable: false,
|
|
27
|
-
configurable: true
|
|
28
|
-
});
|
|
29
|
-
TiffPartManager.prototype.get_t = function () {
|
|
30
|
-
return "/ppt/media/image.tiff";
|
|
31
|
-
};
|
|
32
|
-
Object.defineProperty(TiffPartManager.prototype, "t", {
|
|
33
|
-
get: function () {
|
|
34
|
-
return this.get_t();
|
|
35
|
-
},
|
|
36
|
-
enumerable: false,
|
|
37
|
-
configurable: true
|
|
38
|
-
});
|
|
39
|
-
TiffPartManager.prototype.get_u = function () {
|
|
40
|
-
return "/word/media/image.tiff";
|
|
41
|
-
};
|
|
42
|
-
Object.defineProperty(TiffPartManager.prototype, "u", {
|
|
43
|
-
get: function () {
|
|
44
|
-
return this.get_u();
|
|
45
|
-
},
|
|
46
|
-
enumerable: false,
|
|
47
|
-
configurable: true
|
|
48
|
-
});
|
|
49
|
-
TiffPartManager.prototype.get_m = function () {
|
|
50
|
-
return "image/tiff";
|
|
51
|
-
};
|
|
52
|
-
Object.defineProperty(TiffPartManager.prototype, "m", {
|
|
53
|
-
get: function () {
|
|
54
|
-
return this.get_m();
|
|
55
|
-
},
|
|
56
|
-
enumerable: false,
|
|
57
|
-
configurable: true
|
|
58
|
-
});
|
|
59
|
-
TiffPartManager.prototype.r = function (a) {
|
|
60
|
-
return ImageFormat.i;
|
|
61
|
-
};
|
|
62
|
-
TiffPartManager.$t = markType(TiffPartManager, 'TiffPartManager', ImagePartManagerBase.$);
|
|
63
|
-
TiffPartManager.y = new TiffPartManager();
|
|
64
|
-
return TiffPartManager;
|
|
65
|
-
}(ImagePartManagerBase));
|
|
66
|
-
export { TiffPartManager };
|
|
7
|
+
export { TiffPartManager } from "./AlternateContentChoice_combined";
|
|
@@ -64,7 +64,7 @@ var UltraCalcConditionalFunctionBase = /** @class */ /*@__PURE__*/ (function (_s
|
|
|
64
64
|
}
|
|
65
65
|
}
|
|
66
66
|
if (typeCast(RegionArrayProxyBase.$, g) !== null) {
|
|
67
|
-
a._p._addDynamicReference1(g._s._c, a._r.
|
|
67
|
+
a._p._addDynamicReference1(g._s._c, a._r._x, true);
|
|
68
68
|
}
|
|
69
69
|
var i = new UltraCalcConditionalFunctionBase_EvaluateHelper(this, f, g);
|
|
70
70
|
if (h == null) {
|
|
@@ -40,7 +40,7 @@ var UltraCalcFunctionCell = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
40
40
|
var h;
|
|
41
41
|
var i, j;
|
|
42
42
|
if (c == null) {
|
|
43
|
-
var k = a._r.
|
|
43
|
+
var k = a._r._v;
|
|
44
44
|
if (k.b == null || k.b.workbook == null) {
|
|
45
45
|
k.e();
|
|
46
46
|
}
|
|
@@ -50,7 +50,7 @@ var UltraCalcFunctionCell = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
50
50
|
h = k.b;
|
|
51
51
|
j = k.c;
|
|
52
52
|
i = k.d;
|
|
53
|
-
g = a._r.
|
|
53
|
+
g = a._r._bc.i(h.index);
|
|
54
54
|
}
|
|
55
55
|
else {
|
|
56
56
|
f = typeCast(RefBase.$, c.toReference());
|
|
@@ -142,7 +142,7 @@ var UltraCalcFunctionCell = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
142
142
|
case "color":
|
|
143
143
|
{
|
|
144
144
|
var t = s._cs;
|
|
145
|
-
var u = h.workbook.
|
|
145
|
+
var u = h.workbook._b3.a(t);
|
|
146
146
|
var v = u.c(1);
|
|
147
147
|
m = v != null && !stringIsNullOrEmpty(v.color) ? 1 : 0;
|
|
148
148
|
break;
|
|
@@ -150,7 +150,7 @@ var UltraCalcFunctionCell = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
150
150
|
case "parentheses":
|
|
151
151
|
{
|
|
152
152
|
var w = s._cs;
|
|
153
|
-
var x = h.workbook.
|
|
153
|
+
var x = h.workbook._b3.a(w);
|
|
154
154
|
var y = x.c(0);
|
|
155
155
|
m = y != null && y.hasParentheses && !y.hasVerbatimString ? 1 : 0;
|
|
156
156
|
break;
|
|
@@ -191,7 +191,7 @@ var UltraCalcFunctionCell = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
191
191
|
case "format":
|
|
192
192
|
{
|
|
193
193
|
var z = s._cs;
|
|
194
|
-
var aa = h.workbook.
|
|
194
|
+
var aa = h.workbook._b3.a(z);
|
|
195
195
|
m = aa.ah();
|
|
196
196
|
break;
|
|
197
197
|
}
|
|
@@ -237,7 +237,7 @@ var UltraCalcFunctionCell = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
237
237
|
}
|
|
238
238
|
}
|
|
239
239
|
else {
|
|
240
|
-
if (!e.
|
|
240
|
+
if (!e._b0(d)) {
|
|
241
241
|
g = null;
|
|
242
242
|
}
|
|
243
243
|
else {
|
|
@@ -249,7 +249,7 @@ var UltraCalcFunctionCell = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
249
249
|
}
|
|
250
250
|
var i = null;
|
|
251
251
|
if (b == null) {
|
|
252
|
-
b = e.
|
|
252
|
+
b = e._aw(d);
|
|
253
253
|
if (b._af && b._formula != null) {
|
|
254
254
|
i = b._formula.evaluateCore(e.worksheet.workbook);
|
|
255
255
|
}
|
|
@@ -43,7 +43,7 @@ var UltraCalcFunctionColumn = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
43
43
|
return new ExcelCalcValue(c);
|
|
44
44
|
};
|
|
45
45
|
UltraCalcFunctionColumn._ak = function (a) {
|
|
46
|
-
var b = ExcelCalcEngine.
|
|
46
|
+
var b = ExcelCalcEngine.ag(a);
|
|
47
47
|
var c = typeCast(CellCalcReference.$, b);
|
|
48
48
|
if (c != null) {
|
|
49
49
|
return c._ao + 1;
|
|
@@ -60,7 +60,7 @@ var UltraCalcFunctionHLookup = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
60
60
|
var l = g._b(0, 0, 0, k - 1);
|
|
61
61
|
var m = l;
|
|
62
62
|
var n = m._s._c;
|
|
63
|
-
a._p._addDynamicReference1(n, a._r.
|
|
63
|
+
a._p._addDynamicReference1(n, a._r._x, true);
|
|
64
64
|
}
|
|
65
65
|
var o = UltraCalcFunctionLookupBase._al(g._j(1, 0), f, j ? 1 : 0);
|
|
66
66
|
if (o < 0 || k <= o) {
|
|
@@ -66,7 +66,7 @@ var UltraCalcFunctionLookup = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
66
66
|
var q = f._b(0, 0, o, p);
|
|
67
67
|
var r = q;
|
|
68
68
|
var s = r._s._c;
|
|
69
|
-
a._p._addDynamicReference1(s, a._r.
|
|
69
|
+
a._p._addDynamicReference1(s, a._r._x, true);
|
|
70
70
|
}
|
|
71
71
|
var t = UltraCalcFunctionLookupBase._al(f._j(i ? 1 : 0, 0), e, 1);
|
|
72
72
|
if (t < 0 || j <= t) {
|
|
@@ -58,7 +58,7 @@ var UltraCalcFunctionMatch = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
58
58
|
var o = f._b(0, 0, m, n);
|
|
59
59
|
var p = o;
|
|
60
60
|
var q = p._s._c;
|
|
61
|
-
a._p._addDynamicReference1(q, a._r.
|
|
61
|
+
a._p._addDynamicReference1(q, a._r._x, true);
|
|
62
62
|
}
|
|
63
63
|
var r = UltraCalcFunctionLookupBase._al(f._j(i ? 1 : 0, 0), e, l);
|
|
64
64
|
if (r < 0 || j <= r) {
|
|
@@ -43,7 +43,7 @@ var UltraCalcFunctionRow = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
43
43
|
return new ExcelCalcValue(c);
|
|
44
44
|
};
|
|
45
45
|
UltraCalcFunctionRow._ak = function (a) {
|
|
46
|
-
var b = ExcelCalcEngine.
|
|
46
|
+
var b = ExcelCalcEngine.ag(a);
|
|
47
47
|
var c = typeCast(CellCalcReference.$, b);
|
|
48
48
|
if (c != null) {
|
|
49
49
|
return c._w.index + 1;
|
|
@@ -60,7 +60,7 @@ var UltraCalcFunctionVLookup = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
60
60
|
var l = g._b(0, 0, k - 1, 0);
|
|
61
61
|
var m = l;
|
|
62
62
|
var n = m._s._c;
|
|
63
|
-
a._p._addDynamicReference1(n, a._r.
|
|
63
|
+
a._p._addDynamicReference1(n, a._r._x, true);
|
|
64
64
|
}
|
|
65
65
|
var o = UltraCalcFunctionLookupBase._al(g._j(0, 0), f, j ? 1 : 0);
|
|
66
66
|
if (o < 0 || k <= o) {
|
|
@@ -35,6 +35,14 @@ var WeakWorkbookOwner = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
35
35
|
enumerable: false,
|
|
36
36
|
configurable: true
|
|
37
37
|
});
|
|
38
|
+
Object.defineProperty(WeakWorkbookOwner.prototype, "allowAsyncCalculations", {
|
|
39
|
+
get: function () {
|
|
40
|
+
var a = typeCast(IWorkbookOwner_$type, ExcelUtils.d0(this.b));
|
|
41
|
+
return a != null && a.allowAsyncCalculations;
|
|
42
|
+
},
|
|
43
|
+
enumerable: false,
|
|
44
|
+
configurable: true
|
|
45
|
+
});
|
|
38
46
|
WeakWorkbookOwner.prototype.onCellValueChange = function (a, b) {
|
|
39
47
|
var c = typeCast(IWorkbookOwner_$type, ExcelUtils.d0(this.b));
|
|
40
48
|
if (c != null) {
|
|
@@ -4,63 +4,4 @@ https://www.infragistics.com/legal/license/igultimate-la
|
|
|
4
4
|
https://www.infragistics.com/legal/license/igultimate-eula
|
|
5
5
|
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
6
6
|
*/
|
|
7
|
-
|
|
8
|
-
import { ImagePartManagerBase } from "./ImagePartManagerBase";
|
|
9
|
-
import { ImageFormat } from "./ImageFormat";
|
|
10
|
-
import { markType } from "igniteui-webcomponents-core";
|
|
11
|
-
/**
|
|
12
|
-
* @hidden
|
|
13
|
-
*/
|
|
14
|
-
var WmfPartManager = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
15
|
-
__extends(WmfPartManager, _super);
|
|
16
|
-
function WmfPartManager() {
|
|
17
|
-
return _super.call(this) || this;
|
|
18
|
-
}
|
|
19
|
-
WmfPartManager.prototype.get_s = function () {
|
|
20
|
-
return "/xl/media/image.wmf";
|
|
21
|
-
};
|
|
22
|
-
Object.defineProperty(WmfPartManager.prototype, "s", {
|
|
23
|
-
get: function () {
|
|
24
|
-
return this.get_s();
|
|
25
|
-
},
|
|
26
|
-
enumerable: false,
|
|
27
|
-
configurable: true
|
|
28
|
-
});
|
|
29
|
-
WmfPartManager.prototype.get_t = function () {
|
|
30
|
-
return "/ppt/media/image.wmf";
|
|
31
|
-
};
|
|
32
|
-
Object.defineProperty(WmfPartManager.prototype, "t", {
|
|
33
|
-
get: function () {
|
|
34
|
-
return this.get_t();
|
|
35
|
-
},
|
|
36
|
-
enumerable: false,
|
|
37
|
-
configurable: true
|
|
38
|
-
});
|
|
39
|
-
WmfPartManager.prototype.get_u = function () {
|
|
40
|
-
return "/word/media/image.wmf";
|
|
41
|
-
};
|
|
42
|
-
Object.defineProperty(WmfPartManager.prototype, "u", {
|
|
43
|
-
get: function () {
|
|
44
|
-
return this.get_u();
|
|
45
|
-
},
|
|
46
|
-
enumerable: false,
|
|
47
|
-
configurable: true
|
|
48
|
-
});
|
|
49
|
-
WmfPartManager.prototype.get_m = function () {
|
|
50
|
-
return "image/x-wmf";
|
|
51
|
-
};
|
|
52
|
-
Object.defineProperty(WmfPartManager.prototype, "m", {
|
|
53
|
-
get: function () {
|
|
54
|
-
return this.get_m();
|
|
55
|
-
},
|
|
56
|
-
enumerable: false,
|
|
57
|
-
configurable: true
|
|
58
|
-
});
|
|
59
|
-
WmfPartManager.prototype.r = function (a) {
|
|
60
|
-
return ImageFormat.j;
|
|
61
|
-
};
|
|
62
|
-
WmfPartManager.$t = markType(WmfPartManager, 'WmfPartManager', ImagePartManagerBase.$);
|
|
63
|
-
WmfPartManager.y = new WmfPartManager();
|
|
64
|
-
return WmfPartManager;
|
|
65
|
-
}(ImagePartManagerBase));
|
|
66
|
-
export { WmfPartManager };
|
|
7
|
+
export { WmfPartManager } from "./AlternateContentChoice_combined";
|