@vitessce/heatmap 3.8.3 → 3.8.5
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-DMZqBPLq.js → deflate-D1zCiRQz.js} +1 -1
- package/dist/{index-gtSn38WN.js → index-e8-Lh_l9.js} +12 -8
- package/dist/index.js +1 -1
- package/dist/{jpeg-CM3wUtWq.js → jpeg-C-aR7Yvm.js} +1 -1
- package/dist/{lerc-Bb47we2Q.js → lerc-BDETtaHZ.js} +1 -1
- package/dist/{lzw-DfDJYLgg.js → lzw-DuQQG26m.js} +1 -1
- package/dist/{packbits-adacuKDz.js → packbits-CKkWkWM2.js} +1 -1
- package/dist/{raw-JqdJhY1E.js → raw-CYkXbM-r.js} +1 -1
- package/dist/{webimage-DhlCEJyb.js → webimage-CK0o5if1.js} +1 -1
- package/package.json +10 -10
|
@@ -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-e8-Lh_l9.js";
|
|
3
3
|
class DeflateDecoder extends BaseDecoder {
|
|
4
4
|
decodeBlock(buffer) {
|
|
5
5
|
return inflate_1(new Uint8Array(buffer)).buffer;
|
|
@@ -10645,6 +10645,7 @@ const COMPONENT_COORDINATION_TYPES = {
|
|
|
10645
10645
|
CoordinationType$1.FEATURE_SELECTION,
|
|
10646
10646
|
CoordinationType$1.FEATURE_VALUE_COLORMAP,
|
|
10647
10647
|
CoordinationType$1.FEATURE_VALUE_COLORMAP_RANGE,
|
|
10648
|
+
CoordinationType$1.FEATURE_AGGREGATION_STRATEGY,
|
|
10648
10649
|
// TODO: CoordinationType.FEATURE_COLOR_ENCODING,
|
|
10649
10650
|
// TODO: CoordinationType.ADDITIONAL_FEATURE_SETS,
|
|
10650
10651
|
CoordinationType$1.TOOLTIPS_VISIBLE,
|
|
@@ -11244,7 +11245,10 @@ z.object({
|
|
|
11244
11245
|
obsSets: obsSetsSpatialdataSchema,
|
|
11245
11246
|
obsEmbedding: obsEmbeddingSpatialdataSchemaConvenience,
|
|
11246
11247
|
// TODO: obsLabels
|
|
11247
|
-
|
|
11248
|
+
featureLabels: z.union([
|
|
11249
|
+
annDataFeatureLabels,
|
|
11250
|
+
z.array(annDataConvenienceFeatureLabelsItem)
|
|
11251
|
+
]),
|
|
11248
11252
|
// TODO: allow specifying tablePath and region at the top-level here.
|
|
11249
11253
|
coordinateSystem: z.string().optional().describe("The name of a coordinate transformation output used to transform all elements which lack a per-element coordinateSystem property.")
|
|
11250
11254
|
}).partial();
|
|
@@ -137825,22 +137829,22 @@ function addDecoder(cases, importFn) {
|
|
|
137825
137829
|
}
|
|
137826
137830
|
cases.forEach((c) => registry$1.set(c, importFn));
|
|
137827
137831
|
}
|
|
137828
|
-
addDecoder([void 0, 1], () => import("./raw-
|
|
137829
|
-
addDecoder(5, () => import("./lzw-
|
|
137832
|
+
addDecoder([void 0, 1], () => import("./raw-CYkXbM-r.js").then((m) => m.default));
|
|
137833
|
+
addDecoder(5, () => import("./lzw-DuQQG26m.js").then((m) => m.default));
|
|
137830
137834
|
addDecoder(6, () => {
|
|
137831
137835
|
throw new Error("old style JPEG compression is not supported.");
|
|
137832
137836
|
});
|
|
137833
|
-
addDecoder(7, () => import("./jpeg-
|
|
137834
|
-
addDecoder([8, 32946], () => import("./deflate-
|
|
137835
|
-
addDecoder(32773, () => import("./packbits-
|
|
137837
|
+
addDecoder(7, () => import("./jpeg-C-aR7Yvm.js").then((m) => m.default));
|
|
137838
|
+
addDecoder([8, 32946], () => import("./deflate-D1zCiRQz.js").then((m) => m.default));
|
|
137839
|
+
addDecoder(32773, () => import("./packbits-CKkWkWM2.js").then((m) => m.default));
|
|
137836
137840
|
addDecoder(
|
|
137837
137841
|
34887,
|
|
137838
|
-
() => import("./lerc-
|
|
137842
|
+
() => import("./lerc-BDETtaHZ.js").then(async (m) => {
|
|
137839
137843
|
await m.zstd.init();
|
|
137840
137844
|
return m;
|
|
137841
137845
|
}).then((m) => m.default)
|
|
137842
137846
|
);
|
|
137843
|
-
addDecoder(50001, () => import("./webimage-
|
|
137847
|
+
addDecoder(50001, () => import("./webimage-CK0o5if1.js").then((m) => m.default));
|
|
137844
137848
|
function decodeRowAcc(row, stride) {
|
|
137845
137849
|
let length2 = row.length - stride;
|
|
137846
137850
|
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-e8-Lh_l9.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/heatmap",
|
|
3
|
-
"version": "3.8.
|
|
3
|
+
"version": "3.8.5",
|
|
4
4
|
"author": "HIDIVE Lab at HMS",
|
|
5
5
|
"homepage": "http://vitessce.io",
|
|
6
6
|
"repository": {
|
|
@@ -19,15 +19,15 @@
|
|
|
19
19
|
"lodash-es": "^4.17.21",
|
|
20
20
|
"uuid": "^9.0.0",
|
|
21
21
|
"react-aria": "^3.28.0",
|
|
22
|
-
"@vitessce/styles": "3.8.
|
|
23
|
-
"@vitessce/constants-internal": "3.8.
|
|
24
|
-
"@vitessce/gl": "3.8.
|
|
25
|
-
"@vitessce/legend": "3.8.
|
|
26
|
-
"@vitessce/sets-utils": "3.8.
|
|
27
|
-
"@vitessce/tooltip": "3.8.
|
|
28
|
-
"@vitessce/utils": "3.8.
|
|
29
|
-
"@vitessce/vit-s": "3.8.
|
|
30
|
-
"@vitessce/workers": "3.8.
|
|
22
|
+
"@vitessce/styles": "3.8.5",
|
|
23
|
+
"@vitessce/constants-internal": "3.8.5",
|
|
24
|
+
"@vitessce/gl": "3.8.5",
|
|
25
|
+
"@vitessce/legend": "3.8.5",
|
|
26
|
+
"@vitessce/sets-utils": "3.8.5",
|
|
27
|
+
"@vitessce/tooltip": "3.8.5",
|
|
28
|
+
"@vitessce/utils": "3.8.5",
|
|
29
|
+
"@vitessce/vit-s": "3.8.5",
|
|
30
|
+
"@vitessce/workers": "3.8.5"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
33
|
"@testing-library/jest-dom": "^6.6.3",
|