@scalar/api-reference 1.25.68 → 1.25.70
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 +42 -0
- package/dist/browser/standalone.js +10519 -10533
- package/dist/browser/webpack-stats.json +1 -1
- package/dist/components/ApiReferenceLayout.vue.js +2 -2
- package/dist/components/ApiReferenceLayout.vue2.js +1 -1
- package/dist/components/Content/Content.vue.d.ts +4 -2
- package/dist/components/Content/Content.vue.d.ts.map +1 -1
- package/dist/components/Content/Content.vue.js +1 -1
- package/dist/components/Content/Content.vue2.js +33 -33
- package/dist/components/Content/Lazy/Loading.vue.d.ts +3 -3
- package/dist/components/Content/Lazy/Loading.vue.d.ts.map +1 -1
- package/dist/components/Content/Lazy/Loading.vue.js +27 -27
- package/dist/components/Content/Schema/SchemaProperty.vue.d.ts.map +1 -1
- package/dist/components/Content/Schema/SchemaProperty.vue.js +2 -2
- package/dist/components/Content/Tag/TagList.vue.d.ts +1 -1
- package/dist/components/Content/Tag/TagList.vue.d.ts.map +1 -1
- package/dist/components/Content/Tag/TagList.vue.js +33 -35
- package/dist/components/Content/Webhooks/index.d.ts +1 -1
- package/dist/components/Content/Webhooks/index.d.ts.map +1 -1
- package/dist/components/Layouts/ClassicLayout.vue.d.ts.map +1 -1
- package/dist/components/{Content/Operation/EndpointPath.vue.d.ts → OperationPath.vue.d.ts} +1 -1
- package/dist/components/OperationPath.vue.d.ts.map +1 -0
- package/dist/components/OperationPath.vue.js +7 -0
- package/dist/components/OperationPath.vue2.js +23 -0
- package/dist/components/Section/Section.vue.d.ts.map +1 -1
- package/dist/components/Section/Section.vue.js +2 -2
- package/dist/components/Section/Section.vue2.js +4 -4
- package/dist/components/Section/SectionContainer.vue.d.ts.map +1 -1
- package/dist/components/Section/SectionContainer.vue.js +2 -2
- package/dist/embeds/ExampleRequest/ExampleRequest.vue.d.ts.map +1 -1
- package/dist/embeds/OpenApiDocument/OpenApiDocument.vue.d.ts.map +1 -1
- package/dist/features/BaseUrl/ServerUrlSelect.vue.js +3 -3
- package/dist/features/BaseUrl/ServerVariablesForm.vue.js +1 -1
- package/dist/{components/Content/Operation/EndpointDetailsCard.vue.d.ts → features/Operation/Operation.vue.d.ts} +6 -2
- package/dist/features/Operation/Operation.vue.d.ts.map +1 -0
- package/dist/features/Operation/Operation.vue.js +25 -0
- package/dist/features/Operation/Operation.vue2.js +4 -0
- package/dist/features/Operation/Webhooks.vue.d.ts.map +1 -0
- package/dist/features/Operation/Webhooks.vue.js +7 -0
- package/dist/{components/Content/Webhooks → features/Operation}/Webhooks.vue2.js +12 -12
- package/dist/features/Operation/components/ContentTypeSelect.vue.d.ts.map +1 -0
- package/dist/{components/Content/Operation → features/Operation/components}/ContentTypeSelect.vue.js +2 -2
- package/dist/{components/Content/Operation → features/Operation/components}/ContentTypeSelect.vue2.js +8 -8
- package/dist/features/Operation/components/OperationParameters.vue.d.ts +7 -0
- package/dist/features/Operation/components/OperationParameters.vue.d.ts.map +1 -0
- package/dist/features/Operation/components/OperationParameters.vue.js +71 -0
- package/dist/features/Operation/components/OperationParameters.vue2.js +4 -0
- package/dist/{components/Content/Operation/EndpointDetails.vue.d.ts → features/Operation/components/OperationResponses.vue.d.ts} +5 -2
- package/dist/features/Operation/components/OperationResponses.vue.d.ts.map +1 -0
- package/dist/features/Operation/components/OperationResponses.vue.js +25 -0
- package/dist/features/Operation/components/OperationResponses.vue2.js +4 -0
- package/dist/features/Operation/components/ParameterHeaders.vue.d.ts.map +1 -0
- package/dist/features/Operation/components/ParameterHeaders.vue.js +7 -0
- package/dist/{components/Content/Operation → features/Operation/components}/ParameterHeaders.vue2.js +8 -8
- package/dist/{components/Content/Operation/Parameters.vue.d.ts → features/Operation/components/ParameterList.vue.d.ts} +3 -3
- package/dist/features/Operation/components/ParameterList.vue.d.ts.map +1 -0
- package/dist/features/Operation/components/ParameterList.vue.js +7 -0
- package/dist/{components/Content/Operation/Parameters.vue2.js → features/Operation/components/ParameterList.vue2.js} +7 -7
- package/dist/{components/Content/Operation/ParameterItem.vue.d.ts → features/Operation/components/ParameterListItem.vue.d.ts} +3 -3
- package/dist/features/Operation/components/ParameterListItem.vue.d.ts.map +1 -0
- package/dist/features/Operation/components/ParameterListItem.vue.js +7 -0
- package/dist/{components/Content/Operation/ParameterItem.vue2.js → features/Operation/components/ParameterListItem.vue2.js} +20 -20
- package/dist/features/Operation/components/RequestBody.vue.d.ts.map +1 -0
- package/dist/{components/Content/Operation → features/Operation/components}/RequestBody.vue.js +1 -1
- package/dist/{components/Content/Operation → features/Operation/components}/RequestBody.vue2.js +1 -1
- package/dist/features/Operation/components/RequestBodyPropertiesChild.vue.d.ts.map +1 -0
- package/dist/features/Operation/components/Webhook.vue.d.ts.map +1 -0
- package/dist/{components/Content/Webhooks → features/Operation/components}/Webhook.vue.js +2 -2
- package/dist/features/Operation/components/Webhook.vue2.js +29 -0
- package/dist/{hooks → features/Operation/hooks}/useResponses.d.ts +1 -1
- package/dist/features/Operation/hooks/useResponses.d.ts.map +1 -0
- package/dist/features/Operation/index.d.ts +3 -0
- package/dist/features/Operation/index.d.ts.map +1 -0
- package/dist/{components/Content/Operation/OperationAccordion.vue.d.ts → features/Operation/layouts/ClassicLayout.vue.d.ts} +1 -1
- package/dist/features/Operation/layouts/ClassicLayout.vue.d.ts.map +1 -0
- package/dist/features/Operation/layouts/ClassicLayout.vue.js +7 -0
- package/dist/features/Operation/layouts/ClassicLayout.vue2.js +114 -0
- package/dist/{components/Content/Operation/Operation.vue.d.ts → features/Operation/layouts/ModernLayout.vue.d.ts} +1 -1
- package/dist/features/Operation/layouts/ModernLayout.vue.d.ts.map +1 -0
- package/dist/features/Operation/layouts/ModernLayout.vue.js +7 -0
- package/dist/features/Operation/layouts/ModernLayout.vue2.js +114 -0
- package/dist/features/Search/SearchButton.vue.js +2 -2
- package/dist/features/Search/SearchButton.vue2.js +1 -1
- package/dist/features/Search/useSearchIndex.js +8 -8
- package/dist/features/TestRequestButton/TestRequestButton.vue.d.ts.map +1 -0
- package/dist/features/TestRequestButton/TestRequestButton.vue.js +7 -0
- package/dist/{components/Content/Operation → features/TestRequestButton}/TestRequestButton.vue2.js +6 -6
- package/dist/features/TestRequestButton/index.d.ts +2 -0
- package/dist/features/TestRequestButton/index.d.ts.map +1 -0
- package/dist/helpers/parse.d.ts.map +1 -1
- package/dist/helpers/parse.js +55 -52
- package/dist/hooks/index.d.ts +0 -1
- package/dist/hooks/index.d.ts.map +1 -1
- package/dist/hooks/useOperation.d.ts +7 -10
- package/dist/hooks/useOperation.d.ts.map +1 -1
- package/dist/hooks/useOperation.js +13 -11
- package/dist/index.js +12 -14
- package/dist/legacy/components/CardFormGroup.vue.d.ts.map +1 -1
- package/dist/legacy/components/CardFormGroup.vue.js +1 -1
- package/dist/legacy/components/SecurityScheme.vue2.js +6 -6
- package/dist/legacy/components/SecuritySchemeSelector.vue.js +3 -3
- package/dist/style.css +1 -1
- package/package.json +11 -10
- package/dist/components/Content/Operation/ContentTypeSelect.vue.d.ts.map +0 -1
- package/dist/components/Content/Operation/EndpointDetails.vue.d.ts.map +0 -1
- package/dist/components/Content/Operation/EndpointDetails.vue.js +0 -88
- package/dist/components/Content/Operation/EndpointDetails.vue2.js +0 -4
- package/dist/components/Content/Operation/EndpointDetailsCard.vue.d.ts.map +0 -1
- package/dist/components/Content/Operation/EndpointDetailsCard.vue.js +0 -7
- package/dist/components/Content/Operation/EndpointDetailsCard.vue2.js +0 -67
- package/dist/components/Content/Operation/EndpointPath.vue.d.ts.map +0 -1
- package/dist/components/Content/Operation/EndpointPath.vue.js +0 -7
- package/dist/components/Content/Operation/EndpointPath.vue2.js +0 -23
- package/dist/components/Content/Operation/Operation.vue.d.ts.map +0 -1
- package/dist/components/Content/Operation/Operation.vue.js +0 -7
- package/dist/components/Content/Operation/Operation.vue2.js +0 -105
- package/dist/components/Content/Operation/OperationAccordion.vue.d.ts.map +0 -1
- package/dist/components/Content/Operation/OperationAccordion.vue.js +0 -7
- package/dist/components/Content/Operation/OperationAccordion.vue2.js +0 -103
- package/dist/components/Content/Operation/ParameterHeaders.vue.d.ts.map +0 -1
- package/dist/components/Content/Operation/ParameterHeaders.vue.js +0 -7
- package/dist/components/Content/Operation/ParameterItem.vue.d.ts.map +0 -1
- package/dist/components/Content/Operation/ParameterItem.vue.js +0 -7
- package/dist/components/Content/Operation/Parameters.vue.d.ts.map +0 -1
- package/dist/components/Content/Operation/Parameters.vue.js +0 -7
- package/dist/components/Content/Operation/RequestBody.vue.d.ts.map +0 -1
- package/dist/components/Content/Operation/RequestBodyPropertiesChild.vue.d.ts.map +0 -1
- package/dist/components/Content/Operation/TestRequestButton.vue.d.ts.map +0 -1
- package/dist/components/Content/Operation/TestRequestButton.vue.js +0 -7
- package/dist/components/Content/Operation/index.d.ts +0 -3
- package/dist/components/Content/Operation/index.d.ts.map +0 -1
- package/dist/components/Content/Webhooks/Webhook.vue.d.ts.map +0 -1
- package/dist/components/Content/Webhooks/Webhook.vue2.js +0 -39
- package/dist/components/Content/Webhooks/Webhooks.vue.d.ts.map +0 -1
- package/dist/components/Content/Webhooks/Webhooks.vue.js +0 -7
- package/dist/hooks/useResponses.d.ts.map +0 -1
- /package/dist/{components/Content/Webhooks → features/Operation}/Webhooks.vue.d.ts +0 -0
- /package/dist/{components/Content/Operation → features/Operation/components}/ContentTypeSelect.vue.d.ts +0 -0
- /package/dist/{components/Content/Operation → features/Operation/components}/ParameterHeaders.vue.d.ts +0 -0
- /package/dist/{components/Content/Operation → features/Operation/components}/RequestBody.vue.d.ts +0 -0
- /package/dist/{components/Content/Operation → features/Operation/components}/RequestBodyPropertiesChild.vue.d.ts +0 -0
- /package/dist/{components/Content/Webhooks → features/Operation/components}/Webhook.vue.d.ts +0 -0
- /package/dist/{hooks → features/Operation/hooks}/useResponses.js +0 -0
- /package/dist/{components/Content/Operation → features/TestRequestButton}/TestRequestButton.vue.d.ts +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CardFormGroup.vue.d.ts","sourceRoot":"","sources":["../../../src/legacy/components/CardFormGroup.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"CardFormGroup.vue.d.ts","sourceRoot":"","sources":["../../../src/legacy/components/CardFormGroup.vue"],"names":[],"mappings":"AAsBA,iBAAS,cAAc;WAwCT,OAAO,IAA6B;;yBARrB,GAAG;;;;EAa/B;AAOD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,0RAMnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAKpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -7,7 +7,7 @@ function s(r, a) {
|
|
|
7
7
|
t(r.$slots, "default", {}, void 0, !0)
|
|
8
8
|
]);
|
|
9
9
|
}
|
|
10
|
-
const p = /* @__PURE__ */ c(n, [["render", s], ["__scopeId", "data-v-
|
|
10
|
+
const p = /* @__PURE__ */ c(n, [["render", s], ["__scopeId", "data-v-2715671a"]]);
|
|
11
11
|
export {
|
|
12
12
|
p as default
|
|
13
13
|
};
|
|
@@ -7,10 +7,10 @@ import P from "./CardFormGroup.vue.js";
|
|
|
7
7
|
import j from "./CardFormRows.vue.js";
|
|
8
8
|
import f from "./CardFormTextInput.vue.js";
|
|
9
9
|
import R from "./SecuritySchemeScopes.vue.js";
|
|
10
|
-
import {
|
|
11
|
-
import {
|
|
12
|
-
import {
|
|
13
|
-
import {
|
|
10
|
+
import { useApiClient as oe } from "../../features/ApiClientModal/useApiClient.js";
|
|
11
|
+
import { useServerStore as ae } from "../stores/useServerStore.js";
|
|
12
|
+
import { getUrlFromServerState as se } from "../helpers/getUrlFromServerState.js";
|
|
13
|
+
import { useAuthenticationStore as ue } from "../stores/useAuthenticationStore.js";
|
|
14
14
|
const Se = /* @__PURE__ */ Q({
|
|
15
15
|
__name: "SecurityScheme",
|
|
16
16
|
props: {
|
|
@@ -18,7 +18,7 @@ const Se = /* @__PURE__ */ Q({
|
|
|
18
18
|
proxy: {}
|
|
19
19
|
},
|
|
20
20
|
setup(le) {
|
|
21
|
-
const { toast: L } = ee(), { client: C } =
|
|
21
|
+
const { toast: L } = ee(), { client: C } = oe(), { server: N } = ae(), { authentication: r, setAuthentication: p } = ue(), V = (t) => {
|
|
22
22
|
var o;
|
|
23
23
|
const e = t.target.value;
|
|
24
24
|
p({
|
|
@@ -321,7 +321,7 @@ const Se = /* @__PURE__ */ Q({
|
|
|
321
321
|
return q(
|
|
322
322
|
(O = (T = t.value.flows) == null ? void 0 : T.password) == null ? void 0 : O.tokenUrl,
|
|
323
323
|
{
|
|
324
|
-
baseUrl: l(
|
|
324
|
+
baseUrl: l(se)(l(N)).modifiedUrl,
|
|
325
325
|
proxy: t.proxy
|
|
326
326
|
}
|
|
327
327
|
);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import
|
|
1
|
+
import o from "./SecuritySchemeSelector.vue2.js";
|
|
2
2
|
/* empty css */
|
|
3
|
-
import
|
|
4
|
-
const m = /* @__PURE__ */ o
|
|
3
|
+
import t from "../../_virtual/_plugin-vue_export-helper.js";
|
|
4
|
+
const m = /* @__PURE__ */ t(o, [["__scopeId", "data-v-0b5602b1"]]);
|
|
5
5
|
export {
|
|
6
6
|
m as default
|
|
7
7
|
};
|