добавил новые иконки и удалил лишнее, обновил библиотеку
This commit is contained in:
14
package-lock.json
generated
14
package-lock.json
generated
@@ -10,7 +10,7 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@vuelidate/core": "^2.0.0",
|
"@vuelidate/core": "^2.0.0",
|
||||||
"@vuelidate/validators": "^2.0.0",
|
"@vuelidate/validators": "^2.0.0",
|
||||||
"dop-astra-ui": "^0.1.0",
|
"dop-astra-ui": "^0.1.2",
|
||||||
"moment": "^2.29.4",
|
"moment": "^2.29.4",
|
||||||
"vue": "^3.2.13",
|
"vue": "^3.2.13",
|
||||||
"vue-router": "^4.1.5",
|
"vue-router": "^4.1.5",
|
||||||
@@ -5295,9 +5295,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/dop-astra-ui": {
|
"node_modules/dop-astra-ui": {
|
||||||
"version": "0.1.0",
|
"version": "0.1.2",
|
||||||
"resolved": "https://registry.npmjs.org/dop-astra-ui/-/dop-astra-ui-0.1.0.tgz",
|
"resolved": "https://registry.npmjs.org/dop-astra-ui/-/dop-astra-ui-0.1.2.tgz",
|
||||||
"integrity": "sha512-VJW7pHpBpR+0UAP9Hhs4EA4rs4vtnQYnS9meAPK2NEXFJH6nArRnqOyykY9h9DmH8xZMFMZewwwZO8r0C+qO0A==",
|
"integrity": "sha512-Gvi3Av/tjTmlvM8Gf915ArMWZ10GQza2SJOUcjApINpSAhZMg+zNLAfz4KH/Hzt/jkVv6fRcLxgTkjFzfzoQtw==",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@quasar/extras": "^1.0.0",
|
"@quasar/extras": "^1.0.0",
|
||||||
"core-js": "^3.8.3",
|
"core-js": "^3.8.3",
|
||||||
@@ -16254,9 +16254,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"dop-astra-ui": {
|
"dop-astra-ui": {
|
||||||
"version": "0.1.0",
|
"version": "0.1.2",
|
||||||
"resolved": "https://registry.npmjs.org/dop-astra-ui/-/dop-astra-ui-0.1.0.tgz",
|
"resolved": "https://registry.npmjs.org/dop-astra-ui/-/dop-astra-ui-0.1.2.tgz",
|
||||||
"integrity": "sha512-VJW7pHpBpR+0UAP9Hhs4EA4rs4vtnQYnS9meAPK2NEXFJH6nArRnqOyykY9h9DmH8xZMFMZewwwZO8r0C+qO0A==",
|
"integrity": "sha512-Gvi3Av/tjTmlvM8Gf915ArMWZ10GQza2SJOUcjApINpSAhZMg+zNLAfz4KH/Hzt/jkVv6fRcLxgTkjFzfzoQtw==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"@quasar/extras": "^1.0.0",
|
"@quasar/extras": "^1.0.0",
|
||||||
"core-js": "^3.8.3",
|
"core-js": "^3.8.3",
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@vuelidate/core": "^2.0.0",
|
"@vuelidate/core": "^2.0.0",
|
||||||
"@vuelidate/validators": "^2.0.0",
|
"@vuelidate/validators": "^2.0.0",
|
||||||
"dop-astra-ui": "^0.1.0",
|
"dop-astra-ui": "^0.1.2",
|
||||||
"moment": "^2.29.4",
|
"moment": "^2.29.4",
|
||||||
"vue": "^3.2.13",
|
"vue": "^3.2.13",
|
||||||
"vue-router": "^4.1.5",
|
"vue-router": "^4.1.5",
|
||||||
|
|||||||
@@ -1,182 +0,0 @@
|
|||||||
@font-face {
|
|
||||||
font-family: 'icomoon';
|
|
||||||
src: url('../fonts/icomoon.eot?gy54l');
|
|
||||||
src: url('../fonts/icomoon.eot?gy54l#iefix') format('embedded-opentype'),
|
|
||||||
url('../fonts/icomoon.ttf?gy54l') format('truetype'),
|
|
||||||
url('../fonts/icomoon.woff?gy54l') format('woff'),
|
|
||||||
url('../fonts/icomoon.svg?gy54l#icomoon') format('svg');
|
|
||||||
font-weight: normal;
|
|
||||||
font-style: normal;
|
|
||||||
font-display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
[class^="icon-"]::before, [class*=" icon-"]::before {
|
|
||||||
/* use !important to prevent issues with browser extensions that change fonts */
|
|
||||||
font-family: 'icomoon' !important;
|
|
||||||
speak: never;
|
|
||||||
font-style: normal;
|
|
||||||
font-weight: normal;
|
|
||||||
font-variant: normal;
|
|
||||||
text-transform: none;
|
|
||||||
line-height: 1;
|
|
||||||
|
|
||||||
/* Better Font Rendering =========== */
|
|
||||||
-webkit-font-smoothing: antialiased;
|
|
||||||
-moz-osx-font-smoothing: grayscale;
|
|
||||||
}
|
|
||||||
|
|
||||||
.icon-home:before {
|
|
||||||
content: "\e931";
|
|
||||||
color: #252850;
|
|
||||||
}
|
|
||||||
.icon-settings:before {
|
|
||||||
content: "\e932";
|
|
||||||
color: #252850;
|
|
||||||
}
|
|
||||||
.icon-checkbox-off:before {
|
|
||||||
content: "\e900";
|
|
||||||
}
|
|
||||||
.icon-basket:before {
|
|
||||||
content: "\e901";
|
|
||||||
}
|
|
||||||
.icon-bell:before {
|
|
||||||
content: "\e902";
|
|
||||||
}
|
|
||||||
.icon-brush:before {
|
|
||||||
content: "\e903";
|
|
||||||
}
|
|
||||||
.icon-calendar:before {
|
|
||||||
content: "\e904";
|
|
||||||
}
|
|
||||||
.icon-calendar-2:before {
|
|
||||||
content: "\e905";
|
|
||||||
}
|
|
||||||
.icon-camera:before {
|
|
||||||
content: "\e906";
|
|
||||||
}
|
|
||||||
.icon-camera-reverse:before {
|
|
||||||
content: "\e907";
|
|
||||||
}
|
|
||||||
.icon-cancel:before {
|
|
||||||
content: "\e908";
|
|
||||||
}
|
|
||||||
.icon-cancel-mini:before {
|
|
||||||
content: "\e909";
|
|
||||||
}
|
|
||||||
.icon-change-place:before {
|
|
||||||
content: "\e90a";
|
|
||||||
}
|
|
||||||
.icon-checkbox-on:before {
|
|
||||||
content: "\e90b";
|
|
||||||
}
|
|
||||||
.icon-computer:before {
|
|
||||||
content: "\e90c";
|
|
||||||
}
|
|
||||||
.icon-copy:before {
|
|
||||||
content: "\e90d";
|
|
||||||
}
|
|
||||||
.icon-discord:before {
|
|
||||||
content: "\e90e";
|
|
||||||
}
|
|
||||||
.icon-doc-ok:before {
|
|
||||||
content: "\e90f";
|
|
||||||
}
|
|
||||||
.icon-dots:before {
|
|
||||||
content: "\e910";
|
|
||||||
}
|
|
||||||
.icon-down-arrow:before {
|
|
||||||
content: "\e911";
|
|
||||||
}
|
|
||||||
.icon-download:before {
|
|
||||||
content: "\e912";
|
|
||||||
}
|
|
||||||
.icon-edit:before {
|
|
||||||
content: "\e913";
|
|
||||||
}
|
|
||||||
.icon-export:before {
|
|
||||||
content: "\e914";
|
|
||||||
}
|
|
||||||
.icon-eye-off:before {
|
|
||||||
content: "\e915";
|
|
||||||
}
|
|
||||||
.icon-eye-on:before {
|
|
||||||
content: "\e916";
|
|
||||||
}
|
|
||||||
.icon-files:before {
|
|
||||||
content: "\e917";
|
|
||||||
}
|
|
||||||
.icon-filter:before {
|
|
||||||
content: "\e918";
|
|
||||||
}
|
|
||||||
.icon-google:before {
|
|
||||||
content: "\e919";
|
|
||||||
}
|
|
||||||
.icon-group:before {
|
|
||||||
content: "\e91a";
|
|
||||||
}
|
|
||||||
.icon-long-arrow:before {
|
|
||||||
content: "\e91b";
|
|
||||||
}
|
|
||||||
.icon-mail:before {
|
|
||||||
content: "\e91c";
|
|
||||||
}
|
|
||||||
.icon-mirror:before {
|
|
||||||
content: "\e91d";
|
|
||||||
}
|
|
||||||
.icon-ok:before {
|
|
||||||
content: "\e91e";
|
|
||||||
}
|
|
||||||
.icon-person:before {
|
|
||||||
content: "\e91f";
|
|
||||||
}
|
|
||||||
.icon-person-2:before {
|
|
||||||
content: "\e920";
|
|
||||||
}
|
|
||||||
.icon-phone:before {
|
|
||||||
content: "\e921";
|
|
||||||
}
|
|
||||||
.icon-photo-filter:before {
|
|
||||||
content: "\e922";
|
|
||||||
}
|
|
||||||
.icon-plus:before {
|
|
||||||
content: "\e923";
|
|
||||||
}
|
|
||||||
.icon-search:before {
|
|
||||||
content: "\e924";
|
|
||||||
}
|
|
||||||
.icon-slack:before {
|
|
||||||
content: "\e925";
|
|
||||||
}
|
|
||||||
.icon-sort-number:before {
|
|
||||||
content: "\e926";
|
|
||||||
}
|
|
||||||
.icon-sort-word:before {
|
|
||||||
content: "\e927";
|
|
||||||
}
|
|
||||||
.icon-star-off:before {
|
|
||||||
content: "\e928";
|
|
||||||
}
|
|
||||||
.icon-star-on:before {
|
|
||||||
content: "\e929";
|
|
||||||
}
|
|
||||||
.icon-table:before {
|
|
||||||
content: "\e92a";
|
|
||||||
}
|
|
||||||
.icon-tg:before {
|
|
||||||
content: "\e92b";
|
|
||||||
}
|
|
||||||
.icon-time:before {
|
|
||||||
content: "\e92c";
|
|
||||||
}
|
|
||||||
.icon-turn:before {
|
|
||||||
content: "\e92d";
|
|
||||||
}
|
|
||||||
.icon-up-tag:before {
|
|
||||||
content: "\e92e";
|
|
||||||
}
|
|
||||||
.icon-user-data:before {
|
|
||||||
content: "\e92f";
|
|
||||||
}
|
|
||||||
.icon-vk:before {
|
|
||||||
content: "\e930";
|
|
||||||
}
|
|
||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because one or more lines are too long
|
Before Width: | Height: | Size: 67 KiB |
Binary file not shown.
Binary file not shown.
@@ -2,14 +2,13 @@ import { createApp } from "vue";
|
|||||||
import App from "./App.vue";
|
import App from "./App.vue";
|
||||||
import router from "./router";
|
import router from "./router";
|
||||||
import moment from "moment";
|
import moment from "moment";
|
||||||
import "./assets/sass/fonts.sass";
|
|
||||||
import "./assets/sass/tailwind.sass";
|
import "./assets/sass/tailwind.sass";
|
||||||
import "./assets/sass/variables.sass";
|
import "./assets/sass/variables.sass";
|
||||||
import "./assets/css/iconfonts.css";
|
|
||||||
import { clientsServer } from "../server.js";
|
import { clientsServer } from "../server.js";
|
||||||
import { clickOutside } from "@/shared/clickOutside";
|
import { clickOutside } from "@/shared/clickOutside";
|
||||||
import store from "./store";
|
import store from "./store";
|
||||||
import { install } from "dop-astra-ui";
|
import { install } from "dop-astra-ui";
|
||||||
|
import "dop-astra-ui/src/assets/css/iconfonts.css";
|
||||||
|
|
||||||
const AstraUI = { install };
|
const AstraUI = { install };
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user