diff --git a/pages/Sales/widgets/SidebarNavigation.json b/pages/Sales/widgets/SidebarNavigation.json new file mode 100644 index 0000000..4cd1004 --- /dev/null +++ b/pages/Sales/widgets/SidebarNavigation.json @@ -0,0 +1,133 @@ +{ + "animateLoading": true, + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "bottomRow": 80, + "boxShadow": "none", + "buttonVariant": "PRIMARY", + "childStylesheet": { + "button": { + "buttonColor": "#020618" + } + }, + "dynamicBindingPathList": [ + { + "key": "borderRadius" + } + ], + "dynamicTriggerPathList": [ + { + "key": "groupButtons.homeBtn.onClick" + }, + { + "key": "groupButtons.salesMenu.menuItems.salesOverview.onClick" + }, + { + "key": "groupButtons.salesMenu.menuItems.capacityPlanning.onClick" + }, + { + "key": "groupButtons.salesMenu.menuItems.unitsShipped.onClick" + }, + { + "key": "groupButtons.marketingBtn.onClick" + } + ], + "flexVerticalAlignment": "start", + "groupButtons": { + "homeBtn": { + "buttonColor": "#020618", + "buttonType": "SIMPLE", + "iconName": "home", + "id": "homeBtn", + "index": 0, + "isDisabled": false, + "isVisible": true, + "label": "Home", + "menuItems": {}, + "onClick": "{{navigateTo('Home', {}, 'SAME_WINDOW')}}" + }, + "salesMenu": { + "buttonColor": "#020618", + "buttonType": "MENU", + "iconName": "trending-up", + "id": "salesMenu", + "index": 1, + "isDisabled": false, + "isVisible": true, + "label": "Sales", + "menuItems": { + "salesOverview": { + "backgroundColor": "#020618", + "iconAlign": "left", + "iconColor": "#FFFFFF", + "iconName": "dashboard", + "id": "salesOverview", + "index": 0, + "isDisabled": false, + "isVisible": true, + "label": "Overview", + "onClick": "{{navigateTo('Sales', {}, 'SAME_WINDOW')}}", + "textColor": "#FFFFFF" + }, + "capacityPlanning": { + "backgroundColor": "#020618", + "iconAlign": "left", + "iconColor": "#FFFFFF", + "iconName": "calendar", + "id": "capacityPlanning", + "index": 1, + "isDisabled": false, + "isVisible": true, + "label": "Capacity Planning", + "onClick": "{{navigateTo('Sales - Capacity Planning', {}, 'SAME_WINDOW')}}", + "textColor": "#FFFFFF" + }, + "unitsShipped": { + "backgroundColor": "#020618", + "iconAlign": "left", + "iconColor": "#FFFFFF", + "iconName": "box", + "id": "unitsShipped", + "index": 2, + "isDisabled": false, + "isVisible": true, + "label": "Units Shipped", + "onClick": "{{navigateTo('Sales - Units Shipped', {}, 'SAME_WINDOW')}}", + "textColor": "#FFFFFF" + } + } + }, + "marketingBtn": { + "buttonColor": "#020618", + "buttonType": "SIMPLE", + "iconName": "megaphone", + "id": "marketingBtn", + "index": 2, + "isDisabled": false, + "isVisible": true, + "label": "Marketing", + "menuItems": {}, + "onClick": "{{navigateTo('Marketing', {}, 'SAME_WINDOW')}}" + } + }, + "isLoading": false, + "isVisible": true, + "key": "sidenavbtngrp", + "leftColumn": 0, + "minWidth": 120, + "mobileBottomRow": 80, + "mobileLeftColumn": 0, + "mobileRightColumn": 12, + "mobileTopRow": 0, + "orientation": "vertical", + "parentColumnSpace": 25.109375, + "parentId": "0", + "parentRowSpace": 10, + "renderMode": "CANVAS", + "responsiveBehavior": "hug", + "rightColumn": 12, + "topRow": 0, + "type": "BUTTON_GROUP_WIDGET", + "version": 1, + "widgetId": "sidenav001", + "widgetName": "SidebarNavigation" +}