openchemlib 9.5.1 → 9.6.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.debug.js +4 -3
- package/dist/openchemlib.js +7 -7
- package/package.json +1 -1
|
@@ -718,6 +718,7 @@ function createEditor(parentElement, options, onChange, JavaEditorArea, JavaEdit
|
|
|
718
718
|
initialFragment = false
|
|
719
719
|
} = options;
|
|
720
720
|
const rootElement = document.createElement("div");
|
|
721
|
+
rootElement.dataset.openchemlibCanvasEditor = "true";
|
|
721
722
|
Object.assign(rootElement.style, {
|
|
722
723
|
width: "100%",
|
|
723
724
|
height: "100%",
|
|
@@ -71022,7 +71023,7 @@ function getExports($wnd) {
|
|
|
71022
71023
|
$sendStats("moduleStartup", "end");
|
|
71023
71024
|
$gwt && $gwt.permProps && __gwtModuleFunction.__moduleStartupDone($gwt.permProps);
|
|
71024
71025
|
const toReturn = $wnd["OCL"];
|
|
71025
|
-
toReturn.version = "9.
|
|
71026
|
+
toReturn.version = "9.6.0";
|
|
71026
71027
|
return toReturn;
|
|
71027
71028
|
}
|
|
71028
71029
|
var isBrowserWindow = typeof window !== "undefined" && typeof window.document !== "undefined";
|
|
@@ -71166,8 +71167,8 @@ export {
|
|
|
71166
71167
|
};
|
|
71167
71168
|
/**
|
|
71168
71169
|
* openchemlib - Manipulate molecules
|
|
71169
|
-
* @version v9.
|
|
71170
|
-
* @date 2025-07-
|
|
71170
|
+
* @version v9.6.0
|
|
71171
|
+
* @date 2025-07-14T13:46:09.420Z
|
|
71171
71172
|
* @link https://github.com/cheminfo/openchemlib-js
|
|
71172
71173
|
* @license BSD-3-Clause
|
|
71173
71174
|
*/
|