@scalar/api-reference 1.13.19 → 1.14.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/CHANGELOG.md +6 -0
- package/dist/browser/standalone.js +2 -2
- package/dist/components/Content/MarkdownRenderer.vue.d.ts.map +1 -1
- package/dist/{index-0f5c4fb7.js → index-7cc1241a.js} +2 -2
- package/dist/{index-2fdebf9c.js → index-fa00c84b.js} +2 -2
- package/dist/index.js +2 -2
- package/package.json +3 -3
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MarkdownRenderer.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Content/MarkdownRenderer.vue.ts"],"names":[],"mappings":";;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"MarkdownRenderer.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Content/MarkdownRenderer.vue.ts"],"names":[],"mappings":";;;;;;;;;;;gBAyJiB,OAAO;;AAHxB,wBASG;AAGH,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC;AAC9M,KAAK,kBAAkB,CAAC,CAAC,EAAE,CAAC,IAAI;KAE1B,CAAC,IAAI,MAAM,IAAI,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC,GAAG,CAAC,SAAS,MAAM,CAAC,GAAG,cAAc,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG;QACxE,OAAO,EAAE,CAAC,CAAC,CAAC,CAAC,CAAA;KACb,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CACT,CAAC;AACN,KAAK,cAAc,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}
|
|
@@ -46040,7 +46040,7 @@ const pF = /* @__PURE__ */ ve(hF, [["__scopeId", "data-v-d044c876"]]), OF = ["in
|
|
|
46040
46040
|
}, null, 8, OF));
|
|
46041
46041
|
}
|
|
46042
46042
|
});
|
|
46043
|
-
const Zr = /* @__PURE__ */ ve(mF, [["__scopeId", "data-v-
|
|
46043
|
+
const Zr = /* @__PURE__ */ ve(mF, [["__scopeId", "data-v-f893c4b1"]]);
|
|
46044
46044
|
const gF = {}, yF = { class: "card-form" };
|
|
46045
46045
|
function vF(t, e) {
|
|
46046
46046
|
return $(), W("div", yF, [
|
|
@@ -52121,7 +52121,7 @@ const gte = /* @__PURE__ */ ve(mte, [["__scopeId", "data-v-0f9f7f81"]]), CP = /*
|
|
|
52121
52121
|
emits: ["changeTheme", "updateContent"],
|
|
52122
52122
|
setup(t, { emit: e }) {
|
|
52123
52123
|
const r = t, n = FP(), i = gp(
|
|
52124
|
-
() => import("./index-
|
|
52124
|
+
() => import("./index-fa00c84b.js").then((C) => C.SwaggerEditor)
|
|
52125
52125
|
), o = Re(
|
|
52126
52126
|
() => V$(r.configuration ?? {}, { ...tF })
|
|
52127
52127
|
), a = Re(() => o.value.spec), { rawSpecRef: s, setRawSpecRef: l } = $B({
|
|
@@ -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 De } from "./index-
|
|
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-7cc1241a.js";
|
|
3
|
+
import { b as De } from "./index-7cc1241a.js";
|
|
4
4
|
import { useMediaQuery as W, useFileDialog as Y } from "@vueuse/core";
|
|
5
5
|
import "@headlessui/vue";
|
|
6
6
|
import "axios";
|