aq-fe-framework 0.1.278 → 0.1.280
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-EIPT2DZW.mjs → chunk-M72WIRIX.mjs} +801 -659
- package/dist/components/Layouts/HeaderMegaMenu/css.module.css +50 -50
- package/dist/components/index.d.mts +26 -7
- package/dist/components/index.mjs +8 -2
- package/dist/hooks/index.d.mts +1 -1
- package/dist/modules-features/authenticate/F_authenticate_Login/css.module.css +4 -4
- package/dist/modules-features/index.mjs +5 -59
- package/dist/providers/mantine.module.css +21 -21
- package/package.json +153 -153
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.280",
|
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
|
+
}
|