|
@@ -17,16 +17,6 @@ import { PresetProps } from '../preset2';
|
|
|
import { Mat4 } from 'molstar/lib/commonjs/mol-math/linear-algebra';
|
|
|
import { TrajectoryHierarchyPresetProvider } from 'molstar/lib/mol-plugin-state/builder/structure/hierarchy-preset';
|
|
|
|
|
|
-
|
|
|
-
|
|
|
-declare const __RCSB_MOLSTAR_VERSION__: string;
|
|
|
-export const RCSB_MOLSTAR_VERSION = typeof __RCSB_MOLSTAR_VERSION__ != 'undefined' ? __RCSB_MOLSTAR_VERSION__ : 'none';
|
|
|
-
|
|
|
-
|
|
|
-declare const __BUILD_TIMESTAMP__: number;
|
|
|
-export const BUILD_TIMESTAMP = typeof __BUILD_TIMESTAMP__ != 'undefined' ? __BUILD_TIMESTAMP__ : 'none';
|
|
|
-export const BUILD_DATE = new Date(BUILD_TIMESTAMP);
|
|
|
-
|
|
|
export class TmViewer extends Viewer {
|
|
|
|
|
|
constructor(elementOrId: string | HTMLElement, props: Partial<ViewerProps> = {}) {
|