Skip to content

Commit dd50df9

Browse files
Merge pull request #56 from webdevnerdstuff/dev
add types
2 parents b21bb37 + 0b01e51 commit dd50df9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/plugin/types/index.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ import type {
1414
VTooltip,
1515
} from 'vuetify/components';
1616
import type { ValidationRule } from 'vuetify/composables/validation';
17+
import type { SelectItemKey } from 'vuetify/lib/util/helpers';
1718
import type { Schema } from 'yup';
1819
import type { ZodSchema } from 'zod';
1920
import VStepperForm from '../VStepperForm.vue';
@@ -108,6 +109,8 @@ export interface Field {
108109
id?: string | number;
109110
inline?: boolean; // ? Checkboxes //
110111
inlineSpacing?: string; // ? Checkboxes //
112+
itemTitle?: SelectItemKey<any>; // ? Selects //
113+
itemValue?: SelectItemKey<any>; // ? Selects //
111114
items?: readonly any[] | undefined;
112115
label?: string;
113116
labelPositionLeft?: boolean; // ? Checkboxes //

0 commit comments

Comments
 (0)