From aadc104be770f8112edb5d71b46698600f7c612f Mon Sep 17 00:00:00 2001 From: Hamza Mahjoubi Date: Thu, 21 Mar 2024 16:35:50 +0100 Subject: [PATCH] Chore: npm run lint:fix Signed-off-by: Hamza Mahjoubi --- src/components/AppNavigation/CalendarList/Trashbin.vue | 4 ++-- src/components/AppNavigation/Settings/ImportScreenRow.vue | 2 +- src/components/Editor/Invitees/InviteesListSearch.vue | 2 +- src/components/Shared/CalendarPicker.vue | 5 +++-- src/components/Shared/TimezoneSelect.vue | 2 +- src/store/calendarObjectInstance.js | 4 ++-- src/utils/closestColor.js | 2 +- src/utils/date.js | 2 +- src/utils/uidToColor.js | 2 +- src/views/Appointments/Booking.vue | 2 +- src/views/EditSimple.vue | 2 +- 11 files changed, 15 insertions(+), 14 deletions(-) diff --git a/src/components/AppNavigation/CalendarList/Trashbin.vue b/src/components/AppNavigation/CalendarList/Trashbin.vue index 49f6fd882..6b720ba26 100644 --- a/src/components/AppNavigation/CalendarList/Trashbin.vue +++ b/src/components/AppNavigation/CalendarList/Trashbin.vue @@ -202,7 +202,7 @@ export default { }, retentionDuration() { return Math.ceil( - this.trashBin.retentionDuration / (60 * 60 * 24) + this.trashBin.retentionDuration / (60 * 60 * 24), ) }, }, @@ -270,7 +270,7 @@ export default { t('calendar', 'Do you really want to empty the trash bin?'), t('calendar', 'Empty trash bin'), this.emptyTrashBin, - true + true, ) }, diff --git a/src/components/AppNavigation/Settings/ImportScreenRow.vue b/src/components/AppNavigation/Settings/ImportScreenRow.vue index f9b2c0712..cd880b465 100644 --- a/src/components/AppNavigation/Settings/ImportScreenRow.vue +++ b/src/components/AppNavigation/Settings/ImportScreenRow.vue @@ -73,7 +73,7 @@ export default { const calendars = this.$store.getters.sortedCalendarFilteredByComponents( this.file.parser.containsVEvents(), this.file.parser.containsVJournals(), - this.file.parser.containsVTodos() + this.file.parser.containsVTodos(), ) calendars.push({ diff --git a/src/components/Editor/Invitees/InviteesListSearch.vue b/src/components/Editor/Invitees/InviteesListSearch.vue index 783dbfd64..cf4d4db65 100644 --- a/src/components/Editor/Invitees/InviteesListSearch.vue +++ b/src/components/Editor/Invitees/InviteesListSearch.vue @@ -31,7 +31,7 @@ :placeholder="placeholder" :class="{ 'showContent': inputGiven, 'icon-loading': isLoading }" :clearable="false" - :labelOutside="true" + :label-outside="true" input-id="uid" label="dropdownName" @search="findAttendees" diff --git a/src/components/Shared/CalendarPicker.vue b/src/components/Shared/CalendarPicker.vue index ea27c2504..ec67ad8a3 100644 --- a/src/components/Shared/CalendarPicker.vue +++ b/src/components/Shared/CalendarPicker.vue @@ -6,7 +6,7 @@ :value="valueIds" :multiple="multiple" :clearable="clearable" - :filterBy="selectFilterBy" + :filter-by="selectFilterBy" @option:selected="change" @option:deselected="remove">