webpack-bootstrap-ui-kit/dist/js/app.js

2 lines
564 KiB
JavaScript
Raw Normal View History

2021-02-08 01:30:14 +01:00
/*! For license information please see app.js.LICENSE.txt */
2021-08-09 18:04:04 +02:00
!function(){var r={113:function(r,o,i){var a={"./photo1.png":489,"./photo2.jpg":425,"./photo3.svg":594,".pnpm/@a2nt+meta-lightbox-js@4.0.1_debug@4.3.2/node_modules/@a2nt/meta-lightbox-js/src/img/photo1.png":489,".pnpm/@a2nt+meta-lightbox-js@4.0.1_debug@4.3.2/node_modules/@a2nt/meta-lightbox-js/src/img/photo2.jpg":425,".pnpm/@a2nt+meta-lightbox-js@4.0.1_debug@4.3.2/node_modules/@a2nt/meta-lightbox-js/src/img/photo3.svg":594,"node_modules/.pnpm/@a2nt+meta-lightbox-js@4.0.1_debug@4.3.2/node_modules/@a2nt/meta-lightbox-js/src/img/photo1.png":489,"node_modules/.pnpm/@a2nt+meta-lightbox-js@4.0.1_debug@4.3.2/node_modules/@a2nt/meta-lightbox-js/src/img/photo2.jpg":425,"node_modules/.pnpm/@a2nt+meta-lightbox-js@4.0.1_debug@4.3.2/node_modules/@a2nt/meta-lightbox-js/src/img/photo3.svg":594};function webpackContext(r){var o=webpackContextResolve(r);return i(o)}function webpackContextResolve(r){if(!i.o(a,r)){var o=new Error("Cannot find module '"+r+"'");throw o.code="MODULE_NOT_FOUND",o}return a[r]}webpackContext.keys=function webpackContextKeys(){return Object.keys(a)},webpackContext.resolve=webpackContextResolve,r.exports=webpackContext,webpackContext.id=113},885:function(r,o,i){r.exports=i(855)},145:function(r,o,i){"use strict";var a=i(750),c=i(149),u=i(804),l=i(642),p=i(295),d=i(279),h=i(868),m=i(865);r.exports=function xhrAdapter(r){return new Promise((function dispatchXhrRequest(o,i){var y=r.data,v=r.headers;a.isFormData(y)&&delete v["Content-Type"];var g=new XMLHttpRequest;if(r.auth){var _=r.auth.username||"",b=r.auth.password?unescape(encodeURIComponent(r.auth.password)):"";v.Authorization="Basic "+btoa(_+":"+b)}var E=p(r.baseURL,r.url);if(g.open(r.method.toUpperCase(),l(E,r.params,r.paramsSerializer),!0),g.timeout=r.timeout,g.onreadystatechange=function handleLoad(){if(g&&4===g.readyState&&(0!==g.status||g.responseURL&&0===g.responseURL.indexOf("file:"))){var a="getAllResponseHeaders"in g?d(g.getAllResponseHeaders()):null,u={data:r.responseType&&"text"!==r.responseType?g.response:g.responseText,status:g.status,statusText:g.statusText,headers:a,config:r,request:g};c(o,i,u),g=null}},g.onabort=function handleAbort(){g&&(i(m("Request aborted",r,"ECONNABORTED",g)),g=null)},g.onerror=function handleError(){i(m("Network Error",r,null,g)),g=null},g.ontimeout=function handleTimeout(){var o="timeout of "+r.timeout+"ms exceeded";r.timeoutErrorMessage&&(o=r.timeoutErrorMessage),i(m(o,r,"ECONNABORTED",g)),g=null},a.isStandardBrowserEnv()){var w=(r.withCredentials||h(E))&&r.xsrfCookieName?u.read(r.xsrfCookieName):void 0;w&&(v[r.xsrfHeaderName]=w)}if("setRequestHeader"in g&&a.forEach(v,(function setRequestHeader(r,o){"undefined"===typeof y&&"content-type"===o.toLowerCase()?delete v[o]:g.setRequestHeader(o,r)})),a.isUndefined(r.withCredentials)||(g.withCredentials=!!r.withCredentials),r.responseType)try{g.responseType=r.responseType}catch(S){if("json"!==r.responseType)throw S}"function"===typeof r.onDownloadProgress&&g.addEventListener("progress",r.onDownloadProgress),"function"===typeof r.onUploadProgress&&g.upload&&g.upload.addEventListener("progress",r.onUploadProgress),r.cancelToken&&r.cancelToken.promise.then((function onCanceled(r){g&&(g.abort(),i(r),g=null)})),y||(y=null),g.send(y)}))}},855:function(r,o,i){"use strict";var a=i(750),c=i(999),u=i(229),l=i(936);function createInstance(r){var o=new u(r),i=c(u.prototype.request,o);return a.extend(i,u.prototype,o),a.extend(i,o),i}var p=createInstance(i(822));p.Axios=u,p.create=function create(r){return createInstance(l(p.defaults,r))},p.Cancel=i(589),p.CancelToken=i(816),p.isCancel=i(882),p.all=function all(r){return Promise.all(r)},p.spread=i(867),p.isAxiosError=i(218),r.exports=p,r.exports.default=p},589:function(r){"use strict";function Cancel(r){this.message=r}Cancel.prototype.toString=function toString(){return"Cancel"+(this.message?": "+this.message:"")},Cancel.prototype.__CANCEL__=!0,r.exports=Cancel},816:function(r,o,i){"use strict";var a=i(589);function CancelToken(r){if("function"!==typeof r)throw new TypeError("executor must be a function.");var o;this.promise=new Promise((func