superdoc 1.12.0-next.12 → 1.12.0-next.13
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-B3jgayPY.cjs → PdfViewer-BM8GbrHb.cjs} +2 -2
- package/dist/chunks/{PdfViewer-BG5seXye.es.js → PdfViewer-D9duMPBd.es.js} +2 -2
- package/dist/chunks/{SuperConverter-C4uBfLso.cjs → SuperConverter-BMjvGr5r.cjs} +1 -1
- package/dist/chunks/{SuperConverter-BDT3yqiM.es.js → SuperConverter-Dx95dNlr.es.js} +1 -1
- package/dist/chunks/{index-DQM5dy3Q.cjs → index-BF7DfWLs.cjs} +340 -328
- package/dist/chunks/{index-g63zcyON.es.js → index-BTrpAvox.es.js} +4 -4
- package/dist/chunks/{index-b7i--F_r.es.js → index-C-t9SDCr.es.js} +340 -328
- package/dist/chunks/{index-DYNMy-l_.cjs → index-DcUDN9u9.cjs} +4 -4
- package/dist/style.css +39 -29
- package/dist/super-editor/converter.cjs +1 -1
- package/dist/super-editor/converter.es.js +1 -1
- package/dist/super-editor/core/presentation-editor/PresentationEditor.d.ts.map +1 -1
- package/dist/super-editor.cjs +2 -2
- package/dist/super-editor.es.js +3 -3
- package/dist/superdoc.cjs +3 -3
- package/dist/superdoc.es.js +3 -3
- package/dist/superdoc.umd.js +341 -329
- package/dist/superdoc.umd.js.map +1 -1
- package/package.json +1 -1
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
3
|
const vue = require("./vue-BkoOkkmT.cjs");
|
|
4
|
-
const superdoc = require("./index-
|
|
5
|
-
const index = require("./index-
|
|
4
|
+
const superdoc = require("./index-DcUDN9u9.cjs");
|
|
5
|
+
const index = require("./index-BF7DfWLs.cjs");
|
|
6
6
|
function self(vars) {
|
|
7
7
|
const {
|
|
8
8
|
opacityDisabled,
|
|
@@ -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, o as openBlock, c as createElementBlock, a as createBaseVNode, g as createVNode, u as unref, i as createCommentVNode } from "./vue-DiPLN5sT.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-BTrpAvox.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-C-t9SDCr.es.js";
|
|
4
4
|
function self(vars) {
|
|
5
5
|
const {
|
|
6
6
|
opacityDisabled,
|
|
@@ -33818,7 +33818,7 @@ class SuperConverter {
|
|
|
33818
33818
|
static getStoredSuperdocVersion(docx) {
|
|
33819
33819
|
return SuperConverter.getStoredCustomProperty(docx, "SuperdocVersion");
|
|
33820
33820
|
}
|
|
33821
|
-
static setStoredSuperdocVersion(docx = this.convertedXml, version = "1.12.0-next.
|
|
33821
|
+
static setStoredSuperdocVersion(docx = this.convertedXml, version = "1.12.0-next.13") {
|
|
33822
33822
|
return SuperConverter.setStoredCustomProperty(docx, "SuperdocVersion", version, false);
|
|
33823
33823
|
}
|
|
33824
33824
|
/**
|
|
@@ -33817,7 +33817,7 @@ class SuperConverter {
|
|
|
33817
33817
|
static getStoredSuperdocVersion(docx) {
|
|
33818
33818
|
return SuperConverter.getStoredCustomProperty(docx, "SuperdocVersion");
|
|
33819
33819
|
}
|
|
33820
|
-
static setStoredSuperdocVersion(docx = this.convertedXml, version = "1.12.0-next.
|
|
33820
|
+
static setStoredSuperdocVersion(docx = this.convertedXml, version = "1.12.0-next.13") {
|
|
33821
33821
|
return SuperConverter.setStoredCustomProperty(docx, "SuperdocVersion", version, false);
|
|
33822
33822
|
}
|
|
33823
33823
|
/**
|