igniteui-webcomponents-excel 4.7.1 → 4.7.2-beta.1

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.
Files changed (66) hide show
  1. package/bundles/igniteui-webcomponents-excel.umd.js +1127 -950
  2. package/bundles/igniteui-webcomponents-excel.umd.min.js +1 -1
  3. package/esm2015/lib/AlignmentInfo.js +4 -4
  4. package/esm2015/lib/BiffRecordStream.js +7 -7
  5. package/esm2015/lib/CellFormatValue.js +1 -1
  6. package/esm2015/lib/ConditionalFormattingUtils.js +1 -1
  7. package/esm2015/lib/DefaultStyleHelper_combined.js +871 -742
  8. package/esm2015/lib/DomTextMetricsProvider.js +8 -8
  9. package/esm2015/lib/Formula_VisitWorksheetVisitor.js +7 -0
  10. package/esm2015/lib/JapaneseCalendar.js +1 -1
  11. package/esm2015/lib/ObjectModelDrawingPartManager_ShapeLoader_ShapeTypeCreator.js +1 -1
  12. package/esm2015/lib/PackagePart_combined.js +1 -1
  13. package/esm2015/lib/ProtectionInfo.js +8 -5
  14. package/esm2015/lib/SgmlReader.js +1 -1
  15. package/esm2015/lib/UltraCalcFunctionCell.js +1 -1
  16. package/esm2015/lib/UltraCalcFunctionComplex.js +1 -1
  17. package/esm2015/lib/UltraCalcFunctionDateDiff.js +1 -1
  18. package/esm2015/lib/UltraCalcFunctionFormulaText.js +1 -1
  19. package/esm2015/lib/UltraCalcFunctionHLookup.js +1 -1
  20. package/esm2015/lib/UltraCalcFunctionLookup.js +1 -1
  21. package/esm2015/lib/UltraCalcFunctionMatch.js +1 -1
  22. package/esm2015/lib/UltraCalcFunctionRoman.js +1 -1
  23. package/esm2015/lib/UltraCalcFunctionText.js +1 -1
  24. package/esm2015/lib/UltraCalcFunctionUSDollar.js +1 -1
  25. package/esm2015/lib/UltraCalcFunctionVLookup.js +1 -1
  26. package/esm2015/lib/WorkbookLoadManagerExcel2007_combined.js +12 -12
  27. package/esm2015/lib/WorkbookSaveManagerExcel2003_combined.js +179 -170
  28. package/esm2015/public_api.js +1 -0
  29. package/esm5/lib/AlignmentInfo.js +4 -4
  30. package/esm5/lib/BiffRecordStream.js +7 -7
  31. package/esm5/lib/CellFormatValue.js +1 -1
  32. package/esm5/lib/ConditionalFormattingUtils.js +1 -1
  33. package/esm5/lib/DefaultStyleHelper_combined.js +899 -741
  34. package/esm5/lib/DomTextMetricsProvider.js +8 -8
  35. package/esm5/lib/Formula_VisitWorksheetVisitor.js +7 -0
  36. package/esm5/lib/JapaneseCalendar.js +1 -1
  37. package/esm5/lib/ObjectModelDrawingPartManager_ShapeLoader_ShapeTypeCreator.js +1 -1
  38. package/esm5/lib/PackagePart_combined.js +1 -1
  39. package/esm5/lib/ProtectionInfo.js +8 -5
  40. package/esm5/lib/SgmlReader.js +1 -1
  41. package/esm5/lib/UltraCalcFunctionCell.js +1 -1
  42. package/esm5/lib/UltraCalcFunctionComplex.js +1 -1
  43. package/esm5/lib/UltraCalcFunctionDateDiff.js +1 -1
  44. package/esm5/lib/UltraCalcFunctionFormulaText.js +1 -1
  45. package/esm5/lib/UltraCalcFunctionHLookup.js +1 -1
  46. package/esm5/lib/UltraCalcFunctionLookup.js +1 -1
  47. package/esm5/lib/UltraCalcFunctionMatch.js +1 -1
  48. package/esm5/lib/UltraCalcFunctionRoman.js +1 -1
  49. package/esm5/lib/UltraCalcFunctionText.js +1 -1
  50. package/esm5/lib/UltraCalcFunctionUSDollar.js +1 -1
  51. package/esm5/lib/UltraCalcFunctionVLookup.js +1 -1
  52. package/esm5/lib/WorkbookLoadManagerExcel2007_combined.js +12 -12
  53. package/esm5/lib/WorkbookSaveManagerExcel2003_combined.js +179 -170
  54. package/esm5/public_api.js +1 -0
  55. package/fesm2015/igniteui-webcomponents-excel.js +1100 -952
  56. package/fesm5/igniteui-webcomponents-excel.js +1127 -951
  57. package/lib/BiffRecordStream.d.ts +2 -2
  58. package/lib/CellFormatValue.d.ts +5 -4
  59. package/lib/DefaultStyleHelper_combined.d.ts +149 -115
  60. package/lib/DomTextMetricsProvider.d.ts +1 -1
  61. package/lib/Formula_VisitWorksheetVisitor.d.ts +1 -0
  62. package/lib/JapaneseCalendar.d.ts +1 -1
  63. package/lib/WorkbookLoadManagerExcel2007_combined.d.ts +5 -5
  64. package/lib/WorkbookSaveManagerExcel2003_combined.d.ts +3 -3
  65. package/package.json +2 -2
  66. package/public_api.d.ts +1 -0
