CSC up similar cases pages
This commit is contained in:
parent
3bab306708
commit
97ab7a0920
6 changed files with 53 additions and 35 deletions
|
@ -1,6 +1,6 @@
|
|||
@use "sae-lib/src/styles/shadows.scss";
|
||||
@use "sae-lib/src/styles/states.scss";
|
||||
@use "sae-lib/src/styles/variables.scss";
|
||||
@use "../../src/styles/shadows.scss";
|
||||
@use "../../src/styles/states.scss";
|
||||
@use "../../src/styles/variables.scss";
|
||||
@use "sass:color";
|
||||
|
||||
|
||||
|
|
|
@ -26,25 +26,28 @@
|
|||
filters:
|
||||
{{ appState.filters }}
|
||||
</pre>
|
||||
<div class="chips-column">
|
||||
<!-- @for( elem in appState.filters.engineType.selectedChoices; track elem.label ){-->
|
||||
<!-- <button class="button chips is-rounded is-small">-->
|
||||
@if (!hideChipsList) {
|
||||
<div class="chips-column">
|
||||
<!-- @for( elem in appState.filters.engineType.selectedChoices; track elem.label ){-->
|
||||
<!-- <button class="button chips is-rounded is-small">-->
|
||||
|
||||
<!-- {{elem.label}}-->
|
||||
<!-- <span class="post-button">-->
|
||||
<!-- x-->
|
||||
<!-- </span>-->
|
||||
<!-- </button>-->
|
||||
<!-- }-->
|
||||
</div>
|
||||
<!-- {{elem.label}}-->
|
||||
<!-- <span class="post-button">-->
|
||||
<!-- x-->
|
||||
<!-- </span>-->
|
||||
<!-- </button>-->
|
||||
<!-- }-->
|
||||
|
||||
<button class="button chips is-rounded is-small">
|
||||
filtre col 2
|
||||
<span class="post-button">
|
||||
x
|
||||
</span>
|
||||
</button>
|
||||
</div>
|
||||
}
|
||||
<!-- <div class="chips-column">-->
|
||||
<!-- </div>-->
|
||||
|
||||
<!-- <button class="button chips is-rounded is-small">-->
|
||||
<!-- filtre col 2-->
|
||||
<!-- <span class="post-button">-->
|
||||
<!-- x-->
|
||||
<!-- </span>-->
|
||||
<!-- </button>-->
|
||||
<!-- </div>-->
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -18,6 +18,7 @@ export class FiltersGroup {
|
|||
@Input() store: any;
|
||||
@Input() actionTypes: any;
|
||||
@Input() disabled!: boolean;
|
||||
@Input() hideChipsList: boolean = false;
|
||||
|
||||
constructor() {
|
||||
console.log('constructor filters group', this.appState, this.store, this.actionTypes);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue