@univerjs/sheets-ui 0.6.0-nightly.202502051606 → 0.6.0-nightly.202502061605

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/lib/es/facade.js CHANGED
@@ -978,7 +978,7 @@ ve.extend(Xe);
978
978
  class Je extends fe {
979
979
  getCell() {
980
980
  var a;
981
- const e = this._injector.get(m), t = this._injector.get(D), r = this._workbook.getUnitId(), i = this._worksheet.getSheetId(), o = e.getRenderById(r), s = (a = o == null ? void 0 : o.with(R).getWorksheetSkeleton(i)) == null ? void 0 : a.skeleton;
981
+ const e = this._injector.get(m), t = this._injector.get(D), r = this._workbook.getUnitId(), i = this._worksheet.getSheetId(), o = e.getRenderById(r), s = (a = o == null ? void 0 : o.with(R).getSkeletonParam(i)) == null ? void 0 : a.skeleton;
982
982
  if (!s)
983
983
  throw t.error("[Facade]: `FRange.getCell` can only be called in current worksheet"), new Error("`FRange.getCell` can only be called in current worksheet");
984
984
  return s.getCellWithCoordByIndex(this._range.startRow, this._range.startColumn);