ng-inail-common 1.0.429 → 1.0.430

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2555,7 +2555,7 @@
2555
2555
  SelectComponent.decorators = [
2556
2556
  { type: i0.Component, args: [{
2557
2557
  selector: 'inail-select',
2558
- template: "<div class=\"form-group col-lg-{{lg}} col-md-{{md}} col-sm-{{sm}} col-xs-{{xs}} {{class}} noPadding inail-select-view-encapsulation\"\n *ngIf=\"!(disabledAsInputText)\"\n [ngClass]=\"{'has-error': checkError()}\">\n <label for=\"{{id}}\"\n title=\"{{labelTitle}}\"\n class=\"label-select col-xs-12 col-sm-12 col-md-12 col-lg-12 noPaddingLeft {{labelClass}}\">\n <span *ngIf=\"label\"\n [hidden]=\"hiddenLabel\"\n [innerHTML]=\"label.concat(required ? ' '+(requiredSimbol || '*') : '')\"></span>\n <select class=\"form-control {{inputClass}}\"\n id=\"{{id}}\"\n title=\"{{title}}\"\n [disabled]=\"disabled\"\n [attr.aria-required]=\"required === true ? true : undefined\"\n [attr.aria-invalid]=\"checkError() === true ? true : undefined\"\n [attr.aria-describedBy]=\"checkDescError() ? id+'-description-error' : undefined\"\n (keyup.enter)=\"enterUp.emit()\"\n [(ngModel)]='value'>\n <!--<option [value]=\"undefined\"\n *ngIf=\"blankOption && (value === undefined)\"\n [innerHTML]=\"this.blankOptionText || '- seleziona opzione -'\">\n </option>-->\n <option value=\"\"\n *ngIf=\"blankOption\"\n [innerHTML]=\"this.blankOptionText || '- seleziona opzione -'\">\n </option>\n <ng-container *ngIf=\"options\">\n <option *ngFor=\"let option of options\"\n [value]=\"option?.value\"\n [selected]=\"valueValue==option?.value\" [innerHTML]=\"option?.label\">\n </option>\n </ng-container>\n </select>\n </label>\n <ng-container *ngIf=\"checkDescError()\">\n <span [id]=\"id+'-description-error'\" class=\"msg msg-errore\">\n <strong [innerHTML]=\"(errorPrefix===false ? '' : 'ERRORE: ')+getDescError()\"></strong>\n </span>\n </ng-container>\n</div>\n<inail-input-text *ngIf=\"disabledAsInputText\"\n [id]=\"id\"\n [label]=\"this.label\"\n [class]=\"this.class\"\n [labelClass]=\"this.labelClass\"\n [labelTitle]=\"this.labelTitle\"\n [inputClass]=\"this.inputClass\"\n [title]=\"this.title\"\n [disabled]=\"true\"\n [xs]=\"this.xs\"\n [sm]=\"this.sm\"\n [md]=\"this.md\"\n [lg]=\"this.lg\"\n [value]=\"getValueLabel()\">\n</inail-input-text>\n",
2558
+ template: "<div class=\"form-group col-lg-{{lg}} col-md-{{md}} col-sm-{{sm}} col-xs-{{xs}} {{class}} noPadding inail-select-view-encapsulation\"\n *ngIf=\"!(disabledAsInputText)\"\n [ngClass]=\"{'has-error': checkError()}\">\n <label for=\"{{id}}\"\n title=\"{{labelTitle}}\"\n class=\"label-select col-xs-12 col-sm-12 col-md-12 col-lg-12 noPaddingLeft {{labelClass}}\">\n <span *ngIf=\"label\"\n [hidden]=\"hiddenLabel\"\n [innerHTML]=\"label.concat(required ? ' '+(requiredSimbol || '*') : '')\"></span>\n <select class=\"form-control {{inputClass}}\"\n id=\"{{id}}\"\n title=\"{{title}}\"\n [disabled]=\"disabled\"\n [attr.aria-required]=\"required === true ? true : undefined\"\n [attr.aria-invalid]=\"checkError() === true ? true : undefined\"\n [attr.aria-describedBy]=\"checkDescError() ? id+'-description-error' : undefined\"\n (keyup.enter)=\"enterUp.emit()\"\n [(ngModel)]='value'>\n <!--<option [value]=\"undefined\"\n *ngIf=\"blankOption && (value === undefined)\"\n [innerHTML]=\"this.blankOptionText || '- seleziona opzione -'\">\n </option>-->\n <option value=\"\"\n *ngIf=\"blankOption\"\n [innerHTML]=\"this.blankOptionText || '- seleziona opzione -'\">\n </option>\n <ng-container *ngIf=\"options\">\n <option *ngFor=\"let option of options\"\n [value]=\"option?.value\"\n [title]=\"option?.ti\"\n [selected]=\"valueValue==option?.value\"\n [innerHTML]=\"option?.label\">\n </option>\n </ng-container>\n </select>\n </label>\n <ng-container *ngIf=\"checkDescError()\">\n <span [id]=\"id+'-description-error'\" class=\"msg msg-errore\">\n <strong [innerHTML]=\"(errorPrefix===false ? '' : 'ERRORE: ')+getDescError()\"></strong>\n </span>\n </ng-container>\n</div>\n<inail-input-text *ngIf=\"disabledAsInputText\"\n [id]=\"id\"\n [label]=\"this.label\"\n [class]=\"this.class\"\n [labelClass]=\"this.labelClass\"\n [labelTitle]=\"this.labelTitle\"\n [inputClass]=\"this.inputClass\"\n [title]=\"this.title\"\n [disabled]=\"true\"\n [xs]=\"this.xs\"\n [sm]=\"this.sm\"\n [md]=\"this.md\"\n [lg]=\"this.lg\"\n [value]=\"getValueLabel()\">\n</inail-input-text>\n",
2559
2559
  encapsulation: i0.ViewEncapsulation.None,
2560
2560
  styles: [".inail-select-view-encapsulation label{margin-bottom:0}.panel .panel-body .inail-select-view-encapsulation.form-group select{min-width:auto!important}"]
2561
2561
  }] }
@@ -9868,7 +9868,7 @@
9868
9868
  RadioSelectComponent.decorators = [
9869
9869
  { type: i0.Component, args: [{
9870
9870
  selector: 'inail-radio-select',
9871
- template: "<div [id]='id' class=\"col-lg-{{lg}} col-md-{{md}} col-sm-{{sm}} col-xs-{{xs}} {{class}} noPadding inail-radio-select\">\n <fieldset class=\"form-group col-xs-12 noPaddingLeft\">\n <legend class=\"radio-legend\"\n [hidden]=\"hiddenLabel\"\n [innerHTML]=\"label?.concat(required ? ' '+(requiredSimbol || '*') : '')\"></legend>\n <div class=\"radio {{inline === true ? 'inline' : ''}}\" *ngFor=\"let option of options\">\n <label [for]=\"option?.id\">\n <input [id]=\"option?.id\"\n type=\"radio\"\n class=\"{{inputClass}} {{option?.class}}\"\n [name]=\"name\"\n [disabled]=\"disabled\"\n [attr.aria-required]=\"required === true ? true : undefined\"\n [attr.aria-invalid]=\"checkError() === true ? true : undefined\"\n [attr.aria-describedBy]=\"checkDescError() ? id+'-description-error' : undefined\"\n [value]=\"option?.value\"\n [title]=\"title\"\n [(ngModel)]=\"value\">\n <span [innerHTML]=\"option?.label\"></span>\n </label>\n </div>\n <div *ngIf=\"checkDescError()\">\n <span [id]=\"id+'-description-error'\" class=\"msg msg-errore\">\n <strong [innerHTML]=\"(errorPrefix===false ? '' : 'ERRORE: ')+getDescError()\"></strong>\n </span>\n </div>\n </fieldset>\n</div>\n",
9871
+ template: "<div [id]='id' class=\"col-lg-{{lg}} col-md-{{md}} col-sm-{{sm}} col-xs-{{xs}} {{class}} noPadding inail-radio-select\">\n <fieldset class=\"form-group col-xs-12 noPaddingLeft\">\n <legend class=\"radio-legend\"\n [hidden]=\"hiddenLabel\"\n [innerHTML]=\"label?.concat(required ? ' '+(requiredSimbol || '*') : '')\"></legend>\n <div class=\"radio {{inline === true ? 'inline' : ''}}\" *ngFor=\"let option of options\">\n <label [for]=\"option?.id\">\n <input [id]=\"option?.id\"\n type=\"radio\"\n class=\"{{inputClass}} {{option?.class}}\"\n [name]=\"name\"\n [disabled]=\"disabled\"\n [attr.aria-required]=\"required === true ? true : undefined\"\n [attr.aria-invalid]=\"checkError() === true ? true : undefined\"\n [attr.aria-describedBy]=\"checkDescError() ? id+'-description-error' : undefined\"\n [value]=\"option?.value\"\n [attr.title]=\"option?.title || title\"\n [(ngModel)]=\"value\">\n <span [innerHTML]=\"option?.label\"></span>\n </label>\n </div>\n <div *ngIf=\"checkDescError()\">\n <span [id]=\"id+'-description-error'\" class=\"msg msg-errore\">\n <strong [innerHTML]=\"(errorPrefix===false ? '' : 'ERRORE: ')+getDescError()\"></strong>\n </span>\n </div>\n </fieldset>\n</div>\n",
9872
9872
  encapsulation: i0.ViewEncapsulation.None,
9873
9873
  styles: [".inail-radio-select .radio.inline{display:inline-block;margin-right:20px}"]
9874
9874
  }] }