@aeria-ui/ui 0.0.97 → 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.
- package/dist/{_id_-28e2ff98.js → _id_-4e41f0b3.js} +6 -5
- package/dist/activation-ff45bf88.js +86 -0
- package/dist/components/aeria-accordion/aeria-accordion.vue.d.ts +1 -1
- package/dist/components/aeria-badge/aeria-badge.vue.d.ts +1 -1
- package/dist/components/aeria-bare-button/aeria-bare-button.vue.d.ts +3 -3
- package/dist/components/aeria-button/aeria-button.vue.d.ts +1 -1
- package/dist/components/aeria-card/aeria-card.vue.d.ts +1 -1
- package/dist/components/aeria-context-menu/aeria-context-menu.vue.d.ts +3 -3
- package/dist/components/aeria-crud/_internals/helpers.d.ts +1 -1
- package/dist/components/aeria-crud/_internals/layouts/aeria-grid/aeria-grid.vue.d.ts +1 -1
- package/dist/components/aeria-crud/_internals/layouts/aeria-tabular/aeria-tabular.vue.d.ts +1 -1
- package/dist/components/aeria-crud/_internals/layouts/index.d.ts +8 -8
- package/dist/components/aeria-crud/_internals/store.d.ts +8 -4
- package/dist/components/aeria-crud/aeria-crud.vue.d.ts +3 -3
- package/dist/components/aeria-filter-panel/aeria-filter-panel.vue.d.ts +2 -2
- package/dist/components/aeria-grid/aeria-grid.vue.d.ts +1 -1
- package/dist/components/aeria-icon/aeria-icon.vue.d.ts +1 -1
- package/dist/components/aeria-info/aeria-info.vue.d.ts +4 -4
- package/dist/components/aeria-insert-panel/aeria-insert-panel.vue.d.ts +6 -6
- package/dist/components/aeria-main/aeria-main.vue.d.ts +1 -1
- package/dist/components/aeria-menu/aeria-menu.vue.d.ts +1 -1
- package/dist/components/aeria-pagination/aeria-pagination.vue.d.ts +3 -3
- package/dist/components/aeria-panel/aeria-panel.vue.d.ts +6 -6
- package/dist/components/aeria-picture/aeria-picture.vue.d.ts +1 -1
- package/dist/components/aeria-table/aeria-table.vue.d.ts +3 -3
- package/dist/components/aeria-tabs/aeria-tabs.vue.d.ts +1 -1
- package/dist/components/dashboard/aeria-crud-topbar/aeria-crud-topbar.vue.d.ts +1 -1
- package/dist/components/dashboard/aeria-password-form/aeria-password-form.vue.d.ts +3 -3
- package/dist/components/dashboard/aeria-prompt/aeria-prompt.vue.d.ts +1 -1
- package/dist/components/dashboard/aeria-toast/aeria-toast.vue.d.ts +1 -1
- package/dist/components/form/aeria-checkbox/aeria-checkbox.vue.d.ts +5 -5
- package/dist/components/form/aeria-file/aeria-file.vue.d.ts +3 -3
- package/dist/components/form/aeria-form/aeria-form.vue.d.ts +6 -6
- package/dist/components/form/aeria-input/aeria-input.vue.d.ts +3 -3
- package/dist/components/form/aeria-options/aeria-options.vue.d.ts +10 -14
- package/dist/components/form/aeria-search/_internals/components/aeria-search-container/aeria-search-container.vue.d.ts +3 -3
- package/dist/components/form/aeria-search/_internals/components/aeria-search-item/aeria-search-item.vue.d.ts +3 -3
- package/dist/components/form/aeria-search/aeria-search.vue.d.ts +6 -6
- package/dist/components/form/aeria-select/aeria-select.vue.d.ts +4 -4
- package/dist/components/form/aeria-switch/aeria-switch.vue.d.ts +5 -5
- package/dist/components/utils/aeria-async.d.ts +4 -4
- package/dist/{index-7e4faf19.js → index-0ef9607e.js} +4 -3
- package/dist/{index-3e560edd.js → index-47e06fd8.js} +7 -6
- package/dist/{index-bdc0133c.js → index-5bc37b94.js} +8 -7
- package/dist/{index-62fbc6ae.js → index-7d5b03a4.js} +820 -819
- package/dist/{signin-131cef9c.js → signin-5b0ad694.js} +4 -3
- package/dist/{signup-037f2f37.js → signup-841995d1.js} +4 -3
- package/dist/style.css +1 -1
- package/dist/ui.js +35 -34
- package/dist/views/dashboard/[collection]/[id].vue.d.ts +1 -1
- package/dist/views/dashboard/[collection]/index.vue.d.ts +1 -1
- package/dist/views/dashboard/user/password-change/index.vue.d.ts +1 -1
- package/dist/views/dashboard/user/profile/index.vue.d.ts +1 -1
- package/dist/views/user/activation.vue.d.ts +1 -1
- package/dist/views/user/signin.vue.d.ts +1 -1
- package/dist/views/user/signup.vue.d.ts +1 -1
- package/package.json +4 -2
- package/dist/activation-01e847e4.js +0 -85
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { ArrayProperty, EnumProperty, BooleanProperty, Property } from '@aeriajs/types';
|
|
2
2
|
import { FormFieldProps } from '../types.js';
|
|
3
3
|
|
|
4
|
-
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<FormFieldProps<any, (EnumProperty & import('@aeriajs/types').PropertyBase & import('@aeriajs/types').RefProperty) | (EnumProperty & import('@aeriajs/types').PropertyBase & Omit<import('@aeriajs/types').RefProperty, "$ref"> & {
|
|
4
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<FormFieldProps<any, (EnumProperty & import('@aeriajs/types').PropertyBase & import('@aeriajs/types').RefProperty) | (EnumProperty & import('@aeriajs/types').PropertyBase & Omit<import('@aeriajs/types').RefProperty, "$ref"> & {
|
|
5
5
|
$ref: "file";
|
|
6
6
|
accept?: readonly string[];
|
|
7
7
|
extensions?: readonly string[];
|
|
@@ -29,9 +29,9 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
|
|
|
29
29
|
}) | (BooleanProperty & import('@aeriajs/types').PropertyBase & EnumProperty) | (BooleanProperty & import('@aeriajs/types').PropertyBase) | (BooleanProperty & import('@aeriajs/types').PropertyBase & import('@aeriajs/types').GetterProperty) | (BooleanProperty & import('@aeriajs/types').PropertyBase & import('@aeriajs/types').ConstProperty)> & {
|
|
30
30
|
value?: any;
|
|
31
31
|
variant?: string;
|
|
32
|
-
}
|
|
33
|
-
"update:modelValue": (value: any) => void;
|
|
32
|
+
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
34
33
|
change: (value: any) => void;
|
|
34
|
+
"update:modelValue": (value: any) => void;
|
|
35
35
|
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<FormFieldProps<any, (EnumProperty & import('@aeriajs/types').PropertyBase & import('@aeriajs/types').RefProperty) | (EnumProperty & import('@aeriajs/types').PropertyBase & Omit<import('@aeriajs/types').RefProperty, "$ref"> & {
|
|
36
36
|
$ref: "file";
|
|
37
37
|
accept?: readonly string[];
|
|
@@ -60,10 +60,10 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
|
|
|
60
60
|
}) | (BooleanProperty & import('@aeriajs/types').PropertyBase & EnumProperty) | (BooleanProperty & import('@aeriajs/types').PropertyBase) | (BooleanProperty & import('@aeriajs/types').PropertyBase & import('@aeriajs/types').GetterProperty) | (BooleanProperty & import('@aeriajs/types').PropertyBase & import('@aeriajs/types').ConstProperty)> & {
|
|
61
61
|
value?: any;
|
|
62
62
|
variant?: string;
|
|
63
|
-
}>>> & {
|
|
63
|
+
}>>> & Readonly<{
|
|
64
64
|
onChange?: ((value: any) => any) | undefined;
|
|
65
65
|
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
66
|
-
}, {}, {}>, {
|
|
66
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, {
|
|
67
67
|
description?(_: {}): any;
|
|
68
68
|
default?(_: {}): any;
|
|
69
69
|
hint?(_: {}): any;
|
|
@@ -9,19 +9,19 @@ type Props = FormFieldProps<any, Property & FileProperty> & {
|
|
|
9
9
|
type TempFile = {
|
|
10
10
|
tempId: string;
|
|
11
11
|
};
|
|
12
|
-
declare const _default: import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<Props
|
|
12
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
13
13
|
change: (value: string | ArrayBuffer | null) => void;
|
|
14
14
|
"update:content": (value: string | ArrayBuffer | null) => void;
|
|
15
15
|
"update:modelValue": (value: File | (TempFile & {
|
|
16
16
|
file: File;
|
|
17
17
|
}) | null) => void;
|
|
18
|
-
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>> & {
|
|
18
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>> & Readonly<{
|
|
19
19
|
onChange?: ((value: string | ArrayBuffer | null) => any) | undefined;
|
|
20
20
|
"onUpdate:modelValue"?: ((value: File | (TempFile & {
|
|
21
21
|
file: File;
|
|
22
22
|
}) | null) => any) | undefined;
|
|
23
23
|
"onUpdate:content"?: ((value: string | ArrayBuffer | null) => any) | undefined;
|
|
24
|
-
}, {}, {}>;
|
|
24
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
25
25
|
export default _default;
|
|
26
26
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
27
27
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -45,28 +45,28 @@ declare function __VLS_template(): Partial<Record<`field-${string}`, (_: {
|
|
|
45
45
|
isInsertReady: boolean;
|
|
46
46
|
}): any;
|
|
47
47
|
};
|
|
48
|
-
declare const __VLS_component: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
48
|
+
declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
49
49
|
searchony: boolean;
|
|
50
50
|
validationErrors: null;
|
|
51
51
|
highlightRequired: boolean;
|
|
52
|
-
}
|
|
52
|
+
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
53
|
+
change: (value: any) => void;
|
|
53
54
|
input: (value: any) => void;
|
|
54
55
|
"update:modelValue": (value: any) => void;
|
|
55
|
-
change: (value: any) => void;
|
|
56
56
|
clipboardCopy: (value: string) => void;
|
|
57
57
|
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
58
58
|
searchony: boolean;
|
|
59
59
|
validationErrors: null;
|
|
60
60
|
highlightRequired: boolean;
|
|
61
|
-
}>>> & {
|
|
61
|
+
}>>> & Readonly<{
|
|
62
62
|
onChange?: ((value: any) => any) | undefined;
|
|
63
63
|
onInput?: ((value: any) => any) | undefined;
|
|
64
64
|
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
65
65
|
onClipboardCopy?: ((value: string) => any) | undefined;
|
|
66
|
-
}
|
|
66
|
+
}>, {
|
|
67
67
|
validationErrors: Record<string, unknown> | null;
|
|
68
68
|
highlightRequired: boolean;
|
|
69
|
-
}, {}>;
|
|
69
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
70
70
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
71
71
|
export default _default;
|
|
72
72
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
@@ -11,17 +11,17 @@ declare function __VLS_template(): {
|
|
|
11
11
|
description?(_: {}): any;
|
|
12
12
|
hint?(_: {}): any;
|
|
13
13
|
};
|
|
14
|
-
declare const __VLS_component: import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<Props
|
|
14
|
+
declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
15
15
|
input: (value: InputType) => void;
|
|
16
16
|
"update:modelValue": (value: InputType) => void;
|
|
17
17
|
change: (value: any) => void;
|
|
18
18
|
clipboardCopy: (value: string) => void;
|
|
19
|
-
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>> & {
|
|
19
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>> & Readonly<{
|
|
20
20
|
onChange?: ((value: any) => any) | undefined;
|
|
21
21
|
onInput?: ((value: InputType) => any) | undefined;
|
|
22
22
|
"onUpdate:modelValue"?: ((value: InputType) => any) | undefined;
|
|
23
23
|
onClipboardCopy?: ((value: string) => any) | undefined;
|
|
24
|
-
}, {}, {}>;
|
|
24
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
25
25
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
26
26
|
export default _default;
|
|
27
27
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
@@ -1,31 +1,27 @@
|
|
|
1
|
-
import { ArrayProperty, EnumProperty } from '@aeriajs/types';
|
|
1
|
+
import { PropertyBase, ArrayProperty, EnumProperty } from '@aeriajs/types';
|
|
2
2
|
import { FormFieldProps } from '../types.js';
|
|
3
3
|
|
|
4
|
-
declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Omit<FormFieldProps<any>, "property"> & {
|
|
5
|
-
property: (EnumProperty | (ArrayProperty & {
|
|
4
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Omit<FormFieldProps<any>, "property"> & {
|
|
5
|
+
property: PropertyBase & (EnumProperty | (ArrayProperty & {
|
|
6
6
|
items: EnumProperty;
|
|
7
|
-
}))
|
|
8
|
-
readOnly?: boolean;
|
|
9
|
-
};
|
|
7
|
+
}));
|
|
10
8
|
columns?: number;
|
|
11
9
|
}>, {
|
|
12
10
|
columns: number;
|
|
13
|
-
}
|
|
11
|
+
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
14
12
|
"update:modelValue": (value: any) => void;
|
|
15
13
|
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Omit<FormFieldProps<any>, "property"> & {
|
|
16
|
-
property: (EnumProperty | (ArrayProperty & {
|
|
14
|
+
property: PropertyBase & (EnumProperty | (ArrayProperty & {
|
|
17
15
|
items: EnumProperty;
|
|
18
|
-
}))
|
|
19
|
-
readOnly?: boolean;
|
|
20
|
-
};
|
|
16
|
+
}));
|
|
21
17
|
columns?: number;
|
|
22
18
|
}>, {
|
|
23
19
|
columns: number;
|
|
24
|
-
}>>> & {
|
|
20
|
+
}>>> & Readonly<{
|
|
25
21
|
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
26
|
-
}
|
|
22
|
+
}>, {
|
|
27
23
|
columns: number;
|
|
28
|
-
}, {}>;
|
|
24
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
29
25
|
export default _default;
|
|
30
26
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
31
27
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -5,11 +5,11 @@ declare function __VLS_template(): {
|
|
|
5
5
|
default?(_: {}): any;
|
|
6
6
|
footer?(_: {}): any;
|
|
7
7
|
};
|
|
8
|
-
declare const __VLS_component: import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<Props
|
|
8
|
+
declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
9
9
|
endReached: (value: boolean) => void;
|
|
10
|
-
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>> & {
|
|
10
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>> & Readonly<{
|
|
11
11
|
onEndReached?: ((value: boolean) => any) | undefined;
|
|
12
|
-
}, {}, {}>;
|
|
12
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
13
13
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
14
14
|
export default _default;
|
|
15
15
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
@@ -11,13 +11,13 @@ type Props = {
|
|
|
11
11
|
declare function __VLS_template(): {
|
|
12
12
|
default?(_: {}): any;
|
|
13
13
|
};
|
|
14
|
-
declare const __VLS_component: import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<Props
|
|
14
|
+
declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
15
15
|
"update:modelValue": (value: CollectionStoreItem | CollectionStoreItem[] | null | undefined) => void;
|
|
16
16
|
change: (value: Record<string, unknown>) => void;
|
|
17
|
-
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>> & {
|
|
17
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>> & Readonly<{
|
|
18
18
|
onChange?: ((value: Record<string, unknown>) => any) | undefined;
|
|
19
19
|
"onUpdate:modelValue"?: ((value: CollectionStoreItem | CollectionStoreItem[] | null | undefined) => any) | undefined;
|
|
20
|
-
}, {}, {}>;
|
|
20
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
21
21
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
22
22
|
export default _default;
|
|
23
23
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
@@ -6,21 +6,21 @@ type Props = Omit<FormFieldProps<any>, 'property' | 'propertyName'> & {
|
|
|
6
6
|
selectOnly?: boolean;
|
|
7
7
|
panel?: any;
|
|
8
8
|
};
|
|
9
|
-
declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
9
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
10
10
|
panel: undefined;
|
|
11
|
-
}
|
|
12
|
-
"update:modelValue": (event: any) => void;
|
|
11
|
+
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
13
12
|
change: (event: any) => void;
|
|
13
|
+
"update:modelValue": (event: any) => void;
|
|
14
14
|
"update:panel": (event: boolean) => void;
|
|
15
15
|
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
16
16
|
panel: undefined;
|
|
17
|
-
}>>> & {
|
|
17
|
+
}>>> & Readonly<{
|
|
18
18
|
onChange?: ((event: any) => any) | undefined;
|
|
19
19
|
"onUpdate:modelValue"?: ((event: any) => any) | undefined;
|
|
20
20
|
"onUpdate:panel"?: ((event: boolean) => any) | undefined;
|
|
21
|
-
}
|
|
21
|
+
}>, {
|
|
22
22
|
panel: any;
|
|
23
|
-
}, {}>;
|
|
23
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
24
24
|
export default _default;
|
|
25
25
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
26
26
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -9,13 +9,13 @@ type Props = FormFieldProps<any, Property & (EnumProperty | BooleanProperty)> &
|
|
|
9
9
|
declare function __VLS_template(): {
|
|
10
10
|
default?(_: {}): any;
|
|
11
11
|
};
|
|
12
|
-
declare const __VLS_component: import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<Props
|
|
13
|
-
"update:modelValue": (value: any) => void;
|
|
12
|
+
declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
14
13
|
change: (value: any) => void;
|
|
15
|
-
|
|
14
|
+
"update:modelValue": (value: any) => void;
|
|
15
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>> & Readonly<{
|
|
16
16
|
onChange?: ((value: any) => any) | undefined;
|
|
17
17
|
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
18
|
-
}, {}, {}>;
|
|
18
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
19
19
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
20
20
|
export default _default;
|
|
21
21
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
import { BooleanProperty } from '@aeriajs/types';
|
|
2
2
|
import { FormFieldProps } from '../types.js';
|
|
3
3
|
|
|
4
|
-
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<FormFieldProps<any, (import('@aeriajs/types').PropertyBase & BooleanProperty) | (import('@aeriajs/types').PropertyBase & import('@aeriajs/types').RefProperty & BooleanProperty) | (import('@aeriajs/types').PropertyBase & Omit<import('@aeriajs/types').RefProperty, "$ref"> & {
|
|
4
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<FormFieldProps<any, (import('@aeriajs/types').PropertyBase & BooleanProperty) | (import('@aeriajs/types').PropertyBase & import('@aeriajs/types').RefProperty & BooleanProperty) | (import('@aeriajs/types').PropertyBase & Omit<import('@aeriajs/types').RefProperty, "$ref"> & {
|
|
5
5
|
$ref: "file";
|
|
6
6
|
accept?: readonly string[];
|
|
7
7
|
extensions?: readonly string[];
|
|
8
|
-
} & BooleanProperty) | (import('@aeriajs/types').PropertyBase & import('@aeriajs/types').EnumProperty & BooleanProperty) | (import('@aeriajs/types').PropertyBase & import('@aeriajs/types').GetterProperty & BooleanProperty) | (import('@aeriajs/types').PropertyBase & import('@aeriajs/types').ConstProperty & BooleanProperty)
|
|
9
|
-
"update:modelValue": (value: boolean) => void;
|
|
8
|
+
} & BooleanProperty) | (import('@aeriajs/types').PropertyBase & import('@aeriajs/types').EnumProperty & BooleanProperty) | (import('@aeriajs/types').PropertyBase & import('@aeriajs/types').GetterProperty & BooleanProperty) | (import('@aeriajs/types').PropertyBase & import('@aeriajs/types').ConstProperty & BooleanProperty)>>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
10
9
|
change: (value: boolean) => void;
|
|
10
|
+
"update:modelValue": (value: boolean) => void;
|
|
11
11
|
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<FormFieldProps<any, (import('@aeriajs/types').PropertyBase & BooleanProperty) | (import('@aeriajs/types').PropertyBase & import('@aeriajs/types').RefProperty & BooleanProperty) | (import('@aeriajs/types').PropertyBase & Omit<import('@aeriajs/types').RefProperty, "$ref"> & {
|
|
12
12
|
$ref: "file";
|
|
13
13
|
accept?: readonly string[];
|
|
14
14
|
extensions?: readonly string[];
|
|
15
|
-
} & BooleanProperty) | (import('@aeriajs/types').PropertyBase & import('@aeriajs/types').EnumProperty & BooleanProperty) | (import('@aeriajs/types').PropertyBase & import('@aeriajs/types').GetterProperty & BooleanProperty) | (import('@aeriajs/types').PropertyBase & import('@aeriajs/types').ConstProperty & BooleanProperty)>>>> & {
|
|
15
|
+
} & BooleanProperty) | (import('@aeriajs/types').PropertyBase & import('@aeriajs/types').EnumProperty & BooleanProperty) | (import('@aeriajs/types').PropertyBase & import('@aeriajs/types').GetterProperty & BooleanProperty) | (import('@aeriajs/types').PropertyBase & import('@aeriajs/types').ConstProperty & BooleanProperty)>>>> & Readonly<{
|
|
16
16
|
onChange?: ((value: boolean) => any) | undefined;
|
|
17
17
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
18
|
-
}, {}, {}>, {
|
|
18
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, {
|
|
19
19
|
default?(_: {}): any;
|
|
20
20
|
}>;
|
|
21
21
|
export default _default;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const AeriaAsync: import('vue').DefineComponent<{
|
|
1
|
+
export declare const AeriaAsync: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2
2
|
initialValue: StringConstructor;
|
|
3
3
|
promise: {
|
|
4
4
|
new (executor: (resolve: (value: string | PromiseLike<string>) => void, reject: (reason?: any) => void) => void): Promise<string>;
|
|
@@ -18,9 +18,9 @@ export declare const AeriaAsync: import('vue').DefineComponent<{
|
|
|
18
18
|
withResolvers<T>(): PromiseWithResolvers<T>;
|
|
19
19
|
readonly [Symbol.species]: PromiseConstructor;
|
|
20
20
|
};
|
|
21
|
-
}
|
|
21
|
+
}>, () => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
22
22
|
[key: string]: any;
|
|
23
|
-
}>,
|
|
23
|
+
}>, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
24
24
|
initialValue: StringConstructor;
|
|
25
25
|
promise: {
|
|
26
26
|
new (executor: (resolve: (value: string | PromiseLike<string>) => void, reject: (reason?: any) => void) => void): Promise<string>;
|
|
@@ -40,4 +40,4 @@ export declare const AeriaAsync: import('vue').DefineComponent<{
|
|
|
40
40
|
withResolvers<T>(): PromiseWithResolvers<T>;
|
|
41
41
|
readonly [Symbol.species]: PromiseConstructor;
|
|
42
42
|
};
|
|
43
|
-
}
|
|
43
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -2,9 +2,10 @@ import { defineComponent as h, ref as w, resolveDirective as A, openBlock as u,
|
|
|
2
2
|
import { useRouter as z } from "vue-router";
|
|
3
3
|
import { useStore as v } from "@aeria-ui/state-management";
|
|
4
4
|
import { STORAGE_NAMESPACE as y } from "@aeria-ui/core";
|
|
5
|
-
import { f as E, g as I, b as f, h as O, a as x, A as B, i as U } from "./index-
|
|
5
|
+
import { f as E, g as I, b as f, h as O, a as x, A as B, i as U } from "./index-7d5b03a4.js";
|
|
6
6
|
import "@aeria-ui/i18n";
|
|
7
7
|
import "@aeriajs/common";
|
|
8
|
+
import "@aeria-ui/utils";
|
|
8
9
|
const D = { class: "profile__user-name" }, F = /* @__PURE__ */ h({
|
|
9
10
|
__name: "index",
|
|
10
11
|
setup(M) {
|
|
@@ -126,7 +127,7 @@ const D = { class: "profile__user-name" }, F = /* @__PURE__ */ h({
|
|
|
126
127
|
};
|
|
127
128
|
}
|
|
128
129
|
});
|
|
129
|
-
const
|
|
130
|
+
const K = /* @__PURE__ */ U(F, [["__scopeId", "data-v-19f77ae6"]]);
|
|
130
131
|
export {
|
|
131
|
-
|
|
132
|
+
K as default
|
|
132
133
|
};
|
|
@@ -1,14 +1,15 @@
|
|
|
1
|
-
import { defineComponent as c, ref as
|
|
1
|
+
import { defineComponent as c, ref as m, openBlock as u, createBlock as _, withCtx as o, createVNode as i, withModifiers as f, createTextVNode as w, toDisplayString as b, unref as h } from "vue";
|
|
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-
|
|
5
|
+
import { h as V, _ as k, a as y } from "./index-7d5b03a4.js";
|
|
6
6
|
import "@aeriajs/common";
|
|
7
7
|
import "@aeria-ui/core";
|
|
8
|
-
|
|
8
|
+
import "@aeria-ui/utils";
|
|
9
|
+
const I = /* @__PURE__ */ c({
|
|
9
10
|
__name: "index",
|
|
10
11
|
setup(S) {
|
|
11
|
-
const d = v(), r = n("user"), l = n("meta"), { t: e } = x(), t =
|
|
12
|
+
const d = v(), r = n("user"), l = n("meta"), { t: e } = x(), t = m({
|
|
12
13
|
password: "",
|
|
13
14
|
confirmation: ""
|
|
14
15
|
}), p = async () => {
|
|
@@ -26,7 +27,7 @@ const D = /* @__PURE__ */ c({
|
|
|
26
27
|
})
|
|
27
28
|
}), d.back();
|
|
28
29
|
};
|
|
29
|
-
return ($, s) => (
|
|
30
|
+
return ($, s) => (u(), _(V, {
|
|
30
31
|
bordered: "",
|
|
31
32
|
style: { "--panel-max-width": "40rem" }
|
|
32
33
|
}, {
|
|
@@ -55,5 +56,5 @@ const D = /* @__PURE__ */ c({
|
|
|
55
56
|
}
|
|
56
57
|
});
|
|
57
58
|
export {
|
|
58
|
-
|
|
59
|
+
I as default
|
|
59
60
|
};
|
|
@@ -1,11 +1,12 @@
|
|
|
1
|
-
import { defineComponent as e, openBlock as t, createBlock as r, createSlots as
|
|
2
|
-
import { d as m } from "./index-
|
|
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-7d5b03a4.js";
|
|
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
|
-
|
|
8
|
+
import "@aeria-ui/utils";
|
|
9
|
+
const h = /* @__PURE__ */ e({
|
|
9
10
|
__name: "index",
|
|
10
11
|
props: {
|
|
11
12
|
collection: {}
|
|
@@ -14,11 +15,11 @@ const _ = /* @__PURE__ */ e({
|
|
|
14
15
|
return (o, s) => o.collection ? (t(), r(m, {
|
|
15
16
|
key: o.collection,
|
|
16
17
|
collection: o.collection
|
|
17
|
-
},
|
|
18
|
+
}, i({ _: 2 }, [
|
|
18
19
|
o.$slots["crud-empty"] ? {
|
|
19
20
|
name: "empty",
|
|
20
|
-
fn:
|
|
21
|
-
|
|
21
|
+
fn: n(() => [
|
|
22
|
+
c(o.$slots, "crud-empty")
|
|
22
23
|
]),
|
|
23
24
|
key: "0"
|
|
24
25
|
} : void 0
|
|
@@ -26,5 +27,5 @@ const _ = /* @__PURE__ */ e({
|
|
|
26
27
|
}
|
|
27
28
|
});
|
|
28
29
|
export {
|
|
29
|
-
|
|
30
|
+
h as default
|
|
30
31
|
};
|