brainsmatics 1.0.93 → 1.0.95
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/3d/aichat/index.d.ts +0 -1
- package/dist/component/3d/atlasSiderBar/index.d.ts +8 -4
- package/dist/component/3d/auxiliary/index.d.ts +5 -4
- package/dist/component/3d/chartViewer/index.d.ts +7 -1
- package/dist/component/3d/pipeline/index.d.ts +4 -2
- package/dist/{deflate-1cd24637.mjs → deflate-633c150f.mjs} +1 -1
- package/dist/{deflate-f3182dde.js → deflate-a4e39ab3.js} +1 -1
- package/dist/{index-1013b613.mjs → index-6fe573b5.mjs} +109783 -67566
- package/dist/index-dafa0211.js +5306 -0
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/dist/{lerc-641d3f50.js → lerc-04101f0a.js} +1 -1
- package/dist/{lerc-e35fba73.mjs → lerc-8c424dc9.mjs} +1 -1
- package/dist/stories/chartviewer.stories.d.ts +7 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/dist/index-8cf02bcc.js +0 -5229
|
@@ -2,7 +2,6 @@ import React from "react";
|
|
|
2
2
|
import './index.css';
|
|
3
3
|
import type { DataNode } from 'antd/es/tree';
|
|
4
4
|
import * as THREE from 'three';
|
|
5
|
-
import { BaseOptionType, DefaultOptionType } from "antd/es/select";
|
|
6
5
|
interface dataType extends DataNode {
|
|
7
6
|
name: string;
|
|
8
7
|
open: boolean;
|
|
@@ -15,12 +14,15 @@ interface dataType extends DataNode {
|
|
|
15
14
|
y: string;
|
|
16
15
|
z: string;
|
|
17
16
|
cname: string;
|
|
17
|
+
"3D": boolean;
|
|
18
18
|
}
|
|
19
19
|
interface SideBarProps {
|
|
20
20
|
regionData: string;
|
|
21
21
|
treeDatas: dataType[];
|
|
22
22
|
fbxTreeDatas?: dataType[];
|
|
23
|
-
vesselObj: React.MutableRefObject<{
|
|
23
|
+
vesselObj: React.MutableRefObject<{
|
|
24
|
+
[key: string]: any;
|
|
25
|
+
}>;
|
|
24
26
|
offset_factor_R?: React.MutableRefObject<number>;
|
|
25
27
|
type: string;
|
|
26
28
|
leftTreeRef?: React.RefObject<HTMLDivElement>;
|
|
@@ -52,7 +54,9 @@ interface SideBarProps {
|
|
|
52
54
|
axon: string[];
|
|
53
55
|
id: number;
|
|
54
56
|
}>;
|
|
55
|
-
swcnameMesh?: React.MutableRefObject<{
|
|
57
|
+
swcnameMesh?: React.MutableRefObject<{
|
|
58
|
+
[key: string]: any;
|
|
59
|
+
}>;
|
|
56
60
|
updatePage?: {};
|
|
57
61
|
childRef?: React.MutableRefObject<undefined>;
|
|
58
62
|
setEchartValue?: React.Dispatch<React.SetStateAction<string>>;
|
|
@@ -70,7 +74,7 @@ interface SideBarProps {
|
|
|
70
74
|
atlasData?: string;
|
|
71
75
|
setSelected?: React.Dispatch<React.SetStateAction<string[]>>;
|
|
72
76
|
Selected?: string[];
|
|
73
|
-
Selectoptions?:
|
|
77
|
+
Selectoptions?: DataNode[];
|
|
74
78
|
setFormshow?: React.Dispatch<React.SetStateAction<boolean>>;
|
|
75
79
|
formshow?: boolean;
|
|
76
80
|
}
|
|
@@ -12,8 +12,8 @@ interface AuxiliaryProps {
|
|
|
12
12
|
hrefStr: string;
|
|
13
13
|
leftTreeRef: React.RefObject<HTMLDivElement>;
|
|
14
14
|
centerRef: React.RefObject<HTMLDivElement>;
|
|
15
|
-
|
|
16
|
-
|
|
15
|
+
jiaoduRef: string;
|
|
16
|
+
setJiaoduRef: React.Dispatch<React.SetStateAction<string>>;
|
|
17
17
|
mouseflag: React.MutableRefObject<boolean>;
|
|
18
18
|
renderer: THREE.WebGLRenderer;
|
|
19
19
|
controls: React.MutableRefObject<TrackballControls>;
|
|
@@ -58,7 +58,9 @@ interface AuxiliaryProps {
|
|
|
58
58
|
axon: string[];
|
|
59
59
|
id: number;
|
|
60
60
|
}>;
|
|
61
|
-
swcnameMesh: React.MutableRefObject<{
|
|
61
|
+
swcnameMesh: React.MutableRefObject<{
|
|
62
|
+
[key: string]: any;
|
|
63
|
+
}>;
|
|
62
64
|
setMode: React.Dispatch<React.SetStateAction<number>>;
|
|
63
65
|
vesselStr: string;
|
|
64
66
|
lableStr: string;
|
|
@@ -105,7 +107,6 @@ interface AuxiliaryProps {
|
|
|
105
107
|
lefttab: string[];
|
|
106
108
|
righttab: string[];
|
|
107
109
|
atlasData: string;
|
|
108
|
-
flowObjectsRef: React.MutableRefObject<never[]>;
|
|
109
110
|
tip: string;
|
|
110
111
|
setTip: React.Dispatch<React.SetStateAction<string>>;
|
|
111
112
|
}
|
|
@@ -1,6 +1,12 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
declare const ChartViewer: React.FC<{
|
|
3
|
-
axon_check:
|
|
3
|
+
axon_check: Record<string, {
|
|
4
|
+
up: string[];
|
|
5
|
+
down: string[];
|
|
6
|
+
soma: string[];
|
|
7
|
+
axon: string[];
|
|
8
|
+
id: number;
|
|
9
|
+
}>;
|
|
4
10
|
fbxTreeDatas: any[];
|
|
5
11
|
setLeftMenuTabIndex: React.Dispatch<React.SetStateAction<number>>;
|
|
6
12
|
reset: boolean;
|
|
@@ -5,11 +5,13 @@ import "./index.css";
|
|
|
5
5
|
interface propsType {
|
|
6
6
|
renderer: THREE.WebGLRenderer;
|
|
7
7
|
controls: React.MutableRefObject<TrackballControls>;
|
|
8
|
-
vesselObj: React.MutableRefObject<{
|
|
8
|
+
vesselObj: React.MutableRefObject<{
|
|
9
|
+
[key: string]: any;
|
|
10
|
+
}>;
|
|
9
11
|
currentRef: React.RefObject<HTMLDivElement> | null;
|
|
10
12
|
setHrefStr?: React.Dispatch<React.SetStateAction<string>>;
|
|
11
13
|
angleRef?: React.MutableRefObject<string>;
|
|
12
|
-
|
|
14
|
+
setJiaoduRef?: React.Dispatch<React.SetStateAction<string>>;
|
|
13
15
|
mouseflag?: React.MutableRefObject<boolean>;
|
|
14
16
|
menutagShow?: boolean;
|
|
15
17
|
setMenuTagShow: React.Dispatch<React.SetStateAction<boolean>>;
|
|
@@ -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-dafa0211.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;
|