@huntsman-cancer-institute/input 15.3.0 → 15.4.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.
- package/esm2020/date/date-date.component.mjs +3 -3
- package/esm2020/dropdown/dropdown-select.component.mjs +3 -3
- package/esm2020/select/custom-combobox.component.mjs +3 -3
- package/fesm2015/huntsman-cancer-institute-input.mjs +6 -6
- package/fesm2015/huntsman-cancer-institute-input.mjs.map +1 -1
- package/fesm2020/huntsman-cancer-institute-input.mjs +6 -6
- package/fesm2020/huntsman-cancer-institute-input.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -492,7 +492,7 @@ DropdownSelectComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0"
|
|
|
492
492
|
(keyup)="onKeyUp($event)"
|
|
493
493
|
(keydown)="onKeyDown($event)"
|
|
494
494
|
(keypress)="onKeyPress($event)"
|
|
495
|
-
(click)="showResults()" *ngIf="!disabled" />
|
|
495
|
+
(click)="showResults()" *ngIf="!disabled" attr.aria-label="{{getPlaceholder()}}"/>
|
|
496
496
|
</li>
|
|
497
497
|
</ul>
|
|
498
498
|
<span class="icon-drop-menu" *ngIf="inputState===0" (click)="showResults()">
|
|
@@ -547,7 +547,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
547
547
|
(keyup)="onKeyUp($event)"
|
|
548
548
|
(keydown)="onKeyDown($event)"
|
|
549
549
|
(keypress)="onKeyPress($event)"
|
|
550
|
-
(click)="showResults()" *ngIf="!disabled" />
|
|
550
|
+
(click)="showResults()" *ngIf="!disabled" attr.aria-label="{{getPlaceholder()}}"/>
|
|
551
551
|
</li>
|
|
552
552
|
</ul>
|
|
553
553
|
<span class="icon-drop-menu" *ngIf="inputState===0" (click)="showResults()">
|
|
@@ -1426,7 +1426,7 @@ DateComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version:
|
|
|
1426
1426
|
<input type="text" (keyup)="onKeyUpInput($event)"
|
|
1427
1427
|
(ngModelChange)="onChange($event)" class="form-control"
|
|
1428
1428
|
formControlName="dateInput" placeholder="{{label}}"
|
|
1429
|
-
aria-label="date" aria-describedby="basic-addon2" />
|
|
1429
|
+
aria-label="date" aria-describedby="basic-addon2" attr.aria-label="hci-ng-date-{{label}}"/>
|
|
1430
1430
|
<span class="input-group-text" id="basic-addon2" (click)="clear()">
|
|
1431
1431
|
<i class="fas fa-times"></i>
|
|
1432
1432
|
</span>
|
|
@@ -1464,7 +1464,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
1464
1464
|
<input type="text" (keyup)="onKeyUpInput($event)"
|
|
1465
1465
|
(ngModelChange)="onChange($event)" class="form-control"
|
|
1466
1466
|
formControlName="dateInput" placeholder="{{label}}"
|
|
1467
|
-
aria-label="date" aria-describedby="basic-addon2" />
|
|
1467
|
+
aria-label="date" aria-describedby="basic-addon2" attr.aria-label="hci-ng-date-{{label}}"/>
|
|
1468
1468
|
<span class="input-group-text" id="basic-addon2" (click)="clear()">
|
|
1469
1469
|
<i class="fas fa-times"></i>
|
|
1470
1470
|
</span>
|
|
@@ -2924,7 +2924,7 @@ CustomComboBoxComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0"
|
|
|
2924
2924
|
[tabindex]="tabindex"
|
|
2925
2925
|
(keydown)="onKey($event)"
|
|
2926
2926
|
(focus)="onFocus()"
|
|
2927
|
-
(focusout)="onFocusOut()"
|
|
2927
|
+
(focusout)="onFocusOut()" attr.aria-label="hci-ng-custom-combobox-{{label}}"
|
|
2928
2928
|
>
|
|
2929
2929
|
<div matSuffix
|
|
2930
2930
|
class="hci-combobox-arrow-wrapper"
|
|
@@ -3001,7 +3001,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
3001
3001
|
[tabindex]="tabindex"
|
|
3002
3002
|
(keydown)="onKey($event)"
|
|
3003
3003
|
(focus)="onFocus()"
|
|
3004
|
-
(focusout)="onFocusOut()"
|
|
3004
|
+
(focusout)="onFocusOut()" attr.aria-label="hci-ng-custom-combobox-{{label}}"
|
|
3005
3005
|
>
|
|
3006
3006
|
<div matSuffix
|
|
3007
3007
|
class="hci-combobox-arrow-wrapper"
|