@aeria-ui/ui 0.0.209 → 0.0.210
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_-DViajt2p.js → _id_-BO-vt1sw.js} +1 -1
- package/dist/{activation-BsoJXwaD.js → activation-srNROdzY.js} +1 -1
- package/dist/components/aeria-tabs/aeria-tabs.vue.d.ts +1 -2
- package/dist/{index-DqZzbnUG.js → index-3edyOiId.js} +11 -11
- package/dist/{index-L0AO5oC3.js → index-Btoxwrn1.js} +1 -1
- package/dist/{index-NNwGBQpN.js → index-DMX5v03Z.js} +1 -1
- package/dist/{index-FreiC8HN.js → index-Dzbg_524.js} +1 -1
- package/dist/{redefine-password-DNkP7Vgf.js → redefine-password-D56RgpPt.js} +1 -1
- package/dist/{signin-BpmP44Th.js → signin-DH9qCDxu.js} +1 -1
- package/dist/{signup-BKPKTCYP.js → signup-nPGf9ydg.js} +1 -1
- package/dist/ui.css +1 -1
- package/dist/ui.js +1 -1
- package/package.json +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent as c, watch as i, createBlock as l, openBlock as r } from "vue";
|
|
2
2
|
import { getGlobalStateManager as a, useStore as d } from "@aeria-ui/state-management";
|
|
3
|
-
import { f as s } from "./index-
|
|
3
|
+
import { f as s } from "./index-3edyOiId.js";
|
|
4
4
|
const g = /* @__PURE__ */ c({
|
|
5
5
|
__name: "[id]",
|
|
6
6
|
props: {
|
|
@@ -3,7 +3,7 @@ import { INSTANCE_VARS_SYMBOL as C } from "@aeria-ui/core";
|
|
|
3
3
|
import { useStore as $ } from "@aeria-ui/state-management";
|
|
4
4
|
import { useRouter as I } from "vue-router";
|
|
5
5
|
import { t as i } from "@aeria-ui/i18n";
|
|
6
|
-
import { A as U, c as E, a as y, _ as N } from "./index-
|
|
6
|
+
import { A as U, c as E, a as y, _ as N } from "./index-3edyOiId.js";
|
|
7
7
|
const T = { key: 0 }, B = {
|
|
8
8
|
key: 0,
|
|
9
9
|
style: {}
|
|
@@ -1,9 +1,8 @@
|
|
|
1
|
-
import { ComputedRef } from 'vue';
|
|
2
1
|
type Props = {
|
|
3
2
|
query?: string;
|
|
4
3
|
param?: string;
|
|
5
4
|
dropdown?: boolean;
|
|
6
|
-
currentTab?:
|
|
5
|
+
currentTab?: (() => string | undefined);
|
|
7
6
|
};
|
|
8
7
|
declare function __VLS_template(): any;
|
|
9
8
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
@@ -3192,12 +3192,12 @@ const cl = /* @__PURE__ */ E(xo, [["render", zo], ["__scopeId", "data-v-3cfef7fb
|
|
|
3192
3192
|
query: {},
|
|
3193
3193
|
param: {},
|
|
3194
3194
|
dropdown: { type: Boolean },
|
|
3195
|
-
currentTab: {}
|
|
3195
|
+
currentTab: { type: Function }
|
|
3196
3196
|
},
|
|
3197
3197
|
setup(e) {
|
|
3198
3198
|
const r = e, o = lt(), a = Ce(), l = Se(), c = G(() => {
|
|
3199
3199
|
if (r.currentTab)
|
|
3200
|
-
return r.currentTab
|
|
3200
|
+
return r.currentTab();
|
|
3201
3201
|
if (r.query) {
|
|
3202
3202
|
const p = a.currentRoute.value.query[r.query];
|
|
3203
3203
|
if (p)
|
|
@@ -3271,7 +3271,7 @@ const cl = /* @__PURE__ */ E(xo, [["render", zo], ["__scopeId", "data-v-3cfef7fb
|
|
|
3271
3271
|
]);
|
|
3272
3272
|
};
|
|
3273
3273
|
}
|
|
3274
|
-
}), Wo = /* @__PURE__ */ E(Go, [["__scopeId", "data-v-
|
|
3274
|
+
}), Wo = /* @__PURE__ */ E(Go, [["__scopeId", "data-v-fb8920cf"]]), Yo = M({
|
|
3275
3275
|
props: {
|
|
3276
3276
|
initialValue: String,
|
|
3277
3277
|
promise: Promise
|
|
@@ -3386,7 +3386,7 @@ const cl = /* @__PURE__ */ E(xo, [["render", zo], ["__scopeId", "data-v-3cfef7fb
|
|
|
3386
3386
|
{
|
|
3387
3387
|
path: "signin",
|
|
3388
3388
|
name: "/user/signin",
|
|
3389
|
-
component: () => import("./signin-
|
|
3389
|
+
component: () => import("./signin-DH9qCDxu.js"),
|
|
3390
3390
|
meta: {
|
|
3391
3391
|
title: "Sign in"
|
|
3392
3392
|
}
|
|
@@ -3394,7 +3394,7 @@ const cl = /* @__PURE__ */ E(xo, [["render", zo], ["__scopeId", "data-v-3cfef7fb
|
|
|
3394
3394
|
{
|
|
3395
3395
|
path: "signup",
|
|
3396
3396
|
name: "/user/signup",
|
|
3397
|
-
component: () => import("./signup-
|
|
3397
|
+
component: () => import("./signup-nPGf9ydg.js"),
|
|
3398
3398
|
meta: {
|
|
3399
3399
|
title: "Sign up"
|
|
3400
3400
|
}
|
|
@@ -3402,7 +3402,7 @@ const cl = /* @__PURE__ */ E(xo, [["render", zo], ["__scopeId", "data-v-3cfef7fb
|
|
|
3402
3402
|
{
|
|
3403
3403
|
path: "redefine-password",
|
|
3404
3404
|
name: "/user/redefine-password",
|
|
3405
|
-
component: () => import("./redefine-password-
|
|
3405
|
+
component: () => import("./redefine-password-D56RgpPt.js"),
|
|
3406
3406
|
meta: {
|
|
3407
3407
|
title: "Redefine password"
|
|
3408
3408
|
}
|
|
@@ -3410,7 +3410,7 @@ const cl = /* @__PURE__ */ E(xo, [["render", zo], ["__scopeId", "data-v-3cfef7fb
|
|
|
3410
3410
|
{
|
|
3411
3411
|
path: "activation",
|
|
3412
3412
|
name: "/user/activation",
|
|
3413
|
-
component: () => import("./activation-
|
|
3413
|
+
component: () => import("./activation-srNROdzY.js"),
|
|
3414
3414
|
meta: {
|
|
3415
3415
|
title: "Activate user"
|
|
3416
3416
|
}
|
|
@@ -3432,7 +3432,7 @@ const cl = /* @__PURE__ */ E(xo, [["render", zo], ["__scopeId", "data-v-3cfef7fb
|
|
|
3432
3432
|
name: "/dashboard/:collection",
|
|
3433
3433
|
props: !0,
|
|
3434
3434
|
components: {
|
|
3435
|
-
default: () => import("./index-
|
|
3435
|
+
default: () => import("./index-Btoxwrn1.js"),
|
|
3436
3436
|
topbar: () => Promise.resolve().then(() => Po)
|
|
3437
3437
|
},
|
|
3438
3438
|
meta: {
|
|
@@ -3446,7 +3446,7 @@ const cl = /* @__PURE__ */ E(xo, [["render", zo], ["__scopeId", "data-v-3cfef7fb
|
|
|
3446
3446
|
name: "/dashboard/:collection/:id",
|
|
3447
3447
|
props: !0,
|
|
3448
3448
|
components: {
|
|
3449
|
-
default: () => import("./_id_-
|
|
3449
|
+
default: () => import("./_id_-BO-vt1sw.js")
|
|
3450
3450
|
},
|
|
3451
3451
|
meta: {
|
|
3452
3452
|
title: ({ collectionName: o, t: a }) => a(o, {
|
|
@@ -3466,7 +3466,7 @@ const cl = /* @__PURE__ */ E(xo, [["render", zo], ["__scopeId", "data-v-3cfef7fb
|
|
|
3466
3466
|
children: [
|
|
3467
3467
|
{
|
|
3468
3468
|
path: "profile",
|
|
3469
|
-
component: () => import("./index-
|
|
3469
|
+
component: () => import("./index-DMX5v03Z.js"),
|
|
3470
3470
|
meta: {
|
|
3471
3471
|
title: "User profile",
|
|
3472
3472
|
icon: "user-square"
|
|
@@ -3475,7 +3475,7 @@ const cl = /* @__PURE__ */ E(xo, [["render", zo], ["__scopeId", "data-v-3cfef7fb
|
|
|
3475
3475
|
{
|
|
3476
3476
|
path: "changepass",
|
|
3477
3477
|
name: "/dashboard/user/changepass",
|
|
3478
|
-
component: () => import("./index-
|
|
3478
|
+
component: () => import("./index-Dzbg_524.js"),
|
|
3479
3479
|
meta: {
|
|
3480
3480
|
title: "Change password",
|
|
3481
3481
|
icon: "lock"
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as t, createBlock as c, createCommentVNode as n, openBlock as l, createSlots as r, withCtx as i, renderSlot as m } from "vue";
|
|
2
|
-
import { e as a } from "./index-
|
|
2
|
+
import { e as a } from "./index-3edyOiId.js";
|
|
3
3
|
const p = /* @__PURE__ */ t({
|
|
4
4
|
__name: "index",
|
|
5
5
|
props: {
|
|
@@ -2,7 +2,7 @@ import { defineComponent as k, ref as h, resolveDirective as A, createElementBlo
|
|
|
2
2
|
import { useRouter as P } from "vue-router";
|
|
3
3
|
import { useStore as y } from "@aeria-ui/state-management";
|
|
4
4
|
import { STORAGE_NAMESPACE as S } from "@aeria-ui/core";
|
|
5
|
-
import { g as E, h as z, b as p, i as O, A as B, a as M, _ as U } from "./index-
|
|
5
|
+
import { g as E, h as z, b as p, i as O, A as B, a as M, _ as U } from "./index-3edyOiId.js";
|
|
6
6
|
const D = { class: "profile__user-name" }, F = /* @__PURE__ */ k({
|
|
7
7
|
__name: "index",
|
|
8
8
|
setup(j) {
|
|
@@ -2,7 +2,7 @@ import { defineComponent as p, ref as m, createBlock as _, openBlock as f, withC
|
|
|
2
2
|
import { useRouter as v } from "vue-router";
|
|
3
3
|
import { useI18n as x } from "@aeria-ui/i18n";
|
|
4
4
|
import { useStore as c } from "@aeria-ui/state-management";
|
|
5
|
-
import { i as y, c as S, a as V } from "./index-
|
|
5
|
+
import { i as y, c as S, a as V } from "./index-3edyOiId.js";
|
|
6
6
|
const A = /* @__PURE__ */ p({
|
|
7
7
|
__name: "index",
|
|
8
8
|
setup(k) {
|
|
@@ -3,7 +3,7 @@ import { INSTANCE_VARS_SYMBOL as C } from "@aeria-ui/core";
|
|
|
3
3
|
import { useStore as $ } from "@aeria-ui/state-management";
|
|
4
4
|
import { useRouter as I } from "vue-router";
|
|
5
5
|
import { t as i } from "@aeria-ui/i18n";
|
|
6
|
-
import { A as U, c as E, a as y, _ as N } from "./index-
|
|
6
|
+
import { A as U, c as E, a as y, _ as N } from "./index-3edyOiId.js";
|
|
7
7
|
const T = { key: 0 }, q = {
|
|
8
8
|
key: 0,
|
|
9
9
|
class: "redefine-password__step"
|
|
@@ -2,7 +2,7 @@ import { defineComponent as V, inject as A, resolveComponent as C, createElement
|
|
|
2
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-
|
|
5
|
+
import { A as x, a as y, _ as B } from "./index-3edyOiId.js";
|
|
6
6
|
const L = { class: "signin" }, I = ["innerHTML"], M = { key: 1 }, R = { class: "signin__buttons" }, F = /* @__PURE__ */ V({
|
|
7
7
|
__name: "signin",
|
|
8
8
|
setup(H) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { defineComponent as y, withAsyncContext as A, ref as d, resolveDirective as C, createElementBlock as $, openBlock as w, Fragment as x, createElementVNode as p, createVNode as n, withDirectives as B, toDisplayString as i, createBlock as S, unref as b, 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 g } from "@aeria-ui/state-management";
|
|
4
|
-
import { b as M, A as N, c as F, d as I, a as P, _ as j } from "./index-
|
|
4
|
+
import { b as M, A as N, c as F, d as I, a as P, _ as j } from "./index-3edyOiId.js";
|
|
5
5
|
const q = { class: "signup__checkboxes" }, R = /* @__PURE__ */ y({
|
|
6
6
|
__name: "signup",
|
|
7
7
|
async setup(T) {
|
package/dist/ui.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.accordion[data-v-3ea933d4]{overflow:hidden;border:var(--theme-frame-border);border-radius:var(--theme-radius-large);background:var(--theme-background-color-shade-4);color:var(--theme-foreground-color)}.accordion__slot[data-v-3ea933d4]:not(:last-child){border-bottom:1px solid var(--theme-border-color)}.accordion__header[data-v-3ea933d4]{padding:1rem;background:var(--theme-background-color-shade-2)}.accordion--padded .accordion__content[data-v-3ea933d4]{padding:1rem}.badge[data-v-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-51833bfd]{display:flex;border:none;background:transparent;column-gap:.2rem;outline:none;place-items:center;-webkit-user-select:none;user-select:none}.barebutton[data-v-51833bfd]:active{text-decoration:underline}.barebutton[data-v-51833bfd]:not(.button){padding:0}@media screen and (min-width:600px){.barebutton--enabled[data-v-51833bfd]{cursor:pointer}}.barebutton--disabled[data-v-51833bfd]{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-7b10f012{0%{width:0}to{width:100%;opacity:0}}.button[data-v-7b10f012]{--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-7b10f012]:before{position:absolute;left:0;display:block;width:2rem;height:100%;animation:progress-7b10f012 1s forwards;background:#000;content:" ";opacity:.4}.button--transparent[data-v-7b10f012],.button--alt[data-v-7b10f012]{font-weight:300}.button--transparent[data-v-7b10f012]:hover,.button--alt[data-v-7b10f012]:hover{background:var(--theme-background-color-shade-4)}.button--alt[data-v-7b10f012] svg,.button--primary[data-v-7b10f012] svg{fill:currentcolor}.button--alt[data-v-7b10f012]{border:1px solid var(--theme-border-color)}.button--primary[data-v-7b10f012]{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-7b10f012]{padding:.6rem;font-size:9pt}.button--medium[data-v-7b10f012]{height:var(--theme-input-height);padding:var(--theme-input-padding);font-size:10pt}.button--large[data-v-7b10f012]{height:var(--theme-input-height-large);padding:var(--theme-input-padding-large);font-size:11pt}.button__content[data-v-7b10f012]{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 (max-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-8463f8df]{padding:1rem}@media screen and (min-width:768px){.padding[data-v-8463f8df]{padding:1.8rem 2.4rem}}.header-padding[data-v-8463f8df]{padding:.6rem 1rem}@media screen and (min-width:768px){.header-padding[data-v-8463f8df]{padding:.6rem 2.4rem}}.panel[data-v-8463f8df]{--min-width: var(--panel-min-width, 36rem);--max-width: var(--panel-max-width, unset);--fixed-width: 50rem}.panel--fixed[data-v-8463f8df]{position:absolute}.panel__content[data-v-8463f8df]{display:flex;overflow:hidden;flex-direction:column;padding:0}@media screen and (min-width:768px){.panel__content[data-v-8463f8df]{min-width:var(--min-width);max-width:var(--max-width)}}.panel__content--outer-header[data-v-8463f8df]{background:transparent!important}.panel__content--outer-header .panel__body[data-v-8463f8df],.panel__content--outer-header .panel__footer[data-v-8463f8df]{border-radius:5px;background:var(--theme-background-color)}.panel__content--bordered[data-v-8463f8df]{border:1px solid var(--theme-border-color);border-radius:var(--theme-radius-large)}.panel__content--float .panel__header[data-v-8463f8df],.panel__content--fixed-right .panel__header[data-v-8463f8df]{padding:.6rem 1rem;min-height:var(--theme-panel-header-height);border-bottom:var(--theme-frame-border);font-size:14pt;font-weight:600}@media screen and (min-width:768px){.panel__content--float .panel__header[data-v-8463f8df],.panel__content--fixed-right .panel__header[data-v-8463f8df]{padding:.6rem 2.4rem}}.panel__content--float .panel__header-title[data-v-8463f8df],.panel__content--fixed-right .panel__header-title[data-v-8463f8df]{padding:0}.panel__content--float .panel__body[data-v-8463f8df],.panel__content--fixed-right .panel__body[data-v-8463f8df]{overscroll-behavior:contain}.panel__content--float[data-v-8463f8df]{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 (min-width:768px){.panel__content--float[data-v-8463f8df]{min-width:var(--min-width);max-width:var(--max-width)}}.panel__content--fixed-right[data-v-8463f8df]{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 (min-width:768px){.panel__content--fixed-right[data-v-8463f8df]{width:var(--fixed-width)}}.panel__content--transparent[data-v-8463f8df]{border:none!important;background:none!important}@media screen and (max-width:768px){.panel__content--transparent-mobile[data-v-8463f8df]{border:none!important;background:none!important}.panel__content--transparent-mobile .panel__header[data-v-8463f8df]{margin-bottom:1rem}}.panel__header[data-v-8463f8df]{display:flex;min-height:3rem;align-items:center;line-height:100%}.panel__header[data-v-8463f8df] [data-component=icon]{width:1.2rem}.panel__header[data-v-8463f8df]:not(.panel__header--outer){background:var(--theme-background-color-shade-4)}.panel__header-left[data-v-8463f8df]{display:flex;flex:1;align-items:center}.panel__header-title[data-v-8463f8df]{padding:.6rem 1rem}@media screen and (min-width:768px){.panel__header-title[data-v-8463f8df]{padding:.6rem 2.4rem}}.panel__body[data-v-8463f8df]{display:flex;flex-direction:column;overflow-y:auto;row-gap:1.8rem}.panel__body--padded[data-v-8463f8df]{padding:1rem}@media screen and (min-width:768px){.panel__body--padded[data-v-8463f8df]{padding:1.8rem 2.4rem}}.panel__footer[data-v-8463f8df]{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-8463f8df]{padding:1rem}@media screen and (min-width:768px){.panel__footer--padded[data-v-8463f8df]{padding:1rem 2.4rem}}.panel__footer--shadowed[data-v-8463f8df]{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 (min-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 (min-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(--v4078ef85),calc(100vw - 100%))) translateY(min(var(--v4078ef86),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--normal[data-v-6e5fdbe7],.focus .input__container--bold[data-v-6e5fdbe7]{border:1px solid var(--theme-brand-color)}.focus .input__container--light[data-v-6e5fdbe7]{border-bottom:1px solid var(--theme-brand-color)}.focus .input__icon[data-v-6e5fdbe7] [data-component=icon]{fill:var(--theme-brand-color)}.input:focus-within .input__container--normal[data-v-6e5fdbe7],.textarea:focus-within .input__container--normal[data-v-6e5fdbe7],.input:focus-within .input__container--bold[data-v-6e5fdbe7],.textarea:focus-within .input__container--bold[data-v-6e5fdbe7]{border:1px solid var(--theme-brand-color)}.input:focus-within .input__container--light[data-v-6e5fdbe7],.textarea:focus-within .input__container--light[data-v-6e5fdbe7]{border-bottom:1px solid var(--theme-brand-color)}.input:focus-within .input__icon[data-v-6e5fdbe7] [data-component=icon],.textarea:focus-within .input__icon[data-v-6e5fdbe7] [data-component=icon]{fill:var(--theme-brand-color)}.input[data-v-6e5fdbe7]{--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-6e5fdbe7]{position:relative;display:flex;overflow:hidden;width:var(--input-width, 100%);border:var(--border)}.input__container[data-v-6e5fdbe7]:not(.input__container--textarea){height:var(--height)}.input__container--normal[data-v-6e5fdbe7],.input__container--bold[data-v-6e5fdbe7]{border-radius:var(--theme-radius-medium);background:var(--background-color)}.input__container--bold[data-v-6e5fdbe7]{height:var(--height-large)}.input__container--light[data-v-6e5fdbe7]{border-bottom:1px solid var(--theme-border-color)}.input__container>.input__input[data-v-6e5fdbe7],.input__container>.input__textarea[data-v-6e5fdbe7]{background:var(--background-color)}.input__input[data-v-6e5fdbe7],.input__textarea[data-v-6e5fdbe7]{font-family:unset}.input__input[data-v-6e5fdbe7]{width:100%;height:100%;outline:none}.input__input--normal[data-v-6e5fdbe7],.input__input--bold[data-v-6e5fdbe7]{color:var(--theme-foreground-color)}.input__input--normal[data-v-6e5fdbe7]{padding:var(--padding);font-size:11pt}.input__input--bold[data-v-6e5fdbe7]{padding:var(--padding-large);font-size:12.5pt}.input__input--light[data-v-6e5fdbe7]{padding:.6rem;background:transparent}.input__input--icon[data-v-6e5fdbe7]{padding-left:2.6em!important}.input__input--readOnly[data-v-6e5fdbe7]{background:#eee}.input__textarea[data-v-6e5fdbe7]{display:block;width:100%;height:8em;outline:none}.input__icon[data-v-6e5fdbe7]{position:absolute;top:50%;left:.6em;width:1.1em;transform:translateY(-50%)}.input__icon[data-v-6e5fdbe7] [data-component=icon]{fill:#bbb}.input__icon--bold[data-v-6e5fdbe7] [data-component=icon]{width:1.2rem;height:1.2rem}.input__clipboard[data-v-6e5fdbe7]{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-6294bdce]{--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-6294bdce]:focus{outline:none}.select[data-v-6294bdce] option{background:var(--background-color)}.select--outline[data-v-6294bdce]:focus-within{border-color:var(--theme-brand-color)}.select--multiple[data-v-6294bdce]{padding:0}.select--multiple[data-v-6294bdce] option{height:var(--height);padding:var(--padding)}.select--multiple[data-v-6294bdce] option[data-selected=true]{background:var(--theme-brand-color);color:var(--theme-brand-color-contrast)}.pagination[data-v-8cd299be]{--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-8cd299be]{display:flex;align-items:stretch;border:1px solid var(--theme-border-color);border-radius:var(--theme-radius-large)}.pagination__arrows>button[data-v-8cd299be]:not(:last-child){border-right:1px solid var(--theme-border-color)}.pagination__arrows>button>a[data-v-8cd299be]{padding:.6rem;color:var(--theme-foreground-color)}.pagination__arrows>button>a[data-v-8cd299be]:hover{background:var(--theme-background-color-shade-2)}.pagination__summary[data-v-8cd299be]{display:flex;align-items:center;gap:.4rem}.checkbox[data-v-5ef340be]{display:flex;align-items:center;-webkit-user-select:none;user-select:none}.checkbox__input[data-v-5ef340be]{width:1rem;height:1rem}.checkbox__input[data-v-5ef340be]:hover{background:red}.checkbox__text[data-v-5ef340be]{display:grid;width:100%;padding:0 .6rem}.options[data-v-b22b359b]{display:grid;border:1px solid var(--theme-border-color);border-width:1px 1px 1px 0;border-radius:5px}.options__checkbox[data-v-b22b359b]{padding:.8rem;border-left:1px solid var(--theme-border-color)}.options__checkbox[data-v-b22b359b]: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-6705b19f]{margin:0}.picture__image--bordered[data-v-6705b19f]{border:1px solid var(--theme-border-color)}.picture__image--expandable[data-v-6705b19f]{cursor:pointer}.picture__background[data-v-6705b19f]{width:100%;height:100%}.picture__background[data-v-6705b19f]>*{stroke:var(--theme-border-color)}.picture__meta[data-v-6705b19f]{font-size:11pt}.picture>figcaption[data-v-6705b19f]{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-63761718]{display:flex;min-height:2.8rem;align-items:center;padding:var(--theme-input-padding);color:var(--theme-foreground-color)}.item--selected[data-v-63761718]{background:var(--theme-brand-color-shade-1);color:var(--theme-brand-color-contrast)}.item__values[data-v-63761718]{display:flex;flex-direction:column;margin-right:auto;row-gap:.4rem}.item__value[data-v-63761718]{display:flex;font-size:10pt}.item__value[data-v-63761718]: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-017664ad]{display:flex;flex-direction:column}.form__footer[data-v-017664ad]{display:flex;align-items:center;margin-top:-1rem;column-gap:.6rem}.form__fieldset[data-v-017664ad]{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-017664ad]: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-017664ad]{border-width:0 0 1px 0;margin-top:0}.form__field-label[data-v-017664ad]{font-size:10.2pt;line-height:1.6rem}.form__field-label--section[data-v-017664ad]{font-size:12pt;font-weight:500}.form__field-hint[data-v-017664ad]{font-size:.9rem}.form__field-required-hint[data-v-017664ad]:after{margin-left:.35rem;color:#e22;content:"*"}.form__search-grid[data-v-017664ad]{display:grid;gap:2rem}.form__validation-error[data-v-017664ad]{padding:.4rem 0;color:red;font-size:.9rem}.form__array[data-v-017664ad]{display:flex;flex-direction:column-reverse;border:1px solid var(--theme-border-color);border-radius:var(--theme-radius-large)}.form__array[data-v-017664ad]>*{padding:1rem}.form__array-item[data-v-017664ad]{display:flex;flex-direction:column;gap:1rem}.form__array-item[data-v-017664ad]:not(:last-child){border-top:1px solid var(--theme-border-color)}.form__array-remove[data-v-017664ad]{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 (min-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 (min-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 (min-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 (max-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 (min-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 (min-width:768px){.table[data-v-e01a149a] tfoot>tr>td{border-top:1px solid var(--theme-border-color)}}@media screen and (max-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 (max-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 (min-width:600px){.grid[data-v-4839c834]:not(.grid--list){gap:1.6rem;grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:1200px){.grid[data-v-4839c834]:not(.grid--list){grid-template-columns:repeat(3,1fr)}}@media screen and (min-width:1400px){.grid[data-v-4839c834]:not(.grid--list){grid-template-columns:repeat(4,1fr)}}.card__upper[data-v-ce6f7461]{display:flex;align-items:center}.card__information[data-v-ce6f7461]{display:flex;flex-wrap:wrap;margin-top:.5rem;font-size:9.5pt;gap:.4rem;opacity:.6}.card__information div[data-v-ce6f7461]:not(:first-child){padding-left:.4rem;border-left:1px solid var(--theme-border-color)}.crud__controls[data-v-a8b515b9]{display:flex;flex-wrap:wrap;align-items:stretch;justify-content:flex-end;gap:1rem}.crud__search[data-v-a8b515b9]{min-width:90vw;flex:1;order:1}.crud__search[data-v-a8b515b9] .input__container{height:100%}@media screen and (min-width:600px){.crud__search[data-v-a8b515b9]{min-width:auto;order:0}}.crud__actions[data-v-a8b515b9]{display:flex;align-items:stretch;gap:.5rem}.crud__pagination[data-v-a8b515b9]{display:flex;align-items:center;justify-content:flex-end}.crud__context-badge[data-v-a8b515b9]{display:flex;justify-content:flex-end}@media screen and (min-width:768px){.crud__data[data-v-a8b515b9]{max-width:auto;overflow-x:auto}}.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 (min-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-19b147ab]{display:flex;min-height:100vh;flex-direction:column}.main__toasts[data-v-19b147ab]{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]{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 (min-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-801ab348]{display:flex;gap:1.2rem}.tabs__tab[data-v-801ab348]{display:flex;align-items:center;cursor:pointer;gap:.2rem}.tabs__tab--current[data-v-801ab348]{font-weight:600}@media screen and (min-width:600px){.tabs__tab--info[data-v-801ab348]{margin-right:.6rem;font-size:12pt;font-weight:500}}.tabs__context-menu-icon[data-v-801ab348]{color:var(--theme-brand-color);font-weight:600}.tabs__context-menu-icon[data-v-801ab348]:first-child{gap:0}.topbar__preset[data-v-f0a45677]{display:flex;width:100%;align-items:center;justify-content:center;gap:.4rem}@media screen and (min-width:600px){.topbar__preset[data-v-f0a45677]{justify-content:flex-start}}.signin[data-v-df2df558]{text-align:center}.signin__header[data-v-df2df558]{margin-bottom:.8rem;font-size:2.4rem}.signin__buttons[data-v-df2df558]{display:flex;width:100%;flex-direction:column;gap:1rem}.signup__checkboxes[data-v-8352f05a]{display:flex;flex-direction:column;align-items:start;gap:2rem}.redefine-password__step[data-v-04c890cb],.activation__step[data-v-144e82a6]{display:flex;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-51833bfd]{display:flex;border:none;background:transparent;column-gap:.2rem;outline:none;place-items:center;-webkit-user-select:none;user-select:none}.barebutton[data-v-51833bfd]:active{text-decoration:underline}.barebutton[data-v-51833bfd]:not(.button){padding:0}@media screen and (min-width:600px){.barebutton--enabled[data-v-51833bfd]{cursor:pointer}}.barebutton--disabled[data-v-51833bfd]{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-7b10f012{0%{width:0}to{width:100%;opacity:0}}.button[data-v-7b10f012]{--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-7b10f012]:before{position:absolute;left:0;display:block;width:2rem;height:100%;animation:progress-7b10f012 1s forwards;background:#000;content:" ";opacity:.4}.button--transparent[data-v-7b10f012],.button--alt[data-v-7b10f012]{font-weight:300}.button--transparent[data-v-7b10f012]:hover,.button--alt[data-v-7b10f012]:hover{background:var(--theme-background-color-shade-4)}.button--alt[data-v-7b10f012] svg,.button--primary[data-v-7b10f012] svg{fill:currentcolor}.button--alt[data-v-7b10f012]{border:1px solid var(--theme-border-color)}.button--primary[data-v-7b10f012]{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-7b10f012]{padding:.6rem;font-size:9pt}.button--medium[data-v-7b10f012]{height:var(--theme-input-height);padding:var(--theme-input-padding);font-size:10pt}.button--large[data-v-7b10f012]{height:var(--theme-input-height-large);padding:var(--theme-input-padding-large);font-size:11pt}.button__content[data-v-7b10f012]{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 (max-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-8463f8df]{padding:1rem}@media screen and (min-width:768px){.padding[data-v-8463f8df]{padding:1.8rem 2.4rem}}.header-padding[data-v-8463f8df]{padding:.6rem 1rem}@media screen and (min-width:768px){.header-padding[data-v-8463f8df]{padding:.6rem 2.4rem}}.panel[data-v-8463f8df]{--min-width: var(--panel-min-width, 36rem);--max-width: var(--panel-max-width, unset);--fixed-width: 50rem}.panel--fixed[data-v-8463f8df]{position:absolute}.panel__content[data-v-8463f8df]{display:flex;overflow:hidden;flex-direction:column;padding:0}@media screen and (min-width:768px){.panel__content[data-v-8463f8df]{min-width:var(--min-width);max-width:var(--max-width)}}.panel__content--outer-header[data-v-8463f8df]{background:transparent!important}.panel__content--outer-header .panel__body[data-v-8463f8df],.panel__content--outer-header .panel__footer[data-v-8463f8df]{border-radius:5px;background:var(--theme-background-color)}.panel__content--bordered[data-v-8463f8df]{border:1px solid var(--theme-border-color);border-radius:var(--theme-radius-large)}.panel__content--float .panel__header[data-v-8463f8df],.panel__content--fixed-right .panel__header[data-v-8463f8df]{padding:.6rem 1rem;min-height:var(--theme-panel-header-height);border-bottom:var(--theme-frame-border);font-size:14pt;font-weight:600}@media screen and (min-width:768px){.panel__content--float .panel__header[data-v-8463f8df],.panel__content--fixed-right .panel__header[data-v-8463f8df]{padding:.6rem 2.4rem}}.panel__content--float .panel__header-title[data-v-8463f8df],.panel__content--fixed-right .panel__header-title[data-v-8463f8df]{padding:0}.panel__content--float .panel__body[data-v-8463f8df],.panel__content--fixed-right .panel__body[data-v-8463f8df]{overscroll-behavior:contain}.panel__content--float[data-v-8463f8df]{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 (min-width:768px){.panel__content--float[data-v-8463f8df]{min-width:var(--min-width);max-width:var(--max-width)}}.panel__content--fixed-right[data-v-8463f8df]{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 (min-width:768px){.panel__content--fixed-right[data-v-8463f8df]{width:var(--fixed-width)}}.panel__content--transparent[data-v-8463f8df]{border:none!important;background:none!important}@media screen and (max-width:768px){.panel__content--transparent-mobile[data-v-8463f8df]{border:none!important;background:none!important}.panel__content--transparent-mobile .panel__header[data-v-8463f8df]{margin-bottom:1rem}}.panel__header[data-v-8463f8df]{display:flex;min-height:3rem;align-items:center;line-height:100%}.panel__header[data-v-8463f8df] [data-component=icon]{width:1.2rem}.panel__header[data-v-8463f8df]:not(.panel__header--outer){background:var(--theme-background-color-shade-4)}.panel__header-left[data-v-8463f8df]{display:flex;flex:1;align-items:center}.panel__header-title[data-v-8463f8df]{padding:.6rem 1rem}@media screen and (min-width:768px){.panel__header-title[data-v-8463f8df]{padding:.6rem 2.4rem}}.panel__body[data-v-8463f8df]{display:flex;flex-direction:column;overflow-y:auto;row-gap:1.8rem}.panel__body--padded[data-v-8463f8df]{padding:1rem}@media screen and (min-width:768px){.panel__body--padded[data-v-8463f8df]{padding:1.8rem 2.4rem}}.panel__footer[data-v-8463f8df]{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-8463f8df]{padding:1rem}@media screen and (min-width:768px){.panel__footer--padded[data-v-8463f8df]{padding:1rem 2.4rem}}.panel__footer--shadowed[data-v-8463f8df]{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 (min-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 (min-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(--v4078ef85),calc(100vw - 100%))) translateY(min(var(--v4078ef86),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--normal[data-v-6e5fdbe7],.focus .input__container--bold[data-v-6e5fdbe7]{border:1px solid var(--theme-brand-color)}.focus .input__container--light[data-v-6e5fdbe7]{border-bottom:1px solid var(--theme-brand-color)}.focus .input__icon[data-v-6e5fdbe7] [data-component=icon]{fill:var(--theme-brand-color)}.input:focus-within .input__container--normal[data-v-6e5fdbe7],.textarea:focus-within .input__container--normal[data-v-6e5fdbe7],.input:focus-within .input__container--bold[data-v-6e5fdbe7],.textarea:focus-within .input__container--bold[data-v-6e5fdbe7]{border:1px solid var(--theme-brand-color)}.input:focus-within .input__container--light[data-v-6e5fdbe7],.textarea:focus-within .input__container--light[data-v-6e5fdbe7]{border-bottom:1px solid var(--theme-brand-color)}.input:focus-within .input__icon[data-v-6e5fdbe7] [data-component=icon],.textarea:focus-within .input__icon[data-v-6e5fdbe7] [data-component=icon]{fill:var(--theme-brand-color)}.input[data-v-6e5fdbe7]{--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-6e5fdbe7]{position:relative;display:flex;overflow:hidden;width:var(--input-width, 100%);border:var(--border)}.input__container[data-v-6e5fdbe7]:not(.input__container--textarea){height:var(--height)}.input__container--normal[data-v-6e5fdbe7],.input__container--bold[data-v-6e5fdbe7]{border-radius:var(--theme-radius-medium);background:var(--background-color)}.input__container--bold[data-v-6e5fdbe7]{height:var(--height-large)}.input__container--light[data-v-6e5fdbe7]{border-bottom:1px solid var(--theme-border-color)}.input__container>.input__input[data-v-6e5fdbe7],.input__container>.input__textarea[data-v-6e5fdbe7]{background:var(--background-color)}.input__input[data-v-6e5fdbe7],.input__textarea[data-v-6e5fdbe7]{font-family:unset}.input__input[data-v-6e5fdbe7]{width:100%;height:100%;outline:none}.input__input--normal[data-v-6e5fdbe7],.input__input--bold[data-v-6e5fdbe7]{color:var(--theme-foreground-color)}.input__input--normal[data-v-6e5fdbe7]{padding:var(--padding);font-size:11pt}.input__input--bold[data-v-6e5fdbe7]{padding:var(--padding-large);font-size:12.5pt}.input__input--light[data-v-6e5fdbe7]{padding:.6rem;background:transparent}.input__input--icon[data-v-6e5fdbe7]{padding-left:2.6em!important}.input__input--readOnly[data-v-6e5fdbe7]{background:#eee}.input__textarea[data-v-6e5fdbe7]{display:block;width:100%;height:8em;outline:none}.input__icon[data-v-6e5fdbe7]{position:absolute;top:50%;left:.6em;width:1.1em;transform:translateY(-50%)}.input__icon[data-v-6e5fdbe7] [data-component=icon]{fill:#bbb}.input__icon--bold[data-v-6e5fdbe7] [data-component=icon]{width:1.2rem;height:1.2rem}.input__clipboard[data-v-6e5fdbe7]{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-6294bdce]{--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-6294bdce]:focus{outline:none}.select[data-v-6294bdce] option{background:var(--background-color)}.select--outline[data-v-6294bdce]:focus-within{border-color:var(--theme-brand-color)}.select--multiple[data-v-6294bdce]{padding:0}.select--multiple[data-v-6294bdce] option{height:var(--height);padding:var(--padding)}.select--multiple[data-v-6294bdce] option[data-selected=true]{background:var(--theme-brand-color);color:var(--theme-brand-color-contrast)}.pagination[data-v-8cd299be]{--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-8cd299be]{display:flex;align-items:stretch;border:1px solid var(--theme-border-color);border-radius:var(--theme-radius-large)}.pagination__arrows>button[data-v-8cd299be]:not(:last-child){border-right:1px solid var(--theme-border-color)}.pagination__arrows>button>a[data-v-8cd299be]{padding:.6rem;color:var(--theme-foreground-color)}.pagination__arrows>button>a[data-v-8cd299be]:hover{background:var(--theme-background-color-shade-2)}.pagination__summary[data-v-8cd299be]{display:flex;align-items:center;gap:.4rem}.checkbox[data-v-5ef340be]{display:flex;align-items:center;-webkit-user-select:none;user-select:none}.checkbox__input[data-v-5ef340be]{width:1rem;height:1rem}.checkbox__input[data-v-5ef340be]:hover{background:red}.checkbox__text[data-v-5ef340be]{display:grid;width:100%;padding:0 .6rem}.options[data-v-b22b359b]{display:grid;border:1px solid var(--theme-border-color);border-width:1px 1px 1px 0;border-radius:5px}.options__checkbox[data-v-b22b359b]{padding:.8rem;border-left:1px solid var(--theme-border-color)}.options__checkbox[data-v-b22b359b]: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-6705b19f]{margin:0}.picture__image--bordered[data-v-6705b19f]{border:1px solid var(--theme-border-color)}.picture__image--expandable[data-v-6705b19f]{cursor:pointer}.picture__background[data-v-6705b19f]{width:100%;height:100%}.picture__background[data-v-6705b19f]>*{stroke:var(--theme-border-color)}.picture__meta[data-v-6705b19f]{font-size:11pt}.picture>figcaption[data-v-6705b19f]{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-63761718]{display:flex;min-height:2.8rem;align-items:center;padding:var(--theme-input-padding);color:var(--theme-foreground-color)}.item--selected[data-v-63761718]{background:var(--theme-brand-color-shade-1);color:var(--theme-brand-color-contrast)}.item__values[data-v-63761718]{display:flex;flex-direction:column;margin-right:auto;row-gap:.4rem}.item__value[data-v-63761718]{display:flex;font-size:10pt}.item__value[data-v-63761718]: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-017664ad]{display:flex;flex-direction:column}.form__footer[data-v-017664ad]{display:flex;align-items:center;margin-top:-1rem;column-gap:.6rem}.form__fieldset[data-v-017664ad]{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-017664ad]: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-017664ad]{border-width:0 0 1px 0;margin-top:0}.form__field-label[data-v-017664ad]{font-size:10.2pt;line-height:1.6rem}.form__field-label--section[data-v-017664ad]{font-size:12pt;font-weight:500}.form__field-hint[data-v-017664ad]{font-size:.9rem}.form__field-required-hint[data-v-017664ad]:after{margin-left:.35rem;color:#e22;content:"*"}.form__search-grid[data-v-017664ad]{display:grid;gap:2rem}.form__validation-error[data-v-017664ad]{padding:.4rem 0;color:red;font-size:.9rem}.form__array[data-v-017664ad]{display:flex;flex-direction:column-reverse;border:1px solid var(--theme-border-color);border-radius:var(--theme-radius-large)}.form__array[data-v-017664ad]>*{padding:1rem}.form__array-item[data-v-017664ad]{display:flex;flex-direction:column;gap:1rem}.form__array-item[data-v-017664ad]:not(:last-child){border-top:1px solid var(--theme-border-color)}.form__array-remove[data-v-017664ad]{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 (min-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 (min-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 (min-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 (max-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 (min-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 (min-width:768px){.table[data-v-e01a149a] tfoot>tr>td{border-top:1px solid var(--theme-border-color)}}@media screen and (max-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 (max-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 (min-width:600px){.grid[data-v-4839c834]:not(.grid--list){gap:1.6rem;grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:1200px){.grid[data-v-4839c834]:not(.grid--list){grid-template-columns:repeat(3,1fr)}}@media screen and (min-width:1400px){.grid[data-v-4839c834]:not(.grid--list){grid-template-columns:repeat(4,1fr)}}.card__upper[data-v-ce6f7461]{display:flex;align-items:center}.card__information[data-v-ce6f7461]{display:flex;flex-wrap:wrap;margin-top:.5rem;font-size:9.5pt;gap:.4rem;opacity:.6}.card__information div[data-v-ce6f7461]:not(:first-child){padding-left:.4rem;border-left:1px solid var(--theme-border-color)}.crud__controls[data-v-a8b515b9]{display:flex;flex-wrap:wrap;align-items:stretch;justify-content:flex-end;gap:1rem}.crud__search[data-v-a8b515b9]{min-width:90vw;flex:1;order:1}.crud__search[data-v-a8b515b9] .input__container{height:100%}@media screen and (min-width:600px){.crud__search[data-v-a8b515b9]{min-width:auto;order:0}}.crud__actions[data-v-a8b515b9]{display:flex;align-items:stretch;gap:.5rem}.crud__pagination[data-v-a8b515b9]{display:flex;align-items:center;justify-content:flex-end}.crud__context-badge[data-v-a8b515b9]{display:flex;justify-content:flex-end}@media screen and (min-width:768px){.crud__data[data-v-a8b515b9]{max-width:auto;overflow-x:auto}}.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 (min-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-19b147ab]{display:flex;min-height:100vh;flex-direction:column}.main__toasts[data-v-19b147ab]{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]{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 (min-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-fb8920cf]{display:flex;gap:1.2rem}.tabs__tab[data-v-fb8920cf]{display:flex;align-items:center;cursor:pointer;gap:.2rem}.tabs__tab--current[data-v-fb8920cf]{font-weight:600}@media screen and (min-width:600px){.tabs__tab--info[data-v-fb8920cf]{margin-right:.6rem;font-size:12pt;font-weight:500}}.tabs__context-menu-icon[data-v-fb8920cf]{color:var(--theme-brand-color);font-weight:600}.tabs__context-menu-icon[data-v-fb8920cf]:first-child{gap:0}.topbar__preset[data-v-f0a45677]{display:flex;width:100%;align-items:center;justify-content:center;gap:.4rem}@media screen and (min-width:600px){.topbar__preset[data-v-f0a45677]{justify-content:flex-start}}.signin[data-v-df2df558]{text-align:center}.signin__header[data-v-df2df558]{margin-bottom:.8rem;font-size:2.4rem}.signin__buttons[data-v-df2df558]{display:flex;width:100%;flex-direction:column;gap:1rem}.signup__checkboxes[data-v-8352f05a]{display:flex;flex-direction:column;align-items:start;gap:2rem}.redefine-password__step[data-v-04c890cb],.activation__step[data-v-144e82a6]{display:flex;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,4 +1,4 @@
|
|
|
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-
|
|
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-3edyOiId.js";
|
|
2
2
|
export {
|
|
3
3
|
r as AeriaAccordion,
|
|
4
4
|
s as AeriaAsync,
|