@harbour-enterprises/superdoc 0.14.0-next.27 → 0.14.0-next.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/chunks/{eventemitter3-BIPEy-pY.es.js → eventemitter3-BrspJk8q.es.js} +1 -1
- package/dist/chunks/{eventemitter3-DGnD-HK9.cjs → eventemitter3-DfVviFzP.cjs} +1 -1
- package/dist/chunks/{index-NNBaoa7m.cjs → index-B0t3i_io.cjs} +2 -2
- package/dist/chunks/{index-BYM9Q-5k.cjs → index-Bk160jQ2.cjs} +4 -4
- package/dist/chunks/{index-CtKTO471.es.js → index-D_HUrFWV.es.js} +4 -4
- package/dist/chunks/{index-CtmwketW.es.js → index-KzH9VKHh.es.js} +2 -2
- package/dist/chunks/{jszip-D5XoMX4C.cjs → jszip-BTAcmbVg.cjs} +1 -1
- package/dist/chunks/{jszip-CYDYUNnI.es.js → jszip-DckFs3A7.es.js} +1 -1
- package/dist/chunks/{super-editor.es-DpAW3g30.cjs → super-editor.es-2IN0CS9r.cjs} +2752 -4068
- package/dist/chunks/{super-editor.es-BO8oL1sR.es.js → super-editor.es-DLO3aVwa.es.js} +2764 -4080
- package/dist/chunks/{url-CHbZrfPf.cjs → url-CWyTQ-Xy.cjs} +2 -2
- package/dist/chunks/{url-CGuSEi6H.es.js → url-DsBQArCl.es.js} +2 -2
- package/dist/chunks/{vue-lU0o_RlU.es.js → vue-Bi1uWinj.es.js} +15 -35
- package/dist/chunks/{vue-tQYF719J.cjs → vue-HIY1g7dm.cjs} +4 -24
- package/dist/chunks/{xml-js-BjZxwY3_.cjs → xml-js-Bu1ZZzmb.cjs} +2 -2
- package/dist/chunks/{xml-js-pilYeQmG.es.js → xml-js-CdiD26MJ.es.js} +2 -2
- package/dist/composables/use-ai.d.ts +3 -1
- package/dist/composables/use-ai.d.ts.map +1 -1
- package/dist/core/SuperDoc.d.ts +0 -5
- package/dist/core/SuperDoc.d.ts.map +1 -1
- package/dist/stores/hrbr-fields-store.d.ts.map +1 -1
- package/dist/style.css +292 -417
- package/dist/super-editor/ai-writer.es.js +33 -18
- package/dist/super-editor/chunks/{converter-C4k4BEKJ.js → converter-CRqjtPZp.js} +1636 -1712
- package/dist/super-editor/chunks/{docx-zipper-ClIt-o40.js → docx-zipper-CoBbjw66.js} +1 -1
- package/dist/super-editor/chunks/{editor-CS_yPyeu.js → editor-DbBEHWan.js} +1377 -2052
- package/dist/super-editor/chunks/{toolbar-DIoRwYUZ.js → toolbar-DOKm21sO.js} +38 -33
- package/dist/super-editor/components/cursor-helpers.d.ts +0 -23
- package/dist/super-editor/components/cursor-helpers.d.ts.map +1 -1
- package/dist/super-editor/components/toolbar/defaultItems.d.ts.map +1 -1
- package/dist/super-editor/components/toolbar/super-toolbar.d.ts.map +1 -1
- package/dist/super-editor/components/toolbar/toolbarIcons.d.ts +12 -3
- package/dist/super-editor/components/toolbar/toolbarTexts.d.ts +11 -0
- package/dist/super-editor/converter.es.js +1 -1
- package/dist/super-editor/core/Editor.d.ts +4 -12
- package/dist/super-editor/core/Editor.d.ts.map +1 -1
- package/dist/super-editor/core/InputRule.d.ts.map +1 -1
- package/dist/super-editor/core/commands/decreaseListIndent.d.ts.map +1 -1
- package/dist/super-editor/core/commands/deleteListItem.d.ts.map +1 -1
- package/dist/super-editor/core/commands/deleteSelection.d.ts +1 -4
- package/dist/super-editor/core/commands/deleteSelection.d.ts.map +1 -1
- package/dist/super-editor/core/commands/increaseListIndent.d.ts.map +1 -1
- package/dist/super-editor/core/commands/joinBackward.d.ts.map +1 -1
- package/dist/super-editor/core/commands/joinForward.d.ts.map +1 -1
- package/dist/super-editor/core/commands/splitListItem.d.ts.map +1 -1
- package/dist/super-editor/core/commands/toggleList.d.ts +1 -5
- package/dist/super-editor/core/commands/toggleList.d.ts.map +1 -1
- package/dist/super-editor/core/extensions/keymap.d.ts.map +1 -1
- package/dist/super-editor/core/helpers/list-numbering-helpers.d.ts +8 -22
- package/dist/super-editor/core/helpers/list-numbering-helpers.d.ts.map +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/annotationImporter.d.ts +1 -1
- package/dist/super-editor/core/super-converter/v2/importer/annotationImporter.d.ts.map +1 -1
- package/dist/super-editor/core/super-converter/v2/importer/hyperlinkImporter.d.ts.map +1 -1
- 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.map +1 -1
- package/dist/super-editor/core/utilities/index.d.ts +0 -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/ai/ai-plugin.d.ts.map +1 -1
- package/dist/super-editor/extensions/bullet-list/bullet-list.d.ts.map +1 -1
- package/dist/super-editor/extensions/collaboration/collaboration.d.ts.map +1 -1
- package/dist/super-editor/extensions/field-annotation/FieldAnnotationView.d.ts.map +1 -1
- package/dist/super-editor/extensions/field-annotation/field-annotation.d.ts.map +1 -1
- package/dist/super-editor/extensions/field-annotation/fieldAnnotationHelpers/findRemovedFieldAnnotations.d.ts.map +1 -1
- package/dist/super-editor/extensions/image/imageHelpers/processUploadedImage.d.ts.map +1 -1
- package/dist/super-editor/extensions/index.d.ts.map +1 -1
- package/dist/super-editor/extensions/list-item/ListItemNodeView.d.ts.map +1 -1
- package/dist/super-editor/extensions/noderesizer/noderesizer.d.ts +3 -0
- package/dist/super-editor/extensions/noderesizer/noderesizer.d.ts.map +1 -1
- 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/extensions/table/table.d.ts.map +1 -1
- package/dist/super-editor/file-zipper.es.js +1 -1
- package/dist/super-editor/index.d.ts +1 -1
- package/dist/super-editor/index.d.ts.map +1 -1
- package/dist/super-editor/style.css +262 -378
- package/dist/super-editor/super-editor.es.js +610 -1205
- package/dist/super-editor/toolbar.es.js +2 -2
- package/dist/super-editor.cjs +2 -3
- package/dist/super-editor.es.js +14 -15
- package/dist/superdoc.cjs +76 -89
- package/dist/superdoc.es.js +128 -141
- package/dist/superdoc.umd.js +2726 -4072
- package/dist/superdoc.umd.js.map +1 -1
- package/package.json +2 -2
- package/dist/helpers/floor.d.ts +0 -2
- package/dist/helpers/floor.d.ts.map +0 -1
- package/dist/super-editor/components/slash-menu/constants.d.ts +0 -64
- package/dist/super-editor/components/slash-menu/constants.d.ts.map +0 -1
- package/dist/super-editor/components/slash-menu/menuItems.d.ts +0 -35
- package/dist/super-editor/components/slash-menu/menuItems.d.ts.map +0 -1
- package/dist/super-editor/components/slash-menu/utils.d.ts +0 -10
- package/dist/super-editor/components/slash-menu/utils.d.ts.map +0 -1
- package/dist/super-editor/core/migrations/0.14-listsv2/listsv2migration.d.ts +0 -2
- package/dist/super-editor/core/migrations/0.14-listsv2/listsv2migration.d.ts.map +0 -1
- package/dist/super-editor/core/utilities/clipboardUtils.d.ts +0 -27
- package/dist/super-editor/core/utilities/clipboardUtils.d.ts.map +0 -1
- package/dist/super-editor/extensions/slash-menu/index.d.ts +0 -2
- package/dist/super-editor/extensions/slash-menu/index.d.ts.map +0 -1
- package/dist/super-editor/extensions/slash-menu/slash-menu.d.ts +0 -4
- package/dist/super-editor/extensions/slash-menu/slash-menu.d.ts.map +0 -1
- package/dist/super-editor/tests/toolbar/updateToolbarState.test.d.ts +0 -2
- package/dist/super-editor/tests/toolbar/updateToolbarState.test.d.ts.map +0 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
const jszip = require("./jszip-
|
|
3
|
-
const index$2 = require("./index-
|
|
2
|
+
const jszip = require("./jszip-BTAcmbVg.cjs");
|
|
3
|
+
const index$2 = require("./index-Bk160jQ2.cjs");
|
|
4
4
|
function _mergeNamespaces(n, m) {
|
|
5
5
|
for (var i = 0; i < m.length; i++) {
|
|
6
6
|
const e = m[i];
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
const jszip = require("./jszip-
|
|
3
|
-
const vue = require("./vue-
|
|
4
|
-
const xmlJs = require("./xml-js-
|
|
5
|
-
const url = require("./url-
|
|
2
|
+
const jszip = require("./jszip-BTAcmbVg.cjs");
|
|
3
|
+
const vue = require("./vue-HIY1g7dm.cjs");
|
|
4
|
+
const xmlJs = require("./xml-js-Bu1ZZzmb.cjs");
|
|
5
|
+
const url = require("./url-CWyTQ-Xy.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
|
-
import { c as commonjsGlobal, B as Buffer, a as getAugmentedNamespace, g as getDefaultExportFromCjs } from "./jszip-
|
|
2
|
-
import { p as process$1 } from "./vue-
|
|
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-
|
|
1
|
+
import { c as commonjsGlobal, B as Buffer, a as getAugmentedNamespace, g as getDefaultExportFromCjs } from "./jszip-DckFs3A7.es.js";
|
|
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-CdiD26MJ.es.js";
|
|
4
|
+
import { u as url } from "./url-DsBQArCl.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
|
-
import { g as getDefaultExportFromCjs } from "./jszip-
|
|
2
|
-
import { s as streamHttp, r as require$$1 } from "./index-
|
|
1
|
+
import { g as getDefaultExportFromCjs } from "./jszip-DckFs3A7.es.js";
|
|
2
|
+
import { s as streamHttp, r as require$$1 } from "./index-D_HUrFWV.es.js";
|
|
3
3
|
function _mergeNamespaces(n, m) {
|
|
4
4
|
for (var i = 0; i < m.length; i++) {
|
|
5
5
|
const e = m[i];
|