ketcher-react 2.6.0-rc.1 → 2.6.0-rc.2
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/index.js +67 -48
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +67 -48
- package/dist/index.modern.js.map +1 -1
- package/dist/script/editor/Editor.d.ts +1 -0
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -447,8 +447,8 @@ function exec(action) {
|
|
|
447
447
|
return enabled;
|
|
448
448
|
}
|
|
449
449
|
|
|
450
|
-
function ownKeys$
|
|
451
|
-
function _objectSpread$
|
|
450
|
+
function ownKeys$12(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
451
|
+
function _objectSpread$12(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$12(Object(source), !0).forEach(function (key) { _defineProperty__default["default"](target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$12(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
452
452
|
var editor = {
|
|
453
453
|
resetToSelect: {
|
|
454
454
|
title: 'Reset to Select Tool',
|
|
@@ -607,6 +607,12 @@ var render = {
|
|
|
607
607
|
}
|
|
608
608
|
};
|
|
609
609
|
var server = {
|
|
610
|
+
'dearomatize-on-load': {
|
|
611
|
+
title: 'dearomatize-on-load',
|
|
612
|
+
type: 'boolean',
|
|
613
|
+
description: 'slider',
|
|
614
|
+
"default": false
|
|
615
|
+
},
|
|
610
616
|
'smart-layout': {
|
|
611
617
|
title: 'Smart-layout',
|
|
612
618
|
type: 'boolean',
|
|
@@ -690,7 +696,7 @@ var optionsSchema = {
|
|
|
690
696
|
title: 'Settings',
|
|
691
697
|
type: 'object',
|
|
692
698
|
required: [],
|
|
693
|
-
properties: _objectSpread$
|
|
699
|
+
properties: _objectSpread$12(_objectSpread$12(_objectSpread$12(_objectSpread$12(_objectSpread$12({}, editor), render), server), debug), miew)
|
|
694
700
|
};
|
|
695
701
|
function getDefaultOptions() {
|
|
696
702
|
if (!optionsSchema.properties) return {};
|
|
@@ -751,8 +757,8 @@ var storage = {
|
|
|
751
757
|
}
|
|
752
758
|
};
|
|
753
759
|
|
|
754
|
-
function ownKeys$
|
|
755
|
-
function _objectSpread$
|
|
760
|
+
function ownKeys$11(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
761
|
+
function _objectSpread$11(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$11(Object(source), !0).forEach(function (key) { _defineProperty__default["default"](target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$11(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
756
762
|
var initOptionsState = {
|
|
757
763
|
app: {
|
|
758
764
|
server: false,
|
|
@@ -848,27 +854,27 @@ function optionsReducer() {
|
|
|
848
854
|
var action = arguments.length > 1 ? arguments[1] : undefined;
|
|
849
855
|
var type = action.type,
|
|
850
856
|
data = action.data;
|
|
851
|
-
if (type === 'APP_OPTIONS') return _objectSpread$
|
|
852
|
-
app: _objectSpread$
|
|
857
|
+
if (type === 'APP_OPTIONS') return _objectSpread$11(_objectSpread$11({}, state), {}, {
|
|
858
|
+
app: _objectSpread$11(_objectSpread$11({}, state.app), data)
|
|
853
859
|
});
|
|
854
|
-
if (type === 'SAVE_SETTINGS') return _objectSpread$
|
|
860
|
+
if (type === 'SAVE_SETTINGS') return _objectSpread$11(_objectSpread$11({}, state), {}, {
|
|
855
861
|
settings: data
|
|
856
862
|
});
|
|
857
|
-
if (type === 'SAVE_CHECK_OPTS') return _objectSpread$
|
|
863
|
+
if (type === 'SAVE_CHECK_OPTS') return _objectSpread$11(_objectSpread$11({}, state), {}, {
|
|
858
864
|
check: data
|
|
859
865
|
});
|
|
860
|
-
if (type === 'CHANGE_ANALYSE') return _objectSpread$
|
|
861
|
-
analyse: _objectSpread$
|
|
866
|
+
if (type === 'CHANGE_ANALYSE') return _objectSpread$11(_objectSpread$11({}, state), {}, {
|
|
867
|
+
analyse: _objectSpread$11(_objectSpread$11(_objectSpread$11({}, state.analyse), data), {}, {
|
|
862
868
|
loading: false
|
|
863
869
|
})
|
|
864
870
|
});
|
|
865
|
-
if (type === 'ANALYSE_LOADING') return _objectSpread$
|
|
866
|
-
analyse: _objectSpread$
|
|
871
|
+
if (type === 'ANALYSE_LOADING') return _objectSpread$11(_objectSpread$11({}, state), {}, {
|
|
872
|
+
analyse: _objectSpread$11(_objectSpread$11({}, state.analyse), {}, {
|
|
867
873
|
loading: true
|
|
868
874
|
})
|
|
869
875
|
});
|
|
870
|
-
if (recognizeActions.includes(type)) return _objectSpread$
|
|
871
|
-
recognize: _objectSpread$
|
|
876
|
+
if (recognizeActions.includes(type)) return _objectSpread$11(_objectSpread$11({}, state), {}, {
|
|
877
|
+
recognize: _objectSpread$11(_objectSpread$11({}, state.recognize), data)
|
|
872
878
|
});
|
|
873
879
|
return state;
|
|
874
880
|
}
|
|
@@ -1164,8 +1170,8 @@ function getSdataDefault(context, fieldName) {
|
|
|
1164
1170
|
return sdataSchema[context][fieldName] ? sdataSchema[context][fieldName].properties.fieldValue["default"] : '';
|
|
1165
1171
|
}
|
|
1166
1172
|
|
|
1167
|
-
function ownKeys
|
|
1168
|
-
function _objectSpread
|
|
1173
|
+
function ownKeys$10(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
1174
|
+
function _objectSpread$10(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$10(Object(source), !0).forEach(function (key) { _defineProperty__default["default"](target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$10(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
1169
1175
|
var initSdata = function initSdata() {
|
|
1170
1176
|
var context = getSdataDefault();
|
|
1171
1177
|
var fieldName = getSdataDefault(context);
|
|
@@ -1185,7 +1191,7 @@ var initSdata = function initSdata() {
|
|
|
1185
1191
|
};
|
|
1186
1192
|
function sdataReducer(state, action) {
|
|
1187
1193
|
if (action.data.result.init) {
|
|
1188
|
-
return correctErrors(_objectSpread
|
|
1194
|
+
return correctErrors(_objectSpread$10(_objectSpread$10({}, state), {}, {
|
|
1189
1195
|
result: Object.assign({}, state.result, action.data.result)
|
|
1190
1196
|
}), action.data);
|
|
1191
1197
|
}
|
|
@@ -1193,7 +1199,7 @@ function sdataReducer(state, action) {
|
|
|
1193
1199
|
var actionFieldName = action.data.result.fieldName;
|
|
1194
1200
|
var newstate = null;
|
|
1195
1201
|
if (actionContext !== state.result.context) newstate = onContextChange(state, action.data.result);else if (actionFieldName !== state.result.fieldName) newstate = onFieldNameChange(state, action.data.result);
|
|
1196
|
-
newstate = newstate || _objectSpread
|
|
1202
|
+
newstate = newstate || _objectSpread$10(_objectSpread$10({}, state), {}, {
|
|
1197
1203
|
result: Object.assign({}, state.result, action.data.result)
|
|
1198
1204
|
});
|
|
1199
1205
|
return correctErrors(newstate, action.data);
|
|
@@ -1217,7 +1223,7 @@ var onContextChange = function onContextChange(state, payload) {
|
|
|
1217
1223
|
var fValue = fieldValue;
|
|
1218
1224
|
if (fValue === state.result.fieldValue) fValue = getSdataDefault(context, fieldName);
|
|
1219
1225
|
return {
|
|
1220
|
-
result: _objectSpread
|
|
1226
|
+
result: _objectSpread$10(_objectSpread$10({}, payload), {}, {
|
|
1221
1227
|
context: context,
|
|
1222
1228
|
fieldName: fieldName,
|
|
1223
1229
|
fieldValue: fValue
|
|
@@ -1231,7 +1237,7 @@ var onFieldNameChange = function onFieldNameChange(state, payload) {
|
|
|
1231
1237
|
if (sdataSchema[context][fieldName]) fieldValue = getSdataDefault(context, fieldName);
|
|
1232
1238
|
if (fieldValue === state.result.fieldValue && sdataSchema[context][state.result.fieldName]) fieldValue = '';
|
|
1233
1239
|
return {
|
|
1234
|
-
result: _objectSpread
|
|
1240
|
+
result: _objectSpread$10(_objectSpread$10({}, payload), {}, {
|
|
1235
1241
|
fieldName: fieldName,
|
|
1236
1242
|
fieldValue: fieldValue
|
|
1237
1243
|
})
|
|
@@ -1369,8 +1375,8 @@ function formReducer(state, action, formName) {
|
|
|
1369
1375
|
var INDIGO_VERIFICATION = 'INDIGO_VERIFICATION';
|
|
1370
1376
|
var ANALYZING_FILE = 'ANALYZING_FILE';
|
|
1371
1377
|
|
|
1372
|
-
function ownKeys
|
|
1373
|
-
function _objectSpread
|
|
1378
|
+
function ownKeys$$(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
1379
|
+
function _objectSpread$$(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$$(Object(source), !0).forEach(function (key) { _defineProperty__default["default"](target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$$(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
1374
1380
|
function indigoVerification(data) {
|
|
1375
1381
|
return {
|
|
1376
1382
|
type: INDIGO_VERIFICATION,
|
|
@@ -1395,13 +1401,13 @@ function requestReducer () {
|
|
|
1395
1401
|
switch (type) {
|
|
1396
1402
|
case INDIGO_VERIFICATION:
|
|
1397
1403
|
{
|
|
1398
|
-
return _objectSpread
|
|
1404
|
+
return _objectSpread$$(_objectSpread$$({}, state), {}, {
|
|
1399
1405
|
indigoVerification: data
|
|
1400
1406
|
});
|
|
1401
1407
|
}
|
|
1402
1408
|
case ANALYZING_FILE:
|
|
1403
1409
|
{
|
|
1404
|
-
return _objectSpread
|
|
1410
|
+
return _objectSpread$$(_objectSpread$$({}, state), {}, {
|
|
1405
1411
|
isAnalyzingFile: data
|
|
1406
1412
|
});
|
|
1407
1413
|
}
|
|
@@ -1674,12 +1680,12 @@ var attachSchema = {
|
|
|
1674
1680
|
};
|
|
1675
1681
|
|
|
1676
1682
|
var _excluded$E = ["type", "radiobuttons"];
|
|
1677
|
-
function ownKeys$
|
|
1678
|
-
function _objectSpread$
|
|
1683
|
+
function ownKeys$_(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
1684
|
+
function _objectSpread$_(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$_(Object(source), !0).forEach(function (key) { _defineProperty__default["default"](target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$_(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
1679
1685
|
var DefaultStereoGroupNumber = 1;
|
|
1680
1686
|
function fromElement(selem) {
|
|
1681
1687
|
if (selem.label === 'R#') {
|
|
1682
|
-
return _objectSpread$
|
|
1688
|
+
return _objectSpread$_({
|
|
1683
1689
|
type: 'rlabel',
|
|
1684
1690
|
values: fromRlabel(selem.rglabel)
|
|
1685
1691
|
}, selem);
|
|
@@ -1729,14 +1735,15 @@ function fromAtom(satom) {
|
|
|
1729
1735
|
};
|
|
1730
1736
|
}
|
|
1731
1737
|
function toAtom(atom$1) {
|
|
1738
|
+
var _atom$exactChangeFlag, _atom$unsaturatedAtom;
|
|
1732
1739
|
var chargeRegexp = new RegExp(atom.properties.charge.pattern);
|
|
1733
1740
|
var pch = chargeRegexp.exec(atom$1.charge);
|
|
1734
1741
|
var charge = pch ? parseInt(pch[1] + pch[3] + pch[2]) : atom$1.charge;
|
|
1735
1742
|
var conv = Object.assign({}, atom$1, {
|
|
1736
1743
|
label: fp.capitalize(atom$1.label),
|
|
1737
1744
|
alias: atom$1.alias || null,
|
|
1738
|
-
exactChangeFlag: +atom$1.exactChangeFlag,
|
|
1739
|
-
unsaturatedAtom: +atom$1.unsaturatedAtom
|
|
1745
|
+
exactChangeFlag: +((_atom$exactChangeFlag = atom$1.exactChangeFlag) !== null && _atom$exactChangeFlag !== void 0 ? _atom$exactChangeFlag : false),
|
|
1746
|
+
unsaturatedAtom: +((_atom$unsaturatedAtom = atom$1.unsaturatedAtom) !== null && _atom$unsaturatedAtom !== void 0 ? _atom$unsaturatedAtom : false)
|
|
1740
1747
|
});
|
|
1741
1748
|
if (charge !== undefined) conv.charge = charge;
|
|
1742
1749
|
return conv;
|
|
@@ -1838,7 +1845,7 @@ function fromBond(sbond) {
|
|
|
1838
1845
|
};
|
|
1839
1846
|
}
|
|
1840
1847
|
function toBond(bond) {
|
|
1841
|
-
return _objectSpread$
|
|
1848
|
+
return _objectSpread$_({
|
|
1842
1849
|
topology: bond.topology,
|
|
1843
1850
|
reactingCenterStatus: bond.center
|
|
1844
1851
|
}, toBondType(bond.type));
|
|
@@ -1928,7 +1935,7 @@ function toSgroup(sgroup) {
|
|
|
1928
1935
|
var type = sgroup.type,
|
|
1929
1936
|
radiobuttons = sgroup.radiobuttons,
|
|
1930
1937
|
props = _objectWithoutProperties__default["default"](sgroup, _excluded$E);
|
|
1931
|
-
var attrs = _objectSpread$
|
|
1938
|
+
var attrs = _objectSpread$_({}, props);
|
|
1932
1939
|
var absolute = 'absolute';
|
|
1933
1940
|
var attached = 'attached';
|
|
1934
1941
|
switch (radiobuttons) {
|
|
@@ -2429,6 +2436,8 @@ var tools$1 = typeSchema$1["enum"].reduce(function (res, type, i) {
|
|
|
2429
2436
|
}, toolActions);
|
|
2430
2437
|
|
|
2431
2438
|
var _excluded$D = ["rescale", "fragment"];
|
|
2439
|
+
function ownKeys$Z(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
2440
|
+
function _objectSpread$Z(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$Z(Object(source), !0).forEach(function (key) { _defineProperty__default["default"](target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$Z(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
2432
2441
|
function onAction(action) {
|
|
2433
2442
|
if (action && action.dialog) {
|
|
2434
2443
|
return {
|
|
@@ -2475,27 +2484,30 @@ function load(struct, options) {
|
|
|
2475
2484
|
server = state.server;
|
|
2476
2485
|
errorHandler = editor.errorHandler;
|
|
2477
2486
|
options = options || {};
|
|
2487
|
+
options = _objectSpread$Z(_objectSpread$Z({}, options), {}, {
|
|
2488
|
+
'dearomatize-on-load': editor.options()['dearomatize-on-load']
|
|
2489
|
+
});
|
|
2478
2490
|
dispatch(setAnalyzingFile(true));
|
|
2479
|
-
_context.prev =
|
|
2480
|
-
_context.next =
|
|
2491
|
+
_context.prev = 7;
|
|
2492
|
+
_context.next = 10;
|
|
2481
2493
|
return parseStruct(struct, server, options);
|
|
2482
|
-
case
|
|
2494
|
+
case 10:
|
|
2483
2495
|
parsedStruct = _context.sent;
|
|
2484
2496
|
_options2 = options, fragment = _options2.fragment;
|
|
2485
2497
|
hasUnsupportedGroups = parsedStruct.sgroups.some(function (sGroup) {
|
|
2486
2498
|
return !supportedSGroupTypes[sGroup.type];
|
|
2487
2499
|
});
|
|
2488
2500
|
if (!hasUnsupportedGroups) {
|
|
2489
|
-
_context.next =
|
|
2501
|
+
_context.next = 17;
|
|
2490
2502
|
break;
|
|
2491
2503
|
}
|
|
2492
|
-
_context.next =
|
|
2504
|
+
_context.next = 16;
|
|
2493
2505
|
return editor.event.confirm.dispatch();
|
|
2494
|
-
case
|
|
2506
|
+
case 16:
|
|
2495
2507
|
parsedStruct.sgroups = parsedStruct.sgroups.filter(function (key, sGroup) {
|
|
2496
2508
|
return supportedSGroupTypes[sGroup.type];
|
|
2497
2509
|
});
|
|
2498
|
-
case
|
|
2510
|
+
case 17:
|
|
2499
2511
|
parsedStruct.rescale();
|
|
2500
2512
|
if (editor.struct().atoms.size) {
|
|
2501
2513
|
oldStruct = editor.struct().clone();
|
|
@@ -2542,19 +2554,19 @@ function load(struct, options) {
|
|
|
2542
2554
|
dispatch({
|
|
2543
2555
|
type: 'MODAL_CLOSE'
|
|
2544
2556
|
});
|
|
2545
|
-
_context.next =
|
|
2557
|
+
_context.next = 33;
|
|
2546
2558
|
break;
|
|
2547
|
-
case
|
|
2548
|
-
_context.prev =
|
|
2549
|
-
_context.t0 = _context["catch"](
|
|
2559
|
+
case 29:
|
|
2560
|
+
_context.prev = 29;
|
|
2561
|
+
_context.t0 = _context["catch"](7);
|
|
2550
2562
|
dispatch(setAnalyzingFile(false));
|
|
2551
2563
|
_context.t0 && errorHandler(_context.t0.message);
|
|
2552
|
-
case
|
|
2564
|
+
case 33:
|
|
2553
2565
|
case "end":
|
|
2554
2566
|
return _context.stop();
|
|
2555
2567
|
}
|
|
2556
2568
|
}
|
|
2557
|
-
}, _callee, null, [[
|
|
2569
|
+
}, _callee, null, [[7, 29]]);
|
|
2558
2570
|
}));
|
|
2559
2571
|
return function (_x, _x2) {
|
|
2560
2572
|
return _ref.apply(this, arguments);
|
|
@@ -14776,6 +14788,7 @@ var Editor$3 = function () {
|
|
|
14776
14788
|
this.errorHandler = null;
|
|
14777
14789
|
this.highlights = new Highlighter(this);
|
|
14778
14790
|
this.renderAndRecoordinateStruct = this.renderAndRecoordinateStruct.bind(this);
|
|
14791
|
+
this.setOptions = this.setOptions.bind(this);
|
|
14779
14792
|
this.event = {
|
|
14780
14793
|
message: new subscription.Subscription(),
|
|
14781
14794
|
elementEdit: new subscription.PipelineSubscription(),
|
|
@@ -14858,6 +14871,11 @@ var Editor$3 = function () {
|
|
|
14858
14871
|
var superStruct = value.mergeInto(this.render.ctab.molecule);
|
|
14859
14872
|
return this.renderAndRecoordinateStruct(superStruct);
|
|
14860
14873
|
}
|
|
14874
|
+
}, {
|
|
14875
|
+
key: "setOptions",
|
|
14876
|
+
value: function setOptions(opts) {
|
|
14877
|
+
return this.render.updateOptions(opts);
|
|
14878
|
+
}
|
|
14861
14879
|
}, {
|
|
14862
14880
|
key: "options",
|
|
14863
14881
|
value: function options(value) {
|
|
@@ -21754,7 +21772,8 @@ var KetcherBuilder = function () {
|
|
|
21754
21772
|
'ignore-stereochemistry-errors': true,
|
|
21755
21773
|
'mass-skip-error-on-pseudoatoms': false,
|
|
21756
21774
|
'gross-formula-add-rsites': true,
|
|
21757
|
-
'aromatize-skip-superatoms': true
|
|
21775
|
+
'aromatize-skip-superatoms': true,
|
|
21776
|
+
'dearomatize-on-load': false
|
|
21758
21777
|
});
|
|
21759
21778
|
case 1:
|
|
21760
21779
|
case "end":
|
|
@@ -21788,8 +21807,8 @@ var KetcherBuilder = function () {
|
|
|
21788
21807
|
initApp(element, staticResourcesUrl, {
|
|
21789
21808
|
buttons: buttons || {},
|
|
21790
21809
|
errorHandler: errorHandler || null,
|
|
21791
|
-
version: "2.6.0-rc.
|
|
21792
|
-
buildDate: "2022-10-
|
|
21810
|
+
version: "2.6.0-rc.2" ,
|
|
21811
|
+
buildDate: "2022-10-21T11:30:05" ,
|
|
21793
21812
|
buildNumber: ''
|
|
21794
21813
|
}, structService, resolve);
|
|
21795
21814
|
});
|