From 5c200684ca8174b52eca2adcee4f795be14ed8a6 Mon Sep 17 00:00:00 2001 From: David Whittaker Date: Thu, 14 Nov 2024 17:22:53 -0800 Subject: [PATCH 1/2] fixes broken resize component --- src/dispatch/static/dispatch/src/incident/EditSheet.vue | 2 ++ src/dispatch/static/dispatch/src/main.js | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/dispatch/static/dispatch/src/incident/EditSheet.vue b/src/dispatch/static/dispatch/src/incident/EditSheet.vue index ec7239ec69f1..193d89d41c56 100644 --- a/src/dispatch/static/dispatch/src/incident/EditSheet.vue +++ b/src/dispatch/static/dispatch/src/incident/EditSheet.vue @@ -2,6 +2,8 @@ Date: Fri, 15 Nov 2024 14:06:58 -0800 Subject: [PATCH 2/2] Adding missing imports --- .../static/dispatch/package-lock.json | 41 +++++++++---------- src/dispatch/static/dispatch/package.json | 2 +- 2 files changed, 21 insertions(+), 22 deletions(-) diff --git a/src/dispatch/static/dispatch/package-lock.json b/src/dispatch/static/dispatch/package-lock.json index facc2bc652e5..7e538aa43b5e 100644 --- a/src/dispatch/static/dispatch/package-lock.json +++ b/src/dispatch/static/dispatch/package-lock.json @@ -32,6 +32,7 @@ "@vue-flow/minimap": "^1.2.0", "@vueuse/core": "^10.5.0", "@vueuse/integrations": "^10.6.1", + "@wdns/vuetify-resize-drawer": "^3.2.0", "apexcharts": "^3.44.0", "axios": "^0.21.4", "d3-force": "^3.0.0", @@ -56,7 +57,6 @@ "vue3-apexcharts": "^1.4.4", "vue3-markdown-it": "^1.0.10", "vuetify": "^3.4.3", - "vuetify3-resize-drawer": "^2.1.1", "vuex": "^4.1.0", "vuex-map-fields": "^1.4.1" }, @@ -2846,6 +2846,25 @@ } } }, + "node_modules/@wdns/vuetify-resize-drawer": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/@wdns/vuetify-resize-drawer/-/vuetify-resize-drawer-3.2.0.tgz", + "integrity": "sha512-JfPDrV9G/6k6fCLLIurET6jdDIzEVSvjrqxoVeWhxTVUuS+Cs4oJga7wWNRgFTZdqfyZT8Id2aUDCEHYCjcQQg==", + "funding": [ + { + "type": "paypal", + "url": "https://paypal.me/webdevnerdstuff" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/WebDevNerdStuff" + } + ], + "dependencies": { + "vue": "^3.5.12", + "vuetify": "^3.7.2" + } + }, "node_modules/@yr/monotone-cubic-spline": { "version": "1.0.3", "resolved": "https://registry.npmjs.org/@yr/monotone-cubic-spline/-/monotone-cubic-spline-1.0.3.tgz", @@ -7782,26 +7801,6 @@ } } }, - "node_modules/vuetify3-resize-drawer": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/vuetify3-resize-drawer/-/vuetify3-resize-drawer-2.1.1.tgz", - "integrity": "sha512-CvYce3NAjiALTcK9JClrXeygXY3rZiE3kaNvvVD/JJgHSA6i9S2yxkgr6ryNJLnmtCB5DGtmHY5sHxbF5y534Q==", - "deprecated": "The Vuetify 3 Resize Drawer component has been changed and moved to the WebDevNerdStuff org @wdns. Please update your packages to it's new location. https://www.npmjs.com/package/@wdns/vuetify-resize-drawer", - "funding": [ - { - "type": "paypal", - "url": "https://paypal.me/webdevnerdstuff" - }, - { - "type": "patreon", - "url": "https://www.patreon.com/WebDevNerdStuff" - } - ], - "dependencies": { - "vue": "^3.3.4", - "vuetify": "^3.3.19" - } - }, "node_modules/vuex": { "version": "4.1.0", "resolved": "https://registry.npmjs.org/vuex/-/vuex-4.1.0.tgz", diff --git a/src/dispatch/static/dispatch/package.json b/src/dispatch/static/dispatch/package.json index d2757306b455..fe6c9a46130a 100644 --- a/src/dispatch/static/dispatch/package.json +++ b/src/dispatch/static/dispatch/package.json @@ -51,6 +51,7 @@ "@vue-flow/minimap": "^1.2.0", "@vueuse/core": "^10.5.0", "@vueuse/integrations": "^10.6.1", + "@wdns/vuetify-resize-drawer": "^3.2.0", "apexcharts": "^3.44.0", "axios": "^0.21.4", "d3-force": "^3.0.0", @@ -75,7 +76,6 @@ "vue3-apexcharts": "^1.4.4", "vue3-markdown-it": "^1.0.10", "vuetify": "^3.4.3", - "vuetify3-resize-drawer": "^2.1.1", "vuex": "^4.1.0", "vuex-map-fields": "^1.4.1" },