@autoafleveren/ui 0.15.2 → 0.15.3
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/dist/config/tailwind/config.cjs +6 -1
- package/dist/ui.cjs +2 -2
- package/dist/ui.js +5 -3
- package/package.json +1 -1
package/dist/ui.js
CHANGED
|
@@ -18095,10 +18095,12 @@ const oM = { class: "relative z-50 -mt-20 w-full -translate-y-0.5 rounded-2xl bg
|
|
|
18095
18095
|
setup(e, { expose: t, emit: n }) {
|
|
18096
18096
|
const r = e, a = n, i = ne(!0), s = ne(!1), o = so(), l = Ed(), u = ne(null), c = z(() => r.actions ?? o.actions.value);
|
|
18097
18097
|
async function f() {
|
|
18098
|
-
|
|
18098
|
+
var g;
|
|
18099
|
+
i.value = !0, a("open"), (g = document.querySelector("#app")) == null || g.classList.add("context-menu-open");
|
|
18099
18100
|
}
|
|
18100
18101
|
async function p() {
|
|
18101
|
-
|
|
18102
|
+
var g;
|
|
18103
|
+
i.value = !1, a("close"), (g = document.querySelector("#app")) == null || g.classList.remove("context-menu-open");
|
|
18102
18104
|
}
|
|
18103
18105
|
async function h(g) {
|
|
18104
18106
|
a("actionClicked", g), i.value = !1, setTimeout(() => {
|
|
@@ -34692,7 +34694,7 @@ const Z8 = {
|
|
|
34692
34694
|
])
|
|
34693
34695
|
]));
|
|
34694
34696
|
}
|
|
34695
|
-
}), v8 = { class: "flex min-h-screen w-screen flex-col bg-zinc-100 md:flex-row" }, g8 = { class: "relative order-4 flex min-h-[calc(100vh-5rem)] shrink-0 flex-col overflow-y-auto overflow-x-hidden bg-zinc-100 transition-all duration-300 md:order-3 md:-mt-0 md:h-screen md:grow md:basis-0 md:overflow-y-auto md:overflow-x-hidden" }, y8 = { class: "w-full px-4 py-8 md:px-8 md:py-12" }, b8 = {
|
|
34697
|
+
}), v8 = { class: "flex min-h-screen w-screen flex-col bg-zinc-100 md:flex-row" }, g8 = { class: "relative order-4 flex min-h-[calc(100vh-5rem)] shrink-0 flex-col overflow-y-auto overflow-x-hidden bg-zinc-100 transition-all duration-300 context-menu-open:overflow-y-hidden md:order-3 md:-mt-0 md:h-screen md:grow md:basis-0 md:overflow-y-auto md:overflow-x-hidden" }, y8 = { class: "w-full px-4 py-8 md:px-8 md:py-12" }, b8 = {
|
|
34696
34698
|
id: "sidebar-wrapper",
|
|
34697
34699
|
class: "order-5 flex w-full max-w-full shrink-0 grow-0 flex-col overflow-x-hidden bg-zinc-100 px-4 py-8 transition-all empty:ml-0 empty:mr-[-400px] empty:whitespace-nowrap empty:p-0 md:sticky md:top-0 md:order-4 md:max-h-screen md:w-[400px] md:overflow-hidden md:rounded-l-3xl md:bg-white md:px-6 md:pb-6 md:pt-12 xl:w-[580px] empty:xl:mr-[-580px]",
|
|
34698
34700
|
"data-test-layout-sidebar-wrapper": ""
|