iptdevs-design-system 3.1.246 → 3.1.248

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.
@@ -309,7 +309,6 @@ InputComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version
309
309
  class="input"
310
310
  type="{{ inputType ? 'text' : 'date' }}"
311
311
  [formControl]="formControl"
312
- [attr.disabled]="disabledSel ? null : true"
313
312
  (ngModelChange)="selectedDate($event)"
314
313
  onfocus="this.type='date';"
315
314
  onblur="javascript: if( !this.value ) this.type='text';"
@@ -320,8 +319,7 @@ InputComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version
320
319
  class="input"
321
320
  type="{{ inputType }}"
322
321
  [formControl]="formControl"
323
- [attr.list]="list"
324
- [attr.disabled]="disabledSel ? null : true"/>
322
+ [attr.list]="list"/>
325
323
 
326
324
  <input *ngIf="inputType === 'text' && withPipe"
327
325
  class="input"
@@ -359,7 +357,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.7", ngImpor
359
357
  class="input"
360
358
  type="{{ inputType ? 'text' : 'date' }}"
361
359
  [formControl]="formControl"
362
- [attr.disabled]="disabledSel ? null : true"
363
360
  (ngModelChange)="selectedDate($event)"
364
361
  onfocus="this.type='date';"
365
362
  onblur="javascript: if( !this.value ) this.type='text';"
@@ -370,8 +367,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.7", ngImpor
370
367
  class="input"
371
368
  type="{{ inputType }}"
372
369
  [formControl]="formControl"
373
- [attr.list]="list"
374
- [attr.disabled]="disabledSel ? null : true"/>
370
+ [attr.list]="list"/>
375
371
 
376
372
  <input *ngIf="inputType === 'text' && withPipe"
377
373
  class="input"