up storybook main button

This commit is contained in:
Tykayn 2025-09-17 15:41:04 +02:00 committed by tykayn
parent 4af14e6e34
commit d5610f38be
15 changed files with 339 additions and 547 deletions

View file

@ -16,11 +16,11 @@ export class MultiSelector {
// @Input() ActionTypes: any;
@Input() availableChoices: any = ['choix 1', 'choix 2', 'choix 3'];
@Input() selectedChoices: any = ['choix 4', 'choix 5'];
@Input() displayDropdown: boolean = false;
@Input() displayDropdown: boolean = true;
@Input() store: any;
@Input() actionTypes: any;
@Output() selectedChoicesChange = new EventEmitter<any>();
@Output() availableChoicesChange = new EventEmitter<any>();