@scalar/api-client 2.1.45 → 2.1.47
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 +39 -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 +66 -58
- package/dist/components/AddressBar/AddressBarHistory.vue.js +2 -2
- package/dist/components/AddressBar/AddressBarHistory.vue2.js +8 -8
- package/dist/components/AddressBar/AddressBarServer.vue.d.ts.map +1 -1
- package/dist/components/AddressBar/AddressBarServer.vue.js +40 -39
- package/dist/components/CodeInput/CodeInput.vue.d.ts.map +1 -1
- package/dist/components/CodeInput/CodeInput.vue.js +1 -1
- package/dist/components/CodeInput/CodeInput.vue2.js +7 -7
- package/dist/components/CommandPalette/CommandPaletteRequest.vue.d.ts.map +1 -1
- package/dist/components/CommandPalette/CommandPaletteRequest.vue.js +32 -26
- package/dist/components/CommandPalette/CommandPaletteWorkspace.vue.d.ts.map +1 -1
- package/dist/components/CommandPalette/CommandPaletteWorkspace.vue.js +14 -9
- 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 +15 -10
- package/dist/components/ContextBar.vue.d.ts +1 -1
- package/dist/components/ContextBar.vue.d.ts.map +1 -1
- package/dist/components/ContextBar.vue.js +2 -2
- package/dist/components/ContextBar.vue2.js +30 -19
- package/dist/components/DataTable/DataTableCheckbox.vue.d.ts.map +1 -1
- package/dist/components/DataTable/DataTableCheckbox.vue.js +17 -17
- package/dist/components/DataTable/DataTableInput.vue.d.ts.map +1 -1
- package/dist/components/DataTable/DataTableInput.vue.js +2 -2
- package/dist/components/DataTable/DataTableInput.vue2.js +10 -10
- package/dist/components/EnvironmentSelector/EnvironmentSelector.vue.d.ts.map +1 -1
- package/dist/components/EnvironmentSelector/EnvironmentSelector.vue.js +23 -18
- package/dist/components/Form/Form.vue.js +15 -15
- package/dist/components/HttpMethod/HttpMethod.vue.d.ts +2 -2
- package/dist/components/ImportCollection/DropEventListener.vue.d.ts +2 -2
- package/dist/components/ImportCollection/DropEventListener.vue.js +6 -6
- package/dist/components/ImportCollection/ImportCollectionListener.vue.d.ts.map +1 -1
- package/dist/components/ImportCollection/ImportCollectionListener.vue.js +22 -21
- package/dist/components/ImportCollection/ImportCollectionModal.vue.d.ts +1 -0
- package/dist/components/ImportCollection/ImportCollectionModal.vue.d.ts.map +1 -1
- package/dist/components/ImportCollection/ImportCollectionModal.vue.js +87 -74
- package/dist/components/ImportCollection/ImportNowButton.vue.d.ts.map +1 -1
- package/dist/components/ImportCollection/ImportNowButton.vue.js +14 -13
- package/dist/components/ImportCollection/PasteEventListener.vue.d.ts +2 -2
- package/dist/components/ImportCollection/PasteEventListener.vue.js +5 -5
- package/dist/components/ImportCollection/UrlQueryParameterChecker.vue.d.ts +2 -2
- package/dist/components/ImportCollection/UrlQueryParameterChecker.vue.d.ts.map +1 -1
- package/dist/components/ImportCollection/UrlQueryParameterChecker.vue.js +10 -5
- package/dist/components/ImportCollection/WorkspaceSelector.vue.d.ts.map +1 -1
- package/dist/components/ImportCollection/WorkspaceSelector.vue.js +43 -33
- package/dist/components/ImportCollection/hooks/useUrlPrefetcher.d.ts +1 -0
- package/dist/components/ImportCollection/hooks/useUrlPrefetcher.d.ts.map +1 -1
- package/dist/components/ImportCollection/hooks/useUrlPrefetcher.js +31 -21
- package/dist/components/Search/useSearch.d.ts +2 -0
- package/dist/components/Search/useSearch.d.ts.map +1 -1
- package/dist/components/Search/useSearch.js +25 -24
- package/dist/components/SideNav/DownloadAppButton.vue.d.ts +3 -0
- package/dist/components/SideNav/DownloadAppButton.vue.d.ts.map +1 -0
- package/dist/components/SideNav/DownloadAppButton.vue.js +7 -0
- package/dist/components/SideNav/DownloadAppButton.vue2.js +33 -0
- package/dist/components/SideNav/SideHelp.vue.d.ts.map +1 -1
- package/dist/components/SideNav/SideHelp.vue.js +55 -53
- package/dist/components/SideNav/SideNav.vue.d.ts.map +1 -1
- package/dist/components/SideNav/SideNav.vue.js +82 -5
- package/dist/components/SideNav/SideNav.vue2.js +2 -72
- package/dist/components/{SubpageHeader.vue.d.ts → SideNav/SideNavGroup.vue.d.ts} +3 -3
- package/dist/components/SideNav/SideNavGroup.vue.d.ts.map +1 -0
- package/dist/components/SideNav/SideNavGroup.vue.js +16 -0
- package/dist/components/SideNav/SideNavGroup.vue2.js +4 -0
- package/dist/components/SideNav/SideNavLink.vue.d.ts +5 -5
- package/dist/components/SideNav/SideNavLink.vue.d.ts.map +1 -1
- package/dist/components/SideNav/SideNavLink.vue.js +31 -34
- package/dist/components/SideNav/SideNavRouterLink.vue.d.ts +25 -0
- package/dist/components/SideNav/SideNavRouterLink.vue.d.ts.map +1 -0
- package/dist/components/SideNav/SideNavRouterLink.vue.js +29 -0
- package/dist/components/SideNav/SideNavRouterLink.vue2.js +4 -0
- package/dist/components/Sidebar/SidebarButton.vue.d.ts +1 -4
- package/dist/components/Sidebar/SidebarButton.vue.d.ts.map +1 -1
- package/dist/components/Sidebar/SidebarButton.vue.js +17 -17
- package/dist/components/Sidebar/SidebarToggle.vue.d.ts.map +1 -1
- package/dist/components/Sidebar/SidebarToggle.vue.js +16 -15
- package/dist/components/TopNav/TopNav.vue.d.ts.map +1 -1
- package/dist/components/TopNav/TopNav.vue.js +2 -2
- package/dist/components/TopNav/TopNav.vue2.js +14 -14
- package/dist/components/TopNav/TopNavItem.vue.d.ts +2 -2
- package/dist/components/ViewLayout/ViewLayoutCollapse.vue.d.ts.map +1 -1
- package/dist/components/ViewLayout/ViewLayoutCollapse.vue.js +31 -31
- package/dist/components/ViewLayout/ViewLayoutSection.vue.d.ts.map +1 -1
- package/dist/components/ViewLayout/ViewLayoutSection.vue.js +13 -21
- package/dist/hooks/index.d.ts +2 -1
- package/dist/hooks/index.d.ts.map +1 -1
- package/dist/hooks/index.js +6 -4
- package/dist/hooks/useLayout.d.ts +13 -0
- package/dist/hooks/useLayout.d.ts.map +1 -0
- package/dist/hooks/useLayout.js +7 -0
- package/dist/layouts/App/ApiClientApp.vue.d.ts.map +1 -1
- package/dist/layouts/App/ApiClientApp.vue.js +37 -37
- package/dist/layouts/App/MainLayout.vue.d.ts.map +1 -1
- package/dist/layouts/App/MainLayout.vue.js +21 -13
- package/dist/layouts/App/create-api-client-app.d.ts +28 -28
- package/dist/layouts/App/create-api-client-app.d.ts.map +1 -1
- package/dist/layouts/App/create-api-client-app.js +10 -8
- package/dist/layouts/Modal/ApiClientModal.vue.d.ts +3 -1
- package/dist/layouts/Modal/ApiClientModal.vue.d.ts.map +1 -1
- package/dist/layouts/Modal/ApiClientModal.vue.js +2 -2
- package/dist/layouts/Modal/ApiClientModal.vue2.js +37 -25
- package/dist/layouts/Modal/create-api-client-modal.d.ts +56 -56
- package/dist/layouts/Modal/create-api-client-modal.d.ts.map +1 -1
- package/dist/layouts/Modal/create-api-client-modal.js +8 -7
- package/dist/layouts/Web/ApiClientWeb.vue.d.ts.map +1 -1
- package/dist/layouts/Web/ApiClientWeb.vue.js +30 -30
- package/dist/layouts/Web/create-api-client-web.d.ts +28 -28
- package/dist/layouts/Web/create-api-client-web.d.ts.map +1 -1
- package/dist/layouts/Web/create-api-client-web.js +9 -7
- package/dist/libs/create-client.d.ts +35 -29
- package/dist/libs/create-client.d.ts.map +1 -1
- package/dist/libs/create-client.js +55 -42
- package/dist/libs/hot-keys.d.ts +1 -1
- package/dist/router.d.ts +4 -41
- package/dist/router.d.ts.map +1 -1
- package/dist/router.js +18 -149
- package/dist/routes.d.ts +150 -0
- package/dist/routes.d.ts.map +1 -0
- package/dist/routes.js +182 -0
- package/dist/store/collections.d.ts +4 -4
- package/dist/store/cookies.d.ts +4 -4
- package/dist/store/request-example.d.ts +4 -4
- package/dist/store/requests.d.ts +4 -4
- package/dist/store/router-params.js +1 -1
- package/dist/store/security-schemes.d.ts +4 -4
- package/dist/store/store.d.ts +56 -56
- package/dist/store/store.d.ts.map +1 -1
- package/dist/store/store.js +90 -90
- package/dist/store/tags.d.ts +4 -4
- package/dist/store/workspace.d.ts +4 -4
- package/dist/style.css +1 -1
- package/dist/views/Cookies/CookieRaw.vue.js +10 -10
- package/dist/views/Cookies/Cookies.vue.d.ts.map +1 -1
- package/dist/views/Cookies/Cookies.vue2.js +52 -53
- package/dist/views/Environment/Environment.vue.d.ts.map +1 -1
- package/dist/views/Environment/Environment.vue2.js +79 -80
- package/dist/views/Environment/EnvironmentVariableDropdown.vue.d.ts.map +1 -1
- package/dist/views/Environment/EnvironmentVariableDropdown.vue.js +20 -15
- package/dist/views/Request/RequestSection/RequestAuth/RequestAuth.vue.js +2 -2
- package/dist/views/Request/RequestSection/RequestAuth/RequestAuth.vue2.js +146 -108
- package/dist/views/Request/RequestSection/RequestParams.vue.d.ts.map +1 -1
- package/dist/views/Request/RequestSection/RequestParams.vue.js +53 -52
- package/dist/views/Request/RequestSection/RequestSection.vue.d.ts.map +1 -1
- package/dist/views/Request/RequestSection/RequestSection.vue.js +1 -1
- package/dist/views/Request/RequestSection/RequestSection.vue2.js +102 -97
- package/dist/views/Request/RequestSection/RequestTable.vue.d.ts +2 -2
- package/dist/views/Request/RequestSection/RequestTable.vue.d.ts.map +1 -1
- package/dist/views/Request/RequestSection/RequestTable.vue.js +2 -2
- package/dist/views/Request/RequestSection/RequestTable.vue2.js +44 -40
- package/dist/views/Request/RequestSidebar.vue.d.ts.map +1 -1
- package/dist/views/Request/RequestSidebar.vue.js +2 -2
- package/dist/views/Request/RequestSidebar.vue2.js +152 -134
- package/dist/views/Request/RequestSidebarItem.vue.d.ts +2 -2
- 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 +129 -115
- package/dist/views/Request/RequestSidebarItemMenu.vue2.js +6 -6
- package/dist/views/Request/RequestSubpageHeader.vue.d.ts.map +1 -1
- package/dist/views/Request/RequestSubpageHeader.vue.js +1 -1
- package/dist/views/Request/RequestSubpageHeader.vue2.js +36 -34
- package/dist/views/Request/ResponseSection/ResponseBody.vue.d.ts.map +1 -1
- package/dist/views/Request/ResponseSection/ResponseBody.vue.js +21 -21
- package/dist/views/Request/ResponseSection/ResponseBodyDownload.vue.d.ts.map +1 -1
- package/dist/views/Request/ResponseSection/ResponseBodyDownload.vue.js +13 -10
- package/dist/views/Request/ResponseSection/ResponseBodyPreview.vue.d.ts.map +1 -1
- package/dist/views/Request/ResponseSection/ResponseBodyPreview.vue.js +1 -1
- package/dist/views/Request/ResponseSection/ResponseBodyPreview.vue2.js +0 -2
- package/dist/views/Request/ResponseSection/ResponseBodyVirtual.vue.d.ts.map +1 -1
- package/dist/views/Request/ResponseSection/ResponseBodyVirtual.vue.js +8 -8
- package/dist/views/Request/ResponseSection/ResponseEmpty.vue.d.ts.map +1 -1
- package/dist/views/Request/ResponseSection/ResponseEmpty.vue.js +3 -3
- package/dist/views/Request/ResponseSection/ResponseEmpty.vue2.js +32 -33
- package/dist/views/Request/ResponseSection/ResponseHeaders.vue.d.ts.map +1 -1
- package/dist/views/Request/ResponseSection/ResponseHeaders.vue.js +61 -55
- package/dist/views/Request/ResponseSection/ResponseMetaInformation.vue.d.ts.map +1 -1
- package/dist/views/Request/ResponseSection/ResponseMetaInformation.vue.js +32 -25
- package/dist/views/Request/ResponseSection/ResponseSection.vue.d.ts.map +1 -1
- package/dist/views/Request/ResponseSection/ResponseSection.vue.js +1 -1
- package/dist/views/Request/ResponseSection/ResponseSection.vue2.js +102 -70
- package/dist/views/Request/components/WorkspaceDropdown.vue.d.ts.map +1 -1
- package/dist/views/Request/components/WorkspaceDropdown.vue.js +60 -50
- package/dist/views/Request/types/sidebar-item.d.ts +2 -1
- package/dist/views/Request/types/sidebar-item.d.ts.map +1 -1
- package/dist/views/Servers/Servers.vue.d.ts.map +1 -1
- package/dist/views/Servers/Servers.vue2.js +12 -7
- package/package.json +10 -8
- package/dist/components/SubpageHeader.vue.d.ts.map +0 -1
- package/dist/components/ViewLayout/ViewLayoutSection.vue2.js +0 -4
- package/dist/views/Request/RequestSection/RequestAuth/RequestAuth.vue.d.ts +0 -7
- package/dist/views/Request/RequestSection/RequestAuth/RequestAuth.vue.d.ts.map +0 -1
|
@@ -1,100 +1,132 @@
|
|
|
1
|
-
import { defineComponent as
|
|
1
|
+
import { defineComponent as T, computed as m, ref as g, openBlock as n, createBlock as i, withCtx as u, createElementVNode as l, normalizeClass as f, createCommentVNode as c, createVNode as v, createElementBlock as y, Fragment as x } from "vue";
|
|
2
2
|
import S from "../../../components/ContextBar.vue.js";
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
import
|
|
6
|
-
import
|
|
3
|
+
import j from "../../../components/ViewLayout/ViewLayoutSection.vue.js";
|
|
4
|
+
import R from "./ResponseBody.vue.js";
|
|
5
|
+
import b from "./ResponseEmpty.vue.js";
|
|
6
|
+
import H from "./ResponseLoadingOverlay.vue.js";
|
|
7
7
|
import V from "./ResponseMetaInformation.vue.js";
|
|
8
|
-
import
|
|
8
|
+
import w from "./ResponseBodyVirtual.vue.js";
|
|
9
9
|
/* empty css */
|
|
10
|
-
import
|
|
11
|
-
import
|
|
12
|
-
const
|
|
10
|
+
import L from "./ResponseCookies.vue.js";
|
|
11
|
+
import $ from "./ResponseHeaders.vue.js";
|
|
12
|
+
const z = { class: "flex items-center flex-1 h-8" }, h = 2e5, X = /* @__PURE__ */ T({
|
|
13
13
|
__name: "ResponseSection",
|
|
14
14
|
props: {
|
|
15
15
|
response: {}
|
|
16
16
|
},
|
|
17
|
-
setup(
|
|
18
|
-
const
|
|
19
|
-
var
|
|
20
|
-
const e = (
|
|
21
|
-
return e ? Object.keys(e).map((
|
|
22
|
-
name:
|
|
23
|
-
value: e[
|
|
17
|
+
setup(k) {
|
|
18
|
+
const t = k, d = m(() => {
|
|
19
|
+
var s;
|
|
20
|
+
const e = (s = t.response) == null ? void 0 : s.headers;
|
|
21
|
+
return e ? Object.keys(e).map((o) => ({
|
|
22
|
+
name: o,
|
|
23
|
+
value: e[o],
|
|
24
24
|
required: !1
|
|
25
25
|
})).filter(
|
|
26
|
-
(
|
|
26
|
+
(o) => ![
|
|
27
27
|
"rest-api-client-content-length",
|
|
28
28
|
"X-API-Client-Content-Length"
|
|
29
|
-
].includes(
|
|
29
|
+
].includes(o.name)
|
|
30
30
|
) : [];
|
|
31
|
-
}),
|
|
31
|
+
}), B = m(
|
|
32
32
|
() => {
|
|
33
33
|
var e;
|
|
34
|
-
return ((e =
|
|
35
|
-
var
|
|
36
|
-
const
|
|
37
|
-
return
|
|
38
|
-
name:
|
|
39
|
-
value:
|
|
34
|
+
return ((e = t.response) == null ? void 0 : e.cookieHeaderKeys.flatMap((s) => {
|
|
35
|
+
var r, p;
|
|
36
|
+
const o = (p = (r = t.response) == null ? void 0 : r.headers) == null ? void 0 : p[s];
|
|
37
|
+
return o ? {
|
|
38
|
+
name: s,
|
|
39
|
+
value: o,
|
|
40
40
|
required: !1
|
|
41
41
|
} : [];
|
|
42
42
|
})) ?? [];
|
|
43
43
|
}
|
|
44
|
-
),
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
44
|
+
), C = ["All", "Cookies", "Headers", "Body"], a = g("All"), _ = m(() => {
|
|
45
|
+
var r, p;
|
|
46
|
+
if (!t.response) return !1;
|
|
47
|
+
const e = ((r = t.response.headers) == null ? void 0 : r["content-type"]) || ((p = t.response.headers) == null ? void 0 : p["Content-Type"]);
|
|
48
|
+
return !e || (t.response.size ?? 0) <= h ? !1 : [
|
|
49
|
+
// Text types
|
|
50
|
+
"text/",
|
|
51
|
+
// JSON types
|
|
52
|
+
"application/json",
|
|
53
|
+
"application/ld+json",
|
|
54
|
+
"application/problem+json",
|
|
55
|
+
"application/vnd.api+json",
|
|
56
|
+
// XML types
|
|
57
|
+
"application/xml",
|
|
58
|
+
"application/atom+xml",
|
|
59
|
+
"application/rss+xml",
|
|
60
|
+
"application/problem+xml",
|
|
61
|
+
// Other structured text
|
|
62
|
+
"application/javascript",
|
|
63
|
+
"application/ecmascript",
|
|
64
|
+
"application/x-yaml",
|
|
65
|
+
"application/yaml",
|
|
66
|
+
// Source code
|
|
67
|
+
"application/x-httpd-php",
|
|
68
|
+
"application/x-sh",
|
|
69
|
+
"application/x-perl",
|
|
70
|
+
"application/x-python",
|
|
71
|
+
"application/x-ruby",
|
|
72
|
+
"application/x-java-source",
|
|
73
|
+
// Form data
|
|
74
|
+
"application/x-www-form-urlencoded"
|
|
75
|
+
].some((A) => e.includes(A)) && (t.response.size ?? 0) > h;
|
|
76
|
+
});
|
|
77
|
+
return (e, s) => (n(), i(j, { "aria-label": "Response" }, {
|
|
78
|
+
title: u(() => [
|
|
79
|
+
l("div", z, [
|
|
80
|
+
l("div", {
|
|
81
|
+
"aria-live": "polite",
|
|
82
|
+
class: f(["flex items-center", { "animate-response-heading": e.response }])
|
|
83
|
+
}, [
|
|
84
|
+
s[1] || (s[1] = l("span", { class: "response-heading absolute pointer-events-none" }, " Response ", -1)),
|
|
85
|
+
e.response ? (n(), i(V, {
|
|
86
|
+
key: 0,
|
|
87
|
+
class: "animate-response-children",
|
|
88
|
+
response: e.response
|
|
89
|
+
}, null, 8, ["response"])) : c("", !0)
|
|
90
|
+
], 2),
|
|
91
|
+
v(S, {
|
|
92
|
+
activeSection: a.value,
|
|
93
|
+
sections: C,
|
|
94
|
+
onSetActiveSection: s[0] || (s[0] = (o) => a.value = o)
|
|
67
95
|
}, null, 8, ["activeSection"])
|
|
68
|
-
]
|
|
96
|
+
])
|
|
69
97
|
]),
|
|
70
|
-
default:
|
|
71
|
-
var
|
|
98
|
+
default: u(() => {
|
|
99
|
+
var o;
|
|
72
100
|
return [
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
101
|
+
l("div", {
|
|
102
|
+
class: f(["custom-scroll h-full relative grid gap-[.5px] px-2 xl:px-4 py-2.5", {
|
|
103
|
+
"content-start": e.response
|
|
104
|
+
}])
|
|
105
|
+
}, [
|
|
106
|
+
e.response ? (n(), y(x, { key: 1 }, [
|
|
107
|
+
a.value === "All" || a.value === "Cookies" ? (n(), i(L, {
|
|
76
108
|
key: 0,
|
|
77
|
-
cookies:
|
|
78
|
-
}, null, 8, ["cookies"])) :
|
|
79
|
-
|
|
109
|
+
cookies: B.value
|
|
110
|
+
}, null, 8, ["cookies"])) : c("", !0),
|
|
111
|
+
a.value === "All" || a.value === "Headers" ? (n(), i($, {
|
|
80
112
|
key: 1,
|
|
81
|
-
headers:
|
|
82
|
-
}, null, 8, ["headers"])) :
|
|
83
|
-
|
|
84
|
-
|
|
113
|
+
headers: d.value
|
|
114
|
+
}, null, 8, ["headers"])) : c("", !0),
|
|
115
|
+
a.value === "All" || a.value === "Body" ? (n(), y(x, { key: 2 }, [
|
|
116
|
+
_.value ? (n(), i(w, {
|
|
85
117
|
key: 0,
|
|
86
|
-
content:
|
|
87
|
-
}, null, 8, ["content"])) : (n(),
|
|
118
|
+
content: t.response.data
|
|
119
|
+
}, null, 8, ["content"])) : (n(), i(R, {
|
|
88
120
|
key: 1,
|
|
89
121
|
active: !0,
|
|
90
|
-
data: (
|
|
91
|
-
headers:
|
|
122
|
+
data: (o = t.response) == null ? void 0 : o.data,
|
|
123
|
+
headers: d.value,
|
|
92
124
|
title: "Body"
|
|
93
125
|
}, null, 8, ["data", "headers"]))
|
|
94
|
-
], 64)) :
|
|
95
|
-
], 64)) : (n(),
|
|
96
|
-
|
|
97
|
-
])
|
|
126
|
+
], 64)) : c("", !0)
|
|
127
|
+
], 64)) : (n(), i(b, { key: 0 })),
|
|
128
|
+
v(H)
|
|
129
|
+
], 2)
|
|
98
130
|
];
|
|
99
131
|
}),
|
|
100
132
|
_: 1
|
|
@@ -102,5 +134,5 @@ const N = { class: "custom-scroll relative flex flex-1 flex-col px-2 xl:px-4 py-
|
|
|
102
134
|
}
|
|
103
135
|
});
|
|
104
136
|
export {
|
|
105
|
-
|
|
137
|
+
X as default
|
|
106
138
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"WorkspaceDropdown.vue.d.ts","sourceRoot":"","sources":["../../../../src/views/Request/components/WorkspaceDropdown.vue"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"WorkspaceDropdown.vue.d.ts","sourceRoot":"","sources":["../../../../src/views/Request/components/WorkspaceDropdown.vue"],"names":[],"mappings":";AA8zBA,wBAMG"}
|
|
@@ -1,78 +1,88 @@
|
|
|
1
|
-
import { defineComponent as O, computed as A, ref as M, openBlock as
|
|
1
|
+
import { defineComponent as O, computed as A, ref as M, openBlock as m, createElementBlock as W, createElementVNode as a, createVNode as s, unref as e, withCtx as n, Fragment as I, renderList as L, createBlock as h, withModifiers as c, normalizeClass as U, toDisplayString as z } from "vue";
|
|
2
2
|
import V from "../../../components/Sidebar/Actions/DeleteSidebarListElement.vue.js";
|
|
3
3
|
import q from "../../../components/Sidebar/Actions/EditSidebarListElement.vue.js";
|
|
4
|
-
import { useModal as C, ScalarDropdown as
|
|
4
|
+
import { useModal as C, ScalarDropdown as S, ScalarDropdownItem as u, ScalarIcon as r, ScalarTooltip as F, ScalarButton as $, ScalarDropdownDivider as P, ScalarModal as N } from "@scalar/components";
|
|
5
5
|
import { useRouter as Y } from "vue-router";
|
|
6
6
|
import { useWorkspace as G } from "../../../store/store.js";
|
|
7
|
-
const H = { class: "flex items-center text-sm w-[inherit]" }, J = { class: "font-medium m-0
|
|
7
|
+
const H = { class: "flex items-center text-sm w-[inherit]" }, J = { class: "font-medium m-0 flex gap-1.5 items-center" }, K = { class: "line-clamp-1 text-left w-[calc(100%-10px)]" }, Q = { class: "text-ellipsis overflow-hidden" }, X = { class: "flex items-center justify-center h-4 w-4" }, le = /* @__PURE__ */ O({
|
|
8
8
|
__name: "WorkspaceDropdown",
|
|
9
9
|
setup(Z) {
|
|
10
10
|
const { activeWorkspace: f, workspaces: d, workspaceMutators: g, events: T } = G(), { push: b } = Y(), E = (o) => {
|
|
11
|
-
o !== f.value.uid && b(
|
|
12
|
-
|
|
13
|
-
|
|
11
|
+
o !== f.value.uid && b({
|
|
12
|
+
name: "workspace",
|
|
13
|
+
params: {
|
|
14
|
+
workspace: o
|
|
15
|
+
}
|
|
16
|
+
});
|
|
17
|
+
}, _ = A(() => Object.keys(d).length === 1), j = () => T.commandPalette.emit({ commandName: "Create Workspace" }), v = M(""), i = M(""), w = C(), k = C(), y = (o) => {
|
|
18
|
+
v.value = d[o].name, i.value = o, w.show();
|
|
14
19
|
}, B = (o) => {
|
|
15
|
-
o.trim() && (g.edit(
|
|
20
|
+
o.trim() && (g.edit(i.value, "name", o.trim()), w.hide());
|
|
16
21
|
}, D = (o) => {
|
|
17
|
-
v.value = d[o].name,
|
|
22
|
+
v.value = d[o].name, i.value = o, k.show();
|
|
18
23
|
}, R = async () => {
|
|
19
24
|
if (!_.value) {
|
|
20
|
-
const o = f.value.uid ===
|
|
21
|
-
if (delete t[
|
|
25
|
+
const o = f.value.uid === i.value, t = { ...d };
|
|
26
|
+
if (delete t[i.value], g.delete(i.value), o) {
|
|
22
27
|
const p = Object.keys(t)[0];
|
|
23
|
-
await b(
|
|
28
|
+
await b({
|
|
29
|
+
name: "workspace",
|
|
30
|
+
params: {
|
|
31
|
+
workspace: p
|
|
32
|
+
}
|
|
33
|
+
});
|
|
24
34
|
}
|
|
25
35
|
}
|
|
26
36
|
k.hide();
|
|
27
37
|
};
|
|
28
|
-
return (o, t) => (
|
|
29
|
-
|
|
30
|
-
s(e(
|
|
38
|
+
return (o, t) => (m(), W("div", null, [
|
|
39
|
+
a("div", H, [
|
|
40
|
+
s(e(S), null, {
|
|
31
41
|
items: n(() => [
|
|
32
|
-
(
|
|
33
|
-
key:
|
|
42
|
+
(m(!0), W(I, null, L(e(d), (p, l) => (m(), h(e(u), {
|
|
43
|
+
key: l,
|
|
34
44
|
class: "flex gap-1.5 group/item items-center whitespace-nowrap text-ellipsis overflow-hidden w-full",
|
|
35
|
-
onClick: c((x) => E(
|
|
45
|
+
onClick: c((x) => E(l), ["stop"])
|
|
36
46
|
}, {
|
|
37
47
|
default: n(() => [
|
|
38
|
-
|
|
48
|
+
a("div", {
|
|
39
49
|
class: U([
|
|
40
50
|
"flex items-center justify-center rounded-full p-[3px] w-4 h-4",
|
|
41
|
-
e(f).uid ===
|
|
51
|
+
e(f).uid === l ? "bg-c-accent text-b-1" : "group-hover/item:shadow-border text-transparent"
|
|
42
52
|
])
|
|
43
53
|
}, [
|
|
44
|
-
s(e(
|
|
54
|
+
s(e(r), {
|
|
45
55
|
class: "size-2.5",
|
|
46
56
|
icon: "Checkmark",
|
|
47
57
|
thickness: "3.5"
|
|
48
58
|
})
|
|
49
59
|
], 2),
|
|
50
|
-
|
|
51
|
-
s(e(
|
|
60
|
+
a("span", Q, z(p.name), 1),
|
|
61
|
+
s(e(S), { teleport: ".scalar-client" }, {
|
|
52
62
|
items: n(() => [
|
|
53
|
-
s(e(
|
|
63
|
+
s(e(u), {
|
|
54
64
|
class: "flex gap-2",
|
|
55
|
-
onMousedown: (x) => y(
|
|
56
|
-
onTouchend: c((x) => y(
|
|
65
|
+
onMousedown: (x) => y(l),
|
|
66
|
+
onTouchend: c((x) => y(l), ["prevent"])
|
|
57
67
|
}, {
|
|
58
68
|
default: n(() => [
|
|
59
|
-
s(e(
|
|
69
|
+
s(e(r), {
|
|
60
70
|
class: "inline-flex",
|
|
61
71
|
icon: "Edit",
|
|
62
72
|
size: "md",
|
|
63
73
|
thickness: "1.5"
|
|
64
74
|
}),
|
|
65
|
-
t[4] || (t[4] =
|
|
75
|
+
t[4] || (t[4] = a("span", null, "Rename", -1))
|
|
66
76
|
]),
|
|
67
77
|
_: 2
|
|
68
78
|
}, 1032, ["onMousedown", "onTouchend"]),
|
|
69
|
-
_.value ? (
|
|
79
|
+
_.value ? (m(), h(e(F), {
|
|
70
80
|
key: 0,
|
|
71
81
|
class: "z-10",
|
|
72
82
|
side: "bottom"
|
|
73
83
|
}, {
|
|
74
84
|
trigger: n(() => [
|
|
75
|
-
s(e(
|
|
85
|
+
s(e(u), {
|
|
76
86
|
class: "flex gap-2 w-full",
|
|
77
87
|
disabled: "",
|
|
78
88
|
onMousedown: t[0] || (t[0] = c(() => {
|
|
@@ -81,52 +91,52 @@ const H = { class: "flex items-center text-sm w-[inherit]" }, J = { class: "font
|
|
|
81
91
|
}, ["prevent"]))
|
|
82
92
|
}, {
|
|
83
93
|
default: n(() => [
|
|
84
|
-
s(e(
|
|
94
|
+
s(e(r), {
|
|
85
95
|
class: "inline-flex",
|
|
86
96
|
icon: "Delete",
|
|
87
97
|
size: "md",
|
|
88
98
|
thickness: "1.5"
|
|
89
99
|
}),
|
|
90
|
-
t[5] || (t[5] =
|
|
100
|
+
t[5] || (t[5] = a("span", null, "Delete", -1))
|
|
91
101
|
]),
|
|
92
102
|
_: 1
|
|
93
103
|
})
|
|
94
104
|
]),
|
|
95
105
|
content: n(() => t[6] || (t[6] = [
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
106
|
+
a("div", { 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" }, [
|
|
107
|
+
a("div", { class: "flex items-center text-c-2" }, [
|
|
108
|
+
a("span", null, "Only workspace cannot be deleted.")
|
|
99
109
|
])
|
|
100
110
|
], -1)
|
|
101
111
|
])),
|
|
102
112
|
_: 1
|
|
103
|
-
})) : (
|
|
113
|
+
})) : (m(), h(e(u), {
|
|
104
114
|
key: 1,
|
|
105
115
|
class: "flex !gap-2",
|
|
106
|
-
onMousedown: c((x) => D(
|
|
107
|
-
onTouchend: c((x) => D(
|
|
116
|
+
onMousedown: c((x) => D(l), ["prevent"]),
|
|
117
|
+
onTouchend: c((x) => D(l), ["prevent"])
|
|
108
118
|
}, {
|
|
109
119
|
default: n(() => [
|
|
110
|
-
s(e(
|
|
120
|
+
s(e(r), {
|
|
111
121
|
class: "inline-flex",
|
|
112
122
|
icon: "Delete",
|
|
113
123
|
size: "sm",
|
|
114
124
|
thickness: "1.5"
|
|
115
125
|
}),
|
|
116
|
-
t[7] || (t[7] =
|
|
126
|
+
t[7] || (t[7] = a("span", null, "Delete", -1))
|
|
117
127
|
]),
|
|
118
128
|
_: 2
|
|
119
129
|
}, 1032, ["onMousedown", "onTouchend"]))
|
|
120
130
|
]),
|
|
121
131
|
default: n(() => [
|
|
122
|
-
s(e(
|
|
132
|
+
s(e($), {
|
|
123
133
|
class: "px-0.5 py-0 hover:bg-b-3 group-hover/item:flex aspect-square ml-auto -mr-1 h-fit",
|
|
124
134
|
size: "sm",
|
|
125
135
|
type: "button",
|
|
126
136
|
variant: "ghost"
|
|
127
137
|
}, {
|
|
128
138
|
default: n(() => [
|
|
129
|
-
s(e(
|
|
139
|
+
s(e(r), {
|
|
130
140
|
icon: "Ellipses",
|
|
131
141
|
size: "sm"
|
|
132
142
|
})
|
|
@@ -140,33 +150,33 @@ const H = { class: "flex items-center text-sm w-[inherit]" }, J = { class: "font
|
|
|
140
150
|
_: 2
|
|
141
151
|
}, 1032, ["onClick"]))), 128)),
|
|
142
152
|
s(e(P)),
|
|
143
|
-
s(e(
|
|
153
|
+
s(e(u), {
|
|
144
154
|
class: "flex items-center gap-1.5",
|
|
145
155
|
onClick: j
|
|
146
156
|
}, {
|
|
147
157
|
default: n(() => [
|
|
148
|
-
|
|
149
|
-
s(e(
|
|
158
|
+
a("div", X, [
|
|
159
|
+
s(e(r), {
|
|
150
160
|
class: "h-2.5",
|
|
151
161
|
icon: "Add",
|
|
152
162
|
thickness: "3"
|
|
153
163
|
})
|
|
154
164
|
]),
|
|
155
|
-
t[8] || (t[8] =
|
|
165
|
+
t[8] || (t[8] = a("span", null, "Create Workspace", -1))
|
|
156
166
|
]),
|
|
157
167
|
_: 1
|
|
158
168
|
})
|
|
159
169
|
]),
|
|
160
170
|
default: n(() => [
|
|
161
|
-
s(e(
|
|
171
|
+
s(e($), {
|
|
162
172
|
class: "font-normal h-full justify-start line-clamp-1 py-1.5 px-1.5 text-c-1 hover:bg-b-2 w-fit",
|
|
163
173
|
fullWidth: "",
|
|
164
174
|
variant: "ghost"
|
|
165
175
|
}, {
|
|
166
176
|
default: n(() => [
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
s(e(
|
|
177
|
+
a("div", J, [
|
|
178
|
+
a("h2", K, z(e(f).name), 1),
|
|
179
|
+
s(e(r), {
|
|
170
180
|
class: "size-3",
|
|
171
181
|
icon: "ChevronDown",
|
|
172
182
|
thickness: "3"
|
|
@@ -212,5 +222,5 @@ const H = { class: "flex items-center text-sm w-[inherit]" }, J = { class: "font
|
|
|
212
222
|
}
|
|
213
223
|
});
|
|
214
224
|
export {
|
|
215
|
-
|
|
225
|
+
le as default
|
|
216
226
|
};
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
import type { Collection, Request, RequestExample, RequestMethod, Tag } from '@scalar/oas-utils/entities/spec';
|
|
2
|
+
import type { RouteLocationRaw } from 'vue-router';
|
|
2
3
|
export type SidebarItem = {
|
|
3
4
|
title: string;
|
|
4
5
|
entity: Collection | Tag | Request | RequestExample;
|
|
5
6
|
resourceTitle: string;
|
|
6
7
|
children: string[];
|
|
7
8
|
method?: RequestMethod;
|
|
8
|
-
link?:
|
|
9
|
+
link?: RouteLocationRaw;
|
|
9
10
|
warning?: string;
|
|
10
11
|
icon?: string;
|
|
11
12
|
edit: (name: string, icon?: string) => void;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sidebar-item.d.ts","sourceRoot":"","sources":["../../../../src/views/Request/types/sidebar-item.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,UAAU,EACV,OAAO,EACP,cAAc,EACd,aAAa,EACb,GAAG,EACJ,MAAM,iCAAiC,CAAA;
|
|
1
|
+
{"version":3,"file":"sidebar-item.d.ts","sourceRoot":"","sources":["../../../../src/views/Request/types/sidebar-item.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,UAAU,EACV,OAAO,EACP,cAAc,EACd,aAAa,EACb,GAAG,EACJ,MAAM,iCAAiC,CAAA;AACxC,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,YAAY,CAAA;AAElD,MAAM,MAAM,WAAW,GAAG;IACxB,KAAK,EAAE,MAAM,CAAA;IACb,MAAM,EAAE,UAAU,GAAG,GAAG,GAAG,OAAO,GAAG,cAAc,CAAA;IACnD,aAAa,EAAE,MAAM,CAAA;IACrB,QAAQ,EAAE,MAAM,EAAE,CAAA;IAClB,MAAM,CAAC,EAAE,aAAa,CAAA;IACtB,IAAI,CAAC,EAAE,gBAAgB,CAAA;IACvB,OAAO,CAAC,EAAE,MAAM,CAAA;IAChB,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,IAAI,EAAE,CAAC,IAAI,EAAE,MAAM,EAAE,IAAI,CAAC,EAAE,MAAM,KAAK,IAAI,CAAA;IAC3C,MAAM,EAAE,MAAM,IAAI,CAAA;IAClB,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,SAAS,CAAC,EAAE,OAAO,CAAA;CACpB,CAAA;AAED,MAAM,MAAM,eAAe,GAAG;IAC5B,qDAAqD;IACrD,IAAI,CAAC,EAAE,WAAW,CAAA;IAClB,4DAA4D;IAC5D,UAAU,CAAC,EAAE,MAAM,EAAE,CAAA;IACrB,0EAA0E;IAC1E,SAAS,CAAC,EAAE,iBAAiB,CAAA;IAC7B,8CAA8C;IAC9C,IAAI,EAAE,OAAO,CAAA;CACd,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Servers.vue.d.ts","sourceRoot":"","sources":["../../../src/views/Servers/Servers.vue"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"Servers.vue.d.ts","sourceRoot":"","sources":["../../../src/views/Servers/Servers.vue"],"names":[],"mappings":";AAgOA,wBAMG"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as p, openBlock as s, createBlock as m, withCtx as e, createVNode as r, unref as
|
|
1
|
+
import { defineComponent as p, openBlock as s, createBlock as m, withCtx as e, createVNode as r, unref as n, createElementVNode as _, createElementBlock as v, Fragment as S, renderList as x, createTextVNode as b } from "vue";
|
|
2
2
|
import k from "../../components/Sidebar/SidebarButton.vue.js";
|
|
3
3
|
import h from "../../components/Sidebar/SidebarList.vue.js";
|
|
4
4
|
import L from "../../components/Sidebar/SidebarListElement.vue.js";
|
|
@@ -15,22 +15,27 @@ const $ = { class: "flex-1" }, G = /* @__PURE__ */ p({
|
|
|
15
15
|
const { activeCollection: t, servers: u, serverMutators: c } = E(), { push: f } = y(), d = () => {
|
|
16
16
|
if (!t.value) return;
|
|
17
17
|
const o = C.parse({ url: "http://localhost" });
|
|
18
|
-
c.add(o, t.value.uid), f(
|
|
18
|
+
c.add(o, t.value.uid), f({
|
|
19
|
+
name: "servers",
|
|
20
|
+
params: {
|
|
21
|
+
server: o.uid
|
|
22
|
+
}
|
|
23
|
+
});
|
|
19
24
|
};
|
|
20
|
-
return (o,
|
|
25
|
+
return (o, l) => (s(), m(V, null, {
|
|
21
26
|
default: e(() => [
|
|
22
|
-
r(
|
|
27
|
+
r(n(N), { title: "Servers" }, {
|
|
23
28
|
content: e(() => [
|
|
24
29
|
_("div", $, [
|
|
25
30
|
r(h, null, {
|
|
26
31
|
default: e(() => {
|
|
27
32
|
var i;
|
|
28
33
|
return [
|
|
29
|
-
(s(!0), v(S, null, x((i =
|
|
34
|
+
(s(!0), v(S, null, x((i = n(t)) == null ? void 0 : i.servers, (a) => (s(), m(L, {
|
|
30
35
|
key: a,
|
|
31
36
|
class: "text-xs",
|
|
32
37
|
variable: {
|
|
33
|
-
name:
|
|
38
|
+
name: n(u)[a].url ?? "",
|
|
34
39
|
uid: a
|
|
35
40
|
}
|
|
36
41
|
}, null, 8, ["variable"]))), 128))
|
|
@@ -42,7 +47,7 @@ const $ = { class: "flex-1" }, G = /* @__PURE__ */ p({
|
|
|
42
47
|
]),
|
|
43
48
|
button: e(() => [
|
|
44
49
|
r(k, { click: d }, {
|
|
45
|
-
title: e(() =>
|
|
50
|
+
title: e(() => l[0] || (l[0] = [
|
|
46
51
|
b("Add Server")
|
|
47
52
|
])),
|
|
48
53
|
_: 1
|
package/package.json
CHANGED
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"rest",
|
|
19
19
|
"testing"
|
|
20
20
|
],
|
|
21
|
-
"version": "2.1.
|
|
21
|
+
"version": "2.1.47",
|
|
22
22
|
"engines": {
|
|
23
23
|
"node": ">=18"
|
|
24
24
|
},
|
|
@@ -140,7 +140,9 @@
|
|
|
140
140
|
"@headlessui/tailwindcss": "^0.2.0",
|
|
141
141
|
"@headlessui/vue": "^1.7.20",
|
|
142
142
|
"@vueuse/core": "^10.10.0",
|
|
143
|
+
"@vueuse/integrations": "^11.2.0",
|
|
143
144
|
"cva": "1.0.0-beta.1",
|
|
145
|
+
"focus-trap": "^7",
|
|
144
146
|
"fuse.js": "^7.0.0",
|
|
145
147
|
"js-cookie": "^3.0.5",
|
|
146
148
|
"microdiff": "^1.4.0",
|
|
@@ -153,17 +155,17 @@
|
|
|
153
155
|
"whatwg-mimetype": "^4.0.0",
|
|
154
156
|
"yaml": "^2.4.5",
|
|
155
157
|
"zod": "^3.23.8",
|
|
156
|
-
"@scalar/components": "0.12.
|
|
157
|
-
"@scalar/draggable": "0.1.7",
|
|
158
|
-
"@scalar/import": "0.0.6",
|
|
159
|
-
"@scalar/oas-utils": "0.2.71",
|
|
160
|
-
"@scalar/object-utils": "1.1.12",
|
|
158
|
+
"@scalar/components": "0.12.67",
|
|
161
159
|
"@scalar/icons": "0.1.1",
|
|
160
|
+
"@scalar/import": "0.1.1",
|
|
161
|
+
"@scalar/draggable": "0.1.7",
|
|
162
162
|
"@scalar/openapi-parser": "0.8.9",
|
|
163
|
-
"@scalar/
|
|
163
|
+
"@scalar/oas-utils": "0.2.73",
|
|
164
|
+
"@scalar/object-utils": "1.1.12",
|
|
164
165
|
"@scalar/themes": "0.9.47",
|
|
166
|
+
"@scalar/openapi-types": "0.1.5",
|
|
165
167
|
"@scalar/types": "0.0.19",
|
|
166
|
-
"@scalar/use-codemirror": "0.11.
|
|
168
|
+
"@scalar/use-codemirror": "0.11.34",
|
|
167
169
|
"@scalar/use-toasts": "0.7.7",
|
|
168
170
|
"@scalar/use-tooltip": "1.0.4"
|
|
169
171
|
},
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SubpageHeader.vue.d.ts","sourceRoot":"","sources":["../../src/components/SubpageHeader.vue"],"names":[],"mappings":"AA2CA,iBAAS,cAAc;WA2FT,OAAO,IAA6B;;yBARpB,GAAG;;;;EAahC;AASD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,0RAMnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAKpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
type __VLS_Props = {
|
|
2
|
-
selectedSecuritySchemeUids: string[];
|
|
3
|
-
title: string;
|
|
4
|
-
};
|
|
5
|
-
declare const _default: 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
|
-
export default _default;
|
|
7
|
-
//# sourceMappingURL=RequestAuth.vue.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"RequestAuth.vue.d.ts","sourceRoot":"","sources":["../../../../../src/views/Request/RequestSection/RequestAuth/RequestAuth.vue"],"names":[],"mappings":"AAuVA,KAAK,WAAW,GAAG;IACjB,0BAA0B,EAAE,MAAM,EAAE,CAAA;IACpC,KAAK,EAAE,MAAM,CAAA;CACd,CAAC;;AAgbF,wBAOG"}
|