@aeria-ui/ui 0.0.41 → 0.0.43

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.
@@ -2,7 +2,7 @@ import { defineComponent as C, withAsyncContext as k, ref as $, unref as c, open
2
2
  import { useStore as y } from "@aeria-ui/state-management";
3
3
  import { unsafe as x } from "@aeriajs/common";
4
4
  import { useRouter as S } from "vue-router";
5
- import { A, _ as I, a as v } from "./index-0ff80523.js";
5
+ import { A, _ as I, a as v } from "./index-82deba70.js";
6
6
  import "@aeria-ui/i18n";
7
7
  import "@aeria-ui/core";
8
8
  const R = {
@@ -1,5 +1,10 @@
1
+ import { CollectionAction } from '@aeriajs/types';
2
+
1
3
  type Props = {
2
- actions?: any;
4
+ actions?: (CollectionAction<any> & {
5
+ action: string;
6
+ click: (...args: any[]) => void;
7
+ })[];
3
8
  subject?: any;
4
9
  overlayLayer?: number;
5
10
  };
@@ -1,5 +1,6 @@
1
1
  import { Property } from '@aeriajs/types';
2
+ import { GlobalStateManager } from '@aeria-ui/state-management';
2
3
 
3
4
  export declare const getComponent: (property: Property, customComponents: Record<string, any>) => any;
4
- export declare const pushToArray: (modelValue: any[] | undefined, property: Property) => number;
5
+ export declare const pushToArray: (modelValue: any[] | undefined, property: Property, manager: GlobalStateManager) => number;
5
6
  export declare const spliceFromArray: (modelValue: any[], index: number) => void;
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as e, openBlock as t, createBlock as r, createSlots as c, withCtx as i, renderSlot as l, createCommentVNode as n } from "vue";
2
- import { d as m } from "./index-0ff80523.js";
2
+ import { d as m } from "./index-82deba70.js";
3
3
  import "@aeria-ui/i18n";
4
4
  import "@aeria-ui/core";
5
5
  import "@aeria-ui/state-management";