openchemlib 8.7.0 → 8.7.1
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/core.js +22 -1
- package/dist/openchemlib-core.js +3 -3
- package/dist/openchemlib-full.js +3 -3
- package/dist/openchemlib-full.pretty.js +3 -3
- package/dist/openchemlib-minimal.js +3 -3
- package/full.js +25 -1
- package/full.pretty.js +25 -1
- package/minimal.js +12 -1
- package/package.json +1 -1
package/core.js
CHANGED
|
@@ -1,3 +1,24 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
const OCL = require('./dist/openchemlib-core.js');
|
|
4
|
+
|
|
5
|
+
exports.default = OCL;
|
|
6
|
+
exports.CanonizerUtil = OCL.CanonizerUtil;
|
|
7
|
+
exports.ConformerGenerator = OCL.ConformerGenerator;
|
|
8
|
+
exports.DrugScoreCalculator = OCL.DrugScoreCalculator;
|
|
9
|
+
exports.DruglikenessPredictor = OCL.DruglikenessPredictor;
|
|
10
|
+
exports.ForceFieldMMFF94 = OCL.ForceFieldMMFF94;
|
|
11
|
+
exports.Molecule = OCL.Molecule;
|
|
12
|
+
exports.MoleculeProperties = OCL.MoleculeProperties;
|
|
13
|
+
exports.Reaction = OCL.Reaction;
|
|
14
|
+
exports.ReactionEncoder = OCL.ReactionEncoder;
|
|
15
|
+
exports.Reactor = OCL.Reactor;
|
|
16
|
+
exports.RingCollection = OCL.RingCollection;
|
|
17
|
+
exports.SDFileParser = OCL.SDFileParser;
|
|
18
|
+
exports.SSSearcher = OCL.SSSearcher;
|
|
19
|
+
exports.SSSearcherWithIndex = OCL.SSSearcherWithIndex;
|
|
20
|
+
exports.SmilesParser = OCL.SmilesParser;
|
|
21
|
+
exports.ToxicityPredictor = OCL.ToxicityPredictor;
|
|
22
|
+
exports.Transformer = OCL.Transformer;
|
|
23
|
+
exports.Util = OCL.Util;
|
|
24
|
+
exports.version = OCL.version;
|
package/dist/openchemlib-core.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* openchemlib - Manipulate molecules
|
|
3
|
-
* @version v8.7.
|
|
4
|
-
* @date 2023-10-
|
|
3
|
+
* @version v8.7.1
|
|
4
|
+
* @date 2023-10-16T16:59:46.410Z
|
|
5
5
|
* @link https://github.com/cheminfo/openchemlib-js
|
|
6
6
|
* @license BSD-3-Clause
|
|
7
7
|
*/
|
|
@@ -171,7 +171,7 @@ Glb.dkb=function dkb(a,b,c,d,e,f,g,h,i,j){var k,l,m,n,o,p,q,r,s,t;if(a==b)return
|
|
|
171
171
|
|
|
172
172
|
var toReturn = $wnd["OCL"];
|
|
173
173
|
|
|
174
|
-
toReturn.version = '8.7.
|
|
174
|
+
toReturn.version = '8.7.1';
|
|
175
175
|
|
|
176
176
|
return toReturn;
|
|
177
177
|
}
|
package/dist/openchemlib-full.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* openchemlib - Manipulate molecules
|
|
3
|
-
* @version v8.7.
|
|
4
|
-
* @date 2023-10-
|
|
3
|
+
* @version v8.7.1
|
|
4
|
+
* @date 2023-10-16T16:59:46.440Z
|
|
5
5
|
* @link https://github.com/cheminfo/openchemlib-js
|
|
6
6
|
* @license BSD-3-Clause
|
|
7
7
|
*/
|
|
@@ -184,7 +184,7 @@ _.cAtomQFNeighbourBits=xYb.ZU;_.cAtomQFNeighbourShift=xYb.$U;_.cAtomQFNeighbours
|
|
|
184
184
|
|
|
185
185
|
var toReturn = $wnd["OCL"];
|
|
186
186
|
|
|
187
|
-
toReturn.version = '8.7.
|
|
187
|
+
toReturn.version = '8.7.1';
|
|
188
188
|
|
|
189
189
|
return toReturn;
|
|
190
190
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* openchemlib - Manipulate molecules
|
|
3
|
-
* @version v8.7.
|
|
4
|
-
* @date 2023-10-
|
|
3
|
+
* @version v8.7.1
|
|
4
|
+
* @date 2023-10-16T16:59:57.971Z
|
|
5
5
|
* @link https://github.com/cheminfo/openchemlib-js
|
|
6
6
|
* @license BSD-3-Clause
|
|
7
7
|
*/
|
|
@@ -89216,7 +89216,7 @@ $gwt && $gwt.permProps && __gwtModuleFunction.__moduleStartupDone($gwt.permProps
|
|
|
89216
89216
|
|
|
89217
89217
|
var toReturn = $wnd["OCL"];
|
|
89218
89218
|
|
|
89219
|
-
toReturn.version = '8.7.
|
|
89219
|
+
toReturn.version = '8.7.1';
|
|
89220
89220
|
|
|
89221
89221
|
return toReturn;
|
|
89222
89222
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* openchemlib - Manipulate molecules
|
|
3
|
-
* @version v8.7.
|
|
4
|
-
* @date 2023-10-
|
|
3
|
+
* @version v8.7.1
|
|
4
|
+
* @date 2023-10-16T16:59:46.377Z
|
|
5
5
|
* @link https://github.com/cheminfo/openchemlib-js
|
|
6
6
|
* @license BSD-3-Clause
|
|
7
7
|
*/
|
|
@@ -137,7 +137,7 @@ _.put=function I$(a,b){return T0.w$(this,a,b)};_.remove=function J$(a){return T0
|
|
|
137
137
|
|
|
138
138
|
var toReturn = $wnd["OCL"];
|
|
139
139
|
|
|
140
|
-
toReturn.version = '8.7.
|
|
140
|
+
toReturn.version = '8.7.1';
|
|
141
141
|
|
|
142
142
|
return toReturn;
|
|
143
143
|
}
|
package/full.js
CHANGED
|
@@ -1,3 +1,27 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
const OCL = require('./dist/openchemlib-full.js');
|
|
4
|
+
|
|
5
|
+
exports.default = OCL;
|
|
6
|
+
exports.CanonizerUtil = OCL.CanonizerUtil;
|
|
7
|
+
exports.ConformerGenerator = OCL.ConformerGenerator;
|
|
8
|
+
exports.DrugScoreCalculator = OCL.DrugScoreCalculator;
|
|
9
|
+
exports.DruglikenessPredictor = OCL.DruglikenessPredictor;
|
|
10
|
+
exports.ForceFieldMMFF94 = OCL.ForceFieldMMFF94;
|
|
11
|
+
exports.Molecule = OCL.Molecule;
|
|
12
|
+
exports.MoleculeProperties = OCL.MoleculeProperties;
|
|
13
|
+
exports.Reaction = OCL.Reaction;
|
|
14
|
+
exports.ReactionEncoder = OCL.ReactionEncoder;
|
|
15
|
+
exports.Reactor = OCL.Reactor;
|
|
16
|
+
exports.RingCollection = OCL.RingCollection;
|
|
17
|
+
exports.SDFileParser = OCL.SDFileParser;
|
|
18
|
+
exports.SSSearcher = OCL.SSSearcher;
|
|
19
|
+
exports.SSSearcherWithIndex = OCL.SSSearcherWithIndex;
|
|
20
|
+
exports.SVGRenderer = OCL.SVGRenderer;
|
|
21
|
+
exports.SmilesParser = OCL.SmilesParser;
|
|
22
|
+
exports.StructureEditor = OCL.StructureEditor;
|
|
23
|
+
exports.StructureView = OCL.StructureView;
|
|
24
|
+
exports.ToxicityPredictor = OCL.ToxicityPredictor;
|
|
25
|
+
exports.Transformer = OCL.Transformer;
|
|
26
|
+
exports.Util = OCL.Util;
|
|
27
|
+
exports.version = OCL.version;
|
package/full.pretty.js
CHANGED
|
@@ -1,3 +1,27 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
const OCL = require('./dist/openchemlib-full.pretty.js');
|
|
4
|
+
|
|
5
|
+
exports.default = OCL;
|
|
6
|
+
exports.CanonizerUtil = OCL.CanonizerUtil;
|
|
7
|
+
exports.ConformerGenerator = OCL.ConformerGenerator;
|
|
8
|
+
exports.DrugScoreCalculator = OCL.DrugScoreCalculator;
|
|
9
|
+
exports.DruglikenessPredictor = OCL.DruglikenessPredictor;
|
|
10
|
+
exports.ForceFieldMMFF94 = OCL.ForceFieldMMFF94;
|
|
11
|
+
exports.Molecule = OCL.Molecule;
|
|
12
|
+
exports.MoleculeProperties = OCL.MoleculeProperties;
|
|
13
|
+
exports.Reaction = OCL.Reaction;
|
|
14
|
+
exports.ReactionEncoder = OCL.ReactionEncoder;
|
|
15
|
+
exports.Reactor = OCL.Reactor;
|
|
16
|
+
exports.RingCollection = OCL.RingCollection;
|
|
17
|
+
exports.SDFileParser = OCL.SDFileParser;
|
|
18
|
+
exports.SSSearcher = OCL.SSSearcher;
|
|
19
|
+
exports.SSSearcherWithIndex = OCL.SSSearcherWithIndex;
|
|
20
|
+
exports.SVGRenderer = OCL.SVGRenderer;
|
|
21
|
+
exports.SmilesParser = OCL.SmilesParser;
|
|
22
|
+
exports.StructureEditor = OCL.StructureEditor;
|
|
23
|
+
exports.StructureView = OCL.StructureView;
|
|
24
|
+
exports.ToxicityPredictor = OCL.ToxicityPredictor;
|
|
25
|
+
exports.Transformer = OCL.Transformer;
|
|
26
|
+
exports.Util = OCL.Util;
|
|
27
|
+
exports.version = OCL.version;
|
package/minimal.js
CHANGED
|
@@ -1,3 +1,14 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
const OCL = require('./dist/openchemlib-minimal.js');
|
|
4
|
+
|
|
5
|
+
exports.default = OCL;
|
|
6
|
+
exports.Molecule = OCL.Molecule;
|
|
7
|
+
exports.Reaction = OCL.Reaction;
|
|
8
|
+
exports.RingCollection = OCL.RingCollection;
|
|
9
|
+
exports.SDFileParser = OCL.SDFileParser;
|
|
10
|
+
exports.SSSearcher = OCL.SSSearcher;
|
|
11
|
+
exports.SSSearcherWithIndex = OCL.SSSearcherWithIndex;
|
|
12
|
+
exports.SmilesParser = OCL.SmilesParser;
|
|
13
|
+
exports.Util = OCL.Util;
|
|
14
|
+
exports.version = OCL.version;
|