type-r
Version:
Serializable, validated, and observable data layer for modern JS applications
3 lines (2 loc) • 2.35 kB
JavaScript
!function(t,e){"object"==typeof exports&&"undefined"!=typeof module?e(exports,require("type-r")):"function"==typeof define&&define.amd?define(["exports","type-r"],e):e((t=t||self).NestedExtTypes={},t.Nested)}(this,function(t,r){"use strict";var o=function(t,e){return(o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r])})(t,e)};var n=/\/Date\(([0-9]+)\)\//,e=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return function(t,e){function r(){this.constructor=t}o(t,e),t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)}(e,t),e.prototype.convert=function(t){if("string"==typeof t){var e=n.exec(t);if(e)return new Date(Number(e[1]))}return r.DateType.prototype.convert.apply(this,arguments)},e.prototype.toJSON=function(t){return t&&"/Date("+t.getTime()+")/"},e}(r.DateType),a=new r.ChainableAttributeSpec({type:Date,_metatype:e}),i=r.type(Date).toJSON(function(t){return t&&t.getTime()});function f(t){return t?Math.round(t):0}f._metatype=r.NumericType;var u=/^(?:(?:https?|ftp):\/\/)(?:\S+(?::\S*)?@)?(?:(?!(?:10|127)(?:\.\d{1,3}){3})(?!(?:169\.254|192\.168)(?:\.\d{1,3}){2})(?!172\.(?:1[6-9]|2\d|3[0-1])(?:\.\d{1,3}){2})(?:[1-9]\d?|1\d\d|2[01]\d|22[0-3])(?:\.(?:1?\d{1,2}|2[0-4]\d|25[0-5])){2}(?:\.(?:[1-9]\d?|1\d\d|2[0-4]\d|25[0-4]))|(?:(?:[a-z\u00a1-\uffff0-9]-*)*[a-z\u00a1-\uffff0-9]+)(?:\.(?:[a-z\u00a1-\uffff0-9]-*)*[a-z\u00a1-\uffff0-9]+)*(?:\.(?:[a-z\u00a1-\uffff]{2,}))\.?)(?::\d{2,5})?(?:[/?#]\S*)?$/i;function p(t){return!t||u.test(t)}p.error="Not valid URL";var c=r.type(String).check(p),d=/^\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}$/;function s(t){return!t||d.test(t)}s.error="Not valid IP address";var y=r.type(String).check(s),l=/^[-a-z0-9~!$%^&*_=+}{\'?]+(\.[-a-z0-9~!$%^&*_=+}{\'?]+)*@([a-z0-9_][-a-z0-9_]*(\.[-a-z0-9_]+)*\.(aero|arpa|biz|com|coop|edu|gov|info|int|mil|museum|name|net|org|pro|travel|mobi|[a-z][a-z])|([0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}))(:[0-9]{1,5})?$/i;function m(t){return!t||!!t.match(l)}m.error="Not valid email";var _=r.type(String).check(m);t.MicrosoftDateType=e,t.MicrosoftDate=a,t.Timestamp=i,t.Integer=f,t.isUrl=p,t.Url=c,t.isIPAddress=s,t.IPAddress=y,t.isEmail=m,t.Email=_,Object.defineProperty(t,"__esModule",{value:!0})});
//# sourceMappingURL=index.js.map