@rcsb/rcsb-saguaro-app 6.0.0-development.8 → 6.0.0-development.9

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.
@@ -83,6 +83,7 @@ export interface RcsbFvModuleInterface extends RcsbFvModulePublicInterface {
83
83
  display(): void;
84
84
  build(buildConfig: RcsbFvModuleBuildInterface): Promise<void>;
85
85
  setPolymerEntityInstanceTranslator(polymerEntityInstance: PolymerEntityInstanceTranslate): void;
86
+ getPolymerEntityInstanceTranslator(): PolymerEntityInstanceTranslate;
86
87
  }
87
88
  export interface RcsbFvModulePublicInterface<P extends {
88
89
  [k: string]: any;
@@ -99,5 +100,4 @@ export interface RcsbFvModulePublicInterface<P extends {
99
100
  getAnnotationConfigData(): Promise<Array<RcsbFvRowConfigInterface<P, S, R, M>>>;
100
101
  getFv(): RcsbFv<P, S, R, M>;
101
102
  wait(): Promise<void>;
102
- getPolymerEntityInstanceTranslator(): PolymerEntityInstanceTranslate;
103
103
  }
@@ -83,6 +83,7 @@ export interface RcsbFvModuleInterface extends RcsbFvModulePublicInterface {
83
83
  display(): void;
84
84
  build(buildConfig: RcsbFvModuleBuildInterface): Promise<void>;
85
85
  setPolymerEntityInstanceTranslator(polymerEntityInstance: PolymerEntityInstanceTranslate): void;
86
+ getPolymerEntityInstanceTranslator(): PolymerEntityInstanceTranslate;
86
87
  }
87
88
  export interface RcsbFvModulePublicInterface<P extends {
88
89
  [k: string]: any;
@@ -99,5 +100,4 @@ export interface RcsbFvModulePublicInterface<P extends {
99
100
  getAnnotationConfigData(): Promise<Array<RcsbFvRowConfigInterface<P, S, R, M>>>;
100
101
  getFv(): RcsbFv<P, S, R, M>;
101
102
  wait(): Promise<void>;
102
- getPolymerEntityInstanceTranslator(): PolymerEntityInstanceTranslate;
103
103
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rcsb/rcsb-saguaro-app",
3
- "version": "6.0.0-development.8",
3
+ "version": "6.0.0-development.9",
4
4
  "description": "RCSB 1D Saguaro Web App",
5
5
  "main": "build/app.js",
6
6
  "files": [