From 73bc78983030487f225e9bff20fc4b7f6d002847 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Raimund=20Schl=C3=BC=C3=9Fler?= Date: Tue, 26 Apr 2022 09:50:58 +0200 Subject: [PATCH] Use tooltip directive from nextcloud/vue (#1976) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Raimund Schlüßler --- package-lock.json | 1 - package.json | 1 - src/components/AppNavigation/ListItemCalendar.vue | 2 ++ src/components/DeleteCompletedModal.vue | 4 ++++ src/components/SortorderDropdown.vue | 4 ++++ src/main.js | 2 -- src/views/AppNavigation.vue | 2 ++ tests/javascript/unit/views/AppContent/General.spec.js | 4 ---- tests/javascript/unit/views/AppContent/Week.spec.js | 4 ---- 9 files changed, 12 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index 01912da4..7cae5efa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,7 +36,6 @@ "p-queue": "^6.6.2", "uuid": "^8.3.2", "v-click-outside": "^3.1.2", - "v-tooltip": "^2.1.3", "vue": "^2.6.14", "vue-clipboard2": "^0.3.3", "vue-material-design-icons": "^5.0.0", diff --git a/package.json b/package.json index 5ee240d6..bbee2a70 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,6 @@ "p-queue": "^6.6.2", "uuid": "^8.3.2", "v-click-outside": "^3.1.2", - "v-tooltip": "^2.1.3", "vue": "^2.6.14", "vue-clipboard2": "^0.3.3", "vue-material-design-icons": "^5.0.0", diff --git a/src/components/AppNavigation/ListItemCalendar.vue b/src/components/AppNavigation/ListItemCalendar.vue index c9af6089..7c30d782 100644 --- a/src/components/AppNavigation/ListItemCalendar.vue +++ b/src/components/AppNavigation/ListItemCalendar.vue @@ -150,6 +150,7 @@ import AppNavigationIconBullet from '@nextcloud/vue/dist/Components/AppNavigatio import Actions from '@nextcloud/vue/dist/Components/Actions' import ActionButton from '@nextcloud/vue/dist/Components/ActionButton' import ActionLink from '@nextcloud/vue/dist/Components/ActionLink' +import Tooltip from '@nextcloud/vue/dist/Directives/Tooltip' import Close from 'vue-material-design-icons/Close' import Delete from 'vue-material-design-icons/Delete' @@ -185,6 +186,7 @@ export default { }, directives: { clickOutside: ClickOutside.directive, + Tooltip, }, props: { calendar: { diff --git a/src/components/DeleteCompletedModal.vue b/src/components/DeleteCompletedModal.vue index c82fb8a8..04f0a796 100644 --- a/src/components/DeleteCompletedModal.vue +++ b/src/components/DeleteCompletedModal.vue @@ -66,6 +66,7 @@ License along with this library. If not, see .