Update jquery.ime from upstream

Update to:
35c7df6049

jquery.uls was updated in I245b4dd68151d9d680368d0cc5750cee4a167f50

Bug: T355104
Change-Id: I49d806c8fbfbede0e8071d31eec39099ed63d1d2
This commit is contained in:
Abijeet
2024-01-22 14:56:16 +05:30
committed by jenkins-bot
parent 48de278a85
commit 46d59295c8
7 changed files with 27 additions and 25 deletions

View File

@@ -74,7 +74,7 @@ Any valid regular expression is possible as first element of each array item.
ex: `[ '([ക-ഹ])a', '$1ാ' ]`
ex: `[ '(([ൺ-ൿം])\u200c+)?I', '$2ഐ' ]`
In the above example, $1, $1 etc are according to the normal regular expression
In the above example, $1, $2 etc are according to the normal regular expression
replace syntax.
The second member of the pattern can be a function as well.

View File

@@ -66,7 +66,7 @@
[ 'V', '᯦' ],
[ 'B', 'ᯆ' ],
[ 'N', 'ᯊ' ],
[ 'M', 'ᯕ' ],
[ 'M', 'ᯕ' ]
],
patterns_x: [
[ '4', '᯼' ],
@@ -77,4 +77,4 @@
};
$.ime.register( tobaKbd );
}( jQuery ) );
}( jQuery ) );

View File

@@ -61,6 +61,7 @@
maxKeyLength: 5,
patterns: [
/* eslint-disable max-statements-per-line */
/* eslint-disable brace-style */
[ ' ', function () { reinit(); return '་'; } ],
[ '\\.', function () { reinit(); return ' '; } ],
[ ',', function () { reinit(); return '།'; } ],
@@ -183,6 +184,7 @@
[ '8', function () { reinit(); return '༨'; } ],
[ '9', function () { reinit(); return '༩'; } ]
/* eslint-enable max-statements-per-line */
/* eslint-enable brace-style */
]
};

View File

@@ -1,4 +1,4 @@
( function ( $ ) {
( function ( $ ) {
'use strict';
var mandailingTransliteration = {

View File

@@ -1,4 +1,4 @@
( function ( $ ) {
( function ( $ ) {
'use strict';
var jvKeyboard = {
@@ -33,4 +33,4 @@
};
$.ime.register( jvKeyboard );
}( jQuery ) );
}( jQuery ) );

View File

@@ -1,4 +1,4 @@
( function ( $ ) {
( function ( $ ) {
'use strict';
var suKeyboard = {
@@ -17,4 +17,4 @@
};
$.ime.register( suKeyboard );
}( jQuery ) );
}( jQuery ) );