@scalar/api-reference 1.44.26 → 1.44.27
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 +29 -0
- package/dist/browser/standalone.js +13890 -13831
- package/dist/browser/webpack-stats.json +1 -1
- package/dist/components/AgentScalar/AgentScalarChatInterface.vue.d.ts.map +1 -1
- package/dist/components/AgentScalar/AgentScalarChatInterface.vue2.js +2 -1
- package/dist/components/ApiReference.vue.d.ts.map +1 -1
- package/dist/components/ApiReference.vue.js +1 -1
- package/dist/components/ApiReference.vue2.js +2 -2
- package/dist/components/Content/Schema/SchemaPropertyDefault.vue.d.ts +7 -0
- package/dist/components/Content/Schema/SchemaPropertyDefault.vue.d.ts.map +1 -0
- package/dist/components/Content/Schema/SchemaPropertyDefault.vue.js +7 -0
- package/dist/components/Content/Schema/SchemaPropertyDefault.vue2.js +45 -0
- package/dist/components/Content/Schema/SchemaPropertyHeading.vue.d.ts.map +1 -1
- package/dist/components/Content/Schema/SchemaPropertyHeading.vue.js +1 -1
- package/dist/components/Content/Schema/SchemaPropertyHeading.vue2.js +8 -35
- package/dist/components/Content/Schema/helpers/format-value.d.ts +5 -0
- package/dist/components/Content/Schema/helpers/format-value.d.ts.map +1 -0
- package/dist/components/Content/Schema/helpers/format-value.js +35 -0
- package/dist/features/{toolbar/ApiReferenceToolbar.vue.d.ts → developer-tools/DeveloperTools.vue.d.ts} +1 -1
- package/dist/features/developer-tools/DeveloperTools.vue.d.ts.map +1 -0
- package/dist/features/{toolbar/ApiReferenceToolbar.vue.js → developer-tools/DeveloperTools.vue.js} +11 -11
- package/dist/features/developer-tools/DeveloperTools.vue2.js +4 -0
- package/dist/features/developer-tools/components/ApiReferenceToolbarBlurb.vue.d.ts.map +1 -0
- package/dist/features/{toolbar → developer-tools/components}/ApiReferenceToolbarBlurb.vue.js +1 -1
- package/dist/features/developer-tools/components/ApiReferenceToolbarConfigLayout.vue.d.ts.map +1 -0
- package/dist/features/{toolbar → developer-tools/components}/ApiReferenceToolbarConfigLayoutOptions.vue.d.ts +2 -0
- package/dist/features/developer-tools/components/ApiReferenceToolbarConfigLayoutOptions.vue.d.ts.map +1 -0
- package/dist/features/{toolbar → developer-tools/components}/ApiReferenceToolbarConfigLayoutOptions.vue.js +35 -17
- package/dist/features/developer-tools/components/ApiReferenceToolbarConfigTheme.vue.d.ts.map +1 -0
- package/dist/features/developer-tools/components/ApiReferenceToolbarPopover.vue.d.ts.map +1 -0
- package/dist/features/developer-tools/components/ApiReferenceToolbarRegisterButton.vue.d.ts.map +1 -0
- package/dist/features/{toolbar → developer-tools/components}/ApiReferenceToolbarRegisterButton.vue.js +2 -2
- package/dist/features/developer-tools/components/ApiReferenceToolbarShareRegister.vue.d.ts.map +1 -0
- package/dist/features/{toolbar → developer-tools/components}/ApiReferenceToolbarShareRegister.vue.js +12 -8
- package/dist/features/developer-tools/components/ApiReferenceToolbarShareTemporary.vue.d.ts.map +1 -0
- package/dist/features/developer-tools/components/ApiReferenceToolbarShareTemporary.vue.js +73 -0
- package/dist/features/developer-tools/components/ApiReferenceToolbarTitle.vue.d.ts.map +1 -0
- package/dist/features/{toolbar/ApiReferenceToolbarSdks.vue.d.ts → developer-tools/components/DeployApiReference.vue.d.ts} +1 -1
- package/dist/features/developer-tools/components/DeployApiReference.vue.d.ts.map +1 -0
- package/dist/features/developer-tools/components/DeployApiReference.vue.js +35 -0
- package/dist/features/developer-tools/components/DeployApiReference.vue2.js +4 -0
- package/dist/features/{toolbar/ApiReferenceToolbarConfig.vue.d.ts → developer-tools/components/ModifyConfiguration.vue.d.ts} +1 -1
- package/dist/features/developer-tools/components/ModifyConfiguration.vue.d.ts.map +1 -0
- package/dist/features/{toolbar/ApiReferenceToolbarConfig.vue.js → developer-tools/components/ModifyConfiguration.vue.js} +1 -1
- package/dist/features/developer-tools/components/ModifyConfiguration.vue2.js +4 -0
- package/dist/features/{toolbar/ApiReferenceToolbarShare.vue.d.ts → developer-tools/components/ShareApiReference.vue.d.ts} +1 -1
- package/dist/features/developer-tools/components/ShareApiReference.vue.d.ts.map +1 -0
- package/dist/features/{toolbar/ApiReferenceToolbarShare.vue.js → developer-tools/components/ShareApiReference.vue.js} +4 -13
- package/dist/features/developer-tools/components/ShareApiReference.vue2.js +4 -0
- package/dist/features/developer-tools/index.d.ts +2 -0
- package/dist/features/developer-tools/index.d.ts.map +1 -0
- package/dist/features/index.d.ts +0 -1
- package/dist/features/index.d.ts.map +1 -1
- package/dist/features/index.js +2 -4
- package/dist/style.css +103 -35
- package/package.json +13 -13
- package/dist/features/toolbar/ApiReferenceToolbar.vue.d.ts.map +0 -1
- package/dist/features/toolbar/ApiReferenceToolbar.vue2.js +0 -4
- package/dist/features/toolbar/ApiReferenceToolbarBlurb.vue.d.ts.map +0 -1
- package/dist/features/toolbar/ApiReferenceToolbarConfig.vue.d.ts.map +0 -1
- package/dist/features/toolbar/ApiReferenceToolbarConfig.vue2.js +0 -4
- package/dist/features/toolbar/ApiReferenceToolbarConfigLayout.vue.d.ts.map +0 -1
- package/dist/features/toolbar/ApiReferenceToolbarConfigLayoutOptions.vue.d.ts.map +0 -1
- package/dist/features/toolbar/ApiReferenceToolbarConfigTheme.vue.d.ts.map +0 -1
- package/dist/features/toolbar/ApiReferenceToolbarPopover.vue.d.ts.map +0 -1
- package/dist/features/toolbar/ApiReferenceToolbarRegisterButton.vue.d.ts.map +0 -1
- package/dist/features/toolbar/ApiReferenceToolbarSdks.vue.d.ts.map +0 -1
- package/dist/features/toolbar/ApiReferenceToolbarSdks.vue.js +0 -89
- package/dist/features/toolbar/ApiReferenceToolbarSdks.vue2.js +0 -4
- package/dist/features/toolbar/ApiReferenceToolbarShare.vue.d.ts.map +0 -1
- package/dist/features/toolbar/ApiReferenceToolbarShare.vue2.js +0 -4
- package/dist/features/toolbar/ApiReferenceToolbarShareRegister.vue.d.ts.map +0 -1
- package/dist/features/toolbar/ApiReferenceToolbarShareTemporary.vue.d.ts.map +0 -1
- package/dist/features/toolbar/ApiReferenceToolbarShareTemporary.vue.js +0 -90
- package/dist/features/toolbar/ApiReferenceToolbarTitle.vue.d.ts.map +0 -1
- /package/dist/features/{toolbar → developer-tools/components}/ApiReferenceToolbarBlurb.vue.d.ts +0 -0
- /package/dist/features/{toolbar → developer-tools/components}/ApiReferenceToolbarConfigLayout.vue.d.ts +0 -0
- /package/dist/features/{toolbar → developer-tools/components}/ApiReferenceToolbarConfigLayout.vue.js +0 -0
- /package/dist/features/{toolbar → developer-tools/components}/ApiReferenceToolbarConfigLayout.vue2.js +0 -0
- /package/dist/features/{toolbar → developer-tools/components}/ApiReferenceToolbarConfigLayoutOptions.vue2.js +0 -0
- /package/dist/features/{toolbar → developer-tools/components}/ApiReferenceToolbarConfigTheme.vue.d.ts +0 -0
- /package/dist/features/{toolbar → developer-tools/components}/ApiReferenceToolbarConfigTheme.vue.js +0 -0
- /package/dist/features/{toolbar → developer-tools/components}/ApiReferenceToolbarConfigTheme.vue2.js +0 -0
- /package/dist/features/{toolbar → developer-tools/components}/ApiReferenceToolbarPopover.vue.d.ts +0 -0
- /package/dist/features/{toolbar → developer-tools/components}/ApiReferenceToolbarPopover.vue.js +0 -0
- /package/dist/features/{toolbar → developer-tools/components}/ApiReferenceToolbarPopover.vue2.js +0 -0
- /package/dist/features/{toolbar → developer-tools/components}/ApiReferenceToolbarRegisterButton.vue.d.ts +0 -0
- /package/dist/features/{toolbar → developer-tools/components}/ApiReferenceToolbarRegisterButton.vue2.js +0 -0
- /package/dist/features/{toolbar → developer-tools/components}/ApiReferenceToolbarShareRegister.vue.d.ts +0 -0
- /package/dist/features/{toolbar → developer-tools/components}/ApiReferenceToolbarShareRegister.vue2.js +0 -0
- /package/dist/features/{toolbar → developer-tools/components}/ApiReferenceToolbarShareTemporary.vue.d.ts +0 -0
- /package/dist/features/{toolbar → developer-tools/components}/ApiReferenceToolbarShareTemporary.vue2.js +0 -0
- /package/dist/features/{toolbar → developer-tools/components}/ApiReferenceToolbarTitle.vue.d.ts +0 -0
- /package/dist/features/{toolbar → developer-tools/components}/ApiReferenceToolbarTitle.vue.js +0 -0
- /package/dist/features/{toolbar → developer-tools/components}/ApiReferenceToolbarTitle.vue2.js +0 -0
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
import { defineComponent, mergeModels, useModel, createElementBlock, openBlock, Fragment, createBlock, createVNode, unref, withCtx, createTextVNode } from "vue";
|
|
2
|
+
import { useLoadingState, ScalarTextInputCopy, ScalarButton } from "@scalar/components";
|
|
3
|
+
import { useToasts } from "@scalar/use-toasts";
|
|
4
|
+
import { REGISTRY_SHARE_URL } from "../../../consts/urls.js";
|
|
5
|
+
import { uploadTempDocument } from "../../../helpers/upload-temp-document.js";
|
|
6
|
+
import ApiReferenceToolbarBlurb from "./ApiReferenceToolbarBlurb.vue.js";
|
|
7
|
+
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
8
|
+
__name: "ApiReferenceToolbarShareTemporary",
|
|
9
|
+
props: /* @__PURE__ */ mergeModels({
|
|
10
|
+
workspace: {}
|
|
11
|
+
}, {
|
|
12
|
+
"url": {},
|
|
13
|
+
"urlModifiers": {}
|
|
14
|
+
}),
|
|
15
|
+
emits: ["update:url"],
|
|
16
|
+
setup(__props) {
|
|
17
|
+
const { toast } = useToasts();
|
|
18
|
+
const loader = useLoadingState();
|
|
19
|
+
const tempDocUrl = useModel(__props, "url");
|
|
20
|
+
async function generateTemporaryLink() {
|
|
21
|
+
if (loader.isLoading || !__props.workspace || !!tempDocUrl.value) {
|
|
22
|
+
return;
|
|
23
|
+
}
|
|
24
|
+
loader.start();
|
|
25
|
+
const document = __props.workspace.exportActiveDocument("json");
|
|
26
|
+
if (!document) {
|
|
27
|
+
toast("Unable to export active document", "error");
|
|
28
|
+
await loader.invalidate();
|
|
29
|
+
return;
|
|
30
|
+
}
|
|
31
|
+
try {
|
|
32
|
+
const url = await uploadTempDocument(document);
|
|
33
|
+
await loader.validate({ duration: 900, persist: true });
|
|
34
|
+
tempDocUrl.value = url;
|
|
35
|
+
} catch (error) {
|
|
36
|
+
const message = error instanceof Error ? error.message : "An unknown error occurred";
|
|
37
|
+
toast(message, "error");
|
|
38
|
+
await loader.invalidate();
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
return (_ctx, _cache) => {
|
|
42
|
+
return openBlock(), createElementBlock(Fragment, null, [
|
|
43
|
+
tempDocUrl.value ? (openBlock(), createBlock(unref(ScalarTextInputCopy), {
|
|
44
|
+
key: 0,
|
|
45
|
+
immediate: "",
|
|
46
|
+
modelValue: tempDocUrl.value,
|
|
47
|
+
name: "temporary-link",
|
|
48
|
+
placeholder: `${unref(REGISTRY_SHARE_URL)}/apis/…`
|
|
49
|
+
}, null, 8, ["modelValue", "placeholder"])) : (openBlock(), createBlock(unref(ScalarButton), {
|
|
50
|
+
key: 1,
|
|
51
|
+
class: "h-auto p-2.5",
|
|
52
|
+
loader: unref(loader),
|
|
53
|
+
variant: "gradient",
|
|
54
|
+
onClick: generateTemporaryLink
|
|
55
|
+
}, {
|
|
56
|
+
default: withCtx(() => [..._cache[0] || (_cache[0] = [
|
|
57
|
+
createTextVNode(" Upload Document ", -1)
|
|
58
|
+
])]),
|
|
59
|
+
_: 1
|
|
60
|
+
}, 8, ["loader"])),
|
|
61
|
+
createVNode(ApiReferenceToolbarBlurb, { class: "-mt-1" }, {
|
|
62
|
+
default: withCtx(() => [..._cache[1] || (_cache[1] = [
|
|
63
|
+
createTextVNode(" Your document will automatically be deleted after 7 days. ", -1)
|
|
64
|
+
])]),
|
|
65
|
+
_: 1
|
|
66
|
+
})
|
|
67
|
+
], 64);
|
|
68
|
+
};
|
|
69
|
+
}
|
|
70
|
+
});
|
|
71
|
+
export {
|
|
72
|
+
_sfc_main as default
|
|
73
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ApiReferenceToolbarTitle.vue.d.ts","sourceRoot":"","sources":["../../../../src/features/developer-tools/components/ApiReferenceToolbarTitle.vue"],"names":[],"mappings":"AA+LA,QAAA,MAAM,YAAY,+QAChB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
|
|
@@ -5,4 +5,4 @@ type __VLS_Props = {
|
|
|
5
5
|
declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
6
6
|
declare const _default: typeof __VLS_export;
|
|
7
7
|
export default _default;
|
|
8
|
-
//# sourceMappingURL=
|
|
8
|
+
//# sourceMappingURL=DeployApiReference.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DeployApiReference.vue.d.ts","sourceRoot":"","sources":["../../../../src/features/developer-tools/components/DeployApiReference.vue"],"names":[],"mappings":"AA6BA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,gCAAgC,CAAA;AAKpE,KAAK,WAAW,GAAG;IACjB,SAAS,EAAE,cAAc,CAAA;CAC1B,CAAC;AAiEF,QAAA,MAAM,YAAY,kSAEhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { defineComponent, createBlock, openBlock, withCtx, createVNode, unref, createElementVNode, createTextVNode } from "vue";
|
|
2
|
+
import { ScalarFormSection } from "@scalar/components";
|
|
3
|
+
import _sfc_main$1 from "./ApiReferenceToolbarPopover.vue.js";
|
|
4
|
+
import _sfc_main$2 from "./ApiReferenceToolbarShareRegister.vue.js";
|
|
5
|
+
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
6
|
+
__name: "DeployApiReference",
|
|
7
|
+
props: {
|
|
8
|
+
workspace: {}
|
|
9
|
+
},
|
|
10
|
+
setup(__props) {
|
|
11
|
+
return (_ctx, _cache) => {
|
|
12
|
+
return openBlock(), createBlock(_sfc_main$1, { class: "w-120" }, {
|
|
13
|
+
label: withCtx(() => [..._cache[0] || (_cache[0] = [
|
|
14
|
+
createTextVNode("Deploy", -1)
|
|
15
|
+
])]),
|
|
16
|
+
default: withCtx(() => [
|
|
17
|
+
createVNode(unref(ScalarFormSection), null, {
|
|
18
|
+
label: withCtx(() => [..._cache[1] || (_cache[1] = [
|
|
19
|
+
createTextVNode("Scalar Docs", -1)
|
|
20
|
+
])]),
|
|
21
|
+
default: withCtx(() => [
|
|
22
|
+
_cache[2] || (_cache[2] = createElementVNode("p", { class: "text-c-2 mb-2 leading-normal" }, " Deploy your documentation on Scalar, the modern documentation platform for your API and everything else. ", -1)),
|
|
23
|
+
createVNode(_sfc_main$2, { workspace: __props.workspace }, null, 8, ["workspace"])
|
|
24
|
+
]),
|
|
25
|
+
_: 1
|
|
26
|
+
})
|
|
27
|
+
]),
|
|
28
|
+
_: 1
|
|
29
|
+
});
|
|
30
|
+
};
|
|
31
|
+
}
|
|
32
|
+
});
|
|
33
|
+
export {
|
|
34
|
+
_sfc_main as default
|
|
35
|
+
};
|
|
@@ -13,4 +13,4 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {},
|
|
|
13
13
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
14
14
|
declare const _default: typeof __VLS_export;
|
|
15
15
|
export default _default;
|
|
16
|
-
//# sourceMappingURL=
|
|
16
|
+
//# sourceMappingURL=ModifyConfiguration.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ModifyConfiguration.vue.d.ts","sourceRoot":"","sources":["../../../../src/features/developer-tools/components/ModifyConfiguration.vue"],"names":[],"mappings":"AA8EA,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,6BAA6B,CAAA;AAQ5E,KAAK,WAAW,GAAG;IACjB,aAAa,CAAC,EAAE,OAAO,CAAC,yBAAyB,CAAC,CAAA;CACnD,CAAC;AAyBF,KAAK,gBAAgB,GAAG;IACxB,WAAW,CAAC,EAAE,OAAO,CAAC,yBAAyB,CAAC,CAAC;CAChD,CAAC;AAKF,KAAK,iBAAiB,GAAG,WAAW,GAAG,gBAAgB,CAAC;AAsKxD,QAAA,MAAM,YAAY;;;;kFAGhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
|
|
@@ -7,7 +7,7 @@ import _sfc_main$2 from "./ApiReferenceToolbarConfigTheme.vue.js";
|
|
|
7
7
|
import _sfc_main$1 from "./ApiReferenceToolbarPopover.vue.js";
|
|
8
8
|
const _hoisted_1 = { class: "flex flex-col gap-4" };
|
|
9
9
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
10
|
-
__name: "
|
|
10
|
+
__name: "ModifyConfiguration",
|
|
11
11
|
props: /* @__PURE__ */ mergeModels({
|
|
12
12
|
configuration: {}
|
|
13
13
|
}, {
|
|
@@ -5,4 +5,4 @@ type __VLS_Props = {
|
|
|
5
5
|
declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
6
6
|
declare const _default: typeof __VLS_export;
|
|
7
7
|
export default _default;
|
|
8
|
-
//# sourceMappingURL=
|
|
8
|
+
//# sourceMappingURL=ShareApiReference.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ShareApiReference.vue.d.ts","sourceRoot":"","sources":["../../../../src/features/developer-tools/components/ShareApiReference.vue"],"names":[],"mappings":"AA4BA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,gCAAgC,CAAA;AAKpE,KAAK,WAAW,GAAG;IACjB,SAAS,EAAE,cAAc,CAAA;CAC1B,CAAC;AAiEF,QAAA,MAAM,YAAY,kSAEhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
|
|
@@ -1,10 +1,9 @@
|
|
|
1
|
-
import { defineComponent, createBlock, openBlock, withCtx, createVNode, unref, createTextVNode } from "vue";
|
|
1
|
+
import { defineComponent, createBlock, openBlock, withCtx, createVNode, unref, createElementVNode, createTextVNode } from "vue";
|
|
2
2
|
import { ScalarFormSection } from "@scalar/components";
|
|
3
3
|
import _sfc_main$1 from "./ApiReferenceToolbarPopover.vue.js";
|
|
4
|
-
import _sfc_main$3 from "./ApiReferenceToolbarShareRegister.vue.js";
|
|
5
4
|
import _sfc_main$2 from "./ApiReferenceToolbarShareTemporary.vue.js";
|
|
6
5
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
7
|
-
__name: "
|
|
6
|
+
__name: "ShareApiReference",
|
|
8
7
|
props: {
|
|
9
8
|
workspace: {}
|
|
10
9
|
},
|
|
@@ -17,21 +16,13 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
17
16
|
default: withCtx(() => [
|
|
18
17
|
createVNode(unref(ScalarFormSection), null, {
|
|
19
18
|
label: withCtx(() => [..._cache[1] || (_cache[1] = [
|
|
20
|
-
createTextVNode("
|
|
19
|
+
createTextVNode("Share your API Reference", -1)
|
|
21
20
|
])]),
|
|
22
21
|
default: withCtx(() => [
|
|
22
|
+
_cache[2] || (_cache[2] = createElementVNode("p", { class: "text-c-2 mb-2 leading-normal" }, " Upload your OpenAPI document to share your API Reference with others. As easy as pressing a button. ", -1)),
|
|
23
23
|
createVNode(_sfc_main$2, { workspace: __props.workspace }, null, 8, ["workspace"])
|
|
24
24
|
]),
|
|
25
25
|
_: 1
|
|
26
|
-
}),
|
|
27
|
-
createVNode(unref(ScalarFormSection), null, {
|
|
28
|
-
label: withCtx(() => [..._cache[2] || (_cache[2] = [
|
|
29
|
-
createTextVNode("Cloud Hosting", -1)
|
|
30
|
-
])]),
|
|
31
|
-
default: withCtx(() => [
|
|
32
|
-
createVNode(_sfc_main$3, { workspace: __props.workspace }, null, 8, ["workspace"])
|
|
33
|
-
]),
|
|
34
|
-
_: 1
|
|
35
26
|
})
|
|
36
27
|
]),
|
|
37
28
|
_: 1
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/features/developer-tools/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,sBAAsB,CAAA"}
|
package/dist/features/index.d.ts
CHANGED
|
@@ -2,5 +2,4 @@ export { default as DocumentSelector } from './multiple-documents/DocumentSelect
|
|
|
2
2
|
export { Operation } from './Operation';
|
|
3
3
|
export { default as SearchButton } from './Search/components/SearchButton.vue.js';
|
|
4
4
|
export { getXKeysFromObject } from './specification-extension';
|
|
5
|
-
export { default as ApiReferenceToolbar } from './toolbar/ApiReferenceToolbar.vue.js';
|
|
6
5
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/features/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,2CAA2C,CAAA;AACvF,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAA;AACvC,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,sCAAsC,CAAA;AAC9E,OAAO,EAAE,kBAAkB,EAAE,MAAM,2BAA2B,CAAA
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/features/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,2CAA2C,CAAA;AACvF,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAA;AACvC,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,sCAAsC,CAAA;AAC9E,OAAO,EAAE,kBAAkB,EAAE,MAAM,2BAA2B,CAAA"}
|
package/dist/features/index.js
CHANGED
|
@@ -1,12 +1,10 @@
|
|
|
1
1
|
import { default as default2 } from "./multiple-documents/DocumentSelector.vue.js";
|
|
2
2
|
import { default as default3 } from "./Search/components/SearchButton.vue.js";
|
|
3
|
-
import { default as default4 } from "./
|
|
4
|
-
import { default as default5 } from "./Operation/Operation.vue.js";
|
|
3
|
+
import { default as default4 } from "./Operation/Operation.vue.js";
|
|
5
4
|
import { getXKeysFromObject } from "./specification-extension/helpers.js";
|
|
6
5
|
export {
|
|
7
|
-
default4 as ApiReferenceToolbar,
|
|
8
6
|
default2 as DocumentSelector,
|
|
9
|
-
|
|
7
|
+
default4 as Operation,
|
|
10
8
|
default3 as SearchButton,
|
|
11
9
|
getXKeysFromObject
|
|
12
10
|
};
|
package/dist/style.css
CHANGED
|
@@ -327,6 +327,77 @@ button.schema-card-title[data-v-d9bd8110]:hover {
|
|
|
327
327
|
color: var(--scalar-color-1);
|
|
328
328
|
}
|
|
329
329
|
|
|
330
|
+
.property-default[data-v-4da5c70a] {
|
|
331
|
+
display: flex;
|
|
332
|
+
flex-direction: column;
|
|
333
|
+
font-size: var(--scalar-mini);
|
|
334
|
+
position: relative;
|
|
335
|
+
}
|
|
336
|
+
.property-default[data-v-4da5c70a]:hover:before {
|
|
337
|
+
content: '';
|
|
338
|
+
position: absolute;
|
|
339
|
+
top: 0;
|
|
340
|
+
left: 0;
|
|
341
|
+
width: 100%;
|
|
342
|
+
height: 20px;
|
|
343
|
+
border-radius: var(--scalar-radius);
|
|
344
|
+
}
|
|
345
|
+
.property-default:hover .property-default-label span[data-v-4da5c70a] {
|
|
346
|
+
color: var(--scalar-color-1);
|
|
347
|
+
}
|
|
348
|
+
.property-default-label span[data-v-4da5c70a] {
|
|
349
|
+
color: var(--scalar-color-3);
|
|
350
|
+
position: relative;
|
|
351
|
+
border-bottom: var(--scalar-border-width) dotted currentColor;
|
|
352
|
+
}
|
|
353
|
+
.property-default-value[data-v-4da5c70a] {
|
|
354
|
+
font-family: var(--scalar-font-code);
|
|
355
|
+
display: flex;
|
|
356
|
+
gap: 8px;
|
|
357
|
+
align-items: center;
|
|
358
|
+
width: 100%;
|
|
359
|
+
padding: 6px;
|
|
360
|
+
}
|
|
361
|
+
.property-default-value span[data-v-4da5c70a] {
|
|
362
|
+
display: block;
|
|
363
|
+
overflow: hidden;
|
|
364
|
+
text-overflow: ellipsis;
|
|
365
|
+
white-space: nowrap;
|
|
366
|
+
}
|
|
367
|
+
.property-default-value[data-v-4da5c70a] svg {
|
|
368
|
+
color: var(--scalar-color-3);
|
|
369
|
+
}
|
|
370
|
+
.property-default-value[data-v-4da5c70a]:hover svg {
|
|
371
|
+
color: var(--scalar-color-1);
|
|
372
|
+
}
|
|
373
|
+
.property-default-value[data-v-4da5c70a] {
|
|
374
|
+
background: var(--scalar-background-2);
|
|
375
|
+
border: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
376
|
+
border-radius: var(--scalar-radius);
|
|
377
|
+
}
|
|
378
|
+
.property-default-value-list[data-v-4da5c70a] {
|
|
379
|
+
position: absolute;
|
|
380
|
+
top: 18px;
|
|
381
|
+
left: 50%;
|
|
382
|
+
transform: translate3d(-50%, 0, 0);
|
|
383
|
+
overflow: auto;
|
|
384
|
+
background-color: var(--scalar-background-1);
|
|
385
|
+
box-shadow: var(--scalar-shadow-1);
|
|
386
|
+
border-radius: var(--scalar-radius-lg);
|
|
387
|
+
border: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
388
|
+
padding: 9px;
|
|
389
|
+
min-width: 200px;
|
|
390
|
+
max-width: 300px;
|
|
391
|
+
flex-direction: column;
|
|
392
|
+
gap: 3px;
|
|
393
|
+
display: none;
|
|
394
|
+
z-index: 2;
|
|
395
|
+
}
|
|
396
|
+
.property-default:hover .property-default-value-list[data-v-4da5c70a],
|
|
397
|
+
.property-default:focus-within .property-default-value-list[data-v-4da5c70a] {
|
|
398
|
+
display: flex;
|
|
399
|
+
}
|
|
400
|
+
|
|
330
401
|
.property-detail[data-v-1295f965] {
|
|
331
402
|
display: inline-flex;
|
|
332
403
|
}
|
|
@@ -462,27 +533,27 @@ code.property-detail-value[data-v-1295f965] {
|
|
|
462
533
|
border: transparent;
|
|
463
534
|
}
|
|
464
535
|
|
|
465
|
-
.property-heading[data-v-
|
|
536
|
+
.property-heading[data-v-b69e3089] {
|
|
466
537
|
display: flex;
|
|
467
538
|
flex-wrap: wrap;
|
|
468
539
|
align-items: baseline;
|
|
469
540
|
row-gap: 9px;
|
|
470
541
|
white-space: nowrap;
|
|
471
542
|
}
|
|
472
|
-
.property-heading[data-v-
|
|
473
|
-
.property-heading[data-v-
|
|
543
|
+
.property-heading[data-v-b69e3089]:has(+ .children),
|
|
544
|
+
.property-heading[data-v-b69e3089]:has(+ .property-rule) {
|
|
474
545
|
margin-bottom: 9px;
|
|
475
546
|
}
|
|
476
|
-
.property-heading[data-v-
|
|
547
|
+
.property-heading[data-v-b69e3089] > * {
|
|
477
548
|
margin-right: 9px;
|
|
478
549
|
}
|
|
479
|
-
.property-heading[data-v-
|
|
550
|
+
.property-heading[data-v-b69e3089]:last-child {
|
|
480
551
|
margin-right: 0;
|
|
481
552
|
}
|
|
482
|
-
.property-heading > .property-detail[data-v-
|
|
553
|
+
.property-heading > .property-detail[data-v-b69e3089]:not(:last-of-type) {
|
|
483
554
|
margin-right: 0;
|
|
484
555
|
}
|
|
485
|
-
.property-name[data-v-
|
|
556
|
+
.property-name[data-v-b69e3089] {
|
|
486
557
|
max-width: 100%;
|
|
487
558
|
font-family: var(--scalar-font-code);
|
|
488
559
|
font-weight: var(--scalar-bold);
|
|
@@ -490,30 +561,30 @@ code.property-detail-value[data-v-1295f965] {
|
|
|
490
561
|
white-space: normal;
|
|
491
562
|
overflow-wrap: break-word;
|
|
492
563
|
}
|
|
493
|
-
.property-additional[data-v-
|
|
564
|
+
.property-additional[data-v-b69e3089] {
|
|
494
565
|
font-family: var(--scalar-font-code);
|
|
495
566
|
}
|
|
496
|
-
.property-required[data-v-
|
|
497
|
-
.property-optional[data-v-
|
|
567
|
+
.property-required[data-v-b69e3089],
|
|
568
|
+
.property-optional[data-v-b69e3089] {
|
|
498
569
|
color: var(--scalar-color-2);
|
|
499
570
|
}
|
|
500
|
-
.property-required[data-v-
|
|
571
|
+
.property-required[data-v-b69e3089] {
|
|
501
572
|
font-size: var(--scalar-mini);
|
|
502
573
|
color: var(--scalar-color-orange);
|
|
503
574
|
}
|
|
504
|
-
.property-read-only[data-v-
|
|
575
|
+
.property-read-only[data-v-b69e3089] {
|
|
505
576
|
font-size: var(--scalar-mini);
|
|
506
577
|
color: var(--scalar-color-blue);
|
|
507
578
|
}
|
|
508
|
-
.property-write-only[data-v-
|
|
579
|
+
.property-write-only[data-v-b69e3089] {
|
|
509
580
|
font-size: var(--scalar-mini);
|
|
510
581
|
color: var(--scalar-color-green);
|
|
511
582
|
}
|
|
512
|
-
.property-discriminator[data-v-
|
|
583
|
+
.property-discriminator[data-v-b69e3089] {
|
|
513
584
|
font-size: var(--scalar-mini);
|
|
514
585
|
color: var(--scalar-color-purple);
|
|
515
586
|
}
|
|
516
|
-
.property-detail[data-v-
|
|
587
|
+
.property-detail[data-v-b69e3089] {
|
|
517
588
|
font-size: var(--scalar-mini);
|
|
518
589
|
color: var(--scalar-color-2);
|
|
519
590
|
display: flex;
|
|
@@ -521,10 +592,10 @@ code.property-detail-value[data-v-1295f965] {
|
|
|
521
592
|
|
|
522
593
|
min-width: 0;
|
|
523
594
|
}
|
|
524
|
-
.property-const[data-v-
|
|
595
|
+
.property-const[data-v-b69e3089] {
|
|
525
596
|
color: var(--scalar-color-1);
|
|
526
597
|
}
|
|
527
|
-
.deprecated[data-v-
|
|
598
|
+
.deprecated[data-v-b69e3089] {
|
|
528
599
|
text-decoration: line-through;
|
|
529
600
|
}
|
|
530
601
|
|
|
@@ -3627,9 +3698,6 @@ body {
|
|
|
3627
3698
|
.scalar-app .w-96 {
|
|
3628
3699
|
width: 384px;
|
|
3629
3700
|
}
|
|
3630
|
-
.scalar-app .w-110 {
|
|
3631
|
-
width: 440px;
|
|
3632
|
-
}
|
|
3633
3701
|
.scalar-app .w-120 {
|
|
3634
3702
|
width: 480px;
|
|
3635
3703
|
}
|
|
@@ -12111,7 +12179,7 @@ to {
|
|
|
12111
12179
|
|
|
12112
12180
|
/* Configurable Layout Variables */
|
|
12113
12181
|
@layer scalar-config {
|
|
12114
|
-
.scalar-api-reference[data-v-
|
|
12182
|
+
.scalar-api-reference[data-v-94d6fca6] {
|
|
12115
12183
|
/* The header height */
|
|
12116
12184
|
--refs-header-height: calc(
|
|
12117
12185
|
var(--scalar-custom-header-height, 0px) + var(--scalar-header-height, 0px)
|
|
@@ -12133,20 +12201,20 @@ to {
|
|
|
12133
12201
|
/* The maximum width of the content column */
|
|
12134
12202
|
--refs-content-max-width: var(--scalar-content-max-width, 1540px);
|
|
12135
12203
|
}
|
|
12136
|
-
.scalar-api-reference.references-classic[data-v-
|
|
12204
|
+
.scalar-api-reference.references-classic[data-v-94d6fca6] {
|
|
12137
12205
|
/* Classic layout is wider */
|
|
12138
12206
|
--refs-content-max-width: var(--scalar-content-max-width, 1420px);
|
|
12139
12207
|
min-height: 100dvh;
|
|
12140
12208
|
--refs-sidebar-width: 0;
|
|
12141
12209
|
}
|
|
12142
12210
|
}
|
|
12143
|
-
.t-doc__sidebar[data-v-
|
|
12211
|
+
.t-doc__sidebar[data-v-94d6fca6] {
|
|
12144
12212
|
z-index: 10;
|
|
12145
12213
|
}
|
|
12146
12214
|
|
|
12147
12215
|
/* ----------------------------------------------------- */
|
|
12148
12216
|
/* References Layout */
|
|
12149
|
-
.references-layout[data-v-
|
|
12217
|
+
.references-layout[data-v-94d6fca6] {
|
|
12150
12218
|
/* Try to fill the container */
|
|
12151
12219
|
min-height: 100dvh;
|
|
12152
12220
|
min-width: 100%;
|
|
@@ -12170,39 +12238,39 @@ to {
|
|
|
12170
12238
|
|
|
12171
12239
|
background: var(--scalar-background-1);
|
|
12172
12240
|
}
|
|
12173
|
-
.references-editor[data-v-
|
|
12241
|
+
.references-editor[data-v-94d6fca6] {
|
|
12174
12242
|
grid-area: editor;
|
|
12175
12243
|
display: flex;
|
|
12176
12244
|
min-width: 0;
|
|
12177
12245
|
background: var(--scalar-background-1);
|
|
12178
12246
|
}
|
|
12179
|
-
.references-rendered[data-v-
|
|
12247
|
+
.references-rendered[data-v-94d6fca6] {
|
|
12180
12248
|
position: relative;
|
|
12181
12249
|
grid-area: rendered;
|
|
12182
12250
|
min-width: 0;
|
|
12183
12251
|
background: var(--scalar-background-1);
|
|
12184
12252
|
}
|
|
12185
|
-
.scalar-api-reference.references-classic[data-v-
|
|
12186
|
-
.references-classic .references-rendered[data-v-
|
|
12253
|
+
.scalar-api-reference.references-classic[data-v-94d6fca6],
|
|
12254
|
+
.references-classic .references-rendered[data-v-94d6fca6] {
|
|
12187
12255
|
height: initial !important;
|
|
12188
12256
|
max-height: initial !important;
|
|
12189
12257
|
}
|
|
12190
12258
|
@layer scalar-config {
|
|
12191
|
-
.references-sidebar[data-v-
|
|
12259
|
+
.references-sidebar[data-v-94d6fca6] {
|
|
12192
12260
|
/* Set a default width if references are enabled */
|
|
12193
12261
|
--refs-sidebar-width: var(--scalar-sidebar-width, 288px);
|
|
12194
12262
|
}
|
|
12195
12263
|
}
|
|
12196
12264
|
|
|
12197
12265
|
/* Footer */
|
|
12198
|
-
.references-footer[data-v-
|
|
12266
|
+
.references-footer[data-v-94d6fca6] {
|
|
12199
12267
|
grid-area: footer;
|
|
12200
12268
|
}
|
|
12201
12269
|
/* ----------------------------------------------------- */
|
|
12202
12270
|
/* Responsive / Mobile Layout */
|
|
12203
12271
|
@media (max-width: 1000px) {
|
|
12204
12272
|
/* Stack view on mobile */
|
|
12205
|
-
.references-layout[data-v-
|
|
12273
|
+
.references-layout[data-v-94d6fca6] {
|
|
12206
12274
|
/* Adjust the sidebar height to the viewport height minus the header height */
|
|
12207
12275
|
--refs-sidebar-height: calc(
|
|
12208
12276
|
var(--full-height, 100dvh) - var(--scalar-custom-header-height, 0px)
|
|
@@ -12217,13 +12285,13 @@ to {
|
|
|
12217
12285
|
'rendered'
|
|
12218
12286
|
'footer';
|
|
12219
12287
|
}
|
|
12220
|
-
.references-editable[data-v-
|
|
12288
|
+
.references-editable[data-v-94d6fca6] {
|
|
12221
12289
|
grid-template-areas:
|
|
12222
12290
|
'header'
|
|
12223
12291
|
'navigation'
|
|
12224
12292
|
'editor';
|
|
12225
12293
|
}
|
|
12226
|
-
.references-rendered[data-v-
|
|
12294
|
+
.references-rendered[data-v-94d6fca6] {
|
|
12227
12295
|
position: static;
|
|
12228
12296
|
}
|
|
12229
12297
|
}
|
|
@@ -12234,12 +12302,12 @@ to {
|
|
|
12234
12302
|
* when the new elements are available
|
|
12235
12303
|
*/
|
|
12236
12304
|
@media (max-width: 1000px) {
|
|
12237
|
-
.scalar-api-references-standalone-mobile[data-v-
|
|
12305
|
+
.scalar-api-references-standalone-mobile[data-v-94d6fca6]:not(.references-classic) {
|
|
12238
12306
|
--scalar-header-height: 50px;
|
|
12239
12307
|
}
|
|
12240
12308
|
}
|
|
12241
12309
|
|
|
12242
|
-
.darklight-reference[data-v-
|
|
12310
|
+
.darklight-reference[data-v-94d6fca6] {
|
|
12243
12311
|
width: 100%;
|
|
12244
12312
|
margin-top: auto;
|
|
12245
12313
|
}
|
package/package.json
CHANGED
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"vue",
|
|
21
21
|
"vue3"
|
|
22
22
|
],
|
|
23
|
-
"version": "1.44.
|
|
23
|
+
"version": "1.44.27",
|
|
24
24
|
"engines": {
|
|
25
25
|
"node": ">=20"
|
|
26
26
|
},
|
|
@@ -85,22 +85,22 @@
|
|
|
85
85
|
"microdiff": "^1.5.0",
|
|
86
86
|
"nanoid": "^5.1.6",
|
|
87
87
|
"vue": "^3.5.26",
|
|
88
|
-
"@scalar/agent-chat": "0.5.
|
|
88
|
+
"@scalar/agent-chat": "0.5.18",
|
|
89
|
+
"@scalar/api-client": "2.29.4",
|
|
90
|
+
"@scalar/components": "0.19.10",
|
|
89
91
|
"@scalar/code-highlight": "0.2.4",
|
|
90
|
-
"@scalar/api-client": "2.29.3",
|
|
91
92
|
"@scalar/helpers": "0.2.16",
|
|
92
|
-
"@scalar/
|
|
93
|
+
"@scalar/oas-utils": "0.6.48",
|
|
93
94
|
"@scalar/icons": "0.5.3",
|
|
94
|
-
"@scalar/oas-utils": "0.6.47",
|
|
95
|
-
"@scalar/openapi-parser": "0.24.14",
|
|
96
95
|
"@scalar/openapi-types": "0.5.3",
|
|
97
|
-
"@scalar/
|
|
98
|
-
"@scalar/snippetz": "0.6.
|
|
96
|
+
"@scalar/openapi-parser": "0.24.15",
|
|
97
|
+
"@scalar/snippetz": "0.6.17",
|
|
98
|
+
"@scalar/sidebar": "0.7.41",
|
|
99
99
|
"@scalar/themes": "0.14.0",
|
|
100
|
-
"@scalar/
|
|
100
|
+
"@scalar/types": "0.6.8",
|
|
101
101
|
"@scalar/use-hooks": "0.3.7",
|
|
102
|
-
"@scalar/
|
|
103
|
-
"@scalar/
|
|
102
|
+
"@scalar/workspace-store": "0.34.4",
|
|
103
|
+
"@scalar/use-toasts": "0.9.1"
|
|
104
104
|
},
|
|
105
105
|
"devDependencies": {
|
|
106
106
|
"@hono/node-server": "^1.19.7",
|
|
@@ -119,9 +119,9 @@
|
|
|
119
119
|
"vite-plugin-css-injected-by-js": "^3.5.2",
|
|
120
120
|
"vitest": "4.0.16",
|
|
121
121
|
"@scalar/build-tooling": "0.4.1",
|
|
122
|
-
"@scalar/
|
|
122
|
+
"@scalar/react-renderer": "0.3.0",
|
|
123
123
|
"@scalar/galaxy": "0.5.16",
|
|
124
|
-
"@scalar/
|
|
124
|
+
"@scalar/core": "0.3.43"
|
|
125
125
|
},
|
|
126
126
|
"scripts": {
|
|
127
127
|
"build": "pnpm build:default && pnpm build:standalone && pnpm types:build",
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ApiReferenceToolbar.vue.d.ts","sourceRoot":"","sources":["../../../src/features/toolbar/ApiReferenceToolbar.vue"],"names":[],"mappings":"AA0DA,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,6BAA6B,CAAA;AAC5E,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,gCAAgC,CAAA;AAQpE,KAAK,WAAW,GAAG;IACjB,SAAS,CAAC,EAAE,cAAc,CAAA;IAC1B,aAAa,CAAC,EAAE,OAAO,CAAC,yBAAyB,CAAC,CAAA;CACnD,CAAC;AAuBF,KAAK,gBAAgB,GAAG;IACxB,WAAW,CAAC,EAAE,OAAO,CAAC,yBAAyB,CAAC,CAAC;CAChD,CAAC;AAKF,KAAK,iBAAiB,GAAG,WAAW,GAAG,gBAAgB,CAAC;AAsFxD,QAAA,MAAM,YAAY;;;;kFAGhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ApiReferenceToolbarBlurb.vue.d.ts","sourceRoot":"","sources":["../../../src/features/toolbar/ApiReferenceToolbarBlurb.vue"],"names":[],"mappings":"AA8BA,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAG/C,QAAA,MAAM,UAAU,+QACd,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AACzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ApiReferenceToolbarConfig.vue.d.ts","sourceRoot":"","sources":["../../../src/features/toolbar/ApiReferenceToolbarConfig.vue"],"names":[],"mappings":"AA8EA,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,6BAA6B,CAAA;AAQ5E,KAAK,WAAW,GAAG;IACjB,aAAa,CAAC,EAAE,OAAO,CAAC,yBAAyB,CAAC,CAAA;CACnD,CAAC;AAyBF,KAAK,gBAAgB,GAAG;IACxB,WAAW,CAAC,EAAE,OAAO,CAAC,yBAAyB,CAAC,CAAC;CAChD,CAAC;AAKF,KAAK,iBAAiB,GAAG,WAAW,GAAG,gBAAgB,CAAC;AAsKxD,QAAA,MAAM,YAAY;;;;kFAGhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ApiReferenceToolbarConfigLayout.vue.d.ts","sourceRoot":"","sources":["../../../src/features/toolbar/ApiReferenceToolbarConfigLayout.vue"],"names":[],"mappings":"AAoDA,KAAK,gBAAgB,GAAG;IACxB,UAAU,CAAC,EAAE,QAAQ,GAAG,SAAS,CAAC;CACjC,CAAC;AA2CF,QAAA,MAAM,YAAY;;;;kFAGhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ApiReferenceToolbarConfigLayoutOptions.vue.d.ts","sourceRoot":"","sources":["../../../src/features/toolbar/ApiReferenceToolbarConfigLayoutOptions.vue"],"names":[],"mappings":"AA+FA,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,6BAA6B,CAAA;AAE5E,KAAK,aAAa,GAAG;IACnB,WAAW,CAAC,EAAE,OAAO,CAAA;IACrB,kBAAkB,CAAC,EAAE,OAAO,CAAA;IAC5B,sBAAsB,CAAC,EAAE,OAAO,CAAA;IAChC,kBAAkB,CAAC,EAAE,OAAO,CAAA;IAC5B,gBAAgB,CAAC,EAAE,OAAO,CAAA;IAC1B,kBAAkB,CAAC,EAAE,OAAO,CAAA;IAC5B,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,qBAAqB,CAAC,EAAE,OAAO,CAAA;CAChC,CAAA;AAED,KAAK,WAAW,GAAG;IACjB,aAAa,CAAC,EAAE,OAAO,CAAC,yBAAyB,CAAC,CAAA;CACnD,CAAC;AA8BF,KAAK,gBAAgB,GAAG;IACxB,UAAU,CAAC,EAAE,aAAa,CAAC;CAC1B,CAAC;AAKF,KAAK,iBAAiB,GAAG,WAAW,GAAG,gBAAgB,CAAC;AAmOxD,QAAA,MAAM,YAAY;;;;kFAGhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ApiReferenceToolbarConfigTheme.vue.d.ts","sourceRoot":"","sources":["../../../src/features/toolbar/ApiReferenceToolbarConfigTheme.vue"],"names":[],"mappings":"AA4EA,OAAO,EAAkC,KAAK,OAAO,EAAE,MAAM,gBAAgB,CAAA;AAgC7E,KAAK,gBAAgB,GAAG;IACxB,UAAU,CAAC,EAAE,OAAO,CAAC;CACpB,CAAC;AA6IF,QAAA,MAAM,YAAY;;;;kFAGhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ApiReferenceToolbarPopover.vue.d.ts","sourceRoot":"","sources":["../../../src/features/toolbar/ApiReferenceToolbarPopover.vue"],"names":[],"mappings":"AAyLA,QAAA,IAAI,OAAO;;CAAU,EAAE,QAAQ,IAAW,EAAE,QAAQ;;;CAAW,EAAE,QAAQ,IAAW,EAAE,QAAQ,IAAY,CAAE;AAC5G,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,MAAM,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,GAC3C;IAAE,KAAK,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,GAC3C;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,GAC7C;IAAE,IAAI,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,GAC1C;IAAE,KAAK,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,CAAC;AAG9C,QAAA,MAAM,UAAU,+QACd,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AACzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ApiReferenceToolbarRegisterButton.vue.d.ts","sourceRoot":"","sources":["../../../src/features/toolbar/ApiReferenceToolbarRegisterButton.vue"],"names":[],"mappings":"AA+EA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,gCAAgC,CAAA;AAMpE,KAAK,WAAW,GAAG;IACjB,SAAS,EAAE,cAAc,CAAA;IACzB,IAAI,CAAC,EAAE,MAAM,EAAE,CAAA;CAChB,CAAC;AAyDF,KAAK,gBAAgB,GAAG;IACxB,KAAK,CAAC,EAAE,MAAM,CAAC;CACd,CAAC;AAKF,KAAK,iBAAiB,GAAG,WAAW,GAAG,gBAAgB,CAAC;AAiDxD,QAAA,IAAI,QAAQ,IAAW,CAAE;AACzB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,CAAC;AAKhD,QAAA,MAAM,UAAU;;;;kFAGd,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AACzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ApiReferenceToolbarSdks.vue.d.ts","sourceRoot":"","sources":["../../../src/features/toolbar/ApiReferenceToolbarSdks.vue"],"names":[],"mappings":"AA2FA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,gCAAgC,CAAA;AA2BpE,KAAK,WAAW,GAAG;IACjB,SAAS,EAAE,cAAc,CAAA;CAC1B,CAAC;AA2JF,QAAA,MAAM,YAAY,kSAEhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
|