aq-fe-framework 0.1.60 → 0.1.61
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.
|
@@ -6395,15 +6395,17 @@ function MyScheduleX({
|
|
|
6395
6395
|
values,
|
|
6396
6396
|
timeGridEvent,
|
|
6397
6397
|
eventModal,
|
|
6398
|
-
nDays
|
|
6398
|
+
nDays,
|
|
6399
|
+
startDayBoundaries = "05:00",
|
|
6400
|
+
endDayBoundaries = "21:00"
|
|
6399
6401
|
}) {
|
|
6400
6402
|
const eventsService = useState7(() => createEventsServicePlugin2())[0];
|
|
6401
6403
|
const eventModalPlugin = useState7(() => createEventModalPlugin2())[0];
|
|
6402
6404
|
const calendar = useNextCalendarApp2({
|
|
6403
6405
|
locale: "vi-VN",
|
|
6404
6406
|
dayBoundaries: {
|
|
6405
|
-
start:
|
|
6406
|
-
end:
|
|
6407
|
+
start: startDayBoundaries,
|
|
6408
|
+
end: endDayBoundaries
|
|
6407
6409
|
},
|
|
6408
6410
|
weekOptions: {
|
|
6409
6411
|
nDays,
|
|
@@ -322,8 +322,10 @@ interface MyScheduleXProps<T extends CalendarEventExternal> {
|
|
|
322
322
|
calendarEvent: T;
|
|
323
323
|
}) => React.ReactNode;
|
|
324
324
|
nDays?: number;
|
|
325
|
+
startDayBoundaries?: string;
|
|
326
|
+
endDayBoundaries?: string;
|
|
325
327
|
}
|
|
326
|
-
declare function MyScheduleX<T extends CalendarEventExternal>({ values, timeGridEvent, eventModal, nDays, }: MyScheduleXProps<T>): react_jsx_runtime.JSX.Element;
|
|
328
|
+
declare function MyScheduleX<T extends CalendarEventExternal>({ values, timeGridEvent, eventModal, nDays, startDayBoundaries, endDayBoundaries }: MyScheduleXProps<T>): react_jsx_runtime.JSX.Element;
|
|
327
329
|
|
|
328
330
|
declare function AQStatCard1({ title, value, unit, description, icons, diff }: {
|
|
329
331
|
title: string;
|
|
@@ -62,7 +62,7 @@ import {
|
|
|
62
62
|
useHeaderMegaMenuStore,
|
|
63
63
|
useS_ButtonImport,
|
|
64
64
|
utils_layout_getItemsWithoutLinks
|
|
65
|
-
} from "../chunk-
|
|
65
|
+
} from "../chunk-FJEUQX2P.mjs";
|
|
66
66
|
import "../chunk-AL73DX37.mjs";
|
|
67
67
|
import "../chunk-4MLNXP25.mjs";
|
|
68
68
|
import "../chunk-FWCSY2DS.mjs";
|