global update

pull/23/head
Alireza Hassani 4 years ago
parent 6237e339a8
commit 54d34e5cd9

@ -6,7 +6,6 @@
<path value="$PROJECT_DIR$/vendor/paragonie/random_compat" />
<path value="$PROJECT_DIR$/vendor/myclabs/php-enum" />
<path value="$PROJECT_DIR$/vendor/myclabs/deep-copy" />
<path value="$PROJECT_DIR$/vendor/league/commonmark-ext-table" />
<path value="$PROJECT_DIR$/vendor/league/oauth2-server" />
<path value="$PROJECT_DIR$/vendor/league/glide" />
<path value="$PROJECT_DIR$/vendor/phpoption/phpoption" />
@ -157,6 +156,16 @@
<path value="$PROJECT_DIR$/vendor/markbaker/complex" />
<path value="$PROJECT_DIR$/vendor/maatwebsite/excel" />
<path value="$PROJECT_DIR$/vendor/phpoffice/phpspreadsheet" />
<path value="$PROJECT_DIR$/vendor/wm/finance" />
<path value="$PROJECT_DIR$/vendor/symfony/polyfill-php80" />
<path value="$PROJECT_DIR$/vendor/symfony/deprecation-contracts" />
<path value="$PROJECT_DIR$/vendor/symfony/polyfill-php70" />
<path value="$PROJECT_DIR$/vendor/symfony/polyfill-intl-normalizer" />
<path value="$PROJECT_DIR$/vendor/league/mime-type-detection" />
<path value="$PROJECT_DIR$/vendor/wm/wms" />
<path value="$PROJECT_DIR$/vendor/wm/warehouse" />
<path value="$PROJECT_DIR$/vendor/wm/product" />
<path value="$PROJECT_DIR$/vendor/wm/service" />
</include_path>
</component>
<component name="PhpProjectSharedConfiguration" php_language_level="7.2" />

@ -13,7 +13,12 @@
<mapping directory="$PROJECT_DIR$/modules/wm-common" vcs="Git" />
<mapping directory="$PROJECT_DIR$/modules/wm-core" vcs="Git" />
<mapping directory="$PROJECT_DIR$/modules/wm-crm" vcs="Git" />
<mapping directory="$PROJECT_DIR$/modules/wm-finance" vcs="Git" />
<mapping directory="$PROJECT_DIR$/modules/wm-portfolio" vcs="Git" />
<mapping directory="$PROJECT_DIR$/modules/wm-product" vcs="Git" />
<mapping directory="$PROJECT_DIR$/modules/wm-reservation" vcs="Git" />
<mapping directory="$PROJECT_DIR$/modules/wm-service" vcs="Git" />
<mapping directory="$PROJECT_DIR$/modules/wm-store" vcs="Git" />
<mapping directory="$PROJECT_DIR$/modules/wm-warehouse" vcs="Git" />
</component>
</project>

