@vitessce/heatmap 3.9.0 → 3.9.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.
@@ -1,5 +1,5 @@
1
1
  import { i as inflate_1 } from "./pako.esm-SxljTded.js";
2
- import { B as BaseDecoder } from "./index-DYmO2OXo.js";
2
+ import { B as BaseDecoder } from "./index-DgJedZPO.js";
3
3
  class DeflateDecoder extends BaseDecoder {
4
4
  decodeBlock(buffer) {
5
5
  return inflate_1(new Uint8Array(buffer)).buffer;
@@ -11139,7 +11139,9 @@ const obsSegmentationsSpatialdataSchema = z.object({
11139
11139
  const obsPointsSpatialdataSchema = z.object({
11140
11140
  path: z.string().describe("The path to the point data."),
11141
11141
  tablePath: z.string().optional().describe("The path to a table which annotates the points. If available but not specified, the spot identifiers may not be aligned with associated tabular data as expected."),
11142
- coordinateSystem: z.string().optional().describe('The name of a coordinate transformation output used to transform the image. If not provided, the "global" coordinate system is assumed.')
11142
+ coordinateSystem: z.string().optional().describe('The name of a coordinate transformation output used to transform the image. If not provided, the "global" coordinate system is assumed.'),
11143
+ featureIndexColumn: z.string().optional().describe("The name of the column in the table which contains the feature (e.g., gene) indices associated with each point (aligned with the table var.index dataframe column)."),
11144
+ mortonCodeColumn: z.string().optional().describe('The name of the column in the table which contains the Morton codes for each point, used for efficient spatial querying. If not provided, Vitessce will assume the default column name "morton_code_2d".')
11143
11145
  });
11144
11146
  z.object({
11145
11147
  path: z.string(),
@@ -138181,22 +138183,22 @@ function addDecoder(cases, importFn) {
138181
138183
  }
138182
138184
  cases.forEach((c) => registry$1.set(c, importFn));
138183
138185
  }
138184
- addDecoder([void 0, 1], () => import("./raw-X9wB5QOd.js").then((m) => m.default));
138185
- addDecoder(5, () => import("./lzw-CqQYDnuj.js").then((m) => m.default));
138186
+ addDecoder([void 0, 1], () => import("./raw-BY4wlPHH.js").then((m) => m.default));
138187
+ addDecoder(5, () => import("./lzw-Cvt0LkXw.js").then((m) => m.default));
138186
138188
  addDecoder(6, () => {
138187
138189
  throw new Error("old style JPEG compression is not supported.");
138188
138190
  });
138189
- addDecoder(7, () => import("./jpeg-BgSqSBcW.js").then((m) => m.default));
138190
- addDecoder([8, 32946], () => import("./deflate-BkVXwIOr.js").then((m) => m.default));
138191
- addDecoder(32773, () => import("./packbits-DLjqHTtn.js").then((m) => m.default));
138191
+ addDecoder(7, () => import("./jpeg-DHh36Lwj.js").then((m) => m.default));
138192
+ addDecoder([8, 32946], () => import("./deflate-CtXZgCAW.js").then((m) => m.default));
138193
+ addDecoder(32773, () => import("./packbits-5TE0g68q.js").then((m) => m.default));
138192
138194
  addDecoder(
138193
138195
  34887,
138194
- () => import("./lerc-Bh37u7Qj.js").then(async (m) => {
138196
+ () => import("./lerc-DWs1G17t.js").then(async (m) => {
138195
138197
  await m.zstd.init();
138196
138198
  return m;
138197
138199
  }).then((m) => m.default)
138198
138200
  );
138199
- addDecoder(50001, () => import("./webimage-CgODQeEE.js").then((m) => m.default));
138201
+ addDecoder(50001, () => import("./webimage-CikUgHwn.js").then((m) => m.default));
138200
138202
  function decodeRowAcc(row, stride) {
138201
138203
  let length2 = row.length - stride;
138202
138204
  let offset2 = 0;
package/dist/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import { a, H } from "./index-DYmO2OXo.js";
1
+ import { a, H } from "./index-DgJedZPO.js";
2
2
  export {
3
3
  a as Heatmap,
4
4
  H as HeatmapSubscriber
@@ -1,4 +1,4 @@
1
- import { B as BaseDecoder } from "./index-DYmO2OXo.js";
1
+ import { B as BaseDecoder } from "./index-DgJedZPO.js";
2
2
  const dctZigZag = new Int32Array([
3
3
  0,
4
4
  1,
@@ -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-DYmO2OXo.js";
2
+ import { g as getDefaultExportFromCjs, B as BaseDecoder } from "./index-DgJedZPO.js";
3
3
  const LercParameters = {
4
4
  AddCompression: 1
5
5
  };
@@ -1,4 +1,4 @@
1
- import { B as BaseDecoder } from "./index-DYmO2OXo.js";
1
+ import { B as BaseDecoder } from "./index-DgJedZPO.js";
2
2
  const MIN_BITS = 9;
3
3
  const CLEAR_CODE = 256;
4
4
  const EOI_CODE = 257;
@@ -1,4 +1,4 @@
1
- import { B as BaseDecoder } from "./index-DYmO2OXo.js";
1
+ import { B as BaseDecoder } from "./index-DgJedZPO.js";
2
2
  class PackbitsDecoder extends BaseDecoder {
3
3
  decodeBlock(buffer) {
4
4
  const dataView = new DataView(buffer);
@@ -1,4 +1,4 @@
1
- import { B as BaseDecoder } from "./index-DYmO2OXo.js";
1
+ import { B as BaseDecoder } from "./index-DgJedZPO.js";
2
2
  class RawDecoder extends BaseDecoder {
3
3
  decodeBlock(buffer) {
4
4
  return buffer;
@@ -1,4 +1,4 @@
1
- import { B as BaseDecoder } from "./index-DYmO2OXo.js";
1
+ import { B as BaseDecoder } from "./index-DgJedZPO.js";
2
2
  class WebImageDecoder extends BaseDecoder {
3
3
  constructor() {
4
4
  super();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vitessce/heatmap",
3
- "version": "3.9.0",
3
+ "version": "3.9.1",
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/constants-internal": "3.9.0",
23
- "@vitessce/gl": "3.9.0",
24
- "@vitessce/styles": "3.9.0",
25
- "@vitessce/legend": "3.9.0",
26
- "@vitessce/sets-utils": "3.9.0",
27
- "@vitessce/tooltip": "3.9.0",
28
- "@vitessce/workers": "3.9.0",
29
- "@vitessce/vit-s": "3.9.0",
30
- "@vitessce/utils": "3.9.0"
22
+ "@vitessce/styles": "3.9.1",
23
+ "@vitessce/gl": "3.9.1",
24
+ "@vitessce/constants-internal": "3.9.1",
25
+ "@vitessce/legend": "3.9.1",
26
+ "@vitessce/sets-utils": "3.9.1",
27
+ "@vitessce/utils": "3.9.1",
28
+ "@vitessce/tooltip": "3.9.1",
29
+ "@vitessce/workers": "3.9.1",
30
+ "@vitessce/vit-s": "3.9.1"
31
31
  },
32
32
  "devDependencies": {
33
33
  "@testing-library/jest-dom": "^6.6.3",