inputmask.js 116 KB

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