ng-inail-common 4.0.0-beta.5 → 4.0.0

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.
Files changed (61) hide show
  1. package/esm2022/lib/components/core/base.component.mjs +3 -3
  2. package/esm2022/lib/components/core/basic-ux-element.component.mjs +3 -3
  3. package/esm2022/lib/components/core/form/checkbox/checkbox.component.mjs +3 -3
  4. package/esm2022/lib/components/core/form/form-element.component.mjs +3 -3
  5. package/esm2022/lib/components/core/form/input-date/input-date.component.mjs +3 -3
  6. package/esm2022/lib/components/core/form/input-file/input-file.component.mjs +3 -3
  7. package/esm2022/lib/components/core/form/input-money/input-money.component.mjs +3 -3
  8. package/esm2022/lib/components/core/form/input-number/input-number.component.mjs +3 -3
  9. package/esm2022/lib/components/core/form/input-text/input-text.component.mjs +3 -3
  10. package/esm2022/lib/components/core/form/input-time/input-time.component.mjs +3 -3
  11. package/esm2022/lib/components/core/form/multi-select/multi-select.component.mjs +3 -3
  12. package/esm2022/lib/components/core/form/radio-select/radio-select.component.mjs +3 -3
  13. package/esm2022/lib/components/core/form/select/select.component.mjs +3 -3
  14. package/esm2022/lib/components/core/form/textarea/textarea.component.mjs +3 -3
  15. package/esm2022/lib/components/core/layout/breadcrumb/breadcrumb.component.mjs +3 -3
  16. package/esm2022/lib/components/core/layout/dynamic-layout-element.component.mjs +4 -4
  17. package/esm2022/lib/components/core/layout/footer/footer.component.mjs +4 -4
  18. package/esm2022/lib/components/core/layout/header/header.component.mjs +3 -3
  19. package/esm2022/lib/components/core/layout/header-secondario/header-secondario.component.mjs +4 -4
  20. package/esm2022/lib/components/core/layout/inail-layout/inail-layout.component.mjs +3 -3
  21. package/esm2022/lib/components/core/layout/loader/loader.component.mjs +3 -3
  22. package/esm2022/lib/components/core/layout/logo-header/logo-header.component.mjs +4 -4
  23. package/esm2022/lib/components/core/layout/menu/menu.component.mjs +3 -3
  24. package/esm2022/lib/components/core/layout/menu-intranet/menu-intranet.component.mjs +4 -4
  25. package/esm2022/lib/components/core/layout/navigazione-principale/navigazione-principale.component.mjs +4 -4
  26. package/esm2022/lib/components/core/layout/navigazione-secondaria/navigazione-secondaria.component.mjs +3 -3
  27. package/esm2022/lib/components/core/layout/trigger-slider-menu-button/trigger-slider-menu-button.component.mjs +3 -3
  28. package/esm2022/lib/components/core/responsive-element.component.mjs +3 -3
  29. package/esm2022/lib/components/core/table/inail-table-page-selector/inail-table-page-selector.component.mjs +3 -3
  30. package/esm2022/lib/components/core/table/table/table.component.mjs +3 -3
  31. package/esm2022/lib/components/core/table/table-page-length-selector/table-page-length-selector.component.mjs +3 -3
  32. package/esm2022/lib/components/core/table/th-label/th-label.component.mjs +3 -3
  33. package/esm2022/lib/components/core/table/tr-accordion/tr-accordion.component.mjs +3 -3
  34. package/esm2022/lib/components/core/table/tr-checkbox/tr-checkbox.component.mjs +3 -3
  35. package/esm2022/lib/components/core/ux/accordion/accordion.component.mjs +3 -3
  36. package/esm2022/lib/components/core/ux/alert/alert.component.mjs +3 -3
  37. package/esm2022/lib/components/core/ux/button/button.component.mjs +3 -3
  38. package/esm2022/lib/components/core/ux/confirm/confirm.component.mjs +3 -3
  39. package/esm2022/lib/components/core/ux/container/container.component.mjs +3 -3
  40. package/esm2022/lib/components/core/ux/feedback/feedback.component.mjs +3 -3
  41. package/esm2022/lib/components/core/ux/form-grey/form-grey.component.mjs +3 -3
  42. package/esm2022/lib/components/core/ux/icon-button/icon-button.component.mjs +3 -3
  43. package/esm2022/lib/components/core/ux/modal/modal.component.mjs +3 -3
  44. package/esm2022/lib/components/core/ux/page-title/page-title.component.mjs +3 -3
  45. package/esm2022/lib/components/core/ux/popover/popover.component.mjs +3 -3
  46. package/esm2022/lib/components/core/ux/progress-bar/progress-bar.component.mjs +3 -3
  47. package/esm2022/lib/components/core/ux/selector/selector.component.mjs +3 -3
  48. package/esm2022/lib/components/core/ux/tab-group/tab-group.component.mjs +3 -3
  49. package/esm2022/lib/components/core/ux/tab-pane/tab-pane.component.mjs +3 -3
  50. package/esm2022/lib/components/core/ux/wizard/wizard.component.mjs +3 -3
  51. package/esm2022/lib/components/utilities/form-element-state-propertie/form-element-state-propertie.component.mjs +3 -3
  52. package/esm2022/lib/components/utilities/pre/pre.component.mjs +3 -3
  53. package/esm2022/lib/components/utilities/state-propertie/state-propertie.component.mjs +3 -3
  54. package/esm2022/lib/ng-inail-common.component.mjs +3 -3
  55. package/esm2022/lib/ng-inail-common.module.mjs +19 -16
  56. package/esm2022/lib/ng-inail-common.service.mjs +3 -3
  57. package/esm2022/lib/services/agw-rest.service.mjs +4 -4
  58. package/fesm2022/ng-inail-common.mjs +186 -183
  59. package/fesm2022/ng-inail-common.mjs.map +1 -1
  60. package/lib/ng-inail-common.module.d.ts +2 -3
  61. package/package.json +5 -5
@@ -98,10 +98,10 @@ export class BaseComponent {
98
98
  this.viewInit = true;
99
99
  this.detectChanges();
100
100
  }
101
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BaseComponent, deps: [{ token: i0.ChangeDetectorRef }, { token: NG_INAIL_COMMON_CONFIG }], target: i0.ɵɵFactoryTarget.Component }); }
102
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: BaseComponent, selector: "inail-base", inputs: { logOnConsole: "logOnConsole", showState: "showState", detectChange: "detectChange" }, outputs: { log: "log" }, usesOnChanges: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
101
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: BaseComponent, deps: [{ token: i0.ChangeDetectorRef }, { token: NG_INAIL_COMMON_CONFIG }], target: i0.ɵɵFactoryTarget.Component }); }
102
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: BaseComponent, selector: "inail-base", inputs: { logOnConsole: "logOnConsole", showState: "showState", detectChange: "detectChange" }, outputs: { log: "log" }, usesOnChanges: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
103
103
  }
104
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BaseComponent, decorators: [{
104
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: BaseComponent, decorators: [{
105
105
  type: Component,
106
106
  args: [{ selector: 'inail-base', template: '', changeDetection: CHANGE_DETECTION_STRATEGY, encapsulation: ViewEncapsulation.None }]
107
107
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: undefined, decorators: [{
@@ -25,10 +25,10 @@ export class BasicUxElementComponent extends BaseComponent {
25
25
  }
26
26
  this.logPrefix = `${this.logPrefix}[${this.id}]`;
27
27
  }
28
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BasicUxElementComponent, deps: [{ token: i0.ChangeDetectorRef }, { token: NG_INAIL_COMMON_CONFIG }], target: i0.ɵɵFactoryTarget.Component }); }
29
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: BasicUxElementComponent, selector: "inail-basic-ux-element", inputs: { id: "id", class: "class" }, usesInheritance: true, usesOnChanges: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
28
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: BasicUxElementComponent, deps: [{ token: i0.ChangeDetectorRef }, { token: NG_INAIL_COMMON_CONFIG }], target: i0.ɵɵFactoryTarget.Component }); }
29
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: BasicUxElementComponent, selector: "inail-basic-ux-element", inputs: { id: "id", class: "class" }, usesInheritance: true, usesOnChanges: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
30
30
  }
