igniteui-webcomponents-excel 5.2.1-beta.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 +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
|
@@ -892,7 +892,7 @@ export let BiffRecordStream = /*@__PURE__*/ (() => {
|
|
|
892
892
|
}
|
|
893
893
|
g = this._readInt32();
|
|
894
894
|
}
|
|
895
|
-
let h = c ? Workbook.
|
|
895
|
+
let h = c ? Workbook._g5 : Encoding.unicode;
|
|
896
896
|
let i = a;
|
|
897
897
|
if (c == false) {
|
|
898
898
|
i *= 2;
|
|
@@ -1053,7 +1053,7 @@ export let BiffRecordStream = /*@__PURE__*/ (() => {
|
|
|
1053
1053
|
if (f) {
|
|
1054
1054
|
i = ((() => { let j = this._readInt32FromBuffer(b, c); b = j.p0; c = j.p1; return j.ret; })());
|
|
1055
1055
|
}
|
|
1056
|
-
let j = e ? Workbook.
|
|
1056
|
+
let j = e ? Workbook._g5 : Encoding.unicode;
|
|
1057
1057
|
let k = a;
|
|
1058
1058
|
if (e == false) {
|
|
1059
1059
|
k *= 2;
|
|
@@ -1263,7 +1263,7 @@ export let BiffRecordStream = /*@__PURE__*/ (() => {
|
|
|
1263
1263
|
if (n) {
|
|
1264
1264
|
this._write17(i);
|
|
1265
1265
|
}
|
|
1266
|
-
let u = s ? Workbook.
|
|
1266
|
+
let u = s ? Workbook._g5 : Encoding.unicode;
|
|
1267
1267
|
this._write2(u.getBytes1(r));
|
|
1268
1268
|
let v = b + r.length;
|
|
1269
1269
|
if (v < a._y.length) {
|
|
@@ -4,54 +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 { ImageFormat } from "./ImageFormat";
|
|
9
|
-
import { IOPath } from "igniteui-webcomponents-core";
|
|
10
|
-
import { markType } from "igniteui-webcomponents-core";
|
|
11
|
-
/**
|
|
12
|
-
* @hidden
|
|
13
|
-
*/
|
|
14
|
-
export let BmpPartManager = /*@__PURE__*/ (() => {
|
|
15
|
-
class BmpPartManager extends ImagePartManagerBase {
|
|
16
|
-
constructor(a) {
|
|
17
|
-
super();
|
|
18
|
-
this.aa = false;
|
|
19
|
-
this.aa = a;
|
|
20
|
-
}
|
|
21
|
-
get_s() {
|
|
22
|
-
return this.aa ? "/xl/media/image.dib" : "/xl/media/image.bmp";
|
|
23
|
-
}
|
|
24
|
-
get s() {
|
|
25
|
-
return this.get_s();
|
|
26
|
-
}
|
|
27
|
-
get_t() {
|
|
28
|
-
return this.aa ? "/ppt/media/image.dib" : "/ppt/media/image.bmp";
|
|
29
|
-
}
|
|
30
|
-
get t() {
|
|
31
|
-
return this.get_t();
|
|
32
|
-
}
|
|
33
|
-
get_u() {
|
|
34
|
-
return this.aa ? "/word/media/image.dib" : "/word/media/image.bmp";
|
|
35
|
-
}
|
|
36
|
-
get u() {
|
|
37
|
-
return this.get_u();
|
|
38
|
-
}
|
|
39
|
-
get_m() {
|
|
40
|
-
return "image/bmp";
|
|
41
|
-
}
|
|
42
|
-
get m() {
|
|
43
|
-
return this.get_m();
|
|
44
|
-
}
|
|
45
|
-
r(a) {
|
|
46
|
-
let b = IOPath.getExtension(a);
|
|
47
|
-
if (b.toLowerCase() == ".dib") {
|
|
48
|
-
return ImageFormat.b;
|
|
49
|
-
}
|
|
50
|
-
return ImageFormat.a;
|
|
51
|
-
}
|
|
52
|
-
}
|
|
53
|
-
BmpPartManager.$t = /*@__PURE__*/ markType(BmpPartManager, 'BmpPartManager', ImagePartManagerBase.$);
|
|
54
|
-
BmpPartManager.y = /*@__PURE__*/ new BmpPartManager(false);
|
|
55
|
-
BmpPartManager.z = /*@__PURE__*/ new BmpPartManager(true);
|
|
56
|
-
return BmpPartManager;
|
|
57
|
-
})();
|
|
7
|
+
export { BmpPartManager } from "./AlternateContentChoice_combined";
|
|
@@ -77,7 +77,7 @@ export let CT_Connector = /*@__PURE__*/ (() => {
|
|
|
77
77
|
return a._visitCT_Connector$i(this, b);
|
|
78
78
|
}
|
|
79
79
|
getStrictElementName(a) {
|
|
80
|
-
return a.
|
|
80
|
+
return a._v.aw;
|
|
81
81
|
}
|
|
82
82
|
}
|
|
83
83
|
CT_Connector.$t = /*@__PURE__*/ markType(CT_Connector, 'CT_Connector', Base.$, [IGraphicalObjectContent_$type, ICT_ShapePropertiesOwner_$type, ICT_ShapeStyleOwner_$type]);
|
|
@@ -130,7 +130,7 @@ export let CT_GraphicalObjectFrame = /*@__PURE__*/ (() => {
|
|
|
130
130
|
return a._visitCT_GraphicalObjectFrame$i(this, b);
|
|
131
131
|
}
|
|
132
132
|
getStrictElementName(a) {
|
|
133
|
-
return a.
|
|
133
|
+
return a._v.a4;
|
|
134
134
|
}
|
|
135
135
|
}
|
|
136
136
|
CT_GraphicalObjectFrame.$t = /*@__PURE__*/ markType(CT_GraphicalObjectFrame, 'CT_GraphicalObjectFrame', Base.$, [IGraphicalObjectContent_$type]);
|
|
@@ -154,7 +154,7 @@ export let CT_GroupShape = /*@__PURE__*/ (() => {
|
|
|
154
154
|
return a._visitCT_GroupShape$i(this, b);
|
|
155
155
|
}
|
|
156
156
|
getStrictElementName(a) {
|
|
157
|
-
return a.
|
|
157
|
+
return a._v.a5;
|
|
158
158
|
}
|
|
159
159
|
addShape(a, b) {
|
|
160
160
|
this.d.add(b);
|
|
@@ -186,7 +186,7 @@ export let CT_Picture = /*@__PURE__*/ (() => {
|
|
|
186
186
|
return a._visitCT_Picture$i(this, b);
|
|
187
187
|
}
|
|
188
188
|
getStrictElementName(a) {
|
|
189
|
-
return a.
|
|
189
|
+
return a._v.bt;
|
|
190
190
|
}
|
|
191
191
|
}
|
|
192
192
|
CT_Picture.$t = /*@__PURE__*/ markType(CT_Picture, 'CT_Picture', Base.$, [IGraphicalObjectContent_$type, ICT_ShapePropertiesOwner_$type]);
|
|
@@ -224,7 +224,7 @@ export let CT_Shape = /*@__PURE__*/ (() => {
|
|
|
224
224
|
return a._visitCT_Shape$i(this, b);
|
|
225
225
|
}
|
|
226
226
|
getStrictElementName(a) {
|
|
227
|
-
return a.
|
|
227
|
+
return a._v.bx;
|
|
228
228
|
}
|
|
229
229
|
}
|
|
230
230
|
CT_Shape.$t = /*@__PURE__*/ markType(CT_Shape, 'CT_Shape', Base.$, [IGraphicalObjectContent_$type, ICT_ShapePropertiesOwner_$type, ICT_ShapeStyleOwner_$type]);
|
|
@@ -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 { CellShiftOperation_CellCache } from "./DefaultStyleHelper_combined";
|
|
@@ -0,0 +1,44 @@
|
|
|
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 { ChartFillBase } from "./ChartFillBase";
|
|
8
|
+
import { markType } from "igniteui-webcomponents-core";
|
|
9
|
+
/**
|
|
10
|
+
* Represents a pattern color fill for a chart element.
|
|
11
|
+
*/
|
|
12
|
+
export let ChartPatternFill = /*@__PURE__*/ (() => {
|
|
13
|
+
class ChartPatternFill extends ChartFillBase {
|
|
14
|
+
constructor(backgroundColor, foregroundColor, pattern) {
|
|
15
|
+
super(null);
|
|
16
|
+
this._y = null;
|
|
17
|
+
this._z = null;
|
|
18
|
+
this._w = 0;
|
|
19
|
+
this._y = backgroundColor;
|
|
20
|
+
this._z = foregroundColor;
|
|
21
|
+
this._w = pattern;
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* Returns the color which is applied to the background of the fill.
|
|
25
|
+
*/
|
|
26
|
+
get backgroundColor() {
|
|
27
|
+
return this._y;
|
|
28
|
+
}
|
|
29
|
+
/**
|
|
30
|
+
* Returns the color which is applied to the foreground of the fill.
|
|
31
|
+
*/
|
|
32
|
+
get foregroundColor() {
|
|
33
|
+
return this._z;
|
|
34
|
+
}
|
|
35
|
+
/**
|
|
36
|
+
* Returns the pattern style of the fill.
|
|
37
|
+
*/
|
|
38
|
+
get pattern() {
|
|
39
|
+
return this._w;
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
ChartPatternFill.$t = /*@__PURE__*/ markType(ChartPatternFill, 'ChartPatternFill', ChartFillBase.$);
|
|
43
|
+
return ChartPatternFill;
|
|
44
|
+
})();
|
package/esm2015/lib/ColorInfo.js
CHANGED
|
@@ -11,7 +11,7 @@ import { Color } from "igniteui-webcomponents-core";
|
|
|
11
11
|
import { WorkbookThemeColorType_$type } from "./WorkbookThemeColorType";
|
|
12
12
|
import { ExcelUtils } from "./ExcelUtils";
|
|
13
13
|
import { nullableEquals, unwrapNullable, nullableNotEquals, nullableLessThan } from "igniteui-webcomponents-core";
|
|
14
|
-
import { intSToU,
|
|
14
|
+
import { intSToU, u32BitwiseOr } from "igniteui-webcomponents-core";
|
|
15
15
|
/**
|
|
16
16
|
* @hidden
|
|
17
17
|
*/
|
|
@@ -84,10 +84,10 @@ export let ColorInfo = /*@__PURE__*/ (() => {
|
|
|
84
84
|
return new WorkbookColorInfo(toNullable(Color.$, a._b._palette$i._af(this.j.value)), toNullable(WorkbookThemeColorType_$type, null), b, true, false);
|
|
85
85
|
}
|
|
86
86
|
if (nullableNotEquals(this.k, null)) {
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
return null;
|
|
87
|
+
let c = this.k.value;
|
|
88
|
+
let d = ST_UnsignedIntHex.h(c);
|
|
89
|
+
d = u32BitwiseOr(d, 4278190080);
|
|
90
|
+
return new WorkbookColorInfo(toNullable(Color.$, ExcelUtils.g1(d)), toNullable(WorkbookThemeColorType_$type, null), b, true, true);
|
|
91
91
|
}
|
|
92
92
|
return null;
|
|
93
93
|
}
|
|
@@ -7,6 +7,7 @@ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOA
|
|
|
7
7
|
import { Base, typeCast, markType } from "igniteui-webcomponents-core";
|
|
8
8
|
import { DataBarConditionalFormat } from "./DataBarConditionalFormat";
|
|
9
9
|
import { IconSetConditionalFormat } from "./IconSetConditionalFormat";
|
|
10
|
+
import { TextOperatorConditionalFormat } from "./TextOperatorConditionalFormat";
|
|
10
11
|
/**
|
|
11
12
|
* @hidden
|
|
12
13
|
*/
|
|
@@ -21,6 +22,10 @@ export let ConditionBaseExtensions = /*@__PURE__*/ (() => {
|
|
|
21
22
|
if (c != null && c.isCustom) {
|
|
22
23
|
return 1;
|
|
23
24
|
}
|
|
25
|
+
let d = a.conditionType == 8 ? typeCast(TextOperatorConditionalFormat.$, a) : null;
|
|
26
|
+
if (d != null && d.textFormula != null) {
|
|
27
|
+
return 1;
|
|
28
|
+
}
|
|
24
29
|
return a._z ? 1 : 0;
|
|
25
30
|
}
|
|
26
31
|
static b(a) {
|
|
@@ -66,32 +66,35 @@ export let ConditionalFormattingUtils = /*@__PURE__*/ (() => {
|
|
|
66
66
|
}
|
|
67
67
|
return c;
|
|
68
68
|
}
|
|
69
|
-
static f(a) {
|
|
70
|
-
let
|
|
71
|
-
if (stringIsNullOrEmpty(
|
|
69
|
+
static f(a, b = null) {
|
|
70
|
+
let c = a._s().p(true, true, 2, 1);
|
|
71
|
+
if (stringIsNullOrEmpty(c)) {
|
|
72
72
|
return null;
|
|
73
73
|
}
|
|
74
|
-
let
|
|
75
|
-
let
|
|
76
|
-
|
|
77
|
-
|
|
74
|
+
let d = null;
|
|
75
|
+
let e = a.text != null ? stringFormat("\"{0}\"", a.text) : stringEmpty();
|
|
76
|
+
if (!stringIsNullOrEmpty(b)) {
|
|
77
|
+
e = b;
|
|
78
|
+
}
|
|
79
|
+
let f = a.textOperator;
|
|
80
|
+
switch (f) {
|
|
78
81
|
case 2:
|
|
79
|
-
|
|
82
|
+
d = stringFormat("NOT(ISERROR(SEARCH({0},{1})))", e, c);
|
|
80
83
|
break;
|
|
81
84
|
case 3:
|
|
82
|
-
|
|
85
|
+
d = stringFormat("ISERROR(SEARCH({0},{1}))", e, c);
|
|
83
86
|
break;
|
|
84
87
|
case 0:
|
|
85
|
-
|
|
88
|
+
d = stringFormat("LEFT({1},LEN({0}))={0}", e, c);
|
|
86
89
|
break;
|
|
87
90
|
case 1:
|
|
88
|
-
|
|
91
|
+
d = stringFormat("RIGHT({1},LEN({0}))={0}", e, c);
|
|
89
92
|
break;
|
|
90
93
|
default:
|
|
91
|
-
|
|
94
|
+
d = null;
|
|
92
95
|
break;
|
|
93
96
|
}
|
|
94
|
-
return
|
|
97
|
+
return d;
|
|
95
98
|
}
|
|
96
99
|
static e(a) {
|
|
97
100
|
let b = a._s().p(true, true, 2, 1);
|
|
@@ -90,8 +90,8 @@ export let CustomListSortCondition = /*@__PURE__*/ (() => {
|
|
|
90
90
|
let f = a.c;
|
|
91
91
|
let g = f._rows$i._aj(b);
|
|
92
92
|
let h = b == c ? g : f._rows$i._aj(c);
|
|
93
|
-
let i = WorksheetRow.
|
|
94
|
-
let j = WorksheetRow.
|
|
93
|
+
let i = WorksheetRow._da(g, d);
|
|
94
|
+
let j = WorksheetRow._da(h, e);
|
|
95
95
|
if (i == null) {
|
|
96
96
|
if (j == null) {
|
|
97
97
|
return 0;
|
|
@@ -123,8 +123,8 @@ export let CustomListSortCondition = /*@__PURE__*/ (() => {
|
|
|
123
123
|
m.b = 1;
|
|
124
124
|
}
|
|
125
125
|
let n = a.b;
|
|
126
|
-
let o = g.
|
|
127
|
-
let p = h.
|
|
126
|
+
let o = g._az(l).j;
|
|
127
|
+
let p = h._az(m).j;
|
|
128
128
|
let q = this._k(f, o, n.caseSensitive);
|
|
129
129
|
let r = this._k(f, p, n.caseSensitive);
|
|
130
130
|
if (q == -1) {
|