@aeria-ui/ui 0.0.106 → 0.0.108
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_-8a0df698.js → _id_-7b3be88e.js} +1 -1
- package/dist/{activation-d3d9112d.js → activation-adb67679.js} +1 -1
- package/dist/components/aeria-bare-button/aeria-bare-button.vue.d.ts +2 -2
- package/dist/components/aeria-context-menu/aeria-context-menu.vue.d.ts +5 -5
- package/dist/components/aeria-crud/_internals/layouts/aeria-grid/aeria-grid.vue.d.ts +4 -2
- package/dist/components/aeria-crud/_internals/layouts/aeria-tabular/aeria-tabular.vue.d.ts +6 -3
- package/dist/components/aeria-crud/_internals/layouts/index.d.ts +26 -10
- package/dist/components/aeria-crud/_internals/store.d.ts +4 -4
- package/dist/components/aeria-insert-panel/aeria-insert-panel.vue.d.ts +5 -5
- package/dist/components/aeria-panel/aeria-panel.vue.d.ts +2 -2
- package/dist/components/dashboard/aeria-toast/aeria-toast.vue.d.ts +1 -1
- package/dist/components/form/aeria-checkbox/aeria-checkbox.vue.d.ts +8 -8
- package/dist/components/form/aeria-input/aeria-input.vue.d.ts +2 -2
- package/dist/components/form/aeria-options/aeria-options.vue.d.ts +2 -2
- 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/{index-da14873f.js → index-0a28a4a0.js} +1 -1
- package/dist/{index-1ddecd81.js → index-4510e93f.js} +490 -497
- package/dist/{index-00a874e7.js → index-ae25bda6.js} +1 -1
- package/dist/{index-3fdfd1f3.js → index-f673502d.js} +1 -1
- package/dist/{signin-431d7111.js → signin-c539b075.js} +1 -1
- package/dist/{signup-91fb306e.js → signup-b0d12086.js} +1 -1
- package/dist/style.css +1 -1
- package/dist/ui.js +1 -1
- package/package.json +2 -2
|
@@ -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-
|
|
3
|
+
import { e as s } from "./index-4510e93f.js";
|
|
4
4
|
import "@aeria-ui/i18n";
|
|
5
5
|
import "@aeriajs/common";
|
|
6
6
|
import "@aeria-ui/core";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { defineComponent as $, withAsyncContext as x, ref as S, unref as f, openBlock as c, createElementBlock as v, createElementVNode as y, createVNode as s, withCtx as i, withModifiers as A, createTextVNode as w } from "vue";
|
|
2
2
|
import { useStore as g } from "@aeria-ui/state-management";
|
|
3
3
|
import { useRouter as I } from "vue-router";
|
|
4
|
-
import { A as R, _ as b, a as V } from "./index-
|
|
4
|
+
import { A as R, _ as b, a as V } from "./index-4510e93f.js";
|
|
5
5
|
import "@aeria-ui/i18n";
|
|
6
6
|
import "@aeriajs/common";
|
|
7
7
|
import "@aeria-ui/core";
|
|
@@ -5,9 +5,9 @@ declare function __VLS_template(): {
|
|
|
5
5
|
default?(_: {}): any;
|
|
6
6
|
};
|
|
7
7
|
declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
8
|
-
click: (event:
|
|
8
|
+
click: (event: Event) => void;
|
|
9
9
|
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>> & Readonly<{
|
|
10
|
-
onClick?: ((event:
|
|
10
|
+
onClick?: ((event: Event) => any) | undefined;
|
|
11
11
|
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
12
12
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
13
13
|
export default _default;
|
|
@@ -2,13 +2,13 @@ import { CollectionAction } from '@aeriajs/types';
|
|
|
2
2
|
|
|
3
3
|
type Props = {
|
|
4
4
|
actions?: (CollectionAction<any> & {
|
|
5
|
-
click: (
|
|
5
|
+
click: () => void;
|
|
6
6
|
})[];
|
|
7
|
-
subject?:
|
|
7
|
+
subject?: unknown;
|
|
8
8
|
overlayLayer?: number;
|
|
9
9
|
};
|
|
10
10
|
type Action = {
|
|
11
|
-
click?: (subject:
|
|
11
|
+
click?: (subject: unknown) => void;
|
|
12
12
|
};
|
|
13
13
|
declare function __VLS_template(): Partial<Record<string, (_: {}) => any>> & {
|
|
14
14
|
default?(_: {
|
|
@@ -20,12 +20,12 @@ declare function __VLS_template(): Partial<Record<string, (_: {}) => any>> & {
|
|
|
20
20
|
declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
21
21
|
actionClick: (event: {
|
|
22
22
|
action: Action;
|
|
23
|
-
subject:
|
|
23
|
+
subject: unknown;
|
|
24
24
|
}) => void;
|
|
25
25
|
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>> & Readonly<{
|
|
26
26
|
onActionClick?: ((event: {
|
|
27
27
|
action: Action;
|
|
28
|
-
subject:
|
|
28
|
+
subject: unknown;
|
|
29
29
|
}) => any) | undefined;
|
|
30
30
|
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
31
31
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
@@ -1,7 +1,9 @@
|
|
|
1
|
-
import { LayoutOptions } from '@aeriajs/types';
|
|
1
|
+
import { LayoutOptions, CollectionAction } from '@aeriajs/types';
|
|
2
2
|
|
|
3
3
|
type Props = {
|
|
4
|
-
individualActions: any
|
|
4
|
+
individualActions: (CollectionAction<any> & {
|
|
5
|
+
click: () => void;
|
|
6
|
+
})[];
|
|
5
7
|
hasSelectionActions?: boolean;
|
|
6
8
|
layoutOptions: LayoutOptions;
|
|
7
9
|
componentName: string;
|
|
@@ -1,9 +1,12 @@
|
|
|
1
|
-
import { LayoutOptions } from '@aeriajs/types';
|
|
1
|
+
import { LayoutOptions, CollectionAction } from '@aeriajs/types';
|
|
2
2
|
|
|
3
3
|
type Props = {
|
|
4
|
-
individualActions: any
|
|
4
|
+
individualActions: (CollectionAction<any> & {
|
|
5
|
+
action: string;
|
|
6
|
+
click: () => void;
|
|
7
|
+
})[];
|
|
5
8
|
layoutOptions: LayoutOptions;
|
|
6
|
-
componentProps?: Record<string,
|
|
9
|
+
componentProps?: Record<string, unknown>;
|
|
7
10
|
};
|
|
8
11
|
declare function __VLS_template(): Partial<Record<string, (_: any) => any>> & {
|
|
9
12
|
inner?(_: {}): any;
|
|
@@ -3,7 +3,10 @@ import { LayoutName } from '@aeriajs/types';
|
|
|
3
3
|
export declare const getLayout: (layoutName: LayoutName) => ({
|
|
4
4
|
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
|
|
5
5
|
individualActions: {
|
|
6
|
-
type: import('vue').PropType<any
|
|
6
|
+
type: import('vue').PropType<(import('@aeriajs/types').CollectionAction<any> & {
|
|
7
|
+
action: string;
|
|
8
|
+
click: () => void;
|
|
9
|
+
})[]>;
|
|
7
10
|
required: true;
|
|
8
11
|
};
|
|
9
12
|
layoutOptions: {
|
|
@@ -11,11 +14,14 @@ export declare const getLayout: (layoutName: LayoutName) => ({
|
|
|
11
14
|
required: true;
|
|
12
15
|
};
|
|
13
16
|
componentProps: {
|
|
14
|
-
type: import('vue').PropType<Record<string,
|
|
17
|
+
type: import('vue').PropType<Record<string, unknown>>;
|
|
15
18
|
};
|
|
16
19
|
}>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('vue').ExtractPropTypes<{
|
|
17
20
|
individualActions: {
|
|
18
|
-
type: import('vue').PropType<any
|
|
21
|
+
type: import('vue').PropType<(import('@aeriajs/types').CollectionAction<any> & {
|
|
22
|
+
action: string;
|
|
23
|
+
click: () => void;
|
|
24
|
+
})[]>;
|
|
19
25
|
required: true;
|
|
20
26
|
};
|
|
21
27
|
layoutOptions: {
|
|
@@ -23,7 +29,7 @@ export declare const getLayout: (layoutName: LayoutName) => ({
|
|
|
23
29
|
required: true;
|
|
24
30
|
};
|
|
25
31
|
componentProps: {
|
|
26
|
-
type: import('vue').PropType<Record<string,
|
|
32
|
+
type: import('vue').PropType<Record<string, unknown>>;
|
|
27
33
|
};
|
|
28
34
|
}>> & Readonly<{}>, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
29
35
|
P: {};
|
|
@@ -34,7 +40,10 @@ export declare const getLayout: (layoutName: LayoutName) => ({
|
|
|
34
40
|
Defaults: {};
|
|
35
41
|
}, Readonly<import('vue').ExtractPropTypes<{
|
|
36
42
|
individualActions: {
|
|
37
|
-
type: import('vue').PropType<any
|
|
43
|
+
type: import('vue').PropType<(import('@aeriajs/types').CollectionAction<any> & {
|
|
44
|
+
action: string;
|
|
45
|
+
click: () => void;
|
|
46
|
+
})[]>;
|
|
38
47
|
required: true;
|
|
39
48
|
};
|
|
40
49
|
layoutOptions: {
|
|
@@ -42,7 +51,7 @@ export declare const getLayout: (layoutName: LayoutName) => ({
|
|
|
42
51
|
required: true;
|
|
43
52
|
};
|
|
44
53
|
componentProps: {
|
|
45
|
-
type: import('vue').PropType<Record<string,
|
|
54
|
+
type: import('vue').PropType<Record<string, unknown>>;
|
|
46
55
|
};
|
|
47
56
|
}>> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
48
57
|
__isFragment?: never;
|
|
@@ -50,7 +59,10 @@ export declare const getLayout: (layoutName: LayoutName) => ({
|
|
|
50
59
|
__isSuspense?: never;
|
|
51
60
|
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
52
61
|
individualActions: {
|
|
53
|
-
type: import('vue').PropType<any
|
|
62
|
+
type: import('vue').PropType<(import('@aeriajs/types').CollectionAction<any> & {
|
|
63
|
+
action: string;
|
|
64
|
+
click: () => void;
|
|
65
|
+
})[]>;
|
|
54
66
|
required: true;
|
|
55
67
|
};
|
|
56
68
|
layoutOptions: {
|
|
@@ -58,7 +70,7 @@ export declare const getLayout: (layoutName: LayoutName) => ({
|
|
|
58
70
|
required: true;
|
|
59
71
|
};
|
|
60
72
|
componentProps: {
|
|
61
|
-
type: import('vue').PropType<Record<string,
|
|
73
|
+
type: import('vue').PropType<Record<string, unknown>>;
|
|
62
74
|
};
|
|
63
75
|
}>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
64
76
|
$slots: Partial<Record<string, (_: any) => any>> & {
|
|
@@ -66,7 +78,9 @@ export declare const getLayout: (layoutName: LayoutName) => ({
|
|
|
66
78
|
};
|
|
67
79
|
})) | import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
68
80
|
individualActions: {
|
|
69
|
-
type: import('vue').PropType<any
|
|
81
|
+
type: import('vue').PropType<(import('@aeriajs/types').CollectionAction<any> & {
|
|
82
|
+
click: () => void;
|
|
83
|
+
})[]>;
|
|
70
84
|
required: true;
|
|
71
85
|
};
|
|
72
86
|
hasSelectionActions: {
|
|
@@ -82,7 +96,9 @@ export declare const getLayout: (layoutName: LayoutName) => ({
|
|
|
82
96
|
};
|
|
83
97
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
84
98
|
individualActions: {
|
|
85
|
-
type: import('vue').PropType<any
|
|
99
|
+
type: import('vue').PropType<(import('@aeriajs/types').CollectionAction<any> & {
|
|
100
|
+
click: () => void;
|
|
101
|
+
})[]>;
|
|
86
102
|
required: true;
|
|
87
103
|
};
|
|
88
104
|
hasSelectionActions: {
|
|
@@ -5,11 +5,11 @@ export declare const isInsertReadonly: import('vue').Ref<boolean, boolean>;
|
|
|
5
5
|
export declare const isFilterVisible: import('vue').Ref<boolean, boolean>;
|
|
6
6
|
export declare const call: import('vue').Ref<(actionProps: import('@aeriajs/types').CollectionAction<any> & {
|
|
7
7
|
action: string;
|
|
8
|
-
}) => (filters?: {
|
|
8
|
+
}) => (filters?: Record<string, unknown> & {
|
|
9
9
|
_id: string | string[];
|
|
10
|
-
}
|
|
10
|
+
}) => void, (actionProps: import('@aeriajs/types').CollectionAction<any> & {
|
|
11
11
|
action: string;
|
|
12
|
-
}) => (filters?: {
|
|
12
|
+
}) => (filters?: Record<string, unknown> & {
|
|
13
13
|
_id: string | string[];
|
|
14
|
-
}
|
|
14
|
+
}) => void>;
|
|
15
15
|
export declare const actionEventBus: import('vue').Ref<ActionEvent | undefined, ActionEvent | undefined>;
|
|
@@ -2,7 +2,7 @@ type Props = {
|
|
|
2
2
|
collection?: string;
|
|
3
3
|
form?: string[];
|
|
4
4
|
visible?: any;
|
|
5
|
-
modelValue?:
|
|
5
|
+
modelValue?: unknown;
|
|
6
6
|
readOnly?: boolean;
|
|
7
7
|
includeId?: boolean;
|
|
8
8
|
includeTimestamps?: boolean;
|
|
@@ -14,15 +14,15 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
14
14
|
visible: boolean;
|
|
15
15
|
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
16
16
|
"update:visible": (value: boolean) => void;
|
|
17
|
-
"update:modelValue": (value:
|
|
18
|
-
insert: (value:
|
|
17
|
+
"update:modelValue": (value: unknown) => void;
|
|
18
|
+
insert: (value: unknown) => void;
|
|
19
19
|
cancel: () => void;
|
|
20
20
|
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
21
21
|
visible: boolean;
|
|
22
22
|
}>>> & Readonly<{
|
|
23
23
|
onCancel?: (() => any) | undefined;
|
|
24
|
-
"onUpdate:modelValue"?: ((value:
|
|
25
|
-
onInsert?: ((value:
|
|
24
|
+
"onUpdate:modelValue"?: ((value: unknown) => any) | undefined;
|
|
25
|
+
onInsert?: ((value: unknown) => any) | undefined;
|
|
26
26
|
"onUpdate:visible"?: ((value: boolean) => any) | undefined;
|
|
27
27
|
}>, {
|
|
28
28
|
visible: any;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
type Props = {
|
|
2
2
|
closeHint?: boolean;
|
|
3
|
-
modelValue?:
|
|
3
|
+
modelValue?: boolean | 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:
|
|
48
|
+
modelValue: boolean | 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>>;
|
|
@@ -7,17 +7,17 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
7
7
|
extensions?: readonly string[];
|
|
8
8
|
}) | (EnumProperty & import('@aeriajs/types').PropertyBase) | (EnumProperty & import('@aeriajs/types').PropertyBase & ArrayProperty) | (EnumProperty & import('@aeriajs/types').PropertyBase & import('@aeriajs/types').FixedObjectProperty & {
|
|
9
9
|
type: "object";
|
|
10
|
-
default?:
|
|
10
|
+
default?: unknown;
|
|
11
11
|
}) | (EnumProperty & import('@aeriajs/types').PropertyBase & {
|
|
12
12
|
variable: true;
|
|
13
13
|
} & {
|
|
14
14
|
type: "object";
|
|
15
|
-
default?:
|
|
15
|
+
default?: unknown;
|
|
16
16
|
}) | (EnumProperty & import('@aeriajs/types').PropertyBase & {
|
|
17
17
|
additionalProperties: boolean | Property;
|
|
18
18
|
} & {
|
|
19
19
|
type: "object";
|
|
20
|
-
default?:
|
|
20
|
+
default?: unknown;
|
|
21
21
|
}) | (EnumProperty & import('@aeriajs/types').PropertyBase & import('@aeriajs/types').StringProperty) | (EnumProperty & import('@aeriajs/types').PropertyBase & import('@aeriajs/types').NumberProperty) | (EnumProperty & import('@aeriajs/types').PropertyBase & BooleanProperty) | (EnumProperty & import('@aeriajs/types').PropertyBase & import('@aeriajs/types').GetterProperty) | (EnumProperty & import('@aeriajs/types').PropertyBase & import('@aeriajs/types').ConstProperty) | (ArrayProperty & import('@aeriajs/types').PropertyBase & import('@aeriajs/types').RefProperty) | (ArrayProperty & import('@aeriajs/types').PropertyBase & Omit<import('@aeriajs/types').RefProperty, "$ref"> & {
|
|
22
22
|
$ref: "file";
|
|
23
23
|
accept?: readonly string[];
|
|
@@ -27,7 +27,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
27
27
|
accept?: readonly string[];
|
|
28
28
|
extensions?: readonly string[];
|
|
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
|
-
value?:
|
|
30
|
+
value?: unknown;
|
|
31
31
|
variant?: string;
|
|
32
32
|
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
33
33
|
change: (value: any) => void;
|
|
@@ -38,17 +38,17 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
38
38
|
extensions?: readonly string[];
|
|
39
39
|
}) | (EnumProperty & import('@aeriajs/types').PropertyBase) | (EnumProperty & import('@aeriajs/types').PropertyBase & ArrayProperty) | (EnumProperty & import('@aeriajs/types').PropertyBase & import('@aeriajs/types').FixedObjectProperty & {
|
|
40
40
|
type: "object";
|
|
41
|
-
default?:
|
|
41
|
+
default?: unknown;
|
|
42
42
|
}) | (EnumProperty & import('@aeriajs/types').PropertyBase & {
|
|
43
43
|
variable: true;
|
|
44
44
|
} & {
|
|
45
45
|
type: "object";
|
|
46
|
-
default?:
|
|
46
|
+
default?: unknown;
|
|
47
47
|
}) | (EnumProperty & import('@aeriajs/types').PropertyBase & {
|
|
48
48
|
additionalProperties: boolean | Property;
|
|
49
49
|
} & {
|
|
50
50
|
type: "object";
|
|
51
|
-
default?:
|
|
51
|
+
default?: unknown;
|
|
52
52
|
}) | (EnumProperty & import('@aeriajs/types').PropertyBase & import('@aeriajs/types').StringProperty) | (EnumProperty & import('@aeriajs/types').PropertyBase & import('@aeriajs/types').NumberProperty) | (EnumProperty & import('@aeriajs/types').PropertyBase & BooleanProperty) | (EnumProperty & import('@aeriajs/types').PropertyBase & import('@aeriajs/types').GetterProperty) | (EnumProperty & import('@aeriajs/types').PropertyBase & import('@aeriajs/types').ConstProperty) | (ArrayProperty & import('@aeriajs/types').PropertyBase & import('@aeriajs/types').RefProperty) | (ArrayProperty & import('@aeriajs/types').PropertyBase & Omit<import('@aeriajs/types').RefProperty, "$ref"> & {
|
|
53
53
|
$ref: "file";
|
|
54
54
|
accept?: readonly string[];
|
|
@@ -58,7 +58,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
58
58
|
accept?: readonly string[];
|
|
59
59
|
extensions?: readonly string[];
|
|
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
|
-
value?:
|
|
61
|
+
value?: unknown;
|
|
62
62
|
variant?: string;
|
|
63
63
|
}>>> & Readonly<{
|
|
64
64
|
onChange?: ((value: any) => any) | undefined;
|
|
@@ -14,10 +14,10 @@ declare function __VLS_template(): {
|
|
|
14
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
|
-
change: (value:
|
|
17
|
+
change: (value: unknown) => void;
|
|
18
18
|
clipboardCopy: (value: string) => void;
|
|
19
19
|
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>> & Readonly<{
|
|
20
|
-
onChange?: ((value:
|
|
20
|
+
onChange?: ((value: unknown) => any) | undefined;
|
|
21
21
|
onInput?: ((value: InputType) => any) | undefined;
|
|
22
22
|
"onUpdate:modelValue"?: ((value: InputType) => any) | undefined;
|
|
23
23
|
onClipboardCopy?: ((value: string) => any) | undefined;
|
|
@@ -9,7 +9,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
9
9
|
}>, {
|
|
10
10
|
columns: number;
|
|
11
11
|
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
12
|
-
"update:modelValue": (value:
|
|
12
|
+
"update:modelValue": (value: unknown) => void;
|
|
13
13
|
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Omit<FormFieldProps<any>, "property"> & {
|
|
14
14
|
property: PropertyBase & (EnumProperty | (ArrayProperty & {
|
|
15
15
|
items: EnumProperty;
|
|
@@ -18,7 +18,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
18
18
|
}>, {
|
|
19
19
|
columns: number;
|
|
20
20
|
}>>> & Readonly<{
|
|
21
|
-
"onUpdate:modelValue"?: ((value:
|
|
21
|
+
"onUpdate:modelValue"?: ((value: unknown) => any) | undefined;
|
|
22
22
|
}>, {
|
|
23
23
|
columns: number;
|
|
24
24
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -4,7 +4,7 @@ import { SearchProperty } from '../../../../types.js';
|
|
|
4
4
|
type Props = {
|
|
5
5
|
item: Record<string, unknown>;
|
|
6
6
|
indexes: readonly string[];
|
|
7
|
-
modelValue
|
|
7
|
+
modelValue: CollectionStoreItem | CollectionStoreItem[];
|
|
8
8
|
property: SearchProperty;
|
|
9
9
|
readOnly?: boolean;
|
|
10
10
|
};
|
|
@@ -12,11 +12,11 @@ declare function __VLS_template(): {
|
|
|
12
12
|
default?(_: {}): any;
|
|
13
13
|
};
|
|
14
14
|
declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
15
|
-
"update:modelValue": (value: CollectionStoreItem | CollectionStoreItem[] | null
|
|
15
|
+
"update:modelValue": (value: CollectionStoreItem | CollectionStoreItem[] | null) => void;
|
|
16
16
|
change: (value: Record<string, unknown>) => void;
|
|
17
17
|
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>> & Readonly<{
|
|
18
18
|
onChange?: ((value: Record<string, unknown>) => any) | undefined;
|
|
19
|
-
"onUpdate:modelValue"?: ((value: CollectionStoreItem | CollectionStoreItem[] | null
|
|
19
|
+
"onUpdate:modelValue"?: ((value: CollectionStoreItem | CollectionStoreItem[] | null) => 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;
|
|
@@ -4,22 +4,22 @@ type Props = Omit<FormFieldProps<any>, 'property' | 'propertyName'> & {
|
|
|
4
4
|
property: SearchProperty;
|
|
5
5
|
propertyName: string;
|
|
6
6
|
selectOnly?: boolean;
|
|
7
|
-
panel?:
|
|
7
|
+
panel?: unknown;
|
|
8
8
|
};
|
|
9
9
|
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
10
10
|
panel: undefined;
|
|
11
11
|
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
12
|
-
change: (event:
|
|
13
|
-
"update:modelValue": (event:
|
|
12
|
+
change: (event: unknown) => void;
|
|
13
|
+
"update:modelValue": (event: unknown) => 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
|
-
onChange?: ((event:
|
|
19
|
-
"onUpdate:modelValue"?: ((event:
|
|
18
|
+
onChange?: ((event: unknown) => any) | undefined;
|
|
19
|
+
"onUpdate:modelValue"?: ((event: unknown) => any) | undefined;
|
|
20
20
|
"onUpdate:panel"?: ((event: boolean) => any) | undefined;
|
|
21
21
|
}>, {
|
|
22
|
-
panel:
|
|
22
|
+
panel: undefined;
|
|
23
23
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
24
24
|
export default _default;
|
|
25
25
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
@@ -10,11 +10,11 @@ declare function __VLS_template(): {
|
|
|
10
10
|
default?(_: {}): any;
|
|
11
11
|
};
|
|
12
12
|
declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
13
|
-
change: (value:
|
|
14
|
-
"update:modelValue": (value:
|
|
13
|
+
change: (value: unknown) => void;
|
|
14
|
+
"update:modelValue": (value: unknown) => void;
|
|
15
15
|
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>> & Readonly<{
|
|
16
|
-
onChange?: ((value:
|
|
17
|
-
"onUpdate:modelValue"?: ((value:
|
|
16
|
+
onChange?: ((value: unknown) => any) | undefined;
|
|
17
|
+
"onUpdate:modelValue"?: ((value: unknown) => 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;
|
|
@@ -2,7 +2,7 @@ import { defineComponent as b, ref as h, resolveDirective as w, 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-4510e93f.js";
|
|
6
6
|
import "@aeria-ui/i18n";
|
|
7
7
|
import "@aeriajs/common";
|
|
8
8
|
import "@aeria-ui/utils";
|