@aeria-ui/ui 0.0.145 → 0.0.147
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_-B9rfyNBK.js → _id_-35671aff.js} +14 -9
- package/dist/{activation-CZdJuNBp.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-da006cde.js +3529 -0
- package/dist/{redefine-password-CL5NDEZp.js → redefine-password-a556ab1e.js} +10 -8
- package/dist/routes.d.ts +2 -1
- package/dist/signin-80046a53.js +91 -0
- package/dist/{signup-CUP6Q-pT.js → signup-2b9cbf2c.js} +28 -24
- package/dist/style.css +1 -0
- 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 +2 -2
- package/dist/index-CYHXxuxa.js +0 -25
- package/dist/index-D9-xEbzX.js +0 -57
- package/dist/index-DPIvfGmD.js +0 -130
- package/dist/index-nfGoLtIp.js +0 -3502
- package/dist/signin-BzQLHmp1.js +0 -84
- package/dist/ui.css +0 -1
package/dist/signin-BzQLHmp1.js
DELETED
|
@@ -1,84 +0,0 @@
|
|
|
1
|
-
import { defineComponent as T, inject as v, resolveDirective as V, openBlock as i, createElementBlock as s, Fragment as b, createElementVNode as c, unref as e, createCommentVNode as d, toDisplayString as o, withDirectives as A, createTextVNode as u, createVNode as f, withCtx as _, createBlock as C } from "vue";
|
|
2
|
-
import { INSTANCE_VARS_SYMBOL as w, STORAGE_NAMESPACE as x } from "@aeria-ui/core";
|
|
3
|
-
import { useStore as y } from "@aeria-ui/state-management";
|
|
4
|
-
import { useRouter as N } from "vue-router";
|
|
5
|
-
import { A as E, a as h } from "./index-nfGoLtIp.js";
|
|
6
|
-
const B = { style: { "text-align": "center" } }, L = ["innerHTML"], M = { key: 1 }, R = { style: { width: "100%", display: "flex", "flex-direction": "column", gap: "1rem" } }, I = /* @__PURE__ */ T({
|
|
7
|
-
__name: "signin",
|
|
8
|
-
setup(D) {
|
|
9
|
-
const r = N(), t = y("user"), m = y("meta"), l = v(w), p = () => {
|
|
10
|
-
if (typeof localStorage < "u") {
|
|
11
|
-
const { next: n } = r.currentRoute.value.query;
|
|
12
|
-
if (typeof n == "string" && localStorage.getItem(`${x}:auth:next`))
|
|
13
|
-
return r.push(n);
|
|
14
|
-
}
|
|
15
|
-
return r.push("/dashboard/");
|
|
16
|
-
}, k = async () => {
|
|
17
|
-
const { error: n } = await t.$actions.authenticate(t.credentials);
|
|
18
|
-
n || p();
|
|
19
|
-
};
|
|
20
|
-
return (n, a) => {
|
|
21
|
-
const S = V("clickable");
|
|
22
|
-
return i(), s(b, null, [
|
|
23
|
-
c("div", B, [
|
|
24
|
-
e(l).signinText ? (i(), s("h1", {
|
|
25
|
-
key: 0,
|
|
26
|
-
style: { "font-size": "2.4rem", "margin-bottom": ".8rem" },
|
|
27
|
-
innerHTML: e(l).signinText
|
|
28
|
-
}, null, 8, L)) : d("", !0),
|
|
29
|
-
e(l).signupForm ? (i(), s("div", M, [
|
|
30
|
-
c("span", null, o(n.t("signin.no_account")) + " ", 1),
|
|
31
|
-
A((i(), s("span", {
|
|
32
|
-
style: { color: "#2d96fa" },
|
|
33
|
-
onClick: a[0] || (a[0] = (g) => e(r).push("/user/signup"))
|
|
34
|
-
}, [
|
|
35
|
-
u(o(n.t("signin.create_account")), 1)
|
|
36
|
-
])), [
|
|
37
|
-
[S]
|
|
38
|
-
])
|
|
39
|
-
])) : d("", !0)
|
|
40
|
-
]),
|
|
41
|
-
f(E, {
|
|
42
|
-
modelValue: e(t).credentials,
|
|
43
|
-
"onUpdate:modelValue": a[1] || (a[1] = (g) => e(t).credentials = g),
|
|
44
|
-
form: {
|
|
45
|
-
email: {
|
|
46
|
-
type: "string",
|
|
47
|
-
icon: "user"
|
|
48
|
-
},
|
|
49
|
-
password: {
|
|
50
|
-
type: "string",
|
|
51
|
-
icon: "lock",
|
|
52
|
-
inputType: "password"
|
|
53
|
-
}
|
|
54
|
-
}
|
|
55
|
-
}, null, 8, ["modelValue"]),
|
|
56
|
-
c("div", R, [
|
|
57
|
-
f(h, {
|
|
58
|
-
loading: e(t).loading.authenticate,
|
|
59
|
-
disabled: !e(t).credentials.email || !e(t).credentials.password,
|
|
60
|
-
onClick: k
|
|
61
|
-
}, {
|
|
62
|
-
default: _(() => [
|
|
63
|
-
u(o(n.t("action.signin", { capitalize: !0 })), 1)
|
|
64
|
-
]),
|
|
65
|
-
_: 1
|
|
66
|
-
}, 8, ["loading", "disabled"]),
|
|
67
|
-
e(t).currentUser._id && !e(m).isLoading ? (i(), C(h, {
|
|
68
|
-
key: 0,
|
|
69
|
-
disabled: e(t).loading.authenticate || e(m).isLoading,
|
|
70
|
-
onClick: p
|
|
71
|
-
}, {
|
|
72
|
-
default: _(() => [
|
|
73
|
-
u(o(n.t("signin.proceed_as")) + " " + o(e(t).currentUser.name), 1)
|
|
74
|
-
]),
|
|
75
|
-
_: 1
|
|
76
|
-
}, 8, ["disabled"])) : d("", !0)
|
|
77
|
-
])
|
|
78
|
-
], 64);
|
|
79
|
-
};
|
|
80
|
-
}
|
|
81
|
-
});
|
|
82
|
-
export {
|
|
83
|
-
I as default
|
|
84
|
-
};
|
package/dist/ui.css
DELETED
|
@@ -1 +0,0 @@
|
|
|
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-e167487b]{border-color:var(--theme-brand-color)!important}.icon[data-v-e167487b]{display:flex;align-items:center;fill:var(--icon-color, currentcolor);line-height:100%}.icon svg[data-v-e167487b]{width:100%;height:100%}.icon--reactive[data-v-e167487b]{padding:8px;border:1px solid transparent;border-radius:5px}.icon--reactive[data-v-e167487b]:hover{border-color:var(--theme-border-color)}.icon--reactive[data-v-e167487b]:active,.icon--reactive .icon--active[data-v-e167487b],.icon--active[data-v-e167487b]{border-color:var(--theme-brand-color)!important}.icon--centered[data-v-e167487b]{align-items:center;gap:calc(var(--icon-size, 1em)/2)}.icon--standalone[data-v-e167487b]{--icon-size: 18px}.icon__icon[data-v-e167487b]{display:grid;width:var(--icon-size, 1em);height:var(--icon-size, 1em);place-items:center}.icon__icon--right[data-v-e167487b]{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-ebda18bd]{position:relative;overflow:hidden;border:var(--theme-frame-border);border-radius:var(--theme-radius-extra-large);background:var(--theme-background-color-shade-2)}.card--inactive[data-v-ebda18bd]{opacity:.6}.card--horizontal[data-v-ebda18bd]{display:flex}.card--horizontal .card__picture[data-v-ebda18bd]{width:18rem;height:12rem}.card--horizontal .card__footer[data-v-ebda18bd]{display:flex;flex-direction:column}.card--horizontal .card__badge[data-v-ebda18bd]{position:relative;margin:auto 0 0}.card__picture[data-v-ebda18bd]{overflow:hidden;width:100%;height:16rem}.card__picture[data-v-ebda18bd] figure{height:100%}.card__footer[data-v-ebda18bd]{width:100%;height:100%;padding:1rem;border-top:var(--theme-frame-border);background:var(--theme-background-color-shade-3);color:var(--theme-foreground-color)}.card__footer-upper[data-v-ebda18bd]{display:flex;align-items:flex-start;justify-content:space-between}.card__badge[data-v-ebda18bd]{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)}.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)}
|