@harbour-enterprises/superdoc 0.14.0-next.2 → 0.14.0-next.21
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/{eventemitter3-BrspJk8q.es.js → eventemitter3-BIPEy-pY.es.js} +1 -1
- package/dist/chunks/{eventemitter3-DfVviFzP.cjs → eventemitter3-DGnD-HK9.cjs} +1 -1
- package/dist/chunks/{index-Diu6UKHt.es.js → index-BvK-G6B1.es.js} +4 -4
- package/dist/chunks/{index-B4J7wgs6.cjs → index-CCRVYhTn.cjs} +2 -2
- package/dist/chunks/{index-Cdsq63Xq.cjs → index-CgJ5KVh6.cjs} +4 -4
- package/dist/chunks/{index-Hr3Um-Bg.es.js → index-oHslWah4.es.js} +2 -2
- package/dist/chunks/{jszip-DckFs3A7.es.js → jszip-CYDYUNnI.es.js} +1 -1
- package/dist/chunks/{jszip-BTAcmbVg.cjs → jszip-D5XoMX4C.cjs} +1 -1
- package/dist/chunks/{super-editor.es-C6TRTeBI.es.js → super-editor.es-Cu7C5Ezf.es.js} +3414 -2237
- package/dist/chunks/{super-editor.es-DFls-Ipj.cjs → super-editor.es-DM3LYkiV.cjs} +3402 -2225
- package/dist/chunks/{url-BIzg4y2i.cjs → url-BG1Z_Z2_.cjs} +2 -2
- package/dist/chunks/{url-CHayXMZH.es.js → url-Dvx6wrNT.es.js} +2 -2
- package/dist/chunks/{vue-Bi1uWinj.es.js → vue-lU0o_RlU.es.js} +35 -15
- package/dist/chunks/{vue-HIY1g7dm.cjs → vue-tQYF719J.cjs} +24 -4
- package/dist/chunks/{xml-js-BjqmFOSP.cjs → xml-js-BHJlXtfU.cjs} +13 -6
- package/dist/chunks/{xml-js-CfClL-1b.es.js → xml-js-DNISVjNF.es.js} +13 -6
- package/dist/composables/use-ai.d.ts +1 -3
- package/dist/composables/use-ai.d.ts.map +1 -1
- package/dist/core/SuperDoc.d.ts +5 -0
- package/dist/core/SuperDoc.d.ts.map +1 -1
- package/dist/helpers/floor.d.ts +2 -0
- package/dist/helpers/floor.d.ts.map +1 -0
- package/dist/stores/hrbr-fields-store.d.ts.map +1 -1
- package/dist/style.css +407 -291
- package/dist/super-editor/ai-writer.es.js +18 -33
- package/dist/super-editor/chunks/{converter-2R-ZXcMD.js → converter-BnCzxu5M.js} +1685 -1609
- package/dist/super-editor/chunks/{docx-zipper-D1Hg-x9a.js → docx-zipper-BPw_B6hI.js} +1 -1
- package/dist/super-editor/chunks/{editor-DYjOoB1N.js → editor-DD4MGOZb.js} +1788 -1251
- package/dist/super-editor/chunks/{toolbar-WyGfV3qj.js → toolbar-BCtZctWE.js} +33 -38
- package/dist/super-editor/components/cursor-helpers.d.ts +23 -0
- package/dist/super-editor/components/cursor-helpers.d.ts.map +1 -1
- package/dist/super-editor/components/slash-menu/constants.d.ts +64 -0
- package/dist/super-editor/components/slash-menu/constants.d.ts.map +1 -0
- package/dist/super-editor/components/slash-menu/menuItems.d.ts +35 -0
- package/dist/super-editor/components/slash-menu/menuItems.d.ts.map +1 -0
- package/dist/super-editor/components/slash-menu/utils.d.ts +10 -0
- package/dist/super-editor/components/slash-menu/utils.d.ts.map +1 -0
- package/dist/super-editor/components/toolbar/defaultItems.d.ts.map +1 -1
- package/dist/super-editor/components/toolbar/super-toolbar.d.ts.map +1 -1
- package/dist/super-editor/components/toolbar/toolbarIcons.d.ts +3 -12
- package/dist/super-editor/components/toolbar/toolbarTexts.d.ts +0 -11
- package/dist/super-editor/converter.es.js +1 -1
- package/dist/super-editor/core/Editor.d.ts +12 -4
- package/dist/super-editor/core/Editor.d.ts.map +1 -1
- package/dist/super-editor/core/InputRule.d.ts.map +1 -1
- package/dist/super-editor/core/commands/decreaseListIndent.d.ts.map +1 -1
- package/dist/super-editor/core/commands/deleteListItem.d.ts.map +1 -1
- package/dist/super-editor/core/commands/deleteSelection.d.ts +2 -0
- package/dist/super-editor/core/commands/deleteSelection.d.ts.map +1 -1
- package/dist/super-editor/core/commands/increaseListIndent.d.ts.map +1 -1
- package/dist/super-editor/core/commands/joinBackward.d.ts.map +1 -1
- package/dist/super-editor/core/commands/joinForward.d.ts.map +1 -1
- package/dist/super-editor/core/commands/splitListItem.d.ts.map +1 -1
- package/dist/super-editor/core/commands/toggleList.d.ts +5 -1
- package/dist/super-editor/core/commands/toggleList.d.ts.map +1 -1
- package/dist/super-editor/core/extensions/keymap.d.ts.map +1 -1
- package/dist/super-editor/core/helpers/list-numbering-helpers.d.ts +6 -5
- package/dist/super-editor/core/helpers/list-numbering-helpers.d.ts.map +1 -1
- package/dist/super-editor/core/super-converter/SuperConverter.d.ts.map +1 -1
- package/dist/super-editor/core/super-converter/exporter.d.ts.map +1 -1
- package/dist/super-editor/core/super-converter/v2/importer/annotationImporter.d.ts +1 -1
- package/dist/super-editor/core/super-converter/v2/importer/annotationImporter.d.ts.map +1 -1
- package/dist/super-editor/core/super-converter/v2/importer/hyperlinkImporter.d.ts.map +1 -1
- package/dist/super-editor/core/super-converter/v2/importer/listImporter.d.ts.map +1 -1
- package/dist/super-editor/core/super-converter/v2/importer/paragraphNodeImporter.d.ts.map +1 -1
- package/dist/super-editor/core/utilities/clipboardUtils.d.ts +27 -0
- package/dist/super-editor/core/utilities/clipboardUtils.d.ts.map +1 -0
- package/dist/super-editor/core/utilities/index.d.ts +1 -0
- package/dist/super-editor/docx-zipper.es.js +2 -2
- package/dist/super-editor/editor.es.js +3 -3
- package/dist/super-editor/extensions/ai/ai-plugin.d.ts.map +1 -1
- package/dist/super-editor/extensions/bullet-list/bullet-list.d.ts.map +1 -1
- package/dist/super-editor/extensions/field-annotation/fieldAnnotationHelpers/findRemovedFieldAnnotations.d.ts.map +1 -1
- package/dist/super-editor/extensions/index.d.ts.map +1 -1
- package/dist/super-editor/extensions/list-item/list-item.d.ts.map +1 -1
- package/dist/super-editor/extensions/noderesizer/noderesizer.d.ts +0 -3
- package/dist/super-editor/extensions/noderesizer/noderesizer.d.ts.map +1 -1
- package/dist/super-editor/extensions/ordered-list/helpers/orderedListSyncPlugin.d.ts.map +1 -1
- package/dist/super-editor/extensions/pagination/pagination-helpers.d.ts.map +1 -1
- package/dist/super-editor/extensions/pagination/pagination.d.ts.map +1 -1
- package/dist/super-editor/extensions/paragraph/paragraph.d.ts.map +1 -1
- package/dist/super-editor/extensions/slash-menu/index.d.ts +2 -0
- package/dist/super-editor/extensions/slash-menu/index.d.ts.map +1 -0
- package/dist/super-editor/extensions/slash-menu/slash-menu.d.ts +4 -0
- package/dist/super-editor/extensions/slash-menu/slash-menu.d.ts.map +1 -0
- package/dist/super-editor/extensions/table/table.d.ts.map +1 -1
- package/dist/super-editor/file-zipper.es.js +1 -1
- package/dist/super-editor/index.d.ts +1 -1
- package/dist/super-editor/index.d.ts.map +1 -1
- package/dist/super-editor/style.css +368 -261
- package/dist/super-editor/super-editor.es.js +1202 -608
- package/dist/super-editor/toolbar.es.js +2 -2
- package/dist/super-editor.cjs +3 -2
- package/dist/super-editor.es.js +15 -14
- package/dist/superdoc.cjs +89 -76
- package/dist/superdoc.es.js +141 -128
- package/dist/superdoc.umd.js +3716 -2509
- package/dist/superdoc.umd.js.map +1 -1
- package/package.json +2 -2
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
const jszip = require("./jszip-
|
|
3
|
-
const xmlJs = require("./xml-js-
|
|
2
|
+
const jszip = require("./jszip-D5XoMX4C.cjs");
|
|
3
|
+
const xmlJs = require("./xml-js-BHJlXtfU.cjs");
|
|
4
4
|
const __viteBrowserExternal = require("./__vite-browser-external-DWbQq7bv.cjs");
|
|
5
5
|
var punycode$1 = { exports: {} };
|
|
6
6
|
/*! https://mths.be/punycode v1.4.1 by @mathias */
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { c as commonjsGlobal, g as getDefaultExportFromCjs, a as getAugmentedNamespace } from "./jszip-
|
|
2
|
-
import { t as type, g as getIntrinsic, c as callBound$2 } from "./xml-js-
|
|
1
|
+
import { c as commonjsGlobal, g as getDefaultExportFromCjs, a as getAugmentedNamespace } from "./jszip-CYDYUNnI.es.js";
|
|
2
|
+
import { t as type, g as getIntrinsic, c as callBound$2 } from "./xml-js-DNISVjNF.es.js";
|
|
3
3
|
import { _ as __viteBrowserExternal } from "./__vite-browser-external-CURh0WXD.es.js";
|
|
4
4
|
var punycode$1 = { exports: {} };
|
|
5
5
|
/*! https://mths.be/punycode v1.4.1 by @mathias */
|
|
@@ -162,7 +162,7 @@ process.umask = function() {
|
|
|
162
162
|
var browserExports = browser.exports;
|
|
163
163
|
const process$1 = /* @__PURE__ */ getDefaultExportFromCjs(browserExports);
|
|
164
164
|
/**
|
|
165
|
-
* @vue/shared v3.5.
|
|
165
|
+
* @vue/shared v3.5.17
|
|
166
166
|
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
167
167
|
* @license MIT
|
|
168
168
|
**/
|
|
@@ -316,6 +316,17 @@ function normalizeClass(value) {
|
|
|
316
316
|
}
|
|
317
317
|
return res.trim();
|
|
318
318
|
}
|
|
319
|
+
function normalizeProps(props) {
|
|
320
|
+
if (!props) return null;
|
|
321
|
+
let { class: klass, style } = props;
|
|
322
|
+
if (klass && !isString(klass)) {
|
|
323
|
+
props.class = normalizeClass(klass);
|
|
324
|
+
}
|
|
325
|
+
if (style) {
|
|
326
|
+
props.style = normalizeStyle(style);
|
|
327
|
+
}
|
|
328
|
+
return props;
|
|
329
|
+
}
|
|
319
330
|
const HTML_TAGS = "html,body,base,head,link,meta,style,title,address,article,aside,footer,header,hgroup,h1,h2,h3,h4,h5,h6,nav,section,div,dd,dl,dt,figcaption,figure,picture,hr,img,li,main,ol,p,pre,ul,a,b,abbr,bdi,bdo,br,cite,code,data,dfn,em,i,kbd,mark,q,rp,rt,ruby,s,samp,small,span,strong,sub,sup,time,u,var,wbr,area,audio,map,track,video,embed,object,param,source,canvas,script,noscript,del,ins,caption,col,colgroup,table,thead,tbody,td,th,tr,button,datalist,fieldset,form,input,label,legend,meter,optgroup,option,output,progress,select,textarea,details,dialog,menu,summary,template,blockquote,iframe,tfoot";
|
|
320
331
|
const SVG_TAGS = "svg,animate,animateMotion,animateTransform,circle,clipPath,color-profile,defs,desc,discard,ellipse,feBlend,feColorMatrix,feComponentTransfer,feComposite,feConvolveMatrix,feDiffuseLighting,feDisplacementMap,feDistantLight,feDropShadow,feFlood,feFuncA,feFuncB,feFuncG,feFuncR,feGaussianBlur,feImage,feMerge,feMergeNode,feMorphology,feOffset,fePointLight,feSpecularLighting,feSpotLight,feTile,feTurbulence,filter,foreignObject,g,hatch,hatchpath,image,line,linearGradient,marker,mask,mesh,meshgradient,meshpatch,meshrow,metadata,mpath,path,pattern,polygon,polyline,radialGradient,rect,set,solidcolor,stop,switch,symbol,text,textPath,title,tspan,unknown,use,view";
|
|
321
332
|
const MATH_TAGS = "annotation,annotation-xml,maction,maligngroup,malignmark,math,menclose,merror,mfenced,mfrac,mfraction,mglyph,mi,mlabeledtr,mlongdiv,mmultiscripts,mn,mo,mover,mpadded,mphantom,mprescripts,mroot,mrow,ms,mscarries,mscarry,msgroup,msline,mspace,msqrt,msrow,mstack,mstyle,msub,msubsup,msup,mtable,mtd,mtext,mtr,munder,munderover,none,semantics";
|
|
@@ -787,6 +798,7 @@ class Link {
|
|
|
787
798
|
}
|
|
788
799
|
}
|
|
789
800
|
class Dep {
|
|
801
|
+
// TODO isolatedDeclarations "__v_skip"
|
|
790
802
|
constructor(computed2) {
|
|
791
803
|
this.computed = computed2;
|
|
792
804
|
this.version = 0;
|
|
@@ -795,6 +807,7 @@ class Dep {
|
|
|
795
807
|
this.map = void 0;
|
|
796
808
|
this.key = void 0;
|
|
797
809
|
this.sc = 0;
|
|
810
|
+
this.__v_skip = true;
|
|
798
811
|
if (!!(process$1.env.NODE_ENV !== "production")) {
|
|
799
812
|
this.subsHead = void 0;
|
|
800
813
|
}
|
|
@@ -3837,7 +3850,7 @@ function renderSlot(slots, name, props = {}, fallback, noSlotted) {
|
|
|
3837
3850
|
validSlotContent || [],
|
|
3838
3851
|
validSlotContent && slots._ === 1 ? 64 : -2
|
|
3839
3852
|
);
|
|
3840
|
-
if (rendered.scopeId) {
|
|
3853
|
+
if (!noSlotted && rendered.scopeId) {
|
|
3841
3854
|
rendered.slotScopeIds = [rendered.scopeId + "-s"];
|
|
3842
3855
|
}
|
|
3843
3856
|
if (slot && slot._c) {
|
|
@@ -5210,6 +5223,8 @@ const assignSlots = (slots, children, optimized) => {
|
|
|
5210
5223
|
const initSlots = (instance, children, optimized) => {
|
|
5211
5224
|
const slots = instance.slots = createInternalObject();
|
|
5212
5225
|
if (instance.vnode.shapeFlag & 32) {
|
|
5226
|
+
const cacheIndexes = children.__;
|
|
5227
|
+
if (cacheIndexes) def(slots, "__", cacheIndexes, true);
|
|
5213
5228
|
const type = children._;
|
|
5214
5229
|
if (type) {
|
|
5215
5230
|
assignSlots(slots, children, optimized);
|
|
@@ -5430,6 +5445,8 @@ function baseCreateRenderer(options, createHydrationFns) {
|
|
|
5430
5445
|
}
|
|
5431
5446
|
if (ref3 != null && parentComponent) {
|
|
5432
5447
|
setRef(ref3, n1 && n1.ref, parentSuspense, n2 || n1, !n2);
|
|
5448
|
+
} else if (ref3 == null && n1 && n1.ref != null) {
|
|
5449
|
+
setRef(n1.ref, null, parentSuspense, n1, true);
|
|
5433
5450
|
}
|
|
5434
5451
|
};
|
|
5435
5452
|
const processText = (n1, n2, container, anchor) => {
|
|
@@ -5968,7 +5985,8 @@ function baseCreateRenderer(options, createHydrationFns) {
|
|
|
5968
5985
|
}
|
|
5969
5986
|
toggleRecurse(instance, true);
|
|
5970
5987
|
{
|
|
5971
|
-
if (root.ce
|
|
5988
|
+
if (root.ce && // @ts-expect-error _def is private
|
|
5989
|
+
root.ce._def.shadowRoot !== false) {
|
|
5972
5990
|
root.ce._injectChildStyle(type);
|
|
5973
5991
|
}
|
|
5974
5992
|
if (!!(process$1.env.NODE_ENV !== "production")) {
|
|
@@ -8333,7 +8351,7 @@ function initCustomFormatter() {
|
|
|
8333
8351
|
window.devtoolsFormatters = [formatter];
|
|
8334
8352
|
}
|
|
8335
8353
|
}
|
|
8336
|
-
const version = "3.5.
|
|
8354
|
+
const version = "3.5.17";
|
|
8337
8355
|
const warn = !!(process$1.env.NODE_ENV !== "production") ? warn$1 : NOOP;
|
|
8338
8356
|
!!(process$1.env.NODE_ENV !== "production") || true ? devtools$1 : void 0;
|
|
8339
8357
|
!!(process$1.env.NODE_ENV !== "production") || true ? setDevtoolsHook$1 : NOOP;
|
|
@@ -9283,7 +9301,7 @@ if (!!(process$1.env.NODE_ENV !== "production")) {
|
|
|
9283
9301
|
initDev();
|
|
9284
9302
|
}
|
|
9285
9303
|
export {
|
|
9286
|
-
|
|
9304
|
+
markRaw as $,
|
|
9287
9305
|
createTextVNode as A,
|
|
9288
9306
|
normalizeStyle as B,
|
|
9289
9307
|
h as C,
|
|
@@ -9308,17 +9326,19 @@ export {
|
|
|
9308
9326
|
Teleport as V,
|
|
9309
9327
|
isVNode as W,
|
|
9310
9328
|
onUnmounted as X,
|
|
9311
|
-
|
|
9312
|
-
|
|
9313
|
-
|
|
9329
|
+
resolveDynamicComponent as Y,
|
|
9330
|
+
normalizeProps as Z,
|
|
9331
|
+
guardReactiveProps as _,
|
|
9314
9332
|
computed as a,
|
|
9315
|
-
|
|
9316
|
-
|
|
9317
|
-
|
|
9318
|
-
|
|
9319
|
-
|
|
9320
|
-
|
|
9321
|
-
|
|
9333
|
+
effectScope as a0,
|
|
9334
|
+
toRaw as a1,
|
|
9335
|
+
isRef as a2,
|
|
9336
|
+
isReactive as a3,
|
|
9337
|
+
hasInjectionContext as a4,
|
|
9338
|
+
getCurrentScope as a5,
|
|
9339
|
+
onScopeDispose as a6,
|
|
9340
|
+
toRefs as a7,
|
|
9341
|
+
resolveDirective as a8,
|
|
9322
9342
|
createElementBlock as b,
|
|
9323
9343
|
createApp as c,
|
|
9324
9344
|
renderList as d,
|
|
@@ -163,7 +163,7 @@ process.umask = function() {
|
|
|
163
163
|
var browserExports = browser.exports;
|
|
164
164
|
const process$1 = /* @__PURE__ */ getDefaultExportFromCjs(browserExports);
|
|
165
165
|
/**
|
|
166
|
-
* @vue/shared v3.5.
|
|
166
|
+
* @vue/shared v3.5.17
|
|
167
167
|
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
168
168
|
* @license MIT
|
|
169
169
|
**/
|
|
@@ -317,6 +317,17 @@ function normalizeClass(value) {
|
|
|
317
317
|
}
|
|
318
318
|
return res.trim();
|
|
319
319
|
}
|
|
320
|
+
function normalizeProps(props) {
|
|
321
|
+
if (!props) return null;
|
|
322
|
+
let { class: klass, style } = props;
|
|
323
|
+
if (klass && !isString(klass)) {
|
|
324
|
+
props.class = normalizeClass(klass);
|
|
325
|
+
}
|
|
326
|
+
if (style) {
|
|
327
|
+
props.style = normalizeStyle(style);
|
|
328
|
+
}
|
|
329
|
+
return props;
|
|
330
|
+
}
|
|
320
331
|
const HTML_TAGS = "html,body,base,head,link,meta,style,title,address,article,aside,footer,header,hgroup,h1,h2,h3,h4,h5,h6,nav,section,div,dd,dl,dt,figcaption,figure,picture,hr,img,li,main,ol,p,pre,ul,a,b,abbr,bdi,bdo,br,cite,code,data,dfn,em,i,kbd,mark,q,rp,rt,ruby,s,samp,small,span,strong,sub,sup,time,u,var,wbr,area,audio,map,track,video,embed,object,param,source,canvas,script,noscript,del,ins,caption,col,colgroup,table,thead,tbody,td,th,tr,button,datalist,fieldset,form,input,label,legend,meter,optgroup,option,output,progress,select,textarea,details,dialog,menu,summary,template,blockquote,iframe,tfoot";
|
|
321
332
|
const SVG_TAGS = "svg,animate,animateMotion,animateTransform,circle,clipPath,color-profile,defs,desc,discard,ellipse,feBlend,feColorMatrix,feComponentTransfer,feComposite,feConvolveMatrix,feDiffuseLighting,feDisplacementMap,feDistantLight,feDropShadow,feFlood,feFuncA,feFuncB,feFuncG,feFuncR,feGaussianBlur,feImage,feMerge,feMergeNode,feMorphology,feOffset,fePointLight,feSpecularLighting,feSpotLight,feTile,feTurbulence,filter,foreignObject,g,hatch,hatchpath,image,line,linearGradient,marker,mask,mesh,meshgradient,meshpatch,meshrow,metadata,mpath,path,pattern,polygon,polyline,radialGradient,rect,set,solidcolor,stop,switch,symbol,text,textPath,title,tspan,unknown,use,view";
|
|
322
333
|
const MATH_TAGS = "annotation,annotation-xml,maction,maligngroup,malignmark,math,menclose,merror,mfenced,mfrac,mfraction,mglyph,mi,mlabeledtr,mlongdiv,mmultiscripts,mn,mo,mover,mpadded,mphantom,mprescripts,mroot,mrow,ms,mscarries,mscarry,msgroup,msline,mspace,msqrt,msrow,mstack,mstyle,msub,msubsup,msup,mtable,mtd,mtext,mtr,munder,munderover,none,semantics";
|
|
@@ -788,6 +799,7 @@ class Link {
|
|
|
788
799
|
}
|
|
789
800
|
}
|
|
790
801
|
class Dep {
|
|
802
|
+
// TODO isolatedDeclarations "__v_skip"
|
|
791
803
|
constructor(computed2) {
|
|
792
804
|
this.computed = computed2;
|
|
793
805
|
this.version = 0;
|
|
@@ -796,6 +808,7 @@ class Dep {
|
|
|
796
808
|
this.map = void 0;
|
|
797
809
|
this.key = void 0;
|
|
798
810
|
this.sc = 0;
|
|
811
|
+
this.__v_skip = true;
|
|
799
812
|
if (!!(process$1.env.NODE_ENV !== "production")) {
|
|
800
813
|
this.subsHead = void 0;
|
|
801
814
|
}
|
|
@@ -3838,7 +3851,7 @@ function renderSlot(slots, name, props = {}, fallback, noSlotted) {
|
|
|
3838
3851
|
validSlotContent || [],
|
|
3839
3852
|
validSlotContent && slots._ === 1 ? 64 : -2
|
|
3840
3853
|
);
|
|
3841
|
-
if (rendered.scopeId) {
|
|
3854
|
+
if (!noSlotted && rendered.scopeId) {
|
|
3842
3855
|
rendered.slotScopeIds = [rendered.scopeId + "-s"];
|
|
3843
3856
|
}
|
|
3844
3857
|
if (slot && slot._c) {
|
|
@@ -5211,6 +5224,8 @@ const assignSlots = (slots, children, optimized) => {
|
|
|
5211
5224
|
const initSlots = (instance, children, optimized) => {
|
|
5212
5225
|
const slots = instance.slots = createInternalObject();
|
|
5213
5226
|
if (instance.vnode.shapeFlag & 32) {
|
|
5227
|
+
const cacheIndexes = children.__;
|
|
5228
|
+
if (cacheIndexes) def(slots, "__", cacheIndexes, true);
|
|
5214
5229
|
const type = children._;
|
|
5215
5230
|
if (type) {
|
|
5216
5231
|
assignSlots(slots, children, optimized);
|
|
@@ -5431,6 +5446,8 @@ function baseCreateRenderer(options, createHydrationFns) {
|
|
|
5431
5446
|
}
|
|
5432
5447
|
if (ref3 != null && parentComponent) {
|
|
5433
5448
|
setRef(ref3, n1 && n1.ref, parentSuspense, n2 || n1, !n2);
|
|
5449
|
+
} else if (ref3 == null && n1 && n1.ref != null) {
|
|
5450
|
+
setRef(n1.ref, null, parentSuspense, n1, true);
|
|
5434
5451
|
}
|
|
5435
5452
|
};
|
|
5436
5453
|
const processText = (n1, n2, container, anchor) => {
|
|
@@ -5969,7 +5986,8 @@ function baseCreateRenderer(options, createHydrationFns) {
|
|
|
5969
5986
|
}
|
|
5970
5987
|
toggleRecurse(instance, true);
|
|
5971
5988
|
{
|
|
5972
|
-
if (root.ce
|
|
5989
|
+
if (root.ce && // @ts-expect-error _def is private
|
|
5990
|
+
root.ce._def.shadowRoot !== false) {
|
|
5973
5991
|
root.ce._injectChildStyle(type);
|
|
5974
5992
|
}
|
|
5975
5993
|
if (!!(process$1.env.NODE_ENV !== "production")) {
|
|
@@ -8334,7 +8352,7 @@ function initCustomFormatter() {
|
|
|
8334
8352
|
window.devtoolsFormatters = [formatter];
|
|
8335
8353
|
}
|
|
8336
8354
|
}
|
|
8337
|
-
const version = "3.5.
|
|
8355
|
+
const version = "3.5.17";
|
|
8338
8356
|
const warn = !!(process$1.env.NODE_ENV !== "production") ? warn$1 : NOOP;
|
|
8339
8357
|
!!(process$1.env.NODE_ENV !== "production") || true ? devtools$1 : void 0;
|
|
8340
8358
|
!!(process$1.env.NODE_ENV !== "production") || true ? setDevtoolsHook$1 : NOOP;
|
|
@@ -9302,6 +9320,7 @@ exports.effectScope = effectScope;
|
|
|
9302
9320
|
exports.getCurrentInstance = getCurrentInstance;
|
|
9303
9321
|
exports.getCurrentScope = getCurrentScope;
|
|
9304
9322
|
exports.global = global;
|
|
9323
|
+
exports.guardReactiveProps = guardReactiveProps;
|
|
9305
9324
|
exports.h = h;
|
|
9306
9325
|
exports.hasInjectionContext = hasInjectionContext;
|
|
9307
9326
|
exports.inject = inject;
|
|
@@ -9312,6 +9331,7 @@ exports.markRaw = markRaw;
|
|
|
9312
9331
|
exports.mergeProps = mergeProps;
|
|
9313
9332
|
exports.nextTick = nextTick;
|
|
9314
9333
|
exports.normalizeClass = normalizeClass;
|
|
9334
|
+
exports.normalizeProps = normalizeProps;
|
|
9315
9335
|
exports.normalizeStyle = normalizeStyle;
|
|
9316
9336
|
exports.onActivated = onActivated;
|
|
9317
9337
|
exports.onBeforeMount = onBeforeMount;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
const jszip = require("./jszip-
|
|
3
|
-
const vue = require("./vue-
|
|
2
|
+
const jszip = require("./jszip-D5XoMX4C.cjs");
|
|
3
|
+
const vue = require("./vue-tQYF719J.cjs");
|
|
4
4
|
var inherits_browser = { exports: {} };
|
|
5
5
|
if (typeof Object.create === "function") {
|
|
6
6
|
inherits_browser.exports = function inherits(ctor, superCtor) {
|
|
@@ -515,8 +515,15 @@ function requireHasSymbols() {
|
|
|
515
515
|
return hasSymbols$1;
|
|
516
516
|
}
|
|
517
517
|
var Reflect_getPrototypeOf = typeof Reflect !== "undefined" && Reflect.getPrototypeOf || null;
|
|
518
|
-
var
|
|
519
|
-
var
|
|
518
|
+
var Object_getPrototypeOf;
|
|
519
|
+
var hasRequiredObject_getPrototypeOf;
|
|
520
|
+
function requireObject_getPrototypeOf() {
|
|
521
|
+
if (hasRequiredObject_getPrototypeOf) return Object_getPrototypeOf;
|
|
522
|
+
hasRequiredObject_getPrototypeOf = 1;
|
|
523
|
+
var $Object2 = esObjectAtoms;
|
|
524
|
+
Object_getPrototypeOf = $Object2.getPrototypeOf || null;
|
|
525
|
+
return Object_getPrototypeOf;
|
|
526
|
+
}
|
|
520
527
|
var implementation;
|
|
521
528
|
var hasRequiredImplementation;
|
|
522
529
|
function requireImplementation() {
|
|
@@ -659,7 +666,7 @@ var get = desc && typeof desc.get === "function" ? callBind$2([desc.get]) : type
|
|
|
659
666
|
}
|
|
660
667
|
) : false;
|
|
661
668
|
var reflectGetProto = Reflect_getPrototypeOf;
|
|
662
|
-
var originalGetProto =
|
|
669
|
+
var originalGetProto = requireObject_getPrototypeOf();
|
|
663
670
|
var getDunderProto = get;
|
|
664
671
|
var getProto$3 = reflectGetProto ? function getProto(O) {
|
|
665
672
|
return reflectGetProto(O);
|
|
@@ -724,7 +731,7 @@ var ThrowTypeError = $gOPD ? function() {
|
|
|
724
731
|
}() : throwTypeError;
|
|
725
732
|
var hasSymbols2 = requireHasSymbols()();
|
|
726
733
|
var getProto$2 = getProto$3;
|
|
727
|
-
var $ObjectGPO =
|
|
734
|
+
var $ObjectGPO = requireObject_getPrototypeOf();
|
|
728
735
|
var $ReflectGPO = Reflect_getPrototypeOf;
|
|
729
736
|
var $apply$1 = requireFunctionApply();
|
|
730
737
|
var $call = requireFunctionCall();
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { a as getAugmentedNamespace, d as dist, c as commonjsGlobal } from "./jszip-
|
|
2
|
-
import { p as process$1 } from "./vue-
|
|
1
|
+
import { a as getAugmentedNamespace, d as dist, c as commonjsGlobal } from "./jszip-CYDYUNnI.es.js";
|
|
2
|
+
import { p as process$1 } from "./vue-lU0o_RlU.es.js";
|
|
3
3
|
var inherits_browser = { exports: {} };
|
|
4
4
|
if (typeof Object.create === "function") {
|
|
5
5
|
inherits_browser.exports = function inherits(ctor, superCtor) {
|
|
@@ -514,8 +514,15 @@ function requireHasSymbols() {
|
|
|
514
514
|
return hasSymbols$1;
|
|
515
515
|
}
|
|
516
516
|
var Reflect_getPrototypeOf = typeof Reflect !== "undefined" && Reflect.getPrototypeOf || null;
|
|
517
|
-
var
|
|
518
|
-
var
|
|
517
|
+
var Object_getPrototypeOf;
|
|
518
|
+
var hasRequiredObject_getPrototypeOf;
|
|
519
|
+
function requireObject_getPrototypeOf() {
|
|
520
|
+
if (hasRequiredObject_getPrototypeOf) return Object_getPrototypeOf;
|
|
521
|
+
hasRequiredObject_getPrototypeOf = 1;
|
|
522
|
+
var $Object2 = esObjectAtoms;
|
|
523
|
+
Object_getPrototypeOf = $Object2.getPrototypeOf || null;
|
|
524
|
+
return Object_getPrototypeOf;
|
|
525
|
+
}
|
|
519
526
|
var implementation;
|
|
520
527
|
var hasRequiredImplementation;
|
|
521
528
|
function requireImplementation() {
|
|
@@ -658,7 +665,7 @@ var get = desc && typeof desc.get === "function" ? callBind$2([desc.get]) : type
|
|
|
658
665
|
}
|
|
659
666
|
) : false;
|
|
660
667
|
var reflectGetProto = Reflect_getPrototypeOf;
|
|
661
|
-
var originalGetProto =
|
|
668
|
+
var originalGetProto = requireObject_getPrototypeOf();
|
|
662
669
|
var getDunderProto = get;
|
|
663
670
|
var getProto$3 = reflectGetProto ? function getProto(O) {
|
|
664
671
|
return reflectGetProto(O);
|
|
@@ -723,7 +730,7 @@ var ThrowTypeError = $gOPD ? function() {
|
|
|
723
730
|
}() : throwTypeError;
|
|
724
731
|
var hasSymbols2 = requireHasSymbols()();
|
|
725
732
|
var getProto$2 = getProto$3;
|
|
726
|
-
var $ObjectGPO =
|
|
733
|
+
var $ObjectGPO = requireObject_getPrototypeOf();
|
|
727
734
|
var $ReflectGPO = Reflect_getPrototypeOf;
|
|
728
735
|
var $apply$1 = requireFunctionApply();
|
|
729
736
|
var $call = requireFunctionCall();
|
|
@@ -2,12 +2,10 @@
|
|
|
2
2
|
* Composable to manage AI layer and AI writer functionality
|
|
3
3
|
*
|
|
4
4
|
* @param {Object} options - Configuration options
|
|
5
|
-
* @param {Function} options.emitAiHighlight - Function to emit AI highlight events
|
|
6
5
|
* @param {Object} options.activeEditorRef - Ref to the active editor
|
|
7
6
|
* @returns {Object} - AI state and methods
|
|
8
7
|
*/
|
|
9
|
-
export function useAi({
|
|
10
|
-
emitAiHighlight: Function;
|
|
8
|
+
export function useAi({ activeEditorRef }: {
|
|
11
9
|
activeEditorRef: any;
|
|
12
10
|
}): any;
|
|
13
11
|
//# sourceMappingURL=use-ai.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"use-ai.d.ts","sourceRoot":"","sources":["../../src/composables/use-ai.js"],"names":[],"mappings":"AAEA
|
|
1
|
+
{"version":3,"file":"use-ai.d.ts","sourceRoot":"","sources":["../../src/composables/use-ai.js"],"names":[],"mappings":"AAEA;;;;;;GAMG;AACH,2CAHG;IAAwB,eAAe;CACvC,OAkHF"}
|
package/dist/core/SuperDoc.d.ts
CHANGED
|
@@ -203,6 +203,11 @@ export class SuperDoc extends EventEmitter<string | symbol, any> {
|
|
|
203
203
|
* @returns {void}
|
|
204
204
|
*/
|
|
205
205
|
toggleRuler(): void;
|
|
206
|
+
/**
|
|
207
|
+
* Toggle pagination for SuperEditors
|
|
208
|
+
* @returns {void}
|
|
209
|
+
*/
|
|
210
|
+
togglePagination(): void;
|
|
206
211
|
toolbarElement: any;
|
|
207
212
|
toolbar: SuperToolbar;
|
|
208
213
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SuperDoc.d.ts","sourceRoot":"","sources":["../../src/core/SuperDoc.js"],"names":[],"mappings":"AAiBA;;;;;GAKG;AAEH;;;;;;GAMG;AAEH;;;;;;;;;;GAUG;AAEH;;;;;;;;GAQG;AAEH,2EAA2E;AAE3E;;;;;GAKG;AAEH;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA6CG;AAEH;;;;;;GAMG;AACH;IACE,4BAA4B;IAC5B,qBADW,KAAK,CAAC,MAAM,CAAC,CACgB;IAsExC;;OAEG;IACH,oBAFW,MAAM,EAKhB;IA1ED,qBAAqB;IACrB,SADW,MAAM,CACT;IAER,qBAAqB;IACrB,OADW,IAAI,EAAE,CACX;IAEN,4CAA4C;IAC5C,MADW,OAAO,KAAK,EAAE,GAAG,GAAG,SAAS,CACnC;IAEL,4EAA4E;IAC5E,UADW,OAAO,sBAAsB,EAAE,kBAAkB,GAAG,SAAS,CAC/D;IAET,qBAAqB;IACrB,QADW,MAAM,CAsDf;IAiBA,4BAA6B;IAC7B,mBAAmB;IAMnB,gBAA+C;IAC/C,iBAAgC;IAehC,WAA4B;IAE5B,YAAkB;IAElB,eAAuC;IAEvC,iEAAwB;IACxB,gBAAkB;IAKlB,qBAAqB;IAErB,kBAA6C;IAC7C,eAA4C;IAM9C;;;OAGG;IACH,+BAFa,MAAM,CAIlB;IAED;;;MAKC;IAkDC,SAAc;IACd,WAAkB;IAKlB,mBAAkC;IAClC,mBAAkC;IAClC,2BAAkD;IA8BlD,yBAA2B;IA4B7B;;;;OAIG;IACH,0BAFa,IAAI,CAKhB;IAED;;;;OAIG;IACH,iCAFa,IAAI,CAIhB;IAMC,qBAME;IAGJ;;;;;OAKG;IACH,kCAHG;QAAsB,KAAK,EAAnB,KAAK;QACU,MAAM,EAArB,MAAM;KAChB,QAKA;IAED;;;OAGG;IACH,6BAFa,IAAI,CAIhB;IAED;;;OAGG;IACH,kBAFa,IAAI,CAMhB;IAED;;;;OAIG;IACH,oCAHW,MAAM,GACJ,IAAI,CAIhB;IAED;;;;OAIG;IACH,8BAHW,MAAM,GACJ,IAAI,CAMhB;IAED;;;OAGG;IACH,0BAFa,IAAI,CAIhB;IAED;;;OAGG;IACH,iCAFW,OAAO,QAIjB;IAED,0BAEC;IAED;;;;OAIG;IACH,wBAHW,MAAM,GACJ,IAAI,CAQhB;IAED;;;;OAIG;IACH,eAFa,IAAI,CAOhB;IAIC,oBAAmF;IACnF,sBAAmB;
|
|
1
|
+
{"version":3,"file":"SuperDoc.d.ts","sourceRoot":"","sources":["../../src/core/SuperDoc.js"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"floor.d.ts","sourceRoot":"","sources":["../../src/helpers/floor.js"],"names":[],"mappings":"AAAO,wDAGN"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"hrbr-fields-store.d.ts","sourceRoot":"","sources":["../../src/stores/hrbr-fields-store.js"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"hrbr-fields-store.d.ts","sourceRoot":"","sources":["../../src/stores/hrbr-fields-store.js"],"names":[],"mappings":"AAUA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gBA2GG"}
|