inputmask.js 116 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588
  1. /*!
  2. * inputmask.js
  3. * https://github.com/RobinHerbots/Inputmask
  4. * Copyright (c) 2010 - 2018 Robin Herbots
  5. * Licensed under the MIT license (http://www.opensource.org/licenses/mit-license.php)
  6. * Version: 4.0.0-beta.35
  7. */
  8. !function(factory) {
  9. "function" == typeof define && define.amd ? define([ "./dependencyLibs/inputmask.dependencyLib", "./global/window", "./global/document" ], factory) : "object" == typeof exports ? module.exports = factory(require("./dependencyLibs/inputmask.dependencyLib"), require("./global/window"), require("./global/document")) : window.Inputmask = factory(window.dependencyLib || jQuery, window, document);
  10. }(function($, window, document, undefined) {
  11. var ua = navigator.userAgent, mobile = isInputEventSupported("touchstart"), iemobile = /iemobile/i.test(ua), iphone = /iphone/i.test(ua) && !iemobile;
  12. function Inputmask(alias, options, internal) {
  13. if (!(this instanceof Inputmask)) return new Inputmask(alias, options, internal);
  14. this.el = undefined, this.events = {}, this.maskset = undefined, this.refreshValue = !1,
  15. !0 !== internal && ($.isPlainObject(alias) ? options = alias : (options = options || {},
  16. alias && (options.alias = alias)), this.opts = $.extend(!0, {}, this.defaults, options),
  17. this.noMasksCache = options && options.definitions !== undefined, this.userOptions = options || {},
  18. this.isRTL = this.opts.numericInput, resolveAlias(this.opts.alias, options, this.opts));
  19. }
  20. function resolveAlias(aliasStr, options, opts) {
  21. var aliasDefinition = Inputmask.prototype.aliases[aliasStr];
  22. return aliasDefinition ? (aliasDefinition.alias && resolveAlias(aliasDefinition.alias, undefined, opts),
  23. $.extend(!0, opts, aliasDefinition), $.extend(!0, opts, options), !0) : (null === opts.mask && (opts.mask = aliasStr),
  24. !1);
  25. }
  26. function generateMaskSet(opts, nocache) {
  27. function generateMask(mask, metadata, opts) {
  28. var regexMask = !1;
  29. if (null !== mask && "" !== mask || ((regexMask = null !== opts.regex) ? mask = (mask = opts.regex).replace(/^(\^)(.*)(\$)$/, "$2") : (regexMask = !0,
  30. mask = ".*")), 1 === mask.length && !1 === opts.greedy && 0 !== opts.repeat && (opts.placeholder = ""),
  31. opts.repeat > 0 || "*" === opts.repeat || "+" === opts.repeat) {
  32. var repeatStart = "*" === opts.repeat ? 0 : "+" === opts.repeat ? 1 : opts.repeat;
  33. mask = opts.groupmarker[0] + mask + opts.groupmarker[1] + opts.quantifiermarker[0] + repeatStart + "," + opts.repeat + opts.quantifiermarker[1];
  34. }
  35. var masksetDefinition, maskdefKey = regexMask ? "regex_" + opts.regex : opts.numericInput ? mask.split("").reverse().join("") : mask;
  36. return Inputmask.prototype.masksCache[maskdefKey] === undefined || !0 === nocache ? (masksetDefinition = {
  37. mask: mask,
  38. maskToken: Inputmask.prototype.analyseMask(mask, regexMask, opts),
  39. validPositions: {},
  40. _buffer: undefined,
  41. buffer: undefined,
  42. tests: {},
  43. excludes: {},
  44. metadata: metadata,
  45. maskLength: undefined
  46. }, !0 !== nocache && (Inputmask.prototype.masksCache[maskdefKey] = masksetDefinition,
  47. masksetDefinition = $.extend(!0, {}, Inputmask.prototype.masksCache[maskdefKey]))) : masksetDefinition = $.extend(!0, {}, Inputmask.prototype.masksCache[maskdefKey]),
  48. masksetDefinition;
  49. }
  50. if ($.isFunction(opts.mask) && (opts.mask = opts.mask(opts)), $.isArray(opts.mask)) {
  51. if (opts.mask.length > 1) {
  52. if (null === opts.keepStatic) {
  53. opts.keepStatic = "auto";
  54. for (var i = 0; i < opts.mask.length; i++) if (opts.mask[i].charAt(0) !== opts.mask[0].charAt(0)) {
  55. opts.keepStatic = !0;
  56. break;
  57. }
  58. }
  59. var altMask = opts.groupmarker[0];
  60. return $.each(opts.isRTL ? opts.mask.reverse() : opts.mask, function(ndx, msk) {
  61. altMask.length > 1 && (altMask += opts.groupmarker[1] + opts.alternatormarker + opts.groupmarker[0]),
  62. msk.mask === undefined || $.isFunction(msk.mask) ? altMask += msk : altMask += msk.mask;
  63. }), generateMask(altMask += opts.groupmarker[1], opts.mask, opts);
  64. }
  65. opts.mask = opts.mask.pop();
  66. }
  67. return opts.mask && opts.mask.mask !== undefined && !$.isFunction(opts.mask.mask) ? generateMask(opts.mask.mask, opts.mask, opts) : generateMask(opts.mask, opts.mask, opts);
  68. }
  69. function isInputEventSupported(eventName) {
  70. var el = document.createElement("input"), evName = "on" + eventName, isSupported = evName in el;
  71. return isSupported || (el.setAttribute(evName, "return;"), isSupported = "function" == typeof el[evName]),
  72. el = null, isSupported;
  73. }
  74. function maskScope(actionObj, maskset, opts) {
  75. maskset = maskset || this.maskset, opts = opts || this.opts;
  76. var undoValue, $el, maxLength, colorMask, inputmask = this, el = this.el, isRTL = this.isRTL, skipKeyPressEvent = !1, skipInputEvent = !1, ignorable = !1, mouseEnter = !1, trackCaret = !1;
  77. function getMaskTemplate(baseOnInput, minimalPos, includeMode, noJit) {
  78. minimalPos = minimalPos || 0;
  79. var ndxIntlzr, test, testPos, maskTemplate = [], pos = 0, lvp = getLastValidPosition();
  80. do {
  81. if (!0 === baseOnInput && getMaskSet().validPositions[pos]) test = (testPos = getMaskSet().validPositions[pos]).match,
  82. ndxIntlzr = testPos.locator.slice(), maskTemplate.push(!0 === includeMode ? testPos.input : !1 === includeMode ? test.nativeDef : getPlaceholder(pos, test)); else {
  83. test = (testPos = getTestTemplate(pos, ndxIntlzr, pos - 1)).match, ndxIntlzr = testPos.locator.slice();
  84. var jitMasking = !0 !== noJit && (!1 !== opts.jitMasking ? opts.jitMasking : test.jit);
  85. (!1 === jitMasking || jitMasking === undefined || pos < lvp || "number" == typeof jitMasking && isFinite(jitMasking) && jitMasking > pos) && maskTemplate.push(!1 === includeMode ? test.nativeDef : getPlaceholder(pos, test));
  86. }
  87. "auto" === opts.keepStatic && test.newBlockMarker && null !== test.fn && (opts.keepStatic = pos - 1),
  88. pos++;
  89. } while ((maxLength === undefined || pos < maxLength) && (null !== test.fn || "" !== test.def) || minimalPos > pos);
  90. return "" === maskTemplate[maskTemplate.length - 1] && maskTemplate.pop(), !1 === includeMode && getMaskSet().maskLength !== undefined || (getMaskSet().maskLength = pos - 1),
  91. maskTemplate;
  92. }
  93. function getMaskSet() {
  94. return maskset;
  95. }
  96. function resetMaskSet(soft) {
  97. var maskset = getMaskSet();
  98. maskset.buffer = undefined, !0 !== soft && (maskset.validPositions = {}, maskset.p = 0);
  99. }
  100. function getLastValidPosition(closestTo, strict, validPositions) {
  101. var before = -1, after = -1, valids = validPositions || getMaskSet().validPositions;
  102. for (var posNdx in closestTo === undefined && (closestTo = -1), valids) {
  103. var psNdx = parseInt(posNdx);
  104. valids[psNdx] && (strict || !0 !== valids[psNdx].generatedInput) && (psNdx <= closestTo && (before = psNdx),
  105. psNdx >= closestTo && (after = psNdx));
  106. }
  107. return -1 === before || before == closestTo ? after : -1 == after ? before : closestTo - before < after - closestTo ? before : after;
  108. }
  109. function determineTestTemplate(pos, tests, guessNextBest) {
  110. for (var testPos, altTest = getTest(pos = pos > 0 ? pos - 1 : 0, tests), altArr = altTest.alternation !== undefined ? altTest.locator[altTest.alternation].toString().split(",") : [], ndx = 0; ndx < tests.length && (!((testPos = tests[ndx]).match && (opts.greedy && !0 !== testPos.match.optionalQuantifier || (!1 === testPos.match.optionality || !1 === testPos.match.newBlockMarker) && !0 !== testPos.match.optionalQuantifier) && (altTest.alternation === undefined || altTest.alternation !== testPos.alternation || testPos.locator[altTest.alternation] !== undefined && checkAlternationMatch(testPos.locator[altTest.alternation].toString().split(","), altArr))) || !0 === guessNextBest && (null !== testPos.match.fn || /[0-9a-bA-Z]/.test(testPos.match.def))); ndx++) ;
  111. return testPos;
  112. }
  113. function getDecisionTaker(tst) {
  114. var decisionTaker = tst.locator[tst.alternation];
  115. return "string" == typeof decisionTaker && decisionTaker.length > 0 && (decisionTaker = decisionTaker.split(",")[0]),
  116. decisionTaker !== undefined ? decisionTaker.toString() : "";
  117. }
  118. function getLocator(tst, align) {
  119. for (var locator = (tst.alternation != undefined ? tst.mloc[getDecisionTaker(tst)] : tst.locator).join(""); locator.length < align; ) locator += "0";
  120. return locator;
  121. }
  122. function getTestTemplate(pos, ndxIntlzr, tstPs) {
  123. return getMaskSet().validPositions[pos] || determineTestTemplate(pos, getTests(pos, ndxIntlzr ? ndxIntlzr.slice() : ndxIntlzr, tstPs));
  124. }
  125. function getTest(pos, tests) {
  126. return getMaskSet().validPositions[pos] ? getMaskSet().validPositions[pos] : (tests || getTests(pos))[0];
  127. }
  128. function positionCanMatchDefinition(pos, def) {
  129. for (var valid = !1, tests = getTests(pos), tndx = 0; tndx < tests.length; tndx++) if (tests[tndx].match && tests[tndx].match.def === def) {
  130. valid = !0;
  131. break;
  132. }
  133. return valid;
  134. }
  135. function getTests(pos, ndxIntlzr, tstPs) {
  136. var latestMatch, maskTokens = getMaskSet().maskToken, testPos = ndxIntlzr ? tstPs : 0, ndxInitializer = ndxIntlzr ? ndxIntlzr.slice() : [ 0 ], matches = [], insertStop = !1, cacheDependency = ndxIntlzr ? ndxIntlzr.join("") : "";
  137. function resolveTestFromToken(maskToken, ndxInitializer, loopNdx, quantifierRecurse) {
  138. function handleMatch(match, loopNdx, quantifierRecurse) {
  139. function isFirstMatch(latestMatch, tokenGroup) {
  140. var firstMatch = 0 === $.inArray(latestMatch, tokenGroup.matches);
  141. return firstMatch || $.each(tokenGroup.matches, function(ndx, match) {
  142. if (!0 === match.isQuantifier ? firstMatch = isFirstMatch(latestMatch, tokenGroup.matches[ndx - 1]) : !0 === match.isOptional ? firstMatch = isFirstMatch(latestMatch, match) : !0 === match.isAlternate && (firstMatch = isFirstMatch(latestMatch, match)),
  143. firstMatch) return !1;
  144. }), firstMatch;
  145. }
  146. function resolveNdxInitializer(pos, alternateNdx, targetAlternation) {
  147. var bestMatch, indexPos;
  148. if ((getMaskSet().tests[pos] || getMaskSet().validPositions[pos]) && $.each(getMaskSet().tests[pos] || [ getMaskSet().validPositions[pos] ], function(ndx, lmnt) {
  149. if (lmnt.mloc[alternateNdx]) return bestMatch = lmnt, !1;
  150. var alternation = targetAlternation !== undefined ? targetAlternation : lmnt.alternation, ndxPos = lmnt.locator[alternation] !== undefined ? lmnt.locator[alternation].toString().indexOf(alternateNdx) : -1;
  151. (indexPos === undefined || ndxPos < indexPos) && -1 !== ndxPos && (bestMatch = lmnt,
  152. indexPos = ndxPos);
  153. }), bestMatch) {
  154. var bestMatchAltIndex = bestMatch.locator[bestMatch.alternation];
  155. return (bestMatch.mloc[alternateNdx] || bestMatch.mloc[bestMatchAltIndex] || bestMatch.locator).slice((targetAlternation !== undefined ? targetAlternation : bestMatch.alternation) + 1);
  156. }
  157. return targetAlternation !== undefined ? resolveNdxInitializer(pos, alternateNdx) : undefined;
  158. }
  159. function isSubsetOf(source, target) {
  160. function expand(pattern) {
  161. for (var start, end, expanded = [], i = 0, l = pattern.length; i < l; i++) if ("-" === pattern.charAt(i)) for (end = pattern.charCodeAt(i + 1); ++start < end; ) expanded.push(String.fromCharCode(start)); else start = pattern.charCodeAt(i),
  162. expanded.push(pattern.charAt(i));
  163. return expanded.join("");
  164. }
  165. return opts.regex && null !== source.match.fn && null !== target.match.fn ? -1 !== expand(target.match.def.replace(/[\[\]]/g, "")).indexOf(expand(source.match.def.replace(/[\[\]]/g, ""))) : source.match.def === target.match.nativeDef;
  166. }
  167. function setMergeLocators(targetMatch, altMatch) {
  168. if (altMatch === undefined || targetMatch.alternation === altMatch.alternation && -1 === targetMatch.locator[targetMatch.alternation].toString().indexOf(altMatch.locator[altMatch.alternation])) {
  169. targetMatch.mloc = targetMatch.mloc || {};
  170. var locNdx = targetMatch.locator[targetMatch.alternation];
  171. if (locNdx !== undefined) {
  172. if ("string" == typeof locNdx && (locNdx = locNdx.split(",")[0]), targetMatch.mloc[locNdx] === undefined && (targetMatch.mloc[locNdx] = targetMatch.locator.slice()),
  173. altMatch !== undefined) {
  174. for (var ndx in altMatch.mloc) "string" == typeof ndx && (ndx = ndx.split(",")[0]),
  175. targetMatch.mloc[ndx] === undefined && (targetMatch.mloc[ndx] = altMatch.mloc[ndx]);
  176. targetMatch.locator[targetMatch.alternation] = Object.keys(targetMatch.mloc).join(",");
  177. }
  178. return !0;
  179. }
  180. targetMatch.alternation = undefined;
  181. }
  182. return !1;
  183. }
  184. if (testPos > 5e3) throw "Inputmask: There is probably an error in your mask definition or in the code. Create an issue on github with an example of the mask you are using. " + getMaskSet().mask;
  185. if (testPos === pos && match.matches === undefined) return matches.push({
  186. match: match,
  187. locator: loopNdx.reverse(),
  188. cd: cacheDependency,
  189. mloc: {}
  190. }), !0;
  191. if (match.matches !== undefined) {
  192. if (match.isGroup && quantifierRecurse !== match) {
  193. if (match = handleMatch(maskToken.matches[$.inArray(match, maskToken.matches) + 1], loopNdx)) return !0;
  194. } else if (match.isOptional) {
  195. var optionalToken = match;
  196. if (match = resolveTestFromToken(match, ndxInitializer, loopNdx, quantifierRecurse)) {
  197. if (latestMatch = matches[matches.length - 1].match, quantifierRecurse !== undefined || !isFirstMatch(latestMatch, optionalToken)) return !0;
  198. insertStop = !0, testPos = pos;
  199. }
  200. } else if (match.isAlternator) {
  201. var maltMatches, alternateToken = match, malternateMatches = [], currentMatches = matches.slice(), loopNdxCnt = loopNdx.length, altIndex = ndxInitializer.length > 0 ? ndxInitializer.shift() : -1;
  202. if (-1 === altIndex || "string" == typeof altIndex) {
  203. var amndx, currentPos = testPos, ndxInitializerClone = ndxInitializer.slice(), altIndexArr = [];
  204. if ("string" == typeof altIndex) altIndexArr = altIndex.split(","); else for (amndx = 0; amndx < alternateToken.matches.length; amndx++) altIndexArr.push(amndx.toString());
  205. if (getMaskSet().excludes[pos]) {
  206. for (var altIndexArrClone = altIndexArr.slice(), i = 0, el = getMaskSet().excludes[pos].length; i < el; i++) altIndexArr.splice(altIndexArr.indexOf(getMaskSet().excludes[pos][i].toString()), 1);
  207. 0 === altIndexArr.length && (getMaskSet().excludes[pos] = undefined, altIndexArr = altIndexArrClone);
  208. }
  209. (!0 === opts.keepStatic || isFinite(parseInt(opts.keepStatic)) && currentPos >= opts.keepStatic) && (altIndexArr = altIndexArr.slice(0, 1));
  210. for (var ndx = 0; ndx < altIndexArr.length; ndx++) {
  211. amndx = parseInt(altIndexArr[ndx]), matches = [], ndxInitializer = resolveNdxInitializer(testPos, amndx, loopNdxCnt) || ndxInitializerClone.slice(),
  212. alternateToken.matches[amndx] && handleMatch(alternateToken.matches[amndx], [ amndx ].concat(loopNdx), quantifierRecurse) && (match = !0),
  213. maltMatches = matches.slice(), testPos = currentPos, matches = [];
  214. for (var ndx1 = 0; ndx1 < maltMatches.length; ndx1++) {
  215. var altMatch = maltMatches[ndx1], dropMatch = !1;
  216. altMatch.alternation = altMatch.alternation || loopNdxCnt, setMergeLocators(altMatch);
  217. for (var ndx2 = 0; ndx2 < malternateMatches.length; ndx2++) {
  218. var altMatch2 = malternateMatches[ndx2];
  219. if ("string" != typeof altIndex || altMatch.alternation !== undefined && -1 !== $.inArray(altMatch.locator[altMatch.alternation].toString(), altIndexArr)) {
  220. if (altMatch.match.nativeDef === altMatch2.match.nativeDef) {
  221. dropMatch = !0, setMergeLocators(altMatch2, altMatch);
  222. break;
  223. }
  224. if (isSubsetOf(altMatch, altMatch2)) {
  225. setMergeLocators(altMatch, altMatch2) && (dropMatch = !0, malternateMatches.splice(malternateMatches.indexOf(altMatch2), 0, altMatch));
  226. break;
  227. }
  228. if (isSubsetOf(altMatch2, altMatch)) {
  229. setMergeLocators(altMatch2, altMatch);
  230. break;
  231. }
  232. if (target = altMatch2, null === (source = altMatch).match.fn && null !== target.match.fn && target.match.fn.test(source.match.def, getMaskSet(), pos, !1, opts, !1)) {
  233. setMergeLocators(altMatch, altMatch2) && (dropMatch = !0, malternateMatches.splice(malternateMatches.indexOf(altMatch2), 0, altMatch));
  234. break;
  235. }
  236. }
  237. }
  238. dropMatch || malternateMatches.push(altMatch);
  239. }
  240. }
  241. matches = currentMatches.concat(malternateMatches), testPos = pos, insertStop = matches.length > 0,
  242. match = malternateMatches.length > 0, ndxInitializer = ndxInitializerClone.slice();
  243. } else match = handleMatch(alternateToken.matches[altIndex] || maskToken.matches[altIndex], [ altIndex ].concat(loopNdx), quantifierRecurse);
  244. if (match) return !0;
  245. } else if (match.isQuantifier && quantifierRecurse !== maskToken.matches[$.inArray(match, maskToken.matches) - 1]) for (var qt = match, qndx = ndxInitializer.length > 0 ? ndxInitializer.shift() : 0; qndx < (isNaN(qt.quantifier.max) ? qndx + 1 : qt.quantifier.max) && testPos <= pos; qndx++) {
  246. var tokenGroup = maskToken.matches[$.inArray(qt, maskToken.matches) - 1];
  247. if (match = handleMatch(tokenGroup, [ qndx ].concat(loopNdx), tokenGroup)) {
  248. if ((latestMatch = matches[matches.length - 1].match).optionalQuantifier = qndx > qt.quantifier.min - 1,
  249. latestMatch.jit = qndx + tokenGroup.matches.indexOf(latestMatch) >= qt.quantifier.jit,
  250. isFirstMatch(latestMatch, tokenGroup) && qndx > qt.quantifier.min - 1) {
  251. insertStop = !0, testPos = pos;
  252. break;
  253. }
  254. if (qt.quantifier.jit !== undefined && isNaN(qt.quantifier.max) && latestMatch.optionalQuantifier && getMaskSet().validPositions[pos - 1] === undefined) {
  255. matches.pop(), insertStop = !0, testPos = pos, cacheDependency = undefined;
  256. break;
  257. }
  258. return !0;
  259. }
  260. } else if (match = resolveTestFromToken(match, ndxInitializer, loopNdx, quantifierRecurse)) return !0;
  261. } else testPos++;
  262. var source, target;
  263. }
  264. for (var tndx = ndxInitializer.length > 0 ? ndxInitializer.shift() : 0; tndx < maskToken.matches.length; tndx++) if (!0 !== maskToken.matches[tndx].isQuantifier) {
  265. var match = handleMatch(maskToken.matches[tndx], [ tndx ].concat(loopNdx), quantifierRecurse);
  266. if (match && testPos === pos) return match;
  267. if (testPos > pos) break;
  268. }
  269. }
  270. if (pos > -1) {
  271. if (ndxIntlzr === undefined) {
  272. for (var test, previousPos = pos - 1; (test = getMaskSet().validPositions[previousPos] || getMaskSet().tests[previousPos]) === undefined && previousPos > -1; ) previousPos--;
  273. test !== undefined && previousPos > -1 && (ndxInitializer = function(pos, tests) {
  274. var locator = [];
  275. return $.isArray(tests) || (tests = [ tests ]), tests.length > 0 && (tests[0].alternation === undefined ? 0 === (locator = determineTestTemplate(pos, tests.slice()).locator.slice()).length && (locator = tests[0].locator.slice()) : $.each(tests, function(ndx, tst) {
  276. if ("" !== tst.def) if (0 === locator.length) locator = tst.locator.slice(); else for (var i = 0; i < locator.length; i++) tst.locator[i] && -1 === locator[i].toString().indexOf(tst.locator[i]) && (locator[i] += "," + tst.locator[i]);
  277. })), locator;
  278. }(previousPos, test), cacheDependency = ndxInitializer.join(""), testPos = previousPos);
  279. }
  280. if (getMaskSet().tests[pos] && getMaskSet().tests[pos][0].cd === cacheDependency) return getMaskSet().tests[pos];
  281. for (var mtndx = ndxInitializer.shift(); mtndx < maskTokens.length; mtndx++) {
  282. if (resolveTestFromToken(maskTokens[mtndx], ndxInitializer, [ mtndx ]) && testPos === pos || testPos > pos) break;
  283. }
  284. }
  285. return (0 === matches.length || insertStop) && matches.push({
  286. match: {
  287. fn: null,
  288. optionality: !0,
  289. casing: null,
  290. def: "",
  291. placeholder: ""
  292. },
  293. locator: [],
  294. mloc: {},
  295. cd: cacheDependency
  296. }), ndxIntlzr !== undefined && getMaskSet().tests[pos] ? $.extend(!0, [], matches) : (getMaskSet().tests[pos] = $.extend(!0, [], matches),
  297. getMaskSet().tests[pos]);
  298. }
  299. function getBufferTemplate() {
  300. return getMaskSet()._buffer === undefined && (getMaskSet()._buffer = getMaskTemplate(!1, 1),
  301. getMaskSet().buffer === undefined && (getMaskSet().buffer = getMaskSet()._buffer.slice())),
  302. getMaskSet()._buffer;
  303. }
  304. function getBuffer(noCache) {
  305. return getMaskSet().buffer !== undefined && !0 !== noCache || (getMaskSet().buffer = getMaskTemplate(!0, getLastValidPosition(), !0)),
  306. getMaskSet().buffer;
  307. }
  308. function refreshFromBuffer(start, end, buffer) {
  309. var i, p;
  310. if (!0 === start) resetMaskSet(), start = 0, end = buffer.length; else for (i = start; i < end; i++) delete getMaskSet().validPositions[i];
  311. for (p = start, i = start; i < end; i++) if (resetMaskSet(!0), buffer[i] !== opts.skipOptionalPartCharacter) {
  312. var valResult = isValid(p, buffer[i], !0, !0);
  313. !1 !== valResult && (resetMaskSet(!0), p = valResult.caret !== undefined ? valResult.caret : valResult.pos + 1);
  314. }
  315. }
  316. function checkAlternationMatch(altArr1, altArr2, na) {
  317. for (var naNdx, altArrC = opts.greedy ? altArr2 : altArr2.slice(0, 1), isMatch = !1, naArr = na !== undefined ? na.split(",") : [], i = 0; i < naArr.length; i++) -1 !== (naNdx = altArr1.indexOf(naArr[i])) && altArr1.splice(naNdx, 1);
  318. for (var alndx = 0; alndx < altArr1.length; alndx++) if (-1 !== $.inArray(altArr1[alndx], altArrC)) {
  319. isMatch = !0;
  320. break;
  321. }
  322. return isMatch;
  323. }
  324. function alternate(pos, c, strict, fromSetValid, rAltPos) {
  325. var lastAlt, alternation, altPos, prevAltPos, i, validPos, decisionPos, validPsClone = $.extend(!0, {}, getMaskSet().validPositions), isValidRslt = !1, lAltPos = rAltPos !== undefined ? rAltPos : getLastValidPosition();
  326. if (-1 === lAltPos && rAltPos === undefined) alternation = (prevAltPos = getTest(lastAlt = 0)).alternation; else for (;lAltPos >= 0; lAltPos--) if ((altPos = getMaskSet().validPositions[lAltPos]) && altPos.alternation !== undefined) {
  327. if (prevAltPos && prevAltPos.locator[altPos.alternation] !== altPos.locator[altPos.alternation]) break;
  328. lastAlt = lAltPos, alternation = getMaskSet().validPositions[lastAlt].alternation,
  329. prevAltPos = altPos;
  330. }
  331. if (alternation !== undefined) {
  332. decisionPos = parseInt(lastAlt), getMaskSet().excludes[decisionPos] = getMaskSet().excludes[decisionPos] || [],
  333. !0 !== pos && getMaskSet().excludes[decisionPos].push(getDecisionTaker(prevAltPos));
  334. var validInputsClone = [], staticInputsBeforePos = 0;
  335. for (i = decisionPos; i < getLastValidPosition(undefined, !0) + 1; i++) (validPos = getMaskSet().validPositions[i]) && !0 !== validPos.generatedInput && /[0-9a-bA-Z]/.test(validPos.input) ? validInputsClone.push(validPos.input) : i < pos && staticInputsBeforePos++,
  336. delete getMaskSet().validPositions[i];
  337. for (;getMaskSet().excludes[decisionPos] && getMaskSet().excludes[decisionPos].length < 10; ) {
  338. var posOffset = -1 * staticInputsBeforePos, validInputs = validInputsClone.slice();
  339. for (getMaskSet().tests[decisionPos] = undefined, resetMaskSet(!0), isValidRslt = !0; validInputs.length > 0; ) {
  340. var input = validInputs.shift();
  341. if (input !== opts.skipOptionalPartCharacter && !(isValidRslt = isValid(getLastValidPosition(undefined, !0) + 1, input, !1, fromSetValid, !0))) break;
  342. }
  343. if (isValidRslt && c !== undefined) {
  344. var targetLvp = getLastValidPosition(pos) + 1;
  345. for (i = decisionPos; i < getLastValidPosition() + 1; i++) ((validPos = getMaskSet().validPositions[i]) === undefined || null == validPos.match.fn) && i < pos + posOffset && posOffset++;
  346. isValidRslt = isValid((pos += posOffset) > targetLvp ? targetLvp : pos, c, strict, fromSetValid, !0);
  347. }
  348. if (isValidRslt) break;
  349. if (resetMaskSet(), prevAltPos = getTest(decisionPos), getMaskSet().validPositions = $.extend(!0, {}, validPsClone),
  350. !getMaskSet().excludes[decisionPos]) {
  351. isValidRslt = alternate(pos, c, strict, fromSetValid, decisionPos - 1);
  352. break;
  353. }
  354. var decisionTaker = getDecisionTaker(prevAltPos);
  355. if (-1 !== getMaskSet().excludes[decisionPos].indexOf(decisionTaker)) {
  356. isValidRslt = alternate(pos, c, strict, fromSetValid, decisionPos - 1);
  357. break;
  358. }
  359. for (getMaskSet().excludes[decisionPos].push(decisionTaker), i = decisionPos; i < getLastValidPosition(undefined, !0) + 1; i++) delete getMaskSet().validPositions[i];
  360. }
  361. }
  362. return getMaskSet().excludes[decisionPos] = undefined, isValidRslt;
  363. }
  364. function isValid(pos, c, strict, fromSetValid, fromAlternate, validateOnly) {
  365. function isSelection(posObj) {
  366. return isRTL ? posObj.begin - posObj.end > 1 || posObj.begin - posObj.end == 1 : posObj.end - posObj.begin > 1 || posObj.end - posObj.begin == 1;
  367. }
  368. strict = !0 === strict;
  369. var maskPos = pos;
  370. function _isValid(position, c, strict) {
  371. var rslt = !1;
  372. return $.each(getTests(position), function(ndx, tst) {
  373. var test = tst.match;
  374. if (getBuffer(!0), !1 !== (rslt = null != test.fn ? test.fn.test(c, getMaskSet(), position, strict, opts, isSelection(pos)) : (c === test.def || c === opts.skipOptionalPartCharacter) && "" !== test.def && {
  375. c: getPlaceholder(position, test, !0) || test.def,
  376. pos: position
  377. })) {
  378. var elem = rslt.c !== undefined ? rslt.c : c, validatedPos = position;
  379. return elem = elem === opts.skipOptionalPartCharacter && null === test.fn ? getPlaceholder(position, test, !0) || test.def : elem,
  380. rslt.remove !== undefined && ($.isArray(rslt.remove) || (rslt.remove = [ rslt.remove ]),
  381. $.each(rslt.remove.sort(function(a, b) {
  382. return b - a;
  383. }), function(ndx, lmnt) {
  384. revalidateMask({
  385. begin: lmnt,
  386. end: lmnt + 1
  387. });
  388. })), rslt.insert !== undefined && ($.isArray(rslt.insert) || (rslt.insert = [ rslt.insert ]),
  389. $.each(rslt.insert.sort(function(a, b) {
  390. return a - b;
  391. }), function(ndx, lmnt) {
  392. isValid(lmnt.pos, lmnt.c, !0, fromSetValid);
  393. })), !0 !== rslt && rslt.pos !== undefined && rslt.pos !== position && (validatedPos = rslt.pos),
  394. !0 !== rslt && rslt.pos === undefined && rslt.c === undefined ? !1 : (revalidateMask(pos, $.extend({}, tst, {
  395. input: function(elem, test, pos) {
  396. switch (opts.casing || test.casing) {
  397. case "upper":
  398. elem = elem.toUpperCase();
  399. break;
  400. case "lower":
  401. elem = elem.toLowerCase();
  402. break;
  403. case "title":
  404. var posBefore = getMaskSet().validPositions[pos - 1];
  405. elem = 0 === pos || posBefore && posBefore.input === String.fromCharCode(Inputmask.keyCode.SPACE) ? elem.toUpperCase() : elem.toLowerCase();
  406. break;
  407. default:
  408. if ($.isFunction(opts.casing)) {
  409. var args = Array.prototype.slice.call(arguments);
  410. args.push(getMaskSet().validPositions), elem = opts.casing.apply(this, args);
  411. }
  412. }
  413. return elem;
  414. }(elem, test, validatedPos)
  415. }), fromSetValid, validatedPos) || (rslt = !1), !1);
  416. }
  417. }), rslt;
  418. }
  419. pos.begin !== undefined && (maskPos = isRTL ? pos.end : pos.begin);
  420. var result = !0, positionsClone = $.extend(!0, {}, getMaskSet().validPositions);
  421. if ($.isFunction(opts.preValidation) && !strict && !0 !== fromSetValid && !0 !== validateOnly && (result = opts.preValidation(getBuffer(), maskPos, c, isSelection(pos), opts, getMaskSet())),
  422. !0 === result) {
  423. if (trackbackPositions(undefined, maskPos, !0), (maxLength === undefined || maskPos < maxLength) && (result = _isValid(maskPos, c, strict),
  424. (!strict || !0 === fromSetValid) && !1 === result && !0 !== validateOnly)) {
  425. var currentPosValid = getMaskSet().validPositions[maskPos];
  426. if (!currentPosValid || null !== currentPosValid.match.fn || currentPosValid.match.def !== c && c !== opts.skipOptionalPartCharacter) {
  427. if ((opts.insertMode || getMaskSet().validPositions[seekNext(maskPos)] === undefined) && !isMask(maskPos, !0)) for (var nPos = maskPos + 1, snPos = seekNext(maskPos); nPos <= snPos; nPos++) if (!1 !== (result = _isValid(nPos, c, strict))) {
  428. result = trackbackPositions(maskPos, result.pos !== undefined ? result.pos : nPos) || result,
  429. maskPos = nPos;
  430. break;
  431. }
  432. } else result = {
  433. caret: seekNext(maskPos)
  434. };
  435. }
  436. !1 !== result || null === opts.keepStatic || !1 === opts.keepStatic || strict || !0 === fromAlternate || (result = alternate(maskPos, c, strict, fromSetValid)),
  437. !0 === result && (result = {
  438. pos: maskPos
  439. });
  440. }
  441. if ($.isFunction(opts.postValidation) && !1 !== result && !strict && !0 !== fromSetValid && !0 !== validateOnly) {
  442. var postResult = opts.postValidation(getBuffer(!0), result, opts);
  443. if (postResult !== undefined) {
  444. if (postResult.refreshFromBuffer && postResult.buffer) {
  445. var refresh = postResult.refreshFromBuffer;
  446. refreshFromBuffer(!0 === refresh ? refresh : refresh.start, refresh.end, postResult.buffer);
  447. }
  448. result = !0 === postResult ? result : postResult;
  449. }
  450. }
  451. return result && result.pos === undefined && (result.pos = maskPos), !1 !== result && !0 !== validateOnly || (resetMaskSet(!0),
  452. getMaskSet().validPositions = $.extend(!0, {}, positionsClone)), result;
  453. }
  454. function trackbackPositions(originalPos, newPos, fillOnly) {
  455. var result;
  456. if (originalPos === undefined) for (originalPos = newPos - 1; originalPos > 0 && !getMaskSet().validPositions[originalPos]; originalPos--) ;
  457. for (var ps = originalPos; ps < newPos; ps++) if (getMaskSet().validPositions[ps] === undefined && !isMask(ps, !0)) {
  458. var vp = 0 == ps ? getTest(ps) : getMaskSet().validPositions[ps - 1];
  459. if (vp) {
  460. var tstLocator, targetLocator = getLocator(vp), tests = getTests(ps).slice(), closest = undefined, bestMatch = getTest(ps);
  461. if ("" === tests[tests.length - 1].match.def && tests.pop(), $.each(tests, function(ndx, tst) {
  462. tstLocator = getLocator(tst, targetLocator.length);
  463. var distance = Math.abs(tstLocator - targetLocator);
  464. (closest === undefined || distance < closest) && null === tst.match.fn && !0 !== tst.match.optionality && !0 !== tst.match.optionalQuantifier && (closest = distance,
  465. bestMatch = tst);
  466. }), (bestMatch = $.extend({}, bestMatch, {
  467. input: getPlaceholder(ps, bestMatch.match, !0) || bestMatch.match.def
  468. })).generatedInput = !0, revalidateMask(ps, bestMatch, !0), !0 !== fillOnly) {
  469. var cvpInput = getMaskSet().validPositions[newPos].input;
  470. getMaskSet().validPositions[newPos] = undefined, result = isValid(newPos, cvpInput, !0, !0);
  471. }
  472. }
  473. }
  474. return result;
  475. }
  476. function revalidateMask(pos, validTest, fromSetValid, validatedPos) {
  477. function IsEnclosedStatic(pos, valids, selection) {
  478. var posMatch = valids[pos];
  479. if (posMatch !== undefined && (null === posMatch.match.fn && !0 !== posMatch.match.optionality || posMatch.input === opts.radixPoint)) {
  480. var prevMatch = selection.begin <= pos - 1 ? valids[pos - 1] && null === valids[pos - 1].match.fn && valids[pos - 1] : valids[pos - 1], nextMatch = selection.end > pos + 1 ? valids[pos + 1] && null === valids[pos + 1].match.fn && valids[pos + 1] : valids[pos + 1];
  481. return prevMatch && nextMatch;
  482. }
  483. return !1;
  484. }
  485. var begin = pos.begin !== undefined ? pos.begin : pos, end = pos.end !== undefined ? pos.end : pos;
  486. if (pos.begin > pos.end && (begin = pos.end, end = pos.begin), validatedPos = validatedPos !== undefined ? validatedPos : begin,
  487. begin !== end || opts.insertMode && getMaskSet().validPositions[validatedPos] !== undefined && fromSetValid === undefined) {
  488. var positionsClone = $.extend(!0, {}, getMaskSet().validPositions), lvp = getLastValidPosition(undefined, !0);
  489. for (getMaskSet().p = begin, i = lvp; i >= begin; i--) getMaskSet().validPositions[i] && "+" === getMaskSet().validPositions[i].match.nativeDef && (opts.isNegative = !1),
  490. delete getMaskSet().validPositions[i];
  491. var valid = !0, j = validatedPos, needsValidation = (getMaskSet().validPositions,
  492. !1), posMatch = j, i = j;
  493. for (validTest && (getMaskSet().validPositions[validatedPos] = $.extend(!0, {}, validTest),
  494. posMatch++, j++, begin < end && i++); i <= lvp; i++) {
  495. var t = positionsClone[i];
  496. if (t !== undefined && (i >= end || i >= begin && !0 !== t.generatedInput && IsEnclosedStatic(i, positionsClone, {
  497. begin: begin,
  498. end: end
  499. }))) {
  500. for (;"" !== getTest(posMatch).match.def; ) {
  501. if (!1 === needsValidation && positionsClone[posMatch] && positionsClone[posMatch].match.nativeDef === t.match.nativeDef) getMaskSet().validPositions[posMatch] = $.extend(!0, {}, positionsClone[posMatch]),
  502. getMaskSet().validPositions[posMatch].input = t.input, trackbackPositions(undefined, posMatch, !0),
  503. j = posMatch + 1, valid = !0; else if (positionCanMatchDefinition(posMatch, t.match.def)) {
  504. var result = isValid(posMatch, t.input, !0, !0);
  505. valid = !1 !== result, j = result.caret || result.insert ? getLastValidPosition() : posMatch + 1,
  506. needsValidation = !0;
  507. } else if (!(valid = !0 === t.generatedInput || t.input === opts.radixPoint && !0 === opts.numericInput) && "" === getTest(posMatch).match.def) break;
  508. if (valid) break;
  509. posMatch++;
  510. }
  511. "" == getTest(posMatch).match.def && (valid = !1), posMatch = j;
  512. }
  513. if (!valid) break;
  514. }
  515. if (!valid) return getMaskSet().validPositions = $.extend(!0, {}, positionsClone),
  516. resetMaskSet(!0), !1;
  517. } else validTest && (getMaskSet().validPositions[validatedPos] = $.extend(!0, {}, validTest));
  518. return resetMaskSet(!0), !0;
  519. }
  520. function isMask(pos, strict) {
  521. var test = getTestTemplate(pos).match;
  522. if ("" === test.def && (test = getTest(pos).match), null != test.fn) return test.fn;
  523. if (!0 !== strict && pos > -1) {
  524. var tests = getTests(pos);
  525. return tests.length > 1 + ("" === tests[tests.length - 1].match.def ? 1 : 0);
  526. }
  527. return !1;
  528. }
  529. function seekNext(pos, newBlock) {
  530. for (var position = pos + 1; "" !== getTest(position).match.def && (!0 === newBlock && (!0 !== getTest(position).match.newBlockMarker || !isMask(position)) || !0 !== newBlock && !isMask(position)); ) position++;
  531. return position;
  532. }
  533. function seekPrevious(pos, newBlock) {
  534. var tests, position = pos;
  535. if (position <= 0) return 0;
  536. for (;--position > 0 && (!0 === newBlock && !0 !== getTest(position).match.newBlockMarker || !0 !== newBlock && !isMask(position) && ((tests = getTests(position)).length < 2 || 2 === tests.length && "" === tests[1].match.def)); ) ;
  537. return position;
  538. }
  539. function writeBuffer(input, buffer, caretPos, event, triggerInputEvent) {
  540. if (event && $.isFunction(opts.onBeforeWrite)) {
  541. var result = opts.onBeforeWrite.call(inputmask, event, buffer, caretPos, opts);
  542. if (result) {
  543. if (result.refreshFromBuffer) {
  544. var refresh = result.refreshFromBuffer;
  545. refreshFromBuffer(!0 === refresh ? refresh : refresh.start, refresh.end, result.buffer || buffer),
  546. buffer = getBuffer(!0);
  547. }
  548. caretPos !== undefined && (caretPos = result.caret !== undefined ? result.caret : caretPos);
  549. }
  550. }
  551. input !== undefined && (input.inputmask._valueSet(buffer.join("")), caretPos === undefined || event !== undefined && "blur" === event.type ? renderColorMask(input, caretPos, 0 === buffer.length) : caret(input, caretPos),
  552. !0 === triggerInputEvent && (skipInputEvent = !0, $(input).trigger("input")));
  553. }
  554. function getPlaceholder(pos, test, returnPL) {
  555. if ((test = test || getTest(pos).match).placeholder !== undefined || !0 === returnPL) return $.isFunction(test.placeholder) ? test.placeholder(opts) : test.placeholder;
  556. if (null === test.fn) {
  557. if (pos > -1 && getMaskSet().validPositions[pos] === undefined) {
  558. var prevTest, tests = getTests(pos), staticAlternations = [];
  559. if (tests.length > 1 + ("" === tests[tests.length - 1].match.def ? 1 : 0)) for (var i = 0; i < tests.length; i++) if (!0 !== tests[i].match.optionality && !0 !== tests[i].match.optionalQuantifier && (null === tests[i].match.fn || prevTest === undefined || !1 !== tests[i].match.fn.test(prevTest.match.def, getMaskSet(), pos, !0, opts)) && (staticAlternations.push(tests[i]),
  560. null === tests[i].match.fn && (prevTest = tests[i]), staticAlternations.length > 1 && /[0-9a-bA-Z]/.test(staticAlternations[0].match.def))) return opts.placeholder.charAt(pos % opts.placeholder.length);
  561. }
  562. return test.def;
  563. }
  564. return opts.placeholder.charAt(pos % opts.placeholder.length);
  565. }
  566. var valueBuffer, EventRuler = {
  567. on: function(input, eventName, eventHandler) {
  568. var ev = function(e) {
  569. var that = this;
  570. if (that.inputmask === undefined && "FORM" !== this.nodeName) {
  571. var imOpts = $.data(that, "_inputmask_opts");
  572. imOpts ? new Inputmask(imOpts).mask(that) : EventRuler.off(that);
  573. } else {
  574. if ("setvalue" === e.type || "FORM" === this.nodeName || !(that.disabled || that.readOnly && !("keydown" === e.type && e.ctrlKey && 67 === e.keyCode || !1 === opts.tabThrough && e.keyCode === Inputmask.keyCode.TAB))) {
  575. switch (e.type) {
  576. case "input":
  577. if (!0 === skipInputEvent) return skipInputEvent = !1, e.preventDefault();
  578. mobile && (trackCaret = !0);
  579. break;
  580. case "keydown":
  581. skipKeyPressEvent = !1, skipInputEvent = !1;
  582. break;
  583. case "keypress":
  584. if (!0 === skipKeyPressEvent) return e.preventDefault();
  585. skipKeyPressEvent = !0;
  586. break;
  587. case "click":
  588. if (iemobile || iphone) {
  589. var args = arguments;
  590. return setTimeout(function() {
  591. eventHandler.apply(that, args);
  592. }, 0), !1;
  593. }
  594. }
  595. var returnVal = eventHandler.apply(that, arguments);
  596. return trackCaret && (trackCaret = !1, setTimeout(function() {
  597. caret(that, that.inputmask.caretPos, undefined, !0);
  598. })), !1 === returnVal && (e.preventDefault(), e.stopPropagation()), returnVal;
  599. }
  600. e.preventDefault();
  601. }
  602. };
  603. input.inputmask.events[eventName] = input.inputmask.events[eventName] || [], input.inputmask.events[eventName].push(ev),
  604. -1 !== $.inArray(eventName, [ "submit", "reset" ]) ? null !== input.form && $(input.form).on(eventName, ev) : $(input).on(eventName, ev);
  605. },
  606. off: function(input, event) {
  607. var events;
  608. input.inputmask && input.inputmask.events && (event ? (events = [])[event] = input.inputmask.events[event] : events = input.inputmask.events,
  609. $.each(events, function(eventName, evArr) {
  610. for (;evArr.length > 0; ) {
  611. var ev = evArr.pop();
  612. -1 !== $.inArray(eventName, [ "submit", "reset" ]) ? null !== input.form && $(input.form).off(eventName, ev) : $(input).off(eventName, ev);
  613. }
  614. delete input.inputmask.events[eventName];
  615. }));
  616. }
  617. }, EventHandlers = {
  618. keydownEvent: function(e) {
  619. var input = this, $input = $(input), k = e.keyCode, pos = caret(input);
  620. if (k === Inputmask.keyCode.BACKSPACE || k === Inputmask.keyCode.DELETE || iphone && k === Inputmask.keyCode.BACKSPACE_SAFARI || e.ctrlKey && k === Inputmask.keyCode.X && !isInputEventSupported("cut")) e.preventDefault(),
  621. handleRemove(input, k, pos), writeBuffer(input, getBuffer(!0), getMaskSet().p, e, input.inputmask._valueGet() !== getBuffer().join("")),
  622. input.inputmask._valueGet() === getBufferTemplate().join("") ? $input.trigger("cleared") : !0 === isComplete(getBuffer()) && $input.trigger("complete"); else if (k === Inputmask.keyCode.END || k === Inputmask.keyCode.PAGE_DOWN) {
  623. e.preventDefault();
  624. var caretPos = seekNext(getLastValidPosition());
  625. opts.insertMode || caretPos !== getMaskSet().maskLength || e.shiftKey || caretPos--,
  626. caret(input, e.shiftKey ? pos.begin : caretPos, caretPos, !0);
  627. } else k === Inputmask.keyCode.HOME && !e.shiftKey || k === Inputmask.keyCode.PAGE_UP ? (e.preventDefault(),
  628. caret(input, 0, e.shiftKey ? pos.begin : 0, !0)) : (opts.undoOnEscape && k === Inputmask.keyCode.ESCAPE || 90 === k && e.ctrlKey) && !0 !== e.altKey ? (checkVal(input, !0, !1, undoValue.split("")),
  629. $input.trigger("click")) : k !== Inputmask.keyCode.INSERT || e.shiftKey || e.ctrlKey ? !0 === opts.tabThrough && k === Inputmask.keyCode.TAB ? (!0 === e.shiftKey ? (null === getTest(pos.begin).match.fn && (pos.begin = seekNext(pos.begin)),
  630. pos.end = seekPrevious(pos.begin, !0), pos.begin = seekPrevious(pos.end, !0)) : (pos.begin = seekNext(pos.begin, !0),
  631. pos.end = seekNext(pos.begin, !0), pos.end < getMaskSet().maskLength && pos.end--),
  632. pos.begin < getMaskSet().maskLength && (e.preventDefault(), caret(input, pos.begin, pos.end))) : e.shiftKey || !1 === opts.insertMode && (k === Inputmask.keyCode.RIGHT ? setTimeout(function() {
  633. var caretPos = caret(input);
  634. caret(input, caretPos.begin);
  635. }, 0) : k === Inputmask.keyCode.LEFT && setTimeout(function() {
  636. var caretPos = caret(input);
  637. caret(input, isRTL ? caretPos.begin + 1 : caretPos.begin - 1);
  638. }, 0)) : (opts.insertMode = !opts.insertMode, caret(input, opts.insertMode || pos.begin !== getMaskSet().maskLength ? pos.begin : pos.begin - 1));
  639. opts.onKeyDown.call(this, e, getBuffer(), caret(input).begin, opts), ignorable = -1 !== $.inArray(k, opts.ignorables);
  640. },
  641. keypressEvent: function(e, checkval, writeOut, strict, ndx) {
  642. var input = this, $input = $(input), k = e.which || e.charCode || e.keyCode;
  643. if (!(!0 === checkval || e.ctrlKey && e.altKey) && (e.ctrlKey || e.metaKey || ignorable)) return k === Inputmask.keyCode.ENTER && undoValue !== getBuffer().join("") && (undoValue = getBuffer().join(""),
  644. setTimeout(function() {
  645. $input.trigger("change");
  646. }, 0)), !0;
  647. if (k) {
  648. 46 === k && !1 === e.shiftKey && "" !== opts.radixPoint && (k = opts.radixPoint.charCodeAt(0));
  649. var forwardPosition, pos = checkval ? {
  650. begin: ndx,
  651. end: ndx
  652. } : caret(input), c = String.fromCharCode(k), offset = 0;
  653. if (opts._radixDance && opts.numericInput) {
  654. var caretPos = getBuffer().indexOf(opts.radixPoint.charAt(0)) + 1;
  655. pos.begin <= caretPos && (k === opts.radixPoint.charCodeAt(0) && (offset = 1), pos.begin -= 1,
  656. pos.end -= 1);
  657. }
  658. getMaskSet().writeOutBuffer = !0;
  659. var valResult = isValid(pos, c, strict);
  660. if (!1 !== valResult && (resetMaskSet(!0), forwardPosition = valResult.caret !== undefined ? valResult.caret : seekNext(valResult.pos.begin ? valResult.pos.begin : valResult.pos),
  661. getMaskSet().p = forwardPosition), forwardPosition = (opts.numericInput && valResult.caret === undefined ? seekPrevious(forwardPosition) : forwardPosition) + offset,
  662. !1 !== writeOut && (setTimeout(function() {
  663. opts.onKeyValidation.call(input, k, valResult, opts);
  664. }, 0), getMaskSet().writeOutBuffer && !1 !== valResult)) {
  665. var buffer = getBuffer();
  666. writeBuffer(input, buffer, forwardPosition, e, !0 !== checkval), !0 !== checkval && setTimeout(function() {
  667. !0 === isComplete(buffer) && $input.trigger("complete");
  668. }, 0);
  669. }
  670. if (e.preventDefault(), checkval) return !1 !== valResult && (valResult.forwardPosition = forwardPosition),
  671. valResult;
  672. }
  673. },
  674. pasteEvent: function(e) {
  675. var tempValue, ev = e.originalEvent || e, $input = $(this), inputValue = this.inputmask._valueGet(!0), caretPos = caret(this);
  676. isRTL && (tempValue = caretPos.end, caretPos.end = caretPos.begin, caretPos.begin = tempValue);
  677. var valueBeforeCaret = inputValue.substr(0, caretPos.begin), valueAfterCaret = inputValue.substr(caretPos.end, inputValue.length);
  678. if (valueBeforeCaret === (isRTL ? getBufferTemplate().reverse() : getBufferTemplate()).slice(0, caretPos.begin).join("") && (valueBeforeCaret = ""),
  679. valueAfterCaret === (isRTL ? getBufferTemplate().reverse() : getBufferTemplate()).slice(caretPos.end).join("") && (valueAfterCaret = ""),
  680. isRTL && (tempValue = valueBeforeCaret, valueBeforeCaret = valueAfterCaret, valueAfterCaret = tempValue),
  681. window.clipboardData && window.clipboardData.getData) inputValue = valueBeforeCaret + window.clipboardData.getData("Text") + valueAfterCaret; else {
  682. if (!ev.clipboardData || !ev.clipboardData.getData) return !0;
  683. inputValue = valueBeforeCaret + ev.clipboardData.getData("text/plain") + valueAfterCaret;
  684. }
  685. var pasteValue = inputValue;
  686. if ($.isFunction(opts.onBeforePaste)) {
  687. if (!1 === (pasteValue = opts.onBeforePaste.call(inputmask, inputValue, opts))) return e.preventDefault();
  688. pasteValue || (pasteValue = inputValue);
  689. }
  690. return checkVal(this, !1, !1, isRTL ? pasteValue.split("").reverse() : pasteValue.toString().split("")),
  691. writeBuffer(this, getBuffer(), seekNext(getLastValidPosition()), e, undoValue !== getBuffer().join("")),
  692. !0 === isComplete(getBuffer()) && $input.trigger("complete"), e.preventDefault();
  693. },
  694. inputFallBackEvent: function(e) {
  695. var input = this, inputValue = input.inputmask._valueGet();
  696. if (getBuffer().join("") !== inputValue) {
  697. var caretPos = caret(input);
  698. if (inputValue = function(input, inputValue, caretPos) {
  699. if (iemobile) {
  700. var inputChar = inputValue.replace(getBuffer().join(""), "");
  701. if (1 === inputChar.length) {
  702. var iv = inputValue.split("");
  703. iv.splice(caretPos.begin, 0, inputChar), inputValue = iv.join("");
  704. }
  705. }
  706. return inputValue;
  707. }(0, inputValue = function(input, inputValue, caretPos) {
  708. return "." === inputValue.charAt(caretPos.begin - 1) && "" !== opts.radixPoint && ((inputValue = inputValue.split(""))[caretPos.begin - 1] = opts.radixPoint.charAt(0),
  709. inputValue = inputValue.join("")), inputValue;
  710. }(0, inputValue, caretPos), caretPos), getBuffer().join("") !== inputValue) {
  711. var buffer = getBuffer().join(""), offset = !opts.numericInput && inputValue.length > buffer.length ? -1 : 0, frontPart = inputValue.substr(0, caretPos.begin), backPart = inputValue.substr(caretPos.begin), frontBufferPart = buffer.substr(0, caretPos.begin + offset), backBufferPart = buffer.substr(caretPos.begin + offset), selection = caretPos, entries = "", isEntry = !1;
  712. if (frontPart !== frontBufferPart) {
  713. for (var fpl = (isEntry = frontPart.length >= frontBufferPart.length) ? frontPart.length : frontBufferPart.length, i = 0; frontPart.charAt(i) === frontBufferPart.charAt(i) && i < fpl; i++) ;
  714. isEntry && (0 === offset && (selection.begin = i), entries += frontPart.slice(i, selection.end));
  715. }
  716. if (backPart !== backBufferPart && (backPart.length > backBufferPart.length ? entries += backPart.slice(0, 1) : backPart.length < backBufferPart.length && (selection.end += backBufferPart.length - backPart.length,
  717. isEntry || "" === opts.radixPoint || "" !== backPart || frontPart.charAt(selection.begin + offset - 1) !== opts.radixPoint || (selection.begin--,
  718. entries = opts.radixPoint))), writeBuffer(input, getBuffer(), {
  719. begin: selection.begin + offset,
  720. end: selection.end + offset
  721. }), entries.length > 0) $.each(entries.split(""), function(ndx, entry) {
  722. var keypress = new $.Event("keypress");
  723. keypress.which = entry.charCodeAt(0), ignorable = !1, EventHandlers.keypressEvent.call(input, keypress);
  724. }); else {
  725. selection.begin === selection.end - 1 && (selection.begin = seekPrevious(selection.begin + 1),
  726. selection.begin === selection.end - 1 ? caret(input, selection.begin) : caret(input, selection.begin, selection.end));
  727. var keydown = new $.Event("keydown");
  728. keydown.keyCode = opts.numericInput ? Inputmask.keyCode.BACKSPACE : Inputmask.keyCode.DELETE,
  729. EventHandlers.keydownEvent.call(input, keydown), !1 === opts.insertMode && caret(input, caret(input).begin - 1);
  730. }
  731. e.preventDefault();
  732. }
  733. }
  734. },
  735. setValueEvent: function(e) {
  736. this.inputmask.refreshValue = !1;
  737. var value = (value = e && e.detail ? e.detail[0] : arguments[1]) || this.inputmask._valueGet(!0);
  738. $.isFunction(opts.onBeforeMask) && (value = opts.onBeforeMask.call(inputmask, value, opts) || value),
  739. value = value.split(""), checkVal(this, !0, !1, isRTL ? value.reverse() : value),
  740. undoValue = getBuffer().join(""), (opts.clearMaskOnLostFocus || opts.clearIncomplete) && this.inputmask._valueGet() === getBufferTemplate().join("") && this.inputmask._valueSet("");
  741. },
  742. focusEvent: function(e) {
  743. var nptValue = this.inputmask._valueGet();
  744. opts.showMaskOnFocus && (!opts.showMaskOnHover || opts.showMaskOnHover && "" === nptValue) && (this.inputmask._valueGet() !== getBuffer().join("") ? writeBuffer(this, getBuffer(), seekNext(getLastValidPosition())) : !1 === mouseEnter && caret(this, seekNext(getLastValidPosition()))),
  745. !0 === opts.positionCaretOnTab && !1 === mouseEnter && EventHandlers.clickEvent.apply(this, [ e, !0 ]),
  746. undoValue = getBuffer().join("");
  747. },
  748. mouseleaveEvent: function(e) {
  749. if (mouseEnter = !1, opts.clearMaskOnLostFocus && document.activeElement !== this) {
  750. var buffer = getBuffer().slice(), nptValue = this.inputmask._valueGet();
  751. nptValue !== this.getAttribute("placeholder") && "" !== nptValue && (-1 === getLastValidPosition() && nptValue === getBufferTemplate().join("") ? buffer = [] : clearOptionalTail(buffer),
  752. writeBuffer(this, buffer));
  753. }
  754. },
  755. clickEvent: function(e, tabbed) {
  756. var input = this;
  757. setTimeout(function() {
  758. if (document.activeElement === input) {
  759. var selectedCaret = caret(input);
  760. if (tabbed && (isRTL ? selectedCaret.end = selectedCaret.begin : selectedCaret.begin = selectedCaret.end),
  761. selectedCaret.begin === selectedCaret.end) switch (opts.positionCaretOnClick) {
  762. case "none":
  763. break;
  764. case "select":
  765. caret(input, 0, getBuffer().length);
  766. break;
  767. case "radixFocus":
  768. if (function(clickPos) {
  769. if ("" !== opts.radixPoint) {
  770. var vps = getMaskSet().validPositions;
  771. if (vps[clickPos] === undefined || vps[clickPos].input === getPlaceholder(clickPos)) {
  772. if (clickPos < seekNext(-1)) return !0;
  773. var radixPos = $.inArray(opts.radixPoint, getBuffer());
  774. if (-1 !== radixPos) {
  775. for (var vp in vps) if (radixPos < vp && vps[vp].input !== getPlaceholder(vp)) return !1;
  776. return !0;
  777. }
  778. }
  779. }
  780. return !1;
  781. }(selectedCaret.begin)) {
  782. var radixPos = getBuffer().join("").indexOf(opts.radixPoint);
  783. caret(input, opts.numericInput ? seekNext(radixPos) : radixPos);
  784. break;
  785. }
  786. default:
  787. var clickPosition = selectedCaret.begin, lvclickPosition = getLastValidPosition(clickPosition, !0), lastPosition = seekNext(lvclickPosition);
  788. if (clickPosition < lastPosition) caret(input, isMask(clickPosition, !0) || isMask(clickPosition - 1, !0) ? clickPosition : seekNext(clickPosition)); else {
  789. var lvp = getMaskSet().validPositions[lvclickPosition], tt = getTestTemplate(lastPosition, lvp ? lvp.match.locator : undefined, lvp), placeholder = getPlaceholder(lastPosition, tt.match);
  790. if ("" !== placeholder && getBuffer()[lastPosition] !== placeholder && !0 !== tt.match.optionalQuantifier && !0 !== tt.match.newBlockMarker || !isMask(lastPosition, opts.keepStatic) && tt.match.def === placeholder) {
  791. var newPos = seekNext(lastPosition);
  792. (clickPosition >= newPos || clickPosition === lastPosition) && (lastPosition = newPos);
  793. }
  794. caret(input, lastPosition);
  795. }
  796. }
  797. }
  798. }, 0);
  799. },
  800. dblclickEvent: function(e) {
  801. var input = this;
  802. setTimeout(function() {
  803. caret(input, 0, seekNext(getLastValidPosition()));
  804. }, 0);
  805. },
  806. cutEvent: function(e) {
  807. var $input = $(this), pos = caret(this), ev = e.originalEvent || e, clipboardData = window.clipboardData || ev.clipboardData, clipData = isRTL ? getBuffer().slice(pos.end, pos.begin) : getBuffer().slice(pos.begin, pos.end);
  808. clipboardData.setData("text", isRTL ? clipData.reverse().join("") : clipData.join("")),
  809. document.execCommand && document.execCommand("copy"), handleRemove(this, Inputmask.keyCode.DELETE, pos),
  810. writeBuffer(this, getBuffer(), getMaskSet().p, e, undoValue !== getBuffer().join("")),
  811. this.inputmask._valueGet() === getBufferTemplate().join("") && $input.trigger("cleared");
  812. },
  813. blurEvent: function(e) {
  814. var $input = $(this);
  815. if (this.inputmask) {
  816. var nptValue = this.inputmask._valueGet(), buffer = getBuffer().slice();
  817. "" === nptValue && colorMask === undefined || (opts.clearMaskOnLostFocus && (-1 === getLastValidPosition() && nptValue === getBufferTemplate().join("") ? buffer = [] : clearOptionalTail(buffer)),
  818. !1 === isComplete(buffer) && (setTimeout(function() {
  819. $input.trigger("incomplete");
  820. }, 0), opts.clearIncomplete && (resetMaskSet(), buffer = opts.clearMaskOnLostFocus ? [] : getBufferTemplate().slice())),
  821. writeBuffer(this, buffer, undefined, e)), undoValue !== getBuffer().join("") && (undoValue = buffer.join(""),
  822. $input.trigger("change"));
  823. }
  824. },
  825. mouseenterEvent: function(e) {
  826. mouseEnter = !0, document.activeElement !== this && opts.showMaskOnHover && this.inputmask._valueGet() !== getBuffer().join("") && writeBuffer(this, getBuffer());
  827. },
  828. submitEvent: function(e) {
  829. undoValue !== getBuffer().join("") && $el.trigger("change"), opts.clearMaskOnLostFocus && -1 === getLastValidPosition() && el.inputmask._valueGet && el.inputmask._valueGet() === getBufferTemplate().join("") && el.inputmask._valueSet(""),
  830. opts.clearIncomplete && !1 === isComplete(getBuffer()) && el.inputmask._valueSet(""),
  831. opts.removeMaskOnSubmit && (el.inputmask._valueSet(el.inputmask.unmaskedvalue(), !0),
  832. setTimeout(function() {
  833. writeBuffer(el, getBuffer());
  834. }, 0));
  835. },
  836. resetEvent: function(e) {
  837. el.inputmask.refreshValue = !0, setTimeout(function() {
  838. $el.trigger("setvalue");
  839. }, 0);
  840. }
  841. };
  842. function checkVal(input, writeOut, strict, nptvl, initiatingEvent) {
  843. var inputValue = nptvl.slice(), charCodes = "", initialNdx = -1, result = undefined;
  844. if (resetMaskSet(), strict || !0 === opts.autoUnmask) initialNdx = seekNext(initialNdx); else {
  845. var staticInput = getBufferTemplate().slice(0, seekNext(-1)).join(""), matches = inputValue.join("").match(new RegExp("^" + Inputmask.escapeRegex(staticInput), "g"));
  846. matches && matches.length > 0 && (inputValue.splice(0, matches.length * staticInput.length),
  847. initialNdx = seekNext(initialNdx));
  848. }
  849. -1 === initialNdx ? (getMaskSet().p = seekNext(initialNdx), initialNdx = 0) : getMaskSet().p = initialNdx,
  850. $.each(inputValue, function(ndx, charCode) {
  851. if (charCode !== undefined) if (getMaskSet().validPositions[ndx] === undefined && inputValue[ndx] === getPlaceholder(ndx) && isMask(ndx, !0) && !1 === isValid(ndx, inputValue[ndx], !0, undefined, undefined, !0)) getMaskSet().p++; else {
  852. var keypress = new $.Event("_checkval");
  853. keypress.which = charCode.charCodeAt(0), charCodes += charCode;
  854. var lvp = getLastValidPosition(undefined, !0), prevTest = getTest(lvp), nextTest = getTestTemplate(lvp + 1, prevTest ? prevTest.locator.slice() : undefined, lvp);
  855. if (!function(ndx, charCodes) {
  856. return -1 !== getMaskTemplate(!0, 0, !1).slice(ndx, seekNext(ndx)).join("").indexOf(charCodes) && !isMask(ndx) && (getTest(ndx).match.nativeDef === charCodes.charAt(0) || " " === getTest(ndx).match.nativeDef && getTest(ndx + 1).match.nativeDef === charCodes.charAt(0));
  857. }(initialNdx, charCodes) || strict || opts.autoUnmask) {
  858. var pos = strict ? ndx : null == nextTest.match.fn && nextTest.match.optionality && lvp + 1 < getMaskSet().p ? lvp + 1 : getMaskSet().p;
  859. (result = EventHandlers.keypressEvent.call(input, keypress, !0, !1, strict, pos)) && (initialNdx = pos + 1,
  860. charCodes = "");
  861. } else result = EventHandlers.keypressEvent.call(input, keypress, !0, !1, !0, lvp + 1);
  862. writeBuffer(undefined, getBuffer(), result.forwardPosition, keypress, !1);
  863. }
  864. }), writeOut && writeBuffer(input, getBuffer(), result ? result.forwardPosition : undefined, initiatingEvent || new $.Event("checkval"), initiatingEvent && "input" === initiatingEvent.type);
  865. }
  866. function unmaskedvalue(input) {
  867. if (input) {
  868. if (input.inputmask === undefined) return input.value;
  869. input.inputmask && input.inputmask.refreshValue && EventHandlers.setValueEvent.call(input);
  870. }
  871. var umValue = [], vps = getMaskSet().validPositions;
  872. for (var pndx in vps) vps[pndx].match && null != vps[pndx].match.fn && umValue.push(vps[pndx].input);
  873. var unmaskedValue = 0 === umValue.length ? "" : (isRTL ? umValue.reverse() : umValue).join("");
  874. if ($.isFunction(opts.onUnMask)) {
  875. var bufferValue = (isRTL ? getBuffer().slice().reverse() : getBuffer()).join("");
  876. unmaskedValue = opts.onUnMask.call(inputmask, bufferValue, unmaskedValue, opts);
  877. }
  878. return unmaskedValue;
  879. }
  880. function translatePosition(pos) {
  881. return !isRTL || "number" != typeof pos || opts.greedy && "" === opts.placeholder || (pos = el.inputmask._valueGet().length - pos),
  882. pos;
  883. }
  884. function caret(input, begin, end, notranslate) {
  885. var range;
  886. if (begin === undefined) return input.setSelectionRange ? (begin = input.selectionStart,
  887. end = input.selectionEnd) : window.getSelection ? (range = window.getSelection().getRangeAt(0)).commonAncestorContainer.parentNode !== input && range.commonAncestorContainer !== input || (begin = range.startOffset,
  888. end = range.endOffset) : document.selection && document.selection.createRange && (end = (begin = 0 - (range = document.selection.createRange()).duplicate().moveStart("character", -input.inputmask._valueGet().length)) + range.text.length),
  889. {
  890. begin: notranslate ? begin : translatePosition(begin),
  891. end: notranslate ? end : translatePosition(end)
  892. };
  893. if ($.isArray(begin) && (end = isRTL ? begin[0] : begin[1], begin = isRTL ? begin[1] : begin[0]),
  894. begin.begin !== undefined && (end = isRTL ? begin.begin : begin.end, begin = isRTL ? begin.end : begin.begin),
  895. "number" == typeof begin) {
  896. begin = notranslate ? begin : translatePosition(begin), end = "number" == typeof (end = notranslate ? end : translatePosition(end)) ? end : begin;
  897. var scrollCalc = parseInt(((input.ownerDocument.defaultView || window).getComputedStyle ? (input.ownerDocument.defaultView || window).getComputedStyle(input, null) : input.currentStyle).fontSize) * end;
  898. if (input.scrollLeft = scrollCalc > input.scrollWidth ? scrollCalc : 0, iphone || !1 !== opts.insertMode || begin !== end || end++,
  899. input.inputmask.caretPos = {
  900. begin: begin,
  901. end: end
  902. }, input.setSelectionRange) input.selectionStart = begin, input.selectionEnd = end; else if (window.getSelection) {
  903. if (range = document.createRange(), input.firstChild === undefined || null === input.firstChild) {
  904. var textNode = document.createTextNode("");
  905. input.appendChild(textNode);
  906. }
  907. range.setStart(input.firstChild, begin < input.inputmask._valueGet().length ? begin : input.inputmask._valueGet().length),
  908. range.setEnd(input.firstChild, end < input.inputmask._valueGet().length ? end : input.inputmask._valueGet().length),
  909. range.collapse(!0);
  910. var sel = window.getSelection();
  911. sel.removeAllRanges(), sel.addRange(range);
  912. } else input.createTextRange && ((range = input.createTextRange()).collapse(!0),
  913. range.moveEnd("character", end), range.moveStart("character", begin), range.select());
  914. renderColorMask(input, {
  915. begin: begin,
  916. end: end
  917. });
  918. }
  919. }
  920. function determineLastRequiredPosition(returnDefinition) {
  921. var pos, testPos, buffer = getMaskTemplate(!0, getLastValidPosition(), !0, !0), bl = buffer.length, lvp = getLastValidPosition(), positions = {}, lvTest = getMaskSet().validPositions[lvp], ndxIntlzr = lvTest !== undefined ? lvTest.locator.slice() : undefined;
  922. for (pos = lvp + 1; pos < buffer.length; pos++) ndxIntlzr = (testPos = getTestTemplate(pos, ndxIntlzr, pos - 1)).locator.slice(),
  923. positions[pos] = $.extend(!0, {}, testPos);
  924. var lvTestAlt = lvTest && lvTest.alternation !== undefined ? lvTest.locator[lvTest.alternation] : undefined;
  925. for (pos = bl - 1; pos > lvp && (((testPos = positions[pos]).match.optionality || testPos.match.optionalQuantifier && testPos.match.newBlockMarker || lvTestAlt && (lvTestAlt !== positions[pos].locator[lvTest.alternation] && null != testPos.match.fn || null === testPos.match.fn && testPos.locator[lvTest.alternation] && checkAlternationMatch(testPos.locator[lvTest.alternation].toString().split(","), lvTestAlt.toString().split(",")) && "" !== getTests(pos)[0].def)) && buffer[pos] === getPlaceholder(pos, testPos.match)); pos--) bl--;
  926. return returnDefinition ? {
  927. l: bl,
  928. def: positions[bl] ? positions[bl].match : undefined
  929. } : bl;
  930. }
  931. function clearOptionalTail(buffer) {
  932. for (var validPos, rl = determineLastRequiredPosition(), bl = buffer.length, lv = getMaskSet().validPositions[getLastValidPosition()]; rl < bl && !isMask(rl, !0) && (validPos = lv !== undefined ? getTestTemplate(rl, lv.locator.slice(""), lv) : getTest(rl)) && !0 !== validPos.match.optionality && (!0 !== validPos.match.optionalQuantifier && !0 !== validPos.match.newBlockMarker || rl + 1 === bl && "" === (lv !== undefined ? getTestTemplate(rl + 1, lv.locator.slice(""), lv) : getTest(rl + 1)).match.def); ) rl++;
  933. for (;(validPos = getMaskSet().validPositions[rl - 1]) && validPos && validPos.match.optionality && validPos.input === opts.skipOptionalPartCharacter; ) rl--;
  934. return buffer.splice(rl), buffer;
  935. }
  936. function isComplete(buffer) {
  937. if ($.isFunction(opts.isComplete)) return opts.isComplete(buffer, opts);
  938. if ("*" === opts.repeat) return undefined;
  939. var complete = !1, lrp = determineLastRequiredPosition(!0), aml = seekPrevious(lrp.l);
  940. if (lrp.def === undefined || lrp.def.newBlockMarker || lrp.def.optionality || lrp.def.optionalQuantifier) {
  941. complete = !0;
  942. for (var i = 0; i <= aml; i++) {
  943. var test = getTestTemplate(i).match;
  944. if (null !== test.fn && getMaskSet().validPositions[i] === undefined && !0 !== test.optionality && !0 !== test.optionalQuantifier || null === test.fn && buffer[i] !== getPlaceholder(i, test)) {
  945. complete = !1;
  946. break;
  947. }
  948. }
  949. }
  950. return complete;
  951. }
  952. function handleRemove(input, k, pos, strict, fromIsValid) {
  953. if ((opts.numericInput || isRTL) && (k === Inputmask.keyCode.BACKSPACE ? k = Inputmask.keyCode.DELETE : k === Inputmask.keyCode.DELETE && (k = Inputmask.keyCode.BACKSPACE),
  954. isRTL)) {
  955. var pend = pos.end;
  956. pos.end = pos.begin, pos.begin = pend;
  957. }
  958. if (k === Inputmask.keyCode.BACKSPACE && (pos.end - pos.begin < 1 || !1 === opts.insertMode) ? (pos.begin = seekPrevious(pos.begin),
  959. getMaskSet().validPositions[pos.begin] !== undefined && getMaskSet().validPositions[pos.begin].input === opts.groupSeparator && pos.begin--,
  960. !1 === opts.insertMode && pos.end !== getMaskSet().maskLength && pos.end--) : k === Inputmask.keyCode.DELETE && pos.begin === pos.end && (pos.end = isMask(pos.end, !0) && getMaskSet().validPositions[pos.end] && getMaskSet().validPositions[pos.end].input !== opts.radixPoint ? pos.end + 1 : seekNext(pos.end) + 1,
  961. getMaskSet().validPositions[pos.begin] !== undefined && getMaskSet().validPositions[pos.begin].input === opts.groupSeparator && pos.end++),
  962. revalidateMask(pos), !0 !== strict && null !== opts.keepStatic && !1 !== opts.keepStatic) {
  963. var result = alternate(!0);
  964. result && (pos.begin = result.caret !== undefined ? result.caret : result.pos ? seekNext(result.pos.begin ? result.pos.begin : result.pos) : getLastValidPosition(-1, !0));
  965. }
  966. var lvp = getLastValidPosition(pos.begin, !0);
  967. if (lvp < pos.begin || -1 === pos.begin) getMaskSet().p = seekNext(lvp); else if (!0 !== strict && (getMaskSet().p = pos.begin,
  968. !0 !== fromIsValid)) for (;getMaskSet().p < lvp && getMaskSet().validPositions[getMaskSet().p] === undefined; ) getMaskSet().p++;
  969. }
  970. function initializeColorMask(input) {
  971. var computedStyle = (input.ownerDocument.defaultView || window).getComputedStyle(input, null);
  972. var template = document.createElement("div");
  973. template.style.width = computedStyle.width, template.style.textAlign = computedStyle.textAlign,
  974. colorMask = document.createElement("div"), input.inputmask.colorMask = colorMask,
  975. colorMask.className = "im-colormask", input.parentNode.insertBefore(colorMask, input),
  976. input.parentNode.removeChild(input), colorMask.appendChild(input), colorMask.appendChild(template),
  977. input.style.left = template.offsetLeft + "px", $(colorMask).on("mouseleave", function(e) {
  978. return EventHandlers.mouseleaveEvent.call(input, [ e ]);
  979. }), $(colorMask).on("mouseenter", function(e) {
  980. return EventHandlers.mouseenterEvent.call(input, [ e ]);
  981. }), $(colorMask).on("click", function(e) {
  982. return caret(input, function(clientx) {
  983. var caretPos, e = document.createElement("span");
  984. for (var style in computedStyle) isNaN(style) && -1 !== style.indexOf("font") && (e.style[style] = computedStyle[style]);
  985. e.style.textTransform = computedStyle.textTransform, e.style.letterSpacing = computedStyle.letterSpacing,
  986. e.style.position = "absolute", e.style.height = "auto", e.style.width = "auto",
  987. e.style.visibility = "hidden", e.style.whiteSpace = "nowrap", document.body.appendChild(e);
  988. var itl, inputText = input.inputmask._valueGet(), previousWidth = 0;
  989. for (caretPos = 0, itl = inputText.length; caretPos <= itl; caretPos++) {
  990. if (e.innerHTML += inputText.charAt(caretPos) || "_", e.offsetWidth >= clientx) {
  991. var offset1 = clientx - previousWidth, offset2 = e.offsetWidth - clientx;
  992. e.innerHTML = inputText.charAt(caretPos), caretPos = (offset1 -= e.offsetWidth / 3) < offset2 ? caretPos - 1 : caretPos;
  993. break;
  994. }
  995. previousWidth = e.offsetWidth;
  996. }
  997. return document.body.removeChild(e), caretPos;
  998. }(e.clientX)), EventHandlers.clickEvent.call(input, [ e ]);
  999. }), $(input).on("keydown", function(e) {
  1000. e.shiftKey || !1 === opts.insertMode || setTimeout(function() {
  1001. renderColorMask(input);
  1002. }, 0);
  1003. });
  1004. }
  1005. function renderColorMask(input, caretPos, clear) {
  1006. var test, testPos, ndxIntlzr, maskTemplate = [], isStatic = !1, pos = 0;
  1007. function setEntry(entry) {
  1008. if (entry === undefined && (entry = ""), isStatic || null !== test.fn && testPos.input !== undefined) if (isStatic && (null !== test.fn && testPos.input !== undefined || "" === test.def)) {
  1009. isStatic = !1;
  1010. var mtl = maskTemplate.length;
  1011. maskTemplate[mtl - 1] = maskTemplate[mtl - 1] + "</span>", maskTemplate.push(entry);
  1012. } else maskTemplate.push(entry); else isStatic = !0, maskTemplate.push("<span class='im-static'>" + entry);
  1013. }
  1014. if (colorMask !== undefined) {
  1015. var buffer = getBuffer();
  1016. if (caretPos === undefined ? caretPos = caret(input) : caretPos.begin === undefined && (caretPos = {
  1017. begin: caretPos,
  1018. end: caretPos
  1019. }), !0 !== clear) {
  1020. var lvp = getLastValidPosition();
  1021. do {
  1022. getMaskSet().validPositions[pos] ? (testPos = getMaskSet().validPositions[pos],
  1023. test = testPos.match, ndxIntlzr = testPos.locator.slice(), setEntry(buffer[pos])) : (testPos = getTestTemplate(pos, ndxIntlzr, pos - 1),
  1024. test = testPos.match, ndxIntlzr = testPos.locator.slice(), (!1 === opts.jitMasking || pos < lvp || "number" == typeof opts.jitMasking && isFinite(opts.jitMasking) && opts.jitMasking > pos) && setEntry(getPlaceholder(pos, test))),
  1025. pos++;
  1026. } while ((maxLength === undefined || pos < maxLength) && (null !== test.fn || "" !== test.def) || lvp > pos || isStatic);
  1027. isStatic && setEntry(), document.activeElement === input && (maskTemplate.splice(caretPos.begin, 0, caretPos.begin === caretPos.end || caretPos.end > getMaskSet().maskLength ? '<mark class="im-caret" style="border-right-width: 1px;border-right-style: solid;">' : '<mark class="im-caret-select">'),
  1028. maskTemplate.splice(caretPos.end + 1, 0, "</mark>"));
  1029. }
  1030. var template = colorMask.getElementsByTagName("div")[0];
  1031. template.innerHTML = maskTemplate.join(""), input.inputmask.positionColorMask(input, template);
  1032. }
  1033. }
  1034. if (Inputmask.prototype.positionColorMask = function(input, template) {
  1035. input.style.left = template.offsetLeft + "px";
  1036. }, actionObj !== undefined) switch (actionObj.action) {
  1037. case "isComplete":
  1038. return el = actionObj.el, isComplete(getBuffer());
  1039. case "unmaskedvalue":
  1040. return el !== undefined && actionObj.value === undefined || (valueBuffer = actionObj.value,
  1041. valueBuffer = ($.isFunction(opts.onBeforeMask) && opts.onBeforeMask.call(inputmask, valueBuffer, opts) || valueBuffer).split(""),
  1042. checkVal(undefined, !1, !1, isRTL ? valueBuffer.reverse() : valueBuffer), $.isFunction(opts.onBeforeWrite) && opts.onBeforeWrite.call(inputmask, undefined, getBuffer(), 0, opts)),
  1043. unmaskedvalue(el);
  1044. case "mask":
  1045. !function(elem) {
  1046. EventRuler.off(elem);
  1047. var isSupported = function(input, opts) {
  1048. var elementType = input.getAttribute("type"), isSupported = "INPUT" === input.tagName && -1 !== $.inArray(elementType, opts.supportsInputType) || input.isContentEditable || "TEXTAREA" === input.tagName;
  1049. if (!isSupported) if ("INPUT" === input.tagName) {
  1050. var el = document.createElement("input");
  1051. el.setAttribute("type", elementType), isSupported = "text" === el.type, el = null;
  1052. } else isSupported = "partial";
  1053. return !1 !== isSupported ? function(npt) {
  1054. var valueGet, valueSet;
  1055. function getter() {
  1056. return this.inputmask ? this.inputmask.opts.autoUnmask ? this.inputmask.unmaskedvalue() : -1 !== getLastValidPosition() || !0 !== opts.nullable ? document.activeElement === this && opts.clearMaskOnLostFocus ? (isRTL ? clearOptionalTail(getBuffer().slice()).reverse() : clearOptionalTail(getBuffer().slice())).join("") : valueGet.call(this) : "" : valueGet.call(this);
  1057. }
  1058. function setter(value) {
  1059. valueSet.call(this, value), this.inputmask && $(this).trigger("setvalue", [ value ]);
  1060. }
  1061. if (!npt.inputmask.__valueGet) {
  1062. if (!0 !== opts.noValuePatching) {
  1063. if (Object.getOwnPropertyDescriptor) {
  1064. "function" != typeof Object.getPrototypeOf && (Object.getPrototypeOf = "object" == typeof "test".__proto__ ? function(object) {
  1065. return object.__proto__;
  1066. } : function(object) {
  1067. return object.constructor.prototype;
  1068. });
  1069. var valueProperty = Object.getPrototypeOf ? Object.getOwnPropertyDescriptor(Object.getPrototypeOf(npt), "value") : undefined;
  1070. valueProperty && valueProperty.get && valueProperty.set ? (valueGet = valueProperty.get,
  1071. valueSet = valueProperty.set, Object.defineProperty(npt, "value", {
  1072. get: getter,
  1073. set: setter,
  1074. configurable: !0
  1075. })) : "INPUT" !== npt.tagName && (valueGet = function() {
  1076. return this.textContent;
  1077. }, valueSet = function(value) {
  1078. this.textContent = value;
  1079. }, Object.defineProperty(npt, "value", {
  1080. get: getter,
  1081. set: setter,
  1082. configurable: !0
  1083. }));
  1084. } else document.__lookupGetter__ && npt.__lookupGetter__("value") && (valueGet = npt.__lookupGetter__("value"),
  1085. valueSet = npt.__lookupSetter__("value"), npt.__defineGetter__("value", getter),
  1086. npt.__defineSetter__("value", setter));
  1087. npt.inputmask.__valueGet = valueGet, npt.inputmask.__valueSet = valueSet;
  1088. }
  1089. npt.inputmask._valueGet = function(overruleRTL) {
  1090. return isRTL && !0 !== overruleRTL ? valueGet.call(this.el).split("").reverse().join("") : valueGet.call(this.el);
  1091. }, npt.inputmask._valueSet = function(value, overruleRTL) {
  1092. valueSet.call(this.el, null === value || value === undefined ? "" : !0 !== overruleRTL && isRTL ? value.split("").reverse().join("") : value);
  1093. }, valueGet === undefined && (valueGet = function() {
  1094. return this.value;
  1095. }, valueSet = function(value) {
  1096. this.value = value;
  1097. }, function(type) {
  1098. if ($.valHooks && ($.valHooks[type] === undefined || !0 !== $.valHooks[type].inputmaskpatch)) {
  1099. var valhookGet = $.valHooks[type] && $.valHooks[type].get ? $.valHooks[type].get : function(elem) {
  1100. return elem.value;
  1101. }, valhookSet = $.valHooks[type] && $.valHooks[type].set ? $.valHooks[type].set : function(elem, value) {
  1102. return elem.value = value, elem;
  1103. };
  1104. $.valHooks[type] = {
  1105. get: function(elem) {
  1106. if (elem.inputmask) {
  1107. if (elem.inputmask.opts.autoUnmask) return elem.inputmask.unmaskedvalue();
  1108. var result = valhookGet(elem);
  1109. return -1 !== getLastValidPosition(undefined, undefined, elem.inputmask.maskset.validPositions) || !0 !== opts.nullable ? result : "";
  1110. }
  1111. return valhookGet(elem);
  1112. },
  1113. set: function(elem, value) {
  1114. var result, $elem = $(elem);
  1115. return result = valhookSet(elem, value), elem.inputmask && $elem.trigger("setvalue", [ value ]),
  1116. result;
  1117. },
  1118. inputmaskpatch: !0
  1119. };
  1120. }
  1121. }(npt.type), function(npt) {
  1122. EventRuler.on(npt, "mouseenter", function(event) {
  1123. var $input = $(this);
  1124. this.inputmask._valueGet() !== getBuffer().join("") && $input.trigger("setvalue");
  1125. });
  1126. }(npt));
  1127. }
  1128. }(input) : input.inputmask = undefined, isSupported;
  1129. }(elem, opts);
  1130. if (!1 !== isSupported && ($el = $(el = elem), -1 === (maxLength = el !== undefined ? el.maxLength : undefined) && (maxLength = undefined),
  1131. !0 === opts.colorMask && initializeColorMask(el), mobile && ("inputmode" in el && (el.inputmode = opts.inputmode,
  1132. el.setAttribute("inputmode", opts.inputmode)), !0 === opts.disablePredictiveText && ("autocorrect" in el ? el.autocorrect = !1 : (!0 !== opts.colorMask && initializeColorMask(el),
  1133. el.type = "password"))), !0 === isSupported && (EventRuler.on(el, "submit", EventHandlers.submitEvent),
  1134. EventRuler.on(el, "reset", EventHandlers.resetEvent), EventRuler.on(el, "blur", EventHandlers.blurEvent),
  1135. EventRuler.on(el, "focus", EventHandlers.focusEvent), !0 !== opts.colorMask && (EventRuler.on(el, "click", EventHandlers.clickEvent),
  1136. EventRuler.on(el, "mouseleave", EventHandlers.mouseleaveEvent), EventRuler.on(el, "mouseenter", EventHandlers.mouseenterEvent)),
  1137. EventRuler.on(el, "dblclick", EventHandlers.dblclickEvent), EventRuler.on(el, "paste", EventHandlers.pasteEvent),
  1138. EventRuler.on(el, "dragdrop", EventHandlers.pasteEvent), EventRuler.on(el, "drop", EventHandlers.pasteEvent),
  1139. EventRuler.on(el, "cut", EventHandlers.cutEvent), EventRuler.on(el, "complete", opts.oncomplete),
  1140. EventRuler.on(el, "incomplete", opts.onincomplete), EventRuler.on(el, "cleared", opts.oncleared),
  1141. mobile || !0 === opts.inputEventOnly ? el.removeAttribute("maxLength") : (EventRuler.on(el, "keydown", EventHandlers.keydownEvent),
  1142. EventRuler.on(el, "keypress", EventHandlers.keypressEvent)), EventRuler.on(el, "compositionstart", $.noop),
  1143. EventRuler.on(el, "compositionupdate", $.noop), EventRuler.on(el, "compositionend", $.noop),
  1144. EventRuler.on(el, "keyup", $.noop), EventRuler.on(el, "input", EventHandlers.inputFallBackEvent),
  1145. EventRuler.on(el, "beforeinput", $.noop)), EventRuler.on(el, "setvalue", EventHandlers.setValueEvent),
  1146. undoValue = getBufferTemplate().join(""), "" !== el.inputmask._valueGet(!0) || !1 === opts.clearMaskOnLostFocus || document.activeElement === el)) {
  1147. var initialValue = $.isFunction(opts.onBeforeMask) && opts.onBeforeMask.call(inputmask, el.inputmask._valueGet(!0), opts) || el.inputmask._valueGet(!0);
  1148. "" !== initialValue && checkVal(el, !0, !1, isRTL ? initialValue.split("").reverse() : initialValue.split(""));
  1149. var buffer = getBuffer().slice();
  1150. undoValue = buffer.join(""), !1 === isComplete(buffer) && opts.clearIncomplete && resetMaskSet(),
  1151. opts.clearMaskOnLostFocus && document.activeElement !== el && (-1 === getLastValidPosition() ? buffer = [] : clearOptionalTail(buffer)),
  1152. writeBuffer(el, buffer), document.activeElement === el && caret(el, seekNext(getLastValidPosition()));
  1153. }
  1154. }(el);
  1155. break;
  1156. case "format":
  1157. return valueBuffer = ($.isFunction(opts.onBeforeMask) && opts.onBeforeMask.call(inputmask, actionObj.value, opts) || actionObj.value).split(""),
  1158. checkVal(undefined, !0, !1, isRTL ? valueBuffer.reverse() : valueBuffer), actionObj.metadata ? {
  1159. value: isRTL ? getBuffer().slice().reverse().join("") : getBuffer().join(""),
  1160. metadata: maskScope.call(this, {
  1161. action: "getmetadata"
  1162. }, maskset, opts)
  1163. } : isRTL ? getBuffer().slice().reverse().join("") : getBuffer().join("");
  1164. case "isValid":
  1165. actionObj.value ? (valueBuffer = actionObj.value.split(""), checkVal(undefined, !0, !0, isRTL ? valueBuffer.reverse() : valueBuffer)) : actionObj.value = getBuffer().join("");
  1166. for (var buffer = getBuffer(), rl = determineLastRequiredPosition(), lmib = buffer.length - 1; lmib > rl && !isMask(lmib); lmib--) ;
  1167. return buffer.splice(rl, lmib + 1 - rl), isComplete(buffer) && actionObj.value === getBuffer().join("");
  1168. case "getemptymask":
  1169. return getBufferTemplate().join("");
  1170. case "remove":
  1171. if (el && el.inputmask) $.data(el, "_inputmask_opts", null), $el = $(el), el.inputmask._valueSet(opts.autoUnmask ? unmaskedvalue(el) : el.inputmask._valueGet(!0)),
  1172. EventRuler.off(el), el.inputmask.colorMask && ((colorMask = el.inputmask.colorMask).removeChild(el),
  1173. colorMask.parentNode.insertBefore(el, colorMask), colorMask.parentNode.removeChild(colorMask)),
  1174. Object.getOwnPropertyDescriptor && Object.getPrototypeOf ? Object.getOwnPropertyDescriptor(Object.getPrototypeOf(el), "value") && el.inputmask.__valueGet && Object.defineProperty(el, "value", {
  1175. get: el.inputmask.__valueGet,
  1176. set: el.inputmask.__valueSet,
  1177. configurable: !0
  1178. }) : document.__lookupGetter__ && el.__lookupGetter__("value") && el.inputmask.__valueGet && (el.__defineGetter__("value", el.inputmask.__valueGet),
  1179. el.__defineSetter__("value", el.inputmask.__valueSet)), el.inputmask = undefined;
  1180. return el;
  1181. case "getmetadata":
  1182. if ($.isArray(maskset.metadata)) {
  1183. var maskTarget = getMaskTemplate(!0, 0, !1).join("");
  1184. return $.each(maskset.metadata, function(ndx, mtdt) {
  1185. if (mtdt.mask === maskTarget) return maskTarget = mtdt, !1;
  1186. }), maskTarget;
  1187. }
  1188. return maskset.metadata;
  1189. }
  1190. }
  1191. return Inputmask.prototype = {
  1192. dataAttribute: "data-inputmask",
  1193. defaults: {
  1194. placeholder: "_",
  1195. optionalmarker: [ "[", "]" ],
  1196. quantifiermarker: [ "{", "}" ],
  1197. groupmarker: [ "(", ")" ],
  1198. alternatormarker: "|",
  1199. escapeChar: "\\",
  1200. mask: null,
  1201. regex: null,
  1202. oncomplete: $.noop,
  1203. onincomplete: $.noop,
  1204. oncleared: $.noop,
  1205. repeat: 0,
  1206. greedy: !0,
  1207. autoUnmask: !1,
  1208. removeMaskOnSubmit: !1,
  1209. clearMaskOnLostFocus: !0,
  1210. insertMode: !0,
  1211. clearIncomplete: !1,
  1212. alias: null,
  1213. onKeyDown: $.noop,
  1214. onBeforeMask: null,
  1215. onBeforePaste: function(pastedValue, opts) {
  1216. return $.isFunction(opts.onBeforeMask) ? opts.onBeforeMask.call(this, pastedValue, opts) : pastedValue;
  1217. },
  1218. onBeforeWrite: null,
  1219. onUnMask: null,
  1220. showMaskOnFocus: !0,
  1221. showMaskOnHover: !0,
  1222. onKeyValidation: $.noop,
  1223. skipOptionalPartCharacter: " ",
  1224. numericInput: !1,
  1225. rightAlign: !1,
  1226. undoOnEscape: !0,
  1227. radixPoint: "",
  1228. _radixDance: !1,
  1229. groupSeparator: "",
  1230. keepStatic: null,
  1231. positionCaretOnTab: !0,
  1232. tabThrough: !1,
  1233. supportsInputType: [ "text", "tel", "password", "search" ],
  1234. ignorables: [ 8, 9, 13, 19, 27, 33, 34, 35, 36, 37, 38, 39, 40, 45, 46, 93, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 0, 229 ],
  1235. isComplete: null,
  1236. preValidation: null,
  1237. postValidation: null,
  1238. staticDefinitionSymbol: undefined,
  1239. jitMasking: !1,
  1240. nullable: !0,
  1241. inputEventOnly: !1,
  1242. noValuePatching: !1,
  1243. positionCaretOnClick: "lvp",
  1244. casing: null,
  1245. inputmode: "verbatim",
  1246. colorMask: !1,
  1247. disablePredictiveText: !1,
  1248. importDataAttributes: !0
  1249. },
  1250. definitions: {
  1251. 9: {
  1252. validator: "[0-91-9]",
  1253. definitionSymbol: "*"
  1254. },
  1255. a: {
  1256. validator: "[A-Za-zА-яЁёÀ-ÿµ]",
  1257. definitionSymbol: "*"
  1258. },
  1259. "*": {
  1260. validator: "[0-91-9A-Za-zА-яЁёÀ-ÿµ]"
  1261. }
  1262. },
  1263. aliases: {},
  1264. masksCache: {},
  1265. mask: function(elems) {
  1266. var that = this;
  1267. return "string" == typeof elems && (elems = document.getElementById(elems) || document.querySelectorAll(elems)),
  1268. elems = elems.nodeName ? [ elems ] : elems, $.each(elems, function(ndx, el) {
  1269. var scopedOpts = $.extend(!0, {}, that.opts);
  1270. if (function(npt, opts, userOptions, dataAttribute) {
  1271. if (!0 === opts.importDataAttributes) {
  1272. var option, dataoptions, optionData, p, attrOptions = npt.getAttribute(dataAttribute);
  1273. function importOption(option, optionData) {
  1274. null !== (optionData = optionData !== undefined ? optionData : npt.getAttribute(dataAttribute + "-" + option)) && ("string" == typeof optionData && (0 === option.indexOf("on") ? optionData = window[optionData] : "false" === optionData ? optionData = !1 : "true" === optionData && (optionData = !0)),
  1275. userOptions[option] = optionData);
  1276. }
  1277. if (attrOptions && "" !== attrOptions && (attrOptions = attrOptions.replace(/'/g, '"'),
  1278. dataoptions = JSON.parse("{" + attrOptions + "}")), dataoptions) for (p in optionData = undefined,
  1279. dataoptions) if ("alias" === p.toLowerCase()) {
  1280. optionData = dataoptions[p];
  1281. break;
  1282. }
  1283. for (option in importOption("alias", optionData), userOptions.alias && resolveAlias(userOptions.alias, userOptions, opts),
  1284. opts) {
  1285. if (dataoptions) for (p in optionData = undefined, dataoptions) if (p.toLowerCase() === option.toLowerCase()) {
  1286. optionData = dataoptions[p];
  1287. break;
  1288. }
  1289. importOption(option, optionData);
  1290. }
  1291. }
  1292. return $.extend(!0, opts, userOptions), ("rtl" === npt.dir || opts.rightAlign) && (npt.style.textAlign = "right"),
  1293. ("rtl" === npt.dir || opts.numericInput) && (npt.dir = "ltr", npt.removeAttribute("dir"),
  1294. opts.isRTL = !0), Object.keys(userOptions).length;
  1295. }(el, scopedOpts, $.extend(!0, {}, that.userOptions), that.dataAttribute)) {
  1296. var maskset = generateMaskSet(scopedOpts, that.noMasksCache);
  1297. maskset !== undefined && (el.inputmask !== undefined && (el.inputmask.opts.autoUnmask = !0,
  1298. el.inputmask.remove()), el.inputmask = new Inputmask(undefined, undefined, !0),
  1299. el.inputmask.opts = scopedOpts, el.inputmask.noMasksCache = that.noMasksCache, el.inputmask.userOptions = $.extend(!0, {}, that.userOptions),
  1300. el.inputmask.isRTL = scopedOpts.isRTL || scopedOpts.numericInput, el.inputmask.el = el,
  1301. el.inputmask.maskset = maskset, $.data(el, "_inputmask_opts", scopedOpts), maskScope.call(el.inputmask, {
  1302. action: "mask"
  1303. }));
  1304. }
  1305. }), elems && elems[0] && elems[0].inputmask || this;
  1306. },
  1307. option: function(options, noremask) {
  1308. return "string" == typeof options ? this.opts[options] : "object" == typeof options ? ($.extend(this.userOptions, options),
  1309. this.el && !0 !== noremask && this.mask(this.el), this) : void 0;
  1310. },
  1311. unmaskedvalue: function(value) {
  1312. return this.maskset = this.maskset || generateMaskSet(this.opts, this.noMasksCache),
  1313. maskScope.call(this, {
  1314. action: "unmaskedvalue",
  1315. value: value
  1316. });
  1317. },
  1318. remove: function() {
  1319. return maskScope.call(this, {
  1320. action: "remove"
  1321. });
  1322. },
  1323. getemptymask: function() {
  1324. return this.maskset = this.maskset || generateMaskSet(this.opts, this.noMasksCache),
  1325. maskScope.call(this, {
  1326. action: "getemptymask"
  1327. });
  1328. },
  1329. hasMaskedValue: function() {
  1330. return !this.opts.autoUnmask;
  1331. },
  1332. isComplete: function() {
  1333. return this.maskset = this.maskset || generateMaskSet(this.opts, this.noMasksCache),
  1334. maskScope.call(this, {
  1335. action: "isComplete"
  1336. });
  1337. },
  1338. getmetadata: function() {
  1339. return this.maskset = this.maskset || generateMaskSet(this.opts, this.noMasksCache),
  1340. maskScope.call(this, {
  1341. action: "getmetadata"
  1342. });
  1343. },
  1344. isValid: function(value) {
  1345. return this.maskset = this.maskset || generateMaskSet(this.opts, this.noMasksCache),
  1346. maskScope.call(this, {
  1347. action: "isValid",
  1348. value: value
  1349. });
  1350. },
  1351. format: function(value, metadata) {
  1352. return this.maskset = this.maskset || generateMaskSet(this.opts, this.noMasksCache),
  1353. maskScope.call(this, {
  1354. action: "format",
  1355. value: value,
  1356. metadata: metadata
  1357. });
  1358. },
  1359. setValue: function(value) {
  1360. this.el && $(this.el).trigger("setvalue", [ value ]);
  1361. },
  1362. analyseMask: function(mask, regexMask, opts) {
  1363. var match, m, openingToken, currentOpeningToken, alternator, lastMatch, tokenizer = /(?:[?*+]|\{[0-9\+\*]+(?:,[0-9\+\*]*)?(?:\|[0-9\+\*]*)?\})|[^.?*+^${[]()|\\]+|./g, regexTokenizer = /\[\^?]?(?:[^\\\]]+|\\[\S\s]?)*]?|\\(?:0(?:[0-3][0-7]{0,2}|[4-7][0-7]?)?|[1-9][0-9]*|x[0-9A-Fa-f]{2}|u[0-9A-Fa-f]{4}|c[A-Za-z]|[\S\s]?)|\((?:\?[:=!]?)?|(?:[?*+]|\{[0-9]+(?:,[0-9]*)?\})\??|[^.?*+^${[()|\\]+|./g, escaped = !1, currentToken = new MaskToken(), openenings = [], maskTokens = [];
  1364. function MaskToken(isGroup, isOptional, isQuantifier, isAlternator) {
  1365. this.matches = [], this.openGroup = isGroup || !1, this.alternatorGroup = !1, this.isGroup = isGroup || !1,
  1366. this.isOptional = isOptional || !1, this.isQuantifier = isQuantifier || !1, this.isAlternator = isAlternator || !1,
  1367. this.quantifier = {
  1368. min: 1,
  1369. max: 1
  1370. };
  1371. }
  1372. function insertTestDefinition(mtoken, element, position) {
  1373. position = position !== undefined ? position : mtoken.matches.length;
  1374. var prevMatch = mtoken.matches[position - 1];
  1375. if (regexMask) 0 === element.indexOf("[") || escaped && /\\d|\\s|\\w]/i.test(element) || "." === element ? mtoken.matches.splice(position++, 0, {
  1376. fn: new RegExp(element, opts.casing ? "i" : ""),
  1377. optionality: mtoken.isOptional,
  1378. newBlockMarker: prevMatch === undefined || prevMatch.def !== element,
  1379. casing: null,
  1380. def: element,
  1381. placeholder: undefined,
  1382. nativeDef: element
  1383. }) : (escaped && (element = element[element.length - 1]), $.each(element.split(""), function(ndx, lmnt) {
  1384. prevMatch = mtoken.matches[position - 1], mtoken.matches.splice(position++, 0, {
  1385. fn: null,
  1386. optionality: mtoken.isOptional,
  1387. newBlockMarker: prevMatch === undefined || prevMatch.def !== lmnt && null !== prevMatch.fn,
  1388. casing: null,
  1389. def: opts.staticDefinitionSymbol || lmnt,
  1390. placeholder: opts.staticDefinitionSymbol !== undefined ? lmnt : undefined,
  1391. nativeDef: lmnt
  1392. });
  1393. })), escaped = !1; else {
  1394. var maskdef = (opts.definitions ? opts.definitions[element] : undefined) || Inputmask.prototype.definitions[element];
  1395. maskdef && !escaped ? mtoken.matches.splice(position++, 0, {
  1396. fn: maskdef.validator ? "string" == typeof maskdef.validator ? new RegExp(maskdef.validator, opts.casing ? "i" : "") : new function() {
  1397. this.test = maskdef.validator;
  1398. }() : new RegExp("."),
  1399. optionality: mtoken.isOptional,
  1400. newBlockMarker: prevMatch === undefined || prevMatch.def !== (maskdef.definitionSymbol || element),
  1401. casing: maskdef.casing,
  1402. def: maskdef.definitionSymbol || element,
  1403. placeholder: maskdef.placeholder,
  1404. nativeDef: element
  1405. }) : (mtoken.matches.splice(position++, 0, {
  1406. fn: null,
  1407. optionality: mtoken.isOptional,
  1408. newBlockMarker: prevMatch === undefined || prevMatch.def !== element && null !== prevMatch.fn,
  1409. casing: null,
  1410. def: opts.staticDefinitionSymbol || element,
  1411. placeholder: opts.staticDefinitionSymbol !== undefined ? element : undefined,
  1412. nativeDef: element
  1413. }), escaped = !1);
  1414. }
  1415. }
  1416. function defaultCase() {
  1417. if (openenings.length > 0) {
  1418. if (insertTestDefinition(currentOpeningToken = openenings[openenings.length - 1], m),
  1419. currentOpeningToken.isAlternator) {
  1420. alternator = openenings.pop();
  1421. for (var mndx = 0; mndx < alternator.matches.length; mndx++) alternator.matches[mndx].isGroup && (alternator.matches[mndx].isGroup = !1);
  1422. openenings.length > 0 ? (currentOpeningToken = openenings[openenings.length - 1]).matches.push(alternator) : currentToken.matches.push(alternator);
  1423. }
  1424. } else insertTestDefinition(currentToken, m);
  1425. }
  1426. function groupify(matches) {
  1427. var groupToken = new MaskToken(!0);
  1428. return groupToken.openGroup = !1, groupToken.matches = matches, groupToken;
  1429. }
  1430. for (regexMask && (opts.optionalmarker[0] = undefined, opts.optionalmarker[1] = undefined); match = regexMask ? regexTokenizer.exec(mask) : tokenizer.exec(mask); ) {
  1431. if (m = match[0], regexMask) switch (m.charAt(0)) {
  1432. case "?":
  1433. m = "{0,1}";
  1434. break;
  1435. case "+":
  1436. case "*":
  1437. m = "{" + m + "}";
  1438. }
  1439. if (escaped) defaultCase(); else switch (m.charAt(0)) {
  1440. case opts.escapeChar:
  1441. escaped = !0, regexMask && defaultCase();
  1442. break;
  1443. case opts.optionalmarker[1]:
  1444. case opts.groupmarker[1]:
  1445. if ((openingToken = openenings.pop()).openGroup = !1, openingToken !== undefined) if (openenings.length > 0) {
  1446. if ((currentOpeningToken = openenings[openenings.length - 1]).matches.push(openingToken),
  1447. currentOpeningToken.isAlternator) {
  1448. alternator = openenings.pop();
  1449. for (var mndx = 0; mndx < alternator.matches.length; mndx++) alternator.matches[mndx].isGroup = !1,
  1450. alternator.matches[mndx].alternatorGroup = !1;
  1451. openenings.length > 0 ? (currentOpeningToken = openenings[openenings.length - 1]).matches.push(alternator) : currentToken.matches.push(alternator);
  1452. }
  1453. } else currentToken.matches.push(openingToken); else defaultCase();
  1454. break;
  1455. case opts.optionalmarker[0]:
  1456. openenings.push(new MaskToken(!1, !0));
  1457. break;
  1458. case opts.groupmarker[0]:
  1459. openenings.push(new MaskToken(!0));
  1460. break;
  1461. case opts.quantifiermarker[0]:
  1462. var quantifier = new MaskToken(!1, !1, !0), mqj = (m = m.replace(/[{}]/g, "")).split("|"), mq = mqj[0].split(","), mq0 = isNaN(mq[0]) ? mq[0] : parseInt(mq[0]), mq1 = 1 === mq.length ? mq0 : isNaN(mq[1]) ? mq[1] : parseInt(mq[1]);
  1463. "*" !== mq1 && "+" !== mq1 || (mq0 = "*" === mq1 ? 0 : 1), quantifier.quantifier = {
  1464. min: mq0,
  1465. max: mq1,
  1466. jit: mqj[1]
  1467. };
  1468. var matches = openenings.length > 0 ? openenings[openenings.length - 1].matches : currentToken.matches;
  1469. if ((match = matches.pop()).isAlternator) {
  1470. matches.push(match), matches = match.matches;
  1471. var groupToken = new MaskToken(!0), tmpMatch = matches.pop();
  1472. matches.push(groupToken), matches = groupToken.matches, match = tmpMatch;
  1473. }
  1474. match.isGroup || (match = groupify([ match ])), matches.push(match), matches.push(quantifier);
  1475. break;
  1476. case opts.alternatormarker:
  1477. function groupQuantifier(matches) {
  1478. var lastMatch = matches.pop();
  1479. return lastMatch.isQuantifier && (lastMatch = groupify([ matches.pop(), lastMatch ])),
  1480. lastMatch;
  1481. }
  1482. if (openenings.length > 0) {
  1483. var subToken = (currentOpeningToken = openenings[openenings.length - 1]).matches[currentOpeningToken.matches.length - 1];
  1484. lastMatch = currentOpeningToken.openGroup && (subToken.matches === undefined || !1 === subToken.isGroup && !1 === subToken.isAlternator) ? openenings.pop() : groupQuantifier(currentOpeningToken.matches);
  1485. } else lastMatch = groupQuantifier(currentToken.matches);
  1486. if (lastMatch.isAlternator) openenings.push(lastMatch); else if (lastMatch.alternatorGroup ? (alternator = openenings.pop(),
  1487. lastMatch.alternatorGroup = !1) : alternator = new MaskToken(!1, !1, !1, !0), alternator.matches.push(lastMatch),
  1488. openenings.push(alternator), lastMatch.openGroup) {
  1489. lastMatch.openGroup = !1;
  1490. var alternatorGroup = new MaskToken(!0);
  1491. alternatorGroup.alternatorGroup = !0, openenings.push(alternatorGroup);
  1492. }
  1493. break;
  1494. default:
  1495. defaultCase();
  1496. }
  1497. }
  1498. for (;openenings.length > 0; ) openingToken = openenings.pop(), currentToken.matches.push(openingToken);
  1499. return currentToken.matches.length > 0 && (!function verifyGroupMarker(maskToken) {
  1500. maskToken && maskToken.matches && $.each(maskToken.matches, function(ndx, token) {
  1501. var nextToken = maskToken.matches[ndx + 1];
  1502. (nextToken === undefined || nextToken.matches === undefined || !1 === nextToken.isQuantifier) && token && token.isGroup && (token.isGroup = !1,
  1503. regexMask || (insertTestDefinition(token, opts.groupmarker[0], 0), !0 !== token.openGroup && insertTestDefinition(token, opts.groupmarker[1]))),
  1504. verifyGroupMarker(token);
  1505. });
  1506. }(currentToken), maskTokens.push(currentToken)), (opts.numericInput || opts.isRTL) && function reverseTokens(maskToken) {
  1507. for (var match in maskToken.matches = maskToken.matches.reverse(), maskToken.matches) if (maskToken.matches.hasOwnProperty(match)) {
  1508. var intMatch = parseInt(match);
  1509. if (maskToken.matches[match].isQuantifier && maskToken.matches[intMatch + 1] && maskToken.matches[intMatch + 1].isGroup) {
  1510. var qt = maskToken.matches[match];
  1511. maskToken.matches.splice(match, 1), maskToken.matches.splice(intMatch + 1, 0, qt);
  1512. }
  1513. maskToken.matches[match].matches !== undefined ? maskToken.matches[match] = reverseTokens(maskToken.matches[match]) : maskToken.matches[match] = ((st = maskToken.matches[match]) === opts.optionalmarker[0] ? st = opts.optionalmarker[1] : st === opts.optionalmarker[1] ? st = opts.optionalmarker[0] : st === opts.groupmarker[0] ? st = opts.groupmarker[1] : st === opts.groupmarker[1] && (st = opts.groupmarker[0]),
  1514. st);
  1515. }
  1516. var st;
  1517. return maskToken;
  1518. }(maskTokens[0]), maskTokens;
  1519. }
  1520. }, Inputmask.extendDefaults = function(options) {
  1521. $.extend(!0, Inputmask.prototype.defaults, options);
  1522. }, Inputmask.extendDefinitions = function(definition) {
  1523. $.extend(!0, Inputmask.prototype.definitions, definition);
  1524. }, Inputmask.extendAliases = function(alias) {
  1525. $.extend(!0, Inputmask.prototype.aliases, alias);
  1526. }, Inputmask.format = function(value, options, metadata) {
  1527. return Inputmask(options).format(value, metadata);
  1528. }, Inputmask.unmask = function(value, options) {
  1529. return Inputmask(options).unmaskedvalue(value);
  1530. }, Inputmask.isValid = function(value, options) {
  1531. return Inputmask(options).isValid(value);
  1532. }, Inputmask.remove = function(elems) {
  1533. "string" == typeof elems && (elems = document.getElementById(elems) || document.querySelectorAll(elems)),
  1534. elems = elems.nodeName ? [ elems ] : elems, $.each(elems, function(ndx, el) {
  1535. el.inputmask && el.inputmask.remove();
  1536. });
  1537. }, Inputmask.setValue = function(elems, value) {
  1538. "string" == typeof elems && (elems = document.getElementById(elems) || document.querySelectorAll(elems)),
  1539. elems = elems.nodeName ? [ elems ] : elems, $.each(elems, function(ndx, el) {
  1540. el.inputmask ? el.inputmask.setValue(value) : $(el).trigger("setvalue", [ value ]);
  1541. });
  1542. }, Inputmask.escapeRegex = function(str) {
  1543. return str.replace(new RegExp("(\\" + [ "/", ".", "*", "+", "?", "|", "(", ")", "[", "]", "{", "}", "\\", "$", "^" ].join("|\\") + ")", "gim"), "\\$1");
  1544. }, Inputmask.keyCode = {
  1545. BACKSPACE: 8,
  1546. BACKSPACE_SAFARI: 127,
  1547. DELETE: 46,
  1548. DOWN: 40,
  1549. END: 35,
  1550. ENTER: 13,
  1551. ESCAPE: 27,
  1552. HOME: 36,
  1553. INSERT: 45,
  1554. LEFT: 37,
  1555. PAGE_DOWN: 34,
  1556. PAGE_UP: 33,
  1557. RIGHT: 39,
  1558. SPACE: 32,
  1559. TAB: 9,
  1560. UP: 38,
  1561. X: 88,
  1562. CONTROL: 17
  1563. }, Inputmask;
  1564. });