31
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BasicUxElementComponent, decorators: [{
31
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: BasicUxElementComponent, decorators: [{
32
32
  type: Component,
33
33
  args: [{ selector: 'inail-basic-ux-element', template: '', changeDetection: CHANGE_DETECTION_STRATEGY, encapsulation: ViewEncapsulation.None }]
34
34
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: undefined, decorators: [{
@@ -97,8 +97,8 @@ export class CheckboxComponent extends FormElementComponent {
97
97
  ngOnDestroy() {
98
98
  super.ngOnDestroy();
99
99
  }
100
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CheckboxComponent, deps: [{ token: i0.ChangeDetectorRef }, { token: NG_INAIL_COMMON_CONFIG }], target: i0.ɵɵFactoryTarget.Component }); }
101
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: CheckboxComponent, selector: "inail-checkbox", inputs: { value: "value", checked: "checked" }, outputs: { checkedChange: "checkedChange", checkboxClick: "checkboxClick", click: "click", stateChange: "stateChange" }, providers: [
100
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: CheckboxComponent, deps: [{ token: i0.ChangeDetectorRef }, { token: NG_INAIL_COMMON_CONFIG }], target: i0.ɵɵFactoryTarget.Component }); }
101
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: CheckboxComponent, selector: "inail-checkbox", inputs: { value: "value", checked: "checked" }, outputs: { checkedChange: "checkedChange", checkboxClick: "checkboxClick", click: "click", stateChange: "stateChange" }, providers: [
102
102
  {
103
103
  provide: NG_VALUE_ACCESSOR,
104
104
  useExisting: forwardRef(() => CheckboxComponent), // indica che la classe fara' parte del sistema dei validatori dei form
@@ -106,7 +106,7 @@ export class CheckboxComponent extends FormElementComponent {
106
106
  }
107
107
  ], viewQueries: [{ propertyName: "formControlElement", first: true, predicate: ["formControl"], descendants: true, static: true }], usesInheritance: true, usesOnChanges: true, ngImport: i0, template: "<div class=\"form-group {{getResponsiveClass()}} noPaddingLeft {{class}}\"\n (click)=\"$event.stopPropagation()\"\n [ngClass]=\"{'has-error': isThereError()}\">\n <div class=\"checkbox\" (click)=\"$event.stopPropagation()\">\n <label class=\"checkbox {{labelClass}}\"\n [attr.title]=\"labelTitle\"\n [attr.aria-labelledby]=\"getAriaLabelledBy()\"\n (click)=\"labelOnClick($event)\"\n [htmlFor]=\"id\">\n <input id=\"{{id}}\"\n #formControl\n class=\"{{inputClass}}\"\n type=\"checkbox\"\n (click)=\"checkboxClick.emit($event)\"\n [disabled]=\"disabled\"\n (keyup.enter)=\"cbOnEnter()\"\n [attr.aria-required]=\"required === true ? true : undefined\"\n [attr.aria-invalid]=\"isThereError() === true ? true : undefined\"\n [attr.aria-describedBy]=\"getAriaDescribedBy()\"\n [(ngModel)]='checked'\n [attr.value]=\"value\"\n [attr.title]=\"title\">\n <span *ngIf=\"label\"\n (click)=\"$event.stopPropagation()\"\n [ngClass]=\"{'sr-only': hiddenLabel}\"\n [innerHTML]=\"getLabel()\">\n </span>\n </label>\n <span *ngIf=\"showPopover()\"\n [style.padding-left.px]=\"5\">\n <inail-popover [iconClass]=\"popoverButtonIcon\"\n [buttonTitle]=\"popoverButtonTitle\"\n [header]=\"popoverHeader\"\n [content]=\"popoverContent\">\n </inail-popover>\n </span>\n </div>\n <span *ngIf=\"showError()\"\n [id]=\"errorId\"\n class=\"msg msg-errore\"\n aria-hidden=\"false\">\n <span class=\"sr-only\" [innerHTML]=\"getLabel()\"></span>\n <strong [innerHTML]=\"'ERRORE: '+error\"></strong>\n </span>\n <div *ngIf=\"showDescription()\"\n [id]=\"descriptionId\">\n <span class=\"sr-only\" [innerHTML]=\"getLabel()\"></span>\n <span [innerHTML]=\"description\"></span>\n </div>\n</div>\n", styles: [""], dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.CheckboxControlValueAccessor, selector: "input[type=checkbox][formControlName],input[type=checkbox][formControl],input[type=checkbox][ngModel]" }, { kind: "directive", type: i2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i2.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "component", type: i3.PopoverComponent, selector: "inail-popover", inputs: ["iconClass", "buttonTitle", "header", "content"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
108
108
  }
109
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CheckboxComponent, decorators: [{
109
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: CheckboxComponent, decorators: [{
110
110
  type: Component,
111
111
  args: [{ selector: 'inail-checkbox', changeDetection: CHANGE_DETECTION_STRATEGY, encapsulation: ViewEncapsulation.None, providers: [
112
112
  {
@@ -98,10 +98,10 @@ export class FormElementComponent extends ResponsiveElementComponent {
98
98
  this.onTouched();
99
99
  }
100
100
  }
101
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: FormElementComponent, deps: [{ token: i0.ChangeDetectorRef }, { token: NG_INAIL_COMMON_CONFIG }], target: i0.ɵɵFactoryTarget.Component }); }
102
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: FormElementComponent, selector: "inail-form-element", inputs: { label: "label", title: "title", name: "name", labelTitle: "labelTitle", labelClass: "labelClass", inputClass: "inputClass", required: "required", requiredSimbol: "requiredSimbol", requiredSimbolPosition: "requiredSimbolPosition", disabled: "disabled", readonly: "readonly", hasError: "hasError", hiddenLabel: "hiddenLabel", error: "error", description: "description", focus: "focus", popover: "popover", popoverButtonIcon: "popoverButtonIcon", popoverButtonTitle: "popoverButtonTitle", popoverHeader: "popoverHeader", popoverContent: "popoverContent", cleanErrorOnChange: "cleanErrorOnChange" }, outputs: { hasErrorChange: "hasErrorChange", errorChange: "errorChange", enterUp: "enterUp" }, usesInheritance: true, usesOnChanges: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
101
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: FormElementComponent, deps: [{ token: i0.ChangeDetectorRef }, { token: NG_INAIL_COMMON_CONFIG }], target: i0.ɵɵFactoryTarget.Component }); }
102
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: FormElementComponent, selector: "inail-form-element", inputs: { label: "label", title: "title", name: "name", labelTitle: "labelTitle", labelClass: "labelClass", inputClass: "inputClass", required: "required", requiredSimbol: "requiredSimbol", requiredSimbolPosition: "requiredSimbolPosition", disabled: "disabled", readonly: "readonly", hasError: "hasError", hiddenLabel: "hiddenLabel", error: "error", description: "description", focus: "focus", popover: "popover", popoverButtonIcon: "popoverButtonIcon", popoverButtonTitle: "popoverButtonTitle", popoverHeader: "popoverHeader", popoverContent: "popoverContent", cleanErrorOnChange: "cleanErrorOnChange" }, outputs: { hasErrorChange: "hasErrorChange", errorChange: "errorChange", enterUp: "enterUp" }, usesInheritance: true, usesOnChanges: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
103
103
  }
104
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: FormElementComponent, decorators: [{
104
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: FormElementComponent, decorators: [{
105
105
  type: Component,
106
106
  args: [{ selector: 'inail-form-element', template: '', changeDetection: CHANGE_DETECTION_STRATEGY, encapsulation: ViewEncapsulation.None }]
107
107
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: undefined, decorators: [{
@@ -190,8 +190,8 @@ export class InputDateComponent extends FormElementComponent {
190
190
  this.previousDigit = ev.key;
191
191
  }
192
192
  }
193
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: InputDateComponent, deps: [{ token: i0.ChangeDetectorRef }, { token: NG_INAIL_COMMON_CONFIG }], target: i0.ɵɵFactoryTarget.Component }); }
194
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: InputDateComponent, selector: "inail-input-date", inputs: { options: "options", selfValidation: "selfValidation", selfValidationError: "selfValidationError", enabledDates: "enabledDates", disabledDates: "disabledDates", disableFutureDates: "disableFutureDates", disablePastDates: "disablePastDates", disableCurrentDate: "disableCurrentDate", reinit: "reinit", value: "value" }, outputs: { valueChange: "valueChange" }, providers: [
193
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: InputDateComponent, deps: [{ token: i0.ChangeDetectorRef }, { token: NG_INAIL_COMMON_CONFIG }], target: i0.ɵɵFactoryTarget.Component }); }
194
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: InputDateComponent, selector: "inail-input-date", inputs: { options: "options", selfValidation: "selfValidation", selfValidationError: "selfValidationError", enabledDates: "enabledDates", disabledDates: "disabledDates", disableFutureDates: "disableFutureDates", disablePastDates: "disablePastDates", disableCurrentDate: "disableCurrentDate", reinit: "reinit", value: "value" }, outputs: { valueChange: "valueChange" }, providers: [
195
195
  {
196
196
  provide: NG_VALUE_ACCESSOR,
197
197
  useExisting: forwardRef(() => InputDateComponent), // indica che la classe fara' parte del sistema dei validatori dei form
@@ -199,7 +199,7 @@ export class InputDateComponent extends FormElementComponent {
199
199
  }
200
200
  ], viewQueries: [{ propertyName: "formControlElement", first: true, predicate: ["formControl"], descendants: true, static: true }], usesInheritance: true, usesOnChanges: true, ngImport: i0, template: "<div class=\"inail-input-date date datePicker {{getResponsiveClass()}} noPaddingLeft {{class}}\">\n <div class=\"form-group\"\n [ngClass]=\"{'has-error': isThereDataError()}\">\n <div class=\"input-relative\">\n <label *ngIf=\"label\"\n [ngClass]=\"{'sr-only': hiddenLabel}\"\n class=\"control-label {{labelClass}}\"\n title=\"{{labelTitle}}\"\n for=\"{{id}}\">\n <span [innerHTML]=\"getLabel()\"></span>\n <span *ngIf=\"showDataError()\"\n [id]=\"errorId\"\n class=\"msg msg-errore\">\n <strong [innerHTML]=\"'ERRORE: '+getDescError()\"></strong>\n </span>\n </label>\n <span *ngIf=\"showPopover()\"\n [style.padding-left.px]=\"5\">\n <inail-popover [iconClass]=\"popoverButtonIcon\"\n [buttonTitle]=\"popoverButtonTitle\"\n [header]=\"popoverHeader\"\n [content]=\"popoverContent\">\n </inail-popover>\n </span>\n <input id=\"{{id}}\"\n #formControl\n class=\"form-control\"\n [ngClass]=\"inputClass\"\n title=\"Inserire la data in formato giorno/mese/anno\"\n placeholder=\"GG/MM/AAAA\"\n type=\"text\"\n (change)=\"onChangeHandler($event)\"\n (paste)=\"onChangeHandler($event)\"\n (keyup)=\"onChangeHandler($event)\"\n [disabled]=\"this.disabled\"\n [readonly]=\"this.readonly\"\n [attr.aria-required]=\"required === true ? true : undefined\"\n [attr.aria-invalid]=\"isThereDataError() === true ? true : undefined\"\n [attr.aria-describedBy]=\"getAriaDescribedBy()\"\n (keyup.enter)=\"enterUp.emit()\"\n (keydown)=\"onKeyDown($event)\"\n [(ngModel)]=\"this.visibleData\">\n <em class=\"fa fa-calendar\"\n title=\"Calendario\"\n (click)=\"formControl.focus()\">\n </em>\n </div>\n <div *ngIf=\"showDescription()\"\n [id]=\"descriptionId\"\n [ngClass]=\"{'desc-margin-top': showDataError()}\">\n <span class=\"sr-only\" [innerHTML]=\"getLabel()\"></span>\n <span [innerHTML]=\"description\"></span>\n </div>\n\n </div>\n</div>\n", styles: [".inail-input-date .desc-margin-top{margin-top:26px}.inail-input-date.datePicker input[type=text]{color:#000!important}\n"], dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i2.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "component", type: i3.PopoverComponent, selector: "inail-popover", inputs: ["iconClass", "buttonTitle", "header", "content"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
201
201
  }
202
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: InputDateComponent, decorators: [{
202
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: InputDateComponent, decorators: [{
203
203
  type: Component,
204
204
  args: [{ selector: 'inail-input-date', changeDetection: CHANGE_DETECTION_STRATEGY, encapsulation: ViewEncapsulation.None, providers: [
205
205
  {
@@ -82,10 +82,10 @@ export class InputFileComponent extends FormElementComponent {
82
82
  this.detectChanges();
83
83
  }
84
84
  }
85
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: InputFileComponent, deps: [{ token: i0.ChangeDetectorRef }, { token: NG_INAIL_COMMON_CONFIG }], target: i0.ɵɵFactoryTarget.Component }); }
86
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: InputFileComponent, selector: "inail-input-file", inputs: { placeholder: "placeholder", chooseButtonText: "chooseButtonText", addButtonText: "addButtonText", chooseButton: "chooseButton", addButton: "addButton", accept: "accept" }, outputs: { fileChange: "fileChange" }, viewQueries: [{ propertyName: "inputText", first: true, predicate: ["inputText"], descendants: true, static: true }, { propertyName: "inputTypeFile", first: true, predicate: ["inputTypeFile"], descendants: true, static: true }], usesInheritance: true, usesOnChanges: true, ngImport: i0, template: "<div class=\"row form-group {{getResponsiveClass()}} noPaddingLeft {{class}} uploadFileNew widget inail-input-file\"\n [ngClass]=\"{'has-error': isThereError()}\">\n <div class=\"col-xs-12 noPaddingLeft\">\n <span [innerHTML]=\"getLabel()\"\n [ngClass]=\"{'sr-only': hiddenLabel}\">\n </span>\n <span class=\"sr-only\">Seleziona il file da allegare</span>\n <span *ngIf=\"showPopover()\"\n [style.padding-left.px]=\"5\">\n <inail-popover [iconClass]=\"popoverButtonIcon\"\n [buttonTitle]=\"popoverButtonTitle\"\n [header]=\"popoverHeader\"\n [content]=\"popoverContent\">\n </inail-popover>\n </span>\n </div>\n <div class=\"col-xs-4 upload-file-button-container noPaddingLeft\">\n <label [for]=\"inputTextId\"\n class=\"sr-only\"\n [attr.aria-hidden]=\"!isFileSelezionato()\"\n [attr.aria-labelledby]=\"getAriaLabelledBy()\"\n [innerHTML]=\"getLabel()\">\n </label>\n <input #inputText\n [id]=\"inputTextId\"\n class=\"col-xs-12 form-control {{inputClass}}\"\n readonly\n type=\"text\"\n tabindex=\"-1\"\n [ngClass]=\"{'disabled': disabled}\"\n [disabled]=\"disabled\"\n [attr.name]=\"name\"\n [attr.title]=\"title\"\n [attr.placeholder]=\"placeholder\"\n [attr.aria-hidden]=\"!isFileSelezionato()\"\n [attr.aria-required]=\"required === true ? true : undefined\"\n [attr.aria-invalid]=\"isThereError() === true ? true : undefined\"\n [value]=\"fileModel?.name\"\n (click)=\"promptUpload()\">\n <button class=\"innerx\"\n title=\"Rimuovi il file selezionato\"\n type=\"button\"\n [attr.aria-hidden]=\"!isFileSelezionato()\"\n [tabindex]=\"!isRemoveFileButtonDisabled() ? 0 : -1\"\n [disabled]=\"isRemoveFileButtonDisabled()\"\n [style.opacity]=\"isRemoveFileButtonDisabled() ? 0.5 : 1\"\n (click)=\"reset()\">\n <span *ngIf=\"!disabled\" class=\"reset\"></span>\n <span class=\"sr-only\">Rimuovi il file selezionato</span>\n </button>\n <span *ngIf=\"showDescription()\"\n [attr.aria-hidden]=\"isFileSelezionato()\"\n [innerHTML]=\"description\">\n </span>\n <div *ngIf=\"showError()\"\n [id]=\"errorId\">\n <div class=\"msg msg-errore\">\n <strong [innerHTML]=\"'ERRORE: '+this.error\"></strong>\n </div>\n </div>\n </div>\n <div class=\"col-xs-8\">\n <div class=\"fileUpload pull-left noMarginLeft\"\n [hidden]=\"!chooseButton\">\n <label class=\"btn btn-primary noMargin col-xs-12 upload-container\"\n [ngClass]=\"{'disabled': isChooseFileButtonDisabled()}\"\n [for]=\"id\">\n <span aria-hidden=\"false\">Scegli il file</span>\n <input [id]=\"id\"\n #inputTypeFile\n [attr.accept]=\"accept\"\n [disabled]=\"isChooseFileButtonDisabled()\"\n [readonly]=\"readonly\"\n class=\"btn-primary upload\"\n type=\"file\"\n aria-label=\"Scegli il file\"\n [attr.aria-hidden]=\"isFileSelezionato()\"\n (change)=\"changeModel($event)\">\n </label>\n </div>\n\n <div *ngIf=\"addButton\"\n class=\"fileUpload pull-left padding\">\n <div class=\"form-group\">\n <button class=\"btn btn-primary add-file\"\n [ngClass]=\"{'disabled': isAddFileButtonDisabled()}\"\n [disabled]=\"isAddFileButtonDisabled()\"\n [attr.aria-hidden]=\"!isFileSelezionato()\"\n type=\"button\"\n aria-label=\"Aggiungi il file selezionato\"\n (click)=\"addOnClick()\">\n <span [innerHTML]=\"addButtonText\"></span> <span class=\"sr-only\">il file selezionato</span>\n </button>\n </div>\n </div>\n <div class=\"fileSubmit col-xs-4 noMarginLeft\">\n <button class=\"btn btn-primary noMargin btn-inline col-xs-12\">Carica il file</button>\n </div>\n </div>\n</div>\n", styles: [".inail-input-file .btn-fake input{position:absolute;opacity:0!important}.inail-input-file .upload-file-button-container input[type=text].form-control[disabled]{background-color:#eee!important}.inail-input-file.has-error .fileUpload label{color:#fff!important}.inail-input-file.has-error .fileUpload label.disabled{color:#002e5f!important}\n"], dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i2.PopoverComponent, selector: "inail-popover", inputs: ["iconClass", "buttonTitle", "header", "content"] }] }); }
85
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: InputFileComponent, deps: [{ token: i0.ChangeDetectorRef }, { token: NG_INAIL_COMMON_CONFIG }], target: i0.ɵɵFactoryTarget.Component }); }
86
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: InputFileComponent, selector: "inail-input-file", inputs: { placeholder: "placeholder", chooseButtonText: "chooseButtonText", addButtonText: "addButtonText", chooseButton: "chooseButton", addButton: "addButton", accept: "accept" }, outputs: { fileChange: "fileChange" }, viewQueries: [{ propertyName: "inputText", first: true, predicate: ["inputText"], descendants: true, static: true }, { propertyName: "inputTypeFile", first: true, predicate: ["inputTypeFile"], descendants: true, static: true }], usesInheritance: true, usesOnChanges: true, ngImport: i0, template: "<div class=\"row form-group {{getResponsiveClass()}} noPaddingLeft {{class}} uploadFileNew widget inail-input-file\"\n [ngClass]=\"{'has-error': isThereError()}\">\n <div class=\"col-xs-12 noPaddingLeft\">\n <span [innerHTML]=\"getLabel()\"\n [ngClass]=\"{'sr-only': hiddenLabel}\">\n </span>\n <span class=\"sr-only\">Seleziona il file da allegare</span>\n <span *ngIf=\"showPopover()\"\n [style.padding-left.px]=\"5\">\n <inail-popover [iconClass]=\"popoverButtonIcon\"\n [buttonTitle]=\"popoverButtonTitle\"\n [header]=\"popoverHeader\"\n [content]=\"popoverContent\">\n </inail-popover>\n </span>\n </div>\n <div class=\"col-xs-4 upload-file-button-container noPaddingLeft\">\n <label [for]=\"inputTextId\"\n class=\"sr-only\"\n [attr.aria-hidden]=\"!isFileSelezionato()\"\n [attr.aria-labelledby]=\"getAriaLabelledBy()\"\n [innerHTML]=\"getLabel()\">\n </label>\n <input #inputText\n [id]=\"inputTextId\"\n class=\"col-xs-12 form-control {{inputClass}}\"\n readonly\n type=\"text\"\n tabindex=\"-1\"\n [ngClass]=\"{'disabled': disabled}\"\n [disabled]=\"disabled\"\n [attr.name]=\"name\"\n [attr.title]=\"title\"\n [attr.placeholder]=\"placeholder\"\n [attr.aria-hidden]=\"!isFileSelezionato()\"\n [attr.aria-required]=\"required === true ? true : undefined\"\n [attr.aria-invalid]=\"isThereError() === true ? true : undefined\"\n [value]=\"fileModel?.name\"\n (click)=\"promptUpload()\">\n <button class=\"innerx\"\n title=\"Rimuovi il file selezionato\"\n type=\"button\"\n [attr.aria-hidden]=\"!isFileSelezionato()\"\n [tabindex]=\"!isRemoveFileButtonDisabled() ? 0 : -1\"\n [disabled]=\"isRemoveFileButtonDisabled()\"\n [style.opacity]=\"isRemoveFileButtonDisabled() ? 0.5 : 1\"\n (click)=\"reset()\">\n <span *ngIf=\"!disabled\" class=\"reset\"></span>\n <span class=\"sr-only\">Rimuovi il file selezionato</span>\n </button>\n <span *ngIf=\"showDescription()\"\n [attr.aria-hidden]=\"isFileSelezionato()\"\n [innerHTML]=\"description\">\n </span>\n <div *ngIf=\"showError()\"\n [id]=\"errorId\">\n <div class=\"msg msg-errore\">\n <strong [innerHTML]=\"'ERRORE: '+this.error\"></strong>\n </div>\n </div>\n </div>\n <div class=\"col-xs-8\">\n <div class=\"fileUpload pull-left noMarginLeft\"\n [hidden]=\"!chooseButton\">\n <label class=\"btn btn-primary noMargin col-xs-12 upload-container\"\n [ngClass]=\"{'disabled': isChooseFileButtonDisabled()}\"\n [for]=\"id\">\n <span aria-hidden=\"false\">Scegli il file</span>\n <input [id]=\"id\"\n #inputTypeFile\n [attr.accept]=\"accept\"\n [disabled]=\"isChooseFileButtonDisabled()\"\n [readonly]=\"readonly\"\n class=\"btn-primary upload\"\n type=\"file\"\n aria-label=\"Scegli il file\"\n [attr.aria-hidden]=\"isFileSelezionato()\"\n (change)=\"changeModel($event)\">\n </label>\n </div>\n\n <div *ngIf=\"addButton\"\n class=\"fileUpload pull-left padding\">\n <div class=\"form-group\">\n <button class=\"btn btn-primary add-file\"\n [ngClass]=\"{'disabled': isAddFileButtonDisabled()}\"\n [disabled]=\"isAddFileButtonDisabled()\"\n [attr.aria-hidden]=\"!isFileSelezionato()\"\n type=\"button\"\n aria-label=\"Aggiungi il file selezionato\"\n (click)=\"addOnClick()\">\n <span [innerHTML]=\"addButtonText\"></span> <span class=\"sr-only\">il file selezionato</span>\n </button>\n </div>\n </div>\n <div class=\"fileSubmit col-xs-4 noMarginLeft\">\n <button class=\"btn btn-primary noMargin btn-inline col-xs-12\">Carica il file</button>\n </div>\n </div>\n</div>\n", styles: [".inail-input-file .btn-fake input{position:absolute;opacity:0!important}.inail-input-file .upload-file-button-container input[type=text].form-control[disabled]{background-color:#eee!important}.inail-input-file.has-error .fileUpload label{color:#fff!important}.inail-input-file.has-error .fileUpload label.disabled{color:#002e5f!important}\n"], dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i2.PopoverComponent, selector: "inail-popover", inputs: ["iconClass", "buttonTitle", "header", "content"] }] }); }
87
87
  }
