-
Notifications
You must be signed in to change notification settings - Fork 212
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(combo): implementa uso do listbox
implementa o uso do listbox no componente `po-combo` Fixes DTHFUI-7319
- Loading branch information
Showing
20 changed files
with
825 additions
and
1,194 deletions.
There are no files selected for viewing
20 changes: 20 additions & 0 deletions
20
...ui/src/lib/components/po-field/po-combo/interfaces/po-combo-literals-default.interface.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
import { PoComboLiterals } from './po-combo-literals.interface'; | ||
|
||
export const poComboLiteralsDefault = { | ||
en: <PoComboLiterals>{ | ||
noData: 'No data found', | ||
chooseOption: 'Choose an option' | ||
}, | ||
es: <PoComboLiterals>{ | ||
noData: 'Datos no encontrados', | ||
chooseOption: 'Elija una opción' | ||
}, | ||
pt: <PoComboLiterals>{ | ||
noData: 'Nenhum dado encontrado', | ||
chooseOption: 'Escolha uma opção' | ||
}, | ||
ru: <PoComboLiterals>{ | ||
noData: 'Данные не найдены', | ||
chooseOption: 'Выберите опцию' | ||
} | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.