brainsmatics 1.0.32 → 1.0.34
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/component/2d/js/index.d.ts +3 -0
- package/dist/component/2d/js/index.js +59517 -0
- package/dist/component/3d/auxiliary/index.d.ts +4 -10
- package/dist/component/3d/pipeline/index.d.ts +3 -2
- package/dist/component/3d/sideBar/index.d.ts +1 -0
- package/dist/{deflate-dcef13aa.mjs → deflate-0b71df40.mjs} +1 -1
- package/dist/{deflate-915ed778.js → deflate-bccf8717.js} +1 -1
- package/dist/{index-bd7b35db.mjs → index-5012f8ff.mjs} +25146 -25141
- package/dist/{index-828f9220.js → index-5afb7780.js} +182 -182
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/dist/{lerc-4a479d1d.js → lerc-7dadb015.js} +1 -1
- package/dist/{lerc-6b3e6adb.mjs → lerc-f28f3490.mjs} +1 -1
- package/package.json +1 -1
- package/tsconfig.json +1 -0
|
@@ -3,13 +3,6 @@ import React from 'react';
|
|
|
3
3
|
import { TrackballControls } from "three/examples/jsm/controls/TrackballControls";
|
|
4
4
|
import "./index.css";
|
|
5
5
|
import { EffectComposer } from 'three/examples/jsm/postprocessing/EffectComposer';
|
|
6
|
-
type DataStructure = Record<string, {
|
|
7
|
-
up: string[];
|
|
8
|
-
down: string[];
|
|
9
|
-
soma: string[];
|
|
10
|
-
axon: string[];
|
|
11
|
-
id: number;
|
|
12
|
-
}>;
|
|
13
6
|
interface AuxiliaryProps {
|
|
14
7
|
regionData: string;
|
|
15
8
|
setoffset_factor: React.Dispatch<React.SetStateAction<number>>;
|
|
@@ -19,8 +12,8 @@ interface AuxiliaryProps {
|
|
|
19
12
|
hrefStr: string;
|
|
20
13
|
leftTreeRef: React.RefObject<HTMLDivElement>;
|
|
21
14
|
centerRef: React.RefObject<HTMLDivElement>;
|
|
22
|
-
angleRef: React.
|
|
23
|
-
jiaoduRef: React.
|
|
15
|
+
angleRef: React.MutableRefObject<string>;
|
|
16
|
+
jiaoduRef: React.MutableRefObject<string>;
|
|
24
17
|
mouseflag: React.MutableRefObject<boolean>;
|
|
25
18
|
renderer: THREE.WebGLRenderer;
|
|
26
19
|
controls: React.MutableRefObject<TrackballControls>;
|
|
@@ -58,7 +51,7 @@ interface AuxiliaryProps {
|
|
|
58
51
|
setLeftMenuTabIndex: React.Dispatch<React.SetStateAction<number>>;
|
|
59
52
|
updatePage: {};
|
|
60
53
|
swcItem: string;
|
|
61
|
-
axon_check?:
|
|
54
|
+
axon_check?: any[];
|
|
62
55
|
swcnameMesh: React.MutableRefObject<{}>;
|
|
63
56
|
setMode: React.Dispatch<React.SetStateAction<number>>;
|
|
64
57
|
vesselStr: string;
|
|
@@ -105,6 +98,7 @@ interface AuxiliaryProps {
|
|
|
105
98
|
};
|
|
106
99
|
lefttab: string[];
|
|
107
100
|
righttab: string[];
|
|
101
|
+
atlasData: string;
|
|
108
102
|
}
|
|
109
103
|
declare const Auxiliary: React.FC<AuxiliaryProps>;
|
|
110
104
|
export default Auxiliary;
|
|
@@ -8,8 +8,8 @@ interface propsType {
|
|
|
8
8
|
vesselObj: React.MutableRefObject<{}>;
|
|
9
9
|
currentRef: React.RefObject<HTMLDivElement> | null;
|
|
10
10
|
setHrefStr?: React.Dispatch<React.SetStateAction<string>>;
|
|
11
|
-
angleRef?: React.
|
|
12
|
-
jiaoduRef?: React.
|
|
11
|
+
angleRef?: React.MutableRefObject<string>;
|
|
12
|
+
jiaoduRef?: React.MutableRefObject<string>;
|
|
13
13
|
mouseflag?: React.MutableRefObject<boolean>;
|
|
14
14
|
menutagShow?: boolean;
|
|
15
15
|
setMenuTagShow: React.Dispatch<React.SetStateAction<boolean>>;
|
|
@@ -42,6 +42,7 @@ interface propsType {
|
|
|
42
42
|
setSwcItem: React.Dispatch<React.SetStateAction<string>>;
|
|
43
43
|
swcItem: string;
|
|
44
44
|
swcnameMesh: React.MutableRefObject<{}>;
|
|
45
|
+
axon_check?: any[];
|
|
45
46
|
automaticGroup: React.MutableRefObject<string[]>;
|
|
46
47
|
setCheckItems: React.Dispatch<React.SetStateAction<string[]>>;
|
|
47
48
|
vesselRef: React.MutableRefObject<undefined>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const r=require("./index-
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const r=require("./index-5afb7780.js"),t=require("./basedecoder-0503cc54.js");require("react");require("react-dom");class d extends t.BaseDecoder{decodeBlock(e){return r.inflate_1(new Uint8Array(e)).buffer}}exports.default=d;
|