From e53bdd17b079d9448f765acb76a3717e91ee330a Mon Sep 17 00:00:00 2001 From: alireza hassani Date: Sat, 30 Nov 2019 11:05:56 +0330 Subject: [PATCH] change - product - icon --- composer.json | 9 +- composer.lock | 1005 ++++++++++------- public/mix-manifest.json | 9 +- .../Body/Backgrounds/Gradient-CSS.vue | 47 +- .../js/Global/components/Drawer/SideBar.vue | 17 +- .../js/Global/components/Drawer/Tile.vue | 4 +- .../js/Global/components/Misc/Breadcrumbs.vue | 10 +- .../components/Misc/InfoBlock-Multiple.vue | 9 +- .../js/Global/components/Misc/InfoBlock.vue | 3 +- resources/js/Global/scss/Misc.scss | 14 + resources/js/Global/scss/Modify.scss | 43 +- resources/views/Home.blade.php | 4 +- webpack.mix.js | 4 +- 13 files changed, 725 insertions(+), 453 deletions(-) diff --git a/composer.json b/composer.json index 4725c03..5aec829 100755 --- a/composer.json +++ b/composer.json @@ -18,7 +18,8 @@ "wm/common": "dev-master", "wm/core": "dev-master", "wm/crm": "dev-master", - "wm/reservation": "dev-master" + "wm/reservation": "dev-master", + "wm/store": "dev-master" }, "require-dev": { "beyondcode/laravel-dump-server": "^1.0", @@ -83,6 +84,10 @@ { "type": "path", "url": "./modules/wm-reservation" + }, + { + "type": "path", + "url": "./modules/wm-store" } ] -} +} \ No newline at end of file diff --git a/composer.lock b/composer.lock index b6446a0..80004d7 100644 --- a/composer.lock +++ b/composer.lock @@ -4,8 +4,9 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "ba1140d918fa8f2fc159bcd7e5416b0f", - "packages": [{ + "content-hash": "68d29e7b35dd3033be232c23185bad07", + "packages": [ + { "name": "defuse/php-encryption", "version": "v2.2.1", "source": { @@ -41,7 +42,8 @@ "license": [ "MIT" ], - "authors": [{ + "authors": [ + { "name": "Taylor Hornby", "email": "taylor@defuse.ca", "homepage": "https://defuse.ca/" @@ -135,7 +137,8 @@ "license": [ "MIT" ], - "authors": [{ + "authors": [ + { "name": "Roman Borschel", "email": "roman@code-factory.org" }, @@ -203,7 +206,8 @@ "license": [ "MIT" ], - "authors": [{ + "authors": [ + { "name": "Guilherme Blanco", "email": "guilhermeblanco@gmail.com" }, @@ -262,7 +266,8 @@ "license": [ "MIT" ], - "authors": [{ + "authors": [ + { "name": "Michael Dowling", "email": "mtdowling@gmail.com", "homepage": "https://github.com/mtdowling" @@ -322,9 +327,11 @@ "license": [ "MIT" ], - "authors": [{ - "name": "Eduardo Gulias Davis" - }], + "authors": [ + { + "name": "Eduardo Gulias Davis" + } + ], "description": "A library for validating emails against several RFCs", "homepage": "https://github.com/egulias/EmailValidator", "keywords": [ @@ -367,11 +374,13 @@ "license": [ "MIT" ], - "authors": [{ - "name": "Emanuil Rusev", - "email": "hello@erusev.com", - "homepage": "http://erusev.com" - }], + "authors": [ + { + "name": "Emanuil Rusev", + "email": "hello@erusev.com", + "homepage": "http://erusev.com" + } + ], "description": "Parser for Markdown.", "homepage": "http://parsedown.org", "keywords": [ @@ -420,10 +429,12 @@ "license": [ "MIT" ], - "authors": [{ - "name": "Chris Fidao", - "email": "fideloper@gmail.com" - }], + "authors": [ + { + "name": "Chris Fidao", + "email": "fideloper@gmail.com" + } + ], "description": "Set trusted proxies for Laravel", "keywords": [ "load balancing", @@ -462,7 +473,8 @@ "license": [ "BSD-3-Clause" ], - "authors": [{ + "authors": [ + { "name": "Neuman Vong", "email": "neuman+pear@twilio.com", "role": "Developer" @@ -523,11 +535,13 @@ "license": [ "MIT" ], - "authors": [{ - "name": "Michael Dowling", - "email": "mtdowling@gmail.com", - "homepage": "https://github.com/mtdowling" - }], + "authors": [ + { + "name": "Michael Dowling", + "email": "mtdowling@gmail.com", + "homepage": "https://github.com/mtdowling" + } + ], "description": "Guzzle is a PHP HTTP client library", "homepage": "http://guzzlephp.org/", "keywords": [ @@ -579,11 +593,13 @@ "license": [ "MIT" ], - "authors": [{ - "name": "Michael Dowling", - "email": "mtdowling@gmail.com", - "homepage": "https://github.com/mtdowling" - }], + "authors": [ + { + "name": "Michael Dowling", + "email": "mtdowling@gmail.com", + "homepage": "https://github.com/mtdowling" + } + ], "description": "Guzzle promises library", "keywords": [ "promise" @@ -637,7 +653,8 @@ "license": [ "MIT" ], - "authors": [{ + "authors": [ + { "name": "Michael Dowling", "email": "mtdowling@gmail.com", "homepage": "https://github.com/mtdowling" @@ -662,16 +679,16 @@ }, { "name": "intervention/image", - "version": "2.5.0", + "version": "2.5.1", "source": { "type": "git", "url": "https://github.com/Intervention/image.git", - "reference": "39eaef720d082ecc54c64bf54541c55f10db546d" + "reference": "abbf18d5ab8367f96b3205ca3c89fb2fa598c69e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Intervention/image/zipball/39eaef720d082ecc54c64bf54541c55f10db546d", - "reference": "39eaef720d082ecc54c64bf54541c55f10db546d", + "url": "https://api.github.com/repos/Intervention/image/zipball/abbf18d5ab8367f96b3205ca3c89fb2fa598c69e", + "reference": "abbf18d5ab8367f96b3205ca3c89fb2fa598c69e", "shasum": "" }, "require": { @@ -711,11 +728,13 @@ "license": [ "MIT" ], - "authors": [{ - "name": "Oliver Vogel", - "email": "oliver@olivervogel.com", - "homepage": "http://olivervogel.com/" - }], + "authors": [ + { + "name": "Oliver Vogel", + "email": "oliver@olivervogel.com", + "homepage": "http://olivervogel.com/" + } + ], "description": "Image handling and manipulation library with support for Laravel integration", "homepage": "http://image.intervention.io/", "keywords": [ @@ -726,7 +745,7 @@ "thumbnail", "watermark" ], - "time": "2019-06-24T14:06:31+00:00" + "time": "2019-11-02T09:15:47+00:00" }, { "name": "jakub-onderka/php-console-color", @@ -762,10 +781,12 @@ "license": [ "BSD-2-Clause" ], - "authors": [{ - "name": "Jakub Onderka", - "email": "jakub.onderka@gmail.com" - }], + "authors": [ + { + "name": "Jakub Onderka", + "email": "jakub.onderka@gmail.com" + } + ], "time": "2018-09-29T17:23:10+00:00" }, { @@ -804,11 +825,13 @@ "license": [ "MIT" ], - "authors": [{ - "name": "Jakub Onderka", - "email": "acci@acci.cz", - "homepage": "http://www.acci.cz/" - }], + "authors": [ + { + "name": "Jakub Onderka", + "email": "acci@acci.cz", + "homepage": "http://www.acci.cz/" + } + ], "description": "Highlight PHP code in terminal", "time": "2018-09-29T18:48:56+00:00" }, @@ -855,10 +878,12 @@ "license": [ "MIT" ], - "authors": [{ - "name": "Alexander Kalnoy", - "email": "lazychaser@gmail.com" - }], + "authors": [ + { + "name": "Alexander Kalnoy", + "email": "lazychaser@gmail.com" + } + ], "description": "Nested Set Model for Laravel 5.7 and up", "keywords": [ "database", @@ -871,16 +896,16 @@ }, { "name": "laravel/framework", - "version": "v6.3.0", + "version": "v6.5.0", "source": { "type": "git", "url": "https://github.com/laravel/framework.git", - "reference": "80914c430fb5e49f492812d704ba6aeec03d80a2" + "reference": "6d120a21ef0c69630e92dec67932ef434c746019" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laravel/framework/zipball/80914c430fb5e49f492812d704ba6aeec03d80a2", - "reference": "80914c430fb5e49f492812d704ba6aeec03d80a2", + "url": "https://api.github.com/repos/laravel/framework/zipball/6d120a21ef0c69630e92dec67932ef434c746019", + "reference": "6d120a21ef0c69630e92dec67932ef434c746019", "shasum": "" }, "require": { @@ -1001,17 +1026,19 @@ "license": [ "MIT" ], - "authors": [{ - "name": "Taylor Otwell", - "email": "taylor@laravel.com" - }], + "authors": [ + { + "name": "Taylor Otwell", + "email": "taylor@laravel.com" + } + ], "description": "The Laravel Framework.", "homepage": "https://laravel.com", "keywords": [ "framework", "laravel" ], - "time": "2019-10-15T13:38:24+00:00" + "time": "2019-11-05T14:32:58+00:00" }, { "name": "laravel/passport", @@ -1070,10 +1097,12 @@ "license": [ "MIT" ], - "authors": [{ - "name": "Taylor Otwell", - "email": "taylor@laravel.com" - }], + "authors": [ + { + "name": "Taylor Otwell", + "email": "taylor@laravel.com" + } + ], "description": "Laravel Passport provides OAuth2 server support to Laravel.", "keywords": [ "laravel", @@ -1130,10 +1159,12 @@ "license": [ "MIT" ], - "authors": [{ - "name": "Taylor Otwell", - "email": "taylor@laravel.com" - }], + "authors": [ + { + "name": "Taylor Otwell", + "email": "taylor@laravel.com" + } + ], "description": "Powerful REPL for the Laravel framework.", "keywords": [ "REPL", @@ -1184,11 +1215,13 @@ "license": [ "BSD-3-Clause" ], - "authors": [{ - "name": "Luís Otávio Cobucci Oblonczyk", - "email": "lcobucci@gmail.com", - "role": "Developer" - }], + "authors": [ + { + "name": "Luís Otávio Cobucci Oblonczyk", + "email": "lcobucci@gmail.com", + "role": "Developer" + } + ], "description": "A simple library to work with JSON Web Token and JSON Web Signature", "keywords": [ "JWS", @@ -1232,10 +1265,12 @@ "license": [ "MIT" ], - "authors": [{ - "name": "Frank de Jonge", - "email": "info@frenky.net" - }], + "authors": [ + { + "name": "Frank de Jonge", + "email": "info@frenky.net" + } + ], "description": "Event package", "keywords": [ "emitter", @@ -1300,10 +1335,12 @@ "license": [ "MIT" ], - "authors": [{ - "name": "Frank de Jonge", - "email": "info@frenky.net" - }], + "authors": [ + { + "name": "Frank de Jonge", + "email": "info@frenky.net" + } + ], "description": "Filesystem abstraction: Many filesystems, one API.", "keywords": [ "Cloud Files", @@ -1366,11 +1403,13 @@ "license": [ "MIT" ], - "authors": [{ - "name": "Jonathan Reinink", - "email": "jonathan@reinink.ca", - "homepage": "http://reinink.ca" - }], + "authors": [ + { + "name": "Jonathan Reinink", + "email": "jonathan@reinink.ca", + "homepage": "http://reinink.ca" + } + ], "description": "Wonderfully easy on-demand image manipulation library with an HTTP based API.", "homepage": "http://glide.thephpleague.com", "keywords": [ @@ -1429,7 +1468,8 @@ "license": [ "MIT" ], - "authors": [{ + "authors": [ + { "name": "Alex Bilbie", "email": "hello@alexbilbie.com", "homepage": "http://www.alexbilbie.com", @@ -1497,7 +1537,8 @@ "license": [ "MIT" ], - "authors": [{ + "authors": [ + { "name": "Paul Duncan", "email": "pabs@pablotron.org" }, @@ -1586,11 +1627,13 @@ "license": [ "MIT" ], - "authors": [{ - "name": "Jordi Boggiano", - "email": "j.boggiano@seld.be", - "homepage": "http://seld.be" - }], + "authors": [ + { + "name": "Jordi Boggiano", + "email": "j.boggiano@seld.be", + "homepage": "http://seld.be" + } + ], "description": "Sends your logs to files, sockets, inboxes, databases and various web services", "homepage": "http://github.com/Seldaek/monolog", "keywords": [ @@ -1632,10 +1675,12 @@ "license": [ "MIT" ], - "authors": [{ - "name": "PHP Enum contributors", - "homepage": "https://github.com/myclabs/php-enum/graphs/contributors" - }], + "authors": [ + { + "name": "PHP Enum contributors", + "homepage": "https://github.com/myclabs/php-enum/graphs/contributors" + } + ], "description": "PHP Enum implementation", "homepage": "http://github.com/myclabs/php-enum", "keywords": [ @@ -1645,16 +1690,16 @@ }, { "name": "nesbot/carbon", - "version": "2.25.3", + "version": "2.26.0", "source": { "type": "git", "url": "https://github.com/briannesbitt/Carbon.git", - "reference": "d07636581795383e2fea2d711212d30f941f2039" + "reference": "e01ecc0b71168febb52ae1fdc1cfcc95428e604e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/d07636581795383e2fea2d711212d30f941f2039", - "reference": "d07636581795383e2fea2d711212d30f941f2039", + "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/e01ecc0b71168febb52ae1fdc1cfcc95428e604e", + "reference": "e01ecc0b71168febb52ae1fdc1cfcc95428e604e", "shasum": "" }, "require": { @@ -1690,7 +1735,8 @@ "license": [ "MIT" ], - "authors": [{ + "authors": [ + { "name": "Brian Nesbitt", "email": "brian@nesbot.com", "homepage": "http://nesbot.com" @@ -1707,7 +1753,7 @@ "datetime", "time" ], - "time": "2019-10-20T11:05:44+00:00" + "time": "2019-10-21T21:32:25+00:00" }, { "name": "nikic/php-parser", @@ -1749,9 +1795,11 @@ "license": [ "BSD-3-Clause" ], - "authors": [{ - "name": "Nikita Popov" - }], + "authors": [ + { + "name": "Nikita Popov" + } + ], "description": "A PHP parser written in PHP", "keywords": [ "parser", @@ -1798,7 +1846,8 @@ "license": [ "MIT" ], - "authors": [{ + "authors": [ + { "name": "Marius Sarca", "email": "marius.sarca@gmail.com" }, @@ -1848,11 +1897,13 @@ "license": [ "MIT" ], - "authors": [{ - "name": "Paragon Initiative Enterprises", - "email": "security@paragonie.com", - "homepage": "https://paragonie.com" - }], + "authors": [ + { + "name": "Paragon Initiative Enterprises", + "email": "security@paragonie.com", + "homepage": "https://paragonie.com" + } + ], "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7", "keywords": [ "csprng", @@ -1897,10 +1948,12 @@ "license": [ "Apache2" ], - "authors": [{ - "name": "Johannes M. Schmitt", - "email": "schmittjoh@gmail.com" - }], + "authors": [ + { + "name": "Johannes M. Schmitt", + "email": "schmittjoh@gmail.com" + } + ], "description": "Option Type for PHP", "keywords": [ "language", @@ -1952,7 +2005,8 @@ "license": [ "MIT" ], - "authors": [{ + "authors": [ + { "name": "Jim Wigginton", "email": "terrafrost@php.net", "role": "Lead Developer" @@ -2033,10 +2087,12 @@ "license": [ "MIT" ], - "authors": [{ - "name": "PHP-FIG", - "homepage": "http://www.php-fig.org/" - }], + "authors": [ + { + "name": "PHP-FIG", + "homepage": "http://www.php-fig.org/" + } + ], "description": "Common Container Interface (PHP FIG PSR-11)", "homepage": "https://github.com/php-fig/container", "keywords": [ @@ -2081,10 +2137,12 @@ "license": [ "MIT" ], - "authors": [{ - "name": "PHP-FIG", - "homepage": "http://www.php-fig.org/" - }], + "authors": [ + { + "name": "PHP-FIG", + "homepage": "http://www.php-fig.org/" + } + ], "description": "Common interfaces for PSR-7 HTTP message factories", "keywords": [ "factory", @@ -2130,10 +2188,12 @@ "license": [ "MIT" ], - "authors": [{ - "name": "PHP-FIG", - "homepage": "http://www.php-fig.org/" - }], + "authors": [ + { + "name": "PHP-FIG", + "homepage": "http://www.php-fig.org/" + } + ], "description": "Common interface for HTTP messages", "homepage": "https://github.com/php-fig/http-message", "keywords": [ @@ -2148,16 +2208,16 @@ }, { "name": "psr/log", - "version": "1.1.1", + "version": "1.1.2", "source": { "type": "git", "url": "https://github.com/php-fig/log.git", - "reference": "bf73deb2b3b896a9d9c75f3f0d88185d2faa27e2" + "reference": "446d54b4cb6bf489fc9d75f55843658e6f25d801" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/log/zipball/bf73deb2b3b896a9d9c75f3f0d88185d2faa27e2", - "reference": "bf73deb2b3b896a9d9c75f3f0d88185d2faa27e2", + "url": "https://api.github.com/repos/php-fig/log/zipball/446d54b4cb6bf489fc9d75f55843658e6f25d801", + "reference": "446d54b4cb6bf489fc9d75f55843658e6f25d801", "shasum": "" }, "require": { @@ -2178,10 +2238,12 @@ "license": [ "MIT" ], - "authors": [{ - "name": "PHP-FIG", - "homepage": "http://www.php-fig.org/" - }], + "authors": [ + { + "name": "PHP-FIG", + "homepage": "http://www.php-fig.org/" + } + ], "description": "Common interface for logging libraries", "homepage": "https://github.com/php-fig/log", "keywords": [ @@ -2189,7 +2251,7 @@ "psr", "psr-3" ], - "time": "2019-10-25T08:06:51+00:00" + "time": "2019-11-01T11:05:21+00:00" }, { "name": "psr/simple-cache", @@ -2223,10 +2285,12 @@ "license": [ "MIT" ], - "authors": [{ - "name": "PHP-FIG", - "homepage": "http://www.php-fig.org/" - }], + "authors": [ + { + "name": "PHP-FIG", + "homepage": "http://www.php-fig.org/" + } + ], "description": "Common interfaces for simple caching", "keywords": [ "cache", @@ -2294,11 +2358,13 @@ "license": [ "MIT" ], - "authors": [{ - "name": "Justin Hileman", - "email": "justin@justinhileman.info", - "homepage": "http://justinhileman.com" - }], + "authors": [ + { + "name": "Justin Hileman", + "email": "justin@justinhileman.info", + "homepage": "http://justinhileman.com" + } + ], "description": "An interactive shell for modern PHP.", "homepage": "http://psysh.org", "keywords": [ @@ -2340,10 +2406,12 @@ "license": [ "MIT" ], - "authors": [{ - "name": "Ralph Khattar", - "email": "ralph.khattar@gmail.com" - }], + "authors": [ + { + "name": "Ralph Khattar", + "email": "ralph.khattar@gmail.com" + } + ], "description": "A polyfill for getallheaders.", "time": "2019-03-08T08:55:37+00:00" }, @@ -2405,7 +2473,8 @@ "license": [ "MIT" ], - "authors": [{ + "authors": [ + { "name": "Marijn Huizendveld", "email": "marijn.huizendveld@gmail.com" }, @@ -2465,12 +2534,14 @@ "license": [ "MIT" ], - "authors": [{ - "name": "Freek Van der Herten", - "email": "freek@spatie.be", - "homepage": "https://spatie.be", - "role": "Developer" - }], + "authors": [ + { + "name": "Freek Van der Herten", + "email": "freek@spatie.be", + "homepage": "https://spatie.be", + "role": "Developer" + } + ], "description": "Manipulate images with an expressive API", "homepage": "https://github.com/spatie/image", "keywords": [ @@ -2513,12 +2584,14 @@ "license": [ "MIT" ], - "authors": [{ - "name": "Freek Van der Herten", - "email": "freek@spatie.be", - "homepage": "https://spatie.be", - "role": "Developer" - }], + "authors": [ + { + "name": "Freek Van der Herten", + "email": "freek@spatie.be", + "homepage": "https://spatie.be", + "role": "Developer" + } + ], "description": "Easily optimize images using PHP", "homepage": "https://github.com/spatie/image-optimizer", "keywords": [ @@ -2589,12 +2662,14 @@ "license": [ "MIT" ], - "authors": [{ - "name": "Freek Van der Herten", - "email": "freek@spatie.be", - "homepage": "https://murze.be", - "role": "Developer" - }], + "authors": [ + { + "name": "Freek Van der Herten", + "email": "freek@spatie.be", + "homepage": "https://murze.be", + "role": "Developer" + } + ], "description": "Associate files with Eloquent models", "homepage": "https://github.com/spatie/laravel-medialibrary", "keywords": [ @@ -2640,12 +2715,14 @@ "license": [ "MIT" ], - "authors": [{ - "name": "Freek Van der Herten", - "email": "freek@spatie.be", - "homepage": "https://spatie.be", - "role": "Developer" - }], + "authors": [ + { + "name": "Freek Van der Herten", + "email": "freek@spatie.be", + "homepage": "https://spatie.be", + "role": "Developer" + } + ], "description": "Convert a pdf to an image", "homepage": "https://github.com/spatie/pdf-to-image", "keywords": [ @@ -2687,12 +2764,14 @@ "license": [ "MIT" ], - "authors": [{ - "name": "Alex Vanderbist", - "email": "alex@spatie.be", - "homepage": "https://spatie.be", - "role": "Developer" - }], + "authors": [ + { + "name": "Alex Vanderbist", + "email": "alex@spatie.be", + "homepage": "https://spatie.be", + "role": "Developer" + } + ], "description": "Easily create, use and destroy temporary directories", "homepage": "https://github.com/spatie/temporary-directory", "keywords": [ @@ -2745,7 +2824,8 @@ "license": [ "MIT" ], - "authors": [{ + "authors": [ + { "name": "Chris Corbyn" }, { @@ -2764,16 +2844,16 @@ }, { "name": "symfony/console", - "version": "v4.3.5", + "version": "v4.3.6", "source": { "type": "git", "url": "https://github.com/symfony/console.git", - "reference": "929ddf360d401b958f611d44e726094ab46a7369" + "reference": "136c4bd62ea871d00843d1bc0316de4c4a84bb78" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/929ddf360d401b958f611d44e726094ab46a7369", - "reference": "929ddf360d401b958f611d44e726094ab46a7369", + "url": "https://api.github.com/repos/symfony/console/zipball/136c4bd62ea871d00843d1bc0316de4c4a84bb78", + "reference": "136c4bd62ea871d00843d1bc0316de4c4a84bb78", "shasum": "" }, "require": { @@ -2823,7 +2903,8 @@ "license": [ "MIT" ], - "authors": [{ + "authors": [ + { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, @@ -2834,11 +2915,11 @@ ], "description": "Symfony Console Component", "homepage": "https://symfony.com", - "time": "2019-10-07T12:36:49+00:00" + "time": "2019-10-30T12:58:49+00:00" }, { "name": "symfony/css-selector", - "version": "v4.3.5", + "version": "v4.3.6", "source": { "type": "git", "url": "https://github.com/symfony/css-selector.git", @@ -2871,7 +2952,8 @@ "license": [ "MIT" ], - "authors": [{ + "authors": [ + { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, @@ -2890,16 +2972,16 @@ }, { "name": "symfony/debug", - "version": "v4.3.5", + "version": "v4.3.6", "source": { "type": "git", "url": "https://github.com/symfony/debug.git", - "reference": "cc5c1efd0edfcfd10b354750594a46b3dd2afbbe" + "reference": "5ea9c3e01989a86ceaa0283f21234b12deadf5e2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/debug/zipball/cc5c1efd0edfcfd10b354750594a46b3dd2afbbe", - "reference": "cc5c1efd0edfcfd10b354750594a46b3dd2afbbe", + "url": "https://api.github.com/repos/symfony/debug/zipball/5ea9c3e01989a86ceaa0283f21234b12deadf5e2", + "reference": "5ea9c3e01989a86ceaa0283f21234b12deadf5e2", "shasum": "" }, "require": { @@ -2930,7 +3012,8 @@ "license": [ "MIT" ], - "authors": [{ + "authors": [ + { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, @@ -2941,11 +3024,11 @@ ], "description": "Symfony Debug Component", "homepage": "https://symfony.com", - "time": "2019-09-19T15:51:53+00:00" + "time": "2019-10-28T17:07:32+00:00" }, { "name": "symfony/event-dispatcher", - "version": "v4.3.5", + "version": "v4.3.6", "source": { "type": "git", "url": "https://github.com/symfony/event-dispatcher.git", @@ -2999,7 +3082,8 @@ "license": [ "MIT" ], - "authors": [{ + "authors": [ + { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, @@ -3048,7 +3132,8 @@ "license": [ "MIT" ], - "authors": [{ + "authors": [ + { "name": "Nicolas Grekas", "email": "p@tchwork.com" }, @@ -3071,16 +3156,16 @@ }, { "name": "symfony/finder", - "version": "v4.3.5", + "version": "v4.3.6", "source": { "type": "git", "url": "https://github.com/symfony/finder.git", - "reference": "5e575faa95548d0586f6bedaeabec259714e44d1" + "reference": "72a068f77e317ae77c0a0495236ad292cfb5ce6f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/finder/zipball/5e575faa95548d0586f6bedaeabec259714e44d1", - "reference": "5e575faa95548d0586f6bedaeabec259714e44d1", + "url": "https://api.github.com/repos/symfony/finder/zipball/72a068f77e317ae77c0a0495236ad292cfb5ce6f", + "reference": "72a068f77e317ae77c0a0495236ad292cfb5ce6f", "shasum": "" }, "require": { @@ -3104,7 +3189,8 @@ "license": [ "MIT" ], - "authors": [{ + "authors": [ + { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, @@ -3115,20 +3201,20 @@ ], "description": "Symfony Finder Component", "homepage": "https://symfony.com", - "time": "2019-09-16T11:29:48+00:00" + "time": "2019-10-30T12:53:54+00:00" }, { "name": "symfony/http-foundation", - "version": "v4.3.5", + "version": "v4.3.6", "source": { "type": "git", "url": "https://github.com/symfony/http-foundation.git", - "reference": "76590ced16d4674780863471bae10452b79210a5" + "reference": "38f63e471cda9d37ac06e76d14c5ea2ec5887051" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-foundation/zipball/76590ced16d4674780863471bae10452b79210a5", - "reference": "76590ced16d4674780863471bae10452b79210a5", + "url": "https://api.github.com/repos/symfony/http-foundation/zipball/38f63e471cda9d37ac06e76d14c5ea2ec5887051", + "reference": "38f63e471cda9d37ac06e76d14c5ea2ec5887051", "shasum": "" }, "require": { @@ -3158,7 +3244,8 @@ "license": [ "MIT" ], - "authors": [{ + "authors": [ + { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, @@ -3169,20 +3256,20 @@ ], "description": "Symfony HttpFoundation Component", "homepage": "https://symfony.com", - "time": "2019-10-04T19:48:13+00:00" + "time": "2019-10-30T12:58:49+00:00" }, { "name": "symfony/http-kernel", - "version": "v4.3.5", + "version": "v4.3.6", "source": { "type": "git", "url": "https://github.com/symfony/http-kernel.git", - "reference": "5f08141850932e8019c01d8988bf3ed6367d2991" + "reference": "56acfda9e734e8715b3b0e6859cdb4f5b28757bf" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-kernel/zipball/5f08141850932e8019c01d8988bf3ed6367d2991", - "reference": "5f08141850932e8019c01d8988bf3ed6367d2991", + "url": "https://api.github.com/repos/symfony/http-kernel/zipball/56acfda9e734e8715b3b0e6859cdb4f5b28757bf", + "reference": "56acfda9e734e8715b3b0e6859cdb4f5b28757bf", "shasum": "" }, "require": { @@ -3249,7 +3336,8 @@ "license": [ "MIT" ], - "authors": [{ + "authors": [ + { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, @@ -3260,20 +3348,20 @@ ], "description": "Symfony HttpKernel Component", "homepage": "https://symfony.com", - "time": "2019-10-07T15:06:41+00:00" + "time": "2019-11-01T10:00:03+00:00" }, { "name": "symfony/mime", - "version": "v4.3.5", + "version": "v4.3.6", "source": { "type": "git", "url": "https://github.com/symfony/mime.git", - "reference": "32f71570547b91879fdbd9cf50317d556ae86916" + "reference": "3c0e197529da6e59b217615ba8ee7604df88b551" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/mime/zipball/32f71570547b91879fdbd9cf50317d556ae86916", - "reference": "32f71570547b91879fdbd9cf50317d556ae86916", + "url": "https://api.github.com/repos/symfony/mime/zipball/3c0e197529da6e59b217615ba8ee7604df88b551", + "reference": "3c0e197529da6e59b217615ba8ee7604df88b551", "shasum": "" }, "require": { @@ -3303,7 +3391,8 @@ "license": [ "MIT" ], - "authors": [{ + "authors": [ + { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, @@ -3318,7 +3407,7 @@ "mime", "mime-type" ], - "time": "2019-09-19T17:00:15+00:00" + "time": "2019-10-30T12:58:49+00:00" }, { "name": "symfony/polyfill-ctype", @@ -3358,7 +3447,8 @@ "license": [ "MIT" ], - "authors": [{ + "authors": [ + { "name": "Gert de Pagter", "email": "BackEndTea@gmail.com" }, @@ -3415,7 +3505,8 @@ "license": [ "MIT" ], - "authors": [{ + "authors": [ + { "name": "Nicolas Grekas", "email": "p@tchwork.com" }, @@ -3475,7 +3566,8 @@ "license": [ "MIT" ], - "authors": [{ + "authors": [ + { "name": "Laurent Bassin", "email": "laurent@bassin.info" }, @@ -3534,7 +3626,8 @@ "license": [ "MIT" ], - "authors": [{ + "authors": [ + { "name": "Nicolas Grekas", "email": "p@tchwork.com" }, @@ -3589,7 +3682,8 @@ "license": [ "MIT" ], - "authors": [{ + "authors": [ + { "name": "Nicolas Grekas", "email": "p@tchwork.com" }, @@ -3646,7 +3740,8 @@ "license": [ "MIT" ], - "authors": [{ + "authors": [ + { "name": "Nicolas Grekas", "email": "p@tchwork.com" }, @@ -3667,16 +3762,16 @@ }, { "name": "symfony/process", - "version": "v4.3.5", + "version": "v4.3.6", "source": { "type": "git", "url": "https://github.com/symfony/process.git", - "reference": "50556892f3cc47d4200bfd1075314139c4c9ff4b" + "reference": "3b2e0cb029afbb0395034509291f21191d1a4db0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/process/zipball/50556892f3cc47d4200bfd1075314139c4c9ff4b", - "reference": "50556892f3cc47d4200bfd1075314139c4c9ff4b", + "url": "https://api.github.com/repos/symfony/process/zipball/3b2e0cb029afbb0395034509291f21191d1a4db0", + "reference": "3b2e0cb029afbb0395034509291f21191d1a4db0", "shasum": "" }, "require": { @@ -3700,7 +3795,8 @@ "license": [ "MIT" ], - "authors": [{ + "authors": [ + { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, @@ -3711,7 +3807,7 @@ ], "description": "Symfony Process Component", "homepage": "https://symfony.com", - "time": "2019-09-26T21:17:10+00:00" + "time": "2019-10-28T17:07:32+00:00" }, { "name": "symfony/psr-http-message-bridge", @@ -3758,7 +3854,8 @@ "license": [ "MIT" ], - "authors": [{ + "authors": [ + { "name": "Symfony Community", "homepage": "http://symfony.com/contributors" }, @@ -3779,16 +3876,16 @@ }, { "name": "symfony/routing", - "version": "v4.3.5", + "version": "v4.3.6", "source": { "type": "git", "url": "https://github.com/symfony/routing.git", - "reference": "3b174ef04fe66696524efad1e5f7a6c663d822ea" + "reference": "63a9920cc86fcc745e5ea254e362f02b615290b9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/routing/zipball/3b174ef04fe66696524efad1e5f7a6c663d822ea", - "reference": "3b174ef04fe66696524efad1e5f7a6c663d822ea", + "url": "https://api.github.com/repos/symfony/routing/zipball/63a9920cc86fcc745e5ea254e362f02b615290b9", + "reference": "63a9920cc86fcc745e5ea254e362f02b615290b9", "shasum": "" }, "require": { @@ -3833,7 +3930,8 @@ "license": [ "MIT" ], - "authors": [{ + "authors": [ + { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, @@ -3850,7 +3948,7 @@ "uri", "url" ], - "time": "2019-10-04T20:57:10+00:00" + "time": "2019-10-30T12:58:49+00:00" }, { "name": "symfony/service-contracts", @@ -3888,7 +3986,8 @@ "license": [ "MIT" ], - "authors": [{ + "authors": [ + { "name": "Nicolas Grekas", "email": "p@tchwork.com" }, @@ -3911,16 +4010,16 @@ }, { "name": "symfony/translation", - "version": "v4.3.5", + "version": "v4.3.6", "source": { "type": "git", "url": "https://github.com/symfony/translation.git", - "reference": "fe6193b066c457c144333c06aaa869a2d42a167f" + "reference": "a3aa590ce944afb3434d7a55f81b00927144d5ec" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/translation/zipball/fe6193b066c457c144333c06aaa869a2d42a167f", - "reference": "fe6193b066c457c144333c06aaa869a2d42a167f", + "url": "https://api.github.com/repos/symfony/translation/zipball/a3aa590ce944afb3434d7a55f81b00927144d5ec", + "reference": "a3aa590ce944afb3434d7a55f81b00927144d5ec", "shasum": "" }, "require": { @@ -3971,7 +4070,8 @@ "license": [ "MIT" ], - "authors": [{ + "authors": [ + { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, @@ -3982,7 +4082,7 @@ ], "description": "Symfony Translation Component", "homepage": "https://symfony.com", - "time": "2019-09-27T14:37:39+00:00" + "time": "2019-10-30T12:53:54+00:00" }, { "name": "symfony/translation-contracts", @@ -4019,7 +4119,8 @@ "license": [ "MIT" ], - "authors": [{ + "authors": [ + { "name": "Nicolas Grekas", "email": "p@tchwork.com" }, @@ -4042,16 +4143,16 @@ }, { "name": "symfony/var-dumper", - "version": "v4.3.5", + "version": "v4.3.6", "source": { "type": "git", "url": "https://github.com/symfony/var-dumper.git", - "reference": "bde8957fc415fdc6964f33916a3755737744ff05" + "reference": "ea4940845535c85ff5c505e13b3205b0076d07bf" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/var-dumper/zipball/bde8957fc415fdc6964f33916a3755737744ff05", - "reference": "bde8957fc415fdc6964f33916a3755737744ff05", + "url": "https://api.github.com/repos/symfony/var-dumper/zipball/ea4940845535c85ff5c505e13b3205b0076d07bf", + "reference": "ea4940845535c85ff5c505e13b3205b0076d07bf", "shasum": "" }, "require": { @@ -4098,7 +4199,8 @@ "license": [ "MIT" ], - "authors": [{ + "authors": [ + { "name": "Nicolas Grekas", "email": "p@tchwork.com" }, @@ -4113,7 +4215,7 @@ "debug", "dump" ], - "time": "2019-10-04T19:48:13+00:00" + "time": "2019-10-13T12:02:04+00:00" }, { "name": "tijsverkoyen/css-to-inline-styles", @@ -4153,11 +4255,13 @@ "license": [ "BSD-3-Clause" ], - "authors": [{ - "name": "Tijs Verkoyen", - "email": "css_to_inline_styles@verkoyen.eu", - "role": "Developer" - }], + "authors": [ + { + "name": "Tijs Verkoyen", + "email": "css_to_inline_styles@verkoyen.eu", + "role": "Developer" + } + ], "description": "CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very useful when you're sending emails.", "homepage": "https://github.com/tijsverkoyen/CssToInlineStyles", "time": "2019-10-24T08:53:34+00:00" @@ -4199,7 +4303,8 @@ "license": [ "BSD-3-Clause" ], - "authors": [{ + "authors": [ + { "name": "Graham Campbell", "email": "graham@alt-three.com", "homepage": "https://gjcampbell.co.uk/" @@ -4224,11 +4329,7 @@ "dist": { "type": "path", "url": "./modules/wm-common", - << - << << < HEAD "reference": "050f444e7eca87923e89b9720c7bef69225486af" === - === = - "reference": "94c64d08ddf0e2fe2df443559e255b8ac1053109" >>> - >>> > 4585 c2bcaf8f0602858320f596af444fc03c7818 + "reference": "bbec8089ed475a28c2b95016a8d591134bad8ee4" }, "require": { "php": "^7.1.3", @@ -4271,11 +4372,7 @@ "dist": { "type": "path", "url": "./modules/wm-core", - << - << << < HEAD "reference": "7d5a1a7a36502482ef6d39c00e6d77ce4a11c5da" === - === = - "reference": "a134a6228fd1dd22ef09f0124aeffcf78bb116e2" >>> - >>> > 4585 c2bcaf8f0602858320f596af444fc03c7818 + "reference": "16350f038f2a5d6aac4fbbbda89fdcc045fe04b9" }, "require": { "php": "^7.1.3" @@ -4317,11 +4414,7 @@ "dist": { "type": "path", "url": "./modules/wm-crm", - << - << << < HEAD "reference": "286739cee040ddf6db4d6d7a346f498b568e9fbb" === - === = - "reference": "dab977301d306066e1186227ee1a6432178fe493" >>> - >>> > 4585 c2bcaf8f0602858320f596af444fc03c7818 + "reference": "3d81d38972fb8e3cd16cb64a54f5e0ad01c44e3e" }, "require": { "php": "^7.1.3", @@ -4365,15 +4458,12 @@ "dist": { "type": "path", "url": "./modules/wm-reservation", - "reference": "efc73be821c7a1027caa8095c21121325182627a" + "reference": "032d8c064ee8038661df316a995f908dccbe9ede" }, - "require": { << - << << < HEAD "php": "^7.1.3", + "require": { + "php": "^7.1.3", "wm/common": "dev-master", - "wm/core": "dev-master" === - === = - "wm/common": "dev-master" >>> - >>> > 4585 c2bcaf8f0602858320f596af444fc03c7818 + "wm/core": "dev-master" }, "require-dev": { "orchestra/testbench": "~3.6.0", @@ -4402,6 +4492,50 @@ ], "description": "add reservation system to willamall" }, + { + "name": "wm/store", + "version": "dev-master", + "dist": { + "type": "path", + "url": "./modules/wm-store", + "reference": "ecfed1a9bcb46339d3cab3c50b3dd0bd8a73b12f" + }, + "require": { + "php": "^7.1.3", + "wm/common": "dev-master", + "wm/core": "dev-master" + }, + "require-dev": { + "orchestra/testbench": "~3.6.0", + "phpunit/phpunit": "^7.0" + }, + "type": "library", + "extra": { + "laravel": { + "providers": [ + "WM\\Store\\StoreServiceProvider" + ] + } + }, + "autoload": { + "psr-4": { + "WM\\Store\\": "src/" + }, + "classmap": [ + "database/seeds", + "database/factories" + ] + }, + "autoload-dev": { + "psr-4": { + "WM\\Store\\Tests\\": "tests/" + } + }, + "license": [ + "MIT" + ], + "description": "Store relationship management" + }, { "name": "zendframework/zend-diactoros", "version": "2.1.5", @@ -4470,7 +4604,8 @@ "time": "2019-10-10T17:38:20+00:00" } ], - "packages-dev": [{ + "packages-dev": [ + { "name": "beyondcode/laravel-dump-server", "version": "1.3.0", "source": { @@ -4515,12 +4650,14 @@ "license": [ "MIT" ], - "authors": [{ - "name": "Marcel Pociot", - "email": "marcel@beyondco.de", - "homepage": "https://beyondco.de", - "role": "Developer" - }], + "authors": [ + { + "name": "Marcel Pociot", + "email": "marcel@beyondco.de", + "homepage": "https://beyondco.de", + "role": "Developer" + } + ], "description": "Symfony Var-Dump Server for Laravel", "homepage": "https://github.com/beyondcode/laravel-dump-server", "keywords": [ @@ -4566,7 +4703,8 @@ "license": [ "MIT" ], - "authors": [{ + "authors": [ + { "name": "Guilherme Blanco", "email": "guilhermeblanco@gmail.com" }, @@ -4637,11 +4775,13 @@ "license": [ "MIT" ], - "authors": [{ - "name": "Marco Pivetta", - "email": "ocramius@gmail.com", - "homepage": "http://ocramius.github.com/" - }], + "authors": [ + { + "name": "Marco Pivetta", + "email": "ocramius@gmail.com", + "homepage": "http://ocramius.github.com/" + } + ], "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", "homepage": "https://www.doctrine-project.org/projects/instantiator.html", "keywords": [ @@ -4692,11 +4832,13 @@ "license": [ "MIT" ], - "authors": [{ - "name": "Filipe Dobreira", - "homepage": "https://github.com/filp", - "role": "Developer" - }], + "authors": [ + { + "name": "Filipe Dobreira", + "homepage": "https://github.com/filp", + "role": "Developer" + } + ], "description": "php error handling for cool kids", "homepage": "https://filp.github.io/whoops/", "keywords": [ @@ -4746,9 +4888,11 @@ "license": [ "MIT" ], - "authors": [{ - "name": "François Zaninotto" - }], + "authors": [ + { + "name": "François Zaninotto" + } + ], "description": "Faker is a PHP library that generates fake data for you.", "keywords": [ "data", @@ -4842,7 +4986,8 @@ "license": [ "BSD-3-Clause" ], - "authors": [{ + "authors": [ + { "name": "Pádraic Brady", "email": "padraic.brady@gmail.com", "homepage": "http://blog.astrumfutura.com" @@ -4960,10 +5105,12 @@ "license": [ "MIT" ], - "authors": [{ - "name": "Nuno Maduro", - "email": "enunomaduro@gmail.com" - }], + "authors": [ + { + "name": "Nuno Maduro", + "email": "enunomaduro@gmail.com" + } + ], "description": "Cli error handling for console/command-line PHP applications.", "keywords": [ "artisan", @@ -5014,7 +5161,8 @@ "license": [ "BSD-3-Clause" ], - "authors": [{ + "authors": [ + { "name": "Arne Blankerts", "email": "arne@blankerts.de", "role": "Developer" @@ -5060,7 +5208,8 @@ "license": [ "BSD-3-Clause" ], - "authors": [{ + "authors": [ + { "name": "Arne Blankerts", "email": "arne@blankerts.de", "role": "Developer" @@ -5114,10 +5263,12 @@ "license": [ "MIT" ], - "authors": [{ - "name": "Jaap van Otterdijk", - "email": "opensource@ijaap.nl" - }], + "authors": [ + { + "name": "Jaap van Otterdijk", + "email": "opensource@ijaap.nl" + } + ], "description": "Common reflection classes used by phpdocumentor to reflect the code structure", "homepage": "http://www.phpdoc.org", "keywords": [ @@ -5171,10 +5322,12 @@ "license": [ "MIT" ], - "authors": [{ - "name": "Mike van Riel", - "email": "me@mikevanriel.com" - }], + "authors": [ + { + "name": "Mike van Riel", + "email": "me@mikevanriel.com" + } + ], "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.", "time": "2019-09-12T14:27:41+00:00" }, @@ -5216,10 +5369,12 @@ "license": [ "MIT" ], - "authors": [{ - "name": "Mike van Riel", - "email": "me@mikevanriel.com" - }], + "authors": [ + { + "name": "Mike van Riel", + "email": "me@mikevanriel.com" + } + ], "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names", "time": "2019-08-22T18:11:29+00:00" }, @@ -5263,7 +5418,8 @@ "license": [ "MIT" ], - "authors": [{ + "authors": [ + { "name": "Konstantin Kudryashov", "email": "ever.zet@gmail.com", "homepage": "http://everzet.com" @@ -5332,11 +5488,13 @@ "license": [ "BSD-3-Clause" ], - "authors": [{ - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de", - "role": "lead" - }], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.", "homepage": "https://github.com/sebastianbergmann/php-code-coverage", "keywords": [ @@ -5381,11 +5539,13 @@ "license": [ "BSD-3-Clause" ], - "authors": [{ - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de", - "role": "lead" - }], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], "description": "FilterIterator implementation that filters files based on a list of suffixes.", "homepage": "https://github.com/sebastianbergmann/php-file-iterator/", "keywords": [ @@ -5421,11 +5581,13 @@ "license": [ "BSD-3-Clause" ], - "authors": [{ - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de", - "role": "lead" - }], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], "description": "Simple template engine.", "homepage": "https://github.com/sebastianbergmann/php-text-template/", "keywords": [ @@ -5468,11 +5630,13 @@ "license": [ "BSD-3-Clause" ], - "authors": [{ - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de", - "role": "lead" - }], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], "description": "Utility class for timing", "homepage": "https://github.com/sebastianbergmann/php-timer/", "keywords": [ @@ -5516,10 +5680,12 @@ "license": [ "BSD-3-Clause" ], - "authors": [{ - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de" - }], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + } + ], "description": "Wrapper around PHP's tokenizer extension.", "homepage": "https://github.com/sebastianbergmann/php-token-stream/", "keywords": [ @@ -5595,11 +5761,13 @@ "license": [ "BSD-3-Clause" ], - "authors": [{ - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de", - "role": "lead" - }], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], "description": "The PHP Unit Testing framework.", "homepage": "https://phpunit.de/", "keywords": [ @@ -5644,10 +5812,12 @@ "license": [ "BSD-3-Clause" ], - "authors": [{ - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de" - }], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + } + ], "description": "Looks up which function or method a line of code belongs to", "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/", "time": "2017-03-04T06:30:41+00:00" @@ -5689,7 +5859,8 @@ "license": [ "BSD-3-Clause" ], - "authors": [{ + "authors": [ + { "name": "Jeff Welch", "email": "whatthejeff@gmail.com" }, @@ -5751,7 +5922,8 @@ "license": [ "BSD-3-Clause" ], - "authors": [{ + "authors": [ + { "name": "Kore Nordmann", "email": "mail@kore-nordmann.de" }, @@ -5808,10 +5980,12 @@ "license": [ "BSD-3-Clause" ], - "authors": [{ - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de" - }], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + } + ], "description": "Provides functionality to handle HHVM/PHP environments", "homepage": "http://www.github.com/sebastianbergmann/environment", "keywords": [ @@ -5858,7 +6032,8 @@ "license": [ "BSD-3-Clause" ], - "authors": [{ + "authors": [ + { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de" }, @@ -5925,10 +6100,12 @@ "license": [ "BSD-3-Clause" ], - "authors": [{ - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de" - }], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + } + ], "description": "Snapshotting of global state", "homepage": "http://www.github.com/sebastianbergmann/global-state", "keywords": [ @@ -5973,10 +6150,12 @@ "license": [ "BSD-3-Clause" ], - "authors": [{ - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de" - }], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + } + ], "description": "Traverses array structures and object graphs to enumerate all referenced objects", "homepage": "https://github.com/sebastianbergmann/object-enumerator/", "time": "2017-08-03T12:35:26+00:00" @@ -6016,10 +6195,12 @@ "license": [ "BSD-3-Clause" ], - "authors": [{ - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de" - }], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + } + ], "description": "Allows reflection of object attributes, including inherited and non-public ones", "homepage": "https://github.com/sebastianbergmann/object-reflector/", "time": "2017-03-29T09:07:27+00:00" @@ -6059,7 +6240,8 @@ "license": [ "BSD-3-Clause" ], - "authors": [{ + "authors": [ + { "name": "Jeff Welch", "email": "whatthejeff@gmail.com" }, @@ -6108,10 +6290,12 @@ "license": [ "BSD-3-Clause" ], - "authors": [{ - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de" - }], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + } + ], "description": "Provides a list of PHP built-in functions that operate on resources", "homepage": "https://www.github.com/sebastianbergmann/resource-operations", "time": "2018-10-04T04:07:39+00:00" @@ -6148,27 +6332,29 @@ "license": [ "BSD-3-Clause" ], - "authors": [{ - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de", - "role": "lead" - }], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], "description": "Library that helps with managing the version number of Git-hosted PHP projects", "homepage": "https://github.com/sebastianbergmann/version", "time": "2016-10-03T07:35:21+00:00" }, { "name": "symfony/yaml", - "version": "v4.3.5", + "version": "v4.3.6", "source": { "type": "git", "url": "https://github.com/symfony/yaml.git", - "reference": "41e16350a2a1c7383c4735aa2f9fce74cf3d1178" + "reference": "324cf4b19c345465fad14f3602050519e09e361d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/yaml/zipball/41e16350a2a1c7383c4735aa2f9fce74cf3d1178", - "reference": "41e16350a2a1c7383c4735aa2f9fce74cf3d1178", + "url": "https://api.github.com/repos/symfony/yaml/zipball/324cf4b19c345465fad14f3602050519e09e361d", + "reference": "324cf4b19c345465fad14f3602050519e09e361d", "shasum": "" }, "require": { @@ -6202,7 +6388,8 @@ "license": [ "MIT" ], - "authors": [{ + "authors": [ + { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, @@ -6213,7 +6400,7 @@ ], "description": "Symfony Yaml Component", "homepage": "https://symfony.com", - "time": "2019-09-11T15:41:19+00:00" + "time": "2019-10-30T12:58:49+00:00" }, { "name": "theseer/tokenizer", @@ -6245,11 +6432,13 @@ "license": [ "BSD-3-Clause" ], - "authors": [{ - "name": "Arne Blankerts", - "email": "arne@blankerts.de", - "role": "Developer" - }], + "authors": [ + { + "name": "Arne Blankerts", + "email": "arne@blankerts.de", + "role": "Developer" + } + ], "description": "A small library for converting tokenized PHP source code into XML and potentially other formats", "time": "2019-06-13T22:48:21+00:00" }, @@ -6289,10 +6478,12 @@ "license": [ "MIT" ], - "authors": [{ - "name": "Bernhard Schussek", - "email": "bschussek@gmail.com" - }], + "authors": [ + { + "name": "Bernhard Schussek", + "email": "bschussek@gmail.com" + } + ], "description": "Assertions to validate method input/output with nice error messages.", "keywords": [ "assert", @@ -6342,7 +6533,8 @@ "license": [ "Apache-2.0" ], - "authors": [{ + "authors": [ + { "name": "Robert Allen", "email": "zircote@gmail.com", "homepage": "http://www.zircote.com" @@ -6370,6 +6562,7 @@ "wm/common": 20, "wm/core": 20, "wm/crm": 20, + "wm/store": 20, "wm/reservation": 20 }, "prefer-stable": true, diff --git a/public/mix-manifest.json b/public/mix-manifest.json index 209baf9..e895d90 100644 --- a/public/mix-manifest.json +++ b/public/mix-manifest.json @@ -1,6 +1,7 @@ { - "/js/vue/Authentication/app.js": "/js/vue/Authentication/app.js?id=7c4825c4679a1e4ed1e1", - "/js/vue/Home/app.js": "/js/vue/Home/app.js?id=aca7fc409acbfefc01c8", - "/js/vue/Modules/CRM/app.js": "/js/vue/Modules/CRM/app.js?id=66c0e1949570a888ac45", - "/js/vue/User/app.js": "/js/vue/User/app.js?id=f1630a1732ec04e32100" + "/js/vue/Authentication/app.js": "/js/vue/Authentication/app.js?id=f42769f802937bf95150", + "/js/vue/Home/app.js": "/js/vue/Home/app.js?id=20cbc303a38d3ff32b72", + "/js/vue/Modules/CRM/app.js": "/js/vue/Modules/CRM/app.js?id=e9a742ddfd5ff64b9511", + "/js/vue/Modules/Store/app.js": "/js/vue/Modules/Store/app.js?id=0076ff8cc3ac14215ddb", + "/js/vue/User/app.js": "/js/vue/User/app.js?id=177d52042c2071ccddeb" } diff --git a/resources/js/Global/components/Body/Backgrounds/Gradient-CSS.vue b/resources/js/Global/components/Body/Backgrounds/Gradient-CSS.vue index 4542287..fc24fb1 100644 --- a/resources/js/Global/components/Body/Backgrounds/Gradient-CSS.vue +++ b/resources/js/Global/components/Body/Backgrounds/Gradient-CSS.vue @@ -19,37 +19,44 @@ export default { .backgrounds { // background: linear-gradient(163deg, #1C0F41, #085156, #0C1630); - background-size: 600% 600%; - -webkit-animation: AnimationName 30s ease infinite; - -moz-animation: AnimationName 30s ease infinite; - -o-animation: AnimationName 30s ease infinite; - animation: AnimationName 30s ease infinite; + background-size: 100% 100%; + // -webkit-animation: MovingBackground 3s ease infinite; + // -moz-animation: MovingBackground 3s ease infinite; + // -o-animation: MovingBackground 3s ease infinite; + animation: MovingBackground 3s ease all infinite; min-width: 100%; min-height: 100%; position:fixed; z-index: -1; + background-position:0% 0%; } -@-webkit-keyframes AnimationName { +// @-webkit-keyframes MovingBackground { +// 0%{background-position:37% 0%} +// 50%{background-position:64% 100%} +// 100%{background-position:37% 0%} +// } +// @-moz-keyframes MovingBackground { +// 0%{background-position:37% 0%} +// 50%{background-position:64% 100%} +// 100%{background-position:37% 0%} +// } +// @-o-keyframes MovingBackground { +// 0%{background-position:37% 0%} +// 50%{background-position:64% 100%} +// 100%{background-position:37% 0%} +// } +@keyframes MovingBackground { 0%{background-position:37% 0%} 50%{background-position:64% 100%} 100%{background-position:37% 0%} } -@-moz-keyframes AnimationName { - 0%{background-position:37% 0%} - 50%{background-position:64% 100%} - 100%{background-position:37% 0%} -} -@-o-keyframes AnimationName { - 0%{background-position:37% 0%} - 50%{background-position:64% 100%} - 100%{background-position:37% 0%} -} -@keyframes AnimationName { - 0%{background-position:37% 0%} - 50%{background-position:64% 100%} - 100%{background-position:37% 0%} +@keyframes FadeBackground { + 0%{opacity:1} + 50%{opacity:0} + 100%{opacity:1} } + diff --git a/resources/js/Global/components/Drawer/SideBar.vue b/resources/js/Global/components/Drawer/SideBar.vue index 27d1b41..6884d1f 100644 --- a/resources/js/Global/components/Drawer/SideBar.vue +++ b/resources/js/Global/components/Drawer/SideBar.vue @@ -1,9 +1,9 @@ diff --git a/resources/js/Global/components/Misc/Breadcrumbs.vue b/resources/js/Global/components/Misc/Breadcrumbs.vue index 9481bbe..be62e7e 100644 --- a/resources/js/Global/components/Misc/Breadcrumbs.vue +++ b/resources/js/Global/components/Misc/Breadcrumbs.vue @@ -1,10 +1,10 @@ @@ -19,7 +19,7 @@ export default { diff --git a/resources/js/Global/components/Misc/InfoBlock-Multiple.vue b/resources/js/Global/components/Misc/InfoBlock-Multiple.vue index 0e69b14..1ecd468 100644 --- a/resources/js/Global/components/Misc/InfoBlock-Multiple.vue +++ b/resources/js/Global/components/Misc/InfoBlock-Multiple.vue @@ -1,12 +1,15 @@ + +