UNPKG

@angular-jz/jz

Version:

jim jz

36 lines 4.77 kB
/** * @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/forms"; import * as i2 from "@ngui/auto-complete/dist/auto-complete.directive"; import * as i3 from "./jz-autocomplete.component"; var styles_JZAutoCompleteComponent = []; var RenderType_JZAutoCompleteComponent = i0.ɵcrt({ encapsulation: 2, styles: styles_JZAutoCompleteComponent, data: {} }); export { RenderType_JZAutoCompleteComponent as RenderType_JZAutoCompleteComponent }; export function View_JZAutoCompleteComponent_0(_l) { return i0.ɵvid(0, [i0.ɵqud(402653184, 1, { input: 0 }), (_l()(), i0.ɵeld(1, 16777216, null, null, 6, "input", [["class", "form-control"], ["ngui-auto-complete", ""]], [[2, "ng-untouched", null], [2, "ng-touched", null], [2, "ng-pristine", null], [2, "ng-dirty", null], [2, "ng-valid", null], [2, "ng-invalid", null], [2, "ng-pending", null]], [[null, "ngModelChange"], [null, "valueChanged"], [null, "input"], [null, "blur"], [null, "compositionstart"], [null, "compositionend"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("input" === en)) { var pd_0 = (i0.ɵnov(_v, 2)._handleInput($event.target.value) !== false); ad = (pd_0 && ad); } if (("blur" === en)) { var pd_1 = (i0.ɵnov(_v, 2).onTouched() !== false); ad = (pd_1 && ad); } if (("compositionstart" === en)) { var pd_2 = (i0.ɵnov(_v, 2)._compositionStart() !== false); ad = (pd_2 && ad); } if (("compositionend" === en)) { var pd_3 = (i0.ɵnov(_v, 2)._compositionEnd($event.target.value) !== false); ad = (pd_3 && ad); } if (("ngModelChange" === en)) { var pd_4 = ((_co.text = $event) !== false); ad = (pd_4 && ad); } if (("valueChanged" === en)) { var pd_5 = (_co.valueChanged($event) !== false); ad = (pd_5 && ad); } return ad; }, null, null)), i0.ɵdid(2, 16384, null, 0, i1.DefaultValueAccessor, [i0.Renderer2, i0.ElementRef, [2, i1.COMPOSITION_BUFFER_MODE]], null, null), i0.ɵprd(1024, null, i1.NG_VALUE_ACCESSOR, function (p0_0) { return [p0_0]; }, [i1.DefaultValueAccessor]), i0.ɵdid(4, 671744, null, 0, i1.NgModel, [[8, null], [8, null], [8, null], [2, i1.NG_VALUE_ACCESSOR]], { model: [0, "model"] }, { update: "ngModelChange" }), i0.ɵprd(2048, null, i1.NgControl, null, [i1.NgModel]), i0.ɵdid(6, 16384, null, 0, i1.NgControlStatus, [i1.NgControl], null, null), i0.ɵdid(7, 4931584, null, 0, i2.NguiAutoCompleteDirective, [i0.ComponentFactoryResolver, i0.ViewContainerRef, [8, null]], { autoCompletePlaceholder: [0, "autoCompletePlaceholder"], source: [1, "source"], displayPropertyName: [2, "displayPropertyName"], acceptUserInput: [3, "acceptUserInput"], listFormatter: [4, "listFormatter"], ngModel: [5, "ngModel"] }, { ngModelChange: "ngModelChange", valueChanged: "valueChanged" })], function (_ck, _v) { var _co = _v.component; var currVal_7 = _co.text; _ck(_v, 4, 0, currVal_7); var currVal_8 = _co.placeholder; var currVal_9 = _co.observableSource.bind(_co); var currVal_10 = _co.textField; var currVal_11 = true; var currVal_12 = _co.listFormatter; var currVal_13 = _co.text; _ck(_v, 7, 0, currVal_8, currVal_9, currVal_10, currVal_11, currVal_12, currVal_13); }, function (_ck, _v) { var currVal_0 = i0.ɵnov(_v, 6).ngClassUntouched; var currVal_1 = i0.ɵnov(_v, 6).ngClassTouched; var currVal_2 = i0.ɵnov(_v, 6).ngClassPristine; var currVal_3 = i0.ɵnov(_v, 6).ngClassDirty; var currVal_4 = i0.ɵnov(_v, 6).ngClassValid; var currVal_5 = i0.ɵnov(_v, 6).ngClassInvalid; var currVal_6 = i0.ɵnov(_v, 6).ngClassPending; _ck(_v, 1, 0, currVal_0, currVal_1, currVal_2, currVal_3, currVal_4, currVal_5, currVal_6); }); } export function View_JZAutoCompleteComponent_Host_0(_l) { return i0.ɵvid(0, [(_l()(), i0.ɵeld(0, 0, null, null, 2, "jz-autocomplete", [], null, null, null, View_JZAutoCompleteComponent_0, RenderType_JZAutoCompleteComponent)), i0.ɵprd(5120, null, i1.NG_VALUE_ACCESSOR, function (p0_0) { return [p0_0]; }, [i3.JZAutoCompleteComponent]), i0.ɵdid(2, 4440064, null, 0, i3.JZAutoCompleteComponent, [], null, null)], function (_ck, _v) { _ck(_v, 2, 0); }, null); } var JZAutoCompleteComponentNgFactory = i0.ɵccf("jz-autocomplete", i3.JZAutoCompleteComponent, View_JZAutoCompleteComponent_Host_0, { idField: "idField", textField: "textField", placeholder: "placeholder", dataSource: "dataSource", text: "text", _value: "_value" }, {}, []); export { JZAutoCompleteComponentNgFactory as JZAutoCompleteComponentNgFactory }; //# sourceMappingURL=jz-autocomplete.component.ngfactory.js.map