Try to fix the datepicker :(

Webpack has fucked everything. I hate everything.
This commit is contained in:
snipe 2017-06-06 00:51:41 -07:00
parent 9cd2881ad0
commit 9338b37b74
54 changed files with 2620 additions and 259775 deletions

View file

@ -14,6 +14,8 @@
"/css/skin-blue.css": "/css/skin-blue.css",
"/public//vue.js": "/public//vue.js",
"/public/css/AdminLTE.css": "/public/css/AdminLTE.css",
"/public/css/app.css": "/public/css/app.css",
"/public/css/overrides.css": "/public/css/overrides.css",
"public/css/dist/all.css": "public/css/dist/all.css",
"public/js/dist/all.js": "public/js/dist/all.js"
}

View file

@ -1,102 +1 @@
/******/ (function(modules) { // webpackBootstrap
/******/ // The module cache
/******/ var installedModules = {};
/******/
/******/ // The require function
/******/ function __webpack_require__(moduleId) {
/******/
/******/ // Check if module is in cache
/******/ if(installedModules[moduleId])
/******/ return installedModules[moduleId].exports;
/******/
/******/ // Create a new module (and put it into the cache)
/******/ var module = installedModules[moduleId] = {
/******/ i: moduleId,
/******/ l: false,
/******/ exports: {}
/******/ };
/******/
/******/ // Execute the module function
/******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__);
/******/
/******/ // Flag the module as loaded
/******/ module.l = true;
/******/
/******/ // Return the exports of the module
/******/ return module.exports;
/******/ }
/******/
/******/
/******/ // expose the modules object (__webpack_modules__)
/******/ __webpack_require__.m = modules;
/******/
/******/ // expose the module cache
/******/ __webpack_require__.c = installedModules;
/******/
/******/ // identity function for calling harmony imports with the correct context
/******/ __webpack_require__.i = function(value) { return value; };
/******/
/******/ // define getter function for harmony exports
/******/ __webpack_require__.d = function(exports, name, getter) {
/******/ if(!__webpack_require__.o(exports, name)) {
/******/ Object.defineProperty(exports, name, {
/******/ configurable: false,
/******/ enumerable: true,
/******/ get: getter
/******/ });
/******/ }
/******/ };
/******/
/******/ // getDefaultExport function for compatibility with non-harmony modules
/******/ __webpack_require__.n = function(module) {
/******/ var getter = module && module.__esModule ?
/******/ function getDefault() { return module['default']; } :
/******/ function getModuleExports() { return module; };
/******/ __webpack_require__.d(getter, 'a', getter);
/******/ return getter;
/******/ };
/******/
/******/ // Object.prototype.hasOwnProperty.call
/******/ __webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };
/******/
/******/ // __webpack_public_path__
/******/ __webpack_require__.p = "";
/******/
/******/ // Load entry module and return exports
/******/ return __webpack_require__(__webpack_require__.s = 57);
/******/ })
/************************************************************************/
/******/ ({
/***/ 57:
/***/ (function(module, exports, __webpack_require__) {
__webpack_require__(8);
__webpack_require__(6);
module.exports = __webpack_require__(7);
/***/ }),
/***/ 6:
/***/ (function(module, exports) {
// removed by extract-text-webpack-plugin
/***/ }),
/***/ 7:
/***/ (function(module, exports) {
throw new Error("Module build failed: ModuleBuildError: Module build failed: Can't resolve './resources/assets/less/overrides.less' in '/Users/agianotto/Sites/snipe-it/snipe-it/resources/assets/less'\n @ /Users/agianotto/Sites/snipe-it/snipe-it/resources/assets/less/app.less (line 9, column 0)\n near lines:\n @import '../../../node_modules/bootstrap-colorpicker/src/less/colorpicker';\n @import 'resources/assets/less/overrides.less';\n \n at runLoaders (/Users/agianotto/Sites/snipe-it/snipe-it/node_modules/webpack/lib/NormalModule.js:192:19)\n at /Users/agianotto/Sites/snipe-it/snipe-it/node_modules/loader-runner/lib/LoaderRunner.js:364:11\n at /Users/agianotto/Sites/snipe-it/snipe-it/node_modules/loader-runner/lib/LoaderRunner.js:230:18\n at context.callback (/Users/agianotto/Sites/snipe-it/snipe-it/node_modules/loader-runner/lib/LoaderRunner.js:111:13)\n at /Users/agianotto/Sites/snipe-it/snipe-it/node_modules/less-loader/index.js:68:16\n at /Users/agianotto/Sites/snipe-it/snipe-it/node_modules/less/lib/less/render.js:26:35\n at /Users/agianotto/Sites/snipe-it/snipe-it/node_modules/less/lib/less/parse.js:62:33\n at Object.finish [as _finish] (/Users/agianotto/Sites/snipe-it/snipe-it/node_modules/less/lib/less/parser/parser.js:180:28)\n at Object._onSequencerEmpty (/Users/agianotto/Sites/snipe-it/snipe-it/node_modules/less/lib/less/visitors/import-visitor.js:35:14)\n at ImportSequencer.tryRun (/Users/agianotto/Sites/snipe-it/snipe-it/node_modules/less/lib/less/visitors/import-sequencer.js:50:14)\n at /Users/agianotto/Sites/snipe-it/snipe-it/node_modules/less/lib/less/visitors/import-sequencer.js:19:25\n at fileParsedFunc (/Users/agianotto/Sites/snipe-it/snipe-it/node_modules/less/lib/less/import-manager.js:50:17)\n at /Users/agianotto/Sites/snipe-it/snipe-it/node_modules/less/lib/less/import-manager.js:113:21\n at finish (/Users/agianotto/Sites/snipe-it/snipe-it/node_modules/less/lib/less/parser/parser.js:180:28)\n at Object.parse (/Users/agianotto/Sites/snipe-it/snipe-it/node_modules/less/lib/less/parser/parser.js:191:24)\n at loadFileCallback (/Users/agianotto/Sites/snipe-it/snipe-it/node_modules/less/lib/less/import-manager.js:112:64)\n at /Users/agianotto/Sites/snipe-it/snipe-it/node_modules/less/lib/less/import-manager.js:123:17\n at /Users/agianotto/Sites/snipe-it/snipe-it/node_modules/less-loader/index.js:123:5\n at next (/Users/agianotto/Sites/snipe-it/snipe-it/node_modules/webpack/lib/dependencies/LoaderPlugin.js:52:15)\n at compilation.addModuleDependencies (/Users/agianotto/Sites/snipe-it/snipe-it/node_modules/webpack/lib/dependencies/LoaderPlugin.js:29:12)\n at _combinedTickCallback (internal/process/next_tick.js:73:7)\n at process._tickCallback (internal/process/next_tick.js:104:9)");
/***/ }),
/***/ 8:
/***/ (function(module, exports) {
/***/ })
/******/ });
!function(n){function t(e){if(r[e])return r[e].exports;var o=r[e]={i:e,l:!1,exports:{}};return n[e].call(o.exports,o,o.exports,t),o.l=!0,o.exports}var r={};t.m=n,t.c=r,t.i=function(n){return n},t.d=function(n,r,e){t.o(n,r)||Object.defineProperty(n,r,{configurable:!1,enumerable:!0,get:e})},t.n=function(n){var r=n&&n.__esModule?function(){return n.default}:function(){return n};return t.d(r,"a",r),r},t.o=function(n,t){return Object.prototype.hasOwnProperty.call(n,t)},t.p="",t(t.s=58)}({58:function(n,t,r){r(9),r(7),r(8),n.exports=r(6)},6:function(n,t){},7:function(n,t){},8:function(n,t){},9:function(n,t){}});

