@datagrok-libraries/bio 5.39.17 → 5.39.18

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/CHANGELOG.md CHANGED
@@ -12,6 +12,7 @@
12
12
  * Move pdb, pdbqt parser to bio lib
13
13
  * Add IAutoDockService checkOpenCl, dockLigandColumn
14
14
  * Add Molecule, Molecule3D units handler getAsPdb
15
+ * Add IHelmWebEditor
15
16
 
16
17
  ### Bug fixes
17
18
 
package/package.json CHANGED
@@ -1,3 +1,4 @@
1
+
1
2
  {
2
3
  "name": "@datagrok-libraries/bio",
3
4
  "author": {
@@ -8,7 +9,7 @@
8
9
  "access": "public"
9
10
  },
10
11
  "friendlyName": "Datagrok bio library",
11
- "version": "5.39.17",
12
+ "version": "5.39.18",
12
13
  "description": "",
13
14
  "dependencies": {
14
15
  "@datagrok-libraries/gridext": "^1.3.68",
@@ -0,0 +1,10 @@
1
+ export interface IHelmWebEditor {
2
+ get editor(): any;
3
+ get host(): HTMLDivElement;
4
+ createWebEditor(substructure: string): {
5
+ editorDiv: HTMLDivElement;
6
+ webEditor: any;
7
+ };
8
+ resizeEditor(width: number, height: number): void;
9
+ }
10
+ //# sourceMappingURL=editor.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"editor.d.ts","sourceRoot":"","sources":["editor.ts"],"names":[],"mappings":"AAIA,MAAM,WAAW,cAAc;IAC7B,IAAI,MAAM,IAAI,GAAG,CAAC;IAClB,IAAI,IAAI,IAAI,cAAc,CAAC;IAE3B,eAAe,CAAC,YAAY,EAAE,MAAM,GAAG;QAAE,SAAS,EAAE,cAAc,CAAC;QAAC,SAAS,EAAE,GAAG,CAAA;KAAE,CAAC;IACrF,YAAY,CAAC,KAAK,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;CACnD"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=editor.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"editor.js","sourceRoot":"","sources":["editor.ts"],"names":[],"mappings":""}