From a2d5e76bd873defee092a87686cc996f6d3a5461 Mon Sep 17 00:00:00 2001 From: Kittapath Date: Mon, 8 Jan 2024 15:58:49 +0700 Subject: [PATCH] =?UTF-8?q?comment=20import=20calendar=20=E0=B8=97?= =?UTF-8?q?=E0=B8=B5=E0=B9=88=E0=B9=84=E0=B8=A1=E0=B9=88=E0=B9=83=E0=B8=8A?= =?UTF-8?q?=E0=B9=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package-lock.json | 15 --------------- src/modules/05_leave/components/Calendar.vue | 4 ++-- 2 files changed, 2 insertions(+), 17 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6012447..81df415 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,6 @@ "name": "ehr", "version": "0.0.0", "dependencies": { - "@esbuild/darwin-x64": "^0.19.9", "@fullcalendar/core": "^6.0.1", "@fullcalendar/daygrid": "^6.0.1", "@fullcalendar/interaction": "^6.0.2", @@ -598,20 +597,6 @@ "node": ">=12" } }, - "node_modules/@esbuild/darwin-x64": { - "version": "0.19.9", - "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.19.9.tgz", - "integrity": "sha512-vE0VotmNTQaTdX0Q9dOHmMTao6ObjyPm58CHZr1UK7qpNleQyxlFlNCaHsHx6Uqv86VgPmR4o2wdNq3dP1qyDQ==", - "cpu": [ - "x64" - ], - "os": [ - "darwin" - ], - "engines": { - "node": ">=12" - } - }, "node_modules/@esbuild/freebsd-arm64": { "version": "0.16.10", "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.16.10.tgz", diff --git a/src/modules/05_leave/components/Calendar.vue b/src/modules/05_leave/components/Calendar.vue index 555f24a..60d80f5 100644 --- a/src/modules/05_leave/components/Calendar.vue +++ b/src/modules/05_leave/components/Calendar.vue @@ -8,7 +8,7 @@ import config from "@/app.config" /**import calendar*/ import FullCalendar from "@fullcalendar/vue3" import dayGridPlugin from "@fullcalendar/daygrid" -import type { CalendarOptions } from "@fullcalendar/core" +// import type { CalendarOptions } from "@fullcalendar/core" import timeGridPlugin from "@fullcalendar/timegrid" import interactionPlugin from "@fullcalendar/interaction" import allLocales from "@fullcalendar/core/locales-all" @@ -23,7 +23,7 @@ import DialogDetail from "@/modules/05_leave/components/DialogDetail.vue" /** import stort*/ import { useCounterMixin } from "@/stores/mixin" -import { aR } from "@fullcalendar/core/internal-common" +// import { aR } from "@fullcalendar/core/internal-common" const mixin = useCounterMixin() const { showLoader, hideLoader, messageError, date2Thai, monthYear2Thai, dateToISO } = mixin