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