@ones-editor/editor 2.8.25-beta.12 → 2.8.25-beta.13
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
|
@@ -71528,10 +71528,10 @@ ${codeText}
|
|
|
71528
71528
|
quickMenuCommand: "Add annotation",
|
|
71529
71529
|
resolvedBy: "Resolved by {name}",
|
|
71530
71530
|
reopen: "Reopen",
|
|
71531
|
-
currentComment: "Unresolved
|
|
71532
|
-
resolvedComment: "Resolved
|
|
71531
|
+
currentComment: "Unresolved annotations",
|
|
71532
|
+
resolvedComment: "Resolved annotations",
|
|
71533
71533
|
removedFromDoc: "Quoted content deleted.",
|
|
71534
|
-
noResolvedComment: "No resolved
|
|
71534
|
+
noResolvedComment: "No resolved annotations."
|
|
71535
71535
|
}
|
|
71536
71536
|
};
|
|
71537
71537
|
const jaJP$k = {
|
|
@@ -93816,7 +93816,7 @@ ${data2.plantumlText}
|
|
|
93816
93816
|
}
|
|
93817
93817
|
}
|
|
93818
93818
|
});
|
|
93819
|
-
editor.version = "2.8.25-beta.
|
|
93819
|
+
editor.version = "2.8.25-beta.13";
|
|
93820
93820
|
return editor;
|
|
93821
93821
|
}
|
|
93822
93822
|
function isDoc(doc2) {
|
|
@@ -93929,7 +93929,7 @@ ${data2.plantumlText}
|
|
|
93929
93929
|
}
|
|
93930
93930
|
});
|
|
93931
93931
|
OnesEditorToolbar.register(editor);
|
|
93932
|
-
editor.version = "2.8.25-beta.
|
|
93932
|
+
editor.version = "2.8.25-beta.13";
|
|
93933
93933
|
return editor;
|
|
93934
93934
|
}
|
|
93935
93935
|
async function showDocVersions(editor, options, serverUrl) {
|