@scalar/api-reference 1.16.3 → 1.17.1
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 +14 -0
- package/dist/browser/standalone.js +15 -7
- package/dist/components/ApiReferenceLayout.vue.d.ts.map +1 -1
- package/dist/components/CodeBlock/CodeBlock.vue.d.ts +42 -0
- package/dist/components/CodeBlock/CodeBlock.vue.d.ts.map +1 -0
- package/dist/components/CodeBlock/index.d.ts +2 -0
- package/dist/components/CodeBlock/index.d.ts.map +1 -0
- package/dist/components/Content/Content.vue.d.ts.map +1 -1
- package/dist/components/Content/Lazy/Lazy.vue.d.ts +44 -0
- package/dist/components/Content/Lazy/Lazy.vue.d.ts.map +1 -0
- package/dist/components/Content/Lazy/Loading.vue.d.ts +35 -0
- package/dist/components/Content/Lazy/Loading.vue.d.ts.map +1 -0
- package/dist/components/Content/Lazy/index.d.ts +3 -0
- package/dist/components/Content/Lazy/index.d.ts.map +1 -0
- package/dist/components/Content/Lazy/lazyBus.d.ts +4 -0
- package/dist/components/Content/Lazy/lazyBus.d.ts.map +1 -0
- package/dist/components/Content/Models/Models.vue.d.ts.map +1 -1
- package/dist/components/Content/Operation/CustomRequestExamples.vue.d.ts.map +1 -1
- package/dist/components/Content/Operation/ExampleRequest.vue.d.ts.map +1 -1
- package/dist/components/Content/Operation/Operation.vue.d.ts +3 -3
- package/dist/components/Content/Operation/Operation.vue.d.ts.map +1 -1
- package/dist/components/Content/Operation/OperationAccordion.vue.d.ts +3 -3
- package/dist/components/Content/Operation/OperationAccordion.vue.d.ts.map +1 -1
- package/dist/components/Content/Operation/PathResponses/ExampleResponse.vue.d.ts.map +1 -1
- package/dist/components/Content/Tag/Endpoints.vue.d.ts +2 -0
- package/dist/components/Content/Tag/Endpoints.vue.d.ts.map +1 -1
- package/dist/components/Content/Tag/Tag.vue.d.ts +2 -2
- package/dist/components/Content/Tag/Tag.vue.d.ts.map +1 -1
- package/dist/components/Content/Tag/TagAccordion.vue.d.ts +0 -2
- package/dist/components/Content/Tag/TagAccordion.vue.d.ts.map +1 -1
- package/dist/components/Sidebar/Sidebar.vue.d.ts.map +1 -1
- package/dist/components/Sidebar/SidebarElement.vue.d.ts +3 -3
- package/dist/components/Sidebar/SidebarElement.vue.d.ts.map +1 -1
- package/dist/hooks/useNavState.d.ts +2 -1
- package/dist/hooks/useNavState.d.ts.map +1 -1
- package/dist/hooks/useSidebar.d.ts.map +1 -1
- package/dist/hooks/useSnippetTargets.d.ts.map +1 -1
- package/dist/{index-9defad46.js → index-c142d3d3.js} +11943 -11023
- package/dist/{index-e122c1c9.js → index-e2a48dff.js} +8 -7
- package/dist/index.js +53 -52
- package/package.json +6 -5
- package/dist/components/Content/Operation/PathResponses/RawSchema.vue.d.ts +0 -24
- package/dist/components/Content/Operation/PathResponses/RawSchema.vue.d.ts.map +0 -1
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { defineComponent as E, ref as C, watch as N, openBlock as m, createElementBlock as v, Fragment as k, createElementVNode as U, unref as a, createTextVNode as p, createCommentVNode as w, renderSlot as S, createVNode as n, withCtx as u, toDisplayString as R, computed as D, isRef as B, normalizeClass as L, createBlock as T } from "vue";
|
|
2
|
-
import { o as j, H as F, E as H, U as O, u as I, f as A, _ as x, C as J, m as z, R as Q } from "./index-
|
|
3
|
-
import { a as
|
|
2
|
+
import { o as j, H as F, E as H, U as O, u as I, f as A, _ as x, C as J, m as z, R as Q } from "./index-c142d3d3.js";
|
|
3
|
+
import { a as Le } from "./index-c142d3d3.js";
|
|
4
4
|
import { useMediaQuery as W, useFileDialog as Y } from "@vueuse/core";
|
|
5
5
|
import "@headlessui/vue";
|
|
6
6
|
import "axios";
|
|
7
|
-
import "github-slugger";
|
|
8
7
|
import "@vcarl/remark-headings";
|
|
8
|
+
import "github-slugger";
|
|
9
9
|
import "remark-parse";
|
|
10
10
|
import "remark-stringify";
|
|
11
11
|
import "unified";
|
|
@@ -21,6 +21,7 @@ import "rehype-stringify";
|
|
|
21
21
|
import "remark-gfm";
|
|
22
22
|
import "remark-rehype";
|
|
23
23
|
import "@floating-ui/vue";
|
|
24
|
+
import "prismjs";
|
|
24
25
|
import "fuse.js";
|
|
25
26
|
const q = (l) => {
|
|
26
27
|
if (typeof l != "string")
|
|
@@ -233,13 +234,13 @@ const ie = /* @__PURE__ */ x(ne, [["render", le]]), de = /* @__PURE__ */ E({
|
|
|
233
234
|
})
|
|
234
235
|
], 64));
|
|
235
236
|
}
|
|
236
|
-
}),
|
|
237
|
+
}), Ve = /* @__PURE__ */ x(de, [["__scopeId", "data-v-68ed8e3f"]]);
|
|
237
238
|
export {
|
|
238
|
-
|
|
239
|
+
Ve as CodeEditor,
|
|
239
240
|
F as HeaderTabButton,
|
|
240
241
|
Q as ResetStyles,
|
|
241
|
-
|
|
242
|
+
Ve as SwaggerEditor,
|
|
242
243
|
A as fetchSpecFromUrl,
|
|
243
244
|
q as isJsonString,
|
|
244
|
-
|
|
245
|
+
Le as useDarkModeState
|
|
245
246
|
};
|