@ -37,10 +37,10 @@
<excludeFolder url="file://$MODULE_DIR$/vendor/laravel/tinker" />
<excludeFolder url="file://$MODULE_DIR$/vendor/lcobucci/jwt" />
<excludeFolder url="file://$MODULE_DIR$/vendor/league/commonmark" />
<excludeFolder url="file://$MODULE_DIR$/vendor/league/commonmark-ext-table" />
<excludeFolder url="file://$MODULE_DIR$/vendor/league/event" />
<excludeFolder url="file://$MODULE_DIR$/vendor/league/flysystem" />
<excludeFolder url="file://$MODULE_DIR$/vendor/league/glide" />
<excludeFolder url="file://$MODULE_DIR$/vendor/league/mime-type-detection" />
<excludeFolder url="file://$MODULE_DIR$/vendor/league/oauth2-server" />
<excludeFolder url="file://$MODULE_DIR$/vendor/maatwebsite/excel" />
<excludeFolder url="file://$MODULE_DIR$/vendor/maennchen/zipstream-php" />
@ -102,6 +102,7 @@
<excludeFolder url="file://$MODULE_DIR$/vendor/symfony/console" />
<excludeFolder url="file://$MODULE_DIR$/vendor/symfony/css-selector" />
<excludeFolder url="file://$MODULE_DIR$/vendor/symfony/debug" />
<excludeFolder url="file://$MODULE_DIR$/vendor/symfony/deprecation-contracts" />
<excludeFolder url="file://$MODULE_DIR$/vendor/symfony/error-handler" />
<excludeFolder url="file://$MODULE_DIR$/vendor/symfony/event-dispatcher" />
<excludeFolder url="file://$MODULE_DIR$/vendor/symfony/event-dispatcher-contracts" />
@ -112,9 +113,12 @@
<excludeFolder url="file://$MODULE_DIR$/vendor/symfony/polyfill-ctype" />
<excludeFolder url="file://$MODULE_DIR$/vendor/symfony/polyfill-iconv" />
<excludeFolder url="file://$MODULE_DIR$/vendor/symfony/polyfill-intl-idn" />
<excludeFolder url="file://$MODULE_DIR$/vendor/symfony/polyfill-intl-normalizer" />
<excludeFolder url="file://$MODULE_DIR$/vendor/symfony/polyfill-mbstring" />
<excludeFolder url="file://$MODULE_DIR$/vendor/symfony/polyfill-php70" />
<excludeFolder url="file://$MODULE_DIR$/vendor/symfony/polyfill-php72" />
<excludeFolder url="file://$MODULE_DIR$/vendor/symfony/polyfill-php73" />
<excludeFolder url="file://$MODULE_DIR$/vendor/symfony/polyfill-php80" />
<excludeFolder url="file://$MODULE_DIR$/vendor/symfony/process" />
<excludeFolder url="file://$MODULE_DIR$/vendor/symfony/psr-http-message-bridge" />
<excludeFolder url="file://$MODULE_DIR$/vendor/symfony/routing" />
@ -127,7 +131,11 @@
<excludeFolder url="file://$MODULE_DIR$/vendor/tijsverkoyen/css-to-inline-styles" />
<excludeFolder url="file://$MODULE_DIR$/vendor/vlucas/phpdotenv" />
<excludeFolder url="file://$MODULE_DIR$/vendor/webmozart/assert" />
<excludeFolder url="file://$MODULE_DIR$/vendor/wm/finance" />
<excludeFolder url="file://$MODULE_DIR$/vendor/wm/product" />
<excludeFolder url="file://$MODULE_DIR$/vendor/wm/service" />
<excludeFolder url="file://$MODULE_DIR$/vendor/wm/store" />
<excludeFolder url="file://$MODULE_DIR$/vendor/wm/warehouse" />
<excludeFolder url="file://$MODULE_DIR$/vendor/zendframework/zend-diactoros" />
<excludeFolder url="file://$MODULE_DIR$/vendor/zircote/swagger-php" />
</content>

@ -21,6 +21,11 @@
"wm/common": "dev-master",
"wm/core": "dev-master",
"wm/crm": "dev-master",
"wm/finance": "dev-dev",
"wm/store": "dev-master",
"wm/product": "dev-master",
"wm/service": "dev-master",
"wm/warehouse": "dev-dev",
"wm/portfolio": "dev-master",
"wm/reservation": "dev-master",
"zircote/swagger-php": "^3.0"
@ -95,6 +100,26 @@
{
"type": "path",
"url": "./modules/wm-portfolio"
},
{
"type": "path",
"url": "./modules/wm-finance"
},
{
"type": "path",
"url": "./modules/wm-product"
},
{
"type": "path",
"url": "./modules/wm-service"
},
{
"type": "path",
"url": "./modules/wm-store"
},
{
"type": "path",
"url": "./modules/wm-warehouse"
}
]
}

2260
composer.lock generated

File diff suppressed because it is too large Load Diff

Binary file not shown.

