From 3cd07d7e633aedd4943a6076f3d85b3ebfbef54d Mon Sep 17 00:00:00 2001 From: adroslice Date: Fri, 2 Aug 2024 14:03:11 +0200 Subject: [PATCH] Fixed more typescript warnings - Mainly moved type exports to .ts file --- client/src/components/input/DropdownInput.vue | 24 +++---------- client/src/components/input/EnumInput.vue | 17 ++------- client/src/components/input/NicerForm.vue | 15 ++------ client/src/components/input/input.ts | 35 +++++++++++++++++++ client/src/definitions.ts | 2 +- 5 files changed, 45 insertions(+), 48 deletions(-) create mode 100644 client/src/components/input/input.ts diff --git a/client/src/components/input/DropdownInput.vue b/client/src/components/input/DropdownInput.vue index 86bf7c4..4d249e4 100644 --- a/client/src/components/input/DropdownInput.vue +++ b/client/src/components/input/DropdownInput.vue @@ -1,21 +1,7 @@ - - -