ng-inail-common 1.0.428 → 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.
- package/bundles/ng-inail-common.umd.js +4 -4
- package/bundles/ng-inail-common.umd.js.map +1 -1
- package/bundles/ng-inail-common.umd.min.js +1 -1
- package/bundles/ng-inail-common.umd.min.js.map +1 -1
- package/esm2015/lib/components/ux/accordion/accordion.component.js +3 -3
- package/esm2015/lib/components/ux/radio-select/radio-select.component.js +2 -2
- package/esm2015/lib/components/ux/select/select.component.js +2 -2
- package/esm5/lib/components/ux/accordion/accordion.component.js +3 -3
- package/esm5/lib/components/ux/radio-select/radio-select.component.js +2 -2
- package/esm5/lib/components/ux/select/select.component.js +2 -2
- package/fesm2015/ng-inail-common.js +4 -4
- package/fesm2015/ng-inail-common.js.map +1 -1
- package/fesm5/ng-inail-common.js +4 -4
- package/fesm5/ng-inail-common.js.map +1 -1
- package/ng-inail-common.metadata.json +1 -1
- package/package.json +1 -1
package/fesm5/ng-inail-common.js
CHANGED
|
@@ -253,8 +253,8 @@ var AccordionComponent = /** @class */ (function (_super) {
|
|
|
253
253
|
*/
|
|
254
254
|
function () {
|
|
255
255
|
return this.mostra == true
|
|
256
|
-
? this.toggleTitleOpened || this.toggleTitle || DEFAULT_TT_OPENED
|
|
257
|
-
: this.toggleTitleClosed || this.toggleTitle || DEFAULT_TT_CLOSED;
|
|
256
|
+
? this.toggleTitleOpened || this.toggleTitle || DEFAULT_TT_OPENED + " " + this.titolo
|
|
257
|
+
: this.toggleTitleClosed || this.toggleTitle || DEFAULT_TT_CLOSED + " " + this.titolo;
|
|
258
258
|
},
|
|
259
259
|
enumerable: true,
|
|
260
260
|
configurable: true
|
|
@@ -2432,7 +2432,7 @@ var SelectComponent = /** @class */ (function (_super) {
|
|
|
2432
2432
|
SelectComponent.decorators = [
|
|
2433
2433
|
{ type: Component, args: [{
|
|
2434
2434
|
selector: 'inail-select',
|
|
2435
|
-
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\"
|
|
2435
|
+
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",
|
|
2436
2436
|
encapsulation: ViewEncapsulation.None,
|
|
2437
2437
|
styles: [".inail-select-view-encapsulation label{margin-bottom:0}.panel .panel-body .inail-select-view-encapsulation.form-group select{min-width:auto!important}"]
|
|
2438
2438
|
}] }
|
|
@@ -9914,7 +9914,7 @@ var RadioSelectComponent = /** @class */ (function (_super) {
|
|
|
9914
9914
|
RadioSelectComponent.decorators = [
|
|
9915
9915
|
{ type: Component, args: [{
|
|
9916
9916
|
selector: 'inail-radio-select',
|
|
9917
|
-
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",
|
|
9917
|
+
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",
|
|
9918
9918
|
encapsulation: ViewEncapsulation.None,
|
|
9919
9919
|
styles: [".inail-radio-select .radio.inline{display:inline-block;margin-right:20px}"]
|
|
9920
9920
|
}] }
|