@scalar/api-reference 1.14.4 → 1.14.6
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/CHANGELOG.md +19 -0
- package/dist/browser/standalone.js +20 -9
- package/dist/components/Content/MarkdownRenderer.vue.d.ts.map +1 -1
- package/dist/components/Content/ReferenceEndpoint/PathResponses/PathResponses.vue.d.ts.map +1 -1
- package/dist/{index-5ac3edba.js → index-3a27b0c9.js} +6330 -6200
- package/dist/{index-f1c28c41.js → index-b53a86bd.js} +7 -6
- package/dist/index.js +53 -52
- package/package.json +9 -7
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent as b, ref as w, watch as I, openBlock as p, createElementBlock as g, Fragment as E, createElementVNode as U, unref as a, createTextVNode as d, createCommentVNode as S, renderSlot as k, createVNode as s, withCtx as u, toDisplayString as N, computed as D, isRef as B, normalizeClass as L, createBlock as T } from "vue";
|
|
2
|
-
import { o as j, H as R, E as H, U as O, u as F, f as A, _ as M, a as J, m as z, R as Q } from "./index-
|
|
3
|
-
import { b as
|
|
2
|
+
import { o as j, H as R, E as H, U as O, u as F, f as A, _ as M, a as J, m as z, R as Q } from "./index-3a27b0c9.js";
|
|
3
|
+
import { b as Be } from "./index-3a27b0c9.js";
|
|
4
4
|
import { useMediaQuery as W, useFileDialog as Y } from "@vueuse/core";
|
|
5
5
|
import "@headlessui/vue";
|
|
6
6
|
import "axios";
|
|
@@ -15,6 +15,7 @@ import "unhead";
|
|
|
15
15
|
import "rehype-external-links";
|
|
16
16
|
import "rehype-format";
|
|
17
17
|
import "rehype-highlight";
|
|
18
|
+
import "rehype-raw";
|
|
18
19
|
import "rehype-sanitize";
|
|
19
20
|
import "rehype-stringify";
|
|
20
21
|
import "remark-gfm";
|
|
@@ -236,13 +237,13 @@ const ie = /* @__PURE__ */ M(ne, [["render", le]]), de = /* @__PURE__ */ b({
|
|
|
236
237
|
})
|
|
237
238
|
], 64));
|
|
238
239
|
}
|
|
239
|
-
}),
|
|
240
|
+
}), Ne = /* @__PURE__ */ M(de, [["__scopeId", "data-v-fcc7bbc6"]]);
|
|
240
241
|
export {
|
|
241
|
-
|
|
242
|
+
Ne as CodeEditor,
|
|
242
243
|
R as HeaderTabButton,
|
|
243
244
|
Q as ResetStyles,
|
|
244
|
-
|
|
245
|
+
Ne as SwaggerEditor,
|
|
245
246
|
A as fetchSpecFromUrl,
|
|
246
247
|
q as isJsonString,
|
|
247
|
-
|
|
248
|
+
Be as useDarkModeState
|
|
248
249
|
};
|