openchemlib 8.4.0 → 8.5.0
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/dist/openchemlib-core.js +143 -142
- package/dist/openchemlib-full.js +156 -156
- package/dist/openchemlib-full.pretty.js +9 -3
- package/dist/openchemlib-minimal.js +109 -109
- package/package.json +1 -1
- package/types.d.ts +9 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* openchemlib - Manipulate molecules
|
|
3
|
-
* @version v8.
|
|
4
|
-
* @date 2023-08-
|
|
3
|
+
* @version v8.5.0
|
|
4
|
+
* @date 2023-08-14T05:59:57.392Z
|
|
5
5
|
* @link https://github.com/cheminfo/openchemlib-js
|
|
6
6
|
* @license BSD-3-Clause
|
|
7
7
|
*/
|
|
@@ -50965,6 +50965,12 @@ _.getExplicitHydrogens = function getExplicitHydrogens_0(atom){
|
|
|
50965
50965
|
return this.oclMolecule.getExplicitHydrogens_0(atom);
|
|
50966
50966
|
}
|
|
50967
50967
|
;
|
|
50968
|
+
_.getFinalRanks = function getFinalRanks(flag){
|
|
50969
|
+
var canonizer;
|
|
50970
|
+
canonizer = new carc2.Canonizer_0(this.oclMolecule, flag);
|
|
50971
|
+
return canonizer.getFinalRank();
|
|
50972
|
+
}
|
|
50973
|
+
;
|
|
50968
50974
|
_.getFisherProjectionParity = function getFisherProjectionParity_0(atom, sortedConnMap, angle, direction){
|
|
50969
50975
|
return this.oclMolecule.getFisherProjectionParity_0(atom, sortedConnMap, angle, direction);
|
|
50970
50976
|
}
|
|
@@ -89199,7 +89205,7 @@ $gwt && $gwt.permProps && __gwtModuleFunction.__moduleStartupDone($gwt.permProps
|
|
|
89199
89205
|
|
|
89200
89206
|
var toReturn = $wnd["OCL"];
|
|
89201
89207
|
|
|
89202
|
-
toReturn.version = '8.
|
|
89208
|
+
toReturn.version = '8.5.0';
|
|
89203
89209
|
|
|
89204
89210
|
return toReturn;
|
|
89205
89211
|
}
|