@harbour-enterprises/superdoc 1.0.0-next.3 → 1.0.0-next.5
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-PUn0q_lG.es.js → PdfViewer-BQ7d08ku.es.js} +1 -1
- package/dist/chunks/{PdfViewer-cVGt7Ne7.cjs → PdfViewer-D8FKTxiO.cjs} +1 -1
- package/dist/chunks/{index-Djmhr-R6.cjs → index-BOkSE8Li.cjs} +6 -5
- package/dist/chunks/{index-DLO-SgUP-BNtYQDPq.cjs → index-BUoOdDUj-CF4U3xYL.cjs} +1 -1
- package/dist/chunks/{index-DLO-SgUP-c73otQJ5.es.js → index-BUoOdDUj-CLmpIPsb.es.js} +1 -1
- package/dist/chunks/{index-mHanL4xN.es.js → index-D3wrs960.es.js} +6 -5
- package/dist/chunks/{super-editor.es-Cve8WKfM.cjs → super-editor.es-Bj_Ga0sp.cjs} +417 -117
- package/dist/chunks/{super-editor.es-S9Kp_7dy.es.js → super-editor.es-vynpc_1U.es.js} +417 -117
- package/dist/style.css +6 -6
- package/dist/super-editor/ai-writer.es.js +2 -2
- package/dist/super-editor/chunks/{converter-ByybZRFp.js → converter-D6Kvbivo.js} +1 -1
- package/dist/super-editor/chunks/{docx-zipper-CFQANTLI.js → docx-zipper-DAS45uKP.js} +1 -1
- package/dist/super-editor/chunks/{editor-Cu4hD14N.js → editor-BMEPaiVS.js} +418 -118
- package/dist/super-editor/chunks/{index-DLO-SgUP.js → index-BUoOdDUj.js} +1 -1
- package/dist/super-editor/chunks/{toolbar-5MMla0sj.js → toolbar-CUWKY5Cx.js} +2 -2
- 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.es.js +6 -6
- package/dist/super-editor/toolbar.es.js +2 -2
- package/dist/super-editor.cjs +1 -1
- package/dist/super-editor.es.js +1 -1
- package/dist/superdoc.cjs +2 -2
- package/dist/superdoc.es.js +2 -2
- package/dist/superdoc.umd.js +422 -121
- package/dist/superdoc.umd.js.map +1 -1
- package/package.json +1 -1
- package/dist/images/altText_add.svg +0 -3
- package/dist/images/altText_disclaimer.svg +0 -3
- package/dist/images/altText_done.svg +0 -3
- package/dist/images/altText_spinner.svg +0 -30
- package/dist/images/altText_warning.svg +0 -3
- package/dist/images/annotation-check.svg +0 -11
- package/dist/images/annotation-comment.svg +0 -16
- package/dist/images/annotation-help.svg +0 -26
- package/dist/images/annotation-insert.svg +0 -10
- package/dist/images/annotation-key.svg +0 -11
- package/dist/images/annotation-newparagraph.svg +0 -11
- package/dist/images/annotation-noicon.svg +0 -7
- package/dist/images/annotation-note.svg +0 -42
- package/dist/images/annotation-paperclip.svg +0 -6
- package/dist/images/annotation-paragraph.svg +0 -16
- package/dist/images/annotation-pushpin.svg +0 -7
- package/dist/images/cursor-editorFreeHighlight.svg +0 -6
- package/dist/images/cursor-editorFreeText.svg +0 -3
- package/dist/images/cursor-editorInk.svg +0 -4
- package/dist/images/cursor-editorTextHighlight.svg +0 -8
- package/dist/images/editor-toolbar-delete.svg +0 -5
- package/dist/images/loading-icon.gif +0 -0
- package/dist/images/messageBar_closingButton.svg +0 -3
- package/dist/images/messageBar_warning.svg +0 -3
- package/dist/images/toolbarButton-editorHighlight.svg +0 -6
- package/dist/images/toolbarButton-menuArrow.svg +0 -3
package/dist/style.css
CHANGED
|
@@ -2413,20 +2413,20 @@ https://github.com/ProseMirror/prosemirror-tables/blob/master/demo/index.html
|
|
|
2413
2413
|
/* pointer-events: none; */
|
|
2414
2414
|
}
|
|
2415
2415
|
|
|
2416
|
-
.measure-comment[data-v-
|
|
2416
|
+
.measure-comment[data-v-1402ce8c] {
|
|
2417
2417
|
box-sizing: border-box;
|
|
2418
2418
|
height: auto;
|
|
2419
2419
|
}
|
|
2420
|
-
.floating-comment[data-v-
|
|
2420
|
+
.floating-comment[data-v-1402ce8c] {
|
|
2421
2421
|
position: absolute;
|
|
2422
2422
|
display: block;
|
|
2423
2423
|
}
|
|
2424
|
-
.sidebar-container[data-v-
|
|
2424
|
+
.sidebar-container[data-v-1402ce8c] {
|
|
2425
2425
|
position: absolute;
|
|
2426
2426
|
width: 300px;
|
|
2427
2427
|
min-height: 300px;
|
|
2428
2428
|
}
|
|
2429
|
-
.section-wrapper[data-v-
|
|
2429
|
+
.section-wrapper[data-v-1402ce8c] {
|
|
2430
2430
|
position: relative;
|
|
2431
2431
|
min-height: 100%;
|
|
2432
2432
|
width: 300px;
|
|
@@ -2434,11 +2434,11 @@ https://github.com/ProseMirror/prosemirror-tables/blob/master/demo/index.html
|
|
|
2434
2434
|
align-items: flex-start;
|
|
2435
2435
|
justify-content: flex-start;
|
|
2436
2436
|
}
|
|
2437
|
-
.floating-comment[data-v-
|
|
2437
|
+
.floating-comment[data-v-1402ce8c] {
|
|
2438
2438
|
position: absolute;
|
|
2439
2439
|
min-width: 300px;
|
|
2440
2440
|
}
|
|
2441
|
-
.calculation-container[data-v-
|
|
2441
|
+
.calculation-container[data-v-1402ce8c] {
|
|
2442
2442
|
visibility: hidden;
|
|
2443
2443
|
position: fixed;
|
|
2444
2444
|
left: -9999px;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ref, onMounted, onUnmounted, computed, createElementBlock, openBlock, withModifiers, createElementVNode, withDirectives, unref, vModelText, createCommentVNode, nextTick } from "vue";
|
|
2
|
-
import { T as TextSelection } from "./chunks/converter-
|
|
3
|
-
import { _ as _export_sfc } from "./chunks/editor-
|
|
2
|
+
import { T as TextSelection } from "./chunks/converter-D6Kvbivo.js";
|
|
3
|
+
import { _ as _export_sfc } from "./chunks/editor-BMEPaiVS.js";
|
|
4
4
|
const DEFAULT_API_ENDPOINT = "https://sd-dev-express-gateway-i6xtm.ondigitalocean.app/insights";
|
|
5
5
|
const SYSTEM_PROMPT = "You are an expert copywriter and you are immersed in a document editor. You are to provide document related text responses based on the user prompts. Only write what is asked for. Do not provide explanations. Try to keep placeholders as short as possible. Do not output your prompt. Your instructions are: ";
|
|
6
6
|
async function baseInsightsFetch(payload, options = {}) {
|
|
@@ -42727,7 +42727,7 @@ const _SuperConverter = class _SuperConverter {
|
|
|
42727
42727
|
static getStoredSuperdocVersion(docx) {
|
|
42728
42728
|
return _SuperConverter.getStoredCustomProperty(docx, "SuperdocVersion");
|
|
42729
42729
|
}
|
|
42730
|
-
static setStoredSuperdocVersion(docx = this.convertedXml, version = "1.0.0-next.
|
|
42730
|
+
static setStoredSuperdocVersion(docx = this.convertedXml, version = "1.0.0-next.5") {
|
|
42731
42731
|
return _SuperConverter.setStoredCustomProperty(docx, "SuperdocVersion", version, false);
|
|
42732
42732
|
}
|
|
42733
42733
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { p as process$1, aJ as commonjsGlobal, B as Buffer, aK as getDefaultExportFromCjs, aL as getContentTypesFromXml, aM as xmljs } from "./converter-
|
|
1
|
+
import { p as process$1, aJ as commonjsGlobal, B as Buffer, aK as getDefaultExportFromCjs, aL as getContentTypesFromXml, aM as xmljs } from "./converter-D6Kvbivo.js";
|
|
2
2
|
function commonjsRequire(path) {
|
|
3
3
|
throw new Error('Could not dynamically require "' + path + '". Please configure the dynamicRequireTargets or/and ignoreDynamicRequires option of @rollup/plugin-commonjs appropriately for this require call to work.');
|
|
4
4
|
}
|