UNPKG

fabric8-planner

Version:
32 lines 1.17 kB
import { Component, Input } from '@angular/core'; var AssigneesComponent = /** @class */ (function () { function AssigneesComponent() { this.assignees = []; this.overlapAvatar = false; } Object.defineProperty(AssigneesComponent.prototype, "assigneeInput", { set: function (val) { this.assignees = val; }, enumerable: true, configurable: true }); AssigneesComponent.decorators = [ { type: Component, args: [{ selector: 'f8-assignee', template: require('./assignee.component.html'), styles: [require('./assignee.component.css').toString()] },] }, ]; /** @nocollapse */ AssigneesComponent.ctorParameters = function () { return []; }; AssigneesComponent.propDecorators = { 'truncateAfter': [{ type: Input },], 'showFullName': [{ type: Input },], 'assigneeInput': [{ type: Input, args: ['assignees',] },], 'overlapAvatar': [{ type: Input },], }; return AssigneesComponent; }()); export { AssigneesComponent }; //# sourceMappingURL=assignee.component.js.map