@harbour-enterprises/superdoc 0.13.3 → 0.13.4
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-B4J7wgs6.cjs → index-1MFGOw5E.cjs} +1 -1
- package/dist/chunks/{index-Cdsq63Xq.cjs → index-C7OD1PyE.cjs} +2 -2
- package/dist/chunks/{index-Diu6UKHt.es.js → index-DaN_owlg.es.js} +2 -2
- package/dist/chunks/{index-Hr3Um-Bg.es.js → index-DrDbu1Lu.es.js} +1 -1
- package/dist/chunks/{super-editor.es-D6IwM8Ss.cjs → super-editor.es-BHUbsUJ8.cjs} +1125 -831
- package/dist/chunks/{super-editor.es-Dr2PHXQw.es.js → super-editor.es-Dku_HwPp.es.js} +1125 -831
- package/dist/chunks/{url-CHayXMZH.es.js → url-CMRvONpz.es.js} +1 -1
- package/dist/chunks/{url-BIzg4y2i.cjs → url-CQY43xA2.cjs} +1 -1
- package/dist/chunks/{xml-js-BjqmFOSP.cjs → xml-js-BjAVbxT-.cjs} +11 -4
- package/dist/chunks/{xml-js-CfClL-1b.es.js → xml-js-DrozhLyq.es.js} +11 -4
- package/dist/style.css +2 -2
- package/dist/super-editor/ai-writer.es.js +2 -2
- package/dist/super-editor/chunks/{converter-BAzy5pWu.js → converter-C4o4RStl.js} +651 -56
- package/dist/super-editor/chunks/{docx-zipper-CHpW7qj4.js → docx-zipper-C02wYZX8.js} +1 -1
- package/dist/super-editor/chunks/{editor-DkYKMWgz.js → editor-BQxch2iC.js} +307 -605
- package/dist/super-editor/chunks/{toolbar-DUmK-BBL.js → toolbar-Cf-_NucR.js} +2 -2
- package/dist/super-editor/converter.es.js +2 -2
- package/dist/super-editor/core/Editor.d.ts.map +1 -1
- package/dist/super-editor/core/InputRule.d.ts +7 -0
- package/dist/super-editor/core/InputRule.d.ts.map +1 -1
- package/dist/super-editor/core/helpers/annotator.d.ts +4 -0
- package/dist/super-editor/core/helpers/annotator.d.ts.map +1 -1
- package/dist/super-editor/core/super-converter/exporter.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/field-annotation/field-annotation.d.ts.map +1 -1
- package/dist/super-editor/extensions/line-break/line-break.d.ts.map +1 -1
- package/dist/super-editor/extensions/noderesizer/noderesizer.d.ts.map +1 -1
- package/dist/super-editor/extensions/page-number/page-number.d.ts.map +1 -1
- package/dist/super-editor/extensions/pagination/pagination-helpers.d.ts +6 -1
- package/dist/super-editor/extensions/pagination/pagination-helpers.d.ts.map +1 -1
- package/dist/super-editor/extensions/table/table.d.ts.map +1 -1
- package/dist/super-editor/extensions/table/tableHelpers/cellAround.d.ts +2 -0
- package/dist/super-editor/extensions/table/tableHelpers/cellAround.d.ts.map +1 -0
- package/dist/super-editor/extensions/table/tableHelpers/cellWrapping.d.ts +2 -0
- package/dist/super-editor/extensions/table/tableHelpers/cellWrapping.d.ts.map +1 -0
- package/dist/super-editor/file-zipper.es.js +1 -1
- package/dist/super-editor/style.css +2 -2
- package/dist/super-editor/super-editor.es.js +7 -7
- 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 +5 -5
- package/dist/superdoc.es.js +6 -6
- package/dist/superdoc.umd.js +1127 -833
- 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-BjAVbxT-.cjs");
|
|
5
|
+
const url = require("./url-CQY43xA2.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-DrozhLyq.es.js";
|
|
4
|
+
import { u as url } from "./url-CMRvONpz.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-DaN_owlg.es.js";
|
|
3
3
|
function _mergeNamespaces(n, m) {
|
|
4
4
|
for (var i = 0; i < m.length; i++) {
|
|
5
5
|
const e = m[i];
|