@huntsman-cancer-institute/input 17.4.0 → 17.6.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.
@@ -491,7 +491,7 @@ class DropdownSelectComponent {
491
491
  (keyup)="onKeyUp($event)"
492
492
  (keydown)="onKeyDown($event)"
493
493
  (keypress)="onKeyPress($event)"
494
- (click)="showResults()" *ngIf="!disabled" />
494
+ (click)="showResults()" *ngIf="!disabled" attr.aria-label="{{getPlaceholder()}}"/>
495
495
  </li>
496
496
  </ul>
497
497
  <span class="icon-drop-menu" *ngIf="inputState===0" (click)="showResults()">
@@ -547,7 +547,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImpor
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()">
@@ -1425,7 +1425,7 @@ class DateComponent extends DateBase {
1425
1425
  <input type="text" (keyup)="onKeyUpInput($event)"
1426
1426
  (ngModelChange)="onChange($event)" class="form-control"
1427
1427
  formControlName="dateInput" placeholder="{{label}}"
1428
- aria-label="date" aria-describedby="basic-addon2" />
1428
+ aria-label="date" aria-describedby="basic-addon2" attr.aria-label="hci-ng-date-{{label}}"/>
1429
1429
  <span class="input-group-text" id="basic-addon2" (click)="clear()">
1430
1430
  <i class="fas fa-times"></i>
1431
1431
  </span>
@@ -1464,7 +1464,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImpor
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>
@@ -2923,7 +2923,7 @@ class CustomComboBoxComponent {
2923
2923
  [tabindex]="tabindex"
2924
2924
  (keydown)="onKey($event)"
2925
2925
  (focus)="onFocus()"
2926
- (focusout)="onFocusOut()"
2926
+ (focusout)="onFocusOut()" attr.aria-label="hci-ng-custom-combobox-{{label}}"
2927
2927
  >
2928
2928
  <div matSuffix
2929
2929
  class="hci-combobox-arrow-wrapper"
@@ -3001,7 +3001,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImpor
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"