@scalar/api-reference 1.17.2 → 1.17.3
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 +20 -0
- package/dist/browser/standalone.js +13 -13
- package/dist/components/ApiReferenceBase.vue.d.ts.map +1 -1
- package/dist/components/CustomToaster.vue.d.ts +3 -0
- package/dist/components/CustomToaster.vue.d.ts.map +1 -0
- package/dist/helpers/getRequestFromAuthentication.d.ts.map +1 -1
- package/dist/helpers/getUrlFromServerState.d.ts +1 -1
- package/dist/helpers/getUrlFromServerState.d.ts.map +1 -1
- package/dist/hooks/useClipboard.d.ts.map +1 -1
- package/dist/{index-aMPr7Gbp.js → index-C9MvHhGK.js} +5 -5
- package/dist/{index-DeqU-hiW.js → index-CCoBlGeV.js} +16715 -20877
- package/dist/index.js +2 -2
- package/package.json +9 -9
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ApiReferenceBase.vue.d.ts","sourceRoot":"","sources":["../../src/components/ApiReferenceBase.vue.ts"],"names":[],"mappings":"AAEA,OAAO,EAIL,KAAK,uBAAuB,EAC7B,MAAM,wBAAwB,CAAA;AAC/B,OAAO,EAAE,KAAK,OAAO,EAAe,MAAM,gBAAgB,CAAA;
|
|
1
|
+
{"version":3,"file":"ApiReferenceBase.vue.d.ts","sourceRoot":"","sources":["../../src/components/ApiReferenceBase.vue.ts"],"names":[],"mappings":"AAEA,OAAO,EAIL,KAAK,uBAAuB,EAC7B,MAAM,wBAAwB,CAAA;AAC/B,OAAO,EAAE,KAAK,OAAO,EAAe,MAAM,gBAAgB,CAAA;AAS1D,OAAO,EAIL,KAAK,cAAc,EACnB,KAAK,kBAAkB,EAExB,MAAM,UAAU,CAAA;;;;;;;;;;;;;;;;;AAmajB,wBAAwG;AAGxG,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,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
|
2
|
+
export default _default;
|
|
3
|
+
//# sourceMappingURL=CustomToaster.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CustomToaster.vue.d.ts","sourceRoot":"","sources":["../../src/components/CustomToaster.vue.ts"],"names":[],"mappings":";AAkDA,wBAKG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getRequestFromAuthentication.d.ts","sourceRoot":"","sources":["../../src/helpers/getRequestFromAuthentication.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAA;AAClD,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,eAAe,CAAA;AAE9C,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,UAAU,CAAA;AA8BnD;;GAEG;AACH,wBAAgB,4BAA4B,CAC1C,cAAc,EAAE,mBAAmB,EACnC,QAAQ,CAAC,EAAE,SAAS,CAAC,yBAAyB,EAAE,GAC/C,OAAO,CAAC,UAAU,CAAC,
|
|
1
|
+
{"version":3,"file":"getRequestFromAuthentication.d.ts","sourceRoot":"","sources":["../../src/helpers/getRequestFromAuthentication.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAA;AAClD,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,eAAe,CAAA;AAE9C,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,UAAU,CAAA;AA8BnD;;GAEG;AACH,wBAAgB,4BAA4B,CAC1C,cAAc,EAAE,mBAAmB,EACnC,QAAQ,CAAC,EAAE,SAAS,CAAC,yBAAyB,EAAE,GAC/C,OAAO,CAAC,UAAU,CAAC,CAgHrB"}
|
|
@@ -2,5 +2,5 @@ import type { ServerState } from '../types';
|
|
|
2
2
|
/**
|
|
3
3
|
* Get the URL from the server state.
|
|
4
4
|
*/
|
|
5
|
-
export declare function getUrlFromServerState(state: ServerState): string
|
|
5
|
+
export declare function getUrlFromServerState(state: ServerState): string;
|
|
6
6
|
//# sourceMappingURL=getUrlFromServerState.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getUrlFromServerState.d.ts","sourceRoot":"","sources":["../../src/helpers/getUrlFromServerState.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,UAAU,CAAA;AAG3C;;GAEG;AACH,wBAAgB,qBAAqB,CAAC,KAAK,EAAE,WAAW,
|
|
1
|
+
{"version":3,"file":"getUrlFromServerState.d.ts","sourceRoot":"","sources":["../../src/helpers/getUrlFromServerState.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,UAAU,CAAA;AAG3C;;GAEG;AACH,wBAAgB,qBAAqB,CAAC,KAAK,EAAE,WAAW,UAuBvD"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useClipboard.d.ts","sourceRoot":"","sources":["../../src/hooks/useClipboard.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"useClipboard.d.ts","sourceRoot":"","sources":["../../src/hooks/useClipboard.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,YAAY;6BACS,MAAM;CAQvC,CAAA"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent as E, ref as C, watch as N, openBlock as c, createElementBlock as v, Fragment as k, createElementVNode as U, unref as a, createTextVNode as u, createCommentVNode as w, renderSlot as S, createVNode as n, withCtx as p, 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 ve } from "./index-
|
|
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-CCoBlGeV.js";
|
|
3
|
+
import { a as ve } from "./index-CCoBlGeV.js";
|
|
4
4
|
import { useMediaQuery as W, useFileDialog as Y } from "@vueuse/core";
|
|
5
5
|
const q = (l) => {
|
|
6
6
|
if (typeof l != "string")
|
|
@@ -125,17 +125,17 @@ const q = (l) => {
|
|
|
125
125
|
});
|
|
126
126
|
const m = C(null);
|
|
127
127
|
function o(t) {
|
|
128
|
-
return q(t) ?
|
|
128
|
+
return q(t) ? "json" : "yaml";
|
|
129
129
|
}
|
|
130
130
|
return (t, r) => (c(), v("div", oe, [
|
|
131
131
|
n(a(J), {
|
|
132
132
|
ref_key: "codeMirrorRef",
|
|
133
133
|
ref: m,
|
|
134
134
|
content: t.value,
|
|
135
|
-
|
|
135
|
+
language: o(t.value),
|
|
136
136
|
lineNumbers: "",
|
|
137
137
|
onChange: r[0] || (r[0] = (g) => t.$emit("contentUpdate", g))
|
|
138
|
-
}, null, 8, ["content", "
|
|
138
|
+
}, null, 8, ["content", "language"])
|
|
139
139
|
]));
|
|
140
140
|
}
|
|
141
141
|
}), ne = {}, se = { class: "swagger-editor-notification swagger-editor-notification--error" };
|