@ones-editor/editor 2.8.16-beta.2 → 2.8.16-beta.3
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
|
@@ -82229,19 +82229,19 @@ ${docStr}
|
|
|
82229
82229
|
const zhCN$c = {
|
|
82230
82230
|
toc: {
|
|
82231
82231
|
name: "\u6807\u9898\u76EE\u5F55",
|
|
82232
|
-
empty: "
|
|
82232
|
+
empty: "\u5F53\u524D\u9875\u9762\u6682\u65E0\u6807\u9898\u6837\u5F0F\u6587\u672C"
|
|
82233
82233
|
}
|
|
82234
82234
|
};
|
|
82235
82235
|
const enUS$c = {
|
|
82236
82236
|
toc: {
|
|
82237
82237
|
name: "Toc",
|
|
82238
|
-
empty: "No
|
|
82238
|
+
empty: "No heading on this page"
|
|
82239
82239
|
}
|
|
82240
82240
|
};
|
|
82241
82241
|
const jaJP$c = {
|
|
82242
82242
|
toc: {
|
|
82243
82243
|
name: "Toc",
|
|
82244
|
-
empty: "
|
|
82244
|
+
empty: "\u3053\u306E\u30DA\u30FC\u30B8\u306B\u306F\u898B\u51FA\u3057\u304C\u3042\u308A\u307E\u305B\u3093\u3002"
|
|
82245
82245
|
}
|
|
82246
82246
|
};
|
|
82247
82247
|
i18n$1.mergeLang({
|
|
@@ -92962,7 +92962,7 @@ ${data2.plantumlText}
|
|
|
92962
92962
|
}
|
|
92963
92963
|
}
|
|
92964
92964
|
});
|
|
92965
|
-
editor.version = "2.8.16-beta.
|
|
92965
|
+
editor.version = "2.8.16-beta.3";
|
|
92966
92966
|
return editor;
|
|
92967
92967
|
}
|
|
92968
92968
|
function isDoc(doc2) {
|
|
@@ -93075,7 +93075,7 @@ ${data2.plantumlText}
|
|
|
93075
93075
|
}
|
|
93076
93076
|
});
|
|
93077
93077
|
OnesEditorToolbar.register(editor);
|
|
93078
|
-
editor.version = "2.8.16-beta.
|
|
93078
|
+
editor.version = "2.8.16-beta.3";
|
|
93079
93079
|
return editor;
|
|
93080
93080
|
}
|
|
93081
93081
|
async function showDocVersions(editor, options, serverUrl) {
|