@aeria-ui/ui 0.0.153 → 0.0.154

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 r, watch as n, 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-ca5a52cb.js";
3
+ import { e as s } from "./index-88c0cb72.js";
4
4
  import "@aeria-ui/i18n";
5
5
  import "@aeria-ui/core";
6
6
  import "@aeriajs/common";
@@ -3,7 +3,7 @@ import { INSTANCE_VARS_SYMBOL as U } from "@aeria-ui/core";
3
3
  import { useStore as $ } from "@aeria-ui/state-management";
4
4
  import { useRouter as x } from "vue-router";
5
5
  import { t as i } from "@aeria-ui/i18n";
6
- import { A as E, _ as I, a as v } from "./index-ca5a52cb.js";
6
+ import { A as E, _ as I, a as v } from "./index-88c0cb72.js";
7
7
  import "@aeriajs/common";
8
8
  import "@aeria-ui/utils";
9
9
  const N = { key: 0 }, T = {
@@ -1,6 +1,6 @@
1
1
  type Props = {
2
2
  closeHint?: boolean;
3
- modelValue?: boolean | object;
3
+ modelValue?: boolean | string | object;
4
4
  title?: string;
5
5
  float?: boolean;
6
6
  fixedRight?: boolean;
@@ -45,7 +45,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
45
45
  onOverlayClick?: (() => any) | undefined;
46
46
  }>, {
47
47
  closeHint: boolean;
48
- modelValue: boolean | object;
48
+ modelValue: boolean | string | object;
49
49
  collapsible: boolean;
50
50
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
51
51
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as e, openBlock as t, createBlock as r, createSlots as i, withCtx as n, renderSlot as c, createCommentVNode as l } from "vue";
2
- import { d as m } from "./index-ca5a52cb.js";
2
+ import { d as m } from "./index-88c0cb72.js";
3
3
  import "@aeria-ui/i18n";
4
4
  import "@aeria-ui/core";
5
5
  import "@aeriajs/common";