Card
Inside:
- WidgetCurrency (currency: CurrencyRateModel, value: number, onCurrencyIdSelected(currencyId: string), onValueChanged(newValue: number))
Picker
- Picker (disabledIds: string, data: {id: string, label: string, searchTerms?: string, suffix?: string}, value?: string, onValueSelected(value: string)) // Cache: searchTerm:
${label}, ${searchTerms.join(', ')} - CurrencyPicker (disabledCurrenciesIds: string, currencyId?: string, onCurrencyIdSelected(id: string))
Potential Initial value
Devise du pays de Départ : Euro
Devise du pays de Destination si déjà choisi. A défaut : Livre Sterling
Valeurs : 1 euro pour x livres
Responsive
Max-width : 500px + centrage sur tablette
Table of Contents