mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 15:40:11 +01:00
npm updated
This commit is contained in:
parent
cdb2a89a0a
commit
489f986fd1
3 changed files with 17203 additions and 11234 deletions
27952
package-lock.json
generated
27952
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
|
@ -62,7 +62,6 @@
|
||||||
"ng2-completer": "^9.0.1",
|
"ng2-completer": "^9.0.1",
|
||||||
"ng2-smart-table": "^1.6.0",
|
"ng2-smart-table": "^1.6.0",
|
||||||
"ngx-echarts": "^4.2.2",
|
"ngx-echarts": "^4.2.2",
|
||||||
"node-sass": "^4.14.1",
|
|
||||||
"normalize.css": "6.0.0",
|
"normalize.css": "6.0.0",
|
||||||
"pace-js": "1.0.2",
|
"pace-js": "1.0.2",
|
||||||
"roboto-fontface": "0.8.0",
|
"roboto-fontface": "0.8.0",
|
||||||
|
|
|
||||||
|
|
@ -7,241 +7,249 @@ export const MENU_ITEMS: NbMenuItem[] = [
|
||||||
link: '/pages/dashboard',
|
link: '/pages/dashboard',
|
||||||
home: true,
|
home: true,
|
||||||
},
|
},
|
||||||
{
|
]
|
||||||
title: 'IoT Dashboard',
|
// export const MENU_ITEMS: NbMenuItem[] = [
|
||||||
icon: 'home-outline',
|
// {
|
||||||
link: '/pages/iot-dashboard',
|
// title: 'E-commerce',
|
||||||
},
|
// icon: 'shopping-cart-outline',
|
||||||
{
|
// link: '/pages/dashboard',
|
||||||
title: 'FEATURES',
|
// home: true,
|
||||||
group: true,
|
// },
|
||||||
},
|
// {
|
||||||
{
|
// title: 'IoT Dashboard',
|
||||||
title: 'Layout',
|
// icon: 'home-outline',
|
||||||
icon: 'layout-outline',
|
// link: '/pages/iot-dashboard',
|
||||||
children: [
|
// },
|
||||||
{
|
// {
|
||||||
title: 'Stepper',
|
// title: 'FEATURES',
|
||||||
link: '/pages/layout/stepper',
|
// group: true,
|
||||||
},
|
// },
|
||||||
{
|
// {
|
||||||
title: 'List',
|
// title: 'Layout',
|
||||||
link: '/pages/layout/list',
|
// icon: 'layout-outline',
|
||||||
},
|
// children: [
|
||||||
{
|
// {
|
||||||
title: 'Infinite List',
|
// title: 'Stepper',
|
||||||
link: '/pages/layout/infinite-list',
|
// link: '/pages/layout/stepper',
|
||||||
},
|
// },
|
||||||
{
|
// {
|
||||||
title: 'Accordion',
|
// title: 'List',
|
||||||
link: '/pages/layout/accordion',
|
// link: '/pages/layout/list',
|
||||||
},
|
// },
|
||||||
{
|
// {
|
||||||
title: 'Tabs',
|
// title: 'Infinite List',
|
||||||
pathMatch: 'prefix',
|
// link: '/pages/layout/infinite-list',
|
||||||
link: '/pages/layout/tabs',
|
// },
|
||||||
},
|
// {
|
||||||
],
|
// title: 'Accordion',
|
||||||
},
|
// link: '/pages/layout/accordion',
|
||||||
{
|
// },
|
||||||
title: 'Forms',
|
// {
|
||||||
icon: 'edit-2-outline',
|
// title: 'Tabs',
|
||||||
children: [
|
// pathMatch: 'prefix',
|
||||||
{
|
// link: '/pages/layout/tabs',
|
||||||
title: 'Form Inputs',
|
// },
|
||||||
link: '/pages/forms/inputs',
|
// ],
|
||||||
},
|
// },
|
||||||
{
|
// {
|
||||||
title: 'Form Layouts',
|
// title: 'Forms',
|
||||||
link: '/pages/forms/layouts',
|
// icon: 'edit-2-outline',
|
||||||
},
|
// children: [
|
||||||
{
|
// {
|
||||||
title: 'Buttons',
|
// title: 'Form Inputs',
|
||||||
link: '/pages/forms/buttons',
|
// link: '/pages/forms/inputs',
|
||||||
},
|
// },
|
||||||
{
|
// {
|
||||||
title: 'Datepicker',
|
// title: 'Form Layouts',
|
||||||
link: '/pages/forms/datepicker',
|
// link: '/pages/forms/layouts',
|
||||||
},
|
// },
|
||||||
],
|
// {
|
||||||
},
|
// title: 'Buttons',
|
||||||
{
|
// link: '/pages/forms/buttons',
|
||||||
title: 'UI Features',
|
// },
|
||||||
icon: 'keypad-outline',
|
// {
|
||||||
link: '/pages/ui-features',
|
// title: 'Datepicker',
|
||||||
children: [
|
// link: '/pages/forms/datepicker',
|
||||||
{
|
// },
|
||||||
title: 'Grid',
|
// ],
|
||||||
link: '/pages/ui-features/grid',
|
// },
|
||||||
},
|
// {
|
||||||
{
|
// title: 'UI Features',
|
||||||
title: 'Icons',
|
// icon: 'keypad-outline',
|
||||||
link: '/pages/ui-features/icons',
|
// link: '/pages/ui-features',
|
||||||
},
|
// children: [
|
||||||
{
|
// {
|
||||||
title: 'Typography',
|
// title: 'Grid',
|
||||||
link: '/pages/ui-features/typography',
|
// link: '/pages/ui-features/grid',
|
||||||
},
|
// },
|
||||||
{
|
// {
|
||||||
title: 'Animated Searches',
|
// title: 'Icons',
|
||||||
link: '/pages/ui-features/search-fields',
|
// link: '/pages/ui-features/icons',
|
||||||
},
|
// },
|
||||||
],
|
// {
|
||||||
},
|
// title: 'Typography',
|
||||||
{
|
// link: '/pages/ui-features/typography',
|
||||||
title: 'Modal & Overlays',
|
// },
|
||||||
icon: 'browser-outline',
|
// {
|
||||||
children: [
|
// title: 'Animated Searches',
|
||||||
{
|
// link: '/pages/ui-features/search-fields',
|
||||||
title: 'Dialog',
|
// },
|
||||||
link: '/pages/modal-overlays/dialog',
|
// ],
|
||||||
},
|
// },
|
||||||
{
|
// {
|
||||||
title: 'Window',
|
// title: 'Modal & Overlays',
|
||||||
link: '/pages/modal-overlays/window',
|
// icon: 'browser-outline',
|
||||||
},
|
// children: [
|
||||||
{
|
// {
|
||||||
title: 'Popover',
|
// title: 'Dialog',
|
||||||
link: '/pages/modal-overlays/popover',
|
// link: '/pages/modal-overlays/dialog',
|
||||||
},
|
// },
|
||||||
{
|
// {
|
||||||
title: 'Toastr',
|
// title: 'Window',
|
||||||
link: '/pages/modal-overlays/toastr',
|
// link: '/pages/modal-overlays/window',
|
||||||
},
|
// },
|
||||||
{
|
// {
|
||||||
title: 'Tooltip',
|
// title: 'Popover',
|
||||||
link: '/pages/modal-overlays/tooltip',
|
// link: '/pages/modal-overlays/popover',
|
||||||
},
|
// },
|
||||||
],
|
// {
|
||||||
},
|
// title: 'Toastr',
|
||||||
{
|
// link: '/pages/modal-overlays/toastr',
|
||||||
title: 'Extra Components',
|
// },
|
||||||
icon: 'message-circle-outline',
|
// {
|
||||||
children: [
|
// title: 'Tooltip',
|
||||||
{
|
// link: '/pages/modal-overlays/tooltip',
|
||||||
title: 'Calendar',
|
// },
|
||||||
link: '/pages/extra-components/calendar',
|
// ],
|
||||||
},
|
// },
|
||||||
{
|
// {
|
||||||
title: 'Progress Bar',
|
// title: 'Extra Components',
|
||||||
link: '/pages/extra-components/progress-bar',
|
// icon: 'message-circle-outline',
|
||||||
},
|
// children: [
|
||||||
{
|
// {
|
||||||
title: 'Spinner',
|
// title: 'Calendar',
|
||||||
link: '/pages/extra-components/spinner',
|
// link: '/pages/extra-components/calendar',
|
||||||
},
|
// },
|
||||||
{
|
// {
|
||||||
title: 'Alert',
|
// title: 'Progress Bar',
|
||||||
link: '/pages/extra-components/alert',
|
// link: '/pages/extra-components/progress-bar',
|
||||||
},
|
// },
|
||||||
{
|
// {
|
||||||
title: 'Calendar Kit',
|
// title: 'Spinner',
|
||||||
link: '/pages/extra-components/calendar-kit',
|
// link: '/pages/extra-components/spinner',
|
||||||
},
|
// },
|
||||||
{
|
// {
|
||||||
title: 'Chat',
|
// title: 'Alert',
|
||||||
link: '/pages/extra-components/chat',
|
// link: '/pages/extra-components/alert',
|
||||||
},
|
// },
|
||||||
],
|
// {
|
||||||
},
|
// title: 'Calendar Kit',
|
||||||
{
|
// link: '/pages/extra-components/calendar-kit',
|
||||||
title: 'Maps',
|
// },
|
||||||
icon: 'map-outline',
|
// {
|
||||||
children: [
|
// title: 'Chat',
|
||||||
{
|
// link: '/pages/extra-components/chat',
|
||||||
title: 'Google Maps',
|
// },
|
||||||
link: '/pages/maps/gmaps',
|
// ],
|
||||||
},
|
// },
|
||||||
{
|
// {
|
||||||
title: 'Leaflet Maps',
|
// title: 'Maps',
|
||||||
link: '/pages/maps/leaflet',
|
// icon: 'map-outline',
|
||||||
},
|
// children: [
|
||||||
{
|
// {
|
||||||
title: 'Bubble Maps',
|
// title: 'Google Maps',
|
||||||
link: '/pages/maps/bubble',
|
// link: '/pages/maps/gmaps',
|
||||||
},
|
// },
|
||||||
{
|
// {
|
||||||
title: 'Search Maps',
|
// title: 'Leaflet Maps',
|
||||||
link: '/pages/maps/searchmap',
|
// link: '/pages/maps/leaflet',
|
||||||
},
|
// },
|
||||||
],
|
// {
|
||||||
},
|
// title: 'Bubble Maps',
|
||||||
{
|
// link: '/pages/maps/bubble',
|
||||||
title: 'Charts',
|
// },
|
||||||
icon: 'pie-chart-outline',
|
// {
|
||||||
children: [
|
// title: 'Search Maps',
|
||||||
{
|
// link: '/pages/maps/searchmap',
|
||||||
title: 'Echarts',
|
// },
|
||||||
link: '/pages/charts/echarts',
|
// ],
|
||||||
},
|
// },
|
||||||
{
|
// {
|
||||||
title: 'Charts.js',
|
// title: 'Charts',
|
||||||
link: '/pages/charts/chartjs',
|
// icon: 'pie-chart-outline',
|
||||||
},
|
// children: [
|
||||||
{
|
// {
|
||||||
title: 'D3',
|
// title: 'Echarts',
|
||||||
link: '/pages/charts/d3',
|
// link: '/pages/charts/echarts',
|
||||||
},
|
// },
|
||||||
],
|
// {
|
||||||
},
|
// title: 'Charts.js',
|
||||||
{
|
// link: '/pages/charts/chartjs',
|
||||||
title: 'Editors',
|
// },
|
||||||
icon: 'text-outline',
|
// {
|
||||||
children: [
|
// title: 'D3',
|
||||||
{
|
// link: '/pages/charts/d3',
|
||||||
title: 'TinyMCE',
|
// },
|
||||||
link: '/pages/editors/tinymce',
|
// ],
|
||||||
},
|
// },
|
||||||
{
|
// {
|
||||||
title: 'CKEditor',
|
// title: 'Editors',
|
||||||
link: '/pages/editors/ckeditor',
|
// icon: 'text-outline',
|
||||||
},
|
// children: [
|
||||||
],
|
// {
|
||||||
},
|
// title: 'TinyMCE',
|
||||||
{
|
// link: '/pages/editors/tinymce',
|
||||||
title: 'Tables & Data',
|
// },
|
||||||
icon: 'grid-outline',
|
// {
|
||||||
children: [
|
// title: 'CKEditor',
|
||||||
{
|
// link: '/pages/editors/ckeditor',
|
||||||
title: 'Smart Table',
|
// },
|
||||||
link: '/pages/tables/smart-table',
|
// ],
|
||||||
},
|
// },
|
||||||
{
|
// {
|
||||||
title: 'Tree Grid',
|
// title: 'Tables & Data',
|
||||||
link: '/pages/tables/tree-grid',
|
// icon: 'grid-outline',
|
||||||
},
|
// children: [
|
||||||
],
|
// {
|
||||||
},
|
// title: 'Smart Table',
|
||||||
{
|
// link: '/pages/tables/smart-table',
|
||||||
title: 'Miscellaneous',
|
// },
|
||||||
icon: 'shuffle-2-outline',
|
// {
|
||||||
children: [
|
// title: 'Tree Grid',
|
||||||
{
|
// link: '/pages/tables/tree-grid',
|
||||||
title: '404',
|
// },
|
||||||
link: '/pages/miscellaneous/404',
|
// ],
|
||||||
},
|
// },
|
||||||
],
|
// {
|
||||||
},
|
// title: 'Miscellaneous',
|
||||||
{
|
// icon: 'shuffle-2-outline',
|
||||||
title: 'Auth',
|
// children: [
|
||||||
icon: 'lock-outline',
|
// {
|
||||||
children: [
|
// title: '404',
|
||||||
{
|
// link: '/pages/miscellaneous/404',
|
||||||
title: 'Login',
|
// },
|
||||||
link: '/auth/login',
|
// ],
|
||||||
},
|
// },
|
||||||
{
|
// {
|
||||||
title: 'Register',
|
// title: 'Auth',
|
||||||
link: '/auth/register',
|
// icon: 'lock-outline',
|
||||||
},
|
// children: [
|
||||||
{
|
// {
|
||||||
title: 'Request Password',
|
// title: 'Login',
|
||||||
link: '/auth/request-password',
|
// link: '/auth/login',
|
||||||
},
|
// },
|
||||||
{
|
// {
|
||||||
title: 'Reset Password',
|
// title: 'Register',
|
||||||
link: '/auth/reset-password',
|
// link: '/auth/register',
|
||||||
},
|
// },
|
||||||
],
|
// {
|
||||||
},
|
// title: 'Request Password',
|
||||||
];
|
// link: '/auth/request-password',
|
||||||
|
// },
|
||||||
|
// {
|
||||||
|
// title: 'Reset Password',
|
||||||
|
// link: '/auth/reset-password',
|
||||||
|
// },
|
||||||
|
// ],
|
||||||
|
// },
|
||||||
|
// ];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue