@ones-editor/editor 2.1.7-beta.17 → 2.1.7-beta.18
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
CHANGED
|
@@ -87810,7 +87810,7 @@ ${data2.flowchartText}
|
|
|
87810
87810
|
}
|
|
87811
87811
|
}
|
|
87812
87812
|
});
|
|
87813
|
-
editor.version = "2.1.7-beta.
|
|
87813
|
+
editor.version = "2.1.7-beta.18";
|
|
87814
87814
|
if (Logger$2.level === LogLevel.DEBUG) {
|
|
87815
87815
|
window.setReauthFail = (fail) => {
|
|
87816
87816
|
window.isReauthError = fail;
|
|
@@ -87929,7 +87929,7 @@ ${data2.flowchartText}
|
|
|
87929
87929
|
}
|
|
87930
87930
|
}
|
|
87931
87931
|
OnesEditorToolbar.register(editor);
|
|
87932
|
-
editor.version = "2.1.7-beta.
|
|
87932
|
+
editor.version = "2.1.7-beta.18";
|
|
87933
87933
|
return editor;
|
|
87934
87934
|
}
|
|
87935
87935
|
async function showDocVersions(editor, options, serverUrl) {
|
|
@@ -134059,6 +134059,7 @@ ${data2.flowchartText}
|
|
|
134059
134059
|
exports2.genId = genId;
|
|
134060
134060
|
exports2.generateEditorContainerId = generateEditorContainerId;
|
|
134061
134061
|
exports2.getAllChildBlocks = getAllChildBlocks;
|
|
134062
|
+
exports2.getAllResourcesFromDoc = getAllResourcesFromDoc;
|
|
134062
134063
|
exports2.getAllSelectedBlocks = getAllSelectedBlocks;
|
|
134063
134064
|
exports2.getAttributesAt = getAttributesAt;
|
|
134064
134065
|
exports2.getBlockBackground = getBlockBackground;
|