18 lines
436 KiB
JavaScript
18 lines
436 KiB
JavaScript
|
window.dash_cytoscape=function(e){var t={};function n(r){if(t[r])return t[r].exports;var i=t[r]={i:r,l:!1,exports:{}};return e[r].call(i.exports,i,i.exports,n),i.l=!0,i.exports}return n.m=e,n.c=t,n.d=function(e,t,r){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var i in e)n.d(r,i,function(t){return e[t]}.bind(null,i));return r},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=3)}([function(e,t){var n;n=function(){return this}();try{n=n||new Function("return this")()}catch(e){"object"==typeof window&&(n=window)}e.exports=n},function(e,t){e.exports=window.React},function(e,t,n){e.exports=n(5)()},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.Cytoscape=void 0;var r,i=n(4),a=(r=i)&&r.__esModule?r:{default:r};t.Cytoscape=a.default},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=function(){function e(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}return function(t,n,r){return n&&e(t.prototype,n),r&&e(t,r),t}}(),i=n(1),a=c(i),o=c(n(2)),s=c(n(7)),u=c(n(16)),l=c(n(18));function c(e){return e&&e.__esModule?e:{default:e}}var d=function(e){function t(e){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,t);var n=function(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}(this,(t.__proto__||Object.getPrototypeOf(t)).call(this,e));return n.handleCy=n.handleCy.bind(n),n._handleCyCalled=!1,n.handleImageGeneration=n.handleImageGeneration.bind(n),n.cyResponsiveClass=!1,n}return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}(t,e),r(t,[{key:"generateNode",value:function(e){var t=e.target,n=t.isParent(),r=t.isChildless(),i=t.isChild(),a=t.isOrphan(),o=t.renderedPosition(),s=t.relativePosition(),u=t.parent(),l=t.style(),c=t.connectedEdges().map((function(e){return e.data()})),d=t.children().map((function(e){return e.data()})),h=t.ancestors().map((function(e){return e.data()})),f=t.descendants().map((function(e){return e.data()})),p=t.siblings().map((function(e){return e.data()})),v=e.timeStamp,g=t.json(),y=g.classes,m=g.data,b=g.grabbable,x=g.group,w=g.locked,_=g.position,E=g.selected;return{edgesData:c,renderedPosition:o,timeStamp:v,classes:y,data:m,grabbable:b,group:x,locked:w,position:_,selectable:g.selectable,selected:E,ancestorsData:h,childrenData:d,descendantsData:f,parentData:u?u.data():null,siblingsData:p,isParent:n,isChildless:r,isChild:i,isOrphan:a,relativePosition:s,style:l}}},{key:"generateEdge",value:function(e){var t=e.target,n=t.midpoint(),r=t.isLoop(),i=t.isSimple(),a=t.source().data(),o=t.sourceEndpoint(),s=t.style(),u=t.target().data(),l=t.targetEndpoint(),c=e.timeStamp,d=t.json();return{isLoop:r,isSimple:i,midpoint:n,sourceData:a,sourceEndpoint:o,targetData:u,targetEndpoint:l,timeStamp:c,classes:d.classes,data:d.data,grabbable:d.grabbable,group:d.group,locked:d.locked,selectable:d.selectable,selected:d.selected,style:s}}},{key:"handleCy",value:function(e){var t=this;if(e!==this._cy||!this._handleCyCalled){this._cy=e,window.cy=e,this._handleCyCalled=!0;var n=e.collection(),r=e.collection(),i=u.d
|
|||
|
/*!
|
|||
|
Embeddable Minimum Strictly-Compliant Promises/A+ 1.1.1 Thenable
|
|||
|
Copyright (c) 2013-2014 Ralf S. Engelschall (http://engelschall.com)
|
|||
|
Licensed under The MIT License (http://opensource.org/licenses/MIT)
|
|||
|
*/
|
|||
|
var An=function e(t){if(!(this instanceof e))return new e(t);this.id="Thenable/1.0.7",this.state=0,this.fulfillValue=void 0,this.rejectReason=void 0,this.onFulfilled=[],this.onRejected=[],this.proxy={then:this.then.bind(this)},"function"==typeof t&&t.call(this,this.fulfill.bind(this),this.reject.bind(this))};An.prototype={fulfill:function(e){return Nn(this,1,"fulfillValue",e)},reject:function(e){return Nn(this,2,"rejectReason",e)},then:function(e,t){var n=new An;return this.onFulfilled.push(jn(e,n,"fulfill")),this.onRejected.push(jn(t,n,"reject")),Ln(this),n.proxy}};var Nn=function(e,t,n,r){return 0===e.state&&(e.state=t,e[n]=r,Ln(e)),e},Ln=function(e){1===e.state?Rn(e,"onFulfilled",e.fulfillValue):2===e.state&&Rn(e,"onRejected",e.rejectReason)},Rn=function(e,n,r){if(0!==e[n].length){var i=e[n];e[n]=[];var a=function(){for(var e=0;e<i.length;e++)i[e](r)};"function"==typeof t?t(a):setTimeout(a,0)}},jn=function(e,t,n){return function(r){if("function"!=typeof e)t[n].call(t,r);else{var i;try{i=e(r)}catch(e){return void t.reject(e)}Vn(t,i)}}},Vn=function e(t,n){if(t!==n&&t.proxy!==n){var r;if("object"===o(n)&&null!==n||"function"==typeof n)try{r=n.then}catch(e){return void t.reject(e)}if("function"!=typeof r)t.fulfill(n);else{var i=!1;try{r.call(n,(function(r){i||(i=!0,r===n?t.reject(new TypeError("circular thenable chain")):e(t,r))}),(function(e){i||(i=!0,t.reject(e))}))}catch(e){i||t.reject(e)}}}else t.reject(new TypeError("cannot resolve promise with itself"))};An.all=function(e){return new An((function(t,n){for(var r=new Array(e.length),i=0,a=function(n,a){r[n]=a,++i===e.length&&t(r)},o=0;o<e.length;o++)!function(t){var r=e[t];null!=r&&null!=r.then?r.then((function(e){a(t,e)}),(function(e){n(e)})):a(t,r)}(o)}))},An.resolve=function(e){return new An((function(t,n){t(e)}))},An.reject=function(e){return new An((function(t,n){n(e)}))};var Fn="undefined"!=typeof Promise?Promise:An,qn=function(e,t,n){var r=T(e),i=!r,a=this._private=j({duration:1e3},t,n);if(a.target=e,a.style=a.style||a.css,a.started=!1,a.playing=!1,a.hooked=!1,a.applying=!1,a.progress=0,a.completes=[],a.frames=[],a.complete&&x(a.complete)&&a.completes.push(a.complete),i){var o=e.position();a.startPosition=a.startPosition||{x:o.x,y:o.y},a.startStyle=a.startStyle||e.cy().style().getAnimationStartStyle(e,a.style)}if(r){var s=e.pan();a.startPan={x:s.x,y:s.y},a.startZoom=e.zoom()}this.length=1,this[0]=this},Wn=qn.prototype;j(Wn,{instanceString:function(){return"animation"},hook:function(){var e=this._private;if(!e.hooked){var t=e.target._private.animation;(e.queue?t.queue:t.current).push(this),C(e.target)&&e.target.cy().addToAnimationPool(e.target),e.hooked=!0}return this},play:function(){var e=this._private;return 1===e.progress&&(e.progress=0),e.playing=!0,e.started=!1,e.stopped=!1,this.hook(),this},playing:function(){return this._private.playing},apply:function(){var e=this._private;return e.applying=!0,e.started=!1,e.stopped=!1,this.hook(),this},applying:function(){return this._private.applying},pause:function(){var e=this._private;return e.playing=!1,e.started=!1,this},stop:function(){var e=this._private;return e.playing=!1,e.started=!1,e.stopped=!0,this},rewind:function(){return this.progress(0)},fastforward:function(){return this.progress(1)},time:function(e){var t=this._private;return void 0===e?t.progress*t.duration:this.progress(e/t.duration)},progress:function(e){var t=this._private,n=t.playing;return void 0===e?t.progress:(n&&this.pause(),t.progress=e,t.started=!1,n&&this.play(),this)},completed:function(){return 1===this._private.progress},reverse:function(){var e=this._private,t=e.playing;t&&this.pause(),e.progress=1-e.progress,e.started=!1;var n=function(t,n){var r=e[t];null!=r&&(e[t]=e[n],e[n]=r)};if(n("zoom","startZoom"),n("pan","startPan"),n("position","startPosition"),e.style)for(var r=0;r<e.style.length;r++){var i=e.style[r],a=i.name,o=e.startStyle[a];e.startStyle[a]=i,e.style[r]=o}return t&&this.play(),this},promise:function(e){var t,n=this._private;switch(e){case"frame":t=n.frames;break;default:case"complete":case"completed":t=n.completes}retu
|
|||
|
/*! Bezier curve function generator. Copyright Gaetan Renaudeau. MIT License: http://en.wikipedia.org/wiki/MIT_License */
|
|||
|
/*! Runge-Kutta spring physics function generator. Adapted from Framer.js, copyright Koen Bok. MIT License: http://en.wikipedia.org/wiki/MIT_License */
|
|||
|
var sa=function(){function e(e){return-e.tension*e.x-e.friction*e.v}function t(t,n,r){var i={x:t.x+r.dx*n,v:t.v+r.dv*n,tension:t.tension,friction:t.friction};return{dx:i.v,dv:e(i)}}function n(n,r){var i={dx:n.v,dv:e(n)},a=t(n,.5*r,i),o=t(n,.5*r,a),s=t(n,r,o),u=1/6*(i.dx+2*(a.dx+o.dx)+s.dx),l=1/6*(i.dv+2*(a.dv+o.dv)+s.dv);return n.x=n.x+u*r,n.v=n.v+l*r,n}return function e(t,r,i){var a,o,s,u={x:-1,v:0,tension:null,friction:null},l=[0],c=0;for(t=parseFloat(t)||500,r=parseFloat(r)||20,i=i||null,u.tension=t,u.friction=r,o=(a=null!==i)?(c=e(t,r))/i*.016:.016;s=n(s||u,o),l.push(1+s.x),c+=16,Math.abs(s.x)>1e-4&&Math.abs(s.v)>1e-4;);return a?function(e){return l[e*(l.length-1)|0]}:c}}(),ua=function(e,t,n,r){var i=function(e,t,n,r){var i=4,a=.001,o=1e-7,s=10,u=11,l=1/(u-1),c="undefined"!=typeof Float32Array;if(4!==arguments.length)return!1;for(var d=0;d<4;++d)if("number"!=typeof arguments[d]||isNaN(arguments[d])||!isFinite(arguments[d]))return!1;e=Math.min(e,1),n=Math.min(n,1),e=Math.max(e,0),n=Math.max(n,0);var h=c?new Float32Array(u):new Array(u);function f(e,t){return 1-3*t+3*e}function p(e,t){return 3*t-6*e}function v(e){return 3*e}function g(e,t,n){return((f(t,n)*e+p(t,n))*e+v(t))*e}function y(e,t,n){return 3*f(t,n)*e*e+2*p(t,n)*e+v(t)}function m(t,r){for(var a=0;a<i;++a){var o=y(r,e,n);if(0===o)return r;r-=(g(r,e,n)-t)/o}return r}function b(){for(var t=0;t<u;++t)h[t]=g(t*l,e,n)}function x(t,r,i){var a,u,l=0;do{(a=g(u=r+(i-r)/2,e,n)-t)>0?i=u:r=u}while(Math.abs(a)>o&&++l<s);return u}function w(t){for(var r=0,i=1,o=u-1;i!==o&&h[i]<=t;++i)r+=l;--i;var s=r+(t-h[i])/(h[i+1]-h[i])*l,c=y(s,e,n);return c>=a?m(t,s):0===c?s:x(t,r,r+l)}var _=!1;function E(){_=!0,e===t&&n===r||b()}var k=function(i){return _||E(),e===t&&n===r?i:0===i?0:1===i?1:g(w(i),t,r)};k.getControlPoints=function(){return[{x:e,y:t},{x:n,y:r}]};var C="generateBezier("+[e,t,n,r]+")";return k.toString=function(){return C},k}(e,t,n,r);return function(e,t,n){return e+(t-e)*i(n)}},la={linear:function(e,t,n){return e+(t-e)*n},ease:ua(.25,.1,.25,1),"ease-in":ua(.42,0,1,1),"ease-out":ua(0,0,.58,1),"ease-in-out":ua(.42,0,.58,1),"ease-in-sine":ua(.47,0,.745,.715),"ease-out-sine":ua(.39,.575,.565,1),"ease-in-out-sine":ua(.445,.05,.55,.95),"ease-in-quad":ua(.55,.085,.68,.53),"ease-out-quad":ua(.25,.46,.45,.94),"ease-in-out-quad":ua(.455,.03,.515,.955),"ease-in-cubic":ua(.55,.055,.675,.19),"ease-out-cubic":ua(.215,.61,.355,1),"ease-in-out-cubic":ua(.645,.045,.355,1),"ease-in-quart":ua(.895,.03,.685,.22),"ease-out-quart":ua(.165,.84,.44,1),"ease-in-out-quart":ua(.77,0,.175,1),"ease-in-quint":ua(.755,.05,.855,.06),"ease-out-quint":ua(.23,1,.32,1),"ease-in-out-quint":ua(.86,0,.07,1),"ease-in-expo":ua(.95,.05,.795,.035),"ease-out-expo":ua(.19,1,.22,1),"ease-in-out-expo":ua(1,0,0,1),"ease-in-circ":ua(.6,.04,.98,.335),"ease-out-circ":ua(.075,.82,.165,1),"ease-in-out-circ":ua(.785,.135,.15,.86),spring:function(e,t,n){if(0===n)return la.linear;var r=sa(e,t,n);return function(e,t,n){return e+(t-e)*r(n)}},"cubic-bezier":ua};function ca(e,t,n,r,i){if(1===r)return n;if(t===n)return n;var a=i(t,n,r);return null==e||((e.roundValue||e.color)&&(a=Math.round(a)),void 0!==e.min&&(a=Math.max(a,e.min)),void 0!==e.max&&(a=Math.min(a,e.max))),a}function da(e,t){return null!=e.pfValue||null!=e.value?null==e.pfValue||null!=t&&"%"===t.type.units?e.value:e.pfValue:e}function ha(e,t,n,r,i){var a=null!=i?i.type:null;n<0?n=0:n>1&&(n=1);var o=da(e,i),s=da(t,i);if(E(o)&&E(s))return ca(a,o,s,n,r);if(w(o)&&w(s)){for(var u=[],l=0;l<s.length;l++){var c=o[l],d=s[l];if(null!=c&&null!=d){var h=ca(a,c,d,n,r);u.push(h)}else u.push(d)}return u}}function fa(e,t,n,r){var i=!r,a=e._private,o=t._private,s=o.easing,u=o.startTime,l=(r?e:e.cy()).style();if(!o.easingImpl)if(null==s)o.easingImpl=la.linear;else{var c,d,h;if(b(s))c=l.parse("transition-timing-function",s).value;else c=s;b(c)?(d=c,h=[]):(d=c[1],h=c.slice(2).map((function(e){return+e}))),h.length>0?("spring"===d&&h.push(o.duration),o.easingImpl=la[d].apply(null,h)):o.easingImpl=la[d]}var f,p=o.easingImpl;if(f=0===o.duration?1:(n-u)/o.duration,o.applying&&(f=o.progress
|
|||
|
/**
|
|||
|
* @license
|
|||
|
* Lodash <https://lodash.com/>
|
|||
|
* Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
|
|||
|
* Released under MIT license <https://lodash.com/license>
|
|||
|
* Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
|
|||
|
* Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
|
|||
|
*/(function(){var a="Expected a function",o="__lodash_placeholder__",s=[["ary",128],["bind",1],["bindKey",2],["curry",8],["curryRight",16],["flip",512],["partial",32],["partialRight",64],["rearg",256]],u="[object Arguments]",l="[object Array]",c="[object Boolean]",d="[object Date]",h="[object Error]",f="[object Function]",p="[object GeneratorFunction]",v="[object Map]",g="[object Number]",y="[object Object]",m="[object RegExp]",b="[object Set]",x="[object String]",w="[object Symbol]",_="[object WeakMap]",E="[object ArrayBuffer]",k="[object DataView]",C="[object Float32Array]",S="[object Float64Array]",P="[object Int8Array]",T="[object Int16Array]",D="[object Int32Array]",B="[object Uint8Array]",M="[object Uint16Array]",z="[object Uint32Array]",O=/\b__p \+= '';/g,I=/\b(__p \+=) '' \+/g,A=/(__e\(.*?\)|\b__t\)) \+\n'';/g,N=/&(?:amp|lt|gt|quot|#39);/g,L=/[&<>"']/g,R=RegExp(N.source),j=RegExp(L.source),V=/<%-([\s\S]+?)%>/g,F=/<%([\s\S]+?)%>/g,q=/<%=([\s\S]+?)%>/g,W=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,Y=/^\w*$/,X=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,H=/[\\^$.*+?()[\]{}|]/g,Z=RegExp(H.source),U=/^\s+|\s+$/g,K=/^\s+/,G=/\s+$/,$=/\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/,Q=/\{\n\/\* \[wrapped with (.+)\] \*/,J=/,? & /,ee=/[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g,te=/\\(\\)?/g,ne=/\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g,re=/\w*$/,ie=/^[-+]0x[0-9a-f]+$/i,ae=/^0b[01]+$/i,oe=/^\[object .+?Constructor\]$/,se=/^0o[0-7]+$/i,ue=/^(?:0|[1-9]\d*)$/,le=/[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g,ce=/($^)/,de=/['\n\r\u2028\u2029\\]/g,he="\\u0300-\\u036f\\ufe20-\\ufe2f\\u20d0-\\u20ff",fe="\\xac\\xb1\\xd7\\xf7\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf\\u2000-\\u206f \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000",pe="[\\ud800-\\udfff]",ve="["+fe+"]",ge="["+he+"]",ye="\\d+",me="[\\u2700-\\u27bf]",be="[a-z\\xdf-\\xf6\\xf8-\\xff]",xe="[^\\ud800-\\udfff"+fe+ye+"\\u2700-\\u27bfa-z\\xdf-\\xf6\\xf8-\\xffA-Z\\xc0-\\xd6\\xd8-\\xde]",we="\\ud83c[\\udffb-\\udfff]",_e="[^\\ud800-\\udfff]",Ee="(?:\\ud83c[\\udde6-\\uddff]){2}",ke="[\\ud800-\\udbff][\\udc00-\\udfff]",Ce="[A-Z\\xc0-\\xd6\\xd8-\\xde]",Se="(?:"+be+"|"+xe+")",Pe="(?:"+Ce+"|"+xe+")",Te="(?:"+ge+"|"+we+")"+"?",De="[\\ufe0e\\ufe0f]?"+Te+("(?:\\u200d(?:"+[_e,Ee,ke].join("|")+")[\\ufe0e\\ufe0f]?"+Te+")*"),Be="(?:"+[me,Ee,ke].join("|")+")"+De,Me="(?:"+[_e+ge+"?",ge,Ee,ke,pe].join("|")+")",ze=RegExp("['’]","g"),Oe=RegExp(ge,"g"),Ie=RegExp(we+"(?="+we+")|"+Me+De,"g"),Ae=RegExp([Ce+"?"+be+"+(?:['’](?:d|ll|m|re|s|t|ve))?(?="+[ve,Ce,"$"].join("|")+")",Pe+"+(?:['’](?:D|LL|M|RE|S|T|VE))?(?="+[ve,Ce+Se,"$"].join("|")+")",Ce+"?"+Se+"+(?:['’](?:d|ll|m|re|s|t|ve))?",Ce+"+(?:['’](?:D|LL|M|RE|S|T|VE))?","\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])","\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])",ye,Be].join("|"),"g"),Ne=RegExp("[\\u200d\\ud800-\\udfff"+he+"\\ufe0e\\ufe0f]"),Le=/[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/,Re=["Array","Buffer","DataView","Date","Error","Float32Array","Float64Array","Function","Int8Array","Int16Array","Int32Array","Map","Math","Object","Promise","RegExp","Set","String","Symbol","TypeError","Uint8Array","Uint8ClampedArray","Uint16Array","Uint32Array","WeakMap","_","clearTimeout","isFinite","parseInt","setTimeout"],je=-1,Ve={};Ve[C]=Ve[S]=Ve[P]=Ve[T]=Ve[D]=Ve[B]=Ve["[object Uint8ClampedArray]"]=Ve[M]=Ve[z]=!0,Ve[u]=Ve[l]=Ve[E]=Ve[c]=Ve[k]=Ve[d]=Ve[h]=Ve[f]=Ve[v]=Ve[g]=Ve[y]=Ve[m]=Ve[b]=Ve[x]=Ve[_]=!1;var Fe={};Fe[u]=Fe[l]=Fe[E]=Fe[k]=Fe[c]=Fe[d]=Fe[C]=Fe[S]=Fe[P]=Fe[T]=Fe[D]=Fe[v]=Fe[g]=Fe[y]=Fe[m]=Fe[b]=Fe[x]=Fe[w]=Fe[B]=Fe["[object Uint8ClampedArray]"]=Fe[M]=Fe[z]=!0,Fe[h]=Fe[f]=Fe[_]=!1;var qe={"\\":"\\","'":"'","\n":"n","\r":"r","\u2028":"u2028","\u2029":"u2029"},We=parseFloat,Ye=parseInt,Xe="object"==typeof e&&e&&e.Object===Object&&e,He="object"==typeof self&&self&&self.Object===Object&&self,Ze=Xe||He||Function("return this")(),Ue=t&&!t.nodeType&&t,Ke=Ue&
|