diff --git a/.eslintrc.js b/.eslintrc.js old mode 100755 new mode 100644 index 68a28ed..7ab5c72 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -16,7 +16,7 @@ module.exports = { "no-debugger": process.env.NODE_ENV === "production" ? "error" : "off" }, globals: { - $: true, + cash: true, $nuxt: true }, parserOptions: { diff --git a/README.md b/README.md old mode 100755 new mode 100644 diff --git a/babel.config.js b/babel.config.js old mode 100755 new mode 100644 diff --git a/package.json b/package.json old mode 100755 new mode 100644 index 2dd06c6..30f91af --- a/package.json +++ b/package.json @@ -8,65 +8,68 @@ "lint": "vue-cli-service lint" }, "dependencies": { - "@ckeditor/ckeditor5-basic-styles": "^21.0.0", - "@ckeditor/ckeditor5-dev-utils": "^23.1.1", - "@ckeditor/ckeditor5-dev-webpack-plugin": "^23.1.1", - "@ckeditor/ckeditor5-easy-image": "^21.0.0", - "@ckeditor/ckeditor5-editor-balloon": "^21.0.0", - "@ckeditor/ckeditor5-editor-classic": "^21.0.0", - "@ckeditor/ckeditor5-editor-decoupled": "^21.0.0", - "@ckeditor/ckeditor5-editor-inline": "^21.0.0", - "@ckeditor/ckeditor5-essentials": "^21.0.0", - "@ckeditor/ckeditor5-font": "^21.0.0", - "@ckeditor/ckeditor5-heading": "^21.0.0", - "@ckeditor/ckeditor5-highlight": "^21.0.0", - "@ckeditor/ckeditor5-link": "^21.0.0", - "@ckeditor/ckeditor5-paragraph": "^21.0.0", - "@ckeditor/ckeditor5-theme-lark": "^21.0.0", - "@ckeditor/ckeditor5-vue": "^1.0.1", + "@ckeditor/ckeditor5-basic-styles": "^23.1.0", + "@ckeditor/ckeditor5-dev-utils": "^23.6.1", + "@ckeditor/ckeditor5-dev-webpack-plugin": "^23.6.1", + "@ckeditor/ckeditor5-easy-image": "^23.1.0", + "@ckeditor/ckeditor5-editor-balloon": "^23.1.0", + "@ckeditor/ckeditor5-editor-classic": "^23.1.0", + "@ckeditor/ckeditor5-editor-decoupled": "^23.1.0", + "@ckeditor/ckeditor5-editor-inline": "^23.1.0", + "@ckeditor/ckeditor5-essentials": "^23.1.0", + "@ckeditor/ckeditor5-font": "^23.1.0", + "@ckeditor/ckeditor5-heading": "^23.1.0", + "@ckeditor/ckeditor5-highlight": "^23.1.0", + "@ckeditor/ckeditor5-link": "^23.1.0", + "@ckeditor/ckeditor5-paragraph": "^23.1.0", + "@ckeditor/ckeditor5-theme-lark": "^23.1.0", + "@ckeditor/ckeditor5-vue": "^2.0.1", "@google/markerclusterer": "^2.0.8", - "cash-dom": "^8.0.0", - "chart.js": "^2.9.3", - "core-js": "^3.6.5", - "dayjs": "^1.8.29", + "@popperjs/core": "^2.5.4", + "cash-dom": "^8.1.0", + "chart.js": "^2.9.4", + "core-js": "^3.8.0", + "dayjs": "^1.9.6", + "feather-icons": "^4.28.0", "google-maps-api-loader": "^1.1.1", - "highlight.js": "^10.1.1", - "js-beautify": "^1.11.0", + "highlight.js": "^10.4.1", + "js-beautify": "^1.13.0", "litepicker": "^1.5.7", - "lodash": "^4.17.19", - "postcss-loader": "3", - "raw-loader": "0.5.1", - "sass-loader": "^9.0.2", + "lodash": "^4.17.20", + "postcss-loader": "4", + "raw-loader": "4.0.2", + "sass-loader": "^10.1.0", + "tabulator-tables": "^4.9.1", "tail.select": "^0.5.15", - "toastify-js": "^1.9.0", + "toastify-js": "^1.9.3", "velocity-animate": "^1.5.2", - "vue": "^2.6.11", - "vue-chartjs": "^3.5.0", + "vue": "^2.6.12", + "vue-chartjs": "^3.5.1", "vue-feather-icons": "^5.1.0", - "vue-router": "^3.2.0", + "vue-router": "^3.4.9", "vue-slick-carousel": "^1.0.6", - "vue-tippy": "^4.5.1", + "vue-tippy": "^4.7.2", "vue2-dropzone": "^3.6.0", - "vuelidate": "^0.7.5", - "vuetable-2": "^1.7.5", - "vuex": "^3.4.0", + "vuelidate": "^0.7.6", + "vuex": "^3.6.0", + "xlsx": "^0.16.9", "zoom-vanilla.js": "^2.0.6" }, "devDependencies": { - "@vue/cli-plugin-babel": "~4.4.0", - "@vue/cli-plugin-eslint": "~4.4.0", - "@vue/cli-plugin-router": "~4.4.0", - "@vue/cli-plugin-vuex": "~4.4.0", - "@vue/cli-service": "~4.4.0", + "@vue/cli-plugin-babel": "~4.5.9", + "@vue/cli-plugin-eslint": "~4.5.9", + "@vue/cli-plugin-router": "~4.5.9", + "@vue/cli-plugin-vuex": "~4.5.9", + "@vue/cli-service": "~4.5.9", "@vue/eslint-config-prettier": "^6.0.0", "babel-eslint": "^10.1.0", - "eslint": "^6.7.2", - "eslint-plugin-prettier": "^3.1.3", - "eslint-plugin-vue": "^6.2.2", - "node-sass": "^4.12.0", - "prettier": "^1.19.1", - "tailwindcss": "^1.5.1", - "vue-template-compiler": "^2.6.11" + "eslint": "^7.14.0", + "eslint-plugin-prettier": "^3.2.0", + "eslint-plugin-vue": "^7.2.0", + "node-sass": "^5.0.0", + "prettier": "^2.2.1", + "tailwindcss": "^2.0.1", + "vue-template-compiler": "^2.6.12" }, "eslintConfig": { "root": true, diff --git a/postcss.config.js b/postcss.config.js old mode 100755 new mode 100644 diff --git a/public/favicon.ico b/public/favicon.ico old mode 100755 new mode 100644 diff --git a/public/index.html b/public/index.html old mode 100755 new mode 100644 diff --git a/src/App.vue b/src/App.vue old mode 100755 new mode 100644 diff --git a/src/assets/fonts/roboto/LICENSE.txt b/src/assets/fonts/roboto/LICENSE.txt old mode 100755 new mode 100644 diff --git a/src/assets/fonts/roboto/Roboto-Black.ttf b/src/assets/fonts/roboto/Roboto-Black.ttf old mode 100755 new mode 100644 diff --git a/src/assets/fonts/roboto/Roboto-BlackItalic.ttf b/src/assets/fonts/roboto/Roboto-BlackItalic.ttf old mode 100755 new mode 100644 diff --git a/src/assets/fonts/roboto/Roboto-Bold.ttf b/src/assets/fonts/roboto/Roboto-Bold.ttf old mode 100755 new mode 100644 diff --git a/src/assets/fonts/roboto/Roboto-BoldItalic.ttf b/src/assets/fonts/roboto/Roboto-BoldItalic.ttf old mode 100755 new mode 100644 diff --git a/src/assets/fonts/roboto/Roboto-Italic.ttf b/src/assets/fonts/roboto/Roboto-Italic.ttf old mode 100755 new mode 100644 diff --git a/src/assets/fonts/roboto/Roboto-Light.ttf b/src/assets/fonts/roboto/Roboto-Light.ttf old mode 100755 new mode 100644 diff --git a/src/assets/fonts/roboto/Roboto-LightItalic.ttf b/src/assets/fonts/roboto/Roboto-LightItalic.ttf old mode 100755 new mode 100644 diff --git a/src/assets/fonts/roboto/Roboto-Medium.ttf b/src/assets/fonts/roboto/Roboto-Medium.ttf old mode 100755 new mode 100644 diff --git a/src/assets/fonts/roboto/Roboto-MediumItalic.ttf b/src/assets/fonts/roboto/Roboto-MediumItalic.ttf old mode 100755 new mode 100644 diff --git a/src/assets/fonts/roboto/Roboto-Regular.ttf b/src/assets/fonts/roboto/Roboto-Regular.ttf old mode 100755 new mode 100644 diff --git a/src/assets/fonts/roboto/Roboto-Thin.ttf b/src/assets/fonts/roboto/Roboto-Thin.ttf old mode 100755 new mode 100644 diff --git a/src/assets/fonts/roboto/Roboto-ThinItalic.ttf b/src/assets/fonts/roboto/Roboto-ThinItalic.ttf old mode 100755 new mode 100644 diff --git a/src/assets/images/bg-login-page-dark.svg b/src/assets/images/bg-login-page-dark.svg old mode 100755 new mode 100644 diff --git a/src/assets/images/bg-login-page.svg b/src/assets/images/bg-login-page.svg old mode 100755 new mode 100644 diff --git a/src/assets/images/error-illustration.svg b/src/assets/images/error-illustration.svg old mode 100755 new mode 100644 diff --git a/src/assets/images/food-beverage-1.jpg b/src/assets/images/food-beverage-1.jpg old mode 100755 new mode 100644 index 547586c..4d40faa Binary files a/src/assets/images/food-beverage-1.jpg and b/src/assets/images/food-beverage-1.jpg differ diff --git a/src/assets/images/food-beverage-10.jpg b/src/assets/images/food-beverage-10.jpg old mode 100755 new mode 100644 index b860fcc..4d40faa Binary files a/src/assets/images/food-beverage-10.jpg and b/src/assets/images/food-beverage-10.jpg differ diff --git a/src/assets/images/food-beverage-11.jpg b/src/assets/images/food-beverage-11.jpg old mode 100755 new mode 100644 index 8136d3b..4d40faa Binary files a/src/assets/images/food-beverage-11.jpg and b/src/assets/images/food-beverage-11.jpg differ diff --git a/src/assets/images/food-beverage-12.jpg b/src/assets/images/food-beverage-12.jpg old mode 100755 new mode 100644 index dc18308..4d40faa Binary files a/src/assets/images/food-beverage-12.jpg and b/src/assets/images/food-beverage-12.jpg differ diff --git a/src/assets/images/food-beverage-13.jpg b/src/assets/images/food-beverage-13.jpg old mode 100755 new mode 100644 index 2daf94d..4d40faa Binary files a/src/assets/images/food-beverage-13.jpg and b/src/assets/images/food-beverage-13.jpg differ diff --git a/src/assets/images/food-beverage-14.jpg b/src/assets/images/food-beverage-14.jpg old mode 100755 new mode 100644 index 53ab2f9..4d40faa Binary files a/src/assets/images/food-beverage-14.jpg and b/src/assets/images/food-beverage-14.jpg differ diff --git a/src/assets/images/food-beverage-15.jpg b/src/assets/images/food-beverage-15.jpg old mode 100755 new mode 100644 index a78064a..4d40faa Binary files a/src/assets/images/food-beverage-15.jpg and b/src/assets/images/food-beverage-15.jpg differ diff --git a/src/assets/images/food-beverage-16.jpg b/src/assets/images/food-beverage-16.jpg old mode 100755 new mode 100644 index 39282a9..4d40faa Binary files a/src/assets/images/food-beverage-16.jpg and b/src/assets/images/food-beverage-16.jpg differ diff --git a/src/assets/images/food-beverage-17.jpg b/src/assets/images/food-beverage-17.jpg old mode 100755 new mode 100644 index 8ad5e92..4d40faa Binary files a/src/assets/images/food-beverage-17.jpg and b/src/assets/images/food-beverage-17.jpg differ diff --git a/src/assets/images/food-beverage-18.jpg b/src/assets/images/food-beverage-18.jpg old mode 100755 new mode 100644 index 70f6ba7..4d40faa Binary files a/src/assets/images/food-beverage-18.jpg and b/src/assets/images/food-beverage-18.jpg differ diff --git a/src/assets/images/food-beverage-19.jpg b/src/assets/images/food-beverage-19.jpg old mode 100755 new mode 100644 index b76b335..4d40faa Binary files a/src/assets/images/food-beverage-19.jpg and b/src/assets/images/food-beverage-19.jpg differ diff --git a/src/assets/images/food-beverage-2.jpg b/src/assets/images/food-beverage-2.jpg old mode 100755 new mode 100644 index c49f8d1..4d40faa Binary files a/src/assets/images/food-beverage-2.jpg and b/src/assets/images/food-beverage-2.jpg differ diff --git a/src/assets/images/food-beverage-3.jpg b/src/assets/images/food-beverage-3.jpg old mode 100755 new mode 100644 index 9d027e1..4d40faa Binary files a/src/assets/images/food-beverage-3.jpg and b/src/assets/images/food-beverage-3.jpg differ diff --git a/src/assets/images/food-beverage-4.jpg b/src/assets/images/food-beverage-4.jpg old mode 100755 new mode 100644 index 94579c6..4d40faa Binary files a/src/assets/images/food-beverage-4.jpg and b/src/assets/images/food-beverage-4.jpg differ diff --git a/src/assets/images/food-beverage-5.jpg b/src/assets/images/food-beverage-5.jpg old mode 100755 new mode 100644 index ddf354f..4d40faa Binary files a/src/assets/images/food-beverage-5.jpg and b/src/assets/images/food-beverage-5.jpg differ diff --git a/src/assets/images/food-beverage-6.jpg b/src/assets/images/food-beverage-6.jpg old mode 100755 new mode 100644 index efe41d6..4d40faa Binary files a/src/assets/images/food-beverage-6.jpg and b/src/assets/images/food-beverage-6.jpg differ diff --git a/src/assets/images/food-beverage-7.jpg b/src/assets/images/food-beverage-7.jpg old mode 100755 new mode 100644 index 7ce9373..4d40faa Binary files a/src/assets/images/food-beverage-7.jpg and b/src/assets/images/food-beverage-7.jpg differ diff --git a/src/assets/images/food-beverage-8.jpg b/src/assets/images/food-beverage-8.jpg old mode 100755 new mode 100644 index 70ce8da..4d40faa Binary files a/src/assets/images/food-beverage-8.jpg and b/src/assets/images/food-beverage-8.jpg differ diff --git a/src/assets/images/food-beverage-9.jpg b/src/assets/images/food-beverage-9.jpg old mode 100755 new mode 100644 index ff4e94b..4d40faa Binary files a/src/assets/images/food-beverage-9.jpg and b/src/assets/images/food-beverage-9.jpg differ diff --git a/src/assets/images/illustration.svg b/src/assets/images/illustration.svg old mode 100755 new mode 100644 diff --git a/src/assets/images/logo.svg b/src/assets/images/logo.svg old mode 100755 new mode 100644 diff --git a/src/assets/images/map-marker-region.png b/src/assets/images/map-marker-region.png old mode 100755 new mode 100644 diff --git a/src/assets/images/map-marker.png b/src/assets/images/map-marker.png old mode 100755 new mode 100644 diff --git a/src/assets/images/placeholders/200x200.jpg b/src/assets/images/placeholders/200x200.jpg old mode 100755 new mode 100644 diff --git a/src/assets/images/placeholders/800x800.jpg b/src/assets/images/placeholders/800x800.jpg old mode 100755 new mode 100644 diff --git a/src/assets/images/preview-1.jpg b/src/assets/images/preview-1.jpg old mode 100755 new mode 100644 index e303cc2..560c7f6 Binary files a/src/assets/images/preview-1.jpg and b/src/assets/images/preview-1.jpg differ diff --git a/src/assets/images/preview-10.jpg b/src/assets/images/preview-10.jpg old mode 100755 new mode 100644 index c0b6e3f..560c7f6 Binary files a/src/assets/images/preview-10.jpg and b/src/assets/images/preview-10.jpg differ diff --git a/src/assets/images/preview-11.jpg b/src/assets/images/preview-11.jpg old mode 100755 new mode 100644 index 3f2ef43..560c7f6 Binary files a/src/assets/images/preview-11.jpg and b/src/assets/images/preview-11.jpg differ diff --git a/src/assets/images/preview-12.jpg b/src/assets/images/preview-12.jpg old mode 100755 new mode 100644 index e88dcf2..560c7f6 Binary files a/src/assets/images/preview-12.jpg and b/src/assets/images/preview-12.jpg differ diff --git a/src/assets/images/preview-13.jpg b/src/assets/images/preview-13.jpg old mode 100755 new mode 100644 index 348cbfe..560c7f6 Binary files a/src/assets/images/preview-13.jpg and b/src/assets/images/preview-13.jpg differ diff --git a/src/assets/images/preview-14.jpg b/src/assets/images/preview-14.jpg old mode 100755 new mode 100644 index da2cf26..560c7f6 Binary files a/src/assets/images/preview-14.jpg and b/src/assets/images/preview-14.jpg differ diff --git a/src/assets/images/preview-15.jpg b/src/assets/images/preview-15.jpg old mode 100755 new mode 100644 index 61008f8..560c7f6 Binary files a/src/assets/images/preview-15.jpg and b/src/assets/images/preview-15.jpg differ diff --git a/src/assets/images/preview-16.jpg b/src/assets/images/preview-16.jpg new file mode 100644 index 0000000..560c7f6 Binary files /dev/null and b/src/assets/images/preview-16.jpg differ diff --git a/src/assets/images/preview-17.jpg b/src/assets/images/preview-17.jpg new file mode 100644 index 0000000..560c7f6 Binary files /dev/null and b/src/assets/images/preview-17.jpg differ diff --git a/src/assets/images/preview-18.jpg b/src/assets/images/preview-18.jpg new file mode 100644 index 0000000..560c7f6 Binary files /dev/null and b/src/assets/images/preview-18.jpg differ diff --git a/src/assets/images/preview-19.jpg b/src/assets/images/preview-19.jpg new file mode 100644 index 0000000..560c7f6 Binary files /dev/null and b/src/assets/images/preview-19.jpg differ diff --git a/src/assets/images/preview-2.jpg b/src/assets/images/preview-2.jpg old mode 100755 new mode 100644 index b709fe7..560c7f6 Binary files a/src/assets/images/preview-2.jpg and b/src/assets/images/preview-2.jpg differ diff --git a/src/assets/images/preview-3.jpg b/src/assets/images/preview-3.jpg old mode 100755 new mode 100644 index 3c7c5fa..560c7f6 Binary files a/src/assets/images/preview-3.jpg and b/src/assets/images/preview-3.jpg differ diff --git a/src/assets/images/preview-4.jpg b/src/assets/images/preview-4.jpg old mode 100755 new mode 100644 index ddd80c8..560c7f6 Binary files a/src/assets/images/preview-4.jpg and b/src/assets/images/preview-4.jpg differ diff --git a/src/assets/images/preview-5.jpg b/src/assets/images/preview-5.jpg old mode 100755 new mode 100644 index 736a6bd..560c7f6 Binary files a/src/assets/images/preview-5.jpg and b/src/assets/images/preview-5.jpg differ diff --git a/src/assets/images/preview-6.jpg b/src/assets/images/preview-6.jpg old mode 100755 new mode 100644 index d696a88..560c7f6 Binary files a/src/assets/images/preview-6.jpg and b/src/assets/images/preview-6.jpg differ diff --git a/src/assets/images/preview-7.jpg b/src/assets/images/preview-7.jpg old mode 100755 new mode 100644 index d43746a..560c7f6 Binary files a/src/assets/images/preview-7.jpg and b/src/assets/images/preview-7.jpg differ diff --git a/src/assets/images/preview-8.jpg b/src/assets/images/preview-8.jpg old mode 100755 new mode 100644 index 9bd6b3a..560c7f6 Binary files a/src/assets/images/preview-8.jpg and b/src/assets/images/preview-8.jpg differ diff --git a/src/assets/images/preview-9.jpg b/src/assets/images/preview-9.jpg old mode 100755 new mode 100644 index 2df7b9c..560c7f6 Binary files a/src/assets/images/preview-9.jpg and b/src/assets/images/preview-9.jpg differ diff --git a/src/assets/images/profile-1.jpg b/src/assets/images/profile-1.jpg old mode 100755 new mode 100644 index 766ead5..4d40faa Binary files a/src/assets/images/profile-1.jpg and b/src/assets/images/profile-1.jpg differ diff --git a/src/assets/images/profile-10.jpg b/src/assets/images/profile-10.jpg old mode 100755 new mode 100644 index c8cfd39..4d40faa Binary files a/src/assets/images/profile-10.jpg and b/src/assets/images/profile-10.jpg differ diff --git a/src/assets/images/profile-11.jpg b/src/assets/images/profile-11.jpg old mode 100755 new mode 100644 index 345e72e..4d40faa Binary files a/src/assets/images/profile-11.jpg and b/src/assets/images/profile-11.jpg differ diff --git a/src/assets/images/profile-12.jpg b/src/assets/images/profile-12.jpg old mode 100755 new mode 100644 index 0f1549e..4d40faa Binary files a/src/assets/images/profile-12.jpg and b/src/assets/images/profile-12.jpg differ diff --git a/src/assets/images/profile-13.jpg b/src/assets/images/profile-13.jpg old mode 100755 new mode 100644 index 825cfc2..4d40faa Binary files a/src/assets/images/profile-13.jpg and b/src/assets/images/profile-13.jpg differ diff --git a/src/assets/images/profile-14.jpg b/src/assets/images/profile-14.jpg old mode 100755 new mode 100644 index c398c6a..4d40faa Binary files a/src/assets/images/profile-14.jpg and b/src/assets/images/profile-14.jpg differ diff --git a/src/assets/images/profile-15.jpg b/src/assets/images/profile-15.jpg old mode 100755 new mode 100644 index 0a8a04e..4d40faa Binary files a/src/assets/images/profile-15.jpg and b/src/assets/images/profile-15.jpg differ diff --git a/src/assets/images/profile-16.jpg b/src/assets/images/profile-16.jpg new file mode 100644 index 0000000..4d40faa Binary files /dev/null and b/src/assets/images/profile-16.jpg differ diff --git a/src/assets/images/profile-17.jpg b/src/assets/images/profile-17.jpg new file mode 100644 index 0000000..4d40faa Binary files /dev/null and b/src/assets/images/profile-17.jpg differ diff --git a/src/assets/images/profile-18.jpg b/src/assets/images/profile-18.jpg new file mode 100644 index 0000000..4d40faa Binary files /dev/null and b/src/assets/images/profile-18.jpg differ diff --git a/src/assets/images/profile-19.jpg b/src/assets/images/profile-19.jpg new file mode 100644 index 0000000..4d40faa Binary files /dev/null and b/src/assets/images/profile-19.jpg differ diff --git a/src/assets/images/profile-2.jpg b/src/assets/images/profile-2.jpg old mode 100755 new mode 100644 index 262fdd3..4d40faa Binary files a/src/assets/images/profile-2.jpg and b/src/assets/images/profile-2.jpg differ diff --git a/src/assets/images/profile-3.jpg b/src/assets/images/profile-3.jpg old mode 100755 new mode 100644 index bc46fce..4d40faa Binary files a/src/assets/images/profile-3.jpg and b/src/assets/images/profile-3.jpg differ diff --git a/src/assets/images/profile-4.jpg b/src/assets/images/profile-4.jpg old mode 100755 new mode 100644 index ffa5e24..4d40faa Binary files a/src/assets/images/profile-4.jpg and b/src/assets/images/profile-4.jpg differ diff --git a/src/assets/images/profile-5.jpg b/src/assets/images/profile-5.jpg old mode 100755 new mode 100644 index 953420d..4d40faa Binary files a/src/assets/images/profile-5.jpg and b/src/assets/images/profile-5.jpg differ diff --git a/src/assets/images/profile-6.jpg b/src/assets/images/profile-6.jpg old mode 100755 new mode 100644 index ebf71d9..4d40faa Binary files a/src/assets/images/profile-6.jpg and b/src/assets/images/profile-6.jpg differ diff --git a/src/assets/images/profile-7.jpg b/src/assets/images/profile-7.jpg old mode 100755 new mode 100644 index b7f8cea..4d40faa Binary files a/src/assets/images/profile-7.jpg and b/src/assets/images/profile-7.jpg differ diff --git a/src/assets/images/profile-8.jpg b/src/assets/images/profile-8.jpg old mode 100755 new mode 100644 index 6caf684..4d40faa Binary files a/src/assets/images/profile-8.jpg and b/src/assets/images/profile-8.jpg differ diff --git a/src/assets/images/profile-9.jpg b/src/assets/images/profile-9.jpg old mode 100755 new mode 100644 index c5104d3..4d40faa Binary files a/src/assets/images/profile-9.jpg and b/src/assets/images/profile-9.jpg differ diff --git a/src/assets/json/location.json b/src/assets/json/location.json old mode 100755 new mode 100644 diff --git a/src/assets/sass/_accordion.scss b/src/assets/sass/_accordion.scss old mode 100755 new mode 100644 diff --git a/src/assets/sass/_app.scss b/src/assets/sass/_app.scss old mode 100755 new mode 100644 diff --git a/src/assets/sass/_blog.scss b/src/assets/sass/_blog.scss old mode 100755 new mode 100644 diff --git a/src/assets/sass/_box.scss b/src/assets/sass/_box.scss old mode 100755 new mode 100644 diff --git a/src/assets/sass/_boxed-tabs.scss b/src/assets/sass/_boxed-tabs.scss old mode 100755 new mode 100644 diff --git a/src/assets/sass/_breadcrumb.scss b/src/assets/sass/_breadcrumb.scss old mode 100755 new mode 100644 diff --git a/src/assets/sass/_breakpoint.scss b/src/assets/sass/_breakpoint.scss old mode 100755 new mode 100644 diff --git a/src/assets/sass/_button.scss b/src/assets/sass/_button.scss old mode 100755 new mode 100644 diff --git a/src/assets/sass/_chat-dropdown.scss b/src/assets/sass/_chat-dropdown.scss old mode 100755 new mode 100644 diff --git a/src/assets/sass/_chat.scss b/src/assets/sass/_chat.scss old mode 100755 new mode 100644 diff --git a/src/assets/sass/_checkbox.scss b/src/assets/sass/_checkbox.scss old mode 100755 new mode 100644 diff --git a/src/assets/sass/_ckeditor.scss b/src/assets/sass/_ckeditor.scss index fc665f3..9141537 100644 --- a/src/assets/sass/_ckeditor.scss +++ b/src/assets/sass/_ckeditor.scss @@ -11,6 +11,10 @@ .document-editor__toolbar .ck-toolbar { border: 0; border-radius: 0; + @apply bg-gray-200; + .ck-icon { + width: 16px; + } } .document-editor__editable-container { overflow-y: scroll; @@ -81,14 +85,20 @@ } } -.ck-content { - min-height: 200px; +.ck.ck-content { + min-height: 250px; &.ck-editor__editable_inline { @apply border border-gray-300; } } -.ck { +.ck .ck { + .ck-content { + min-height: 250px; + &.ck-editor__editable_inline { + @apply border border-gray-300; + } + } &.ck-reset_all, &.ck-reset_all * { @apply text-gray-800; } @@ -101,6 +111,9 @@ &:after { border-bottom-color: #edf2f7 !important; } + .ck-icon { + width: 16px; + } } &.ck-editor__main>.ck-editor__editable:not(.ck-focused) { @apply border-gray-300; @@ -108,4 +121,92 @@ &.ck-button:not(.ck-disabled):hover, &a.ck-button:not(.ck-disabled):hover { @apply bg-gray-300; } +} + +.dark { + .document-editor { + @apply border-dark-4; + .document-editor__toolbar { + @apply border-dark-4; + } + .document-editor__toolbar .ck-toolbar { + @apply bg-dark-4; + .ck-toolbar__separator { + @apply bg-dark-5; + } + .ck-tooltip .ck-tooltip__text { + @apply text-gray-300 bg-dark-5; + &:after { + border-bottom-color: #3f4865; + } + } + .ck.ck-icon :not([fill]) { + fill: #9fa8bb; + } + .ck.ck-dropdown__panel { + @apply border-dark-2; + } + .ck.ck-button.ck-on, + a.ck.ck-button.ck-on { + @apply bg-dark-2; + } + } + .document-editor__editable-container { + @apply bg-dark-1; + } + .document-editor__editable-container .ck-editor__editable { + @apply border-dark-4 bg-dark-2; + } + } + + .ck.ck-content.ck-editor__editable_inline { + @apply border-dark-4 bg-dark-2; + } + + .ck .ck { + .ck-content.ck-editor__editable_inline { + @apply border-dark-4 bg-dark-2; + } + &.ck-reset_all, &.ck-reset_all * { + @apply text-gray-800; + } + &.ck-toolbar, + &.ck-balloon-panel { + @apply bg-dark-4 border-dark-4; + &:before { + border-bottom-color: #1e2533 !important; + } + &:after { + border-bottom-color: #1e2533 !important; + } + .ck-toolbar__separator { + @apply bg-dark-5; + } + .ck-tooltip .ck-tooltip__text { + @apply text-gray-300 bg-dark-5; + &:after { + border-bottom-color: #3f4865; + } + } + .ck.ck-icon :not([fill]) { + fill: #9fa8bb; + } + .ck.ck-dropdown__panel { + @apply border-dark-2; + } + .ck.ck-button.ck-on, + a.ck.ck-button.ck-on { + @apply bg-dark-2; + } + } + &.ck-editor__main>.ck-editor__editable { + @apply bg-dark-2; + &:not(.ck-focused) { + @apply border-dark-4; + } + } + &.ck-button:not(.ck-disabled):hover, &a.ck-button:not(.ck-disabled):hover { + @apply bg-dark-4; + } + } } \ No newline at end of file diff --git a/src/assets/sass/_content.scss b/src/assets/sass/_content.scss old mode 100755 new mode 100644 index 22fac3b..d57c804 --- a/src/assets/sass/_content.scss +++ b/src/assets/sass/_content.scss @@ -1,7 +1,7 @@ .content { border-radius: 30px; padding: 0px 22px; - @apply min-h-screen bg-theme-2 flex-1 pb-10; + @apply min-w-0 min-h-screen bg-theme-2 flex-1 pb-10; @media (max-width: $md) { @apply px-4 max-w-full; } diff --git a/src/assets/sass/_dark-mode-switcher.scss b/src/assets/sass/_dark-mode-switcher.scss new file mode 100644 index 0000000..f36c830 --- /dev/null +++ b/src/assets/sass/_dark-mode-switcher.scss @@ -0,0 +1,35 @@ +.dark-mode-switcher { + .dark-mode-switcher__toggle { + width: 38px; + height: 24px; + padding: 1px; + @apply outline-none rounded-full relative cursor-pointer; + &:before { + content: ""; + width: 22px; + height: 22px; + transition: all 0.2s ease-in-out; + box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25); + @apply absolute inset-y-0 my-auto rounded-full; + } + &.dark-mode-switcher__toggle--active { + @apply bg-theme-1 border-theme-1; + &::before { + margin-left: 13px; + @apply bg-white; + } + } + } +} + +.dark { + .dark-mode-switcher .dark-mode-switcher__toggle { + @apply bg-dark-5 border-dark-5; + &:before { + @apply bg-dark-1; + } + &.dark-mode-switcher__toggle--active { + @apply bg-theme-10; + } + } +} \ No newline at end of file diff --git a/src/assets/sass/_dropdown.scss b/src/assets/sass/_dropdown.scss old mode 100755 new mode 100644 index 03d6ca6..ee46243 --- a/src/assets/sass/_dropdown.scss +++ b/src/assets/sass/_dropdown.scss @@ -1,11 +1,12 @@ -.dropdown .dropdown-box { +.dropdown-box { + z-index: 9999; transition: visibility 0s linear 0.2s, opacity 0.2s 0s; - @apply invisible opacity-0; + @apply invisible opacity-0 absolute; &.show { transition: visibility 0s linear 0s, opacity 0.2s 0s; @apply visible opacity-100; > .dropdown-box__content { - margin-top: -1px; + @apply mt-1; .tab-content .tab-content__pane { @apply visible; } diff --git a/src/assets/sass/_error-page.scss b/src/assets/sass/_error-page.scss old mode 100755 new mode 100644 diff --git a/src/assets/sass/_feather-icon.scss b/src/assets/sass/_feather-icon.scss old mode 100755 new mode 100644 diff --git a/src/assets/sass/_file.scss b/src/assets/sass/_file.scss old mode 100755 new mode 100644 diff --git a/src/assets/sass/_global.scss b/src/assets/sass/_global.scss old mode 100755 new mode 100644 diff --git a/src/assets/sass/_image-fit.scss b/src/assets/sass/_image-fit.scss old mode 100755 new mode 100644 diff --git a/src/assets/sass/_inbox-filter.scss b/src/assets/sass/_inbox-filter.scss old mode 100755 new mode 100644 index 27fe6d7..512a897 --- a/src/assets/sass/_inbox-filter.scss +++ b/src/assets/sass/_inbox-filter.scss @@ -1,4 +1,7 @@ .inbox-filter .inbox-filter__dropdown-box { - width: 500px; + width: 250px; +} + +.inbox-filter__dropdown-box .dropdown-box__content { margin-left: -228px; } \ No newline at end of file diff --git a/src/assets/sass/_inbox.scss b/src/assets/sass/_inbox.scss old mode 100755 new mode 100644 diff --git a/src/assets/sass/_input.scss b/src/assets/sass/_input.scss old mode 100755 new mode 100644 diff --git a/src/assets/sass/_intro.scss b/src/assets/sass/_intro.scss old mode 100755 new mode 100644 diff --git a/src/assets/sass/_litepicker.scss b/src/assets/sass/_litepicker.scss old mode 100755 new mode 100644 index 47ce5ae..cd5b213 --- a/src/assets/sass/_litepicker.scss +++ b/src/assets/sass/_litepicker.scss @@ -134,17 +134,17 @@ .button-previous-month svg, .button-next-month:hover svg, .button-next-month svg { - @apply border-white; + @apply border-gray-300; } div > .month-item-name, div > .month-item-year { - @apply text-white; + @apply text-gray-300; } } } .container__days { .day-item { - @apply text-white; + @apply text-gray-300; &:hover { @apply bg-dark-2; } @@ -152,7 +152,7 @@ &.is-start-date:hover, &.is-end-date, &.is-end-date:hover { - @apply bg-theme-1 text-white; + @apply bg-theme-1 text-gray-300; } &.is-in-range, &.is-in-range:hover { diff --git a/src/assets/sass/_login.scss b/src/assets/sass/_login.scss old mode 100755 new mode 100644 diff --git a/src/assets/sass/_mini-chat-box.scss b/src/assets/sass/_mini-chat-box.scss old mode 100755 new mode 100644 diff --git a/src/assets/sass/_mini-chat-list.scss b/src/assets/sass/_mini-chat-list.scss old mode 100755 new mode 100644 diff --git a/src/assets/sass/_mini-chat.scss b/src/assets/sass/_mini-chat.scss old mode 100755 new mode 100644 diff --git a/src/assets/sass/_mini-report-chart.scss b/src/assets/sass/_mini-report-chart.scss old mode 100755 new mode 100644 diff --git a/src/assets/sass/_mobile-menu.scss b/src/assets/sass/_mobile-menu.scss old mode 100755 new mode 100644 diff --git a/src/assets/sass/_modal.scss b/src/assets/sass/_modal.scss old mode 100755 new mode 100644 diff --git a/src/assets/sass/_news.scss b/src/assets/sass/_news.scss old mode 100755 new mode 100644 diff --git a/src/assets/sass/_notification-content.scss b/src/assets/sass/_notification-content.scss old mode 100755 new mode 100644 diff --git a/src/assets/sass/_notification.scss b/src/assets/sass/_notification.scss old mode 100755 new mode 100644 diff --git a/src/assets/sass/_pagination.scss b/src/assets/sass/_pagination.scss old mode 100755 new mode 100644 diff --git a/src/assets/sass/_pos-dropdown.scss b/src/assets/sass/_pos-dropdown.scss old mode 100755 new mode 100644 diff --git a/src/assets/sass/_pos.scss b/src/assets/sass/_pos.scss old mode 100755 new mode 100644 diff --git a/src/assets/sass/_post.scss b/src/assets/sass/_post.scss old mode 100755 new mode 100644 diff --git a/src/assets/sass/_pricing-tabs.scss b/src/assets/sass/_pricing-tabs.scss old mode 100755 new mode 100644 diff --git a/src/assets/sass/_report-box.scss b/src/assets/sass/_report-box.scss old mode 100755 new mode 100644 diff --git a/src/assets/sass/_report-chart.scss b/src/assets/sass/_report-chart.scss old mode 100755 new mode 100644 diff --git a/src/assets/sass/_report-maps.scss b/src/assets/sass/_report-maps.scss old mode 100755 new mode 100644 diff --git a/src/assets/sass/_report-timeline.scss b/src/assets/sass/_report-timeline.scss old mode 100755 new mode 100644 diff --git a/src/assets/sass/_scrollbar.scss b/src/assets/sass/_scrollbar.scss old mode 100755 new mode 100644 diff --git a/src/assets/sass/_search-result.scss b/src/assets/sass/_search-result.scss old mode 100755 new mode 100644 diff --git a/src/assets/sass/_search.scss b/src/assets/sass/_search.scss old mode 100755 new mode 100644 diff --git a/src/assets/sass/_side-nav.scss b/src/assets/sass/_side-nav.scss old mode 100755 new mode 100644 diff --git a/src/assets/sass/_slick.scss b/src/assets/sass/_slick.scss old mode 100755 new mode 100644 diff --git a/src/assets/sass/_tab.scss b/src/assets/sass/_tab.scss old mode 100755 new mode 100644 diff --git a/src/assets/sass/_table-report.scss b/src/assets/sass/_table-report.scss old mode 100755 new mode 100644 index 428bf7e..82ff3e7 --- a/src/assets/sass/_table-report.scss +++ b/src/assets/sass/_table-report.scss @@ -1,8 +1,5 @@ .table-report { - &.table-report--bordered thead tr th { - @apply py-4; - } - &:not(.table-report--bordered) { + &:not(.table-report--bordered):not(.table-report--tabulator) { border-spacing: 0 10px; @apply border-separate; td { @@ -26,6 +23,18 @@ img { box-shadow: 0px 0px 0px 2px #fff, 1px 1px 5px rgba(0, 0, 0, 0.32); } + &.table-report--tabulator .tabulator-header .tabulator-headers .tabulator-col { + &:nth-child(3), + &:nth-child(4), + &:nth-child(5), + &:nth-child(6) { + .tabulator-col-content { + .tabulator-col-title { + @apply text-center; + } + } + } + } } .dark { diff --git a/src/assets/sass/_table.scss b/src/assets/sass/_table.scss old mode 100755 new mode 100644 diff --git a/src/assets/sass/_tabulator.scss b/src/assets/sass/_tabulator.scss new file mode 100644 index 0000000..2cd8802 --- /dev/null +++ b/src/assets/sass/_tabulator.scss @@ -0,0 +1,192 @@ +.tabulator-print-fullscreen-hide:before { + content: ""; + @apply fixed bg-white top-0 left-0 w-full h-screen; +} +.tabulator { + @apply overflow-hidden border-0 bg-transparent; + .tabulator-header { + @apply font-medium text-current border-t border-b border-gray-300 bg-transparent; + .tabulator-headers { + .tabulator-col { + @apply bg-transparent border-r-0; + &:hover { + @apply bg-gray-200; + } + .tabulator-col-content { + @apply px-5 py-3; + .tabulator-col-title { + @apply pr-0; + } + .tabulator-arrow { + top: -3px; + border-left-width: 5px; + border-right-width: 5px; + @apply bottom-0 my-auto; + } + } + &.tabulator-sortable[aria-sort=none] .tabulator-col-content .tabulator-arrow { + border-bottom-color: #cbd5e0; + } + } + } + } + .tabulator-row { + @apply border-b border-gray-300; + &:hover, + &.tabulator-row-even:hover { + @apply bg-gray-300; + } + &.tabulator-row-even { + @apply bg-gray-200; + } + .tabulator-cell { + @apply border-r-0 px-5 py-3; + &.tabulator-row-handle { + @apply px-0; + } + .tabulator-responsive-collapse-toggle { + @apply w-4 h-4 -mr-5 bg-gray-500 rounded-full; + } + } + .tabulator-responsive-collapse { + @apply p-3 border-gray-300 border-b-0; + td { + @apply p-2; + strong { + @apply font-medium; + } + } + } + } + .tabulator-footer { + @apply bg-transparent border-t-0 p-0 mt-2; + @media (max-width: $md) { + @apply whitespace-normal; + } + .tabulator-paginator { + @apply flex items-center; + @media (max-width: $md) { + @apply block text-left; + } + > label { + @apply font-normal text-gray-800; + } + .tabulator-page-size { + background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='rgb(74, 85, 104)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E"); + background-size: 15px; + background-position: center right 0.60rem; + @apply py-2 pl-3 pr-8 ml-2 mr-auto rounded-md appearance-none bg-white border-gray-300 bg-no-repeat; + @media (max-width: $md) { + @apply mr-3; + } + } + .tabulator-page { + min-width: 40px; + @apply button font-normal inline-flex items-center justify-center border-transparent text-gray-800; + @media (max-width: $sm) { + @apply mr-0 px-1; + } + &:hover { + @apply bg-gray-300 text-current; + } + &.active { + @apply bg-gray-200 font-medium; + &:hover { + @apply bg-gray-200; + } + } + &[data-page="first"], + &[data-page="prev"], + &[data-page="next"], + &[data-page="last"] { + @apply w-5 text-transparent; + } + &[data-page="first"] { + background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24' stroke='%232d3748' stroke-width='1.1' fill='none' stroke-linecap='round' stroke-linejoin='round' class='css-i6dzq1'%3E%3Cpolyline points='11 17 6 12 11 7'%3E%3C/polyline%3E%3Cpolyline points='18 17 13 12 18 7'%3E%3C/polyline%3E%3C/svg%3E"); + background-size: 50%; + @apply bg-center bg-no-repeat; + } + &[data-page="prev"] { + background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24' stroke='%232d3748' stroke-width='1.1' fill='none' stroke-linecap='round' stroke-linejoin='round' class='css-i6dzq1'%3E%3Cpolyline points='15 18 9 12 15 6'%3E%3C/polyline%3E%3C/svg%3E"); + background-size: 45%; + @apply bg-center bg-no-repeat; + } + &[data-page="next"] { + background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24' stroke='%232d3748' stroke-width='1.1' fill='none' stroke-linecap='round' stroke-linejoin='round' class='css-i6dzq1'%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3C/svg%3E"); + background-size: 45%; + @apply bg-center bg-no-repeat; + } + &[data-page="last"] { + background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24' stroke='%232d3748' stroke-width='1.1' fill='none' stroke-linecap='round' stroke-linejoin='round' class='css-i6dzq1'%3E%3Cpolyline points='13 17 18 12 13 7'%3E%3C/polyline%3E%3Cpolyline points='6 17 11 12 6 7'%3E%3C/polyline%3E%3C/svg%3E"); + background-size: 50%; + @apply bg-center bg-no-repeat; + } + } + } + } + .tabulator-tableHolder .tabulator-placeholder span { + @apply text-gray-600 font-normal text-sm; + } + .tabulator-loader { + background: #ffffffbd; + .tabulator-loader-msg { + @apply font-normal text-base bg-transparent; + &.tabulator-loading { + @apply border-0 text-gray-800; + } + &.tabulator-error { + @apply border-0 text-theme-6; + } + } + } +} + +.dark { + .tabulator { + .tabulator-header { + @apply border-dark-5; + .tabulator-headers .tabulator-col:hover { + @apply bg-dark-2; + } + } + .tabulator-table { + @apply bg-transparent text-gray-300; + .tabulator-row { + @apply bg-transparent border-transparent; + &:hover, + &.tabulator-row-even:hover { + @apply bg-dark-2; + } + &.tabulator-row-even { + @apply bg-dark-1; + } + } + } + .tabulator-footer { + .tabulator-paginator { + > label { + @apply text-gray-300; + } + .tabulator-page-size { + @apply bg-dark-2 border-dark-4 text-gray-300; + } + .tabulator-page { + @apply bg-transparent text-gray-300; + &:hover { + @apply bg-dark-1; + } + &.active, + &.active:hover { + @apply bg-dark-2; + } + } + } + } + .tabulator-loader { + background: #0000003d; + .tabulator-loader-msg.tabulator-loading { + @apply text-gray-300; + } + } + } +} \ No newline at end of file diff --git a/src/assets/sass/_tailwind.scss b/src/assets/sass/_tailwind.scss old mode 100755 new mode 100644 diff --git a/src/assets/sass/_tippy.scss b/src/assets/sass/_tippy.scss old mode 100755 new mode 100644 diff --git a/src/assets/sass/_top-bar-boxed.scss b/src/assets/sass/_top-bar-boxed.scss old mode 100755 new mode 100644 diff --git a/src/assets/sass/_top-bar.scss b/src/assets/sass/_top-bar.scss old mode 100755 new mode 100644 diff --git a/src/assets/sass/_top-nav.scss b/src/assets/sass/_top-nav.scss old mode 100755 new mode 100644 diff --git a/src/assets/sass/_typing-dots.scss b/src/assets/sass/_typing-dots.scss old mode 100755 new mode 100644 diff --git a/src/assets/sass/_vuetable-pagination.scss b/src/assets/sass/_vuetable-pagination.scss deleted file mode 100644 index 964ad78..0000000 --- a/src/assets/sass/_vuetable-pagination.scss +++ /dev/null @@ -1,50 +0,0 @@ -.vuetable-pagination { - @apply flex; - .vuetable-pagination__link { - min-width: 40px; - @apply button font-normal flex items-center justify-center border-transparent text-gray-800 ml-2; - @media (max-width: $sm) { - @apply flex-1 min-w-0 mr-0; - &:nth-child(1), - &:nth-child(2), - &:nth-child(3), - &:nth-child(7), - &:nth-child(8), - &:nth-child(9) { - &.vuetable-pagination__link { - @apply px-1; - } - } - } - &.vuetable-pagination__link--active { - @apply bg-gray-200 font-medium; - } - .vuetable-pagination__icon { - background-size: 100%; - @apply block w-full h-full bg-center; - &.vuetable-pagination__icon--first { - background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevrons-left w-4 h-4'%3E%3Cpolyline points='11 17 6 12 11 7'%3E%3C/polyline%3E%3Cpolyline points='18 17 13 12 18 7'%3E%3C/polyline%3E%3C/svg%3E"); - } - &.vuetable-pagination__icon--prev { - background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-left w-4 h-4'%3E%3Cpolyline points='15 18 9 12 15 6'%3E%3C/polyline%3E%3C/svg%3E"); - } - &.vuetable-pagination__icon--next { - background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-right w-4 h-4'%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3C/svg%3E"); - } - &.vuetable-pagination__icon--last { - background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevrons-right w-4 h-4'%3E%3Cpolyline points='13 17 18 12 13 7'%3E%3C/polyline%3E%3Cpolyline points='6 17 11 12 6 7'%3E%3C/polyline%3E%3C/svg%3E"); - } - } - } -} - -.dark { - .vuetable-pagination { - .vuetable-pagination__link { - @apply text-gray-300; - &.vuetable-pagination__link--active { - @apply bg-dark-3; - } - } - } -} \ No newline at end of file diff --git a/src/assets/sass/_vuetable.scss b/src/assets/sass/_vuetable.scss deleted file mode 100644 index a140684..0000000 --- a/src/assets/sass/_vuetable.scss +++ /dev/null @@ -1,3 +0,0 @@ -.vuetable thead tr th.sortable:hover { - color: #1C3FAA !important; -} \ No newline at end of file diff --git a/src/assets/sass/_wizard.scss b/src/assets/sass/_wizard.scss old mode 100755 new mode 100644 diff --git a/src/assets/sass/_zoom-in.scss b/src/assets/sass/_zoom-in.scss old mode 100755 new mode 100644 diff --git a/src/assets/sass/_zoom-vanilla.scss b/src/assets/sass/_zoom-vanilla.scss new file mode 100644 index 0000000..f791384 --- /dev/null +++ b/src/assets/sass/_zoom-vanilla.scss @@ -0,0 +1,9 @@ +.zoom-overlay { + background: #ffffffc9; +} + +.dark { + .zoom-overlay { + @apply bg-dark-1 bg-opacity-75; + } +} \ No newline at end of file diff --git a/src/assets/sass/_zoom.scss b/src/assets/sass/_zoom.scss deleted file mode 100644 index 6bdf272..0000000 --- a/src/assets/sass/_zoom.scss +++ /dev/null @@ -1,3 +0,0 @@ -.zoom-overlay { - background: #ffffffc9; -} \ No newline at end of file diff --git a/src/assets/sass/app.scss b/src/assets/sass/app.scss old mode 100755 new mode 100644 index d530dda..b15e68d --- a/src/assets/sass/app.scss +++ b/src/assets/sass/app.scss @@ -4,10 +4,6 @@ // Breakpoint @import 'breakpoint'; -// Transitions -@import 'transitions/slide'; -@import 'transitions/fade'; - // 3rd Parties @import '~highlight.js/scss/github'; @import '~vue-slick-carousel/dist/vue-slick-carousel'; @@ -15,7 +11,8 @@ @import '~tail.select/css/default/tail.select-light'; @import '~toastify-js/src/toastify'; @import '~dropzone/dist/dropzone'; -@import '~zoom-vanilla.js/dist/zoom.css'; +@import '~zoom-vanilla.js/dist/zoom'; +@import '~tabulator-tables/dist/css/tabulator'; // Animations @import 'typing-dots'; @@ -77,10 +74,10 @@ @import 'slick'; @import 'litepicker'; @import 'tippy'; +@import 'tabulator'; @import 'tail-select'; -@import 'vuetable'; -@import 'vuetable-pagination'; @import 'toastify'; @import 'dropzone'; @import 'ckeditor'; -@import 'zoom'; \ No newline at end of file +@import 'zoom-vanilla'; +@import 'dark-mode-switcher'; \ No newline at end of file diff --git a/src/assets/sass/fonts/_roboto.scss b/src/assets/sass/fonts/_roboto.scss old mode 100755 new mode 100644 diff --git a/src/assets/sass/transitions/_fade.scss b/src/assets/sass/transitions/_fade.scss deleted file mode 100644 index 8796c50..0000000 --- a/src/assets/sass/transitions/_fade.scss +++ /dev/null @@ -1,6 +0,0 @@ -.fade-enter-active, .fade-leave-active { - transition: opacity .5s; -} -.fade-enter, .fade-leave-to { - opacity: 0; -} \ No newline at end of file diff --git a/src/assets/sass/transitions/_slide.scss b/src/assets/sass/transitions/_slide.scss deleted file mode 100755 index 1fee223..0000000 --- a/src/assets/sass/transitions/_slide.scss +++ /dev/null @@ -1,16 +0,0 @@ -.slide-enter-active { - @apply duration-300 ease-in; -} -.slide-leave-active { - @apply duration-300; -} -.slide-enter-to, -.slide-leave { - max-height: 100px; - @apply overflow-hidden; -} -.slide-enter, -.slide-leave-to { - max-height: 0; - @apply overflow-hidden; -} \ No newline at end of file diff --git a/src/components/DarkModeSwitcher.vue b/src/components/DarkModeSwitcher.vue new file mode 100644 index 0000000..4b49ed0 --- /dev/null +++ b/src/components/DarkModeSwitcher.vue @@ -0,0 +1,38 @@ + + + diff --git a/src/components/DonutChart.vue b/src/components/DonutChart.vue index b79fdff..a89b464 100644 --- a/src/components/DonutChart.vue +++ b/src/components/DonutChart.vue @@ -19,9 +19,9 @@ export default { default: 0 } }, - data() { - return { - data: { + computed: { + data() { + return { labels: ["Html", "Vuejs", "Laravel"], datasets: [ { @@ -29,14 +29,16 @@ export default { backgroundColor: ["#FF8B26", "#FFC533", "#285FD3"], hoverBackgroundColor: ["#FF8B26", "#FFC533", "#285FD3"], borderWidth: 5, - borderColor: $("html").hasClass("dark") ? "#303953" : "#fff" + borderColor: this.$store.state.main.darkMode ? "#303953" : "#fff" } ] - }, - options: { + }; + }, + options() { + return { cutoutPercentage: 80 - } - }; + }; + } } }; diff --git a/src/components/HorizontalBarChart.vue b/src/components/HorizontalBarChart.vue index a88b97c..a548476 100644 --- a/src/components/HorizontalBarChart.vue +++ b/src/components/HorizontalBarChart.vue @@ -19,9 +19,9 @@ export default { default: 0 } }, - data() { - return { - data: { + computed: { + data() { + return { labels: ["Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug"], datasets: [ { @@ -43,8 +43,10 @@ export default { backgroundColor: "#BCBABA" } ] - }, - options: { + }; + }, + options() { + return { scales: { xAxes: [ { @@ -76,8 +78,8 @@ export default { } ] } - } - }; + }; + } } }; diff --git a/src/components/LineChart.vue b/src/components/LineChart.vue index 659b7cc..2b159a2 100644 --- a/src/components/LineChart.vue +++ b/src/components/LineChart.vue @@ -19,9 +19,9 @@ export default { default: 0 } }, - data() { - return { - data: { + computed: { + data() { + return { labels: [ "Jan", "Feb", @@ -55,8 +55,10 @@ export default { pointBorderColor: "transparent" } ] - }, - options: { + }; + }, + options() { + return { scales: { xAxes: [ { @@ -88,8 +90,8 @@ export default { } ] } - } - }; + }; + } } }; diff --git a/src/components/MobileMenu.vue b/src/components/MobileMenu.vue old mode 100755 new mode 100644 index a951827..0f90d3f --- a/src/components/MobileMenu.vue +++ b/src/components/MobileMenu.vue @@ -14,7 +14,7 @@ @click="toggleMobileMenu" /> - +