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.
@@ -0,0 +1,13 @@
1
+ {
2
+ "version": "2.0.0",
3
+ "tasks": [
4
+ {
5
+ "type": "npm",
6
+ "script": "build",
7
+ "group": "build",
8
+ "problemMatcher": [],
9
+ "label": "npm: build",
10
+ "detail": "vite build"
11
+ }
12
+ ]
13
+ }
@@ -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;
@@ -1,6 +1,7 @@
1
1
  import React from 'react';
2
- declare const Markdown: ({ loadAssign, content }: {
2
+ declare const Markdown: ({ loadAssign, brain_D, content }: {
3
3
  loadAssign: any;
4
+ brain_D: any;
4
5
  content: any;
5
6
  }) => React.JSX.Element;
6
7
  export default Markdown;
@@ -67,6 +67,7 @@ interface SideBarProps {
67
67
  metadata?: boolean;
68
68
  resourceTab?: string[];
69
69
  atlasData?: string;
70
+ setTip?: React.Dispatch<React.SetStateAction<string>>;
70
71
  }
71
72
  export declare let sphereflag: boolean;
72
73
  declare const SideBar: React.FC<SideBarProps>;
@@ -0,0 +1,11 @@
1
+ import React from "react";
2
+ import "leaflet/dist/leaflet.css";
3
+ interface MapPoint {
4
+ lat: number;
5
+ lon: number;
6
+ name: string;
7
+ }
8
+ declare const MapComponent: React.FC<{
9
+ data: MapPoint[];
10
+ }>;
11
+ export default MapComponent;
@@ -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,4 +1,4 @@
1
- import { i as r } from "./index-0490899a.mjs";
1
+ import { i as r } from "./index-679f02f4.mjs";
2
2
  import { B as o } from "./basedecoder-11034ec6.mjs";
3
3
  import "react";
4
4
  import "react-dom";
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const r=require("./index-a2f68ec8.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;
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;