@vitessce/heatmap 3.8.4 → 3.8.6

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-DI59bHeH.js";
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,
@@ -137828,22 +137829,22 @@ function addDecoder(cases, importFn) {
137828
137829
  }
137829
137830
  cases.forEach((c) => registry$1.set(c, importFn));
137830
137831
  }
137831
- addDecoder([void 0, 1], () => import("./raw-BMUd6p5P.js").then((m) => m.default));
137832
- addDecoder(5, () => import("./lzw-BSM34oow.js").then((m) => m.default));
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));
137833
137834
  addDecoder(6, () => {
137834
137835
  throw new Error("old style JPEG compression is not supported.");
137835
137836
  });
137836
- addDecoder(7, () => import("./jpeg-D8ICsuyw.js").then((m) => m.default));
137837
- addDecoder([8, 32946], () => import("./deflate-lfoE9oOA.js").then((m) => m.default));
137838
- addDecoder(32773, () => import("./packbits-CWSJP83H.js").then((m) => m.default));
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));
137839
137840
  addDecoder(
137840
137841
  34887,
137841
- () => import("./lerc-_Plw-Pfz.js").then(async (m) => {
137842
+ () => import("./lerc-BDETtaHZ.js").then(async (m) => {
137842
137843
  await m.zstd.init();
137843
137844
  return m;
137844
137845
  }).then((m) => m.default)
137845
137846
  );
137846
- addDecoder(50001, () => import("./webimage-CxV9hUEk.js").then((m) => m.default));
137847
+ addDecoder(50001, () => import("./webimage-CK0o5if1.js").then((m) => m.default));
137847
137848
  function decodeRowAcc(row, stride) {
137848
137849
  let length2 = row.length - stride;
137849
137850
  let offset2 = 0;
package/dist/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import { a, H } from "./index-DI59bHeH.js";
1
+ import { a, H } from "./index-e8-Lh_l9.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-DI59bHeH.js";
1
+ import { B as BaseDecoder } from "./index-e8-Lh_l9.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-DI59bHeH.js";
2
+ import { g as getDefaultExportFromCjs, B as BaseDecoder } from "./index-e8-Lh_l9.js";
3
3
  const LercParameters = {
4
4
  AddCompression: 1
5
5
  };
@@ -1,4 +1,4 @@
1
- import { B as BaseDecoder } from "./index-DI59bHeH.js";
1
+ import { B as BaseDecoder } from "./index-e8-Lh_l9.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-DI59bHeH.js";
1
+ import { B as BaseDecoder } from "./index-e8-Lh_l9.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-DI59bHeH.js";
1
+ import { B as BaseDecoder } from "./index-e8-Lh_l9.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-DI59bHeH.js";
1
+ import { B as BaseDecoder } from "./index-e8-Lh_l9.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.8.4",
3
+ "version": "3.8.6",
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.4",
23
- "@vitessce/constants-internal": "3.8.4",
24
- "@vitessce/gl": "3.8.4",
25
- "@vitessce/legend": "3.8.4",
26
- "@vitessce/sets-utils": "3.8.4",
27
- "@vitessce/tooltip": "3.8.4",
28
- "@vitessce/utils": "3.8.4",
29
- "@vitessce/vit-s": "3.8.4",
30
- "@vitessce/workers": "3.8.4"
22
+ "@vitessce/styles": "3.8.6",
23
+ "@vitessce/constants-internal": "3.8.6",
24
+ "@vitessce/gl": "3.8.6",
25
+ "@vitessce/legend": "3.8.6",
26
+ "@vitessce/sets-utils": "3.8.6",
27
+ "@vitessce/tooltip": "3.8.6",
28
+ "@vitessce/utils": "3.8.6",
29
+ "@vitessce/vit-s": "3.8.6",
30
+ "@vitessce/workers": "3.8.6"
31
31
  },
32
32
  "devDependencies": {
33
33
  "@testing-library/jest-dom": "^6.6.3",