mirror of
https://github.com/cp6/my-idlers.git
synced 2025-04-19 17:48:36 +00:00
Merge pull request #101 from Gamerboy59/main
Update resources and remove duplicated webfa files
This commit is contained in:
commit
2b1cfa0787
28 changed files with 8398 additions and 8837 deletions
|
@ -11,18 +11,18 @@
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"require": {
|
"require": {
|
||||||
"php": "^8.1",
|
"php": "^8.1",
|
||||||
"guzzlehttp/guzzle": "^7.7",
|
"guzzlehttp/guzzle": "^7.8",
|
||||||
"laravel/framework": "^10",
|
"laravel/framework": "^10",
|
||||||
"laravel/tinker": "^2.8",
|
"laravel/tinker": "^2.8",
|
||||||
"laravel/ui": "^4.2",
|
"laravel/ui": "^4.2",
|
||||||
"yajra/laravel-datatables-oracle": "~10.7",
|
"yajra/laravel-datatables-oracle": "~10.8",
|
||||||
"ext-json": "*",
|
"ext-json": "*",
|
||||||
"doctrine/dbal": "v3.6"
|
"doctrine/dbal": "^3"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"fakerphp/faker": "^1.23",
|
"fakerphp/faker": "^1.23",
|
||||||
"laravel/breeze": "^1.22",
|
"laravel/breeze": "^1.24",
|
||||||
"laravel/sail": "^1.23",
|
"laravel/sail": "^1.25",
|
||||||
"mockery/mockery": "^1.6",
|
"mockery/mockery": "^1.6",
|
||||||
"nunomaduro/collision": "^7",
|
"nunomaduro/collision": "^7",
|
||||||
"phpunit/phpunit": "^10",
|
"phpunit/phpunit": "^10",
|
||||||
|
|
|
@ -12,14 +12,17 @@
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"axios": "^0.27.2",
|
"axios": "^0.27.2",
|
||||||
"bootstrap": "^5.3.1",
|
"bootstrap": "^5.3.2",
|
||||||
"bootstrap-dark-5": "^1.1.3",
|
"bootstrap-dark-5": "^1.1.3",
|
||||||
"bootstrap-data-table": "^1.0.0",
|
"bootstrap-data-table": "^1.0.0",
|
||||||
"datatables": "^1.10.18",
|
"datatables": "^1.10.18",
|
||||||
"datatables.net-bs": "^1.13.6",
|
"datatables.net-bs": "^1.13.6",
|
||||||
"font-awesome": "^4.7.0",
|
"font-awesome": "^4.7.0",
|
||||||
"jquery": "^3.7.0",
|
"jquery": "^3.7.1",
|
||||||
"laravel-mix": "^6.0.49",
|
"laravel-mix": "^6.0.49",
|
||||||
|
"resolve-url-loader": "^5.0.0",
|
||||||
|
"sass": "^1.68.0",
|
||||||
|
"sass-loader": "^12.6.0",
|
||||||
"vue": "^2.7.14",
|
"vue": "^2.7.14",
|
||||||
"vue-loader": "^17.2.2",
|
"vue-loader": "^17.2.2",
|
||||||
"vue-resource": "^1.5.3",
|
"vue-resource": "^1.5.3",
|
||||||
|
|
8269
public/css/app.css
vendored
8269
public/css/app.css
vendored
File diff suppressed because one or more lines are too long
81
public/css/light.css
vendored
81
public/css/light.css
vendored
|
@ -1,6 +1,6 @@
|
||||||
@charset "UTF-8";
|
@charset "UTF-8";
|
||||||
/*!
|
/*!
|
||||||
* Bootstrap v5.3.1 (https://getbootstrap.com/)
|
* Bootstrap v5.3.2 (https://getbootstrap.com/)
|
||||||
* Copyright 2011-2023 The Bootstrap Authors
|
* Copyright 2011-2023 The Bootstrap Authors
|
||||||
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
|
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
|
||||||
*/
|
*/
|
||||||
|
@ -99,6 +99,7 @@
|
||||||
--bs-link-hover-color: #0a58ca;
|
--bs-link-hover-color: #0a58ca;
|
||||||
--bs-link-hover-color-rgb: 10, 88, 202;
|
--bs-link-hover-color-rgb: 10, 88, 202;
|
||||||
--bs-code-color: #d63384;
|
--bs-code-color: #d63384;
|
||||||
|
--bs-highlight-color: #212529;
|
||||||
--bs-highlight-bg: #fff3cd;
|
--bs-highlight-bg: #fff3cd;
|
||||||
--bs-border-width: 1px;
|
--bs-border-width: 1px;
|
||||||
--bs-border-style: solid;
|
--bs-border-style: solid;
|
||||||
|
@ -170,6 +171,8 @@
|
||||||
--bs-link-color-rgb: 110, 168, 254;
|
--bs-link-color-rgb: 110, 168, 254;
|
||||||
--bs-link-hover-color-rgb: 139, 185, 254;
|
--bs-link-hover-color-rgb: 139, 185, 254;
|
||||||
--bs-code-color: #e685b5;
|
--bs-code-color: #e685b5;
|
||||||
|
--bs-highlight-color: #dee2e6;
|
||||||
|
--bs-highlight-bg: #664d03;
|
||||||
--bs-border-color: #495057;
|
--bs-border-color: #495057;
|
||||||
--bs-border-color-translucent: rgba(255, 255, 255, 0.15);
|
--bs-border-color-translucent: rgba(255, 255, 255, 0.15);
|
||||||
--bs-form-valid-color: #75b798;
|
--bs-form-valid-color: #75b798;
|
||||||
|
@ -325,6 +328,7 @@ small, .small {
|
||||||
|
|
||||||
mark, .mark {
|
mark, .mark {
|
||||||
padding: 0.1875em;
|
padding: 0.1875em;
|
||||||
|
color: var(--bs-highlight-color);
|
||||||
background-color: var(--bs-highlight-bg);
|
background-color: var(--bs-highlight-bg);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -814,7 +818,7 @@ progress {
|
||||||
|
|
||||||
.row-cols-3 > * {
|
.row-cols-3 > * {
|
||||||
flex: 0 0 auto;
|
flex: 0 0 auto;
|
||||||
width: 33.3333333333%;
|
width: 33.33333333%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.row-cols-4 > * {
|
.row-cols-4 > * {
|
||||||
|
@ -829,7 +833,7 @@ progress {
|
||||||
|
|
||||||
.row-cols-6 > * {
|
.row-cols-6 > * {
|
||||||
flex: 0 0 auto;
|
flex: 0 0 auto;
|
||||||
width: 16.6666666667%;
|
width: 16.66666667%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.col-auto {
|
.col-auto {
|
||||||
|
@ -1019,7 +1023,7 @@ progress {
|
||||||
}
|
}
|
||||||
.row-cols-sm-3 > * {
|
.row-cols-sm-3 > * {
|
||||||
flex: 0 0 auto;
|
flex: 0 0 auto;
|
||||||
width: 33.3333333333%;
|
width: 33.33333333%;
|
||||||
}
|
}
|
||||||
.row-cols-sm-4 > * {
|
.row-cols-sm-4 > * {
|
||||||
flex: 0 0 auto;
|
flex: 0 0 auto;
|
||||||
|
@ -1031,7 +1035,7 @@ progress {
|
||||||
}
|
}
|
||||||
.row-cols-sm-6 > * {
|
.row-cols-sm-6 > * {
|
||||||
flex: 0 0 auto;
|
flex: 0 0 auto;
|
||||||
width: 16.6666666667%;
|
width: 16.66666667%;
|
||||||
}
|
}
|
||||||
.col-sm-auto {
|
.col-sm-auto {
|
||||||
flex: 0 0 auto;
|
flex: 0 0 auto;
|
||||||
|
@ -1188,7 +1192,7 @@ progress {
|
||||||
}
|
}
|
||||||
.row-cols-md-3 > * {
|
.row-cols-md-3 > * {
|
||||||
flex: 0 0 auto;
|
flex: 0 0 auto;
|
||||||
width: 33.3333333333%;
|
width: 33.33333333%;
|
||||||
}
|
}
|
||||||
.row-cols-md-4 > * {
|
.row-cols-md-4 > * {
|
||||||
flex: 0 0 auto;
|
flex: 0 0 auto;
|
||||||
|
@ -1200,7 +1204,7 @@ progress {
|
||||||
}
|
}
|
||||||
.row-cols-md-6 > * {
|
.row-cols-md-6 > * {
|
||||||
flex: 0 0 auto;
|
flex: 0 0 auto;
|
||||||
width: 16.6666666667%;
|
width: 16.66666667%;
|
||||||
}
|
}
|
||||||
.col-md-auto {
|
.col-md-auto {
|
||||||
flex: 0 0 auto;
|
flex: 0 0 auto;
|
||||||
|
@ -1357,7 +1361,7 @@ progress {
|
||||||
}
|
}
|
||||||
.row-cols-lg-3 > * {
|
.row-cols-lg-3 > * {
|
||||||
flex: 0 0 auto;
|
flex: 0 0 auto;
|
||||||
width: 33.3333333333%;
|
width: 33.33333333%;
|
||||||
}
|
}
|
||||||
.row-cols-lg-4 > * {
|
.row-cols-lg-4 > * {
|
||||||
flex: 0 0 auto;
|
flex: 0 0 auto;
|
||||||
|
@ -1369,7 +1373,7 @@ progress {
|
||||||
}
|
}
|
||||||
.row-cols-lg-6 > * {
|
.row-cols-lg-6 > * {
|
||||||
flex: 0 0 auto;
|
flex: 0 0 auto;
|
||||||
width: 16.6666666667%;
|
width: 16.66666667%;
|
||||||
}
|
}
|
||||||
.col-lg-auto {
|
.col-lg-auto {
|
||||||
flex: 0 0 auto;
|
flex: 0 0 auto;
|
||||||
|
@ -1526,7 +1530,7 @@ progress {
|
||||||
}
|
}
|
||||||
.row-cols-xl-3 > * {
|
.row-cols-xl-3 > * {
|
||||||
flex: 0 0 auto;
|
flex: 0 0 auto;
|
||||||
width: 33.3333333333%;
|
width: 33.33333333%;
|
||||||
}
|
}
|
||||||
.row-cols-xl-4 > * {
|
.row-cols-xl-4 > * {
|
||||||
flex: 0 0 auto;
|
flex: 0 0 auto;
|
||||||
|
@ -1538,7 +1542,7 @@ progress {
|
||||||
}
|
}
|
||||||
.row-cols-xl-6 > * {
|
.row-cols-xl-6 > * {
|
||||||
flex: 0 0 auto;
|
flex: 0 0 auto;
|
||||||
width: 16.6666666667%;
|
width: 16.66666667%;
|
||||||
}
|
}
|
||||||
.col-xl-auto {
|
.col-xl-auto {
|
||||||
flex: 0 0 auto;
|
flex: 0 0 auto;
|
||||||
|
@ -1695,7 +1699,7 @@ progress {
|
||||||
}
|
}
|
||||||
.row-cols-xxl-3 > * {
|
.row-cols-xxl-3 > * {
|
||||||
flex: 0 0 auto;
|
flex: 0 0 auto;
|
||||||
width: 33.3333333333%;
|
width: 33.33333333%;
|
||||||
}
|
}
|
||||||
.row-cols-xxl-4 > * {
|
.row-cols-xxl-4 > * {
|
||||||
flex: 0 0 auto;
|
flex: 0 0 auto;
|
||||||
|
@ -1707,7 +1711,7 @@ progress {
|
||||||
}
|
}
|
||||||
.row-cols-xxl-6 > * {
|
.row-cols-xxl-6 > * {
|
||||||
flex: 0 0 auto;
|
flex: 0 0 auto;
|
||||||
width: 16.6666666667%;
|
width: 16.66666667%;
|
||||||
}
|
}
|
||||||
.col-xxl-auto {
|
.col-xxl-auto {
|
||||||
flex: 0 0 auto;
|
flex: 0 0 auto;
|
||||||
|
@ -1851,16 +1855,16 @@ progress {
|
||||||
--bs-table-bg-type: initial;
|
--bs-table-bg-type: initial;
|
||||||
--bs-table-color-state: initial;
|
--bs-table-color-state: initial;
|
||||||
--bs-table-bg-state: initial;
|
--bs-table-bg-state: initial;
|
||||||
--bs-table-color: var(--bs-body-color);
|
--bs-table-color: var(--bs-emphasis-color);
|
||||||
--bs-table-bg: var(--bs-body-bg);
|
--bs-table-bg: var(--bs-body-bg);
|
||||||
--bs-table-border-color: var(--bs-border-color);
|
--bs-table-border-color: var(--bs-border-color);
|
||||||
--bs-table-accent-bg: transparent;
|
--bs-table-accent-bg: transparent;
|
||||||
--bs-table-striped-color: var(--bs-body-color);
|
--bs-table-striped-color: var(--bs-emphasis-color);
|
||||||
--bs-table-striped-bg: rgba(0, 0, 0, 0.05);
|
--bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
|
||||||
--bs-table-active-color: var(--bs-body-color);
|
--bs-table-active-color: var(--bs-emphasis-color);
|
||||||
--bs-table-active-bg: rgba(0, 0, 0, 0.1);
|
--bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
|
||||||
--bs-table-hover-color: var(--bs-body-color);
|
--bs-table-hover-color: var(--bs-emphasis-color);
|
||||||
--bs-table-hover-bg: rgba(0, 0, 0, 0.075);
|
--bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin-bottom: 1rem;
|
margin-bottom: 1rem;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
|
@ -1929,7 +1933,7 @@ progress {
|
||||||
.table-primary {
|
.table-primary {
|
||||||
--bs-table-color: #000;
|
--bs-table-color: #000;
|
||||||
--bs-table-bg: #cfe2ff;
|
--bs-table-bg: #cfe2ff;
|
||||||
--bs-table-border-color: #bacbe6;
|
--bs-table-border-color: #a6b5cc;
|
||||||
--bs-table-striped-bg: #c5d7f2;
|
--bs-table-striped-bg: #c5d7f2;
|
||||||
--bs-table-striped-color: #000;
|
--bs-table-striped-color: #000;
|
||||||
--bs-table-active-bg: #bacbe6;
|
--bs-table-active-bg: #bacbe6;
|
||||||
|
@ -1943,7 +1947,7 @@ progress {
|
||||||
.table-secondary {
|
.table-secondary {
|
||||||
--bs-table-color: #000;
|
--bs-table-color: #000;
|
||||||
--bs-table-bg: #e2e3e5;
|
--bs-table-bg: #e2e3e5;
|
||||||
--bs-table-border-color: #cbccce;
|
--bs-table-border-color: #b5b6b7;
|
||||||
--bs-table-striped-bg: #d7d8da;
|
--bs-table-striped-bg: #d7d8da;
|
||||||
--bs-table-striped-color: #000;
|
--bs-table-striped-color: #000;
|
||||||
--bs-table-active-bg: #cbccce;
|
--bs-table-active-bg: #cbccce;
|
||||||
|
@ -1957,7 +1961,7 @@ progress {
|
||||||
.table-success {
|
.table-success {
|
||||||
--bs-table-color: #000;
|
--bs-table-color: #000;
|
||||||
--bs-table-bg: #d1e7dd;
|
--bs-table-bg: #d1e7dd;
|
||||||
--bs-table-border-color: #bcd0c7;
|
--bs-table-border-color: #a7b9b1;
|
||||||
--bs-table-striped-bg: #c7dbd2;
|
--bs-table-striped-bg: #c7dbd2;
|
||||||
--bs-table-striped-color: #000;
|
--bs-table-striped-color: #000;
|
||||||
--bs-table-active-bg: #bcd0c7;
|
--bs-table-active-bg: #bcd0c7;
|
||||||
|
@ -1971,7 +1975,7 @@ progress {
|
||||||
.table-info {
|
.table-info {
|
||||||
--bs-table-color: #000;
|
--bs-table-color: #000;
|
||||||
--bs-table-bg: #cff4fc;
|
--bs-table-bg: #cff4fc;
|
||||||
--bs-table-border-color: #badce3;
|
--bs-table-border-color: #a6c3ca;
|
||||||
--bs-table-striped-bg: #c5e8ef;
|
--bs-table-striped-bg: #c5e8ef;
|
||||||
--bs-table-striped-color: #000;
|
--bs-table-striped-color: #000;
|
||||||
--bs-table-active-bg: #badce3;
|
--bs-table-active-bg: #badce3;
|
||||||
|
@ -1985,7 +1989,7 @@ progress {
|
||||||
.table-warning {
|
.table-warning {
|
||||||
--bs-table-color: #000;
|
--bs-table-color: #000;
|
||||||
--bs-table-bg: #fff3cd;
|
--bs-table-bg: #fff3cd;
|
||||||
--bs-table-border-color: #e6dbb9;
|
--bs-table-border-color: #ccc2a4;
|
||||||
--bs-table-striped-bg: #f2e7c3;
|
--bs-table-striped-bg: #f2e7c3;
|
||||||
--bs-table-striped-color: #000;
|
--bs-table-striped-color: #000;
|
||||||
--bs-table-active-bg: #e6dbb9;
|
--bs-table-active-bg: #e6dbb9;
|
||||||
|
@ -1999,7 +2003,7 @@ progress {
|
||||||
.table-danger {
|
.table-danger {
|
||||||
--bs-table-color: #000;
|
--bs-table-color: #000;
|
||||||
--bs-table-bg: #f8d7da;
|
--bs-table-bg: #f8d7da;
|
||||||
--bs-table-border-color: #dfc2c4;
|
--bs-table-border-color: #c6acae;
|
||||||
--bs-table-striped-bg: #eccccf;
|
--bs-table-striped-bg: #eccccf;
|
||||||
--bs-table-striped-color: #000;
|
--bs-table-striped-color: #000;
|
||||||
--bs-table-active-bg: #dfc2c4;
|
--bs-table-active-bg: #dfc2c4;
|
||||||
|
@ -2013,7 +2017,7 @@ progress {
|
||||||
.table-light {
|
.table-light {
|
||||||
--bs-table-color: #000;
|
--bs-table-color: #000;
|
||||||
--bs-table-bg: #f8f9fa;
|
--bs-table-bg: #f8f9fa;
|
||||||
--bs-table-border-color: #dfe0e1;
|
--bs-table-border-color: #c6c7c8;
|
||||||
--bs-table-striped-bg: #ecedee;
|
--bs-table-striped-bg: #ecedee;
|
||||||
--bs-table-striped-color: #000;
|
--bs-table-striped-color: #000;
|
||||||
--bs-table-active-bg: #dfe0e1;
|
--bs-table-active-bg: #dfe0e1;
|
||||||
|
@ -2027,7 +2031,7 @@ progress {
|
||||||
.table-dark {
|
.table-dark {
|
||||||
--bs-table-color: #fff;
|
--bs-table-color: #fff;
|
||||||
--bs-table-bg: #212529;
|
--bs-table-bg: #212529;
|
||||||
--bs-table-border-color: #373b3e;
|
--bs-table-border-color: #4d5154;
|
||||||
--bs-table-striped-bg: #2c3034;
|
--bs-table-striped-bg: #2c3034;
|
||||||
--bs-table-striped-color: #fff;
|
--bs-table-striped-color: #fff;
|
||||||
--bs-table-active-bg: #373b3e;
|
--bs-table-active-bg: #373b3e;
|
||||||
|
@ -2345,6 +2349,7 @@ textarea.form-control-lg {
|
||||||
|
|
||||||
.form-check-input {
|
.form-check-input {
|
||||||
--bs-form-check-bg: var(--bs-body-bg);
|
--bs-form-check-bg: var(--bs-body-bg);
|
||||||
|
flex-shrink: 0;
|
||||||
width: 1em;
|
width: 1em;
|
||||||
height: 1em;
|
height: 1em;
|
||||||
margin-top: 0.25em;
|
margin-top: 0.25em;
|
||||||
|
@ -2500,7 +2505,7 @@ textarea.form-control-lg {
|
||||||
height: 0.5rem;
|
height: 0.5rem;
|
||||||
color: transparent;
|
color: transparent;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
background-color: var(--bs-tertiary-bg);
|
background-color: var(--bs-secondary-bg);
|
||||||
border-color: transparent;
|
border-color: transparent;
|
||||||
border-radius: 1rem;
|
border-radius: 1rem;
|
||||||
}
|
}
|
||||||
|
@ -2529,7 +2534,7 @@ textarea.form-control-lg {
|
||||||
height: 0.5rem;
|
height: 0.5rem;
|
||||||
color: transparent;
|
color: transparent;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
background-color: var(--bs-tertiary-bg);
|
background-color: var(--bs-secondary-bg);
|
||||||
border-color: transparent;
|
border-color: transparent;
|
||||||
border-radius: 1rem;
|
border-radius: 1rem;
|
||||||
}
|
}
|
||||||
|
@ -3387,7 +3392,7 @@ textarea.form-control-lg {
|
||||||
--bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
|
--bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
|
||||||
--bs-dropdown-divider-bg: var(--bs-border-color-translucent);
|
--bs-dropdown-divider-bg: var(--bs-border-color-translucent);
|
||||||
--bs-dropdown-divider-margin-y: 0.5rem;
|
--bs-dropdown-divider-margin-y: 0.5rem;
|
||||||
--bs-dropdown-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
|
--bs-dropdown-box-shadow: var(--bs-box-shadow);
|
||||||
--bs-dropdown-link-color: var(--bs-body-color);
|
--bs-dropdown-link-color: var(--bs-body-color);
|
||||||
--bs-dropdown-link-hover-color: var(--bs-body-color);
|
--bs-dropdown-link-hover-color: var(--bs-body-color);
|
||||||
--bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
|
--bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
|
||||||
|
@ -5428,7 +5433,7 @@ textarea.form-control-lg {
|
||||||
--bs-modal-border-color: var(--bs-border-color-translucent);
|
--bs-modal-border-color: var(--bs-border-color-translucent);
|
||||||
--bs-modal-border-width: var(--bs-border-width);
|
--bs-modal-border-width: var(--bs-border-width);
|
||||||
--bs-modal-border-radius: var(--bs-border-radius-lg);
|
--bs-modal-border-radius: var(--bs-border-radius-lg);
|
||||||
--bs-modal-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
|
--bs-modal-box-shadow: var(--bs-box-shadow-sm);
|
||||||
--bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
|
--bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
|
||||||
--bs-modal-header-padding-x: 1rem;
|
--bs-modal-header-padding-x: 1rem;
|
||||||
--bs-modal-header-padding-y: 1rem;
|
--bs-modal-header-padding-y: 1rem;
|
||||||
|
@ -5569,7 +5574,7 @@ textarea.form-control-lg {
|
||||||
@media (min-width: 576px) {
|
@media (min-width: 576px) {
|
||||||
.modal {
|
.modal {
|
||||||
--bs-modal-margin: 1.75rem;
|
--bs-modal-margin: 1.75rem;
|
||||||
--bs-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
|
--bs-modal-box-shadow: var(--bs-box-shadow);
|
||||||
}
|
}
|
||||||
.modal-dialog {
|
.modal-dialog {
|
||||||
max-width: var(--bs-modal-width);
|
max-width: var(--bs-modal-width);
|
||||||
|
@ -5821,7 +5826,7 @@ textarea.form-control-lg {
|
||||||
--bs-popover-border-color: var(--bs-border-color-translucent);
|
--bs-popover-border-color: var(--bs-border-color-translucent);
|
||||||
--bs-popover-border-radius: var(--bs-border-radius-lg);
|
--bs-popover-border-radius: var(--bs-border-radius-lg);
|
||||||
--bs-popover-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));
|
--bs-popover-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));
|
||||||
--bs-popover-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
|
--bs-popover-box-shadow: var(--bs-box-shadow);
|
||||||
--bs-popover-header-padding-x: 1rem;
|
--bs-popover-header-padding-x: 1rem;
|
||||||
--bs-popover-header-padding-y: 0.5rem;
|
--bs-popover-header-padding-y: 0.5rem;
|
||||||
--bs-popover-header-font-size: 1rem;
|
--bs-popover-header-font-size: 1rem;
|
||||||
|
@ -6255,7 +6260,7 @@ textarea.form-control-lg {
|
||||||
--bs-offcanvas-bg: var(--bs-body-bg);
|
--bs-offcanvas-bg: var(--bs-body-bg);
|
||||||
--bs-offcanvas-border-width: var(--bs-border-width);
|
--bs-offcanvas-border-width: var(--bs-border-width);
|
||||||
--bs-offcanvas-border-color: var(--bs-border-color-translucent);
|
--bs-offcanvas-border-color: var(--bs-border-color-translucent);
|
||||||
--bs-offcanvas-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
|
--bs-offcanvas-box-shadow: var(--bs-box-shadow-sm);
|
||||||
--bs-offcanvas-transition: transform 0.3s ease-in-out;
|
--bs-offcanvas-transition: transform 0.3s ease-in-out;
|
||||||
--bs-offcanvas-title-line-height: 1.5;
|
--bs-offcanvas-title-line-height: 1.5;
|
||||||
}
|
}
|
||||||
|
@ -7302,15 +7307,15 @@ textarea.form-control-lg {
|
||||||
}
|
}
|
||||||
|
|
||||||
.shadow {
|
.shadow {
|
||||||
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
|
box-shadow: var(--bs-box-shadow) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.shadow-sm {
|
.shadow-sm {
|
||||||
box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
|
box-shadow: var(--bs-box-shadow-sm) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.shadow-lg {
|
.shadow-lg {
|
||||||
box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
|
box-shadow: var(--bs-box-shadow-lg) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.shadow-none {
|
.shadow-none {
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
72
public/js/app.js
vendored
72
public/js/app.js
vendored
|
@ -5681,7 +5681,7 @@ __webpack_require__.r(__webpack_exports__);
|
||||||
/* harmony import */ var _popperjs_core__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @popperjs/core */ "./node_modules/@popperjs/core/lib/index.js");
|
/* harmony import */ var _popperjs_core__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @popperjs/core */ "./node_modules/@popperjs/core/lib/index.js");
|
||||||
/* harmony import */ var _popperjs_core__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @popperjs/core */ "./node_modules/@popperjs/core/lib/popper.js");
|
/* harmony import */ var _popperjs_core__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @popperjs/core */ "./node_modules/@popperjs/core/lib/popper.js");
|
||||||
/*!
|
/*!
|
||||||
* Bootstrap v5.3.1 (https://getbootstrap.com/)
|
* Bootstrap v5.3.2 (https://getbootstrap.com/)
|
||||||
* Copyright 2011-2023 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
|
* Copyright 2011-2023 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
|
||||||
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
|
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
|
||||||
*/
|
*/
|
||||||
|
@ -6326,7 +6326,7 @@ class Config {
|
||||||
* Constants
|
* Constants
|
||||||
*/
|
*/
|
||||||
|
|
||||||
const VERSION = '5.3.1';
|
const VERSION = '5.3.2';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Class definition
|
* Class definition
|
||||||
|
@ -6407,9 +6407,9 @@ const getSelector = element => {
|
||||||
if (hrefAttribute.includes('#') && !hrefAttribute.startsWith('#')) {
|
if (hrefAttribute.includes('#') && !hrefAttribute.startsWith('#')) {
|
||||||
hrefAttribute = `#${hrefAttribute.split('#')[1]}`;
|
hrefAttribute = `#${hrefAttribute.split('#')[1]}`;
|
||||||
}
|
}
|
||||||
selector = hrefAttribute && hrefAttribute !== '#' ? hrefAttribute.trim() : null;
|
selector = hrefAttribute && hrefAttribute !== '#' ? parseSelector(hrefAttribute.trim()) : null;
|
||||||
}
|
}
|
||||||
return parseSelector(selector);
|
return selector;
|
||||||
};
|
};
|
||||||
const SelectorEngine = {
|
const SelectorEngine = {
|
||||||
find(selector, element = document.documentElement) {
|
find(selector, element = document.documentElement) {
|
||||||
|
@ -9705,7 +9705,7 @@ const CLASS_NAME_SHOW$1 = 'show';
|
||||||
const CLASS_DROPDOWN = 'dropdown';
|
const CLASS_DROPDOWN = 'dropdown';
|
||||||
const SELECTOR_DROPDOWN_TOGGLE = '.dropdown-toggle';
|
const SELECTOR_DROPDOWN_TOGGLE = '.dropdown-toggle';
|
||||||
const SELECTOR_DROPDOWN_MENU = '.dropdown-menu';
|
const SELECTOR_DROPDOWN_MENU = '.dropdown-menu';
|
||||||
const NOT_SELECTOR_DROPDOWN_TOGGLE = ':not(.dropdown-toggle)';
|
const NOT_SELECTOR_DROPDOWN_TOGGLE = `:not(${SELECTOR_DROPDOWN_TOGGLE})`;
|
||||||
const SELECTOR_TAB_PANEL = '.list-group, .nav, [role="tablist"]';
|
const SELECTOR_TAB_PANEL = '.list-group, .nav, [role="tablist"]';
|
||||||
const SELECTOR_OUTER = '.nav-item, .list-group-item';
|
const SELECTOR_OUTER = '.nav-item, .list-group-item';
|
||||||
const SELECTOR_INNER = `.nav-link${NOT_SELECTOR_DROPDOWN_TOGGLE}, .list-group-item${NOT_SELECTOR_DROPDOWN_TOGGLE}, [role="tab"]${NOT_SELECTOR_DROPDOWN_TOGGLE}`;
|
const SELECTOR_INNER = `.nav-link${NOT_SELECTOR_DROPDOWN_TOGGLE}, .list-group-item${NOT_SELECTOR_DROPDOWN_TOGGLE}, [role="tab"]${NOT_SELECTOR_DROPDOWN_TOGGLE}`;
|
||||||
|
@ -27334,14 +27334,14 @@ module.exports = Array.isArray || function (arr) {
|
||||||
/***/ (function(module, exports) {
|
/***/ (function(module, exports) {
|
||||||
|
|
||||||
var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/*!
|
var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/*!
|
||||||
* jQuery JavaScript Library v3.7.0
|
* jQuery JavaScript Library v3.7.1
|
||||||
* https://jquery.com/
|
* https://jquery.com/
|
||||||
*
|
*
|
||||||
* Copyright OpenJS Foundation and other contributors
|
* Copyright OpenJS Foundation and other contributors
|
||||||
* Released under the MIT license
|
* Released under the MIT license
|
||||||
* https://jquery.org/license
|
* https://jquery.org/license
|
||||||
*
|
*
|
||||||
* Date: 2023-05-11T18:29Z
|
* Date: 2023-08-28T13:37Z
|
||||||
*/
|
*/
|
||||||
( function( global, factory ) {
|
( function( global, factory ) {
|
||||||
|
|
||||||
|
@ -27482,7 +27482,7 @@ function toType( obj ) {
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
var version = "3.7.0",
|
var version = "3.7.1",
|
||||||
|
|
||||||
rhtmlSuffix = /HTML$/i,
|
rhtmlSuffix = /HTML$/i,
|
||||||
|
|
||||||
|
@ -27746,9 +27746,14 @@ jQuery.extend( {
|
||||||
// Do not traverse comment nodes
|
// Do not traverse comment nodes
|
||||||
ret += jQuery.text( node );
|
ret += jQuery.text( node );
|
||||||
}
|
}
|
||||||
} else if ( nodeType === 1 || nodeType === 9 || nodeType === 11 ) {
|
}
|
||||||
|
if ( nodeType === 1 || nodeType === 11 ) {
|
||||||
return elem.textContent;
|
return elem.textContent;
|
||||||
} else if ( nodeType === 3 || nodeType === 4 ) {
|
}
|
||||||
|
if ( nodeType === 9 ) {
|
||||||
|
return elem.documentElement.textContent;
|
||||||
|
}
|
||||||
|
if ( nodeType === 3 || nodeType === 4 ) {
|
||||||
return elem.nodeValue;
|
return elem.nodeValue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -28461,12 +28466,17 @@ function setDocument( node ) {
|
||||||
documentElement.msMatchesSelector;
|
documentElement.msMatchesSelector;
|
||||||
|
|
||||||
// Support: IE 9 - 11+, Edge 12 - 18+
|
// Support: IE 9 - 11+, Edge 12 - 18+
|
||||||
// Accessing iframe documents after unload throws "permission denied" errors (see trac-13936)
|
// Accessing iframe documents after unload throws "permission denied" errors
|
||||||
// Support: IE 11+, Edge 17 - 18+
|
// (see trac-13936).
|
||||||
// IE/Edge sometimes throw a "Permission denied" error when strict-comparing
|
// Limit the fix to IE & Edge Legacy; despite Edge 15+ implementing `matches`,
|
||||||
// two documents; shallow comparisons work.
|
// all IE 9+ and Edge Legacy versions implement `msMatchesSelector` as well.
|
||||||
// eslint-disable-next-line eqeqeq
|
if ( documentElement.msMatchesSelector &&
|
||||||
if ( preferredDoc != document &&
|
|
||||||
|
// Support: IE 11+, Edge 17 - 18+
|
||||||
|
// IE/Edge sometimes throw a "Permission denied" error when strict-comparing
|
||||||
|
// two documents; shallow comparisons work.
|
||||||
|
// eslint-disable-next-line eqeqeq
|
||||||
|
preferredDoc != document &&
|
||||||
( subWindow = document.defaultView ) && subWindow.top !== subWindow ) {
|
( subWindow = document.defaultView ) && subWindow.top !== subWindow ) {
|
||||||
|
|
||||||
// Support: IE 9 - 11+, Edge 12 - 18+
|
// Support: IE 9 - 11+, Edge 12 - 18+
|
||||||
|
@ -30029,12 +30039,12 @@ jQuery.find = find;
|
||||||
jQuery.expr[ ":" ] = jQuery.expr.pseudos;
|
jQuery.expr[ ":" ] = jQuery.expr.pseudos;
|
||||||
jQuery.unique = jQuery.uniqueSort;
|
jQuery.unique = jQuery.uniqueSort;
|
||||||
|
|
||||||
// These have always been private, but they used to be documented
|
// These have always been private, but they used to be documented as part of
|
||||||
// as part of Sizzle so let's maintain them in the 3.x line
|
// Sizzle so let's maintain them for now for backwards compatibility purposes.
|
||||||
// for backwards compatibility purposes.
|
|
||||||
find.compile = compile;
|
find.compile = compile;
|
||||||
find.select = select;
|
find.select = select;
|
||||||
find.setDocument = setDocument;
|
find.setDocument = setDocument;
|
||||||
|
find.tokenize = tokenize;
|
||||||
|
|
||||||
find.escape = jQuery.escapeSelector;
|
find.escape = jQuery.escapeSelector;
|
||||||
find.getText = jQuery.text;
|
find.getText = jQuery.text;
|
||||||
|
@ -33248,7 +33258,7 @@ function domManip( collection, args, callback, ignored ) {
|
||||||
if ( hasScripts ) {
|
if ( hasScripts ) {
|
||||||
doc = scripts[ scripts.length - 1 ].ownerDocument;
|
doc = scripts[ scripts.length - 1 ].ownerDocument;
|
||||||
|
|
||||||
// Reenable scripts
|
// Re-enable scripts
|
||||||
jQuery.map( scripts, restoreScript );
|
jQuery.map( scripts, restoreScript );
|
||||||
|
|
||||||
// Evaluate executable scripts on first document insertion
|
// Evaluate executable scripts on first document insertion
|
||||||
|
@ -33705,7 +33715,7 @@ var rboxStyle = new RegExp( cssExpand.join( "|" ), "i" );
|
||||||
trChild = document.createElement( "div" );
|
trChild = document.createElement( "div" );
|
||||||
|
|
||||||
table.style.cssText = "position:absolute;left:-11111px;border-collapse:separate";
|
table.style.cssText = "position:absolute;left:-11111px;border-collapse:separate";
|
||||||
tr.style.cssText = "border:1px solid";
|
tr.style.cssText = "box-sizing:content-box;border:1px solid";
|
||||||
|
|
||||||
// Support: Chrome 86+
|
// Support: Chrome 86+
|
||||||
// Height set through cssText does not get applied.
|
// Height set through cssText does not get applied.
|
||||||
|
@ -33717,7 +33727,7 @@ var rboxStyle = new RegExp( cssExpand.join( "|" ), "i" );
|
||||||
// In our bodyBackground.html iframe,
|
// In our bodyBackground.html iframe,
|
||||||
// display for all div elements is set to "inline",
|
// display for all div elements is set to "inline",
|
||||||
// which causes a problem only in Android 8 Chrome 86.
|
// which causes a problem only in Android 8 Chrome 86.
|
||||||
// Ensuring the div is display: block
|
// Ensuring the div is `display: block`
|
||||||
// gets around this issue.
|
// gets around this issue.
|
||||||
trChild.style.display = "block";
|
trChild.style.display = "block";
|
||||||
|
|
||||||
|
@ -37885,7 +37895,9 @@ jQuery.fn.extend( {
|
||||||
},
|
},
|
||||||
|
|
||||||
hover: function( fnOver, fnOut ) {
|
hover: function( fnOver, fnOut ) {
|
||||||
return this.mouseenter( fnOver ).mouseleave( fnOut || fnOver );
|
return this
|
||||||
|
.on( "mouseenter", fnOver )
|
||||||
|
.on( "mouseleave", fnOut || fnOver );
|
||||||
}
|
}
|
||||||
} );
|
} );
|
||||||
|
|
||||||
|
@ -38040,6 +38052,19 @@ return jQuery;
|
||||||
} );
|
} );
|
||||||
|
|
||||||
|
|
||||||
|
/***/ }),
|
||||||
|
|
||||||
|
/***/ "./resources/sass/app.scss":
|
||||||
|
/*!*********************************!*\
|
||||||
|
!*** ./resources/sass/app.scss ***!
|
||||||
|
\*********************************/
|
||||||
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
||||||
|
|
||||||
|
"use strict";
|
||||||
|
__webpack_require__.r(__webpack_exports__);
|
||||||
|
// extracted by mini-css-extract-plugin
|
||||||
|
|
||||||
|
|
||||||
/***/ }),
|
/***/ }),
|
||||||
|
|
||||||
/***/ "./resources/css/app.css":
|
/***/ "./resources/css/app.css":
|
||||||
|
@ -66221,6 +66246,7 @@ $.each( DataTable, function ( prop, val ) {
|
||||||
/******/ // Load entry module and return exports
|
/******/ // Load entry module and return exports
|
||||||
/******/ // This entry module depends on other loaded chunks and execution need to be delayed
|
/******/ // This entry module depends on other loaded chunks and execution need to be delayed
|
||||||
/******/ __webpack_require__.O(undefined, ["css/app","css/dark","css/light"], () => (__webpack_require__("./resources/js/app.js")))
|
/******/ __webpack_require__.O(undefined, ["css/app","css/dark","css/light"], () => (__webpack_require__("./resources/js/app.js")))
|
||||||
|
/******/ __webpack_require__.O(undefined, ["css/app","css/dark","css/light"], () => (__webpack_require__("./resources/sass/app.scss")))
|
||||||
/******/ __webpack_require__.O(undefined, ["css/app","css/dark","css/light"], () => (__webpack_require__("./resources/css/app.css")))
|
/******/ __webpack_require__.O(undefined, ["css/app","css/dark","css/light"], () => (__webpack_require__("./resources/css/app.css")))
|
||||||
/******/ __webpack_require__.O(undefined, ["css/app","css/dark","css/light"], () => (__webpack_require__("./resources/css/light.css")))
|
/******/ __webpack_require__.O(undefined, ["css/app","css/dark","css/light"], () => (__webpack_require__("./resources/css/light.css")))
|
||||||
/******/ var __webpack_exports__ = __webpack_require__.O(undefined, ["css/app","css/dark","css/light"], () => (__webpack_require__("./resources/css/dark.css")))
|
/******/ var __webpack_exports__ = __webpack_require__.O(undefined, ["css/app","css/dark","css/light"], () => (__webpack_require__("./resources/css/dark.css")))
|
||||||
|
|
|
@ -2,5 +2,9 @@
|
||||||
"/js/app.js": "/js/app.js",
|
"/js/app.js": "/js/app.js",
|
||||||
"/css/app.css": "/css/app.css",
|
"/css/app.css": "/css/app.css",
|
||||||
"/css/dark.css": "/css/dark.css",
|
"/css/dark.css": "/css/dark.css",
|
||||||
"/css/light.css": "/css/light.css"
|
"/css/light.css": "/css/light.css",
|
||||||
|
"/webfonts/fa-regular-400.ttf": "/webfonts/fa-regular-400.ttf",
|
||||||
|
"/webfonts/fa-regular-400.woff2": "/webfonts/fa-regular-400.woff2",
|
||||||
|
"/webfonts/fa-solid-900.ttf": "/webfonts/fa-solid-900.ttf",
|
||||||
|
"/webfonts/fa-solid-900.woff2": "/webfonts/fa-solid-900.woff2"
|
||||||
}
|
}
|
||||||
|
|
Binary file not shown.
File diff suppressed because it is too large
Load diff
Before Width: | Height: | Size: 730 KiB |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load diff
Before Width: | Height: | Size: 896 KiB |
Binary file not shown.
Binary file not shown.
Binary file not shown.
1
resources/css/app.css
vendored
1
resources/css/app.css
vendored
|
@ -1,3 +1,2 @@
|
||||||
@import '~@fortawesome/fontawesome-free/css/all.min.css';
|
|
||||||
@import "datatables.net-bs5";
|
@import "datatables.net-bs5";
|
||||||
@import "style.css";
|
@import "style.css";
|
||||||
|
|
9
resources/sass/_variables.scss
vendored
9
resources/sass/_variables.scss
vendored
|
@ -1,7 +1,2 @@
|
||||||
// Body
|
// FontAwesome
|
||||||
$body-bg: #f8fafc;
|
$fa-font-path: "webfonts";
|
||||||
|
|
||||||
// Typography
|
|
||||||
$font-family-sans-serif: 'Nunito', sans-serif;
|
|
||||||
$font-size-base: 0.9rem;
|
|
||||||
$line-height-base: 1.6;
|
|
9
resources/sass/app.scss
vendored
9
resources/sass/app.scss
vendored
|
@ -1,8 +1,7 @@
|
||||||
// Fonts
|
// FontAwesome
|
||||||
@import url('https://fonts.googleapis.com/css?family=Nunito');
|
@import "~@fortawesome/fontawesome-free/scss/fontawesome";
|
||||||
|
@import "~@fortawesome/fontawesome-free/scss/regular";
|
||||||
|
@import "~@fortawesome/fontawesome-free/scss/solid";
|
||||||
|
|
||||||
// Variables
|
// Variables
|
||||||
@import 'variables';
|
@import 'variables';
|
||||||
|
|
||||||
// Bootstrap
|
|
||||||
@import '~bootstrap/scss/bootstrap';
|
|
||||||
|
|
20
webpack.mix.js
vendored
20
webpack.mix.js
vendored
|
@ -11,9 +11,21 @@ const mix = require('laravel-mix');
|
||||||
|
|
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
mix.js('resources/js/app.js', 'public/js').postCss('resources/css/app.css', 'public/css', [
|
mix.js('resources/js/app.js', 'public/js').postCss('resources/css/app.css', 'public/css');
|
||||||
|
mix.sass('resources/sass/app.scss', 'public/css').options({
|
||||||
]);
|
processCssUrls: false
|
||||||
|
}).copy(
|
||||||
|
'node_modules/@fortawesome/fontawesome-free/webfonts/fa-regular-400.ttf',
|
||||||
|
'public/webfonts/fa-regular-400.ttf'
|
||||||
|
).copy(
|
||||||
|
'node_modules/@fortawesome/fontawesome-free/webfonts/fa-regular-400.woff2',
|
||||||
|
'public/webfonts/fa-regular-400.woff2'
|
||||||
|
).copy(
|
||||||
|
'node_modules/@fortawesome/fontawesome-free/webfonts/fa-solid-900.ttf',
|
||||||
|
'public/webfonts/fa-solid-900.ttf'
|
||||||
|
).copy(
|
||||||
|
'node_modules/@fortawesome/fontawesome-free/webfonts/fa-solid-900.woff2',
|
||||||
|
'public/webfonts/fa-solid-900.woff2'
|
||||||
|
);
|
||||||
mix.postCss('resources/css/light.css', 'public/css');
|
mix.postCss('resources/css/light.css', 'public/css');
|
||||||
mix.postCss('resources/css/dark.css', 'public/css');
|
mix.postCss('resources/css/dark.css', 'public/css');
|
Loading…
Add table
Reference in a new issue