@aeria-ui/ui 0.0.165 → 0.0.167
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_-6a6a474a.js → _id_-BfAy95FM.js} +9 -14
- package/dist/{activation-607326d7.js → activation-DX6bZU4X.js} +18 -20
- package/dist/components/aeria-accordion/aeria-accordion.vue.d.ts +9 -12
- package/dist/components/aeria-badge/aeria-badge.vue.d.ts +9 -12
- package/dist/components/aeria-bare-button/aeria-bare-button.vue.d.ts +12 -15
- package/dist/components/aeria-button/aeria-button.vue.d.ts +11 -14
- package/dist/components/aeria-card/aeria-card.vue.d.ts +12 -15
- package/dist/components/aeria-context-menu/aeria-context-menu.vue.d.ts +16 -22
- package/dist/components/aeria-crud/_internals/helpers.d.ts +2 -3
- package/dist/components/aeria-crud/_internals/layouts/aeria-grid/aeria-grid.vue.d.ts +2 -12
- package/dist/components/aeria-crud/_internals/layouts/aeria-tabular/aeria-tabular.vue.d.ts +9 -15
- package/dist/components/aeria-crud/_internals/layouts/index.d.ts +41 -85
- package/dist/components/aeria-crud/aeria-crud.vue.d.ts +13 -26
- package/dist/components/aeria-filter-panel/aeria-filter-panel.vue.d.ts +2 -2
- package/dist/components/aeria-grid/aeria-grid.vue.d.ts +9 -12
- package/dist/components/aeria-icon/aeria-icon.vue.d.ts +10 -14
- package/dist/components/aeria-info/aeria-info.vue.d.ts +12 -26
- package/dist/components/aeria-insert-panel/aeria-insert-panel.vue.d.ts +15 -33
- package/dist/components/aeria-main/aeria-main.vue.d.ts +8 -4
- package/dist/components/aeria-menu/aeria-menu.vue.d.ts +9 -3
- package/dist/components/aeria-pagination/aeria-pagination.vue.d.ts +5 -15
- package/dist/components/aeria-panel/aeria-panel.vue.d.ts +18 -33
- package/dist/components/aeria-picture/aeria-picture.vue.d.ts +11 -14
- package/dist/components/aeria-table/aeria-table.vue.d.ts +22 -26
- package/dist/components/aeria-tabs/aeria-tabs.vue.d.ts +4 -14
- package/dist/components/dashboard/aeria-crud-topbar/aeria-crud-topbar.vue.d.ts +1 -10
- package/dist/components/dashboard/aeria-password-form/aeria-password-form.vue.d.ts +14 -17
- package/dist/components/dashboard/aeria-prompt/aeria-prompt.vue.d.ts +10 -14
- package/dist/components/dashboard/aeria-toast/aeria-toast.vue.d.ts +10 -14
- package/dist/components/form/aeria-checkbox/aeria-checkbox.vue.d.ts +16 -26
- package/dist/components/form/aeria-file/_internals/components/aeria-file-item.vue.d.ts +9 -13
- package/dist/components/form/aeria-file/aeria-file.vue.d.ts +14 -22
- package/dist/components/form/aeria-form/_internals/helpers.d.ts +2 -3
- package/dist/components/form/aeria-form/aeria-form.vue.d.ts +27 -47
- package/dist/components/form/aeria-input/aeria-input.vue.d.ts +18 -22
- package/dist/components/form/aeria-options/aeria-options.vue.d.ts +7 -29
- package/dist/components/form/aeria-search/_internals/components/aeria-search-container/aeria-search-container.vue.d.ts +17 -16
- package/dist/components/form/aeria-search/_internals/components/aeria-search-item/aeria-search-item.vue.d.ts +14 -18
- package/dist/components/form/aeria-search/aeria-search.vue.d.ts +3 -25
- package/dist/components/form/aeria-select/aeria-select.vue.d.ts +18 -18
- package/dist/components/form/aeria-switch/aeria-switch.vue.d.ts +8 -18
- package/dist/components/form/types.d.ts +1 -2
- package/dist/components/index.d.ts +0 -1
- package/dist/{index-c1fe845f.js → index-665GkH7U.js} +21 -25
- package/dist/index-B-JkWyqC.js +25 -0
- package/dist/{index-e44e0d65.js → index-CDZJZN6Y.js} +1090 -1124
- package/dist/{index-fff7b0bf.js → index-DSnK-CVK.js} +15 -18
- package/dist/{redefine-password-7da87326.js → redefine-password-BIjWzwY2.js} +8 -10
- package/dist/routes.d.ts +1 -2
- package/dist/{signin-48dbde5b.js → signin-D_X69D2H.js} +20 -24
- package/dist/{signup-f515ae6f.js → signup-L39DCd6m.js} +17 -21
- package/dist/{style.css → ui.css} +1 -1
- package/dist/ui.js +35 -42
- package/dist/views/dashboard/[collection]/[id].vue.d.ts +1 -10
- package/dist/views/dashboard/[collection]/index.vue.d.ts +9 -12
- package/dist/views/dashboard/user/profile/index.vue.d.ts +8 -2
- package/package.json +12 -12
- package/dist/index-6373dce6.js +0 -31
|
@@ -1,27 +1,24 @@
|
|
|
1
|
-
import { defineComponent as
|
|
1
|
+
import { defineComponent as p, ref as m, createBlock as _, openBlock as f, withCtx as i, createVNode as d, withModifiers as w, createTextVNode as b, toDisplayString as $, unref as h } from "vue";
|
|
2
2
|
import { useRouter as v } from "vue-router";
|
|
3
3
|
import { useI18n as x } from "@aeria-ui/i18n";
|
|
4
4
|
import { useStore as c } from "@aeria-ui/state-management";
|
|
5
|
-
import { i as y, c as S, a as V } from "./index-
|
|
6
|
-
|
|
7
|
-
import "@aeriajs/common";
|
|
8
|
-
import "@aeria-ui/utils";
|
|
9
|
-
const P = /* @__PURE__ */ u({
|
|
5
|
+
import { i as y, c as S, a as V } from "./index-CDZJZN6Y.js";
|
|
6
|
+
const A = /* @__PURE__ */ p({
|
|
10
7
|
__name: "index",
|
|
11
8
|
setup(k) {
|
|
12
|
-
const l = v(), t = c("user"),
|
|
9
|
+
const l = v(), t = c("user"), o = c("meta"), { t: r } = x(), a = m({
|
|
13
10
|
password: "",
|
|
14
11
|
confirmation: ""
|
|
15
|
-
}),
|
|
12
|
+
}), u = async () => {
|
|
16
13
|
if (t.currentUser._id !== t.item._id) {
|
|
17
14
|
const { error: e } = await t.$actions.insert({
|
|
18
15
|
what: {
|
|
19
16
|
_id: t.item._id,
|
|
20
|
-
password:
|
|
17
|
+
password: a.value.password
|
|
21
18
|
}
|
|
22
19
|
});
|
|
23
20
|
if (e) {
|
|
24
|
-
|
|
21
|
+
o.$actions.spawnModal({
|
|
25
22
|
title: `Error! ${e.httpStatus}`,
|
|
26
23
|
body: e.code
|
|
27
24
|
});
|
|
@@ -30,17 +27,17 @@ const P = /* @__PURE__ */ u({
|
|
|
30
27
|
} else {
|
|
31
28
|
const { error: e } = await t.$actions.custom("editProfile", {
|
|
32
29
|
_id: t.item._id,
|
|
33
|
-
password:
|
|
30
|
+
password: a.value.password
|
|
34
31
|
});
|
|
35
32
|
if (e) {
|
|
36
|
-
|
|
33
|
+
o.$actions.spawnModal({
|
|
37
34
|
title: `Error! ${e.httpStatus}`,
|
|
38
35
|
body: e.code
|
|
39
36
|
});
|
|
40
37
|
return;
|
|
41
38
|
}
|
|
42
39
|
}
|
|
43
|
-
|
|
40
|
+
o.$actions.spawnModal({
|
|
44
41
|
title: `${r("done", {
|
|
45
42
|
capitalize: !0
|
|
46
43
|
})}!`,
|
|
@@ -49,20 +46,20 @@ const P = /* @__PURE__ */ u({
|
|
|
49
46
|
})
|
|
50
47
|
}), l.back();
|
|
51
48
|
};
|
|
52
|
-
return (e, n) => (
|
|
49
|
+
return (e, n) => (f(), _(y, {
|
|
53
50
|
bordered: "",
|
|
54
51
|
style: { "--panel-max-width": "40rem" }
|
|
55
52
|
}, {
|
|
56
53
|
default: i(() => [
|
|
57
54
|
d(S, {
|
|
58
|
-
modelValue:
|
|
59
|
-
"onUpdate:modelValue": n[0] || (n[0] = (s) =>
|
|
55
|
+
modelValue: a.value,
|
|
56
|
+
"onUpdate:modelValue": n[0] || (n[0] = (s) => a.value = s)
|
|
60
57
|
}, {
|
|
61
58
|
default: i(({ passwordError: s }) => [
|
|
62
59
|
d(V, {
|
|
63
60
|
class: "passchange__save-button",
|
|
64
61
|
disabled: !!s,
|
|
65
|
-
onClick: w(
|
|
62
|
+
onClick: w(u, ["prevent"])
|
|
66
63
|
}, {
|
|
67
64
|
default: i(() => [
|
|
68
65
|
b($(h(r)("action.save", { capitalize: !0 })), 1)
|
|
@@ -78,5 +75,5 @@ const P = /* @__PURE__ */ u({
|
|
|
78
75
|
}
|
|
79
76
|
});
|
|
80
77
|
export {
|
|
81
|
-
|
|
78
|
+
A as default
|
|
82
79
|
};
|
|
@@ -1,11 +1,9 @@
|
|
|
1
|
-
import { defineComponent as R, inject as M, ref as b, onMounted as A,
|
|
1
|
+
import { defineComponent as R, inject as M, ref as b, onMounted as A, createElementBlock as c, openBlock as p, unref as s, createElementVNode as y, createVNode as l, toDisplayString as a, withCtx as m, withModifiers as C, createTextVNode as g } from "vue";
|
|
2
2
|
import { INSTANCE_VARS_SYMBOL as U } from "@aeria-ui/core";
|
|
3
3
|
import { useStore as $ } from "@aeria-ui/state-management";
|
|
4
4
|
import { useRouter as x } from "vue-router";
|
|
5
5
|
import { t as i } from "@aeria-ui/i18n";
|
|
6
|
-
import { A as E, c as I, a as _ } from "./index-
|
|
7
|
-
import "@aeriajs/common";
|
|
8
|
-
import "@aeria-ui/utils";
|
|
6
|
+
import { A as E, c as I, a as _ } from "./index-CDZJZN6Y.js";
|
|
9
7
|
const N = { key: 0 }, T = {
|
|
10
8
|
key: 0,
|
|
11
9
|
style: { display: "grid", gap: "1rem" }
|
|
@@ -15,7 +13,7 @@ const N = { key: 0 }, T = {
|
|
|
15
13
|
}, B = {
|
|
16
14
|
key: 1,
|
|
17
15
|
style: { display: "grid", gap: "1rem" }
|
|
18
|
-
},
|
|
16
|
+
}, W = /* @__PURE__ */ R({
|
|
19
17
|
__name: "redefine-password",
|
|
20
18
|
setup(O) {
|
|
21
19
|
const r = x(), u = $("user"), d = $("meta"), f = M(U), h = r.currentRoute.value.query.step || "success", w = r.currentRoute.value.query.u, v = r.currentRoute.value.query.t, o = b({
|
|
@@ -74,8 +72,8 @@ const N = { key: 0 }, T = {
|
|
|
74
72
|
body: "Your password was sucessfully redefined! Try loggin with your email and password."
|
|
75
73
|
}), k();
|
|
76
74
|
};
|
|
77
|
-
return (e, t) => o.value.email !== "" ? (
|
|
78
|
-
s(h) === "password" ? (
|
|
75
|
+
return (e, t) => o.value.email !== "" ? (p(), c("div", N, [
|
|
76
|
+
s(h) === "password" ? (p(), c("div", T, [
|
|
79
77
|
y("h1", null, a(s(i)("redefine_password")), 1),
|
|
80
78
|
l(E, {
|
|
81
79
|
modelValue: o.value,
|
|
@@ -108,7 +106,7 @@ const N = { key: 0 }, T = {
|
|
|
108
106
|
]),
|
|
109
107
|
_: 1
|
|
110
108
|
}, 8, ["modelValue"])
|
|
111
|
-
])) : (
|
|
109
|
+
])) : (p(), c("div", q, [
|
|
112
110
|
y("h1", null, a(s(i)("sucessfully_redefined_password")), 1),
|
|
113
111
|
l(_, {
|
|
114
112
|
onClick: t[2] || (t[2] = (n) => s(r).push("/user/signin"))
|
|
@@ -119,7 +117,7 @@ const N = { key: 0 }, T = {
|
|
|
119
117
|
_: 1
|
|
120
118
|
})
|
|
121
119
|
]))
|
|
122
|
-
])) : (
|
|
120
|
+
])) : (p(), c("div", B, [
|
|
123
121
|
y("h1", null, a(s(i)("invalid_link")), 1),
|
|
124
122
|
l(_, {
|
|
125
123
|
onClick: t[3] || (t[3] = (n) => s(r).push("/user/signin"))
|
|
@@ -133,5 +131,5 @@ const N = { key: 0 }, T = {
|
|
|
133
131
|
}
|
|
134
132
|
});
|
|
135
133
|
export {
|
|
136
|
-
|
|
134
|
+
W as default
|
|
137
135
|
};
|
package/dist/routes.d.ts
CHANGED
|
@@ -1,24 +1,21 @@
|
|
|
1
|
-
import { defineComponent as V, inject as A, resolveComponent as C,
|
|
2
|
-
import { INSTANCE_VARS_SYMBOL as
|
|
1
|
+
import { defineComponent as V, inject as A, resolveComponent as C, createElementBlock as a, openBlock as i, Fragment as E, createElementVNode as c, createVNode as l, createCommentVNode as d, unref as e, toDisplayString as o, withCtx as u, createTextVNode as p, createBlock as N } from "vue";
|
|
2
|
+
import { INSTANCE_VARS_SYMBOL as b, STORAGE_NAMESPACE as v } from "@aeria-ui/core";
|
|
3
3
|
import { useStore as h } from "@aeria-ui/state-management";
|
|
4
4
|
import { useRouter as w } from "vue-router";
|
|
5
|
-
import { A as x, a as y, _ as B } from "./index-
|
|
6
|
-
import "@aeria-ui/i18n";
|
|
7
|
-
import "@aeriajs/common";
|
|
8
|
-
import "@aeria-ui/utils";
|
|
5
|
+
import { A as x, a as y, _ as B } from "./index-CDZJZN6Y.js";
|
|
9
6
|
const L = { class: "signin" }, I = ["innerHTML"], M = { key: 1 }, R = { class: "signin__buttons" }, F = /* @__PURE__ */ V({
|
|
10
7
|
__name: "signin",
|
|
11
8
|
setup(H) {
|
|
12
|
-
const s = w(), t = h("user"),
|
|
9
|
+
const s = w(), t = h("user"), m = h("meta"), r = A(b, {}), _ = () => {
|
|
13
10
|
if (typeof localStorage < "u") {
|
|
14
11
|
const { next: n } = s.currentRoute.value.query;
|
|
15
|
-
if (typeof n == "string" && localStorage.getItem(`${
|
|
12
|
+
if (typeof n == "string" && localStorage.getItem(`${v}:auth:next`))
|
|
16
13
|
return s.push(n);
|
|
17
14
|
}
|
|
18
15
|
return s.push("/dashboard/");
|
|
19
16
|
}, g = async () => {
|
|
20
17
|
const { error: n } = await t.$actions.authenticate(t.credentials);
|
|
21
|
-
n ||
|
|
18
|
+
n || _();
|
|
22
19
|
}, k = (n) => {
|
|
23
20
|
if (n.key === "Enter" && t.credentials.email && t.credentials.password)
|
|
24
21
|
return g();
|
|
@@ -26,21 +23,21 @@ const L = { class: "signin" }, I = ["innerHTML"], M = { key: 1 }, R = { class: "
|
|
|
26
23
|
return (n, f) => {
|
|
27
24
|
const S = C("router-link");
|
|
28
25
|
return i(), a(E, null, [
|
|
29
|
-
|
|
26
|
+
c("div", L, [
|
|
30
27
|
e(r).signinText ? (i(), a("h1", {
|
|
31
28
|
key: 0,
|
|
32
29
|
class: "signin__header",
|
|
33
30
|
innerHTML: e(r).signinText
|
|
34
|
-
}, null, 8, I)) :
|
|
31
|
+
}, null, 8, I)) : d("", !0),
|
|
35
32
|
e(r).signupForm ? (i(), a("div", M, [
|
|
36
|
-
|
|
33
|
+
c("span", null, o(n.t("signin.no_account")) + " ", 1),
|
|
37
34
|
l(S, { to: "/user/signup" }, {
|
|
38
35
|
default: u(() => [
|
|
39
|
-
|
|
36
|
+
p(o(n.t("signin.create_account")), 1)
|
|
40
37
|
]),
|
|
41
38
|
_: 1
|
|
42
39
|
})
|
|
43
|
-
])) :
|
|
40
|
+
])) : d("", !0)
|
|
44
41
|
]),
|
|
45
42
|
l(x, {
|
|
46
43
|
modelValue: e(t).credentials,
|
|
@@ -58,33 +55,32 @@ const L = { class: "signin" }, I = ["innerHTML"], M = { key: 1 }, R = { class: "
|
|
|
58
55
|
},
|
|
59
56
|
onKeypress: k
|
|
60
57
|
}, null, 8, ["modelValue"]),
|
|
61
|
-
|
|
58
|
+
c("div", R, [
|
|
62
59
|
l(y, {
|
|
63
60
|
loading: e(t).loading.authenticate,
|
|
64
61
|
disabled: !e(t).credentials.email || !e(t).credentials.password,
|
|
65
62
|
onClick: g
|
|
66
63
|
}, {
|
|
67
64
|
default: u(() => [
|
|
68
|
-
|
|
65
|
+
p(o(n.t("action.signin", { capitalize: !0 })), 1)
|
|
69
66
|
]),
|
|
70
67
|
_: 1
|
|
71
68
|
}, 8, ["loading", "disabled"]),
|
|
72
|
-
e(t).signedIn && !e(
|
|
69
|
+
e(t).signedIn && !e(m).isLoading ? (i(), N(y, {
|
|
73
70
|
key: 0,
|
|
74
|
-
disabled: e(t).loading.authenticate || e(
|
|
75
|
-
onClick:
|
|
71
|
+
disabled: e(t).loading.authenticate || e(m).isLoading,
|
|
72
|
+
onClick: _
|
|
76
73
|
}, {
|
|
77
74
|
default: u(() => [
|
|
78
|
-
|
|
75
|
+
p(o(n.t("signin.proceed_as")) + " " + o(e(t).currentUser.name), 1)
|
|
79
76
|
]),
|
|
80
77
|
_: 1
|
|
81
|
-
}, 8, ["disabled"])) :
|
|
78
|
+
}, 8, ["disabled"])) : d("", !0)
|
|
82
79
|
])
|
|
83
80
|
], 64);
|
|
84
81
|
};
|
|
85
82
|
}
|
|
86
|
-
});
|
|
87
|
-
const K = /* @__PURE__ */ B(F, [["__scopeId", "data-v-0a6df93d"]]);
|
|
83
|
+
}), z = /* @__PURE__ */ B(F, [["__scopeId", "data-v-0a6df93d"]]);
|
|
88
84
|
export {
|
|
89
|
-
|
|
85
|
+
z as default
|
|
90
86
|
};
|
|
@@ -1,21 +1,17 @@
|
|
|
1
|
-
import { defineComponent as h, withAsyncContext as A, ref as
|
|
1
|
+
import { defineComponent as h, withAsyncContext as A, ref as c, resolveDirective as C, createElementBlock as $, openBlock as b, Fragment as x, createElementVNode as p, createVNode as n, withDirectives as B, toDisplayString as i, createBlock as S, unref as g, withCtx as s, createTextVNode as m, 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, c as F, d as P, a as j } from "./index-
|
|
5
|
-
|
|
6
|
-
import "@aeria-ui/core";
|
|
7
|
-
import "@aeriajs/common";
|
|
8
|
-
import "@aeria-ui/utils";
|
|
9
|
-
const q = { style: { display: "flex", "flex-direction": "column", "align-items": "start", gap: "2rem" } }, O = /* @__PURE__ */ h({
|
|
4
|
+
import { b as M, A as N, c as F, d as P, a as j } from "./index-CDZJZN6Y.js";
|
|
5
|
+
const q = { style: { display: "flex", "flex-direction": "column", "align-items": "start", gap: "2rem" } }, H = /* @__PURE__ */ h({
|
|
10
6
|
__name: "signup",
|
|
11
7
|
async setup(I) {
|
|
12
8
|
let f, v;
|
|
13
|
-
const w = E(), l = V("user"),
|
|
14
|
-
typeof
|
|
9
|
+
const w = E(), l = V("user"), r = V("meta");
|
|
10
|
+
typeof r.descriptions.user != "object" && ([f, v] = A(() => r.$actions.describe({
|
|
15
11
|
collections: ["user"],
|
|
16
12
|
roles: !0
|
|
17
13
|
})), await f, v());
|
|
18
|
-
const u =
|
|
14
|
+
const u = c(!1), d = c({}), a = c({
|
|
19
15
|
password: "",
|
|
20
16
|
confirmation: ""
|
|
21
17
|
}), _ = async () => {
|
|
@@ -25,13 +21,13 @@ const q = { style: { display: "flex", "flex-direction": "column", "align-items":
|
|
|
25
21
|
password: a.value.password
|
|
26
22
|
});
|
|
27
23
|
if (o) {
|
|
28
|
-
|
|
24
|
+
r.$actions.spawnModal({
|
|
29
25
|
title: "Error",
|
|
30
26
|
body: o.code
|
|
31
27
|
});
|
|
32
28
|
return;
|
|
33
29
|
}
|
|
34
|
-
|
|
30
|
+
r.$actions.spawnModal({
|
|
35
31
|
title: "Conta registrada",
|
|
36
32
|
body: "Verifique o link de confirmação no seu email"
|
|
37
33
|
}), w.push({
|
|
@@ -41,13 +37,13 @@ const q = { style: { display: "flex", "flex-direction": "column", "align-items":
|
|
|
41
37
|
return (o, e) => {
|
|
42
38
|
const k = C("clickable");
|
|
43
39
|
return b(), $(x, null, [
|
|
44
|
-
|
|
45
|
-
|
|
40
|
+
p("div", null, [
|
|
41
|
+
p("h1", null, i(o.t("signup.header")), 1),
|
|
46
42
|
B((b(), S(M, {
|
|
47
43
|
icon: "arrow-left",
|
|
48
44
|
onClick: e[0] || (e[0] = (t) => g(w).push({ path: "/user/signin" }))
|
|
49
45
|
}, {
|
|
50
|
-
default:
|
|
46
|
+
default: s(() => [
|
|
51
47
|
m(i(o.t("signup.signin")), 1)
|
|
52
48
|
]),
|
|
53
49
|
_: 1
|
|
@@ -66,13 +62,13 @@ const q = { style: { display: "flex", "flex-direction": "column", "align-items":
|
|
|
66
62
|
"phone"
|
|
67
63
|
])
|
|
68
64
|
}), {
|
|
69
|
-
after:
|
|
65
|
+
after: s(() => [
|
|
70
66
|
n(F, {
|
|
71
67
|
modelValue: a.value,
|
|
72
68
|
"onUpdate:modelValue": e[2] || (e[2] = (t) => a.value = t)
|
|
73
69
|
}, {
|
|
74
|
-
default:
|
|
75
|
-
|
|
70
|
+
default: s(({ passwordError: t }) => [
|
|
71
|
+
p("div", q, [
|
|
76
72
|
n(P, {
|
|
77
73
|
modelValue: u.value,
|
|
78
74
|
"onUpdate:modelValue": e[1] || (e[1] = (y) => u.value = y),
|
|
@@ -81,7 +77,7 @@ const q = { style: { display: "flex", "flex-direction": "column", "align-items":
|
|
|
81
77
|
element: "checkbox"
|
|
82
78
|
}
|
|
83
79
|
}, {
|
|
84
|
-
default:
|
|
80
|
+
default: s(() => [
|
|
85
81
|
m(i(o.t("signup.tos_checkbox")), 1)
|
|
86
82
|
]),
|
|
87
83
|
_: 1
|
|
@@ -91,7 +87,7 @@ const q = { style: { display: "flex", "flex-direction": "column", "align-items":
|
|
|
91
87
|
disabled: !!t || !u.value,
|
|
92
88
|
onClick: D(_, ["prevent"])
|
|
93
89
|
}, {
|
|
94
|
-
default:
|
|
90
|
+
default: s(() => [
|
|
95
91
|
m(i(o.t("signup.submit")), 1)
|
|
96
92
|
]),
|
|
97
93
|
_: 2
|
|
@@ -107,5 +103,5 @@ const q = { style: { display: "flex", "flex-direction": "column", "align-items":
|
|
|
107
103
|
}
|
|
108
104
|
});
|
|
109
105
|
export {
|
|
110
|
-
|
|
106
|
+
H as default
|
|
111
107
|
};
|
|
@@ -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-4cbce7ef]{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-4cbce7ef]{background:var(--theme-brand-color-shade-2)}.badge--large[data-v-4cbce7ef]{padding:.35rem .55rem;border-radius:6px}.barebutton[data-v-1883f6a0]{display:flex;border:none;background:transparent;column-gap:.2rem;outline:none;place-items:center;-webkit-user-select:none;user-select:none}.barebutton[data-v-1883f6a0]:active{text-decoration:underline}.barebutton[data-v-1883f6a0]:not(.button){padding:0}@media screen and (width >= 600px){.barebutton--enabled[data-v-1883f6a0]{cursor:pointer}}.barebutton--disabled[data-v-1883f6a0]{cursor:not-allowed;opacity:.5}.icon-active[data-v-263a2782]{border-color:var(--theme-brand-color)!important}.icon[data-v-263a2782]{display:flex;align-items:center;fill:var(--icon-color, currentcolor);line-height:100%}.icon svg[data-v-263a2782]{width:100%;height:100%}.icon--reactive[data-v-263a2782]{padding:8px;border:1px solid transparent;border-radius:5px}.icon--reactive[data-v-263a2782]:hover{border-color:var(--theme-border-color)}.icon--reactive[data-v-263a2782]:active,.icon--reactive .icon--active[data-v-263a2782],.icon--active[data-v-263a2782]{border-color:var(--theme-brand-color)!important}.icon--centered[data-v-263a2782]{align-items:center;gap:calc(var(--icon-size, 1em)/2)}.icon--standalone[data-v-263a2782]{--icon-size: 18px}.icon__icon[data-v-263a2782]{display:grid;width:var(--icon-size, 1em);height:var(--icon-size, 1em);place-items:center}.icon__icon--right[data-v-263a2782]{order:1}@keyframes progress-e9f582db{0%{width:0}to{width:100%;opacity:0}}.button[data-v-e9f582db]{--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-e9f582db]:before{position:absolute;left:0;display:block;width:2rem;height:100%;animation:progress-e9f582db 1s forwards;background:#000;content:" ";opacity:.4}.button--transparent[data-v-e9f582db],.button--alt[data-v-e9f582db]{font-weight:300}.button--transparent[data-v-e9f582db]:hover,.button--alt[data-v-e9f582db]:hover{background:var(--theme-background-color-shade-4)}.button--alt[data-v-e9f582db] svg,.button--primary[data-v-e9f582db] svg{fill:currentcolor}.button--alt[data-v-e9f582db]{border:1px solid var(--theme-border-color)}.button--primary[data-v-e9f582db]{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-e9f582db]{padding:.6rem;font-size:9pt}.button--medium[data-v-e9f582db]{height:var(--theme-input-height);padding:var(--theme-input-padding);font-size:10pt}.button--large[data-v-e9f582db]{height:var(--theme-input-height-large);padding:var(--theme-input-padding-large);font-size:11pt}.button__content[data-v-e9f582db]{display:flex;width:100%;align-items:center;justify-content:center;gap:.4rem}.card[data-v-e7d2c665]{position:relative;display:flex;overflow:hidden;flex-direction:column;border:var(--theme-frame-border);border-radius:var(--theme-radius-extra-large);background:var(--theme-background-color-shade-2)}.card--inactive[data-v-e7d2c665]{opacity:.6}.card--horizontal[data-v-e7d2c665]{flex-direction:row}.card--horizontal .card__footer[data-v-e7d2c665]{display:flex;flex-direction:column}.card--horizontal .card__badge[data-v-e7d2c665]{position:relative;margin:auto 0 0}@media screen and (width <= 768px){.card--horizontal .card__footer-upper[data-v-e7d2c665]{flex-direction:column}}.card__picture[data-v-e7d2c665]{overflow:hidden}.card__picture[data-v-e7d2c665] figure{height:100%}.card__footer[data-v-e7d2c665]{height:100%;flex:1;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-e7d2c665]{display:flex;height:100%;align-items:flex-start;justify-content:space-between;gap:1rem}.card__actions[data-v-e7d2c665]{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.4rem}.card__badge[data-v-e7d2c665]{position:absolute;top:0;right:0;display:flex;flex-wrap:wrap;align-items:flex-end;margin:.8rem;gap:.2rem}.padding[data-v-3075829a]{padding:1.4rem}@media screen and (width >= 768px){.padding[data-v-3075829a]{padding:1.8rem 2.4rem}}.panel[data-v-3075829a]{--min-width: var(--panel-min-width, 36rem);--max-width: var(--panel-max-width, unset);--fixed-width: 50rem}.panel--fixed[data-v-3075829a]{position:absolute}.panel__content[data-v-3075829a]{display:flex;overflow:hidden;flex-direction:column;padding:0}@media screen and (width >= 768px){.panel__content[data-v-3075829a]{min-width:var(--min-width);max-width:var(--max-width)}}.panel__content--outer-header[data-v-3075829a]{border:none!important;background:transparent!important}.panel__content--outer-header .panel__body[data-v-3075829a],.panel__content--outer-header .panel__footer[data-v-3075829a]{border-radius:5px;background:var(--theme-background-color)}.panel__content--bordered[data-v-3075829a]{border:1px solid var(--theme-border-color);border-radius:var(--theme-radius-large)}.panel__content--float .panel__header[data-v-3075829a],.panel__content--fixed-right .panel__header[data-v-3075829a]{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-3075829a],.panel__content--fixed-right .panel__header[data-v-3075829a]{padding:.6rem 2.4rem}}.panel__content--float[data-v-3075829a]{position:fixed;top:50%;min-width:90vw;max-width:90vw;max-height:80vh;border-radius:var(--theme-radius-large);margin:auto;animation:var(--theme-animation-float);transform:translateY(-50%)}@media screen and (width >= 768px){.panel__content--float[data-v-3075829a]{min-width:var(--min-width);max-width:var(--max-width)}}.panel__content--fixed-right[data-v-3075829a]{position:fixed;top:0;width:100vw;height:100vh;border:0;border-radius:0;margin:auto 0 auto auto;animation:var(--theme-animation-fixed-right)}@media screen and (width >= 768px){.panel__content--fixed-right[data-v-3075829a]{width:var(--fixed-width)}}.panel__content--transparent[data-v-3075829a]{border:none!important;background:none!important}@media screen and (width <= 768px){.panel__content--transparent-mobile[data-v-3075829a]{border:none!important;background:none!important}.panel__content--transparent-mobile .panel__header[data-v-3075829a]{margin-bottom:1rem}}.panel__header[data-v-3075829a]{display:flex;min-height:3rem;align-items:center;line-height:100%}.panel__header[data-v-3075829a] [data-component=icon]{width:1.2rem}.panel__header[data-v-3075829a]:not(.panel__header--outer){background:var(--theme-background-color-shade-4)}.panel__header-left[data-v-3075829a]{display:flex;flex:1;align-items:center}.panel__body[data-v-3075829a]{display:flex;flex-direction:column;overflow-y:auto;overscroll-behavior:contain;row-gap:1.8rem}.panel__body--padded[data-v-3075829a]{padding:1.4rem}@media screen and (width >= 768px){.panel__body--padded[data-v-3075829a]{padding:1.8rem 2.4rem}}.panel__footer[data-v-3075829a]{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-3075829a]{padding:1rem 1.4rem}@media screen and (width >= 768px){.panel__footer--padded[data-v-3075829a]{padding:1rem 2.4rem}}.panel__footer--shadowed[data-v-3075829a]{z-index:10;box-shadow:0 4px 20px var(--theme-shadow-color)}.content__body[data-v-ee3ea72f]{animation:var(--theme-animation-dropdown)}.content__section[data-v-ee3ea72f]:not(:last-child){border-bottom:1px solid var(--theme-border-color)}@media screen and (width >= 600px){.content__section[data-v-ee3ea72f]{min-width:12rem}}.content__item[data-v-ee3ea72f]{display:flex;width:100%;color:var(--theme-foreground-color);font-weight:400}.content__item[data-v-ee3ea72f]>*{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-ee3ea72f]>*{justify-content:flex-start;padding:1rem!important}}.content__item--reactive[data-v-ee3ea72f]:hover{background:var(--theme-background-color-shade-4)}.content__item[data-v-ee3ea72f]:not(:last-child){border-bottom:1px solid var(--theme-border-color)}.contextmenu__trigger[data-v-ee3ea72f]{display:flex;justify-content:flex-start}.content[data-v-ee3ea72f] .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-ee3ea72f] .panel__content{top:0;left:0;transform:translate(min(var(--4078ef85),calc(100vw - 100%))) translateY(min(var(--4078ef86),calc(100vh - 100%)))!important;width:auto}}.info[data-v-15a38847]{position:relative;display:inline-flex;--height: 2rem;--vertical-offset: calc(var(--height) + .4rem)}.info__content[data-v-15a38847]{height:var(--height);padding:.5rem 1rem;border-radius:5px;background:#000;color:#fff;font-size:10pt;white-space:nowrap}.info__bubble[data-v-15a38847]{position:absolute;z-index:20;overflow:hidden;border-radius:0 5rem 5rem 0!important}.info__bubble--top[data-v-15a38847]{top:calc(var(--vertical-offset) * -1);left:50%;transform:translate(-50%)}.info__bubble--topleft[data-v-15a38847]{top:calc(var(--vertical-offset) * -1);right:100%}.info__bubble--left[data-v-15a38847]{top:50%;right:100%;transform:translateY(-50%)}.info__bubble--bottom[data-v-15a38847]{bottom:calc(var(--vertical-offset) * -1);left:50%;transform:translate(-50%)}.info__bubble--right[data-v-15a38847]{top:50%;left:80%;transform:translateY(-50%)}.focus .input__container[data-v-36753c7c]{border:1px solid var(--theme-brand-color)}.focus .input__icon[data-v-36753c7c] [data-component=icon]{fill:var(--theme-brand-color)}.input:focus-within .input__container[data-v-36753c7c],.textarea:focus-within .input__container[data-v-36753c7c]{border:1px solid var(--theme-brand-color)}.input:focus-within .input__icon[data-v-36753c7c] [data-component=icon],.textarea:focus-within .input__icon[data-v-36753c7c] [data-component=icon]{fill:var(--theme-brand-color)}.input[data-v-36753c7c]{--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-36753c7c]{position:relative;display:flex;overflow:hidden;width:var(--input-width, 100%);border:var(--border)}.input__container[data-v-36753c7c]:not(.input__container--textarea){height:var(--height)}.input__container--normal[data-v-36753c7c],.input__container--bold[data-v-36753c7c]{border-radius:var(--theme-radius-medium);background:var(--background-color)}.input__container--bold[data-v-36753c7c]{height:var(--height-large)}.input__container--light[data-v-36753c7c]{border-bottom:1px solid var(--theme-border-color)}.input__container>.input__input[data-v-36753c7c],.input__container>.input__textarea[data-v-36753c7c]{background:var(--background-color)}.input__input[data-v-36753c7c],.input__textarea[data-v-36753c7c]{font-family:unset}.input__input[data-v-36753c7c]{width:100%;height:100%;outline:none}.input__input--normal[data-v-36753c7c],.input__input--bold[data-v-36753c7c]{color:var(--theme-foreground-color)}.input__input--normal[data-v-36753c7c]{padding:var(--padding);font-size:11pt}.input__input--bold[data-v-36753c7c]{padding:var(--padding-large);font-size:12.5pt}.input__input--light[data-v-36753c7c]{padding:.6rem;background:transparent}.input__input--icon[data-v-36753c7c]{padding-left:2.6em!important}.input__input--readOnly[data-v-36753c7c]{background:#eee}.input__textarea[data-v-36753c7c]{display:block;width:100%;height:8em;outline:none}.input__icon[data-v-36753c7c]{position:absolute;top:50%;left:.6em;width:1.1em;transform:translateY(-50%)}.input__icon[data-v-36753c7c] [data-component=icon]{fill:#bbb}.input__icon--bold[data-v-36753c7c] [data-component=icon]{width:1.2rem;height:1.2rem}.input__clipboard[data-v-36753c7c]{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-50bbcc3b]{--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-50bbcc3b]:focus{outline:none}.select[data-v-50bbcc3b] option{background:var(--background-color)}.select--outline[data-v-50bbcc3b]:focus-within{border-color:var(--theme-brand-color)}.select--multiple[data-v-50bbcc3b]{padding:0}.select--multiple[data-v-50bbcc3b] option{height:var(--height);padding:var(--padding)}.select--multiple[data-v-50bbcc3b] option[data-selected=true]{background:var(--theme-brand-color);color:var(--theme-brand-color-contrast)}.pagination[data-v-ae7235de]{--input-width: 4rem;--input-height: 100%;--input-padding: 0 .4rem;--input-border: 1px solid var(--theme-border-color);display:inline-flex;height:2.6rem;align-items:stretch;gap:1rem}.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;color:var(--theme-foreground-color)}.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-7e6efc77]{display:flex;align-items:center;-webkit-user-select:none;user-select:none}.checkbox__input[data-v-7e6efc77]{width:1rem;height:1rem}.checkbox__input[data-v-7e6efc77]:hover{background:red}.checkbox__text[data-v-7e6efc77]{display:grid;width:100%;padding:0 .6rem}.options[data-v-bcfc697e]{display:grid;border:1px solid var(--theme-border-color);border-width:1px 1px 1px 0;border-radius:5px}.options__checkbox[data-v-bcfc697e]{padding:.8rem;border-left:1px solid var(--theme-border-color)}.options__checkbox[data-v-bcfc697e]:not(:last-child){border-bottom:1px solid var(--theme-border-color)}.switch-wrapper[data-v-ae45597d]{display:flex;align-items:center;column-gap:.6rem}.switch[data-v-ae45597d]{display:flex;overflow:hidden;width:3rem;justify-content:flex-end;padding:4px;border-radius:1rem;background:#ddd;transition:background .4s}.switch--active[data-v-ae45597d]{background:var(--theme-brand-color-shade-3)}.switch--readOnly[data-v-ae45597d]{opacity:.6}.switch__slider[data-v-ae45597d]{width:1rem;height:1rem;border-radius:50%;background:#fff}.switch__dummy[data-v-ae45597d]{flex:0;transition:flex .35s}.switch__dummy--flex[data-v-ae45597d]{flex:1}.picture[data-v-9e6a58b0]{margin:0}.picture__image--bordered[data-v-9e6a58b0]{border:1px solid var(--theme-border-color)}.picture__image--expandable[data-v-9e6a58b0]{cursor:pointer}.picture__background[data-v-9e6a58b0]{width:100%;height:100%}.picture__background[data-v-9e6a58b0]>*{stroke:var(--theme-border-color)}.picture__meta[data-v-9e6a58b0]{font-size:11pt}.picture>figcaption[data-v-9e6a58b0]{margin-top:.4rem;color:var(--theme-foreground-color)}.item[data-v-85a82246]{display:flex;flex-direction:row;align-items:center;padding:.6rem;gap:1rem}.item__presentation[data-v-85a82246]{margin-right:auto}.item__name[data-v-85a82246]{font-size:.9rem}.item__name--link[data-v-85a82246]{color:var(--theme-blueish);font-weight:600}.item__size[data-v-85a82246]{font-size:.8rem;opacity:.8}.item__picture[data-v-85a82246]{width:3rem;height:3rem}.file[data-v-9950a715]{display:flex;flex-direction:column;row-gap:.8rem}.file__list[data-v-9950a715]{display:flex;flex-direction:column;border:1px solid var(--theme-border-color);border-radius:var(--theme-radius-large)}.file__list[data-v-9950a715]>*:not(:last-child){border-bottom:1px solid var(--theme-border-color)}.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-10ee6b3b]{display:flex;min-height:2.8rem;align-items:center;padding:var(--theme-input-padding);color:var(--theme-foreground-color)}.item--selected[data-v-10ee6b3b]{background:var(--theme-brand-color-shade-1);color:var(--theme-brand-color-contrast)}.item__values[data-v-10ee6b3b]{display:flex;flex-direction:column;margin-right:auto;row-gap:.4rem}.item__value[data-v-10ee6b3b]{display:flex;font-size:10pt}.item__value[data-v-10ee6b3b]:not(:first-child){font-size:8pt}.search[data-v-b5466d6b]{display:flex;flex-direction:column}.search__panel[data-v-b5466d6b]{display:flex;flex-direction:column;gap:1rem}.search__input[data-v-b5466d6b]{display:flex;align-items:stretch;margin-bottom:.8rem;gap:.8rem}.search__summary[data-v-b5466d6b]{font-size:11pt}.form[data-v-e9376cc1]{display:flex;flex-direction:column}.form__footer[data-v-e9376cc1]{display:flex;align-items:center;margin-top:-1rem;column-gap:.6rem}.form__fieldset[data-v-e9376cc1]{display:grid;width:100%;align-items:flex-start;padding:0;border:none;margin:0;gap:1rem;grid-template-columns:repeat(6,1fr)}.form__field--form[data-v-e9376cc1]:not(:last-child):not(:first-child){padding:1rem 0;border:1px solid var(--theme-border-color);border-width:1px 0 1px 0}.form__field--form:not(:last-child):not(:first-child)~.form__field--form[data-v-e9376cc1]{border-width:0 0 1px 0;margin-top:0}.form__field-label[data-v-e9376cc1]{font-size:10.2pt;line-height:1.6rem}.form__field-label--section[data-v-e9376cc1]{font-size:12pt;font-weight:500}.form__field-hint[data-v-e9376cc1]{font-size:.9rem}.form__field-required-hint[data-v-e9376cc1]:after{margin-left:.35rem;color:#e22;content:"*"}.form__search-grid[data-v-e9376cc1]{display:grid;gap:2rem}.form__validation-error[data-v-e9376cc1]{padding:.4rem 0;color:red;font-size:.9rem}.form__array[data-v-e9376cc1]{display:flex;flex-direction:column-reverse;border:1px solid var(--theme-border-color);border-radius:var(--theme-radius-large)}.form__array[data-v-e9376cc1]>*{padding:1rem}.form__array-item[data-v-e9376cc1]{display:flex;flex-direction:column;gap:1rem}.form__array-item[data-v-e9376cc1]:not(:last-child){border-top:1px solid var(--theme-border-color)}.form__array-remove[data-v-e9376cc1]{font-size:.8rem}.cell-padding[data-v-e01a149a]{padding:10px .8rem}.table[data-v-e01a149a]{width:100%;border-radius:var(--theme-radius-large);border-spacing:0}@media screen and (width >= 768px){.table[data-v-e01a149a]{overflow:hidden;border:var(--theme-frame-border)}}.table[data-v-e01a149a] thead>tr{display:none}@media print{.table[data-v-e01a149a] thead>tr{display:table-row}}@media screen and (width >= 768px){.table[data-v-e01a149a] thead>tr{display:table-row;height:3rem;background:var(--theme-background-color-shade-4);text-align:left}}.table[data-v-e01a149a] thead>tr>th{padding:10px .8rem;font-weight:400}.table[data-v-e01a149a] tbody>tr,.table[data-v-e01a149a] tfoot>tr{height:3rem;border:var(--theme-frame-border);background:var(--theme-background-color-shade-2)}@media screen and (width >= 768px){.table[data-v-e01a149a] tbody>tr,.table[data-v-e01a149a] tfoot>tr{border:0}.table[data-v-e01a149a] tbody>tr:hover,.table[data-v-e01a149a] tfoot>tr:hover{background:var(--theme-background-color-shade-2)}}@media screen and (width <= 768px){.table[data-v-e01a149a] tbody>tr,.table[data-v-e01a149a] tfoot>tr{display:flex;overflow:hidden;height:auto;flex-direction:column;border-radius:var(--theme-radius-large)}.table[data-v-e01a149a] tbody>tr:not(:last-child),.table[data-v-e01a149a] tfoot>tr:not(:last-child){margin-bottom:1rem}}@media screen and (width >= 768px){.table[data-v-e01a149a] tbody>tr:not(:last-child)>td,.table[data-v-e01a149a] tfoot>tr:not(:last-child)>td{border-bottom:1px solid var(--theme-border-color)}}.table[data-v-e01a149a] tbody>tr>td,.table[data-v-e01a149a] tfoot>tr>td{padding:10px .8rem;font-size:9.5pt}@media screen and (width >= 768px){.table[data-v-e01a149a] tfoot>tr>td{border-top:1px solid var(--theme-border-color)}}@media screen and (width <= 768px){.table__cell-grid[data-v-e01a149a]{display:flex;flex-direction:column}}.table__cell-mobile-label[data-v-e01a149a]{display:none;font-weight:500}@media screen and (width <= 768px){.table__cell-mobile-label[data-v-e01a149a]{display:inherit}}.table__cell-actions[data-v-e01a149a]{display:flex;align-items:center;justify-content:flex-end;margin-left:auto;column-gap:.8rem}.table__cell-subvalue[data-v-e01a149a]{font-weight:300}.table__mobile-actions[data-v-e01a149a]{position:relative;padding:0!important;background:var(--theme-background-color-shade-4)}.table__mobile-actions-grid[data-v-e01a149a]{display:grid}.table__mobile-actions-button[data-v-e01a149a]{display:grid;width:100%;height:3.2rem;place-items:center}.table__mobile-actions-button[data-v-e01a149a]:not(last-child){border-right:1px solid var(--theme-border-color)}.table__picture[data-v-e01a149a]{overflow:hidden;width:2rem;height:2rem;border:1px solid var(--theme-border-color);border-radius:var(--theme-radius-large)}.table__empty[data-v-e01a149a]{display:grid;padding:1.6rem 0;place-items:center}.grid[data-v-4839c834]{display:grid;gap:1rem}@media screen and (width >= 600px){.grid[data-v-4839c834]:not(.grid--list){gap:1.6rem;grid-template-columns:repeat(2,1fr)}}@media screen and (width >= 1200px){.grid[data-v-4839c834]:not(.grid--list){grid-template-columns:repeat(3,1fr)}}@media screen and (width >= 1400px){.grid[data-v-4839c834]:not(.grid--list){grid-template-columns:repeat(4,1fr)}}.card__upper[data-v-dd8f3bb7]{display:flex;align-items:center}.card__information[data-v-dd8f3bb7]{display:flex;flex-wrap:wrap;margin-top:.5rem;font-size:9.5pt;gap:.4rem;opacity:.6}.card__information div[data-v-dd8f3bb7]:not(:first-child){padding-left:.4rem;border-left:1px solid var(--theme-border-color)}.crud__controls[data-v-d64cb42a]{display:flex;flex-wrap:wrap;align-items:stretch;justify-content:flex-end;gap:1rem}.crud__search[data-v-d64cb42a]{min-width:90vw;flex:1;order:1}.crud__search[data-v-d64cb42a] .input__container{height:100%}@media screen and (width >= 600px){.crud__search[data-v-d64cb42a]{min-width:auto;order:0}}.crud__actions[data-v-d64cb42a]{display:flex;align-items:stretch;gap:.5rem}.crud__pagination[data-v-d64cb42a]{display:flex;align-items:center;justify-content:flex-end}.crud__context-badge[data-v-d64cb42a]{display:flex;justify-content:flex-end}.prompt[data-v-4cbfd28f]{max-width:32rem}.prompt__options[data-v-4cbfd28f]{display:grid;width:100%;height:4rem}.prompt__option[data-v-4cbfd28f]{display:grid;place-items:center}.prompt__option[data-v-4cbfd28f]:not(:last-child){border-right:1px solid var(--theme-border-color)}.prompt__option--primary[data-v-4cbfd28f]{color:var(--theme-blueish)}.prompt__option--danger[data-v-4cbfd28f]{color:var(--theme-redish)}@keyframes blink-606d47bf{0%{opacity:1}to{opacity:.4}}.toast[data-v-606d47bf]{display:flex;width:90vw;padding:1rem;border:1px solid var(--theme-border-color);border-radius:5px;animation:blink-606d47bf .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-606d47bf]{width:24rem}}.toast[data-v-606d47bf]:hover{animation-play-state:paused}.toast--animate[data-v-606d47bf]{animation-play-state:running}.toast__content[data-v-606d47bf]{display:flex;flex-direction:column;gap:.6rem}.toast__time[data-v-606d47bf]{font-size:10pt;opacity:.8}.main[data-v-09c961fa]{display:flex;min-height:100vh;flex-direction:column}.main__toasts[data-v-09c961fa]{position:fixed;z-index:100;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-f0a45677]{display:flex;width:100%;align-items:center;justify-content:center;gap:.4rem}@media screen and (width >= 600px){.topbar__preset[data-v-f0a45677]{justify-content:flex-start}}.signin[data-v-0a6df93d]{text-align:center}.signin__header[data-v-0a6df93d]{margin-bottom:.8rem;font-size:2.4rem}.signin__buttons[data-v-0a6df93d]{display:flex;width:100%;flex-direction:column;gap:1rem}.profile__user-name[data-v-368b73ef]{font-size:18pt;font-weight:600}.profile__menu[data-v-368b73ef]{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-368b73ef]>*{padding:1.4rem}.profile__menu[data-v-368b73ef]>*: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-4cbce7ef]{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-4cbce7ef]{background:var(--theme-brand-color-shade-2)}.badge--large[data-v-4cbce7ef]{padding:.35rem .55rem;border-radius:6px}.barebutton[data-v-1883f6a0]{display:flex;border:none;background:transparent;column-gap:.2rem;outline:none;place-items:center;-webkit-user-select:none;user-select:none}.barebutton[data-v-1883f6a0]:active{text-decoration:underline}.barebutton[data-v-1883f6a0]:not(.button){padding:0}@media screen and (width >= 600px){.barebutton--enabled[data-v-1883f6a0]{cursor:pointer}}.barebutton--disabled[data-v-1883f6a0]{cursor:not-allowed;opacity:.5}.icon-active[data-v-263a2782]{border-color:var(--theme-brand-color)!important}.icon[data-v-263a2782]{display:flex;align-items:center;fill:var(--icon-color, currentcolor);line-height:100%}.icon svg[data-v-263a2782]{width:100%;height:100%}.icon--reactive[data-v-263a2782]{padding:8px;border:1px solid transparent;border-radius:5px}.icon--reactive[data-v-263a2782]:hover{border-color:var(--theme-border-color)}.icon--reactive[data-v-263a2782]:active,.icon--reactive .icon--active[data-v-263a2782],.icon--active[data-v-263a2782]{border-color:var(--theme-brand-color)!important}.icon--centered[data-v-263a2782]{align-items:center;gap:calc(var(--icon-size, 1em)/2)}.icon--standalone[data-v-263a2782]{--icon-size: 18px}.icon__icon[data-v-263a2782]{display:grid;width:var(--icon-size, 1em);height:var(--icon-size, 1em);place-items:center}.icon__icon--right[data-v-263a2782]{order:1}@keyframes progress-e9f582db{0%{width:0}to{width:100%;opacity:0}}.button[data-v-e9f582db]{--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-e9f582db]:before{position:absolute;left:0;display:block;width:2rem;height:100%;animation:progress-e9f582db 1s forwards;background:#000;content:" ";opacity:.4}.button--transparent[data-v-e9f582db],.button--alt[data-v-e9f582db]{font-weight:300}.button--transparent[data-v-e9f582db]:hover,.button--alt[data-v-e9f582db]:hover{background:var(--theme-background-color-shade-4)}.button--alt[data-v-e9f582db] svg,.button--primary[data-v-e9f582db] svg{fill:currentcolor}.button--alt[data-v-e9f582db]{border:1px solid var(--theme-border-color)}.button--primary[data-v-e9f582db]{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-e9f582db]{padding:.6rem;font-size:9pt}.button--medium[data-v-e9f582db]{height:var(--theme-input-height);padding:var(--theme-input-padding);font-size:10pt}.button--large[data-v-e9f582db]{height:var(--theme-input-height-large);padding:var(--theme-input-padding-large);font-size:11pt}.button__content[data-v-e9f582db]{display:flex;width:100%;align-items:center;justify-content:center;gap:.4rem}.card[data-v-e7d2c665]{position:relative;display:flex;overflow:hidden;flex-direction:column;border:var(--theme-frame-border);border-radius:var(--theme-radius-extra-large);background:var(--theme-background-color-shade-2)}.card--inactive[data-v-e7d2c665]{opacity:.6}.card--horizontal[data-v-e7d2c665]{flex-direction:row}.card--horizontal .card__footer[data-v-e7d2c665]{display:flex;flex-direction:column}.card--horizontal .card__badge[data-v-e7d2c665]{position:relative;margin:auto 0 0}@media screen and (width <= 768px){.card--horizontal .card__footer-upper[data-v-e7d2c665]{flex-direction:column}}.card__picture[data-v-e7d2c665]{overflow:hidden}.card__picture[data-v-e7d2c665] figure{height:100%}.card__footer[data-v-e7d2c665]{height:100%;flex:1;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-e7d2c665]{display:flex;height:100%;align-items:flex-start;justify-content:space-between;gap:1rem}.card__actions[data-v-e7d2c665]{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.4rem}.card__badge[data-v-e7d2c665]{position:absolute;top:0;right:0;display:flex;flex-wrap:wrap;align-items:flex-end;margin:.8rem;gap:.2rem}.padding[data-v-3075829a]{padding:1.4rem}@media screen and (width >= 768px){.padding[data-v-3075829a]{padding:1.8rem 2.4rem}}.panel[data-v-3075829a]{--min-width: var(--panel-min-width, 36rem);--max-width: var(--panel-max-width, unset);--fixed-width: 50rem}.panel--fixed[data-v-3075829a]{position:absolute}.panel__content[data-v-3075829a]{display:flex;overflow:hidden;flex-direction:column;padding:0}@media screen and (width >= 768px){.panel__content[data-v-3075829a]{min-width:var(--min-width);max-width:var(--max-width)}}.panel__content--outer-header[data-v-3075829a]{border:none!important;background:transparent!important}.panel__content--outer-header .panel__body[data-v-3075829a],.panel__content--outer-header .panel__footer[data-v-3075829a]{border-radius:5px;background:var(--theme-background-color)}.panel__content--bordered[data-v-3075829a]{border:1px solid var(--theme-border-color);border-radius:var(--theme-radius-large)}.panel__content--float .panel__header[data-v-3075829a],.panel__content--fixed-right .panel__header[data-v-3075829a]{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-3075829a],.panel__content--fixed-right .panel__header[data-v-3075829a]{padding:.6rem 2.4rem}}.panel__content--float[data-v-3075829a]{position:fixed;top:50%;min-width:90vw;max-width:90vw;max-height:80vh;border-radius:var(--theme-radius-large);margin:auto;animation:var(--theme-animation-float);transform:translateY(-50%)}@media screen and (width >= 768px){.panel__content--float[data-v-3075829a]{min-width:var(--min-width);max-width:var(--max-width)}}.panel__content--fixed-right[data-v-3075829a]{position:fixed;top:0;width:100vw;height:100vh;border:0;border-radius:0;margin:auto 0 auto auto;animation:var(--theme-animation-fixed-right)}@media screen and (width >= 768px){.panel__content--fixed-right[data-v-3075829a]{width:var(--fixed-width)}}.panel__content--transparent[data-v-3075829a]{border:none!important;background:none!important}@media screen and (width <= 768px){.panel__content--transparent-mobile[data-v-3075829a]{border:none!important;background:none!important}.panel__content--transparent-mobile .panel__header[data-v-3075829a]{margin-bottom:1rem}}.panel__header[data-v-3075829a]{display:flex;min-height:3rem;align-items:center;line-height:100%}.panel__header[data-v-3075829a] [data-component=icon]{width:1.2rem}.panel__header[data-v-3075829a]:not(.panel__header--outer){background:var(--theme-background-color-shade-4)}.panel__header-left[data-v-3075829a]{display:flex;flex:1;align-items:center}.panel__body[data-v-3075829a]{display:flex;flex-direction:column;overflow-y:auto;overscroll-behavior:contain;row-gap:1.8rem}.panel__body--padded[data-v-3075829a]{padding:1.4rem}@media screen and (width >= 768px){.panel__body--padded[data-v-3075829a]{padding:1.8rem 2.4rem}}.panel__footer[data-v-3075829a]{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-3075829a]{padding:1rem 1.4rem}@media screen and (width >= 768px){.panel__footer--padded[data-v-3075829a]{padding:1rem 2.4rem}}.panel__footer--shadowed[data-v-3075829a]{z-index:10;box-shadow:0 4px 20px var(--theme-shadow-color)}.content__body[data-v-ee3ea72f]{animation:var(--theme-animation-dropdown)}.content__section[data-v-ee3ea72f]:not(:last-child){border-bottom:1px solid var(--theme-border-color)}@media screen and (width >= 600px){.content__section[data-v-ee3ea72f]{min-width:12rem}}.content__item[data-v-ee3ea72f]{display:flex;width:100%;color:var(--theme-foreground-color);font-weight:400}.content__item[data-v-ee3ea72f]>*{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-ee3ea72f]>*{justify-content:flex-start;padding:1rem!important}}.content__item--reactive[data-v-ee3ea72f]:hover{background:var(--theme-background-color-shade-4)}.content__item[data-v-ee3ea72f]:not(:last-child){border-bottom:1px solid var(--theme-border-color)}.contextmenu__trigger[data-v-ee3ea72f]{display:flex;justify-content:flex-start}.content[data-v-ee3ea72f] .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-ee3ea72f] .panel__content{top:0;left:0;transform:translate(min(var(--4078ef85),calc(100vw - 100%))) translateY(min(var(--4078ef86),calc(100vh - 100%)))!important;width:auto}}.info[data-v-15a38847]{position:relative;display:inline-flex;--height: 2rem;--vertical-offset: calc(var(--height) + .4rem)}.info__content[data-v-15a38847]{height:var(--height);padding:.5rem 1rem;border-radius:5px;background:#000;color:#fff;font-size:10pt;white-space:nowrap}.info__bubble[data-v-15a38847]{position:absolute;z-index:20;overflow:hidden;border-radius:0 5rem 5rem 0!important}.info__bubble--top[data-v-15a38847]{top:calc(var(--vertical-offset) * -1);left:50%;transform:translate(-50%)}.info__bubble--topleft[data-v-15a38847]{top:calc(var(--vertical-offset) * -1);right:100%}.info__bubble--left[data-v-15a38847]{top:50%;right:100%;transform:translateY(-50%)}.info__bubble--bottom[data-v-15a38847]{bottom:calc(var(--vertical-offset) * -1);left:50%;transform:translate(-50%)}.info__bubble--right[data-v-15a38847]{top:50%;left:80%;transform:translateY(-50%)}.focus .input__container[data-v-36753c7c]{border:1px solid var(--theme-brand-color)}.focus .input__icon[data-v-36753c7c] [data-component=icon]{fill:var(--theme-brand-color)}.input:focus-within .input__container[data-v-36753c7c],.textarea:focus-within .input__container[data-v-36753c7c]{border:1px solid var(--theme-brand-color)}.input:focus-within .input__icon[data-v-36753c7c] [data-component=icon],.textarea:focus-within .input__icon[data-v-36753c7c] [data-component=icon]{fill:var(--theme-brand-color)}.input[data-v-36753c7c]{--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-36753c7c]{position:relative;display:flex;overflow:hidden;width:var(--input-width, 100%);border:var(--border)}.input__container[data-v-36753c7c]:not(.input__container--textarea){height:var(--height)}.input__container--normal[data-v-36753c7c],.input__container--bold[data-v-36753c7c]{border-radius:var(--theme-radius-medium);background:var(--background-color)}.input__container--bold[data-v-36753c7c]{height:var(--height-large)}.input__container--light[data-v-36753c7c]{border-bottom:1px solid var(--theme-border-color)}.input__container>.input__input[data-v-36753c7c],.input__container>.input__textarea[data-v-36753c7c]{background:var(--background-color)}.input__input[data-v-36753c7c],.input__textarea[data-v-36753c7c]{font-family:unset}.input__input[data-v-36753c7c]{width:100%;height:100%;outline:none}.input__input--normal[data-v-36753c7c],.input__input--bold[data-v-36753c7c]{color:var(--theme-foreground-color)}.input__input--normal[data-v-36753c7c]{padding:var(--padding);font-size:11pt}.input__input--bold[data-v-36753c7c]{padding:var(--padding-large);font-size:12.5pt}.input__input--light[data-v-36753c7c]{padding:.6rem;background:transparent}.input__input--icon[data-v-36753c7c]{padding-left:2.6em!important}.input__input--readOnly[data-v-36753c7c]{background:#eee}.input__textarea[data-v-36753c7c]{display:block;width:100%;height:8em;outline:none}.input__icon[data-v-36753c7c]{position:absolute;top:50%;left:.6em;width:1.1em;transform:translateY(-50%)}.input__icon[data-v-36753c7c] [data-component=icon]{fill:#bbb}.input__icon--bold[data-v-36753c7c] [data-component=icon]{width:1.2rem;height:1.2rem}.input__clipboard[data-v-36753c7c]{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-50bbcc3b]{--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-50bbcc3b]:focus{outline:none}.select[data-v-50bbcc3b] option{background:var(--background-color)}.select--outline[data-v-50bbcc3b]:focus-within{border-color:var(--theme-brand-color)}.select--multiple[data-v-50bbcc3b]{padding:0}.select--multiple[data-v-50bbcc3b] option{height:var(--height);padding:var(--padding)}.select--multiple[data-v-50bbcc3b] option[data-selected=true]{background:var(--theme-brand-color);color:var(--theme-brand-color-contrast)}.pagination[data-v-ae7235de]{--input-width: 4rem;--input-height: 100%;--input-padding: 0 .4rem;--input-border: 1px solid var(--theme-border-color);display:inline-flex;height:2.6rem;align-items:stretch;gap:1rem}.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;color:var(--theme-foreground-color)}.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-7e6efc77]{display:flex;align-items:center;-webkit-user-select:none;user-select:none}.checkbox__input[data-v-7e6efc77]{width:1rem;height:1rem}.checkbox__input[data-v-7e6efc77]:hover{background:red}.checkbox__text[data-v-7e6efc77]{display:grid;width:100%;padding:0 .6rem}.options[data-v-bcfc697e]{display:grid;border:1px solid var(--theme-border-color);border-width:1px 1px 1px 0;border-radius:5px}.options__checkbox[data-v-bcfc697e]{padding:.8rem;border-left:1px solid var(--theme-border-color)}.options__checkbox[data-v-bcfc697e]:not(:last-child){border-bottom:1px solid var(--theme-border-color)}.switch-wrapper[data-v-ae45597d]{display:flex;align-items:center;column-gap:.6rem}.switch[data-v-ae45597d]{display:flex;overflow:hidden;width:3rem;justify-content:flex-end;padding:4px;border-radius:1rem;background:#ddd;transition:background .4s}.switch--active[data-v-ae45597d]{background:var(--theme-brand-color-shade-3)}.switch--readOnly[data-v-ae45597d]{opacity:.6}.switch__slider[data-v-ae45597d]{width:1rem;height:1rem;border-radius:50%;background:#fff}.switch__dummy[data-v-ae45597d]{flex:0;transition:flex .35s}.switch__dummy--flex[data-v-ae45597d]{flex:1}.picture[data-v-9e6a58b0]{margin:0}.picture__image--bordered[data-v-9e6a58b0]{border:1px solid var(--theme-border-color)}.picture__image--expandable[data-v-9e6a58b0]{cursor:pointer}.picture__background[data-v-9e6a58b0]{width:100%;height:100%}.picture__background[data-v-9e6a58b0]>*{stroke:var(--theme-border-color)}.picture__meta[data-v-9e6a58b0]{font-size:11pt}.picture>figcaption[data-v-9e6a58b0]{margin-top:.4rem;color:var(--theme-foreground-color)}.item[data-v-85a82246]{display:flex;flex-direction:row;align-items:center;padding:.6rem;gap:1rem}.item__presentation[data-v-85a82246]{margin-right:auto}.item__name[data-v-85a82246]{font-size:.9rem}.item__name--link[data-v-85a82246]{color:var(--theme-blueish);font-weight:600}.item__size[data-v-85a82246]{font-size:.8rem;opacity:.8}.item__picture[data-v-85a82246]{width:3rem;height:3rem}.file[data-v-9950a715]{display:flex;flex-direction:column;row-gap:.8rem}.file__list[data-v-9950a715]{display:flex;flex-direction:column;border:1px solid var(--theme-border-color);border-radius:var(--theme-radius-large)}.file__list[data-v-9950a715]>*:not(:last-child){border-bottom:1px solid var(--theme-border-color)}.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-10ee6b3b]{display:flex;min-height:2.8rem;align-items:center;padding:var(--theme-input-padding);color:var(--theme-foreground-color)}.item--selected[data-v-10ee6b3b]{background:var(--theme-brand-color-shade-1);color:var(--theme-brand-color-contrast)}.item__values[data-v-10ee6b3b]{display:flex;flex-direction:column;margin-right:auto;row-gap:.4rem}.item__value[data-v-10ee6b3b]{display:flex;font-size:10pt}.item__value[data-v-10ee6b3b]:not(:first-child){font-size:8pt}.search[data-v-7a35daa0]{display:flex;flex-direction:column}.search__panel[data-v-7a35daa0]{display:flex;flex-direction:column;gap:1rem}.search__input[data-v-7a35daa0]{display:flex;align-items:stretch;margin-bottom:.8rem;gap:.8rem}.search__summary[data-v-7a35daa0]{font-size:11pt}.form[data-v-e9376cc1]{display:flex;flex-direction:column}.form__footer[data-v-e9376cc1]{display:flex;align-items:center;margin-top:-1rem;column-gap:.6rem}.form__fieldset[data-v-e9376cc1]{display:grid;width:100%;align-items:flex-start;padding:0;border:none;margin:0;gap:1rem;grid-template-columns:repeat(6,1fr)}.form__field--form[data-v-e9376cc1]:not(:last-child):not(:first-child){padding:1rem 0;border:1px solid var(--theme-border-color);border-width:1px 0 1px 0}.form__field--form:not(:last-child):not(:first-child)~.form__field--form[data-v-e9376cc1]{border-width:0 0 1px 0;margin-top:0}.form__field-label[data-v-e9376cc1]{font-size:10.2pt;line-height:1.6rem}.form__field-label--section[data-v-e9376cc1]{font-size:12pt;font-weight:500}.form__field-hint[data-v-e9376cc1]{font-size:.9rem}.form__field-required-hint[data-v-e9376cc1]:after{margin-left:.35rem;color:#e22;content:"*"}.form__search-grid[data-v-e9376cc1]{display:grid;gap:2rem}.form__validation-error[data-v-e9376cc1]{padding:.4rem 0;color:red;font-size:.9rem}.form__array[data-v-e9376cc1]{display:flex;flex-direction:column-reverse;border:1px solid var(--theme-border-color);border-radius:var(--theme-radius-large)}.form__array[data-v-e9376cc1]>*{padding:1rem}.form__array-item[data-v-e9376cc1]{display:flex;flex-direction:column;gap:1rem}.form__array-item[data-v-e9376cc1]:not(:last-child){border-top:1px solid var(--theme-border-color)}.form__array-remove[data-v-e9376cc1]{font-size:.8rem}.cell-padding[data-v-e01a149a]{padding:10px .8rem}.table[data-v-e01a149a]{width:100%;border-radius:var(--theme-radius-large);border-spacing:0}@media screen and (width >= 768px){.table[data-v-e01a149a]{overflow:hidden;border:var(--theme-frame-border)}}.table[data-v-e01a149a] thead>tr{display:none}@media print{.table[data-v-e01a149a] thead>tr{display:table-row}}@media screen and (width >= 768px){.table[data-v-e01a149a] thead>tr{display:table-row;height:3rem;background:var(--theme-background-color-shade-4);text-align:left}}.table[data-v-e01a149a] thead>tr>th{padding:10px .8rem;font-weight:400}.table[data-v-e01a149a] tbody>tr,.table[data-v-e01a149a] tfoot>tr{height:3rem;border:var(--theme-frame-border);background:var(--theme-background-color-shade-2)}@media screen and (width >= 768px){.table[data-v-e01a149a] tbody>tr,.table[data-v-e01a149a] tfoot>tr{border:0}.table[data-v-e01a149a] tbody>tr:hover,.table[data-v-e01a149a] tfoot>tr:hover{background:var(--theme-background-color-shade-2)}}@media screen and (width <= 768px){.table[data-v-e01a149a] tbody>tr,.table[data-v-e01a149a] tfoot>tr{display:flex;overflow:hidden;height:auto;flex-direction:column;border-radius:var(--theme-radius-large)}.table[data-v-e01a149a] tbody>tr:not(:last-child),.table[data-v-e01a149a] tfoot>tr:not(:last-child){margin-bottom:1rem}}@media screen and (width >= 768px){.table[data-v-e01a149a] tbody>tr:not(:last-child)>td,.table[data-v-e01a149a] tfoot>tr:not(:last-child)>td{border-bottom:1px solid var(--theme-border-color)}}.table[data-v-e01a149a] tbody>tr>td,.table[data-v-e01a149a] tfoot>tr>td{padding:10px .8rem;font-size:9.5pt}@media screen and (width >= 768px){.table[data-v-e01a149a] tfoot>tr>td{border-top:1px solid var(--theme-border-color)}}@media screen and (width <= 768px){.table__cell-grid[data-v-e01a149a]{display:flex;flex-direction:column}}.table__cell-mobile-label[data-v-e01a149a]{display:none;font-weight:500}@media screen and (width <= 768px){.table__cell-mobile-label[data-v-e01a149a]{display:inherit}}.table__cell-actions[data-v-e01a149a]{display:flex;align-items:center;justify-content:flex-end;margin-left:auto;column-gap:.8rem}.table__cell-subvalue[data-v-e01a149a]{font-weight:300}.table__mobile-actions[data-v-e01a149a]{position:relative;padding:0!important;background:var(--theme-background-color-shade-4)}.table__mobile-actions-grid[data-v-e01a149a]{display:grid}.table__mobile-actions-button[data-v-e01a149a]{display:grid;width:100%;height:3.2rem;place-items:center}.table__mobile-actions-button[data-v-e01a149a]:not(last-child){border-right:1px solid var(--theme-border-color)}.table__picture[data-v-e01a149a]{overflow:hidden;width:2rem;height:2rem;border:1px solid var(--theme-border-color);border-radius:var(--theme-radius-large)}.table__empty[data-v-e01a149a]{display:grid;padding:1.6rem 0;place-items:center}.grid[data-v-4839c834]{display:grid;gap:1rem}@media screen and (width >= 600px){.grid[data-v-4839c834]:not(.grid--list){gap:1.6rem;grid-template-columns:repeat(2,1fr)}}@media screen and (width >= 1200px){.grid[data-v-4839c834]:not(.grid--list){grid-template-columns:repeat(3,1fr)}}@media screen and (width >= 1400px){.grid[data-v-4839c834]:not(.grid--list){grid-template-columns:repeat(4,1fr)}}.card__upper[data-v-b4b8f1e7]{display:flex;align-items:center}.card__information[data-v-b4b8f1e7]{display:flex;flex-wrap:wrap;margin-top:.5rem;font-size:9.5pt;gap:.4rem;opacity:.6}.card__information div[data-v-b4b8f1e7]:not(:first-child){padding-left:.4rem;border-left:1px solid var(--theme-border-color)}.crud__controls[data-v-d64cb42a]{display:flex;flex-wrap:wrap;align-items:stretch;justify-content:flex-end;gap:1rem}.crud__search[data-v-d64cb42a]{min-width:90vw;flex:1;order:1}.crud__search[data-v-d64cb42a] .input__container{height:100%}@media screen and (width >= 600px){.crud__search[data-v-d64cb42a]{min-width:auto;order:0}}.crud__actions[data-v-d64cb42a]{display:flex;align-items:stretch;gap:.5rem}.crud__pagination[data-v-d64cb42a]{display:flex;align-items:center;justify-content:flex-end}.crud__context-badge[data-v-d64cb42a]{display:flex;justify-content:flex-end}.prompt[data-v-4cbfd28f]{max-width:32rem}.prompt__options[data-v-4cbfd28f]{display:grid;width:100%;height:4rem}.prompt__option[data-v-4cbfd28f]{display:grid;place-items:center}.prompt__option[data-v-4cbfd28f]:not(:last-child){border-right:1px solid var(--theme-border-color)}.prompt__option--primary[data-v-4cbfd28f]{color:var(--theme-blueish)}.prompt__option--danger[data-v-4cbfd28f]{color:var(--theme-redish)}@keyframes blink-606d47bf{0%{opacity:1}to{opacity:.4}}.toast[data-v-606d47bf]{display:flex;width:90vw;padding:1rem;border:1px solid var(--theme-border-color);border-radius:5px;animation:blink-606d47bf .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-606d47bf]{width:24rem}}.toast[data-v-606d47bf]:hover{animation-play-state:paused}.toast--animate[data-v-606d47bf]{animation-play-state:running}.toast__content[data-v-606d47bf]{display:flex;flex-direction:column;gap:.6rem}.toast__time[data-v-606d47bf]{font-size:10pt;opacity:.8}.main[data-v-8de8a4eb]{display:flex;min-height:100vh;flex-direction:column}.main__toasts[data-v-8de8a4eb]{position:fixed;z-index:100;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-f0a45677]{display:flex;width:100%;align-items:center;justify-content:center;gap:.4rem}@media screen and (width >= 600px){.topbar__preset[data-v-f0a45677]{justify-content:flex-start}}.signin[data-v-0a6df93d]{text-align:center}.signin__header[data-v-0a6df93d]{margin-bottom:.8rem;font-size:2.4rem}.signin__buttons[data-v-0a6df93d]{display:flex;width:100%;flex-direction:column;gap:1rem}.profile__user-name[data-v-368b73ef]{font-size:18pt;font-weight:600}.profile__menu[data-v-368b73ef]{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-368b73ef]>*{padding:1.4rem}.profile__menu[data-v-368b73ef]>*:not(:last-child){border-bottom:1px solid var(--theme-border-color)}
|
package/dist/ui.js
CHANGED
|
@@ -1,44 +1,37 @@
|
|
|
1
|
-
import { j as
|
|
2
|
-
import "vue";
|
|
3
|
-
import "@aeria-ui/i18n";
|
|
4
|
-
import "@aeria-ui/core";
|
|
5
|
-
import "@aeriajs/common";
|
|
6
|
-
import "@aeria-ui/state-management";
|
|
7
|
-
import "vue-router";
|
|
8
|
-
import "@aeria-ui/utils";
|
|
1
|
+
import { j as r, C as s, k as i, l as A, a as o, m as t, d as n, n as u, e as c, F as d, v as l, p as P, A as b, o as p, b as C, q as h, w as m, f as B, r as F, h as x, x as I, s as T, i as f, c as g, g as w, D as M, y as S, z as k, B as y, t as G, u as R, E as j, H as q, G as v } from "./index-CDZJZN6Y.js";
|
|
9
2
|
export {
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
3
|
+
r as AeriaAccordion,
|
|
4
|
+
s as AeriaAsync,
|
|
5
|
+
i as AeriaBadge,
|
|
6
|
+
A as AeriaBareButton,
|
|
7
|
+
o as AeriaButton,
|
|
8
|
+
t as AeriaCard,
|
|
9
|
+
n as AeriaCheckbox,
|
|
10
|
+
u as AeriaContextMenu,
|
|
11
|
+
c as AeriaCrud,
|
|
12
|
+
d as AeriaCrudTopbar,
|
|
13
|
+
l as AeriaFile,
|
|
14
|
+
P as AeriaFilterPanel,
|
|
15
|
+
b as AeriaForm,
|
|
16
|
+
p as AeriaGrid,
|
|
17
|
+
C as AeriaIcon,
|
|
18
|
+
h as AeriaInfo,
|
|
19
|
+
m as AeriaInput,
|
|
20
|
+
B as AeriaInsertPanel,
|
|
21
|
+
F as AeriaMain,
|
|
22
|
+
x as AeriaMenu,
|
|
23
|
+
I as AeriaOptions,
|
|
24
|
+
T as AeriaPagination,
|
|
25
|
+
f as AeriaPanel,
|
|
26
|
+
g as AeriaPasswordForm,
|
|
27
|
+
w as AeriaPicture,
|
|
28
|
+
M as AeriaPrompt,
|
|
29
|
+
S as AeriaSearch,
|
|
30
|
+
k as AeriaSelect,
|
|
31
|
+
y as AeriaSwitch,
|
|
32
|
+
G as AeriaTable,
|
|
33
|
+
R as AeriaTabs,
|
|
34
|
+
j as AeriaToast,
|
|
35
|
+
q as dashboardRoutes,
|
|
36
|
+
v as userRoutes
|
|
44
37
|
};
|
|
@@ -3,14 +3,5 @@ type Props = {
|
|
|
3
3
|
id: string;
|
|
4
4
|
section?: 'edit';
|
|
5
5
|
};
|
|
6
|
-
declare const _default: import('vue').DefineComponent<
|
|
6
|
+
declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
7
7
|
export default _default;
|
|
8
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
9
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
10
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
11
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
12
|
-
} : {
|
|
13
|
-
type: import('vue').PropType<T[K]>;
|
|
14
|
-
required: true;
|
|
15
|
-
};
|
|
16
|
-
};
|
|
@@ -2,20 +2,17 @@ type Props = {
|
|
|
2
2
|
collection: string;
|
|
3
3
|
};
|
|
4
4
|
declare function __VLS_template(): {
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
9
|
-
export default _default;
|
|
10
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
11
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
12
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
13
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
14
|
-
} : {
|
|
15
|
-
type: import('vue').PropType<T[K]>;
|
|
16
|
-
required: true;
|
|
5
|
+
attrs: Partial<{}>;
|
|
6
|
+
slots: {
|
|
7
|
+
'crud-empty'?(_: {}): any;
|
|
17
8
|
};
|
|
9
|
+
refs: {};
|
|
10
|
+
rootEl: any;
|
|
18
11
|
};
|
|
12
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
13
|
+
declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
14
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
15
|
+
export default _default;
|
|
19
16
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
20
17
|
new (): {
|
|
21
18
|
$slots: S;
|