aq-fe-framework 0.1.59 → 0.1.60
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.
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
import {
|
|
2
|
+
createGenericStore,
|
|
3
|
+
useS_Sidebar
|
|
4
|
+
} from "./chunk-AL73DX37.mjs";
|
|
1
5
|
import {
|
|
2
6
|
U0DateToDDMMYYYString,
|
|
3
7
|
U0MyValidateEmail,
|
|
@@ -6,10 +10,6 @@ import {
|
|
|
6
10
|
utils_notification_show,
|
|
7
11
|
utils_pdf_download
|
|
8
12
|
} from "./chunk-4MLNXP25.mjs";
|
|
9
|
-
import {
|
|
10
|
-
createGenericStore,
|
|
11
|
-
useS_Sidebar
|
|
12
|
-
} from "./chunk-AL73DX37.mjs";
|
|
13
13
|
import {
|
|
14
14
|
__objRest,
|
|
15
15
|
__spreadProps,
|
|
@@ -6395,17 +6395,15 @@ function MyScheduleX({
|
|
|
6395
6395
|
values,
|
|
6396
6396
|
timeGridEvent,
|
|
6397
6397
|
eventModal,
|
|
6398
|
-
nDays
|
|
6399
|
-
startDayBoundaries = "5:00",
|
|
6400
|
-
endDayBoundaries = "21:00"
|
|
6398
|
+
nDays
|
|
6401
6399
|
}) {
|
|
6402
6400
|
const eventsService = useState7(() => createEventsServicePlugin2())[0];
|
|
6403
6401
|
const eventModalPlugin = useState7(() => createEventModalPlugin2())[0];
|
|
6404
6402
|
const calendar = useNextCalendarApp2({
|
|
6405
6403
|
locale: "vi-VN",
|
|
6406
6404
|
dayBoundaries: {
|
|
6407
|
-
start:
|
|
6408
|
-
end:
|
|
6405
|
+
start: "5:00",
|
|
6406
|
+
end: "21:00"
|
|
6409
6407
|
},
|
|
6410
6408
|
weekOptions: {
|
|
6411
6409
|
nDays,
|
|
@@ -322,10 +322,8 @@ interface MyScheduleXProps<T extends CalendarEventExternal> {
|
|
|
322
322
|
calendarEvent: T;
|
|
323
323
|
}) => React.ReactNode;
|
|
324
324
|
nDays?: number;
|
|
325
|
-
startDayBoundaries?: string;
|
|
326
|
-
endDayBoundaries?: string;
|
|
327
325
|
}
|
|
328
|
-
declare function MyScheduleX<T extends CalendarEventExternal>({ values, timeGridEvent, eventModal, nDays,
|
|
326
|
+
declare function MyScheduleX<T extends CalendarEventExternal>({ values, timeGridEvent, eventModal, nDays, }: MyScheduleXProps<T>): react_jsx_runtime.JSX.Element;
|
|
329
327
|
|
|
330
328
|
declare function AQStatCard1({ title, value, unit, description, icons, diff }: {
|
|
331
329
|
title: string;
|
|
@@ -62,9 +62,9 @@ import {
|
|
|
62
62
|
useHeaderMegaMenuStore,
|
|
63
63
|
useS_ButtonImport,
|
|
64
64
|
utils_layout_getItemsWithoutLinks
|
|
65
|
-
} from "../chunk-
|
|
66
|
-
import "../chunk-4MLNXP25.mjs";
|
|
65
|
+
} from "../chunk-VFCQKAVV.mjs";
|
|
67
66
|
import "../chunk-AL73DX37.mjs";
|
|
67
|
+
import "../chunk-4MLNXP25.mjs";
|
|
68
68
|
import "../chunk-FWCSY2DS.mjs";
|
|
69
69
|
export {
|
|
70
70
|
AQButtonCreateByImportFile,
|
|
@@ -57,9 +57,9 @@ import {
|
|
|
57
57
|
useS_authenticate,
|
|
58
58
|
useS_core83092,
|
|
59
59
|
utils_core83092_mergePage
|
|
60
|
-
} from "../chunk-
|
|
61
|
-
import "../chunk-4MLNXP25.mjs";
|
|
60
|
+
} from "../chunk-VFCQKAVV.mjs";
|
|
62
61
|
import "../chunk-AL73DX37.mjs";
|
|
62
|
+
import "../chunk-4MLNXP25.mjs";
|
|
63
63
|
import "../chunk-FWCSY2DS.mjs";
|
|
64
64
|
export {
|
|
65
65
|
F_authenticate_Login,
|