Merge branch 'master' into VM/RED-8748
This commit is contained in:
commit
bbd337fa1f
@ -17,6 +17,7 @@
|
|||||||
>
|
>
|
||||||
</span>
|
</span>
|
||||||
<span
|
<span
|
||||||
|
*ngIf="numberOfWarnings()"
|
||||||
[translateParams]="{ warnings: numberOfWarnings() }"
|
[translateParams]="{ warnings: numberOfWarnings() }"
|
||||||
[translate]="translations[this.type]['warnings-found']"
|
[translate]="translations[this.type]['warnings-found']"
|
||||||
class="warning"
|
class="warning"
|
||||||
|
|||||||
@ -329,15 +329,8 @@ export class PdfViewer {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
const inputElement = iframeWindow.document.getElementById('SearchPanel__input') as HTMLInputElement;
|
const clearSearchButton = iframeWindow.document.getElementsByClassName('clearSearch-button')[0] as HTMLButtonElement;
|
||||||
|
clearSearchButton?.click();
|
||||||
if (inputElement) {
|
|
||||||
setTimeout(() => (inputElement.value = ''), 0);
|
|
||||||
}
|
|
||||||
|
|
||||||
if (!event.detail.isVisible) {
|
|
||||||
this.documentViewer.clearSearchResults();
|
|
||||||
}
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -1142,7 +1142,7 @@
|
|||||||
"change-successful": "Dossier wurde aktualisiert.",
|
"change-successful": "Dossier wurde aktualisiert.",
|
||||||
"delete-successful": "Dossier wurde gelöscht.",
|
"delete-successful": "Dossier wurde gelöscht.",
|
||||||
"dictionary": {
|
"dictionary": {
|
||||||
"edit-button-tooltip": "",
|
"edit-button-tooltip": "Edit dossier dictionary settings",
|
||||||
"edit-dialog": {
|
"edit-dialog": {
|
||||||
"add-to-dictionary-action": "Available in add/edit dialogs in this dossier",
|
"add-to-dictionary-action": "Available in add/edit dialogs in this dossier",
|
||||||
"cancel": "Cancel",
|
"cancel": "Cancel",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user