@ones-editor/editor 2.8.21 → 2.8.22
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
|
@@ -8951,6 +8951,11 @@ var __publicField = (obj, key, value) => {
|
|
|
8951
8951
|
getCurrentLang
|
|
8952
8952
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
8953
8953
|
const style$f = "";
|
|
8954
|
+
(function() {
|
|
8955
|
+
String.prototype.replaceAll || (String.prototype.replaceAll = function(e2, t2) {
|
|
8956
|
+
return Object.prototype.toString.call(e2).toLowerCase() === "[object regexp]" ? this.replace(e2, t2) : this.replace(new RegExp(e2, "g"), t2);
|
|
8957
|
+
});
|
|
8958
|
+
})();
|
|
8954
8959
|
class OnesEditorCustomDataWrapper {
|
|
8955
8960
|
constructor(editor, data2) {
|
|
8956
8961
|
this.editor = editor;
|
|
@@ -93108,7 +93113,7 @@ ${data2.plantumlText}
|
|
|
93108
93113
|
}
|
|
93109
93114
|
}
|
|
93110
93115
|
});
|
|
93111
|
-
editor.version = "2.8.
|
|
93116
|
+
editor.version = "2.8.22";
|
|
93112
93117
|
return editor;
|
|
93113
93118
|
}
|
|
93114
93119
|
function isDoc(doc2) {
|
|
@@ -93221,7 +93226,7 @@ ${data2.plantumlText}
|
|
|
93221
93226
|
}
|
|
93222
93227
|
});
|
|
93223
93228
|
OnesEditorToolbar.register(editor);
|
|
93224
|
-
editor.version = "2.8.
|
|
93229
|
+
editor.version = "2.8.22";
|
|
93225
93230
|
return editor;
|
|
93226
93231
|
}
|
|
93227
93232
|
async function showDocVersions(editor, options, serverUrl) {
|