1
build/mix.js.map Normal file
View file

@ -0,0 +1 @@
{"version":3,"file":"mix.js","sources":["webpack:///mix.js"],"sourcesContent":["!function(n){function t(e){if(r[e])return r[e].exports;var o=r[e]={i:e,l:!1,exports:{}};return n[e].call(o.exports,o,o.exports,t),o.l=!0,o.exports}var r={};t.m=n,t.c=r,t.i=function(n){return n},t.d=function(n,r,e){t.o(n,r)||Object.defineProperty(n,r,{configurable:!1,enumerable:!0,get:e})},t.n=function(n){var r=n&&n.__esModule?function(){return n.default}:function(){return n};return t.d(r,\"a\",r),r},t.o=function(n,t){return Object.prototype.hasOwnProperty.call(n,t)},t.p=\"\",t(t.s=58)}({58:function(n,t,r){r(9),r(7),r(8),n.exports=r(6)},6:function(n,t){},7:function(n,t){},8:function(n,t){},9:function(n,t){}});\n\n\n// WEBPACK FOOTER //\n// mix.js"],"mappings":"AAAA","sourceRoot":""}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

1
build/public/vue.js.map Normal file

File diff suppressed because one or more lines are too long

View file

@ -6,28 +6,28 @@
"type": "project",
"require": {
"php": ">=5.6.4",
"laravel/framework": "5.4.*",
"watson/validating": "^3.0",
"laravelcollective/html": "^5.3",
"tecnickcom/tc-lib-barcode": "^1.15",
"intervention/image": "^2.3",
"league/csv": "^8.1",
"maknz/slack": "^1.7",
"erusev/parsedown": "^1.6",
"fideloper/proxy": "^3.1",
"aacotroneo/laravel-saml2": "^0.8.1",
"aws/aws-sdk-php-laravel": "^3.1",
"barryvdh/laravel-debugbar": "^2.3",
"doctrine/cache": "^1.6",
"doctrine/common": "^2.7",
"doctrine/dbal": "v2.4.2",
"barryvdh/laravel-debugbar": "^2.3",
"spatie/laravel-backup": "^3.0.0",
"pragmarx/google2fa": "^1.0",
"neitanod/forceutf8": "^2.0",
"laravel/passport": "^1.0",
"erusev/parsedown": "^1.6",
"fideloper/proxy": "^3.1",
"intervention/image": "^2.3",
"javiereguiluz/easyslugger": "^1.0",
"laravel/framework": "5.4.*",
"laravel/passport": "^1.0",
"laravel/tinker": "^1.0",
"laravelcollective/html": "^5.3",
"league/csv": "^8.1",
"maknz/slack": "^1.7",
"neitanod/forceutf8": "^2.0",
"patchwork/utf8": "~1.2",
"laravel/tinker": "^1.0"
"pragmarx/google2fa": "^1.0",
"spatie/laravel-backup": "^3.0.0",
"tecnickcom/tc-lib-barcode": "^1.15",
"watson/validating": "^3.0"
},
"require-dev": {
"fzaninotto/faker": "~1.4",

311
composer.lock generated
View file

@ -4,9 +4,56 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
],
"hash": "f8ae0ee617caf38992aa66b4618aa438",
"content-hash": "ccef89dfe3219e8cfee41abb55be8fbd",
"content-hash": "7bbb38fd55c4ed732dc62c80d64cc3f4",
"packages": [
{
"name": "aacotroneo/laravel-saml2",
"version": "0.8.1",
"source": {
"type": "git",
"url": "https://github.com/aacotroneo/laravel-saml2.git",
"reference": "93d1fc4656a0457ea307e70764cc08ded3883592"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/aacotroneo/laravel-saml2/zipball/93d1fc4656a0457ea307e70764cc08ded3883592",
"reference": "93d1fc4656a0457ea307e70764cc08ded3883592",
"shasum": ""
},
"require": {
"illuminate/support": ">=5.0.0",
"onelogin/php-saml": "2.*",
"php": ">=5.4.0"
},
"require-dev": {
"mockery/mockery": "0.9.*"
},
"type": "library",
"autoload": {
"psr-0": {
"Aacotroneo\\Saml2\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "aacotroneo",
"email": "aacotroneo@gmail.com"
}
],
"description": "A Laravel package for Saml2 integration as a SP (service provider) based on OneLogin toolkit, which is much lightweight than simplesamlphp",
"homepage": "https://github.com/aacotroneo/laravel-saml2",
"keywords": [
"SAML2",
"laravel",
"onelogin",
"saml"
],
"time": "2017-01-11T14:50:35+00:00"
},
{
"name": "aws/aws-sdk-php",
"version": "3.26.3",
@ -85,7 +132,7 @@
"s3",
"sdk"
],
"time": "2017-04-26 17:47:01"
"time": "2017-04-26T17:47:01+00:00"
},
{
"name": "aws/aws-sdk-php-laravel",
@ -141,7 +188,7 @@
"s3",
"sdk"
],
"time": "2016-01-18 06:57:07"
"time": "2016-01-18T06:57:07+00:00"
},
{
"name": "barryvdh/laravel-debugbar",
@ -195,7 +242,7 @@
"profiler",
"webprofiler"
],
"time": "2017-01-19 08:19:49"
"time": "2017-01-19T08:19:49+00:00"
},
{
"name": "christian-riesen/base32",
@ -249,7 +296,7 @@
"encode",
"rfc4648"
],
"time": "2016-05-05 11:49:03"
"time": "2016-05-05T11:49:03+00:00"
},
{
"name": "dnoegel/php-xdg-base-dir",
@ -282,7 +329,7 @@
"MIT"
],
"description": "implementation of xdg base directory specification for php",
"time": "2014-10-24 07:27:01"
"time": "2014-10-24T07:27:01+00:00"
},
{
"name": "doctrine/annotations",
@ -350,7 +397,7 @@
"docblock",
"parser"
],
"time": "2017-02-24 16:22:25"
"time": "2017-02-24T16:22:25+00:00"
},
{
"name": "doctrine/cache",
@ -420,7 +467,7 @@
"cache",
"caching"
],
"time": "2016-10-29 11:16:17"
"time": "2016-10-29T11:16:17+00:00"
},
{
"name": "doctrine/collections",
@ -487,7 +534,7 @@
"collections",
"iterator"
],
"time": "2017-01-03 10:49:41"
"time": "2017-01-03T10:49:41+00:00"
},
{
"name": "doctrine/common",
@ -560,7 +607,7 @@
"persistence",
"spl"
],
"time": "2017-01-13 14:02:13"
"time": "2017-01-13T14:02:13+00:00"
},
{
"name": "doctrine/dbal",
@ -626,7 +673,7 @@
"persistence",
"queryobject"
],
"time": "2014-01-01 16:43:57"
"time": "2014-01-01T16:43:57+00:00"
},
{
"name": "doctrine/inflector",
@ -693,7 +740,7 @@
"singularize",
"string"
],
"time": "2015-11-06 14:35:42"
"time": "2015-11-06T14:35:42+00:00"
},
{
"name": "doctrine/lexer",
@ -747,7 +794,7 @@
"lexer",
"parser"
],
"time": "2014-09-09 13:34:57"
"time": "2014-09-09T13:34:57+00:00"
},
{
"name": "erusev/parsedown",
@ -789,7 +836,7 @@
"markdown",
"parser"
],
"time": "2017-03-29 16:04:15"
"time": "2017-03-29T16:04:15+00:00"
},
{
"name": "fideloper/proxy",
@ -840,7 +887,7 @@
"proxy",
"trusted proxy"
],
"time": "2017-03-23 23:17:29"
"time": "2017-03-23T23:17:29+00:00"
},
{
"name": "firebase/php-jwt",
@ -883,7 +930,7 @@
],
"description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.",
"homepage": "https://github.com/firebase/php-jwt",
"time": "2016-07-18 04:51:16"
"time": "2016-07-18T04:51:16+00:00"
},
{
"name": "guzzlehttp/guzzle",
@ -945,7 +992,7 @@
"rest",
"web service"
],
"time": "2017-02-28 22:50:30"
"time": "2017-02-28T22:50:30+00:00"
},
{
"name": "guzzlehttp/promises",
@ -996,7 +1043,7 @@
"keywords": [
"promise"
],
"time": "2016-12-20 10:07:11"
"time": "2016-12-20T10:07:11+00:00"
},
{
"name": "guzzlehttp/psr7",
@ -1061,7 +1108,7 @@
"uri",
"url"
],
"time": "2017-03-20 17:10:46"
"time": "2017-03-20T17:10:46+00:00"
},
{
"name": "intervention/image",
@ -1123,7 +1170,7 @@
"thumbnail",
"watermark"
],
"time": "2017-04-23 18:45:36"
"time": "2017-04-23T18:45:36+00:00"
},
{
"name": "jakub-onderka/php-console-color",
@ -1166,7 +1213,7 @@
"homepage": "http://www.acci.cz"
}
],
"time": "2014-04-08 15:00:19"
"time": "2014-04-08T15:00:19+00:00"
},
{
"name": "jakub-onderka/php-console-highlighter",
@ -1210,7 +1257,7 @@
"homepage": "http://www.acci.cz/"
}
],
"time": "2015-04-20 18:58:01"
"time": "2015-04-20T18:58:01+00:00"
},
{
"name": "javiereguiluz/easyslugger",
@ -1240,7 +1287,7 @@
"MIT"
],
"description": "A fast and easy to use slugger with full UTF-8 support.",
"time": "2015-04-12 19:57:10"
"time": "2015-04-12T19:57:10+00:00"
},
{
"name": "laravel/framework",
@ -1369,7 +1416,7 @@
"framework",
"laravel"
],
"time": "2017-04-27 13:04:35"
"time": "2017-04-27T13:04:35+00:00"
},
{
"name": "laravel/passport",
@ -1433,7 +1480,7 @@
"oauth",
"passport"
],
"time": "2016-12-21 13:51:02"
"time": "2016-12-21T13:51:02+00:00"
},
{
"name": "laravel/tinker",
@ -1491,7 +1538,7 @@
"laravel",
"psysh"
],
"time": "2016-12-30 18:13:17"
"time": "2016-12-30T18:13:17+00:00"
},
{
"name": "laravelcollective/html",
@ -1545,7 +1592,7 @@
],
"description": "HTML and Form Builders for the Laravel Framework",
"homepage": "http://laravelcollective.com",
"time": "2017-01-26 19:27:05"
"time": "2017-01-26T19:27:05+00:00"
},
{
"name": "lcobucci/jwt",
@ -1603,7 +1650,7 @@
"JWS",
"jwt"
],
"time": "2016-10-31 20:09:32"
"time": "2016-10-31T20:09:32+00:00"
},
{
"name": "league/csv",
@ -1660,7 +1707,7 @@
"read",
"write"
],
"time": "2017-02-23 08:25:03"
"time": "2017-02-23T08:25:03+00:00"
},
{
"name": "league/event",
@ -1710,7 +1757,7 @@
"event",
"listener"
],
"time": "2015-05-21 12:24:47"
"time": "2015-05-21T12:24:47+00:00"
},
{
"name": "league/flysystem",
@ -1793,7 +1840,7 @@
"sftp",
"storage"
],
"time": "2017-04-25 15:24:43"
"time": "2017-04-25T15:24:43+00:00"
},
{
"name": "league/oauth2-server",
@ -1869,7 +1916,7 @@
"secure",
"server"
],
"time": "2016-10-12 14:08:15"
"time": "2016-10-12T14:08:15+00:00"
},
{
"name": "maknz/slack",
@ -1918,7 +1965,7 @@
"laravel",
"slack"
],
"time": "2015-06-03 03:35:16"
"time": "2015-06-03T03:35:16+00:00"
},
{
"name": "maximebf/debugbar",
@ -1979,7 +2026,7 @@
"debug",
"debugbar"
],
"time": "2017-01-05 08:46:19"
"time": "2017-01-05T08:46:19+00:00"
},
{
"name": "monolog/monolog",
@ -2057,7 +2104,7 @@
"logging",
"psr-3"
],
"time": "2017-03-13 07:08:03"
"time": "2017-03-13T07:08:03+00:00"
},
{
"name": "mtdowling/cron-expression",
@ -2101,7 +2148,7 @@
"cron",
"schedule"
],
"time": "2017-01-23 04:29:33"
"time": "2017-01-23T04:29:33+00:00"
},
{
"name": "mtdowling/jmespath.php",
@ -2156,7 +2203,7 @@
"json",
"jsonpath"
],
"time": "2016-12-03 22:08:25"
"time": "2016-12-03T22:08:25+00:00"
},
{
"name": "neitanod/forceutf8",
@ -2190,7 +2237,7 @@
],
"description": "PHP Class Encoding featuring popular Encoding::toUTF8() function --formerly known as forceUTF8()-- that fixes mixed encoded strings.",
"homepage": "https://github.com/neitanod/forceutf8",
"time": "2015-05-07 16:37:23"
"time": "2015-05-07T16:37:23+00:00"
},
{
"name": "nesbot/carbon",
@ -2243,7 +2290,7 @@
"datetime",
"time"
],
"time": "2017-01-16 07:55:07"
"time": "2017-01-16T07:55:07+00:00"
},
{
"name": "nikic/php-parser",
@ -2294,7 +2341,61 @@
"parser",
"php"
],
"time": "2017-03-05 18:23:57"
"time": "2017-03-05T18:23:57+00:00"
},
{
"name": "onelogin/php-saml",
"version": "2.10.7",
"source": {
"type": "git",
"url": "https://github.com/onelogin/php-saml.git",
"reference": "b41f731803f303879f50fa76276908088197731c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/onelogin/php-saml/zipball/b41f731803f303879f50fa76276908088197731c",
"reference": "b41f731803f303879f50fa76276908088197731c",
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-mcrypt": "*",
"ext-openssl": "*",
"php": ">=5.3.2"
},
"require-dev": {
"pdepend/pdepend": "1.1.0",
"phploc/phploc": "*",
"phpunit/phpunit": "4.8",
"satooshi/php-coveralls": "1.0.1",
"sebastian/phpcpd": "*",
"squizlabs/php_codesniffer": "*"
},
"suggest": {
"ext-gettext": "Install gettext and php5-gettext libs to handle translations",
"ext-mcrypt": "Install mcrypt and php5-mcrypt libs in order to support encryption",
"lib-openssl": "Install openssl lib in order to handle with x509 certs (require to support sign and encryption)"
},
"type": "library",
"autoload": {
"classmap": [
"extlib/xmlseclibs",
"lib/Saml",
"lib/Saml2"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "OneLogin PHP SAML Toolkit",
"homepage": "https://onelogin.zendesk.com/hc/en-us/sections/200245634-SAML-Toolkits",
"keywords": [
"SAML2",
"onelogin",
"saml"
],
"time": "2017-05-19T10:32:03+00:00"
},
{
"name": "paragonie/random_compat",
@ -2342,7 +2443,7 @@
"pseudorandom",
"random"
],
"time": "2017-03-13 16:27:32"
"time": "2017-03-13T16:27:32+00:00"
},
{
"name": "patchwork/utf8",
@ -2401,7 +2502,7 @@
"utf-8",
"utf8"
],
"time": "2016-05-18 13:57:10"
"time": "2016-05-18T13:57:10+00:00"
},
{
"name": "phpseclib/phpseclib",
@ -2493,7 +2594,7 @@
"x.509",
"x509"
],
"time": "2016-10-04 00:57:04"
"time": "2016-10-04T00:57:04+00:00"
},
{
"name": "pragmarx/google2fa",
@ -2554,7 +2655,7 @@
"google2fa",
"laravel"
],
"time": "2016-07-18 20:25:04"
"time": "2016-07-18T20:25:04+00:00"
},
{
"name": "psr/http-message",
@ -2604,7 +2705,7 @@
"request",
"response"
],
"time": "2016-08-06 14:39:51"
"time": "2016-08-06T14:39:51+00:00"
},
{
"name": "psr/log",
@ -2651,7 +2752,7 @@
"psr",
"psr-3"
],
"time": "2016-10-10 12:19:37"
"time": "2016-10-10T12:19:37+00:00"
},
{
"name": "psy/psysh",
@ -2724,7 +2825,7 @@
"interactive",
"shell"
],
"time": "2017-03-19 21:40:44"
"time": "2017-03-19T21:40:44+00:00"
},
{
"name": "ramsey/uuid",
@ -2806,7 +2907,7 @@
"identifier",
"uuid"
],
"time": "2017-03-26 20:37:53"
"time": "2017-03-26T20:37:53+00:00"
},
{
"name": "spatie/db-dumper",
@ -2856,7 +2957,7 @@
"mysqldump",
"spatie"
],
"time": "2016-06-14 13:23:01"
"time": "2016-06-14T13:23:01+00:00"
},
{
"name": "spatie/laravel-backup",
@ -2919,7 +3020,7 @@
"laravel-backup",
"spatie"
],
"time": "2017-02-18 09:54:12"
"time": "2017-02-18T09:54:12+00:00"
},
{
"name": "swiftmailer/swiftmailer",
@ -2973,7 +3074,7 @@
"mail",
"mailer"
],
"time": "2017-04-20 17:32:18"
"time": "2017-04-20T17:32:18+00:00"
},
{
"name": "symfony/console",
@ -3036,7 +3137,7 @@
],
"description": "Symfony Console Component",
"homepage": "https://symfony.com",
"time": "2017-04-04 14:33:42"
"time": "2017-04-04T14:33:42+00:00"
},
{
"name": "symfony/css-selector",
@ -3089,7 +3190,7 @@
],
"description": "Symfony CssSelector Component",
"homepage": "https://symfony.com",
"time": "2017-01-02 20:31:54"
"time": "2017-01-02T20:31:54+00:00"
},
{
"name": "symfony/debug",
@ -3146,7 +3247,7 @@
],
"description": "Symfony Debug Component",
"homepage": "https://symfony.com",
"time": "2017-03-28 21:38:24"
"time": "2017-03-28T21:38:24+00:00"
},
{
"name": "symfony/event-dispatcher",
@ -3206,7 +3307,7 @@
],
"description": "Symfony EventDispatcher Component",
"homepage": "https://symfony.com",
"time": "2017-04-04 07:26:27"
"time": "2017-04-04T07:26:27+00:00"
},
{
"name": "symfony/finder",
@ -3255,7 +3356,7 @@
],
"description": "Symfony Finder Component",
"homepage": "https://symfony.com",
"time": "2017-03-20 09:32:19"
"time": "2017-03-20T09:32:19+00:00"
},
{
"name": "symfony/http-foundation",
@ -3308,7 +3409,7 @@
],
"description": "Symfony HttpFoundation Component",
"homepage": "https://symfony.com",
"time": "2017-04-04 15:30:56"
"time": "2017-04-04T15:30:56+00:00"
},
{
"name": "symfony/http-kernel",
@ -3390,7 +3491,7 @@
],
"description": "Symfony HttpKernel Component",
"homepage": "https://symfony.com",
"time": "2017-04-05 12:52:03"
"time": "2017-04-05T12:52:03+00:00"
},
{
"name": "symfony/polyfill-mbstring",
@ -3449,7 +3550,7 @@
"portable",
"shim"
],
"time": "2016-11-14 01:06:16"
"time": "2016-11-14T01:06:16+00:00"
},
{
"name": "symfony/polyfill-php56",
@ -3505,7 +3606,7 @@
"portable",
"shim"
],
"time": "2016-11-14 01:06:16"
"time": "2016-11-14T01:06:16+00:00"
},
{
"name": "symfony/polyfill-util",
@ -3557,7 +3658,7 @@
"polyfill",
"shim"
],
"time": "2016-11-14 01:06:16"
"time": "2016-11-14T01:06:16+00:00"
},
{
"name": "symfony/process",
@ -3606,7 +3707,7 @@
],
"description": "Symfony Process Component",
"homepage": "https://symfony.com",
"time": "2017-03-27 18:07:02"
"time": "2017-03-27T18:07:02+00:00"
},
{
"name": "symfony/psr-http-message-bridge",
@ -3666,7 +3767,7 @@
"http-message",
"psr-7"
],
"time": "2016-09-14 18:37:20"
"time": "2016-09-14T18:37:20+00:00"
},
{
"name": "symfony/routing",
@ -3741,7 +3842,7 @@
"uri",
"url"
],
"time": "2017-03-02 15:58:09"
"time": "2017-03-02T15:58:09+00:00"
},
{
"name": "symfony/translation",
@ -3805,7 +3906,7 @@
],
"description": "Symfony Translation Component",
"homepage": "https://symfony.com",
"time": "2017-03-21 21:44:32"
"time": "2017-03-21T21:44:32+00:00"
},
{
"name": "symfony/var-dumper",
@ -3871,7 +3972,7 @@
"debug",
"dump"
],
"time": "2017-03-12 16:07:05"
"time": "2017-03-12T16:07:05+00:00"
},
{
"name": "tecnickcom/tc-lib-barcode",
@ -3961,7 +4062,7 @@
"tc-lib-barcode",
"upc"
],
"time": "2017-02-12 13:51:39"
"time": "2017-02-12T13:51:39+00:00"
},
{
"name": "tecnickcom/tc-lib-color",
@ -4024,7 +4125,7 @@
"tc-lib-color",
"web"
],
"time": "2017-02-12 12:07:38"
"time": "2017-02-12T12:07:38+00:00"
},
{
"name": "tijsverkoyen/css-to-inline-styles",
@ -4071,7 +4172,7 @@
],
"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": "2016-09-20 12:50:39"
"time": "2016-09-20T12:50:39+00:00"
},
{
"name": "vlucas/phpdotenv",
@ -4121,7 +4222,7 @@
"env",
"environment"
],
"time": "2016-09-01 10:05:43"
"time": "2016-09-01T10:05:43+00:00"
},
{
"name": "watson/validating",
@ -4171,7 +4272,7 @@
"laravel",
"validation"
],
"time": "2016-10-31 21:53:17"
"time": "2016-10-31T21:53:17+00:00"
},
{
"name": "zendframework/zend-diactoros",
@ -4223,7 +4324,7 @@
"psr",
"psr-7"
],
"time": "2017-04-06 16:18:34"
"time": "2017-04-06T16:18:34+00:00"
}
],
"packages-dev": [
@ -4284,7 +4385,7 @@
"gherkin",
"parser"
],
"time": "2016-10-30 11:50:56"
"time": "2016-10-30T11:50:56+00:00"
},
{
"name": "codeception/codeception",
@ -4376,7 +4477,7 @@
"functional testing",
"unit testing"
],
"time": "2017-02-04 02:04:21"
"time": "2017-02-04T02:04:21+00:00"
},
{
"name": "doctrine/instantiator",
@ -4430,7 +4531,7 @@
"constructor",
"instantiate"
],
"time": "2015-06-14 21:17:01"
"time": "2015-06-14T21:17:01+00:00"
},
{
"name": "facebook/webdriver",
@ -4482,7 +4583,7 @@
"selenium",
"webdriver"
],
"time": "2017-03-22 10:56:03"
"time": "2017-03-22T10:56:03+00:00"
},
{
"name": "fzaninotto/faker",
@ -4530,7 +4631,7 @@
"faker",
"fixtures"
],
"time": "2016-04-29 12:21:54"
"time": "2016-04-29T12:21:54+00:00"
},
{
"name": "myclabs/deep-copy",
@ -4572,7 +4673,7 @@
"object",
"object graph"
],
"time": "2017-04-12 18:52:22"
"time": "2017-04-12T18:52:22+00:00"
},
{
"name": "phpdocumentor/reflection-common",
@ -4626,7 +4727,7 @@
"reflection",
"static analysis"
],
"time": "2015-12-27 11:43:31"
"time": "2015-12-27T11:43:31+00:00"
},
{
"name": "phpdocumentor/reflection-docblock",
@ -4671,7 +4772,7 @@
}
],
"description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
"time": "2016-09-30 07:12:33"
"time": "2016-09-30T07:12:33+00:00"
},
{
"name": "phpdocumentor/type-resolver",
@ -4718,7 +4819,7 @@
"email": "me@mikevanriel.com"
}
],
"time": "2016-11-25 06:54:22"
"time": "2016-11-25T06:54:22+00:00"
},
{
"name": "phpspec/prophecy",
@ -4781,7 +4882,7 @@
"spy",
"stub"
],
"time": "2017-03-02 20:05:34"
"time": "2017-03-02T20:05:34+00:00"
},
{
"name": "phpunit/php-code-coverage",
@ -4844,7 +4945,7 @@
"testing",
"xunit"
],
"time": "2017-04-02 07:44:40"
"time": "2017-04-02T07:44:40+00:00"
},
{
"name": "phpunit/php-file-iterator",
@ -4891,7 +4992,7 @@
"filesystem",
"iterator"
],
"time": "2016-10-03 07:40:28"
"time": "2016-10-03T07:40:28+00:00"
},
{
"name": "phpunit/php-text-template",
@ -4932,7 +5033,7 @@
"keywords": [
"template"
],
"time": "2015-06-21 13:50:34"
"time": "2015-06-21T13:50:34+00:00"
},
{
"name": "phpunit/php-timer",
@ -4981,7 +5082,7 @@
"keywords": [
"timer"
],
"time": "2017-02-26 11:10:40"
"time": "2017-02-26T11:10:40+00:00"
},
{
"name": "phpunit/php-token-stream",
@ -5030,7 +5131,7 @@
"keywords": [
"tokenizer"
],
"time": "2017-02-27 10:12:30"
"time": "2017-02-27T10:12:30+00:00"
},
{
"name": "phpunit/phpunit",
@ -5112,7 +5213,7 @@
"testing",
"xunit"
],
"time": "2017-04-03 02:22:27"
"time": "2017-04-03T02:22:27+00:00"
},
{
"name": "phpunit/phpunit-mock-objects",
@ -5171,7 +5272,7 @@
"mock",
"xunit"
],
"time": "2016-12-08 20:27:08"
"time": "2016-12-08T20:27:08+00:00"
},
{
"name": "sebastian/code-unit-reverse-lookup",
@ -5216,7 +5317,7 @@
],
"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-04 06:30:41"
"time": "2017-03-04T06:30:41+00:00"
},
{
"name": "sebastian/comparator",
@ -5280,7 +5381,7 @@
"compare",
"equality"
],
"time": "2017-01-29 09:50:25"
"time": "2017-01-29T09:50:25+00:00"
},
{
"name": "sebastian/diff",
@ -5332,7 +5433,7 @@
"keywords": [
"diff"
],
"time": "2015-12-08 07:14:41"
"time": "2015-12-08T07:14:41+00:00"
},
{
"name": "sebastian/environment",
@ -5382,7 +5483,7 @@
"environment",
"hhvm"
],
"time": "2016-11-26 07:53:53"
"time": "2016-11-26T07:53:53+00:00"
},
{
"name": "sebastian/exporter",
@ -5449,7 +5550,7 @@
"export",
"exporter"
],
"time": "2016-11-19 08:54:04"
"time": "2016-11-19T08:54:04+00:00"
},
{
"name": "sebastian/global-state",
@ -5500,7 +5601,7 @@
"keywords": [
"global state"
],
"time": "2015-10-12 03:26:01"
"time": "2015-10-12T03:26:01+00:00"
},
{
"name": "sebastian/object-enumerator",
@ -5546,7 +5647,7 @@
],
"description": "Traverses array structures and object graphs to enumerate all referenced objects",
"homepage": "https://github.com/sebastianbergmann/object-enumerator/",
"time": "2017-02-18 15:18:39"
"time": "2017-02-18T15:18:39+00:00"
},
{
"name": "sebastian/recursion-context",
@ -5599,7 +5700,7 @@
],
"description": "Provides functionality to recursively process PHP variables",
"homepage": "http://www.github.com/sebastianbergmann/recursion-context",
"time": "2016-11-19 07:33:16"
"time": "2016-11-19T07:33:16+00:00"
},
{
"name": "sebastian/resource-operations",
@ -5641,7 +5742,7 @@
],
"description": "Provides a list of PHP built-in functions that operate on resources",
"homepage": "https://www.github.com/sebastianbergmann/resource-operations",
"time": "2015-07-28 20:34:47"
"time": "2015-07-28T20:34:47+00:00"
},
{
"name": "sebastian/version",
@ -5684,7 +5785,7 @@
],
"description": "Library that helps with managing the version number of Git-hosted PHP projects",
"homepage": "https://github.com/sebastianbergmann/version",
"time": "2016-10-03 07:35:21"
"time": "2016-10-03T07:35:21+00:00"
},
{
"name": "squizlabs/php_codesniffer",
@ -5762,7 +5863,7 @@
"phpcs",
"standards"
],
"time": "2017-03-01 22:17:45"
"time": "2017-03-01T22:17:45+00:00"
},
{
"name": "symfony/browser-kit",
@ -5819,7 +5920,7 @@
],
"description": "Symfony BrowserKit Component",
"homepage": "https://symfony.com",
"time": "2017-02-21 09:12:04"
"time": "2017-02-21T09:12:04+00:00"
},
{
"name": "symfony/dom-crawler",
@ -5875,7 +5976,7 @@
],
"description": "Symfony DomCrawler Component",
"homepage": "https://symfony.com",
"time": "2017-01-21 17:13:55"
"time": "2017-01-21T17:13:55+00:00"
},
{
"name": "symfony/yaml",
@ -5930,7 +6031,7 @@
],
"description": "Symfony Yaml Component",
"homepage": "https://symfony.com",
"time": "2017-03-20 09:45:15"
"time": "2017-03-20T09:45:15+00:00"
},
{
"name": "webmozart/assert",
@ -5980,7 +6081,7 @@
"check",
"validate"
],
"time": "2016-11-23 20:04:58"
"time": "2016-11-23T20:04:58+00:00"
}
],
"aliases": [],

