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
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
/*
|
|
2
|
+
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
3
|
+
https://www.infragistics.com/legal/license/igultimate-la
|
|
4
|
+
https://www.infragistics.com/legal/license/igultimate-eula
|
|
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
|
+
*/
|
|
7
|
+
import { __extends } from "tslib";
|
|
8
|
+
import { XmlPartManagerBase } from "./XmlPartManagerBase";
|
|
9
|
+
import { markType } from "igniteui-webcomponents-core";
|
|
10
|
+
/**
|
|
11
|
+
* @hidden
|
|
12
|
+
*/
|
|
13
|
+
var MetadataPartManager = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
14
|
+
__extends(MetadataPartManager, _super);
|
|
15
|
+
function MetadataPartManager() {
|
|
16
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
17
|
+
}
|
|
18
|
+
MetadataPartManager.prototype.get_m = function () {
|
|
19
|
+
return MetadataPartManager.a4;
|
|
20
|
+
};
|
|
21
|
+
Object.defineProperty(MetadataPartManager.prototype, "m", {
|
|
22
|
+
get: function () {
|
|
23
|
+
return this.get_m();
|
|
24
|
+
},
|
|
25
|
+
enumerable: false,
|
|
26
|
+
configurable: true
|
|
27
|
+
});
|
|
28
|
+
MetadataPartManager.prototype.n = function (a) {
|
|
29
|
+
switch (a) {
|
|
30
|
+
case 0: return "/xl/metadata.xml";
|
|
31
|
+
default: return null;
|
|
32
|
+
}
|
|
33
|
+
};
|
|
34
|
+
MetadataPartManager.prototype.o = function (a) {
|
|
35
|
+
switch (a) {
|
|
36
|
+
case 0: return MetadataPartManager.a6;
|
|
37
|
+
case 1: return MetadataPartManager.a5;
|
|
38
|
+
default: return MetadataPartManager.a6;
|
|
39
|
+
}
|
|
40
|
+
};
|
|
41
|
+
MetadataPartManager.prototype.get_g = function () {
|
|
42
|
+
return false;
|
|
43
|
+
};
|
|
44
|
+
Object.defineProperty(MetadataPartManager.prototype, "g", {
|
|
45
|
+
get: function () {
|
|
46
|
+
return this.get_g();
|
|
47
|
+
},
|
|
48
|
+
enumerable: false,
|
|
49
|
+
configurable: true
|
|
50
|
+
});
|
|
51
|
+
MetadataPartManager.$t = markType(MetadataPartManager, 'MetadataPartManager', XmlPartManagerBase.$);
|
|
52
|
+
MetadataPartManager.a4 = "application/vnd.openxmlformats-officedocument.spreadsheetml.sheetMetadata+xml";
|
|
53
|
+
MetadataPartManager.a6 = "http://schemas.openxmlformats.org/officeDocument/2006/relationships/sheetMetadata";
|
|
54
|
+
MetadataPartManager.a5 = "http://purl.oclc.org/ooxml/officeDocument/relationships/sheetMetadata";
|
|
55
|
+
return MetadataPartManager;
|
|
56
|
+
}(XmlPartManagerBase));
|
|
57
|
+
export { MetadataPartManager };
|
|
@@ -31,7 +31,7 @@ var MultipleCellValueInfo = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
31
31
|
return this.g._inner[a];
|
|
32
32
|
};
|
|
33
33
|
MultipleCellValueInfo.c = function (a, b, c) {
|
|
34
|
-
return a.
|
|
34
|
+
return a._bf(b) || c;
|
|
35
35
|
};
|
|
36
36
|
MultipleCellValueInfo.f = function (a, b, c, d, e) {
|
|
37
37
|
c = null;
|
|
@@ -53,18 +53,18 @@ var MultipleCellValueInfo = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
53
53
|
i = f._cellFormatInternal.d;
|
|
54
54
|
}
|
|
55
55
|
else {
|
|
56
|
-
i = h.
|
|
56
|
+
i = h._cb._p;
|
|
57
57
|
}
|
|
58
58
|
c = new List$1(WorksheetCellFormatData.$, 0);
|
|
59
59
|
d = new List$1(Number_$type, 0);
|
|
60
60
|
e = new List$1(Base.$, 0);
|
|
61
|
-
var j = a._q.
|
|
61
|
+
var j = a._q.v;
|
|
62
62
|
c.add(MultipleCellValueInfo.c(f, j, i));
|
|
63
63
|
d.add(j);
|
|
64
64
|
e.add1(g);
|
|
65
|
-
var k = h.
|
|
65
|
+
var k = h._fi;
|
|
66
66
|
var _loop_1 = function (l) {
|
|
67
|
-
var m = f.
|
|
67
|
+
var m = f._aq(l);
|
|
68
68
|
if (m == null) {
|
|
69
69
|
return "break";
|
|
70
70
|
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
/*
|
|
2
|
+
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
3
|
+
https://www.infragistics.com/legal/license/igultimate-la
|
|
4
|
+
https://www.infragistics.com/legal/license/igultimate-eula
|
|
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
|
+
*/
|
|
7
|
+
export { ObjectModelMetadataPartManager } from "./WorkbookLoadManagerExcel2007_combined";
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
/*
|
|
2
|
+
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
3
|
+
https://www.infragistics.com/legal/license/igultimate-la
|
|
4
|
+
https://www.infragistics.com/legal/license/igultimate-eula
|
|
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
|
+
*/
|
|
7
|
+
export { ObjectModelRdArrayPartManager } from "./WorkbookLoadManagerExcel2007_combined";
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
/*
|
|
2
|
+
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
3
|
+
https://www.infragistics.com/legal/license/igultimate-la
|
|
4
|
+
https://www.infragistics.com/legal/license/igultimate-eula
|
|
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
|
+
*/
|
|
7
|
+
export { ObjectModelRdRichValuePartManager } from "./WorkbookLoadManagerExcel2007_combined";
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
/*
|
|
2
|
+
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
3
|
+
https://www.infragistics.com/legal/license/igultimate-la
|
|
4
|
+
https://www.infragistics.com/legal/license/igultimate-eula
|
|
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
|
+
*/
|
|
7
|
+
export { ObjectModelRdRichValueStructurePartManager } from "./WorkbookLoadManagerExcel2007_combined";
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
/*
|
|
2
|
+
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
3
|
+
https://www.infragistics.com/legal/license/igultimate-la
|
|
4
|
+
https://www.infragistics.com/legal/license/igultimate-eula
|
|
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
|
+
*/
|
|
7
|
+
export { ObjectModelRdRichValueTypesPartManager } from "./WorkbookLoadManagerExcel2007_combined";
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
/*
|
|
2
|
+
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
3
|
+
https://www.infragistics.com/legal/license/igultimate-la
|
|
4
|
+
https://www.infragistics.com/legal/license/igultimate-eula
|
|
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
|
+
*/
|
|
7
|
+
export { ObjectModelRdRichValueWebImagePartManager } from "./WorkbookLoadManagerExcel2007_combined";
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
/*
|
|
2
|
+
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
3
|
+
https://www.infragistics.com/legal/license/igultimate-la
|
|
4
|
+
https://www.infragistics.com/legal/license/igultimate-eula
|
|
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
|
+
*/
|
|
7
|
+
export { ObjectModelRdSupportingPropertyBagPartManager } from "./WorkbookLoadManagerExcel2007_combined";
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
/*
|
|
2
|
+
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
3
|
+
https://www.infragistics.com/legal/license/igultimate-la
|
|
4
|
+
https://www.infragistics.com/legal/license/igultimate-eula
|
|
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
|
+
*/
|
|
7
|
+
export { ObjectModelRdSupportingPropertyBagStructurePartManager } from "./WorkbookLoadManagerExcel2007_combined";
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
/*
|
|
2
|
+
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
3
|
+
https://www.infragistics.com/legal/license/igultimate-la
|
|
4
|
+
https://www.infragistics.com/legal/license/igultimate-eula
|
|
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
|
+
*/
|
|
7
|
+
export { ObjectModelRichStylesPartManager } from "./WorkbookLoadManagerExcel2007_combined";
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
/*
|
|
2
|
+
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
3
|
+
https://www.infragistics.com/legal/license/igultimate-la
|
|
4
|
+
https://www.infragistics.com/legal/license/igultimate-eula
|
|
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
|
+
*/
|
|
7
|
+
export { ObjectModelRichValueRelPartManager } from "./WorkbookLoadManagerExcel2007_combined";
|
|
@@ -61,8 +61,8 @@ var OrderedSortCondition = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
61
61
|
var f = a.c;
|
|
62
62
|
var g = f._rows$i._aj(b);
|
|
63
63
|
var h = b == c ? g : f._rows$i._aj(c);
|
|
64
|
-
var i = WorksheetRow.
|
|
65
|
-
var j = WorksheetRow.
|
|
64
|
+
var i = WorksheetRow._da(g, d);
|
|
65
|
+
var j = WorksheetRow._da(h, e);
|
|
66
66
|
if (i == null) {
|
|
67
67
|
if (j == null) {
|
|
68
68
|
return 0;
|
|
@@ -0,0 +1,237 @@
|
|
|
1
|
+
/*
|
|
2
|
+
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
3
|
+
https://www.infragistics.com/legal/license/igultimate-la
|
|
4
|
+
https://www.infragistics.com/legal/license/igultimate-eula
|
|
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
|
+
*/
|
|
7
|
+
import { markEnum } from "igniteui-webcomponents-core";
|
|
8
|
+
/**
|
|
9
|
+
* Constants which define the type of fill pattern applied to a shape.
|
|
10
|
+
*/
|
|
11
|
+
export var PatternType = /*@__PURE__*/ (function (PatternType) {
|
|
12
|
+
/**
|
|
13
|
+
* 10% of the foreground color.
|
|
14
|
+
*/
|
|
15
|
+
PatternType[PatternType["Pattern10Percent"] = 2] = "Pattern10Percent";
|
|
16
|
+
/**
|
|
17
|
+
* 20% of the foreground color.
|
|
18
|
+
*/
|
|
19
|
+
PatternType[PatternType["Pattern20Percent"] = 3] = "Pattern20Percent";
|
|
20
|
+
/**
|
|
21
|
+
* 25% of the foreground color.
|
|
22
|
+
*/
|
|
23
|
+
PatternType[PatternType["Pattern25Percent"] = 4] = "Pattern25Percent";
|
|
24
|
+
/**
|
|
25
|
+
* 30% of the foreground color.
|
|
26
|
+
*/
|
|
27
|
+
PatternType[PatternType["Pattern30Percent"] = 5] = "Pattern30Percent";
|
|
28
|
+
/**
|
|
29
|
+
* 40% of the foreground color.
|
|
30
|
+
*/
|
|
31
|
+
PatternType[PatternType["Pattern40Percent"] = 6] = "Pattern40Percent";
|
|
32
|
+
/**
|
|
33
|
+
* 50% of the foreground color.
|
|
34
|
+
*/
|
|
35
|
+
PatternType[PatternType["Pattern50Percent"] = 7] = "Pattern50Percent";
|
|
36
|
+
/**
|
|
37
|
+
* 5% of the foreground color.
|
|
38
|
+
*/
|
|
39
|
+
PatternType[PatternType["Pattern5Percent"] = 1] = "Pattern5Percent";
|
|
40
|
+
/**
|
|
41
|
+
* 60% of the foreground color.
|
|
42
|
+
*/
|
|
43
|
+
PatternType[PatternType["Pattern60Percent"] = 8] = "Pattern60Percent";
|
|
44
|
+
/**
|
|
45
|
+
* 70% of the foreground color.
|
|
46
|
+
*/
|
|
47
|
+
PatternType[PatternType["Pattern70Percent"] = 9] = "Pattern70Percent";
|
|
48
|
+
/**
|
|
49
|
+
* 75% of the foreground color.
|
|
50
|
+
*/
|
|
51
|
+
PatternType[PatternType["Pattern75Percent"] = 10] = "Pattern75Percent";
|
|
52
|
+
/**
|
|
53
|
+
* 80% of the foreground color.
|
|
54
|
+
*/
|
|
55
|
+
PatternType[PatternType["Pattern80Percent"] = 11] = "Pattern80Percent";
|
|
56
|
+
/**
|
|
57
|
+
* 90% of the foreground color.
|
|
58
|
+
*/
|
|
59
|
+
PatternType[PatternType["Pattern90Percent"] = 12] = "Pattern90Percent";
|
|
60
|
+
/**
|
|
61
|
+
* Cross
|
|
62
|
+
*/
|
|
63
|
+
PatternType[PatternType["PatternCross"] = 51] = "PatternCross";
|
|
64
|
+
/**
|
|
65
|
+
* Dark Downward Diagonal
|
|
66
|
+
*/
|
|
67
|
+
PatternType[PatternType["PatternDarkDownwardDiagonal"] = 15] = "PatternDarkDownwardDiagonal";
|
|
68
|
+
/**
|
|
69
|
+
* Dark Horizontal
|
|
70
|
+
*/
|
|
71
|
+
PatternType[PatternType["PatternDarkHorizontal"] = 13] = "PatternDarkHorizontal";
|
|
72
|
+
/**
|
|
73
|
+
* Dark Upward Diagonal
|
|
74
|
+
*/
|
|
75
|
+
PatternType[PatternType["PatternDarkUpwardDiagonal"] = 16] = "PatternDarkUpwardDiagonal";
|
|
76
|
+
/**
|
|
77
|
+
* Dark Vertical
|
|
78
|
+
*/
|
|
79
|
+
PatternType[PatternType["PatternDarkVertical"] = 14] = "PatternDarkVertical";
|
|
80
|
+
/**
|
|
81
|
+
* Dashed Downward Diagonal
|
|
82
|
+
*/
|
|
83
|
+
PatternType[PatternType["PatternDashedDownwardDiagonal"] = 28] = "PatternDashedDownwardDiagonal";
|
|
84
|
+
/**
|
|
85
|
+
* Dashed Horizontal
|
|
86
|
+
*/
|
|
87
|
+
PatternType[PatternType["PatternDashedHorizontal"] = 32] = "PatternDashedHorizontal";
|
|
88
|
+
/**
|
|
89
|
+
* Dashed Upward Diagonal
|
|
90
|
+
*/
|
|
91
|
+
PatternType[PatternType["PatternDashedUpwardDiagonal"] = 27] = "PatternDashedUpwardDiagonal";
|
|
92
|
+
/**
|
|
93
|
+
* Dashed Vertical
|
|
94
|
+
*/
|
|
95
|
+
PatternType[PatternType["PatternDashedVertical"] = 31] = "PatternDashedVertical";
|
|
96
|
+
/**
|
|
97
|
+
* Diagonal Brick
|
|
98
|
+
*/
|
|
99
|
+
PatternType[PatternType["PatternDiagonalBrick"] = 40] = "PatternDiagonalBrick";
|
|
100
|
+
/**
|
|
101
|
+
* Diagonal Cross
|
|
102
|
+
*/
|
|
103
|
+
PatternType[PatternType["PatternDiagonalCross"] = 54] = "PatternDiagonalCross";
|
|
104
|
+
/**
|
|
105
|
+
* Pattern Divot
|
|
106
|
+
*/
|
|
107
|
+
PatternType[PatternType["PatternDivot"] = 46] = "PatternDivot";
|
|
108
|
+
/**
|
|
109
|
+
* Dotted Diamond
|
|
110
|
+
*/
|
|
111
|
+
PatternType[PatternType["PatternDottedDiamond"] = 24] = "PatternDottedDiamond";
|
|
112
|
+
/**
|
|
113
|
+
* Dotted Grid
|
|
114
|
+
*/
|
|
115
|
+
PatternType[PatternType["PatternDottedGrid"] = 45] = "PatternDottedGrid";
|
|
116
|
+
/**
|
|
117
|
+
* Downward Diagonal
|
|
118
|
+
*/
|
|
119
|
+
PatternType[PatternType["PatternDownwardDiagonal"] = 52] = "PatternDownwardDiagonal";
|
|
120
|
+
/**
|
|
121
|
+
* Horizontal
|
|
122
|
+
*/
|
|
123
|
+
PatternType[PatternType["PatternHorizontal"] = 49] = "PatternHorizontal";
|
|
124
|
+
/**
|
|
125
|
+
* Horizontal Brick
|
|
126
|
+
*/
|
|
127
|
+
PatternType[PatternType["PatternHorizontalBrick"] = 35] = "PatternHorizontalBrick";
|
|
128
|
+
/**
|
|
129
|
+
* Large Checker Board
|
|
130
|
+
*/
|
|
131
|
+
PatternType[PatternType["PatternLargeCheckerBoard"] = 36] = "PatternLargeCheckerBoard";
|
|
132
|
+
/**
|
|
133
|
+
* Large Confetti
|
|
134
|
+
*/
|
|
135
|
+
PatternType[PatternType["PatternLargeConfetti"] = 33] = "PatternLargeConfetti";
|
|
136
|
+
/**
|
|
137
|
+
* Large Grid
|
|
138
|
+
*/
|
|
139
|
+
PatternType[PatternType["PatternLargeGrid"] = 34] = "PatternLargeGrid";
|
|
140
|
+
/**
|
|
141
|
+
* Light Downward Diagonal
|
|
142
|
+
*/
|
|
143
|
+
PatternType[PatternType["PatternLightDownwardDiagonal"] = 21] = "PatternLightDownwardDiagonal";
|
|
144
|
+
/**
|
|
145
|
+
* Light Horizontal
|
|
146
|
+
*/
|
|
147
|
+
PatternType[PatternType["PatternLightHorizontal"] = 19] = "PatternLightHorizontal";
|
|
148
|
+
/**
|
|
149
|
+
* Light Upward Diagonal
|
|
150
|
+
*/
|
|
151
|
+
PatternType[PatternType["PatternLightUpwardDiagonal"] = 22] = "PatternLightUpwardDiagonal";
|
|
152
|
+
/**
|
|
153
|
+
* Light Vertical
|
|
154
|
+
*/
|
|
155
|
+
PatternType[PatternType["PatternLightVertical"] = 20] = "PatternLightVertical";
|
|
156
|
+
/**
|
|
157
|
+
* Mixed pattern
|
|
158
|
+
*/
|
|
159
|
+
PatternType[PatternType["PatternMixed"] = -2] = "PatternMixed";
|
|
160
|
+
/**
|
|
161
|
+
* Narrow Horizontal
|
|
162
|
+
*/
|
|
163
|
+
PatternType[PatternType["PatternNarrowHorizontal"] = 30] = "PatternNarrowHorizontal";
|
|
164
|
+
/**
|
|
165
|
+
* Narrow Vertical
|
|
166
|
+
*/
|
|
167
|
+
PatternType[PatternType["PatternNarrowVertical"] = 29] = "PatternNarrowVertical";
|
|
168
|
+
/**
|
|
169
|
+
* Outlined Diamond
|
|
170
|
+
*/
|
|
171
|
+
PatternType[PatternType["PatternOutlinedDiamond"] = 41] = "PatternOutlinedDiamond";
|
|
172
|
+
/**
|
|
173
|
+
* Plaid
|
|
174
|
+
*/
|
|
175
|
+
PatternType[PatternType["PatternPlaid"] = 42] = "PatternPlaid";
|
|
176
|
+
/**
|
|
177
|
+
* Shingle
|
|
178
|
+
*/
|
|
179
|
+
PatternType[PatternType["PatternShingle"] = 47] = "PatternShingle";
|
|
180
|
+
/**
|
|
181
|
+
* Small Checker Board
|
|
182
|
+
*/
|
|
183
|
+
PatternType[PatternType["PatternSmallCheckerBoard"] = 17] = "PatternSmallCheckerBoard";
|
|
184
|
+
/**
|
|
185
|
+
* Small Confetti
|
|
186
|
+
*/
|
|
187
|
+
PatternType[PatternType["PatternSmallConfetti"] = 37] = "PatternSmallConfetti";
|
|
188
|
+
/**
|
|
189
|
+
* Small Grid
|
|
190
|
+
*/
|
|
191
|
+
PatternType[PatternType["PatternSmallGrid"] = 23] = "PatternSmallGrid";
|
|
192
|
+
/**
|
|
193
|
+
* Solid Diamond
|
|
194
|
+
*/
|
|
195
|
+
PatternType[PatternType["PatternSolidDiamond"] = 39] = "PatternSolidDiamond";
|
|
196
|
+
/**
|
|
197
|
+
* Sphere
|
|
198
|
+
*/
|
|
199
|
+
PatternType[PatternType["PatternSphere"] = 43] = "PatternSphere";
|
|
200
|
+
/**
|
|
201
|
+
* Trellis
|
|
202
|
+
*/
|
|
203
|
+
PatternType[PatternType["PatternTrellis"] = 18] = "PatternTrellis";
|
|
204
|
+
/**
|
|
205
|
+
* Upward Diagonal
|
|
206
|
+
*/
|
|
207
|
+
PatternType[PatternType["PatternUpwardDiagonal"] = 53] = "PatternUpwardDiagonal";
|
|
208
|
+
/**
|
|
209
|
+
* Vertical
|
|
210
|
+
*/
|
|
211
|
+
PatternType[PatternType["PatternVertical"] = 50] = "PatternVertical";
|
|
212
|
+
/**
|
|
213
|
+
* Wave
|
|
214
|
+
*/
|
|
215
|
+
PatternType[PatternType["PatternWave"] = 48] = "PatternWave";
|
|
216
|
+
/**
|
|
217
|
+
* Weave
|
|
218
|
+
*/
|
|
219
|
+
PatternType[PatternType["PatternWeave"] = 44] = "PatternWeave";
|
|
220
|
+
/**
|
|
221
|
+
* Wide Downward Diagonal
|
|
222
|
+
*/
|
|
223
|
+
PatternType[PatternType["PatternWideDownwardDiagonal"] = 25] = "PatternWideDownwardDiagonal";
|
|
224
|
+
/**
|
|
225
|
+
* Wide Upward Diagonal
|
|
226
|
+
*/
|
|
227
|
+
PatternType[PatternType["PatternWideUpwardDiagonal"] = 26] = "PatternWideUpwardDiagonal";
|
|
228
|
+
/**
|
|
229
|
+
* Zig Zag
|
|
230
|
+
*/
|
|
231
|
+
PatternType[PatternType["PatternZigZag"] = 38] = "PatternZigZag";
|
|
232
|
+
return PatternType;
|
|
233
|
+
})({});
|
|
234
|
+
/**
|
|
235
|
+
* @hidden
|
|
236
|
+
*/
|
|
237
|
+
export var PatternType_$type = /*@__PURE__*/ markEnum('PatternType', 'Pattern10Percent,2|Pattern20Percent,3|Pattern25Percent,4|Pattern30Percent,5|Pattern40Percent,6|Pattern50Percent,7|Pattern5Percent,1|Pattern60Percent,8|Pattern70Percent,9|Pattern75Percent,10|Pattern80Percent,11|Pattern90Percent,12|PatternCross,51|PatternDarkDownwardDiagonal,15|PatternDarkHorizontal,13|PatternDarkUpwardDiagonal,16|PatternDarkVertical,14|PatternDashedDownwardDiagonal,28|PatternDashedHorizontal,32|PatternDashedUpwardDiagonal,27|PatternDashedVertical,31|PatternDiagonalBrick,40|PatternDiagonalCross,54|PatternDivot,46|PatternDottedDiamond,24|PatternDottedGrid,45|PatternDownwardDiagonal,52|PatternHorizontal,49|PatternHorizontalBrick,35|PatternLargeCheckerBoard,36|PatternLargeConfetti,33|PatternLargeGrid,34|PatternLightDownwardDiagonal,21|PatternLightHorizontal,19|PatternLightUpwardDiagonal,22|PatternLightVertical,20|PatternMixed,-2|PatternNarrowHorizontal,30|PatternNarrowVertical,29|PatternOutlinedDiamond,41|PatternPlaid,42|PatternShingle,47|PatternSmallCheckerBoard,17|PatternSmallConfetti,37|PatternSmallGrid,23|PatternSolidDiamond,39|PatternSphere,43|PatternTrellis,18|PatternUpwardDiagonal,53|PatternVertical,50|PatternWave,48|PatternWeave,44|PatternWideDownwardDiagonal,25|PatternWideUpwardDiagonal,26|PatternZigZag,38');
|
|
@@ -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 PngPartManager = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
15
|
-
__extends(PngPartManager, _super);
|
|
16
|
-
function PngPartManager() {
|
|
17
|
-
return _super.call(this) || this;
|
|
18
|
-
}
|
|
19
|
-
PngPartManager.prototype.get_s = function () {
|
|
20
|
-
return "/xl/media/image.png";
|
|
21
|
-
};
|
|
22
|
-
Object.defineProperty(PngPartManager.prototype, "s", {
|
|
23
|
-
get: function () {
|
|
24
|
-
return this.get_s();
|
|
25
|
-
},
|
|
26
|
-
enumerable: false,
|
|
27
|
-
configurable: true
|
|
28
|
-
});
|
|
29
|
-
PngPartManager.prototype.get_t = function () {
|
|
30
|
-
return "/ppt/media/image.png";
|
|
31
|
-
};
|
|
32
|
-
Object.defineProperty(PngPartManager.prototype, "t", {
|
|
33
|
-
get: function () {
|
|
34
|
-
return this.get_t();
|
|
35
|
-
},
|
|
36
|
-
enumerable: false,
|
|
37
|
-
configurable: true
|
|
38
|
-
});
|
|
39
|
-
PngPartManager.prototype.get_u = function () {
|
|
40
|
-
return "/word/media/image.png";
|
|
41
|
-
};
|
|
42
|
-
Object.defineProperty(PngPartManager.prototype, "u", {
|
|
43
|
-
get: function () {
|
|
44
|
-
return this.get_u();
|
|
45
|
-
},
|
|
46
|
-
enumerable: false,
|
|
47
|
-
configurable: true
|
|
48
|
-
});
|
|
49
|
-
PngPartManager.prototype.get_m = function () {
|
|
50
|
-
return "image/png";
|
|
51
|
-
};
|
|
52
|
-
Object.defineProperty(PngPartManager.prototype, "m", {
|
|
53
|
-
get: function () {
|
|
54
|
-
return this.get_m();
|
|
55
|
-
},
|
|
56
|
-
enumerable: false,
|
|
57
|
-
configurable: true
|
|
58
|
-
});
|
|
59
|
-
PngPartManager.prototype.r = function (a) {
|
|
60
|
-
return ImageFormat.h;
|
|
61
|
-
};
|
|
62
|
-
PngPartManager.$t = markType(PngPartManager, 'PngPartManager', ImagePartManagerBase.$);
|
|
63
|
-
PngPartManager.y = new PngPartManager();
|
|
64
|
-
return PngPartManager;
|
|
65
|
-
}(ImagePartManagerBase));
|
|
66
|
-
export { PngPartManager };
|
|
7
|
+
export { PngPartManager } from "./AlternateContentChoice_combined";
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
/*
|
|
2
|
+
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
3
|
+
https://www.infragistics.com/legal/license/igultimate-la
|
|
4
|
+
https://www.infragistics.com/legal/license/igultimate-eula
|
|
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
|
+
*/
|
|
7
|
+
import { __extends } from "tslib";
|
|
8
|
+
import { XmlPartManagerBase } from "./XmlPartManagerBase";
|
|
9
|
+
import { markType } from "igniteui-webcomponents-core";
|
|
10
|
+
/**
|
|
11
|
+
* @hidden
|
|
12
|
+
*/
|
|
13
|
+
var RdArrayPartManager = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
14
|
+
__extends(RdArrayPartManager, _super);
|
|
15
|
+
function RdArrayPartManager() {
|
|
16
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
17
|
+
}
|
|
18
|
+
RdArrayPartManager.prototype.get_m = function () {
|
|
19
|
+
return "application/vnd.ms-excel.rdarray+xml";
|
|
20
|
+
};
|
|
21
|
+
Object.defineProperty(RdArrayPartManager.prototype, "m", {
|
|
22
|
+
get: function () {
|
|
23
|
+
return this.get_m();
|
|
24
|
+
},
|
|
25
|
+
enumerable: false,
|
|
26
|
+
configurable: true
|
|
27
|
+
});
|
|
28
|
+
RdArrayPartManager.prototype.n = function (a) {
|
|
29
|
+
switch (a) {
|
|
30
|
+
case 0: return "/xl/richData/rdarray.xml";
|
|
31
|
+
default: return null;
|
|
32
|
+
}
|
|
33
|
+
};
|
|
34
|
+
RdArrayPartManager.prototype.o = function (a) {
|
|
35
|
+
switch (a) {
|
|
36
|
+
case 0:
|
|
37
|
+
case 1: return RdArrayPartManager.a5;
|
|
38
|
+
default: return RdArrayPartManager.a5;
|
|
39
|
+
}
|
|
40
|
+
};
|
|
41
|
+
RdArrayPartManager.prototype.get_g = function () {
|
|
42
|
+
return false;
|
|
43
|
+
};
|
|
44
|
+
Object.defineProperty(RdArrayPartManager.prototype, "g", {
|
|
45
|
+
get: function () {
|
|
46
|
+
return this.get_g();
|
|
47
|
+
},
|
|
48
|
+
enumerable: false,
|
|
49
|
+
configurable: true
|
|
50
|
+
});
|
|
51
|
+
RdArrayPartManager.$t = markType(RdArrayPartManager, 'RdArrayPartManager', XmlPartManagerBase.$);
|
|
52
|
+
RdArrayPartManager.a5 = "http://schemas.microsoft.com/office/2017/06/relationships/rdArray";
|
|
53
|
+
return RdArrayPartManager;
|
|
54
|
+
}(XmlPartManagerBase));
|
|
55
|
+
export { RdArrayPartManager };
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
/*
|
|
2
|
+
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
3
|
+
https://www.infragistics.com/legal/license/igultimate-la
|
|
4
|
+
https://www.infragistics.com/legal/license/igultimate-eula
|
|
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
|
+
*/
|
|
7
|
+
import { __extends } from "tslib";
|
|
8
|
+
import { XmlPartManagerBase } from "./XmlPartManagerBase";
|
|
9
|
+
import { markType } from "igniteui-webcomponents-core";
|
|
10
|
+
/**
|
|
11
|
+
* @hidden
|
|
12
|
+
*/
|
|
13
|
+
var RdRichValuePartManager = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
14
|
+
__extends(RdRichValuePartManager, _super);
|
|
15
|
+
function RdRichValuePartManager() {
|
|
16
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
17
|
+
}
|
|
18
|
+
RdRichValuePartManager.prototype.get_m = function () {
|
|
19
|
+
return RdRichValuePartManager.a4;
|
|
20
|
+
};
|
|
21
|
+
Object.defineProperty(RdRichValuePartManager.prototype, "m", {
|
|
22
|
+
get: function () {
|
|
23
|
+
return this.get_m();
|
|
24
|
+
},
|
|
25
|
+
enumerable: false,
|
|
26
|
+
configurable: true
|
|
27
|
+
});
|
|
28
|
+
RdRichValuePartManager.prototype.n = function (a) {
|
|
29
|
+
switch (a) {
|
|
30
|
+
case 0: return "/xl/richData/rdrichvalue.xml";
|
|
31
|
+
default: return null;
|
|
32
|
+
}
|
|
33
|
+
};
|
|
34
|
+
RdRichValuePartManager.prototype.o = function (a) {
|
|
35
|
+
switch (a) {
|
|
36
|
+
case 0:
|
|
37
|
+
case 1: return RdRichValuePartManager.a5;
|
|
38
|
+
default: return RdRichValuePartManager.a5;
|
|
39
|
+
}
|
|
40
|
+
};
|
|
41
|
+
RdRichValuePartManager.prototype.get_g = function () {
|
|
42
|
+
return false;
|
|
43
|
+
};
|
|
44
|
+
Object.defineProperty(RdRichValuePartManager.prototype, "g", {
|
|
45
|
+
get: function () {
|
|
46
|
+
return this.get_g();
|
|
47
|
+
},
|
|
48
|
+
enumerable: false,
|
|
49
|
+
configurable: true
|
|
50
|
+
});
|
|
51
|
+
RdRichValuePartManager.$t = markType(RdRichValuePartManager, 'RdRichValuePartManager', XmlPartManagerBase.$);
|
|
52
|
+
RdRichValuePartManager.a4 = "application/vnd.ms-excel.rdrichvalue+xml";
|
|
53
|
+
RdRichValuePartManager.a5 = "http://schemas.microsoft.com/office/2017/06/relationships/rdRichValue";
|
|
54
|
+
return RdRichValuePartManager;
|
|
55
|
+
}(XmlPartManagerBase));
|
|
56
|
+
export { RdRichValuePartManager };
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
/*
|
|
2
|
+
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
3
|
+
https://www.infragistics.com/legal/license/igultimate-la
|
|
4
|
+
https://www.infragistics.com/legal/license/igultimate-eula
|
|
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
|
+
*/
|
|
7
|
+
import { __extends } from "tslib";
|
|
8
|
+
import { XmlPartManagerBase } from "./XmlPartManagerBase";
|
|
9
|
+
import { markType } from "igniteui-webcomponents-core";
|
|
10
|
+
/**
|
|
11
|
+
* @hidden
|
|
12
|
+
*/
|
|
13
|
+
var RdRichValueStructurePartManager = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
14
|
+
__extends(RdRichValueStructurePartManager, _super);
|
|
15
|
+
function RdRichValueStructurePartManager() {
|
|
16
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
17
|
+
}
|
|
18
|
+
RdRichValueStructurePartManager.prototype.get_m = function () {
|
|
19
|
+
return RdRichValueStructurePartManager.a4;
|
|
20
|
+
};
|
|
21
|
+
Object.defineProperty(RdRichValueStructurePartManager.prototype, "m", {
|
|
22
|
+
get: function () {
|
|
23
|
+
return this.get_m();
|
|
24
|
+
},
|
|
25
|
+
enumerable: false,
|
|
26
|
+
configurable: true
|
|
27
|
+
});
|
|
28
|
+
RdRichValueStructurePartManager.prototype.n = function (a) {
|
|
29
|
+
switch (a) {
|
|
30
|
+
case 0: return "/xl/richData/rdrichvaluestructure.xml";
|
|
31
|
+
default: return null;
|
|
32
|
+
}
|
|
33
|
+
};
|
|
34
|
+
RdRichValueStructurePartManager.prototype.o = function (a) {
|
|
35
|
+
switch (a) {
|
|
36
|
+
case 0:
|
|
37
|
+
case 1: return RdRichValueStructurePartManager.a5;
|
|
38
|
+
default: return RdRichValueStructurePartManager.a5;
|
|
39
|
+
}
|
|
40
|
+
};
|
|
41
|
+
RdRichValueStructurePartManager.prototype.get_g = function () {
|
|
42
|
+
return false;
|
|
43
|
+
};
|
|
44
|
+
Object.defineProperty(RdRichValueStructurePartManager.prototype, "g", {
|
|
45
|
+
get: function () {
|
|
46
|
+
return this.get_g();
|
|
47
|
+
},
|
|
48
|
+
enumerable: false,
|
|
49
|
+
configurable: true
|
|
50
|
+
});
|
|
51
|
+
RdRichValueStructurePartManager.$t = markType(RdRichValueStructurePartManager, 'RdRichValueStructurePartManager', XmlPartManagerBase.$);
|
|
52
|
+
RdRichValueStructurePartManager.a4 = "application/vnd.ms-excel.rdrichvaluestructure+xml";
|
|
53
|
+
RdRichValueStructurePartManager.a5 = "http://schemas.microsoft.com/office/2017/06/relationships/rdRichValueStructure";
|
|
54
|
+
return RdRichValueStructurePartManager;
|
|
55
|
+
}(XmlPartManagerBase));
|
|
56
|
+
export { RdRichValueStructurePartManager };
|