fix calendar style, update packages

This commit is contained in:
jb-alvarado 2024-08-03 22:35:29 +02:00
parent 4917337a7a
commit 06e9f3f2ae
4 changed files with 987 additions and 639 deletions

1602
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -14,8 +14,8 @@
},
"dependencies": {
"@nuxtjs/color-mode": "^3.4.2",
"@pinia/nuxt": "^0.5.1",
"@vueform/multiselect": "^2.6.8",
"@pinia/nuxt": "^0.5.2",
"@vueform/multiselect": "^2.6.9",
"@vuepic/vue-datepicker": "^9.0.1",
"@vueuse/nuxt": "^10.11.0",
"bootstrap-icons": "^1.11.3",
@ -24,24 +24,24 @@
"lodash": "^4.17.21",
"mpegts.js": "^1.7.3",
"nuxt": "3.12.4",
"pinia": "^2.1.7",
"pinia": "^2.2.0",
"sortablejs-vue3": "^1.2.11",
"splitpanes": "^3.1.5",
"video.js": "^8.16.1"
"video.js": "^8.17.1"
},
"devDependencies": {
"@nuxt/eslint": "^0.3.13",
"@nuxtjs/i18n": "^8.3.1",
"@nuxt/eslint": "^0.4.0",
"@nuxtjs/i18n": "^8.3.3",
"@nuxtjs/tailwindcss": "^6.12.1",
"@types/lodash": "^4.17.7",
"@types/video.js": "^7.3.58",
"daisyui": "^4.12.10",
"mini-svg-data-uri": "^1.4.4",
"postcss": "^8.4.39",
"postcss": "^8.4.40",
"postcss-loader": "^8.1.1",
"sass": "^1.77.8",
"sass-loader": "^14.2.1",
"vue": "^3.4.33",
"vue-router": "^4.4.0"
"vue": "^3.4.35",
"vue-router": "^4.4.2"
}
}

View File

@ -22,7 +22,7 @@
auto-apply
:locale="locale"
:dark="colorMode.value === 'dark'"
input-class-name="join-item input input-sm !input-bordered !w-[300px] text-right !pe-3"
:ui="{ input: 'join-item input !input-sm !input-bordered !w-[300px] text-right !pe-3' }"
required
/>
<button class="btn btn-sm btn-primary join-item" :title="$t('log.download')" @click="downloadLog">

View File

@ -23,7 +23,7 @@
auto-apply
:locale="locale"
:dark="colorMode.value === 'dark'"
input-class-name="input input-sm !input-bordered !w-[300px] text-right !pe-3"
:ui="{ input: 'input input-sm !input-bordered !w-[300px] text-right !pe-3' }"
required
@update:model-value=";(beforeDayStart = false), (firstLoad = false)"
/>
@ -131,7 +131,7 @@
auto-apply
:locale="locale"
:dark="colorMode.value === 'dark'"
input-class-name="input input-sm !input-bordered !w-[full text-right !pe-3"
:ui="{ input: 'input input-sm !input-bordered !w-[full text-right !pe-3' }"
required
/>
</GenericModal>