| 123456789 |
- /*!
- * dependencyLibs/inputmask.dependencyLib.jqlite.min.js
- * https://github.com/RobinHerbots/Inputmask
- * Copyright (c) 2010 - 2018 Robin Herbots
- * Licensed under the MIT license (http://www.opensource.org/licenses/mit-license.php)
- * Version: 4.0.1-beta.33
- */
- !function(e){"function"==typeof define&&define.amd?define(["jqlite","../global/window","../global/document"],e):"object"==typeof exports?module.exports=e(require("jqlite"),require("../global/window"),require("../global/document")):window.dependencyLib=e(jqlite,window,document)}(function(f,e,o){function l(e){return null!=e&&e===e.window}return f.inArray=function(e,n,t){return null==n?-1:function(e,n){for(var t=0,o=e.length;t<o;t++)if(e[t]===n)return t;return-1}(n,e)},f.isFunction=function(e){return"function"==typeof e},f.isArray=Array.isArray,f.isPlainObject=function(e){return"object"==typeof e&&!e.nodeType&&!l(e)&&!(e.constructor&&!Object.hasOwnProperty.call(e.constructor.prototype,"isPrototypeOf"))},f.extend=function(){var e,n,t,o,r,i,u=arguments[0]||{},l=1,c=arguments.length,a=!1;for("boolean"==typeof u&&(a=u,u=arguments[l]||{},l++),"object"==typeof u||f.isFunction(u)||(u={}),l===c&&(u=this,l--);l<c;l++)if(null!=(e=arguments[l]))for(n in e)t=u[n],u!==(o=e[n])&&(a&&o&&(f.isPlainObject(o)||(r=f.isArray(o)))?(r?(r=!1,i=t&&f.isArray(t)?t:[]):i=t&&f.isPlainObject(t)?t:{},u[n]=f.extend(a,i,o)):void 0!==o&&(u[n]=o));return u},f.each=function(e,n){var t,o,r,i=0;if(o="length"in(t=e)&&t.length,"function"!==(r=typeof t)&&!l(t)&&(1===t.nodeType&&o||"array"===r||0===o||"number"==typeof o&&0<o&&o-1 in t))for(var u=e.length;i<u&&!1!==n.call(e[i],i,e[i]);i++);else for(i in e)if(!1===n.call(e[i],i,e[i]))break;return e},f.data=function(e,n,t){return f(e).data(n,t)},f.Event=f.Event||function(e,n){n=n||{bubbles:!1,cancelable:!1,detail:void 0};var t=o.createEvent("CustomEvent");return t.initCustomEvent(e,n.bubbles,n.cancelable,n.detail),t},f.Event.prototype=e.Event.prototype,f});
|