@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.
Files changed (192) hide show
  1. package/CHANGELOG.md +39 -0
  2. package/dist/components/AddressBar/AddressBar.vue.d.ts.map +1 -1
  3. package/dist/components/AddressBar/AddressBar.vue.js +2 -2
  4. package/dist/components/AddressBar/AddressBar.vue2.js +66 -58
  5. package/dist/components/AddressBar/AddressBarHistory.vue.js +2 -2
  6. package/dist/components/AddressBar/AddressBarHistory.vue2.js +8 -8
  7. package/dist/components/AddressBar/AddressBarServer.vue.d.ts.map +1 -1
  8. package/dist/components/AddressBar/AddressBarServer.vue.js +40 -39
  9. package/dist/components/CodeInput/CodeInput.vue.d.ts.map +1 -1
  10. package/dist/components/CodeInput/CodeInput.vue.js +1 -1
  11. package/dist/components/CodeInput/CodeInput.vue2.js +7 -7
  12. package/dist/components/CommandPalette/CommandPaletteRequest.vue.d.ts.map +1 -1
  13. package/dist/components/CommandPalette/CommandPaletteRequest.vue.js +32 -26
  14. package/dist/components/CommandPalette/CommandPaletteWorkspace.vue.d.ts.map +1 -1
  15. package/dist/components/CommandPalette/CommandPaletteWorkspace.vue.js +14 -9
  16. package/dist/components/CommandPalette/TheCommandPalette.vue.d.ts.map +1 -1
  17. package/dist/components/CommandPalette/TheCommandPalette.vue.js +4 -4
  18. package/dist/components/CommandPalette/TheCommandPalette.vue2.js +15 -10
  19. package/dist/components/ContextBar.vue.d.ts +1 -1
  20. package/dist/components/ContextBar.vue.d.ts.map +1 -1
  21. package/dist/components/ContextBar.vue.js +2 -2
  22. package/dist/components/ContextBar.vue2.js +30 -19
  23. package/dist/components/DataTable/DataTableCheckbox.vue.d.ts.map +1 -1
  24. package/dist/components/DataTable/DataTableCheckbox.vue.js +17 -17
  25. package/dist/components/DataTable/DataTableInput.vue.d.ts.map +1 -1
  26. package/dist/components/DataTable/DataTableInput.vue.js +2 -2
  27. package/dist/components/DataTable/DataTableInput.vue2.js +10 -10
  28. package/dist/components/EnvironmentSelector/EnvironmentSelector.vue.d.ts.map +1 -1
  29. package/dist/components/EnvironmentSelector/EnvironmentSelector.vue.js +23 -18
  30. package/dist/components/Form/Form.vue.js +15 -15
  31. package/dist/components/HttpMethod/HttpMethod.vue.d.ts +2 -2
  32. package/dist/components/ImportCollection/DropEventListener.vue.d.ts +2 -2
  33. package/dist/components/ImportCollection/DropEventListener.vue.js +6 -6
  34. package/dist/components/ImportCollection/ImportCollectionListener.vue.d.ts.map +1 -1
  35. package/dist/components/ImportCollection/ImportCollectionListener.vue.js +22 -21
  36. package/dist/components/ImportCollection/ImportCollectionModal.vue.d.ts +1 -0
  37. package/dist/components/ImportCollection/ImportCollectionModal.vue.d.ts.map +1 -1
  38. package/dist/components/ImportCollection/ImportCollectionModal.vue.js +87 -74
  39. package/dist/components/ImportCollection/ImportNowButton.vue.d.ts.map +1 -1
  40. package/dist/components/ImportCollection/ImportNowButton.vue.js +14 -13
  41. package/dist/components/ImportCollection/PasteEventListener.vue.d.ts +2 -2
  42. package/dist/components/ImportCollection/PasteEventListener.vue.js +5 -5
  43. package/dist/components/ImportCollection/UrlQueryParameterChecker.vue.d.ts +2 -2
  44. package/dist/components/ImportCollection/UrlQueryParameterChecker.vue.d.ts.map +1 -1
  45. package/dist/components/ImportCollection/UrlQueryParameterChecker.vue.js +10 -5
  46. package/dist/components/ImportCollection/WorkspaceSelector.vue.d.ts.map +1 -1
  47. package/dist/components/ImportCollection/WorkspaceSelector.vue.js +43 -33
  48. package/dist/components/ImportCollection/hooks/useUrlPrefetcher.d.ts +1 -0
  49. package/dist/components/ImportCollection/hooks/useUrlPrefetcher.d.ts.map +1 -1
  50. package/dist/components/ImportCollection/hooks/useUrlPrefetcher.js +31 -21
  51. package/dist/components/Search/useSearch.d.ts +2 -0
  52. package/dist/components/Search/useSearch.d.ts.map +1 -1
  53. package/dist/components/Search/useSearch.js +25 -24
  54. package/dist/components/SideNav/DownloadAppButton.vue.d.ts +3 -0
  55. package/dist/components/SideNav/DownloadAppButton.vue.d.ts.map +1 -0
  56. package/dist/components/SideNav/DownloadAppButton.vue.js +7 -0
  57. package/dist/components/SideNav/DownloadAppButton.vue2.js +33 -0
  58. package/dist/components/SideNav/SideHelp.vue.d.ts.map +1 -1
  59. package/dist/components/SideNav/SideHelp.vue.js +55 -53
  60. package/dist/components/SideNav/SideNav.vue.d.ts.map +1 -1
  61. package/dist/components/SideNav/SideNav.vue.js +82 -5
  62. package/dist/components/SideNav/SideNav.vue2.js +2 -72
  63. package/dist/components/{SubpageHeader.vue.d.ts → SideNav/SideNavGroup.vue.d.ts} +3 -3
  64. package/dist/components/SideNav/SideNavGroup.vue.d.ts.map +1 -0
  65. package/dist/components/SideNav/SideNavGroup.vue.js +16 -0
  66. package/dist/components/SideNav/SideNavGroup.vue2.js +4 -0
  67. package/dist/components/SideNav/SideNavLink.vue.d.ts +5 -5
  68. package/dist/components/SideNav/SideNavLink.vue.d.ts.map +1 -1
  69. package/dist/components/SideNav/SideNavLink.vue.js +31 -34
  70. package/dist/components/SideNav/SideNavRouterLink.vue.d.ts +25 -0
  71. package/dist/components/SideNav/SideNavRouterLink.vue.d.ts.map +1 -0
  72. package/dist/components/SideNav/SideNavRouterLink.vue.js +29 -0
  73. package/dist/components/SideNav/SideNavRouterLink.vue2.js +4 -0
  74. package/dist/components/Sidebar/SidebarButton.vue.d.ts +1 -4
  75. package/dist/components/Sidebar/SidebarButton.vue.d.ts.map +1 -1
  76. package/dist/components/Sidebar/SidebarButton.vue.js +17 -17
  77. package/dist/components/Sidebar/SidebarToggle.vue.d.ts.map +1 -1
  78. package/dist/components/Sidebar/SidebarToggle.vue.js +16 -15
  79. package/dist/components/TopNav/TopNav.vue.d.ts.map +1 -1
  80. package/dist/components/TopNav/TopNav.vue.js +2 -2
  81. package/dist/components/TopNav/TopNav.vue2.js +14 -14
  82. package/dist/components/TopNav/TopNavItem.vue.d.ts +2 -2
  83. package/dist/components/ViewLayout/ViewLayoutCollapse.vue.d.ts.map +1 -1
  84. package/dist/components/ViewLayout/ViewLayoutCollapse.vue.js +31 -31
  85. package/dist/components/ViewLayout/ViewLayoutSection.vue.d.ts.map +1 -1
  86. package/dist/components/ViewLayout/ViewLayoutSection.vue.js +13 -21
  87. package/dist/hooks/index.d.ts +2 -1
  88. package/dist/hooks/index.d.ts.map +1 -1
  89. package/dist/hooks/index.js +6 -4
  90. package/dist/hooks/useLayout.d.ts +13 -0
  91. package/dist/hooks/useLayout.d.ts.map +1 -0
  92. package/dist/hooks/useLayout.js +7 -0
  93. package/dist/layouts/App/ApiClientApp.vue.d.ts.map +1 -1
  94. package/dist/layouts/App/ApiClientApp.vue.js +37 -37
  95. package/dist/layouts/App/MainLayout.vue.d.ts.map +1 -1
  96. package/dist/layouts/App/MainLayout.vue.js +21 -13
  97. package/dist/layouts/App/create-api-client-app.d.ts +28 -28
  98. package/dist/layouts/App/create-api-client-app.d.ts.map +1 -1
  99. package/dist/layouts/App/create-api-client-app.js +10 -8
  100. package/dist/layouts/Modal/ApiClientModal.vue.d.ts +3 -1
  101. package/dist/layouts/Modal/ApiClientModal.vue.d.ts.map +1 -1
  102. package/dist/layouts/Modal/ApiClientModal.vue.js +2 -2
  103. package/dist/layouts/Modal/ApiClientModal.vue2.js +37 -25
  104. package/dist/layouts/Modal/create-api-client-modal.d.ts +56 -56
  105. package/dist/layouts/Modal/create-api-client-modal.d.ts.map +1 -1
  106. package/dist/layouts/Modal/create-api-client-modal.js +8 -7
  107. package/dist/layouts/Web/ApiClientWeb.vue.d.ts.map +1 -1
  108. package/dist/layouts/Web/ApiClientWeb.vue.js +30 -30
  109. package/dist/layouts/Web/create-api-client-web.d.ts +28 -28
  110. package/dist/layouts/Web/create-api-client-web.d.ts.map +1 -1
  111. package/dist/layouts/Web/create-api-client-web.js +9 -7
  112. package/dist/libs/create-client.d.ts +35 -29
  113. package/dist/libs/create-client.d.ts.map +1 -1
  114. package/dist/libs/create-client.js +55 -42
  115. package/dist/libs/hot-keys.d.ts +1 -1
  116. package/dist/router.d.ts +4 -41
  117. package/dist/router.d.ts.map +1 -1
  118. package/dist/router.js +18 -149
  119. package/dist/routes.d.ts +150 -0
  120. package/dist/routes.d.ts.map +1 -0
  121. package/dist/routes.js +182 -0
  122. package/dist/store/collections.d.ts +4 -4
  123. package/dist/store/cookies.d.ts +4 -4
  124. package/dist/store/request-example.d.ts +4 -4
  125. package/dist/store/requests.d.ts +4 -4
  126. package/dist/store/router-params.js +1 -1
  127. package/dist/store/security-schemes.d.ts +4 -4
  128. package/dist/store/store.d.ts +56 -56
  129. package/dist/store/store.d.ts.map +1 -1
  130. package/dist/store/store.js +90 -90
  131. package/dist/store/tags.d.ts +4 -4
  132. package/dist/store/workspace.d.ts +4 -4
  133. package/dist/style.css +1 -1
  134. package/dist/views/Cookies/CookieRaw.vue.js +10 -10
  135. package/dist/views/Cookies/Cookies.vue.d.ts.map +1 -1
  136. package/dist/views/Cookies/Cookies.vue2.js +52 -53
  137. package/dist/views/Environment/Environment.vue.d.ts.map +1 -1
  138. package/dist/views/Environment/Environment.vue2.js +79 -80
  139. package/dist/views/Environment/EnvironmentVariableDropdown.vue.d.ts.map +1 -1
  140. package/dist/views/Environment/EnvironmentVariableDropdown.vue.js +20 -15
  141. package/dist/views/Request/RequestSection/RequestAuth/RequestAuth.vue.js +2 -2
  142. package/dist/views/Request/RequestSection/RequestAuth/RequestAuth.vue2.js +146 -108
  143. package/dist/views/Request/RequestSection/RequestParams.vue.d.ts.map +1 -1
  144. package/dist/views/Request/RequestSection/RequestParams.vue.js +53 -52
  145. package/dist/views/Request/RequestSection/RequestSection.vue.d.ts.map +1 -1
  146. package/dist/views/Request/RequestSection/RequestSection.vue.js +1 -1
  147. package/dist/views/Request/RequestSection/RequestSection.vue2.js +102 -97
  148. package/dist/views/Request/RequestSection/RequestTable.vue.d.ts +2 -2
  149. package/dist/views/Request/RequestSection/RequestTable.vue.d.ts.map +1 -1
  150. package/dist/views/Request/RequestSection/RequestTable.vue.js +2 -2
  151. package/dist/views/Request/RequestSection/RequestTable.vue2.js +44 -40
  152. package/dist/views/Request/RequestSidebar.vue.d.ts.map +1 -1
  153. package/dist/views/Request/RequestSidebar.vue.js +2 -2
  154. package/dist/views/Request/RequestSidebar.vue2.js +152 -134
  155. package/dist/views/Request/RequestSidebarItem.vue.d.ts +2 -2
  156. package/dist/views/Request/RequestSidebarItem.vue.d.ts.map +1 -1
  157. package/dist/views/Request/RequestSidebarItem.vue.js +2 -2
  158. package/dist/views/Request/RequestSidebarItem.vue2.js +129 -115
  159. package/dist/views/Request/RequestSidebarItemMenu.vue2.js +6 -6
  160. package/dist/views/Request/RequestSubpageHeader.vue.d.ts.map +1 -1
  161. package/dist/views/Request/RequestSubpageHeader.vue.js +1 -1
  162. package/dist/views/Request/RequestSubpageHeader.vue2.js +36 -34
  163. package/dist/views/Request/ResponseSection/ResponseBody.vue.d.ts.map +1 -1
  164. package/dist/views/Request/ResponseSection/ResponseBody.vue.js +21 -21
  165. package/dist/views/Request/ResponseSection/ResponseBodyDownload.vue.d.ts.map +1 -1
  166. package/dist/views/Request/ResponseSection/ResponseBodyDownload.vue.js +13 -10
  167. package/dist/views/Request/ResponseSection/ResponseBodyPreview.vue.d.ts.map +1 -1
  168. package/dist/views/Request/ResponseSection/ResponseBodyPreview.vue.js +1 -1
  169. package/dist/views/Request/ResponseSection/ResponseBodyPreview.vue2.js +0 -2
  170. package/dist/views/Request/ResponseSection/ResponseBodyVirtual.vue.d.ts.map +1 -1
  171. package/dist/views/Request/ResponseSection/ResponseBodyVirtual.vue.js +8 -8
  172. package/dist/views/Request/ResponseSection/ResponseEmpty.vue.d.ts.map +1 -1
  173. package/dist/views/Request/ResponseSection/ResponseEmpty.vue.js +3 -3
  174. package/dist/views/Request/ResponseSection/ResponseEmpty.vue2.js +32 -33
  175. package/dist/views/Request/ResponseSection/ResponseHeaders.vue.d.ts.map +1 -1
  176. package/dist/views/Request/ResponseSection/ResponseHeaders.vue.js +61 -55
  177. package/dist/views/Request/ResponseSection/ResponseMetaInformation.vue.d.ts.map +1 -1
  178. package/dist/views/Request/ResponseSection/ResponseMetaInformation.vue.js +32 -25
  179. package/dist/views/Request/ResponseSection/ResponseSection.vue.d.ts.map +1 -1
  180. package/dist/views/Request/ResponseSection/ResponseSection.vue.js +1 -1
  181. package/dist/views/Request/ResponseSection/ResponseSection.vue2.js +102 -70
  182. package/dist/views/Request/components/WorkspaceDropdown.vue.d.ts.map +1 -1
  183. package/dist/views/Request/components/WorkspaceDropdown.vue.js +60 -50
  184. package/dist/views/Request/types/sidebar-item.d.ts +2 -1
  185. package/dist/views/Request/types/sidebar-item.d.ts.map +1 -1
  186. package/dist/views/Servers/Servers.vue.d.ts.map +1 -1
  187. package/dist/views/Servers/Servers.vue2.js +12 -7
  188. package/package.json +10 -8
  189. package/dist/components/SubpageHeader.vue.d.ts.map +0 -1
  190. package/dist/components/ViewLayout/ViewLayoutSection.vue2.js +0 -4
  191. package/dist/views/Request/RequestSection/RequestAuth/RequestAuth.vue.d.ts +0 -7
  192. package/dist/views/Request/RequestSection/RequestAuth/RequestAuth.vue.d.ts.map +0 -1
