@aeria-ui/ui 0.0.98 → 0.0.99

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.
Files changed (58) hide show
  1. package/dist/{_id_-28e2ff98.js → _id_-4e41f0b3.js} +6 -5
  2. package/dist/activation-ff45bf88.js +86 -0
  3. package/dist/components/aeria-accordion/aeria-accordion.vue.d.ts +1 -1
  4. package/dist/components/aeria-badge/aeria-badge.vue.d.ts +1 -1
  5. package/dist/components/aeria-bare-button/aeria-bare-button.vue.d.ts +3 -3
  6. package/dist/components/aeria-button/aeria-button.vue.d.ts +1 -1
  7. package/dist/components/aeria-card/aeria-card.vue.d.ts +1 -1
  8. package/dist/components/aeria-context-menu/aeria-context-menu.vue.d.ts +3 -3
  9. package/dist/components/aeria-crud/_internals/helpers.d.ts +1 -1
  10. package/dist/components/aeria-crud/_internals/layouts/aeria-grid/aeria-grid.vue.d.ts +1 -1
  11. package/dist/components/aeria-crud/_internals/layouts/aeria-tabular/aeria-tabular.vue.d.ts +1 -1
  12. package/dist/components/aeria-crud/_internals/layouts/index.d.ts +8 -8
  13. package/dist/components/aeria-crud/_internals/store.d.ts +8 -4
  14. package/dist/components/aeria-crud/aeria-crud.vue.d.ts +3 -3
  15. package/dist/components/aeria-filter-panel/aeria-filter-panel.vue.d.ts +2 -2
  16. package/dist/components/aeria-grid/aeria-grid.vue.d.ts +1 -1
  17. package/dist/components/aeria-icon/aeria-icon.vue.d.ts +1 -1
  18. package/dist/components/aeria-info/aeria-info.vue.d.ts +4 -4
  19. package/dist/components/aeria-insert-panel/aeria-insert-panel.vue.d.ts +6 -6
  20. package/dist/components/aeria-main/aeria-main.vue.d.ts +1 -1
  21. package/dist/components/aeria-menu/aeria-menu.vue.d.ts +1 -1
  22. package/dist/components/aeria-pagination/aeria-pagination.vue.d.ts +3 -3
  23. package/dist/components/aeria-panel/aeria-panel.vue.d.ts +6 -6
  24. package/dist/components/aeria-picture/aeria-picture.vue.d.ts +1 -1
  25. package/dist/components/aeria-table/aeria-table.vue.d.ts +3 -3
  26. package/dist/components/aeria-tabs/aeria-tabs.vue.d.ts +1 -1
  27. package/dist/components/dashboard/aeria-crud-topbar/aeria-crud-topbar.vue.d.ts +1 -1
  28. package/dist/components/dashboard/aeria-password-form/aeria-password-form.vue.d.ts +3 -3
  29. package/dist/components/dashboard/aeria-prompt/aeria-prompt.vue.d.ts +1 -1
  30. package/dist/components/dashboard/aeria-toast/aeria-toast.vue.d.ts +1 -1
  31. package/dist/components/form/aeria-checkbox/aeria-checkbox.vue.d.ts +5 -5
  32. package/dist/components/form/aeria-file/aeria-file.vue.d.ts +3 -3
  33. package/dist/components/form/aeria-form/aeria-form.vue.d.ts +6 -6
  34. package/dist/components/form/aeria-input/aeria-input.vue.d.ts +3 -3
  35. package/dist/components/form/aeria-options/aeria-options.vue.d.ts +10 -14
  36. package/dist/components/form/aeria-search/_internals/components/aeria-search-container/aeria-search-container.vue.d.ts +3 -3
  37. package/dist/components/form/aeria-search/_internals/components/aeria-search-item/aeria-search-item.vue.d.ts +3 -3
  38. package/dist/components/form/aeria-search/aeria-search.vue.d.ts +6 -6
  39. package/dist/components/form/aeria-select/aeria-select.vue.d.ts +4 -4
  40. package/dist/components/form/aeria-switch/aeria-switch.vue.d.ts +5 -5
  41. package/dist/components/utils/aeria-async.d.ts +4 -4
  42. package/dist/{index-7e4faf19.js → index-0ef9607e.js} +4 -3
  43. package/dist/{index-3e560edd.js → index-47e06fd8.js} +7 -6
  44. package/dist/{index-bdc0133c.js → index-5bc37b94.js} +8 -7
  45. package/dist/{index-62fbc6ae.js → index-7d5b03a4.js} +820 -819
  46. package/dist/{signin-131cef9c.js → signin-5b0ad694.js} +4 -3
  47. package/dist/{signup-037f2f37.js → signup-841995d1.js} +4 -3
  48. package/dist/style.css +1 -1
  49. package/dist/ui.js +35 -34
  50. package/dist/views/dashboard/[collection]/[id].vue.d.ts +1 -1
  51. package/dist/views/dashboard/[collection]/index.vue.d.ts +1 -1
  52. package/dist/views/dashboard/user/password-change/index.vue.d.ts +1 -1
  53. package/dist/views/dashboard/user/profile/index.vue.d.ts +1 -1
  54. package/dist/views/user/activation.vue.d.ts +1 -1
  55. package/dist/views/user/signin.vue.d.ts +1 -1
  56. package/dist/views/user/signup.vue.d.ts +1 -1
  57. package/package.json +4 -2
  58. package/dist/activation-01e847e4.js +0 -85
@@ -2,10 +2,11 @@ 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 h } from "./index-62fbc6ae.js";
5
+ import { A, a as h } from "./index-7d5b03a4.js";
6
6
  import "@aeria-ui/i18n";
