@ones-editor/editor 2.8.16-beta.1 → 2.8.16-beta.2
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
|
@@ -90701,7 +90701,7 @@ ${data2.plantumlText}
|
|
|
90701
90701
|
break;
|
|
90702
90702
|
}
|
|
90703
90703
|
return {
|
|
90704
|
-
level: v,
|
|
90704
|
+
level: v % 8,
|
|
90705
90705
|
format: format2,
|
|
90706
90706
|
text: `%${v + 1}. `,
|
|
90707
90707
|
alignment: docx.AlignmentType.START,
|
|
@@ -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.2";
|
|
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.2";
|
|
93079
93079
|
return editor;
|
|
93080
93080
|
}
|
|
93081
93081
|
async function showDocVersions(editor, options, serverUrl) {
|