|
|
@ -76,8 +76,8 @@
|
|
|
|
(minChange)="newFilterValue()"
|
|
|
|
(minChange)="newFilterValue()"
|
|
|
|
[(max)]="filter.minValue.max"
|
|
|
|
[(max)]="filter.minValue.max"
|
|
|
|
(maxChange)="newFilterValue()"
|
|
|
|
(maxChange)="newFilterValue()"
|
|
|
|
placeholderMin="minmin"
|
|
|
|
placeholderMin="min von"
|
|
|
|
placeholderMax="minmax"
|
|
|
|
placeholderMax="max von"
|
|
|
|
>
|
|
|
|
>
|
|
|
|
</app-number-range-cell>
|
|
|
|
</app-number-range-cell>
|
|
|
|
<app-number-range-cell
|
|
|
|
<app-number-range-cell
|
|
|
@ -86,8 +86,8 @@
|
|
|
|
(minChange)="newFilterValue()"
|
|
|
|
(minChange)="newFilterValue()"
|
|
|
|
[(max)]="filter.maxValue.max"
|
|
|
|
[(max)]="filter.maxValue.max"
|
|
|
|
(maxChange)="newFilterValue()"
|
|
|
|
(maxChange)="newFilterValue()"
|
|
|
|
placeholderMin="maxmin"
|
|
|
|
placeholderMin="min bis"
|
|
|
|
placeholderMax="maxmax"
|
|
|
|
placeholderMax="max bis"
|
|
|
|
>
|
|
|
|
>
|
|
|
|
</app-number-range-cell>
|
|
|
|
</app-number-range-cell>
|
|
|
|
</ng-container>
|
|
|
|
</ng-container>
|
|
|
|