@aeria-ui/ui 0.0.24 → 0.0.26
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/{activation-ff3d6437.js → activation-a25249db.js} +1 -1
- package/dist/{crud-view-637701b0.js → crud-view-d2cd3b20.js} +1 -1
- package/dist/{index-acbc1001.js → index-1b0cf92f.js} +8 -8
- package/dist/password-change-6cd9b410.js +56 -0
- package/dist/profile-9f565a25.js +132 -0
- package/dist/{signin-d5a6e078.js → signin-e90d6850.js} +1 -1
- package/dist/{signup-f5a090a1.js → signup-b1e93c9c.js} +1 -1
- package/dist/style.css +1 -1
- package/dist/ui.js +1 -1
- package/package.json +3 -4
- package/dist/password-change-23a13368.js +0 -52
- package/dist/profile-2b521e77.js +0 -132
|
@@ -2,7 +2,7 @@ import { defineComponent as C, withAsyncContext as k, ref as $, unref as c, open
|
|
|
2
2
|
import { useStore as y } from "@aeria-ui/state-management";
|
|
3
3
|
import { unsafe as x } from "@aeriajs/common";
|
|
4
4
|
import { useRouter as S } from "vue-router";
|
|
5
|
-
import { A, _ as I, a as v } from "./index-
|
|
5
|
+
import { A, _ as I, a as v } from "./index-1b0cf92f.js";
|
|
6
6
|
import "@aeria-ui/i18n";
|
|
7
7
|
import "@aeria-ui/web";
|
|
8
8
|
const R = {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as e, openBlock as t, createBlock as r, createSlots as c, withCtx as i, renderSlot as l, createCommentVNode as n } from "vue";
|
|
2
|
-
import { d as m } from "./index-
|
|
2
|
+
import { d as m } from "./index-1b0cf92f.js";
|
|
3
3
|
import "@aeria-ui/i18n";
|
|
4
4
|
import "@aeria-ui/web";
|
|
5
5
|
import "@aeria-ui/state-management";
|
|
@@ -1465,7 +1465,7 @@ const Qe = /* @__PURE__ */ X(ko, [["__scopeId", "data-v-fa7fea9f"]]), Vo = { cla
|
|
|
1465
1465
|
]),
|
|
1466
1466
|
_: 1
|
|
1467
1467
|
})) : (n(), i("div", Oo, [
|
|
1468
|
-
T.value ? (n(), i("div", wo, g(t(M)("
|
|
1468
|
+
T.value ? (n(), i("div", wo, g(t(M)("searching", { capitalize: !0 })) + "... ", 1)) : !t(r).loading.getAll && Object.values(q.value).filter((B) => !!B).length > 0 && !("items" in I.property && ((j = I.modelValue) != null && j.length) || !Array.isArray(I.modelValue) && ((te = I.modelValue) != null && te._id)) ? (n(), i("div", Bo, g(t(M)("no_results", { capitalize: !0 })), 1)) : f("", !0)
|
|
1469
1469
|
]))
|
|
1470
1470
|
]),
|
|
1471
1471
|
k("div", So, g(t(M)("showing", { capitalize: !0 })) + " " + g(v.value.length) + " " + g(t(M)("of")) + " " + g(b.value.recordsTotal), 1)
|
|
@@ -1517,7 +1517,7 @@ const Qe = /* @__PURE__ */ X(ko, [["__scopeId", "data-v-fa7fea9f"]]), Vo = { cla
|
|
|
1517
1517
|
};
|
|
1518
1518
|
}
|
|
1519
1519
|
});
|
|
1520
|
-
const Ro = /* @__PURE__ */ X(Lo, [["__scopeId", "data-v-
|
|
1520
|
+
const Ro = /* @__PURE__ */ X(Lo, [["__scopeId", "data-v-655761da"]]), rt = (c, u) => {
|
|
1521
1521
|
const e = "items" in c ? c.items : c, a = {
|
|
1522
1522
|
options: Gn,
|
|
1523
1523
|
select: He,
|
|
@@ -3140,7 +3140,7 @@ const kl = /* @__PURE__ */ X(gl, [["__scopeId", "data-v-d0b47fbb"]]), Vl = /* @_
|
|
|
3140
3140
|
{
|
|
3141
3141
|
path: "signin",
|
|
3142
3142
|
name: "/user/signin",
|
|
3143
|
-
component: () => import("./signin-
|
|
3143
|
+
component: () => import("./signin-e90d6850.js"),
|
|
3144
3144
|
meta: {
|
|
3145
3145
|
title: "Autenticação"
|
|
3146
3146
|
}
|
|
@@ -3148,7 +3148,7 @@ const kl = /* @__PURE__ */ X(gl, [["__scopeId", "data-v-d0b47fbb"]]), Vl = /* @_
|
|
|
3148
3148
|
{
|
|
3149
3149
|
path: "signup",
|
|
3150
3150
|
name: "/user/signup",
|
|
3151
|
-
component: () => import("./signup-
|
|
3151
|
+
component: () => import("./signup-b1e93c9c.js"),
|
|
3152
3152
|
meta: {
|
|
3153
3153
|
title: "Registro"
|
|
3154
3154
|
}
|
|
@@ -3156,7 +3156,7 @@ const kl = /* @__PURE__ */ X(gl, [["__scopeId", "data-v-d0b47fbb"]]), Vl = /* @_
|
|
|
3156
3156
|
{
|
|
3157
3157
|
path: "activation",
|
|
3158
3158
|
name: "/user/activation",
|
|
3159
|
-
component: () => import("./activation-
|
|
3159
|
+
component: () => import("./activation-a25249db.js"),
|
|
3160
3160
|
meta: {
|
|
3161
3161
|
title: "Ativação"
|
|
3162
3162
|
}
|
|
@@ -3178,7 +3178,7 @@ const kl = /* @__PURE__ */ X(gl, [["__scopeId", "data-v-d0b47fbb"]]), Vl = /* @_
|
|
|
3178
3178
|
name: "/dashboard/crud",
|
|
3179
3179
|
props: !0,
|
|
3180
3180
|
components: {
|
|
3181
|
-
default: () => import("./crud-view-
|
|
3181
|
+
default: () => import("./crud-view-d2cd3b20.js"),
|
|
3182
3182
|
topbar: () => Promise.resolve().then(() => Vl)
|
|
3183
3183
|
},
|
|
3184
3184
|
meta: {
|
|
@@ -3196,7 +3196,7 @@ const kl = /* @__PURE__ */ X(gl, [["__scopeId", "data-v-d0b47fbb"]]), Vl = /* @_
|
|
|
3196
3196
|
children: [
|
|
3197
3197
|
{
|
|
3198
3198
|
path: "profile",
|
|
3199
|
-
component: () => import("./profile-
|
|
3199
|
+
component: () => import("./profile-9f565a25.js"),
|
|
3200
3200
|
meta: {
|
|
3201
3201
|
title: "Meu perfil",
|
|
3202
3202
|
icon: "user-square"
|
|
@@ -3205,7 +3205,7 @@ const kl = /* @__PURE__ */ X(gl, [["__scopeId", "data-v-d0b47fbb"]]), Vl = /* @_
|
|
|
3205
3205
|
{
|
|
3206
3206
|
path: "changepass",
|
|
3207
3207
|
name: "/dashboard/user/changepass",
|
|
3208
|
-
component: () => import("./password-change-
|
|
3208
|
+
component: () => import("./password-change-6cd9b410.js"),
|
|
3209
3209
|
meta: {
|
|
3210
3210
|
title: "Mudar senha",
|
|
3211
3211
|
icon: "lock"
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
import { defineComponent as p, ref as u, openBlock as m, createBlock as _, withCtx as o, createVNode as i, withModifiers as f, createTextVNode as w, toDisplayString as h, unref as b } from "vue";
|
|
2
|
+
import { useRouter as v } from "vue-router";
|
|
3
|
+
import { useI18n as g } from "@aeria-ui/i18n";
|
|
4
|
+
import { useStore as n } from "@aeria-ui/state-management";
|
|
5
|
+
import { g as x, _ as V, a as k } from "./index-1b0cf92f.js";
|
|
6
|
+
import "@aeria-ui/web";
|
|
7
|
+
import "@aeriajs/common";
|
|
8
|
+
const D = /* @__PURE__ */ p({
|
|
9
|
+
__name: "password-change",
|
|
10
|
+
setup(y) {
|
|
11
|
+
const d = v(), s = n("user"), c = n("meta"), { t: e } = g(), t = u({
|
|
12
|
+
password: "",
|
|
13
|
+
confirmation: ""
|
|
14
|
+
}), l = async () => {
|
|
15
|
+
await s.$actions.insert({
|
|
16
|
+
what: {
|
|
17
|
+
_id: s.item._id,
|
|
18
|
+
password: t.value.password
|
|
19
|
+
}
|
|
20
|
+
}), await c.$actions.spawnModal({
|
|
21
|
+
title: `${e("done", {
|
|
22
|
+
capitalize: !0
|
|
23
|
+
})}!`,
|
|
24
|
+
body: e("password_has_been_changed", {
|
|
25
|
+
capitalize: !0
|
|
26
|
+
})
|
|
27
|
+
}), d.back();
|
|
28
|
+
};
|
|
29
|
+
return (S, r) => (m(), _(x, { style: { "max-width": "40rem" } }, {
|
|
30
|
+
default: o(() => [
|
|
31
|
+
i(V, {
|
|
32
|
+
modelValue: t.value,
|
|
33
|
+
"onUpdate:modelValue": r[0] || (r[0] = (a) => t.value = a)
|
|
34
|
+
}, {
|
|
35
|
+
default: o(({ passwordError: a }) => [
|
|
36
|
+
i(k, {
|
|
37
|
+
class: "passchange__save-button",
|
|
38
|
+
disabled: !!a,
|
|
39
|
+
onClick: f(l, ["prevent"])
|
|
40
|
+
}, {
|
|
41
|
+
default: o(() => [
|
|
42
|
+
w(h(b(e)("action.save", { capitalize: !0 })), 1)
|
|
43
|
+
]),
|
|
44
|
+
_: 2
|
|
45
|
+
}, 1032, ["disabled"])
|
|
46
|
+
]),
|
|
47
|
+
_: 1
|
|
48
|
+
}, 8, ["modelValue"])
|
|
49
|
+
]),
|
|
50
|
+
_: 1
|
|
51
|
+
}));
|
|
52
|
+
}
|
|
53
|
+
});
|
|
54
|
+
export {
|
|
55
|
+
D as default
|
|
56
|
+
};
|
|
@@ -0,0 +1,132 @@
|
|
|
1
|
+
import { defineComponent as S, ref as b, resolveDirective as h, openBlock as u, createElementBlock as w, Fragment as A, createVNode as s, mergeProps as _, unref as o, withCtx as r, createElementVNode as V, toDisplayString as n, renderSlot as C, createCommentVNode as N, withDirectives as p, createBlock as d, createTextVNode as c } from "vue";
|
|
2
|
+
import { useRouter as P } from "vue-router";
|
|
3
|
+
import { useStore as g } from "@aeria-ui/state-management";
|
|
4
|
+
import { STORAGE_NAMESPACE as v } from "@aeria-ui/web";
|
|
5
|
+
import { e as z, f as E, b as f, g as I, a as O, A as B, h as D } from "./index-1b0cf92f.js";
|
|
6
|
+
import "@aeria-ui/i18n";
|
|
7
|
+
import "@aeriajs/common";
|
|
8
|
+
const F = { class: "profile__user-name" }, M = /* @__PURE__ */ S({
|
|
9
|
+
__name: "profile",
|
|
10
|
+
setup(U) {
|
|
11
|
+
const e = g("user"), y = g("meta"), l = b(!1);
|
|
12
|
+
e.$actions.setItem(e.currentUser);
|
|
13
|
+
const $ = async () => {
|
|
14
|
+
await e.$actions.insert({
|
|
15
|
+
what: e.item
|
|
16
|
+
});
|
|
17
|
+
const i = localStorage.getItem(`${v}:auth`);
|
|
18
|
+
if (i) {
|
|
19
|
+
const t = JSON.parse(i);
|
|
20
|
+
t.user = e.item, localStorage.setItem(`${v}:auth`, JSON.stringify(t));
|
|
21
|
+
}
|
|
22
|
+
await y.$actions.spawnModal({
|
|
23
|
+
title: "Feito!",
|
|
24
|
+
body: "Suas informações foram salvas"
|
|
25
|
+
}), l.value = !1;
|
|
26
|
+
}, k = async () => {
|
|
27
|
+
await e.$actions.signout(), P().push("/user/signin");
|
|
28
|
+
};
|
|
29
|
+
return (i, t) => {
|
|
30
|
+
const m = h("clickable");
|
|
31
|
+
return u(), w(A, null, [
|
|
32
|
+
s(z, _({
|
|
33
|
+
width: "14rem",
|
|
34
|
+
height: "14rem"
|
|
35
|
+
}, {
|
|
36
|
+
bordered: "",
|
|
37
|
+
"file-id": o(e).item.picture_file && typeof o(e).item.picture_file == "object" ? o(e).item.picture_file._id : o(e).item.picture_file,
|
|
38
|
+
style: { display: "flex", "flex-direction": "column", "align-items": "center" }
|
|
39
|
+
}), {
|
|
40
|
+
caption: r(() => [
|
|
41
|
+
V("div", F, n(o(e).item.name), 1)
|
|
42
|
+
]),
|
|
43
|
+
_: 1
|
|
44
|
+
}, 16, ["file-id"]),
|
|
45
|
+
i.$slots["user-profile"] ? C(i.$slots, "user-profile", { key: 0 }, void 0, !0) : N("", !0),
|
|
46
|
+
s(E, null, {
|
|
47
|
+
"edit-profile": r(() => [
|
|
48
|
+
p((u(), d(f, {
|
|
49
|
+
icon: "pencil",
|
|
50
|
+
onClick: t[0] || (t[0] = (a) => l.value = !0)
|
|
51
|
+
}, {
|
|
52
|
+
default: r(() => [
|
|
53
|
+
c(n(i.t("edit_profile", { capitalize: !0 })), 1)
|
|
54
|
+
]),
|
|
55
|
+
_: 1
|
|
56
|
+
})), [
|
|
57
|
+
[m]
|
|
58
|
+
])
|
|
59
|
+
]),
|
|
60
|
+
"change-password": r(() => [
|
|
61
|
+
p((u(), d(f, {
|
|
62
|
+
icon: "key",
|
|
63
|
+
onClick: t[1] || (t[1] = (a) => i.$router.push("/dashboard/user/changepass"))
|
|
64
|
+
}, {
|
|
65
|
+
default: r(() => [
|
|
66
|
+
c(n(i.t("change_password", { capitalize: !0 })), 1)
|
|
67
|
+
]),
|
|
68
|
+
_: 1
|
|
69
|
+
})), [
|
|
70
|
+
[m]
|
|
71
|
+
])
|
|
72
|
+
]),
|
|
73
|
+
signout: r(() => [
|
|
74
|
+
p((u(), d(f, {
|
|
75
|
+
icon: "sign-out",
|
|
76
|
+
onClick: k
|
|
77
|
+
}, {
|
|
78
|
+
default: r(() => [
|
|
79
|
+
c(n(i.t("signout", { capitalize: !0 })), 1)
|
|
80
|
+
]),
|
|
81
|
+
_: 1
|
|
82
|
+
})), [
|
|
83
|
+
[m]
|
|
84
|
+
])
|
|
85
|
+
]),
|
|
86
|
+
_: 1
|
|
87
|
+
}),
|
|
88
|
+
s(I, {
|
|
89
|
+
modelValue: l.value,
|
|
90
|
+
"onUpdate:modelValue": t[3] || (t[3] = (a) => l.value = a),
|
|
91
|
+
float: "",
|
|
92
|
+
"close-hint": "",
|
|
93
|
+
title: i.t("edit_profile", { capitalize: !0 }),
|
|
94
|
+
onOverlayClick: t[4] || (t[4] = (a) => l.value = !1)
|
|
95
|
+
}, {
|
|
96
|
+
footer: r(() => [
|
|
97
|
+
s(O, {
|
|
98
|
+
large: "",
|
|
99
|
+
loading: o(e).loading.insert,
|
|
100
|
+
onClick: $
|
|
101
|
+
}, {
|
|
102
|
+
default: r(() => [
|
|
103
|
+
c(n(i.t("action.save", { capitalize: !0 })), 1)
|
|
104
|
+
]),
|
|
105
|
+
_: 1
|
|
106
|
+
}, 8, ["loading"])
|
|
107
|
+
]),
|
|
108
|
+
default: r(() => [
|
|
109
|
+
s(B, _({
|
|
110
|
+
modelValue: o(e).item,
|
|
111
|
+
"onUpdate:modelValue": t[2] || (t[2] = (a) => o(e).item = a)
|
|
112
|
+
}, {
|
|
113
|
+
collection: "user",
|
|
114
|
+
form: o(e).$actions.useProperties([
|
|
115
|
+
"name",
|
|
116
|
+
"email",
|
|
117
|
+
"phone",
|
|
118
|
+
"picture_file"
|
|
119
|
+
]),
|
|
120
|
+
layout: o(e).formLayout
|
|
121
|
+
}), null, 16, ["modelValue"])
|
|
122
|
+
]),
|
|
123
|
+
_: 1
|
|
124
|
+
}, 8, ["modelValue", "title"])
|
|
125
|
+
], 64);
|
|
126
|
+
};
|
|
127
|
+
}
|
|
128
|
+
});
|
|
129
|
+
const x = /* @__PURE__ */ D(M, [["__scopeId", "data-v-9b52470c"]]);
|
|
130
|
+
export {
|
|
131
|
+
x as default
|
|
132
|
+
};
|
|
@@ -3,7 +3,7 @@ import { STORAGE_NAMESPACE as C } from "@aeria-ui/web";
|
|
|
3
3
|
import { useStore as h } from "@aeria-ui/state-management";
|
|
4
4
|
import { useRouter as S } from "vue-router";
|
|
5
5
|
import { isRight as A } from "@aeriajs/common";
|
|
6
|
-
import { A as E, a as y } from "./index-
|
|
6
|
+
import { A as E, a as y } from "./index-1b0cf92f.js";
|
|
7
7
|
import "@aeria-ui/i18n";
|
|
8
8
|
const N = { style: { "text-align": "center" } }, x = ["innerHTML"], B = { key: 1 }, L = { style: { width: "100%", display: "flex", "flex-direction": "column", gap: "1rem" } }, q = /* @__PURE__ */ V({
|
|
9
9
|
__name: "signin",
|
|
@@ -2,7 +2,7 @@ import { defineComponent as y, withAsyncContext as A, ref as p, resolveDirective
|
|
|
2
2
|
import { useRouter as D } from "vue-router";
|
|
3
3
|
import { useStore as V } from "@aeria-ui/state-management";
|
|
4
4
|
import { isLeft as M, unwrapEither as N } from "@aeriajs/common";
|
|
5
|
-
import { b as F, A as P, _ as q, c as I, a as L } from "./index-
|
|
5
|
+
import { b as F, A as P, _ as q, c as I, a as L } from "./index-1b0cf92f.js";
|
|
6
6
|
import "@aeria-ui/i18n";
|
|
7
7
|
import "@aeria-ui/web";
|
|
8
8
|
const R = { style: { display: "flex", "flex-direction": "column", "align-items": "start", gap: "2rem" } }, Q = /* @__PURE__ */ y({
|
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[data-v-4b763bd3]{display:flex;align-items:center;fill:var(--icon-color, var(--theme-foreground-color));line-height:100%}.icon svg[data-v-4b763bd3]{width:100%;height:100%}.icon--reactive[data-v-4b763bd3]{padding:8px;border-radius:5px}.icon--reactive[data-v-4b763bd3]:hover{opacity:.8}.icon--reactive[data-v-4b763bd3]:active{opacity:.6}.icon--centered[data-v-4b763bd3]{align-items:center;gap:calc(var(--icon-size, 1em)/2)}.icon--standalone[data-v-4b763bd3]{--icon-size: 18px}.icon__icon[data-v-4b763bd3]{display:grid;width:var(--icon-size, 1em);height:var(--icon-size, 1em);place-items:center}.icon__icon--right[data-v-4b763bd3]{order:1}.padding[data-v-729778b1]{padding:1.4rem}@media screen and (width >= 768px){.padding[data-v-729778b1]{padding:1.8rem 2.4rem}}.panel[data-v-729778b1]{--min-width: var(--panel-min-width, 36rem);--max-width: var(--panel-max-width, unset);--fixed-width: 50rem}.panel--fixed[data-v-729778b1]{position:absolute}.panel__content[data-v-729778b1]{display:flex;overflow:hidden;flex-direction:column;padding:0}.panel__content--rounded[data-v-729778b1]{border:1px solid var(--theme-border-color)}.panel__content--outer-header[data-v-729778b1]{border:none!important;background:transparent!important}.panel__content--outer-header .panel__body[data-v-729778b1],.panel__content--outer-header .panel__footer[data-v-729778b1]{border-radius:5px;background:var(--theme-background-color)}.panel__content--bordered-body .panel__body[data-v-729778b1]{border:1px solid var(--theme-border-color)}.panel__content--floating .panel__header[data-v-729778b1],.panel__content--fixed-right .panel__header[data-v-729778b1]{box-sizing:content-box;padding:.6rem 1.4rem;border-bottom:var(--theme-frame-border);font-size:14pt;font-weight:600}@media screen and (width >= 768px){.panel__content--floating .panel__header[data-v-729778b1],.panel__content--fixed-right .panel__header[data-v-729778b1]{padding:.6rem 2.4rem}}.panel__content--fixed-right[data-v-729778b1]{animation:var(--theme-animation-fixed-right)}.panel__content--floating[data-v-729778b1]{position:fixed;top:50%;min-width:90vw;max-width:90vw;max-height:80vh;border-radius:var(--theme-radius-large);animation:var(--theme-animation-floating);transform:translateY(-50%)}@media screen and (width >= 768px){.panel__content--floating[data-v-729778b1]{min-width:var(--min-width);max-width:var(--max-width)}}.panel__content--fixed-right[data-v-729778b1]{position:fixed;top:0;right:0;width:100vw;height:100vh;border:0;border-radius:0;overscroll-behavior:contain}@media screen and (width >= 768px){.panel__content--fixed-right[data-v-729778b1]{width:var(--fixed-width)}}.panel__content--transparent[data-v-729778b1]{border:none!important;background:none!important}@media screen and (width <= 768px){.panel__content--transparent-mobile[data-v-729778b1]{border:none!important;background:none!important}.panel__content--transparent-mobile .panel__header[data-v-729778b1]{margin-bottom:1rem}}.panel__header[data-v-729778b1]{display:flex;min-height:3rem;align-items:center;line-height:100%}.panel__header[data-v-729778b1] [data-component=icon]{width:1.2rem}.panel__header[data-v-729778b1]:not(.panel__header--outer){background:var(--theme-background-color-shade-4)}.panel__header-left[data-v-729778b1]{display:flex;flex:1;align-items:center}.panel__body[data-v-729778b1]{display:flex;flex-direction:column;overflow-y:auto;overscroll-behavior:contain;row-gap:1.8rem}.panel__body--padded[data-v-729778b1]{padding:1.4rem}@media screen and (width >= 768px){.panel__body--padded[data-v-729778b1]{padding:1.8rem 2.4rem}}.panel__footer[data-v-729778b1]{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-729778b1]{padding:1rem 1.4rem}@media screen and (width >= 768px){.panel__footer--padded[data-v-729778b1]{padding:1rem 2.4rem}}.panel__footer--shadowed[data-v-729778b1]{z-index:10;box-shadow:0 4px 20px var(--theme-shadow-color)}@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}.content__body[data-v-24506525]{animation:var(--theme-animation-dropdown)}.content__section[data-v-24506525]:not(:last-child){border-bottom:1px solid var(--theme-border-color)}@media screen and (width >= 600px){.content__section[data-v-24506525]{min-width:12rem}}.content__item[data-v-24506525]{display:flex;width:100%;color:var(--theme-foreground-color);font-weight:400}.content__item[data-v-24506525]>*{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-24506525]>*{justify-content:flex-start;padding:1rem!important}}.content__item--reactive[data-v-24506525]:hover{background:var(--theme-background-color-shade-4)}.content__item[data-v-24506525]:not(:last-child){border-bottom:1px solid var(--theme-border-color)}.contextmenu__trigger[data-v-24506525]{display:flex;justify-content:flex-start}.content[data-v-24506525] .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-24506525] .panel__content{top:0;left:0;transform:translate(min(var(--fae20070),calc(100vw - 100%))) translateY(min(var(--fae2006e),calc(100vh - 100%)))!important;width:auto}}.info[data-v-b4b7dab5]{position:relative;display:inline-flex}.info__content[data-v-b4b7dab5]{padding:.5rem 1rem;border-radius:5px;background:#000;color:#fff;font-size:10pt;white-space:nowrap}.info__bubble[data-v-b4b7dab5]{position:absolute;z-index:20;overflow:hidden;border-radius:0 5rem 5rem 0!important}.info__bubble--top[data-v-b4b7dab5]{top:-80%;left:50%;transform:translate(-50%)}.info__bubble--topleft[data-v-b4b7dab5]{top:-80%;right:100%}.info__bubble--left[data-v-b4b7dab5]{top:50%;right:100%;transform:translateY(-50%)}.info__bubble--bottom[data-v-b4b7dab5]{bottom:-80%;left:50%;transform:translate(-50%)}.info__bubble--right[data-v-b4b7dab5]{top:50%;left:80%;transform:translateY(-50%)}.focus .input__container>.input__input[data-v-df85970f],.focus .input__container>.input__textarea[data-v-df85970f]{border-color:var(--theme-brand-color)}.focus .input__icon[data-v-df85970f] [data-component=icon]{fill:var(--theme-brand-color)}.input:focus-within .input__container>.input__input[data-v-df85970f],.textarea:focus-within .input__container>.input__input[data-v-df85970f],.input:focus-within .input__container>.input__textarea[data-v-df85970f],.textarea:focus-within .input__container>.input__textarea[data-v-df85970f]{border-color:var(--theme-brand-color)}.input:focus-within .input__icon[data-v-df85970f] [data-component=icon],.textarea:focus-within .input__icon[data-v-df85970f] [data-component=icon]{fill:var(--theme-brand-color)}.input[data-v-df85970f]{--background-color: var(--input-background-color, var(--theme-background-color-shade-3))}.input__container[data-v-df85970f]{position:relative;display:flex}.input__container>.input__input[data-v-df85970f],.input__container>.input__textarea[data-v-df85970f]{border:1px solid var(--background-color);background:var(--background-color)}.input__container--light[data-v-df85970f]{border-bottom:1px solid #dedede}.input__input[data-v-df85970f],.input__textarea[data-v-df85970f]{font-family:unset}.input__input[data-v-df85970f]{width:100%;height:var(--theme-input-height);border:1px solid red;outline:none}.input__input--normal[data-v-df85970f],.input__input--bold[data-v-df85970f]{border-radius:var(--theme-radius-medium);background:var(--background-color);color:var(--theme-foreground-color)}.input__input--normal[data-v-df85970f]{padding:var(--theme-input-padding);font-size:11pt}.input__input--bold[data-v-df85970f]{height:var(--theme-input-height-large);padding:var(--theme-input-padding-large);font-size:12.5pt}.input__input--light[data-v-df85970f]{padding:.6rem;background:transparent}.input__input--icon[data-v-df85970f]{padding-left:2.6em!important}.input__input--readOnly[data-v-df85970f]{background:#eee}.input__textarea[data-v-df85970f]{display:block;width:100%;height:8em;outline:none}.input__icon[data-v-df85970f]{position:absolute;top:50%;left:.6em;width:1.1em;transform:translateY(-50%)}.input__icon[data-v-df85970f] [data-component=icon]{fill:#bbb}.input__icon--bold[data-v-df85970f] [data-component=icon]{width:1.2rem;height:1.2rem}.input__clipboard[data-v-df85970f]{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-7a33443b]{--background-color: var(--select-background-color, var(--theme-background-color-shade-3));--border: var(--select-border, var(--theme-frame-border));display:flex;align-items:center;border:1px solid var(--border-color);border-radius:var(--theme-radius-medium);background:var(--background-color);gap:.4rem}.select--outline[data-v-7a33443b]:focus-within{border-color:var(--theme-brand-color)}.select__select[data-v-7a33443b]{width:100%;min-width:5rem;height:var(--theme-input-height);padding:var(--theme-input-padding);border-radius:4px;background:transparent;color:var(--theme-foreground-color);font-family:unset;line-height:1.5rem}.select__select[data-v-7a33443b]:focus{outline:none}.select__select[data-v-7a33443b] option{height:100%;background:var(--background-color)}.select__select--multiple[data-v-7a33443b]{padding:0}.select__select--multiple[data-v-7a33443b] option{height:var(--theme-input-height);padding:var(--theme-input-padding)}.select__select--multiple[data-v-7a33443b] option[data-selected=true]{background:var(--theme-brand-color);color:var(--theme-brand-color-contrast)}.pagination[data-v-7b3fd4da]{display:flex;box-sizing:content-box;column-gap:2rem}@media screen and (width <= 600px){.pagination[data-v-7b3fd4da]{display:none}}.pagination__control[data-v-7b3fd4da]{display:flex;align-items:center}.pagination__page-input[data-v-7b3fd4da]{display:flex;align-items:center;gap:.6rem}.pagination__page-input[data-v-7b3fd4da] [data-component=input]{width:2.8rem}.checkbox[data-v-c0ec1e4a]{display:flex;align-items:center;-webkit-user-select:none;user-select:none}.checkbox__input[data-v-c0ec1e4a]{width:1rem;height:1rem}.checkbox__input[data-v-c0ec1e4a]:hover{background:red}.checkbox__text[data-v-c0ec1e4a]{display:grid;width:100%;padding:0 .6rem}.options[data-v-43cda372]{display:grid;border:1px solid var(--theme-border-color);border-width:1px 1px 1px 0;border-radius:5px}.options__checkbox[data-v-43cda372]{padding:.8rem;border-left:1px solid var(--theme-border-color)}.options__checkbox[data-v-43cda372]:not(:last-child){border-bottom:1px solid var(--theme-border-color)}.switch-wrapper[data-v-30f5a5ca]{display:flex;align-items:center;column-gap:.6rem}.switch[data-v-30f5a5ca]{display:flex;overflow:hidden;width:3rem;justify-content:flex-end;padding:4px;border-radius:1rem;background:#ddd;transition:background .4s}.switch--active[data-v-30f5a5ca]{background:var(--theme-brand-color-shade-3)}.switch--readOnly[data-v-30f5a5ca]{opacity:.6}.switch__slider[data-v-30f5a5ca]{width:1rem;height:1rem;border-radius:50%;background:#fff}.switch__dummy[data-v-30f5a5ca]{flex:0;transition:flex .35s}.switch__dummy--flex[data-v-30f5a5ca]{flex:1}.picture[data-v-ecfb1379]{margin:0}.picture__image--bordered[data-v-ecfb1379]{border:1px solid var(--theme-border-color)}.picture__image--expandable[data-v-ecfb1379]{cursor:pointer}.picture__background[data-v-ecfb1379]{width:100%;height:100%}.picture__background>*[data-v-ecfb1379]{stroke:var(--theme-border-color)}.picture__meta[data-v-ecfb1379]{font-size:11pt}.picture>figcaption[data-v-ecfb1379]{margin-top:.4rem;color:var(--theme-foreground-color)}.file[data-v-f3848c9a]{display:flex;width:min-content;flex-direction:column;row-gap:.8rem}.file__image[data-v-f3848c9a]{overflow:hidden;width:20rem;height:20rem;border-radius:5px}.file__image--unsent[data-v-f3848c9a]{opacity:.6}.file__actions[data-v-f3848c9a]{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-f3848c9a]{display:flex;column-gap:.4rem}.container[data-v-193f9eed]{border:var(--theme-frame-border);border-radius:var(--theme-radius-medium);background:var(--theme-background-color-shade-3)}.container__content[data-v-193f9eed]{overflow:hidden auto;max-height:20rem}.container__footer[data-v-193f9eed]{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-fa7fea9f]{display:flex;min-height:2.8rem;align-items:center;padding:.6rem;color:var(--theme-foreground-color)}.item--selected[data-v-fa7fea9f]{background:var(--theme-brand-color-shade-1);color:var(--theme-brand-color-contrast)}.item__values[data-v-fa7fea9f]{display:flex;flex-direction:column;row-gap:.4rem}.item__value[data-v-fa7fea9f]{display:flex;font-size:10pt}.item__value[data-v-fa7fea9f]:not(:first-child){font-size:8pt}.search[data-v-a3130b28],.search__panel[data-v-a3130b28]{display:flex;flex-direction:column}.search__input[data-v-a3130b28]{display:flex;align-items:stretch;margin-bottom:.8rem;gap:.8rem}.search__summary[data-v-a3130b28]{font-size:11pt}.form[data-v-744f1b34]{display:flex;flex-direction:column}.form__footer[data-v-744f1b34]{display:flex;align-items:center;margin-top:-1rem;column-gap:.6rem}.form__fieldset[data-v-744f1b34]{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-744f1b34]{font-size:10.2pt;line-height:1.6rem}.form__field-label--section[data-v-744f1b34]{font-size:12pt;font-weight:500}.form__field-hint[data-v-744f1b34]{font-size:.9rem}.form__field-required-hint[data-v-744f1b34]:after{margin-left:.35rem;color:#e22;content:"*"}.form__search-grid[data-v-744f1b34]{display:grid;gap:2rem}.form__validation-error[data-v-744f1b34]{padding:.4rem 0;color:red;font-size:.9rem}.cell-padding[data-v-d8e1b8cf]{padding:10px .8rem}.table[data-v-d8e1b8cf]{width:100%;border-radius:var(--theme-radius-large);border-spacing:0}@media screen and (width >= 768px){.table[data-v-d8e1b8cf]{overflow:hidden;border:var(--theme-frame-border)}}.table[data-v-d8e1b8cf] thead>tr{display:none}@media print{.table[data-v-d8e1b8cf] thead>tr{display:table-row}}@media screen and (width >= 768px){.table[data-v-d8e1b8cf] thead>tr{display:table-row;height:3rem;background:var(--theme-background-color-shade-4);text-align:left}}.table[data-v-d8e1b8cf] thead>tr>th{padding:10px .8rem;font-weight:400}.table[data-v-d8e1b8cf] tbody>tr,.table[data-v-d8e1b8cf] tfoot>tr{height:3rem;border:var(--theme-frame-border);background:var(--theme-background-color-shade-2)}@media screen and (width >= 768px){.table[data-v-d8e1b8cf] tbody>tr,.table[data-v-d8e1b8cf] tfoot>tr{border:0}.table[data-v-d8e1b8cf] tbody>tr:hover,.table[data-v-d8e1b8cf] tfoot>tr:hover{background:var(--theme-background-color-shade-2)}}@media screen and (width <= 768px){.table[data-v-d8e1b8cf] tbody>tr,.table[data-v-d8e1b8cf] tfoot>tr{display:flex;overflow:hidden;height:auto;flex-direction:column;border-radius:var(--theme-radius-large)}.table[data-v-d8e1b8cf] tbody>tr:not(:last-child),.table[data-v-d8e1b8cf] tfoot>tr:not(:last-child){margin-bottom:1rem}}@media screen and (width >= 768px){.table[data-v-d8e1b8cf] tbody>tr:not(:last-child)>td,.table[data-v-d8e1b8cf] tfoot>tr:not(:last-child)>td{border-bottom:1px solid var(--theme-border-color)}}.table[data-v-d8e1b8cf] tbody>tr>td,.table[data-v-d8e1b8cf] tfoot>tr>td{padding:10px .8rem;font-size:9.5pt}@media screen and (width >= 768px){.table[data-v-d8e1b8cf] tfoot>tr>td{border-top:1px solid var(--theme-border-color)}}@media screen and (width <= 768px){.table__cell-grid[data-v-d8e1b8cf]{display:flex;flex-direction:column}}.table__cell-mobile-label[data-v-d8e1b8cf]{display:none;font-weight:500}@media screen and (width <= 768px){.table__cell-mobile-label[data-v-d8e1b8cf]{display:inherit}}.table__cell-actions[data-v-d8e1b8cf]{display:flex;align-items:center;justify-content:flex-end;margin-left:auto;column-gap:.8rem}.table__cell-subvalue[data-v-d8e1b8cf]{font-weight:300}.table__mobile-actions[data-v-d8e1b8cf]{position:relative;padding:0!important;background:var(--theme-background-color-shade-4)}.table__mobile-actions-grid[data-v-d8e1b8cf]{display:grid}.table__mobile-actions-button[data-v-d8e1b8cf]{display:grid;width:100%;height:3.2rem;place-items:center}.table__mobile-actions-button[data-v-d8e1b8cf]:not(last-child){border-right:1px solid var(--theme-border-color)}.table__picture[data-v-d8e1b8cf]{overflow:hidden;width:2rem;height:2rem;border:1px solid var(--theme-border-color);border-radius:var(--theme-radius-large)}.table__empty[data-v-d8e1b8cf]{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-e4d693b3]{display:flex;align-items:center}.card__information[data-v-e4d693b3]{margin-top:.5rem;font-size:9.5pt;opacity:.6}.crud__controls[data-v-476a7284]{display:flex;flex-wrap:wrap;align-items:stretch;justify-content:flex-end;gap:1rem}.crud__search[data-v-476a7284]{min-width:90vw;flex:1;order:1}.crud__search[data-v-476a7284] .input__container{height:100%}@media screen and (width >= 600px){.crud__search[data-v-476a7284]{min-width:auto;order:0}}.crud__actions[data-v-476a7284]{display:flex;align-items:stretch;gap:.5rem}.crud__pagination[data-v-476a7284]{display:flex;align-items:center;justify-content:flex-end}.crud__context-badge[data-v-476a7284]{display:flex;justify-content:flex-end}.prompt[data-v-73673b07]{max-width:32rem}.prompt__actions[data-v-73673b07]{display:grid;width:100%;height:4rem}.prompt__action[data-v-73673b07]{display:grid;place-items:center}.prompt__action[data-v-73673b07]:not(:last-child){border-right:1px solid var(--theme-border-color)}.prompt__action--primary[data-v-73673b07]{color:var(--theme-blueish)}.prompt__action--danger[data-v-73673b07]{color:var(--theme-redish)}@keyframes blink-54736bc3{0%{opacity:1}to{opacity:.4}}.toast[data-v-54736bc3]{z-index:70;display:flex;width:90vw;padding:1rem;border:1px solid var(--theme-border-color);border-radius:5px;animation:blink-54736bc3 .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;-webkit-user-select:none;user-select:none}@media screen and (width >= 768px){.toast[data-v-54736bc3]{width:24rem}}.toast--animate[data-v-54736bc3]{animation-play-state:running}.toast__content[data-v-54736bc3]{display:flex;flex-direction:column;gap:.6rem}.toast__time[data-v-54736bc3]{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}*::-webkit-scrollbar{width:0}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-d12cddeb]{display:flex;gap:1.2rem}.tabs__tab[data-v-d12cddeb]{display:flex;align-items:center;cursor:pointer;gap:.2rem}.tabs__tab--current[data-v-d12cddeb]{font-weight:600}@media screen and (width >= 600px){.tabs__tab--info[data-v-d12cddeb]{margin-right:.6rem;font-size:12pt;font-weight:500}}.tabs__context-menu-icon[data-v-d12cddeb]{color:var(--theme-brand-color);font-weight:600}.tabs__context-menu-icon[data-v-d12cddeb]:first-child{gap:0}.topbar__preset[data-v-d0b47fbb]{display:flex;width:100%;align-items:center;justify-content:center;gap:.4rem}@media screen and (width >= 600px){.topbar__preset[data-v-d0b47fbb]{justify-content:flex-start}}.profile__user-name[data-v-0045e73e]{font-size:18pt;font-weight:600}.profile__menu[data-v-0045e73e]{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-0045e73e]{padding:1.4rem}.profile__menu>*[data-v-0045e73e]: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[data-v-4b763bd3]{display:flex;align-items:center;fill:var(--icon-color, var(--theme-foreground-color));line-height:100%}.icon svg[data-v-4b763bd3]{width:100%;height:100%}.icon--reactive[data-v-4b763bd3]{padding:8px;border-radius:5px}.icon--reactive[data-v-4b763bd3]:hover{opacity:.8}.icon--reactive[data-v-4b763bd3]:active{opacity:.6}.icon--centered[data-v-4b763bd3]{align-items:center;gap:calc(var(--icon-size, 1em)/2)}.icon--standalone[data-v-4b763bd3]{--icon-size: 18px}.icon__icon[data-v-4b763bd3]{display:grid;width:var(--icon-size, 1em);height:var(--icon-size, 1em);place-items:center}.icon__icon--right[data-v-4b763bd3]{order:1}.padding[data-v-729778b1]{padding:1.4rem}@media screen and (width >= 768px){.padding[data-v-729778b1]{padding:1.8rem 2.4rem}}.panel[data-v-729778b1]{--min-width: var(--panel-min-width, 36rem);--max-width: var(--panel-max-width, unset);--fixed-width: 50rem}.panel--fixed[data-v-729778b1]{position:absolute}.panel__content[data-v-729778b1]{display:flex;overflow:hidden;flex-direction:column;padding:0}.panel__content--rounded[data-v-729778b1]{border:1px solid var(--theme-border-color)}.panel__content--outer-header[data-v-729778b1]{border:none!important;background:transparent!important}.panel__content--outer-header .panel__body[data-v-729778b1],.panel__content--outer-header .panel__footer[data-v-729778b1]{border-radius:5px;background:var(--theme-background-color)}.panel__content--bordered-body .panel__body[data-v-729778b1]{border:1px solid var(--theme-border-color)}.panel__content--floating .panel__header[data-v-729778b1],.panel__content--fixed-right .panel__header[data-v-729778b1]{box-sizing:content-box;padding:.6rem 1.4rem;border-bottom:var(--theme-frame-border);font-size:14pt;font-weight:600}@media screen and (width >= 768px){.panel__content--floating .panel__header[data-v-729778b1],.panel__content--fixed-right .panel__header[data-v-729778b1]{padding:.6rem 2.4rem}}.panel__content--fixed-right[data-v-729778b1]{animation:var(--theme-animation-fixed-right)}.panel__content--floating[data-v-729778b1]{position:fixed;top:50%;min-width:90vw;max-width:90vw;max-height:80vh;border-radius:var(--theme-radius-large);animation:var(--theme-animation-floating);transform:translateY(-50%)}@media screen and (width >= 768px){.panel__content--floating[data-v-729778b1]{min-width:var(--min-width);max-width:var(--max-width)}}.panel__content--fixed-right[data-v-729778b1]{position:fixed;top:0;right:0;width:100vw;height:100vh;border:0;border-radius:0;overscroll-behavior:contain}@media screen and (width >= 768px){.panel__content--fixed-right[data-v-729778b1]{width:var(--fixed-width)}}.panel__content--transparent[data-v-729778b1]{border:none!important;background:none!important}@media screen and (width <= 768px){.panel__content--transparent-mobile[data-v-729778b1]{border:none!important;background:none!important}.panel__content--transparent-mobile .panel__header[data-v-729778b1]{margin-bottom:1rem}}.panel__header[data-v-729778b1]{display:flex;min-height:3rem;align-items:center;line-height:100%}.panel__header[data-v-729778b1] [data-component=icon]{width:1.2rem}.panel__header[data-v-729778b1]:not(.panel__header--outer){background:var(--theme-background-color-shade-4)}.panel__header-left[data-v-729778b1]{display:flex;flex:1;align-items:center}.panel__body[data-v-729778b1]{display:flex;flex-direction:column;overflow-y:auto;overscroll-behavior:contain;row-gap:1.8rem}.panel__body--padded[data-v-729778b1]{padding:1.4rem}@media screen and (width >= 768px){.panel__body--padded[data-v-729778b1]{padding:1.8rem 2.4rem}}.panel__footer[data-v-729778b1]{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-729778b1]{padding:1rem 1.4rem}@media screen and (width >= 768px){.panel__footer--padded[data-v-729778b1]{padding:1rem 2.4rem}}.panel__footer--shadowed[data-v-729778b1]{z-index:10;box-shadow:0 4px 20px var(--theme-shadow-color)}@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}.content__body[data-v-24506525]{animation:var(--theme-animation-dropdown)}.content__section[data-v-24506525]:not(:last-child){border-bottom:1px solid var(--theme-border-color)}@media screen and (width >= 600px){.content__section[data-v-24506525]{min-width:12rem}}.content__item[data-v-24506525]{display:flex;width:100%;color:var(--theme-foreground-color);font-weight:400}.content__item[data-v-24506525]>*{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-24506525]>*{justify-content:flex-start;padding:1rem!important}}.content__item--reactive[data-v-24506525]:hover{background:var(--theme-background-color-shade-4)}.content__item[data-v-24506525]:not(:last-child){border-bottom:1px solid var(--theme-border-color)}.contextmenu__trigger[data-v-24506525]{display:flex;justify-content:flex-start}.content[data-v-24506525] .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-24506525] .panel__content{top:0;left:0;transform:translate(min(var(--fae20070),calc(100vw - 100%))) translateY(min(var(--fae2006e),calc(100vh - 100%)))!important;width:auto}}.info[data-v-b4b7dab5]{position:relative;display:inline-flex}.info__content[data-v-b4b7dab5]{padding:.5rem 1rem;border-radius:5px;background:#000;color:#fff;font-size:10pt;white-space:nowrap}.info__bubble[data-v-b4b7dab5]{position:absolute;z-index:20;overflow:hidden;border-radius:0 5rem 5rem 0!important}.info__bubble--top[data-v-b4b7dab5]{top:-80%;left:50%;transform:translate(-50%)}.info__bubble--topleft[data-v-b4b7dab5]{top:-80%;right:100%}.info__bubble--left[data-v-b4b7dab5]{top:50%;right:100%;transform:translateY(-50%)}.info__bubble--bottom[data-v-b4b7dab5]{bottom:-80%;left:50%;transform:translate(-50%)}.info__bubble--right[data-v-b4b7dab5]{top:50%;left:80%;transform:translateY(-50%)}.focus .input__container>.input__input[data-v-df85970f],.focus .input__container>.input__textarea[data-v-df85970f]{border-color:var(--theme-brand-color)}.focus .input__icon[data-v-df85970f] [data-component=icon]{fill:var(--theme-brand-color)}.input:focus-within .input__container>.input__input[data-v-df85970f],.textarea:focus-within .input__container>.input__input[data-v-df85970f],.input:focus-within .input__container>.input__textarea[data-v-df85970f],.textarea:focus-within .input__container>.input__textarea[data-v-df85970f]{border-color:var(--theme-brand-color)}.input:focus-within .input__icon[data-v-df85970f] [data-component=icon],.textarea:focus-within .input__icon[data-v-df85970f] [data-component=icon]{fill:var(--theme-brand-color)}.input[data-v-df85970f]{--background-color: var(--input-background-color, var(--theme-background-color-shade-3))}.input__container[data-v-df85970f]{position:relative;display:flex}.input__container>.input__input[data-v-df85970f],.input__container>.input__textarea[data-v-df85970f]{border:1px solid var(--background-color);background:var(--background-color)}.input__container--light[data-v-df85970f]{border-bottom:1px solid #dedede}.input__input[data-v-df85970f],.input__textarea[data-v-df85970f]{font-family:unset}.input__input[data-v-df85970f]{width:100%;height:var(--theme-input-height);border:1px solid red;outline:none}.input__input--normal[data-v-df85970f],.input__input--bold[data-v-df85970f]{border-radius:var(--theme-radius-medium);background:var(--background-color);color:var(--theme-foreground-color)}.input__input--normal[data-v-df85970f]{padding:var(--theme-input-padding);font-size:11pt}.input__input--bold[data-v-df85970f]{height:var(--theme-input-height-large);padding:var(--theme-input-padding-large);font-size:12.5pt}.input__input--light[data-v-df85970f]{padding:.6rem;background:transparent}.input__input--icon[data-v-df85970f]{padding-left:2.6em!important}.input__input--readOnly[data-v-df85970f]{background:#eee}.input__textarea[data-v-df85970f]{display:block;width:100%;height:8em;outline:none}.input__icon[data-v-df85970f]{position:absolute;top:50%;left:.6em;width:1.1em;transform:translateY(-50%)}.input__icon[data-v-df85970f] [data-component=icon]{fill:#bbb}.input__icon--bold[data-v-df85970f] [data-component=icon]{width:1.2rem;height:1.2rem}.input__clipboard[data-v-df85970f]{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-7a33443b]{--background-color: var(--select-background-color, var(--theme-background-color-shade-3));--border: var(--select-border, var(--theme-frame-border));display:flex;align-items:center;border:1px solid var(--border-color);border-radius:var(--theme-radius-medium);background:var(--background-color);gap:.4rem}.select--outline[data-v-7a33443b]:focus-within{border-color:var(--theme-brand-color)}.select__select[data-v-7a33443b]{width:100%;min-width:5rem;height:var(--theme-input-height);padding:var(--theme-input-padding);border-radius:4px;background:transparent;color:var(--theme-foreground-color);font-family:unset;line-height:1.5rem}.select__select[data-v-7a33443b]:focus{outline:none}.select__select[data-v-7a33443b] option{height:100%;background:var(--background-color)}.select__select--multiple[data-v-7a33443b]{padding:0}.select__select--multiple[data-v-7a33443b] option{height:var(--theme-input-height);padding:var(--theme-input-padding)}.select__select--multiple[data-v-7a33443b] option[data-selected=true]{background:var(--theme-brand-color);color:var(--theme-brand-color-contrast)}.pagination[data-v-7b3fd4da]{display:flex;box-sizing:content-box;column-gap:2rem}@media screen and (width <= 600px){.pagination[data-v-7b3fd4da]{display:none}}.pagination__control[data-v-7b3fd4da]{display:flex;align-items:center}.pagination__page-input[data-v-7b3fd4da]{display:flex;align-items:center;gap:.6rem}.pagination__page-input[data-v-7b3fd4da] [data-component=input]{width:2.8rem}.checkbox[data-v-c0ec1e4a]{display:flex;align-items:center;-webkit-user-select:none;user-select:none}.checkbox__input[data-v-c0ec1e4a]{width:1rem;height:1rem}.checkbox__input[data-v-c0ec1e4a]:hover{background:red}.checkbox__text[data-v-c0ec1e4a]{display:grid;width:100%;padding:0 .6rem}.options[data-v-43cda372]{display:grid;border:1px solid var(--theme-border-color);border-width:1px 1px 1px 0;border-radius:5px}.options__checkbox[data-v-43cda372]{padding:.8rem;border-left:1px solid var(--theme-border-color)}.options__checkbox[data-v-43cda372]:not(:last-child){border-bottom:1px solid var(--theme-border-color)}.switch-wrapper[data-v-30f5a5ca]{display:flex;align-items:center;column-gap:.6rem}.switch[data-v-30f5a5ca]{display:flex;overflow:hidden;width:3rem;justify-content:flex-end;padding:4px;border-radius:1rem;background:#ddd;transition:background .4s}.switch--active[data-v-30f5a5ca]{background:var(--theme-brand-color-shade-3)}.switch--readOnly[data-v-30f5a5ca]{opacity:.6}.switch__slider[data-v-30f5a5ca]{width:1rem;height:1rem;border-radius:50%;background:#fff}.switch__dummy[data-v-30f5a5ca]{flex:0;transition:flex .35s}.switch__dummy--flex[data-v-30f5a5ca]{flex:1}.picture[data-v-ecfb1379]{margin:0}.picture__image--bordered[data-v-ecfb1379]{border:1px solid var(--theme-border-color)}.picture__image--expandable[data-v-ecfb1379]{cursor:pointer}.picture__background[data-v-ecfb1379]{width:100%;height:100%}.picture__background>*[data-v-ecfb1379]{stroke:var(--theme-border-color)}.picture__meta[data-v-ecfb1379]{font-size:11pt}.picture>figcaption[data-v-ecfb1379]{margin-top:.4rem;color:var(--theme-foreground-color)}.file[data-v-f3848c9a]{display:flex;width:min-content;flex-direction:column;row-gap:.8rem}.file__image[data-v-f3848c9a]{overflow:hidden;width:20rem;height:20rem;border-radius:5px}.file__image--unsent[data-v-f3848c9a]{opacity:.6}.file__actions[data-v-f3848c9a]{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-f3848c9a]{display:flex;column-gap:.4rem}.container[data-v-193f9eed]{border:var(--theme-frame-border);border-radius:var(--theme-radius-medium);background:var(--theme-background-color-shade-3)}.container__content[data-v-193f9eed]{overflow:hidden auto;max-height:20rem}.container__footer[data-v-193f9eed]{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-fa7fea9f]{display:flex;min-height:2.8rem;align-items:center;padding:.6rem;color:var(--theme-foreground-color)}.item--selected[data-v-fa7fea9f]{background:var(--theme-brand-color-shade-1);color:var(--theme-brand-color-contrast)}.item__values[data-v-fa7fea9f]{display:flex;flex-direction:column;row-gap:.4rem}.item__value[data-v-fa7fea9f]{display:flex;font-size:10pt}.item__value[data-v-fa7fea9f]:not(:first-child){font-size:8pt}.search[data-v-655761da],.search__panel[data-v-655761da]{display:flex;flex-direction:column}.search__input[data-v-655761da]{display:flex;align-items:stretch;margin-bottom:.8rem;gap:.8rem}.search__summary[data-v-655761da]{font-size:11pt}.form[data-v-744f1b34]{display:flex;flex-direction:column}.form__footer[data-v-744f1b34]{display:flex;align-items:center;margin-top:-1rem;column-gap:.6rem}.form__fieldset[data-v-744f1b34]{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-744f1b34]{font-size:10.2pt;line-height:1.6rem}.form__field-label--section[data-v-744f1b34]{font-size:12pt;font-weight:500}.form__field-hint[data-v-744f1b34]{font-size:.9rem}.form__field-required-hint[data-v-744f1b34]:after{margin-left:.35rem;color:#e22;content:"*"}.form__search-grid[data-v-744f1b34]{display:grid;gap:2rem}.form__validation-error[data-v-744f1b34]{padding:.4rem 0;color:red;font-size:.9rem}.cell-padding[data-v-d8e1b8cf]{padding:10px .8rem}.table[data-v-d8e1b8cf]{width:100%;border-radius:var(--theme-radius-large);border-spacing:0}@media screen and (width >= 768px){.table[data-v-d8e1b8cf]{overflow:hidden;border:var(--theme-frame-border)}}.table[data-v-d8e1b8cf] thead>tr{display:none}@media print{.table[data-v-d8e1b8cf] thead>tr{display:table-row}}@media screen and (width >= 768px){.table[data-v-d8e1b8cf] thead>tr{display:table-row;height:3rem;background:var(--theme-background-color-shade-4);text-align:left}}.table[data-v-d8e1b8cf] thead>tr>th{padding:10px .8rem;font-weight:400}.table[data-v-d8e1b8cf] tbody>tr,.table[data-v-d8e1b8cf] tfoot>tr{height:3rem;border:var(--theme-frame-border);background:var(--theme-background-color-shade-2)}@media screen and (width >= 768px){.table[data-v-d8e1b8cf] tbody>tr,.table[data-v-d8e1b8cf] tfoot>tr{border:0}.table[data-v-d8e1b8cf] tbody>tr:hover,.table[data-v-d8e1b8cf] tfoot>tr:hover{background:var(--theme-background-color-shade-2)}}@media screen and (width <= 768px){.table[data-v-d8e1b8cf] tbody>tr,.table[data-v-d8e1b8cf] tfoot>tr{display:flex;overflow:hidden;height:auto;flex-direction:column;border-radius:var(--theme-radius-large)}.table[data-v-d8e1b8cf] tbody>tr:not(:last-child),.table[data-v-d8e1b8cf] tfoot>tr:not(:last-child){margin-bottom:1rem}}@media screen and (width >= 768px){.table[data-v-d8e1b8cf] tbody>tr:not(:last-child)>td,.table[data-v-d8e1b8cf] tfoot>tr:not(:last-child)>td{border-bottom:1px solid var(--theme-border-color)}}.table[data-v-d8e1b8cf] tbody>tr>td,.table[data-v-d8e1b8cf] tfoot>tr>td{padding:10px .8rem;font-size:9.5pt}@media screen and (width >= 768px){.table[data-v-d8e1b8cf] tfoot>tr>td{border-top:1px solid var(--theme-border-color)}}@media screen and (width <= 768px){.table__cell-grid[data-v-d8e1b8cf]{display:flex;flex-direction:column}}.table__cell-mobile-label[data-v-d8e1b8cf]{display:none;font-weight:500}@media screen and (width <= 768px){.table__cell-mobile-label[data-v-d8e1b8cf]{display:inherit}}.table__cell-actions[data-v-d8e1b8cf]{display:flex;align-items:center;justify-content:flex-end;margin-left:auto;column-gap:.8rem}.table__cell-subvalue[data-v-d8e1b8cf]{font-weight:300}.table__mobile-actions[data-v-d8e1b8cf]{position:relative;padding:0!important;background:var(--theme-background-color-shade-4)}.table__mobile-actions-grid[data-v-d8e1b8cf]{display:grid}.table__mobile-actions-button[data-v-d8e1b8cf]{display:grid;width:100%;height:3.2rem;place-items:center}.table__mobile-actions-button[data-v-d8e1b8cf]:not(last-child){border-right:1px solid var(--theme-border-color)}.table__picture[data-v-d8e1b8cf]{overflow:hidden;width:2rem;height:2rem;border:1px solid var(--theme-border-color);border-radius:var(--theme-radius-large)}.table__empty[data-v-d8e1b8cf]{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-e4d693b3]{display:flex;align-items:center}.card__information[data-v-e4d693b3]{margin-top:.5rem;font-size:9.5pt;opacity:.6}.crud__controls[data-v-476a7284]{display:flex;flex-wrap:wrap;align-items:stretch;justify-content:flex-end;gap:1rem}.crud__search[data-v-476a7284]{min-width:90vw;flex:1;order:1}.crud__search[data-v-476a7284] .input__container{height:100%}@media screen and (width >= 600px){.crud__search[data-v-476a7284]{min-width:auto;order:0}}.crud__actions[data-v-476a7284]{display:flex;align-items:stretch;gap:.5rem}.crud__pagination[data-v-476a7284]{display:flex;align-items:center;justify-content:flex-end}.crud__context-badge[data-v-476a7284]{display:flex;justify-content:flex-end}.prompt[data-v-73673b07]{max-width:32rem}.prompt__actions[data-v-73673b07]{display:grid;width:100%;height:4rem}.prompt__action[data-v-73673b07]{display:grid;place-items:center}.prompt__action[data-v-73673b07]:not(:last-child){border-right:1px solid var(--theme-border-color)}.prompt__action--primary[data-v-73673b07]{color:var(--theme-blueish)}.prompt__action--danger[data-v-73673b07]{color:var(--theme-redish)}@keyframes blink-54736bc3{0%{opacity:1}to{opacity:.4}}.toast[data-v-54736bc3]{z-index:70;display:flex;width:90vw;padding:1rem;border:1px solid var(--theme-border-color);border-radius:5px;animation:blink-54736bc3 .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;-webkit-user-select:none;user-select:none}@media screen and (width >= 768px){.toast[data-v-54736bc3]{width:24rem}}.toast--animate[data-v-54736bc3]{animation-play-state:running}.toast__content[data-v-54736bc3]{display:flex;flex-direction:column;gap:.6rem}.toast__time[data-v-54736bc3]{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}*::-webkit-scrollbar{width:0}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-d12cddeb]{display:flex;gap:1.2rem}.tabs__tab[data-v-d12cddeb]{display:flex;align-items:center;cursor:pointer;gap:.2rem}.tabs__tab--current[data-v-d12cddeb]{font-weight:600}@media screen and (width >= 600px){.tabs__tab--info[data-v-d12cddeb]{margin-right:.6rem;font-size:12pt;font-weight:500}}.tabs__context-menu-icon[data-v-d12cddeb]{color:var(--theme-brand-color);font-weight:600}.tabs__context-menu-icon[data-v-d12cddeb]:first-child{gap:0}.topbar__preset[data-v-d0b47fbb]{display:flex;width:100%;align-items:center;justify-content:center;gap:.4rem}@media screen and (width >= 600px){.topbar__preset[data-v-d0b47fbb]{justify-content:flex-start}}.profile__user-name[data-v-9b52470c]{font-size:18pt;font-weight:600}.profile__menu[data-v-9b52470c]{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-9b52470c]{padding:1.4rem}.profile__menu>*[data-v-9b52470c]:not(:last-child){border-bottom:1px solid var(--theme-border-color)}
|
package/dist/ui.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { i as n, z as p, j as u, k as m, a as c, l as d, c as b, m as C, d as l, D as B, t as P, A as h, n as x, b as F, o as T, u as f, p as g, f as w, v as I, q as M, g as S, _ as k, e as y, B as R, w as j, x as q, y as v, r as z, s as D, C as E, F as G, E as O } from "./index-
|
|
1
|
+
import { i as n, z as p, j as u, k as m, a as c, l as d, c as b, m as C, d as l, D as B, t as P, A as h, n as x, b as F, o as T, u as f, p as g, f as w, v as I, q as M, g as S, _ as k, e as y, B as R, w as j, x as q, y as v, r as z, s as D, C as E, F as G, E as O } from "./index-1b0cf92f.js";
|
|
2
2
|
import "vue";
|
|
3
3
|
import "@aeria-ui/i18n";
|
|
4
4
|
import "@aeria-ui/web";
|
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.26",
|
|
5
5
|
"description": "",
|
|
6
6
|
"keywords": [],
|
|
7
7
|
"author": "",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"@aeriajs/common": "*",
|
|
35
35
|
"@aeria-ui/state-management": "^0.0.8",
|
|
36
36
|
"@aeria-ui/i18n": "^0.0.1",
|
|
37
|
-
"@aeria-ui/web": "^0.0.
|
|
37
|
+
"@aeria-ui/web": "^0.0.20",
|
|
38
38
|
"vue-router": "*"
|
|
39
39
|
},
|
|
40
40
|
"scripts": {
|
|
@@ -44,7 +44,6 @@
|
|
|
44
44
|
"lint:fix": "eslint src --fix && pnpm lint-css:fix",
|
|
45
45
|
"lint-css": "stylelint '**/*.less'",
|
|
46
46
|
"lint-css:fix": "stylelint --fix '**/*.less'",
|
|
47
|
-
"build": "vue-tsc --noEmit && vite build"
|
|
48
|
-
"preview": "vite preview"
|
|
47
|
+
"build": "vue-tsc --noEmit && vite build"
|
|
49
48
|
}
|
|
50
49
|
}
|
|
@@ -1,52 +0,0 @@
|
|
|
1
|
-
import { defineComponent as m, ref as p, openBlock as u, createBlock as c, withCtx as t, createVNode as r, withModifiers as _, createTextVNode as f } from "vue";
|
|
2
|
-
import { useRouter as w } from "vue-router";
|
|
3
|
-
import { useStore as i } from "@aeria-ui/state-management";
|
|
4
|
-
import { g as h, _ as v, a as b } from "./index-acbc1001.js";
|
|
5
|
-
import "@aeria-ui/i18n";
|
|
6
|
-
import "@aeria-ui/web";
|
|
7
|
-
import "@aeriajs/common";
|
|
8
|
-
const $ = /* @__PURE__ */ m({
|
|
9
|
-
__name: "password-change",
|
|
10
|
-
setup(x) {
|
|
11
|
-
const n = w(), o = i("user"), d = i("meta"), e = p({
|
|
12
|
-
password: "",
|
|
13
|
-
confirmation: ""
|
|
14
|
-
}), l = async () => {
|
|
15
|
-
await o.$actions.insert({
|
|
16
|
-
what: {
|
|
17
|
-
_id: o.item._id,
|
|
18
|
-
password: e.value.password
|
|
19
|
-
}
|
|
20
|
-
}), await d.$actions.spawnModal({
|
|
21
|
-
title: "Feito!",
|
|
22
|
-
body: "A senha foi atualizada"
|
|
23
|
-
}), n.back();
|
|
24
|
-
};
|
|
25
|
-
return (V, s) => (u(), c(h, { style: { "max-width": "40rem" } }, {
|
|
26
|
-
default: t(() => [
|
|
27
|
-
r(v, {
|
|
28
|
-
modelValue: e.value,
|
|
29
|
-
"onUpdate:modelValue": s[0] || (s[0] = (a) => e.value = a)
|
|
30
|
-
}, {
|
|
31
|
-
default: t(({ passwordError: a }) => [
|
|
32
|
-
r(b, {
|
|
33
|
-
class: "passchange__save-button",
|
|
34
|
-
disabled: !!a,
|
|
35
|
-
onClick: _(l, ["prevent"])
|
|
36
|
-
}, {
|
|
37
|
-
default: t(() => [
|
|
38
|
-
f(" Salvar ")
|
|
39
|
-
]),
|
|
40
|
-
_: 2
|
|
41
|
-
}, 1032, ["disabled"])
|
|
42
|
-
]),
|
|
43
|
-
_: 1
|
|
44
|
-
}, 8, ["modelValue"])
|
|
45
|
-
]),
|
|
46
|
-
_: 1
|
|
47
|
-
}));
|
|
48
|
-
}
|
|
49
|
-
});
|
|
50
|
-
export {
|
|
51
|
-
$ as default
|
|
52
|
-
};
|
package/dist/profile-2b521e77.js
DELETED
|
@@ -1,132 +0,0 @@
|
|
|
1
|
-
import { defineComponent as $, ref as k, resolveDirective as h, openBlock as n, createElementBlock as A, Fragment as V, createVNode as s, mergeProps as p, unref as o, withCtx as i, createElementVNode as w, toDisplayString as C, renderSlot as b, createCommentVNode as E, withDirectives as c, createBlock as d, createTextVNode as u } from "vue";
|
|
2
|
-
import { useRouter as N } from "vue-router";
|
|
3
|
-
import { useStore as _ } from "@aeria-ui/state-management";
|
|
4
|
-
import { STORAGE_NAMESPACE as g } from "@aeria-ui/web";
|
|
5
|
-
import { e as P, f as x, b as f, g as I, a as O, A as B, h as M } from "./index-acbc1001.js";
|
|
6
|
-
import "@aeria-ui/i18n";
|
|
7
|
-
import "@aeriajs/common";
|
|
8
|
-
const D = { class: "profile__user-name" }, F = /* @__PURE__ */ $({
|
|
9
|
-
__name: "profile",
|
|
10
|
-
setup(U) {
|
|
11
|
-
const e = _("user"), v = _("meta"), l = k(!1);
|
|
12
|
-
e.$actions.setItem(e.currentUser);
|
|
13
|
-
const y = async () => {
|
|
14
|
-
await e.$actions.insert({
|
|
15
|
-
what: e.item
|
|
16
|
-
});
|
|
17
|
-
const r = localStorage.getItem(`${g}:auth`);
|
|
18
|
-
if (r) {
|
|
19
|
-
const t = JSON.parse(r);
|
|
20
|
-
t.user = e.item, localStorage.setItem(`${g}:auth`, JSON.stringify(t));
|
|
21
|
-
}
|
|
22
|
-
await v.$actions.spawnModal({
|
|
23
|
-
title: "Feito!",
|
|
24
|
-
body: "Suas informações foram salvas"
|
|
25
|
-
}), l.value = !1;
|
|
26
|
-
}, S = async () => {
|
|
27
|
-
await e.$actions.signout(), N().push("/user/signin");
|
|
28
|
-
};
|
|
29
|
-
return (r, t) => {
|
|
30
|
-
const m = h("clickable");
|
|
31
|
-
return n(), A(V, null, [
|
|
32
|
-
s(P, p({
|
|
33
|
-
width: "14rem",
|
|
34
|
-
height: "14rem"
|
|
35
|
-
}, {
|
|
36
|
-
bordered: "",
|
|
37
|
-
"file-id": o(e).item.picture_file && typeof o(e).item.picture_file == "object" ? o(e).item.picture_file._id : o(e).item.picture_file,
|
|
38
|
-
style: { display: "flex", "flex-direction": "column", "align-items": "center" }
|
|
39
|
-
}), {
|
|
40
|
-
caption: i(() => [
|
|
41
|
-
w("div", D, C(o(e).item.name), 1)
|
|
42
|
-
]),
|
|
43
|
-
_: 1
|
|
44
|
-
}, 16, ["file-id"]),
|
|
45
|
-
r.$slots["user-profile"] ? b(r.$slots, "user-profile", { key: 0 }, void 0, !0) : E("", !0),
|
|
46
|
-
s(x, null, {
|
|
47
|
-
"edit-profile": i(() => [
|
|
48
|
-
c((n(), d(f, {
|
|
49
|
-
icon: "pencil",
|
|
50
|
-
onClick: t[0] || (t[0] = (a) => l.value = !0)
|
|
51
|
-
}, {
|
|
52
|
-
default: i(() => [
|
|
53
|
-
u(" Editar perfil ")
|
|
54
|
-
]),
|
|
55
|
-
_: 1
|
|
56
|
-
})), [
|
|
57
|
-
[m]
|
|
58
|
-
])
|
|
59
|
-
]),
|
|
60
|
-
"change-password": i(() => [
|
|
61
|
-
c((n(), d(f, {
|
|
62
|
-
icon: "key",
|
|
63
|
-
onClick: t[1] || (t[1] = (a) => r.$router.push("/dashboard/user/changepass"))
|
|
64
|
-
}, {
|
|
65
|
-
default: i(() => [
|
|
66
|
-
u(" Mudar senha ")
|
|
67
|
-
]),
|
|
68
|
-
_: 1
|
|
69
|
-
})), [
|
|
70
|
-
[m]
|
|
71
|
-
])
|
|
72
|
-
]),
|
|
73
|
-
signout: i(() => [
|
|
74
|
-
c((n(), d(f, {
|
|
75
|
-
icon: "sign-out",
|
|
76
|
-
onClick: S
|
|
77
|
-
}, {
|
|
78
|
-
default: i(() => [
|
|
79
|
-
u(" Sair ")
|
|
80
|
-
]),
|
|
81
|
-
_: 1
|
|
82
|
-
})), [
|
|
83
|
-
[m]
|
|
84
|
-
])
|
|
85
|
-
]),
|
|
86
|
-
_: 1
|
|
87
|
-
}),
|
|
88
|
-
s(I, {
|
|
89
|
-
modelValue: l.value,
|
|
90
|
-
"onUpdate:modelValue": t[3] || (t[3] = (a) => l.value = a),
|
|
91
|
-
float: "",
|
|
92
|
-
"close-hint": "",
|
|
93
|
-
title: "Editar perfil",
|
|
94
|
-
onOverlayClick: t[4] || (t[4] = (a) => l.value = !1)
|
|
95
|
-
}, {
|
|
96
|
-
footer: i(() => [
|
|
97
|
-
s(O, {
|
|
98
|
-
large: "",
|
|
99
|
-
loading: o(e).loading.insert,
|
|
100
|
-
onClick: y
|
|
101
|
-
}, {
|
|
102
|
-
default: i(() => [
|
|
103
|
-
u(" Salvar ")
|
|
104
|
-
]),
|
|
105
|
-
_: 1
|
|
106
|
-
}, 8, ["loading"])
|
|
107
|
-
]),
|
|
108
|
-
default: i(() => [
|
|
109
|
-
s(B, p({
|
|
110
|
-
modelValue: o(e).item,
|
|
111
|
-
"onUpdate:modelValue": t[2] || (t[2] = (a) => o(e).item = a)
|
|
112
|
-
}, {
|
|
113
|
-
collection: "user",
|
|
114
|
-
form: o(e).$actions.useProperties([
|
|
115
|
-
"name",
|
|
116
|
-
"email",
|
|
117
|
-
"phone",
|
|
118
|
-
"picture_file"
|
|
119
|
-
]),
|
|
120
|
-
layout: o(e).formLayout
|
|
121
|
-
}), null, 16, ["modelValue"])
|
|
122
|
-
]),
|
|
123
|
-
_: 1
|
|
124
|
-
}, 8, ["modelValue"])
|
|
125
|
-
], 64);
|
|
126
|
-
};
|
|
127
|
-
}
|
|
128
|
-
});
|
|
129
|
-
const z = /* @__PURE__ */ M(F, [["__scopeId", "data-v-0045e73e"]]);
|
|
130
|
-
export {
|
|
131
|
-
z as default
|
|
132
|
-
};
|