@harbour-enterprises/superdoc 1.4.0-next.3 → 1.4.1-next.1
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-BFLlmRke.cjs → PdfViewer-BaDWswEX.cjs} +2 -2
- package/dist/chunks/{PdfViewer-D859yVUF.es.js → PdfViewer-D_1Yi2Kj.es.js} +2 -2
- package/dist/chunks/{SuperConverter-MYkKoPrv.es.js → SuperConverter-BuK6B5Kx.es.js} +321 -56
- package/dist/chunks/{SuperConverter-pEsdZ6oR.cjs → SuperConverter-nKpvrgP6.cjs} +321 -56
- package/dist/chunks/{index-DF3OVaQj.es.js → index-BGllXGwn.es.js} +45 -11
- package/dist/chunks/{index-C0kuhYCD.cjs → index-Bpm2bUws.cjs} +101 -33
- package/dist/chunks/{index-B-20lDKU.es.js → index-DwUAu2hL.es.js} +101 -33
- package/dist/chunks/{index-D3X3kMWD.cjs → index-lAO6pLM-.cjs} +45 -11
- package/dist/style.css +17 -17
- 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/src/components/CommentsLayer/use-comment.d.ts.map +1 -1
- package/dist/superdoc/src/helpers/group-changes.d.ts.map +1 -1
- package/dist/superdoc/src/stores/comments-store.d.ts.map +1 -1
- package/dist/superdoc.cjs +3 -3
- package/dist/superdoc.es.js +3 -3
- package/dist/superdoc.umd.js +465 -98
- package/dist/superdoc.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/style.css
CHANGED
|
@@ -2299,32 +2299,32 @@ span[data-v-53e13009] {
|
|
|
2299
2299
|
display: inline-block;
|
|
2300
2300
|
}
|
|
2301
2301
|
|
|
2302
|
-
.change-type[data-v-
|
|
2302
|
+
.change-type[data-v-f9956635] {
|
|
2303
2303
|
font-style: italic;
|
|
2304
2304
|
font-weight: 600;
|
|
2305
2305
|
font-size: 10px;
|
|
2306
2306
|
color: #555;
|
|
2307
2307
|
}
|
|
2308
|
-
.tracked-change[data-v-
|
|
2308
|
+
.tracked-change[data-v-f9956635] {
|
|
2309
2309
|
font-size: 12px;
|
|
2310
2310
|
}
|
|
2311
|
-
.tracked-change-text[data-v-
|
|
2311
|
+
.tracked-change-text[data-v-f9956635] {
|
|
2312
2312
|
color: #111;
|
|
2313
2313
|
}
|
|
2314
|
-
.comment-separator[data-v-
|
|
2314
|
+
.comment-separator[data-v-f9956635] {
|
|
2315
2315
|
background-color: #dbdbdb;
|
|
2316
2316
|
height: 1px;
|
|
2317
2317
|
width: 100%;
|
|
2318
2318
|
margin: 10px 0;
|
|
2319
2319
|
font-weight: 400;
|
|
2320
2320
|
}
|
|
2321
|
-
.existing-internal-input[data-v-
|
|
2321
|
+
.existing-internal-input[data-v-f9956635] {
|
|
2322
2322
|
margin-bottom: 10px;
|
|
2323
2323
|
}
|
|
2324
|
-
.initial-internal-dropdown[data-v-
|
|
2324
|
+
.initial-internal-dropdown[data-v-f9956635] {
|
|
2325
2325
|
margin-top: 10px;
|
|
2326
2326
|
}
|
|
2327
|
-
.comments-dialog[data-v-
|
|
2327
|
+
.comments-dialog[data-v-f9956635] {
|
|
2328
2328
|
display: flex;
|
|
2329
2329
|
flex-direction: column;
|
|
2330
2330
|
padding: 10px 15px;
|
|
@@ -2340,39 +2340,39 @@ span[data-v-53e13009] {
|
|
|
2340
2340
|
min-width: 200px;
|
|
2341
2341
|
width: 100%;
|
|
2342
2342
|
}
|
|
2343
|
-
.is-active[data-v-
|
|
2343
|
+
.is-active[data-v-f9956635] {
|
|
2344
2344
|
z-index: 10;
|
|
2345
2345
|
}
|
|
2346
|
-
.input-section[data-v-
|
|
2346
|
+
.input-section[data-v-f9956635] {
|
|
2347
2347
|
margin-top: 10px;
|
|
2348
2348
|
}
|
|
2349
|
-
.sd-button[data-v-
|
|
2349
|
+
.sd-button[data-v-f9956635] {
|
|
2350
2350
|
font-size: 12px;
|
|
2351
2351
|
margin-left: 5px;
|
|
2352
2352
|
}
|
|
2353
|
-
.comment[data-v-
|
|
2353
|
+
.comment[data-v-f9956635] {
|
|
2354
2354
|
font-size: 13px;
|
|
2355
2355
|
margin: 10px 0;
|
|
2356
2356
|
}
|
|
2357
|
-
.is-resolved[data-v-
|
|
2357
|
+
.is-resolved[data-v-f9956635] {
|
|
2358
2358
|
background-color: #f0f0f0;
|
|
2359
2359
|
}
|
|
2360
|
-
.comment-footer[data-v-
|
|
2360
|
+
.comment-footer[data-v-f9956635] {
|
|
2361
2361
|
margin: 5px 0 5px;
|
|
2362
2362
|
display: flex;
|
|
2363
2363
|
justify-content: flex-end;
|
|
2364
2364
|
width: 100%;
|
|
2365
2365
|
}
|
|
2366
|
-
.internal-dropdown[data-v-
|
|
2366
|
+
.internal-dropdown[data-v-f9956635] {
|
|
2367
2367
|
display: inline-block;
|
|
2368
2368
|
}
|
|
2369
|
-
.comment-editing[data-v-
|
|
2369
|
+
.comment-editing[data-v-f9956635] {
|
|
2370
2370
|
padding-bottom: 10px;
|
|
2371
2371
|
}
|
|
2372
|
-
.comment-editing button[data-v-
|
|
2372
|
+
.comment-editing button[data-v-f9956635] {
|
|
2373
2373
|
margin-left: 5px;
|
|
2374
2374
|
}
|
|
2375
|
-
.tracked-change[data-v-
|
|
2375
|
+
.tracked-change[data-v-f9956635] {
|
|
2376
2376
|
margin: 0;
|
|
2377
2377
|
}
|
|
2378
2378
|
|
|
@@ -2,6 +2,6 @@
|
|
|
2
2
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
3
|
require("../chunks/jszip-C8_CqJxM.cjs");
|
|
4
4
|
require("../chunks/helpers-nOdwpmwb.cjs");
|
|
5
|
-
const superEditor_converter = require("../chunks/SuperConverter-
|
|
5
|
+
const superEditor_converter = require("../chunks/SuperConverter-nKpvrgP6.cjs");
|
|
6
6
|
require("../chunks/uuid-R7L08bOx.cjs");
|
|
7
7
|
exports.SuperConverter = superEditor_converter.SuperConverter;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import "../chunks/jszip-B1fkPkPJ.es.js";
|
|
2
2
|
import "../chunks/helpers-C8e9wR5l.es.js";
|
|
3
|
-
import { S } from "../chunks/SuperConverter-
|
|
3
|
+
import { S } from "../chunks/SuperConverter-BuK6B5Kx.es.js";
|
|
4
4
|
import "../chunks/uuid-CjlX8hrF.es.js";
|
|
5
5
|
export {
|
|
6
6
|
S as SuperConverter
|
package/dist/super-editor.cjs
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
-
const index = require("./chunks/index-
|
|
3
|
+
const index = require("./chunks/index-Bpm2bUws.cjs");
|
|
4
4
|
const superEditor_docxZipper = require("./super-editor/docx-zipper.cjs");
|
|
5
5
|
const superEditor_fileZipper = require("./super-editor/file-zipper.cjs");
|
|
6
6
|
const vue = require("./chunks/vue-De9wkgLl.cjs");
|
|
7
|
-
const superEditor_converter = require("./chunks/SuperConverter-
|
|
7
|
+
const superEditor_converter = require("./chunks/SuperConverter-nKpvrgP6.cjs");
|
|
8
8
|
function isNodeType(node, name) {
|
|
9
9
|
return node.type.name === name;
|
|
10
10
|
}
|
package/dist/super-editor.es.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { ax as Node, ay as Mark } from "./chunks/index-
|
|
2
|
-
import { ao, au, a9, ab, aw, am, av, aA, an, ak, aq, az, aa, as, aC, aE, aB, ac, aD, ar, at } from "./chunks/index-
|
|
1
|
+
import { ax as Node, ay as Mark } from "./chunks/index-DwUAu2hL.es.js";
|
|
2
|
+
import { ao, au, a9, ab, aw, am, av, aA, an, ak, aq, az, aa, as, aC, aE, aB, ac, aD, ar, at } from "./chunks/index-DwUAu2hL.es.js";
|
|
3
3
|
import { default as default2 } from "./super-editor/docx-zipper.es.js";
|
|
4
4
|
import { createZip } from "./super-editor/file-zipper.es.js";
|
|
5
5
|
import { d as defineComponent, E as createElementBlock, G as openBlock, K as createBaseVNode } from "./chunks/vue-BnBKJwCW.es.js";
|
|
6
|
-
import { S, r } from "./chunks/SuperConverter-
|
|
6
|
+
import { S, r } from "./chunks/SuperConverter-BuK6B5Kx.es.js";
|
|
7
7
|
function isNodeType(node, name) {
|
|
8
8
|
return node.type.name === name;
|
|
9
9
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"use-comment.d.ts","sourceRoot":"","sources":["../../../../../src/components/CommentsLayer/use-comment.js"],"names":[],"mappings":"AAOA;;;;;GAKG;AACH,2CAHW,MAAM,GACJ,MAAM,
|
|
1
|
+
{"version":3,"file":"use-comment.d.ts","sourceRoot":"","sources":["../../../../../src/components/CommentsLayer/use-comment.js"],"names":[],"mappings":"AAOA;;;;;GAKG;AACH,2CAHW,MAAM,GACJ,MAAM,CAuRlB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"group-changes.d.ts","sourceRoot":"","sources":["../../../../src/helpers/group-changes.js"],"names":[],"mappings":"AAQO,oDA+
|
|
1
|
+
{"version":3,"file":"group-changes.d.ts","sourceRoot":"","sources":["../../../../src/helpers/group-changes.js"],"names":[],"mappings":"AAQO,oDA+DN"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"comments-store.d.ts","sourceRoot":"","sources":["../../../../src/stores/comments-store.js"],"names":[],"mappings":"AAeA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oBAiDa,MAAM,KACJ,IAAI;;qBAiBN,MAAM,KACJ,MAAM;0CAuBR,MAAM,GAAG,SAAS,GAAG,IAAI,KACvB,IAAI;;;;;;gFA+Ld;QAAuB,SAAS,EAAxB,MAAM;QACS,UAAU;QACV,eAAe;KACtC,KAAU,MAAM;;0DAqDhB;QAAuB,QAAQ,EAAvB,MAAM;KACd,KAAU,IAAI;sCAyEJ,IAAI;;;;;6CAzFJ,IAAI;4EAsGd;QAAsB,QAAQ;QACP,UAAU;KACjC,KAAU,IAAI;;+
|
|
1
|
+
{"version":3,"file":"comments-store.d.ts","sourceRoot":"","sources":["../../../../src/stores/comments-store.js"],"names":[],"mappings":"AAeA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oBAiDa,MAAM,KACJ,IAAI;;qBAiBN,MAAM,KACJ,MAAM;0CAuBR,MAAM,GAAG,SAAS,GAAG,IAAI,KACvB,IAAI;;;;;;gFA+Ld;QAAuB,SAAS,EAAxB,MAAM;QACS,UAAU;QACV,eAAe;KACtC,KAAU,MAAM;;0DAqDhB;QAAuB,QAAQ,EAAvB,MAAM;KACd,KAAU,IAAI;sCAyEJ,IAAI;;;;;6CAzFJ,IAAI;4EAsGd;QAAsB,QAAQ;QACP,UAAU;KACjC,KAAU,IAAI;;+DA8HJ,IAAI;;sDAtbd;QAAuB,QAAQ,EAAvB,MAAM;QACS,MAAM,EAArB,MAAM;KACd,KAAU,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oBArEN,MAAM,KACJ,IAAI;;qBAiBN,MAAM,KACJ,MAAM;0CAuBR,MAAM,GAAG,SAAS,GAAG,IAAI,KACvB,IAAI;;;;;;gFA+Ld;QAAuB,SAAS,EAAxB,MAAM;QACS,UAAU;QACV,eAAe;KACtC,KAAU,MAAM;;0DAqDhB;QAAuB,QAAQ,EAAvB,MAAM;KACd,KAAU,IAAI;sCAyEJ,IAAI;;;;;6CAzFJ,IAAI;4EAsGd;QAAsB,QAAQ;QACP,UAAU;KACjC,KAAU,IAAI;;+DA8HJ,IAAI;;sDAtbd;QAAuB,QAAQ,EAAvB,MAAM;QACS,MAAM,EAArB,MAAM;KACd,KAAU,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oBArEN,MAAM,KACJ,IAAI;;qBAiBN,MAAM,KACJ,MAAM;0CAuBR,MAAM,GAAG,SAAS,GAAG,IAAI,KACvB,IAAI;;;;;;gFA+Ld;QAAuB,SAAS,EAAxB,MAAM;QACS,UAAU;QACV,eAAe;KACtC,KAAU,MAAM;;0DAqDhB;QAAuB,QAAQ,EAAvB,MAAM;KACd,KAAU,IAAI;sCAyEJ,IAAI;;;;;6CAzFJ,IAAI;4EAsGd;QAAsB,QAAQ;QACP,UAAU;KACjC,KAAU,IAAI;;+DA8HJ,IAAI;;sDAtbd;QAAuB,QAAQ,EAAvB,MAAM;QACS,MAAM,EAArB,MAAM;KACd,KAAU,IAAI;iYAmlBhB"}
|
package/dist/superdoc.cjs
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
-
const index = require("./chunks/index-
|
|
4
|
-
const superdoc = require("./chunks/index-
|
|
5
|
-
const superEditor_converter = require("./chunks/SuperConverter-
|
|
3
|
+
const index = require("./chunks/index-Bpm2bUws.cjs");
|
|
4
|
+
const superdoc = require("./chunks/index-lAO6pLM-.cjs");
|
|
5
|
+
const superEditor_converter = require("./chunks/SuperConverter-nKpvrgP6.cjs");
|
|
6
6
|
const blankDocx = require("./chunks/blank-docx-DfW3Eeh2.cjs");
|
|
7
7
|
require("./chunks/jszip-C8_CqJxM.cjs");
|
|
8
8
|
require("./chunks/helpers-nOdwpmwb.cjs");
|
package/dist/superdoc.es.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { au, ab, aw, av, as, a7, ac, ar, at } from "./chunks/index-
|
|
2
|
-
import { D, H, P, S, c } from "./chunks/index-
|
|
3
|
-
import { S as S2, r } from "./chunks/SuperConverter-
|
|
1
|
+
import { au, ab, aw, av, as, a7, ac, ar, at } from "./chunks/index-DwUAu2hL.es.js";
|
|
2
|
+
import { D, H, P, S, c } from "./chunks/index-BGllXGwn.es.js";
|
|
3
|
+
import { S as S2, r } from "./chunks/SuperConverter-BuK6B5Kx.es.js";
|
|
4
4
|
import { B } from "./chunks/blank-docx-ABm6XYAA.es.js";
|
|
5
5
|
import "./chunks/jszip-B1fkPkPJ.es.js";
|
|
6
6
|
import "./chunks/helpers-C8e9wR5l.es.js";
|