From 0b01e51be17ce4e7b829cf735e42210991198ed9 Mon Sep 17 00:00:00 2001 From: WebDevNerdStuff Date: Tue, 13 May 2025 12:23:25 -0700 Subject: [PATCH] add types --- src/plugin/types/index.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/plugin/types/index.ts b/src/plugin/types/index.ts index e97ecc7..38ac3be 100755 --- a/src/plugin/types/index.ts +++ b/src/plugin/types/index.ts @@ -14,6 +14,7 @@ import type { VTooltip, } from 'vuetify/components'; import type { ValidationRule } from 'vuetify/composables/validation'; +import type { SelectItemKey } from 'vuetify/lib/util/helpers'; import type { Schema } from 'yup'; import type { ZodSchema } from 'zod'; import VStepperForm from '../VStepperForm.vue'; @@ -108,6 +109,8 @@ export interface Field { id?: string | number; inline?: boolean; // ? Checkboxes // inlineSpacing?: string; // ? Checkboxes // + itemTitle?: SelectItemKey; // ? Selects // + itemValue?: SelectItemKey; // ? Selects // items?: readonly any[] | undefined; label?: string; labelPositionLeft?: boolean; // ? Checkboxes //