vuiii 1.0.0-beta.7 → 1.0.0-beta.71
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/README.md +11 -10
- package/dist/arrow-narrow-down-D7TTg_Sg.js +22 -0
- package/dist/arrow-narrow-left-DtYskF4u.js +22 -0
- package/dist/arrow-narrow-right-BJQhmnn_.js +22 -0
- package/dist/arrow-narrow-up-CQrQ9M4D.js +22 -0
- package/dist/arrow-up-tray-CiOLkzou.js +21 -0
- package/dist/caret-sort-C5vFjl8V.js +21 -0
- package/dist/check-fIjMng7B.js +22 -0
- package/dist/chevron-down-Ba3vWwVv.js +22 -0
- package/dist/chevron-left-C_3hZrgL.js +22 -0
- package/dist/chevron-right-DDxObgsn.js +22 -0
- package/dist/chevron-up-CQmsFtn5.js +22 -0
- package/dist/exclamation-C6mSrM_E.js +22 -0
- package/dist/index-DmsS8oJ5.js +2705 -0
- package/dist/mail-DrRAX7M1.js +22 -0
- package/dist/minus-Des-0JUa.js +22 -0
- package/dist/pencil-DJcpXseh.js +22 -0
- package/dist/plus-LLjGl5U3.js +22 -0
- package/dist/search-DvPkCGBS.js +22 -0
- package/dist/spinner-BxAMlAIZ.js +23 -0
- package/dist/trash-B7VQazD_.js +22 -0
- package/dist/triangle-down-BR_1dv1e.js +19 -0
- package/dist/triangle-left-C2WtINFd.js +19 -0
- package/dist/triangle-right-D5HL9gAQ.js +19 -0
- package/dist/triangle-up-BE_espQu.js +19 -0
- package/dist/vuiii.css +1 -0
- package/dist/vuiii.js +41 -0
- package/dist/x-BCDZi2yn.js +23 -0
- package/package.json +48 -45
- package/dist/components/Breadcrumbs.vue.d.ts +0 -81
- package/dist/components/Button.vue.d.ts +0 -97
- package/dist/components/Checkbox.vue.d.ts +0 -28
- package/dist/components/CheckboxGroup.vue.d.ts +0 -59
- package/dist/components/Form.vue.d.ts +0 -87
- package/dist/components/FormFields.vue.d.ts +0 -52
- package/dist/components/FormGroup.vue.d.ts +0 -87
- package/dist/components/Icon.vue.d.ts +0 -61
- package/dist/components/Input.vue.d.ts +0 -111
- package/dist/components/Radio.vue.d.ts +0 -94
- package/dist/components/Select.vue.d.ts +0 -137
- package/dist/components/Table.vue.d.ts +0 -72
- package/dist/components/Textarea.vue.d.ts +0 -78
- package/dist/components/modal/ModalLayout.vue.d.ts +0 -39
- package/dist/components/modal/ModalLayoutDialog.vue.d.ts +0 -36
- package/dist/components/modal/ModalStack.vue.d.ts +0 -28
- package/dist/components/snackbar/SnackbarStack.vue.d.ts +0 -20
- package/dist/hooks/useLoadData.d.ts +0 -21
- package/dist/hooks/useOnClickOutside.d.ts +0 -2
- package/dist/hooks/useOnKeyPress.d.ts +0 -1
- package/dist/hooks/useRouteQuery.d.ts +0 -17
- package/dist/hooks/useSubmitAction.d.ts +0 -33
- package/dist/icons/arrow-narrow-down.vue.d.ts +0 -2
- package/dist/icons/arrow-narrow-left.vue.d.ts +0 -2
- package/dist/icons/arrow-narrow-right.vue.d.ts +0 -2
- package/dist/icons/arrow-narrow-up.vue.d.ts +0 -2
- package/dist/icons/check-circle.vue.d.ts +0 -2
- package/dist/icons/check.vue.d.ts +0 -2
- package/dist/icons/chevron-left.vue.d.ts +0 -2
- package/dist/icons/chevron-right.vue.d.ts +0 -2
- package/dist/icons/exclamation-circle.vue.d.ts +0 -2
- package/dist/icons/exclamation.vue.d.ts +0 -2
- package/dist/icons/minus.vue.d.ts +0 -2
- package/dist/icons/plus.vue.d.ts +0 -2
- package/dist/icons/search.vue.d.ts +0 -2
- package/dist/icons/spinner.vue.d.ts +0 -2
- package/dist/icons/trash.vue.d.ts +0 -2
- package/dist/icons/x.vue.d.ts +0 -2
- package/dist/index.d.ts +0 -27
- package/dist/modal.d.ts +0 -69
- package/dist/snackbar.d.ts +0 -21
- package/dist/stories/Button.stories.d.ts +0 -449
- package/dist/stories/Icon.stories.d.ts +0 -128
- package/dist/style.css +0 -1
- package/dist/types.d.ts +0 -31
- package/dist/utils/generateId.d.ts +0 -1
- package/dist/utils/iconsResolver.d.ts +0 -5
- package/dist/utils/normalizeOptions.d.ts +0 -16
- package/dist/utils/resolveGlobImport.d.ts +0 -3
- package/dist/utils/retrieveInputValue.d.ts +0 -1
- package/dist/utils/transformInputAttrs.d.ts +0 -5
- package/dist/validations/validator.d.ts +0 -2
- package/dist/vuiii.mjs +0 -1550
- package/dist/vuiii.umd.js +0 -1
|
@@ -1,94 +0,0 @@
|
|
|
1
|
-
import { Extractor } from '../types';
|
|
2
|
-
declare const _default: {
|
|
3
|
-
new (...args: any[]): {
|
|
4
|
-
$: import("vue").ComponentInternalInstance;
|
|
5
|
-
$data: {};
|
|
6
|
-
$props: Partial<{}> & Omit<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
7
|
-
modelValue: string | number | undefined;
|
|
8
|
-
options: any[] | any;
|
|
9
|
-
optionLabel?: Extractor | undefined;
|
|
10
|
-
optionValue?: Extractor | undefined;
|
|
11
|
-
optionDisabled?: Extractor | undefined;
|
|
12
|
-
}>>> & {
|
|
13
|
-
"onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
|
|
14
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
|
|
15
|
-
$attrs: {
|
|
16
|
-
[x: string]: unknown;
|
|
17
|
-
};
|
|
18
|
-
$refs: {
|
|
19
|
-
[x: string]: unknown;
|
|
20
|
-
};
|
|
21
|
-
$slots: Readonly<{
|
|
22
|
-
[name: string]: import("vue").Slot | undefined;
|
|
23
|
-
}>;
|
|
24
|
-
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
|
25
|
-
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
|
26
|
-
$emit: (event: "update:modelValue", value: string | number) => void;
|
|
27
|
-
$el: any;
|
|
28
|
-
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
29
|
-
modelValue: string | number | undefined;
|
|
30
|
-
options: any[] | any;
|
|
31
|
-
optionLabel?: Extractor | undefined;
|
|
32
|
-
optionValue?: Extractor | undefined;
|
|
33
|
-
optionDisabled?: Extractor | undefined;
|
|
34
|
-
}>>> & {
|
|
35
|
-
"onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
|
|
36
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
37
|
-
"update:modelValue": (value: string | number) => void;
|
|
38
|
-
}, string, {}, {}, string> & {
|
|
39
|
-
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
40
|
-
created?: ((() => void) | (() => void)[]) | undefined;
|
|
41
|
-
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
42
|
-
mounted?: ((() => void) | (() => void)[]) | undefined;
|
|
43
|
-
beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
|
|
44
|
-
updated?: ((() => void) | (() => void)[]) | undefined;
|
|
45
|
-
activated?: ((() => void) | (() => void)[]) | undefined;
|
|
46
|
-
deactivated?: ((() => void) | (() => void)[]) | undefined;
|
|
47
|
-
beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
|
|
48
|
-
beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
|
|
49
|
-
destroyed?: ((() => void) | (() => void)[]) | undefined;
|
|
50
|
-
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
51
|
-
renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
52
|
-
renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
53
|
-
errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
|
|
54
|
-
};
|
|
55
|
-
$forceUpdate: () => void;
|
|
56
|
-
$nextTick: typeof import("vue").nextTick;
|
|
57
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
|
|
58
|
-
} & Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
59
|
-
modelValue: string | number | undefined;
|
|
60
|
-
options: any[] | any;
|
|
61
|
-
optionLabel?: Extractor | undefined;
|
|
62
|
-
optionValue?: Extractor | undefined;
|
|
63
|
-
optionDisabled?: Extractor | undefined;
|
|
64
|
-
}>>> & {
|
|
65
|
-
"onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
|
|
66
|
-
} & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
67
|
-
__isFragment?: undefined;
|
|
68
|
-
__isTeleport?: undefined;
|
|
69
|
-
__isSuspense?: undefined;
|
|
70
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
71
|
-
modelValue: string | number | undefined;
|
|
72
|
-
options: any[] | any;
|
|
73
|
-
optionLabel?: Extractor | undefined;
|
|
74
|
-
optionValue?: Extractor | undefined;
|
|
75
|
-
optionDisabled?: Extractor | undefined;
|
|
76
|
-
}>>> & {
|
|
77
|
-
"onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
|
|
78
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
79
|
-
"update:modelValue": (value: string | number) => void;
|
|
80
|
-
}, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
81
|
-
$slots: {
|
|
82
|
-
default: (_: {}) => any;
|
|
83
|
-
};
|
|
84
|
-
});
|
|
85
|
-
export default _default;
|
|
86
|
-
declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
87
|
-
declare type __VLS_TypePropsToRuntimeProps<T> = {
|
|
88
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
89
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
90
|
-
} : {
|
|
91
|
-
type: import('vue').PropType<T[K]>;
|
|
92
|
-
required: true;
|
|
93
|
-
};
|
|
94
|
-
};
|
|
@@ -1,137 +0,0 @@
|
|
|
1
|
-
import { Extractor, InputSize } from '../types';
|
|
2
|
-
declare const _default: {
|
|
3
|
-
new (...args: any[]): {
|
|
4
|
-
$: import("vue").ComponentInternalInstance;
|
|
5
|
-
$data: {};
|
|
6
|
-
$props: Partial<{
|
|
7
|
-
size: InputSize;
|
|
8
|
-
placeholder: string;
|
|
9
|
-
optionLabel: Extractor;
|
|
10
|
-
optionValue: Extractor;
|
|
11
|
-
optionDisabled: Extractor;
|
|
12
|
-
}> & Omit<Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
13
|
-
value: string | number | null;
|
|
14
|
-
options: any[] | any;
|
|
15
|
-
optionLabel?: Extractor | undefined;
|
|
16
|
-
optionValue?: Extractor | undefined;
|
|
17
|
-
optionDisabled?: Extractor | undefined;
|
|
18
|
-
placeholder?: string | undefined;
|
|
19
|
-
size?: InputSize | undefined;
|
|
20
|
-
allowEmpty?: boolean | undefined;
|
|
21
|
-
}>, {
|
|
22
|
-
size: string;
|
|
23
|
-
optionLabel: undefined;
|
|
24
|
-
optionValue: undefined;
|
|
25
|
-
optionDisabled: undefined;
|
|
26
|
-
placeholder: undefined;
|
|
27
|
-
}>>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "size" | "placeholder" | "optionLabel" | "optionValue" | "optionDisabled">;
|
|
28
|
-
$attrs: {
|
|
29
|
-
[x: string]: unknown;
|
|
30
|
-
};
|
|
31
|
-
$refs: {
|
|
32
|
-
[x: string]: unknown;
|
|
33
|
-
};
|
|
34
|
-
$slots: Readonly<{
|
|
35
|
-
[name: string]: import("vue").Slot | undefined;
|
|
36
|
-
}>;
|
|
37
|
-
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
|
38
|
-
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
|
39
|
-
$emit: (event: string, ...args: any[]) => void;
|
|
40
|
-
$el: any;
|
|
41
|
-
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
42
|
-
value: string | number | null;
|
|
43
|
-
options: any[] | any;
|
|
44
|
-
optionLabel?: Extractor | undefined;
|
|
45
|
-
optionValue?: Extractor | undefined;
|
|
46
|
-
optionDisabled?: Extractor | undefined;
|
|
47
|
-
placeholder?: string | undefined;
|
|
48
|
-
size?: InputSize | undefined;
|
|
49
|
-
allowEmpty?: boolean | undefined;
|
|
50
|
-
}>, {
|
|
51
|
-
size: string;
|
|
52
|
-
optionLabel: undefined;
|
|
53
|
-
optionValue: undefined;
|
|
54
|
-
optionDisabled: undefined;
|
|
55
|
-
placeholder: undefined;
|
|
56
|
-
}>>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
57
|
-
size: InputSize;
|
|
58
|
-
placeholder: string;
|
|
59
|
-
optionLabel: Extractor;
|
|
60
|
-
optionValue: Extractor;
|
|
61
|
-
optionDisabled: Extractor;
|
|
62
|
-
}, {}, string> & {
|
|
63
|
-
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
64
|
-
created?: ((() => void) | (() => void)[]) | undefined;
|
|
65
|
-
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
66
|
-
mounted?: ((() => void) | (() => void)[]) | undefined;
|
|
67
|
-
beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
|
|
68
|
-
updated?: ((() => void) | (() => void)[]) | undefined;
|
|
69
|
-
activated?: ((() => void) | (() => void)[]) | undefined;
|
|
70
|
-
deactivated?: ((() => void) | (() => void)[]) | undefined;
|
|
71
|
-
beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
|
|
72
|
-
beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
|
|
73
|
-
destroyed?: ((() => void) | (() => void)[]) | undefined;
|
|
74
|
-
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
75
|
-
renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
76
|
-
renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
77
|
-
errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
|
|
78
|
-
};
|
|
79
|
-
$forceUpdate: () => void;
|
|
80
|
-
$nextTick: typeof import("vue").nextTick;
|
|
81
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
|
|
82
|
-
} & Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
83
|
-
value: string | number | null;
|
|
84
|
-
options: any[] | any;
|
|
85
|
-
optionLabel?: Extractor | undefined;
|
|
86
|
-
optionValue?: Extractor | undefined;
|
|
87
|
-
optionDisabled?: Extractor | undefined;
|
|
88
|
-
placeholder?: string | undefined;
|
|
89
|
-
size?: InputSize | undefined;
|
|
90
|
-
allowEmpty?: boolean | undefined;
|
|
91
|
-
}>, {
|
|
92
|
-
size: string;
|
|
93
|
-
optionLabel: undefined;
|
|
94
|
-
optionValue: undefined;
|
|
95
|
-
optionDisabled: undefined;
|
|
96
|
-
placeholder: undefined;
|
|
97
|
-
}>>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
98
|
-
__isFragment?: undefined;
|
|
99
|
-
__isTeleport?: undefined;
|
|
100
|
-
__isSuspense?: undefined;
|
|
101
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
102
|
-
value: string | number | null;
|
|
103
|
-
options: any[] | any;
|
|
104
|
-
optionLabel?: Extractor | undefined;
|
|
105
|
-
optionValue?: Extractor | undefined;
|
|
106
|
-
optionDisabled?: Extractor | undefined;
|
|
107
|
-
placeholder?: string | undefined;
|
|
108
|
-
size?: InputSize | undefined;
|
|
109
|
-
allowEmpty?: boolean | undefined;
|
|
110
|
-
}>, {
|
|
111
|
-
size: string;
|
|
112
|
-
optionLabel: undefined;
|
|
113
|
-
optionValue: undefined;
|
|
114
|
-
optionDisabled: undefined;
|
|
115
|
-
placeholder: undefined;
|
|
116
|
-
}>>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
117
|
-
size: InputSize;
|
|
118
|
-
placeholder: string;
|
|
119
|
-
optionLabel: Extractor;
|
|
120
|
-
optionValue: Extractor;
|
|
121
|
-
optionDisabled: Extractor;
|
|
122
|
-
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
123
|
-
export default _default;
|
|
124
|
-
declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
125
|
-
declare type __VLS_TypePropsToRuntimeProps<T> = {
|
|
126
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
127
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
128
|
-
} : {
|
|
129
|
-
type: import('vue').PropType<T[K]>;
|
|
130
|
-
required: true;
|
|
131
|
-
};
|
|
132
|
-
};
|
|
133
|
-
declare type __VLS_WithDefaults<P, D> = {
|
|
134
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? P[K] & {
|
|
135
|
-
default: D[K];
|
|
136
|
-
} : P[K];
|
|
137
|
-
};
|
|
@@ -1,72 +0,0 @@
|
|
|
1
|
-
import '../assets/css/table.css';
|
|
2
|
-
import '../assets/css/typography.css';
|
|
3
|
-
import { TableColumns } from '@/types';
|
|
4
|
-
declare const _default: {
|
|
5
|
-
new (...args: any[]): {
|
|
6
|
-
$: import("vue").ComponentInternalInstance;
|
|
7
|
-
$data: {};
|
|
8
|
-
$props: Partial<{}> & Omit<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
9
|
-
items: any[];
|
|
10
|
-
columns: TableColumns;
|
|
11
|
-
rowClass?: string | ((item: any) => string) | undefined;
|
|
12
|
-
}>>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
|
|
13
|
-
$attrs: {
|
|
14
|
-
[x: string]: unknown;
|
|
15
|
-
};
|
|
16
|
-
$refs: {
|
|
17
|
-
[x: string]: unknown;
|
|
18
|
-
};
|
|
19
|
-
$slots: Readonly<{
|
|
20
|
-
[name: string]: import("vue").Slot | undefined;
|
|
21
|
-
}>;
|
|
22
|
-
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
|
23
|
-
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
|
24
|
-
$emit: (event: string, ...args: any[]) => void;
|
|
25
|
-
$el: any;
|
|
26
|
-
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
27
|
-
items: any[];
|
|
28
|
-
columns: TableColumns;
|
|
29
|
-
rowClass?: string | ((item: any) => string) | undefined;
|
|
30
|
-
}>>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & {
|
|
31
|
-
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
32
|
-
created?: ((() => void) | (() => void)[]) | undefined;
|
|
33
|
-
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
34
|
-
mounted?: ((() => void) | (() => void)[]) | undefined;
|
|
35
|
-
beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
|
|
36
|
-
updated?: ((() => void) | (() => void)[]) | undefined;
|
|
37
|
-
activated?: ((() => void) | (() => void)[]) | undefined;
|
|
38
|
-
deactivated?: ((() => void) | (() => void)[]) | undefined;
|
|
39
|
-
beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
|
|
40
|
-
beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
|
|
41
|
-
destroyed?: ((() => void) | (() => void)[]) | undefined;
|
|
42
|
-
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
43
|
-
renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
44
|
-
renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
45
|
-
errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
|
|
46
|
-
};
|
|
47
|
-
$forceUpdate: () => void;
|
|
48
|
-
$nextTick: typeof import("vue").nextTick;
|
|
49
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
|
|
50
|
-
} & Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
51
|
-
items: any[];
|
|
52
|
-
columns: TableColumns;
|
|
53
|
-
rowClass?: string | ((item: any) => string) | undefined;
|
|
54
|
-
}>>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
55
|
-
__isFragment?: undefined;
|
|
56
|
-
__isTeleport?: undefined;
|
|
57
|
-
__isSuspense?: undefined;
|
|
58
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
59
|
-
items: any[];
|
|
60
|
-
columns: TableColumns;
|
|
61
|
-
rowClass?: string | ((item: any) => string) | undefined;
|
|
62
|
-
}>>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
63
|
-
export default _default;
|
|
64
|
-
declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
65
|
-
declare type __VLS_TypePropsToRuntimeProps<T> = {
|
|
66
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
67
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
68
|
-
} : {
|
|
69
|
-
type: import('vue').PropType<T[K]>;
|
|
70
|
-
required: true;
|
|
71
|
-
};
|
|
72
|
-
};
|
|
@@ -1,78 +0,0 @@
|
|
|
1
|
-
import { InputSize } from '../types';
|
|
2
|
-
declare const _default: {
|
|
3
|
-
new (...args: any[]): {
|
|
4
|
-
$: import("vue").ComponentInternalInstance;
|
|
5
|
-
$data: {};
|
|
6
|
-
$props: Partial<{}> & Omit<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
7
|
-
modelValue?: string | undefined;
|
|
8
|
-
size?: InputSize | undefined;
|
|
9
|
-
}>>> & {
|
|
10
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
11
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
|
|
12
|
-
$attrs: {
|
|
13
|
-
[x: string]: unknown;
|
|
14
|
-
};
|
|
15
|
-
$refs: {
|
|
16
|
-
[x: string]: unknown;
|
|
17
|
-
};
|
|
18
|
-
$slots: Readonly<{
|
|
19
|
-
[name: string]: import("vue").Slot | undefined;
|
|
20
|
-
}>;
|
|
21
|
-
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
|
22
|
-
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
|
23
|
-
$emit: (event: "update:modelValue", value: string) => void;
|
|
24
|
-
$el: any;
|
|
25
|
-
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
26
|
-
modelValue?: string | undefined;
|
|
27
|
-
size?: InputSize | undefined;
|
|
28
|
-
}>>> & {
|
|
29
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
30
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
31
|
-
"update:modelValue": (value: string) => void;
|
|
32
|
-
}, string, {}, {}, string> & {
|
|
33
|
-
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
34
|
-
created?: ((() => void) | (() => void)[]) | undefined;
|
|
35
|
-
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
36
|
-
mounted?: ((() => void) | (() => void)[]) | undefined;
|
|
37
|
-
beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
|
|
38
|
-
updated?: ((() => void) | (() => void)[]) | undefined;
|
|
39
|
-
activated?: ((() => void) | (() => void)[]) | undefined;
|
|
40
|
-
deactivated?: ((() => void) | (() => void)[]) | undefined;
|
|
41
|
-
beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
|
|
42
|
-
beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
|
|
43
|
-
destroyed?: ((() => void) | (() => void)[]) | undefined;
|
|
44
|
-
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
45
|
-
renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
46
|
-
renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
47
|
-
errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
|
|
48
|
-
};
|
|
49
|
-
$forceUpdate: () => void;
|
|
50
|
-
$nextTick: typeof import("vue").nextTick;
|
|
51
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
|
|
52
|
-
} & Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
53
|
-
modelValue?: string | undefined;
|
|
54
|
-
size?: InputSize | undefined;
|
|
55
|
-
}>>> & {
|
|
56
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
57
|
-
} & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
58
|
-
__isFragment?: undefined;
|
|
59
|
-
__isTeleport?: undefined;
|
|
60
|
-
__isSuspense?: undefined;
|
|
61
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
62
|
-
modelValue?: string | undefined;
|
|
63
|
-
size?: InputSize | undefined;
|
|
64
|
-
}>>> & {
|
|
65
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
66
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
67
|
-
"update:modelValue": (value: string) => void;
|
|
68
|
-
}, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
69
|
-
export default _default;
|
|
70
|
-
declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
71
|
-
declare type __VLS_TypePropsToRuntimeProps<T> = {
|
|
72
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
73
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
74
|
-
} : {
|
|
75
|
-
type: import('vue').PropType<T[K]>;
|
|
76
|
-
required: true;
|
|
77
|
-
};
|
|
78
|
-
};
|
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
import { CSSProperties } from 'vue';
|
|
2
|
-
declare const _default: import("vue").DefineComponent<{
|
|
3
|
-
title: {
|
|
4
|
-
type: StringConstructor;
|
|
5
|
-
default: string;
|
|
6
|
-
};
|
|
7
|
-
width: {
|
|
8
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
9
|
-
default: number;
|
|
10
|
-
};
|
|
11
|
-
hideCloser: BooleanConstructor;
|
|
12
|
-
scroll: BooleanConstructor;
|
|
13
|
-
plain: BooleanConstructor;
|
|
14
|
-
}, unknown, unknown, {
|
|
15
|
-
hasHeader(): boolean;
|
|
16
|
-
hasFooter(): boolean;
|
|
17
|
-
computedStyle(): Partial<CSSProperties>;
|
|
18
|
-
}, {
|
|
19
|
-
close(): void;
|
|
20
|
-
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
21
|
-
title: {
|
|
22
|
-
type: StringConstructor;
|
|
23
|
-
default: string;
|
|
24
|
-
};
|
|
25
|
-
width: {
|
|
26
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
27
|
-
default: number;
|
|
28
|
-
};
|
|
29
|
-
hideCloser: BooleanConstructor;
|
|
30
|
-
scroll: BooleanConstructor;
|
|
31
|
-
plain: BooleanConstructor;
|
|
32
|
-
}>>, {
|
|
33
|
-
title: string;
|
|
34
|
-
width: string | number;
|
|
35
|
-
hideCloser: boolean;
|
|
36
|
-
scroll: boolean;
|
|
37
|
-
plain: boolean;
|
|
38
|
-
}>;
|
|
39
|
-
export default _default;
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
import { PropType } from 'vue';
|
|
2
|
-
import { ButtonOptions } from '../../modal';
|
|
3
|
-
declare const _default: import("vue").DefineComponent<{
|
|
4
|
-
title: {
|
|
5
|
-
type: StringConstructor;
|
|
6
|
-
default: string;
|
|
7
|
-
};
|
|
8
|
-
message: {
|
|
9
|
-
type: StringConstructor;
|
|
10
|
-
default: string;
|
|
11
|
-
};
|
|
12
|
-
buttons: {
|
|
13
|
-
type: PropType<ButtonOptions[]>;
|
|
14
|
-
default: () => never[];
|
|
15
|
-
};
|
|
16
|
-
}, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "close"[], "close", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
17
|
-
title: {
|
|
18
|
-
type: StringConstructor;
|
|
19
|
-
default: string;
|
|
20
|
-
};
|
|
21
|
-
message: {
|
|
22
|
-
type: StringConstructor;
|
|
23
|
-
default: string;
|
|
24
|
-
};
|
|
25
|
-
buttons: {
|
|
26
|
-
type: PropType<ButtonOptions[]>;
|
|
27
|
-
default: () => never[];
|
|
28
|
-
};
|
|
29
|
-
}>> & {
|
|
30
|
-
onClose?: ((...args: any[]) => any) | undefined;
|
|
31
|
-
}, {
|
|
32
|
-
title: string;
|
|
33
|
-
buttons: ButtonOptions[];
|
|
34
|
-
message: string;
|
|
35
|
-
}>;
|
|
36
|
-
export default _default;
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
import { ComponentPublicInstance, PropType } from 'vue';
|
|
2
|
-
import { Modal } from '@/modal';
|
|
3
|
-
declare const _default: import("vue").DefineComponent<{
|
|
4
|
-
modals: {
|
|
5
|
-
type: PropType<Modal[]>;
|
|
6
|
-
default: () => never[];
|
|
7
|
-
};
|
|
8
|
-
}, unknown, {
|
|
9
|
-
modalInstances: Record<number, ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>>;
|
|
10
|
-
registerReference(modalId: number): (instance: ComponentPublicInstance) => ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
11
|
-
}, {
|
|
12
|
-
activeModal(): Modal | null;
|
|
13
|
-
}, {
|
|
14
|
-
closeModal(modal: Modal, result?: any): void;
|
|
15
|
-
closeActiveModal(): void;
|
|
16
|
-
closeActiveModalByEscapeKey(e: KeyboardEvent): void;
|
|
17
|
-
closeModalByBackdropClick(e: MouseEvent, modal: Modal): void;
|
|
18
|
-
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "closeModal"[], "closeModal", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
19
|
-
modals: {
|
|
20
|
-
type: PropType<Modal[]>;
|
|
21
|
-
default: () => never[];
|
|
22
|
-
};
|
|
23
|
-
}>> & {
|
|
24
|
-
onCloseModal?: ((...args: any[]) => any) | undefined;
|
|
25
|
-
}, {
|
|
26
|
-
modals: Modal[];
|
|
27
|
-
}>;
|
|
28
|
-
export default _default;
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import { PropType } from 'vue';
|
|
2
|
-
import { Message } from '../../snackbar';
|
|
3
|
-
declare const _default: import("vue").DefineComponent<{
|
|
4
|
-
messages: {
|
|
5
|
-
type: PropType<Message[]>;
|
|
6
|
-
default: () => never[];
|
|
7
|
-
};
|
|
8
|
-
}, unknown, unknown, {
|
|
9
|
-
messagesInReverse(): Message[];
|
|
10
|
-
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "remove-message"[], "remove-message", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
11
|
-
messages: {
|
|
12
|
-
type: PropType<Message[]>;
|
|
13
|
-
default: () => never[];
|
|
14
|
-
};
|
|
15
|
-
}>> & {
|
|
16
|
-
"onRemove-message"?: ((...args: any[]) => any) | undefined;
|
|
17
|
-
}, {
|
|
18
|
-
messages: Message[];
|
|
19
|
-
}>;
|
|
20
|
-
export default _default;
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import { Ref } from 'vue';
|
|
2
|
-
import { Router } from 'vue-router';
|
|
3
|
-
export declare const useLoadData: <D = unknown, P = unknown>(source: (params?: P | undefined) => D | Promise<D>, options?: {
|
|
4
|
-
onSuccess?: (({ data, params, router }: {
|
|
5
|
-
data: D;
|
|
6
|
-
params: P;
|
|
7
|
-
router: Router;
|
|
8
|
-
}) => void) | undefined;
|
|
9
|
-
onError?: (({ error, params, router }: {
|
|
10
|
-
error: Error;
|
|
11
|
-
params: P;
|
|
12
|
-
router: Router;
|
|
13
|
-
}) => boolean | void) | undefined;
|
|
14
|
-
successMessage?: string | ((data: D, params: P) => string) | undefined;
|
|
15
|
-
errorMessage?: string | ((error: Error, params: P) => string) | undefined;
|
|
16
|
-
immediate?: boolean | undefined;
|
|
17
|
-
}) => {
|
|
18
|
-
load: (params?: P | undefined) => Promise<D>;
|
|
19
|
-
isLoading: Ref<boolean>;
|
|
20
|
-
data: Ref<D>;
|
|
21
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare function useOnKeyPress(key: KeyboardEvent['code'], callback: (event?: KeyboardEvent) => boolean | void): void;
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Ref } from 'vue';
|
|
2
|
-
export declare type QueryParams = Record<string, string | string[]>;
|
|
3
|
-
export declare function useRouteQuery(onChange: (params: QueryParams) => void, options?: {
|
|
4
|
-
filter?: string[];
|
|
5
|
-
parse?: Record<string, (value: string | string[]) => any>;
|
|
6
|
-
serialize?: Record<string, (value: any) => string | string[]>;
|
|
7
|
-
immediate?: boolean;
|
|
8
|
-
}): {
|
|
9
|
-
params: Ref<QueryParams>;
|
|
10
|
-
setQuery: (params: QueryParams) => void;
|
|
11
|
-
};
|
|
12
|
-
export declare function usePageFromRouteQuery(onChange: (page: number) => void, options?: {
|
|
13
|
-
immediate?: boolean;
|
|
14
|
-
}): {
|
|
15
|
-
page: Ref<number>;
|
|
16
|
-
setPage: (page: number) => void;
|
|
17
|
-
};
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
import { Ref } from 'vue';
|
|
2
|
-
import { RouteLocationRaw, Router } from 'vue-router';
|
|
3
|
-
import { useModal } from '../modal';
|
|
4
|
-
import { Snackbar } from '../snackbar';
|
|
5
|
-
import { ValidationErrors, ValidationResults } from '../types';
|
|
6
|
-
declare type ConfirmParams = Parameters<ReturnType<typeof useModal>['confirm']>[0];
|
|
7
|
-
export declare function useSubmitAction<D = unknown, R = unknown>(action: (data: D) => any | Promise<any>, options?: {
|
|
8
|
-
validator?: (data: D) => boolean | Promise<ValidationResults<D> | boolean>;
|
|
9
|
-
onValidationResults?: (errors?: ValidationErrors<D>) => void;
|
|
10
|
-
confirm?: ((data: D) => ConfirmParams) | ConfirmParams;
|
|
11
|
-
onSuccess?: (params: {
|
|
12
|
-
result: R;
|
|
13
|
-
data: D;
|
|
14
|
-
router: Router;
|
|
15
|
-
snackbar: Snackbar;
|
|
16
|
-
}) => void;
|
|
17
|
-
onError?: (params: {
|
|
18
|
-
error: Error;
|
|
19
|
-
data: D;
|
|
20
|
-
router: Router;
|
|
21
|
-
snackbar: Snackbar;
|
|
22
|
-
}) => boolean | void;
|
|
23
|
-
redirectOnSuccess?: RouteLocationRaw | ((result: R, data: D) => RouteLocationRaw) | undefined;
|
|
24
|
-
successMessage?: ((result: R, data: D) => string) | string;
|
|
25
|
-
errorMessage?: ((error: Error, data: D) => string) | string;
|
|
26
|
-
immediate?: boolean;
|
|
27
|
-
}): {
|
|
28
|
-
submit: (data?: D) => Promise<any>;
|
|
29
|
-
isSubmitting: Ref<boolean>;
|
|
30
|
-
result: Ref<R>;
|
|
31
|
-
errors: Ref<ValidationErrors<D>>;
|
|
32
|
-
};
|
|
33
|
-
export {};
|
package/dist/icons/plus.vue.d.ts
DELETED