UNPKG

carbon-components-angular

Version:
39 lines (36 loc) 3.53 kB
/*! * * Neutrino v0.0.0 | accordion-item.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 "./accordion-item.component"; var styles_AccordionItem = []; var RenderType_AccordionItem = i0.ɵcrt({ encapsulation: 2, styles: styles_AccordionItem, data: {} }); export { RenderType_AccordionItem as RenderType_AccordionItem }; export function View_AccordionItem_0(_l) { return i0.ɵvid(0, [(_l()(), i0.ɵeld(0, 0, null, null, 4, "button", [["class", "bx--accordion__heading"]], [[1, "aria-expanded", 0], [1, "aria-controls", 0]], [[null, "click"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("click" === en)) { var pd_0 = (_co.toggleExpanded() !== false); ad = (pd_0 && ad); } return ad; }, null, null)), (_l()(), i0.ɵeld(1, 0, null, null, 1, ":svg:svg", [["class", "bx--accordion__arrow"], ["height", "12"], ["viewBox", "0 0 7 12"], ["width", "7"]], null, null, null, null, null)), (_l()(), i0.ɵeld(2, 0, null, null, 0, ":svg:path", [["d", "M5.569 5.994L0 .726.687 0l6.336 5.994-6.335 6.002L0 11.27z"], ["fill-rule", "nonzero"]], null, null, null, null, null)), (_l()(), i0.ɵeld(3, 0, null, null, 1, "p", [["class", "bx--accordion__title"]], null, null, null, null, null)), (_l()(), i0.ɵted(4, null, ["", ""])), (_l()(), i0.ɵeld(5, 0, null, null, 1, "div", [["class", "bx--accordion__content"]], [[8, "id", 0]], null, null, null, null)), i0.ɵncd(null, 0)], null, function (_ck, _v) { var _co = _v.component; var currVal_0 = _co.expanded; var currVal_1 = _co.id; _ck(_v, 0, 0, currVal_0, currVal_1); var currVal_2 = _co.title; _ck(_v, 4, 0, currVal_2); var currVal_3 = _co.id; _ck(_v, 5, 0, currVal_3); }); } export function View_AccordionItem_Host_0(_l) { return i0.ɵvid(0, [(_l()(), i0.ɵeld(0, 0, null, null, 1, "ibm-accordion-item", [], [[2, "bx--accordion__item", null], [2, "bx--accordion__item--active", null], [4, "display", null], [1, "role", 0], [1, "aria-level", 0]], null, null, View_AccordionItem_0, RenderType_AccordionItem)), i0.ɵdid(1, 49152, null, 0, i1.AccordionItem, [], null, null)], null, function (_ck, _v) { var currVal_0 = i0.ɵnov(_v, 1).itemClass; var currVal_1 = i0.ɵnov(_v, 1).expanded; var currVal_2 = i0.ɵnov(_v, 1).itemType; var currVal_3 = i0.ɵnov(_v, 1).role; var currVal_4 = i0.ɵnov(_v, 1).ariaLevel; _ck(_v, 0, 0, currVal_0, currVal_1, currVal_2, currVal_3, currVal_4); }); } var AccordionItemNgFactory = i0.ɵccf("ibm-accordion-item", i1.AccordionItem, View_AccordionItem_Host_0, { title: "title", id: "id", expanded: "expanded", ariaLevel: "ariaLevel" }, { selected: "selected" }, ["*"]); export { AccordionItemNgFactory as AccordionItemNgFactory }; //# sourceMappingURL=accordion-item.component.ngfactory.js.map