@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()">
|
|
@@ -1430,7 +1430,7 @@ DateComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version:
|
|
|
1430
1430
|
<input type="text" (keyup)="onKeyUpInput($event)"
|
|
1431
1431
|
(ngModelChange)="onChange($event)" class="form-control"
|
|
1432
1432
|
formControlName="dateInput" placeholder="{{label}}"
|
|
1433
|
-
aria-label="date" aria-describedby="basic-addon2" />
|
|
1433
|
+
aria-label="date" aria-describedby="basic-addon2" attr.aria-label="hci-ng-date-{{label}}"/>
|
|
1434
1434
|
<span class="input-group-text" id="basic-addon2" (click)="clear()">
|
|
1435
1435
|
<i class="fas fa-times"></i>
|
|
1436
1436
|
</span>
|
|
@@ -1468,7 +1468,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
1468
1468
|
<input type="text" (keyup)="onKeyUpInput($event)"
|
|
1469
1469
|
(ngModelChange)="onChange($event)" class="form-control"
|
|
1470
1470
|
formControlName="dateInput" placeholder="{{label}}"
|
|
1471
|
-
aria-label="date" aria-describedby="basic-addon2" />
|
|
1471
|
+
aria-label="date" aria-describedby="basic-addon2" attr.aria-label="hci-ng-date-{{label}}"/>
|
|
1472
1472
|
<span class="input-group-text" id="basic-addon2" (click)="clear()">
|
|
1473
1473
|
<i class="fas fa-times"></i>
|
|
1474
1474
|
</span>
|
|
@@ -2928,7 +2928,7 @@ CustomComboBoxComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0"
|
|
|
2928
2928
|
[tabindex]="tabindex"
|
|
2929
2929
|
(keydown)="onKey($event)"
|
|
2930
2930
|
(focus)="onFocus()"
|
|
2931
|
-
(focusout)="onFocusOut()"
|
|
2931
|
+
(focusout)="onFocusOut()" attr.aria-label="hci-ng-custom-combobox-{{label}}"
|
|
2932
2932
|
>
|
|
2933
2933
|
<div matSuffix
|
|
2934
2934
|
class="hci-combobox-arrow-wrapper"
|
|
@@ -3005,7 +3005,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
3005
3005
|
[tabindex]="tabindex"
|
|
3006
3006
|
(keydown)="onKey($event)"
|
|
3007
3007
|
(focus)="onFocus()"
|
|
3008
|
-
(focusout)="onFocusOut()"
|
|
3008
|
+
(focusout)="onFocusOut()" attr.aria-label="hci-ng-custom-combobox-{{label}}"
|
|
3009
3009
|
>
|
|
3010
3010
|
<div matSuffix
|
|
3011
3011
|
class="hci-combobox-arrow-wrapper"
|