You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

194 lines
45 KiB

3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
  1. /******/ (() => { // webpackBootstrap
  2. /******/ var __webpack_modules__ = ({
  3. /***/ "./resources/js/critical.js":
  4. /*!**********************************!*\
  5. !*** ./resources/js/critical.js ***!
  6. \**********************************/
  7. /***/ ((__unused_webpack_module, __unused_webpack_exports, __webpack_require__) => {
  8. /**
  9. * add turbolinks to site
  10. *
  11. *
  12. * @author Björn Hase
  13. *
  14. */
  15. var Turbolinks = __webpack_require__(/*! turbolinks */ "./node_modules/turbolinks/dist/turbolinks.js");
  16. Turbolinks.start();
  17. Turbolinks.setProgressBarDelay(500);
  18. /***/ }),
  19. /***/ "./resources/scss/index.scss":
  20. /*!***********************************!*\
  21. !*** ./resources/scss/index.scss ***!
  22. \***********************************/
  23. /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
  24. "use strict";
  25. __webpack_require__.r(__webpack_exports__);
  26. // extracted by mini-css-extract-plugin
  27. /***/ }),
  28. /***/ "./node_modules/turbolinks/dist/turbolinks.js":
  29. /*!****************************************************!*\
  30. !*** ./node_modules/turbolinks/dist/turbolinks.js ***!
  31. \****************************************************/
  32. /***/ (function(module, exports, __webpack_require__) {
  33. var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_RESULT__;/*
  34. Turbolinks 5.2.0
  35. Copyright © 2018 Basecamp, LLC
  36. */
  37. (function(){var t=this;(function(){(function(){this.Turbolinks={supported:function(){return null!=window.history.pushState&&null!=window.requestAnimationFrame&&null!=window.addEventListener}(),visit:function(t,r){return e.controller.visit(t,r)},clearCache:function(){return e.controller.clearCache()},setProgressBarDelay:function(t){return e.controller.setProgressBarDelay(t)}}}).call(this)}).call(t);var e=t.Turbolinks;(function(){(function(){var t,r,n,o=[].slice;e.copyObject=function(t){var e,r,n;r={};for(e in t)n=t[e],r[e]=n;return r},e.closest=function(e,r){return t.call(e,r)},t=function(){var t,e;return t=document.documentElement,null!=(e=t.closest)?e:function(t){var e;for(e=this;e;){if(e.nodeType===Node.ELEMENT_NODE&&r.call(e,t))return e;e=e.parentNode}}}(),e.defer=function(t){return setTimeout(t,1)},e.throttle=function(t){var e;return e=null,function(){var r;return r=1<=arguments.length?o.call(arguments,0):[],null!=e?e:e=requestAnimationFrame(function(n){return function(){return e=null,t.apply(n,r)}}(this))}},e.dispatch=function(t,e){var r,o,i,s,a,u;return a=null!=e?e:{},u=a.target,r=a.cancelable,o=a.data,i=document.createEvent("Events"),i.initEvent(t,!0,r===!0),i.data=null!=o?o:{},i.cancelable&&!n&&(s=i.preventDefault,i.preventDefault=function(){return this.defaultPrevented||Object.defineProperty(this,"defaultPrevented",{get:function(){return!0}}),s.call(this)}),(null!=u?u:document).dispatchEvent(i),i},n=function(){var t;return t=document.createEvent("Events"),t.initEvent("test",!0,!0),t.preventDefault(),t.defaultPrevented}(),e.match=function(t,e){return r.call(t,e)},r=function(){var t,e,r,n;return t=document.documentElement,null!=(e=null!=(r=null!=(n=t.matchesSelector)?n:t.webkitMatchesSelector)?r:t.msMatchesSelector)?e:t.mozMatchesSelector}(),e.uuid=function(){var t,e,r;for(r="",t=e=1;36>=e;t=++e)r+=9===t||14===t||19===t||24===t?"-":15===t?"4":20===t?(Math.floor(4*Math.random())+8).toString(16):Math.floor(15*Math.random()).toString(16);return r}}).call(this),function(){e.Location=function(){function t(t){var e,r;null==t&&(t=""),r=document.createElement("a"),r.href=t.toString(),this.absoluteURL=r.href,e=r.hash.length,2>e?this.requestURL=this.absoluteURL:(this.requestURL=this.absoluteURL.slice(0,-e),this.anchor=r.hash.slice(1))}var e,r,n,o;return t.wrap=function(t){return t instanceof this?t:new this(t)},t.prototype.getOrigin=function(){return this.absoluteURL.split("/",3).join("/")},t.prototype.getPath=function(){var t,e;return null!=(t=null!=(e=this.requestURL.match(/\/\/[^\/]*(\/[^?;]*)/))?e[1]:void 0)?t:"/"},t.prototype.getPathComponents=function(){return this.getPath().split("/").slice(1)},t.prototype.getLastPathComponent=function(){return this.getPathComponents().slice(-1)[0]},t.prototype.getExtension=function(){var t,e;return null!=(t=null!=(e=this.getLastPathComponent().match(/\.[^.]*$/))?e[0]:void 0)?t:""},t.prototype.isHTML=function(){return this.getExtension().match(/^(?:|\.(?:htm|html|xhtml))$/)},t.prototype.isPrefixedBy=function(t){var e;return e=r(t),this.isEqualTo(t)||o(this.absoluteURL,e)},t.prototype.isEqualTo=function(t){return this.absoluteURL===(null!=t?t.absoluteURL:void 0)},t.prototype.toCacheKey=function(){return this.requestURL},t.prototype.toJSON=function(){return this.absoluteURL},t.prototype.toString=function(){return this.absoluteURL},t.prototype.valueOf=function(){return this.absoluteURL},r=function(t){return e(t.getOrigin()+t.getPath())},e=function(t){return n(t,"/")?t:t+"/"},o=function(t,e){return t.slice(0,e.length)===e},n=function(t,e){return t.slice(-e.length)===e},t}()}.call(this),function(){var t=function(t,e){return function(){return t.apply(e,arguments)}};e.HttpRequest=function(){function r(r,n,o){this.delegate=r,this.requestCanceled=t(this.requestCanceled,this),this.requestTimedOut=t(this.requestTimedOut,this),this.requestFailed=t(this.requestFailed,this),this.requestLoaded=t(this.requestLoaded,this),this.requestProgressed=t(this.requestProgressed,this),this.url=e.Location.wrap(n).requestURL,this.referrer=e.Location.wrap(o).absoluteURL,this.createXHR()}return r.NETWORK_FAILURE=
  38. },r.prototype.cacheSnapshot=function(){var t,r;return this.shouldCacheSnapshot()?(this.notifyApplicationBeforeCachingSnapshot(),r=this.view.getSnapshot(),t=this.lastRenderedLocation,e.defer(function(e){return function(){return e.cache.put(t,r.clone())}}(this))):void 0},r.prototype.scrollToAnchor=function(t){var e;return(e=this.view.getElementForAnchor(t))?this.scrollToElement(e):this.scrollToPosition({x:0,y:0})},r.prototype.scrollToElement=function(t){return this.scrollManager.scrollToElement(t)},r.prototype.scrollToPosition=function(t){return this.scrollManager.scrollToPosition(t)},r.prototype.scrollPositionChanged=function(t){var e;return e=this.getCurrentRestorationData(),e.scrollPosition=t},r.prototype.render=function(t,e){return this.view.render(t,e)},r.prototype.viewInvalidated=function(){return this.adapter.pageInvalidated()},r.prototype.viewWillRender=function(t){return this.notifyApplicationBeforeRender(t)},r.prototype.viewRendered=function(){return this.lastRenderedLocation=this.currentVisit.location,this.notifyApplicationAfterRender()},r.prototype.pageLoaded=function(){return this.lastRenderedLocation=this.location,this.notifyApplicationAfterPageLoad()},r.prototype.clickCaptured=function(){return removeEventListener("click",this.clickBubbled,!1),addEventListener("click",this.clickBubbled,!1)},r.prototype.clickBubbled=function(t){var e,r,n;return this.enabled&&this.clickEventIsSignificant(t)&&(r=this.getVisitableLinkForNode(t.target))&&(n=this.getVisitableLocationForLink(r))&&this.applicationAllowsFollowingLinkToLocation(r,n)?(t.preventDefault(),e=this.getActionForLink(r),this.visit(n,{action:e})):void 0},r.prototype.applicationAllowsFollowingLinkToLocation=function(t,e){var r;return r=this.notifyApplicationAfterClickingLinkToLocation(t,e),!r.defaultPrevented},r.prototype.applicationAllowsVisitingLocation=function(t){var e;return e=this.notifyApplicationBeforeVisitingLocation(t),!e.defaultPrevented},r.prototype.notifyApplicationAfterClickingLinkToLocation=function(t,r){return e.dispatch("turbolinks:click",{target:t,data:{url:r.absoluteURL},cancelable:!0})},r.prototype.notifyApplicationBeforeVisitingLocation=function(t){return e.dispatch("turbolinks:before-visit",{data:{url:t.absoluteURL},cancelable:!0})},r.prototype.notifyApplicationAfterVisitingLocation=function(t){return e.dispatch("turbolinks:visit",{data:{url:t.absoluteURL}})},r.prototype.notifyApplicationBeforeCachingSnapshot=function(){return e.dispatch("turbolinks:before-cache")},r.prototype.notifyApplicationBeforeRender=function(t){return e.dispatch("turbolinks:before-render",{data:{newBody:t}})},r.prototype.notifyApplicationAfterRender=function(){return e.dispatch("turbolinks:render")},r.prototype.notifyApplicationAfterPageLoad=function(t){return null==t&&(t={}),e.dispatch("turbolinks:load",{data:{url:this.location.absoluteURL,timing:t}})},r.prototype.startVisit=function(t,e,r){var n;return null!=(n=this.currentVisit)&&n.cancel(),this.currentVisit=this.createVisit(t,e,r),this.currentVisit.start(),this.notifyApplicationAfterVisitingLocation(t)},r.prototype.createVisit=function(t,r,n){var o,i,s,a,u;return i=null!=n?n:{},a=i.restorationIdentifier,s=i.restorationData,o=i.historyChanged,u=new e.Visit(this,t,r),u.restorationIdentifier=null!=a?a:e.uuid(),u.restorationData=e.copyObject(s),u.historyChanged=o,u.referrer=this.location,u},r.prototype.visitCompleted=function(t){return this.notifyApplicationAfterPageLoad(t.getTimingMetrics())},r.prototype.clickEventIsSignificant=function(t){return!(t.defaultPrevented||t.target.isContentEditable||t.which>1||t.altKey||t.ctrlKey||t.metaKey||t.shiftKey)},r.prototype.getVisitableLinkForNode=function(t){return this.nodeIsVisitable(t)?e.closest(t,"a[href]:not([target]):not([download])"):void 0},r.prototype.getVisitableLocationForLink=function(t){var r;return r=new e.Location(t.getAttribute("href")),this.locationIsVisitable(r)?r:void 0},r.prototype.getActionForLink=function(t){var e;return null!=(e=t.getAttribute("data-turbolinks-action"))?e:"advance"},r.prototype.nodeIsVisitable=function(t){var r;return(r=e.closest(t,"[da
  39. __WEBPACK_AMD_DEFINE_RESULT__ = (typeof __WEBPACK_AMD_DEFINE_FACTORY__ === 'function' ?
  40. (__WEBPACK_AMD_DEFINE_FACTORY__.call(exports, __webpack_require__, exports, module)) :
  41. __WEBPACK_AMD_DEFINE_FACTORY__),
  42. __WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__))}).call(this);
  43. /***/ })
  44. /******/ });
  45. /************************************************************************/
  46. /******/ // The module cache
  47. /******/ var __webpack_module_cache__ = {};
  48. /******/
  49. /******/ // The require function
  50. /******/ function __webpack_require__(moduleId) {
  51. /******/ // Check if module is in cache
  52. /******/ var cachedModule = __webpack_module_cache__[moduleId];
  53. /******/ if (cachedModule !== undefined) {
  54. /******/ return cachedModule.exports;
  55. /******/ }
  56. /******/ // Create a new module (and put it into the cache)
  57. /******/ var module = __webpack_module_cache__[moduleId] = {
  58. /******/ // no module.id needed
  59. /******/ // no module.loaded needed
  60. /******/ exports: {}
  61. /******/ };
  62. /******/
  63. /******/ // Execute the module function
  64. /******/ __webpack_modules__[moduleId].call(module.exports, module, module.exports, __webpack_require__);
  65. /******/
  66. /******/ // Return the exports of the module
  67. /******/ return module.exports;
  68. /******/ }
  69. /******/
  70. /******/ // expose the modules object (__webpack_modules__)
  71. /******/ __webpack_require__.m = __webpack_modules__;
  72. /******/
  73. /************************************************************************/
  74. /******/ /* webpack/runtime/chunk loaded */
  75. /******/ (() => {
  76. /******/ var deferred = [];
  77. /******/ __webpack_require__.O = (result, chunkIds, fn, priority) => {
  78. /******/ if(chunkIds) {
  79. /******/ priority = priority || 0;
  80. /******/ for(var i = deferred.length; i > 0 && deferred[i - 1][2] > priority; i--) deferred[i] = deferred[i - 1];
  81. /******/ deferred[i] = [chunkIds, fn, priority];
  82. /******/ return;
  83. /******/ }
  84. /******/ var notFulfilled = Infinity;
  85. /******/ for (var i = 0; i < deferred.length; i++) {
  86. /******/ var [chunkIds, fn, priority] = deferred[i];
  87. /******/ var fulfilled = true;
  88. /******/ for (var j = 0; j < chunkIds.length; j++) {
  89. /******/ if ((priority & 1 === 0 || notFulfilled >= priority) && Object.keys(__webpack_require__.O).every((key) => (__webpack_require__.O[key](chunkIds[j])))) {
  90. /******/ chunkIds.splice(j--, 1);
  91. /******/ } else {
  92. /******/ fulfilled = false;
  93. /******/ if(priority < notFulfilled) notFulfilled = priority;
  94. /******/ }
  95. /******/ }
  96. /******/ if(fulfilled) {
  97. /******/ deferred.splice(i--, 1)
  98. /******/ result = fn();
  99. /******/ }
  100. /******/ }
  101. /******/ return result;
  102. /******/ };
  103. /******/ })();
  104. /******/
  105. /******/ /* webpack/runtime/hasOwnProperty shorthand */
  106. /******/ (() => {
  107. /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
  108. /******/ })();
  109. /******/
  110. /******/ /* webpack/runtime/make namespace object */
  111. /******/ (() => {
  112. /******/ // define __esModule on exports
  113. /******/ __webpack_require__.r = (exports) => {
  114. /******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
  115. /******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
  116. /******/ }
  117. /******/ Object.defineProperty(exports, '__esModule', { value: true });
  118. /******/ };
  119. /******/ })();
  120. /******/
  121. /******/ /* webpack/runtime/jsonp chunk loading */
  122. /******/ (() => {
  123. /******/ // no baseURI
  124. /******/
  125. /******/ // object to store loaded and loading chunks
  126. /******/ // undefined = chunk not loaded, null = chunk preloaded/prefetched
  127. /******/ // [resolve, reject, Promise] = chunk loading, 0 = chunk loaded
  128. /******/ var installedChunks = {
  129. /******/ "/public/js/critical": 0,
  130. /******/ "public/css/index": 0
  131. /******/ };
  132. /******/
  133. /******/ // no chunk on demand loading
  134. /******/
  135. /******/ // no prefetching
  136. /******/
  137. /******/ // no preloaded
  138. /******/
  139. /******/ // no HMR
  140. /******/
  141. /******/ // no HMR manifest
  142. /******/
  143. /******/ __webpack_require__.O.j = (chunkId) => (installedChunks[chunkId] === 0);
  144. /******/
  145. /******/ // install a JSONP callback for chunk loading
  146. /******/ var webpackJsonpCallback = (parentChunkLoadingFunction, data) => {
  147. /******/ var [chunkIds, moreModules, runtime] = data;
  148. /******/ // add "moreModules" to the modules object,
  149. /******/ // then flag all "chunkIds" as loaded and fire callback
  150. /******/ var moduleId, chunkId, i = 0;
  151. /******/ for(moduleId in moreModules) {
  152. /******/ if(__webpack_require__.o(moreModules, moduleId)) {
  153. /******/ __webpack_require__.m[moduleId] = moreModules[moduleId];
  154. /******/ }
  155. /******/ }
  156. /******/ if(runtime) var result = runtime(__webpack_require__);
  157. /******/ if(parentChunkLoadingFunction) parentChunkLoadingFunction(data);
  158. /******/ for(;i < chunkIds.length; i++) {
  159. /******/ chunkId = chunkIds[i];
  160. /******/ if(__webpack_require__.o(installedChunks, chunkId) && installedChunks[chunkId]) {
  161. /******/ installedChunks[chunkId][0]();
  162. /******/ }
  163. /******/ installedChunks[chunkIds[i]] = 0;
  164. /******/ }
  165. /******/ return __webpack_require__.O(result);
  166. /******/ }
  167. /******/
  168. /******/ var chunkLoadingGlobal = self["webpackChunk"] = self["webpackChunk"] || [];
  169. /******/ chunkLoadingGlobal.forEach(webpackJsonpCallback.bind(null, 0));
  170. /******/ chunkLoadingGlobal.push = webpackJsonpCallback.bind(null, chunkLoadingGlobal.push.bind(chunkLoadingGlobal));
  171. /******/ })();
  172. /******/
  173. /************************************************************************/
  174. /******/
  175. /******/ // startup
  176. /******/ // Load entry module and return exports
  177. /******/ // This entry module depends on other loaded chunks and execution need to be delayed
  178. /******/ __webpack_require__.O(undefined, ["public/css/index"], () => (__webpack_require__("./resources/js/critical.js")))
  179. /******/ var __webpack_exports__ = __webpack_require__.O(undefined, ["public/css/index"], () => (__webpack_require__("./resources/scss/index.scss")))
  180. /******/ __webpack_exports__ = __webpack_require__.O(__webpack_exports__);
  181. /******/
  182. /******/ })()
  183. ;