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

2 lines
369 KiB
JavaScript
Raw Normal View History

2021-02-08 01:30:14 +01:00
/*! For license information please see app.js.LICENSE.txt */
2021-03-30 07:43:22 +02:00
!function(){var e={8023: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 W}});var r=function defaultMakeData(){return Object.create(null)},i=Array.prototype,h=i.forEach,d=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 h.call(e,(function(e){return t=t.getChildTrie(e)})),t.data||(t.data=this.makeData(d.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 v=null,g={},b=1,_="@wry/context:Slot",w=Array,k=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=v;e;e=e.parent)if(this.id in e.slots){var t=e.slots[this.id];if(t===g)break;return e!==v&&(v.slots[this.id]=t),!0}return v&&(v.slots[this.id]=g),!1},Slot.prototype.getValue=function(){if(this.hasValue())return v.slots[this.id]},Slot.prototype.withValue=function(e,t,n,r){var i,h=((i={__proto__:null})[this.id]=e,i),d=v;v={parent:d,slots:h};try{return t.apply(r,n)}finally{v=d}},Slot.bind=function(e){var t=v;return function(){var n=v;try{return v=t,e.apply(this,arguments)}finally{v=n}}},Slot.noContext=function(e,t,n){if(!v)return e.apply(n,t);var r=v;try{return v=null,e.apply(n,t)}finally{v=r}},Slot}()}();try{Object.defineProperty(w,_,{value:w[_]=e,enumerable:!1,writable:!1,configurable:!1})}finally{return e}}();k.bind,k.noContext;function defaultDispose(){}var E=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.prototype.set=function(e,t){var n=this.getNode(e);return n?n.value=t:(n={key:e,value:t,newer:null,older:this.newest},this.newest&&(this.newest.newer=n),this.newest=n,this.oldest=this.oldest||n,this.map.set(e,n),n.value)},Cache.prototype.clean=function(){for(;this.oldest&&this.map.size>this.max;)this.delete(this.oldest.key)},Cache.prototype.delete=function(e){var t=this.map.get(e);return!!t&&(t===this.newest&&(this.newest=t.older),t===this.oldest&&(this.oldest=t.newer),t.newer&&(t.newer.older=t.older),t.older&&(t.older.newer=t.newer),this.map.delete(e),this.dispose(t.value,e),!0)},Cache}(),S=new k;function maybeUnsubscribe(e){var t=e.unsubscribe;"function"===typeof t&&(e.unsubscribe=void 0,t())}var O=[];function assert(e,t){if(!e)throw new Error(t||"assertion failure")}function valueGet(e){switch(e.length){case 0:throw new Error("unknown value");case 1:return e[0];case 2:throw e[1]}}var T=function(){function Entry(e){this.fn=e,this.parents=new Set,this.childValues=new Map,this.dirtyChildren=null,this.dirty=!0,this.recomputing=!1,this.value=[],this.deps=null,++Entry.count}return Entry.prototype.peek=function(){if(1===this.value.length&&!mightBeDirty(this))return this.value[0]},Entry.prototype.recompute=function(e){return assert(!this.recomputing,"already recomputing"),function rememberParent(e){var t=S.getValue();if(t)return e.p