carbon-components-angular
Version:
Next generation components
41 lines (38 loc) • 2.71 kB
JavaScript
/*!
*
* Neutrino v0.0.0 | pill.component.ngfactory.js
*
* Copyright 2014, 2018 IBM
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/**
* @fileoverview This file was generated by the Angular template compiler. Do not edit.
*
* @suppress {suspiciousCode,uselessCode,missingProperties,missingOverride,checkTypes}
* tslint:disable
*/
import * as i0 from "@angular/core";
import * as i1 from "../icon/static-icon.component.ngfactory";
import * as i2 from "../icon/static-icon.component";
import * as i3 from "./pill.component";
var styles_Pill = [];
var RenderType_Pill = i0.ɵcrt({ encapsulation: 2, styles: styles_Pill, data: {} });
export { RenderType_Pill as RenderType_Pill };
export function View_Pill_0(_l) { return i0.ɵvid(0, [(_l()(), i0.ɵeld(0, 0, null, null, 1, "span", [], null, null, null, null, null)), i0.ɵncd(null, 0), (_l()(), i0.ɵeld(2, 0, null, null, 2, "button", [["class", "pill_close"], ["type", "button"]], null, [[null, "click"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("click" === en)) {
var pd_0 = (_co.doRemove($event) !== false);
ad = (pd_0 && ad);
} return ad; }, null, null)), (_l()(), i0.ɵeld(3, 0, null, null, 1, "ibm-static-icon", [["classList", "close_icon"], ["icon", "x"], ["size", "sm"]], null, null, null, i1.View_StaticIcon_0, i1.RenderType_StaticIcon)), i0.ɵdid(4, 4243456, null, 0, i2.StaticIcon, [i0.ElementRef], { icon: [0, "icon"], size: [1, "size"], classList: [2, "classList"] }, null)], function (_ck, _v) { var currVal_0 = "x"; var currVal_1 = "sm"; var currVal_2 = "close_icon"; _ck(_v, 4, 0, currVal_0, currVal_1, currVal_2); }, null); }
export function View_Pill_Host_0(_l) { return i0.ɵvid(0, [(_l()(), i0.ɵeld(0, 0, null, null, 1, "ibm-pill", [], [[1, "class", 0]], null, null, View_Pill_0, RenderType_Pill)), i0.ɵdid(1, 49152, null, 0, i3.Pill, [], null, null)], null, function (_ck, _v) { var currVal_0 = i0.ɵnov(_v, 1).attrClass; _ck(_v, 0, 0, currVal_0); }); }
var PillNgFactory = i0.ɵccf("ibm-pill", i3.Pill, View_Pill_Host_0, { item: "item" }, { remove: "remove" }, ["*"]);
export { PillNgFactory as PillNgFactory };
//# sourceMappingURL=pill.component.ngfactory.js.map