brainsmatics 1.0.53 → 1.0.56
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/App.d.ts +4 -0
- package/dist/basedecoder-0503cc54.js +1 -0
- package/dist/basedecoder-11034ec6.mjs +89 -0
- package/dist/component/2d/config.d.ts +40 -0
- package/dist/component/2d/contextmenu/ContextMenuX.d.ts +3 -0
- package/dist/component/2d/distribution/index.d.ts +4 -0
- package/dist/component/2d/gridviewer/index.d.ts +9 -0
- package/dist/component/2d/gridviewer/index1.d.ts +8 -0
- package/dist/component/2d/index.d.ts +9 -0
- package/dist/component/2d/infodiv/index.d.ts +7 -0
- package/dist/component/2d/js/index.d.ts +3 -0
- package/dist/component/2d/js/index.js +59517 -0
- package/dist/component/2d/modelloder.d.ts +3 -0
- package/dist/component/2d/mulifiveiewer/index.d.ts +4 -0
- package/dist/component/2d/navigation/index.d.ts +12 -0
- package/dist/component/2d/navtree/index.d.ts +13 -0
- package/dist/component/2d/tast1/config.d.ts +20 -0
- package/dist/component/2d/tast1/index.d.ts +4 -0
- package/dist/component/2d/thumbnail/VirtualList.d.ts +14 -0
- package/dist/component/2d/thumbnail/index.d.ts +12 -0
- package/dist/component/2d/twoviewer/index.d.ts +19 -0
- package/dist/component/3d/ai/index.d.ts +7 -0
- package/dist/component/3d/aichat/index.d.ts +10 -0
- package/dist/component/3d/atlas.d.ts +31 -0
- package/dist/component/3d/atlasBottomTabs/index.d.ts +19 -0
- package/dist/component/3d/atlasSiderBar/index.d.ts +79 -0
- package/dist/component/3d/auxiliary/index.d.ts +111 -0
- package/dist/component/3d/bottomTabs/index.d.ts +16 -0
- package/dist/component/3d/cardData/index.d.ts +3 -0
- package/dist/component/3d/chartViewer/index.d.ts +12 -0
- package/dist/component/3d/dataset/index.d.ts +3 -0
- package/dist/component/3d/index.d.ts +14 -0
- package/dist/component/3d/inputgrey/index.d.ts +3 -0
- package/dist/component/3d/lengthViewer/index.d.ts +10 -0
- package/dist/component/3d/markdown/index.d.ts +7 -0
- package/dist/component/3d/modal2DLoader/index.d.ts +11 -0
- package/dist/component/3d/modalLoader/index.d.ts +13 -0
- package/dist/component/3d/pipeline/index.d.ts +83 -0
- package/dist/component/3d/registration/index.d.ts +4 -0
- package/dist/component/3d/sangjiViewer/index.d.ts +6 -0
- package/dist/component/3d/section/index.d.ts +53 -0
- package/dist/component/3d/showreglions/index.d.ts +7 -0
- package/dist/component/3d/sideBar/index.d.ts +73 -0
- package/dist/component/3d/stlLoader/index.d.ts +9 -0
- package/dist/component/3d/swctree/index.d.ts +3 -0
- package/dist/component/3d/tabViewer/index.d.ts +13 -0
- package/dist/component/3d/wordMap/index.d.ts +11 -0
- package/dist/component/STAM.d.ts +4 -0
- package/dist/component/common/Button/index.d.ts +45 -0
- package/dist/component/common/Header/index.d.ts +19 -0
- package/dist/component/common/index.d.ts +2 -0
- package/dist/component/index.d.ts +2 -0
- package/dist/component/types/header.d.ts +9 -0
- package/dist/component/types/index.d.ts +1 -0
- package/dist/component/util/CommonFunctions.d.ts +23 -0
- package/dist/component/util/global.d.ts +17 -0
- package/dist/component/util/i18n.d.ts +3 -0
- package/dist/component/util/index.d.ts +2 -0
- package/dist/component/util/swc.d.ts +13 -0
- package/dist/deflate-501b2e1b.js +1 -0
- package/dist/deflate-9c483211.mjs +12 -0
- package/dist/index-003567ac.mjs +177265 -0
- package/dist/index-a7e377a7.js +5107 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -0
- package/dist/index.mjs +52 -0
- package/dist/jpeg-335c778f.mjs +515 -0
- package/dist/jpeg-f3c7cefc.js +1 -0
- package/dist/lerc-ce5b7d8a.js +1 -0
- package/dist/lerc-e1ff90a6.mjs +1035 -0
- package/dist/lzw-82d7fc69.mjs +84 -0
- package/dist/lzw-f00e8c8c.js +1 -0
- package/dist/main.d.ts +1 -0
- package/dist/packbits-58fd9c05.js +1 -0
- package/dist/packbits-8b95f4d7.mjs +24 -0
- package/dist/raw-9c0f4034.js +1 -0
- package/dist/raw-c0fe1c20.mjs +9 -0
- package/dist/stories/3Ddata.stories.d.ts +12 -0
- package/dist/stories/3Dlabel.d.ts +4 -0
- package/dist/stories/3Dlabelreglions.d.ts +4 -0
- package/dist/stories/3Dlable.stories.d.ts +12 -0
- package/dist/stories/3Dlablereglions.stories.d.ts +12 -0
- package/dist/stories/3Dneurons.d.ts +4 -0
- package/dist/stories/3Dneurons.stories.d.ts +12 -0
- package/dist/stories/3Dswc.stories.d.ts +12 -0
- package/dist/stories/ArlasViewer.stories.d.ts +12 -0
- package/dist/stories/AtlasViewer.d.ts +3 -0
- package/dist/stories/Button.stories.d.ts +25 -0
- package/dist/stories/Distribution.stories.d.ts +11 -0
- package/dist/stories/Header.stories.d.ts +32 -0
- package/dist/stories/Iputgrey.stories.d.ts +12 -0
- package/dist/stories/MulfiViewer.stories.d.ts +11 -0
- package/dist/stories/Page.d.ts +3 -0
- package/dist/stories/Page.stories.d.ts +15 -0
- package/dist/stories/Sangjiviewer.stories.d.ts +14 -0
- package/dist/stories/Soma.d.ts +4 -0
- package/dist/stories/Soma.stories.d.ts +12 -0
- package/dist/stories/Task3D.stories.d.ts +12 -0
- package/dist/stories/Thumbnail.stories.d.ts +25 -0
- package/dist/stories/Vessel.d.ts +4 -0
- package/dist/stories/Vessel.stories.d.ts +12 -0
- package/dist/stories/chartviewer.stories.d.ts +20 -0
- package/dist/stories/lengthviewer.stories.d.ts +17 -0
- package/dist/stories/navtree.stories.d.ts +25 -0
- package/dist/stories/registration.stories.d.ts +12 -0
- package/dist/stories/task3D.d.ts +4 -0
- package/dist/stories/tast1.stories.d.ts +11 -0
- package/dist/stories/twoview.stories.d.ts +31 -0
- package/dist/style.css +1 -0
- package/dist/webimage-affb95d1.mjs +19 -0
- package/dist/webimage-bc81928d.js +1 -0
- package/package.json +9 -1
- 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
|
@@ -0,0 +1,84 @@
|
|
|
1
|
+
import { B as b } from "./basedecoder-11034ec6.mjs";
|
|
2
|
+
const B = 9, E = 256, p = 257, k = 12;
|
|
3
|
+
function x(c, o, r) {
|
|
4
|
+
const i = o % 8, n = Math.floor(o / 8), h = 8 - i, g = o + r - (n + 1) * 8;
|
|
5
|
+
let l = 8 * (n + 2) - (o + r);
|
|
6
|
+
const w = (n + 2) * 8 - o;
|
|
7
|
+
if (l = Math.max(0, l), n >= c.length)
|
|
8
|
+
return console.warn("ran off the end of the buffer before finding EOI_CODE (end on input code)"), p;
|
|
9
|
+
let u = c[n] & 2 ** (8 - i) - 1;
|
|
10
|
+
u <<= r - h;
|
|
11
|
+
let s = u;
|
|
12
|
+
if (n + 1 < c.length) {
|
|
13
|
+
let f = c[n + 1] >>> l;
|
|
14
|
+
f <<= Math.max(0, r - w), s += f;
|
|
15
|
+
}
|
|
16
|
+
if (g > 8 && n + 2 < c.length) {
|
|
17
|
+
const f = (n + 3) * 8 - (o + r), t = c[n + 2] >>> f;
|
|
18
|
+
s += t;
|
|
19
|
+
}
|
|
20
|
+
return s;
|
|
21
|
+
}
|
|
22
|
+
function D(c, o) {
|
|
23
|
+
for (let r = o.length - 1; r >= 0; r--)
|
|
24
|
+
c.push(o[r]);
|
|
25
|
+
return c;
|
|
26
|
+
}
|
|
27
|
+
function A(c) {
|
|
28
|
+
const o = new Uint16Array(4093), r = new Uint8Array(4093);
|
|
29
|
+
for (let e = 0; e <= 257; e++)
|
|
30
|
+
o[e] = 4096, r[e] = e;
|
|
31
|
+
let i = 258, n = B, h = 0;
|
|
32
|
+
function g() {
|
|
33
|
+
i = 258, n = B;
|
|
34
|
+
}
|
|
35
|
+
function l(e) {
|
|
36
|
+
const a = x(e, h, n);
|
|
37
|
+
return h += n, a;
|
|
38
|
+
}
|
|
39
|
+
function w(e, a) {
|
|
40
|
+
return r[i] = a, o[i] = e, i++, i - 1;
|
|
41
|
+
}
|
|
42
|
+
function u(e) {
|
|
43
|
+
const a = [];
|
|
44
|
+
for (let y = e; y !== 4096; y = o[y])
|
|
45
|
+
a.push(r[y]);
|
|
46
|
+
return a;
|
|
47
|
+
}
|
|
48
|
+
const s = [];
|
|
49
|
+
g();
|
|
50
|
+
const f = new Uint8Array(c);
|
|
51
|
+
let t = l(f), d;
|
|
52
|
+
for (; t !== p; ) {
|
|
53
|
+
if (t === E) {
|
|
54
|
+
for (g(), t = l(f); t === E; )
|
|
55
|
+
t = l(f);
|
|
56
|
+
if (t === p)
|
|
57
|
+
break;
|
|
58
|
+
if (t > E)
|
|
59
|
+
throw new Error(`corrupted code at scanline ${t}`);
|
|
60
|
+
{
|
|
61
|
+
const e = u(t);
|
|
62
|
+
D(s, e), d = t;
|
|
63
|
+
}
|
|
64
|
+
} else if (t < i) {
|
|
65
|
+
const e = u(t);
|
|
66
|
+
D(s, e), w(d, e[e.length - 1]), d = t;
|
|
67
|
+
} else {
|
|
68
|
+
const e = u(d);
|
|
69
|
+
if (!e)
|
|
70
|
+
throw new Error(`Bogus entry. Not in dictionary, ${d} / ${i}, position: ${h}`);
|
|
71
|
+
D(s, e), s.push(e[e.length - 1]), w(d, e[e.length - 1]), d = t;
|
|
72
|
+
}
|
|
73
|
+
i + 1 >= 2 ** n && (n === k ? d = void 0 : n++), t = l(f);
|
|
74
|
+
}
|
|
75
|
+
return new Uint8Array(s);
|
|
76
|
+
}
|
|
77
|
+
class m extends b {
|
|
78
|
+
decodeBlock(o) {
|
|
79
|
+
return A(o).buffer;
|
|
80
|
+
}
|
|
81
|
+
}
|
|
82
|
+
export {
|
|
83
|
+
m as default
|
|
84
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const p=require("./basedecoder-0503cc54.js"),k=9,E=256,D=257,v=12;function A(c,o,r){const i=o%8,t=Math.floor(o/8),h=8-i,g=o+r-(t+1)*8;let d=8*(t+2)-(o+r);const y=(t+2)*8-o;if(d=Math.max(0,d),t>=c.length)return console.warn("ran off the end of the buffer before finding EOI_CODE (end on input code)"),D;let u=c[t]&2**(8-i)-1;u<<=r-h;let s=u;if(t+1<c.length){let l=c[t+1]>>>d;l<<=Math.max(0,r-y),s+=l}if(g>8&&t+2<c.length){const l=(t+3)*8-(o+r),n=c[t+2]>>>l;s+=n}return s}function b(c,o){for(let r=o.length-1;r>=0;r--)c.push(o[r]);return c}function B(c){const o=new Uint16Array(4093),r=new Uint8Array(4093);for(let e=0;e<=257;e++)o[e]=4096,r[e]=e;let i=258,t=k,h=0;function g(){i=258,t=k}function d(e){const a=A(e,h,t);return h+=t,a}function y(e,a){return r[i]=a,o[i]=e,i++,i-1}function u(e){const a=[];for(let w=e;w!==4096;w=o[w])a.push(r[w]);return a}const s=[];g();const l=new Uint8Array(c);let n=d(l),f;for(;n!==D;){if(n===E){for(g(),n=d(l);n===E;)n=d(l);if(n===D)break;if(n>E)throw new Error(`corrupted code at scanline ${n}`);{const e=u(n);b(s,e),f=n}}else if(n<i){const e=u(n);b(s,e),y(f,e[e.length-1]),f=n}else{const e=u(f);if(!e)throw new Error(`Bogus entry. Not in dictionary, ${f} / ${i}, position: ${h}`);b(s,e),s.push(e[e.length-1]),y(f,e[e.length-1]),f=n}i+1>=2**t&&(t===v?f=void 0:t++),n=d(l)}return new Uint8Array(s)}class C extends p.BaseDecoder{decodeBlock(o){return B(o).buffer}}exports.default=C;
|
package/dist/main.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import './index.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const c=require("./basedecoder-0503cc54.js");class d extends c.BaseDecoder{decodeBlock(s){const r=new DataView(s),n=[];for(let e=0;e<s.byteLength;++e){let t=r.getInt8(e);if(t<0){const o=r.getUint8(e+1);t=-t;for(let a=0;a<=t;++a)n.push(o);e+=1}else{for(let o=0;o<=t;++o)n.push(r.getUint8(e+o+1));e+=t+1}}return new Uint8Array(n).buffer}}exports.default=d;
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { B as c } from "./basedecoder-11034ec6.mjs";
|
|
2
|
+
class l extends c {
|
|
3
|
+
decodeBlock(s) {
|
|
4
|
+
const n = new DataView(s), r = [];
|
|
5
|
+
for (let e = 0; e < s.byteLength; ++e) {
|
|
6
|
+
let t = n.getInt8(e);
|
|
7
|
+
if (t < 0) {
|
|
8
|
+
const o = n.getUint8(e + 1);
|
|
9
|
+
t = -t;
|
|
10
|
+
for (let a = 0; a <= t; ++a)
|
|
11
|
+
r.push(o);
|
|
12
|
+
e += 1;
|
|
13
|
+
} else {
|
|
14
|
+
for (let o = 0; o <= t; ++o)
|
|
15
|
+
r.push(n.getUint8(e + o + 1));
|
|
16
|
+
e += t + 1;
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
return new Uint8Array(r).buffer;
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
export {
|
|
23
|
+
l as default
|
|
24
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const r=require("./basedecoder-0503cc54.js");class d extends r.BaseDecoder{decodeBlock(e){return e}}exports.default=d;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
declare const Buttons: any;
|
|
2
|
+
export default Buttons;
|
|
3
|
+
export declare const Primary: {
|
|
4
|
+
args: {
|
|
5
|
+
primary: boolean;
|
|
6
|
+
label: string;
|
|
7
|
+
};
|
|
8
|
+
};
|
|
9
|
+
export declare const Secondary: {
|
|
10
|
+
args: {
|
|
11
|
+
label: string;
|
|
12
|
+
};
|
|
13
|
+
};
|
|
14
|
+
export declare const Large: {
|
|
15
|
+
args: {
|
|
16
|
+
size: string;
|
|
17
|
+
label: string;
|
|
18
|
+
};
|
|
19
|
+
};
|
|
20
|
+
export declare const Small: {
|
|
21
|
+
args: {
|
|
22
|
+
size: string;
|
|
23
|
+
label: string;
|
|
24
|
+
};
|
|
25
|
+
};
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
/// <reference types="prop-types" />
|
|
3
|
+
declare const _default: {
|
|
4
|
+
title: string;
|
|
5
|
+
component: {
|
|
6
|
+
(props: import("../component").headerProps): import("react").JSX.Element;
|
|
7
|
+
propTypes: {
|
|
8
|
+
user: import("prop-types").Requireable<import("prop-types").InferProps<{
|
|
9
|
+
name: import("prop-types").Validator<string>;
|
|
10
|
+
}>>;
|
|
11
|
+
onLogin: import("prop-types").Validator<(...args: any[]) => any>;
|
|
12
|
+
onLogout: import("prop-types").Validator<(...args: any[]) => any>;
|
|
13
|
+
onCreateAccount: import("prop-types").Validator<(...args: any[]) => any>;
|
|
14
|
+
};
|
|
15
|
+
defaultProps: {
|
|
16
|
+
user: undefined;
|
|
17
|
+
};
|
|
18
|
+
};
|
|
19
|
+
tags: string[];
|
|
20
|
+
parameters: {
|
|
21
|
+
layout: string;
|
|
22
|
+
};
|
|
23
|
+
};
|
|
24
|
+
export default _default;
|
|
25
|
+
export declare const LoggedIn: {
|
|
26
|
+
args: {
|
|
27
|
+
user: {
|
|
28
|
+
name: string;
|
|
29
|
+
};
|
|
30
|
+
};
|
|
31
|
+
};
|
|
32
|
+
export declare const LoggedOut: {};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
declare const _default: {
|
|
3
|
+
title: string;
|
|
4
|
+
component: import("react").FC<{}>;
|
|
5
|
+
parameters: {
|
|
6
|
+
layout: string;
|
|
7
|
+
};
|
|
8
|
+
};
|
|
9
|
+
export default _default;
|
|
10
|
+
export declare const LoggedOut: {};
|
|
11
|
+
export declare const LoggedIn: {
|
|
12
|
+
play: ({ canvasElement }: {
|
|
13
|
+
canvasElement: any;
|
|
14
|
+
}) => Promise<void>;
|
|
15
|
+
};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
declare const _default: {
|
|
3
|
+
title: string;
|
|
4
|
+
component: import("react").FC<{
|
|
5
|
+
fbxTreeDatas: any[];
|
|
6
|
+
data: any;
|
|
7
|
+
}>;
|
|
8
|
+
tags: string[];
|
|
9
|
+
parameters: {
|
|
10
|
+
layout: string;
|
|
11
|
+
};
|
|
12
|
+
};
|
|
13
|
+
export default _default;
|
|
14
|
+
export declare const DistributionStory: {};
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
declare const _default: {
|
|
3
|
+
title: string;
|
|
4
|
+
component: import("react").MemoExoticComponent<({ data_path, layerxyz, TotalLevel, CurrentLevel, setCurrentLevel, isListVisible, setListVisible, }: {
|
|
5
|
+
data_path: string;
|
|
6
|
+
layerxyz: string;
|
|
7
|
+
TotalLevel: number;
|
|
8
|
+
CurrentLevel: number;
|
|
9
|
+
setCurrentLevel: import("react").Dispatch<import("react").SetStateAction<number>>;
|
|
10
|
+
isListVisible: boolean;
|
|
11
|
+
setListVisible: import("react").Dispatch<import("react").SetStateAction<boolean>>;
|
|
12
|
+
}) => import("react").JSX.Element>;
|
|
13
|
+
tags: string[];
|
|
14
|
+
parameters: {
|
|
15
|
+
layout: string;
|
|
16
|
+
};
|
|
17
|
+
};
|
|
18
|
+
export default _default;
|
|
19
|
+
export declare const ThumbnailStory: {
|
|
20
|
+
args: {
|
|
21
|
+
layer: string;
|
|
22
|
+
CurrentLevel: number;
|
|
23
|
+
TotalLevel: number;
|
|
24
|
+
};
|
|
25
|
+
};
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
declare const _default: {
|
|
3
|
+
title: string;
|
|
4
|
+
component: import("react").FC<{
|
|
5
|
+
axon_check: any[];
|
|
6
|
+
fbxTreeDatas: any[];
|
|
7
|
+
setLeftMenuTabIndex: import("react").Dispatch<import("react").SetStateAction<number>>;
|
|
8
|
+
reset: boolean;
|
|
9
|
+
swcRef: import("react").MutableRefObject<undefined>;
|
|
10
|
+
setIsChartOpen: import("react").Dispatch<import("react").SetStateAction<boolean>>;
|
|
11
|
+
setChartValue: import("react").Dispatch<any>;
|
|
12
|
+
setEchartValue: import("react").Dispatch<import("react").SetStateAction<string>>;
|
|
13
|
+
}>;
|
|
14
|
+
tags: string[];
|
|
15
|
+
parameters: {
|
|
16
|
+
layout: string;
|
|
17
|
+
};
|
|
18
|
+
};
|
|
19
|
+
export default _default;
|
|
20
|
+
export declare const DistributionStory: {};
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
declare const _default: {
|
|
3
|
+
title: string;
|
|
4
|
+
component: import("react").FC<{
|
|
5
|
+
t: any;
|
|
6
|
+
data_change: any;
|
|
7
|
+
data_c: any;
|
|
8
|
+
col: string[];
|
|
9
|
+
row: string[];
|
|
10
|
+
}>;
|
|
11
|
+
tags: string[];
|
|
12
|
+
parameters: {
|
|
13
|
+
layout: string;
|
|
14
|
+
};
|
|
15
|
+
};
|
|
16
|
+
export default _default;
|
|
17
|
+
export declare const DistributionStory: {};
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
declare const _default: {
|
|
3
|
+
title: string;
|
|
4
|
+
component: import("react").MemoExoticComponent<({ data_path, json, fbxname, layerxyz, setfbxname, CurrentLevel, setCurrentLevel, Z, }: {
|
|
5
|
+
data_path: string;
|
|
6
|
+
json: string;
|
|
7
|
+
fbxname: string;
|
|
8
|
+
layerxyz: string;
|
|
9
|
+
CurrentLevel: number;
|
|
10
|
+
setCurrentLevel: import("react").Dispatch<import("react").SetStateAction<number>>;
|
|
11
|
+
setfbxname: import("react").Dispatch<import("react").SetStateAction<string>>;
|
|
12
|
+
Z: any;
|
|
13
|
+
}) => import("react").JSX.Element>;
|
|
14
|
+
tags: string[];
|
|
15
|
+
parameters: {
|
|
16
|
+
layout: string;
|
|
17
|
+
};
|
|
18
|
+
};
|
|
19
|
+
export default _default;
|
|
20
|
+
export declare const NavTreeStory: {
|
|
21
|
+
args: {
|
|
22
|
+
json: string;
|
|
23
|
+
defaultSelectedKeys: string[];
|
|
24
|
+
};
|
|
25
|
+
};
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
declare const _default: {
|
|
3
|
+
title: string;
|
|
4
|
+
component: import("react").MemoExoticComponent<({ data_path, layer, CurrentLevel, isListVisible, setListVisible, isGridViewer, setGridViewer, is3DViewer, set3DViewer, ZifData, fbxname, Z, threeview, setCurrentLevel, }: {
|
|
5
|
+
data_path: string;
|
|
6
|
+
layer: string;
|
|
7
|
+
CurrentLevel: number;
|
|
8
|
+
isListVisible: boolean;
|
|
9
|
+
setListVisible: import("react").Dispatch<import("react").SetStateAction<boolean>>;
|
|
10
|
+
isGridViewer: boolean;
|
|
11
|
+
setGridViewer: import("react").Dispatch<import("react").SetStateAction<boolean>>;
|
|
12
|
+
is3DViewer: boolean;
|
|
13
|
+
set3DViewer: import("react").Dispatch<import("react").SetStateAction<boolean>>;
|
|
14
|
+
setCurrentLevel: import("react").Dispatch<import("react").SetStateAction<number>>;
|
|
15
|
+
ZifData: any;
|
|
16
|
+
fbxname: string;
|
|
17
|
+
Z: any;
|
|
18
|
+
threeview?: string | undefined;
|
|
19
|
+
}) => import("react").JSX.Element>;
|
|
20
|
+
tags: string[];
|
|
21
|
+
parameters: {
|
|
22
|
+
layout: string;
|
|
23
|
+
};
|
|
24
|
+
};
|
|
25
|
+
export default _default;
|
|
26
|
+
export declare const TwoViewerStory: {
|
|
27
|
+
args: {
|
|
28
|
+
layer: string;
|
|
29
|
+
CurrentLevel: number;
|
|
30
|
+
};
|
|
31
|
+
};
|
package/dist/style.css
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.grid-container{display:grid;position:absolute;grid-template-columns:repeat(10,1fr);width:100%;height:100%;margin:0 auto}.grid-container1{display:grid;position:absolute;width:100%;height:100%;margin:0 auto;align-content:stretch}.grid-column{background-color:#d4d0d05c;width:2px;height:100vh}.grid-row{background-color:#d4d0d05c;position:relative;width:100%;height:2px}#slider{width:300px;position:absolute;top:175px;left:45px;z-index:9}#nav_left{width:300px;height:600px;position:absolute;top:230px;left:50px;z-index:2}#nav_left .ant-dropdown-trigger{position:absolute;width:300px}#nav_left #nav_menu{position:absolute;top:35px;height:600px;width:auto}#nav_left #nav_menu #nav_div{position:absolute;width:100%}#nav_left #nav_menu #nav_div #nav_tree{height:360px;padding:5px;overflow:overlay;white-space:nowrap;border:1px solid #aaa;background-color:#fff}#nav_bottom{display:flex;width:100%;height:100px;position:fixed;bottom:0;z-index:1;flex-direction:row}#nav_bottom #nav_gation{display:flex;width:100%;flex-direction:row;justify-content:center}#nav_bottom #nav_gation table td{padding:5px}#nav_bottom #nav_gation table td input{width:80px}#nav_bottom #nav_gation table img{width:35px;height:35px;transition:transform .2s}#nav_bottom #nav_gation table img:hover{transform:scale(1.3)}#nav_bottom #info_div{position:absolute;height:100px;left:50px;background-color:#a1a0a087;padding-left:5px;padding-right:5px;display:flex;flex-direction:column;justify-content:center;width:210px;height:90px}table{background-color:#ffffff87}#zoomify-container{height:100%;position:relative;z-index:1}#nav_right{position:fixed;right:5px;top:20px;z-index:2}#ex{width:100%;position:fixed;top:0;height:100%;z-index:2;pointer-events:none}#open_btn{cursor:pointer;width:35px;height:35px;transition:transform .2s;position:absolute;top:20px;z-index:2}#open_btn:hover{width:40px;transform:scale(1.3)}#Thumbnail{position:relative;transition:right .3s ease}#Thumbnail.visible{right:0}.imgNum{position:absolute;bottom:0;left:0}.bregma{position:absolute;bottom:0;right:0}#list_img{box-sizing:border-box;cursor:pointer;transition:all .5s ease-out;overflow:hidden}#list_img img{width:100%}#list_img span{font-size:small}.customDropDown{z-index:1000;position:absolute;transition:ease-in .3s;box-shadow:0 6px 16px #00000014,0 3px 6px -4px #0000001f,0 9px 28px 8px #0000000d}.customDropDownItem:first-child{border-radius:6px 6px 0 0}.customDropDownItem:last-child{border-radius:0 0 6px 6px}.customDropDownItem{background:#fff;padding:6px 10px}.innerCustomDropDown{padding:5px;border-radius:6px}.innerCustomDropDown:hover{background:rgba(0,0,0,.1)}.pipeline_dropdown .ant-dropdown-menu{padding:10px}.gray-column{background-color:#a8a7a7!important}.ant-table-tbody>tr:hover{background-color:transparent!important}.ant-table-row>.ant-table-cell-row-hover{background:transparent!important}.celltable .ant-table-cell{padding:0!important}.column-has{border-right:#a8a7a7 1px solid!important}.celltable .ant-table-fixed{table-layout:fixed}.celltable .ant-table-tbody>tr>td{word-wrap:break-word;word-break:break-all;border-bottom-color:#fff}.celltitle_left{width:45%!important}.celltitle_right{width:50%!important}.dg.main .close-button.close-bottom{position:absolute;height:10px!important;line-height:10px!important}.tabsCompnent .ant-tabs-content-holder{background:#fff;padding:10px;overflow:hidden;border-left:1px solid rgb(225,218,218);border-radius:4px}.tabsCompnent .ant-tabs-content-holder .ant-tabs-content{-webkit-user-drag:none;-moz-user-drag:none;-ms-user-drag:none;user-drag:none}.tabsCompnent .ant-tabs-content-holder .ant-tabs-content .ant-tabs-tabpane{padding-right:0}.Echart .ant-modal-content{border-radius:0}.AIComponent{width:25px;height:25px;position:fixed;bottom:80px;right:10px}.AIComponent:hover{cursor:pointer;fill:#e9192a}.img{width:20px}.lihover{list-style-type:none;padding:4px 15px;border-radius:2px;cursor:pointer;display:flex}.lihover:hover{background-color:#428bca;color:#fff}.img-icon{width:25px}.ant-tree-select-dropdown .ant-select-tree .ant-select-tree-switcher{display:flex;width:20px;align-items:center}.SwcTable .ant-table-cell{padding:12px 8px!important}.svgleft{margin-left:5px}.bottom_tabs_outer_div{position:absolute;bottom:13px;left:50%;transform:translate(-39%);background:rgba(97,98,99,.3);padding:10px 30px;border-radius:8px;display:flex;user-select:none}.bottom_tabs_outer_div .bottom_tabs_icon{width:auto;height:30px;margin-right:20px;cursor:pointer;border-radius:4px}.bottom_tabs_outer_div .bottom_tabs_icon:hover{background:#d3e5e5}.bottom_tabs_outer_div .bottom_tabs_icon:last-child{margin-right:0}.leaflet-cluster-anim .leaflet-marker-icon,.leaflet-cluster-anim .leaflet-marker-shadow{-webkit-transition:-webkit-transform .3s ease-out,opacity .3s ease-in;-moz-transition:-moz-transform .3s ease-out,opacity .3s ease-in;-o-transition:-o-transform .3s ease-out,opacity .3s ease-in;transition:transform .3s ease-out,opacity .3s ease-in}.leaflet-cluster-spider-leg{-webkit-transition:-webkit-stroke-dashoffset .3s ease-out,-webkit-stroke-opacity .3s ease-in;-moz-transition:-moz-stroke-dashoffset .3s ease-out,-moz-stroke-opacity .3s ease-in;-o-transition:-o-stroke-dashoffset .3s ease-out,-o-stroke-opacity .3s ease-in;transition:stroke-dashoffset .3s ease-out,stroke-opacity .3s ease-in}.marker-cluster-small{background-color:#b5e28c99}.marker-cluster-small div{background-color:#6ecc3999}.marker-cluster-medium{background-color:#f1d35799}.marker-cluster-medium div{background-color:#f0c20c99}.marker-cluster-large{background-color:#fd9c7399}.marker-cluster-large div{background-color:#f1801799}.leaflet-oldie .marker-cluster-small{background-color:#b5e28c}.leaflet-oldie .marker-cluster-small div{background-color:#6ecc39}.leaflet-oldie .marker-cluster-medium{background-color:#f1d357}.leaflet-oldie .marker-cluster-medium div{background-color:#f0c20c}.leaflet-oldie .marker-cluster-large{background-color:#fd9c73}.leaflet-oldie .marker-cluster-large div{background-color:#f18017}.marker-cluster{background-clip:padding-box;border-radius:20px}.marker-cluster div{width:30px;height:30px;margin-left:5px;margin-top:5px;text-align:center;border-radius:15px;font:12px Helvetica Neue,Arial,Helvetica,sans-serif}.marker-cluster span{line-height:30px}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:rgba(255,255,255,.5)}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:rgba(255,255,255,.8);margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:rgba(255,255,255,.8);text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:white;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.SideBar{height:200px}#list_img span{color:#000}body{overflow:hidden}.wrapper{font-family:Nunito Sans,Helvetica Neue,Helvetica,Arial,sans-serif;border-bottom:1px solid rgba(0,0,0,.1);padding:15px 20px;display:flex;align-items:center;justify-content:space-between}svg{display:inline-block;vertical-align:top}h1{font-weight:700;font-size:20px;line-height:1;margin:6px 0 6px 10px;display:inline-block;vertical-align:top}button+button{margin-left:10px}.welcome{color:#333;font-size:14px;margin-right:10px}.storybook-button{font-family:Nunito Sans,Helvetica Neue,Helvetica,Arial,sans-serif;font-weight:700;border:0;border-radius:3em;cursor:pointer;display:inline-block;line-height:1}.storybook-button--primary{color:#fff;background-color:#1ea7fd}.storybook-button--secondary{color:#333;background-color:transparent;box-shadow:#00000026 0 0 0 1px inset}.storybook-button--small{font-size:12px;padding:10px 16px}.storybook-button--medium{font-size:14px;padding:11px 20px}.storybook-button--large{font-size:16px;padding:12px 24px}
|