@aeria-ui/ui 0.0.76 → 0.0.78

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.
@@ -1,6 +1,6 @@
1
1
  import { defineComponent as n, watch as r, openBlock as c, createBlock as l } from "vue";
2
2
  import { getGlobalStateManager as a, useStore as m } from "@aeria-ui/state-management";
3
- import { e as s } from "./index-0482fc52.js";
3
+ import { e as s } from "./index-0161d7bb.js";
4
4
  import "@aeria-ui/i18n";
5
5
  import "@aeria-ui/core";
6
6
  import "@aeriajs/common";
@@ -1,7 +1,7 @@
1
1
  import { defineComponent as k, withAsyncContext as $, ref as x, unref as p, openBlock as f, createElementBlock as _, createVNode as r, withCtx as i, withModifiers as S, createTextVNode as v, createElementVNode as g } from "vue";
2
2
  import { useStore as y } from "@aeria-ui/state-management";
3
3
  import { useRouter as A } from "vue-router";
4
- import { A as I, _ as R, a as w } from "./index-0482fc52.js";
4
+ import { A as I, _ as R, a as w } from "./index-0161d7bb.js";
5
5
  import "@aeria-ui/i18n";
6
6
  import "@aeria-ui/core";
7
7
  import "@aeriajs/common";
@@ -11,7 +11,9 @@ type Action = {
11
11
  click: (subject: any) => void;
12
12
  };
13
13
  declare function __VLS_template(): Partial<Record<string, (_: {}) => any>> & {
14
- default?(_: {}): any;
14
+ default?(_: {
15
+ visible: boolean;
16
+ }): any;
15
17
  header?(_: {}): any;
16
18
  extra?(_: {}): any;
17
19
  };
@@ -3,10 +3,11 @@ import { Icon } from '@aeriajs/types';
3
3
  type Props = {
4
4
  icon?: Icon;
5
5
  size?: string;
6
+ fill?: string;
6
7
  medium?: boolean;
7
- reactive?: boolean | null;
8
+ reactive?: boolean;
8
9
  iconRight?: boolean;
9
- fill?: string;
10
+ active?: boolean;
10
11
  };
