igniteui-webcomponents-excel 4.0.2 → 4.0.4

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 (85) hide show
  1. package/bundles/igniteui-webcomponents-excel.umd.js +2889 -2771
  2. package/bundles/igniteui-webcomponents-excel.umd.min.js +1 -1
  3. package/esm2015/lib/AlternateContentChoice_combined.js +1 -1
  4. package/esm2015/lib/BiffRecordStream.js +2 -2
  5. package/esm2015/lib/BorderInfo.js +2 -2
  6. package/esm2015/lib/ColorInfo.js +3 -3
  7. package/esm2015/lib/CustomListSortCondition.js +1 -1
  8. package/esm2015/lib/DefaultStyleHelper_combined.js +2057 -1977
  9. package/esm2015/lib/DrawingPartManagerHelpers_combined.js +1 -1
  10. package/esm2015/lib/DxfInfo.js +6 -6
  11. package/esm2015/lib/EnumConverter.js +1 -1
  12. package/esm2015/lib/ExtPropColorLoaded.js +1 -1
  13. package/esm2015/lib/FinancialUtils.js +6 -6
  14. package/esm2015/lib/GradientStop.js +1 -1
  15. package/esm2015/lib/ISheetBackground.js +11 -0
  16. package/esm2015/lib/IconSortCondition.js +6 -6
  17. package/esm2015/lib/ImageFormat.js +33 -31
  18. package/esm2015/lib/MultipleCellBlankInfo.js +1 -1
  19. package/esm2015/lib/MultipleCellRKInfo.js +2 -2
  20. package/esm2015/lib/ObjectModelDrawingPartManager_ShapeIdentity.js +1 -1
  21. package/esm2015/lib/OrderedSortCondition.js +2 -2
  22. package/esm2015/lib/PngPartManager.js +1 -1
  23. package/esm2015/lib/TiffPartManager.js +1 -1
  24. package/esm2015/lib/UltraCalcConditionalFunctionBase_CriteriaEvaluator.js +1 -1
  25. package/esm2015/lib/UltraCalcFunctionAddress.js +1 -1
  26. package/esm2015/lib/UltraCalcFunctionLookupBase.js +2 -2
  27. package/esm2015/lib/UltraCalcFunctionXBase2Dec.js +1 -1
  28. package/esm2015/lib/WeakWorkbookOwner.js +10 -10
  29. package/esm2015/lib/WmfPartManager.js +1 -1
  30. package/esm2015/lib/WorkbookLoadManagerExcel2007_FontCollection.js +1 -1
  31. package/esm2015/lib/WorkbookLoadManagerExcel2007_ShapeAnchorApplicator.js +7 -7
  32. package/esm2015/lib/WorkbookLoadManagerExcel2007_combined.js +166 -162
  33. package/esm2015/lib/WorkbookSaveManagerExcel2003_combined.js +527 -518
  34. package/esm2015/lib/WorksheetRegion_HorizontalWeakSorter.js +2 -2
  35. package/esm2015/lib/XFPropBorderLoaded.js +1 -1
  36. package/esm2015/lib/XFPropColorLoaded.js +1 -1
  37. package/esm2015/lib/XFPropGradientStopLoaded.js +1 -1
  38. package/esm2015/lib/XlsxUtilities_ColorTransformsApplicator.js +6 -6
  39. package/esm2015/lib/XlsxUtilities_combined.js +13 -13
  40. package/esm2015/public_api.js +1 -0
  41. package/esm5/lib/AlternateContentChoice_combined.js +1 -1
  42. package/esm5/lib/BiffRecordStream.js +2 -2
  43. package/esm5/lib/BorderInfo.js +2 -2
  44. package/esm5/lib/ColorInfo.js +3 -3
  45. package/esm5/lib/CustomListSortCondition.js +1 -1
  46. package/esm5/lib/DefaultStyleHelper_combined.js +2065 -1973
  47. package/esm5/lib/DrawingPartManagerHelpers_combined.js +1 -1
  48. package/esm5/lib/DxfInfo.js +6 -6
  49. package/esm5/lib/EnumConverter.js +1 -1
  50. package/esm5/lib/ExtPropColorLoaded.js +1 -1
  51. package/esm5/lib/FinancialUtils.js +6 -6
  52. package/esm5/lib/GradientStop.js +1 -1
  53. package/esm5/lib/ISheetBackground.js +11 -0
  54. package/esm5/lib/IconSortCondition.js +6 -6
  55. package/esm5/lib/ImageFormat.js +33 -31
  56. package/esm5/lib/MultipleCellBlankInfo.js +1 -1
  57. package/esm5/lib/MultipleCellRKInfo.js +2 -2
  58. package/esm5/lib/ObjectModelDrawingPartManager_ShapeIdentity.js +1 -1
  59. package/esm5/lib/OrderedSortCondition.js +2 -2
  60. package/esm5/lib/PngPartManager.js +1 -1
  61. package/esm5/lib/TiffPartManager.js +1 -1
  62. package/esm5/lib/UltraCalcConditionalFunctionBase_CriteriaEvaluator.js +1 -1
  63. package/esm5/lib/UltraCalcFunctionAddress.js +1 -1
  64. package/esm5/lib/UltraCalcFunctionLookupBase.js +2 -2
  65. package/esm5/lib/UltraCalcFunctionXBase2Dec.js +1 -1
  66. package/esm5/lib/WeakWorkbookOwner.js +10 -10
  67. package/esm5/lib/WmfPartManager.js +1 -1
  68. package/esm5/lib/WorkbookLoadManagerExcel2007_FontCollection.js +1 -1
  69. package/esm5/lib/WorkbookLoadManagerExcel2007_ShapeAnchorApplicator.js +7 -7
  70. package/esm5/lib/WorkbookLoadManagerExcel2007_combined.js +166 -162
  71. package/esm5/lib/WorkbookSaveManagerExcel2003_combined.js +527 -518
  72. package/esm5/lib/WorksheetRegion_HorizontalWeakSorter.js +2 -2
  73. package/esm5/lib/XFPropBorderLoaded.js +1 -1
  74. package/esm5/lib/XFPropColorLoaded.js +1 -1
  75. package/esm5/lib/XFPropGradientStopLoaded.js +1 -1
  76. package/esm5/lib/XlsxUtilities_ColorTransformsApplicator.js +6 -6
  77. package/esm5/lib/XlsxUtilities_combined.js +13 -13
  78. package/esm5/public_api.js +1 -0
  79. package/fesm2015/igniteui-webcomponents-excel.js +2881 -2776
  80. package/fesm5/igniteui-webcomponents-excel.js +2889 -2772
  81. package/lib/DefaultStyleHelper_combined.d.ts +378 -339
  82. package/lib/ISheetBackground.d.ts +12 -0
  83. package/lib/ImageFormat.d.ts +6 -4
  84. package/package.json +2 -2
  85. package/public_api.d.ts +1 -0
