move multiselect components, week start and timezon functions to ui package

This commit is contained in:
Gregor Vostrak
2024-08-21 16:40:47 +02:00
parent b2d327e8b1
commit f014137623
15 changed files with 1910 additions and 45 deletions

View File

@@ -36,17 +36,27 @@
"type": "module",
"author": "solidtime",
"license": "AGPL-3.0",
"peerDependencies": {
"@floating-ui/vue": "^1.1.4",
"tailwind-merge": "^2.5.2",
"@heroicons/vue": "^2.1.5",
"@types/node": "^22.4.1",
"devDependencies": {
"@vitejs/plugin-vue": "^5.1.2",
"@vue/tsconfig": "^0.5.1",
"autoprefixer": "^10.4.20",
"postcss-import": "^15.1.0"
},
"peerDependencies": {
"@floating-ui/vue": "^1.1.4",
"@heroicons/vue": "^2.1.5",
"@types/node": "^22.4.1",
"@vueuse/core": "^10.11.0",
"dayjs": "^1.11.13",
"parse-duration": "^1.1.0",
"postcss": "^8.4.14",
"postcss-nesting": "^12.1.0",
"tailwind-merge": "^2.5.2",
"tailwindcss": "^3.1.0",
"typescript": "^5.5.4",
"vite": "^5.4.1",
"vue": "^3.4.38",
"vue-tsc": "^2.0.29"
"vue-tsc": "^2.0.29",
"@zodios/core": "^10.9.6"
}
}