carbon-components-angular
Version:
Next generation components
42 lines (39 loc) • 2.08 kB
JavaScript
/*!
*
* Neutrino v0.0.0 | dialog.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 "./dialog.component";
var styles_Dialog = [];
var RenderType_Dialog = i0.ɵcrt({ encapsulation: 2, styles: styles_Dialog, data: {} });
export { RenderType_Dialog as RenderType_Dialog };
export function View_Dialog_0(_l) { return i0.ɵvid(0, [i0.ɵqud(402653184, 1, { dialog: 0 })], null, null); }
export function View_Dialog_Host_0(_l) { return i0.ɵvid(0, [(_l()(), i0.ɵeld(0, 0, null, null, 1, "ibm-dialog", [], null, [[null, "keydown"], ["document", "click"]], function (_v, en, $event) { var ad = true; if (("keydown" === en)) {
var pd_0 = (i0.ɵnov(_v, 1).escapeClose($event) !== false);
ad = (pd_0 && ad);
} if (("document:click" === en)) {
var pd_1 = (i0.ɵnov(_v, 1).clickClose($event) !== false);
ad = (pd_1 && ad);
} return ad; }, View_Dialog_0, RenderType_Dialog)), i0.ɵdid(1, 4440064, null, 0, i1.Dialog, [i0.ElementRef], null, null)], function (_ck, _v) { _ck(_v, 1, 0); }, null); }
var DialogNgFactory = i0.ɵccf("ibm-dialog", i1.Dialog, View_Dialog_Host_0, { dialogConfig: "dialogConfig" }, { close: "close" }, []);
export { DialogNgFactory as DialogNgFactory };
//# sourceMappingURL=dialog.component.ngfactory.js.map