@scalar/api-client 2.0.54 → 2.0.56
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 +23 -0
- package/dist/components/CodeInput/CodeInput.vue.d.ts.map +1 -1
- package/dist/components/CodeInput/CodeInput.vue.js +2 -2
- package/dist/components/CodeInput/CodeInput.vue2.js +6 -6
- package/dist/components/CommandPalette/TheCommandPalette.vue.d.ts.map +1 -1
- package/dist/components/CommandPalette/TheCommandPalette.vue.js +4 -4
- package/dist/components/CommandPalette/TheCommandPalette.vue2.js +45 -45
- package/dist/components/HttpMethod/HttpMethod.vue.d.ts +2 -2
- package/dist/components/Search/useSearch.d.ts +29 -0
- package/dist/components/Search/useSearch.d.ts.map +1 -0
- package/dist/components/Search/useSearch.js +62 -0
- package/dist/layouts/App/create-api-client-app.d.ts +260 -260
- package/dist/layouts/App/create-api-client-app.d.ts.map +1 -1
- package/dist/layouts/Modal/create-api-client-modal.d.ts +520 -520
- package/dist/layouts/Modal/create-api-client-modal.d.ts.map +1 -1
- package/dist/libs/create-client.d.ts +260 -260
- package/dist/libs/create-client.d.ts.map +1 -1
- package/dist/libs/event-busses/hot-keys-bus.d.ts +3 -3
- package/dist/libs/event-busses/hot-keys-bus.d.ts.map +1 -1
- package/dist/libs/event-busses/hot-keys-bus.js +17 -16
- package/dist/libs/local-storage.js +1 -1
- package/dist/store/workspace.d.ts +520 -520
- package/dist/store/workspace.d.ts.map +1 -1
- package/dist/style.css +1 -1
- package/dist/views/Request/Request.vue.d.ts.map +1 -1
- package/dist/views/Request/Request.vue.js +2 -2
- package/dist/views/Request/Request.vue2.js +259 -215
- package/dist/views/Request/RequestSection/RequestParams.vue.d.ts.map +1 -1
- package/dist/views/Request/RequestSection/RequestParams.vue.js +45 -41
- package/dist/views/Request/RequestSection/RequestTableTooltip.vue.d.ts.map +1 -1
- package/dist/views/Request/RequestSection/RequestTableTooltip.vue.js +31 -25
- package/package.json +5 -5
- package/dist/components/Search/SearchButton.vue.js +0 -7
- package/dist/components/Search/SearchButton.vue2.js +0 -30
|
@@ -1,88 +1,92 @@
|
|
|
1
|
-
import { defineComponent as
|
|
1
|
+
import { defineComponent as x, computed as d, onMounted as C, ref as K, watch as $, openBlock as E, createBlock as T, withCtx as i, createTextVNode as y, toDisplayString as A, createElementVNode as R, createVNode as g, unref as B, withModifiers as M, nextTick as h } from "vue";
|
|
2
2
|
import N from "../../../components/ViewLayout/ViewLayoutCollapse.vue.js";
|
|
3
3
|
import { useWorkspace as S } from "../../../store/workspace.js";
|
|
4
4
|
import V from "./RequestTable.vue.js";
|
|
5
5
|
import { ScalarButton as W } from "@scalar/components";
|
|
6
6
|
import { createRequestExampleParameter as _ } from "@scalar/oas-utils/entities/workspace/spec";
|
|
7
|
-
const z = { class: "text-c-2 flex whitespace-nowrap opacity-0 group-hover/params:opacity-100 request-meta-buttons" }, O = /* @__PURE__ */
|
|
7
|
+
const z = { class: "text-c-2 flex whitespace-nowrap opacity-0 group-hover/params:opacity-100 request-meta-buttons" }, O = /* @__PURE__ */ x({
|
|
8
8
|
__name: "RequestParams",
|
|
9
9
|
props: {
|
|
10
10
|
title: {},
|
|
11
11
|
paramKey: {}
|
|
12
12
|
},
|
|
13
13
|
setup(k) {
|
|
14
|
-
const s = k, { activeRequest: n, activeExample:
|
|
14
|
+
const s = k, { activeRequest: n, activeExample: a, requestExampleMutators: u } = S(), r = d(
|
|
15
15
|
() => {
|
|
16
16
|
var e;
|
|
17
|
-
return ((e =
|
|
17
|
+
return ((e = a.value) == null ? void 0 : e.parameters[s.paramKey]) ?? [];
|
|
18
18
|
}
|
|
19
19
|
);
|
|
20
|
-
|
|
20
|
+
C(() => {
|
|
21
21
|
c();
|
|
22
22
|
});
|
|
23
23
|
const o = () => {
|
|
24
|
-
if (!n.value || !
|
|
25
|
-
const e = _({ enabled: !1 }),
|
|
24
|
+
if (!n.value || !a.value) return;
|
|
25
|
+
const e = _({ enabled: !1 }), t = [...r.value, e];
|
|
26
26
|
u.edit(
|
|
27
|
-
|
|
27
|
+
a.value.uid,
|
|
28
28
|
`parameters.${s.paramKey}`,
|
|
29
|
-
|
|
29
|
+
t
|
|
30
30
|
);
|
|
31
|
-
}, p =
|
|
32
|
-
if (!n.value || !
|
|
33
|
-
const f =
|
|
31
|
+
}, p = K(null), b = (e, t, m) => {
|
|
32
|
+
if (!n.value || !a.value) return;
|
|
33
|
+
const f = r.value;
|
|
34
34
|
if (f.length > e) {
|
|
35
|
-
const
|
|
36
|
-
|
|
37
|
-
|
|
35
|
+
const l = [...f];
|
|
36
|
+
l[e] = { ...l[e], [t]: m }, (l[e].key !== "" || l[e].value !== "") && (l[e].enabled = !0), l[e].key === "" && l[e].value === "" && l.splice(e, 1), u.edit(
|
|
37
|
+
a.value.uid,
|
|
38
38
|
`parameters.${s.paramKey}`,
|
|
39
|
-
|
|
39
|
+
l
|
|
40
40
|
);
|
|
41
41
|
} else {
|
|
42
|
-
const
|
|
42
|
+
const l = [_({ [t]: m })];
|
|
43
43
|
u.edit(
|
|
44
|
-
|
|
44
|
+
a.value.uid,
|
|
45
45
|
`parameters.${s.paramKey}`,
|
|
46
|
-
|
|
46
|
+
l
|
|
47
47
|
), h(() => {
|
|
48
48
|
var v;
|
|
49
49
|
if (!p.value) return;
|
|
50
|
-
(v = p.value.querySelectorAll("input")[
|
|
50
|
+
(v = p.value.querySelectorAll("input")[t === "key" ? 0 : 1]) == null || v.focus();
|
|
51
51
|
});
|
|
52
52
|
}
|
|
53
|
-
}, q = (e,
|
|
54
|
-
|
|
53
|
+
}, q = (e, t) => n.value && a.value && u.edit(
|
|
54
|
+
a.value.uid,
|
|
55
55
|
`parameters.${s.paramKey}.${e}.enabled`,
|
|
56
|
-
|
|
57
|
-
),
|
|
58
|
-
!n.value || !
|
|
59
|
-
|
|
56
|
+
t
|
|
57
|
+
), P = () => {
|
|
58
|
+
if (!n.value || !a.value) return;
|
|
59
|
+
const e = r.value.filter(
|
|
60
|
+
(t) => t.enabled || t.required
|
|
61
|
+
);
|
|
62
|
+
u.edit(
|
|
63
|
+
a.value.uid,
|
|
60
64
|
`parameters.${s.paramKey}`,
|
|
61
|
-
|
|
65
|
+
e
|
|
62
66
|
), h(() => {
|
|
63
67
|
o();
|
|
64
|
-
})
|
|
68
|
+
});
|
|
65
69
|
};
|
|
66
70
|
function c() {
|
|
67
|
-
if (
|
|
71
|
+
if (r.value.length === 0)
|
|
68
72
|
o();
|
|
69
|
-
else if (
|
|
70
|
-
const e =
|
|
73
|
+
else if (r.value.length >= 1) {
|
|
74
|
+
const e = r.value[r.value.length - 1];
|
|
71
75
|
e.key !== "" && e.value !== "" && o();
|
|
72
76
|
}
|
|
73
77
|
}
|
|
74
|
-
const
|
|
75
|
-
() =>
|
|
78
|
+
const w = d(
|
|
79
|
+
() => r.value.filter((e) => e.key || e.value).length
|
|
76
80
|
);
|
|
77
|
-
return
|
|
78
|
-
() =>
|
|
79
|
-
(e,
|
|
80
|
-
e !==
|
|
81
|
+
return $(
|
|
82
|
+
() => a.value,
|
|
83
|
+
(e, t) => {
|
|
84
|
+
e !== t && c();
|
|
81
85
|
},
|
|
82
86
|
{ immediate: !0 }
|
|
83
|
-
), (e,
|
|
87
|
+
), (e, t) => (E(), T(N, {
|
|
84
88
|
class: "group/params",
|
|
85
|
-
itemCount:
|
|
89
|
+
itemCount: w.value
|
|
86
90
|
}, {
|
|
87
91
|
title: i(() => [
|
|
88
92
|
y(A(e.title), 1)
|
|
@@ -93,7 +97,7 @@ const z = { class: "text-c-2 flex whitespace-nowrap opacity-0 group-hover/params
|
|
|
93
97
|
class: "px-1 transition-none",
|
|
94
98
|
size: "sm",
|
|
95
99
|
variant: "ghost",
|
|
96
|
-
onClick: M(
|
|
100
|
+
onClick: M(P, ["stop"])
|
|
97
101
|
}, {
|
|
98
102
|
default: i(() => [
|
|
99
103
|
y(" Clear ")
|
|
@@ -110,7 +114,7 @@ const z = { class: "text-c-2 flex whitespace-nowrap opacity-0 group-hover/params
|
|
|
110
114
|
g(V, {
|
|
111
115
|
class: "flex-1",
|
|
112
116
|
columns: ["32px", "", ""],
|
|
113
|
-
items:
|
|
117
|
+
items: r.value,
|
|
114
118
|
onAddRow: o,
|
|
115
119
|
onToggleRow: q,
|
|
116
120
|
onUpdateRow: b
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RequestTableTooltip.vue.d.ts","sourceRoot":"","sources":["../../../../src/views/Request/RequestSection/RequestTableTooltip.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"RequestTableTooltip.vue.d.ts","sourceRoot":"","sources":["../../../../src/views/Request/RequestSection/RequestTableTooltip.vue"],"names":[],"mappings":"AAyEA,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,2CAA2C,CAAA;;UAK1D,uBAAuB;;UAAvB,uBAAuB;;AA6JrD,wBAMG;AAOH,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AAC5D,KAAK,uBAAuB,CAAC,CAAC,IAAI;KAChC,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GACpC;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAC9D;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CACzD,CAAC"}
|
|
@@ -1,37 +1,43 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
import { ScalarTooltip as
|
|
3
|
-
const
|
|
1
|
+
import { defineComponent as l, computed as f, openBlock as t, createBlock as p, unref as i, withCtx as n, createElementVNode as m, createVNode as d, createElementBlock as o, toDisplayString as r, createCommentVNode as s } from "vue";
|
|
2
|
+
import { ScalarTooltip as u, ScalarIcon as b } from "@scalar/components";
|
|
3
|
+
const x = { class: "pl-1 pr-1.5 py-[9px]" }, h = { class: "grid gap-1.5 pointer-events-none min-w-48 w-content shadow-lg rounded bg-b-1 z-100 p-2 text-xxs leading-5 z-10 text-c-1" }, _ = {
|
|
4
|
+
key: 0,
|
|
5
|
+
class: "flex items-center text-c-2"
|
|
6
|
+
}, g = { key: 0 }, k = {
|
|
4
7
|
key: 1,
|
|
5
8
|
class: "before:content-['·'] before:block before:mx-[0.5ch] flex"
|
|
6
|
-
},
|
|
9
|
+
}, y = {
|
|
7
10
|
key: 2,
|
|
8
11
|
class: "before:content-['·'] before:block before:mx-[0.5ch] flex whitespace-nowrap"
|
|
9
|
-
},
|
|
12
|
+
}, w = {
|
|
10
13
|
key: 3,
|
|
11
14
|
class: "before:content-['·'] before:block before:mx-[0.5ch] flex whitespace-nowrap"
|
|
12
|
-
},
|
|
15
|
+
}, v = {
|
|
13
16
|
key: 4,
|
|
14
17
|
class: "before:content-['·'] before:block before:mx-[0.5ch] flex whitespace-nowrap"
|
|
15
|
-
},
|
|
16
|
-
key:
|
|
18
|
+
}, C = {
|
|
19
|
+
key: 1,
|
|
17
20
|
class: "leading-snug text-pretty text-sm",
|
|
18
21
|
style: { maxWidth: "16rem" }
|
|
19
|
-
},
|
|
22
|
+
}, S = /* @__PURE__ */ l({
|
|
20
23
|
__name: "RequestTableTooltip",
|
|
21
24
|
props: {
|
|
22
25
|
item: {}
|
|
23
26
|
},
|
|
24
|
-
setup(
|
|
25
|
-
|
|
27
|
+
setup(a) {
|
|
28
|
+
const e = a, c = f(
|
|
29
|
+
() => e.item.type || e.item.format || e.item.minimum || e.item.maximum || e.item.default
|
|
30
|
+
);
|
|
31
|
+
return (z, B) => (t(), p(i(u), {
|
|
26
32
|
align: "start",
|
|
27
33
|
class: "w-full",
|
|
28
34
|
delay: 0,
|
|
29
35
|
side: "left",
|
|
30
36
|
triggerClass: "before:absolute before:content-[''] before:bg-gradient-to-r before:from-transparent before:to-b-1 before:min-h-full before:right-[23px] before:w-3 absolute h-8 right-0"
|
|
31
37
|
}, {
|
|
32
|
-
trigger:
|
|
33
|
-
|
|
34
|
-
|
|
38
|
+
trigger: n(() => [
|
|
39
|
+
m("div", x, [
|
|
40
|
+
d(i(b), {
|
|
35
41
|
class: "text-c-3 group-hover/info:text-c-1",
|
|
36
42
|
icon: "Info",
|
|
37
43
|
size: "sm",
|
|
@@ -39,16 +45,16 @@ const d = { class: "pl-1 pr-1.5 py-[9px]" }, b = { class: "grid gap-1.5 pointer-
|
|
|
39
45
|
})
|
|
40
46
|
])
|
|
41
47
|
]),
|
|
42
|
-
content:
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
e.item.type ? (t(), o("span",
|
|
46
|
-
e.item.format ? (t(), o("span",
|
|
47
|
-
e.item.minimum ? (t(), o("span",
|
|
48
|
-
e.item.maximum ? (t(), o("span",
|
|
49
|
-
e.item.default ? (t(), o("span",
|
|
50
|
-
]),
|
|
51
|
-
e.item.description ? (t(), o("span",
|
|
48
|
+
content: n(() => [
|
|
49
|
+
m("div", h, [
|
|
50
|
+
c.value ? (t(), o("div", _, [
|
|
51
|
+
e.item.type ? (t(), o("span", g, r(e.item.type), 1)) : s("", !0),
|
|
52
|
+
e.item.format ? (t(), o("span", k, r(e.item.format), 1)) : s("", !0),
|
|
53
|
+
e.item.minimum ? (t(), o("span", y, "min: " + r(e.item.minimum), 1)) : s("", !0),
|
|
54
|
+
e.item.maximum ? (t(), o("span", w, "max: " + r(e.item.maximum), 1)) : s("", !0),
|
|
55
|
+
e.item.default ? (t(), o("span", v, "default: " + r(e.item.default), 1)) : s("", !0)
|
|
56
|
+
])) : s("", !0),
|
|
57
|
+
e.item.description ? (t(), o("span", C, r(e.item.description), 1)) : s("", !0)
|
|
52
58
|
])
|
|
53
59
|
]),
|
|
54
60
|
_: 1
|
|
@@ -56,5 +62,5 @@ const d = { class: "pl-1 pr-1.5 py-[9px]" }, b = { class: "grid gap-1.5 pointer-
|
|
|
56
62
|
}
|
|
57
63
|
});
|
|
58
64
|
export {
|
|
59
|
-
|
|
65
|
+
S as default
|
|
60
66
|
};
|
package/package.json
CHANGED
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"rest",
|
|
19
19
|
"testing"
|
|
20
20
|
],
|
|
21
|
-
"version": "2.0.
|
|
21
|
+
"version": "2.0.56",
|
|
22
22
|
"engines": {
|
|
23
23
|
"node": ">=18"
|
|
24
24
|
},
|
|
@@ -127,14 +127,14 @@
|
|
|
127
127
|
"vue-router": "^4.3.0",
|
|
128
128
|
"whatwg-mimetype": "^4.0.0",
|
|
129
129
|
"zod": "^3.22.4",
|
|
130
|
-
"@scalar/components": "0.12.
|
|
130
|
+
"@scalar/components": "0.12.37",
|
|
131
131
|
"@scalar/draggable": "0.1.4",
|
|
132
|
-
"@scalar/oas-utils": "0.2.
|
|
132
|
+
"@scalar/oas-utils": "0.2.36",
|
|
133
133
|
"@scalar/object-utils": "1.1.7",
|
|
134
|
-
"@scalar/themes": "0.9.25",
|
|
135
|
-
"@scalar/types": "0.0.1",
|
|
136
134
|
"@scalar/use-codemirror": "0.11.10",
|
|
135
|
+
"@scalar/types": "0.0.2",
|
|
137
136
|
"@scalar/use-toasts": "0.7.5",
|
|
137
|
+
"@scalar/themes": "0.9.25",
|
|
138
138
|
"@scalar/use-tooltip": "1.0.2"
|
|
139
139
|
},
|
|
140
140
|
"devDependencies": {
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
import { defineComponent as n, openBlock as r, createElementBlock as a, createElementVNode as t, createVNode as i, unref as p, pushScopeId as d, popScopeId as l } from "vue";
|
|
2
|
-
import { ScalarIcon as m } from "@scalar/components";
|
|
3
|
-
const u = (e) => (d("data-v-2c26b5ad"), e = e(), l(), e), f = { class: "search-button-fade sticky top-0 z-50 px-3 py-2.5 pb-2.5" }, h = { class: "w-[15px] flex items-center justify-center" }, _ = /* @__PURE__ */ u(() => /* @__PURE__ */ t("div", { class: "sidebar-search-input ml-1.5 flex w-full items-center justify-between text-sm font-medium" }, [
|
|
4
|
-
/* @__PURE__ */ t("span", { class: "sidebar-search-placeholder" }, "Search")
|
|
5
|
-
], -1)), v = /* @__PURE__ */ n({
|
|
6
|
-
__name: "SearchButton",
|
|
7
|
-
emits: ["openSearchModal"],
|
|
8
|
-
setup(e, { emit: s }) {
|
|
9
|
-
const c = s;
|
|
10
|
-
return (x, o) => (r(), a("div", f, [
|
|
11
|
-
t("button", {
|
|
12
|
-
class: "border-1/2 text-c-2 flex w-full items-center rounded p-1.5",
|
|
13
|
-
type: "button",
|
|
14
|
-
onClick: o[0] || (o[0] = (b) => c("openSearchModal"))
|
|
15
|
-
}, [
|
|
16
|
-
t("div", h, [
|
|
17
|
-
i(p(m), {
|
|
18
|
-
icon: "Search",
|
|
19
|
-
size: "xs",
|
|
20
|
-
thickness: "2.5"
|
|
21
|
-
})
|
|
22
|
-
]),
|
|
23
|
-
_
|
|
24
|
-
])
|
|
25
|
-
]));
|
|
26
|
-
}
|
|
27
|
-
});
|
|
28
|
-
export {
|
|
29
|
-
v as default
|
|
30
|
-
};
|