@scalar/api-client 2.26.1 → 2.27.1
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 +102 -0
- package/dist/components/Server/ServerSelector.vue.js +6 -6
- package/dist/components/ViewLayout/ViewLayoutCollapse.vue.js +6 -6
- package/dist/style.css +1 -1
- package/dist/v2/blocks/operation-block/OperationBlock.vue.d.ts +1 -1
- package/dist/v2/blocks/operation-block/OperationBlock.vue.d.ts.map +1 -1
- package/dist/v2/blocks/operation-block/OperationBlock.vue.js +48 -43
- package/dist/v2/blocks/operation-block/components/Header.vue.js +2 -2
- package/dist/v2/blocks/operation-block/components/Header.vue2.js +10 -10
- package/dist/v2/blocks/operation-block/helpers/build-request-body.d.ts.map +1 -1
- package/dist/v2/blocks/operation-block/helpers/build-request-body.js +29 -25
- package/dist/v2/blocks/operation-block/helpers/get-example.d.ts.map +1 -1
- package/dist/v2/blocks/operation-block/helpers/get-example.js +15 -15
- package/dist/v2/blocks/operation-block/helpers/get-selected-body-content-type.d.ts +10 -0
- package/dist/v2/blocks/operation-block/helpers/get-selected-body-content-type.d.ts.map +1 -0
- package/dist/v2/blocks/operation-block/helpers/get-selected-body-content-type.js +4 -0
- package/dist/v2/blocks/operation-block/helpers/send-request.d.ts +1 -1
- package/dist/v2/blocks/operation-block/helpers/send-request.d.ts.map +1 -1
- package/dist/v2/blocks/operation-block/helpers/send-request.js +1 -1
- package/dist/v2/blocks/request-block/RequestBlock.vue.d.ts +1 -1
- package/dist/v2/blocks/request-block/RequestBlock.vue.d.ts.map +1 -1
- package/dist/v2/blocks/request-block/RequestBlock.vue.js +1 -1
- package/dist/v2/blocks/request-block/RequestBlock.vue2.js +101 -100
- package/dist/v2/blocks/request-block/components/RequestBody.vue.d.ts.map +1 -1
- package/dist/v2/blocks/request-block/components/RequestBody.vue.js +2 -2
- package/dist/v2/blocks/request-block/components/RequestBody.vue2.js +62 -69
- package/dist/v2/blocks/request-block/components/RequestParams.vue.js +6 -6
- package/dist/v2/blocks/request-block/components/RequestTable.vue.d.ts +36 -2
- package/dist/v2/blocks/request-block/components/RequestTable.vue.d.ts.map +1 -1
- package/dist/v2/blocks/request-block/components/RequestTable.vue.js +1 -1
- package/dist/v2/blocks/request-block/components/RequestTableRow.vue.d.ts +38 -3
- package/dist/v2/blocks/request-block/components/RequestTableRow.vue.d.ts.map +1 -1
- package/dist/v2/blocks/request-block/helpers/get-default-headers.js +1 -1
- package/dist/v2/blocks/response-block/ResponseBlock.vue.d.ts +1 -1
- package/dist/v2/blocks/response-block/ResponseBlock.vue.d.ts.map +1 -1
- package/dist/v2/blocks/response-block/ResponseBlock.vue.js +1 -1
- package/dist/v2/blocks/response-block/ResponseBlock.vue2.js +68 -69
- package/dist/v2/blocks/response-block/components/ResponseEmpty.vue.d.ts.map +1 -1
- package/dist/v2/blocks/response-block/components/ResponseEmpty.vue.js +1 -1
- package/dist/v2/blocks/response-block/components/ResponseEmpty.vue2.js +31 -40
- package/dist/v2/blocks/scalar-address-bar-block/components/EnvironmentSelector.vue.d.ts.map +1 -1
- package/dist/v2/blocks/scalar-address-bar-block/components/EnvironmentSelector.vue.js +35 -41
- package/dist/v2/blocks/scalar-auth-selector-block/components/AuthSelector.vue.d.ts.map +1 -1
- package/dist/v2/blocks/scalar-auth-selector-block/components/AuthSelector.vue.js +37 -41
- package/dist/v2/blocks/scalar-auth-selector-block/components/OAuth2.vue.d.ts +3 -2
- package/dist/v2/blocks/scalar-auth-selector-block/components/OAuth2.vue.d.ts.map +1 -1
- package/dist/v2/blocks/scalar-auth-selector-block/components/OAuth2.vue.js +107 -87
- package/dist/v2/blocks/scalar-auth-selector-block/components/OpenIDConnect.vue.d.ts +21 -0
- package/dist/v2/blocks/scalar-auth-selector-block/components/OpenIDConnect.vue.d.ts.map +1 -0
- package/dist/v2/blocks/scalar-auth-selector-block/components/OpenIDConnect.vue.js +91 -0
- package/dist/v2/blocks/scalar-auth-selector-block/components/OpenIDConnect.vue2.js +4 -0
- package/dist/v2/blocks/scalar-auth-selector-block/components/RequestAuthTab.vue.d.ts.map +1 -1
- package/dist/v2/blocks/scalar-auth-selector-block/components/RequestAuthTab.vue.js +107 -93
- package/dist/v2/blocks/scalar-auth-selector-block/helpers/extract-security-scheme-secrets.d.ts.map +1 -1
- package/dist/v2/blocks/scalar-auth-selector-block/helpers/extract-security-scheme-secrets.js +87 -65
- package/dist/v2/blocks/scalar-auth-selector-block/helpers/fetch-openid-connect-discovery.d.ts +36 -0
- package/dist/v2/blocks/scalar-auth-selector-block/helpers/fetch-openid-connect-discovery.d.ts.map +1 -0
- package/dist/v2/blocks/scalar-auth-selector-block/helpers/fetch-openid-connect-discovery.js +35 -0
- package/dist/v2/blocks/scalar-auth-selector-block/helpers/merge-security.d.ts +1 -1
- package/dist/v2/blocks/scalar-auth-selector-block/helpers/merge-security.d.ts.map +1 -1
- package/dist/v2/blocks/scalar-auth-selector-block/helpers/merge-security.js +18 -10
- package/dist/v2/blocks/scalar-auth-selector-block/helpers/openid-discovery-to-flows.d.ts +5 -0
- package/dist/v2/blocks/scalar-auth-selector-block/helpers/openid-discovery-to-flows.d.ts.map +1 -0
- package/dist/v2/blocks/scalar-auth-selector-block/helpers/openid-discovery-to-flows.js +27 -0
- package/dist/v2/blocks/scalar-auth-selector-block/helpers/secret-types.d.ts +3 -1
- package/dist/v2/blocks/scalar-auth-selector-block/helpers/secret-types.d.ts.map +1 -1
- package/dist/v2/blocks/scalar-auth-selector-block/helpers/security-scheme.d.ts +1 -2
- package/dist/v2/blocks/scalar-auth-selector-block/helpers/security-scheme.d.ts.map +1 -1
- package/dist/v2/blocks/scalar-auth-selector-block/helpers/security-scheme.js +29 -37
- package/dist/v2/components/layout/CollapsibleSection.vue.js +1 -1
- package/dist/v2/components/modals/ModalClientContainer.vue.d.ts +2 -2
- package/dist/v2/components/modals/ModalClientContainer.vue.d.ts.map +1 -1
- package/dist/v2/components/modals/ModalClientContainer.vue.js +1 -1
- package/dist/v2/components/modals/ModalClientContainer.vue2.js +45 -42
- package/dist/v2/components/sidebar/Sidebar.vue.d.ts +2 -0
- package/dist/v2/components/sidebar/Sidebar.vue.d.ts.map +1 -1
- package/dist/v2/components/sidebar/Sidebar.vue.js +25 -24
- package/dist/v2/components/sidebar/SidebarMenu.vue.d.ts +2 -0
- package/dist/v2/components/sidebar/SidebarMenu.vue.d.ts.map +1 -1
- package/dist/v2/components/sidebar/SidebarMenu.vue.js +30 -30
- package/dist/v2/features/app/App.vue.d.ts +6 -1
- package/dist/v2/features/app/App.vue.d.ts.map +1 -1
- package/dist/v2/features/app/App.vue.js +48 -46
- package/dist/v2/features/app/app-events.d.ts +1 -1
- package/dist/v2/features/app/app-events.d.ts.map +1 -1
- package/dist/v2/features/app/app-events.js +95 -56
- package/dist/v2/features/app/components/AppSidebar.vue.d.ts.map +1 -1
- package/dist/v2/features/app/components/AppSidebar.vue.js +3 -3
- package/dist/v2/features/app/components/AppSidebar.vue2.js +111 -105
- package/dist/v2/features/app/helpers/create-api-client-app.d.ts +12 -2
- package/dist/v2/features/app/helpers/create-api-client-app.d.ts.map +1 -1
- package/dist/v2/features/app/helpers/create-api-client-app.js +12 -10
- package/dist/v2/features/app/helpers/routes.d.ts +3 -1
- package/dist/v2/features/app/helpers/routes.d.ts.map +1 -1
- package/dist/v2/features/app/hooks/use-theme.d.ts +42 -0
- package/dist/v2/features/app/hooks/use-theme.d.ts.map +1 -0
- package/dist/v2/features/app/hooks/use-theme.js +34 -0
- package/dist/v2/features/app/index.d.ts +0 -1
- package/dist/v2/features/app/index.d.ts.map +1 -1
- package/dist/v2/features/collection/DocumentCollection.vue.d.ts.map +1 -1
- package/dist/v2/features/collection/DocumentCollection.vue.js +27 -26
- package/dist/v2/features/collection/WorkspaceCollection.vue.js +13 -12
- package/dist/v2/features/collection/components/Authentication.vue.d.ts.map +1 -1
- package/dist/v2/features/collection/components/Authentication.vue.js +2 -2
- package/dist/v2/features/collection/components/Authentication.vue2.js +49 -40
- package/dist/v2/features/collection/components/Cookies.vue.d.ts.map +1 -1
- package/dist/v2/features/collection/components/Cookies.vue.js +26 -13
- package/dist/v2/features/collection/components/Environment.vue.d.ts.map +1 -1
- package/dist/v2/features/collection/components/Environment.vue.js +27 -15
- package/dist/v2/features/collection/components/Overview.vue.d.ts.map +1 -1
- package/dist/v2/features/collection/components/Overview.vue.js +2 -2
- package/dist/v2/features/collection/components/Overview.vue2.js +68 -61
- package/dist/v2/features/collection/components/Servers.vue.d.ts.map +1 -1
- package/dist/v2/features/collection/components/Servers.vue.js +93 -88
- package/dist/v2/features/collection/components/Settings.vue.d.ts.map +1 -1
- package/dist/v2/features/collection/components/Settings.vue.js +19 -17
- package/dist/v2/features/environments/EnvironmentsList.vue.js +1 -1
- package/dist/v2/features/global-cookies/components/CookiesTable.vue.d.ts.map +1 -1
- package/dist/v2/features/global-cookies/components/CookiesTable.vue.js +2 -2
- package/dist/v2/features/global-cookies/components/CookiesTable.vue2.js +8 -8
- package/dist/v2/features/modal/Modal.vue.d.ts +1 -1
- package/dist/v2/features/modal/Modal.vue.d.ts.map +1 -1
- package/dist/v2/features/modal/Modal.vue.js +15 -15
- package/dist/v2/features/modal/helpers/create-api-client-modal.d.ts +1 -1
- package/dist/v2/features/modal/helpers/create-api-client-modal.d.ts.map +1 -1
- package/dist/v2/features/operation/Operation.vue.d.ts.map +1 -1
- package/dist/v2/features/operation/Operation.vue.js +31 -34
- package/dist/v2/features/settings/CollectionSettings.vue.d.ts +10 -7
- package/dist/v2/features/settings/CollectionSettings.vue.d.ts.map +1 -1
- package/dist/v2/features/settings/CollectionSettings.vue.js +183 -149
- package/dist/v2/features/settings/DocumentSettings.vue.d.ts.map +1 -1
- package/dist/v2/features/settings/DocumentSettings.vue.js +88 -79
- package/dist/v2/features/settings/components/Section.vue.d.ts +2 -1
- package/dist/v2/features/settings/components/Section.vue.d.ts.map +1 -1
- package/dist/v2/features/settings/components/Section.vue.js +26 -15
- package/dist/v2/features/settings/helpers/get-theme-colors.d.ts +4 -3
- package/dist/v2/features/settings/helpers/get-theme-colors.d.ts.map +1 -1
- package/dist/v2/features/settings/helpers/get-theme-colors.js +6 -7
- package/dist/v2/helpers/handle-hotkeys.d.ts.map +1 -1
- package/dist/v2/helpers/handle-hotkeys.js +2 -2
- package/dist/v2/helpers/index.d.ts +0 -1
- package/dist/v2/helpers/index.d.ts.map +1 -1
- package/dist/v2/hooks/use-global-hot-keys.d.ts +3 -1
- package/dist/v2/hooks/use-global-hot-keys.d.ts.map +1 -1
- package/dist/v2/hooks/use-global-hot-keys.js +8 -6
- package/dist/v2/workspace-events.d.ts.map +1 -1
- package/dist/v2/workspace-events.js +10 -0
- 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 +139 -155
- 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 +104 -101
- package/dist/views/Request/ResponseSection/ResponseEmpty.vue2.js +1 -1
- package/package.json +20 -18
- package/dist/v2/helpers/plugins.d.ts +0 -65
- package/dist/v2/helpers/plugins.d.ts.map +0 -1
- package/dist/v2/helpers/plugins.js +0 -11
|
@@ -1,14 +1,15 @@
|
|
|
1
|
-
import { defineComponent as M, ref as
|
|
1
|
+
import { defineComponent as M, ref as T, computed as x, createElementBlock as v, openBlock as n, Fragment as g, createVNode as a, withCtx as i, createElementVNode as c, renderList as A, createBlock as y, unref as s, toDisplayString as I, createCommentVNode as V, createTextVNode as p } from "vue";
|
|
2
2
|
import { useModal as P, ScalarMarkdown as z, ScalarButton as k, ScalarModal as L } from "@scalar/components";
|
|
3
3
|
import { debounce as O } from "@scalar/helpers/general/debounce";
|
|
4
4
|
import { ScalarIconTrash as R, ScalarIconPlus as j } from "@scalar/icons";
|
|
5
5
|
import E from "../../../../components/Sidebar/Actions/DeleteSidebarListElement.vue.js";
|
|
6
|
-
import F from "
|
|
7
|
-
import W from "
|
|
8
|
-
|
|
6
|
+
import F from "../../settings/components/Section.vue.js";
|
|
7
|
+
import W from "./Form.vue.js";
|
|
8
|
+
import Y from "../../../../components/Server/ServerVariablesForm.vue.js";
|
|
9
|
+
const q = { class: "flex flex-col gap-4" }, G = { class: "bg-b-2 flex items-center justify-between rounded-t-lg px-3 py-1 text-sm" }, H = {
|
|
9
10
|
key: 1,
|
|
10
11
|
class: "self-center"
|
|
11
|
-
}, J = { class: "divide-0 flex w-full flex-col divide-y rounded-b-lg text-sm" }, K = { class: "text-c-3 flex h-full items-center justify-center rounded-lg border p-4" },
|
|
12
|
+
}, J = { class: "divide-0 flex w-full flex-col divide-y rounded-b-lg text-sm" }, K = { class: "text-c-3 flex h-full items-center justify-center rounded-lg border p-4" }, oe = /* @__PURE__ */ M({
|
|
12
13
|
__name: "Servers",
|
|
13
14
|
props: {
|
|
14
15
|
documentSlug: {},
|
|
@@ -23,12 +24,13 @@ const Y = { class: "flex flex-col gap-4" }, q = { class: "flex flex-col gap-4" }
|
|
|
23
24
|
workspaceStore: {},
|
|
24
25
|
activeWorkspace: {},
|
|
25
26
|
plugins: {},
|
|
27
|
+
customThemes: {},
|
|
26
28
|
collectionType: {}
|
|
27
29
|
},
|
|
28
|
-
setup(
|
|
29
|
-
const
|
|
30
|
-
() =>
|
|
31
|
-
), $ = x(() =>
|
|
30
|
+
setup(o) {
|
|
31
|
+
const m = P(), l = T(-1), _ = x(
|
|
32
|
+
() => o.document?.servers?.[l.value]
|
|
33
|
+
), $ = x(() => o.document?.servers ?? []), B = [
|
|
32
34
|
{
|
|
33
35
|
label: "URL",
|
|
34
36
|
key: "url",
|
|
@@ -40,98 +42,101 @@ const Y = { class: "flex flex-col gap-4" }, q = { class: "flex flex-col gap-4" }
|
|
|
40
42
|
placeholder: "Production"
|
|
41
43
|
}
|
|
42
44
|
], w = (t) => {
|
|
43
|
-
|
|
44
|
-
},
|
|
45
|
-
|
|
45
|
+
l.value = t, m.show();
|
|
46
|
+
}, b = () => {
|
|
47
|
+
m.hide(), l.value = -1;
|
|
46
48
|
}, N = () => {
|
|
47
|
-
|
|
48
|
-
}, { execute: h } = O({ delay: 328, maxWait: 1e3 }), U = (t, e,
|
|
49
|
+
l.value < 0 || (o.eventBus.emit("server:delete:server", { index: l.value }), b());
|
|
50
|
+
}, { execute: h } = O({ delay: 328, maxWait: 1e3 }), U = (t, e, r) => h(
|
|
49
51
|
`${t}-${e}`,
|
|
50
|
-
() =>
|
|
52
|
+
() => o.eventBus.emit("server:update:server", {
|
|
51
53
|
index: t,
|
|
52
|
-
server: { [e]:
|
|
54
|
+
server: { [e]: r }
|
|
53
55
|
})
|
|
54
|
-
), C = (t, e,
|
|
56
|
+
), C = (t, e, r) => h(
|
|
55
57
|
`${t}-${e}`,
|
|
56
|
-
() =>
|
|
58
|
+
() => o.eventBus.emit("server:update:variables", {
|
|
57
59
|
index: t,
|
|
58
60
|
key: e,
|
|
59
|
-
value:
|
|
61
|
+
value: r
|
|
60
62
|
})
|
|
61
|
-
), D = () =>
|
|
62
|
-
return (t, e) => (
|
|
63
|
-
|
|
64
|
-
e[
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
63
|
+
), D = () => o.eventBus.emit("server:add:server"), S = (t, e = 0) => t?.description || `Server ${e + 1}`;
|
|
64
|
+
return (t, e) => (n(), v(g, null, [
|
|
65
|
+
a(F, null, {
|
|
66
|
+
title: i(() => [...e[0] || (e[0] = [
|
|
67
|
+
p("Servers", -1)
|
|
68
|
+
])]),
|
|
69
|
+
description: i(() => [...e[1] || (e[1] = [
|
|
70
|
+
p(" Add different base URLs for your API. You can use ", -1),
|
|
71
|
+
c("code", { class: "font-code text-c-2" }, "{variables}", -1),
|
|
72
|
+
p(" for dynamic parts. ", -1)
|
|
73
|
+
])]),
|
|
74
|
+
default: i(() => [
|
|
75
|
+
c("div", q, [
|
|
76
|
+
(n(!0), v(g, null, A($.value, (r, d) => (n(), v("div", {
|
|
77
|
+
key: d,
|
|
78
|
+
class: "rounded-lg border"
|
|
79
|
+
}, [
|
|
80
|
+
c("div", G, [
|
|
81
|
+
r.description ? (n(), y(s(z), {
|
|
82
|
+
key: 0,
|
|
83
|
+
class: "self-center",
|
|
84
|
+
value: r.description
|
|
85
|
+
}, null, 8, ["value"])) : (n(), v("span", H, I(S(r, d)), 1)),
|
|
86
|
+
a(s(k), {
|
|
87
|
+
class: "hover:bg-b-3 hover:text-c-1 h-fit p-1.25",
|
|
88
|
+
"data-testid": "delete-server-button",
|
|
89
|
+
variant: "ghost",
|
|
90
|
+
onClick: (u) => w(d)
|
|
91
|
+
}, {
|
|
92
|
+
default: i(() => [
|
|
93
|
+
a(s(R), { class: "size-3.5" })
|
|
94
|
+
]),
|
|
95
|
+
_: 1
|
|
96
|
+
}, 8, ["onClick"])
|
|
97
|
+
]),
|
|
98
|
+
c("div", J, [
|
|
99
|
+
a(W, {
|
|
100
|
+
data: r,
|
|
101
|
+
environment: o.environment,
|
|
102
|
+
onUpdate: (u, f) => U(d, u, f),
|
|
103
|
+
options: B
|
|
104
|
+
}, null, 8, ["data", "environment", "onUpdate"]),
|
|
105
|
+
r.variables ? (n(), y(s(Y), {
|
|
106
|
+
key: 0,
|
|
107
|
+
variables: r.variables,
|
|
108
|
+
"onUpdate:variable": (u, f) => C(d, u, f)
|
|
109
|
+
}, null, 8, ["variables", "onUpdate:variable"])) : V("", !0)
|
|
110
|
+
])
|
|
111
|
+
]))), 128))
|
|
112
|
+
]),
|
|
113
|
+
c("div", K, [
|
|
114
|
+
a(s(k), {
|
|
115
|
+
class: "hover:bg-b-2 hover:text-c-1 flex items-center gap-2",
|
|
116
|
+
size: "sm",
|
|
117
|
+
variant: "ghost",
|
|
118
|
+
onClick: D
|
|
119
|
+
}, {
|
|
120
|
+
default: i(() => [
|
|
121
|
+
a(s(j)),
|
|
122
|
+
e[2] || (e[2] = c("span", null, "Add Server", -1))
|
|
123
|
+
]),
|
|
124
|
+
_: 1
|
|
125
|
+
})
|
|
70
126
|
])
|
|
71
|
-
], -1)),
|
|
72
|
-
s("div", q, [
|
|
73
|
-
(c(!0), u(S, null, I($.value, (a, d) => (c(), u("div", {
|
|
74
|
-
key: d,
|
|
75
|
-
class: "rounded-lg border"
|
|
76
|
-
}, [
|
|
77
|
-
s("div", G, [
|
|
78
|
-
a.description ? (c(), y(r(z), {
|
|
79
|
-
key: 0,
|
|
80
|
-
class: "self-center",
|
|
81
|
-
value: a.description
|
|
82
|
-
}, null, 8, ["value"])) : (c(), u("span", H, T(b(a, d)), 1)),
|
|
83
|
-
o(r(k), {
|
|
84
|
-
class: "hover:bg-b-3 hover:text-c-1 h-fit p-1.25",
|
|
85
|
-
"data-testid": "delete-server-button",
|
|
86
|
-
variant: "ghost",
|
|
87
|
-
onClick: (i) => w(d)
|
|
88
|
-
}, {
|
|
89
|
-
default: f(() => [
|
|
90
|
-
o(r(R), { class: "size-3.5" })
|
|
91
|
-
]),
|
|
92
|
-
_: 1
|
|
93
|
-
}, 8, ["onClick"])
|
|
94
|
-
]),
|
|
95
|
-
s("div", J, [
|
|
96
|
-
o(F, {
|
|
97
|
-
data: a,
|
|
98
|
-
environment: l.environment,
|
|
99
|
-
onUpdate: (i, m) => U(d, i, m),
|
|
100
|
-
options: B
|
|
101
|
-
}, null, 8, ["data", "environment", "onUpdate"]),
|
|
102
|
-
a.variables ? (c(), y(r(W), {
|
|
103
|
-
key: 0,
|
|
104
|
-
variables: a.variables,
|
|
105
|
-
"onUpdate:variable": (i, m) => C(d, i, m)
|
|
106
|
-
}, null, 8, ["variables", "onUpdate:variable"])) : V("", !0)
|
|
107
|
-
])
|
|
108
|
-
]))), 128))
|
|
109
127
|
]),
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
size: "sm",
|
|
114
|
-
variant: "ghost",
|
|
115
|
-
onClick: D
|
|
116
|
-
}, {
|
|
117
|
-
default: f(() => [
|
|
118
|
-
o(r(j)),
|
|
119
|
-
e[0] || (e[0] = s("span", null, "Add Server", -1))
|
|
120
|
-
]),
|
|
121
|
-
_: 1
|
|
122
|
-
})
|
|
123
|
-
])
|
|
124
|
-
]),
|
|
125
|
-
o(r(L), {
|
|
128
|
+
_: 1
|
|
129
|
+
}),
|
|
130
|
+
a(s(L), {
|
|
126
131
|
size: "xxs",
|
|
127
|
-
state:
|
|
128
|
-
title: `Delete ${
|
|
132
|
+
state: s(m),
|
|
133
|
+
title: `Delete ${S(_.value, l.value)}`
|
|
129
134
|
}, {
|
|
130
|
-
default:
|
|
131
|
-
|
|
135
|
+
default: i(() => [
|
|
136
|
+
a(E, {
|
|
132
137
|
variableName: "Server",
|
|
133
138
|
warningMessage: "Are you sure you want to delete this server? This action cannot be undone.",
|
|
134
|
-
onClose:
|
|
139
|
+
onClose: b,
|
|
135
140
|
onDelete: N
|
|
136
141
|
})
|
|
137
142
|
]),
|
|
@@ -141,5 +146,5 @@ const Y = { class: "flex flex-col gap-4" }, q = { class: "flex flex-col gap-4" }
|
|
|
141
146
|
}
|
|
142
147
|
});
|
|
143
148
|
export {
|
|
144
|
-
|
|
149
|
+
oe as default
|
|
145
150
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Settings.vue.d.ts","sourceRoot":"","sources":["../../../../../src/v2/features/collection/components/Settings.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Settings.vue.d.ts","sourceRoot":"","sources":["../../../../../src/v2/features/collection/components/Settings.vue"],"names":[],"mappings":"AA0LA,QAAA,MAAM,YAAY;;;;;;;;;;;;kGAEhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
const
|
|
1
|
+
import { defineComponent as r, createBlock as c, openBlock as a, unref as n } from "vue";
|
|
2
|
+
import s from "../../settings/DocumentSettings.vue.js";
|
|
3
|
+
import i from "../../settings/CollectionSettings.vue.js";
|
|
4
|
+
const x = /* @__PURE__ */ r({
|
|
5
5
|
__name: "Settings",
|
|
6
6
|
props: {
|
|
7
7
|
documentSlug: {},
|
|
@@ -16,37 +16,39 @@ const f = /* @__PURE__ */ u({
|
|
|
16
16
|
workspaceStore: {},
|
|
17
17
|
activeWorkspace: {},
|
|
18
18
|
plugins: {},
|
|
19
|
+
customThemes: {},
|
|
19
20
|
collectionType: {}
|
|
20
21
|
},
|
|
21
22
|
setup(e) {
|
|
22
|
-
const
|
|
23
|
+
const m = (t) => {
|
|
23
24
|
e.eventBus.emit("document:update:watch-mode", t);
|
|
24
|
-
},
|
|
25
|
+
}, u = (t) => {
|
|
25
26
|
e.eventBus.emit("workspace:update:theme", t);
|
|
26
|
-
}, r = (t) => {
|
|
27
|
-
e.eventBus.emit("workspace:update:active-proxy", t);
|
|
28
27
|
}, l = (t) => {
|
|
28
|
+
e.eventBus.emit("workspace:update:active-proxy", t);
|
|
29
|
+
}, d = (t) => {
|
|
29
30
|
e.eventBus.emit("workspace:update:color-mode", t);
|
|
30
31
|
};
|
|
31
|
-
return (t, o) => e.collectionType === "document" ? (a(), c(n(
|
|
32
|
+
return (t, o) => e.collectionType === "document" ? (a(), c(n(s), {
|
|
32
33
|
key: 0,
|
|
33
34
|
documentUrl: e.document?.["x-scalar-original-source-url"],
|
|
34
35
|
isDraftDocument: e.documentSlug === "drafts",
|
|
35
36
|
title: e.document?.info.title ?? "",
|
|
36
37
|
watchMode: e.document?.["x-scalar-watch-mode"],
|
|
37
38
|
"onDelete:document": o[0] || (o[0] = (h) => e.eventBus.emit("document:delete:document", { name: e.documentSlug })),
|
|
38
|
-
"onUpdate:watchMode":
|
|
39
|
-
}, null, 8, ["documentUrl", "isDraftDocument", "title", "watchMode"])) : (a(), c(n(
|
|
39
|
+
"onUpdate:watchMode": m
|
|
40
|
+
}, null, 8, ["documentUrl", "isDraftDocument", "title", "watchMode"])) : (a(), c(n(i), {
|
|
40
41
|
key: 1,
|
|
41
42
|
activeProxyUrl: e.workspaceStore.workspace["x-scalar-active-proxy"],
|
|
42
|
-
|
|
43
|
+
activeThemeSlug: e.workspaceStore.workspace["x-scalar-theme"] ?? "none",
|
|
43
44
|
colorMode: e.workspaceStore.workspace["x-scalar-color-mode"] ?? "system",
|
|
44
|
-
|
|
45
|
-
"onUpdate:
|
|
46
|
-
"onUpdate:
|
|
47
|
-
|
|
45
|
+
customThemes: e.customThemes,
|
|
46
|
+
"onUpdate:colorMode": d,
|
|
47
|
+
"onUpdate:proxyUrl": l,
|
|
48
|
+
"onUpdate:themeSlug": u
|
|
49
|
+
}, null, 8, ["activeProxyUrl", "activeThemeSlug", "colorMode", "customThemes"]));
|
|
48
50
|
}
|
|
49
51
|
});
|
|
50
52
|
export {
|
|
51
|
-
|
|
53
|
+
x as default
|
|
52
54
|
};
|
|
@@ -37,7 +37,7 @@ const A = { class: "text-c-3 flex h-full items-center justify-center rounded-lg
|
|
|
37
37
|
T("div", A, [
|
|
38
38
|
i(r(k), {
|
|
39
39
|
class: "hover:bg-b-2 hover:text-c-1 flex items-center gap-2",
|
|
40
|
-
size: "
|
|
40
|
+
size: "xs",
|
|
41
41
|
variant: "ghost",
|
|
42
42
|
onClick: l[0] || (l[0] = () => a())
|
|
43
43
|
}, {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CookiesTable.vue.d.ts","sourceRoot":"","sources":["../../../../../src/v2/features/global-cookies/components/CookiesTable.vue"],"names":[],"mappings":"AAuPA,OAAO,KAAK,EACV,cAAc,EACd,iBAAiB,EAClB,MAAM,gCAAgC,CAAA;AACvC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,qEAAqE,CAAA;AAYxG,KAAK,WAAW,GAAG;IACf,OAAO,EAAE,aAAa,EAAE,CAAA;IACxB,QAAQ,EAAE,iBAAiB,CAAA;CAC5B,GAAG,cAAc,CAAC;
|
|
1
|
+
{"version":3,"file":"CookiesTable.vue.d.ts","sourceRoot":"","sources":["../../../../../src/v2/features/global-cookies/components/CookiesTable.vue"],"names":[],"mappings":"AAuPA,OAAO,KAAK,EACV,cAAc,EACd,iBAAiB,EAClB,MAAM,gCAAgC,CAAA;AACvC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,qEAAqE,CAAA;AAYxG,KAAK,WAAW,GAAG;IACf,OAAO,EAAE,aAAa,EAAE,CAAA;IACxB,QAAQ,EAAE,iBAAiB,CAAA;CAC5B,GAAG,cAAc,CAAC;AA8erB,QAAA,MAAM,YAAY,kSAEhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import o from "./CookiesTable.vue2.js";
|
|
2
2
|
/* empty css */
|
|
3
|
-
import
|
|
4
|
-
const e = /* @__PURE__ */
|
|
3
|
+
import t from "../../../../_virtual/_plugin-vue_export-helper.js";
|
|
4
|
+
const e = /* @__PURE__ */ t(o, [["__scopeId", "data-v-ddfccc08"]]);
|
|
5
5
|
export {
|
|
6
6
|
e as default
|
|
7
7
|
};
|
|
@@ -2,11 +2,11 @@ import { defineComponent as y, computed as T, createBlock as p, openBlock as c,
|
|
|
2
2
|
import { ScalarButton as U } from "@scalar/components";
|
|
3
3
|
import { ScalarIconTrash as I } from "@scalar/icons";
|
|
4
4
|
import $ from "../../../components/data-table/DataTable.vue.js";
|
|
5
|
-
import
|
|
5
|
+
import k from "../../../components/data-table/DataTableRow.vue.js";
|
|
6
6
|
import m from "../../../components/data-table/DataTableHeader.vue.js";
|
|
7
7
|
import R from "../../../components/data-table/DataTableCheckbox.vue.js";
|
|
8
8
|
import f from "../../../components/data-table/DataTableCell.vue.js";
|
|
9
|
-
import
|
|
9
|
+
import b from "../../../components/code-input/CodeInput.vue.js";
|
|
10
10
|
const M = /* @__PURE__ */ y({
|
|
11
11
|
__name: "CookiesTable",
|
|
12
12
|
props: {
|
|
@@ -48,11 +48,11 @@ const M = /* @__PURE__ */ y({
|
|
|
48
48
|
collectionType: i.collectionType
|
|
49
49
|
});
|
|
50
50
|
return (d, l) => (c(), p(a($), {
|
|
51
|
-
class: "group/table data-table h-min flex-1 rounded border",
|
|
51
|
+
class: "group/table data-table h-min flex-1 rounded border border-t-0",
|
|
52
52
|
columns: v
|
|
53
53
|
}, {
|
|
54
54
|
default: n(() => [
|
|
55
|
-
o(a(
|
|
55
|
+
o(a(k), { class: "sr-only !block" }, {
|
|
56
56
|
default: n(() => [
|
|
57
57
|
o(a(m), null, {
|
|
58
58
|
default: n(() => [...l[0] || (l[0] = [
|
|
@@ -87,7 +87,7 @@ const M = /* @__PURE__ */ y({
|
|
|
87
87
|
]),
|
|
88
88
|
_: 1
|
|
89
89
|
}),
|
|
90
|
-
(c(!0), D(h, null, B(V.value, (e, t) => (c(), p(a(
|
|
90
|
+
(c(!0), D(h, null, B(V.value, (e, t) => (c(), p(a(k), {
|
|
91
91
|
key: t,
|
|
92
92
|
class: "group/row"
|
|
93
93
|
}, {
|
|
@@ -99,7 +99,7 @@ const M = /* @__PURE__ */ y({
|
|
|
99
99
|
}, null, 8, ["modelValue", "onUpdate:modelValue"]),
|
|
100
100
|
o(a(f), null, {
|
|
101
101
|
default: n(() => [
|
|
102
|
-
o(a(
|
|
102
|
+
o(a(b), {
|
|
103
103
|
"aria-label": "Cookie Name",
|
|
104
104
|
disableCloseBrackets: "",
|
|
105
105
|
disableTabIndent: "",
|
|
@@ -120,7 +120,7 @@ const M = /* @__PURE__ */ y({
|
|
|
120
120
|
}, 1024),
|
|
121
121
|
o(a(f), null, {
|
|
122
122
|
default: n(() => [
|
|
123
|
-
o(a(
|
|
123
|
+
o(a(b), {
|
|
124
124
|
"aria-label": "Cookie Value",
|
|
125
125
|
disableTabIndent: "",
|
|
126
126
|
environment: void 0,
|
|
@@ -140,7 +140,7 @@ const M = /* @__PURE__ */ y({
|
|
|
140
140
|
}, 1024),
|
|
141
141
|
o(a(f), null, {
|
|
142
142
|
default: n(() => [
|
|
143
|
-
o(a(
|
|
143
|
+
o(a(b), {
|
|
144
144
|
"aria-label": "Cookie Domain",
|
|
145
145
|
disableCloseBrackets: "",
|
|
146
146
|
disableTabIndent: "",
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { type ModalState } from '@scalar/components';
|
|
2
2
|
import type { HttpMethod } from '@scalar/helpers/http/http-methods';
|
|
3
|
+
import type { ClientPlugin } from '@scalar/oas-utils/helpers';
|
|
3
4
|
import type { ApiReferenceConfigurationRaw } from '@scalar/types/api-reference';
|
|
4
5
|
import type { WorkspaceStore } from '@scalar/workspace-store/client';
|
|
5
6
|
import { type WorkspaceEventBus } from '@scalar/workspace-store/events';
|
|
6
7
|
import type { WorkspaceDocument } from '@scalar/workspace-store/schemas';
|
|
7
8
|
import { type ComputedRef, type MaybeRefOrGetter } from 'vue';
|
|
8
9
|
import { type UseModalSidebarReturn } from '../../../v2/features/modal/hooks/use-modal-sidebar.js';
|
|
9
|
-
import type { ClientPlugin } from '../../../v2/helpers/plugins.js';
|
|
10
10
|
export type ModalProps = {
|
|
11
11
|
/** The workspace store must be initialized and passed in */
|
|
12
12
|
workspaceStore: WorkspaceStore;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Modal.vue.d.ts","sourceRoot":"","sources":["../../../../src/v2/features/modal/Modal.vue"],"names":[],"mappings":"AA4NA,OAAO,EAAE,KAAK,UAAU,EAA4B,MAAM,oBAAoB,CAAA;AAC9E,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,mCAAmC,CAAA;AACnE,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,6BAA6B,CAAA;AAE/E,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,gCAAgC,CAAA;AACpE,OAAO,EAAE,KAAK,iBAAiB,EAAE,MAAM,gCAAgC,CAAA;AACvE,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,iCAAiC,CAAA;AACxE,OAAO,EAML,KAAK,WAAW,EAChB,KAAK,gBAAgB,EACtB,MAAM,KAAK,CAAA;AAKZ,OAAO,EAAE,KAAK,qBAAqB,EAAE,MAAM,6CAA6C,CAAA;
|
|
1
|
+
{"version":3,"file":"Modal.vue.d.ts","sourceRoot":"","sources":["../../../../src/v2/features/modal/Modal.vue"],"names":[],"mappings":"AA4NA,OAAO,EAAE,KAAK,UAAU,EAA4B,MAAM,oBAAoB,CAAA;AAC9E,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,mCAAmC,CAAA;AACnE,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAA;AAC7D,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,6BAA6B,CAAA;AAE/E,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,gCAAgC,CAAA;AACpE,OAAO,EAAE,KAAK,iBAAiB,EAAE,MAAM,gCAAgC,CAAA;AACvE,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,iCAAiC,CAAA;AACxE,OAAO,EAML,KAAK,WAAW,EAChB,KAAK,gBAAgB,EACtB,MAAM,KAAK,CAAA;AAKZ,OAAO,EAAE,KAAK,qBAAqB,EAAE,MAAM,6CAA6C,CAAA;AAQxF,MAAM,MAAM,UAAU,GAAG;IACvB,4DAA4D;IAC5D,cAAc,EAAE,cAAc,CAAA;IAC9B,qDAAqD;IACrD,QAAQ,EAAE,WAAW,CAAC,iBAAiB,GAAG,IAAI,CAAC,CAAA;IAC/C,iDAAiD;IACjD,IAAI,EAAE,WAAW,CAAC,MAAM,GAAG,SAAS,CAAC,CAAA;IACrC,4CAA4C;IAC5C,QAAQ,EAAE,iBAAiB,CAAA;IAC3B,mDAAmD;IACnD,MAAM,EAAE,WAAW,CAAC,UAAU,GAAG,SAAS,CAAC,CAAA;IAC3C,yDAAyD;IACzD,WAAW,EAAE,WAAW,CAAC,MAAM,GAAG,SAAS,CAAC,CAAA;IAC5C,2CAA2C;IAC3C,UAAU,EAAE,UAAU,CAAA;IACtB,0DAA0D;IAC1D,YAAY,EAAE,qBAAqB,CAAA;IACnC,iDAAiD;IACjD,OAAO,EAAE,YAAY,EAAE,CAAA;IACvB,wDAAwD;IACxD,OAAO,EAAE,gBAAgB,CACvB,OAAO,CACL,IAAI,CACF,4BAA4B,EAC1B,gBAAgB,GAChB,eAAe,GACf,kBAAkB,GAClB,eAAe,GACf,SAAS,CACZ,CACF,CACF,CAAA;CACF,CAAA;AAED;;;;GAIG;wBACkB,OAAO,YAAY;AAAxC,wBAAyC;AAGzC,QAAA,MAAM,YAAY;;;mPAgRd,CAAC"}
|
|
@@ -2,16 +2,16 @@ import { defineComponent as k, ref as x, watch as B, onBeforeUnmount as y, compu
|
|
|
2
2
|
import { ScalarToasts as D } from "@scalar/use-toasts";
|
|
3
3
|
import { mergeSecurity as I } from "../../blocks/scalar-auth-selector-block/helpers/merge-security.js";
|
|
4
4
|
import C from "../../components/modals/ModalClientContainer.vue.js";
|
|
5
|
-
import { initializeModalEvents as
|
|
6
|
-
import
|
|
7
|
-
import { getActiveEnvironment as
|
|
8
|
-
import { useGlobalHotKeys as
|
|
9
|
-
import { useScrollLock as
|
|
10
|
-
import
|
|
5
|
+
import { initializeModalEvents as A } from "./modal-events.js";
|
|
6
|
+
import L from "../operation/Operation.vue.js";
|
|
7
|
+
import { getActiveEnvironment as M } from "../../helpers/get-active-environment.js";
|
|
8
|
+
import { useGlobalHotKeys as T } from "../../hooks/use-global-hot-keys.js";
|
|
9
|
+
import { useScrollLock as $ } from "../../hooks/use-scroll-lock.js";
|
|
10
|
+
import z from "../../components/sidebar/SidebarToggle.vue.js";
|
|
11
11
|
import H from "../../components/sidebar/Sidebar.vue.js";
|
|
12
12
|
const j = {
|
|
13
13
|
key: 0,
|
|
14
|
-
class: "relative flex flex-1"
|
|
14
|
+
class: "relative flex h-full min-h-0 w-full flex-1"
|
|
15
15
|
}, q = {
|
|
16
16
|
key: 1,
|
|
17
17
|
class: "flex h-full w-full items-center justify-center"
|
|
@@ -35,16 +35,16 @@ const j = {
|
|
|
35
35
|
label: "default",
|
|
36
36
|
id: "default"
|
|
37
37
|
}, o = x(!1);
|
|
38
|
-
|
|
38
|
+
A({
|
|
39
39
|
eventBus: e.eventBus,
|
|
40
40
|
isSidebarOpen: o,
|
|
41
41
|
sidebarState: e.sidebarState,
|
|
42
42
|
modalState: e.modalState,
|
|
43
43
|
store: e.workspaceStore
|
|
44
|
-
}),
|
|
44
|
+
}), T(e.eventBus, "modal", () => !e.modalState.open);
|
|
45
45
|
const c = () => {
|
|
46
46
|
e.eventBus.emit("operation:cancel:request");
|
|
47
|
-
}, S =
|
|
47
|
+
}, S = $(() => typeof window < "u" ? window.document.body : null);
|
|
48
48
|
B(
|
|
49
49
|
() => e.modalState.open,
|
|
50
50
|
(a) => {
|
|
@@ -54,7 +54,7 @@ const j = {
|
|
|
54
54
|
const h = 288, n = u(
|
|
55
55
|
() => e.workspaceStore?.workspace?.["x-scalar-sidebar-width"] ?? h
|
|
56
56
|
), w = (a) => e.workspaceStore?.update("x-scalar-sidebar-width", a), r = u(
|
|
57
|
-
() =>
|
|
57
|
+
() => M(e.workspaceStore, e.document.value)
|
|
58
58
|
), b = u(
|
|
59
59
|
() => I(
|
|
60
60
|
e.document.value?.components?.securitySchemes,
|
|
@@ -70,10 +70,10 @@ const j = {
|
|
|
70
70
|
default: W(() => [
|
|
71
71
|
l(d(D)),
|
|
72
72
|
e.document.value && e.path?.value && e.method?.value ? (i(), v("main", j, [
|
|
73
|
-
l(d(
|
|
73
|
+
l(d(z), {
|
|
74
74
|
modelValue: o.value,
|
|
75
75
|
"onUpdate:modelValue": t[0] || (t[0] = (m) => o.value = m),
|
|
76
|
-
class: "absolute top-2 left-3 z-
|
|
76
|
+
class: "absolute top-2 left-3 z-2"
|
|
77
77
|
}, null, 8, ["modelValue"]),
|
|
78
78
|
E(l(d(H), {
|
|
79
79
|
sidebarWidth: n.value,
|
|
@@ -82,7 +82,7 @@ const j = {
|
|
|
82
82
|
w
|
|
83
83
|
],
|
|
84
84
|
activeWorkspace: s,
|
|
85
|
-
class: "
|
|
85
|
+
class: "h-full max-md:absolute! max-md:w-full!",
|
|
86
86
|
documents: [e.document.value],
|
|
87
87
|
eventBus: e.eventBus,
|
|
88
88
|
isDroppable: () => !1,
|
|
@@ -93,7 +93,7 @@ const j = {
|
|
|
93
93
|
}, null, 8, ["sidebarWidth", "documents", "eventBus", "sidebarState", "onSelectItem"]), [
|
|
94
94
|
[U, o.value]
|
|
95
95
|
]),
|
|
96
|
-
l(
|
|
96
|
+
l(L, {
|
|
97
97
|
activeWorkspace: s,
|
|
98
98
|
class: "flex-1",
|
|
99
99
|
document: e.document.value,
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { type ModalState } from '@scalar/components';
|
|
2
|
+
import type { ClientPlugin } from '@scalar/oas-utils/helpers';
|
|
2
3
|
import type { WorkspaceStore } from '@scalar/workspace-store/client';
|
|
3
4
|
import { type WorkspaceEventBus } from '@scalar/workspace-store/events';
|
|
4
5
|
import { type App } from 'vue';
|
|
5
6
|
import { type RoutePayload } from '../../../../v2/features/modal/helpers/resolve-route-parameters.js';
|
|
6
7
|
import { type ModalProps } from '../../../../v2/features/modal/Modal.vue.js';
|
|
7
|
-
import type { ClientPlugin } from '../../../../v2/helpers/plugins.js';
|
|
8
8
|
type CreateApiClientModalOptions = {
|
|
9
9
|
/** Element to mount the client modal to. */
|
|
10
10
|
el: HTMLElement | null;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-api-client-modal.d.ts","sourceRoot":"","sources":["../../../../../src/v2/features/modal/helpers/create-api-client-modal.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,UAAU,EAAY,MAAM,oBAAoB,CAAA;AAC9D,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,gCAAgC,CAAA;AACpE,OAAO,EAAE,KAAK,iBAAiB,EAA2B,MAAM,gCAAgC,CAAA;AAEhG,OAAO,EAAE,KAAK,GAAG,EAA6C,MAAM,KAAK,CAAA;AAEzE,OAAO,EAEL,KAAK,YAAY,EAElB,MAAM,sDAAsD,CAAA;AAG7D,OAAc,EAAE,KAAK,UAAU,EAAE,MAAM,+BAA+B,CAAA;
|
|
1
|
+
{"version":3,"file":"create-api-client-modal.d.ts","sourceRoot":"","sources":["../../../../../src/v2/features/modal/helpers/create-api-client-modal.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,UAAU,EAAY,MAAM,oBAAoB,CAAA;AAC9D,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAA;AAC7D,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,gCAAgC,CAAA;AACpE,OAAO,EAAE,KAAK,iBAAiB,EAA2B,MAAM,gCAAgC,CAAA;AAEhG,OAAO,EAAE,KAAK,GAAG,EAA6C,MAAM,KAAK,CAAA;AAEzE,OAAO,EAEL,KAAK,YAAY,EAElB,MAAM,sDAAsD,CAAA;AAG7D,OAAc,EAAE,KAAK,UAAU,EAAE,MAAM,+BAA+B,CAAA;AAEtE,KAAK,2BAA2B,GAAG;IACjC,4CAA4C;IAC5C,EAAE,EAAE,WAAW,GAAG,IAAI,CAAA;IACtB;;;OAGG;IACH,iBAAiB,CAAC,EAAE,OAAO,CAAA;IAC3B,kFAAkF;IAClF,QAAQ,CAAC,EAAE,iBAAiB,CAAA;IAC5B,6DAA6D;IAC7D,cAAc,EAAE,cAAc,CAAA;IAC9B,iDAAiD;IACjD,OAAO,CAAC,EAAE,YAAY,EAAE,CAAA;IACxB,wGAAwG;IACxG,OAAO,CAAC,EAAE,UAAU,CAAC,SAAS,CAAC,CAAA;CAChC,CAAA;AAED,MAAM,MAAM,cAAc,GAAG;IAC3B,GAAG,EAAE,GAAG,CAAA;IACR,IAAI,EAAE,CAAC,OAAO,CAAC,EAAE,YAAY,KAAK,IAAI,CAAA;IACtC,KAAK,EAAE,CAAC,UAAU,EAAE,WAAW,GAAG,IAAI,KAAK,IAAI,CAAA;IAC/C,KAAK,EAAE,CAAC,OAAO,EAAE,YAAY,KAAK,IAAI,CAAA;IACtC,UAAU,EAAE,UAAU,CAAA;CACvB,CAAA;AAED;;;;;GAKG;AACH,eAAO,MAAM,oBAAoB,GAAI,wEASlC,2BAA2B,KAAG,cAqHhC,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Operation.vue.d.ts","sourceRoot":"","sources":["../../../../src/v2/features/operation/Operation.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Operation.vue.d.ts","sourceRoot":"","sources":["../../../../src/v2/features/operation/Operation.vue"],"names":[],"mappings":"AAqNA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,kCAAkC,CAAA;AAElE,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,+BAA+B,CAAA;AAM/D;;;;;;;GAOG;wBACkB,OAAO,YAAY;AAAxC,wBAAyC;AAGzC,QAAA,MAAM,YAAY;IAEd,6CAA6C;cACnC,UAAU,CAAC,SAAS,CAAC;;IAD/B,6CAA6C;cACnC,UAAU,CAAC,SAAS,CAAC;iGAqR/B,CAAC"}
|