@univerjs/sheets-ui 0.8.0-nightly.202505271607 → 0.8.0-nightly.202505291607
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 +12 -17
- package/lib/es/index.js +2866 -2874
- package/lib/index.css +1 -1
- package/lib/index.js +2866 -2874
- package/lib/types/services/canvas-pop-manager.service.d.ts +0 -2
- package/lib/types/views/permission/panel-list/index.d.ts +1 -1
- package/lib/umd/index.js +13 -18
- package/package.json +14 -14
|
@@ -76,7 +76,6 @@ export declare class SheetCanvasPopManagerService extends Disposable {
|
|
|
76
76
|
* @param _subUnitId
|
|
77
77
|
* @param viewport
|
|
78
78
|
* @param showOnSelectionMoving
|
|
79
|
-
* @returns
|
|
80
79
|
*/
|
|
81
80
|
attachRangePopup(range: IRange, popup: ICanvasPopup, _unitId?: string, _subUnitId?: string, viewport?: Viewport, showOnSelectionMoving?: boolean): Nullable<INeedCheckDisposable>;
|
|
82
81
|
/**
|
|
@@ -86,7 +85,6 @@ export declare class SheetCanvasPopManagerService extends Disposable {
|
|
|
86
85
|
* @param currentRender
|
|
87
86
|
* @param skeleton
|
|
88
87
|
* @param activeViewport
|
|
89
|
-
* @returns
|
|
90
88
|
*/
|
|
91
89
|
private _createCellPositionObserver;
|
|
92
90
|
private _calcCellPositionByCell;
|
|
@@ -13,4 +13,4 @@
|
|
|
13
13
|
* See the License for the specific language governing permissions and
|
|
14
14
|
* limitations under the License.
|
|
15
15
|
*/
|
|
16
|
-
export declare
|
|
16
|
+
export declare function SheetPermissionPanelList(): import("react/jsx-runtime").JSX.Element | null;
|