View file

@ -23,6 +23,7 @@
"dependencies": {
"blueimp-file-upload": "^9.18.0",
"bootstrap-colorpicker": "^2.5.1",
"bootstrap-datepicker": "^1.6.4",
"bootstrap-less": "^3.3.8",
"ekko-lightbox": "^5.1.1",
"fastclick": "^1.0.6",

File diff suppressed because it is too large Load diff

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -1,22 +0,0 @@
{
"/build/vue.js": "/build/vue.953616c9e8c57426e22f.js",
"/mix.js": "/mix.3d3f5902f92434968396.js",
"/assets/css/app.css": "/assets/css/app.bc36d2fd84227879ce199f652765847d.css",
"/css/_all.css": "/css/_all.css",
"/assets/css/AdminLTE.css": "/assets/css/AdminLTE.b5f8afde138c35e31c9aa073df504131.css",
"/assets/css/overrides.css": "/assets/css/overrides.4769a3d4ae000dba2eaef81e6cdf7b17.css",
"/css/app.css": "/css/app.242cc807942fa0fdf78a6ec832570349.css",
"/css/AdminLTE.css": "/css/AdminLTE.3d8a2b2e33baa060b1b324363ad5e1c2.css",
"/css/overrides.css": "/css/overrides.617623c6a96be3e0cbd11c5d4039ec10.css",
"/js/all.js": "/js/all.cae97667c39d0b034688202b358f5042.js",
"/css/all.css": "/css/all.47a3626f2a026645fe48f025aacc900f.css",
"/build/app.css": "/build/app.242cc807942fa0fdf78a6ec832570349.css",
"/build/AdminLTE.css": "/build/AdminLTE.3d8a2b2e33baa060b1b324363ad5e1c2.css",
"/build/overrides.css": "/build/overrides.617623c6a96be3e0cbd11c5d4039ec10.css",
"/vue.js": "/vue.953616c9e8c57426e22f.js",
"/app.css": "/app.242cc807942fa0fdf78a6ec832570349.css",
"/AdminLTE.css": "/AdminLTE.3d8a2b2e33baa060b1b324363ad5e1c2.css",
"/overrides.css": "/overrides.617623c6a96be3e0cbd11c5d4039ec10.css",
"public/css/all.css": "public/css/all.62471b1dabf4426689e067404cda00a2.css",
"public/js/all.js": "public/js/all.edb6b1e330a83a159abfa694f7685cfb.js"
}

View file

@ -1,330 +0,0 @@
.skin-blue .main-header .logo {
background-color: inherit;
}
.main-header .logo {
width: 100% !important;
white-space: nowrap;
text-align: left;
display: block;
clear: both;
}
.huge {
font-size: 40px;
}
.btn-file {
position: relative;
overflow: hidden;
}
.dropdown-menu > li > a {
color: #354044;
}
#sort tr.cansort {
border-radius: 2px;
padding: 10px;
background: #f4f4f4;
margin-bottom: 3px;
border-left: 2px solid #e6e7e8;
color: #444;
cursor: move;
}
.user-image-inline {
float: left;
width: 25px;
height: 25px;
border-radius: 50%;
margin-right: 10px;
}
.input-group .input-group-addon {
background-color: #f4f4f4;
}
a.accordion-header {
color: #333;
}
.dynamic-form-row {
padding: 10px;
margin: 20px;
}
.handle {
padding-left: 10px;
}
.btn-file input[type=file] {
position: absolute;
top: 0;
right: 0;
min-width: 100%;
min-height: 100%;
font-size: 100px;
text-align: right;
filter: alpha(opacity=0);
opacity: 0;
outline: none;
background: white;
cursor: inherit;
display: block;
}
.main-footer {
font-size: 13px;
}
.main-header {
max-height: 150px;
}
.navbar-brand-img {
float: left;
padding: 5px 5px 5px 0;
}
.navbar-nav > .user-menu > .dropdown-menu {
width: inherit;
}
.main-header .logo {
padding: 0px 5px 0px 15px;
}
.sidebar-toggle {
margin-left: -48px;
z-index: 100;
background-color: inherit;
}
.sidebar-toggle-mobile {
z-index: 100;
width: 50px;
padding-top: 10px;
}
.main-header .sidebar-toggle:before {
content: "\f0c9";
}
.direct-chat-contacts {
padding: 10px;
height: 150px;
}
.select2-container {
width: 100%;
}
.error input {
color: #dd4b39;
border: 2px solid #dd4b39 !important;
}
.error label,
.alert-msg {
color: #dd4b39;
display: block;
}
.input-group[class*="col-"] {
padding-right: 15px;
padding-left: 15px;
}
.control-label.multiline {
padding-top: 10px;
}
.btn-outline {
color: inherit;
background-color: transparent;
transition: all .5s;
}
.btn-primary.btn-outline {
color: #428bca;
}
.btn-success.btn-outline {
color: #5cb85c;
}
.btn-info.btn-outline {
color: #5bc0de;
}
.btn-warning.btn-outline {
color: #f0ad4e;
}
.btn-danger.btn-outline {
color: #d9534f;
}
.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
color: #fff;
}
.slideout-menu {
position: fixed;
top: 0;
right: -250px;
width: 250px;
height: 100%;
background: #333;
z-index: 100;
margin-top: 100px;
color: white;
padding: 10px;
}
.slideout-menu h3 {
position: relative;
padding: 5px 5px;
color: #fff;
font-size: 1.2em;
font-weight: 400;
border-bottom: 4px solid #222;
}
.slideout-menu .slideout-menu-toggle {
position: absolute;
top: 12px;
right: 10px;
display: inline-block;
padding: 6px 9px 5px;
font-family: Arial, sans-serif;
font-weight: bold;
line-height: 1;
background: #222;
color: #999;
text-decoration: none;
vertical-align: top;
}
.slideout-menu .slideout-menu-toggle:hover {
color: #fff;
}
.slideout-menu ul {
list-style: none;
font-weight: 300;
border-top: 1px solid #151515;
border-bottom: 1px solid #454545;
}
.slideout-menu ul li {
border-top: 1px solid #454545;
border-bottom: 1px solid #151515;
}
.slideout-menu ul li a {
position: relative;
display: block;
padding: 10px;
color: #999;
text-decoration: none;
}
.slideout-menu ul li a:hover {
background: #000;
color: #fff;
}
.slideout-menu ul li a i {
position: absolute;
top: 15px;
right: 10px;
opacity: .5;
}
.btn-box-tool-lg {
font-size: 16px;
color: orange;
}
.bs-wizard {
margin-top: 20px;
}
/*Form Wizard*/
.bs-wizard {
border-bottom: solid 1px #e0e0e0;
padding: 0 0 10px 0;
}
.bs-wizard > .bs-wizard-step {
padding: 0;
position: relative;
}
.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {
color: #595959;
font-size: 16px;
margin-bottom: 5px;
}
.bs-wizard > .bs-wizard-step .bs-wizard-info {
color: #999;
font-size: 14px;
}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot {
position: absolute;
width: 30px;
height: 30px;
display: block;
background: #fbe8aa;
top: 45px;
left: 50%;
margin-top: -15px;
margin-left: -15px;
border-radius: 50%;
}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {
content: ' ';
width: 14px;
height: 14px;
background: #fbbd19;
border-radius: 50px;
position: absolute;
top: 8px;
left: 8px;
}
.bs-wizard > .bs-wizard-step > .progress {
position: relative;
border-radius: 0px;
height: 8px;
box-shadow: none;
margin: 20px 0;
}
.bs-wizard > .bs-wizard-step > .progress > .progress-bar {
width: 0px;
box-shadow: none;
background: #fbe8aa;
}
.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {
width: 100%;
}
.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {
width: 50%;
}
.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {
width: 0%;
}
.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {
width: 100%;
}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {
background-color: #f5f5f5;
}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {
opacity: 0;
}
.bs-wizard > .bs-wizard-step:first-child > .progress {
left: 50%;
width: 50%;
}
.bs-wizard > .bs-wizard-step:last-child > .progress {
width: 50%;
}
.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot {
pointer-events: none;
}
/*END Form Wizard*/
.left-navblock {
display: inline-block;
float: left;
text-align: left;
color: white;
padding: 0px;
/* adjust based on your layout */
}
.skin-blue .main-header .navbar .dropdown-menu li a {
color: #333;
}
a.logo.no-hover a:hover {
background-color: transparent;
}
.required {
border-right: 6px solid orange;
}
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
font-size: 13px;
}
.sidebar-menu {
font-size: 14px;
white-space: normal;
}
@media print {
a[href]:after {
content: none;
}
.tab-content > .tab-pane {
display: block !important;
opacity: 1 !important;
visibility: visible !important;
}
}

