@univerjs/sheets-ui 0.10.10-experimental.20251010-3f807c5 → 0.10.10-nightly.202510170942

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.
@@ -54,6 +54,7 @@ export declare class EditingRenderController extends Disposable {
54
54
  private _isCellImageData;
55
55
  submitCellData(documentDataModel: DocumentDataModel): Promise<boolean>;
56
56
  private _submitEdit;
57
+ private _removeComposedCellStyleInCellData;
57
58
  private _exitInput;
58
59
  private _moveSelection;
59
60
  /**
@@ -7,6 +7,8 @@ export declare class MoveRangeRenderController extends Disposable implements IRe
7
7
  private readonly _selectionRenderService;
8
8
  private readonly _selectionManagerService;
9
9
  private readonly _commandService;
10
+ private _disposableCollection;
10
11
  constructor(_context: IRenderContext<Workbook>, _selectionRenderService: ISheetSelectionRenderService, _selectionManagerService: SheetsSelectionsService, _commandService: ICommandService);
12
+ dispose(): void;
11
13
  private _initialize;
12
14
  }
@@ -17,6 +17,7 @@ export declare class SheetSelectionRenderService extends BaseSelectionRenderServ
17
17
  private _renderDisposable;
18
18
  constructor(_context: IRenderContext<Workbook>, injector: Injector, themeService: ThemeService, shortcutService: IShortcutService, selectionManagerService: SheetsSelectionsService, sheetSkeletonManagerService: SheetSkeletonManagerService, _logService: ILogService, _commandService: ICommandService, _contextService: IContextService);
19
19
  private _init;
20
+ dispose(): void;
20
21
  private _initEventListeners;
21
22
  private _initThemeChangeListener;
22
23
  /**