@ones-editor/editor 2.8.33 → 2.8.35
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
|
@@ -91334,7 +91334,8 @@ ${data2.plantumlText}
|
|
|
91334
91334
|
this._editor = editor;
|
|
91335
91335
|
}
|
|
91336
91336
|
handleError(error2, customMessage) {
|
|
91337
|
-
console.error(
|
|
91337
|
+
console.error(`[${new Date().toLocaleString()}] wiz-editor error: ${error2}
|
|
91338
|
+
${JSON.stringify(error2, null, 2)}`);
|
|
91338
91339
|
if (this._editor) {
|
|
91339
91340
|
this._editor.readonly = true;
|
|
91340
91341
|
}
|
|
@@ -93800,7 +93801,7 @@ ${data2.plantumlText}
|
|
|
93800
93801
|
}
|
|
93801
93802
|
}
|
|
93802
93803
|
});
|
|
93803
|
-
editor.version = "2.8.
|
|
93804
|
+
editor.version = "2.8.35";
|
|
93804
93805
|
return editor;
|
|
93805
93806
|
}
|
|
93806
93807
|
function isDoc(doc2) {
|
|
@@ -93913,7 +93914,7 @@ ${data2.plantumlText}
|
|
|
93913
93914
|
}
|
|
93914
93915
|
});
|
|
93915
93916
|
OnesEditorToolbar.register(editor);
|
|
93916
|
-
editor.version = "2.8.
|
|
93917
|
+
editor.version = "2.8.35";
|
|
93917
93918
|
return editor;
|
|
93918
93919
|
}
|
|
93919
93920
|
async function showDocVersions(editor, options, serverUrl) {
|