grantthomas-nuxt 1.0.24 → 1.0.25
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/module.json +1 -1
- package/dist/runtime/components/AlertDisplay.d.vue.ts +2 -1
- package/dist/runtime/components/AlertDisplay.vue.d.ts +2 -1
- package/dist/runtime/components/CrudAddressSearchField.d.vue.ts +57 -5
- package/dist/runtime/components/CrudAddressSearchField.vue.d.ts +57 -5
- package/dist/runtime/components/CrudApiSelectorField.d.vue.ts +91 -8
- package/dist/runtime/components/CrudApiSelectorField.vue.d.ts +91 -8
- package/dist/runtime/components/CrudConfirmDialog.d.vue.ts +43 -6
- package/dist/runtime/components/CrudConfirmDialog.vue.d.ts +43 -6
- package/dist/runtime/components/CrudCountLoader.d.vue.ts +52 -8
- package/dist/runtime/components/CrudCountLoader.vue.d.ts +52 -8
- package/dist/runtime/components/CrudErrorDisplay.d.vue.ts +24 -5
- package/dist/runtime/components/CrudErrorDisplay.vue.d.ts +24 -5
- package/dist/runtime/components/CrudFilter.d.vue.ts +22 -7
- package/dist/runtime/components/CrudFilter.vue.d.ts +22 -7
- package/dist/runtime/components/CrudFilterList.d.vue.ts +24 -4
- package/dist/runtime/components/CrudFilterList.vue.d.ts +24 -4
- package/dist/runtime/components/CrudFormDialog.d.vue.ts +183 -9
- package/dist/runtime/components/CrudFormDialog.vue.d.ts +183 -9
- package/dist/runtime/components/CrudFormLoader.d.vue.ts +176 -21
- package/dist/runtime/components/CrudFormLoader.vue.d.ts +176 -21
- package/dist/runtime/components/CrudImageCropper.d.vue.ts +36 -6
- package/dist/runtime/components/CrudImageCropper.vue.d.ts +36 -6
- package/dist/runtime/components/CrudListLoader.d.vue.ts +105 -13
- package/dist/runtime/components/CrudListLoader.vue.d.ts +105 -13
- package/dist/runtime/components/CrudPaginatedLoader.d.vue.ts +283 -45
- package/dist/runtime/components/CrudPaginatedLoader.vue.d.ts +283 -45
- package/dist/runtime/components/CrudUploadField.d.vue.ts +149 -9
- package/dist/runtime/components/CrudUploadField.vue.d.ts +149 -9
- package/dist/runtime/components/CrudUploadFieldSelection.d.vue.ts +58 -6
- package/dist/runtime/components/CrudUploadFieldSelection.vue.d.ts +58 -6
- package/package.json +10 -10
package/dist/module.json
CHANGED
|
@@ -1,2 +1,3 @@
|
|
|
1
|
-
declare const
|
|
1
|
+
declare const __VLS_export: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
declare const _default: typeof __VLS_export;
|
|
2
3
|
export default _default;
|
|
@@ -1,2 +1,3 @@
|
|
|
1
|
-
declare const
|
|
1
|
+
declare const __VLS_export: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
declare const _default: typeof __VLS_export;
|
|
2
3
|
export default _default;
|
|
@@ -1,8 +1,60 @@
|
|
|
1
|
-
declare const _default:
|
|
2
|
-
|
|
1
|
+
declare const _default: typeof __VLS_export;
|
|
2
|
+
export default _default;
|
|
3
|
+
declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4
|
+
hint: {
|
|
5
|
+
type: StringConstructor;
|
|
6
|
+
default: string;
|
|
7
|
+
};
|
|
8
|
+
label: {
|
|
9
|
+
type: StringConstructor;
|
|
10
|
+
default: string;
|
|
11
|
+
};
|
|
12
|
+
placeholder: {
|
|
13
|
+
type: StringConstructor;
|
|
14
|
+
default: string;
|
|
15
|
+
};
|
|
16
|
+
countries: {
|
|
17
|
+
type: ArrayConstructor;
|
|
18
|
+
default: () => never[];
|
|
19
|
+
};
|
|
20
|
+
modelValue: {
|
|
21
|
+
type: import("vue").PropType<any>;
|
|
22
|
+
};
|
|
23
|
+
place: {
|
|
24
|
+
type: import("vue").PropType<any>;
|
|
25
|
+
};
|
|
26
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
27
|
+
"update:modelValue": (value: any) => any;
|
|
28
|
+
"update:place": (value: any) => any;
|
|
29
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
30
|
+
hint: {
|
|
31
|
+
type: StringConstructor;
|
|
32
|
+
default: string;
|
|
33
|
+
};
|
|
34
|
+
label: {
|
|
35
|
+
type: StringConstructor;
|
|
36
|
+
default: string;
|
|
37
|
+
};
|
|
38
|
+
placeholder: {
|
|
39
|
+
type: StringConstructor;
|
|
40
|
+
default: string;
|
|
41
|
+
};
|
|
42
|
+
countries: {
|
|
43
|
+
type: ArrayConstructor;
|
|
44
|
+
default: () => never[];
|
|
45
|
+
};
|
|
46
|
+
modelValue: {
|
|
47
|
+
type: import("vue").PropType<any>;
|
|
48
|
+
};
|
|
49
|
+
place: {
|
|
50
|
+
type: import("vue").PropType<any>;
|
|
51
|
+
};
|
|
52
|
+
}>> & Readonly<{
|
|
53
|
+
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
54
|
+
"onUpdate:place"?: ((value: any) => any) | undefined;
|
|
55
|
+
}>, {
|
|
3
56
|
label: string;
|
|
57
|
+
hint: string;
|
|
4
58
|
placeholder: string;
|
|
5
59
|
countries: unknown[];
|
|
6
|
-
|
|
7
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
8
|
-
export default _default;
|
|
60
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -1,8 +1,60 @@
|
|
|
1
|
-
declare const _default:
|
|
2
|
-
|
|
1
|
+
declare const _default: typeof __VLS_export;
|
|
2
|
+
export default _default;
|
|
3
|
+
declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4
|
+
hint: {
|
|
5
|
+
type: StringConstructor;
|
|
6
|
+
default: string;
|
|
7
|
+
};
|
|
8
|
+
label: {
|
|
9
|
+
type: StringConstructor;
|
|
10
|
+
default: string;
|
|
11
|
+
};
|
|
12
|
+
placeholder: {
|
|
13
|
+
type: StringConstructor;
|
|
14
|
+
default: string;
|
|
15
|
+
};
|
|
16
|
+
countries: {
|
|
17
|
+
type: ArrayConstructor;
|
|
18
|
+
default: () => never[];
|
|
19
|
+
};
|
|
20
|
+
modelValue: {
|
|
21
|
+
type: import("vue").PropType<any>;
|
|
22
|
+
};
|
|
23
|
+
place: {
|
|
24
|
+
type: import("vue").PropType<any>;
|
|
25
|
+
};
|
|
26
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
27
|
+
"update:modelValue": (value: any) => any;
|
|
28
|
+
"update:place": (value: any) => any;
|
|
29
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
30
|
+
hint: {
|
|
31
|
+
type: StringConstructor;
|
|
32
|
+
default: string;
|
|
33
|
+
};
|
|
34
|
+
label: {
|
|
35
|
+
type: StringConstructor;
|
|
36
|
+
default: string;
|
|
37
|
+
};
|
|
38
|
+
placeholder: {
|
|
39
|
+
type: StringConstructor;
|
|
40
|
+
default: string;
|
|
41
|
+
};
|
|
42
|
+
countries: {
|
|
43
|
+
type: ArrayConstructor;
|
|
44
|
+
default: () => never[];
|
|
45
|
+
};
|
|
46
|
+
modelValue: {
|
|
47
|
+
type: import("vue").PropType<any>;
|
|
48
|
+
};
|
|
49
|
+
place: {
|
|
50
|
+
type: import("vue").PropType<any>;
|
|
51
|
+
};
|
|
52
|
+
}>> & Readonly<{
|
|
53
|
+
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
54
|
+
"onUpdate:place"?: ((value: any) => any) | undefined;
|
|
55
|
+
}>, {
|
|
3
56
|
label: string;
|
|
57
|
+
hint: string;
|
|
4
58
|
placeholder: string;
|
|
5
59
|
countries: unknown[];
|
|
6
|
-
|
|
7
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
8
|
-
export default _default;
|
|
60
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -1,10 +1,94 @@
|
|
|
1
|
-
declare const _default:
|
|
1
|
+
declare const _default: typeof __VLS_export;
|
|
2
2
|
export default _default;
|
|
3
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
3
4
|
type __VLS_WithSlots<T, S> = T & (new () => {
|
|
4
5
|
$slots: S;
|
|
5
6
|
});
|
|
6
|
-
declare const
|
|
7
|
-
path:
|
|
7
|
+
declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
8
|
+
path: {
|
|
9
|
+
type: StringConstructor;
|
|
10
|
+
required: true;
|
|
11
|
+
};
|
|
12
|
+
multiple: {
|
|
13
|
+
type: BooleanConstructor;
|
|
14
|
+
default: boolean;
|
|
15
|
+
};
|
|
16
|
+
endpointDisplayKey: {
|
|
17
|
+
type: StringConstructor;
|
|
18
|
+
default: string;
|
|
19
|
+
};
|
|
20
|
+
endpointFilterKey: {
|
|
21
|
+
type: StringConstructor;
|
|
22
|
+
default: string;
|
|
23
|
+
};
|
|
24
|
+
endpointResponseKey: {
|
|
25
|
+
type: StringConstructor;
|
|
26
|
+
default: string;
|
|
27
|
+
};
|
|
28
|
+
additionalFilters: {
|
|
29
|
+
type: ObjectConstructor;
|
|
30
|
+
default: () => {};
|
|
31
|
+
};
|
|
32
|
+
disableUpdate: {
|
|
33
|
+
type: BooleanConstructor;
|
|
34
|
+
default: boolean;
|
|
35
|
+
};
|
|
36
|
+
createBtnText: {
|
|
37
|
+
type: StringConstructor;
|
|
38
|
+
default: string;
|
|
39
|
+
};
|
|
40
|
+
updateBtnText: {
|
|
41
|
+
type: StringConstructor;
|
|
42
|
+
default: string;
|
|
43
|
+
};
|
|
44
|
+
modelValue: {
|
|
45
|
+
type: import("vue").PropType<any>;
|
|
46
|
+
};
|
|
47
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
48
|
+
"update:modelValue": (value: any) => any;
|
|
49
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
50
|
+
path: {
|
|
51
|
+
type: StringConstructor;
|
|
52
|
+
required: true;
|
|
53
|
+
};
|
|
54
|
+
multiple: {
|
|
55
|
+
type: BooleanConstructor;
|
|
56
|
+
default: boolean;
|
|
57
|
+
};
|
|
58
|
+
endpointDisplayKey: {
|
|
59
|
+
type: StringConstructor;
|
|
60
|
+
default: string;
|
|
61
|
+
};
|
|
62
|
+
endpointFilterKey: {
|
|
63
|
+
type: StringConstructor;
|
|
64
|
+
default: string;
|
|
65
|
+
};
|
|
66
|
+
endpointResponseKey: {
|
|
67
|
+
type: StringConstructor;
|
|
68
|
+
default: string;
|
|
69
|
+
};
|
|
70
|
+
additionalFilters: {
|
|
71
|
+
type: ObjectConstructor;
|
|
72
|
+
default: () => {};
|
|
73
|
+
};
|
|
74
|
+
disableUpdate: {
|
|
75
|
+
type: BooleanConstructor;
|
|
76
|
+
default: boolean;
|
|
77
|
+
};
|
|
78
|
+
createBtnText: {
|
|
79
|
+
type: StringConstructor;
|
|
80
|
+
default: string;
|
|
81
|
+
};
|
|
82
|
+
updateBtnText: {
|
|
83
|
+
type: StringConstructor;
|
|
84
|
+
default: string;
|
|
85
|
+
};
|
|
86
|
+
modelValue: {
|
|
87
|
+
type: import("vue").PropType<any>;
|
|
88
|
+
};
|
|
89
|
+
}>> & Readonly<{
|
|
90
|
+
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
91
|
+
}>, {
|
|
8
92
|
multiple: boolean;
|
|
9
93
|
endpointDisplayKey: string;
|
|
10
94
|
endpointFilterKey: string;
|
|
@@ -13,20 +97,19 @@ declare const __VLS_component: import("vue").DefineComponent<{}, {
|
|
|
13
97
|
disableUpdate: boolean;
|
|
14
98
|
createBtnText: string;
|
|
15
99
|
updateBtnText: string;
|
|
16
|
-
|
|
17
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
100
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
18
101
|
type __VLS_Slots = {
|
|
19
102
|
items?: ((props: {
|
|
20
|
-
items: any;
|
|
103
|
+
items: any[];
|
|
21
104
|
}) => any) | undefined;
|
|
22
105
|
} & {
|
|
23
106
|
empty?: ((props: {}) => any) | undefined;
|
|
24
107
|
} & {
|
|
25
108
|
action?: ((props: {
|
|
26
|
-
action:
|
|
109
|
+
action: () => void;
|
|
27
110
|
}) => any) | undefined;
|
|
28
111
|
} & {
|
|
29
112
|
dialogListTitle?: ((props: {
|
|
30
|
-
item:
|
|
113
|
+
item: string;
|
|
31
114
|
}) => any) | undefined;
|
|
32
115
|
};
|
|
@@ -1,10 +1,94 @@
|
|
|
1
|
-
declare const _default:
|
|
1
|
+
declare const _default: typeof __VLS_export;
|
|
2
2
|
export default _default;
|
|
3
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
3
4
|
type __VLS_WithSlots<T, S> = T & (new () => {
|
|
4
5
|
$slots: S;
|
|
5
6
|
});
|
|
6
|
-
declare const
|
|
7
|
-
path:
|
|
7
|
+
declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
8
|
+
path: {
|
|
9
|
+
type: StringConstructor;
|
|
10
|
+
required: true;
|
|
11
|
+
};
|
|
12
|
+
multiple: {
|
|
13
|
+
type: BooleanConstructor;
|
|
14
|
+
default: boolean;
|
|
15
|
+
};
|
|
16
|
+
endpointDisplayKey: {
|
|
17
|
+
type: StringConstructor;
|
|
18
|
+
default: string;
|
|
19
|
+
};
|
|
20
|
+
endpointFilterKey: {
|
|
21
|
+
type: StringConstructor;
|
|
22
|
+
default: string;
|
|
23
|
+
};
|
|
24
|
+
endpointResponseKey: {
|
|
25
|
+
type: StringConstructor;
|
|
26
|
+
default: string;
|
|
27
|
+
};
|
|
28
|
+
additionalFilters: {
|
|
29
|
+
type: ObjectConstructor;
|
|
30
|
+
default: () => {};
|
|
31
|
+
};
|
|
32
|
+
disableUpdate: {
|
|
33
|
+
type: BooleanConstructor;
|
|
34
|
+
default: boolean;
|
|
35
|
+
};
|
|
36
|
+
createBtnText: {
|
|
37
|
+
type: StringConstructor;
|
|
38
|
+
default: string;
|
|
39
|
+
};
|
|
40
|
+
updateBtnText: {
|
|
41
|
+
type: StringConstructor;
|
|
42
|
+
default: string;
|
|
43
|
+
};
|
|
44
|
+
modelValue: {
|
|
45
|
+
type: import("vue").PropType<any>;
|
|
46
|
+
};
|
|
47
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
48
|
+
"update:modelValue": (value: any) => any;
|
|
49
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
50
|
+
path: {
|
|
51
|
+
type: StringConstructor;
|
|
52
|
+
required: true;
|
|
53
|
+
};
|
|
54
|
+
multiple: {
|
|
55
|
+
type: BooleanConstructor;
|
|
56
|
+
default: boolean;
|
|
57
|
+
};
|
|
58
|
+
endpointDisplayKey: {
|
|
59
|
+
type: StringConstructor;
|
|
60
|
+
default: string;
|
|
61
|
+
};
|
|
62
|
+
endpointFilterKey: {
|
|
63
|
+
type: StringConstructor;
|
|
64
|
+
default: string;
|
|
65
|
+
};
|
|
66
|
+
endpointResponseKey: {
|
|
67
|
+
type: StringConstructor;
|
|
68
|
+
default: string;
|
|
69
|
+
};
|
|
70
|
+
additionalFilters: {
|
|
71
|
+
type: ObjectConstructor;
|
|
72
|
+
default: () => {};
|
|
73
|
+
};
|
|
74
|
+
disableUpdate: {
|
|
75
|
+
type: BooleanConstructor;
|
|
76
|
+
default: boolean;
|
|
77
|
+
};
|
|
78
|
+
createBtnText: {
|
|
79
|
+
type: StringConstructor;
|
|
80
|
+
default: string;
|
|
81
|
+
};
|
|
82
|
+
updateBtnText: {
|
|
83
|
+
type: StringConstructor;
|
|
84
|
+
default: string;
|
|
85
|
+
};
|
|
86
|
+
modelValue: {
|
|
87
|
+
type: import("vue").PropType<any>;
|
|
88
|
+
};
|
|
89
|
+
}>> & Readonly<{
|
|
90
|
+
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
91
|
+
}>, {
|
|
8
92
|
multiple: boolean;
|
|
9
93
|
endpointDisplayKey: string;
|
|
10
94
|
endpointFilterKey: string;
|
|
@@ -13,20 +97,19 @@ declare const __VLS_component: import("vue").DefineComponent<{}, {
|
|
|
13
97
|
disableUpdate: boolean;
|
|
14
98
|
createBtnText: string;
|
|
15
99
|
updateBtnText: string;
|
|
16
|
-
|
|
17
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
100
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
18
101
|
type __VLS_Slots = {
|
|
19
102
|
items?: ((props: {
|
|
20
|
-
items: any;
|
|
103
|
+
items: any[];
|
|
21
104
|
}) => any) | undefined;
|
|
22
105
|
} & {
|
|
23
106
|
empty?: ((props: {}) => any) | undefined;
|
|
24
107
|
} & {
|
|
25
108
|
action?: ((props: {
|
|
26
|
-
action:
|
|
109
|
+
action: () => void;
|
|
27
110
|
}) => any) | undefined;
|
|
28
111
|
} & {
|
|
29
112
|
dialogListTitle?: ((props: {
|
|
30
|
-
item:
|
|
113
|
+
item: string;
|
|
31
114
|
}) => any) | undefined;
|
|
32
115
|
};
|
|
@@ -1,18 +1,55 @@
|
|
|
1
|
-
declare const _default:
|
|
1
|
+
declare const _default: typeof __VLS_export;
|
|
2
2
|
export default _default;
|
|
3
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
3
4
|
type __VLS_WithSlots<T, S> = T & (new () => {
|
|
4
5
|
$slots: S;
|
|
5
6
|
});
|
|
6
|
-
declare const
|
|
7
|
-
|
|
7
|
+
declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
8
|
+
title: {
|
|
9
|
+
type: StringConstructor;
|
|
10
|
+
default(): string;
|
|
11
|
+
};
|
|
12
|
+
message: {
|
|
13
|
+
type: StringConstructor;
|
|
14
|
+
default(): string;
|
|
15
|
+
};
|
|
16
|
+
cancelText: {
|
|
17
|
+
type: StringConstructor;
|
|
18
|
+
default(): string;
|
|
19
|
+
};
|
|
20
|
+
confirmText: {
|
|
21
|
+
type: StringConstructor;
|
|
22
|
+
default(): string;
|
|
23
|
+
};
|
|
24
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
25
|
+
confirm: (...args: any[]) => void;
|
|
26
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
27
|
+
title: {
|
|
28
|
+
type: StringConstructor;
|
|
29
|
+
default(): string;
|
|
30
|
+
};
|
|
31
|
+
message: {
|
|
32
|
+
type: StringConstructor;
|
|
33
|
+
default(): string;
|
|
34
|
+
};
|
|
35
|
+
cancelText: {
|
|
36
|
+
type: StringConstructor;
|
|
37
|
+
default(): string;
|
|
38
|
+
};
|
|
39
|
+
confirmText: {
|
|
40
|
+
type: StringConstructor;
|
|
41
|
+
default(): string;
|
|
42
|
+
};
|
|
43
|
+
}>> & Readonly<{
|
|
44
|
+
onConfirm?: ((...args: any[]) => any) | undefined;
|
|
45
|
+
}>, {
|
|
8
46
|
message: string;
|
|
9
47
|
title: string;
|
|
10
48
|
cancelText: string;
|
|
11
49
|
confirmText: string;
|
|
12
|
-
|
|
13
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
50
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
14
51
|
type __VLS_Slots = {
|
|
15
52
|
default?: ((props: {
|
|
16
|
-
click:
|
|
53
|
+
click: () => void;
|
|
17
54
|
}) => any) | undefined;
|
|
18
55
|
};
|
|
@@ -1,18 +1,55 @@
|
|
|
1
|
-
declare const _default:
|
|
1
|
+
declare const _default: typeof __VLS_export;
|
|
2
2
|
export default _default;
|
|
3
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
3
4
|
type __VLS_WithSlots<T, S> = T & (new () => {
|
|
4
5
|
$slots: S;
|
|
5
6
|
});
|
|
6
|
-
declare const
|
|
7
|
-
|
|
7
|
+
declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
8
|
+
title: {
|
|
9
|
+
type: StringConstructor;
|
|
10
|
+
default(): string;
|
|
11
|
+
};
|
|
12
|
+
message: {
|
|
13
|
+
type: StringConstructor;
|
|
14
|
+
default(): string;
|
|
15
|
+
};
|
|
16
|
+
cancelText: {
|
|
17
|
+
type: StringConstructor;
|
|
18
|
+
default(): string;
|
|
19
|
+
};
|
|
20
|
+
confirmText: {
|
|
21
|
+
type: StringConstructor;
|
|
22
|
+
default(): string;
|
|
23
|
+
};
|
|
24
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
25
|
+
confirm: (...args: any[]) => void;
|
|
26
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
27
|
+
title: {
|
|
28
|
+
type: StringConstructor;
|
|
29
|
+
default(): string;
|
|
30
|
+
};
|
|
31
|
+
message: {
|
|
32
|
+
type: StringConstructor;
|
|
33
|
+
default(): string;
|
|
34
|
+
};
|
|
35
|
+
cancelText: {
|
|
36
|
+
type: StringConstructor;
|
|
37
|
+
default(): string;
|
|
38
|
+
};
|
|
39
|
+
confirmText: {
|
|
40
|
+
type: StringConstructor;
|
|
41
|
+
default(): string;
|
|
42
|
+
};
|
|
43
|
+
}>> & Readonly<{
|
|
44
|
+
onConfirm?: ((...args: any[]) => any) | undefined;
|
|
45
|
+
}>, {
|
|
8
46
|
message: string;
|
|
9
47
|
title: string;
|
|
10
48
|
cancelText: string;
|
|
11
49
|
confirmText: string;
|
|
12
|
-
|
|
13
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
50
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
14
51
|
type __VLS_Slots = {
|
|
15
52
|
default?: ((props: {
|
|
16
|
-
click:
|
|
53
|
+
click: () => void;
|
|
17
54
|
}) => any) | undefined;
|
|
18
55
|
};
|
|
@@ -1,24 +1,68 @@
|
|
|
1
|
-
declare const _default:
|
|
1
|
+
declare const _default: typeof __VLS_export;
|
|
2
2
|
export default _default;
|
|
3
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
3
4
|
type __VLS_WithSlots<T, S> = T & (new () => {
|
|
4
5
|
$slots: S;
|
|
5
6
|
});
|
|
6
|
-
declare const
|
|
7
|
-
|
|
7
|
+
declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
8
|
+
debounced: {
|
|
9
|
+
type: BooleanConstructor;
|
|
10
|
+
default: boolean;
|
|
11
|
+
};
|
|
12
|
+
path: {
|
|
13
|
+
type: StringConstructor;
|
|
14
|
+
required: true;
|
|
15
|
+
};
|
|
16
|
+
customFilters: {
|
|
17
|
+
type: ObjectConstructor;
|
|
18
|
+
required: false;
|
|
19
|
+
};
|
|
20
|
+
await: {
|
|
21
|
+
type: BooleanConstructor;
|
|
22
|
+
required: false;
|
|
23
|
+
default: boolean;
|
|
24
|
+
};
|
|
25
|
+
listeners: {
|
|
26
|
+
type: ArrayConstructor;
|
|
27
|
+
required: false;
|
|
28
|
+
default: () => never[];
|
|
29
|
+
};
|
|
30
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
31
|
+
debounced: {
|
|
32
|
+
type: BooleanConstructor;
|
|
33
|
+
default: boolean;
|
|
34
|
+
};
|
|
35
|
+
path: {
|
|
36
|
+
type: StringConstructor;
|
|
37
|
+
required: true;
|
|
38
|
+
};
|
|
39
|
+
customFilters: {
|
|
40
|
+
type: ObjectConstructor;
|
|
41
|
+
required: false;
|
|
42
|
+
};
|
|
43
|
+
await: {
|
|
44
|
+
type: BooleanConstructor;
|
|
45
|
+
required: false;
|
|
46
|
+
default: boolean;
|
|
47
|
+
};
|
|
48
|
+
listeners: {
|
|
49
|
+
type: ArrayConstructor;
|
|
50
|
+
required: false;
|
|
51
|
+
default: () => never[];
|
|
52
|
+
};
|
|
53
|
+
}>> & Readonly<{}>, {
|
|
8
54
|
debounced: boolean;
|
|
9
55
|
await: boolean;
|
|
10
56
|
listeners: unknown[];
|
|
11
|
-
|
|
12
|
-
$props: any;
|
|
13
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
57
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
14
58
|
type __VLS_Slots = {
|
|
15
59
|
error?: ((props: {
|
|
16
|
-
errors: any
|
|
60
|
+
errors: Record<string, any>;
|
|
17
61
|
}) => any) | undefined;
|
|
18
62
|
} & {
|
|
19
63
|
pending?: ((props: {}) => any) | undefined;
|
|
20
64
|
} & {
|
|
21
65
|
content?: ((props: {
|
|
22
|
-
count:
|
|
66
|
+
count: number;
|
|
23
67
|
}) => any) | undefined;
|
|
24
68
|
};
|
|
@@ -1,24 +1,68 @@
|
|
|
1
|
-
declare const _default:
|
|
1
|
+
declare const _default: typeof __VLS_export;
|
|
2
2
|
export default _default;
|
|
3
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
3
4
|
type __VLS_WithSlots<T, S> = T & (new () => {
|
|
4
5
|
$slots: S;
|
|
5
6
|
});
|
|
6
|
-
declare const
|
|
7
|
-
|
|
7
|
+
declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
8
|
+
debounced: {
|
|
9
|
+
type: BooleanConstructor;
|
|
10
|
+
default: boolean;
|
|
11
|
+
};
|
|
12
|
+
path: {
|
|
13
|
+
type: StringConstructor;
|
|
14
|
+
required: true;
|
|
15
|
+
};
|
|
16
|
+
customFilters: {
|
|
17
|
+
type: ObjectConstructor;
|
|
18
|
+
required: false;
|
|
19
|
+
};
|
|
20
|
+
await: {
|
|
21
|
+
type: BooleanConstructor;
|
|
22
|
+
required: false;
|
|
23
|
+
default: boolean;
|
|
24
|
+
};
|
|
25
|
+
listeners: {
|
|
26
|
+
type: ArrayConstructor;
|
|
27
|
+
required: false;
|
|
28
|
+
default: () => never[];
|
|
29
|
+
};
|
|
30
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
31
|
+
debounced: {
|
|
32
|
+
type: BooleanConstructor;
|
|
33
|
+
default: boolean;
|
|
34
|
+
};
|
|
35
|
+
path: {
|
|
36
|
+
type: StringConstructor;
|
|
37
|
+
required: true;
|
|
38
|
+
};
|
|
39
|
+
customFilters: {
|
|
40
|
+
type: ObjectConstructor;
|
|
41
|
+
required: false;
|
|
42
|
+
};
|
|
43
|
+
await: {
|
|
44
|
+
type: BooleanConstructor;
|
|
45
|
+
required: false;
|
|
46
|
+
default: boolean;
|
|
47
|
+
};
|
|
48
|
+
listeners: {
|
|
49
|
+
type: ArrayConstructor;
|
|
50
|
+
required: false;
|
|
51
|
+
default: () => never[];
|
|
52
|
+
};
|
|
53
|
+
}>> & Readonly<{}>, {
|
|
8
54
|
debounced: boolean;
|
|
9
55
|
await: boolean;
|
|
10
56
|
listeners: unknown[];
|
|
11
|
-
|
|
12
|
-
$props: any;
|
|
13
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
57
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
14
58
|
type __VLS_Slots = {
|
|
15
59
|
error?: ((props: {
|
|
16
|
-
errors: any
|
|
60
|
+
errors: Record<string, any>;
|
|
17
61
|
}) => any) | undefined;
|
|
18
62
|
} & {
|
|
19
63
|
pending?: ((props: {}) => any) | undefined;
|
|
20
64
|
} & {
|
|
21
65
|
content?: ((props: {
|
|
22
|
-
count:
|
|
66
|
+
count: number;
|
|
23
67
|
}) => any) | undefined;
|
|
24
68
|
};
|