superdoc 0.29.0-RC.1 → 0.29.0-RC.2
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-DOGqT5aX.es.js → PdfViewer-CH7xPqiQ.es.js} +1 -1
- package/dist/chunks/{PdfViewer-N5tA7e4Y.cjs → PdfViewer-Dlcx3g-l.cjs} +1 -1
- package/dist/chunks/{editor-B2o3f2Zc-1PF7k2LU.cjs → editor-EfXZ6xB6-Ckfqr3sG.cjs} +1672 -1663
- package/dist/chunks/{editor-B2o3f2Zc-B6yLcUx-.es.js → editor-EfXZ6xB6-VJn78MZE.es.js} +1672 -1663
- package/dist/chunks/{index-DQ-TaQYY.es.js → index-BTT4BNXs.es.js} +15 -4
- package/dist/chunks/{index-D0Jr4Zet.cjs → index-FikaCO2P.cjs} +29 -18
- package/dist/components/CommentsLayer/use-comment.d.ts.map +1 -1
- package/dist/core/types/index.d.ts.map +1 -1
- package/dist/stores/comments-store.d.ts.map +1 -1
- package/dist/super-editor/ai-writer.es.js +2 -2
- package/dist/super-editor/chunks/{converter-BY1BQynB.js → converter-BK9AD8UY.js} +1840 -1914
- package/dist/super-editor/chunks/{docx-zipper-I2NRno-n.js → docx-zipper-QhU8I-YW.js} +1 -1
- package/dist/super-editor/chunks/{editor-B2o3f2Zc.js → editor-EfXZ6xB6.js} +88 -5
- package/dist/super-editor/chunks/{super-input-zEOSF0Zl.js → super-input-DWpAmOmi.js} +3 -3
- package/dist/super-editor/converter.es.js +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/file-zipper.es.js +1 -1
- package/dist/super-editor/super-editor/src/core/commands/getSelectionMarks.d.ts +1 -0
- package/dist/super-editor/super-editor/src/core/commands/index.d.ts +2 -0
- package/dist/super-editor/super-editor/src/core/commands/setTextSelection.d.ts +4 -0
- package/dist/super-editor/super-editor/src/core/super-converter/v2/importer/tableImporter.d.ts +0 -16
- package/dist/super-editor/super-editor/src/core/super-converter/v3/handlers/w/tc/helpers/legacy-handle-table-cell-node.d.ts +1 -1
- package/dist/super-editor/super-editor/src/extensions/comment/comments-plugin.d.ts +2 -1
- package/dist/super-editor/super-editor.es.js +4 -4
- package/dist/super-editor/toolbar.es.js +1 -1
- package/dist/super-editor.cjs +26 -26
- package/dist/super-editor.es.js +1 -1
- package/dist/superdoc.cjs +13 -13
- package/dist/superdoc.es.js +2 -2
- package/dist/superdoc.umd.js +1685 -1665
- package/dist/superdoc.umd.js.map +1 -1
- package/package.json +4 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { H as defineComponent, N as h, V as Transition, $ as process$1, S as watchEffect, e as computed, r as ref, b as onMounted, d as onUnmounted, c as createElementBlock, o as openBlock, a as createBaseVNode, f as createCommentVNode, l as createVNode, u as unref } from "./vue-DSlPeKKC.es.js";
|
|
2
|
-
import { d as derived, c, a as cB, f as fadeInTransition, b as cM, N as NBaseLoading, w as warnOnce, u as useConfig, e as useTheme, p as pxfy, g as createKey, h as useThemeClass, i as useCompitable, _ as _export_sfc, j as useSuperdocStore, s as storeToRefs, k as useSelection } from "./index-
|
|
2
|
+
import { d as derived, c, a as cB, f as fadeInTransition, b as cM, N as NBaseLoading, w as warnOnce, u as useConfig, e as useTheme, p as pxfy, g as createKey, h as useThemeClass, i as useCompitable, _ as _export_sfc, j as useSuperdocStore, s as storeToRefs, k as useSelection } from "./index-BTT4BNXs.es.js";
|
|
3
3
|
function self(vars) {
|
|
4
4
|
const {
|
|
5
5
|
opacityDisabled,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
3
|
const vue = require("./vue-DKMj1I9B.cjs");
|
|
4
|
-
const superdoc = require("./index-
|
|
4
|
+
const superdoc = require("./index-FikaCO2P.cjs");
|
|
5
5
|
function self(vars) {
|
|
6
6
|
const {
|
|
7
7
|
opacityDisabled,
|