@huntsman-cancer-institute/input 15.3.0 → 15.5.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.
@@ -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>
@@ -1452,7 +1452,7 @@ DateComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version:
1452
1452
  </div>
1453
1453
  </div>
1454
1454
 
1455
- `, isInline: true, styles: [""], dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.ɵNgNoValidate, selector: "form:not([ngNoForm]):not([ngNativeValidate])" }, { kind: "directive", type: i2.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i2.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { kind: "directive", type: i2.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "directive", type: i2.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "directive", type: i2.FormControlName, selector: "[formControlName]", inputs: ["formControlName", "disabled", "ngModel"], outputs: ["ngModelChange"] }, { kind: "component", type: i3.NgbDatepicker, selector: "ngb-datepicker", inputs: ["dayTemplate", "dayTemplateData", "displayMonths", "firstDayOfWeek", "footerTemplate", "markDisabled", "maxDate", "minDate", "navigation", "outsideDays", "showWeekNumbers", "startDate", "weekdays"], outputs: ["navigate", "dateSelect"], exportAs: ["ngbDatepicker"] }] });
1455
+ `, isInline: true, styles: [""], dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.ɵNgNoValidate, selector: "form:not([ngNoForm]):not([ngNativeValidate])" }, { kind: "directive", type: i2.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i2.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { kind: "directive", type: i2.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "directive", type: i2.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "directive", type: i2.FormControlName, selector: "[formControlName]", inputs: ["formControlName", "disabled", "ngModel"], outputs: ["ngModelChange"] }, { kind: "component", type: i3.NgbDatepicker, selector: "ngb-datepicker", inputs: ["contentTemplate", "dayTemplate", "dayTemplateData", "displayMonths", "firstDayOfWeek", "footerTemplate", "markDisabled", "maxDate", "minDate", "navigation", "outsideDays", "showWeekNumbers", "startDate", "weekdays"], outputs: ["navigate", "dateSelect"], exportAs: ["ngbDatepicker"] }] });
1456
1456
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DateComponent, decorators: [{
1457
1457
  type: Component,
1458
1458
  args: [{ selector: "hci-date", providers: [DatePipe, DateValidator], template: `
@@ -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"