UNPKG

bitfront-library

Version:

Angular CLI project with components and classes used by other Angular projects of the BIT foundation.

125 lines 7.58 kB
"use strict"; var __extends = (this && this.__extends) || (function () { var extendStatics = function (d, b) { extendStatics = Object.setPrototypeOf || ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; }; return extendStatics(d, b); }; return function (d, b) { extendStatics(d, b); function __() { this.constructor = d; } d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __()); }; })(); Object.defineProperty(exports, "__esModule", { value: true }); exports.BitCheckBoxComponent = void 0; var core_1 = require("@angular/core"); var ayuda_service_1 = require("../../service/ayuda.service"); var bit_general_component_1 = require("./bit-general.component"); var i0 = require("@angular/core"); var i1 = require("../../service/ayuda.service"); var i2 = require("@angular/common"); var i3 = require("primeng/checkbox"); var i4 = require("@angular/forms"); var i5 = require("../bit-control-messages.component"); function BitCheckBoxComponent_label_0_span_3_Template(rf, ctx) { if (rf & 1) { i0.ɵɵelement(0, "span", 7); } } function BitCheckBoxComponent_label_0_i_5_Template(rf, ctx) { if (rf & 1) { var _r8 = i0.ɵɵgetCurrentView(); i0.ɵɵelementStart(0, "i", 8); i0.ɵɵlistener("click", function BitCheckBoxComponent_label_0_i_5_Template_i_click_0_listener() { i0.ɵɵrestoreView(_r8); var ctx_r7 = i0.ɵɵnextContext(2); return ctx_r7.showAyuda(); }); i0.ɵɵelementEnd(); } } function BitCheckBoxComponent_label_0_Template(rf, ctx) { if (rf & 1) { i0.ɵɵelementStart(0, "label"); i0.ɵɵprojection(1); i0.ɵɵtext(2, "\u00A0"); i0.ɵɵtemplate(3, BitCheckBoxComponent_label_0_span_3_Template, 1, 0, "span", 5); i0.ɵɵtext(4, "\u00A0\u00A0 "); i0.ɵɵtemplate(5, BitCheckBoxComponent_label_0_i_5_Template, 1, 0, "i", 6); i0.ɵɵelementEnd(); } if (rf & 2) { var ctx_r0 = i0.ɵɵnextContext(); i0.ɵɵadvance(3); i0.ɵɵproperty("ngIf", ctx_r0.obligatorio); i0.ɵɵadvance(2); i0.ɵɵproperty("ngIf", ctx_r0.ayuda); } } function BitCheckBoxComponent_p_1_Template(rf, ctx) { if (rf & 1) { i0.ɵɵelementStart(0, "p", 9); i0.ɵɵtext(1); i0.ɵɵelementEnd(); } if (rf & 2) { var ctx_r1 = i0.ɵɵnextContext(); i0.ɵɵproperty("id", ctx_r1.nombre); i0.ɵɵadvance(1); i0.ɵɵtextInterpolate(ctx_r1.value_lectura); } } function BitCheckBoxComponent_p_checkbox_2_Template(rf, ctx) { if (rf & 1) { i0.ɵɵelement(0, "p-checkbox", 10); } if (rf & 2) { var ctx_r2 = i0.ɵɵnextContext(); i0.ɵɵclassMap(ctx_r2.estilo); i0.ɵɵpropertyInterpolate("name", ctx_r2.nombre); i0.ɵɵpropertyInterpolate("id", ctx_r2.nombre); i0.ɵɵproperty("formControl", ctx_r2.control)("label", !ctx_r2.hideLabel && ctx_r2.label); } } function BitCheckBoxComponent_i_3_Template(rf, ctx) { if (rf & 1) { var _r10 = i0.ɵɵgetCurrentView(); i0.ɵɵelementStart(0, "i", 11); i0.ɵɵlistener("click", function BitCheckBoxComponent_i_3_Template_i_click_0_listener() { i0.ɵɵrestoreView(_r10); var ctx_r9 = i0.ɵɵnextContext(); return ctx_r9.showAyuda(); }); i0.ɵɵelementEnd(); } } function BitCheckBoxComponent_control_messages_4_Template(rf, ctx) { if (rf & 1) { i0.ɵɵelement(0, "control-messages", 12); } if (rf & 2) { var ctx_r4 = i0.ɵɵnextContext(); i0.ɵɵproperty("control", ctx_r4.control)("field", ctx_r4.nombre); } } var _c0 = ["*"]; var BitCheckBoxComponent = /** @class */ (function (_super) { __extends(BitCheckBoxComponent, _super); function BitCheckBoxComponent(ayudaService) { var _this = _super.call(this, ayudaService) || this; _this.ayudaService = ayudaService; return _this; } Object.defineProperty(BitCheckBoxComponent.prototype, "value_lectura", { get: function () { return this.control.value ? "Sí" : "No"; }, enumerable: false, configurable: true }); BitCheckBoxComponent.ɵfac = function BitCheckBoxComponent_Factory(t) { return new (t || BitCheckBoxComponent)(i0.ɵɵdirectiveInject(i1.AyudaService)); }; BitCheckBoxComponent.ɵcmp = i0.ɵɵdefineComponent({ type: BitCheckBoxComponent, selectors: [["bit-checkbox"]], features: [i0.ɵɵInheritDefinitionFeature], ngContentSelectors: _c0, decls: 5, vars: 5, consts: [[4, "ngIf"], ["class", "lectura", 3, "id", 4, "ngIf"], ["binary", "true", 3, "class", "formControl", "label", "name", "id", 4, "ngIf"], ["class", "btn-ayuda-checkbox fa fa-question", 3, "click", 4, "ngIf"], [3, "control", "field", 4, "ngIf"], ["class", "obligatorio fa fa-asterisk", 4, "ngIf"], ["class", "btn-ayuda fa fa-question", 3, "click", 4, "ngIf"], [1, "obligatorio", "fa", "fa-asterisk"], [1, "btn-ayuda", "fa", "fa-question", 3, "click"], [1, "lectura", 3, "id"], ["binary", "true", 3, "formControl", "label", "name", "id"], [1, "btn-ayuda-checkbox", "fa", "fa-question", 3, "click"], [3, "control", "field"]], template: function BitCheckBoxComponent_Template(rf, ctx) { if (rf & 1) { i0.ɵɵprojectionDef(); i0.ɵɵtemplate(0, BitCheckBoxComponent_label_0_Template, 6, 2, "label", 0); i0.ɵɵtemplate(1, BitCheckBoxComponent_p_1_Template, 2, 2, "p", 1); i0.ɵɵtemplate(2, BitCheckBoxComponent_p_checkbox_2_Template, 1, 7, "p-checkbox", 2); i0.ɵɵtemplate(3, BitCheckBoxComponent_i_3_Template, 1, 0, "i", 3); i0.ɵɵtemplate(4, BitCheckBoxComponent_control_messages_4_Template, 1, 2, "control-messages", 4); } if (rf & 2) { i0.ɵɵproperty("ngIf", !ctx.hideLabel); i0.ɵɵadvance(1); i0.ɵɵproperty("ngIf", ctx.readOnly); i0.ɵɵadvance(1); i0.ɵɵproperty("ngIf", !ctx.readOnly); i0.ɵɵadvance(1); i0.ɵɵproperty("ngIf", ctx.ayuda); i0.ɵɵadvance(1); i0.ɵɵproperty("ngIf", ctx.control != null); } }, directives: [i2.NgIf, i3.Checkbox, i4.NgControlStatus, i4.FormControlDirective, i5.BitControlMessages], encapsulation: 2 }); return BitCheckBoxComponent; }(bit_general_component_1.BitGeneralComponent)); exports.BitCheckBoxComponent = BitCheckBoxComponent; (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(BitCheckBoxComponent, [{ type: core_1.Component, args: [{ selector: "bit-checkbox", template: "\n <label *ngIf=\"!hideLabel\">\n <ng-content></ng-content>&nbsp;<span *ngIf=\"obligatorio\" class=\"obligatorio fa fa-asterisk\"></span>&nbsp;&nbsp;\n <i *ngIf=\"ayuda\" class=\"btn-ayuda fa fa-question\" (click)=\"showAyuda()\"></i>\n </label>\n <p *ngIf=\"readOnly\" class=\"lectura\" [id]=\"nombre\">{{value_lectura}}</p>\n <p-checkbox \n *ngIf=\"!readOnly\"\n class=\"{{estilo}}\" \n binary=\"true\"\n [formControl]=\"control\"\n [label]=\"!hideLabel && label\" \n name=\"{{nombre}}\" \n id=\"{{nombre}}\">\n </p-checkbox>\n\n <i *ngIf=\"ayuda\" (click)=\"showAyuda();\"class=\"btn-ayuda-checkbox fa fa-question\"></i> \n\n <control-messages *ngIf=\"control != null\" [control]=\"control\" [field]=\"nombre\"></control-messages>\n " }] }], function () { return [{ type: i1.AyudaService }]; }, null); })(); //# sourceMappingURL=bit-checkbox.component.js.map