@ -466,6 +466,10 @@
<glyph glyph-name="theme" unicode="&#xe8e5;" d="M718 200c8 0 13 4 13 12l37 78-107 54-33-78c-4-4-4-13 0-17l12-12c21-8 37-17 53-33 5-4 9-4 13-4 8-4 8-4 12 0z m95 49c-8 4-21-4-25-12l-45-99c0-4-4-8 0-12 12-62-21-128-54-165-33-33-90-53-152-53-58 0-107 20-140 53-4 4-16 17-20 33-5-4-9-12-17-12h-206c-12 0-20 8-20 20v288c0 13 8 21 20 21h206c12 0 21-8 21-21v-263c8 16 20 29 37 33 4 0 4 0 8 4 4 4 12 8 21 17 4 4 4 8 4 12s0 4 4 8c4 8 4 17 8 29v4c0 4 0 8 0 12v140c0 13 8 21 21 21h127l17 41h-478c-12 0-20 8-20 21v164c0 13 8 21 20 21h552c4 0 8 0 8-4l41 94c4 4 0 13 0 21-4 4-8 8-16 8h-9-617c-58 0-103-45-103-103v-617c0-58 45-103 103-103h617c58 0 103 45 103 103v263c0 21-8 29-16 33z m-288-82c-25-25-33-49-37-70-4-16-9-29-21-41-25-25-37-29-37-29-8-4-12-8-12-16 0-9 0-13 4-21 29-29 66-41 111-41 49 0 99 16 123 41 42 41 66 128 21 173-41 45-107 45-152 4z m399 683c-29 0-54-16-66-41l-181-428 107-54 202 424c4 9 8 21 8 33 0 37-33 66-70 66z" horiz-adv-x="1000" />
<glyph glyph-name="camera-timer" unicode="&#xe8e6;" d="M206 585c-16 17-16 43 0 60 16 16 42 16 59 0l280-225 14-11c33-33 33-86 0-118-32-33-85-33-118 0l-11 14-224 280m294-568c184 0 333 149 333 333 0 92-37 175-97 236l59 59c75-76 122-180 122-295 0-230-187-417-417-417s-417 187-417 417h84c0-184 149-333 333-333m0 791c46 0 83-37 83-83s-37-83-83-83-83 37-83 83 37 83 83 83z" horiz-adv-x="1000" />
<glyph glyph-name="stopwatch" unicode="&#xe8e8;" d="M0 617l246 246 81-82-40-41 42-43q58 34 124 52v101h231v-101q99-26 178-90t124-158 45-200q0-94-36-180t-99-148-148-99-179-37-181 37-147 99-99 148-37 180q0 123 62 231l-44 44-41-41z m222-316q0-94 46-174t127-127 174-47 174 47 126 127 47 174-47 174-126 126-174 47-174-47-127-126-46-174z m118 130q0 24 16 41 17 17 41 17t41-17l140-140h198q24 0 41-17t16-41q0-25-17-40-17-18-40-18h-222q-3 0-11 1l-5 2q-1 0-3 1t-3 0q-1 1-3 2t-2 1l-5 3q-3 2-9 8l-157 156q-16 17-16 41z" horiz-adv-x="1031.7" />
<glyph glyph-name="th-list" unicode="&#xf00b;" d="M292 428v-156c0-26-21-47-47-47h-198c-26 0-47 21-47 47v156c0 26 21 47 47 47h198c26 0 47-21 47-47z m-292-312c0 26 21 47 47 47h198c26 0 47-21 47-47v-157c0-26-21-47-47-47h-198c-26 0-47 21-47 47v157z m245 672c26 0 47-21 47-47v-157c0-25-21-46-47-46h-198c-26 0-47 21-47 46v157c0 26 21 47 47 47h198z m156-876c-26 0-47 21-47 47v157c0 26 21 47 47 47h552c26 0 47-21 47-47v-157c0-26-21-47-47-47h-552z m-47 829c0 26 21 47 47 47h552c26 0 47-21 47-47v-157c0-25-21-46-47-46h-552c-26 0-47 21-47 46v157z m47-516c-26 0-47 21-47 47v156c0 26 21 47 47 47h552c26 0 47-21 47-47v-156c0-26-21-47-47-47h-552z" horiz-adv-x="1000" />
<glyph glyph-name="pause" unicode="&#xf00e;" d="M0 5q0-27 19-46t45-19h127q27 0 45 19t19 46v691q0 27-19 45t-45 19h-127q-27 0-45-19t-19-45v-691z m480 0q0-27 19-46t45-19h127q26 0 45 19t19 46v691q0 27-19 45t-45 19h-127q-27 0-45-19t-19-45v-691z" horiz-adv-x="735.4" />

