aq-fe-framework 0.1.176 → 0.1.178

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/package.json CHANGED
@@ -1,141 +1,140 @@
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
- },
25
- "version": "0.1.176",
26
- "private": false,
27
- "files": [
28
- "dist",
29
- "dist/**/*.css"
30
- ],
31
- "scripts": {
32
- "deploy": "node deploy.js",
33
- "update-mantine": "npx npm-check-updates @mantine/* @mantinex/* postcss-preset-mantine -u",
34
- "dev": "next dev --turbopack -p 3000",
35
- "build-next": "next build",
36
- "gen": "barrelsby --config barrelsby.json",
37
- "build": "tsup --tsconfig tsconfig.lib.json && cpx \"src/**/*.module.css\" dist",
38
- "start": "next start",
39
- "lint": "next lint",
40
- "debug": "next dev -p 3003"
41
- },
42
- "dependencies": {
43
- "@fullcalendar/core": "^6.1.15",
44
- "@fullcalendar/daygrid": "^6.1.15",
45
- "@fullcalendar/react": "^6.1.15",
46
- "@mantine/carousel": "^8.0.0",
47
- "@mantine/charts": "^8.0.0",
48
- "@mantine/code-highlight": "^8.0.0",
49
- "@mantine/core": "^8.0.0",
50
- "@mantine/dates": "^8.0.0",
51
- "@mantine/dropzone": "^8.0.0",
52
- "@mantine/form": "^8.0.0",
53
- "@mantine/hooks": "^8.0.0",
54
- "@mantine/modals": "^8.0.0",
55
- "@mantine/notifications": "^8.0.0",
56
- "@mantine/nprogress": "^8.0.0",
57
- "@mantine/spotlight": "^8.0.0",
58
- "@mantine/tiptap": "^8.0.0",
59
- "@mantinex/mantine-logo": "^2.0.0",
60
- "@schedule-x/event-modal": "^2.12.1",
61
- "@schedule-x/events-service": "^2.28.0",
62
- "@schedule-x/react": "^2.28.0",
63
- "@schedule-x/theme-default": "^2.28.0",
64
- "@tabler/icons-react": "^3.26.0",
65
- "@tanstack/react-query": "^5.62.8",
66
- "@tanstack/react-query-devtools": "^5.69.0",
67
- "@tiptap-pro/extension-file-handler": "^2.14.0",
68
- "@tiptap/extension-highlight": "^2.9.1",
69
- "@tiptap/extension-image": "^2.9.1",
70
- "@tiptap/extension-link": "^2.9.1",
71
- "@tiptap/extension-subscript": "^2.9.1",
72
- "@tiptap/extension-superscript": "^2.9.1",
73
- "@tiptap/extension-text-align": "^2.9.1",
74
- "@tiptap/extension-underline": "^2.9.1",
75
- "@tiptap/pm": "^2.9.1",
76
- "@tiptap/react": "^2.9.1",
77
- "@tiptap/starter-kit": "^2.9.1",
78
- "autoprefixer": "^10.4.20",
79
- "axios": "^1.7.7",
80
- "clsx": "^2.1.1",
81
- "dayjs": "^1.11.13",
82
- "docxtemplater": "^3.54.1",
83
- "embla-carousel-react": "^7.1.0",
84
- "esbuild-css-modules-plugin": "^3.1.4",
85
- "exceljs": "^4.4.0",
86
- "export-to-csv": "^1.4.0",
87
- "file-saver": "^2.0.5",
88
- "framer-motion": "^11.11.11",
89
- "fs-extra": "^11.2.0",
90
- "glob": "^11.0.2",
91
- "json-server": "^1.0.0-beta.3",
92
- "ldrs": "^1.0.2",
93
- "lodash.debounce": "^4.0.8",
94
- "mantine-react-table": "^2.0.0-beta.7",
95
- "next": "15.0.3",
96
- "pako": "^2.1.0",
97
- "pizzip": "^3.1.7",
98
- "react": "^17.0.0 || ^18.0.0",
99
- "react-dom": "^17.0.0 || ^18.0.0",
100
- "react-to-print": "^3.0.6",
101
- "recharts": "^2.13.3",
102
- "sass": "^1.82.0",
103
- "tailwind-merge": "^2.5.4",
104
- "xlsx": "^0.18.5",
105
- "zustand": "^5.0.1"
106
- },
107
- "devDependencies": {
108
- "@types/file-saver": "^2.0.7",
109
- "@types/node": "^20.17.30",
110
- "@types/pako": "^2.0.3",
111
- "@types/react": "^18.3.20",
112
- "@types/react-dom": "^18",
113
- "barrelsby": "^2.8.1",
114
- "cpx": "^1.5.0",
115
- "esbuild-plugin-css-modules": "^0.3.0",
116
- "eslint": "^8",
117
- "eslint-config-next": "15.0.3",
118
- "postcss": "^8.5.3",
119
- "postcss-modules": "^6.0.1",
120
- "postcss-preset-mantine": "^1.17.0",
121
- "postcss-simple-vars": "^7.0.1",
122
- "tailwindcss": "^3.4.1",
123
- "tsup": "^8.4.0",
124
- "typescript": "^5.8.3"
125
- },
126
- "peerDependencies": {
127
- "react": "^17.0.0 || ^18.0.0",
128
- "react-dom": "^17.0.0 || ^18.0.0"
129
- },
130
- "description": "",
131
- "repository": {
132
- "type": "git",
133
- "url": "git+https://github.com/TranQuocThieu22/aq-fe-framework.git"
134
- },
135
- "author": "Quốc Thiệu",
136
- "license": "ISC",
137
- "bugs": {
138
- "url": "https://github.com/TranQuocThieu22/aq-fe-framework/issues"
139
- },
140
- "homepage": "https://github.com/TranQuocThieu22/aq-fe-framework#readme"
141
- }
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
+ },
25
+ "version": "0.1.178",
26
+ "private": false,
27
+ "files": [
28
+ "dist"
29
+ ],
30
+ "scripts": {
31
+ "deploy": "node deploy.js",
32
+ "update-mantine": "npx npm-check-updates @mantine/* @mantinex/* postcss-preset-mantine -u",
33
+ "dev": "next dev --turbopack -p 3000",
34
+ "build-next": "next build",
35
+ "gen": "barrelsby --config barrelsby.json",
36
+ "build": "tsup --tsconfig tsconfig.lib.json && cpx \"src/**/*.module.css\" dist",
37
+ "start": "next start",
38
+ "lint": "next lint",
39
+ "debug": "next dev -p 3003"
40
+ },
41
+ "dependencies": {
42
+ "@fullcalendar/core": "^6.1.15",
43
+ "@fullcalendar/daygrid": "^6.1.15",
44
+ "@fullcalendar/react": "^6.1.15",
45
+ "@mantine/carousel": "^8.0.0",
46
+ "@mantine/charts": "^8.0.0",
47
+ "@mantine/code-highlight": "^8.0.0",
48
+ "@mantine/core": "^8.0.0",
49
+ "@mantine/dates": "^8.0.0",
50
+ "@mantine/dropzone": "^8.0.0",
51
+ "@mantine/form": "^8.0.0",
52
+ "@mantine/hooks": "^8.0.0",
53
+ "@mantine/modals": "^8.0.0",
54
+ "@mantine/notifications": "^8.0.0",
55
+ "@mantine/nprogress": "^8.0.0",
56
+ "@mantine/spotlight": "^8.0.0",
57
+ "@mantine/tiptap": "^8.0.0",
58
+ "@mantinex/mantine-logo": "^2.0.0",
59
+ "@schedule-x/event-modal": "^2.12.1",
60
+ "@schedule-x/events-service": "^2.28.0",
61
+ "@schedule-x/react": "^2.28.0",
62
+ "@schedule-x/theme-default": "^2.28.0",
63
+ "@tabler/icons-react": "^3.26.0",
64
+ "@tanstack/react-query": "^5.62.8",
65
+ "@tanstack/react-query-devtools": "^5.69.0",
66
+ "@tiptap-pro/extension-file-handler": "^2.14.0",
67
+ "@tiptap/extension-highlight": "^2.9.1",
68
+ "@tiptap/extension-image": "^2.9.1",
69
+ "@tiptap/extension-link": "^2.9.1",
70
+ "@tiptap/extension-subscript": "^2.9.1",
71
+ "@tiptap/extension-superscript": "^2.9.1",
72
+ "@tiptap/extension-text-align": "^2.9.1",
73
+ "@tiptap/extension-underline": "^2.9.1",
74
+ "@tiptap/pm": "^2.9.1",
75
+ "@tiptap/react": "^2.9.1",
76
+ "@tiptap/starter-kit": "^2.9.1",
77
+ "autoprefixer": "^10.4.20",
78
+ "axios": "^1.7.7",
79
+ "clsx": "^2.1.1",
80
+ "dayjs": "^1.11.13",
81
+ "docxtemplater": "^3.54.1",
82
+ "embla-carousel-react": "^7.1.0",
83
+ "esbuild-css-modules-plugin": "^3.1.4",
84
+ "exceljs": "^4.4.0",
85
+ "export-to-csv": "^1.4.0",
86
+ "file-saver": "^2.0.5",
87
+ "framer-motion": "^11.11.11",
88
+ "fs-extra": "^11.2.0",
89
+ "glob": "^11.0.2",
90
+ "json-server": "^1.0.0-beta.3",
91
+ "ldrs": "^1.0.2",
92
+ "lodash.debounce": "^4.0.8",
93
+ "mantine-react-table": "^2.0.0-beta.7",
94
+ "next": "15.0.3",
95
+ "pako": "^2.1.0",
96
+ "pizzip": "^3.1.7",
97
+ "react": "^17.0.0 || ^18.0.0",
98
+ "react-dom": "^17.0.0 || ^18.0.0",
99
+ "react-to-print": "^3.0.6",
100
+ "recharts": "^2.13.3",
101
+ "sass": "^1.82.0",
102
+ "tailwind-merge": "^2.5.4",
103
+ "xlsx": "^0.18.5",
104
+ "zustand": "^5.0.1"
105
+ },
106
+ "devDependencies": {
107
+ "@types/file-saver": "^2.0.7",
108
+ "@types/node": "^20.17.30",
109
+ "@types/pako": "^2.0.3",
110
+ "@types/react": "^18.3.20",
111
+ "@types/react-dom": "^18",
112
+ "barrelsby": "^2.8.1",
113
+ "cpx": "^1.5.0",
114
+ "esbuild-plugin-css-modules": "^0.3.0",
115
+ "eslint": "^8",
116
+ "eslint-config-next": "15.0.3",
117
+ "postcss": "^8.5.3",
118
+ "postcss-modules": "^6.0.1",
119
+ "postcss-preset-mantine": "^1.17.0",
120
+ "postcss-simple-vars": "^7.0.1",
121
+ "tailwindcss": "^3.4.1",
122
+ "tsup": "^8.4.0",
123
+ "typescript": "^5.8.3"
124
+ },
125
+ "peerDependencies": {
126
+ "react": "^17.0.0 || ^18.0.0",
127
+ "react-dom": "^17.0.0 || ^18.0.0"
128
+ },
129
+ "description": "",
130
+ "repository": {
131
+ "type": "git",
132
+ "url": "git+https://github.com/TranQuocThieu22/aq-fe-framework.git"
133
+ },
134
+ "author": "Quốc Thiệu",
135
+ "license": "ISC",
136
+ "bugs": {
137
+ "url": "https://github.com/TranQuocThieu22/aq-fe-framework/issues"
138
+ },
139
+ "homepage": "https://github.com/TranQuocThieu22/aq-fe-framework#readme"
140
+ }
@@ -1,68 +0,0 @@
1
- .navbar {
2
- height: rem(700px);
3
- padding: var(--mantine-spacing-md);
4
- display: flex;
5
- flex-direction: column;
6
- border-right: rem(1px) solid
7
- light-dark(var(--mantine-color-gray-3), var(--mantine-color-dark-4));
8
- }
9
-
10
- .navbarMain {
11
- flex: 1;
12
- }
13
-
14
- .header {
15
- padding-bottom: var(--mantine-spacing-md);
16
- margin-bottom: calc(var(--mantine-spacing-md) * 1.5);
17
- border-bottom: rem(1px) solid
18
- light-dark(var(--mantine-color-gray-3), var(--mantine-color-dark-4));
19
- }
20
-
21
- .footer {
22
- padding-top: var(--mantine-spacing-md);
23
- margin-top: var(--mantine-spacing-md);
24
- border-top: rem(1px) solid
25
- light-dark(var(--mantine-color-gray-3), var(--mantine-color-dark-4));
26
- }
27
-
28
- .link {
29
- display: flex;
30
- align-items: center;
31
- text-decoration: none;
32
- font-size: var(--mantine-font-size-sm);
33
- color: light-dark(var(--mantine-color-gray-7), var(--mantine-color-dark-1));
34
- padding: var(--mantine-spacing-xs) var(--mantine-spacing-sm);
35
- border-radius: var(--mantine-radius-sm);
36
- font-weight: 500;
37
-
38
- @mixin hover {
39
- background-color: light-dark(
40
- var(--mantine-color-gray-0),
41
- var(--mantine-color-dark-6)
42
- );
43
- color: light-dark(var(--mantine-color-black), var(--mantine-color-white));
44
-
45
- .linkIcon {
46
- color: light-dark(var(--mantine-color-black), var(--mantine-color-white));
47
- }
48
- }
49
-
50
- &[data-active] {
51
- &,
52
- &:hover {
53
- background-color: var(--mantine-color-blue-light);
54
- color: var(--mantine-color-blue-light-color);
55
-
56
- .linkIcon {
57
- color: var(--mantine-color-blue-light-color);
58
- }
59
- }
60
- }
61
- }
62
-
63
- .linkIcon {
64
- color: light-dark(var(--mantine-color-gray-6), var(--mantine-color-dark-2));
65
- margin-right: var(--mantine-spacing-sm);
66
- width: rem(25px);
67
- height: rem(25px);
68
- }