@scalar/api-client 2.0.22 → 2.0.25
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 +48 -0
- package/dist/components/AddressBar/AddressBar.vue.d.ts.map +1 -1
- package/dist/components/AddressBar/AddressBar.vue.js +2 -2
- package/dist/components/AddressBar/AddressBar.vue2.js +80 -84
- package/dist/components/AddressBar/AddressBarHistory.vue.d.ts.map +1 -1
- package/dist/components/AddressBar/AddressBarHistory.vue.js +11 -10
- package/dist/components/AddressBar/AddressBarServer.vue.d.ts.map +1 -1
- package/dist/components/CodeInput/CodeInput.vue.d.ts +10 -0
- package/dist/components/CodeInput/CodeInput.vue.d.ts.map +1 -1
- package/dist/components/CodeInput/CodeInput.vue.js +3 -2
- package/dist/components/CodeInput/CodeInput.vue2.js +42 -37
- package/dist/components/CodeInput/codeDropdownWidget.d.ts +24 -0
- package/dist/components/CodeInput/codeDropdownWidget.d.ts.map +1 -0
- package/dist/components/CodeInput/codeDropdownWidget.js +110 -0
- package/dist/components/CodeInput/codeVariableWidget.d.ts +8 -0
- package/dist/components/CodeInput/codeVariableWidget.d.ts.map +1 -0
- package/dist/components/CodeInput/codeVariableWidget.js +124 -0
- package/dist/components/CommandPalette/CommandPaletteCollection.vue.d.ts +2 -15
- package/dist/components/CommandPalette/CommandPaletteCollection.vue.d.ts.map +1 -1
- package/dist/components/CommandPalette/CommandPaletteCollection.vue.js +51 -54
- package/dist/components/CommandPalette/CommandPaletteExample.vue.d.ts +4 -2
- package/dist/components/CommandPalette/CommandPaletteExample.vue.d.ts.map +1 -1
- package/dist/components/CommandPalette/CommandPaletteExample.vue.js +106 -92
- package/dist/components/CommandPalette/CommandPaletteFolder.vue.d.ts +2 -15
- package/dist/components/CommandPalette/CommandPaletteFolder.vue.d.ts.map +1 -1
- package/dist/components/CommandPalette/CommandPaletteFolder.vue.js +68 -74
- package/dist/components/CommandPalette/CommandPaletteImport.vue.d.ts +2 -15
- package/dist/components/CommandPalette/CommandPaletteImport.vue.d.ts.map +1 -1
- package/dist/components/CommandPalette/CommandPaletteImport.vue.js +56 -62
- package/dist/components/CommandPalette/CommandPaletteRequest.vue.d.ts +2 -15
- package/dist/components/CommandPalette/CommandPaletteRequest.vue.d.ts.map +1 -1
- package/dist/components/CommandPalette/CommandPaletteRequest.vue.js +106 -99
- package/dist/components/CommandPalette/CommandPaletteWorkspace.vue.d.ts +7 -0
- package/dist/components/CommandPalette/CommandPaletteWorkspace.vue.d.ts.map +1 -0
- package/dist/components/CommandPalette/CommandPaletteWorkspace.vue.js +57 -0
- package/dist/components/CommandPalette/CommandPaletteWorkspace.vue2.js +4 -0
- package/dist/components/CommandPalette/TheCommandPalette.vue.d.ts +50 -0
- package/dist/components/CommandPalette/TheCommandPalette.vue.d.ts.map +1 -0
- package/dist/components/CommandPalette/TheCommandPalette.vue.js +9 -0
- package/dist/components/CommandPalette/TheCommandPalette.vue2.js +198 -0
- package/dist/components/CommandPalette/index.d.ts +2 -0
- package/dist/components/CommandPalette/index.d.ts.map +1 -0
- package/dist/components/CommandPalette/index.js +4 -0
- package/dist/components/ContextBar.vue.js +4 -4
- package/dist/components/DarkModeToggle/DarkModeIconToggle.vue.js +7 -6
- package/dist/components/DataTable/DataTableCheckbox.vue.d.ts.map +1 -1
- package/dist/components/DataTable/DataTableCheckbox.vue.js +3 -2
- package/dist/components/DataTable/DataTableInput.vue.d.ts +1 -1
- package/dist/components/DataTable/DataTableInput.vue.d.ts.map +1 -1
- package/dist/components/DataTable/DataTableInput.vue.js +3 -3
- package/dist/components/DataTable/DataTableInput.vue2.js +36 -49
- package/dist/components/DataTable/DataTableInputSelect.vue.d.ts.map +1 -1
- package/dist/components/DataTable/DataTableInputSelect.vue.js +15 -14
- package/dist/components/Search/SearchButton.vue.d.ts.map +1 -1
- package/dist/components/Search/SearchButton.vue.js +7 -6
- package/dist/components/SideNav/SideNav.vue.d.ts.map +1 -1
- package/dist/components/SideNav/SideNav.vue.js +26 -23
- package/dist/components/SideNav/SideNavLink.vue.d.ts +3 -2
- package/dist/components/SideNav/SideNavLink.vue.d.ts.map +1 -1
- package/dist/components/SideNav/SideNavLink.vue.js +18 -16
- package/dist/components/Sidebar/Sidebar.vue.d.ts +15 -2
- package/dist/components/Sidebar/Sidebar.vue.d.ts.map +1 -1
- package/dist/components/Sidebar/Sidebar.vue.js +14 -12
- package/dist/components/Sidebar/SidebarButton.vue.d.ts.map +1 -1
- package/dist/components/Sidebar/SidebarButton.vue.js +5 -5
- package/dist/components/Sidebar/SidebarListElementActions.vue.d.ts.map +1 -1
- package/dist/components/Sidebar/SidebarListElementActions.vue.js +2 -2
- package/dist/components/TopNav/TopNav.vue.d.ts.map +1 -1
- package/dist/components/TopNav/TopNav.vue.js +1 -1
- package/dist/components/TopNav/TopNav.vue2.js +31 -29
- package/dist/components/TopNav/TopNavItem.vue.d.ts +7 -3
- package/dist/components/TopNav/TopNavItem.vue.d.ts.map +1 -1
- package/dist/components/TopNav/TopNavItem.vue.js +2 -2
- package/dist/components/TopNav/TopNavItem.vue2.js +18 -18
- package/dist/components/ViewLayout/ViewLayout.vue.d.ts.map +1 -1
- package/dist/components/ViewLayout/ViewLayout.vue.js +1 -1
- package/dist/components/ViewLayout/ViewLayoutCollapse.vue.d.ts.map +1 -1
- package/dist/components/ViewLayout/ViewLayoutCollapse.vue.js +2 -1
- package/dist/constants.d.ts +13 -7
- package/dist/constants.d.ts.map +1 -1
- package/dist/constants.js +4 -4
- package/dist/index.d.ts +2 -4
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +11 -16
- package/dist/layouts/App/ApiClientApp.vue.d.ts.map +1 -0
- package/dist/layouts/App/ApiClientApp.vue.js +72 -0
- package/dist/{App → layouts/App}/createApiClientApp.d.ts +1 -1
- package/dist/layouts/App/createApiClientApp.d.ts.map +1 -0
- package/dist/{App → layouts/App}/createApiClientApp.js +2 -2
- package/dist/layouts/App/index.d.ts.map +1 -0
- package/dist/{Modal → layouts/Modal}/ApiClientModal.vue.d.ts +1 -0
- package/dist/layouts/Modal/ApiClientModal.vue.d.ts.map +1 -0
- package/dist/{Modal → layouts/Modal}/ApiClientModal.vue.js +2 -2
- package/dist/layouts/Modal/api-client-modal.d.ts.map +1 -0
- package/dist/{Modal → layouts/Modal}/api-client-modal.js +7 -7
- package/dist/layouts/Modal/index.d.ts.map +1 -0
- package/dist/libs/eventBusses/command-palette.d.ts +14 -0
- package/dist/libs/eventBusses/command-palette.d.ts.map +1 -0
- package/dist/libs/eventBusses/command-palette.js +5 -0
- package/dist/libs/local-storage.d.ts +1 -1
- package/dist/libs/local-storage.d.ts.map +1 -1
- package/dist/libs/local-storage.js +19 -19
- package/dist/router.d.ts +18 -6
- package/dist/router.d.ts.map +1 -1
- package/dist/router.js +107 -71
- package/dist/store/topNav.d.ts +94 -82
- package/dist/store/topNav.d.ts.map +1 -1
- package/dist/store/topNav.js +21 -20
- package/dist/store/workspace.d.ts +312 -82
- package/dist/store/workspace.d.ts.map +1 -1
- package/dist/store/workspace.js +299 -224
- package/dist/style.css +1 -1
- package/dist/views/Collection/Collection.vue.d.ts.map +1 -1
- package/dist/views/Components/Schemas/Schemas.vue.d.ts.map +1 -1
- package/dist/views/Cookies/Cookies.vue.d.ts.map +1 -1
- package/dist/views/Cookies/Cookies.vue2.js +9 -12
- package/dist/views/Environment/Environment.vue.d.ts.map +1 -1
- package/dist/views/Environment/Environment.vue2.js +22 -25
- package/dist/views/Environment/EnvironmentVariableDropdown.vue.d.ts.map +1 -1
- package/dist/views/Environment/EnvironmentVariableDropdown.vue.js +38 -47
- package/dist/views/Request/Request.vue.d.ts.map +1 -1
- package/dist/views/Request/Request.vue.js +1 -1
- package/dist/views/Request/Request.vue2.js +125 -108
- package/dist/views/Request/RequestSection/RequestAuthDataTableInput.vue.d.ts +1 -1
- package/dist/views/Request/RequestSection/RequestAuthDataTableInput.vue.d.ts.map +1 -1
- package/dist/views/Request/RequestSection/RequestBody.vue.d.ts.map +1 -1
- package/dist/views/Request/RequestSection/RequestBody.vue.js +5 -4
- package/dist/views/Request/RequestSection/RequestSection.vue.js +3 -2
- package/dist/views/Request/RequestSection/RequestTable.vue.d.ts.map +1 -1
- package/dist/views/Request/RequestSection/RequestTable.vue.js +4 -4
- package/dist/views/Request/RequestSection/RequestTable.vue2.js +22 -21
- package/dist/views/Request/RequestSection/RequestTableTooltip.vue.d.ts.map +1 -1
- package/dist/views/Request/RequestSection/RequestTableTooltip.vue.js +6 -5
- 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 +84 -79
- package/dist/views/Request/RequestSidebarItemMenu.vue.d.ts.map +1 -1
- package/dist/views/Request/RequestSidebarItemMenu.vue.js +58 -38
- package/dist/views/Request/ResponseSection/ResponseSection.vue.d.ts.map +1 -1
- package/dist/views/Request/ResponseSection/ResponseSection.vue.js +3 -2
- package/dist/views/Request/components/OAuth2.vue.d.ts.map +1 -1
- package/dist/views/Request/components/OAuth2.vue.js +2 -0
- package/dist/{App.vue.d.ts → views/Request/components/WorkspaceDropdown.vue.d.ts} +1 -2
- package/dist/views/Request/components/WorkspaceDropdown.vue.d.ts.map +1 -0
- package/dist/views/Request/components/WorkspaceDropdown.vue.js +80 -0
- package/dist/views/Request/components/WorkspaceDropdown.vue2.js +4 -0
- package/dist/views/Request/components/index.d.ts +1 -0
- package/dist/views/Request/components/index.d.ts.map +1 -1
- package/dist/views/Request/components/index.js +4 -2
- package/dist/views/Servers/Servers.vue.d.ts.map +1 -1
- package/dist/views/Servers/Servers.vue2.js +12 -15
- package/package.json +19 -15
- package/dist/App/ApiClientApp.vue.d.ts.map +0 -1
- package/dist/App/ApiClientApp.vue.js +0 -56
- package/dist/App/createApiClientApp.d.ts.map +0 -1
- package/dist/App/index.d.ts.map +0 -1
- package/dist/App.vue.d.ts.map +0 -1
- package/dist/App.vue.js +0 -77
- package/dist/App.vue3.js +0 -5
- package/dist/Modal/ApiClientModal.vue.d.ts.map +0 -1
- package/dist/Modal/api-client-modal.d.ts.map +0 -1
- package/dist/Modal/index.d.ts.map +0 -1
- package/dist/components/AddressBar/AddressBarServer.vue.js +0 -106
- package/dist/components/AddressBar/AddressBarServer.vue2.js +0 -4
- package/dist/components/CommandPalette/CommandPalette.vue.d.ts +0 -17
- package/dist/components/CommandPalette/CommandPalette.vue.d.ts.map +0 -1
- package/dist/components/CommandPalette/CommandPalette.vue.js +0 -7
- package/dist/components/CommandPalette/CommandPalette.vue2.js +0 -184
- package/dist/main.d.ts +0 -2
- package/dist/main.d.ts.map +0 -1
- package/dist/views/Collection/Collection.vue.js +0 -4
- package/dist/views/Collection/Collection.vue2.js +0 -136
- package/dist/views/Components/Schemas/Schemas.vue.js +0 -4
- package/dist/views/Components/Schemas/Schemas.vue2.js +0 -20
- /package/dist/{App → layouts/App}/ApiClientApp.vue.d.ts +0 -0
- /package/dist/{App → layouts/App}/ApiClientApp.vue3.js +0 -0
- /package/dist/{App → layouts/App}/index.d.ts +0 -0
- /package/dist/{App → layouts/App}/index.js +0 -0
- /package/dist/{Modal → layouts/Modal}/ApiClientModal.vue2.js +0 -0
- /package/dist/{Modal → layouts/Modal}/api-client-modal.d.ts +0 -0
- /package/dist/{Modal → layouts/Modal}/index.d.ts +0 -0
- /package/dist/{Modal → layouts/Modal}/index.js +0 -0
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as
|
|
1
|
+
import { defineComponent as u, openBlock as i, createBlock as a, withCtx as e, createVNode as t, unref as n, createElementVNode as f, createElementBlock as d, Fragment as p, renderList as _, createTextVNode as k } from "vue";
|
|
2
2
|
import x from "../../components/Sidebar/SidebarButton.vue.js";
|
|
3
3
|
import h from "../../components/Sidebar/SidebarList.vue.js";
|
|
4
4
|
import C from "../../components/Sidebar/SidebarListElement.vue.js";
|
|
@@ -12,10 +12,10 @@ import N from "./CookieForm.vue.js";
|
|
|
12
12
|
import $ from "./CookieRaw.vue.js";
|
|
13
13
|
import B from "../../components/Sidebar/Sidebar.vue.js";
|
|
14
14
|
/* empty css */
|
|
15
|
-
const E = { class: "flex-1" }, J = /* @__PURE__ */
|
|
15
|
+
const E = { class: "flex-1" }, J = /* @__PURE__ */ u({
|
|
16
16
|
__name: "Cookies",
|
|
17
17
|
setup(S) {
|
|
18
|
-
const { cookies:
|
|
18
|
+
const { cookies: m, cookieMutators: s } = w(), l = y(), c = () => {
|
|
19
19
|
const o = L({
|
|
20
20
|
uid: V(),
|
|
21
21
|
name: "new cookie",
|
|
@@ -26,19 +26,16 @@ const E = { class: "flex-1" }, J = /* @__PURE__ */ f({
|
|
|
26
26
|
httpOnly: !1,
|
|
27
27
|
sameSite: "None"
|
|
28
28
|
});
|
|
29
|
-
s.add(o),
|
|
29
|
+
s.add(o), l.push(o.uid);
|
|
30
30
|
};
|
|
31
31
|
return (o, g) => (i(), a(b, null, {
|
|
32
32
|
default: e(() => [
|
|
33
|
-
t(n(B),
|
|
34
|
-
title: e(() => [
|
|
35
|
-
m("Domain")
|
|
36
|
-
]),
|
|
33
|
+
t(n(B), { title: "Domain" }, {
|
|
37
34
|
content: e(() => [
|
|
38
|
-
|
|
35
|
+
f("div", E, [
|
|
39
36
|
t(h, null, {
|
|
40
37
|
default: e(() => [
|
|
41
|
-
(i(!0), p
|
|
38
|
+
(i(!0), d(p, null, _(n(m), (r) => (i(), a(C, {
|
|
42
39
|
key: r.uid,
|
|
43
40
|
class: "text-xs",
|
|
44
41
|
variable: { name: r.name, uid: r.uid }
|
|
@@ -49,9 +46,9 @@ const E = { class: "flex-1" }, J = /* @__PURE__ */ f({
|
|
|
49
46
|
])
|
|
50
47
|
]),
|
|
51
48
|
button: e(() => [
|
|
52
|
-
t(x, { click:
|
|
49
|
+
t(x, { click: c }, {
|
|
53
50
|
title: e(() => [
|
|
54
|
-
|
|
51
|
+
k("Add Item")
|
|
55
52
|
]),
|
|
56
53
|
_: 1
|
|
57
54
|
})
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Environment.vue.d.ts","sourceRoot":"","sources":["../../../src/views/Environment/Environment.vue"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"Environment.vue.d.ts","sourceRoot":"","sources":["../../../src/views/Environment/Environment.vue"],"names":[],"mappings":";AAsfA,wBAKG"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as
|
|
1
|
+
import { defineComponent as N, ref as c, onMounted as C, openBlock as a, createBlock as f, withCtx as o, createVNode as r, createElementVNode as _, createElementBlock as v, Fragment as w, renderList as $, unref as u, createTextVNode as I, createSlots as S, createCommentVNode as h, toDisplayString as L, withKeys as B, nextTick as R } from "vue";
|
|
2
2
|
import K from "../../components/CodeInput/CodeInput.vue.js";
|
|
3
3
|
import A from "../../components/Sidebar/Sidebar.vue.js";
|
|
4
4
|
/* empty css */
|
|
@@ -12,11 +12,11 @@ import { useWorkspace as W } from "../../store/workspace.js";
|
|
|
12
12
|
import { nanoid as j } from "nanoid";
|
|
13
13
|
import { useRouter as q } from "vue-router";
|
|
14
14
|
import z from "./EnvironmentColors.vue.js";
|
|
15
|
-
const G = { class: "flex-1" }, H = ["value"], P = { class: "colors ml-auto" }, ce = /* @__PURE__ */
|
|
15
|
+
const G = { class: "flex-1" }, H = ["value"], P = { class: "colors ml-auto" }, ce = /* @__PURE__ */ N({
|
|
16
16
|
__name: "Environment",
|
|
17
17
|
setup(Q) {
|
|
18
18
|
const d = q(), { environments: n, environmentMutators: m } = W(), e = c(null), p = c(null), s = c(!1);
|
|
19
|
-
function
|
|
19
|
+
function E() {
|
|
20
20
|
const t = {
|
|
21
21
|
name: "New Environment",
|
|
22
22
|
uid: j(),
|
|
@@ -27,35 +27,32 @@ const G = { class: "flex-1" }, H = ["value"], P = { class: "colors ml-auto" }, c
|
|
|
27
27
|
};
|
|
28
28
|
m.add(t), e.value = t.uid, d.push(e.value);
|
|
29
29
|
}
|
|
30
|
-
function
|
|
30
|
+
function k(t) {
|
|
31
31
|
e.value && m.edit(e.value, "raw", t);
|
|
32
32
|
}
|
|
33
|
-
const
|
|
33
|
+
const y = (t) => {
|
|
34
34
|
m.delete(t), e.value === t && (e.value = null);
|
|
35
|
-
},
|
|
35
|
+
}, x = (t) => {
|
|
36
36
|
e.value && (n[e.value].color = t);
|
|
37
|
-
},
|
|
37
|
+
}, V = () => {
|
|
38
38
|
d.currentRoute.value.params.environment === "default" && (e.value = n.default.uid);
|
|
39
|
-
},
|
|
39
|
+
}, b = () => {
|
|
40
40
|
e.value && !n[e.value].isDefault && (s.value = !0, R(() => {
|
|
41
41
|
var t;
|
|
42
42
|
(t = p.value) == null || t.focus();
|
|
43
43
|
}));
|
|
44
|
-
},
|
|
44
|
+
}, g = (t) => {
|
|
45
45
|
const l = t.target.value;
|
|
46
46
|
e.value && !n[e.value].isDefault && (n[e.value].name = l);
|
|
47
47
|
};
|
|
48
|
-
return
|
|
48
|
+
return C(V), (t, i) => (a(), f(F, null, {
|
|
49
49
|
default: o(() => [
|
|
50
|
-
r(A,
|
|
51
|
-
title: o(() => [
|
|
52
|
-
_("Environment")
|
|
53
|
-
]),
|
|
50
|
+
r(A, { title: "Environment" }, {
|
|
54
51
|
content: o(() => [
|
|
55
|
-
|
|
52
|
+
_("div", G, [
|
|
56
53
|
r(T, null, {
|
|
57
54
|
default: o(() => [
|
|
58
|
-
(a(!0), v(
|
|
55
|
+
(a(!0), v(w, null, $(u(n), (l) => (a(), f(U, {
|
|
59
56
|
key: l.uid,
|
|
60
57
|
class: "text-xs",
|
|
61
58
|
variable: {
|
|
@@ -64,8 +61,8 @@ const G = { class: "flex-1" }, H = ["value"], P = { class: "colors ml-auto" }, c
|
|
|
64
61
|
color: l.color,
|
|
65
62
|
isDefault: l.isDefault
|
|
66
63
|
},
|
|
67
|
-
onClick: (
|
|
68
|
-
onDelete: (
|
|
64
|
+
onClick: (D) => e.value = l.uid,
|
|
65
|
+
onDelete: (D) => y(l.uid)
|
|
69
66
|
}, null, 8, ["variable", "onClick", "onDelete"]))), 128))
|
|
70
67
|
]),
|
|
71
68
|
_: 1
|
|
@@ -73,9 +70,9 @@ const G = { class: "flex-1" }, H = ["value"], P = { class: "colors ml-auto" }, c
|
|
|
73
70
|
])
|
|
74
71
|
]),
|
|
75
72
|
button: o(() => [
|
|
76
|
-
r(M, { click:
|
|
73
|
+
r(M, { click: E }, {
|
|
77
74
|
title: o(() => [
|
|
78
|
-
|
|
75
|
+
I("Add Environment Variable")
|
|
79
76
|
]),
|
|
80
77
|
_: 1
|
|
81
78
|
})
|
|
@@ -91,7 +88,7 @@ const G = { class: "flex-1" }, H = ["value"], P = { class: "colors ml-auto" }, c
|
|
|
91
88
|
class: "px-2 py-2.5",
|
|
92
89
|
lineNumbers: "",
|
|
93
90
|
modelValue: u(n)[e.value].raw,
|
|
94
|
-
"onUpdate:modelValue":
|
|
91
|
+
"onUpdate:modelValue": k
|
|
95
92
|
}, null, 8, ["modelValue"])) : h("", !0)
|
|
96
93
|
]),
|
|
97
94
|
_: 2
|
|
@@ -101,7 +98,7 @@ const G = { class: "flex-1" }, H = ["value"], P = { class: "colors ml-auto" }, c
|
|
|
101
98
|
fn: o(() => [
|
|
102
99
|
!s.value || u(n)[e.value].isDefault ? (a(), v("span", {
|
|
103
100
|
key: 0,
|
|
104
|
-
onDblclick:
|
|
101
|
+
onDblclick: b
|
|
105
102
|
}, L(u(n)[e.value].name), 33)) : (a(), v("input", {
|
|
106
103
|
key: 1,
|
|
107
104
|
ref_key: "nameInputRef",
|
|
@@ -111,13 +108,13 @@ const G = { class: "flex-1" }, H = ["value"], P = { class: "colors ml-auto" }, c
|
|
|
111
108
|
type: "text",
|
|
112
109
|
value: u(n)[e.value].name,
|
|
113
110
|
onBlur: i[0] || (i[0] = (l) => s.value = !1),
|
|
114
|
-
onInput:
|
|
111
|
+
onInput: g,
|
|
115
112
|
onKeyup: i[1] || (i[1] = B((l) => s.value = !1, ["enter"]))
|
|
116
113
|
}, null, 40, H)),
|
|
117
|
-
|
|
114
|
+
_("div", P, [
|
|
118
115
|
r(z, {
|
|
119
116
|
activeColor: u(n)[e.value].color,
|
|
120
|
-
onSelect:
|
|
117
|
+
onSelect: x
|
|
121
118
|
}, null, 8, ["activeColor"])
|
|
122
119
|
])
|
|
123
120
|
]),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"EnvironmentVariableDropdown.vue.d.ts","sourceRoot":"","sources":["../../../src/views/Environment/EnvironmentVariableDropdown.vue"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"EnvironmentVariableDropdown.vue.d.ts","sourceRoot":"","sources":["../../../src/views/Environment/EnvironmentVariableDropdown.vue"],"names":[],"mappings":";WA6FS,MAAM;;;;WAAN,MAAM;;;;AAqLf,wBAOG;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,72 +1,63 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
import { useWorkspace as
|
|
3
|
-
import { ScalarButton as
|
|
4
|
-
import
|
|
5
|
-
import { useRouter as
|
|
6
|
-
const
|
|
1
|
+
import { defineComponent as k, computed as y, openBlock as r, createElementBlock as n, Fragment as b, renderList as g, createElementVNode as a, createTextVNode as c, toDisplayString as u, createBlock as w, unref as s, withCtx as V, createVNode as C } from "vue";
|
|
2
|
+
import { useWorkspace as B } from "../../store/workspace.js";
|
|
3
|
+
import { ScalarButton as E, ScalarIcon as N } from "@scalar/components";
|
|
4
|
+
import S from "fuse.js";
|
|
5
|
+
import { useRouter as j } from "vue-router";
|
|
6
|
+
const q = {
|
|
7
|
+
id: "env-dialog",
|
|
8
|
+
class: "z-10 w-60 rounded border bg-b-1 p-1",
|
|
9
|
+
open: !0,
|
|
10
|
+
tabindex: "0"
|
|
11
|
+
}, z = { key: 0 }, A = ["onClick"], D = { class: "flex items-center gap-1.5 whitespace-nowrap" }, F = /* @__PURE__ */ a("span", { class: "h-2.5 w-2.5 min-w-2.5 rounded-full" }, null, -1), $ = { class: "w-20 overflow-hidden text-ellipsis text-right" }, W = /* @__PURE__ */ k({
|
|
7
12
|
__name: "EnvironmentVariableDropdown",
|
|
8
13
|
props: {
|
|
9
14
|
query: {}
|
|
10
15
|
},
|
|
11
16
|
emits: ["select"],
|
|
12
|
-
setup(
|
|
13
|
-
const
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
const o = l.query.match(/{{\s*(.*?)\s*(}}|$)/), t = o ? o[1].trim() : "";
|
|
17
|
+
setup(d, { emit: p }) {
|
|
18
|
+
const m = d, f = p, { activeParsedEnvironments: i } = B(), v = j(), h = new S(i.value, {
|
|
19
|
+
keys: ["key", "value"]
|
|
20
|
+
}), l = y(() => {
|
|
21
|
+
const t = m.query;
|
|
18
22
|
if (!t)
|
|
19
|
-
return
|
|
20
|
-
const
|
|
21
|
-
return
|
|
22
|
-
}), _ = (
|
|
23
|
-
|
|
23
|
+
return i.value.slice(-4);
|
|
24
|
+
const o = h.search(t);
|
|
25
|
+
return o.length > 0 ? o.map((e) => e.item) : [];
|
|
26
|
+
}), _ = (t) => {
|
|
27
|
+
f("select", t);
|
|
24
28
|
};
|
|
25
|
-
return
|
|
26
|
-
()
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
r.value = o.includes("{{") && !((t = w.value) != null && t.isReadOnly);
|
|
30
|
-
}
|
|
31
|
-
), (o, t) => (s(), n("dialog", {
|
|
32
|
-
id: "env-dialog",
|
|
33
|
-
class: "absolute left-2 top-7 z-10 w-60 rounded border bg-white p-1",
|
|
34
|
-
open: r.value,
|
|
35
|
-
tabindex: "0"
|
|
36
|
-
}, [
|
|
37
|
-
u.value.length ? (s(), n("ul", R, [
|
|
38
|
-
(s(!0), n(C, null, j(u.value, (e) => (s(), n("li", {
|
|
39
|
-
key: e.uid,
|
|
29
|
+
return (t, o) => (r(), n("dialog", q, [
|
|
30
|
+
l.value.length ? (r(), n("ul", z, [
|
|
31
|
+
(r(!0), n(b, null, g(l.value, (e, x) => (r(), n("li", {
|
|
32
|
+
key: x,
|
|
40
33
|
class: "font-code text-3xs hover:bg-b-2 flex cursor-pointer items-center justify-between gap-1.5 rounded p-1.5 transition-colors duration-150",
|
|
41
|
-
onClick:
|
|
34
|
+
onClick: (I) => _(e.key)
|
|
42
35
|
}, [
|
|
43
|
-
a("div",
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
}, null, 2),
|
|
47
|
-
p(" " + m(e.name), 1)
|
|
36
|
+
a("div", D, [
|
|
37
|
+
F,
|
|
38
|
+
c(" " + u(e.key), 1)
|
|
48
39
|
]),
|
|
49
|
-
a("span",
|
|
50
|
-
], 8,
|
|
51
|
-
])) : (
|
|
40
|
+
a("span", $, u(e.value), 1)
|
|
41
|
+
], 8, A))), 128))
|
|
42
|
+
])) : (r(), w(s(E), {
|
|
52
43
|
key: 1,
|
|
53
44
|
class: "font-code text-3xs hover:bg-b-2 flex h-7 w-full justify-start gap-2 px-2 transition-colors duration-150",
|
|
54
45
|
variant: "secondary",
|
|
55
|
-
onClick:
|
|
46
|
+
onClick: o[0] || (o[0] = (e) => s(v).push("/environment"))
|
|
56
47
|
}, {
|
|
57
|
-
default:
|
|
58
|
-
|
|
48
|
+
default: V(() => [
|
|
49
|
+
C(s(N), {
|
|
59
50
|
class: "w-2",
|
|
60
51
|
icon: "Add",
|
|
61
52
|
size: "xs"
|
|
62
53
|
}),
|
|
63
|
-
|
|
54
|
+
c(" Add variable ")
|
|
64
55
|
]),
|
|
65
56
|
_: 1
|
|
66
57
|
}))
|
|
67
|
-
]
|
|
58
|
+
]));
|
|
68
59
|
}
|
|
69
60
|
});
|
|
70
61
|
export {
|
|
71
|
-
|
|
62
|
+
W as default
|
|
72
63
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Request.vue.d.ts","sourceRoot":"","sources":["../../../src/views/Request/Request.vue"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"Request.vue.d.ts","sourceRoot":"","sources":["../../../src/views/Request/Request.vue"],"names":[],"mappings":";AA4/BA,wBAKG"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import o from "./Request.vue2.js";
|
|
2
2
|
/* empty css */
|
|
3
3
|
import t from "../../_virtual/_plugin-vue_export-helper.js";
|
|
4
|
-
const m = /* @__PURE__ */ t(o, [["__scopeId", "data-v-
|
|
4
|
+
const m = /* @__PURE__ */ t(o, [["__scopeId", "data-v-3ac076a4"]]);
|
|
5
5
|
export {
|
|
6
6
|
m as default
|
|
7
7
|
};
|
|
@@ -1,81 +1,93 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
import
|
|
6
|
-
import
|
|
7
|
-
import
|
|
8
|
-
import
|
|
9
|
-
import { useWorkspace as
|
|
10
|
-
import
|
|
1
|
+
import { defineComponent as U, ref as W, onMounted as j, onBeforeUnmount as F, openBlock as f, createElementBlock as w, Fragment as O, createElementVNode as u, normalizeClass as b, createVNode as r, unref as e, createCommentVNode as _, withCtx as m, withDirectives as A, createSlots as H, withModifiers as R, renderList as P, createBlock as k, createTextVNode as J, vShow as K } from "vue";
|
|
2
|
+
import Q from "../../components/AddressBar/AddressBar.vue.js";
|
|
3
|
+
import G from "../../components/Search/SearchButton.vue.js";
|
|
4
|
+
import X from "../../components/Search/SearchModal.vue.js";
|
|
5
|
+
import Y from "../../components/Sidebar/SidebarButton.vue.js";
|
|
6
|
+
import Z from "../../components/ViewLayout/ViewLayout.vue.js";
|
|
7
|
+
import ee from "../../components/ViewLayout/ViewLayoutContent.vue.js";
|
|
8
|
+
import { commandPaletteBus as te } from "../../libs/eventBusses/command-palette.js";
|
|
9
|
+
import { useWorkspace as oe } from "../../store/workspace.js";
|
|
10
|
+
import re from "./RequestSection/RequestSection.vue.js";
|
|
11
11
|
/* empty css */
|
|
12
|
-
import
|
|
13
|
-
import { useModal as
|
|
14
|
-
import {
|
|
15
|
-
import {
|
|
16
|
-
import
|
|
17
|
-
import
|
|
12
|
+
import se from "./ResponseSection/ResponseSection.vue.js";
|
|
13
|
+
import { useModal as ne, ScalarIcon as y } from "@scalar/components";
|
|
14
|
+
import { REQUEST_METHODS as ae } from "@scalar/oas-utils/helpers";
|
|
15
|
+
import { isMacOS as B } from "@scalar/use-tooltip";
|
|
16
|
+
import { useMagicKeys as le, useEventListener as ie } from "@vueuse/core";
|
|
17
|
+
import ce from "./RequestSidebarItem.vue.js";
|
|
18
|
+
import ue from "../../components/Sidebar/Sidebar.vue.js";
|
|
18
19
|
/* empty css */
|
|
19
|
-
import
|
|
20
|
-
import {
|
|
21
|
-
import {
|
|
22
|
-
|
|
20
|
+
import me from "./components/WorkspaceDropdown.vue.js";
|
|
21
|
+
import { useSidebar as de } from "../../hooks/useSidebar.js";
|
|
22
|
+
import { sendRequest as pe } from "../../libs/sendRequest.js";
|
|
23
|
+
import { executeRequestBus as D } from "../../libs/eventBusses/executeRequestBus.js";
|
|
24
|
+
const fe = { class: "lg:min-h-header flex items-center w-full justify-center p-1 flex-wrap t-app__top-container" }, ve = { class: "flex flex-row items-center gap-1 lg:px-1 lg:mb-0 mb-0.5 lg:flex-1 w-6/12" }, ge = { class: "flex flex-row items-center gap-1 lg:px-1 lg:mb-0 mb-0.5 lg:flex-1 justify-end w-6/12" }, We = /* @__PURE__ */ U({
|
|
23
25
|
__name: "Request",
|
|
24
|
-
setup(
|
|
25
|
-
var
|
|
26
|
+
setup(he) {
|
|
27
|
+
var C;
|
|
26
28
|
const {
|
|
27
|
-
activeExample:
|
|
28
|
-
activeRequest:
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
activeWorkspace:
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
29
|
+
activeExample: h,
|
|
30
|
+
activeRequest: l,
|
|
31
|
+
activeSecurityScheme: E,
|
|
32
|
+
activeWorkspaceServers: q,
|
|
33
|
+
activeWorkspace: i,
|
|
34
|
+
environments: M,
|
|
35
|
+
activeWorkspaceCollections: $,
|
|
36
|
+
modalState: I
|
|
37
|
+
} = oe(), { collapsedSidebarFolders: N } = de(), v = ne(), a = W(!((C = i.value) != null && C.isReadOnly)), S = async () => {
|
|
38
|
+
var g;
|
|
39
|
+
if (!l.value || !h.value) {
|
|
37
40
|
console.warn(
|
|
38
41
|
"There is no request active at the moment. Please select one then try again."
|
|
39
42
|
);
|
|
40
43
|
return;
|
|
41
44
|
}
|
|
42
|
-
let s =
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
45
|
+
let s = h.value.url;
|
|
46
|
+
const o = Object.values(M).reduce(
|
|
47
|
+
(d, p) => {
|
|
48
|
+
try {
|
|
49
|
+
return { ...d, ...JSON.parse(p.raw) };
|
|
50
|
+
} catch {
|
|
51
|
+
return d;
|
|
52
|
+
}
|
|
53
|
+
},
|
|
54
|
+
{}
|
|
55
|
+
), t = /\{\{(.*?)\}\}/g;
|
|
56
|
+
s = s.replace(t, (d, p) => (q.value.forEach((T) => {
|
|
57
|
+
if (T.url === p)
|
|
58
|
+
return p;
|
|
59
|
+
}), o[p] || p));
|
|
60
|
+
const { request: n, response: c } = await pe(
|
|
61
|
+
l.value,
|
|
62
|
+
h.value,
|
|
54
63
|
s,
|
|
55
|
-
|
|
56
|
-
(g =
|
|
64
|
+
E.value,
|
|
65
|
+
(g = i.value) == null ? void 0 : g.proxyUrl
|
|
57
66
|
);
|
|
58
|
-
|
|
59
|
-
request:
|
|
60
|
-
response:
|
|
67
|
+
n && c ? l.value.history.push({
|
|
68
|
+
request: n,
|
|
69
|
+
response: c,
|
|
61
70
|
timestamp: Date.now()
|
|
62
71
|
}) : console.warn("No response or request was returned");
|
|
63
72
|
};
|
|
64
|
-
|
|
65
|
-
const
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
}
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
}
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
73
|
+
j(() => D.on(S)), F(() => D.off(S));
|
|
74
|
+
const V = (s, o, t, n) => {
|
|
75
|
+
}, z = () => te.emit(), x = le();
|
|
76
|
+
ie(document, "keydown", (s) => {
|
|
77
|
+
(B() ? x.meta.value : x.ctrl.value) && s.key === "b" && (a.value = !a.value), (B() ? x.meta.value : x.ctrl.value) && s.key === "k" && (v.open ? v.hide() : v.show());
|
|
78
|
+
});
|
|
79
|
+
const L = () => {
|
|
80
|
+
if (!l.value) return "";
|
|
81
|
+
const { method: s } = l.value;
|
|
82
|
+
return ae[s].backgroundColor;
|
|
83
|
+
};
|
|
84
|
+
return (s, o) => (f(), w(O, null, [
|
|
85
|
+
u("div", {
|
|
86
|
+
class: b(["flex flex-1 flex-col rounded-lg rounded-b-none rounded-r-none pt-0 h-full client-wrapper-bg-color", L()])
|
|
87
|
+
}, [
|
|
88
|
+
u("div", fe, [
|
|
89
|
+
u("div", ve, [
|
|
90
|
+
u("button", {
|
|
79
91
|
class: "text-c-3 hover:bg-b-3 active:text-c-1 p-2 rounded",
|
|
80
92
|
type: "button",
|
|
81
93
|
onClick: o[0] || (o[0] = (t) => a.value = !a.value)
|
|
@@ -86,58 +98,56 @@ const he = { class: "bg-b-2 flex flex-1 flex-col rounded-lg rounded-b-none round
|
|
|
86
98
|
}, null, 8, ["icon"])
|
|
87
99
|
])
|
|
88
100
|
]),
|
|
89
|
-
r(
|
|
90
|
-
|
|
91
|
-
e(
|
|
101
|
+
r(Q),
|
|
102
|
+
u("div", ge, [
|
|
103
|
+
e(i).isReadOnly ? (f(), w("button", {
|
|
92
104
|
key: 0,
|
|
93
105
|
class: "text-c-3 hover:bg-b-3 active:text-c-1 p-2 rounded",
|
|
94
106
|
type: "button",
|
|
95
|
-
onClick: o[1] || (o[1] = (t) => e(
|
|
107
|
+
onClick: o[1] || (o[1] = (t) => e(I).hide())
|
|
96
108
|
}, [
|
|
97
109
|
r(e(y), {
|
|
98
|
-
class: "stroke-[1.75]",
|
|
99
110
|
icon: "Close",
|
|
100
|
-
size: "lg"
|
|
111
|
+
size: "lg",
|
|
112
|
+
thickness: "1.75"
|
|
101
113
|
})
|
|
102
114
|
])) : _("", !0)
|
|
103
115
|
])
|
|
104
116
|
]),
|
|
105
|
-
r(
|
|
117
|
+
r(Z, null, {
|
|
106
118
|
default: m(() => [
|
|
107
|
-
|
|
108
|
-
class:
|
|
109
|
-
}, {
|
|
110
|
-
title: m(() => [
|
|
111
|
-
$(Z(e(u).name), 1)
|
|
112
|
-
]),
|
|
119
|
+
A(r(e(ue), {
|
|
120
|
+
class: b([a.value ? "sidebar-active-width" : ""])
|
|
121
|
+
}, H({
|
|
113
122
|
content: m(() => [
|
|
114
|
-
r(
|
|
115
|
-
onOpenSearchModal: o[2] || (o[2] = (t) => e(
|
|
123
|
+
r(G, {
|
|
124
|
+
onOpenSearchModal: o[2] || (o[2] = (t) => e(v).show())
|
|
116
125
|
}),
|
|
117
|
-
|
|
126
|
+
u("div", {
|
|
118
127
|
class: "custom-scroll flex flex-1 flex-col overflow-visible px-3 pb-12 pt-2.5",
|
|
119
|
-
onDragenter: o[3] || (o[3] =
|
|
128
|
+
onDragenter: o[3] || (o[3] = R(() => {
|
|
120
129
|
}, ["prevent"])),
|
|
121
|
-
onDragover: o[4] || (o[4] =
|
|
130
|
+
onDragover: o[4] || (o[4] = R(() => {
|
|
122
131
|
}, ["prevent"]))
|
|
123
132
|
}, [
|
|
124
|
-
(
|
|
133
|
+
(f(!0), w(O, null, P(e($), (t, n) => (f(), k(ce, {
|
|
125
134
|
key: t.uid,
|
|
126
|
-
isDraggable: !e(
|
|
127
|
-
isDroppable: !e(
|
|
135
|
+
isDraggable: !e(i).isReadOnly,
|
|
136
|
+
isDroppable: !e(i).isReadOnly,
|
|
128
137
|
item: t,
|
|
129
138
|
parentUids: [],
|
|
130
|
-
onOnDragEnd: (...c) =>
|
|
139
|
+
onOnDragEnd: (...c) => V(t, n, ...c)
|
|
131
140
|
}, {
|
|
132
141
|
leftIcon: m(() => [
|
|
133
142
|
r(e(y), {
|
|
134
|
-
class: "text-sidebar-c-2
|
|
143
|
+
class: "text-sidebar-c-2 text-sm group-hover:hidden",
|
|
135
144
|
icon: "CodeFolder",
|
|
136
|
-
size: "sm"
|
|
145
|
+
size: "sm",
|
|
146
|
+
thickness: "2"
|
|
137
147
|
}),
|
|
138
|
-
|
|
139
|
-
class:
|
|
140
|
-
"rotate-90": e(
|
|
148
|
+
u("div", {
|
|
149
|
+
class: b({
|
|
150
|
+
"rotate-90": e(N)[t.uid]
|
|
141
151
|
})
|
|
142
152
|
}, [
|
|
143
153
|
r(e(y), {
|
|
@@ -152,44 +162,51 @@ const he = { class: "bg-b-2 flex flex-1 flex-col rounded-lg rounded-b-none round
|
|
|
152
162
|
], 32)
|
|
153
163
|
]),
|
|
154
164
|
button: m(() => [
|
|
155
|
-
e(
|
|
165
|
+
e(i).isReadOnly ? _("", !0) : (f(), k(Y, {
|
|
156
166
|
key: 0,
|
|
157
|
-
click:
|
|
167
|
+
click: z
|
|
158
168
|
}, {
|
|
159
169
|
title: m(() => [
|
|
160
|
-
|
|
170
|
+
J("Add Item")
|
|
161
171
|
]),
|
|
162
172
|
_: 1
|
|
163
173
|
}))
|
|
164
174
|
]),
|
|
165
|
-
_:
|
|
166
|
-
},
|
|
167
|
-
|
|
175
|
+
_: 2
|
|
176
|
+
}, [
|
|
177
|
+
e(i).isReadOnly ? void 0 : {
|
|
178
|
+
name: "header",
|
|
179
|
+
fn: m(() => [
|
|
180
|
+
r(e(me))
|
|
181
|
+
]),
|
|
182
|
+
key: "0"
|
|
183
|
+
}
|
|
184
|
+
]), 1032, ["class"]), [
|
|
185
|
+
[K, a.value]
|
|
168
186
|
]),
|
|
169
|
-
e(
|
|
187
|
+
e(h) ? (f(), k(ee, {
|
|
170
188
|
key: 0,
|
|
171
|
-
class:
|
|
189
|
+
class: b(["flex-1", [a.value ? "sidebar-active-hide-layout" : ""]])
|
|
172
190
|
}, {
|
|
173
191
|
default: m(() => {
|
|
174
|
-
var t, n, c,
|
|
192
|
+
var t, n, c, g, d;
|
|
175
193
|
return [
|
|
176
|
-
r(
|
|
177
|
-
r(
|
|
178
|
-
response: (
|
|
194
|
+
r(re),
|
|
195
|
+
r(se, {
|
|
196
|
+
response: (d = (g = (t = e(l)) == null ? void 0 : t.history) == null ? void 0 : g[((c = (n = e(l)) == null ? void 0 : n.history) == null ? void 0 : c.length) - 1]) == null ? void 0 : d.response
|
|
179
197
|
}, null, 8, ["response"])
|
|
180
198
|
];
|
|
181
199
|
}),
|
|
182
200
|
_: 1
|
|
183
|
-
}, 8, ["class"])) : _("", !0)
|
|
184
|
-
r(se, { state: e(C) }, null, 8, ["state"])
|
|
201
|
+
}, 8, ["class"])) : _("", !0)
|
|
185
202
|
]),
|
|
186
203
|
_: 1
|
|
187
204
|
})
|
|
188
|
-
]),
|
|
189
|
-
r(
|
|
205
|
+
], 2),
|
|
206
|
+
r(X, { modalState: e(v) }, null, 8, ["modalState"])
|
|
190
207
|
], 64));
|
|
191
208
|
}
|
|
192
209
|
});
|
|
193
210
|
export {
|
|
194
|
-
|
|
211
|
+
We as default
|
|
195
212
|
};
|