@@ -2786,7 +2786,7 @@ export let DrawingPartManagerHelpers = /*@__PURE__*/ (() => {
2786
2786
  if (b == null) {
2787
2787
  return;
2788
2788
  }
2789
- a.d._t.di(a);
2789
+ a.d._t.di(a, b.e);
2790
2790
  DrawingPartManagerHelpers.ea(a, b.a);
2791
2791
  DrawingPartManagerHelpers.ev(a, b.spPr);
2792
2792
  DrawingPartManagerHelpers.e0(a, b.style);
@@ -33,22 +33,22 @@ export let DxfInfo = /*@__PURE__*/ (() => {
33
33
  {
34
34
  let c = _rest[0];
35
35
  let d = _rest[1];
36
- if (ExcelUtils.bw(d.formatOptions, 2)) {
36
+ if (ExcelUtils.by(d.formatOptions, 2)) {
37
37
  this.b = AlignmentInfo.e(d, true);
38
38
  }
39
- if (ExcelUtils.bw(d.formatOptions, 8)) {
39
+ if (ExcelUtils.by(d.formatOptions, 8)) {
40
40
  this.c = BorderInfo.a(c, d);
41
41
  }
42
- if (ExcelUtils.bw(d.formatOptions, 16)) {
42
+ if (ExcelUtils.by(d.formatOptions, 16)) {
43
43
  this.e = FillInfo.a(c, d);
44
44
  }
45
- if (ExcelUtils.bw(d.formatOptions, 1)) {
45
+ if (ExcelUtils.by(d.formatOptions, 1)) {
46
46
  this.g = SerializationNumberFormatInfo.a(d);
47
47
  }
48
- if (ExcelUtils.bw(d.formatOptions, 32)) {
48
+ if (ExcelUtils.by(d.formatOptions, 32)) {
49
49
  this.f = ProtectionInfo.b(d, true);
50
50
  }
51
- if (ExcelUtils.bw(d.formatOptions, 4)) {
51
+ if (ExcelUtils.by(d.formatOptions, 4)) {
52
52
  this.a = d._bp.d._ak(NoOpFontDefaultsResolver.a);
53
53
  }
54
54
  }
@@ -287,7 +287,7 @@ export let EnumConverter = /*@__PURE__*/ (() => {
287
287
  }
288
288
  static p(a, b, c, d) {
289
289
  d = ((() => { let e = IconSetConditionalFormat._cp(a, b); b = e.p1; return e.ret; })());
290
- c = ExcelUtils.ai(b);
290
+ c = ExcelUtils.ak(b);
291
291
  return {
292
292
  p2: c,
293
293
  p3: d
@@ -18,7 +18,7 @@ export let ExtPropColorLoaded = /*@__PURE__*/ (() => {
18
18
  this.f = a;
19
19
  }
20
20
  e(a) {
21
- return ExcelUtils.ad(a, this.f);
21
+ return ExcelUtils.af(a, this.f);
22
22
  }
23
23
  }
24
24
  ExtPropColorLoaded.$t = /*@__PURE__*/ markType(ExtPropColorLoaded, 'ExtPropColorLoaded', ExtPropColorBase.$);
@@ -16,7 +16,7 @@ export let FinancialUtils = /*@__PURE__*/ (() => {
16
16
  static iPmt(a, b, c, d, e, f) {
17
17
  let g = f != 0 ? 2 : 1;
18
18
  if ((b <= 0) || (b >= (c + 1))) {
19
- throw new ArgumentOutOfRangeException(2, "per", ExcelUtils.ef("LE_ArgumentOutOfRangeException_Per"));
19
+ throw new ArgumentOutOfRangeException(2, "per", ExcelUtils.eh("LE_ArgumentOutOfRangeException_Per"));
20
20
  }
21
21
  if ((f != 0) && (b == 1)) {
22
22
  return 0;
@@ -29,7 +29,7 @@ export let FinancialUtils = /*@__PURE__*/ (() => {
29
29
  }
30
30
  static pPmt(a, b, c, d, e, f) {
31
31
  if ((b <= 0) || (b >= (c + 1))) {
32
- throw new ArgumentException(2, ExcelUtils.ef("LE_ArgumentException_Per"), "per");
32
+ throw new ArgumentException(2, ExcelUtils.eh("LE_ArgumentException_Per"), "per");
33
33
  }
34
34
  let g = FinancialUtils.d(a, c, d, e, f);
35
35
  let h = FinancialUtils.iPmt(a, b, c, d, e, f);
@@ -38,11 +38,11 @@ export let FinancialUtils = /*@__PURE__*/ (() => {
38
38
  static nPer(a, b, c, d, e) {
39
39
  let f;
40
40
  if (a <= -1) {
41
- throw new ArgumentOutOfRangeException(2, "rate", ExcelUtils.ef("LE_ArgumentOutOfRangeException_Rate"));
41
+ throw new ArgumentOutOfRangeException(2, "rate", ExcelUtils.eh("LE_ArgumentOutOfRangeException_Rate"));
42
42
  }
43
43
  if (a == 0) {
44
44
  if (b == 0) {
45
- throw new ArgumentException(2, ExcelUtils.ef("LE_ArgumentException_Pmt"), "pmt");
45
+ throw new ArgumentException(2, ExcelUtils.eh("LE_ArgumentException_Pmt"), "pmt");
46
46
  }
47
47
  return -(c + d) / b;
48
48
  }
@@ -59,7 +59,7 @@ export let FinancialUtils = /*@__PURE__*/ (() => {
59
59
  h = -1 * h;
60
60
  }
61
61
  else if ((g <= 0) || (h <= 0)) {
62
- throw new ArgumentException(1, ExcelUtils.ef("LE_ArgumentException_NPerFunction"));
62
+ throw new ArgumentException(1, ExcelUtils.eh("LE_ArgumentException_NPerFunction"));
63
63
  }
64
64
  let i = a + 1;
65
65
  return (Math.log(g) - Math.log(h)) / Math.log(i);
@@ -67,7 +67,7 @@ export let FinancialUtils = /*@__PURE__*/ (() => {
67
67
  static d(a, b, c, d, e) {
68
68
  let f;
69
69
  if (b == 0) {
70
- throw new ArgumentException(2, ExcelUtils.ef("LE_ArgumentException_NPer"), "nPer");
70
+ throw new ArgumentException(2, ExcelUtils.eh("LE_ArgumentException_NPer"), "nPer");
71
71
  }
72
72
  if (a == 0) {
73
73
  return (-d - c) / b;
@@ -52,7 +52,7 @@ export let GradientStop = /*@__PURE__*/ (() => {
52
52
  */
53
53
  static _e(a, b = null) {
54
54
  if (a < 0 || a > 1) {
55
- let c = ExcelUtils.ef("LE_GradientStop_InvalidPosition");
55
+ let c = ExcelUtils.eh("LE_GradientStop_InvalidPosition");
56
56
  throw new ArgumentOutOfRangeException(2, b, c);
57
57
  }
58
58
  }
@@ -0,0 +1,11 @@
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 { Type } from "igniteui-webcomponents-core";
8
+ /**
9
+ * @hidden
10
+ */
11
+ export let ISheetBackground_$type = /*@__PURE__*/ new Type(null, 'ISheetBackground');
@@ -63,8 +63,8 @@ export let IconSortCondition = /*@__PURE__*/ (() => {
63
63
  this._l = toNullable(Number_$type, null);
64
64
  this._j = 0;
65
65
  iconIndex = wrapNullable(Number_$type, iconIndex);
66
- ExcelUtils.gn(FormatConditionIconSet_$type, iconSet);
67
- this._j = ExcelUtils.ai(iconSet);
66
+ ExcelUtils.gp(FormatConditionIconSet_$type, iconSet);
67
+ this._j = ExcelUtils.ak(iconSet);
68
68
  if (nullableEquals(iconIndex, null)) {
69
69
  this._l = toNullable(Number_$type, null);
70
70
  }
@@ -88,8 +88,8 @@ export let IconSortCondition = /*@__PURE__*/ (() => {
88
88
  this._l = toNullable(Number_$type, null);
89
89
  this._j = 0;
90
90
  iconIndex = wrapNullable(Number_$type, iconIndex);
91
- ExcelUtils.gn(FormatConditionIconSet_$type, iconSet);
92
- this._j = ExcelUtils.ai(iconSet);
91
+ ExcelUtils.gp(FormatConditionIconSet_$type, iconSet);
92
+ this._j = ExcelUtils.ak(iconSet);
93
93
  if (nullableEquals(iconIndex, null)) {
94
94
  this._l = toNullable(Number_$type, null);
95
95
  }
@@ -116,8 +116,8 @@ export let IconSortCondition = /*@__PURE__*/ (() => {
116
116
  * @hidden
117
117
  */
118
118
  _g($t, a, b, c, d, e) {
119
- let f = ExcelUtils.ao(a.a(b, d), this._j, this._l);
120
- let g = ExcelUtils.ao(a.a(c, e), this._j, this._l);
119
+ let f = ExcelUtils.aq(a.a(b, d), this._j, this._l);
120
+ let g = ExcelUtils.aq(a.a(c, e), this._j, this._l);
121
121
  if (f == g) {
122
122
  return 0;
123
123
  }
@@ -14,8 +14,8 @@ export let ImageFormat = /*@__PURE__*/ (() => {
14
14
  class ImageFormat extends Base {
15
15
  constructor(a) {
16
16
  super();
17
- this.n = new Guid();
18
- this.n = a;
17
+ this.o = new Guid();
18
+ this.o = a;
19
19
  }
20
20
  static d(a) {
21
21
  let b;
@@ -36,46 +36,46 @@ export let ImageFormat = /*@__PURE__*/ (() => {
36
36
  b = ImageFormat.f;
37
37
  break;
38
38
  case "image/png":
39
- b = ImageFormat.g;
39
+ b = ImageFormat.h;
40
40
  break;
41
41
  case "image/tiff":
42
42
  case "image/x-tiff":
43
- b = ImageFormat.h;
43
+ b = ImageFormat.i;
44
44
  break;
45
45
  case "windows/metafile":
46
46
  case "image/wmf":
47
- b = ImageFormat.i;
47
+ b = ImageFormat.j;
48
48
  break;
49
49
  default: throw new ArgumentException(1, "Unrecognized mediaType:" + a);
50
50
  }
51
51
  return b;
52
52
  }
53
- static s(a) {
53
+ static u(a) {
54
54
  let b = null;
55
55
  if (a != null) {
56
- let c = a.n;
57
- if (Guid.l_op_Equality(c, ImageFormat.p)) {
56
+ let c = a.o;
57
+ if (Guid.l_op_Equality(c, ImageFormat.r)) {
58
58
  b = "image/png";
59
59
  }
60
- else if (Guid.l_op_Equality(c, ImageFormat.o)) {
60
+ else if (Guid.l_op_Equality(c, ImageFormat.p)) {
61
61
  b = "image/jpeg";
62
62
  }
63
- else if (Guid.l_op_Equality(c, ImageFormat.m)) {
63
+ else if (Guid.l_op_Equality(c, ImageFormat.n)) {
64
64
  b = "image/gif";
65
65
  }
66
- else if (Guid.l_op_Equality(c, ImageFormat.r)) {
66
+ else if (Guid.l_op_Equality(c, ImageFormat.t)) {
67
67
  b = "image/wmf";
68
68
  }
69
- else if (Guid.l_op_Equality(c, ImageFormat.j)) {
69
+ else if (Guid.l_op_Equality(c, ImageFormat.k)) {
70
70
  b = "image/bmp";
71
71
  }
72
- else if (Guid.l_op_Equality(c, ImageFormat.q)) {
72
+ else if (Guid.l_op_Equality(c, ImageFormat.s)) {
73
73
  b = "image/tiff";
74
74
  }
75
- else if (Guid.l_op_Equality(c, ImageFormat.l)) {
75
+ else if (Guid.l_op_Equality(c, ImageFormat.m)) {
76
76
  b = "image/emf";
77
77
  }
78
- else if (Guid.l_op_Equality(c, ImageFormat.k)) {
78
+ else if (Guid.l_op_Equality(c, ImageFormat.l)) {
79
79
  b = "image/dib";
80
80
  }
81
81
  }
@@ -83,21 +83,23 @@ export let ImageFormat = /*@__PURE__*/ (() => {
83
83
  }
84
84
  }
85
85
  ImageFormat.$t = /*@__PURE__*/ markType(ImageFormat, 'ImageFormat');
86
- ImageFormat.j = /*@__PURE__*/ new Guid(3, "B96B3CAA-0728-11D3-9D7B-0000F81EF32E");
87
- ImageFormat.k = /*@__PURE__*/ new Guid(3, "824CA8E2-A984-4668-8A14-077225372B1C");
88
- ImageFormat.l = /*@__PURE__*/ new Guid(3, "B96B3CAC-0728-11D3-9D7B-0000F81EF32E");
89
- ImageFormat.m = /*@__PURE__*/ new Guid(3, "1FE88D21-FE3D-4F4A-ABD3-8DBAD86C510A");
90
- ImageFormat.o = /*@__PURE__*/ new Guid(3, "0C487171-1412-4D76-B20A-4AEA380FFAA7");
91
- ImageFormat.p = /*@__PURE__*/ new Guid(3, "7B369CF6-0507-4F15-ABE8-5768C70D1454");
92
- ImageFormat.q = /*@__PURE__*/ new Guid(3, "069B1E5E-A617-4498-AAEA-D71AF8933FD3");
93
- ImageFormat.r = /*@__PURE__*/ new Guid(3, "B96B3CAD-0728-11D3-9D7B-0000F81EF32E");
94
- ImageFormat.a = /*@__PURE__*/ new ImageFormat(ImageFormat.j);
95
- ImageFormat.b = /*@__PURE__*/ new ImageFormat(ImageFormat.k);
96
- ImageFormat.c = /*@__PURE__*/ new ImageFormat(ImageFormat.l);
97
- ImageFormat.e = /*@__PURE__*/ new ImageFormat(ImageFormat.m);
98
- ImageFormat.f = /*@__PURE__*/ new ImageFormat(ImageFormat.o);
99
- ImageFormat.g = /*@__PURE__*/ new ImageFormat(ImageFormat.p);
100
- ImageFormat.h = /*@__PURE__*/ new ImageFormat(ImageFormat.q);
101
- ImageFormat.i = /*@__PURE__*/ new ImageFormat(ImageFormat.r);
86
+ ImageFormat.k = /*@__PURE__*/ new Guid(3, "B96B3CAA-0728-11D3-9D7B-0000F81EF32E");
87
+ ImageFormat.l = /*@__PURE__*/ new Guid(3, "824CA8E2-A984-4668-8A14-077225372B1C");
88
+ ImageFormat.m = /*@__PURE__*/ new Guid(3, "B96B3CAC-0728-11D3-9D7B-0000F81EF32E");
89
+ ImageFormat.n = /*@__PURE__*/ new Guid(3, "1FE88D21-FE3D-4F4A-ABD3-8DBAD86C510A");
90
+ ImageFormat.p = /*@__PURE__*/ new Guid(3, "0C487171-1412-4D76-B20A-4AEA380FFAA7");
91
+ ImageFormat.q = /*@__PURE__*/ new Guid(3, "B96b3CAA-0728-11D3-9D7B-0000F81EF32E");
92
+ ImageFormat.r = /*@__PURE__*/ new Guid(3, "7B369CF6-0507-4F15-ABE8-5768C70D1454");
93
+ ImageFormat.s = /*@__PURE__*/ new Guid(3, "069B1E5E-A617-4498-AAEA-D71AF8933FD3");
94
+ ImageFormat.t = /*@__PURE__*/ new Guid(3, "B96B3CAD-0728-11D3-9D7B-0000F81EF32E");
95
+ ImageFormat.a = /*@__PURE__*/ new ImageFormat(ImageFormat.k);
96
+ ImageFormat.b = /*@__PURE__*/ new ImageFormat(ImageFormat.l);
97
+ ImageFormat.c = /*@__PURE__*/ new ImageFormat(ImageFormat.m);
98
+ ImageFormat.e = /*@__PURE__*/ new ImageFormat(ImageFormat.n);
99
+ ImageFormat.f = /*@__PURE__*/ new ImageFormat(ImageFormat.p);
100
+ ImageFormat.g = /*@__PURE__*/ new ImageFormat(ImageFormat.q);
101
+ ImageFormat.h = /*@__PURE__*/ new ImageFormat(ImageFormat.r);
102
+ ImageFormat.i = /*@__PURE__*/ new ImageFormat(ImageFormat.s);
103
+ ImageFormat.j = /*@__PURE__*/ new ImageFormat(ImageFormat.t);
102
104
  return ImageFormat;
103
105
  })();
@@ -28,7 +28,7 @@ export let MultipleCellBlankInfo = /*@__PURE__*/ (() => {
28
28
  static q(a, b, c, d) {
29
29
  d = a._a5(b, c);
30
30
  return {
31
- ret: ExcelUtils.a8(d),
31
+ ret: ExcelUtils.ba(d),
32
32
  p3: d
33
33
  };
34
34
  }
@@ -30,7 +30,7 @@ export let MultipleCellRKInfo = /*@__PURE__*/ (() => {
30
30
  static q(a, b, c, d) {
31
31
  d = null;
32
32
  let e = a._a5(b, c);
33
- if (ExcelUtils.a9(e) == false) {
33
+ if (ExcelUtils.bb(e) == false) {
34
34
  return {
35
35
  ret: false,
36
36
  p3: d
@@ -38,7 +38,7 @@ export let MultipleCellRKInfo = /*@__PURE__*/ (() => {
38
38
  }
39
39
  let f = Convert.toDouble4(e, CultureInfo.invariantCulture);
40
40
  let g;
41
- if (((() => { let h = ExcelUtils.by(f, g); g = h.p1; return h.ret; })()) == false) {
41
+ if (((() => { let h = ExcelUtils.b0(f, g); g = h.p1; return h.ret; })()) == false) {
42
42
  return {
43
43
  ret: false,
44
44
  p3: d
@@ -32,7 +32,7 @@ export let ObjectModelDrawingPartManager_ShapeIdentity = /*@__PURE__*/ (() => {
32
32
  else {
33
33
  c = "WorksheetShapeSerialization_ShapeName";
34
34
  }
35
- return stringFormat("{0} {1}", ExcelUtils.ef(c), b);
35
+ return stringFormat("{0} {1}", ExcelUtils.eh(c), b);
36
36
  }
37
37
  }
38
38
  ObjectModelDrawingPartManager_ShapeIdentity.$t = /*@__PURE__*/ markType(ObjectModelDrawingPartManager_ShapeIdentity, 'ObjectModelDrawingPartManager_ShapeIdentity');
@@ -94,9 +94,9 @@ export let OrderedSortCondition = /*@__PURE__*/ (() => {
94
94
  */
95
95
  static _i($t, a, b, c, d) {
96
96
  let e;
97
- let f = ((() => { let g = ExcelUtils.bz(b.workbook, c, e); e = g.p2; return g.ret; })());
97
+ let f = ((() => { let g = ExcelUtils.b1(b.workbook, c, e); e = g.p2; return g.ret; })());
98
98
  let g;
99
- let h = ((() => { let i = ExcelUtils.bz(b.workbook, d, g); g = i.p2; return i.ret; })());
99
+ let h = ((() => { let i = ExcelUtils.b1(b.workbook, d, g); g = i.p2; return i.ret; })());
100
100
  if (f) {
101
101
  if (h) {
102
102
  return Base.compareSimple(e, g);
@@ -40,7 +40,7 @@ export let PngPartManager = /*@__PURE__*/ (() => {
40
40
  return this.get_m();
41
41
  }
42
42
  r(a) {
43
- return ImageFormat.g;
43
+ return ImageFormat.h;
44
44
  }
45
45
  }
46
46
  PngPartManager.$t = /*@__PURE__*/ markType(PngPartManager, 'PngPartManager', ImagePartManagerBase.$);
@@ -40,7 +40,7 @@ export let TiffPartManager = /*@__PURE__*/ (() => {
40
40
  return this.get_m();
41
41
  }
42
42
  r(a) {
43
- return ImageFormat.h;
43
+ return ImageFormat.i;
44
44
  }
45
45
  }
46
46
  TiffPartManager.$t = /*@__PURE__*/ markType(TiffPartManager, 'TiffPartManager', ImagePartManagerBase.$);
@@ -81,7 +81,7 @@ export let UltraCalcConditionalFunctionBase_CriteriaEvaluator = /*@__PURE__*/ ((
81
81
  else {
82
82
  if (stringContains(g, "*") || stringContains(g, "?")) {
83
83
  let i;
84
- this.g = ((() => { let j = ExcelUtils.ep(g, i); i = j.p1; return j.ret; })());
84
+ this.g = ((() => { let j = ExcelUtils.er(g, i); i = j.p1; return j.ret; })());
85
85
  }
86
86
  d = g;
87
87
  }
@@ -85,7 +85,7 @@ export let UltraCalcFunctionAddress = /*@__PURE__*/ (() => {
85
85
  let r = k ? 1 : 0;
86
86
  let s = stringEmpty();
87
87
  if (l != null) {
88
- s += ExcelUtils.d5(null, l);
88
+ s += ExcelUtils.d7(null, l);
89
89
  }
90
90
  if (r == 0) {
91
91
  if (p) {
@@ -17,7 +17,7 @@ export let UltraCalcFunctionLookupBase = /*@__PURE__*/ (() => {
17
17
  class UltraCalcFunctionLookupBase extends BuiltInFunctionBase {
18
18
  static _am(a, b, c, d, e, f, g) {
19
19
  let h = a._getResolvedValue();
20
- if (ExcelUtils.a8(h)) {
20
+ if (ExcelUtils.ba(h)) {
21
21
  return toNullable(Number_$type, null);
22
22
  }
23
23
  if (b) {
@@ -49,7 +49,7 @@ export let UltraCalcFunctionLookupBase = /*@__PURE__*/ (() => {
49
49
  }
50
50
  static _an(a) {
51
51
  let b;
52
- return ((() => { let c = ExcelUtils.ep(a, b); b = c.p1; return c.ret; })());
52
+ return ((() => { let c = ExcelUtils.er(a, b); b = c.p1; return c.ret; })());
53
53
  }
54
54
  static _al(a, b, c) {
55
55
  let d = b.isString;
@@ -71,7 +71,7 @@ export let UltraCalcFunctionXBase2Dec = /*@__PURE__*/ (() => {
71
71
  j *= c;
72
72
  }
73
73
  if (0 != k.charCodeAt(0)) {
74
- f = new ExcelCalcErrorValue(4, ExcelUtils.eg("Error_InvalidNumberSystemDigit", k, b, c));
74
+ f = new ExcelCalcErrorValue(4, ExcelUtils.ei("Error_InvalidNumberSystemDigit", k, b, c));
75
75
  return {
76
76
  ret: 0,
77
77
  p5: f
@@ -19,54 +19,54 @@ export let WeakWorkbookOwner = /*@__PURE__*/ (() => {
19
19
  this.b = new WeakReference(a);
20
20
  }
21
21
  get a() {
22
- return typeCast(IWorkbookOwner_$type, ExcelUtils.dy(this.b));
22
+ return typeCast(IWorkbookOwner_$type, ExcelUtils.d0(this.b));
23
23
  }
24
24
  get isUndoEnabled() {
25
- let a = typeCast(IWorkbookOwner_$type, ExcelUtils.dy(this.b));
25
+ let a = typeCast(IWorkbookOwner_$type, ExcelUtils.d0(this.b));
26
26
  return a != null && a.isUndoEnabled;
27
27
  }
28
28
  onCellValueChange(a, b) {
29
- let c = typeCast(IWorkbookOwner_$type, ExcelUtils.dy(this.b));
29
+ let c = typeCast(IWorkbookOwner_$type, ExcelUtils.d0(this.b));
30
30
  if (c != null) {
31
31
  c.onCellValueChange(a, b);
32
32
  }
33
33
  }
34
34
  _onChange$2$i($tContext, $tValue, a, b, c, d, e) {
35
- let f = ExcelUtils.dy(this.b);
35
+ let f = ExcelUtils.d0(this.b);
36
36
  if (f != null) {
37
37
  f._onChange$2$i($tContext, $tValue, a, b, c, d, e);
38
38
  }
39
39
  }
40
40
  onConditionalFormatChange(a) {
41
- let b = typeCast(IWorkbookOwner_$type, ExcelUtils.dy(this.b));
41
+ let b = typeCast(IWorkbookOwner_$type, ExcelUtils.d0(this.b));
42
42
  if (b != null) {
43
43
  b.onConditionalFormatChange(a);
44
44
  }
45
45
  }
46
46
  onCustomViewApplied(a) {
47
- let b = typeCast(IWorkbookOwner_$type, ExcelUtils.dy(this.b));
47
+ let b = typeCast(IWorkbookOwner_$type, ExcelUtils.d0(this.b));
48
48
  if (b != null) {
49
49
  b.onCustomViewApplied(a);
50
50
  }
51
51
  }
52
52
  onSheetRemoving(a) {
53
- let b = typeCast(IWorkbookOwner_$type, ExcelUtils.dy(this.b));
53
+ let b = typeCast(IWorkbookOwner_$type, ExcelUtils.d0(this.b));
54
54
  if (b != null) {
55
55
  b.onSheetRemoving(a);
56
56
  }
57
57
  }
58
58
  onTransactionalChangeBegin(a, b) {
59
- let c = typeCast(IWorkbookOwner_$type, ExcelUtils.dy(this.b));
59
+ let c = typeCast(IWorkbookOwner_$type, ExcelUtils.d0(this.b));
60
60
  return c != null ? c.onTransactionalChangeBegin(a, b) : null;
61
61
  }
62
62
  onTransactionalChangeEnd(a) {
63
- let b = typeCast(IWorkbookOwner_$type, ExcelUtils.dy(this.b));
63
+ let b = typeCast(IWorkbookOwner_$type, ExcelUtils.d0(this.b));
64
64
  if (b != null) {
65
65
  b.onTransactionalChangeEnd(a);
66
66
  }
67
67
  }
68
68
  onTransactionalChangeRollback(a) {
69
- let b = typeCast(IWorkbookOwner_$type, ExcelUtils.dy(this.b));
69
+ let b = typeCast(IWorkbookOwner_$type, ExcelUtils.d0(this.b));
70
70
  if (b != null) {
71
71
  b.onTransactionalChangeRollback(a);
72
72
  }
@@ -40,7 +40,7 @@ export let WmfPartManager = /*@__PURE__*/ (() => {
40
40
  return this.get_m();
41
41
  }
42
42
  r(a) {
43
- return ImageFormat.i;
43
+ return ImageFormat.j;
44
44
  }
45
45
  }
46
46
  WmfPartManager.$t = /*@__PURE__*/ markType(WmfPartManager, 'WmfPartManager', ImagePartManagerBase.$);
@@ -28,7 +28,7 @@ export let WorkbookLoadManagerExcel2007_FontCollection = /*@__PURE__*/ (() => {
28
28
  }
29
29
  e() {
30
30
  let a = null;
31
- if (ExcelUtils.ax) {
31
+ if (ExcelUtils.az) {
32
32
  let b = this.b.tryGetValue("jpan", a);
33
33
  a = b.p1;
34
34
  }
@@ -23,10 +23,10 @@ export let WorkbookLoadManagerExcel2007_ShapeAnchorApplicator = /*@__PURE__*/ ((
23
23
  let d = b.d;
24
24
  d.positioningMode = 3;
25
25
  if (a.c == null || a.d == null) {
26
- d._setBoundsInTwips(c, ExcelUtils.hb(0, 0, 1, 1));
26
+ d._setBoundsInTwips(c, ExcelUtils.hf(0, 0, 1, 1));
27
27
  return false;
28
28
  }
29
- let e = ExcelUtils.hb(truncate(MathUtilities.f(a.c.a.k())), truncate(MathUtilities.f(a.c.b.k())), truncate(MathUtilities.f(a.d.a.j())), truncate(MathUtilities.f(a.d.b.j())));
29
+ let e = ExcelUtils.hf(truncate(MathUtilities.f(a.c.a.k())), truncate(MathUtilities.f(a.c.b.k())), truncate(MathUtilities.f(a.d.a.j())), truncate(MathUtilities.f(a.d.b.j())));
30
30
  d._setBoundsInTwips(c, e);
31
31
  return true;
32
32
  }
@@ -35,17 +35,17 @@ export let WorkbookLoadManagerExcel2007_ShapeAnchorApplicator = /*@__PURE__*/ ((
35
35
  let d = b.d;
36
36
  d.positioningMode = 2;
37
37
  if (a.d == null || a.c == null) {
38
- d._setBoundsInTwips(c, ExcelUtils.hb(0, 0, 1, 1));
38
+ d._setBoundsInTwips(c, ExcelUtils.hf(0, 0, 1, 1));
39
39
  return false;
40
40
  }
41
41
  else if (c.type != 0) {
42
- d._setBoundsInTwips(c, ExcelUtils.hb(0, 0, 1, 1));
42
+ d._setBoundsInTwips(c, ExcelUtils.hf(0, 0, 1, 1));
43
43
  return false;
44
44
  }
45
45
  let e = c;
46
46
  let f = XlsxUtilities.bf(a.d, e);
47
47
  let g = WorksheetShape._ds(e, f.c, f.d, f.c, f.d);
48
- let h = ExcelUtils.hb(truncate(MathUtilities.f(g.left)), truncate(MathUtilities.f(g.top)), truncate(MathUtilities.f(a.c.a.j())), truncate(MathUtilities.f(a.c.b.j())));
48
+ let h = ExcelUtils.hf(truncate(MathUtilities.f(g.left)), truncate(MathUtilities.f(g.top)), truncate(MathUtilities.f(a.c.a.j())), truncate(MathUtilities.f(a.c.b.j())));
49
49
  d._setBoundsInTwips(e, h);
50
50
  return true;
51
51
  }
@@ -54,11 +54,11 @@ export let WorkbookLoadManagerExcel2007_ShapeAnchorApplicator = /*@__PURE__*/ ((
54
54
  let d = b.d;
55
55
  d.positioningMode = XlsxUtilities.x(a.e);
56
56
  if (a.c == null || a.d == null) {
57
- d._setBoundsInTwips(c, ExcelUtils.hb(0, 0, 1, 1));
57
+ d._setBoundsInTwips(c, ExcelUtils.hf(0, 0, 1, 1));
58
58
  return false;
59
59
  }
60
60
  else if (c.type != 0) {
61
- d._setBoundsInTwips(c, ExcelUtils.hb(0, 0, 1, 1));
61
+ d._setBoundsInTwips(c, ExcelUtils.hf(0, 0, 1, 1));
62
62
  return false;
63
63
  }
64
64
  let e = c;