@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.
@@ -1,5 +1,5 @@
1
1
  import { i as inflate_1 } from "./pako.esm-SxljTded.js";
2
- import { B as BaseDecoder } from "./index-gtSn38WN.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,
@@ -11244,7 +11245,10 @@ z.object({
11244
11245
  obsSets: obsSetsSpatialdataSchema,
11245
11246
  obsEmbedding: obsEmbeddingSpatialdataSchemaConvenience,
11246
11247
  // TODO: obsLabels
11247
- // TODO: featureLabels
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-JqdJhY1E.js").then((m) => m.default));
137829
- addDecoder(5, () => import("./lzw-DfDJYLgg.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));
137830
137834
  addDecoder(6, () => {
137831
137835
  throw new Error("old style JPEG compression is not supported.");
137832
137836
  });
137833
- addDecoder(7, () => import("./jpeg-CM3wUtWq.js").then((m) => m.default));
137834
- addDecoder([8, 32946], () => import("./deflate-DMZqBPLq.js").then((m) => m.default));
137835
- addDecoder(32773, () => import("./packbits-adacuKDz.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));
137836
137840
  addDecoder(
137837
137841
  34887,
137838
- () => import("./lerc-Bb47we2Q.js").then(async (m) => {
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-DhlCEJyb.js").then((m) => m.default));
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,4 +1,4 @@
1
- import { a, H } from "./index-gtSn38WN.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-gtSn38WN.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-gtSn38WN.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-gtSn38WN.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-gtSn38WN.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-gtSn38WN.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-gtSn38WN.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.3",
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.3",
23
- "@vitessce/constants-internal": "3.8.3",
24
- "@vitessce/gl": "3.8.3",
25
- "@vitessce/legend": "3.8.3",
26
- "@vitessce/sets-utils": "3.8.3",
27
- "@vitessce/tooltip": "3.8.3",
28
- "@vitessce/utils": "3.8.3",
29
- "@vitessce/vit-s": "3.8.3",
30
- "@vitessce/workers": "3.8.3"
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",