@ones-editor/editor 2.1.1-beta.87 → 2.1.1-beta.89
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
|
@@ -1905,7 +1905,7 @@ div.scroll-container-root.mac > div.container-scroll-tool .container-scrollbar::
|
|
|
1905
1905
|
[data-command-bar-id=quick-menu],
|
|
1906
1906
|
[data-command-bar-id=empty-block-menu] {
|
|
1907
1907
|
box-sizing: border-box;
|
|
1908
|
-
width: 240px;
|
|
1908
|
+
min-width: 240px;
|
|
1909
1909
|
}
|
|
1910
1910
|
[data-command-bar-id=quick-menu] .command-item.menu-item,
|
|
1911
1911
|
[data-command-bar-id=empty-block-menu] .command-item.menu-item {
|
|
@@ -58174,9 +58174,9 @@ $$${mathData.mathjaxText}$$
|
|
|
58174
58174
|
},
|
|
58175
58175
|
link: {
|
|
58176
58176
|
textLabel: "Text",
|
|
58177
|
-
urlLabel: "
|
|
58177
|
+
urlLabel: "URL",
|
|
58178
58178
|
textPlaceholder: "Please enter text",
|
|
58179
|
-
urlPlaceholder: "Please enter
|
|
58179
|
+
urlPlaceholder: "Please enter URL",
|
|
58180
58180
|
submitText: "Confirm",
|
|
58181
58181
|
cancelText: "Cancel",
|
|
58182
58182
|
edit: "Edit",
|
|
@@ -58232,7 +58232,7 @@ $$${mathData.mathjaxText}$$
|
|
|
58232
58232
|
textLabel: "\u30C6\u30AD\u30B9\u30C8",
|
|
58233
58233
|
urlLabel: "URL",
|
|
58234
58234
|
textPlaceholder: "\u30C6\u30AD\u30B9\u30C8\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",
|
|
58235
|
-
urlPlaceholder: "URL \u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",
|
|
58235
|
+
urlPlaceholder: "URL \u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044\u3002",
|
|
58236
58236
|
submitText: "OK",
|
|
58237
58237
|
cancelText: "\u30AD\u30E3\u30F3\u30BB\u30EB",
|
|
58238
58238
|
edit: "\u7DE8\u96C6",
|
|
@@ -70817,14 +70817,14 @@ ${codeText}
|
|
|
70817
70817
|
};
|
|
70818
70818
|
const enUS$i = {
|
|
70819
70819
|
pasteSpecial: {
|
|
70820
|
-
originFormats: "Keep
|
|
70820
|
+
originFormats: "Keep source formatting",
|
|
70821
70821
|
plainText: "Paste as plain text",
|
|
70822
70822
|
markdown: "Paste as markdown"
|
|
70823
70823
|
}
|
|
70824
70824
|
};
|
|
70825
70825
|
const jaJP$i = {
|
|
70826
70826
|
pasteSpecial: {
|
|
70827
|
-
originFormats: "\u5143\u306E\
|
|
70827
|
+
originFormats: "\u5143\u306E\u5F62\u5F0F\u3092\u4FDD\u6301",
|
|
70828
70828
|
plainText: "\u30D7\u30EC\u30FC\u30F3\u30C6\u30AD\u30B9\u30C8\u3092\u8CBC\u308A\u4ED8\u3051\u308B",
|
|
70829
70829
|
markdown: "Markdown \u3068\u3057\u3066\u8CBC\u308A\u4ED8\u3051"
|
|
70830
70830
|
}
|
|
@@ -86847,7 +86847,7 @@ ${data2.flowchartText}
|
|
|
86847
86847
|
}
|
|
86848
86848
|
}
|
|
86849
86849
|
});
|
|
86850
|
-
editor.version = "2.1.1-beta.
|
|
86850
|
+
editor.version = "2.1.1-beta.89";
|
|
86851
86851
|
if (Logger$2.level === LogLevel.DEBUG) {
|
|
86852
86852
|
window.setReauthFail = (fail) => {
|
|
86853
86853
|
window.isReauthError = fail;
|
|
@@ -86948,7 +86948,7 @@ ${data2.flowchartText}
|
|
|
86948
86948
|
});
|
|
86949
86949
|
editor.addCustom(DOC_RE_AUTH_KEYS, (editor2) => new DocReAuthCallbacks(editor2));
|
|
86950
86950
|
OnesEditorToolbar.register(editor);
|
|
86951
|
-
editor.version = "2.1.1-beta.
|
|
86951
|
+
editor.version = "2.1.1-beta.89";
|
|
86952
86952
|
return editor;
|
|
86953
86953
|
}
|
|
86954
86954
|
async function showDocVersions(editor, options, serverUrl) {
|