@harbour-enterprises/superdoc 1.5.0-next.7 → 1.5.0-next.8
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/README.md +2 -2
- package/dist/chunks/{PdfViewer-ClST5VR6.es.js → PdfViewer-ChE3uW6-.es.js} +2 -2
- package/dist/chunks/{PdfViewer-Cli6IR-X.cjs → PdfViewer-DKfNDdEk.cjs} +2 -2
- package/dist/chunks/{SuperConverter-S5AfMnkn.es.js → SuperConverter-CXmwt666.es.js} +589 -450
- package/dist/chunks/{SuperConverter-CIjArITT.cjs → SuperConverter-iLb7JzYI.cjs} +589 -450
- package/dist/chunks/{index-bw_yQ0EP.es.js → index-BpblHOoK.es.js} +4 -4
- package/dist/chunks/{index-LpMObyDy.cjs → index-CJcGqc_k.cjs} +402 -24
- package/dist/chunks/{index-CbbEjpJ0.cjs → index-Cv7KI1Ex.cjs} +4 -4
- package/dist/chunks/{index-7ebfCUN0.es.js → index-DIb368iJ.es.js} +402 -24
- package/dist/style.css +7 -0
- package/dist/super-editor/converter.cjs +1 -1
- package/dist/super-editor/converter.es.js +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 +991 -474
- package/dist/superdoc.umd.js.map +1 -1
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -100,7 +100,7 @@ For comprehensive documentation, visit our [SuperDocumentation](https://docs.sup
|
|
|
100
100
|
|
|
101
101
|
We love contributions! Here's how you can help:
|
|
102
102
|
|
|
103
|
-
1. Check our [issue tracker](https://github.com/
|
|
103
|
+
1. Check our [issue tracker](https://github.com/superdoc-dev/superdoc/issues) for open issues
|
|
104
104
|
2. Fork the repository and create a feature/bugfix branch
|
|
105
105
|
3. Write clear, documented code following our style guidelines
|
|
106
106
|
4. Submit a PR with detailed description of your changes
|
|
@@ -110,7 +110,7 @@ See our [Contributing Guide](CONTRIBUTING.md) for more details.
|
|
|
110
110
|
## 💬 Community
|
|
111
111
|
|
|
112
112
|
- [Discord Server](https://discord.gg/FBeRDqWy) - Join our community chat
|
|
113
|
-
- [GitHub Discussions](https://github.com/
|
|
113
|
+
- [GitHub Discussions](https://github.com/superdoc-dev/superdoc/discussions) - Ask questions and share ideas
|
|
114
114
|
- [Email Support](mailto:support@harbourshare.com) - Get help from our team
|
|
115
115
|
|
|
116
116
|
## 📄 License
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { d as defineComponent, h, T as Transition, p as process$1, w as watchEffect, c as computed, r as ref, f as onMounted, X as onUnmounted, E as createElementBlock, G as openBlock, K as createBaseVNode, M as createCommentVNode, I as createVNode, v as unref } from "./vue-BnBKJwCW.es.js";
|
|
2
|
-
import { N as NBaseLoading, u as useSuperdocStore, s as storeToRefs, a as useSelection } from "./index-
|
|
3
|
-
import { C as derived, r as c, q as cB, aF as fadeInTransition, y as cM, I as warnOnce, J as useConfig, N as useTheme, aG as pxfy, P as createKey, Q as useThemeClass, aH as useCompitable, ai as _export_sfc } from "./index-
|
|
2
|
+
import { N as NBaseLoading, u as useSuperdocStore, s as storeToRefs, a as useSelection } from "./index-BpblHOoK.es.js";
|
|
3
|
+
import { C as derived, r as c, q as cB, aF as fadeInTransition, y as cM, I as warnOnce, J as useConfig, N as useTheme, aG as pxfy, P as createKey, Q as useThemeClass, aH as useCompitable, ai as _export_sfc } from "./index-DIb368iJ.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-Cv7KI1Ex.cjs");
|
|
5
|
+
const index = require("./index-CJcGqc_k.cjs");
|
|
6
6
|
function self(vars) {
|
|
7
7
|
const {
|
|
8
8
|
opacityDisabled,
|