@stll/folio-vue 0.16.6 → 0.17.0
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/composables.cjs +1 -1
- package/dist/composables.js +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/{useZoom-C-7ZB0mk.js → useZoom-CBI44HNj.js} +189 -188
- package/dist/useZoom-DY0k6ovZ.cjs +1 -0
- package/package.json +2 -2
- package/dist/useZoom-UBLmfo4Z.cjs +0 -1
package/dist/index.d.ts
CHANGED
|
@@ -55,7 +55,7 @@ export { getFolioCaretViewportRect, getFolioSelectionViewportRect, } from '@stll
|
|
|
55
55
|
export { createAICitationDecorationsPlugin, setAICitationsMeta, setActiveCitationMeta, type AICitationRange, } from '@stll/folio-core/prosemirror/plugins/aiCitationDecorations';
|
|
56
56
|
export { anonymizationDecorationsKey, getAnonymizationMatches, setAnonymizationTermsMeta, type AnonymizationMatch, type AnonymizationTerm, } from '@stll/folio-core/prosemirror/plugins/anonymizationDecorations';
|
|
57
57
|
export { getTemplateDirectives, scanDirectives, type DirectiveKind, type DirectiveRange, } from '@stll/folio-core/prosemirror/plugins/templateDirectives';
|
|
58
|
-
export { setTemplatePreviewValues, type TemplatePreviewSpan, type TemplatePreviewValue, type TemplatePreviewValues, } from '@stll/folio-core/prosemirror/plugins/templatePreviewValues';
|
|
58
|
+
export { setTemplatePreviewValues, type TemplatePreviewHiddenRange, type TemplatePreviewSpan, type TemplatePreviewValue, type TemplatePreviewValues, } from '@stll/folio-core/prosemirror/plugins/templatePreviewValues';
|
|
59
59
|
export { clearTemplateSlashMenu, consumeTemplateSlashQuery, getTemplateSlashMenu, resetTemplateSlashQuery, templateSlashMenuKey, type TemplateSlashMenuKeyAction, type TemplateSlashMenuState, } from '@stll/folio-core/prosemirror/plugins/templateSlashMenu';
|
|
60
60
|
export { acceptAutocompleteSuggestion, acceptAutocompleteWord, appendAutocompleteToken, autocompleteSuggestionKey, autocompleteSuggestionPlugin, clearAutocompleteSuggestion, DEFAULT_AUTOCOMPLETE_DEAD_ZONE_NODES, finishAutocompleteSuggestion, getAutocompleteSuggestion, shouldTriggerAutocomplete, startAutocompleteSuggestion, type AcceptAutocompleteResult, type AutocompleteSuggestionPluginOptions, type AutocompleteSuggestionState, type AutocompleteSuggestionStatus, type AutocompleteTriggerCheck, type AutocompleteTriggerOptions, type AutocompleteTriggerSkipReason, } from '@stll/folio-core/prosemirror/plugins/autocompleteSuggestion';
|
|
61
61
|
export { fromMarkdown, toMarkdown, toMarkdownResult, type ImageMeta, type ImageRef, type MarkdownOptions, type MarkdownResult, } from '@stll/folio-core/markdown';
|
package/dist/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { A as e, F as t, M as n, N as r, P as i, _ as a, c as o, d as s, f as c, g as l, j as u, l as d, m as f, p, u as m, y as h } from "./SplitCellDialog-D2wgbGwH.js";
|
|
2
2
|
import { D as g, E as _, d as v, f as y, i as b, n as x, r as ee, t as te, v as ne, w as re, y as ie } from "./ListButtons-BlOX6_s_.js";
|
|
3
3
|
import { t as ae } from "./zIndex-Ei9BbHSW.js";
|
|
4
|
-
import { a as S, c as oe, i as se, l as C, o as ce, r as le, s as ue, t as de, u as fe } from "./useZoom-
|
|
4
|
+
import { a as S, c as oe, i as se, l as C, o as ce, r as le, s as ue, t as de, u as fe } from "./useZoom-CBI44HNj.js";
|
|
5
5
|
import { FindReplaceDialog as w, FootnotePropertiesDialog as pe, HyperlinkDialog as me, ImagePositionDialog as he, ImagePropertiesDialog as ge, InsertImageDialog as T, InsertSymbolDialog as E, InsertTableDialog as _e, PageSetupDialog as ve, PasteSpecialDialog as ye, SplitCellDialog as be, TablePropertiesDialog as xe, WatermarkDialog as Se } from "./dialogs.js";
|
|
6
6
|
import { Fragment as D, Teleport as O, computed as k, createApp as A, createBlock as j, createCommentVNode as M, createElementBlock as N, createElementVNode as P, createSlots as Ce, createStaticVNode as we, createTextVNode as Te, createVNode as F, defineComponent as I, h as Ee, inject as De, mergeProps as Oe, nextTick as ke, normalizeClass as L, normalizeStyle as R, onBeforeUnmount as z, onMounted as Ae, onScopeDispose as B, openBlock as V, provide as je, ref as H, renderList as U, renderSlot as Me, shallowRef as Ne, toDisplayString as W, unref as G, vModelText as Pe, vShow as Fe, watch as K, withCtx as Ie, withDirectives as Le, withKeys as Re, withModifiers as q } from "vue";
|
|
7
7
|
import { createStyleResolver as ze, extractSelectionState as Be, getSelectedText as Ve, insertImageFromFile as He, insertImageFromFile as Ue, insertPageBreakInView as We, insertPageBreakInView as Ge, insertTableInView as Ke, insertTableInView as qe, insertTableOfContentsInView as Je, insertTableOfContentsInView as Ye, schema as Xe } from "@stll/folio-core/prosemirror";
|