@vitessce/statistical-plots 3.8.2 → 3.8.4
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-7ohytk11.js → deflate-IW2t3FQv.js} +1 -1
- package/dist/{index-Cbe4c7In.js → index-CGPcqIZo.js} +11 -8
- package/dist/index.js +1 -1
- package/dist/{jpeg-hmwNBzu7.js → jpeg-BnJ8t6rS.js} +1 -1
- package/dist/{lerc-CyTLEcX2.js → lerc-CAWhme9S.js} +1 -1
- package/dist/{lzw-Eb5O3C7F.js → lzw-DDQ7DaiR.js} +1 -1
- package/dist/{packbits-TfpJF6VX.js → packbits-Bg9j1cHH.js} +1 -1
- package/dist/{raw-B1EQg_SA.js → raw-Ix4Nmikg.js} +1 -1
- package/dist/{webimage-DkHQ713h.js → webimage-DtR7PZaH.js} +1 -1
- package/package.json +8 -8
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { i as inflate_1 } from "./pako.esm-SxljTded.js";
|
|
2
|
-
import { B as BaseDecoder } from "./index-
|
|
2
|
+
import { B as BaseDecoder } from "./index-CGPcqIZo.js";
|
|
3
3
|
class DeflateDecoder extends BaseDecoder {
|
|
4
4
|
decodeBlock(buffer) {
|
|
5
5
|
return inflate_1(new Uint8Array(buffer)).buffer;
|
|
@@ -11237,7 +11237,10 @@ z.object({
|
|
|
11237
11237
|
obsSets: obsSetsSpatialdataSchema,
|
|
11238
11238
|
obsEmbedding: obsEmbeddingSpatialdataSchemaConvenience,
|
|
11239
11239
|
// TODO: obsLabels
|
|
11240
|
-
|
|
11240
|
+
featureLabels: z.union([
|
|
11241
|
+
annDataFeatureLabels,
|
|
11242
|
+
z.array(annDataConvenienceFeatureLabelsItem)
|
|
11243
|
+
]),
|
|
11241
11244
|
// TODO: allow specifying tablePath and region at the top-level here.
|
|
11242
11245
|
coordinateSystem: z.string().optional().describe("The name of a coordinate transformation output used to transform all elements which lack a per-element coordinateSystem property.")
|
|
11243
11246
|
}).partial();
|
|
@@ -178758,22 +178761,22 @@ function addDecoder(cases2, importFn) {
|
|
|
178758
178761
|
}
|
|
178759
178762
|
cases2.forEach((c2) => registry$1.set(c2, importFn));
|
|
178760
178763
|
}
|
|
178761
|
-
addDecoder([void 0, 1], () => import("./raw-
|
|
178762
|
-
addDecoder(5, () => import("./lzw-
|
|
178764
|
+
addDecoder([void 0, 1], () => import("./raw-Ix4Nmikg.js").then((m2) => m2.default));
|
|
178765
|
+
addDecoder(5, () => import("./lzw-DDQ7DaiR.js").then((m2) => m2.default));
|
|
178763
178766
|
addDecoder(6, () => {
|
|
178764
178767
|
throw new Error("old style JPEG compression is not supported.");
|
|
178765
178768
|
});
|
|
178766
|
-
addDecoder(7, () => import("./jpeg-
|
|
178767
|
-
addDecoder([8, 32946], () => import("./deflate-
|
|
178768
|
-
addDecoder(32773, () => import("./packbits-
|
|
178769
|
+
addDecoder(7, () => import("./jpeg-BnJ8t6rS.js").then((m2) => m2.default));
|
|
178770
|
+
addDecoder([8, 32946], () => import("./deflate-IW2t3FQv.js").then((m2) => m2.default));
|
|
178771
|
+
addDecoder(32773, () => import("./packbits-Bg9j1cHH.js").then((m2) => m2.default));
|
|
178769
178772
|
addDecoder(
|
|
178770
178773
|
34887,
|
|
178771
|
-
() => import("./lerc-
|
|
178774
|
+
() => import("./lerc-CAWhme9S.js").then(async (m2) => {
|
|
178772
178775
|
await m2.zstd.init();
|
|
178773
178776
|
return m2;
|
|
178774
178777
|
}).then((m2) => m2.default)
|
|
178775
178778
|
);
|
|
178776
|
-
addDecoder(50001, () => import("./webimage-
|
|
178779
|
+
addDecoder(50001, () => import("./webimage-DtR7PZaH.js").then((m2) => m2.default));
|
|
178777
178780
|
function decodeRowAcc(row, stride) {
|
|
178778
178781
|
let length2 = row.length - stride;
|
|
178779
178782
|
let offset2 = 0;
|
package/dist/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { i as inflate_1 } from "./pako.esm-SxljTded.js";
|
|
2
|
-
import { g as getDefaultExportFromCjs, B as BaseDecoder } from "./index-
|
|
2
|
+
import { g as getDefaultExportFromCjs, B as BaseDecoder } from "./index-CGPcqIZo.js";
|
|
3
3
|
const LercParameters = {
|
|
4
4
|
AddCompression: 1
|
|
5
5
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vitessce/statistical-plots",
|
|
3
|
-
"version": "3.8.
|
|
3
|
+
"version": "3.8.4",
|
|
4
4
|
"author": "HIDIVE Lab at HMS",
|
|
5
5
|
"homepage": "http://vitessce.io",
|
|
6
6
|
"repository": {
|
|
@@ -28,13 +28,13 @@
|
|
|
28
28
|
"react-aria": "^3.28.0",
|
|
29
29
|
"internmap": "^2.0.3",
|
|
30
30
|
"uuid": "^9.0.0",
|
|
31
|
-
"@vitessce/styles": "3.8.
|
|
32
|
-
"@vitessce/constants-internal": "3.8.
|
|
33
|
-
"@vitessce/sets-utils": "3.8.
|
|
34
|
-
"@vitessce/utils": "3.8.
|
|
35
|
-
"@vitessce/vega": "3.8.
|
|
36
|
-
"@vitessce/vit-s": "3.8.
|
|
37
|
-
"@vitessce/gl": "3.8.
|
|
31
|
+
"@vitessce/styles": "3.8.4",
|
|
32
|
+
"@vitessce/constants-internal": "3.8.4",
|
|
33
|
+
"@vitessce/sets-utils": "3.8.4",
|
|
34
|
+
"@vitessce/utils": "3.8.4",
|
|
35
|
+
"@vitessce/vega": "3.8.4",
|
|
36
|
+
"@vitessce/vit-s": "3.8.4",
|
|
37
|
+
"@vitessce/gl": "3.8.4"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
40
|
"react": "18.3.1",
|