mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-18 08:20:13 +01:00
udpate angular
This commit is contained in:
parent
66261961cb
commit
78e4d2cfe9
3 changed files with 287 additions and 756 deletions
836
package-lock.json
generated
836
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
|
@ -31,7 +31,7 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@agm/core": "^1.0.0-beta.5",
|
"@agm/core": "^1.0.0-beta.5",
|
||||||
"@angular/animations": "^8.0.0",
|
"@angular/animations": "^8.0.0",
|
||||||
"@angular/cdk": "^8.0.0-rc.2",
|
"@angular/cdk": "^8.0.0",
|
||||||
"@angular/common": "^8.0.0",
|
"@angular/common": "^8.0.0",
|
||||||
"@angular/compiler": "^8.0.0",
|
"@angular/compiler": "^8.0.0",
|
||||||
"@angular/core": "^8.0.0",
|
"@angular/core": "^8.0.0",
|
||||||
|
|
@ -73,13 +73,13 @@
|
||||||
"tinymce": "4.5.7",
|
"tinymce": "4.5.7",
|
||||||
"tslib": "^1.9.0",
|
"tslib": "^1.9.0",
|
||||||
"typeface-exo": "0.0.22",
|
"typeface-exo": "0.0.22",
|
||||||
"web-animations-js": "2.2.5",
|
"web-animations-js": "github:angular/web-animations-js#release_pr208",
|
||||||
"zone.js": "~0.9.1"
|
"zone.js": "~0.9.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@angular-devkit/build-angular": "~0.800.0-rc.4",
|
"@angular-devkit/build-angular": "~0.800.2",
|
||||||
"@angular/compiler-cli": "^8.0.0",
|
"@angular/compiler-cli": "^8.0.0",
|
||||||
"@angular/cli": "^8.0.0-rc.4",
|
"@angular/cli": "^8.0.2",
|
||||||
"@angular/language-service": "8.0.0",
|
"@angular/language-service": "8.0.0",
|
||||||
"@compodoc/compodoc": "1.0.1",
|
"@compodoc/compodoc": "1.0.1",
|
||||||
"@fortawesome/fontawesome-free": "^5.2.0",
|
"@fortawesome/fontawesome-free": "^5.2.0",
|
||||||
|
|
|
||||||
|
|
@ -4,125 +4,114 @@
|
||||||
@import '~@nebular/theme/styles/themes';
|
@import '~@nebular/theme/styles/themes';
|
||||||
|
|
||||||
// which themes you what to enable (empty to enable all)
|
// which themes you what to enable (empty to enable all)
|
||||||
$nb-enabled-themes: (default, cosmic, corporate, dark);
|
$nb-enabled-themes: (default/*, cosmic, corporate, dark*/);
|
||||||
|
|
||||||
$nb-themes: nb-register-theme((
|
$nb-themes: nb-register-theme((
|
||||||
// app wise variables for each theme
|
// app wise variables for each theme
|
||||||
sidebar-header-gap: 2rem,
|
sidebar-header-gap: 2rem,
|
||||||
sidebar-header-height: initial,
|
sidebar-header-height: initial,
|
||||||
layout-content-width: 1400px,
|
layout-content-width: 1400px,
|
||||||
|
header-height: 5.45rem,
|
||||||
|
|
||||||
font-main: Roboto,
|
font-family-primary: Roboto,
|
||||||
font-secondary: Exo,
|
font-family-secondary: Exo,
|
||||||
|
|
||||||
switcher-background: #ebeff5,
|
|
||||||
switcher-background-percentage: 50%,
|
|
||||||
drops-icon-line-gadient: -webkit-linear-gradient(#01dbb5, #0bbb79),
|
|
||||||
|
|
||||||
list-item-border-width: 1px,
|
//
|
||||||
|
//switcher-background: #ebeff5,
|
||||||
slide-out-container-width: 30%,
|
//switcher-background-percentage: 50%,
|
||||||
slide-out-background: linear-gradient(270deg, #f7fafb 0%, #ecf2f5 100%),
|
//drops-icon-line-gadient: -webkit-linear-gradient(#01dbb5, #0bbb79),
|
||||||
slide-out-shadow-color: 0 4px 14px 0 #a2d2c8,
|
//
|
||||||
slide-out-shadow-color-rtl: 0 4px 14px 0 #a2d2c8,
|
//header-button-background: #f5f7fa,
|
||||||
|
//header-button-background-hover: #ebeff5,
|
||||||
chart-panel-summary-box-shadow: none,
|
//header-button-color: #2a2a2a,
|
||||||
chart-panel-summary-background-color: #ecf2f5,
|
//header-button-outline: #42db7d,
|
||||||
chart-panel-summary-border-color: #ebeff1,
|
//
|
||||||
chart-panel-summary-border-width: 1px,
|
//list-item-border-width: 1px,
|
||||||
|
//
|
||||||
ecommerce-card-border-width: 1px,
|
//slide-out-container-width: 30%,
|
||||||
|
//slide-out-background: linear-gradient(270deg, #f7fafb 0%, #ecf2f5 100%),
|
||||||
progress-bar-background: linear-gradient(90deg, #3edd81 0%, #3bddaf 100%),
|
//slide-out-shadow-color: 0 4px 14px 0 #a2d2c8,
|
||||||
|
//slide-out-shadow-color-rtl: 0 4px 14px 0 #a2d2c8,
|
||||||
|
//
|
||||||
|
//chart-panel-summary-box-shadow: none,
|
||||||
|
//chart-panel-summary-background-color: #ecf2f5,
|
||||||
|
//chart-panel-summary-border-color: #ebeff1,
|
||||||
|
//chart-panel-summary-border-width: 1px,
|
||||||
|
//
|
||||||
|
//ecommerce-card-border-width: 1px,
|
||||||
|
//
|
||||||
|
//progress-bar-background: linear-gradient(90deg, #3edd81 0%, #3bddaf 100%),
|
||||||
), default, default);
|
), default, default);
|
||||||
|
|
||||||
$nb-themes: nb-register-theme((
|
$nb-themes: nb-register-theme((
|
||||||
// app wise variables for each theme
|
// app wise variables for each theme
|
||||||
sidebar-header-gap: 2rem,
|
//sidebar-header-gap: 2rem,
|
||||||
sidebar-header-height: initial,
|
//sidebar-header-height: initial,
|
||||||
layout-content-width: 1400px,
|
//layout-content-width: 1400px,
|
||||||
|
//header-height: 5.45rem,
|
||||||
font-main: Roboto,
|
//
|
||||||
font-secondary: Exo,
|
//font-main: Roboto,
|
||||||
|
//font-secondary: Exo,
|
||||||
switcher-background: #4e41a5,
|
//
|
||||||
switcher-background-percentage: 14%,
|
//switcher-background: #4e41a5,
|
||||||
drops-icon-line-gadient: -webkit-linear-gradient(#a258fe, #7958fa),
|
//switcher-background-percentage: 14%,
|
||||||
|
//drops-icon-line-gadient: -webkit-linear-gradient(#a258fe, #7958fa),
|
||||||
list-item-border-width: 1px,
|
//
|
||||||
|
//header-button-background: #4e41a5,
|
||||||
slide-out-container-width: 30%,
|
//header-button-background-hover: #675cb2,
|
||||||
slide-out-background: radial-gradient(circle, #302c6e 0%, #423f8c 100%),
|
//header-button-color: #ffffff,
|
||||||
slide-out-shadow-color: 2px 0 3px rgba(19, 19, 94, 0.9),
|
//header-button-outline: #7659ff,
|
||||||
slide-out-shadow-color-rtl: -2px 0 3px rgba(19, 19, 94, 0.9),
|
//
|
||||||
|
//list-item-border-width: 1px,
|
||||||
chart-panel-summary-box-shadow: none,
|
//
|
||||||
chart-panel-summary-background-color: rgba(0, 0, 0, 0.1),
|
//slide-out-container-width: 30%,
|
||||||
chart-panel-summary-border-color: #332e73,
|
//slide-out-background: radial-gradient(circle, #302c6e 0%, #423f8c 100%),
|
||||||
chart-panel-summary-border-width: 1px,
|
//slide-out-shadow-color: 2px 0 3px rgba(19, 19, 94, 0.9),
|
||||||
|
//slide-out-shadow-color-rtl: -2px 0 3px rgba(19, 19, 94, 0.9),
|
||||||
ecommerce-card-border-width: 1px,
|
//
|
||||||
|
//chart-panel-summary-box-shadow: none,
|
||||||
progress-bar-background: linear-gradient(90deg, #00c7c7 0%, #00d977 100%),
|
//chart-panel-summary-background-color: rgba(0, 0, 0, 0.1),
|
||||||
|
//chart-panel-summary-border-color: #332e73,
|
||||||
|
//chart-panel-summary-border-width: 1px,
|
||||||
|
//
|
||||||
|
//ecommerce-card-border-width: 1px,
|
||||||
|
//
|
||||||
|
//progress-bar-background: linear-gradient(90deg, #00c7c7 0%, #00d977 100%),
|
||||||
), cosmic, cosmic);
|
), cosmic, cosmic);
|
||||||
|
|
||||||
$nb-themes: nb-register-theme((
|
$nb-themes: nb-register-theme((
|
||||||
// app wise variables for each theme
|
// app wise variables for each theme
|
||||||
sidebar-header-gap: 2rem,
|
//sidebar-header-gap: 2rem,
|
||||||
sidebar-header-height: initial,
|
//sidebar-header-height: initial,
|
||||||
layout-content-width: 1400px,
|
//layout-content-width: 1400px,
|
||||||
|
//header-height: 5.45rem,
|
||||||
font-main: Roboto,
|
//
|
||||||
font-secondary: Exo,
|
//font-main: Roboto,
|
||||||
|
//font-secondary: Exo,
|
||||||
switcher-background: #2b2d34,
|
//
|
||||||
switcher-background-percentage: 14%,
|
//switcher-background: #2b2d34,
|
||||||
drops-icon-line-gadient: -webkit-linear-gradient(#e9e8eb, #a7a2be),
|
//switcher-background-percentage: 14%,
|
||||||
|
//drops-icon-line-gadient: -webkit-linear-gradient(#e9e8eb, #a7a2be),
|
||||||
list-item-border-width: 1px,
|
//
|
||||||
|
//header-button-background: #2b2d34,
|
||||||
slide-out-container-width: 30%,
|
//header-button-background-hover: #494a50,
|
||||||
slide-out-background: linear-gradient(270deg, #f7fafb 0%, #ecf2f5 100%),
|
//header-button-color: #ffffff,
|
||||||
slide-out-shadow-color: 0 4px 14px 0 #a2d2c8,
|
//header-button-outline: #a4abb3,
|
||||||
slide-out-shadow-color-rtl: 0 4px 14px 0 #a2d2c8,
|
//
|
||||||
|
//list-item-border-width: 1px,
|
||||||
chart-panel-summary-box-shadow: none,
|
//
|
||||||
chart-panel-summary-background-color: #f7fafb,
|
//slide-out-container-width: 30%,
|
||||||
chart-panel-summary-border-color: #ebeff1,
|
//slide-out-background: linear-gradient(270deg, #f7fafb 0%, #ecf2f5 100%),
|
||||||
chart-panel-summary-border-width: 1px,
|
//slide-out-shadow-color: 0 4px 14px 0 #a2d2c8,
|
||||||
|
//slide-out-shadow-color-rtl: 0 4px 14px 0 #a2d2c8,
|
||||||
ecommerce-card-border-width: 1px,
|
//
|
||||||
|
//chart-panel-summary-box-shadow: none,
|
||||||
progress-bar-background: linear-gradient(90deg, #ff9f6f 0%, #ff8b97 100%),
|
//chart-panel-summary-background-color: #f7fafb,
|
||||||
|
//chart-panel-summary-border-color: #ebeff1,
|
||||||
|
//chart-panel-summary-border-width: 1px,
|
||||||
|
//
|
||||||
|
//ecommerce-card-border-width: 1px,
|
||||||
|
//
|
||||||
|
//progress-bar-background: linear-gradient(90deg, #ff9f6f 0%, #ff8b97 100%),
|
||||||
), corporate, corporate);
|
), corporate, corporate);
|
||||||
|
|
||||||
$nb-themes: nb-register-theme((
|
|
||||||
// app wise variables for each theme
|
|
||||||
sidebar-header-gap: 2rem,
|
|
||||||
sidebar-header-height: initial,
|
|
||||||
layout-content-width: 1400px,
|
|
||||||
|
|
||||||
font-main: Roboto,
|
|
||||||
font-secondary: Exo,
|
|
||||||
|
|
||||||
switcher-background: #4e41a5,
|
|
||||||
switcher-background-percentage: 14%,
|
|
||||||
drops-icon-line-gadient: -webkit-linear-gradient(#a258fe, #7958fa),
|
|
||||||
|
|
||||||
list-item-border-width: 1px,
|
|
||||||
|
|
||||||
slide-out-container-width: 30%,
|
|
||||||
slide-out-background: radial-gradient(circle, #302c6e 0%, #423f8c 100%),
|
|
||||||
slide-out-shadow-color: 2px 0 3px rgba(19, 19, 94, 0.9),
|
|
||||||
slide-out-shadow-color-rtl: -2px 0 3px rgba(19, 19, 94, 0.9),
|
|
||||||
|
|
||||||
chart-panel-summary-box-shadow: none,
|
|
||||||
chart-panel-summary-background-color: rgba(0, 0, 0, 0.1),
|
|
||||||
chart-panel-summary-border-color: #332e73,
|
|
||||||
chart-panel-summary-border-width: 1px,
|
|
||||||
|
|
||||||
ecommerce-card-border-width: 1px,
|
|
||||||
|
|
||||||
progress-bar-background: linear-gradient(90deg, #00c7c7 0%, #00d977 100%),
|
|
||||||
), dark, dark);
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue