@vitessce/scatterplot-embedding 3.3.3 → 3.3.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-4ede6d09.js → deflate-ace56a0e.js} +1 -1
- package/dist/{index-c936b693.js → index-84e77b55.js} +309 -316
- package/dist/index.js +1 -1
- package/dist/{jpeg-23fd3e2a.js → jpeg-be45146d.js} +1 -1
- package/dist/{lerc-ce46904c.js → lerc-9cd3178c.js} +1 -1
- package/dist/{lzw-8fbaef0b.js → lzw-c9ffecd4.js} +1 -1
- package/dist/{packbits-6ba8ace5.js → packbits-53dbd890.js} +1 -1
- package/dist/{raw-0ba1df6f.js → raw-0c07377d.js} +1 -1
- package/dist/{webimage-70045d38.js → webimage-d32ef5d0.js} +1 -1
- package/dist-tsc/EmbeddingScatterplotSubscriber.d.ts.map +1 -1
- package/dist-tsc/EmbeddingScatterplotSubscriber.js +2 -2
- package/package.json +7 -7
- package/src/EmbeddingScatterplotSubscriber.js +4 -2
package/dist/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { i as inflate_1 } from "./pako.esm-68f84e2a.js";
|
|
2
|
-
import { g as getDefaultExportFromCjs, B as BaseDecoder } from "./index-
|
|
2
|
+
import { g as getDefaultExportFromCjs, B as BaseDecoder } from "./index-84e77b55.js";
|
|
3
3
|
import "react";
|
|
4
4
|
import "@vitessce/vit-s";
|
|
5
5
|
import "react-dom";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"EmbeddingScatterplotSubscriber.d.ts","sourceRoot":"","sources":["../src/EmbeddingScatterplotSubscriber.js"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"EmbeddingScatterplotSubscriber.d.ts","sourceRoot":"","sources":["../src/EmbeddingScatterplotSubscriber.js"],"names":[],"mappings":"AAoCA;;;;;;;;;;;;GAYG;AACH;IAVyB,IAAI,EAAlB,MAAM;IACQ,KAAK,EAAnB,MAAM;IACQ,kBAAkB,EAAhC,MAAM;IAEU,mBAAmB;IAErB,KAAK,EAAnB,MAAM;IACQ,kBAAkB,EAAhC,MAAM;gBA8WhB"}
|
|
@@ -3,8 +3,8 @@ import React, { useState, useEffect, useCallback, useMemo, } from 'react';
|
|
|
3
3
|
import { extent } from 'd3-array';
|
|
4
4
|
import { isEqual } from 'lodash-es';
|
|
5
5
|
import { TitleInfo, useReady, useUrls, useDeckCanvasSize, useUint8FeatureSelection, useExpressionValueGetter, useGetObsInfo, useObsEmbeddingData, useObsSetsData, useFeatureSelection, useObsFeatureMatrixIndices, useFeatureLabelsData, useMultiObsLabels, useCoordination, useLoaders, useSetComponentHover, useSetComponentViewInfo, useInitialCoordination, } from '@vitessce/vit-s';
|
|
6
|
-
import { setObsSelection, mergeObsSets, getCellSetPolygons } from '@vitessce/sets-utils';
|
|
7
|
-
import { pluralize as plur,
|
|
6
|
+
import { setObsSelection, mergeObsSets, getCellSetPolygons, getCellColors, } from '@vitessce/sets-utils';
|
|
7
|
+
import { pluralize as plur, commaNumber } from '@vitessce/utils';
|
|
8
8
|
import { Scatterplot, ScatterplotTooltipSubscriber, ScatterplotOptions, getPointSizeDevicePixels, getPointOpacity, } from '@vitessce/scatterplot';
|
|
9
9
|
import { Legend } from '@vitessce/legend';
|
|
10
10
|
import { ViewType, COMPONENT_COORDINATION_TYPES } from '@vitessce/constants-internal';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vitessce/scatterplot-embedding",
|
|
3
|
-
"version": "3.3.
|
|
3
|
+
"version": "3.3.5",
|
|
4
4
|
"author": "Gehlenborg Lab",
|
|
5
5
|
"homepage": "http://vitessce.io",
|
|
6
6
|
"repository": {
|
|
@@ -20,12 +20,12 @@
|
|
|
20
20
|
"d3-array": "^2.4.0",
|
|
21
21
|
"lodash-es": "^4.17.21",
|
|
22
22
|
"react-aria": "^3.28.0",
|
|
23
|
-
"@vitessce/constants-internal": "3.3.
|
|
24
|
-
"@vitessce/
|
|
25
|
-
"@vitessce/
|
|
26
|
-
"@vitessce/sets-utils": "3.3.
|
|
27
|
-
"@vitessce/
|
|
28
|
-
"@vitessce/
|
|
23
|
+
"@vitessce/constants-internal": "3.3.5",
|
|
24
|
+
"@vitessce/scatterplot": "3.3.5",
|
|
25
|
+
"@vitessce/legend": "3.3.5",
|
|
26
|
+
"@vitessce/sets-utils": "3.3.5",
|
|
27
|
+
"@vitessce/utils": "3.3.5",
|
|
28
|
+
"@vitessce/vit-s": "3.3.5"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
31
|
"react": "^18.0.0",
|
|
@@ -22,8 +22,10 @@ import {
|
|
|
22
22
|
useSetComponentViewInfo,
|
|
23
23
|
useInitialCoordination,
|
|
24
24
|
} from '@vitessce/vit-s';
|
|
25
|
-
import {
|
|
26
|
-
|
|
25
|
+
import {
|
|
26
|
+
setObsSelection, mergeObsSets, getCellSetPolygons, getCellColors,
|
|
27
|
+
} from '@vitessce/sets-utils';
|
|
28
|
+
import { pluralize as plur, commaNumber } from '@vitessce/utils';
|
|
27
29
|
import {
|
|
28
30
|
Scatterplot, ScatterplotTooltipSubscriber, ScatterplotOptions,
|
|
29
31
|
getPointSizeDevicePixels,
|