openchemlib 9.14.0 → 9.14.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.
@@ -7045,7 +7045,7 @@ function getExports($wnd) {
7045
7045
  atomStr = "?";
7046
7046
  if (neq(and_0(this.mMol.getAtomQueryFeatures(atom), 2048), 0))
7047
7047
  hydrogensToAdd = -1;
7048
- } else if (this.mMol.getAtomicNo_0(atom) != 6 || jsNotEquals(propStr, null) || jsNotEquals(isoStr, null) && (!isSmallCustomLabelOnly || (this.mDisplayMode & 256) == 0) || hydrogensToAdd > 0 || !this.mAtomIsConnected[atom])
7048
+ } else if (this.mMol.getAtomicNo_0(atom) != 6 || jsNotEquals(propStr, null) || jsNotEquals(isoStr, null) && (!isSmallCustomLabelOnly || (this.mDisplayMode & 32768) == 0) || hydrogensToAdd > 0 || !this.mAtomIsConnected[atom])
7049
7049
  atomStr = this.mMol.getAtomLabel_0(atom);
7050
7050
  labelWidth = 0;
7051
7051
  if (!this.mMol.isSelectedAtom_0(atom) & this.mMol.isExcludeGroupAtom(atom))
@@ -8068,7 +8068,7 @@ function getExports($wnd) {
8068
8068
  carc2.cDModeBondNo = 4;
8069
8069
  carc2.cDModeDrawBondsInGray = 16384;
8070
8070
  carc2.cDModeHiliteAllQueryFeatures = 8;
8071
- carc2.cDModeNoCarbonLabelWithCustomLabel = 256;
8071
+ carc2.cDModeNoCarbonLabelWithCustomLabel = 32768;
8072
8072
  carc2.cDModeNoColorOnESRAndCIP = 4096;
8073
8073
  carc2.cDModeNoImplicitAtomLabelColors = 1024;
8074
8074
  carc2.cDModeNoImplicitHydrogen = 8192;
@@ -51337,7 +51337,7 @@ function getExports($wnd) {
51337
51337
  if (options.suppressESR)
51338
51338
  displayMode |= 128;
51339
51339
  if (options.noCarbonLabelWithCustomLabel)
51340
- displayMode |= 256;
51340
+ displayMode |= 32768;
51341
51341
  if (options.showSymmetryAny)
51342
51342
  displayMode |= 768;
51343
51343
  if (options.showSymmetrySimple)
@@ -71262,7 +71262,7 @@ function getExports($wnd) {
71262
71262
  $sendStats("moduleStartup", "end");
71263
71263
  $gwt && $gwt.permProps && __gwtModuleFunction.__moduleStartupDone($gwt.permProps);
71264
71264
  const toReturn = $wnd["OCL"];
71265
- toReturn.version = "9.14.0";
71265
+ toReturn.version = "9.14.1";
71266
71266
  return toReturn;
71267
71267
  }
71268
71268
  var isBrowserWindow = typeof window !== "undefined" && typeof window.document !== "undefined";
@@ -71406,8 +71406,8 @@ export {
71406
71406
  };
71407
71407
  /**
71408
71408
  * openchemlib - Manipulate molecules
71409
- * @version v9.14.0
71410
- * @date 2025-10-29T09:34:22.062Z
71409
+ * @version v9.14.1
71410
+ * @date 2025-10-29T10:56:23.889Z
71411
71411
  * @link https://github.com/cheminfo/openchemlib-js
71412
71412
  * @license BSD-3-Clause
71413
71413
  */