@univerjs/sheets-ui 0.10.2 → 0.10.3
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/index.js +4 -4
- package/lib/es/index.js +1900 -1897
- package/lib/index.js +1900 -1897
- package/lib/types/services/selection/base-selection-render.service.d.ts +0 -3
- package/lib/umd/index.js +4 -4
- package/package.json +12 -12
|
@@ -197,9 +197,6 @@ export declare class BaseSelectionRenderService extends Disposable implements IS
|
|
|
197
197
|
* When mousedown and mouseup need to go to the coordination and undo stack, when mousemove does not need to go to the coordination and undo stack
|
|
198
198
|
*/
|
|
199
199
|
protected _movingHandler(offsetX: number, offsetY: number, activeSelectionControl: Nullable<SelectionControl>, rangeType: RANGE_TYPE): void;
|
|
200
|
-
/**
|
|
201
|
-
* Unsubscribe subjects and enable scene event
|
|
202
|
-
*/
|
|
203
200
|
protected _clearUpdatingListeners(): void;
|
|
204
201
|
protected _addEndingListeners(): void;
|
|
205
202
|
/**
|