@scalar/api-client 2.1.18 → 2.1.19
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 +29 -0
- package/dist/components/AddressBar/AddressBar.vue.d.ts +5 -1
- 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 +78 -75
- 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 +6 -6
- package/dist/components/CodeInput/CodeInput.vue.d.ts +6 -2
- package/dist/components/CodeInput/CodeInput.vue.d.ts.map +1 -1
- package/dist/components/CodeInput/CodeInput.vue.js +2 -2
- package/dist/components/CodeInput/CodeInput.vue2.js +57 -49
- package/dist/components/CommandPalette/CommandPaletteCollection.vue.d.ts +1 -1
- package/dist/components/CommandPalette/CommandPaletteExample.vue.d.ts +1 -1
- package/dist/components/CommandPalette/CommandPaletteImport.vue.d.ts +1 -1
- package/dist/components/CommandPalette/CommandPaletteRequest.vue.d.ts +1 -1
- package/dist/components/CommandPalette/CommandPaletteServer.vue.d.ts +1 -1
- package/dist/components/CommandPalette/CommandPaletteTag.vue.d.ts +1 -1
- package/dist/components/CommandPalette/CommandPaletteWorkspace.vue.d.ts +1 -1
- package/dist/components/CommandPalette/TheCommandPalette.vue.d.ts +7 -7
- 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 +22 -22
- package/dist/components/ContextBar.vue.d.ts.map +1 -1
- package/dist/components/ContextBar.vue.js +2 -2
- package/dist/components/DataTable/DataTableCheckbox.vue.d.ts +19 -3
- package/dist/components/DataTable/DataTableCheckbox.vue.d.ts.map +1 -1
- package/dist/components/DataTable/DataTableCheckbox.vue.js +27 -14
- package/dist/components/EnvironmentSelector/EnvironmentSelector.vue.d.ts.map +1 -1
- package/dist/components/EnvironmentSelector/EnvironmentSelector.vue.js +8 -8
- package/dist/components/HttpMethod/HttpMethod.vue.d.ts +2 -2
- package/dist/components/ImportCurl/ImportCurlModal.vue.d.ts +39 -0
- package/dist/components/ImportCurl/ImportCurlModal.vue.d.ts.map +1 -0
- package/dist/components/ImportCurl/ImportCurlModal.vue.js +7 -0
- package/dist/components/ImportCurl/ImportCurlModal.vue2.js +88 -0
- package/dist/components/SideNav/SideHelp.vue.d.ts.map +1 -1
- package/dist/components/SideNav/SideNav.vue.d.ts.map +1 -1
- package/dist/components/SideNav/SideNav.vue.js +1 -1
- package/dist/components/SideNav/SideNav.vue2.js +37 -26
- package/dist/components/SideNav/SideNavLink.vue.d.ts +2 -2
- package/dist/components/SideNav/SideNavLink.vue.d.ts.map +1 -1
- package/dist/components/SideNav/SideNavLink.vue.js +10 -11
- package/dist/components/Sidebar/Actions/DeleteSidebarListElement.vue.d.ts +1 -1
- package/dist/components/Sidebar/Sidebar.vue.d.ts.map +1 -1
- package/dist/components/Sidebar/Sidebar.vue.js +1 -1
- package/dist/components/Sidebar/Sidebar.vue2.js +1 -1
- package/dist/components/Sidebar/SidebarButton.vue.d.ts.map +1 -1
- package/dist/components/Sidebar/SidebarButton.vue.js +1 -1
- package/dist/components/Sidebar/SidebarListElement.vue.d.ts +24 -3
- package/dist/components/Sidebar/SidebarListElement.vue.d.ts.map +1 -1
- package/dist/components/Sidebar/SidebarListElement.vue.js +2 -2
- package/dist/components/Sidebar/SidebarListElement.vue2.js +26 -22
- package/dist/components/Sidebar/SidebarListElementActions.vue.d.ts +4 -0
- package/dist/components/Sidebar/SidebarListElementActions.vue.d.ts.map +1 -1
- package/dist/components/Sidebar/SidebarListElementActions.vue.js +35 -32
- package/dist/components/TopNav/TopNav.vue.d.ts.map +1 -1
- package/dist/components/TopNav/TopNav.vue.js +1 -1
- package/dist/components/TopNav/TopNav.vue2.js +1 -1
- package/dist/components/ViewLayout/ViewLayout.vue.d.ts.map +1 -1
- package/dist/components/ViewLayout/ViewLayout.vue.js +7 -7
- package/dist/components/ViewLayout/ViewLayoutContent.vue.d.ts.map +1 -1
- package/dist/components/ViewLayout/ViewLayoutContent.vue.js +1 -1
- package/dist/components/ViewLayout/ViewLayoutSection.vue.d.ts.map +1 -1
- package/dist/components/ViewLayout/ViewLayoutSection.vue.js +11 -11
- package/dist/constants.d.ts +4 -0
- package/dist/constants.d.ts.map +1 -1
- package/dist/constants.js +2 -1
- package/dist/hooks/useDarkModeState.d.ts +4 -3
- package/dist/hooks/useDarkModeState.d.ts.map +1 -1
- package/dist/hooks/useDarkModeState.js +36 -21
- package/dist/layouts/App/ApiClientApp.vue.d.ts.map +1 -1
- package/dist/layouts/App/ApiClientApp.vue.js +34 -38
- package/dist/layouts/App/create-api-client-app.d.ts +35 -32
- package/dist/layouts/App/create-api-client-app.d.ts.map +1 -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 +6 -6
- package/dist/layouts/Modal/create-api-client-modal.d.ts +70 -64
- package/dist/layouts/Modal/create-api-client-modal.d.ts.map +1 -1
- package/dist/layouts/Web/ApiClientWeb.vue.d.ts.map +1 -1
- package/dist/layouts/Web/ApiClientWeb.vue.js +35 -39
- package/dist/layouts/Web/create-api-client-web.d.ts +35 -32
- package/dist/layouts/Web/create-api-client-web.d.ts.map +1 -1
- package/dist/libs/create-client.d.ts +35 -32
- package/dist/libs/create-client.d.ts.map +1 -1
- package/dist/libs/event-busses/hot-keys-bus.d.ts +1 -1
- package/dist/libs/importers/curl.d.ts +3 -0
- package/dist/libs/importers/curl.d.ts.map +1 -0
- package/dist/libs/importers/curl.js +61 -0
- package/dist/libs/importers/index.d.ts +2 -0
- package/dist/libs/importers/index.d.ts.map +1 -0
- package/dist/libs/importers/index.js +4 -0
- package/dist/libs/index.d.ts +1 -0
- package/dist/libs/index.d.ts.map +1 -1
- package/dist/libs/index.js +23 -21
- package/dist/libs/parse-curl.d.ts +12 -0
- package/dist/libs/parse-curl.d.ts.map +1 -0
- package/dist/libs/parse-curl.js +70 -0
- package/dist/router.d.ts +2 -1
- package/dist/router.d.ts.map +1 -1
- package/dist/router.js +33 -24
- package/dist/store/collections.d.ts +4 -4
- package/dist/store/cookies.d.ts +4 -4
- package/dist/store/environment.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.d.ts +1 -0
- package/dist/store/router-params.d.ts.map +1 -1
- package/dist/store/router-params.js +2 -1
- package/dist/store/servers.d.ts +4 -4
- package/dist/store/store.d.ts +70 -64
- package/dist/store/store.d.ts.map +1 -1
- package/dist/store/store.js +126 -119
- 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/Cookies.vue.d.ts.map +1 -1
- package/dist/views/Cookies/Cookies.vue2.js +18 -18
- package/dist/views/Environment/EnvironmentVariableDropdown.vue.d.ts.map +1 -1
- package/dist/views/Environment/EnvironmentVariableDropdown.vue.js +9 -9
- package/dist/views/Request/Request.vue.d.ts.map +1 -1
- package/dist/views/Request/Request.vue.js +1 -1
- package/dist/views/Request/Request.vue2.js +146 -96
- package/dist/views/Request/RequestSection/RequestAuth/RequestAuth.vue.d.ts.map +1 -1
- package/dist/views/Request/RequestSection/RequestAuth/RequestAuth.vue.js +2 -2
- package/dist/views/Request/RequestSection/RequestAuth/RequestAuth.vue2.js +1 -1
- package/dist/views/Request/RequestSection/RequestTableTooltip.vue.d.ts.map +1 -1
- package/dist/views/Request/RequestSection/RequestTableTooltip.vue.js +4 -4
- package/dist/views/Request/RequestSidebar.vue.d.ts.map +1 -1
- package/dist/views/Request/RequestSidebar.vue.js +3 -3
- package/dist/views/Request/RequestSidebar.vue2.js +2 -2
- package/dist/views/Request/RequestSidebarItem.vue.d.ts.map +1 -1
- package/dist/views/Request/RequestSidebarItem.vue.js +1 -1
- package/dist/views/Request/RequestSidebarItem.vue2.js +49 -49
- package/dist/views/Request/RequestSubpageHeader.vue.d.ts +2 -0
- package/dist/views/Request/RequestSubpageHeader.vue.d.ts.map +1 -1
- package/dist/views/Request/RequestSubpageHeader.vue.js +4 -4
- package/dist/views/Request/RequestSubpageHeader.vue2.js +17 -15
- package/dist/views/Request/ResponseSection/ResponseEmpty.vue2.js +1 -1
- package/dist/views/Request/ResponseSection/ResponseLoadingOverlay.vue.d.ts.map +1 -1
- package/dist/views/Request/ResponseSection/ResponseLoadingOverlay.vue.js +1 -1
- package/dist/views/Request/ResponseSection/ResponseLoadingOverlay.vue2.js +1 -1
- package/dist/views/Settings/Settings.vue.d.ts +4 -0
- package/dist/views/Settings/Settings.vue.d.ts.map +1 -0
- package/dist/views/Settings/Settings.vue.js +4 -0
- package/dist/views/Settings/Settings.vue2.js +59 -0
- package/dist/{components/DarkModeToggle/DarkModeIconToggle.vue.d.ts → views/Settings/SettingsGeneral.vue.d.ts} +1 -1
- package/dist/views/Settings/SettingsGeneral.vue.d.ts.map +1 -0
- package/dist/views/Settings/SettingsGeneral.vue.js +124 -0
- package/dist/views/Settings/SettingsGeneral.vue2.js +4 -0
- package/dist/views/Settings/SettingsGeneralMode.vue.d.ts +3 -0
- package/dist/views/Settings/SettingsGeneralMode.vue.d.ts.map +1 -0
- package/dist/views/Settings/SettingsGeneralMode.vue.js +78 -0
- package/dist/views/Settings/SettingsGeneralMode.vue2.js +4 -0
- package/package.json +60 -36
- package/dist/components/DarkModeToggle/DarkModeIconToggle.vue.d.ts.map +0 -1
- package/dist/components/DarkModeToggle/DarkModeIconToggle.vue.js +0 -31
- package/dist/components/DarkModeToggle/DarkModeIconToggle.vue2.js +0 -4
- package/dist/components/DarkModeToggle/index.d.ts +0 -2
- package/dist/components/DarkModeToggle/index.d.ts.map +0 -1
- package/dist/components/DarkModeToggle/index.js +0 -4
- package/dist/components/ScreenReader.vue.js +0 -7
- package/dist/components/ScreenReader.vue2.js +0 -18
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { defineComponent as te, useCssVars as ie, computed as c, ref as ne, resolveComponent as re, openBlock as p, createElementBlock as w, normalizeClass as m, unref as n, createVNode as h, withCtx as y, createBlock as b, withModifiers as R, createElementVNode as
|
|
2
|
-
import { PathId as
|
|
1
|
+
import { defineComponent as te, useCssVars as ie, computed as c, ref as ne, resolveComponent as re, openBlock as p, createElementBlock as w, normalizeClass as m, unref as n, createVNode as h, withCtx as y, createBlock as b, withModifiers as R, createElementVNode as u, toDisplayString as j, createCommentVNode as g, createTextVNode as z, renderSlot as le, Fragment as se, renderList as ae, pushScopeId as oe, popScopeId as ue } from "vue";
|
|
2
|
+
import { PathId as de } from "../../router.js";
|
|
3
3
|
import { ScalarButton as $, ScalarIcon as q } from "@scalar/components";
|
|
4
4
|
import { Draggable as pe } from "@scalar/draggable";
|
|
5
5
|
import { RouterLink as fe } from "vue-router";
|
|
@@ -8,7 +8,7 @@ import { useSidebar as ce } from "../../hooks/useSidebar.js";
|
|
|
8
8
|
import { getModifiers as be } from "../../libs/event-busses/hot-keys-bus.js";
|
|
9
9
|
import { useWorkspace as ge } from "../../store/store.js";
|
|
10
10
|
import { commandPaletteBus as ve } from "../../libs/event-busses/command-palette-bus.js";
|
|
11
|
-
const V = (v) => (oe("data-v-
|
|
11
|
+
const V = (v) => (oe("data-v-a2f84453"), v = v(), ue(), v), he = { class: "flex flex-row gap-1 items-center" }, ye = { class: "relative" }, xe = { class: "flex items-start" }, ke = { class: "flex h-5 items-center justify-center max-w-[14px]" }, we = { class: "flex flex-1 flex-row justify-between editable-sidebar-hover" }, qe = { class: "relative flex h-fit" }, Ue = /* @__PURE__ */ V(() => /* @__PURE__ */ u("span", null, " ", -1)), De = { key: 2 }, Ce = /* @__PURE__ */ V(() => /* @__PURE__ */ u("span", null, "Add Request", -1)), P = "hover:bg-sidebar-active-b indent-padding-left", je = /* @__PURE__ */ te({
|
|
12
12
|
__name: "RequestSidebarItem",
|
|
13
13
|
props: {
|
|
14
14
|
isDraggable: { type: Boolean, default: !1 },
|
|
@@ -20,8 +20,8 @@ const V = (v) => (oe("data-v-d3581d0d"), v = v(), de(), v), he = { class: "flex
|
|
|
20
20
|
emits: ["onDragEnd", "newTab", "openMenu"],
|
|
21
21
|
setup(v, { emit: F }) {
|
|
22
22
|
ie((e) => ({
|
|
23
|
-
|
|
24
|
-
"
|
|
23
|
+
53291891: J.value,
|
|
24
|
+
"247670e6": K.value
|
|
25
25
|
}));
|
|
26
26
|
const r = v, Y = F, {
|
|
27
27
|
activeRequest: T,
|
|
@@ -33,12 +33,12 @@ const V = (v) => (oe("data-v-d3581d0d"), v = v(), de(), v), he = { class: "flex
|
|
|
33
33
|
requests: M,
|
|
34
34
|
requestExamples: D,
|
|
35
35
|
collectionMutators: C,
|
|
36
|
-
tagMutators:
|
|
37
|
-
requestMutators:
|
|
38
|
-
requestExampleMutators:
|
|
36
|
+
tagMutators: E,
|
|
37
|
+
requestMutators: S,
|
|
38
|
+
requestExampleMutators: N,
|
|
39
39
|
router: W
|
|
40
|
-
} = ge(), { collapsedSidebarFolders:
|
|
41
|
-
var s,
|
|
40
|
+
} = ge(), { collapsedSidebarFolders: O, toggleSidebarFolder: H } = ce(), i = c(() => {
|
|
41
|
+
var s, d;
|
|
42
42
|
const e = U[r.uid], t = L[r.uid], l = M[r.uid], a = D[r.uid];
|
|
43
43
|
return e ? {
|
|
44
44
|
title: ((s = e.info) == null ? void 0 : s.title) ?? "Unknown title",
|
|
@@ -57,8 +57,8 @@ const V = (v) => (oe("data-v-d3581d0d"), v = v(), de(), v), he = { class: "flex
|
|
|
57
57
|
resourceTitle: "Tag",
|
|
58
58
|
children: t.children,
|
|
59
59
|
warning: "This cannot be undone. You’re about to delete the tag and all requests inside it",
|
|
60
|
-
edit: (o) =>
|
|
61
|
-
delete: () =>
|
|
60
|
+
edit: (o) => E.edit(t.uid, "name", o),
|
|
61
|
+
delete: () => E.delete(t, r.parentUids[0])
|
|
62
62
|
} : l ? {
|
|
63
63
|
title: l.summary ?? [l.method, l.path].join(" - "),
|
|
64
64
|
link: `/workspace/${x.value.uid}/request/${l.uid}`,
|
|
@@ -67,32 +67,32 @@ const V = (v) => (oe("data-v-d3581d0d"), v = v(), de(), v), he = { class: "flex
|
|
|
67
67
|
resourceTitle: "Request",
|
|
68
68
|
warning: "This cannot be undone. You’re about to delete the request.",
|
|
69
69
|
children: l.examples,
|
|
70
|
-
edit: (o) =>
|
|
71
|
-
delete: () =>
|
|
70
|
+
edit: (o) => S.edit(l.uid, "summary", o),
|
|
71
|
+
delete: () => S.delete(l, r.parentUids[0])
|
|
72
72
|
} : {
|
|
73
73
|
title: a.name,
|
|
74
74
|
link: `/workspace/${x.value.uid}/request/${a.requestUid}/examples/${a.uid}`,
|
|
75
|
-
method: (
|
|
75
|
+
method: (d = M[a.requestUid]) == null ? void 0 : d.method,
|
|
76
76
|
entity: a,
|
|
77
77
|
resourceTitle: "Example",
|
|
78
78
|
warning: "This cannot be undone. You’re about to delete the example from the request.",
|
|
79
79
|
children: [],
|
|
80
|
-
edit: (o) =>
|
|
81
|
-
delete: () =>
|
|
80
|
+
edit: (o) => N.edit(a.uid, "name", o),
|
|
81
|
+
delete: () => N.delete(a)
|
|
82
82
|
};
|
|
83
83
|
}), G = c(
|
|
84
84
|
() => i.value.entity.type === "collection" && i.value.title === "Drafts"
|
|
85
85
|
), J = c(() => r.parentUids.length ? f.value ? `${(r.parentUids.length - 1) * 12}px` : `${r.parentUids.length * 12}px` : "12px"), K = c(() => r.parentUids.length ? f.value ? `${(r.parentUids.length - 1) * 12}px` : `${r.parentUids.length * 12}px` : "0px"), Q = c(
|
|
86
86
|
() => {
|
|
87
87
|
var e;
|
|
88
|
-
return
|
|
88
|
+
return O[r.uid] || ((e = T.value) == null ? void 0 : e.uid) === r.uid && i.value.entity.examples.length > 1;
|
|
89
89
|
}
|
|
90
90
|
), X = c(
|
|
91
91
|
() => {
|
|
92
92
|
var e;
|
|
93
|
-
return A.value[
|
|
93
|
+
return A.value[de.Request] === "default" && ((e = T.value) == null ? void 0 : e.uid) === r.uid;
|
|
94
94
|
}
|
|
95
|
-
), I = ne(null),
|
|
95
|
+
), I = ne(null), B = c(() => {
|
|
96
96
|
let e = 0.5, t = 0.5;
|
|
97
97
|
if (!I.value) return { ceiling: e, floor: t };
|
|
98
98
|
const { draggingItem: l } = I.value;
|
|
@@ -113,16 +113,16 @@ const V = (v) => (oe("data-v-d3581d0d"), v = v(), de(), v), he = { class: "flex
|
|
|
113
113
|
const l = re("RequestSidebarItem", !0);
|
|
114
114
|
return p(), w("div", {
|
|
115
115
|
class: m(["relative flex flex-row", [
|
|
116
|
-
n(f) && e.parentUids.length > 1 || !n(f) && e.parentUids.length ? "before:bg-b-3 before:absolute before:left-[calc(.75rem_+_.5px)] before:top-0 before:
|
|
116
|
+
n(f) && e.parentUids.length > 1 || !n(f) && e.parentUids.length ? "before:bg-b-3 before:absolute before:left-[calc(.75rem_+_.5px)] before:top-0 before:h-[calc(100%_+_.5px)] last:before:h-full before:w-[.5px] mb-[.5px] last:mb-0 indent-border-line-offset" : ""
|
|
117
117
|
]])
|
|
118
118
|
}, [
|
|
119
119
|
h(n(pe), {
|
|
120
120
|
id: i.value.entity.uid,
|
|
121
121
|
ref_key: "draggableRef",
|
|
122
122
|
ref: I,
|
|
123
|
-
ceiling:
|
|
123
|
+
ceiling: B.value.ceiling,
|
|
124
124
|
class: "flex flex-1 flex-col gap-[.5px] text-sm",
|
|
125
|
-
floor:
|
|
125
|
+
floor: B.value.floor,
|
|
126
126
|
isDraggable: e.isDraggable,
|
|
127
127
|
isDroppable: e.isDroppable,
|
|
128
128
|
parentIds: e.parentUids,
|
|
@@ -141,26 +141,26 @@ const V = (v) => (oe("data-v-d3581d0d"), v = v(), de(), v), he = { class: "flex
|
|
|
141
141
|
))
|
|
142
142
|
}, {
|
|
143
143
|
default: y(({ isExactActive: s }) => {
|
|
144
|
-
var
|
|
144
|
+
var d, o;
|
|
145
145
|
return [
|
|
146
|
-
|
|
146
|
+
u("div", {
|
|
147
147
|
class: m(["group relative flex min-h-8 cursor-pointer flex-row items-start justify-between gap-2 py-1.5 pr-2 rounded editable-sidebar-hover w-full", [
|
|
148
148
|
P,
|
|
149
149
|
s || X.value ? "bg-sidebar-active-b text-sidebar-active-c transition-none" : "text-sidebar-c-2"
|
|
150
150
|
]]),
|
|
151
151
|
tabindex: "0"
|
|
152
152
|
}, [
|
|
153
|
-
|
|
154
|
-
class: m(["line-clamp-3
|
|
153
|
+
u("span", {
|
|
154
|
+
class: m(["line-clamp-3 font-medium w-full pl-2 word-break-break-word", {
|
|
155
155
|
"editable-sidebar-hover-item": !n(f)
|
|
156
156
|
}])
|
|
157
|
-
},
|
|
158
|
-
|
|
159
|
-
|
|
157
|
+
}, j(i.value.title), 3),
|
|
158
|
+
u("div", he, [
|
|
159
|
+
u("div", ye, [
|
|
160
160
|
n(f) ? g("", !0) : (p(), b(n($), {
|
|
161
161
|
key: 0,
|
|
162
|
-
class: m(["px-0.5 py-0
|
|
163
|
-
flex: ((o = (
|
|
162
|
+
class: m(["px-0.5 py-0 hover:bg-b-3 hidden group-hover:flex absolute -translate-y-1/2 right-0 aspect-square inset-y-2/4 h-fit", {
|
|
163
|
+
flex: ((o = (d = e.menuItem) == null ? void 0 : d.item) == null ? void 0 : o.entity.uid) === i.value.entity.uid && e.menuItem.open
|
|
164
164
|
}]),
|
|
165
165
|
size: "sm",
|
|
166
166
|
type: "button",
|
|
@@ -184,8 +184,8 @@ const V = (v) => (oe("data-v-d3581d0d"), v = v(), de(), v), he = { class: "flex
|
|
|
184
184
|
_: 1
|
|
185
185
|
}, 8, ["class"]))
|
|
186
186
|
]),
|
|
187
|
-
|
|
188
|
-
|
|
187
|
+
u("span", xe, [
|
|
188
|
+
z(" "),
|
|
189
189
|
i.value.method ? (p(), b(n(me), {
|
|
190
190
|
key: 0,
|
|
191
191
|
class: "font-bold",
|
|
@@ -199,15 +199,15 @@ const V = (v) => (oe("data-v-d3581d0d"), v = v(), de(), v), he = { class: "flex
|
|
|
199
199
|
_: 1
|
|
200
200
|
}, 8, ["to"])) : !n(f) || e.parentUids.length ? (p(), w("button", {
|
|
201
201
|
key: 1,
|
|
202
|
-
class: m(["hover:bg-b-2 group relative flex w-full flex-row justify-start gap-1.5 rounded p-1.5
|
|
202
|
+
class: m(["hover:bg-b-2 group relative flex w-full flex-row justify-start gap-1.5 rounded p-1.5", P]),
|
|
203
203
|
type: "button",
|
|
204
204
|
onClick: t[3] || (t[3] = (s) => n(H)(i.value.entity.uid))
|
|
205
205
|
}, [
|
|
206
|
-
|
|
206
|
+
u("span", ke, [
|
|
207
207
|
le(e.$slots, "leftIcon", {}, () => [
|
|
208
|
-
|
|
208
|
+
u("div", {
|
|
209
209
|
class: m({
|
|
210
|
-
"rotate-90": n(
|
|
210
|
+
"rotate-90": n(O)[i.value.entity.uid]
|
|
211
211
|
})
|
|
212
212
|
}, [
|
|
213
213
|
h(n(q), {
|
|
@@ -218,18 +218,18 @@ const V = (v) => (oe("data-v-d3581d0d"), v = v(), de(), v), he = { class: "flex
|
|
|
218
218
|
})
|
|
219
219
|
], 2)
|
|
220
220
|
], !0),
|
|
221
|
-
|
|
221
|
+
z(" ")
|
|
222
222
|
]),
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
class: m(["line-clamp-3
|
|
223
|
+
u("div", we, [
|
|
224
|
+
u("span", {
|
|
225
|
+
class: m(["line-clamp-3 font-medium text-left w-full word-break-break-word", {
|
|
226
226
|
"editable-sidebar-hover-item": !n(f)
|
|
227
227
|
}])
|
|
228
|
-
},
|
|
229
|
-
|
|
228
|
+
}, j(i.value.title), 3),
|
|
229
|
+
u("div", qe, [
|
|
230
230
|
!n(f) && !G.value ? (p(), b(n($), {
|
|
231
231
|
key: 0,
|
|
232
|
-
class: m(["px-0.5 py-0
|
|
232
|
+
class: m(["px-0.5 py-0 hover:bg-b-3 hidden group-hover:flex absolute -translate-y-1/2 right-0 aspect-square inset-y-2/4 h-fit", {
|
|
233
233
|
flex: ((a = e.menuItem.item) == null ? void 0 : a.entity.uid) === i.value.entity.uid && e.menuItem.open
|
|
234
234
|
}]),
|
|
235
235
|
size: "sm",
|
|
@@ -264,9 +264,9 @@ const V = (v) => (oe("data-v-d3581d0d"), v = v(), de(), v), he = { class: "flex
|
|
|
264
264
|
menuItem: e.menuItem,
|
|
265
265
|
parentUids: [...e.parentUids, e.uid],
|
|
266
266
|
uid: s,
|
|
267
|
-
onNewTab: t[4] || (t[4] = (
|
|
268
|
-
onOnDragEnd: t[5] || (t[5] = (...
|
|
269
|
-
onOpenMenu: t[6] || (t[6] = (
|
|
267
|
+
onNewTab: t[4] || (t[4] = (d, o) => e.$emit("newTab", d, o)),
|
|
268
|
+
onOnDragEnd: t[5] || (t[5] = (...d) => e.$emit("onDragEnd", ...d)),
|
|
269
|
+
onOpenMenu: t[6] || (t[6] = (d) => e.$emit("openMenu", d))
|
|
270
270
|
}, null, 8, ["isDraggable", "menuItem", "parentUids", "uid"]))), 128)),
|
|
271
271
|
i.value.children.length === 0 ? (p(), b(n($), {
|
|
272
272
|
key: 0,
|
|
@@ -294,5 +294,5 @@ const V = (v) => (oe("data-v-d3581d0d"), v = v(), de(), v), he = { class: "flex
|
|
|
294
294
|
}
|
|
295
295
|
});
|
|
296
296
|
export {
|
|
297
|
-
|
|
297
|
+
je as default
|
|
298
298
|
};
|
|
@@ -4,11 +4,13 @@ declare const _default: import("vue").DefineComponent<__VLS_TypePropsToOption<{
|
|
|
4
4
|
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
5
5
|
"update:modelValue": (v: boolean) => void;
|
|
6
6
|
hideModal: () => void;
|
|
7
|
+
importCurl: (value: string) => void;
|
|
7
8
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<{
|
|
8
9
|
modelValue: boolean;
|
|
9
10
|
isReadonly: boolean;
|
|
10
11
|
}>>> & {
|
|
11
12
|
"onUpdate:modelValue"?: ((v: boolean) => any) | undefined;
|
|
13
|
+
onImportCurl?: ((value: string) => any) | undefined;
|
|
12
14
|
onHideModal?: (() => any) | undefined;
|
|
13
15
|
}, {}, {}>;
|
|
14
16
|
export default _default;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RequestSubpageHeader.vue.d.ts","sourceRoot":"","sources":["../../../src/views/Request/RequestSubpageHeader.vue"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"RequestSubpageHeader.vue.d.ts","sourceRoot":"","sources":["../../../src/views/Request/RequestSubpageHeader.vue"],"names":[],"mappings":";gBAkEc,OAAO;gBACP,OAAO;;;;;;gBADP,OAAO;gBACP,OAAO;;;;;;AAwLrB,wBAOG;AAOH,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AAC5D,KAAK,uBAAuB,CAAC,CAAC,IAAI;KAChC,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GACpC;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAC9D;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CACzD,CAAC"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import
|
|
1
|
+
import e from "./RequestSubpageHeader.vue2.js";
|
|
2
2
|
/* empty css */
|
|
3
|
-
import
|
|
4
|
-
const
|
|
3
|
+
import o from "../../_virtual/_plugin-vue_export-helper.js";
|
|
4
|
+
const f = /* @__PURE__ */ o(e, [["__scopeId", "data-v-3fe7f3a2"]]);
|
|
5
5
|
export {
|
|
6
|
-
|
|
6
|
+
f as default
|
|
7
7
|
};
|
|
@@ -1,48 +1,50 @@
|
|
|
1
|
-
import { defineComponent as
|
|
1
|
+
import { defineComponent as n, openBlock as r, createElementBlock as d, createElementVNode as s, createVNode as a, createBlock as i, createCommentVNode as m, unref as p, pushScopeId as u, popScopeId as c } from "vue";
|
|
2
2
|
import f from "../../components/AddressBar/AddressBar.vue.js";
|
|
3
3
|
import b from "../../components/EnvironmentSelector/EnvironmentSelector.vue.js";
|
|
4
4
|
import g from "../../components/Sidebar/SidebarToggle.vue.js";
|
|
5
5
|
import { ScalarIcon as h } from "@scalar/components";
|
|
6
|
-
const _ = (
|
|
6
|
+
const _ = (t) => (u("data-v-3fe7f3a2"), t = t(), c(), t), x = { class: "lg:min-h-header flex items-center w-full justify-center p-2 pt-1 lg:p-2 lg:p-1 flex-wrap t-app__top-container md:border-b-1/2" }, y = { class: "flex flex-row items-center gap-1 lg:px-1 lg:mb-0 mb-0.5 lg:flex-1 w-6/12" }, k = /* @__PURE__ */ _(() => /* @__PURE__ */ s("a", {
|
|
7
7
|
class: "text-c-2 text-sm font-medium gitbook-show ml-.5 hover:text-c-1 border p-1 rounded hover:bg-b-3",
|
|
8
8
|
href: "https://scalar.com/",
|
|
9
9
|
target: "_blank"
|
|
10
|
-
}, " Powered by Scalar.com ", -1)), V = { class: "flex flex-row items-center gap-1 lg:px-2.5 lg:mb-0 mb-0.5 lg:flex-1 justify-end w-6/12" },
|
|
10
|
+
}, " Powered by Scalar.com ", -1)), V = { class: "flex flex-row items-center gap-1 lg:px-2.5 lg:mb-0 mb-0.5 lg:flex-1 justify-end w-6/12" }, $ = /* @__PURE__ */ n({
|
|
11
11
|
__name: "RequestSubpageHeader",
|
|
12
12
|
props: {
|
|
13
13
|
modelValue: { type: Boolean },
|
|
14
14
|
isReadonly: { type: Boolean }
|
|
15
15
|
},
|
|
16
|
-
emits: ["update:modelValue", "hideModal"],
|
|
17
|
-
setup(
|
|
18
|
-
return (e,
|
|
19
|
-
|
|
16
|
+
emits: ["update:modelValue", "hideModal", "importCurl"],
|
|
17
|
+
setup(t) {
|
|
18
|
+
return (e, o) => (r(), d("div", x, [
|
|
19
|
+
s("div", y, [
|
|
20
20
|
a(g, {
|
|
21
21
|
class: "gitbook-hidden",
|
|
22
22
|
modelValue: e.modelValue,
|
|
23
|
-
"onUpdate:modelValue":
|
|
23
|
+
"onUpdate:modelValue": o[0] || (o[0] = (l) => e.$emit("update:modelValue", l))
|
|
24
24
|
}, null, 8, ["modelValue"]),
|
|
25
25
|
k
|
|
26
26
|
]),
|
|
27
|
-
a(f
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
27
|
+
a(f, {
|
|
28
|
+
onImportCurl: o[1] || (o[1] = (l) => e.$emit("importCurl", l))
|
|
29
|
+
}),
|
|
30
|
+
s("div", V, [
|
|
31
|
+
e.isReadonly ? m("", !0) : (r(), i(b, { key: 0 })),
|
|
32
|
+
e.isReadonly ? (r(), d("button", {
|
|
31
33
|
key: 1,
|
|
32
34
|
class: "text-c-3 hover:bg-b-2 active:text-c-1 p-2 rounded",
|
|
33
35
|
type: "button",
|
|
34
|
-
onClick:
|
|
36
|
+
onClick: o[2] || (o[2] = (l) => e.$emit("hideModal"))
|
|
35
37
|
}, [
|
|
36
38
|
a(p(h), {
|
|
37
39
|
icon: "Close",
|
|
38
40
|
size: "lg",
|
|
39
41
|
thickness: "1.75"
|
|
40
42
|
})
|
|
41
|
-
])) :
|
|
43
|
+
])) : m("", !0)
|
|
42
44
|
])
|
|
43
45
|
]));
|
|
44
46
|
}
|
|
45
47
|
});
|
|
46
48
|
export {
|
|
47
|
-
|
|
49
|
+
$ as default
|
|
48
50
|
};
|
|
@@ -21,7 +21,7 @@ const f = (o) => (g("data-v-43fc1968"), o = o(), b(), o), V = { class: "relative
|
|
|
21
21
|
q.emit({ commandName: "Create Request" });
|
|
22
22
|
}, i = (l) => {
|
|
23
23
|
l.openCommandPaletteRequest && r();
|
|
24
|
-
}, x = "2.1.
|
|
24
|
+
}, x = "2.1.19";
|
|
25
25
|
return k(() => d.on(i)), R(() => d.off(i)), (l, m) => (a(), c("div", V, [
|
|
26
26
|
e("div", w, [
|
|
27
27
|
t(h).isReadOnly ? p("", !0) : (a(), c("div", E, [
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ResponseLoadingOverlay.vue.d.ts","sourceRoot":"","sources":["../../../../src/views/Request/ResponseSection/ResponseLoadingOverlay.vue"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"ResponseLoadingOverlay.vue.d.ts","sourceRoot":"","sources":["../../../../src/views/Request/ResponseSection/ResponseLoadingOverlay.vue"],"names":[],"mappings":";AA0LA,wBAKG"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import o from "./ResponseLoadingOverlay.vue2.js";
|
|
2
2
|
/* empty css */
|
|
3
3
|
import a from "../../../_virtual/_plugin-vue_export-helper.js";
|
|
4
|
-
const p = /* @__PURE__ */ a(o, [["__scopeId", "data-v-
|
|
4
|
+
const p = /* @__PURE__ */ a(o, [["__scopeId", "data-v-156fbea7"]]);
|
|
5
5
|
export {
|
|
6
6
|
p as default
|
|
7
7
|
};
|
|
@@ -4,7 +4,7 @@ import { cancelRequestBus as x } from "../../../libs/event-busses/cancel-request
|
|
|
4
4
|
import { requestStatusBus as B } from "../../../libs/event-busses/request-status-bus.js";
|
|
5
5
|
const L = {
|
|
6
6
|
key: 0,
|
|
7
|
-
class: "absolute inset-0 bg-b-1
|
|
7
|
+
class: "absolute inset-0 bg-b-1 flex flex-col gap-6 items-center justify-center"
|
|
8
8
|
}, N = /* @__PURE__ */ l({
|
|
9
9
|
__name: "ResponseLoadingOverlay",
|
|
10
10
|
setup(S) {
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { type DefineComponent } from 'vue';
|
|
2
|
+
declare const _default: DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
|
3
|
+
export default _default;
|
|
4
|
+
//# sourceMappingURL=Settings.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Settings.vue.d.ts","sourceRoot":"","sources":["../../../src/views/Settings/Settings.vue"],"names":[],"mappings":"AA0DA,OAAO,EAAE,KAAK,eAAe,EAAO,MAAM,KAAK,CAAA;;AAuI/C,wBAKG"}
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
import { defineComponent as i, ref as m, openBlock as a, createBlock as r, withCtx as e, createVNode as o, unref as s, createElementVNode as c, createElementBlock as f, Fragment as p, renderList as u, createTextVNode as _, toDisplayString as d, resolveDynamicComponent as x } from "vue";
|
|
2
|
+
import b from "../../components/Sidebar/SidebarList.vue.js";
|
|
3
|
+
import S from "../../components/Sidebar/SidebarListElement.vue.js";
|
|
4
|
+
import g from "../../components/ViewLayout/ViewLayout.vue.js";
|
|
5
|
+
import v from "../../components/ViewLayout/ViewLayoutContent.vue.js";
|
|
6
|
+
import y from "./SettingsGeneral.vue.js";
|
|
7
|
+
import C from "../../components/Sidebar/Sidebar.vue.js";
|
|
8
|
+
const L = { class: "flex-1" }, T = /* @__PURE__ */ i({
|
|
9
|
+
__name: "Settings",
|
|
10
|
+
setup(V) {
|
|
11
|
+
const l = {
|
|
12
|
+
general: {
|
|
13
|
+
component: y,
|
|
14
|
+
title: "general"
|
|
15
|
+
}
|
|
16
|
+
}, n = m("general");
|
|
17
|
+
return (k, h) => (a(), r(g, null, {
|
|
18
|
+
default: e(() => [
|
|
19
|
+
o(s(C), { title: "Settings" }, {
|
|
20
|
+
content: e(() => [
|
|
21
|
+
c("div", L, [
|
|
22
|
+
o(b, null, {
|
|
23
|
+
default: e(() => [
|
|
24
|
+
(a(), f(p, null, u(l, (t) => o(S, {
|
|
25
|
+
key: t.title,
|
|
26
|
+
class: "text-xs capitalize",
|
|
27
|
+
isCopyable: !1,
|
|
28
|
+
isDeletable: !1,
|
|
29
|
+
variable: {
|
|
30
|
+
uid: t.title,
|
|
31
|
+
name: t.title
|
|
32
|
+
}
|
|
33
|
+
}, {
|
|
34
|
+
default: e(() => [
|
|
35
|
+
_(d(t.title), 1)
|
|
36
|
+
]),
|
|
37
|
+
_: 2
|
|
38
|
+
}, 1032, ["variable"])), 64))
|
|
39
|
+
]),
|
|
40
|
+
_: 1
|
|
41
|
+
})
|
|
42
|
+
])
|
|
43
|
+
]),
|
|
44
|
+
_: 1
|
|
45
|
+
}),
|
|
46
|
+
o(v, { class: "flex-1" }, {
|
|
47
|
+
default: e(() => [
|
|
48
|
+
(a(), r(x(l[n.value].component)))
|
|
49
|
+
]),
|
|
50
|
+
_: 1
|
|
51
|
+
})
|
|
52
|
+
]),
|
|
53
|
+
_: 1
|
|
54
|
+
}));
|
|
55
|
+
}
|
|
56
|
+
});
|
|
57
|
+
export {
|
|
58
|
+
T as default
|
|
59
|
+
};
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
|
2
2
|
export default _default;
|
|
3
|
-
//# sourceMappingURL=
|
|
3
|
+
//# sourceMappingURL=SettingsGeneral.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SettingsGeneral.vue.d.ts","sourceRoot":"","sources":["../../../src/views/Settings/SettingsGeneral.vue"],"names":[],"mappings":";AA2bA,wBAKG"}
|
|
@@ -0,0 +1,124 @@
|
|
|
1
|
+
import { defineComponent as w, openBlock as f, createBlock as v, withCtx as t, createTextVNode as a, createElementVNode as s, createVNode as e, unref as l, createElementBlock as y, Fragment as b, renderList as S, withModifiers as C, normalizeClass as $, toDisplayString as u } from "vue";
|
|
2
|
+
import V from "../../components/DataTable/DataTable.vue.js";
|
|
3
|
+
import D from "../../components/DataTable/DataTableCell.vue.js";
|
|
4
|
+
import P from "../../components/DataTable/DataTableCheckbox.vue.js";
|
|
5
|
+
import n from "../../components/DataTable/DataTableRow.vue.js";
|
|
6
|
+
import p from "../../components/DataTable/DataTableText.vue.js";
|
|
7
|
+
import z from "../../components/ViewLayout/ViewLayoutSection.vue.js";
|
|
8
|
+
import { ScalarDropdown as B, ScalarDropdownItem as T, ScalarIcon as d, ScalarButton as U } from "@scalar/components";
|
|
9
|
+
import { themeLabels as _ } from "@scalar/themes";
|
|
10
|
+
import I from "./SettingsGeneralMode.vue.js";
|
|
11
|
+
import { useWorkspace as N } from "../../store/store.js";
|
|
12
|
+
const W = { class: "flex flex-col p-2" }, j = { class: "font-medium m-0 text-sm flex gap-1.5 items-center" }, Y = /* @__PURE__ */ w({
|
|
13
|
+
__name: "SettingsGeneral",
|
|
14
|
+
setup(E) {
|
|
15
|
+
const { activeWorkspace: r, workspaceMutators: h, proxyUrl: i, setProxyUrl: c } = N(), x = () => {
|
|
16
|
+
i.value ? c("") : c("https://proxy.scalar.com");
|
|
17
|
+
}, k = [
|
|
18
|
+
"default",
|
|
19
|
+
"alternate",
|
|
20
|
+
"moon",
|
|
21
|
+
"purple",
|
|
22
|
+
"solarized",
|
|
23
|
+
"bluePlanet",
|
|
24
|
+
"saturn",
|
|
25
|
+
"kepler",
|
|
26
|
+
"mars",
|
|
27
|
+
"deepSpace"
|
|
28
|
+
], g = (m) => {
|
|
29
|
+
h.edit(r.value.uid, "themeId", m);
|
|
30
|
+
};
|
|
31
|
+
return (m, G) => (f(), v(z, null, {
|
|
32
|
+
title: t(() => [
|
|
33
|
+
a("General")
|
|
34
|
+
]),
|
|
35
|
+
default: t(() => [
|
|
36
|
+
s("div", W, [
|
|
37
|
+
e(V, { columns: ["", ""] }, {
|
|
38
|
+
default: t(() => [
|
|
39
|
+
e(n, null, {
|
|
40
|
+
default: t(() => [
|
|
41
|
+
e(p, { text: "Use Scalar Proxy" }),
|
|
42
|
+
e(P, {
|
|
43
|
+
align: "left",
|
|
44
|
+
modelValue: !!l(i),
|
|
45
|
+
"onUpdate:modelValue": x
|
|
46
|
+
}, null, 8, ["modelValue"])
|
|
47
|
+
]),
|
|
48
|
+
_: 1
|
|
49
|
+
}),
|
|
50
|
+
e(n, null, {
|
|
51
|
+
default: t(() => [
|
|
52
|
+
e(p, { text: "Theme Picker" }),
|
|
53
|
+
e(D, null, {
|
|
54
|
+
default: t(() => [
|
|
55
|
+
e(l(B), null, {
|
|
56
|
+
items: t(() => [
|
|
57
|
+
(f(), y(b, null, S(k, (o) => e(l(T), {
|
|
58
|
+
key: o,
|
|
59
|
+
class: "flex gap-1.5 group/item items-center whitespace-nowrap text-ellipsis overflow-hidden",
|
|
60
|
+
onClick: C((L) => g(o), ["stop"])
|
|
61
|
+
}, {
|
|
62
|
+
default: t(() => [
|
|
63
|
+
s("div", {
|
|
64
|
+
class: $([
|
|
65
|
+
"flex items-center justify-center rounded-full p-[3px] w-4 h-4 group-hover/item:shadow-border",
|
|
66
|
+
l(r).themeId === o ? "bg-blue text-b-1" : "text-transparent"
|
|
67
|
+
])
|
|
68
|
+
}, [
|
|
69
|
+
e(l(d), {
|
|
70
|
+
class: "size-2.5",
|
|
71
|
+
icon: "Checkmark",
|
|
72
|
+
thickness: "3.5"
|
|
73
|
+
})
|
|
74
|
+
], 2),
|
|
75
|
+
a(" " + u(l(_)[o]), 1)
|
|
76
|
+
]),
|
|
77
|
+
_: 2
|
|
78
|
+
}, 1032, ["onClick"])), 64))
|
|
79
|
+
]),
|
|
80
|
+
default: t(() => [
|
|
81
|
+
e(l(U), {
|
|
82
|
+
class: "font-normal h-full justify-start py-1.5 px-1.5 text-c-1 hover:bg-b-2 w-fit",
|
|
83
|
+
fullWidth: "",
|
|
84
|
+
variant: "ghost"
|
|
85
|
+
}, {
|
|
86
|
+
default: t(() => [
|
|
87
|
+
s("h2", j, [
|
|
88
|
+
a(u(l(_)[l(r).themeId]) + " ", 1),
|
|
89
|
+
e(l(d), {
|
|
90
|
+
class: "size-2.5",
|
|
91
|
+
icon: "ChevronDown",
|
|
92
|
+
thickness: "3.5"
|
|
93
|
+
})
|
|
94
|
+
])
|
|
95
|
+
]),
|
|
96
|
+
_: 1
|
|
97
|
+
})
|
|
98
|
+
]),
|
|
99
|
+
_: 1
|
|
100
|
+
})
|
|
101
|
+
]),
|
|
102
|
+
_: 1
|
|
103
|
+
})
|
|
104
|
+
]),
|
|
105
|
+
_: 1
|
|
106
|
+
}),
|
|
107
|
+
e(n, null, {
|
|
108
|
+
default: t(() => [
|
|
109
|
+
e(I)
|
|
110
|
+
]),
|
|
111
|
+
_: 1
|
|
112
|
+
})
|
|
113
|
+
]),
|
|
114
|
+
_: 1
|
|
115
|
+
})
|
|
116
|
+
])
|
|
117
|
+
]),
|
|
118
|
+
_: 1
|
|
119
|
+
}));
|
|
120
|
+
}
|
|
121
|
+
});
|
|
122
|
+
export {
|
|
123
|
+
Y as default
|
|
124
|
+
};
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
|
2
|
+
export default _default;
|
|
3
|
+
//# sourceMappingURL=SettingsGeneralMode.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SettingsGeneralMode.vue.d.ts","sourceRoot":"","sources":["../../../src/views/Settings/SettingsGeneralMode.vue"],"names":[],"mappings":";AAgUA,wBAKG"}
|