@harbour-enterprises/superdoc 0.13.4 → 0.14.0-next.1
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/chunks/{index-1MFGOw5E.cjs → index-B4J7wgs6.cjs} +1 -1
- package/dist/chunks/{index-C7OD1PyE.cjs → index-Cdsq63Xq.cjs} +2 -2
- package/dist/chunks/{index-DaN_owlg.es.js → index-Diu6UKHt.es.js} +2 -2
- package/dist/chunks/{index-DrDbu1Lu.es.js → index-Hr3Um-Bg.es.js} +1 -1
- package/dist/chunks/{super-editor.es-Dku_HwPp.es.js → super-editor.es-CK17bEqF.es.js} +1999 -1582
- package/dist/chunks/{super-editor.es-BHUbsUJ8.cjs → super-editor.es-CLvUjh9y.cjs} +1999 -1582
- package/dist/chunks/{url-CQY43xA2.cjs → url-BIzg4y2i.cjs} +1 -1
- package/dist/chunks/{url-CMRvONpz.es.js → url-CHayXMZH.es.js} +1 -1
- package/dist/chunks/{xml-js-BjAVbxT-.cjs → xml-js-BjqmFOSP.cjs} +4 -11
- package/dist/chunks/{xml-js-DrozhLyq.es.js → xml-js-CfClL-1b.es.js} +4 -11
- package/dist/style.css +59 -54
- package/dist/super-editor/ai-writer.es.js +2 -2
- package/dist/super-editor/chunks/{converter-C4o4RStl.js → converter-B_WkkCyw.js} +801 -547
- package/dist/super-editor/chunks/{docx-zipper-C02wYZX8.js → docx-zipper-Cw_fPV0z.js} +1 -1
- package/dist/super-editor/chunks/{editor-BQxch2iC.js → editor-CPwrWABn.js} +2140 -1971
- package/dist/super-editor/chunks/{toolbar-Cf-_NucR.js → toolbar-xZCXDkL1.js} +2 -2
- package/dist/super-editor/converter.es.js +2 -2
- package/dist/super-editor/core/Attribute.d.ts +2 -2
- package/dist/super-editor/core/Editor.d.ts +15 -1
- package/dist/super-editor/core/Editor.d.ts.map +1 -1
- package/dist/super-editor/core/Schema.d.ts +2 -2
- package/dist/super-editor/core/commands/decreaseListIndent.d.ts +2 -0
- package/dist/super-editor/core/commands/decreaseListIndent.d.ts.map +1 -0
- package/dist/super-editor/core/commands/deleteListItem.d.ts +2 -0
- package/dist/super-editor/core/commands/deleteListItem.d.ts.map +1 -0
- package/dist/super-editor/core/commands/increaseListIndent.d.ts +2 -0
- package/dist/super-editor/core/commands/increaseListIndent.d.ts.map +1 -0
- package/dist/super-editor/core/commands/index.d.ts +3 -0
- package/dist/super-editor/core/commands/splitListItem.d.ts +1 -1
- package/dist/super-editor/core/commands/splitListItem.d.ts.map +1 -1
- package/dist/super-editor/core/helpers/list-numbering-helpers.d.ts +79 -0
- package/dist/super-editor/core/helpers/list-numbering-helpers.d.ts.map +1 -0
- package/dist/super-editor/core/helpers/orderedListUtils.d.ts +2 -1
- package/dist/super-editor/core/helpers/orderedListUtils.d.ts.map +1 -1
- package/dist/super-editor/core/super-converter/SuperConverter.d.ts +1 -1
- package/dist/super-editor/core/super-converter/SuperConverter.d.ts.map +1 -1
- package/dist/super-editor/core/super-converter/exporter.d.ts.map +1 -1
- package/dist/super-editor/core/super-converter/v2/importer/listImporter.d.ts +49 -5
- package/dist/super-editor/core/super-converter/v2/importer/listImporter.d.ts.map +1 -1
- package/dist/super-editor/core/super-converter/v2/importer/paragraphNodeImporter.d.ts +3 -3
- package/dist/super-editor/core/super-converter/v2/importer/paragraphNodeImporter.d.ts.map +1 -1
- package/dist/super-editor/docx-zipper.es.js +2 -2
- package/dist/super-editor/editor.es.js +3 -3
- package/dist/super-editor/extensions/linked-styles/linked-styles.d.ts.map +1 -1
- package/dist/super-editor/extensions/list-item/ListItemNodeView.d.ts +49 -0
- package/dist/super-editor/extensions/list-item/ListItemNodeView.d.ts.map +1 -0
- package/dist/super-editor/extensions/list-item/list-item.d.ts.map +1 -1
- package/dist/super-editor/extensions/noderesizer/noderesizer.d.ts.map +1 -1
- package/dist/super-editor/extensions/ordered-list/helpers/orderedListSyncPlugin.d.ts +3 -4
- package/dist/super-editor/extensions/ordered-list/helpers/orderedListSyncPlugin.d.ts.map +1 -1
- package/dist/super-editor/extensions/ordered-list/ordered-list.d.ts.map +1 -1
- package/dist/super-editor/extensions/pagination/pagination-helpers.d.ts.map +1 -1
- package/dist/super-editor/extensions/pagination/pagination.d.ts.map +1 -1
- package/dist/super-editor/extensions/paragraph/paragraph.d.ts.map +1 -1
- package/dist/super-editor/file-zipper.es.js +1 -1
- package/dist/super-editor/style.css +32 -27
- package/dist/super-editor/super-editor.es.js +7 -7
- package/dist/super-editor/tests/editor/listItemHelpers.test.d.ts +2 -0
- package/dist/super-editor/tests/editor/listItemHelpers.test.d.ts.map +1 -0
- package/dist/super-editor/tests/export/export-helpers/export-helpers.d.ts.map +1 -1
- package/dist/super-editor/toolbar.es.js +2 -2
- package/dist/super-editor.cjs +1 -1
- package/dist/super-editor.es.js +1 -1
- package/dist/superdoc.cjs +6 -8
- package/dist/superdoc.es.js +7 -9
- package/dist/superdoc.umd.js +1938 -1523
- package/dist/superdoc.umd.js.map +1 -1
- package/package.json +1 -1
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
const jszip = require("./jszip-BTAcmbVg.cjs");
|
|
3
3
|
const vue = require("./vue-HIY1g7dm.cjs");
|
|
4
|
-
const xmlJs = require("./xml-js-
|
|
5
|
-
const url = require("./url-
|
|
4
|
+
const xmlJs = require("./xml-js-BjqmFOSP.cjs");
|
|
5
|
+
const url = require("./url-BIzg4y2i.cjs");
|
|
6
6
|
function _mergeNamespaces(n, m) {
|
|
7
7
|
for (var i = 0; i < m.length; i++) {
|
|
8
8
|
const e = m[i];
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { c as commonjsGlobal, B as Buffer, a as getAugmentedNamespace, g as getDefaultExportFromCjs } from "./jszip-DckFs3A7.es.js";
|
|
2
2
|
import { p as process$1 } from "./vue-Bi1uWinj.es.js";
|
|
3
|
-
import { e as eventsExports, r as require$$2, u as util, i as inherits_browserExports, b as browser$1, a as requireString_decoder } from "./xml-js-
|
|
4
|
-
import { u as url } from "./url-
|
|
3
|
+
import { e as eventsExports, r as require$$2, u as util, i as inherits_browserExports, b as browser$1, a as requireString_decoder } from "./xml-js-CfClL-1b.es.js";
|
|
4
|
+
import { u as url } from "./url-CHayXMZH.es.js";
|
|
5
5
|
function _mergeNamespaces(n, m) {
|
|
6
6
|
for (var i = 0; i < m.length; i++) {
|
|
7
7
|
const e = m[i];
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { g as getDefaultExportFromCjs } from "./jszip-DckFs3A7.es.js";
|
|
2
|
-
import { s as streamHttp, r as require$$1 } from "./index-
|
|
2
|
+
import { s as streamHttp, r as require$$1 } from "./index-Diu6UKHt.es.js";
|
|
3
3
|
function _mergeNamespaces(n, m) {
|
|
4
4
|
for (var i = 0; i < m.length; i++) {
|
|
5
5
|
const e = m[i];
|