igniteui-webcomponents-excel 4.7.2-beta.0 → 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.
@@ -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";
@@ -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;
@@ -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
  }
@@ -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();
@@ -908,12 +908,12 @@ export let WorkbookSaveManagerExcel2003 = /*@__PURE__*/ (() => {
908
908
  this._ds(6);
909
909
  if (g._ak) {
910
910
  let i = g;
911
- if (i._c0.cellRange.firstRow == this._cm.b.index && i._c0.cellRange.firstColumn == b) {
911
+ if (i._c1.cellRange.firstRow == this._cm.b.index && i._c1.cellRange.firstColumn == b) {
912
912
  this._ds(545);
913
913
  }
914
914
  }
915
915
  else if (g._am) {
916
- let j = g._c0.cellsInTable;
916
+ let j = g._c1.cellsInTable;
917
917
  if (j.firstRow == this._cm.b.index - 1 && j.firstColumn == b - 1) {
918
918
  this._ds(566);
919
919
  }
@@ -9959,7 +9959,7 @@ export let ARRAYRecord = /*@__PURE__*/ (() => {
9959
9959
  if (c == null) {
9960
9960
  return;
9961
9961
  }
9962
- let d = c._c0;
9962
+ let d = c._c1;
9963
9963
  a._cl._write17(d.cellRange.firstRow);
9964
9964
  a._cl._write17(d.cellRange.lastRow);
9965
9965
  a._cl._write9(d.cellRange.firstColumn);
@@ -15718,7 +15718,7 @@ export let TABLERecord = /*@__PURE__*/ (() => {
15718
15718
  if (c == null) {
15719
15719
  return;
15720
15720
  }
15721
- let d = c._c0;
15721
+ let d = c._c1;
15722
15722
  let e = d.cellsInTable;
15723
15723
  a._cl._write17((e.firstRow + 1));
15724
15724
  a._cl._write17(e.lastRow);
@@ -804,6 +804,7 @@ export * from './lib/Formula_TableResizingVisitor';
804
804
  export * from './lib/Formula_WorksheetMovedVisitor';
805
805
  export * from './lib/Formula_WorksheetRemovedVisitor';
806
806
  export * from './lib/Formula_VerifyFormatLimitsVisitor';
807
+ export * from './lib/Formula_VisitWorksheetVisitor';
807
808
  export * from './lib/Formula_InternalFlags';
808
809
  export * from './lib/Formula_TokensReplacedChangeContext';
809
810
  export * from './lib/FormulaParseException';