@univerjs/sheets-ui 0.10.1 → 0.10.2
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 +3 -3
- package/lib/es/index.js +2691 -2686
- package/lib/index.js +2691 -2686
- package/lib/types/services/selection/base-selection-render.service.d.ts +3 -0
- package/lib/umd/index.js +16 -16
- package/package.json +13 -13
|
@@ -197,6 +197,9 @@ 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
|
+
*/
|
|
200
203
|
protected _clearUpdatingListeners(): void;
|
|
201
204
|
protected _addEndingListeners(): void;
|
|
202
205
|
/**
|