@aeria-ui/ui 0.0.146 → 0.0.148
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_-4dIZ-pe0.js → _id_-35671aff.js} +14 -9
- package/dist/{activation-DqwN6Fxz.js → activation-9b511196.js} +15 -13
- package/dist/components/aeria-accordion/aeria-accordion.vue.d.ts +12 -8
- package/dist/components/aeria-badge/aeria-badge.vue.d.ts +12 -8
- package/dist/components/aeria-bare-button/aeria-bare-button.vue.d.ts +15 -11
- package/dist/components/aeria-button/aeria-button.vue.d.ts +14 -10
- package/dist/components/aeria-card/aeria-card.vue.d.ts +15 -11
- package/dist/components/aeria-context-menu/aeria-context-menu.vue.d.ts +22 -19
- package/dist/components/aeria-crud/_internals/helpers.d.ts +3 -2
- package/dist/components/aeria-crud/_internals/layouts/aeria-grid/aeria-grid.vue.d.ts +12 -2
- package/dist/components/aeria-crud/_internals/layouts/aeria-tabular/aeria-tabular.vue.d.ts +15 -10
- package/dist/components/aeria-crud/_internals/layouts/index.d.ts +82 -40
- package/dist/components/aeria-crud/aeria-crud.vue.d.ts +26 -21
- package/dist/components/aeria-filter-panel/aeria-filter-panel.vue.d.ts +2 -2
- package/dist/components/aeria-grid/aeria-grid.vue.d.ts +12 -8
- package/dist/components/aeria-icon/aeria-icon.vue.d.ts +14 -9
- package/dist/components/aeria-info/aeria-info.vue.d.ts +26 -11
- package/dist/components/aeria-insert-panel/aeria-insert-panel.vue.d.ts +33 -16
- package/dist/components/aeria-main/aeria-main.vue.d.ts +3 -8
- package/dist/components/aeria-menu/aeria-menu.vue.d.ts +2 -7
- package/dist/components/aeria-pagination/aeria-pagination.vue.d.ts +15 -5
- package/dist/components/aeria-panel/aeria-panel.vue.d.ts +33 -15
- package/dist/components/aeria-picture/aeria-picture.vue.d.ts +14 -10
- package/dist/components/aeria-table/aeria-table.vue.d.ts +25 -20
- package/dist/components/aeria-tabs/aeria-tabs.vue.d.ts +13 -9
- package/dist/components/dashboard/aeria-crud-topbar/aeria-crud-topbar.vue.d.ts +10 -1
- package/dist/components/dashboard/aeria-password-form/aeria-password-form.vue.d.ts +17 -13
- package/dist/components/dashboard/aeria-prompt/aeria-prompt.vue.d.ts +14 -9
- package/dist/components/dashboard/aeria-toast/aeria-toast.vue.d.ts +14 -9
- package/dist/components/form/aeria-checkbox/aeria-checkbox.vue.d.ts +26 -16
- package/dist/components/form/aeria-file/_internals/components/aeria-file-item.vue.d.ts +13 -8
- package/dist/components/form/aeria-file/aeria-file.vue.d.ts +22 -12
- package/dist/components/form/aeria-form/_internals/helpers.d.ts +3 -2
- package/dist/components/form/aeria-form/aeria-form.vue.d.ts +47 -26
- package/dist/components/form/aeria-input/aeria-input.vue.d.ts +22 -17
- package/dist/components/form/aeria-options/aeria-options.vue.d.ts +29 -7
- package/dist/components/form/aeria-search/_internals/components/aeria-search-container/aeria-search-container.vue.d.ts +16 -14
- package/dist/components/form/aeria-search/_internals/components/aeria-search-item/aeria-search-item.vue.d.ts +18 -13
- package/dist/components/form/aeria-search/aeria-search.vue.d.ts +25 -3
- package/dist/components/form/aeria-select/aeria-select.vue.d.ts +18 -15
- package/dist/components/form/aeria-switch/aeria-switch.vue.d.ts +18 -8
- package/dist/components/form/types.d.ts +2 -1
- package/dist/components/index.d.ts +1 -0
- package/dist/index-13f71246.js +31 -0
- package/dist/index-17786102.js +144 -0
- package/dist/index-54fc64aa.js +66 -0
- package/dist/{index-Cvpf_fcw.js → index-da006cde.js} +1162 -1137
- package/dist/{redefine-password-CIRVr_YH.js → redefine-password-a556ab1e.js} +10 -8
- package/dist/routes.d.ts +2 -1
- package/dist/{signin-Wx4U5tkL.js → signin-80046a53.js} +6 -3
- package/dist/{signup-B0VMikWK.js → signup-2b9cbf2c.js} +28 -24
- package/dist/{ui.css → style.css} +1 -1
- package/dist/ui.js +42 -35
- package/dist/views/dashboard/[collection]/[id].vue.d.ts +10 -1
- package/dist/views/dashboard/[collection]/index.vue.d.ts +12 -8
- package/dist/views/dashboard/user/profile/index.vue.d.ts +2 -7
- package/package.json +3 -3
- package/dist/index-BHya3orU.js +0 -25
- package/dist/index-DJGV3KfN.js +0 -57
- package/dist/index-DUoAgL9p.js +0 -130
|
@@ -1,9 +1,11 @@
|
|
|
1
|
-
import { defineComponent as R, inject as M, ref as b, onMounted as A, openBlock as
|
|
1
|
+
import { defineComponent as R, inject as M, ref as b, onMounted as A, openBlock as p, createElementBlock as c, unref as s, createElementVNode as y, toDisplayString as a, createVNode as l, withCtx as m, withModifiers as C, createTextVNode as _ } 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, _ as I, a as g } from "./index-
|
|
6
|
+
import { A as E, _ as I, a as g } from "./index-da006cde.js";
|
|
7
|
+
import "@aeriajs/common";
|
|
8
|
+
import "@aeria-ui/utils";
|
|
7
9
|
const N = { key: 0 }, T = {
|
|
8
10
|
key: 0,
|
|
9
11
|
style: { display: "grid", gap: "1rem" }
|
|
@@ -13,7 +15,7 @@ const N = { key: 0 }, T = {
|
|
|
13
15
|
}, B = {
|
|
14
16
|
key: 1,
|
|
15
17
|
style: { display: "grid", gap: "1rem" }
|
|
16
|
-
},
|
|
18
|
+
}, G = /* @__PURE__ */ R({
|
|
17
19
|
__name: "redefine-password",
|
|
18
20
|
setup(O) {
|
|
19
21
|
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({
|
|
@@ -72,8 +74,8 @@ const N = { key: 0 }, T = {
|
|
|
72
74
|
body: "Your password was sucessfully redefined! Try loggin with your email and password."
|
|
73
75
|
}), k();
|
|
74
76
|
};
|
|
75
|
-
return (e, t) => o.value.email !== "" ? (
|
|
76
|
-
s(h) === "password" ? (
|
|
77
|
+
return (e, t) => o.value.email !== "" ? (p(), c("div", N, [
|
|
78
|
+
s(h) === "password" ? (p(), c("div", T, [
|
|
77
79
|
y("h1", null, a(s(i)("redefine_password")), 1),
|
|
78
80
|
l(E, {
|
|
79
81
|
modelValue: o.value,
|
|
@@ -106,7 +108,7 @@ const N = { key: 0 }, T = {
|
|
|
106
108
|
]),
|
|
107
109
|
_: 1
|
|
108
110
|
}, 8, ["modelValue"])
|
|
109
|
-
])) : (
|
|
111
|
+
])) : (p(), c("div", q, [
|
|
110
112
|
y("h1", null, a(s(i)("sucessfully_redefined_password")), 1),
|
|
111
113
|
l(g, {
|
|
112
114
|
onClick: t[2] || (t[2] = (n) => s(r).push("/user/signin"))
|
|
@@ -117,7 +119,7 @@ const N = { key: 0 }, T = {
|
|
|
117
119
|
_: 1
|
|
118
120
|
})
|
|
119
121
|
]))
|
|
120
|
-
])) : (
|
|
122
|
+
])) : (p(), c("div", B, [
|
|
121
123
|
y("h1", null, a(s(i)("invalid_link")), 1),
|
|
122
124
|
l(g, {
|
|
123
125
|
onClick: t[3] || (t[3] = (n) => s(r).push("/user/signin"))
|
|
@@ -131,5 +133,5 @@ const N = { key: 0 }, T = {
|
|
|
131
133
|
}
|
|
132
134
|
});
|
|
133
135
|
export {
|
|
134
|
-
|
|
136
|
+
G as default
|
|
135
137
|
};
|
package/dist/routes.d.ts
CHANGED
|
@@ -2,8 +2,11 @@ import { defineComponent as v, inject as V, resolveDirective as b, openBlock as
|
|
|
2
2
|
import { INSTANCE_VARS_SYMBOL as E, STORAGE_NAMESPACE as x } from "@aeria-ui/core";
|
|
3
3
|
import { useStore as h } from "@aeria-ui/state-management";
|
|
4
4
|
import { useRouter as N } from "vue-router";
|
|
5
|
-
import { A as B, a as k } from "./index-
|
|
6
|
-
|
|
5
|
+
import { A as B, a as k } from "./index-da006cde.js";
|
|
6
|
+
import "@aeria-ui/i18n";
|
|
7
|
+
import "@aeriajs/common";
|
|
8
|
+
import "@aeria-ui/utils";
|
|
9
|
+
const L = { style: { "text-align": "center" } }, M = ["innerHTML"], R = { key: 1 }, D = { style: { width: "100%", display: "flex", "flex-direction": "column", gap: "1rem" } }, G = /* @__PURE__ */ v({
|
|
7
10
|
__name: "signin",
|
|
8
11
|
setup(F) {
|
|
9
12
|
const o = N(), t = h("user"), m = h("meta"), l = V(E, {}), p = () => {
|
|
@@ -84,5 +87,5 @@ const L = { style: { "text-align": "center" } }, M = ["innerHTML"], R = { key: 1
|
|
|
84
87
|
}
|
|
85
88
|
});
|
|
86
89
|
export {
|
|
87
|
-
|
|
90
|
+
G as default
|
|
88
91
|
};
|
|
@@ -1,17 +1,21 @@
|
|
|
1
|
-
import { defineComponent as h, withAsyncContext as A, ref as
|
|
1
|
+
import { defineComponent as h, withAsyncContext as A, ref as p, resolveDirective as C, openBlock as b, createElementBlock as $, Fragment as x, createElementVNode as c, toDisplayString as i, withDirectives as B, createBlock as S, unref as g, withCtx as r, createTextVNode as m, createVNode as n, mergeProps as U, withModifiers as D } from "vue";
|
|
2
2
|
import { useRouter as E } from "vue-router";
|
|
3
3
|
import { useStore as V } from "@aeria-ui/state-management";
|
|
4
|
-
import { b as M, A as N, _ as F, c as P, a as j } from "./index-
|
|
5
|
-
|
|
4
|
+
import { b as M, A as N, _ as F, c as P, a as j } from "./index-da006cde.js";
|
|
5
|
+
import "@aeria-ui/i18n";
|
|
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({
|
|
6
10
|
__name: "signup",
|
|
7
11
|
async setup(I) {
|
|
8
12
|
let f, v;
|
|
9
|
-
const w = E(), l = V("user"),
|
|
10
|
-
typeof
|
|
13
|
+
const w = E(), l = V("user"), s = V("meta");
|
|
14
|
+
typeof s.descriptions.user != "object" && ([f, v] = A(() => s.$actions.describe({
|
|
11
15
|
collections: ["user"],
|
|
12
16
|
roles: !0
|
|
13
17
|
})), await f, v());
|
|
14
|
-
const u =
|
|
18
|
+
const u = p(!1), d = p({}), a = p({
|
|
15
19
|
password: "",
|
|
16
20
|
confirmation: ""
|
|
17
21
|
}), _ = async () => {
|
|
@@ -21,13 +25,13 @@ const q = { style: { display: "flex", "flex-direction": "column", "align-items":
|
|
|
21
25
|
password: a.value.password
|
|
22
26
|
});
|
|
23
27
|
if (o) {
|
|
24
|
-
|
|
28
|
+
s.$actions.spawnModal({
|
|
25
29
|
title: "Error",
|
|
26
30
|
body: o.code
|
|
27
31
|
});
|
|
28
32
|
return;
|
|
29
33
|
}
|
|
30
|
-
|
|
34
|
+
s.$actions.spawnModal({
|
|
31
35
|
title: "Conta registrada",
|
|
32
36
|
body: "Verifique o link de confirmação no seu email"
|
|
33
37
|
}), w.push({
|
|
@@ -37,21 +41,21 @@ const q = { style: { display: "flex", "flex-direction": "column", "align-items":
|
|
|
37
41
|
return (o, e) => {
|
|
38
42
|
const k = C("clickable");
|
|
39
43
|
return b(), $(x, null, [
|
|
40
|
-
|
|
41
|
-
|
|
44
|
+
c("div", null, [
|
|
45
|
+
c("h1", null, i(o.t("signup.header")), 1),
|
|
42
46
|
B((b(), S(M, {
|
|
43
47
|
icon: "arrow-left",
|
|
44
48
|
onClick: e[0] || (e[0] = (t) => g(w).push({ path: "/user/signin" }))
|
|
45
49
|
}, {
|
|
46
|
-
default:
|
|
47
|
-
m(
|
|
50
|
+
default: r(() => [
|
|
51
|
+
m(i(o.t("signup.signin")), 1)
|
|
48
52
|
]),
|
|
49
53
|
_: 1
|
|
50
54
|
})), [
|
|
51
55
|
[k]
|
|
52
56
|
])
|
|
53
57
|
]),
|
|
54
|
-
|
|
58
|
+
n(N, U({
|
|
55
59
|
modelValue: d.value,
|
|
56
60
|
"onUpdate:modelValue": e[3] || (e[3] = (t) => d.value = t)
|
|
57
61
|
}, {
|
|
@@ -62,14 +66,14 @@ const q = { style: { display: "flex", "flex-direction": "column", "align-items":
|
|
|
62
66
|
"phone"
|
|
63
67
|
])
|
|
64
68
|
}), {
|
|
65
|
-
after:
|
|
66
|
-
|
|
69
|
+
after: r(() => [
|
|
70
|
+
n(F, {
|
|
67
71
|
modelValue: a.value,
|
|
68
72
|
"onUpdate:modelValue": e[2] || (e[2] = (t) => a.value = t)
|
|
69
73
|
}, {
|
|
70
|
-
default:
|
|
71
|
-
|
|
72
|
-
|
|
74
|
+
default: r(({ passwordError: t }) => [
|
|
75
|
+
c("div", q, [
|
|
76
|
+
n(P, {
|
|
73
77
|
modelValue: u.value,
|
|
74
78
|
"onUpdate:modelValue": e[1] || (e[1] = (y) => u.value = y),
|
|
75
79
|
property: {
|
|
@@ -77,18 +81,18 @@ const q = { style: { display: "flex", "flex-direction": "column", "align-items":
|
|
|
77
81
|
element: "checkbox"
|
|
78
82
|
}
|
|
79
83
|
}, {
|
|
80
|
-
default:
|
|
81
|
-
m(
|
|
84
|
+
default: r(() => [
|
|
85
|
+
m(i(o.t("signup.tos_checkbox")), 1)
|
|
82
86
|
]),
|
|
83
87
|
_: 1
|
|
84
88
|
}, 8, ["modelValue"])
|
|
85
89
|
]),
|
|
86
|
-
|
|
90
|
+
n(j, {
|
|
87
91
|
disabled: !!t || !u.value,
|
|
88
92
|
onClick: D(_, ["prevent"])
|
|
89
93
|
}, {
|
|
90
|
-
default:
|
|
91
|
-
m(
|
|
94
|
+
default: r(() => [
|
|
95
|
+
m(i(o.t("signup.submit")), 1)
|
|
92
96
|
]),
|
|
93
97
|
_: 2
|
|
94
98
|
}, 1032, ["disabled"])
|
|
@@ -103,5 +107,5 @@ const q = { style: { display: "flex", "flex-direction": "column", "align-items":
|
|
|
103
107
|
}
|
|
104
108
|
});
|
|
105
109
|
export {
|
|
106
|
-
|
|
110
|
+
O as default
|
|
107
111
|
};
|
|
@@ -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-ab19820c]{border-color:var(--theme-brand-color)!important}.icon[data-v-ab19820c]{display:flex;align-items:center;fill:var(--icon-color, currentcolor);line-height:100%}.icon svg[data-v-ab19820c]{width:100%;height:100%}.icon--reactive[data-v-ab19820c]{padding:8px;border:1px solid transparent;border-radius:5px}.icon--reactive[data-v-ab19820c]:hover{border-color:var(--theme-border-color)}.icon--reactive[data-v-ab19820c]:active,.icon--reactive .icon--active[data-v-ab19820c],.icon--active[data-v-ab19820c]{border-color:var(--theme-brand-color)!important}.icon--centered[data-v-ab19820c]{align-items:center;gap:calc(var(--icon-size, 1em)/2)}.icon--standalone[data-v-ab19820c]{--icon-size: 18px}.icon__icon[data-v-ab19820c]{display:grid;width:var(--icon-size, 1em);height:var(--icon-size, 1em);place-items:center}.icon__icon--right[data-v-ab19820c]{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-84cde0d8]{padding:1.4rem}@media screen and (width >= 768px){.padding[data-v-84cde0d8]{padding:1.8rem 2.4rem}}.panel[data-v-84cde0d8]{--min-width: var(--panel-min-width, 36rem);--max-width: var(--panel-max-width, unset);--fixed-width: 50rem}.panel--fixed[data-v-84cde0d8]{position:absolute}.panel__content[data-v-84cde0d8]{display:flex;overflow:hidden;flex-direction:column;padding:0}@media screen and (width >= 768px){.panel__content[data-v-84cde0d8]{min-width:var(--min-width);max-width:var(--max-width)}}.panel__content--outer-header[data-v-84cde0d8]{border:none!important;background:transparent!important}.panel__content--outer-header .panel__body[data-v-84cde0d8],.panel__content--outer-header .panel__footer[data-v-84cde0d8]{border-radius:5px;background:var(--theme-background-color)}.panel__content--bordered[data-v-84cde0d8]{border:1px solid var(--theme-border-color);border-radius:var(--theme-radius-large)}.panel__content--float .panel__header[data-v-84cde0d8],.panel__content--fixed-right .panel__header[data-v-84cde0d8]{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-84cde0d8],.panel__content--fixed-right .panel__header[data-v-84cde0d8]{padding:.6rem 2.4rem}}.panel__content--float[data-v-84cde0d8]{position:fixed;top:50%;min-width:90vw;max-width:90vw;max-height:80vh;border-radius:var(--theme-radius-large);animation:var(--theme-animation-float);transform:translateY(-50%)}@media screen and (width >= 768px){.panel__content--float[data-v-84cde0d8]{min-width:var(--min-width);max-width:var(--max-width)}}.panel__content--fixed-right[data-v-84cde0d8]{position:fixed;top:0;width:100vw;height:100vh;border:0;border-radius:0;margin-right:0;animation:var(--theme-animation-fixed-right)}@media screen and (width >= 768px){.panel__content--fixed-right[data-v-84cde0d8]{width:var(--fixed-width)}}.panel__content--transparent[data-v-84cde0d8]{border:none!important;background:none!important}@media screen and (width <= 768px){.panel__content--transparent-mobile[data-v-84cde0d8]{border:none!important;background:none!important}.panel__content--transparent-mobile .panel__header[data-v-84cde0d8]{margin-bottom:1rem}}.panel__header[data-v-84cde0d8]{display:flex;min-height:3rem;align-items:center;line-height:100%}.panel__header[data-v-84cde0d8] [data-component=icon]{width:1.2rem}.panel__header[data-v-84cde0d8]:not(.panel__header--outer){background:var(--theme-background-color-shade-4)}.panel__header-left[data-v-84cde0d8]{display:flex;flex:1;align-items:center}.panel__body[data-v-84cde0d8]{display:flex;flex-direction:column;overflow-y:auto;overscroll-behavior:contain;row-gap:1.8rem}.panel__body--padded[data-v-84cde0d8]{padding:1.4rem}@media screen and (width >= 768px){.panel__body--padded[data-v-84cde0d8]{padding:1.8rem 2.4rem}}.panel__footer[data-v-84cde0d8]{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-84cde0d8]{padding:1rem 1.4rem}@media screen and (width >= 768px){.panel__footer--padded[data-v-84cde0d8]{padding:1rem 2.4rem}}.panel__footer--shadowed[data-v-84cde0d8]{z-index:10;box-shadow:0 4px 20px var(--theme-shadow-color)}.content__body[data-v-34fb8e38]{animation:var(--theme-animation-dropdown)}.content__section[data-v-34fb8e38]:not(:last-child){border-bottom:1px solid var(--theme-border-color)}@media screen and (width >= 600px){.content__section[data-v-34fb8e38]{min-width:12rem}}.content__item[data-v-34fb8e38]{display:flex;width:100%;color:var(--theme-foreground-color);font-weight:400}.content__item[data-v-34fb8e38]>*{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-34fb8e38]>*{justify-content:flex-start;padding:1rem!important}}.content__item--reactive[data-v-34fb8e38]:hover{background:var(--theme-background-color-shade-4)}.content__item[data-v-34fb8e38]:not(:last-child){border-bottom:1px solid var(--theme-border-color)}.contextmenu__trigger[data-v-34fb8e38]{display:flex;justify-content:flex-start}.content[data-v-34fb8e38] .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-34fb8e38] .panel__content{top:0;left:0;transform:translate(min(var(--4393a358),calc(100vw - 100%))) translateY(min(var(--4393a359),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-b4ebd684]{border:1px solid var(--theme-brand-color)}.focus .input__icon[data-v-b4ebd684] [data-component=icon]{fill:var(--theme-brand-color)}.input:focus-within .input__container[data-v-b4ebd684],.textarea:focus-within .input__container[data-v-b4ebd684]{border:1px solid var(--theme-brand-color)}.input:focus-within .input__icon[data-v-b4ebd684] [data-component=icon],.textarea:focus-within .input__icon[data-v-b4ebd684] [data-component=icon]{fill:var(--theme-brand-color)}.input[data-v-b4ebd684]{--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-b4ebd684]{position:relative;display:flex;overflow:hidden;width:var(--input-width, 100%);border:var(--border)}.input__container[data-v-b4ebd684]:not(.input__container--textarea){height:var(--height)}.input__container--normal[data-v-b4ebd684],.input__container--bold[data-v-b4ebd684]{border-radius:var(--theme-radius-medium);background:var(--background-color)}.input__container--bold[data-v-b4ebd684]{height:var(--height-large)}.input__container--light[data-v-b4ebd684]{border-bottom:1px solid var(--theme-border-color)}.input__container>.input__input[data-v-b4ebd684],.input__container>.input__textarea[data-v-b4ebd684]{background:var(--background-color)}.input__input[data-v-b4ebd684],.input__textarea[data-v-b4ebd684]{font-family:unset}.input__input[data-v-b4ebd684]{width:100%;height:100%;outline:none}.input__input--normal[data-v-b4ebd684],.input__input--bold[data-v-b4ebd684]{color:var(--theme-foreground-color)}.input__input--normal[data-v-b4ebd684]{padding:var(--padding);font-size:11pt}.input__input--bold[data-v-b4ebd684]{padding:var(--padding-large);font-size:12.5pt}.input__input--light[data-v-b4ebd684]{padding:.6rem;background:transparent}.input__input--icon[data-v-b4ebd684]{padding-left:2.6em!important}.input__input--readOnly[data-v-b4ebd684]{background:#eee}.input__textarea[data-v-b4ebd684]{display:block;width:100%;height:8em;outline:none}.input__icon[data-v-b4ebd684]{position:absolute;top:50%;left:.6em;width:1.1em;transform:translateY(-50%)}.input__icon[data-v-b4ebd684] [data-component=icon]{fill:#bbb}.input__icon--bold[data-v-b4ebd684] [data-component=icon]{width:1.2rem;height:1.2rem}.input__clipboard[data-v-b4ebd684]{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]{display:inline-flex;height:2.6rem;align-items:stretch;gap:1rem;--input-width: 4rem;--input-height: 100%;--input-padding: 0 .4rem;--input-border: 1px solid var(--theme-border-color)}.pagination__arrows[data-v-ae7235de]{display:flex;align-items:stretch;border:1px solid var(--theme-border-color);border-radius:var(--theme-radius-large)}.pagination__arrows>button[data-v-ae7235de]:not(:last-child){border-right:1px solid var(--theme-border-color)}.pagination__arrows>button>a[data-v-ae7235de]{padding:.6rem}.pagination__arrows>button>a[data-v-ae7235de]:hover{background:var(--theme-background-color-shade-2)}.pagination__summary[data-v-ae7235de]{display:flex;align-items:center;gap:.4rem}.checkbox[data-v-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-89303bb6]{padding:10px .8rem}.table[data-v-89303bb6]{width:100%;border-radius:var(--theme-radius-large);border-spacing:0}@media screen and (width >= 768px){.table[data-v-89303bb6]{overflow:hidden;border:var(--theme-frame-border)}}.table[data-v-89303bb6] thead>tr{display:none}@media print{.table[data-v-89303bb6] thead>tr{display:table-row}}@media screen and (width >= 768px){.table[data-v-89303bb6] thead>tr{display:table-row;height:3rem;background:var(--theme-background-color-shade-4);text-align:left}}.table[data-v-89303bb6] thead>tr>th{padding:10px .8rem;font-weight:400}.table[data-v-89303bb6] tbody>tr,.table[data-v-89303bb6] tfoot>tr{height:3rem;border:var(--theme-frame-border);background:var(--theme-background-color-shade-2)}@media screen and (width >= 768px){.table[data-v-89303bb6] tbody>tr,.table[data-v-89303bb6] tfoot>tr{border:0}.table[data-v-89303bb6] tbody>tr:hover,.table[data-v-89303bb6] tfoot>tr:hover{background:var(--theme-background-color-shade-2)}}@media screen and (width <= 768px){.table[data-v-89303bb6] tbody>tr,.table[data-v-89303bb6] tfoot>tr{display:flex;overflow:hidden;height:auto;flex-direction:column;border-radius:var(--theme-radius-large)}.table[data-v-89303bb6] tbody>tr:not(:last-child),.table[data-v-89303bb6] tfoot>tr:not(:last-child){margin-bottom:1rem}}@media screen and (width >= 768px){.table[data-v-89303bb6] tbody>tr:not(:last-child)>td,.table[data-v-89303bb6] tfoot>tr:not(:last-child)>td{border-bottom:1px solid var(--theme-border-color)}}.table[data-v-89303bb6] tbody>tr>td,.table[data-v-89303bb6] tfoot>tr>td{padding:10px .8rem;font-size:9.5pt}@media screen and (width >= 768px){.table[data-v-89303bb6] tfoot>tr>td{border-top:1px solid var(--theme-border-color)}}@media screen and (width <= 768px){.table__cell-grid[data-v-89303bb6]{display:flex;flex-direction:column}}.table__cell-mobile-label[data-v-89303bb6]{display:none;font-weight:500}@media screen and (width <= 768px){.table__cell-mobile-label[data-v-89303bb6]{display:inherit}}.table__cell-actions[data-v-89303bb6]{display:flex;align-items:center;justify-content:flex-end;margin-left:auto;column-gap:.8rem}.table__cell-subvalue[data-v-89303bb6]{font-weight:300}.table__mobile-actions[data-v-89303bb6]{position:relative;padding:0!important;background:var(--theme-background-color-shade-4)}.table__mobile-actions-grid[data-v-89303bb6]{display:grid}.table__mobile-actions-button[data-v-89303bb6]{display:grid;width:100%;height:3.2rem;place-items:center}.table__mobile-actions-button[data-v-89303bb6]:not(last-child){border-right:1px solid var(--theme-border-color)}.table__picture[data-v-89303bb6]{overflow:hidden;width:2rem;height:2rem;border:1px solid var(--theme-border-color);border-radius:var(--theme-radius-large)}.table__empty[data-v-89303bb6]{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-cfdb8783]{display:flex;align-items:center}.card__information[data-v-cfdb8783]{margin-top:.5rem;font-size:9.5pt;opacity:.6}.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-ee4328ae]{max-width:32rem}.prompt__options[data-v-ee4328ae]{display:grid;width:100%;height:4rem}.prompt__option[data-v-ee4328ae]{display:grid;place-items:center}.prompt__option[data-v-ee4328ae]:not(:last-child){border-right:1px solid var(--theme-border-color)}.prompt__option--primary[data-v-ee4328ae]{color:var(--theme-blueish)}.prompt__option--danger[data-v-ee4328ae]{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-8f232683]{display:flex;min-height:100vh;flex-direction:column}.main__toasts[data-v-8f232683]{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}}.profile__user-name[data-v-177346b0]{font-size:18pt;font-weight:600}.profile__menu[data-v-177346b0]{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-177346b0]>*{padding:1.4rem}.profile__menu[data-v-177346b0]>*: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-ab19820c]{border-color:var(--theme-brand-color)!important}.icon[data-v-ab19820c]{display:flex;align-items:center;fill:var(--icon-color, currentcolor);line-height:100%}.icon svg[data-v-ab19820c]{width:100%;height:100%}.icon--reactive[data-v-ab19820c]{padding:8px;border:1px solid transparent;border-radius:5px}.icon--reactive[data-v-ab19820c]:hover{border-color:var(--theme-border-color)}.icon--reactive[data-v-ab19820c]:active,.icon--reactive .icon--active[data-v-ab19820c],.icon--active[data-v-ab19820c]{border-color:var(--theme-brand-color)!important}.icon--centered[data-v-ab19820c]{align-items:center;gap:calc(var(--icon-size, 1em)/2)}.icon--standalone[data-v-ab19820c]{--icon-size: 18px}.icon__icon[data-v-ab19820c]{display:grid;width:var(--icon-size, 1em);height:var(--icon-size, 1em);place-items:center}.icon__icon--right[data-v-ab19820c]{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-84cde0d8]{padding:1.4rem}@media screen and (width >= 768px){.padding[data-v-84cde0d8]{padding:1.8rem 2.4rem}}.panel[data-v-84cde0d8]{--min-width: var(--panel-min-width, 36rem);--max-width: var(--panel-max-width, unset);--fixed-width: 50rem}.panel--fixed[data-v-84cde0d8]{position:absolute}.panel__content[data-v-84cde0d8]{display:flex;overflow:hidden;flex-direction:column;padding:0}@media screen and (width >= 768px){.panel__content[data-v-84cde0d8]{min-width:var(--min-width);max-width:var(--max-width)}}.panel__content--outer-header[data-v-84cde0d8]{border:none!important;background:transparent!important}.panel__content--outer-header .panel__body[data-v-84cde0d8],.panel__content--outer-header .panel__footer[data-v-84cde0d8]{border-radius:5px;background:var(--theme-background-color)}.panel__content--bordered[data-v-84cde0d8]{border:1px solid var(--theme-border-color);border-radius:var(--theme-radius-large)}.panel__content--float .panel__header[data-v-84cde0d8],.panel__content--fixed-right .panel__header[data-v-84cde0d8]{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-84cde0d8],.panel__content--fixed-right .panel__header[data-v-84cde0d8]{padding:.6rem 2.4rem}}.panel__content--float[data-v-84cde0d8]{position:fixed;top:50%;min-width:90vw;max-width:90vw;max-height:80vh;border-radius:var(--theme-radius-large);animation:var(--theme-animation-float);transform:translateY(-50%)}@media screen and (width >= 768px){.panel__content--float[data-v-84cde0d8]{min-width:var(--min-width);max-width:var(--max-width)}}.panel__content--fixed-right[data-v-84cde0d8]{position:fixed;top:0;width:100vw;height:100vh;border:0;border-radius:0;margin-right:0;animation:var(--theme-animation-fixed-right)}@media screen and (width >= 768px){.panel__content--fixed-right[data-v-84cde0d8]{width:var(--fixed-width)}}.panel__content--transparent[data-v-84cde0d8]{border:none!important;background:none!important}@media screen and (width <= 768px){.panel__content--transparent-mobile[data-v-84cde0d8]{border:none!important;background:none!important}.panel__content--transparent-mobile .panel__header[data-v-84cde0d8]{margin-bottom:1rem}}.panel__header[data-v-84cde0d8]{display:flex;min-height:3rem;align-items:center;line-height:100%}.panel__header[data-v-84cde0d8] [data-component=icon]{width:1.2rem}.panel__header[data-v-84cde0d8]:not(.panel__header--outer){background:var(--theme-background-color-shade-4)}.panel__header-left[data-v-84cde0d8]{display:flex;flex:1;align-items:center}.panel__body[data-v-84cde0d8]{display:flex;flex-direction:column;overflow-y:auto;overscroll-behavior:contain;row-gap:1.8rem}.panel__body--padded[data-v-84cde0d8]{padding:1.4rem}@media screen and (width >= 768px){.panel__body--padded[data-v-84cde0d8]{padding:1.8rem 2.4rem}}.panel__footer[data-v-84cde0d8]{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-84cde0d8]{padding:1rem 1.4rem}@media screen and (width >= 768px){.panel__footer--padded[data-v-84cde0d8]{padding:1rem 2.4rem}}.panel__footer--shadowed[data-v-84cde0d8]{z-index:10;box-shadow:0 4px 20px var(--theme-shadow-color)}.content__body[data-v-34fb8e38]{animation:var(--theme-animation-dropdown)}.content__section[data-v-34fb8e38]:not(:last-child){border-bottom:1px solid var(--theme-border-color)}@media screen and (width >= 600px){.content__section[data-v-34fb8e38]{min-width:12rem}}.content__item[data-v-34fb8e38]{display:flex;width:100%;color:var(--theme-foreground-color);font-weight:400}.content__item[data-v-34fb8e38]>*{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-34fb8e38]>*{justify-content:flex-start;padding:1rem!important}}.content__item--reactive[data-v-34fb8e38]:hover{background:var(--theme-background-color-shade-4)}.content__item[data-v-34fb8e38]:not(:last-child){border-bottom:1px solid var(--theme-border-color)}.contextmenu__trigger[data-v-34fb8e38]{display:flex;justify-content:flex-start}.content[data-v-34fb8e38] .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-34fb8e38] .panel__content{top:0;left:0;transform:translate(min(var(--4393a358),calc(100vw - 100%))) translateY(min(var(--4393a359),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-b4ebd684]{border:1px solid var(--theme-brand-color)}.focus .input__icon[data-v-b4ebd684] [data-component=icon]{fill:var(--theme-brand-color)}.input:focus-within .input__container[data-v-b4ebd684],.textarea:focus-within .input__container[data-v-b4ebd684]{border:1px solid var(--theme-brand-color)}.input:focus-within .input__icon[data-v-b4ebd684] [data-component=icon],.textarea:focus-within .input__icon[data-v-b4ebd684] [data-component=icon]{fill:var(--theme-brand-color)}.input[data-v-b4ebd684]{--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-b4ebd684]{position:relative;display:flex;overflow:hidden;width:var(--input-width, 100%);border:var(--border)}.input__container[data-v-b4ebd684]:not(.input__container--textarea){height:var(--height)}.input__container--normal[data-v-b4ebd684],.input__container--bold[data-v-b4ebd684]{border-radius:var(--theme-radius-medium);background:var(--background-color)}.input__container--bold[data-v-b4ebd684]{height:var(--height-large)}.input__container--light[data-v-b4ebd684]{border-bottom:1px solid var(--theme-border-color)}.input__container>.input__input[data-v-b4ebd684],.input__container>.input__textarea[data-v-b4ebd684]{background:var(--background-color)}.input__input[data-v-b4ebd684],.input__textarea[data-v-b4ebd684]{font-family:unset}.input__input[data-v-b4ebd684]{width:100%;height:100%;outline:none}.input__input--normal[data-v-b4ebd684],.input__input--bold[data-v-b4ebd684]{color:var(--theme-foreground-color)}.input__input--normal[data-v-b4ebd684]{padding:var(--padding);font-size:11pt}.input__input--bold[data-v-b4ebd684]{padding:var(--padding-large);font-size:12.5pt}.input__input--light[data-v-b4ebd684]{padding:.6rem;background:transparent}.input__input--icon[data-v-b4ebd684]{padding-left:2.6em!important}.input__input--readOnly[data-v-b4ebd684]{background:#eee}.input__textarea[data-v-b4ebd684]{display:block;width:100%;height:8em;outline:none}.input__icon[data-v-b4ebd684]{position:absolute;top:50%;left:.6em;width:1.1em;transform:translateY(-50%)}.input__icon[data-v-b4ebd684] [data-component=icon]{fill:#bbb}.input__icon--bold[data-v-b4ebd684] [data-component=icon]{width:1.2rem;height:1.2rem}.input__clipboard[data-v-b4ebd684]{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]{display:inline-flex;height:2.6rem;align-items:stretch;gap:1rem;--input-width: 4rem;--input-height: 100%;--input-padding: 0 .4rem;--input-border: 1px solid var(--theme-border-color)}.pagination__arrows[data-v-ae7235de]{display:flex;align-items:stretch;border:1px solid var(--theme-border-color);border-radius:var(--theme-radius-large)}.pagination__arrows>button[data-v-ae7235de]:not(:last-child){border-right:1px solid var(--theme-border-color)}.pagination__arrows>button>a[data-v-ae7235de]{padding:.6rem}.pagination__arrows>button>a[data-v-ae7235de]:hover{background:var(--theme-background-color-shade-2)}.pagination__summary[data-v-ae7235de]{display:flex;align-items:center;gap:.4rem}.checkbox[data-v-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-89303bb6]{padding:10px .8rem}.table[data-v-89303bb6]{width:100%;border-radius:var(--theme-radius-large);border-spacing:0}@media screen and (width >= 768px){.table[data-v-89303bb6]{overflow:hidden;border:var(--theme-frame-border)}}.table[data-v-89303bb6] thead>tr{display:none}@media print{.table[data-v-89303bb6] thead>tr{display:table-row}}@media screen and (width >= 768px){.table[data-v-89303bb6] thead>tr{display:table-row;height:3rem;background:var(--theme-background-color-shade-4);text-align:left}}.table[data-v-89303bb6] thead>tr>th{padding:10px .8rem;font-weight:400}.table[data-v-89303bb6] tbody>tr,.table[data-v-89303bb6] tfoot>tr{height:3rem;border:var(--theme-frame-border);background:var(--theme-background-color-shade-2)}@media screen and (width >= 768px){.table[data-v-89303bb6] tbody>tr,.table[data-v-89303bb6] tfoot>tr{border:0}.table[data-v-89303bb6] tbody>tr:hover,.table[data-v-89303bb6] tfoot>tr:hover{background:var(--theme-background-color-shade-2)}}@media screen and (width <= 768px){.table[data-v-89303bb6] tbody>tr,.table[data-v-89303bb6] tfoot>tr{display:flex;overflow:hidden;height:auto;flex-direction:column;border-radius:var(--theme-radius-large)}.table[data-v-89303bb6] tbody>tr:not(:last-child),.table[data-v-89303bb6] tfoot>tr:not(:last-child){margin-bottom:1rem}}@media screen and (width >= 768px){.table[data-v-89303bb6] tbody>tr:not(:last-child)>td,.table[data-v-89303bb6] tfoot>tr:not(:last-child)>td{border-bottom:1px solid var(--theme-border-color)}}.table[data-v-89303bb6] tbody>tr>td,.table[data-v-89303bb6] tfoot>tr>td{padding:10px .8rem;font-size:9.5pt}@media screen and (width >= 768px){.table[data-v-89303bb6] tfoot>tr>td{border-top:1px solid var(--theme-border-color)}}@media screen and (width <= 768px){.table__cell-grid[data-v-89303bb6]{display:flex;flex-direction:column}}.table__cell-mobile-label[data-v-89303bb6]{display:none;font-weight:500}@media screen and (width <= 768px){.table__cell-mobile-label[data-v-89303bb6]{display:inherit}}.table__cell-actions[data-v-89303bb6]{display:flex;align-items:center;justify-content:flex-end;margin-left:auto;column-gap:.8rem}.table__cell-subvalue[data-v-89303bb6]{font-weight:300}.table__mobile-actions[data-v-89303bb6]{position:relative;padding:0!important;background:var(--theme-background-color-shade-4)}.table__mobile-actions-grid[data-v-89303bb6]{display:grid}.table__mobile-actions-button[data-v-89303bb6]{display:grid;width:100%;height:3.2rem;place-items:center}.table__mobile-actions-button[data-v-89303bb6]:not(last-child){border-right:1px solid var(--theme-border-color)}.table__picture[data-v-89303bb6]{overflow:hidden;width:2rem;height:2rem;border:1px solid var(--theme-border-color);border-radius:var(--theme-radius-large)}.table__empty[data-v-89303bb6]{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-cfdb8783]{display:flex;align-items:center}.card__information[data-v-cfdb8783]{margin-top:.5rem;font-size:9.5pt;opacity:.6}.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-8f232683]{display:flex;min-height:100vh;flex-direction:column}.main__toasts[data-v-8f232683]{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}}.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,37 +1,44 @@
|
|
|
1
|
-
import { j as
|
|
1
|
+
import { j as p, C as m, k as u, l as c, a as d, m as l, c as P, n as b, d as C, F as h, v as B, p as F, A as x, o as I, b as T, q as f, w as g, e as w, r as M, g as S, x as k, s as y, h as G, _ as R, f as j, D as q, y as v, z, B as D, t as E, u as H, E as O, H as _, G as J } from "./index-da006cde.js";
|
|
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";
|
|
2
9
|
export {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
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
|
-
|
|
10
|
+
p as AeriaAccordion,
|
|
11
|
+
m as AeriaAsync,
|
|
12
|
+
u as AeriaBadge,
|
|
13
|
+
c as AeriaBareButton,
|
|
14
|
+
d as AeriaButton,
|
|
15
|
+
l as AeriaCard,
|
|
16
|
+
P as AeriaCheckbox,
|
|
17
|
+
b as AeriaContextMenu,
|
|
18
|
+
C as AeriaCrud,
|
|
19
|
+
h as AeriaCrudTopbar,
|
|
20
|
+
B as AeriaFile,
|
|
21
|
+
F as AeriaFilterPanel,
|
|
22
|
+
x as AeriaForm,
|
|
23
|
+
I as AeriaGrid,
|
|
24
|
+
T as AeriaIcon,
|
|
25
|
+
f as AeriaInfo,
|
|
26
|
+
g as AeriaInput,
|
|
27
|
+
w as AeriaInsertPanel,
|
|
28
|
+
M as AeriaMain,
|
|
29
|
+
S as AeriaMenu,
|
|
30
|
+
k as AeriaOptions,
|
|
31
|
+
y as AeriaPagination,
|
|
32
|
+
G as AeriaPanel,
|
|
33
|
+
R as AeriaPasswordForm,
|
|
34
|
+
j as AeriaPicture,
|
|
35
|
+
q as AeriaPrompt,
|
|
36
|
+
v as AeriaSearch,
|
|
37
|
+
z as AeriaSelect,
|
|
38
|
+
D as AeriaSwitch,
|
|
39
|
+
E as AeriaTable,
|
|
40
|
+
H as AeriaTabs,
|
|
41
|
+
O as AeriaToast,
|
|
42
|
+
_ as dashboardRoutes,
|
|
43
|
+
J as userRoutes
|
|
37
44
|
};
|
|
@@ -3,5 +3,14 @@ type Props = {
|
|
|
3
3
|
id: string;
|
|
4
4
|
section?: 'edit';
|
|
5
5
|
};
|
|
6
|
-
declare const _default: import('vue').DefineComponent<Props
|
|
6
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, 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,16 +2,20 @@ type Props = {
|
|
|
2
2
|
collection: string;
|
|
3
3
|
};
|
|
4
4
|
declare function __VLS_template(): {
|
|
5
|
-
|
|
6
|
-
"crud-empty"?(_: {}): any;
|
|
7
|
-
};
|
|
8
|
-
refs: {};
|
|
9
|
-
attrs: Partial<{}>;
|
|
5
|
+
"crud-empty"?(_: {}): any;
|
|
10
6
|
};
|
|
11
|
-
|
|
12
|
-
declare const
|
|
13
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
7
|
+
declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
8
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
14
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;
|
|
17
|
+
};
|
|
18
|
+
};
|
|
15
19
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
16
20
|
new (): {
|
|
17
21
|
$slots: S;
|
|
@@ -1,13 +1,8 @@
|
|
|
1
1
|
declare function __VLS_template(): {
|
|
2
|
-
|
|
3
|
-
"user-profile"?(_: {}): any;
|
|
4
|
-
};
|
|
5
|
-
refs: {};
|
|
6
|
-
attrs: Partial<{}>;
|
|
2
|
+
"user-profile"?(_: {}): any;
|
|
7
3
|
};
|
|
8
|
-
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
9
4
|
declare const __VLS_component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
10
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component,
|
|
5
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
11
6
|
export default _default;
|
|
12
7
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
13
8
|
new (): {
|
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.148",
|
|
5
5
|
"description": "",
|
|
6
6
|
"keywords": [],
|
|
7
7
|
"author": "",
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"import": "./dist/ui.js",
|
|
17
17
|
"types": "./dist/index.d.ts"
|
|
18
18
|
},
|
|
19
|
-
"./style.css": "./dist/
|
|
19
|
+
"./style.css": "./dist/style.css",
|
|
20
20
|
"./themes/*": "./themes/*",
|
|
21
21
|
"./*": "./dist/*",
|
|
22
22
|
"./vue": {
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"vite-plugin-dts": "^3.3.0",
|
|
44
44
|
"vite-plugin-static-copy": "^0.17.0",
|
|
45
45
|
"vue-router": "^4.3.2",
|
|
46
|
-
"vue-tsc": "
|
|
46
|
+
"vue-tsc": "2.1.10"
|
|
47
47
|
},
|
|
48
48
|
"peerDependencies": {
|
|
49
49
|
"@aeria-ui/core": "^0.0.94",
|
package/dist/index-BHya3orU.js
DELETED
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
import { defineComponent as o, openBlock as t, createBlock as r, createSlots as n, withCtx as c, renderSlot as l, createCommentVNode as i } from "vue";
|
|
2
|
-
import { d as m } from "./index-Cvpf_fcw.js";
|
|
3
|
-
const u = /* @__PURE__ */ o({
|
|
4
|
-
__name: "index",
|
|
5
|
-
props: {
|
|
6
|
-
collection: {}
|
|
7
|
-
},
|
|
8
|
-
setup(p) {
|
|
9
|
-
return (e, s) => e.collection ? (t(), r(m, {
|
|
10
|
-
key: e.collection,
|
|
11
|
-
collection: e.collection
|
|
12
|
-
}, n({ _: 2 }, [
|
|
13
|
-
e.$slots["crud-empty"] ? {
|
|
14
|
-
name: "empty",
|
|
15
|
-
fn: c(() => [
|
|
16
|
-
l(e.$slots, "crud-empty")
|
|
17
|
-
]),
|
|
18
|
-
key: "0"
|
|
19
|
-
} : void 0
|
|
20
|
-
]), 1032, ["collection"])) : i("", !0);
|
|
21
|
-
}
|
|
22
|
-
});
|
|
23
|
-
export {
|
|
24
|
-
u as default
|
|
25
|
-
};
|
package/dist/index-DJGV3KfN.js
DELETED
|
@@ -1,57 +0,0 @@
|
|
|
1
|
-
import { defineComponent as u, ref as p, openBlock as m, createBlock as _, withCtx as o, createVNode as n, withModifiers as f, createTextVNode as w, toDisplayString as b, unref as h } from "vue";
|
|
2
|
-
import { useRouter as v } from "vue-router";
|
|
3
|
-
import { useI18n as x } from "@aeria-ui/i18n";
|
|
4
|
-
import { useStore as i } from "@aeria-ui/state-management";
|
|
5
|
-
import { h as V, _ as k, a as y } from "./index-Cvpf_fcw.js";
|
|
6
|
-
const M = /* @__PURE__ */ u({
|
|
7
|
-
__name: "index",
|
|
8
|
-
setup(S) {
|
|
9
|
-
const d = v(), r = i("user"), l = i("meta"), { t: e } = x(), t = p({
|
|
10
|
-
password: "",
|
|
11
|
-
confirmation: ""
|
|
12
|
-
}), c = async () => {
|
|
13
|
-
await r.$actions.insert({
|
|
14
|
-
what: {
|
|
15
|
-
_id: r.item._id,
|
|
16
|
-
password: t.value.password
|
|
17
|
-
}
|
|
18
|
-
}), l.$actions.spawnModal({
|
|
19
|
-
title: `${e("done", {
|
|
20
|
-
capitalize: !0
|
|
21
|
-
})}!`,
|
|
22
|
-
body: e("password_has_been_changed", {
|
|
23
|
-
capitalize: !0
|
|
24
|
-
})
|
|
25
|
-
}), d.back();
|
|
26
|
-
};
|
|
27
|
-
return ($, s) => (m(), _(V, {
|
|
28
|
-
bordered: "",
|
|
29
|
-
style: { "--panel-max-width": "40rem" }
|
|
30
|
-
}, {
|
|
31
|
-
default: o(() => [
|
|
32
|
-
n(k, {
|
|
33
|
-
modelValue: t.value,
|
|
34
|
-
"onUpdate:modelValue": s[0] || (s[0] = (a) => t.value = a)
|
|
35
|
-
}, {
|
|
36
|
-
default: o(({ passwordError: a }) => [
|
|
37
|
-
n(y, {
|
|
38
|
-
class: "passchange__save-button",
|
|
39
|
-
disabled: !!a,
|
|
40
|
-
onClick: f(c, ["prevent"])
|
|
41
|
-
}, {
|
|
42
|
-
default: o(() => [
|
|
43
|
-
w(b(h(e)("action.save", { capitalize: !0 })), 1)
|
|
44
|
-
]),
|
|
45
|
-
_: 2
|
|
46
|
-
}, 1032, ["disabled"])
|
|
47
|
-
]),
|
|
48
|
-
_: 1
|
|
49
|
-
}, 8, ["modelValue"])
|
|
50
|
-
]),
|
|
51
|
-
_: 1
|
|
52
|
-
}));
|
|
53
|
-
}
|
|
54
|
-
});
|
|
55
|
-
export {
|
|
56
|
-
M as default
|
|
57
|
-
};
|