cortex-react-components 3.0.8 → 3.0.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{chunk-4HFMA57F.mjs → chunk-27NWC2OO.mjs} +4 -4
- package/dist/{chunk-44F47U5Y.mjs → chunk-34R3E2JB.mjs} +1 -1
- package/dist/{chunk-HLEMFDTD.mjs → chunk-3R2LCGLI.mjs} +1 -1
- package/dist/{chunk-2ZSH4X75.mjs → chunk-4DNX5IYR.mjs} +1 -1
- package/dist/{chunk-HABWABS7.mjs → chunk-4O6ESJYG.mjs} +32 -11
- package/dist/{chunk-B3UYSM32.mjs → chunk-5DYPBHBP.mjs} +4 -4
- package/dist/{chunk-PJZ5PWKP.mjs → chunk-5OGDBGXG.mjs} +1 -1
- package/dist/{chunk-KIZUBPPQ.mjs → chunk-6GO5N6ZP.mjs} +1 -1
- package/dist/{chunk-5Q43DAAS.mjs → chunk-6VQJSQRU.mjs} +8 -8
- package/dist/{chunk-QPPQNK6O.mjs → chunk-6VQLA4YU.mjs} +2 -2
- package/dist/{chunk-GXTF5CHJ.mjs → chunk-7D3SYOXW.mjs} +7 -4
- package/dist/{chunk-F563CDDJ.mjs → chunk-AQPLEBKG.mjs} +2 -2
- package/dist/{chunk-SNNQIUJH.mjs → chunk-BVCARDFK.mjs} +3 -3
- package/dist/{chunk-HGDLIXPQ.mjs → chunk-DGV5AVAW.mjs} +1 -1
- package/dist/{chunk-GV3CMMKT.mjs → chunk-FECAR2TE.mjs} +1 -1
- package/dist/{chunk-5KOAYGTO.mjs → chunk-G5N5MCLS.mjs} +5 -5
- package/dist/{chunk-SHHLY2QV.mjs → chunk-G7GPQ6BO.mjs} +1 -1
- package/dist/{chunk-354MPNDV.mjs → chunk-ICVTRW5Y.mjs} +1 -1
- package/dist/{chunk-4BRK5CBG.mjs → chunk-IFEQNYUB.mjs} +2 -2
- package/dist/{chunk-LCRSPNPB.mjs → chunk-LELKTN52.mjs} +18 -14
- package/dist/{chunk-VEIZROGM.mjs → chunk-M6ELOAGS.mjs} +1 -1
- package/dist/{chunk-YI6FLZOK.mjs → chunk-M7LM5P64.mjs} +1 -1
- package/dist/{chunk-EUAQNPRU.mjs → chunk-NHDPHK6D.mjs} +2 -2
- package/dist/{chunk-L34WYFSB.mjs → chunk-NKHYDT5B.mjs} +1 -1
- package/dist/{chunk-X6PPZZ2E.mjs → chunk-OYHXC3AT.mjs} +8 -8
- package/dist/{chunk-7ZMZT7I6.mjs → chunk-P7BPG7W7.mjs} +1 -1
- package/dist/{chunk-EGZL4DVZ.mjs → chunk-PAXCURFR.mjs} +1 -1
- package/dist/chunk-PIQUYPOZ.mjs +41 -0
- package/dist/{chunk-COHYOWMB.mjs → chunk-PVI4R7FJ.mjs} +1 -1
- package/dist/{chunk-HJLIEMLX.mjs → chunk-QC2AXU6I.mjs} +2 -2
- package/dist/{chunk-PE7KJR4A.mjs → chunk-RC6YHGVV.mjs} +1 -1
- package/dist/{chunk-USE5WY4U.mjs → chunk-S4FUSOSS.mjs} +1 -1
- package/dist/{chunk-TZDVVQBQ.mjs → chunk-SRK3Y7FA.mjs} +1 -1
- package/dist/{chunk-2S3O5TYH.mjs → chunk-UBEWNGCN.mjs} +1 -1
- package/dist/{chunk-X2KTMYOD.mjs → chunk-UJI3Y73K.mjs} +2 -2
- package/dist/{chunk-HXPXJ26M.mjs → chunk-VF2QBVAI.mjs} +1 -1
- package/dist/{chunk-4YRR74Y4.mjs → chunk-VMYEV3FG.mjs} +1 -1
- package/dist/{chunk-IXQESSPI.mjs → chunk-WA3OQB7X.mjs} +1 -1
- package/dist/{chunk-Z6MYLHDW.mjs → chunk-YFOEG4PP.mjs} +1 -1
- package/dist/{chunk-YJIB2FYD.mjs → chunk-YMXGTNMY.mjs} +2 -2
- package/dist/{chunk-QRC3VJEY.mjs → chunk-ZXU5T3GV.mjs} +1 -1
- package/dist/{chunk-TMVCGF2B.mjs → chunk-ZZ5EM2M4.mjs} +1 -1
- package/dist/components/Blocks/Banner.mjs +5 -5
- package/dist/components/Blocks/CallToAction.mjs +5 -5
- package/dist/components/Blocks/CollapsibleArea.mjs +6 -6
- package/dist/components/Blocks/Content.mjs +6 -6
- package/dist/components/Blocks/FeaturesBlock.mjs +5 -5
- package/dist/components/Blocks/ImageBlock.mjs +3 -3
- package/dist/components/Blocks/MediaBlock.mjs +3 -3
- package/dist/components/Blocks/RelatedPosts.mjs +7 -7
- package/dist/components/Blocks/RenderBlocks.mjs +8 -8
- package/dist/components/Blocks/ReusableContentBlock.mjs +8 -8
- package/dist/components/Blocks/index.mjs +15 -15
- package/dist/components/CRM/index.mjs +3 -3
- package/dist/components/Cards/ContentCard.mjs +5 -5
- package/dist/components/Cards/FeatureCard.mjs +5 -5
- package/dist/components/Cards/index.mjs +5 -5
- package/dist/components/Chat/ChatInterface.mjs +8 -8
- package/dist/components/Chat/CopilotInterface.mjs +9 -9
- package/dist/components/Chat/PartTypes/MessageHandler.mjs +6 -6
- package/dist/components/Chat/PartTypes/index.mjs +4 -4
- package/dist/components/Chat/demo-long-messages.mjs +9 -9
- package/dist/components/Chat/demo-tests.mjs +9 -9
- package/dist/components/Chat/demo.mjs +9 -9
- package/dist/components/Chat/example-usage.mjs +9 -9
- package/dist/components/Chat/example-with-vercel-ai.mjs +9 -9
- package/dist/components/Chat/index.mjs +13 -13
- package/dist/components/DigitalColleagues/AppSidebarLeft.mjs +3 -3
- package/dist/components/DigitalColleagues/MainPage.mjs +4 -4
- package/dist/components/DigitalColleagues/Pages/dashboardpage.mjs +4 -4
- package/dist/components/DigitalColleagues/Views/index.mjs +11 -11
- package/dist/components/DigitalColleagues/index.mjs +14 -14
- package/dist/components/Foundary/AppSidebarLeft.mjs +3 -3
- package/dist/components/Foundary/Knowledge/add-knowledge-modal.mjs +4 -4
- package/dist/components/Foundary/Knowledge/add-team-context.mjs +4 -4
- package/dist/components/Foundary/MainPage.mjs +4 -4
- package/dist/components/Foundary/Pages/dashboardpage.mjs +4 -4
- package/dist/components/Foundary/Views/KnowledgeView.mjs +4 -4
- package/dist/components/Foundary/Views/index.mjs +11 -11
- package/dist/components/Foundary/file-edit.mjs +4 -4
- package/dist/components/Foundary/index.mjs +14 -14
- package/dist/components/HeaderFooter/SectionHeading.mjs +6 -6
- package/dist/components/Heros/HighImpact/index.mjs +6 -6
- package/dist/components/Heros/LowImpact/index.mjs +6 -6
- package/dist/components/Heros/MediumImpact/index.mjs +6 -6
- package/dist/components/Heros/PostHero/index.mjs +4 -4
- package/dist/components/Heros/RenderHero.mjs +9 -9
- package/dist/components/Heros/index.mjs +13 -13
- package/dist/components/Holidays/CalendarView.d.ts +2 -1
- package/dist/components/Holidays/CalendarView.js +18 -14
- package/dist/components/Holidays/CalendarView.mjs +1 -1
- package/dist/components/Holidays/HolidayGrid.js +5 -3
- package/dist/components/Holidays/HolidayGrid.mjs +2 -2
- package/dist/components/Holidays/HolidayTracker.d.ts +2 -1
- package/dist/components/Holidays/HolidayTracker.js +65 -35
- package/dist/components/Holidays/HolidayTracker.mjs +5 -5
- package/dist/components/Holidays/RequestLeave.js +40 -17
- package/dist/components/Holidays/RequestLeave.mjs +2 -2
- package/dist/components/Holidays/index.js +65 -35
- package/dist/components/Holidays/index.mjs +5 -5
- package/dist/components/Layouts/OutputHeaderFooter.mjs +8 -8
- package/dist/components/Layouts/Print.mjs +12 -12
- package/dist/components/Layouts/SlideShow.mjs +14 -14
- package/dist/components/Layouts/index.mjs +15 -15
- package/dist/components/Menus/SidebarLeft.mjs +3 -3
- package/dist/components/Menus/SidebarLeftMulti.mjs +3 -3
- package/dist/components/Menus/SidebarRight.mjs +3 -3
- package/dist/components/Menus/index.mjs +8 -8
- package/dist/components/Payload/CollectionArchive/index.mjs +4 -4
- package/dist/components/Payload/Media/index.mjs +2 -2
- package/dist/components/Payload/PayloadCard/index.mjs +3 -3
- package/dist/components/Payload/RichText/index.mjs +5 -5
- package/dist/components/Payload/RichText/serialize.mjs +5 -5
- package/dist/components/Payload/index.mjs +7 -7
- package/dist/components/Projects/EpicsView.mjs +2 -2
- package/dist/components/Projects/FileView.mjs +4 -4
- package/dist/components/Projects/KanbanBoardView.mjs +7 -7
- package/dist/components/Projects/ProjectPage.mjs +9 -9
- package/dist/components/Projects/ProjectView.mjs +9 -9
- package/dist/components/Projects/TaskDetailsModal.mjs +4 -4
- package/dist/components/Projects/file-list.mjs +4 -4
- package/dist/components/Projects/index.mjs +8 -8
- package/dist/components/dc-temp/index.mjs +4 -4
- package/dist/components/index.js +97 -67
- package/dist/components/index.mjs +73 -73
- package/dist/components/ui/index.mjs +12 -12
- package/dist/components/ui/sidebar.mjs +2 -2
- package/dist/decorators/Intranet.mjs +51 -51
- package/dist/index.js +97 -67
- package/dist/index.mjs +85 -85
- package/dist/metafile-cjs.json +1 -1
- package/dist/metafile-esm.json +1 -1
- package/dist/pages/Blog.mjs +10 -10
- package/dist/pages/Documentation.mjs +4 -4
- package/dist/pages/IndexPage.mjs +14 -14
- package/dist/pages/Intranet.mjs +4 -4
- package/dist/pages/LandingPage.mjs +62 -62
- package/dist/pages/Page.mjs +12 -12
- package/dist/pages/Publish.mjs +52 -52
- package/dist/pages/Website.mjs +12 -12
- package/dist/sections/AboutSection.mjs +7 -7
- package/dist/sections/BlogDetail.mjs +6 -6
- package/dist/sections/BlogList.mjs +7 -7
- package/dist/sections/BlogListSection.mjs +7 -7
- package/dist/sections/ContactSection.mjs +7 -7
- package/dist/sections/PageSections.mjs +62 -62
- package/dist/sections/PricingSection.mjs +7 -7
- package/dist/sections/ServiceDetail.mjs +6 -6
- package/dist/sections/ServiceDetailSection.mjs +6 -6
- package/dist/sections/ServiceSection.mjs +52 -52
- package/dist/sections/index.mjs +62 -62
- package/dist/utils/DaysUtil.js +9 -7
- package/dist/utils/DaysUtil.mjs +1 -1
- package/package.json +1 -1
- package/dist/chunk-I4UOIVSC.mjs +0 -39
- package/dist/{chunk-25OSLP2V.mjs → chunk-6TVRFATY.mjs} +3 -3
- package/dist/{chunk-D5KV6INF.mjs → chunk-AEFGMCK3.mjs} +3 -3
- package/dist/{chunk-MFXCOX3L.mjs → chunk-CT6KAYGR.mjs} +3 -3
- package/dist/{chunk-M5XPU4JK.mjs → chunk-L666B5DN.mjs} +6 -6
- package/dist/{chunk-2YHN7ZCJ.mjs → chunk-NKRBXAPF.mjs} +3 -3
- package/dist/{chunk-DWGG6JKH.mjs → chunk-ZFWHFUZP.mjs} +3 -3
|
@@ -16,12 +16,12 @@ import {
|
|
|
16
16
|
import {
|
|
17
17
|
Form
|
|
18
18
|
} from "./chunk-GSG52WU5.mjs";
|
|
19
|
-
import {
|
|
20
|
-
ImageBlock
|
|
21
|
-
} from "./chunk-HLEMFDTD.mjs";
|
|
22
19
|
import {
|
|
23
20
|
MediaBlock
|
|
24
|
-
} from "./chunk-
|
|
21
|
+
} from "./chunk-6GO5N6ZP.mjs";
|
|
22
|
+
import {
|
|
23
|
+
ImageBlock
|
|
24
|
+
} from "./chunk-3R2LCGLI.mjs";
|
|
25
25
|
import {
|
|
26
26
|
CodeBlock
|
|
27
27
|
} from "./chunk-WPX6MOFB.mjs";
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
import {
|
|
5
5
|
getIsMultipleDays,
|
|
6
6
|
getTotalDaysBetween
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-PIQUYPOZ.mjs";
|
|
8
8
|
import {
|
|
9
9
|
Popover,
|
|
10
10
|
PopoverContent,
|
|
@@ -25,7 +25,6 @@ import {
|
|
|
25
25
|
|
|
26
26
|
// src/components/Holidays/RequestLeave.tsx
|
|
27
27
|
import { useState, useEffect } from "react";
|
|
28
|
-
import { format } from "date-fns";
|
|
29
28
|
import { CalendarIcon } from "lucide-react";
|
|
30
29
|
import { useRouter } from "next/navigation";
|
|
31
30
|
import { Toaster, toast } from "sonner";
|
|
@@ -45,11 +44,26 @@ var ButtonGroup = ({ options, value, onChange, disabled = [] }) => {
|
|
|
45
44
|
)) });
|
|
46
45
|
};
|
|
47
46
|
function RequestLeave({ remainingDays, submitLeaveRequest }) {
|
|
48
|
-
const
|
|
49
|
-
|
|
47
|
+
const setToMidnightUTC = (date) => {
|
|
48
|
+
return new Date(Date.UTC(date.getFullYear(), date.getMonth(), date.getDate(), 0, 0, 0, 0));
|
|
49
|
+
};
|
|
50
|
+
const formatDateUTC = (date) => {
|
|
51
|
+
const months = ["January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December"];
|
|
52
|
+
const day = date.getUTCDate();
|
|
53
|
+
const month = months[date.getUTCMonth()];
|
|
54
|
+
const year = date.getUTCFullYear();
|
|
55
|
+
const suffix = day === 1 || day === 21 || day === 31 ? "st" : day === 2 || day === 22 ? "nd" : day === 3 || day === 23 ? "rd" : "th";
|
|
56
|
+
return `${month} ${day}${suffix}, ${year}`;
|
|
57
|
+
};
|
|
58
|
+
const [startDate, setStartDate] = useState(void 0);
|
|
59
|
+
const [endDate, setEndDate] = useState(void 0);
|
|
60
|
+
useEffect(() => {
|
|
61
|
+
if (startDate === void 0) setStartDate(setToMidnightUTC(/* @__PURE__ */ new Date()));
|
|
62
|
+
if (endDate === void 0) setEndDate(setToMidnightUTC(/* @__PURE__ */ new Date()));
|
|
63
|
+
}, []);
|
|
50
64
|
const [leaveType, setLeaveType] = useState("Full Day");
|
|
51
65
|
const [isMultipleDays, setIsMultipleDays] = useState(false);
|
|
52
|
-
const [totalDays, setTotalDays] = useState(
|
|
66
|
+
const [totalDays, setTotalDays] = useState(0);
|
|
53
67
|
const router = useRouter();
|
|
54
68
|
useEffect(() => {
|
|
55
69
|
const isMultipleDays2 = getIsMultipleDays(startDate, endDate);
|
|
@@ -118,7 +132,7 @@ function RequestLeave({ remainingDays, submitLeaveRequest }) {
|
|
|
118
132
|
),
|
|
119
133
|
children: [
|
|
120
134
|
/* @__PURE__ */ jsx(CalendarIcon, { className: "mr-2 h-4 w-4" }),
|
|
121
|
-
startDate ?
|
|
135
|
+
startDate ? formatDateUTC(startDate) : /* @__PURE__ */ jsx("span", { children: "Pick a date" })
|
|
122
136
|
]
|
|
123
137
|
}
|
|
124
138
|
) }),
|
|
@@ -128,9 +142,12 @@ function RequestLeave({ remainingDays, submitLeaveRequest }) {
|
|
|
128
142
|
mode: "single",
|
|
129
143
|
selected: startDate,
|
|
130
144
|
onSelect: (date) => {
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
145
|
+
if (date) {
|
|
146
|
+
const dateMidnight = setToMidnightUTC(date);
|
|
147
|
+
setStartDate(dateMidnight);
|
|
148
|
+
if (!endDate || date > endDate) {
|
|
149
|
+
setEndDate(dateMidnight);
|
|
150
|
+
}
|
|
134
151
|
}
|
|
135
152
|
},
|
|
136
153
|
initialFocus: true
|
|
@@ -151,7 +168,7 @@ function RequestLeave({ remainingDays, submitLeaveRequest }) {
|
|
|
151
168
|
),
|
|
152
169
|
children: [
|
|
153
170
|
/* @__PURE__ */ jsx(CalendarIcon, { className: "mr-2 h-4 w-4" }),
|
|
154
|
-
endDate ?
|
|
171
|
+
endDate ? formatDateUTC(endDate) : /* @__PURE__ */ jsx("span", { children: "Pick a date" })
|
|
155
172
|
]
|
|
156
173
|
}
|
|
157
174
|
) }),
|
|
@@ -160,7 +177,11 @@ function RequestLeave({ remainingDays, submitLeaveRequest }) {
|
|
|
160
177
|
{
|
|
161
178
|
mode: "single",
|
|
162
179
|
selected: endDate,
|
|
163
|
-
onSelect:
|
|
180
|
+
onSelect: (date) => {
|
|
181
|
+
if (date) {
|
|
182
|
+
setEndDate(setToMidnightUTC(date));
|
|
183
|
+
}
|
|
184
|
+
},
|
|
164
185
|
disabled: (date) => startDate ? date < startDate : false,
|
|
165
186
|
initialFocus: true
|
|
166
187
|
}
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import {
|
|
2
2
|
CollapsibleBlock
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-DGV5AVAW.mjs";
|
|
4
4
|
import {
|
|
5
5
|
ContentBlock
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-WA3OQB7X.mjs";
|
|
7
7
|
import {
|
|
8
8
|
CallToActionBlock,
|
|
9
9
|
FeaturesBlock
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-27NWC2OO.mjs";
|
|
11
11
|
import {
|
|
12
12
|
MediaBlock
|
|
13
|
-
} from "./chunk-
|
|
13
|
+
} from "./chunk-6GO5N6ZP.mjs";
|
|
14
14
|
import {
|
|
15
15
|
cn
|
|
16
16
|
} from "./chunk-KZPGX6CG.mjs";
|
|
@@ -6,22 +6,22 @@ import {
|
|
|
6
6
|
} from "./chunk-OIXHYJGP.mjs";
|
|
7
7
|
import {
|
|
8
8
|
EpicsView
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-6TVRFATY.mjs";
|
|
10
10
|
import {
|
|
11
11
|
KanbanBoardView
|
|
12
|
-
} from "./chunk-
|
|
13
|
-
import {
|
|
14
|
-
AddTaskModal
|
|
15
|
-
} from "./chunk-3FBWSJJD.mjs";
|
|
12
|
+
} from "./chunk-ZFWHFUZP.mjs";
|
|
16
13
|
import {
|
|
17
14
|
PlanningView
|
|
18
15
|
} from "./chunk-YNWNEY2R.mjs";
|
|
19
|
-
import {
|
|
20
|
-
FileView
|
|
21
|
-
} from "./chunk-MSAH6P5O.mjs";
|
|
22
16
|
import {
|
|
23
17
|
AddEpicModal
|
|
24
18
|
} from "./chunk-UDCOG2XL.mjs";
|
|
19
|
+
import {
|
|
20
|
+
AddTaskModal
|
|
21
|
+
} from "./chunk-3FBWSJJD.mjs";
|
|
22
|
+
import {
|
|
23
|
+
FileView
|
|
24
|
+
} from "./chunk-MSAH6P5O.mjs";
|
|
25
25
|
import {
|
|
26
26
|
ManagementSidebar
|
|
27
27
|
} from "./chunk-IWG2URAU.mjs";
|
|
@@ -4,10 +4,10 @@
|
|
|
4
4
|
import {
|
|
5
5
|
HeaderTop,
|
|
6
6
|
TitleSlide
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-PVI4R7FJ.mjs";
|
|
8
8
|
import {
|
|
9
9
|
RenderBlocks
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-5DYPBHBP.mjs";
|
|
11
11
|
import {
|
|
12
12
|
getTableOfContents
|
|
13
13
|
} from "./chunk-BXLYIIII.mjs";
|
|
@@ -3,16 +3,16 @@
|
|
|
3
3
|
|
|
4
4
|
import {
|
|
5
5
|
RequestLeave
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-4O6ESJYG.mjs";
|
|
7
7
|
import {
|
|
8
8
|
ApproveLeave
|
|
9
9
|
} from "./chunk-7UVCCDPI.mjs";
|
|
10
10
|
import {
|
|
11
11
|
CalendarView
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-LELKTN52.mjs";
|
|
13
13
|
import {
|
|
14
14
|
HolidayGrid
|
|
15
|
-
} from "./chunk-
|
|
15
|
+
} from "./chunk-P7BPG7W7.mjs";
|
|
16
16
|
import {
|
|
17
17
|
TimeUtil
|
|
18
18
|
} from "./chunk-ZSBTDL4H.mjs";
|
|
@@ -31,6 +31,7 @@ function HolidayTracker({
|
|
|
31
31
|
holidays,
|
|
32
32
|
currentUser,
|
|
33
33
|
currentDate,
|
|
34
|
+
today,
|
|
34
35
|
leaveApprovals,
|
|
35
36
|
employees,
|
|
36
37
|
submitLeaveRequest,
|
|
@@ -41,6 +42,7 @@ function HolidayTracker({
|
|
|
41
42
|
const router = useRouter();
|
|
42
43
|
const isLoading = false;
|
|
43
44
|
const parsedCurrentDate = TimeUtil.toUtcMidnight(parseISO(currentDate));
|
|
45
|
+
const parsedToday = TimeUtil.toUtcMidnight(parseISO(today));
|
|
44
46
|
const setCurrentDate = async (date) => {
|
|
45
47
|
const formattedDate = format(date, "dd-MM-yyyy");
|
|
46
48
|
const url = new URL(window.location.href);
|
|
@@ -122,7 +124,8 @@ function HolidayTracker({
|
|
|
122
124
|
{
|
|
123
125
|
currentDate: parsedCurrentDate,
|
|
124
126
|
setCurrentDate,
|
|
125
|
-
holidays
|
|
127
|
+
holidays,
|
|
128
|
+
today: parsedToday
|
|
126
129
|
}
|
|
127
130
|
),
|
|
128
131
|
currentTab === "Request Leave" && /* @__PURE__ */ jsx(
|
|
@@ -3,13 +3,13 @@
|
|
|
3
3
|
|
|
4
4
|
import {
|
|
5
5
|
RichText
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-27NWC2OO.mjs";
|
|
7
7
|
import {
|
|
8
8
|
CMSLink
|
|
9
9
|
} from "./chunk-2NXKZY7U.mjs";
|
|
10
10
|
import {
|
|
11
11
|
Media
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-NKRBXAPF.mjs";
|
|
13
13
|
|
|
14
14
|
// src/components/Heros/HighImpact/index.tsx
|
|
15
15
|
import Image from "next/image";
|
|
@@ -3,13 +3,13 @@ import {
|
|
|
3
3
|
} from "./chunk-N77BYZ6A.mjs";
|
|
4
4
|
import {
|
|
5
5
|
MediumImpactHero
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-SRK3Y7FA.mjs";
|
|
7
7
|
import {
|
|
8
8
|
HighImpactHero
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-AQPLEBKG.mjs";
|
|
10
10
|
import {
|
|
11
11
|
LowImpactHero
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-S4FUSOSS.mjs";
|
|
13
13
|
|
|
14
14
|
// src/components/Heros/RenderHero.tsx
|
|
15
15
|
import { ChevronRightIcon, HomeIcon } from "@heroicons/react/20/solid";
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
import {
|
|
2
|
-
Message,
|
|
3
|
-
MessageContent
|
|
4
|
-
} from "./chunk-FAKMLOOM.mjs";
|
|
5
1
|
import {
|
|
6
2
|
messageHandler
|
|
7
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-L666B5DN.mjs";
|
|
8
4
|
import {
|
|
9
5
|
Conversation,
|
|
10
6
|
ConversationContent,
|
|
11
7
|
ConversationEmptyState,
|
|
12
8
|
ConversationScrollButton
|
|
13
9
|
} from "./chunk-LY77BPMB.mjs";
|
|
10
|
+
import {
|
|
11
|
+
Message,
|
|
12
|
+
MessageContent
|
|
13
|
+
} from "./chunk-FAKMLOOM.mjs";
|
|
14
14
|
import {
|
|
15
15
|
getContextualActions
|
|
16
16
|
} from "./chunk-AXWYY2I5.mjs";
|
|
@@ -15,38 +15,42 @@ import {
|
|
|
15
15
|
import { useState } from "react";
|
|
16
16
|
import { ChevronLeft, ChevronRight } from "lucide-react";
|
|
17
17
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
18
|
-
function CalendarView({ currentDate, setCurrentDate, holidays }) {
|
|
18
|
+
function CalendarView({ currentDate, setCurrentDate, holidays, today }) {
|
|
19
19
|
const [selectedDay, setSelectedDay] = useState(null);
|
|
20
|
-
const
|
|
20
|
+
const isSameUtcDay = (a, b) => a.getUTCFullYear() === b.getUTCFullYear() && a.getUTCMonth() === b.getUTCMonth() && a.getUTCDate() === b.getUTCDate();
|
|
21
|
+
const firstDayOfMonth = (new Date(Date.UTC(currentDate.getUTCFullYear(), currentDate.getUTCMonth(), 1)).getUTCDay() + 6) % 7;
|
|
21
22
|
const days = Array.from({ length: 42 }, (_, i) => {
|
|
22
23
|
const day = new Date(
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
24
|
+
Date.UTC(
|
|
25
|
+
currentDate.getUTCFullYear(),
|
|
26
|
+
currentDate.getUTCMonth(),
|
|
27
|
+
i - firstDayOfMonth + 1
|
|
28
|
+
)
|
|
27
29
|
);
|
|
28
30
|
const filteredHolidays = holidays.filter(
|
|
29
31
|
(h) => TimeUtil.toUtcMidnight(new Date(h.startDate)) <= day && TimeUtil.toUtcEndOfDay(new Date(h.endDate)) >= day
|
|
30
32
|
);
|
|
31
33
|
return {
|
|
32
34
|
date: day,
|
|
33
|
-
isCurrentMonth: day.
|
|
34
|
-
isToday: day
|
|
35
|
+
isCurrentMonth: day.getUTCMonth() === currentDate.getUTCMonth(),
|
|
36
|
+
isToday: isSameUtcDay(day, today),
|
|
35
37
|
holidays: filteredHolidays
|
|
36
38
|
};
|
|
37
39
|
});
|
|
38
40
|
const prevMonth = () => {
|
|
39
|
-
setCurrentDate(new Date(currentDate.
|
|
41
|
+
setCurrentDate(new Date(Date.UTC(currentDate.getUTCFullYear(), currentDate.getUTCMonth() - 1, 1)));
|
|
40
42
|
};
|
|
41
43
|
const nextMonth = () => {
|
|
42
|
-
setCurrentDate(new Date(currentDate.
|
|
44
|
+
setCurrentDate(new Date(Date.UTC(currentDate.getUTCFullYear(), currentDate.getUTCMonth() + 1, 1)));
|
|
43
45
|
};
|
|
44
46
|
const setToday = () => {
|
|
45
|
-
setCurrentDate(/* @__PURE__ */ new Date());
|
|
47
|
+
setCurrentDate(TimeUtil.toUtcMidnight(/* @__PURE__ */ new Date()));
|
|
46
48
|
};
|
|
49
|
+
const months = ["January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December"];
|
|
50
|
+
const monthYearDisplay = `${months[currentDate.getUTCMonth()]} ${currentDate.getUTCFullYear()}`;
|
|
47
51
|
return /* @__PURE__ */ jsxs("div", { className: "lg:flex lg:h-full lg:flex-col", children: [
|
|
48
52
|
/* @__PURE__ */ jsxs("header", { className: "flex items-center justify-between border-b border-gray-200 px-6 py-4 lg:flex-none", children: [
|
|
49
|
-
/* @__PURE__ */ jsx("h1", { className: "text-base font-semibold text-foreground", children: /* @__PURE__ */ jsx("time", { dateTime: currentDate.toISOString(), children:
|
|
53
|
+
/* @__PURE__ */ jsx("h1", { className: "text-base font-semibold text-foreground", children: /* @__PURE__ */ jsx("time", { dateTime: currentDate.toISOString(), children: monthYearDisplay }) }),
|
|
50
54
|
/* @__PURE__ */ jsx("div", { className: "flex items-center", children: /* @__PURE__ */ jsxs("div", { className: "relative flex items-center rounded-md gap-1 md:items-stretch", children: [
|
|
51
55
|
/* @__PURE__ */ jsxs(
|
|
52
56
|
Button,
|
|
@@ -133,7 +137,7 @@ function CalendarView({ currentDate, setCurrentDate, holidays }) {
|
|
|
133
137
|
"flex h-6 w-6 items-center justify-center rounded-full",
|
|
134
138
|
day.isToday && "bg-indigo-600 font-semibold text-white"
|
|
135
139
|
),
|
|
136
|
-
children: day.date.
|
|
140
|
+
children: day.date.getUTCDate()
|
|
137
141
|
}
|
|
138
142
|
),
|
|
139
143
|
day.holidays.length > 0 && /* @__PURE__ */ jsx("ol", { className: "mt-2 space-y-1 overflow-visible", children: day.holidays.map((holiday) => /* @__PURE__ */ jsx("li", { className: "overflow-visible", children: /* @__PURE__ */ jsx(
|
|
@@ -170,7 +174,7 @@ function CalendarView({ currentDate, setCurrentDate, holidays }) {
|
|
|
170
174
|
day.date === selectedDay && day.isToday && "flex h-6 w-6 items-center justify-center rounded-full bg-indigo-600",
|
|
171
175
|
day.date === selectedDay && !day.isToday && "flex h-6 w-6 items-center justify-center rounded-full bg-gray-900"
|
|
172
176
|
),
|
|
173
|
-
children: day.date.
|
|
177
|
+
children: day.date.getUTCDate()
|
|
174
178
|
}
|
|
175
179
|
),
|
|
176
180
|
/* @__PURE__ */ jsxs("span", { className: "sr-only", children: [
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
import {
|
|
5
5
|
AppSidebarLeft
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-M6ELOAGS.mjs";
|
|
7
7
|
import {
|
|
8
8
|
Breadcrumb,
|
|
9
9
|
BreadcrumbItem,
|
|
@@ -19,7 +19,7 @@ import {
|
|
|
19
19
|
SidebarInset,
|
|
20
20
|
SidebarProvider,
|
|
21
21
|
SidebarTrigger
|
|
22
|
-
} from "./chunk-
|
|
22
|
+
} from "./chunk-AEFGMCK3.mjs";
|
|
23
23
|
import {
|
|
24
24
|
Separator
|
|
25
25
|
} from "./chunk-7GPVQAMX.mjs";
|
|
@@ -3,33 +3,33 @@
|
|
|
3
3
|
|
|
4
4
|
import {
|
|
5
5
|
ServiceSection
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-UBEWNGCN.mjs";
|
|
7
7
|
import {
|
|
8
8
|
BlogList
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-G7GPQ6BO.mjs";
|
|
10
10
|
import {
|
|
11
11
|
ContactSection,
|
|
12
12
|
LocationsSection
|
|
13
|
-
} from "./chunk-
|
|
13
|
+
} from "./chunk-ZXU5T3GV.mjs";
|
|
14
14
|
import {
|
|
15
15
|
SectionHero
|
|
16
16
|
} from "./chunk-N77BYZ6A.mjs";
|
|
17
17
|
import {
|
|
18
18
|
MediumImpactHero
|
|
19
|
-
} from "./chunk-
|
|
19
|
+
} from "./chunk-SRK3Y7FA.mjs";
|
|
20
20
|
import {
|
|
21
21
|
HighImpactHero
|
|
22
|
-
} from "./chunk-
|
|
22
|
+
} from "./chunk-AQPLEBKG.mjs";
|
|
23
23
|
import {
|
|
24
24
|
LowImpactHero
|
|
25
|
-
} from "./chunk-
|
|
25
|
+
} from "./chunk-S4FUSOSS.mjs";
|
|
26
26
|
import {
|
|
27
27
|
CallToActionBlock,
|
|
28
28
|
RichText
|
|
29
|
-
} from "./chunk-
|
|
29
|
+
} from "./chunk-27NWC2OO.mjs";
|
|
30
30
|
import {
|
|
31
31
|
Media
|
|
32
|
-
} from "./chunk-
|
|
32
|
+
} from "./chunk-NKRBXAPF.mjs";
|
|
33
33
|
import {
|
|
34
34
|
PageShape
|
|
35
35
|
} from "./chunk-QX5S5NN2.mjs";
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import {
|
|
2
|
+
bankHolidays
|
|
3
|
+
} from "./chunk-IZ2IHNU4.mjs";
|
|
4
|
+
|
|
5
|
+
// src/utils/DaysUtil.ts
|
|
6
|
+
var isDayOff = (date) => {
|
|
7
|
+
const isSunday = date.getUTCDay() === 0;
|
|
8
|
+
const isSaturday = date.getUTCDay() === 6;
|
|
9
|
+
const isBankHoliday = bankHolidays.some(
|
|
10
|
+
(h) => h.getFullYear() === date.getUTCFullYear() && h.getMonth() === date.getUTCMonth() && h.getDate() === date.getUTCDate()
|
|
11
|
+
);
|
|
12
|
+
return isSunday || isSaturday || isBankHoliday;
|
|
13
|
+
};
|
|
14
|
+
var getTotalDaysBetween = (startDate, endDate, isHalfDay = false) => {
|
|
15
|
+
let start = new Date(Date.UTC(startDate.getUTCFullYear(), startDate.getUTCMonth(), startDate.getUTCDate()));
|
|
16
|
+
const end = new Date(Date.UTC(endDate.getUTCFullYear(), endDate.getUTCMonth(), endDate.getUTCDate()));
|
|
17
|
+
let count = 0;
|
|
18
|
+
if (isHalfDay && !isDayOff(start)) {
|
|
19
|
+
return 0.5;
|
|
20
|
+
}
|
|
21
|
+
while (start <= end) {
|
|
22
|
+
if (!isDayOff(start)) {
|
|
23
|
+
count++;
|
|
24
|
+
}
|
|
25
|
+
start = new Date(start.getTime() + 24 * 60 * 60 * 1e3);
|
|
26
|
+
}
|
|
27
|
+
return count;
|
|
28
|
+
};
|
|
29
|
+
var getIsMultipleDays = (startDate, endDate) => {
|
|
30
|
+
if (!startDate || !endDate) {
|
|
31
|
+
return false;
|
|
32
|
+
}
|
|
33
|
+
const isMultipleDays = startDate.getUTCFullYear() !== endDate.getUTCFullYear() || startDate.getUTCMonth() !== endDate.getUTCMonth() || startDate.getUTCDate() !== endDate.getUTCDate();
|
|
34
|
+
return isMultipleDays;
|
|
35
|
+
};
|
|
36
|
+
|
|
37
|
+
export {
|
|
38
|
+
isDayOff,
|
|
39
|
+
getTotalDaysBetween,
|
|
40
|
+
getIsMultipleDays
|
|
41
|
+
};
|
|
@@ -5,10 +5,10 @@ import {
|
|
|
5
5
|
Footer,
|
|
6
6
|
HeaderTop,
|
|
7
7
|
TitleSlide
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-PVI4R7FJ.mjs";
|
|
9
9
|
import {
|
|
10
10
|
RenderBlocks
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-5DYPBHBP.mjs";
|
|
12
12
|
import {
|
|
13
13
|
cn
|
|
14
14
|
} from "./chunk-KZPGX6CG.mjs";
|