@aeria-ui/ui 0.0.31 → 0.0.33

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,9 +2,9 @@ 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-0078f1b5.js";
5
+ import { A, _ as I, a as v } from "./index-0c058b56.js";
6
6
  import "@aeria-ui/i18n";
7
- import "@aeria-ui/web";
7
+ import "@aeria-ui/core";
8
8
  const R = {
9
9
  key: 0,
10
10
  style: { display: "grid", gap: "1rem" }
@@ -1,5 +1,5 @@
1
1
  import type { FiltersPreset } from '@aeriajs/types';
2
- import type { CollectionStore } from '@aeria-ui/web';
2
+ import type { CollectionStore } from '@aeria-ui/core';
3
3
  export declare const togglePreset: (preset: FiltersPreset<any> | null, store: CollectionStore | undefined) => void;
4
4
  export declare const watchStore: (store: CollectionStore | undefined, options?: {
5
5
  persistInQuery: boolean;
@@ -1,4 +1,4 @@
1
- import type { ActionEvent } from '@aeria-ui/web';
1
+ import type { ActionEvent } from '@aeria-ui/core';
2
2
  export declare const isInsertVisible: import("vue").Ref<string | boolean>;
3
3
  export declare const isInsertReadonly: import("vue").Ref<boolean>;
4
4
  export declare const isFilterVisible: import("vue").Ref<boolean>;
@@ -1,7 +1,7 @@
1
- import type { ActionEvent, CollectionStore } from '@aeria-ui/web';
1
+ import type { ActionEvent, CollectionStore } from '@aeria-ui/core';
2
2
  import type { Layout } from '@aeriajs/types';
3
3
  import { type Ref } from 'vue';
4
- import { useAction } from '@aeria-ui/web';
4
+ import { useAction } from '@aeria-ui/core';
5
5
  type Props = {
6
6
  collection: string;
7
7
  noControls?: boolean;
@@ -1,4 +1,4 @@
1
- import { type Pagination } from '@aeria-ui/web';
1
+ import { type Pagination } from '@aeria-ui/core';
2
2
  type Props = {
3
3
  pagination: Pagination;
4
4
  };
@@ -1,4 +1,4 @@
1
- import type { PromptAction } from '@aeria-ui/web';
1
+ import type { PromptAction } from '@aeria-ui/core';
2
2
  type Props = {
3
3
  title?: string;
4
4
  actions: PromptAction[];
@@ -6,13 +6,13 @@ type Props = FormFieldProps<any, Property & FileProperty> & {
6
6
  content?: any;
7
7
  };
8
8
  declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<Props>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
9
- "update:modelValue": (value: any) => void;
10
- change: (value: any) => void;
11
- "update:content": (value: any) => void;
9
+ change: (value: string | ArrayBuffer | null) => void;
10
+ "update:content": (value: string | ArrayBuffer | null) => void;
11
+ "update:modelValue": (value: File | null) => void;
12
12
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>> & {
13
- onChange?: ((value: any) => any) | undefined;
14
- "onUpdate:modelValue"?: ((value: any) => any) | undefined;
15
- "onUpdate:content"?: ((value: any) => any) | undefined;
13
+ onChange?: ((value: string | ArrayBuffer | null) => any) | undefined;
14
+ "onUpdate:modelValue"?: ((value: File | null) => any) | undefined;
15
+ "onUpdate:content"?: ((value: string | ArrayBuffer | null) => any) | undefined;
16
16
  }, {}, {}>;
17
17
  export default _default;
18
18
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
@@ -1,7 +1,7 @@
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-0078f1b5.js";
2
+ import { d as m } from "./index-0c058b56.js";
3
3
  import "@aeria-ui/i18n";
4
- import "@aeria-ui/web";
4
+ import "@aeria-ui/core";
5
5
  import "@aeria-ui/state-management";
6
6
  import "vue-router";
7
7
  import "@aeriajs/common";