@univerjs-pro/collaboration 0.10.13-nightly.202510290902 → 0.10.14-nightly.202511031023
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 +1 -1
- package/lib/es/index.js +1 -1
- package/lib/index.js +1 -1
- package/lib/types/services/snapshot/snapshot-utils.d.ts +1 -1
- package/lib/umd/index.js +1 -1
- package/package.json +16 -16
|
@@ -12,4 +12,4 @@ export declare function decodeWorksheetOtherMetas(buffer: Uint8Array | string):
|
|
|
12
12
|
export declare function decodeWorkbookOtherMetas(buffer: Uint8Array | string): Partial<IWorkbookData>;
|
|
13
13
|
export declare function decodePartOfCellData(buffer: Uint8Array | object): IObjectMatrixPrimitiveType<ICellData>;
|
|
14
14
|
export declare function decodeDocOriginalMeta(buffer: Uint8Array | string): Partial<IDocumentData>;
|
|
15
|
-
export declare function splitCellDataToBlocks(cellData: IObjectMatrixPrimitiveType<ICellData>,
|
|
15
|
+
export declare function splitCellDataToBlocks(cellData: IObjectMatrixPrimitiveType<ICellData>, fragmentCellCount?: number, minBlockSize?: number): ISheetBlock[];
|