inputmask.js 116 KB

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