View file

@ -1,4 +0,0 @@
{
"assets/css/app.css": "assets/css/app-b2972a8082.css",
"assets/js/all.js": "assets/js/all-3e016c2b4d.js"
}

File diff suppressed because it is too large Load diff

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

Before

Width:  |  Height:  |  Size: 434 KiB

After

Width:  |  Height:  |  Size: 434 KiB

Binary file not shown.

Binary file not shown.

File diff suppressed because it is too large Load diff

Before

Width:  |  Height:  |  Size: 434 KiB

Binary file not shown.

BIN
public/js/dist/all.js vendored

Binary file not shown.

File diff suppressed because it is too large Load diff

File diff suppressed because one or more lines are too long

View file

@ -1,8 +1,7 @@
@icon-font-path: '../public/fonts';
@fa-font-path: "../public/fonts";
@import '../../../node_modules/font-awesome/less/font-awesome';
@icon-font-path: '../fonts';
@import '../../../node_modules/bootstrap/less/bootstrap';
@import '../../../node_modules/ekko-lightbox/ekko-lightbox';
@import '../../../node_modules/bootstrap-colorpicker/src/less/colorpicker';

View file

@ -16,7 +16,7 @@
<div class="col-md-12">
<div class="error-page" style="padding-top: 200px">
<img src="{{ url('/') }}/assets/img/sad-panda.png" style="width: 200px; height: 200px;" class="pull-left">
<img src="{{ url('/') }}/img/sad-panda.png" style="width: 200px; height: 200px;" class="pull-left">
<div class="error-content">
<h3><i class="fa fa-warning text-yellow"></i> 403 Forbidden.</h3>
<p>

