npm updated

This commit is contained in:
Israe Elibrahimi 2023-02-09 15:17:38 +01:00
parent cdb2a89a0a
commit 489f986fd1
3 changed files with 17203 additions and 11234 deletions

16722
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -62,7 +62,6 @@
"ng2-completer": "^9.0.1",
"ng2-smart-table": "^1.6.0",
"ngx-echarts": "^4.2.2",
"node-sass": "^4.14.1",
"normalize.css": "6.0.0",
"pace-js": "1.0.2",
"roboto-fontface": "0.8.0",

View file

@ -7,241 +7,249 @@ export const MENU_ITEMS: NbMenuItem[] = [
link: '/pages/dashboard',
home: true,
},
{
title: 'IoT Dashboard',
icon: 'home-outline',
link: '/pages/iot-dashboard',
},
{
title: 'FEATURES',
group: true,
},
{
title: 'Layout',
icon: 'layout-outline',
children: [
{
title: 'Stepper',
link: '/pages/layout/stepper',
},
{
title: 'List',
link: '/pages/layout/list',
},
{
title: 'Infinite List',
link: '/pages/layout/infinite-list',
},
{
title: 'Accordion',
link: '/pages/layout/accordion',
},
{
title: 'Tabs',
pathMatch: 'prefix',
link: '/pages/layout/tabs',
},
],
},
{
title: 'Forms',
icon: 'edit-2-outline',
children: [
{
title: 'Form Inputs',
link: '/pages/forms/inputs',
},
{
title: 'Form Layouts',
link: '/pages/forms/layouts',
},
{
title: 'Buttons',
link: '/pages/forms/buttons',
},
{
title: 'Datepicker',
link: '/pages/forms/datepicker',
},
],
},
{
title: 'UI Features',
icon: 'keypad-outline',
link: '/pages/ui-features',
children: [
{
title: 'Grid',
link: '/pages/ui-features/grid',
},
{
title: 'Icons',
link: '/pages/ui-features/icons',
},
{
title: 'Typography',
link: '/pages/ui-features/typography',
},
{
title: 'Animated Searches',
link: '/pages/ui-features/search-fields',
},
],
},
{
title: 'Modal & Overlays',
icon: 'browser-outline',
children: [
{
title: 'Dialog',
link: '/pages/modal-overlays/dialog',
},
{
title: 'Window',
link: '/pages/modal-overlays/window',
},
{
title: 'Popover',
link: '/pages/modal-overlays/popover',
},
{
title: 'Toastr',
link: '/pages/modal-overlays/toastr',
},
{
title: 'Tooltip',
link: '/pages/modal-overlays/tooltip',
},
],
},
{
title: 'Extra Components',
icon: 'message-circle-outline',
children: [
{
title: 'Calendar',
link: '/pages/extra-components/calendar',
},
{
title: 'Progress Bar',
link: '/pages/extra-components/progress-bar',
},
{
title: 'Spinner',
link: '/pages/extra-components/spinner',
},
{
title: 'Alert',
link: '/pages/extra-components/alert',
},
{
title: 'Calendar Kit',
link: '/pages/extra-components/calendar-kit',
},
{
title: 'Chat',
link: '/pages/extra-components/chat',
},
],
},
{
title: 'Maps',
icon: 'map-outline',
children: [
{
title: 'Google Maps',
link: '/pages/maps/gmaps',
},
{
title: 'Leaflet Maps',
link: '/pages/maps/leaflet',
},
{
title: 'Bubble Maps',
link: '/pages/maps/bubble',
},
{
title: 'Search Maps',
link: '/pages/maps/searchmap',
},
],
},
{
title: 'Charts',
icon: 'pie-chart-outline',
children: [
{
title: 'Echarts',
link: '/pages/charts/echarts',
},
{
title: 'Charts.js',
link: '/pages/charts/chartjs',
},
{
title: 'D3',
link: '/pages/charts/d3',
},
],
},
{
title: 'Editors',
icon: 'text-outline',
children: [
{
title: 'TinyMCE',
link: '/pages/editors/tinymce',
},
{
title: 'CKEditor',
link: '/pages/editors/ckeditor',
},
],
},
{
title: 'Tables & Data',
icon: 'grid-outline',
children: [
{
title: 'Smart Table',
link: '/pages/tables/smart-table',
},
{
title: 'Tree Grid',
link: '/pages/tables/tree-grid',
},
],
},
{
title: 'Miscellaneous',
icon: 'shuffle-2-outline',
children: [
{
title: '404',
link: '/pages/miscellaneous/404',
},
],
},
{
title: 'Auth',
icon: 'lock-outline',
children: [
{
title: 'Login',
link: '/auth/login',
},
{
title: 'Register',
link: '/auth/register',
},
{
title: 'Request Password',
link: '/auth/request-password',
},
{
title: 'Reset Password',
link: '/auth/reset-password',
},
],
},
];
]
// export const MENU_ITEMS: NbMenuItem[] = [
// {
// title: 'E-commerce',
// icon: 'shopping-cart-outline',
// link: '/pages/dashboard',
// home: true,
// },
// {
// title: 'IoT Dashboard',
// icon: 'home-outline',
// link: '/pages/iot-dashboard',
// },
// {
// title: 'FEATURES',
// group: true,
// },
// {
// title: 'Layout',
// icon: 'layout-outline',
// children: [
// {
// title: 'Stepper',
// link: '/pages/layout/stepper',
// },
// {
// title: 'List',
// link: '/pages/layout/list',
// },
// {
// title: 'Infinite List',
// link: '/pages/layout/infinite-list',
// },
// {
// title: 'Accordion',
// link: '/pages/layout/accordion',
// },
// {
// title: 'Tabs',
// pathMatch: 'prefix',
// link: '/pages/layout/tabs',
// },
// ],
// },
// {
// title: 'Forms',
// icon: 'edit-2-outline',
// children: [
// {
// title: 'Form Inputs',
// link: '/pages/forms/inputs',
// },
// {
// title: 'Form Layouts',
// link: '/pages/forms/layouts',
// },
// {
// title: 'Buttons',
// link: '/pages/forms/buttons',
// },
// {
// title: 'Datepicker',
// link: '/pages/forms/datepicker',
// },
// ],
// },
// {
// title: 'UI Features',
// icon: 'keypad-outline',
// link: '/pages/ui-features',
// children: [
// {
// title: 'Grid',
// link: '/pages/ui-features/grid',
// },
// {
// title: 'Icons',
// link: '/pages/ui-features/icons',
// },
// {
// title: 'Typography',
// link: '/pages/ui-features/typography',
// },
// {
// title: 'Animated Searches',
// link: '/pages/ui-features/search-fields',
// },
// ],
// },
// {
// title: 'Modal & Overlays',
// icon: 'browser-outline',
// children: [
// {
// title: 'Dialog',
// link: '/pages/modal-overlays/dialog',
// },
// {
// title: 'Window',
// link: '/pages/modal-overlays/window',
// },
// {
// title: 'Popover',
// link: '/pages/modal-overlays/popover',
// },
// {
// title: 'Toastr',
// link: '/pages/modal-overlays/toastr',
// },
// {
// title: 'Tooltip',
// link: '/pages/modal-overlays/tooltip',
// },
// ],
// },
// {
// title: 'Extra Components',
// icon: 'message-circle-outline',
// children: [
// {
// title: 'Calendar',
// link: '/pages/extra-components/calendar',
// },
// {
// title: 'Progress Bar',
// link: '/pages/extra-components/progress-bar',
// },
// {
// title: 'Spinner',
// link: '/pages/extra-components/spinner',
// },
// {
// title: 'Alert',
// link: '/pages/extra-components/alert',
// },
// {
// title: 'Calendar Kit',
// link: '/pages/extra-components/calendar-kit',
// },
// {
// title: 'Chat',
// link: '/pages/extra-components/chat',
// },
// ],
// },
// {
// title: 'Maps',
// icon: 'map-outline',
// children: [
// {
// title: 'Google Maps',
// link: '/pages/maps/gmaps',
// },
// {
// title: 'Leaflet Maps',
// link: '/pages/maps/leaflet',
// },
// {
// title: 'Bubble Maps',
// link: '/pages/maps/bubble',
// },
// {
// title: 'Search Maps',
// link: '/pages/maps/searchmap',
// },
// ],
// },
// {
// title: 'Charts',
// icon: 'pie-chart-outline',
// children: [
// {
// title: 'Echarts',
// link: '/pages/charts/echarts',
// },
// {
// title: 'Charts.js',
// link: '/pages/charts/chartjs',
// },
// {
// title: 'D3',
// link: '/pages/charts/d3',
// },
// ],
// },
// {
// title: 'Editors',
// icon: 'text-outline',
// children: [
// {
// title: 'TinyMCE',
// link: '/pages/editors/tinymce',
// },
// {
// title: 'CKEditor',
// link: '/pages/editors/ckeditor',
// },
// ],
// },
// {
// title: 'Tables & Data',
// icon: 'grid-outline',
// children: [
// {
// title: 'Smart Table',
// link: '/pages/tables/smart-table',
// },
// {
// title: 'Tree Grid',
// link: '/pages/tables/tree-grid',
// },
// ],
// },
// {
// title: 'Miscellaneous',
// icon: 'shuffle-2-outline',
// children: [
// {
// title: '404',
// link: '/pages/miscellaneous/404',
// },
// ],
// },
// {
// title: 'Auth',
// icon: 'lock-outline',
// children: [
// {
// title: 'Login',
// link: '/auth/login',
// },
// {
// title: 'Register',
// link: '/auth/register',
// },
// {
// title: 'Request Password',
// link: '/auth/request-password',
// },
// {
// title: 'Reset Password',
// link: '/auth/reset-password',
// },
// ],
// },
// ];