UNPKG

ng5-simple-select

Version:
20 lines 2.57 kB
/** * @fileoverview This file is generated by the Angular template compiler. * Do not edit. * @suppress {suspiciousCode,uselessCode,missingProperties,missingOverride} * tslint:disable */ import * as i0 from "@angular/core"; import * as i1 from "@angular/common"; import * as i2 from "./ng-simple-select-option.component"; var styles_NgSimpleSelectOptionComponent = [".ng-simple-select-option[_ngcontent-%COMP%] { padding: 1px 5px; cursor: default; } .ng-simple-select-option--highlighted[_ngcontent-%COMP%] { background-color: gainsboro; } .ng-simple-select-option[_ngcontent-%COMP%]:hover { background-color: #c3c3c3; }"]; var RenderType_NgSimpleSelectOptionComponent = i0.ɵcrt({ encapsulation: 0, styles: styles_NgSimpleSelectOptionComponent, data: {} }); export { RenderType_NgSimpleSelectOptionComponent as RenderType_NgSimpleSelectOptionComponent }; export function View_NgSimpleSelectOptionComponent_0(_l) { return i0.ɵvid(0, [(_l()(), i0.ɵeld(0, 0, null, null, 5, "div", [["class", "ng-simple-select-option"]], null, [[null, "click"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("click" === en)) { var pd_0 = (_co.setParentValue() !== false); ad = (pd_0 && ad); } return ad; }, null, null)), i0.ɵdid(1, 278528, null, 0, i1.NgClass, [i0.IterableDiffers, i0.KeyValueDiffers, i0.ElementRef, i0.Renderer2], { klass: [0, "klass"], ngClass: [1, "ngClass"] }, null), i0.ɵpod(2, { "ng-simple-select-option--highlighted": 0 }), (_l()(), i0.ɵted(-1, null, [" "])), i0.ɵncd(null, 0), (_l()(), i0.ɵted(-1, null, [" "])), (_l()(), i0.ɵted(-1, null, [" "]))], function (_ck, _v) { var _co = _v.component; var currVal_0 = "ng-simple-select-option"; var currVal_1 = _ck(_v, 2, 0, _co.highlighted); _ck(_v, 1, 0, currVal_0, currVal_1); }, null); } export function View_NgSimpleSelectOptionComponent_Host_0(_l) { return i0.ɵvid(0, [(_l()(), i0.ɵeld(0, 0, null, null, 1, "ng-simple-select-option", [], null, null, null, View_NgSimpleSelectOptionComponent_0, RenderType_NgSimpleSelectOptionComponent)), i0.ɵdid(1, 114688, null, 0, i2.NgSimpleSelectOptionComponent, [i0.ElementRef], null, null)], function (_ck, _v) { _ck(_v, 1, 0); }, null); } var NgSimpleSelectOptionComponentNgFactory = i0.ɵccf("ng-simple-select-option", i2.NgSimpleSelectOptionComponent, View_NgSimpleSelectOptionComponent_Host_0, { value: "value" }, {}, ["*"]); export { NgSimpleSelectOptionComponentNgFactory as NgSimpleSelectOptionComponentNgFactory }; //# sourceMappingURL=ng-simple-select-option.component.ngfactory.js.map