@harbour-enterprises/superdoc 1.0.0-next.10 → 1.0.0-next.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-B9LcTIm2.cjs → PdfViewer-B-xTd4XY.cjs} +1 -1
- package/dist/chunks/{PdfViewer-CZG4udaT.es.js → PdfViewer-eykNsWyi.es.js} +2 -2
- package/dist/chunks/{eventemitter3-44XulWQe.es.js → eventemitter3-CcXAdeql.es.js} +1 -1
- package/dist/chunks/{index-DdTDm9oI-BXzE00pk.es.js → index-BDVXUeCy-7mwhYeJ7.es.js} +1 -1
- package/dist/chunks/{index-DdTDm9oI-Duiy8M_G.cjs → index-BDVXUeCy-Di6ozaOM.cjs} +1 -1
- package/dist/chunks/{index-1n6qegaQ.es.js → index-DpQ8ZYM0.es.js} +325 -564
- package/dist/chunks/{index-4FiyZ-0E.cjs → index-rF5HExWB.cjs} +322 -561
- package/dist/chunks/{jszip-VP334ufO.es.js → jszip-5vvIqAEE.es.js} +1 -1
- package/dist/chunks/{super-editor.es-BQQuazyp.cjs → super-editor.es-CcKbh84I.cjs} +25739 -28432
- package/dist/chunks/{super-editor.es-DKr759cY.es.js → super-editor.es-CxajnL9u.es.js} +25740 -28433
- package/dist/chunks/{vue-BuPTonTJ.es.js → vue-Dysv_7z5.es.js} +27 -27
- package/dist/chunks/xml-js-ClO_jHnq.es.js +2 -0
- package/dist/images/altText_add.svg +3 -0
- package/dist/images/altText_disclaimer.svg +3 -0
- package/dist/images/altText_done.svg +3 -0
- package/dist/images/altText_spinner.svg +30 -0
- package/dist/images/altText_warning.svg +3 -0
- package/dist/images/annotation-check.svg +11 -0
- package/dist/images/annotation-comment.svg +16 -0
- package/dist/images/annotation-help.svg +26 -0
- package/dist/images/annotation-insert.svg +10 -0
- package/dist/images/annotation-key.svg +11 -0
- package/dist/images/annotation-newparagraph.svg +11 -0
- package/dist/images/annotation-noicon.svg +7 -0
- package/dist/images/annotation-note.svg +42 -0
- package/dist/images/annotation-paperclip.svg +6 -0
- package/dist/images/annotation-paragraph.svg +16 -0
- package/dist/images/annotation-pushpin.svg +7 -0
- package/dist/images/cursor-editorFreeHighlight.svg +6 -0
- package/dist/images/cursor-editorFreeText.svg +3 -0
- package/dist/images/cursor-editorInk.svg +4 -0
- package/dist/images/cursor-editorTextHighlight.svg +8 -0
- package/dist/images/editor-toolbar-delete.svg +5 -0
- package/dist/images/loading-icon.gif +0 -0
- package/dist/images/messageBar_closingButton.svg +3 -0
- package/dist/images/messageBar_warning.svg +3 -0
- package/dist/images/toolbarButton-editorHighlight.svg +6 -0
- package/dist/images/toolbarButton-menuArrow.svg +3 -0
- package/dist/packages/superdoc/src/core/SuperDoc.d.ts +3 -3
- package/dist/packages/superdoc/src/core/SuperDoc.d.ts.map +1 -1
- package/dist/packages/superdoc/src/core/collaboration/collaboration-comments.d.ts +3 -3
- package/dist/packages/superdoc/src/core/collaboration/collaboration-comments.d.ts.map +1 -1
- package/dist/packages/superdoc/src/core/collaboration/helpers.d.ts.map +1 -1
- package/dist/packages/superdoc/src/core/types/index.d.ts +167 -4
- package/dist/packages/superdoc/src/core/types/index.d.ts.map +1 -1
- package/dist/style.css +92 -94
- package/dist/super-editor/ai-writer.es.js +3 -3
- package/dist/super-editor/chunks/{converter-BavE2jnW.js → converter-DN_dhslo.js} +1 -1
- package/dist/super-editor/chunks/{docx-zipper-CY4M19qa.js → docx-zipper-Bhl_yBjL.js} +1 -1
- package/dist/super-editor/chunks/{editor-Cslr04KI.js → editor-3klx7hyV.js} +25818 -27908
- package/dist/super-editor/chunks/{index-DdTDm9oI.js → index-BDVXUeCy.js} +1 -1
- package/dist/super-editor/chunks/{toolbar-Zdgn--Js.js → toolbar-8YA9ltNC.js} +598 -834
- 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/style.css +21 -22
- package/dist/super-editor/super-editor.es.js +19 -44
- package/dist/super-editor/toolbar.es.js +2 -2
- package/dist/super-editor.cjs +1 -1
- package/dist/super-editor.es.js +2 -2
- package/dist/superdoc.cjs +2 -2
- package/dist/superdoc.es.js +2 -2
- package/dist/superdoc.umd.js +26134 -29066
- package/dist/superdoc.umd.js.map +1 -1
- package/package.json +1 -1
- package/dist/chunks/xml-js-LkEmUa9-.es.js +0 -2
- package/dist/packages/superdoc/src/composables/useUiFontFamily.d.ts +0 -42
- package/dist/packages/superdoc/src/composables/useUiFontFamily.d.ts.map +0 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { E } from "./chunks/editor-
|
|
2
|
-
import "./chunks/converter-
|
|
3
|
-
import "./chunks/docx-zipper-
|
|
1
|
+
import { E } from "./chunks/editor-3klx7hyV.js";
|
|
2
|
+
import "./chunks/converter-DN_dhslo.js";
|
|
3
|
+
import "./chunks/docx-zipper-Bhl_yBjL.js";
|
|
4
4
|
export {
|
|
5
5
|
E as Editor
|
|
6
6
|
};
|
|
@@ -282,37 +282,36 @@
|
|
|
282
282
|
border-radius: 8px !important;
|
|
283
283
|
}
|
|
284
284
|
|
|
285
|
-
.button-group[data-v-
|
|
285
|
+
.button-group[data-v-c80a1e51] {
|
|
286
286
|
display: flex;
|
|
287
287
|
}
|
|
288
288
|
|
|
289
|
-
.superdoc-toolbar[data-v-
|
|
289
|
+
.superdoc-toolbar[data-v-3f5ec271] {
|
|
290
290
|
display: flex;
|
|
291
291
|
width: 100%;
|
|
292
292
|
justify-content: space-between;
|
|
293
293
|
padding: 4px 16px;
|
|
294
294
|
box-sizing: border-box;
|
|
295
|
-
font-family: var(--sd-ui-font-family, Arial, Helvetica, sans-serif);
|
|
296
295
|
}
|
|
297
296
|
@media (max-width: 1280px) {
|
|
298
|
-
.superdoc-toolbar-group-side[data-v-
|
|
297
|
+
.superdoc-toolbar-group-side[data-v-3f5ec271] {
|
|
299
298
|
min-width: auto !important;
|
|
300
299
|
}
|
|
301
300
|
}
|
|
302
301
|
@media (max-width: 768px) {
|
|
303
|
-
.superdoc-toolbar[data-v-
|
|
302
|
+
.superdoc-toolbar[data-v-3f5ec271] {
|
|
304
303
|
padding: 4px 10px;
|
|
305
304
|
justify-content: inherit;
|
|
306
305
|
}
|
|
307
306
|
}
|
|
308
307
|
|
|
309
308
|
/* Add isolation styles */
|
|
310
|
-
.prosemirror-isolated[data-v-
|
|
309
|
+
.prosemirror-isolated[data-v-d869be75] {
|
|
311
310
|
/* Make sure the component is above ProseMirror in z-index */
|
|
312
311
|
z-index: 100;
|
|
313
312
|
position: relative;
|
|
314
313
|
}
|
|
315
|
-
.ai-writer[data-v-
|
|
314
|
+
.ai-writer[data-v-d869be75] {
|
|
316
315
|
background-color: white;
|
|
317
316
|
display: flex;
|
|
318
317
|
flex-direction: column;
|
|
@@ -330,12 +329,12 @@
|
|
|
330
329
|
}
|
|
331
330
|
|
|
332
331
|
/* Chrome, Safari, and Opera */
|
|
333
|
-
.ai-writer[data-v-
|
|
332
|
+
.ai-writer[data-v-d869be75]::-webkit-scrollbar {
|
|
334
333
|
display: none;
|
|
335
334
|
}
|
|
336
335
|
|
|
337
336
|
/* Replace .ai-editable with .ai-textarea */
|
|
338
|
-
.ai-textarea[data-v-
|
|
337
|
+
.ai-textarea[data-v-d869be75] {
|
|
339
338
|
padding-left: 8px;
|
|
340
339
|
width: 100%;
|
|
341
340
|
color: #47484a;
|
|
@@ -346,15 +345,15 @@
|
|
|
346
345
|
resize: none;
|
|
347
346
|
overflow: hidden;
|
|
348
347
|
height: 100%;
|
|
349
|
-
font-family:
|
|
348
|
+
font-family: Inter, sans-serif;
|
|
350
349
|
}
|
|
351
350
|
|
|
352
351
|
/* Add specific styles for textarea placeholder */
|
|
353
|
-
.ai-textarea[data-v-
|
|
352
|
+
.ai-textarea[data-v-d869be75]::placeholder {
|
|
354
353
|
color: #666;
|
|
355
354
|
font-weight: 400;
|
|
356
355
|
}
|
|
357
|
-
.ai-user-input-field[data-v-
|
|
356
|
+
.ai-user-input-field[data-v-d869be75] {
|
|
358
357
|
line-height: 13px;
|
|
359
358
|
display: flex;
|
|
360
359
|
flex-direction: row;
|
|
@@ -364,27 +363,27 @@
|
|
|
364
363
|
border-radius: 8px;
|
|
365
364
|
margin-bottom: 10px;
|
|
366
365
|
}
|
|
367
|
-
.ai-textarea-icon[data-v-
|
|
366
|
+
.ai-textarea-icon[data-v-d869be75] {
|
|
368
367
|
display: block;
|
|
369
368
|
font-weight: 800;
|
|
370
369
|
font-size: 14px;
|
|
371
370
|
width: 16px;
|
|
372
371
|
height: 16px;
|
|
373
372
|
}
|
|
374
|
-
.ai-textarea-icon svg[data-v-
|
|
373
|
+
.ai-textarea-icon svg[data-v-d869be75] {
|
|
375
374
|
height: 16px;
|
|
376
375
|
width: 16px;
|
|
377
376
|
}
|
|
378
|
-
.ai-textarea-icon.loading[data-v-
|
|
379
|
-
animation: spin-
|
|
377
|
+
.ai-textarea-icon.loading[data-v-d869be75] {
|
|
378
|
+
animation: spin-d869be75 2s linear infinite;
|
|
380
379
|
}
|
|
381
|
-
.loading i[data-v-
|
|
380
|
+
.loading i[data-v-d869be75] {
|
|
382
381
|
display: flex;
|
|
383
382
|
}
|
|
384
|
-
.error[data-v-
|
|
383
|
+
.error[data-v-d869be75] {
|
|
385
384
|
fill: #ed4337;
|
|
386
385
|
}
|
|
387
|
-
.ai-submit-button[data-v-
|
|
386
|
+
.ai-submit-button[data-v-d869be75] {
|
|
388
387
|
border: none;
|
|
389
388
|
padding: 0;
|
|
390
389
|
margin: 0;
|
|
@@ -392,10 +391,10 @@
|
|
|
392
391
|
display: flex;
|
|
393
392
|
align-items: center;
|
|
394
393
|
}
|
|
395
|
-
.ai-submit-button[data-v-
|
|
394
|
+
.ai-submit-button[data-v-d869be75]:hover {
|
|
396
395
|
opacity: 0.8;
|
|
397
396
|
}
|
|
398
|
-
@keyframes spin-
|
|
397
|
+
@keyframes spin-d869be75 {
|
|
399
398
|
from {
|
|
400
399
|
transform: rotate(0deg);
|
|
401
400
|
}
|
|
@@ -403,7 +402,7 @@ to {
|
|
|
403
402
|
transform: rotate(360deg);
|
|
404
403
|
}
|
|
405
404
|
}
|
|
406
|
-
.ai-loader[data-v-
|
|
405
|
+
.ai-loader[data-v-d869be75] {
|
|
407
406
|
display: flex;
|
|
408
407
|
height: 14px;
|
|
409
408
|
justify-content: flex-end;
|
|
@@ -9,14 +9,14 @@ var __privateGet = (obj, member, getter) => (__accessCheck(obj, member, "read fr
|
|
|
9
9
|
var __privateAdd = (obj, member, value) => member.has(obj) ? __typeError("Cannot add the same private member more than once") : member instanceof WeakSet ? member.add(obj) : member.set(obj, value);
|
|
10
10
|
var __privateMethod = (obj, member, method) => (__accessCheck(obj, member, "access private method"), method);
|
|
11
11
|
var _MARK_TOGGLE_NAMES, _SuperToolbar_instances, initToolbarGroups_fn, _interceptedCommands, makeToolbarItems_fn, initDefaultFonts_fn, updateHighlightColors_fn, deactivateAll_fn, updateToolbarHistory_fn, enrichTrackedChanges_fn, runCommandWithArgumentOnly_fn, syncStickyMarksFromState_fn, restoreStickyMarksIfNeeded_fn, ensureStoredMarksForMarkToggle_fn;
|
|
12
|
-
import { aK as getDefaultExportFromCjs, a0 as v4, T as TextSelection$1, v as getMarkRange, aN as vClickOutside, aO as getActiveFormatting, aD as isInTable, O as findParentNode, at as calculateResolvedParagraphProperties, a7 as twipsToLines, Q as isList, an as parseSizeUnit, a8 as pixelsToTwips, aP as getFileObject, P as PluginKey, a as Plugin } from "./chunks/converter-
|
|
13
|
-
import { ac, i, a9, aQ } from "./chunks/converter-
|
|
14
|
-
import { _ as _export_sfc, u as useHighContrastMode, a as getQuickFormatList, b as generateLinkedStyleString, c as getFileOpener, d as checkAndProcessImage, r as replaceSelectionWithImagePlaceholder, e as uploadAndInsertImage, f as collectTrackedChanges, i as isTrackedChangeActionAllowed, y as yUndoPluginKey, h as undoDepth, j as redoDepth, k as getEditorSurfaceElement, l as collectTrackedChangesForContext, s as shouldBypassContextMenu, S as SlashMenuPluginKey, m as generateRulerDefinition, n as clampHandlePosition, o as calculateMarginFromHandle, p as measureCache, q as isHeadless, E as Editor, t as getStarterExtensions, P as PresentationEditor, v as Placeholder, w as getRichTextExtensions, D as DecorationSet, x as Decoration, M as Mark, z as Extension, A as Attribute, N as Node } from "./chunks/editor-
|
|
15
|
-
import { F, I, G, T, B, H, C } from "./chunks/editor-
|
|
12
|
+
import { aK as getDefaultExportFromCjs, a0 as v4, T as TextSelection$1, v as getMarkRange, aN as vClickOutside, aO as getActiveFormatting, aD as isInTable, O as findParentNode, at as calculateResolvedParagraphProperties, a7 as twipsToLines, Q as isList, an as parseSizeUnit, a8 as pixelsToTwips, aP as getFileObject, P as PluginKey, a as Plugin } from "./chunks/converter-DN_dhslo.js";
|
|
13
|
+
import { ac, i, a9, aQ } from "./chunks/converter-DN_dhslo.js";
|
|
14
|
+
import { _ as _export_sfc, u as useHighContrastMode, a as getQuickFormatList, b as generateLinkedStyleString, c as getFileOpener, d as checkAndProcessImage, r as replaceSelectionWithImagePlaceholder, e as uploadAndInsertImage, f as collectTrackedChanges, i as isTrackedChangeActionAllowed, y as yUndoPluginKey, h as undoDepth, j as redoDepth, k as getEditorSurfaceElement, l as collectTrackedChangesForContext, s as shouldBypassContextMenu, S as SlashMenuPluginKey, m as generateRulerDefinition, n as clampHandlePosition, o as calculateMarginFromHandle, p as measureCache, q as isHeadless, E as Editor, t as getStarterExtensions, P as PresentationEditor, v as Placeholder, w as getRichTextExtensions, D as DecorationSet, x as Decoration, M as Mark, z as Extension, A as Attribute, N as Node } from "./chunks/editor-3klx7hyV.js";
|
|
15
|
+
import { F, I, G, T, B, H, C } from "./chunks/editor-3klx7hyV.js";
|
|
16
16
|
import { ref, onMounted, createElementBlock, openBlock, normalizeClass, unref, Fragment, renderList, createElementVNode, withModifiers, toDisplayString, createCommentVNode, normalizeStyle, computed, watch, withDirectives, withKeys, vModelText, createTextVNode, createVNode, h, createApp, markRaw, nextTick, onBeforeUnmount, defineComponent, reactive, onUnmounted, renderSlot, useCssVars, shallowRef, createBlock, Teleport, withCtx, resolveDynamicComponent, normalizeProps, guardReactiveProps } from "vue";
|
|
17
|
-
import { t as toolbarIcons, s as sanitizeNumber, T as Toolbar, p as plusIconSvg, a as trashIconSvg, b as borderNoneIconSvg, c as arrowsToDotIconSvg, d as arrowsLeftRightIconSvg, w as wrenchIconSvg, m as magicWandIcon, e as checkIconSvg$1, x as xMarkIconSvg, l as linkIconSvg, f as tableIconSvg, g as scissorsIconSvg, h as copyIconSvg, i as pasteIconSvg, u as useMessage, N as NSkeleton } from "./chunks/toolbar-
|
|
17
|
+
import { t as toolbarIcons, s as sanitizeNumber, T as Toolbar, p as plusIconSvg, a as trashIconSvg, b as borderNoneIconSvg, c as arrowsToDotIconSvg, d as arrowsLeftRightIconSvg, w as wrenchIconSvg, m as magicWandIcon, e as checkIconSvg$1, x as xMarkIconSvg, l as linkIconSvg, f as tableIconSvg, g as scissorsIconSvg, h as copyIconSvg, i as pasteIconSvg, u as useMessage, N as NSkeleton } from "./chunks/toolbar-8YA9ltNC.js";
|
|
18
18
|
import AIWriter from "./ai-writer.es.js";
|
|
19
|
-
import { D } from "./chunks/docx-zipper-
|
|
19
|
+
import { D } from "./chunks/docx-zipper-Bhl_yBjL.js";
|
|
20
20
|
import { createZip } from "./file-zipper.es.js";
|
|
21
21
|
var eventemitter3 = { exports: {} };
|
|
22
22
|
var hasRequiredEventemitter3;
|
|
@@ -2860,10 +2860,6 @@ const _SuperToolbar = class _SuperToolbar extends EventEmitter {
|
|
|
2860
2860
|
this.config.selector = this.config.element;
|
|
2861
2861
|
}
|
|
2862
2862
|
this.toolbarContainer = this.findElementBySelector(this.config.selector);
|
|
2863
|
-
if (this.toolbarContainer) {
|
|
2864
|
-
const uiFontFamily = (this.config?.uiDisplayFallbackFont || "").toString().trim() || "Arial, Helvetica, sans-serif";
|
|
2865
|
-
this.toolbarContainer.style.setProperty("--sd-ui-font-family", uiFontFamily);
|
|
2866
|
-
}
|
|
2867
2863
|
__privateMethod(this, _SuperToolbar_instances, initToolbarGroups_fn).call(this);
|
|
2868
2864
|
__privateMethod(this, _SuperToolbar_instances, makeToolbarItems_fn).call(this, {
|
|
2869
2865
|
superToolbar: this,
|
|
@@ -4071,9 +4067,9 @@ function getItems(context, customItems = [], includeDefaultItems = true) {
|
|
|
4071
4067
|
action: (editor2) => {
|
|
4072
4068
|
editor2.commands.createDocumentSection();
|
|
4073
4069
|
},
|
|
4074
|
-
|
|
4075
|
-
|
|
4076
|
-
return
|
|
4070
|
+
showWhen: (context2) => {
|
|
4071
|
+
const { trigger } = context2;
|
|
4072
|
+
return trigger === TRIGGERS.click;
|
|
4077
4073
|
}
|
|
4078
4074
|
},
|
|
4079
4075
|
{
|
|
@@ -4411,31 +4407,19 @@ const _sfc_main$8 = {
|
|
|
4411
4407
|
return;
|
|
4412
4408
|
}
|
|
4413
4409
|
event.preventDefault();
|
|
4414
|
-
|
|
4415
|
-
const hasRangeSelection = editorState?.selection?.from !== editorState?.selection?.to;
|
|
4416
|
-
let isClickInsideSelection = false;
|
|
4417
|
-
if (hasRangeSelection && Number.isFinite(event.clientX) && Number.isFinite(event.clientY)) {
|
|
4418
|
-
const hit = props.editor?.posAtCoords?.({ left: event.clientX, top: event.clientY });
|
|
4419
|
-
if (typeof hit?.pos === "number") {
|
|
4420
|
-
const { from, to } = editorState.selection;
|
|
4421
|
-
isClickInsideSelection = hit.pos >= from && hit.pos <= to;
|
|
4422
|
-
}
|
|
4423
|
-
}
|
|
4424
|
-
if (!isClickInsideSelection) {
|
|
4425
|
-
moveCursorToMouseEvent(event, props.editor);
|
|
4426
|
-
}
|
|
4410
|
+
moveCursorToMouseEvent(event, props.editor);
|
|
4427
4411
|
try {
|
|
4428
4412
|
const context = await getEditorContext(props.editor, event);
|
|
4429
4413
|
currentContext.value = context;
|
|
4430
4414
|
sections.value = getItems({ ...context, trigger: "click" });
|
|
4431
4415
|
selectedId.value = flattenedItems.value[0]?.id || null;
|
|
4432
4416
|
searchQuery.value = "";
|
|
4433
|
-
const
|
|
4434
|
-
if (!
|
|
4417
|
+
const state = props.editor.state;
|
|
4418
|
+
if (!state) return;
|
|
4435
4419
|
props.editor.dispatch(
|
|
4436
|
-
|
|
4420
|
+
state.tr.setMeta(SlashMenuPluginKey, {
|
|
4437
4421
|
type: "open",
|
|
4438
|
-
pos: context?.pos ??
|
|
4422
|
+
pos: context?.pos ?? state.selection.from,
|
|
4439
4423
|
clientX: event.clientX,
|
|
4440
4424
|
clientY: event.clientY
|
|
4441
4425
|
})
|
|
@@ -4448,21 +4432,12 @@ const _sfc_main$8 = {
|
|
|
4448
4432
|
if (props.editor) {
|
|
4449
4433
|
item.action ? await item.action(props.editor, currentContext.value) : null;
|
|
4450
4434
|
if (item.component) {
|
|
4451
|
-
|
|
4435
|
+
menuRef.value;
|
|
4452
4436
|
const componentProps = getPropsByItemId(item.id, props);
|
|
4453
|
-
|
|
4454
|
-
|
|
4455
|
-
|
|
4456
|
-
|
|
4457
|
-
if (container) {
|
|
4458
|
-
const containerRect = container.getBoundingClientRect();
|
|
4459
|
-
popoverPosition = {
|
|
4460
|
-
left: `${menuRect.left - containerRect.left}px`,
|
|
4461
|
-
top: `${menuRect.top - containerRect.top}px`
|
|
4462
|
-
};
|
|
4463
|
-
}
|
|
4464
|
-
}
|
|
4465
|
-
props.openPopover(markRaw(item.component), componentProps, popoverPosition);
|
|
4437
|
+
props.openPopover(markRaw(item.component), componentProps, {
|
|
4438
|
+
left: menuPosition.value.left,
|
|
4439
|
+
top: menuPosition.value.top
|
|
4440
|
+
});
|
|
4466
4441
|
closeMenu({ restoreCursor: false });
|
|
4467
4442
|
} else {
|
|
4468
4443
|
const shouldRestoreCursor = item.id !== "paste";
|
package/dist/super-editor.cjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
-
const superEditor_es = require("./chunks/super-editor.es-
|
|
3
|
+
const superEditor_es = require("./chunks/super-editor.es-CcKbh84I.cjs");
|
|
4
4
|
require("./chunks/vue-jWLMl8Ts.cjs");
|
|
5
5
|
exports.AIWriter = superEditor_es.AIWriter;
|
|
6
6
|
exports.AnnotatorHelpers = superEditor_es.AnnotatorHelpers;
|
package/dist/super-editor.es.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { A, a, _, C, D, E, b, P, S, c, d, e, f, g, T, h, i, j, k, l, m, n, o, p, r, q } from "./chunks/super-editor.es-
|
|
2
|
-
import "./chunks/vue-
|
|
1
|
+
import { A, a, _, C, D, E, b, P, S, c, d, e, f, g, T, h, i, j, k, l, m, n, o, p, r, q } from "./chunks/super-editor.es-CxajnL9u.es.js";
|
|
2
|
+
import "./chunks/vue-Dysv_7z5.es.js";
|
|
3
3
|
export {
|
|
4
4
|
A as AIWriter,
|
|
5
5
|
a as AnnotatorHelpers,
|
package/dist/superdoc.cjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
-
const superEditor_es = require("./chunks/super-editor.es-
|
|
4
|
-
const superdoc = require("./chunks/index-
|
|
3
|
+
const superEditor_es = require("./chunks/super-editor.es-CcKbh84I.cjs");
|
|
4
|
+
const superdoc = require("./chunks/index-rF5HExWB.cjs");
|
|
5
5
|
const blankDocx = require("./chunks/blank-docx-DfW3Eeh2.cjs");
|
|
6
6
|
exports.AnnotatorHelpers = superEditor_es.AnnotatorHelpers;
|
|
7
7
|
exports.Editor = superEditor_es.Editor;
|
package/dist/superdoc.es.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { a, E, b, S, d, i, j, n, r, p, q } from "./chunks/super-editor.es-
|
|
2
|
-
import { D, H, P, S as S2, m, l } from "./chunks/index-
|
|
1
|
+
import { a, E, b, S, d, i, j, n, r, p, q } from "./chunks/super-editor.es-CxajnL9u.es.js";
|
|
2
|
+
import { D, H, P, S as S2, m, l } from "./chunks/index-DpQ8ZYM0.es.js";
|
|
3
3
|
import { B } from "./chunks/blank-docx-ABm6XYAA.es.js";
|
|
4
4
|
export {
|
|
5
5
|
a as AnnotatorHelpers,
|