superdoc 1.9.0-next.8 → 1.9.0
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/{PdfViewer-AEjGhT7a.es.js → PdfViewer-D1Am0D4N.es.js} +2 -2
- package/dist/chunks/{PdfViewer-9AVyz1uT.cjs → PdfViewer-WdyXSIvk.cjs} +2 -2
- package/dist/chunks/{SuperConverter-DJ6a6-Fz.es.js → SuperConverter-CQG__OC1.es.js} +340 -209
- package/dist/chunks/{SuperConverter-C7eV0QZK.cjs → SuperConverter-VeJEcjsk.cjs} +331 -200
- package/dist/chunks/{index-DDRJO_Xi.es.js → index-CWI4NbKU.es.js} +2300 -2386
- package/dist/chunks/{index-Csi-o7LB.cjs → index-DCmsKDv1.cjs} +2300 -2386
- package/dist/chunks/{index-DKysVv9w.es.js → index-VYosokDK.es.js} +4 -4
- package/dist/chunks/{index-C2RREn1V.cjs → index-s4_zQhVC.cjs} +4 -4
- package/dist/super-editor/converter.cjs +1 -1
- package/dist/super-editor/converter.es.js +1 -1
- package/dist/super-editor/core/helpers/list-numbering-helpers.d.ts +1 -0
- package/dist/super-editor/core/helpers/list-numbering-helpers.d.ts.map +1 -1
- package/dist/super-editor/core/presentation-editor/PresentationEditor.d.ts.map +1 -1
- package/dist/super-editor/core/super-converter/exporter-docx-defs.d.ts +76 -32
- package/dist/super-editor/core/super-converter/exporter-docx-defs.d.ts.map +1 -1
- package/dist/super-editor/core/super-converter/styles.d.ts.map +1 -1
- package/dist/super-editor/core/super-converter/v2/importer/docxImporter.d.ts.map +1 -1
- package/dist/super-editor/core/super-converter/v2/importer/patchNumberingDefinitions.d.ts +8 -0
- package/dist/super-editor/core/super-converter/v2/importer/patchNumberingDefinitions.d.ts.map +1 -0
- package/dist/super-editor/core/super-converter/v3/handlers/w/lvl/lvl-translator.d.ts.map +1 -1
- package/dist/super-editor/extensions/paragraph/NumberingManager.d.ts +20 -12
- package/dist/super-editor/extensions/paragraph/NumberingManager.d.ts.map +1 -1
- package/dist/super-editor/extensions/run/calculateInlineRunPropertiesPlugin.d.ts.map +1 -1
- package/dist/super-editor/extensions/run/wrapTextInRunsPlugin.d.ts.map +1 -1
- package/dist/super-editor.cjs +2 -2
- package/dist/super-editor.es.js +3 -3
- package/dist/superdoc/src/dev/collab-server.d.ts +2 -0
- package/dist/superdoc/src/dev/collab-server.d.ts.map +1 -0
- package/dist/superdoc.cjs +3 -3
- package/dist/superdoc.es.js +3 -3
- package/dist/superdoc.umd.js +2152 -2108
- package/dist/superdoc.umd.js.map +1 -1
- package/package.json +5 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { d as defineComponent, h, T as Transition, p as process$1, w as watchEffect, b as computed, r as ref, e as onMounted, f as onUnmounted, c as createElementBlock, o as openBlock, a as createBaseVNode, g as createCommentVNode, i as createVNode, u as unref } from "./vue-DI6_Tcq0.es.js";
|
|
2
|
-
import { N as NBaseLoading, u as useSuperdocStore, s as storeToRefs, a as useSelection } from "./index-
|
|
3
|
-
import { o as derived, p as c, q as cB, r as fadeInTransition, s as cM, w as warnOnce, u as useConfig, t as useTheme, v as pxfy, x as createKey, y as useThemeClass, z as useCompitable, B as _export_sfc } from "./index-
|
|
2
|
+
import { N as NBaseLoading, u as useSuperdocStore, s as storeToRefs, a as useSelection } from "./index-VYosokDK.es.js";
|
|
3
|
+
import { o as derived, p as c, q as cB, r as fadeInTransition, s as cM, w as warnOnce, u as useConfig, t as useTheme, v as pxfy, x as createKey, y as useThemeClass, z as useCompitable, B as _export_sfc } from "./index-CWI4NbKU.es.js";
|
|
4
4
|
function self(vars) {
|
|
5
5
|
const {
|
|
6
6
|
opacityDisabled,
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
3
|
const vue = require("./vue-De9wkgLl.cjs");
|
|
4
|
-
const superdoc = require("./index-
|
|
5
|
-
const index = require("./index-
|
|
4
|
+
const superdoc = require("./index-s4_zQhVC.cjs");
|
|
5
|
+
const index = require("./index-DCmsKDv1.cjs");
|
|
6
6
|
function self(vars) {
|
|
7
7
|
const {
|
|
8
8
|
opacityDisabled,
|