@vitessce/gl 3.3.12 → 3.4.1
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/{deflate-ada64e60.js → deflate-c7dbd72a.js} +1 -1
- package/dist/{index-57759fcf.js → index-2036039d.js} +5826 -3125
- package/dist/index.js +2 -2
- package/dist/{jpeg-f4ff4695.js → jpeg-6608700c.js} +1 -1
- package/dist/{lerc-4fe5a320.js → lerc-743c083f.js} +1 -1
- package/dist/{lzw-d98cdcf4.js → lzw-4b3342dc.js} +1 -1
- package/dist/{packbits-afd2006e.js → packbits-f252b5a5.js} +1 -1
- package/dist/{raw-6963b026.js → raw-714db62c.js} +1 -1
- package/dist/{webimage-47480b51.js → webimage-ce41adbf.js} +1 -1
- package/dist-tsc/BitmaskLayer.d.ts +1 -1
- package/dist-tsc/BitmaskLayerBeta.d.ts +1 -1
- package/dist-tsc/viv.d.ts +1 -1
- package/dist-tsc/viv.js +1 -1
- package/package.json +3 -3
- package/src/viv.js +1 -0
package/dist/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { f as distEs6 } from "./index-
|
|
2
|
-
import { o, n, A, r, q, p, i, j, C, l, D, G, e, H, c, M, k, m, d, P, S, h, T, t, b, s, v } from "./index-
|
|
1
|
+
import { f as distEs6 } from "./index-2036039d.js";
|
|
2
|
+
import { o, n, A, r, q, p, i, j, C, l, D, G, e, H, c, M, k, m, d, P, S, h, T, t, b, s, v } from "./index-2036039d.js";
|
|
3
3
|
import "react";
|
|
4
4
|
const SELECTION_TYPE = distEs6.SELECTION_TYPE;
|
|
5
5
|
export {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { i as inflate_1 } from "./pako.esm-68f84e2a.js";
|
|
2
|
-
import { g as getDefaultExportFromCjs, B as BaseDecoder, L as LercParameters, a as LercAddCompression } from "./index-
|
|
2
|
+
import { g as getDefaultExportFromCjs, B as BaseDecoder, L as LercParameters, a as LercAddCompression } from "./index-2036039d.js";
|
|
3
3
|
import "react";
|
|
4
4
|
var LercDecode = { exports: {} };
|
|
5
5
|
(function(module) {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
declare const BitmaskLayer_base: new (...props: import(".pnpm/@vivjs+types@0.
|
|
1
|
+
declare const BitmaskLayer_base: new (...props: import(".pnpm/@vivjs+types@0.16.0/node_modules/@vivjs/types").Viv<{
|
|
2
2
|
contrastLimits: number[][];
|
|
3
3
|
channelsVisible: boolean[];
|
|
4
4
|
dtype: string;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
declare const BitmaskLayer_base: new (...props: import(".pnpm/@vivjs+types@0.
|
|
1
|
+
declare const BitmaskLayer_base: new (...props: import(".pnpm/@vivjs+types@0.16.0/node_modules/@vivjs/types").Viv<{
|
|
2
2
|
contrastLimits: number[][];
|
|
3
3
|
channelsVisible: boolean[];
|
|
4
4
|
dtype: string;
|
package/dist-tsc/viv.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { TiffPixelSource, ZarrPixelSource, loadOmeTiff, XRLayer, getChannelStats, RENDERING_MODES, MAX_CHANNELS, getDefaultInitialViewState, ScaleBarLayer, MultiscaleImageLayer, AdditiveColormapExtension, ColorPaletteExtension, ImageLayer, VolumeLayer, AdditiveColormap3DExtensions, ColorPalette3DExtensions, DTYPE_VALUES } from "@hms-dbmi/viv";
|
|
1
|
+
export { TiffPixelSource, ZarrPixelSource, loadOmeTiff, XRLayer, getChannelStats, RENDERING_MODES, MAX_CHANNELS, getDefaultInitialViewState, ScaleBarLayer, MultiscaleImageLayer, AdditiveColormapExtension, ColorPaletteExtension, ImageLayer, VolumeLayer, AdditiveColormap3DExtensions, ColorPalette3DExtensions, getImageSize, DTYPE_VALUES } from "@hms-dbmi/viv";
|
|
2
2
|
//# sourceMappingURL=viv.d.ts.map
|
package/dist-tsc/viv.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { TiffPixelSource, ZarrPixelSource, loadOmeTiff, XRLayer, getChannelStats, RENDERING_MODES, MAX_CHANNELS, getDefaultInitialViewState, ScaleBarLayer, MultiscaleImageLayer, AdditiveColormapExtension, ColorPaletteExtension, ImageLayer, VolumeLayer, AdditiveColormap3DExtensions, ColorPalette3DExtensions,
|
|
1
|
+
export { TiffPixelSource, ZarrPixelSource, loadOmeTiff, XRLayer, getChannelStats, RENDERING_MODES, MAX_CHANNELS, getDefaultInitialViewState, ScaleBarLayer, MultiscaleImageLayer, AdditiveColormapExtension, ColorPaletteExtension, ImageLayer, VolumeLayer, AdditiveColormap3DExtensions, ColorPalette3DExtensions, getImageSize,
|
|
2
2
|
// TODO: deprecated
|
|
3
3
|
DTYPE_VALUES, } from '@hms-dbmi/viv';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vitessce/gl",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.4.1",
|
|
4
4
|
"author": "Gehlenborg Lab",
|
|
5
5
|
"homepage": "http://vitessce.io",
|
|
6
6
|
"repository": {
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"@deck.gl/layers": "8.8.27",
|
|
24
24
|
"@deck.gl/mesh-layers": "8.8.27",
|
|
25
25
|
"@deck.gl/react": "8.8.27",
|
|
26
|
-
"@hms-dbmi/viv": "~0.
|
|
26
|
+
"@hms-dbmi/viv": "~0.16.0",
|
|
27
27
|
"@loaders.gl/3d-tiles": "^3.0.0",
|
|
28
28
|
"@loaders.gl/core": "^3.0.0",
|
|
29
29
|
"@loaders.gl/images": "^3.0.0",
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"math.gl": "^3.5.6",
|
|
53
53
|
"mathjs": "^9.2.0",
|
|
54
54
|
"nebula.gl": "0.23.8",
|
|
55
|
-
"@vitessce/utils": "3.
|
|
55
|
+
"@vitessce/utils": "3.4.1"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
58
|
"glsl-colormap": "^1.0.1"
|