vue-stream-markdown 0.3.3 → 0.3.4
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/{blockquote-DMB8Kfpx.js → blockquote-BmxjWV_G.js} +2 -2
- package/dist/button-COFxsaRF.js +6 -0
- package/dist/{button-DPe-U1_o.js → button-VsLzeJm2.js} +2 -2
- package/dist/{code-4XFOBgU_.js → code-DVxBGzOd.js} +8 -8
- package/dist/{code-block-CmlGk69F.js → code-block-1DU4KiI0.js} +5 -8
- package/dist/code-block-Bf-ha-sV.js +9 -0
- package/dist/{composables-DaYP_11G.js → composables-CtddyzDd.js} +27 -34
- package/dist/{delete-bBJNbiOP.js → delete-hjXijBTU.js} +2 -2
- package/dist/dropdown-jXDoJ4Q0.js +6 -0
- package/dist/{emphasis-Dgo3upUv.js → emphasis-I1btf0Gs.js} +2 -2
- package/dist/error-component-4SkBoOHG.js +5 -0
- package/dist/{error-component-CdlA8l6l.js → error-component-f9DiWVF8.js} +2 -2
- package/dist/{footnote-definition-DeybMHOU.js → footnote-definition-8SZmNimh.js} +5 -5
- package/dist/{footnote-reference-CbvjaN6u.js → footnote-reference-hm3snOPP.js} +1 -1
- package/dist/{heading-DzVWlhQV.js → heading-BIAIyju-.js} +2 -2
- package/dist/icon-BcjJTFYq.js +4 -0
- package/dist/{icon-C27bs9BM.js → icon-qsH7UyIs.js} +1 -1
- package/dist/{image-BiYxbIVK.js → image-C3FGrrtK.js} +7 -7
- package/dist/{image-Cbf73I1a.js → image-CZPOzsnZ.js} +3 -3
- package/dist/image-haUIHue9.js +9 -0
- package/dist/index.css +349 -434
- package/dist/index.d.ts +158 -159
- package/dist/index.js +42 -35
- package/dist/{inline-math-D-MnvQn4.js → inline-math-DZtMguNL.js} +3 -3
- package/dist/{link-1D4laXii.js → link-CjCTlljl.js} +4 -4
- package/dist/{list-ptmW8LG-.js → list-Xq1hFxDV.js} +2 -2
- package/dist/{list-item-BqrrpdoD.js → list-item-BqEyJA5N.js} +2 -2
- package/dist/{math-DyQEELug.js → math-CCt_UGMq.js} +3 -3
- package/dist/{mermaid-Clyx5Sfi.js → mermaid-D5hDso2O.js} +6 -6
- package/dist/node-list-C9--FXZC.js +4 -0
- package/dist/{node-list-BEt8O51q.js → node-list-f3l4zqPK.js} +1 -1
- package/dist/{paragraph-DWc5zmzc.js → paragraph-DyT3RzgB.js} +2 -2
- package/dist/segmented-CAXDO1os.js +7 -0
- package/dist/{segmented-Bu_sIH3Z.js → segmented-CbDzmFJ_.js} +4 -4
- package/dist/{shiki-CjvsvtFq.js → shiki-CrcLBGFR.js} +2 -2
- package/dist/{strong-DDtbexdQ.js → strong-BUAOly20.js} +2 -2
- package/dist/{table-BRzVABeq.js → table-C26VtZHZ.js} +5 -5
- package/dist/tooltip-BM861Qn0.js +4 -0
- package/dist/{tooltip-fM2WGFeD.js → tooltip-D5f1NM7L.js} +4 -3
- package/dist/{vanilla-DctYbh8V.js → vanilla-BGpnpD88.js} +1 -1
- package/dist/vanilla-CCempBMr.js +4 -0
- package/dist/{zoom-container-D_EUC2Uj.js → zoom-container-BIIa1umS.js} +19 -5
- package/dist/zoom-container-DVB3X7xN.js +7 -0
- package/package.json +6 -6
- package/dist/button-BS5P7s0_.js +0 -6
- package/dist/code-block-D786HagC.js +0 -9
- package/dist/dropdown-BS-i_WVX.js +0 -6
- package/dist/error-component-WpmHCzW8.js +0 -5
- package/dist/icon-D4-yrtuJ.js +0 -4
- package/dist/image-YufpEsTI.js +0 -9
- package/dist/node-list-AsIJrdJu.js +0 -4
- package/dist/segmented-sTWn2H7X.js +0 -7
- package/dist/tooltip-DmmalQoU.js +0 -4
- package/dist/vanilla-j3_T6TY7.js +0 -4
- package/dist/zoom-container-mM9W-jZ4.js +0 -7
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import "./composables-
|
|
2
|
-
import { t as node_list_default } from "./node-list-
|
|
1
|
+
import "./composables-CtddyzDd.js";
|
|
2
|
+
import { t as node_list_default } from "./node-list-f3l4zqPK.js";
|
|
3
3
|
import { createElementBlock, createVNode, defineComponent, mergeProps, openBlock } from "vue";
|
|
4
4
|
|
|
5
5
|
//#region src/components/renderers/blockquote.vue?vue&type=script&setup=true&lang.ts
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { t as tooltip_default } from "./tooltip-
|
|
2
|
-
import { t as icon_default } from "./icon-
|
|
1
|
+
import { t as tooltip_default } from "./tooltip-D5f1NM7L.js";
|
|
2
|
+
import { t as icon_default } from "./icon-qsH7UyIs.js";
|
|
3
3
|
import { Fragment, computed, createBlock, createCommentVNode, createElementBlock, createElementVNode, createTextVNode, createVNode, defineComponent, mergeProps, normalizeClass, normalizeStyle, openBlock, ref, renderList, renderSlot, resolveDynamicComponent, toDisplayString, unref, withCtx } from "vue";
|
|
4
4
|
import { createReusableTemplate } from "@vueuse/core";
|
|
5
5
|
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { r as useShiki } from "./composables-
|
|
2
|
-
import "./tooltip-
|
|
3
|
-
import "./button-
|
|
4
|
-
import "./icon-
|
|
1
|
+
import { r as useShiki } from "./composables-CtddyzDd.js";
|
|
2
|
+
import "./tooltip-D5f1NM7L.js";
|
|
3
|
+
import "./button-VsLzeJm2.js";
|
|
4
|
+
import "./icon-qsH7UyIs.js";
|
|
5
5
|
import "./modal-CjBdIba9.js";
|
|
6
|
-
import { t as code_block_default } from "./code-block-
|
|
7
|
-
import "./segmented-
|
|
6
|
+
import { t as code_block_default } from "./code-block-1DU4KiI0.js";
|
|
7
|
+
import "./segmented-CbDzmFJ_.js";
|
|
8
8
|
import { computed, createBlock, createCommentVNode, defineAsyncComponent, defineComponent, guardReactiveProps, mergeProps, normalizeProps, openBlock, resolveDynamicComponent, withCtx } from "vue";
|
|
9
9
|
|
|
10
10
|
//#region src/components/renderers/code/index.vue?vue&type=script&setup=true&lang.ts
|
|
@@ -78,8 +78,8 @@ var index_vue_vue_type_script_setup_true_lang_default = /* @__PURE__ */ defineCo
|
|
|
78
78
|
const languageClass = computed(() => `language-${props.node.lang}`);
|
|
79
79
|
const { installed: hasShiki } = useShiki();
|
|
80
80
|
const components = {
|
|
81
|
-
vanilla: defineAsyncComponent(() => import("./vanilla-
|
|
82
|
-
shiki: defineAsyncComponent(() => import("./shiki-
|
|
81
|
+
vanilla: defineAsyncComponent(() => import("./vanilla-CCempBMr.js")),
|
|
82
|
+
shiki: defineAsyncComponent(() => import("./shiki-CrcLBGFR.js"))
|
|
83
83
|
};
|
|
84
84
|
const component = computed(() => {
|
|
85
85
|
if (hasShiki.value) return components.shiki;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { _ as useI18n, a as useMermaid, at as LANGUAGE_EXTENSIONS, ct as useContext, it as LANGUAGE_ALIAS, lt as useCodeOptions, ot as LANGUAGE_ICONS, st as useControls } from "./composables-
|
|
1
|
+
import { _ as useI18n, a as useMermaid, at as LANGUAGE_EXTENSIONS, ct as useContext, it as LANGUAGE_ALIAS, lt as useCodeOptions, ot as LANGUAGE_ICONS, st as useControls } from "./composables-CtddyzDd.js";
|
|
2
2
|
import { CODE_PREVIEWERS, save } from "./index.js";
|
|
3
|
-
import { t as button_default } from "./button-
|
|
3
|
+
import { t as button_default } from "./button-VsLzeJm2.js";
|
|
4
4
|
import { t as modal_default } from "./modal-CjBdIba9.js";
|
|
5
|
-
import { t as segmented_default } from "./segmented-
|
|
5
|
+
import { t as segmented_default } from "./segmented-CbDzmFJ_.js";
|
|
6
6
|
import { Fragment, computed, createBlock, createCommentVNode, createElementBlock, createElementVNode, createVNode, defineAsyncComponent, defineComponent, mergeProps, normalizeClass, normalizeStyle, openBlock, ref, renderList, renderSlot, resolveDynamicComponent, toDisplayString, toRefs, unref, useModel, vShow, watch, withCtx, withDirectives } from "vue";
|
|
7
7
|
import { createReusableTemplate, useClipboard } from "@vueuse/core";
|
|
8
8
|
|
|
@@ -190,7 +190,7 @@ var index_vue_vue_type_script_setup_true_lang_default = /* @__PURE__ */ defineCo
|
|
|
190
190
|
},
|
|
191
191
|
setup(__props) {
|
|
192
192
|
const props = __props;
|
|
193
|
-
const CodeNode = defineAsyncComponent(() => import("./code-
|
|
193
|
+
const CodeNode = defineAsyncComponent(() => import("./code-DVxBGzOd.js"));
|
|
194
194
|
const { controls, previewers, codeOptions } = toRefs(props);
|
|
195
195
|
const [DefineTemplate, ReuseTemplate] = createReusableTemplate();
|
|
196
196
|
const { t } = useI18n();
|
|
@@ -382,10 +382,7 @@ var index_vue_vue_type_script_setup_true_lang_default = /* @__PURE__ */ defineCo
|
|
|
382
382
|
}), createElementVNode("div", {
|
|
383
383
|
"data-stream-markdown": "code-block",
|
|
384
384
|
"data-collapsed": collapsed.value,
|
|
385
|
-
class: normalizeClass({
|
|
386
|
-
"code-loading": props.node.loading,
|
|
387
|
-
"dark": props.isDark
|
|
388
|
-
})
|
|
385
|
+
class: normalizeClass({ "code-loading": props.node.loading })
|
|
389
386
|
}, [
|
|
390
387
|
createElementVNode("header", _hoisted_3, [
|
|
391
388
|
renderSlot(_ctx.$slots, "title", {}, () => [createVNode(unref(ReuseTemplate), { "show-preview": previewPlacement.value === "left" }, null, 8, ["show-preview"])]),
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import "./composables-CtddyzDd.js";
|
|
2
|
+
import "./tooltip-D5f1NM7L.js";
|
|
3
|
+
import "./button-VsLzeJm2.js";
|
|
4
|
+
import "./icon-qsH7UyIs.js";
|
|
5
|
+
import "./modal-CjBdIba9.js";
|
|
6
|
+
import { t as code_block_default } from "./code-block-1DU4KiI0.js";
|
|
7
|
+
import "./segmented-CbDzmFJ_.js";
|
|
8
|
+
|
|
9
|
+
export { code_block_default as default };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { OVERLAY_CONTAINER_ID, SHADCN_SCHEMAS, createIdleCallback, getOverlayContainer, hasKatex, hasMermaid, hasShiki, isClient, save, svgToPngBlob, transformUrl } from "./index.js";
|
|
2
|
-
import { computed, defineAsyncComponent, inject, nextTick,
|
|
3
|
-
import { useEventListener, useIntersectionObserver, useMutationObserver, useNavigatorLanguage
|
|
2
|
+
import { computed, defineAsyncComponent, inject, nextTick, onMounted, onUnmounted, provide, ref, unref, watch, watchEffect } from "vue";
|
|
3
|
+
import { useEventListener, useIntersectionObserver, useMutationObserver, useNavigatorLanguage } from "@vueuse/core";
|
|
4
4
|
import { autoUpdate, computePosition, flip, offset, shift } from "@floating-ui/dom";
|
|
5
5
|
|
|
6
6
|
//#region rolldown:runtime
|
|
@@ -11,7 +11,7 @@ var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
|
11
11
|
var __getProtoOf = Object.getPrototypeOf;
|
|
12
12
|
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
13
13
|
var __commonJSMin = (cb, mod) => () => (mod || cb((mod = { exports: {} }).exports, mod), mod.exports);
|
|
14
|
-
var
|
|
14
|
+
var __exportAll = (all$1, symbols) => {
|
|
15
15
|
let target = {};
|
|
16
16
|
for (var name in all$1) {
|
|
17
17
|
__defProp$1(target, name, {
|
|
@@ -9341,7 +9341,7 @@ const PRELOAD_NODE_RENDERER = [
|
|
|
9341
9341
|
|
|
9342
9342
|
//#endregion
|
|
9343
9343
|
//#region src/composables/use-dark-detector.ts
|
|
9344
|
-
function useDarkDetector(darkProp) {
|
|
9344
|
+
function useDarkDetector(darkProp, cssVariables) {
|
|
9345
9345
|
const target = ref();
|
|
9346
9346
|
const isDarkProvided = computed(() => typeof unref(darkProp) === "boolean");
|
|
9347
9347
|
const detectedDark = ref(false);
|
|
@@ -9363,12 +9363,16 @@ function useDarkDetector(darkProp) {
|
|
|
9363
9363
|
if (!overlayContainer) return;
|
|
9364
9364
|
overlayContainer.classList.toggle("dark", isDark.value);
|
|
9365
9365
|
overlayContainer.classList.toggle("light", !isDark.value);
|
|
9366
|
+
Object.entries(cssVariables.value).forEach(([key, value$1]) => {
|
|
9367
|
+
overlayContainer.style.setProperty(key, value$1);
|
|
9368
|
+
});
|
|
9366
9369
|
}
|
|
9367
9370
|
const { stop } = useMutationObserver(target, detect, {
|
|
9368
9371
|
attributes: true,
|
|
9369
|
-
attributeFilter: ["class"]
|
|
9372
|
+
attributeFilter: ["class"],
|
|
9373
|
+
subtree: false
|
|
9370
9374
|
});
|
|
9371
|
-
watch(isDark, () => updateOverlayContainerTheme());
|
|
9375
|
+
watch(() => [isDark.value, cssVariables.value], () => updateOverlayContainerTheme());
|
|
9372
9376
|
watch(isDarkProvided, () => {
|
|
9373
9377
|
if (isDarkProvided.value) target.value = null;
|
|
9374
9378
|
});
|
|
@@ -10339,45 +10343,34 @@ function useShiki(options) {
|
|
|
10339
10343
|
//#region src/composables/use-tailwind-v3-theme.ts
|
|
10340
10344
|
const reg = /^(?:hsl|rgb|oklch|lab|lch)\(/;
|
|
10341
10345
|
function useTailwindV3Theme(options) {
|
|
10342
|
-
const
|
|
10343
|
-
id: "stream-markdown-tailwind-v3-theme",
|
|
10344
|
-
immediate: false
|
|
10345
|
-
});
|
|
10346
|
-
const styleScope = computed(() => {
|
|
10347
|
-
const scope = unref(options.styleScope);
|
|
10348
|
-
if (!scope) return [".stream-markdown", `.${OVERLAY_CONTAINER_ID}`];
|
|
10349
|
-
return Array.isArray(scope) ? scope : [scope];
|
|
10350
|
-
});
|
|
10346
|
+
const cssVariables = ref({});
|
|
10351
10347
|
const element = computed(() => {
|
|
10352
|
-
|
|
10348
|
+
if (!isClient()) return;
|
|
10349
|
+
return (typeof options.element === "function" ? options.element() : null) || document.body;
|
|
10353
10350
|
});
|
|
10354
10351
|
function generateCSS() {
|
|
10355
|
-
if (!
|
|
10352
|
+
if (!isClient() || !element.value) return;
|
|
10356
10353
|
const computedStyle = window.getComputedStyle(element.value);
|
|
10357
|
-
const
|
|
10354
|
+
const variables = {};
|
|
10358
10355
|
for (const schema of SHADCN_SCHEMAS) {
|
|
10359
10356
|
const name = `--${schema}`;
|
|
10360
10357
|
const value$1 = computedStyle.getPropertyValue(name).trim();
|
|
10361
|
-
if (value$1 && !reg.test(value$1))
|
|
10362
|
-
}
|
|
10363
|
-
if (cssVariables.length > 0) {
|
|
10364
|
-
css.value = styleScope.value.map((scope) => `${scope} {\n${cssVariables.join("\n")}\n}`).join("\n");
|
|
10365
|
-
load();
|
|
10366
|
-
} else {
|
|
10367
|
-
css.value = "";
|
|
10368
|
-
unload();
|
|
10358
|
+
if (value$1 && !reg.test(value$1)) variables[name] = `hsl(${value$1})`;
|
|
10369
10359
|
}
|
|
10360
|
+
if (Object.keys(variables).length > 0) cssVariables.value = variables;
|
|
10361
|
+
else cssVariables.value = {};
|
|
10370
10362
|
}
|
|
10371
10363
|
watchEffect(generateCSS);
|
|
10372
|
-
|
|
10364
|
+
const { stop } = useMutationObserver(() => element.value ? [element.value, document.documentElement] : [], generateCSS, {
|
|
10365
|
+
attributes: true,
|
|
10366
|
+
attributeFilter: ["style", "class"],
|
|
10367
|
+
subtree: false
|
|
10368
|
+
});
|
|
10373
10369
|
return {
|
|
10374
10370
|
element,
|
|
10375
|
-
|
|
10376
|
-
|
|
10377
|
-
|
|
10378
|
-
unload,
|
|
10379
|
-
isLoaded,
|
|
10380
|
-
generateCSS
|
|
10371
|
+
cssVariables,
|
|
10372
|
+
generateCSS,
|
|
10373
|
+
stop
|
|
10381
10374
|
};
|
|
10382
10375
|
}
|
|
10383
10376
|
|
|
@@ -10544,4 +10537,4 @@ function useZoom(options = {}) {
|
|
|
10544
10537
|
}
|
|
10545
10538
|
|
|
10546
10539
|
//#endregion
|
|
10547
|
-
export { markdownSpace as $, blankLine as A, encodeCharacterReference as B, useFloating as C, BUILTIN_FROM_MDAST_EXTENSIONS as D, PRELOAD_NODE_RENDERER as E, splice as F, asciiAlphanumeric as G, patternInScope as H, handle as I, asciiDigit as J, asciiAtext as K, formatHeadingAsSetext as L, combineExtensions as M, resolveAll as N, BUILTIN_MICROMARK_EXTENSIONS as O, push as P, markdownLineEndingOrSpace as Q, toString as R, localesGlob as S, useDarkDetector as T, normalizeIdentifier as U, formatCodeAsIndented as V, asciiAlpha as W, asciiPunctuation as X, asciiHexDigit as Y, markdownLineEnding as Z, useI18n as _, useMermaid as a, LANGUAGE_EXTENSIONS as at, loadLocaleMessages as b, throttle as c, useContext as ct, _assertClassBrand as d, ICONS as et, _classPrivateFieldInitSpec as f, useKatex as g, useLocaleDetector as h, useSanitizers as i, LANGUAGE_ALIAS as it, factorySpace as j, BUILTIN_TO_MDAST_EXTENSIONS as k, _classPrivateFieldSet2 as l, useCodeOptions as lt, _defineProperty as m, useTailwindV3Theme as n, DEFAULT_DARK_THEME as nt, useMediumZoom as o, LANGUAGE_ICONS as ot, _checkPrivateRedeclaration as p, asciiControl as q, useShiki as r, DEFAULT_LIGHT_THEME as rt, useMathRenderer as s, useControls as st, useZoom as t, DEFAULT_HARDEN_OPTIONS as tt, _classPrivateFieldGet2 as u,
|
|
10540
|
+
export { markdownSpace as $, blankLine as A, encodeCharacterReference as B, useFloating as C, BUILTIN_FROM_MDAST_EXTENSIONS as D, PRELOAD_NODE_RENDERER as E, splice as F, asciiAlphanumeric as G, patternInScope as H, handle as I, asciiDigit as J, asciiAtext as K, formatHeadingAsSetext as L, combineExtensions as M, resolveAll as N, BUILTIN_MICROMARK_EXTENSIONS as O, push as P, markdownLineEndingOrSpace as Q, toString as R, localesGlob as S, useDarkDetector as T, normalizeIdentifier as U, formatCodeAsIndented as V, asciiAlpha as W, asciiPunctuation as X, asciiHexDigit as Y, markdownLineEnding as Z, useI18n as _, useMermaid as a, LANGUAGE_EXTENSIONS as at, loadLocaleMessages as b, throttle as c, useContext as ct, _assertClassBrand as d, ICONS as et, _classPrivateFieldInitSpec as f, useKatex as g, useLocaleDetector as h, useSanitizers as i, LANGUAGE_ALIAS as it, factorySpace as j, BUILTIN_TO_MDAST_EXTENSIONS as k, _classPrivateFieldSet2 as l, useCodeOptions as lt, _defineProperty as m, useTailwindV3Theme as n, DEFAULT_DARK_THEME as nt, useMediumZoom as o, LANGUAGE_ICONS as ot, _checkPrivateRedeclaration as p, asciiControl as q, useShiki as r, DEFAULT_LIGHT_THEME as rt, useMathRenderer as s, useControls as st, useZoom as t, DEFAULT_HARDEN_OPTIONS as tt, _classPrivateFieldGet2 as u, __exportAll as ut, SUPPORT_LANGUAGES as v, useDeferredRender as w, localeMessages as x, currentLocale as y, classifyCharacter$1 as z };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import "./composables-
|
|
2
|
-
import { t as node_list_default } from "./node-list-
|
|
1
|
+
import "./composables-CtddyzDd.js";
|
|
2
|
+
import { t as node_list_default } from "./node-list-f3l4zqPK.js";
|
|
3
3
|
import { createElementBlock, createVNode, defineComponent, mergeProps, openBlock } from "vue";
|
|
4
4
|
|
|
5
5
|
//#region src/components/renderers/delete.vue?vue&type=script&setup=true&lang.ts
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import "./composables-
|
|
2
|
-
import { t as node_list_default } from "./node-list-
|
|
1
|
+
import "./composables-CtddyzDd.js";
|
|
2
|
+
import { t as node_list_default } from "./node-list-f3l4zqPK.js";
|
|
3
3
|
import { createElementBlock, createVNode, defineComponent, mergeProps, openBlock } from "vue";
|
|
4
4
|
|
|
5
5
|
//#region src/components/renderers/emphasis.vue?vue&type=script&setup=true&lang.ts
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { _ as useI18n, ct as useContext } from "./composables-
|
|
2
|
-
import { t as icon_default } from "./icon-
|
|
1
|
+
import { _ as useI18n, ct as useContext } from "./composables-CtddyzDd.js";
|
|
2
|
+
import { t as icon_default } from "./icon-qsH7UyIs.js";
|
|
3
3
|
import { computed, createBlock, createCommentVNode, createElementBlock, createTextVNode, defineComponent, openBlock, renderSlot, resolveDynamicComponent, toDisplayString } from "vue";
|
|
4
4
|
|
|
5
5
|
//#region src/components/error-component.vue?vue&type=script&setup=true&lang.ts
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { _ as useI18n, ct as useContext } from "./composables-
|
|
2
|
-
import { t as node_list_default } from "./node-list-
|
|
3
|
-
import "./tooltip-
|
|
4
|
-
import { t as button_default } from "./button-
|
|
5
|
-
import "./icon-
|
|
1
|
+
import { _ as useI18n, ct as useContext } from "./composables-CtddyzDd.js";
|
|
2
|
+
import { t as node_list_default } from "./node-list-f3l4zqPK.js";
|
|
3
|
+
import "./tooltip-D5f1NM7L.js";
|
|
4
|
+
import { t as button_default } from "./button-VsLzeJm2.js";
|
|
5
|
+
import "./icon-qsH7UyIs.js";
|
|
6
6
|
import { computed, createElementBlock, createElementVNode, createVNode, defineComponent, mergeProps, openBlock, toDisplayString, unref } from "vue";
|
|
7
7
|
|
|
8
8
|
//#region src/components/renderers/footnote-definition.vue?vue&type=script&setup=true&lang.ts
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ct as useContext } from "./composables-
|
|
1
|
+
import { ct as useContext } from "./composables-CtddyzDd.js";
|
|
2
2
|
import { computed, createElementBlock, createElementVNode, defineComponent, openBlock, toDisplayString } from "vue";
|
|
3
3
|
|
|
4
4
|
//#region src/components/renderers/footnote-reference.vue?vue&type=script&setup=true&lang.ts
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import "./composables-
|
|
2
|
-
import { t as node_list_default } from "./node-list-
|
|
1
|
+
import "./composables-CtddyzDd.js";
|
|
2
|
+
import { t as node_list_default } from "./node-list-f3l4zqPK.js";
|
|
3
3
|
import { computed, createBlock, createVNode, defineComponent, mergeProps, openBlock, resolveDynamicComponent, withCtx } from "vue";
|
|
4
4
|
|
|
5
5
|
//#region src/components/renderers/heading.vue?vue&type=script&setup=true&lang.ts
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ct as useContext } from "./composables-
|
|
1
|
+
import { ct as useContext } from "./composables-CtddyzDd.js";
|
|
2
2
|
import { computed, createElementBlock, createVNode, defineComponent, normalizeClass, normalizeStyle, openBlock, unref } from "vue";
|
|
3
3
|
|
|
4
4
|
//#region src/components/icon.vue?vue&type=script&setup=true&lang.ts
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { _ as useI18n, ct as useContext, i as useSanitizers, st as useControls } from "./composables-
|
|
1
|
+
import { _ as useI18n, ct as useContext, i as useSanitizers, st as useControls } from "./composables-CtddyzDd.js";
|
|
2
2
|
import { saveImage } from "./index.js";
|
|
3
|
-
import "./tooltip-
|
|
4
|
-
import { t as button_default } from "./button-
|
|
5
|
-
import "./icon-
|
|
3
|
+
import "./tooltip-D5f1NM7L.js";
|
|
4
|
+
import { t as button_default } from "./button-VsLzeJm2.js";
|
|
5
|
+
import "./icon-qsH7UyIs.js";
|
|
6
6
|
import "./modal-CjBdIba9.js";
|
|
7
|
-
import { t as error_component_default } from "./error-component-
|
|
8
|
-
import "./zoom-container-
|
|
9
|
-
import { t as image_default$1 } from "./image-
|
|
7
|
+
import { t as error_component_default } from "./error-component-f9DiWVF8.js";
|
|
8
|
+
import "./zoom-container-BIIa1umS.js";
|
|
9
|
+
import { t as image_default$1 } from "./image-CZPOzsnZ.js";
|
|
10
10
|
import { t as spin_default } from "./spin-B9LOjkAV.js";
|
|
11
11
|
import { computed, createBlock, createCommentVNode, createElementBlock, createElementVNode, createTextVNode, defineComponent, mergeProps, normalizeStyle, openBlock, ref, resolveDynamicComponent, toDisplayString, toRefs, unref, withCtx } from "vue";
|
|
12
12
|
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { _ as useI18n, ct as useContext, o as useMediumZoom, st as useControls } from "./composables-
|
|
1
|
+
import { _ as useI18n, ct as useContext, o as useMediumZoom, st as useControls } from "./composables-CtddyzDd.js";
|
|
2
2
|
import { n as treeFlatFilter } from "./dist-BVfXq2lF.js";
|
|
3
|
-
import { t as button_default } from "./button-
|
|
3
|
+
import { t as button_default } from "./button-VsLzeJm2.js";
|
|
4
4
|
import { t as modal_default } from "./modal-CjBdIba9.js";
|
|
5
|
-
import { t as zoom_container_default } from "./zoom-container-
|
|
5
|
+
import { t as zoom_container_default } from "./zoom-container-BIIa1umS.js";
|
|
6
6
|
import { Fragment, computed, createBlock, createElementBlock, createElementVNode, createVNode, defineComponent, mergeProps, normalizeStyle, openBlock, ref, renderList, toRefs, unref, watch, withCtx } from "vue";
|
|
7
7
|
import { useCycleList } from "@vueuse/core";
|
|
8
8
|
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import "./composables-CtddyzDd.js";
|
|
2
|
+
import "./tooltip-D5f1NM7L.js";
|
|
3
|
+
import "./button-VsLzeJm2.js";
|
|
4
|
+
import "./icon-qsH7UyIs.js";
|
|
5
|
+
import "./modal-CjBdIba9.js";
|
|
6
|
+
import "./zoom-container-BIIa1umS.js";
|
|
7
|
+
import { t as image_default } from "./image-CZPOzsnZ.js";
|
|
8
|
+
|
|
9
|
+
export { image_default as default };
|