@3kles/kles-material-dynamicforms 21.7.3 → 21.7.4
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.
|
@@ -5453,7 +5453,7 @@ class KlesFormChipGridComponent extends KlesFieldAbstract {
|
|
|
5453
5453
|
<mat-chip-grid #reactiveChipGrid [formControl]="group.controls[field.name]">
|
|
5454
5454
|
@for (value of group.controls[field.name].value ?? []; track value) {
|
|
5455
5455
|
<mat-chip-row (removed)="removeChip(value)">
|
|
5456
|
-
|
|
5456
|
+
{{ (field.property ? value[field.property] : value) | klesTransform: field.pipeTransform }}
|
|
5457
5457
|
<button matChipRemove>
|
|
5458
5458
|
<mat-icon>cancel</mat-icon>
|
|
5459
5459
|
</button>
|
|
@@ -5501,7 +5501,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.20", ngImpo
|
|
|
5501
5501
|
<mat-chip-grid #reactiveChipGrid [formControl]="group.controls[field.name]">
|
|
5502
5502
|
@for (value of group.controls[field.name].value ?? []; track value) {
|
|
5503
5503
|
<mat-chip-row (removed)="removeChip(value)">
|
|
5504
|
-
|
|
5504
|
+
{{ (field.property ? value[field.property] : value) | klesTransform: field.pipeTransform }}
|
|
5505
5505
|
<button matChipRemove>
|
|
5506
5506
|
<mat-icon>cancel</mat-icon>
|
|
5507
5507
|
</button>
|