aq-fe-framework 0.1.275 → 0.1.277
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-6H4QAHQE.mjs → chunk-UHTR5TVI.mjs} +377 -257
- package/dist/components/index.mjs +2 -2
- package/dist/hooks/index.d.mts +1 -1
- package/dist/modules-features/index.css +1 -1
- package/dist/modules-features/index.d.mts +4 -1
- package/dist/modules-features/index.mjs +15 -12
- package/package.json +153 -153
- /package/dist/modules-features/authenticate/{F_Authenticate_Login → F_authenticate_Login}/css.module.css +0 -0
@@ -69,9 +69,9 @@ import {
|
|
69
69
|
useS_BasicAppShell,
|
70
70
|
useS_ButtonImport,
|
71
71
|
utils_layout_getItemsWithoutLinks
|
72
|
-
} from "../chunk-
|
73
|
-
import "../chunk-NWBLJ3W3.mjs";
|
72
|
+
} from "../chunk-UHTR5TVI.mjs";
|
74
73
|
import "../chunk-K6S7R6LU.mjs";
|
74
|
+
import "../chunk-NWBLJ3W3.mjs";
|
75
75
|
import "../chunk-KKJ3OEEW.mjs";
|
76
76
|
import "../chunk-Y3YGC5IH.mjs";
|
77
77
|
import "../chunk-5U2JSHSJ.mjs";
|
package/dist/hooks/index.d.mts
CHANGED
@@ -21,7 +21,7 @@ interface MyReactQueryProps<IRes, IBody> {
|
|
21
21
|
axiosFn: () => Promise<AxiosResponse<MyApiResponse<IRes>, IBody>>;
|
22
22
|
options?: Partial<UseQueryOptions<IRes, Error>>;
|
23
23
|
}
|
24
|
-
declare function useMyReactQuery<IRes, IBody>({ queryKey, axiosFn, options }: MyReactQueryProps<IRes, IBody>): _tanstack_react_query.UseQueryResult<IRes
|
24
|
+
declare function useMyReactQuery<IRes, IBody>({ queryKey, axiosFn, options }: MyReactQueryProps<IRes, IBody>): _tanstack_react_query.UseQueryResult<_tanstack_react_query.NoInfer<IRes>, Error>;
|
25
25
|
|
26
26
|
declare function useQ_AQ_GetAQModule(): _tanstack_react_query.UseQueryResult<IAQModule, Error>;
|
27
27
|
|
@@ -93,7 +93,7 @@
|
|
93
93
|
border-top: 1px solid var(--mantine-color-dark-5);
|
94
94
|
}
|
95
95
|
|
96
|
-
/* src/modules-features/authenticate/
|
96
|
+
/* src/modules-features/authenticate/F_authenticate_Login/css.module.css */
|
97
97
|
.title {
|
98
98
|
font-family: Greycliff CF, var(--mantine-font-family);
|
99
99
|
font-weight: 900;
|
@@ -842,12 +842,15 @@ declare function useS_authenticate(): {
|
|
842
842
|
};
|
843
843
|
|
844
844
|
interface I {
|
845
|
+
header?: ReactNode;
|
845
846
|
showLoginButton?: boolean;
|
846
847
|
redirectUrlAfterLogin?: string;
|
847
848
|
additionalActions?: ReactNode;
|
848
849
|
backgroundImage?: string;
|
850
|
+
showSaveLogin?: boolean;
|
851
|
+
showForgotPassword?: boolean;
|
849
852
|
onSuccess?: (data?: any) => void;
|
850
853
|
}
|
851
|
-
declare function F_authenticate_Login({ redirectUrlAfterLogin, additionalActions, backgroundImage, onSuccess, showLoginButton }: I): react_jsx_runtime.JSX.Element;
|
854
|
+
declare function F_authenticate_Login({ header, redirectUrlAfterLogin, additionalActions, backgroundImage, onSuccess, showLoginButton, showSaveLogin, showForgotPassword }: I): react_jsx_runtime.JSX.Element;
|
852
855
|
|
853
856
|
export { F_authenticate_Login, F_authenticate_Logout, F_authenticate_SplashPage, F_core12196, F_core12196_Create, F_core12196_Delete, F_core12196_Read, F_core12196_Update, F_core16209, F_core16209_Create, F_core16209_Delete, F_core16209_Update, F_core18256, F_core18256_Create, F_core18256_Delete, F_core18256_Read, F_core18256_Select, F_core18256_Update, F_core26965, F_core26965_Create, F_core26965_Delete, F_core26965_Update, F_core27311, F_core27311_Create, F_core27311_Delete, F_core27311_Read, F_core27311_Update, F_core35923, F_core38677, F_core38677_ReadUser, F_core38677_Save, F_core38677_ViewMenuPermissions, F_core40207, F_core40207_Create, F_core40207_Delete, F_core40207_Read, F_core40207_Update, F_core47643, F_core47643_Delete, F_core47643_Form, F_core47643_Read, F_core60524, F_core64229, F_core64229_Delete, F_core64229_Form, F_core64229_Read, F_core71678, F_core71678_ChangePermission, F_core71678_Create, F_core71678_Delete, F_core71678_Read, F_core71678_Update, F_core76318, F_core76318_Create, F_core76318_Delete, F_core76318_Update, F_core83092, F_core83092_ReadUser, F_core83092_Save, F_core83092_ViewMenuPermissions, F_formTemplateDocs, F_formTemplateDocs_Create, F_formTemplateDocs_Delete, F_formTemplateDocs_Read, F_formTemplateDocs_Update, F_organizationPolicyDocs, F_organizationPolicyDocs_Create, F_organizationPolicyDocs_Delete, F_organizationPolicyDocs_Update, F_securityPolicyDocs, F_securityPolicyDocs_Create, F_securityPolicyDocs_Delete, F_securityPolicyDocs_Update, F_systemUpdateDocs, F_systemUpdateDocs_Create, F_systemUpdateDocs_Delete, F_systemUpdateDocs_Update, F_userGuideDocs, F_userGuideDocs_Create, F_userGuideDocs_Delete, F_userGuideDocs_Read, F_userGuideDocs_Update, F_workflowProcessDocs, F_workflowProcessDocs_Create, F_workflowProcessDocs_Delete, F_workflowProcessDocs_Read, F_workflowProcessDocs_Update, type I_core38677_User, type I_core60524_AQModule, type I_core71678_Read, type I_core83092_RolePermission, useS_authenticate, useS_core60524, useS_core83092, utils_core83092_mergePage };
|
@@ -24,17 +24,17 @@ import {
|
|
24
24
|
useS_BasicAppShell,
|
25
25
|
useS_authenticate,
|
26
26
|
utils_layout_getItemsWithoutLinks
|
27
|
-
} from "../chunk-
|
27
|
+
} from "../chunk-UHTR5TVI.mjs";
|
28
|
+
import {
|
29
|
+
enum_emailConfigModule
|
30
|
+
} from "../chunk-VH4ZAD6M.mjs";
|
31
|
+
import "../chunk-K6S7R6LU.mjs";
|
28
32
|
import {
|
29
33
|
const_object_documentTypes
|
30
34
|
} from "../chunk-GFEMKKFH.mjs";
|
31
35
|
import {
|
32
36
|
const_object_colors
|
33
37
|
} from "../chunk-NWBLJ3W3.mjs";
|
34
|
-
import {
|
35
|
-
enum_emailConfigModule
|
36
|
-
} from "../chunk-VH4ZAD6M.mjs";
|
37
|
-
import "../chunk-K6S7R6LU.mjs";
|
38
38
|
import {
|
39
39
|
baseAxios_default,
|
40
40
|
useQ_AQ_GetAQModule,
|
@@ -5020,7 +5020,7 @@ function F_authenticate_SplashPage() {
|
|
5020
5020
|
return /* @__PURE__ */ jsx91(MyBoxesBackground, { title: "H\u1EC7 th\u1ED1ng th\xF4ng tin qu\u1EA3n l\xED \u0111\xE0o t\u1EA1o ng\u1EAFn h\u1EA1n" });
|
5021
5021
|
}
|
5022
5022
|
|
5023
|
-
// src/modules-features/authenticate/
|
5023
|
+
// src/modules-features/authenticate/F_authenticate_Login/F_authenticate_Login.tsx
|
5024
5024
|
import {
|
5025
5025
|
Anchor,
|
5026
5026
|
BackgroundImage,
|
@@ -5042,17 +5042,20 @@ import Link from "next/link";
|
|
5042
5042
|
import { useRouter as useRouter3 } from "next/navigation";
|
5043
5043
|
import { useEffect as useEffect12, useState as useState9 } from "react";
|
5044
5044
|
|
5045
|
-
// src/modules-features/authenticate/
|
5045
|
+
// src/modules-features/authenticate/F_authenticate_Login/css.module.css
|
5046
5046
|
var css_default = {};
|
5047
5047
|
|
5048
|
-
// src/modules-features/authenticate/
|
5048
|
+
// src/modules-features/authenticate/F_authenticate_Login/F_authenticate_Login.tsx
|
5049
5049
|
import { jsx as jsx92, jsxs as jsxs61 } from "react/jsx-runtime";
|
5050
5050
|
function F_authenticate_Login({
|
5051
|
+
header,
|
5051
5052
|
redirectUrlAfterLogin = "/admin/dashboard",
|
5052
5053
|
additionalActions,
|
5053
5054
|
backgroundImage = "/imgs/0/IMG0AuthBackground.png",
|
5054
5055
|
onSuccess,
|
5055
|
-
showLoginButton = true
|
5056
|
+
showLoginButton = true,
|
5057
|
+
showSaveLogin = true,
|
5058
|
+
showForgotPassword = true
|
5056
5059
|
}) {
|
5057
5060
|
const router = useRouter3();
|
5058
5061
|
const authenticate_store = useS_authenticate();
|
@@ -5116,7 +5119,7 @@ function F_authenticate_Login({
|
|
5116
5119
|
src: backgroundImage,
|
5117
5120
|
h: "100vh",
|
5118
5121
|
children: /* @__PURE__ */ jsx92(Center2, { h: "100vh", children: /* @__PURE__ */ jsxs61(Paper10, { withBorder: true, w: 400, m: "md", shadow: "md", p: 30, mt: 30, radius: "md", children: [
|
5119
|
-
/* @__PURE__ */ jsxs61(Flex3, { direction: "column", mb: "md", children: [
|
5122
|
+
header ? header : /* @__PURE__ */ jsxs61(Flex3, { direction: "column", mb: "md", children: [
|
5120
5123
|
/* @__PURE__ */ jsx92(Title, { ta: "center", className: css_default.title, children: "\u0110\u0103ng nh\u1EADp!" }),
|
5121
5124
|
/* @__PURE__ */ jsxs61(Text3, { c: "dimmed", size: "sm", ta: "center", mt: 5, children: [
|
5122
5125
|
"B\u1EA1n g\u1EB7p v\u1EA5n \u0111\u1EC1 k\u1EF9 thu\u1EADt?\xA0",
|
@@ -5141,7 +5144,7 @@ function F_authenticate_Login({
|
|
5141
5144
|
})
|
5142
5145
|
),
|
5143
5146
|
/* @__PURE__ */ jsxs61(Group4, { justify: "space-between", children: [
|
5144
|
-
/* @__PURE__ */ jsx92(
|
5147
|
+
showSaveLogin && /* @__PURE__ */ jsx92(
|
5145
5148
|
Checkbox3,
|
5146
5149
|
{
|
5147
5150
|
checked: authenticate_store.state.saveLogin,
|
@@ -5149,7 +5152,7 @@ function F_authenticate_Login({
|
|
5149
5152
|
label: "L\u01B0u \u0111\u0103ng nh\u1EADp"
|
5150
5153
|
}
|
5151
5154
|
),
|
5152
|
-
/* @__PURE__ */ jsx92(Anchor, { component: Link, href: "quen-mat-khau", size: "sm", children: "Qu\xEAn m\u1EADt kh\u1EA9u?" })
|
5155
|
+
showForgotPassword && /* @__PURE__ */ jsx92(Anchor, { component: Link, href: "quen-mat-khau", size: "sm", children: "Qu\xEAn m\u1EADt kh\u1EA9u?" })
|
5153
5156
|
] }),
|
5154
5157
|
showLoginButton && /* @__PURE__ */ jsx92(
|
5155
5158
|
Button3,
|
package/package.json
CHANGED
@@ -1,153 +1,153 @@
|
|
1
|
-
{
|
2
|
-
"name": "aq-fe-framework",
|
3
|
-
"exports": {
|
4
|
-
"./utils": {
|
5
|
-
"import": "./dist/utils/index.mjs",
|
6
|
-
"types": "./dist/utils/index.d.mts"
|
7
|
-
},
|
8
|
-
"./components": {
|
9
|
-
"import": "./dist/components/index.mjs",
|
10
|
-
"types": "./dist/components/index.d.mts"
|
11
|
-
},
|
12
|
-
"./stores": {
|
13
|
-
"import": "./dist/stores/index.mjs",
|
14
|
-
"types": "./dist/stores/index.d.mts"
|
15
|
-
},
|
16
|
-
"./modules-features": {
|
17
|
-
"import": "./dist/modules-features/index.mjs",
|
18
|
-
"types": "./dist/modules-features/index.d.mts"
|
19
|
-
},
|
20
|
-
"./hooks": {
|
21
|
-
"import": "./dist/hooks/index.mjs",
|
22
|
-
"types": "./dist/hooks/index.d.mts"
|
23
|
-
},
|
24
|
-
"./interfaces": {
|
25
|
-
"import": "./dist/interfaces/index.mjs",
|
26
|
-
"types": "./dist/interfaces/index.d.mts"
|
27
|
-
},
|
28
|
-
"./const": {
|
29
|
-
"import": "./dist/const/index.mjs",
|
30
|
-
"types": "./dist/const/index.d.mts"
|
31
|
-
},
|
32
|
-
"./enum": {
|
33
|
-
"import": "./dist/enum/index.mjs",
|
34
|
-
"types": "./dist/enum/index.d.mts"
|
35
|
-
}
|
36
|
-
},
|
37
|
-
"version": "0.1.
|
38
|
-
"private": false,
|
39
|
-
"files": [
|
40
|
-
"dist"
|
41
|
-
],
|
42
|
-
"scripts": {
|
43
|
-
"deploy": "node deploy.js",
|
44
|
-
"update-mantine": "npx npm-check-updates @mantine/* @mantinex/* postcss-preset-mantine -u",
|
45
|
-
"dev": "next dev --turbopack -p 3000",
|
46
|
-
"build-next": "next build",
|
47
|
-
"gen": "barrelsby --config barrelsby.json",
|
48
|
-
"build": "tsup --tsconfig tsconfig.lib.json && cpx \"src/**/*.module.css\" dist",
|
49
|
-
"start": "next start",
|
50
|
-
"lint": "next lint",
|
51
|
-
"debug": "next dev -p 3003"
|
52
|
-
},
|
53
|
-
"dependencies": {
|
54
|
-
"@fullcalendar/core": "^6.1.15",
|
55
|
-
"@fullcalendar/daygrid": "^6.1.15",
|
56
|
-
"@fullcalendar/react": "^6.1.15",
|
57
|
-
"@mantine/carousel": "^8.0.0",
|
58
|
-
"@mantine/charts": "^8.0.0",
|
59
|
-
"@mantine/code-highlight": "^8.0.0",
|
60
|
-
"@mantine/core": "^8.0.0",
|
61
|
-
"@mantine/dates": "^8.0.0",
|
62
|
-
"@mantine/dropzone": "^8.0.0",
|
63
|
-
"@mantine/form": "^8.0.0",
|
64
|
-
"@mantine/hooks": "^8.0.0",
|
65
|
-
"@mantine/modals": "^8.0.0",
|
66
|
-
"@mantine/notifications": "^8.0.0",
|
67
|
-
"@mantine/nprogress": "^8.0.0",
|
68
|
-
"@mantine/spotlight": "^8.0.0",
|
69
|
-
"@mantine/tiptap": "^8.0.0",
|
70
|
-
"@mantinex/mantine-logo": "^2.0.0",
|
71
|
-
"@schedule-x/event-modal": "^2.12.1",
|
72
|
-
"@schedule-x/events-service": "^2.28.0",
|
73
|
-
"@schedule-x/react": "^2.28.0",
|
74
|
-
"@schedule-x/theme-default": "^2.28.0",
|
75
|
-
"@tabler/icons-react": "^3.26.0",
|
76
|
-
"@tanstack/react-query": "^5.62.8",
|
77
|
-
"@tanstack/react-query-devtools": "^5.69.0",
|
78
|
-
"@tiptap-pro/extension-file-handler": "^2.14.0",
|
79
|
-
"@tiptap/extension-highlight": "^2.9.1",
|
80
|
-
"@tiptap/extension-image": "^2.9.1",
|
81
|
-
"@tiptap/extension-link": "^2.9.1",
|
82
|
-
"@tiptap/extension-subscript": "^2.9.1",
|
83
|
-
"@tiptap/extension-superscript": "^2.9.1",
|
84
|
-
"@tiptap/extension-text-align": "^2.9.1",
|
85
|
-
"@tiptap/extension-underline": "^2.9.1",
|
86
|
-
"@tiptap/pm": "^2.9.1",
|
87
|
-
"@tiptap/react": "^2.9.1",
|
88
|
-
"@tiptap/starter-kit": "^2.9.1",
|
89
|
-
"autoprefixer": "^10.4.20",
|
90
|
-
"axios": "^1.7.7",
|
91
|
-
"caniuse-lite": "^1.0.30001718",
|
92
|
-
"clsx": "^2.1.1",
|
93
|
-
"dayjs": "^1.11.13",
|
94
|
-
"docxtemplater": "^3.54.1",
|
95
|
-
"embla-carousel-react": "^7.1.0",
|
96
|
-
"esbuild-css-modules-plugin": "^3.1.4",
|
97
|
-
"exceljs": "^4.4.0",
|
98
|
-
"export-to-csv": "^1.4.0",
|
99
|
-
"file-saver": "^2.0.5",
|
100
|
-
"framer-motion": "^11.11.11",
|
101
|
-
"fs-extra": "^11.2.0",
|
102
|
-
"glob": "^11.0.2",
|
103
|
-
"json-server": "^1.0.0-beta.3",
|
104
|
-
"ldrs": "^1.0.2",
|
105
|
-
"lodash.debounce": "^4.0.8",
|
106
|
-
"mantine-react-table": "^2.0.0-beta.7",
|
107
|
-
"next": "15.0.3",
|
108
|
-
"pako": "^2.1.0",
|
109
|
-
"pizzip": "^3.1.7",
|
110
|
-
"react": "^17.0.0 || ^18.0.0",
|
111
|
-
"react-dom": "^17.0.0 || ^18.0.0",
|
112
|
-
"react-to-print": "^3.0.6",
|
113
|
-
"recharts": "^2.13.3",
|
114
|
-
"sass": "^1.82.0",
|
115
|
-
"tailwind-merge": "^2.5.4",
|
116
|
-
"xlsx": "^0.18.5",
|
117
|
-
"zustand": "^5.0.1"
|
118
|
-
},
|
119
|
-
"devDependencies": {
|
120
|
-
"@types/file-saver": "^2.0.7",
|
121
|
-
"@types/node": "^20.17.30",
|
122
|
-
"@types/pako": "^2.0.3",
|
123
|
-
"@types/react": "^18.3.20",
|
124
|
-
"@types/react-dom": "^18",
|
125
|
-
"barrelsby": "^2.8.1",
|
126
|
-
"cpx": "^1.5.0",
|
127
|
-
"esbuild-plugin-css-modules": "^0.3.0",
|
128
|
-
"eslint": "^8",
|
129
|
-
"eslint-config-next": "15.0.3",
|
130
|
-
"postcss": "^8.5.3",
|
131
|
-
"postcss-modules": "^6.0.1",
|
132
|
-
"postcss-preset-mantine": "^1.17.0",
|
133
|
-
"postcss-simple-vars": "^7.0.1",
|
134
|
-
"tailwindcss": "^3.4.1",
|
135
|
-
"tsup": "^8.4.0",
|
136
|
-
"typescript": "^5.8.3"
|
137
|
-
},
|
138
|
-
"peerDependencies": {
|
139
|
-
"react": "^17.0.0 || ^18.0.0",
|
140
|
-
"react-dom": "^17.0.0 || ^18.0.0"
|
141
|
-
},
|
142
|
-
"description": "",
|
143
|
-
"repository": {
|
144
|
-
"type": "git",
|
145
|
-
"url": "git+https://github.com/TranQuocThieu22/aq-fe-framework.git"
|
146
|
-
},
|
147
|
-
"author": "Quốc Thiệu",
|
148
|
-
"license": "ISC",
|
149
|
-
"bugs": {
|
150
|
-
"url": "https://github.com/TranQuocThieu22/aq-fe-framework/issues"
|
151
|
-
},
|
152
|
-
"homepage": "https://github.com/TranQuocThieu22/aq-fe-framework#readme"
|
153
|
-
}
|
1
|
+
{
|
2
|
+
"name": "aq-fe-framework",
|
3
|
+
"exports": {
|
4
|
+
"./utils": {
|
5
|
+
"import": "./dist/utils/index.mjs",
|
6
|
+
"types": "./dist/utils/index.d.mts"
|
7
|
+
},
|
8
|
+
"./components": {
|
9
|
+
"import": "./dist/components/index.mjs",
|
10
|
+
"types": "./dist/components/index.d.mts"
|
11
|
+
},
|
12
|
+
"./stores": {
|
13
|
+
"import": "./dist/stores/index.mjs",
|
14
|
+
"types": "./dist/stores/index.d.mts"
|
15
|
+
},
|
16
|
+
"./modules-features": {
|
17
|
+
"import": "./dist/modules-features/index.mjs",
|
18
|
+
"types": "./dist/modules-features/index.d.mts"
|
19
|
+
},
|
20
|
+
"./hooks": {
|
21
|
+
"import": "./dist/hooks/index.mjs",
|
22
|
+
"types": "./dist/hooks/index.d.mts"
|
23
|
+
},
|
24
|
+
"./interfaces": {
|
25
|
+
"import": "./dist/interfaces/index.mjs",
|
26
|
+
"types": "./dist/interfaces/index.d.mts"
|
27
|
+
},
|
28
|
+
"./const": {
|
29
|
+
"import": "./dist/const/index.mjs",
|
30
|
+
"types": "./dist/const/index.d.mts"
|
31
|
+
},
|
32
|
+
"./enum": {
|
33
|
+
"import": "./dist/enum/index.mjs",
|
34
|
+
"types": "./dist/enum/index.d.mts"
|
35
|
+
}
|
36
|
+
},
|
37
|
+
"version": "0.1.277",
|
38
|
+
"private": false,
|
39
|
+
"files": [
|
40
|
+
"dist"
|
41
|
+
],
|
42
|
+
"scripts": {
|
43
|
+
"deploy": "node deploy.js",
|
44
|
+
"update-mantine": "npx npm-check-updates @mantine/* @mantinex/* postcss-preset-mantine -u",
|
45
|
+
"dev": "next dev --turbopack -p 3000",
|
46
|
+
"build-next": "next build",
|
47
|
+
"gen": "barrelsby --config barrelsby.json",
|
48
|
+
"build": "tsup --tsconfig tsconfig.lib.json && cpx \"src/**/*.module.css\" dist",
|
49
|
+
"start": "next start",
|
50
|
+
"lint": "next lint",
|
51
|
+
"debug": "next dev -p 3003"
|
52
|
+
},
|
53
|
+
"dependencies": {
|
54
|
+
"@fullcalendar/core": "^6.1.15",
|
55
|
+
"@fullcalendar/daygrid": "^6.1.15",
|
56
|
+
"@fullcalendar/react": "^6.1.15",
|
57
|
+
"@mantine/carousel": "^8.0.0",
|
58
|
+
"@mantine/charts": "^8.0.0",
|
59
|
+
"@mantine/code-highlight": "^8.0.0",
|
60
|
+
"@mantine/core": "^8.0.0",
|
61
|
+
"@mantine/dates": "^8.0.0",
|
62
|
+
"@mantine/dropzone": "^8.0.0",
|
63
|
+
"@mantine/form": "^8.0.0",
|
64
|
+
"@mantine/hooks": "^8.0.0",
|
65
|
+
"@mantine/modals": "^8.0.0",
|
66
|
+
"@mantine/notifications": "^8.0.0",
|
67
|
+
"@mantine/nprogress": "^8.0.0",
|
68
|
+
"@mantine/spotlight": "^8.0.0",
|
69
|
+
"@mantine/tiptap": "^8.0.0",
|
70
|
+
"@mantinex/mantine-logo": "^2.0.0",
|
71
|
+
"@schedule-x/event-modal": "^2.12.1",
|
72
|
+
"@schedule-x/events-service": "^2.28.0",
|
73
|
+
"@schedule-x/react": "^2.28.0",
|
74
|
+
"@schedule-x/theme-default": "^2.28.0",
|
75
|
+
"@tabler/icons-react": "^3.26.0",
|
76
|
+
"@tanstack/react-query": "^5.62.8",
|
77
|
+
"@tanstack/react-query-devtools": "^5.69.0",
|
78
|
+
"@tiptap-pro/extension-file-handler": "^2.14.0",
|
79
|
+
"@tiptap/extension-highlight": "^2.9.1",
|
80
|
+
"@tiptap/extension-image": "^2.9.1",
|
81
|
+
"@tiptap/extension-link": "^2.9.1",
|
82
|
+
"@tiptap/extension-subscript": "^2.9.1",
|
83
|
+
"@tiptap/extension-superscript": "^2.9.1",
|
84
|
+
"@tiptap/extension-text-align": "^2.9.1",
|
85
|
+
"@tiptap/extension-underline": "^2.9.1",
|
86
|
+
"@tiptap/pm": "^2.9.1",
|
87
|
+
"@tiptap/react": "^2.9.1",
|
88
|
+
"@tiptap/starter-kit": "^2.9.1",
|
89
|
+
"autoprefixer": "^10.4.20",
|
90
|
+
"axios": "^1.7.7",
|
91
|
+
"caniuse-lite": "^1.0.30001718",
|
92
|
+
"clsx": "^2.1.1",
|
93
|
+
"dayjs": "^1.11.13",
|
94
|
+
"docxtemplater": "^3.54.1",
|
95
|
+
"embla-carousel-react": "^7.1.0",
|
96
|
+
"esbuild-css-modules-plugin": "^3.1.4",
|
97
|
+
"exceljs": "^4.4.0",
|
98
|
+
"export-to-csv": "^1.4.0",
|
99
|
+
"file-saver": "^2.0.5",
|
100
|
+
"framer-motion": "^11.11.11",
|
101
|
+
"fs-extra": "^11.2.0",
|
102
|
+
"glob": "^11.0.2",
|
103
|
+
"json-server": "^1.0.0-beta.3",
|
104
|
+
"ldrs": "^1.0.2",
|
105
|
+
"lodash.debounce": "^4.0.8",
|
106
|
+
"mantine-react-table": "^2.0.0-beta.7",
|
107
|
+
"next": "15.0.3",
|
108
|
+
"pako": "^2.1.0",
|
109
|
+
"pizzip": "^3.1.7",
|
110
|
+
"react": "^17.0.0 || ^18.0.0",
|
111
|
+
"react-dom": "^17.0.0 || ^18.0.0",
|
112
|
+
"react-to-print": "^3.0.6",
|
113
|
+
"recharts": "^2.13.3",
|
114
|
+
"sass": "^1.82.0",
|
115
|
+
"tailwind-merge": "^2.5.4",
|
116
|
+
"xlsx": "^0.18.5",
|
117
|
+
"zustand": "^5.0.1"
|
118
|
+
},
|
119
|
+
"devDependencies": {
|
120
|
+
"@types/file-saver": "^2.0.7",
|
121
|
+
"@types/node": "^20.17.30",
|
122
|
+
"@types/pako": "^2.0.3",
|
123
|
+
"@types/react": "^18.3.20",
|
124
|
+
"@types/react-dom": "^18",
|
125
|
+
"barrelsby": "^2.8.1",
|
126
|
+
"cpx": "^1.5.0",
|
127
|
+
"esbuild-plugin-css-modules": "^0.3.0",
|
128
|
+
"eslint": "^8",
|
129
|
+
"eslint-config-next": "15.0.3",
|
130
|
+
"postcss": "^8.5.3",
|
131
|
+
"postcss-modules": "^6.0.1",
|
132
|
+
"postcss-preset-mantine": "^1.17.0",
|
133
|
+
"postcss-simple-vars": "^7.0.1",
|
134
|
+
"tailwindcss": "^3.4.1",
|
135
|
+
"tsup": "^8.4.0",
|
136
|
+
"typescript": "^5.8.3"
|
137
|
+
},
|
138
|
+
"peerDependencies": {
|
139
|
+
"react": "^17.0.0 || ^18.0.0",
|
140
|
+
"react-dom": "^17.0.0 || ^18.0.0"
|
141
|
+
},
|
142
|
+
"description": "",
|
143
|
+
"repository": {
|
144
|
+
"type": "git",
|
145
|
+
"url": "git+https://github.com/TranQuocThieu22/aq-fe-framework.git"
|
146
|
+
},
|
147
|
+
"author": "Quốc Thiệu",
|
148
|
+
"license": "ISC",
|
149
|
+
"bugs": {
|
150
|
+
"url": "https://github.com/TranQuocThieu22/aq-fe-framework/issues"
|
151
|
+
},
|
152
|
+
"homepage": "https://github.com/TranQuocThieu22/aq-fe-framework#readme"
|
153
|
+
}
|
File without changes
|