88
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: InputFileComponent, decorators: [{
88
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: InputFileComponent, decorators: [{
89
89
  type: Component,
90
90
  args: [{ selector: 'inail-input-file', template: "<div class=\"row form-group {{getResponsiveClass()}} noPaddingLeft {{class}} uploadFileNew widget inail-input-file\"\n [ngClass]=\"{'has-error': isThereError()}\">\n <div class=\"col-xs-12 noPaddingLeft\">\n <span [innerHTML]=\"getLabel()\"\n [ngClass]=\"{'sr-only': hiddenLabel}\">\n </span>\n <span class=\"sr-only\">Seleziona il file da allegare</span>\n <span *ngIf=\"showPopover()\"\n [style.padding-left.px]=\"5\">\n <inail-popover [iconClass]=\"popoverButtonIcon\"\n [buttonTitle]=\"popoverButtonTitle\"\n [header]=\"popoverHeader\"\n [content]=\"popoverContent\">\n </inail-popover>\n </span>\n </div>\n <div class=\"col-xs-4 upload-file-button-container noPaddingLeft\">\n <label [for]=\"inputTextId\"\n class=\"sr-only\"\n [attr.aria-hidden]=\"!isFileSelezionato()\"\n [attr.aria-labelledby]=\"getAriaLabelledBy()\"\n [innerHTML]=\"getLabel()\">\n </label>\n <input #inputText\n [id]=\"inputTextId\"\n class=\"col-xs-12 form-control {{inputClass}}\"\n readonly\n type=\"text\"\n tabindex=\"-1\"\n [ngClass]=\"{'disabled': disabled}\"\n [disabled]=\"disabled\"\n [attr.name]=\"name\"\n [attr.title]=\"title\"\n [attr.placeholder]=\"placeholder\"\n [attr.aria-hidden]=\"!isFileSelezionato()\"\n [attr.aria-required]=\"required === true ? true : undefined\"\n [attr.aria-invalid]=\"isThereError() === true ? true : undefined\"\n [value]=\"fileModel?.name\"\n (click)=\"promptUpload()\">\n <button class=\"innerx\"\n title=\"Rimuovi il file selezionato\"\n type=\"button\"\n [attr.aria-hidden]=\"!isFileSelezionato()\"\n [tabindex]=\"!isRemoveFileButtonDisabled() ? 0 : -1\"\n [disabled]=\"isRemoveFileButtonDisabled()\"\n [style.opacity]=\"isRemoveFileButtonDisabled() ? 0.5 : 1\"\n (click)=\"reset()\">\n <span *ngIf=\"!disabled\" class=\"reset\"></span>\n <span class=\"sr-only\">Rimuovi il file selezionato</span>\n </button>\n <span *ngIf=\"showDescription()\"\n [attr.aria-hidden]=\"isFileSelezionato()\"\n [innerHTML]=\"description\">\n </span>\n <div *ngIf=\"showError()\"\n [id]=\"errorId\">\n <div class=\"msg msg-errore\">\n <strong [innerHTML]=\"'ERRORE: '+this.error\"></strong>\n </div>\n </div>\n </div>\n <div class=\"col-xs-8\">\n <div class=\"fileUpload pull-left noMarginLeft\"\n [hidden]=\"!chooseButton\">\n <label class=\"btn btn-primary noMargin col-xs-12 upload-container\"\n [ngClass]=\"{'disabled': isChooseFileButtonDisabled()}\"\n [for]=\"id\">\n <span aria-hidden=\"false\">Scegli il file</span>\n <input [id]=\"id\"\n #inputTypeFile\n [attr.accept]=\"accept\"\n [disabled]=\"isChooseFileButtonDisabled()\"\n [readonly]=\"readonly\"\n class=\"btn-primary upload\"\n type=\"file\"\n aria-label=\"Scegli il file\"\n [attr.aria-hidden]=\"isFileSelezionato()\"\n (change)=\"changeModel($event)\">\n </label>\n </div>\n\n <div *ngIf=\"addButton\"\n class=\"fileUpload pull-left padding\">\n <div class=\"form-group\">\n <button class=\"btn btn-primary add-file\"\n [ngClass]=\"{'disabled': isAddFileButtonDisabled()}\"\n [disabled]=\"isAddFileButtonDisabled()\"\n [attr.aria-hidden]=\"!isFileSelezionato()\"\n type=\"button\"\n aria-label=\"Aggiungi il file selezionato\"\n (click)=\"addOnClick()\">\n <span [innerHTML]=\"addButtonText\"></span> <span class=\"sr-only\">il file selezionato</span>\n </button>\n </div>\n </div>\n <div class=\"fileSubmit col-xs-4 noMarginLeft\">\n <button class=\"btn btn-primary noMargin btn-inline col-xs-12\">Carica il file</button>\n </div>\n </div>\n</div>\n", styles: [".inail-input-file .btn-fake input{position:absolute;opacity:0!important}.inail-input-file .upload-file-button-container input[type=text].form-control[disabled]{background-color:#eee!important}.inail-input-file.has-error .fileUpload label{color:#fff!important}.inail-input-file.has-error .fileUpload label.disabled{color:#002e5f!important}\n"] }]
91
91
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: undefined, decorators: [{
@@ -214,8 +214,8 @@ export class InputMoneyComponent extends FormElementComponent {
214
214
  ngOnDestroy() {
215
215
  super.ngOnDestroy();
216
216
  }
217
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: InputMoneyComponent, deps: [{ token: i0.ChangeDetectorRef }, { token: NG_INAIL_COMMON_CONFIG }], target: i0.ɵɵFactoryTarget.Component }); }
218
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: InputMoneyComponent, selector: "inail-input-money", inputs: { max: "max", min: "min", numberOfDecimals: "numberOfDecimals", placeholder: "placeholder", preventPasting: "preventPasting", currency: "currency", selfValidation: "selfValidation", selfValidationError: "selfValidationError", showThousandsSeparator: "showThousandsSeparator", value: "value" }, outputs: { valueChange: "valueChange" }, providers: [
217
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: InputMoneyComponent, deps: [{ token: i0.ChangeDetectorRef }, { token: NG_INAIL_COMMON_CONFIG }], target: i0.ɵɵFactoryTarget.Component }); }
218
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: InputMoneyComponent, selector: "inail-input-money", inputs: { max: "max", min: "min", numberOfDecimals: "numberOfDecimals", placeholder: "placeholder", preventPasting: "preventPasting", currency: "currency", selfValidation: "selfValidation", selfValidationError: "selfValidationError", showThousandsSeparator: "showThousandsSeparator", value: "value" }, outputs: { valueChange: "valueChange" }, providers: [
219
219
  {
220
220
  provide: NG_VALUE_ACCESSOR,
221
221
  useExisting: forwardRef(() => InputMoneyComponent), // indica che la classe fara' parte del sistema dei validatori dei form
@@ -223,7 +223,7 @@ export class InputMoneyComponent extends FormElementComponent {
223
223
  }
224
224
  ], viewQueries: [{ propertyName: "formControlElement", first: true, predicate: ["formControl"], descendants: true, static: true }], usesInheritance: true, usesOnChanges: true, ngImport: i0, template: "<div class=\"form-group {{getResponsiveClass()}} noPaddingLeft {{class}} inail-input-money\"\n [ngClass]=\"{'has-error': isThereError()}\">\n <label *ngIf=\"label\"\n class=\"control-label {{labelClass}}\"\n [ngClass]=\"{'sr-only': hiddenLabel}\"\n [attr.title]=\"labelTitle\"\n [for]=\"id\">\n <span [innerHTML]=\"getLabel()\"></span>\n <span *ngIf=\"showError()\"\n [id]=\"errorId\"\n class=\"msg msg-errore\">\n <strong [innerHTML]=\"'ERRORE: '+error\"></strong>\n </span>\n </label>\n <span *ngIf=\"showPopover()\"\n [style.padding-left.px]=\"5\">\n <inail-popover [iconClass]=\"popoverButtonIcon\"\n [buttonTitle]=\"popoverButtonTitle\"\n [header]=\"popoverHeader\"\n [content]=\"popoverContent\">\n </inail-popover>\n </span>\n <div class=\"form-control-wrapper\"\n [ngClass]=\"{'no-label' : hiddenLabel || !label}\">\n <input #formControl\n [id]=\"id\"\n class=\"form-control {{inputClass}}\"\n type=\"text\"\n [ngClass]=\"{'disabled': disabled}\"\n [attr.name]=\"name\"\n [attr.title]=\"title\"\n [disabled]=\"disabled\"\n [readonly]=\"readonly\"\n [attr.placeholder]=\"placeholder\"\n [attr.aria-required]=\"required === true ? true : undefined\"\n [attr.aria-invalid]=\"isThereError() === true ? true : undefined\"\n [attr.aria-describedBy]=\"getAriaDescribedBy()\"\n (blur)=\"onBlur()\"\n (focusin)=\"onFocusIn()\"\n (focusout)=\"onFocusOut()\"\n (keydown)=\"onKeyDown($event)\"\n (paste)=\"onPaste($event)\"\n (keyup.enter)=\"enterUp.emit()\"\n [(ngModel)]=\"inputTextValue\">\n </div>\n <div *ngIf=\"showDescription()\"\n [id]=\"descriptionId\"\n [ngClass]=\"{'desc-margin-top': showError()}\">\n <span class=\"sr-only\" [innerHTML]=\"getLabel()\"></span>\n <span [innerHTML]=\"description\"></span>\n </div>\n <debug-pre *ngIf=\"showState\">\n <state-propertie [label]=\"'id'\" [propertie]=\"id\"></state-propertie>\n <state-propertie [label]=\"'label'\" [propertie]=\"label\"></state-propertie>\n <state-propertie [label]=\"'inputValue'\" [propertie]=\"inputValue\"></state-propertie>\n <state-propertie [label]=\"'placeholder'\" [propertie]=\"placeholder\"></state-propertie>\n <inail-form-element-state-properties [formElement]=\"this\"></inail-form-element-state-properties>\n </debug-pre>\n</div>\n\n", styles: [".inail-input-money .desc-margin-top{margin-top:26px}\n"], dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i2.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "component", type: i3.PreComponent, selector: "debug-pre" }, { kind: "component", type: i4.StatePropertieComponent, selector: "state-propertie", inputs: ["label", "propertie", "hideIfNull"] }, { kind: "component", type: i5.FormElementStatePropertieComponent, selector: "inail-form-element-state-properties", inputs: ["formElement"] }, { kind: "component", type: i6.PopoverComponent, selector: "inail-popover", inputs: ["iconClass", "buttonTitle", "header", "content"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
225
225
  }
226
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: InputMoneyComponent, decorators: [{
226
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: InputMoneyComponent, decorators: [{
227
227
  type: Component,
228
228
  args: [{ selector: 'inail-input-money', changeDetection: CHANGE_DETECTION_STRATEGY, encapsulation: ViewEncapsulation.None, providers: [
229
229
  {
@@ -160,8 +160,8 @@ export class InputNumberComponent extends FormElementComponent {
160
160
  this.previousDigit = ev.key;
161
161
  }
162
162
  }
163
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: InputNumberComponent, deps: [{ token: i0.ChangeDetectorRef }, { token: NG_INAIL_COMMON_CONFIG }], target: i0.ɵɵFactoryTarget.Component }); }
164
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: InputNumberComponent, selector: "inail-input-number", inputs: { max: "max", min: "min", step: "step", numberOfDecimals: "numberOfDecimals", hideArrows: "hideArrows", value: "value" }, outputs: { valueChange: "valueChange" }, providers: [
163
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: InputNumberComponent, deps: [{ token: i0.ChangeDetectorRef }, { token: NG_INAIL_COMMON_CONFIG }], target: i0.ɵɵFactoryTarget.Component }); }
164
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: InputNumberComponent, selector: "inail-input-number", inputs: { max: "max", min: "min", step: "step", numberOfDecimals: "numberOfDecimals", hideArrows: "hideArrows", value: "value" }, outputs: { valueChange: "valueChange" }, providers: [
165
165
  {
166
166
  provide: NG_VALUE_ACCESSOR,
167
167
  useExisting: forwardRef(() => InputNumberComponent), // indica che la classe fara' parte del sistema dei validatori dei form
@@ -169,7 +169,7 @@ export class InputNumberComponent extends FormElementComponent {
169
169
  }
170
170
  ], viewQueries: [{ propertyName: "formControlElement", first: true, predicate: ["formControl"], descendants: true, static: true }], usesInheritance: true, usesOnChanges: true, ngImport: i0, template: "<div class=\"form-group {{getResponsiveClass()}} noPaddingLeft {{class}} inail-input-number\"\n [ngClass]=\"{'has-error': isThereError(), 'no-arrows': hideArrows}\">\n <label *ngIf=\"label\"\n class=\"control-label {{labelClass}}\"\n [ngClass]=\"{'sr-only': hiddenLabel}\"\n [attr.title]=\"labelTitle\"\n [for]=\"id\">\n <span [innerHTML]=\"getLabel()\"></span>\n <span *ngIf=\"showError()\"\n [id]=\"errorId\"\n class=\"msg msg-errore\">\n <strong [innerHTML]=\"'ERRORE: '+error\"></strong>\n </span>\n </label>\n <span *ngIf=\"showPopover()\"\n [style.padding-left.px]=\"5\">\n <inail-popover [iconClass]=\"popoverButtonIcon\"\n [buttonTitle]=\"popoverButtonTitle\"\n [header]=\"popoverHeader\"\n [content]=\"popoverContent\">\n </inail-popover>\n </span>\n <input #formControl\n type=\"number\"\n [id]=\"id\"\n class=\"form-control {{inputClass}}\"\n [ngClass]=\"{'disabled': disabled}\"\n [disabled]=\"disabled\"\n [readonly]=\"readonly\"\n [attr.name]=\"name\"\n [attr.title]=\"title\"\n [attr.max]=\"max\"\n [attr.min]=\"min\"\n [attr.step]=\"step\"\n [attr.aria-required]=\"required === true ? true : undefined\"\n [attr.aria-invalid]=\"isThereError() === true ? true : undefined\"\n [attr.aria-describedBy]=\"getAriaDescribedBy()\"\n (keyup)=\"onKeyUp()\"\n (blur)=\"onBlur()\"\n (keydown)=\"onKeyDown($event)\"\n (keyup.enter)=\"enterUp.emit()\"\n [value]=\"inputValue\"\n [(ngModel)]='value'>\n <div *ngIf=\"showDescription()\"\n [id]=\"descriptionId\"\n [ngClass]=\"{'desc-margin-top': showError()}\">\n <span class=\"sr-only\" [innerHTML]=\"getLabel()\"></span>\n <span [innerHTML]=\"description\"></span>\n </div>\n</div>\n", styles: [".inail-input-number.no-arrows input::-webkit-outer-spin-button,.inail-input-number.no-arrows input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.inail-input-number.no-arrows input[type=number]{-moz-appearance:textfield}.inail-input-number .desc-margin-top{margin-top:26px}\n"], dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i2.NumberValueAccessor, selector: "input[type=number][formControlName],input[type=number][formControl],input[type=number][ngModel]" }, { kind: "directive", type: i2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i2.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "component", type: i3.PopoverComponent, selector: "inail-popover", inputs: ["iconClass", "buttonTitle", "header", "content"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
171
171
  }
172
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: InputNumberComponent, decorators: [{
172
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: InputNumberComponent, decorators: [{
173
173
  type: Component,
174
174
  args: [{ selector: 'inail-input-number', changeDetection: CHANGE_DETECTION_STRATEGY, encapsulation: ViewEncapsulation.None, providers: [
175
175
  {
@@ -89,8 +89,8 @@ export class InputTextComponent extends FormElementComponent {
89
89
  ngOnDestroy() {
90
90
  super.ngOnDestroy();
91
91
  }
92
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: InputTextComponent, deps: [{ token: i0.ChangeDetectorRef }, { token: i1.DatePipe }, { token: NG_INAIL_COMMON_CONFIG }], target: i0.ɵɵFactoryTarget.Component }); }
93
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: InputTextComponent, selector: "inail-input-text", inputs: { placeholder: "placeholder", maxlength: "maxlength", isDate: "isDate", onlyDigits: "onlyDigits", preventPasting: "preventPasting", value: "value" }, outputs: { valueChange: "valueChange" }, providers: [
92
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: InputTextComponent, deps: [{ token: i0.ChangeDetectorRef }, { token: i1.DatePipe }, { token: NG_INAIL_COMMON_CONFIG }], target: i0.ɵɵFactoryTarget.Component }); }
93
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: InputTextComponent, selector: "inail-input-text", inputs: { placeholder: "placeholder", maxlength: "maxlength", isDate: "isDate", onlyDigits: "onlyDigits", preventPasting: "preventPasting", value: "value" }, outputs: { valueChange: "valueChange" }, providers: [
94
94
  {
95
95
  provide: NG_VALUE_ACCESSOR,
96
96
  useExisting: forwardRef(() => InputTextComponent), // indica che la classe fara' parte del sistema dei validatori dei form
@@ -98,7 +98,7 @@ export class InputTextComponent extends FormElementComponent {
98
98
  }
99
99
  ], viewQueries: [{ propertyName: "formControlElement", first: true, predicate: ["formControl"], descendants: true, static: true }], usesInheritance: true, usesOnChanges: true, ngImport: i0, template: "<div class=\"form-group {{getResponsiveClass()}} noPaddingLeft {{class}} inail-input-text\"\n [ngClass]=\"{'has-error': isThereError()}\">\n <label *ngIf=\"label\"\n class=\"control-label {{labelClass}}\"\n [ngClass]=\"{'sr-only': hiddenLabel}\"\n [attr.title]=\"labelTitle\"\n [for]=\"id\">\n <span [innerHTML]=\"getLabel()\"></span>\n <span *ngIf=\"showError()\"\n [id]=\"errorId\"\n class=\"msg msg-errore\">\n <strong [innerHTML]=\"'ERRORE: '+error\"></strong>\n </span>\n </label>\n <span *ngIf=\"showPopover()\"\n [style.padding-left.px]=\"5\">\n <inail-popover [iconClass]=\"popoverButtonIcon\"\n [buttonTitle]=\"popoverButtonTitle\"\n [header]=\"popoverHeader\"\n [content]=\"popoverContent\">\n </inail-popover>\n </span>\n <input #formControl\n type=\"text\"\n [id]=\"id\"\n class=\"form-control {{inputClass}}\"\n [ngClass]=\"{'disabled': disabled}\"\n [attr.name]=\"name\"\n [attr.title]=\"title\"\n [attr.maxlength]=\"maxlength\"\n [disabled]=\"disabled\"\n [readonly]=\"readonly\"\n [attr.placeholder]=\"placeholder\"\n [attr.aria-required]=\"required === true ? true : undefined\"\n [attr.aria-invalid]=\"isThereError() === true ? true : undefined\"\n [attr.aria-describedBy]=\"getAriaDescribedBy()\"\n (blur)=\"onBlur()\"\n (paste)=\"onPaste($event)\"\n (keyup.enter)=\"enterUp.emit()\"\n (keydown)=\"onKeyDown($event)\"\n [(ngModel)]=\"value\">\n <div *ngIf=\"showDescription()\"\n [id]=\"descriptionId\"\n [ngClass]=\"{'desc-margin-top': showError()}\">\n <span class=\"sr-only\" [innerHTML]=\"getLabel()\"></span>\n <span [innerHTML]=\"description\"></span>\n </div>\n <debug-pre *ngIf=\"showState\">\n <state-propertie [label]=\"'id'\" [propertie]=\"id\"></state-propertie>\n <state-propertie [label]=\"'label'\" [propertie]=\"label\"></state-propertie>\n <state-propertie [label]=\"'inputValue'\" [propertie]=\"inputValue\"></state-propertie>\n <state-propertie [label]=\"'maxlength'\" [propertie]=\"maxlength\" [hideIfNull]=\"false\"></state-propertie>\n <state-propertie [label]=\"'isDate'\" [propertie]=\"isDate\" [hideIfNull]=\"false\"></state-propertie>\n <state-propertie [label]=\"'placeholder'\" [propertie]=\"placeholder\" [hideIfNull]=\"false\"></state-propertie>\n <inail-form-element-state-properties [formElement]=\"this\"></inail-form-element-state-properties>\n </debug-pre>\n</div>\n", styles: [".inail-input-text .desc-margin-top{margin-top:26px}\n"], dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i2.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "component", type: i3.PreComponent, selector: "debug-pre" }, { kind: "component", type: i4.StatePropertieComponent, selector: "state-propertie", inputs: ["label", "propertie", "hideIfNull"] }, { kind: "component", type: i5.FormElementStatePropertieComponent, selector: "inail-form-element-state-properties", inputs: ["formElement"] }, { kind: "component", type: i6.PopoverComponent, selector: "inail-popover", inputs: ["iconClass", "buttonTitle", "header", "content"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
100
100
  }
101
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: InputTextComponent, decorators: [{
101
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: InputTextComponent, decorators: [{
102
102
  type: Component,
103
103
  args: [{ selector: 'inail-input-text', changeDetection: CHANGE_DETECTION_STRATEGY, encapsulation: ViewEncapsulation.None, providers: [
104
104
  {
@@ -165,8 +165,8 @@ export class InputTimeComponent extends FormElementComponent {
165
165
  ngOnDestroy() {
166
166
  super.ngOnDestroy();
167
167
  }
168
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: InputTimeComponent, deps: [{ token: i0.ChangeDetectorRef }, { token: NG_INAIL_COMMON_CONFIG }], target: i0.ɵɵFactoryTarget.Component }); }
169
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: InputTimeComponent, selector: "inail-input-time", inputs: { nativeInputTypeTime: "nativeInputTypeTime", withSeconds: "withSeconds", selfValidation: "selfValidation", selfValidationError: "selfValidationError", step: "step", placeholder: "placeholder", preventPasting: "preventPasting", value: "value" }, outputs: { valueChange: "valueChange" }, providers: [
168
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: InputTimeComponent, deps: [{ token: i0.ChangeDetectorRef }, { token: NG_INAIL_COMMON_CONFIG }], target: i0.ɵɵFactoryTarget.Component }); }
169
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: InputTimeComponent, selector: "inail-input-time", inputs: { nativeInputTypeTime: "nativeInputTypeTime", withSeconds: "withSeconds", selfValidation: "selfValidation", selfValidationError: "selfValidationError", step: "step", placeholder: "placeholder", preventPasting: "preventPasting", value: "value" }, outputs: { valueChange: "valueChange" }, providers: [
170
170
  {
171
171
  provide: NG_VALUE_ACCESSOR,
172
172
  useExisting: forwardRef(() => InputTimeComponent), // indica che la classe fara' parte del sistema dei validatori dei form
@@ -174,7 +174,7 @@ export class InputTimeComponent extends FormElementComponent {
174
174
  }
175
175
  ], viewQueries: [{ propertyName: "formControlElement", first: true, predicate: ["formControl"], descendants: true, static: true }], usesInheritance: true, usesOnChanges: true, ngImport: i0, template: "<div class=\"form-group {{getResponsiveClass()}} noPaddingLeft {{class}} inail-input-time\"\n [ngClass]=\"{'has-error': isThereError()}\">\n <label *ngIf=\"label\"\n class=\"control-label {{labelClass}}\"\n [ngClass]=\"{'sr-only': hiddenLabel}\"\n [attr.title]=\"labelTitle\"\n [for]=\"id\">\n <span [innerHTML]=\"getLabel()\"></span>\n <span *ngIf=\"showError()\"\n [id]=\"errorId\"\n class=\"msg msg-errore\">\n <strong [innerHTML]=\"'ERRORE: '+error\"></strong>\n </span>\n </label>\n <span *ngIf=\"showPopover()\"\n [style.padding-left.px]=\"5\">\n <inail-popover [iconClass]=\"popoverButtonIcon\"\n [buttonTitle]=\"popoverButtonTitle\"\n [header]=\"popoverHeader\"\n [content]=\"popoverContent\">\n </inail-popover>\n </span>\n <div class=\"form-control-wrapper\"\n [ngClass]=\"{'no-label' : hiddenLabel || !label}\">\n <input #formControl\n [id]=\"id\"\n [attr.type]=\"getType()\"\n [attr.step]=\"getStep()\"\n class=\"form-control {{inputClass}}\"\n [ngClass]=\"{'disabled': disabled}\"\n [attr.name]=\"name\"\n [attr.title]=\"title\"\n [attr.maxlength]=\"getMaxLength()\"\n [disabled]=\"disabled\"\n [readonly]=\"readonly\"\n [attr.placeholder]=\"placeholderVisualizzato\"\n [attr.aria-required]=\"required === true ? true : undefined\"\n [attr.aria-invalid]=\"isThereError() === true ? true : undefined\"\n [attr.aria-describedBy]=\"getAriaDescribedBy()\"\n (blur)=\"onBlur()\"\n (focusout)=\"onFocusOut()\"\n (keydown)=\"onKeyDown($event)\"\n (paste)=\"onPaste($event)\"\n (keyup.enter)=\"enterUp.emit()\"\n [(ngModel)]=\"value\">\n </div>\n <div *ngIf=\"showDescription()\"\n [id]=\"descriptionId\"\n [ngClass]=\"{'desc-margin-top': showError()}\">\n <span class=\"sr-only\" [innerHTML]=\"getLabel()\"></span>\n <span [innerHTML]=\"description\"></span>\n </div>\n <debug-pre *ngIf=\"showState\">\n <state-propertie [label]=\"'id'\" [propertie]=\"id\"></state-propertie>\n <state-propertie [label]=\"'label'\" [propertie]=\"label\"></state-propertie>\n <state-propertie [label]=\"'inputValue'\" [propertie]=\"inputValue\"></state-propertie>\n <state-propertie [label]=\"'placeholder'\" [propertie]=\"placeholder\"></state-propertie>\n <state-propertie [label]=\"'defaultPlaceholder'\" [propertie]=\"defaultPlaceholder\"></state-propertie>\n <inail-form-element-state-properties [formElement]=\"this\"></inail-form-element-state-properties>\n </debug-pre>\n</div>\n", styles: [".inail-input-time .form-control-wrapper:after{font-family:FontAwesome;content:\"\\f017\";right:30px;position:absolute;top:30px;font-size:17px}.inail-input-time input[type=time]{padding-right:33px}.inail-input-time .form-control-wrapper.no-label:after{top:11px}.inail-input-time .desc-margin-top{margin-top:26px}\n"], dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i2.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "component", type: i3.PreComponent, selector: "debug-pre" }, { kind: "component", type: i4.StatePropertieComponent, selector: "state-propertie", inputs: ["label", "propertie", "hideIfNull"] }, { kind: "component", type: i5.FormElementStatePropertieComponent, selector: "inail-form-element-state-properties", inputs: ["formElement"] }, { kind: "component", type: i6.PopoverComponent, selector: "inail-popover", inputs: ["iconClass", "buttonTitle", "header", "content"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
176
176
  }
177
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: InputTimeComponent, decorators: [{
177
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: InputTimeComponent, decorators: [{
178
178
  type: Component,
179
179
  args: [{ selector: 'inail-input-time', changeDetection: CHANGE_DETECTION_STRATEGY, encapsulation: ViewEncapsulation.None, providers: [
180
180
  {
@@ -107,10 +107,10 @@ export class MultiSelectComponent extends FormElementComponent {
107
107
  this.cdr.detectChanges();
108
108
  }
109
109
  }
110
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MultiSelectComponent, deps: [{ token: i0.ChangeDetectorRef }, { token: NG_INAIL_COMMON_CONFIG }], target: i0.ɵɵFactoryTarget.Component }); }
111
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: MultiSelectComponent, selector: "inail-multi-select", inputs: { options: "options", values: "values", placeholder: "placeholder", sort: "sort" }, outputs: { valuesChange: "valuesChange" }, viewQueries: [{ propertyName: "multiSelect", first: true, predicate: ["multiSelect"], descendants: true, static: true }, { propertyName: "formControlElement", first: true, predicate: ["formControl"], descendants: true, static: true }, { propertyName: "dropdownMenu", first: true, predicate: ["dropdownMenu"], descendants: true, static: true }], usesInheritance: true, usesOnChanges: true, ngImport: i0, template: "<div #multiSelect\n class=\"form-group {{getResponsiveClass()}} noPaddingLeft {{class}} inail-multi-select\"\n [ngClass]=\"{'has-error': isThereError()}\">\n <label *ngIf=\"label\"\n class=\"control-label {{labelClass}}\"\n [ngClass]=\"{'sr-only': hiddenLabel}\"\n [attr.title]=\"labelTitle\"\n [for]=\"id\">\n <span [innerHTML]=\"getLabel()\"></span>\n <span *ngIf=\"showError()\"\n [id]=\"errorId\"\n class=\"msg msg-errore\">\n <strong [innerHTML]=\"'ERRORE: '+error\"></strong>\n </span>\n </label>\n <span *ngIf=\"showPopover()\"\n [style.padding-left.px]=\"5\">\n <inail-popover [iconClass]=\"popoverButtonIcon\"\n [buttonTitle]=\"popoverButtonTitle\"\n [header]=\"popoverHeader\"\n [content]=\"popoverContent\">\n </inail-popover>\n </span>\n <div class=\"form-control-wrapper\"\n [ngClass]=\"{'no-label' : hiddenLabel || !label}\">\n <input #formControl\n type=\"text\"\n [id]=\"id\"\n class=\"form-control dropdown-toggle {{inputClass}}\"\n data-toggle=\"dropdown\"\n aria-haspopup=\"true\"\n aria-expanded=\"false\"\n [ngClass]=\"{'disabled': disabled}\"\n [attr.name]=\"name\"\n [attr.title]=\"title\"\n [disabled]=\"disabled\"\n [readonly]=\"true\"\n [attr.placeholder]=\"placeholder\"\n [attr.aria-required]=\"required === true ? true : undefined\"\n [attr.aria-invalid]=\"isThereError() === true ? true : undefined\"\n [attr.aria-describedBy]=\"getAriaDescribedBy()\"\n (blur)=\"onBlur()\"\n (focusin)=\"onFocusIn()\"\n (focusout)=\"onFocusOut()\"\n (keypress)=\"onKeypress($event)\"\n (keyup.enter)=\"enterUp.emit()\"\n [ngModel]=\"inputTextValue\">\n <div #dropdownMenu\n class=\"dropdown-menu\"\n (focusout)=\"onFocusOut()\"\n [attr.aria-labelledby]=\"id\">\n <ng-container *ngFor=\"let opt of options\">\n <div *ngIf=\"opt.beforeDivider\" class=\"divider\"></div>\n <div class=\"row\" [attr.tabIndex]=\"opt.disabled ? 0 : undefined\">\n <inail-checkbox [label]=\"opt.label\"\n [value]=\"opt.value\"\n [title]=\"opt.title\"\n [checked]=\"isChecked(opt.value)\"\n [disabled]=\"opt.disabled\"\n (stateChange)=\"onCheck($event)\">\n </inail-checkbox>\n </div>\n <div *ngIf=\"opt.afterDivider\" class=\"divider\"></div>\n </ng-container>\n </div>\n <div *ngIf=\"showDescription()\"\n [id]=\"descriptionId\"\n [ngClass]=\"{'desc-margin-top': showError()}\">\n <span class=\"sr-only\" [innerHTML]=\"getLabel()\"></span>\n <span [innerHTML]=\"description\"></span>\n </div>\n </div>\n</div>\n", styles: [".inail-multi-select .desc-margin-top{margin-top:26px}.inail-multi-select .form-control-wrapper:after{font-family:FontAwesome;content:\"\\f078\";right:31px;position:absolute;top:35px;font-size:10px;color:#0083f5}.inail-multi-select .form-control-wrapper.no-label:after{top:11px}.inail-multi-select .form-control[readonly]:not([disabled]){background-color:#fff}.inail-multi-select .form-control:not([disabled]){cursor:pointer}.inail-multi-select .dropdown-menu .form-group{margin:0!important;padding-left:20px!important}.inail-multi-select .dropdown-menu .form-group:hover{background-color:#eaedf2}.inail-multi-select .dropdown-menu .form-group .checkbox{margin:0!important}.inail-multi-select .dropdown-menu .form-group .checkbox label{margin-top:5px!important;margin-bottom:5px!important;display:block!important;color:#000!important;font-weight:400!important}\n"], dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i2.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "component", type: i3.PopoverComponent, selector: "inail-popover", inputs: ["iconClass", "buttonTitle", "header", "content"] }, { kind: "component", type: i4.CheckboxComponent, selector: "inail-checkbox", inputs: ["value", "checked"], outputs: ["checkedChange", "checkboxClick", "click", "stateChange"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
110
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MultiSelectComponent, deps: [{ token: i0.ChangeDetectorRef }, { token: NG_INAIL_COMMON_CONFIG }], target: i0.ɵɵFactoryTarget.Component }); }
111
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: MultiSelectComponent, selector: "inail-multi-select", inputs: { options: "options", values: "values", placeholder: "placeholder", sort: "sort" }, outputs: { valuesChange: "valuesChange" }, viewQueries: [{ propertyName: "multiSelect", first: true, predicate: ["multiSelect"], descendants: true, static: true }, { propertyName: "formControlElement", first: true, predicate: ["formControl"], descendants: true, static: true }, { propertyName: "dropdownMenu", first: true, predicate: ["dropdownMenu"], descendants: true, static: true }], usesInheritance: true, usesOnChanges: true, ngImport: i0, template: "<div #multiSelect\n class=\"form-group {{getResponsiveClass()}} noPaddingLeft {{class}} inail-multi-select\"\n [ngClass]=\"{'has-error': isThereError()}\">\n <label *ngIf=\"label\"\n class=\"control-label {{labelClass}}\"\n [ngClass]=\"{'sr-only': hiddenLabel}\"\n [attr.title]=\"labelTitle\"\n [for]=\"id\">\n <span [innerHTML]=\"getLabel()\"></span>\n <span *ngIf=\"showError()\"\n [id]=\"errorId\"\n class=\"msg msg-errore\">\n <strong [innerHTML]=\"'ERRORE: '+error\"></strong>\n </span>\n </label>\n <span *ngIf=\"showPopover()\"\n [style.padding-left.px]=\"5\">\n <inail-popover [iconClass]=\"popoverButtonIcon\"\n [buttonTitle]=\"popoverButtonTitle\"\n [header]=\"popoverHeader\"\n [content]=\"popoverContent\">\n </inail-popover>\n </span>\n <div class=\"form-control-wrapper\"\n [ngClass]=\"{'no-label' : hiddenLabel || !label}\">\n <input #formControl\n type=\"text\"\n [id]=\"id\"\n class=\"form-control dropdown-toggle {{inputClass}}\"\n data-toggle=\"dropdown\"\n aria-haspopup=\"true\"\n aria-expanded=\"false\"\n [ngClass]=\"{'disabled': disabled}\"\n [attr.name]=\"name\"\n [attr.title]=\"title\"\n [disabled]=\"disabled\"\n [readonly]=\"true\"\n [attr.placeholder]=\"placeholder\"\n [attr.aria-required]=\"required === true ? true : undefined\"\n [attr.aria-invalid]=\"isThereError() === true ? true : undefined\"\n [attr.aria-describedBy]=\"getAriaDescribedBy()\"\n (blur)=\"onBlur()\"\n (focusin)=\"onFocusIn()\"\n (focusout)=\"onFocusOut()\"\n (keypress)=\"onKeypress($event)\"\n (keyup.enter)=\"enterUp.emit()\"\n [ngModel]=\"inputTextValue\">\n <div #dropdownMenu\n class=\"dropdown-menu\"\n (focusout)=\"onFocusOut()\"\n [attr.aria-labelledby]=\"id\">\n <ng-container *ngFor=\"let opt of options\">\n <div *ngIf=\"opt.beforeDivider\" class=\"divider\"></div>\n <div class=\"row\" [attr.tabIndex]=\"opt.disabled ? 0 : undefined\">\n <inail-checkbox [label]=\"opt.label\"\n [value]=\"opt.value\"\n [title]=\"opt.title\"\n [checked]=\"isChecked(opt.value)\"\n [disabled]=\"opt.disabled\"\n (stateChange)=\"onCheck($event)\">\n </inail-checkbox>\n </div>\n <div *ngIf=\"opt.afterDivider\" class=\"divider\"></div>\n </ng-container>\n </div>\n <div *ngIf=\"showDescription()\"\n [id]=\"descriptionId\"\n [ngClass]=\"{'desc-margin-top': showError()}\">\n <span class=\"sr-only\" [innerHTML]=\"getLabel()\"></span>\n <span [innerHTML]=\"description\"></span>\n </div>\n </div>\n</div>\n", styles: [".inail-multi-select .desc-margin-top{margin-top:26px}.inail-multi-select .form-control-wrapper:after{font-family:FontAwesome;content:\"\\f078\";right:31px;position:absolute;top:35px;font-size:10px;color:#0083f5}.inail-multi-select .form-control-wrapper.no-label:after{top:11px}.inail-multi-select .form-control[readonly]:not([disabled]){background-color:#fff}.inail-multi-select .form-control:not([disabled]){cursor:pointer}.inail-multi-select .dropdown-menu .form-group{margin:0!important;padding-left:20px!important}.inail-multi-select .dropdown-menu .form-group:hover{background-color:#eaedf2}.inail-multi-select .dropdown-menu .form-group .checkbox{margin:0!important}.inail-multi-select .dropdown-menu .form-group .checkbox label{margin-top:5px!important;margin-bottom:5px!important;display:block!important;color:#000!important;font-weight:400!important}\n"], dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i2.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "component", type: i3.PopoverComponent, selector: "inail-popover", inputs: ["iconClass", "buttonTitle", "header", "content"] }, { kind: "component", type: i4.CheckboxComponent, selector: "inail-checkbox", inputs: ["value", "checked"], outputs: ["checkedChange", "checkboxClick", "click", "stateChange"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
112
112
  }
113
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: MultiSelectComponent, decorators: [{
113
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MultiSelectComponent, decorators: [{
114
114
  type: Component,
115
115
  args: [{ selector: 'inail-multi-select', changeDetection: CHANGE_DETECTION_STRATEGY, encapsulation: ViewEncapsulation.None, template: "<div #multiSelect\n class=\"form-group {{getResponsiveClass()}} noPaddingLeft {{class}} inail-multi-select\"\n [ngClass]=\"{'has-error': isThereError()}\">\n <label *ngIf=\"label\"\n class=\"control-label {{labelClass}}\"\n [ngClass]=\"{'sr-only': hiddenLabel}\"\n [attr.title]=\"labelTitle\"\n [for]=\"id\">\n <span [innerHTML]=\"getLabel()\"></span>\n <span *ngIf=\"showError()\"\n [id]=\"errorId\"\n class=\"msg msg-errore\">\n <strong [innerHTML]=\"'ERRORE: '+error\"></strong>\n </span>\n </label>\n <span *ngIf=\"showPopover()\"\n [style.padding-left.px]=\"5\">\n <inail-popover [iconClass]=\"popoverButtonIcon\"\n [buttonTitle]=\"popoverButtonTitle\"\n [header]=\"popoverHeader\"\n [content]=\"popoverContent\">\n </inail-popover>\n </span>\n <div class=\"form-control-wrapper\"\n [ngClass]=\"{'no-label' : hiddenLabel || !label}\">\n <input #formControl\n type=\"text\"\n [id]=\"id\"\n class=\"form-control dropdown-toggle {{inputClass}}\"\n data-toggle=\"dropdown\"\n aria-haspopup=\"true\"\n aria-expanded=\"false\"\n [ngClass]=\"{'disabled': disabled}\"\n [attr.name]=\"name\"\n [attr.title]=\"title\"\n [disabled]=\"disabled\"\n [readonly]=\"true\"\n [attr.placeholder]=\"placeholder\"\n [attr.aria-required]=\"required === true ? true : undefined\"\n [attr.aria-invalid]=\"isThereError() === true ? true : undefined\"\n [attr.aria-describedBy]=\"getAriaDescribedBy()\"\n (blur)=\"onBlur()\"\n (focusin)=\"onFocusIn()\"\n (focusout)=\"onFocusOut()\"\n (keypress)=\"onKeypress($event)\"\n (keyup.enter)=\"enterUp.emit()\"\n [ngModel]=\"inputTextValue\">\n <div #dropdownMenu\n class=\"dropdown-menu\"\n (focusout)=\"onFocusOut()\"\n [attr.aria-labelledby]=\"id\">\n <ng-container *ngFor=\"let opt of options\">\n <div *ngIf=\"opt.beforeDivider\" class=\"divider\"></div>\n <div class=\"row\" [attr.tabIndex]=\"opt.disabled ? 0 : undefined\">\n <inail-checkbox [label]=\"opt.label\"\n [value]=\"opt.value\"\n [title]=\"opt.title\"\n [checked]=\"isChecked(opt.value)\"\n [disabled]=\"opt.disabled\"\n (stateChange)=\"onCheck($event)\">\n </inail-checkbox>\n </div>\n <div *ngIf=\"opt.afterDivider\" class=\"divider\"></div>\n </ng-container>\n </div>\n <div *ngIf=\"showDescription()\"\n [id]=\"descriptionId\"\n [ngClass]=\"{'desc-margin-top': showError()}\">\n <span class=\"sr-only\" [innerHTML]=\"getLabel()\"></span>\n <span [innerHTML]=\"description\"></span>\n </div>\n </div>\n</div>\n", styles: [".inail-multi-select .desc-margin-top{margin-top:26px}.inail-multi-select .form-control-wrapper:after{font-family:FontAwesome;content:\"\\f078\";right:31px;position:absolute;top:35px;font-size:10px;color:#0083f5}.inail-multi-select .form-control-wrapper.no-label:after{top:11px}.inail-multi-select .form-control[readonly]:not([disabled]){background-color:#fff}.inail-multi-select .form-control:not([disabled]){cursor:pointer}.inail-multi-select .dropdown-menu .form-group{margin:0!important;padding-left:20px!important}.inail-multi-select .dropdown-menu .form-group:hover{background-color:#eaedf2}.inail-multi-select .dropdown-menu .form-group .checkbox{margin:0!important}.inail-multi-select .dropdown-menu .form-group .checkbox label{margin-top:5px!important;margin-bottom:5px!important;display:block!important;color:#000!important;font-weight:400!important}\n"] }]
116
116
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: undefined, decorators: [{
@@ -103,8 +103,8 @@ export class RadioSelectComponent extends FormElementComponent {
103
103
  ngOnDestroy() {
104
104
  super.ngOnDestroy();
105
105
  }
106
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: RadioSelectComponent, deps: [{ token: i0.ChangeDetectorRef }, { token: NG_INAIL_COMMON_CONFIG }], target: i0.ɵɵFactoryTarget.Component }); }
107
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: RadioSelectComponent, selector: "inail-radio-select", inputs: { options: "options", name: "name", sort: "sort", inline: "inline", value: "value" }, outputs: { select: "select", valueChange: "valueChange" }, providers: [
106
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: RadioSelectComponent, deps: [{ token: i0.ChangeDetectorRef }, { token: NG_INAIL_COMMON_CONFIG }], target: i0.ɵɵFactoryTarget.Component }); }
107
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: RadioSelectComponent, selector: "inail-radio-select", inputs: { options: "options", name: "name", sort: "sort", inline: "inline", value: "value" }, outputs: { select: "select", valueChange: "valueChange" }, providers: [
108
108
  {
109
109
  provide: NG_VALUE_ACCESSOR,
110
110
  useExisting: forwardRef(() => RadioSelectComponent),
@@ -112,7 +112,7 @@ export class RadioSelectComponent extends FormElementComponent {
112
112
  }
113
113
  ], viewQueries: [{ propertyName: "formControlElement", first: true, predicate: ["formControl"], descendants: true }, { propertyName: "inputRadio", predicate: ["inputRadio"], descendants: true }], usesInheritance: true, usesOnChanges: true, ngImport: i0, template: "<div *ngIf=\"viewInit\"\n [id]='id'\n class=\"{{getResponsiveClass()}} {{class}} noPadding inail-radio-select\" #formControl>\n <fieldset class=\"form-group col-xs-12 noPaddingLeft\" [id]=\"getName()\"\n role=\"radiogroup\"\n [attr.aria-labelledby]=\"getAriaLabelledBy()\"\n [attr.aria-describedBy]=\"getAriaDescribedBy()\"\n [attr.aria-required]=\"required === true ? true : undefined\">\n <legend class=\"radio-legend {{labelClass}}\"\n [ngClass]=\"{'sr-only': hiddenLabel}\"\n [ngStyle]=\"{'display': hiddenLabel ? 'block': 'contents'}\"\n [innerHTML]=\"getLabel()\">\n </legend>\n <span *ngIf=\"showPopover()\"\n [style.padding-left.px]=\"5\">\n <inail-popover [iconClass]=\"popoverButtonIcon\"\n [buttonTitle]=\"popoverButtonTitle\"\n [header]=\"popoverHeader\"\n [content]=\"popoverContent\">\n </inail-popover>\n </span>\n <br *ngIf=\"!hiddenLabel\">\n <div class=\"radio {{inline === true ? 'inline' : ''}}\" *ngFor=\"let option of options\">\n <label [for]=\"option?.id\">\n <input [attr.id]=\"option?.id\"\n #inputRadio\n type=\"radio\"\n class=\"{{inputClass}} {{option?.class}}\"\n [attr.name]=\"getName()\"\n [attr.title]=\"option?.title || title\"\n [disabled]=\"disabled\"\n [attr.aria-invalid]=\"isThereError() === true ? true : undefined\"\n [value]=\"option?.value\"\n (blur)=\"onBlur()\"\n (keyup.enter)=\"enterUp.emit()\"\n [(ngModel)]=\"value\">\n <span [innerHTML]=\"option?.label\"\n [ngClass]=\"{'sr-only': hiddenLabel}\">\n </span>\n </label>\n <span *ngIf=\"option?.popover === true\"\n [style.padding-left.px]=\"5\">\n <inail-popover [iconClass]=\"option?.popoverButtonIcon\"\n [buttonTitle]=\"option?.popoverButtonTitle\"\n [header]=\"option?.popoverHeader\"\n [content]=\"option?.popoverContent\">\n </inail-popover>\n </span>\n </div>\n <span *ngIf=\"showError()\"\n [id]=\"errorId\"\n class=\"msg msg-errore\"\n aria-hidden=\"false\">\n <span class=\"sr-only\" [innerHTML]=\"getLabel()\"></span>\n <strong [innerHTML]=\"'ERRORE: '+error\"></strong>\n </span>\n <div *ngIf=\"showDescription()\"\n [id]=\"descriptionId\">\n <span class=\"sr-only\" [innerHTML]=\"getLabel()\"></span>\n <span [innerHTML]=\"description\"></span>\n </div>\n </fieldset>\n</div>\n", styles: [".inail-radio-select .radio.inline{display:inline-block;margin-right:20px}\n"], dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "directive", type: i2.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i2.RadioControlValueAccessor, selector: "input[type=radio][formControlName],input[type=radio][formControl],input[type=radio][ngModel]", inputs: ["name", "formControlName", "value"] }, { kind: "directive", type: i2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i2.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "component", type: i3.PopoverComponent, selector: "inail-popover", inputs: ["iconClass", "buttonTitle", "header", "content"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
114
114
  }
115
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: RadioSelectComponent, decorators: [{
115
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: RadioSelectComponent, decorators: [{
116
116
  type: Component,
117
117
  args: [{ selector: 'inail-radio-select', changeDetection: CHANGE_DETECTION_STRATEGY, encapsulation: ViewEncapsulation.None, providers: [
118
118
  {
@@ -103,8 +103,8 @@ export class SelectComponent extends FormElementComponent {
103
103
  ngOnDestroy() {
104
104
  super.ngOnDestroy();
105
105
  }
106
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SelectComponent, deps: [{ token: i0.ChangeDetectorRef }, { token: NG_INAIL_COMMON_CONFIG }], target: i0.ɵɵFactoryTarget.Component }); }
107
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: SelectComponent, selector: "inail-select", inputs: { options: "options", blankOption: "blankOption", blankOptionText: "blankOptionText", blankOptionDisabled: "blankOptionDisabled", sort: "sort", value: "value" }, outputs: { select: "select", valueChange: "valueChange" }, providers: [
106
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: SelectComponent, deps: [{ token: i0.ChangeDetectorRef }, { token: NG_INAIL_COMMON_CONFIG }], target: i0.ɵɵFactoryTarget.Component }); }
107
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: SelectComponent, selector: "inail-select", inputs: { options: "options", blankOption: "blankOption", blankOptionText: "blankOptionText", blankOptionDisabled: "blankOptionDisabled", sort: "sort", value: "value" }, outputs: { select: "select", valueChange: "valueChange" }, providers: [
108
108
  {
109
109
  provide: NG_VALUE_ACCESSOR,
110
110
  useExisting: forwardRef(() => SelectComponent),
@@ -112,7 +112,7 @@ export class SelectComponent extends FormElementComponent {
112
112
  }
113
113
  ], viewQueries: [{ propertyName: "formControlElement", first: true, predicate: ["formControl"], descendants: true }], usesInheritance: true, usesOnChanges: true, ngImport: i0, template: "<div *ngIf=\"viewInit\"\n class=\"form-group {{getResponsiveClass()}} {{class}} noPaddingLeft inail-select\"\n [ngClass]=\"{'has-error': isThereError()}\">\n <label [attr.for]=\"id\"\n [attr.title]=\"labelTitle\"\n [attr.aria-labelledby]=\"getAriaLabelledBy()\"\n class=\"label-select col-xs-12 noPadding {{labelClass}}\">\n <span *ngIf=\"label\"\n [ngClass]=\"{'sr-only': hiddenLabel}\"\n [innerHTML]=\"getLabel()\">\n </span>\n <span *ngIf=\"showPopover()\"\n [style.padding-left.px]=\"5\">\n <inail-popover [iconClass]=\"popoverButtonIcon\"\n [buttonTitle]=\"popoverButtonTitle\"\n [header]=\"popoverHeader\"\n [content]=\"popoverContent\">\n </inail-popover>\n </span>\n <select #formControl\n class=\"form-control {{inputClass}}\"\n [attr.id]=\"id\"\n [attr.title]=\"title\"\n [attr.name]=\"name\"\n [disabled]=\"disabled\"\n [attr.aria-required]=\"required === true ? true : undefined\"\n [attr.aria-invalid]=\"isThereError() === true ? true : undefined\"\n [attr.aria-describedBy]=\"getAriaDescribedBy()\"\n (blur)=\"onBlur()\"\n (keyup.enter)=\"enterUp.emit()\"\n [(ngModel)]='value'>\n <option *ngIf=\"blankOption\"\n value=\"\"\n [disabled]=\"blankOptionDisabled\"\n [innerHTML]=\"this.blankOptionText\">\n </option>\n <ng-container *ngIf=\"options\">\n <option *ngFor=\"let option of options\"\n [ngValue]=\"option?.value\"\n [disabled]=\"option?.disabled\"\n [innerHTML]=\"option?.label\">\n </option>\n </ng-container>\n </select>\n <span *ngIf=\"showError()\"\n [id]=\"errorId\"\n class=\"msg msg-errore\"\n aria-hidden=\"false\">\n <span class=\"sr-only\" [innerHTML]=\"getLabel()\"></span>\n <strong [innerHTML]=\"'ERRORE: '+error\"></strong>\n </span>\n </label>\n <div *ngIf=\"showDescription()\"\n [id]=\"descriptionId\"\n [ngClass]=\"{'desc-margin-top': showError()}\">\n <span class=\"sr-only\" [innerHTML]=\"getLabel()\"></span>\n <span [innerHTML]=\"description\"></span>\n </div>\n <debug-pre *ngIf=\"showState\">\n <state-propertie [label]=\"'id'\" [propertie]=\"id\"></state-propertie>\n <state-propertie [label]=\"'label'\" [propertie]=\"label\"></state-propertie>\n <state-propertie [label]=\"'selectedValue'\" [propertie]=\"selectedValue\"></state-propertie>\n <state-propertie [label]=\"'blankOption'\" [propertie]=\"blankOption\"></state-propertie>\n <state-propertie [label]=\"'blankOptionText'\" [propertie]=\"blankOptionText\"></state-propertie>\n <state-propertie [label]=\"'sort'\" [propertie]=\"sort\"></state-propertie>\n <!-- TODO -->\n <inail-form-element-state-properties [formElement]=\"this\"></inail-form-element-state-properties>\n </debug-pre>\n</div>\n", styles: [".panel .panel-body .inail-select.form-group select{min-width:auto!important}.inail-select .desc-margin-top{margin-top:26px}\n"], dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.NgSelectOption, selector: "option", inputs: ["ngValue", "value"] }, { kind: "directive", type: i2.ɵNgSelectMultipleOption, selector: "option", inputs: ["ngValue", "value"] }, { kind: "directive", type: i2.SelectControlValueAccessor, selector: "select:not([multiple])[formControlName],select:not([multiple])[formControl],select:not([multiple])[ngModel]", inputs: ["compareWith"] }, { kind: "directive", type: i2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i2.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "component", type: i3.PreComponent, selector: "debug-pre" }, { kind: "component", type: i4.StatePropertieComponent, selector: "state-propertie", inputs: ["label", "propertie", "hideIfNull"] }, { kind: "component", type: i5.FormElementStatePropertieComponent, selector: "inail-form-element-state-properties", inputs: ["formElement"] }, { kind: "component", type: i6.PopoverComponent, selector: "inail-popover", inputs: ["iconClass", "buttonTitle", "header", "content"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
114
114
  }
115
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SelectComponent, decorators: [{
115
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: SelectComponent, decorators: [{
116
116
  type: Component,
117
117
  args: [{ selector: 'inail-select', changeDetection: CHANGE_DETECTION_STRATEGY, encapsulation: ViewEncapsulation.None, providers: [
118
118
  {
@@ -92,8 +92,8 @@ export class TextareaComponent extends FormElementComponent {
92
92
  ngOnDestroy() {
93
93
  super.ngOnDestroy();
94
94
  }
95
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TextareaComponent, deps: [{ token: i0.ChangeDetectorRef }, { token: NG_INAIL_COMMON_CONFIG }], target: i0.ɵɵFactoryTarget.Component }); }
96
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: TextareaComponent, selector: "inail-textarea", inputs: { placeholder: "placeholder", maxlength: "maxlength", rows: "rows", cols: "cols", preventPasting: "preventPasting", value: "value" }, outputs: { valueChange: "valueChange" }, providers: [
95
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: TextareaComponent, deps: [{ token: i0.ChangeDetectorRef }, { token: NG_INAIL_COMMON_CONFIG }], target: i0.ɵɵFactoryTarget.Component }); }
96
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: TextareaComponent, selector: "inail-textarea", inputs: { placeholder: "placeholder", maxlength: "maxlength", rows: "rows", cols: "cols", preventPasting: "preventPasting", value: "value" }, outputs: { valueChange: "valueChange" }, providers: [
97
97
  {
98
98
  provide: NG_VALUE_ACCESSOR,
99
99
  useExisting: forwardRef(() => TextareaComponent), // indica che la classe fara' parte del sistema dei validatori dei form
@@ -101,7 +101,7 @@ export class TextareaComponent extends FormElementComponent {
101
101
  }
102
102
  ], viewQueries: [{ propertyName: "formControlElement", first: true, predicate: ["formControl"], descendants: true, static: true }], usesInheritance: true, usesOnChanges: true, ngImport: i0, template: "<div class=\"form-group {{getResponsiveClass()}} inail-textarea noPaddingLeft {{class}}\">\n <div class=\"col-xs-12 noPadding\"\n [ngClass]=\"{'has-error': isThereTextareaError()}\">\n <label *ngIf=\"label\"\n [ngClass]=\"{'sr-only': hiddenLabel}\"\n class=\"control-label {{labelClass}}\"\n [attr.aria-labelledby]=\"getAriaLabelledBy()\"\n [attr.title]=\"labelTitle\"\n [for]=\"id\"\n [innerHTML]=\"getLabel()\">\n </label>\n <span *ngIf=\"showPopover()\"\n [style.padding-left.px]=\"5\">\n <inail-popover [iconClass]=\"popoverButtonIcon\"\n [buttonTitle]=\"popoverButtonTitle\"\n [header]=\"popoverHeader\"\n [content]=\"popoverContent\">\n </inail-popover>\n </span>\n <div *ngIf=\"!(disabled || readonly)\" class=\"remainingChar pull-right\"><strong>{{getCaratteriDisponibili()}}</strong> caratteri disponibili</div>\n <textarea #formControl\n [id]=\"id\"\n class=\"form-control {{inputClass}}\"\n [attr.name]=\"name\"\n [attr.title]=\"title\"\n [attr.maxlength]=\"maxlength\"\n [attr.rows]=\"rows\"\n [attr.cols]=\"cols\"\n [disabled]=\"disabled\"\n [readonly]=\"readonly\"\n [attr.placeholder]=\"placeholder\"\n [attr.aria-required]=\"required === true ? true : undefined\"\n [attr.aria-invalid]=\"isThereTextareaError() === true ? true : undefined\"\n [attr.aria-describedBy]=\"getAriaDescribedBy()\"\n (paste)=\"onPaste($event)\"\n (blur)=\"onBlur()\"\n (keyup.enter)=\"enterUp.emit()\"\n [(ngModel)]=\"value\">\n </textarea>\n <span *ngIf=\"showTextareaError()\"\n [id]=\"errorId\"\n class=\"msg msg-errore\"\n aria-hidden=\"false\">\n <span class=\"sr-only\" [innerHTML]=\"getLabel()\"></span>\n <strong [innerHTML]=\"'ERRORE: '+error\"></strong>\n </span>\n <div *ngIf=\"showDescription()\"\n [id]=\"descriptionId\">\n <span class=\"sr-only\" [innerHTML]=\"getLabel()\"></span>\n <span [innerHTML]=\"description\"></span>\n </div>\n </div>\n <debug-pre *ngIf=\"showState\">\n <state-propertie [label]=\"'id'\" [propertie]=\"id\"></state-propertie>\n <state-propertie [label]=\"'label'\" [propertie]=\"label\"></state-propertie>\n <state-propertie [label]=\"'inputValue'\" [propertie]=\"inputValue\"></state-propertie>\n <state-propertie [label]=\"'maxlength'\" [propertie]=\"maxlength\" [hideIfNull]=\"false\"></state-propertie>\n <state-propertie [label]=\"'rows'\" [propertie]=\"rows\" [hideIfNull]=\"false\"></state-propertie>\n <state-propertie [label]=\"'cols'\" [propertie]=\"cols\" [hideIfNull]=\"false\"></state-propertie>\n <state-propertie [label]=\"'placeholder'\" [propertie]=\"placeholder\" [hideIfNull]=\"false\"></state-propertie>\n <inail-form-element-state-properties [formElement]=\"this\"></inail-form-element-state-properties>\n </debug-pre>\n</div>\n", styles: [""], dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i2.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "component", type: i3.PreComponent, selector: "debug-pre" }, { kind: "component", type: i4.StatePropertieComponent, selector: "state-propertie", inputs: ["label", "propertie", "hideIfNull"] }, { kind: "component", type: i5.FormElementStatePropertieComponent, selector: "inail-form-element-state-properties", inputs: ["formElement"] }, { kind: "component", type: i6.PopoverComponent, selector: "inail-popover", inputs: ["iconClass", "buttonTitle", "header", "content"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
103
103
  }
104
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TextareaComponent, decorators: [{
104
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: TextareaComponent, decorators: [{
105
105
  type: Component,
106
106
  args: [{ selector: 'inail-textarea', changeDetection: CHANGE_DETECTION_STRATEGY, encapsulation: ViewEncapsulation.None, providers: [
107
107
  {
@@ -61,10 +61,10 @@ export class BreadcrumbComponent extends BasicUxElementComponent {
61
61
  onClick(url) {
62
62
  this.router.navigateByUrl(url);
63
63
  }
64
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BreadcrumbComponent, deps: [{ token: i1.Router }, { token: i0.ChangeDetectorRef }, { token: NG_INAIL_COMMON_CONFIG }], target: i0.ɵɵFactoryTarget.Component }); }
65
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: BreadcrumbComponent, selector: "inail-breadcrumb", inputs: { currentPage: "currentPage", steps: "steps" }, usesInheritance: true, usesOnChanges: true, ngImport: i0, template: "<nav aria-label=\"Breadcrumb\" [id]=\"id\" class=\"inail-breadcrumb {{class}}\">\n <ul *ngIf=\"steps\"\n class=\"breadcrumb visible-sm-block visible-md-block visible-lg-block\">\n <li *ngFor=\"let step of steps; last as isLast\">\n <ng-container *ngIf=\"!isLast\">\n <a *ngIf=\"step.url\" [routerLink]=\"step.url\" [innerHTML]=\" step.label\"></a>\n <a *ngIf=\"!step.url\" href=\"javascript:void(0)\" [innerHTML]=\" step.label\"></a>\n </ng-container>\n <span aria-current=\"page\" *ngIf=\"isLast\" [innerHTML]=\" step.label\"></span>&nbsp;\n </li>\n </ul>\n</nav>\n<debug-pre *ngIf=\"showState\">[inail-breadcrumb]<br>\n <state-propertie [label]=\"'logOnConsole'\" [propertie]=\"logOnConsole\"></state-propertie>\n <state-propertie [label]=\"'paginaCorrente'\" [propertie]=\"currentPage\"></state-propertie>\n <state-propertie [label]=\"'steps'\" [propertie]=\"steps\"></state-propertie>\n</debug-pre>\n", styles: [".inail-breadcrumb ul.breadcrumb{padding-bottom:0}\n"], dependencies: [{ kind: "directive", type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1.RouterLink, selector: "[routerLink]", inputs: ["target", "queryParams", "fragment", "queryParamsHandling", "state", "info", "relativeTo", "preserveFragment", "skipLocationChange", "replaceUrl", "routerLink"] }, { kind: "component", type: i3.PreComponent, selector: "debug-pre" }, { kind: "component", type: i4.StatePropertieComponent, selector: "state-propertie", inputs: ["label", "propertie", "hideIfNull"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
64
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: BreadcrumbComponent, deps: [{ token: i1.Router }, { token: i0.ChangeDetectorRef }, { token: NG_INAIL_COMMON_CONFIG }], target: i0.ɵɵFactoryTarget.Component }); }
65
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: BreadcrumbComponent, selector: "inail-breadcrumb", inputs: { currentPage: "currentPage", steps: "steps" }, usesInheritance: true, usesOnChanges: true, ngImport: i0, template: "<nav aria-label=\"Breadcrumb\" [id]=\"id\" class=\"inail-breadcrumb {{class}}\">\n <ul *ngIf=\"steps\"\n class=\"breadcrumb visible-sm-block visible-md-block visible-lg-block\">\n <li *ngFor=\"let step of steps; last as isLast\">\n <ng-container *ngIf=\"!isLast\">\n <a *ngIf=\"step.url\" [routerLink]=\"step.url\" [innerHTML]=\" step.label\"></a>\n <a *ngIf=\"!step.url\" href=\"javascript:void(0)\" [innerHTML]=\" step.label\"></a>\n </ng-container>\n <span aria-current=\"page\" *ngIf=\"isLast\" [innerHTML]=\" step.label\"></span>&nbsp;\n </li>\n </ul>\n</nav>\n<debug-pre *ngIf=\"showState\">[inail-breadcrumb]<br>\n <state-propertie [label]=\"'logOnConsole'\" [propertie]=\"logOnConsole\"></state-propertie>\n <state-propertie [label]=\"'paginaCorrente'\" [propertie]=\"currentPage\"></state-propertie>\n <state-propertie [label]=\"'steps'\" [propertie]=\"steps\"></state-propertie>\n</debug-pre>\n", styles: [".inail-breadcrumb ul.breadcrumb{padding-bottom:0}\n"], dependencies: [{ kind: "directive", type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1.RouterLink, selector: "[routerLink]", inputs: ["target", "queryParams", "fragment", "queryParamsHandling", "state", "info", "relativeTo", "preserveFragment", "skipLocationChange", "replaceUrl", "routerLink"] }, { kind: "component", type: i3.PreComponent, selector: "debug-pre" }, { kind: "component", type: i4.StatePropertieComponent, selector: "state-propertie", inputs: ["label", "propertie", "hideIfNull"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
66
66
  }
67
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BreadcrumbComponent, decorators: [{
67
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: BreadcrumbComponent, decorators: [{
68
68
  type: Component,
69
69
  args: [{ selector: 'inail-breadcrumb', changeDetection: CHANGE_DETECTION_STRATEGY, encapsulation: ViewEncapsulation.None, template: "<nav aria-label=\"Breadcrumb\" [id]=\"id\" class=\"inail-breadcrumb {{class}}\">\n <ul *ngIf=\"steps\"\n class=\"breadcrumb visible-sm-block visible-md-block visible-lg-block\">\n <li *ngFor=\"let step of steps; last as isLast\">\n <ng-container *ngIf=\"!isLast\">\n <a *ngIf=\"step.url\" [routerLink]=\"step.url\" [innerHTML]=\" step.label\"></a>\n <a *ngIf=\"!step.url\" href=\"javascript:void(0)\" [innerHTML]=\" step.label\"></a>\n </ng-container>\n <span aria-current=\"page\" *ngIf=\"isLast\" [innerHTML]=\" step.label\"></span>&nbsp;\n </li>\n </ul>\n</nav>\n<debug-pre *ngIf=\"showState\">[inail-breadcrumb]<br>\n <state-propertie [label]=\"'logOnConsole'\" [propertie]=\"logOnConsole\"></state-propertie>\n <state-propertie [label]=\"'paginaCorrente'\" [propertie]=\"currentPage\"></state-propertie>\n <state-propertie [label]=\"'steps'\" [propertie]=\"steps\"></state-propertie>\n</debug-pre>\n", styles: [".inail-breadcrumb ul.breadcrumb{padding-bottom:0}\n"] }]
70
70
  }], ctorParameters: () => [{ type: i1.Router }, { type: i0.ChangeDetectorRef }, { type: undefined, decorators: [{