7
7
  import "@aeriajs/common";
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({
8
+ import "@aeria-ui/utils";
9
+ const E = { style: { "text-align": "center" } }, N = ["innerHTML"], x = { key: 1 }, B = { style: { width: "100%", display: "flex", "flex-direction": "column", gap: "1rem" } }, q = /* @__PURE__ */ V({
9
10
  __name: "signin",
10
11
  setup(L) {
11
12
  const o = S(), n = y("user"), u = y("meta"), m = () => {
@@ -78,5 +79,5 @@ const E = { style: { "text-align": "center" } }, N = ["innerHTML"], x = { key: 1
78
79
  }
79
80
  });
80
81
  export {
81
- H as default
82
+ q as default
82
83
  };
@@ -1,11 +1,12 @@
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-62fbc6ae.js";
4
+ import { b as M, A as N, _ as F, c as P, a as j } from "./index-7d5b03a4.js";
5
5
  import "@aeria-ui/i18n";
6
6
  import "@aeriajs/common";
7
7
  import "@aeria-ui/core";
8
- const q = { style: { display: "flex", "flex-direction": "column", "align-items": "start", gap: "2rem" } }, L = /* @__PURE__ */ h({
8
+ import "@aeria-ui/utils";
9
+ const q = { style: { display: "flex", "flex-direction": "column", "align-items": "start", gap: "2rem" } }, O = /* @__PURE__ */ h({
9
10
  __name: "signup",
10
11
  async setup(I) {
11
12
  let f, v;
@@ -106,5 +107,5 @@ const q = { style: { display: "flex", "flex-direction": "column", "align-items":
106
107
  }
107
108
  });
108
109
  export {
109
- L as default
110
+ O as default
110
111
  };
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-active[data-v-6d36de33]{border-color:var(--theme-brand-color)!important}.icon[data-v-6d36de33]{display:flex;align-items:center;fill:var(--icon-color, var(--theme-foreground-color));line-height:100%}.icon svg[data-v-6d36de33]{width:100%;height:100%}.icon--reactive[data-v-6d36de33]{padding:8px;border:1px solid transparent;border-radius:5px}.icon--reactive[data-v-6d36de33]:hover{border-color:var(--theme-border-color)}.icon--reactive[data-v-6d36de33]:active,.icon--reactive .icon--active[data-v-6d36de33],.icon--active[data-v-6d36de33]{border-color:var(--theme-brand-color)!important}.icon--centered[data-v-6d36de33]{align-items:center;gap:calc(var(--icon-size, 1em)/2)}.icon--standalone[data-v-6d36de33]{--icon-size: 18px}.icon__icon[data-v-6d36de33]{display:grid;width:var(--icon-size, 1em);height:var(--icon-size, 1em);place-items:center}.icon__icon--right[data-v-6d36de33]{order:1}@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}.padding[data-v-4271b4f1]{padding:1.4rem}@media screen and (width >= 768px){.padding[data-v-4271b4f1]{padding:1.8rem 2.4rem}}.panel[data-v-4271b4f1]{--min-width: var(--panel-min-width, 36rem);--max-width: var(--panel-max-width, unset);--fixed-width: 50rem}.panel--fixed[data-v-4271b4f1]{position:absolute}.panel__content[data-v-4271b4f1]{display:flex;overflow:hidden;flex-direction:column;padding:0}@media screen and (width >= 768px){.panel__content[data-v-4271b4f1]{min-width:var(--min-width);max-width:var(--max-width)}}.panel__content--outer-header[data-v-4271b4f1]{border:none!important;background:transparent!important}.panel__content--outer-header .panel__body[data-v-4271b4f1],.panel__content--outer-header .panel__footer[data-v-4271b4f1]{border-radius:5px;background:var(--theme-background-color)}.panel__content--bordered[data-v-4271b4f1]{border:1px solid var(--theme-border-color)}.panel__content--float .panel__header[data-v-4271b4f1],.panel__content--fixed-right .panel__header[data-v-4271b4f1]{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-4271b4f1],.panel__content--fixed-right .panel__header[data-v-4271b4f1]{padding:.6rem 2.4rem}}.panel__content--float[data-v-4271b4f1]{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-4271b4f1]{min-width:var(--min-width);max-width:var(--max-width)}}.panel__content--fixed-right[data-v-4271b4f1]{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-4271b4f1]{width:var(--fixed-width)}}.panel__content--transparent[data-v-4271b4f1]{border:none!important;background:none!important}@media screen and (width <= 768px){.panel__content--transparent-mobile[data-v-4271b4f1]{border:none!important;background:none!important}.panel__content--transparent-mobile .panel__header[data-v-4271b4f1]{margin-bottom:1rem}}.panel__header[data-v-4271b4f1]{display:flex;min-height:3rem;align-items:center;line-height:100%}.panel__header[data-v-4271b4f1] [data-component=icon]{width:1.2rem}.panel__header[data-v-4271b4f1]:not(.panel__header--outer){background:var(--theme-background-color-shade-4)}.panel__header-left[data-v-4271b4f1]{display:flex;flex:1;align-items:center}.panel__body[data-v-4271b4f1]{display:flex;flex-direction:column;overflow-y:auto;overscroll-behavior:contain;row-gap:1.8rem}.panel__body--padded[data-v-4271b4f1]{padding:1.4rem}@media screen and (width >= 768px){.panel__body--padded[data-v-4271b4f1]{padding:1.8rem 2.4rem}}.panel__footer[data-v-4271b4f1]{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-4271b4f1]{padding:1rem 1.4rem}@media screen and (width >= 768px){.panel__footer--padded[data-v-4271b4f1]{padding:1rem 2.4rem}}.panel__footer--shadowed[data-v-4271b4f1]{z-index:10;box-shadow:0 4px 20px var(--theme-shadow-color)}.content__body[data-v-a03802b2]{animation:var(--theme-animation-dropdown)}.content__section[data-v-a03802b2]:not(:last-child){border-bottom:1px solid var(--theme-border-color)}@media screen and (width >= 600px){.content__section[data-v-a03802b2]{min-width:12rem}}.content__item[data-v-a03802b2]{display:flex;width:100%;color:var(--theme-foreground-color);font-weight:400}.content__item[data-v-a03802b2]>*{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-a03802b2]>*{justify-content:flex-start;padding:1rem!important}}.content__item--reactive[data-v-a03802b2]:hover{background:var(--theme-background-color-shade-4)}.content__item[data-v-a03802b2]:not(:last-child){border-bottom:1px solid var(--theme-border-color)}.contextmenu__trigger[data-v-a03802b2]{display:flex;justify-content:flex-start}.content[data-v-a03802b2] .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-a03802b2] .panel__content{top:0;left:0;transform:translate(min(var(--036683e2),calc(100vw - 100%))) translateY(min(var(--036683e0),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-f57af0a6]{border:1px solid var(--theme-brand-color)}.focus .input__icon[data-v-f57af0a6] [data-component=icon]{fill:var(--theme-brand-color)}.input:focus-within .input__container[data-v-f57af0a6],.textarea:focus-within .input__container[data-v-f57af0a6]{border:1px solid var(--theme-brand-color)}.input:focus-within .input__icon[data-v-f57af0a6] [data-component=icon],.textarea:focus-within .input__icon[data-v-f57af0a6] [data-component=icon]{fill:var(--theme-brand-color)}.input[data-v-f57af0a6]{--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-f57af0a6]{position:relative;display:flex;width:var(--input-width, 100%);border:var(--border)}.input__container[data-v-f57af0a6]:not(.input__container--textarea){height:var(--height)}.input__container--normal[data-v-f57af0a6],.input__container--bold[data-v-f57af0a6]{border-radius:var(--theme-radius-medium);background:var(--background-color)}.input__container--bold[data-v-f57af0a6]{height:var(--height-large)}.input__container--light[data-v-f57af0a6]{border-bottom:1px solid var(--theme-border-color)}.input__container>.input__input[data-v-f57af0a6],.input__container>.input__textarea[data-v-f57af0a6]{background:var(--background-color)}.input__input[data-v-f57af0a6],.input__textarea[data-v-f57af0a6]{font-family:unset}.input__input[data-v-f57af0a6]{width:100%;height:100%;outline:none}.input__input--normal[data-v-f57af0a6],.input__input--bold[data-v-f57af0a6]{color:var(--theme-foreground-color)}.input__input--normal[data-v-f57af0a6]{padding:var(--padding);font-size:11pt}.input__input--bold[data-v-f57af0a6]{padding:var(--padding-large);font-size:12.5pt}.input__input--light[data-v-f57af0a6]{padding:.6rem;background:transparent}.input__input--icon[data-v-f57af0a6]{padding-left:2.6em!important}.input__input--readOnly[data-v-f57af0a6]{background:#eee}.input__textarea[data-v-f57af0a6]{display:block;width:100%;height:8em;outline:none}.input__icon[data-v-f57af0a6]{position:absolute;top:50%;left:.6em;width:1.1em;transform:translateY(-50%)}.input__icon[data-v-f57af0a6] [data-component=icon]{fill:#bbb}.input__icon--bold[data-v-f57af0a6] [data-component=icon]{width:1.2rem;height:1.2rem}.input__clipboard[data-v-f57af0a6]{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-1c0432ab]{--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-1c0432ab]:focus{outline:none}.select[data-v-1c0432ab] option{background:var(--background-color)}.select--outline[data-v-1c0432ab]:focus-within{border-color:var(--theme-brand-color)}.select--multiple[data-v-1c0432ab]{padding:0}.select--multiple[data-v-1c0432ab] option{height:var(--height);padding:var(--padding)}.select--multiple[data-v-1c0432ab] 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-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-d491b7ce]{display:flex;width:min-content;flex-direction:column;row-gap:.8rem}.file__image[data-v-d491b7ce]{overflow:hidden;width:20rem;height:20rem;border-radius:5px}.file__image--unsent[data-v-d491b7ce]{opacity:.6}.file__actions[data-v-d491b7ce]{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-d491b7ce]{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-3b5a7221]{display:flex;min-height:2.8rem;align-items:center;padding:var(--theme-input-padding);color:var(--theme-foreground-color)}.item--selected[data-v-3b5a7221]{background:var(--theme-brand-color-shade-1);color:var(--theme-brand-color-contrast)}.item__values[data-v-3b5a7221]{display:flex;flex-direction:column;margin-right:auto;row-gap:.4rem}.item__value[data-v-3b5a7221]{display:flex;font-size:10pt}.item__value[data-v-3b5a7221]:not(:first-child){font-size:8pt}.search[data-v-87145ef5]{display:flex;flex-direction:column}.search__panel[data-v-87145ef5]{display:flex;flex-direction:column;gap:1rem}.search__input[data-v-87145ef5]{display:flex;align-items:stretch;margin-bottom:.8rem;gap:.8rem}.search__summary[data-v-87145ef5]{font-size:11pt}.form[data-v-d4645a62]{display:flex;flex-direction:column}.form__footer[data-v-d4645a62]{display:flex;align-items:center;margin-top:-1rem;column-gap:.6rem}.form__fieldset[data-v-d4645a62]{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-d4645a62]{font-size:10.2pt;line-height:1.6rem}.form__field-label--section[data-v-d4645a62]{font-size:12pt;font-weight:500}.form__field-hint[data-v-d4645a62]{font-size:.9rem}.form__field-required-hint[data-v-d4645a62]:after{margin-left:.35rem;color:#e22;content:"*"}.form__search-grid[data-v-d4645a62]{display:grid;gap:2rem}.form__validation-error[data-v-d4645a62]{padding:.4rem 0;color:red;font-size:.9rem}.form__array[data-v-d4645a62]{display:flex;flex-direction:column-reverse;gap:.6rem}.form__array-item[data-v-d4645a62]{display:flex;align-items:center;gap:.6rem}.cell-padding[data-v-0adf61ce]{padding:10px .8rem}.table[data-v-0adf61ce]{width:100%;border-radius:var(--theme-radius-large);border-spacing:0}@media screen and (width >= 768px){.table[data-v-0adf61ce]{overflow:hidden;border:var(--theme-frame-border)}}.table[data-v-0adf61ce] thead>tr{display:none}@media print{.table[data-v-0adf61ce] thead>tr{display:table-row}}@media screen and (width >= 768px){.table[data-v-0adf61ce] thead>tr{display:table-row;height:3rem;background:var(--theme-background-color-shade-4);text-align:left}}.table[data-v-0adf61ce] thead>tr>th{padding:10px .8rem;font-weight:400}.table[data-v-0adf61ce] tbody>tr,.table[data-v-0adf61ce] tfoot>tr{height:3rem;border:var(--theme-frame-border);background:var(--theme-background-color-shade-2)}@media screen and (width >= 768px){.table[data-v-0adf61ce] tbody>tr,.table[data-v-0adf61ce] tfoot>tr{border:0}.table[data-v-0adf61ce] tbody>tr:hover,.table[data-v-0adf61ce] tfoot>tr:hover{background:var(--theme-background-color-shade-2)}}@media screen and (width <= 768px){.table[data-v-0adf61ce] tbody>tr,.table[data-v-0adf61ce] tfoot>tr{display:flex;overflow:hidden;height:auto;flex-direction:column;border-radius:var(--theme-radius-large)}.table[data-v-0adf61ce] tbody>tr:not(:last-child),.table[data-v-0adf61ce] tfoot>tr:not(:last-child){margin-bottom:1rem}}@media screen and (width >= 768px){.table[data-v-0adf61ce] tbody>tr:not(:last-child)>td,.table[data-v-0adf61ce] tfoot>tr:not(:last-child)>td{border-bottom:1px solid var(--theme-border-color)}}.table[data-v-0adf61ce] tbody>tr>td,.table[data-v-0adf61ce] tfoot>tr>td{padding:10px .8rem;font-size:9.5pt}@media screen and (width >= 768px){.table[data-v-0adf61ce] tfoot>tr>td{border-top:1px solid var(--theme-border-color)}}@media screen and (width <= 768px){.table__cell-grid[data-v-0adf61ce]{display:flex;flex-direction:column}}.table__cell-mobile-label[data-v-0adf61ce]{display:none;font-weight:500}@media screen and (width <= 768px){.table__cell-mobile-label[data-v-0adf61ce]{display:inherit}}.table__cell-actions[data-v-0adf61ce]{display:flex;align-items:center;justify-content:flex-end;margin-left:auto;column-gap:.8rem}.table__cell-subvalue[data-v-0adf61ce]{font-weight:300}.table__mobile-actions[data-v-0adf61ce]{position:relative;padding:0!important;background:var(--theme-background-color-shade-4)}.table__mobile-actions-grid[data-v-0adf61ce]{display:grid}.table__mobile-actions-button[data-v-0adf61ce]{display:grid;width:100%;height:3.2rem;place-items:center}.table__mobile-actions-button[data-v-0adf61ce]:not(last-child){border-right:1px solid var(--theme-border-color)}.table__picture[data-v-0adf61ce]{overflow:hidden;width:2rem;height:2rem;border:1px solid var(--theme-border-color);border-radius:var(--theme-radius-large)}.table__empty[data-v-0adf61ce]{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-6ea2d642]{display:flex;align-items:center}.card__information[data-v-6ea2d642]{margin-top:.5rem;font-size:9.5pt;opacity:.6}.crud__controls[data-v-d5684d74]{display:flex;flex-wrap:wrap;align-items:stretch;justify-content:flex-end;gap:1rem}.crud__search[data-v-d5684d74]{min-width:90vw;flex:1;order:1}.crud__search[data-v-d5684d74] .input__container{height:100%}@media screen and (width >= 600px){.crud__search[data-v-d5684d74]{min-width:auto;order:0}}.crud__actions[data-v-d5684d74]{display:flex;align-items:stretch;gap:.5rem}.crud__pagination[data-v-d5684d74]{display:flex;align-items:center;justify-content:flex-end}.crud__context-badge[data-v-d5684d74]{display:flex;justify-content:flex-end}.prompt[data-v-c069c1ef]{max-width:32rem}.prompt__options[data-v-c069c1ef]{display:grid;width:100%;height:4rem}.prompt__option[data-v-c069c1ef]{display:grid;place-items:center}.prompt__option[data-v-c069c1ef]:not(:last-child){border-right:1px solid var(--theme-border-color)}.prompt__option--primary[data-v-c069c1ef]{color:var(--theme-blueish)}.prompt__option--danger[data-v-c069c1ef]{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}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-5f3141a5]{display:flex;width:100%;align-items:center;justify-content:center;gap:.4rem}@media screen and (width >= 600px){.topbar__preset[data-v-5f3141a5]{justify-content:flex-start}}.profile__user-name[data-v-19f77ae6]{font-size:18pt;font-weight:600}.profile__menu[data-v-19f77ae6]{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-19f77ae6]>*{padding:1.4rem}.profile__menu[data-v-19f77ae6]>*: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-6d36de33]{border-color:var(--theme-brand-color)!important}.icon[data-v-6d36de33]{display:flex;align-items:center;fill:var(--icon-color, var(--theme-foreground-color));line-height:100%}.icon svg[data-v-6d36de33]{width:100%;height:100%}.icon--reactive[data-v-6d36de33]{padding:8px;border:1px solid transparent;border-radius:5px}.icon--reactive[data-v-6d36de33]:hover{border-color:var(--theme-border-color)}.icon--reactive[data-v-6d36de33]:active,.icon--reactive .icon--active[data-v-6d36de33],.icon--active[data-v-6d36de33]{border-color:var(--theme-brand-color)!important}.icon--centered[data-v-6d36de33]{align-items:center;gap:calc(var(--icon-size, 1em)/2)}.icon--standalone[data-v-6d36de33]{--icon-size: 18px}.icon__icon[data-v-6d36de33]{display:grid;width:var(--icon-size, 1em);height:var(--icon-size, 1em);place-items:center}.icon__icon--right[data-v-6d36de33]{order:1}@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}.padding[data-v-4271b4f1]{padding:1.4rem}@media screen and (width >= 768px){.padding[data-v-4271b4f1]{padding:1.8rem 2.4rem}}.panel[data-v-4271b4f1]{--min-width: var(--panel-min-width, 36rem);--max-width: var(--panel-max-width, unset);--fixed-width: 50rem}.panel--fixed[data-v-4271b4f1]{position:absolute}.panel__content[data-v-4271b4f1]{display:flex;overflow:hidden;flex-direction:column;padding:0}@media screen and (width >= 768px){.panel__content[data-v-4271b4f1]{min-width:var(--min-width);max-width:var(--max-width)}}.panel__content--outer-header[data-v-4271b4f1]{border:none!important;background:transparent!important}.panel__content--outer-header .panel__body[data-v-4271b4f1],.panel__content--outer-header .panel__footer[data-v-4271b4f1]{border-radius:5px;background:var(--theme-background-color)}.panel__content--bordered[data-v-4271b4f1]{border:1px solid var(--theme-border-color)}.panel__content--float .panel__header[data-v-4271b4f1],.panel__content--fixed-right .panel__header[data-v-4271b4f1]{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-4271b4f1],.panel__content--fixed-right .panel__header[data-v-4271b4f1]{padding:.6rem 2.4rem}}.panel__content--float[data-v-4271b4f1]{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-4271b4f1]{min-width:var(--min-width);max-width:var(--max-width)}}.panel__content--fixed-right[data-v-4271b4f1]{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-4271b4f1]{width:var(--fixed-width)}}.panel__content--transparent[data-v-4271b4f1]{border:none!important;background:none!important}@media screen and (width <= 768px){.panel__content--transparent-mobile[data-v-4271b4f1]{border:none!important;background:none!important}.panel__content--transparent-mobile .panel__header[data-v-4271b4f1]{margin-bottom:1rem}}.panel__header[data-v-4271b4f1]{display:flex;min-height:3rem;align-items:center;line-height:100%}.panel__header[data-v-4271b4f1] [data-component=icon]{width:1.2rem}.panel__header[data-v-4271b4f1]:not(.panel__header--outer){background:var(--theme-background-color-shade-4)}.panel__header-left[data-v-4271b4f1]{display:flex;flex:1;align-items:center}.panel__body[data-v-4271b4f1]{display:flex;flex-direction:column;overflow-y:auto;overscroll-behavior:contain;row-gap:1.8rem}.panel__body--padded[data-v-4271b4f1]{padding:1.4rem}@media screen and (width >= 768px){.panel__body--padded[data-v-4271b4f1]{padding:1.8rem 2.4rem}}.panel__footer[data-v-4271b4f1]{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-4271b4f1]{padding:1rem 1.4rem}@media screen and (width >= 768px){.panel__footer--padded[data-v-4271b4f1]{padding:1rem 2.4rem}}.panel__footer--shadowed[data-v-4271b4f1]{z-index:10;box-shadow:0 4px 20px var(--theme-shadow-color)}.content__body[data-v-a03802b2]{animation:var(--theme-animation-dropdown)}.content__section[data-v-a03802b2]:not(:last-child){border-bottom:1px solid var(--theme-border-color)}@media screen and (width >= 600px){.content__section[data-v-a03802b2]{min-width:12rem}}.content__item[data-v-a03802b2]{display:flex;width:100%;color:var(--theme-foreground-color);font-weight:400}.content__item[data-v-a03802b2]>*{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-a03802b2]>*{justify-content:flex-start;padding:1rem!important}}.content__item--reactive[data-v-a03802b2]:hover{background:var(--theme-background-color-shade-4)}.content__item[data-v-a03802b2]:not(:last-child){border-bottom:1px solid var(--theme-border-color)}.contextmenu__trigger[data-v-a03802b2]{display:flex;justify-content:flex-start}.content[data-v-a03802b2] .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-a03802b2] .panel__content{top:0;left:0;transform:translate(min(var(--036683e2),calc(100vw - 100%))) translateY(min(var(--036683e0),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-f57af0a6]{border:1px solid var(--theme-brand-color)}.focus .input__icon[data-v-f57af0a6] [data-component=icon]{fill:var(--theme-brand-color)}.input:focus-within .input__container[data-v-f57af0a6],.textarea:focus-within .input__container[data-v-f57af0a6]{border:1px solid var(--theme-brand-color)}.input:focus-within .input__icon[data-v-f57af0a6] [data-component=icon],.textarea:focus-within .input__icon[data-v-f57af0a6] [data-component=icon]{fill:var(--theme-brand-color)}.input[data-v-f57af0a6]{--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-f57af0a6]{position:relative;display:flex;width:var(--input-width, 100%);border:var(--border)}.input__container[data-v-f57af0a6]:not(.input__container--textarea){height:var(--height)}.input__container--normal[data-v-f57af0a6],.input__container--bold[data-v-f57af0a6]{border-radius:var(--theme-radius-medium);background:var(--background-color)}.input__container--bold[data-v-f57af0a6]{height:var(--height-large)}.input__container--light[data-v-f57af0a6]{border-bottom:1px solid var(--theme-border-color)}.input__container>.input__input[data-v-f57af0a6],.input__container>.input__textarea[data-v-f57af0a6]{background:var(--background-color)}.input__input[data-v-f57af0a6],.input__textarea[data-v-f57af0a6]{font-family:unset}.input__input[data-v-f57af0a6]{width:100%;height:100%;outline:none}.input__input--normal[data-v-f57af0a6],.input__input--bold[data-v-f57af0a6]{color:var(--theme-foreground-color)}.input__input--normal[data-v-f57af0a6]{padding:var(--padding);font-size:11pt}.input__input--bold[data-v-f57af0a6]{padding:var(--padding-large);font-size:12.5pt}.input__input--light[data-v-f57af0a6]{padding:.6rem;background:transparent}.input__input--icon[data-v-f57af0a6]{padding-left:2.6em!important}.input__input--readOnly[data-v-f57af0a6]{background:#eee}.input__textarea[data-v-f57af0a6]{display:block;width:100%;height:8em;outline:none}.input__icon[data-v-f57af0a6]{position:absolute;top:50%;left:.6em;width:1.1em;transform:translateY(-50%)}.input__icon[data-v-f57af0a6] [data-component=icon]{fill:#bbb}.input__icon--bold[data-v-f57af0a6] [data-component=icon]{width:1.2rem;height:1.2rem}.input__clipboard[data-v-f57af0a6]{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-1c0432ab]{--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-1c0432ab]:focus{outline:none}.select[data-v-1c0432ab] option{background:var(--background-color)}.select--outline[data-v-1c0432ab]:focus-within{border-color:var(--theme-brand-color)}.select--multiple[data-v-1c0432ab]{padding:0}.select--multiple[data-v-1c0432ab] option{height:var(--height);padding:var(--padding)}.select--multiple[data-v-1c0432ab] 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-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-790d73bb]{display:grid;border:1px solid var(--theme-border-color);border-width:1px 1px 1px 0;border-radius:5px}.options__checkbox[data-v-790d73bb]{padding:.8rem;border-left:1px solid var(--theme-border-color)}.options__checkbox[data-v-790d73bb]: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-d491b7ce]{display:flex;width:min-content;flex-direction:column;row-gap:.8rem}.file__image[data-v-d491b7ce]{overflow:hidden;width:20rem;height:20rem;border-radius:5px}.file__image--unsent[data-v-d491b7ce]{opacity:.6}.file__actions[data-v-d491b7ce]{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-d491b7ce]{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-3b5a7221]{display:flex;min-height:2.8rem;align-items:center;padding:var(--theme-input-padding);color:var(--theme-foreground-color)}.item--selected[data-v-3b5a7221]{background:var(--theme-brand-color-shade-1);color:var(--theme-brand-color-contrast)}.item__values[data-v-3b5a7221]{display:flex;flex-direction:column;margin-right:auto;row-gap:.4rem}.item__value[data-v-3b5a7221]{display:flex;font-size:10pt}.item__value[data-v-3b5a7221]:not(:first-child){font-size:8pt}.search[data-v-f8e80dc0]{display:flex;flex-direction:column}.search__panel[data-v-f8e80dc0]{display:flex;flex-direction:column;gap:1rem}.search__input[data-v-f8e80dc0]{display:flex;align-items:stretch;margin-bottom:.8rem;gap:.8rem}.search__summary[data-v-f8e80dc0]{font-size:11pt}.form[data-v-d4645a62]{display:flex;flex-direction:column}.form__footer[data-v-d4645a62]{display:flex;align-items:center;margin-top:-1rem;column-gap:.6rem}.form__fieldset[data-v-d4645a62]{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-d4645a62]{font-size:10.2pt;line-height:1.6rem}.form__field-label--section[data-v-d4645a62]{font-size:12pt;font-weight:500}.form__field-hint[data-v-d4645a62]{font-size:.9rem}.form__field-required-hint[data-v-d4645a62]:after{margin-left:.35rem;color:#e22;content:"*"}.form__search-grid[data-v-d4645a62]{display:grid;gap:2rem}.form__validation-error[data-v-d4645a62]{padding:.4rem 0;color:red;font-size:.9rem}.form__array[data-v-d4645a62]{display:flex;flex-direction:column-reverse;gap:.6rem}.form__array-item[data-v-d4645a62]{display:flex;align-items:center;gap:.6rem}.cell-padding[data-v-0adf61ce]{padding:10px .8rem}.table[data-v-0adf61ce]{width:100%;border-radius:var(--theme-radius-large);border-spacing:0}@media screen and (width >= 768px){.table[data-v-0adf61ce]{overflow:hidden;border:var(--theme-frame-border)}}.table[data-v-0adf61ce] thead>tr{display:none}@media print{.table[data-v-0adf61ce] thead>tr{display:table-row}}@media screen and (width >= 768px){.table[data-v-0adf61ce] thead>tr{display:table-row;height:3rem;background:var(--theme-background-color-shade-4);text-align:left}}.table[data-v-0adf61ce] thead>tr>th{padding:10px .8rem;font-weight:400}.table[data-v-0adf61ce] tbody>tr,.table[data-v-0adf61ce] tfoot>tr{height:3rem;border:var(--theme-frame-border);background:var(--theme-background-color-shade-2)}@media screen and (width >= 768px){.table[data-v-0adf61ce] tbody>tr,.table[data-v-0adf61ce] tfoot>tr{border:0}.table[data-v-0adf61ce] tbody>tr:hover,.table[data-v-0adf61ce] tfoot>tr:hover{background:var(--theme-background-color-shade-2)}}@media screen and (width <= 768px){.table[data-v-0adf61ce] tbody>tr,.table[data-v-0adf61ce] tfoot>tr{display:flex;overflow:hidden;height:auto;flex-direction:column;border-radius:var(--theme-radius-large)}.table[data-v-0adf61ce] tbody>tr:not(:last-child),.table[data-v-0adf61ce] tfoot>tr:not(:last-child){margin-bottom:1rem}}@media screen and (width >= 768px){.table[data-v-0adf61ce] tbody>tr:not(:last-child)>td,.table[data-v-0adf61ce] tfoot>tr:not(:last-child)>td{border-bottom:1px solid var(--theme-border-color)}}.table[data-v-0adf61ce] tbody>tr>td,.table[data-v-0adf61ce] tfoot>tr>td{padding:10px .8rem;font-size:9.5pt}@media screen and (width >= 768px){.table[data-v-0adf61ce] tfoot>tr>td{border-top:1px solid var(--theme-border-color)}}@media screen and (width <= 768px){.table__cell-grid[data-v-0adf61ce]{display:flex;flex-direction:column}}.table__cell-mobile-label[data-v-0adf61ce]{display:none;font-weight:500}@media screen and (width <= 768px){.table__cell-mobile-label[data-v-0adf61ce]{display:inherit}}.table__cell-actions[data-v-0adf61ce]{display:flex;align-items:center;justify-content:flex-end;margin-left:auto;column-gap:.8rem}.table__cell-subvalue[data-v-0adf61ce]{font-weight:300}.table__mobile-actions[data-v-0adf61ce]{position:relative;padding:0!important;background:var(--theme-background-color-shade-4)}.table__mobile-actions-grid[data-v-0adf61ce]{display:grid}.table__mobile-actions-button[data-v-0adf61ce]{display:grid;width:100%;height:3.2rem;place-items:center}.table__mobile-actions-button[data-v-0adf61ce]:not(last-child){border-right:1px solid var(--theme-border-color)}.table__picture[data-v-0adf61ce]{overflow:hidden;width:2rem;height:2rem;border:1px solid var(--theme-border-color);border-radius:var(--theme-radius-large)}.table__empty[data-v-0adf61ce]{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-6ea2d642]{display:flex;align-items:center}.card__information[data-v-6ea2d642]{margin-top:.5rem;font-size:9.5pt;opacity:.6}.crud__controls[data-v-d5684d74]{display:flex;flex-wrap:wrap;align-items:stretch;justify-content:flex-end;gap:1rem}.crud__search[data-v-d5684d74]{min-width:90vw;flex:1;order:1}.crud__search[data-v-d5684d74] .input__container{height:100%}@media screen and (width >= 600px){.crud__search[data-v-d5684d74]{min-width:auto;order:0}}.crud__actions[data-v-d5684d74]{display:flex;align-items:stretch;gap:.5rem}.crud__pagination[data-v-d5684d74]{display:flex;align-items:center;justify-content:flex-end}.crud__context-badge[data-v-d5684d74]{display:flex;justify-content:flex-end}.prompt[data-v-c069c1ef]{max-width:32rem}.prompt__options[data-v-c069c1ef]{display:grid;width:100%;height:4rem}.prompt__option[data-v-c069c1ef]{display:grid;place-items:center}.prompt__option[data-v-c069c1ef]:not(:last-child){border-right:1px solid var(--theme-border-color)}.prompt__option--primary[data-v-c069c1ef]{color:var(--theme-blueish)}.prompt__option--danger[data-v-c069c1ef]{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}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-5f3141a5]{display:flex;width:100%;align-items:center;justify-content:center;gap:.4rem}@media screen and (width >= 600px){.topbar__preset[data-v-5f3141a5]{justify-content:flex-start}}.profile__user-name[data-v-19f77ae6]{font-size:18pt;font-weight:600}.profile__menu[data-v-19f77ae6]{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-19f77ae6]>*{padding:1.4rem}.profile__menu[data-v-19f77ae6]>*:not(:last-child){border-bottom:1px solid var(--theme-border-color)}
package/dist/ui.js CHANGED
@@ -1,43 +1,44 @@
1
- import { j as n, C as p, k as u, l as m, a as c, m as d, c as l, n as P, d as b, F as C, v as h, p as B, A as F, o as x, b as I, q as T, w as f, e as g, r as w, g as M, x as S, s as k, h as y, _ as G, f as R, D as j, y as q, z as v, B as z, t as D, u as E, E as H, H as O, G as _ } from "./index-62fbc6ae.js";
1
+ import { j as p, C as m, k as u, l as c, a as d, m as l, c as P, n as b, d as C, F as h, v as B, p as F, A as x, o as I, b as T, q as f, w as g, e as w, r as M, g as S, x as k, s as y, h as G, _ as R, f as j, D as q, y as v, z, B as D, t as E, u as H, E as O, H as _, G as J } from "./index-7d5b03a4.js";
2
2
  import "vue";
3
3
  import "@aeria-ui/i18n";
4
4
  import "@aeriajs/common";
5
5
  import "@aeria-ui/state-management";
6
6
  import "@aeria-ui/core";
7
7
  import "vue-router";
8
+ import "@aeria-ui/utils";
8
9
  export {
9
- n as AeriaAccordion,
10
- p as AeriaAsync,
10
+ p as AeriaAccordion,
11
+ m as AeriaAsync,
11
12
  u as AeriaBadge,
12
- m as AeriaBareButton,
13
- c as AeriaButton,
14
- d as AeriaCard,
15
- l as AeriaCheckbox,
16
- P as AeriaContextMenu,
17
- b as AeriaCrud,
18
- C as AeriaCrudTopbar,
19
- h as AeriaFile,
20
- B as AeriaFilterPanel,
21
- F as AeriaForm,
22
- x as AeriaGrid,
23
- I as AeriaIcon,
24
- T as AeriaInfo,
25
- f as AeriaInput,
26
- g as AeriaInsertPanel,
27
- w as AeriaMain,
28
- M as AeriaMenu,
29
- S as AeriaOptions,
30
- k as AeriaPagination,
31
- y as AeriaPanel,
32
- G as AeriaPasswordForm,
33
- R as AeriaPicture,
34
- j as AeriaPrompt,
35
- q as AeriaSearch,
36
- v as AeriaSelect,
37
- z as AeriaSwitch,
38
- D as AeriaTable,
39
- E as AeriaTabs,
40
- H as AeriaToast,
41
- O as dashboardRoutes,
42
- _ as userRoutes
13
+ c as AeriaBareButton,
14
+ d as AeriaButton,
15
+ l as AeriaCard,
16
+ P as AeriaCheckbox,
17
+ b as AeriaContextMenu,
18
+ C as AeriaCrud,
19
+ h as AeriaCrudTopbar,
20
+ B as AeriaFile,
21
+ F as AeriaFilterPanel,
22
+ x as AeriaForm,
23
+ I as AeriaGrid,
24
+ T as AeriaIcon,
25
+ f as AeriaInfo,
26
+ g as AeriaInput,
27
+ w as AeriaInsertPanel,
28
+ M as AeriaMain,
29
+ S as AeriaMenu,
30
+ k as AeriaOptions,
31
+ y as AeriaPagination,
32
+ G as AeriaPanel,
33
+ R as AeriaPasswordForm,
34
+ j as AeriaPicture,
35
+ q as AeriaPrompt,
36
+ v as AeriaSearch,
37
+ z as AeriaSelect,
38
+ D as AeriaSwitch,
39
+ E as AeriaTable,
40
+ H as AeriaTabs,
41
+ O as AeriaToast,
42
+ _ as dashboardRoutes,
43
+ J as userRoutes
43
44
  };
@@ -3,7 +3,7 @@ type Props = {
3
3
  id: string;
4
4
  section?: 'edit';
5
5
  };
6
- declare const _default: import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<Props>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>>, {}, {}>;
6
+ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
7
7
  export default _default;
8
8
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
9
9
  type __VLS_TypePropsToRuntimeProps<T> = {
@@ -4,7 +4,7 @@ type Props = {
4
4
  declare function __VLS_template(): {
5
5
  "crud-empty"?(_: {}): any;
6
6
  };
7
- declare const __VLS_component: import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<Props>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>>, {}, {}>;
7
+ declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
8
8
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
9
9
  export default _default;
10
10
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
@@ -1,2 +1,2 @@
1
- declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{}>>, {}, {}>;
1
+ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
2
2
  export default _default;
@@ -1,7 +1,7 @@
1
1
  declare function __VLS_template(): {
2
2
  "user-profile"?(_: {}): any;
3
3
  };
4
- declare const __VLS_component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{}>>, {}, {}>;
4
+ declare const __VLS_component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
5
5
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
6
6
  export default _default;
7
7
  type __VLS_WithTemplateSlots<T, S> = T & {
@@ -1,2 +1,2 @@
1
- declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{}>>, {}, {}>;
1
+ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
2
2
  export default _default;
@@ -1,2 +1,2 @@
1
- declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{}>>, {}, {}>;
1
+ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
2
2
  export default _default;
@@ -1,2 +1,2 @@
1
- declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{}>>, {}, {}>;
1
+ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
2
2
  export default _default;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aeria-ui/ui",
3
3
  "type": "module",
4
- "version": "0.0.98",
4
+ "version": "0.0.99",
5
5
  "description": "",
6
6
  "keywords": [],
7
7
  "author": "",
@@ -26,6 +26,7 @@
26
26
  "@aeria-ui/core": "link:../core",
27
27
  "@aeria-ui/i18n": "link:../i18n",
28
28
  "@aeria-ui/state-management": "link:../state-management",
29
+ "@aeria-ui/utils": "link:../utils",
29
30
  "@aeriajs/common": "0.0",
30
31
  "@aeriajs/types": "0.0",
31
32
  "@vitejs/plugin-vue": "^4.2.3",
@@ -36,9 +37,10 @@
36
37
  "vue-tsc": "^2.0.22"
37
38
  },
38
39
  "peerDependencies": {
39
- "@aeria-ui/core": "^0.0.61",
40
+ "@aeria-ui/core": "^0.0.62",
40
41
  "@aeria-ui/i18n": "^0.0.8",
41
42
  "@aeria-ui/state-management": "^0.0.13",
43
+ "@aeria-ui/utils": "^0.0.1",
42
44
  "@aeriajs/common": "0.0",
43
45
  "vue-router": "^4.3.2"
44
46
  },
@@ -1,85 +0,0 @@
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
- import { useStore as y } from "@aeria-ui/state-management";
3
- import { useRouter as A } from "vue-router";
4
- import { A as I, _ as R, a as w } from "./index-62fbc6ae.js";
5
- import "@aeria-ui/i18n";
6
- import "@aeriajs/common";
7
- import "@aeria-ui/core";
8
- const b = {
9
- key: 0,
10
- style: { display: "grid", gap: "1rem" }
11
- }, q = /* @__PURE__ */ g("h1", null, "Cadastre uma senha", -1), B = {
12
- key: 1,
13
- style: { display: "grid", gap: "1rem" }
14
- }, E = /* @__PURE__ */ g("h1", null, "Conta ativada com sucesso!", -1), G = /* @__PURE__ */ k({
15
- __name: "activation",
16
- async setup(N) {
17
- let s, u;
18
- const o = A(), n = y("user"), h = y("meta"), V = o.currentRoute.value.query.step || "success", l = o.currentRoute.value.query.u, d = o.currentRoute.value.query.t, { error: m, result: c } = ([s, u] = $(() => n.$functions.getInfo({
19
- userId: l,
20
- token: d
21
- })), s = await s, u(), s);
22
- if (m)
23
- throw m;
24
- const e = x({
25
- name: c.name,
26
- email: c.email,
27
- password: "",
28
- confirmation: ""
29
- }), C = async () => {
30
- await n.$actions.custom(`activate?u=${l}&t=${d}`, {
31
- password: e.value.password
32
- }), n.credentials.email = e.value.email, await h.$actions.spawnModal({
33
- title: "Sucesso!",
34
- body: "Sua conta foi ativada com sucesso. Experimente fazer login com o seu email e senha."
35
- }), o.push("/user/signin");
36
- };
37
- return (M, t) => p(V) === "password" ? (f(), _("div", b, [
38
- q,
39
- r(I, {
40
- modelValue: e.value,
41
- "onUpdate:modelValue": t[0] || (t[0] = (a) => e.value = a),
42
- form: {
43
- name: {
44
- type: "string",
45
- readOnly: !0
46
- },
47
- email: {
48
- type: "string",
49
- readOnly: !0
50
- }
51
- }
52
- }, null, 8, ["modelValue"]),
53
- r(R, {
54
- modelValue: e.value,
55
- "onUpdate:modelValue": t[1] || (t[1] = (a) => e.value = a)
56
- }, {
57
- default: i(({ passwordError: a }) => [
58
- r(w, {
59
- disabled: !!a,
60
- onClick: S(C, ["prevent"])
61
- }, {
62
- default: i(() => [
63
- v(" Cadastrar senha ")
64
- ]),
65
- _: 2
66
- }, 1032, ["disabled"])
67
- ]),
68
- _: 1
69
- }, 8, ["modelValue"])
70
- ])) : (f(), _("div", B, [
71
- E,
72
- r(w, {
73
- onClick: t[2] || (t[2] = (a) => p(o).push("/user/signin"))
74
- }, {
75
- default: i(() => [
76
- v(" Ir para a página de login ")
77
- ]),
78
- _: 1
79
- })
80
- ]));
81
- }
82
- });
83
- export {
84
- G as default
85
- };