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

@@ -6,7 +6,7 @@ import isYesterday from 'dayjs/plugin/isYesterday';
import utc from 'dayjs/plugin/utc';
import timezone from 'dayjs/plugin/timezone';
import weekOfYear from 'dayjs/plugin/weekOfYear';
import { getUserTimezone, getWeekStart } from '@/utils/useUser';
import { getUserTimezone, getWeekStart } from './settings';
import updateLocale from 'dayjs/plugin/updateLocale';
import { computed } from 'vue';