Update jquery.ime and jquery.uls from upstream

jquery.ime:
* Emit an input event after processing a character.
  Fixes bug T200329

Updating to:
91691f16d4

jquery.uls:
* Localisation update.
Updating to:
9b73e96c2d

Bug: T200329
Change-Id: I1e3e29766a6efb8a01856b495f92051be7ab21b8
This commit is contained in:
Amir E. Aharoni
2023-05-21 10:48:25 +03:00
committed by Amire80
parent 86925020ed
commit 2fc7e85ff9
2 changed files with 6 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
/*! jquery.ime - v0.2.0+20230403 /*! jquery.ime - v0.2.0+20230521
* https://github.com/wikimedia/jquery.ime * https://github.com/wikimedia/jquery.ime
* Copyright (c) 2023 Santhosh Thottingal; License: (GPL-2.0-or-later OR MIT) */ * Copyright (c) 2023 Santhosh Thottingal; License: (GPL-2.0-or-later OR MIT) */
( function ( $ ) { ( function ( $ ) {
@@ -558,6 +558,10 @@
newText + newText +
element.value.substring( element.selectionEnd, element.value.length ); element.value.substring( element.selectionEnd, element.value.length );
// Emit an event so that input fields that rely on events
// work properly
element.dispatchEvent( new Event( 'input' ) );
// restore scroll // restore scroll
element.scrollTop = scrollTop; element.scrollTop = scrollTop;
// set selection // set selection

View File

@@ -16,7 +16,7 @@
"uls-no-results-found": "کوئی نتیجہ نی لبھا", "uls-no-results-found": "کوئی نتیجہ نی لبھا",
"uls-common-languages": "تجویز کردہ زباناں", "uls-common-languages": "تجویز کردہ زباناں",
"uls-no-results-suggestion-title": "تہاکوں ایندے وچ وی دلچسپی ہوسی", "uls-no-results-suggestion-title": "تہاکوں ایندے وچ وی دلچسپی ہوسی",
"uls-search-help": "تساں زبان دے ناں، رسم الخط، زبان دے آئی ایس او کوڈ دے نال وی ڳول سڳدے ہو یا وت علاقے نال وی ڳول سڳدے ہو", "uls-search-help": "تساں زبان دے ناں، رسم الخط، زبان دے آئی ایس او کوڈ دے نال وی ڳول سڳدے ہو یا وت علاقے نال وی ڳول سڳدے ہو۔",
"uls-search-placeholder": "زبان دی ڳول", "uls-search-placeholder": "زبان دی ڳول",
"uls-search-placeholder-short": "ڳولو" "uls-search-placeholder-short": "ڳولو"
} }