11
12
  declare function __VLS_template(): {
12
13
  default?(_: {}): any;
@@ -33,8 +33,9 @@ type Props = FormFieldProps<any> & {
33
33
  includeTimestamps?: boolean;
34
34
  };
35
35
  declare function __VLS_template(): Partial<Record<`field-${string}`, (_: {
36
- propery: Property;
37
- properyName: string;
36
+ readOnly: boolean | undefined;
37
+ property: Property;
38
+ propertyName: string;
38
39
  modelValue: any;
39
40
  }) => any>> & {
40
41
  header?(_: {}): any;
@@ -1,7 +1,7 @@
1
- import { defineComponent as E, ref as J, resolveDirective as oe, openBlock as t, createElementBlock as s, normalizeClass as X, Fragment as N, renderList as D, withDirectives as x, toDisplayString as k, createCommentVNode as y, createTextVNode as W, unref as e, renderSlot as O, inject as _e, computed as G, createElementVNode as C, mergeProps as Q, createBlock as $, resolveDynamicComponent as he, withCtx as v, useCssVars as It, Teleport as Je, onMounted as bt, watch as ue, createVNode as F, withModifiers as ze, vModelDynamic as At, onBeforeMount as $t, normalizeStyle as be, pushScopeId as De, popScopeId as Qe, provide as ye, createSlots as ce, normalizeProps as pe, guardReactiveProps as Ve, vModelCheckbox as Bt, onUnmounted as wt, isRef as _t, resolveComponent as St, Suspense as Tt, useSlots as jt, h as Rt } from "vue";
1
+ import { defineComponent as E, ref as J, resolveDirective as oe, openBlock as t, createElementBlock as s, normalizeClass as X, Fragment as N, renderList as D, withDirectives as x, toDisplayString as k, createCommentVNode as y, createTextVNode as W, unref as e, renderSlot as O, inject as _e, computed as G, createElementVNode as C, mergeProps as Q, createBlock as $, resolveDynamicComponent as he, withCtx as v, useCssVars as It, normalizeProps as de, guardReactiveProps as ge, Teleport as Je, onMounted as bt, watch as ue, createVNode as F, withModifiers as ze, vModelDynamic as At, onBeforeMount as $t, normalizeStyle as be, pushScopeId as De, popScopeId as Qe, provide as ye, createSlots as ce, vModelCheckbox as Bt, onUnmounted as wt, isRef as _t, resolveComponent as St, Suspense as Tt, useSlots as jt, h as Rt } from "vue";
2
2
  import { t as L, useI18n as Lt } from "@aeria-ui/i18n";
3
3
  import { useScrollObserver as Ze, useBreakpoints as qe, useMask as zt, PAGINATION_PER_PAGE_DEFAULTS as Mt, API_URL as gt, request as qt, useDebounce as kt, isDocumentComplete as Ft, getObjectKey as Ut, convertToSearchQuery as Et, useAction as Ht, convertFromSearchQuery as Dt, useParentCollectionStore as Ke, usePasswordPolicy as Qt } from "@aeria-ui/core";
4
- import { arraysIntersect as Vt, deepClone as ke, getReferenceProperty as me, convertConditionToQuery as Gt, freshItem as Wt, isRequired as Kt, evaluateCondition as Ye, deepMerge as Me } from "@aeriajs/common";
4
+ import { arraysIntersect as Vt, deepClone as Ve, getReferenceProperty as me, convertConditionToQuery as Gt, freshItem as Wt, isRequired as Kt, evaluateCondition as Ye, deepMerge as Me } from "@aeriajs/common";
5
5
  import { useStore as ie, getStoreId as Fe, useParentStore as Ie, STORE_ID as Ue, getGlobalStateManager as Pe } from "@aeria-ui/state-management";
6
6
  import { useRouter as Ae } from "vue-router";
7
7
  const Xt = ["onClick"], Yt = { key: 0 }, Jt = {
@@ -97,10 +97,11 @@ const ve = /* @__PURE__ */ K(Nt, [["__scopeId", "data-v-35bc81ae"]]), xt = ["hre
97
97
  props: {
98
98
  icon: {},
99
99
  size: {},
100
+ fill: {},
100
101
  medium: { type: Boolean },
101
- reactive: { type: [Boolean, null] },
102
+ reactive: { type: Boolean },
102
103
  iconRight: { type: Boolean },
103
- fill: {}
104
+ active: { type: Boolean }
104
105
  },
105
106
  setup(u) {
106
107
  const r = u, l = typeof r.reactive == "boolean" ? r.reactive : _e("iconReactive", !1), n = G(() => {
@@ -111,6 +112,7 @@ const ve = /* @__PURE__ */ K(Nt, [["__scopeId", "data-v-35bc81ae"]]), xt = ["hre
111
112
  class: X(`
112
113
  icon
113
114
  ${e(l) && "icon--reactive"}
115
+ ${a.active && "icon--active"}
114
116
  ${a.$slots.default ? "icon--centered" : "icon--standalone"}
115
117
  `)
116
118
  }, [
@@ -140,7 +142,7 @@ const ve = /* @__PURE__ */ K(Nt, [["__scopeId", "data-v-35bc81ae"]]), xt = ["hre
140
142
  ], 2));
141
143
  }
142
144
  });
143
- const Z = /* @__PURE__ */ K(tn, [["__scopeId", "data-v-4b763bd3"]]), nn = { class: "panel__header-left" }, on = { key: 1 }, an = {
145
+ const Z = /* @__PURE__ */ K(tn, [["__scopeId", "data-v-0826507c"]]), nn = { class: "panel__header-left" }, on = { key: 1 }, an = {
144
146
  key: 2,
145
147
  style: { "margin-left": "auto" }
146
148
  }, ln = /* @__PURE__ */ E({
@@ -370,8 +372,8 @@ const fn = /* @__PURE__ */ K(mn, [["__scopeId", "data-v-c1a322df"]]), vn = { cla
370
372
  emits: ["actionClick"],
371
373
  setup(u, { emit: r }) {
372
374
  It((d) => ({
373
- "0cfe51de": _.value.x,
374
- "0cfe51df": _.value.y
375
+ e0bbcfc0: _.value.x,
376
+ e0bbcfbe: _.value.y
375
377
  }));
376
378
  const l = r, n = J(null), a = J(!1), i = (d) => d == null ? void 0 : d.filter((h) => {
377
379
  if (h.roles) {
@@ -380,7 +382,7 @@ const fn = /* @__PURE__ */ K(mn, [["__scopeId", "data-v-c1a322df"]]), vn = { cla
380
382
  }
381
383
  return !0;
382
384
  }), c = (d, h) => {
383
- const p = ke(h);
385
+ const p = Ve(h);
384
386
  d.click(p), l("actionClick", {
385
387
  action: d,
386
388
  subject: p
@@ -411,7 +413,9 @@ const fn = /* @__PURE__ */ K(mn, [["__scopeId", "data-v-c1a322df"]]), vn = { cla
411
413
  class: "contextmenu__trigger",
412
414
  onClick: h[0] || (h[0] = (o) => a.value = !0)
413
415
  }, [
414
- O(d.$slots, "default", {}, void 0, !0)
416
+ O(d.$slots, "default", de(ge({
417
+ visible: a.value
418
+ })), void 0, !0)
415
419
  ])
416
420
  ], 512)) : y("", !0),
417
421
  a.value ? (t(), $(Je, {
@@ -500,7 +504,7 @@ const fn = /* @__PURE__ */ K(mn, [["__scopeId", "data-v-c1a322df"]]), vn = { cla
500
504
  };
501
505
  }
502
506
  });
503
- const Ce = /* @__PURE__ */ K(bn, [["__scopeId", "data-v-66a4ee79"]]), $n = { class: "info__content" }, gn = /* @__PURE__ */ E({
507
+ const Ce = /* @__PURE__ */ K(bn, [["__scopeId", "data-v-c28b8435"]]), $n = { class: "info__content" }, gn = /* @__PURE__ */ E({
504
508
  __name: "aeria-info",
505
509
  props: {
506
510
  where: { default: "top" }
@@ -1672,7 +1676,7 @@ const Uo = /* @__PURE__ */ K(Fo, [["__scopeId", "data-v-15bbe202"]]), ft = (u, r
1672
1676
  u ?? (u = []);
1673
1677
  const n = "items" in r ? r.items : r;
1674
1678
  if ("$ref" in n) {
1675
- const a = ie(n.$ref, l), i = ke(a.$freshItem);
1679
+ const a = ie(n.$ref, l), i = Ve(a.$freshItem);
1676
1680
  return u.push(i);
1677
1681
  }
1678
1682
  return "properties" in n ? u.push(Wt(n)) : "type" in n && n.type === "boolean" ? u.push({}) : u.push(null);
@@ -1727,7 +1731,7 @@ const Uo = /* @__PURE__ */ K(Fo, [["__scopeId", "data-v-15bbe202"]]), ft = (u, r
1727
1731
  !c && process.env.NODE_ENV !== "production" && console.warn(`aeria-form was used without providing storeId or specifying
1728
1732
  collection prop, some features may not work as intended`);
1729
1733
  const h = J(!1), p = G(() => {
1730
- const f = (() => !n.form && n.property ? "properties" in n.property ? n.property.properties : d == null ? void 0 : d.properties : n.form)();
1734
+ const f = (() => !n.form && n.property ? "type" in n.property && n.property.type === "object" ? "properties" in n.property ? n.property.properties : void 0 : d == null ? void 0 : d.properties : n.form)();
1731
1735
  if (!f)
1732
1736
  return;
1733
1737
  const M = {};
@@ -1768,7 +1772,7 @@ const Uo = /* @__PURE__ */ K(Fo, [["__scopeId", "data-v-15bbe202"]]), ft = (u, r
1768
1772
  n.modelValue,
1769
1773
  g.if
1770
1774
  );
1771
- Te.satisfied || (V[f] && (d ? n.modelValue[f] = typeof d.$freshItem[f] == "object" ? ke(d.$freshItem[f]) : d.$freshItem[f] : n.modelValue[f] = [
1775
+ Te.satisfied || (V[f] && (d ? n.modelValue[f] = typeof d.$freshItem[f] == "object" ? Ve(d.$freshItem[f]) : d.$freshItem[f] : n.modelValue[f] = [
1772
1776
  void 0,
1773
1777
  null
1774
1778
  ].includes(n.modelValue[f]) ? null : n.modelValue[f].constructor()), H.push("display: none;")), V[f] = Te.satisfied;
@@ -1833,8 +1837,9 @@ const Uo = /* @__PURE__ */ K(Fo, [["__scopeId", "data-v-15bbe202"]]), ft = (u, r
1833
1837
  key: 1,
1834
1838
  ref_for: !0
1835
1839
  }, {
1836
- propery: q,
1837
- properyName: I,
1840
+ readOnly: e(_),
1841
+ property: q,
1842
+ propertyName: I,
1838
1843
  modelValue: f.modelValue
1839
1844
  }), void 0, !0) : (Se = (we = (fe = f.layout) == null ? void 0 : fe.fields) == null ? void 0 : we[I]) != null && Se.component && e(S)[f.layout.fields[I].component.name] ? (t(), $(he(e(S)[f.layout.fields[I].component.name]), Q({
1840
1845
  key: 2,
@@ -1973,7 +1978,7 @@ const Uo = /* @__PURE__ */ K(Fo, [["__scopeId", "data-v-15bbe202"]]), ft = (u, r
1973
1978
  ]),
1974
1979
  f.$slots.after ? O(f.$slots, "after", { key: 1 }, void 0, !0) : y("", !0),
1975
1980
  f.$slots.footer ? (t(), s("div", oa, [
1976
- O(f.$slots, "footer", pe(Ve({
1981
+ O(f.$slots, "footer", de(ge({
1977
1982
  isInsertReady: ne.value
1978
1983
  })), void 0, !0)
1979
1984
  ])) : y("", !0)
@@ -1981,7 +1986,7 @@ const Uo = /* @__PURE__ */ K(Fo, [["__scopeId", "data-v-15bbe202"]]), ft = (u, r
1981
1986
  };
1982
1987
  }
1983
1988
  });
1984
- const We = /* @__PURE__ */ K(aa, [["__scopeId", "data-v-2b4560f7"]]), la = /* @__PURE__ */ E({
1989
+ const We = /* @__PURE__ */ K(aa, [["__scopeId", "data-v-e02fe7fe"]]), la = /* @__PURE__ */ E({
1985
1990
  __name: "aeria-filter-panel",
1986
1991
  emits: ["update:modelValue"],
1987
1992
  setup(u, { emit: r }) {
@@ -2083,16 +2088,20 @@ const We = /* @__PURE__ */ K(aa, [["__scopeId", "data-v-2b4560f7"]]), la = /* @_
2083
2088
  extra: v(() => [
2084
2089
  F(Ce, Q({
2085
2090
  subject: e(i).item,
2086
- actions: e(c).filter(({ action: b }) => b !== "ui:spawnEdit")
2091
+ actions: e(c).filter(({ action: b }) => b !== "ui:spawnEdit"),
2092
+ overlayLayer: 60
2087
2093
  }, {
2088
2094
  onActionClick: m[2] || (m[2] = (b) => n("update:modelValue", !1))
2089
2095
  }), {
2090
- default: v(() => [
2096
+ default: v(({
2097
+ visible: b
2098
+ }) => [
2091
2099
  e(i).item._id ? x((t(), $(Z, {
2092
2100
  key: 0,
2093
2101
  reactive: "",
2102
+ active: b,
2094
2103
  icon: "dots-three"
2095
- }, null, 512)), [
2104
+ }, null, 8, ["active"])), [
2096
2105
  [A]
2097
2106
  ]) : y("", !0)
2098
2107
  ]),
@@ -2118,7 +2127,7 @@ const We = /* @__PURE__ */ K(aa, [["__scopeId", "data-v-2b4560f7"]]), la = /* @_
2118
2127
  D(Object.keys(o.$slots).filter((b) => b.startsWith("field-")), (b) => ({
2119
2128
  name: b,
2120
2129
  fn: v((S) => [
2121
- O(o.$slots, b, pe(Ve(S)))
2130
+ O(o.$slots, b, de(ge(S)))
2122
2131
  ])
2123
2132
  }))
2124
2133
  ]), 1040, ["modelValue"])
@@ -2190,7 +2199,7 @@ const We = /* @__PURE__ */ K(aa, [["__scopeId", "data-v-2b4560f7"]]), la = /* @_
2190
2199
  }, {
2191
2200
  immediate: !0
2192
2201
  });
2193
- }, ra = (u) => (De("data-v-2a6c7067"), u = u(), Qe(), u), ua = {
2202
+ }, ra = (u) => (De("data-v-7fdb061d"), u = u(), Qe(), u), ua = {
2194
2203
  key: 0,
2195
2204
  class: "table aeria-surface"
2196
2205
  }, ca = { key: 0 }, da = { key: 1 }, pa = { key: 0 }, _a = ["checked"], ma = {
@@ -2395,11 +2404,14 @@ const We = /* @__PURE__ */ K(aa, [["__scopeId", "data-v-2b4560f7"]]), la = /* @_
2395
2404
  subject: B,
2396
2405
  actions: p(B)
2397
2406
  }), {
2398
- default: v(() => [
2407
+ default: v(({
2408
+ visible: w
2409
+ }) => [
2399
2410
  x(F(Z, {
2400
2411
  reactive: "",
2412
+ active: w,
2401
2413
  icon: "dots-three"
2402
- }, null, 512), [
2414
+ }, null, 8, ["active"]), [
2403
2415
  [b]
2404
2416
  ])
2405
2417
  ]),
@@ -2458,7 +2470,7 @@ const We = /* @__PURE__ */ K(aa, [["__scopeId", "data-v-2b4560f7"]]), la = /* @_
2458
2470
  };
2459
2471
  }
2460
2472
  });
2461
- const Da = /* @__PURE__ */ K(Ha, [["__scopeId", "data-v-2a6c7067"]]), Qa = /* @__PURE__ */ E({
2473
+ const Da = /* @__PURE__ */ K(Ha, [["__scopeId", "data-v-7fdb061d"]]), Qa = /* @__PURE__ */ E({
2462
2474
  __name: "aeria-tabular",
2463
2475
  props: {
2464
2476
  individualActions: {},
@@ -2485,7 +2497,7 @@ const Da = /* @__PURE__ */ K(Ha, [["__scopeId", "data-v-2a6c7067"]]), Qa = /* @_
2485
2497
  D(Object.keys(i.$slots).filter((_) => !["inner"].includes(_)), (_) => ({
2486
2498
  name: _,
2487
2499
  fn: v((d) => [
2488
- O(i.$slots, _, pe(Ve(d)))
2500
+ O(i.$slots, _, de(ge(d)))
2489
2501
  ])
2490
2502
  }))
2491
2503
  ]), 1040)) : y("", !0)
@@ -2543,11 +2555,14 @@ const Wa = /* @__PURE__ */ K(Ga, [["__scopeId", "data-v-438c4aed"]]), Ka = { key
2543
2555
  subject: d,
2544
2556
  actions: i.individualActions
2545
2557
  }), {
2546
- default: v(() => [
2558
+ default: v(({
2559
+ visible: h
2560
+ }) => [
2547
2561
  x(F(Z, {
2548
2562
  reactive: "",
2563
+ active: h,
2549
2564
  icon: "dots-three-vertical"
2550
- }, null, 512), [
2565
+ }, null, 8, ["active"]), [
2551
2566
  [_]
2552
2567
  ])
2553
2568
  ]),
@@ -2600,13 +2615,13 @@ const Wa = /* @__PURE__ */ K(Ga, [["__scopeId", "data-v-438c4aed"]]), Ka = { key
2600
2615
  };
2601
2616
  }
2602
2617
  });
2603
- const vt = /* @__PURE__ */ K(Ya, [["__scopeId", "data-v-113dd7db"]]), Ja = (u) => ({
2618
+ const vt = /* @__PURE__ */ K(Ya, [["__scopeId", "data-v-ccbced12"]]), Ja = (u) => ({
2604
2619
  tabular: Qa,
2605
2620
  grid: vt,
2606
2621
  list: vt
2607
- })[u], de = J(!1);
2622
+ })[u], pe = J(!1);
2608
2623
  J(!1);
2609
- const ge = J(!1), Le = J((...u) => null), yt = J(), Za = (u) => (De("data-v-21eeb8fd"), u = u(), Qe(), u), Pa = {
2624
+ const ke = J(!1), Le = J((...u) => null), yt = J(), Za = (u) => (De("data-v-21eeb8fd"), u = u(), Qe(), u), Pa = {
2610
2625
  key: 2,
2611
2626
  class: "crud__controls"
2612
2627
  }, Na = {
@@ -2686,14 +2701,14 @@ const ge = J(!1), Le = J((...u) => null), yt = J(), Za = (u) => (De("data-v-21ee
2686
2701
  query: {
2687
2702
  search: V || void 0
2688
2703
  }
2689
- })), V ? (o.filters = Object.assign(ke(o.freshFilters), {
2704
+ })), V ? (o.filters = Object.assign(Ve(o.freshFilters), {
2690
2705
  $text: {
2691
2706
  $search: `"${V}"`,
2692
2707
  $caseSensitive: !1
2693
2708
  }
2694
2709
  }), j({
2695
2710
  offset: 0
2696
- })) : (o.filters = ke(o.freshFilters), b.value = 0, j())));
2711
+ })) : (o.filters = Ve(o.freshFilters), b.value = 0, j())));
2697
2712
  ue(() => o.textQuery, (V) => {
2698
2713
  R(V);
2699
2714
  });
@@ -2704,7 +2719,7 @@ const ge = J(!1), Le = J((...u) => null), yt = J(), Za = (u) => (De("data-v-21ee
2704
2719
  o.$actions.clearFilters(), o.textQuery = "", h();
2705
2720
  }), ue(() => yt.value, async (V) => {
2706
2721
  var le;
2707
- const T = ke(V);
2722
+ const T = Ve(V);
2708
2723
  let ae;
2709
2724
  if (T)
2710
2725
  if ((T.name === "spawnEdit" || T.name === "duplicate") && (ae = o.$actions.get({
@@ -2714,9 +2729,9 @@ const ge = J(!1), Le = J((...u) => null), yt = J(), Za = (u) => (De("data-v-21ee
2714
2729
  })), T.name === "spawnAdd")
2715
2730
  o.$actions.clearItem(), (le = T.params) != null && le.item && (o.$actions.setItem(T.params.item), Object.keys(T.params.item).forEach((ne) => {
2716
2731
  delete o.referenceItem[ne];
2717
- })), de.value = "add";
2732
+ })), pe.value = "add";
2718
2733
  else if (T.name === "spawnEdit")
2719
- o.$actions.setItem(T.params), de.value = "edit";
2734
+ o.$actions.setItem(T.params), pe.value = "edit";
2720
2735
  else if (T.name === "duplicate") {
2721
2736
  await ae;
2722
2737
  const ne = Object.entries(o.item).reduce((se, [z, U]) => {
@@ -2745,12 +2760,12 @@ const ge = J(!1), Le = J((...u) => null), yt = J(), Za = (u) => (De("data-v-21ee
2745
2760
  [z]: U
2746
2761
  };
2747
2762
  }, {});
2748
- o.$actions.setItem(ne), delete o.item._id, o.referenceItem = {}, de.value = "duplicate";
2763
+ o.$actions.setItem(ne), delete o.item._id, o.referenceItem = {}, pe.value = "duplicate";
2749
2764
  } else
2750
2765
  n("uiEvent", T);
2751
2766
  }, {
2752
2767
  deep: !0
2753
- }), ue(() => de, ({ value: V }) => {
2768
+ }), ue(() => pe, ({ value: V }) => {
2754
2769
  V === !1 && (c.view.collection = l.collection, o.$actions.clearItem());
2755
2770
  });
2756
2771
  const w = G(() => o.individualActions.map((V) => ({
@@ -2761,21 +2776,21 @@ const ge = J(!1), Le = J((...u) => null), yt = J(), Za = (u) => (De("data-v-21ee
2761
2776
  var ne, se, z, U, f, M, H;
2762
2777
  const ae = oe("clickable"), le = oe("loading");
2763
2778
  return t(), s(N, null, [
2764
- e(ge) ? (t(), $(la, {
2779
+ e(ke) ? (t(), $(la, {
2765
2780
  key: e(o).$id,
2766
- modelValue: e(ge),
2767
- "onUpdate:modelValue": T[0] || (T[0] = (g) => _t(ge) ? ge.value = g : null)
2781
+ modelValue: e(ke),
2782
+ "onUpdate:modelValue": T[0] || (T[0] = (g) => _t(ke) ? ke.value = g : null)
2768
2783
  }, null, 8, ["modelValue"])) : y("", !0),
2769
- e(de) ? (t(), $(sa, {
2784
+ e(pe) ? (t(), $(sa, {
2770
2785
  key: 1,
2771
- modelValue: e(de),
2772
- "onUpdate:modelValue": T[1] || (T[1] = (g) => _t(de) ? de.value = g : null),
2786
+ modelValue: e(pe),
2787
+ "onUpdate:modelValue": T[1] || (T[1] = (g) => _t(pe) ? pe.value = g : null),
2773
2788
  "fixed-right": "",
2774
- onCancel: T[2] || (T[2] = (g) => de.value = !1)
2789
+ onCancel: T[2] || (T[2] = (g) => pe.value = !1)
2775
2790
  }, ce({
2776
2791
  header: v(() => [
2777
2792
  C("span", null, k((() => {
2778
- switch (e(de)) {
2793
+ switch (e(pe)) {
2779
2794
  case "add":
2780
2795
  return e(L)("action.add", { capitalize: !0 });
2781
2796
  case "duplicate":
@@ -2792,7 +2807,7 @@ const ge = J(!1), Le = J((...u) => null), yt = J(), Za = (u) => (De("data-v-21ee
2792
2807
  D(Object.keys(V.$slots).filter((g) => g.startsWith("field-")), (g) => ({
2793
2808
  name: g,
2794
2809
  fn: v((I) => [
2795
- O(V.$slots, g, pe(Ve(I)), void 0, !0)
2810
+ O(V.$slots, g, de(ge(I)), void 0, !0)
2796
2811
  ])
2797
2812
  }))
2798
2813
  ]), 1032, ["modelValue"])) : y("", !0),
@@ -2834,7 +2849,7 @@ const ge = J(!1), Le = J((...u) => null), yt = J(), Za = (u) => (De("data-v-21ee
2834
2849
  fn: v(() => [
2835
2850
  x((t(), $(Z, {
2836
2851
  icon: "funnel",
2837
- onClick: T[4] || (T[4] = (g) => ge.value = !0)
2852
+ onClick: T[4] || (T[4] = (g) => ke.value = !0)
2838
2853
  }, {
2839
2854
  default: v(() => [
2840
2855
  W(k(e(L)("filters", { capitalize: !0 })), 1)
@@ -2891,7 +2906,7 @@ const ge = J(!1), Le = J((...u) => null), yt = J(), Za = (u) => (De("data-v-21ee
2891
2906
  key: 1,
2892
2907
  variant: "alt",
2893
2908
  icon: "funnel",
2894
- onClick: T[6] || (T[6] = (g) => ge.value = !0)
2909
+ onClick: T[6] || (T[6] = (g) => ke.value = !0)
2895
2910
  }, {
2896
2911
  default: v(() => [
2897
2912
  tl,
@@ -2920,7 +2935,7 @@ const ge = J(!1), Le = J((...u) => null), yt = J(), Za = (u) => (De("data-v-21ee
2920
2935
  ])) : y("", !0),
2921
2936
  x((t(), s("div", null, [
2922
2937
  e(o).itemsCount === 0 && !e(o).loading.getAll && S.value && (e(B) || V.$slots.empty) ? (t(), s("div", nl, [
2923
- e(B) ? (t(), $(he(e(B)), pe(Q({ key: 0 }, {
2938
+ e(B) ? (t(), $(he(e(B)), de(Q({ key: 0 }, {
2924
2939
  collection: e(o).$id
2925
2940
  })), {
2926
2941
  default: v(() => [
@@ -2938,10 +2953,10 @@ const ge = J(!1), Le = J((...u) => null), yt = J(), Za = (u) => (De("data-v-21ee
2938
2953
  })) : y("", !0)
2939
2954
  ]),
2940
2955
  _: 1
2941
- }, 16)) : O(V.$slots, "empty", pe(Q({ key: 1 }, {
2956
+ }, 16)) : O(V.$slots, "empty", de(Q({ key: 1 }, {
2942
2957
  collection: e(o).$id
2943
2958
  })), void 0, !0)
2944
- ])) : V.$slots.component ? O(V.$slots, "component", pe(Q({ key: 1 }, {
2959
+ ])) : V.$slots.component ? O(V.$slots, "component", de(Q({ key: 1 }, {
2945
2960
  store: e(o)
2946
2961
  })), void 0, !0) : (t(), $(he(e(Ja)(((f = V.layout) == null ? void 0 : f.name) || e(o).$currentLayout)), Q({ key: 2 }, {
2947
2962
  individualActions: w.value,
@@ -2953,7 +2968,7 @@ const ge = J(!1), Le = J((...u) => null), yt = J(), Za = (u) => (De("data-v-21ee
2953
2968
  D(Object.keys(V.$slots).filter((g) => g.startsWith("row-")), (g) => ({
2954
2969
  name: g,
2955
2970
  fn: v((I) => [
2956
- O(V.$slots, g, pe(Ve(I)), void 0, !0)
2971
+ O(V.$slots, g, de(ge(I)), void 0, !0)
2957
2972
  ])
2958
2973
  })),
2959
2974
  V.$slots.tfoot ? {
@@ -3116,7 +3131,7 @@ const dl = /* @__PURE__ */ K(cl, [["__scopeId", "data-v-21bbe178"]]), pl = ["inn
3116
3131
  ]),
3117
3132
  _: 1
3118
3133
  }, 16, ["modelValue"]),
3119
- e(r).prompt.visible ? (t(), $(il, pe(Q({ key: 0 }, e(r).prompt)), {
3134
+ e(r).prompt.visible ? (t(), $(il, de(Q({ key: 0 }, e(r).prompt)), {
3120
3135
  default: v(() => [
3121
3136
  W(k(e(r).prompt.body), 1)
3122
3137
  ]),
@@ -3208,9 +3223,10 @@ const Dl = /* @__PURE__ */ K(vl, [["render", hl], ["__scopeId", "data-v-3cfef7fb
3208
3223
  ], 10, kl))), 128))
3209
3224
  ])) : (t(), s("div", Vl, [
3210
3225
  F(Ce, null, ce({
3211
- default: v(() => [
3226
+ default: v(({ visible: p }) => [
3212
3227
  x((t(), $(Z, {
3213
3228
  "icon-right": "",
3229
+ active: p,
3214
3230
  icon: "caret-down",
3215
3231
  style: { "--icon-color": "var(--theme-brand-color-shade-1)" },
3216
3232
  class: "tabs__context-menu-icon"
@@ -3218,8 +3234,8 @@ const Dl = /* @__PURE__ */ K(vl, [["render", hl], ["__scopeId", "data-v-3cfef7fb
3218
3234
  default: v(() => [
3219
3235
  O(_.$slots, i.value, {}, void 0, !0)
3220
3236
  ]),
3221
- _: 3
3222
- })), [
3237
+ _: 2
3238
+ }, 1032, ["active"])), [
3223
3239
  [h]
3224
3240
  ])
3225
3241
  ]),
@@ -3241,7 +3257,7 @@ const Dl = /* @__PURE__ */ K(vl, [["render", hl], ["__scopeId", "data-v-3cfef7fb
3241
3257
  };
3242
3258
  }
3243
3259
  });
3244
- const Il = /* @__PURE__ */ K(Ol, [["__scopeId", "data-v-bbc959bb"]]), Al = E({
3260
+ const Il = /* @__PURE__ */ K(Ol, [["__scopeId", "data-v-a20914ab"]]), Al = E({
3245
3261
  props: {
3246
3262
  initialValue: String,
3247
3263
  promise: Promise
@@ -3334,7 +3350,7 @@ const Tl = /* @__PURE__ */ K(Sl, [["__scopeId", "data-v-85c3b087"]]), jl = /* @_
3334
3350
  }, {
3335
3351
  after: v(() => [
3336
3352
  C("div", null, k(n.value || "Senhas conferem"), 1),
3337
- O(a.$slots, "default", pe(Ve({ passwordError: n.value })))
3353
+ O(a.$slots, "default", de(ge({ passwordError: n.value })))
3338
3354
  ]),
3339
3355
  _: 3
3340
3356
  }, 8, ["model-value"]));
@@ -3357,7 +3373,7 @@ const Tl = /* @__PURE__ */ K(Sl, [["__scopeId", "data-v-85c3b087"]]), jl = /* @_
3357
3373
  {
3358
3374
  path: "signin",
3359
3375
  name: "/user/signin",
3360
- component: () => import("./signin-1c13c187.js"),
3376
+ component: () => import("./signin-1c63bf10.js"),
3361
3377
  meta: {
3362
3378
  title: "Autenticação"
3363
3379
  }
@@ -3365,7 +3381,7 @@ const Tl = /* @__PURE__ */ K(Sl, [["__scopeId", "data-v-85c3b087"]]), jl = /* @_
3365
3381
  {
3366
3382
  path: "signup",
3367
3383
  name: "/user/signup",
3368
- component: () => import("./signup-88cb845a.js"),
3384
+ component: () => import("./signup-f04a94e8.js"),
3369
3385
  meta: {
3370
3386
  title: "Registro"
3371
3387
  }
@@ -3373,7 +3389,7 @@ const Tl = /* @__PURE__ */ K(Sl, [["__scopeId", "data-v-85c3b087"]]), jl = /* @_
3373
3389
  {
3374
3390
  path: "activation",
3375
3391
  name: "/user/activation",
3376
- component: () => import("./activation-e4385201.js"),
3392
+ component: () => import("./activation-bf41e363.js"),
3377
3393
  meta: {
3378
3394
  title: "Ativação"
3379
3395
  }
@@ -3395,7 +3411,7 @@ const Tl = /* @__PURE__ */ K(Sl, [["__scopeId", "data-v-85c3b087"]]), jl = /* @_
3395
3411
  name: "/dashboard/crud",
3396
3412
  props: !0,
3397
3413
  components: {
3398
- default: () => import("./index-f44785a1.js"),
3414
+ default: () => import("./index-1e34d8bf.js"),
3399
3415
  topbar: () => Promise.resolve().then(() => jl)
3400
3416
  },
3401
3417
  meta: {
@@ -3407,7 +3423,7 @@ const Tl = /* @__PURE__ */ K(Sl, [["__scopeId", "data-v-85c3b087"]]), jl = /* @_
3407
3423
  name: "/dashboard/crud/:id",
3408
3424
  props: !0,
3409
3425
  components: {
3410
- default: () => import("./_id_-fe065dc0.js")
3426
+ default: () => import("./_id_-5a31d8c9.js")
3411
3427
  },
3412
3428
  meta: {
3413
3429
  title: "%viewTitle%"
@@ -3425,7 +3441,7 @@ const Tl = /* @__PURE__ */ K(Sl, [["__scopeId", "data-v-85c3b087"]]), jl = /* @_
3425
3441
  children: [
3426
3442
  {
3427
3443
  path: "profile",
3428
- component: () => import("./index-a64e672c.js"),
3444
+ component: () => import("./index-9fb126a5.js"),
3429
3445
  meta: {
3430
3446
  title: "Meu perfil",
3431
3447
  icon: "user-square"
@@ -3434,7 +3450,7 @@ const Tl = /* @__PURE__ */ K(Sl, [["__scopeId", "data-v-85c3b087"]]), jl = /* @_
3434
3450
  {
3435
3451
  path: "changepass",
3436
3452
  name: "/dashboard/user/changepass",
3437
- component: () => import("./index-afccd6d2.js"),
3453
+ component: () => import("./index-0dcd2a5b.js"),
3438
3454
  meta: {
3439
3455
  title: "Mudar senha",
3440
3456
  icon: "lock"
@@ -2,7 +2,7 @@ import { defineComponent as c, ref as u, openBlock as m, createBlock as _, 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 n } from "@aeria-ui/state-management";
5
- import { h as V, _ as k, a as y } from "./index-0482fc52.js";
5
+ import { h as V, _ as k, a as y } from "./index-0161d7bb.js";
6
6
  import "@aeria-ui/core";
7
7
  import "@aeriajs/common";
8
8
  const D = /* @__PURE__ */ c({
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as e, openBlock as t, createBlock as r, createSlots as n, withCtx as c, renderSlot as i, createCommentVNode as l } from "vue";
2
- import { d as m } from "./index-0482fc52.js";
2
+ import { d as m } from "./index-0161d7bb.js";
3
3
  import "@aeria-ui/i18n";
4
4
  import "@aeria-ui/core";
5
5
  import "@aeriajs/common";
@@ -2,7 +2,7 @@ import { defineComponent as S, ref as b, resolveDirective as h, openBlock as u,
2
2
  import { useRouter as P } from "vue-router";
3
3
  import { useStore as g } from "@aeria-ui/state-management";
4
4
  import { STORAGE_NAMESPACE as v } from "@aeria-ui/core";
5
- import { f as z, g as E, b as f, h as I, a as O, A as B, i as U } from "./index-0482fc52.js";
5
+ import { f as z, g as E, b as f, h as I, a as O, A as B, i as U } from "./index-0161d7bb.js";
6
6
  import "@aeria-ui/i18n";
7
7
  import "@aeriajs/common";
8
8
  const x = { class: "profile__user-name" }, D = /* @__PURE__ */ S({
@@ -2,7 +2,7 @@ import { defineComponent as V, resolveDirective as v, openBlock as i, createElem
2
2
  import { STORAGE_NAMESPACE as C } from "@aeria-ui/core";
3
3
  import { useStore as y } from "@aeria-ui/state-management";
4
4
  import { useRouter as S } from "vue-router";
5
- import { A, a as _ } from "./index-0482fc52.js";
5
+ import { A, a as _ } from "./index-0161d7bb.js";
6
6
  import "@aeria-ui/i18n";
7
7
  import "@aeriajs/common";
8
8
  const E = { style: { "text-align": "center" } }, N = ["innerHTML"], x = { key: 1 }, B = { style: { width: "100%", display: "flex", "flex-direction": "column", gap: "1rem" } }, H = /* @__PURE__ */ V({
@@ -1,7 +1,7 @@
1
1
  import { defineComponent as h, withAsyncContext as A, ref as p, resolveDirective as C, openBlock as b, createElementBlock as $, Fragment as x, createElementVNode as c, toDisplayString as i, withDirectives as B, createBlock as S, unref as g, withCtx as r, createTextVNode as m, createVNode as n, mergeProps as U, withModifiers as D } from "vue";
2
2
  import { useRouter as E } from "vue-router";
3
3
  import { useStore as V } from "@aeria-ui/state-management";
4
- import { b as M, A as N, _ as F, c as P, a as j } from "./index-0482fc52.js";
4
+ import { b as M, A as N, _ as F, c as P, a as j } from "./index-0161d7bb.js";
5
5
  import "@aeria-ui/i18n";
6
6
  import "@aeria-ui/core";
7
7
  import "@aeriajs/common";
package/dist/style.css CHANGED
@@ -1 +1 @@
1
- .accordion[data-v-3ea933d4]{overflow:hidden;border:var(--theme-frame-border);border-radius:var(--theme-radius-large);background:var(--theme-background-color-shade-4);color:var(--theme-foreground-color)}.accordion__slot[data-v-3ea933d4]:not(:last-child){border-bottom:1px solid var(--theme-border-color)}.accordion__header[data-v-3ea933d4]{padding:1rem;background:var(--theme-background-color-shade-2)}.accordion--padded .accordion__content[data-v-3ea933d4]{padding:1rem}.badge[data-v-47f92648]{display:grid;min-width:1rem;height:1rem;box-sizing:content-box;padding:.2rem .35rem;border-radius:20px;background:var(--theme-brand-color-shade-3);color:var(--theme-brand-color-contrast);font-size:8.5pt;font-weight:500;place-items:center}.badge--alt[data-v-47f92648]{background:var(--theme-brand-color-shade-2)}.badge--large[data-v-47f92648]{padding:.35rem .55rem;border-radius:6px}.barebutton[data-v-35bc81ae]{display:flex;border:none;background:transparent;column-gap:.2rem;outline:none;place-items:center;-webkit-user-select:none;user-select:none}.barebutton[data-v-35bc81ae]:active{text-decoration:underline}.barebutton[data-v-35bc81ae]:not(.button){padding:0}@media screen and (width >= 600px){.barebutton--enabled[data-v-35bc81ae]{cursor:pointer}}.barebutton--disabled[data-v-35bc81ae]{cursor:not-allowed;opacity:.5}.icon[data-v-4b763bd3]{display:flex;align-items:center;fill:var(--icon-color, var(--theme-foreground-color));line-height:100%}.icon svg[data-v-4b763bd3]{width:100%;height:100%}.icon--reactive[data-v-4b763bd3]{padding:8px;border:1px solid transparent;border-radius:5px}.icon--reactive[data-v-4b763bd3]:hover{border-color:var(--theme-border-color)}.icon--reactive[data-v-4b763bd3]:active{border-color:var(--theme-brand-color-shade-3)}.icon--centered[data-v-4b763bd3]{align-items:center;gap:calc(var(--icon-size, 1em)/2)}.icon--standalone[data-v-4b763bd3]{--icon-size: 18px}.icon__icon[data-v-4b763bd3]{display:grid;width:var(--icon-size, 1em);height:var(--icon-size, 1em);place-items:center}.icon__icon--right[data-v-4b763bd3]{order:1}.padding[data-v-73b47cf0]{padding:1.4rem}@media screen and (width >= 768px){.padding[data-v-73b47cf0]{padding:1.8rem 2.4rem}}.panel[data-v-73b47cf0]{--min-width: var(--panel-min-width, 36rem);--max-width: var(--panel-max-width, unset);--fixed-width: 50rem}.panel--fixed[data-v-73b47cf0]{position:absolute}.panel__content[data-v-73b47cf0]{display:flex;overflow:hidden;flex-direction:column;padding:0}@media screen and (width >= 768px){.panel__content[data-v-73b47cf0]{min-width:var(--min-width);max-width:var(--max-width)}}.panel__content--outer-header[data-v-73b47cf0]{border:none!important;background:transparent!important}.panel__content--outer-header .panel__body[data-v-73b47cf0],.panel__content--outer-header .panel__footer[data-v-73b47cf0]{border-radius:5px;background:var(--theme-background-color)}.panel__content--bordered[data-v-73b47cf0]{border:1px solid var(--theme-border-color)}.panel__content--floating .panel__header[data-v-73b47cf0],.panel__content--fixed-right .panel__header[data-v-73b47cf0]{box-sizing:content-box;padding:.6rem 1.4rem;border-bottom:var(--theme-frame-border);font-size:14pt;font-weight:600}@media screen and (width >= 768px){.panel__content--floating .panel__header[data-v-73b47cf0],.panel__content--fixed-right .panel__header[data-v-73b47cf0]{padding:.6rem 2.4rem}}.panel__content--fixed-right[data-v-73b47cf0]{animation:var(--theme-animation-fixed-right)}.panel__content--floating[data-v-73b47cf0]{position:fixed;top:50%;min-width:90vw;max-width:90vw;max-height:80vh;border-radius:var(--theme-radius-large);animation:var(--theme-animation-floating);transform:translateY(-50%)}@media screen and (width >= 768px){.panel__content--floating[data-v-73b47cf0]{min-width:var(--min-width);max-width:var(--max-width)}}.panel__content--fixed-right[data-v-73b47cf0]{position:fixed;top:0;right:0;width:100vw;height:100vh;border:0;border-radius:0;overscroll-behavior:contain}@media screen and (width >= 768px){.panel__content--fixed-right[data-v-73b47cf0]{width:var(--fixed-width)}}.panel__content--transparent[data-v-73b47cf0]{border:none!important;background:none!important}@media screen and (width <= 768px){.panel__content--transparent-mobile[data-v-73b47cf0]{border:none!important;background:none!important}.panel__content--transparent-mobile .panel__header[data-v-73b47cf0]{margin-bottom:1rem}}.panel__header[data-v-73b47cf0]{display:flex;min-height:3rem;align-items:center;line-height:100%}.panel__header[data-v-73b47cf0] [data-component=icon]{width:1.2rem}.panel__header[data-v-73b47cf0]:not(.panel__header--outer){background:var(--theme-background-color-shade-4)}.panel__header-left[data-v-73b47cf0]{display:flex;flex:1;align-items:center}.panel__body[data-v-73b47cf0]{display:flex;flex-direction:column;overflow-y:auto;overscroll-behavior:contain;row-gap:1.8rem}.panel__body--padded[data-v-73b47cf0]{padding:1.4rem}@media screen and (width >= 768px){.panel__body--padded[data-v-73b47cf0]{padding:1.8rem 2.4rem}}.panel__footer[data-v-73b47cf0]{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-73b47cf0]{padding:1rem 1.4rem}@media screen and (width >= 768px){.panel__footer--padded[data-v-73b47cf0]{padding:1rem 2.4rem}}.panel__footer--shadowed[data-v-73b47cf0]{z-index:10;box-shadow:0 4px 20px var(--theme-shadow-color)}@keyframes progress-c328251b{0%{width:0}to{width:100%;opacity:0}}.button[data-v-c328251b]{--border-color: var(--button-border-color, var(--theme-border-color));position:relative;border:1px solid transparent;border-radius:var(--theme-radius-medium);color:var(--theme-foreground-color);font-weight:700;letter-spacing:.2pt;outline:none;text-align:center}.button--loading[data-v-c328251b]:before{position:absolute;left:0;display:block;width:2rem;height:100%;animation:progress-c328251b 1s forwards;background:#000;content:" ";opacity:.4}.button--transparent[data-v-c328251b],.button--alt[data-v-c328251b]{font-weight:300}.button--transparent[data-v-c328251b]:hover,.button--alt[data-v-c328251b]:hover{background:var(--theme-background-color-shade-4)}.button--alt[data-v-c328251b] svg,.button--primary[data-v-c328251b] svg{fill:currentcolor}.button--alt[data-v-c328251b]{border:1px solid var(--theme-border-color)}.button--primary[data-v-c328251b]{border-color:var(--theme-brand-color-shade-2);background:var(--theme-brand-color-shade-2);color:var(--theme-brand-color-contrast)}.button--small[data-v-c328251b]{padding:.6rem;font-size:9pt}.button--medium[data-v-c328251b]{height:var(--theme-input-height);padding:var(--theme-input-padding);font-size:10pt}.button--large[data-v-c328251b]{height:var(--theme-input-height-large);padding:var(--theme-input-padding-large);font-size:11pt}.button__content[data-v-c328251b]{display:flex;width:100%;align-items:center;justify-content:center;gap:.4rem}.card[data-v-c1a322df]{position:relative;overflow:hidden;border:var(--theme-frame-border);border-radius:var(--theme-radius-extra-large);background:var(--theme-background-color-shade-2)}.card--inactive[data-v-c1a322df]{opacity:.6}.card--horizontal[data-v-c1a322df]{display:flex}.card--horizontal .card__picture[data-v-c1a322df]{width:18rem;height:12rem}.card--horizontal .card__footer[data-v-c1a322df]{display:flex;flex-direction:column}.card--horizontal .card__badge[data-v-c1a322df]{position:relative;margin:auto 0 0}.card__picture[data-v-c1a322df]{overflow:hidden;width:100%;height:16rem}.card__picture[data-v-c1a322df] figure{height:100%}.card__footer[data-v-c1a322df]{width:100%;height:100%;padding:1rem;border-top:var(--theme-frame-border);background:var(--theme-background-color-shade-3);color:var(--theme-foreground-color)}.card__footer-upper[data-v-c1a322df]{display:flex;align-items:flex-start;justify-content:space-between}.card__badge[data-v-c1a322df]{position:absolute;top:0;right:0;display:flex;flex-wrap:wrap;align-items:flex-end;margin:.8rem;gap:.2rem}.content__body[data-v-66a4ee79]{animation:var(--theme-animation-dropdown)}.content__section[data-v-66a4ee79]:not(:last-child){border-bottom:1px solid var(--theme-border-color)}@media screen and (width >= 600px){.content__section[data-v-66a4ee79]{min-width:12rem}}.content__item[data-v-66a4ee79]{display:flex;width:100%;color:var(--theme-foreground-color);font-weight:400}.content__item[data-v-66a4ee79]>*{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-66a4ee79]>*{justify-content:flex-start;padding:1rem!important}}.content__item--reactive[data-v-66a4ee79]:hover{background:var(--theme-background-color-shade-4)}.content__item[data-v-66a4ee79]:not(:last-child){border-bottom:1px solid var(--theme-border-color)}.contextmenu__trigger[data-v-66a4ee79]{display:flex;justify-content:flex-start}.content[data-v-66a4ee79] .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-66a4ee79] .panel__content{top:0;left:0;transform:translate(min(var(--0cfe51de),calc(100vw - 100%))) translateY(min(var(--0cfe51df),calc(100vh - 100%)))!important;width:auto}}.info[data-v-7e2a5440]{position:relative;display:inline-flex;--height: 2rem;--vertical-offset: calc(var(--height) + .4rem)}.info__content[data-v-7e2a5440]{height:var(--height);padding:.5rem 1rem;border-radius:5px;background:#000;color:#fff;font-size:10pt;white-space:nowrap}.info__bubble[data-v-7e2a5440]{position:absolute;z-index:20;overflow:hidden;border-radius:0 5rem 5rem 0!important}.info__bubble--top[data-v-7e2a5440]{top:calc(var(--vertical-offset) * -1);left:50%;transform:translate(-50%)}.info__bubble--topleft[data-v-7e2a5440]{top:calc(var(--vertical-offset) * -1);right:100%}.info__bubble--left[data-v-7e2a5440]{top:50%;right:100%;transform:translateY(-50%)}.info__bubble--bottom[data-v-7e2a5440]{bottom:calc(var(--vertical-offset) * -1);left:50%;transform:translate(-50%)}.info__bubble--right[data-v-7e2a5440]{top:50%;left:80%;transform:translateY(-50%)}.focus .input__container[data-v-28a4ba0c]{border:1px solid var(--theme-brand-color)}.focus .input__icon[data-v-28a4ba0c] [data-component=icon]{fill:var(--theme-brand-color)}.input:focus-within .input__container[data-v-28a4ba0c],.textarea:focus-within .input__container[data-v-28a4ba0c]{border:1px solid var(--theme-brand-color)}.input:focus-within .input__icon[data-v-28a4ba0c] [data-component=icon],.textarea:focus-within .input__icon[data-v-28a4ba0c] [data-component=icon]{fill:var(--theme-brand-color)}.input[data-v-28a4ba0c]{--background-color: var(--input-background-color, var(--theme-background-color-shade-3))}.input__container[data-v-28a4ba0c]{position:relative;display:flex;border:1px solid var(--background-color)}.input__container>.input__input[data-v-28a4ba0c],.input__container>.input__textarea[data-v-28a4ba0c]{background:var(--background-color)}.input__container--light[data-v-28a4ba0c]{border-bottom:1px solid #dedede}.input__input[data-v-28a4ba0c],.input__textarea[data-v-28a4ba0c]{font-family:unset}.input__input[data-v-28a4ba0c]{width:100%;height:var(--theme-input-height);outline:none}.input__input--normal[data-v-28a4ba0c],.input__input--bold[data-v-28a4ba0c]{border-radius:var(--theme-radius-medium);background:var(--background-color);color:var(--theme-foreground-color)}.input__input--normal[data-v-28a4ba0c]{padding:var(--theme-input-padding);font-size:11pt}.input__input--bold[data-v-28a4ba0c]{height:var(--theme-input-height-large);padding:var(--theme-input-padding-large);font-size:12.5pt}.input__input--light[data-v-28a4ba0c]{padding:.6rem;background:transparent}.input__input--icon[data-v-28a4ba0c]{padding-left:2.6em!important}.input__input--readOnly[data-v-28a4ba0c]{background:#eee}.input__textarea[data-v-28a4ba0c]{display:block;width:100%;height:8em;outline:none}.input__icon[data-v-28a4ba0c]{position:absolute;top:50%;left:.6em;width:1.1em;transform:translateY(-50%)}.input__icon[data-v-28a4ba0c] [data-component=icon]{fill:#bbb}.input__icon--bold[data-v-28a4ba0c] [data-component=icon]{width:1.2rem;height:1.2rem}.input__clipboard[data-v-28a4ba0c]{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-c8f00a1a]{--foreground-color: var(--select-foreground-color, var(--theme-foreground-color));--background-color: var(--select-background-color, var(--theme-background-color-shade-3));--border-color: var(--select-border, var(--theme-frame-border, transparent));display:flex;width:100%;height:var(--theme-input-height);align-items:center;padding:var(--theme-input-padding);border:1px solid var(--border-color);border-radius:var(--theme-radius-medium);background:var(--background-color);color:var(--foreground-color);font-family:unset;line-height:1.5rem}.select[data-v-c8f00a1a]:focus{outline:none}.select[data-v-c8f00a1a] option{height:100%;background:var(--background-color)}.select--outline[data-v-c8f00a1a]:focus-within{border-color:var(--theme-brand-color)}.select--multiple[data-v-c8f00a1a]{padding:0}.select--multiple[data-v-c8f00a1a] option{height:var(--theme-input-height);padding:var(--theme-input-padding)}.select--multiple[data-v-c8f00a1a] option[data-selected=true]{background:var(--theme-brand-color);color:var(--theme-brand-color-contrast)}.pagination[data-v-41aa1ffc]{display:flex;box-sizing:content-box;column-gap:2rem}@media screen and (width <= 600px){.pagination[data-v-41aa1ffc]{display:none}}.pagination__control[data-v-41aa1ffc]{display:flex;align-items:center}.pagination__page-input[data-v-41aa1ffc]{display:flex;align-items:center;gap:.6rem}.pagination__page-input[data-v-41aa1ffc] [data-component=input]{width:2.8rem}.checkbox[data-v-b9da4354]{display:flex;align-items:center;-webkit-user-select:none;user-select:none}.checkbox__input[data-v-b9da4354]{width:1rem;height:1rem}.checkbox__input[data-v-b9da4354]:hover{background:red}.checkbox__text[data-v-b9da4354]{display:grid;width:100%;padding:0 .6rem}.options[data-v-4aed0c5c]{display:grid;border:1px solid var(--theme-border-color);border-width:1px 1px 1px 0;border-radius:5px}.options__checkbox[data-v-4aed0c5c]{padding:.8rem;border-left:1px solid var(--theme-border-color)}.options__checkbox[data-v-4aed0c5c]:not(:last-child){border-bottom:1px solid var(--theme-border-color)}.switch-wrapper[data-v-0e3564b6]{display:flex;align-items:center;column-gap:.6rem}.switch[data-v-0e3564b6]{display:flex;overflow:hidden;width:3rem;justify-content:flex-end;padding:4px;border-radius:1rem;background:#ddd;transition:background .4s}.switch--active[data-v-0e3564b6]{background:var(--theme-brand-color-shade-3)}.switch--readOnly[data-v-0e3564b6]{opacity:.6}.switch__slider[data-v-0e3564b6]{width:1rem;height:1rem;border-radius:50%;background:#fff}.switch__dummy[data-v-0e3564b6]{flex:0;transition:flex .35s}.switch__dummy--flex[data-v-0e3564b6]{flex:1}.picture[data-v-153a2e0f]{margin:0}.picture__image--bordered[data-v-153a2e0f]{border:1px solid var(--theme-border-color)}.picture__image--expandable[data-v-153a2e0f]{cursor:pointer}.picture__background[data-v-153a2e0f]{width:100%;height:100%}.picture__background[data-v-153a2e0f]>*{stroke:var(--theme-border-color)}.picture__meta[data-v-153a2e0f]{font-size:11pt}.picture>figcaption[data-v-153a2e0f]{margin-top:.4rem;color:var(--theme-foreground-color)}.file[data-v-e6cdde77]{display:flex;width:min-content;flex-direction:column;row-gap:.8rem}.file__image[data-v-e6cdde77]{overflow:hidden;width:20rem;height:20rem;border-radius:5px}.file__image--unsent[data-v-e6cdde77]{opacity:.6}.file__actions[data-v-e6cdde77]{display:flex;overflow:hidden;align-items:center;padding:1rem;border:var(--theme-frame-border);border-radius:var(--theme-radius-medium);background:var(--theme-background-color-shade-2);color:#000;column-gap:1rem}.file__buttons[data-v-e6cdde77]{display:flex;column-gap:.4rem}.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-5e6ec702]{display:flex;min-height:2.8rem;align-items:center;padding:.6rem;color:var(--theme-foreground-color)}.item--selected[data-v-5e6ec702]{background:var(--theme-brand-color-shade-1);color:var(--theme-brand-color-contrast)}.item__values[data-v-5e6ec702]{display:flex;flex-direction:column;margin-right:auto;row-gap:.4rem}.item__value[data-v-5e6ec702]{display:flex;font-size:10pt}.item__value[data-v-5e6ec702]:not(:first-child){font-size:8pt}.search[data-v-15bbe202],.search__panel[data-v-15bbe202]{display:flex;flex-direction:column}.search__input[data-v-15bbe202]{display:flex;align-items:stretch;margin-bottom:.8rem;gap:.8rem}.search__summary[data-v-15bbe202]{font-size:11pt}.form[data-v-2b4560f7]{display:flex;flex-direction:column}.form__footer[data-v-2b4560f7]{display:flex;align-items:center;margin-top:-1rem;column-gap:.6rem}.form__fieldset[data-v-2b4560f7]{display:grid;width:100%;align-items:flex-start;padding:0;border:none;margin:0;gap:1rem;grid-template-columns:repeat(6,1fr)}.form__field-label[data-v-2b4560f7]{font-size:10.2pt;line-height:1.6rem}.form__field-label--section[data-v-2b4560f7]{font-size:12pt;font-weight:500}.form__field-hint[data-v-2b4560f7]{font-size:.9rem}.form__field-required-hint[data-v-2b4560f7]:after{margin-left:.35rem;color:#e22;content:"*"}.form__search-grid[data-v-2b4560f7]{display:grid;gap:2rem}.form__validation-error[data-v-2b4560f7]{padding:.4rem 0;color:red;font-size:.9rem}.form__array[data-v-2b4560f7]{display:flex;flex-direction:column-reverse;gap:.6rem}.form__array-item[data-v-2b4560f7]{display:flex;align-items:center;gap:.6rem}.cell-padding[data-v-2a6c7067]{padding:10px .8rem}.table[data-v-2a6c7067]{width:100%;border-radius:var(--theme-radius-large);border-spacing:0}@media screen and (width >= 768px){.table[data-v-2a6c7067]{overflow:hidden;border:var(--theme-frame-border)}}.table[data-v-2a6c7067] thead>tr{display:none}@media print{.table[data-v-2a6c7067] thead>tr{display:table-row}}@media screen and (width >= 768px){.table[data-v-2a6c7067] thead>tr{display:table-row;height:3rem;background:var(--theme-background-color-shade-4);text-align:left}}.table[data-v-2a6c7067] thead>tr>th{padding:10px .8rem;font-weight:400}.table[data-v-2a6c7067] tbody>tr,.table[data-v-2a6c7067] tfoot>tr{height:3rem;border:var(--theme-frame-border);background:var(--theme-background-color-shade-2)}@media screen and (width >= 768px){.table[data-v-2a6c7067] tbody>tr,.table[data-v-2a6c7067] tfoot>tr{border:0}.table[data-v-2a6c7067] tbody>tr:hover,.table[data-v-2a6c7067] tfoot>tr:hover{background:var(--theme-background-color-shade-2)}}@media screen and (width <= 768px){.table[data-v-2a6c7067] tbody>tr,.table[data-v-2a6c7067] tfoot>tr{display:flex;overflow:hidden;height:auto;flex-direction:column;border-radius:var(--theme-radius-large)}.table[data-v-2a6c7067] tbody>tr:not(:last-child),.table[data-v-2a6c7067] tfoot>tr:not(:last-child){margin-bottom:1rem}}@media screen and (width >= 768px){.table[data-v-2a6c7067] tbody>tr:not(:last-child)>td,.table[data-v-2a6c7067] tfoot>tr:not(:last-child)>td{border-bottom:1px solid var(--theme-border-color)}}.table[data-v-2a6c7067] tbody>tr>td,.table[data-v-2a6c7067] tfoot>tr>td{padding:10px .8rem;font-size:9.5pt}@media screen and (width >= 768px){.table[data-v-2a6c7067] tfoot>tr>td{border-top:1px solid var(--theme-border-color)}}@media screen and (width <= 768px){.table__cell-grid[data-v-2a6c7067]{display:flex;flex-direction:column}}.table__cell-mobile-label[data-v-2a6c7067]{display:none;font-weight:500}@media screen and (width <= 768px){.table__cell-mobile-label[data-v-2a6c7067]{display:inherit}}.table__cell-actions[data-v-2a6c7067]{display:flex;align-items:center;justify-content:flex-end;margin-left:auto;column-gap:.8rem}.table__cell-subvalue[data-v-2a6c7067]{font-weight:300}.table__mobile-actions[data-v-2a6c7067]{position:relative;padding:0!important;background:var(--theme-background-color-shade-4)}.table__mobile-actions-grid[data-v-2a6c7067]{display:grid}.table__mobile-actions-button[data-v-2a6c7067]{display:grid;width:100%;height:3.2rem;place-items:center}.table__mobile-actions-button[data-v-2a6c7067]:not(last-child){border-right:1px solid var(--theme-border-color)}.table__picture[data-v-2a6c7067]{overflow:hidden;width:2rem;height:2rem;border:1px solid var(--theme-border-color);border-radius:var(--theme-radius-large)}.table__empty[data-v-2a6c7067]{display:grid;padding:1.6rem 0;place-items:center}.grid[data-v-438c4aed]{display:grid;gap:1rem}@media screen and (width >= 600px){.grid[data-v-438c4aed]:not(.grid--list){gap:1.6rem;grid-template-columns:repeat(2,1fr)}}@media screen and (width >= 1200px){.grid[data-v-438c4aed]:not(.grid--list){grid-template-columns:repeat(3,1fr)}}@media screen and (width >= 1400px){.grid[data-v-438c4aed]:not(.grid--list){grid-template-columns:repeat(4,1fr)}}.card__upper[data-v-113dd7db]{display:flex;align-items:center}.card__information[data-v-113dd7db]{margin-top:.5rem;font-size:9.5pt;opacity:.6}.crud__controls[data-v-21eeb8fd]{display:flex;flex-wrap:wrap;align-items:stretch;justify-content:flex-end;gap:1rem}.crud__search[data-v-21eeb8fd]{min-width:90vw;flex:1;order:1}.crud__search[data-v-21eeb8fd] .input__container{height:100%}@media screen and (width >= 600px){.crud__search[data-v-21eeb8fd]{min-width:auto;order:0}}.crud__actions[data-v-21eeb8fd]{display:flex;align-items:stretch;gap:.5rem}.crud__pagination[data-v-21eeb8fd]{display:flex;align-items:center;justify-content:flex-end}.crud__context-badge[data-v-21eeb8fd]{display:flex;justify-content:flex-end}.prompt[data-v-5443f297]{max-width:32rem}.prompt__actions[data-v-5443f297]{display:grid;width:100%;height:4rem}.prompt__action[data-v-5443f297]{display:grid;place-items:center}.prompt__action[data-v-5443f297]:not(:last-child){border-right:1px solid var(--theme-border-color)}.prompt__action--primary[data-v-5443f297]{color:var(--theme-blueish)}.prompt__action--danger[data-v-5443f297]{color:var(--theme-redish)}@keyframes blink-21bbe178{0%{opacity:1}to{opacity:.4}}.toast[data-v-21bbe178]{z-index:70;display:flex;width:90vw;padding:1rem;border:1px solid var(--theme-border-color);border-radius:5px;animation:blink-21bbe178 .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-21bbe178]{width:24rem}}.toast[data-v-21bbe178]:hover{animation-play-state:paused}.toast--animate[data-v-21bbe178]{animation-play-state:running}.toast__content[data-v-21bbe178]{display:flex;flex-direction:column;gap:.6rem}.toast__time[data-v-21bbe178]{font-size:10pt;opacity:.8}.main[data-v-1166be3d]{display:flex;min-height:100vh;flex-direction:column}.main__toasts[data-v-1166be3d]{position:fixed;z-index:20;right:1.6rem;bottom:1.6rem;display:flex;flex-direction:column;row-gap:.6rem}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}html{overflow:hidden scroll;scroll-behavior:smooth}html,body{padding:0;margin:0}body{font-size:15px}*::-webkit-scrollbar{width:0}a:link,a:visited,a:hover,a:active{color:inherit;text-decoration:none}input[type=number]{-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}@media print{.no-print{display:none!important}}.aeria-surface{background:var(--theme-background-color);color:var(--theme-foreground-color)}.aeria-surface-alt{background:var(--theme-background-color-shade-2);color:var(--theme-foreground-color)}.aeria-body{background:var(--theme-body-background)}.aeria-branded-text{color:var(--theme-brand-color)}.aeria-redish{color:var(--theme-redish);fill:var(--theme-redish)}.aeria-blueish{color:var(--theme-blueish);fill:var(--theme-blueish)}.loading div{border:4px solid var(--theme-brand-color)!important}@keyframes lds-ripple{0%{top:36px;left:36px;width:0;height:0;opacity:0}5%{opacity:1}to{top:0;left:0;width:72px;height:72px;opacity:0}}.loading{position:relative;display:inline-block;width:80px;height:80px}.loading div{position:absolute;border:4px solid #fff;border-radius:50%;animation:lds-ripple 1s cubic-bezier(0,.2,.8,1) infinite;opacity:1}.loading div:nth-child(2){animation-delay:-.5s}.menu[data-v-3cfef7fb]{min-width:90vw;align-self:center;padding:0;border:1px solid var(--theme-border-color);border-radius:var(--theme-radius-large);background:var(--theme-background-color-shade-2);color:var(--theme-foreground-color)}@media screen and (width >= 600px){.menu[data-v-3cfef7fb]{min-width:22rem}}.menu__entry[data-v-3cfef7fb]{padding:1rem;font-size:11pt}.menu__entry[data-v-3cfef7fb]:not(:last-child){border-bottom:1px solid var(--theme-border-color)}.tabs__horizontal[data-v-bbc959bb]{display:flex;gap:1.2rem}.tabs__tab[data-v-bbc959bb]{display:flex;align-items:center;cursor:pointer;gap:.2rem}.tabs__tab--current[data-v-bbc959bb]{font-weight:600}@media screen and (width >= 600px){.tabs__tab--info[data-v-bbc959bb]{margin-right:.6rem;font-size:12pt;font-weight:500}}.tabs__context-menu-icon[data-v-bbc959bb]{color:var(--theme-brand-color);font-weight:600}.tabs__context-menu-icon[data-v-bbc959bb]:first-child{gap:0}.topbar__preset[data-v-85c3b087]{display:flex;width:100%;align-items:center;justify-content:center;gap:.4rem}@media screen and (width >= 600px){.topbar__preset[data-v-85c3b087]{justify-content:flex-start}}.profile__user-name[data-v-357c9b3a]{font-size:18pt;font-weight:600}.profile__menu[data-v-357c9b3a]{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-357c9b3a]>*{padding:1.4rem}.profile__menu[data-v-357c9b3a]>*:not(:last-child){border-bottom:1px solid var(--theme-border-color)}
1
+ .accordion[data-v-3ea933d4]{overflow:hidden;border:var(--theme-frame-border);border-radius:var(--theme-radius-large);background:var(--theme-background-color-shade-4);color:var(--theme-foreground-color)}.accordion__slot[data-v-3ea933d4]:not(:last-child){border-bottom:1px solid var(--theme-border-color)}.accordion__header[data-v-3ea933d4]{padding:1rem;background:var(--theme-background-color-shade-2)}.accordion--padded .accordion__content[data-v-3ea933d4]{padding:1rem}.badge[data-v-47f92648]{display:grid;min-width:1rem;height:1rem;box-sizing:content-box;padding:.2rem .35rem;border-radius:20px;background:var(--theme-brand-color-shade-3);color:var(--theme-brand-color-contrast);font-size:8.5pt;font-weight:500;place-items:center}.badge--alt[data-v-47f92648]{background:var(--theme-brand-color-shade-2)}.badge--large[data-v-47f92648]{padding:.35rem .55rem;border-radius:6px}.barebutton[data-v-35bc81ae]{display:flex;border:none;background:transparent;column-gap:.2rem;outline:none;place-items:center;-webkit-user-select:none;user-select:none}.barebutton[data-v-35bc81ae]:active{text-decoration:underline}.barebutton[data-v-35bc81ae]:not(.button){padding:0}@media screen and (width >= 600px){.barebutton--enabled[data-v-35bc81ae]{cursor:pointer}}.barebutton--disabled[data-v-35bc81ae]{cursor:not-allowed;opacity:.5}.icon-active[data-v-0826507c]{border-color:var(--theme-brand-color)!important}.icon[data-v-0826507c]{display:flex;align-items:center;fill:var(--icon-color, var(--theme-foreground-color));line-height:100%}.icon svg[data-v-0826507c]{width:100%;height:100%}.icon--reactive[data-v-0826507c]{padding:8px;border:1px solid transparent;border-radius:5px}.icon--reactive[data-v-0826507c]:hover{border-color:var(--theme-border-color)}.icon--reactive[data-v-0826507c]:active,.icon--reactive .icon--active[data-v-0826507c],.icon--active[data-v-0826507c]{border-color:var(--theme-brand-color)!important}.icon--centered[data-v-0826507c]{align-items:center;gap:calc(var(--icon-size, 1em)/2)}.icon--standalone[data-v-0826507c]{--icon-size: 18px}.icon__icon[data-v-0826507c]{display:grid;width:var(--icon-size, 1em);height:var(--icon-size, 1em);place-items:center}.icon__icon--right[data-v-0826507c]{order:1}.padding[data-v-73b47cf0]{padding:1.4rem}@media screen and (width >= 768px){.padding[data-v-73b47cf0]{padding:1.8rem 2.4rem}}.panel[data-v-73b47cf0]{--min-width: var(--panel-min-width, 36rem);--max-width: var(--panel-max-width, unset);--fixed-width: 50rem}.panel--fixed[data-v-73b47cf0]{position:absolute}.panel__content[data-v-73b47cf0]{display:flex;overflow:hidden;flex-direction:column;padding:0}@media screen and (width >= 768px){.panel__content[data-v-73b47cf0]{min-width:var(--min-width);max-width:var(--max-width)}}.panel__content--outer-header[data-v-73b47cf0]{border:none!important;background:transparent!important}.panel__content--outer-header .panel__body[data-v-73b47cf0],.panel__content--outer-header .panel__footer[data-v-73b47cf0]{border-radius:5px;background:var(--theme-background-color)}.panel__content--bordered[data-v-73b47cf0]{border:1px solid var(--theme-border-color)}.panel__content--floating .panel__header[data-v-73b47cf0],.panel__content--fixed-right .panel__header[data-v-73b47cf0]{box-sizing:content-box;padding:.6rem 1.4rem;border-bottom:var(--theme-frame-border);font-size:14pt;font-weight:600}@media screen and (width >= 768px){.panel__content--floating .panel__header[data-v-73b47cf0],.panel__content--fixed-right .panel__header[data-v-73b47cf0]{padding:.6rem 2.4rem}}.panel__content--fixed-right[data-v-73b47cf0]{animation:var(--theme-animation-fixed-right)}.panel__content--floating[data-v-73b47cf0]{position:fixed;top:50%;min-width:90vw;max-width:90vw;max-height:80vh;border-radius:var(--theme-radius-large);animation:var(--theme-animation-floating);transform:translateY(-50%)}@media screen and (width >= 768px){.panel__content--floating[data-v-73b47cf0]{min-width:var(--min-width);max-width:var(--max-width)}}.panel__content--fixed-right[data-v-73b47cf0]{position:fixed;top:0;right:0;width:100vw;height:100vh;border:0;border-radius:0;overscroll-behavior:contain}@media screen and (width >= 768px){.panel__content--fixed-right[data-v-73b47cf0]{width:var(--fixed-width)}}.panel__content--transparent[data-v-73b47cf0]{border:none!important;background:none!important}@media screen and (width <= 768px){.panel__content--transparent-mobile[data-v-73b47cf0]{border:none!important;background:none!important}.panel__content--transparent-mobile .panel__header[data-v-73b47cf0]{margin-bottom:1rem}}.panel__header[data-v-73b47cf0]{display:flex;min-height:3rem;align-items:center;line-height:100%}.panel__header[data-v-73b47cf0] [data-component=icon]{width:1.2rem}.panel__header[data-v-73b47cf0]:not(.panel__header--outer){background:var(--theme-background-color-shade-4)}.panel__header-left[data-v-73b47cf0]{display:flex;flex:1;align-items:center}.panel__body[data-v-73b47cf0]{display:flex;flex-direction:column;overflow-y:auto;overscroll-behavior:contain;row-gap:1.8rem}.panel__body--padded[data-v-73b47cf0]{padding:1.4rem}@media screen and (width >= 768px){.panel__body--padded[data-v-73b47cf0]{padding:1.8rem 2.4rem}}.panel__footer[data-v-73b47cf0]{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-73b47cf0]{padding:1rem 1.4rem}@media screen and (width >= 768px){.panel__footer--padded[data-v-73b47cf0]{padding:1rem 2.4rem}}.panel__footer--shadowed[data-v-73b47cf0]{z-index:10;box-shadow:0 4px 20px var(--theme-shadow-color)}@keyframes progress-c328251b{0%{width:0}to{width:100%;opacity:0}}.button[data-v-c328251b]{--border-color: var(--button-border-color, var(--theme-border-color));position:relative;border:1px solid transparent;border-radius:var(--theme-radius-medium);color:var(--theme-foreground-color);font-weight:700;letter-spacing:.2pt;outline:none;text-align:center}.button--loading[data-v-c328251b]:before{position:absolute;left:0;display:block;width:2rem;height:100%;animation:progress-c328251b 1s forwards;background:#000;content:" ";opacity:.4}.button--transparent[data-v-c328251b],.button--alt[data-v-c328251b]{font-weight:300}.button--transparent[data-v-c328251b]:hover,.button--alt[data-v-c328251b]:hover{background:var(--theme-background-color-shade-4)}.button--alt[data-v-c328251b] svg,.button--primary[data-v-c328251b] svg{fill:currentcolor}.button--alt[data-v-c328251b]{border:1px solid var(--theme-border-color)}.button--primary[data-v-c328251b]{border-color:var(--theme-brand-color-shade-2);background:var(--theme-brand-color-shade-2);color:var(--theme-brand-color-contrast)}.button--small[data-v-c328251b]{padding:.6rem;font-size:9pt}.button--medium[data-v-c328251b]{height:var(--theme-input-height);padding:var(--theme-input-padding);font-size:10pt}.button--large[data-v-c328251b]{height:var(--theme-input-height-large);padding:var(--theme-input-padding-large);font-size:11pt}.button__content[data-v-c328251b]{display:flex;width:100%;align-items:center;justify-content:center;gap:.4rem}.card[data-v-c1a322df]{position:relative;overflow:hidden;border:var(--theme-frame-border);border-radius:var(--theme-radius-extra-large);background:var(--theme-background-color-shade-2)}.card--inactive[data-v-c1a322df]{opacity:.6}.card--horizontal[data-v-c1a322df]{display:flex}.card--horizontal .card__picture[data-v-c1a322df]{width:18rem;height:12rem}.card--horizontal .card__footer[data-v-c1a322df]{display:flex;flex-direction:column}.card--horizontal .card__badge[data-v-c1a322df]{position:relative;margin:auto 0 0}.card__picture[data-v-c1a322df]{overflow:hidden;width:100%;height:16rem}.card__picture[data-v-c1a322df] figure{height:100%}.card__footer[data-v-c1a322df]{width:100%;height:100%;padding:1rem;border-top:var(--theme-frame-border);background:var(--theme-background-color-shade-3);color:var(--theme-foreground-color)}.card__footer-upper[data-v-c1a322df]{display:flex;align-items:flex-start;justify-content:space-between}.card__badge[data-v-c1a322df]{position:absolute;top:0;right:0;display:flex;flex-wrap:wrap;align-items:flex-end;margin:.8rem;gap:.2rem}.content__body[data-v-c28b8435]{animation:var(--theme-animation-dropdown)}.content__section[data-v-c28b8435]:not(:last-child){border-bottom:1px solid var(--theme-border-color)}@media screen and (width >= 600px){.content__section[data-v-c28b8435]{min-width:12rem}}.content__item[data-v-c28b8435]{display:flex;width:100%;color:var(--theme-foreground-color);font-weight:400}.content__item[data-v-c28b8435]>*{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-c28b8435]>*{justify-content:flex-start;padding:1rem!important}}.content__item--reactive[data-v-c28b8435]:hover{background:var(--theme-background-color-shade-4)}.content__item[data-v-c28b8435]:not(:last-child){border-bottom:1px solid var(--theme-border-color)}.contextmenu__trigger[data-v-c28b8435]{display:flex;justify-content:flex-start}.content[data-v-c28b8435] .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-c28b8435] .panel__content{top:0;left:0;transform:translate(min(var(--e0bbcfc0),calc(100vw - 100%))) translateY(min(var(--e0bbcfbe),calc(100vh - 100%)))!important;width:auto}}.info[data-v-7e2a5440]{position:relative;display:inline-flex;--height: 2rem;--vertical-offset: calc(var(--height) + .4rem)}.info__content[data-v-7e2a5440]{height:var(--height);padding:.5rem 1rem;border-radius:5px;background:#000;color:#fff;font-size:10pt;white-space:nowrap}.info__bubble[data-v-7e2a5440]{position:absolute;z-index:20;overflow:hidden;border-radius:0 5rem 5rem 0!important}.info__bubble--top[data-v-7e2a5440]{top:calc(var(--vertical-offset) * -1);left:50%;transform:translate(-50%)}.info__bubble--topleft[data-v-7e2a5440]{top:calc(var(--vertical-offset) * -1);right:100%}.info__bubble--left[data-v-7e2a5440]{top:50%;right:100%;transform:translateY(-50%)}.info__bubble--bottom[data-v-7e2a5440]{bottom:calc(var(--vertical-offset) * -1);left:50%;transform:translate(-50%)}.info__bubble--right[data-v-7e2a5440]{top:50%;left:80%;transform:translateY(-50%)}.focus .input__container[data-v-28a4ba0c]{border:1px solid var(--theme-brand-color)}.focus .input__icon[data-v-28a4ba0c] [data-component=icon]{fill:var(--theme-brand-color)}.input:focus-within .input__container[data-v-28a4ba0c],.textarea:focus-within .input__container[data-v-28a4ba0c]{border:1px solid var(--theme-brand-color)}.input:focus-within .input__icon[data-v-28a4ba0c] [data-component=icon],.textarea:focus-within .input__icon[data-v-28a4ba0c] [data-component=icon]{fill:var(--theme-brand-color)}.input[data-v-28a4ba0c]{--background-color: var(--input-background-color, var(--theme-background-color-shade-3))}.input__container[data-v-28a4ba0c]{position:relative;display:flex;border:1px solid var(--background-color)}.input__container>.input__input[data-v-28a4ba0c],.input__container>.input__textarea[data-v-28a4ba0c]{background:var(--background-color)}.input__container--light[data-v-28a4ba0c]{border-bottom:1px solid #dedede}.input__input[data-v-28a4ba0c],.input__textarea[data-v-28a4ba0c]{font-family:unset}.input__input[data-v-28a4ba0c]{width:100%;height:var(--theme-input-height);outline:none}.input__input--normal[data-v-28a4ba0c],.input__input--bold[data-v-28a4ba0c]{border-radius:var(--theme-radius-medium);background:var(--background-color);color:var(--theme-foreground-color)}.input__input--normal[data-v-28a4ba0c]{padding:var(--theme-input-padding);font-size:11pt}.input__input--bold[data-v-28a4ba0c]{height:var(--theme-input-height-large);padding:var(--theme-input-padding-large);font-size:12.5pt}.input__input--light[data-v-28a4ba0c]{padding:.6rem;background:transparent}.input__input--icon[data-v-28a4ba0c]{padding-left:2.6em!important}.input__input--readOnly[data-v-28a4ba0c]{background:#eee}.input__textarea[data-v-28a4ba0c]{display:block;width:100%;height:8em;outline:none}.input__icon[data-v-28a4ba0c]{position:absolute;top:50%;left:.6em;width:1.1em;transform:translateY(-50%)}.input__icon[data-v-28a4ba0c] [data-component=icon]{fill:#bbb}.input__icon--bold[data-v-28a4ba0c] [data-component=icon]{width:1.2rem;height:1.2rem}.input__clipboard[data-v-28a4ba0c]{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-c8f00a1a]{--foreground-color: var(--select-foreground-color, var(--theme-foreground-color));--background-color: var(--select-background-color, var(--theme-background-color-shade-3));--border-color: var(--select-border, var(--theme-frame-border, transparent));display:flex;width:100%;height:var(--theme-input-height);align-items:center;padding:var(--theme-input-padding);border:1px solid var(--border-color);border-radius:var(--theme-radius-medium);background:var(--background-color);color:var(--foreground-color);font-family:unset;line-height:1.5rem}.select[data-v-c8f00a1a]:focus{outline:none}.select[data-v-c8f00a1a] option{height:100%;background:var(--background-color)}.select--outline[data-v-c8f00a1a]:focus-within{border-color:var(--theme-brand-color)}.select--multiple[data-v-c8f00a1a]{padding:0}.select--multiple[data-v-c8f00a1a] option{height:var(--theme-input-height);padding:var(--theme-input-padding)}.select--multiple[data-v-c8f00a1a] option[data-selected=true]{background:var(--theme-brand-color);color:var(--theme-brand-color-contrast)}.pagination[data-v-41aa1ffc]{display:flex;box-sizing:content-box;column-gap:2rem}@media screen and (width <= 600px){.pagination[data-v-41aa1ffc]{display:none}}.pagination__control[data-v-41aa1ffc]{display:flex;align-items:center}.pagination__page-input[data-v-41aa1ffc]{display:flex;align-items:center;gap:.6rem}.pagination__page-input[data-v-41aa1ffc] [data-component=input]{width:2.8rem}.checkbox[data-v-b9da4354]{display:flex;align-items:center;-webkit-user-select:none;user-select:none}.checkbox__input[data-v-b9da4354]{width:1rem;height:1rem}.checkbox__input[data-v-b9da4354]:hover{background:red}.checkbox__text[data-v-b9da4354]{display:grid;width:100%;padding:0 .6rem}.options[data-v-4aed0c5c]{display:grid;border:1px solid var(--theme-border-color);border-width:1px 1px 1px 0;border-radius:5px}.options__checkbox[data-v-4aed0c5c]{padding:.8rem;border-left:1px solid var(--theme-border-color)}.options__checkbox[data-v-4aed0c5c]:not(:last-child){border-bottom:1px solid var(--theme-border-color)}.switch-wrapper[data-v-0e3564b6]{display:flex;align-items:center;column-gap:.6rem}.switch[data-v-0e3564b6]{display:flex;overflow:hidden;width:3rem;justify-content:flex-end;padding:4px;border-radius:1rem;background:#ddd;transition:background .4s}.switch--active[data-v-0e3564b6]{background:var(--theme-brand-color-shade-3)}.switch--readOnly[data-v-0e3564b6]{opacity:.6}.switch__slider[data-v-0e3564b6]{width:1rem;height:1rem;border-radius:50%;background:#fff}.switch__dummy[data-v-0e3564b6]{flex:0;transition:flex .35s}.switch__dummy--flex[data-v-0e3564b6]{flex:1}.picture[data-v-153a2e0f]{margin:0}.picture__image--bordered[data-v-153a2e0f]{border:1px solid var(--theme-border-color)}.picture__image--expandable[data-v-153a2e0f]{cursor:pointer}.picture__background[data-v-153a2e0f]{width:100%;height:100%}.picture__background[data-v-153a2e0f]>*{stroke:var(--theme-border-color)}.picture__meta[data-v-153a2e0f]{font-size:11pt}.picture>figcaption[data-v-153a2e0f]{margin-top:.4rem;color:var(--theme-foreground-color)}.file[data-v-e6cdde77]{display:flex;width:min-content;flex-direction:column;row-gap:.8rem}.file__image[data-v-e6cdde77]{overflow:hidden;width:20rem;height:20rem;border-radius:5px}.file__image--unsent[data-v-e6cdde77]{opacity:.6}.file__actions[data-v-e6cdde77]{display:flex;overflow:hidden;align-items:center;padding:1rem;border:var(--theme-frame-border);border-radius:var(--theme-radius-medium);background:var(--theme-background-color-shade-2);color:#000;column-gap:1rem}.file__buttons[data-v-e6cdde77]{display:flex;column-gap:.4rem}.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-5e6ec702]{display:flex;min-height:2.8rem;align-items:center;padding:.6rem;color:var(--theme-foreground-color)}.item--selected[data-v-5e6ec702]{background:var(--theme-brand-color-shade-1);color:var(--theme-brand-color-contrast)}.item__values[data-v-5e6ec702]{display:flex;flex-direction:column;margin-right:auto;row-gap:.4rem}.item__value[data-v-5e6ec702]{display:flex;font-size:10pt}.item__value[data-v-5e6ec702]:not(:first-child){font-size:8pt}.search[data-v-15bbe202],.search__panel[data-v-15bbe202]{display:flex;flex-direction:column}.search__input[data-v-15bbe202]{display:flex;align-items:stretch;margin-bottom:.8rem;gap:.8rem}.search__summary[data-v-15bbe202]{font-size:11pt}.form[data-v-e02fe7fe]{display:flex;flex-direction:column}.form__footer[data-v-e02fe7fe]{display:flex;align-items:center;margin-top:-1rem;column-gap:.6rem}.form__fieldset[data-v-e02fe7fe]{display:grid;width:100%;align-items:flex-start;padding:0;border:none;margin:0;gap:1rem;grid-template-columns:repeat(6,1fr)}.form__field-label[data-v-e02fe7fe]{font-size:10.2pt;line-height:1.6rem}.form__field-label--section[data-v-e02fe7fe]{font-size:12pt;font-weight:500}.form__field-hint[data-v-e02fe7fe]{font-size:.9rem}.form__field-required-hint[data-v-e02fe7fe]:after{margin-left:.35rem;color:#e22;content:"*"}.form__search-grid[data-v-e02fe7fe]{display:grid;gap:2rem}.form__validation-error[data-v-e02fe7fe]{padding:.4rem 0;color:red;font-size:.9rem}.form__array[data-v-e02fe7fe]{display:flex;flex-direction:column-reverse;gap:.6rem}.form__array-item[data-v-e02fe7fe]{display:flex;align-items:center;gap:.6rem}.cell-padding[data-v-7fdb061d]{padding:10px .8rem}.table[data-v-7fdb061d]{width:100%;border-radius:var(--theme-radius-large);border-spacing:0}@media screen and (width >= 768px){.table[data-v-7fdb061d]{overflow:hidden;border:var(--theme-frame-border)}}.table[data-v-7fdb061d] thead>tr{display:none}@media print{.table[data-v-7fdb061d] thead>tr{display:table-row}}@media screen and (width >= 768px){.table[data-v-7fdb061d] thead>tr{display:table-row;height:3rem;background:var(--theme-background-color-shade-4);text-align:left}}.table[data-v-7fdb061d] thead>tr>th{padding:10px .8rem;font-weight:400}.table[data-v-7fdb061d] tbody>tr,.table[data-v-7fdb061d] tfoot>tr{height:3rem;border:var(--theme-frame-border);background:var(--theme-background-color-shade-2)}@media screen and (width >= 768px){.table[data-v-7fdb061d] tbody>tr,.table[data-v-7fdb061d] tfoot>tr{border:0}.table[data-v-7fdb061d] tbody>tr:hover,.table[data-v-7fdb061d] tfoot>tr:hover{background:var(--theme-background-color-shade-2)}}@media screen and (width <= 768px){.table[data-v-7fdb061d] tbody>tr,.table[data-v-7fdb061d] tfoot>tr{display:flex;overflow:hidden;height:auto;flex-direction:column;border-radius:var(--theme-radius-large)}.table[data-v-7fdb061d] tbody>tr:not(:last-child),.table[data-v-7fdb061d] tfoot>tr:not(:last-child){margin-bottom:1rem}}@media screen and (width >= 768px){.table[data-v-7fdb061d] tbody>tr:not(:last-child)>td,.table[data-v-7fdb061d] tfoot>tr:not(:last-child)>td{border-bottom:1px solid var(--theme-border-color)}}.table[data-v-7fdb061d] tbody>tr>td,.table[data-v-7fdb061d] tfoot>tr>td{padding:10px .8rem;font-size:9.5pt}@media screen and (width >= 768px){.table[data-v-7fdb061d] tfoot>tr>td{border-top:1px solid var(--theme-border-color)}}@media screen and (width <= 768px){.table__cell-grid[data-v-7fdb061d]{display:flex;flex-direction:column}}.table__cell-mobile-label[data-v-7fdb061d]{display:none;font-weight:500}@media screen and (width <= 768px){.table__cell-mobile-label[data-v-7fdb061d]{display:inherit}}.table__cell-actions[data-v-7fdb061d]{display:flex;align-items:center;justify-content:flex-end;margin-left:auto;column-gap:.8rem}.table__cell-subvalue[data-v-7fdb061d]{font-weight:300}.table__mobile-actions[data-v-7fdb061d]{position:relative;padding:0!important;background:var(--theme-background-color-shade-4)}.table__mobile-actions-grid[data-v-7fdb061d]{display:grid}.table__mobile-actions-button[data-v-7fdb061d]{display:grid;width:100%;height:3.2rem;place-items:center}.table__mobile-actions-button[data-v-7fdb061d]:not(last-child){border-right:1px solid var(--theme-border-color)}.table__picture[data-v-7fdb061d]{overflow:hidden;width:2rem;height:2rem;border:1px solid var(--theme-border-color);border-radius:var(--theme-radius-large)}.table__empty[data-v-7fdb061d]{display:grid;padding:1.6rem 0;place-items:center}.grid[data-v-438c4aed]{display:grid;gap:1rem}@media screen and (width >= 600px){.grid[data-v-438c4aed]:not(.grid--list){gap:1.6rem;grid-template-columns:repeat(2,1fr)}}@media screen and (width >= 1200px){.grid[data-v-438c4aed]:not(.grid--list){grid-template-columns:repeat(3,1fr)}}@media screen and (width >= 1400px){.grid[data-v-438c4aed]:not(.grid--list){grid-template-columns:repeat(4,1fr)}}.card__upper[data-v-ccbced12]{display:flex;align-items:center}.card__information[data-v-ccbced12]{margin-top:.5rem;font-size:9.5pt;opacity:.6}.crud__controls[data-v-21eeb8fd]{display:flex;flex-wrap:wrap;align-items:stretch;justify-content:flex-end;gap:1rem}.crud__search[data-v-21eeb8fd]{min-width:90vw;flex:1;order:1}.crud__search[data-v-21eeb8fd] .input__container{height:100%}@media screen and (width >= 600px){.crud__search[data-v-21eeb8fd]{min-width:auto;order:0}}.crud__actions[data-v-21eeb8fd]{display:flex;align-items:stretch;gap:.5rem}.crud__pagination[data-v-21eeb8fd]{display:flex;align-items:center;justify-content:flex-end}.crud__context-badge[data-v-21eeb8fd]{display:flex;justify-content:flex-end}.prompt[data-v-5443f297]{max-width:32rem}.prompt__actions[data-v-5443f297]{display:grid;width:100%;height:4rem}.prompt__action[data-v-5443f297]{display:grid;place-items:center}.prompt__action[data-v-5443f297]:not(:last-child){border-right:1px solid var(--theme-border-color)}.prompt__action--primary[data-v-5443f297]{color:var(--theme-blueish)}.prompt__action--danger[data-v-5443f297]{color:var(--theme-redish)}@keyframes blink-21bbe178{0%{opacity:1}to{opacity:.4}}.toast[data-v-21bbe178]{z-index:70;display:flex;width:90vw;padding:1rem;border:1px solid var(--theme-border-color);border-radius:5px;animation:blink-21bbe178 .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-21bbe178]{width:24rem}}.toast[data-v-21bbe178]:hover{animation-play-state:paused}.toast--animate[data-v-21bbe178]{animation-play-state:running}.toast__content[data-v-21bbe178]{display:flex;flex-direction:column;gap:.6rem}.toast__time[data-v-21bbe178]{font-size:10pt;opacity:.8}.main[data-v-1166be3d]{display:flex;min-height:100vh;flex-direction:column}.main__toasts[data-v-1166be3d]{position:fixed;z-index:20;right:1.6rem;bottom:1.6rem;display:flex;flex-direction:column;row-gap:.6rem}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}html{overflow:hidden scroll;scroll-behavior:smooth}html,body{padding:0;margin:0}body{font-size:15px}*::-webkit-scrollbar{width:0}a:link,a:visited,a:hover,a:active{color:inherit;text-decoration:none}input[type=number]{-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}@media print{.no-print{display:none!important}}.aeria-surface{background:var(--theme-background-color);color:var(--theme-foreground-color)}.aeria-surface-alt{background:var(--theme-background-color-shade-2);color:var(--theme-foreground-color)}.aeria-body{background:var(--theme-body-background)}.aeria-branded-text{color:var(--theme-brand-color)}.aeria-redish{color:var(--theme-redish);fill:var(--theme-redish)}.aeria-blueish{color:var(--theme-blueish);fill:var(--theme-blueish)}.loading div{border:4px solid var(--theme-brand-color)!important}@keyframes lds-ripple{0%{top:36px;left:36px;width:0;height:0;opacity:0}5%{opacity:1}to{top:0;left:0;width:72px;height:72px;opacity:0}}.loading{position:relative;display:inline-block;width:80px;height:80px}.loading div{position:absolute;border:4px solid #fff;border-radius:50%;animation:lds-ripple 1s cubic-bezier(0,.2,.8,1) infinite;opacity:1}.loading div:nth-child(2){animation-delay:-.5s}.menu[data-v-3cfef7fb]{min-width:90vw;align-self:center;padding:0;border:1px solid var(--theme-border-color);border-radius:var(--theme-radius-large);background:var(--theme-background-color-shade-2);color:var(--theme-foreground-color)}@media screen and (width >= 600px){.menu[data-v-3cfef7fb]{min-width:22rem}}.menu__entry[data-v-3cfef7fb]{padding:1rem;font-size:11pt}.menu__entry[data-v-3cfef7fb]:not(:last-child){border-bottom:1px solid var(--theme-border-color)}.tabs__horizontal[data-v-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-85c3b087]{display:flex;width:100%;align-items:center;justify-content:center;gap:.4rem}@media screen and (width >= 600px){.topbar__preset[data-v-85c3b087]{justify-content:flex-start}}.profile__user-name[data-v-357c9b3a]{font-size:18pt;font-weight:600}.profile__menu[data-v-357c9b3a]{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-357c9b3a]>*{padding:1.4rem}.profile__menu[data-v-357c9b3a]>*:not(:last-child){border-bottom:1px solid var(--theme-border-color)}
package/dist/ui.js CHANGED
@@ -1,4 +1,4 @@
1
- import { j as n, B as p, k as u, l as m, a as c, m as d, c as b, n as C, d as h, E as l, u as B, A as P, o as x, b as F, p as T, v as f, q as g, g as w, w as I, r as M, h as S, _ as k, f as y, C as G, x as R, y as j, z as q, s as v, t as z, D, G as E, F as O } from "./index-0482fc52.js";
1
+ import { j as n, B as p, k as u, l as m, a as c, m as d, c as b, n as C, d as h, E as l, u as B, A as P, o as x, b as F, p as T, v as f, q as g, g as w, w as I, r as M, h as S, _ as k, f as y, C as G, x as R, y as j, z as q, s as v, t as z, D, G as E, F as O } from "./index-0161d7bb.js";
2
2
  import "vue";
3
3
  import "@aeria-ui/i18n";
4
4
  import "@aeria-ui/core";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aeria-ui/ui",
3
3
  "type": "module",
4
- "version": "0.0.76",
4
+ "version": "0.0.78",
5
5
  "description": "",
6
6
  "keywords": [],
7
7
  "author": "",