@scalar/api-client 2.5.12 → 2.5.15
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 +76 -0
- package/README.md +1 -1
- package/dist/components/AddressBar/AddressBar.vue.js +1 -1
- package/dist/components/AddressBar/AddressBarHistory.vue.js +1 -1
- package/dist/components/AddressBar/AddressBarHistory.vue2.js +1 -1
- package/dist/components/CodeInput/CodeInput.vue.js +2 -2
- package/dist/components/CodeInput/CodeInput.vue2.js +2 -2
- package/dist/components/CommandPalette/CommandActionInput.vue.d.ts.map +1 -1
- package/dist/components/CommandPalette/CommandActionInput.vue.js +11 -10
- package/dist/components/CommandPalette/TheCommandPalette.vue.d.ts +10 -10
- package/dist/components/CommandPalette/TheCommandPalette.vue.d.ts.map +1 -1
- package/dist/components/CommandPalette/TheCommandPalette.vue.js +2 -2
- package/dist/components/CommandPalette/TheCommandPalette.vue2.js +129 -116
- package/dist/components/DataTable/DataTableCell.vue.js +8 -8
- package/dist/components/DataTable/DataTableInput.vue.d.ts.map +1 -1
- package/dist/components/DataTable/DataTableInput.vue.js +2 -2
- package/dist/components/ImportCollection/ImportCollectionModal.vue.js +7 -7
- package/dist/components/ImportCollection/PrefetchError.vue.js +1 -1
- package/dist/components/ImportCollection/WorkspaceSelector.vue.js +1 -1
- package/dist/components/ImportCollection/utils/get-openapi-version.d.ts +5 -0
- package/dist/components/ImportCollection/utils/get-openapi-version.d.ts.map +1 -0
- package/dist/components/ImportCollection/utils/get-openapi-version.js +20 -0
- package/dist/components/ImportCollection/utils/get-openapi-version.test.d.ts +2 -0
- package/dist/components/ImportCollection/utils/get-openapi-version.test.d.ts.map +1 -0
- package/dist/components/ImportCollection/utils/import-collection.js +1 -1
- package/dist/components/ImportCollection/utils/{isDocument.d.ts → is-document.d.ts} +2 -2
- package/dist/components/ImportCollection/utils/is-document.d.ts.map +1 -0
- package/dist/components/ImportCollection/utils/is-document.js +9 -0
- package/dist/components/ImportCollection/utils/is-document.test.d.ts +2 -0
- package/dist/components/ImportCollection/utils/is-document.test.d.ts.map +1 -0
- package/dist/components/ImportCollection/utils/is-url.d.ts +5 -0
- package/dist/components/ImportCollection/utils/is-url.d.ts.map +1 -0
- package/dist/components/ImportCollection/utils/is-url.js +9 -0
- package/dist/components/ImportCollection/utils/is-url.test.d.ts +2 -0
- package/dist/components/ImportCollection/utils/is-url.test.d.ts.map +1 -0
- package/dist/components/OpenApiClientButton.vue.js +2 -2
- package/dist/components/Server/ServerDropdown.vue.d.ts.map +1 -1
- package/dist/components/Server/ServerDropdown.vue.js +8 -8
- package/dist/components/Server/ServerSelector.vue.d.ts.map +1 -1
- package/dist/components/Server/ServerSelector.vue.js +13 -13
- package/dist/components/TopNav/TopNav.vue.js +10 -10
- package/dist/components/TopNav/TopNavItem.vue.js +1 -1
- package/dist/components/TopNav/TopNavItem.vue2.js +1 -1
- package/dist/components/ViewLayout/ViewLayoutCollapse.vue.d.ts +5 -1
- package/dist/components/ViewLayout/ViewLayoutCollapse.vue.d.ts.map +1 -1
- package/dist/components/ViewLayout/ViewLayoutCollapse.vue.js +42 -36
- package/dist/components/ViewLayout/ViewLayoutSection.vue.js +4 -4
- package/dist/hooks/useClientConfig.d.ts +42 -36
- package/dist/hooks/useClientConfig.d.ts.map +1 -1
- package/dist/layouts/App/create-api-client-app.d.ts +160 -160
- package/dist/layouts/App/create-api-client-app.d.ts.map +1 -1
- package/dist/layouts/Modal/create-api-client-modal.d.ts +320 -320
- package/dist/layouts/Modal/create-api-client-modal.d.ts.map +1 -1
- package/dist/layouts/Web/create-api-client-web.d.ts +160 -160
- package/dist/layouts/Web/create-api-client-web.d.ts.map +1 -1
- package/dist/libs/create-client.d.ts +160 -160
- package/dist/libs/create-client.d.ts.map +1 -1
- package/dist/libs/find-request.d.ts +5 -5
- package/dist/libs/find-request.d.ts.map +1 -1
- package/dist/libs/send-request/create-request-operation.js +10 -10
- package/dist/libs/send-request/create-request-operation.test.d.ts +33 -33
- package/dist/libs/send-request/create-request-operation.test.d.ts.map +1 -1
- package/dist/libs/send-request/set-request-cookies.d.ts +1 -1
- package/dist/libs/send-request/set-request-cookies.d.ts.map +1 -1
- package/dist/plugins/plugin-manager.d.ts +5 -3
- package/dist/plugins/plugin-manager.d.ts.map +1 -1
- package/dist/plugins/plugin-manager.js +17 -9
- package/dist/plugins/plugin-manager.test.d.ts +2 -0
- package/dist/plugins/plugin-manager.test.d.ts.map +1 -0
- package/dist/store/active-entities.d.ts +33 -33
- package/dist/store/active-entities.d.ts.map +1 -1
- package/dist/store/request-example.d.ts +130 -130
- package/dist/store/request-example.d.ts.map +1 -1
- package/dist/store/requests.d.ts +55 -55
- package/dist/store/requests.d.ts.map +1 -1
- package/dist/store/store.d.ts +162 -162
- package/dist/store/store.d.ts.map +1 -1
- package/dist/style.css +1 -1
- package/dist/views/Collection/CollectionInfoForm.vue.js +2 -2
- package/dist/views/Collection/components/EnvironmentForm.vue.js +2 -2
- package/dist/views/Collection/components/MarkdownInput.vue.d.ts.map +1 -1
- package/dist/views/Collection/components/MarkdownInput.vue.js +1 -1
- package/dist/views/Collection/components/MarkdownInput.vue2.js +32 -26
- package/dist/views/Components/CodeSnippet/CodeSnippet.vue.d.ts.map +1 -1
- package/dist/views/Components/CodeSnippet/CodeSnippet.vue.js +15 -14
- package/dist/views/Components/CodeSnippet/helpers/get-snippet.d.ts +2 -9
- package/dist/views/Components/CodeSnippet/helpers/get-snippet.d.ts.map +1 -1
- package/dist/views/Components/CodeSnippet/helpers/get-snippet.js +16 -30
- package/dist/views/Cookies/CookieForm.vue.js +1 -1
- package/dist/views/Cookies/Cookies.vue.d.ts.map +1 -1
- package/dist/views/Cookies/Cookies.vue2.js +67 -61
- package/dist/views/Environment/Environment.vue.d.ts.map +1 -1
- package/dist/views/Environment/Environment.vue2.js +98 -92
- package/dist/views/Environment/EnvironmentVariableDropdown.vue.js +6 -6
- package/dist/views/Request/RequestSection/RequestAuth/DeleteRequestAuthModal.vue.js +1 -1
- package/dist/views/Request/RequestSection/RequestAuth/RequestAuth.vue.d.ts.map +1 -1
- package/dist/views/Request/RequestSection/RequestAuth/RequestAuth.vue.js +2 -2
- package/dist/views/Request/RequestSection/RequestAuth/RequestAuth.vue2.js +125 -121
- package/dist/views/Request/RequestSection/RequestAuth/RequestAuthTab.vue.js +1 -1
- package/dist/views/Request/RequestSection/RequestAuth/RequestAuthTab.vue2.js +22 -22
- package/dist/views/Request/RequestSection/RequestBody.vue.js +1 -1
- package/dist/views/Request/RequestSection/RequestCodeExample.vue.js +2 -2
- package/dist/views/Request/RequestSection/RequestTable.vue.js +1 -1
- package/dist/views/Request/RequestSidebarItem.vue.d.ts.map +1 -1
- package/dist/views/Request/RequestSidebarItem.vue.js +2 -2
- package/dist/views/Request/RequestSidebarItem.vue2.js +9 -9
- package/dist/views/Request/ResponseSection/RequestHeaders.vue.js +9 -9
- package/dist/views/Request/ResponseSection/ResponseBody.vue.js +2 -2
- package/dist/views/Request/ResponseSection/ResponseBodyRaw.vue.js +3 -3
- package/dist/views/Request/ResponseSection/ResponseBodyVirtual.vue.js +1 -1
- package/dist/views/Request/ResponseSection/ResponseEmpty.vue2.js +1 -1
- package/dist/views/Request/ResponseSection/ResponseHeaders.vue.js +9 -9
- package/dist/views/Request/components/WorkspaceDropdown.vue.js +2 -2
- package/dist/views/Settings/SettingsGeneral.vue.js +2 -2
- package/package.json +22 -21
- package/dist/components/ImportCollection/utils/getOpenApiDocumentVersion.d.ts +0 -5
- package/dist/components/ImportCollection/utils/getOpenApiDocumentVersion.d.ts.map +0 -1
- package/dist/components/ImportCollection/utils/getOpenApiDocumentVersion.js +0 -20
- package/dist/components/ImportCollection/utils/isDocument.d.ts.map +0 -1
- package/dist/components/ImportCollection/utils/isDocument.js +0 -7
- package/dist/components/ImportCollection/utils/isUrl.d.ts +0 -3
- package/dist/components/ImportCollection/utils/isUrl.d.ts.map +0 -1
- package/dist/components/ImportCollection/utils/isUrl.js +0 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,81 @@
|
|
|
1
1
|
# @scalar/api-client
|
|
2
2
|
|
|
3
|
+
## 2.5.15
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- a696604: feat: opens auth combobox on auth indicator click
|
|
8
|
+
- b2862d9: fix: updates command palette action input style
|
|
9
|
+
- ad2e3e6: feat: new onBeforeRequest hook to modify the request
|
|
10
|
+
- b2862d9: feat: opens modal from command palette action navigation
|
|
11
|
+
- 74fdc0e: feat: use documentUrl as fallback server
|
|
12
|
+
- 3fdc2f2: feat(api-reference): unify inconsistent font styles across scalar client and ref, and improve consistency"
|
|
13
|
+
- 972602f: fix: sets request animation frame to markdown input to avoid input typing issue
|
|
14
|
+
- Updated dependencies [ad2e3e6]
|
|
15
|
+
- Updated dependencies [58287f8]
|
|
16
|
+
- Updated dependencies [74fdc0e]
|
|
17
|
+
- Updated dependencies [ca77d70]
|
|
18
|
+
- Updated dependencies [a696604]
|
|
19
|
+
- Updated dependencies [d93f60c]
|
|
20
|
+
- Updated dependencies [3fdc2f2]
|
|
21
|
+
- Updated dependencies [85a81eb]
|
|
22
|
+
- @scalar/types@0.2.7
|
|
23
|
+
- @scalar/oas-utils@0.4.11
|
|
24
|
+
- @scalar/components@0.14.16
|
|
25
|
+
- @scalar/snippetz@0.4.0
|
|
26
|
+
- @scalar/themes@0.13.8
|
|
27
|
+
- @scalar/openapi-parser@0.18.1
|
|
28
|
+
- @scalar/postman-to-openapi@0.3.14
|
|
29
|
+
- @scalar/use-codemirror@0.12.17
|
|
30
|
+
|
|
31
|
+
## 2.5.14
|
|
32
|
+
|
|
33
|
+
### Patch Changes
|
|
34
|
+
|
|
35
|
+
- 2d7f995: refactor: use more common straight apostrophe ' instead of the real apostrophe ’
|
|
36
|
+
- Updated dependencies [2d7f995]
|
|
37
|
+
- @scalar/postman-to-openapi@0.3.13
|
|
38
|
+
- @scalar/openapi-parser@0.18.1
|
|
39
|
+
- @scalar/use-codemirror@0.12.16
|
|
40
|
+
- @scalar/openapi-types@0.3.5
|
|
41
|
+
- @scalar/object-utils@1.2.2
|
|
42
|
+
- @scalar/oas-utils@0.4.10
|
|
43
|
+
- @scalar/use-hooks@0.2.4
|
|
44
|
+
- @scalar/snippetz@0.3.2
|
|
45
|
+
- @scalar/helpers@0.0.6
|
|
46
|
+
- @scalar/import@0.4.13
|
|
47
|
+
- @scalar/themes@0.13.7
|
|
48
|
+
- @scalar/icons@0.4.6
|
|
49
|
+
- @scalar/types@0.2.6
|
|
50
|
+
- @scalar/components@0.14.15
|
|
51
|
+
- @scalar/draggable@0.2.0
|
|
52
|
+
- @scalar/use-toasts@0.8.0
|
|
53
|
+
- @scalar/use-tooltip@1.1.0
|
|
54
|
+
|
|
55
|
+
## 2.5.13
|
|
56
|
+
|
|
57
|
+
### Patch Changes
|
|
58
|
+
|
|
59
|
+
- 533469b: refactor: decouple request code block from the state (not in use yet)
|
|
60
|
+
- 4f47b3c: feat(components): scalar icon button cleanup
|
|
61
|
+
- Updated dependencies [533469b]
|
|
62
|
+
- Updated dependencies [3393c83]
|
|
63
|
+
- Updated dependencies [4f47b3c]
|
|
64
|
+
- Updated dependencies [23b150b]
|
|
65
|
+
- Updated dependencies [8e85856]
|
|
66
|
+
- @scalar/openapi-types@0.3.4
|
|
67
|
+
- @scalar/components@0.14.14
|
|
68
|
+
- @scalar/icons@0.4.5
|
|
69
|
+
- @scalar/oas-utils@0.4.9
|
|
70
|
+
- @scalar/helpers@0.0.5
|
|
71
|
+
- @scalar/openapi-parser@0.18.0
|
|
72
|
+
- @scalar/postman-to-openapi@0.3.12
|
|
73
|
+
- @scalar/types@0.2.5
|
|
74
|
+
- @scalar/use-codemirror@0.12.15
|
|
75
|
+
- @scalar/import@0.4.12
|
|
76
|
+
- @scalar/snippetz@0.3.1
|
|
77
|
+
- @scalar/themes@0.13.6
|
|
78
|
+
|
|
3
79
|
## 2.5.12
|
|
4
80
|
|
|
5
81
|
### Patch Changes
|
package/README.md
CHANGED
|
@@ -159,7 +159,7 @@ updateConfig(newConfig: ClientConfiguration, mergeConfigs?: boolean): void
|
|
|
159
159
|
|
|
160
160
|
## Community
|
|
161
161
|
|
|
162
|
-
We are API nerds. You too? Let
|
|
162
|
+
We are API nerds. You too? Let's chat on Discord: <https://discord.gg/scalar>
|
|
163
163
|
|
|
164
164
|
## License
|
|
165
165
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import o from "./AddressBar.vue2.js";
|
|
2
2
|
/* empty css */
|
|
3
3
|
import r from "../../_virtual/_plugin-vue_export-helper.js";
|
|
4
|
-
const d = /* @__PURE__ */ r(o, [["__scopeId", "data-v-
|
|
4
|
+
const d = /* @__PURE__ */ r(o, [["__scopeId", "data-v-78c9dbb9"]]);
|
|
5
5
|
export {
|
|
6
6
|
d as default
|
|
7
7
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import o from "./AddressBarHistory.vue2.js";
|
|
2
2
|
/* empty css */
|
|
3
3
|
import r from "../../_virtual/_plugin-vue_export-helper.js";
|
|
4
|
-
const f = /* @__PURE__ */ r(o, [["__scopeId", "data-v-
|
|
4
|
+
const f = /* @__PURE__ */ r(o, [["__scopeId", "data-v-a93fa60f"]]);
|
|
5
5
|
export {
|
|
6
6
|
f as default
|
|
7
7
|
};
|
|
@@ -18,7 +18,7 @@ const L = { class: "min-w-0" }, U = { class: "text-c-1 min-w-0 truncate" }, Q =
|
|
|
18
18
|
);
|
|
19
19
|
function g(r) {
|
|
20
20
|
console.warn(
|
|
21
|
-
"Restoring from the request history doesn
|
|
21
|
+
"Restoring from the request history doesn't work yet. Request History Item:",
|
|
22
22
|
r
|
|
23
23
|
);
|
|
24
24
|
}
|
|
@@ -2,7 +2,7 @@ import o from "./CodeInput.vue2.js";
|
|
|
2
2
|
/* empty css */
|
|
3
3
|
/* empty css */
|
|
4
4
|
import t from "../../_virtual/_plugin-vue_export-helper.js";
|
|
5
|
-
const
|
|
5
|
+
const _ = /* @__PURE__ */ t(o, [["__scopeId", "data-v-843ba983"]]);
|
|
6
6
|
export {
|
|
7
|
-
|
|
7
|
+
_ as default
|
|
8
8
|
};
|
|
@@ -125,10 +125,10 @@ const me = { class: "whitespace-nowrap" }, ce = ["id"], be = {
|
|
|
125
125
|
var f, t, I;
|
|
126
126
|
h.value ? e === "down" ? (l.preventDefault(), (f = b.value) == null || f.handleArrowKey("down")) : e === "up" ? (l.preventDefault(), (t = b.value) == null || t.handleArrowKey("up")) : e === "enter" && (l.preventDefault(), (I = b.value) == null || I.handleSelect()) : e === "escape" ? o.disableTabIndent || l.stopPropagation() : e === "enter" && l.target instanceof HTMLDivElement && V(l.target.textContent ?? "");
|
|
127
127
|
}, H = m(() => Array.isArray(o.type) ? (
|
|
128
|
-
// Find the first type, that
|
|
128
|
+
// Find the first type, that's not 'null'
|
|
129
129
|
o.type.find((e) => e !== "null") ?? "string"
|
|
130
130
|
) : (
|
|
131
|
-
// If it
|
|
131
|
+
// If it's not an array, just return the type
|
|
132
132
|
o.type
|
|
133
133
|
)), J = m(
|
|
134
134
|
() => h.value && o.withVariables && w !== "modal" && o.environment
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CommandActionInput.vue.d.ts","sourceRoot":"","sources":["../../../src/components/CommandPalette/CommandActionInput.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"CommandActionInput.vue.d.ts","sourceRoot":"","sources":["../../../src/components/CommandPalette/CommandActionInput.vue"],"names":[],"mappings":"AAqEA,KAAK,WAAW,GAAG;IACjB,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,SAAS,CAAC,EAAE,OAAO,CAAA;CACpB,CAAC;;;;;;;;AAwHF,wBAOG"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
const
|
|
1
|
+
import { defineComponent as c, ref as f, onMounted as h, nextTick as b, computed as g, withDirectives as v, createElementBlock as w, openBlock as x, mergeProps as y, withKeys as s, vModelText as k } from "vue";
|
|
2
|
+
const D = ["placeholder"], V = /* @__PURE__ */ c({
|
|
3
3
|
inheritAttrs: !1,
|
|
4
4
|
__name: "CommandActionInput",
|
|
5
5
|
props: {
|
|
@@ -9,14 +9,14 @@ const E = ["placeholder"], b = /* @__PURE__ */ f({
|
|
|
9
9
|
},
|
|
10
10
|
emits: ["update:modelValue", "onDelete"],
|
|
11
11
|
setup(i, { emit: p }) {
|
|
12
|
-
const n = i, r = p, a =
|
|
12
|
+
const n = i, r = p, a = f(null);
|
|
13
13
|
h(
|
|
14
|
-
() =>
|
|
14
|
+
() => b(() => {
|
|
15
15
|
var e;
|
|
16
16
|
n.autofocus || (e = a.value) == null || e.focus();
|
|
17
17
|
})
|
|
18
18
|
);
|
|
19
|
-
const l =
|
|
19
|
+
const l = g({
|
|
20
20
|
get: () => n.modelValue ?? "",
|
|
21
21
|
set: (e) => r("update:modelValue", e)
|
|
22
22
|
});
|
|
@@ -31,11 +31,12 @@ const E = ["placeholder"], b = /* @__PURE__ */ f({
|
|
|
31
31
|
function m(e) {
|
|
32
32
|
l.value === "" && (e.preventDefault(), e.stopPropagation(), r("onDelete", e));
|
|
33
33
|
}
|
|
34
|
-
return (e, t) =>
|
|
34
|
+
return (e, t) => v((x(), w("textarea", y({
|
|
35
|
+
id: "command-action-input",
|
|
35
36
|
ref_key: "input",
|
|
36
37
|
ref: a,
|
|
37
38
|
"onUpdate:modelValue": t[0] || (t[0] = (o) => l.value = o),
|
|
38
|
-
class: "min-h-8 w-full flex-1 resize-none border-
|
|
39
|
+
class: "min-h-8 w-full flex-1 resize-none border border-transparent py-1.5 pl-8.5 text-sm outline-none focus:border-b-1",
|
|
39
40
|
placeholder: n.placeholder ?? "",
|
|
40
41
|
wrap: "hard"
|
|
41
42
|
}, e.$attrs, {
|
|
@@ -43,11 +44,11 @@ const E = ["placeholder"], b = /* @__PURE__ */ f({
|
|
|
43
44
|
t[1] || (t[1] = s((o) => m(o), ["delete"])),
|
|
44
45
|
t[2] || (t[2] = s((o) => d(o), ["enter"]))
|
|
45
46
|
]
|
|
46
|
-
}), null, 16,
|
|
47
|
-
[
|
|
47
|
+
}), null, 16, D)), [
|
|
48
|
+
[k, l.value]
|
|
48
49
|
]);
|
|
49
50
|
}
|
|
50
51
|
});
|
|
51
52
|
export {
|
|
52
|
-
|
|
53
|
+
V as default
|
|
53
54
|
};
|
|
@@ -89,6 +89,7 @@ export declare const PaletteComponents: {
|
|
|
89
89
|
deprecated?: boolean | undefined;
|
|
90
90
|
examples?: string[] | undefined;
|
|
91
91
|
operationId?: string | undefined;
|
|
92
|
+
requestBody?: any;
|
|
92
93
|
parameters?: {
|
|
93
94
|
name: string;
|
|
94
95
|
in: "cookie" | "path" | "query" | "header";
|
|
@@ -101,20 +102,19 @@ export declare const PaletteComponents: {
|
|
|
101
102
|
summary?: string | undefined;
|
|
102
103
|
externalValue?: string | undefined;
|
|
103
104
|
}> | undefined;
|
|
105
|
+
schema?: unknown;
|
|
104
106
|
content?: unknown;
|
|
105
107
|
style?: "matrix" | "simple" | "form" | "label" | "spaceDelimited" | "pipeDelimited" | "deepObject" | undefined;
|
|
106
108
|
explode?: boolean | undefined;
|
|
107
|
-
schema?: unknown;
|
|
108
109
|
}[] | undefined;
|
|
109
|
-
requestBody?: any;
|
|
110
110
|
responses?: Record<string, any> | undefined;
|
|
111
111
|
callbacks?: Record<string, Record<string, Record<string, any>>> | undefined;
|
|
112
|
-
'x-scalar-stability'?: unknown;
|
|
113
|
-
method?: "options" | "get" | "put" | "post" | "delete" | "head" | "patch" | "trace" | "connect" | undefined;
|
|
114
|
-
'x-post-response'?: string | undefined;
|
|
115
112
|
'x-codeSamples'?: unknown;
|
|
116
113
|
'x-code-samples'?: unknown;
|
|
117
114
|
'x-custom-examples'?: unknown;
|
|
115
|
+
'x-scalar-stability'?: unknown;
|
|
116
|
+
method?: "options" | "connect" | "delete" | "get" | "head" | "patch" | "post" | "put" | "trace" | undefined;
|
|
117
|
+
'x-post-response'?: string | undefined;
|
|
118
118
|
} & {
|
|
119
119
|
url?: string;
|
|
120
120
|
};
|
|
@@ -145,6 +145,7 @@ export declare const PaletteComponents: {
|
|
|
145
145
|
deprecated?: boolean | undefined;
|
|
146
146
|
examples?: string[] | undefined;
|
|
147
147
|
operationId?: string | undefined;
|
|
148
|
+
requestBody?: any;
|
|
148
149
|
parameters?: {
|
|
149
150
|
name: string;
|
|
150
151
|
in: "cookie" | "path" | "query" | "header";
|
|
@@ -157,20 +158,19 @@ export declare const PaletteComponents: {
|
|
|
157
158
|
summary?: string | undefined;
|
|
158
159
|
externalValue?: string | undefined;
|
|
159
160
|
}> | undefined;
|
|
161
|
+
schema?: unknown;
|
|
160
162
|
content?: unknown;
|
|
161
163
|
style?: "matrix" | "simple" | "form" | "label" | "spaceDelimited" | "pipeDelimited" | "deepObject" | undefined;
|
|
162
164
|
explode?: boolean | undefined;
|
|
163
|
-
schema?: unknown;
|
|
164
165
|
}[] | undefined;
|
|
165
|
-
requestBody?: any;
|
|
166
166
|
responses?: Record<string, any> | undefined;
|
|
167
167
|
callbacks?: Record<string, Record<string, Record<string, any>>> | undefined;
|
|
168
|
-
'x-scalar-stability'?: unknown;
|
|
169
|
-
method?: "options" | "get" | "put" | "post" | "delete" | "head" | "patch" | "trace" | "connect" | undefined;
|
|
170
|
-
'x-post-response'?: string | undefined;
|
|
171
168
|
'x-codeSamples'?: unknown;
|
|
172
169
|
'x-code-samples'?: unknown;
|
|
173
170
|
'x-custom-examples'?: unknown;
|
|
171
|
+
'x-scalar-stability'?: unknown;
|
|
172
|
+
method?: "options" | "connect" | "delete" | "get" | "head" | "patch" | "post" | "put" | "trace" | undefined;
|
|
173
|
+
'x-post-response'?: string | undefined;
|
|
174
174
|
} & {
|
|
175
175
|
url?: string;
|
|
176
176
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TheCommandPalette.vue.d.ts","sourceRoot":"","sources":["../../../src/components/CommandPalette/TheCommandPalette.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"TheCommandPalette.vue.d.ts","sourceRoot":"","sources":["../../../src/components/CommandPalette/TheCommandPalette.vue"],"names":[],"mappings":"AAsfA;;;;GAIG;;AACH,wBA8jBI;AAEJ,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;mBA9lB9B,CAtUmB;qBAsUnB,CAtU0C;;;;;;;mBAsU1C,CAtUmB;qBAsUnB,CAtU0C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+BAgvB0D,CAAA;;;;;;;;;;;;;;;;+BAY/E,CAAC;4BACM,CAAC;2BAAsC,CAAC;8BAA6B,CAAC;4BACjF,CAAA;6BAAgD,CAAC;+BACtC,CAAC;qCAEvB,CAAC;;0BAA4D,CAAC;2BAA0B,CAAC;yBAAwB,CAAC;2BACV,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;+BAlBX,CAAA;;;;;;;;;;;;;;;;+BAY/E,CAAC;4BACM,CAAC;2BAAsC,CAAC;8BAA6B,CAAC;4BACjF,CAAA;6BAAgD,CAAC;+BACtC,CAAC;qCAEvB,CAAC;;0BAA4D,CAAC;2BAA0B,CAAC;yBAAwB,CAAC;2BACV,CAAC;;;;;;;;;;;;;;;;;;;CA2KrG,CAAA;AAEV,yCAAyC;AACzC,MAAM,MAAM,YAAY,GAAG,MAAM,OAAO,iBAAiB,CAAA;AAEzD,MAAM,MAAM,mBAAmB,GAAG;IAChC,8DAA8D;IAC9D,WAAW,CAAC,EAAE,YAAY,CAAA;IAC1B,iEAAiE;IACjE,QAAQ,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAA;CAC/B,CACA"}
|
|
@@ -2,8 +2,8 @@ import o from "./TheCommandPalette.vue2.js";
|
|
|
2
2
|
import { PaletteComponents as s } from "./TheCommandPalette.vue2.js";
|
|
3
3
|
/* empty css */
|
|
4
4
|
import t from "../../_virtual/_plugin-vue_export-helper.js";
|
|
5
|
-
const
|
|
5
|
+
const a = /* @__PURE__ */ t(o, [["__scopeId", "data-v-f2bbd082"]]);
|
|
6
6
|
export {
|
|
7
7
|
s as PaletteComponents,
|
|
8
|
-
|
|
8
|
+
a as default
|
|
9
9
|
};
|