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

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