Fixes to client case show

This commit is contained in:
Simon Pocrnjič
2025-10-07 19:47:54 +02:00
parent f976b4d6ef
commit 175111bed4
8 changed files with 369 additions and 237 deletions
+10 -1
View File
@@ -4,7 +4,6 @@
"requires": true,
"packages": {
"": {
"name": "Teren-app",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/free-brands-svg-icons": "^6.6.0",
@@ -24,6 +23,7 @@
"reka-ui": "^2.5.1",
"tailwindcss-inner-border": "^0.2.0",
"v-calendar": "^3.1.2",
"vue-currency-input": "^3.2.1",
"vue-multiselect": "^3.1.0",
"vue-search-input": "^1.1.16",
"vue3-apexcharts": "^1.7.0",
@@ -3931,6 +3931,15 @@
}
}
},
"node_modules/vue-currency-input": {
"version": "3.2.1",
"resolved": "https://registry.npmjs.org/vue-currency-input/-/vue-currency-input-3.2.1.tgz",
"integrity": "sha512-Osfxzdu5cdZSCS4Cm0vuk7LwNeSdHWGIWK8gtDBC1kU0UtAKz7iU/8dyJ0KDJKxbAYiKeovoQTRfYxCH82I0EA==",
"license": "MIT",
"peerDependencies": {
"vue": "^2.7 || ^3.0.0"
}
},
"node_modules/vue-multiselect": {
"version": "3.3.1",
"resolved": "https://registry.npmjs.org/vue-multiselect/-/vue-multiselect-3.3.1.tgz",