Before

Width:  |  Height:  |  Size: 243 KiB

After

Width:  |  Height:  |  Size: 244 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

@ -2,7 +2,7 @@
<div :class="`we-icon ${theme}`">
<div class="icon"> <v-icon> WMi-{{icon}} </v-icon> </div>
<div class="label Fa">
<div v-html="label"></div>
<div v-if="label" v-html="label"></div>
<div class="value Fa" v-html="value"></div>
</div>
</div>
@ -12,7 +12,7 @@
export default {
props: {
theme: { default: 'theme-red' },
label: { default: " عنوان " },
label: String,
value: { default: " مقدار " },
icon: { default: 'ok' },
},
@ -34,10 +34,6 @@ export default {
text-align: center;
}
.we-icon .number {
font-size: 60px;
line-height: 45px;
}
.we-icon .icon .v-icon {
font-size: 40px;
margin-left: -5px;
@ -55,9 +51,20 @@ export default {
font-size: 16px;
}
.we-icon.sm .number {
font-size: 50px;
line-height: 40px;
/*----------------------------------------------------*/
/* Sizes */
/*----------------------------------------------------*/
.we-icon.sm .v-icon {
font-size: 30px;
line-height: 20px;
}
.we-icon.sm .value {
font-size: 14px;
line-height: 16px;
}
.we-icon.sm .label {
font-size: 10px;
line-height: 12px;
}
.we-icon.sm .label {

@ -1,6 +1,10 @@
<template>
<div :class="`we-number ${theme}`">
<div class="number En Bold" v-html="number"></div>
<div class="flex-justified-right">
<v-icon v-if="prepend_icon" class="prepend-icon">WMi-{{ prepend_icon}} </v-icon>
<div class="number En Bold" v-html="number"></div>
<v-icon v-if="append_icon" class="append-icon">WMi-{{ append_icon }} </v-icon>
</div>
<div class="label Fa" v-html="label"></div>
</div>
</template>
@ -8,9 +12,11 @@
<script>
export default {
props: {
theme: { default: '' },
number: { default: '' },
label: { default: 'آیتم' },
theme: { default: '' },
number: { default: '' },
label: { default: 'آیتم' },
prepend_icon: String,
append_icon: String,
},
};
</script>
@ -20,15 +26,17 @@
border-radius: 3px;
border: 1px solid transparent;
}
.we-number .number {
font-size: 25px;
line-height: 20px;
}
.we-number .label {
font-size: 12px;
opacity: 0.7;
text-align: left;
}
.we-number.label-center .label {
text-align: center;
}
/*----------------------------------------------------*/
/* Left Label */
@ -50,22 +58,50 @@
/*----------------------------------------------------*/
/* Lg Size */
/*----------------------------------------------------*/
/*--------------lg------------------------------------*/
.we-number.lg .number {
font-size: 60px;
line-height: 45px;
/*--------------default------------------------------------*/
.we-number .number {
font-size: 30px;
line-height: 20px;
}
.we-number .prepend-icon, .we-number .append-icon {
font-size: 18px;
margin-right: -3px;
margin-left: -3px;
}
/*--------------sm------------------------------------*/
.we-number.sm .number {
font-size: 25px;
line-height: 15px;
}
/*--------------md------------------------------------*/
.we-number.md .number {
font-size: 40px;
line-height: 25px;
}
/*--------------lg------------------------------------*/
.we-number.lg .number {
font-size: 50px;
line-height: 35px;
}
/*--------------sm------------------------------------*/
.we-number.sm .number {
font-size: 35px;
line-height: 30px;
.we-number.lg .prepend-icon, .we-number.lg .append-icon {
font-size: 28px;
margin-right: -5px;
margin-left: -5px;
}
/*--------------xl------------------------------------*/
.we-number.xl .number {
font-size: 60px;
line-height: 45px;
}
.we-number.xl .prepend-icon, .we-number.xl .append-icon {
font-size: 32px;
margin-right: -5px;
margin-left: -5px;
}
/*--------------xxl------------------------------------*/
.we-number.xxl .number {
font-size: 80px;
line-height: 65px;
@ -80,14 +116,22 @@
@import "resources/js/Global/scss/_vars.scss";
@each $color,
$value in $colors {
.we-number.bg-#{$color} {
background-color: $value;
.we-number.theme-#{$color},
.we-number.theme-#{$color} .prepend-icon, .we-number.theme-#{$color} .append-icon {
color: $value;
}
.we-number.border-#{$color} {
border: 1px solid $value;
}
.we-number.border-left-#{$color} {
border-left: 3px solid $value;
border-radius: 0px 5px 5px 0px;
}
}
@each $color,
$value in $colors {
.we-number.theme-#{$color} {
color: $value;
@each $backgroundColor,
$value in $backgrounds {
.we-number.bg-#{$backgroundColor} {
background-color: $value;
}
}
</style>

@ -7,8 +7,9 @@
<div v-if="top_label" class="label top Fa" v-html="top_label"></div>
<!----------------------------Main Value------------------------->
<div v-if="(price != 0 || !zeroLabel)" class="number En Bold">
<v-icon v-if="direction" class="direction text--32">WMi-{{ (direction == 'positive') ? 'plus' : 'minus'}} </v-icon>
<v-icon v-if="prepend_icon" class="prepend-icon">WMi-{{ prepend_icon}} </v-icon>
{{ Intl.NumberFormat().format(price) }}
<v-icon v-if="append_icon" class="append-icon">WMi-{{ append_icon }} </v-icon>
</div>
<!----------------------------Main Value------------------------->
<div v-else class="number Fa Bold"> {{ zeroLabel }} </div>
@ -26,6 +27,8 @@
zeroLabel: String,
top_label: String,
direction: String,
prepend_icon: String,
append_icon: String,
},
};
</script>
@ -46,9 +49,10 @@
line-height: 20px;
direction: ltr;
}
.we-price .number .direction {
.we-price .prepend-icon, .we-price .append-icon {
margin-right: -10px;
margin-left: -10px;
font-size: 18px;
}
.we-price .discount {
@ -131,18 +135,28 @@
@import "resources/js/Global/scss/_vars.scss";
@each $color,
$value in $colors {
.we-price.bg-#{$color} {
background-color: $value;
}
.we-price.theme-#{$color} .discount .percent {
background-color: $value;
}
.we-price.theme-#{$color} .number-original {
color: $value;
}
.we-price.theme-#{$color}-full .number, .we-price.theme-#{$color}-full .label, .we-price.theme-#{$color}-full .direction {
.we-price.theme-#{$color}-full .number, .we-price.theme-#{$color}-full .label, .we-price.theme-#{$color}-full .prepend-icon, .we-price.theme-#{$color}-full .append-icon {
color: $value;
}
.we-price.border-#{$color} {
border: 1px solid $value;
}
.we-price.border-left-#{$color} {
border-left: 3px solid $value;
border-radius: 0px 5px 5px 0px;
}
}
@each $backgroundColor,
$value in $backgrounds {
.we-price.bg-#{$backgroundColor} {
background-color: $value;
}
}

