This commit is contained in:
Linksehat Staging Server
2024-07-12 08:41:18 +07:00
parent 6d56e5cdf0
commit 70fc1579e7
2217 changed files with 5426 additions and 12279 deletions

0
frontend/dashboard/.env.development Normal file → Executable file
View File

0
frontend/dashboard/.env.production Normal file → Executable file
View File

0
frontend/dashboard/.env.staging Normal file → Executable file
View File

0
frontend/dashboard/.eslintignore Normal file → Executable file
View File

0
frontend/dashboard/.eslintrc Normal file → Executable file
View File

0
frontend/dashboard/.gitignore vendored Normal file → Executable file
View File

0
frontend/dashboard/.htaccess Normal file → Executable file
View File

0
frontend/dashboard/.pnpm-debug.log Normal file → Executable file
View File

0
frontend/dashboard/.prettierrc Normal file → Executable file
View File

0
frontend/dashboard/index.html Normal file → Executable file
View File

57
frontend/dashboard/package.json Normal file → Executable file
View File

@@ -41,76 +41,77 @@
"@ajoelp/json-to-formdata": "^1.5.0",
"@date-io/date-fns": "^2.17.0",
"@emotion/cache": "^11.11.0",
"@emotion/react": "^11.11.1",
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@hookform/resolvers": "^2.9.11",
"@iconify/react": "^3.2.2",
"@mui/icons-material": "^5.14.6",
"@mui/icons-material": "^5.15.6",
"@mui/lab": "5.0.0-alpha.80",
"@mui/material": "^5.14.6",
"@mui/system": "^5.14.6",
"@mui/material": "^5.15.6",
"@mui/system": "^5.15.6",
"@mui/utils": "^5.15.6",
"@mui/x-data-grid": "^5.17.26",
"@mui/x-date-pickers": "5.0.0-beta.2",
"@reduxjs/toolkit": "^1.9.6",
"@reduxjs/toolkit": "^1.9.7",
"@vitejs/plugin-react": "^1.3.2",
"apexcharts": "^3.42.0",
"apexcharts": "^3.45.2",
"axios": "^0.27.2",
"change-case": "^4.1.2",
"csstype": "^3.1.2",
"csstype": "^3.1.3",
"date-fns": "^2.30.0",
"esbuild": "^0.17.19",
"framer-motion": "^6.5.1",
"highlight.js": "^11.8.0",
"highlight.js": "^11.9.0",
"history": "^5.3.0",
"jsx-runtime": "^1.2.0",
"lodash": "^4.17.21",
"notistack": "3.0.0-alpha.11",
"nprogress": "^0.2.0",
"numeral": "^2.0.6",
"pnpm": "^8.6.12",
"pnpm": "^8.15.1",
"react": "^17.0.2",
"react-apexcharts": "^1.4.1",
"react-dom": "^17.0.2",
"react-dropzone": "^14.2.3",
"react-helmet-async": "^1.3.0",
"react-hook-form": "^7.45.4",
"react-hook-form": "^7.49.3",
"react-intersection-observer": "^8.34.0",
"react-lazy-load-image-component": "^1.6.0",
"react-number-format": "^5.3.1",
"react-quill": "2.0.0-beta.4",
"react-redux": "^8.1.2",
"react-router": "^6.15.0",
"react-router-dom": "^6.15.0",
"react-redux": "^8.1.3",
"react-router": "^6.21.3",
"react-router-dom": "^6.21.3",
"simplebar": "^5.3.9",
"simplebar-react": "^2.4.3",
"stylis": "^4.3.0",
"stylis": "^4.3.1",
"stylis-plugin-rtl": "^2.1.1",
"vite": "^3.2.7",
"vite": "^3.2.8",
"vite-plugin-svgr": "^2.4.0",
"yarn": "^1.22.19",
"yarn": "^1.22.21",
"yup": "^0.32.11"
},
"devDependencies": {
"@babel/core": "^7.22.11",
"@babel/eslint-parser": "^7.22.11",
"@babel/plugin-syntax-flow": "^7.22.5",
"@babel/plugin-transform-react-jsx": "^7.22.5",
"@types/lodash": "^4.14.197",
"@types/nprogress": "^0.2.0",
"@types/react": "^17.0.65",
"@types/react-dom": "^17.0.20",
"@types/react-lazy-load-image-component": "^1.5.3",
"@types/stylis": "^4.2.0",
"@babel/core": "^7.23.9",
"@babel/eslint-parser": "^7.23.9",
"@babel/plugin-syntax-flow": "^7.23.3",
"@babel/plugin-transform-react-jsx": "^7.23.4",
"@types/lodash": "^4.14.202",
"@types/nprogress": "^0.2.3",
"@types/react": "^17.0.75",
"@types/react-dom": "^17.0.25",
"@types/react-lazy-load-image-component": "^1.6.3",
"@types/stylis": "^4.2.5",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"eslint": "^8.48.0",
"eslint": "^8.56.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-airbnb-typescript": "^16.2.0",
"eslint-config-prettier": "^8.10.0",
"eslint-config-react-app": "7.0.0",
"eslint-import-resolver-typescript": "^2.7.1",
"eslint-plugin-flowtype": "^8.0.3",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "6.5.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.33.2",

3525
frontend/dashboard/pnpm-lock.yaml generated Normal file → Executable file

File diff suppressed because it is too large Load Diff

0
frontend/dashboard/public/_redirects Normal file → Executable file
View File

View File

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB

View File

Before

Width:  |  Height:  |  Size: 43 KiB

After

Width:  |  Height:  |  Size: 43 KiB

0
frontend/dashboard/public/favicon/apple-touch-icon.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

0
frontend/dashboard/public/favicon/favicon-16x16.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 573 B

After

Width:  |  Height:  |  Size: 573 B

0
frontend/dashboard/public/favicon/favicon-32x32.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

0
frontend/dashboard/public/favicon/favicon.ico Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB

0
frontend/dashboard/public/fonts/CircularStd-Bold.otf Normal file → Executable file
View File

0
frontend/dashboard/public/fonts/CircularStd-Book.otf Normal file → Executable file
View File

0
frontend/dashboard/public/fonts/CircularStd-Medium.otf Normal file → Executable file
View File

0
frontend/dashboard/public/fonts/Roboto-Bold.ttf Normal file → Executable file
View File

0
frontend/dashboard/public/fonts/Roboto-Regular.ttf Normal file → Executable file
View File

0
frontend/dashboard/public/fonts/index.css Normal file → Executable file
View File

0
frontend/dashboard/public/icons/ic_analytics.svg Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 2.0 KiB

After

Width:  |  Height:  |  Size: 2.0 KiB

0
frontend/dashboard/public/icons/ic_banking.svg Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

0
frontend/dashboard/public/icons/ic_blog.svg Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

0
frontend/dashboard/public/icons/ic_booking.svg Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

0
frontend/dashboard/public/icons/ic_calendar.svg Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

0
frontend/dashboard/public/icons/ic_cart.svg Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

0
frontend/dashboard/public/icons/ic_chat.svg Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 1007 B

After

Width:  |  Height:  |  Size: 1007 B

0
frontend/dashboard/public/icons/ic_dashboard.svg Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 849 B

After

Width:  |  Height:  |  Size: 849 B

0
frontend/dashboard/public/icons/ic_ecommerce.svg Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 2.5 KiB

After

Width:  |  Height:  |  Size: 2.5 KiB

0
frontend/dashboard/public/icons/ic_kanban.svg Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 915 B

After

Width:  |  Height:  |  Size: 915 B

0
frontend/dashboard/public/icons/ic_mail.svg Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 646 B

After

Width:  |  Height:  |  Size: 646 B

0
frontend/dashboard/public/icons/ic_user.svg Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 362 B

After

Width:  |  Height:  |  Size: 362 B

0
frontend/dashboard/public/image/overlay.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 473 KiB

After

Width:  |  Height:  |  Size: 473 KiB

0
frontend/dashboard/public/logo/logo-linksehat.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 7.9 KiB

After

Width:  |  Height:  |  Size: 7.9 KiB

0
frontend/dashboard/public/logo/logo_full.jpg Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 21 KiB

0
frontend/dashboard/public/logo/logo_full.svg Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 4.9 KiB

After

Width:  |  Height:  |  Size: 4.9 KiB

0
frontend/dashboard/public/logo/logo_single.svg Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

0
frontend/dashboard/public/manifest.json Normal file → Executable file
View File

0
frontend/dashboard/public/robots.txt Normal file → Executable file
View File

0
frontend/dashboard/src/@types/auth.ts Normal file → Executable file
View File

0
frontend/dashboard/src/@types/blog.ts Normal file → Executable file
View File

0
frontend/dashboard/src/@types/calendar.ts Normal file → Executable file
View File

0
frontend/dashboard/src/@types/chat.ts Normal file → Executable file
View File

0
frontend/dashboard/src/@types/claims.ts Normal file → Executable file
View File

0
frontend/dashboard/src/@types/corporates.ts Normal file → Executable file
View File

0
frontend/dashboard/src/@types/diagnosis.ts Normal file → Executable file
View File

0
frontend/dashboard/src/@types/doctor.tsx Normal file → Executable file
View File

0
frontend/dashboard/src/@types/invoice.ts Normal file → Executable file
View File

0
frontend/dashboard/src/@types/kanban.ts Normal file → Executable file
View File

0
frontend/dashboard/src/@types/mail.ts Normal file → Executable file
View File

0
frontend/dashboard/src/@types/member.ts Normal file → Executable file
View File

0
frontend/dashboard/src/@types/organization.tsx Normal file → Executable file
View File

0
frontend/dashboard/src/@types/paginated-data.ts Normal file → Executable file
View File

View File

0
frontend/dashboard/src/@types/product.ts Normal file → Executable file
View File

0
frontend/dashboard/src/@types/table.ts Normal file → Executable file
View File

0
frontend/dashboard/src/@types/user.ts Normal file → Executable file
View File

0
frontend/dashboard/src/App.tsx Normal file → Executable file
View File

0
frontend/dashboard/src/_mock/_analytics.tsx Normal file → Executable file
View File

0
frontend/dashboard/src/_mock/_app.ts Normal file → Executable file
View File

0
frontend/dashboard/src/_mock/_banking.ts Normal file → Executable file
View File

0
frontend/dashboard/src/_mock/_booking.ts Normal file → Executable file
View File

0
frontend/dashboard/src/_mock/_countries.ts Normal file → Executable file
View File

0
frontend/dashboard/src/_mock/_ecommerce.ts Normal file → Executable file
View File

0
frontend/dashboard/src/_mock/_mock.ts Normal file → Executable file
View File

0
frontend/dashboard/src/_mock/_others.ts Normal file → Executable file
View File

0
frontend/dashboard/src/_mock/_plans.tsx Normal file → Executable file
View File

0
frontend/dashboard/src/_mock/_top100Films.ts Normal file → Executable file
View File

0
frontend/dashboard/src/_mock/_user.ts Normal file → Executable file
View File

0
frontend/dashboard/src/_mock/address.ts Normal file → Executable file
View File

0
frontend/dashboard/src/_mock/boolean.ts Normal file → Executable file
View File

0
frontend/dashboard/src/_mock/company.ts Normal file → Executable file
View File

0
frontend/dashboard/src/_mock/email.ts Normal file → Executable file
View File

0
frontend/dashboard/src/_mock/funcs.ts Normal file → Executable file
View File

0
frontend/dashboard/src/_mock/index.ts Normal file → Executable file
View File

0
frontend/dashboard/src/_mock/map/cities.ts Normal file → Executable file
View File

0
frontend/dashboard/src/_mock/map/countries.ts Normal file → Executable file
View File

View File

0
frontend/dashboard/src/_mock/map/stations.ts Normal file → Executable file
View File

0
frontend/dashboard/src/_mock/name.ts Normal file → Executable file
View File

0
frontend/dashboard/src/_mock/number.ts Normal file → Executable file
View File

0
frontend/dashboard/src/_mock/phoneNumber.ts Normal file → Executable file
View File

0
frontend/dashboard/src/_mock/role.ts Normal file → Executable file
View File

0
frontend/dashboard/src/_mock/text.ts Normal file → Executable file
View File

0
frontend/dashboard/src/assets/icon_plan_free.tsx Normal file → Executable file
View File

0
frontend/dashboard/src/assets/icon_plan_premium.tsx Normal file → Executable file
View File

0
frontend/dashboard/src/assets/icon_plan_starter.tsx Normal file → Executable file
View File

0
frontend/dashboard/src/assets/icon_sent.tsx Normal file → Executable file
View File

0
frontend/dashboard/src/assets/illustration_404.tsx Normal file → Executable file
View File

0
frontend/dashboard/src/assets/illustration_500.tsx Normal file → Executable file
View File

0
frontend/dashboard/src/assets/illustration_booking.tsx Normal file → Executable file
View File

0
frontend/dashboard/src/assets/illustration_checkin.tsx Normal file → Executable file
View File

View File

View File

0
frontend/dashboard/src/assets/illustration_doc.tsx Normal file → Executable file
View File

Some files were not shown because too many files have changed in this diff Show More