brainsmatics 1.0.55 → 1.0.57
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/.vscode/tasks.json +13 -0
- package/dist/component/3d/aichat/index.d.ts +6 -0
- package/dist/component/3d/auxiliary/index.d.ts +3 -0
- package/dist/component/3d/markdown/index.d.ts +2 -1
- package/dist/component/3d/sideBar/index.d.ts +1 -0
- package/dist/component/3d/wordMap/index.d.ts +11 -0
- package/dist/component/util/swc.d.ts +13 -0
- package/dist/{deflate-3e10bfac.mjs → deflate-187c5924.mjs} +1 -1
- package/dist/{deflate-e0de6721.js → deflate-6d301c14.js} +1 -1
- package/dist/{index-0490899a.mjs → index-679f02f4.mjs} +117293 -148163
- package/dist/index-8cf326d7.js +5086 -0
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/dist/{lerc-5de929d5.js → lerc-093a38b9.js} +1 -1
- package/dist/{lerc-2983f4d6.mjs → lerc-8f00051f.mjs} +1 -1
- package/dist/style.css +1 -1
- package/package.json +9 -3
- package/.storybook/ant-custom-theme.js +0 -12
- package/.storybook/main.js +0 -24
- package/.storybook/middleware.js +0 -85
- package/.storybook/preview.js +0 -19
- package/dist/index-a2f68ec8.js +0 -5108
|
@@ -1,6 +1,12 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
+
import './index.module.css';
|
|
2
3
|
interface ChildProps {
|
|
3
4
|
loadAssign: (name: string) => void;
|
|
5
|
+
flowObjectsRef: React.MutableRefObject<never[]>;
|
|
6
|
+
tip: string;
|
|
7
|
+
setTip: React.Dispatch<React.SetStateAction<string>>;
|
|
8
|
+
swcline: any;
|
|
9
|
+
fbxTreeDatas: any;
|
|
4
10
|
}
|
|
5
11
|
declare const AiViewer: React.FC<ChildProps>;
|
|
6
12
|
export default AiViewer;
|
|
@@ -105,6 +105,9 @@ interface AuxiliaryProps {
|
|
|
105
105
|
lefttab: string[];
|
|
106
106
|
righttab: string[];
|
|
107
107
|
atlasData: string;
|
|
108
|
+
flowObjectsRef: React.MutableRefObject<never[]>;
|
|
109
|
+
tip: string;
|
|
110
|
+
setTip: React.Dispatch<React.SetStateAction<string>>;
|
|
108
111
|
}
|
|
109
112
|
declare const Auxiliary: React.FC<AuxiliaryProps>;
|
|
110
113
|
export default Auxiliary;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
declare class SWCTree {
|
|
2
|
+
name: string;
|
|
3
|
+
branches: any[];
|
|
4
|
+
indices: any[];
|
|
5
|
+
points: any[];
|
|
6
|
+
numSoma: number;
|
|
7
|
+
vao: any;
|
|
8
|
+
vbo: any;
|
|
9
|
+
ebo: any;
|
|
10
|
+
viewType: number;
|
|
11
|
+
constructor(swcFile: string, name: string, imagerange: any[], bimageRange: any[] | undefined, lastrange: any[] | undefined, viewType: number, currentrange: any[]);
|
|
12
|
+
}
|
|
13
|
+
export default SWCTree;
|
|
@@ -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-8cf326d7.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;
|