mirror of
https://gitlab.silvrtree.co.uk/martind2000/frontexpress.git
synced 2025-01-25 21:16:16 +00:00
3 lines
9.5 KiB
JavaScript
3 lines
9.5 KiB
JavaScript
var frontexpress=function(){"use strict";function t(t){var e=void 0,r=void 0,i=void 0,n=void 0;if(t&&t.length>0){if(1===t.length){var o=a(t,1);n=o[0]}else{var u=a(t,2);e=u[0],n=u[1]}n instanceof l?i=n:(n instanceof d||"function"==typeof n)&&(r=n)}return{baseUri:e,middleware:r,router:i,which:n}}var e=["GET","POST","PUT","DELETE"],r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},i=function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")},n=function(){function t(t,e){for(var r=0;r<e.length;r++){var i=e[r];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(t,i.key,i)}}return function(e,r,i){return r&&t(e.prototype,r),i&&t(e,i),e}}(),a=function(){function t(t,e){var r=[],i=!0,n=!1,a=void 0;try{for(var o,u=t[Symbol.iterator]();!(i=(o=u.next()).done)&&(r.push(o.value),!e||r.length!==e);i=!0);}catch(t){n=!0,a=t}finally{try{!i&&u.return&&u.return()}finally{if(n)throw a}}return r}return function(e,r){if(Array.isArray(e))return e;if(Symbol.iterator in Object(e))return t(e,r);throw new TypeError("Invalid attempt to destructure non-iterable instance")}}(),o=function(t){if(Array.isArray(t)){for(var e=0,r=Array(t.length);e<t.length;e++)r[e]=t[e];return r}return Array.from(t)},u=function(){function t(){i(this,t)}return n(t,[{key:"fetch",value:function(t,e,r){var i=t.method,n=t.uri,a=t.headers,o=t.data,u=function(r){e(t,{status:200,statusText:"OK",responseText:r})},s=function(e){var i=e.status,n=e.statusText,a=e.errorThrown;r(t,{status:i,statusText:n,errorThrown:a,errors:"HTTP "+i+" "+(n?n:"")})},d=new XMLHttpRequest;d.onreadystatechange=function(){4===d.readyState&&(200===d.status?u(d.responseText):s({status:d.status,statusText:d.statusText}))};try{if(d.open(i,n,!0),a){var h=!0,f=!1,l=void 0;try{for(var c,y=Object.keys(a)[Symbol.iterator]();!(h=(c=y.next()).done);h=!0){var v=c.value;d.setRequestHeader(v,a[v])}}catch(t){f=!0,l=t}finally{try{!h&&y.return&&y.return()}finally{if(f)throw l}}}o?d.send(o):d.send()}catch(t){s({errorThrown:t})}}}]),t}(),s=function(){function t(){i(this,t),this.settings={"http requester":new u,"http GET transformer":{uri:function(t){var e=t.uri,r=(t.headers,t.data);if(!r)return e;var i=e,n="",o=/^(.*)(#.*)$/.exec(e);if(o){var u=/^(.*)(#.*)$/.exec(e),s=a(u,3);i=s[1],n=s[2]}return i=Object.keys(r).reduce(function(t,e,i){return t+=""+(0===i&&t.indexOf("?")===-1?"?":"&")+e+"="+r[e]},i),i+n}}},this.rules={"http requester":function(t){if("function"!=typeof t.fetch)throw new TypeError("setting http requester has no fetch method")}}}return n(t,[{key:"set",value:function(t,e){var r=this.rules[t];r&&r(e),this.settings[t]=e}},{key:"get",value:function(t){return this.settings[t]}}]),t}(),d=function(){function t(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";i(this,t),this.name=e}return n(t,[{key:"next",value:function(){return!0}}]),t}(),h=function(){function t(e,r,n,a){i(this,t),this.router=e,this.uriPart=r,this.method=n,this.middleware=a,this.visited=!1}return n(t,[{key:"uri",get:function(){if(this.uriPart||this.method){if(this.uriPart instanceof RegExp)return this.uriPart;if(this.router.baseUri instanceof RegExp)return this.router.baseUri;if(this.router.baseUri){var t=this.router.baseUri.trim();return this.uriPart?(t+this.uriPart.trim()).replace(/\/{2,}/,"/"):t}return this.uriPart}}}]),t}(),f="method takes at least a middleware",l=function(){function a(t){i(this,a),this._baseUri=t,this._routes=[]}return n(a,[{key:"_add",value:function(t){return this._routes.push(t),this}},{key:"routes",value:function(t,e){return this._routes.filter(function(r){if(r.method&&r.method!==e)return!1;if(!r.uri||!t)return!0;var i=/^(.*)\?.*#.*|(.*)(?=\?|#)|(.*[^\?#])$/.exec(t),n=i[1]||i[2]||i[3];return r.uri instanceof RegExp?n.match(r.uri):r.uri===n})}},{key:"visited",value:function(){return this._routes.filter(function(t){return t.visited})}},{key:"use",value:function(t){if(!(t instanceof d)&&"function"!=typeof t)throw new TypeError(f);return this._add(new h(this,void 0,void 0,t)),this}},{key:"all",value:function(){for(var r=arguments.length,i=Array(r),n=0;n<r;n++)i[n]=arguments[n];var a=t(i),o=a.middleware;if(!o)throw new TypeError(f);var u=!0,s=!1,d=void 0;try{for(var h,l=e[Symbol.iterator]();!(u=(h=l.next()).done);u=!0){var c=h.value;this[c.toLowerCase()].apply(this,i)}}catch(t){s=!0,d=t}finally{try{!u&&l.return&&l.return()}finally{if(s)throw d}}return this}},{key:"baseUri",set:function(t){if(t){if(!this._baseUri)return void(this._baseUri=t);if(r(this._baseUri)!==("undefined"==typeof t?"undefined":r(t)))throw new TypeError("router cannot mix regexp and uri")}},get:function(){return this._baseUri}}]),a}(),c=!0,y=!1,v=void 0;try{for(var w,p=function(){var e=w.value,r=e.toLowerCase();l.prototype[r]=function(){for(var r=arguments.length,i=Array(r),n=0;n<r;n++)i[n]=arguments[n];var a=t(i),o=a.baseUri,u=a.middleware;if(!u)throw new TypeError(f);if(o&&this._baseUri&&this._baseUri instanceof RegExp)throw new TypeError("router cannot mix uri/regexp");return this._add(new h(this,o,e,u)),this}},m=e[Symbol.iterator]();!(c=(w=m.next()).done);c=!0)p()}catch(t){y=!0,v=t}finally{try{!c&&m.return&&m.return()}finally{if(y)throw v}}var b=function(){function r(){i(this,r),this.routers=[],this.isDOMLoaded=!1,this.isDOMReady=!1,this.settings=new s}return n(r,[{key:"set",value:function(){for(var t=arguments.length,e=Array(t),r=0;r<t;r++)e[r]=arguments[r];if(1===e.length)return this.settings.get([e]);var i=e[0],n=e[1];return this.settings.set(i,n),this}},{key:"listen",value:function(t){var e=this;window.onbeforeunload=function(){e._callMiddlewareMethod("exited")},window.onpopstate=function(t){if(t.state){var r=t.state,i=r.request,n=r.response,a=e._routes(i.uri,i.method);e._callMiddlewareMethod("entered",a,i),e._callMiddlewareMethod("updated",a,i,n)}},document.onreadystatechange=function(){var r={method:"GET",uri:window.location.pathname+window.location.search},i={status:200,statusText:"OK"},n=e._routes();"loading"!==document.readyState||e.isDOMLoaded?"interactive"!==document.readyState||e.isDOMReady||(e.isDOMLoaded||(e.isDOMLoaded=!0,e._callMiddlewareMethod("entered",n,r)),e.isDOMReady=!0,e._callMiddlewareMethod("updated",n,r,i),t&&t(r,i)):(e.isDOMLoaded=!0,e._callMiddlewareMethod("entered",n,r))}}},{key:"route",value:function(t){var e=new l(t);return this.routers.push(e),e}},{key:"use",value:function(){for(var r=arguments.length,i=Array(r),n=0;n<r;n++)i[n]=arguments[n];var a=t(i),o=a.baseUri,u=a.router,s=a.middleware;if(u)u.baseUri=o;else{if(!s)throw new TypeError("method takes at least a middleware or a router");u=new l(o);var d=!0,h=!1,f=void 0;try{for(var c,y=e[Symbol.iterator]();!(d=(c=y.next()).done);d=!0){var v=c.value;u[v.toLowerCase()](s)}}catch(t){h=!0,f=t}finally{try{!d&&y.return&&y.return()}finally{if(h)throw f}}}return this.routers.push(u),this}},{key:"_routes",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:window.location.pathname+window.location.search,e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"GET",r=[],i=!0,n=!1,a=void 0;try{for(var u,s=this.routers[Symbol.iterator]();!(i=(u=s.next()).done);i=!0){var d=u.value;r.push.apply(r,o(d.routes(t,e)))}}catch(t){n=!0,a=t}finally{try{!i&&s.return&&s.return()}finally{if(n)throw a}}return r}},{key:"_callMiddlewareMethod",value:function(t,e,r,i){if("exited"!==t){var n=!0,a=!1,o=void 0;try{for(var u,s=e[Symbol.iterator]();!(n=(u=s.next()).done);n=!0){var d=u.value;if("updated"===t&&(d.visited=r),d.middleware[t]){if(d.middleware[t](r,i),d.middleware.next&&!d.middleware.next())break}else if("entered"!==t){var h=!0,f=function(){h=!1};if(d.middleware(r,i,f),h)break}}}catch(t){a=!0,o=t}finally{try{!n&&s.return&&s.return()}finally{if(a)throw o}}}else{var l=!0,c=!1,y=void 0;try{for(var v,w=this.routers[Symbol.iterator]();!(l=(v=w.next()).done);l=!0){var p=v.value,m=!0,b=!1,g=void 0;try{for(var x,M=p.visited()[Symbol.iterator]();!(m=(x=M.next()).done);m=!0){var _=x.value;_.middleware.exited&&(_.middleware.exited(_.visited),_.visited=null)}}catch(t){b=!0,g=t}finally{try{!m&&M.return&&M.return()}finally{if(b)throw g}}}}catch(t){c=!0,y=t}finally{try{!l&&w.return&&w.return()}finally{if(c)throw y}}}}},{key:"_fetch",value:function(t,e,r){var i=this,n=t.method,a=t.uri,o=t.headers,u=t.data,s=t.history,d=this.get("http "+n+" transformer");d&&(a=d.uri?d.uri({uri:a,headers:o,data:u}):a,o=d.headers?d.headers({uri:a,headers:o,data:u}):o,u=d.data?d.data({uri:a,headers:o,data:u}):u),this._callMiddlewareMethod("exited");var h=this._routes(a,n);this._callMiddlewareMethod("entered",h,t),this.settings.get("http requester").fetch(t,function(t,r){s&&window.history.pushState({request:t,response:r},s.title,s.uri),i._callMiddlewareMethod("updated",h,t,r),e&&e(t,r)},function(t,e){i._callMiddlewareMethod("failed",h,t,e),r&&r(t,e)})}}]),r}();e.reduce(function(e,r){var i=r.toLowerCase();e[i]=function(){for(var e=arguments.length,r=Array(e),n=0;n<e;n++)r[n]=arguments[n];var a=t(r),o=a.baseUri,u=a.middleware,s=a.which;if("get"===i&&"string"==typeof s)return this.settings.get(s);if(!u)throw new TypeError("method takes a middleware "+("get"===i?"or a string":""));var d=new l;return d[i](o,u),this.routers.push(d),this};var n="http"+r.charAt(0).toUpperCase()+r.slice(1).toLowerCase();return e[n]=function(t,e,i){var n=t.uri,a=t.headers,o=t.data,u=t.history;return n||(n=t),this._fetch({uri:n,method:r,headers:a,data:o,history:u},e,i)},e},b.prototype);var g=function(){return new b};return g.Router=function(t){return new l(t)},g.Middleware=d,g}();
|
|
//# sourceMappingURL=frontexpress.min.js.map
|