UNPKG

@blackbaud/skyux

Version:
21 lines 1.74 kB
import { Component, Input, ChangeDetectionStrategy } from '@angular/core'; var SkyListViewChecklistItemComponent = (function () { function SkyListViewChecklistItemComponent() { } return SkyListViewChecklistItemComponent; }()); export { SkyListViewChecklistItemComponent }; SkyListViewChecklistItemComponent.decorators = [ { type: Component, args: [{ selector: 'sky-list-view-checklist-item', template: "<div class=\"sky-list-view-checklist-item\">\n <ng-content></ng-content>\n</div>\n", styles: [".sky-list-view-checklist-item{display:block;width:100%;cursor:pointer}.sky-list-view-checklist-item:last-child{border-bottom-width:0}.sky-list-view-checklist-item /deep/ sky-checkbox{display:block;position:relative;width:100%;padding:10px;cursor:pointer;border-bottom:1px dotted #cdcfd2}.sky-list-view-checklist-item /deep/ sky-checkbox-label{flex:1;position:relative;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;cursor:pointer;padding-left:10px}.sky-list-view-checklist-item /deep/ .sky-list-view-checklist-single-button{background-color:transparent;border:none;border-bottom:1px dotted #cdcfd2;display:block;text-align:left;margin-bottom:0;padding:10px;width:100%;cursor:pointer}.sky-list-view-checklist-item /deep/ .sky-list-view-checklist-single-button.sky-list-view-checklist-row-selected{background-color:#f1eef6}\n"], changeDetection: ChangeDetectionStrategy.OnPush },] }, ]; /** @nocollapse */ SkyListViewChecklistItemComponent.ctorParameters = function () { return []; }; SkyListViewChecklistItemComponent.propDecorators = { 'item': [{ type: Input },], }; //# sourceMappingURL=list-view-checklist-item.component.js.map