carbon-components-angular
Version:
Next generation components
44 lines (41 loc) • 3.76 kB
JavaScript
/*!
*
* Neutrino v0.0.0 | select.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 "@angular/common";
import * as i2 from "@angular/forms";
import * as i3 from "./select.component";
var styles_Select = [];
var RenderType_Select = i0.ɵcrt({ encapsulation: 2, styles: styles_Select, data: {} });
export { RenderType_Select as RenderType_Select };
export function View_Select_0(_l) { return i0.ɵvid(0, [i0.ɵqud(402653184, 1, { select: 0 }), (_l()(), i0.ɵeld(1, 0, null, null, 9, "div", [["class", "bx--form-item"]], null, null, null, null, null)), (_l()(), i0.ɵeld(2, 0, null, null, 8, "div", [["class", "bx--select"]], null, null, null, null, null)), i0.ɵdid(3, 278528, null, 0, i1.NgClass, [i0.IterableDiffers, i0.KeyValueDiffers, i0.ElementRef, i0.Renderer2], { klass: [0, "klass"], ngClass: [1, "ngClass"] }, null), i0.ɵpod(4, { "bx--select--inline": 0 }), (_l()(), i0.ɵeld(5, 0, null, null, 1, "label", [["class", "bx--label"]], [[1, "for", 0]], null, null, null, null)), (_l()(), i0.ɵted(6, null, ["", ""])), (_l()(), i0.ɵeld(7, 0, [[1, 0], ["select", 1]], null, 1, "select", [["class", "bx--select-input"]], [[1, "id", 0], [8, "disabled", 0]], [[null, "change"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("change" === en)) {
var pd_0 = (_co.onChange($event) !== false);
ad = (pd_0 && ad);
} return ad; }, null, null)), i0.ɵncd(null, 0), (_l()(), i0.ɵeld(9, 0, null, null, 1, ":svg:svg", [["class", "bx--select__arrow"], ["height", "5"], ["viewBox", "0 0 10 5"], ["width", "10"]], null, null, null, null, null)), (_l()(), i0.ɵeld(10, 0, null, null, 0, ":svg:path", [["d", "M0 0l5 4.998L10 0z"], ["fill-rule", "evenodd"]], null, null, null, null, null))], function (_ck, _v) { var _co = _v.component; var currVal_0 = "bx--select"; var currVal_1 = _ck(_v, 4, 0, (_co.display === "inline")); _ck(_v, 3, 0, currVal_0, currVal_1); }, function (_ck, _v) { var _co = _v.component; var currVal_2 = _co.id; _ck(_v, 5, 0, currVal_2); var currVal_3 = _co.label; _ck(_v, 6, 0, currVal_3); var currVal_4 = _co.id; var currVal_5 = _co.disabled; _ck(_v, 7, 0, currVal_4, currVal_5); }); }
export function View_Select_Host_0(_l) { return i0.ɵvid(0, [(_l()(), i0.ɵeld(0, 0, null, null, 2, "ibm-select", [], null, [[null, "blur"]], function (_v, en, $event) { var ad = true; if (("blur" === en)) {
var pd_0 = (i0.ɵnov(_v, 2).blur() !== false);
ad = (pd_0 && ad);
} return ad; }, View_Select_0, RenderType_Select)), i0.ɵprd(5120, null, i2.NG_VALUE_ACCESSOR, function (p0_0) { return [p0_0]; }, [i3.Select]), i0.ɵdid(2, 49152, null, 0, i3.Select, [], null, null)], null, null); }
var SelectNgFactory = i0.ɵccf("ibm-select", i3.Select, View_Select_Host_0, { display: "display", label: "label", id: "id", disabled: "disabled" }, { selected: "selected" }, ["*"]);
export { SelectNgFactory as SelectNgFactory };
//# sourceMappingURL=select.component.ngfactory.js.map