@vitessce/scatterplot-embedding 3.8.3 → 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-BPNH0-gs.js → deflate-BxR-2XLF.js} +1 -1
- package/dist/{index-BUnpJvPA.js → index-GtSgg8pH.js} +11 -8
- package/dist/index.js +1 -1
- package/dist/{jpeg-HkMzLFbL.js → jpeg-DLLpeZHU.js} +1 -1
- package/dist/{lerc-BL5Xy_sd.js → lerc-D-3cZROI.js} +1 -1
- package/dist/{lzw-C3MiI_oL.js → lzw-CtFjRU3Q.js} +1 -1
- package/dist/{packbits-CtWmjnkM.js → packbits-S1ARW4m1.js} +1 -1
- package/dist/{raw-CYgoEHqR.js → raw-DDkWwRAn.js} +1 -1
- package/dist/{webimage-yN7Q3b16.js → webimage-DzwmGpMk.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-GtSgg8pH.js";
|
|
3
3
|
class DeflateDecoder extends BaseDecoder {
|
|
4
4
|
decodeBlock(buffer) {
|
|
5
5
|
return inflate_1(new Uint8Array(buffer)).buffer;
|
|
@@ -11314,7 +11314,10 @@ z.object({
|
|
|
11314
11314
|
obsSets: obsSetsSpatialdataSchema,
|
|
11315
11315
|
obsEmbedding: obsEmbeddingSpatialdataSchemaConvenience,
|
|
11316
11316
|
// TODO: obsLabels
|
|
11317
|
-
|
|
11317
|
+
featureLabels: z.union([
|
|
11318
|
+
annDataFeatureLabels,
|
|
11319
|
+
z.array(annDataConvenienceFeatureLabelsItem)
|
|
11320
|
+
]),
|
|
11318
11321
|
// TODO: allow specifying tablePath and region at the top-level here.
|
|
11319
11322
|
coordinateSystem: z.string().optional().describe("The name of a coordinate transformation output used to transform all elements which lack a per-element coordinateSystem property.")
|
|
11320
11323
|
}).partial();
|
|
@@ -123344,22 +123347,22 @@ function addDecoder(cases, importFn) {
|
|
|
123344
123347
|
}
|
|
123345
123348
|
cases.forEach((c2) => registry$1.set(c2, importFn));
|
|
123346
123349
|
}
|
|
123347
|
-
addDecoder([void 0, 1], () => import("./raw-
|
|
123348
|
-
addDecoder(5, () => import("./lzw-
|
|
123350
|
+
addDecoder([void 0, 1], () => import("./raw-DDkWwRAn.js").then((m2) => m2.default));
|
|
123351
|
+
addDecoder(5, () => import("./lzw-CtFjRU3Q.js").then((m2) => m2.default));
|
|
123349
123352
|
addDecoder(6, () => {
|
|
123350
123353
|
throw new Error("old style JPEG compression is not supported.");
|
|
123351
123354
|
});
|
|
123352
|
-
addDecoder(7, () => import("./jpeg-
|
|
123353
|
-
addDecoder([8, 32946], () => import("./deflate-
|
|
123354
|
-
addDecoder(32773, () => import("./packbits-
|
|
123355
|
+
addDecoder(7, () => import("./jpeg-DLLpeZHU.js").then((m2) => m2.default));
|
|
123356
|
+
addDecoder([8, 32946], () => import("./deflate-BxR-2XLF.js").then((m2) => m2.default));
|
|
123357
|
+
addDecoder(32773, () => import("./packbits-S1ARW4m1.js").then((m2) => m2.default));
|
|
123355
123358
|
addDecoder(
|
|
123356
123359
|
34887,
|
|
123357
|
-
() => import("./lerc-
|
|
123360
|
+
() => import("./lerc-D-3cZROI.js").then(async (m2) => {
|
|
123358
123361
|
await m2.zstd.init();
|
|
123359
123362
|
return m2;
|
|
123360
123363
|
}).then((m2) => m2.default)
|
|
123361
123364
|
);
|
|
123362
|
-
addDecoder(50001, () => import("./webimage-
|
|
123365
|
+
addDecoder(50001, () => import("./webimage-DzwmGpMk.js").then((m2) => m2.default));
|
|
123363
123366
|
function decodeRowAcc(row, stride) {
|
|
123364
123367
|
let length2 = row.length - stride;
|
|
123365
123368
|
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-GtSgg8pH.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/scatterplot-embedding",
|
|
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": {
|
|
@@ -20,13 +20,13 @@
|
|
|
20
20
|
"lodash-es": "^4.17.21",
|
|
21
21
|
"react-aria": "^3.28.0",
|
|
22
22
|
"@turf/circle": "^7.2.0",
|
|
23
|
-
"@vitessce/styles": "3.8.
|
|
24
|
-
"@vitessce/constants-internal": "3.8.
|
|
25
|
-
"@vitessce/legend": "3.8.
|
|
26
|
-
"@vitessce/scatterplot": "3.8.
|
|
27
|
-
"@vitessce/sets-utils": "3.8.
|
|
28
|
-
"@vitessce/utils": "3.8.
|
|
29
|
-
"@vitessce/vit-s": "3.8.
|
|
23
|
+
"@vitessce/styles": "3.8.4",
|
|
24
|
+
"@vitessce/constants-internal": "3.8.4",
|
|
25
|
+
"@vitessce/legend": "3.8.4",
|
|
26
|
+
"@vitessce/scatterplot": "3.8.4",
|
|
27
|
+
"@vitessce/sets-utils": "3.8.4",
|
|
28
|
+
"@vitessce/utils": "3.8.4",
|
|
29
|
+
"@vitessce/vit-s": "3.8.4"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
32
|
"react": "18.3.1",
|