@aeria-ui/ui 0.0.53 → 0.0.54
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/{activation-6d0e8484.js → activation-967982e4.js} +25 -25
- package/dist/components/aeria-accordion/aeria-accordion.vue.d.ts +3 -1
- package/dist/components/aeria-badge/aeria-badge.vue.d.ts +4 -2
- package/dist/components/aeria-bare-button/aeria-bare-button.vue.d.ts +6 -4
- package/dist/components/aeria-button/aeria-button.vue.d.ts +4 -2
- package/dist/components/aeria-card/aeria-card.vue.d.ts +4 -2
- package/dist/components/aeria-context-menu/aeria-context-menu.vue.d.ts +8 -6
- package/dist/components/aeria-crud/_internals/components/aeria-insert-panel/aeria-insert-panel.vue.d.ts +3 -1
- package/dist/components/aeria-crud/_internals/layouts/aeria-tabular/aeria-tabular.vue.d.ts +4 -2
- package/dist/components/aeria-crud/_internals/layouts/index.d.ts +3 -3
- package/dist/components/aeria-crud/_internals/store.d.ts +1 -1
- package/dist/components/aeria-crud/aeria-crud.vue.d.ts +8 -6
- package/dist/components/aeria-grid/aeria-grid.vue.d.ts +4 -2
- package/dist/components/aeria-icon/aeria-icon.vue.d.ts +4 -2
- package/dist/components/aeria-info/aeria-info.vue.d.ts +4 -2
- package/dist/components/aeria-main/aeria-main.vue.d.ts +4 -2
- package/dist/components/aeria-menu/aeria-menu.vue.d.ts +3 -1
- package/dist/components/aeria-panel/aeria-panel.vue.d.ts +9 -7
- package/dist/components/aeria-picture/aeria-picture.vue.d.ts +4 -2
- package/dist/components/aeria-table/aeria-table.vue.d.ts +8 -6
- package/dist/components/aeria-tabs/aeria-tabs.vue.d.ts +4 -2
- package/dist/components/dashboard/aeria-password-form/aeria-password-form.vue.d.ts +8 -6
- package/dist/components/dashboard/aeria-prompt/aeria-prompt.vue.d.ts +4 -2
- package/dist/components/dashboard/aeria-toast/aeria-toast.vue.d.ts +4 -2
- package/dist/components/form/aeria-checkbox/aeria-checkbox.vue.d.ts +14 -14
- package/dist/components/form/aeria-form/aeria-form.vue.d.ts +15 -13
- package/dist/components/form/aeria-input/aeria-input.vue.d.ts +8 -6
- package/dist/components/form/aeria-options/aeria-options.vue.d.ts +2 -2
- package/dist/components/form/aeria-search/_internals/components/aeria-search-container/aeria-search-container.vue.d.ts +7 -5
- package/dist/components/form/aeria-search/_internals/components/aeria-search-item/aeria-search-item.vue.d.ts +6 -4
- package/dist/components/form/aeria-select/aeria-select.vue.d.ts +6 -4
- package/dist/components/form/aeria-switch/aeria-switch.vue.d.ts +4 -4
- package/dist/components/utils/aeria-async.d.ts +22 -22
- package/dist/{crud-view-a9a731e2.js → crud-view-731b1319.js} +2 -2
- package/dist/{index-e3c55f64.js → index-fbea6f2f.js} +394 -392
- package/dist/{password-change-4a4ef951.js → password-change-f85978c5.js} +1 -1
- package/dist/{profile-a639724d.js → profile-f4f9607b.js} +1 -1
- package/dist/{signin-0b0a625a.js → signin-b16d808f.js} +1 -1
- package/dist/{signup-733ed54f.js → signup-be400dd2.js} +1 -1
- package/dist/style.css +1 -1
- package/dist/ui.js +2 -2
- package/dist/views/dashboard/crud-view/crud-view.vue.d.ts +4 -2
- package/dist/views/dashboard/user/profile/profile.vue.d.ts +4 -2
- package/package.json +4 -4
|
@@ -1,42 +1,42 @@
|
|
|
1
|
-
import { defineComponent as k, withAsyncContext as $, ref as x, unref as p, openBlock as f, createElementBlock as _, createVNode as r, withCtx as i, createTextVNode as
|
|
2
|
-
import { useStore as
|
|
3
|
-
import { useRouter as
|
|
4
|
-
import { A, _ as
|
|
1
|
+
import { defineComponent as k, withAsyncContext as $, ref as x, unref as p, openBlock as f, createElementBlock as _, createVNode as r, withCtx as i, withModifiers as S, createTextVNode as v, createElementVNode as g } from "vue";
|
|
2
|
+
import { useStore as y } from "@aeria-ui/state-management";
|
|
3
|
+
import { useRouter as A } from "vue-router";
|
|
4
|
+
import { A as I, _ as R, a as w } from "./index-fbea6f2f.js";
|
|
5
5
|
import "@aeria-ui/i18n";
|
|
6
6
|
import "@aeria-ui/core";
|
|
7
7
|
import "@aeriajs/common";
|
|
8
|
-
const
|
|
8
|
+
const b = {
|
|
9
9
|
key: 0,
|
|
10
10
|
style: { display: "grid", gap: "1rem" }
|
|
11
|
-
},
|
|
11
|
+
}, q = /* @__PURE__ */ g("h1", null, "Cadastre uma senha", -1), B = {
|
|
12
12
|
key: 1,
|
|
13
13
|
style: { display: "grid", gap: "1rem" }
|
|
14
|
-
},
|
|
14
|
+
}, E = /* @__PURE__ */ g("h1", null, "Conta ativada com sucesso!", -1), G = /* @__PURE__ */ k({
|
|
15
15
|
__name: "activation",
|
|
16
|
-
async setup(
|
|
16
|
+
async setup(N) {
|
|
17
17
|
let s, u;
|
|
18
|
-
const o =
|
|
18
|
+
const o = A(), n = y("user"), h = y("meta"), V = o.currentRoute.value.query.step || "success", l = o.currentRoute.value.query.u, d = o.currentRoute.value.query.t, { error: m, result: c } = ([s, u] = $(() => n.$functions.getInfo({
|
|
19
19
|
userId: l,
|
|
20
|
-
token:
|
|
20
|
+
token: d
|
|
21
21
|
})), s = await s, u(), s);
|
|
22
|
-
if (
|
|
23
|
-
throw
|
|
22
|
+
if (m)
|
|
23
|
+
throw m;
|
|
24
24
|
const e = x({
|
|
25
25
|
name: c.name,
|
|
26
26
|
email: c.email,
|
|
27
27
|
password: "",
|
|
28
28
|
confirmation: ""
|
|
29
29
|
}), C = async () => {
|
|
30
|
-
await n.$actions.custom(`activate?u=${l}&t=${
|
|
30
|
+
await n.$actions.custom(`activate?u=${l}&t=${d}`, {
|
|
31
31
|
password: e.value.password
|
|
32
32
|
}), n.credentials.email = e.value.email, await h.$actions.spawnModal({
|
|
33
33
|
title: "Sucesso!",
|
|
34
34
|
body: "Sua conta foi ativada com sucesso. Experimente fazer login com o seu email e senha."
|
|
35
35
|
}), o.push("/user/signin");
|
|
36
36
|
};
|
|
37
|
-
return (
|
|
38
|
-
|
|
39
|
-
r(
|
|
37
|
+
return (M, t) => p(V) === "password" ? (f(), _("div", b, [
|
|
38
|
+
q,
|
|
39
|
+
r(I, {
|
|
40
40
|
modelValue: e.value,
|
|
41
41
|
"onUpdate:modelValue": t[0] || (t[0] = (a) => e.value = a),
|
|
42
42
|
form: {
|
|
@@ -50,30 +50,30 @@ const R = {
|
|
|
50
50
|
}
|
|
51
51
|
}
|
|
52
52
|
}, null, 8, ["modelValue"]),
|
|
53
|
-
r(
|
|
53
|
+
r(R, {
|
|
54
54
|
modelValue: e.value,
|
|
55
55
|
"onUpdate:modelValue": t[1] || (t[1] = (a) => e.value = a)
|
|
56
56
|
}, {
|
|
57
57
|
default: i(({ passwordError: a }) => [
|
|
58
|
-
r(
|
|
58
|
+
r(w, {
|
|
59
59
|
disabled: !!a,
|
|
60
|
-
onClick: C
|
|
60
|
+
onClick: S(C, ["prevent"])
|
|
61
61
|
}, {
|
|
62
62
|
default: i(() => [
|
|
63
|
-
|
|
63
|
+
v(" Cadastrar senha ")
|
|
64
64
|
]),
|
|
65
65
|
_: 2
|
|
66
66
|
}, 1032, ["disabled"])
|
|
67
67
|
]),
|
|
68
68
|
_: 1
|
|
69
69
|
}, 8, ["modelValue"])
|
|
70
|
-
])) : (f(), _("div",
|
|
71
|
-
|
|
72
|
-
r(
|
|
70
|
+
])) : (f(), _("div", B, [
|
|
71
|
+
E,
|
|
72
|
+
r(w, {
|
|
73
73
|
onClick: t[2] || (t[2] = (a) => p(o).push("/user/signin"))
|
|
74
74
|
}, {
|
|
75
75
|
default: i(() => [
|
|
76
|
-
|
|
76
|
+
v(" Ir para a página de login ")
|
|
77
77
|
]),
|
|
78
78
|
_: 1
|
|
79
79
|
})
|
|
@@ -81,5 +81,5 @@ const R = {
|
|
|
81
81
|
}
|
|
82
82
|
});
|
|
83
83
|
export {
|
|
84
|
-
|
|
84
|
+
G as default
|
|
85
85
|
};
|
|
@@ -6,7 +6,9 @@ type Props = {
|
|
|
6
6
|
icon: string;
|
|
7
7
|
}>;
|
|
8
8
|
};
|
|
9
|
-
declare
|
|
9
|
+
declare function __VLS_template(): Partial<Record<string, (_: {}) => any>>;
|
|
10
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<Props>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>>, {}, {}>;
|
|
11
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
10
12
|
export default _default;
|
|
11
13
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
12
14
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -2,9 +2,11 @@ type Props = {
|
|
|
2
2
|
large?: boolean;
|
|
3
3
|
alt?: boolean;
|
|
4
4
|
};
|
|
5
|
-
declare
|
|
5
|
+
declare function __VLS_template(): {
|
|
6
6
|
default?(_: {}): any;
|
|
7
|
-
}
|
|
7
|
+
};
|
|
8
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<Props>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>>, {}, {}>;
|
|
9
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
8
10
|
export default _default;
|
|
9
11
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
10
12
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -1,13 +1,15 @@
|
|
|
1
1
|
type Props = {
|
|
2
2
|
disabled?: boolean;
|
|
3
3
|
};
|
|
4
|
-
declare
|
|
4
|
+
declare function __VLS_template(): {
|
|
5
|
+
default?(_: {}): any;
|
|
6
|
+
};
|
|
7
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<Props>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
5
8
|
click: (event: any) => void;
|
|
6
9
|
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>> & {
|
|
7
10
|
onClick?: ((event: any) => any) | undefined;
|
|
8
|
-
}, {}, {}
|
|
9
|
-
|
|
10
|
-
}>;
|
|
11
|
+
}, {}, {}>;
|
|
12
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
11
13
|
export default _default;
|
|
12
14
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
13
15
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -11,9 +11,11 @@ type Props = {
|
|
|
11
11
|
disabled?: boolean;
|
|
12
12
|
loading?: boolean;
|
|
13
13
|
};
|
|
14
|
-
declare
|
|
14
|
+
declare function __VLS_template(): {
|
|
15
15
|
default?(_: {}): any;
|
|
16
|
-
}
|
|
16
|
+
};
|
|
17
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<Props>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>>, {}, {}>;
|
|
18
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
17
19
|
export default _default;
|
|
18
20
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
19
21
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -2,12 +2,14 @@ type Props = {
|
|
|
2
2
|
inactive?: boolean;
|
|
3
3
|
horizontal?: boolean;
|
|
4
4
|
};
|
|
5
|
-
declare
|
|
5
|
+
declare function __VLS_template(): {
|
|
6
6
|
default?(_: {}): any;
|
|
7
7
|
footer?(_: {}): any;
|
|
8
8
|
actions?(_: {}): any;
|
|
9
9
|
badge?(_: {}): any;
|
|
10
|
-
}
|
|
10
|
+
};
|
|
11
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<Props>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>>, {}, {}>;
|
|
12
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
11
13
|
export default _default;
|
|
12
14
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
13
15
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -10,7 +10,12 @@ type Props = {
|
|
|
10
10
|
type Action = {
|
|
11
11
|
click: (subject: any) => void;
|
|
12
12
|
};
|
|
13
|
-
declare
|
|
13
|
+
declare function __VLS_template(): Partial<Record<string, (_: {}) => any>> & {
|
|
14
|
+
default?(_: {}): any;
|
|
15
|
+
header?(_: {}): any;
|
|
16
|
+
extra?(_: {}): any;
|
|
17
|
+
};
|
|
18
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<Props>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
14
19
|
actionClick: (event: {
|
|
15
20
|
action: Action;
|
|
16
21
|
subject: any;
|
|
@@ -20,11 +25,8 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
|
|
|
20
25
|
action: Action;
|
|
21
26
|
subject: any;
|
|
22
27
|
}) => any) | undefined;
|
|
23
|
-
}, {}, {}
|
|
24
|
-
|
|
25
|
-
header?(_: {}): any;
|
|
26
|
-
extra?(_: {}): any;
|
|
27
|
-
}>;
|
|
28
|
+
}, {}, {}>;
|
|
29
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
28
30
|
export default _default;
|
|
29
31
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
30
32
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -1,4 +1,6 @@
|
|
|
1
|
-
declare
|
|
1
|
+
declare function __VLS_template(): Partial<Record<string, (_: any) => any>>;
|
|
2
|
+
declare const __VLS_component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{}>>, {}, {}>;
|
|
3
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
2
4
|
export default _default;
|
|
3
5
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
4
6
|
new (): {
|
|
@@ -5,9 +5,11 @@ type Props = {
|
|
|
5
5
|
layoutOptions: LayoutOptions;
|
|
6
6
|
componentProps?: Record<string, any>;
|
|
7
7
|
};
|
|
8
|
-
declare
|
|
8
|
+
declare function __VLS_template(): Partial<Record<string, (_: any) => any>> & {
|
|
9
9
|
inner?(_: {}): any;
|
|
10
|
-
}
|
|
10
|
+
};
|
|
11
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<Props>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>>, {}, {}>;
|
|
12
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
11
13
|
export default _default;
|
|
12
14
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
13
15
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -45,9 +45,9 @@ export declare const getLayout: (layoutName: LayoutName) => ({
|
|
|
45
45
|
type: import('vue').PropType<Record<string, any>>;
|
|
46
46
|
};
|
|
47
47
|
}>>, {}, {}, {}, {}, {}>;
|
|
48
|
-
__isFragment?:
|
|
49
|
-
__isTeleport?:
|
|
50
|
-
__isSuspense?:
|
|
48
|
+
__isFragment?: never;
|
|
49
|
+
__isTeleport?: never;
|
|
50
|
+
__isSuspense?: never;
|
|
51
51
|
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
52
52
|
individualActions: {
|
|
53
53
|
type: import('vue').PropType<any>;
|
|
@@ -7,5 +7,5 @@ export declare const call: import('vue').Ref<(actionProps: Omit<import('@aeriajs
|
|
|
7
7
|
action: string;
|
|
8
8
|
}) => (filters?: {
|
|
9
9
|
_id: string | string[];
|
|
10
|
-
}
|
|
10
|
+
}) => void>;
|
|
11
11
|
export declare const actionEventBus: import('vue').Ref<ActionEvent | undefined>;
|
|
@@ -14,11 +14,7 @@ type Props = {
|
|
|
14
14
|
scrollPagination?: boolean;
|
|
15
15
|
noQueryPersistence?: boolean;
|
|
16
16
|
};
|
|
17
|
-
declare
|
|
18
|
-
uiEvent: (event: ActionEvent) => void;
|
|
19
|
-
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>> & {
|
|
20
|
-
onUiEvent?: ((event: ActionEvent) => any) | undefined;
|
|
21
|
-
}, {}, {}>, Partial<Record<string, (_: any) => any>> & Partial<Record<string, (_: any) => any>> & {
|
|
17
|
+
declare function __VLS_template(): Partial<Record<string, (_: any) => any>> & Partial<Record<string, (_: any) => any>> & {
|
|
22
18
|
actions?(_: {}): any;
|
|
23
19
|
empty?(_: {
|
|
24
20
|
collection: string;
|
|
@@ -27,7 +23,13 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
|
|
|
27
23
|
store: CollectionStore;
|
|
28
24
|
}): any;
|
|
29
25
|
tfoot?(_: {}): any;
|
|
30
|
-
}
|
|
26
|
+
};
|
|
27
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<Props>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
28
|
+
uiEvent: (event: ActionEvent) => void;
|
|
29
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>> & {
|
|
30
|
+
onUiEvent?: ((event: ActionEvent) => any) | undefined;
|
|
31
|
+
}, {}, {}>;
|
|
32
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
31
33
|
export default _default;
|
|
32
34
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
33
35
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
type Props = {
|
|
2
2
|
list?: boolean;
|
|
3
3
|
};
|
|
4
|
-
declare
|
|
4
|
+
declare function __VLS_template(): {
|
|
5
5
|
default?(_: {}): any;
|
|
6
|
-
}
|
|
6
|
+
};
|
|
7
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<Props>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>>, {}, {}>;
|
|
8
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
7
9
|
export default _default;
|
|
8
10
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
9
11
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -8,9 +8,11 @@ type Props = {
|
|
|
8
8
|
iconRight?: boolean;
|
|
9
9
|
fill?: string;
|
|
10
10
|
};
|
|
11
|
-
declare
|
|
11
|
+
declare function __VLS_template(): {
|
|
12
12
|
default?(_: {}): any;
|
|
13
|
-
}
|
|
13
|
+
};
|
|
14
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<Props>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>>, {}, {}>;
|
|
15
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
14
16
|
export default _default;
|
|
15
17
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
16
18
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -1,10 +1,12 @@
|
|
|
1
1
|
type Props = {
|
|
2
2
|
where?: 'top' | 'topleft' | 'left' | 'bottom' | 'right';
|
|
3
3
|
};
|
|
4
|
-
declare
|
|
4
|
+
declare function __VLS_template(): {
|
|
5
5
|
text?(_: {}): any;
|
|
6
6
|
default?(_: {}): any;
|
|
7
|
-
}
|
|
7
|
+
};
|
|
8
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<Props>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>>, {}, {}>;
|
|
9
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
8
10
|
export default _default;
|
|
9
11
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
10
12
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -1,6 +1,8 @@
|
|
|
1
|
-
declare
|
|
1
|
+
declare function __VLS_template(): Partial<Record<string, (_: {}) => any>> & {
|
|
2
2
|
default?(_: {}): any;
|
|
3
|
-
}
|
|
3
|
+
};
|
|
4
|
+
declare const __VLS_component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{}>>, {}, {}>;
|
|
5
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
4
6
|
export default _default;
|
|
5
7
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
6
8
|
new (): {
|
|
@@ -1,4 +1,6 @@
|
|
|
1
|
-
declare
|
|
1
|
+
declare function __VLS_template(): Partial<Record<string, (_: {}) => any>>;
|
|
2
|
+
declare const __VLS_component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{}>>, {}, {}>;
|
|
3
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
2
4
|
export default _default;
|
|
3
5
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
4
6
|
new (): {
|
|
@@ -18,7 +18,13 @@ type Props = {
|
|
|
18
18
|
outerHeader?: boolean;
|
|
19
19
|
overlayLayer?: number;
|
|
20
20
|
};
|
|
21
|
-
declare
|
|
21
|
+
declare function __VLS_template(): {
|
|
22
|
+
header?(_: {}): any;
|
|
23
|
+
extra?(_: {}): any;
|
|
24
|
+
default?(_: {}): any;
|
|
25
|
+
footer?(_: {}): any;
|
|
26
|
+
};
|
|
27
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
22
28
|
collapsible: boolean;
|
|
23
29
|
closeHint: boolean;
|
|
24
30
|
modelValue: boolean;
|
|
@@ -42,12 +48,8 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
|
|
|
42
48
|
closeHint: boolean;
|
|
43
49
|
modelValue: any;
|
|
44
50
|
collapsible: boolean;
|
|
45
|
-
}, {}
|
|
46
|
-
|
|
47
|
-
extra?(_: {}): any;
|
|
48
|
-
default?(_: {}): any;
|
|
49
|
-
footer?(_: {}): any;
|
|
50
|
-
}>;
|
|
51
|
+
}, {}>;
|
|
52
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
51
53
|
export default _default;
|
|
52
54
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
53
55
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -16,11 +16,13 @@ type Props = {
|
|
|
16
16
|
};
|
|
17
17
|
};
|
|
18
18
|
};
|
|
19
|
-
declare
|
|
19
|
+
declare function __VLS_template(): {
|
|
20
20
|
fallback?(_: {}): any;
|
|
21
21
|
default?(_: {}): any;
|
|
22
22
|
caption?(_: {}): any;
|
|
23
|
-
}
|
|
23
|
+
};
|
|
24
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<Props>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>>, {}, {}>;
|
|
25
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
24
26
|
export default _default;
|
|
25
27
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
26
28
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -12,11 +12,7 @@ type Props = {
|
|
|
12
12
|
})[];
|
|
13
13
|
layout?: any;
|
|
14
14
|
};
|
|
15
|
-
declare
|
|
16
|
-
itemClick: (value: any) => void;
|
|
17
|
-
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>> & {
|
|
18
|
-
onItemClick?: ((value: any) => any) | undefined;
|
|
19
|
-
}, {}, {}>, Partial<Record<`row-${string}`, (_: {
|
|
15
|
+
declare function __VLS_template(): Partial<Record<`row-${string}`, (_: {
|
|
20
16
|
store: any;
|
|
21
17
|
column: string;
|
|
22
18
|
property: Property;
|
|
@@ -25,7 +21,13 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
|
|
|
25
21
|
thead?(_: {}): any;
|
|
26
22
|
tbody?(_: {}): any;
|
|
27
23
|
tfoot?(_: {}): any;
|
|
28
|
-
}
|
|
24
|
+
};
|
|
25
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<Props>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
26
|
+
itemClick: (value: any) => void;
|
|
27
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>> & {
|
|
28
|
+
onItemClick?: ((value: any) => any) | undefined;
|
|
29
|
+
}, {}, {}>;
|
|
30
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
29
31
|
export default _default;
|
|
30
32
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
31
33
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -3,9 +3,11 @@ type Props = {
|
|
|
3
3
|
param?: string;
|
|
4
4
|
dropdown?: boolean;
|
|
5
5
|
};
|
|
6
|
-
declare
|
|
6
|
+
declare function __VLS_template(): Partial<Record<string, (_: {}) => any>> & Partial<Record<NonNullable<string | import('vue-router').LocationQueryValue[]>, (_: {}) => any>> & Partial<Record<string, (_: {}) => any>> & {
|
|
7
7
|
default?(_: {}): any;
|
|
8
|
-
}
|
|
8
|
+
};
|
|
9
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<Props>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>>, {}, {}>;
|
|
10
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
9
11
|
export default _default;
|
|
10
12
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
11
13
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -4,7 +4,12 @@ type Props = {
|
|
|
4
4
|
confirmation: string;
|
|
5
5
|
};
|
|
6
6
|
};
|
|
7
|
-
declare
|
|
7
|
+
declare function __VLS_template(): {
|
|
8
|
+
default?(_: {
|
|
9
|
+
passwordError: string | undefined;
|
|
10
|
+
}): any;
|
|
11
|
+
};
|
|
12
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<Props>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
8
13
|
"update:modelValue": (value: Record<string, any> & {
|
|
9
14
|
password: string;
|
|
10
15
|
confirmation: string;
|
|
@@ -14,11 +19,8 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
|
|
|
14
19
|
password: string;
|
|
15
20
|
confirmation: string;
|
|
16
21
|
}) => any) | undefined;
|
|
17
|
-
}, {}, {}
|
|
18
|
-
|
|
19
|
-
passwordError: string | undefined;
|
|
20
|
-
}): any;
|
|
21
|
-
}>;
|
|
22
|
+
}, {}, {}>;
|
|
23
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
22
24
|
export default _default;
|
|
23
25
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
24
26
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -4,9 +4,11 @@ type Props = {
|
|
|
4
4
|
title?: string;
|
|
5
5
|
actions: PromptAction[];
|
|
6
6
|
};
|
|
7
|
-
declare
|
|
7
|
+
declare function __VLS_template(): {
|
|
8
8
|
default?(_: {}): any;
|
|
9
|
-
}
|
|
9
|
+
};
|
|
10
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<Props>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>>, {}, {}>;
|
|
11
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
10
12
|
export default _default;
|
|
11
13
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
12
14
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -6,9 +6,11 @@ type Props = {
|
|
|
6
6
|
date: any;
|
|
7
7
|
icon?: Icon;
|
|
8
8
|
};
|
|
9
|
-
declare
|
|
9
|
+
declare function __VLS_template(): {
|
|
10
10
|
default?(_: {}): any;
|
|
11
|
-
}
|
|
11
|
+
};
|
|
12
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<Props>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>>, {}, {}>;
|
|
13
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
12
14
|
export default _default;
|
|
13
15
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
14
16
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -3,8 +3,8 @@ import { FormFieldProps } from '../types';
|
|
|
3
3
|
|
|
4
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"> & {
|
|
5
5
|
$ref: "file";
|
|
6
|
-
accept?: readonly string[]
|
|
7
|
-
extensions?: readonly string[]
|
|
6
|
+
accept?: readonly string[];
|
|
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
10
|
default?: any;
|
|
@@ -20,22 +20,22 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
|
|
|
20
20
|
default?: any;
|
|
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
|
-
accept?: readonly string[]
|
|
24
|
-
extensions?: readonly string[]
|
|
23
|
+
accept?: readonly string[];
|
|
24
|
+
extensions?: readonly string[];
|
|
25
25
|
}) | (ArrayProperty & import('@aeriajs/types').PropertyBase & EnumProperty) | (ArrayProperty & import('@aeriajs/types').PropertyBase) | (ArrayProperty & import('@aeriajs/types').PropertyBase & import('@aeriajs/types').GetterProperty) | (ArrayProperty & import('@aeriajs/types').PropertyBase & import('@aeriajs/types').ConstProperty) | (BooleanProperty & import('@aeriajs/types').PropertyBase & import('@aeriajs/types').RefProperty) | (BooleanProperty & import('@aeriajs/types').PropertyBase & Omit<import('@aeriajs/types').RefProperty, "$ref"> & {
|
|
26
26
|
$ref: "file";
|
|
27
|
-
accept?: readonly string[]
|
|
28
|
-
extensions?: readonly string[]
|
|
27
|
+
accept?: readonly string[];
|
|
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
30
|
value?: any;
|
|
31
|
-
variant?: string
|
|
31
|
+
variant?: string;
|
|
32
32
|
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
33
33
|
"update:modelValue": (value: any) => void;
|
|
34
34
|
change: (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
|
-
accept?: readonly string[]
|
|
38
|
-
extensions?: readonly string[]
|
|
37
|
+
accept?: readonly string[];
|
|
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
41
|
default?: any;
|
|
@@ -51,15 +51,15 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
|
|
|
51
51
|
default?: any;
|
|
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
|
-
accept?: readonly string[]
|
|
55
|
-
extensions?: readonly string[]
|
|
54
|
+
accept?: readonly string[];
|
|
55
|
+
extensions?: readonly string[];
|
|
56
56
|
}) | (ArrayProperty & import('@aeriajs/types').PropertyBase & EnumProperty) | (ArrayProperty & import('@aeriajs/types').PropertyBase) | (ArrayProperty & import('@aeriajs/types').PropertyBase & import('@aeriajs/types').GetterProperty) | (ArrayProperty & import('@aeriajs/types').PropertyBase & import('@aeriajs/types').ConstProperty) | (BooleanProperty & import('@aeriajs/types').PropertyBase & import('@aeriajs/types').RefProperty) | (BooleanProperty & import('@aeriajs/types').PropertyBase & Omit<import('@aeriajs/types').RefProperty, "$ref"> & {
|
|
57
57
|
$ref: "file";
|
|
58
|
-
accept?: readonly string[]
|
|
59
|
-
extensions?: readonly string[]
|
|
58
|
+
accept?: readonly string[];
|
|
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
61
|
value?: any;
|
|
62
|
-
variant?: string
|
|
62
|
+
variant?: string;
|
|
63
63
|
}>>> & {
|
|
64
64
|
onChange?: ((value: any) => any) | undefined;
|
|
65
65
|
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|