@ones-editor/editor 2.9.8-beta.39 → 2.9.8-beta.40
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
|
@@ -82606,7 +82606,7 @@ ${docStr}
|
|
|
82606
82606
|
if (hasLastVersion) {
|
|
82607
82607
|
const item = {
|
|
82608
82608
|
id: "last-version",
|
|
82609
|
-
name: "
|
|
82609
|
+
name: i18n$1.t("version.lastVersion"),
|
|
82610
82610
|
data: lastVersion,
|
|
82611
82611
|
element: renderItem
|
|
82612
82612
|
};
|
|
@@ -95572,7 +95572,7 @@ ${JSON.stringify(error2, null, 2)}`);
|
|
|
95572
95572
|
}
|
|
95573
95573
|
}
|
|
95574
95574
|
});
|
|
95575
|
-
editor.version = "2.9.8-beta.
|
|
95575
|
+
editor.version = "2.9.8-beta.40";
|
|
95576
95576
|
return editor;
|
|
95577
95577
|
}
|
|
95578
95578
|
function isDoc(doc2) {
|
|
@@ -95704,7 +95704,7 @@ ${JSON.stringify(error2, null, 2)}`);
|
|
|
95704
95704
|
OnesEditorDropTarget.register(editor);
|
|
95705
95705
|
OnesEditorTocProvider.register(editor);
|
|
95706
95706
|
OnesEditorExclusiveBlock.register(editor);
|
|
95707
|
-
editor.version = "2.9.8-beta.
|
|
95707
|
+
editor.version = "2.9.8-beta.40";
|
|
95708
95708
|
return editor;
|
|
95709
95709
|
}
|
|
95710
95710
|
async function showDocVersions(editor, options, serverUrl) {
|