From 04f4a9369b6db9e6626891d112c9161471117ec2 Mon Sep 17 00:00:00 2001 From: Katie Date: Wed, 21 Sep 2022 08:56:41 -0400 Subject: [PATCH] CSR-762 Finish vehicle-damage --- .prettierrc | 4 + .../button-question/button-question.vue | 525 +++++++------ .../input-button-wrapper.vue | 606 ++++++++------- .../replace-options-question.vue | 15 +- src/layouts/vehicle-damage/vehicle-damage.vue | 22 +- .../windshield-options/windshield-options.vue | 2 - .../make-question/make-question.vue | 2 +- .../model-question/model-question.vue | 2 +- .../style-question/style-question.vue | 2 +- .../year-question/year-question.vue | 2 +- .../list-button-horizontal.vue | 5 +- src/ux-components/list-card/list-card.vue | 715 +++++++++--------- 12 files changed, 964 insertions(+), 938 deletions(-) create mode 100644 .prettierrc diff --git a/.prettierrc b/.prettierrc new file mode 100644 index 000000000..21209f49e --- /dev/null +++ b/.prettierrc @@ -0,0 +1,4 @@ +{ + "tabWidth": 4, + "bracketSameLine": true +} \ No newline at end of file diff --git a/src/common-components/button-question/button-question.vue b/src/common-components/button-question/button-question.vue index 54ed76e88..5b0808a9c 100644 --- a/src/common-components/button-question/button-question.vue +++ b/src/common-components/button-question/button-question.vue @@ -1,66 +1,59 @@ diff --git a/src/common-components/input-button-wrapper/input-button-wrapper.vue b/src/common-components/input-button-wrapper/input-button-wrapper.vue index 67eaeb145..3fd39fbcf 100644 --- a/src/common-components/input-button-wrapper/input-button-wrapper.vue +++ b/src/common-components/input-button-wrapper/input-button-wrapper.vue @@ -1,29 +1,28 @@ diff --git a/src/layouts/vehicle-damage/replace-options-question/replace-options-question.vue b/src/layouts/vehicle-damage/replace-options-question/replace-options-question.vue index f4c0e5e02..3b8e6d803 100644 --- a/src/layouts/vehicle-damage/replace-options-question/replace-options-question.vue +++ b/src/layouts/vehicle-damage/replace-options-question/replace-options-question.vue @@ -1,8 +1,7 @@ diff --git a/src/layouts/vehicle-style/style-question/style-question.vue b/src/layouts/vehicle-style/style-question/style-question.vue index 04f5c8958..37ae9ecab 100644 --- a/src/layouts/vehicle-style/style-question/style-question.vue +++ b/src/layouts/vehicle-style/style-question/style-question.vue @@ -8,7 +8,7 @@ groupName="ChooseVehicleStyle" textPosition="text-start" v-model="selectedValue" - :selectOnKeypress="true" + :selectOnKeypress="false" isRequired /> diff --git a/src/layouts/vehicle-year/year-question/year-question.vue b/src/layouts/vehicle-year/year-question/year-question.vue index b9f2310ad..34758a85d 100644 --- a/src/layouts/vehicle-year/year-question/year-question.vue +++ b/src/layouts/vehicle-year/year-question/year-question.vue @@ -9,7 +9,7 @@ groupName="ChooseVehicleYear" textPosition="text-start" v-model="selectedValue" - :selectOnKeypress="true" + :selectOnKeypress="false" isRequired /> diff --git a/src/ux-components/list-button-horizontal/list-button-horizontal.vue b/src/ux-components/list-button-horizontal/list-button-horizontal.vue index f35a29bd9..5fb41f2f6 100644 --- a/src/ux-components/list-button-horizontal/list-button-horizontal.vue +++ b/src/ux-components/list-button-horizontal/list-button-horizontal.vue @@ -168,7 +168,6 @@ export default {