@vitessce/statistical-plots 3.6.5 → 3.6.7

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--XCq-Ued.js";
2
+ import { B as BaseDecoder } from "./index-DKYKw8DX.js";
3
3
  class DeflateDecoder extends BaseDecoder {
4
4
  decodeBlock(buffer) {
5
5
  return inflate_1(new Uint8Array(buffer)).buffer;
@@ -178664,22 +178664,22 @@ function addDecoder(cases2, importFn) {
178664
178664
  }
178665
178665
  cases2.forEach((c2) => registry$1.set(c2, importFn));
178666
178666
  }
178667
- addDecoder([void 0, 1], () => import("./raw-D75k-pXG.js").then((m2) => m2.default));
178668
- addDecoder(5, () => import("./lzw-ewtV3KsT.js").then((m2) => m2.default));
178667
+ addDecoder([void 0, 1], () => import("./raw-B0E5tGhb.js").then((m2) => m2.default));
178668
+ addDecoder(5, () => import("./lzw-D-d5b3_9.js").then((m2) => m2.default));
178669
178669
  addDecoder(6, () => {
178670
178670
  throw new Error("old style JPEG compression is not supported.");
178671
178671
  });
178672
- addDecoder(7, () => import("./jpeg-D_5qvdC3.js").then((m2) => m2.default));
178673
- addDecoder([8, 32946], () => import("./deflate-CSQukm9U.js").then((m2) => m2.default));
178674
- addDecoder(32773, () => import("./packbits--pekGbSu.js").then((m2) => m2.default));
178672
+ addDecoder(7, () => import("./jpeg-L5T74jDu.js").then((m2) => m2.default));
178673
+ addDecoder([8, 32946], () => import("./deflate-CIQ8HfQ4.js").then((m2) => m2.default));
178674
+ addDecoder(32773, () => import("./packbits-EdeFNk-p.js").then((m2) => m2.default));
178675
178675
  addDecoder(
178676
178676
  34887,
178677
- () => import("./lerc-DizzO1o8.js").then(async (m2) => {
178677
+ () => import("./lerc-xXmKz_nL.js").then(async (m2) => {
178678
178678
  await m2.zstd.init();
178679
178679
  return m2;
178680
178680
  }).then((m2) => m2.default)
178681
178681
  );
178682
- addDecoder(50001, () => import("./webimage-BBuwfaEg.js").then((m2) => m2.default));
178682
+ addDecoder(50001, () => import("./webimage-Dr7tpGET.js").then((m2) => m2.default));
178683
178683
  function decodeRowAcc(row, stride) {
178684
178684
  let length2 = row.length - stride;
178685
178685
  let offset2 = 0;
@@ -198810,7 +198810,7 @@ function CellSetExpressionPlotSubscriber(props) {
198810
198810
  return /* @__PURE__ */ React__default.createElement(
198811
198811
  TitleInfo,
198812
198812
  {
198813
- title: title2 ? `${title2}${titleSuffix}` : `Expression by ${capitalize$3(obsType)} Set${titleSuffix}`,
198813
+ title: title2 ? `${title2}${titleSuffix}` : `${capitalize$3(featureValueType)} by ${capitalize$3(obsType)} Set${titleSuffix}`,
198814
198814
  closeButtonVisible,
198815
198815
  downloadButtonVisible,
198816
198816
  removeGridComponent,
package/dist/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import { b, f, C, e, a, i, D, h, E, F, c, d, T, V } from "./index--XCq-Ued.js";
1
+ import { b, f, C, e, a, i, D, h, E, F, c, d, T, V } from "./index-DKYKw8DX.js";
2
2
  export {
3
3
  b as CellSetCompositionBarPlotSubscriber,
4
4
  f as CellSetExpressionPlot,
@@ -1,4 +1,4 @@
1
- import { B as BaseDecoder } from "./index--XCq-Ued.js";
1
+ import { B as BaseDecoder } from "./index-DKYKw8DX.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--XCq-Ued.js";
2
+ import { g as getDefaultExportFromCjs, B as BaseDecoder } from "./index-DKYKw8DX.js";
3
3
  const LercParameters = {
4
4
  AddCompression: 1
5
5
  };
@@ -1,4 +1,4 @@
1
- import { B as BaseDecoder } from "./index--XCq-Ued.js";
1
+ import { B as BaseDecoder } from "./index-DKYKw8DX.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--XCq-Ued.js";
1
+ import { B as BaseDecoder } from "./index-DKYKw8DX.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--XCq-Ued.js";
1
+ import { B as BaseDecoder } from "./index-DKYKw8DX.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--XCq-Ued.js";
1
+ import { B as BaseDecoder } from "./index-DKYKw8DX.js";
2
2
  class WebImageDecoder extends BaseDecoder {
3
3
  constructor() {
4
4
  super();
@@ -139,5 +139,5 @@ export function CellSetExpressionPlotSubscriber(props) {
139
139
  // Use empty string when firstGeneSelected is null
140
140
  const titleSuffix = featureSuffix ? ` (${featureSuffix})` : '';
141
141
  return (_jsx(TitleInfo, { title: title ? `${title}${titleSuffix}`
142
- : `Expression by ${capitalize(obsType)} Set${titleSuffix}`, closeButtonVisible: closeButtonVisible, downloadButtonVisible: downloadButtonVisible, removeGridComponent: removeGridComponent, urls: urls, theme: theme, isReady: isReady, helpText: helpText, options: (_jsx(CellSetExpressionPlotOptions, { featureValueTransform: featureValueTransform, setFeatureValueTransform: setFeatureValueTransform, featureValueTransformCoefficient: featureValueTransformCoefficient, setFeatureValueTransformCoefficient: setFeatureValueTransformCoefficient, transformOptions: transformOptions, featureAggregationStrategy: featureAggregationStrategy, setFeatureAggregationStrategy: setFeatureAggregationStrategy })), children: _jsx("div", { ref: containerRef, className: classes.vegaContainer, children: histogramData ? (_jsx(CellSetExpressionPlot, { yMin: yMin, yUnits: yUnits, jitter: jitter, obsSetSelection: cellSetSelection, obsSetColor: cellSetColor, sampleSetSelection: sampleSetSelection, sampleSetColor: sampleSetColor, colors: setArr, data: histogramData, exprMax: exprMax, theme: theme, width: width, height: height, obsType: obsType, featureType: featureType, featureValueType: featureValueType, featureValueTransformName: selectedTransformName, xAxisTitle: xAxisTitle })) : (_jsxs("span", { children: ["Select a ", featureType, "."] })) }) }));
142
+ : `${capitalize(featureValueType)} by ${capitalize(obsType)} Set${titleSuffix}`, closeButtonVisible: closeButtonVisible, downloadButtonVisible: downloadButtonVisible, removeGridComponent: removeGridComponent, urls: urls, theme: theme, isReady: isReady, helpText: helpText, options: (_jsx(CellSetExpressionPlotOptions, { featureValueTransform: featureValueTransform, setFeatureValueTransform: setFeatureValueTransform, featureValueTransformCoefficient: featureValueTransformCoefficient, setFeatureValueTransformCoefficient: setFeatureValueTransformCoefficient, transformOptions: transformOptions, featureAggregationStrategy: featureAggregationStrategy, setFeatureAggregationStrategy: setFeatureAggregationStrategy })), children: _jsx("div", { ref: containerRef, className: classes.vegaContainer, children: histogramData ? (_jsx(CellSetExpressionPlot, { yMin: yMin, yUnits: yUnits, jitter: jitter, obsSetSelection: cellSetSelection, obsSetColor: cellSetColor, sampleSetSelection: sampleSetSelection, sampleSetColor: sampleSetColor, colors: setArr, data: histogramData, exprMax: exprMax, theme: theme, width: width, height: height, obsType: obsType, featureType: featureType, featureValueType: featureValueType, featureValueTransformName: selectedTransformName, xAxisTitle: xAxisTitle })) : (_jsxs("span", { children: ["Select a ", featureType, "."] })) }) }));
143
143
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vitessce/statistical-plots",
3
- "version": "3.6.5",
3
+ "version": "3.6.7",
4
4
  "author": "HIDIVE Lab at HMS",
5
5
  "homepage": "http://vitessce.io",
6
6
  "repository": {
@@ -28,13 +28,13 @@
28
28
  "react-aria": "^3.28.0",
29
29
  "internmap": "^2.0.3",
30
30
  "uuid": "^9.0.0",
31
- "@vitessce/styles": "3.6.5",
32
- "@vitessce/constants-internal": "3.6.5",
33
- "@vitessce/sets-utils": "3.6.5",
34
- "@vitessce/utils": "3.6.5",
35
- "@vitessce/vega": "3.6.5",
36
- "@vitessce/vit-s": "3.6.5",
37
- "@vitessce/gl": "3.6.5"
31
+ "@vitessce/styles": "3.6.7",
32
+ "@vitessce/constants-internal": "3.6.7",
33
+ "@vitessce/sets-utils": "3.6.7",
34
+ "@vitessce/utils": "3.6.7",
35
+ "@vitessce/vega": "3.6.7",
36
+ "@vitessce/vit-s": "3.6.7",
37
+ "@vitessce/gl": "3.6.7"
38
38
  },
39
39
  "devDependencies": {
40
40
  "react": "^18.0.0",
@@ -264,7 +264,7 @@ export function CellSetExpressionPlotSubscriber(props) {
264
264
  return (
265
265
  <TitleInfo
266
266
  title={title ? `${title}${titleSuffix}`
267
- : `Expression by ${capitalize(obsType)} Set${titleSuffix}`
267
+ : `${capitalize(featureValueType)} by ${capitalize(obsType)} Set${titleSuffix}`
268
268
  }
269
269
  closeButtonVisible={closeButtonVisible}
270
270
  downloadButtonVisible={downloadButtonVisible}