@vitessce/neuroglancer 3.5.9 → 3.5.11
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,4 +1,4 @@
|
|
|
1
|
-
import { g as getDefaultExportFromCjs, c as commonjsGlobal, a as getAugmentedNamespace, p as propTypesExports } from "./index-
|
|
1
|
+
import { g as getDefaultExportFromCjs, c as commonjsGlobal, a as getAugmentedNamespace, p as propTypesExports } from "./index-c64b6b8f.js";
|
|
2
2
|
import React from "react";
|
|
3
3
|
function _mergeNamespaces(n, m) {
|
|
4
4
|
for (var i = 0; i < m.length; i++) {
|
|
@@ -303,10 +303,10 @@ var _objectKeysInternal = function(object, names) {
|
|
|
303
303
|
return result;
|
|
304
304
|
};
|
|
305
305
|
var _enumBugKeys = "constructor,hasOwnProperty,isPrototypeOf,propertyIsEnumerable,toLocaleString,toString,valueOf".split(",");
|
|
306
|
-
var $keys$
|
|
306
|
+
var $keys$3 = _objectKeysInternal;
|
|
307
307
|
var enumBugKeys$1 = _enumBugKeys;
|
|
308
308
|
var _objectKeys = Object.keys || function keys(O) {
|
|
309
|
-
return $keys$
|
|
309
|
+
return $keys$3(O, enumBugKeys$1);
|
|
310
310
|
};
|
|
311
311
|
var _objectGops = {};
|
|
312
312
|
_objectGops.f = Object.getOwnPropertySymbols;
|
|
@@ -370,10 +370,10 @@ var _objectSap = function(KEY, exec) {
|
|
|
370
370
|
}), "Object", exp);
|
|
371
371
|
};
|
|
372
372
|
var toObject$4 = _toObject;
|
|
373
|
-
var $keys$
|
|
373
|
+
var $keys$2 = _objectKeys;
|
|
374
374
|
_objectSap("keys", function() {
|
|
375
375
|
return function keys3(it) {
|
|
376
|
-
return $keys$
|
|
376
|
+
return $keys$2(toObject$4(it));
|
|
377
377
|
};
|
|
378
378
|
});
|
|
379
379
|
var keys$1 = _coreExports.Object.keys;
|
|
@@ -7748,20 +7748,13 @@ var _enumKeys = function(it) {
|
|
|
7748
7748
|
};
|
|
7749
7749
|
var _objectGopnExt = {};
|
|
7750
7750
|
var _objectGopn = {};
|
|
7751
|
-
var
|
|
7752
|
-
|
|
7753
|
-
|
|
7754
|
-
|
|
7755
|
-
|
|
7756
|
-
var $keys2 = _objectKeysInternal;
|
|
7757
|
-
var hiddenKeys = _enumBugKeys.concat("length", "prototype");
|
|
7758
|
-
_objectGopn.f = Object.getOwnPropertyNames || function getOwnPropertyNames3(O) {
|
|
7759
|
-
return $keys2(O, hiddenKeys);
|
|
7760
|
-
};
|
|
7761
|
-
return _objectGopn;
|
|
7762
|
-
}
|
|
7751
|
+
var $keys$1 = _objectKeysInternal;
|
|
7752
|
+
var hiddenKeys = _enumBugKeys.concat("length", "prototype");
|
|
7753
|
+
_objectGopn.f = Object.getOwnPropertyNames || function getOwnPropertyNames(O) {
|
|
7754
|
+
return $keys$1(O, hiddenKeys);
|
|
7755
|
+
};
|
|
7763
7756
|
var toIObject$5 = _toIobject;
|
|
7764
|
-
var gOPN$1 =
|
|
7757
|
+
var gOPN$1 = _objectGopn.f;
|
|
7765
7758
|
var toString = {}.toString;
|
|
7766
7759
|
var windowNames = typeof window == "object" && window && Object.getOwnPropertyNames ? Object.getOwnPropertyNames(window) : [];
|
|
7767
7760
|
var getWindowNames = function(it) {
|
|
@@ -7771,7 +7764,7 @@ var getWindowNames = function(it) {
|
|
|
7771
7764
|
return windowNames.slice();
|
|
7772
7765
|
}
|
|
7773
7766
|
};
|
|
7774
|
-
_objectGopnExt.f = function
|
|
7767
|
+
_objectGopnExt.f = function getOwnPropertyNames2(it) {
|
|
7775
7768
|
return windowNames && toString.call(it) == "[object Window]" ? getWindowNames(it) : gOPN$1(toIObject$5(it));
|
|
7776
7769
|
};
|
|
7777
7770
|
var _objectGopd = {};
|
|
@@ -7910,7 +7903,7 @@ var $getOwnPropertyDescriptor$1 = function getOwnPropertyDescriptor2(it, key) {
|
|
|
7910
7903
|
D.enumerable = true;
|
|
7911
7904
|
return D;
|
|
7912
7905
|
};
|
|
7913
|
-
var $getOwnPropertyNames = function
|
|
7906
|
+
var $getOwnPropertyNames = function getOwnPropertyNames3(it) {
|
|
7914
7907
|
var names = gOPN(toIObject$3(it));
|
|
7915
7908
|
var result = [];
|
|
7916
7909
|
var i = 0;
|
|
@@ -7954,7 +7947,7 @@ if (!USE_NATIVE$1) {
|
|
|
7954
7947
|
});
|
|
7955
7948
|
$GOPD.f = $getOwnPropertyDescriptor$1;
|
|
7956
7949
|
$DP.f = $defineProperty;
|
|
7957
|
-
|
|
7950
|
+
_objectGopn.f = gOPNExt.f = $getOwnPropertyNames;
|
|
7958
7951
|
_objectPie.f = $propertyIsEnumerable;
|
|
7959
7952
|
$GOPS.f = $getOwnPropertySymbols;
|
|
7960
7953
|
if (DESCRIPTORS$1 && !_library) {
|
|
@@ -938,7 +938,9 @@ const ViewHelpMapping = {
|
|
|
938
938
|
TREEMAP: "The treemap provides an overview of the current state of sample-level or cell-level selection and filtering.",
|
|
939
939
|
VOLCANO_PLOT: "The volcano plot displays differential expression results. Each data point represents a feature (as opposed to an observation).",
|
|
940
940
|
OBS_SET_COMPOSITION_BAR_PLOT: "The set composition bar plot displays the results of a compositional analysis conducted using the scCODA method (Büttner et al. 2021 Nature Communications).",
|
|
941
|
-
FEATURE_SET_ENRICHMENT_BAR_PLOT: "The feature set enrichment bar plot displays the results of a hypergeometric test applied to the differential expression test results to identify enriched pathway gene sets."
|
|
941
|
+
FEATURE_SET_ENRICHMENT_BAR_PLOT: "The feature set enrichment bar plot displays the results of a hypergeometric test applied to the differential expression test results to identify enriched pathway gene sets.",
|
|
942
|
+
SAMPLE_SET_PAIR_MANAGER: "Select pairs of sample groups.",
|
|
943
|
+
FEATURE_STATS_TABLE: "This table displays per-feature statistics, for example, from a differential expression test."
|
|
942
944
|
};
|
|
943
945
|
function decodeBase64(base64, enableUnicode) {
|
|
944
946
|
var binaryString = atob(base64);
|
|
@@ -8422,7 +8424,7 @@ const useStyles = makeStyles(() => ({
|
|
|
8422
8424
|
}
|
|
8423
8425
|
}));
|
|
8424
8426
|
const LazyReactNeuroglancer = React.lazy(async () => {
|
|
8425
|
-
const ReactNeuroglancer = await import("./index-
|
|
8427
|
+
const ReactNeuroglancer = await import("./index-33c0a163.js").then((n) => n.i);
|
|
8426
8428
|
return ReactNeuroglancer;
|
|
8427
8429
|
});
|
|
8428
8430
|
function createWorker() {
|
package/dist/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vitessce/neuroglancer",
|
|
3
|
-
"version": "3.5.
|
|
3
|
+
"version": "3.5.11",
|
|
4
4
|
"author": "Gehlenborg Lab",
|
|
5
5
|
"homepage": "http://vitessce.io",
|
|
6
6
|
"repository": {
|
|
@@ -18,9 +18,9 @@
|
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"@janelia-flyem/react-neuroglancer": "^2.5.0",
|
|
20
20
|
"@material-ui/core": "~4.12.3",
|
|
21
|
-
"@vitessce/neuroglancer-workers": "3.5.
|
|
22
|
-
"@vitessce/constants-internal": "3.5.
|
|
23
|
-
"@vitessce/vit-s": "3.5.
|
|
21
|
+
"@vitessce/neuroglancer-workers": "3.5.11",
|
|
22
|
+
"@vitessce/constants-internal": "3.5.11",
|
|
23
|
+
"@vitessce/vit-s": "3.5.11"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
26
|
"@testing-library/jest-dom": "^5.16.4",
|