inputmask.js 121 KB

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