@@ -1,100 +1,132 @@
1
- import { defineComponent as A, computed as i, ref as x, openBlock as n, createBlock as r, withCtx as d, createElementVNode as p, normalizeClass as B, createCommentVNode as l, createVNode as f, createElementBlock as v, Fragment as k } from "vue";
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 g from "../../../components/ViewLayout/ViewLayoutSection.vue.js";
4
- import H from "./ResponseBody.vue.js";
5
- import R from "./ResponseEmpty.vue.js";
6
- import $ from "./ResponseLoadingOverlay.vue.js";
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 E from "./ResponseBodyVirtual.vue.js";
8
+ import w from "./ResponseBodyVirtual.vue.js";
9
9
  /* empty css */
10
- import I from "./ResponseCookies.vue.js";
11
- import L from "./ResponseHeaders.vue.js";
12
- const N = { class: "custom-scroll relative flex flex-1 flex-col px-2 xl:px-4 py-2.5" }, O = 2e5, U = /* @__PURE__ */ A({
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(y) {
18
- const a = y, c = i(() => {
19
- var o;
20
- const e = (o = a.response) == null ? void 0 : o.headers;
21
- return e ? Object.keys(e).map((s) => ({
22
- name: s,
23
- value: e[s],
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
- (s) => ![
26
+ (o) => ![
27
27
  "rest-api-client-content-length",
28
28
  "X-API-Client-Content-Length"
29
- ].includes(s.name)
29
+ ].includes(o.name)
30
30
  ) : [];
31
- }), _ = i(
31
+ }), B = m(
32
32
  () => {
33
33
  var e;
34
- return ((e = a.response) == null ? void 0 : e.cookieHeaderKeys.flatMap((o) => {
35
- var m, u;
36
- const s = (u = (m = a.response) == null ? void 0 : m.headers) == null ? void 0 : u[o];
37
- return s ? {
38
- name: o,
39
- value: s,
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
- ), h = ["All", "Cookies", "Headers", "Body"], t = x("All"), C = i(
45
- () => {
46
- var e;
47
- return (((e = a.response) == null ? void 0 : e.size) ?? 0) > O;
48
- }
49
- );
50
- return (e, o) => (n(), r(g, null, {
51
- title: d(() => [
52
- p("div", {
53
- class: B(["flex items-center flex-1 h-8", {
54
- "animate-response-heading": e.response
55
- }])
56
- }, [
57
- o[1] || (o[1] = p("span", { class: "response-heading absolute pointer-events-none" }, "Response", -1)),
58
- e.response ? (n(), r(V, {
59
- key: 0,
60
- class: "animate-response-children",
61
- response: e.response
62
- }, null, 8, ["response"])) : l("", !0),
63
- f(S, {
64
- activeSection: t.value,
65
- sections: h,
66
- onSetActiveSection: o[0] || (o[0] = (s) => t.value = s)
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
- ], 2)
96
+ ])
69
97
  ]),
70
- default: d(() => {
71
- var s;
98
+ default: u(() => {
99
+ var o;
72
100
  return [
73
- p("div", N, [
74
- e.response ? (n(), v(k, { key: 1 }, [
75
- t.value === "All" || t.value === "Cookies" ? (n(), r(I, {
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: _.value
78
- }, null, 8, ["cookies"])) : l("", !0),
79
- t.value === "All" || t.value === "Headers" ? (n(), r(L, {
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: c.value
82
- }, null, 8, ["headers"])) : l("", !0),
83
- t.value === "All" || t.value === "Body" ? (n(), v(k, { key: 2 }, [
84
- C.value ? (n(), r(E, {
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: a.response.data
87
- }, null, 8, ["content"])) : (n(), r(H, {
118
+ content: t.response.data
119
+ }, null, 8, ["content"])) : (n(), i(R, {
88
120
  key: 1,
89
121
  active: !0,
90
- data: (s = a.response) == null ? void 0 : s.data,
91
- headers: c.value,
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)) : l("", !0)
95
- ], 64)) : (n(), r(R, { key: 0 })),
96
- f($)
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
- U as default
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":";AAqyBA,wBAMG"}
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 u, createElementBlock as W, createElementVNode as l, 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";
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 $, ScalarDropdownItem as m, ScalarIcon as i, ScalarTooltip as F, ScalarButton as S, ScalarDropdownDivider as P, ScalarModal as N } from "@scalar/components";
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 text-xs 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" }, ae = /* @__PURE__ */ O({
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(`/workspace/${o}`);
12
- }, _ = A(() => Object.keys(d).length === 1), j = () => T.commandPalette.emit({ commandName: "Create Workspace" }), v = M(""), r = M(""), w = C(), k = C(), y = (o) => {
13
- v.value = d[o].name, r.value = o, w.show();
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(r.value, "name", o.trim()), w.hide());
20
+ o.trim() && (g.edit(i.value, "name", o.trim()), w.hide());
16
21
  }, D = (o) => {
17
- v.value = d[o].name, r.value = o, k.show();
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 === r.value, t = { ...d };
21
- if (delete t[r.value], g.delete(r.value), o) {
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(`/workspace/${p}/`);
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) => (u(), W("div", null, [
29
- l("div", H, [
30
- s(e($), null, {
38
+ return (o, t) => (m(), W("div", null, [
39
+ a("div", H, [
40
+ s(e(S), null, {
31
41
  items: n(() => [
32
- (u(!0), W(I, null, L(e(d), (p, a) => (u(), h(e(m), {
33
- key: a,
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(a), ["stop"])
45
+ onClick: c((x) => E(l), ["stop"])
36
46
  }, {
37
47
  default: n(() => [
38
- l("div", {
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 === a ? "bg-c-accent text-b-1" : "group-hover/item:shadow-border text-transparent"
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(i), {
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
- l("span", Q, z(p.name), 1),
51
- s(e($), { teleport: ".scalar-client" }, {
60
+ a("span", Q, z(p.name), 1),
61
+ s(e(S), { teleport: ".scalar-client" }, {
52
62
  items: n(() => [
53
- s(e(m), {
63
+ s(e(u), {
54
64
  class: "flex gap-2",
55
- onMousedown: (x) => y(a),
56
- onTouchend: c((x) => y(a), ["prevent"])
65
+ onMousedown: (x) => y(l),
66
+ onTouchend: c((x) => y(l), ["prevent"])
57
67
  }, {
58
68
  default: n(() => [
59
- s(e(i), {
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] = l("span", null, "Rename", -1))
75
+ t[4] || (t[4] = a("span", null, "Rename", -1))
66
76
  ]),
67
77
  _: 2
68
78
  }, 1032, ["onMousedown", "onTouchend"]),
69
- _.value ? (u(), h(e(F), {
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(m), {
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(i), {
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] = l("span", null, "Delete", -1))
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
- l("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" }, [
97
- l("div", { class: "flex items-center text-c-2" }, [
98
- l("span", null, "Only workspace cannot be deleted.")
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
- })) : (u(), h(e(m), {
113
+ })) : (m(), h(e(u), {
104
114
  key: 1,
105
115
  class: "flex !gap-2",
106
- onMousedown: c((x) => D(a), ["prevent"]),
107
- onTouchend: c((x) => D(a), ["prevent"])
116
+ onMousedown: c((x) => D(l), ["prevent"]),
117
+ onTouchend: c((x) => D(l), ["prevent"])
108
118
  }, {
109
119
  default: n(() => [
110
- s(e(i), {
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] = l("span", null, "Delete", -1))
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(S), {
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(i), {
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(m), {
153
+ s(e(u), {
144
154
  class: "flex items-center gap-1.5",
145
155
  onClick: j
146
156
  }, {
147
157
  default: n(() => [
148
- l("div", X, [
149
- s(e(i), {
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] = l("span", null, "Create Workspace", -1))
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(S), {
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
- l("div", J, [
168
- l("h2", K, z(e(f).name), 1),
169
- s(e(i), {
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
- ae as default
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?: string;
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;AAExC,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,MAAM,CAAA;IACb,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
+ {"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":";AAsNA,wBAMG"}
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 l, createElementVNode as _, createElementBlock as v, Fragment as S, renderList as x, createTextVNode as b } from "vue";
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(`/servers/${o.uid}`);
18
+ c.add(o, t.value.uid), f({
19
+ name: "servers",
20
+ params: {
21
+ server: o.uid
22
+ }
23
+ });
19
24
  };
20
- return (o, n) => (s(), m(V, null, {
25
+ return (o, l) => (s(), m(V, null, {
21
26
  default: e(() => [
22
- r(l(N), { title: "Servers" }, {
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 = l(t)) == null ? void 0 : i.servers, (a) => (s(), m(L, {
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: l(u)[a].url ?? "",
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(() => n[0] || (n[0] = [
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.45",
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.65",
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/openapi-types": "0.1.5",
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.32",
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,4 +0,0 @@
1
- import f from "./ViewLayoutSection.vue.js";
2
- export {
3
- f as default
4
- };
@@ -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"}