View file

@ -13,10 +13,10 @@
<div class="row">
<div class="col-md-12">
<div class="col-md-8 col-md-offset-2">
<div class="error-page" style="padding-top: 200px">
<img src="{{ url('/') }}/assets/img/sad-panda.png" style="width: 200px; height: 200px;" class="pull-left">
<div style="padding-top: 200px">
<img src="{{ url('/') }}/img/sad-panda.png" style="width: 200px; height: 200px;" class="pull-left">
<div class="error-content">
<h3><i class="fa fa-warning text-yellow"></i> 404 Page not found.</h3>
<p>

View file

@ -16,7 +16,7 @@ System Unavailable
<div class="col-md-12">
<div class="error-page" style="padding-top: 200px">
<img src="{{ url('/') }}/assets/img/sad-panda.png" style="width: 200px; height: 200px;" class="pull-left">
<img src="{{ url('/') }}/img/sad-panda.png" style="width: 200px; height: 200px;" class="pull-left">
<div class="error-content">
<h2><i class="fa fa-warning text-yellow"></i> System Unavailable</h2>
<p>

View file

@ -11,26 +11,12 @@
<!-- CSS -->
<link rel="stylesheet" href="{{ asset('css/bootstrap.min.css') }}">
<!-- Font Awesome -->
<link rel="stylesheet" href="{{ asset('css/font-awesome.min.css') }}">
<link rel="stylesheet" href="{{ asset('css/font-awesome/font-awesome.min.css') }}">
<!-- Select2 -->
<link rel="stylesheet" href="{{ asset('js/plugins/select2/select2.min.css') }}">
<!-- Bootstrap Color Picker -->
<link rel="stylesheet" href="{{ asset('js/plugins/colorpicker/bootstrap-colorpicker.min.css') }}">
<link rel="stylesheet" href="{{ asset('js/plugins/datepicker/bootstrap-datepicker.css') }}">
<!-- jvectormap -->
<link rel="stylesheet" href="{{ asset('js/plugins/jvectormap/jquery-jvectormap-1.2.2.css') }}">
<!-- Theme style -->
<link rel="stylesheet" href="{{ asset('css/AdminLTE.min.css') }}">
<link rel="stylesheet" href="{{ asset('css/skins/skin-blue.css') }}">
<!-- bootstrap tables CSS -->
<link rel="stylesheet" href="{{ asset('css/bootstrap-table.css') }}">
<link rel="stylesheet" href="{{ elixir('assets/css/app.css') }}">
<link rel="stylesheet" href="{{ mix('css/dist/all.css') }}">
<link rel="shortcut icon" type="image/ico" href="{{ asset('favicon.ico') }}">

