@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/cjs/facade.js +1 -1
- package/lib/cjs/index.js +19 -19
- package/lib/es/facade.js +1 -1
- package/lib/es/index.js +5863 -5785
- package/lib/types/controllers/render-controllers/scroll.render-controller.d.ts +1 -0
- package/lib/types/controllers/render-controllers/skeleton.render-controller.d.ts +4 -2
- package/lib/types/controllers/render-controllers/zoom.render-controller.d.ts +1 -1
- package/lib/types/services/scroll-manager.service.d.ts +17 -12
- package/lib/types/services/sheet-skeleton-manager.service.d.ts +35 -16
- package/lib/umd/facade.js +1 -1
- package/lib/umd/index.js +21 -21
- package/package.json +11 -11
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).
|
|
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);
|