[ADF-1599] [Destination Picker] Updates to match the designed component (#2642)

* [ADF-1599] fix design issues

Search Term Highlight text to be orange (primary color)
Main action button text label to be orange (primary color)
Main action button text to be in Uppercase
Main action button to relate to the action i.e. MOVE or COPY
Dialog title: Name of item to move/copy should be in 'quotes'

* [ADF-1599] fix Dropdown	Placeholder text from 'Site List' to 'Select Location'

* [ADF-1599] fix Dropdown	Placeholder text from 'Site List' to 'Select Location'

* fix 'Select Location' width and bottom margin

* [ADF-1599] update document picker to match design

* [ADF-1599] fix failing tests

* [ADF-1599] update the unit tests

* [ADF-1599] use only colors from $theme on component scss file

* [ADF-1599] change needed after resolving conflict on merge
This commit is contained in:
suzanadirla
2017-11-22 15:40:47 +02:00
committed by Eugenio Romano
parent ed6aa1a0c1
commit 68239cd002
21 changed files with 148 additions and 34 deletions

View File

@@ -60,6 +60,8 @@
"NODE_SELECTOR": {
"CANCEL": "Abbrechen",
"CHOOSE": "Auswählen",
"COPY": "Kopieren",
"MOVE": "Verschieben",
"NO_RESULTS": "Keine Ergebnisse gefunden"
},
"OPERATION": {

View File

@@ -60,7 +60,10 @@
"NODE_SELECTOR": {
"CANCEL": "Cancel",
"CHOOSE": "Choose",
"NO_RESULTS": "No results found"
"COPY": "Copy",
"MOVE": "Move",
"NO_RESULTS": "No results found",
"SELECT_LOCATION": "Select Location"
},
"OPERATION": {
"SUCCES": {

View File

@@ -60,6 +60,8 @@
"NODE_SELECTOR": {
"CANCEL": "Cancelar",
"CHOOSE": "Elegir",
"COPY": "Copiar",
"MOVE": "Mover",
"NO_RESULTS": "Ningún resultado encontrado"
},
"OPERATION": {

View File

@@ -60,6 +60,8 @@
"NODE_SELECTOR": {
"CANCEL": "Annuler",
"CHOOSE": "Choisir",
"COPY": "Copier",
"MOVE": "Déplacer",
"NO_RESULTS": "Aucun résultat trouvé"
},
"OPERATION": {

View File

@@ -60,6 +60,8 @@
"NODE_SELECTOR": {
"CANCEL": "Annulla",
"CHOOSE": "Scegli",
"COPY": "Copia",
"MOVE": "Sposta",
"NO_RESULTS": "Nessun risultato trovato"
},
"OPERATION": {

View File

@@ -60,6 +60,8 @@
"NODE_SELECTOR": {
"CANCEL": "キャンセル",
"CHOOSE": "選択",
"COPY": "コピー",
"MOVE": "移動",
"NO_RESULTS": "一致するアイテムはありません"
},
"OPERATION": {

View File

@@ -60,6 +60,8 @@
"NODE_SELECTOR": {
"CANCEL": "Avbryt",
"CHOOSE": "Velg",
"COPY": "Kopier",
"MOVE": "Flytt",
"NO_RESULTS": "Ingen resultater funnet"
},
"OPERATION": {

View File

@@ -60,6 +60,8 @@
"NODE_SELECTOR": {
"CANCEL": "Annuleren",
"CHOOSE": "Kiezen",
"COPY": "Kopiëren",
"MOVE": "Verplaatsen",
"NO_RESULTS": "Geen resultaten gevonden"
},
"OPERATION": {

View File

@@ -60,6 +60,8 @@
"NODE_SELECTOR": {
"CANCEL": "Cancelar",
"CHOOSE": "Escolher",
"COPY": "Copiar",
"MOVE": "Mover",
"NO_RESULTS": "Nenhum resultado encontrado"
},
"OPERATION": {

View File

@@ -60,6 +60,8 @@
"NODE_SELECTOR": {
"CANCEL": "Отмена",
"CHOOSE": "Выбрать",
"COPY": "Копировать",
"MOVE": "Переместить",
"NO_RESULTS": "Результаты не найдены"
},
"OPERATION": {

View File

@@ -60,6 +60,8 @@
"NODE_SELECTOR": {
"CANCEL": "取消",
"CHOOSE": "选择",
"COPY": "复制",
"MOVE": "移动",
"NO_RESULTS": "未找到结果"
},
"OPERATION": {