@scalar/api-client 2.0.44 → 2.0.46
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 +23 -0
- package/dist/components/AddressBar/AddressBar.vue.d.ts.map +1 -1
- package/dist/components/AddressBar/AddressBar.vue.js +2 -2
- package/dist/components/AddressBar/AddressBar.vue2.js +77 -69
- package/dist/components/AddressBar/AddressBarHistory.vue.d.ts.map +1 -1
- package/dist/components/AddressBar/AddressBarHistory.vue.js +24 -25
- package/dist/components/CodeInput/CodeInput.vue.d.ts.map +1 -1
- package/dist/components/CodeInput/CodeInput.vue.js +1 -1
- package/dist/components/CommandPalette/CommandPaletteExample.vue.js +23 -23
- package/dist/components/CommandPalette/CommandPaletteRequest.vue.js +6 -6
- package/dist/components/CommandPalette/TheCommandPalette.vue.d.ts.map +1 -1
- package/dist/components/CommandPalette/TheCommandPalette.vue.js +1 -1
- package/dist/components/CommandPalette/TheCommandPalette.vue2.js +1 -1
- package/dist/components/ContextBar.vue.d.ts.map +1 -1
- package/dist/components/ContextBar.vue.js +5 -23
- package/dist/components/ContextBar.vue2.js +25 -2
- package/dist/components/DarkModeToggle/DarkModeIconToggle.vue.js +1 -1
- package/dist/components/Form/Form.vue.d.ts +12 -3
- package/dist/components/Form/Form.vue.d.ts.map +1 -1
- package/dist/components/Form/Form.vue.js +24 -24
- package/dist/components/HttpMethod/HttpMethod.vue.d.ts.map +1 -1
- package/dist/components/HttpMethod/HttpMethod.vue.js +5 -64
- package/dist/components/HttpMethod/HttpMethod.vue2.js +61 -2
- package/dist/components/Search/SearchModal.vue2.js +22 -22
- package/dist/components/SideNav/SideHelp.vue.js +1 -1
- package/dist/components/SideNav/SideNavLink.vue.js +2 -2
- package/dist/components/Sidebar/Sidebar.vue.d.ts.map +1 -1
- package/dist/components/Sidebar/Sidebar.vue.js +2 -2
- package/dist/components/Sidebar/SidebarButton.vue.js +1 -1
- 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 +21 -21
- package/dist/components/Sidebar/SidebarListElementActions.vue.d.ts.map +1 -1
- package/dist/components/Sidebar/SidebarListElementActions.vue.js +19 -18
- package/dist/components/Sidebar/SidebarToggle.vue.js +1 -1
- package/dist/components/SubpageHeader.vue.d.ts.map +1 -1
- package/dist/components/SubpageHeader.vue.js +3 -3
- package/dist/components/SubpageHeader.vue2.js +8 -8
- package/dist/components/TopNav/TopNav.vue.js +2 -2
- package/dist/components/TopNav/TopNav.vue2.js +2 -2
- package/dist/components/TopNav/TopNavItem.vue.d.ts.map +1 -1
- package/dist/components/TopNav/TopNavItem.vue.js +2 -2
- package/dist/components/ViewLayout/ViewLayout.vue.d.ts.map +1 -1
- package/dist/components/ViewLayout/ViewLayout.vue.js +6 -6
- package/dist/components/ViewLayout/ViewLayoutContent.vue.js +1 -1
- package/dist/components/ViewLayout/ViewLayoutSection.vue.js +1 -1
- package/dist/errors.d.ts +5 -0
- package/dist/errors.d.ts.map +1 -0
- package/dist/errors.js +7 -0
- package/dist/layouts/App/ApiClientApp.vue.d.ts.map +1 -1
- package/dist/layouts/App/ApiClientApp.vue.js +46 -43
- package/dist/layouts/App/create-api-client-app.d.ts +158 -81
- 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 +1 -1
- package/dist/layouts/Modal/ApiClientModal.vue2.js +24 -20
- package/dist/layouts/Modal/create-api-client-modal.d.ts +316 -162
- package/dist/layouts/Modal/create-api-client-modal.d.ts.map +1 -1
- package/dist/libs/create-client.d.ts +159 -83
- package/dist/libs/create-client.d.ts.map +1 -1
- package/dist/libs/create-client.js +18 -19
- package/dist/libs/event-busses/command-palette.d.ts.map +1 -0
- package/dist/libs/{eventBusses/executeRequestBus.d.ts → event-busses/execute-requestBus.d.ts} +1 -1
- package/dist/libs/event-busses/execute-requestBus.d.ts.map +1 -0
- package/dist/libs/event-busses/hot-key.d.ts +34 -0
- package/dist/libs/event-busses/hot-key.d.ts.map +1 -0
- package/dist/libs/event-busses/hot-key.js +25 -0
- package/dist/libs/event-busses/index.d.ts +5 -0
- package/dist/libs/event-busses/index.d.ts.map +1 -0
- package/dist/libs/event-busses/index.js +12 -0
- package/dist/libs/event-busses/request-status-bus.d.ts +5 -0
- package/dist/libs/event-busses/request-status-bus.d.ts.map +1 -0
- package/dist/libs/event-busses/request-status-bus.js +5 -0
- package/dist/libs/index.d.ts +1 -1
- package/dist/libs/index.d.ts.map +1 -1
- package/dist/libs/index.js +18 -10
- package/dist/libs/sendRequest.d.ts +2 -0
- package/dist/libs/sendRequest.d.ts.map +1 -1
- package/dist/libs/sendRequest.js +46 -37
- package/dist/store/workspace.d.ts +316 -162
- package/dist/store/workspace.d.ts.map +1 -1
- package/dist/style.css +1 -1
- package/dist/views/Cookies/CookieForm.vue.d.ts.map +1 -1
- package/dist/views/Cookies/CookieForm.vue.js +34 -17
- package/dist/views/Cookies/Cookies.vue2.js +9 -9
- package/dist/views/Environment/Environment.vue2.js +24 -24
- 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 +170 -166
- package/dist/views/Request/RequestSection/RequestAuth.vue.d.ts.map +1 -1
- package/dist/views/Request/RequestSection/RequestAuth.vue.js +2 -2
- package/dist/views/Request/RequestSection/RequestAuth.vue2.js +115 -126
- package/dist/views/Request/RequestSection/RequestPathParams.vue.d.ts.map +1 -1
- package/dist/views/Request/RequestSection/RequestPathParams.vue.js +63 -42
- package/dist/views/Request/RequestSection/RequestSection.vue.d.ts.map +1 -1
- package/dist/views/Request/RequestSection/RequestSection.vue.js +69 -51
- package/dist/views/Request/RequestSidebarItem.vue.js +2 -2
- package/dist/views/Request/RequestSidebarItem.vue2.js +32 -32
- package/dist/views/Request/RequestSidebarItemMenu.vue.js +4 -4
- package/dist/views/Request/RequestSidebarItemMenu.vue2.js +19 -19
- package/dist/views/Request/ResponseSection/ResponseEmpty.vue2.js +1 -1
- package/dist/views/Request/ResponseSection/ResponseSection.vue.js +18 -18
- package/dist/views/Request/components/WorkspaceDropdown.vue.d.ts.map +1 -1
- package/dist/views/Request/components/WorkspaceDropdown.vue.js +10 -10
- package/package.json +9 -9
- package/dist/libs/eventBusses/command-palette.d.ts.map +0 -1
- package/dist/libs/eventBusses/executeRequestBus.d.ts.map +0 -1
- package/dist/libs/eventBusses/index.d.ts +0 -2
- package/dist/libs/eventBusses/index.d.ts.map +0 -1
- package/dist/libs/eventBusses/index.js +0 -4
- /package/dist/libs/{eventBusses → event-busses}/command-palette.d.ts +0 -0
- /package/dist/libs/{eventBusses → event-busses}/command-palette.js +0 -0
- /package/dist/libs/{eventBusses/executeRequestBus.js → event-busses/execute-requestBus.js} +0 -0
|
@@ -1,25 +1,25 @@
|
|
|
1
|
-
import { defineComponent as a, resolveComponent as d, openBlock as l, createElementBlock as
|
|
2
|
-
import { ScalarIcon as
|
|
1
|
+
import { defineComponent as a, resolveComponent as d, openBlock as l, createElementBlock as i, createElementVNode as r, createVNode as t, unref as o, withCtx as p, renderSlot as u, pushScopeId as m, popScopeId as f } from "vue";
|
|
2
|
+
import { ScalarIcon as _ } from "@scalar/components";
|
|
3
3
|
import { useRoute as h } from "vue-router";
|
|
4
|
-
const
|
|
4
|
+
const b = (e) => (m("data-v-8a69ee40"), e = e(), f(), e), v = { class: "flex flex-1 flex-col rounded pt-0 h-full bg-b-1 relative border-1/2 rounded mr-1.5 mb-1.5 overflow-hidden" }, x = { class: "lg:min-h-header items-center w-full p-1 t-app__top-container flex items-center border-b-1/2" }, k = /* @__PURE__ */ b(() => /* @__PURE__ */ r("span", { class: "leading-none" }, "Back To Requests", -1)), I = /* @__PURE__ */ a({
|
|
5
5
|
__name: "SubpageHeader",
|
|
6
6
|
setup(e) {
|
|
7
7
|
const n = h();
|
|
8
8
|
return (s, g) => {
|
|
9
9
|
const c = d("router-link");
|
|
10
|
-
return l(),
|
|
10
|
+
return l(), i("div", v, [
|
|
11
11
|
r("div", x, [
|
|
12
12
|
t(c, {
|
|
13
|
-
class: "text-c-2 text-sm font-medium ml-1 flex items-center p-1.5 hover:bg-b-
|
|
13
|
+
class: "text-c-2 text-sm font-medium ml-1 flex items-center p-1.5 hover:bg-b-2 rounded cursor-pointer gap-0.5 active:text-c-1 no-underline dark:hover:bg-b-2",
|
|
14
14
|
to: `/workspace/${o(n).params.workspace}/request/default`
|
|
15
15
|
}, {
|
|
16
|
-
default:
|
|
17
|
-
t(o(
|
|
16
|
+
default: p(() => [
|
|
17
|
+
t(o(_), {
|
|
18
18
|
icon: "ChevronLeft",
|
|
19
19
|
size: "md",
|
|
20
20
|
thickness: "1.75"
|
|
21
21
|
}),
|
|
22
|
-
|
|
22
|
+
k
|
|
23
23
|
]),
|
|
24
24
|
_: 1
|
|
25
25
|
}, 8, ["to"])
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import o from "./TopNav.vue2.js";
|
|
2
2
|
/* empty css */
|
|
3
3
|
import t from "../../_virtual/_plugin-vue_export-helper.js";
|
|
4
|
-
const
|
|
4
|
+
const f = /* @__PURE__ */ t(o, [["__scopeId", "data-v-76f92299"]]);
|
|
5
5
|
export {
|
|
6
|
-
|
|
6
|
+
f as default
|
|
7
7
|
};
|
|
@@ -4,7 +4,7 @@ import { ScalarIcon as h } from "@scalar/components";
|
|
|
4
4
|
import { capitalize as V } from "@scalar/oas-utils/helpers";
|
|
5
5
|
import j from "./TopNavItem.vue.js";
|
|
6
6
|
import { useWorkspace as q } from "../../store/workspace.js";
|
|
7
|
-
const L = (l) => (B("data-v-
|
|
7
|
+
const L = (l) => (B("data-v-76f92299"), l = l(), E(), l), $ = { class: "flex h-10 t-app__top-nav" }, D = /* @__PURE__ */ L(() => /* @__PURE__ */ i("div", { class: "t-app__top-nav-draggable" }, null, -1)), F = { class: "flex h-10 flex-1 items-center justify-center gap-1.5 text-sm font-medium relative" }, M = {
|
|
8
8
|
key: 0,
|
|
9
9
|
class: "flex items-center gap-1 w-full justify-center"
|
|
10
10
|
}, K = /* @__PURE__ */ N({
|
|
@@ -67,7 +67,7 @@ const L = (l) => (B("data-v-868c07b1"), l = l(), E(), l), $ = { class: "flex h-1
|
|
|
67
67
|
onClose: (I) => k(o)
|
|
68
68
|
}, null, 8, ["active", "hotkey", "icon", "label", "onClick", "onClose"]))), 128)),
|
|
69
69
|
i("button", {
|
|
70
|
-
class: "text-c-3 hover:bg-b-
|
|
70
|
+
class: "text-c-3 hover:bg-b-3 p-1.5 rounded-lg webkit-app-no-drag",
|
|
71
71
|
type: "button",
|
|
72
72
|
onClick: _
|
|
73
73
|
}, [
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TopNavItem.vue.d.ts","sourceRoot":"","sources":["../../../src/components/TopNav/TopNavItem.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"TopNavItem.vue.d.ts","sourceRoot":"","sources":["../../../src/components/TopNav/TopNavItem.vue"],"names":[],"mappings":"AAqIA,OAAO,EAAE,KAAK,IAAI,EAA6B,MAAM,oBAAoB,CAAA;;aAK9D,MAAM;YACP,OAAO;WACR,MAAM;UACP,IAAI;;;;;aAHD,MAAM;YACP,OAAO;WACR,MAAM;UACP,IAAI;;;;;AAyJZ,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
1
|
import o from "./TopNavItem.vue2.js";
|
|
2
2
|
/* empty css */
|
|
3
3
|
import t from "../../_virtual/_plugin-vue_export-helper.js";
|
|
4
|
-
const
|
|
4
|
+
const r = /* @__PURE__ */ t(o, [["__scopeId", "data-v-96375fac"]]);
|
|
5
5
|
export {
|
|
6
|
-
|
|
6
|
+
r as default
|
|
7
7
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ViewLayout.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ViewLayout/ViewLayout.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ViewLayout.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ViewLayout/ViewLayout.vue"],"names":[],"mappings":"AAcA,iBAAS,cAAc;qBAuBM,GAAG;EAa/B;AACD,QAAA,MAAM,eAAe,0NAKnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAAvG,wBAAwG;AAOxG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACpC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { openBlock as o, createElementBlock as
|
|
1
|
+
import { openBlock as o, createElementBlock as t, renderSlot as r } from "vue";
|
|
2
2
|
import n from "../../_virtual/_plugin-vue_export-helper.js";
|
|
3
|
-
const
|
|
4
|
-
function
|
|
5
|
-
return o(),
|
|
6
|
-
|
|
3
|
+
const c = {}, l = { class: "flex min-h-0 flex-1 xl:overflow-hidden leading-3 z-0" };
|
|
4
|
+
function s(e, f) {
|
|
5
|
+
return o(), t("div", l, [
|
|
6
|
+
r(e.$slots, "default")
|
|
7
7
|
]);
|
|
8
8
|
}
|
|
9
|
-
const a = /* @__PURE__ */ n(
|
|
9
|
+
const a = /* @__PURE__ */ n(c, [["render", s]]);
|
|
10
10
|
export {
|
|
11
11
|
a as default
|
|
12
12
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { openBlock as o, createElementBlock as t, renderSlot as r } from "vue";
|
|
2
2
|
import d from "../../_virtual/_plugin-vue_export-helper.js";
|
|
3
|
-
const l = {}, c = { class: "divide divide-y xl:divide-y-0 xl:divide-x flex xl:flex-row flex-col custom-scroll rounded" };
|
|
3
|
+
const l = {}, c = { class: "divide divide-y xl:divide-y-0 xl:divide-x-1/2 flex xl:flex-row flex-col custom-scroll rounded" };
|
|
4
4
|
function i(e, n) {
|
|
5
5
|
return o(), t("div", c, [
|
|
6
6
|
r(e.$slots, "default")
|
|
@@ -10,7 +10,7 @@ const a = ["aria-labelledby"], c = ["id"], u = /* @__PURE__ */ n({
|
|
|
10
10
|
}, [
|
|
11
11
|
i("div", {
|
|
12
12
|
id: o(e),
|
|
13
|
-
class: "xl:min-h-header py-2.5 flex items-center border-b px-4 xl:px-6 text-sm font-medium sticky top-0 bg-b-1 z-20 rounded-t xl:rounded-none"
|
|
13
|
+
class: "xl:min-h-header py-2.5 flex items-center border-b-1/2 px-4 xl:px-6 text-sm font-medium sticky top-0 bg-b-1 z-20 rounded-t xl:rounded-none"
|
|
14
14
|
}, [
|
|
15
15
|
l(t.$slots, "title")
|
|
16
16
|
], 8, c),
|
package/dist/errors.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"errors.d.ts","sourceRoot":"","sources":["../src/errors.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,MAAM;;;CAGlB,CAAA"}
|
package/dist/errors.js
ADDED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ApiClientApp.vue.d.ts","sourceRoot":"","sources":["../../../src/layouts/App/ApiClientApp.vue"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"ApiClientApp.vue.d.ts","sourceRoot":"","sources":["../../../src/layouts/App/ApiClientApp.vue"],"names":[],"mappings":";AAiVA,wBAKG"}
|
|
@@ -1,72 +1,75 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
import { useWorkspace as
|
|
5
|
-
import { addScalarClassesToHeadless as
|
|
6
|
-
import { LS_KEYS as
|
|
1
|
+
import { defineComponent as _, onMounted as i, watchEffect as v, onBeforeMount as y, onBeforeUnmount as h, computed as k, openBlock as l, createElementBlock as d, Fragment as g, createElementVNode as p, createVNode as a, unref as n, withCtx as w, createBlock as f, KeepAlive as S, resolveDynamicComponent as x, createCommentVNode as T } from "vue";
|
|
2
|
+
import C from "../../components/SideNav/SideNav.vue.js";
|
|
3
|
+
import L from "../../components/TopNav/TopNav.vue.js";
|
|
4
|
+
import { useWorkspace as B } from "../../store/workspace.js";
|
|
5
|
+
import { addScalarClassesToHeadless as E } from "@scalar/components";
|
|
6
|
+
import { LS_KEYS as K } from "@scalar/object-utils/mutator-record";
|
|
7
7
|
import { getThemeStyles as M } from "@scalar/themes";
|
|
8
8
|
import { ScalarToasts as W } from "@scalar/use-toasts";
|
|
9
9
|
import { RouterView as A } from "vue-router";
|
|
10
|
-
import { loadAllResources as
|
|
11
|
-
import
|
|
12
|
-
import { useDarkModeState as
|
|
13
|
-
|
|
10
|
+
import { loadAllResources as D } from "../../libs/local-storage.js";
|
|
11
|
+
import N from "../../components/CommandPalette/TheCommandPalette.vue.js";
|
|
12
|
+
import { useDarkModeState as b } from "../../hooks/useDarkModeState.js";
|
|
13
|
+
import { handleHotKeyDown as H } from "../../libs/event-busses/hot-key.js";
|
|
14
|
+
const V = ["innerHTML"], F = {
|
|
14
15
|
key: 0,
|
|
15
16
|
class: "flex min-h-0 flex-1"
|
|
16
|
-
},
|
|
17
|
+
}, O = { class: "flex flex-1 flex-col min-w-0" }, ee = /* @__PURE__ */ _({
|
|
17
18
|
__name: "ApiClientApp",
|
|
18
|
-
setup(
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
document.body.classList.toggle("dark-mode",
|
|
19
|
+
setup(P) {
|
|
20
|
+
i(() => {
|
|
21
|
+
v(() => {
|
|
22
|
+
document.body.classList.toggle("dark-mode", c.value), document.body.classList.toggle("light-mode", !c.value);
|
|
22
23
|
});
|
|
23
24
|
});
|
|
24
|
-
const { isDark:
|
|
25
|
-
|
|
26
|
-
if (localStorage.getItem(
|
|
27
|
-
const
|
|
28
|
-
let
|
|
25
|
+
const { isDark: c } = b(), r = B();
|
|
26
|
+
y(async () => {
|
|
27
|
+
if (localStorage.getItem(K.WORKSPACE)) {
|
|
28
|
+
const o = {};
|
|
29
|
+
let s = 0, t = 0, e = "";
|
|
29
30
|
for (e in localStorage)
|
|
30
|
-
Object.prototype.hasOwnProperty.call(localStorage, e) && (
|
|
31
|
-
|
|
31
|
+
Object.prototype.hasOwnProperty.call(localStorage, e) && (t = (localStorage[e].length + e.length) * 2, s += t, o[e] = (t / 1024).toFixed(2) + " KB");
|
|
32
|
+
o.Total = (s / 1024).toFixed(2) + " KB", console.table(o), D(r);
|
|
32
33
|
} else
|
|
33
|
-
|
|
34
|
+
r.workspaceMutators.add({
|
|
34
35
|
uid: "default",
|
|
35
36
|
name: "Workspace",
|
|
36
37
|
proxyUrl: "https://proxy.scalar.com"
|
|
37
38
|
});
|
|
38
|
-
|
|
39
|
+
E();
|
|
39
40
|
});
|
|
40
|
-
const
|
|
41
|
-
|
|
42
|
-
|
|
41
|
+
const m = (o) => H(o);
|
|
42
|
+
i(() => window.addEventListener("keydown", m)), h(() => window.removeEventListener("keydown", m));
|
|
43
|
+
const u = k(
|
|
44
|
+
() => r.activeWorkspace.value && `<style>
|
|
45
|
+
${M(r.activeWorkspace.value.themeId, {
|
|
43
46
|
fonts: !0
|
|
44
47
|
})}</style>`
|
|
45
48
|
);
|
|
46
|
-
return (
|
|
47
|
-
var
|
|
48
|
-
return
|
|
49
|
-
|
|
50
|
-
a(
|
|
51
|
-
(
|
|
52
|
-
a(
|
|
53
|
-
a(
|
|
54
|
-
|
|
55
|
-
a(
|
|
56
|
-
default:
|
|
57
|
-
(
|
|
58
|
-
(
|
|
49
|
+
return (o, s) => {
|
|
50
|
+
var t;
|
|
51
|
+
return l(), d(g, null, [
|
|
52
|
+
p("div", { innerHTML: u.value }, null, 8, V),
|
|
53
|
+
a(L),
|
|
54
|
+
(t = n(r).activeWorkspace.value) != null && t.uid ? (l(), d("main", F, [
|
|
55
|
+
a(C),
|
|
56
|
+
a(n(N)),
|
|
57
|
+
p("div", O, [
|
|
58
|
+
a(n(A), null, {
|
|
59
|
+
default: w(({ Component: e }) => [
|
|
60
|
+
(l(), f(S, null, [
|
|
61
|
+
(l(), f(x(e)))
|
|
59
62
|
], 1024))
|
|
60
63
|
]),
|
|
61
64
|
_: 1
|
|
62
65
|
})
|
|
63
66
|
])
|
|
64
|
-
])) :
|
|
65
|
-
a(
|
|
67
|
+
])) : T("", !0),
|
|
68
|
+
a(n(W))
|
|
66
69
|
], 64);
|
|
67
70
|
};
|
|
68
71
|
}
|
|
69
72
|
});
|
|
70
73
|
export {
|
|
71
|
-
|
|
74
|
+
ee as default
|
|
72
75
|
};
|