@ -1,13 +1,13 @@
<template>
<div>
<div class="backgrounds" :style="'background-image: url('+$_getPath()+'images/Backgrounds/Gradient/'+ImageName+'.jpg);'"></div>
<div class="backgrounds" :style="'background-image: url('+$_getPath()+ImageSRC+');'"></div>
</div>
</template>
<script>
export default {
props: {
ImageName: { default: 'Blue' },
imageSRC: { default: 'Blue' },
},
};

@ -0,0 +1,25 @@
<template>
<div>
<div class="backgrounds" :style="'background-image: url('+imageSRC+');'"></div>
</div>
</template>
<script>
export default {
props: {
imageSRC: { default: 'Blue' },
},
};
</script>
<style lang="scss" scoped>
.backgrounds {
background-position: center;
background-repeat: no-repeat;
background-size: cover;
min-width: 100%;
min-height: 100%;
position:fixed;
}
</style>

@ -45,6 +45,12 @@
};
</script>
<style lang="scss" scoped>
.no-en .content .En {
display: none;
}
.en-ltr-0 .image-select .item .name .En {
letter-spacing: 0px;
}
.image-select {
}
.image-select .item {
@ -90,9 +96,11 @@
}
.image-select .item .name .Fa {
font-size: 18px;
line-height: 24px;
}
.image-select .item .name .En {
font-size: 12px;
line-height: 18px;
letter-spacing: 5px;
text-transform: uppercase;
opacity: 0.8;

@ -101,12 +101,28 @@ export default {
justify-content: center;
align-items: center;
}
.we-icon-tile.content-right .static-content {
justify-content: right;
padding-right: 50px;
}
.Content {
padding-top:10px;
}
.Content .v-icon {
font-size: 80px;
}
.we-icon-tile.icon-60 .Content .v-icon {
font-size: 60px;
}
.we-icon-tile.icon-ml-10 .Content .v-icon {
margin-left: 10px;
margin-right: -10px;
}
.we-icon-tile.icon-ml-5 .Content .v-icon {
margin-left: 5px;
margin-right: -5px;
}
.Inline .info .Fa {
margin-right:15px;
}

@ -229,6 +229,8 @@
.WMi-emo-grin:before { content: '\e8e3'; } /* '' */
.WMi-emo-tongue:before { content: '\e8e4'; } /* '' */
.WMi-theme:before { content: '\e8e5'; } /* '' */
.WMi-camera-timer:before { content: '\e8e6'; } /* '' */
.WMi-stopwatch:before { content: '\e8e8'; } /* '' */
.WMi-th-list:before { content: '\f00b'; } /* '' */
.WMi-pause:before { content: '\f00e'; } /* '' */
.WMi-play:before { content: '\f00f'; } /* '' */

File diff suppressed because one or more lines are too long

@ -229,6 +229,8 @@
.WMi-emo-grin { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe8e3;&nbsp;'); }
.WMi-emo-tongue { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe8e4;&nbsp;'); }
.WMi-theme { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe8e5;&nbsp;'); }
.WMi-camera-timer { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe8e6;&nbsp;'); }
.WMi-stopwatch { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe8e8;&nbsp;'); }
.WMi-th-list { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf00b;&nbsp;'); }
.WMi-pause { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf00e;&nbsp;'); }
.WMi-play { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf00f;&nbsp;'); }

@ -240,6 +240,8 @@
.WMi-emo-grin { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe8e3;&nbsp;'); }
.WMi-emo-tongue { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe8e4;&nbsp;'); }
.WMi-theme { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe8e5;&nbsp;'); }
.WMi-camera-timer { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe8e6;&nbsp;'); }
.WMi-stopwatch { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe8e8;&nbsp;'); }
.WMi-th-list { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf00b;&nbsp;'); }
.WMi-pause { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf00e;&nbsp;'); }
.WMi-play { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf00f;&nbsp;'); }

@ -1,11 +1,11 @@
@font-face {
font-family: 'fontello';
src: url('../font/fontello.eot?94401016');
src: url('../font/fontello.eot?94401016#iefix') format('embedded-opentype'),
url('../font/fontello.woff2?94401016') format('woff2'),
url('../font/fontello.woff?94401016') format('woff'),
url('../font/fontello.ttf?94401016') format('truetype'),
url('../font/fontello.svg?94401016#fontello') format('svg');
src: url('../font/fontello.eot?69142571');
src: url('../font/fontello.eot?69142571#iefix') format('embedded-opentype'),
url('../font/fontello.woff2?69142571') format('woff2'),
url('../font/fontello.woff?69142571') format('woff'),
url('../font/fontello.ttf?69142571') format('truetype'),
url('../font/fontello.svg?69142571#fontello') format('svg');
font-weight: normal;
font-style: normal;
}
@ -15,7 +15,7 @@
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
font-family: 'fontello';
src: url('../font/fontello.svg?94401016#fontello') format('svg');
src: url('../font/fontello.svg?69142571#fontello') format('svg');
}
}
*/
@ -285,6 +285,8 @@
.WMi-emo-grin:before { content: '\e8e3'; } /* '' */
.WMi-emo-tongue:before { content: '\e8e4'; } /* '' */
.WMi-theme:before { content: '\e8e5'; } /* '' */
.WMi-camera-timer:before { content: '\e8e6'; } /* '' */
.WMi-stopwatch:before { content: '\e8e8'; } /* '' */
.WMi-th-list:before { content: '\f00b'; } /* '' */
.WMi-pause:before { content: '\f00e'; } /* '' */
.WMi-play:before { content: '\f00f'; } /* '' */

@ -466,6 +466,10 @@
<glyph glyph-name="theme" unicode="&#xe8e5;" d="M718 200c8 0 13 4 13 12l37 78-107 54-33-78c-4-4-4-13 0-17l12-12c21-8 37-17 53-33 5-4 9-4 13-4 8-4 8-4 12 0z m95 49c-8 4-21-4-25-12l-45-99c0-4-4-8 0-12 12-62-21-128-54-165-33-33-90-53-152-53-58 0-107 20-140 53-4 4-16 17-20 33-5-4-9-12-17-12h-206c-12 0-20 8-20 20v288c0 13 8 21 20 21h206c12 0 21-8 21-21v-263c8 16 20 29 37 33 4 0 4 0 8 4 4 4 12 8 21 17 4 4 4 8 4 12s0 4 4 8c4 8 4 17 8 29v4c0 4 0 8 0 12v140c0 13 8 21 21 21h127l17 41h-478c-12 0-20 8-20 21v164c0 13 8 21 20 21h552c4 0 8 0 8-4l41 94c4 4 0 13 0 21-4 4-8 8-16 8h-9-617c-58 0-103-45-103-103v-617c0-58 45-103 103-103h617c58 0 103 45 103 103v263c0 21-8 29-16 33z m-288-82c-25-25-33-49-37-70-4-16-9-29-21-41-25-25-37-29-37-29-8-4-12-8-12-16 0-9 0-13 4-21 29-29 66-41 111-41 49 0 99 16 123 41 42 41 66 128 21 173-41 45-107 45-152 4z m399 683c-29 0-54-16-66-41l-181-428 107-54 202 424c4 9 8 21 8 33 0 37-33 66-70 66z" horiz-adv-x="1000" />
<glyph glyph-name="camera-timer" unicode="&#xe8e6;" d="M206 585c-16 17-16 43 0 60 16 16 42 16 59 0l280-225 14-11c33-33 33-86 0-118-32-33-85-33-118 0l-11 14-224 280m294-568c184 0 333 149 333 333 0 92-37 175-97 236l59 59c75-76 122-180 122-295 0-230-187-417-417-417s-417 187-417 417h84c0-184 149-333 333-333m0 791c46 0 83-37 83-83s-37-83-83-83-83 37-83 83 37 83 83 83z" horiz-adv-x="1000" />
<glyph glyph-name="stopwatch" unicode="&#xe8e8;" d="M0 617l246 246 81-82-40-41 42-43q58 34 124 52v101h231v-101q99-26 178-90t124-158 45-200q0-94-36-180t-99-148-148-99-179-37-181 37-147 99-99 148-37 180q0 123 62 231l-44 44-41-41z m222-316q0-94 46-174t127-127 174-47 174 47 126 127 47 174-47 174-126 126-174 47-174-47-127-126-46-174z m118 130q0 24 16 41 17 17 41 17t41-17l140-140h198q24 0 41-17t16-41q0-25-17-40-17-18-40-18h-222q-3 0-11 1l-5 2q-1 0-3 1t-3 0q-1 1-3 2t-2 1l-5 3q-3 2-9 8l-157 156q-16 17-16 41z" horiz-adv-x="1031.7" />
<glyph glyph-name="th-list" unicode="&#xf00b;" d="M292 428v-156c0-26-21-47-47-47h-198c-26 0-47 21-47 47v156c0 26 21 47 47 47h198c26 0 47-21 47-47z m-292-312c0 26 21 47 47 47h198c26 0 47-21 47-47v-157c0-26-21-47-47-47h-198c-26 0-47 21-47 47v157z m245 672c26 0 47-21 47-47v-157c0-25-21-46-47-46h-198c-26 0-47 21-47 46v157c0 26 21 47 47 47h198z m156-876c-26 0-47 21-47 47v157c0 26 21 47 47 47h552c26 0 47-21 47-47v-157c0-26-21-47-47-47h-552z m-47 829c0 26 21 47 47 47h552c26 0 47-21 47-47v-157c0-25-21-46-47-46h-552c-26 0-47 21-47 46v157z m47-516c-26 0-47 21-47 47v156c0 26 21 47 47 47h552c26 0 47-21 47-47v-156c0-26-21-47-47-47h-552z" horiz-adv-x="1000" />
<glyph glyph-name="pause" unicode="&#xf00e;" d="M0 5q0-27 19-46t45-19h127q27 0 45 19t19 46v691q0 27-19 45t-45 19h-127q-27 0-45-19t-19-45v-691z m480 0q0-27 19-46t45-19h127q26 0 45 19t19 46v691q0 27-19 45t-45 19h-127q-27 0-45-19t-19-45v-691z" horiz-adv-x="735.4" />

Before

Width:  |  Height:  |  Size: 243 KiB

After

Width:  |  Height:  |  Size: 244 KiB

@ -396,6 +396,12 @@ $Value in $colors {
-------------------------------------------------------- */
/* --------------------------------------------------------
margins :: Begin
-------------------------------------------------------- */
.mt--2 {
margin-top: -2px;
}
/* --------------------------------------------------------
masonry :: End
@ -687,6 +693,16 @@ $value in $colors {
font-size: 16px;
}
.row.cols-justified-right .col {
display: flex;
justify-content: right;
align-items: center;
}
.row.cols-pt-pb-0 .col {
padding-bottom: 0px;
padding-top: 0px;
}
/*---------------------------------------------------------------*/
/* active states :: Begin

@ -14,7 +14,7 @@ $YellowShadow:rgba(234, 223, 131, 0.5);
$YellowBackground: #fff3de;
//--------------------------------------------Gold
$Gold: #ddcfbb;
$Gold: #d4ba96;
$GoldShadow:rgba(234, 223, 131, 0.5);
$GoldBackground: #fffaf4;

@ -1 +1 @@
1600185180i:1600185180;
1601103900i:1601103900;

@ -1 +0,0 @@
a:3:{s:6:"_token";s:40:"w7uGCUdyV5PG2geM1M73Xp7EvCZYv4eAR9BWC5Zs";s:9:"_previous";a:1:{s:3:"url";s:37:"http://meshkee.local:8000/crm/clients";}s:6:"_flash";a:2:{s:3:"old";a:0:{}s:3:"new";a:0:{}}}

@ -1 +0,0 @@
a:3:{s:6:"_token";s:40:"pCmLiKIH90LTWnduBPZhtFDX2S65yKfbcmc7ChnP";s:9:"_previous";a:1:{s:3:"url";s:37:"http://meshkee.local:8000/crm/clients";}s:6:"_flash";a:2:{s:3:"old";a:0:{}s:3:"new";a:0:{}}}

@ -1 +0,0 @@
a:3:{s:6:"_token";s:40:"U05uPAIJE1f9IkBlCMpXzMmLh0RqNGgawTNfcO3z";s:6:"_flash";a:2:{s:3:"old";a:0:{}s:3:"new";a:0:{}}s:9:"_previous";a:1:{s:3:"url";s:37:"http://meshkee.local:8000/crm/clients";}}

5
webpack.mix.js vendored

@ -32,6 +32,11 @@ require('./modules/wm-common/webpack.mix');
require('./modules/wm-crm/webpack.mix');
require('./modules/wm-blog/webpack.mix');
require('./modules/wm-portfolio/webpack.mix');
require('./modules/wm-finance/webpack.mix');
require('./modules/wm-product/webpack.mix');
require('./modules/wm-service/webpack.mix');
require('./modules/wm-store/webpack.mix');
require('./modules/wm-warehouse/webpack.mix');
//
// require('./modules/wm-reservation/webpack.mix');

Loading…
Cancel
Save