View file

@ -15,7 +15,7 @@
<link rel="stylesheet" href="{{ asset('css/AdminLTE.min.css') }}">
<link rel="stylesheet" href="{{ asset('css/skins/skin-blue.css') }}">
<link rel="stylesheet" href="{{ asset('js/plugins/select2/select2.min.css') }}">
<link rel="stylesheet" href="{{ elixir('assets/css/app.css') }}">
<link rel="stylesheet" href="{{ mix('assets/css/app.css') }}">
@ -126,7 +126,7 @@
</div>
</div>
</div>
<script src="{{ asset(elixir('assets/js/all.js')) }}"></script>
<script src="{{ asset(mix('assets/js/all.js')) }}"></script>
<script>
$(function () {

View file

@ -1,9 +1,9 @@
<!-- Purchase Date -->
<div class="form-group {{ $errors->has('purchase_date') ? ' has-error' : '' }}">
<label for="purchase_date" class="col-md-3 control-label">{{ trans('general.purchase_date') }}</label>
<div class="input-group col-md-3">
<div class="input-group col-md-3" data-provide="datepicker">
<div class="input-group">
<input type="text" class="datepicker form-control" data-date-format="yyyy-mm-dd" placeholder="{{ trans('general.select_date') }}" name="purchase_date" id="purchase_date" value="{{ Input::old('purchase_date', $item->purchase_date) }}">
<input type="text" class="form-control" data-autoclose="true" data-date-format="yyyy-mm-dd" placeholder="{{ trans('general.select_date') }}" name="purchase_date" id="purchase_date" value="{{ Input::old('purchase_date', $item->purchase_date) }}">
<span class="input-group-addon"><i class="fa fa-calendar"></i></span>
</div>
{!! $errors->first('purchase_date', '<span class="alert-msg"><i class="fa fa-times"></i> :message</span>') !!}

View file

@ -4,37 +4,33 @@ const { mix } = require('laravel-mix');
mix.setPublicPath('build');
mix
.less('resources/assets/less/AdminLTE.less', 'public/css')
.less('resources/assets/less/app.less', 'public/css')
.less('resources/assets/less/overrides.less', 'public/css')
.copy('./node_modules/bootstrap/fonts/*', 'public/fonts')
.copy('./node_modules/font-awesome/fonts/*', 'public/fonts')
.options(
{
processCssUrls: false,
processFontUrls: false,
uglify: false
processFontUrls: false
})
.less('resources/assets/less/AdminLTE.less', 'public/css')
.less('resources/assets/less/app.less', 'public/css')
.less('resources/assets/less/overrides.less', 'public/css')
.styles([
mix.styles([
'public/css/app.css',
'public/css/AdminLTE.css',
'resources/assets/css/font-awesome/font-awesome.min.css',
'./bower_components/iCheck/skins/minimal/minimal.css',
'./node_modules/bootstrap-datepicker/dist/css/bootstrap-datepicker.css',
'public/css/overrides.css',
], 'public/css/dist/all.css');
], 'public/css/dist/all.css')
//mix.version('public/css/all.css', 'public/css');
.js(
mix.js(
// jQuery is loaded from vue.js webpack process
'./resources/assets/js/vue.js', //this is Snipe-IT's initializer for Vue.js
'public/build'
)
);
.scripts([
mix.scripts([
'public/build/vue.js', //this is the modularized nifty Vue.js thing we just built, above!
'./node_modules/tether/dist/js/tether.min.js',
'./bower_components/jquery-ui/jquery-ui.js',
@ -43,15 +39,12 @@ mix
'./bower_components/blueimp-file-upload/js/jquery.fileupload.js',
'./node_modules/fastclick/lib/fastclick.js',
'./node_modules/bootstrap-colorpicker/dist/js/bootstrap-colorpicker.js',
'./bower_components/bootstrap-datepicker/dist/js/bootstrap-datepicker.js',
'./node_modules/bootstrap-datepicker/dist/js/bootstrap-datepicker.js',
'./bower_components/iCheck/icheck.js',
'./bower_components/select2/dist/js/select2.full.js',
'./node_modules/ekko-lightbox/dist/ekko-lightbox.js',
'./resources/assets/js/app.js', //this is part of AdminLTE
'./resources/assets/js/snipeit.js', //this is the actual Snipe-IT JS
],'public/js/dist/all.js');
//if (mix.config.inProduction) {