igniteui-webcomponents-excel 5.2.0 → 5.3.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 +11358 -8475
- 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 +4387 -3883
- 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/ObjectModelDrawingPartManager_ShapeLoader_ShapeTypeCreator.js +2 -2
- 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/ObjectModelVmlDrawingPartManager_UpdateLegacyShapeData.js +1 -1
- 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_ShapeAnchorApplicator.js +2 -2
- package/esm2015/lib/WorkbookLoadManagerExcel2007_combined.js +2819 -2123
- 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 +154 -154
- 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 +4470 -3934
- 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/ObjectModelDrawingPartManager_ShapeLoader_ShapeTypeCreator.js +2 -2
- 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/ObjectModelVmlDrawingPartManager_UpdateLegacyShapeData.js +1 -1
- 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_ShapeAnchorApplicator.js +2 -2
- package/esm5/lib/WorkbookLoadManagerExcel2007_combined.js +2874 -2128
- 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 +154 -154
- package/esm5/public_api.js +28 -1
- package/fesm2015/igniteui-webcomponents-excel.js +10186 -7665
- package/fesm5/igniteui-webcomponents-excel.js +11332 -8477
- 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 +1021 -847
- 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/lib/WorkbookSaveManagerExcel2003_combined.d.ts +3 -3
- package/package.json +2 -2
- package/public_api.d.ts +28 -1
|
@@ -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 };
|
|
@@ -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 RdRichValueTypesPartManager = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
14
|
+
__extends(RdRichValueTypesPartManager, _super);
|
|
15
|
+
function RdRichValueTypesPartManager() {
|
|
16
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
17
|
+
}
|
|
18
|
+
RdRichValueTypesPartManager.prototype.get_m = function () {
|
|
19
|
+
return RdRichValueTypesPartManager.a4;
|
|
20
|
+
};
|
|
21
|
+
Object.defineProperty(RdRichValueTypesPartManager.prototype, "m", {
|
|
22
|
+
get: function () {
|
|
23
|
+
return this.get_m();
|
|
24
|
+
},
|
|
25
|
+
enumerable: false,
|
|
26
|
+
configurable: true
|
|
27
|
+
});
|
|
28
|
+
RdRichValueTypesPartManager.prototype.n = function (a) {
|
|
29
|
+
switch (a) {
|
|
30
|
+
case 0: return "/xl/richData/RdRichValueTypes.xml";
|
|
31
|
+
default: return null;
|
|
32
|
+
}
|
|
33
|
+
};
|
|
34
|
+
RdRichValueTypesPartManager.prototype.o = function (a) {
|
|
35
|
+
switch (a) {
|
|
36
|
+
case 0:
|
|
37
|
+
case 1: return RdRichValueTypesPartManager.a5;
|
|
38
|
+
default: return RdRichValueTypesPartManager.a5;
|
|
39
|
+
}
|
|
40
|
+
};
|
|
41
|
+
RdRichValueTypesPartManager.prototype.get_g = function () {
|
|
42
|
+
return false;
|
|
43
|
+
};
|
|
44
|
+
Object.defineProperty(RdRichValueTypesPartManager.prototype, "g", {
|
|
45
|
+
get: function () {
|
|
46
|
+
return this.get_g();
|
|
47
|
+
},
|
|
48
|
+
enumerable: false,
|
|
49
|
+
configurable: true
|
|
50
|
+
});
|
|
51
|
+
RdRichValueTypesPartManager.$t = markType(RdRichValueTypesPartManager, 'RdRichValueTypesPartManager', XmlPartManagerBase.$);
|
|
52
|
+
RdRichValueTypesPartManager.a4 = "application/vnd.ms-excel.rdrichvaluetypes+xml";
|
|
53
|
+
RdRichValueTypesPartManager.a5 = "http://schemas.microsoft.com/office/2017/06/relationships/rdRichValueTypes";
|
|
54
|
+
return RdRichValueTypesPartManager;
|
|
55
|
+
}(XmlPartManagerBase));
|
|
56
|
+
export { RdRichValueTypesPartManager };
|
|
@@ -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 RdRichValueWebImagePartManager = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
14
|
+
__extends(RdRichValueWebImagePartManager, _super);
|
|
15
|
+
function RdRichValueWebImagePartManager() {
|
|
16
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
17
|
+
}
|
|
18
|
+
RdRichValueWebImagePartManager.prototype.get_m = function () {
|
|
19
|
+
return RdRichValueWebImagePartManager.a4;
|
|
20
|
+
};
|
|
21
|
+
Object.defineProperty(RdRichValueWebImagePartManager.prototype, "m", {
|
|
22
|
+
get: function () {
|
|
23
|
+
return this.get_m();
|
|
24
|
+
},
|
|
25
|
+
enumerable: false,
|
|
26
|
+
configurable: true
|
|
27
|
+
});
|
|
28
|
+
RdRichValueWebImagePartManager.prototype.n = function (a) {
|
|
29
|
+
switch (a) {
|
|
30
|
+
case 0: return "/xl/richData/rdRichValueWebImage.xml";
|
|
31
|
+
default: return null;
|
|
32
|
+
}
|
|
33
|
+
};
|
|
34
|
+
RdRichValueWebImagePartManager.prototype.o = function (a) {
|
|
35
|
+
switch (a) {
|
|
36
|
+
case 0:
|
|
37
|
+
case 1: return RdRichValueWebImagePartManager.a5;
|
|
38
|
+
default: return RdRichValueWebImagePartManager.a5;
|
|
39
|
+
}
|
|
40
|
+
};
|
|
41
|
+
RdRichValueWebImagePartManager.prototype.get_g = function () {
|
|
42
|
+
return false;
|
|
43
|
+
};
|
|
44
|
+
Object.defineProperty(RdRichValueWebImagePartManager.prototype, "g", {
|
|
45
|
+
get: function () {
|
|
46
|
+
return this.get_g();
|
|
47
|
+
},
|
|
48
|
+
enumerable: false,
|
|
49
|
+
configurable: true
|
|
50
|
+
});
|
|
51
|
+
RdRichValueWebImagePartManager.$t = markType(RdRichValueWebImagePartManager, 'RdRichValueWebImagePartManager', XmlPartManagerBase.$);
|
|
52
|
+
RdRichValueWebImagePartManager.a4 = "application/vnd.ms-excel.rdrichvaluewebimage+xml";
|
|
53
|
+
RdRichValueWebImagePartManager.a5 = "http://schemas.microsoft.com/office/2020/07/relationships/rdRichValueWebImage";
|
|
54
|
+
return RdRichValueWebImagePartManager;
|
|
55
|
+
}(XmlPartManagerBase));
|
|
56
|
+
export { RdRichValueWebImagePartManager };
|
|
@@ -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 RdSupportingPropertyBagPartManager = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
14
|
+
__extends(RdSupportingPropertyBagPartManager, _super);
|
|
15
|
+
function RdSupportingPropertyBagPartManager() {
|
|
16
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
17
|
+
}
|
|
18
|
+
RdSupportingPropertyBagPartManager.prototype.get_m = function () {
|
|
19
|
+
return RdSupportingPropertyBagPartManager.a4;
|
|
20
|
+
};
|
|
21
|
+
Object.defineProperty(RdSupportingPropertyBagPartManager.prototype, "m", {
|
|
22
|
+
get: function () {
|
|
23
|
+
return this.get_m();
|
|
24
|
+
},
|
|
25
|
+
enumerable: false,
|
|
26
|
+
configurable: true
|
|
27
|
+
});
|
|
28
|
+
RdSupportingPropertyBagPartManager.prototype.n = function (a) {
|
|
29
|
+
switch (a) {
|
|
30
|
+
case 0: return RdSupportingPropertyBagPartManager.a3;
|
|
31
|
+
default: return null;
|
|
32
|
+
}
|
|
33
|
+
};
|
|
34
|
+
RdSupportingPropertyBagPartManager.prototype.o = function (a) {
|
|
35
|
+
switch (a) {
|
|
36
|
+
case 0:
|
|
37
|
+
case 1: return RdSupportingPropertyBagPartManager.a5;
|
|
38
|
+
default: return RdSupportingPropertyBagPartManager.a5;
|
|
39
|
+
}
|
|
40
|
+
};
|
|
41
|
+
RdSupportingPropertyBagPartManager.prototype.get_g = function () {
|
|
42
|
+
return false;
|
|
43
|
+
};
|
|
44
|
+
Object.defineProperty(RdSupportingPropertyBagPartManager.prototype, "g", {
|
|
45
|
+
get: function () {
|
|
46
|
+
return this.get_g();
|
|
47
|
+
},
|
|
48
|
+
enumerable: false,
|
|
49
|
+
configurable: true
|
|
50
|
+
});
|
|
51
|
+
RdSupportingPropertyBagPartManager.$t = markType(RdSupportingPropertyBagPartManager, 'RdSupportingPropertyBagPartManager', XmlPartManagerBase.$);
|
|
52
|
+
RdSupportingPropertyBagPartManager.a3 = "/xl/richData/rdsupportingpropertybag.xml";
|
|
53
|
+
RdSupportingPropertyBagPartManager.a4 = "application/vnd.ms-excel.rdsupportingpropertybag+xml";
|
|
54
|
+
RdSupportingPropertyBagPartManager.a5 = "http://schemas.microsoft.com/office/2017/06/relationships/rdSupportingPropertyBag";
|
|
55
|
+
return RdSupportingPropertyBagPartManager;
|
|
56
|
+
}(XmlPartManagerBase));
|
|
57
|
+
export { RdSupportingPropertyBagPartManager };
|
|
@@ -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 RdSupportingPropertyBagStructurePartManager = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
14
|
+
__extends(RdSupportingPropertyBagStructurePartManager, _super);
|
|
15
|
+
function RdSupportingPropertyBagStructurePartManager() {
|
|
16
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
17
|
+
}
|
|
18
|
+
RdSupportingPropertyBagStructurePartManager.prototype.get_m = function () {
|
|
19
|
+
return RdSupportingPropertyBagStructurePartManager.a4;
|
|
20
|
+
};
|
|
21
|
+
Object.defineProperty(RdSupportingPropertyBagStructurePartManager.prototype, "m", {
|
|
22
|
+
get: function () {
|
|
23
|
+
return this.get_m();
|
|
24
|
+
},
|
|
25
|
+
enumerable: false,
|
|
26
|
+
configurable: true
|
|
27
|
+
});
|
|
28
|
+
RdSupportingPropertyBagStructurePartManager.prototype.n = function (a) {
|
|
29
|
+
switch (a) {
|
|
30
|
+
case 0: return RdSupportingPropertyBagStructurePartManager.a3;
|
|
31
|
+
default: return null;
|
|
32
|
+
}
|
|
33
|
+
};
|
|
34
|
+
RdSupportingPropertyBagStructurePartManager.prototype.o = function (a) {
|
|
35
|
+
switch (a) {
|
|
36
|
+
case 0:
|
|
37
|
+
case 1: return RdSupportingPropertyBagStructurePartManager.a5;
|
|
38
|
+
default: return RdSupportingPropertyBagStructurePartManager.a5;
|
|
39
|
+
}
|
|
40
|
+
};
|
|
41
|
+
RdSupportingPropertyBagStructurePartManager.prototype.get_g = function () {
|
|
42
|
+
return false;
|
|
43
|
+
};
|
|
44
|
+
Object.defineProperty(RdSupportingPropertyBagStructurePartManager.prototype, "g", {
|
|
45
|
+
get: function () {
|
|
46
|
+
return this.get_g();
|
|
47
|
+
},
|
|
48
|
+
enumerable: false,
|
|
49
|
+
configurable: true
|
|
50
|
+
});
|
|
51
|
+
RdSupportingPropertyBagStructurePartManager.$t = markType(RdSupportingPropertyBagStructurePartManager, 'RdSupportingPropertyBagStructurePartManager', XmlPartManagerBase.$);
|
|
52
|
+
RdSupportingPropertyBagStructurePartManager.a3 = "/xl/richData/rdsupportingpropertybagstructure.xml";
|
|
53
|
+
RdSupportingPropertyBagStructurePartManager.a4 = "application/vnd.ms-excel.rdsupportingpropertybagstructure+xml";
|
|
54
|
+
RdSupportingPropertyBagStructurePartManager.a5 = "http://schemas.microsoft.com/office/2017/06/relationships/rdSupportingPropertyBagStructure";
|
|
55
|
+
return RdSupportingPropertyBagStructurePartManager;
|
|
56
|
+
}(XmlPartManagerBase));
|
|
57
|
+
export { RdSupportingPropertyBagStructurePartManager };
|
|
@@ -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 RichStylesPartManager = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
14
|
+
__extends(RichStylesPartManager, _super);
|
|
15
|
+
function RichStylesPartManager() {
|
|
16
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
17
|
+
}
|
|
18
|
+
RichStylesPartManager.prototype.get_m = function () {
|
|
19
|
+
return "application/vnd.ms-excel.richstyles+xml";
|
|
20
|
+
};
|
|
21
|
+
Object.defineProperty(RichStylesPartManager.prototype, "m", {
|
|
22
|
+
get: function () {
|
|
23
|
+
return this.get_m();
|
|
24
|
+
},
|
|
25
|
+
enumerable: false,
|
|
26
|
+
configurable: true
|
|
27
|
+
});
|
|
28
|
+
RichStylesPartManager.prototype.n = function (a) {
|
|
29
|
+
switch (a) {
|
|
30
|
+
case 0: return "/xl/richData/richStyles.xml";
|
|
31
|
+
default: return null;
|
|
32
|
+
}
|
|
33
|
+
};
|
|
34
|
+
RichStylesPartManager.prototype.o = function (a) {
|
|
35
|
+
switch (a) {
|
|
36
|
+
case 0:
|
|
37
|
+
case 1: return RichStylesPartManager.a5;
|
|
38
|
+
default: return RichStylesPartManager.a5;
|
|
39
|
+
}
|
|
40
|
+
};
|
|
41
|
+
RichStylesPartManager.prototype.get_g = function () {
|
|
42
|
+
return false;
|
|
43
|
+
};
|
|
44
|
+
Object.defineProperty(RichStylesPartManager.prototype, "g", {
|
|
45
|
+
get: function () {
|
|
46
|
+
return this.get_g();
|
|
47
|
+
},
|
|
48
|
+
enumerable: false,
|
|
49
|
+
configurable: true
|
|
50
|
+
});
|
|
51
|
+
RichStylesPartManager.$t = markType(RichStylesPartManager, 'RichStylesPartManager', XmlPartManagerBase.$);
|
|
52
|
+
RichStylesPartManager.a5 = "http://schemas.microsoft.com/office/2017/06/relationships/richStyles";
|
|
53
|
+
return RichStylesPartManager;
|
|
54
|
+
}(XmlPartManagerBase));
|
|
55
|
+
export { RichStylesPartManager };
|
|
@@ -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 RichValueRelPartManager = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
14
|
+
__extends(RichValueRelPartManager, _super);
|
|
15
|
+
function RichValueRelPartManager() {
|
|
16
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
17
|
+
}
|
|
18
|
+
RichValueRelPartManager.prototype.get_m = function () {
|
|
19
|
+
return RichValueRelPartManager.a4;
|
|
20
|
+
};
|
|
21
|
+
Object.defineProperty(RichValueRelPartManager.prototype, "m", {
|
|
22
|
+
get: function () {
|
|
23
|
+
return this.get_m();
|
|
24
|
+
},
|
|
25
|
+
enumerable: false,
|
|
26
|
+
configurable: true
|
|
27
|
+
});
|
|
28
|
+
RichValueRelPartManager.prototype.n = function (a) {
|
|
29
|
+
switch (a) {
|
|
30
|
+
case 0: return "/xl/richData/richValueRel.xml";
|
|
31
|
+
default: return null;
|
|
32
|
+
}
|
|
33
|
+
};
|
|
34
|
+
RichValueRelPartManager.prototype.o = function (a) {
|
|
35
|
+
switch (a) {
|
|
36
|
+
case 0:
|
|
37
|
+
case 1: return RichValueRelPartManager.a5;
|
|
38
|
+
default: return RichValueRelPartManager.a5;
|
|
39
|
+
}
|
|
40
|
+
};
|
|
41
|
+
RichValueRelPartManager.prototype.get_g = function () {
|
|
42
|
+
return false;
|
|
43
|
+
};
|
|
44
|
+
Object.defineProperty(RichValueRelPartManager.prototype, "g", {
|
|
45
|
+
get: function () {
|
|
46
|
+
return this.get_g();
|
|
47
|
+
},
|
|
48
|
+
enumerable: false,
|
|
49
|
+
configurable: true
|
|
50
|
+
});
|
|
51
|
+
RichValueRelPartManager.$t = markType(RichValueRelPartManager, 'RichValueRelPartManager', XmlPartManagerBase.$);
|
|
52
|
+
RichValueRelPartManager.a4 = "application/vnd.ms-excel.richvaluerel+xml";
|
|
53
|
+
RichValueRelPartManager.a5 = "http://schemas.microsoft.com/office/2022/10/relationships/richValueRel";
|
|
54
|
+
return RichValueRelPartManager;
|
|
55
|
+
}(XmlPartManagerBase));
|
|
56
|
+
export { RichValueRelPartManager };
|
|
@@ -13,16 +13,18 @@ import { RoundTripPartData } from "./RoundTripPartData";
|
|
|
13
13
|
*/
|
|
14
14
|
var RoundTripControlData = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
15
15
|
__extends(RoundTripControlData, _super);
|
|
16
|
-
function RoundTripControlData(a, b, c) {
|
|
16
|
+
function RoundTripControlData(a, b, c, d) {
|
|
17
17
|
var _this = _super.call(this) || this;
|
|
18
|
-
_this.
|
|
18
|
+
_this.d = new List$1(RoundTripPartData.$, 0);
|
|
19
19
|
_this.a = null;
|
|
20
|
-
_this.d = null;
|
|
21
|
-
_this.b = false;
|
|
22
20
|
_this.e = null;
|
|
23
|
-
_this.
|
|
24
|
-
_this.
|
|
25
|
-
_this.
|
|
21
|
+
_this.c = false;
|
|
22
|
+
_this.f = null;
|
|
23
|
+
_this.b = 0;
|
|
24
|
+
_this.e = a;
|
|
25
|
+
_this.f = b;
|
|
26
|
+
_this.a = d;
|
|
27
|
+
_this.b = c;
|
|
26
28
|
return _this;
|
|
27
29
|
}
|
|
28
30
|
RoundTripControlData.$t = markType(RoundTripControlData, 'RoundTripControlData');
|
|
@@ -13,11 +13,13 @@ var RoundTripPartData = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
13
13
|
__extends(RoundTripPartData, _super);
|
|
14
14
|
function RoundTripPartData() {
|
|
15
15
|
var _this = _super !== null && _super.apply(this, arguments) || this;
|
|
16
|
-
_this.b = null;
|
|
17
|
-
_this.a = null;
|
|
18
16
|
_this.c = null;
|
|
17
|
+
_this.a = null;
|
|
18
|
+
_this.b = null;
|
|
19
|
+
_this.g = null;
|
|
19
20
|
_this.d = null;
|
|
20
21
|
_this.e = null;
|
|
22
|
+
_this.f = null;
|
|
21
23
|
return _this;
|
|
22
24
|
}
|
|
23
25
|
RoundTripPartData.$t = markType(RoundTripPartData, 'RoundTripPartData');
|
|
@@ -24,14 +24,14 @@ var SerializationNumberFormatInfo = /** @class */ /*@__PURE__*/ (function (_supe
|
|
|
24
24
|
a.formatString = this.b;
|
|
25
25
|
}
|
|
26
26
|
else if (this.c >= 0) {
|
|
27
|
-
a.formatString = a.v.
|
|
27
|
+
a.formatString = a.v._b3.item(this.c);
|
|
28
28
|
}
|
|
29
29
|
};
|
|
30
30
|
SerializationNumberFormatInfo.a = function (a) {
|
|
31
31
|
var b = a._cs;
|
|
32
32
|
return ((function () {
|
|
33
33
|
var $ret = new SerializationNumberFormatInfo();
|
|
34
|
-
$ret.b = a.v.
|
|
34
|
+
$ret.b = a.v._b3.ad(b);
|
|
35
35
|
$ret.c = intSToU(b);
|
|
36
36
|
return $ret;
|
|
37
37
|
})());
|