@ones-editor/editor 2.1.1-beta.79 → 2.1.1-beta.80
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
|
@@ -70291,8 +70291,8 @@ ${codeText}
|
|
|
70291
70291
|
abstract: "Table",
|
|
70292
70292
|
commands: {
|
|
70293
70293
|
setting: "Table settings",
|
|
70294
|
-
insertRightCol: "Insert
|
|
70295
|
-
insertBottomRow: "Insert
|
|
70294
|
+
insertRightCol: "Insert column right",
|
|
70295
|
+
insertBottomRow: "Insert row below"
|
|
70296
70296
|
}
|
|
70297
70297
|
}
|
|
70298
70298
|
};
|
|
@@ -70322,7 +70322,7 @@ ${codeText}
|
|
|
70322
70322
|
abstract: "\u30C6\u30FC\u30D6\u30EB",
|
|
70323
70323
|
commands: {
|
|
70324
70324
|
setting: "\u30C6\u30FC\u30D6\u30EB\u8A2D\u5B9A",
|
|
70325
|
-
insertRightCol: "\u53F3\
|
|
70325
|
+
insertRightCol: "\u53F3\u306B\u5217\u3092\u633F\u5165",
|
|
70326
70326
|
insertBottomRow: "\u4E0B\u306B\u884C\u3092\u633F\u5165"
|
|
70327
70327
|
}
|
|
70328
70328
|
}
|
|
@@ -86768,7 +86768,7 @@ ${data2.flowchartText}
|
|
|
86768
86768
|
}
|
|
86769
86769
|
}
|
|
86770
86770
|
});
|
|
86771
|
-
editor.version = "2.1.1-beta.
|
|
86771
|
+
editor.version = "2.1.1-beta.80";
|
|
86772
86772
|
if (Logger$2.level === LogLevel.DEBUG) {
|
|
86773
86773
|
window.setReauthFail = (fail) => {
|
|
86774
86774
|
window.isReauthError = fail;
|
|
@@ -86869,7 +86869,7 @@ ${data2.flowchartText}
|
|
|
86869
86869
|
});
|
|
86870
86870
|
editor.addCustom(DOC_RE_AUTH_KEYS, (editor2) => new DocReAuthCallbacks(editor2));
|
|
86871
86871
|
OnesEditorToolbar.register(editor);
|
|
86872
|
-
editor.version = "2.1.1-beta.
|
|
86872
|
+
editor.version = "2.1.1-beta.80";
|
|
86873
86873
|
return editor;
|
|
86874
86874
|
}
|
|
86875
86875
|
async function showDocVersions(editor, options, serverUrl) {
|