2017-07-08 16:12:52 +00:00
|
|
|
export class FuseNavigation
|
|
|
|
{
|
2017-09-11 09:30:01 +00:00
|
|
|
public verticalNavItems: any[];
|
|
|
|
public horizontalNavItems: any[];
|
2017-07-09 10:38:38 +00:00
|
|
|
|
|
|
|
constructor()
|
|
|
|
{
|
2017-09-11 09:30:01 +00:00
|
|
|
this.verticalNavItems = [
|
2017-07-09 10:38:38 +00:00
|
|
|
{
|
|
|
|
'title': 'APPS',
|
|
|
|
'type' : 'subheader'
|
|
|
|
},
|
|
|
|
{
|
|
|
|
'title' : 'Dashboards',
|
|
|
|
'type' : 'nav-collapse',
|
|
|
|
'icon' : 'dashboard',
|
|
|
|
'children': [
|
|
|
|
{
|
|
|
|
'type' : 'nav-item',
|
|
|
|
'title': 'Project',
|
|
|
|
'url' : '/apps/dashboards/project'
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
'title': 'Calendar',
|
|
|
|
'type' : 'nav-item',
|
|
|
|
'icon' : 'today',
|
|
|
|
'url' : '/apps/calendar'
|
|
|
|
},
|
|
|
|
{
|
|
|
|
'title': 'Mail',
|
|
|
|
'type' : 'nav-item',
|
|
|
|
'icon' : 'email',
|
2017-08-15 10:11:20 +00:00
|
|
|
'url' : '/apps/mail',
|
|
|
|
'badge': {
|
|
|
|
'title': 25,
|
|
|
|
'bg' : '#F44336',
|
|
|
|
'fg' : '#FFFFFF'
|
|
|
|
}
|
2017-07-09 10:38:38 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
'title': 'Chat',
|
|
|
|
'type' : 'nav-item',
|
|
|
|
'icon' : 'chat',
|
2017-08-15 10:11:20 +00:00
|
|
|
'url' : '/apps/chat',
|
|
|
|
'badge': {
|
|
|
|
'title': 13,
|
|
|
|
'bg' : '#09d261',
|
|
|
|
'fg' : '#FFFFFF'
|
|
|
|
}
|
2017-07-09 10:38:38 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
'title': 'File Manager',
|
|
|
|
'type' : 'nav-item',
|
|
|
|
'icon' : 'folder',
|
|
|
|
'url' : '/apps/file-manager'
|
|
|
|
},
|
|
|
|
{
|
|
|
|
'title': 'Contacts',
|
|
|
|
'type' : 'nav-item',
|
|
|
|
'icon' : 'account_box',
|
|
|
|
'url' : '/apps/contacts'
|
|
|
|
},
|
|
|
|
{
|
|
|
|
'title': 'To-Do',
|
|
|
|
'type' : 'nav-item',
|
2017-08-07 10:29:58 +00:00
|
|
|
'icon' : 'check_box',
|
2017-08-15 10:11:20 +00:00
|
|
|
'url' : '/apps/todo',
|
|
|
|
'badge': {
|
|
|
|
'title': 3,
|
|
|
|
'bg' : '#FF6F00',
|
|
|
|
'fg' : '#FFFFFF'
|
|
|
|
}
|
2017-07-09 10:38:38 +00:00
|
|
|
},
|
2017-08-30 03:54:11 +00:00
|
|
|
{
|
|
|
|
'title': 'Scrumboard',
|
|
|
|
'type' : 'nav-item',
|
|
|
|
'icon' : 'assessment',
|
|
|
|
'url' : '/apps/scrumboard'
|
|
|
|
},
|
2017-07-09 10:38:38 +00:00
|
|
|
{
|
|
|
|
'title': 'PAGES',
|
|
|
|
'type' : 'subheader'
|
|
|
|
},
|
|
|
|
{
|
|
|
|
'title' : 'Authentication',
|
|
|
|
'type' : 'nav-collapse',
|
|
|
|
'icon' : 'lock',
|
|
|
|
'children': [
|
|
|
|
{
|
|
|
|
'title': 'Login',
|
|
|
|
'type' : 'nav-item',
|
|
|
|
'url' : '/pages/auth/login'
|
|
|
|
},
|
|
|
|
{
|
|
|
|
'title': 'Login v2',
|
|
|
|
'type' : 'nav-item',
|
2017-07-28 13:03:32 +00:00
|
|
|
'url' : '/pages/auth/login-2'
|
2017-07-09 10:38:38 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
'title': 'Register',
|
|
|
|
'type' : 'nav-item',
|
|
|
|
'url' : '/pages/auth/register'
|
|
|
|
},
|
|
|
|
{
|
|
|
|
'title': 'Register v2',
|
|
|
|
'type' : 'nav-item',
|
2017-07-28 13:03:32 +00:00
|
|
|
'url' : '/pages/auth/register-2'
|
2017-07-09 10:38:38 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
'title': 'Forgot Password',
|
|
|
|
'type' : 'nav-item',
|
|
|
|
'url' : '/pages/auth/forgot-password'
|
|
|
|
},
|
|
|
|
{
|
|
|
|
'title': 'Reset Password',
|
|
|
|
'type' : 'nav-item',
|
|
|
|
'url' : '/pages/auth/reset-password'
|
|
|
|
},
|
|
|
|
{
|
|
|
|
'title': 'Lock Screen',
|
|
|
|
'type' : 'nav-item',
|
2017-07-28 13:03:32 +00:00
|
|
|
'url' : '/pages/auth/lock'
|
2017-07-09 10:38:38 +00:00
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
'title': 'Coming Soon',
|
|
|
|
'type' : 'nav-item',
|
|
|
|
'icon' : 'alarm',
|
|
|
|
'url' : '/pages/coming-soon'
|
|
|
|
},
|
|
|
|
{
|
|
|
|
'title' : 'Errors',
|
|
|
|
'type' : 'nav-collapse',
|
|
|
|
'icon' : 'error',
|
|
|
|
'children': [
|
|
|
|
{
|
|
|
|
'title': '404',
|
|
|
|
'type' : 'nav-item',
|
2017-07-28 13:03:32 +00:00
|
|
|
'url' : '/pages/errors/error-404'
|
2017-07-09 10:38:38 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
'title': '500',
|
|
|
|
'type' : 'nav-item',
|
2017-07-28 13:03:32 +00:00
|
|
|
'url' : '/pages/errors/error-500'
|
2017-07-09 10:38:38 +00:00
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
2017-07-31 14:35:36 +00:00
|
|
|
{
|
|
|
|
'title' : 'Invoice',
|
|
|
|
'type' : 'nav-collapse',
|
|
|
|
'icon' : 'receipt',
|
|
|
|
'children': [
|
|
|
|
{
|
|
|
|
'title': 'Modern',
|
|
|
|
'type' : 'nav-item',
|
2017-08-01 11:56:39 +00:00
|
|
|
'url' : '/pages/invoices/modern'
|
2017-07-31 14:35:36 +00:00
|
|
|
},
|
|
|
|
{
|
2017-08-01 11:56:39 +00:00
|
|
|
'title': 'Compact',
|
2017-07-31 14:35:36 +00:00
|
|
|
'type' : 'nav-item',
|
2017-08-01 11:56:39 +00:00
|
|
|
'url' : '/pages/invoices/compact'
|
2017-07-31 14:35:36 +00:00
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
2017-07-09 10:38:38 +00:00
|
|
|
{
|
|
|
|
'title': 'Maintenance',
|
|
|
|
'type' : 'nav-item',
|
|
|
|
'icon' : 'build',
|
|
|
|
'url' : '/pages/maintenance'
|
|
|
|
},
|
|
|
|
{
|
|
|
|
'title': 'Profile',
|
|
|
|
'type' : 'nav-item',
|
2017-07-29 11:25:23 +00:00
|
|
|
'icon' : 'person',
|
2017-07-09 10:38:38 +00:00
|
|
|
'url' : '/pages/profile'
|
|
|
|
},
|
|
|
|
{
|
|
|
|
'title': 'Search',
|
|
|
|
'type' : 'nav-item',
|
|
|
|
'icon' : 'search',
|
|
|
|
'url' : '/pages/search'
|
|
|
|
},
|
|
|
|
{
|
|
|
|
'title': 'USER INTERFACE',
|
|
|
|
'type' : 'subheader'
|
|
|
|
},
|
2017-08-04 08:59:22 +00:00
|
|
|
{
|
|
|
|
'title': 'Forms',
|
|
|
|
'type' : 'nav-item',
|
|
|
|
'icon' : 'web_asset',
|
|
|
|
'url' : '/ui/forms'
|
|
|
|
},
|
2017-08-03 14:18:14 +00:00
|
|
|
{
|
|
|
|
'title': 'Icons',
|
|
|
|
'type' : 'nav-item',
|
|
|
|
'icon' : 'photo',
|
|
|
|
'url' : '/ui/icons'
|
|
|
|
},
|
2017-08-02 10:01:55 +00:00
|
|
|
{
|
|
|
|
'title': 'Typography',
|
|
|
|
'type' : 'nav-item',
|
|
|
|
'icon' : 'text_fields',
|
|
|
|
'url' : '/ui/typography'
|
2017-07-09 10:38:38 +00:00
|
|
|
},
|
2017-08-03 11:34:33 +00:00
|
|
|
{
|
|
|
|
'title': 'Helper Classes',
|
|
|
|
'type' : 'nav-item',
|
|
|
|
'icon' : 'help',
|
|
|
|
'url' : '/ui/helper-classes'
|
|
|
|
},
|
2017-07-09 10:38:38 +00:00
|
|
|
{
|
|
|
|
'title' : 'Page Layouts',
|
|
|
|
'type' : 'nav-collapse',
|
|
|
|
'icon' : 'view_quilt',
|
|
|
|
'children': [
|
|
|
|
{
|
|
|
|
'title' : 'Carded',
|
|
|
|
'type' : 'nav-collapse',
|
|
|
|
'children': [
|
|
|
|
{
|
|
|
|
'title': 'Full Width',
|
|
|
|
'type' : 'nav-item',
|
2017-07-13 14:43:22 +00:00
|
|
|
'url' : '/ui/page-layouts/carded/full-width'
|
2017-07-09 10:38:38 +00:00
|
|
|
},
|
|
|
|
{
|
2017-07-13 14:43:22 +00:00
|
|
|
'title': 'Full Width 2',
|
2017-07-09 10:38:38 +00:00
|
|
|
'type' : 'nav-item',
|
2017-07-13 14:43:22 +00:00
|
|
|
'url' : '/ui/page-layouts/carded/full-width-2'
|
2017-07-09 10:38:38 +00:00
|
|
|
},
|
|
|
|
{
|
2017-07-13 14:43:22 +00:00
|
|
|
'title': 'Left Sidenav',
|
|
|
|
'type' : 'nav-item',
|
|
|
|
'url' : '/ui/page-layouts/carded/left-sidenav'
|
|
|
|
},
|
|
|
|
{
|
|
|
|
'title': 'Left Sidenav 2',
|
|
|
|
'type' : 'nav-item',
|
|
|
|
'url' : '/ui/page-layouts/carded/left-sidenav-2'
|
|
|
|
},
|
|
|
|
{
|
|
|
|
'title': 'Right Sidenav',
|
|
|
|
'type' : 'nav-item',
|
|
|
|
'url' : '/ui/page-layouts/carded/right-sidenav'
|
|
|
|
},
|
|
|
|
{
|
2017-07-15 15:03:40 +00:00
|
|
|
'title': 'Right Sidenav 2',
|
2017-07-09 10:38:38 +00:00
|
|
|
'type' : 'nav-item',
|
2017-07-13 14:43:22 +00:00
|
|
|
'url' : '/ui/page-layouts/carded/right-sidenav-2'
|
2017-07-09 10:38:38 +00:00
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
'title' : 'Simple',
|
|
|
|
'type' : 'nav-collapse',
|
|
|
|
'children': [
|
|
|
|
{
|
|
|
|
'title': 'Full Width',
|
|
|
|
'type' : 'nav-item',
|
2017-07-13 14:43:22 +00:00
|
|
|
'url' : '/ui/page-layouts/simple/full-width'
|
2017-07-09 10:38:38 +00:00
|
|
|
},
|
|
|
|
{
|
2017-07-27 15:05:50 +00:00
|
|
|
'title': 'Left Sidenav',
|
2017-07-09 10:38:38 +00:00
|
|
|
'type' : 'nav-item',
|
2017-07-27 15:05:50 +00:00
|
|
|
'url' : '/ui/page-layouts/simple/left-sidenav'
|
2017-07-09 10:38:38 +00:00
|
|
|
},
|
|
|
|
{
|
2017-07-27 15:05:50 +00:00
|
|
|
'title': 'Left Sidenav 2',
|
2017-07-09 10:38:38 +00:00
|
|
|
'type' : 'nav-item',
|
2017-07-27 15:05:50 +00:00
|
|
|
'url' : '/ui/page-layouts/simple/left-sidenav-2'
|
2017-07-09 10:38:38 +00:00
|
|
|
},
|
2017-08-01 08:14:39 +00:00
|
|
|
{
|
|
|
|
'title': 'Left Sidenav 3',
|
|
|
|
'type' : 'nav-item',
|
|
|
|
'url' : '/ui/page-layouts/simple/left-sidenav-3'
|
|
|
|
},
|
2017-07-09 10:38:38 +00:00
|
|
|
{
|
2017-07-27 15:05:50 +00:00
|
|
|
'title': 'Right Sidenav',
|
2017-07-09 10:38:38 +00:00
|
|
|
'type' : 'nav-item',
|
2017-07-27 15:05:50 +00:00
|
|
|
'url' : '/ui/page-layouts/simple/right-sidenav'
|
2017-07-09 10:38:38 +00:00
|
|
|
},
|
|
|
|
{
|
2017-07-27 15:05:50 +00:00
|
|
|
'title': 'Right Sidenav 2',
|
2017-07-09 10:38:38 +00:00
|
|
|
'type' : 'nav-item',
|
2017-07-27 15:05:50 +00:00
|
|
|
'url' : '/ui/page-layouts/simple/right-sidenav-2'
|
2017-07-09 10:38:38 +00:00
|
|
|
},
|
2017-08-01 09:32:25 +00:00
|
|
|
{
|
|
|
|
'title': 'Right Sidenav 3',
|
|
|
|
'type' : 'nav-item',
|
|
|
|
'url' : '/ui/page-layouts/simple/right-sidenav-3'
|
|
|
|
},
|
2017-07-09 10:38:38 +00:00
|
|
|
{
|
|
|
|
'title': 'Tabbed',
|
|
|
|
'type' : 'nav-item',
|
2017-07-13 14:43:22 +00:00
|
|
|
'url' : '/ui/page-layouts/simple/tabbed'
|
2017-07-09 10:38:38 +00:00
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
'title': 'Blank',
|
|
|
|
'type' : 'nav-item',
|
2017-07-13 14:43:22 +00:00
|
|
|
'url' : '/ui/page-layouts/blank'
|
2017-07-09 10:38:38 +00:00
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
'title': 'Colors',
|
|
|
|
'type' : 'nav-item',
|
|
|
|
'icon' : 'color_lens',
|
2017-07-29 11:12:19 +00:00
|
|
|
'url' : '/ui/colors'
|
2017-07-09 10:38:38 +00:00
|
|
|
},
|
2017-08-29 14:20:13 +00:00
|
|
|
{
|
|
|
|
'title': 'SERVICES',
|
|
|
|
'type' : 'subheader'
|
|
|
|
},
|
|
|
|
{
|
|
|
|
'title': 'Config',
|
|
|
|
'type' : 'nav-item',
|
|
|
|
'icon' : 'settings',
|
|
|
|
'url' : '/services/config'
|
|
|
|
},
|
|
|
|
{
|
|
|
|
'title': 'Splash Screen',
|
|
|
|
'type' : 'nav-item',
|
|
|
|
'icon' : 'settings',
|
|
|
|
'url' : '/services/splash-screen'
|
|
|
|
},
|
2017-07-09 10:38:38 +00:00
|
|
|
{
|
|
|
|
'title': 'COMPONENTS',
|
|
|
|
'type' : 'subheader'
|
|
|
|
},
|
2017-08-29 14:20:13 +00:00
|
|
|
{
|
|
|
|
'title': 'Countdown',
|
|
|
|
'type' : 'nav-item',
|
|
|
|
'icon' : 'settings_input_component',
|
|
|
|
'url' : '/components/countdown'
|
|
|
|
},
|
|
|
|
{
|
|
|
|
'title': 'Highlight.js',
|
|
|
|
'type' : 'nav-item',
|
|
|
|
'icon' : 'settings_input_component',
|
|
|
|
'url' : '/components/highlightjs'
|
|
|
|
},
|
|
|
|
{
|
|
|
|
'title': 'Material Color Picker',
|
|
|
|
'type' : 'nav-item',
|
|
|
|
'icon' : 'settings_input_component',
|
|
|
|
'url' : '/components/material-color-picker'
|
|
|
|
},
|
|
|
|
{
|
|
|
|
'title': 'Navigation',
|
|
|
|
'type' : 'nav-item',
|
|
|
|
'icon' : 'settings_input_component',
|
|
|
|
'url' : '/components/navigation'
|
|
|
|
},
|
|
|
|
{
|
|
|
|
'title': 'Price Tables',
|
|
|
|
'type' : 'nav-item',
|
|
|
|
'icon' : 'settings_input_component',
|
|
|
|
'url' : '/components/price-tables'
|
|
|
|
},
|
|
|
|
{
|
|
|
|
'title': 'Search Bar',
|
|
|
|
'type' : 'nav-item',
|
|
|
|
'icon' : 'settings_input_component',
|
|
|
|
'url' : '/components/search-bar'
|
|
|
|
},
|
|
|
|
{
|
|
|
|
'title': 'Shortcuts',
|
|
|
|
'type' : 'nav-item',
|
|
|
|
'icon' : 'settings_input_component',
|
|
|
|
'url' : '/components/shortcuts'
|
|
|
|
},
|
|
|
|
{
|
|
|
|
'title': 'Widget',
|
|
|
|
'type' : 'nav-item',
|
|
|
|
'icon' : 'settings_input_component',
|
|
|
|
'url' : '/components/widget'
|
|
|
|
},
|
|
|
|
{
|
|
|
|
'title': '3RD PARTY COMPONENTS',
|
|
|
|
'type' : 'subheader'
|
|
|
|
},
|
2017-07-09 10:38:38 +00:00
|
|
|
{
|
2017-07-29 13:42:53 +00:00
|
|
|
'title' : 'Datatables',
|
2017-07-09 10:38:38 +00:00
|
|
|
'type' : 'nav-collapse',
|
2017-07-29 12:26:46 +00:00
|
|
|
'icon' : 'border_all',
|
2017-07-09 10:38:38 +00:00
|
|
|
'children': [
|
|
|
|
{
|
2017-07-29 13:42:53 +00:00
|
|
|
'title': 'ngx-datatable',
|
2017-07-09 10:38:38 +00:00
|
|
|
'type' : 'nav-item',
|
2017-08-29 14:20:13 +00:00
|
|
|
'url' : '/components-third-party/datatables/ngx-datatable'
|
2017-07-09 10:38:38 +00:00
|
|
|
}
|
|
|
|
]
|
2017-09-11 09:30:01 +00:00
|
|
|
}
|
|
|
|
];
|
|
|
|
|
|
|
|
this.horizontalNavItems = [
|
|
|
|
{
|
|
|
|
'title' : 'Applications',
|
|
|
|
'icon' : 'apps',
|
|
|
|
'type' : 'nav-collapse',
|
|
|
|
'children': [
|
|
|
|
{
|
|
|
|
'title' : 'Dashboards',
|
|
|
|
'type' : 'nav-collapse',
|
|
|
|
'icon' : 'dashboard',
|
|
|
|
'children': [
|
|
|
|
{
|
|
|
|
'type' : 'nav-item',
|
|
|
|
'title': 'Project',
|
|
|
|
'url' : '/apps/dashboards/project'
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
'title': 'Calendar',
|
|
|
|
'type' : 'nav-item',
|
|
|
|
'icon' : 'today',
|
|
|
|
'url' : '/apps/calendar'
|
|
|
|
},
|
|
|
|
{
|
|
|
|
'title': 'Mail',
|
|
|
|
'type' : 'nav-item',
|
|
|
|
'icon' : 'email',
|
|
|
|
'url' : '/apps/mail',
|
|
|
|
'badge': {
|
|
|
|
'title': 25,
|
|
|
|
'bg' : '#F44336',
|
|
|
|
'fg' : '#FFFFFF'
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
'title': 'Chat',
|
|
|
|
'type' : 'nav-item',
|
|
|
|
'icon' : 'chat',
|
|
|
|
'url' : '/apps/chat',
|
|
|
|
'badge': {
|
|
|
|
'title': 13,
|
|
|
|
'bg' : '#09d261',
|
|
|
|
'fg' : '#FFFFFF'
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
'title': 'File Manager',
|
|
|
|
'type' : 'nav-item',
|
|
|
|
'icon' : 'folder',
|
|
|
|
'url' : '/apps/file-manager'
|
|
|
|
},
|
|
|
|
{
|
|
|
|
'title': 'Contacts',
|
|
|
|
'type' : 'nav-item',
|
|
|
|
'icon' : 'account_box',
|
|
|
|
'url' : '/apps/contacts'
|
|
|
|
},
|
|
|
|
{
|
|
|
|
'title': 'To-Do',
|
|
|
|
'type' : 'nav-item',
|
|
|
|
'icon' : 'check_box',
|
|
|
|
'url' : '/apps/todo',
|
|
|
|
'badge': {
|
|
|
|
'title': 3,
|
|
|
|
'bg' : '#FF6F00',
|
|
|
|
'fg' : '#FFFFFF'
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
'title': 'Scrumboard',
|
|
|
|
'type' : 'nav-item',
|
|
|
|
'icon' : 'assessment',
|
|
|
|
'url' : '/apps/scrumboard'
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
'title' : 'Pages',
|
|
|
|
'icon' : 'pages',
|
|
|
|
'type' : 'nav-collapse',
|
|
|
|
'children': [
|
|
|
|
{
|
|
|
|
'title' : 'Authentication',
|
|
|
|
'type' : 'nav-collapse',
|
|
|
|
'icon' : 'lock',
|
|
|
|
'children': [
|
|
|
|
{
|
|
|
|
'title': 'Login',
|
|
|
|
'type' : 'nav-item',
|
|
|
|
'url' : '/pages/auth/login'
|
|
|
|
},
|
|
|
|
{
|
|
|
|
'title': 'Login v2',
|
|
|
|
'type' : 'nav-item',
|
|
|
|
'url' : '/pages/auth/login-2'
|
|
|
|
},
|
|
|
|
{
|
|
|
|
'title': 'Register',
|
|
|
|
'type' : 'nav-item',
|
|
|
|
'url' : '/pages/auth/register'
|
|
|
|
},
|
|
|
|
{
|
|
|
|
'title': 'Register v2',
|
|
|
|
'type' : 'nav-item',
|
|
|
|
'url' : '/pages/auth/register-2'
|
|
|
|
},
|
|
|
|
{
|
|
|
|
'title': 'Forgot Password',
|
|
|
|
'type' : 'nav-item',
|
|
|
|
'url' : '/pages/auth/forgot-password'
|
|
|
|
},
|
|
|
|
{
|
|
|
|
'title': 'Reset Password',
|
|
|
|
'type' : 'nav-item',
|
|
|
|
'url' : '/pages/auth/reset-password'
|
|
|
|
},
|
|
|
|
{
|
|
|
|
'title': 'Lock Screen',
|
|
|
|
'type' : 'nav-item',
|
|
|
|
'url' : '/pages/auth/lock'
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
'title': 'Coming Soon',
|
|
|
|
'type' : 'nav-item',
|
|
|
|
'icon' : 'alarm',
|
|
|
|
'url' : '/pages/coming-soon'
|
|
|
|
},
|
|
|
|
{
|
|
|
|
'title' : 'Errors',
|
|
|
|
'type' : 'nav-collapse',
|
|
|
|
'icon' : 'error',
|
|
|
|
'children': [
|
|
|
|
{
|
|
|
|
'title': '404',
|
|
|
|
'type' : 'nav-item',
|
|
|
|
'url' : '/pages/errors/error-404'
|
|
|
|
},
|
|
|
|
{
|
|
|
|
'title': '500',
|
|
|
|
'type' : 'nav-item',
|
|
|
|
'url' : '/pages/errors/error-500'
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
'title' : 'Invoice',
|
|
|
|
'type' : 'nav-collapse',
|
|
|
|
'icon' : 'receipt',
|
|
|
|
'children': [
|
|
|
|
{
|
|
|
|
'title': 'Modern',
|
|
|
|
'type' : 'nav-item',
|
|
|
|
'url' : '/pages/invoices/modern'
|
|
|
|
},
|
|
|
|
{
|
|
|
|
'title': 'Compact',
|
|
|
|
'type' : 'nav-item',
|
|
|
|
'url' : '/pages/invoices/compact'
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
'title': 'Maintenance',
|
|
|
|
'type' : 'nav-item',
|
|
|
|
'icon' : 'build',
|
|
|
|
'url' : '/pages/maintenance'
|
|
|
|
},
|
|
|
|
{
|
|
|
|
'title': 'Profile',
|
|
|
|
'type' : 'nav-item',
|
|
|
|
'icon' : 'person',
|
|
|
|
'url' : '/pages/profile'
|
|
|
|
},
|
|
|
|
{
|
|
|
|
'title': 'Search',
|
|
|
|
'type' : 'nav-item',
|
|
|
|
'icon' : 'search',
|
|
|
|
'url' : '/pages/search'
|
|
|
|
}
|
|
|
|
]
|
2017-07-09 10:38:38 +00:00
|
|
|
},
|
2017-09-11 09:30:01 +00:00
|
|
|
{
|
|
|
|
'title' : 'User Interface',
|
|
|
|
'icon' : 'web',
|
|
|
|
'type' : 'nav-collapse',
|
|
|
|
'children': [
|
|
|
|
{
|
|
|
|
'title': 'Forms',
|
|
|
|
'type' : 'nav-item',
|
|
|
|
'icon' : 'web_asset',
|
|
|
|
'url' : '/ui/forms'
|
|
|
|
},
|
|
|
|
{
|
|
|
|
'title': 'Icons',
|
|
|
|
'type' : 'nav-item',
|
|
|
|
'icon' : 'photo',
|
|
|
|
'url' : '/ui/icons'
|
|
|
|
},
|
|
|
|
{
|
|
|
|
'title': 'Typography',
|
|
|
|
'type' : 'nav-item',
|
|
|
|
'icon' : 'text_fields',
|
|
|
|
'url' : '/ui/typography'
|
|
|
|
},
|
|
|
|
{
|
|
|
|
'title': 'Helper Classes',
|
|
|
|
'type' : 'nav-item',
|
|
|
|
'icon' : 'help',
|
|
|
|
'url' : '/ui/helper-classes'
|
|
|
|
},
|
|
|
|
{
|
|
|
|
'title' : 'Page Layouts',
|
|
|
|
'type' : 'nav-collapse',
|
|
|
|
'icon' : 'view_quilt',
|
|
|
|
'children': [
|
|
|
|
{
|
|
|
|
'title' : 'Carded',
|
|
|
|
'type' : 'nav-collapse',
|
|
|
|
'children': [
|
|
|
|
{
|
|
|
|
'title': 'Full Width',
|
|
|
|
'type' : 'nav-item',
|
|
|
|
'url' : '/ui/page-layouts/carded/full-width'
|
|
|
|
},
|
|
|
|
{
|
|
|
|
'title': 'Full Width 2',
|
|
|
|
'type' : 'nav-item',
|
|
|
|
'url' : '/ui/page-layouts/carded/full-width-2'
|
|
|
|
},
|
|
|
|
{
|
|
|
|
'title': 'Left Sidenav',
|
|
|
|
'type' : 'nav-item',
|
|
|
|
'url' : '/ui/page-layouts/carded/left-sidenav'
|
|
|
|
},
|
|
|
|
{
|
|
|
|
'title': 'Left Sidenav 2',
|
|
|
|
'type' : 'nav-item',
|
|
|
|
'url' : '/ui/page-layouts/carded/left-sidenav-2'
|
|
|
|
},
|
|
|
|
{
|
|
|
|
'title': 'Right Sidenav',
|
|
|
|
'type' : 'nav-item',
|
|
|
|
'url' : '/ui/page-layouts/carded/right-sidenav'
|
|
|
|
},
|
|
|
|
{
|
|
|
|
'title': 'Right Sidenav 2',
|
|
|
|
'type' : 'nav-item',
|
|
|
|
'url' : '/ui/page-layouts/carded/right-sidenav-2'
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
'title' : 'Simple',
|
|
|
|
'type' : 'nav-collapse',
|
|
|
|
'children': [
|
|
|
|
{
|
|
|
|
'title': 'Full Width',
|
|
|
|
'type' : 'nav-item',
|
|
|
|
'url' : '/ui/page-layouts/simple/full-width'
|
|
|
|
},
|
|
|
|
{
|
|
|
|
'title': 'Left Sidenav',
|
|
|
|
'type' : 'nav-item',
|
|
|
|
'url' : '/ui/page-layouts/simple/left-sidenav'
|
|
|
|
},
|
|
|
|
{
|
|
|
|
'title': 'Left Sidenav 2',
|
|
|
|
'type' : 'nav-item',
|
|
|
|
'url' : '/ui/page-layouts/simple/left-sidenav-2'
|
|
|
|
},
|
|
|
|
{
|
|
|
|
'title': 'Left Sidenav 3',
|
|
|
|
'type' : 'nav-item',
|
|
|
|
'url' : '/ui/page-layouts/simple/left-sidenav-3'
|
|
|
|
},
|
|
|
|
{
|
|
|
|
'title': 'Right Sidenav',
|
|
|
|
'type' : 'nav-item',
|
|
|
|
'url' : '/ui/page-layouts/simple/right-sidenav'
|
|
|
|
},
|
|
|
|
{
|
|
|
|
'title': 'Right Sidenav 2',
|
|
|
|
'type' : 'nav-item',
|
|
|
|
'url' : '/ui/page-layouts/simple/right-sidenav-2'
|
|
|
|
},
|
|
|
|
{
|
|
|
|
'title': 'Right Sidenav 3',
|
|
|
|
'type' : 'nav-item',
|
|
|
|
'url' : '/ui/page-layouts/simple/right-sidenav-3'
|
|
|
|
},
|
|
|
|
{
|
|
|
|
'title': 'Tabbed',
|
|
|
|
'type' : 'nav-item',
|
|
|
|
'url' : '/ui/page-layouts/simple/tabbed'
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
'title': 'Blank',
|
|
|
|
'type' : 'nav-item',
|
|
|
|
'url' : '/ui/page-layouts/blank'
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
'title': 'Colors',
|
|
|
|
'type' : 'nav-item',
|
|
|
|
'icon' : 'color_lens',
|
|
|
|
'url' : '/ui/colors'
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
'title' : 'Services',
|
|
|
|
'icon' : 'settings',
|
|
|
|
'type' : 'nav-collapse',
|
|
|
|
'children': [
|
|
|
|
{
|
|
|
|
'title': 'Config',
|
|
|
|
'type' : 'nav-item',
|
|
|
|
'icon' : 'settings',
|
|
|
|
'url' : '/services/config'
|
|
|
|
},
|
|
|
|
{
|
|
|
|
'title': 'Splash Screen',
|
|
|
|
'type' : 'nav-item',
|
|
|
|
'icon' : 'settings',
|
|
|
|
'url' : '/services/splash-screen'
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
'title' : 'Components',
|
|
|
|
'icon' : 'settings_input_component',
|
|
|
|
'type' : 'nav-collapse',
|
|
|
|
'children': [
|
|
|
|
{
|
|
|
|
'title': 'Countdown',
|
|
|
|
'type' : 'nav-item',
|
|
|
|
'icon' : 'settings_input_component',
|
|
|
|
'url' : '/components/countdown'
|
|
|
|
},
|
|
|
|
{
|
|
|
|
'title': 'Highlight.js',
|
|
|
|
'type' : 'nav-item',
|
|
|
|
'icon' : 'settings_input_component',
|
|
|
|
'url' : '/components/highlightjs'
|
|
|
|
},
|
|
|
|
{
|
|
|
|
'title': 'Material Color Picker',
|
|
|
|
'type' : 'nav-item',
|
|
|
|
'icon' : 'settings_input_component',
|
|
|
|
'url' : '/components/material-color-picker'
|
|
|
|
},
|
|
|
|
{
|
|
|
|
'title': 'Navigation',
|
|
|
|
'type' : 'nav-item',
|
|
|
|
'icon' : 'settings_input_component',
|
|
|
|
'url' : '/components/navigation'
|
|
|
|
},
|
|
|
|
{
|
|
|
|
'title': 'Price Tables',
|
|
|
|
'type' : 'nav-item',
|
|
|
|
'icon' : 'settings_input_component',
|
|
|
|
'url' : '/components/price-tables'
|
|
|
|
},
|
|
|
|
{
|
|
|
|
'title': 'Search Bar',
|
|
|
|
'type' : 'nav-item',
|
|
|
|
'icon' : 'settings_input_component',
|
|
|
|
'url' : '/components/search-bar'
|
|
|
|
},
|
|
|
|
{
|
|
|
|
'title': 'Shortcuts',
|
|
|
|
'type' : 'nav-item',
|
|
|
|
'icon' : 'settings_input_component',
|
|
|
|
'url' : '/components/shortcuts'
|
|
|
|
},
|
|
|
|
{
|
|
|
|
'title': 'Widget',
|
|
|
|
'type' : 'nav-item',
|
|
|
|
'icon' : 'settings_input_component',
|
|
|
|
'url' : '/components/widget'
|
|
|
|
},
|
|
|
|
{
|
|
|
|
'title' : '3rd Party components',
|
|
|
|
'icon' : 'settings_input_component',
|
|
|
|
'type' : 'nav-collapse',
|
|
|
|
'children': [
|
|
|
|
{
|
|
|
|
'title' : 'Datatables',
|
|
|
|
'type' : 'nav-collapse',
|
|
|
|
'icon' : 'border_all',
|
|
|
|
'children': [
|
|
|
|
{
|
|
|
|
'title': 'ngx-datatable',
|
|
|
|
'type' : 'nav-item',
|
|
|
|
'url' : '/components-third-party/datatables/ngx-datatable'
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
2017-07-09 10:38:38 +00:00
|
|
|
];
|
|
|
|
}
|
2017-07-08 16:12:52 +00:00
|
|
|
}
|