brainsmatics 1.1.21 → 1.1.23
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/auxiliary/index.d.ts +1 -0
- package/dist/component/3d/sideBar/index.d.ts +1 -0
- package/dist/{deflate-6c79444b.mjs → deflate-791a1c20.mjs} +1 -1
- package/dist/{deflate-b568cf98.js → deflate-802305ab.js} +1 -1
- package/dist/{index-b387092a.mjs → index-50c00f7a.mjs} +41608 -41369
- package/dist/{index-70172f1d.js → index-e1bfb02b.js} +292 -284
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/dist/{lerc-02ab52cc.mjs → lerc-08fb1c03.mjs} +1 -1
- package/dist/{lerc-e0bd06a1.js → lerc-954d53d1.js} +1 -1
- package/package.json +1 -1
|
@@ -114,6 +114,7 @@ interface AuxiliaryProps {
|
|
|
114
114
|
setFunctionLoopSwcData: React.Dispatch<React.SetStateAction<SwcTreeItem[]>>;
|
|
115
115
|
setAzimuth: React.Dispatch<React.SetStateAction<number>>;
|
|
116
116
|
azimuth: number;
|
|
117
|
+
BrainNum: string;
|
|
117
118
|
}
|
|
118
119
|
declare const Auxiliary: React.FC<AuxiliaryProps>;
|
|
119
120
|
export default Auxiliary;
|
|
@@ -75,6 +75,7 @@ interface SideBarProps {
|
|
|
75
75
|
atlasData?: string;
|
|
76
76
|
setTip?: React.Dispatch<React.SetStateAction<string>>;
|
|
77
77
|
points2?: React.MutableRefObject<any[]>;
|
|
78
|
+
BrainNum?: string;
|
|
78
79
|
}
|
|
79
80
|
export declare let sphereflag: boolean;
|
|
80
81
|
declare const SideBar: React.FC<SideBarProps>;
|
|
@@ -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-e1bfb02b.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;
|