@@ -8,9 +8,9 @@ import { TextMetricsProviderBase } from "./TextMetricsProviderBase";
8
8
  import { List$1 } from "igniteui-webcomponents-core";
9
9
  import { WorksheetCellFormatData } from "./WorksheetCellFormatData";
10
10
  import { CellFormatCache } from "./CellFormatCache";
11
+ import { toNullable, markType } from "igniteui-webcomponents-core";
11
12
  import { MathUtilities } from "./MathUtilities";
12
13
  import { Size } from "igniteui-webcomponents-core";
13
- import { toNullable, markType } from "igniteui-webcomponents-core";
14
14
  import { intDivide } from "igniteui-webcomponents-core";
15
15
  import { nullableEquals } from "igniteui-webcomponents-core";
16
16
  import { stringReplace } from "igniteui-webcomponents-core";
@@ -64,7 +64,7 @@ export let DomTextMetricsProvider = /*@__PURE__*/ (() => {
64
64
  if (b) {
65
65
  this._j = this._m();
66
66
  }
67
- this._j.setStyleProperty("font-family", a._df);
67
+ this._j.setStyleProperty("font-family", a._dh);
68
68
  this._j.setStyleProperty("font-size", ((intDivide(a._cq, 20)) + "pt"));
69
69
  if (b) {
70
70
  this._j.setText("0");
@@ -103,13 +103,13 @@ export let DomTextMetricsProvider = /*@__PURE__*/ (() => {
103
103
  a._as.d = g;
104
104
  a._as.e = f;
105
105
  let h = "";
106
- if (nullableEquals(a._c3, true)) {
106
+ if (nullableEquals(a._c4, true)) {
107
107
  h += "italic ";
108
108
  }
109
- if (nullableEquals(a._c2, true)) {
109
+ if (nullableEquals(a._c3, true)) {
110
110
  h += "bold ";
111
111
  }
112
- h += (intDivide(a._cq, 20)) + "pt \"" + a._df + "\"";
112
+ h += (intDivide(a._cq, 20)) + "pt \"" + a._dh + "\"";
113
113
  f.font = h;
114
114
  }
115
115
  if (!a._as.b) {
@@ -159,14 +159,14 @@ export let DomTextMetricsProvider = /*@__PURE__*/ (() => {
159
159
  b.setStyleProperty("position", "relative");
160
160
  b.setStyleProperty("display", "block");
161
161
  b.setStyleProperty("visibility", "hidden");
162
- b.setStyleProperty("font-family", a._df);
162
+ b.setStyleProperty("font-family", a._dh);
163
163
  b.setStyleProperty("font-size", ((intDivide(a._cq, 20)) + "pt"));
164
164
  b.setStyleProperty("white-space", (c ? "pre-wrap" : "pre"));
165
165
  b.setStyleProperty("overflow-wrap", (c ? "break-word" : "normal"));
166
166
  b.setStyleProperty("word-wrap", (c ? "break-word" : "normal"));
167
167
  b.setStyleProperty("text-decoration", (a._a1 != 0 ? "underline" : "none"));
168
- b.setStyleProperty("font-weight", (nullableEquals(a._c2, true) ? "bold" : "normal"));
169
- b.setStyleProperty("font-style", (nullableEquals(a._c3, true) ? "italic" : "normal"));
168
+ b.setStyleProperty("font-weight", (nullableEquals(a._c3, true) ? "bold" : "normal"));
169
+ b.setStyleProperty("font-style", (nullableEquals(a._c4, true) ? "italic" : "normal"));
170
170
  return b;
171
171
  }
172
172
  }
@@ -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 { Formula_VisitWorksheetVisitor } from "./DefaultStyleHelper_combined";
@@ -5,9 +5,9 @@ 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
7
  import { Calendar } from "igniteui-webcomponents-core";
8
- import { callStaticConstructors, markType } from "igniteui-webcomponents-core";
9
8
  import { List$1 } from "igniteui-webcomponents-core";
10
9
  import { CalendarEraInfo } from "./CalendarEraInfo";
10
+ import { callStaticConstructors, markType } from "igniteui-webcomponents-core";
11
11
  import { ArgumentException } from "igniteui-webcomponents-core";
12
12
  import { ArgumentOutOfRangeException } from "igniteui-webcomponents-core";
13
13
  import { dateFromValues } from "igniteui-webcomponents-core";
@@ -7,8 +7,8 @@ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOA
7
7
  import { Base, enumGetBox, Boolean_$type, markType, EnumUtil } from "igniteui-webcomponents-core";
8
8
  import { IEG_GeometryVisitor$2_$type } from "./IEG_GeometryVisitor$2";
9
9
  import { WorksheetShape } from "./WorksheetShape";
10
- import { PredefinedShapeType_$type } from "./PredefinedShapeType";
11
10
  import { UnknownShape } from "./UnknownShape";
11
+ import { PredefinedShapeType_$type } from "./PredefinedShapeType";
12
12
  import { nullableNotEquals } from "igniteui-webcomponents-core";
13
13
  /**
14
14
  * @hidden
@@ -15,6 +15,7 @@ import { MemoryStream } from "igniteui-webcomponents-core";
15
15
  import { ArgumentException } from "igniteui-webcomponents-core";
16
16
  import { IOPath } from "igniteui-webcomponents-core";
17
17
  import { List$1 } from "igniteui-webcomponents-core";
18
+ import { XmlTextReader } from "igniteui-webcomponents-core";
18
19
  import { WorkItemExtensions } from "./WorkItemExtensions";
19
20
  import { RelationshipTargetMode_$type } from "./RelationshipTargetMode";
20
21
  import { PackageRelationship } from "./PackageRelationship";
@@ -25,7 +26,6 @@ import { PackagePartExposedStream } from "./PackagePartExposedStream";
25
26
  import { DocCoreExtensions } from "./DocCoreExtensions";
26
27
  import { Enumerable } from "igniteui-webcomponents-core";
27
28
  import { Async } from "./Async";
28
- import { XmlTextReader } from "igniteui-webcomponents-core";
29
29
  import { stringReplace, stringIsNullOrEmpty } from "igniteui-webcomponents-core";
30
30
  import { StringComparer } from "igniteui-webcomponents-core";
31
31
  import { ZipFile } from "./ZipFile";
@@ -44,18 +44,21 @@ export let ProtectionInfo = /*@__PURE__*/ (() => {
44
44
  }
45
45
  k(a) {
46
46
  a._locked$i = XlsxUtilities.a9(this.j);
47
+ a._hidden$i = XlsxUtilities.a9(this.h);
47
48
  }
48
49
  static a(a) {
49
50
  return ProtectionInfo.b(a, false);
50
51
  }
51
52
  static b(a, b) {
52
- let c = a._c5;
53
- if (b == false && nullableEquals(c, true)) {
53
+ let c = a._c7;
54
+ let d = a._c6;
55
+ if (b == false && nullableEquals(c, true) && nullableEquals(d, false)) {
54
56
  return null;
55
57
  }
56
- let d = new ProtectionInfo();
57
- d.j = toNullable(Boolean_$type, (nullableEquals(c, true)));
58
- return d;
58
+ let e = new ProtectionInfo();
59
+ e.j = toNullable(Boolean_$type, (nullableEquals(c, true)));
60
+ e.h = toNullable(Boolean_$type, (nullableEquals(d, true)));
61
+ return e;
59
62
  }
60
63
  static d(a, b) {
61
64
  if (Base.referenceEquals(a, null) && Base.referenceEquals(b, null)) {
@@ -59,8 +59,8 @@ import { StringUtilitiesSgml } from "./StringUtilitiesSgml";
59
59
  import { HWStack } from "./HWStack";
60
60
  import { NameTable } from "igniteui-webcomponents-core";
61
61
  import { XmlNamespaceManager } from "igniteui-webcomponents-core";
62
- import { Entity } from "./Entity";
63
62
  import { markType } from "igniteui-webcomponents-core";
63
+ import { Entity } from "./Entity";
64
64
  import { StringBuilder } from "igniteui-webcomponents-core";
65
65
  import { IndexOutOfRangeException } from "igniteui-webcomponents-core";
66
66
  import { InvalidOperationException } from "igniteui-webcomponents-core";
@@ -181,7 +181,7 @@ export let UltraCalcFunctionCell = /*@__PURE__*/ (() => {
181
181
  }
182
182
  break;
183
183
  case "protect":
184
- m = nullableEquals(s._c5, false) ? 0 : 1;
184
+ m = nullableEquals(s._c7, false) ? 0 : 1;
185
185
  break;
186
186
  default:
187
187
  case "format":
@@ -6,9 +6,9 @@ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOA
6
6
  */
7
7
  import { BuiltInFunctionBase } from "./BuiltInFunctionBase";
8
8
  import { ExcelCalcValue } from "./ExcelCalcValue";
9
+ import { UltraCalcFunctionComplex_ComplexNumber } from "./UltraCalcFunctionComplex_ComplexNumber";
9
10
  import { markType } from "igniteui-webcomponents-core";
10
11
  import { ExcelCalcErrorValue } from "./ExcelCalcErrorValue";
11
- import { UltraCalcFunctionComplex_ComplexNumber } from "./UltraCalcFunctionComplex_ComplexNumber";
12
12
  import { stringCompare1 } from "igniteui-webcomponents-core";
13
13
  /**
14
14
  * @hidden
@@ -6,8 +6,8 @@ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOA
6
6
  */
7
7
  import { BuiltInFunctionBase } from "./BuiltInFunctionBase";
8
8
  import { ExcelCalcValue } from "./ExcelCalcValue";
9
- import { markType } from "igniteui-webcomponents-core";
10
9
  import { ExcelCalcErrorValue } from "./ExcelCalcErrorValue";
10
+ import { markType } from "igniteui-webcomponents-core";
11
11
  import { CalcManagerUtilities } from "./CalcManagerUtilities";
12
12
  /**
13
13
  * @hidden
@@ -27,7 +27,7 @@ export let UltraCalcFunctionFormulaText = /*@__PURE__*/ (() => {
27
27
  }
28
28
  let g;
29
29
  if (typeCast(ArrayInteriorFormula.$, f) !== null) {
30
- g = "{" + f._c0._toString() + "}";
30
+ g = "{" + f._c1._toString() + "}";
31
31
  }
32
32
  else {
33
33
  g = f.formulaString;
@@ -6,8 +6,8 @@ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOA
6
6
  */
7
7
  import { UltraCalcFunctionLookupBase } from "./UltraCalcFunctionLookupBase";
8
8
  import { ExcelCalcValue } from "./ExcelCalcValue";
9
- import { ExcelCalcErrorValue } from "./ExcelCalcErrorValue";
10
9
  import { RegionArrayProxyBase } from "./RegionArrayProxyBase";
10
+ import { ExcelCalcErrorValue } from "./ExcelCalcErrorValue";
11
11
  import { typeCast, markType } from "igniteui-webcomponents-core";
12
12
  import { truncate } from "igniteui-webcomponents-core";
13
13
  /**
@@ -6,8 +6,8 @@ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOA
6
6
  */
7
7
  import { UltraCalcFunctionLookupBase } from "./UltraCalcFunctionLookupBase";
8
8
  import { ExcelCalcValue } from "./ExcelCalcValue";
9
- import { ExcelCalcErrorValue } from "./ExcelCalcErrorValue";
10
9
  import { RegionArrayProxyBase } from "./RegionArrayProxyBase";
10
+ import { ExcelCalcErrorValue } from "./ExcelCalcErrorValue";
11
11
  import { typeCast, markType } from "igniteui-webcomponents-core";
12
12
  /**
13
13
  * @hidden
@@ -6,9 +6,9 @@ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOA
6
6
  */
7
7
  import { UltraCalcFunctionLookupBase } from "./UltraCalcFunctionLookupBase";
8
8
  import { ExcelCalcValue } from "./ExcelCalcValue";
9
+ import { RegionArrayProxyBase } from "./RegionArrayProxyBase";
9
10
  import { ExcelCalcErrorValue } from "./ExcelCalcErrorValue";
10
11
  import { MathUtilities } from "./MathUtilities";
11
- import { RegionArrayProxyBase } from "./RegionArrayProxyBase";
12
12
  import { typeCast, markType } from "igniteui-webcomponents-core";
13
13
  import { truncate } from "igniteui-webcomponents-core";
14
14
  /**
@@ -6,9 +6,9 @@ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOA
6
6
  */
7
7
  import { BuiltInFunctionBase } from "./BuiltInFunctionBase";
8
8
  import { ExcelCalcValue } from "./ExcelCalcValue";
9
+ import { UltraCalcFunctionRoman_RomanNumeral } from "./UltraCalcFunctionRoman_RomanNumeral";
9
10
  import { typeCast, Boolean_$type, markType } from "igniteui-webcomponents-core";
10
11
  import { ExcelCalcErrorValue } from "./ExcelCalcErrorValue";
11
- import { UltraCalcFunctionRoman_RomanNumeral } from "./UltraCalcFunctionRoman_RomanNumeral";
12
12
  /**
13
13
  * @hidden
14
14
  */
@@ -8,8 +8,8 @@ import { BuiltInFunctionBase } from "./BuiltInFunctionBase";
8
8
  import { Regex } from "igniteui-webcomponents-core";
9
9
  import { toNullable, Number_$type, markType } from "igniteui-webcomponents-core";
10
10
  import { ExcelCalcValue } from "./ExcelCalcValue";
11
- import { ExcelCalcErrorValue } from "./ExcelCalcErrorValue";
12
11
  import { ValueFormatter } from "./ValueFormatter";
12
+ import { ExcelCalcErrorValue } from "./ExcelCalcErrorValue";
13
13
  import { StringUtilities } from "./StringUtilities";
14
14
  import { dateTryParse } from "igniteui-webcomponents-core";
15
15
  import { tryParseInt32_1 } from "igniteui-webcomponents-core";
@@ -6,8 +6,8 @@ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOA
6
6
  */
7
7
  import { BuiltInFunctionBase } from "./BuiltInFunctionBase";
8
8
  import { ExcelCalcValue } from "./ExcelCalcValue";
9
- import { MathUtilities } from "./MathUtilities";
10
9
  import { ValueFormatter } from "./ValueFormatter";
10
+ import { MathUtilities } from "./MathUtilities";
11
11
  import { ExcelCalcErrorValue } from "./ExcelCalcErrorValue";
12
12
  import { markType } from "igniteui-webcomponents-core";
13
13
  import { stringFormat } from "igniteui-webcomponents-core";
@@ -6,8 +6,8 @@ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOA
6
6
  */
7
7
  import { UltraCalcFunctionLookupBase } from "./UltraCalcFunctionLookupBase";
8
8
  import { ExcelCalcValue } from "./ExcelCalcValue";
9
- import { ExcelCalcErrorValue } from "./ExcelCalcErrorValue";
10
9
  import { RegionArrayProxyBase } from "./RegionArrayProxyBase";
10
+ import { ExcelCalcErrorValue } from "./ExcelCalcErrorValue";
11
11
  import { typeCast, markType } from "igniteui-webcomponents-core";
12
12
  import { truncate } from "igniteui-webcomponents-core";
13
13
  /**
@@ -48,8 +48,8 @@ import { ProtectionInfo } from "./ProtectionInfo";
48
48
  import { AlignmentInfo } from "./AlignmentInfo";
49
49
  import { WorksheetCellFormatData } from "./WorksheetCellFormatData";
50
50
  import { WorkbookStyle } from "./WorkbookStyle";
51
- import { IWorkbookFontDefaultsResolver_$type } from "./IWorkbookFontDefaultsResolver";
52
51
  import { WorkbookFontData } from "./WorkbookFontData";
52
+ import { IWorkbookFontDefaultsResolver_$type } from "./IWorkbookFontDefaultsResolver";
53
53
  import { Dictionary$2 } from "igniteui-webcomponents-core";
54
54
  import { WorkbookStyleCollection } from "./WorkbookStyleCollection";
55
55
  import { IWorkbookFont_$type } from "./IWorkbookFont";
@@ -58,8 +58,8 @@ import { nullableNotEquals, nullableEquals, nullableLessThan, nullableIsNull, un
58
58
  import { stringFormat, stringCompare3, stringInsert, stringSplit, stringEquals1 } from "igniteui-webcomponents-core";
59
59
  import { PartManagerBase } from "./PartManagerBase";
60
60
  import { CT_AbsoluteAnchor } from "./CT_AbsoluteAnchor";
61
- import { CT_TwoCellAnchor } from "./CT_TwoCellAnchor";
62
61
  import { WorksheetShape } from "./WorksheetShape";
62
+ import { CT_TwoCellAnchor } from "./CT_TwoCellAnchor";
63
63
  import { SpreadsheetMLMain } from "./SpreadsheetMLMain";
64
64
  import { XlsxUtilities } from "./XlsxUtilities";
65
65
  import { EG_Anchor } from "./EG_Anchor";
@@ -209,8 +209,8 @@ import { CustomViewCollection } from "./CustomViewCollection";
209
209
  import { DisplayOptions } from "./DisplayOptions";
210
210
  import { ObjectModelWorksheetPartManager_DVInfo } from "./ObjectModelWorksheetPartManager_DVInfo";
211
211
  import { DataValidationRule } from "./DataValidationRule";
212
- import { AnyValueDataValidationRule } from "./AnyValueDataValidationRule";
213
212
  import { ListDataValidationRule } from "./ListDataValidationRule";
213
+ import { AnyValueDataValidationRule } from "./AnyValueDataValidationRule";
214
214
  import { CustomDataValidationRule } from "./CustomDataValidationRule";
215
215
  import { TwoConstraintDataValidationRule } from "./TwoConstraintDataValidationRule";
216
216
  import { OneConstraintDataValidationRule } from "./OneConstraintDataValidationRule";
@@ -334,14 +334,14 @@ import { ST_StyleEntryModifierList } from "./ST_StyleEntryModifierList";
334
334
  import { ST_FontCollectionIndex_$type } from "./ST_FontCollectionIndex";
335
335
  import { ST_PresetMaterialType_$type } from "./ST_PresetMaterialType";
336
336
  import { DrawingMLMain } from "./DrawingMLMain";
337
+ import { CT_GroupFillProperties } from "./CT_GroupFillProperties";
338
+ import { CT_NoFillProperties } from "./CT_NoFillProperties";
337
339
  import { ST_PresetPatternVal_$type } from "./ST_PresetPatternVal";
338
340
  import { ST_BlackWhiteMode_$type } from "./ST_BlackWhiteMode";
339
341
  import { ST_ColorSchemeIndex_$type } from "./ST_ColorSchemeIndex";
340
342
  import { CT_PresetTextShape } from "./CT_PresetTextShape";
341
343
  import { CT_TextSpacingPercent } from "./CT_TextSpacingPercent";
342
344
  import { CT_TextSpacingPoint } from "./CT_TextSpacingPoint";
343
- import { CT_NoFillProperties } from "./CT_NoFillProperties";
344
- import { CT_GroupFillProperties } from "./CT_GroupFillProperties";
345
345
  import { CT_AlphaOutsetEffect } from "./CT_AlphaOutsetEffect";
346
346
  import { CT_EffectReference } from "./CT_EffectReference";
347
347
  import { CT_LuminanceEffect } from "./CT_LuminanceEffect";
@@ -1247,7 +1247,7 @@ export let FormatInfo = /*@__PURE__*/ (() => {
1247
1247
  let v = a._bg._inner[this.r.value];
1248
1248
  v.h(e, a);
1249
1249
  }
1250
- e._dt(f);
1250
+ e._dv(f);
1251
1251
  return e;
1252
1252
  }
1253
1253
  }
@@ -2584,7 +2584,7 @@ export let ObjectModelTablePartManager = /*@__PURE__*/ (() => {
2584
2584
  if (c) {
2585
2585
  let e;
2586
2586
  let f;
2587
- if (!((() => { let g = ArrayFormula._ct("=" + b, 1, a.currentFormat, CultureInfo.invariantCulture, e, f, d); e = g.p4; f = g.p5; return g.ret; })())) {
2587
+ if (!((() => { let g = ArrayFormula._cu("=" + b, 1, a.currentFormat, CultureInfo.invariantCulture, e, f, d); e = g.p4; f = g.p5; return g.ret; })())) {
2588
2588
  throw f;
2589
2589
  }
2590
2590
  return e;
@@ -7532,7 +7532,7 @@ export let ObjectModelWorksheetPartManager = /*@__PURE__*/ (() => {
7532
7532
  }
7533
7533
  gh(at, au, av, aw) {
7534
7534
  let ax = typeCast(SingleTargetFormula.$, aw);
7535
- if (ax == null || ax._ck == false) {
7535
+ if (ax == null || ax._cl == false) {
7536
7536
  return;
7537
7537
  }
7538
7538
  let ay = null;
@@ -7544,7 +7544,7 @@ export let ObjectModelWorksheetPartManager = /*@__PURE__*/ (() => {
7544
7544
  let a4 = null;
7545
7545
  let a5 = toNullable(Number_$type, null);
7546
7546
  if (ax._am) {
7547
- let a6 = ax._c0;
7547
+ let a6 = ax._c1;
7548
7548
  a0 = 2;
7549
7549
  az = a6._h._toString2(1, false, true, true);
7550
7550
  let a7 = a6.columnInputCell;
@@ -7559,7 +7559,7 @@ export let ObjectModelWorksheetPartManager = /*@__PURE__*/ (() => {
7559
7559
  }
7560
7560
  else if (ax._ak) {
7561
7561
  a0 = 1;
7562
- let ba = ax._c0;
7562
+ let ba = ax._c1;
7563
7563
  az = ba.cellRange._toString2(1, false, true, true);
7564
7564
  ay = at._cw(ba);
7565
7565
  }
@@ -8635,7 +8635,7 @@ export let ObjectModelStylesPartManager = /*@__PURE__*/ (() => {
8635
8635
  j = null;
8636
8636
  }
8637
8637
  let k = b._areaFormats$i._d(j, g);
8638
- for (let l = 1; l != 1073741824; l = (l << 1)) {
8638
+ for (let l = 1; l != -2147483648; l = (l << 1)) {
8639
8639
  if (WorksheetTableStyle._q(l) == false) {
8640
8640
  continue;
8641
8641
  }
@@ -9186,7 +9186,7 @@ export let WorkbookLoadManagerExcel2007 = /*@__PURE__*/ (() => {
9186
9186
  }
9187
9187
  for (let b of fromEnum(this._b._namedReferences$i)) {
9188
9188
  if (b._j != null) {
9189
- b._j._cw(this._b);
9189
+ b._j._cx(this._b);
9190
9190
  }
9191
9191
  }
9192
9192
  super._z();