@c10t/nice-component-library 0.0.20-a → 0.0.20-b
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.
|
@@ -4624,7 +4624,7 @@ class CvaLiveSearchingComponent {
|
|
|
4624
4624
|
matInput
|
|
4625
4625
|
[required]="required"
|
|
4626
4626
|
[disabled]="disabled"
|
|
4627
|
-
|
|
4627
|
+
placeholder="{{placeholder|translate}}"
|
|
4628
4628
|
[formControl]="textControl"
|
|
4629
4629
|
[matAutocomplete]="auto"
|
|
4630
4630
|
readonly="{{readonly}}" />
|
|
@@ -4676,7 +4676,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.5", ngImpor
|
|
|
4676
4676
|
matInput
|
|
4677
4677
|
[required]="required"
|
|
4678
4678
|
[disabled]="disabled"
|
|
4679
|
-
|
|
4679
|
+
placeholder="{{placeholder|translate}}"
|
|
4680
4680
|
[formControl]="textControl"
|
|
4681
4681
|
[matAutocomplete]="auto"
|
|
4682
4682
|
readonly="{{readonly}}" />
|