silverstripe-webpack/app/client/dist/js/app.js

2 lines
424 KiB
JavaScript
Raw Normal View History

2020-02-12 21:31:59 +01:00
/*! For license information please see app.js.LICENSE.txt */
2021-05-03 19:19:04 +02:00
!function(){var e={6999:function(e,t,n){var r={"./bg.png":3300,"./logo.png":8864,"./logo.svg":625,"./original.png":6843,"./original2.png":4730,"./photo1.png":9272,"./photo2.jpg":8616,"./photo3.svg":5802,"app/client/src/img/bg.png":3300,"app/client/src/img/logo.png":8864,"app/client/src/img/logo.svg":625,"app/client/src/img/original.png":6843,"app/client/src/img/original2.png":4730,"app/client/src/img/photo1.png":9272,"app/client/src/img/photo2.jpg":8616,"app/client/src/img/photo3.svg":5802,"bg.png":3300,"img/bg.png":3300,"img/logo.png":8864,"img/logo.svg":625,"img/original.png":6843,"img/original2.png":4730,"img/photo1.png":9272,"img/photo2.jpg":8616,"img/photo3.svg":5802,"logo.png":8864,"logo.svg":625,"original.png":6843,"original2.png":4730,"photo1.png":9272,"photo2.jpg":8616,"photo3.svg":5802};function webpackContext(e){var t=webpackContextResolve(e);return n(t)}function webpackContextResolve(e){if(!n.o(r,e)){var t=new Error("Cannot find module '"+e+"'");throw t.code="MODULE_NOT_FOUND",t}return r[e]}webpackContext.keys=function webpackContextKeys(){return Object.keys(r)},webpackContext.resolve=webpackContextResolve,e.exports=webpackContext,webpackContext.id=6999},1882:function(e){var t={getParents:function(e,t){for(var n=[],r=e;r&&r!==document;)t?r.matches(t)&&n.push(r):n.push(r),r=r.parentNode;return n}};e.exports=t,e.exports.default=t},4662:function(e,t,n){"use strict";function _typeof(e){return(_typeof="function"===typeof Symbol&&"symbol"===typeof Symbol.iterator?function _typeof(e){return typeof e}:function _typeof(e){return e&&"function"===typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}n.d(t,{h4:function(){return re},ab:function(){return z}});var r=function defaultMakeData(){return Object.create(null)},i=Array.prototype,d=i.forEach,h=i.slice,y=function(){function Trie(e,t){void 0===e&&(e=!0),void 0===t&&(t=r),this.weakness=e,this.makeData=t}return Trie.prototype.lookup=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];return this.lookupArray(e)},Trie.prototype.lookupArray=function(e){var t=this;return d.call(e,(function(e){return t=t.getChildTrie(e)})),t.data||(t.data=this.makeData(h.call(e)))},Trie.prototype.getChildTrie=function(e){var t=this.weakness&&function isObjRef(e){switch(_typeof(e)){case"object":if(null===e)break;case"function":return!0}return!1}(e)?this.weak||(this.weak=new WeakMap):this.strong||(this.strong=new Map),n=t.get(e);return n||t.set(e,n=new Trie(this.weakness,this.makeData)),n},Trie}();var g=null,v={},b=1,_="@wry/context:Slot",w=Array,E=w[_]||function(){var e=function makeSlotClass(){return function(){function Slot(){this.id=["slot",b++,Date.now(),Math.random().toString(36).slice(2)].join(":")}return Slot.prototype.hasValue=function(){for(var e=g;e;e=e.parent)if(this.id in e.slots){var t=e.slots[this.id];if(t===v)break;return e!==g&&(g.slots[this.id]=t),!0}return g&&(g.slots[this.id]=v),!1},Slot.prototype.getValue=function(){if(this.hasValue())return g.slots[this.id]},Slot.prototype.withValue=function(e,t,n,r){var i,d=((i={__proto__:null})[this.id]=e,i),h=g;g={parent:h,slots:d};try{return t.apply(r,n)}finally{g=h}},Slot.bind=function(e){var t=g;return function(){var n=g;try{return g=t,e.apply(this,arguments)}finally{g=n}}},Slot.noContext=function(e,t,n){if(!g)return e.apply(n,t);var r=g;try{return g=null,e.apply(n,t)}finally{g=r}},Slot}()}();try{Object.defineProperty(w,_,{value:w[_]=e,enumerable:!1,writable:!1,configurable:!1})}finally{return e}}();E.bind,E.noContext;function defaultDispose(){}var S=function(){function Cache(e,t){void 0===e&&(e=1/0),void 0===t&&(t=defaultDispose),this.max=e,this.dispose=t,this.map=new Map,this.newest=null,this.oldest=null}return Cache.prototype.has=function(e){return this.map.has(e)},Cache.prototype.get=function(e){var t=this.getNode(e);return t&&t.value},Cache.prototype.getNode=function(e){var t=this.map.get(e);if(t&&t!==this.newest){var n=t.older,r=t.newer;r&&(r.older=n),n&&(n.newer=r),t.older=this.newest,t.older.newer=t,t.newer=null,this.newest=t,t===this.oldest&&(this.oldest=r)}return t},Cache.prot