@aeria-ui/ui 0.0.99 → 0.0.101
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/{_id_-4e41f0b3.js → _id_-381c83eb.js} +1 -1
- package/dist/{activation-ff45bf88.js → activation-765aaa6e.js} +1 -1
- package/dist/{index-47e06fd8.js → index-0866f1f8.js} +1 -1
- package/dist/{index-5bc37b94.js → index-215ff413.js} +1 -1
- package/dist/{index-7d5b03a4.js → index-4cbfdb5d.js} +7 -7
- package/dist/{index-0ef9607e.js → index-c9c1f711.js} +28 -27
- package/dist/{signin-5b0ad694.js → signin-2225843d.js} +17 -13
- package/dist/{signup-841995d1.js → signup-973038c6.js} +1 -1
- package/dist/style.css +1 -1
- package/dist/ui.js +1 -1
- package/package.json +2 -2
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent as r, watch as n, openBlock as c, createBlock as l } from "vue";
|
|
2
2
|
import { getGlobalStateManager as a, useStore as m } from "@aeria-ui/state-management";
|
|
3
|
-
import { e as s } from "./index-
|
|
3
|
+
import { e as s } from "./index-4cbfdb5d.js";
|
|
4
4
|
import "@aeria-ui/i18n";
|
|
5
5
|
import "@aeriajs/common";
|
|
6
6
|
import "@aeria-ui/core";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { defineComponent as $, withAsyncContext as x, ref as S, unref as f, openBlock as c, createElementBlock as v, createElementVNode as y, createVNode as s, withCtx as i, withModifiers as A, createTextVNode as w } from "vue";
|
|
2
2
|
import { useStore as g } from "@aeria-ui/state-management";
|
|
3
3
|
import { useRouter as I } from "vue-router";
|
|
4
|
-
import { A as R, _ as b, a as V } from "./index-
|
|
4
|
+
import { A as R, _ as b, a as V } from "./index-4cbfdb5d.js";
|
|
5
5
|
import "@aeria-ui/i18n";
|
|
6
6
|
import "@aeriajs/common";
|
|
7
7
|
import "@aeria-ui/core";
|
|
@@ -2,7 +2,7 @@ import { defineComponent as c, ref as m, openBlock as u, createBlock as _, withC
|
|
|
2
2
|
import { useRouter as v } from "vue-router";
|
|
3
3
|
import { useI18n as x } from "@aeria-ui/i18n";
|
|
4
4
|
import { useStore as n } from "@aeria-ui/state-management";
|
|
5
|
-
import { h as V, _ as k, a as y } from "./index-
|
|
5
|
+
import { h as V, _ as k, a as y } from "./index-4cbfdb5d.js";
|
|
6
6
|
import "@aeriajs/common";
|
|
7
7
|
import "@aeria-ui/core";
|
|
8
8
|
import "@aeria-ui/utils";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as e, openBlock as t, createBlock as r, createSlots as i, withCtx as n, renderSlot as c, createCommentVNode as l } from "vue";
|
|
2
|
-
import { d as m } from "./index-
|
|
2
|
+
import { d as m } from "./index-4cbfdb5d.js";
|
|
3
3
|
import "@aeria-ui/i18n";
|
|
4
4
|
import "@aeriajs/common";
|
|
5
5
|
import "@aeria-ui/state-management";
|
|
@@ -3366,7 +3366,7 @@ const yl = /* @__PURE__ */ W(vl, [["__scopeId", "data-v-5f3141a5"]]), bl = /* @_
|
|
|
3366
3366
|
{
|
|
3367
3367
|
path: "signin",
|
|
3368
3368
|
name: "/user/signin",
|
|
3369
|
-
component: () => import("./signin-
|
|
3369
|
+
component: () => import("./signin-2225843d.js"),
|
|
3370
3370
|
meta: {
|
|
3371
3371
|
title: "Autenticação"
|
|
3372
3372
|
}
|
|
@@ -3374,7 +3374,7 @@ const yl = /* @__PURE__ */ W(vl, [["__scopeId", "data-v-5f3141a5"]]), bl = /* @_
|
|
|
3374
3374
|
{
|
|
3375
3375
|
path: "signup",
|
|
3376
3376
|
name: "/user/signup",
|
|
3377
|
-
component: () => import("./signup-
|
|
3377
|
+
component: () => import("./signup-973038c6.js"),
|
|
3378
3378
|
meta: {
|
|
3379
3379
|
title: "Registro"
|
|
3380
3380
|
}
|
|
@@ -3382,7 +3382,7 @@ const yl = /* @__PURE__ */ W(vl, [["__scopeId", "data-v-5f3141a5"]]), bl = /* @_
|
|
|
3382
3382
|
{
|
|
3383
3383
|
path: "activation",
|
|
3384
3384
|
name: "/user/activation",
|
|
3385
|
-
component: () => import("./activation-
|
|
3385
|
+
component: () => import("./activation-765aaa6e.js"),
|
|
3386
3386
|
meta: {
|
|
3387
3387
|
title: "Ativação"
|
|
3388
3388
|
}
|
|
@@ -3404,7 +3404,7 @@ const yl = /* @__PURE__ */ W(vl, [["__scopeId", "data-v-5f3141a5"]]), bl = /* @_
|
|
|
3404
3404
|
name: "/dashboard/:collection",
|
|
3405
3405
|
props: !0,
|
|
3406
3406
|
components: {
|
|
3407
|
-
default: () => import("./index-
|
|
3407
|
+
default: () => import("./index-215ff413.js"),
|
|
3408
3408
|
topbar: () => Promise.resolve().then(() => bl)
|
|
3409
3409
|
},
|
|
3410
3410
|
meta: {
|
|
@@ -3416,7 +3416,7 @@ const yl = /* @__PURE__ */ W(vl, [["__scopeId", "data-v-5f3141a5"]]), bl = /* @_
|
|
|
3416
3416
|
name: "/dashboard/:collection/:id",
|
|
3417
3417
|
props: !0,
|
|
3418
3418
|
components: {
|
|
3419
|
-
default: () => import("./_id_-
|
|
3419
|
+
default: () => import("./_id_-381c83eb.js")
|
|
3420
3420
|
},
|
|
3421
3421
|
meta: {
|
|
3422
3422
|
title: "%viewTitle%"
|
|
@@ -3434,7 +3434,7 @@ const yl = /* @__PURE__ */ W(vl, [["__scopeId", "data-v-5f3141a5"]]), bl = /* @_
|
|
|
3434
3434
|
children: [
|
|
3435
3435
|
{
|
|
3436
3436
|
path: "profile",
|
|
3437
|
-
component: () => import("./index-
|
|
3437
|
+
component: () => import("./index-c9c1f711.js"),
|
|
3438
3438
|
meta: {
|
|
3439
3439
|
title: "Meu perfil",
|
|
3440
3440
|
icon: "user-square"
|
|
@@ -3443,7 +3443,7 @@ const yl = /* @__PURE__ */ W(vl, [["__scopeId", "data-v-5f3141a5"]]), bl = /* @_
|
|
|
3443
3443
|
{
|
|
3444
3444
|
path: "changepass",
|
|
3445
3445
|
name: "/dashboard/user/changepass",
|
|
3446
|
-
component: () => import("./index-
|
|
3446
|
+
component: () => import("./index-0866f1f8.js"),
|
|
3447
3447
|
meta: {
|
|
3448
3448
|
title: "Mudar senha",
|
|
3449
3449
|
icon: "lock"
|
|
@@ -1,26 +1,27 @@
|
|
|
1
|
-
import { defineComponent as
|
|
1
|
+
import { defineComponent as b, ref as h, resolveDirective as w, openBlock as u, createElementBlock as A, Fragment as V, createVNode as s, mergeProps as g, unref as i, withCtx as a, createElementVNode as C, toDisplayString as n, renderSlot as N, createCommentVNode as P, withDirectives as m, createBlock as p, createTextVNode as d } from "vue";
|
|
2
2
|
import { useRouter as z } from "vue-router";
|
|
3
3
|
import { useStore as v } from "@aeria-ui/state-management";
|
|
4
4
|
import { STORAGE_NAMESPACE as y } from "@aeria-ui/core";
|
|
5
|
-
import { f as E, g as I, b as f, h as O, a as x, A as B, i as U } from "./index-
|
|
5
|
+
import { f as E, g as I, b as f, h as O, a as x, A as B, i as U } from "./index-4cbfdb5d.js";
|
|
6
6
|
import "@aeria-ui/i18n";
|
|
7
7
|
import "@aeriajs/common";
|
|
8
8
|
import "@aeria-ui/utils";
|
|
9
|
-
const D = { class: "profile__user-name" }, F = /* @__PURE__ */
|
|
9
|
+
const D = { class: "profile__user-name" }, F = /* @__PURE__ */ b({
|
|
10
10
|
__name: "index",
|
|
11
11
|
setup(M) {
|
|
12
|
-
const _ = z(), e = v("user"),
|
|
12
|
+
const _ = z(), e = v("user"), S = v("meta"), l = h(!1);
|
|
13
13
|
e.$actions.setItem(e.currentUser);
|
|
14
|
-
const
|
|
15
|
-
await e.$actions.insert({
|
|
14
|
+
const k = async () => {
|
|
15
|
+
if (await e.$actions.insert({
|
|
16
16
|
what: e.item
|
|
17
|
-
})
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
17
|
+
}), typeof localStorage < "u") {
|
|
18
|
+
const o = localStorage.getItem(`${y}:auth`);
|
|
19
|
+
if (o) {
|
|
20
|
+
const t = JSON.parse(o);
|
|
21
|
+
t.user = e.item, localStorage.setItem(`${y}:auth`, JSON.stringify(t));
|
|
22
|
+
}
|
|
22
23
|
}
|
|
23
|
-
await
|
|
24
|
+
await S.$actions.spawnModal({
|
|
24
25
|
title: "Feito!",
|
|
25
26
|
body: "Suas informações foram salvas"
|
|
26
27
|
}), l.value = !1;
|
|
@@ -28,8 +29,8 @@ const D = { class: "profile__user-name" }, F = /* @__PURE__ */ h({
|
|
|
28
29
|
await e.$actions.signout(), _.push("/user/signin");
|
|
29
30
|
};
|
|
30
31
|
return (o, t) => {
|
|
31
|
-
const
|
|
32
|
-
return u(), V
|
|
32
|
+
const c = w("clickable");
|
|
33
|
+
return u(), A(V, null, [
|
|
33
34
|
s(E, g({ alt: "User picture" }, {
|
|
34
35
|
width: "14rem",
|
|
35
36
|
height: "14rem"
|
|
@@ -39,49 +40,49 @@ const D = { class: "profile__user-name" }, F = /* @__PURE__ */ h({
|
|
|
39
40
|
style: { display: "flex", "flex-direction": "column", "align-items": "center" }
|
|
40
41
|
}), {
|
|
41
42
|
caption: a(() => [
|
|
42
|
-
|
|
43
|
+
C("div", D, n(i(e).item.name), 1)
|
|
43
44
|
]),
|
|
44
45
|
_: 1
|
|
45
46
|
}, 16, ["file-id"]),
|
|
46
47
|
o.$slots["user-profile"] ? N(o.$slots, "user-profile", { key: 0 }, void 0, !0) : P("", !0),
|
|
47
48
|
s(I, null, {
|
|
48
49
|
"edit-profile": a(() => [
|
|
49
|
-
|
|
50
|
+
m((u(), p(f, {
|
|
50
51
|
icon: "pencil",
|
|
51
52
|
onClick: t[0] || (t[0] = (r) => l.value = !0)
|
|
52
53
|
}, {
|
|
53
54
|
default: a(() => [
|
|
54
|
-
|
|
55
|
+
d(n(o.t("edit_profile", { capitalize: !0 })), 1)
|
|
55
56
|
]),
|
|
56
57
|
_: 1
|
|
57
58
|
})), [
|
|
58
|
-
[
|
|
59
|
+
[c]
|
|
59
60
|
])
|
|
60
61
|
]),
|
|
61
62
|
"change-password": a(() => [
|
|
62
|
-
|
|
63
|
+
m((u(), p(f, {
|
|
63
64
|
icon: "key",
|
|
64
65
|
onClick: t[1] || (t[1] = (r) => i(_).push("/dashboard/user/changepass"))
|
|
65
66
|
}, {
|
|
66
67
|
default: a(() => [
|
|
67
|
-
|
|
68
|
+
d(n(o.t("change_password", { capitalize: !0 })), 1)
|
|
68
69
|
]),
|
|
69
70
|
_: 1
|
|
70
71
|
})), [
|
|
71
|
-
[
|
|
72
|
+
[c]
|
|
72
73
|
])
|
|
73
74
|
]),
|
|
74
75
|
signout: a(() => [
|
|
75
|
-
|
|
76
|
+
m((u(), p(f, {
|
|
76
77
|
icon: "sign-out",
|
|
77
78
|
onClick: $
|
|
78
79
|
}, {
|
|
79
80
|
default: a(() => [
|
|
80
|
-
|
|
81
|
+
d(n(o.t("signout", { capitalize: !0 })), 1)
|
|
81
82
|
]),
|
|
82
83
|
_: 1
|
|
83
84
|
})), [
|
|
84
|
-
[
|
|
85
|
+
[c]
|
|
85
86
|
])
|
|
86
87
|
]),
|
|
87
88
|
_: 1
|
|
@@ -98,10 +99,10 @@ const D = { class: "profile__user-name" }, F = /* @__PURE__ */ h({
|
|
|
98
99
|
s(x, {
|
|
99
100
|
large: "",
|
|
100
101
|
loading: i(e).loading.insert,
|
|
101
|
-
onClick:
|
|
102
|
+
onClick: k
|
|
102
103
|
}, {
|
|
103
104
|
default: a(() => [
|
|
104
|
-
|
|
105
|
+
d(n(o.t("action.save", { capitalize: !0 })), 1)
|
|
105
106
|
]),
|
|
106
107
|
_: 1
|
|
107
108
|
}, 8, ["loading"])
|
|
@@ -127,7 +128,7 @@ const D = { class: "profile__user-name" }, F = /* @__PURE__ */ h({
|
|
|
127
128
|
};
|
|
128
129
|
}
|
|
129
130
|
});
|
|
130
|
-
const K = /* @__PURE__ */ U(F, [["__scopeId", "data-v-
|
|
131
|
+
const K = /* @__PURE__ */ U(F, [["__scopeId", "data-v-83d4bf4a"]]);
|
|
131
132
|
export {
|
|
132
133
|
K as default
|
|
133
134
|
};
|
|
@@ -1,17 +1,21 @@
|
|
|
1
|
-
import { defineComponent as V, resolveDirective as v, openBlock as i, createElementBlock as s, Fragment as T, createElementVNode as l, createCommentVNode as c, toDisplayString as
|
|
2
|
-
import { STORAGE_NAMESPACE as
|
|
1
|
+
import { defineComponent as V, resolveDirective as v, openBlock as i, createElementBlock as s, Fragment as T, createElementVNode as l, createCommentVNode as c, toDisplayString as o, withDirectives as b, unref as t, createTextVNode as d, createVNode as g, withCtx as f, createBlock as S } from "vue";
|
|
2
|
+
import { STORAGE_NAMESPACE as w } from "@aeria-ui/core";
|
|
3
3
|
import { useStore as y } from "@aeria-ui/state-management";
|
|
4
|
-
import { useRouter as
|
|
5
|
-
import { A, a as h } from "./index-
|
|
4
|
+
import { useRouter as C } from "vue-router";
|
|
5
|
+
import { A, a as h } from "./index-4cbfdb5d.js";
|
|
6
6
|
import "@aeria-ui/i18n";
|
|
7
7
|
import "@aeriajs/common";
|
|
8
8
|
import "@aeria-ui/utils";
|
|
9
9
|
const E = { style: { "text-align": "center" } }, N = ["innerHTML"], x = { key: 1 }, B = { style: { width: "100%", display: "flex", "flex-direction": "column", gap: "1rem" } }, q = /* @__PURE__ */ V({
|
|
10
10
|
__name: "signin",
|
|
11
11
|
setup(L) {
|
|
12
|
-
const
|
|
13
|
-
|
|
14
|
-
|
|
12
|
+
const r = C(), n = y("user"), u = y("meta"), m = () => {
|
|
13
|
+
if (typeof localStorage < "u") {
|
|
14
|
+
const { next: e } = r.currentRoute.value.query;
|
|
15
|
+
if (typeof e == "string" && localStorage.getItem(`${w}:auth:next`))
|
|
16
|
+
return r.push(e);
|
|
17
|
+
}
|
|
18
|
+
return r.push("/dashboard/");
|
|
15
19
|
}, _ = async () => {
|
|
16
20
|
const { error: e } = await n.$actions.authenticate(n.credentials);
|
|
17
21
|
e || m();
|
|
@@ -26,12 +30,12 @@ const E = { style: { "text-align": "center" } }, N = ["innerHTML"], x = { key: 1
|
|
|
26
30
|
innerHTML: e.instanceVars.signinText
|
|
27
31
|
}, null, 8, N)) : c("", !0),
|
|
28
32
|
e.instanceVars.signupForm ? (i(), s("div", x, [
|
|
29
|
-
l("span", null,
|
|
33
|
+
l("span", null, o(e.t("signin.no_account")) + " ", 1),
|
|
30
34
|
b((i(), s("span", {
|
|
31
35
|
style: { color: "#2d96fa" },
|
|
32
|
-
onClick: a[0] || (a[0] = (p) => t(
|
|
36
|
+
onClick: a[0] || (a[0] = (p) => t(r).push("/user/signup"))
|
|
33
37
|
}, [
|
|
34
|
-
d(
|
|
38
|
+
d(o(e.t("signin.create_account")), 1)
|
|
35
39
|
])), [
|
|
36
40
|
[k]
|
|
37
41
|
])
|
|
@@ -59,17 +63,17 @@ const E = { style: { "text-align": "center" } }, N = ["innerHTML"], x = { key: 1
|
|
|
59
63
|
onClick: _
|
|
60
64
|
}, {
|
|
61
65
|
default: f(() => [
|
|
62
|
-
d(
|
|
66
|
+
d(o(e.t("action.signin", { capitalize: !0 })), 1)
|
|
63
67
|
]),
|
|
64
68
|
_: 1
|
|
65
69
|
}, 8, ["loading", "disabled"]),
|
|
66
|
-
t(n).currentUser._id && !t(u).isLoading ? (i(),
|
|
70
|
+
t(n).currentUser._id && !t(u).isLoading ? (i(), S(h, {
|
|
67
71
|
key: 0,
|
|
68
72
|
disabled: t(n).loading.authenticate || t(u).isLoading,
|
|
69
73
|
onClick: m
|
|
70
74
|
}, {
|
|
71
75
|
default: f(() => [
|
|
72
|
-
d(
|
|
76
|
+
d(o(e.t("signin.proceed_as")) + " " + o(t(n).currentUser.name), 1)
|
|
73
77
|
]),
|
|
74
78
|
_: 1
|
|
75
79
|
}, 8, ["disabled"])) : c("", !0)
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { defineComponent as h, withAsyncContext as A, ref as p, resolveDirective as C, openBlock as b, createElementBlock as $, Fragment as x, createElementVNode as c, toDisplayString as i, withDirectives as B, createBlock as S, unref as g, withCtx as r, createTextVNode as m, createVNode as n, mergeProps as U, withModifiers as D } from "vue";
|
|
2
2
|
import { useRouter as E } from "vue-router";
|
|
3
3
|
import { useStore as V } from "@aeria-ui/state-management";
|
|
4
|
-
import { b as M, A as N, _ as F, c as P, a as j } from "./index-
|
|
4
|
+
import { b as M, A as N, _ as F, c as P, a as j } from "./index-4cbfdb5d.js";
|
|
5
5
|
import "@aeria-ui/i18n";
|
|
6
6
|
import "@aeriajs/common";
|
|
7
7
|
import "@aeria-ui/core";
|
package/dist/style.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.accordion[data-v-3ea933d4]{overflow:hidden;border:var(--theme-frame-border);border-radius:var(--theme-radius-large);background:var(--theme-background-color-shade-4);color:var(--theme-foreground-color)}.accordion__slot[data-v-3ea933d4]:not(:last-child){border-bottom:1px solid var(--theme-border-color)}.accordion__header[data-v-3ea933d4]{padding:1rem;background:var(--theme-background-color-shade-2)}.accordion--padded .accordion__content[data-v-3ea933d4]{padding:1rem}.badge[data-v-47f92648]{display:grid;min-width:1rem;height:1rem;box-sizing:content-box;padding:.2rem .35rem;border-radius:20px;background:var(--theme-brand-color-shade-3);color:var(--theme-brand-color-contrast);font-size:8.5pt;font-weight:500;place-items:center}.badge--alt[data-v-47f92648]{background:var(--theme-brand-color-shade-2)}.badge--large[data-v-47f92648]{padding:.35rem .55rem;border-radius:6px}.barebutton[data-v-35bc81ae]{display:flex;border:none;background:transparent;column-gap:.2rem;outline:none;place-items:center;-webkit-user-select:none;user-select:none}.barebutton[data-v-35bc81ae]:active{text-decoration:underline}.barebutton[data-v-35bc81ae]:not(.button){padding:0}@media screen and (width >= 600px){.barebutton--enabled[data-v-35bc81ae]{cursor:pointer}}.barebutton--disabled[data-v-35bc81ae]{cursor:not-allowed;opacity:.5}.icon-active[data-v-6d36de33]{border-color:var(--theme-brand-color)!important}.icon[data-v-6d36de33]{display:flex;align-items:center;fill:var(--icon-color, var(--theme-foreground-color));line-height:100%}.icon svg[data-v-6d36de33]{width:100%;height:100%}.icon--reactive[data-v-6d36de33]{padding:8px;border:1px solid transparent;border-radius:5px}.icon--reactive[data-v-6d36de33]:hover{border-color:var(--theme-border-color)}.icon--reactive[data-v-6d36de33]:active,.icon--reactive .icon--active[data-v-6d36de33],.icon--active[data-v-6d36de33]{border-color:var(--theme-brand-color)!important}.icon--centered[data-v-6d36de33]{align-items:center;gap:calc(var(--icon-size, 1em)/2)}.icon--standalone[data-v-6d36de33]{--icon-size: 18px}.icon__icon[data-v-6d36de33]{display:grid;width:var(--icon-size, 1em);height:var(--icon-size, 1em);place-items:center}.icon__icon--right[data-v-6d36de33]{order:1}@keyframes progress-c328251b{0%{width:0}to{width:100%;opacity:0}}.button[data-v-c328251b]{--border-color: var(--button-border-color, var(--theme-border-color));position:relative;border:1px solid transparent;border-radius:var(--theme-radius-medium);color:var(--theme-foreground-color);font-weight:700;letter-spacing:.2pt;outline:none;text-align:center}.button--loading[data-v-c328251b]:before{position:absolute;left:0;display:block;width:2rem;height:100%;animation:progress-c328251b 1s forwards;background:#000;content:" ";opacity:.4}.button--transparent[data-v-c328251b],.button--alt[data-v-c328251b]{font-weight:300}.button--transparent[data-v-c328251b]:hover,.button--alt[data-v-c328251b]:hover{background:var(--theme-background-color-shade-4)}.button--alt[data-v-c328251b] svg,.button--primary[data-v-c328251b] svg{fill:currentcolor}.button--alt[data-v-c328251b]{border:1px solid var(--theme-border-color)}.button--primary[data-v-c328251b]{border-color:var(--theme-brand-color-shade-2);background:var(--theme-brand-color-shade-2);color:var(--theme-brand-color-contrast)}.button--small[data-v-c328251b]{padding:.6rem;font-size:9pt}.button--medium[data-v-c328251b]{height:var(--theme-input-height);padding:var(--theme-input-padding);font-size:10pt}.button--large[data-v-c328251b]{height:var(--theme-input-height-large);padding:var(--theme-input-padding-large);font-size:11pt}.button__content[data-v-c328251b]{display:flex;width:100%;align-items:center;justify-content:center;gap:.4rem}.card[data-v-c1a322df]{position:relative;overflow:hidden;border:var(--theme-frame-border);border-radius:var(--theme-radius-extra-large);background:var(--theme-background-color-shade-2)}.card--inactive[data-v-c1a322df]{opacity:.6}.card--horizontal[data-v-c1a322df]{display:flex}.card--horizontal .card__picture[data-v-c1a322df]{width:18rem;height:12rem}.card--horizontal .card__footer[data-v-c1a322df]{display:flex;flex-direction:column}.card--horizontal .card__badge[data-v-c1a322df]{position:relative;margin:auto 0 0}.card__picture[data-v-c1a322df]{overflow:hidden;width:100%;height:16rem}.card__picture[data-v-c1a322df] figure{height:100%}.card__footer[data-v-c1a322df]{width:100%;height:100%;padding:1rem;border-top:var(--theme-frame-border);background:var(--theme-background-color-shade-3);color:var(--theme-foreground-color)}.card__footer-upper[data-v-c1a322df]{display:flex;align-items:flex-start;justify-content:space-between}.card__badge[data-v-c1a322df]{position:absolute;top:0;right:0;display:flex;flex-wrap:wrap;align-items:flex-end;margin:.8rem;gap:.2rem}.padding[data-v-4271b4f1]{padding:1.4rem}@media screen and (width >= 768px){.padding[data-v-4271b4f1]{padding:1.8rem 2.4rem}}.panel[data-v-4271b4f1]{--min-width: var(--panel-min-width, 36rem);--max-width: var(--panel-max-width, unset);--fixed-width: 50rem}.panel--fixed[data-v-4271b4f1]{position:absolute}.panel__content[data-v-4271b4f1]{display:flex;overflow:hidden;flex-direction:column;padding:0}@media screen and (width >= 768px){.panel__content[data-v-4271b4f1]{min-width:var(--min-width);max-width:var(--max-width)}}.panel__content--outer-header[data-v-4271b4f1]{border:none!important;background:transparent!important}.panel__content--outer-header .panel__body[data-v-4271b4f1],.panel__content--outer-header .panel__footer[data-v-4271b4f1]{border-radius:5px;background:var(--theme-background-color)}.panel__content--bordered[data-v-4271b4f1]{border:1px solid var(--theme-border-color)}.panel__content--float .panel__header[data-v-4271b4f1],.panel__content--fixed-right .panel__header[data-v-4271b4f1]{min-height:var(--theme-panel-header-height);padding:.6rem 1.4rem;border-bottom:var(--theme-frame-border);font-size:14pt;font-weight:600}@media screen and (width >= 768px){.panel__content--float .panel__header[data-v-4271b4f1],.panel__content--fixed-right .panel__header[data-v-4271b4f1]{padding:.6rem 2.4rem}}.panel__content--float[data-v-4271b4f1]{position:fixed;top:50%;min-width:90vw;max-width:90vw;max-height:80vh;border-radius:var(--theme-radius-large);animation:var(--theme-animation-float);transform:translateY(-50%)}@media screen and (width >= 768px){.panel__content--float[data-v-4271b4f1]{min-width:var(--min-width);max-width:var(--max-width)}}.panel__content--fixed-right[data-v-4271b4f1]{position:fixed;top:0;width:100vw;height:100vh;border:0;border-radius:0;margin-right:0;animation:var(--theme-animation-fixed-right)}@media screen and (width >= 768px){.panel__content--fixed-right[data-v-4271b4f1]{width:var(--fixed-width)}}.panel__content--transparent[data-v-4271b4f1]{border:none!important;background:none!important}@media screen and (width <= 768px){.panel__content--transparent-mobile[data-v-4271b4f1]{border:none!important;background:none!important}.panel__content--transparent-mobile .panel__header[data-v-4271b4f1]{margin-bottom:1rem}}.panel__header[data-v-4271b4f1]{display:flex;min-height:3rem;align-items:center;line-height:100%}.panel__header[data-v-4271b4f1] [data-component=icon]{width:1.2rem}.panel__header[data-v-4271b4f1]:not(.panel__header--outer){background:var(--theme-background-color-shade-4)}.panel__header-left[data-v-4271b4f1]{display:flex;flex:1;align-items:center}.panel__body[data-v-4271b4f1]{display:flex;flex-direction:column;overflow-y:auto;overscroll-behavior:contain;row-gap:1.8rem}.panel__body--padded[data-v-4271b4f1]{padding:1.4rem}@media screen and (width >= 768px){.panel__body--padded[data-v-4271b4f1]{padding:1.8rem 2.4rem}}.panel__footer[data-v-4271b4f1]{display:flex;align-items:center;justify-content:flex-end;border-top:1px solid var(--theme-border-color);margin-top:auto;column-gap:1rem;transition:box-shadow .3s}.panel__footer--padded[data-v-4271b4f1]{padding:1rem 1.4rem}@media screen and (width >= 768px){.panel__footer--padded[data-v-4271b4f1]{padding:1rem 2.4rem}}.panel__footer--shadowed[data-v-4271b4f1]{z-index:10;box-shadow:0 4px 20px var(--theme-shadow-color)}.content__body[data-v-a03802b2]{animation:var(--theme-animation-dropdown)}.content__section[data-v-a03802b2]:not(:last-child){border-bottom:1px solid var(--theme-border-color)}@media screen and (width >= 600px){.content__section[data-v-a03802b2]{min-width:12rem}}.content__item[data-v-a03802b2]{display:flex;width:100%;color:var(--theme-foreground-color);font-weight:400}.content__item[data-v-a03802b2]>*{display:flex;width:100%;height:100%;align-items:center;padding:1.6rem!important;font-size:11pt;gap:.4rem}@media screen and (width >= 600px){.content__item[data-v-a03802b2]>*{justify-content:flex-start;padding:1rem!important}}.content__item--reactive[data-v-a03802b2]:hover{background:var(--theme-background-color-shade-4)}.content__item[data-v-a03802b2]:not(:last-child){border-bottom:1px solid var(--theme-border-color)}.contextmenu__trigger[data-v-a03802b2]{display:flex;justify-content:flex-start}.content[data-v-a03802b2] .panel__content{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)!important;border-radius:var(--theme-radius-large);width:90vw}@media screen and (min-width: 600px){.content[data-v-a03802b2] .panel__content{top:0;left:0;transform:translate(min(var(--036683e2),calc(100vw - 100%))) translateY(min(var(--036683e0),calc(100vh - 100%)))!important;width:auto}}.info[data-v-7e2a5440]{position:relative;display:inline-flex;--height: 2rem;--vertical-offset: calc(var(--height) + .4rem)}.info__content[data-v-7e2a5440]{height:var(--height);padding:.5rem 1rem;border-radius:5px;background:#000;color:#fff;font-size:10pt;white-space:nowrap}.info__bubble[data-v-7e2a5440]{position:absolute;z-index:20;overflow:hidden;border-radius:0 5rem 5rem 0!important}.info__bubble--top[data-v-7e2a5440]{top:calc(var(--vertical-offset) * -1);left:50%;transform:translate(-50%)}.info__bubble--topleft[data-v-7e2a5440]{top:calc(var(--vertical-offset) * -1);right:100%}.info__bubble--left[data-v-7e2a5440]{top:50%;right:100%;transform:translateY(-50%)}.info__bubble--bottom[data-v-7e2a5440]{bottom:calc(var(--vertical-offset) * -1);left:50%;transform:translate(-50%)}.info__bubble--right[data-v-7e2a5440]{top:50%;left:80%;transform:translateY(-50%)}.focus .input__container[data-v-f57af0a6]{border:1px solid var(--theme-brand-color)}.focus .input__icon[data-v-f57af0a6] [data-component=icon]{fill:var(--theme-brand-color)}.input:focus-within .input__container[data-v-f57af0a6],.textarea:focus-within .input__container[data-v-f57af0a6]{border:1px solid var(--theme-brand-color)}.input:focus-within .input__icon[data-v-f57af0a6] [data-component=icon],.textarea:focus-within .input__icon[data-v-f57af0a6] [data-component=icon]{fill:var(--theme-brand-color)}.input[data-v-f57af0a6]{--background-color: var(--input-background-color, var(--theme-background-color-shade-3));--border: var(--input-border, var(--theme-frame-border));--padding: var(--input-padding, var(--theme-input-padding));--padding-large: var(--input-padding-large, var(--theme-input-padding-large));--height: var(--input-height, var(--theme-input-height));--height-large: var(--input-height-large, var(--theme-input-height-large))}.input__container[data-v-f57af0a6]{position:relative;display:flex;width:var(--input-width, 100%);border:var(--border)}.input__container[data-v-f57af0a6]:not(.input__container--textarea){height:var(--height)}.input__container--normal[data-v-f57af0a6],.input__container--bold[data-v-f57af0a6]{border-radius:var(--theme-radius-medium);background:var(--background-color)}.input__container--bold[data-v-f57af0a6]{height:var(--height-large)}.input__container--light[data-v-f57af0a6]{border-bottom:1px solid var(--theme-border-color)}.input__container>.input__input[data-v-f57af0a6],.input__container>.input__textarea[data-v-f57af0a6]{background:var(--background-color)}.input__input[data-v-f57af0a6],.input__textarea[data-v-f57af0a6]{font-family:unset}.input__input[data-v-f57af0a6]{width:100%;height:100%;outline:none}.input__input--normal[data-v-f57af0a6],.input__input--bold[data-v-f57af0a6]{color:var(--theme-foreground-color)}.input__input--normal[data-v-f57af0a6]{padding:var(--padding);font-size:11pt}.input__input--bold[data-v-f57af0a6]{padding:var(--padding-large);font-size:12.5pt}.input__input--light[data-v-f57af0a6]{padding:.6rem;background:transparent}.input__input--icon[data-v-f57af0a6]{padding-left:2.6em!important}.input__input--readOnly[data-v-f57af0a6]{background:#eee}.input__textarea[data-v-f57af0a6]{display:block;width:100%;height:8em;outline:none}.input__icon[data-v-f57af0a6]{position:absolute;top:50%;left:.6em;width:1.1em;transform:translateY(-50%)}.input__icon[data-v-f57af0a6] [data-component=icon]{fill:#bbb}.input__icon--bold[data-v-f57af0a6] [data-component=icon]{width:1.2rem;height:1.2rem}.input__clipboard[data-v-f57af0a6]{display:flex;padding:0 .6em;border:var(--theme-frame-border);border-width:1px 1px 1px 0;background:var(--background-color);place-items:center}.select[data-v-1c0432ab]{--foreground-color: var(--select-foreground-color, var(--theme-foreground-color));--background-color: var(--select-background-color, var(--theme-background-color-shade-3));--border: var(--select-border, var(--theme-frame-border));--padding: var(--input-padding, var(--theme-input-padding));--height: var(--input-height, var(--theme-input-height));width:var(--input-width, 100%);height:var(--height);padding:var(--padding);border:var(--border);border-radius:var(--theme-radius-medium);background:var(--background-color);color:var(--foreground-color);font-family:unset}.select[data-v-1c0432ab]:focus{outline:none}.select[data-v-1c0432ab] option{background:var(--background-color)}.select--outline[data-v-1c0432ab]:focus-within{border-color:var(--theme-brand-color)}.select--multiple[data-v-1c0432ab]{padding:0}.select--multiple[data-v-1c0432ab] option{height:var(--height);padding:var(--padding)}.select--multiple[data-v-1c0432ab] option[data-selected=true]{background:var(--theme-brand-color);color:var(--theme-brand-color-contrast)}.pagination[data-v-ae7235de]{display:inline-flex;height:2.6rem;align-items:stretch;gap:1rem;--input-width: 4rem;--input-height: 100%;--input-padding: 0 .4rem;--input-border: 1px solid var(--theme-border-color)}.pagination__arrows[data-v-ae7235de]{display:flex;align-items:stretch;border:1px solid var(--theme-border-color);border-radius:var(--theme-radius-large)}.pagination__arrows>button[data-v-ae7235de]:not(:last-child){border-right:1px solid var(--theme-border-color)}.pagination__arrows>button>a[data-v-ae7235de]{padding:.6rem}.pagination__arrows>button>a[data-v-ae7235de]:hover{background:var(--theme-background-color-shade-2)}.pagination__summary[data-v-ae7235de]{display:flex;align-items:center;gap:.4rem}.checkbox[data-v-b9da4354]{display:flex;align-items:center;-webkit-user-select:none;user-select:none}.checkbox__input[data-v-b9da4354]{width:1rem;height:1rem}.checkbox__input[data-v-b9da4354]:hover{background:red}.checkbox__text[data-v-b9da4354]{display:grid;width:100%;padding:0 .6rem}.options[data-v-790d73bb]{display:grid;border:1px solid var(--theme-border-color);border-width:1px 1px 1px 0;border-radius:5px}.options__checkbox[data-v-790d73bb]{padding:.8rem;border-left:1px solid var(--theme-border-color)}.options__checkbox[data-v-790d73bb]:not(:last-child){border-bottom:1px solid var(--theme-border-color)}.switch-wrapper[data-v-0e3564b6]{display:flex;align-items:center;column-gap:.6rem}.switch[data-v-0e3564b6]{display:flex;overflow:hidden;width:3rem;justify-content:flex-end;padding:4px;border-radius:1rem;background:#ddd;transition:background .4s}.switch--active[data-v-0e3564b6]{background:var(--theme-brand-color-shade-3)}.switch--readOnly[data-v-0e3564b6]{opacity:.6}.switch__slider[data-v-0e3564b6]{width:1rem;height:1rem;border-radius:50%;background:#fff}.switch__dummy[data-v-0e3564b6]{flex:0;transition:flex .35s}.switch__dummy--flex[data-v-0e3564b6]{flex:1}.picture[data-v-153a2e0f]{margin:0}.picture__image--bordered[data-v-153a2e0f]{border:1px solid var(--theme-border-color)}.picture__image--expandable[data-v-153a2e0f]{cursor:pointer}.picture__background[data-v-153a2e0f]{width:100%;height:100%}.picture__background[data-v-153a2e0f]>*{stroke:var(--theme-border-color)}.picture__meta[data-v-153a2e0f]{font-size:11pt}.picture>figcaption[data-v-153a2e0f]{margin-top:.4rem;color:var(--theme-foreground-color)}.file[data-v-d491b7ce]{display:flex;width:min-content;flex-direction:column;row-gap:.8rem}.file__image[data-v-d491b7ce]{overflow:hidden;width:20rem;height:20rem;border-radius:5px}.file__image--unsent[data-v-d491b7ce]{opacity:.6}.file__actions[data-v-d491b7ce]{display:flex;overflow:hidden;align-items:center;padding:1rem;border:var(--theme-frame-border);border-radius:var(--theme-radius-medium);background:var(--theme-background-color-shade-2);color:#000;column-gap:1rem}.file__buttons[data-v-d491b7ce]{display:flex;column-gap:.4rem}.container[data-v-c86e2d2a]{border:var(--theme-frame-border);border-radius:var(--theme-radius-medium);background:var(--theme-background-color-shade-3)}.container__content[data-v-c86e2d2a]{overflow:hidden auto;max-height:20rem}.container__footer[data-v-c86e2d2a]{display:flex;height:var(--theme-input-height);flex-direction:column;justify-content:center;padding:var(--theme-input-padding);color:var(--theme-foreground-color);font-size:.8rem}.item[data-v-3b5a7221]{display:flex;min-height:2.8rem;align-items:center;padding:var(--theme-input-padding);color:var(--theme-foreground-color)}.item--selected[data-v-3b5a7221]{background:var(--theme-brand-color-shade-1);color:var(--theme-brand-color-contrast)}.item__values[data-v-3b5a7221]{display:flex;flex-direction:column;margin-right:auto;row-gap:.4rem}.item__value[data-v-3b5a7221]{display:flex;font-size:10pt}.item__value[data-v-3b5a7221]:not(:first-child){font-size:8pt}.search[data-v-f8e80dc0]{display:flex;flex-direction:column}.search__panel[data-v-f8e80dc0]{display:flex;flex-direction:column;gap:1rem}.search__input[data-v-f8e80dc0]{display:flex;align-items:stretch;margin-bottom:.8rem;gap:.8rem}.search__summary[data-v-f8e80dc0]{font-size:11pt}.form[data-v-d4645a62]{display:flex;flex-direction:column}.form__footer[data-v-d4645a62]{display:flex;align-items:center;margin-top:-1rem;column-gap:.6rem}.form__fieldset[data-v-d4645a62]{display:grid;width:100%;align-items:flex-start;padding:0;border:none;margin:0;gap:1rem;grid-template-columns:repeat(6,1fr)}.form__field-label[data-v-d4645a62]{font-size:10.2pt;line-height:1.6rem}.form__field-label--section[data-v-d4645a62]{font-size:12pt;font-weight:500}.form__field-hint[data-v-d4645a62]{font-size:.9rem}.form__field-required-hint[data-v-d4645a62]:after{margin-left:.35rem;color:#e22;content:"*"}.form__search-grid[data-v-d4645a62]{display:grid;gap:2rem}.form__validation-error[data-v-d4645a62]{padding:.4rem 0;color:red;font-size:.9rem}.form__array[data-v-d4645a62]{display:flex;flex-direction:column-reverse;gap:.6rem}.form__array-item[data-v-d4645a62]{display:flex;align-items:center;gap:.6rem}.cell-padding[data-v-0adf61ce]{padding:10px .8rem}.table[data-v-0adf61ce]{width:100%;border-radius:var(--theme-radius-large);border-spacing:0}@media screen and (width >= 768px){.table[data-v-0adf61ce]{overflow:hidden;border:var(--theme-frame-border)}}.table[data-v-0adf61ce] thead>tr{display:none}@media print{.table[data-v-0adf61ce] thead>tr{display:table-row}}@media screen and (width >= 768px){.table[data-v-0adf61ce] thead>tr{display:table-row;height:3rem;background:var(--theme-background-color-shade-4);text-align:left}}.table[data-v-0adf61ce] thead>tr>th{padding:10px .8rem;font-weight:400}.table[data-v-0adf61ce] tbody>tr,.table[data-v-0adf61ce] tfoot>tr{height:3rem;border:var(--theme-frame-border);background:var(--theme-background-color-shade-2)}@media screen and (width >= 768px){.table[data-v-0adf61ce] tbody>tr,.table[data-v-0adf61ce] tfoot>tr{border:0}.table[data-v-0adf61ce] tbody>tr:hover,.table[data-v-0adf61ce] tfoot>tr:hover{background:var(--theme-background-color-shade-2)}}@media screen and (width <= 768px){.table[data-v-0adf61ce] tbody>tr,.table[data-v-0adf61ce] tfoot>tr{display:flex;overflow:hidden;height:auto;flex-direction:column;border-radius:var(--theme-radius-large)}.table[data-v-0adf61ce] tbody>tr:not(:last-child),.table[data-v-0adf61ce] tfoot>tr:not(:last-child){margin-bottom:1rem}}@media screen and (width >= 768px){.table[data-v-0adf61ce] tbody>tr:not(:last-child)>td,.table[data-v-0adf61ce] tfoot>tr:not(:last-child)>td{border-bottom:1px solid var(--theme-border-color)}}.table[data-v-0adf61ce] tbody>tr>td,.table[data-v-0adf61ce] tfoot>tr>td{padding:10px .8rem;font-size:9.5pt}@media screen and (width >= 768px){.table[data-v-0adf61ce] tfoot>tr>td{border-top:1px solid var(--theme-border-color)}}@media screen and (width <= 768px){.table__cell-grid[data-v-0adf61ce]{display:flex;flex-direction:column}}.table__cell-mobile-label[data-v-0adf61ce]{display:none;font-weight:500}@media screen and (width <= 768px){.table__cell-mobile-label[data-v-0adf61ce]{display:inherit}}.table__cell-actions[data-v-0adf61ce]{display:flex;align-items:center;justify-content:flex-end;margin-left:auto;column-gap:.8rem}.table__cell-subvalue[data-v-0adf61ce]{font-weight:300}.table__mobile-actions[data-v-0adf61ce]{position:relative;padding:0!important;background:var(--theme-background-color-shade-4)}.table__mobile-actions-grid[data-v-0adf61ce]{display:grid}.table__mobile-actions-button[data-v-0adf61ce]{display:grid;width:100%;height:3.2rem;place-items:center}.table__mobile-actions-button[data-v-0adf61ce]:not(last-child){border-right:1px solid var(--theme-border-color)}.table__picture[data-v-0adf61ce]{overflow:hidden;width:2rem;height:2rem;border:1px solid var(--theme-border-color);border-radius:var(--theme-radius-large)}.table__empty[data-v-0adf61ce]{display:grid;padding:1.6rem 0;place-items:center}.grid[data-v-438c4aed]{display:grid;gap:1rem}@media screen and (width >= 600px){.grid[data-v-438c4aed]:not(.grid--list){gap:1.6rem;grid-template-columns:repeat(2,1fr)}}@media screen and (width >= 1200px){.grid[data-v-438c4aed]:not(.grid--list){grid-template-columns:repeat(3,1fr)}}@media screen and (width >= 1400px){.grid[data-v-438c4aed]:not(.grid--list){grid-template-columns:repeat(4,1fr)}}.card__upper[data-v-6ea2d642]{display:flex;align-items:center}.card__information[data-v-6ea2d642]{margin-top:.5rem;font-size:9.5pt;opacity:.6}.crud__controls[data-v-d5684d74]{display:flex;flex-wrap:wrap;align-items:stretch;justify-content:flex-end;gap:1rem}.crud__search[data-v-d5684d74]{min-width:90vw;flex:1;order:1}.crud__search[data-v-d5684d74] .input__container{height:100%}@media screen and (width >= 600px){.crud__search[data-v-d5684d74]{min-width:auto;order:0}}.crud__actions[data-v-d5684d74]{display:flex;align-items:stretch;gap:.5rem}.crud__pagination[data-v-d5684d74]{display:flex;align-items:center;justify-content:flex-end}.crud__context-badge[data-v-d5684d74]{display:flex;justify-content:flex-end}.prompt[data-v-c069c1ef]{max-width:32rem}.prompt__options[data-v-c069c1ef]{display:grid;width:100%;height:4rem}.prompt__option[data-v-c069c1ef]{display:grid;place-items:center}.prompt__option[data-v-c069c1ef]:not(:last-child){border-right:1px solid var(--theme-border-color)}.prompt__option--primary[data-v-c069c1ef]{color:var(--theme-blueish)}.prompt__option--danger[data-v-c069c1ef]{color:var(--theme-redish)}@keyframes blink-21bbe178{0%{opacity:1}to{opacity:.4}}.toast[data-v-21bbe178]{z-index:70;display:flex;width:90vw;padding:1rem;border:1px solid var(--theme-border-color);border-radius:5px;animation:blink-21bbe178 .5s forwards;animation-delay:2s;animation-play-state:paused;background:var(--theme-background-color);box-shadow:0 3px 3px var(--theme-shadow-color);color:var(--theme-foreground-color);gap:1rem}@media screen and (width >= 768px){.toast[data-v-21bbe178]{width:24rem}}.toast[data-v-21bbe178]:hover{animation-play-state:paused}.toast--animate[data-v-21bbe178]{animation-play-state:running}.toast__content[data-v-21bbe178]{display:flex;flex-direction:column;gap:.6rem}.toast__time[data-v-21bbe178]{font-size:10pt;opacity:.8}.main[data-v-1166be3d]{display:flex;min-height:100vh;flex-direction:column}.main__toasts[data-v-1166be3d]{position:fixed;z-index:20;right:1.6rem;bottom:1.6rem;display:flex;flex-direction:column;row-gap:.6rem}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}html{overflow:hidden scroll;scroll-behavior:smooth}html,body{padding:0;margin:0}body{font-size:15px}a:link,a:visited,a:hover,a:active{color:inherit;text-decoration:none}input[type=number]{-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}@media print{.no-print{display:none!important}}.aeria-surface{background:var(--theme-background-color);color:var(--theme-foreground-color)}.aeria-surface-alt{background:var(--theme-background-color-shade-2);color:var(--theme-foreground-color)}.aeria-body{background:var(--theme-body-background)}.aeria-branded-text{color:var(--theme-brand-color)}.aeria-redish{color:var(--theme-redish);fill:var(--theme-redish)}.aeria-blueish{color:var(--theme-blueish);fill:var(--theme-blueish)}.loading div{border:4px solid var(--theme-brand-color)!important}@keyframes lds-ripple{0%{top:36px;left:36px;width:0;height:0;opacity:0}5%{opacity:1}to{top:0;left:0;width:72px;height:72px;opacity:0}}.loading{position:relative;display:inline-block;width:80px;height:80px}.loading div{position:absolute;border:4px solid #fff;border-radius:50%;animation:lds-ripple 1s cubic-bezier(0,.2,.8,1) infinite;opacity:1}.loading div:nth-child(2){animation-delay:-.5s}.menu[data-v-3cfef7fb]{min-width:90vw;align-self:center;padding:0;border:1px solid var(--theme-border-color);border-radius:var(--theme-radius-large);background:var(--theme-background-color-shade-2);color:var(--theme-foreground-color)}@media screen and (width >= 600px){.menu[data-v-3cfef7fb]{min-width:22rem}}.menu__entry[data-v-3cfef7fb]{padding:1rem;font-size:11pt}.menu__entry[data-v-3cfef7fb]:not(:last-child){border-bottom:1px solid var(--theme-border-color)}.tabs__horizontal[data-v-a20914ab]{display:flex;gap:1.2rem}.tabs__tab[data-v-a20914ab]{display:flex;align-items:center;cursor:pointer;gap:.2rem}.tabs__tab--current[data-v-a20914ab]{font-weight:600}@media screen and (width >= 600px){.tabs__tab--info[data-v-a20914ab]{margin-right:.6rem;font-size:12pt;font-weight:500}}.tabs__context-menu-icon[data-v-a20914ab]{color:var(--theme-brand-color);font-weight:600}.tabs__context-menu-icon[data-v-a20914ab]:first-child{gap:0}.topbar__preset[data-v-5f3141a5]{display:flex;width:100%;align-items:center;justify-content:center;gap:.4rem}@media screen and (width >= 600px){.topbar__preset[data-v-5f3141a5]{justify-content:flex-start}}.profile__user-name[data-v-19f77ae6]{font-size:18pt;font-weight:600}.profile__menu[data-v-19f77ae6]{display:flex;overflow:hidden;flex-direction:column;padding:0;border:1px solid var(--theme-border-color);border-radius:10px;margin-top:2rem;background:var(--theme-background-color-shade-2)}.profile__menu[data-v-19f77ae6]>*{padding:1.4rem}.profile__menu[data-v-19f77ae6]>*:not(:last-child){border-bottom:1px solid var(--theme-border-color)}
|
|
1
|
+
.accordion[data-v-3ea933d4]{overflow:hidden;border:var(--theme-frame-border);border-radius:var(--theme-radius-large);background:var(--theme-background-color-shade-4);color:var(--theme-foreground-color)}.accordion__slot[data-v-3ea933d4]:not(:last-child){border-bottom:1px solid var(--theme-border-color)}.accordion__header[data-v-3ea933d4]{padding:1rem;background:var(--theme-background-color-shade-2)}.accordion--padded .accordion__content[data-v-3ea933d4]{padding:1rem}.badge[data-v-47f92648]{display:grid;min-width:1rem;height:1rem;box-sizing:content-box;padding:.2rem .35rem;border-radius:20px;background:var(--theme-brand-color-shade-3);color:var(--theme-brand-color-contrast);font-size:8.5pt;font-weight:500;place-items:center}.badge--alt[data-v-47f92648]{background:var(--theme-brand-color-shade-2)}.badge--large[data-v-47f92648]{padding:.35rem .55rem;border-radius:6px}.barebutton[data-v-35bc81ae]{display:flex;border:none;background:transparent;column-gap:.2rem;outline:none;place-items:center;-webkit-user-select:none;user-select:none}.barebutton[data-v-35bc81ae]:active{text-decoration:underline}.barebutton[data-v-35bc81ae]:not(.button){padding:0}@media screen and (width >= 600px){.barebutton--enabled[data-v-35bc81ae]{cursor:pointer}}.barebutton--disabled[data-v-35bc81ae]{cursor:not-allowed;opacity:.5}.icon-active[data-v-6d36de33]{border-color:var(--theme-brand-color)!important}.icon[data-v-6d36de33]{display:flex;align-items:center;fill:var(--icon-color, var(--theme-foreground-color));line-height:100%}.icon svg[data-v-6d36de33]{width:100%;height:100%}.icon--reactive[data-v-6d36de33]{padding:8px;border:1px solid transparent;border-radius:5px}.icon--reactive[data-v-6d36de33]:hover{border-color:var(--theme-border-color)}.icon--reactive[data-v-6d36de33]:active,.icon--reactive .icon--active[data-v-6d36de33],.icon--active[data-v-6d36de33]{border-color:var(--theme-brand-color)!important}.icon--centered[data-v-6d36de33]{align-items:center;gap:calc(var(--icon-size, 1em)/2)}.icon--standalone[data-v-6d36de33]{--icon-size: 18px}.icon__icon[data-v-6d36de33]{display:grid;width:var(--icon-size, 1em);height:var(--icon-size, 1em);place-items:center}.icon__icon--right[data-v-6d36de33]{order:1}@keyframes progress-c328251b{0%{width:0}to{width:100%;opacity:0}}.button[data-v-c328251b]{--border-color: var(--button-border-color, var(--theme-border-color));position:relative;border:1px solid transparent;border-radius:var(--theme-radius-medium);color:var(--theme-foreground-color);font-weight:700;letter-spacing:.2pt;outline:none;text-align:center}.button--loading[data-v-c328251b]:before{position:absolute;left:0;display:block;width:2rem;height:100%;animation:progress-c328251b 1s forwards;background:#000;content:" ";opacity:.4}.button--transparent[data-v-c328251b],.button--alt[data-v-c328251b]{font-weight:300}.button--transparent[data-v-c328251b]:hover,.button--alt[data-v-c328251b]:hover{background:var(--theme-background-color-shade-4)}.button--alt[data-v-c328251b] svg,.button--primary[data-v-c328251b] svg{fill:currentcolor}.button--alt[data-v-c328251b]{border:1px solid var(--theme-border-color)}.button--primary[data-v-c328251b]{border-color:var(--theme-brand-color-shade-2);background:var(--theme-brand-color-shade-2);color:var(--theme-brand-color-contrast)}.button--small[data-v-c328251b]{padding:.6rem;font-size:9pt}.button--medium[data-v-c328251b]{height:var(--theme-input-height);padding:var(--theme-input-padding);font-size:10pt}.button--large[data-v-c328251b]{height:var(--theme-input-height-large);padding:var(--theme-input-padding-large);font-size:11pt}.button__content[data-v-c328251b]{display:flex;width:100%;align-items:center;justify-content:center;gap:.4rem}.card[data-v-c1a322df]{position:relative;overflow:hidden;border:var(--theme-frame-border);border-radius:var(--theme-radius-extra-large);background:var(--theme-background-color-shade-2)}.card--inactive[data-v-c1a322df]{opacity:.6}.card--horizontal[data-v-c1a322df]{display:flex}.card--horizontal .card__picture[data-v-c1a322df]{width:18rem;height:12rem}.card--horizontal .card__footer[data-v-c1a322df]{display:flex;flex-direction:column}.card--horizontal .card__badge[data-v-c1a322df]{position:relative;margin:auto 0 0}.card__picture[data-v-c1a322df]{overflow:hidden;width:100%;height:16rem}.card__picture[data-v-c1a322df] figure{height:100%}.card__footer[data-v-c1a322df]{width:100%;height:100%;padding:1rem;border-top:var(--theme-frame-border);background:var(--theme-background-color-shade-3);color:var(--theme-foreground-color)}.card__footer-upper[data-v-c1a322df]{display:flex;align-items:flex-start;justify-content:space-between}.card__badge[data-v-c1a322df]{position:absolute;top:0;right:0;display:flex;flex-wrap:wrap;align-items:flex-end;margin:.8rem;gap:.2rem}.padding[data-v-4271b4f1]{padding:1.4rem}@media screen and (width >= 768px){.padding[data-v-4271b4f1]{padding:1.8rem 2.4rem}}.panel[data-v-4271b4f1]{--min-width: var(--panel-min-width, 36rem);--max-width: var(--panel-max-width, unset);--fixed-width: 50rem}.panel--fixed[data-v-4271b4f1]{position:absolute}.panel__content[data-v-4271b4f1]{display:flex;overflow:hidden;flex-direction:column;padding:0}@media screen and (width >= 768px){.panel__content[data-v-4271b4f1]{min-width:var(--min-width);max-width:var(--max-width)}}.panel__content--outer-header[data-v-4271b4f1]{border:none!important;background:transparent!important}.panel__content--outer-header .panel__body[data-v-4271b4f1],.panel__content--outer-header .panel__footer[data-v-4271b4f1]{border-radius:5px;background:var(--theme-background-color)}.panel__content--bordered[data-v-4271b4f1]{border:1px solid var(--theme-border-color)}.panel__content--float .panel__header[data-v-4271b4f1],.panel__content--fixed-right .panel__header[data-v-4271b4f1]{min-height:var(--theme-panel-header-height);padding:.6rem 1.4rem;border-bottom:var(--theme-frame-border);font-size:14pt;font-weight:600}@media screen and (width >= 768px){.panel__content--float .panel__header[data-v-4271b4f1],.panel__content--fixed-right .panel__header[data-v-4271b4f1]{padding:.6rem 2.4rem}}.panel__content--float[data-v-4271b4f1]{position:fixed;top:50%;min-width:90vw;max-width:90vw;max-height:80vh;border-radius:var(--theme-radius-large);animation:var(--theme-animation-float);transform:translateY(-50%)}@media screen and (width >= 768px){.panel__content--float[data-v-4271b4f1]{min-width:var(--min-width);max-width:var(--max-width)}}.panel__content--fixed-right[data-v-4271b4f1]{position:fixed;top:0;width:100vw;height:100vh;border:0;border-radius:0;margin-right:0;animation:var(--theme-animation-fixed-right)}@media screen and (width >= 768px){.panel__content--fixed-right[data-v-4271b4f1]{width:var(--fixed-width)}}.panel__content--transparent[data-v-4271b4f1]{border:none!important;background:none!important}@media screen and (width <= 768px){.panel__content--transparent-mobile[data-v-4271b4f1]{border:none!important;background:none!important}.panel__content--transparent-mobile .panel__header[data-v-4271b4f1]{margin-bottom:1rem}}.panel__header[data-v-4271b4f1]{display:flex;min-height:3rem;align-items:center;line-height:100%}.panel__header[data-v-4271b4f1] [data-component=icon]{width:1.2rem}.panel__header[data-v-4271b4f1]:not(.panel__header--outer){background:var(--theme-background-color-shade-4)}.panel__header-left[data-v-4271b4f1]{display:flex;flex:1;align-items:center}.panel__body[data-v-4271b4f1]{display:flex;flex-direction:column;overflow-y:auto;overscroll-behavior:contain;row-gap:1.8rem}.panel__body--padded[data-v-4271b4f1]{padding:1.4rem}@media screen and (width >= 768px){.panel__body--padded[data-v-4271b4f1]{padding:1.8rem 2.4rem}}.panel__footer[data-v-4271b4f1]{display:flex;align-items:center;justify-content:flex-end;border-top:1px solid var(--theme-border-color);margin-top:auto;column-gap:1rem;transition:box-shadow .3s}.panel__footer--padded[data-v-4271b4f1]{padding:1rem 1.4rem}@media screen and (width >= 768px){.panel__footer--padded[data-v-4271b4f1]{padding:1rem 2.4rem}}.panel__footer--shadowed[data-v-4271b4f1]{z-index:10;box-shadow:0 4px 20px var(--theme-shadow-color)}.content__body[data-v-a03802b2]{animation:var(--theme-animation-dropdown)}.content__section[data-v-a03802b2]:not(:last-child){border-bottom:1px solid var(--theme-border-color)}@media screen and (width >= 600px){.content__section[data-v-a03802b2]{min-width:12rem}}.content__item[data-v-a03802b2]{display:flex;width:100%;color:var(--theme-foreground-color);font-weight:400}.content__item[data-v-a03802b2]>*{display:flex;width:100%;height:100%;align-items:center;padding:1.6rem!important;font-size:11pt;gap:.4rem}@media screen and (width >= 600px){.content__item[data-v-a03802b2]>*{justify-content:flex-start;padding:1rem!important}}.content__item--reactive[data-v-a03802b2]:hover{background:var(--theme-background-color-shade-4)}.content__item[data-v-a03802b2]:not(:last-child){border-bottom:1px solid var(--theme-border-color)}.contextmenu__trigger[data-v-a03802b2]{display:flex;justify-content:flex-start}.content[data-v-a03802b2] .panel__content{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)!important;border-radius:var(--theme-radius-large);width:90vw}@media screen and (min-width: 600px){.content[data-v-a03802b2] .panel__content{top:0;left:0;transform:translate(min(var(--036683e2),calc(100vw - 100%))) translateY(min(var(--036683e0),calc(100vh - 100%)))!important;width:auto}}.info[data-v-7e2a5440]{position:relative;display:inline-flex;--height: 2rem;--vertical-offset: calc(var(--height) + .4rem)}.info__content[data-v-7e2a5440]{height:var(--height);padding:.5rem 1rem;border-radius:5px;background:#000;color:#fff;font-size:10pt;white-space:nowrap}.info__bubble[data-v-7e2a5440]{position:absolute;z-index:20;overflow:hidden;border-radius:0 5rem 5rem 0!important}.info__bubble--top[data-v-7e2a5440]{top:calc(var(--vertical-offset) * -1);left:50%;transform:translate(-50%)}.info__bubble--topleft[data-v-7e2a5440]{top:calc(var(--vertical-offset) * -1);right:100%}.info__bubble--left[data-v-7e2a5440]{top:50%;right:100%;transform:translateY(-50%)}.info__bubble--bottom[data-v-7e2a5440]{bottom:calc(var(--vertical-offset) * -1);left:50%;transform:translate(-50%)}.info__bubble--right[data-v-7e2a5440]{top:50%;left:80%;transform:translateY(-50%)}.focus .input__container[data-v-f57af0a6]{border:1px solid var(--theme-brand-color)}.focus .input__icon[data-v-f57af0a6] [data-component=icon]{fill:var(--theme-brand-color)}.input:focus-within .input__container[data-v-f57af0a6],.textarea:focus-within .input__container[data-v-f57af0a6]{border:1px solid var(--theme-brand-color)}.input:focus-within .input__icon[data-v-f57af0a6] [data-component=icon],.textarea:focus-within .input__icon[data-v-f57af0a6] [data-component=icon]{fill:var(--theme-brand-color)}.input[data-v-f57af0a6]{--background-color: var(--input-background-color, var(--theme-background-color-shade-3));--border: var(--input-border, var(--theme-frame-border));--padding: var(--input-padding, var(--theme-input-padding));--padding-large: var(--input-padding-large, var(--theme-input-padding-large));--height: var(--input-height, var(--theme-input-height));--height-large: var(--input-height-large, var(--theme-input-height-large))}.input__container[data-v-f57af0a6]{position:relative;display:flex;width:var(--input-width, 100%);border:var(--border)}.input__container[data-v-f57af0a6]:not(.input__container--textarea){height:var(--height)}.input__container--normal[data-v-f57af0a6],.input__container--bold[data-v-f57af0a6]{border-radius:var(--theme-radius-medium);background:var(--background-color)}.input__container--bold[data-v-f57af0a6]{height:var(--height-large)}.input__container--light[data-v-f57af0a6]{border-bottom:1px solid var(--theme-border-color)}.input__container>.input__input[data-v-f57af0a6],.input__container>.input__textarea[data-v-f57af0a6]{background:var(--background-color)}.input__input[data-v-f57af0a6],.input__textarea[data-v-f57af0a6]{font-family:unset}.input__input[data-v-f57af0a6]{width:100%;height:100%;outline:none}.input__input--normal[data-v-f57af0a6],.input__input--bold[data-v-f57af0a6]{color:var(--theme-foreground-color)}.input__input--normal[data-v-f57af0a6]{padding:var(--padding);font-size:11pt}.input__input--bold[data-v-f57af0a6]{padding:var(--padding-large);font-size:12.5pt}.input__input--light[data-v-f57af0a6]{padding:.6rem;background:transparent}.input__input--icon[data-v-f57af0a6]{padding-left:2.6em!important}.input__input--readOnly[data-v-f57af0a6]{background:#eee}.input__textarea[data-v-f57af0a6]{display:block;width:100%;height:8em;outline:none}.input__icon[data-v-f57af0a6]{position:absolute;top:50%;left:.6em;width:1.1em;transform:translateY(-50%)}.input__icon[data-v-f57af0a6] [data-component=icon]{fill:#bbb}.input__icon--bold[data-v-f57af0a6] [data-component=icon]{width:1.2rem;height:1.2rem}.input__clipboard[data-v-f57af0a6]{display:flex;padding:0 .6em;border:var(--theme-frame-border);border-width:1px 1px 1px 0;background:var(--background-color);place-items:center}.select[data-v-1c0432ab]{--foreground-color: var(--select-foreground-color, var(--theme-foreground-color));--background-color: var(--select-background-color, var(--theme-background-color-shade-3));--border: var(--select-border, var(--theme-frame-border));--padding: var(--input-padding, var(--theme-input-padding));--height: var(--input-height, var(--theme-input-height));width:var(--input-width, 100%);height:var(--height);padding:var(--padding);border:var(--border);border-radius:var(--theme-radius-medium);background:var(--background-color);color:var(--foreground-color);font-family:unset}.select[data-v-1c0432ab]:focus{outline:none}.select[data-v-1c0432ab] option{background:var(--background-color)}.select--outline[data-v-1c0432ab]:focus-within{border-color:var(--theme-brand-color)}.select--multiple[data-v-1c0432ab]{padding:0}.select--multiple[data-v-1c0432ab] option{height:var(--height);padding:var(--padding)}.select--multiple[data-v-1c0432ab] option[data-selected=true]{background:var(--theme-brand-color);color:var(--theme-brand-color-contrast)}.pagination[data-v-ae7235de]{display:inline-flex;height:2.6rem;align-items:stretch;gap:1rem;--input-width: 4rem;--input-height: 100%;--input-padding: 0 .4rem;--input-border: 1px solid var(--theme-border-color)}.pagination__arrows[data-v-ae7235de]{display:flex;align-items:stretch;border:1px solid var(--theme-border-color);border-radius:var(--theme-radius-large)}.pagination__arrows>button[data-v-ae7235de]:not(:last-child){border-right:1px solid var(--theme-border-color)}.pagination__arrows>button>a[data-v-ae7235de]{padding:.6rem}.pagination__arrows>button>a[data-v-ae7235de]:hover{background:var(--theme-background-color-shade-2)}.pagination__summary[data-v-ae7235de]{display:flex;align-items:center;gap:.4rem}.checkbox[data-v-b9da4354]{display:flex;align-items:center;-webkit-user-select:none;user-select:none}.checkbox__input[data-v-b9da4354]{width:1rem;height:1rem}.checkbox__input[data-v-b9da4354]:hover{background:red}.checkbox__text[data-v-b9da4354]{display:grid;width:100%;padding:0 .6rem}.options[data-v-790d73bb]{display:grid;border:1px solid var(--theme-border-color);border-width:1px 1px 1px 0;border-radius:5px}.options__checkbox[data-v-790d73bb]{padding:.8rem;border-left:1px solid var(--theme-border-color)}.options__checkbox[data-v-790d73bb]:not(:last-child){border-bottom:1px solid var(--theme-border-color)}.switch-wrapper[data-v-0e3564b6]{display:flex;align-items:center;column-gap:.6rem}.switch[data-v-0e3564b6]{display:flex;overflow:hidden;width:3rem;justify-content:flex-end;padding:4px;border-radius:1rem;background:#ddd;transition:background .4s}.switch--active[data-v-0e3564b6]{background:var(--theme-brand-color-shade-3)}.switch--readOnly[data-v-0e3564b6]{opacity:.6}.switch__slider[data-v-0e3564b6]{width:1rem;height:1rem;border-radius:50%;background:#fff}.switch__dummy[data-v-0e3564b6]{flex:0;transition:flex .35s}.switch__dummy--flex[data-v-0e3564b6]{flex:1}.picture[data-v-153a2e0f]{margin:0}.picture__image--bordered[data-v-153a2e0f]{border:1px solid var(--theme-border-color)}.picture__image--expandable[data-v-153a2e0f]{cursor:pointer}.picture__background[data-v-153a2e0f]{width:100%;height:100%}.picture__background[data-v-153a2e0f]>*{stroke:var(--theme-border-color)}.picture__meta[data-v-153a2e0f]{font-size:11pt}.picture>figcaption[data-v-153a2e0f]{margin-top:.4rem;color:var(--theme-foreground-color)}.file[data-v-d491b7ce]{display:flex;width:min-content;flex-direction:column;row-gap:.8rem}.file__image[data-v-d491b7ce]{overflow:hidden;width:20rem;height:20rem;border-radius:5px}.file__image--unsent[data-v-d491b7ce]{opacity:.6}.file__actions[data-v-d491b7ce]{display:flex;overflow:hidden;align-items:center;padding:1rem;border:var(--theme-frame-border);border-radius:var(--theme-radius-medium);background:var(--theme-background-color-shade-2);color:#000;column-gap:1rem}.file__buttons[data-v-d491b7ce]{display:flex;column-gap:.4rem}.container[data-v-c86e2d2a]{border:var(--theme-frame-border);border-radius:var(--theme-radius-medium);background:var(--theme-background-color-shade-3)}.container__content[data-v-c86e2d2a]{overflow:hidden auto;max-height:20rem}.container__footer[data-v-c86e2d2a]{display:flex;height:var(--theme-input-height);flex-direction:column;justify-content:center;padding:var(--theme-input-padding);color:var(--theme-foreground-color);font-size:.8rem}.item[data-v-3b5a7221]{display:flex;min-height:2.8rem;align-items:center;padding:var(--theme-input-padding);color:var(--theme-foreground-color)}.item--selected[data-v-3b5a7221]{background:var(--theme-brand-color-shade-1);color:var(--theme-brand-color-contrast)}.item__values[data-v-3b5a7221]{display:flex;flex-direction:column;margin-right:auto;row-gap:.4rem}.item__value[data-v-3b5a7221]{display:flex;font-size:10pt}.item__value[data-v-3b5a7221]:not(:first-child){font-size:8pt}.search[data-v-f8e80dc0]{display:flex;flex-direction:column}.search__panel[data-v-f8e80dc0]{display:flex;flex-direction:column;gap:1rem}.search__input[data-v-f8e80dc0]{display:flex;align-items:stretch;margin-bottom:.8rem;gap:.8rem}.search__summary[data-v-f8e80dc0]{font-size:11pt}.form[data-v-d4645a62]{display:flex;flex-direction:column}.form__footer[data-v-d4645a62]{display:flex;align-items:center;margin-top:-1rem;column-gap:.6rem}.form__fieldset[data-v-d4645a62]{display:grid;width:100%;align-items:flex-start;padding:0;border:none;margin:0;gap:1rem;grid-template-columns:repeat(6,1fr)}.form__field-label[data-v-d4645a62]{font-size:10.2pt;line-height:1.6rem}.form__field-label--section[data-v-d4645a62]{font-size:12pt;font-weight:500}.form__field-hint[data-v-d4645a62]{font-size:.9rem}.form__field-required-hint[data-v-d4645a62]:after{margin-left:.35rem;color:#e22;content:"*"}.form__search-grid[data-v-d4645a62]{display:grid;gap:2rem}.form__validation-error[data-v-d4645a62]{padding:.4rem 0;color:red;font-size:.9rem}.form__array[data-v-d4645a62]{display:flex;flex-direction:column-reverse;gap:.6rem}.form__array-item[data-v-d4645a62]{display:flex;align-items:center;gap:.6rem}.cell-padding[data-v-0adf61ce]{padding:10px .8rem}.table[data-v-0adf61ce]{width:100%;border-radius:var(--theme-radius-large);border-spacing:0}@media screen and (width >= 768px){.table[data-v-0adf61ce]{overflow:hidden;border:var(--theme-frame-border)}}.table[data-v-0adf61ce] thead>tr{display:none}@media print{.table[data-v-0adf61ce] thead>tr{display:table-row}}@media screen and (width >= 768px){.table[data-v-0adf61ce] thead>tr{display:table-row;height:3rem;background:var(--theme-background-color-shade-4);text-align:left}}.table[data-v-0adf61ce] thead>tr>th{padding:10px .8rem;font-weight:400}.table[data-v-0adf61ce] tbody>tr,.table[data-v-0adf61ce] tfoot>tr{height:3rem;border:var(--theme-frame-border);background:var(--theme-background-color-shade-2)}@media screen and (width >= 768px){.table[data-v-0adf61ce] tbody>tr,.table[data-v-0adf61ce] tfoot>tr{border:0}.table[data-v-0adf61ce] tbody>tr:hover,.table[data-v-0adf61ce] tfoot>tr:hover{background:var(--theme-background-color-shade-2)}}@media screen and (width <= 768px){.table[data-v-0adf61ce] tbody>tr,.table[data-v-0adf61ce] tfoot>tr{display:flex;overflow:hidden;height:auto;flex-direction:column;border-radius:var(--theme-radius-large)}.table[data-v-0adf61ce] tbody>tr:not(:last-child),.table[data-v-0adf61ce] tfoot>tr:not(:last-child){margin-bottom:1rem}}@media screen and (width >= 768px){.table[data-v-0adf61ce] tbody>tr:not(:last-child)>td,.table[data-v-0adf61ce] tfoot>tr:not(:last-child)>td{border-bottom:1px solid var(--theme-border-color)}}.table[data-v-0adf61ce] tbody>tr>td,.table[data-v-0adf61ce] tfoot>tr>td{padding:10px .8rem;font-size:9.5pt}@media screen and (width >= 768px){.table[data-v-0adf61ce] tfoot>tr>td{border-top:1px solid var(--theme-border-color)}}@media screen and (width <= 768px){.table__cell-grid[data-v-0adf61ce]{display:flex;flex-direction:column}}.table__cell-mobile-label[data-v-0adf61ce]{display:none;font-weight:500}@media screen and (width <= 768px){.table__cell-mobile-label[data-v-0adf61ce]{display:inherit}}.table__cell-actions[data-v-0adf61ce]{display:flex;align-items:center;justify-content:flex-end;margin-left:auto;column-gap:.8rem}.table__cell-subvalue[data-v-0adf61ce]{font-weight:300}.table__mobile-actions[data-v-0adf61ce]{position:relative;padding:0!important;background:var(--theme-background-color-shade-4)}.table__mobile-actions-grid[data-v-0adf61ce]{display:grid}.table__mobile-actions-button[data-v-0adf61ce]{display:grid;width:100%;height:3.2rem;place-items:center}.table__mobile-actions-button[data-v-0adf61ce]:not(last-child){border-right:1px solid var(--theme-border-color)}.table__picture[data-v-0adf61ce]{overflow:hidden;width:2rem;height:2rem;border:1px solid var(--theme-border-color);border-radius:var(--theme-radius-large)}.table__empty[data-v-0adf61ce]{display:grid;padding:1.6rem 0;place-items:center}.grid[data-v-438c4aed]{display:grid;gap:1rem}@media screen and (width >= 600px){.grid[data-v-438c4aed]:not(.grid--list){gap:1.6rem;grid-template-columns:repeat(2,1fr)}}@media screen and (width >= 1200px){.grid[data-v-438c4aed]:not(.grid--list){grid-template-columns:repeat(3,1fr)}}@media screen and (width >= 1400px){.grid[data-v-438c4aed]:not(.grid--list){grid-template-columns:repeat(4,1fr)}}.card__upper[data-v-6ea2d642]{display:flex;align-items:center}.card__information[data-v-6ea2d642]{margin-top:.5rem;font-size:9.5pt;opacity:.6}.crud__controls[data-v-d5684d74]{display:flex;flex-wrap:wrap;align-items:stretch;justify-content:flex-end;gap:1rem}.crud__search[data-v-d5684d74]{min-width:90vw;flex:1;order:1}.crud__search[data-v-d5684d74] .input__container{height:100%}@media screen and (width >= 600px){.crud__search[data-v-d5684d74]{min-width:auto;order:0}}.crud__actions[data-v-d5684d74]{display:flex;align-items:stretch;gap:.5rem}.crud__pagination[data-v-d5684d74]{display:flex;align-items:center;justify-content:flex-end}.crud__context-badge[data-v-d5684d74]{display:flex;justify-content:flex-end}.prompt[data-v-c069c1ef]{max-width:32rem}.prompt__options[data-v-c069c1ef]{display:grid;width:100%;height:4rem}.prompt__option[data-v-c069c1ef]{display:grid;place-items:center}.prompt__option[data-v-c069c1ef]:not(:last-child){border-right:1px solid var(--theme-border-color)}.prompt__option--primary[data-v-c069c1ef]{color:var(--theme-blueish)}.prompt__option--danger[data-v-c069c1ef]{color:var(--theme-redish)}@keyframes blink-21bbe178{0%{opacity:1}to{opacity:.4}}.toast[data-v-21bbe178]{z-index:70;display:flex;width:90vw;padding:1rem;border:1px solid var(--theme-border-color);border-radius:5px;animation:blink-21bbe178 .5s forwards;animation-delay:2s;animation-play-state:paused;background:var(--theme-background-color);box-shadow:0 3px 3px var(--theme-shadow-color);color:var(--theme-foreground-color);gap:1rem}@media screen and (width >= 768px){.toast[data-v-21bbe178]{width:24rem}}.toast[data-v-21bbe178]:hover{animation-play-state:paused}.toast--animate[data-v-21bbe178]{animation-play-state:running}.toast__content[data-v-21bbe178]{display:flex;flex-direction:column;gap:.6rem}.toast__time[data-v-21bbe178]{font-size:10pt;opacity:.8}.main[data-v-1166be3d]{display:flex;min-height:100vh;flex-direction:column}.main__toasts[data-v-1166be3d]{position:fixed;z-index:20;right:1.6rem;bottom:1.6rem;display:flex;flex-direction:column;row-gap:.6rem}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}html{overflow:hidden scroll;scroll-behavior:smooth}html,body{padding:0;margin:0}body{font-size:15px}a:link,a:visited,a:hover,a:active{color:inherit;text-decoration:none}input[type=number]{-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}@media print{.no-print{display:none!important}}.aeria-surface{background:var(--theme-background-color);color:var(--theme-foreground-color)}.aeria-surface-alt{background:var(--theme-background-color-shade-2);color:var(--theme-foreground-color)}.aeria-body{background:var(--theme-body-background)}.aeria-branded-text{color:var(--theme-brand-color)}.aeria-redish{color:var(--theme-redish);fill:var(--theme-redish)}.aeria-blueish{color:var(--theme-blueish);fill:var(--theme-blueish)}.loading div{border:4px solid var(--theme-brand-color)!important}@keyframes lds-ripple{0%{top:36px;left:36px;width:0;height:0;opacity:0}5%{opacity:1}to{top:0;left:0;width:72px;height:72px;opacity:0}}.loading{position:relative;display:inline-block;width:80px;height:80px}.loading div{position:absolute;border:4px solid #fff;border-radius:50%;animation:lds-ripple 1s cubic-bezier(0,.2,.8,1) infinite;opacity:1}.loading div:nth-child(2){animation-delay:-.5s}.menu[data-v-3cfef7fb]{min-width:90vw;align-self:center;padding:0;border:1px solid var(--theme-border-color);border-radius:var(--theme-radius-large);background:var(--theme-background-color-shade-2);color:var(--theme-foreground-color)}@media screen and (width >= 600px){.menu[data-v-3cfef7fb]{min-width:22rem}}.menu__entry[data-v-3cfef7fb]{padding:1rem;font-size:11pt}.menu__entry[data-v-3cfef7fb]:not(:last-child){border-bottom:1px solid var(--theme-border-color)}.tabs__horizontal[data-v-a20914ab]{display:flex;gap:1.2rem}.tabs__tab[data-v-a20914ab]{display:flex;align-items:center;cursor:pointer;gap:.2rem}.tabs__tab--current[data-v-a20914ab]{font-weight:600}@media screen and (width >= 600px){.tabs__tab--info[data-v-a20914ab]{margin-right:.6rem;font-size:12pt;font-weight:500}}.tabs__context-menu-icon[data-v-a20914ab]{color:var(--theme-brand-color);font-weight:600}.tabs__context-menu-icon[data-v-a20914ab]:first-child{gap:0}.topbar__preset[data-v-5f3141a5]{display:flex;width:100%;align-items:center;justify-content:center;gap:.4rem}@media screen and (width >= 600px){.topbar__preset[data-v-5f3141a5]{justify-content:flex-start}}.profile__user-name[data-v-83d4bf4a]{font-size:18pt;font-weight:600}.profile__menu[data-v-83d4bf4a]{display:flex;overflow:hidden;flex-direction:column;padding:0;border:1px solid var(--theme-border-color);border-radius:10px;margin-top:2rem;background:var(--theme-background-color-shade-2)}.profile__menu[data-v-83d4bf4a]>*{padding:1.4rem}.profile__menu[data-v-83d4bf4a]>*:not(:last-child){border-bottom:1px solid var(--theme-border-color)}
|
package/dist/ui.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { j as p, C as m, k as u, l as c, a as d, m as l, c as P, n as b, d as C, F as h, v as B, p as F, A as x, o as I, b as T, q as f, w as g, e as w, r as M, g as S, x as k, s as y, h as G, _ as R, f as j, D as q, y as v, z, B as D, t as E, u as H, E as O, H as _, G as J } from "./index-
|
|
1
|
+
import { j as p, C as m, k as u, l as c, a as d, m as l, c as P, n as b, d as C, F as h, v as B, p as F, A as x, o as I, b as T, q as f, w as g, e as w, r as M, g as S, x as k, s as y, h as G, _ as R, f as j, D as q, y as v, z, B as D, t as E, u as H, E as O, H as _, G as J } from "./index-4cbfdb5d.js";
|
|
2
2
|
import "vue";
|
|
3
3
|
import "@aeria-ui/i18n";
|
|
4
4
|
import "@aeriajs/common";
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aeria-ui/ui",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.101",
|
|
5
5
|
"description": "",
|
|
6
6
|
"keywords": [],
|
|
7
7
|
"author": "",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"vue-tsc": "^2.0.22"
|
|
38
38
|
},
|
|
39
39
|
"peerDependencies": {
|
|
40
|
-
"@aeria-ui/core": "^0.0.
|
|
40
|
+
"@aeria-ui/core": "^0.0.64",
|
|
41
41
|
"@aeria-ui/i18n": "^0.0.8",
|
|
42
42
|
"@aeria-ui/state-management": "^0.0.13",
|
|
43
43
|
"@aeria-ui/utils": "^0.0.1",
|