[{"__symbolic":"module","version":3,"metadata":{"NavMenuItemComponent":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component"},"arguments":[{"selector":"ch-navMenuItem","template":"\n    <ul class=\"ch-bar\"><ng-container *ngFor=\"let menu of menubarList\"><li class=\"ch-dropdown-menu\" *ngIf=\"menu.template\" chDropdown><a *ngIf=\"!menu.downChild && menu.router\" class=\"ch-menu-titel\" [routerLink]=\"menu.router\"><i *ngIf=\"menu.icon\" class=\"fa {{menu.icon}}\"></i><ng-template [ngTemplateOutlet]=\"menu.template\" [ngOutletContext]=\"{ menu: menu }\"></ng-template></a><a *ngIf=\"!menu.downChild && menu.url\" class=\"ch-menu-titel\" [href]=\"menu.url\"><i *ngIf=\"menu.icon\" class=\"fa {{menu.icon}}\"></i><ng-template [ngTemplateOutlet]=\"menu.template\" [ngOutletContext]=\"{ menu: menu }\"></ng-template></a><a *ngIf=\"menu.downChild\" class=\"ch-menu-titel\"><i *ngIf=\"menu.icon\" class=\"fa {{menu.icon}}\"></i><ng-template [ngTemplateOutlet]=\"menu.template\" [ngOutletContext]=\"{ menu: menu }\"></ng-template><div *ngIf=\"menu.downChild\" class=\"ch-dropdown-toggle\"><ul><div class=\"dropTitle\">收到 {{menu.template._parentView.component.num}} 条消息通知</div><li *ngFor=\"let down of menu.downChild\" [routerLink]=\"menu.router\"><a>{{down.title}}</a></li><div class=\"dropfoot\">查看全部消息通知 <i class=\"fa fa-comment pull-right\"></i></div></ul></div></a></li><ng-container *ngIf=\"menu.options\"><li class=\"ch-dropdown-menu\" chDropdown><a class=\"ch-menu-titel\"><i *ngIf=\"menu.icon\" class=\"fa {{menu.icon}}\"></i>{{menu.title}}</a><div class=\"ch-dropdown-toggle\" #dropdownMenu><ul><li *ngFor=\"let option of menu.options\"><a *ngIf=\"option.router\" [routerLink]=\"option.router\">{{option.text}}</a> <a *ngIf=\"!option.router\">{{option.text}}</a></li></ul></div></li></ng-container></ng-container></ul>\n  ","styles":["\n    .open{background:#eee}.open .ch-dropdown-toggle{display:block!important}ul.ch-bar{float:left}ul.ch-bar li{float:left;position:relative}ul.ch-bar li:focus,ul.ch-bar li:hover{background:#eee;color:#212121}ul.ch-bar li a.ch-menu-titel{float:left;padding:20px;cursor:pointer}ul.ch-bar li .ch-dropdown-toggle{display:none;z-index:2}ul.ch-bar a{color:#627789}.ch-dropdown-toggle{position:absolute;top:60px;right:0}.ch-dropdown-toggle ul{float:left;width:100%;min-width:150px;border:1px solid rgba(0,0,0,.15);background:#fff;border-radius:4px}.ch-dropdown-toggle ul .dropTitle,.ch-dropdown-toggle ul .dropfoot{min-width:250px;height:41px;line-height:40px;text-indent:1em;color:#000}.ch-dropdown-toggle ul .dropTitle{background:#edf1f2;font-weight:700}.ch-dropdown-toggle ul .dropTitle:hover{background:#edf1f2}.ch-dropdown-toggle ul .dropfoot{display:table;cursor:pointer}.ch-dropdown-toggle ul .dropfoot i{margin:13px}.ch-dropdown-toggle ul .dropfoot:hover{background:#fff}.ch-dropdown-toggle ul li{margin:0;width:100%;padding-left:30px;padding-top:13px;padding-bottom:13px;text-align:left}.ch-dropdown-toggle ul li a{color:#444}.ch-dropdown-toggle ul li:hover{background:#f4f4f4}@media (max-width:500px){.ch-menu-titel{padding:20px 10px!important}}\n  "]}]}],"members":{"menubarList":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input"}}]}],"__ctor__":[{"__symbolic":"constructor"}]}}}},{"__symbolic":"module","version":1,"metadata":{"NavMenuItemComponent":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component"},"arguments":[{"selector":"ch-navMenuItem","template":"\n    <ul class=\"ch-bar\"><ng-container *ngFor=\"let menu of menubarList\"><li class=\"ch-dropdown-menu\" *ngIf=\"menu.template\" chDropdown><a *ngIf=\"!menu.downChild && menu.router\" class=\"ch-menu-titel\" [routerLink]=\"menu.router\"><i *ngIf=\"menu.icon\" class=\"fa {{menu.icon}}\"></i><ng-template [ngTemplateOutlet]=\"menu.template\" [ngOutletContext]=\"{ menu: menu }\"></ng-template></a><a *ngIf=\"!menu.downChild && menu.url\" class=\"ch-menu-titel\" [href]=\"menu.url\"><i *ngIf=\"menu.icon\" class=\"fa {{menu.icon}}\"></i><ng-template [ngTemplateOutlet]=\"menu.template\" [ngOutletContext]=\"{ menu: menu }\"></ng-template></a><a *ngIf=\"menu.downChild\" class=\"ch-menu-titel\"><i *ngIf=\"menu.icon\" class=\"fa {{menu.icon}}\"></i><ng-template [ngTemplateOutlet]=\"menu.template\" [ngOutletContext]=\"{ menu: menu }\"></ng-template><div *ngIf=\"menu.downChild\" class=\"ch-dropdown-toggle\"><ul><div class=\"dropTitle\">收到 {{menu.template._parentView.component.num}} 条消息通知</div><li *ngFor=\"let down of menu.downChild\" [routerLink]=\"menu.router\"><a>{{down.title}}</a></li><div class=\"dropfoot\">查看全部消息通知 <i class=\"fa fa-comment pull-right\"></i></div></ul></div></a></li><ng-container *ngIf=\"menu.options\"><li class=\"ch-dropdown-menu\" chDropdown><a class=\"ch-menu-titel\"><i *ngIf=\"menu.icon\" class=\"fa {{menu.icon}}\"></i>{{menu.title}}</a><div class=\"ch-dropdown-toggle\" #dropdownMenu><ul><li *ngFor=\"let option of menu.options\"><a *ngIf=\"option.router\" [routerLink]=\"option.router\">{{option.text}}</a> <a *ngIf=\"!option.router\">{{option.text}}</a></li></ul></div></li></ng-container></ng-container></ul>\n  ","styles":["\n    .open{background:#eee}.open .ch-dropdown-toggle{display:block!important}ul.ch-bar{float:left}ul.ch-bar li{float:left;position:relative}ul.ch-bar li:focus,ul.ch-bar li:hover{background:#eee;color:#212121}ul.ch-bar li a.ch-menu-titel{float:left;padding:20px;cursor:pointer}ul.ch-bar li .ch-dropdown-toggle{display:none;z-index:2}ul.ch-bar a{color:#627789}.ch-dropdown-toggle{position:absolute;top:60px;right:0}.ch-dropdown-toggle ul{float:left;width:100%;min-width:150px;border:1px solid rgba(0,0,0,.15);background:#fff;border-radius:4px}.ch-dropdown-toggle ul .dropTitle,.ch-dropdown-toggle ul .dropfoot{min-width:250px;height:41px;line-height:40px;text-indent:1em;color:#000}.ch-dropdown-toggle ul .dropTitle{background:#edf1f2;font-weight:700}.ch-dropdown-toggle ul .dropTitle:hover{background:#edf1f2}.ch-dropdown-toggle ul .dropfoot{display:table;cursor:pointer}.ch-dropdown-toggle ul .dropfoot i{margin:13px}.ch-dropdown-toggle ul .dropfoot:hover{background:#fff}.ch-dropdown-toggle ul li{margin:0;width:100%;padding-left:30px;padding-top:13px;padding-bottom:13px;text-align:left}.ch-dropdown-toggle ul li a{color:#444}.ch-dropdown-toggle ul li:hover{background:#f4f4f4}@media (max-width:500px){.ch-menu-titel{padding:20px 10px!important}}\n  "]}]}],"members":{"menubarList":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input"}}]}],"__ctor__":[{"__symbolic":"constructor"}]}}}}]