@c10t/nice-component-library 0.0.31 → 0.0.32

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.
@@ -4563,7 +4563,7 @@ class CvaMultiSelectAutocomplete {
4563
4563
  <input #searchInput type="text" [ngClass]="{'pl-1': !multiple}"
4564
4564
  (keydown.space)="$event.stopPropagation()"
4565
4565
  (input)="filterItem(searchInput.value)"
4566
- placeholder="{{'btnSearch' | translate}}...">
4566
+ placeholder="{{'btnSearch' | translate}}">
4567
4567
  <div class="box-search-icon" (click)="filterItem(''); searchInput.value = ''">
4568
4568
  <button mat-icon-button class="search-button">
4569
4569
  <mat-icon class="mat-24" aria-label="Search icon">clear</mat-icon>
@@ -4660,7 +4660,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.5", ngImpor
4660
4660
  <input #searchInput type="text" [ngClass]="{'pl-1': !multiple}"
4661
4661
  (keydown.space)="$event.stopPropagation()"
4662
4662
  (input)="filterItem(searchInput.value)"
4663
- placeholder="{{'btnSearch' | translate}}...">
4663
+ placeholder="{{'btnSearch' | translate}}">
4664
4664
  <div class="box-search-icon" (click)="filterItem(''); searchInput.value = ''">
4665
4665
  <button mat-icon-button class="search-button">
4666
4666
  <mat-icon class="mat-24" aria-label="Search icon">clear</mat-icon>