@univerjs/sheets-ui 0.6.3 → 0.6.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.
@@ -52,10 +52,10 @@ export declare class EditingRenderController extends Disposable implements IRend
52
52
  private _handleEditorVisible;
53
53
  private _handleEditorInvisible;
54
54
  private _getEditorObject;
55
- submitCellData(documentDataModel: DocumentDataModel): Promise<void>;
55
+ submitCellData(documentDataModel: DocumentDataModel): Promise<boolean>;
56
56
  private _submitCellData;
57
57
  private _exitInput;
58
- private _moveCursor;
58
+ private _moveSelection;
59
59
  /**
60
60
  * The user's operations follow the sequence of opening the editor and then moving the cursor.
61
61
  * The logic here predicts the user's first cursor movement behavior based on this rule