@idetik/core 0.14.0 → 0.15.0
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/dist/index.d.ts +1 -1
- package/dist/index.js +273 -266
- package/dist/index.js.map +1 -1
- package/dist/index.umd.cjs +30 -30
- package/dist/index.umd.cjs.map +1 -1
- package/dist/types/src/core/chunk_store.d.ts.map +1 -1
- package/dist/types/src/data/ome_zarr/image_loader.d.ts +1 -1
- package/dist/types/src/data/ome_zarr/image_loader.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1377,7 +1377,7 @@ declare class OmeZarrImageLoader {
|
|
|
1377
1377
|
constructor(props: OmeZarrImageLoaderProps);
|
|
1378
1378
|
getSourceDimensionMap(): SourceDimensionMap;
|
|
1379
1379
|
loadChunkData(chunk: Chunk, signal: AbortSignal): Promise<void>;
|
|
1380
|
-
private
|
|
1380
|
+
private sliceReceivedChunk;
|
|
1381
1381
|
loadRegion(region: Region, lod: number, scheduler?: PromiseScheduler): Promise<Chunk>;
|
|
1382
1382
|
private regionToIndices;
|
|
1383
1383
|
}
|