changes, global search (clients, cleintCases)

This commit is contained in:
Simon Pocrnjič
2024-11-19 12:49:16 +01:00
parent c45751c1e2
commit 3ae70bf340
37 changed files with 1888 additions and 229 deletions
+10 -1
View File
@@ -7,6 +7,7 @@
},
"devDependencies": {
"@inertiajs/vue3": "^1.0.14",
"@mdi/js": "^7.4.47",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.10",
"@vitejs/plugin-vue": "^5.0.0",
@@ -19,6 +20,11 @@
"vue": "^3.3.13"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/free-brands-svg-icons": "^6.6.0",
"@fortawesome/free-regular-svg-icons": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@fortawesome/vue-fontawesome": "^3.0.8",
"@headlessui/vue": "^1.7.23",
"@heroicons/vue": "^2.1.5",
"@vuepic/vue-datepicker": "^9.0.3",
@@ -26,7 +32,10 @@
"flowbite": "^2.5.2",
"flowbite-vue": "^0.1.6",
"lodash": "^4.17.21",
"material-design-icons-iconfont": "^6.7.0",
"tailwindcss-inner-border": "^0.2.0",
"vue3-apexcharts": "^1.7.0"
"vue-search-input": "^1.1.16",
"vue3-apexcharts": "^1.7.0",
"vuedraggable": "^4.1.0"
}
}