diff --git a/644cb75b671d09ebd8b0.worker.js b/644cb75b671d09ebd8b0.worker.js deleted file mode 100644 index 407c4ad6..00000000 --- a/644cb75b671d09ebd8b0.worker.js +++ /dev/null @@ -1 +0,0 @@ -!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}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="5QBA")}({"5QBA":function(e,t,n){"use strict";n.r(t);var r=new(function(){function e(){this.listeners=[],this.unexpectedErrorHandler=function(e){setTimeout(function(){if(e.stack)throw new Error(e.message+"\n\n"+e.stack);throw e},0)}}return e.prototype.emit=function(e){this.listeners.forEach(function(t){t(e)})},e.prototype.onUnexpectedError=function(e){this.unexpectedErrorHandler(e),this.emit(e)},e.prototype.onUnexpectedExternalError=function(e){this.unexpectedErrorHandler(e)},e}());function i(e){u(e)||r.onUnexpectedError(e)}function o(e){return e instanceof Error?{$isError:!0,name:e.name,message:e.message,stack:e.stacktrace||e.stack}:e}var s="Canceled";function u(e){return e instanceof Error&&e.name===s&&e.message===s}function a(e){for(var t=[],n=1;nr?e[a]=o[u++]:u>i?e[a]=o[s++]:t(o[u],o[s])<0?e[a]=o[u++]:e[a]=o[s++]}(t,n,r,s,i,o)}(e,t,0,e.length-1,[]),e}var v=function(){function e(e,t,n,r){this.originalStart=e,this.originalLength=t,this.modifiedStart=n,this.modifiedLength=r}return e.prototype.getOriginalEnd=function(){return this.originalStart+this.originalLength},e.prototype.getModifiedEnd=function(){return this.modifiedStart+this.modifiedLength},e}();function y(e){return{getLength:function(){return e.length},getElementAtIndex:function(t){return e.charCodeAt(t)}}}function C(e,t,n){return new S(y(e),y(t)).ComputeDiff(n)}var b,L=function(){function e(){}return e.Assert=function(e,t){if(!e)throw new Error(t)},e}(),N=function(){function e(){}return e.Copy=function(e,t,n,r,i){for(var o=0;o0||this.m_modifiedCount>0)&&this.m_changes.push(new v(this.m_originalStart,this.m_originalCount,this.m_modifiedStart,this.m_modifiedCount)),this.m_originalCount=0,this.m_modifiedCount=0,this.m_originalStart=Number.MAX_VALUE,this.m_modifiedStart=Number.MAX_VALUE},e.prototype.AddOriginalElement=function(e,t){this.m_originalStart=Math.min(this.m_originalStart,e),this.m_modifiedStart=Math.min(this.m_modifiedStart,t),this.m_originalCount++},e.prototype.AddModifiedElement=function(e,t){this.m_originalStart=Math.min(this.m_originalStart,e),this.m_modifiedStart=Math.min(this.m_modifiedStart,t),this.m_modifiedCount++},e.prototype.getChanges=function(){return(this.m_originalCount>0||this.m_modifiedCount>0)&&this.MarkNextChange(),this.m_changes},e.prototype.getReverseChanges=function(){return(this.m_originalCount>0||this.m_modifiedCount>0)&&this.MarkNextChange(),this.m_changes.reverse(),this.m_changes},e}(),S=function(){function e(e,t,n){void 0===n&&(n=null),this.OriginalSequence=e,this.ModifiedSequence=t,this.ContinueProcessingPredicate=n,this.m_forwardHistory=[],this.m_reverseHistory=[]}return e.prototype.ElementsAreEqual=function(e,t){return this.OriginalSequence.getElementAtIndex(e)===this.ModifiedSequence.getElementAtIndex(t)},e.prototype.OriginalElementsAreEqual=function(e,t){return this.OriginalSequence.getElementAtIndex(e)===this.OriginalSequence.getElementAtIndex(t)},e.prototype.ModifiedElementsAreEqual=function(e,t){return this.ModifiedSequence.getElementAtIndex(e)===this.ModifiedSequence.getElementAtIndex(t)},e.prototype.ComputeDiff=function(e){return this._ComputeDiff(0,this.OriginalSequence.getLength()-1,0,this.ModifiedSequence.getLength()-1,e)},e.prototype._ComputeDiff=function(e,t,n,r,i){var o=this.ComputeDiffRecursive(e,t,n,r,[!1]);return i?this.PrettifyChanges(o):o},e.prototype.ComputeDiffRecursive=function(e,t,n,r,i){for(i[0]=!1;e<=t&&n<=r&&this.ElementsAreEqual(e,n);)e++,n++;for(;t>=e&&r>=n&&this.ElementsAreEqual(t,r);)t--,r--;if(e>t||n>r){var o=void 0;return n<=r?(L.Assert(e===t+1,"originalStart should only be one more than originalEnd"),o=[new v(e,0,n,r-n+1)]):e<=t?(L.Assert(n===r+1,"modifiedStart should only be one more than modifiedEnd"),o=[new v(e,t-e+1,n,0)]):(L.Assert(e===t+1,"originalStart should only be one more than originalEnd"),L.Assert(n===r+1,"modifiedStart should only be one more than modifiedEnd"),o=[]),o}var s=[0],u=[0],a=this.ComputeRecursionPoint(e,t,n,r,s,u,i),l=s[0],c=u[0];if(null!==a)return a;if(!i[0]){var f=this.ComputeDiffRecursive(e,l,n,c,i),h=[];return h=i[0]?[new v(l+1,t-(l+1)+1,c+1,r-(c+1)+1)]:this.ComputeDiffRecursive(l+1,t,c+1,r,i),this.ConcatenateChanges(f,h)}return[new v(e,t-e+1,n,r-n+1)]},e.prototype.WALKTRACE=function(e,t,n,r,i,o,s,u,a,l,c,f,h,d,m,p,g,_){var y,C,b=null,L=new E,N=t,S=n,w=h[0]-p[0]-r,A=Number.MIN_VALUE,T=this.m_forwardHistory.length-1;do{(C=w+e)===N||C=0&&(e=(a=this.m_forwardHistory[T])[0],N=1,S=a.length-1)}while(--T>=-1);if(y=L.getReverseChanges(),_[0]){var M=h[0]+1,P=p[0]+1;if(null!==y&&y.length>0){var O=y[y.length-1];M=Math.max(M,O.getOriginalEnd()),P=Math.max(P,O.getModifiedEnd())}b=[new v(M,f-M+1,P,m-P+1)]}else{L=new E,N=o,S=s,w=h[0]-p[0]-u,A=Number.MAX_VALUE,T=g?this.m_reverseHistory.length-1:this.m_reverseHistory.length-2;do{(C=w+i)===N||C=l[C+1]?(d=(c=l[C+1]-1)-w-u,c>A&&L.MarkNextChange(),A=c+1,L.AddOriginalElement(c+1,d+1),w=C+1-i):(d=(c=l[C-1])-w-u,c>A&&L.MarkNextChange(),A=c,L.AddModifiedElement(c+1,d+1),w=C-1-i),T>=0&&(i=(l=this.m_reverseHistory[T])[0],N=1,S=l.length-1)}while(--T>=-1);b=L.getChanges()}return this.ConcatenateChanges(y,b)},e.prototype.ComputeRecursionPoint=function(e,t,n,r,i,o,s){var u,a=0,l=0,c=0,f=0,h=0,d=0;e--,n--,i[0]=0,o[0]=0,this.m_forwardHistory=[],this.m_reverseHistory=[];var m,p,g=t-e+(r-n),_=g+1,y=new Array(_),C=new Array(_),b=r-n,L=t-e,E=e-n,S=t-r,w=(L-b)%2==0;for(y[b]=e,C[L]=t,s[0]=!1,u=1;u<=g/2+1;u++){var A=0,T=0;for(c=this.ClipDiagonalBound(b-u,u,b,_),f=this.ClipDiagonalBound(b+u,u,b,_),m=c;m<=f;m+=2){for(l=(a=m===c||mA+T&&(A=a,T=l),!w&&Math.abs(m-L)<=u-1&&a>=C[m])return i[0]=a,o[0]=l,p<=C[m]&&u<=1448?this.WALKTRACE(b,c,f,E,L,h,d,S,y,C,a,t,i,l,r,o,w,s):null}var M=(A-e+(T-n)-u)/2;if(null!==this.ContinueProcessingPredicate&&!this.ContinueProcessingPredicate(A,this.OriginalSequence,M))return s[0]=!0,i[0]=A,o[0]=T,M>0&&u<=1448?this.WALKTRACE(b,c,f,E,L,h,d,S,y,C,a,t,i,l,r,o,w,s):[new v(++e,t-e+1,++n,r-n+1)];for(h=this.ClipDiagonalBound(L-u,u,L,_),d=this.ClipDiagonalBound(L+u,u,L,_),m=h;m<=d;m+=2){for(l=(a=m===h||m=C[m+1]?C[m+1]-1:C[m-1])-(m-L)-S,p=a;a>e&&l>n&&this.ElementsAreEqual(a,l);)a--,l--;if(C[m]=a,w&&Math.abs(m-b)<=u&&a<=y[m])return i[0]=a,o[0]=l,p>=y[m]&&u<=1448?this.WALKTRACE(b,c,f,E,L,h,d,S,y,C,a,t,i,l,r,o,w,s):null}if(u<=1447){var P=new Array(f-c+2);P[0]=b-c+1,N.Copy(y,c,P,1,f-c+1),this.m_forwardHistory.push(P),(P=new Array(d-h+2))[0]=L-h+1,N.Copy(C,h,P,1,d-h+1),this.m_reverseHistory.push(P)}}return this.WALKTRACE(b,c,f,E,L,h,d,S,y,C,a,t,i,l,r,o,w,s)},e.prototype.PrettifyChanges=function(e){for(var t=0;t0,s=n.modifiedLength>0;n.originalStart+n.originalLength=0;t--){n=e[t],r=0,i=0;if(t>0){var a=e[t-1];a.originalLength>0&&(r=a.originalStart+a.originalLength),a.modifiedLength>0&&(i=a.modifiedStart+a.modifiedLength)}o=n.originalLength>0,s=n.modifiedLength>0;for(var l=0,c=this._boundaryScore(n.originalStart,n.originalLength,n.modifiedStart,n.modifiedLength),f=1;;f++){var h=n.originalStart-f,d=n.modifiedStart-f;if(hc&&(c=m,l=f)}n.originalStart-=l,n.modifiedStart-=l}return e},e.prototype._OriginalIsBoundary=function(e){if(e<=0||e>=this.OriginalSequence.getLength()-1)return!0;var t=this.OriginalSequence.getElementAtIndex(e);return"string"==typeof t&&/^\s*$/.test(t)},e.prototype._OriginalRegionIsBoundary=function(e,t){if(this._OriginalIsBoundary(e)||this._OriginalIsBoundary(e-1))return!0;if(t>0){var n=e+t;if(this._OriginalIsBoundary(n-1)||this._OriginalIsBoundary(n))return!0}return!1},e.prototype._ModifiedIsBoundary=function(e){if(e<=0||e>=this.ModifiedSequence.getLength()-1)return!0;var t=this.ModifiedSequence.getElementAtIndex(e);return"string"==typeof t&&/^\s*$/.test(t)},e.prototype._ModifiedRegionIsBoundary=function(e,t){if(this._ModifiedIsBoundary(e)||this._ModifiedIsBoundary(e-1))return!0;if(t>0){var n=e+t;if(this._ModifiedIsBoundary(n-1)||this._ModifiedIsBoundary(n))return!0}return!1},e.prototype._boundaryScore=function(e,t,n,r){return(this._OriginalRegionIsBoundary(e,t)?1:0)+(this._ModifiedRegionIsBoundary(n,r)?1:0)},e.prototype.ConcatenateChanges=function(e,t){var n=[];if(0===e.length||0===t.length)return t.length>0?t:e;if(this.ChangesOverlap(e[e.length-1],t[0],n)){var r=new Array(e.length+t.length-1);return N.Copy(e,0,r,0,e.length-1),r[e.length-1]=n[0],N.Copy(t,1,r,e.length,t.length-1),r}r=new Array(e.length+t.length);return N.Copy(e,0,r,0,e.length),N.Copy(t,0,r,e.length,t.length),r},e.prototype.ChangesOverlap=function(e,t,n){if(L.Assert(e.originalStart<=t.originalStart,"Left change is not less than or equal to right change"),L.Assert(e.modifiedStart<=t.modifiedStart,"Left change is not less than or equal to right change"),e.originalStart+e.originalLength>=t.originalStart||e.modifiedStart+e.modifiedLength>=t.modifiedStart){var r=e.originalStart,i=e.originalLength,o=e.modifiedStart,s=e.modifiedLength;return e.originalStart+e.originalLength>=t.originalStart&&(i=t.originalStart+t.originalLength-e.originalStart),e.modifiedStart+e.modifiedLength>=t.modifiedStart&&(s=t.modifiedStart+t.modifiedLength-e.modifiedStart),n[0]=new v(r,i,o,s),!0}return n[0]=null,!1},e.prototype.ClipDiagonalBound=function(e,t,n,r){if(e>=0&&e=n?A:{done:!1,value:e[t++]}}}},e.from=function(t){return t?Array.isArray(t)?e.fromArray(t):t:e.empty()},e.map=function(e,t){return{next:function(){var n=e.next();return n.done?A:{done:!1,value:t(n.value)}}}},e.filter=function(e,t){return{next:function(){for(;;){var n=e.next();if(n.done)return A;if(t(n.value))return{done:!1,value:n.value}}}}},e.forEach=n,e.collect=function(e){var t=[];return n(e,function(e){return t.push(e)}),t}}(b||(b={}));(function(e){function t(t,n,r,i){return void 0===n&&(n=0),void 0===r&&(r=t.length),void 0===i&&(i=n-1),e.call(this,t,n,r,i)||this}w(t,e),t.prototype.current=function(){return e.prototype.current.call(this)},t.prototype.previous=function(){return this.index=Math.max(this.index-1,this.start-1),this.current()},t.prototype.first=function(){return this.index=this.start,this.current()},t.prototype.last=function(){return this.index=this.end-1,this.current()},t.prototype.parent=function(){return null}})(function(){function e(e,t,n,r){void 0===t&&(t=0),void 0===n&&(n=e.length),void 0===r&&(r=t-1),this.items=e,this.start=t,this.end=n,this.index=r}return e.prototype.next=function(){return this.index=Math.min(this.index+1,this.end),this.current()},e.prototype.current=function(){return this.index===this.start-1||this.index===this.end?null:this.items[this.index]},e}()),function(){function e(e,t){this.iterator=e,this.fn=t}e.prototype.next=function(){return this.fn(this.iterator.next())}}();var T,M=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),P=/^\w[\w\d+.-]*$/,O=/^\//,x=/^\/\//,I=!0;var R="",k="/",U=/^(([^:\/?#]+?):)?(\/\/([^\/?#]*))?([^?#]*)(\?([^#]*))?(#(.*))?/,F=function(){function e(e,t,n,r,i,o){void 0===o&&(o=!1),"object"==typeof e?(this.scheme=e.scheme||R,this.authority=e.authority||R,this.path=e.path||R,this.query=e.query||R,this.fragment=e.fragment||R):(this.scheme=function(e,t){return t||I?e||R:(e||(console.trace("BAD uri lacks scheme, falling back to file-scheme."),e="file"),e)}(e,o),this.authority=t||R,this.path=function(e,t){switch(e){case"https":case"http":case"file":t?t[0]!==k&&(t=k+t):t=k}return t}(this.scheme,n||R),this.query=r||R,this.fragment=i||R,function(e,t){if(!e.scheme){if(t||I)throw new Error('[UriError]: Scheme is missing: {scheme: "", authority: "'+e.authority+'", path: "'+e.path+'", query: "'+e.query+'", fragment: "'+e.fragment+'"}');console.warn('[UriError]: Scheme is missing: {scheme: "", authority: "'+e.authority+'", path: "'+e.path+'", query: "'+e.query+'", fragment: "'+e.fragment+'"}')}if(e.scheme&&!P.test(e.scheme))throw new Error("[UriError]: Scheme contains illegal characters.");if(e.path)if(e.authority){if(!O.test(e.path))throw new Error('[UriError]: If a URI contains an authority component, then the path component must either be empty or begin with a slash ("/") character')}else if(x.test(e.path))throw new Error('[UriError]: If a URI does not contain an authority component, then the path cannot begin with two slash characters ("//")')}(this,o))}return e.isUri=function(t){return t instanceof e||!!t&&("string"==typeof t.authority&&"string"==typeof t.fragment&&"string"==typeof t.path&&"string"==typeof t.query&&"string"==typeof t.scheme&&"function"==typeof t.fsPath&&"function"==typeof t.with&&"function"==typeof t.toString)},Object.defineProperty(e.prototype,"fsPath",{get:function(){return V(this)},enumerable:!0,configurable:!0}),e.prototype.with=function(e){if(!e)return this;var t=e.scheme,n=e.authority,r=e.path,i=e.query,o=e.fragment;return void 0===t?t=this.scheme:null===t&&(t=R),void 0===n?n=this.authority:null===n&&(n=R),void 0===r?r=this.path:null===r&&(r=R),void 0===i?i=this.query:null===i&&(i=R),void 0===o?o=this.fragment:null===o&&(o=R),t===this.scheme&&n===this.authority&&r===this.path&&i===this.query&&o===this.fragment?this:new D(t,n,r,i,o)},e.parse=function(e,t){void 0===t&&(t=!1);var n=U.exec(e);return n?new D(n[2]||R,decodeURIComponent(n[4]||R),decodeURIComponent(n[5]||R),decodeURIComponent(n[7]||R),decodeURIComponent(n[9]||R),t):new D(R,R,R,R,R)},e.file=function(e){var t=R;if(c.c&&(e=e.replace(/\\/g,k)),e[0]===k&&e[1]===k){var n=e.indexOf(k,2);-1===n?(t=e.substring(2),e=k):(t=e.substring(2,n),e=e.substring(n)||k)}return new D("file",t,e,R,R)},e.from=function(e){return new D(e.scheme,e.authority,e.path,e.query,e.fragment)},e.prototype.toString=function(e){return void 0===e&&(e=!1),j(this,e)},e.prototype.toJSON=function(){return this},e.revive=function(t){if(t){if(t instanceof e)return t;var n=new D(t);return n._fsPath=t.fsPath,n._formatted=t.external,n}return t},e}(),D=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t._formatted=null,t._fsPath=null,t}return M(t,e),Object.defineProperty(t.prototype,"fsPath",{get:function(){return this._fsPath||(this._fsPath=V(this)),this._fsPath},enumerable:!0,configurable:!0}),t.prototype.toString=function(e){return void 0===e&&(e=!1),e?j(this,!0):(this._formatted||(this._formatted=j(this,!1)),this._formatted)},t.prototype.toJSON=function(){var e={$mid:1};return this._fsPath&&(e.fsPath=this._fsPath),this._formatted&&(e.external=this._formatted),this.path&&(e.path=this.path),this.scheme&&(e.scheme=this.scheme),this.authority&&(e.authority=this.authority),this.query&&(e.query=this.query),this.fragment&&(e.fragment=this.fragment),e},t}(F),K=((T={})[58]="%3A",T[47]="%2F",T[63]="%3F",T[35]="%23",T[91]="%5B",T[93]="%5D",T[64]="%40",T[33]="%21",T[36]="%24",T[38]="%26",T[39]="%27",T[40]="%28",T[41]="%29",T[42]="%2A",T[43]="%2B",T[44]="%2C",T[59]="%3B",T[61]="%3D",T[32]="%20",T);function q(e,t){for(var n=void 0,r=-1,i=0;i=97&&o<=122||o>=65&&o<=90||o>=48&&o<=57||45===o||46===o||95===o||126===o||t&&47===o)-1!==r&&(n+=encodeURIComponent(e.substring(r,i)),r=-1),void 0!==n&&(n+=e.charAt(i));else{void 0===n&&(n=e.substr(0,i));var s=K[o];void 0!==s?(-1!==r&&(n+=encodeURIComponent(e.substring(r,i)),r=-1),n+=s):-1===r&&(r=i)}}return-1!==r&&(n+=encodeURIComponent(e.substring(r))),void 0!==n?n:e}function B(e){for(var t=void 0,n=0;n1&&"file"===e.scheme?"//"+e.authority+e.path:47===e.path.charCodeAt(0)&&(e.path.charCodeAt(1)>=65&&e.path.charCodeAt(1)<=90||e.path.charCodeAt(1)>=97&&e.path.charCodeAt(1)<=122)&&58===e.path.charCodeAt(2)?e.path[1].toLowerCase()+e.path.substr(2):e.path,c.c&&(t=t.replace(/\//g,"\\")),t}function j(e,t){var n=t?B:q,r="",i=e.scheme,o=e.authority,s=e.path,u=e.query,a=e.fragment;if(i&&(r+=i,r+=":"),(o||"file"===i)&&(r+=k,r+=k),o){var l=o.indexOf("@");if(-1!==l){var c=o.substr(0,l);o=o.substr(l+1),-1===(l=c.indexOf(":"))?r+=n(c,!1):(r+=n(c.substr(0,l),!1),r+=":",r+=n(c.substr(l+1),!1)),r+="@"}-1===(l=(o=o.toLowerCase()).indexOf(":"))?r+=n(o,!1):(r+=n(o.substr(0,l),!1),r+=o.substr(l))}if(s){if(s.length>=3&&47===s.charCodeAt(0)&&58===s.charCodeAt(2))(f=s.charCodeAt(1))>=65&&f<=90&&(s="/"+String.fromCharCode(f+32)+":"+s.substr(3));else if(s.length>=2&&58===s.charCodeAt(1)){var f;(f=s.charCodeAt(0))>=65&&f<=90&&(s=String.fromCharCode(f+32)+":"+s.substr(2))}r+=n(s,!0)}return u&&(r+="?",r+=n(u,!1)),a&&(r+="#",r+=t?a:q(a,!1)),r}var Y=function(){function e(e,t){this.lineNumber=e,this.column=t}return e.prototype.with=function(t,n){return void 0===t&&(t=this.lineNumber),void 0===n&&(n=this.column),t===this.lineNumber&&n===this.column?this:new e(t,n)},e.prototype.delta=function(e,t){return void 0===e&&(e=0),void 0===t&&(t=0),this.with(this.lineNumber+e,this.column+t)},e.prototype.equals=function(t){return e.equals(this,t)},e.equals=function(e,t){return!e&&!t||!!e&&!!t&&e.lineNumber===t.lineNumber&&e.column===t.column},e.prototype.isBefore=function(t){return e.isBefore(this,t)},e.isBefore=function(e,t){return e.lineNumbern||e===n&&t>r?(this.startLineNumber=n,this.startColumn=r,this.endLineNumber=e,this.endColumn=t):(this.startLineNumber=e,this.startColumn=t,this.endLineNumber=n,this.endColumn=r)}return e.prototype.isEmpty=function(){return e.isEmpty(this)},e.isEmpty=function(e){return e.startLineNumber===e.endLineNumber&&e.startColumn===e.endColumn},e.prototype.containsPosition=function(t){return e.containsPosition(this,t)},e.containsPosition=function(e,t){return!(t.lineNumbere.endLineNumber)&&(!(t.lineNumber===e.startLineNumber&&t.columne.endColumn))},e.prototype.containsRange=function(t){return e.containsRange(this,t)},e.containsRange=function(e,t){return!(t.startLineNumbere.endLineNumber||t.endLineNumber>e.endLineNumber)&&(!(t.startLineNumber===e.startLineNumber&&t.startColumne.endColumn)))},e.prototype.plusRange=function(t){return e.plusRange(this,t)},e.plusRange=function(t,n){var r,i,o,s;return n.startLineNumbert.endLineNumber?(o=n.endLineNumber,s=n.endColumn):n.endLineNumber===t.endLineNumber?(o=n.endLineNumber,s=Math.max(n.endColumn,t.endColumn)):(o=t.endLineNumber,s=t.endColumn),new e(r,i,o,s)},e.prototype.intersectRanges=function(t){return e.intersectRanges(this,t)},e.intersectRanges=function(t,n){var r=t.startLineNumber,i=t.startColumn,o=t.endLineNumber,s=t.endColumn,u=n.startLineNumber,a=n.startColumn,l=n.endLineNumber,c=n.endColumn;return rl?(o=l,s=c):o===l&&(s=Math.min(s,c)),r>o?null:r===o&&i>s?null:new e(r,i,o,s)},e.prototype.equalsRange=function(t){return e.equalsRange(this,t)},e.equalsRange=function(e,t){return!!e&&!!t&&e.startLineNumber===t.startLineNumber&&e.startColumn===t.startColumn&&e.endLineNumber===t.endLineNumber&&e.endColumn===t.endColumn},e.prototype.getEndPosition=function(){return new Y(this.endLineNumber,this.endColumn)},e.prototype.getStartPosition=function(){return new Y(this.startLineNumber,this.startColumn)},e.prototype.toString=function(){return"["+this.startLineNumber+","+this.startColumn+" -> "+this.endLineNumber+","+this.endColumn+"]"},e.prototype.setEndPosition=function(t,n){return new e(this.startLineNumber,this.startColumn,t,n)},e.prototype.setStartPosition=function(t,n){return new e(t,n,this.endLineNumber,this.endColumn)},e.prototype.collapseToStart=function(){return e.collapseToStart(this)},e.collapseToStart=function(t){return new e(t.startLineNumber,t.startColumn,t.startLineNumber,t.startColumn)},e.fromPositions=function(t,n){return void 0===n&&(n=t),new e(t.lineNumber,t.column,n.lineNumber,n.column)},e.lift=function(t){return t?new e(t.startLineNumber,t.startColumn,t.endLineNumber,t.endColumn):null},e.isIRange=function(e){return e&&"number"==typeof e.startLineNumber&&"number"==typeof e.startColumn&&"number"==typeof e.endLineNumber&&"number"==typeof e.endColumn},e.areIntersectingOrTouching=function(e,t){return!(e.endLineNumbere.startLineNumber},e}();String.fromCharCode(65279);var H=5e3,G=3;function Q(e,t,n,r){return new S(e,t,n).ComputeDiff(r)}var z=function(){function e(t){for(var n=[],r=[],i=0,o=t.length;i=0;n--){var r=e.charCodeAt(n);if(32!==r&&9!==r)return n}return-1}(e);return-1===n?t:n+2},e.prototype.getCharSequence=function(e,t,n){for(var r=[],i=[],o=[],s=0,u=t;u<=n;u++)for(var a=this._lines[u],l=e?this._startColumns[u]:1,c=e?this._endColumns[u]:a.length+1,f=l;f1&&m>1;){if(f.charCodeAt(d-2)!==h.charCodeAt(m-2))break;d--,m--}(d>1||m>1)&&this._pushTrimWhitespaceCharChange(i,o+1,1,d,s+1,1,m);for(var p=z._getLastNonBlankColumn(f,1),g=z._getLastNonBlankColumn(h,1),_=f.length+1,v=h.length+1;p<_&&g255?255:0|e}function ne(e){return e<0?0:e>4294967295?4294967295:0|e}var re=function(e,t){this.index=e,this.remainder=t},ie=function(){function e(e){this.values=e,this.prefixSum=new Uint32Array(e.length),this.prefixSumValidIndex=new Int32Array(1),this.prefixSumValidIndex[0]=-1}return e.prototype.getCount=function(){return this.values.length},e.prototype.insertValues=function(e,t){e=ne(e);var n=this.values,r=this.prefixSum,i=t.length;return 0!==i&&(this.values=new Uint32Array(n.length+i),this.values.set(n.subarray(0,e),0),this.values.set(n.subarray(e),e+i),this.values.set(t,e),e-1=0&&this.prefixSum.set(r.subarray(0,this.prefixSumValidIndex[0]+1)),!0)},e.prototype.changeValue=function(e,t){return e=ne(e),t=ne(t),this.values[e]!==t&&(this.values[e]=t,e-1=n.length)return!1;var i=n.length-e;return t>=i&&(t=i),0!==t&&(this.values=new Uint32Array(n.length-t),this.values.set(n.subarray(0,e),0),this.values.set(n.subarray(e+t),e),this.prefixSum=new Uint32Array(this.values.length),e-1=0&&this.prefixSum.set(r.subarray(0,this.prefixSumValidIndex[0]+1)),!0)},e.prototype.getTotalValue=function(){return 0===this.values.length?0:this._getAccumulatedValue(this.values.length-1)},e.prototype.getAccumulatedValue=function(e){return e<0?0:(e=ne(e),this._getAccumulatedValue(e))},e.prototype._getAccumulatedValue=function(e){if(e<=this.prefixSumValidIndex[0])return this.prefixSum[e];var t=this.prefixSumValidIndex[0]+1;0===t&&(this.prefixSum[0]=this.values[0],t++),e>=this.values.length&&(e=this.values.length-1);for(var n=t;n<=e;n++)this.prefixSum[n]=this.prefixSum[n-1]+this.values[n];return this.prefixSumValidIndex[0]=Math.max(this.prefixSumValidIndex[0],e),this.prefixSum[e]},e.prototype.getIndexOf=function(e){e=Math.floor(e),this.getTotalValue();for(var t=0,n=this.values.length-1,r=0,i=0,o=0;t<=n;)if(r=t+(n-t)/2|0,e<(o=(i=this.prefixSum[r])-this.values[r]))n=r-1;else{if(!(e>=i))break;t=r+1}return new re(r,e-o)},e}(),oe=(function(){function e(e){this._cacheAccumulatedValueStart=0,this._cache=null,this._actual=new ie(e),this._bustCache()}e.prototype._bustCache=function(){this._cacheAccumulatedValueStart=0,this._cache=null},e.prototype.insertValues=function(e,t){this._actual.insertValues(e,t)&&this._bustCache()},e.prototype.changeValue=function(e,t){this._actual.changeValue(e,t)&&this._bustCache()},e.prototype.removeValues=function(e,t){this._actual.removeValues(e,t)&&this._bustCache()},e.prototype.getTotalValue=function(){return this._actual.getTotalValue()},e.prototype.getAccumulatedValue=function(e){return this._actual.getAccumulatedValue(e)},e.prototype.getIndexOf=function(e){if(e=Math.floor(e),null!==this._cache){var t=e-this._cacheAccumulatedValueStart;if(t>=0&&t/?";var ue=function(e){void 0===e&&(e="");for(var t="(-?\\d*\\.\\d\\w*)|([^",n=0,r=se;n=0||(t+="\\"+i)}return t+="\\s]+)",new RegExp(t,"g")}();var ae=function(){function e(t){var n=te(t);this._defaultValue=n,this._asciiMap=e._createAsciiMap(n),this._map=new Map}return e._createAsciiMap=function(e){for(var t=new Uint8Array(256),n=0;n<256;n++)t[n]=e;return t},e.prototype.set=function(e,t){var n=te(t);e>=0&&e<256?this._asciiMap[e]=n:this._map.set(e,n)},e.prototype.get=function(e){return e>=0&&e<256?this._asciiMap[e]:this._map.get(e)||this._defaultValue},e}(),le=(function(){function e(){this._actual=new ae(0)}e.prototype.add=function(e){this._actual.set(e,1)},e.prototype.has=function(e){return 1===this._actual.get(e)}}(),function(){function e(e){for(var t=0,n=0,r=0,i=e.length;rt&&(t=l),s>n&&(n=s),(c=o[2])>n&&(n=c)}var u=new ee(++n,++t,0);for(r=0,i=e.length;r=this._maxCharCode?0:this._states.get(e,t)},e}()),ce=null;var fe=null;var he=function(){function e(){}return e._createLink=function(e,t,n,r,i){var o=i-1;do{var s=t.charCodeAt(o);if(2!==e.get(s))break;o--}while(o>r);if(r>0){var u=t.charCodeAt(r-1),a=t.charCodeAt(o);(40===u&&41===a||91===u&&93===a||123===u&&125===a)&&o--}return{range:{startLineNumber:n,startColumn:r+1,endLineNumber:n,endColumn:o+2},url:t.substring(r,o+1)}},e.computeLinks=function(t,n){void 0===n&&(null===ce&&(ce=new le([[1,104,2],[1,72,2],[1,102,6],[1,70,6],[2,116,3],[2,84,3],[3,116,4],[3,84,4],[4,112,5],[4,80,5],[5,115,9],[5,83,9],[5,58,10],[6,105,7],[6,73,7],[7,108,8],[7,76,8],[8,101,9],[8,69,9],[9,58,10],[10,47,11],[11,47,12]])),n=ce);for(var r=function(){if(null===fe){fe=new ae(0);for(var e=0;e<" \t<>'\"、。。、,.:;?!@#$%&*‘“〈《「『【〔([{「」}])〕】』」》〉”’`~…".length;e++)fe.set(" \t<>'\"、。。、,.:;?!@#$%&*‘“〈《「『【〔([{「」}])〕】』」》〉”’`~…".charCodeAt(e),1);for(e=0;e<".,;".length;e++)fe.set(".,;".charCodeAt(e),2)}return fe}(),i=[],o=1,s=t.getLineCount();o<=s;o++){for(var u=t.getLineContent(o),a=u.length,l=0,c=0,f=0,h=1,d=!1,m=!1,p=!1;l=0?((r+=n?1:-1)<0?r=e.length-1:r%=e.length,e[r]):null},e.INSTANCE=new e,e}();n("URDS");var me,pe=function(){function e(t){this.element=t,this.next=e.Undefined,this.prev=e.Undefined}return e.Undefined=new e(void 0),e}(),ge=function(){function e(){this._first=pe.Undefined,this._last=pe.Undefined,this._size=0}return Object.defineProperty(e.prototype,"size",{get:function(){return this._size},enumerable:!0,configurable:!0}),e.prototype.isEmpty=function(){return this._first===pe.Undefined},e.prototype.clear=function(){this._first=pe.Undefined,this._last=pe.Undefined,this._size=0},e.prototype.unshift=function(e){return this._insert(e,!1)},e.prototype.push=function(e){return this._insert(e,!0)},e.prototype._insert=function(e,t){var n=this,r=new pe(e);if(this._first===pe.Undefined)this._first=r,this._last=r;else if(t){var i=this._last;this._last=r,r.prev=i,i.next=r}else{var o=this._first;this._first=r,r.next=o,o.prev=r}this._size+=1;var s=!1;return function(){s||(s=!0,n._remove(r))}},e.prototype.shift=function(){if(this._first!==pe.Undefined){var e=this._first.element;return this._remove(this._first),e}},e.prototype._remove=function(e){if(e.prev!==pe.Undefined&&e.next!==pe.Undefined){var t=e.prev;t.next=e.next,e.next.prev=t}else e.prev===pe.Undefined&&e.next===pe.Undefined?(this._first=pe.Undefined,this._last=pe.Undefined):e.next===pe.Undefined?(this._last=this._last.prev,this._last.next=pe.Undefined):e.prev===pe.Undefined&&(this._first=this._first.next,this._first.prev=pe.Undefined);this._size-=1},e.prototype.iterator=function(){var e,t=this._first;return{next:function(){return t===pe.Undefined?A:(e?e.value=t.element:e={done:!1,value:t.element},t=t.next,e)}}},e.prototype.toArray=function(){for(var e=[],t=this._first;t!==pe.Undefined;t=t.next)e.push(t.element);return e},e}(),_e=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}();!function(e){var t={dispose:function(){}};function n(e){return function(t,n,r){void 0===n&&(n=null);var i,o=!1;return i=e(function(e){if(!o)return i?i.dispose():o=!0,t.call(n,e)},null,r),o&&i.dispose(),i}}function r(e,t){return u(function(n,r,i){return void 0===r&&(r=null),e(function(e){return n.call(r,t(e))},null,i)})}function i(e,t){return u(function(n,r,i){return void 0===r&&(r=null),e(function(e){t(e),n.call(r,e)},null,i)})}function o(e,t){return u(function(n,r,i){return void 0===r&&(r=null),e(function(e){return t(e)&&n.call(r,e)},null,i)})}function s(e,t,n){var i=n;return r(e,function(e){return i=t(i,e)})}function u(e){var t,n=new Le({onFirstListenerAdd:function(){t=e(n.fire,n)},onLastListenerRemove:function(){t.dispose()}});return n.event}function l(e){var t,n=!0;return o(e,function(e){var r=n||e!==t;return n=!1,t=e,r})}e.None=function(){return t},e.once=n,e.map=r,e.forEach=i,e.filter=o,e.signal=function(e){return e},e.any=function(){for(var e=[],t=0;t1)&&l.fire(e),a=0},n)})},onLastListenerRemove:function(){o.dispose()}});return l.event},e.stopwatch=function(e){var t=(new Date).getTime();return r(n(e),function(e){return(new Date).getTime()-t})},e.latch=l,e.buffer=function(e,t,n){void 0===t&&(t=!1),void 0===n&&(n=[]);var r=n.slice(),i=e(function(e){r?r.push(e):s.fire(e)}),o=function(){r&&r.forEach(function(e){return s.fire(e)}),r=null},s=new Le({onFirstListenerAdd:function(){i||(i=e(function(e){return s.fire(e)}))},onFirstListenerDidAdd:function(){r&&(t?setTimeout(o):o())},onLastListenerRemove:function(){i&&i.dispose(),i=null}});return s.event};var c=function(){function e(e){this.event=e}return e.prototype.map=function(t){return new e(r(this.event,t))},e.prototype.forEach=function(t){return new e(i(this.event,t))},e.prototype.filter=function(t){return new e(o(this.event,t))},e.prototype.reduce=function(t,n){return new e(s(this.event,t,n))},e.prototype.latch=function(){return new e(l(this.event))},e.prototype.on=function(e,t,n){return this.event(e,t,n)},e.prototype.once=function(e,t,r){return n(this.event)(e,t,r)},e}();e.chain=function(e){return new c(e)},e.fromNodeEventEmitter=function(e,t,n){void 0===n&&(n=function(e){return e});var r=function(){for(var e=[],t=0;t0?new be(this._options&&this._options.leakWarningThreshold):void 0}return Object.defineProperty(e.prototype,"event",{get:function(){var t=this;return this._event||(this._event=function(n,r,i){t._listeners||(t._listeners=new ge);var o=t._listeners.isEmpty();o&&t._options&&t._options.onFirstListenerAdd&&t._options.onFirstListenerAdd(t);var s,u,a=t._listeners.push(r?[n,r]:n);return o&&t._options&&t._options.onFirstListenerDidAdd&&t._options.onFirstListenerDidAdd(t),t._options&&t._options.onListenerDidAdd&&t._options.onListenerDidAdd(t,n,r),t._leakageMon&&(s=t._leakageMon.check(t._listeners.size)),u={dispose:function(){(s&&s(),u.dispose=e._noop,t._disposed)||(a(),t._options&&t._options.onLastListenerRemove&&(t._listeners&&!t._listeners.isEmpty()||t._options.onLastListenerRemove(t)))}},Array.isArray(i)&&i.push(u),u}),this._event},enumerable:!0,configurable:!0}),e.prototype.fire=function(e){if(this._listeners){this._deliveryQueue||(this._deliveryQueue=new ge);for(var t=this._listeners.iterator(),n=t.next();!n.done;n=t.next())this._deliveryQueue.push([n.value,e]);for(;this._deliveryQueue.size>0;){var r=this._deliveryQueue.shift(),o=r[0],s=r[1];try{"function"==typeof o?o.call(void 0,s):o[0].call(o[1],s)}catch(n){i(n)}}}},e.prototype.dispose=function(){this._listeners&&this._listeners.clear(),this._deliveryQueue&&this._deliveryQueue.clear(),this._leakageMon&&this._leakageMon.dispose(),this._disposed=!0},e._noop=function(){},e}(),Ne=(function(e){function t(t){var n=e.call(this,t)||this;return n._isPaused=0,n._eventQueue=new ge,n._mergeFn=t&&t.merge,n}_e(t,e),t.prototype.pause=function(){this._isPaused++},t.prototype.resume=function(){if(0!==this._isPaused&&0==--this._isPaused)if(this._mergeFn){var t=this._eventQueue.toArray();this._eventQueue.clear(),e.prototype.fire.call(this,this._mergeFn(t))}else for(;!this._isPaused&&0!==this._eventQueue.size;)e.prototype.fire.call(this,this._eventQueue.shift())},t.prototype.fire=function(t){this._listeners&&(0!==this._isPaused?this._eventQueue.push(t):e.prototype.fire.call(this,t))}}(Le),function(){function e(){var e=this;this.hasListeners=!1,this.events=[],this.emitter=new Le({onFirstListenerAdd:function(){return e.onFirstListenerAdd()},onLastListenerRemove:function(){return e.onLastListenerRemove()}})}Object.defineProperty(e.prototype,"event",{get:function(){return this.emitter.event},enumerable:!0,configurable:!0}),e.prototype.add=function(e){var t=this,n={event:e,listener:null};this.events.push(n),this.hasListeners&&this.hook(n);return function(e){return{dispose:function(){e()}}}(function(e){var t,n=this,r=!1;return function(){return r?t:(r=!0,t=e.apply(n,arguments))}}(function(){t.hasListeners&&t.unhook(n);var e=t.events.indexOf(n);t.events.splice(e,1)}))},e.prototype.onFirstListenerAdd=function(){var e=this;this.hasListeners=!0,this.events.forEach(function(t){return e.hook(t)})},e.prototype.onLastListenerRemove=function(){var e=this;this.hasListeners=!1,this.events.forEach(function(t){return e.unhook(t)})},e.prototype.hook=function(e){var t=this;e.listener=e.event(function(e){return t.emitter.fire(e)})},e.prototype.unhook=function(e){e.listener&&e.listener.dispose(),e.listener=null},e.prototype.dispose=function(){this.emitter.dispose()}}(),function(){function e(){this.buffers=[]}e.prototype.wrapEvent=function(e){var t=this;return function(n,r,i){return e(function(e){var i=t.buffers[t.buffers.length-1];i?i.push(function(){return n.call(r,e)}):n.call(r,e)},void 0,i)}},e.prototype.bufferEvents=function(e){var t=[];this.buffers.push(t);var n=e();return this.buffers.pop(),t.forEach(function(e){return e()}),n}}(),function(){function e(){var e=this;this.listening=!1,this.inputEvent=me.None,this.inputEventListener=l.None,this.emitter=new Le({onFirstListenerDidAdd:function(){e.listening=!0,e.inputEventListener=e.inputEvent(e.emitter.fire,e.emitter)},onLastListenerRemove:function(){e.listening=!1,e.inputEventListener.dispose()}}),this.event=this.emitter.event}Object.defineProperty(e.prototype,"input",{set:function(e){this.inputEvent=e,this.listening&&(this.inputEventListener.dispose(),this.inputEventListener=e(this.emitter.fire,this.emitter))},enumerable:!0,configurable:!0}),e.prototype.dispose=function(){this.inputEventListener.dispose(),this.emitter.dispose()}}(),Object.freeze(function(e,t){var n=setTimeout(e.bind(t),0);return{dispose:function(){clearTimeout(n)}}}));(ye=ve||(ve={})).isCancellationToken=function(e){return e===ye.None||e===ye.Cancelled||e instanceof Se||!(!e||"object"!=typeof e)&&"boolean"==typeof e.isCancellationRequested&&"function"==typeof e.onCancellationRequested},ye.None=Object.freeze({isCancellationRequested:!1,onCancellationRequested:me.None}),ye.Cancelled=Object.freeze({isCancellationRequested:!0,onCancellationRequested:Ne});var Ee,Se=function(){function e(){this._isCancelled=!1,this._emitter=null}return e.prototype.cancel=function(){this._isCancelled||(this._isCancelled=!0,this._emitter&&(this._emitter.fire(void 0),this.dispose()))},Object.defineProperty(e.prototype,"isCancellationRequested",{get:function(){return this._isCancelled},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"onCancellationRequested",{get:function(){return this._isCancelled?Ne:(this._emitter||(this._emitter=new Le),this._emitter.event)},enumerable:!0,configurable:!0}),e.prototype.dispose=function(){this._emitter&&(this._emitter.dispose(),this._emitter=null)},e}(),we=function(){function e(e){this._token=void 0,this._parentListener=void 0,this._parentListener=e&&e.onCancellationRequested(this.cancel,this)}return Object.defineProperty(e.prototype,"token",{get:function(){return this._token||(this._token=new Se),this._token},enumerable:!0,configurable:!0}),e.prototype.cancel=function(){this._token?this._token instanceof Se&&this._token.cancel():this._token=ve.Cancelled},e.prototype.dispose=function(){this._parentListener&&this._parentListener.dispose(),this._token?this._token instanceof Se&&this._token.dispose():this._token=ve.None},e}(),Ae=function(){function e(){this._keyCodeToStr=[],this._strToKeyCode=Object.create(null)}return e.prototype.define=function(e,t){this._keyCodeToStr[e]=t,this._strToKeyCode[t.toLowerCase()]=e},e.prototype.keyCodeToStr=function(e){return this._keyCodeToStr[e]},e.prototype.strToKeyCode=function(e){return this._strToKeyCode[e.toLowerCase()]||0},e}(),Te=new Ae,Me=new Ae,Pe=new Ae;!function(){function e(e,t,n,r){void 0===n&&(n=t),void 0===r&&(r=n),Te.define(e,t),Me.define(e,n),Pe.define(e,r)}e(0,"unknown"),e(1,"Backspace"),e(2,"Tab"),e(3,"Enter"),e(4,"Shift"),e(5,"Ctrl"),e(6,"Alt"),e(7,"PauseBreak"),e(8,"CapsLock"),e(9,"Escape"),e(10,"Space"),e(11,"PageUp"),e(12,"PageDown"),e(13,"End"),e(14,"Home"),e(15,"LeftArrow","Left"),e(16,"UpArrow","Up"),e(17,"RightArrow","Right"),e(18,"DownArrow","Down"),e(19,"Insert"),e(20,"Delete"),e(21,"0"),e(22,"1"),e(23,"2"),e(24,"3"),e(25,"4"),e(26,"5"),e(27,"6"),e(28,"7"),e(29,"8"),e(30,"9"),e(31,"A"),e(32,"B"),e(33,"C"),e(34,"D"),e(35,"E"),e(36,"F"),e(37,"G"),e(38,"H"),e(39,"I"),e(40,"J"),e(41,"K"),e(42,"L"),e(43,"M"),e(44,"N"),e(45,"O"),e(46,"P"),e(47,"Q"),e(48,"R"),e(49,"S"),e(50,"T"),e(51,"U"),e(52,"V"),e(53,"W"),e(54,"X"),e(55,"Y"),e(56,"Z"),e(57,"Meta"),e(58,"ContextMenu"),e(59,"F1"),e(60,"F2"),e(61,"F3"),e(62,"F4"),e(63,"F5"),e(64,"F6"),e(65,"F7"),e(66,"F8"),e(67,"F9"),e(68,"F10"),e(69,"F11"),e(70,"F12"),e(71,"F13"),e(72,"F14"),e(73,"F15"),e(74,"F16"),e(75,"F17"),e(76,"F18"),e(77,"F19"),e(78,"NumLock"),e(79,"ScrollLock"),e(80,";",";","OEM_1"),e(81,"=","=","OEM_PLUS"),e(82,",",",","OEM_COMMA"),e(83,"-","-","OEM_MINUS"),e(84,".",".","OEM_PERIOD"),e(85,"/","/","OEM_2"),e(86,"`","`","OEM_3"),e(110,"ABNT_C1"),e(111,"ABNT_C2"),e(87,"[","[","OEM_4"),e(88,"\\","\\","OEM_5"),e(89,"]","]","OEM_6"),e(90,"'","'","OEM_7"),e(91,"OEM_8"),e(92,"OEM_102"),e(93,"NumPad0"),e(94,"NumPad1"),e(95,"NumPad2"),e(96,"NumPad3"),e(97,"NumPad4"),e(98,"NumPad5"),e(99,"NumPad6"),e(100,"NumPad7"),e(101,"NumPad8"),e(102,"NumPad9"),e(103,"NumPad_Multiply"),e(104,"NumPad_Add"),e(105,"NumPad_Separator"),e(106,"NumPad_Subtract"),e(107,"NumPad_Decimal"),e(108,"NumPad_Divide")}(),function(e){e.toString=function(e){return Te.keyCodeToStr(e)},e.fromString=function(e){return Te.strToKeyCode(e)},e.toUserSettingsUS=function(e){return Me.keyCodeToStr(e)},e.toUserSettingsGeneral=function(e){return Pe.keyCodeToStr(e)},e.fromUserSettings=function(e){return Me.strToKeyCode(e)||Pe.strToKeyCode(e)}}(Ee||(Ee={}));!function(){function e(e,t,n,r,i){this.ctrlKey=e,this.shiftKey=t,this.altKey=n,this.metaKey=r,this.keyCode=i}e.prototype.equals=function(e){return this.ctrlKey===e.ctrlKey&&this.shiftKey===e.shiftKey&&this.altKey===e.altKey&&this.metaKey===e.metaKey&&this.keyCode===e.keyCode},e.prototype.isModifierKey=function(){return 0===this.keyCode||5===this.keyCode||57===this.keyCode||6===this.keyCode||4===this.keyCode},e.prototype.toChord=function(){return new it([this])},e.prototype.isDuplicateModifierCase=function(){return this.ctrlKey&&5===this.keyCode||this.shiftKey&&4===this.keyCode||this.altKey&&6===this.keyCode||this.metaKey&&57===this.keyCode}}();var Oe,xe,Ie,Re,ke,Ue,Fe,De,Ke,qe,Be,Ve,je,Ye,We,He,Ge,Qe,ze,Xe,$e,Je,Ze,et,tt,nt,rt,it=function(){function e(e){if(0===e.length)throw(t="parts")?new Error("Illegal argument: "+t):new Error("Illegal argument");var t;this.parts=e}return e.prototype.equals=function(e){if(null===e)return!1;if(this.parts.length!==e.parts.length)return!1;for(var t=0;t "+this.positionLineNumber+","+this.positionColumn+"]"},t.prototype.equalsSelection=function(e){return t.selectionsEqual(this,e)},t.selectionsEqual=function(e,t){return e.selectionStartLineNumber===t.selectionStartLineNumber&&e.selectionStartColumn===t.selectionStartColumn&&e.positionLineNumber===t.positionLineNumber&&e.positionColumn===t.positionColumn},t.prototype.getDirection=function(){return this.selectionStartLineNumber===this.startLineNumber&&this.selectionStartColumn===this.startColumn?0:1},t.prototype.setEndPosition=function(e,n){return 0===this.getDirection()?new t(this.startLineNumber,this.startColumn,e,n):new t(e,n,this.startLineNumber,this.startColumn)},t.prototype.getPosition=function(){return new Y(this.positionLineNumber,this.positionColumn)},t.prototype.setStartPosition=function(e,n){return 0===this.getDirection()?new t(e,n,this.endLineNumber,this.endColumn):new t(this.endLineNumber,this.endColumn,e,n)},t.fromPositions=function(e,n){return void 0===n&&(n=e),new t(e.lineNumber,e.column,n.lineNumber,n.column)},t.liftSelection=function(e){return new t(e.selectionStartLineNumber,e.selectionStartColumn,e.positionLineNumber,e.positionColumn)},t.selectionsArrEqual=function(e,t){if(e&&!t||!e&&t)return!1;if(!e&&!t)return!0;if(e.length!==t.length)return!1;for(var n=0,r=e.length;n>>0)>>>0}(e,t)},e.CtrlCmd=2048,e.Shift=1024,e.Alt=512,e.WinCtrl=256,e}();var lt=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),ct=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return lt(t,e),Object.defineProperty(t.prototype,"uri",{get:function(){return this._uri},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"version",{get:function(){return this._versionId},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"eol",{get:function(){return this._eol},enumerable:!0,configurable:!0}),t.prototype.getValue=function(){return this.getText()},t.prototype.getLinesContent=function(){return this._lines.slice(0)},t.prototype.getLineCount=function(){return this._lines.length},t.prototype.getLineContent=function(e){return this._lines[e-1]},t.prototype.getWordAtPosition=function(e,t){var n=function(e,t,n,r){t.lastIndex=0;var i=t.exec(n);if(!i)return null;var o=i[0].indexOf(" ")>=0?function(e,t,n,r){var i,o=e-1-r;for(t.lastIndex=0;i=t.exec(n);){var s=i.index||0;if(s>o)return null;if(t.lastIndex>=o)return{word:i[0],startColumn:r+1+s,endColumn:r+1+t.lastIndex}}return null}(e,t,n,r):function(e,t,n,r){var i,o=e-1-r,s=n.lastIndexOf(" ",o-1)+1;for(t.lastIndex=s;i=t.exec(n);){var u=i.index||0;if(u<=o&&t.lastIndex>=o)return{word:i[0],startColumn:r+1+u,endColumn:r+1+t.lastIndex}}return null}(e,t,n,r);return t.lastIndex=0,o}(e.column,function(e){var t=ue;if(e&&e instanceof RegExp)if(e.global)t=e;else{var n="g";e.ignoreCase&&(n+="i"),e.multiline&&(n+="m"),e.unicode&&(n+="u"),t=new RegExp(e.source,n)}return t.lastIndex=0,t}(t),this._lines[e.lineNumber-1],0);return n?new W(e.lineNumber,n.startColumn,e.lineNumber,n.endColumn):null},t.prototype.getWordUntilPosition=function(e,t){var n=this.getWordAtPosition(e,t);return n?{word:this._lines[e.lineNumber-1].substring(n.startColumn-1,e.column-1),startColumn:n.startColumn,endColumn:e.column}:{word:"",startColumn:e.column,endColumn:e.column}},t.prototype.createWordIterator=function(e){var t,n,r=this,i=0,o=0,s=[],u=function(){if(o=r._lines.length?A:(n=r._lines[i],s=r._wordenize(n,e),o=0,i+=1,u())};return{next:u}},t.prototype.getLineWords=function(e,t){for(var n=this._lines[e-1],r=[],i=0,o=this._wordenize(n,t);ithis._lines.length)t=this._lines.length,n=this._lines[t-1].length+1,r=!0;else{var i=this._lines[t-1].length+1;n<1?(n=1,r=!0):n>i&&(n=i,r=!0)}return r?{lineNumber:t,column:n}:e},t}(oe),ft=function(e){function t(t){var n=e.call(this,t)||this;return n._models=Object.create(null),n}return lt(t,e),t.prototype.dispose=function(){this._models=Object.create(null)},t.prototype._getModel=function(e){return this._models[e]},t.prototype._getModels=function(){var e=this,t=[];return Object.keys(this._models).forEach(function(n){return t.push(e._models[n])}),t},t.prototype.acceptNewModel=function(e){this._models[e.url]=new ct(F.parse(e.url),e.lines,e.EOL,e.versionId)},t.prototype.acceptModelChanged=function(e,t){this._models[e]&&this._models[e].onEvents(t)},t.prototype.acceptRemovedModel=function(e){this._models[e]&&delete this._models[e]},t}(function(){function e(e){this._foreignModuleFactory=e,this._foreignModule=null}return e.prototype.computeDiff=function(e,t,n){var r=this._getModel(e),i=this._getModel(t);if(!r||!i)return Promise.resolve(null);var o=r.getLinesContent(),s=i.getLinesContent(),u=new Z(o,s,{shouldComputeCharChanges:!0,shouldPostProcessCharChanges:!0,shouldIgnoreTrimWhitespace:n,shouldMakePrettyDiff:!0}).computeDiff(),a=!(u.length>0)&&this._modelsAreIdentical(r,i);return Promise.resolve({identical:a,changes:u})},e.prototype._modelsAreIdentical=function(e,t){var n=e.getLineCount();if(n!==t.getLineCount())return!1;for(var r=1;r<=n;r++){if(e.getLineContent(r)!==t.getLineContent(r))return!1}return!0},e.prototype.computeMoreMinimalEdits=function(t,n){var r=this._getModel(t);if(!r)return Promise.resolve(n);for(var i=[],o=void 0,s=0,u=n=_(n,function(e,t){return e.range&&t.range?W.compareRangesUsingStarts(e.range,t.range):(e.range?0:1)-(t.range?0:1)});se._diffLimit)i.push({range:l,text:c});else for(var d=C(h,c,!1),m=r.offsetAt(W.lift(l).getStartPosition()),p=0,g=d;p1)for(var n=1;n=0,o=d.indexOf("Macintosh")>=0,s=d.indexOf("Linux")>=0,a=!0,navigator.language}var m=i,p=a,g="object"==typeof self?self:"object"==typeof r?r:{}}).call(this,n("8oxB"),n("yLpj"))},URDS:function(e,t,n){(function(e,t){(function(){"use strict";function n(e){var t=this.constructor;return this.then(function(n){return t.resolve(e()).then(function(){return n})},function(n){return t.resolve(e()).then(function(){return t.reject(n)})})}var r=setTimeout;function i(){}function o(e){if(!(this instanceof o))throw new TypeError("Promises must be constructed via new");if("function"!=typeof e)throw new TypeError("not a function");this._state=0,this._handled=!1,this._value=void 0,this._deferreds=[],f(e,this)}function s(e,t){for(;3===e._state;)e=e._value;0!==e._state?(e._handled=!0,o._immediateFn(function(){var n=1===e._state?t.onFulfilled:t.onRejected;if(null!==n){var r;try{r=n(e._value)}catch(e){return void a(t.promise,e)}u(t.promise,r)}else(1===e._state?u:a)(t.promise,e._value)})):e._deferreds.push(t)}function u(e,t){try{if(t===e)throw new TypeError("A promise cannot be resolved with itself.");if(t&&("object"==typeof t||"function"==typeof t)){var n=t.then;if(t instanceof o)return e._state=3,e._value=t,void l(e);if("function"==typeof n)return void f((r=n,i=t,function(){r.apply(i,arguments)}),e)}e._state=1,e._value=t,l(e)}catch(t){a(e,t)}var r,i}function a(e,t){e._state=2,e._value=t,l(e)}function l(e){2===e._state&&0===e._deferreds.length&&o._immediateFn(function(){e._handled||o._unhandledRejectionFn(e._value)});for(var t=0,n=e._deferreds.length;t=0&&(e._idleTimeoutId=setTimeout(function(){e._onTimeout&&e._onTimeout()},t))},n("YBdB"),t.setImmediate="undefined"!=typeof self&&self.setImmediate||void 0!==e&&e.setImmediate||this&&this.setImmediate,t.clearImmediate="undefined"!=typeof self&&self.clearImmediate||void 0!==e&&e.clearImmediate||this&&this.clearImmediate}).call(this,n("yLpj"))},YBdB:function(e,t,n){(function(e,t){!function(e,n){"use strict";if(!e.setImmediate){var r,i,o,s,u,a=1,l={},c=!1,f=e.document,h=Object.getPrototypeOf&&Object.getPrototypeOf(e);h=h&&h.setTimeout?h:e,"[object process]"==={}.toString.call(e.process)?r=function(e){t.nextTick(function(){m(e)})}:!function(){if(e.postMessage&&!e.importScripts){var t=!0,n=e.onmessage;return e.onmessage=function(){t=!1},e.postMessage("","*"),e.onmessage=n,t}}()?e.MessageChannel?((o=new MessageChannel).port1.onmessage=function(e){m(e.data)},r=function(e){o.port2.postMessage(e)}):f&&"onreadystatechange"in f.createElement("script")?(i=f.documentElement,r=function(e){var t=f.createElement("script");t.onreadystatechange=function(){m(e),t.onreadystatechange=null,i.removeChild(t),t=null},i.appendChild(t)}):r=function(e){setTimeout(m,0,e)}:(s="setImmediate$"+Math.random()+"$",u=function(t){t.source===e&&"string"==typeof t.data&&0===t.data.indexOf(s)&&m(+t.data.slice(s.length))},e.addEventListener?e.addEventListener("message",u,!1):e.attachEvent("onmessage",u),r=function(t){e.postMessage(s+t,"*")}),h.setImmediate=function(e){"function"!=typeof e&&(e=new Function(""+e));for(var t=new Array(arguments.length-1),n=0;n=i.value},trace:function(){this.invoke(_.TRACE,arguments)},debug:function(){this.invoke(_.DEBUG,arguments)},info:function(){this.invoke(_.INFO,arguments)},warn:function(){this.invoke(_.WARN,arguments)},error:function(){this.invoke(_.ERROR,arguments)},time:function(e){"string"==typeof e&&e.length>0&&this.invoke(_.TIME,[e,"start"])},timeEnd:function(e){"string"==typeof e&&e.length>0&&this.invoke(_.TIME,[e,"end"])},invoke:function(e,i){t&&this.enabledFor(e)&&t(i,r({level:e},this.context))}};var l,N=new u({filterLevel:_.OFF});(l=_).enabledFor=s(N,N.enabledFor),l.trace=s(N,N.trace),l.debug=s(N,N.debug),l.time=s(N,N.time),l.timeEnd=s(N,N.timeEnd),l.info=s(N,N.info),l.warn=s(N,N.warn),l.error=s(N,N.error),l.log=l.info,_.setHandler=function(e){t=e},_.setLevel=function(e){for(var i in N.setLevel(e),w)w.hasOwnProperty(i)&&w[i].setLevel(e)},_.getLevel=function(){return N.getLevel()},_.get=function(e){return w[e]||(w[e]=new u(r({name:e},N.context)))},_.createDefaultHandler=function(e){(e=e||{}).formatter=e.formatter||function(e,i){i.name&&e.unshift("["+i.name+"]")};var i={},o=function(e,i){Function.prototype.apply.call(e,console,i)};return"undefined"==typeof console?function(){}:function(n,d){n=Array.prototype.slice.call(n);var v,t=console.log;d.level===_.TIME?(v=(d.name?"["+d.name+"] ":"")+n[0],"start"===n[1]?console.time?console.time(v):i[v]=(new Date).getTime():console.timeEnd?console.timeEnd(v):o(t,[v+": "+((new Date).getTime()-i[v])+"ms"])):(d.level===_.WARN&&console.warn?t=console.warn:d.level===_.ERROR&&console.error?t=console.error:d.level===_.INFO&&console.info?t=console.info:d.level===_.DEBUG&&console.debug?t=console.debug:d.level===_.TRACE&&console.trace&&(t=console.trace),e.formatter(n,d),o(t,n))}},_.useDefaults=function(e){_.setLevel(e&&e.defaultLevel||_.DEBUG),_.setHandler(_.createDefaultHandler(e))},void 0===(d="function"==typeof(n=_)?n.call(i,o,i,e):n)||(e.exports=d)}()},yL6M:function(e,i,o){"use strict";o.r(i);var n=o("GGSb"),d=o.n(n);const v=new DataView(new ArrayBuffer(4));var t,_;!function(e){e[e.Int=0]="Int",e[e.Float=1]="Float",e[e.InvalidNumber=2]="InvalidNumber",e[e.Register=3]="Register",e[e.Label=4]="Label",e[e.CodeSection=5]="CodeSection",e[e.DataSection=6]="DataSection",e[e.StringSection=7]="StringSection",e[e.InvalidSection=8]="InvalidSection",e[e.String=9]="String",e[e.UnterminatedString=10]="UnterminatedString",e[e.Ident=11]="Ident",e[e.InvalidIdent=12]="InvalidIdent",e[e.ArgSeparator=13]="ArgSeparator"}(t||(t={}));class w{constructor(){this.index=0,this._mark=0}get col(){return this.index+1}tokenize_line(e){this.line=e,this.index=0,this._mark=0;const i=[];for(;this.has_next();){const e=this.peek();let o;if("/"===e){if(this.skip(),"/"===this.peek())break;this.back()}/\s/.test(e)?this.skip():(/[-\d]/.test(e)?o=this.tokenize_number_or_label():","===e?(o={type:t.ArgSeparator,col:this.col,len:1},this.skip()):o="."===e?this.tokenize_section():'"'===e?this.tokenize_string():"r"===e?this.tokenize_register_or_ident():this.tokenize_ident(),i.push(o))}return i}has_next(){return this.index!]*$/.test(i)?t.Ident:t.InvalidIdent;return o===t.Ident?{type:o,col:e,len:this.marked_len(),value:i}:{type:o,col:e,len:this.marked_len()}}}!function(e){e[e.Any=0]="Any",e[e.Byte=1]="Byte",e[e.Word=2]="Word",e[e.DWord=3]="DWord",e[e.Float=4]="Float",e[e.Label=5]="Label",e[e.ILabel=6]="ILabel",e[e.DLabel=7]="DLabel",e[e.SLabel=8]="SLabel",e[e.String=9]="String",e[e.ILabelVar=10]="ILabelVar",e[e.RegRef=11]="RegRef",e[e.RegTupRef=12]="RegTupRef",e[e.RegRefVar=13]="RegRefVar",e[e.Pointer=14]="Pointer"}(_||(_={}));const s={kind:_.Any},r={kind:_.Byte},a={kind:_.Word},u={kind:_.DWord},l={kind:_.Float},N={kind:_.Label},p={kind:_.ILabel},R={kind:_.DLabel},g={kind:_.SLabel},f={kind:_.String},k={kind:_.ILabelVar},c={kind:_.RegRef},T={kind:_.RegRefVar},E={kind:_.Pointer};Math.pow(2,31),Math.pow(2,31),Math.pow(2,32);var W,O;!function(e){e[e.Read=0]="Read",e[e.Write=1]="Write",e[e.ReadWrite=2]="ReadWrite"}(W||(W={}));class h{constructor(e,i,o){this.type=e,this.doc=i,this.access=o}}!function(e){e[e.Push=0]="Push",e[e.Pop=1]="Pop"}(O||(O={}));const F=[],U=new Map;class A{constructor(e,i,o,n,d){this.code=e,this.mnemonic=i,this.doc=o,this.size=this.code<256?1:2,this.params=n,this.stack=d}}A.NOP=F[0]=new A(0,"nop","No operation, does nothing.",[],void 0),A.RET=F[1]=new A(1,"ret","Returns control to caller.",[],void 0),A.SYNC=F[2]=new A(2,"sync","Yields control for the rest of the current frame. Execution will continue the following frame.",[],void 0),A.EXIT=F[3]=new A(3,"exit",void 0,[new h(u,void 0,void 0)],O.Pop),A.THREAD=F[4]=new A(4,"thread","Starts a new thread. Thread execution will start at the given label.\nOften used to check a register every frame. Make sure to yield control with sync when looping.",[new h(p,void 0,void 0)],void 0),A.VA_START=F[5]=new A(5,"va_start","Initializes a variable argument list.\nMake sure to call va_end after va_start and va_call.",[],void 0),A.VA_END=F[6]=new A(6,"va_end","Restores the registers overwritten by arg_push* instructions.\nCalled after va_call.",[],void 0),A.VA_CALL=F[7]=new A(7,"va_call","Calls the variable argument function at the given label.\nCalled after initializing the argument list with va_start and pushing arguments onto the stack with arg_push* instructions. Make sure to call va_end afterwards.",[new h(p,void 0,void 0)],void 0),A.LET=F[8]=new A(8,"let","Sets the first register's value to second one's value.",[new h({kind:_.RegTupRef,register_tuples:[new h(u,void 0,W.Write)]},void 0,void 0),new h({kind:_.RegTupRef,register_tuples:[new h(u,void 0,W.Read)]},void 0,void 0)],void 0),A.LETI=F[9]=new A(9,"leti","Sets a register to the given value.",[new h({kind:_.RegTupRef,register_tuples:[new h(u,void 0,W.Write)]},void 0,void 0),new h(u,void 0,void 0)],void 0),A.LETB=F[10]=new A(10,"letb","Sets a register to the given value.",[new h({kind:_.RegTupRef,register_tuples:[new h(r,void 0,W.Write)]},void 0,void 0),new h(r,void 0,void 0)],void 0),A.LETW=F[11]=new A(11,"letw","Sets a register to the given value.",[new h({kind:_.RegTupRef,register_tuples:[new h(a,void 0,W.Write)]},void 0,void 0),new h(a,void 0,void 0)],void 0),A.LETA=F[12]=new A(12,"leta","Sets the first register to the memory address of the second register. Not used by Sega.",[new h({kind:_.RegTupRef,register_tuples:[new h(E,void 0,W.Write)]},void 0,void 0),new h({kind:_.RegTupRef,register_tuples:[new h(s,void 0,W.Read)]},void 0,void 0)],void 0),A.LETO=F[13]=new A(13,"leto","Sets a register to the memory address of the given label. Not used by Sega.",[new h({kind:_.RegTupRef,register_tuples:[new h(E,void 0,W.Write)]},void 0,void 0),new h(N,void 0,void 0)],void 0),A.UNKNOWN_0E=F[14]=new A(14,"unknown_0e",void 0,[],void 0),A.UNKNOWN_0F=F[15]=new A(15,"unknown_0f",void 0,[],void 0),A.SET=F[16]=new A(16,"set","Sets a register to 1.",[new h({kind:_.RegTupRef,register_tuples:[new h(u,void 0,W.Write)]},void 0,void 0)],void 0),A.CLEAR=F[17]=new A(17,"clear","Sets a register to 0.",[new h({kind:_.RegTupRef,register_tuples:[new h(u,void 0,W.Write)]},void 0,void 0)],void 0),A.REV=F[18]=new A(18,"rev","Sets a register to 1 if its current value is 0, otherwise sets it to 0.",[new h({kind:_.RegTupRef,register_tuples:[new h(u,void 0,W.ReadWrite)]},void 0,void 0)],void 0),A.GSET=F[19]=new A(19,"gset",void 0,[new h(a,void 0,void 0)],void 0),A.GCLEAR=F[20]=new A(20,"gclear",void 0,[new h(a,void 0,void 0)],void 0),A.GREV=F[21]=new A(21,"grev",void 0,[new h(a,void 0,void 0)],void 0),A.GLET=F[22]=new A(22,"glet",void 0,[new h(a,void 0,void 0)],void 0),A.GGET=F[23]=new A(23,"gget","Sets a register to value of the given flag.",[new h(a,void 0,void 0),new h({kind:_.RegTupRef,register_tuples:[new h(a,void 0,W.Write)]},void 0,void 0)],void 0),A.ADD=F[24]=new A(24,"add",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(u,void 0,W.Write)]},void 0,void 0),new h({kind:_.RegTupRef,register_tuples:[new h(u,void 0,W.Read)]},void 0,void 0)],void 0),A.ADDI=F[25]=new A(25,"addi",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(u,void 0,W.Write)]},void 0,void 0),new h(u,void 0,void 0)],void 0),A.SUB=F[26]=new A(26,"sub",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(u,void 0,W.Write)]},void 0,void 0),new h({kind:_.RegTupRef,register_tuples:[new h(u,void 0,W.Read)]},void 0,void 0)],void 0),A.SUBI=F[27]=new A(27,"subi",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(u,void 0,W.Write)]},void 0,void 0),new h(u,void 0,void 0)],void 0),A.MUL=F[28]=new A(28,"mul",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(u,void 0,W.Write)]},void 0,void 0),new h({kind:_.RegTupRef,register_tuples:[new h(u,void 0,W.Read)]},void 0,void 0)],void 0),A.MULI=F[29]=new A(29,"muli",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(u,void 0,W.Write)]},void 0,void 0),new h(u,void 0,void 0)],void 0),A.DIV=F[30]=new A(30,"div",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(u,void 0,W.Write)]},void 0,void 0),new h({kind:_.RegTupRef,register_tuples:[new h(u,void 0,W.Read)]},void 0,void 0)],void 0),A.DIVI=F[31]=new A(31,"divi",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(u,void 0,W.Write)]},void 0,void 0),new h(u,void 0,void 0)],void 0),A.AND=F[32]=new A(32,"and",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(u,void 0,W.Write)]},void 0,void 0),new h({kind:_.RegTupRef,register_tuples:[new h(u,void 0,W.Read)]},void 0,void 0)],void 0),A.ANDI=F[33]=new A(33,"andi",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(u,void 0,W.Write)]},void 0,void 0),new h(u,void 0,void 0)],void 0),A.OR=F[34]=new A(34,"or",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(u,void 0,W.Write)]},void 0,void 0),new h({kind:_.RegTupRef,register_tuples:[new h(u,void 0,W.Read)]},void 0,void 0)],void 0),A.ORI=F[35]=new A(35,"ori",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(u,void 0,W.Write)]},void 0,void 0),new h(u,void 0,void 0)],void 0),A.XOR=F[36]=new A(36,"xor",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(u,void 0,W.Write)]},void 0,void 0),new h({kind:_.RegTupRef,register_tuples:[new h(u,void 0,W.Read)]},void 0,void 0)],void 0),A.XORI=F[37]=new A(37,"xori",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(u,void 0,W.Write)]},void 0,void 0),new h(u,void 0,void 0)],void 0),A.MOD=F[38]=new A(38,"mod",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(u,void 0,W.Write)]},void 0,void 0),new h({kind:_.RegTupRef,register_tuples:[new h(u,void 0,W.Read)]},void 0,void 0)],void 0),A.MODI=F[39]=new A(39,"modi",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(u,void 0,W.Write)]},void 0,void 0),new h(u,void 0,void 0)],void 0),A.JMP=F[40]=new A(40,"jmp",void 0,[new h(p,void 0,void 0)],void 0),A.CALL=F[41]=new A(41,"call",void 0,[new h(p,void 0,void 0)],void 0),A.JMP_ON=F[42]=new A(42,"jmp_on",void 0,[new h(p,void 0,void 0),new h(T,void 0,W.Read)],void 0),A.JMP_OFF=F[43]=new A(43,"jmp_off",void 0,[new h(p,void 0,void 0),new h(T,void 0,W.Read)],void 0),A.JMP_E=F[44]=new A(44,"jmp_=",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(s,void 0,W.Read)]},void 0,void 0),new h({kind:_.RegTupRef,register_tuples:[new h(s,void 0,W.Read)]},void 0,void 0),new h(p,void 0,void 0)],void 0),A.JMPI_E=F[45]=new A(45,"jmpi_=",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(u,void 0,W.Read)]},void 0,void 0),new h(u,void 0,void 0),new h(p,void 0,void 0)],void 0),A.JMP_NE=F[46]=new A(46,"jmp_!=",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(s,void 0,W.Read)]},void 0,void 0),new h({kind:_.RegTupRef,register_tuples:[new h(s,void 0,W.Read)]},void 0,void 0),new h(p,void 0,void 0)],void 0),A.JMPI_NE=F[47]=new A(47,"jmpi_!=",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(u,void 0,W.Read)]},void 0,void 0),new h(u,void 0,void 0),new h(p,void 0,void 0)],void 0),A.UJMP_G=F[48]=new A(48,"ujmp_>",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(u,void 0,W.Read)]},void 0,void 0),new h({kind:_.RegTupRef,register_tuples:[new h(u,void 0,W.Read)]},void 0,void 0),new h(p,void 0,void 0)],void 0),A.UJMPI_G=F[49]=new A(49,"ujmpi_>",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(u,void 0,W.Read)]},void 0,void 0),new h(u,void 0,void 0),new h(p,void 0,void 0)],void 0),A.JMP_G=F[50]=new A(50,"jmp_>",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(u,void 0,W.Read)]},void 0,void 0),new h({kind:_.RegTupRef,register_tuples:[new h(u,void 0,W.Read)]},void 0,void 0),new h(p,void 0,void 0)],void 0),A.JMPI_G=F[51]=new A(51,"jmpi_>",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(u,void 0,W.Read)]},void 0,void 0),new h(u,void 0,void 0),new h(p,void 0,void 0)],void 0),A.UJMP_L=F[52]=new A(52,"ujmp_<",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(u,void 0,W.Read)]},void 0,void 0),new h({kind:_.RegTupRef,register_tuples:[new h(u,void 0,W.Read)]},void 0,void 0),new h(p,void 0,void 0)],void 0),A.UJMPI_L=F[53]=new A(53,"ujmpi_<",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(u,void 0,W.Read)]},void 0,void 0),new h(u,void 0,void 0),new h(p,void 0,void 0)],void 0),A.JMP_L=F[54]=new A(54,"jmp_<",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(u,void 0,W.Read)]},void 0,void 0),new h({kind:_.RegTupRef,register_tuples:[new h(u,void 0,W.Read)]},void 0,void 0),new h(p,void 0,void 0)],void 0),A.JMPI_L=F[55]=new A(55,"jmpi_<",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(u,void 0,W.Read)]},void 0,void 0),new h(u,void 0,void 0),new h(p,void 0,void 0)],void 0),A.UJMP_GE=F[56]=new A(56,"ujmp_>=",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(u,void 0,W.Read)]},void 0,void 0),new h({kind:_.RegTupRef,register_tuples:[new h(u,void 0,W.Read)]},void 0,void 0),new h(p,void 0,void 0)],void 0),A.UJMPI_GE=F[57]=new A(57,"ujmpi_>=",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(u,void 0,W.Read)]},void 0,void 0),new h(u,void 0,void 0),new h(p,void 0,void 0)],void 0),A.JMP_GE=F[58]=new A(58,"jmp_>=",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(u,void 0,W.Read)]},void 0,void 0),new h({kind:_.RegTupRef,register_tuples:[new h(u,void 0,W.Read)]},void 0,void 0),new h(p,void 0,void 0)],void 0),A.JMPI_GE=F[59]=new A(59,"jmpi_>=",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(u,void 0,W.Read)]},void 0,void 0),new h(u,void 0,void 0),new h(p,void 0,void 0)],void 0),A.UJMP_LE=F[60]=new A(60,"ujmp_<=",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(u,void 0,W.Read)]},void 0,void 0),new h({kind:_.RegTupRef,register_tuples:[new h(u,void 0,W.Read)]},void 0,void 0),new h(p,void 0,void 0)],void 0),A.UJMPI_LE=F[61]=new A(61,"ujmpi_<=",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(u,void 0,W.Read)]},void 0,void 0),new h(u,void 0,void 0),new h(p,void 0,void 0)],void 0),A.JMP_LE=F[62]=new A(62,"jmp_<=",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(u,void 0,W.Read)]},void 0,void 0),new h({kind:_.RegTupRef,register_tuples:[new h(u,void 0,W.Read)]},void 0,void 0),new h(p,void 0,void 0)],void 0),A.JMPI_LE=F[63]=new A(63,"jmpi_<=",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(u,void 0,W.Read)]},void 0,void 0),new h(u,void 0,void 0),new h(p,void 0,void 0)],void 0),A.SWITCH_JMP=F[64]=new A(64,"switch_jmp",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(u,void 0,W.Read)]},void 0,void 0),new h(k,void 0,void 0)],void 0),A.SWITCH_CALL=F[65]=new A(65,"switch_call",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(u,void 0,W.Read)]},void 0,void 0),new h(k,void 0,void 0)],void 0),A.STACK_PUSH=F[66]=new A(66,"stack_push",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(s,void 0,W.Read)]},void 0,void 0)],void 0),A.STACK_POP=F[67]=new A(67,"stack_pop",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(s,void 0,W.Write)]},void 0,void 0)],void 0),A.STACK_PUSHM=F[68]=new A(68,"stack_pushm","Pushes the values of an arbitrary amount of registers onto the stack.",[new h(c,void 0,W.Read),new h(u,void 0,void 0)],void 0),A.STACK_POPM=F[69]=new A(69,"stack_popm","Pops an arbitrary amount of values from the stack and writes them to registers.",[new h(c,void 0,W.Write),new h(u,void 0,void 0)],void 0),A.UNKNOWN_46=F[70]=new A(70,"unknown_46",void 0,[],void 0),A.UNKNOWN_47=F[71]=new A(71,"unknown_47",void 0,[],void 0),A.ARG_PUSHR=F[72]=new A(72,"arg_pushr","Pushes the value of the given register onto the stack.",[new h({kind:_.RegTupRef,register_tuples:[new h(s,void 0,W.Read)]},void 0,void 0)],O.Push),A.ARG_PUSHL=F[73]=new A(73,"arg_pushl","Pushes the given value onto the stack.",[new h(u,void 0,void 0)],O.Push),A.ARG_PUSHB=F[74]=new A(74,"arg_pushb","Pushes the given value onto the stack.",[new h(r,void 0,void 0)],O.Push),A.ARG_PUSHW=F[75]=new A(75,"arg_pushw","Pushes the given value onto the stack.",[new h(a,void 0,void 0)],O.Push),A.ARG_PUSHA=F[76]=new A(76,"arg_pusha","Pushes the memory address of the given register onto the stack. Not used by Sega.",[new h({kind:_.RegTupRef,register_tuples:[new h(s,void 0,W.Read)]},void 0,void 0)],O.Push),A.ARG_PUSHO=F[77]=new A(77,"arg_pusho","Pushes the memory address of the given label onto the stack. Not used by Sega.",[new h(N,void 0,void 0)],O.Push),A.ARG_PUSHS=F[78]=new A(78,"arg_pushs","Pushes the given value onto the stack.",[new h(f,void 0,void 0)],O.Push),A.UNKNOWN_4F=F[79]=new A(79,"unknown_4f",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(s,void 0,W.Read)]},void 0,void 0),new h({kind:_.RegTupRef,register_tuples:[new h(s,void 0,W.Read)]},void 0,void 0)],void 0),A.MESSAGE=F[80]=new A(80,"message",void 0,[new h(u,void 0,void 0),new h(f,void 0,void 0)],O.Pop),A.LIST=F[81]=new A(81,"list","Used to display a list of items and retrieve the item selected by the player.\nList items should be seperated by newlines. The selected item's index will be written to the given register.",[new h({kind:_.RegTupRef,register_tuples:[new h(r,void 0,W.Write)]},void 0,void 0),new h(f,void 0,void 0)],O.Pop),A.FADEIN=F[82]=new A(82,"fadein",void 0,[],void 0),A.FADEOUT=F[83]=new A(83,"fadeout",void 0,[],void 0),A.SE=F[84]=new A(84,"se",void 0,[new h(u,void 0,void 0)],O.Pop),A.BGM=F[85]=new A(85,"bgm",void 0,[new h(u,void 0,void 0)],O.Pop),A.UNKNOWN_56=F[86]=new A(86,"unknown_56",void 0,[],void 0),A.UNKNOWN_57=F[87]=new A(87,"unknown_57",void 0,[],void 0),A.ENABLE=F[88]=new A(88,"enable",void 0,[new h(u,void 0,void 0)],O.Pop),A.DISABLE=F[89]=new A(89,"disable",void 0,[new h(u,void 0,void 0)],O.Pop),A.WINDOW_MSG=F[90]=new A(90,"window_msg",void 0,[new h(f,void 0,void 0)],O.Pop),A.ADD_MSG=F[91]=new A(91,"add_msg",void 0,[new h(f,void 0,void 0)],O.Pop),A.MESEND=F[92]=new A(92,"mesend",void 0,[],void 0),A.GETTIME=F[93]=new A(93,"gettime",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(u,void 0,W.Write)]},void 0,void 0)],void 0),A.WINEND=F[94]=new A(94,"winend",void 0,[],void 0),A.UNKNOWN_5F=F[95]=new A(95,"unknown_5f",void 0,[],void 0),A.NPC_CRT_V3=F[96]=new A(96,"npc_crt_v3",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(s,void 0,W.Read)]},void 0,void 0)],void 0),A.NPC_STOP=F[97]=new A(97,"npc_stop",void 0,[new h(u,void 0,void 0)],O.Pop),A.NPC_PLAY=F[98]=new A(98,"npc_play",void 0,[new h(u,void 0,void 0)],O.Pop),A.NPC_KILL=F[99]=new A(99,"npc_kill",void 0,[new h(u,void 0,void 0)],O.Pop),A.NPC_NONT=F[100]=new A(100,"npc_nont",void 0,[],void 0),A.NPC_TALK=F[101]=new A(101,"npc_talk",void 0,[],void 0),A.NPC_CRP_V3=F[102]=new A(102,"npc_crp_v3",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(s,void 0,W.Read),new h(s,void 0,W.Read),new h(s,void 0,W.Read),new h(p,void 0,W.Read),new h(s,void 0,W.Read),new h(s,void 0,W.Read)]},void 0,void 0)],void 0),A.UNKNOWN_67=F[103]=new A(103,"unknown_67",void 0,[],void 0),A.CREATE_PIPE=F[104]=new A(104,"create_pipe",void 0,[new h(u,void 0,void 0)],O.Pop),A.P_HPSTAT_V3=F[105]=new A(105,"p_hpstat_v3",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(s,void 0,W.Read)]},void 0,void 0),new h(u,void 0,void 0)],O.Pop),A.P_DEAD_V3=F[106]=new A(106,"p_dead_v3",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(u,void 0,W.Write)]},void 0,void 0),new h(u,"Player slot.",void 0)],O.Pop),A.P_DISABLEWARP=F[107]=new A(107,"p_disablewarp",void 0,[],void 0),A.P_ENABLEWARP=F[108]=new A(108,"p_enablewarp",void 0,[],void 0),A.P_MOVE_V3=F[109]=new A(109,"p_move_v3",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(s,void 0,W.Read)]},void 0,void 0)],void 0),A.P_LOOK=F[110]=new A(110,"p_look",void 0,[new h(u,void 0,void 0)],O.Pop),A.UNKNOWN_6F=F[111]=new A(111,"unknown_6f",void 0,[],void 0),A.P_ACTION_DISABLE=F[112]=new A(112,"p_action_disable",void 0,[],void 0),A.P_ACTION_ENABLE=F[113]=new A(113,"p_action_enable",void 0,[],void 0),A.DISABLE_MOVEMENT1=F[114]=new A(114,"disable_movement1",void 0,[new h(u,void 0,void 0)],O.Pop),A.ENABLE_MOVEMENT1=F[115]=new A(115,"enable_movement1",void 0,[new h(u,void 0,void 0)],O.Pop),A.P_NONCOL=F[116]=new A(116,"p_noncol",void 0,[],void 0),A.P_COL=F[117]=new A(117,"p_col",void 0,[],void 0),A.P_SETPOS=F[118]=new A(118,"p_setpos","Sets a player's position.",[new h(u,"Player slot.",void 0),new h({kind:_.RegTupRef,register_tuples:[new h(u,"X coordinate.",W.Read),new h(u,"Y coordinate.",W.Read),new h(u,"Z coordinate.",W.Read),new h(u,"Y-axis rotation.",W.Read)]},void 0,void 0)],O.Pop),A.P_RETURN_GUILD=F[119]=new A(119,"p_return_guild",void 0,[],void 0),A.P_TALK_GUILD=F[120]=new A(120,"p_talk_guild",void 0,[new h(u,void 0,void 0)],O.Pop),A.NPC_TALK_PL_V3=F[121]=new A(121,"npc_talk_pl_v3",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(s,void 0,W.Read)]},void 0,void 0)],void 0),A.NPC_TALK_KILL=F[122]=new A(122,"npc_talk_kill",void 0,[new h(u,void 0,void 0)],O.Pop),A.NPC_CRTPK_V3=F[123]=new A(123,"npc_crtpk_v3",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(s,void 0,W.Read)]},void 0,void 0)],void 0),A.NPC_CRPPK_V3=F[124]=new A(124,"npc_crppk_v3",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(s,void 0,W.Read)]},void 0,void 0)],void 0),A.NPC_CRPTALK_V3=F[125]=new A(125,"npc_crptalk_v3",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(s,void 0,W.Read)]},void 0,void 0)],void 0),A.P_LOOK_AT_V1=F[126]=new A(126,"p_look_at_v1",void 0,[new h(u,void 0,void 0),new h(u,void 0,void 0)],O.Pop),A.NPC_CRP_ID_V3=F[127]=new A(127,"npc_crp_id_v3",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(s,void 0,W.Read)]},void 0,void 0)],void 0),A.CAM_QUAKE=F[128]=new A(128,"cam_quake",void 0,[],void 0),A.CAM_ADJ=F[129]=new A(129,"cam_adj",void 0,[],void 0),A.CAM_ZMIN=F[130]=new A(130,"cam_zmin",void 0,[],void 0),A.CAM_ZMOUT=F[131]=new A(131,"cam_zmout",void 0,[],void 0),A.CAM_PAN_V3=F[132]=new A(132,"cam_pan_v3",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(u,void 0,W.Read),new h(u,void 0,W.Read),new h(u,void 0,W.Read),new h(u,void 0,W.Read),new h(u,void 0,W.Read)]},void 0,void 0)],void 0),A.GAME_LEV_SUPER=F[133]=new A(133,"game_lev_super",void 0,[],void 0),A.GAME_LEV_RESET=F[134]=new A(134,"game_lev_reset",void 0,[],void 0),A.POS_PIPE_V3=F[135]=new A(135,"pos_pipe_v3","Create a telepipe at a specific position for the given player slot that takes players back to Pioneer 2 or the Lab.",[new h({kind:_.RegTupRef,register_tuples:[new h(u,"X coordinate.",W.Read),new h(u,"Y coordinate.",W.Read),new h(u,"Z coordinate.",W.Read),new h(u,"Player slot.",W.Read)]},void 0,void 0)],void 0),A.IF_ZONE_CLEAR=F[136]=new A(136,"if_zone_clear",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(u,void 0,W.Write)]},void 0,void 0),new h({kind:_.RegTupRef,register_tuples:[new h(u,void 0,W.Read),new h(u,void 0,W.Read)]},void 0,void 0)],void 0),A.CHK_ENE_NUM=F[137]=new A(137,"chk_ene_num","Retrieves the amount of enemies killed during the quest.",[new h({kind:_.RegTupRef,register_tuples:[new h(u,void 0,W.Write)]},void 0,void 0)],void 0),A.UNHIDE_OBJ=F[138]=new A(138,"unhide_obj",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(u,void 0,W.Read),new h(u,void 0,W.Read),new h(u,void 0,W.Read)]},void 0,void 0)],void 0),A.UNHIDE_ENE=F[139]=new A(139,"unhide_ene",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(u,void 0,W.Read),new h(u,void 0,W.Read),new h(u,void 0,W.Read),new h(u,void 0,W.Read)]},void 0,void 0)],void 0),A.AT_COORDS_CALL=F[140]=new A(140,"at_coords_call",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(u,void 0,W.Read),new h(u,void 0,W.Read),new h(u,void 0,W.Read),new h(u,void 0,W.Read),new h(p,void 0,W.Read)]},void 0,void 0)],void 0),A.AT_COORDS_TALK=F[141]=new A(141,"at_coords_talk",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(u,void 0,W.Read),new h(u,void 0,W.Read),new h(u,void 0,W.Read),new h(u,void 0,W.Read),new h(p,void 0,W.Read)]},void 0,void 0)],void 0),A.COL_NPCIN=F[142]=new A(142,"col_npcin",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(u,void 0,W.Read),new h(u,void 0,W.Read),new h(u,void 0,W.Read),new h(u,void 0,W.Read),new h(p,void 0,W.Read)]},void 0,void 0)],void 0),A.COL_NPCINR=F[143]=new A(143,"col_npcinr",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(s,void 0,W.Read)]},void 0,void 0)],void 0),A.SWITCH_ON=F[144]=new A(144,"switch_on",void 0,[new h(u,void 0,void 0)],O.Pop),A.SWITCH_OFF=F[145]=new A(145,"switch_off",void 0,[new h(u,void 0,void 0)],O.Pop),A.PLAYBGM_EPI=F[146]=new A(146,"playbgm_epi",void 0,[new h(u,void 0,void 0)],O.Pop),A.SET_MAINWARP=F[147]=new A(147,"set_mainwarp",void 0,[new h(u,void 0,void 0)],O.Pop),A.SET_OBJ_PARAM=F[148]=new A(148,"set_obj_param","Creates a targetable object.",[new h({kind:_.RegTupRef,register_tuples:[new h(u,"X coordinate.",W.Read),new h(u,"Y coordinate.",W.Read),new h(u,"Z coordinate.",W.Read),new h(u,"Collision radius.",W.Read),new h(p,"Function label.",W.Read),new h(u,"Vertical position of the cursor.",W.Read)]},void 0,void 0),new h({kind:_.RegTupRef,register_tuples:[new h(s,void 0,W.Write)]},"Object handle.",void 0)],void 0),A.SET_FLOOR_HANDLER=F[149]=new A(149,"set_floor_handler",void 0,[new h(u,"Floor number.",void 0),new h(p,"Handler function label.",void 0)],O.Pop),A.CLR_FLOOR_HANDLER=F[150]=new A(150,"clr_floor_handler",void 0,[new h(u,"Floor number.",void 0)],O.Pop),A.COL_PLINAW=F[151]=new A(151,"col_plinaw",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(s,void 0,W.Read)]},void 0,void 0)],void 0),A.HUD_HIDE=F[152]=new A(152,"hud_hide",void 0,[],void 0),A.HUD_SHOW=F[153]=new A(153,"hud_show",void 0,[],void 0),A.CINE_ENABLE=F[154]=new A(154,"cine_enable",void 0,[],void 0),A.CINE_DISABLE=F[155]=new A(155,"cine_disable",void 0,[],void 0),A.UNKNOWN_9C=F[156]=new A(156,"unknown_9c",void 0,[],void 0),A.UNKNOWN_9D=F[157]=new A(157,"unknown_9d",void 0,[],void 0),A.UNKNOWN_9E=F[158]=new A(158,"unknown_9e",void 0,[],void 0),A.UNKNOWN_9F=F[159]=new A(159,"unknown_9f",void 0,[],void 0),A.UNKNOWN_A0=F[160]=new A(160,"unknown_a0",void 0,[],void 0),A.SET_QT_FAILURE=F[161]=new A(161,"set_qt_failure",void 0,[new h(p,void 0,void 0)],void 0),A.SET_QT_SUCCESS=F[162]=new A(162,"set_qt_success",void 0,[new h(p,void 0,void 0)],void 0),A.CLR_QT_FAILURE=F[163]=new A(163,"clr_qt_failure",void 0,[],void 0),A.CLR_QT_SUCCESS=F[164]=new A(164,"clr_qt_success",void 0,[],void 0),A.SET_QT_CANCEL=F[165]=new A(165,"set_qt_cancel",void 0,[new h(p,void 0,void 0)],void 0),A.CLR_QT_CANCEL=F[166]=new A(166,"clr_qt_cancel",void 0,[],void 0),A.UNKNOWN_A7=F[167]=new A(167,"unknown_a7",void 0,[],void 0),A.PL_WALK_V3=F[168]=new A(168,"pl_walk_v3",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(s,void 0,W.Read)]},void 0,void 0)],void 0),A.UNKNOWN_A9=F[169]=new A(169,"unknown_a9",void 0,[],void 0),A.UNKNOWN_AA=F[170]=new A(170,"unknown_aa",void 0,[],void 0),A.UNKNOWN_AB=F[171]=new A(171,"unknown_ab",void 0,[],void 0),A.UNKNOWN_AC=F[172]=new A(172,"unknown_ac",void 0,[],void 0),A.UNKNOWN_AD=F[173]=new A(173,"unknown_ad",void 0,[],void 0),A.UNKNOWN_AE=F[174]=new A(174,"unknown_ae",void 0,[],void 0),A.UNKNOWN_AF=F[175]=new A(175,"unknown_af",void 0,[],void 0),A.PL_ADD_MESETA=F[176]=new A(176,"pl_add_meseta",void 0,[new h(u,void 0,void 0),new h(u,void 0,void 0)],O.Pop),A.THREAD_STG=F[177]=new A(177,"thread_stg",void 0,[new h(p,void 0,void 0)],void 0),A.DEL_OBJ_PARAM=F[178]=new A(178,"del_obj_param",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(s,void 0,W.Read)]},"Object handle.",void 0)],void 0),A.ITEM_CREATE=F[179]=new A(179,"item_create",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(s,void 0,W.Read)]},void 0,void 0),new h({kind:_.RegTupRef,register_tuples:[new h(s,void 0,W.Read)]},void 0,void 0)],void 0),A.ITEM_CREATE2=F[180]=new A(180,"item_create2",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(s,void 0,W.Read)]},void 0,void 0),new h({kind:_.RegTupRef,register_tuples:[new h(s,void 0,W.Read)]},void 0,void 0)],void 0),A.ITEM_DELETE=F[181]=new A(181,"item_delete",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(s,void 0,W.Read)]},void 0,void 0),new h({kind:_.RegTupRef,register_tuples:[new h(s,void 0,W.Read)]},void 0,void 0)],void 0),A.ITEM_DELETE2=F[182]=new A(182,"item_delete2","Deletes an item from the player's inventory.",[new h({kind:_.RegTupRef,register_tuples:[new h(u,void 0,W.Read),new h(u,void 0,W.Read),new h(u,void 0,W.Read)]},void 0,void 0),new h({kind:_.RegTupRef,register_tuples:[new h(s,void 0,W.Write)]},void 0,void 0)],void 0),A.ITEM_CHECK=F[183]=new A(183,"item_check",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(s,void 0,W.Read)]},void 0,void 0),new h({kind:_.RegTupRef,register_tuples:[new h(s,void 0,W.Read)]},void 0,void 0)],void 0),A.SETEVT=F[184]=new A(184,"setevt",void 0,[new h(u,void 0,void 0)],O.Pop),A.GET_DIFFLVL=F[185]=new A(185,"get_difflvl","Sets the given register to the current difficulty. 0 For normal, 1 for hard and 2 for both very hard and ultimate.\nUse get_difficulty_level2 if you want to differentiate between very hard and ultimate.",[new h({kind:_.RegTupRef,register_tuples:[new h(u,void 0,W.Write)]},void 0,void 0)],void 0),A.SET_QT_EXIT=F[186]=new A(186,"set_qt_exit",void 0,[new h(p,void 0,void 0)],void 0),A.CLR_QT_EXIT=F[187]=new A(187,"clr_qt_exit",void 0,[],void 0),A.UNKNOWN_BC=F[188]=new A(188,"unknown_bc",void 0,[],void 0),A.UNKNOWN_BD=F[189]=new A(189,"unknown_bd",void 0,[],void 0),A.UNKNOWN_BE=F[190]=new A(190,"unknown_be",void 0,[],void 0),A.UNKNOWN_BF=F[191]=new A(191,"unknown_bf",void 0,[],void 0),A.PARTICLE_V3=F[192]=new A(192,"particle_v3",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(s,void 0,W.Read)]},void 0,void 0)],void 0),A.NPC_TEXT=F[193]=new A(193,"npc_text",void 0,[new h(u,void 0,void 0),new h(f,void 0,void 0)],O.Pop),A.NPC_CHKWARP=F[194]=new A(194,"npc_chkwarp",void 0,[],void 0),A.PL_PKOFF=F[195]=new A(195,"pl_pkoff",void 0,[],void 0),A.MAP_DESIGNATE=F[196]=new A(196,"map_designate",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(s,void 0,W.Read)]},void 0,void 0)],void 0),A.MASTERKEY_ON=F[197]=new A(197,"masterkey_on",void 0,[],void 0),A.MASTERKEY_OFF=F[198]=new A(198,"masterkey_off",void 0,[],void 0),A.WINDOW_TIME=F[199]=new A(199,"window_time",void 0,[],void 0),A.WINEND_TIME=F[200]=new A(200,"winend_time",void 0,[],void 0),A.WINSET_TIME=F[201]=new A(201,"winset_time",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(u,void 0,W.Write)]},void 0,void 0)],void 0),A.GETMTIME=F[202]=new A(202,"getmtime",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(s,void 0,W.Write)]},void 0,void 0)],void 0),A.SET_QUEST_BOARD_HANDLER=F[203]=new A(203,"set_quest_board_handler",void 0,[new h(u,void 0,void 0),new h(p,void 0,void 0),new h(f,void 0,void 0)],O.Pop),A.CLEAR_QUEST_BOARD_HANDLER=F[204]=new A(204,"clear_quest_board_handler",void 0,[new h(u,void 0,void 0)],O.Pop),A.PARTICLE_ID_V3=F[205]=new A(205,"particle_id_v3",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(u,void 0,W.Read),new h(u,void 0,W.Read),new h(u,void 0,W.Read),new h(u,void 0,W.Read)]},void 0,void 0)],void 0),A.NPC_CRPTALK_ID_V3=F[206]=new A(206,"npc_crptalk_id_v3",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(s,void 0,W.Read)]},void 0,void 0)],void 0),A.NPC_LANG_CLEAN=F[207]=new A(207,"npc_lang_clean",void 0,[],void 0),A.PL_PKON=F[208]=new A(208,"pl_pkon",void 0,[],void 0),A.PL_CHK_ITEM2=F[209]=new A(209,"pl_chk_item2",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(s,void 0,W.Read)]},void 0,void 0),new h({kind:_.RegTupRef,register_tuples:[new h(s,void 0,W.Read)]},void 0,void 0)],void 0),A.ENABLE_MAINMENU=F[210]=new A(210,"enable_mainmenu",void 0,[],void 0),A.DISABLE_MAINMENU=F[211]=new A(211,"disable_mainmenu",void 0,[],void 0),A.START_BATTLEBGM=F[212]=new A(212,"start_battlebgm",void 0,[],void 0),A.END_BATTLEBGM=F[213]=new A(213,"end_battlebgm",void 0,[],void 0),A.DISP_MSG_QB=F[214]=new A(214,"disp_msg_qb",void 0,[new h(f,void 0,void 0)],O.Pop),A.CLOSE_MSG_QB=F[215]=new A(215,"close_msg_qb",void 0,[],void 0),A.SET_EVENTFLAG_V3=F[216]=new A(216,"set_eventflag_v3",void 0,[new h(u,void 0,void 0),new h(u,void 0,void 0)],O.Pop),A.SYNC_LETI=F[217]=new A(217,"sync_leti",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(u,void 0,W.Write)]},void 0,void 0),new h(u,void 0,void 0)],void 0),A.SET_RETURNHUNTER=F[218]=new A(218,"set_returnhunter",void 0,[],void 0),A.SET_RETURNCITY=F[219]=new A(219,"set_returncity",void 0,[],void 0),A.LOAD_PVR=F[220]=new A(220,"load_pvr",void 0,[],void 0),A.LOAD_MIDI=F[221]=new A(221,"load_midi",void 0,[],void 0),A.UNKNOWN_DE=F[222]=new A(222,"unknown_de",void 0,[],void 0),A.NPC_PARAM_V3=F[223]=new A(223,"npc_param_v3",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(s,void 0,W.Read)]},void 0,void 0),new h(u,void 0,void 0)],O.Pop),A.PAD_DRAGON=F[224]=new A(224,"pad_dragon",void 0,[],void 0),A.CLEAR_MAINWARP=F[225]=new A(225,"clear_mainwarp",void 0,[new h(u,void 0,void 0)],O.Pop),A.PCAM_PARAM_V3=F[226]=new A(226,"pcam_param_v3",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(s,void 0,W.Read)]},void 0,void 0)],void 0),A.START_SETEVT_V3=F[227]=new A(227,"start_setevt_v3",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(s,void 0,W.Read)]},void 0,void 0),new h(u,void 0,void 0)],O.Pop),A.WARP_ON=F[228]=new A(228,"warp_on",void 0,[],void 0),A.WARP_OFF=F[229]=new A(229,"warp_off",void 0,[],void 0),A.GET_SLOTNUMBER=F[230]=new A(230,"get_slotnumber",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(u,void 0,W.Write)]},void 0,void 0)],void 0),A.GET_SERVERNUMBER=F[231]=new A(231,"get_servernumber",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(u,void 0,W.Write)]},void 0,void 0)],void 0),A.SET_EVENTFLAG2=F[232]=new A(232,"set_eventflag2",void 0,[new h(u,void 0,void 0),new h({kind:_.RegTupRef,register_tuples:[new h(s,void 0,W.Read)]},void 0,void 0)],O.Pop),A.RES=F[233]=new A(233,"res",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(s,void 0,W.Read)]},void 0,void 0),new h({kind:_.RegTupRef,register_tuples:[new h(s,void 0,W.Read)]},void 0,void 0)],void 0),A.UNKNOWN_EA=F[234]=new A(234,"unknown_ea",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(s,void 0,W.Read)]},void 0,void 0),new h(u,void 0,void 0)],void 0),A.ENABLE_BGMCTRL=F[235]=new A(235,"enable_bgmctrl",void 0,[new h(u,void 0,void 0)],O.Pop),A.SW_SEND=F[236]=new A(236,"sw_send",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(s,void 0,W.Read)]},void 0,void 0)],void 0),A.CREATE_BGMCTRL=F[237]=new A(237,"create_bgmctrl",void 0,[],void 0),A.PL_ADD_MESETA2=F[238]=new A(238,"pl_add_meseta2",void 0,[new h(u,void 0,void 0)],O.Pop),A.SYNC_REGISTER=F[239]=new A(239,"sync_register",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(u,void 0,W.Write)]},void 0,void 0),new h(u,void 0,void 0)],O.Pop),A.SEND_REGWORK=F[240]=new A(240,"send_regwork",void 0,[],void 0),A.LETI_FIXED_CAMERA_V3=F[241]=new A(241,"leti_fixed_camera_v3",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(u,void 0,W.Read),new h(u,void 0,W.Read),new h(u,void 0,W.Read),new h(u,void 0,W.Read),new h(u,void 0,W.Read),new h(u,void 0,W.Read)]},void 0,void 0)],void 0),A.DEFAULT_CAMERA_POS1=F[242]=new A(242,"default_camera_pos1",void 0,[],void 0),A.UNKNOWN_F3=F[243]=new A(243,"unknown_f3",void 0,[],void 0),A.UNKNOWN_F4=F[244]=new A(244,"unknown_f4",void 0,[],void 0),A.UNKNOWN_F5=F[245]=new A(245,"unknown_f5",void 0,[],void 0),A.UNKNOWN_F6=F[246]=new A(246,"unknown_f6",void 0,[],void 0),A.UNKNOWN_F7=F[247]=new A(247,"unknown_f7",void 0,[],void 0),A.UNKNOWN_F8=F[248]=new A(248,"unknown_f8",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(s,void 0,W.Read)]},void 0,void 0)],void 0),A.UNKNOWN_F9=F[249]=new A(249,"unknown_f9",void 0,[],void 0),A.GET_GC_NUMBER=F[250]=new A(250,"get_gc_number",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(s,void 0,W.Write)]},void 0,void 0)],void 0),A.UNKNOWN_FB=F[251]=new A(251,"unknown_fb",void 0,[new h(a,void 0,void 0)],void 0),A.UNKNOWN_FC=F[252]=new A(252,"unknown_fc",void 0,[],void 0),A.UNKNOWN_FD=F[253]=new A(253,"unknown_fd",void 0,[],void 0),A.UNKNOWN_FE=F[254]=new A(254,"unknown_fe",void 0,[],void 0),A.UNKNOWN_FF=F[255]=new A(255,"unknown_ff",void 0,[],void 0),A.UNKNOWN_F800=F[63488]=new A(63488,"unknown_f800",void 0,[],void 0),A.SET_CHAT_CALLBACK=F[63489]=new A(63489,"set_chat_callback",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(s,void 0,W.Read)]},void 0,void 0),new h(f,void 0,void 0)],O.Pop),A.UNKNOWN_F802=F[63490]=new A(63490,"unknown_f802",void 0,[],void 0),A.UNKNOWN_F803=F[63491]=new A(63491,"unknown_f803",void 0,[],void 0),A.UNKNOWN_F804=F[63492]=new A(63492,"unknown_f804",void 0,[],void 0),A.UNKNOWN_F805=F[63493]=new A(63493,"unknown_f805",void 0,[],void 0),A.UNKNOWN_F806=F[63494]=new A(63494,"unknown_f806",void 0,[],void 0),A.UNKNOWN_F807=F[63495]=new A(63495,"unknown_f807",void 0,[],void 0),A.GET_DIFFICULTY_LEVEL2=F[63496]=new A(63496,"get_difficulty_level2","Sets the given register to the current difficulty. 0 For normal, 1 for hard, 2 for very hard and 3 for ultimate.",[new h({kind:_.RegTupRef,register_tuples:[new h(u,void 0,W.Write)]},void 0,void 0)],void 0),A.GET_NUMBER_OF_PLAYER1=F[63497]=new A(63497,"get_number_of_player1","Set the given register to the current number of players. Either 1, 2, 3 or 4.",[new h({kind:_.RegTupRef,register_tuples:[new h(u,void 0,W.Write)]},void 0,void 0)],void 0),A.GET_COORD_OF_PLAYER=F[63498]=new A(63498,"get_coord_of_player","Retrieves a player's position.",[new h({kind:_.RegTupRef,register_tuples:[new h(u,"X coordinate.",W.Write),new h(u,"Y coordinate.",W.Write),new h(u,"Z coordinate.",W.Write)]},void 0,void 0),new h({kind:_.RegTupRef,register_tuples:[new h(u,"Player slot.",W.Read)]},void 0,void 0)],void 0),A.ENABLE_MAP=F[63499]=new A(63499,"enable_map",void 0,[],void 0),A.DISABLE_MAP=F[63500]=new A(63500,"disable_map",void 0,[],void 0),A.MAP_DESIGNATE_EX=F[63501]=new A(63501,"map_designate_ex",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(u,void 0,W.Read),new h(u,void 0,W.Read),new h(u,void 0,W.Read),new h(u,void 0,W.Read),new h(u,void 0,W.Read)]},void 0,void 0)],void 0),A.UNKNOWN_F80E=F[63502]=new A(63502,"unknown_f80e",void 0,[new h(u,void 0,void 0)],O.Pop),A.UNKNOWN_F80F=F[63503]=new A(63503,"unknown_f80f",void 0,[new h(u,void 0,void 0)],O.Pop),A.BA_INITIAL_FLOOR=F[63504]=new A(63504,"ba_initial_floor",void 0,[new h(u,void 0,void 0)],O.Pop),A.SET_BA_RULES=F[63505]=new A(63505,"set_ba_rules",void 0,[],void 0),A.UNKNOWN_F812=F[63506]=new A(63506,"unknown_f812",void 0,[new h(u,void 0,void 0)],O.Pop),A.UNKNOWN_F813=F[63507]=new A(63507,"unknown_f813",void 0,[new h(u,void 0,void 0)],O.Pop),A.UNKNOWN_F814=F[63508]=new A(63508,"unknown_f814",void 0,[new h(u,void 0,void 0)],O.Pop),A.UNKNOWN_F815=F[63509]=new A(63509,"unknown_f815",void 0,[new h(u,void 0,void 0)],O.Pop),A.UNKNOWN_F816=F[63510]=new A(63510,"unknown_f816",void 0,[new h(u,void 0,void 0)],O.Pop),A.UNKNOWN_F817=F[63511]=new A(63511,"unknown_f817",void 0,[new h(u,void 0,void 0)],O.Pop),A.UNKNOWN_F818=F[63512]=new A(63512,"unknown_f818",void 0,[new h(u,void 0,void 0)],O.Pop),A.UNKNOWN_F819=F[63513]=new A(63513,"unknown_f819",void 0,[new h(u,void 0,void 0)],O.Pop),A.UNKNOWN_F81A=F[63514]=new A(63514,"unknown_f81a",void 0,[new h(u,void 0,void 0)],O.Pop),A.UNKNOWN_F81B=F[63515]=new A(63515,"unknown_f81b",void 0,[new h(u,void 0,void 0)],O.Pop),A.BA_DISP_MSG=F[63516]=new A(63516,"ba_disp_msg",void 0,[new h(f,void 0,void 0)],O.Pop),A.DEATH_LVL_UP=F[63517]=new A(63517,"death_lvl_up",void 0,[new h(u,void 0,void 0)],O.Pop),A.DEATH_TECH_LVL_UP=F[63518]=new A(63518,"death_tech_lvl_up",void 0,[new h(u,void 0,void 0)],O.Pop),A.UNKNOWN_F81F=F[63519]=new A(63519,"unknown_f81f",void 0,[],void 0),A.CMODE_STAGE=F[63520]=new A(63520,"cmode_stage",void 0,[new h(u,void 0,void 0)],O.Pop),A.UNKNOWN_F821=F[63521]=new A(63521,"unknown_f821",void 0,[],void 0),A.UNKNOWN_F822=F[63522]=new A(63522,"unknown_f822",void 0,[],void 0),A.UNKNOWN_F823=F[63523]=new A(63523,"unknown_f823",void 0,[new h(u,void 0,void 0)],O.Pop),A.UNKNOWN_F824=F[63524]=new A(63524,"unknown_f824",void 0,[new h(u,void 0,void 0)],O.Pop),A.EXP_MULTIPLICATION=F[63525]=new A(63525,"exp_multiplication",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(s,void 0,W.Write)]},void 0,void 0)],void 0),A.EXP_DIVISION=F[63526]=new A(63526,"exp_division",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(s,void 0,W.Write)]},void 0,void 0)],void 0),A.GET_USER_IS_DEAD=F[63527]=new A(63527,"get_user_is_dead",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(s,void 0,W.Write)]},void 0,void 0)],void 0),A.GO_FLOOR=F[63528]=new A(63528,"go_floor","Sends a player to the given floor.",[new h({kind:_.RegTupRef,register_tuples:[new h(u,"Player slot.",W.Read)]},void 0,void 0),new h({kind:_.RegTupRef,register_tuples:[new h(u,"Floor ID.",W.Read)]},void 0,void 0)],void 0),A.UNKNOWN_F829=F[63529]=new A(63529,"unknown_f829",void 0,[],void 0),A.UNKNOWN_F82A=F[63530]=new A(63530,"unknown_f82a",void 0,[],void 0),A.UNLOCK_DOOR2=F[63531]=new A(63531,"unlock_door2",void 0,[new h(u,void 0,void 0),new h(u,void 0,void 0)],O.Pop),A.LOCK_DOOR2=F[63532]=new A(63532,"lock_door2",void 0,[new h(u,void 0,void 0),new h(u,void 0,void 0)],O.Pop),A.IF_SWITCH_NOT_PRESSED=F[63533]=new A(63533,"if_switch_not_pressed",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(u,void 0,W.Read),new h(u,void 0,W.Write)]},void 0,void 0)],void 0),A.IF_SWITCH_PRESSED=F[63534]=new A(63534,"if_switch_pressed",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(u,"Floor ID.",W.Read),new h(u,"Switch ID.",W.Read),new h(u,"Will be set to 1 if the switch is pressed, 0 otherwise.",W.Write)]},void 0,void 0)],void 0),A.UNKNOWN_F82F=F[63535]=new A(63535,"unknown_f82f",void 0,[new h(u,void 0,void 0),new h(u,void 0,void 0)],O.Pop),A.CONTROL_DRAGON=F[63536]=new A(63536,"control_dragon",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(u,void 0,W.Read)]},void 0,void 0)],void 0),A.RELEASE_DRAGON=F[63537]=new A(63537,"release_dragon",void 0,[],void 0),A.UNKNOWN_F832=F[63538]=new A(63538,"unknown_f832",void 0,[],void 0),A.UNKNOWN_F833=F[63539]=new A(63539,"unknown_f833",void 0,[],void 0),A.UNKNOWN_F834=F[63540]=new A(63540,"unknown_f834",void 0,[],void 0),A.UNKNOWN_F835=F[63541]=new A(63541,"unknown_f835",void 0,[],void 0),A.UNKNOWN_F836=F[63542]=new A(63542,"unknown_f836",void 0,[],void 0),A.UNKNOWN_F837=F[63543]=new A(63543,"unknown_f837",void 0,[],void 0),A.SHRINK=F[63544]=new A(63544,"shrink",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(u,"Player slot.",W.Read)]},void 0,void 0)],void 0),A.UNSHRINK=F[63545]=new A(63545,"unshrink",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(u,"Player slot.",W.Read)]},void 0,void 0)],void 0),A.UNKNOWN_F83A=F[63546]=new A(63546,"unknown_f83a",void 0,[],void 0),A.UNKNOWN_F83B=F[63547]=new A(63547,"unknown_f83b",void 0,[],void 0),A.DISPLAY_CLOCK2=F[63548]=new A(63548,"display_clock2",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(u,void 0,W.Read)]},void 0,void 0)],void 0),A.UNKNOWN_F83D=F[63549]=new A(63549,"unknown_f83d",void 0,[new h(u,void 0,void 0)],O.Pop),A.DELETE_AREA_TITLE=F[63550]=new A(63550,"delete_area_title",void 0,[new h(u,void 0,void 0)],O.Pop),A.UNKNOWN_F83F=F[63551]=new A(63551,"unknown_f83f",void 0,[],void 0),A.LOAD_NPC_DATA=F[63552]=new A(63552,"load_npc_data",void 0,[],void 0),A.GET_NPC_DATA=F[63553]=new A(63553,"get_npc_data",void 0,[new h(R,void 0,void 0)],void 0),A.UNKNOWN_F842=F[63554]=new A(63554,"unknown_f842",void 0,[],void 0),A.UNKNOWN_F843=F[63555]=new A(63555,"unknown_f843",void 0,[],void 0),A.UNKNOWN_F844=F[63556]=new A(63556,"unknown_f844",void 0,[],void 0),A.UNKNOWN_F845=F[63557]=new A(63557,"unknown_f845",void 0,[],void 0),A.UNKNOWN_F846=F[63558]=new A(63558,"unknown_f846",void 0,[],void 0),A.UNKNOWN_F847=F[63559]=new A(63559,"unknown_f847",void 0,[],void 0),A.GIVE_DAMAGE_SCORE=F[63560]=new A(63560,"give_damage_score",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(u,void 0,W.Write)]},void 0,void 0)],void 0),A.TAKE_DAMAGE_SCORE=F[63561]=new A(63561,"take_damage_score",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(u,void 0,W.Write)]},void 0,void 0)],void 0),A.UNK_SCORE_F84A=F[63562]=new A(63562,"unk_score_f84a",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(u,void 0,W.Write)]},void 0,void 0)],void 0),A.UNK_SCORE_F84B=F[63563]=new A(63563,"unk_score_f84b",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(u,void 0,W.Write)]},void 0,void 0)],void 0),A.KILL_SCORE=F[63564]=new A(63564,"kill_score",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(u,void 0,W.Write)]},void 0,void 0)],void 0),A.DEATH_SCORE=F[63565]=new A(63565,"death_score",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(u,void 0,W.Write)]},void 0,void 0)],void 0),A.UNK_SCORE_F84E=F[63566]=new A(63566,"unk_score_f84e",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(u,void 0,W.Write)]},void 0,void 0)],void 0),A.ENEMY_DEATH_SCORE=F[63567]=new A(63567,"enemy_death_score",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(u,void 0,W.Write)]},void 0,void 0)],void 0),A.MESETA_SCORE=F[63568]=new A(63568,"meseta_score",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(u,void 0,W.Write)]},void 0,void 0)],void 0),A.UNKNOWN_F851=F[63569]=new A(63569,"unknown_f851",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(u,void 0,W.Write)]},void 0,void 0)],void 0),A.UNKNOWN_F852=F[63570]=new A(63570,"unknown_f852",void 0,[new h(u,void 0,void 0)],O.Pop),A.REVERSE_WARPS=F[63571]=new A(63571,"reverse_warps",void 0,[],void 0),A.UNREVERSE_WARPS=F[63572]=new A(63572,"unreverse_warps",void 0,[],void 0),A.SET_ULT_MAP=F[63573]=new A(63573,"set_ult_map",void 0,[],void 0),A.UNSET_ULT_MAP=F[63574]=new A(63574,"unset_ult_map",void 0,[],void 0),A.SET_AREA_TITLE=F[63575]=new A(63575,"set_area_title",void 0,[new h(f,void 0,void 0)],O.Pop),A.UNKNOWN_F858=F[63576]=new A(63576,"unknown_f858",void 0,[],void 0),A.UNKNOWN_F859=F[63577]=new A(63577,"unknown_f859",void 0,[],void 0),A.EQUIP_ITEM=F[63578]=new A(63578,"equip_item",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(u,void 0,W.Read)]},void 0,void 0)],void 0),A.UNEQUIP_ITEM=F[63579]=new A(63579,"unequip_item",void 0,[new h(u,void 0,void 0),new h(u,void 0,void 0)],O.Pop),A.UNKNOWN_F85C=F[63580]=new A(63580,"unknown_f85c",void 0,[],void 0),A.UNKNOWN_F85D=F[63581]=new A(63581,"unknown_f85d",void 0,[],void 0),A.UNKNOWN_F85E=F[63582]=new A(63582,"unknown_f85e",void 0,[new h(u,void 0,void 0)],O.Pop),A.UNKNOWN_F85F=F[63583]=new A(63583,"unknown_f85f",void 0,[new h(u,void 0,void 0)],O.Pop),A.UNKNOWN_F860=F[63584]=new A(63584,"unknown_f860",void 0,[],void 0),A.UNKNOWN_F861=F[63585]=new A(63585,"unknown_f861",void 0,[new h(u,void 0,void 0)],O.Pop),A.UNKNOWN_F862=F[63586]=new A(63586,"unknown_f862",void 0,[],void 0),A.UNKNOWN_F863=F[63587]=new A(63587,"unknown_f863",void 0,[],void 0),A.CMODE_RANK=F[63588]=new A(63588,"cmode_rank",void 0,[new h(u,void 0,void 0),new h(f,void 0,void 0)],O.Pop),A.AWARD_ITEM_NAME=F[63589]=new A(63589,"award_item_name",void 0,[],void 0),A.AWARD_ITEM_SELECT=F[63590]=new A(63590,"award_item_select",void 0,[],void 0),A.AWARD_ITEM_GIVE_TO=F[63591]=new A(63591,"award_item_give_to",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(u,void 0,W.Read)]},void 0,void 0)],void 0),A.UNKNOWN_F868=F[63592]=new A(63592,"unknown_f868",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(s,void 0,W.Write)]},void 0,void 0),new h({kind:_.RegTupRef,register_tuples:[new h(s,void 0,W.Write)]},void 0,void 0)],void 0),A.UNKNOWN_F869=F[63593]=new A(63593,"unknown_f869",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(s,void 0,W.Write)]},void 0,void 0),new h({kind:_.RegTupRef,register_tuples:[new h(s,void 0,W.Write)]},void 0,void 0)],void 0),A.ITEM_CREATE_CMODE=F[63594]=new A(63594,"item_create_cmode",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(s,void 0,W.Write)]},void 0,void 0),new h({kind:_.RegTupRef,register_tuples:[new h(s,void 0,W.Write)]},void 0,void 0)],void 0),A.UNKNOWN_F86B=F[63595]=new A(63595,"unknown_f86b",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(s,void 0,W.Read)]},void 0,void 0)],void 0),A.AWARD_ITEM_OK=F[63596]=new A(63596,"award_item_ok",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(s,void 0,W.Write)]},void 0,void 0)],void 0),A.UNKNOWN_F86D=F[63597]=new A(63597,"unknown_f86d",void 0,[],void 0),A.UNKNOWN_F86E=F[63598]=new A(63598,"unknown_f86e",void 0,[],void 0),A.BA_SET_LIVES=F[63599]=new A(63599,"ba_set_lives",void 0,[new h(u,void 0,void 0)],O.Pop),A.BA_SET_TECH_LVL=F[63600]=new A(63600,"ba_set_tech_lvl",void 0,[new h(u,void 0,void 0)],O.Pop),A.BA_SET_LVL=F[63601]=new A(63601,"ba_set_lvl",void 0,[new h(u,void 0,void 0)],O.Pop),A.BA_SET_TIME_LIMIT=F[63602]=new A(63602,"ba_set_time_limit",void 0,[new h(u,void 0,void 0)],O.Pop),A.BOSS_IS_DEAD=F[63603]=new A(63603,"boss_is_dead",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(s,void 0,W.Write)]},void 0,void 0)],void 0),A.UNKNOWN_F874=F[63604]=new A(63604,"unknown_f874",void 0,[],void 0),A.UNKNOWN_F875=F[63605]=new A(63605,"unknown_f875",void 0,[],void 0),A.UNKNOWN_F876=F[63606]=new A(63606,"unknown_f876",void 0,[],void 0),A.ENABLE_TECHS=F[63607]=new A(63607,"enable_techs","Enables technique use for the given player.",[new h({kind:_.RegTupRef,register_tuples:[new h(u,"Player slot.",W.Read)]},void 0,void 0)],void 0),A.DISABLE_TECHS=F[63608]=new A(63608,"disable_techs","Disables technique use for the given player.",[new h({kind:_.RegTupRef,register_tuples:[new h(u,"Player slot.",W.Read)]},void 0,void 0)],void 0),A.GET_GENDER=F[63609]=new A(63609,"get_gender","Retrieves the player's gender. 0 If male, 1 if female.",[new h({kind:_.RegTupRef,register_tuples:[new h(u,"Player slot.",W.Read)]},void 0,void 0),new h({kind:_.RegTupRef,register_tuples:[new h(u,"Player gender.",W.Write)]},void 0,void 0)],void 0),A.GET_CHARA_CLASS=F[63610]=new A(63610,"get_chara_class","Retrieves the player's race and character class.",[new h({kind:_.RegTupRef,register_tuples:[new h(u,"Player slot.",W.Read)]},void 0,void 0),new h({kind:_.RegTupRef,register_tuples:[new h(u,"Player race. 0 If human, 1 if newman, 2 if cast.",W.Write),new h(u,"Player class. 0 If hunter, 1 if ranger, 2 if force.",W.Write)]},void 0,void 0)],void 0),A.TAKE_SLOT_MESETA=F[63611]=new A(63611,"take_slot_meseta","Takes an amount of meseta from a player's inventory.",[new h({kind:_.RegTupRef,register_tuples:[new h(u,"Player slot.",W.Read),new h(u,"Amount of meseta to take.",W.Read)]},void 0,void 0),new h({kind:_.RegTupRef,register_tuples:[new h(u,"Will be set to 1 if the meseta was taken, 0 otherwise.",W.Write)]},void 0,void 0)],void 0),A.UNKNOWN_F87C=F[63612]=new A(63612,"unknown_f87c",void 0,[],void 0),A.UNKNOWN_F87D=F[63613]=new A(63613,"unknown_f87d",void 0,[],void 0),A.UNKNOWN_F87E=F[63614]=new A(63614,"unknown_f87e",void 0,[],void 0),A.READ_GUILDCARD_FLAG=F[63615]=new A(63615,"read_guildcard_flag",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(s,void 0,W.Write)]},void 0,void 0),new h({kind:_.RegTupRef,register_tuples:[new h(s,void 0,W.Write)]},void 0,void 0)],void 0),A.UNKNOWN_F880=F[63616]=new A(63616,"unknown_f880",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(s,void 0,W.Write)]},void 0,void 0)],void 0),A.GET_PL_NAME=F[63617]=new A(63617,"get_pl_name","Sets the value of to the given player's name.",[new h({kind:_.RegTupRef,register_tuples:[new h(u,"Player slot.",W.Read)]},void 0,void 0)],void 0),A.UNKNOWN_F882=F[63618]=new A(63618,"unknown_f882",void 0,[],void 0),A.UNKNOWN_F883=F[63619]=new A(63619,"unknown_f883",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(s,void 0,W.Write)]},void 0,void 0),new h({kind:_.RegTupRef,register_tuples:[new h(s,void 0,W.Write)]},void 0,void 0)],void 0),A.UNKNOWN_F884=F[63620]=new A(63620,"unknown_f884",void 0,[],void 0),A.UNKNOWN_F885=F[63621]=new A(63621,"unknown_f885",void 0,[],void 0),A.UNKNOWN_F886=F[63622]=new A(63622,"unknown_f886",void 0,[],void 0),A.UNKNOWN_F887=F[63623]=new A(63623,"unknown_f887",void 0,[],void 0),A.UNKNOWN_F888=F[63624]=new A(63624,"unknown_f888",void 0,[],void 0),A.UNKNOWN_F889=F[63625]=new A(63625,"unknown_f889",void 0,[],void 0),A.GET_PLAYER_STATUS=F[63626]=new A(63626,"get_player_status",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(s,void 0,W.Write)]},void 0,void 0),new h({kind:_.RegTupRef,register_tuples:[new h(s,void 0,W.Write)]},void 0,void 0)],void 0),A.SEND_MAIL=F[63627]=new A(63627,"send_mail",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(s,void 0,W.Read)]},void 0,void 0),new h(f,void 0,void 0)],O.Pop),A.ONLINE_CHECK=F[63628]=new A(63628,"online_check",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(s,void 0,W.Write)]},void 0,void 0)],void 0),A.CHL_SET_TIMERECORD=F[63629]=new A(63629,"chl_set_timerecord",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(s,void 0,W.Read)]},void 0,void 0)],void 0),A.CHL_GET_TIMERECORD=F[63630]=new A(63630,"chl_get_timerecord",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(s,void 0,W.Write)]},void 0,void 0)],void 0),A.UNKNOWN_F88F=F[63631]=new A(63631,"unknown_f88f",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(s,void 0,W.Write)]},void 0,void 0)],void 0),A.UNKNOWN_F890=F[63632]=new A(63632,"unknown_f890",void 0,[],void 0),A.LOAD_ENEMY_DATA=F[63633]=new A(63633,"load_enemy_data",void 0,[new h(u,void 0,void 0)],O.Pop),A.GET_PHYSICAL_DATA=F[63634]=new A(63634,"get_physical_data",void 0,[new h(a,void 0,void 0)],void 0),A.GET_ATTACK_DATA=F[63635]=new A(63635,"get_attack_data",void 0,[new h(a,void 0,void 0)],void 0),A.GET_RESIST_DATA=F[63636]=new A(63636,"get_resist_data",void 0,[new h(a,void 0,void 0)],void 0),A.GET_MOVEMENT_DATA=F[63637]=new A(63637,"get_movement_data",void 0,[new h(a,void 0,void 0)],void 0),A.UNKNOWN_F896=F[63638]=new A(63638,"unknown_f896",void 0,[],void 0),A.UNKNOWN_F897=F[63639]=new A(63639,"unknown_f897",void 0,[],void 0),A.SHIFT_LEFT=F[63640]=new A(63640,"shift_left",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(u,void 0,W.Write)]},void 0,void 0),new h({kind:_.RegTupRef,register_tuples:[new h(u,void 0,W.Read)]},void 0,void 0)],void 0),A.SHIFT_RIGHT=F[63641]=new A(63641,"shift_right",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(u,void 0,W.Write)]},void 0,void 0),new h({kind:_.RegTupRef,register_tuples:[new h(u,void 0,W.Read)]},void 0,void 0)],void 0),A.GET_RANDOM=F[63642]=new A(63642,"get_random",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(u,void 0,W.Read),new h(u,void 0,W.Read)]},void 0,void 0),new h({kind:_.RegTupRef,register_tuples:[new h(u,void 0,W.Write)]},void 0,void 0)],void 0),A.RESET_MAP=F[63643]=new A(63643,"reset_map","Sets all registers to 0 and resets the quest.",[],void 0),A.DISP_CHL_RETRY_MENU=F[63644]=new A(63644,"disp_chl_retry_menu",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(s,void 0,W.Write)]},void 0,void 0)],void 0),A.CHL_REVERSER=F[63645]=new A(63645,"chl_reverser",void 0,[],void 0),A.UNKNOWN_F89E=F[63646]=new A(63646,"unknown_f89e",void 0,[new h(u,void 0,void 0)],O.Pop),A.UNKNOWN_F89F=F[63647]=new A(63647,"unknown_f89f",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(s,void 0,W.Write)]},void 0,void 0)],void 0),A.UNKNOWN_F8A0=F[63648]=new A(63648,"unknown_f8a0",void 0,[],void 0),A.UNKNOWN_F8A1=F[63649]=new A(63649,"unknown_f8a1",void 0,[],void 0),A.UNKNOWN_F8A2=F[63650]=new A(63650,"unknown_f8a2",void 0,[],void 0),A.UNKNOWN_F8A3=F[63651]=new A(63651,"unknown_f8a3",void 0,[],void 0),A.UNKNOWN_F8A4=F[63652]=new A(63652,"unknown_f8a4",void 0,[],void 0),A.UNKNOWN_F8A5=F[63653]=new A(63653,"unknown_f8a5",void 0,[],void 0),A.UNKNOWN_F8A6=F[63654]=new A(63654,"unknown_f8a6",void 0,[],void 0),A.UNKNOWN_F8A7=F[63655]=new A(63655,"unknown_f8a7",void 0,[],void 0),A.UNKNOWN_F8A8=F[63656]=new A(63656,"unknown_f8a8",void 0,[new h(u,void 0,void 0)],O.Pop),A.UNKNOWN_F8A9=F[63657]=new A(63657,"unknown_f8a9",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(s,void 0,W.Write)]},void 0,void 0)],void 0),A.UNKNOWN_F8AA=F[63658]=new A(63658,"unknown_f8aa",void 0,[],void 0),A.UNKNOWN_F8AB=F[63659]=new A(63659,"unknown_f8ab",void 0,[],void 0),A.UNKNOWN_F8AC=F[63660]=new A(63660,"unknown_f8ac",void 0,[],void 0),A.GET_NUMBER_OF_PLAYER2=F[63661]=new A(63661,"get_number_of_player2",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(s,void 0,W.Write)]},void 0,void 0)],void 0),A.UNKNOWN_F8AE=F[63662]=new A(63662,"unknown_f8ae",void 0,[],void 0),A.UNKNOWN_F8AF=F[63663]=new A(63663,"unknown_f8af",void 0,[],void 0),A.UNKNOWN_F8B0=F[63664]=new A(63664,"unknown_f8b0",void 0,[],void 0),A.UNKNOWN_F8B1=F[63665]=new A(63665,"unknown_f8b1",void 0,[],void 0),A.UNKNOWN_F8B2=F[63666]=new A(63666,"unknown_f8b2",void 0,[],void 0),A.UNKNOWN_F8B3=F[63667]=new A(63667,"unknown_f8b3",void 0,[],void 0),A.UNKNOWN_F8B4=F[63668]=new A(63668,"unknown_f8b4",void 0,[],void 0),A.UNKNOWN_F8B5=F[63669]=new A(63669,"unknown_f8b5",void 0,[],void 0),A.UNKNOWN_F8B6=F[63670]=new A(63670,"unknown_f8b6",void 0,[],void 0),A.UNKNOWN_F8B7=F[63671]=new A(63671,"unknown_f8b7",void 0,[],void 0),A.UNKNOWN_F8B8=F[63672]=new A(63672,"unknown_f8b8",void 0,[],void 0),A.CHL_RECOVERY=F[63673]=new A(63673,"chl_recovery",void 0,[],void 0),A.UNKNOWN_F8BA=F[63674]=new A(63674,"unknown_f8ba",void 0,[],void 0),A.UNKNOWN_F8BB=F[63675]=new A(63675,"unknown_f8bb",void 0,[],void 0),A.SET_EPISODE=F[63676]=new A(63676,"set_episode",void 0,[new h(u,void 0,void 0)],void 0),A.UNKNOWN_F8BD=F[63677]=new A(63677,"unknown_f8bd",void 0,[],void 0),A.UNKNOWN_F8BE=F[63678]=new A(63678,"unknown_f8be",void 0,[],void 0),A.UNKNOWN_F8BF=F[63679]=new A(63679,"unknown_f8bf",void 0,[],void 0),A.FILE_DL_REQ=F[63680]=new A(63680,"file_dl_req",void 0,[new h(u,void 0,void 0),new h(f,void 0,void 0)],O.Pop),A.GET_DL_STATUS=F[63681]=new A(63681,"get_dl_status",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(s,void 0,W.Write)]},void 0,void 0)],void 0),A.GBA_UNKNOWN4=F[63682]=new A(63682,"gba_unknown4",void 0,[],void 0),A.GET_GBA_STATE=F[63683]=new A(63683,"get_gba_state",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(s,void 0,W.Write)]},void 0,void 0)],void 0),A.UNKNOWN_F8C4=F[63684]=new A(63684,"unknown_f8c4",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(s,void 0,W.Write)]},void 0,void 0)],void 0),A.UNKNOWN_F8C5=F[63685]=new A(63685,"unknown_f8c5",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(s,void 0,W.Write)]},void 0,void 0)],void 0),A.QEXIT=F[63686]=new A(63686,"qexit",void 0,[],void 0),A.USE_ANIMATION=F[63687]=new A(63687,"use_animation",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(u,"Player slot.",W.Read)]},void 0,void 0),new h({kind:_.RegTupRef,register_tuples:[new h(u,"Animation ID.",W.Read),new h(u,"Animation duration in number of frames.",W.Read)]},void 0,void 0)],void 0),A.STOP_ANIMATION=F[63688]=new A(63688,"stop_animation",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(u,"Player slot.",W.Read)]},void 0,void 0)],void 0),A.RUN_TO_COORD=F[63689]=new A(63689,"run_to_coord",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(s,void 0,W.Read)]},void 0,void 0),new h({kind:_.RegTupRef,register_tuples:[new h(s,void 0,W.Read)]},void 0,void 0)],void 0),A.SET_SLOT_INVINCIBLE=F[63690]=new A(63690,"set_slot_invincible",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(u,"Player slot.",W.Read)]},void 0,void 0),new h({kind:_.RegTupRef,register_tuples:[new h(u,void 0,W.Read)]},void 0,void 0)],void 0),A.UNKNOWN_F8CB=F[63691]=new A(63691,"unknown_f8cb",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(s,void 0,W.Read)]},void 0,void 0)],void 0),A.SET_SLOT_POISON=F[63692]=new A(63692,"set_slot_poison",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(u,"Player slot.",W.Read)]},void 0,void 0)],void 0),A.SET_SLOT_PARALYZE=F[63693]=new A(63693,"set_slot_paralyze",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(u,"Player slot.",W.Read)]},void 0,void 0)],void 0),A.SET_SLOT_SHOCK=F[63694]=new A(63694,"set_slot_shock",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(u,"Player slot.",W.Read)]},void 0,void 0)],void 0),A.SET_SLOT_FREEZE=F[63695]=new A(63695,"set_slot_freeze",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(u,"Player slot.",W.Read)]},void 0,void 0)],void 0),A.SET_SLOT_SLOW=F[63696]=new A(63696,"set_slot_slow",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(u,"Player slot.",W.Read)]},void 0,void 0)],void 0),A.SET_SLOT_CONFUSE=F[63697]=new A(63697,"set_slot_confuse",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(u,"Player slot.",W.Read)]},void 0,void 0)],void 0),A.SET_SLOT_SHIFTA=F[63698]=new A(63698,"set_slot_shifta",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(u,"Player slot.",W.Read)]},void 0,void 0)],void 0),A.SET_SLOT_DEBAND=F[63699]=new A(63699,"set_slot_deband",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(u,"Player slot.",W.Read)]},void 0,void 0)],void 0),A.SET_SLOT_JELLEN=F[63700]=new A(63700,"set_slot_jellen",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(u,"Player slot.",W.Read)]},void 0,void 0)],void 0),A.SET_SLOT_ZALURE=F[63701]=new A(63701,"set_slot_zalure",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(u,"Player slot.",W.Read)]},void 0,void 0)],void 0),A.FLETI_FIXED_CAMERA=F[63702]=new A(63702,"fleti_fixed_camera",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(s,void 0,W.Read)]},void 0,void 0)],O.Pop),A.FLETI_LOCKED_CAMERA=F[63703]=new A(63703,"fleti_locked_camera",void 0,[new h(u,void 0,void 0),new h({kind:_.RegTupRef,register_tuples:[new h(s,void 0,W.Read)]},void 0,void 0)],O.Pop),A.DEFAULT_CAMERA_POS2=F[63704]=new A(63704,"default_camera_pos2",void 0,[],void 0),A.SET_MOTION_BLUR=F[63705]=new A(63705,"set_motion_blur",void 0,[],void 0),A.SET_SCREEN_BW=F[63706]=new A(63706,"set_screen_bw",void 0,[],void 0),A.UNKNOWN_F8DB=F[63707]=new A(63707,"unknown_f8db",void 0,[new h(u,void 0,void 0),new h(u,void 0,void 0),new h(u,void 0,void 0),new h(u,void 0,void 0),new h({kind:_.RegTupRef,register_tuples:[new h(s,void 0,W.Read)]},void 0,void 0),new h(a,void 0,void 0)],O.Pop),A.NPC_ACTION_STRING=F[63708]=new A(63708,"npc_action_string",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(u,void 0,W.Read)]},void 0,void 0),new h({kind:_.RegTupRef,register_tuples:[new h(u,void 0,W.Read)]},void 0,void 0),new h(g,void 0,void 0)],void 0),A.GET_PAD_COND=F[63709]=new A(63709,"get_pad_cond",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(s,void 0,W.Write)]},void 0,void 0),new h({kind:_.RegTupRef,register_tuples:[new h(s,void 0,W.Write)]},void 0,void 0)],void 0),A.GET_BUTTON_COND=F[63710]=new A(63710,"get_button_cond",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(s,void 0,W.Write)]},void 0,void 0),new h({kind:_.RegTupRef,register_tuples:[new h(s,void 0,W.Write)]},void 0,void 0)],void 0),A.FREEZE_ENEMIES=F[63711]=new A(63711,"freeze_enemies",void 0,[],void 0),A.UNFREEZE_ENEMIES=F[63712]=new A(63712,"unfreeze_enemies",void 0,[],void 0),A.FREEZE_EVERYTHING=F[63713]=new A(63713,"freeze_everything",void 0,[],void 0),A.UNFREEZE_EVERYTHING=F[63714]=new A(63714,"unfreeze_everything",void 0,[],void 0),A.RESTORE_HP=F[63715]=new A(63715,"restore_hp",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(s,void 0,W.Read)]},void 0,void 0)],void 0),A.RESTORE_TP=F[63716]=new A(63716,"restore_tp",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(s,void 0,W.Read)]},void 0,void 0)],void 0),A.CLOSE_CHAT_BUBBLE=F[63717]=new A(63717,"close_chat_bubble",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(s,void 0,W.Read)]},void 0,void 0)],void 0),A.MOVE_COORDS_OBJECT=F[63718]=new A(63718,"move_coords_object",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(s,void 0,W.Read)]},void 0,void 0),new h({kind:_.RegTupRef,register_tuples:[new h(s,void 0,W.Read)]},void 0,void 0)],void 0),A.AT_COORDS_CALL_EX=F[63719]=new A(63719,"at_coords_call_ex",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(s,void 0,W.Read)]},void 0,void 0),new h({kind:_.RegTupRef,register_tuples:[new h(s,void 0,W.Read)]},void 0,void 0)],void 0),A.UNKNOWN_F8E8=F[63720]=new A(63720,"unknown_f8e8",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(s,void 0,W.Read)]},void 0,void 0),new h({kind:_.RegTupRef,register_tuples:[new h(s,void 0,W.Read)]},void 0,void 0)],void 0),A.UNKNOWN_F8E9=F[63721]=new A(63721,"unknown_f8e9",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(s,void 0,W.Read)]},void 0,void 0),new h({kind:_.RegTupRef,register_tuples:[new h(s,void 0,W.Read)]},void 0,void 0)],void 0),A.UNKNOWN_F8EA=F[63722]=new A(63722,"unknown_f8ea",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(s,void 0,W.Read)]},void 0,void 0),new h({kind:_.RegTupRef,register_tuples:[new h(s,void 0,W.Read)]},void 0,void 0)],void 0),A.UNKNOWN_F8EB=F[63723]=new A(63723,"unknown_f8eb",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(s,void 0,W.Read)]},void 0,void 0),new h({kind:_.RegTupRef,register_tuples:[new h(s,void 0,W.Read)]},void 0,void 0)],void 0),A.UNKNOWN_F8EC=F[63724]=new A(63724,"unknown_f8ec",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(s,void 0,W.Read)]},void 0,void 0),new h({kind:_.RegTupRef,register_tuples:[new h(s,void 0,W.Read)]},void 0,void 0)],void 0),A.ANIMATION_CHECK=F[63725]=new A(63725,"animation_check",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(s,void 0,W.Read)]},void 0,void 0),new h({kind:_.RegTupRef,register_tuples:[new h(s,void 0,W.Read)]},void 0,void 0)],void 0),A.CALL_IMAGE_DATA=F[63726]=new A(63726,"call_image_data",void 0,[new h(u,void 0,void 0),new h(a,void 0,void 0)],O.Pop),A.UNKNOWN_F8EF=F[63727]=new A(63727,"unknown_f8ef",void 0,[],void 0),A.TURN_OFF_BGM_P2=F[63728]=new A(63728,"turn_off_bgm_p2",void 0,[],void 0),A.TURN_ON_BGM_P2=F[63729]=new A(63729,"turn_on_bgm_p2",void 0,[],void 0),A.LOAD_UNK_DATA=F[63730]=new A(63730,"load_unk_data",void 0,[new h(u,void 0,void 0),new h(u,void 0,void 0),new h(u,void 0,void 0),new h(u,void 0,void 0),new h({kind:_.RegTupRef,register_tuples:[new h(s,void 0,W.Read)]},void 0,void 0),new h(R,void 0,void 0)],O.Pop),A.PARTICLE2=F[63731]=new A(63731,"particle2",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(s,void 0,W.Read)]},void 0,void 0),new h(u,void 0,void 0),new h(l,void 0,void 0)],O.Pop),A.UNKNOWN_F8F4=F[63732]=new A(63732,"unknown_f8f4",void 0,[],void 0),A.UNKNOWN_F8F5=F[63733]=new A(63733,"unknown_f8f5",void 0,[],void 0),A.UNKNOWN_F8F6=F[63734]=new A(63734,"unknown_f8f6",void 0,[],void 0),A.UNKNOWN_F8F7=F[63735]=new A(63735,"unknown_f8f7",void 0,[],void 0),A.UNKNOWN_F8F8=F[63736]=new A(63736,"unknown_f8f8",void 0,[],void 0),A.UNKNOWN_F8F9=F[63737]=new A(63737,"unknown_f8f9",void 0,[],void 0),A.UNKNOWN_F8FA=F[63738]=new A(63738,"unknown_f8fa",void 0,[],void 0),A.UNKNOWN_F8FB=F[63739]=new A(63739,"unknown_f8fb",void 0,[],void 0),A.UNKNOWN_F8FC=F[63740]=new A(63740,"unknown_f8fc",void 0,[],void 0),A.UNKNOWN_F8FD=F[63741]=new A(63741,"unknown_f8fd",void 0,[],void 0),A.UNKNOWN_F8FE=F[63742]=new A(63742,"unknown_f8fe",void 0,[],void 0),A.UNKNOWN_F8FF=F[63743]=new A(63743,"unknown_f8ff",void 0,[],void 0),A.UNKNOWN_F900=F[63744]=new A(63744,"unknown_f900",void 0,[],void 0),A.DEC2FLOAT=F[63745]=new A(63745,"dec2float",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(l,void 0,W.Write)]},void 0,void 0),new h({kind:_.RegTupRef,register_tuples:[new h(u,void 0,W.Read)]},void 0,void 0)],void 0),A.FLOAT2DEC=F[63746]=new A(63746,"float2dec",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(u,void 0,W.Write)]},void 0,void 0),new h({kind:_.RegTupRef,register_tuples:[new h(l,void 0,W.Read)]},void 0,void 0)],void 0),A.FLET=F[63747]=new A(63747,"flet",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(l,void 0,W.Write)]},void 0,void 0),new h({kind:_.RegTupRef,register_tuples:[new h(l,void 0,W.Read)]},void 0,void 0)],void 0),A.FLETI=F[63748]=new A(63748,"fleti",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(l,void 0,W.Write)]},void 0,void 0),new h(l,void 0,void 0)],void 0),A.UNKNOWN_F905=F[63749]=new A(63749,"unknown_f905",void 0,[],void 0),A.UNKNOWN_F906=F[63750]=new A(63750,"unknown_f906",void 0,[],void 0),A.UNKNOWN_F907=F[63751]=new A(63751,"unknown_f907",void 0,[],void 0),A.FADD=F[63752]=new A(63752,"fadd",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(l,void 0,W.Write)]},void 0,void 0),new h({kind:_.RegTupRef,register_tuples:[new h(l,void 0,W.Read)]},void 0,void 0)],void 0),A.FADDI=F[63753]=new A(63753,"faddi",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(l,void 0,W.Write)]},void 0,void 0),new h(l,void 0,void 0)],void 0),A.FSUB=F[63754]=new A(63754,"fsub",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(l,void 0,W.Write)]},void 0,void 0),new h({kind:_.RegTupRef,register_tuples:[new h(l,void 0,W.Read)]},void 0,void 0)],void 0),A.FSUBI=F[63755]=new A(63755,"fsubi",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(l,void 0,W.Write)]},void 0,void 0),new h(l,void 0,void 0)],void 0),A.FMUL=F[63756]=new A(63756,"fmul",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(l,void 0,W.Write)]},void 0,void 0),new h({kind:_.RegTupRef,register_tuples:[new h(l,void 0,W.Read)]},void 0,void 0)],void 0),A.FMULI=F[63757]=new A(63757,"fmuli",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(l,void 0,W.Write)]},void 0,void 0),new h(l,void 0,void 0)],void 0),A.FDIV=F[63758]=new A(63758,"fdiv",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(l,void 0,W.Write)]},void 0,void 0),new h({kind:_.RegTupRef,register_tuples:[new h(l,void 0,W.Read)]},void 0,void 0)],void 0),A.FDIVI=F[63759]=new A(63759,"fdivi",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(l,void 0,W.Write)]},void 0,void 0),new h(l,void 0,void 0)],void 0),A.GET_UNKNOWN_COUNT=F[63760]=new A(63760,"get_unknown_count",void 0,[new h(u,void 0,void 0),new h({kind:_.RegTupRef,register_tuples:[new h(u,void 0,W.Write)]},void 0,void 0)],O.Pop),A.GET_STACKABLE_ITEM_COUNT=F[63761]=new A(63761,"get_stackable_item_count",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(u,"Player slot.",W.Read),new h(u,void 0,W.Read),new h(u,void 0,W.Read),new h(u,void 0,W.Read)]},void 0,void 0),new h({kind:_.RegTupRef,register_tuples:[new h(u,void 0,W.Write)]},void 0,void 0)],void 0),A.FREEZE_AND_HIDE_EQUIP=F[63762]=new A(63762,"freeze_and_hide_equip",void 0,[],void 0),A.THAW_AND_SHOW_EQUIP=F[63763]=new A(63763,"thaw_and_show_equip",void 0,[],void 0),A.SET_PALETTEX_CALLBACK=F[63764]=new A(63764,"set_palettex_callback",void 0,[new h(u,"Player slot.",void 0),new h(p,void 0,void 0)],O.Pop),A.ACTIVATE_PALETTEX=F[63765]=new A(63765,"activate_palettex",void 0,[new h(u,"Player slot.",void 0)],O.Pop),A.ENABLE_PALETTEX=F[63766]=new A(63766,"enable_palettex",void 0,[new h(u,"Player slot.",void 0)],O.Pop),A.RESTORE_PALETTEX=F[63767]=new A(63767,"restore_palettex",void 0,[new h(u,"Player slot.",void 0)],O.Pop),A.DISABLE_PALETTEX=F[63768]=new A(63768,"disable_palettex",void 0,[new h(u,"Player slot.",void 0)],O.Pop),A.GET_PALETTEX_ACTIVATED=F[63769]=new A(63769,"get_palettex_activated",void 0,[new h(u,"Player slot.",void 0),new h({kind:_.RegTupRef,register_tuples:[new h(u,void 0,W.Write)]},void 0,void 0)],O.Pop),A.GET_UNKNOWN_PALETTEX_STATUS=F[63770]=new A(63770,"get_unknown_palettex_status",void 0,[new h(u,void 0,void 0),new h({kind:_.RegTupRef,register_tuples:[new h(u,void 0,W.Write)]},void 0,void 0)],O.Pop),A.DISABLE_MOVEMENT2=F[63771]=new A(63771,"disable_movement2",void 0,[new h(u,"Player slot.",void 0)],O.Pop),A.ENABLE_MOVEMENT2=F[63772]=new A(63772,"enable_movement2",void 0,[new h(u,"Player slot.",void 0)],O.Pop),A.GET_TIME_PLAYED=F[63773]=new A(63773,"get_time_played",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(u,void 0,W.Write)]},void 0,void 0)],void 0),A.GET_GUILDCARD_TOTAL=F[63774]=new A(63774,"get_guildcard_total",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(u,void 0,W.Write)]},void 0,void 0)],void 0),A.GET_SLOT_MESETA=F[63775]=new A(63775,"get_slot_meseta",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(u,void 0,W.Write)]},void 0,void 0)],void 0),A.GET_PLAYER_LEVEL=F[63776]=new A(63776,"get_player_level",void 0,[new h(u,"Player slot.",void 0),new h({kind:_.RegTupRef,register_tuples:[new h(u,void 0,W.Write)]},void 0,void 0)],O.Pop),A.GET_SECTION_ID=F[63777]=new A(63777,"get_section_id",void 0,[new h(u,"Player slot.",void 0),new h({kind:_.RegTupRef,register_tuples:[new h(u,void 0,W.Write)]},void 0,void 0)],O.Pop),A.GET_PLAYER_HP=F[63778]=new A(63778,"get_player_hp",void 0,[new h(u,"Player slot.",void 0),new h({kind:_.RegTupRef,register_tuples:[new h(u,"Maximum HP.",W.Write),new h(u,"Current HP.",W.Write),new h(u,"Maximum TP.",W.Write),new h(u,"Current TP.",W.Write)]},void 0,void 0)],O.Pop),A.GET_FLOOR_NUMBER=F[63779]=new A(63779,"get_floor_number",void 0,[new h(u,"Player slot.",void 0),new h({kind:_.RegTupRef,register_tuples:[new h(u,void 0,W.Write)]},void 0,void 0)],O.Pop),A.GET_COORD_PLAYER_DETECT=F[63780]=new A(63780,"get_coord_player_detect",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(s,"Player slot.",W.Read)]},void 0,void 0),new h({kind:_.RegTupRef,register_tuples:[new h(s,void 0,W.Read)]},void 0,void 0)],void 0),A.READ_GLOBAL_FLAG=F[63781]=new A(63781,"read_global_flag",void 0,[new h(u,void 0,void 0),new h({kind:_.RegTupRef,register_tuples:[new h(u,void 0,W.Write)]},void 0,void 0)],O.Pop),A.WRITE_GLOBAL_FLAG=F[63782]=new A(63782,"write_global_flag",void 0,[new h(u,void 0,void 0),new h(u,void 0,void 0)],O.Pop),A.UNKNOWN_F927=F[63783]=new A(63783,"unknown_f927",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(s,void 0,W.Write)]},void 0,void 0),new h({kind:_.RegTupRef,register_tuples:[new h(s,void 0,W.Write)]},void 0,void 0)],void 0),A.FLOOR_PLAYER_DETECT=F[63784]=new A(63784,"floor_player_detect",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(u,void 0,W.Write),new h(u,void 0,W.Write),new h(u,void 0,W.Write),new h(u,void 0,W.Write)]},void 0,void 0)],void 0),A.READ_DISK_FILE=F[63785]=new A(63785,"read_disk_file",void 0,[new h(f,void 0,void 0)],O.Pop),A.OPEN_PACK_SELECT=F[63786]=new A(63786,"open_pack_select",void 0,[],void 0),A.ITEM_SELECT=F[63787]=new A(63787,"item_select",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(s,void 0,W.Write)]},void 0,void 0)],void 0),A.GET_ITEM_ID=F[63788]=new A(63788,"get_item_id",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(s,void 0,W.Write)]},void 0,void 0)],void 0),A.COLOR_CHANGE=F[63789]=new A(63789,"color_change",void 0,[new h(u,void 0,void 0),new h(u,void 0,void 0),new h(u,void 0,void 0),new h(u,void 0,void 0),new h(u,void 0,void 0)],O.Pop),A.SEND_STATISTIC=F[63790]=new A(63790,"send_statistic",void 0,[new h(u,void 0,void 0),new h(u,void 0,void 0),new h(u,void 0,void 0),new h(u,void 0,void 0),new h(u,void 0,void 0),new h(u,void 0,void 0),new h(u,void 0,void 0),new h(u,void 0,void 0)],O.Pop),A.UNKNOWN_F92F=F[63791]=new A(63791,"unknown_f92f",void 0,[new h(u,void 0,void 0),new h(u,void 0,void 0)],O.Pop),A.CHAT_BOX=F[63792]=new A(63792,"chat_box",void 0,[new h(u,void 0,void 0),new h(u,void 0,void 0),new h(u,void 0,void 0),new h(u,void 0,void 0),new h(u,void 0,void 0),new h(f,void 0,void 0)],O.Pop),A.CHAT_BUBBLE=F[63793]=new A(63793,"chat_bubble",void 0,[new h(u,void 0,void 0),new h(f,void 0,void 0)],O.Pop),A.UNKNOWN_F932=F[63794]=new A(63794,"unknown_f932",void 0,[],void 0),A.UNKNOWN_F933=F[63795]=new A(63795,"unknown_f933",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(s,void 0,W.Write)]},void 0,void 0)],void 0),A.SCROLL_TEXT=F[63796]=new A(63796,"scroll_text",void 0,[new h(u,void 0,void 0),new h(u,void 0,void 0),new h(u,void 0,void 0),new h(u,void 0,void 0),new h(u,void 0,void 0),new h(l,void 0,void 0),new h({kind:_.RegTupRef,register_tuples:[new h(u,void 0,W.Write)]},void 0,void 0),new h(f,void 0,void 0)],O.Pop),A.GBA_UNKNOWN1=F[63797]=new A(63797,"gba_unknown1",void 0,[],void 0),A.GBA_UNKNOWN2=F[63798]=new A(63798,"gba_unknown2",void 0,[],void 0),A.GBA_UNKNOWN3=F[63799]=new A(63799,"gba_unknown3",void 0,[],void 0),A.ADD_DAMAGE_TO=F[63800]=new A(63800,"add_damage_to",void 0,[new h(u,void 0,void 0),new h(u,void 0,void 0)],O.Pop),A.ITEM_DELETE3=F[63801]=new A(63801,"item_delete3",void 0,[new h(u,void 0,void 0)],O.Pop),A.GET_ITEM_INFO=F[63802]=new A(63802,"get_item_info",void 0,[new h(u,void 0,void 0),new h({kind:_.RegTupRef,register_tuples:[new h(s,void 0,W.Write)]},void 0,void 0)],O.Pop),A.ITEM_PACKING1=F[63803]=new A(63803,"item_packing1",void 0,[new h(u,void 0,void 0)],O.Pop),A.ITEM_PACKING2=F[63804]=new A(63804,"item_packing2",void 0,[new h(u,void 0,void 0),new h(u,void 0,void 0)],O.Pop),A.GET_LANG_SETTING=F[63805]=new A(63805,"get_lang_setting",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(s,void 0,W.Write)]},void 0,void 0)],O.Pop),A.PREPARE_STATISTIC=F[63806]=new A(63806,"prepare_statistic",void 0,[new h(u,void 0,void 0),new h(p,void 0,void 0),new h(p,void 0,void 0)],O.Pop),A.KEYWORD_DETECT=F[63807]=new A(63807,"keyword_detect",void 0,[],void 0),A.KEYWORD=F[63808]=new A(63808,"keyword",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(u,void 0,W.Write)]},void 0,void 0),new h(u,"Player slot.",void 0),new h(f,void 0,void 0)],O.Pop),A.GET_GUILDCARD_NUM=F[63809]=new A(63809,"get_guildcard_num",void 0,[new h(u,"Player slot.",void 0),new h({kind:_.RegTupRef,register_tuples:[new h(u,void 0,W.Write)]},void 0,void 0)],O.Pop),A.UNKNOWN_F942=F[63810]=new A(63810,"unknown_f942",void 0,[],void 0),A.UNKNOWN_F943=F[63811]=new A(63811,"unknown_f943",void 0,[],void 0),A.GET_WRAP_STATUS=F[63812]=new A(63812,"get_wrap_status",void 0,[new h(u,"Player slot.",void 0),new h({kind:_.RegTupRef,register_tuples:[new h(u,void 0,W.Write)]},void 0,void 0)],O.Pop),A.INITIAL_FLOOR=F[63813]=new A(63813,"initial_floor",void 0,[new h(u,void 0,void 0)],O.Pop),A.SIN=F[63814]=new A(63814,"sin",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(u,void 0,W.Write)]},void 0,void 0),new h(u,void 0,void 0)],O.Pop),A.COS=F[63815]=new A(63815,"cos",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(u,void 0,W.Write)]},void 0,void 0),new h(u,void 0,void 0)],O.Pop),A.UNKNOWN_F948=F[63816]=new A(63816,"unknown_f948",void 0,[],void 0),A.UNKNOWN_F949=F[63817]=new A(63817,"unknown_f949",void 0,[],void 0),A.BOSS_IS_DEAD2=F[63818]=new A(63818,"boss_is_dead2",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(u,void 0,W.Write)]},void 0,void 0)],void 0),A.UNKNOWN_F94B=F[63819]=new A(63819,"unknown_f94b",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(u,void 0,W.Write)]},void 0,void 0)],void 0),A.UNKNOWN_F94C=F[63820]=new A(63820,"unknown_f94c",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(u,void 0,W.Write)]},void 0,void 0)],void 0),A.IS_THERE_CARDBATTLE=F[63821]=new A(63821,"is_there_cardbattle",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(u,void 0,W.Write)]},void 0,void 0)],void 0),A.UNKNOWN_F94E=F[63822]=new A(63822,"unknown_f94e",void 0,[],void 0),A.UNKNOWN_F94F=F[63823]=new A(63823,"unknown_f94f",void 0,[],void 0),A.BB_P2_MENU=F[63824]=new A(63824,"bb_p2_menu",void 0,[new h(u,void 0,void 0)],O.Pop),A.BB_MAP_DESIGNATE=F[63825]=new A(63825,"bb_map_designate",void 0,[new h(r,void 0,void 0),new h(a,void 0,void 0),new h(r,void 0,void 0),new h(r,void 0,void 0)],void 0),A.BB_GET_NUMBER_IN_PACK=F[63826]=new A(63826,"bb_get_number_in_pack",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(u,void 0,W.Write)]},void 0,void 0)],void 0),A.BB_SWAP_ITEM=F[63827]=new A(63827,"bb_swap_item",void 0,[new h(u,void 0,void 0),new h(u,void 0,void 0),new h(u,void 0,void 0),new h(u,void 0,void 0),new h(u,void 0,void 0),new h(u,void 0,void 0),new h(p,void 0,void 0),new h(p,void 0,void 0)],O.Pop),A.BB_CHECK_WRAP=F[63828]=new A(63828,"bb_check_wrap",void 0,[new h(u,void 0,void 0),new h({kind:_.RegTupRef,register_tuples:[new h(u,void 0,W.Write)]},void 0,void 0)],O.Pop),A.BB_EXCHANGE_PD_ITEM=F[63829]=new A(63829,"bb_exchange_pd_item",void 0,[new h(u,void 0,void 0),new h(u,void 0,void 0),new h(u,void 0,void 0),new h(p,void 0,void 0),new h(p,void 0,void 0)],O.Pop),A.BB_EXCHANGE_PD_SRANK=F[63830]=new A(63830,"bb_exchange_pd_srank",void 0,[new h(u,void 0,void 0),new h(u,void 0,void 0),new h(u,void 0,void 0),new h(u,void 0,void 0),new h(u,void 0,void 0),new h(p,void 0,void 0),new h(p,void 0,void 0)],O.Pop),A.BB_EXCHANGE_PD_SPECIAL=F[63831]=new A(63831,"bb_exchange_pd_special",void 0,[new h(u,void 0,void 0),new h(u,void 0,void 0),new h(u,void 0,void 0),new h(u,void 0,void 0),new h(u,void 0,void 0),new h(u,void 0,void 0),new h(p,void 0,void 0),new h(p,void 0,void 0)],O.Pop),A.BB_EXCHANGE_PD_PERCENT=F[63832]=new A(63832,"bb_exchange_pd_percent",void 0,[new h(u,void 0,void 0),new h(u,void 0,void 0),new h(u,void 0,void 0),new h(u,void 0,void 0),new h(u,void 0,void 0),new h(u,void 0,void 0),new h(p,void 0,void 0),new h(p,void 0,void 0)],O.Pop),A.UNKNOWN_F959=F[63833]=new A(63833,"unknown_f959",void 0,[new h(u,void 0,void 0)],O.Pop),A.UNKNOWN_F95A=F[63834]=new A(63834,"unknown_f95a",void 0,[],void 0),A.UNKNOWN_F95B=F[63835]=new A(63835,"unknown_f95b",void 0,[],void 0),A.BB_EXCHANGE_SLT=F[63836]=new A(63836,"bb_exchange_slt",void 0,[new h(u,void 0,void 0),new h({kind:_.RegTupRef,register_tuples:[new h(u,void 0,W.Write)]},void 0,void 0),new h(p,void 0,void 0),new h(p,void 0,void 0)],O.Pop),A.BB_EXCHANGE_PC=F[63837]=new A(63837,"bb_exchange_pc",void 0,[],void 0),A.BB_BOX_CREATE_BP=F[63838]=new A(63838,"bb_box_create_bp",void 0,[new h(u,void 0,void 0),new h(l,void 0,void 0),new h(l,void 0,void 0)],O.Pop),A.BB_EXCHANGE_PT=F[63839]=new A(63839,"bb_exchange_pt",void 0,[new h({kind:_.RegTupRef,register_tuples:[new h(u,void 0,W.Write)]},void 0,void 0),new h({kind:_.RegTupRef,register_tuples:[new h(u,void 0,W.Write)]},void 0,void 0),new h(u,void 0,void 0),new h(p,void 0,void 0),new h(p,void 0,void 0)],O.Pop),A.UNKNOWN_F960=F[63840]=new A(63840,"unknown_f960",void 0,[new h(u,void 0,void 0)],O.Pop),A.UNKNOWN_F961=F[63841]=new A(63841,"unknown_f961",void 0,[],void 0),A.UNKNOWN_F962=F[63842]=new A(63842,"unknown_f962",void 0,[],void 0),A.UNKNOWN_F963=F[63843]=new A(63843,"unknown_f963",void 0,[],void 0),A.UNKNOWN_F964=F[63844]=new A(63844,"unknown_f964",void 0,[],void 0),A.UNKNOWN_F965=F[63845]=new A(63845,"unknown_f965",void 0,[],void 0),A.UNKNOWN_F966=F[63846]=new A(63846,"unknown_f966",void 0,[],void 0),A.UNKNOWN_F967=F[63847]=new A(63847,"unknown_f967",void 0,[],void 0),A.UNKNOWN_F968=F[63848]=new A(63848,"unknown_f968",void 0,[],void 0),A.UNKNOWN_F969=F[63849]=new A(63849,"unknown_f969",void 0,[],void 0),A.UNKNOWN_F96A=F[63850]=new A(63850,"unknown_f96a",void 0,[],void 0),A.UNKNOWN_F96B=F[63851]=new A(63851,"unknown_f96b",void 0,[],void 0),A.UNKNOWN_F96C=F[63852]=new A(63852,"unknown_f96c",void 0,[],void 0),A.UNKNOWN_F96D=F[63853]=new A(63853,"unknown_f96d",void 0,[],void 0),A.UNKNOWN_F96E=F[63854]=new A(63854,"unknown_f96e",void 0,[],void 0),A.UNKNOWN_F96F=F[63855]=new A(63855,"unknown_f96f",void 0,[],void 0),A.UNKNOWN_F970=F[63856]=new A(63856,"unknown_f970",void 0,[],void 0),A.UNKNOWN_F971=F[63857]=new A(63857,"unknown_f971",void 0,[],void 0),A.UNKNOWN_F972=F[63858]=new A(63858,"unknown_f972",void 0,[],void 0),A.UNKNOWN_F973=F[63859]=new A(63859,"unknown_f973",void 0,[],void 0),A.UNKNOWN_F974=F[63860]=new A(63860,"unknown_f974",void 0,[],void 0),A.UNKNOWN_F975=F[63861]=new A(63861,"unknown_f975",void 0,[],void 0),A.UNKNOWN_F976=F[63862]=new A(63862,"unknown_f976",void 0,[],void 0),A.UNKNOWN_F977=F[63863]=new A(63863,"unknown_f977",void 0,[],void 0),A.UNKNOWN_F978=F[63864]=new A(63864,"unknown_f978",void 0,[],void 0),A.UNKNOWN_F979=F[63865]=new A(63865,"unknown_f979",void 0,[],void 0),A.UNKNOWN_F97A=F[63866]=new A(63866,"unknown_f97a",void 0,[],void 0),A.UNKNOWN_F97B=F[63867]=new A(63867,"unknown_f97b",void 0,[],void 0),A.UNKNOWN_F97C=F[63868]=new A(63868,"unknown_f97c",void 0,[],void 0),A.UNKNOWN_F97D=F[63869]=new A(63869,"unknown_f97d",void 0,[],void 0),A.UNKNOWN_F97E=F[63870]=new A(63870,"unknown_f97e",void 0,[],void 0),A.UNKNOWN_F97F=F[63871]=new A(63871,"unknown_f97f",void 0,[],void 0),A.UNKNOWN_F980=F[63872]=new A(63872,"unknown_f980",void 0,[],void 0),A.UNKNOWN_F981=F[63873]=new A(63873,"unknown_f981",void 0,[],void 0),A.UNKNOWN_F982=F[63874]=new A(63874,"unknown_f982",void 0,[],void 0),A.UNKNOWN_F983=F[63875]=new A(63875,"unknown_f983",void 0,[],void 0),A.UNKNOWN_F984=F[63876]=new A(63876,"unknown_f984",void 0,[],void 0),A.UNKNOWN_F985=F[63877]=new A(63877,"unknown_f985",void 0,[],void 0),A.UNKNOWN_F986=F[63878]=new A(63878,"unknown_f986",void 0,[],void 0),A.UNKNOWN_F987=F[63879]=new A(63879,"unknown_f987",void 0,[],void 0),A.UNKNOWN_F988=F[63880]=new A(63880,"unknown_f988",void 0,[],void 0),A.UNKNOWN_F989=F[63881]=new A(63881,"unknown_f989",void 0,[],void 0),A.UNKNOWN_F98A=F[63882]=new A(63882,"unknown_f98a",void 0,[],void 0),A.UNKNOWN_F98B=F[63883]=new A(63883,"unknown_f98b",void 0,[],void 0),A.UNKNOWN_F98C=F[63884]=new A(63884,"unknown_f98c",void 0,[],void 0),A.UNKNOWN_F98D=F[63885]=new A(63885,"unknown_f98d",void 0,[],void 0),A.UNKNOWN_F98E=F[63886]=new A(63886,"unknown_f98e",void 0,[],void 0),A.UNKNOWN_F98F=F[63887]=new A(63887,"unknown_f98f",void 0,[],void 0),A.UNKNOWN_F990=F[63888]=new A(63888,"unknown_f990",void 0,[],void 0),A.UNKNOWN_F991=F[63889]=new A(63889,"unknown_f991",void 0,[],void 0),A.UNKNOWN_F992=F[63890]=new A(63890,"unknown_f992",void 0,[],void 0),A.UNKNOWN_F993=F[63891]=new A(63891,"unknown_f993",void 0,[],void 0),A.UNKNOWN_F994=F[63892]=new A(63892,"unknown_f994",void 0,[],void 0),A.UNKNOWN_F995=F[63893]=new A(63893,"unknown_f995",void 0,[],void 0),A.UNKNOWN_F996=F[63894]=new A(63894,"unknown_f996",void 0,[],void 0),A.UNKNOWN_F997=F[63895]=new A(63895,"unknown_f997",void 0,[],void 0),A.UNKNOWN_F998=F[63896]=new A(63896,"unknown_f998",void 0,[],void 0),A.UNKNOWN_F999=F[63897]=new A(63897,"unknown_f999",void 0,[],void 0),A.UNKNOWN_F99A=F[63898]=new A(63898,"unknown_f99a",void 0,[],void 0),A.UNKNOWN_F99B=F[63899]=new A(63899,"unknown_f99b",void 0,[],void 0),A.UNKNOWN_F99C=F[63900]=new A(63900,"unknown_f99c",void 0,[],void 0),A.UNKNOWN_F99D=F[63901]=new A(63901,"unknown_f99d",void 0,[],void 0),A.UNKNOWN_F99E=F[63902]=new A(63902,"unknown_f99e",void 0,[],void 0),A.UNKNOWN_F99F=F[63903]=new A(63903,"unknown_f99f",void 0,[],void 0),A.UNKNOWN_F9A0=F[63904]=new A(63904,"unknown_f9a0",void 0,[],void 0),A.UNKNOWN_F9A1=F[63905]=new A(63905,"unknown_f9a1",void 0,[],void 0),A.UNKNOWN_F9A2=F[63906]=new A(63906,"unknown_f9a2",void 0,[],void 0),A.UNKNOWN_F9A3=F[63907]=new A(63907,"unknown_f9a3",void 0,[],void 0),A.UNKNOWN_F9A4=F[63908]=new A(63908,"unknown_f9a4",void 0,[],void 0),A.UNKNOWN_F9A5=F[63909]=new A(63909,"unknown_f9a5",void 0,[],void 0),A.UNKNOWN_F9A6=F[63910]=new A(63910,"unknown_f9a6",void 0,[],void 0),A.UNKNOWN_F9A7=F[63911]=new A(63911,"unknown_f9a7",void 0,[],void 0),A.UNKNOWN_F9A8=F[63912]=new A(63912,"unknown_f9a8",void 0,[],void 0),A.UNKNOWN_F9A9=F[63913]=new A(63913,"unknown_f9a9",void 0,[],void 0),A.UNKNOWN_F9AA=F[63914]=new A(63914,"unknown_f9aa",void 0,[],void 0),A.UNKNOWN_F9AB=F[63915]=new A(63915,"unknown_f9ab",void 0,[],void 0),A.UNKNOWN_F9AC=F[63916]=new A(63916,"unknown_f9ac",void 0,[],void 0),A.UNKNOWN_F9AD=F[63917]=new A(63917,"unknown_f9ad",void 0,[],void 0),A.UNKNOWN_F9AE=F[63918]=new A(63918,"unknown_f9ae",void 0,[],void 0),A.UNKNOWN_F9AF=F[63919]=new A(63919,"unknown_f9af",void 0,[],void 0),A.UNKNOWN_F9B0=F[63920]=new A(63920,"unknown_f9b0",void 0,[],void 0),A.UNKNOWN_F9B1=F[63921]=new A(63921,"unknown_f9b1",void 0,[],void 0),A.UNKNOWN_F9B2=F[63922]=new A(63922,"unknown_f9b2",void 0,[],void 0),A.UNKNOWN_F9B3=F[63923]=new A(63923,"unknown_f9b3",void 0,[],void 0),A.UNKNOWN_F9B4=F[63924]=new A(63924,"unknown_f9b4",void 0,[],void 0),A.UNKNOWN_F9B5=F[63925]=new A(63925,"unknown_f9b5",void 0,[],void 0),A.UNKNOWN_F9B6=F[63926]=new A(63926,"unknown_f9b6",void 0,[],void 0),A.UNKNOWN_F9B7=F[63927]=new A(63927,"unknown_f9b7",void 0,[],void 0),A.UNKNOWN_F9B8=F[63928]=new A(63928,"unknown_f9b8",void 0,[],void 0),A.UNKNOWN_F9B9=F[63929]=new A(63929,"unknown_f9b9",void 0,[],void 0),A.UNKNOWN_F9BA=F[63930]=new A(63930,"unknown_f9ba",void 0,[],void 0),A.UNKNOWN_F9BB=F[63931]=new A(63931,"unknown_f9bb",void 0,[],void 0),A.UNKNOWN_F9BC=F[63932]=new A(63932,"unknown_f9bc",void 0,[],void 0),A.UNKNOWN_F9BD=F[63933]=new A(63933,"unknown_f9bd",void 0,[],void 0),A.UNKNOWN_F9BE=F[63934]=new A(63934,"unknown_f9be",void 0,[],void 0),A.UNKNOWN_F9BF=F[63935]=new A(63935,"unknown_f9bf",void 0,[],void 0),A.UNKNOWN_F9C0=F[63936]=new A(63936,"unknown_f9c0",void 0,[],void 0),A.UNKNOWN_F9C1=F[63937]=new A(63937,"unknown_f9c1",void 0,[],void 0),A.UNKNOWN_F9C2=F[63938]=new A(63938,"unknown_f9c2",void 0,[],void 0),A.UNKNOWN_F9C3=F[63939]=new A(63939,"unknown_f9c3",void 0,[],void 0),A.UNKNOWN_F9C4=F[63940]=new A(63940,"unknown_f9c4",void 0,[],void 0),A.UNKNOWN_F9C5=F[63941]=new A(63941,"unknown_f9c5",void 0,[],void 0),A.UNKNOWN_F9C6=F[63942]=new A(63942,"unknown_f9c6",void 0,[],void 0),A.UNKNOWN_F9C7=F[63943]=new A(63943,"unknown_f9c7",void 0,[],void 0),A.UNKNOWN_F9C8=F[63944]=new A(63944,"unknown_f9c8",void 0,[],void 0),A.UNKNOWN_F9C9=F[63945]=new A(63945,"unknown_f9c9",void 0,[],void 0),A.UNKNOWN_F9CA=F[63946]=new A(63946,"unknown_f9ca",void 0,[],void 0),A.UNKNOWN_F9CB=F[63947]=new A(63947,"unknown_f9cb",void 0,[],void 0),A.UNKNOWN_F9CC=F[63948]=new A(63948,"unknown_f9cc",void 0,[],void 0),A.UNKNOWN_F9CD=F[63949]=new A(63949,"unknown_f9cd",void 0,[],void 0),A.UNKNOWN_F9CE=F[63950]=new A(63950,"unknown_f9ce",void 0,[],void 0),A.UNKNOWN_F9CF=F[63951]=new A(63951,"unknown_f9cf",void 0,[],void 0),A.UNKNOWN_F9D0=F[63952]=new A(63952,"unknown_f9d0",void 0,[],void 0),A.UNKNOWN_F9D1=F[63953]=new A(63953,"unknown_f9d1",void 0,[],void 0),A.UNKNOWN_F9D2=F[63954]=new A(63954,"unknown_f9d2",void 0,[],void 0),A.UNKNOWN_F9D3=F[63955]=new A(63955,"unknown_f9d3",void 0,[],void 0),A.UNKNOWN_F9D4=F[63956]=new A(63956,"unknown_f9d4",void 0,[],void 0),A.UNKNOWN_F9D5=F[63957]=new A(63957,"unknown_f9d5",void 0,[],void 0),A.UNKNOWN_F9D6=F[63958]=new A(63958,"unknown_f9d6",void 0,[],void 0),A.UNKNOWN_F9D7=F[63959]=new A(63959,"unknown_f9d7",void 0,[],void 0),A.UNKNOWN_F9D8=F[63960]=new A(63960,"unknown_f9d8",void 0,[],void 0),A.UNKNOWN_F9D9=F[63961]=new A(63961,"unknown_f9d9",void 0,[],void 0),A.UNKNOWN_F9DA=F[63962]=new A(63962,"unknown_f9da",void 0,[],void 0),A.UNKNOWN_F9DB=F[63963]=new A(63963,"unknown_f9db",void 0,[],void 0),A.UNKNOWN_F9DC=F[63964]=new A(63964,"unknown_f9dc",void 0,[],void 0),A.UNKNOWN_F9DD=F[63965]=new A(63965,"unknown_f9dd",void 0,[],void 0),A.UNKNOWN_F9DE=F[63966]=new A(63966,"unknown_f9de",void 0,[],void 0),A.UNKNOWN_F9DF=F[63967]=new A(63967,"unknown_f9df",void 0,[],void 0),A.UNKNOWN_F9E0=F[63968]=new A(63968,"unknown_f9e0",void 0,[],void 0),A.UNKNOWN_F9E1=F[63969]=new A(63969,"unknown_f9e1",void 0,[],void 0),A.UNKNOWN_F9E2=F[63970]=new A(63970,"unknown_f9e2",void 0,[],void 0),A.UNKNOWN_F9E3=F[63971]=new A(63971,"unknown_f9e3",void 0,[],void 0),A.UNKNOWN_F9E4=F[63972]=new A(63972,"unknown_f9e4",void 0,[],void 0),A.UNKNOWN_F9E5=F[63973]=new A(63973,"unknown_f9e5",void 0,[],void 0),A.UNKNOWN_F9E6=F[63974]=new A(63974,"unknown_f9e6",void 0,[],void 0),A.UNKNOWN_F9E7=F[63975]=new A(63975,"unknown_f9e7",void 0,[],void 0),A.UNKNOWN_F9E8=F[63976]=new A(63976,"unknown_f9e8",void 0,[],void 0),A.UNKNOWN_F9E9=F[63977]=new A(63977,"unknown_f9e9",void 0,[],void 0),A.UNKNOWN_F9EA=F[63978]=new A(63978,"unknown_f9ea",void 0,[],void 0),A.UNKNOWN_F9EB=F[63979]=new A(63979,"unknown_f9eb",void 0,[],void 0),A.UNKNOWN_F9EC=F[63980]=new A(63980,"unknown_f9ec",void 0,[],void 0),A.UNKNOWN_F9ED=F[63981]=new A(63981,"unknown_f9ed",void 0,[],void 0),A.UNKNOWN_F9EE=F[63982]=new A(63982,"unknown_f9ee",void 0,[],void 0),A.UNKNOWN_F9EF=F[63983]=new A(63983,"unknown_f9ef",void 0,[],void 0),A.UNKNOWN_F9F0=F[63984]=new A(63984,"unknown_f9f0",void 0,[],void 0),A.UNKNOWN_F9F1=F[63985]=new A(63985,"unknown_f9f1",void 0,[],void 0),A.UNKNOWN_F9F2=F[63986]=new A(63986,"unknown_f9f2",void 0,[],void 0),A.UNKNOWN_F9F3=F[63987]=new A(63987,"unknown_f9f3",void 0,[],void 0),A.UNKNOWN_F9F4=F[63988]=new A(63988,"unknown_f9f4",void 0,[],void 0),A.UNKNOWN_F9F5=F[63989]=new A(63989,"unknown_f9f5",void 0,[],void 0),A.UNKNOWN_F9F6=F[63990]=new A(63990,"unknown_f9f6",void 0,[],void 0),A.UNKNOWN_F9F7=F[63991]=new A(63991,"unknown_f9f7",void 0,[],void 0),A.UNKNOWN_F9F8=F[63992]=new A(63992,"unknown_f9f8",void 0,[],void 0),A.UNKNOWN_F9F9=F[63993]=new A(63993,"unknown_f9f9",void 0,[],void 0),A.UNKNOWN_F9FA=F[63994]=new A(63994,"unknown_f9fa",void 0,[],void 0),A.UNKNOWN_F9FB=F[63995]=new A(63995,"unknown_f9fb",void 0,[],void 0),A.UNKNOWN_F9FC=F[63996]=new A(63996,"unknown_f9fc",void 0,[],void 0),A.UNKNOWN_F9FD=F[63997]=new A(63997,"unknown_f9fd",void 0,[],void 0),A.UNKNOWN_F9FE=F[63998]=new A(63998,"unknown_f9fe",void 0,[],void 0),A.UNKNOWN_F9FF=F[63999]=new A(63999,"unknown_f9ff",void 0,[],void 0),F.forEach(e=>{U.set(e.mnemonic,e)});class P{constructor(e,i){this.opcode=e,this.args=i,this.arg_size=0,this.param_to_args=[];const o=Math.min(e.params.length,i.length);for(let n=0;n0){const e=this.tokens.shift();switch(e.type){case t.Label:this.parse_label(e);break;case t.CodeSection:case t.DataSection:case t.StringSection:this.parse_section(e);break;case t.Int:this.section===K.Data?this.parse_bytes(e):this.add_error({col:e.col,length:e.len,message:"Unexpected token."});break;case t.String:this.section===K.String?this.parse_string(e):this.add_error({col:e.col,length:e.len,message:"Unexpected token."});break;case t.Ident:this.section===K.Instructions?this.parse_instruction(e):this.add_error({col:e.col,length:e.len,message:"Unexpected token."});break;case t.InvalidSection:this.add_error({col:e.col,length:e.len,message:"Invalid section type."});break;case t.InvalidIdent:this.add_error({col:e.col,length:e.len,message:"Invalid identifier."});break;default:this.add_error({col:e.col,length:e.len,message:"Unexpected token."})}}this.line_no++}return{object_code:this.object_code,warnings:this.warnings,errors:this.errors}}add_instruction(e,i){if(this.segment)this.segment.type===K.Instructions?this.segment.instructions.push(new P(e,i)):m.error(`Line ${this.line_no}: Expected instructions segment.`);else{const e={labels:[],type:K.Instructions,instructions:[]};this.segment=e,this.object_code.push(e)}}add_bytes(e){if(this.segment)if(this.segment.type===K.Data){const i=new ArrayBuffer(this.segment.data.byteLength+e.length),o=new Uint8Array(i);o.set(new Uint8Array(this.segment.data)),o.set(new Uint8Array(e),this.segment.data.byteLength),this.segment.data=i}else m.error(`Line ${this.line_no}: Expected data segment.`);else{const i={labels:[],type:K.Data,data:new Uint8Array(e).buffer};this.segment=i,this.object_code.push(i)}}add_string(e){if(this.segment)this.segment.type===K.String?this.segment.value+=e:m.error(`Line ${this.line_no}: Expected string segment.`);else{const i={labels:[],type:K.String,value:e};this.segment=i,this.object_code.push(i)}}add_error({col:e,length:i,message:o}){this.errors.push({line_no:this.line_no,col:e,length:i,message:o})}add_warning({col:e,length:i,message:o}){this.warnings.push({line_no:this.line_no,col:e,length:i,message:o})}parse_label({col:e,len:i,value:o}){this.labels.has(o)&&this.add_error({col:e,length:i,message:"Duplicate label."}),this.labels.add(o);const n=this.tokens.shift();switch(this.section){case K.Instructions:this.segment={type:K.Instructions,labels:[o],instructions:[]},this.object_code.push(this.segment),n&&(n.type===t.Ident?this.parse_instruction(n):this.add_error({col:n.col,length:n.len,message:"Expected opcode mnemonic."}));break;case K.Data:this.segment={type:K.Data,labels:[o],data:new ArrayBuffer(0)},this.object_code.push(this.segment),n&&(n.type===t.Int?this.parse_bytes(n):this.add_error({col:n.col,length:n.len,message:"Expected bytes."}));break;case K.String:this.segment={type:K.String,labels:[o],value:""},this.object_code.push(this.segment),n&&(n.type===t.String?this.parse_string(n):this.add_error({col:n.col,length:n.len,message:"Expected a string."}))}}parse_section({type:e,col:i,len:o}){let n;switch(e){case t.CodeSection:n=K.Instructions;break;case t.DataSection:n=K.Data;break;case t.StringSection:n=K.String}this.section!==n||this.first_section_marker||this.add_warning({col:i,length:o,message:"Unnecessary section marker."}),this.section=n,this.first_section_marker=!1;const d=this.tokens.shift();d&&this.add_error({col:d.col,length:d.len,message:"Unexpected token."})}parse_instruction({col:e,len:i,value:o}){const n=U.get(o);if(n){const i=-1!==n.params.findIndex(e=>e.type.kind===_.ILabelVar||e.type.kind===_.RegRefVar),o=this.manual_stack&&n.stack===O.Pop?0:n.params.length;let w=0;for(const e of this.tokens)e.type!==t.ArgSeparator&&w++;const s=this.tokens[this.tokens.length-1];let r=s?s.col+s.len-e:0;const a=[];if(!i&&w!==o)return void this.add_error({col:e,length:r,message:`Expected ${o} argument${1===o?"":"s"}, got ${w}.`});if(i&&we))}else this.add_error({col:e,length:i,message:"Unknown instruction."});var d}parse_args(e,i,o){let n=!0,d=!0,v=0;for(let w=0;ww?this.add_error({col:d,length:v,message:`${t}-Bit integer can't be greater than ${w}.`}):o.push([{value:n,size:e},i])}parse_register(e,i){const{col:o,len:n,value:d}=e;d>255?this.add_error({col:o,length:n,message:"Invalid register reference, expected r0-r255."}):i.push([{value:d,size:1},e])}parse_bytes(e){const i=[];let o=e,n=0;for(;o.type===t.Int&&(o.value<0?this.add_error({col:o.col,length:o.len,message:"Unsigned 8-bit integer can't be less than 0."}):o.value>255&&this.add_error({col:o.col,length:o.len,message:"Unsigned 8-bit integer can't be greater than 255."}),i.push(o.value),n{I.push(e.data),C||(D(),C=setTimeout(()=>{C=void 0,D()},100))}}}); \ No newline at end of file diff --git a/e811160e92146af6f670.worker.js b/e811160e92146af6f670.worker.js new file mode 100644 index 00000000..b28ba473 --- /dev/null +++ b/e811160e92146af6f670.worker.js @@ -0,0 +1,12 @@ +!function(e){var i={};function n(o){if(i[o])return i[o].exports;var d=i[o]={i:o,l:!1,exports:{}};return e[o].call(d.exports,d,d.exports,n),d.l=!0,d.exports}n.m=e,n.c=i,n.d=function(e,i,o){n.o(e,i)||Object.defineProperty(e,i,{enumerable:!0,get:o})},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,i){if(1&i&&(e=n(e)),8&i)return e;if(4&i&&"object"==typeof e&&e&&e.__esModule)return e;var o=Object.create(null);if(n.r(o),Object.defineProperty(o,"default",{enumerable:!0,value:e}),2&i&&"string"!=typeof e)for(var d in e)n.d(o,d,function(i){return e[i]}.bind(null,d));return o},n.n=function(e){var i=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(i,"a",i),i},n.o=function(e,i){return Object.prototype.hasOwnProperty.call(e,i)},n.p="",n(n.s="yL6M")}({"8hIv":function(e,i,n){"use strict";Object.defineProperty(i,"__esModule",{value:!0});const o=new DataView(new ArrayBuffer(4));i.reinterpret_i32_as_f32=function(e){return o.setInt32(0,e),o.getFloat32(0)},i.reinterpret_f32_as_i32=function(e){return o.setFloat32(0,e),o.getInt32(0)}},GGSb:function(e,i,n){var o,d; +/*! + * js-logger - http://github.com/jonnyreeves/js-logger + * Jonny Reeves, http://jonnyreeves.co.uk/ + * js-logger may be freely distributed under the MIT license. + */ +/*! + * js-logger - http://github.com/jonnyreeves/js-logger + * Jonny Reeves, http://jonnyreeves.co.uk/ + * js-logger may be freely distributed under the MIT license. + */ +!function(v){"use strict";var t,_={};_.VERSION="1.6.0";var w={},O=function(e,i){return function(){return i.apply(e,arguments)}},s=function(){var e,i,n=arguments,o=n[0];for(i=1;i=i.value},trace:function(){this.invoke(_.TRACE,arguments)},debug:function(){this.invoke(_.DEBUG,arguments)},info:function(){this.invoke(_.INFO,arguments)},warn:function(){this.invoke(_.WARN,arguments)},error:function(){this.invoke(_.ERROR,arguments)},time:function(e){"string"==typeof e&&e.length>0&&this.invoke(_.TIME,[e,"start"])},timeEnd:function(e){"string"==typeof e&&e.length>0&&this.invoke(_.TIME,[e,"end"])},invoke:function(e,i){t&&this.enabledFor(e)&&t(i,s({level:e},this.context))}};var u,E=new a({filterLevel:_.OFF});(u=_).enabledFor=O(E,E.enabledFor),u.trace=O(E,E.trace),u.debug=O(E,E.debug),u.time=O(E,E.time),u.timeEnd=O(E,E.timeEnd),u.info=O(E,E.info),u.warn=O(E,E.warn),u.error=O(E,E.error),u.log=u.info,_.setHandler=function(e){t=e},_.setLevel=function(e){for(var i in E.setLevel(e),w)w.hasOwnProperty(i)&&w[i].setLevel(e)},_.getLevel=function(){return E.getLevel()},_.get=function(e){return w[e]||(w[e]=new a(s({name:e},E.context)))},_.createDefaultHandler=function(e){(e=e||{}).formatter=e.formatter||function(e,i){i.name&&e.unshift("["+i.name+"]")};var i={},n=function(e,i){Function.prototype.apply.call(e,console,i)};return"undefined"==typeof console?function(){}:function(o,d){o=Array.prototype.slice.call(o);var v,t=console.log;d.level===_.TIME?(v=(d.name?"["+d.name+"] ":"")+o[0],"start"===o[1]?console.time?console.time(v):i[v]=(new Date).getTime():console.timeEnd?console.timeEnd(v):n(t,[v+": "+((new Date).getTime()-i[v])+"ms"])):(d.level===_.WARN&&console.warn?t=console.warn:d.level===_.ERROR&&console.error?t=console.error:d.level===_.INFO&&console.info?t=console.info:d.level===_.DEBUG&&console.debug?t=console.debug:d.level===_.TRACE&&console.trace&&(t=console.trace),e.formatter(o,d),n(t,o))}},_.useDefaults=function(e){_.setLevel(e&&e.defaultLevel||_.DEBUG),_.setHandler(_.createDefaultHandler(e))},void 0===(d="function"==typeof(o=_)?o.call(i,n,i,e):o)||(e.exports=d)}()},JLhb:function(e,i,n){"use strict";var o=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(i,"__esModule",{value:!0});const d=o(n("GGSb")),v=n("8hIv"),t=n("ZBxL"),_=n("lg9k"),w=n("ZPAt"),O=d.default.get("quest_editor/scripting/assembly");i.assemble=function(e,i=!1){return new s(e,i).assemble()};class s{constructor(e,i){this.assembly=e,this.manual_stack=i,this.lexer=new t.AssemblyLexer,this.first_section_marker=!0}assemble(){this.line_no=1,this.object_code=[],this.warnings=[],this.errors=[],this.labels=new Set,this.section=_.SegmentType.Instructions,this.first_section_marker=!0;for(const e of this.assembly){if(this.tokens=this.lexer.tokenize_line(e),this.tokens.length>0){const e=this.tokens.shift();switch(e.type){case t.TokenType.Label:this.parse_label(e);break;case t.TokenType.CodeSection:case t.TokenType.DataSection:case t.TokenType.StringSection:this.parse_section(e);break;case t.TokenType.Int:this.section===_.SegmentType.Data?this.parse_bytes(e):this.add_error({col:e.col,length:e.len,message:"Unexpected token."});break;case t.TokenType.String:this.section===_.SegmentType.String?this.parse_string(e):this.add_error({col:e.col,length:e.len,message:"Unexpected token."});break;case t.TokenType.Ident:this.section===_.SegmentType.Instructions?this.parse_instruction(e):this.add_error({col:e.col,length:e.len,message:"Unexpected token."});break;case t.TokenType.InvalidSection:this.add_error({col:e.col,length:e.len,message:"Invalid section type."});break;case t.TokenType.InvalidIdent:this.add_error({col:e.col,length:e.len,message:"Invalid identifier."});break;default:this.add_error({col:e.col,length:e.len,message:"Unexpected token."})}}this.line_no++}return{object_code:this.object_code,warnings:this.warnings,errors:this.errors}}add_instruction(e,i){if(this.segment)this.segment.type===_.SegmentType.Instructions?this.segment.instructions.push(new _.Instruction(e,i)):O.error(`Line ${this.line_no}: Expected instructions segment.`);else{const e={labels:[],type:_.SegmentType.Instructions,instructions:[]};this.segment=e,this.object_code.push(e)}}add_bytes(e){if(this.segment)if(this.segment.type===_.SegmentType.Data){const i=new ArrayBuffer(this.segment.data.byteLength+e.length),n=new Uint8Array(i);n.set(new Uint8Array(this.segment.data)),n.set(new Uint8Array(e),this.segment.data.byteLength),this.segment.data=i}else O.error(`Line ${this.line_no}: Expected data segment.`);else{const i={labels:[],type:_.SegmentType.Data,data:new Uint8Array(e).buffer};this.segment=i,this.object_code.push(i)}}add_string(e){if(this.segment)this.segment.type===_.SegmentType.String?this.segment.value+=e:O.error(`Line ${this.line_no}: Expected string segment.`);else{const i={labels:[],type:_.SegmentType.String,value:e};this.segment=i,this.object_code.push(i)}}add_error({col:e,length:i,message:n}){this.errors.push({line_no:this.line_no,col:e,length:i,message:n})}add_warning({col:e,length:i,message:n}){this.warnings.push({line_no:this.line_no,col:e,length:i,message:n})}parse_label({col:e,len:i,value:n}){this.labels.has(n)&&this.add_error({col:e,length:i,message:"Duplicate label."}),this.labels.add(n);const o=this.tokens.shift();switch(this.section){case _.SegmentType.Instructions:this.segment={type:_.SegmentType.Instructions,labels:[n],instructions:[]},this.object_code.push(this.segment),o&&(o.type===t.TokenType.Ident?this.parse_instruction(o):this.add_error({col:o.col,length:o.len,message:"Expected opcode mnemonic."}));break;case _.SegmentType.Data:this.segment={type:_.SegmentType.Data,labels:[n],data:new ArrayBuffer(0)},this.object_code.push(this.segment),o&&(o.type===t.TokenType.Int?this.parse_bytes(o):this.add_error({col:o.col,length:o.len,message:"Expected bytes."}));break;case _.SegmentType.String:this.segment={type:_.SegmentType.String,labels:[n],value:""},this.object_code.push(this.segment),o&&(o.type===t.TokenType.String?this.parse_string(o):this.add_error({col:o.col,length:o.len,message:"Expected a string."}))}}parse_section({type:e,col:i,len:n}){let o;switch(e){case t.TokenType.CodeSection:o=_.SegmentType.Instructions;break;case t.TokenType.DataSection:o=_.SegmentType.Data;break;case t.TokenType.StringSection:o=_.SegmentType.String}this.section!==o||this.first_section_marker||this.add_warning({col:i,length:n,message:"Unnecessary section marker."}),this.section=o,this.first_section_marker=!1;const d=this.tokens.shift();d&&this.add_error({col:d.col,length:d.len,message:"Unexpected token."})}parse_instruction({col:e,len:i,value:n}){const o=w.OPCODES_BY_MNEMONIC.get(n);if(o){const i=-1!==o.params.findIndex(e=>e.type.kind===w.Kind.ILabelVar||e.type.kind===w.Kind.RegRefVar),n=this.manual_stack&&o.stack===w.StackInteraction.Pop?0:o.params.length;let d=0;for(const e of this.tokens)e.type!==t.TokenType.ArgSeparator&&d++;const _=this.tokens[this.tokens.length-1];let s=_?_.col+_.len-e:0;const r=[];if(!i&&d!==n)return void this.add_error({col:e,length:s,message:`Expected ${n} argument${1===n?"":"s"}, got ${d}.`});if(i&&de))}else this.add_error({col:e,length:i,message:"Unknown instruction."})}parse_args(e,i,n){let o=!0,d=!0,v=0;for(let _=0;_w?this.add_error({col:d,length:v,message:`${t}-Bit integer can't be greater than ${w}.`}):n.push([{value:o,size:e},i])}parse_register(e,i){const{col:n,len:o,value:d}=e;d>255?this.add_error({col:n,length:o,message:"Invalid register reference, expected r0-r255."}):i.push([{value:d,size:1},e])}parse_bytes(e){const i=[];let n=e,o=0;for(;n.type===t.TokenType.Int&&(n.value<0?this.add_error({col:n.col,length:n.len,message:"Unsigned 8-bit integer can't be less than 0."}):n.value>255&&this.add_error({col:n.col,length:n.len,message:"Unsigned 8-bit integer can't be greater than 255."}),i.push(n.value),o!]*$/.test(i)?o.Ident:o.InvalidIdent;return n===o.Ident?{type:n,col:e,len:this.marked_len(),value:i}:{type:n,col:e,len:this.marked_len()}}}},ZPAt:function(e,i,n){"use strict";var o;Object.defineProperty(i,"__esModule",{value:!0}),function(e){e[e.Any=0]="Any",e[e.Byte=1]="Byte",e[e.Word=2]="Word",e[e.DWord=3]="DWord",e[e.Float=4]="Float",e[e.Label=5]="Label",e[e.ILabel=6]="ILabel",e[e.DLabel=7]="DLabel",e[e.SLabel=8]="SLabel",e[e.String=9]="String",e[e.ILabelVar=10]="ILabelVar",e[e.RegRef=11]="RegRef",e[e.RegTupRef=12]="RegTupRef",e[e.RegRefVar=13]="RegRefVar",e[e.Pointer=14]="Pointer"}(o=i.Kind||(i.Kind={}));const d={kind:o.Any},v={kind:o.Byte},t={kind:o.Word},_={kind:o.DWord},w={kind:o.Float},O={kind:o.Label},s={kind:o.ILabel},r={kind:o.DLabel},a={kind:o.SLabel},u={kind:o.String},E={kind:o.ILabelVar},l={kind:o.RegRef},N={kind:o.RegRefVar},p={kind:o.Pointer};var P,R;i.MIN_SIGNED_DWORD_VALUE=-Math.pow(2,31),i.MAX_SIGNED_DWORD_VALUE=Math.pow(2,31)-1,i.MIN_UNSIGNED_DWORD_VALUE=0,i.MAX_UNSIGNED_DWORD_VALUE=Math.pow(2,32)-1,i.MIN_DWORD_VALUE=i.MIN_SIGNED_DWORD_VALUE,i.MAX_DWORD_VALUE=i.MAX_UNSIGNED_DWORD_VALUE,function(e){e[e.Read=0]="Read",e[e.Write=1]="Write",e[e.ReadWrite=2]="ReadWrite"}(P=i.ParamAccess||(i.ParamAccess={}));class S{constructor(e,i,n){this.type=e,this.doc=i,this.access=n}}i.Param=S,function(e){e[e.Push=0]="Push",e[e.Pop=1]="Pop"}(R=i.StackInteraction||(i.StackInteraction={})),i.OPCODES=[],i.OPCODES_BY_MNEMONIC=new Map;class g{constructor(e,i,n,o,d){this.code=e,this.mnemonic=i,this.doc=n,this.size=this.code<256?1:2,this.params=o,this.stack=d}}g.NOP=i.OPCODES[0]=new g(0,"nop","No operation, does nothing.",[],void 0),g.RET=i.OPCODES[1]=new g(1,"ret","Returns control to caller.",[],void 0),g.SYNC=i.OPCODES[2]=new g(2,"sync","Yields control for the rest of the current frame. Execution will continue the following frame.",[],void 0),g.EXIT=i.OPCODES[3]=new g(3,"exit",void 0,[new S(_,void 0,void 0)],R.Pop),g.THREAD=i.OPCODES[4]=new g(4,"thread","Starts a new thread. Thread execution will start at the given label.\nOften used to check a register every frame. Make sure to yield control with sync when looping.",[new S(s,void 0,void 0)],void 0),g.VA_START=i.OPCODES[5]=new g(5,"va_start","Initializes a variable argument list.\nMake sure to call va_end after va_start and va_call.",[],void 0),g.VA_END=i.OPCODES[6]=new g(6,"va_end","Restores the registers overwritten by arg_push* instructions.\nCalled after va_call.",[],void 0),g.VA_CALL=i.OPCODES[7]=new g(7,"va_call","Calls the variable argument function at the given label.\nCalled after initializing the argument list with va_start and pushing arguments onto the stack with arg_push* instructions. Make sure to call va_end afterwards.",[new S(s,void 0,void 0)],void 0),g.LET=i.OPCODES[8]=new g(8,"let","Sets the first register's value to second one's value.",[new S({kind:o.RegTupRef,register_tuples:[new S(_,void 0,P.Write)]},void 0,void 0),new S({kind:o.RegTupRef,register_tuples:[new S(_,void 0,P.Read)]},void 0,void 0)],void 0),g.LETI=i.OPCODES[9]=new g(9,"leti","Sets a register to the given value.",[new S({kind:o.RegTupRef,register_tuples:[new S(_,void 0,P.Write)]},void 0,void 0),new S(_,void 0,void 0)],void 0),g.LETB=i.OPCODES[10]=new g(10,"letb","Sets a register to the given value.",[new S({kind:o.RegTupRef,register_tuples:[new S(v,void 0,P.Write)]},void 0,void 0),new S(v,void 0,void 0)],void 0),g.LETW=i.OPCODES[11]=new g(11,"letw","Sets a register to the given value.",[new S({kind:o.RegTupRef,register_tuples:[new S(t,void 0,P.Write)]},void 0,void 0),new S(t,void 0,void 0)],void 0),g.LETA=i.OPCODES[12]=new g(12,"leta","Sets the first register to the memory address of the second register. Not used by Sega.",[new S({kind:o.RegTupRef,register_tuples:[new S(p,void 0,P.Write)]},void 0,void 0),new S({kind:o.RegTupRef,register_tuples:[new S(d,void 0,P.Read)]},void 0,void 0)],void 0),g.LETO=i.OPCODES[13]=new g(13,"leto","Sets a register to the memory address of the given label. Not used by Sega.",[new S({kind:o.RegTupRef,register_tuples:[new S(p,void 0,P.Write)]},void 0,void 0),new S(O,void 0,void 0)],void 0),g.UNKNOWN_0E=i.OPCODES[14]=new g(14,"unknown_0e",void 0,[],void 0),g.UNKNOWN_0F=i.OPCODES[15]=new g(15,"unknown_0f",void 0,[],void 0),g.SET=i.OPCODES[16]=new g(16,"set","Sets a register to 1.",[new S({kind:o.RegTupRef,register_tuples:[new S(_,void 0,P.Write)]},void 0,void 0)],void 0),g.CLEAR=i.OPCODES[17]=new g(17,"clear","Sets a register to 0.",[new S({kind:o.RegTupRef,register_tuples:[new S(_,void 0,P.Write)]},void 0,void 0)],void 0),g.REV=i.OPCODES[18]=new g(18,"rev","Sets a register to 1 if its current value is 0, otherwise sets it to 0.",[new S({kind:o.RegTupRef,register_tuples:[new S(_,void 0,P.ReadWrite)]},void 0,void 0)],void 0),g.GSET=i.OPCODES[19]=new g(19,"gset",void 0,[new S(t,void 0,void 0)],void 0),g.GCLEAR=i.OPCODES[20]=new g(20,"gclear",void 0,[new S(t,void 0,void 0)],void 0),g.GREV=i.OPCODES[21]=new g(21,"grev",void 0,[new S(t,void 0,void 0)],void 0),g.GLET=i.OPCODES[22]=new g(22,"glet",void 0,[new S(t,void 0,void 0)],void 0),g.GGET=i.OPCODES[23]=new g(23,"gget","Sets a register to value of the given flag.",[new S(t,void 0,void 0),new S({kind:o.RegTupRef,register_tuples:[new S(t,void 0,P.Write)]},void 0,void 0)],void 0),g.ADD=i.OPCODES[24]=new g(24,"add",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(_,void 0,P.Write)]},void 0,void 0),new S({kind:o.RegTupRef,register_tuples:[new S(_,void 0,P.Read)]},void 0,void 0)],void 0),g.ADDI=i.OPCODES[25]=new g(25,"addi",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(_,void 0,P.Write)]},void 0,void 0),new S(_,void 0,void 0)],void 0),g.SUB=i.OPCODES[26]=new g(26,"sub",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(_,void 0,P.Write)]},void 0,void 0),new S({kind:o.RegTupRef,register_tuples:[new S(_,void 0,P.Read)]},void 0,void 0)],void 0),g.SUBI=i.OPCODES[27]=new g(27,"subi",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(_,void 0,P.Write)]},void 0,void 0),new S(_,void 0,void 0)],void 0),g.MUL=i.OPCODES[28]=new g(28,"mul",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(_,void 0,P.Write)]},void 0,void 0),new S({kind:o.RegTupRef,register_tuples:[new S(_,void 0,P.Read)]},void 0,void 0)],void 0),g.MULI=i.OPCODES[29]=new g(29,"muli",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(_,void 0,P.Write)]},void 0,void 0),new S(_,void 0,void 0)],void 0),g.DIV=i.OPCODES[30]=new g(30,"div",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(_,void 0,P.Write)]},void 0,void 0),new S({kind:o.RegTupRef,register_tuples:[new S(_,void 0,P.Read)]},void 0,void 0)],void 0),g.DIVI=i.OPCODES[31]=new g(31,"divi",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(_,void 0,P.Write)]},void 0,void 0),new S(_,void 0,void 0)],void 0),g.AND=i.OPCODES[32]=new g(32,"and",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(_,void 0,P.Write)]},void 0,void 0),new S({kind:o.RegTupRef,register_tuples:[new S(_,void 0,P.Read)]},void 0,void 0)],void 0),g.ANDI=i.OPCODES[33]=new g(33,"andi",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(_,void 0,P.Write)]},void 0,void 0),new S(_,void 0,void 0)],void 0),g.OR=i.OPCODES[34]=new g(34,"or",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(_,void 0,P.Write)]},void 0,void 0),new S({kind:o.RegTupRef,register_tuples:[new S(_,void 0,P.Read)]},void 0,void 0)],void 0),g.ORI=i.OPCODES[35]=new g(35,"ori",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(_,void 0,P.Write)]},void 0,void 0),new S(_,void 0,void 0)],void 0),g.XOR=i.OPCODES[36]=new g(36,"xor",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(_,void 0,P.Write)]},void 0,void 0),new S({kind:o.RegTupRef,register_tuples:[new S(_,void 0,P.Read)]},void 0,void 0)],void 0),g.XORI=i.OPCODES[37]=new g(37,"xori",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(_,void 0,P.Write)]},void 0,void 0),new S(_,void 0,void 0)],void 0),g.MOD=i.OPCODES[38]=new g(38,"mod",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(_,void 0,P.Write)]},void 0,void 0),new S({kind:o.RegTupRef,register_tuples:[new S(_,void 0,P.Read)]},void 0,void 0)],void 0),g.MODI=i.OPCODES[39]=new g(39,"modi",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(_,void 0,P.Write)]},void 0,void 0),new S(_,void 0,void 0)],void 0),g.JMP=i.OPCODES[40]=new g(40,"jmp",void 0,[new S(s,void 0,void 0)],void 0),g.CALL=i.OPCODES[41]=new g(41,"call",void 0,[new S(s,void 0,void 0)],void 0),g.JMP_ON=i.OPCODES[42]=new g(42,"jmp_on",void 0,[new S(s,void 0,void 0),new S(N,void 0,P.Read)],void 0),g.JMP_OFF=i.OPCODES[43]=new g(43,"jmp_off",void 0,[new S(s,void 0,void 0),new S(N,void 0,P.Read)],void 0),g.JMP_E=i.OPCODES[44]=new g(44,"jmp_=",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(d,void 0,P.Read)]},void 0,void 0),new S({kind:o.RegTupRef,register_tuples:[new S(d,void 0,P.Read)]},void 0,void 0),new S(s,void 0,void 0)],void 0),g.JMPI_E=i.OPCODES[45]=new g(45,"jmpi_=",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(_,void 0,P.Read)]},void 0,void 0),new S(_,void 0,void 0),new S(s,void 0,void 0)],void 0),g.JMP_NE=i.OPCODES[46]=new g(46,"jmp_!=",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(d,void 0,P.Read)]},void 0,void 0),new S({kind:o.RegTupRef,register_tuples:[new S(d,void 0,P.Read)]},void 0,void 0),new S(s,void 0,void 0)],void 0),g.JMPI_NE=i.OPCODES[47]=new g(47,"jmpi_!=",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(_,void 0,P.Read)]},void 0,void 0),new S(_,void 0,void 0),new S(s,void 0,void 0)],void 0),g.UJMP_G=i.OPCODES[48]=new g(48,"ujmp_>",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(_,void 0,P.Read)]},void 0,void 0),new S({kind:o.RegTupRef,register_tuples:[new S(_,void 0,P.Read)]},void 0,void 0),new S(s,void 0,void 0)],void 0),g.UJMPI_G=i.OPCODES[49]=new g(49,"ujmpi_>",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(_,void 0,P.Read)]},void 0,void 0),new S(_,void 0,void 0),new S(s,void 0,void 0)],void 0),g.JMP_G=i.OPCODES[50]=new g(50,"jmp_>",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(_,void 0,P.Read)]},void 0,void 0),new S({kind:o.RegTupRef,register_tuples:[new S(_,void 0,P.Read)]},void 0,void 0),new S(s,void 0,void 0)],void 0),g.JMPI_G=i.OPCODES[51]=new g(51,"jmpi_>",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(_,void 0,P.Read)]},void 0,void 0),new S(_,void 0,void 0),new S(s,void 0,void 0)],void 0),g.UJMP_L=i.OPCODES[52]=new g(52,"ujmp_<",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(_,void 0,P.Read)]},void 0,void 0),new S({kind:o.RegTupRef,register_tuples:[new S(_,void 0,P.Read)]},void 0,void 0),new S(s,void 0,void 0)],void 0),g.UJMPI_L=i.OPCODES[53]=new g(53,"ujmpi_<",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(_,void 0,P.Read)]},void 0,void 0),new S(_,void 0,void 0),new S(s,void 0,void 0)],void 0),g.JMP_L=i.OPCODES[54]=new g(54,"jmp_<",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(_,void 0,P.Read)]},void 0,void 0),new S({kind:o.RegTupRef,register_tuples:[new S(_,void 0,P.Read)]},void 0,void 0),new S(s,void 0,void 0)],void 0),g.JMPI_L=i.OPCODES[55]=new g(55,"jmpi_<",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(_,void 0,P.Read)]},void 0,void 0),new S(_,void 0,void 0),new S(s,void 0,void 0)],void 0),g.UJMP_GE=i.OPCODES[56]=new g(56,"ujmp_>=",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(_,void 0,P.Read)]},void 0,void 0),new S({kind:o.RegTupRef,register_tuples:[new S(_,void 0,P.Read)]},void 0,void 0),new S(s,void 0,void 0)],void 0),g.UJMPI_GE=i.OPCODES[57]=new g(57,"ujmpi_>=",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(_,void 0,P.Read)]},void 0,void 0),new S(_,void 0,void 0),new S(s,void 0,void 0)],void 0),g.JMP_GE=i.OPCODES[58]=new g(58,"jmp_>=",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(_,void 0,P.Read)]},void 0,void 0),new S({kind:o.RegTupRef,register_tuples:[new S(_,void 0,P.Read)]},void 0,void 0),new S(s,void 0,void 0)],void 0),g.JMPI_GE=i.OPCODES[59]=new g(59,"jmpi_>=",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(_,void 0,P.Read)]},void 0,void 0),new S(_,void 0,void 0),new S(s,void 0,void 0)],void 0),g.UJMP_LE=i.OPCODES[60]=new g(60,"ujmp_<=",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(_,void 0,P.Read)]},void 0,void 0),new S({kind:o.RegTupRef,register_tuples:[new S(_,void 0,P.Read)]},void 0,void 0),new S(s,void 0,void 0)],void 0),g.UJMPI_LE=i.OPCODES[61]=new g(61,"ujmpi_<=",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(_,void 0,P.Read)]},void 0,void 0),new S(_,void 0,void 0),new S(s,void 0,void 0)],void 0),g.JMP_LE=i.OPCODES[62]=new g(62,"jmp_<=",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(_,void 0,P.Read)]},void 0,void 0),new S({kind:o.RegTupRef,register_tuples:[new S(_,void 0,P.Read)]},void 0,void 0),new S(s,void 0,void 0)],void 0),g.JMPI_LE=i.OPCODES[63]=new g(63,"jmpi_<=",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(_,void 0,P.Read)]},void 0,void 0),new S(_,void 0,void 0),new S(s,void 0,void 0)],void 0),g.SWITCH_JMP=i.OPCODES[64]=new g(64,"switch_jmp",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(_,void 0,P.Read)]},void 0,void 0),new S(E,void 0,void 0)],void 0),g.SWITCH_CALL=i.OPCODES[65]=new g(65,"switch_call",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(_,void 0,P.Read)]},void 0,void 0),new S(E,void 0,void 0)],void 0),g.STACK_PUSH=i.OPCODES[66]=new g(66,"stack_push",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(d,void 0,P.Read)]},void 0,void 0)],void 0),g.STACK_POP=i.OPCODES[67]=new g(67,"stack_pop",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(d,void 0,P.Write)]},void 0,void 0)],void 0),g.STACK_PUSHM=i.OPCODES[68]=new g(68,"stack_pushm","Pushes the values of an arbitrary amount of registers onto the stack.",[new S(l,void 0,P.Read),new S(_,void 0,void 0)],void 0),g.STACK_POPM=i.OPCODES[69]=new g(69,"stack_popm","Pops an arbitrary amount of values from the stack and writes them to registers.",[new S(l,void 0,P.Write),new S(_,void 0,void 0)],void 0),g.UNKNOWN_46=i.OPCODES[70]=new g(70,"unknown_46",void 0,[],void 0),g.UNKNOWN_47=i.OPCODES[71]=new g(71,"unknown_47",void 0,[],void 0),g.ARG_PUSHR=i.OPCODES[72]=new g(72,"arg_pushr","Pushes the value of the given register onto the stack.",[new S({kind:o.RegTupRef,register_tuples:[new S(d,void 0,P.Read)]},void 0,void 0)],R.Push),g.ARG_PUSHL=i.OPCODES[73]=new g(73,"arg_pushl","Pushes the given value onto the stack.",[new S(_,void 0,void 0)],R.Push),g.ARG_PUSHB=i.OPCODES[74]=new g(74,"arg_pushb","Pushes the given value onto the stack.",[new S(v,void 0,void 0)],R.Push),g.ARG_PUSHW=i.OPCODES[75]=new g(75,"arg_pushw","Pushes the given value onto the stack.",[new S(t,void 0,void 0)],R.Push),g.ARG_PUSHA=i.OPCODES[76]=new g(76,"arg_pusha","Pushes the memory address of the given register onto the stack. Not used by Sega.",[new S({kind:o.RegTupRef,register_tuples:[new S(d,void 0,P.Read)]},void 0,void 0)],R.Push),g.ARG_PUSHO=i.OPCODES[77]=new g(77,"arg_pusho","Pushes the memory address of the given label onto the stack. Not used by Sega.",[new S(O,void 0,void 0)],R.Push),g.ARG_PUSHS=i.OPCODES[78]=new g(78,"arg_pushs","Pushes the given value onto the stack.",[new S(u,void 0,void 0)],R.Push),g.UNKNOWN_4F=i.OPCODES[79]=new g(79,"unknown_4f",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(d,void 0,P.Read)]},void 0,void 0),new S({kind:o.RegTupRef,register_tuples:[new S(d,void 0,P.Read)]},void 0,void 0)],void 0),g.MESSAGE=i.OPCODES[80]=new g(80,"message",void 0,[new S(_,void 0,void 0),new S(u,void 0,void 0)],R.Pop),g.LIST=i.OPCODES[81]=new g(81,"list","Used to display a list of items and retrieve the item selected by the player.\nList items should be seperated by newlines. The selected item's index will be written to the given register.",[new S({kind:o.RegTupRef,register_tuples:[new S(v,void 0,P.Write)]},void 0,void 0),new S(u,void 0,void 0)],R.Pop),g.FADEIN=i.OPCODES[82]=new g(82,"fadein",void 0,[],void 0),g.FADEOUT=i.OPCODES[83]=new g(83,"fadeout",void 0,[],void 0),g.SE=i.OPCODES[84]=new g(84,"se",void 0,[new S(_,void 0,void 0)],R.Pop),g.BGM=i.OPCODES[85]=new g(85,"bgm",void 0,[new S(_,void 0,void 0)],R.Pop),g.UNKNOWN_56=i.OPCODES[86]=new g(86,"unknown_56",void 0,[],void 0),g.UNKNOWN_57=i.OPCODES[87]=new g(87,"unknown_57",void 0,[],void 0),g.ENABLE=i.OPCODES[88]=new g(88,"enable",void 0,[new S(_,void 0,void 0)],R.Pop),g.DISABLE=i.OPCODES[89]=new g(89,"disable",void 0,[new S(_,void 0,void 0)],R.Pop),g.WINDOW_MSG=i.OPCODES[90]=new g(90,"window_msg",void 0,[new S(u,void 0,void 0)],R.Pop),g.ADD_MSG=i.OPCODES[91]=new g(91,"add_msg",void 0,[new S(u,void 0,void 0)],R.Pop),g.MESEND=i.OPCODES[92]=new g(92,"mesend",void 0,[],void 0),g.GETTIME=i.OPCODES[93]=new g(93,"gettime",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(_,void 0,P.Write)]},void 0,void 0)],void 0),g.WINEND=i.OPCODES[94]=new g(94,"winend",void 0,[],void 0),g.UNKNOWN_5F=i.OPCODES[95]=new g(95,"unknown_5f",void 0,[],void 0),g.NPC_CRT_V3=i.OPCODES[96]=new g(96,"npc_crt_v3",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(d,void 0,P.Read)]},void 0,void 0)],void 0),g.NPC_STOP=i.OPCODES[97]=new g(97,"npc_stop",void 0,[new S(_,void 0,void 0)],R.Pop),g.NPC_PLAY=i.OPCODES[98]=new g(98,"npc_play",void 0,[new S(_,void 0,void 0)],R.Pop),g.NPC_KILL=i.OPCODES[99]=new g(99,"npc_kill",void 0,[new S(_,void 0,void 0)],R.Pop),g.NPC_NONT=i.OPCODES[100]=new g(100,"npc_nont",void 0,[],void 0),g.NPC_TALK=i.OPCODES[101]=new g(101,"npc_talk",void 0,[],void 0),g.NPC_CRP_V3=i.OPCODES[102]=new g(102,"npc_crp_v3",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(d,void 0,P.Read),new S(d,void 0,P.Read),new S(d,void 0,P.Read),new S(s,void 0,P.Read),new S(d,void 0,P.Read),new S(d,void 0,P.Read)]},void 0,void 0)],void 0),g.UNKNOWN_67=i.OPCODES[103]=new g(103,"unknown_67",void 0,[],void 0),g.CREATE_PIPE=i.OPCODES[104]=new g(104,"create_pipe",void 0,[new S(_,void 0,void 0)],R.Pop),g.P_HPSTAT_V3=i.OPCODES[105]=new g(105,"p_hpstat_v3",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(d,void 0,P.Read)]},void 0,void 0),new S(_,void 0,void 0)],R.Pop),g.P_DEAD_V3=i.OPCODES[106]=new g(106,"p_dead_v3",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(_,void 0,P.Write)]},void 0,void 0),new S(_,"Player slot.",void 0)],R.Pop),g.P_DISABLEWARP=i.OPCODES[107]=new g(107,"p_disablewarp",void 0,[],void 0),g.P_ENABLEWARP=i.OPCODES[108]=new g(108,"p_enablewarp",void 0,[],void 0),g.P_MOVE_V3=i.OPCODES[109]=new g(109,"p_move_v3",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(d,void 0,P.Read)]},void 0,void 0)],void 0),g.P_LOOK=i.OPCODES[110]=new g(110,"p_look",void 0,[new S(_,void 0,void 0)],R.Pop),g.UNKNOWN_6F=i.OPCODES[111]=new g(111,"unknown_6f",void 0,[],void 0),g.P_ACTION_DISABLE=i.OPCODES[112]=new g(112,"p_action_disable",void 0,[],void 0),g.P_ACTION_ENABLE=i.OPCODES[113]=new g(113,"p_action_enable",void 0,[],void 0),g.DISABLE_MOVEMENT1=i.OPCODES[114]=new g(114,"disable_movement1",void 0,[new S(_,void 0,void 0)],R.Pop),g.ENABLE_MOVEMENT1=i.OPCODES[115]=new g(115,"enable_movement1",void 0,[new S(_,void 0,void 0)],R.Pop),g.P_NONCOL=i.OPCODES[116]=new g(116,"p_noncol",void 0,[],void 0),g.P_COL=i.OPCODES[117]=new g(117,"p_col",void 0,[],void 0),g.P_SETPOS=i.OPCODES[118]=new g(118,"p_setpos","Sets a player's position.",[new S(_,"Player slot.",void 0),new S({kind:o.RegTupRef,register_tuples:[new S(_,"X coordinate.",P.Read),new S(_,"Y coordinate.",P.Read),new S(_,"Z coordinate.",P.Read),new S(_,"Y-axis rotation.",P.Read)]},void 0,void 0)],R.Pop),g.P_RETURN_GUILD=i.OPCODES[119]=new g(119,"p_return_guild",void 0,[],void 0),g.P_TALK_GUILD=i.OPCODES[120]=new g(120,"p_talk_guild",void 0,[new S(_,void 0,void 0)],R.Pop),g.NPC_TALK_PL_V3=i.OPCODES[121]=new g(121,"npc_talk_pl_v3",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(d,void 0,P.Read)]},void 0,void 0)],void 0),g.NPC_TALK_KILL=i.OPCODES[122]=new g(122,"npc_talk_kill",void 0,[new S(_,void 0,void 0)],R.Pop),g.NPC_CRTPK_V3=i.OPCODES[123]=new g(123,"npc_crtpk_v3",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(d,void 0,P.Read)]},void 0,void 0)],void 0),g.NPC_CRPPK_V3=i.OPCODES[124]=new g(124,"npc_crppk_v3",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(d,void 0,P.Read)]},void 0,void 0)],void 0),g.NPC_CRPTALK_V3=i.OPCODES[125]=new g(125,"npc_crptalk_v3",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(d,void 0,P.Read)]},void 0,void 0)],void 0),g.P_LOOK_AT_V1=i.OPCODES[126]=new g(126,"p_look_at_v1",void 0,[new S(_,void 0,void 0),new S(_,void 0,void 0)],R.Pop),g.NPC_CRP_ID_V3=i.OPCODES[127]=new g(127,"npc_crp_id_v3",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(d,void 0,P.Read)]},void 0,void 0)],void 0),g.CAM_QUAKE=i.OPCODES[128]=new g(128,"cam_quake",void 0,[],void 0),g.CAM_ADJ=i.OPCODES[129]=new g(129,"cam_adj",void 0,[],void 0),g.CAM_ZMIN=i.OPCODES[130]=new g(130,"cam_zmin",void 0,[],void 0),g.CAM_ZMOUT=i.OPCODES[131]=new g(131,"cam_zmout",void 0,[],void 0),g.CAM_PAN_V3=i.OPCODES[132]=new g(132,"cam_pan_v3",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(_,void 0,P.Read),new S(_,void 0,P.Read),new S(_,void 0,P.Read),new S(_,void 0,P.Read),new S(_,void 0,P.Read)]},void 0,void 0)],void 0),g.GAME_LEV_SUPER=i.OPCODES[133]=new g(133,"game_lev_super",void 0,[],void 0),g.GAME_LEV_RESET=i.OPCODES[134]=new g(134,"game_lev_reset",void 0,[],void 0),g.POS_PIPE_V3=i.OPCODES[135]=new g(135,"pos_pipe_v3","Create a telepipe at a specific position for the given player slot that takes players back to Pioneer 2 or the Lab.",[new S({kind:o.RegTupRef,register_tuples:[new S(_,"X coordinate.",P.Read),new S(_,"Y coordinate.",P.Read),new S(_,"Z coordinate.",P.Read),new S(_,"Player slot.",P.Read)]},void 0,void 0)],void 0),g.IF_ZONE_CLEAR=i.OPCODES[136]=new g(136,"if_zone_clear",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(_,void 0,P.Write)]},void 0,void 0),new S({kind:o.RegTupRef,register_tuples:[new S(_,void 0,P.Read),new S(_,void 0,P.Read)]},void 0,void 0)],void 0),g.CHK_ENE_NUM=i.OPCODES[137]=new g(137,"chk_ene_num","Retrieves the amount of enemies killed during the quest.",[new S({kind:o.RegTupRef,register_tuples:[new S(_,void 0,P.Write)]},void 0,void 0)],void 0),g.UNHIDE_OBJ=i.OPCODES[138]=new g(138,"unhide_obj",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(_,void 0,P.Read),new S(_,void 0,P.Read),new S(_,void 0,P.Read)]},void 0,void 0)],void 0),g.UNHIDE_ENE=i.OPCODES[139]=new g(139,"unhide_ene",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(_,void 0,P.Read),new S(_,void 0,P.Read),new S(_,void 0,P.Read),new S(_,void 0,P.Read)]},void 0,void 0)],void 0),g.AT_COORDS_CALL=i.OPCODES[140]=new g(140,"at_coords_call",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(_,void 0,P.Read),new S(_,void 0,P.Read),new S(_,void 0,P.Read),new S(_,void 0,P.Read),new S(s,void 0,P.Read)]},void 0,void 0)],void 0),g.AT_COORDS_TALK=i.OPCODES[141]=new g(141,"at_coords_talk",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(_,void 0,P.Read),new S(_,void 0,P.Read),new S(_,void 0,P.Read),new S(_,void 0,P.Read),new S(s,void 0,P.Read)]},void 0,void 0)],void 0),g.COL_NPCIN=i.OPCODES[142]=new g(142,"col_npcin",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(_,void 0,P.Read),new S(_,void 0,P.Read),new S(_,void 0,P.Read),new S(_,void 0,P.Read),new S(s,void 0,P.Read)]},void 0,void 0)],void 0),g.COL_NPCINR=i.OPCODES[143]=new g(143,"col_npcinr",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(d,void 0,P.Read)]},void 0,void 0)],void 0),g.SWITCH_ON=i.OPCODES[144]=new g(144,"switch_on",void 0,[new S(_,void 0,void 0)],R.Pop),g.SWITCH_OFF=i.OPCODES[145]=new g(145,"switch_off",void 0,[new S(_,void 0,void 0)],R.Pop),g.PLAYBGM_EPI=i.OPCODES[146]=new g(146,"playbgm_epi",void 0,[new S(_,void 0,void 0)],R.Pop),g.SET_MAINWARP=i.OPCODES[147]=new g(147,"set_mainwarp",void 0,[new S(_,void 0,void 0)],R.Pop),g.SET_OBJ_PARAM=i.OPCODES[148]=new g(148,"set_obj_param","Creates a targetable object.",[new S({kind:o.RegTupRef,register_tuples:[new S(_,"X coordinate.",P.Read),new S(_,"Y coordinate.",P.Read),new S(_,"Z coordinate.",P.Read),new S(_,"Collision radius.",P.Read),new S(s,"Function label.",P.Read),new S(_,"Vertical position of the cursor.",P.Read)]},void 0,void 0),new S({kind:o.RegTupRef,register_tuples:[new S(d,void 0,P.Write)]},"Object handle.",void 0)],void 0),g.SET_FLOOR_HANDLER=i.OPCODES[149]=new g(149,"set_floor_handler",void 0,[new S(_,"Floor number.",void 0),new S(s,"Handler function label.",void 0)],R.Pop),g.CLR_FLOOR_HANDLER=i.OPCODES[150]=new g(150,"clr_floor_handler",void 0,[new S(_,"Floor number.",void 0)],R.Pop),g.COL_PLINAW=i.OPCODES[151]=new g(151,"col_plinaw",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(d,void 0,P.Read)]},void 0,void 0)],void 0),g.HUD_HIDE=i.OPCODES[152]=new g(152,"hud_hide",void 0,[],void 0),g.HUD_SHOW=i.OPCODES[153]=new g(153,"hud_show",void 0,[],void 0),g.CINE_ENABLE=i.OPCODES[154]=new g(154,"cine_enable",void 0,[],void 0),g.CINE_DISABLE=i.OPCODES[155]=new g(155,"cine_disable",void 0,[],void 0),g.UNKNOWN_9C=i.OPCODES[156]=new g(156,"unknown_9c",void 0,[],void 0),g.UNKNOWN_9D=i.OPCODES[157]=new g(157,"unknown_9d",void 0,[],void 0),g.UNKNOWN_9E=i.OPCODES[158]=new g(158,"unknown_9e",void 0,[],void 0),g.UNKNOWN_9F=i.OPCODES[159]=new g(159,"unknown_9f",void 0,[],void 0),g.UNKNOWN_A0=i.OPCODES[160]=new g(160,"unknown_a0",void 0,[],void 0),g.SET_QT_FAILURE=i.OPCODES[161]=new g(161,"set_qt_failure",void 0,[new S(s,void 0,void 0)],void 0),g.SET_QT_SUCCESS=i.OPCODES[162]=new g(162,"set_qt_success",void 0,[new S(s,void 0,void 0)],void 0),g.CLR_QT_FAILURE=i.OPCODES[163]=new g(163,"clr_qt_failure",void 0,[],void 0),g.CLR_QT_SUCCESS=i.OPCODES[164]=new g(164,"clr_qt_success",void 0,[],void 0),g.SET_QT_CANCEL=i.OPCODES[165]=new g(165,"set_qt_cancel",void 0,[new S(s,void 0,void 0)],void 0),g.CLR_QT_CANCEL=i.OPCODES[166]=new g(166,"clr_qt_cancel",void 0,[],void 0),g.UNKNOWN_A7=i.OPCODES[167]=new g(167,"unknown_a7",void 0,[],void 0),g.PL_WALK_V3=i.OPCODES[168]=new g(168,"pl_walk_v3",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(d,void 0,P.Read)]},void 0,void 0)],void 0),g.UNKNOWN_A9=i.OPCODES[169]=new g(169,"unknown_a9",void 0,[],void 0),g.UNKNOWN_AA=i.OPCODES[170]=new g(170,"unknown_aa",void 0,[],void 0),g.UNKNOWN_AB=i.OPCODES[171]=new g(171,"unknown_ab",void 0,[],void 0),g.UNKNOWN_AC=i.OPCODES[172]=new g(172,"unknown_ac",void 0,[],void 0),g.UNKNOWN_AD=i.OPCODES[173]=new g(173,"unknown_ad",void 0,[],void 0),g.UNKNOWN_AE=i.OPCODES[174]=new g(174,"unknown_ae",void 0,[],void 0),g.UNKNOWN_AF=i.OPCODES[175]=new g(175,"unknown_af",void 0,[],void 0),g.PL_ADD_MESETA=i.OPCODES[176]=new g(176,"pl_add_meseta",void 0,[new S(_,void 0,void 0),new S(_,void 0,void 0)],R.Pop),g.THREAD_STG=i.OPCODES[177]=new g(177,"thread_stg",void 0,[new S(s,void 0,void 0)],void 0),g.DEL_OBJ_PARAM=i.OPCODES[178]=new g(178,"del_obj_param",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(d,void 0,P.Read)]},"Object handle.",void 0)],void 0),g.ITEM_CREATE=i.OPCODES[179]=new g(179,"item_create",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(d,void 0,P.Read)]},void 0,void 0),new S({kind:o.RegTupRef,register_tuples:[new S(d,void 0,P.Read)]},void 0,void 0)],void 0),g.ITEM_CREATE2=i.OPCODES[180]=new g(180,"item_create2",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(d,void 0,P.Read)]},void 0,void 0),new S({kind:o.RegTupRef,register_tuples:[new S(d,void 0,P.Read)]},void 0,void 0)],void 0),g.ITEM_DELETE=i.OPCODES[181]=new g(181,"item_delete",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(d,void 0,P.Read)]},void 0,void 0),new S({kind:o.RegTupRef,register_tuples:[new S(d,void 0,P.Read)]},void 0,void 0)],void 0),g.ITEM_DELETE2=i.OPCODES[182]=new g(182,"item_delete2","Deletes an item from the player's inventory.",[new S({kind:o.RegTupRef,register_tuples:[new S(_,void 0,P.Read),new S(_,void 0,P.Read),new S(_,void 0,P.Read)]},void 0,void 0),new S({kind:o.RegTupRef,register_tuples:[new S(d,void 0,P.Write)]},void 0,void 0)],void 0),g.ITEM_CHECK=i.OPCODES[183]=new g(183,"item_check",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(d,void 0,P.Read)]},void 0,void 0),new S({kind:o.RegTupRef,register_tuples:[new S(d,void 0,P.Read)]},void 0,void 0)],void 0),g.SETEVT=i.OPCODES[184]=new g(184,"setevt",void 0,[new S(_,void 0,void 0)],R.Pop),g.GET_DIFFLVL=i.OPCODES[185]=new g(185,"get_difflvl","Sets the given register to the current difficulty. 0 For normal, 1 for hard and 2 for both very hard and ultimate.\nUse get_difficulty_level2 if you want to differentiate between very hard and ultimate.",[new S({kind:o.RegTupRef,register_tuples:[new S(_,void 0,P.Write)]},void 0,void 0)],void 0),g.SET_QT_EXIT=i.OPCODES[186]=new g(186,"set_qt_exit",void 0,[new S(s,void 0,void 0)],void 0),g.CLR_QT_EXIT=i.OPCODES[187]=new g(187,"clr_qt_exit",void 0,[],void 0),g.UNKNOWN_BC=i.OPCODES[188]=new g(188,"unknown_bc",void 0,[],void 0),g.UNKNOWN_BD=i.OPCODES[189]=new g(189,"unknown_bd",void 0,[],void 0),g.UNKNOWN_BE=i.OPCODES[190]=new g(190,"unknown_be",void 0,[],void 0),g.UNKNOWN_BF=i.OPCODES[191]=new g(191,"unknown_bf",void 0,[],void 0),g.PARTICLE_V3=i.OPCODES[192]=new g(192,"particle_v3",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(d,void 0,P.Read)]},void 0,void 0)],void 0),g.NPC_TEXT=i.OPCODES[193]=new g(193,"npc_text",void 0,[new S(_,void 0,void 0),new S(u,void 0,void 0)],R.Pop),g.NPC_CHKWARP=i.OPCODES[194]=new g(194,"npc_chkwarp",void 0,[],void 0),g.PL_PKOFF=i.OPCODES[195]=new g(195,"pl_pkoff",void 0,[],void 0),g.MAP_DESIGNATE=i.OPCODES[196]=new g(196,"map_designate",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(d,void 0,P.Read)]},void 0,void 0)],void 0),g.MASTERKEY_ON=i.OPCODES[197]=new g(197,"masterkey_on",void 0,[],void 0),g.MASTERKEY_OFF=i.OPCODES[198]=new g(198,"masterkey_off",void 0,[],void 0),g.WINDOW_TIME=i.OPCODES[199]=new g(199,"window_time",void 0,[],void 0),g.WINEND_TIME=i.OPCODES[200]=new g(200,"winend_time",void 0,[],void 0),g.WINSET_TIME=i.OPCODES[201]=new g(201,"winset_time",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(_,void 0,P.Write)]},void 0,void 0)],void 0),g.GETMTIME=i.OPCODES[202]=new g(202,"getmtime",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(d,void 0,P.Write)]},void 0,void 0)],void 0),g.SET_QUEST_BOARD_HANDLER=i.OPCODES[203]=new g(203,"set_quest_board_handler",void 0,[new S(_,void 0,void 0),new S(s,void 0,void 0),new S(u,void 0,void 0)],R.Pop),g.CLEAR_QUEST_BOARD_HANDLER=i.OPCODES[204]=new g(204,"clear_quest_board_handler",void 0,[new S(_,void 0,void 0)],R.Pop),g.PARTICLE_ID_V3=i.OPCODES[205]=new g(205,"particle_id_v3",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(_,void 0,P.Read),new S(_,void 0,P.Read),new S(_,void 0,P.Read),new S(_,void 0,P.Read)]},void 0,void 0)],void 0),g.NPC_CRPTALK_ID_V3=i.OPCODES[206]=new g(206,"npc_crptalk_id_v3",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(d,void 0,P.Read)]},void 0,void 0)],void 0),g.NPC_LANG_CLEAN=i.OPCODES[207]=new g(207,"npc_lang_clean",void 0,[],void 0),g.PL_PKON=i.OPCODES[208]=new g(208,"pl_pkon",void 0,[],void 0),g.PL_CHK_ITEM2=i.OPCODES[209]=new g(209,"pl_chk_item2",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(d,void 0,P.Read)]},void 0,void 0),new S({kind:o.RegTupRef,register_tuples:[new S(d,void 0,P.Read)]},void 0,void 0)],void 0),g.ENABLE_MAINMENU=i.OPCODES[210]=new g(210,"enable_mainmenu",void 0,[],void 0),g.DISABLE_MAINMENU=i.OPCODES[211]=new g(211,"disable_mainmenu",void 0,[],void 0),g.START_BATTLEBGM=i.OPCODES[212]=new g(212,"start_battlebgm",void 0,[],void 0),g.END_BATTLEBGM=i.OPCODES[213]=new g(213,"end_battlebgm",void 0,[],void 0),g.DISP_MSG_QB=i.OPCODES[214]=new g(214,"disp_msg_qb",void 0,[new S(u,void 0,void 0)],R.Pop),g.CLOSE_MSG_QB=i.OPCODES[215]=new g(215,"close_msg_qb",void 0,[],void 0),g.SET_EVENTFLAG_V3=i.OPCODES[216]=new g(216,"set_eventflag_v3",void 0,[new S(_,void 0,void 0),new S(_,void 0,void 0)],R.Pop),g.SYNC_LETI=i.OPCODES[217]=new g(217,"sync_leti",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(_,void 0,P.Write)]},void 0,void 0),new S(_,void 0,void 0)],void 0),g.SET_RETURNHUNTER=i.OPCODES[218]=new g(218,"set_returnhunter",void 0,[],void 0),g.SET_RETURNCITY=i.OPCODES[219]=new g(219,"set_returncity",void 0,[],void 0),g.LOAD_PVR=i.OPCODES[220]=new g(220,"load_pvr",void 0,[],void 0),g.LOAD_MIDI=i.OPCODES[221]=new g(221,"load_midi",void 0,[],void 0),g.UNKNOWN_DE=i.OPCODES[222]=new g(222,"unknown_de",void 0,[],void 0),g.NPC_PARAM_V3=i.OPCODES[223]=new g(223,"npc_param_v3",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(d,void 0,P.Read)]},void 0,void 0),new S(_,void 0,void 0)],R.Pop),g.PAD_DRAGON=i.OPCODES[224]=new g(224,"pad_dragon",void 0,[],void 0),g.CLEAR_MAINWARP=i.OPCODES[225]=new g(225,"clear_mainwarp",void 0,[new S(_,void 0,void 0)],R.Pop),g.PCAM_PARAM_V3=i.OPCODES[226]=new g(226,"pcam_param_v3",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(d,void 0,P.Read)]},void 0,void 0)],void 0),g.START_SETEVT_V3=i.OPCODES[227]=new g(227,"start_setevt_v3",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(d,void 0,P.Read)]},void 0,void 0),new S(_,void 0,void 0)],R.Pop),g.WARP_ON=i.OPCODES[228]=new g(228,"warp_on",void 0,[],void 0),g.WARP_OFF=i.OPCODES[229]=new g(229,"warp_off",void 0,[],void 0),g.GET_SLOTNUMBER=i.OPCODES[230]=new g(230,"get_slotnumber",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(_,void 0,P.Write)]},void 0,void 0)],void 0),g.GET_SERVERNUMBER=i.OPCODES[231]=new g(231,"get_servernumber",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(_,void 0,P.Write)]},void 0,void 0)],void 0),g.SET_EVENTFLAG2=i.OPCODES[232]=new g(232,"set_eventflag2",void 0,[new S(_,void 0,void 0),new S({kind:o.RegTupRef,register_tuples:[new S(d,void 0,P.Read)]},void 0,void 0)],R.Pop),g.RES=i.OPCODES[233]=new g(233,"res",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(d,void 0,P.Read)]},void 0,void 0),new S({kind:o.RegTupRef,register_tuples:[new S(d,void 0,P.Read)]},void 0,void 0)],void 0),g.UNKNOWN_EA=i.OPCODES[234]=new g(234,"unknown_ea",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(d,void 0,P.Read)]},void 0,void 0),new S(_,void 0,void 0)],void 0),g.ENABLE_BGMCTRL=i.OPCODES[235]=new g(235,"enable_bgmctrl",void 0,[new S(_,void 0,void 0)],R.Pop),g.SW_SEND=i.OPCODES[236]=new g(236,"sw_send",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(d,void 0,P.Read)]},void 0,void 0)],void 0),g.CREATE_BGMCTRL=i.OPCODES[237]=new g(237,"create_bgmctrl",void 0,[],void 0),g.PL_ADD_MESETA2=i.OPCODES[238]=new g(238,"pl_add_meseta2",void 0,[new S(_,void 0,void 0)],R.Pop),g.SYNC_REGISTER=i.OPCODES[239]=new g(239,"sync_register",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(_,void 0,P.Write)]},void 0,void 0),new S(_,void 0,void 0)],R.Pop),g.SEND_REGWORK=i.OPCODES[240]=new g(240,"send_regwork",void 0,[],void 0),g.LETI_FIXED_CAMERA_V3=i.OPCODES[241]=new g(241,"leti_fixed_camera_v3",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(_,void 0,P.Read),new S(_,void 0,P.Read),new S(_,void 0,P.Read),new S(_,void 0,P.Read),new S(_,void 0,P.Read),new S(_,void 0,P.Read)]},void 0,void 0)],void 0),g.DEFAULT_CAMERA_POS1=i.OPCODES[242]=new g(242,"default_camera_pos1",void 0,[],void 0),g.UNKNOWN_F3=i.OPCODES[243]=new g(243,"unknown_f3",void 0,[],void 0),g.UNKNOWN_F4=i.OPCODES[244]=new g(244,"unknown_f4",void 0,[],void 0),g.UNKNOWN_F5=i.OPCODES[245]=new g(245,"unknown_f5",void 0,[],void 0),g.UNKNOWN_F6=i.OPCODES[246]=new g(246,"unknown_f6",void 0,[],void 0),g.UNKNOWN_F7=i.OPCODES[247]=new g(247,"unknown_f7",void 0,[],void 0),g.UNKNOWN_F8=i.OPCODES[248]=new g(248,"unknown_f8",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(d,void 0,P.Read)]},void 0,void 0)],void 0),g.UNKNOWN_F9=i.OPCODES[249]=new g(249,"unknown_f9",void 0,[],void 0),g.GET_GC_NUMBER=i.OPCODES[250]=new g(250,"get_gc_number",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(d,void 0,P.Write)]},void 0,void 0)],void 0),g.UNKNOWN_FB=i.OPCODES[251]=new g(251,"unknown_fb",void 0,[new S(t,void 0,void 0)],void 0),g.UNKNOWN_FC=i.OPCODES[252]=new g(252,"unknown_fc",void 0,[],void 0),g.UNKNOWN_FD=i.OPCODES[253]=new g(253,"unknown_fd",void 0,[],void 0),g.UNKNOWN_FE=i.OPCODES[254]=new g(254,"unknown_fe",void 0,[],void 0),g.UNKNOWN_FF=i.OPCODES[255]=new g(255,"unknown_ff",void 0,[],void 0),g.UNKNOWN_F800=i.OPCODES[63488]=new g(63488,"unknown_f800",void 0,[],void 0),g.SET_CHAT_CALLBACK=i.OPCODES[63489]=new g(63489,"set_chat_callback",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(d,void 0,P.Read)]},void 0,void 0),new S(u,void 0,void 0)],R.Pop),g.UNKNOWN_F802=i.OPCODES[63490]=new g(63490,"unknown_f802",void 0,[],void 0),g.UNKNOWN_F803=i.OPCODES[63491]=new g(63491,"unknown_f803",void 0,[],void 0),g.UNKNOWN_F804=i.OPCODES[63492]=new g(63492,"unknown_f804",void 0,[],void 0),g.UNKNOWN_F805=i.OPCODES[63493]=new g(63493,"unknown_f805",void 0,[],void 0),g.UNKNOWN_F806=i.OPCODES[63494]=new g(63494,"unknown_f806",void 0,[],void 0),g.UNKNOWN_F807=i.OPCODES[63495]=new g(63495,"unknown_f807",void 0,[],void 0),g.GET_DIFFICULTY_LEVEL2=i.OPCODES[63496]=new g(63496,"get_difficulty_level2","Sets the given register to the current difficulty. 0 For normal, 1 for hard, 2 for very hard and 3 for ultimate.",[new S({kind:o.RegTupRef,register_tuples:[new S(_,void 0,P.Write)]},void 0,void 0)],void 0),g.GET_NUMBER_OF_PLAYER1=i.OPCODES[63497]=new g(63497,"get_number_of_player1","Set the given register to the current number of players. Either 1, 2, 3 or 4.",[new S({kind:o.RegTupRef,register_tuples:[new S(_,void 0,P.Write)]},void 0,void 0)],void 0),g.GET_COORD_OF_PLAYER=i.OPCODES[63498]=new g(63498,"get_coord_of_player","Retrieves a player's position.",[new S({kind:o.RegTupRef,register_tuples:[new S(_,"X coordinate.",P.Write),new S(_,"Y coordinate.",P.Write),new S(_,"Z coordinate.",P.Write)]},void 0,void 0),new S({kind:o.RegTupRef,register_tuples:[new S(_,"Player slot.",P.Read)]},void 0,void 0)],void 0),g.ENABLE_MAP=i.OPCODES[63499]=new g(63499,"enable_map",void 0,[],void 0),g.DISABLE_MAP=i.OPCODES[63500]=new g(63500,"disable_map",void 0,[],void 0),g.MAP_DESIGNATE_EX=i.OPCODES[63501]=new g(63501,"map_designate_ex",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(_,void 0,P.Read),new S(_,void 0,P.Read),new S(_,void 0,P.Read),new S(_,void 0,P.Read),new S(_,void 0,P.Read)]},void 0,void 0)],void 0),g.UNKNOWN_F80E=i.OPCODES[63502]=new g(63502,"unknown_f80e",void 0,[new S(_,void 0,void 0)],R.Pop),g.UNKNOWN_F80F=i.OPCODES[63503]=new g(63503,"unknown_f80f",void 0,[new S(_,void 0,void 0)],R.Pop),g.BA_INITIAL_FLOOR=i.OPCODES[63504]=new g(63504,"ba_initial_floor",void 0,[new S(_,void 0,void 0)],R.Pop),g.SET_BA_RULES=i.OPCODES[63505]=new g(63505,"set_ba_rules",void 0,[],void 0),g.UNKNOWN_F812=i.OPCODES[63506]=new g(63506,"unknown_f812",void 0,[new S(_,void 0,void 0)],R.Pop),g.UNKNOWN_F813=i.OPCODES[63507]=new g(63507,"unknown_f813",void 0,[new S(_,void 0,void 0)],R.Pop),g.UNKNOWN_F814=i.OPCODES[63508]=new g(63508,"unknown_f814",void 0,[new S(_,void 0,void 0)],R.Pop),g.UNKNOWN_F815=i.OPCODES[63509]=new g(63509,"unknown_f815",void 0,[new S(_,void 0,void 0)],R.Pop),g.UNKNOWN_F816=i.OPCODES[63510]=new g(63510,"unknown_f816",void 0,[new S(_,void 0,void 0)],R.Pop),g.UNKNOWN_F817=i.OPCODES[63511]=new g(63511,"unknown_f817",void 0,[new S(_,void 0,void 0)],R.Pop),g.UNKNOWN_F818=i.OPCODES[63512]=new g(63512,"unknown_f818",void 0,[new S(_,void 0,void 0)],R.Pop),g.UNKNOWN_F819=i.OPCODES[63513]=new g(63513,"unknown_f819",void 0,[new S(_,void 0,void 0)],R.Pop),g.UNKNOWN_F81A=i.OPCODES[63514]=new g(63514,"unknown_f81a",void 0,[new S(_,void 0,void 0)],R.Pop),g.UNKNOWN_F81B=i.OPCODES[63515]=new g(63515,"unknown_f81b",void 0,[new S(_,void 0,void 0)],R.Pop),g.BA_DISP_MSG=i.OPCODES[63516]=new g(63516,"ba_disp_msg",void 0,[new S(u,void 0,void 0)],R.Pop),g.DEATH_LVL_UP=i.OPCODES[63517]=new g(63517,"death_lvl_up",void 0,[new S(_,void 0,void 0)],R.Pop),g.DEATH_TECH_LVL_UP=i.OPCODES[63518]=new g(63518,"death_tech_lvl_up",void 0,[new S(_,void 0,void 0)],R.Pop),g.UNKNOWN_F81F=i.OPCODES[63519]=new g(63519,"unknown_f81f",void 0,[],void 0),g.CMODE_STAGE=i.OPCODES[63520]=new g(63520,"cmode_stage",void 0,[new S(_,void 0,void 0)],R.Pop),g.UNKNOWN_F821=i.OPCODES[63521]=new g(63521,"unknown_f821",void 0,[],void 0),g.UNKNOWN_F822=i.OPCODES[63522]=new g(63522,"unknown_f822",void 0,[],void 0),g.UNKNOWN_F823=i.OPCODES[63523]=new g(63523,"unknown_f823",void 0,[new S(_,void 0,void 0)],R.Pop),g.UNKNOWN_F824=i.OPCODES[63524]=new g(63524,"unknown_f824",void 0,[new S(_,void 0,void 0)],R.Pop),g.EXP_MULTIPLICATION=i.OPCODES[63525]=new g(63525,"exp_multiplication",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(d,void 0,P.Write)]},void 0,void 0)],void 0),g.EXP_DIVISION=i.OPCODES[63526]=new g(63526,"exp_division",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(d,void 0,P.Write)]},void 0,void 0)],void 0),g.GET_USER_IS_DEAD=i.OPCODES[63527]=new g(63527,"get_user_is_dead",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(d,void 0,P.Write)]},void 0,void 0)],void 0),g.GO_FLOOR=i.OPCODES[63528]=new g(63528,"go_floor","Sends a player to the given floor.",[new S({kind:o.RegTupRef,register_tuples:[new S(_,"Player slot.",P.Read)]},void 0,void 0),new S({kind:o.RegTupRef,register_tuples:[new S(_,"Floor ID.",P.Read)]},void 0,void 0)],void 0),g.UNKNOWN_F829=i.OPCODES[63529]=new g(63529,"unknown_f829",void 0,[],void 0),g.UNKNOWN_F82A=i.OPCODES[63530]=new g(63530,"unknown_f82a",void 0,[],void 0),g.UNLOCK_DOOR2=i.OPCODES[63531]=new g(63531,"unlock_door2",void 0,[new S(_,void 0,void 0),new S(_,void 0,void 0)],R.Pop),g.LOCK_DOOR2=i.OPCODES[63532]=new g(63532,"lock_door2",void 0,[new S(_,void 0,void 0),new S(_,void 0,void 0)],R.Pop),g.IF_SWITCH_NOT_PRESSED=i.OPCODES[63533]=new g(63533,"if_switch_not_pressed",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(_,void 0,P.Read),new S(_,void 0,P.Write)]},void 0,void 0)],void 0),g.IF_SWITCH_PRESSED=i.OPCODES[63534]=new g(63534,"if_switch_pressed",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(_,"Floor ID.",P.Read),new S(_,"Switch ID.",P.Read),new S(_,"Will be set to 1 if the switch is pressed, 0 otherwise.",P.Write)]},void 0,void 0)],void 0),g.UNKNOWN_F82F=i.OPCODES[63535]=new g(63535,"unknown_f82f",void 0,[new S(_,void 0,void 0),new S(_,void 0,void 0)],R.Pop),g.CONTROL_DRAGON=i.OPCODES[63536]=new g(63536,"control_dragon",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(_,void 0,P.Read)]},void 0,void 0)],void 0),g.RELEASE_DRAGON=i.OPCODES[63537]=new g(63537,"release_dragon",void 0,[],void 0),g.UNKNOWN_F832=i.OPCODES[63538]=new g(63538,"unknown_f832",void 0,[],void 0),g.UNKNOWN_F833=i.OPCODES[63539]=new g(63539,"unknown_f833",void 0,[],void 0),g.UNKNOWN_F834=i.OPCODES[63540]=new g(63540,"unknown_f834",void 0,[],void 0),g.UNKNOWN_F835=i.OPCODES[63541]=new g(63541,"unknown_f835",void 0,[],void 0),g.UNKNOWN_F836=i.OPCODES[63542]=new g(63542,"unknown_f836",void 0,[],void 0),g.UNKNOWN_F837=i.OPCODES[63543]=new g(63543,"unknown_f837",void 0,[],void 0),g.SHRINK=i.OPCODES[63544]=new g(63544,"shrink",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(_,"Player slot.",P.Read)]},void 0,void 0)],void 0),g.UNSHRINK=i.OPCODES[63545]=new g(63545,"unshrink",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(_,"Player slot.",P.Read)]},void 0,void 0)],void 0),g.UNKNOWN_F83A=i.OPCODES[63546]=new g(63546,"unknown_f83a",void 0,[],void 0),g.UNKNOWN_F83B=i.OPCODES[63547]=new g(63547,"unknown_f83b",void 0,[],void 0),g.DISPLAY_CLOCK2=i.OPCODES[63548]=new g(63548,"display_clock2",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(_,void 0,P.Read)]},void 0,void 0)],void 0),g.UNKNOWN_F83D=i.OPCODES[63549]=new g(63549,"unknown_f83d",void 0,[new S(_,void 0,void 0)],R.Pop),g.DELETE_AREA_TITLE=i.OPCODES[63550]=new g(63550,"delete_area_title",void 0,[new S(_,void 0,void 0)],R.Pop),g.UNKNOWN_F83F=i.OPCODES[63551]=new g(63551,"unknown_f83f",void 0,[],void 0),g.LOAD_NPC_DATA=i.OPCODES[63552]=new g(63552,"load_npc_data",void 0,[],void 0),g.GET_NPC_DATA=i.OPCODES[63553]=new g(63553,"get_npc_data",void 0,[new S(r,void 0,void 0)],void 0),g.UNKNOWN_F842=i.OPCODES[63554]=new g(63554,"unknown_f842",void 0,[],void 0),g.UNKNOWN_F843=i.OPCODES[63555]=new g(63555,"unknown_f843",void 0,[],void 0),g.UNKNOWN_F844=i.OPCODES[63556]=new g(63556,"unknown_f844",void 0,[],void 0),g.UNKNOWN_F845=i.OPCODES[63557]=new g(63557,"unknown_f845",void 0,[],void 0),g.UNKNOWN_F846=i.OPCODES[63558]=new g(63558,"unknown_f846",void 0,[],void 0),g.UNKNOWN_F847=i.OPCODES[63559]=new g(63559,"unknown_f847",void 0,[],void 0),g.GIVE_DAMAGE_SCORE=i.OPCODES[63560]=new g(63560,"give_damage_score",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(_,void 0,P.Write)]},void 0,void 0)],void 0),g.TAKE_DAMAGE_SCORE=i.OPCODES[63561]=new g(63561,"take_damage_score",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(_,void 0,P.Write)]},void 0,void 0)],void 0),g.UNK_SCORE_F84A=i.OPCODES[63562]=new g(63562,"unk_score_f84a",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(_,void 0,P.Write)]},void 0,void 0)],void 0),g.UNK_SCORE_F84B=i.OPCODES[63563]=new g(63563,"unk_score_f84b",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(_,void 0,P.Write)]},void 0,void 0)],void 0),g.KILL_SCORE=i.OPCODES[63564]=new g(63564,"kill_score",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(_,void 0,P.Write)]},void 0,void 0)],void 0),g.DEATH_SCORE=i.OPCODES[63565]=new g(63565,"death_score",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(_,void 0,P.Write)]},void 0,void 0)],void 0),g.UNK_SCORE_F84E=i.OPCODES[63566]=new g(63566,"unk_score_f84e",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(_,void 0,P.Write)]},void 0,void 0)],void 0),g.ENEMY_DEATH_SCORE=i.OPCODES[63567]=new g(63567,"enemy_death_score",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(_,void 0,P.Write)]},void 0,void 0)],void 0),g.MESETA_SCORE=i.OPCODES[63568]=new g(63568,"meseta_score",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(_,void 0,P.Write)]},void 0,void 0)],void 0),g.UNKNOWN_F851=i.OPCODES[63569]=new g(63569,"unknown_f851",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(_,void 0,P.Write)]},void 0,void 0)],void 0),g.UNKNOWN_F852=i.OPCODES[63570]=new g(63570,"unknown_f852",void 0,[new S(_,void 0,void 0)],R.Pop),g.REVERSE_WARPS=i.OPCODES[63571]=new g(63571,"reverse_warps",void 0,[],void 0),g.UNREVERSE_WARPS=i.OPCODES[63572]=new g(63572,"unreverse_warps",void 0,[],void 0),g.SET_ULT_MAP=i.OPCODES[63573]=new g(63573,"set_ult_map",void 0,[],void 0),g.UNSET_ULT_MAP=i.OPCODES[63574]=new g(63574,"unset_ult_map",void 0,[],void 0),g.SET_AREA_TITLE=i.OPCODES[63575]=new g(63575,"set_area_title",void 0,[new S(u,void 0,void 0)],R.Pop),g.UNKNOWN_F858=i.OPCODES[63576]=new g(63576,"unknown_f858",void 0,[],void 0),g.UNKNOWN_F859=i.OPCODES[63577]=new g(63577,"unknown_f859",void 0,[],void 0),g.EQUIP_ITEM=i.OPCODES[63578]=new g(63578,"equip_item",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(_,void 0,P.Read)]},void 0,void 0)],void 0),g.UNEQUIP_ITEM=i.OPCODES[63579]=new g(63579,"unequip_item",void 0,[new S(_,void 0,void 0),new S(_,void 0,void 0)],R.Pop),g.UNKNOWN_F85C=i.OPCODES[63580]=new g(63580,"unknown_f85c",void 0,[],void 0),g.UNKNOWN_F85D=i.OPCODES[63581]=new g(63581,"unknown_f85d",void 0,[],void 0),g.UNKNOWN_F85E=i.OPCODES[63582]=new g(63582,"unknown_f85e",void 0,[new S(_,void 0,void 0)],R.Pop),g.UNKNOWN_F85F=i.OPCODES[63583]=new g(63583,"unknown_f85f",void 0,[new S(_,void 0,void 0)],R.Pop),g.UNKNOWN_F860=i.OPCODES[63584]=new g(63584,"unknown_f860",void 0,[],void 0),g.UNKNOWN_F861=i.OPCODES[63585]=new g(63585,"unknown_f861",void 0,[new S(_,void 0,void 0)],R.Pop),g.UNKNOWN_F862=i.OPCODES[63586]=new g(63586,"unknown_f862",void 0,[],void 0),g.UNKNOWN_F863=i.OPCODES[63587]=new g(63587,"unknown_f863",void 0,[],void 0),g.CMODE_RANK=i.OPCODES[63588]=new g(63588,"cmode_rank",void 0,[new S(_,void 0,void 0),new S(u,void 0,void 0)],R.Pop),g.AWARD_ITEM_NAME=i.OPCODES[63589]=new g(63589,"award_item_name",void 0,[],void 0),g.AWARD_ITEM_SELECT=i.OPCODES[63590]=new g(63590,"award_item_select",void 0,[],void 0),g.AWARD_ITEM_GIVE_TO=i.OPCODES[63591]=new g(63591,"award_item_give_to",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(_,void 0,P.Read)]},void 0,void 0)],void 0),g.UNKNOWN_F868=i.OPCODES[63592]=new g(63592,"unknown_f868",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(d,void 0,P.Write)]},void 0,void 0),new S({kind:o.RegTupRef,register_tuples:[new S(d,void 0,P.Write)]},void 0,void 0)],void 0),g.UNKNOWN_F869=i.OPCODES[63593]=new g(63593,"unknown_f869",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(d,void 0,P.Write)]},void 0,void 0),new S({kind:o.RegTupRef,register_tuples:[new S(d,void 0,P.Write)]},void 0,void 0)],void 0),g.ITEM_CREATE_CMODE=i.OPCODES[63594]=new g(63594,"item_create_cmode",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(d,void 0,P.Write)]},void 0,void 0),new S({kind:o.RegTupRef,register_tuples:[new S(d,void 0,P.Write)]},void 0,void 0)],void 0),g.UNKNOWN_F86B=i.OPCODES[63595]=new g(63595,"unknown_f86b",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(d,void 0,P.Read)]},void 0,void 0)],void 0),g.AWARD_ITEM_OK=i.OPCODES[63596]=new g(63596,"award_item_ok",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(d,void 0,P.Write)]},void 0,void 0)],void 0),g.UNKNOWN_F86D=i.OPCODES[63597]=new g(63597,"unknown_f86d",void 0,[],void 0),g.UNKNOWN_F86E=i.OPCODES[63598]=new g(63598,"unknown_f86e",void 0,[],void 0),g.BA_SET_LIVES=i.OPCODES[63599]=new g(63599,"ba_set_lives",void 0,[new S(_,void 0,void 0)],R.Pop),g.BA_SET_TECH_LVL=i.OPCODES[63600]=new g(63600,"ba_set_tech_lvl",void 0,[new S(_,void 0,void 0)],R.Pop),g.BA_SET_LVL=i.OPCODES[63601]=new g(63601,"ba_set_lvl",void 0,[new S(_,void 0,void 0)],R.Pop),g.BA_SET_TIME_LIMIT=i.OPCODES[63602]=new g(63602,"ba_set_time_limit",void 0,[new S(_,void 0,void 0)],R.Pop),g.BOSS_IS_DEAD=i.OPCODES[63603]=new g(63603,"boss_is_dead",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(d,void 0,P.Write)]},void 0,void 0)],void 0),g.UNKNOWN_F874=i.OPCODES[63604]=new g(63604,"unknown_f874",void 0,[],void 0),g.UNKNOWN_F875=i.OPCODES[63605]=new g(63605,"unknown_f875",void 0,[],void 0),g.UNKNOWN_F876=i.OPCODES[63606]=new g(63606,"unknown_f876",void 0,[],void 0),g.ENABLE_TECHS=i.OPCODES[63607]=new g(63607,"enable_techs","Enables technique use for the given player.",[new S({kind:o.RegTupRef,register_tuples:[new S(_,"Player slot.",P.Read)]},void 0,void 0)],void 0),g.DISABLE_TECHS=i.OPCODES[63608]=new g(63608,"disable_techs","Disables technique use for the given player.",[new S({kind:o.RegTupRef,register_tuples:[new S(_,"Player slot.",P.Read)]},void 0,void 0)],void 0),g.GET_GENDER=i.OPCODES[63609]=new g(63609,"get_gender","Retrieves the player's gender. 0 If male, 1 if female.",[new S({kind:o.RegTupRef,register_tuples:[new S(_,"Player slot.",P.Read)]},void 0,void 0),new S({kind:o.RegTupRef,register_tuples:[new S(_,"Player gender.",P.Write)]},void 0,void 0)],void 0),g.GET_CHARA_CLASS=i.OPCODES[63610]=new g(63610,"get_chara_class","Retrieves the player's race and character class.",[new S({kind:o.RegTupRef,register_tuples:[new S(_,"Player slot.",P.Read)]},void 0,void 0),new S({kind:o.RegTupRef,register_tuples:[new S(_,"Player race. 0 If human, 1 if newman, 2 if cast.",P.Write),new S(_,"Player class. 0 If hunter, 1 if ranger, 2 if force.",P.Write)]},void 0,void 0)],void 0),g.TAKE_SLOT_MESETA=i.OPCODES[63611]=new g(63611,"take_slot_meseta","Takes an amount of meseta from a player's inventory.",[new S({kind:o.RegTupRef,register_tuples:[new S(_,"Player slot.",P.Read),new S(_,"Amount of meseta to take.",P.Read)]},void 0,void 0),new S({kind:o.RegTupRef,register_tuples:[new S(_,"Will be set to 1 if the meseta was taken, 0 otherwise.",P.Write)]},void 0,void 0)],void 0),g.UNKNOWN_F87C=i.OPCODES[63612]=new g(63612,"unknown_f87c",void 0,[],void 0),g.UNKNOWN_F87D=i.OPCODES[63613]=new g(63613,"unknown_f87d",void 0,[],void 0),g.UNKNOWN_F87E=i.OPCODES[63614]=new g(63614,"unknown_f87e",void 0,[],void 0),g.READ_GUILDCARD_FLAG=i.OPCODES[63615]=new g(63615,"read_guildcard_flag",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(d,void 0,P.Write)]},void 0,void 0),new S({kind:o.RegTupRef,register_tuples:[new S(d,void 0,P.Write)]},void 0,void 0)],void 0),g.UNKNOWN_F880=i.OPCODES[63616]=new g(63616,"unknown_f880",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(d,void 0,P.Write)]},void 0,void 0)],void 0),g.GET_PL_NAME=i.OPCODES[63617]=new g(63617,"get_pl_name","Sets the value of to the given player's name.",[new S({kind:o.RegTupRef,register_tuples:[new S(_,"Player slot.",P.Read)]},void 0,void 0)],void 0),g.UNKNOWN_F882=i.OPCODES[63618]=new g(63618,"unknown_f882",void 0,[],void 0),g.UNKNOWN_F883=i.OPCODES[63619]=new g(63619,"unknown_f883",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(d,void 0,P.Write)]},void 0,void 0),new S({kind:o.RegTupRef,register_tuples:[new S(d,void 0,P.Write)]},void 0,void 0)],void 0),g.UNKNOWN_F884=i.OPCODES[63620]=new g(63620,"unknown_f884",void 0,[],void 0),g.UNKNOWN_F885=i.OPCODES[63621]=new g(63621,"unknown_f885",void 0,[],void 0),g.UNKNOWN_F886=i.OPCODES[63622]=new g(63622,"unknown_f886",void 0,[],void 0),g.UNKNOWN_F887=i.OPCODES[63623]=new g(63623,"unknown_f887",void 0,[],void 0),g.UNKNOWN_F888=i.OPCODES[63624]=new g(63624,"unknown_f888",void 0,[],void 0),g.UNKNOWN_F889=i.OPCODES[63625]=new g(63625,"unknown_f889",void 0,[],void 0),g.GET_PLAYER_STATUS=i.OPCODES[63626]=new g(63626,"get_player_status",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(d,void 0,P.Write)]},void 0,void 0),new S({kind:o.RegTupRef,register_tuples:[new S(d,void 0,P.Write)]},void 0,void 0)],void 0),g.SEND_MAIL=i.OPCODES[63627]=new g(63627,"send_mail",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(d,void 0,P.Read)]},void 0,void 0),new S(u,void 0,void 0)],R.Pop),g.ONLINE_CHECK=i.OPCODES[63628]=new g(63628,"online_check",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(d,void 0,P.Write)]},void 0,void 0)],void 0),g.CHL_SET_TIMERECORD=i.OPCODES[63629]=new g(63629,"chl_set_timerecord",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(d,void 0,P.Read)]},void 0,void 0)],void 0),g.CHL_GET_TIMERECORD=i.OPCODES[63630]=new g(63630,"chl_get_timerecord",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(d,void 0,P.Write)]},void 0,void 0)],void 0),g.UNKNOWN_F88F=i.OPCODES[63631]=new g(63631,"unknown_f88f",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(d,void 0,P.Write)]},void 0,void 0)],void 0),g.UNKNOWN_F890=i.OPCODES[63632]=new g(63632,"unknown_f890",void 0,[],void 0),g.LOAD_ENEMY_DATA=i.OPCODES[63633]=new g(63633,"load_enemy_data",void 0,[new S(_,void 0,void 0)],R.Pop),g.GET_PHYSICAL_DATA=i.OPCODES[63634]=new g(63634,"get_physical_data",void 0,[new S(t,void 0,void 0)],void 0),g.GET_ATTACK_DATA=i.OPCODES[63635]=new g(63635,"get_attack_data",void 0,[new S(t,void 0,void 0)],void 0),g.GET_RESIST_DATA=i.OPCODES[63636]=new g(63636,"get_resist_data",void 0,[new S(t,void 0,void 0)],void 0),g.GET_MOVEMENT_DATA=i.OPCODES[63637]=new g(63637,"get_movement_data",void 0,[new S(t,void 0,void 0)],void 0),g.UNKNOWN_F896=i.OPCODES[63638]=new g(63638,"unknown_f896",void 0,[],void 0),g.UNKNOWN_F897=i.OPCODES[63639]=new g(63639,"unknown_f897",void 0,[],void 0),g.SHIFT_LEFT=i.OPCODES[63640]=new g(63640,"shift_left",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(_,void 0,P.Write)]},void 0,void 0),new S({kind:o.RegTupRef,register_tuples:[new S(_,void 0,P.Read)]},void 0,void 0)],void 0),g.SHIFT_RIGHT=i.OPCODES[63641]=new g(63641,"shift_right",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(_,void 0,P.Write)]},void 0,void 0),new S({kind:o.RegTupRef,register_tuples:[new S(_,void 0,P.Read)]},void 0,void 0)],void 0),g.GET_RANDOM=i.OPCODES[63642]=new g(63642,"get_random",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(_,void 0,P.Read),new S(_,void 0,P.Read)]},void 0,void 0),new S({kind:o.RegTupRef,register_tuples:[new S(_,void 0,P.Write)]},void 0,void 0)],void 0),g.RESET_MAP=i.OPCODES[63643]=new g(63643,"reset_map","Sets all registers to 0 and resets the quest.",[],void 0),g.DISP_CHL_RETRY_MENU=i.OPCODES[63644]=new g(63644,"disp_chl_retry_menu",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(d,void 0,P.Write)]},void 0,void 0)],void 0),g.CHL_REVERSER=i.OPCODES[63645]=new g(63645,"chl_reverser",void 0,[],void 0),g.UNKNOWN_F89E=i.OPCODES[63646]=new g(63646,"unknown_f89e",void 0,[new S(_,void 0,void 0)],R.Pop),g.UNKNOWN_F89F=i.OPCODES[63647]=new g(63647,"unknown_f89f",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(d,void 0,P.Write)]},void 0,void 0)],void 0),g.UNKNOWN_F8A0=i.OPCODES[63648]=new g(63648,"unknown_f8a0",void 0,[],void 0),g.UNKNOWN_F8A1=i.OPCODES[63649]=new g(63649,"unknown_f8a1",void 0,[],void 0),g.UNKNOWN_F8A2=i.OPCODES[63650]=new g(63650,"unknown_f8a2",void 0,[],void 0),g.UNKNOWN_F8A3=i.OPCODES[63651]=new g(63651,"unknown_f8a3",void 0,[],void 0),g.UNKNOWN_F8A4=i.OPCODES[63652]=new g(63652,"unknown_f8a4",void 0,[],void 0),g.UNKNOWN_F8A5=i.OPCODES[63653]=new g(63653,"unknown_f8a5",void 0,[],void 0),g.UNKNOWN_F8A6=i.OPCODES[63654]=new g(63654,"unknown_f8a6",void 0,[],void 0),g.UNKNOWN_F8A7=i.OPCODES[63655]=new g(63655,"unknown_f8a7",void 0,[],void 0),g.UNKNOWN_F8A8=i.OPCODES[63656]=new g(63656,"unknown_f8a8",void 0,[new S(_,void 0,void 0)],R.Pop),g.UNKNOWN_F8A9=i.OPCODES[63657]=new g(63657,"unknown_f8a9",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(d,void 0,P.Write)]},void 0,void 0)],void 0),g.UNKNOWN_F8AA=i.OPCODES[63658]=new g(63658,"unknown_f8aa",void 0,[],void 0),g.UNKNOWN_F8AB=i.OPCODES[63659]=new g(63659,"unknown_f8ab",void 0,[],void 0),g.UNKNOWN_F8AC=i.OPCODES[63660]=new g(63660,"unknown_f8ac",void 0,[],void 0),g.GET_NUMBER_OF_PLAYER2=i.OPCODES[63661]=new g(63661,"get_number_of_player2",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(d,void 0,P.Write)]},void 0,void 0)],void 0),g.UNKNOWN_F8AE=i.OPCODES[63662]=new g(63662,"unknown_f8ae",void 0,[],void 0),g.UNKNOWN_F8AF=i.OPCODES[63663]=new g(63663,"unknown_f8af",void 0,[],void 0),g.UNKNOWN_F8B0=i.OPCODES[63664]=new g(63664,"unknown_f8b0",void 0,[],void 0),g.UNKNOWN_F8B1=i.OPCODES[63665]=new g(63665,"unknown_f8b1",void 0,[],void 0),g.UNKNOWN_F8B2=i.OPCODES[63666]=new g(63666,"unknown_f8b2",void 0,[],void 0),g.UNKNOWN_F8B3=i.OPCODES[63667]=new g(63667,"unknown_f8b3",void 0,[],void 0),g.UNKNOWN_F8B4=i.OPCODES[63668]=new g(63668,"unknown_f8b4",void 0,[],void 0),g.UNKNOWN_F8B5=i.OPCODES[63669]=new g(63669,"unknown_f8b5",void 0,[],void 0),g.UNKNOWN_F8B6=i.OPCODES[63670]=new g(63670,"unknown_f8b6",void 0,[],void 0),g.UNKNOWN_F8B7=i.OPCODES[63671]=new g(63671,"unknown_f8b7",void 0,[],void 0),g.UNKNOWN_F8B8=i.OPCODES[63672]=new g(63672,"unknown_f8b8",void 0,[],void 0),g.CHL_RECOVERY=i.OPCODES[63673]=new g(63673,"chl_recovery",void 0,[],void 0),g.UNKNOWN_F8BA=i.OPCODES[63674]=new g(63674,"unknown_f8ba",void 0,[],void 0),g.UNKNOWN_F8BB=i.OPCODES[63675]=new g(63675,"unknown_f8bb",void 0,[],void 0),g.SET_EPISODE=i.OPCODES[63676]=new g(63676,"set_episode",void 0,[new S(_,void 0,void 0)],void 0),g.UNKNOWN_F8BD=i.OPCODES[63677]=new g(63677,"unknown_f8bd",void 0,[],void 0),g.UNKNOWN_F8BE=i.OPCODES[63678]=new g(63678,"unknown_f8be",void 0,[],void 0),g.UNKNOWN_F8BF=i.OPCODES[63679]=new g(63679,"unknown_f8bf",void 0,[],void 0),g.FILE_DL_REQ=i.OPCODES[63680]=new g(63680,"file_dl_req",void 0,[new S(_,void 0,void 0),new S(u,void 0,void 0)],R.Pop),g.GET_DL_STATUS=i.OPCODES[63681]=new g(63681,"get_dl_status",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(d,void 0,P.Write)]},void 0,void 0)],void 0),g.GBA_UNKNOWN4=i.OPCODES[63682]=new g(63682,"gba_unknown4",void 0,[],void 0),g.GET_GBA_STATE=i.OPCODES[63683]=new g(63683,"get_gba_state",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(d,void 0,P.Write)]},void 0,void 0)],void 0),g.UNKNOWN_F8C4=i.OPCODES[63684]=new g(63684,"unknown_f8c4",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(d,void 0,P.Write)]},void 0,void 0)],void 0),g.UNKNOWN_F8C5=i.OPCODES[63685]=new g(63685,"unknown_f8c5",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(d,void 0,P.Write)]},void 0,void 0)],void 0),g.QEXIT=i.OPCODES[63686]=new g(63686,"qexit",void 0,[],void 0),g.USE_ANIMATION=i.OPCODES[63687]=new g(63687,"use_animation",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(_,"Player slot.",P.Read)]},void 0,void 0),new S({kind:o.RegTupRef,register_tuples:[new S(_,"Animation ID.",P.Read),new S(_,"Animation duration in number of frames.",P.Read)]},void 0,void 0)],void 0),g.STOP_ANIMATION=i.OPCODES[63688]=new g(63688,"stop_animation",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(_,"Player slot.",P.Read)]},void 0,void 0)],void 0),g.RUN_TO_COORD=i.OPCODES[63689]=new g(63689,"run_to_coord",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(d,void 0,P.Read)]},void 0,void 0),new S({kind:o.RegTupRef,register_tuples:[new S(d,void 0,P.Read)]},void 0,void 0)],void 0),g.SET_SLOT_INVINCIBLE=i.OPCODES[63690]=new g(63690,"set_slot_invincible",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(_,"Player slot.",P.Read)]},void 0,void 0),new S({kind:o.RegTupRef,register_tuples:[new S(_,void 0,P.Read)]},void 0,void 0)],void 0),g.UNKNOWN_F8CB=i.OPCODES[63691]=new g(63691,"unknown_f8cb",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(d,void 0,P.Read)]},void 0,void 0)],void 0),g.SET_SLOT_POISON=i.OPCODES[63692]=new g(63692,"set_slot_poison",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(_,"Player slot.",P.Read)]},void 0,void 0)],void 0),g.SET_SLOT_PARALYZE=i.OPCODES[63693]=new g(63693,"set_slot_paralyze",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(_,"Player slot.",P.Read)]},void 0,void 0)],void 0),g.SET_SLOT_SHOCK=i.OPCODES[63694]=new g(63694,"set_slot_shock",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(_,"Player slot.",P.Read)]},void 0,void 0)],void 0),g.SET_SLOT_FREEZE=i.OPCODES[63695]=new g(63695,"set_slot_freeze",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(_,"Player slot.",P.Read)]},void 0,void 0)],void 0),g.SET_SLOT_SLOW=i.OPCODES[63696]=new g(63696,"set_slot_slow",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(_,"Player slot.",P.Read)]},void 0,void 0)],void 0),g.SET_SLOT_CONFUSE=i.OPCODES[63697]=new g(63697,"set_slot_confuse",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(_,"Player slot.",P.Read)]},void 0,void 0)],void 0),g.SET_SLOT_SHIFTA=i.OPCODES[63698]=new g(63698,"set_slot_shifta",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(_,"Player slot.",P.Read)]},void 0,void 0)],void 0),g.SET_SLOT_DEBAND=i.OPCODES[63699]=new g(63699,"set_slot_deband",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(_,"Player slot.",P.Read)]},void 0,void 0)],void 0),g.SET_SLOT_JELLEN=i.OPCODES[63700]=new g(63700,"set_slot_jellen",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(_,"Player slot.",P.Read)]},void 0,void 0)],void 0),g.SET_SLOT_ZALURE=i.OPCODES[63701]=new g(63701,"set_slot_zalure",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(_,"Player slot.",P.Read)]},void 0,void 0)],void 0),g.FLETI_FIXED_CAMERA=i.OPCODES[63702]=new g(63702,"fleti_fixed_camera",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(d,void 0,P.Read)]},void 0,void 0)],R.Pop),g.FLETI_LOCKED_CAMERA=i.OPCODES[63703]=new g(63703,"fleti_locked_camera",void 0,[new S(_,void 0,void 0),new S({kind:o.RegTupRef,register_tuples:[new S(d,void 0,P.Read)]},void 0,void 0)],R.Pop),g.DEFAULT_CAMERA_POS2=i.OPCODES[63704]=new g(63704,"default_camera_pos2",void 0,[],void 0),g.SET_MOTION_BLUR=i.OPCODES[63705]=new g(63705,"set_motion_blur",void 0,[],void 0),g.SET_SCREEN_BW=i.OPCODES[63706]=new g(63706,"set_screen_bw",void 0,[],void 0),g.UNKNOWN_F8DB=i.OPCODES[63707]=new g(63707,"unknown_f8db",void 0,[new S(_,void 0,void 0),new S(_,void 0,void 0),new S(_,void 0,void 0),new S(_,void 0,void 0),new S({kind:o.RegTupRef,register_tuples:[new S(d,void 0,P.Read)]},void 0,void 0),new S(t,void 0,void 0)],R.Pop),g.NPC_ACTION_STRING=i.OPCODES[63708]=new g(63708,"npc_action_string",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(_,void 0,P.Read)]},void 0,void 0),new S({kind:o.RegTupRef,register_tuples:[new S(_,void 0,P.Read)]},void 0,void 0),new S(a,void 0,void 0)],void 0),g.GET_PAD_COND=i.OPCODES[63709]=new g(63709,"get_pad_cond",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(d,void 0,P.Write)]},void 0,void 0),new S({kind:o.RegTupRef,register_tuples:[new S(d,void 0,P.Write)]},void 0,void 0)],void 0),g.GET_BUTTON_COND=i.OPCODES[63710]=new g(63710,"get_button_cond",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(d,void 0,P.Write)]},void 0,void 0),new S({kind:o.RegTupRef,register_tuples:[new S(d,void 0,P.Write)]},void 0,void 0)],void 0),g.FREEZE_ENEMIES=i.OPCODES[63711]=new g(63711,"freeze_enemies",void 0,[],void 0),g.UNFREEZE_ENEMIES=i.OPCODES[63712]=new g(63712,"unfreeze_enemies",void 0,[],void 0),g.FREEZE_EVERYTHING=i.OPCODES[63713]=new g(63713,"freeze_everything",void 0,[],void 0),g.UNFREEZE_EVERYTHING=i.OPCODES[63714]=new g(63714,"unfreeze_everything",void 0,[],void 0),g.RESTORE_HP=i.OPCODES[63715]=new g(63715,"restore_hp",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(d,void 0,P.Read)]},void 0,void 0)],void 0),g.RESTORE_TP=i.OPCODES[63716]=new g(63716,"restore_tp",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(d,void 0,P.Read)]},void 0,void 0)],void 0),g.CLOSE_CHAT_BUBBLE=i.OPCODES[63717]=new g(63717,"close_chat_bubble",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(d,void 0,P.Read)]},void 0,void 0)],void 0),g.MOVE_COORDS_OBJECT=i.OPCODES[63718]=new g(63718,"move_coords_object",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(d,void 0,P.Read)]},void 0,void 0),new S({kind:o.RegTupRef,register_tuples:[new S(d,void 0,P.Read)]},void 0,void 0)],void 0),g.AT_COORDS_CALL_EX=i.OPCODES[63719]=new g(63719,"at_coords_call_ex",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(d,void 0,P.Read)]},void 0,void 0),new S({kind:o.RegTupRef,register_tuples:[new S(d,void 0,P.Read)]},void 0,void 0)],void 0),g.UNKNOWN_F8E8=i.OPCODES[63720]=new g(63720,"unknown_f8e8",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(d,void 0,P.Read)]},void 0,void 0),new S({kind:o.RegTupRef,register_tuples:[new S(d,void 0,P.Read)]},void 0,void 0)],void 0),g.UNKNOWN_F8E9=i.OPCODES[63721]=new g(63721,"unknown_f8e9",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(d,void 0,P.Read)]},void 0,void 0),new S({kind:o.RegTupRef,register_tuples:[new S(d,void 0,P.Read)]},void 0,void 0)],void 0),g.UNKNOWN_F8EA=i.OPCODES[63722]=new g(63722,"unknown_f8ea",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(d,void 0,P.Read)]},void 0,void 0),new S({kind:o.RegTupRef,register_tuples:[new S(d,void 0,P.Read)]},void 0,void 0)],void 0),g.UNKNOWN_F8EB=i.OPCODES[63723]=new g(63723,"unknown_f8eb",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(d,void 0,P.Read)]},void 0,void 0),new S({kind:o.RegTupRef,register_tuples:[new S(d,void 0,P.Read)]},void 0,void 0)],void 0),g.UNKNOWN_F8EC=i.OPCODES[63724]=new g(63724,"unknown_f8ec",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(d,void 0,P.Read)]},void 0,void 0),new S({kind:o.RegTupRef,register_tuples:[new S(d,void 0,P.Read)]},void 0,void 0)],void 0),g.ANIMATION_CHECK=i.OPCODES[63725]=new g(63725,"animation_check",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(d,void 0,P.Read)]},void 0,void 0),new S({kind:o.RegTupRef,register_tuples:[new S(d,void 0,P.Read)]},void 0,void 0)],void 0),g.CALL_IMAGE_DATA=i.OPCODES[63726]=new g(63726,"call_image_data",void 0,[new S(_,void 0,void 0),new S(t,void 0,void 0)],R.Pop),g.UNKNOWN_F8EF=i.OPCODES[63727]=new g(63727,"unknown_f8ef",void 0,[],void 0),g.TURN_OFF_BGM_P2=i.OPCODES[63728]=new g(63728,"turn_off_bgm_p2",void 0,[],void 0),g.TURN_ON_BGM_P2=i.OPCODES[63729]=new g(63729,"turn_on_bgm_p2",void 0,[],void 0),g.LOAD_UNK_DATA=i.OPCODES[63730]=new g(63730,"load_unk_data",void 0,[new S(_,void 0,void 0),new S(_,void 0,void 0),new S(_,void 0,void 0),new S(_,void 0,void 0),new S({kind:o.RegTupRef,register_tuples:[new S(d,void 0,P.Read)]},void 0,void 0),new S(r,void 0,void 0)],R.Pop),g.PARTICLE2=i.OPCODES[63731]=new g(63731,"particle2",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(d,void 0,P.Read)]},void 0,void 0),new S(_,void 0,void 0),new S(w,void 0,void 0)],R.Pop),g.UNKNOWN_F8F4=i.OPCODES[63732]=new g(63732,"unknown_f8f4",void 0,[],void 0),g.UNKNOWN_F8F5=i.OPCODES[63733]=new g(63733,"unknown_f8f5",void 0,[],void 0),g.UNKNOWN_F8F6=i.OPCODES[63734]=new g(63734,"unknown_f8f6",void 0,[],void 0),g.UNKNOWN_F8F7=i.OPCODES[63735]=new g(63735,"unknown_f8f7",void 0,[],void 0),g.UNKNOWN_F8F8=i.OPCODES[63736]=new g(63736,"unknown_f8f8",void 0,[],void 0),g.UNKNOWN_F8F9=i.OPCODES[63737]=new g(63737,"unknown_f8f9",void 0,[],void 0),g.UNKNOWN_F8FA=i.OPCODES[63738]=new g(63738,"unknown_f8fa",void 0,[],void 0),g.UNKNOWN_F8FB=i.OPCODES[63739]=new g(63739,"unknown_f8fb",void 0,[],void 0),g.UNKNOWN_F8FC=i.OPCODES[63740]=new g(63740,"unknown_f8fc",void 0,[],void 0),g.UNKNOWN_F8FD=i.OPCODES[63741]=new g(63741,"unknown_f8fd",void 0,[],void 0),g.UNKNOWN_F8FE=i.OPCODES[63742]=new g(63742,"unknown_f8fe",void 0,[],void 0),g.UNKNOWN_F8FF=i.OPCODES[63743]=new g(63743,"unknown_f8ff",void 0,[],void 0),g.UNKNOWN_F900=i.OPCODES[63744]=new g(63744,"unknown_f900",void 0,[],void 0),g.DEC2FLOAT=i.OPCODES[63745]=new g(63745,"dec2float",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(w,void 0,P.Write)]},void 0,void 0),new S({kind:o.RegTupRef,register_tuples:[new S(_,void 0,P.Read)]},void 0,void 0)],void 0),g.FLOAT2DEC=i.OPCODES[63746]=new g(63746,"float2dec",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(_,void 0,P.Write)]},void 0,void 0),new S({kind:o.RegTupRef,register_tuples:[new S(w,void 0,P.Read)]},void 0,void 0)],void 0),g.FLET=i.OPCODES[63747]=new g(63747,"flet",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(w,void 0,P.Write)]},void 0,void 0),new S({kind:o.RegTupRef,register_tuples:[new S(w,void 0,P.Read)]},void 0,void 0)],void 0),g.FLETI=i.OPCODES[63748]=new g(63748,"fleti",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(w,void 0,P.Write)]},void 0,void 0),new S(w,void 0,void 0)],void 0),g.UNKNOWN_F905=i.OPCODES[63749]=new g(63749,"unknown_f905",void 0,[],void 0),g.UNKNOWN_F906=i.OPCODES[63750]=new g(63750,"unknown_f906",void 0,[],void 0),g.UNKNOWN_F907=i.OPCODES[63751]=new g(63751,"unknown_f907",void 0,[],void 0),g.FADD=i.OPCODES[63752]=new g(63752,"fadd",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(w,void 0,P.Write)]},void 0,void 0),new S({kind:o.RegTupRef,register_tuples:[new S(w,void 0,P.Read)]},void 0,void 0)],void 0),g.FADDI=i.OPCODES[63753]=new g(63753,"faddi",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(w,void 0,P.Write)]},void 0,void 0),new S(w,void 0,void 0)],void 0),g.FSUB=i.OPCODES[63754]=new g(63754,"fsub",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(w,void 0,P.Write)]},void 0,void 0),new S({kind:o.RegTupRef,register_tuples:[new S(w,void 0,P.Read)]},void 0,void 0)],void 0),g.FSUBI=i.OPCODES[63755]=new g(63755,"fsubi",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(w,void 0,P.Write)]},void 0,void 0),new S(w,void 0,void 0)],void 0),g.FMUL=i.OPCODES[63756]=new g(63756,"fmul",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(w,void 0,P.Write)]},void 0,void 0),new S({kind:o.RegTupRef,register_tuples:[new S(w,void 0,P.Read)]},void 0,void 0)],void 0),g.FMULI=i.OPCODES[63757]=new g(63757,"fmuli",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(w,void 0,P.Write)]},void 0,void 0),new S(w,void 0,void 0)],void 0),g.FDIV=i.OPCODES[63758]=new g(63758,"fdiv",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(w,void 0,P.Write)]},void 0,void 0),new S({kind:o.RegTupRef,register_tuples:[new S(w,void 0,P.Read)]},void 0,void 0)],void 0),g.FDIVI=i.OPCODES[63759]=new g(63759,"fdivi",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(w,void 0,P.Write)]},void 0,void 0),new S(w,void 0,void 0)],void 0),g.GET_UNKNOWN_COUNT=i.OPCODES[63760]=new g(63760,"get_unknown_count",void 0,[new S(_,void 0,void 0),new S({kind:o.RegTupRef,register_tuples:[new S(_,void 0,P.Write)]},void 0,void 0)],R.Pop),g.GET_STACKABLE_ITEM_COUNT=i.OPCODES[63761]=new g(63761,"get_stackable_item_count",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(_,"Player slot.",P.Read),new S(_,void 0,P.Read),new S(_,void 0,P.Read),new S(_,void 0,P.Read)]},void 0,void 0),new S({kind:o.RegTupRef,register_tuples:[new S(_,void 0,P.Write)]},void 0,void 0)],void 0),g.FREEZE_AND_HIDE_EQUIP=i.OPCODES[63762]=new g(63762,"freeze_and_hide_equip",void 0,[],void 0),g.THAW_AND_SHOW_EQUIP=i.OPCODES[63763]=new g(63763,"thaw_and_show_equip",void 0,[],void 0),g.SET_PALETTEX_CALLBACK=i.OPCODES[63764]=new g(63764,"set_palettex_callback",void 0,[new S(_,"Player slot.",void 0),new S(s,void 0,void 0)],R.Pop),g.ACTIVATE_PALETTEX=i.OPCODES[63765]=new g(63765,"activate_palettex",void 0,[new S(_,"Player slot.",void 0)],R.Pop),g.ENABLE_PALETTEX=i.OPCODES[63766]=new g(63766,"enable_palettex",void 0,[new S(_,"Player slot.",void 0)],R.Pop),g.RESTORE_PALETTEX=i.OPCODES[63767]=new g(63767,"restore_palettex",void 0,[new S(_,"Player slot.",void 0)],R.Pop),g.DISABLE_PALETTEX=i.OPCODES[63768]=new g(63768,"disable_palettex",void 0,[new S(_,"Player slot.",void 0)],R.Pop),g.GET_PALETTEX_ACTIVATED=i.OPCODES[63769]=new g(63769,"get_palettex_activated",void 0,[new S(_,"Player slot.",void 0),new S({kind:o.RegTupRef,register_tuples:[new S(_,void 0,P.Write)]},void 0,void 0)],R.Pop),g.GET_UNKNOWN_PALETTEX_STATUS=i.OPCODES[63770]=new g(63770,"get_unknown_palettex_status",void 0,[new S(_,void 0,void 0),new S({kind:o.RegTupRef,register_tuples:[new S(_,void 0,P.Write)]},void 0,void 0)],R.Pop),g.DISABLE_MOVEMENT2=i.OPCODES[63771]=new g(63771,"disable_movement2",void 0,[new S(_,"Player slot.",void 0)],R.Pop),g.ENABLE_MOVEMENT2=i.OPCODES[63772]=new g(63772,"enable_movement2",void 0,[new S(_,"Player slot.",void 0)],R.Pop),g.GET_TIME_PLAYED=i.OPCODES[63773]=new g(63773,"get_time_played",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(_,void 0,P.Write)]},void 0,void 0)],void 0),g.GET_GUILDCARD_TOTAL=i.OPCODES[63774]=new g(63774,"get_guildcard_total",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(_,void 0,P.Write)]},void 0,void 0)],void 0),g.GET_SLOT_MESETA=i.OPCODES[63775]=new g(63775,"get_slot_meseta",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(_,void 0,P.Write)]},void 0,void 0)],void 0),g.GET_PLAYER_LEVEL=i.OPCODES[63776]=new g(63776,"get_player_level",void 0,[new S(_,"Player slot.",void 0),new S({kind:o.RegTupRef,register_tuples:[new S(_,void 0,P.Write)]},void 0,void 0)],R.Pop),g.GET_SECTION_ID=i.OPCODES[63777]=new g(63777,"get_section_id",void 0,[new S(_,"Player slot.",void 0),new S({kind:o.RegTupRef,register_tuples:[new S(_,void 0,P.Write)]},void 0,void 0)],R.Pop),g.GET_PLAYER_HP=i.OPCODES[63778]=new g(63778,"get_player_hp",void 0,[new S(_,"Player slot.",void 0),new S({kind:o.RegTupRef,register_tuples:[new S(_,"Maximum HP.",P.Write),new S(_,"Current HP.",P.Write),new S(_,"Maximum TP.",P.Write),new S(_,"Current TP.",P.Write)]},void 0,void 0)],R.Pop),g.GET_FLOOR_NUMBER=i.OPCODES[63779]=new g(63779,"get_floor_number",void 0,[new S(_,"Player slot.",void 0),new S({kind:o.RegTupRef,register_tuples:[new S(_,void 0,P.Write)]},void 0,void 0)],R.Pop),g.GET_COORD_PLAYER_DETECT=i.OPCODES[63780]=new g(63780,"get_coord_player_detect",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(d,"Player slot.",P.Read)]},void 0,void 0),new S({kind:o.RegTupRef,register_tuples:[new S(d,void 0,P.Read)]},void 0,void 0)],void 0),g.READ_GLOBAL_FLAG=i.OPCODES[63781]=new g(63781,"read_global_flag",void 0,[new S(_,void 0,void 0),new S({kind:o.RegTupRef,register_tuples:[new S(_,void 0,P.Write)]},void 0,void 0)],R.Pop),g.WRITE_GLOBAL_FLAG=i.OPCODES[63782]=new g(63782,"write_global_flag",void 0,[new S(_,void 0,void 0),new S(_,void 0,void 0)],R.Pop),g.UNKNOWN_F927=i.OPCODES[63783]=new g(63783,"unknown_f927",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(d,void 0,P.Write)]},void 0,void 0),new S({kind:o.RegTupRef,register_tuples:[new S(d,void 0,P.Write)]},void 0,void 0)],void 0),g.FLOOR_PLAYER_DETECT=i.OPCODES[63784]=new g(63784,"floor_player_detect",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(_,void 0,P.Write),new S(_,void 0,P.Write),new S(_,void 0,P.Write),new S(_,void 0,P.Write)]},void 0,void 0)],void 0),g.READ_DISK_FILE=i.OPCODES[63785]=new g(63785,"read_disk_file",void 0,[new S(u,void 0,void 0)],R.Pop),g.OPEN_PACK_SELECT=i.OPCODES[63786]=new g(63786,"open_pack_select",void 0,[],void 0),g.ITEM_SELECT=i.OPCODES[63787]=new g(63787,"item_select",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(d,void 0,P.Write)]},void 0,void 0)],void 0),g.GET_ITEM_ID=i.OPCODES[63788]=new g(63788,"get_item_id",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(d,void 0,P.Write)]},void 0,void 0)],void 0),g.COLOR_CHANGE=i.OPCODES[63789]=new g(63789,"color_change",void 0,[new S(_,void 0,void 0),new S(_,void 0,void 0),new S(_,void 0,void 0),new S(_,void 0,void 0),new S(_,void 0,void 0)],R.Pop),g.SEND_STATISTIC=i.OPCODES[63790]=new g(63790,"send_statistic",void 0,[new S(_,void 0,void 0),new S(_,void 0,void 0),new S(_,void 0,void 0),new S(_,void 0,void 0),new S(_,void 0,void 0),new S(_,void 0,void 0),new S(_,void 0,void 0),new S(_,void 0,void 0)],R.Pop),g.UNKNOWN_F92F=i.OPCODES[63791]=new g(63791,"unknown_f92f",void 0,[new S(_,void 0,void 0),new S(_,void 0,void 0)],R.Pop),g.CHAT_BOX=i.OPCODES[63792]=new g(63792,"chat_box",void 0,[new S(_,void 0,void 0),new S(_,void 0,void 0),new S(_,void 0,void 0),new S(_,void 0,void 0),new S(_,void 0,void 0),new S(u,void 0,void 0)],R.Pop),g.CHAT_BUBBLE=i.OPCODES[63793]=new g(63793,"chat_bubble",void 0,[new S(_,void 0,void 0),new S(u,void 0,void 0)],R.Pop),g.UNKNOWN_F932=i.OPCODES[63794]=new g(63794,"unknown_f932",void 0,[],void 0),g.UNKNOWN_F933=i.OPCODES[63795]=new g(63795,"unknown_f933",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(d,void 0,P.Write)]},void 0,void 0)],void 0),g.SCROLL_TEXT=i.OPCODES[63796]=new g(63796,"scroll_text",void 0,[new S(_,void 0,void 0),new S(_,void 0,void 0),new S(_,void 0,void 0),new S(_,void 0,void 0),new S(_,void 0,void 0),new S(w,void 0,void 0),new S({kind:o.RegTupRef,register_tuples:[new S(_,void 0,P.Write)]},void 0,void 0),new S(u,void 0,void 0)],R.Pop),g.GBA_UNKNOWN1=i.OPCODES[63797]=new g(63797,"gba_unknown1",void 0,[],void 0),g.GBA_UNKNOWN2=i.OPCODES[63798]=new g(63798,"gba_unknown2",void 0,[],void 0),g.GBA_UNKNOWN3=i.OPCODES[63799]=new g(63799,"gba_unknown3",void 0,[],void 0),g.ADD_DAMAGE_TO=i.OPCODES[63800]=new g(63800,"add_damage_to",void 0,[new S(_,void 0,void 0),new S(_,void 0,void 0)],R.Pop),g.ITEM_DELETE3=i.OPCODES[63801]=new g(63801,"item_delete3",void 0,[new S(_,void 0,void 0)],R.Pop),g.GET_ITEM_INFO=i.OPCODES[63802]=new g(63802,"get_item_info",void 0,[new S(_,void 0,void 0),new S({kind:o.RegTupRef,register_tuples:[new S(d,void 0,P.Write)]},void 0,void 0)],R.Pop),g.ITEM_PACKING1=i.OPCODES[63803]=new g(63803,"item_packing1",void 0,[new S(_,void 0,void 0)],R.Pop),g.ITEM_PACKING2=i.OPCODES[63804]=new g(63804,"item_packing2",void 0,[new S(_,void 0,void 0),new S(_,void 0,void 0)],R.Pop),g.GET_LANG_SETTING=i.OPCODES[63805]=new g(63805,"get_lang_setting",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(d,void 0,P.Write)]},void 0,void 0)],R.Pop),g.PREPARE_STATISTIC=i.OPCODES[63806]=new g(63806,"prepare_statistic",void 0,[new S(_,void 0,void 0),new S(s,void 0,void 0),new S(s,void 0,void 0)],R.Pop),g.KEYWORD_DETECT=i.OPCODES[63807]=new g(63807,"keyword_detect",void 0,[],void 0),g.KEYWORD=i.OPCODES[63808]=new g(63808,"keyword",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(_,void 0,P.Write)]},void 0,void 0),new S(_,"Player slot.",void 0),new S(u,void 0,void 0)],R.Pop),g.GET_GUILDCARD_NUM=i.OPCODES[63809]=new g(63809,"get_guildcard_num",void 0,[new S(_,"Player slot.",void 0),new S({kind:o.RegTupRef,register_tuples:[new S(_,void 0,P.Write)]},void 0,void 0)],R.Pop),g.UNKNOWN_F942=i.OPCODES[63810]=new g(63810,"unknown_f942",void 0,[],void 0),g.UNKNOWN_F943=i.OPCODES[63811]=new g(63811,"unknown_f943",void 0,[],void 0),g.GET_WRAP_STATUS=i.OPCODES[63812]=new g(63812,"get_wrap_status",void 0,[new S(_,"Player slot.",void 0),new S({kind:o.RegTupRef,register_tuples:[new S(_,void 0,P.Write)]},void 0,void 0)],R.Pop),g.INITIAL_FLOOR=i.OPCODES[63813]=new g(63813,"initial_floor",void 0,[new S(_,void 0,void 0)],R.Pop),g.SIN=i.OPCODES[63814]=new g(63814,"sin",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(_,void 0,P.Write)]},void 0,void 0),new S(_,void 0,void 0)],R.Pop),g.COS=i.OPCODES[63815]=new g(63815,"cos",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(_,void 0,P.Write)]},void 0,void 0),new S(_,void 0,void 0)],R.Pop),g.UNKNOWN_F948=i.OPCODES[63816]=new g(63816,"unknown_f948",void 0,[],void 0),g.UNKNOWN_F949=i.OPCODES[63817]=new g(63817,"unknown_f949",void 0,[],void 0),g.BOSS_IS_DEAD2=i.OPCODES[63818]=new g(63818,"boss_is_dead2",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(_,void 0,P.Write)]},void 0,void 0)],void 0),g.UNKNOWN_F94B=i.OPCODES[63819]=new g(63819,"unknown_f94b",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(_,void 0,P.Write)]},void 0,void 0)],void 0),g.UNKNOWN_F94C=i.OPCODES[63820]=new g(63820,"unknown_f94c",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(_,void 0,P.Write)]},void 0,void 0)],void 0),g.IS_THERE_CARDBATTLE=i.OPCODES[63821]=new g(63821,"is_there_cardbattle",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(_,void 0,P.Write)]},void 0,void 0)],void 0),g.UNKNOWN_F94E=i.OPCODES[63822]=new g(63822,"unknown_f94e",void 0,[],void 0),g.UNKNOWN_F94F=i.OPCODES[63823]=new g(63823,"unknown_f94f",void 0,[],void 0),g.BB_P2_MENU=i.OPCODES[63824]=new g(63824,"bb_p2_menu",void 0,[new S(_,void 0,void 0)],R.Pop),g.BB_MAP_DESIGNATE=i.OPCODES[63825]=new g(63825,"bb_map_designate",void 0,[new S(v,void 0,void 0),new S(t,void 0,void 0),new S(v,void 0,void 0),new S(v,void 0,void 0)],void 0),g.BB_GET_NUMBER_IN_PACK=i.OPCODES[63826]=new g(63826,"bb_get_number_in_pack",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(_,void 0,P.Write)]},void 0,void 0)],void 0),g.BB_SWAP_ITEM=i.OPCODES[63827]=new g(63827,"bb_swap_item",void 0,[new S(_,void 0,void 0),new S(_,void 0,void 0),new S(_,void 0,void 0),new S(_,void 0,void 0),new S(_,void 0,void 0),new S(_,void 0,void 0),new S(s,void 0,void 0),new S(s,void 0,void 0)],R.Pop),g.BB_CHECK_WRAP=i.OPCODES[63828]=new g(63828,"bb_check_wrap",void 0,[new S(_,void 0,void 0),new S({kind:o.RegTupRef,register_tuples:[new S(_,void 0,P.Write)]},void 0,void 0)],R.Pop),g.BB_EXCHANGE_PD_ITEM=i.OPCODES[63829]=new g(63829,"bb_exchange_pd_item",void 0,[new S(_,void 0,void 0),new S(_,void 0,void 0),new S(_,void 0,void 0),new S(s,void 0,void 0),new S(s,void 0,void 0)],R.Pop),g.BB_EXCHANGE_PD_SRANK=i.OPCODES[63830]=new g(63830,"bb_exchange_pd_srank",void 0,[new S(_,void 0,void 0),new S(_,void 0,void 0),new S(_,void 0,void 0),new S(_,void 0,void 0),new S(_,void 0,void 0),new S(s,void 0,void 0),new S(s,void 0,void 0)],R.Pop),g.BB_EXCHANGE_PD_SPECIAL=i.OPCODES[63831]=new g(63831,"bb_exchange_pd_special",void 0,[new S(_,void 0,void 0),new S(_,void 0,void 0),new S(_,void 0,void 0),new S(_,void 0,void 0),new S(_,void 0,void 0),new S(_,void 0,void 0),new S(s,void 0,void 0),new S(s,void 0,void 0)],R.Pop),g.BB_EXCHANGE_PD_PERCENT=i.OPCODES[63832]=new g(63832,"bb_exchange_pd_percent",void 0,[new S(_,void 0,void 0),new S(_,void 0,void 0),new S(_,void 0,void 0),new S(_,void 0,void 0),new S(_,void 0,void 0),new S(_,void 0,void 0),new S(s,void 0,void 0),new S(s,void 0,void 0)],R.Pop),g.UNKNOWN_F959=i.OPCODES[63833]=new g(63833,"unknown_f959",void 0,[new S(_,void 0,void 0)],R.Pop),g.UNKNOWN_F95A=i.OPCODES[63834]=new g(63834,"unknown_f95a",void 0,[],void 0),g.UNKNOWN_F95B=i.OPCODES[63835]=new g(63835,"unknown_f95b",void 0,[],void 0),g.BB_EXCHANGE_SLT=i.OPCODES[63836]=new g(63836,"bb_exchange_slt",void 0,[new S(_,void 0,void 0),new S({kind:o.RegTupRef,register_tuples:[new S(_,void 0,P.Write)]},void 0,void 0),new S(s,void 0,void 0),new S(s,void 0,void 0)],R.Pop),g.BB_EXCHANGE_PC=i.OPCODES[63837]=new g(63837,"bb_exchange_pc",void 0,[],void 0),g.BB_BOX_CREATE_BP=i.OPCODES[63838]=new g(63838,"bb_box_create_bp",void 0,[new S(_,void 0,void 0),new S(w,void 0,void 0),new S(w,void 0,void 0)],R.Pop),g.BB_EXCHANGE_PT=i.OPCODES[63839]=new g(63839,"bb_exchange_pt",void 0,[new S({kind:o.RegTupRef,register_tuples:[new S(_,void 0,P.Write)]},void 0,void 0),new S({kind:o.RegTupRef,register_tuples:[new S(_,void 0,P.Write)]},void 0,void 0),new S(_,void 0,void 0),new S(s,void 0,void 0),new S(s,void 0,void 0)],R.Pop),g.UNKNOWN_F960=i.OPCODES[63840]=new g(63840,"unknown_f960",void 0,[new S(_,void 0,void 0)],R.Pop),g.UNKNOWN_F961=i.OPCODES[63841]=new g(63841,"unknown_f961",void 0,[],void 0),g.UNKNOWN_F962=i.OPCODES[63842]=new g(63842,"unknown_f962",void 0,[],void 0),g.UNKNOWN_F963=i.OPCODES[63843]=new g(63843,"unknown_f963",void 0,[],void 0),g.UNKNOWN_F964=i.OPCODES[63844]=new g(63844,"unknown_f964",void 0,[],void 0),g.UNKNOWN_F965=i.OPCODES[63845]=new g(63845,"unknown_f965",void 0,[],void 0),g.UNKNOWN_F966=i.OPCODES[63846]=new g(63846,"unknown_f966",void 0,[],void 0),g.UNKNOWN_F967=i.OPCODES[63847]=new g(63847,"unknown_f967",void 0,[],void 0),g.UNKNOWN_F968=i.OPCODES[63848]=new g(63848,"unknown_f968",void 0,[],void 0),g.UNKNOWN_F969=i.OPCODES[63849]=new g(63849,"unknown_f969",void 0,[],void 0),g.UNKNOWN_F96A=i.OPCODES[63850]=new g(63850,"unknown_f96a",void 0,[],void 0),g.UNKNOWN_F96B=i.OPCODES[63851]=new g(63851,"unknown_f96b",void 0,[],void 0),g.UNKNOWN_F96C=i.OPCODES[63852]=new g(63852,"unknown_f96c",void 0,[],void 0),g.UNKNOWN_F96D=i.OPCODES[63853]=new g(63853,"unknown_f96d",void 0,[],void 0),g.UNKNOWN_F96E=i.OPCODES[63854]=new g(63854,"unknown_f96e",void 0,[],void 0),g.UNKNOWN_F96F=i.OPCODES[63855]=new g(63855,"unknown_f96f",void 0,[],void 0),g.UNKNOWN_F970=i.OPCODES[63856]=new g(63856,"unknown_f970",void 0,[],void 0),g.UNKNOWN_F971=i.OPCODES[63857]=new g(63857,"unknown_f971",void 0,[],void 0),g.UNKNOWN_F972=i.OPCODES[63858]=new g(63858,"unknown_f972",void 0,[],void 0),g.UNKNOWN_F973=i.OPCODES[63859]=new g(63859,"unknown_f973",void 0,[],void 0),g.UNKNOWN_F974=i.OPCODES[63860]=new g(63860,"unknown_f974",void 0,[],void 0),g.UNKNOWN_F975=i.OPCODES[63861]=new g(63861,"unknown_f975",void 0,[],void 0),g.UNKNOWN_F976=i.OPCODES[63862]=new g(63862,"unknown_f976",void 0,[],void 0),g.UNKNOWN_F977=i.OPCODES[63863]=new g(63863,"unknown_f977",void 0,[],void 0),g.UNKNOWN_F978=i.OPCODES[63864]=new g(63864,"unknown_f978",void 0,[],void 0),g.UNKNOWN_F979=i.OPCODES[63865]=new g(63865,"unknown_f979",void 0,[],void 0),g.UNKNOWN_F97A=i.OPCODES[63866]=new g(63866,"unknown_f97a",void 0,[],void 0),g.UNKNOWN_F97B=i.OPCODES[63867]=new g(63867,"unknown_f97b",void 0,[],void 0),g.UNKNOWN_F97C=i.OPCODES[63868]=new g(63868,"unknown_f97c",void 0,[],void 0),g.UNKNOWN_F97D=i.OPCODES[63869]=new g(63869,"unknown_f97d",void 0,[],void 0),g.UNKNOWN_F97E=i.OPCODES[63870]=new g(63870,"unknown_f97e",void 0,[],void 0),g.UNKNOWN_F97F=i.OPCODES[63871]=new g(63871,"unknown_f97f",void 0,[],void 0),g.UNKNOWN_F980=i.OPCODES[63872]=new g(63872,"unknown_f980",void 0,[],void 0),g.UNKNOWN_F981=i.OPCODES[63873]=new g(63873,"unknown_f981",void 0,[],void 0),g.UNKNOWN_F982=i.OPCODES[63874]=new g(63874,"unknown_f982",void 0,[],void 0),g.UNKNOWN_F983=i.OPCODES[63875]=new g(63875,"unknown_f983",void 0,[],void 0),g.UNKNOWN_F984=i.OPCODES[63876]=new g(63876,"unknown_f984",void 0,[],void 0),g.UNKNOWN_F985=i.OPCODES[63877]=new g(63877,"unknown_f985",void 0,[],void 0),g.UNKNOWN_F986=i.OPCODES[63878]=new g(63878,"unknown_f986",void 0,[],void 0),g.UNKNOWN_F987=i.OPCODES[63879]=new g(63879,"unknown_f987",void 0,[],void 0),g.UNKNOWN_F988=i.OPCODES[63880]=new g(63880,"unknown_f988",void 0,[],void 0),g.UNKNOWN_F989=i.OPCODES[63881]=new g(63881,"unknown_f989",void 0,[],void 0),g.UNKNOWN_F98A=i.OPCODES[63882]=new g(63882,"unknown_f98a",void 0,[],void 0),g.UNKNOWN_F98B=i.OPCODES[63883]=new g(63883,"unknown_f98b",void 0,[],void 0),g.UNKNOWN_F98C=i.OPCODES[63884]=new g(63884,"unknown_f98c",void 0,[],void 0),g.UNKNOWN_F98D=i.OPCODES[63885]=new g(63885,"unknown_f98d",void 0,[],void 0),g.UNKNOWN_F98E=i.OPCODES[63886]=new g(63886,"unknown_f98e",void 0,[],void 0),g.UNKNOWN_F98F=i.OPCODES[63887]=new g(63887,"unknown_f98f",void 0,[],void 0),g.UNKNOWN_F990=i.OPCODES[63888]=new g(63888,"unknown_f990",void 0,[],void 0),g.UNKNOWN_F991=i.OPCODES[63889]=new g(63889,"unknown_f991",void 0,[],void 0),g.UNKNOWN_F992=i.OPCODES[63890]=new g(63890,"unknown_f992",void 0,[],void 0),g.UNKNOWN_F993=i.OPCODES[63891]=new g(63891,"unknown_f993",void 0,[],void 0),g.UNKNOWN_F994=i.OPCODES[63892]=new g(63892,"unknown_f994",void 0,[],void 0),g.UNKNOWN_F995=i.OPCODES[63893]=new g(63893,"unknown_f995",void 0,[],void 0),g.UNKNOWN_F996=i.OPCODES[63894]=new g(63894,"unknown_f996",void 0,[],void 0),g.UNKNOWN_F997=i.OPCODES[63895]=new g(63895,"unknown_f997",void 0,[],void 0),g.UNKNOWN_F998=i.OPCODES[63896]=new g(63896,"unknown_f998",void 0,[],void 0),g.UNKNOWN_F999=i.OPCODES[63897]=new g(63897,"unknown_f999",void 0,[],void 0),g.UNKNOWN_F99A=i.OPCODES[63898]=new g(63898,"unknown_f99a",void 0,[],void 0),g.UNKNOWN_F99B=i.OPCODES[63899]=new g(63899,"unknown_f99b",void 0,[],void 0),g.UNKNOWN_F99C=i.OPCODES[63900]=new g(63900,"unknown_f99c",void 0,[],void 0),g.UNKNOWN_F99D=i.OPCODES[63901]=new g(63901,"unknown_f99d",void 0,[],void 0),g.UNKNOWN_F99E=i.OPCODES[63902]=new g(63902,"unknown_f99e",void 0,[],void 0),g.UNKNOWN_F99F=i.OPCODES[63903]=new g(63903,"unknown_f99f",void 0,[],void 0),g.UNKNOWN_F9A0=i.OPCODES[63904]=new g(63904,"unknown_f9a0",void 0,[],void 0),g.UNKNOWN_F9A1=i.OPCODES[63905]=new g(63905,"unknown_f9a1",void 0,[],void 0),g.UNKNOWN_F9A2=i.OPCODES[63906]=new g(63906,"unknown_f9a2",void 0,[],void 0),g.UNKNOWN_F9A3=i.OPCODES[63907]=new g(63907,"unknown_f9a3",void 0,[],void 0),g.UNKNOWN_F9A4=i.OPCODES[63908]=new g(63908,"unknown_f9a4",void 0,[],void 0),g.UNKNOWN_F9A5=i.OPCODES[63909]=new g(63909,"unknown_f9a5",void 0,[],void 0),g.UNKNOWN_F9A6=i.OPCODES[63910]=new g(63910,"unknown_f9a6",void 0,[],void 0),g.UNKNOWN_F9A7=i.OPCODES[63911]=new g(63911,"unknown_f9a7",void 0,[],void 0),g.UNKNOWN_F9A8=i.OPCODES[63912]=new g(63912,"unknown_f9a8",void 0,[],void 0),g.UNKNOWN_F9A9=i.OPCODES[63913]=new g(63913,"unknown_f9a9",void 0,[],void 0),g.UNKNOWN_F9AA=i.OPCODES[63914]=new g(63914,"unknown_f9aa",void 0,[],void 0),g.UNKNOWN_F9AB=i.OPCODES[63915]=new g(63915,"unknown_f9ab",void 0,[],void 0),g.UNKNOWN_F9AC=i.OPCODES[63916]=new g(63916,"unknown_f9ac",void 0,[],void 0),g.UNKNOWN_F9AD=i.OPCODES[63917]=new g(63917,"unknown_f9ad",void 0,[],void 0),g.UNKNOWN_F9AE=i.OPCODES[63918]=new g(63918,"unknown_f9ae",void 0,[],void 0),g.UNKNOWN_F9AF=i.OPCODES[63919]=new g(63919,"unknown_f9af",void 0,[],void 0),g.UNKNOWN_F9B0=i.OPCODES[63920]=new g(63920,"unknown_f9b0",void 0,[],void 0),g.UNKNOWN_F9B1=i.OPCODES[63921]=new g(63921,"unknown_f9b1",void 0,[],void 0),g.UNKNOWN_F9B2=i.OPCODES[63922]=new g(63922,"unknown_f9b2",void 0,[],void 0),g.UNKNOWN_F9B3=i.OPCODES[63923]=new g(63923,"unknown_f9b3",void 0,[],void 0),g.UNKNOWN_F9B4=i.OPCODES[63924]=new g(63924,"unknown_f9b4",void 0,[],void 0),g.UNKNOWN_F9B5=i.OPCODES[63925]=new g(63925,"unknown_f9b5",void 0,[],void 0),g.UNKNOWN_F9B6=i.OPCODES[63926]=new g(63926,"unknown_f9b6",void 0,[],void 0),g.UNKNOWN_F9B7=i.OPCODES[63927]=new g(63927,"unknown_f9b7",void 0,[],void 0),g.UNKNOWN_F9B8=i.OPCODES[63928]=new g(63928,"unknown_f9b8",void 0,[],void 0),g.UNKNOWN_F9B9=i.OPCODES[63929]=new g(63929,"unknown_f9b9",void 0,[],void 0),g.UNKNOWN_F9BA=i.OPCODES[63930]=new g(63930,"unknown_f9ba",void 0,[],void 0),g.UNKNOWN_F9BB=i.OPCODES[63931]=new g(63931,"unknown_f9bb",void 0,[],void 0),g.UNKNOWN_F9BC=i.OPCODES[63932]=new g(63932,"unknown_f9bc",void 0,[],void 0),g.UNKNOWN_F9BD=i.OPCODES[63933]=new g(63933,"unknown_f9bd",void 0,[],void 0),g.UNKNOWN_F9BE=i.OPCODES[63934]=new g(63934,"unknown_f9be",void 0,[],void 0),g.UNKNOWN_F9BF=i.OPCODES[63935]=new g(63935,"unknown_f9bf",void 0,[],void 0),g.UNKNOWN_F9C0=i.OPCODES[63936]=new g(63936,"unknown_f9c0",void 0,[],void 0),g.UNKNOWN_F9C1=i.OPCODES[63937]=new g(63937,"unknown_f9c1",void 0,[],void 0),g.UNKNOWN_F9C2=i.OPCODES[63938]=new g(63938,"unknown_f9c2",void 0,[],void 0),g.UNKNOWN_F9C3=i.OPCODES[63939]=new g(63939,"unknown_f9c3",void 0,[],void 0),g.UNKNOWN_F9C4=i.OPCODES[63940]=new g(63940,"unknown_f9c4",void 0,[],void 0),g.UNKNOWN_F9C5=i.OPCODES[63941]=new g(63941,"unknown_f9c5",void 0,[],void 0),g.UNKNOWN_F9C6=i.OPCODES[63942]=new g(63942,"unknown_f9c6",void 0,[],void 0),g.UNKNOWN_F9C7=i.OPCODES[63943]=new g(63943,"unknown_f9c7",void 0,[],void 0),g.UNKNOWN_F9C8=i.OPCODES[63944]=new g(63944,"unknown_f9c8",void 0,[],void 0),g.UNKNOWN_F9C9=i.OPCODES[63945]=new g(63945,"unknown_f9c9",void 0,[],void 0),g.UNKNOWN_F9CA=i.OPCODES[63946]=new g(63946,"unknown_f9ca",void 0,[],void 0),g.UNKNOWN_F9CB=i.OPCODES[63947]=new g(63947,"unknown_f9cb",void 0,[],void 0),g.UNKNOWN_F9CC=i.OPCODES[63948]=new g(63948,"unknown_f9cc",void 0,[],void 0),g.UNKNOWN_F9CD=i.OPCODES[63949]=new g(63949,"unknown_f9cd",void 0,[],void 0),g.UNKNOWN_F9CE=i.OPCODES[63950]=new g(63950,"unknown_f9ce",void 0,[],void 0),g.UNKNOWN_F9CF=i.OPCODES[63951]=new g(63951,"unknown_f9cf",void 0,[],void 0),g.UNKNOWN_F9D0=i.OPCODES[63952]=new g(63952,"unknown_f9d0",void 0,[],void 0),g.UNKNOWN_F9D1=i.OPCODES[63953]=new g(63953,"unknown_f9d1",void 0,[],void 0),g.UNKNOWN_F9D2=i.OPCODES[63954]=new g(63954,"unknown_f9d2",void 0,[],void 0),g.UNKNOWN_F9D3=i.OPCODES[63955]=new g(63955,"unknown_f9d3",void 0,[],void 0),g.UNKNOWN_F9D4=i.OPCODES[63956]=new g(63956,"unknown_f9d4",void 0,[],void 0),g.UNKNOWN_F9D5=i.OPCODES[63957]=new g(63957,"unknown_f9d5",void 0,[],void 0),g.UNKNOWN_F9D6=i.OPCODES[63958]=new g(63958,"unknown_f9d6",void 0,[],void 0),g.UNKNOWN_F9D7=i.OPCODES[63959]=new g(63959,"unknown_f9d7",void 0,[],void 0),g.UNKNOWN_F9D8=i.OPCODES[63960]=new g(63960,"unknown_f9d8",void 0,[],void 0),g.UNKNOWN_F9D9=i.OPCODES[63961]=new g(63961,"unknown_f9d9",void 0,[],void 0),g.UNKNOWN_F9DA=i.OPCODES[63962]=new g(63962,"unknown_f9da",void 0,[],void 0),g.UNKNOWN_F9DB=i.OPCODES[63963]=new g(63963,"unknown_f9db",void 0,[],void 0),g.UNKNOWN_F9DC=i.OPCODES[63964]=new g(63964,"unknown_f9dc",void 0,[],void 0),g.UNKNOWN_F9DD=i.OPCODES[63965]=new g(63965,"unknown_f9dd",void 0,[],void 0),g.UNKNOWN_F9DE=i.OPCODES[63966]=new g(63966,"unknown_f9de",void 0,[],void 0),g.UNKNOWN_F9DF=i.OPCODES[63967]=new g(63967,"unknown_f9df",void 0,[],void 0),g.UNKNOWN_F9E0=i.OPCODES[63968]=new g(63968,"unknown_f9e0",void 0,[],void 0),g.UNKNOWN_F9E1=i.OPCODES[63969]=new g(63969,"unknown_f9e1",void 0,[],void 0),g.UNKNOWN_F9E2=i.OPCODES[63970]=new g(63970,"unknown_f9e2",void 0,[],void 0),g.UNKNOWN_F9E3=i.OPCODES[63971]=new g(63971,"unknown_f9e3",void 0,[],void 0),g.UNKNOWN_F9E4=i.OPCODES[63972]=new g(63972,"unknown_f9e4",void 0,[],void 0),g.UNKNOWN_F9E5=i.OPCODES[63973]=new g(63973,"unknown_f9e5",void 0,[],void 0),g.UNKNOWN_F9E6=i.OPCODES[63974]=new g(63974,"unknown_f9e6",void 0,[],void 0),g.UNKNOWN_F9E7=i.OPCODES[63975]=new g(63975,"unknown_f9e7",void 0,[],void 0),g.UNKNOWN_F9E8=i.OPCODES[63976]=new g(63976,"unknown_f9e8",void 0,[],void 0),g.UNKNOWN_F9E9=i.OPCODES[63977]=new g(63977,"unknown_f9e9",void 0,[],void 0),g.UNKNOWN_F9EA=i.OPCODES[63978]=new g(63978,"unknown_f9ea",void 0,[],void 0),g.UNKNOWN_F9EB=i.OPCODES[63979]=new g(63979,"unknown_f9eb",void 0,[],void 0),g.UNKNOWN_F9EC=i.OPCODES[63980]=new g(63980,"unknown_f9ec",void 0,[],void 0),g.UNKNOWN_F9ED=i.OPCODES[63981]=new g(63981,"unknown_f9ed",void 0,[],void 0),g.UNKNOWN_F9EE=i.OPCODES[63982]=new g(63982,"unknown_f9ee",void 0,[],void 0),g.UNKNOWN_F9EF=i.OPCODES[63983]=new g(63983,"unknown_f9ef",void 0,[],void 0),g.UNKNOWN_F9F0=i.OPCODES[63984]=new g(63984,"unknown_f9f0",void 0,[],void 0),g.UNKNOWN_F9F1=i.OPCODES[63985]=new g(63985,"unknown_f9f1",void 0,[],void 0),g.UNKNOWN_F9F2=i.OPCODES[63986]=new g(63986,"unknown_f9f2",void 0,[],void 0),g.UNKNOWN_F9F3=i.OPCODES[63987]=new g(63987,"unknown_f9f3",void 0,[],void 0),g.UNKNOWN_F9F4=i.OPCODES[63988]=new g(63988,"unknown_f9f4",void 0,[],void 0),g.UNKNOWN_F9F5=i.OPCODES[63989]=new g(63989,"unknown_f9f5",void 0,[],void 0),g.UNKNOWN_F9F6=i.OPCODES[63990]=new g(63990,"unknown_f9f6",void 0,[],void 0),g.UNKNOWN_F9F7=i.OPCODES[63991]=new g(63991,"unknown_f9f7",void 0,[],void 0),g.UNKNOWN_F9F8=i.OPCODES[63992]=new g(63992,"unknown_f9f8",void 0,[],void 0),g.UNKNOWN_F9F9=i.OPCODES[63993]=new g(63993,"unknown_f9f9",void 0,[],void 0),g.UNKNOWN_F9FA=i.OPCODES[63994]=new g(63994,"unknown_f9fa",void 0,[],void 0),g.UNKNOWN_F9FB=i.OPCODES[63995]=new g(63995,"unknown_f9fb",void 0,[],void 0),g.UNKNOWN_F9FC=i.OPCODES[63996]=new g(63996,"unknown_f9fc",void 0,[],void 0),g.UNKNOWN_F9FD=i.OPCODES[63997]=new g(63997,"unknown_f9fd",void 0,[],void 0),g.UNKNOWN_F9FE=i.OPCODES[63998]=new g(63998,"unknown_f9fe",void 0,[],void 0),g.UNKNOWN_F9FF=i.OPCODES[63999]=new g(63999,"unknown_f9ff",void 0,[],void 0),i.Opcode=g,i.OPCODES.forEach(e=>{i.OPCODES_BY_MNEMONIC.set(e.mnemonic,e)})},lg9k:function(e,i,n){"use strict";Object.defineProperty(i,"__esModule",{value:!0});const o=n("ZPAt");i.Instruction=class{constructor(e,i){this.opcode=e,this.args=i,this.arg_size=0,this.param_to_args=[];const n=Math.min(e.params.length,i.length);for(let d=0;de.type===O.TokenType.Ident);if(v&&(i=w.OPCODES_BY_MNEMONIC.get(v.value)))for(const i of d){if(i.col+i.len>e.col)break;i.type===O.TokenType.Ident&&-1===n?n=0:i.type===O.TokenType.ArgSeparator&&n++}}const o={type:d.OutputMessageType.SignatureHelp,id:e.id,opcode:i,active_param:n};s.postMessage(o)}function p(){const e=v.assemble(r),i=new Map;for(const n of e.object_code)if(n.labels.includes(0)){if(n.type===_.SegmentType.Instructions)for(const e of n.instructions)e.opcode===w.Opcode.BB_MAP_DESIGNATE&&i.set(e.args[0].value,e.args[2].value);break}const n=Object.assign({type:d.OutputMessageType.NewObjectCode,map_designations:i},e);s.postMessage(n)}function P(e,i,n,o){const d=r[e-1],v=d.slice(0,i-1),t=d.slice(n-1);1===o.length?r.splice(e-1,1,v+o[0]+t):r.splice(e-1,1,v+o[0],...o.slice(1,o.length-1),o[o.length-1]+t)}function R(e,i,n){r.splice(e-1,1,n+r[e-1].slice(i-1))}function S(e,i,n){r.splice(e-1,1,r[e-1].slice(0,i-1)+n)}function g(e,i,n){r.splice(e-1,i-e+1,...n)}function f(e,i,n,o,d){const v=r[e-1],t=r[i-1],_=v.slice(0,n-1),w=t.slice(o-1);r.splice(e-1,i-e+1,_+d+w)}s.onmessage=e=>{a.push(e.data),u||(E(),u=setTimeout(()=>{u=void 0,E()},100))}}}); \ No newline at end of file diff --git a/editor.worker.js b/editor.worker.js index 43a854f5..407c4ad6 100644 --- a/editor.worker.js +++ b/editor.worker.js @@ -1 +1 @@ -!function(e){var r={};function t(n){if(r[n])return r[n].exports;var o=r[n]={i:n,l:!1,exports:{}};return e[n].call(o.exports,o,o.exports,t),o.l=!0,o.exports}t.m=e,t.c=r,t.d=function(e,r,n){t.o(e,r)||Object.defineProperty(e,r,{enumerable:!0,get:n})},t.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},t.t=function(e,r){if(1&r&&(e=t(e)),8&r)return e;if(4&r&&"object"==typeof e&&e&&e.__esModule)return e;var n=Object.create(null);if(t.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:e}),2&r&&"string"!=typeof e)for(var o in e)t.d(n,o,function(r){return e[r]}.bind(null,o));return n},t.n=function(e){var r=e&&e.__esModule?function(){return e.default}:function(){return e};return t.d(r,"a",r),r},t.o=function(e,r){return Object.prototype.hasOwnProperty.call(e,r)},t.p="",t(t.s="5QBA")}({"5QBA":function(e,r,t){e.exports=function(){return new Worker(t.p+"644cb75b671d09ebd8b0.worker.js")}}}); \ No newline at end of file +!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}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="5QBA")}({"5QBA":function(e,t,n){"use strict";n.r(t);var r=new(function(){function e(){this.listeners=[],this.unexpectedErrorHandler=function(e){setTimeout(function(){if(e.stack)throw new Error(e.message+"\n\n"+e.stack);throw e},0)}}return e.prototype.emit=function(e){this.listeners.forEach(function(t){t(e)})},e.prototype.onUnexpectedError=function(e){this.unexpectedErrorHandler(e),this.emit(e)},e.prototype.onUnexpectedExternalError=function(e){this.unexpectedErrorHandler(e)},e}());function i(e){u(e)||r.onUnexpectedError(e)}function o(e){return e instanceof Error?{$isError:!0,name:e.name,message:e.message,stack:e.stacktrace||e.stack}:e}var s="Canceled";function u(e){return e instanceof Error&&e.name===s&&e.message===s}function a(e){for(var t=[],n=1;nr?e[a]=o[u++]:u>i?e[a]=o[s++]:t(o[u],o[s])<0?e[a]=o[u++]:e[a]=o[s++]}(t,n,r,s,i,o)}(e,t,0,e.length-1,[]),e}var v=function(){function e(e,t,n,r){this.originalStart=e,this.originalLength=t,this.modifiedStart=n,this.modifiedLength=r}return e.prototype.getOriginalEnd=function(){return this.originalStart+this.originalLength},e.prototype.getModifiedEnd=function(){return this.modifiedStart+this.modifiedLength},e}();function y(e){return{getLength:function(){return e.length},getElementAtIndex:function(t){return e.charCodeAt(t)}}}function C(e,t,n){return new S(y(e),y(t)).ComputeDiff(n)}var b,L=function(){function e(){}return e.Assert=function(e,t){if(!e)throw new Error(t)},e}(),N=function(){function e(){}return e.Copy=function(e,t,n,r,i){for(var o=0;o0||this.m_modifiedCount>0)&&this.m_changes.push(new v(this.m_originalStart,this.m_originalCount,this.m_modifiedStart,this.m_modifiedCount)),this.m_originalCount=0,this.m_modifiedCount=0,this.m_originalStart=Number.MAX_VALUE,this.m_modifiedStart=Number.MAX_VALUE},e.prototype.AddOriginalElement=function(e,t){this.m_originalStart=Math.min(this.m_originalStart,e),this.m_modifiedStart=Math.min(this.m_modifiedStart,t),this.m_originalCount++},e.prototype.AddModifiedElement=function(e,t){this.m_originalStart=Math.min(this.m_originalStart,e),this.m_modifiedStart=Math.min(this.m_modifiedStart,t),this.m_modifiedCount++},e.prototype.getChanges=function(){return(this.m_originalCount>0||this.m_modifiedCount>0)&&this.MarkNextChange(),this.m_changes},e.prototype.getReverseChanges=function(){return(this.m_originalCount>0||this.m_modifiedCount>0)&&this.MarkNextChange(),this.m_changes.reverse(),this.m_changes},e}(),S=function(){function e(e,t,n){void 0===n&&(n=null),this.OriginalSequence=e,this.ModifiedSequence=t,this.ContinueProcessingPredicate=n,this.m_forwardHistory=[],this.m_reverseHistory=[]}return e.prototype.ElementsAreEqual=function(e,t){return this.OriginalSequence.getElementAtIndex(e)===this.ModifiedSequence.getElementAtIndex(t)},e.prototype.OriginalElementsAreEqual=function(e,t){return this.OriginalSequence.getElementAtIndex(e)===this.OriginalSequence.getElementAtIndex(t)},e.prototype.ModifiedElementsAreEqual=function(e,t){return this.ModifiedSequence.getElementAtIndex(e)===this.ModifiedSequence.getElementAtIndex(t)},e.prototype.ComputeDiff=function(e){return this._ComputeDiff(0,this.OriginalSequence.getLength()-1,0,this.ModifiedSequence.getLength()-1,e)},e.prototype._ComputeDiff=function(e,t,n,r,i){var o=this.ComputeDiffRecursive(e,t,n,r,[!1]);return i?this.PrettifyChanges(o):o},e.prototype.ComputeDiffRecursive=function(e,t,n,r,i){for(i[0]=!1;e<=t&&n<=r&&this.ElementsAreEqual(e,n);)e++,n++;for(;t>=e&&r>=n&&this.ElementsAreEqual(t,r);)t--,r--;if(e>t||n>r){var o=void 0;return n<=r?(L.Assert(e===t+1,"originalStart should only be one more than originalEnd"),o=[new v(e,0,n,r-n+1)]):e<=t?(L.Assert(n===r+1,"modifiedStart should only be one more than modifiedEnd"),o=[new v(e,t-e+1,n,0)]):(L.Assert(e===t+1,"originalStart should only be one more than originalEnd"),L.Assert(n===r+1,"modifiedStart should only be one more than modifiedEnd"),o=[]),o}var s=[0],u=[0],a=this.ComputeRecursionPoint(e,t,n,r,s,u,i),l=s[0],c=u[0];if(null!==a)return a;if(!i[0]){var f=this.ComputeDiffRecursive(e,l,n,c,i),h=[];return h=i[0]?[new v(l+1,t-(l+1)+1,c+1,r-(c+1)+1)]:this.ComputeDiffRecursive(l+1,t,c+1,r,i),this.ConcatenateChanges(f,h)}return[new v(e,t-e+1,n,r-n+1)]},e.prototype.WALKTRACE=function(e,t,n,r,i,o,s,u,a,l,c,f,h,d,m,p,g,_){var y,C,b=null,L=new E,N=t,S=n,w=h[0]-p[0]-r,A=Number.MIN_VALUE,T=this.m_forwardHistory.length-1;do{(C=w+e)===N||C=0&&(e=(a=this.m_forwardHistory[T])[0],N=1,S=a.length-1)}while(--T>=-1);if(y=L.getReverseChanges(),_[0]){var M=h[0]+1,P=p[0]+1;if(null!==y&&y.length>0){var O=y[y.length-1];M=Math.max(M,O.getOriginalEnd()),P=Math.max(P,O.getModifiedEnd())}b=[new v(M,f-M+1,P,m-P+1)]}else{L=new E,N=o,S=s,w=h[0]-p[0]-u,A=Number.MAX_VALUE,T=g?this.m_reverseHistory.length-1:this.m_reverseHistory.length-2;do{(C=w+i)===N||C=l[C+1]?(d=(c=l[C+1]-1)-w-u,c>A&&L.MarkNextChange(),A=c+1,L.AddOriginalElement(c+1,d+1),w=C+1-i):(d=(c=l[C-1])-w-u,c>A&&L.MarkNextChange(),A=c,L.AddModifiedElement(c+1,d+1),w=C-1-i),T>=0&&(i=(l=this.m_reverseHistory[T])[0],N=1,S=l.length-1)}while(--T>=-1);b=L.getChanges()}return this.ConcatenateChanges(y,b)},e.prototype.ComputeRecursionPoint=function(e,t,n,r,i,o,s){var u,a=0,l=0,c=0,f=0,h=0,d=0;e--,n--,i[0]=0,o[0]=0,this.m_forwardHistory=[],this.m_reverseHistory=[];var m,p,g=t-e+(r-n),_=g+1,y=new Array(_),C=new Array(_),b=r-n,L=t-e,E=e-n,S=t-r,w=(L-b)%2==0;for(y[b]=e,C[L]=t,s[0]=!1,u=1;u<=g/2+1;u++){var A=0,T=0;for(c=this.ClipDiagonalBound(b-u,u,b,_),f=this.ClipDiagonalBound(b+u,u,b,_),m=c;m<=f;m+=2){for(l=(a=m===c||mA+T&&(A=a,T=l),!w&&Math.abs(m-L)<=u-1&&a>=C[m])return i[0]=a,o[0]=l,p<=C[m]&&u<=1448?this.WALKTRACE(b,c,f,E,L,h,d,S,y,C,a,t,i,l,r,o,w,s):null}var M=(A-e+(T-n)-u)/2;if(null!==this.ContinueProcessingPredicate&&!this.ContinueProcessingPredicate(A,this.OriginalSequence,M))return s[0]=!0,i[0]=A,o[0]=T,M>0&&u<=1448?this.WALKTRACE(b,c,f,E,L,h,d,S,y,C,a,t,i,l,r,o,w,s):[new v(++e,t-e+1,++n,r-n+1)];for(h=this.ClipDiagonalBound(L-u,u,L,_),d=this.ClipDiagonalBound(L+u,u,L,_),m=h;m<=d;m+=2){for(l=(a=m===h||m=C[m+1]?C[m+1]-1:C[m-1])-(m-L)-S,p=a;a>e&&l>n&&this.ElementsAreEqual(a,l);)a--,l--;if(C[m]=a,w&&Math.abs(m-b)<=u&&a<=y[m])return i[0]=a,o[0]=l,p>=y[m]&&u<=1448?this.WALKTRACE(b,c,f,E,L,h,d,S,y,C,a,t,i,l,r,o,w,s):null}if(u<=1447){var P=new Array(f-c+2);P[0]=b-c+1,N.Copy(y,c,P,1,f-c+1),this.m_forwardHistory.push(P),(P=new Array(d-h+2))[0]=L-h+1,N.Copy(C,h,P,1,d-h+1),this.m_reverseHistory.push(P)}}return this.WALKTRACE(b,c,f,E,L,h,d,S,y,C,a,t,i,l,r,o,w,s)},e.prototype.PrettifyChanges=function(e){for(var t=0;t0,s=n.modifiedLength>0;n.originalStart+n.originalLength=0;t--){n=e[t],r=0,i=0;if(t>0){var a=e[t-1];a.originalLength>0&&(r=a.originalStart+a.originalLength),a.modifiedLength>0&&(i=a.modifiedStart+a.modifiedLength)}o=n.originalLength>0,s=n.modifiedLength>0;for(var l=0,c=this._boundaryScore(n.originalStart,n.originalLength,n.modifiedStart,n.modifiedLength),f=1;;f++){var h=n.originalStart-f,d=n.modifiedStart-f;if(hc&&(c=m,l=f)}n.originalStart-=l,n.modifiedStart-=l}return e},e.prototype._OriginalIsBoundary=function(e){if(e<=0||e>=this.OriginalSequence.getLength()-1)return!0;var t=this.OriginalSequence.getElementAtIndex(e);return"string"==typeof t&&/^\s*$/.test(t)},e.prototype._OriginalRegionIsBoundary=function(e,t){if(this._OriginalIsBoundary(e)||this._OriginalIsBoundary(e-1))return!0;if(t>0){var n=e+t;if(this._OriginalIsBoundary(n-1)||this._OriginalIsBoundary(n))return!0}return!1},e.prototype._ModifiedIsBoundary=function(e){if(e<=0||e>=this.ModifiedSequence.getLength()-1)return!0;var t=this.ModifiedSequence.getElementAtIndex(e);return"string"==typeof t&&/^\s*$/.test(t)},e.prototype._ModifiedRegionIsBoundary=function(e,t){if(this._ModifiedIsBoundary(e)||this._ModifiedIsBoundary(e-1))return!0;if(t>0){var n=e+t;if(this._ModifiedIsBoundary(n-1)||this._ModifiedIsBoundary(n))return!0}return!1},e.prototype._boundaryScore=function(e,t,n,r){return(this._OriginalRegionIsBoundary(e,t)?1:0)+(this._ModifiedRegionIsBoundary(n,r)?1:0)},e.prototype.ConcatenateChanges=function(e,t){var n=[];if(0===e.length||0===t.length)return t.length>0?t:e;if(this.ChangesOverlap(e[e.length-1],t[0],n)){var r=new Array(e.length+t.length-1);return N.Copy(e,0,r,0,e.length-1),r[e.length-1]=n[0],N.Copy(t,1,r,e.length,t.length-1),r}r=new Array(e.length+t.length);return N.Copy(e,0,r,0,e.length),N.Copy(t,0,r,e.length,t.length),r},e.prototype.ChangesOverlap=function(e,t,n){if(L.Assert(e.originalStart<=t.originalStart,"Left change is not less than or equal to right change"),L.Assert(e.modifiedStart<=t.modifiedStart,"Left change is not less than or equal to right change"),e.originalStart+e.originalLength>=t.originalStart||e.modifiedStart+e.modifiedLength>=t.modifiedStart){var r=e.originalStart,i=e.originalLength,o=e.modifiedStart,s=e.modifiedLength;return e.originalStart+e.originalLength>=t.originalStart&&(i=t.originalStart+t.originalLength-e.originalStart),e.modifiedStart+e.modifiedLength>=t.modifiedStart&&(s=t.modifiedStart+t.modifiedLength-e.modifiedStart),n[0]=new v(r,i,o,s),!0}return n[0]=null,!1},e.prototype.ClipDiagonalBound=function(e,t,n,r){if(e>=0&&e=n?A:{done:!1,value:e[t++]}}}},e.from=function(t){return t?Array.isArray(t)?e.fromArray(t):t:e.empty()},e.map=function(e,t){return{next:function(){var n=e.next();return n.done?A:{done:!1,value:t(n.value)}}}},e.filter=function(e,t){return{next:function(){for(;;){var n=e.next();if(n.done)return A;if(t(n.value))return{done:!1,value:n.value}}}}},e.forEach=n,e.collect=function(e){var t=[];return n(e,function(e){return t.push(e)}),t}}(b||(b={}));(function(e){function t(t,n,r,i){return void 0===n&&(n=0),void 0===r&&(r=t.length),void 0===i&&(i=n-1),e.call(this,t,n,r,i)||this}w(t,e),t.prototype.current=function(){return e.prototype.current.call(this)},t.prototype.previous=function(){return this.index=Math.max(this.index-1,this.start-1),this.current()},t.prototype.first=function(){return this.index=this.start,this.current()},t.prototype.last=function(){return this.index=this.end-1,this.current()},t.prototype.parent=function(){return null}})(function(){function e(e,t,n,r){void 0===t&&(t=0),void 0===n&&(n=e.length),void 0===r&&(r=t-1),this.items=e,this.start=t,this.end=n,this.index=r}return e.prototype.next=function(){return this.index=Math.min(this.index+1,this.end),this.current()},e.prototype.current=function(){return this.index===this.start-1||this.index===this.end?null:this.items[this.index]},e}()),function(){function e(e,t){this.iterator=e,this.fn=t}e.prototype.next=function(){return this.fn(this.iterator.next())}}();var T,M=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),P=/^\w[\w\d+.-]*$/,O=/^\//,x=/^\/\//,I=!0;var R="",k="/",U=/^(([^:\/?#]+?):)?(\/\/([^\/?#]*))?([^?#]*)(\?([^#]*))?(#(.*))?/,F=function(){function e(e,t,n,r,i,o){void 0===o&&(o=!1),"object"==typeof e?(this.scheme=e.scheme||R,this.authority=e.authority||R,this.path=e.path||R,this.query=e.query||R,this.fragment=e.fragment||R):(this.scheme=function(e,t){return t||I?e||R:(e||(console.trace("BAD uri lacks scheme, falling back to file-scheme."),e="file"),e)}(e,o),this.authority=t||R,this.path=function(e,t){switch(e){case"https":case"http":case"file":t?t[0]!==k&&(t=k+t):t=k}return t}(this.scheme,n||R),this.query=r||R,this.fragment=i||R,function(e,t){if(!e.scheme){if(t||I)throw new Error('[UriError]: Scheme is missing: {scheme: "", authority: "'+e.authority+'", path: "'+e.path+'", query: "'+e.query+'", fragment: "'+e.fragment+'"}');console.warn('[UriError]: Scheme is missing: {scheme: "", authority: "'+e.authority+'", path: "'+e.path+'", query: "'+e.query+'", fragment: "'+e.fragment+'"}')}if(e.scheme&&!P.test(e.scheme))throw new Error("[UriError]: Scheme contains illegal characters.");if(e.path)if(e.authority){if(!O.test(e.path))throw new Error('[UriError]: If a URI contains an authority component, then the path component must either be empty or begin with a slash ("/") character')}else if(x.test(e.path))throw new Error('[UriError]: If a URI does not contain an authority component, then the path cannot begin with two slash characters ("//")')}(this,o))}return e.isUri=function(t){return t instanceof e||!!t&&("string"==typeof t.authority&&"string"==typeof t.fragment&&"string"==typeof t.path&&"string"==typeof t.query&&"string"==typeof t.scheme&&"function"==typeof t.fsPath&&"function"==typeof t.with&&"function"==typeof t.toString)},Object.defineProperty(e.prototype,"fsPath",{get:function(){return V(this)},enumerable:!0,configurable:!0}),e.prototype.with=function(e){if(!e)return this;var t=e.scheme,n=e.authority,r=e.path,i=e.query,o=e.fragment;return void 0===t?t=this.scheme:null===t&&(t=R),void 0===n?n=this.authority:null===n&&(n=R),void 0===r?r=this.path:null===r&&(r=R),void 0===i?i=this.query:null===i&&(i=R),void 0===o?o=this.fragment:null===o&&(o=R),t===this.scheme&&n===this.authority&&r===this.path&&i===this.query&&o===this.fragment?this:new D(t,n,r,i,o)},e.parse=function(e,t){void 0===t&&(t=!1);var n=U.exec(e);return n?new D(n[2]||R,decodeURIComponent(n[4]||R),decodeURIComponent(n[5]||R),decodeURIComponent(n[7]||R),decodeURIComponent(n[9]||R),t):new D(R,R,R,R,R)},e.file=function(e){var t=R;if(c.c&&(e=e.replace(/\\/g,k)),e[0]===k&&e[1]===k){var n=e.indexOf(k,2);-1===n?(t=e.substring(2),e=k):(t=e.substring(2,n),e=e.substring(n)||k)}return new D("file",t,e,R,R)},e.from=function(e){return new D(e.scheme,e.authority,e.path,e.query,e.fragment)},e.prototype.toString=function(e){return void 0===e&&(e=!1),j(this,e)},e.prototype.toJSON=function(){return this},e.revive=function(t){if(t){if(t instanceof e)return t;var n=new D(t);return n._fsPath=t.fsPath,n._formatted=t.external,n}return t},e}(),D=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t._formatted=null,t._fsPath=null,t}return M(t,e),Object.defineProperty(t.prototype,"fsPath",{get:function(){return this._fsPath||(this._fsPath=V(this)),this._fsPath},enumerable:!0,configurable:!0}),t.prototype.toString=function(e){return void 0===e&&(e=!1),e?j(this,!0):(this._formatted||(this._formatted=j(this,!1)),this._formatted)},t.prototype.toJSON=function(){var e={$mid:1};return this._fsPath&&(e.fsPath=this._fsPath),this._formatted&&(e.external=this._formatted),this.path&&(e.path=this.path),this.scheme&&(e.scheme=this.scheme),this.authority&&(e.authority=this.authority),this.query&&(e.query=this.query),this.fragment&&(e.fragment=this.fragment),e},t}(F),K=((T={})[58]="%3A",T[47]="%2F",T[63]="%3F",T[35]="%23",T[91]="%5B",T[93]="%5D",T[64]="%40",T[33]="%21",T[36]="%24",T[38]="%26",T[39]="%27",T[40]="%28",T[41]="%29",T[42]="%2A",T[43]="%2B",T[44]="%2C",T[59]="%3B",T[61]="%3D",T[32]="%20",T);function q(e,t){for(var n=void 0,r=-1,i=0;i=97&&o<=122||o>=65&&o<=90||o>=48&&o<=57||45===o||46===o||95===o||126===o||t&&47===o)-1!==r&&(n+=encodeURIComponent(e.substring(r,i)),r=-1),void 0!==n&&(n+=e.charAt(i));else{void 0===n&&(n=e.substr(0,i));var s=K[o];void 0!==s?(-1!==r&&(n+=encodeURIComponent(e.substring(r,i)),r=-1),n+=s):-1===r&&(r=i)}}return-1!==r&&(n+=encodeURIComponent(e.substring(r))),void 0!==n?n:e}function B(e){for(var t=void 0,n=0;n1&&"file"===e.scheme?"//"+e.authority+e.path:47===e.path.charCodeAt(0)&&(e.path.charCodeAt(1)>=65&&e.path.charCodeAt(1)<=90||e.path.charCodeAt(1)>=97&&e.path.charCodeAt(1)<=122)&&58===e.path.charCodeAt(2)?e.path[1].toLowerCase()+e.path.substr(2):e.path,c.c&&(t=t.replace(/\//g,"\\")),t}function j(e,t){var n=t?B:q,r="",i=e.scheme,o=e.authority,s=e.path,u=e.query,a=e.fragment;if(i&&(r+=i,r+=":"),(o||"file"===i)&&(r+=k,r+=k),o){var l=o.indexOf("@");if(-1!==l){var c=o.substr(0,l);o=o.substr(l+1),-1===(l=c.indexOf(":"))?r+=n(c,!1):(r+=n(c.substr(0,l),!1),r+=":",r+=n(c.substr(l+1),!1)),r+="@"}-1===(l=(o=o.toLowerCase()).indexOf(":"))?r+=n(o,!1):(r+=n(o.substr(0,l),!1),r+=o.substr(l))}if(s){if(s.length>=3&&47===s.charCodeAt(0)&&58===s.charCodeAt(2))(f=s.charCodeAt(1))>=65&&f<=90&&(s="/"+String.fromCharCode(f+32)+":"+s.substr(3));else if(s.length>=2&&58===s.charCodeAt(1)){var f;(f=s.charCodeAt(0))>=65&&f<=90&&(s=String.fromCharCode(f+32)+":"+s.substr(2))}r+=n(s,!0)}return u&&(r+="?",r+=n(u,!1)),a&&(r+="#",r+=t?a:q(a,!1)),r}var Y=function(){function e(e,t){this.lineNumber=e,this.column=t}return e.prototype.with=function(t,n){return void 0===t&&(t=this.lineNumber),void 0===n&&(n=this.column),t===this.lineNumber&&n===this.column?this:new e(t,n)},e.prototype.delta=function(e,t){return void 0===e&&(e=0),void 0===t&&(t=0),this.with(this.lineNumber+e,this.column+t)},e.prototype.equals=function(t){return e.equals(this,t)},e.equals=function(e,t){return!e&&!t||!!e&&!!t&&e.lineNumber===t.lineNumber&&e.column===t.column},e.prototype.isBefore=function(t){return e.isBefore(this,t)},e.isBefore=function(e,t){return e.lineNumbern||e===n&&t>r?(this.startLineNumber=n,this.startColumn=r,this.endLineNumber=e,this.endColumn=t):(this.startLineNumber=e,this.startColumn=t,this.endLineNumber=n,this.endColumn=r)}return e.prototype.isEmpty=function(){return e.isEmpty(this)},e.isEmpty=function(e){return e.startLineNumber===e.endLineNumber&&e.startColumn===e.endColumn},e.prototype.containsPosition=function(t){return e.containsPosition(this,t)},e.containsPosition=function(e,t){return!(t.lineNumbere.endLineNumber)&&(!(t.lineNumber===e.startLineNumber&&t.columne.endColumn))},e.prototype.containsRange=function(t){return e.containsRange(this,t)},e.containsRange=function(e,t){return!(t.startLineNumbere.endLineNumber||t.endLineNumber>e.endLineNumber)&&(!(t.startLineNumber===e.startLineNumber&&t.startColumne.endColumn)))},e.prototype.plusRange=function(t){return e.plusRange(this,t)},e.plusRange=function(t,n){var r,i,o,s;return n.startLineNumbert.endLineNumber?(o=n.endLineNumber,s=n.endColumn):n.endLineNumber===t.endLineNumber?(o=n.endLineNumber,s=Math.max(n.endColumn,t.endColumn)):(o=t.endLineNumber,s=t.endColumn),new e(r,i,o,s)},e.prototype.intersectRanges=function(t){return e.intersectRanges(this,t)},e.intersectRanges=function(t,n){var r=t.startLineNumber,i=t.startColumn,o=t.endLineNumber,s=t.endColumn,u=n.startLineNumber,a=n.startColumn,l=n.endLineNumber,c=n.endColumn;return rl?(o=l,s=c):o===l&&(s=Math.min(s,c)),r>o?null:r===o&&i>s?null:new e(r,i,o,s)},e.prototype.equalsRange=function(t){return e.equalsRange(this,t)},e.equalsRange=function(e,t){return!!e&&!!t&&e.startLineNumber===t.startLineNumber&&e.startColumn===t.startColumn&&e.endLineNumber===t.endLineNumber&&e.endColumn===t.endColumn},e.prototype.getEndPosition=function(){return new Y(this.endLineNumber,this.endColumn)},e.prototype.getStartPosition=function(){return new Y(this.startLineNumber,this.startColumn)},e.prototype.toString=function(){return"["+this.startLineNumber+","+this.startColumn+" -> "+this.endLineNumber+","+this.endColumn+"]"},e.prototype.setEndPosition=function(t,n){return new e(this.startLineNumber,this.startColumn,t,n)},e.prototype.setStartPosition=function(t,n){return new e(t,n,this.endLineNumber,this.endColumn)},e.prototype.collapseToStart=function(){return e.collapseToStart(this)},e.collapseToStart=function(t){return new e(t.startLineNumber,t.startColumn,t.startLineNumber,t.startColumn)},e.fromPositions=function(t,n){return void 0===n&&(n=t),new e(t.lineNumber,t.column,n.lineNumber,n.column)},e.lift=function(t){return t?new e(t.startLineNumber,t.startColumn,t.endLineNumber,t.endColumn):null},e.isIRange=function(e){return e&&"number"==typeof e.startLineNumber&&"number"==typeof e.startColumn&&"number"==typeof e.endLineNumber&&"number"==typeof e.endColumn},e.areIntersectingOrTouching=function(e,t){return!(e.endLineNumbere.startLineNumber},e}();String.fromCharCode(65279);var H=5e3,G=3;function Q(e,t,n,r){return new S(e,t,n).ComputeDiff(r)}var z=function(){function e(t){for(var n=[],r=[],i=0,o=t.length;i=0;n--){var r=e.charCodeAt(n);if(32!==r&&9!==r)return n}return-1}(e);return-1===n?t:n+2},e.prototype.getCharSequence=function(e,t,n){for(var r=[],i=[],o=[],s=0,u=t;u<=n;u++)for(var a=this._lines[u],l=e?this._startColumns[u]:1,c=e?this._endColumns[u]:a.length+1,f=l;f1&&m>1;){if(f.charCodeAt(d-2)!==h.charCodeAt(m-2))break;d--,m--}(d>1||m>1)&&this._pushTrimWhitespaceCharChange(i,o+1,1,d,s+1,1,m);for(var p=z._getLastNonBlankColumn(f,1),g=z._getLastNonBlankColumn(h,1),_=f.length+1,v=h.length+1;p<_&&g255?255:0|e}function ne(e){return e<0?0:e>4294967295?4294967295:0|e}var re=function(e,t){this.index=e,this.remainder=t},ie=function(){function e(e){this.values=e,this.prefixSum=new Uint32Array(e.length),this.prefixSumValidIndex=new Int32Array(1),this.prefixSumValidIndex[0]=-1}return e.prototype.getCount=function(){return this.values.length},e.prototype.insertValues=function(e,t){e=ne(e);var n=this.values,r=this.prefixSum,i=t.length;return 0!==i&&(this.values=new Uint32Array(n.length+i),this.values.set(n.subarray(0,e),0),this.values.set(n.subarray(e),e+i),this.values.set(t,e),e-1=0&&this.prefixSum.set(r.subarray(0,this.prefixSumValidIndex[0]+1)),!0)},e.prototype.changeValue=function(e,t){return e=ne(e),t=ne(t),this.values[e]!==t&&(this.values[e]=t,e-1=n.length)return!1;var i=n.length-e;return t>=i&&(t=i),0!==t&&(this.values=new Uint32Array(n.length-t),this.values.set(n.subarray(0,e),0),this.values.set(n.subarray(e+t),e),this.prefixSum=new Uint32Array(this.values.length),e-1=0&&this.prefixSum.set(r.subarray(0,this.prefixSumValidIndex[0]+1)),!0)},e.prototype.getTotalValue=function(){return 0===this.values.length?0:this._getAccumulatedValue(this.values.length-1)},e.prototype.getAccumulatedValue=function(e){return e<0?0:(e=ne(e),this._getAccumulatedValue(e))},e.prototype._getAccumulatedValue=function(e){if(e<=this.prefixSumValidIndex[0])return this.prefixSum[e];var t=this.prefixSumValidIndex[0]+1;0===t&&(this.prefixSum[0]=this.values[0],t++),e>=this.values.length&&(e=this.values.length-1);for(var n=t;n<=e;n++)this.prefixSum[n]=this.prefixSum[n-1]+this.values[n];return this.prefixSumValidIndex[0]=Math.max(this.prefixSumValidIndex[0],e),this.prefixSum[e]},e.prototype.getIndexOf=function(e){e=Math.floor(e),this.getTotalValue();for(var t=0,n=this.values.length-1,r=0,i=0,o=0;t<=n;)if(r=t+(n-t)/2|0,e<(o=(i=this.prefixSum[r])-this.values[r]))n=r-1;else{if(!(e>=i))break;t=r+1}return new re(r,e-o)},e}(),oe=(function(){function e(e){this._cacheAccumulatedValueStart=0,this._cache=null,this._actual=new ie(e),this._bustCache()}e.prototype._bustCache=function(){this._cacheAccumulatedValueStart=0,this._cache=null},e.prototype.insertValues=function(e,t){this._actual.insertValues(e,t)&&this._bustCache()},e.prototype.changeValue=function(e,t){this._actual.changeValue(e,t)&&this._bustCache()},e.prototype.removeValues=function(e,t){this._actual.removeValues(e,t)&&this._bustCache()},e.prototype.getTotalValue=function(){return this._actual.getTotalValue()},e.prototype.getAccumulatedValue=function(e){return this._actual.getAccumulatedValue(e)},e.prototype.getIndexOf=function(e){if(e=Math.floor(e),null!==this._cache){var t=e-this._cacheAccumulatedValueStart;if(t>=0&&t/?";var ue=function(e){void 0===e&&(e="");for(var t="(-?\\d*\\.\\d\\w*)|([^",n=0,r=se;n=0||(t+="\\"+i)}return t+="\\s]+)",new RegExp(t,"g")}();var ae=function(){function e(t){var n=te(t);this._defaultValue=n,this._asciiMap=e._createAsciiMap(n),this._map=new Map}return e._createAsciiMap=function(e){for(var t=new Uint8Array(256),n=0;n<256;n++)t[n]=e;return t},e.prototype.set=function(e,t){var n=te(t);e>=0&&e<256?this._asciiMap[e]=n:this._map.set(e,n)},e.prototype.get=function(e){return e>=0&&e<256?this._asciiMap[e]:this._map.get(e)||this._defaultValue},e}(),le=(function(){function e(){this._actual=new ae(0)}e.prototype.add=function(e){this._actual.set(e,1)},e.prototype.has=function(e){return 1===this._actual.get(e)}}(),function(){function e(e){for(var t=0,n=0,r=0,i=e.length;rt&&(t=l),s>n&&(n=s),(c=o[2])>n&&(n=c)}var u=new ee(++n,++t,0);for(r=0,i=e.length;r=this._maxCharCode?0:this._states.get(e,t)},e}()),ce=null;var fe=null;var he=function(){function e(){}return e._createLink=function(e,t,n,r,i){var o=i-1;do{var s=t.charCodeAt(o);if(2!==e.get(s))break;o--}while(o>r);if(r>0){var u=t.charCodeAt(r-1),a=t.charCodeAt(o);(40===u&&41===a||91===u&&93===a||123===u&&125===a)&&o--}return{range:{startLineNumber:n,startColumn:r+1,endLineNumber:n,endColumn:o+2},url:t.substring(r,o+1)}},e.computeLinks=function(t,n){void 0===n&&(null===ce&&(ce=new le([[1,104,2],[1,72,2],[1,102,6],[1,70,6],[2,116,3],[2,84,3],[3,116,4],[3,84,4],[4,112,5],[4,80,5],[5,115,9],[5,83,9],[5,58,10],[6,105,7],[6,73,7],[7,108,8],[7,76,8],[8,101,9],[8,69,9],[9,58,10],[10,47,11],[11,47,12]])),n=ce);for(var r=function(){if(null===fe){fe=new ae(0);for(var e=0;e<" \t<>'\"、。。、,.:;?!@#$%&*‘“〈《「『【〔([{「」}])〕】』」》〉”’`~…".length;e++)fe.set(" \t<>'\"、。。、,.:;?!@#$%&*‘“〈《「『【〔([{「」}])〕】』」》〉”’`~…".charCodeAt(e),1);for(e=0;e<".,;".length;e++)fe.set(".,;".charCodeAt(e),2)}return fe}(),i=[],o=1,s=t.getLineCount();o<=s;o++){for(var u=t.getLineContent(o),a=u.length,l=0,c=0,f=0,h=1,d=!1,m=!1,p=!1;l=0?((r+=n?1:-1)<0?r=e.length-1:r%=e.length,e[r]):null},e.INSTANCE=new e,e}();n("URDS");var me,pe=function(){function e(t){this.element=t,this.next=e.Undefined,this.prev=e.Undefined}return e.Undefined=new e(void 0),e}(),ge=function(){function e(){this._first=pe.Undefined,this._last=pe.Undefined,this._size=0}return Object.defineProperty(e.prototype,"size",{get:function(){return this._size},enumerable:!0,configurable:!0}),e.prototype.isEmpty=function(){return this._first===pe.Undefined},e.prototype.clear=function(){this._first=pe.Undefined,this._last=pe.Undefined,this._size=0},e.prototype.unshift=function(e){return this._insert(e,!1)},e.prototype.push=function(e){return this._insert(e,!0)},e.prototype._insert=function(e,t){var n=this,r=new pe(e);if(this._first===pe.Undefined)this._first=r,this._last=r;else if(t){var i=this._last;this._last=r,r.prev=i,i.next=r}else{var o=this._first;this._first=r,r.next=o,o.prev=r}this._size+=1;var s=!1;return function(){s||(s=!0,n._remove(r))}},e.prototype.shift=function(){if(this._first!==pe.Undefined){var e=this._first.element;return this._remove(this._first),e}},e.prototype._remove=function(e){if(e.prev!==pe.Undefined&&e.next!==pe.Undefined){var t=e.prev;t.next=e.next,e.next.prev=t}else e.prev===pe.Undefined&&e.next===pe.Undefined?(this._first=pe.Undefined,this._last=pe.Undefined):e.next===pe.Undefined?(this._last=this._last.prev,this._last.next=pe.Undefined):e.prev===pe.Undefined&&(this._first=this._first.next,this._first.prev=pe.Undefined);this._size-=1},e.prototype.iterator=function(){var e,t=this._first;return{next:function(){return t===pe.Undefined?A:(e?e.value=t.element:e={done:!1,value:t.element},t=t.next,e)}}},e.prototype.toArray=function(){for(var e=[],t=this._first;t!==pe.Undefined;t=t.next)e.push(t.element);return e},e}(),_e=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}();!function(e){var t={dispose:function(){}};function n(e){return function(t,n,r){void 0===n&&(n=null);var i,o=!1;return i=e(function(e){if(!o)return i?i.dispose():o=!0,t.call(n,e)},null,r),o&&i.dispose(),i}}function r(e,t){return u(function(n,r,i){return void 0===r&&(r=null),e(function(e){return n.call(r,t(e))},null,i)})}function i(e,t){return u(function(n,r,i){return void 0===r&&(r=null),e(function(e){t(e),n.call(r,e)},null,i)})}function o(e,t){return u(function(n,r,i){return void 0===r&&(r=null),e(function(e){return t(e)&&n.call(r,e)},null,i)})}function s(e,t,n){var i=n;return r(e,function(e){return i=t(i,e)})}function u(e){var t,n=new Le({onFirstListenerAdd:function(){t=e(n.fire,n)},onLastListenerRemove:function(){t.dispose()}});return n.event}function l(e){var t,n=!0;return o(e,function(e){var r=n||e!==t;return n=!1,t=e,r})}e.None=function(){return t},e.once=n,e.map=r,e.forEach=i,e.filter=o,e.signal=function(e){return e},e.any=function(){for(var e=[],t=0;t1)&&l.fire(e),a=0},n)})},onLastListenerRemove:function(){o.dispose()}});return l.event},e.stopwatch=function(e){var t=(new Date).getTime();return r(n(e),function(e){return(new Date).getTime()-t})},e.latch=l,e.buffer=function(e,t,n){void 0===t&&(t=!1),void 0===n&&(n=[]);var r=n.slice(),i=e(function(e){r?r.push(e):s.fire(e)}),o=function(){r&&r.forEach(function(e){return s.fire(e)}),r=null},s=new Le({onFirstListenerAdd:function(){i||(i=e(function(e){return s.fire(e)}))},onFirstListenerDidAdd:function(){r&&(t?setTimeout(o):o())},onLastListenerRemove:function(){i&&i.dispose(),i=null}});return s.event};var c=function(){function e(e){this.event=e}return e.prototype.map=function(t){return new e(r(this.event,t))},e.prototype.forEach=function(t){return new e(i(this.event,t))},e.prototype.filter=function(t){return new e(o(this.event,t))},e.prototype.reduce=function(t,n){return new e(s(this.event,t,n))},e.prototype.latch=function(){return new e(l(this.event))},e.prototype.on=function(e,t,n){return this.event(e,t,n)},e.prototype.once=function(e,t,r){return n(this.event)(e,t,r)},e}();e.chain=function(e){return new c(e)},e.fromNodeEventEmitter=function(e,t,n){void 0===n&&(n=function(e){return e});var r=function(){for(var e=[],t=0;t0?new be(this._options&&this._options.leakWarningThreshold):void 0}return Object.defineProperty(e.prototype,"event",{get:function(){var t=this;return this._event||(this._event=function(n,r,i){t._listeners||(t._listeners=new ge);var o=t._listeners.isEmpty();o&&t._options&&t._options.onFirstListenerAdd&&t._options.onFirstListenerAdd(t);var s,u,a=t._listeners.push(r?[n,r]:n);return o&&t._options&&t._options.onFirstListenerDidAdd&&t._options.onFirstListenerDidAdd(t),t._options&&t._options.onListenerDidAdd&&t._options.onListenerDidAdd(t,n,r),t._leakageMon&&(s=t._leakageMon.check(t._listeners.size)),u={dispose:function(){(s&&s(),u.dispose=e._noop,t._disposed)||(a(),t._options&&t._options.onLastListenerRemove&&(t._listeners&&!t._listeners.isEmpty()||t._options.onLastListenerRemove(t)))}},Array.isArray(i)&&i.push(u),u}),this._event},enumerable:!0,configurable:!0}),e.prototype.fire=function(e){if(this._listeners){this._deliveryQueue||(this._deliveryQueue=new ge);for(var t=this._listeners.iterator(),n=t.next();!n.done;n=t.next())this._deliveryQueue.push([n.value,e]);for(;this._deliveryQueue.size>0;){var r=this._deliveryQueue.shift(),o=r[0],s=r[1];try{"function"==typeof o?o.call(void 0,s):o[0].call(o[1],s)}catch(n){i(n)}}}},e.prototype.dispose=function(){this._listeners&&this._listeners.clear(),this._deliveryQueue&&this._deliveryQueue.clear(),this._leakageMon&&this._leakageMon.dispose(),this._disposed=!0},e._noop=function(){},e}(),Ne=(function(e){function t(t){var n=e.call(this,t)||this;return n._isPaused=0,n._eventQueue=new ge,n._mergeFn=t&&t.merge,n}_e(t,e),t.prototype.pause=function(){this._isPaused++},t.prototype.resume=function(){if(0!==this._isPaused&&0==--this._isPaused)if(this._mergeFn){var t=this._eventQueue.toArray();this._eventQueue.clear(),e.prototype.fire.call(this,this._mergeFn(t))}else for(;!this._isPaused&&0!==this._eventQueue.size;)e.prototype.fire.call(this,this._eventQueue.shift())},t.prototype.fire=function(t){this._listeners&&(0!==this._isPaused?this._eventQueue.push(t):e.prototype.fire.call(this,t))}}(Le),function(){function e(){var e=this;this.hasListeners=!1,this.events=[],this.emitter=new Le({onFirstListenerAdd:function(){return e.onFirstListenerAdd()},onLastListenerRemove:function(){return e.onLastListenerRemove()}})}Object.defineProperty(e.prototype,"event",{get:function(){return this.emitter.event},enumerable:!0,configurable:!0}),e.prototype.add=function(e){var t=this,n={event:e,listener:null};this.events.push(n),this.hasListeners&&this.hook(n);return function(e){return{dispose:function(){e()}}}(function(e){var t,n=this,r=!1;return function(){return r?t:(r=!0,t=e.apply(n,arguments))}}(function(){t.hasListeners&&t.unhook(n);var e=t.events.indexOf(n);t.events.splice(e,1)}))},e.prototype.onFirstListenerAdd=function(){var e=this;this.hasListeners=!0,this.events.forEach(function(t){return e.hook(t)})},e.prototype.onLastListenerRemove=function(){var e=this;this.hasListeners=!1,this.events.forEach(function(t){return e.unhook(t)})},e.prototype.hook=function(e){var t=this;e.listener=e.event(function(e){return t.emitter.fire(e)})},e.prototype.unhook=function(e){e.listener&&e.listener.dispose(),e.listener=null},e.prototype.dispose=function(){this.emitter.dispose()}}(),function(){function e(){this.buffers=[]}e.prototype.wrapEvent=function(e){var t=this;return function(n,r,i){return e(function(e){var i=t.buffers[t.buffers.length-1];i?i.push(function(){return n.call(r,e)}):n.call(r,e)},void 0,i)}},e.prototype.bufferEvents=function(e){var t=[];this.buffers.push(t);var n=e();return this.buffers.pop(),t.forEach(function(e){return e()}),n}}(),function(){function e(){var e=this;this.listening=!1,this.inputEvent=me.None,this.inputEventListener=l.None,this.emitter=new Le({onFirstListenerDidAdd:function(){e.listening=!0,e.inputEventListener=e.inputEvent(e.emitter.fire,e.emitter)},onLastListenerRemove:function(){e.listening=!1,e.inputEventListener.dispose()}}),this.event=this.emitter.event}Object.defineProperty(e.prototype,"input",{set:function(e){this.inputEvent=e,this.listening&&(this.inputEventListener.dispose(),this.inputEventListener=e(this.emitter.fire,this.emitter))},enumerable:!0,configurable:!0}),e.prototype.dispose=function(){this.inputEventListener.dispose(),this.emitter.dispose()}}(),Object.freeze(function(e,t){var n=setTimeout(e.bind(t),0);return{dispose:function(){clearTimeout(n)}}}));(ye=ve||(ve={})).isCancellationToken=function(e){return e===ye.None||e===ye.Cancelled||e instanceof Se||!(!e||"object"!=typeof e)&&"boolean"==typeof e.isCancellationRequested&&"function"==typeof e.onCancellationRequested},ye.None=Object.freeze({isCancellationRequested:!1,onCancellationRequested:me.None}),ye.Cancelled=Object.freeze({isCancellationRequested:!0,onCancellationRequested:Ne});var Ee,Se=function(){function e(){this._isCancelled=!1,this._emitter=null}return e.prototype.cancel=function(){this._isCancelled||(this._isCancelled=!0,this._emitter&&(this._emitter.fire(void 0),this.dispose()))},Object.defineProperty(e.prototype,"isCancellationRequested",{get:function(){return this._isCancelled},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"onCancellationRequested",{get:function(){return this._isCancelled?Ne:(this._emitter||(this._emitter=new Le),this._emitter.event)},enumerable:!0,configurable:!0}),e.prototype.dispose=function(){this._emitter&&(this._emitter.dispose(),this._emitter=null)},e}(),we=function(){function e(e){this._token=void 0,this._parentListener=void 0,this._parentListener=e&&e.onCancellationRequested(this.cancel,this)}return Object.defineProperty(e.prototype,"token",{get:function(){return this._token||(this._token=new Se),this._token},enumerable:!0,configurable:!0}),e.prototype.cancel=function(){this._token?this._token instanceof Se&&this._token.cancel():this._token=ve.Cancelled},e.prototype.dispose=function(){this._parentListener&&this._parentListener.dispose(),this._token?this._token instanceof Se&&this._token.dispose():this._token=ve.None},e}(),Ae=function(){function e(){this._keyCodeToStr=[],this._strToKeyCode=Object.create(null)}return e.prototype.define=function(e,t){this._keyCodeToStr[e]=t,this._strToKeyCode[t.toLowerCase()]=e},e.prototype.keyCodeToStr=function(e){return this._keyCodeToStr[e]},e.prototype.strToKeyCode=function(e){return this._strToKeyCode[e.toLowerCase()]||0},e}(),Te=new Ae,Me=new Ae,Pe=new Ae;!function(){function e(e,t,n,r){void 0===n&&(n=t),void 0===r&&(r=n),Te.define(e,t),Me.define(e,n),Pe.define(e,r)}e(0,"unknown"),e(1,"Backspace"),e(2,"Tab"),e(3,"Enter"),e(4,"Shift"),e(5,"Ctrl"),e(6,"Alt"),e(7,"PauseBreak"),e(8,"CapsLock"),e(9,"Escape"),e(10,"Space"),e(11,"PageUp"),e(12,"PageDown"),e(13,"End"),e(14,"Home"),e(15,"LeftArrow","Left"),e(16,"UpArrow","Up"),e(17,"RightArrow","Right"),e(18,"DownArrow","Down"),e(19,"Insert"),e(20,"Delete"),e(21,"0"),e(22,"1"),e(23,"2"),e(24,"3"),e(25,"4"),e(26,"5"),e(27,"6"),e(28,"7"),e(29,"8"),e(30,"9"),e(31,"A"),e(32,"B"),e(33,"C"),e(34,"D"),e(35,"E"),e(36,"F"),e(37,"G"),e(38,"H"),e(39,"I"),e(40,"J"),e(41,"K"),e(42,"L"),e(43,"M"),e(44,"N"),e(45,"O"),e(46,"P"),e(47,"Q"),e(48,"R"),e(49,"S"),e(50,"T"),e(51,"U"),e(52,"V"),e(53,"W"),e(54,"X"),e(55,"Y"),e(56,"Z"),e(57,"Meta"),e(58,"ContextMenu"),e(59,"F1"),e(60,"F2"),e(61,"F3"),e(62,"F4"),e(63,"F5"),e(64,"F6"),e(65,"F7"),e(66,"F8"),e(67,"F9"),e(68,"F10"),e(69,"F11"),e(70,"F12"),e(71,"F13"),e(72,"F14"),e(73,"F15"),e(74,"F16"),e(75,"F17"),e(76,"F18"),e(77,"F19"),e(78,"NumLock"),e(79,"ScrollLock"),e(80,";",";","OEM_1"),e(81,"=","=","OEM_PLUS"),e(82,",",",","OEM_COMMA"),e(83,"-","-","OEM_MINUS"),e(84,".",".","OEM_PERIOD"),e(85,"/","/","OEM_2"),e(86,"`","`","OEM_3"),e(110,"ABNT_C1"),e(111,"ABNT_C2"),e(87,"[","[","OEM_4"),e(88,"\\","\\","OEM_5"),e(89,"]","]","OEM_6"),e(90,"'","'","OEM_7"),e(91,"OEM_8"),e(92,"OEM_102"),e(93,"NumPad0"),e(94,"NumPad1"),e(95,"NumPad2"),e(96,"NumPad3"),e(97,"NumPad4"),e(98,"NumPad5"),e(99,"NumPad6"),e(100,"NumPad7"),e(101,"NumPad8"),e(102,"NumPad9"),e(103,"NumPad_Multiply"),e(104,"NumPad_Add"),e(105,"NumPad_Separator"),e(106,"NumPad_Subtract"),e(107,"NumPad_Decimal"),e(108,"NumPad_Divide")}(),function(e){e.toString=function(e){return Te.keyCodeToStr(e)},e.fromString=function(e){return Te.strToKeyCode(e)},e.toUserSettingsUS=function(e){return Me.keyCodeToStr(e)},e.toUserSettingsGeneral=function(e){return Pe.keyCodeToStr(e)},e.fromUserSettings=function(e){return Me.strToKeyCode(e)||Pe.strToKeyCode(e)}}(Ee||(Ee={}));!function(){function e(e,t,n,r,i){this.ctrlKey=e,this.shiftKey=t,this.altKey=n,this.metaKey=r,this.keyCode=i}e.prototype.equals=function(e){return this.ctrlKey===e.ctrlKey&&this.shiftKey===e.shiftKey&&this.altKey===e.altKey&&this.metaKey===e.metaKey&&this.keyCode===e.keyCode},e.prototype.isModifierKey=function(){return 0===this.keyCode||5===this.keyCode||57===this.keyCode||6===this.keyCode||4===this.keyCode},e.prototype.toChord=function(){return new it([this])},e.prototype.isDuplicateModifierCase=function(){return this.ctrlKey&&5===this.keyCode||this.shiftKey&&4===this.keyCode||this.altKey&&6===this.keyCode||this.metaKey&&57===this.keyCode}}();var Oe,xe,Ie,Re,ke,Ue,Fe,De,Ke,qe,Be,Ve,je,Ye,We,He,Ge,Qe,ze,Xe,$e,Je,Ze,et,tt,nt,rt,it=function(){function e(e){if(0===e.length)throw(t="parts")?new Error("Illegal argument: "+t):new Error("Illegal argument");var t;this.parts=e}return e.prototype.equals=function(e){if(null===e)return!1;if(this.parts.length!==e.parts.length)return!1;for(var t=0;t "+this.positionLineNumber+","+this.positionColumn+"]"},t.prototype.equalsSelection=function(e){return t.selectionsEqual(this,e)},t.selectionsEqual=function(e,t){return e.selectionStartLineNumber===t.selectionStartLineNumber&&e.selectionStartColumn===t.selectionStartColumn&&e.positionLineNumber===t.positionLineNumber&&e.positionColumn===t.positionColumn},t.prototype.getDirection=function(){return this.selectionStartLineNumber===this.startLineNumber&&this.selectionStartColumn===this.startColumn?0:1},t.prototype.setEndPosition=function(e,n){return 0===this.getDirection()?new t(this.startLineNumber,this.startColumn,e,n):new t(e,n,this.startLineNumber,this.startColumn)},t.prototype.getPosition=function(){return new Y(this.positionLineNumber,this.positionColumn)},t.prototype.setStartPosition=function(e,n){return 0===this.getDirection()?new t(e,n,this.endLineNumber,this.endColumn):new t(this.endLineNumber,this.endColumn,e,n)},t.fromPositions=function(e,n){return void 0===n&&(n=e),new t(e.lineNumber,e.column,n.lineNumber,n.column)},t.liftSelection=function(e){return new t(e.selectionStartLineNumber,e.selectionStartColumn,e.positionLineNumber,e.positionColumn)},t.selectionsArrEqual=function(e,t){if(e&&!t||!e&&t)return!1;if(!e&&!t)return!0;if(e.length!==t.length)return!1;for(var n=0,r=e.length;n>>0)>>>0}(e,t)},e.CtrlCmd=2048,e.Shift=1024,e.Alt=512,e.WinCtrl=256,e}();var lt=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),ct=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return lt(t,e),Object.defineProperty(t.prototype,"uri",{get:function(){return this._uri},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"version",{get:function(){return this._versionId},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"eol",{get:function(){return this._eol},enumerable:!0,configurable:!0}),t.prototype.getValue=function(){return this.getText()},t.prototype.getLinesContent=function(){return this._lines.slice(0)},t.prototype.getLineCount=function(){return this._lines.length},t.prototype.getLineContent=function(e){return this._lines[e-1]},t.prototype.getWordAtPosition=function(e,t){var n=function(e,t,n,r){t.lastIndex=0;var i=t.exec(n);if(!i)return null;var o=i[0].indexOf(" ")>=0?function(e,t,n,r){var i,o=e-1-r;for(t.lastIndex=0;i=t.exec(n);){var s=i.index||0;if(s>o)return null;if(t.lastIndex>=o)return{word:i[0],startColumn:r+1+s,endColumn:r+1+t.lastIndex}}return null}(e,t,n,r):function(e,t,n,r){var i,o=e-1-r,s=n.lastIndexOf(" ",o-1)+1;for(t.lastIndex=s;i=t.exec(n);){var u=i.index||0;if(u<=o&&t.lastIndex>=o)return{word:i[0],startColumn:r+1+u,endColumn:r+1+t.lastIndex}}return null}(e,t,n,r);return t.lastIndex=0,o}(e.column,function(e){var t=ue;if(e&&e instanceof RegExp)if(e.global)t=e;else{var n="g";e.ignoreCase&&(n+="i"),e.multiline&&(n+="m"),e.unicode&&(n+="u"),t=new RegExp(e.source,n)}return t.lastIndex=0,t}(t),this._lines[e.lineNumber-1],0);return n?new W(e.lineNumber,n.startColumn,e.lineNumber,n.endColumn):null},t.prototype.getWordUntilPosition=function(e,t){var n=this.getWordAtPosition(e,t);return n?{word:this._lines[e.lineNumber-1].substring(n.startColumn-1,e.column-1),startColumn:n.startColumn,endColumn:e.column}:{word:"",startColumn:e.column,endColumn:e.column}},t.prototype.createWordIterator=function(e){var t,n,r=this,i=0,o=0,s=[],u=function(){if(o=r._lines.length?A:(n=r._lines[i],s=r._wordenize(n,e),o=0,i+=1,u())};return{next:u}},t.prototype.getLineWords=function(e,t){for(var n=this._lines[e-1],r=[],i=0,o=this._wordenize(n,t);ithis._lines.length)t=this._lines.length,n=this._lines[t-1].length+1,r=!0;else{var i=this._lines[t-1].length+1;n<1?(n=1,r=!0):n>i&&(n=i,r=!0)}return r?{lineNumber:t,column:n}:e},t}(oe),ft=function(e){function t(t){var n=e.call(this,t)||this;return n._models=Object.create(null),n}return lt(t,e),t.prototype.dispose=function(){this._models=Object.create(null)},t.prototype._getModel=function(e){return this._models[e]},t.prototype._getModels=function(){var e=this,t=[];return Object.keys(this._models).forEach(function(n){return t.push(e._models[n])}),t},t.prototype.acceptNewModel=function(e){this._models[e.url]=new ct(F.parse(e.url),e.lines,e.EOL,e.versionId)},t.prototype.acceptModelChanged=function(e,t){this._models[e]&&this._models[e].onEvents(t)},t.prototype.acceptRemovedModel=function(e){this._models[e]&&delete this._models[e]},t}(function(){function e(e){this._foreignModuleFactory=e,this._foreignModule=null}return e.prototype.computeDiff=function(e,t,n){var r=this._getModel(e),i=this._getModel(t);if(!r||!i)return Promise.resolve(null);var o=r.getLinesContent(),s=i.getLinesContent(),u=new Z(o,s,{shouldComputeCharChanges:!0,shouldPostProcessCharChanges:!0,shouldIgnoreTrimWhitespace:n,shouldMakePrettyDiff:!0}).computeDiff(),a=!(u.length>0)&&this._modelsAreIdentical(r,i);return Promise.resolve({identical:a,changes:u})},e.prototype._modelsAreIdentical=function(e,t){var n=e.getLineCount();if(n!==t.getLineCount())return!1;for(var r=1;r<=n;r++){if(e.getLineContent(r)!==t.getLineContent(r))return!1}return!0},e.prototype.computeMoreMinimalEdits=function(t,n){var r=this._getModel(t);if(!r)return Promise.resolve(n);for(var i=[],o=void 0,s=0,u=n=_(n,function(e,t){return e.range&&t.range?W.compareRangesUsingStarts(e.range,t.range):(e.range?0:1)-(t.range?0:1)});se._diffLimit)i.push({range:l,text:c});else for(var d=C(h,c,!1),m=r.offsetAt(W.lift(l).getStartPosition()),p=0,g=d;p1)for(var n=1;n=0,o=d.indexOf("Macintosh")>=0,s=d.indexOf("Linux")>=0,a=!0,navigator.language}var m=i,p=a,g="object"==typeof self?self:"object"==typeof r?r:{}}).call(this,n("8oxB"),n("yLpj"))},URDS:function(e,t,n){(function(e,t){(function(){"use strict";function n(e){var t=this.constructor;return this.then(function(n){return t.resolve(e()).then(function(){return n})},function(n){return t.resolve(e()).then(function(){return t.reject(n)})})}var r=setTimeout;function i(){}function o(e){if(!(this instanceof o))throw new TypeError("Promises must be constructed via new");if("function"!=typeof e)throw new TypeError("not a function");this._state=0,this._handled=!1,this._value=void 0,this._deferreds=[],f(e,this)}function s(e,t){for(;3===e._state;)e=e._value;0!==e._state?(e._handled=!0,o._immediateFn(function(){var n=1===e._state?t.onFulfilled:t.onRejected;if(null!==n){var r;try{r=n(e._value)}catch(e){return void a(t.promise,e)}u(t.promise,r)}else(1===e._state?u:a)(t.promise,e._value)})):e._deferreds.push(t)}function u(e,t){try{if(t===e)throw new TypeError("A promise cannot be resolved with itself.");if(t&&("object"==typeof t||"function"==typeof t)){var n=t.then;if(t instanceof o)return e._state=3,e._value=t,void l(e);if("function"==typeof n)return void f((r=n,i=t,function(){r.apply(i,arguments)}),e)}e._state=1,e._value=t,l(e)}catch(t){a(e,t)}var r,i}function a(e,t){e._state=2,e._value=t,l(e)}function l(e){2===e._state&&0===e._deferreds.length&&o._immediateFn(function(){e._handled||o._unhandledRejectionFn(e._value)});for(var t=0,n=e._deferreds.length;t=0&&(e._idleTimeoutId=setTimeout(function(){e._onTimeout&&e._onTimeout()},t))},n("YBdB"),t.setImmediate="undefined"!=typeof self&&self.setImmediate||void 0!==e&&e.setImmediate||this&&this.setImmediate,t.clearImmediate="undefined"!=typeof self&&self.clearImmediate||void 0!==e&&e.clearImmediate||this&&this.clearImmediate}).call(this,n("yLpj"))},YBdB:function(e,t,n){(function(e,t){!function(e,n){"use strict";if(!e.setImmediate){var r,i,o,s,u,a=1,l={},c=!1,f=e.document,h=Object.getPrototypeOf&&Object.getPrototypeOf(e);h=h&&h.setTimeout?h:e,"[object process]"==={}.toString.call(e.process)?r=function(e){t.nextTick(function(){m(e)})}:!function(){if(e.postMessage&&!e.importScripts){var t=!0,n=e.onmessage;return e.onmessage=function(){t=!1},e.postMessage("","*"),e.onmessage=n,t}}()?e.MessageChannel?((o=new MessageChannel).port1.onmessage=function(e){m(e.data)},r=function(e){o.port2.postMessage(e)}):f&&"onreadystatechange"in f.createElement("script")?(i=f.documentElement,r=function(e){var t=f.createElement("script");t.onreadystatechange=function(){m(e),t.onreadystatechange=null,i.removeChild(t),t=null},i.appendChild(t)}):r=function(e){setTimeout(m,0,e)}:(s="setImmediate$"+Math.random()+"$",u=function(t){t.source===e&&"string"==typeof t.data&&0===t.data.indexOf(s)&&m(+t.data.slice(s.length))},e.addEventListener?e.addEventListener("message",u,!1):e.attachEvent("onmessage",u),r=function(t){e.postMessage(s+t,"*")}),h.setImmediate=function(e){"function"!=typeof e&&(e=new Function(""+e));for(var t=new Array(arguments.length-1),n=0;n Phantasmal World - + - + \ No newline at end of file diff --git a/main.86849e46805fa6575ada.js b/main.86849e46805fa6575ada.js new file mode 100644 index 00000000..79db9bed --- /dev/null +++ b/main.86849e46805fa6575ada.js @@ -0,0 +1 @@ +(window.webpackJsonp=window.webpackJsonp||[]).push([[1],{"+LO4":function(e,t,i){"use strict";var n=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});const o=n(i("GGSb")).default.get("core/observable/property/AbstractMinimalProperty");t.AbstractMinimalProperty=class{constructor(){this.is_property=!0,this.observers=[]}observe(e,t){return this.observers.includes(e)||this.observers.push(e),t&&t.call_now&&this.call_observer(e,this.val),{dispose:()=>{const t=this.observers.indexOf(e);-1!==t&&this.observers.splice(t,1)}}}emit(e){for(const t of this.observers)this.call_observer(t,e)}call_observer(e,t){try{e({value:this.val,old_value:t})}catch(e){o.error("Observer threw error.",e)}}}},"+oIp":function(e,t,i){"use strict";var n;Object.defineProperty(t,"__esModule",{value:!0}),function(e){e[e.Unknown=1e3]="Unknown",e[e.PlayerSet=1001]="PlayerSet",e[e.Particle=1002]="Particle",e[e.Teleporter=1003]="Teleporter",e[e.Warp=1004]="Warp",e[e.LightCollision=1005]="LightCollision",e[e.Item=1006]="Item",e[e.EnvSound=1007]="EnvSound",e[e.FogCollision=1008]="FogCollision",e[e.EventCollision=1009]="EventCollision",e[e.CharaCollision=1010]="CharaCollision",e[e.ElementalTrap=1011]="ElementalTrap",e[e.StatusTrap=1012]="StatusTrap",e[e.HealTrap=1013]="HealTrap",e[e.LargeElementalTrap=1014]="LargeElementalTrap",e[e.ObjRoomID=1015]="ObjRoomID",e[e.Sensor=1016]="Sensor",e[e.UnknownItem16=1017]="UnknownItem16",e[e.Lensflare=1018]="Lensflare",e[e.ScriptCollision=1019]="ScriptCollision",e[e.HealRing=1020]="HealRing",e[e.MapCollision=1021]="MapCollision",e[e.ScriptCollisionA=1022]="ScriptCollisionA",e[e.ItemLight=1023]="ItemLight",e[e.RadarCollision=1024]="RadarCollision",e[e.FogCollisionSW=1025]="FogCollisionSW",e[e.BossTeleporter=1026]="BossTeleporter",e[e.ImageBoard=1027]="ImageBoard",e[e.QuestWarp=1028]="QuestWarp",e[e.Epilogue=1029]="Epilogue",e[e.UnknownItem29=1030]="UnknownItem29",e[e.UnknownItem30=1031]="UnknownItem30",e[e.UnknownItem31=1032]="UnknownItem31",e[e.BoxDetectObject=1033]="BoxDetectObject",e[e.SymbolChatObject=1034]="SymbolChatObject",e[e.TouchPlateObject=1035]="TouchPlateObject",e[e.TargetableObject=1036]="TargetableObject",e[e.EffectObject=1037]="EffectObject",e[e.CountDownObject=1038]="CountDownObject",e[e.UnknownItem38=1039]="UnknownItem38",e[e.UnknownItem39=1040]="UnknownItem39",e[e.UnknownItem40=1041]="UnknownItem40",e[e.UnknownItem41=1042]="UnknownItem41",e[e.MenuActivation=1043]="MenuActivation",e[e.TelepipeLocation=1044]="TelepipeLocation",e[e.BGMCollision=1045]="BGMCollision",e[e.MainRagolTeleporter=1046]="MainRagolTeleporter",e[e.LobbyTeleporter=1047]="LobbyTeleporter",e[e.PrincipalWarp=1048]="PrincipalWarp",e[e.ShopDoor=1049]="ShopDoor",e[e.HuntersGuildDoor=1050]="HuntersGuildDoor",e[e.TeleporterDoor=1051]="TeleporterDoor",e[e.MedicalCenterDoor=1052]="MedicalCenterDoor",e[e.Elevator=1053]="Elevator",e[e.EasterEgg=1054]="EasterEgg",e[e.ValentinesHeart=1055]="ValentinesHeart",e[e.ChristmasTree=1056]="ChristmasTree",e[e.ChristmasWreath=1057]="ChristmasWreath",e[e.HalloweenPumpkin=1058]="HalloweenPumpkin",e[e.TwentyFirstCentury=1059]="TwentyFirstCentury",e[e.Sonic=1060]="Sonic",e[e.WelcomeBoard=1061]="WelcomeBoard",e[e.Firework=1062]="Firework",e[e.LobbyScreenDoor=1063]="LobbyScreenDoor",e[e.MainRagolTeleporterBattleInNextArea=1064]="MainRagolTeleporterBattleInNextArea",e[e.LabTeleporterDoor=1065]="LabTeleporterDoor",e[e.Pioneer2InvisibleTouchplate=1066]="Pioneer2InvisibleTouchplate",e[e.ForestDoor=1067]="ForestDoor",e[e.ForestSwitch=1068]="ForestSwitch",e[e.LaserFence=1069]="LaserFence",e[e.LaserSquareFence=1070]="LaserSquareFence",e[e.ForestLaserFenceSwitch=1071]="ForestLaserFenceSwitch",e[e.LightRays=1072]="LightRays",e[e.BlueButterfly=1073]="BlueButterfly",e[e.Probe=1074]="Probe",e[e.RandomTypeBox1=1075]="RandomTypeBox1",e[e.ForestWeatherStation=1076]="ForestWeatherStation",e[e.Battery=1077]="Battery",e[e.ForestConsole=1078]="ForestConsole",e[e.BlackSlidingDoor=1079]="BlackSlidingDoor",e[e.RicoMessagePod=1080]="RicoMessagePod",e[e.EnergyBarrier=1081]="EnergyBarrier",e[e.ForestRisingBridge=1082]="ForestRisingBridge",e[e.SwitchNoneDoor=1083]="SwitchNoneDoor",e[e.EnemyBoxGrey=1084]="EnemyBoxGrey",e[e.FixedTypeBox=1085]="FixedTypeBox",e[e.EnemyBoxBrown=1086]="EnemyBoxBrown",e[e.EmptyTypeBox=1087]="EmptyTypeBox",e[e.LaserFenseEx=1088]="LaserFenseEx",e[e.LaserSquareFenceEx=1089]="LaserSquareFenceEx",e[e.FloorPanel1=1090]="FloorPanel1",e[e.Caves4ButtonDoor=1091]="Caves4ButtonDoor",e[e.CavesNormalDoor=1092]="CavesNormalDoor",e[e.CavesSmashingPillar=1093]="CavesSmashingPillar",e[e.CavesSign1=1094]="CavesSign1",e[e.CavesSign2=1095]="CavesSign2",e[e.CavesSign3=1096]="CavesSign3",e[e.HexagalTank=1097]="HexagalTank",e[e.BrownPlatform=1098]="BrownPlatform",e[e.WarningLightObject=1099]="WarningLightObject",e[e.Rainbow=1100]="Rainbow",e[e.FloatingJelifish=1101]="FloatingJelifish",e[e.FloatingDragonfly=1102]="FloatingDragonfly",e[e.CavesSwitchDoor=1103]="CavesSwitchDoor",e[e.RobotRechargeStation=1104]="RobotRechargeStation",e[e.CavesCakeShop=1105]="CavesCakeShop",e[e.Caves1SmallRedRock=1106]="Caves1SmallRedRock",e[e.Caves1MediumRedRock=1107]="Caves1MediumRedRock",e[e.Caves1LargeRedRock=1108]="Caves1LargeRedRock",e[e.Caves2SmallRock1=1109]="Caves2SmallRock1",e[e.Caves2MediumRock1=1110]="Caves2MediumRock1",e[e.Caves2LargeRock1=1111]="Caves2LargeRock1",e[e.Caves2SmallRock2=1112]="Caves2SmallRock2",e[e.Caves2MediumRock2=1113]="Caves2MediumRock2",e[e.Caves2LargeRock2=1114]="Caves2LargeRock2",e[e.Caves3SmallRock=1115]="Caves3SmallRock",e[e.Caves3MediumRock=1116]="Caves3MediumRock",e[e.Caves3LargeRock=1117]="Caves3LargeRock",e[e.FloorPanel2=1118]="FloorPanel2",e[e.DestructableRockCaves1=1119]="DestructableRockCaves1",e[e.DestructableRockCaves2=1120]="DestructableRockCaves2",e[e.DestructableRockCaves3=1121]="DestructableRockCaves3",e[e.MinesDoor=1122]="MinesDoor",e[e.FloorPanel3=1123]="FloorPanel3",e[e.MinesSwitchDoor=1124]="MinesSwitchDoor",e[e.LargeCryoTube=1125]="LargeCryoTube",e[e.ComputerLikeCalus=1126]="ComputerLikeCalus",e[e.GreenScreenOpeningAndClosing=1127]="GreenScreenOpeningAndClosing",e[e.FloatingRobot=1128]="FloatingRobot",e[e.FloatingBlueLight=1129]="FloatingBlueLight",e[e.SelfDestructingObject1=1130]="SelfDestructingObject1",e[e.SelfDestructingObject2=1131]="SelfDestructingObject2",e[e.SelfDestructingObject3=1132]="SelfDestructingObject3",e[e.SparkMachine=1133]="SparkMachine",e[e.MinesLargeFlashingCrate=1134]="MinesLargeFlashingCrate",e[e.RuinsSeal=1135]="RuinsSeal",e[e.RuinsTeleporter=1136]="RuinsTeleporter",e[e.RuinsWarpSiteToSite=1137]="RuinsWarpSiteToSite",e[e.RuinsSwitch=1138]="RuinsSwitch",e[e.FloorPanel4=1139]="FloorPanel4",e[e.Ruins1Door=1140]="Ruins1Door",e[e.Ruins3Door=1141]="Ruins3Door",e[e.Ruins2Door=1142]="Ruins2Door",e[e.Ruins11ButtonDoor=1143]="Ruins11ButtonDoor",e[e.Ruins21ButtonDoor=1144]="Ruins21ButtonDoor",e[e.Ruins31ButtonDoor=1145]="Ruins31ButtonDoor",e[e.Ruins4ButtonDoor=1146]="Ruins4ButtonDoor",e[e.Ruins2ButtonDoor=1147]="Ruins2ButtonDoor",e[e.RuinsSensor=1148]="RuinsSensor",e[e.RuinsFenceSwitch=1149]="RuinsFenceSwitch",e[e.RuinsLaserFence4x2=1150]="RuinsLaserFence4x2",e[e.RuinsLaserFence6x2=1151]="RuinsLaserFence6x2",e[e.RuinsLaserFence4x4=1152]="RuinsLaserFence4x4",e[e.RuinsLaserFence6x4=1153]="RuinsLaserFence6x4",e[e.RuinsPoisonBlob=1154]="RuinsPoisonBlob",e[e.RuinsPilarTrap=1155]="RuinsPilarTrap",e[e.PopupTrapNoTech=1156]="PopupTrapNoTech",e[e.RuinsCrystal=1157]="RuinsCrystal",e[e.Monument=1158]="Monument",e[e.RuinsRock1=1159]="RuinsRock1",e[e.RuinsRock2=1160]="RuinsRock2",e[e.RuinsRock3=1161]="RuinsRock3",e[e.RuinsRock4=1162]="RuinsRock4",e[e.RuinsRock5=1163]="RuinsRock5",e[e.RuinsRock6=1164]="RuinsRock6",e[e.RuinsRock7=1165]="RuinsRock7",e[e.Poison=1166]="Poison",e[e.FixedBoxTypeRuins=1167]="FixedBoxTypeRuins",e[e.RandomBoxTypeRuins=1168]="RandomBoxTypeRuins",e[e.EnemyTypeBoxYellow=1169]="EnemyTypeBoxYellow",e[e.EnemyTypeBoxBlue=1170]="EnemyTypeBoxBlue",e[e.EmptyTypeBoxBlue=1171]="EmptyTypeBoxBlue",e[e.DestructableRock=1172]="DestructableRock",e[e.PopupTrapsTechs=1173]="PopupTrapsTechs",e[e.FlyingWhiteBird=1174]="FlyingWhiteBird",e[e.Tower=1175]="Tower",e[e.FloatingRocks=1176]="FloatingRocks",e[e.FloatingSoul=1177]="FloatingSoul",e[e.Butterfly=1178]="Butterfly",e[e.LobbyGameMenu=1179]="LobbyGameMenu",e[e.LobbyWarpObject=1180]="LobbyWarpObject",e[e.Lobby1EventObjectDefaultTree=1181]="Lobby1EventObjectDefaultTree",e[e.UnknownItem387=1182]="UnknownItem387",e[e.UnknownItem388=1183]="UnknownItem388",e[e.UnknownItem389=1184]="UnknownItem389",e[e.LobbyEventObjectStaticPumpkin=1185]="LobbyEventObjectStaticPumpkin",e[e.LobbyEventObject3ChristmasWindows=1186]="LobbyEventObject3ChristmasWindows",e[e.LobbyEventObjectRedAndWhiteCurtain=1187]="LobbyEventObjectRedAndWhiteCurtain",e[e.UnknownItem393=1188]="UnknownItem393",e[e.UnknownItem394=1189]="UnknownItem394",e[e.LobbyFishTank=1190]="LobbyFishTank",e[e.LobbyEventObjectButterflies=1191]="LobbyEventObjectButterflies",e[e.UnknownItem400=1192]="UnknownItem400",e[e.GreyWallLow=1193]="GreyWallLow",e[e.SpaceshipDoor=1194]="SpaceshipDoor",e[e.GreyWallHigh=1195]="GreyWallHigh",e[e.TempleNormalDoor=1196]="TempleNormalDoor",e[e.BreakableWallWallButUnbreakable=1197]="BreakableWallWallButUnbreakable",e[e.BrokenCilinderAndRubble=1198]="BrokenCilinderAndRubble",e[e.ThreeBrokenWallPiecesOnFloor=1199]="ThreeBrokenWallPiecesOnFloor",e[e.HighBrickCilinder=1200]="HighBrickCilinder",e[e.LyingCilinder=1201]="LyingCilinder",e[e.BrickConeWithFlatTop=1202]="BrickConeWithFlatTop",e[e.BreakableTempleWall=1203]="BreakableTempleWall",e[e.TempleMapDetect=1204]="TempleMapDetect",e[e.SmallBrownBrickRisingBridge=1205]="SmallBrownBrickRisingBridge",e[e.LongRisingBridgeWithPinkHighEdges=1206]="LongRisingBridgeWithPinkHighEdges",e[e.FourSwitchTempleDoor=1207]="FourSwitchTempleDoor",e[e.FourButtonSpaceshipDoor=1208]="FourButtonSpaceshipDoor",e[e.ItemBoxCca=1209]="ItemBoxCca",e[e.TeleporterEp2=1210]="TeleporterEp2",e[e.CCADoor=1211]="CCADoor",e[e.SpecialBoxCCA=1212]="SpecialBoxCCA",e[e.BigCCADoor=1213]="BigCCADoor",e[e.BigCCADoorSwitch=1214]="BigCCADoorSwitch",e[e.LittleRock=1215]="LittleRock",e[e.Little3StoneWall=1216]="Little3StoneWall",e[e.Medium3StoneWall=1217]="Medium3StoneWall",e[e.SpiderPlant=1218]="SpiderPlant",e[e.CCAAreaTeleporter=1219]="CCAAreaTeleporter",e[e.UnknownItem523=1220]="UnknownItem523",e[e.WhiteBird=1221]="WhiteBird",e[e.OrangeBird=1222]="OrangeBird",e[e.Saw=1223]="Saw",e[e.LaserDetect=1224]="LaserDetect",e[e.UnknownItem529=1225]="UnknownItem529",e[e.UnknownItem530=1226]="UnknownItem530",e[e.Seagull=1227]="Seagull",e[e.Fish=1228]="Fish",e[e.SeabedDoorWithBlueEdges=1229]="SeabedDoorWithBlueEdges",e[e.SeabedDoorAlwaysOpenNonTriggerable=1230]="SeabedDoorAlwaysOpenNonTriggerable",e[e.LittleCryotube=1231]="LittleCryotube",e[e.WideGlassWallBreakable=1232]="WideGlassWallBreakable",e[e.BlueFloatingRobot=1233]="BlueFloatingRobot",e[e.RedFloatingRobot=1234]="RedFloatingRobot",e[e.Dolphin=1235]="Dolphin",e[e.CaptureTrap=1236]="CaptureTrap",e[e.VRLink=1237]="VRLink",e[e.UnknownItem576=1238]="UnknownItem576",e[e.WarpInBarbaRayRoom=1239]="WarpInBarbaRayRoom",e[e.UnknownItem672=1240]="UnknownItem672",e[e.GeeNest=1241]="GeeNest",e[e.LabComputerConsole=1242]="LabComputerConsole",e[e.LabComputerConsoleGreenScreen=1243]="LabComputerConsoleGreenScreen",e[e.ChairYelllowPillow=1244]="ChairYelllowPillow",e[e.OrangeWallWithHoleInMiddle=1245]="OrangeWallWithHoleInMiddle",e[e.GreyWallWithHoleInMiddle=1246]="GreyWallWithHoleInMiddle",e[e.LongTable=1247]="LongTable",e[e.GBAStation=1248]="GBAStation",e[e.TalkLinkToSupport=1249]="TalkLinkToSupport",e[e.InstaWarp=1250]="InstaWarp",e[e.LabInvisibleObject=1251]="LabInvisibleObject",e[e.LabGlassWindowDoor=1252]="LabGlassWindowDoor",e[e.UnknownItem700=1253]="UnknownItem700",e[e.LabCelingWarp=1254]="LabCelingWarp",e[e.Ep4LightSource=1255]="Ep4LightSource",e[e.Cacti=1256]="Cacti",e[e.BigBrownRock=1257]="BigBrownRock",e[e.BreakableBrownRock=1258]="BreakableBrownRock",e[e.UnknownItem832=1259]="UnknownItem832",e[e.UnknownItem833=1260]="UnknownItem833",e[e.PoisonPlant=1261]="PoisonPlant",e[e.UnknownItem897=1262]="UnknownItem897",e[e.UnknownItem898=1263]="UnknownItem898",e[e.OozingDesertPlant=1264]="OozingDesertPlant",e[e.UnknownItem901=1265]="UnknownItem901",e[e.BigBlackRocks=1266]="BigBlackRocks",e[e.UnknownItem903=1267]="UnknownItem903",e[e.UnknownItem904=1268]="UnknownItem904",e[e.UnknownItem905=1269]="UnknownItem905",e[e.UnknownItem906=1270]="UnknownItem906",e[e.FallingRock=1271]="FallingRock",e[e.DesertPlantHasCollision=1272]="DesertPlantHasCollision",e[e.DesertFixedTypeBoxBreakableCrystals=1273]="DesertFixedTypeBoxBreakableCrystals",e[e.UnknownItem910=1274]="UnknownItem910",e[e.BeeHive=1275]="BeeHive",e[e.UnknownItem912=1276]="UnknownItem912",e[e.Heat=1277]="Heat",e[e.TopOfSaintMillionEgg=1278]="TopOfSaintMillionEgg",e[e.UnknownItem961=1279]="UnknownItem961"}(n=t.ObjectType||(t.ObjectType={})),t.OBJECT_TYPES=[],t.object_data=function(e){return o[e]},t.pso_id_to_object_type=function(e){switch(e){default:return n.Unknown;case 0:return n.PlayerSet;case 1:return n.Particle;case 2:return n.Teleporter;case 3:return n.Warp;case 4:return n.LightCollision;case 5:return n.Item;case 6:return n.EnvSound;case 7:return n.FogCollision;case 8:return n.EventCollision;case 9:return n.CharaCollision;case 10:return n.ElementalTrap;case 11:return n.StatusTrap;case 12:return n.HealTrap;case 13:return n.LargeElementalTrap;case 14:return n.ObjRoomID;case 15:return n.Sensor;case 16:return n.UnknownItem16;case 17:return n.Lensflare;case 18:return n.ScriptCollision;case 19:return n.HealRing;case 20:return n.MapCollision;case 21:return n.ScriptCollisionA;case 22:return n.ItemLight;case 23:return n.RadarCollision;case 24:return n.FogCollisionSW;case 25:return n.BossTeleporter;case 26:return n.ImageBoard;case 27:return n.QuestWarp;case 28:return n.Epilogue;case 29:return n.UnknownItem29;case 30:return n.UnknownItem30;case 31:return n.UnknownItem31;case 32:return n.BoxDetectObject;case 33:return n.SymbolChatObject;case 34:return n.TouchPlateObject;case 35:return n.TargetableObject;case 36:return n.EffectObject;case 37:return n.CountDownObject;case 38:return n.UnknownItem38;case 39:return n.UnknownItem39;case 40:return n.UnknownItem40;case 41:return n.UnknownItem41;case 64:return n.MenuActivation;case 65:return n.TelepipeLocation;case 66:return n.BGMCollision;case 67:return n.MainRagolTeleporter;case 68:return n.LobbyTeleporter;case 69:return n.PrincipalWarp;case 70:return n.ShopDoor;case 71:return n.HuntersGuildDoor;case 72:return n.TeleporterDoor;case 73:return n.MedicalCenterDoor;case 74:return n.Elevator;case 75:return n.EasterEgg;case 76:return n.ValentinesHeart;case 77:return n.ChristmasTree;case 78:return n.ChristmasWreath;case 79:return n.HalloweenPumpkin;case 80:return n.TwentyFirstCentury;case 81:return n.Sonic;case 82:return n.WelcomeBoard;case 83:return n.Firework;case 84:return n.LobbyScreenDoor;case 85:return n.MainRagolTeleporterBattleInNextArea;case 86:return n.LabTeleporterDoor;case 87:return n.Pioneer2InvisibleTouchplate;case 128:return n.ForestDoor;case 129:return n.ForestSwitch;case 130:return n.LaserFence;case 131:return n.LaserSquareFence;case 132:return n.ForestLaserFenceSwitch;case 133:return n.LightRays;case 134:return n.BlueButterfly;case 135:return n.Probe;case 136:return n.RandomTypeBox1;case 137:return n.ForestWeatherStation;case 138:return n.Battery;case 139:return n.ForestConsole;case 140:return n.BlackSlidingDoor;case 141:return n.RicoMessagePod;case 142:return n.EnergyBarrier;case 143:return n.ForestRisingBridge;case 144:return n.SwitchNoneDoor;case 145:return n.EnemyBoxGrey;case 146:return n.FixedTypeBox;case 147:return n.EnemyBoxBrown;case 149:return n.EmptyTypeBox;case 150:return n.LaserFenseEx;case 151:return n.LaserSquareFenceEx;case 192:return n.FloorPanel1;case 193:return n.Caves4ButtonDoor;case 194:return n.CavesNormalDoor;case 195:return n.CavesSmashingPillar;case 196:return n.CavesSign1;case 197:return n.CavesSign2;case 198:return n.CavesSign3;case 199:return n.HexagalTank;case 200:return n.BrownPlatform;case 201:return n.WarningLightObject;case 203:return n.Rainbow;case 204:return n.FloatingJelifish;case 205:return n.FloatingDragonfly;case 206:return n.CavesSwitchDoor;case 207:return n.RobotRechargeStation;case 208:return n.CavesCakeShop;case 209:return n.Caves1SmallRedRock;case 210:return n.Caves1MediumRedRock;case 211:return n.Caves1LargeRedRock;case 212:return n.Caves2SmallRock1;case 213:return n.Caves2MediumRock1;case 214:return n.Caves2LargeRock1;case 215:return n.Caves2SmallRock2;case 216:return n.Caves2MediumRock2;case 217:return n.Caves2LargeRock2;case 218:return n.Caves3SmallRock;case 219:return n.Caves3MediumRock;case 220:return n.Caves3LargeRock;case 222:return n.FloorPanel2;case 223:return n.DestructableRockCaves1;case 224:return n.DestructableRockCaves2;case 225:return n.DestructableRockCaves3;case 256:return n.MinesDoor;case 257:return n.FloorPanel3;case 258:return n.MinesSwitchDoor;case 259:return n.LargeCryoTube;case 260:return n.ComputerLikeCalus;case 261:return n.GreenScreenOpeningAndClosing;case 262:return n.FloatingRobot;case 263:return n.FloatingBlueLight;case 264:return n.SelfDestructingObject1;case 265:return n.SelfDestructingObject2;case 266:return n.SelfDestructingObject3;case 267:return n.SparkMachine;case 268:return n.MinesLargeFlashingCrate;case 304:return n.RuinsSeal;case 320:return n.RuinsTeleporter;case 321:return n.RuinsWarpSiteToSite;case 322:return n.RuinsSwitch;case 323:return n.FloorPanel4;case 324:return n.Ruins1Door;case 325:return n.Ruins3Door;case 326:return n.Ruins2Door;case 327:return n.Ruins11ButtonDoor;case 328:return n.Ruins21ButtonDoor;case 329:return n.Ruins31ButtonDoor;case 330:return n.Ruins4ButtonDoor;case 331:return n.Ruins2ButtonDoor;case 332:return n.RuinsSensor;case 333:return n.RuinsFenceSwitch;case 334:return n.RuinsLaserFence4x2;case 335:return n.RuinsLaserFence6x2;case 336:return n.RuinsLaserFence4x4;case 337:return n.RuinsLaserFence6x4;case 338:return n.RuinsPoisonBlob;case 339:return n.RuinsPilarTrap;case 340:return n.PopupTrapNoTech;case 341:return n.RuinsCrystal;case 342:return n.Monument;case 345:return n.RuinsRock1;case 346:return n.RuinsRock2;case 347:return n.RuinsRock3;case 348:return n.RuinsRock4;case 349:return n.RuinsRock5;case 350:return n.RuinsRock6;case 351:return n.RuinsRock7;case 352:return n.Poison;case 353:return n.FixedBoxTypeRuins;case 354:return n.RandomBoxTypeRuins;case 355:return n.EnemyTypeBoxYellow;case 356:return n.EnemyTypeBoxBlue;case 357:return n.EmptyTypeBoxBlue;case 358:return n.DestructableRock;case 359:return n.PopupTrapsTechs;case 368:return n.FlyingWhiteBird;case 369:return n.Tower;case 370:return n.FloatingRocks;case 371:return n.FloatingSoul;case 372:return n.Butterfly;case 384:return n.LobbyGameMenu;case 385:return n.LobbyWarpObject;case 386:return n.Lobby1EventObjectDefaultTree;case 387:return n.UnknownItem387;case 388:return n.UnknownItem388;case 389:return n.UnknownItem389;case 390:return n.LobbyEventObjectStaticPumpkin;case 391:return n.LobbyEventObject3ChristmasWindows;case 392:return n.LobbyEventObjectRedAndWhiteCurtain;case 393:return n.UnknownItem393;case 394:return n.UnknownItem394;case 395:return n.LobbyFishTank;case 396:return n.LobbyEventObjectButterflies;case 400:return n.UnknownItem400;case 401:return n.GreyWallLow;case 402:return n.SpaceshipDoor;case 403:return n.GreyWallHigh;case 416:return n.TempleNormalDoor;case 417:return n.BreakableWallWallButUnbreakable;case 418:return n.BrokenCilinderAndRubble;case 419:return n.ThreeBrokenWallPiecesOnFloor;case 420:return n.HighBrickCilinder;case 421:return n.LyingCilinder;case 422:return n.BrickConeWithFlatTop;case 423:return n.BreakableTempleWall;case 424:return n.TempleMapDetect;case 425:return n.SmallBrownBrickRisingBridge;case 426:return n.LongRisingBridgeWithPinkHighEdges;case 427:return n.FourSwitchTempleDoor;case 448:return n.FourButtonSpaceshipDoor;case 512:return n.ItemBoxCca;case 513:return n.TeleporterEp2;case 514:return n.CCADoor;case 515:return n.SpecialBoxCCA;case 516:return n.BigCCADoor;case 517:return n.BigCCADoorSwitch;case 518:return n.LittleRock;case 519:return n.Little3StoneWall;case 520:return n.Medium3StoneWall;case 521:return n.SpiderPlant;case 522:return n.CCAAreaTeleporter;case 523:return n.UnknownItem523;case 524:return n.WhiteBird;case 525:return n.OrangeBird;case 527:return n.Saw;case 528:return n.LaserDetect;case 529:return n.UnknownItem529;case 530:return n.UnknownItem530;case 531:return n.Seagull;case 544:return n.Fish;case 545:return n.SeabedDoorWithBlueEdges;case 546:return n.SeabedDoorAlwaysOpenNonTriggerable;case 547:return n.LittleCryotube;case 548:return n.WideGlassWallBreakable;case 549:return n.BlueFloatingRobot;case 550:return n.RedFloatingRobot;case 551:return n.Dolphin;case 552:return n.CaptureTrap;case 553:return n.VRLink;case 576:return n.UnknownItem576;case 640:return n.WarpInBarbaRayRoom;case 672:return n.UnknownItem672;case 688:return n.GeeNest;case 689:return n.LabComputerConsole;case 690:return n.LabComputerConsoleGreenScreen;case 691:return n.ChairYelllowPillow;case 692:return n.OrangeWallWithHoleInMiddle;case 693:return n.GreyWallWithHoleInMiddle;case 694:return n.LongTable;case 695:return n.GBAStation;case 696:return n.TalkLinkToSupport;case 697:return n.InstaWarp;case 698:return n.LabInvisibleObject;case 699:return n.LabGlassWindowDoor;case 700:return n.UnknownItem700;case 701:return n.LabCelingWarp;case 768:return n.Ep4LightSource;case 769:return n.Cacti;case 770:return n.BigBrownRock;case 771:return n.BreakableBrownRock;case 832:return n.UnknownItem832;case 833:return n.UnknownItem833;case 896:return n.PoisonPlant;case 897:return n.UnknownItem897;case 898:return n.UnknownItem898;case 899:return n.OozingDesertPlant;case 901:return n.UnknownItem901;case 902:return n.BigBlackRocks;case 903:return n.UnknownItem903;case 904:return n.UnknownItem904;case 905:return n.UnknownItem905;case 906:return n.UnknownItem906;case 907:return n.FallingRock;case 908:return n.DesertPlantHasCollision;case 909:return n.DesertFixedTypeBoxBreakableCrystals;case 910:return n.UnknownItem910;case 911:return n.BeeHive;case 912:return n.UnknownItem912;case 913:return n.Heat;case 960:return n.TopOfSaintMillionEgg;case 961:return n.UnknownItem961}};const o=[];function s(e,i,n){t.OBJECT_TYPES.push(e),o[e]={name:n,pso_id:i}}s(n.Unknown,void 0,"Unknown"),s(n.PlayerSet,0,"Player Set"),s(n.Particle,1,"Particle"),s(n.Teleporter,2,"Teleporter"),s(n.Warp,3,"Warp"),s(n.LightCollision,4,"Light Collision"),s(n.Item,5,"Item"),s(n.EnvSound,6,"Env Sound"),s(n.FogCollision,7,"Fog Collision"),s(n.EventCollision,8,"Event Collision"),s(n.CharaCollision,9,"Chara Collision"),s(n.ElementalTrap,10,"Elemental Trap"),s(n.StatusTrap,11,"Status Trap"),s(n.HealTrap,12,"Heal Trap"),s(n.LargeElementalTrap,13,"Large Elemental Trap"),s(n.ObjRoomID,14,"Obj Room ID"),s(n.Sensor,15,"Sensor"),s(n.UnknownItem16,16,"Unknown Item (16)"),s(n.Lensflare,17,"Lensflare"),s(n.ScriptCollision,18,"Script Collision"),s(n.HealRing,19,"Heal Ring"),s(n.MapCollision,20,"Map Collision"),s(n.ScriptCollisionA,21,"Script Collision A"),s(n.ItemLight,22,"Item Light"),s(n.RadarCollision,23,"Radar Collision"),s(n.FogCollisionSW,24,"Fog Collision SW"),s(n.BossTeleporter,25,"Boss Teleporter"),s(n.ImageBoard,26,"Image Board"),s(n.QuestWarp,27,"Quest Warp"),s(n.Epilogue,28,"Epilogue"),s(n.UnknownItem29,29,"Unknown Item (29)"),s(n.UnknownItem30,30,"Unknown Item (30)"),s(n.UnknownItem31,31,"Unknown Item (31)"),s(n.BoxDetectObject,32,"Box Detect Object"),s(n.SymbolChatObject,33,"Symbol Chat Object"),s(n.TouchPlateObject,34,"Touch plate Object"),s(n.TargetableObject,35,"Targetable Object"),s(n.EffectObject,36,"Effect object"),s(n.CountDownObject,37,"Count Down Object"),s(n.UnknownItem38,38,"Unknown Item (38)"),s(n.UnknownItem39,39,"Unknown Item (39)"),s(n.UnknownItem40,40,"Unknown Item (40)"),s(n.UnknownItem41,41,"Unknown Item (41)"),s(n.MenuActivation,64,"Menu activation"),s(n.TelepipeLocation,65,"Telepipe Location"),s(n.BGMCollision,66,"BGM Collision"),s(n.MainRagolTeleporter,67,"Main Ragol Teleporter"),s(n.LobbyTeleporter,68,"Lobby Teleporter"),s(n.PrincipalWarp,69,"Principal warp"),s(n.ShopDoor,70,"Shop Door"),s(n.HuntersGuildDoor,71,"Hunter's Guild Door"),s(n.TeleporterDoor,72,"Teleporter Door"),s(n.MedicalCenterDoor,73,"Medical Center Door"),s(n.Elevator,74,"Elevator"),s(n.EasterEgg,75,"Easter Egg"),s(n.ValentinesHeart,76,"Valentines Heart"),s(n.ChristmasTree,77,"Christmas Tree"),s(n.ChristmasWreath,78,"Christmas Wreath"),s(n.HalloweenPumpkin,79,"Halloween Pumpkin"),s(n.TwentyFirstCentury,80,"21st Century"),s(n.Sonic,81,"Sonic"),s(n.WelcomeBoard,82,"Welcome Board"),s(n.Firework,83,"Firework"),s(n.LobbyScreenDoor,84,"Lobby Screen Door"),s(n.MainRagolTeleporterBattleInNextArea,85,"Main Ragol Teleporter (Battle in next area?)"),s(n.LabTeleporterDoor,86,"Lab Teleporter Door"),s(n.Pioneer2InvisibleTouchplate,87,"Pioneer 2 Invisible Touchplate"),s(n.ForestDoor,128,"Forest Door"),s(n.ForestSwitch,129,"Forest Switch"),s(n.LaserFence,130,"Laser Fence"),s(n.LaserSquareFence,131,"Laser Square Fence"),s(n.ForestLaserFenceSwitch,132,"Forest Laser Fence Switch"),s(n.LightRays,133,"Light rays"),s(n.BlueButterfly,134,"Blue Butterfly"),s(n.Probe,135,"Probe"),s(n.RandomTypeBox1,136,"Random Type Box 1"),s(n.ForestWeatherStation,137,"Forest Weather Station"),s(n.Battery,138,"Battery"),s(n.ForestConsole,139,"Forest Console"),s(n.BlackSlidingDoor,140,"Black Sliding Door"),s(n.RicoMessagePod,141,"Rico Message Pod"),s(n.EnergyBarrier,142,"Energy Barrier"),s(n.ForestRisingBridge,143,"Forest Rising Bridge"),s(n.SwitchNoneDoor,144,"Switch (none door)"),s(n.EnemyBoxGrey,145,"Enemy Box (Grey)"),s(n.FixedTypeBox,146,"Fixed Type Box"),s(n.EnemyBoxBrown,147,"Enemy Box (Brown)"),s(n.EmptyTypeBox,149,"Empty Type Box"),s(n.LaserFenseEx,150,"Laser Fense Ex"),s(n.LaserSquareFenceEx,151,"Laser Square Fence Ex"),s(n.FloorPanel1,192,"Floor Panel 1"),s(n.Caves4ButtonDoor,193,"Caves 4 Button door"),s(n.CavesNormalDoor,194,"Caves Normal door"),s(n.CavesSmashingPillar,195,"Caves Smashing Pillar"),s(n.CavesSign1,196,"Caves Sign 1"),s(n.CavesSign2,197,"Caves Sign 2"),s(n.CavesSign3,198,"Caves Sign 3"),s(n.HexagalTank,199,"Hexagal Tank"),s(n.BrownPlatform,200,"Brown Platform"),s(n.WarningLightObject,201,"Warning Light Object"),s(n.Rainbow,203,"Rainbow"),s(n.FloatingJelifish,204,"Floating Jelifish"),s(n.FloatingDragonfly,205,"Floating Dragonfly"),s(n.CavesSwitchDoor,206,"Caves Switch Door"),s(n.RobotRechargeStation,207,"Robot Recharge Station"),s(n.CavesCakeShop,208,"Caves Cake Shop"),s(n.Caves1SmallRedRock,209,"Caves 1 Small Red Rock"),s(n.Caves1MediumRedRock,210,"Caves 1 Medium Red Rock"),s(n.Caves1LargeRedRock,211,"Caves 1 Large Red Rock"),s(n.Caves2SmallRock1,212,"Caves 2 Small Rock 1"),s(n.Caves2MediumRock1,213,"Caves 2 Medium Rock 1"),s(n.Caves2LargeRock1,214,"Caves 2 Large Rock 1"),s(n.Caves2SmallRock2,215,"Caves 2 Small Rock 2"),s(n.Caves2MediumRock2,216,"Caves 2 Medium Rock 2"),s(n.Caves2LargeRock2,217,"Caves 2 Large Rock 2"),s(n.Caves3SmallRock,218,"Caves 3 Small Rock"),s(n.Caves3MediumRock,219,"Caves 3 Medium Rock"),s(n.Caves3LargeRock,220,"Caves 3 Large Rock"),s(n.FloorPanel2,222,"Floor Panel 2"),s(n.DestructableRockCaves1,223,"Destructable Rock (Caves 1)"),s(n.DestructableRockCaves2,224,"Destructable Rock (Caves 2)"),s(n.DestructableRockCaves3,225,"Destructable Rock (Caves 3)"),s(n.MinesDoor,256,"Mines Door"),s(n.FloorPanel3,257,"Floor Panel 3"),s(n.MinesSwitchDoor,258,"Mines Switch Door"),s(n.LargeCryoTube,259,"Large Cryo-Tube"),s(n.ComputerLikeCalus,260,"Computer (like calus)"),s(n.GreenScreenOpeningAndClosing,261,"Green Screen opening and closing"),s(n.FloatingRobot,262,"Floating Robot"),s(n.FloatingBlueLight,263,"Floating Blue Light"),s(n.SelfDestructingObject1,264,"Self Destructing Object 1"),s(n.SelfDestructingObject2,265,"Self Destructing Object 2"),s(n.SelfDestructingObject3,266,"Self Destructing Object 3"),s(n.SparkMachine,267,"Spark Machine"),s(n.MinesLargeFlashingCrate,268,"Mines Large Flashing Crate"),s(n.RuinsSeal,304,"Ruins Seal"),s(n.RuinsTeleporter,320,"Ruins Teleporter"),s(n.RuinsWarpSiteToSite,321,"Ruins Warp (Site to site)"),s(n.RuinsSwitch,322,"Ruins Switch"),s(n.FloorPanel4,323,"Floor Panel 4"),s(n.Ruins1Door,324,"Ruins 1 Door"),s(n.Ruins3Door,325,"Ruins 3 Door"),s(n.Ruins2Door,326,"Ruins 2 Door"),s(n.Ruins11ButtonDoor,327,"Ruins 1-1 Button Door"),s(n.Ruins21ButtonDoor,328,"Ruins 2-1 Button Door"),s(n.Ruins31ButtonDoor,329,"Ruins 3-1 Button Door"),s(n.Ruins4ButtonDoor,330,"Ruins 4-Button Door"),s(n.Ruins2ButtonDoor,331,"Ruins 2-Button Door"),s(n.RuinsSensor,332,"Ruins Sensor"),s(n.RuinsFenceSwitch,333,"Ruins Fence Switch"),s(n.RuinsLaserFence4x2,334,"Ruins Laser Fence 4x2"),s(n.RuinsLaserFence6x2,335,"Ruins Laser Fence 6x2"),s(n.RuinsLaserFence4x4,336,"Ruins Laser Fence 4x4"),s(n.RuinsLaserFence6x4,337,"Ruins Laser Fence 6x4"),s(n.RuinsPoisonBlob,338,"Ruins poison Blob"),s(n.RuinsPilarTrap,339,"Ruins Pilar Trap"),s(n.PopupTrapNoTech,340,"Popup Trap (No Tech)"),s(n.RuinsCrystal,341,"Ruins Crystal"),s(n.Monument,342,"Monument"),s(n.RuinsRock1,345,"Ruins Rock 1"),s(n.RuinsRock2,346,"Ruins Rock 2"),s(n.RuinsRock3,347,"Ruins Rock 3"),s(n.RuinsRock4,348,"Ruins Rock 4"),s(n.RuinsRock5,349,"Ruins Rock 5"),s(n.RuinsRock6,350,"Ruins Rock 6"),s(n.RuinsRock7,351,"Ruins Rock 7"),s(n.Poison,352,"Poison"),s(n.FixedBoxTypeRuins,353,"Fixed Box Type (Ruins)"),s(n.RandomBoxTypeRuins,354,"Random Box Type (Ruins)"),s(n.EnemyTypeBoxYellow,355,"Enemy Type Box (Yellow)"),s(n.EnemyTypeBoxBlue,356,"Enemy Type Box (Blue)"),s(n.EmptyTypeBoxBlue,357,"Empty Type Box (Blue)"),s(n.DestructableRock,358,"Destructable Rock"),s(n.PopupTrapsTechs,359,"Popup Traps (techs)"),s(n.FlyingWhiteBird,368,"Flying White Bird"),s(n.Tower,369,"Tower"),s(n.FloatingRocks,370,"Floating Rocks"),s(n.FloatingSoul,371,"Floating Soul"),s(n.Butterfly,372,"Butterfly"),s(n.LobbyGameMenu,384,"Lobby Game menu"),s(n.LobbyWarpObject,385,"Lobby Warp Object"),s(n.Lobby1EventObjectDefaultTree,386,"Lobby 1 Event Object (Default Tree)"),s(n.UnknownItem387,387,"Unknown Item (387)"),s(n.UnknownItem388,388,"Unknown Item (388)"),s(n.UnknownItem389,389,"Unknown Item (389)"),s(n.LobbyEventObjectStaticPumpkin,390,"Lobby Event Object (Static Pumpkin)"),s(n.LobbyEventObject3ChristmasWindows,391,"Lobby Event Object (3 Christmas Windows)"),s(n.LobbyEventObjectRedAndWhiteCurtain,392,"Lobby Event Object (Red and White Curtain)"),s(n.UnknownItem393,393,"Unknown Item (393)"),s(n.UnknownItem394,394,"Unknown Item (394)"),s(n.LobbyFishTank,395,"Lobby Fish Tank"),s(n.LobbyEventObjectButterflies,396,"Lobby Event Object (Butterflies)"),s(n.UnknownItem400,400,"Unknown Item (400)"),s(n.GreyWallLow,401,"grey wall low"),s(n.SpaceshipDoor,402,"Spaceship Door"),s(n.GreyWallHigh,403,"grey wall high"),s(n.TempleNormalDoor,416,"Temple Normal Door"),s(n.BreakableWallWallButUnbreakable,417,'"breakable wall wall, but unbreakable"'),s(n.BrokenCilinderAndRubble,418,"Broken cilinder and rubble"),s(n.ThreeBrokenWallPiecesOnFloor,419,"3 broken wall pieces on floor"),s(n.HighBrickCilinder,420,"high brick cilinder"),s(n.LyingCilinder,421,"lying cilinder"),s(n.BrickConeWithFlatTop,422,"brick cone with flat top"),s(n.BreakableTempleWall,423,"breakable temple wall"),s(n.TempleMapDetect,424,"Temple Map Detect"),s(n.SmallBrownBrickRisingBridge,425,"small brown brick rising bridge"),s(n.LongRisingBridgeWithPinkHighEdges,426,"long rising bridge (with pink high edges)"),s(n.FourSwitchTempleDoor,427,"4 switch temple door"),s(n.FourButtonSpaceshipDoor,448,"4 button spaceship door"),s(n.ItemBoxCca,512,"item box cca"),s(n.TeleporterEp2,513,"Teleporter (Ep 2)"),s(n.CCADoor,514,"CCA Door"),s(n.SpecialBoxCCA,515,"Special Box CCA"),s(n.BigCCADoor,516,"Big CCA Door"),s(n.BigCCADoorSwitch,517,"Big CCA Door Switch"),s(n.LittleRock,518,"Little Rock"),s(n.Little3StoneWall,519,"Little 3 Stone Wall"),s(n.Medium3StoneWall,520,"Medium 3 stone wall"),s(n.SpiderPlant,521,"Spider Plant"),s(n.CCAAreaTeleporter,522,"CCA Area Teleporter"),s(n.UnknownItem523,523,"Unknown Item (523)"),s(n.WhiteBird,524,"White Bird"),s(n.OrangeBird,525,"Orange Bird"),s(n.Saw,527,"Saw"),s(n.LaserDetect,528,"Laser Detect"),s(n.UnknownItem529,529,"Unknown Item (529)"),s(n.UnknownItem530,530,"Unknown Item (530)"),s(n.Seagull,531,"Seagull"),s(n.Fish,544,"Fish"),s(n.SeabedDoorWithBlueEdges,545,"Seabed Door (with blue edges)"),s(n.SeabedDoorAlwaysOpenNonTriggerable,546,"Seabed door (always open, non-triggerable)"),s(n.LittleCryotube,547,"Little Cryotube"),s(n.WideGlassWallBreakable,548,"Wide Glass Wall (breakable)"),s(n.BlueFloatingRobot,549,"Blue floating robot"),s(n.RedFloatingRobot,550,"Red floating robot"),s(n.Dolphin,551,"Dolphin"),s(n.CaptureTrap,552,"Capture Trap"),s(n.VRLink,553,"VR link"),s(n.UnknownItem576,576,"Unknown Item (576)"),s(n.WarpInBarbaRayRoom,640,"Warp in Barba Ray Room"),s(n.UnknownItem672,672,"Unknown Item (672)"),s(n.GeeNest,688,"Gee Nest"),s(n.LabComputerConsole,689,"Lab Computer Console"),s(n.LabComputerConsoleGreenScreen,690,"Lab Computer Console (Green Screen)"),s(n.ChairYelllowPillow,691,"Chair, Yelllow Pillow"),s(n.OrangeWallWithHoleInMiddle,692,"orange wall with hole in middle"),s(n.GreyWallWithHoleInMiddle,693,"grey wall with hole in middle"),s(n.LongTable,694,"long table"),s(n.GBAStation,695,"GBA Station"),s(n.TalkLinkToSupport,696,"Talk (link to support)"),s(n.InstaWarp,697,"insta-warp"),s(n.LabInvisibleObject,698,"Lab Invisible Object"),s(n.LabGlassWindowDoor,699,"Lab Glass window Door"),s(n.UnknownItem700,700,"Unknown Item (700)"),s(n.LabCelingWarp,701,"Lab Celing Warp"),s(n.Ep4LightSource,768,"Ep4 Light Source"),s(n.Cacti,769,"cacti"),s(n.BigBrownRock,770,"Big Brown Rock"),s(n.BreakableBrownRock,771,"Breakable Brown Rock"),s(n.UnknownItem832,832,"Unknown Item (832)"),s(n.UnknownItem833,833,"Unknown Item (833)"),s(n.PoisonPlant,896,"Poison Plant"),s(n.UnknownItem897,897,"Unknown Item (897)"),s(n.UnknownItem898,898,"Unknown Item (898)"),s(n.OozingDesertPlant,899,"Oozing Desert Plant"),s(n.UnknownItem901,901,"Unknown Item (901)"),s(n.BigBlackRocks,902,"big black rocks"),s(n.UnknownItem903,903,"Unknown Item (903)"),s(n.UnknownItem904,904,"Unknown Item (904)"),s(n.UnknownItem905,905,"Unknown Item (905)"),s(n.UnknownItem906,906,"Unknown Item (906)"),s(n.FallingRock,907,"Falling Rock"),s(n.DesertPlantHasCollision,908,"Desert Plant (has collision)"),s(n.DesertFixedTypeBoxBreakableCrystals,909,"Desert Fixed Type Box (Breakable Crystals)"),s(n.UnknownItem910,910,"Unknown Item (910)"),s(n.BeeHive,911,"Bee Hive"),s(n.UnknownItem912,912,"Unknown Item (912)"),s(n.Heat,913,"Heat"),s(n.TopOfSaintMillionEgg,960,"Top of saint million egg"),s(n.UnknownItem961,961,"Unknown Item (961)")},"/7QA":function(e,t,i){"use strict";var n=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});const o=i("1Qg8");i("8UJ8");const s=i("LvDl"),r=n(i("GGSb"));i("XtFL"),i("tjRy"),i("3oCa"),i("OP0w"),r.default.useDefaults({defaultLevel:r.default.WARN}),document.addEventListener("keydown",e=>{const t=e;t.ctrlKey&&!t.altKey&&"Z"===t.key.toUpperCase()&&t.preventDefault()}),document.addEventListener("beforeinput",e=>{const t=e;"historyUndo"!==t.inputType&&"historyRedo"!==t.inputType||e.preventDefault()}),function(){const e=new o.ApplicationView,t=s.throttle(()=>{e.resize(window.innerWidth,window.innerHeight)},100,{leading:!0,trailing:!0});t(),document.body.append(e.element),window.addEventListener("resize",t)}()},"/Wax":function(e,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0});const n=i("9dYx");class o extends n.AbstractWritableCursor{get size(){return this._size}set size(e){e>this._size?this.ensure_size(e-this._size):this._size=e}get backing_buffer(){return this.buffer.backing_buffer}get dv(){return this.buffer.view}constructor(e,t,i=0,n=e.size-i){if(i<0||i>e.size)throw new Error(`Offset ${i} is out of bounds.`);if(n<0||i+n>e.size)throw new Error(`Size ${n} is out of bounds.`);super(t,i),this.buffer=e,this._size=n}take(e){this.check_size("size",e,e);const t=this.offset+this.position,i=new o(this.buffer,this.endianness,t,e);return this._position+=e,i}ensure_size(e){const t=this.position+e-this._size;t>0&&(this._size+=t,this.buffer.sizethis.val=e.value)}bind_bi(e){const t=this.bind_to(e),i=e.bind_to(this);return{dispose(){t.dispose(),i.dispose()}}}}},"0Xme":function(e,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0});const n=i("sDu+"),o=i("FXpb"),s=i("jJhE");i("x1yY");const r=i("4VsB");t.Input=class extends n.LabelledControl{constructor(e,t,i,n,s){super(o.el.span({class:`${t} core_Input`}),s),this._value=new r.WidgetProperty(this,e,this.set_value),this.value=this._value,this.input_element=o.create_element("input",{class:`${n} core_Input_inner`}),this.input_element.type=i,this.input_element.onchange=()=>{this._value.set_val(this.get_value(),{silent:!1})},this.element.append(this.input_element)}set_enabled(e){super.set_enabled(e),this.input_element.disabled=!e}set_attr(e,t,i){if(null==t)return;const n=this.input_element,o=i||(e=>e);s.is_any_property(t)?(n[e]=o(t.val),this.disposable(t.observe(({value:t})=>n[e]=o(t)))):n[e]=o(t)}}},"1Qg8":function(e,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0});const n=i("yxQK"),o=i("49yP"),s=i("FXpb"),r=i("nN8q");class a extends r.ResizableWidget{constructor(){super(s.el.div({class:"application_ApplicationView"})),this.menu_view=this.disposable(new n.NavigationView),this.main_content_view=this.disposable(new o.MainContentView),this.element.id="root",this.element.append(this.menu_view.element,this.main_content_view.element),this.finalize_construction(a.prototype)}resize(e,t){return super.resize(e,t),this.main_content_view.resize(e,t-this.menu_view.height),this}}t.ApplicationView=a},"1aHr":function(e,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0});const n=i("w6HN"),o=i("6cU9"),s=i("KVVN"),r=i("c5EP"),a=i("n5fr"),d=i("sv1z"),l=i("ouMO"),u=i("FXpb"),c=i("r+6V"),_=i("xs7i"),p=i("4Mnx"),v=i("4SjJ"),h=i("S6Bx");class w extends n.ToolBar{constructor(){const e=new c.DropDown("New quest",[_.Episode.I],e=>`Episode ${_.Episode[e]}`,{icon_left:u.Icon.NewFile}),t=new o.FileButton("Open file...",{icon_left:u.Icon.File,accept:".qst",tooltip:"Open a quest file (Ctrl-O)"}),i=new s.Button("Save as...",{icon_left:u.Icon.Save,tooltip:"Save this quest to new file (Ctrl-Shift-S)"}),n=new s.Button("Undo",{icon_left:u.Icon.Undo,tooltip:a.undo_manager.first_undo.map(e=>(e?`Undo "${e.description}"`:"Nothing to undo")+" (Ctrl-Z)")}),f=new s.Button("Redo",{icon_left:u.Icon.Redo,tooltip:a.undo_manager.first_redo.map(e=>(e?`Redo "${e.description}"`:"Nothing to redo")+" (Ctrl-Shift-Z)")}),m=new d.Select(r.quest_editor_store.current_quest.flat_map(e=>e?l.list_property(void 0,...p.area_store.get_areas_for_episode(e.episode)):l.list_property()),e=>{const t=r.quest_editor_store.current_quest.val;if(t){const i=t.entities_per_area.val.get(e.id);return e.name+(i?` (${i})`:"")}return e.name});super({children:[e,t,i,n,f,m]});const g=r.quest_editor_store.current_quest.map(e=>null!=e);this.disposables(e.chosen.observe(({value:e})=>r.quest_editor_store.new_quest(e)),t.files.observe(({value:e})=>{e.length&&r.quest_editor_store.open_file(e[0])}),i.enabled.bind_to(g),i.click.observe(r.quest_editor_store.save_as),n.enabled.bind_to(a.undo_manager.can_undo),n.click.observe(()=>a.undo_manager.undo()),f.enabled.bind_to(a.undo_manager.can_redo),f.click.observe(()=>a.undo_manager.redo()),m.enabled.bind_to(g),m.selected.bind_to(r.quest_editor_store.current_area),m.selected.observe(({value:e})=>r.quest_editor_store.set_current_area(e)),v.gui_store.on_global_keydown(v.GuiTool.QuestEditor,"Ctrl-O",()=>t.click()),v.gui_store.on_global_keydown(v.GuiTool.QuestEditor,"Ctrl-Shift-S",r.quest_editor_store.save_as),v.gui_store.on_global_keydown(v.GuiTool.QuestEditor,"Ctrl-Z",()=>{a.undo_manager.current.val!==h.asm_editor_store.undo&&a.undo_manager.undo()}),v.gui_store.on_global_keydown(v.GuiTool.QuestEditor,"Ctrl-Shift-Z",()=>{a.undo_manager.current.val!==h.asm_editor_store.undo&&a.undo_manager.redo()})),this.finalize_construction(w.prototype)}}t.QuestEditorToolBar=w},"1vWm":function(e,t,i){"use strict";var n=this&&this.__awaiter||function(e,t,i,n){return new(i||(i=Promise))(function(o,s){function r(e){try{d(n.next(e))}catch(e){s(e)}}function a(e){try{d(n.throw(e))}catch(e){s(e)}}function d(e){e.done?o(e.value):new i(function(t){t(e.value)}).then(r,a)}d((n=n.apply(e,t||[])).next())})},o=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});const s=i("nN8q"),r=i("FXpb"),a=i("1aHr"),d=o(i("xGNL")),l=i("zBQr"),u=i("yog5");i("88+i"),i("UrNz");const c=i("xyE7"),_=i("W7aE"),p=i("DUCy"),v=i("Yq7v"),h=i("4SjJ"),w=i("c5EP"),f=i("GGSb").get("quest_editor/gui/QuestEditorView"),m=new Map([[u.QuesInfoView,"quest_info"],[c.NpcCountsView,"npc_counts"],[_.QuestRendererView,"quest_renderer"],[p.AsmEditorView,"asm_editor"],[v.EntityInfoView,"entity_info"]]),g={settings:{showPopoutIcon:!1,showMaximiseIcon:!1},dimensions:{headerHeight:24},labels:{close:"Close",maximise:"Maximise",minimise:"Minimise",popout:"Open in new window"}},y=[{type:"row",content:[{type:"stack",width:3,content:[{title:"Info",type:"component",componentName:m.get(u.QuesInfoView),isClosable:!1},{title:"NPC Counts",type:"component",componentName:m.get(c.NpcCountsView),isClosable:!1}]},{type:"stack",width:9,content:[{title:"3D View",type:"component",componentName:m.get(_.QuestRendererView),isClosable:!1},{title:"Script",type:"component",componentName:m.get(p.AsmEditorView),isClosable:!1}]},{title:"Entity",type:"component",componentName:m.get(v.EntityInfoView),isClosable:!1,width:2}]}];class O extends s.ResizableWidget{constructor(){super(r.el.div({class:"quest_editor_QuestEditorView"})),this.tool_bar_view=this.disposable(new a.QuestEditorToolBar),this.layout_element=r.create_element("div",{class:"quest_editor_gl_container"}),this.sub_views=new Map,this.element.append(this.tool_bar_view.element,this.layout_element),this.layout=this.init_golden_layout(),this.disposables(h.gui_store.on_global_keydown(h.GuiTool.QuestEditor,"Ctrl-Alt-D",()=>w.quest_editor_store.debug.val=!w.quest_editor_store.debug.val)),this.finalize_construction(O.prototype)}resize(e,t){super.resize(e,t);const i=Math.max(0,t-this.tool_bar_view.height);return this.layout_element.style.width=`${e}px`,this.layout_element.style.height=`${i}px`,this.layout.then(t=>t.updateSize(e,i)),this}dispose(){super.dispose(),this.layout.then(e=>e.destroy());for(const e of this.sub_views.values())e.dispose();this.sub_views.clear()}init_golden_layout(){return n(this,void 0,void 0,function*(){const e=yield l.quest_editor_ui_persister.load_layout_config([...m.values()],y);try{return this.attempt_gl_init(Object.assign({},g,{content:e}))}catch(e){return f.warn("Couldn't instantiate golden layout with persisted layout.",e),this.attempt_gl_init(Object.assign({},g,{content:y}))}})}attempt_gl_init(e){const t=new d.default(e,this.layout_element),i=this;try{for(const[e,n]of m)t.registerComponent(n,function(t){const o=new e;t.on("close",()=>o.dispose()),t.on("resize",()=>o.resize(t.width,t.height-4)),o.resize(t.width,t.height),i.sub_views.set(n,o),t.getElement().append(o.element)});return t.on("stateChanged",()=>{this.layout&&l.quest_editor_ui_persister.persist_layout_config(t.toConfig().content)}),t.on("stackCreated",e=>{e.on("activeContentItemChanged",e=>{if("componentName"in e.config){const t=this.sub_views.get(e.config.componentName);t&&t.focus()}})}),t.init(),t}catch(e){throw t.destroy(),e}}}t.QuestEditorView=O},"1z6m":function(e,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0});const n=i("TRid"),o=i("FXpb"),s=i("4SjJ");i("Rbar");class r extends n.Widget{constructor(e,t){super(o.el.span({class:"application_NavigationButton"})),this.input=o.create_element("input"),this.label=o.create_element("label");const i=s.GuiTool[e];this.input.type="radio",this.input.name="application_NavigationButton",this.input.value=i,this.input.id=`application_NavigationButton_${i}`,this.label.append(t),this.label.htmlFor=`application_NavigationButton_${i}`,this.element.append(this.input,this.label),this.finalize_construction(r.prototype)}set checked(e){this.input.checked=e}}t.NavigationButton=r},"22Lq":function(e,t,i){"use strict";var n=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});const o=i("ouMO"),s=i("hUhj"),r=i("oxtq"),a=n(i("GGSb")).default.get("core/observable/property/list/SimpleListProperty");t.SimpleListProperty=class extends s.AbstractProperty{constructor(e,...t){super(),this.is_list_property=!0,this._length=o.property(0),this.value_observers=[],this.list_observers=[],this.length=this._length,this.values=t,this.extract_observables=e}get val(){return this.get_val()}set val(e){this.set_val(e)}get_val(){return this.values}set_val(e){const t=this.values.splice(0,this.values.length,...e);return this.finalize_update({type:r.ListChangeType.ListChange,index:0,removed:t,inserted:e}),t}observe_list(e){return 0===this.value_observers.length&&this.extract_observables&&this.replace_element_observers(0,1/0,this.values),this.list_observers.includes(e)||this.list_observers.push(e),{dispose:()=>{const t=this.list_observers.indexOf(e);if(-1!==t&&this.list_observers.splice(t,1),0===this.list_observers.length){for(const{disposables:e}of this.value_observers)for(const t of e)t.dispose();this.value_observers.splice(0,1/0)}}}}bind_to(e){return r.is_list_property(e)?e.observe_list(e=>{e.type===r.ListChangeType.ListChange&&this.splice(e.index,e.removed.length,...e.inserted)}):e.observe(({value:e})=>this.set_val(e))}bind_bi(e){const t=this.bind_to(e),i=e.bind_to(this);return{dispose(){t.dispose(),i.dispose()}}}update(e){this.splice(0,this.values.length,...e(this.values))}get(e){return this.values[e]}set(e,t){const i=[this.values[e]];this.values[e]=t,this.finalize_update({type:r.ListChangeType.ListChange,index:e,removed:i,inserted:[t]})}push(...e){const t=this.values.length;return this.values.push(...e),this.finalize_update({type:r.ListChangeType.ListChange,index:t,removed:[],inserted:e}),this.length.val}remove(...e){for(const t of e){const e=this.values.indexOf(t);this.values.splice(e,1),this.finalize_update({type:r.ListChangeType.ListChange,index:e,removed:[t],inserted:[]})}}clear(){const e=this.values.splice(0,this.values.length);this.finalize_update({type:r.ListChangeType.ListChange,index:0,removed:e,inserted:[]})}splice(e,t,...i){let n;return n=null==t?this.values.splice(e):this.values.splice(e,t,...i),this.finalize_update({type:r.ListChangeType.ListChange,index:e,removed:n,inserted:i}),n}sort(e){this.values.sort(e),this.finalize_update({type:r.ListChangeType.ListChange,index:0,removed:this.values,inserted:this.values})}finalize_update(e){this.list_observers.length&&this.extract_observables&&e.type===r.ListChangeType.ListChange&&this.replace_element_observers(e.index,e.removed.length,e.inserted);const t=this._length.val;this._length.set_val(this.values.length,{silent:!0});for(const t of this.list_observers)this.call_list_observer(t,e);this.emit(this.values),this._length.set_val(t,{silent:!0}),this._length.set_val(this.values.length,{silent:!1})}call_list_observer(e,t){try{e(t)}catch(e){a.error("Observer threw error.",e)}}replace_element_observers(e,t,i){let n=e;const o=this.value_observers.splice(e,t,...i.map(e=>{const t={index:n,disposables:this.extract_observables(e).map(i=>i.observe(()=>{this.finalize_update({type:r.ListChangeType.ValueChange,updated:[e],index:t.index})}))};return n++,t}));for(const{disposables:e}of o)for(const t of e)t.dispose();const s=i.length-t;for(;n{this.disposed||(this.view=this.disposable(e),this.view.resize(this.width,this.height),this.element.append(e.element))})),this.finalize_construction(s.prototype)}resize(e,t){return super.resize(e,t),this.view&&this.view.resize(e,t),this}}t.LazyWidget=s},"3AeF":function(e,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0});const n=i("x4IQ");t.EditLongDescriptionAction=class extends n.QuestEditAction{constructor(){super(...arguments),this.description="Edit long description"}undo(){this.quest.set_long_description(this.old)}redo(){this.quest.set_long_description(this.new)}}},"3CEK":function(e,t,i){"use strict";var n=this&&this.__awaiter||function(e,t,i,n){return new(i||(i=Promise))(function(o,s){function r(e){try{d(n.next(e))}catch(e){s(e)}}function a(e){try{d(n.throw(e))}catch(e){s(e)}}function d(e){e.done?o(e.value):new i(function(t){t(e.value)}).then(r,a)}d((n=n.apply(e,t||[])).next())})},o=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});const s=o(i("GGSb")),r=i("Womt"),a=i("4vnR"),d=i("aEXR"),l=i("Tpfs"),u=i("4Mnx"),c=i("xpi7"),_=s.default.get("quest_editor/rendering/QuestModelManager"),p=new r.Vector3(0,800,700),v=new r.Vector3(0,0,0),h=new r.Object3D;t.QuestModelManager=class{constructor(e){this.renderer=e,this.disposer=new l.Disposer}load_models(e,t){return n(this,void 0,void 0,function*(){let i;if(e&&t&&(i=e.area_variants.val.find(e=>e.area.id===t.id)||u.area_store.get_variant(e.episode,t.id,0)),this.quest!==e||this.area_variant!==i)if(this.quest=e,this.area=t,this.area_variant=i,this.disposer.dispose_all(),e&&t)try{const n=e.episode,o=t.id,s=i?i.id:0,r=yield d.load_area_collision_geometry(n,o,s),l=yield d.load_area_render_geometry(n,o,s);if(this.add_sections_to_collision_geometry(r,l),this.quest!==e||this.area_variant!==i)return;this.renderer.collision_geometry=r,this.renderer.render_geometry=l,this.renderer.reset_camera(p,v),this.renderer.reset_entity_models();for(const n of e.npcs.val)if(n.area_id===t.id){const t=yield a.load_npc_geometry(n.type),o=yield a.load_npc_textures(n.type);if(this.quest!==e||this.area_variant!==i)return;const s=c.create_npc_mesh(n,t,o);this.update_entity_geometry(n,s)}for(const n of e.objects.val)if(n.area_id===t.id){const t=yield a.load_object_geometry(n.type),o=yield a.load_object_textures(n.type);if(this.quest!==e||this.area_variant!==i)return;const s=c.create_object_mesh(n,t,o);this.update_entity_geometry(n,s)}}catch(i){_.error(`Couldn't load models for quest ${e.id}, ${t.name}.`,i),this.renderer.collision_geometry=h,this.renderer.render_geometry=h,this.renderer.reset_entity_models()}else this.renderer.collision_geometry=h,this.renderer.render_geometry=h,this.renderer.reset_entity_models()})}dispose(){this.disposer.dispose()}add_sections_to_collision_geometry(e,t){const i=new r.Raycaster,n=new r.Vector3,o=new r.Vector3(0,-1,0),s=new r.Vector3(0,1,0);for(const r of e.children){r.geometry.boundingBox.getCenter(n),i.set(n,o);const e=i.intersectObject(t,!0).find(e=>null!=e.object.userData.section);i.set(n,s);const a=i.intersectObject(t,!0).find(e=>null!=e.object.userData.section);let d;if(d=e&&a?e.distance<=a.distance?e:a:e||a){const e=r.userData,t=d.object.userData;e.section=t.section}}}update_entity_geometry(e,t){this.renderer.add_entity_model(t),this.disposer.add_all(e.world_position.observe(({value:{x:e,y:i,z:n}})=>{t.position.set(e,i,n),this.renderer.schedule_render()}),e.rotation.observe(({value:{x:e,y:i,z:n}})=>{t.rotation.set(e,i,n),this.renderer.schedule_render()}))}}},"4/Uj":function(e,t,i){"use strict";var n=this&&this.__awaiter||function(e,t,i,n){return new(i||(i=Promise))(function(o,s){function r(e){try{d(n.next(e))}catch(e){s(e)}}function a(e){try{d(n.throw(e))}catch(e){s(e)}}function d(e){e.done?o(e.value):new i(function(t){t(e.value)}).then(r,a)}d((n=n.apply(e,t||[])).next())})};Object.defineProperty(t,"__esModule",{value:!0});const o=i("ouMO"),s=i("yub1"),r=i("Sa3/"),a=i("NRxM"),d=i("bcBH"),l=i("GGSb").get("viewer/stores/TextureStore");class u{constructor(){this._current_xvm=o.property(void 0),this.current_xvm=this._current_xvm,this.load_file=e=>n(this,void 0,void 0,function*(){try{const t=yield r.read_file(e);this._current_xvm.val=s.parse_xvm(new a.ArrayBufferCursor(t,d.Endianness.Little))}catch(e){l.error("Couldn't read file.",e)}})}}t.TextureStore=u,t.texture_store=new u},"469Q":function(e,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0});const n=i("Womt"),o=i("Ftn7"),s=i("Tpfs"),r=i("iR5r"),a=i("GGSb"),d=i("4/Uj"),l=a.get("viewer/rendering/TextureRenderer");t.TextureRenderer=class extends o.Renderer{constructor(){super(new n.OrthographicCamera(-400,400,300,-300,1,10)),this.disposer=new s.Disposer,this.quad_meshes=[],this.ortho_camera=this.camera,this.controls.dollySpeed=-1,this.controls.azimuthRotateSpeed=0,this.controls.polarRotateSpeed=0,this.disposer.add_all(d.texture_store.current_xvm.observe(({value:e})=>{this.scene.remove(...this.quad_meshes),e&&this.render_textures(e),this.reset_camera(new n.Vector3(0,0,5),new n.Vector3),this.schedule_render()}))}set_size(e,t){this.ortho_camera.left=-Math.floor(e/2),this.ortho_camera.right=Math.ceil(e/2),this.ortho_camera.top=Math.floor(t/2),this.ortho_camera.bottom=-Math.ceil(t/2),this.ortho_camera.updateProjectionMatrix(),super.set_size(e,t)}dispose(){super.dispose(),this.disposer.dispose()}render_textures(e){let t=10*(e.textures.length-1),i=0;for(const n of e.textures)t+=n.width,i=Math.max(i,n.height);let o=-Math.floor(t/2);const s=-Math.floor(i/2);for(const t of e.textures){let e;try{e=r.xvm_texture_to_texture(t)}catch(e){l.warn("Couldn't convert XVM texture.",e)}const a=new n.Mesh(this.create_quad(o,s+Math.floor((i-t.height)/2),t.width,t.height),e?new n.MeshBasicMaterial({map:e,transparent:!0}):new n.MeshBasicMaterial({color:16711935}));this.quad_meshes.push(a),this.scene.add(a),o+=10+t.width}}create_quad(e,t,i,o){const s=new n.PlaneGeometry(i,o,1,1);return s.faceVertexUvs=[[[new n.Vector2(0,0),new n.Vector2(0,1),new n.Vector2(1,0)],[new n.Vector2(0,1),new n.Vector2(1,1),new n.Vector2(1,0)]]],s.translate(e+i/2,t+o/2,-5),s}}},"488w":function(e,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0});const n=i("Womt"),o=i("tRdk"),s=i("kwt4"),r=i("vM2b"),a=new n.Vector3(0,1,0),d=new n.Vector2(0,0),l=new n.Vector3(0,0,0),u=new n.Quaternion(0,0,0,1),c=new n.Vector3(1,1,1);t.ninja_object_to_geometry_builder=function(e,t){new p(t).to_geometry_builder(e)},t.ninja_object_to_buffer_geometry=function(e){return new p(new r.GeometryBuilder).create_buffer_geometry(e)};class _{constructor(){this.vertices_stack=[]}put(e){this.vertices_stack.push(e)}get(e){const t=[];for(let i=this.vertices_stack.length-1;i>=0;i--){const n=this.vertices_stack[i][e];n&&t.push(n)}return t}}class p{constructor(e){this.vertices=new _,this.bone_id=0,this.builder=e}to_geometry_builder(e){this.object_to_geometry(e,void 0,new n.Matrix4)}create_buffer_geometry(e){return this.to_geometry_builder(e),this.builder.build()}object_to_geometry(e,t,i){const{no_translate:s,no_rotate:r,no_scale:a,hidden:d,break_child_trace:_,zxy_rotation_order:p,skip:v}=e.evaluation_flags,{position:h,rotation:w,scale:f}=e,m=new n.Euler(w.x,w.y,w.z,p?"ZXY":"ZYX"),g=(new n.Matrix4).compose(s?l:o.vec3_to_threejs(h),r?u:(new n.Quaternion).setFromEuler(m),a?c:o.vec3_to_threejs(f)).premultiply(i);let y;if(v?y=t:((y=new n.Bone).name=this.bone_id.toString(),y.position.set(h.x,h.y,h.z),y.setRotationFromEuler(m),y.scale.set(f.x,f.y,f.z),this.builder.add_bone(y),t&&t.add(y)),e.model&&!d&&this.model_to_geometry(e.model,g),this.bone_id++,!_)for(const t of e.children)this.object_to_geometry(t,y,g)}model_to_geometry(e,t){s.is_njcm_model(e)?this.njcm_model_to_geometry(e,t):this.xj_model_to_geometry(e,t)}njcm_model_to_geometry(e,t){const i=(new n.Matrix3).getNormalMatrix(t),s=e.vertices.map(e=>{const s=o.vec3_to_threejs(e.position),r=e.normal?o.vec3_to_threejs(e.normal):new n.Vector3(0,1,0);return s.applyMatrix4(t),r.applyMatrix3(i),{bone_id:this.bone_id,position:s,normal:r,bone_weight:e.bone_weight,bone_weight_status:e.bone_weight_status,calc_continue:e.calc_continue}});this.vertices.put(s);for(const t of e.meshes){const e=this.builder.index_count;for(let e=0;e=2&&(e%2==(t.clockwise_winding?1:0)?(this.builder.add_index(r-2),this.builder.add_index(r-1),this.builder.add_index(r)):(this.builder.add_index(r-2),this.builder.add_index(r),this.builder.add_index(r-1)));const l=[[0,0],[0,0],[0,0],[0,0]];for(let e=n.length-1;e>=0;e--){const t=n[e];l[t.bone_weight_status]=[t.bone_id,t.bone_weight]}for(const[e,t]of l)this.builder.add_bone_weight(e,t)}}this.builder.add_group(e,this.builder.index_count-e,t.texture_id)}}xj_model_to_geometry(e,t){const i=this.builder.vertex_count,s=(new n.Matrix3).getNormalMatrix(t);for(let{position:i,normal:r,uv:a}of e.vertices){const e=o.vec3_to_threejs(i).applyMatrix4(t),l=(r?o.vec3_to_threejs(r):new n.Vector3(0,1,0)).applyMatrix3(s),u=a||d;this.builder.add_vertex(e,l,u)}let r;for(const t of e.meshes){const e=this.builder.index_count;let n=!1;for(let e=2;e=2&&(n=!n),n?(this.builder.add_index(s),this.builder.add_index(o),this.builder.add_index(r)):(this.builder.add_index(o),this.builder.add_index(s),this.builder.add_index(r)),n=!n}null!=t.material_properties.texture_id&&(r=t.material_properties.texture_id),this.builder.add_group(e,this.builder.index_count-e,r)}}}},"49yP":function(e,t,i){"use strict";var n=this&&this.__awaiter||function(e,t,i,n){return new(i||(i=Promise))(function(o,s){function r(e){try{d(n.next(e))}catch(e){s(e)}}function a(e){try{d(n.throw(e))}catch(e){s(e)}}function d(e){e.done?o(e.value):new i(function(t){t(e.value)}).then(r,a)}d((n=n.apply(e,t||[])).next())})},o=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var i in e)Object.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t.default=e,t};Object.defineProperty(t,"__esModule",{value:!0});const s=i("FXpb"),r=i("4SjJ"),a=i("39ZU"),d=i("nN8q"),l=[[r.GuiTool.Viewer,()=>n(this,void 0,void 0,function*(){return new((yield Promise.resolve().then(()=>o(i("vsj6")))).ViewerView)})],[r.GuiTool.QuestEditor,()=>n(this,void 0,void 0,function*(){return new((yield Promise.resolve().then(()=>o(i("1vWm")))).QuestEditorView)})],[r.GuiTool.HuntOptimizer,()=>n(this,void 0,void 0,function*(){return new((yield Promise.resolve().then(()=>o(i("LkpO")))).HuntOptimizerView)})]];class u extends d.ResizableWidget{constructor(){super(s.el.div({class:"application_MainContentView"})),this.tool_views=new Map(l.map(([e,t])=>[e,this.disposable(new a.LazyWidget(t))])),this.tool_changed=({value:e})=>{for(const e of this.tool_views.values())e.visible.val=!1;const t=this.tool_views.get(e);t&&(t.visible.val=!0)};for(const e of this.tool_views.values())this.element.append(e.element);const e=this.tool_views.get(r.gui_store.tool.val);e&&(e.visible.val=!0),this.disposable(r.gui_store.tool.observe(this.tool_changed)),this.finalize_construction(u.prototype)}resize(e,t){super.resize(e,t);for(const i of this.tool_views.values())i.resize(e,t);return this}}t.MainContentView=u},"4Mnx":function(e,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0});const n=i("lPzw"),o=i("bJO5"),s=i("xs7i"),r=i("aEXR"),a=i("SoCI");t.area_store=new class{constructor(){this.areas=[],this.get_areas_for_episode=e=>this.areas[e],this.get_area=(e,t)=>{const i=this.areas[e].find(e=>e.id===t);if(!i)throw new Error(`Area id ${t} for episode ${e} is invalid.`);return i},this.get_variant=(e,t,i)=>{const n=this.get_area(e,t).area_variants[i];if(!n)throw new Error(`Area variant id ${i} for area ${t} of episode ${e} is invalid.`);return n},this.get_area_sections=(e,t,i)=>r.load_area_sections(e,t,i);for(const e of s.EPISODES)this.areas[e]=a.get_areas_for_episode(e).map(e=>{const t=new n.AreaModel(e.id,e.name,e.order,[]);for(const i of e.area_variants)t.area_variants.push(new o.AreaVariantModel(i.id,t));return t})}}},"4SjJ":function(e,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0});const n=i("ouMO"),o=i("nsCy");var s;!function(e){e[e.Viewer=0]="Viewer",e[e.QuestEditor=1]="QuestEditor",e[e.HuntOptimizer=2]="HuntOptimizer"}(s=t.GuiTool||(t.GuiTool={}));const r=new Map([[s.Viewer,"viewer"],[s.QuestEditor,"quest_editor"],[s.HuntOptimizer,"hunt_optimizer"]]),a=new Map([...r.entries()].map(([e,t])=>[t,e]));t.gui_store=new class{constructor(){this.tool=n.property(s.Viewer),this._server=n.property(o.Server.Ephinea),this.hash_disposer=this.tool.observe(({value:e})=>{window.location.hash=`#/${function(e){const t=r.get(e);if(t)return t;throw new Error(`To string not implemented for ${s[e]}.`)}(e)}`}),this.global_keydown_handlers=new Map,this.dispatch_global_keydown=e=>{const t=[];e.ctrlKey&&t.push("Ctrl"),e.shiftKey&&t.push("Shift"),e.altKey&&t.push("Alt"),t.push(e.key.toUpperCase());const i=t.join("-"),n=this.global_keydown_handlers.get(this.handler_key(this.tool.val,i));n&&(e.preventDefault(),n())};const e=window.location.hash.slice(2);this.tool.val=function(e){return a.get(e)}(e)||s.Viewer,this.server=this._server,window.addEventListener("keydown",this.dispatch_global_keydown)}dispose(){this.hash_disposer.dispose(),this.global_keydown_handlers.clear(),window.removeEventListener("keydown",this.dispatch_global_keydown)}on_global_keydown(e,t,i){const n=this.handler_key(e,t);return this.global_keydown_handlers.set(n,i),{dispose:()=>{this.global_keydown_handlers.delete(n)}}}handler_key(e,t){return`${s[e]} -> ${t}`}}},"4VsB":function(e,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0});const n=i("0CzU");t.WidgetProperty=class extends n.SimpleProperty{constructor(e,t,i){super(t),this.widget=e,this.set_value=i}set_val(e,t){this.set_value.call(this.widget,e),super.set_val(e,Object.assign({silent:!0},t))}}},"4mUz":function(e,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.parse_rel=function(e,t){e.seek_end(32);const i=e.u32(),n=e.u32();e.seek(8);const o=e.u32();return e.seek_start(i),{data_offset:o,index:t?function(e,t){const i=e.u16_array(t),n=[];let o=0;for(const t of i){o+=4*t,e.seek_start(o-4);const i=e.u32(),s=e.u32();n.push({offset:s,size:i})}return n}(e,n):[]}}},"4s8/":function(e,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0});t.ValueSet=class{constructor(){this.intervals=[]}size(){return this.intervals.reduce((e,t)=>e+t.end-t.start+1,0)}get(e){for(const{start:t,end:i}of this.intervals){const n=i-t+1;if(ethis.intervals[n].start;)e.end=this.intervals[n].end,n++;this.intervals.splice(t+1,n-t-1),e.end=Math.max(e.end,i.end),t++;continue e}t++}this.intervals.push(i)}return this}to_array(){let e=[];for(const{start:t,end:i}of this.intervals)for(let n=t;n<=i;n++)e.push(n);return e}[Symbol.iterator](){const e=this;let t=0,i=NaN;return{next(){let n=!0;return te.intervals[t].end?++te(m)),y=[],O=new Promise(e=>e(y)),b=new a.LoadingCache;b.set(w.NpcType.Unknown,g);const E=new a.LoadingCache;E.set(w.NpcType.Unknown,O);const S=new a.LoadingCache,R=new a.LoadingCache;for(const e of[h.ObjectType.Unknown,h.ObjectType.PlayerSet,h.ObjectType.FogCollision,h.ObjectType.EventCollision,h.ObjectType.ObjRoomID,h.ObjectType.ScriptCollision,h.ObjectType.ItemLight,h.ObjectType.FogCollisionSW,h.ObjectType.MenuActivation,h.ObjectType.BoxDetectObject,h.ObjectType.SymbolChatObject,h.ObjectType.TouchPlateObject,h.ObjectType.TargetableObject,h.ObjectType.EffectObject,h.ObjectType.CountDownObject,h.ObjectType.TelepipeLocation,h.ObjectType.Pioneer2InvisibleTouchplate,h.ObjectType.TempleMapDetect,h.ObjectType.LabInvisibleObject])S.set(e,g),R.set(e,O);function k(e,t){return n(this,void 0,void 0,function*(){const i=function e(t,i){switch(t){case w.NpcType.Dubswitch:return`/npcs/${w.NpcType[t]}.${i===P.Geometry?"xj":"xvm"}`;case w.NpcType.Hildebear2:return e(w.NpcType.Hildebear,i);case w.NpcType.Hildeblue2:return e(w.NpcType.Hildeblue,i);case w.NpcType.RagRappy2:return e(w.NpcType.RagRappy,i);case w.NpcType.Monest2:return e(w.NpcType.Monest,i);case w.NpcType.PoisonLily2:return e(w.NpcType.PoisonLily,i);case w.NpcType.NarLily2:return e(w.NpcType.NarLily,i);case w.NpcType.GrassAssassin2:return e(w.NpcType.GrassAssassin,i);case w.NpcType.Dimenian2:return e(w.NpcType.Dimenian,i);case w.NpcType.LaDimenian2:return e(w.NpcType.LaDimenian,i);case w.NpcType.SoDimenian2:return e(w.NpcType.SoDimenian,i);case w.NpcType.DarkBelra2:return e(w.NpcType.DarkBelra,i);case w.NpcType.SavageWolf2:return e(w.NpcType.SavageWolf,i);case w.NpcType.BarbarousWolf2:return e(w.NpcType.BarbarousWolf,i);case w.NpcType.PanArms2:return e(w.NpcType.PanArms,i);case w.NpcType.Dubchic2:return e(w.NpcType.Dubchic,i);case w.NpcType.Gilchic2:return e(w.NpcType.Gilchic,i);case w.NpcType.Garanz2:return e(w.NpcType.Garanz,i);case w.NpcType.Dubswitch2:return e(w.NpcType.Dubswitch,i);case w.NpcType.Delsaber2:return e(w.NpcType.Delsaber,i);case w.NpcType.ChaosSorcerer2:return e(w.NpcType.ChaosSorcerer,i);default:return`/npcs/${w.NpcType[t]}.${i===P.Geometry?"nj":"xvm"}`}}(e,t);return{url:i,data:yield v.load_array_buffer(i)}})}function N(e,t){return n(this,void 0,void 0,function*(){const i=function(e,t){if(t!==P.Geometry)return`/objects/${h.object_data(e).pso_id}.xvm`;switch(e){case h.ObjectType.EasterEgg:case h.ObjectType.ChristmasTree:case h.ObjectType.ChristmasWreath:case h.ObjectType.TwentyFirstCentury:case h.ObjectType.Sonic:case h.ObjectType.WelcomeBoard:case h.ObjectType.FloatingJelifish:case h.ObjectType.RuinsSeal:case h.ObjectType.Dolphin:case h.ObjectType.Cacti:case h.ObjectType.BigBrownRock:case h.ObjectType.PoisonPlant:case h.ObjectType.BigBlackRocks:case h.ObjectType.FallingRock:case h.ObjectType.DesertFixedTypeBoxBreakableCrystals:case h.ObjectType.BeeHive:return`/objects/${h.object_data(e).pso_id}.nj`;default:return`/objects/${h.object_data(e).pso_id}.xj`}}(e,t);return{url:i,data:yield v.load_array_buffer(i)}})}var P;t.load_npc_geometry=function(e){return n(this,void 0,void 0,function*(){return b.get_or_set(e,()=>n(this,void 0,void 0,function*(){try{const{url:t,data:i}=yield k(e,P.Geometry),n=new l.ArrayBufferCursor(i,d.Endianness.Little),o=t.endsWith(".nj")?c.parse_nj(n):c.parse_xj(n);return o.length?u.ninja_object_to_buffer_geometry(o[0]):(f.warn(`Couldn't parse ${t} for ${w.NpcType[e]}.`),m)}catch(t){return f.warn(`Couldn't load geometry file for ${w.NpcType[e]}.`,t),m}}))})},t.load_npc_textures=function(e){return n(this,void 0,void 0,function*(){return E.get_or_set(e,()=>n(this,void 0,void 0,function*(){try{const{data:t}=yield k(e,P.Texture),i=new l.ArrayBufferCursor(t,d.Endianness.Little),n=_.parse_xvm(i);return p.xvm_to_textures(n)}catch(t){return f.warn(`Couldn't load texture file for ${w.NpcType[e]}.`,t),y}}))})},t.load_object_geometry=function(e){return n(this,void 0,void 0,function*(){return S.get_or_set(e,()=>n(this,void 0,void 0,function*(){try{const{url:t,data:i}=yield N(e,P.Geometry),n=new l.ArrayBufferCursor(i,d.Endianness.Little),o=t.endsWith(".nj")?c.parse_nj(n):c.parse_xj(n);return o.length?u.ninja_object_to_buffer_geometry(o[0]):(f.warn(`Couldn't parse ${t} for ${h.ObjectType[e]}.`),m)}catch(t){return f.warn(`Couldn't load geometry file for ${h.ObjectType[e]}.`,t),m}}))})},t.load_object_textures=function(e){return n(this,void 0,void 0,function*(){return R.get_or_set(e,()=>n(this,void 0,void 0,function*(){try{const{data:t}=yield N(e,P.Texture),i=new l.ArrayBufferCursor(t,d.Endianness.Little),n=_.parse_xvm(i);return p.xvm_to_textures(n)}catch(t){return f.warn(`Couldn't load texture file for ${h.ObjectType[e]}.`,t),y}}))})},t.load_npc_data=k,t.load_object_data=N,function(e){e[e.Geometry=0]="Geometry",e[e.Texture=1]="Texture"}(P||(P={}))},"52VV":function(e,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0});const n=i("+LO4"),o=i("nEgy");class s extends n.AbstractMinimalProperty{constructor(e,t){super(),this.dependency=e,this.f=t}get val(){return this.get_val()}get_val(){return this.computed_property?this.computed_property.val:this.f(this.dependency.val).val}observe(e){const t=super.observe(e);return null==this.dependency_disposable&&(this.dependency_disposable=this.dependency.observe(()=>{const e=this.val;this.compute_and_observe(),this.emit(e)}),this.compute_and_observe()),this.emit(this.get_val()),{dispose:()=>{t.dispose(),0===this.observers.length&&(this.dependency_disposable.dispose(),this.dependency_disposable=void 0,this.computed_disposable.dispose(),this.computed_disposable=void 0,this.computed_property=void 0)}}}map(e){return new o.DependentProperty([this],()=>e(this.val))}flat_map(e){return new s(this,t=>e(t))}compute_and_observe(){this.computed_disposable&&this.computed_disposable.dispose(),this.computed_property=this.f(this.dependency.val);let e=this.computed_property.val;this.computed_disposable=this.computed_property.observe(()=>{const t=e;e=this.val,this.emit(t)})}}t.FlatMappedProperty=s},"5aKR":function(e,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0});const n=i("TRid"),o=i("FXpb"),s=i("7ZX1");i("+BDF");class r extends n.Widget{constructor(e){super(o.el.div({class:"quest_editor_DisabledView"})),this.label=this.disposable(new s.Label(e,{enabled:!1})),this.element.append(this.label.element),this.finalize_construction(r.prototype)}}t.DisabledView=r},"6WXA":function(e,t,i){"use strict";var n=this&&this.__awaiter||function(e,t,i,n){return new(i||(i=Promise))(function(o,s){function r(e){try{d(n.next(e))}catch(e){s(e)}}function a(e){try{d(n.throw(e))}catch(e){s(e)}}function d(e){e.done?o(e.value):new i(function(t){t(e.value)}).then(r,a)}d((n=n.apply(e,t||[])).next())})};Object.defineProperty(t,"__esModule",{value:!0});const o=i("4SjJ"),s=i("LvDl"),r=i("M/y3");t.ServerMap=class{constructor(e){this.get_value=s.memoize(e)}get current(){return this._current||(this._current=o.gui_store.server.map(e=>this.get(e))),this._current}get(e){return this.get_value(e)}observe_current(e,t){const i=r.sequential(({value:t})=>n(this,void 0,void 0,function*(){return e(yield t)}));return this.current.observe(i,t)}}},"6cU9":function(e,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0});const n=i("FXpb");i("+Mcu"),i("Tp1L");const o=i("ouMO"),s=i("QmPX");class r extends s.Control{constructor(e,t){super(n.create_element("label",{class:"core_FileButton core_Button"}),t),this.input=n.create_element("input",{class:"core_FileButton_input core_Button_inner"}),this._files=o.property([]),this.files=this._files,this.input.type="file",this.input.onchange=()=>{this.input.files&&this.input.files.length?this._files.val=[...this.input.files]:this._files.val=[]},t&&t.accept&&(this.input.accept=t.accept);const i=n.el.span({class:"core_FileButton_inner core_Button_inner"});t&&null!=t.icon_left&&i.append(n.el.span({class:"core_FileButton_left core_Button_left"},n.icon(t.icon_left))),i.append(n.el.span({class:"core_Button_center",text:e})),this.element.append(i,this.input),this.disposables(this.enabled.observe(({value:e})=>{this.input.disabled=!e,e?this.element.classList.remove("disabled"):this.element.classList.add("disabled")})),this.finalize_construction(r.prototype)}click(){this.input.click()}}t.FileButton=r},"70mo":function(e,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0});const n=i("ouMO"),o=i("Ts/k"),s=i("n5fr"),r=i("GGSb").get("core/undo/UndoStack");t.UndoStack=class{constructor(){this.stack=n.list_property(),this.index=n.property(0),this.can_undo=this.index.map(e=>e>0),this.can_redo=n.map((e,t)=>te?this.stack.get(this.index.val-1):void 0),this.first_redo=this.can_redo.map(e=>e?this.stack.get(this.index.val):void 0),this.undoing_or_redoing=!1}make_current(){s.undo_manager.current.val=this}ensure_not_current(){s.undo_manager.current.val===this&&(s.undo_manager.current.val=o.NOOP_UNDO)}push(e){return this.undoing_or_redoing||(this.stack.splice(this.index.val,1/0,e),this.index.update(e=>e+1)),e}pop(){return this.index.update(e=>e-1),this.stack.splice(this.index.val,1)[0]}undo(){if(this.can_undo.val&&!this.undoing_or_redoing){try{this.undoing_or_redoing=!0,this.index.update(e=>e-1),this.stack.get(this.index.val).undo()}catch(e){r.warn("Error while undoing action.",e)}finally{this.undoing_or_redoing=!1}return!0}return!1}redo(){if(this.can_redo.val&&!this.undoing_or_redoing){try{this.undoing_or_redoing=!0,this.stack.get(this.index.val).redo(),this.index.update(e=>e+1)}catch(e){r.warn("Error while redoing action.",e)}finally{this.undoing_or_redoing=!1}return!0}return!1}reset(){this.stack.clear(),this.index.val=0}}},"7CyS":function(e,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0});const n=i("Womt"),o=i("VwSi");t.PSO_FRAME_RATE=30,t.create_animation_clip=function(e,i){const s=i.interpolation===o.NjInterpolation.Spline?n.InterpolateSmooth:n.InterpolateLinear,r=[];return i.motion_data.forEach((i,a)=>{const d=e.get_bone(a);d&&i.tracks.forEach(({type:e,keyframes:i})=>{const l=[],u=[];for(const s of i)if(l.push(s.frame/t.PSO_FRAME_RATE),e===o.NjKeyframeTrackType.Rotation){const e=d.evaluation_flags.zxy_rotation_order?"ZXY":"ZYX",t=(new n.Quaternion).setFromEuler(new n.Euler(s.value.x,s.value.y,s.value.z,e));u.push(t.x,t.y,t.z,t.w)}else u.push(s.value.x,s.value.y,s.value.z);if(e===o.NjKeyframeTrackType.Rotation)r.push(new n.QuaternionKeyframeTrack(`.bones[${a}].quaternion`,l,u,s));else{const t=e===o.NjKeyframeTrackType.Position?`.bones[${a}].position`:`.bones[${a}].scale`;r.push(new n.VectorKeyframeTrack(t,l,u,s))}})}),new n.AnimationClip("Animation",(i.frame_count-1)/t.PSO_FRAME_RATE,r).optimize()}},"7ZX1":function(e,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0});const n=i("TRid"),o=i("FXpb");i("ku4b");const s=i("4VsB");class r extends n.Widget{constructor(e,t){super(o.create_element("label",{class:"core_Label"}),t),this._text=new s.WidgetProperty(this,"",this.set_text),this.text=this._text,"string"==typeof e?this.set_text(e):this.disposable(this._text.bind_to(e)),this.finalize_construction(r.prototype)}set for(e){this.element.htmlFor=e}set_text(e){this.element.textContent=e}}t.Label=r},"8hIv":function(e,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0});const n=new DataView(new ArrayBuffer(4));t.reinterpret_i32_as_f32=function(e){return n.setInt32(0,e),n.getFloat32(0)},t.reinterpret_f32_as_i32=function(e){return n.setFloat32(0,e),n.getInt32(0)}},"9Onn":function(e,t,i){"use strict";var n=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});const o=n(i("GGSb")),s=i("yRp4"),r=o.default.get("data_formats/parsing/ninja/njcm");var a;function d(e,t,i){const n=[];let o=!0;for(;o;){const s=e.u8(),c=e.u8(),_=e.position;let p=0;if(0===s)n.push({type:a.Null,type_id:s});else if(1<=s&&s<=3)n.push({type:a.Bits,type_id:s});else if(4===s){const i=c,r=e.position;n.push({type:a.CachePolygonList,type_id:s,cache_index:i,offset:r}),t[i]=r,o=!1}else if(5===s){const o=c,r=t[o];null!=r&&(e.seek_start(r),n.push(...d(e,t,i))),n.push({type:a.DrawPolygonList,type_id:s,cache_index:o})}else if(8<=s&&s<=9){p=2;const t=e.u16();n.push({type:a.Tiny,type_id:s,flip_u:0!=(128&s),flip_v:0!=(64&s),clamp_u:0!=(32&s),clamp_v:0!=(16&s),mipmap_d_adjust:15&s,filter_mode:t>>>14,super_sample:0!=(64&t),texture_id:8191&t})}else 17<=s&&s<=31?(p=2+2*e.u16(),n.push({type:a.Material,type_id:s})):32<=s&&s<=50?(p=2+4*e.u16(),n.push({type:a.Vertex,type_id:s,vertices:l(e,s,c)})):56<=s&&s<=58?(p=2+2*e.u16(),n.push({type:a.Volume,type_id:s})):64<=s&&s<=75?(p=2+2*e.u16(),n.push({type:a.Strip,type_id:s,triangle_strips:u(e,s,c)})):255===s?(p=i?2:0,n.push({type:a.End,type_id:s}),o=!1):(p=2+2*e.u16(),n.push({type:a.Unknown,type_id:s}),r.warn(`Unknown chunk type ${s} at offset ${_}.`));e.seek_start(_+p)}return n}function l(e,t,i){if(t<32||t>50)return r.warn(`Unknown vertex chunk type ${t}.`),[];const n=3&i,o=0!=(128&i),a=e.u16(),d=e.u16(),l=[];for(let i=0;i=42&&(44===t?(r.index=a+e.u16(),r.bone_weight=e.u16()/255):e.seek(4));else if(48<=t&&t<=50){const i=e.u32();r.normal=new s.Vec3((i>>20&1023)/1023,(i>>10&1023)/1023,(1023&i)/1023),t>=49&&e.seek(4)}l.push(r)}return l}function u(e,t,i){const n={ignore_light:0!=(1&i),ignore_specular:0!=(2&i),ignore_ambient:0!=(4&i),use_alpha:0!=(8&i),double_side:0!=(16&i),flat_shading:0!=(32&i),environment_mapping:0!=(64&i)},o=e.u16(),r=o>>>14,a=16383&o;let d=!1,l=!1,u=!1,c=!1;switch(t){case 64:break;case 65:case 66:d=!0;break;case 67:u=!0;break;case 68:case 69:d=!0,u=!0;break;case 70:l=!0;break;case 71:case 72:d=!0,l=!0;break;case 73:break;case 74:case 75:c=!0;break;default:throw new Error(`Unexpected chunk type ID: ${t}.`)}const _=[];for(let t=0;t=2&&e.seek(2*r)}_.push(Object.assign({},n,{clockwise_winding:i,has_tex_coords:d,has_normal:u,vertices:a}))}return _}!function(e){e[e.Unknown=0]="Unknown",e[e.Null=1]="Null",e[e.Bits=2]="Bits",e[e.CachePolygonList=3]="CachePolygonList",e[e.DrawPolygonList=4]="DrawPolygonList",e[e.Tiny=5]="Tiny",e[e.Material=6]="Material",e[e.Vertex=7]="Vertex",e[e.Volume=8]="Volume",e[e.Strip=9]="Strip",e[e.End=10]="End"}(a||(a={})),t.parse_njcm_model=function(e,t){const i=e.u32(),n=e.u32(),o=e.vec3_f32(),s=e.f32(),r=[],l=[];if(i){e.seek_start(i);for(const i of d(e,t,!0))if(i.type===a.Vertex)for(const e of i.vertices)r[e.index]={position:e.position,normal:e.normal,bone_weight:e.bone_weight,bone_weight_status:e.bone_weight_status,calc_continue:e.calc_continue}}if(n){let i;e.seek_start(n);for(const n of d(e,t,!1))if(n.type===a.Tiny)i=n.texture_id;else if(n.type===a.Strip){for(const e of n.triangle_strips)e.texture_id=i;l.push(...n.triangle_strips)}}return{type:"njcm",vertices:r,meshes:l,collision_sphere_center:o,collision_sphere_radius:s}}},"9Ykw":function(e,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.parse_iff=function(e){const t=[];for(;e.bytes_left;){const i=e.u32(),n=e.u32();if(n>e.bytes_left)break;t.push({type:i,data:e.take(n)})}return t}},"9dYx":function(e,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0});const n=i("GuD3");t.AbstractWritableCursor=class extends n.AbstractCursor{write_u8(e){return this.ensure_size(1),this.dv.setUint8(this._position++,e),this}write_u16(e){return this.ensure_size(2),this.dv.setUint16(this.position,e,this.little_endian),this._position+=2,this}write_u32(e){return this.ensure_size(4),this.dv.setUint32(this.position,e,this.little_endian),this._position+=4,this}write_i8(e){return this.ensure_size(1),this.dv.setInt8(this.position,e),this._position+=1,this}write_i16(e){return this.ensure_size(2),this.dv.setInt16(this.position,e,this.little_endian),this._position+=2,this}write_i32(e){return this.ensure_size(4),this.dv.setInt32(this.position,e,this.little_endian),this._position+=4,this}write_f32(e){return this.ensure_size(4),this.dv.setFloat32(this.position,e,this.little_endian),this._position+=4,this}write_u8_array(e){return this.ensure_size(e.length),new Uint8Array(this.backing_buffer,this.offset+this.position).set(new Uint8Array(e)),this._position+=e.length,this}write_u16_array(e){this.ensure_size(2*e.length);const t=e.length;for(let i=0;ithis.bytes_left)throw new Error(`${e} Bytes required but only ${this.bytes_left} available.`)}}},"9fJw":function(e,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0});t.CharacterClassModel=class{constructor(e,t,i,n){this.name=e,this.head_style_count=t,this.hair_styles_count=i,this.hair_styles_with_accessory=n}}},"AF+w":function(e,t,i){"use strict";var n=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});const o=n(i("GGSb")),s=i("bcBH"),r=i("NRxM"),a=i("/Wax"),d=i("tjEv"),l=o.default.get("core/data_formats/parsing/quest/qst");function u(e,t,i,n){e.write_u8_array([28,4,19,0]),e.write_u8(i),e.write_u8_array([0,0,0]),e.write_string_ascii(n,16);const o=Math.min(1024,t.bytes_left);e.write_cursor(t.take(o));for(let t=o;t<1024;++t)e.write_u8(0);return e.write_u32(o),e.write_u32(0),t.bytes_left>0}t.parse_qst=function(e){let t="PC";const i=e.u8();e.seek(1);const n=e.u8();if(68===i?t="Dreamcast/GameCube":88===i?68===n&&(t="Blue Burst"):166===i&&(t="Dreamcast download"),"Blue Burst"===t){e.seek_start(0);const i=function(e){const t=[];let i,n;for(let o=0;o<4;++o){e.seek(4);const o=e.u16();e.seek(38);const s=e.string_ascii(16,!0,!0),r=e.u32(),a=e.string_ascii(24,!0,!0);if(null!=i&&null!=n&&(o!==i||s.slice(0,5)!==n.slice(0,5))){e.seek(-88);break}i=o,n=s,t.push({quest_id:o,file_name:s,file_name_2:a,size:r})}return t}(e),n=function(e,t){const i=new Map;for(;e.bytes_left>=1056;){const n=e.position,o=e.seek(4).u8(),r=e.seek(3).string_ascii(16,!0,!0);let u=i.get(r);if(!u){const e=t.get(r);i.set(r,u={name:r,expected_size:e,cursor:new a.ResizableBufferCursor(new d.ResizableBuffer(e||10240),s.Endianness.Little),chunk_nos:new Set})}u.chunk_nos.has(o)?l.warn(`File chunk number ${o} of file ${r} was already encountered, overwriting previous chunk.`):u.chunk_nos.add(o);let c=e.seek(1024).u32();e.seek(-1028),c>1024&&(l.warn(`Data segment size of ${c} is larger than expected maximum size, reading just 1024 bytes.`),c=1024);const _=e.take(c),p=1024*o;if(u.cursor.size=Math.max(p+c,u.cursor.size),u.cursor.seek_start(p).write_cursor(_),e.seek(1032-_.size),e.position!==n+1056)throw new Error(`Read ${e.position-n} file chunk message bytes instead of expected 1056.`)}e.bytes_left&&l.warn(`${e.bytes_left} Bytes left in file.`);for(const e of i.values()){e.cursor.seek_start(0),e.chunk_nos=new Set(Array.from(e.chunk_nos.values()).sort((e,t)=>e-t)),null!=e.expected_size&&e.cursor.size!==e.expected_size&&l.warn(`File ${e.name} has an actual size of ${e.cursor.size} instead of the expected size ${e.expected_size}.`);const t=Math.max(e.cursor.size,e.expected_size||0);for(let i=0;i[e.file_name,e.size])));for(const e of n){const t=i.find(t=>t.file_name===e.name);t&&(e.id=t.quest_id,e.name_2=t.file_name_2)}return{version:t,files:n}}l.error(`Can't parse ${t} QST files.`)},t.write_qst=function(e){const t=e.files,i=t.map(e=>88+1056*Math.ceil(e.data.byteLength/1024)).reduce((e,t)=>e+t),n=new ArrayBuffer(i),o=new r.ArrayBufferCursor(n,s.Endianness.Little);if(function(e,t){for(const i of t){if(i.name.length>15)throw new Error(`File ${i.name} has a name longer than 15 characters.`);e.write_u16(88),e.write_u16(68),e.write_u16(i.id||0);for(let t=0;t<38;++t)e.write_u8(0);let t;if(e.write_string_ascii(i.name,16),e.write_u32(i.data.byteLength),null==i.name_2){const e=i.name.lastIndexOf(".");t=-1===e?i.name+"_j":i.name.slice(0,e)+"_j"+i.name.slice(e)}else t=i.name_2;if(t.length>24)throw Error(`File ${i.name} has a file_name_2 length (${t}) longer than 24 characters.`);e.write_string_ascii(t,24)}}(o,t),function(e,t){const i=t.map(e=>({no:0,data:new r.ArrayBufferCursor(e.data,s.Endianness.Little),name:e.name}));let n=0;for(;ne.value);break;case n.Opcode.CALL:case n.Opcode.VA_CALL:u=o.Call,c=[l.args[0].value];break;case n.Opcode.SWITCH_CALL:u=o.Call,c=l.args.slice(1).map(e=>e.value);break;default:if(d===i-1){u=o.None,c=[];break}continue}const _=new s(t,r,d+1,u,c);for(let t=_.start;t<_.end;t++)e.instructions_to_block.set(_.segment.instructions[t],_);if(e.blocks.push(_),a){for(const i of t.labels)e.labels_to_block.set(i,_);a=!1}r=d+1}}static link_blocks(e){const t=[];for(let i=0;i100)return a.warn("Too many iterations."),(new r.ValueSet).set_interval(t.MIN_REGISTER_VALUE,t.MAX_REGISTER_VALUE);for(let a=d-1;a>=o.start;a--){const d=o.segment.instructions[a],u=d.args;switch(d.opcode){case s.Opcode.LET:if(u[0].value===l)return e(i,new Set(n),o,a,u[1].value);break;case s.Opcode.LETI:case s.Opcode.LETB:case s.Opcode.LETW:case s.Opcode.SYNC_LETI:if(u[0].value===l)return(new r.ValueSet).set_value(u[1].value);break;case s.Opcode.SET:if(u[0].value===l)return(new r.ValueSet).set_value(1);break;case s.Opcode.CLEAR:if(u[0].value===l)return(new r.ValueSet).set_value(0);break;case s.Opcode.REV:if(u[0].value===l){const t=e(i,new Set(n),o,a,l),s=t.size();return 0===s||1===s&&0===t.get(0)?(new r.ValueSet).set_value(1):t.has(0)?(new r.ValueSet).set_interval(0,1):(new r.ValueSet).set_value(0)}break;case s.Opcode.ADDI:if(u[0].value===l){const t=e(i,new Set(n),o,a,l);return t.scalar_add(u[1].value)}break;case s.Opcode.SUBI:if(u[0].value===l){const t=e(i,new Set(n),o,a,l);return t.scalar_sub(u[1].value)}break;case s.Opcode.MULI:if(u[0].value===l){const t=e(i,new Set(n),o,a,l);return t.scalar_mul(u[1].value)}break;case s.Opcode.DIVI:if(u[0].value===l){const t=e(i,new Set(n),o,a,l);return t.scalar_div(u[1].value)}break;case s.Opcode.IF_ZONE_CLEAR:if(u[0].value===l)return(new r.ValueSet).set_interval(0,1);break;case s.Opcode.GET_DIFFLVL:if(u[0].value===l)return(new r.ValueSet).set_interval(0,2);break;case s.Opcode.GET_SLOTNUMBER:if(u[0].value===l)return(new r.ValueSet).set_interval(0,3);break;case s.Opcode.GET_RANDOM:if(u[1].value===l){const t=e(i,new Set(n),o,a,u[0].value).min()||0,s=Math.max(e(i,new Set(n),o,a,u[0].value+1).max()||0,t+1);return(new r.ValueSet).set_interval(t,s-1)}break;case s.Opcode.STACK_PUSHM:case s.Opcode.STACK_POPM:{const e=u[0].value,i=u[0].value+u[1].value;if(e<=l&&l{this.editor.trigger(e,"undo",void 0)}),r.asm_editor_store.did_redo.observe(({value:e})=>{this.editor.trigger(e,"redo",void 0)}),r.asm_editor_store.model.observe(({value:e})=>{this.editor.updateOptions({readOnly:null==e}),this.editor.setModel(e||a)},{call_now:!0}),this.editor.onDidFocusEditorWidget(()=>r.asm_editor_store.undo.make_current())),this.finalize_construction(d.prototype)}focus(){this.editor.focus()}resize(e,t){return this.editor.layout({width:e,height:t}),this}}t.AsmEditorView=d},DixV:function(e,t,i){"use strict";var n=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});const o=n(i("GGSb")),s=i("bcBH"),r=i("AU7j"),a=i("CUby"),d=i("JQxC"),l=i("lg9k"),u=i("ZPAt"),c=i("NRxM"),_=i("/Wax"),p=i("tjEv"),v=o.default.get("data_formats/parsing/quest/bin");class h{constructor(e,t,i,n,o,s,r){this.quest_id=e,this.language=t,this.quest_name=i,this.short_description=n,this.long_description=o,this.object_code=s,this.shop_items=r}}t.BinFile=h;const w=[];w[l.SegmentType.Instructions]=2,w[l.SegmentType.String]=1,w[l.SegmentType.Data]=0,t.parse_bin=function(e,t=[0],i=!1){const n=e.u32(),o=e.u32(),s=e.u32();e.seek(4);const d=e.u32(),c=e.u32(),_=e.string_utf16(64,!0,!0),p=e.string_utf16(256,!0,!0),w=e.string_utf16(576,!0,!0);s!==e.size&&v.warn(`Value ${s} in bin size field does not match actual size ${e.size}.`),e.seek(4);const O=e.u32_array(932),b=Math.floor((e.size-o)/4);e.seek_start(o);const E=e.i32_array(b),S=new f(E),R=function(e,t,i,n){const o=new Map;!function(e,t,i,n,o){let s;do{s=n.size;for(const[s,r]of i)g(n,t,e,s,r,o);const d=[...n.entries()].filter(([,e])=>e.type===l.SegmentType.Instructions).sort(([e],[t])=>e-t).map(([,e])=>e),c=r.ControlFlowGraph.create(d);i=new Map;for(const e of d)for(const t of e.instructions)for(let e=0;es)}(e,t,i.reduce((e,t)=>e.set(t,l.SegmentType.Instructions),new Map),o,n);const s=[];let d=0;for(;dd){s=e.offset;break}}if(e.seek_start(d),y(o,e,s,n||[]),i=o.get(d),s<=d){v.error(`Next offset ${s} was smaller than or equal to current offset ${d}.`);break}if(!i){v.error(`Couldn't create segment for offset ${d}.`);continue}}switch(s.push(i),i.type){case l.SegmentType.Instructions:for(const e of i.instructions)d+=e.size;break;case l.SegmentType.Data:d+=i.data.byteLength;break;case l.SegmentType.String:d+=4*Math.ceil((i.value.length+1)/2);break;default:throw new Error(`${l.SegmentType[i.type]} not implemented.`)}}for(const{label:e,offset:i}of t.labels){const t=o.get(i);t?t.labels.includes(e)||(t.labels.push(e),t.labels.sort((e,t)=>e-t)):v.warn(`Label ${e} with offset ${i} does not point to anything.`)}if(e.size!==d){const t=`Expected to parse ${e.size} bytes but parsed ${d} instead.`;if(!n)throw new Error(t);v.error(t)}return s}(e.seek_start(n).take(o-n),S,t,i);return new h(d,c,_,p,w,R,O)},t.write_bin=function(e){const t=new p.ResizableBuffer(4652+100*e.object_code.length),i=new _.ResizableBufferCursor(t,s.Endianness.Little);if(i.write_u32(4652),i.write_u32(0),i.write_u32(0),i.write_u32(4294967295),i.write_u32(e.quest_id),i.write_u32(e.language),i.write_string_utf16(e.quest_name,64),i.write_string_utf16(e.short_description,256),i.write_string_utf16(e.long_description,576),i.write_u32(0),e.shop_items.length>932)throw new Error(`shop_items can't be larger than 932, was ${e.shop_items.length}.`);i.write_u32_array(e.shop_items);for(let t=e.shop_items.length;t<932;t++)i.write_u32(0);for(;i.position<4652;)i.write_u8(0);const{size:n,label_offsets:o}=function(e,t){const i=e.position,n=[];for(const o of t){for(const t of o.labels)n[t]=e.position-i;if(o.type===l.SegmentType.Instructions)for(const t of o.instructions){const i=t.opcode;if(2===i.size&&e.write_u8(i.code>>>8),e.write_u8(255&i.code),i.stack!==u.StackInteraction.Pop)for(let n=0;n=0?e.write_u8(r.value):e.write_i8(r.value);break;case u.Kind.Word:r.value>=0?e.write_u16(r.value):e.write_i16(r.value);break;case u.Kind.DWord:r.value>=0?e.write_u32(r.value):e.write_i32(r.value);break;case u.Kind.Float:e.write_f32(r.value);break;case u.Kind.Label:case u.Kind.ILabel:case u.Kind.DLabel:case u.Kind.SLabel:e.write_u16(r.value);break;case u.Kind.String:e.write_string_utf16(r.value,r.size);break;case u.Kind.ILabelVar:e.write_u8(s.length),e.write_u16_array(s.map(e=>e.value));break;case u.Kind.RegRef:case u.Kind.RegTupRef:e.write_u8(r.value);break;case u.Kind.RegRefVar:e.write_u8(s.length),e.write_u8_array(s.map(e=>e.value));break;default:throw new Error(`Parameter type ${u.Kind[o.type.kind]} not implemented.`)}}}else if(o.type===l.SegmentType.String){const t=4*Math.ceil((o.value.length+1)/2);e.write_string_utf16(o.value,t)}else e.write_cursor(new c.ArrayBufferCursor(o.data,e.endianness))}return{size:e.position-i,label_offsets:n}}(i,e.object_code);for(let e=0;ee.offset-t.offset||e.label-t.label);for(let e=0;et.offset);e++)i=void 0;return{offset:t.offset,next:i}}}function m(e,t,i,n,o){if(i.opcode.stack===u.StackInteraction.Pop){const s=d.stack_value(e,i,i.opcode.params.length-n-1);if(s.size()<=10)for(const e of s){const i=t.get(e);(null==i||w[o]>w[i])&&t.set(e,o)}}else{const e=i.args[n].value,s=t.get(e);(null==s||w[o]>w[s])&&t.set(e,o)}}function g(e,t,i,n,o,s){try{const r=t.get_info(n);if(null==r)return void v.warn(`Label ${n} is not registered in the label table.`);let a,d=e.get(r.offset);if(d){if(d.labels.includes(n)||(d.labels.push(n),d.labels.sort((e,t)=>e-t)),!(w[o]>w[d.type]))return;a=d.labels}else a=[n];const c=r.next?r.next.offset:i.size;switch(i.seek_start(r.offset),o){case l.SegmentType.Instructions:!function(e,t,i,n,o,s,r){const a=[],d={type:l.SegmentType.Instructions,labels:o,instructions:a};e.set(i.position,d);for(;i.position=0;e--){const t=a[e].opcode;if(t===u.Opcode.RET||t===u.Opcode.JMP){n=!1;break}}n&&g(e,t,i,s,l.SegmentType.Instructions,r)}}(e,t,i,c,a,r.next&&r.next.label,s);break;case l.SegmentType.Data:y(e,i,c,a);break;case l.SegmentType.String:!function(e,t,i,n){const o=t.position,s={type:l.SegmentType.String,labels:n,value:t.string_utf16(i-o,!0,!0)};e.set(o,s)}(e,i,c,a);break;default:throw new Error(`Segment type ${l.SegmentType[o]} not implemented.`)}}catch(e){if(!s)throw e;v.error("Couldn't fully parse object code segment.",e)}}function y(e,t,i,n){const o=t.position,s={type:l.SegmentType.Data,labels:n,data:t.array_buffer(i-o)};e.set(o,s)}function O(e,t){const i=[];if(t.stack!==u.StackInteraction.Pop)for(const n of t.params)switch(n.type.kind){case u.Kind.Byte:i.push({value:e.u8(),size:1});break;case u.Kind.Word:i.push({value:e.u16(),size:2});break;case u.Kind.DWord:i.push({value:e.i32(),size:4});break;case u.Kind.Float:i.push({value:e.f32(),size:4});break;case u.Kind.Label:case u.Kind.ILabel:case u.Kind.DLabel:case u.Kind.SLabel:i.push({value:e.u16(),size:2});break;case u.Kind.String:{const t=e.position;i.push({value:e.string_utf16(Math.min(4096,e.bytes_left),!0,!1),size:e.position-t})}break;case u.Kind.ILabelVar:{const t=e.u8();i.push(...e.u16_array(t).map(e=>({value:e,size:2})))}break;case u.Kind.RegRef:case u.Kind.RegTupRef:i.push({value:e.u8(),size:1});break;case u.Kind.RegRefVar:{const t=e.u8();i.push(...e.u8_array(t).map(e=>({value:e,size:1})))}break;default:throw new Error(`Parameter type ${u.Kind[n.type.kind]} not implemented.`)}return i}},DuVK:function(e,t,i){"use strict";var n=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});const o=n(i("GGSb")),s=i("LvDl"),r=i("bcBH"),a=i("/Wax"),d=i("tjEv"),l=i("yRp4"),u=o.default.get("data_formats/parsing/quest/dat"),c=68,_=72;t.parse_dat=function(e){const t=[],i=[],n=[];for(;e.bytes_left;){const o=e.u32(),s=e.u32(),r=e.u32(),a=e.u32();if(0===o)break;if(a!==s-16)throw Error(`Malformed DAT file. Expected an entities size of ${s-16}, got ${a}.`);if(1===o){const i=Math.floor(a/c),n=e.position;for(let n=0;ne+t.total_size,0)),o=new a.ResizableBufferCursor(n,r.Endianness.Little),l=s.groupBy(e,e=>e.area_id),u=Object.keys(l).map(e=>parseInt(e,10)).sort((e,t)=>e-t);for(const e of u){const t=l[e],i=t.length*c;o.write_u32(1),o.write_u32(i+16),o.write_u32(e),o.write_u32(i);for(const e of t){if(2!==e.unknown.length)throw new Error(`unknown should be of length 2, was ${e.unknown.length}`);if(o.write_u16(e.type_id),6!==e.unknown[0].length)throw new Error(`unknown[0] should be of length 6, was ${e.unknown[0].length}`);if(o.write_u8_array(e.unknown[0]),o.write_u16(e.id),o.write_u16(e.group_id),o.write_u16(e.section_id),2!==e.unknown[1].length)throw new Error(`unknown[1] should be of length 2, was ${e.unknown[1].length}`);if(o.write_u8_array(e.unknown[1]),o.write_vec3_f32(e.position),o.write_i32(Math.round(e.rotation.x/(2*Math.PI)*65535)),o.write_i32(Math.round(e.rotation.y/(2*Math.PI)*65535)),o.write_i32(Math.round(e.rotation.z/(2*Math.PI)*65535)),7!==e.properties.length)throw new Error(`properties should be of length 7, was ${e.properties.length}`);o.write_f32(e.properties[0]),o.write_f32(e.properties[1]),o.write_f32(e.properties[2]),o.write_u32(e.properties[3]),o.write_u32(e.properties[4]),o.write_u32(e.properties[5]),o.write_u32(e.properties[6])}}const p=s.groupBy(t,e=>e.area_id),v=Object.keys(p).map(e=>parseInt(e,10)).sort((e,t)=>e-t);for(const e of v){const t=p[e],i=t.length*_;o.write_u32(2),o.write_u32(i+16),o.write_u32(e),o.write_u32(i);for(const e of t){if(3!==e.unknown.length)throw new Error(`unknown should be of length 3, was ${e.unknown.length}`);if(o.write_u16(e.type_id),10!==e.unknown[0].length)throw new Error(`unknown[0] should be of length 10, was ${e.unknown[0].length}`);if(o.write_u8_array(e.unknown[0]),o.write_u16(e.section_id),6!==e.unknown[1].length)throw new Error(`unknown[1] should be of length 6, was ${e.unknown[1].length}`);if(o.write_u8_array(e.unknown[1]),o.write_vec3_f32(e.position),o.write_i32(Math.round(e.rotation.x/(2*Math.PI)*65535)),o.write_i32(Math.round(e.rotation.y/(2*Math.PI)*65535)),o.write_i32(Math.round(e.rotation.z/(2*Math.PI)*65535)),o.write_vec3_f32(e.scale),o.write_f32(e.npc_id),o.write_f32(e.script_label),o.write_u32(e.roaming),4!==e.unknown[2].length)throw new Error(`unknown[2] should be of length 4, was ${e.unknown[2].length}`);o.write_u8_array(e.unknown[2])}}for(const e of i)o.write_u32(e.entity_type),o.write_u32(e.total_size),o.write_u32(e.area_id),o.write_u32(e.entities_size),o.write_u8_array(e.data);return o.write_u32(0),o.write_u32(0),o.write_u32(0),o.write_u32(0),n}},"E/0a":function(e,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0});const n=i("0Xme");class o extends n.Input{constructor(e="",t){if(super(e,"core_TextInput","text","core_TextInput_inner",t),this.preferred_label_position="left",t){const{max_length:e}=t;this.set_attr("maxLength",e)}this.set_value(e),this.finalize_construction(o.prototype)}get_value(){return this.input_element.value}set_value(e){this.input_element.value=e}}t.TextInput=o},ETgL:function(e,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0});const n=i("sDu+"),o=i("FXpb");i("C5oP");const s=i("4VsB");class r extends n.LabelledControl{constructor(e="",t){super(o.el.div({class:"core_TextArea"}),t),this.preferred_label_position="left",this.text_element=o.el.textarea({class:"core_TextArea_inner"}),this._value=new s.WidgetProperty(this,"",this.set_value),t&&(null!=t.max_length&&(this.text_element.maxLength=t.max_length),null!=t.font_family&&(this.text_element.style.fontFamily=t.font_family),null!=t.rows&&(this.text_element.rows=t.rows),null!=t.cols&&(this.text_element.cols=t.cols)),this.value=this._value,this.set_value(e),this.text_element.onchange=()=>this._value.set_val(this.text_element.value,{silent:!1}),this.element.append(this.text_element),this.finalize_construction(r.prototype)}set_value(e){this.text_element.value=e}}t.TextArea=r},Eqai:function(e,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0});const n=i("Womt"),o=new n.MeshLambertMaterial({color:65280,side:n.DoubleSide}),s=new n.MeshLambertMaterial({color:16711935,side:n.DoubleSide}),r=new n.MeshLambertMaterial({skinning:!0,color:16711935,side:n.DoubleSide});function a(e,t,i,s){const{created_by_geometry_builder:r,normalized_material_indices:a,bones:d}=e.userData;let l;if(Array.isArray(t))if(r){l=[o];for(const[e,n]of a.entries())n>0&&(l[n]=t[e]||i)}else l=t;else l=t||i;const u=new s(e,l);return r&&d.length&&u instanceof n.SkinnedMesh&&(u.add(d[0]),u.bind(new n.Skeleton(d))),u}t.create_mesh=function(e,t,i=s){return a(e,t,i,n.Mesh)},t.create_skinned_mesh=function(e,t,i=r){return a(e,t,i,n.SkinnedMesh)}},F0Xh:function(e,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0});const n=i("FXpb"),o=i("nN8q");i("bknw");class s extends o.ResizableWidget{constructor(){super(n.el.div({class:"hunt_optimizer_HelpView"},n.el.p({text:"Add some items with the combo box on the left to see the optimal combination of hunt methods on the right."}),n.el.p({text:'At the moment a hunt method is simply a quest run-through. Partial quest run-throughs are coming. View the list of methods on the "Methods" tab. Each method takes a certain amount of time, which affects the optimization result. Make sure the times are correct for you.'}),n.el.p({text:"Only enemy drops are considered. Box drops are coming."}),n.el.p({text:"The optimal result is calculated using linear optimization. The optimizer takes into account rare enemies and the fact that pan arms can be split in two."}))),this.finalize_construction(s.prototype)}}t.HelpView=s},FNQV:function(e,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0});const n=i("nN8q"),o=i("FXpb"),s=i("If1w");i("l8iQ");const r=i("WJtm");class a extends n.ResizableWidget{constructor(){super(o.el.div({class:"hunt_optimizer_OptimizerView"})),this.element.append(this.disposable(new s.WantedItemsView).element,this.disposable(new r.OptimizationResultView).element),this.finalize_construction(a.prototype)}}t.OptimizerView=a},FXpb:function(e,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0});const n=i("jJhE"),o=i("nsCy");function s(e,t,...i){const n=document.createElement(e);if(t){if(t.class&&(n.className=t.class),t.text&&(n.textContent=t.text),t.title&&(n.title=t.title),t.href&&(n.href=t.href),t.data)for(const[e,i]of Object.entries(t.data))n.dataset[e]=i;t.col_span&&(n.colSpan=t.col_span),t.tab_index&&(n.tabIndex=t.tab_index)}return n.append(...i),n}var r;t.el={div:(e,...t)=>s("div",e,...t),span:(e,...t)=>s("span",e,...t),h2:(e,...t)=>s("h2",e,...t),p:(e,...t)=>s("p",e,...t),a:(e,...t)=>{const i=s("a",e,...t);return e&&e.href&&e.href.trimLeft().startsWith("http")&&(i.target="_blank",i.rel="noopener noreferrer"),i},table:(e,...t)=>s("table",e,...t),thead:(e,...t)=>s("thead",e,...t),tbody:(e,...t)=>s("tbody",e,...t),tfoot:(e,...t)=>s("tfoot",e,...t),tr:(e,...t)=>s("tr",e,...t),th:(e,...t)=>s("th",e,...t),td:(e,...t)=>s("td",e,...t),button:(e,...t)=>s("button",e,...t),textarea:(e,...t)=>s("textarea",e,...t)},t.create_element=s,t.bind_hidden=function(e,t){return n.is_property(t)&&(e.hidden=t.val),t.observe(({value:t})=>e.hidden=t)},function(e){e[e.File=0]="File",e[e.NewFile=1]="NewFile",e[e.Save=2]="Save",e[e.TriangleUp=3]="TriangleUp",e[e.TriangleDown=4]="TriangleDown",e[e.Undo=5]="Undo",e[e.Redo=6]="Redo",e[e.Remove=7]="Remove",e[e.GitHub=8]="GitHub"}(r=t.Icon||(t.Icon={})),t.icon=function(e){let i;switch(e){case r.File:i="fas fa-file";break;case r.NewFile:i="fas fa-file-medical";break;case r.Save:i="fas fa-save";break;case r.TriangleUp:i="fas fa-caret-up";break;case r.TriangleDown:i="fas fa-caret-down";break;case r.Undo:i="fas fa-undo";break;case r.Redo:i="fas fa-redo";break;case r.Remove:i="fas fa-trash-alt";break;case r.GitHub:i="fab fa-github"}return t.el.span({class:i})},t.section_id_icon=function(e,i){const n=t.el.span(),s=i&&i.size;return n.style.display="inline-block",n.style.width=`${s}px`,n.style.height=`${s}px`,n.style.backgroundImage=`url(/assets/images/sectionids/${o.SectionId[e]}.png)`,n.style.backgroundSize=`${s}px`,n.title=o.SectionId[e],n},t.disposable_listener=function(e,t,i,n){return e.addEventListener(t,i,n),{dispose(){e.removeEventListener(t,i)}}}},Ftn7:function(e,t,i){"use strict";var n=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}},o=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var i in e)Object.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t.default=e,t};Object.defineProperty(t,"__esModule",{value:!0});const s=n(i("pVCM")),r=o(i("Womt")),a=i("Womt");s.default.install({THREE:Object.assign({},r,{MOUSE:Object.assign({},r.MOUSE,{LEFT:r.MOUSE.RIGHT,RIGHT:r.MOUSE.LEFT})})});t.Renderer=class{constructor(e){this._debug=!1,this.scene=new a.Scene,this.light_holder=new a.Group,this.renderer=new a.WebGLRenderer({antialias:!0}),this.render_scheduled=!1,this.animation_frame_handle=void 0,this.light=new a.HemisphereLight(16777215,5263440,1.2),this.controls_clock=new a.Clock,this.schedule_render=()=>{this.render_scheduled=!0},this.on_mouse_down=e=>{e.currentTarget&&e.currentTarget.focus()},this.call_render=()=>{const e=this.controls.update(this.controls_clock.getDelta()),t=this.render_scheduled||e;this.render_scheduled=!1,t&&this.render(),this.animation_frame_handle=requestAnimationFrame(this.call_render)},this.camera=e,this.dom_element.tabIndex=0,this.dom_element.addEventListener("mousedown",this.on_mouse_down),this.dom_element.style.outline="none",this.controls=new s.default(e,this.renderer.domElement),this.controls.dampingFactor=1,this.controls.draggingDampingFactor=1,this.scene.background=new a.Color(1579032),this.light_holder.add(this.light),this.scene.add(this.light_holder),this.renderer.setPixelRatio(window.devicePixelRatio)}get debug(){return this._debug}set debug(e){this._debug=e}get dom_element(){return this.renderer.domElement}set_size(e,t){this.renderer.setSize(e,t),this.schedule_render()}pointer_pos_to_device_coords(e){const t=this.renderer.getSize(new a.Vector2);return t.width=e.offsetX/t.width*2-1,t.height=e.offsetY/t.height*-2+1,t}start_rendering(){this.schedule_render(),this.animation_frame_handle=requestAnimationFrame(this.call_render)}stop_rendering(){null!=this.animation_frame_handle&&(cancelAnimationFrame(this.animation_frame_handle),this.animation_frame_handle=void 0)}reset_camera(e,t){this.controls.setLookAt(e.x,e.y,e.z,t.x,t.y,t.z)}dispose(){this.renderer.dispose()}render(){this.renderer.render(this.scene,this.camera)}}},"G+UN":function(e,t,i){"use strict";var n=this&&this.__awaiter||function(e,t,i,n){return new(i||(i=Promise))(function(o,s){function r(e){try{d(n.next(e))}catch(e){s(e)}}function a(e){try{d(n.throw(e))}catch(e){s(e)}}function d(e){e.done?o(e.value):new i(function(t){t(e.value)}).then(r,a)}d((n=n.apply(e,t||[])).next())})};Object.defineProperty(t,"__esModule",{value:!0});const o=i("x4QM"),s=i("6WXA"),r=i("nsCy");class a{constructor(e,t){this.id_to_item_type=t,this.get_by_id=e=>this.id_to_item_type[e],this.item_types=e}}t.ItemTypeStore=a,t.item_type_stores=new s.ServerMap(function(e){return n(this,void 0,void 0,function*(){const t=yield fetch(`/assets/itemTypes.${r.Server[e].toLowerCase()}.json`),i=yield t.json(),n=[],s=[];for(const e of i){let t;switch(e.class){case"weapon":t=new o.WeaponItemType(e.id,e.name,e.minAtp,e.maxAtp,e.ata,e.maxGrind,e.requiredAtp);break;case"armor":t=new o.ArmorItemType(e.id,e.name,e.atp,e.ata,e.minEvp,e.maxEvp,e.minDfp,e.maxDfp,e.mst,e.hp,e.lck);break;case"shield":t=new o.ShieldItemType(e.id,e.name,e.atp,e.ata,e.minEvp,e.maxEvp,e.minDfp,e.maxDfp,e.mst,e.hp,e.lck);break;case"unit":t=new o.UnitItemType(e.id,e.name);break;case"tool":t=new o.ToolItemType(e.id,e.name);break;default:continue}s[t.id]=t,n.push(t)}return new a(n,s)})})},GN66:function(e,t,i){"use strict";var n=this&&this.__awaiter||function(e,t,i,n){return new(i||(i=Promise))(function(o,s){function r(e){try{d(n.next(e))}catch(e){s(e)}}function a(e){try{d(n.throw(e))}catch(e){s(e)}}function d(e){e.done?o(e.value):new i(function(t){t(e.value)}).then(r,a)}d((n=n.apply(e,t||[])).next())})};Object.defineProperty(t,"__esModule",{value:!0});const o=i("HjM1"),s=i("xs7i"),r=i("j4Ss");class a extends o.TabContainer{constructor(){super({class:"hunt_optimizer_MethodsView",tabs:[{title:"Episode I",key:"episode_1",create_view:function(){return n(this,void 0,void 0,function*(){return new r.MethodsForEpisodeView(s.Episode.I)})}},{title:"Episode II",key:"episode_2",create_view:function(){return n(this,void 0,void 0,function*(){return new r.MethodsForEpisodeView(s.Episode.II)})}},{title:"Episode IV",key:"episode_4",create_view:function(){return n(this,void 0,void 0,function*(){return new r.MethodsForEpisodeView(s.Episode.IV)})}}]}),this.finalize_construction(a.prototype)}}t.MethodsView=a},GXOi:function(e,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0});const n=i("/Wax"),o=i("tjEv");t.prs_compress=function(e){const t=new s(e.size,e.endianness);for(;e.bytes_left;){let i=0,n=0;const o=Math.max(0,e.position-Math.min(2048,e.bytes_left));for(let t=e.position-255;t>=o;t--){let o=e.position,s=t,r=0;for(;o+3=n&&(i=t,n=r,r>=255))break}n<3?t.add_u8(e.u8()):(t.copy(i-e.position,n),e.seek(n))}return t.finalize()};class s{constructor(e,t){this.flags=0,this.flag_bits_left=0,this.flag_offset=0,this.output=new n.ResizableBufferCursor(new o.ResizableBuffer(e),t)}add_u8(e){this.write_control_bit(1),this.write_u8(e)}copy(e,t){e>-256&&t<=5?this.short_copy(e,t):this.long_copy(e,t)}finalize(){this.write_control_bit(0),this.write_control_bit(1),this.flags>>>=this.flag_bits_left;const e=this.output.position;return this.output.seek_start(this.flag_offset).write_u8(this.flags).seek_start(e),this.write_u8(0),this.write_u8(0),this.output.seek_start(0)}write_control_bit(e){if(0==this.flag_bits_left--){const e=this.output.position;this.output.seek_start(this.flag_offset).write_u8(this.flags).seek_start(e).write_u8(0),this.flag_offset=e,this.flag_bits_left=7}this.flags>>>=1,e&&(this.flags|=128)}write_u8(e){this.output.write_u8(e)}short_copy(e,t){t-=2,this.write_control_bit(0),this.write_control_bit(0),this.write_control_bit(t>>>1&1),this.write_control_bit(1&t),this.write_u8(255&e)}long_copy(e,t){t<=9?(this.write_control_bit(0),this.write_control_bit(1),this.write_u8(e<<3&248|t-2&7),this.write_u8(e>>5&255)):(this.write_control_bit(0),this.write_control_bit(1),this.write_u8(e<<3&248),this.write_u8(e>>5&255),this.write_u8(t-1))}}},Gc0Z:function(e,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0});const n=i("Womt"),o=i("yRp4"),s=i("c5EP"),r=i("xpi7"),a=i("IjTL"),d=i("Tpfs"),l=new n.Vector3(0,-1,0);function u({entity:e,mesh:t},i){const n=e instanceof a.QuestNpcModel?r.NPC_COLORS[i]:r.OBJECT_COLORS[i];if(t)if(Array.isArray(t.material))for(const e of t.material)i===r.ColorType.Normal&&e.map?e.color.set(16777215):e.color.set(n);else t.material.color.set(n)}function c(e,t){return e&&t?e.entity===t.entity:e===t}t.QuestEntityControls=class{constructor(e){this.renderer=e,this.raycaster=new n.Raycaster,this.last_pointer_position=new n.Vector2(0,0),this.moved_since_last_mouse_down=!1,this.disposer=new d.Disposer,this.try_highlight=e=>{const t=this.renderer.get_entity_mesh(e);t&&this.select({entity:e,mesh:t})},this.on_mouse_down=e=>{this.process_event(e),this.stop_transforming();const t=this.pick_entity(this.renderer.pointer_pos_to_device_coords(e));t?(this.renderer.controls.enabled=!1,this.pick=t,this.select(t)):(this.renderer.controls.enabled=!0,this.pick=void 0),this.renderer.schedule_render()},this.on_mouse_up=e=>{this.process_event(e),this.moved_since_last_mouse_down||this.pick||this.deselect(),this.stop_transforming(),this.renderer.controls.enabled=!0,this.renderer.schedule_render()},this.on_mouse_move=e=>{this.process_event(e);const t=this.renderer.pointer_pos_to_device_coords(e);if(this.selected&&this.pick)this.moved_since_last_mouse_down&&(1===e.buttons&&(e.shiftKey?this.translate_vertically(this.selected,this.pick,t):this.translate_horizontally(this.selected,this.pick,t)),this.renderer.schedule_render());else{const e=this.pick_entity(t);this.mark_hovered(e)&&this.renderer.schedule_render()}},this.stop_transforming=()=>{if(this.moved_since_last_mouse_down&&this.selected&&this.pick){const e=this.selected.entity;s.quest_editor_store.push_translate_entity_action(e,this.pick.initial_section,e.section.val,this.pick.initial_position,e.world_position.val,!0)}this.pick=void 0},this.disposer.add(s.quest_editor_store.selected_entity.observe(({value:e})=>{this.selected&&this.selected.entity===e||(this.stop_transforming(),e?this.try_highlight(e):this.deselect())}))}dispose(){this.disposer.dispose()}process_event(e){"mousedown"===e.type?this.moved_since_last_mouse_down=!1:e.offsetX===this.last_pointer_position.x&&e.offsetY===this.last_pointer_position.y||(this.moved_since_last_mouse_down=!0),this.last_pointer_position.set(e.offsetX,e.offsetY)}mark_hovered(e){let t=!1;return this.selected&&c(e,this.selected)||(c(e,this.hovered)||(this.hovered&&(u(this.hovered,r.ColorType.Normal),this.hovered=void 0),e&&u(e,r.ColorType.Hovered),t=!0),this.hovered=e),t}select(e){c(e,this.hovered)&&(this.hovered=void 0),c(e,this.selected)?this.selected=e:(this.selected&&u(this.selected,r.ColorType.Normal),u(e,r.ColorType.Selected),this.selected=e,s.quest_editor_store.set_selected_entity(e.entity))}deselect(){this.selected&&u(this.selected,r.ColorType.Normal),this.selected=void 0,s.quest_editor_store.set_selected_entity(void 0)}translate_vertically(e,t,i){this.raycaster.setFromCamera(i,this.renderer.camera);const s=this.raycaster.ray,r=this.renderer.camera.getWorldDirection(new n.Vector3).negate(),a=(new n.Plane).setFromNormalAndCoplanarPoint(new n.Vector3(r.x,0,r.z).normalize(),e.mesh.position.sub(t.grab_offset)),d=new n.Vector3;if(s.intersectPlane(a,d)){const i=d.y+t.grab_offset.y,n=i-e.entity.world_position.val.y;t.drag_y+=n,t.drag_adjust.y-=n,e.entity.set_world_position(new o.Vec3(e.entity.world_position.val.x,i,e.entity.world_position.val.z))}}translate_horizontally(e,t,i){const{intersection:s,section:r}=this.pick_terrain(i,t);if(s)e.entity.set_world_position(new o.Vec3(s.point.x,s.point.y+t.drag_y,s.point.z)),r&&e.entity.set_section(r);else{this.raycaster.setFromCamera(i,this.renderer.camera);const s=this.raycaster.ray,r=new n.Plane(new n.Vector3(0,1,0),-e.entity.world_position.val.y+t.grab_offset.y),a=new n.Vector3;s.intersectPlane(r,a)&&e.entity.set_world_position(new o.Vec3(a.x+t.grab_offset.x,e.entity.world_position.val.y,a.z+t.grab_offset.z))}}pick_entity(e){this.raycaster.setFromCamera(e,this.renderer.camera);const[t]=this.raycaster.intersectObjects(this.renderer.entity_models.children);if(!t)return;const i=t.object.userData.entity,n=t.object.position.clone().sub(t.point),o=n.clone();let s=0;this.raycaster.set(t.object.position,l);const[r]=this.raycaster.intersectObjects(this.renderer.collision_geometry.children,!0);return r&&(o.y-=r.distance,s+=r.distance),{mesh:t.object,entity:i,initial_section:i.section.val,initial_position:i.world_position.val,grab_offset:n,drag_adjust:o,drag_y:s}}pick_terrain(e,t){this.raycaster.setFromCamera(e,this.renderer.camera),this.raycaster.ray.origin.add(t.drag_adjust);const i=this.raycaster.intersectObjects(this.renderer.collision_geometry.children,!0);for(const e of i)if(e.face.normal.y>.75)return{intersection:e,section:e.object.userData.section};return{}}}},GuD3:function(e,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0});const n=i("bcBH"),o=i("yRp4");t.AbstractCursor=class{constructor(e,t){this._position=0,this.endianness=e,this.offset=t}get position(){return this._position}get endianness(){return this.little_endian?n.Endianness.Little:n.Endianness.Big}set endianness(e){this.little_endian=e===n.Endianness.Little}get bytes_left(){return this.size-this.position}seek(e){return this.seek_start(this.position+e)}seek_start(e){if(e<0||e>this.size)throw new Error(`Offset ${e} is out of bounds.`);return this._position=e,this}seek_end(e){if(e<0||e>this.size)throw new Error(`Offset ${e} is out of bounds.`);return this._position=this.size-e,this}u8(){return this.u8_at(this._position++)}u8_at(e){return this.check_offset(e,1),this.dv.getUint8(this.offset+e)}u16(){const e=this.u16_at(this.position);return this._position+=2,e}u16_at(e){return this.check_offset(e,2),this.dv.getUint16(this.offset+e,this.little_endian)}u32(){const e=this.u32_at(this.position);return this._position+=4,e}u32_at(e){return this.check_offset(e,4),this.dv.getUint32(this.offset+e,this.little_endian)}i8(){return this.i8_at(this._position++)}i8_at(e){return this.check_offset(e,1),this.dv.getInt8(this.offset+e)}i16(){const e=this.i16_at(this.position);return this._position+=2,e}i16_at(e){return this.check_offset(e,2),this.dv.getInt16(this.offset+e,this.little_endian)}i32(){const e=this.i32_at(this.position);return this._position+=4,e}i32_at(e){return this.check_offset(e,4),this.dv.getInt32(this.offset+e,this.little_endian)}f32(){const e=this.f32_at(this.position);return this._position+=4,e}f32_at(e){return this.check_offset(e,4),this.dv.getFloat32(this.offset+e,this.little_endian)}u8_array(e){this.check_size("n",e,e);const t=[];for(let i=0;ithis.size-this.position)throw new Error(`${e} ${t} is out of bounds.`)}check_offset(e,t){if(e<0||e+t>this.size)throw new Error(`Offset ${e} is out of bounds.`)}}},Hdaq:function(e,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0});const n=i("FXpb"),o=i("nN8q");i("m5WL");const s=i("4SjJ"),r=i("KUR2"),a=i("tyuj"),d=i("lHpu"),l=i("VRtl"),u=i("Y3Jw"),c=100,_=140;class p extends o.ResizableWidget{constructor(){super(n.el.div({class:"viewer_Model3DView"})),this.tool_bar_view=this.disposable(new l.Model3DToolBar),this.model_list_view=this.disposable(new u.Model3DSelectListView(a.model_store.models,a.model_store.current_model)),this.animation_list_view=this.disposable(new u.Model3DSelectListView(a.model_store.animations,a.model_store.current_animation)),this.renderer_view=this.disposable(new r.RendererWidget(new d.Model3DRenderer)),this.animation_list_view.borders=!0;const e=n.el.div({class:"viewer_Model3DView_container"});e.append(this.model_list_view.element,this.animation_list_view.element,this.renderer_view.element),this.element.append(this.tool_bar_view.element,e),a.model_store.current_model.val=a.model_store.models[5],this.renderer_view.start_rendering(),this.disposable(s.gui_store.tool.observe(({value:e})=>{e===s.GuiTool.Viewer?this.renderer_view.start_rendering():this.renderer_view.stop_rendering()})),this.finalize_construction(p.prototype)}resize(e,t){super.resize(e,t);const i=Math.max(0,t-this.tool_bar_view.height);return this.model_list_view.resize(c,i),this.animation_list_view.resize(_,i),this.renderer_view.resize(Math.max(0,e-c-_),i),this}}t.Model3DView=p},HjM1:function(e,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0});const n=i("FXpb"),o=i("39ZU"),s=i("nN8q");i("4AvX");const r=28;class a extends s.ResizableWidget{constructor(e){super(n.el.div({class:"core_TabContainer"}),e),this.tabs=[],this.bar_element=n.el.div({class:"core_TabContainer_Bar"}),this.panes_element=n.el.div({class:"core_TabContainer_Panes"}),this.bar_mousedown=e=>{if(e.target instanceof HTMLElement){const t=e.target.dataset.key;t&&this.activate(t)}},this.bar_element.onmousedown=this.bar_mousedown;for(const t of e.tabs){const e=n.create_element("span",{class:"core_TabContainer_Tab",text:t.title,data:{key:t.key}});this.bar_element.append(e);const i=new o.LazyWidget(t.create_view);this.tabs.push(Object.assign({},t,{tab_element:e,lazy_view:i})),this.panes_element.append(i.element),this.disposable(i)}this.tabs.length&&this.activate(this.tabs[0].key),this.element.append(this.bar_element,this.panes_element),this.finalize_construction(a.prototype)}resize(e,t){super.resize(e,t),this.bar_element.style.width=`${e}px`,this.bar_element.style.height=`${r}px`;const i=t-r;this.panes_element.style.width=`${e}px`,this.panes_element.style.height=`${i}px`;for(const t of this.tabs)t.lazy_view.resize(e,i);return this}activate(e){for(const t of this.tabs){const i=t.key===e;i?t.tab_element.classList.add("active"):t.tab_element.classList.remove("active"),t.lazy_view.visible.val=i}}}t.TabContainer=a},IMNf:function(e,t,i){"use strict";var n=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});const o=n(i("GGSb")),s=i("/Wax"),r=i("tjEv"),a=o.default.get("data_formats/compression/prs/decompress");t.prs_decompress=function(e){const t=new d(e);for(;;)if(1===t.read_flag_bit())t.copy_u8();else{let e,i;if(0===t.read_flag_bit())e=t.read_flag_bit()<<1,e|=t.read_flag_bit(),e+=2,i=t.read_u8()-256;else{if(0===(i=t.read_u16()))break;e=7&i,i>>>=3,0===e?(e=t.read_u8(),e+=1):e+=2,i-=8192}t.offset_copy(i,e)}return t.dst.seek_start(0)};class d{constructor(e){this.src=e,this.dst=new s.ResizableBufferCursor(new r.ResizableBuffer(Math.floor(1.5*e.size)),e.endianness),this.flags=0,this.flag_bits_left=0}read_flag_bit(){0===this.flag_bits_left&&(this.flags=this.read_u8(),this.flag_bits_left=8);let e=1&this.flags;return this.flags>>>=1,this.flag_bits_left-=1,e}copy_u8(){this.dst.write_u8(this.read_u8())}read_u8(){return this.src.u8()}read_u16(){return this.src.u16()}offset_copy(e,t){(e<-8192||e>0)&&a.error(`offset was ${e}, should be between -8192 and 0.`),(t<1||t>256)&&a.error(`length was ${t}, should be between 1 and 256.`);const i=Math.min(-e,t);this.dst.seek(e);const n=this.dst.take(i);this.dst.seek(-e-i);for(let e=0;enull!=e?e:this.default_time)}set_user_time(e){return this._user_time.val=e,this}}},If1w:function(e,t,i){"use strict";var n=this&&this.__awaiter||function(e,t,i,n){return new(i||(i=Promise))(function(o,s){function r(e){try{d(n.next(e))}catch(e){s(e)}}function a(e){try{d(n.throw(e))}catch(e){s(e)}}function d(e){e.done?o(e.value):new i(function(t){t(e.value)}).then(r,a)}d((n=n.apply(e,t||[])).next())})};Object.defineProperty(t,"__esModule",{value:!0});const o=i("FXpb");i("XfQH");const s=i("KVVN"),r=i("Tpfs"),a=i("TRid"),d=i("oxtq"),l=i("PE7g"),u=i("sMN3"),c=i("Ncr4"),_=i("ouMO");class p extends a.Widget{constructor(){super(o.el.div({class:"hunt_optimizer_WantedItemsView"})),this.tbody_element=o.el.tbody(),this.table_disposer=this.disposable(new r.Disposer),this.store_disposer=this.disposable(new r.Disposer),this.update_table=e=>{if(e.type===d.ListChangeType.ListChange){for(let t=0;t=this.tbody_element.childElementCount)this.tbody_element.append(...t);else for(let i=0;i{const t=this.table_disposer.add(new r.Disposer),i=t.add(new l.NumberInput(e.amount.val,{min:0,step:1}));t.add_all(i.value.bind_to(e.amount),i.value.observe(({value:t})=>e.set_amount(t)));const a=t.add(new s.Button("",{icon_left:o.Icon.Remove}));return t.add(a.click.observe(()=>n(this,void 0,void 0,function*(){return(yield u.hunt_optimizer_stores.current.val).remove_wanted_item(e)}))),o.el.tr({},o.el.td({},i.element),o.el.td({text:e.item_type.name}),o.el.td({},a.element))};const e=_.list_property(),t=_.list_property(),i=this.disposable(new c.ComboBox({items:t,to_label:e=>e.name,placeholder_text:"Add an item",filter(i){const n=i.toLowerCase();t.val=e.val.filter(e=>e.name.toLowerCase().includes(n))}}));this.element.append(o.el.h2({text:"Wanted Items"}),i.element,o.el.div({class:"hunt_optimizer_WantedItemsView_table_wrapper"},o.el.table({},this.tbody_element))),this.disposables(u.hunt_optimizer_stores.observe_current(n=>{this.store_disposer.dispose_all(),this.store_disposer.add_all(n.wanted_items.observe_list(this.update_table),i.selected.observe(({value:e})=>{e&&(n.add_wanted_item(e),i.selected.val=void 0)})),e.val=n.huntable_item_types.slice().sort((e,t)=>e.name.localeCompare(t.name)),t.val=e.val},{call_now:!0})),this.finalize_construction(p.prototype)}}t.WantedItemsView=p},IjTL:function(e,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0});const n=i("kiqn");t.QuestNpcModel=class extends n.QuestEntityModel{constructor(e,t,i,n,o,s,r,a,d,l,u){super(e,s,r,a,d),this.pso_type_id=t,this.npc_id=i,this.script_label=n,this.roaming=o,this.unknown=u,this.scale=l}}},JCZi:function(e,t,i){"use strict";var n=this&&this.__awaiter||function(e,t,i,n){return new(i||(i=Promise))(function(o,s){function r(e){try{d(n.next(e))}catch(e){s(e)}}function a(e){try{d(n.throw(e))}catch(e){s(e)}}function d(e){e.done?o(e.value):new i(function(t){t(e.value)}).then(r,a)}d((n=n.apply(e,t||[])).next())})},o=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});const s=i("wsa1"),r=o(i("NUmZ")),a=i("yAUo"),d=i("Q4I3"),l=i("ZPAt"),u=i("ouMO");var c=s.languages.CompletionItemKind;const _=l.OPCODES.filter(e=>null!=e).map(e=>({label:e.mnemonic,kind:c.Function,insertText:e.mnemonic})),p=[{label:".code",kind:c.Keyword,insertText:"code"},{label:".data",kind:c.Keyword,insertText:"data"},{label:".string",kind:c.Keyword,insertText:"string"}];t.AssemblyAnalyser=class{constructor(){this._issues=u.property({warnings:[],errors:[]}),this.issues=this._issues,this.worker=new r.default,this.promises=new Map,this.message_id=0,this.process_worker_message=e=>{const t=e.data;switch(t.type){case a.OutputMessageType.NewObjectCode:this.quest&&(this.quest.object_code.splice(0,this.quest.object_code.length,...t.object_code),this.quest.set_map_designations(t.map_designations),this._issues.val={warnings:t.warnings,errors:t.errors});break;case a.OutputMessageType.SignatureHelp:{const e=this.promises.get(t.id);if(e)if(this.promises.delete(t.id),t.opcode){let i=t.opcode.mnemonic+" ";const n=[];let o=!0;for(const e of t.opcode.params){let t;switch(o?o=!1:i+=", ",e.type.kind){case l.Kind.ILabel:t="FuncLabel";break;case l.Kind.DLabel:t="DataLabel";break;case l.Kind.SLabel:t="StringLabel";break;case l.Kind.ILabelVar:t="...FuncLabel";break;case l.Kind.RegRef:case l.Kind.RegTupRef:t="Register";break;case l.Kind.RegRefVar:t="...Register";break;default:t=l.Kind[e.type.kind]}n.push({label:[i.length,i.length+t.length],documentation:e.doc}),i+=t}const s={signatures:[{label:i,documentation:t.opcode.doc,parameters:n}],activeSignature:0,activeParameter:t.active_param};e.resolve(s)}else e.resolve(void 0)}}},this.worker.onmessage=this.process_worker_message}disassemble(e){this.quest=e;const t=d.disassemble(e.object_code),i={type:a.InputMessageType.NewAssembly,assembly:t};return this.worker.postMessage(i),t}update_assembly(e){const t={type:a.InputMessageType.AssemblyChange,changes:e.map(e=>({start_line_no:e.range.startLineNumber,start_col:e.range.startColumn,end_line_no:e.range.endLineNumber,end_col:e.range.endColumn,new_text:e.text}))};this.worker.postMessage(t)}provide_completion_items(e){return{suggestions:/^\s*([a-z][a-z0-9_=<>!]*)?$/.test(e)?_:/^\s*\.[a-z]+$/.test(e)?p:[],incomplete:!1}}provide_signature_help(e,t){return n(this,void 0,void 0,function*(){const i=this.message_id++;return new Promise((n,o)=>{this.promises.set(i,{resolve:n,reject:o});const s={type:a.InputMessageType.SignatureHelp,id:i,line_no:e,col:t};this.worker.postMessage(s),setTimeout(()=>{this.promises.delete(i)&&o(new Error("Signature help timed out."))},5e3)})})}dispose(){this.worker.terminate()}}},JQxC:function(e,t,i){"use strict";var n=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});const o=n(i("GGSb")),s=i("ZPAt"),r=i("4s8/"),a=i("CUby"),d=o.default.get("quest_editor/scripting/data_flow_analysis/stack_value");t.MIN_STACK_VALUE=s.MIN_SIGNED_DWORD_VALUE,t.MAX_STACK_VALUE=s.MAX_SIGNED_DWORD_VALUE,t.stack_value=function(e,i,n){const o=e.get_block_for_instruction(i);return o?function e(i,n,o,l,u){if(++i.iterations>100)return d.warn("Too many iterations."),(new r.ValueSet).set_interval(t.MIN_STACK_VALUE,t.MAX_STACK_VALUE);for(let e=l-1;e>=o.start;e--){const n=o.segment.instructions[e];if(n.opcode.stack===s.StackInteraction.Pop){u+=n.opcode.params.length;continue}const d=n.args;switch(n.opcode){case s.Opcode.ARG_PUSHR:if(0===u)return a.register_value(i.cfg,n,d[0].value);u--;break;case s.Opcode.ARG_PUSHL:case s.Opcode.ARG_PUSHB:case s.Opcode.ARG_PUSHW:if(0===u)return(new r.ValueSet).set_value(d[0].value);u--;break;case s.Opcode.ARG_PUSHA:case s.Opcode.ARG_PUSHO:case s.Opcode.ARG_PUSHS:if(0===u)return(new r.ValueSet).set_interval(t.MIN_STACK_VALUE,t.MAX_STACK_VALUE);u--}}const c=new r.ValueSet;n.add(o);for(const s of o.from){if(n.has(s)){c.set_interval(t.MIN_STACK_VALUE,t.MAX_STACK_VALUE);break}c.union(e(i,new Set(n),s,s.end,u))}return c}(new l(e),new Set,o,o.index_of_instruction(i),n):new r.ValueSet};class l{constructor(e){this.cfg=e,this.iterations=0}}},KUR2:function(e,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0});const n=i("nN8q"),o=i("FXpb");class s extends n.ResizableWidget{constructor(e){super(o.create_element("div")),this.renderer=e,this.element.append(e.dom_element),this.disposable(e),this.finalize_construction(s.prototype)}start_rendering(){this.renderer.start_rendering()}stop_rendering(){this.renderer.stop_rendering()}resize(e,t){return super.resize(e,t),this.renderer.set_size(e,t),this}}t.RendererWidget=s},KVVN:function(e,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0});const n=i("FXpb");i("Tp1L");const o=i("ouMO"),s=i("QmPX"),r=i("4VsB");class a extends s.Control{constructor(e,t){const i=n.el.span({class:"core_Button_inner"});super(n.el.button({class:"core_Button"},i),t),this.center_element=n.el.span({class:"core_Button_center"}),t&&null!=t.icon_left&&i.append(n.el.span({class:"core_Button_left"},n.icon(t.icon_left))),i.append(this.center_element),t&&null!=t.icon_right&&i.append(n.el.span({class:"core_Button_right"},n.icon(t.icon_right))),this._mousedown=o.emitter(),this.mousedown=this._mousedown,this.element.onmousedown=e=>this._mousedown.emit({value:e}),this._mouseup=o.emitter(),this.mouseup=this._mouseup,this.element.onmouseup=e=>this._mouseup.emit({value:e}),this._click=o.emitter(),this.click=this._click,this.element.onclick=e=>this._click.emit({value:e}),this._text=new r.WidgetProperty(this,"",this.set_text),this.text=this._text,"string"==typeof e?this.text.val=e:e&&this.text.bind_to(e),this.finalize_construction(a.prototype)}set_enabled(e){super.set_enabled(e),this.element.disabled=!e}set_text(e){this.center_element.textContent=e,this.center_element.hidden=""===e}}t.Button=a},"L/3r":function(e,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0});const n=i("ouMO"),o=i("Ts/k"),s=i("n5fr");t.SimpleUndo=class{constructor(e,t,i){this.can_undo=n.property(!1),this.can_redo=n.property(!1),this.action=n.property({description:e,undo:t,redo:i}),this.first_undo=n.map((e,t)=>t?e:void 0,this.action,this.can_undo),this.first_redo=n.map((e,t)=>t?e:void 0,this.action,this.can_redo)}make_current(){s.undo_manager.current.val=this}ensure_not_current(){s.undo_manager.current.val===this&&(s.undo_manager.current.val=o.NOOP_UNDO)}undo(){return!!this.can_undo&&(this.action.val.undo(),!0)}redo(){return!!this.can_redo&&(this.action.val.redo(),!0)}reset(){this.can_undo.val=!1,this.can_redo.val=!1}}},LSoc:function(e,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0});const n=i("FXpb"),o=i("TRid"),s=i("ouMO"),r=i("4VsB");i("/xfa");class a extends o.Widget{constructor(e,t,i){super(n.el.div({class:"core_Menu",tab_index:-1})),this.inner_element=n.el.div({class:"core_Menu_inner"}),this.mouseup=e=>{if(!(e.target instanceof HTMLElement))return;const t=e.target.dataset.index;null!=t&&this.select_item(parseInt(t,10))},this.keydown=e=>{switch(e.key){case"ArrowDown":this.hover_next();break;case"ArrowUp":this.hover_prev();break;case"Enter":this.select_hovered()}},this.inner_mouseover=e=>{if(e.target&&e.target instanceof HTMLElement){const t=e.target.dataset.index;null!=t&&this.hover_item(parseInt(t,10))}},this.document_mousedown=e=>{!this.visible.val||this.element.contains(e.target)||this.related_element.contains(e.target)||this.visible.set_val(!1,{silent:!1})},this.document_keydown=e=>{"Escape"===e.key&&this.visible.set_val(!1,{silent:!1})},this.visible.val=!1,this.element.onmouseup=this.mouseup,this.element.onkeydown=this.keydown,this.inner_element.onmouseover=this.inner_mouseover,this.element.append(this.inner_element),this.to_label=t,this.items=Array.isArray(e)?s.property(e):e,this.related_element=i,this._selected=new r.WidgetProperty(this,void 0,this.set_selected),this.selected=this._selected,this.disposables(this.items.observe(({value:e})=>{this.inner_element.innerHTML="",this.inner_element.append(...e.map((e,i)=>n.el.div({text:t(e),data:{index:i.toString()}}))),this.hover_item()},{call_now:!0}),n.disposable_listener(document,"mousedown",this.document_mousedown,{capture:!0}),n.disposable_listener(document,"keydown",this.document_keydown)),this.finalize_construction(a.prototype)}hover_next(){this.visible.val=!0,this.hover_item(null!=this.hovered_index?(this.hovered_index+1)%this.items.val.length:0)}hover_prev(){this.visible.val=!0,this.hover_item(this.hovered_index?this.hovered_index-1:this.items.val.length-1)}select_hovered(){null!=this.hovered_index&&this.select_item(this.hovered_index)}set_visible(e){super.set_visible(e),this.visible.val!=e&&(this.hover_item(),this.inner_element.scrollTop=0)}set_selected(){}hover_item(e){this.hovered_element&&this.hovered_element.classList.remove("core_Menu_hovered"),null==e?(this.hovered_index=void 0,this.hovered_element=void 0):(this.hovered_element=this.inner_element.children.item(e),this.hovered_element&&(this.hovered_index=e,this.hovered_element.classList.add("core_Menu_hovered"),this.hovered_element.scrollIntoView({block:"nearest"})))}select_item(e){const t=this.items.val[e];t&&(this.selected.set_val(t,{silent:!1}),this.visible.set_val(!1,{silent:!1}))}}t.Menu=a},LkpO:function(e,t,i){"use strict";var n=this&&this.__awaiter||function(e,t,i,n){return new(i||(i=Promise))(function(o,s){function r(e){try{d(n.next(e))}catch(e){s(e)}}function a(e){try{d(n.throw(e))}catch(e){s(e)}}function d(e){e.done?o(e.value):new i(function(t){t(e.value)}).then(r,a)}d((n=n.apply(e,t||[])).next())})},o=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var i in e)Object.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t.default=e,t};Object.defineProperty(t,"__esModule",{value:!0});const s=i("HjM1");class r extends s.TabContainer{constructor(){super({class:"hunt_optimizer_HuntOptimizerView",tabs:[{title:"Optimize",key:"optimize",create_view:function(){return n(this,void 0,void 0,function*(){return new((yield Promise.resolve().then(()=>o(i("FNQV")))).OptimizerView)})}},{title:"Methods",key:"methods",create_view:function(){return n(this,void 0,void 0,function*(){return new((yield Promise.resolve().then(()=>o(i("GN66")))).MethodsView)})}},{title:"Help",key:"help",create_view:function(){return n(this,void 0,void 0,function*(){return new((yield Promise.resolve().then(()=>o(i("F0Xh")))).HelpView)})}}]}),this.finalize_construction(r.prototype)}}t.HuntOptimizerView=r},"M/y3":function(e,t,i){"use strict";var n=this&&this.__awaiter||function(e,t,i,n){return new(i||(i=Promise))(function(o,s){function r(e){try{d(n.next(e))}catch(e){s(e)}}function a(e){try{d(n.throw(e))}catch(e){s(e)}}function d(e){e.done?o(e.value):new i(function(t){t(e.value)}).then(r,a)}d((n=n.apply(e,t||[])).next())})};Object.defineProperty(t,"__esModule",{value:!0}),t.sequential=function(e){const t=[];return function(...i){const o=new Promise((e,n)=>t.push({args:i,resolve:e,reject:n}));return 1===t.length&&function(){n(this,void 0,void 0,function*(){for(;t.length;){const{args:i,resolve:n,reject:o}=t[0];try{n(yield e(...i))}catch(e){o(e)}finally{t.shift()}}})}(),o}}},NRxM:function(e,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0});const n=i("9dYx");class o extends n.AbstractWritableCursor{get size(){return this._size}set size(e){if(e>this.backing_buffer.byteLength-this.offset)throw new Error(`Size ${e} is out of bounds.`);this._size=e}constructor(e,t,i=0,n=e.byteLength-i){super(t,i),this._size=n,this.backing_buffer=e,this.dv=new DataView(e,0,e.byteLength)}take(e){const t=this.offset+this.position,i=new o(this.backing_buffer,this.endianness,t,e);return this._position+=e,i}}t.ArrayBufferCursor=o},NUmZ:function(e,t,i){e.exports=function(){return new Worker(i.p+"e811160e92146af6f670.worker.js")}},Ncr4:function(e,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0});const n=i("sDu+"),o=i("FXpb");i("rlVZ"),i("x1yY");const s=i("LSoc"),r=i("ouMO"),a=i("4VsB");class d extends n.LabelledControl{constructor(e){super(o.el.span({class:"core_ComboBox core_Input"}),e),this.preferred_label_position="left",this.input_element=o.create_element("input"),this.to_label=e.to_label,this._selected=new a.WidgetProperty(this,void 0,this.set_selected),this.selected=this._selected;const t=r.property(!1);this.menu=this.disposable(new s.Menu(e.items,e.to_label,this.element)),this.menu.element.onmousedown=e=>e.preventDefault(),this.input_element.placeholder=e.placeholder_text||"",this.input_element.onmousedown=()=>{t.val=!0},this.input_element.onkeydown=e=>{switch(e.key){case"ArrowDown":e.preventDefault(),this.menu.hover_next();break;case"ArrowUp":e.preventDefault(),this.menu.hover_prev();break;case"Enter":this.menu.select_hovered()}};const i=e.filter;if(i){let e="";this.input_element.onkeyup=()=>{this.input_element.value!==e&&(e=this.input_element.value,i(e),(this.menu.visible.val||e)&&this.menu.hover_next())}}this.input_element.onblur=()=>{t.val=!1};const n=o.el.span({},o.icon(o.Icon.TriangleDown));this.bind_hidden(n,t);const l=o.el.span({},o.icon(o.Icon.TriangleUp));this.bind_hidden(l,t.map(e=>!e));const u=o.el.span({class:"core_ComboBox_button"},n,l);u.onmousedown=e=>{e.preventDefault(),t.val=!t.val},this.element.append(o.el.span({class:"core_ComboBox_inner core_Input_inner"},this.input_element,u),this.menu.element),this.disposables(this.menu.visible.bind_bi(t),t.observe(({value:e})=>{e&&this.menu.hover_next()}),this.menu.selected.observe(({value:e})=>{this.selected.set_val(e,{silent:!1}),this.input_element.focus()})),this.finalize_construction(d.prototype)}set_selected(e){this.input_element.value=e?this.to_label(e):"",this.menu.selected.val=e}}t.ComboBox=d},PE7g:function(e,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0});const n=i("0Xme");i("rY5A");class o extends n.Input{constructor(e=0,t={}){super(e,"core_NumberInput","number","core_NumberInput_inner",t),this.preferred_label_position="left";const{min:i,max:n,step:s}=t;this.set_attr("min",i,String),this.set_attr("max",n,String),this.input_element.step="any",this.set_attr("step",s,String),null!=t.round_to&&t.round_to>=0?this.rounding_factor=Math.pow(10,t.round_to):this.rounding_factor=1,this.element.style.width=`${null==t.width?54:t.width}px`,this.set_value(e),this.finalize_construction(o.prototype)}get_value(){return this.input_element.valueAsNumber}set_value(e){this.input_element.valueAsNumber=Math.round(this.rounding_factor*e)/this.rounding_factor}}t.NumberInput=o},"Q+PT":function(e,t,i){"use strict";var n=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});const o=n(i("GGSb")).default.get("core/observable/SimpleEmitter");t.SimpleEmitter=class{constructor(){this.observers=[]}emit(e){for(const t of this.observers)try{t(e)}catch(e){o.error("Observer threw error.",e)}}observe(e){return this.observers.includes(e)||this.observers.push(e),{dispose:()=>{const t=this.observers.indexOf(e);-1!==t&&this.observers.splice(t,1)}}}}},Q4I3:function(e,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0});const n=i("8hIv"),o=i("lg9k"),s=i("ZPAt");function r(e,t,i){const o=[];for(let r=0;r4&&i.push(t)}else if(d.type===o.SegmentType.String)i.push(" "+JSON.stringify(d.value));else for(const e of d.instructions)if(t||e.opcode.stack!==s.StackInteraction.Push){let o=[];e.opcode.stack===s.StackInteraction.Pop?t||(o=r(e.opcode.params,n.splice(Math.max(0,n.length-e.opcode.params.length),e.opcode.params.length),!0)):o=r(e.opcode.params,e.args,!1),i.push(" "+e.opcode.mnemonic+(o.length?" "+o.join(", "):""))}else n.push(...e.args)}return i.length&&i.push(""),i}},QmPX:function(e,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0});const n=i("TRid");t.Control=class extends n.Widget{}},RMZt:function(e,t,i){"use strict";var n=this&&this.__awaiter||function(e,t,i,n){return new(i||(i=Promise))(function(o,s){function r(e){try{d(n.next(e))}catch(e){s(e)}}function a(e){try{d(n.throw(e))}catch(e){s(e)}}function d(e){e.done?o(e.value):new i(function(t){t(e.value)}).then(r,a)}d((n=n.apply(e,t||[])).next())})};Object.defineProperty(t,"__esModule",{value:!0});const o=i("yfUv"),s=i("ExVU"),r="HuntMethodStore.methodUserTimes";t.hunt_method_persister=new class extends o.Persister{persist_method_user_times(e,t){const i={};for(const t of e)null!=t.user_time.val&&(i[t.id]=t.user_time.val.as("hours"));this.persist_for_server(t,r,i)}load_method_user_times(e,t){return n(this,void 0,void 0,function*(){const i=yield this.load_for_server(t,r);if(i)for(const t of e){const e=i[t.id];t.set_user_time(null==e?void 0:s.Duration.fromObject({hours:e}))}})}}},S6Bx:function(e,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0});const n=i("wsa1"),o=i("JCZi"),s=i("Tpfs"),r=i("L/3r"),a=i("c5EP"),d=i("hVaW"),l=i("ouMO"),u=new o.AssemblyAnalyser;n.languages.register({id:"psoasm"}),n.languages.setMonarchTokensProvider("psoasm",d.ASM_SYNTAX),n.languages.registerCompletionItemProvider("psoasm",{provideCompletionItems(e,t){const i=e.getValueInRange({startLineNumber:t.lineNumber,endLineNumber:t.lineNumber,startColumn:1,endColumn:t.column});return u.provide_completion_items(i)}}),n.languages.registerSignatureHelpProvider("psoasm",{signatureHelpTriggerCharacters:[" ",","],signatureHelpRetriggerCharacters:[", "],provideSignatureHelp:(e,t)=>u.provide_signature_help(t.lineNumber,t.column)}),n.languages.setLanguageConfiguration("psoasm",{indentationRules:{increaseIndentPattern:/^\s*\d+:/,decreaseIndentPattern:/^\s*(\d+|\.)/},autoClosingPairs:[{open:'"',close:'"'}],surroundingPairs:[{open:'"',close:'"'}],comments:{lineComment:"//"}});class c{constructor(){this.undo=new r.SimpleUndo("Text edits",()=>this._did_undo.emit({value:"asm undo"}),()=>this._did_redo.emit({value:"asm undo"})),this.disposer=new s.Disposer,this.model_disposer=this.disposer.add(new s.Disposer),this._model=l.property(void 0),this._did_undo=l.emitter(),this._did_redo=l.emitter(),this.model=this._model,this.did_undo=this._did_undo,this.did_redo=this._did_redo,this.disposer.add_all(a.quest_editor_store.current_quest.observe(({value:e})=>this.quest_changed(e),{call_now:!0}),u.issues.observe(({value:e})=>this.update_model_markers(e),{call_now:!0}))}dispose(){this.disposer.dispose()}quest_changed(e){if(this.undo.reset(),this.model_disposer.dispose_all(),e){const t=u.disassemble(e),i=this.model_disposer.add(n.editor.createModel(t.join("\n"),"psoasm"));let o=i.getAlternativeVersionId(),s=o,r=o;this.model_disposer.add(i.onDidChangeContent(e=>{const t=i.getAlternativeVersionId();tr&&(r=s)),this.undo.can_undo.val=!0),s=t,u.update_assembly(e.changes)})),this._model.val=i}else this._model.val=void 0}update_model_markers({warnings:e,errors:t}){const i=this.model.val;i&&n.editor.setModelMarkers(i,"psoasm",e.map(e=>({severity:n.MarkerSeverity.Hint,message:e.message,startLineNumber:e.line_no,endLineNumber:e.line_no,startColumn:e.col,endColumn:e.col+e.length,tags:[n.MarkerTag.Unnecessary]})).concat(t.map(e=>({severity:n.MarkerSeverity.Error,message:e.message,startLineNumber:e.line_no,endLineNumber:e.line_no,startColumn:e.col,endColumn:e.col+e.length}))))}}t.AsmEditorStore=c,t.asm_editor_store=new c},"Sa3/":function(e,t,i){"use strict";var n=this&&this.__awaiter||function(e,t,i,n){return new(i||(i=Promise))(function(o,s){function r(e){try{d(n.next(e))}catch(e){s(e)}}function a(e){try{d(n.throw(e))}catch(e){s(e)}}function d(e){e.done?o(e.value):new i(function(t){t(e.value)}).then(r,a)}d((n=n.apply(e,t||[])).next())})};Object.defineProperty(t,"__esModule",{value:!0}),t.read_file=function(e){return n(this,void 0,void 0,function*(){return new Promise((t,i)=>{const n=new FileReader;n.addEventListener("loadend",()=>{n.result instanceof ArrayBuffer?t(n.result):i(new Error("Couldn't read file."))}),n.readAsArrayBuffer(e)})})}},SoCI:function(e,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0});const n=i("xs7i");t.get_areas_for_episode=function(e){return o[e]},t.get_area_variant=function(e,t,i){const n=o[e].find(e=>e.id===t);if(!n)throw new Error(`No area with id ${t}.`);const s=n.area_variants[i];if(!s)throw new Error(`No area variant with id ${i}.`);return s};const o=[];function s(e,t,i,n){const o={id:e,name:t,order:i,area_variants:[]};for(let e=0;e{this.construction_finalized||a.warn(`finalize_construction is never called for ${Object.getPrototypeOf(this).constructor.name}.`)},0)}get id(){return this.element.id}set id(e){this.element.id=e}focus(){this.element.focus()}dispose(){this.element.remove(),this.disposer.dispose(),this.disposed=!0}finalize_construction(e){Object.getPrototypeOf(this)===e&&(this.construction_finalized=!0,"boolean"==typeof this.options.enabled?this.enabled.val=this.options.enabled:this.options.enabled&&this.enabled.bind_to(this.options.enabled),"string"==typeof this.options.tooltip?this.tooltip.val=this.options.tooltip:this.options.tooltip&&this.tooltip.bind_to(this.options.tooltip))}set_visible(e){this.element.hidden=!e}set_enabled(e){e?this.element.classList.remove("disabled"):this.element.classList.add("disabled")}set_tooltip(e){this.element.title=e}bind_hidden(e,t){this.disposable(s.bind_hidden(e,t))}disposable(e){return this.disposer.add(e)}disposables(...e){this.disposer.add_all(...e)}}},Tpfs:function(e,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0});const n=i("GGSb").get("core/observable/Disposer");t.Disposer=class{constructor(...e){this._disposed=!1,this.disposables=e}get length(){return this.disposables.length}get disposed(){return this._disposed}add(e){return this._disposed||this.disposables.push(e),e}insert(e,t){return this._disposed||this.disposables.splice(e,0,t),t}add_all(...e){return this._disposed||this.disposables.push(...e),this}dispose_all(){this.dispose_at(0,this.disposables.length)}dispose(){this.dispose_all(),this._disposed=!0}dispose_at(e,t=1){for(const i of this.disposables.splice(e,t))try{i.dispose()}catch(e){n.warn("Error while disposing.",e)}}}},"Ts/k":function(e,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0});const n=i("ouMO"),o=i("n5fr");t.NOOP_UNDO={can_redo:n.property(!1),can_undo:n.property(!1),first_redo:n.property(void 0),first_undo:n.property(void 0),ensure_not_current(){},make_current(){o.undo_manager.current.val=this},redo:()=>!1,reset(){},undo:()=>!1}},VRtl:function(e,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0});const n=i("w6HN"),o=i("6cU9"),s=i("oyid"),r=i("PE7g"),a=i("7CyS"),d=i("tyuj"),l=i("7ZX1"),u=i("FXpb");class c extends n.ToolBar{constructor(){const e=new o.FileButton("Open file...",{icon_left:u.Icon.File,accept:".nj, .njm, .xj, .xvm"}),t=new s.CheckBox(!1,{label:"Show skeleton"}),i=new s.CheckBox(!0,{label:"Play animation"}),n=new r.NumberInput(a.PSO_FRAME_RATE,{label:"Frame rate:",min:1,max:240,step:1}),_=new r.NumberInput(1,{label:"Frame:",min:1,max:d.model_store.animation_frame_count,step:1}),p=new l.Label(d.model_store.animation_frame_count.map(e=>`/ ${e}`));super({children:[e,t,i,n,_,p]}),this.disposables(e.files.observe(({value:e})=>{e.length&&d.model_store.load_file(e[0])}),d.model_store.show_skeleton.bind_to(t.checked));const v=d.model_store.current_nj_motion.map(e=>null!=e);this.disposables(i.enabled.bind_to(v),d.model_store.animation_playing.bind_bi(i.checked),n.enabled.bind_to(v),d.model_store.animation_frame_rate.bind_to(n.value),_.enabled.bind_to(v),d.model_store.animation_frame.bind_to(_.value),_.value.bind_to(d.model_store.animation_frame.map(e=>Math.round(e))),p.enabled.bind_to(v)),this.finalize_construction(c.prototype)}}t.Model3DToolBar=c},VwSi:function(e,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0});const n=i("kwt4"),o=i("yRp4"),s=1296321870;var r;function a(e,t){let i=e.u32();const n=e.u32(),o=e.u16(),s=e.u16(),a=(192&s)>>6,u=15&s,c=[];for(let s=0;s=i)return e.seek_start(r),u(e,t);a=n}return s}function u(e,t){const i=[];for(let s=0;sd.quest_editor_store.undo.make_current(),!0),this.renderer_view.start_rendering(),this.disposables(a.gui_store.tool.observe(({value:e})=>{e===a.GuiTool.QuestEditor?this.renderer_view.start_rendering():this.renderer_view.stop_rendering()})),this.finalize_construction(l.prototype)}resize(e,t){return super.resize(e,t),this.renderer_view.resize(e,t),this}}t.QuestRendererView=l},WJtm:function(e,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0});const n=i("TRid"),o=i("FXpb"),s=i("yar8"),r=i("sMN3"),a=i("ouMO"),d=i("nsCy"),l=i("xs7i");i("a0xr");const u=i("ExVU");class c extends n.Widget{constructor(){super(o.el.div({class:"hunt_optimizer_OptimizationResultView"},o.el.h2({text:"Ideal Combination of Methods"}))),this.disposable(r.hunt_optimizer_stores.observe_current(e=>{this.results_observer&&this.results_observer.dispose(),this.results_observer=e.result.observe(({value:e})=>this.update_table(e),{call_now:!0})},{call_now:!0})),this.finalize_construction(c.prototype)}dispose(){super.dispose(),this.results_observer&&this.results_observer.dispose(),this.table&&this.table.dispose()}update_table(e){this.table&&this.table.dispose();let t=0,i=u.Duration.fromMillis(0);if(e)for(const n of e.optimal_methods)t+=n.runs,i=i.plus(n.total_time);const n=[{title:"Difficulty",fixed:!0,width:80,render_cell:e=>d.Difficulty[e.difficulty],footer:{render_cell:()=>"Totals:"}},{title:"Method",fixed:!0,width:250,render_cell:e=>e.method_name},{title:"Ep.",fixed:!0,width:40,render_cell:e=>l.Episode[e.method_episode]},{title:"Section ID",fixed:!0,width:90,render_cell(e){const t=o.el.span({},...e.section_ids.map(e=>o.section_id_icon(e,{size:17})));return t.style.display="flex",t}},{title:"Time/Run",width:90,text_align:"center",render_cell:e=>e.method_time.toFormat("hh:mm")},{title:"Runs",width:60,text_align:"right",render_cell:e=>e.runs.toFixed(1),tooltip:e=>e.runs.toString(),footer:{render_cell:()=>t.toFixed(1),tooltip:()=>t.toString()}},{title:"Total Hours",width:60,text_align:"right",render_cell:e=>e.total_time.as("hours").toFixed(1),tooltip:e=>e.total_time.as("hours").toString(),footer:{render_cell:()=>i.as("hours").toFixed(1),tooltip:()=>i.as("hours").toString()}}];if(e)for(const t of e.wanted_items){let i=0;for(const n of e.optimal_methods)i+=n.item_counts.get(t)||0;n.push({title:t.name,width:80,text_align:"right",render_cell(e){const i=e.item_counts.get(t);return i?i.toFixed(2):""},tooltip(e){const i=e.item_counts.get(t);return i?i.toString():""},footer:{render_cell:()=>i.toFixed(2),tooltip:()=>i.toString()}})}this.table=new s.Table({class:"hunt_optimizer_OptimizationResultView_table",values:e?a.list_property(void 0,...e.optimal_methods):a.list_property(),columns:n}),this.element.append(this.table.element)}}t.OptimizationResultView=c},XDYw:function(e,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0});const n=i("yRp4"),o=i("4mUz");t.parse_area_collision_geometry=function(e){const{data_offset:t}=o.parse_rel(e,!1);e.seek_start(t);const i=e.u32();e.seek_start(i);const s={meshes:[]};for(;e.bytes_left;){const t=e.position,i=e.u32();if(0===i)break;const o={vertices:[],triangles:[]};s.meshes.push(o),e.seek_start(i);const r=e.u32(),a=e.u32(),d=e.u32(),l=e.u32();e.seek_start(a);for(let t=0;t({type:O(e,t),area_id:t.area_id,section_id:t.section_id,position:t.position,rotation:t.rotation,scale:t.scale,unknown:t.unknown,pso_type_id:t.type_id,npc_id:t.npc_id,script_label:Math.round(t.script_label),roaming:t.roaming}))}function O(e,{type_id:t,scale:i,roaming:n,area_id:o}){const s=Math.abs(i.y-1)>1e-5;switch(`${t}, ${n%3}, ${e}`){case"68, 0, 1":return m.NpcType.Booma;case"68, 1, 1":return m.NpcType.Gobooma;case"68, 2, 1":return m.NpcType.Gigobooma;case"99, 0, 1":return m.NpcType.EvilShark;case"99, 1, 1":return m.NpcType.PalShark;case"99, 2, 1":return m.NpcType.GuilShark;case"166, 0, 1":return m.NpcType.Dimenian;case"166, 0, 2":return m.NpcType.Dimenian2;case"166, 1, 1":return m.NpcType.LaDimenian;case"166, 1, 2":return m.NpcType.LaDimenian2;case"166, 2, 1":return m.NpcType.SoDimenian;case"166, 2, 2":return m.NpcType.SoDimenian2;case"214, 0, 2":return m.NpcType.Mericarol;case"214, 1, 2":return m.NpcType.Mericus;case"214, 2, 2":return m.NpcType.Merikle;case"277, 0, 4":return m.NpcType.Boota;case"277, 1, 4":return m.NpcType.ZeBoota;case"277, 2, 4":return m.NpcType.BaBoota;case"279, 0, 4":return m.NpcType.Goran;case"279, 1, 4":return m.NpcType.PyroGoran;case"279, 2, 4":return m.NpcType.GoranDetonator}switch(`${t}, ${n%2}, ${e}`){case"64, 0, 1":return m.NpcType.Hildebear;case"64, 0, 2":return m.NpcType.Hildebear2;case"64, 1, 1":return m.NpcType.Hildeblue;case"64, 1, 2":return m.NpcType.Hildeblue2;case"65, 0, 1":return m.NpcType.RagRappy;case"65, 0, 2":return m.NpcType.RagRappy2;case"65, 0, 4":return m.NpcType.SandRappy;case"65, 1, 1":return m.NpcType.AlRappy;case"65, 1, 2":return m.NpcType.LoveRappy;case"65, 1, 4":return m.NpcType.DelRappy;case"128, 0, 1":return m.NpcType.Dubchic;case"128, 0, 2":return m.NpcType.Dubchic2;case"128, 1, 1":return m.NpcType.Gilchic;case"128, 1, 2":return m.NpcType.Gilchic2;case"212, 0, 2":return m.NpcType.SinowBerill;case"212, 1, 2":return m.NpcType.SinowSpigell;case"213, 0, 2":return m.NpcType.Merillia;case"213, 1, 2":return m.NpcType.Meriltas;case"215, 0, 2":return m.NpcType.UlGibbon;case"215, 1, 2":return m.NpcType.ZolGibbon;case"221, 0, 2":return m.NpcType.Dolmolm;case"221, 1, 2":return m.NpcType.Dolmdarl;case"224, 0, 2":return o>15?m.NpcType.Epsilon:m.NpcType.SinowZoa;case"224, 1, 2":return o>15?m.NpcType.Epsilon:m.NpcType.SinowZele;case"274, 0, 4":return m.NpcType.MerissaA;case"274, 1, 4":return m.NpcType.MerissaAA;case"276, 0, 4":return m.NpcType.Zu;case"276, 1, 4":return m.NpcType.Pazuzu;case"278, 0, 4":return m.NpcType.Dorphon;case"278, 1, 4":return m.NpcType.DorphonEclair;case"281, 0, 4":return s?m.NpcType.SaintMilion:m.NpcType.Kondrieu;case"281, 1, 4":return s?m.NpcType.Shambertin:m.NpcType.Kondrieu}switch(`${t}, ${e}`){case"66, 1":return m.NpcType.Monest;case"66, 2":return m.NpcType.Monest2;case"67, 1":return s?m.NpcType.SavageWolf:m.NpcType.BarbarousWolf;case"67, 2":return s?m.NpcType.SavageWolf2:m.NpcType.BarbarousWolf2;case"96, 1":return m.NpcType.GrassAssassin;case"96, 2":return m.NpcType.GrassAssassin2;case"97, 1":return o>15?m.NpcType.DelLily:s?m.NpcType.PoisonLily:m.NpcType.NarLily;case"97, 2":return o>15?m.NpcType.DelLily:s?m.NpcType.PoisonLily2:m.NpcType.NarLily2;case"98, 1":return m.NpcType.NanoDragon;case"100, 1":return s?m.NpcType.PofuillySlime:m.NpcType.PouillySlime;case"101, 1":return m.NpcType.PanArms;case"101, 2":return m.NpcType.PanArms2;case"129, 1":return m.NpcType.Garanz;case"129, 2":return m.NpcType.Garanz2;case"130, 1":return s?m.NpcType.SinowBeat:m.NpcType.SinowGold;case"131, 1":return m.NpcType.Canadine;case"132, 1":return m.NpcType.Canane;case"133, 1":return m.NpcType.Dubswitch;case"133, 2":return m.NpcType.Dubswitch2;case"160, 1":return m.NpcType.Delsaber;case"160, 2":return m.NpcType.Delsaber2;case"161, 1":return m.NpcType.ChaosSorcerer;case"161, 2":return m.NpcType.ChaosSorcerer2;case"162, 1":return m.NpcType.DarkGunner;case"164, 1":return m.NpcType.ChaosBringer;case"165, 1":return m.NpcType.DarkBelra;case"165, 2":return m.NpcType.DarkBelra2;case"167, 1":return m.NpcType.Bulclaw;case"168, 1":return m.NpcType.Claw;case"192, 1":return m.NpcType.Dragon;case"192, 2":return m.NpcType.GalGryphon;case"193, 1":return m.NpcType.DeRolLe;case"197, 1":return m.NpcType.VolOpt;case"200, 1":return m.NpcType.DarkFalz;case"202, 2":return m.NpcType.OlgaFlow;case"203, 2":return m.NpcType.BarbaRay;case"204, 2":return m.NpcType.GolDragon;case"216, 2":return m.NpcType.Gibbles;case"217, 2":return m.NpcType.Gee;case"218, 2":return m.NpcType.GiGue;case"219, 2":return m.NpcType.Deldepth;case"220, 2":return m.NpcType.Delbiter;case"222, 2":return m.NpcType.Morfos;case"223, 2":return m.NpcType.Recobox;case"225, 2":return m.NpcType.IllGill;case"272, 4":return m.NpcType.Astark;case"273, 4":return s?m.NpcType.SatelliteLizard:m.NpcType.Yowie;case"275, 4":return m.NpcType.Girtablulu}switch(t){case 4:return m.NpcType.FemaleFat;case 5:return m.NpcType.FemaleMacho;case 7:return m.NpcType.FemaleTall;case 10:return m.NpcType.MaleDwarf;case 11:return m.NpcType.MaleFat;case 12:return m.NpcType.MaleMacho;case 13:return m.NpcType.MaleOld;case 25:return m.NpcType.BlueSoldier;case 26:return m.NpcType.RedSoldier;case 27:return m.NpcType.Principal;case 28:return m.NpcType.Tekker;case 29:return m.NpcType.GuildLady;case 30:return m.NpcType.Scientist;case 31:return m.NpcType.Nurse;case 32:return m.NpcType.Irene;case 241:return m.NpcType.ItemShop;case 254:return m.NpcType.Nurse2}return m.NpcType.Unknown}function b(e){const t=new DataView(new ArrayBuffer(4));return e.map(e=>{const i=function(e){switch(e){default:throw new Error(`Unexpected type ${m.NpcType[e]}.`);case m.NpcType.Unknown:return;case m.NpcType.FemaleFat:return{type_id:4,roaming:0,regular:!0};case m.NpcType.FemaleMacho:return{type_id:5,roaming:0,regular:!0};case m.NpcType.FemaleTall:return{type_id:7,roaming:0,regular:!0};case m.NpcType.MaleDwarf:return{type_id:10,roaming:0,regular:!0};case m.NpcType.MaleFat:return{type_id:11,roaming:0,regular:!0};case m.NpcType.MaleMacho:return{type_id:12,roaming:0,regular:!0};case m.NpcType.MaleOld:return{type_id:13,roaming:0,regular:!0};case m.NpcType.BlueSoldier:return{type_id:25,roaming:0,regular:!0};case m.NpcType.RedSoldier:return{type_id:26,roaming:0,regular:!0};case m.NpcType.Principal:return{type_id:27,roaming:0,regular:!0};case m.NpcType.Tekker:return{type_id:28,roaming:0,regular:!0};case m.NpcType.GuildLady:return{type_id:29,roaming:0,regular:!0};case m.NpcType.Scientist:return{type_id:30,roaming:0,regular:!0};case m.NpcType.Nurse:return{type_id:31,roaming:0,regular:!0};case m.NpcType.Irene:return{type_id:32,roaming:0,regular:!0};case m.NpcType.ItemShop:return{type_id:241,roaming:0,regular:!0};case m.NpcType.Nurse2:return{type_id:254,roaming:0,regular:!0};case m.NpcType.Hildebear:return{type_id:64,roaming:0,regular:!0};case m.NpcType.Hildeblue:return{type_id:64,roaming:1,regular:!0};case m.NpcType.RagRappy:return{type_id:65,roaming:0,regular:!0};case m.NpcType.AlRappy:return{type_id:65,roaming:1,regular:!0};case m.NpcType.Monest:return{type_id:66,roaming:0,regular:!0};case m.NpcType.SavageWolf:return{type_id:67,roaming:0,regular:!0};case m.NpcType.BarbarousWolf:return{type_id:67,roaming:0,regular:!1};case m.NpcType.Booma:return{type_id:68,roaming:0,regular:!0};case m.NpcType.Gobooma:return{type_id:68,roaming:1,regular:!0};case m.NpcType.Gigobooma:return{type_id:68,roaming:2,regular:!0};case m.NpcType.Dragon:return{type_id:192,roaming:0,regular:!0};case m.NpcType.GrassAssassin:return{type_id:96,roaming:0,regular:!0};case m.NpcType.PoisonLily:return{type_id:97,roaming:0,regular:!0};case m.NpcType.NarLily:return{type_id:97,roaming:1,regular:!0};case m.NpcType.NanoDragon:return{type_id:98,roaming:0,regular:!0};case m.NpcType.EvilShark:return{type_id:99,roaming:0,regular:!0};case m.NpcType.PalShark:return{type_id:99,roaming:1,regular:!0};case m.NpcType.GuilShark:return{type_id:99,roaming:2,regular:!0};case m.NpcType.PofuillySlime:return{type_id:100,roaming:0,regular:!0};case m.NpcType.PouillySlime:return{type_id:100,roaming:0,regular:!1};case m.NpcType.PanArms:return{type_id:101,roaming:0,regular:!0};case m.NpcType.DeRolLe:return{type_id:193,roaming:0,regular:!0};case m.NpcType.Dubchic:return{type_id:128,roaming:0,regular:!0};case m.NpcType.Gilchic:return{type_id:128,roaming:1,regular:!0};case m.NpcType.Garanz:return{type_id:129,roaming:0,regular:!0};case m.NpcType.SinowBeat:return{type_id:130,roaming:0,regular:!0};case m.NpcType.SinowGold:return{type_id:130,roaming:0,regular:!1};case m.NpcType.Canadine:return{type_id:131,roaming:0,regular:!0};case m.NpcType.Canane:return{type_id:132,roaming:0,regular:!0};case m.NpcType.Dubswitch:return{type_id:133,roaming:0,regular:!0};case m.NpcType.VolOpt:return{type_id:197,roaming:0,regular:!0};case m.NpcType.Delsaber:return{type_id:160,roaming:0,regular:!0};case m.NpcType.ChaosSorcerer:return{type_id:161,roaming:0,regular:!0};case m.NpcType.DarkGunner:return{type_id:162,roaming:0,regular:!0};case m.NpcType.ChaosBringer:return{type_id:164,roaming:0,regular:!0};case m.NpcType.DarkBelra:return{type_id:165,roaming:0,regular:!0};case m.NpcType.Dimenian:return{type_id:166,roaming:0,regular:!0};case m.NpcType.LaDimenian:return{type_id:166,roaming:1,regular:!0};case m.NpcType.SoDimenian:return{type_id:166,roaming:2,regular:!0};case m.NpcType.Bulclaw:return{type_id:167,roaming:0,regular:!0};case m.NpcType.Claw:return{type_id:168,roaming:0,regular:!0};case m.NpcType.DarkFalz:return{type_id:200,roaming:0,regular:!0};case m.NpcType.Hildebear2:return{type_id:64,roaming:0,regular:!0};case m.NpcType.Hildeblue2:return{type_id:64,roaming:1,regular:!0};case m.NpcType.RagRappy2:return{type_id:65,roaming:0,regular:!0};case m.NpcType.LoveRappy:return{type_id:65,roaming:1,regular:!0};case m.NpcType.Monest2:return{type_id:66,roaming:0,regular:!0};case m.NpcType.PoisonLily2:return{type_id:97,roaming:0,regular:!0};case m.NpcType.NarLily2:return{type_id:97,roaming:1,regular:!0};case m.NpcType.GrassAssassin2:return{type_id:96,roaming:0,regular:!0};case m.NpcType.Dimenian2:return{type_id:166,roaming:0,regular:!0};case m.NpcType.LaDimenian2:return{type_id:166,roaming:1,regular:!0};case m.NpcType.SoDimenian2:return{type_id:166,roaming:2,regular:!0};case m.NpcType.DarkBelra2:return{type_id:165,roaming:0,regular:!0};case m.NpcType.BarbaRay:return{type_id:203,roaming:0,regular:!0};case m.NpcType.SavageWolf2:return{type_id:67,roaming:0,regular:!0};case m.NpcType.BarbarousWolf2:return{type_id:67,roaming:0,regular:!1};case m.NpcType.PanArms2:return{type_id:101,roaming:0,regular:!0};case m.NpcType.Dubchic2:return{type_id:128,roaming:0,regular:!0};case m.NpcType.Gilchic2:return{type_id:128,roaming:1,regular:!0};case m.NpcType.Garanz2:return{type_id:129,roaming:0,regular:!0};case m.NpcType.Dubswitch2:return{type_id:133,roaming:0,regular:!0};case m.NpcType.Delsaber2:return{type_id:160,roaming:0,regular:!0};case m.NpcType.ChaosSorcerer2:return{type_id:161,roaming:0,regular:!0};case m.NpcType.GolDragon:return{type_id:204,roaming:0,regular:!0};case m.NpcType.SinowBerill:return{type_id:212,roaming:0,regular:!0};case m.NpcType.SinowSpigell:return{type_id:212,roaming:1,regular:!0};case m.NpcType.Merillia:return{type_id:213,roaming:0,regular:!0};case m.NpcType.Meriltas:return{type_id:213,roaming:1,regular:!0};case m.NpcType.Mericarol:return{type_id:214,roaming:0,regular:!0};case m.NpcType.Mericus:return{type_id:214,roaming:1,regular:!0};case m.NpcType.Merikle:return{type_id:214,roaming:2,regular:!0};case m.NpcType.UlGibbon:return{type_id:215,roaming:0,regular:!0};case m.NpcType.ZolGibbon:return{type_id:215,roaming:1,regular:!0};case m.NpcType.Gibbles:return{type_id:216,roaming:0,regular:!0};case m.NpcType.Gee:return{type_id:217,roaming:0,regular:!0};case m.NpcType.GiGue:return{type_id:218,roaming:0,regular:!0};case m.NpcType.GalGryphon:return{type_id:192,roaming:0,regular:!0};case m.NpcType.Deldepth:return{type_id:219,roaming:0,regular:!0};case m.NpcType.Delbiter:return{type_id:220,roaming:0,regular:!0};case m.NpcType.Dolmolm:return{type_id:221,roaming:0,regular:!0};case m.NpcType.Dolmdarl:return{type_id:221,roaming:1,regular:!0};case m.NpcType.Morfos:return{type_id:222,roaming:0,regular:!0};case m.NpcType.Recobox:return{type_id:223,roaming:0,regular:!0};case m.NpcType.Epsilon:case m.NpcType.SinowZoa:return{type_id:224,roaming:0,regular:!0};case m.NpcType.SinowZele:return{type_id:224,roaming:1,regular:!0};case m.NpcType.IllGill:return{type_id:225,roaming:0,regular:!0};case m.NpcType.DelLily:return{type_id:97,roaming:0,regular:!0};case m.NpcType.OlgaFlow:return{type_id:202,roaming:0,regular:!0};case m.NpcType.SandRappy:return{type_id:65,roaming:0,regular:!0};case m.NpcType.DelRappy:return{type_id:65,roaming:1,regular:!0};case m.NpcType.Astark:return{type_id:272,roaming:0,regular:!0};case m.NpcType.SatelliteLizard:return{type_id:273,roaming:0,regular:!0};case m.NpcType.Yowie:return{type_id:273,roaming:0,regular:!1};case m.NpcType.MerissaA:return{type_id:274,roaming:0,regular:!0};case m.NpcType.MerissaAA:return{type_id:274,roaming:1,regular:!0};case m.NpcType.Girtablulu:return{type_id:275,roaming:0,regular:!0};case m.NpcType.Zu:return{type_id:276,roaming:0,regular:!0};case m.NpcType.Pazuzu:return{type_id:276,roaming:1,regular:!0};case m.NpcType.Boota:return{type_id:277,roaming:0,regular:!0};case m.NpcType.ZeBoota:return{type_id:277,roaming:1,regular:!0};case m.NpcType.BaBoota:return{type_id:277,roaming:2,regular:!0};case m.NpcType.Dorphon:return{type_id:278,roaming:0,regular:!0};case m.NpcType.DorphonEclair:return{type_id:278,roaming:1,regular:!0};case m.NpcType.Goran:return{type_id:279,roaming:0,regular:!0};case m.NpcType.PyroGoran:return{type_id:279,roaming:1,regular:!0};case m.NpcType.GoranDetonator:return{type_id:279,roaming:2,regular:!0};case m.NpcType.SaintMilion:return{type_id:281,roaming:0,regular:!0};case m.NpcType.Shambertin:return{type_id:281,roaming:1,regular:!0};case m.NpcType.Kondrieu:return{type_id:281,roaming:0,regular:!1}}}(e.type)||{type_id:e.pso_type_id,roaming:e.roaming,regular:!0};t.setFloat32(0,e.scale.y),t.setUint32(0,-8388609&t.getUint32(0)|(i.regular?0:8388608));const n=t.getFloat32(0);let o=new _.Vec3(e.scale.x,n,e.scale.z);return{type_id:i.type_id,section_id:e.section_id,position:e.position,rotation:e.rotation,scale:o,npc_id:e.npc_id,script_label:e.script_label,roaming:i.roaming,area_id:e.area_id,unknown:e.unknown}})}t.parse_quest=function(e,t=!1){const i=f.parse_qst(e);if(!i)return;let n,o;for(const e of i.files){const t=e.name.trim().toLowerCase();t.endsWith(".dat")?n=e:t.endsWith(".bin")&&(o=e)}if(!n)return void g.error("File contains no DAT file.");if(!o)return void g.error("File contains no BIN file.");const a=d.prs_decompress(new l.ArrayBufferCursor(n.data,c.Endianness.Little)),u=v.parse_dat(a),_=u.objs.map(e=>{const t=w.pso_id_to_object_type(e.type_id);return{type:t,id:e.id,group_id:e.group_id,area_id:e.area_id,section_id:e.section_id,position:e.position,rotation:e.rotation,properties:new Map(e.properties.map((e,i)=>3!==i||t!==w.ObjectType.ScriptCollision&&t!==w.ObjectType.ForestConsole&&t!==w.ObjectType.TalkLinkToSupport?4===i&&t===w.ObjectType.RicoMessagePod?["script_label",e]:5===i&&t===w.ObjectType.RicoMessagePod?["script_label_2",e]:[`property_${i}`,e]:["script_label",e])),unknown:e.unknown}}),m=d.prs_decompress(new l.ArrayBufferCursor(o.data,c.Endianness.Little)),O=p.parse_bin(m,function(e,t){const i=new Set([0]);for(const t of e){const e=t.properties.get("script_label");null!=e&&i.add(e);const n=t.properties.get("script_label_2");null!=n&&i.add(n)}for(const e of t)i.add(Math.round(e.script_label));return[...i]}(_,u.npcs),t);let b=h.Episode.I,E=new Map;if(O.object_code.length){let e;for(const t of O.object_code)if(t.type===s.SegmentType.Instructions&&t.labels.includes(0)){e=t;break}e?(b=function(e){const t=e.find(e=>e.opcode===r.Opcode.SET_EPISODE);if(!t)return g.debug("Function 0 has no set_episode instruction."),h.Episode.I;switch(t.args[0].value){default:case 0:return h.Episode.I;case 1:return h.Episode.II;case 2:return h.Episode.IV}}(e.instructions),E=function(e,t,i){const n=new Map;for(const e of i)e.opcode===r.Opcode.BB_MAP_DESIGNATE&&n.set(e.args[0].value,e.args[2].value);return n}(0,0,e.instructions)):g.warn("No instruction for label 0 found.")}else g.warn("File contains no instruction labels.");return{id:O.quest_id,language:O.language,name:O.quest_name,short_description:O.short_description,long_description:O.long_description,episode:b,objects:_,npcs:y(b,u.npcs),dat_unknowns:u.unknowns,object_code:O.object_code,shop_items:O.shop_items,map_designations:E}},t.write_quest_qst=function(e,t){const i=v.write_dat({objs:(n=e.objects,n.map(e=>({type_id:w.object_data(e.type).pso_id,id:e.id,group_id:e.group_id,section_id:e.section_id,position:e.position,rotation:e.rotation,properties:[...e.properties.values()],area_id:e.area_id,unknown:e.unknown}))),npcs:b(e.npcs),unknowns:e.dat_unknowns});var n;const o=p.write_bin(new p.BinFile(e.id,e.language,e.name,e.short_description,e.long_description,e.object_code,e.shop_items)),s=t.lastIndexOf("."),r=-1===s?t.slice(0,11):t.slice(0,Math.min(11,s));return f.write_qst({files:[{name:r+".dat",id:e.id,data:a.prs_compress(new u.ResizableBufferCursor(i,c.Endianness.Little)).array_buffer()},{name:r+".bin",id:e.id,data:a.prs_compress(new l.ArrayBufferCursor(o,c.Endianness.Little)).array_buffer()}]})}},Y3Jw:function(e,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0});const n=i("nN8q"),o=i("FXpb");i("8TW1");class s extends n.ResizableWidget{constructor(e,t){super(o.create_element("ul",{class:"viewer_Model3DSelectListView"})),this.models=e,this.selected=t,this.list_click=e=>{if(e.target instanceof HTMLLIElement&&e.target.dataset.index){this.selected_element&&this.selected_element.classList.remove("active"),e.target.classList.add("active");const t=parseInt(e.target.dataset.index,10);this.selected_element=e.target,this.selected.val=this.models[t]}},this.element.onclick=this.list_click,e.forEach((e,t)=>{this.element.append(o.create_element("li",{text:e.name,data:{index:t.toString()}}))}),this.disposable(t.observe(({value:e})=>{if(this.selected_element&&(this.selected_element.classList.remove("active"),this.selected_element=void 0),e&&e!==this.selected_model){const t=this.models.indexOf(e);-1!==t&&(this.selected_element=this.element.childNodes[t],this.selected_element.classList.add("active"))}})),this.finalize_construction(s.prototype)}set borders(e){e?(this.element.style.borderLeft="var(--border)",this.element.style.borderRight="var(--border)"):(this.element.style.borderLeft="none",this.element.style.borderRight="none")}}t.Model3DSelectListView=s},YkZX:function(e,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0});const n=i("Ftn7"),o=i("Womt"),s=i("c5EP"),r=i("3CEK"),a=i("Tpfs"),d=i("Gc0Z");t.QuestRenderer=class extends n.Renderer{constructor(){super(new o.PerspectiveCamera(60,1,10,1e4)),this._collision_geometry=new o.Object3D,this._render_geometry=new o.Object3D,this._entity_models=new o.Object3D,this.disposer=new a.Disposer,this.entity_to_mesh=new Map,this.model_manager=this.disposer.add(new r.QuestModelManager(this)),this.entity_controls=this.disposer.add(new d.QuestEntityControls(this)),this.load_models=()=>{this.model_manager.load_models(s.quest_editor_store.current_quest.val,s.quest_editor_store.current_area.val)},this.perspective_camera=this.camera,this.disposer.add_all(s.quest_editor_store.current_quest.observe(this.load_models),s.quest_editor_store.current_area.observe(this.load_models),s.quest_editor_store.debug.observe(({value:e})=>this.debug=e)),this.dom_element.addEventListener("mousedown",this.entity_controls.on_mouse_down),this.dom_element.addEventListener("mouseup",this.entity_controls.on_mouse_up),this.dom_element.addEventListener("mousemove",this.entity_controls.on_mouse_move)}get debug(){return super.debug}set debug(e){this.debug!==e&&(super.debug=e,this._render_geometry.visible=e,this.schedule_render())}get collision_geometry(){return this._collision_geometry}set collision_geometry(e){this.scene.remove(this.collision_geometry),this._collision_geometry=e,this.scene.add(e)}get render_geometry(){return this._render_geometry}set render_geometry(e){this.scene.remove(this._render_geometry),this._render_geometry=e,e.visible=this.debug,this.scene.add(e)}get entity_models(){return this._entity_models}dispose(){super.dispose(),this.disposer.dispose()}set_size(e,t){this.perspective_camera.aspect=e/t,this.perspective_camera.updateProjectionMatrix(),super.set_size(e,t)}reset_entity_models(){this.scene.remove(this._entity_models),this._entity_models=new o.Group,this.scene.add(this._entity_models),this.entity_to_mesh.clear()}add_entity_model(e){const t=e.userData.entity;this._entity_models.add(e),this.entity_to_mesh.set(t,e),t===s.quest_editor_store.selected_entity.val&&this.entity_controls.try_highlight(t),this.schedule_render()}get_entity_mesh(e){return this.entity_to_mesh.get(e)}}},Yq7v:function(e,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0});const n=i("nN8q"),o=i("FXpb"),s=i("5aKR"),r=i("c5EP"),a=i("IjTL"),d=i("yQqj");i("egRq");const l=i("PE7g"),u=i("Tpfs"),c=i("yRp4");class _ extends n.ResizableWidget{constructor(){super(o.el.div({class:"quest_editor_EntityInfoView",tab_index:-1})),this.no_entity_view=new s.DisabledView("No entity selected."),this.table_element=o.el.table(),this.pos_x_element=this.disposable(new l.NumberInput(0,{width:80,round_to:3})),this.pos_y_element=this.disposable(new l.NumberInput(0,{width:80,round_to:3})),this.pos_z_element=this.disposable(new l.NumberInput(0,{width:80,round_to:3})),this.world_pos_x_element=this.disposable(new l.NumberInput(0,{width:80,round_to:3})),this.world_pos_y_element=this.disposable(new l.NumberInput(0,{width:80,round_to:3})),this.world_pos_z_element=this.disposable(new l.NumberInput(0,{width:80,round_to:3})),this.entity_disposer=new u.Disposer;const e=r.quest_editor_store.selected_entity,t=e.map(e=>null==e),i="quest_editor_EntityInfoView_coord";this.table_element.append(o.el.tr({},o.el.th({text:"Type:"}),this.type_element=o.el.td()),o.el.tr({},o.el.th({text:"Name:"}),this.name_element=o.el.td()),o.el.tr({},o.el.th({text:"Section:"}),this.section_id_element=o.el.td()),o.el.tr({},o.el.th({text:"Section position:",col_span:2})),o.el.tr({},o.el.th({text:"X:",class:i}),o.el.td({},this.pos_x_element.element)),o.el.tr({},o.el.th({text:"Y:",class:i}),o.el.td({},this.pos_y_element.element)),o.el.tr({},o.el.th({text:"Z:",class:i}),o.el.td({},this.pos_z_element.element)),o.el.tr({},o.el.th({text:"World position:",col_span:2})),o.el.tr({},o.el.th({text:"X:",class:i}),o.el.td({},this.world_pos_x_element.element)),o.el.tr({},o.el.th({text:"Y:",class:i}),o.el.td({},this.world_pos_y_element.element)),o.el.tr({},o.el.th({text:"Z:",class:i}),o.el.td({},this.world_pos_z_element.element))),this.element.append(this.table_element,this.no_entity_view.element),this.element.addEventListener("focus",()=>r.quest_editor_store.undo.make_current(),!0),this.bind_hidden(this.table_element,t),this.disposables(this.no_entity_view.visible.bind_to(t),e.observe(({value:e})=>{if(this.entity_disposer.dispose_all(),e){this.type_element.innerText=e instanceof a.QuestNpcModel?"NPC":"Object";const t=d.entity_data(e.type).name;this.name_element.innerText=t,this.name_element.title=t,this.entity_disposer.add(e.section_id.observe(({value:e})=>{this.section_id_element.innerText=e.toString()},{call_now:!0})),this.observe(e,e.position,!1,this.pos_x_element,this.pos_y_element,this.pos_z_element),this.observe(e,e.world_position,!0,this.world_pos_x_element,this.world_pos_y_element,this.world_pos_z_element)}})),this.finalize_construction(_.prototype)}dispose(){super.dispose(),this.entity_disposer.dispose()}observe(e,t,i,n,o,s){this.entity_disposer.add_all(t.observe(({value:{x:e,y:t,z:i}})=>{n.value.val=e,o.value.val=t,s.value.val=i},{call_now:!0}),n.value.observe(({value:n})=>r.quest_editor_store.push_translate_entity_action(e,e.section.val,e.section.val,t.val,new c.Vec3(n,t.val.y,t.val.z),i)),o.value.observe(({value:n})=>r.quest_editor_store.push_translate_entity_action(e,e.section.val,e.section.val,t.val,new c.Vec3(t.val.x,n,t.val.z),i)),s.value.observe(({value:n})=>r.quest_editor_store.push_translate_entity_action(e,e.section.val,e.section.val,t.val,new c.Vec3(t.val.x,t.val.y,n),i)))}}t.EntityInfoView=_},Yuai:function(e,t,i){"use strict";var n=this&&this.__awaiter||function(e,t,i,n){return new(i||(i=Promise))(function(o,s){function r(e){try{d(n.next(e))}catch(e){s(e)}}function a(e){try{d(n.throw(e))}catch(e){s(e)}}function d(e){e.done?o(e.value):new i(function(t){t(e.value)}).then(r,a)}d((n=n.apply(e,t||[])).next())})};Object.defineProperty(t,"__esModule",{value:!0}),t.load_array_buffer=function(e){return n(this,void 0,void 0,function*(){return(yield fetch("/assets"+e)).arrayBuffer()})}},ZPAt:function(e,t,i){"use strict";var n;Object.defineProperty(t,"__esModule",{value:!0}),function(e){e[e.Any=0]="Any",e[e.Byte=1]="Byte",e[e.Word=2]="Word",e[e.DWord=3]="DWord",e[e.Float=4]="Float",e[e.Label=5]="Label",e[e.ILabel=6]="ILabel",e[e.DLabel=7]="DLabel",e[e.SLabel=8]="SLabel",e[e.String=9]="String",e[e.ILabelVar=10]="ILabelVar",e[e.RegRef=11]="RegRef",e[e.RegTupRef=12]="RegTupRef",e[e.RegRefVar=13]="RegRefVar",e[e.Pointer=14]="Pointer"}(n=t.Kind||(t.Kind={}));const o={kind:n.Any},s={kind:n.Byte},r={kind:n.Word},a={kind:n.DWord},d={kind:n.Float},l={kind:n.Label},u={kind:n.ILabel},c={kind:n.DLabel},_={kind:n.SLabel},p={kind:n.String},v={kind:n.ILabelVar},h={kind:n.RegRef},w={kind:n.RegRefVar},f={kind:n.Pointer};var m,g;t.MIN_SIGNED_DWORD_VALUE=-Math.pow(2,31),t.MAX_SIGNED_DWORD_VALUE=Math.pow(2,31)-1,t.MIN_UNSIGNED_DWORD_VALUE=0,t.MAX_UNSIGNED_DWORD_VALUE=Math.pow(2,32)-1,t.MIN_DWORD_VALUE=t.MIN_SIGNED_DWORD_VALUE,t.MAX_DWORD_VALUE=t.MAX_UNSIGNED_DWORD_VALUE,function(e){e[e.Read=0]="Read",e[e.Write=1]="Write",e[e.ReadWrite=2]="ReadWrite"}(m=t.ParamAccess||(t.ParamAccess={}));class y{constructor(e,t,i){this.type=e,this.doc=t,this.access=i}}t.Param=y,function(e){e[e.Push=0]="Push",e[e.Pop=1]="Pop"}(g=t.StackInteraction||(t.StackInteraction={})),t.OPCODES=[],t.OPCODES_BY_MNEMONIC=new Map;class O{constructor(e,t,i,n,o){this.code=e,this.mnemonic=t,this.doc=i,this.size=this.code<256?1:2,this.params=n,this.stack=o}}O.NOP=t.OPCODES[0]=new O(0,"nop","No operation, does nothing.",[],void 0),O.RET=t.OPCODES[1]=new O(1,"ret","Returns control to caller.",[],void 0),O.SYNC=t.OPCODES[2]=new O(2,"sync","Yields control for the rest of the current frame. Execution will continue the following frame.",[],void 0),O.EXIT=t.OPCODES[3]=new O(3,"exit",void 0,[new y(a,void 0,void 0)],g.Pop),O.THREAD=t.OPCODES[4]=new O(4,"thread","Starts a new thread. Thread execution will start at the given label.\nOften used to check a register every frame. Make sure to yield control with sync when looping.",[new y(u,void 0,void 0)],void 0),O.VA_START=t.OPCODES[5]=new O(5,"va_start","Initializes a variable argument list.\nMake sure to call va_end after va_start and va_call.",[],void 0),O.VA_END=t.OPCODES[6]=new O(6,"va_end","Restores the registers overwritten by arg_push* instructions.\nCalled after va_call.",[],void 0),O.VA_CALL=t.OPCODES[7]=new O(7,"va_call","Calls the variable argument function at the given label.\nCalled after initializing the argument list with va_start and pushing arguments onto the stack with arg_push* instructions. Make sure to call va_end afterwards.",[new y(u,void 0,void 0)],void 0),O.LET=t.OPCODES[8]=new O(8,"let","Sets the first register's value to second one's value.",[new y({kind:n.RegTupRef,register_tuples:[new y(a,void 0,m.Write)]},void 0,void 0),new y({kind:n.RegTupRef,register_tuples:[new y(a,void 0,m.Read)]},void 0,void 0)],void 0),O.LETI=t.OPCODES[9]=new O(9,"leti","Sets a register to the given value.",[new y({kind:n.RegTupRef,register_tuples:[new y(a,void 0,m.Write)]},void 0,void 0),new y(a,void 0,void 0)],void 0),O.LETB=t.OPCODES[10]=new O(10,"letb","Sets a register to the given value.",[new y({kind:n.RegTupRef,register_tuples:[new y(s,void 0,m.Write)]},void 0,void 0),new y(s,void 0,void 0)],void 0),O.LETW=t.OPCODES[11]=new O(11,"letw","Sets a register to the given value.",[new y({kind:n.RegTupRef,register_tuples:[new y(r,void 0,m.Write)]},void 0,void 0),new y(r,void 0,void 0)],void 0),O.LETA=t.OPCODES[12]=new O(12,"leta","Sets the first register to the memory address of the second register. Not used by Sega.",[new y({kind:n.RegTupRef,register_tuples:[new y(f,void 0,m.Write)]},void 0,void 0),new y({kind:n.RegTupRef,register_tuples:[new y(o,void 0,m.Read)]},void 0,void 0)],void 0),O.LETO=t.OPCODES[13]=new O(13,"leto","Sets a register to the memory address of the given label. Not used by Sega.",[new y({kind:n.RegTupRef,register_tuples:[new y(f,void 0,m.Write)]},void 0,void 0),new y(l,void 0,void 0)],void 0),O.UNKNOWN_0E=t.OPCODES[14]=new O(14,"unknown_0e",void 0,[],void 0),O.UNKNOWN_0F=t.OPCODES[15]=new O(15,"unknown_0f",void 0,[],void 0),O.SET=t.OPCODES[16]=new O(16,"set","Sets a register to 1.",[new y({kind:n.RegTupRef,register_tuples:[new y(a,void 0,m.Write)]},void 0,void 0)],void 0),O.CLEAR=t.OPCODES[17]=new O(17,"clear","Sets a register to 0.",[new y({kind:n.RegTupRef,register_tuples:[new y(a,void 0,m.Write)]},void 0,void 0)],void 0),O.REV=t.OPCODES[18]=new O(18,"rev","Sets a register to 1 if its current value is 0, otherwise sets it to 0.",[new y({kind:n.RegTupRef,register_tuples:[new y(a,void 0,m.ReadWrite)]},void 0,void 0)],void 0),O.GSET=t.OPCODES[19]=new O(19,"gset",void 0,[new y(r,void 0,void 0)],void 0),O.GCLEAR=t.OPCODES[20]=new O(20,"gclear",void 0,[new y(r,void 0,void 0)],void 0),O.GREV=t.OPCODES[21]=new O(21,"grev",void 0,[new y(r,void 0,void 0)],void 0),O.GLET=t.OPCODES[22]=new O(22,"glet",void 0,[new y(r,void 0,void 0)],void 0),O.GGET=t.OPCODES[23]=new O(23,"gget","Sets a register to value of the given flag.",[new y(r,void 0,void 0),new y({kind:n.RegTupRef,register_tuples:[new y(r,void 0,m.Write)]},void 0,void 0)],void 0),O.ADD=t.OPCODES[24]=new O(24,"add",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(a,void 0,m.Write)]},void 0,void 0),new y({kind:n.RegTupRef,register_tuples:[new y(a,void 0,m.Read)]},void 0,void 0)],void 0),O.ADDI=t.OPCODES[25]=new O(25,"addi",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(a,void 0,m.Write)]},void 0,void 0),new y(a,void 0,void 0)],void 0),O.SUB=t.OPCODES[26]=new O(26,"sub",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(a,void 0,m.Write)]},void 0,void 0),new y({kind:n.RegTupRef,register_tuples:[new y(a,void 0,m.Read)]},void 0,void 0)],void 0),O.SUBI=t.OPCODES[27]=new O(27,"subi",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(a,void 0,m.Write)]},void 0,void 0),new y(a,void 0,void 0)],void 0),O.MUL=t.OPCODES[28]=new O(28,"mul",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(a,void 0,m.Write)]},void 0,void 0),new y({kind:n.RegTupRef,register_tuples:[new y(a,void 0,m.Read)]},void 0,void 0)],void 0),O.MULI=t.OPCODES[29]=new O(29,"muli",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(a,void 0,m.Write)]},void 0,void 0),new y(a,void 0,void 0)],void 0),O.DIV=t.OPCODES[30]=new O(30,"div",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(a,void 0,m.Write)]},void 0,void 0),new y({kind:n.RegTupRef,register_tuples:[new y(a,void 0,m.Read)]},void 0,void 0)],void 0),O.DIVI=t.OPCODES[31]=new O(31,"divi",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(a,void 0,m.Write)]},void 0,void 0),new y(a,void 0,void 0)],void 0),O.AND=t.OPCODES[32]=new O(32,"and",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(a,void 0,m.Write)]},void 0,void 0),new y({kind:n.RegTupRef,register_tuples:[new y(a,void 0,m.Read)]},void 0,void 0)],void 0),O.ANDI=t.OPCODES[33]=new O(33,"andi",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(a,void 0,m.Write)]},void 0,void 0),new y(a,void 0,void 0)],void 0),O.OR=t.OPCODES[34]=new O(34,"or",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(a,void 0,m.Write)]},void 0,void 0),new y({kind:n.RegTupRef,register_tuples:[new y(a,void 0,m.Read)]},void 0,void 0)],void 0),O.ORI=t.OPCODES[35]=new O(35,"ori",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(a,void 0,m.Write)]},void 0,void 0),new y(a,void 0,void 0)],void 0),O.XOR=t.OPCODES[36]=new O(36,"xor",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(a,void 0,m.Write)]},void 0,void 0),new y({kind:n.RegTupRef,register_tuples:[new y(a,void 0,m.Read)]},void 0,void 0)],void 0),O.XORI=t.OPCODES[37]=new O(37,"xori",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(a,void 0,m.Write)]},void 0,void 0),new y(a,void 0,void 0)],void 0),O.MOD=t.OPCODES[38]=new O(38,"mod",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(a,void 0,m.Write)]},void 0,void 0),new y({kind:n.RegTupRef,register_tuples:[new y(a,void 0,m.Read)]},void 0,void 0)],void 0),O.MODI=t.OPCODES[39]=new O(39,"modi",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(a,void 0,m.Write)]},void 0,void 0),new y(a,void 0,void 0)],void 0),O.JMP=t.OPCODES[40]=new O(40,"jmp",void 0,[new y(u,void 0,void 0)],void 0),O.CALL=t.OPCODES[41]=new O(41,"call",void 0,[new y(u,void 0,void 0)],void 0),O.JMP_ON=t.OPCODES[42]=new O(42,"jmp_on",void 0,[new y(u,void 0,void 0),new y(w,void 0,m.Read)],void 0),O.JMP_OFF=t.OPCODES[43]=new O(43,"jmp_off",void 0,[new y(u,void 0,void 0),new y(w,void 0,m.Read)],void 0),O.JMP_E=t.OPCODES[44]=new O(44,"jmp_=",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(o,void 0,m.Read)]},void 0,void 0),new y({kind:n.RegTupRef,register_tuples:[new y(o,void 0,m.Read)]},void 0,void 0),new y(u,void 0,void 0)],void 0),O.JMPI_E=t.OPCODES[45]=new O(45,"jmpi_=",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(a,void 0,m.Read)]},void 0,void 0),new y(a,void 0,void 0),new y(u,void 0,void 0)],void 0),O.JMP_NE=t.OPCODES[46]=new O(46,"jmp_!=",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(o,void 0,m.Read)]},void 0,void 0),new y({kind:n.RegTupRef,register_tuples:[new y(o,void 0,m.Read)]},void 0,void 0),new y(u,void 0,void 0)],void 0),O.JMPI_NE=t.OPCODES[47]=new O(47,"jmpi_!=",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(a,void 0,m.Read)]},void 0,void 0),new y(a,void 0,void 0),new y(u,void 0,void 0)],void 0),O.UJMP_G=t.OPCODES[48]=new O(48,"ujmp_>",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(a,void 0,m.Read)]},void 0,void 0),new y({kind:n.RegTupRef,register_tuples:[new y(a,void 0,m.Read)]},void 0,void 0),new y(u,void 0,void 0)],void 0),O.UJMPI_G=t.OPCODES[49]=new O(49,"ujmpi_>",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(a,void 0,m.Read)]},void 0,void 0),new y(a,void 0,void 0),new y(u,void 0,void 0)],void 0),O.JMP_G=t.OPCODES[50]=new O(50,"jmp_>",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(a,void 0,m.Read)]},void 0,void 0),new y({kind:n.RegTupRef,register_tuples:[new y(a,void 0,m.Read)]},void 0,void 0),new y(u,void 0,void 0)],void 0),O.JMPI_G=t.OPCODES[51]=new O(51,"jmpi_>",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(a,void 0,m.Read)]},void 0,void 0),new y(a,void 0,void 0),new y(u,void 0,void 0)],void 0),O.UJMP_L=t.OPCODES[52]=new O(52,"ujmp_<",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(a,void 0,m.Read)]},void 0,void 0),new y({kind:n.RegTupRef,register_tuples:[new y(a,void 0,m.Read)]},void 0,void 0),new y(u,void 0,void 0)],void 0),O.UJMPI_L=t.OPCODES[53]=new O(53,"ujmpi_<",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(a,void 0,m.Read)]},void 0,void 0),new y(a,void 0,void 0),new y(u,void 0,void 0)],void 0),O.JMP_L=t.OPCODES[54]=new O(54,"jmp_<",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(a,void 0,m.Read)]},void 0,void 0),new y({kind:n.RegTupRef,register_tuples:[new y(a,void 0,m.Read)]},void 0,void 0),new y(u,void 0,void 0)],void 0),O.JMPI_L=t.OPCODES[55]=new O(55,"jmpi_<",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(a,void 0,m.Read)]},void 0,void 0),new y(a,void 0,void 0),new y(u,void 0,void 0)],void 0),O.UJMP_GE=t.OPCODES[56]=new O(56,"ujmp_>=",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(a,void 0,m.Read)]},void 0,void 0),new y({kind:n.RegTupRef,register_tuples:[new y(a,void 0,m.Read)]},void 0,void 0),new y(u,void 0,void 0)],void 0),O.UJMPI_GE=t.OPCODES[57]=new O(57,"ujmpi_>=",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(a,void 0,m.Read)]},void 0,void 0),new y(a,void 0,void 0),new y(u,void 0,void 0)],void 0),O.JMP_GE=t.OPCODES[58]=new O(58,"jmp_>=",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(a,void 0,m.Read)]},void 0,void 0),new y({kind:n.RegTupRef,register_tuples:[new y(a,void 0,m.Read)]},void 0,void 0),new y(u,void 0,void 0)],void 0),O.JMPI_GE=t.OPCODES[59]=new O(59,"jmpi_>=",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(a,void 0,m.Read)]},void 0,void 0),new y(a,void 0,void 0),new y(u,void 0,void 0)],void 0),O.UJMP_LE=t.OPCODES[60]=new O(60,"ujmp_<=",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(a,void 0,m.Read)]},void 0,void 0),new y({kind:n.RegTupRef,register_tuples:[new y(a,void 0,m.Read)]},void 0,void 0),new y(u,void 0,void 0)],void 0),O.UJMPI_LE=t.OPCODES[61]=new O(61,"ujmpi_<=",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(a,void 0,m.Read)]},void 0,void 0),new y(a,void 0,void 0),new y(u,void 0,void 0)],void 0),O.JMP_LE=t.OPCODES[62]=new O(62,"jmp_<=",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(a,void 0,m.Read)]},void 0,void 0),new y({kind:n.RegTupRef,register_tuples:[new y(a,void 0,m.Read)]},void 0,void 0),new y(u,void 0,void 0)],void 0),O.JMPI_LE=t.OPCODES[63]=new O(63,"jmpi_<=",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(a,void 0,m.Read)]},void 0,void 0),new y(a,void 0,void 0),new y(u,void 0,void 0)],void 0),O.SWITCH_JMP=t.OPCODES[64]=new O(64,"switch_jmp",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(a,void 0,m.Read)]},void 0,void 0),new y(v,void 0,void 0)],void 0),O.SWITCH_CALL=t.OPCODES[65]=new O(65,"switch_call",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(a,void 0,m.Read)]},void 0,void 0),new y(v,void 0,void 0)],void 0),O.STACK_PUSH=t.OPCODES[66]=new O(66,"stack_push",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(o,void 0,m.Read)]},void 0,void 0)],void 0),O.STACK_POP=t.OPCODES[67]=new O(67,"stack_pop",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(o,void 0,m.Write)]},void 0,void 0)],void 0),O.STACK_PUSHM=t.OPCODES[68]=new O(68,"stack_pushm","Pushes the values of an arbitrary amount of registers onto the stack.",[new y(h,void 0,m.Read),new y(a,void 0,void 0)],void 0),O.STACK_POPM=t.OPCODES[69]=new O(69,"stack_popm","Pops an arbitrary amount of values from the stack and writes them to registers.",[new y(h,void 0,m.Write),new y(a,void 0,void 0)],void 0),O.UNKNOWN_46=t.OPCODES[70]=new O(70,"unknown_46",void 0,[],void 0),O.UNKNOWN_47=t.OPCODES[71]=new O(71,"unknown_47",void 0,[],void 0),O.ARG_PUSHR=t.OPCODES[72]=new O(72,"arg_pushr","Pushes the value of the given register onto the stack.",[new y({kind:n.RegTupRef,register_tuples:[new y(o,void 0,m.Read)]},void 0,void 0)],g.Push),O.ARG_PUSHL=t.OPCODES[73]=new O(73,"arg_pushl","Pushes the given value onto the stack.",[new y(a,void 0,void 0)],g.Push),O.ARG_PUSHB=t.OPCODES[74]=new O(74,"arg_pushb","Pushes the given value onto the stack.",[new y(s,void 0,void 0)],g.Push),O.ARG_PUSHW=t.OPCODES[75]=new O(75,"arg_pushw","Pushes the given value onto the stack.",[new y(r,void 0,void 0)],g.Push),O.ARG_PUSHA=t.OPCODES[76]=new O(76,"arg_pusha","Pushes the memory address of the given register onto the stack. Not used by Sega.",[new y({kind:n.RegTupRef,register_tuples:[new y(o,void 0,m.Read)]},void 0,void 0)],g.Push),O.ARG_PUSHO=t.OPCODES[77]=new O(77,"arg_pusho","Pushes the memory address of the given label onto the stack. Not used by Sega.",[new y(l,void 0,void 0)],g.Push),O.ARG_PUSHS=t.OPCODES[78]=new O(78,"arg_pushs","Pushes the given value onto the stack.",[new y(p,void 0,void 0)],g.Push),O.UNKNOWN_4F=t.OPCODES[79]=new O(79,"unknown_4f",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(o,void 0,m.Read)]},void 0,void 0),new y({kind:n.RegTupRef,register_tuples:[new y(o,void 0,m.Read)]},void 0,void 0)],void 0),O.MESSAGE=t.OPCODES[80]=new O(80,"message",void 0,[new y(a,void 0,void 0),new y(p,void 0,void 0)],g.Pop),O.LIST=t.OPCODES[81]=new O(81,"list","Used to display a list of items and retrieve the item selected by the player.\nList items should be seperated by newlines. The selected item's index will be written to the given register.",[new y({kind:n.RegTupRef,register_tuples:[new y(s,void 0,m.Write)]},void 0,void 0),new y(p,void 0,void 0)],g.Pop),O.FADEIN=t.OPCODES[82]=new O(82,"fadein",void 0,[],void 0),O.FADEOUT=t.OPCODES[83]=new O(83,"fadeout",void 0,[],void 0),O.SE=t.OPCODES[84]=new O(84,"se",void 0,[new y(a,void 0,void 0)],g.Pop),O.BGM=t.OPCODES[85]=new O(85,"bgm",void 0,[new y(a,void 0,void 0)],g.Pop),O.UNKNOWN_56=t.OPCODES[86]=new O(86,"unknown_56",void 0,[],void 0),O.UNKNOWN_57=t.OPCODES[87]=new O(87,"unknown_57",void 0,[],void 0),O.ENABLE=t.OPCODES[88]=new O(88,"enable",void 0,[new y(a,void 0,void 0)],g.Pop),O.DISABLE=t.OPCODES[89]=new O(89,"disable",void 0,[new y(a,void 0,void 0)],g.Pop),O.WINDOW_MSG=t.OPCODES[90]=new O(90,"window_msg",void 0,[new y(p,void 0,void 0)],g.Pop),O.ADD_MSG=t.OPCODES[91]=new O(91,"add_msg",void 0,[new y(p,void 0,void 0)],g.Pop),O.MESEND=t.OPCODES[92]=new O(92,"mesend",void 0,[],void 0),O.GETTIME=t.OPCODES[93]=new O(93,"gettime",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(a,void 0,m.Write)]},void 0,void 0)],void 0),O.WINEND=t.OPCODES[94]=new O(94,"winend",void 0,[],void 0),O.UNKNOWN_5F=t.OPCODES[95]=new O(95,"unknown_5f",void 0,[],void 0),O.NPC_CRT_V3=t.OPCODES[96]=new O(96,"npc_crt_v3",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(o,void 0,m.Read)]},void 0,void 0)],void 0),O.NPC_STOP=t.OPCODES[97]=new O(97,"npc_stop",void 0,[new y(a,void 0,void 0)],g.Pop),O.NPC_PLAY=t.OPCODES[98]=new O(98,"npc_play",void 0,[new y(a,void 0,void 0)],g.Pop),O.NPC_KILL=t.OPCODES[99]=new O(99,"npc_kill",void 0,[new y(a,void 0,void 0)],g.Pop),O.NPC_NONT=t.OPCODES[100]=new O(100,"npc_nont",void 0,[],void 0),O.NPC_TALK=t.OPCODES[101]=new O(101,"npc_talk",void 0,[],void 0),O.NPC_CRP_V3=t.OPCODES[102]=new O(102,"npc_crp_v3",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(o,void 0,m.Read),new y(o,void 0,m.Read),new y(o,void 0,m.Read),new y(u,void 0,m.Read),new y(o,void 0,m.Read),new y(o,void 0,m.Read)]},void 0,void 0)],void 0),O.UNKNOWN_67=t.OPCODES[103]=new O(103,"unknown_67",void 0,[],void 0),O.CREATE_PIPE=t.OPCODES[104]=new O(104,"create_pipe",void 0,[new y(a,void 0,void 0)],g.Pop),O.P_HPSTAT_V3=t.OPCODES[105]=new O(105,"p_hpstat_v3",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(o,void 0,m.Read)]},void 0,void 0),new y(a,void 0,void 0)],g.Pop),O.P_DEAD_V3=t.OPCODES[106]=new O(106,"p_dead_v3",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(a,void 0,m.Write)]},void 0,void 0),new y(a,"Player slot.",void 0)],g.Pop),O.P_DISABLEWARP=t.OPCODES[107]=new O(107,"p_disablewarp",void 0,[],void 0),O.P_ENABLEWARP=t.OPCODES[108]=new O(108,"p_enablewarp",void 0,[],void 0),O.P_MOVE_V3=t.OPCODES[109]=new O(109,"p_move_v3",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(o,void 0,m.Read)]},void 0,void 0)],void 0),O.P_LOOK=t.OPCODES[110]=new O(110,"p_look",void 0,[new y(a,void 0,void 0)],g.Pop),O.UNKNOWN_6F=t.OPCODES[111]=new O(111,"unknown_6f",void 0,[],void 0),O.P_ACTION_DISABLE=t.OPCODES[112]=new O(112,"p_action_disable",void 0,[],void 0),O.P_ACTION_ENABLE=t.OPCODES[113]=new O(113,"p_action_enable",void 0,[],void 0),O.DISABLE_MOVEMENT1=t.OPCODES[114]=new O(114,"disable_movement1",void 0,[new y(a,void 0,void 0)],g.Pop),O.ENABLE_MOVEMENT1=t.OPCODES[115]=new O(115,"enable_movement1",void 0,[new y(a,void 0,void 0)],g.Pop),O.P_NONCOL=t.OPCODES[116]=new O(116,"p_noncol",void 0,[],void 0),O.P_COL=t.OPCODES[117]=new O(117,"p_col",void 0,[],void 0),O.P_SETPOS=t.OPCODES[118]=new O(118,"p_setpos","Sets a player's position.",[new y(a,"Player slot.",void 0),new y({kind:n.RegTupRef,register_tuples:[new y(a,"X coordinate.",m.Read),new y(a,"Y coordinate.",m.Read),new y(a,"Z coordinate.",m.Read),new y(a,"Y-axis rotation.",m.Read)]},void 0,void 0)],g.Pop),O.P_RETURN_GUILD=t.OPCODES[119]=new O(119,"p_return_guild",void 0,[],void 0),O.P_TALK_GUILD=t.OPCODES[120]=new O(120,"p_talk_guild",void 0,[new y(a,void 0,void 0)],g.Pop),O.NPC_TALK_PL_V3=t.OPCODES[121]=new O(121,"npc_talk_pl_v3",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(o,void 0,m.Read)]},void 0,void 0)],void 0),O.NPC_TALK_KILL=t.OPCODES[122]=new O(122,"npc_talk_kill",void 0,[new y(a,void 0,void 0)],g.Pop),O.NPC_CRTPK_V3=t.OPCODES[123]=new O(123,"npc_crtpk_v3",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(o,void 0,m.Read)]},void 0,void 0)],void 0),O.NPC_CRPPK_V3=t.OPCODES[124]=new O(124,"npc_crppk_v3",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(o,void 0,m.Read)]},void 0,void 0)],void 0),O.NPC_CRPTALK_V3=t.OPCODES[125]=new O(125,"npc_crptalk_v3",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(o,void 0,m.Read)]},void 0,void 0)],void 0),O.P_LOOK_AT_V1=t.OPCODES[126]=new O(126,"p_look_at_v1",void 0,[new y(a,void 0,void 0),new y(a,void 0,void 0)],g.Pop),O.NPC_CRP_ID_V3=t.OPCODES[127]=new O(127,"npc_crp_id_v3",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(o,void 0,m.Read)]},void 0,void 0)],void 0),O.CAM_QUAKE=t.OPCODES[128]=new O(128,"cam_quake",void 0,[],void 0),O.CAM_ADJ=t.OPCODES[129]=new O(129,"cam_adj",void 0,[],void 0),O.CAM_ZMIN=t.OPCODES[130]=new O(130,"cam_zmin",void 0,[],void 0),O.CAM_ZMOUT=t.OPCODES[131]=new O(131,"cam_zmout",void 0,[],void 0),O.CAM_PAN_V3=t.OPCODES[132]=new O(132,"cam_pan_v3",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(a,void 0,m.Read),new y(a,void 0,m.Read),new y(a,void 0,m.Read),new y(a,void 0,m.Read),new y(a,void 0,m.Read)]},void 0,void 0)],void 0),O.GAME_LEV_SUPER=t.OPCODES[133]=new O(133,"game_lev_super",void 0,[],void 0),O.GAME_LEV_RESET=t.OPCODES[134]=new O(134,"game_lev_reset",void 0,[],void 0),O.POS_PIPE_V3=t.OPCODES[135]=new O(135,"pos_pipe_v3","Create a telepipe at a specific position for the given player slot that takes players back to Pioneer 2 or the Lab.",[new y({kind:n.RegTupRef,register_tuples:[new y(a,"X coordinate.",m.Read),new y(a,"Y coordinate.",m.Read),new y(a,"Z coordinate.",m.Read),new y(a,"Player slot.",m.Read)]},void 0,void 0)],void 0),O.IF_ZONE_CLEAR=t.OPCODES[136]=new O(136,"if_zone_clear",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(a,void 0,m.Write)]},void 0,void 0),new y({kind:n.RegTupRef,register_tuples:[new y(a,void 0,m.Read),new y(a,void 0,m.Read)]},void 0,void 0)],void 0),O.CHK_ENE_NUM=t.OPCODES[137]=new O(137,"chk_ene_num","Retrieves the amount of enemies killed during the quest.",[new y({kind:n.RegTupRef,register_tuples:[new y(a,void 0,m.Write)]},void 0,void 0)],void 0),O.UNHIDE_OBJ=t.OPCODES[138]=new O(138,"unhide_obj",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(a,void 0,m.Read),new y(a,void 0,m.Read),new y(a,void 0,m.Read)]},void 0,void 0)],void 0),O.UNHIDE_ENE=t.OPCODES[139]=new O(139,"unhide_ene",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(a,void 0,m.Read),new y(a,void 0,m.Read),new y(a,void 0,m.Read),new y(a,void 0,m.Read)]},void 0,void 0)],void 0),O.AT_COORDS_CALL=t.OPCODES[140]=new O(140,"at_coords_call",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(a,void 0,m.Read),new y(a,void 0,m.Read),new y(a,void 0,m.Read),new y(a,void 0,m.Read),new y(u,void 0,m.Read)]},void 0,void 0)],void 0),O.AT_COORDS_TALK=t.OPCODES[141]=new O(141,"at_coords_talk",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(a,void 0,m.Read),new y(a,void 0,m.Read),new y(a,void 0,m.Read),new y(a,void 0,m.Read),new y(u,void 0,m.Read)]},void 0,void 0)],void 0),O.COL_NPCIN=t.OPCODES[142]=new O(142,"col_npcin",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(a,void 0,m.Read),new y(a,void 0,m.Read),new y(a,void 0,m.Read),new y(a,void 0,m.Read),new y(u,void 0,m.Read)]},void 0,void 0)],void 0),O.COL_NPCINR=t.OPCODES[143]=new O(143,"col_npcinr",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(o,void 0,m.Read)]},void 0,void 0)],void 0),O.SWITCH_ON=t.OPCODES[144]=new O(144,"switch_on",void 0,[new y(a,void 0,void 0)],g.Pop),O.SWITCH_OFF=t.OPCODES[145]=new O(145,"switch_off",void 0,[new y(a,void 0,void 0)],g.Pop),O.PLAYBGM_EPI=t.OPCODES[146]=new O(146,"playbgm_epi",void 0,[new y(a,void 0,void 0)],g.Pop),O.SET_MAINWARP=t.OPCODES[147]=new O(147,"set_mainwarp",void 0,[new y(a,void 0,void 0)],g.Pop),O.SET_OBJ_PARAM=t.OPCODES[148]=new O(148,"set_obj_param","Creates a targetable object.",[new y({kind:n.RegTupRef,register_tuples:[new y(a,"X coordinate.",m.Read),new y(a,"Y coordinate.",m.Read),new y(a,"Z coordinate.",m.Read),new y(a,"Collision radius.",m.Read),new y(u,"Function label.",m.Read),new y(a,"Vertical position of the cursor.",m.Read)]},void 0,void 0),new y({kind:n.RegTupRef,register_tuples:[new y(o,void 0,m.Write)]},"Object handle.",void 0)],void 0),O.SET_FLOOR_HANDLER=t.OPCODES[149]=new O(149,"set_floor_handler",void 0,[new y(a,"Floor number.",void 0),new y(u,"Handler function label.",void 0)],g.Pop),O.CLR_FLOOR_HANDLER=t.OPCODES[150]=new O(150,"clr_floor_handler",void 0,[new y(a,"Floor number.",void 0)],g.Pop),O.COL_PLINAW=t.OPCODES[151]=new O(151,"col_plinaw",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(o,void 0,m.Read)]},void 0,void 0)],void 0),O.HUD_HIDE=t.OPCODES[152]=new O(152,"hud_hide",void 0,[],void 0),O.HUD_SHOW=t.OPCODES[153]=new O(153,"hud_show",void 0,[],void 0),O.CINE_ENABLE=t.OPCODES[154]=new O(154,"cine_enable",void 0,[],void 0),O.CINE_DISABLE=t.OPCODES[155]=new O(155,"cine_disable",void 0,[],void 0),O.UNKNOWN_9C=t.OPCODES[156]=new O(156,"unknown_9c",void 0,[],void 0),O.UNKNOWN_9D=t.OPCODES[157]=new O(157,"unknown_9d",void 0,[],void 0),O.UNKNOWN_9E=t.OPCODES[158]=new O(158,"unknown_9e",void 0,[],void 0),O.UNKNOWN_9F=t.OPCODES[159]=new O(159,"unknown_9f",void 0,[],void 0),O.UNKNOWN_A0=t.OPCODES[160]=new O(160,"unknown_a0",void 0,[],void 0),O.SET_QT_FAILURE=t.OPCODES[161]=new O(161,"set_qt_failure",void 0,[new y(u,void 0,void 0)],void 0),O.SET_QT_SUCCESS=t.OPCODES[162]=new O(162,"set_qt_success",void 0,[new y(u,void 0,void 0)],void 0),O.CLR_QT_FAILURE=t.OPCODES[163]=new O(163,"clr_qt_failure",void 0,[],void 0),O.CLR_QT_SUCCESS=t.OPCODES[164]=new O(164,"clr_qt_success",void 0,[],void 0),O.SET_QT_CANCEL=t.OPCODES[165]=new O(165,"set_qt_cancel",void 0,[new y(u,void 0,void 0)],void 0),O.CLR_QT_CANCEL=t.OPCODES[166]=new O(166,"clr_qt_cancel",void 0,[],void 0),O.UNKNOWN_A7=t.OPCODES[167]=new O(167,"unknown_a7",void 0,[],void 0),O.PL_WALK_V3=t.OPCODES[168]=new O(168,"pl_walk_v3",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(o,void 0,m.Read)]},void 0,void 0)],void 0),O.UNKNOWN_A9=t.OPCODES[169]=new O(169,"unknown_a9",void 0,[],void 0),O.UNKNOWN_AA=t.OPCODES[170]=new O(170,"unknown_aa",void 0,[],void 0),O.UNKNOWN_AB=t.OPCODES[171]=new O(171,"unknown_ab",void 0,[],void 0),O.UNKNOWN_AC=t.OPCODES[172]=new O(172,"unknown_ac",void 0,[],void 0),O.UNKNOWN_AD=t.OPCODES[173]=new O(173,"unknown_ad",void 0,[],void 0),O.UNKNOWN_AE=t.OPCODES[174]=new O(174,"unknown_ae",void 0,[],void 0),O.UNKNOWN_AF=t.OPCODES[175]=new O(175,"unknown_af",void 0,[],void 0),O.PL_ADD_MESETA=t.OPCODES[176]=new O(176,"pl_add_meseta",void 0,[new y(a,void 0,void 0),new y(a,void 0,void 0)],g.Pop),O.THREAD_STG=t.OPCODES[177]=new O(177,"thread_stg",void 0,[new y(u,void 0,void 0)],void 0),O.DEL_OBJ_PARAM=t.OPCODES[178]=new O(178,"del_obj_param",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(o,void 0,m.Read)]},"Object handle.",void 0)],void 0),O.ITEM_CREATE=t.OPCODES[179]=new O(179,"item_create",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(o,void 0,m.Read)]},void 0,void 0),new y({kind:n.RegTupRef,register_tuples:[new y(o,void 0,m.Read)]},void 0,void 0)],void 0),O.ITEM_CREATE2=t.OPCODES[180]=new O(180,"item_create2",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(o,void 0,m.Read)]},void 0,void 0),new y({kind:n.RegTupRef,register_tuples:[new y(o,void 0,m.Read)]},void 0,void 0)],void 0),O.ITEM_DELETE=t.OPCODES[181]=new O(181,"item_delete",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(o,void 0,m.Read)]},void 0,void 0),new y({kind:n.RegTupRef,register_tuples:[new y(o,void 0,m.Read)]},void 0,void 0)],void 0),O.ITEM_DELETE2=t.OPCODES[182]=new O(182,"item_delete2","Deletes an item from the player's inventory.",[new y({kind:n.RegTupRef,register_tuples:[new y(a,void 0,m.Read),new y(a,void 0,m.Read),new y(a,void 0,m.Read)]},void 0,void 0),new y({kind:n.RegTupRef,register_tuples:[new y(o,void 0,m.Write)]},void 0,void 0)],void 0),O.ITEM_CHECK=t.OPCODES[183]=new O(183,"item_check",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(o,void 0,m.Read)]},void 0,void 0),new y({kind:n.RegTupRef,register_tuples:[new y(o,void 0,m.Read)]},void 0,void 0)],void 0),O.SETEVT=t.OPCODES[184]=new O(184,"setevt",void 0,[new y(a,void 0,void 0)],g.Pop),O.GET_DIFFLVL=t.OPCODES[185]=new O(185,"get_difflvl","Sets the given register to the current difficulty. 0 For normal, 1 for hard and 2 for both very hard and ultimate.\nUse get_difficulty_level2 if you want to differentiate between very hard and ultimate.",[new y({kind:n.RegTupRef,register_tuples:[new y(a,void 0,m.Write)]},void 0,void 0)],void 0),O.SET_QT_EXIT=t.OPCODES[186]=new O(186,"set_qt_exit",void 0,[new y(u,void 0,void 0)],void 0),O.CLR_QT_EXIT=t.OPCODES[187]=new O(187,"clr_qt_exit",void 0,[],void 0),O.UNKNOWN_BC=t.OPCODES[188]=new O(188,"unknown_bc",void 0,[],void 0),O.UNKNOWN_BD=t.OPCODES[189]=new O(189,"unknown_bd",void 0,[],void 0),O.UNKNOWN_BE=t.OPCODES[190]=new O(190,"unknown_be",void 0,[],void 0),O.UNKNOWN_BF=t.OPCODES[191]=new O(191,"unknown_bf",void 0,[],void 0),O.PARTICLE_V3=t.OPCODES[192]=new O(192,"particle_v3",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(o,void 0,m.Read)]},void 0,void 0)],void 0),O.NPC_TEXT=t.OPCODES[193]=new O(193,"npc_text",void 0,[new y(a,void 0,void 0),new y(p,void 0,void 0)],g.Pop),O.NPC_CHKWARP=t.OPCODES[194]=new O(194,"npc_chkwarp",void 0,[],void 0),O.PL_PKOFF=t.OPCODES[195]=new O(195,"pl_pkoff",void 0,[],void 0),O.MAP_DESIGNATE=t.OPCODES[196]=new O(196,"map_designate",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(o,void 0,m.Read)]},void 0,void 0)],void 0),O.MASTERKEY_ON=t.OPCODES[197]=new O(197,"masterkey_on",void 0,[],void 0),O.MASTERKEY_OFF=t.OPCODES[198]=new O(198,"masterkey_off",void 0,[],void 0),O.WINDOW_TIME=t.OPCODES[199]=new O(199,"window_time",void 0,[],void 0),O.WINEND_TIME=t.OPCODES[200]=new O(200,"winend_time",void 0,[],void 0),O.WINSET_TIME=t.OPCODES[201]=new O(201,"winset_time",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(a,void 0,m.Write)]},void 0,void 0)],void 0),O.GETMTIME=t.OPCODES[202]=new O(202,"getmtime",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(o,void 0,m.Write)]},void 0,void 0)],void 0),O.SET_QUEST_BOARD_HANDLER=t.OPCODES[203]=new O(203,"set_quest_board_handler",void 0,[new y(a,void 0,void 0),new y(u,void 0,void 0),new y(p,void 0,void 0)],g.Pop),O.CLEAR_QUEST_BOARD_HANDLER=t.OPCODES[204]=new O(204,"clear_quest_board_handler",void 0,[new y(a,void 0,void 0)],g.Pop),O.PARTICLE_ID_V3=t.OPCODES[205]=new O(205,"particle_id_v3",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(a,void 0,m.Read),new y(a,void 0,m.Read),new y(a,void 0,m.Read),new y(a,void 0,m.Read)]},void 0,void 0)],void 0),O.NPC_CRPTALK_ID_V3=t.OPCODES[206]=new O(206,"npc_crptalk_id_v3",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(o,void 0,m.Read)]},void 0,void 0)],void 0),O.NPC_LANG_CLEAN=t.OPCODES[207]=new O(207,"npc_lang_clean",void 0,[],void 0),O.PL_PKON=t.OPCODES[208]=new O(208,"pl_pkon",void 0,[],void 0),O.PL_CHK_ITEM2=t.OPCODES[209]=new O(209,"pl_chk_item2",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(o,void 0,m.Read)]},void 0,void 0),new y({kind:n.RegTupRef,register_tuples:[new y(o,void 0,m.Read)]},void 0,void 0)],void 0),O.ENABLE_MAINMENU=t.OPCODES[210]=new O(210,"enable_mainmenu",void 0,[],void 0),O.DISABLE_MAINMENU=t.OPCODES[211]=new O(211,"disable_mainmenu",void 0,[],void 0),O.START_BATTLEBGM=t.OPCODES[212]=new O(212,"start_battlebgm",void 0,[],void 0),O.END_BATTLEBGM=t.OPCODES[213]=new O(213,"end_battlebgm",void 0,[],void 0),O.DISP_MSG_QB=t.OPCODES[214]=new O(214,"disp_msg_qb",void 0,[new y(p,void 0,void 0)],g.Pop),O.CLOSE_MSG_QB=t.OPCODES[215]=new O(215,"close_msg_qb",void 0,[],void 0),O.SET_EVENTFLAG_V3=t.OPCODES[216]=new O(216,"set_eventflag_v3",void 0,[new y(a,void 0,void 0),new y(a,void 0,void 0)],g.Pop),O.SYNC_LETI=t.OPCODES[217]=new O(217,"sync_leti",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(a,void 0,m.Write)]},void 0,void 0),new y(a,void 0,void 0)],void 0),O.SET_RETURNHUNTER=t.OPCODES[218]=new O(218,"set_returnhunter",void 0,[],void 0),O.SET_RETURNCITY=t.OPCODES[219]=new O(219,"set_returncity",void 0,[],void 0),O.LOAD_PVR=t.OPCODES[220]=new O(220,"load_pvr",void 0,[],void 0),O.LOAD_MIDI=t.OPCODES[221]=new O(221,"load_midi",void 0,[],void 0),O.UNKNOWN_DE=t.OPCODES[222]=new O(222,"unknown_de",void 0,[],void 0),O.NPC_PARAM_V3=t.OPCODES[223]=new O(223,"npc_param_v3",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(o,void 0,m.Read)]},void 0,void 0),new y(a,void 0,void 0)],g.Pop),O.PAD_DRAGON=t.OPCODES[224]=new O(224,"pad_dragon",void 0,[],void 0),O.CLEAR_MAINWARP=t.OPCODES[225]=new O(225,"clear_mainwarp",void 0,[new y(a,void 0,void 0)],g.Pop),O.PCAM_PARAM_V3=t.OPCODES[226]=new O(226,"pcam_param_v3",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(o,void 0,m.Read)]},void 0,void 0)],void 0),O.START_SETEVT_V3=t.OPCODES[227]=new O(227,"start_setevt_v3",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(o,void 0,m.Read)]},void 0,void 0),new y(a,void 0,void 0)],g.Pop),O.WARP_ON=t.OPCODES[228]=new O(228,"warp_on",void 0,[],void 0),O.WARP_OFF=t.OPCODES[229]=new O(229,"warp_off",void 0,[],void 0),O.GET_SLOTNUMBER=t.OPCODES[230]=new O(230,"get_slotnumber",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(a,void 0,m.Write)]},void 0,void 0)],void 0),O.GET_SERVERNUMBER=t.OPCODES[231]=new O(231,"get_servernumber",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(a,void 0,m.Write)]},void 0,void 0)],void 0),O.SET_EVENTFLAG2=t.OPCODES[232]=new O(232,"set_eventflag2",void 0,[new y(a,void 0,void 0),new y({kind:n.RegTupRef,register_tuples:[new y(o,void 0,m.Read)]},void 0,void 0)],g.Pop),O.RES=t.OPCODES[233]=new O(233,"res",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(o,void 0,m.Read)]},void 0,void 0),new y({kind:n.RegTupRef,register_tuples:[new y(o,void 0,m.Read)]},void 0,void 0)],void 0),O.UNKNOWN_EA=t.OPCODES[234]=new O(234,"unknown_ea",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(o,void 0,m.Read)]},void 0,void 0),new y(a,void 0,void 0)],void 0),O.ENABLE_BGMCTRL=t.OPCODES[235]=new O(235,"enable_bgmctrl",void 0,[new y(a,void 0,void 0)],g.Pop),O.SW_SEND=t.OPCODES[236]=new O(236,"sw_send",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(o,void 0,m.Read)]},void 0,void 0)],void 0),O.CREATE_BGMCTRL=t.OPCODES[237]=new O(237,"create_bgmctrl",void 0,[],void 0),O.PL_ADD_MESETA2=t.OPCODES[238]=new O(238,"pl_add_meseta2",void 0,[new y(a,void 0,void 0)],g.Pop),O.SYNC_REGISTER=t.OPCODES[239]=new O(239,"sync_register",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(a,void 0,m.Write)]},void 0,void 0),new y(a,void 0,void 0)],g.Pop),O.SEND_REGWORK=t.OPCODES[240]=new O(240,"send_regwork",void 0,[],void 0),O.LETI_FIXED_CAMERA_V3=t.OPCODES[241]=new O(241,"leti_fixed_camera_v3",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(a,void 0,m.Read),new y(a,void 0,m.Read),new y(a,void 0,m.Read),new y(a,void 0,m.Read),new y(a,void 0,m.Read),new y(a,void 0,m.Read)]},void 0,void 0)],void 0),O.DEFAULT_CAMERA_POS1=t.OPCODES[242]=new O(242,"default_camera_pos1",void 0,[],void 0),O.UNKNOWN_F3=t.OPCODES[243]=new O(243,"unknown_f3",void 0,[],void 0),O.UNKNOWN_F4=t.OPCODES[244]=new O(244,"unknown_f4",void 0,[],void 0),O.UNKNOWN_F5=t.OPCODES[245]=new O(245,"unknown_f5",void 0,[],void 0),O.UNKNOWN_F6=t.OPCODES[246]=new O(246,"unknown_f6",void 0,[],void 0),O.UNKNOWN_F7=t.OPCODES[247]=new O(247,"unknown_f7",void 0,[],void 0),O.UNKNOWN_F8=t.OPCODES[248]=new O(248,"unknown_f8",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(o,void 0,m.Read)]},void 0,void 0)],void 0),O.UNKNOWN_F9=t.OPCODES[249]=new O(249,"unknown_f9",void 0,[],void 0),O.GET_GC_NUMBER=t.OPCODES[250]=new O(250,"get_gc_number",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(o,void 0,m.Write)]},void 0,void 0)],void 0),O.UNKNOWN_FB=t.OPCODES[251]=new O(251,"unknown_fb",void 0,[new y(r,void 0,void 0)],void 0),O.UNKNOWN_FC=t.OPCODES[252]=new O(252,"unknown_fc",void 0,[],void 0),O.UNKNOWN_FD=t.OPCODES[253]=new O(253,"unknown_fd",void 0,[],void 0),O.UNKNOWN_FE=t.OPCODES[254]=new O(254,"unknown_fe",void 0,[],void 0),O.UNKNOWN_FF=t.OPCODES[255]=new O(255,"unknown_ff",void 0,[],void 0),O.UNKNOWN_F800=t.OPCODES[63488]=new O(63488,"unknown_f800",void 0,[],void 0),O.SET_CHAT_CALLBACK=t.OPCODES[63489]=new O(63489,"set_chat_callback",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(o,void 0,m.Read)]},void 0,void 0),new y(p,void 0,void 0)],g.Pop),O.UNKNOWN_F802=t.OPCODES[63490]=new O(63490,"unknown_f802",void 0,[],void 0),O.UNKNOWN_F803=t.OPCODES[63491]=new O(63491,"unknown_f803",void 0,[],void 0),O.UNKNOWN_F804=t.OPCODES[63492]=new O(63492,"unknown_f804",void 0,[],void 0),O.UNKNOWN_F805=t.OPCODES[63493]=new O(63493,"unknown_f805",void 0,[],void 0),O.UNKNOWN_F806=t.OPCODES[63494]=new O(63494,"unknown_f806",void 0,[],void 0),O.UNKNOWN_F807=t.OPCODES[63495]=new O(63495,"unknown_f807",void 0,[],void 0),O.GET_DIFFICULTY_LEVEL2=t.OPCODES[63496]=new O(63496,"get_difficulty_level2","Sets the given register to the current difficulty. 0 For normal, 1 for hard, 2 for very hard and 3 for ultimate.",[new y({kind:n.RegTupRef,register_tuples:[new y(a,void 0,m.Write)]},void 0,void 0)],void 0),O.GET_NUMBER_OF_PLAYER1=t.OPCODES[63497]=new O(63497,"get_number_of_player1","Set the given register to the current number of players. Either 1, 2, 3 or 4.",[new y({kind:n.RegTupRef,register_tuples:[new y(a,void 0,m.Write)]},void 0,void 0)],void 0),O.GET_COORD_OF_PLAYER=t.OPCODES[63498]=new O(63498,"get_coord_of_player","Retrieves a player's position.",[new y({kind:n.RegTupRef,register_tuples:[new y(a,"X coordinate.",m.Write),new y(a,"Y coordinate.",m.Write),new y(a,"Z coordinate.",m.Write)]},void 0,void 0),new y({kind:n.RegTupRef,register_tuples:[new y(a,"Player slot.",m.Read)]},void 0,void 0)],void 0),O.ENABLE_MAP=t.OPCODES[63499]=new O(63499,"enable_map",void 0,[],void 0),O.DISABLE_MAP=t.OPCODES[63500]=new O(63500,"disable_map",void 0,[],void 0),O.MAP_DESIGNATE_EX=t.OPCODES[63501]=new O(63501,"map_designate_ex",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(a,void 0,m.Read),new y(a,void 0,m.Read),new y(a,void 0,m.Read),new y(a,void 0,m.Read),new y(a,void 0,m.Read)]},void 0,void 0)],void 0),O.UNKNOWN_F80E=t.OPCODES[63502]=new O(63502,"unknown_f80e",void 0,[new y(a,void 0,void 0)],g.Pop),O.UNKNOWN_F80F=t.OPCODES[63503]=new O(63503,"unknown_f80f",void 0,[new y(a,void 0,void 0)],g.Pop),O.BA_INITIAL_FLOOR=t.OPCODES[63504]=new O(63504,"ba_initial_floor",void 0,[new y(a,void 0,void 0)],g.Pop),O.SET_BA_RULES=t.OPCODES[63505]=new O(63505,"set_ba_rules",void 0,[],void 0),O.UNKNOWN_F812=t.OPCODES[63506]=new O(63506,"unknown_f812",void 0,[new y(a,void 0,void 0)],g.Pop),O.UNKNOWN_F813=t.OPCODES[63507]=new O(63507,"unknown_f813",void 0,[new y(a,void 0,void 0)],g.Pop),O.UNKNOWN_F814=t.OPCODES[63508]=new O(63508,"unknown_f814",void 0,[new y(a,void 0,void 0)],g.Pop),O.UNKNOWN_F815=t.OPCODES[63509]=new O(63509,"unknown_f815",void 0,[new y(a,void 0,void 0)],g.Pop),O.UNKNOWN_F816=t.OPCODES[63510]=new O(63510,"unknown_f816",void 0,[new y(a,void 0,void 0)],g.Pop),O.UNKNOWN_F817=t.OPCODES[63511]=new O(63511,"unknown_f817",void 0,[new y(a,void 0,void 0)],g.Pop),O.UNKNOWN_F818=t.OPCODES[63512]=new O(63512,"unknown_f818",void 0,[new y(a,void 0,void 0)],g.Pop),O.UNKNOWN_F819=t.OPCODES[63513]=new O(63513,"unknown_f819",void 0,[new y(a,void 0,void 0)],g.Pop),O.UNKNOWN_F81A=t.OPCODES[63514]=new O(63514,"unknown_f81a",void 0,[new y(a,void 0,void 0)],g.Pop),O.UNKNOWN_F81B=t.OPCODES[63515]=new O(63515,"unknown_f81b",void 0,[new y(a,void 0,void 0)],g.Pop),O.BA_DISP_MSG=t.OPCODES[63516]=new O(63516,"ba_disp_msg",void 0,[new y(p,void 0,void 0)],g.Pop),O.DEATH_LVL_UP=t.OPCODES[63517]=new O(63517,"death_lvl_up",void 0,[new y(a,void 0,void 0)],g.Pop),O.DEATH_TECH_LVL_UP=t.OPCODES[63518]=new O(63518,"death_tech_lvl_up",void 0,[new y(a,void 0,void 0)],g.Pop),O.UNKNOWN_F81F=t.OPCODES[63519]=new O(63519,"unknown_f81f",void 0,[],void 0),O.CMODE_STAGE=t.OPCODES[63520]=new O(63520,"cmode_stage",void 0,[new y(a,void 0,void 0)],g.Pop),O.UNKNOWN_F821=t.OPCODES[63521]=new O(63521,"unknown_f821",void 0,[],void 0),O.UNKNOWN_F822=t.OPCODES[63522]=new O(63522,"unknown_f822",void 0,[],void 0),O.UNKNOWN_F823=t.OPCODES[63523]=new O(63523,"unknown_f823",void 0,[new y(a,void 0,void 0)],g.Pop),O.UNKNOWN_F824=t.OPCODES[63524]=new O(63524,"unknown_f824",void 0,[new y(a,void 0,void 0)],g.Pop),O.EXP_MULTIPLICATION=t.OPCODES[63525]=new O(63525,"exp_multiplication",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(o,void 0,m.Write)]},void 0,void 0)],void 0),O.EXP_DIVISION=t.OPCODES[63526]=new O(63526,"exp_division",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(o,void 0,m.Write)]},void 0,void 0)],void 0),O.GET_USER_IS_DEAD=t.OPCODES[63527]=new O(63527,"get_user_is_dead",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(o,void 0,m.Write)]},void 0,void 0)],void 0),O.GO_FLOOR=t.OPCODES[63528]=new O(63528,"go_floor","Sends a player to the given floor.",[new y({kind:n.RegTupRef,register_tuples:[new y(a,"Player slot.",m.Read)]},void 0,void 0),new y({kind:n.RegTupRef,register_tuples:[new y(a,"Floor ID.",m.Read)]},void 0,void 0)],void 0),O.UNKNOWN_F829=t.OPCODES[63529]=new O(63529,"unknown_f829",void 0,[],void 0),O.UNKNOWN_F82A=t.OPCODES[63530]=new O(63530,"unknown_f82a",void 0,[],void 0),O.UNLOCK_DOOR2=t.OPCODES[63531]=new O(63531,"unlock_door2",void 0,[new y(a,void 0,void 0),new y(a,void 0,void 0)],g.Pop),O.LOCK_DOOR2=t.OPCODES[63532]=new O(63532,"lock_door2",void 0,[new y(a,void 0,void 0),new y(a,void 0,void 0)],g.Pop),O.IF_SWITCH_NOT_PRESSED=t.OPCODES[63533]=new O(63533,"if_switch_not_pressed",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(a,void 0,m.Read),new y(a,void 0,m.Write)]},void 0,void 0)],void 0),O.IF_SWITCH_PRESSED=t.OPCODES[63534]=new O(63534,"if_switch_pressed",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(a,"Floor ID.",m.Read),new y(a,"Switch ID.",m.Read),new y(a,"Will be set to 1 if the switch is pressed, 0 otherwise.",m.Write)]},void 0,void 0)],void 0),O.UNKNOWN_F82F=t.OPCODES[63535]=new O(63535,"unknown_f82f",void 0,[new y(a,void 0,void 0),new y(a,void 0,void 0)],g.Pop),O.CONTROL_DRAGON=t.OPCODES[63536]=new O(63536,"control_dragon",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(a,void 0,m.Read)]},void 0,void 0)],void 0),O.RELEASE_DRAGON=t.OPCODES[63537]=new O(63537,"release_dragon",void 0,[],void 0),O.UNKNOWN_F832=t.OPCODES[63538]=new O(63538,"unknown_f832",void 0,[],void 0),O.UNKNOWN_F833=t.OPCODES[63539]=new O(63539,"unknown_f833",void 0,[],void 0),O.UNKNOWN_F834=t.OPCODES[63540]=new O(63540,"unknown_f834",void 0,[],void 0),O.UNKNOWN_F835=t.OPCODES[63541]=new O(63541,"unknown_f835",void 0,[],void 0),O.UNKNOWN_F836=t.OPCODES[63542]=new O(63542,"unknown_f836",void 0,[],void 0),O.UNKNOWN_F837=t.OPCODES[63543]=new O(63543,"unknown_f837",void 0,[],void 0),O.SHRINK=t.OPCODES[63544]=new O(63544,"shrink",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(a,"Player slot.",m.Read)]},void 0,void 0)],void 0),O.UNSHRINK=t.OPCODES[63545]=new O(63545,"unshrink",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(a,"Player slot.",m.Read)]},void 0,void 0)],void 0),O.UNKNOWN_F83A=t.OPCODES[63546]=new O(63546,"unknown_f83a",void 0,[],void 0),O.UNKNOWN_F83B=t.OPCODES[63547]=new O(63547,"unknown_f83b",void 0,[],void 0),O.DISPLAY_CLOCK2=t.OPCODES[63548]=new O(63548,"display_clock2",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(a,void 0,m.Read)]},void 0,void 0)],void 0),O.UNKNOWN_F83D=t.OPCODES[63549]=new O(63549,"unknown_f83d",void 0,[new y(a,void 0,void 0)],g.Pop),O.DELETE_AREA_TITLE=t.OPCODES[63550]=new O(63550,"delete_area_title",void 0,[new y(a,void 0,void 0)],g.Pop),O.UNKNOWN_F83F=t.OPCODES[63551]=new O(63551,"unknown_f83f",void 0,[],void 0),O.LOAD_NPC_DATA=t.OPCODES[63552]=new O(63552,"load_npc_data",void 0,[],void 0),O.GET_NPC_DATA=t.OPCODES[63553]=new O(63553,"get_npc_data",void 0,[new y(c,void 0,void 0)],void 0),O.UNKNOWN_F842=t.OPCODES[63554]=new O(63554,"unknown_f842",void 0,[],void 0),O.UNKNOWN_F843=t.OPCODES[63555]=new O(63555,"unknown_f843",void 0,[],void 0),O.UNKNOWN_F844=t.OPCODES[63556]=new O(63556,"unknown_f844",void 0,[],void 0),O.UNKNOWN_F845=t.OPCODES[63557]=new O(63557,"unknown_f845",void 0,[],void 0),O.UNKNOWN_F846=t.OPCODES[63558]=new O(63558,"unknown_f846",void 0,[],void 0),O.UNKNOWN_F847=t.OPCODES[63559]=new O(63559,"unknown_f847",void 0,[],void 0),O.GIVE_DAMAGE_SCORE=t.OPCODES[63560]=new O(63560,"give_damage_score",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(a,void 0,m.Write)]},void 0,void 0)],void 0),O.TAKE_DAMAGE_SCORE=t.OPCODES[63561]=new O(63561,"take_damage_score",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(a,void 0,m.Write)]},void 0,void 0)],void 0),O.UNK_SCORE_F84A=t.OPCODES[63562]=new O(63562,"unk_score_f84a",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(a,void 0,m.Write)]},void 0,void 0)],void 0),O.UNK_SCORE_F84B=t.OPCODES[63563]=new O(63563,"unk_score_f84b",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(a,void 0,m.Write)]},void 0,void 0)],void 0),O.KILL_SCORE=t.OPCODES[63564]=new O(63564,"kill_score",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(a,void 0,m.Write)]},void 0,void 0)],void 0),O.DEATH_SCORE=t.OPCODES[63565]=new O(63565,"death_score",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(a,void 0,m.Write)]},void 0,void 0)],void 0),O.UNK_SCORE_F84E=t.OPCODES[63566]=new O(63566,"unk_score_f84e",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(a,void 0,m.Write)]},void 0,void 0)],void 0),O.ENEMY_DEATH_SCORE=t.OPCODES[63567]=new O(63567,"enemy_death_score",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(a,void 0,m.Write)]},void 0,void 0)],void 0),O.MESETA_SCORE=t.OPCODES[63568]=new O(63568,"meseta_score",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(a,void 0,m.Write)]},void 0,void 0)],void 0),O.UNKNOWN_F851=t.OPCODES[63569]=new O(63569,"unknown_f851",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(a,void 0,m.Write)]},void 0,void 0)],void 0),O.UNKNOWN_F852=t.OPCODES[63570]=new O(63570,"unknown_f852",void 0,[new y(a,void 0,void 0)],g.Pop),O.REVERSE_WARPS=t.OPCODES[63571]=new O(63571,"reverse_warps",void 0,[],void 0),O.UNREVERSE_WARPS=t.OPCODES[63572]=new O(63572,"unreverse_warps",void 0,[],void 0),O.SET_ULT_MAP=t.OPCODES[63573]=new O(63573,"set_ult_map",void 0,[],void 0),O.UNSET_ULT_MAP=t.OPCODES[63574]=new O(63574,"unset_ult_map",void 0,[],void 0),O.SET_AREA_TITLE=t.OPCODES[63575]=new O(63575,"set_area_title",void 0,[new y(p,void 0,void 0)],g.Pop),O.UNKNOWN_F858=t.OPCODES[63576]=new O(63576,"unknown_f858",void 0,[],void 0),O.UNKNOWN_F859=t.OPCODES[63577]=new O(63577,"unknown_f859",void 0,[],void 0),O.EQUIP_ITEM=t.OPCODES[63578]=new O(63578,"equip_item",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(a,void 0,m.Read)]},void 0,void 0)],void 0),O.UNEQUIP_ITEM=t.OPCODES[63579]=new O(63579,"unequip_item",void 0,[new y(a,void 0,void 0),new y(a,void 0,void 0)],g.Pop),O.UNKNOWN_F85C=t.OPCODES[63580]=new O(63580,"unknown_f85c",void 0,[],void 0),O.UNKNOWN_F85D=t.OPCODES[63581]=new O(63581,"unknown_f85d",void 0,[],void 0),O.UNKNOWN_F85E=t.OPCODES[63582]=new O(63582,"unknown_f85e",void 0,[new y(a,void 0,void 0)],g.Pop),O.UNKNOWN_F85F=t.OPCODES[63583]=new O(63583,"unknown_f85f",void 0,[new y(a,void 0,void 0)],g.Pop),O.UNKNOWN_F860=t.OPCODES[63584]=new O(63584,"unknown_f860",void 0,[],void 0),O.UNKNOWN_F861=t.OPCODES[63585]=new O(63585,"unknown_f861",void 0,[new y(a,void 0,void 0)],g.Pop),O.UNKNOWN_F862=t.OPCODES[63586]=new O(63586,"unknown_f862",void 0,[],void 0),O.UNKNOWN_F863=t.OPCODES[63587]=new O(63587,"unknown_f863",void 0,[],void 0),O.CMODE_RANK=t.OPCODES[63588]=new O(63588,"cmode_rank",void 0,[new y(a,void 0,void 0),new y(p,void 0,void 0)],g.Pop),O.AWARD_ITEM_NAME=t.OPCODES[63589]=new O(63589,"award_item_name",void 0,[],void 0),O.AWARD_ITEM_SELECT=t.OPCODES[63590]=new O(63590,"award_item_select",void 0,[],void 0),O.AWARD_ITEM_GIVE_TO=t.OPCODES[63591]=new O(63591,"award_item_give_to",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(a,void 0,m.Read)]},void 0,void 0)],void 0),O.UNKNOWN_F868=t.OPCODES[63592]=new O(63592,"unknown_f868",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(o,void 0,m.Write)]},void 0,void 0),new y({kind:n.RegTupRef,register_tuples:[new y(o,void 0,m.Write)]},void 0,void 0)],void 0),O.UNKNOWN_F869=t.OPCODES[63593]=new O(63593,"unknown_f869",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(o,void 0,m.Write)]},void 0,void 0),new y({kind:n.RegTupRef,register_tuples:[new y(o,void 0,m.Write)]},void 0,void 0)],void 0),O.ITEM_CREATE_CMODE=t.OPCODES[63594]=new O(63594,"item_create_cmode",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(o,void 0,m.Write)]},void 0,void 0),new y({kind:n.RegTupRef,register_tuples:[new y(o,void 0,m.Write)]},void 0,void 0)],void 0),O.UNKNOWN_F86B=t.OPCODES[63595]=new O(63595,"unknown_f86b",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(o,void 0,m.Read)]},void 0,void 0)],void 0),O.AWARD_ITEM_OK=t.OPCODES[63596]=new O(63596,"award_item_ok",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(o,void 0,m.Write)]},void 0,void 0)],void 0),O.UNKNOWN_F86D=t.OPCODES[63597]=new O(63597,"unknown_f86d",void 0,[],void 0),O.UNKNOWN_F86E=t.OPCODES[63598]=new O(63598,"unknown_f86e",void 0,[],void 0),O.BA_SET_LIVES=t.OPCODES[63599]=new O(63599,"ba_set_lives",void 0,[new y(a,void 0,void 0)],g.Pop),O.BA_SET_TECH_LVL=t.OPCODES[63600]=new O(63600,"ba_set_tech_lvl",void 0,[new y(a,void 0,void 0)],g.Pop),O.BA_SET_LVL=t.OPCODES[63601]=new O(63601,"ba_set_lvl",void 0,[new y(a,void 0,void 0)],g.Pop),O.BA_SET_TIME_LIMIT=t.OPCODES[63602]=new O(63602,"ba_set_time_limit",void 0,[new y(a,void 0,void 0)],g.Pop),O.BOSS_IS_DEAD=t.OPCODES[63603]=new O(63603,"boss_is_dead",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(o,void 0,m.Write)]},void 0,void 0)],void 0),O.UNKNOWN_F874=t.OPCODES[63604]=new O(63604,"unknown_f874",void 0,[],void 0),O.UNKNOWN_F875=t.OPCODES[63605]=new O(63605,"unknown_f875",void 0,[],void 0),O.UNKNOWN_F876=t.OPCODES[63606]=new O(63606,"unknown_f876",void 0,[],void 0),O.ENABLE_TECHS=t.OPCODES[63607]=new O(63607,"enable_techs","Enables technique use for the given player.",[new y({kind:n.RegTupRef,register_tuples:[new y(a,"Player slot.",m.Read)]},void 0,void 0)],void 0),O.DISABLE_TECHS=t.OPCODES[63608]=new O(63608,"disable_techs","Disables technique use for the given player.",[new y({kind:n.RegTupRef,register_tuples:[new y(a,"Player slot.",m.Read)]},void 0,void 0)],void 0),O.GET_GENDER=t.OPCODES[63609]=new O(63609,"get_gender","Retrieves the player's gender. 0 If male, 1 if female.",[new y({kind:n.RegTupRef,register_tuples:[new y(a,"Player slot.",m.Read)]},void 0,void 0),new y({kind:n.RegTupRef,register_tuples:[new y(a,"Player gender.",m.Write)]},void 0,void 0)],void 0),O.GET_CHARA_CLASS=t.OPCODES[63610]=new O(63610,"get_chara_class","Retrieves the player's race and character class.",[new y({kind:n.RegTupRef,register_tuples:[new y(a,"Player slot.",m.Read)]},void 0,void 0),new y({kind:n.RegTupRef,register_tuples:[new y(a,"Player race. 0 If human, 1 if newman, 2 if cast.",m.Write),new y(a,"Player class. 0 If hunter, 1 if ranger, 2 if force.",m.Write)]},void 0,void 0)],void 0),O.TAKE_SLOT_MESETA=t.OPCODES[63611]=new O(63611,"take_slot_meseta","Takes an amount of meseta from a player's inventory.",[new y({kind:n.RegTupRef,register_tuples:[new y(a,"Player slot.",m.Read),new y(a,"Amount of meseta to take.",m.Read)]},void 0,void 0),new y({kind:n.RegTupRef,register_tuples:[new y(a,"Will be set to 1 if the meseta was taken, 0 otherwise.",m.Write)]},void 0,void 0)],void 0),O.UNKNOWN_F87C=t.OPCODES[63612]=new O(63612,"unknown_f87c",void 0,[],void 0),O.UNKNOWN_F87D=t.OPCODES[63613]=new O(63613,"unknown_f87d",void 0,[],void 0),O.UNKNOWN_F87E=t.OPCODES[63614]=new O(63614,"unknown_f87e",void 0,[],void 0),O.READ_GUILDCARD_FLAG=t.OPCODES[63615]=new O(63615,"read_guildcard_flag",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(o,void 0,m.Write)]},void 0,void 0),new y({kind:n.RegTupRef,register_tuples:[new y(o,void 0,m.Write)]},void 0,void 0)],void 0),O.UNKNOWN_F880=t.OPCODES[63616]=new O(63616,"unknown_f880",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(o,void 0,m.Write)]},void 0,void 0)],void 0),O.GET_PL_NAME=t.OPCODES[63617]=new O(63617,"get_pl_name","Sets the value of to the given player's name.",[new y({kind:n.RegTupRef,register_tuples:[new y(a,"Player slot.",m.Read)]},void 0,void 0)],void 0),O.UNKNOWN_F882=t.OPCODES[63618]=new O(63618,"unknown_f882",void 0,[],void 0),O.UNKNOWN_F883=t.OPCODES[63619]=new O(63619,"unknown_f883",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(o,void 0,m.Write)]},void 0,void 0),new y({kind:n.RegTupRef,register_tuples:[new y(o,void 0,m.Write)]},void 0,void 0)],void 0),O.UNKNOWN_F884=t.OPCODES[63620]=new O(63620,"unknown_f884",void 0,[],void 0),O.UNKNOWN_F885=t.OPCODES[63621]=new O(63621,"unknown_f885",void 0,[],void 0),O.UNKNOWN_F886=t.OPCODES[63622]=new O(63622,"unknown_f886",void 0,[],void 0),O.UNKNOWN_F887=t.OPCODES[63623]=new O(63623,"unknown_f887",void 0,[],void 0),O.UNKNOWN_F888=t.OPCODES[63624]=new O(63624,"unknown_f888",void 0,[],void 0),O.UNKNOWN_F889=t.OPCODES[63625]=new O(63625,"unknown_f889",void 0,[],void 0),O.GET_PLAYER_STATUS=t.OPCODES[63626]=new O(63626,"get_player_status",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(o,void 0,m.Write)]},void 0,void 0),new y({kind:n.RegTupRef,register_tuples:[new y(o,void 0,m.Write)]},void 0,void 0)],void 0),O.SEND_MAIL=t.OPCODES[63627]=new O(63627,"send_mail",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(o,void 0,m.Read)]},void 0,void 0),new y(p,void 0,void 0)],g.Pop),O.ONLINE_CHECK=t.OPCODES[63628]=new O(63628,"online_check",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(o,void 0,m.Write)]},void 0,void 0)],void 0),O.CHL_SET_TIMERECORD=t.OPCODES[63629]=new O(63629,"chl_set_timerecord",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(o,void 0,m.Read)]},void 0,void 0)],void 0),O.CHL_GET_TIMERECORD=t.OPCODES[63630]=new O(63630,"chl_get_timerecord",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(o,void 0,m.Write)]},void 0,void 0)],void 0),O.UNKNOWN_F88F=t.OPCODES[63631]=new O(63631,"unknown_f88f",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(o,void 0,m.Write)]},void 0,void 0)],void 0),O.UNKNOWN_F890=t.OPCODES[63632]=new O(63632,"unknown_f890",void 0,[],void 0),O.LOAD_ENEMY_DATA=t.OPCODES[63633]=new O(63633,"load_enemy_data",void 0,[new y(a,void 0,void 0)],g.Pop),O.GET_PHYSICAL_DATA=t.OPCODES[63634]=new O(63634,"get_physical_data",void 0,[new y(r,void 0,void 0)],void 0),O.GET_ATTACK_DATA=t.OPCODES[63635]=new O(63635,"get_attack_data",void 0,[new y(r,void 0,void 0)],void 0),O.GET_RESIST_DATA=t.OPCODES[63636]=new O(63636,"get_resist_data",void 0,[new y(r,void 0,void 0)],void 0),O.GET_MOVEMENT_DATA=t.OPCODES[63637]=new O(63637,"get_movement_data",void 0,[new y(r,void 0,void 0)],void 0),O.UNKNOWN_F896=t.OPCODES[63638]=new O(63638,"unknown_f896",void 0,[],void 0),O.UNKNOWN_F897=t.OPCODES[63639]=new O(63639,"unknown_f897",void 0,[],void 0),O.SHIFT_LEFT=t.OPCODES[63640]=new O(63640,"shift_left",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(a,void 0,m.Write)]},void 0,void 0),new y({kind:n.RegTupRef,register_tuples:[new y(a,void 0,m.Read)]},void 0,void 0)],void 0),O.SHIFT_RIGHT=t.OPCODES[63641]=new O(63641,"shift_right",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(a,void 0,m.Write)]},void 0,void 0),new y({kind:n.RegTupRef,register_tuples:[new y(a,void 0,m.Read)]},void 0,void 0)],void 0),O.GET_RANDOM=t.OPCODES[63642]=new O(63642,"get_random",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(a,void 0,m.Read),new y(a,void 0,m.Read)]},void 0,void 0),new y({kind:n.RegTupRef,register_tuples:[new y(a,void 0,m.Write)]},void 0,void 0)],void 0),O.RESET_MAP=t.OPCODES[63643]=new O(63643,"reset_map","Sets all registers to 0 and resets the quest.",[],void 0),O.DISP_CHL_RETRY_MENU=t.OPCODES[63644]=new O(63644,"disp_chl_retry_menu",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(o,void 0,m.Write)]},void 0,void 0)],void 0),O.CHL_REVERSER=t.OPCODES[63645]=new O(63645,"chl_reverser",void 0,[],void 0),O.UNKNOWN_F89E=t.OPCODES[63646]=new O(63646,"unknown_f89e",void 0,[new y(a,void 0,void 0)],g.Pop),O.UNKNOWN_F89F=t.OPCODES[63647]=new O(63647,"unknown_f89f",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(o,void 0,m.Write)]},void 0,void 0)],void 0),O.UNKNOWN_F8A0=t.OPCODES[63648]=new O(63648,"unknown_f8a0",void 0,[],void 0),O.UNKNOWN_F8A1=t.OPCODES[63649]=new O(63649,"unknown_f8a1",void 0,[],void 0),O.UNKNOWN_F8A2=t.OPCODES[63650]=new O(63650,"unknown_f8a2",void 0,[],void 0),O.UNKNOWN_F8A3=t.OPCODES[63651]=new O(63651,"unknown_f8a3",void 0,[],void 0),O.UNKNOWN_F8A4=t.OPCODES[63652]=new O(63652,"unknown_f8a4",void 0,[],void 0),O.UNKNOWN_F8A5=t.OPCODES[63653]=new O(63653,"unknown_f8a5",void 0,[],void 0),O.UNKNOWN_F8A6=t.OPCODES[63654]=new O(63654,"unknown_f8a6",void 0,[],void 0),O.UNKNOWN_F8A7=t.OPCODES[63655]=new O(63655,"unknown_f8a7",void 0,[],void 0),O.UNKNOWN_F8A8=t.OPCODES[63656]=new O(63656,"unknown_f8a8",void 0,[new y(a,void 0,void 0)],g.Pop),O.UNKNOWN_F8A9=t.OPCODES[63657]=new O(63657,"unknown_f8a9",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(o,void 0,m.Write)]},void 0,void 0)],void 0),O.UNKNOWN_F8AA=t.OPCODES[63658]=new O(63658,"unknown_f8aa",void 0,[],void 0),O.UNKNOWN_F8AB=t.OPCODES[63659]=new O(63659,"unknown_f8ab",void 0,[],void 0),O.UNKNOWN_F8AC=t.OPCODES[63660]=new O(63660,"unknown_f8ac",void 0,[],void 0),O.GET_NUMBER_OF_PLAYER2=t.OPCODES[63661]=new O(63661,"get_number_of_player2",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(o,void 0,m.Write)]},void 0,void 0)],void 0),O.UNKNOWN_F8AE=t.OPCODES[63662]=new O(63662,"unknown_f8ae",void 0,[],void 0),O.UNKNOWN_F8AF=t.OPCODES[63663]=new O(63663,"unknown_f8af",void 0,[],void 0),O.UNKNOWN_F8B0=t.OPCODES[63664]=new O(63664,"unknown_f8b0",void 0,[],void 0),O.UNKNOWN_F8B1=t.OPCODES[63665]=new O(63665,"unknown_f8b1",void 0,[],void 0),O.UNKNOWN_F8B2=t.OPCODES[63666]=new O(63666,"unknown_f8b2",void 0,[],void 0),O.UNKNOWN_F8B3=t.OPCODES[63667]=new O(63667,"unknown_f8b3",void 0,[],void 0),O.UNKNOWN_F8B4=t.OPCODES[63668]=new O(63668,"unknown_f8b4",void 0,[],void 0),O.UNKNOWN_F8B5=t.OPCODES[63669]=new O(63669,"unknown_f8b5",void 0,[],void 0),O.UNKNOWN_F8B6=t.OPCODES[63670]=new O(63670,"unknown_f8b6",void 0,[],void 0),O.UNKNOWN_F8B7=t.OPCODES[63671]=new O(63671,"unknown_f8b7",void 0,[],void 0),O.UNKNOWN_F8B8=t.OPCODES[63672]=new O(63672,"unknown_f8b8",void 0,[],void 0),O.CHL_RECOVERY=t.OPCODES[63673]=new O(63673,"chl_recovery",void 0,[],void 0),O.UNKNOWN_F8BA=t.OPCODES[63674]=new O(63674,"unknown_f8ba",void 0,[],void 0),O.UNKNOWN_F8BB=t.OPCODES[63675]=new O(63675,"unknown_f8bb",void 0,[],void 0),O.SET_EPISODE=t.OPCODES[63676]=new O(63676,"set_episode",void 0,[new y(a,void 0,void 0)],void 0),O.UNKNOWN_F8BD=t.OPCODES[63677]=new O(63677,"unknown_f8bd",void 0,[],void 0),O.UNKNOWN_F8BE=t.OPCODES[63678]=new O(63678,"unknown_f8be",void 0,[],void 0),O.UNKNOWN_F8BF=t.OPCODES[63679]=new O(63679,"unknown_f8bf",void 0,[],void 0),O.FILE_DL_REQ=t.OPCODES[63680]=new O(63680,"file_dl_req",void 0,[new y(a,void 0,void 0),new y(p,void 0,void 0)],g.Pop),O.GET_DL_STATUS=t.OPCODES[63681]=new O(63681,"get_dl_status",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(o,void 0,m.Write)]},void 0,void 0)],void 0),O.GBA_UNKNOWN4=t.OPCODES[63682]=new O(63682,"gba_unknown4",void 0,[],void 0),O.GET_GBA_STATE=t.OPCODES[63683]=new O(63683,"get_gba_state",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(o,void 0,m.Write)]},void 0,void 0)],void 0),O.UNKNOWN_F8C4=t.OPCODES[63684]=new O(63684,"unknown_f8c4",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(o,void 0,m.Write)]},void 0,void 0)],void 0),O.UNKNOWN_F8C5=t.OPCODES[63685]=new O(63685,"unknown_f8c5",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(o,void 0,m.Write)]},void 0,void 0)],void 0),O.QEXIT=t.OPCODES[63686]=new O(63686,"qexit",void 0,[],void 0),O.USE_ANIMATION=t.OPCODES[63687]=new O(63687,"use_animation",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(a,"Player slot.",m.Read)]},void 0,void 0),new y({kind:n.RegTupRef,register_tuples:[new y(a,"Animation ID.",m.Read),new y(a,"Animation duration in number of frames.",m.Read)]},void 0,void 0)],void 0),O.STOP_ANIMATION=t.OPCODES[63688]=new O(63688,"stop_animation",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(a,"Player slot.",m.Read)]},void 0,void 0)],void 0),O.RUN_TO_COORD=t.OPCODES[63689]=new O(63689,"run_to_coord",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(o,void 0,m.Read)]},void 0,void 0),new y({kind:n.RegTupRef,register_tuples:[new y(o,void 0,m.Read)]},void 0,void 0)],void 0),O.SET_SLOT_INVINCIBLE=t.OPCODES[63690]=new O(63690,"set_slot_invincible",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(a,"Player slot.",m.Read)]},void 0,void 0),new y({kind:n.RegTupRef,register_tuples:[new y(a,void 0,m.Read)]},void 0,void 0)],void 0),O.UNKNOWN_F8CB=t.OPCODES[63691]=new O(63691,"unknown_f8cb",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(o,void 0,m.Read)]},void 0,void 0)],void 0),O.SET_SLOT_POISON=t.OPCODES[63692]=new O(63692,"set_slot_poison",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(a,"Player slot.",m.Read)]},void 0,void 0)],void 0),O.SET_SLOT_PARALYZE=t.OPCODES[63693]=new O(63693,"set_slot_paralyze",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(a,"Player slot.",m.Read)]},void 0,void 0)],void 0),O.SET_SLOT_SHOCK=t.OPCODES[63694]=new O(63694,"set_slot_shock",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(a,"Player slot.",m.Read)]},void 0,void 0)],void 0),O.SET_SLOT_FREEZE=t.OPCODES[63695]=new O(63695,"set_slot_freeze",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(a,"Player slot.",m.Read)]},void 0,void 0)],void 0),O.SET_SLOT_SLOW=t.OPCODES[63696]=new O(63696,"set_slot_slow",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(a,"Player slot.",m.Read)]},void 0,void 0)],void 0),O.SET_SLOT_CONFUSE=t.OPCODES[63697]=new O(63697,"set_slot_confuse",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(a,"Player slot.",m.Read)]},void 0,void 0)],void 0),O.SET_SLOT_SHIFTA=t.OPCODES[63698]=new O(63698,"set_slot_shifta",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(a,"Player slot.",m.Read)]},void 0,void 0)],void 0),O.SET_SLOT_DEBAND=t.OPCODES[63699]=new O(63699,"set_slot_deband",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(a,"Player slot.",m.Read)]},void 0,void 0)],void 0),O.SET_SLOT_JELLEN=t.OPCODES[63700]=new O(63700,"set_slot_jellen",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(a,"Player slot.",m.Read)]},void 0,void 0)],void 0),O.SET_SLOT_ZALURE=t.OPCODES[63701]=new O(63701,"set_slot_zalure",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(a,"Player slot.",m.Read)]},void 0,void 0)],void 0),O.FLETI_FIXED_CAMERA=t.OPCODES[63702]=new O(63702,"fleti_fixed_camera",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(o,void 0,m.Read)]},void 0,void 0)],g.Pop),O.FLETI_LOCKED_CAMERA=t.OPCODES[63703]=new O(63703,"fleti_locked_camera",void 0,[new y(a,void 0,void 0),new y({kind:n.RegTupRef,register_tuples:[new y(o,void 0,m.Read)]},void 0,void 0)],g.Pop),O.DEFAULT_CAMERA_POS2=t.OPCODES[63704]=new O(63704,"default_camera_pos2",void 0,[],void 0),O.SET_MOTION_BLUR=t.OPCODES[63705]=new O(63705,"set_motion_blur",void 0,[],void 0),O.SET_SCREEN_BW=t.OPCODES[63706]=new O(63706,"set_screen_bw",void 0,[],void 0),O.UNKNOWN_F8DB=t.OPCODES[63707]=new O(63707,"unknown_f8db",void 0,[new y(a,void 0,void 0),new y(a,void 0,void 0),new y(a,void 0,void 0),new y(a,void 0,void 0),new y({kind:n.RegTupRef,register_tuples:[new y(o,void 0,m.Read)]},void 0,void 0),new y(r,void 0,void 0)],g.Pop),O.NPC_ACTION_STRING=t.OPCODES[63708]=new O(63708,"npc_action_string",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(a,void 0,m.Read)]},void 0,void 0),new y({kind:n.RegTupRef,register_tuples:[new y(a,void 0,m.Read)]},void 0,void 0),new y(_,void 0,void 0)],void 0),O.GET_PAD_COND=t.OPCODES[63709]=new O(63709,"get_pad_cond",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(o,void 0,m.Write)]},void 0,void 0),new y({kind:n.RegTupRef,register_tuples:[new y(o,void 0,m.Write)]},void 0,void 0)],void 0),O.GET_BUTTON_COND=t.OPCODES[63710]=new O(63710,"get_button_cond",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(o,void 0,m.Write)]},void 0,void 0),new y({kind:n.RegTupRef,register_tuples:[new y(o,void 0,m.Write)]},void 0,void 0)],void 0),O.FREEZE_ENEMIES=t.OPCODES[63711]=new O(63711,"freeze_enemies",void 0,[],void 0),O.UNFREEZE_ENEMIES=t.OPCODES[63712]=new O(63712,"unfreeze_enemies",void 0,[],void 0),O.FREEZE_EVERYTHING=t.OPCODES[63713]=new O(63713,"freeze_everything",void 0,[],void 0),O.UNFREEZE_EVERYTHING=t.OPCODES[63714]=new O(63714,"unfreeze_everything",void 0,[],void 0),O.RESTORE_HP=t.OPCODES[63715]=new O(63715,"restore_hp",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(o,void 0,m.Read)]},void 0,void 0)],void 0),O.RESTORE_TP=t.OPCODES[63716]=new O(63716,"restore_tp",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(o,void 0,m.Read)]},void 0,void 0)],void 0),O.CLOSE_CHAT_BUBBLE=t.OPCODES[63717]=new O(63717,"close_chat_bubble",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(o,void 0,m.Read)]},void 0,void 0)],void 0),O.MOVE_COORDS_OBJECT=t.OPCODES[63718]=new O(63718,"move_coords_object",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(o,void 0,m.Read)]},void 0,void 0),new y({kind:n.RegTupRef,register_tuples:[new y(o,void 0,m.Read)]},void 0,void 0)],void 0),O.AT_COORDS_CALL_EX=t.OPCODES[63719]=new O(63719,"at_coords_call_ex",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(o,void 0,m.Read)]},void 0,void 0),new y({kind:n.RegTupRef,register_tuples:[new y(o,void 0,m.Read)]},void 0,void 0)],void 0),O.UNKNOWN_F8E8=t.OPCODES[63720]=new O(63720,"unknown_f8e8",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(o,void 0,m.Read)]},void 0,void 0),new y({kind:n.RegTupRef,register_tuples:[new y(o,void 0,m.Read)]},void 0,void 0)],void 0),O.UNKNOWN_F8E9=t.OPCODES[63721]=new O(63721,"unknown_f8e9",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(o,void 0,m.Read)]},void 0,void 0),new y({kind:n.RegTupRef,register_tuples:[new y(o,void 0,m.Read)]},void 0,void 0)],void 0),O.UNKNOWN_F8EA=t.OPCODES[63722]=new O(63722,"unknown_f8ea",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(o,void 0,m.Read)]},void 0,void 0),new y({kind:n.RegTupRef,register_tuples:[new y(o,void 0,m.Read)]},void 0,void 0)],void 0),O.UNKNOWN_F8EB=t.OPCODES[63723]=new O(63723,"unknown_f8eb",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(o,void 0,m.Read)]},void 0,void 0),new y({kind:n.RegTupRef,register_tuples:[new y(o,void 0,m.Read)]},void 0,void 0)],void 0),O.UNKNOWN_F8EC=t.OPCODES[63724]=new O(63724,"unknown_f8ec",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(o,void 0,m.Read)]},void 0,void 0),new y({kind:n.RegTupRef,register_tuples:[new y(o,void 0,m.Read)]},void 0,void 0)],void 0),O.ANIMATION_CHECK=t.OPCODES[63725]=new O(63725,"animation_check",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(o,void 0,m.Read)]},void 0,void 0),new y({kind:n.RegTupRef,register_tuples:[new y(o,void 0,m.Read)]},void 0,void 0)],void 0),O.CALL_IMAGE_DATA=t.OPCODES[63726]=new O(63726,"call_image_data",void 0,[new y(a,void 0,void 0),new y(r,void 0,void 0)],g.Pop),O.UNKNOWN_F8EF=t.OPCODES[63727]=new O(63727,"unknown_f8ef",void 0,[],void 0),O.TURN_OFF_BGM_P2=t.OPCODES[63728]=new O(63728,"turn_off_bgm_p2",void 0,[],void 0),O.TURN_ON_BGM_P2=t.OPCODES[63729]=new O(63729,"turn_on_bgm_p2",void 0,[],void 0),O.LOAD_UNK_DATA=t.OPCODES[63730]=new O(63730,"load_unk_data",void 0,[new y(a,void 0,void 0),new y(a,void 0,void 0),new y(a,void 0,void 0),new y(a,void 0,void 0),new y({kind:n.RegTupRef,register_tuples:[new y(o,void 0,m.Read)]},void 0,void 0),new y(c,void 0,void 0)],g.Pop),O.PARTICLE2=t.OPCODES[63731]=new O(63731,"particle2",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(o,void 0,m.Read)]},void 0,void 0),new y(a,void 0,void 0),new y(d,void 0,void 0)],g.Pop),O.UNKNOWN_F8F4=t.OPCODES[63732]=new O(63732,"unknown_f8f4",void 0,[],void 0),O.UNKNOWN_F8F5=t.OPCODES[63733]=new O(63733,"unknown_f8f5",void 0,[],void 0),O.UNKNOWN_F8F6=t.OPCODES[63734]=new O(63734,"unknown_f8f6",void 0,[],void 0),O.UNKNOWN_F8F7=t.OPCODES[63735]=new O(63735,"unknown_f8f7",void 0,[],void 0),O.UNKNOWN_F8F8=t.OPCODES[63736]=new O(63736,"unknown_f8f8",void 0,[],void 0),O.UNKNOWN_F8F9=t.OPCODES[63737]=new O(63737,"unknown_f8f9",void 0,[],void 0),O.UNKNOWN_F8FA=t.OPCODES[63738]=new O(63738,"unknown_f8fa",void 0,[],void 0),O.UNKNOWN_F8FB=t.OPCODES[63739]=new O(63739,"unknown_f8fb",void 0,[],void 0),O.UNKNOWN_F8FC=t.OPCODES[63740]=new O(63740,"unknown_f8fc",void 0,[],void 0),O.UNKNOWN_F8FD=t.OPCODES[63741]=new O(63741,"unknown_f8fd",void 0,[],void 0),O.UNKNOWN_F8FE=t.OPCODES[63742]=new O(63742,"unknown_f8fe",void 0,[],void 0),O.UNKNOWN_F8FF=t.OPCODES[63743]=new O(63743,"unknown_f8ff",void 0,[],void 0),O.UNKNOWN_F900=t.OPCODES[63744]=new O(63744,"unknown_f900",void 0,[],void 0),O.DEC2FLOAT=t.OPCODES[63745]=new O(63745,"dec2float",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(d,void 0,m.Write)]},void 0,void 0),new y({kind:n.RegTupRef,register_tuples:[new y(a,void 0,m.Read)]},void 0,void 0)],void 0),O.FLOAT2DEC=t.OPCODES[63746]=new O(63746,"float2dec",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(a,void 0,m.Write)]},void 0,void 0),new y({kind:n.RegTupRef,register_tuples:[new y(d,void 0,m.Read)]},void 0,void 0)],void 0),O.FLET=t.OPCODES[63747]=new O(63747,"flet",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(d,void 0,m.Write)]},void 0,void 0),new y({kind:n.RegTupRef,register_tuples:[new y(d,void 0,m.Read)]},void 0,void 0)],void 0),O.FLETI=t.OPCODES[63748]=new O(63748,"fleti",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(d,void 0,m.Write)]},void 0,void 0),new y(d,void 0,void 0)],void 0),O.UNKNOWN_F905=t.OPCODES[63749]=new O(63749,"unknown_f905",void 0,[],void 0),O.UNKNOWN_F906=t.OPCODES[63750]=new O(63750,"unknown_f906",void 0,[],void 0),O.UNKNOWN_F907=t.OPCODES[63751]=new O(63751,"unknown_f907",void 0,[],void 0),O.FADD=t.OPCODES[63752]=new O(63752,"fadd",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(d,void 0,m.Write)]},void 0,void 0),new y({kind:n.RegTupRef,register_tuples:[new y(d,void 0,m.Read)]},void 0,void 0)],void 0),O.FADDI=t.OPCODES[63753]=new O(63753,"faddi",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(d,void 0,m.Write)]},void 0,void 0),new y(d,void 0,void 0)],void 0),O.FSUB=t.OPCODES[63754]=new O(63754,"fsub",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(d,void 0,m.Write)]},void 0,void 0),new y({kind:n.RegTupRef,register_tuples:[new y(d,void 0,m.Read)]},void 0,void 0)],void 0),O.FSUBI=t.OPCODES[63755]=new O(63755,"fsubi",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(d,void 0,m.Write)]},void 0,void 0),new y(d,void 0,void 0)],void 0),O.FMUL=t.OPCODES[63756]=new O(63756,"fmul",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(d,void 0,m.Write)]},void 0,void 0),new y({kind:n.RegTupRef,register_tuples:[new y(d,void 0,m.Read)]},void 0,void 0)],void 0),O.FMULI=t.OPCODES[63757]=new O(63757,"fmuli",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(d,void 0,m.Write)]},void 0,void 0),new y(d,void 0,void 0)],void 0),O.FDIV=t.OPCODES[63758]=new O(63758,"fdiv",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(d,void 0,m.Write)]},void 0,void 0),new y({kind:n.RegTupRef,register_tuples:[new y(d,void 0,m.Read)]},void 0,void 0)],void 0),O.FDIVI=t.OPCODES[63759]=new O(63759,"fdivi",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(d,void 0,m.Write)]},void 0,void 0),new y(d,void 0,void 0)],void 0),O.GET_UNKNOWN_COUNT=t.OPCODES[63760]=new O(63760,"get_unknown_count",void 0,[new y(a,void 0,void 0),new y({kind:n.RegTupRef,register_tuples:[new y(a,void 0,m.Write)]},void 0,void 0)],g.Pop),O.GET_STACKABLE_ITEM_COUNT=t.OPCODES[63761]=new O(63761,"get_stackable_item_count",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(a,"Player slot.",m.Read),new y(a,void 0,m.Read),new y(a,void 0,m.Read),new y(a,void 0,m.Read)]},void 0,void 0),new y({kind:n.RegTupRef,register_tuples:[new y(a,void 0,m.Write)]},void 0,void 0)],void 0),O.FREEZE_AND_HIDE_EQUIP=t.OPCODES[63762]=new O(63762,"freeze_and_hide_equip",void 0,[],void 0),O.THAW_AND_SHOW_EQUIP=t.OPCODES[63763]=new O(63763,"thaw_and_show_equip",void 0,[],void 0),O.SET_PALETTEX_CALLBACK=t.OPCODES[63764]=new O(63764,"set_palettex_callback",void 0,[new y(a,"Player slot.",void 0),new y(u,void 0,void 0)],g.Pop),O.ACTIVATE_PALETTEX=t.OPCODES[63765]=new O(63765,"activate_palettex",void 0,[new y(a,"Player slot.",void 0)],g.Pop),O.ENABLE_PALETTEX=t.OPCODES[63766]=new O(63766,"enable_palettex",void 0,[new y(a,"Player slot.",void 0)],g.Pop),O.RESTORE_PALETTEX=t.OPCODES[63767]=new O(63767,"restore_palettex",void 0,[new y(a,"Player slot.",void 0)],g.Pop),O.DISABLE_PALETTEX=t.OPCODES[63768]=new O(63768,"disable_palettex",void 0,[new y(a,"Player slot.",void 0)],g.Pop),O.GET_PALETTEX_ACTIVATED=t.OPCODES[63769]=new O(63769,"get_palettex_activated",void 0,[new y(a,"Player slot.",void 0),new y({kind:n.RegTupRef,register_tuples:[new y(a,void 0,m.Write)]},void 0,void 0)],g.Pop),O.GET_UNKNOWN_PALETTEX_STATUS=t.OPCODES[63770]=new O(63770,"get_unknown_palettex_status",void 0,[new y(a,void 0,void 0),new y({kind:n.RegTupRef,register_tuples:[new y(a,void 0,m.Write)]},void 0,void 0)],g.Pop),O.DISABLE_MOVEMENT2=t.OPCODES[63771]=new O(63771,"disable_movement2",void 0,[new y(a,"Player slot.",void 0)],g.Pop),O.ENABLE_MOVEMENT2=t.OPCODES[63772]=new O(63772,"enable_movement2",void 0,[new y(a,"Player slot.",void 0)],g.Pop),O.GET_TIME_PLAYED=t.OPCODES[63773]=new O(63773,"get_time_played",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(a,void 0,m.Write)]},void 0,void 0)],void 0),O.GET_GUILDCARD_TOTAL=t.OPCODES[63774]=new O(63774,"get_guildcard_total",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(a,void 0,m.Write)]},void 0,void 0)],void 0),O.GET_SLOT_MESETA=t.OPCODES[63775]=new O(63775,"get_slot_meseta",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(a,void 0,m.Write)]},void 0,void 0)],void 0),O.GET_PLAYER_LEVEL=t.OPCODES[63776]=new O(63776,"get_player_level",void 0,[new y(a,"Player slot.",void 0),new y({kind:n.RegTupRef,register_tuples:[new y(a,void 0,m.Write)]},void 0,void 0)],g.Pop),O.GET_SECTION_ID=t.OPCODES[63777]=new O(63777,"get_section_id",void 0,[new y(a,"Player slot.",void 0),new y({kind:n.RegTupRef,register_tuples:[new y(a,void 0,m.Write)]},void 0,void 0)],g.Pop),O.GET_PLAYER_HP=t.OPCODES[63778]=new O(63778,"get_player_hp",void 0,[new y(a,"Player slot.",void 0),new y({kind:n.RegTupRef,register_tuples:[new y(a,"Maximum HP.",m.Write),new y(a,"Current HP.",m.Write),new y(a,"Maximum TP.",m.Write),new y(a,"Current TP.",m.Write)]},void 0,void 0)],g.Pop),O.GET_FLOOR_NUMBER=t.OPCODES[63779]=new O(63779,"get_floor_number",void 0,[new y(a,"Player slot.",void 0),new y({kind:n.RegTupRef,register_tuples:[new y(a,void 0,m.Write)]},void 0,void 0)],g.Pop),O.GET_COORD_PLAYER_DETECT=t.OPCODES[63780]=new O(63780,"get_coord_player_detect",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(o,"Player slot.",m.Read)]},void 0,void 0),new y({kind:n.RegTupRef,register_tuples:[new y(o,void 0,m.Read)]},void 0,void 0)],void 0),O.READ_GLOBAL_FLAG=t.OPCODES[63781]=new O(63781,"read_global_flag",void 0,[new y(a,void 0,void 0),new y({kind:n.RegTupRef,register_tuples:[new y(a,void 0,m.Write)]},void 0,void 0)],g.Pop),O.WRITE_GLOBAL_FLAG=t.OPCODES[63782]=new O(63782,"write_global_flag",void 0,[new y(a,void 0,void 0),new y(a,void 0,void 0)],g.Pop),O.UNKNOWN_F927=t.OPCODES[63783]=new O(63783,"unknown_f927",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(o,void 0,m.Write)]},void 0,void 0),new y({kind:n.RegTupRef,register_tuples:[new y(o,void 0,m.Write)]},void 0,void 0)],void 0),O.FLOOR_PLAYER_DETECT=t.OPCODES[63784]=new O(63784,"floor_player_detect",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(a,void 0,m.Write),new y(a,void 0,m.Write),new y(a,void 0,m.Write),new y(a,void 0,m.Write)]},void 0,void 0)],void 0),O.READ_DISK_FILE=t.OPCODES[63785]=new O(63785,"read_disk_file",void 0,[new y(p,void 0,void 0)],g.Pop),O.OPEN_PACK_SELECT=t.OPCODES[63786]=new O(63786,"open_pack_select",void 0,[],void 0),O.ITEM_SELECT=t.OPCODES[63787]=new O(63787,"item_select",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(o,void 0,m.Write)]},void 0,void 0)],void 0),O.GET_ITEM_ID=t.OPCODES[63788]=new O(63788,"get_item_id",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(o,void 0,m.Write)]},void 0,void 0)],void 0),O.COLOR_CHANGE=t.OPCODES[63789]=new O(63789,"color_change",void 0,[new y(a,void 0,void 0),new y(a,void 0,void 0),new y(a,void 0,void 0),new y(a,void 0,void 0),new y(a,void 0,void 0)],g.Pop),O.SEND_STATISTIC=t.OPCODES[63790]=new O(63790,"send_statistic",void 0,[new y(a,void 0,void 0),new y(a,void 0,void 0),new y(a,void 0,void 0),new y(a,void 0,void 0),new y(a,void 0,void 0),new y(a,void 0,void 0),new y(a,void 0,void 0),new y(a,void 0,void 0)],g.Pop),O.UNKNOWN_F92F=t.OPCODES[63791]=new O(63791,"unknown_f92f",void 0,[new y(a,void 0,void 0),new y(a,void 0,void 0)],g.Pop),O.CHAT_BOX=t.OPCODES[63792]=new O(63792,"chat_box",void 0,[new y(a,void 0,void 0),new y(a,void 0,void 0),new y(a,void 0,void 0),new y(a,void 0,void 0),new y(a,void 0,void 0),new y(p,void 0,void 0)],g.Pop),O.CHAT_BUBBLE=t.OPCODES[63793]=new O(63793,"chat_bubble",void 0,[new y(a,void 0,void 0),new y(p,void 0,void 0)],g.Pop),O.UNKNOWN_F932=t.OPCODES[63794]=new O(63794,"unknown_f932",void 0,[],void 0),O.UNKNOWN_F933=t.OPCODES[63795]=new O(63795,"unknown_f933",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(o,void 0,m.Write)]},void 0,void 0)],void 0),O.SCROLL_TEXT=t.OPCODES[63796]=new O(63796,"scroll_text",void 0,[new y(a,void 0,void 0),new y(a,void 0,void 0),new y(a,void 0,void 0),new y(a,void 0,void 0),new y(a,void 0,void 0),new y(d,void 0,void 0),new y({kind:n.RegTupRef,register_tuples:[new y(a,void 0,m.Write)]},void 0,void 0),new y(p,void 0,void 0)],g.Pop),O.GBA_UNKNOWN1=t.OPCODES[63797]=new O(63797,"gba_unknown1",void 0,[],void 0),O.GBA_UNKNOWN2=t.OPCODES[63798]=new O(63798,"gba_unknown2",void 0,[],void 0),O.GBA_UNKNOWN3=t.OPCODES[63799]=new O(63799,"gba_unknown3",void 0,[],void 0),O.ADD_DAMAGE_TO=t.OPCODES[63800]=new O(63800,"add_damage_to",void 0,[new y(a,void 0,void 0),new y(a,void 0,void 0)],g.Pop),O.ITEM_DELETE3=t.OPCODES[63801]=new O(63801,"item_delete3",void 0,[new y(a,void 0,void 0)],g.Pop),O.GET_ITEM_INFO=t.OPCODES[63802]=new O(63802,"get_item_info",void 0,[new y(a,void 0,void 0),new y({kind:n.RegTupRef,register_tuples:[new y(o,void 0,m.Write)]},void 0,void 0)],g.Pop),O.ITEM_PACKING1=t.OPCODES[63803]=new O(63803,"item_packing1",void 0,[new y(a,void 0,void 0)],g.Pop),O.ITEM_PACKING2=t.OPCODES[63804]=new O(63804,"item_packing2",void 0,[new y(a,void 0,void 0),new y(a,void 0,void 0)],g.Pop),O.GET_LANG_SETTING=t.OPCODES[63805]=new O(63805,"get_lang_setting",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(o,void 0,m.Write)]},void 0,void 0)],g.Pop),O.PREPARE_STATISTIC=t.OPCODES[63806]=new O(63806,"prepare_statistic",void 0,[new y(a,void 0,void 0),new y(u,void 0,void 0),new y(u,void 0,void 0)],g.Pop),O.KEYWORD_DETECT=t.OPCODES[63807]=new O(63807,"keyword_detect",void 0,[],void 0),O.KEYWORD=t.OPCODES[63808]=new O(63808,"keyword",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(a,void 0,m.Write)]},void 0,void 0),new y(a,"Player slot.",void 0),new y(p,void 0,void 0)],g.Pop),O.GET_GUILDCARD_NUM=t.OPCODES[63809]=new O(63809,"get_guildcard_num",void 0,[new y(a,"Player slot.",void 0),new y({kind:n.RegTupRef,register_tuples:[new y(a,void 0,m.Write)]},void 0,void 0)],g.Pop),O.UNKNOWN_F942=t.OPCODES[63810]=new O(63810,"unknown_f942",void 0,[],void 0),O.UNKNOWN_F943=t.OPCODES[63811]=new O(63811,"unknown_f943",void 0,[],void 0),O.GET_WRAP_STATUS=t.OPCODES[63812]=new O(63812,"get_wrap_status",void 0,[new y(a,"Player slot.",void 0),new y({kind:n.RegTupRef,register_tuples:[new y(a,void 0,m.Write)]},void 0,void 0)],g.Pop),O.INITIAL_FLOOR=t.OPCODES[63813]=new O(63813,"initial_floor",void 0,[new y(a,void 0,void 0)],g.Pop),O.SIN=t.OPCODES[63814]=new O(63814,"sin",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(a,void 0,m.Write)]},void 0,void 0),new y(a,void 0,void 0)],g.Pop),O.COS=t.OPCODES[63815]=new O(63815,"cos",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(a,void 0,m.Write)]},void 0,void 0),new y(a,void 0,void 0)],g.Pop),O.UNKNOWN_F948=t.OPCODES[63816]=new O(63816,"unknown_f948",void 0,[],void 0),O.UNKNOWN_F949=t.OPCODES[63817]=new O(63817,"unknown_f949",void 0,[],void 0),O.BOSS_IS_DEAD2=t.OPCODES[63818]=new O(63818,"boss_is_dead2",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(a,void 0,m.Write)]},void 0,void 0)],void 0),O.UNKNOWN_F94B=t.OPCODES[63819]=new O(63819,"unknown_f94b",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(a,void 0,m.Write)]},void 0,void 0)],void 0),O.UNKNOWN_F94C=t.OPCODES[63820]=new O(63820,"unknown_f94c",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(a,void 0,m.Write)]},void 0,void 0)],void 0),O.IS_THERE_CARDBATTLE=t.OPCODES[63821]=new O(63821,"is_there_cardbattle",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(a,void 0,m.Write)]},void 0,void 0)],void 0),O.UNKNOWN_F94E=t.OPCODES[63822]=new O(63822,"unknown_f94e",void 0,[],void 0),O.UNKNOWN_F94F=t.OPCODES[63823]=new O(63823,"unknown_f94f",void 0,[],void 0),O.BB_P2_MENU=t.OPCODES[63824]=new O(63824,"bb_p2_menu",void 0,[new y(a,void 0,void 0)],g.Pop),O.BB_MAP_DESIGNATE=t.OPCODES[63825]=new O(63825,"bb_map_designate",void 0,[new y(s,void 0,void 0),new y(r,void 0,void 0),new y(s,void 0,void 0),new y(s,void 0,void 0)],void 0),O.BB_GET_NUMBER_IN_PACK=t.OPCODES[63826]=new O(63826,"bb_get_number_in_pack",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(a,void 0,m.Write)]},void 0,void 0)],void 0),O.BB_SWAP_ITEM=t.OPCODES[63827]=new O(63827,"bb_swap_item",void 0,[new y(a,void 0,void 0),new y(a,void 0,void 0),new y(a,void 0,void 0),new y(a,void 0,void 0),new y(a,void 0,void 0),new y(a,void 0,void 0),new y(u,void 0,void 0),new y(u,void 0,void 0)],g.Pop),O.BB_CHECK_WRAP=t.OPCODES[63828]=new O(63828,"bb_check_wrap",void 0,[new y(a,void 0,void 0),new y({kind:n.RegTupRef,register_tuples:[new y(a,void 0,m.Write)]},void 0,void 0)],g.Pop),O.BB_EXCHANGE_PD_ITEM=t.OPCODES[63829]=new O(63829,"bb_exchange_pd_item",void 0,[new y(a,void 0,void 0),new y(a,void 0,void 0),new y(a,void 0,void 0),new y(u,void 0,void 0),new y(u,void 0,void 0)],g.Pop),O.BB_EXCHANGE_PD_SRANK=t.OPCODES[63830]=new O(63830,"bb_exchange_pd_srank",void 0,[new y(a,void 0,void 0),new y(a,void 0,void 0),new y(a,void 0,void 0),new y(a,void 0,void 0),new y(a,void 0,void 0),new y(u,void 0,void 0),new y(u,void 0,void 0)],g.Pop),O.BB_EXCHANGE_PD_SPECIAL=t.OPCODES[63831]=new O(63831,"bb_exchange_pd_special",void 0,[new y(a,void 0,void 0),new y(a,void 0,void 0),new y(a,void 0,void 0),new y(a,void 0,void 0),new y(a,void 0,void 0),new y(a,void 0,void 0),new y(u,void 0,void 0),new y(u,void 0,void 0)],g.Pop),O.BB_EXCHANGE_PD_PERCENT=t.OPCODES[63832]=new O(63832,"bb_exchange_pd_percent",void 0,[new y(a,void 0,void 0),new y(a,void 0,void 0),new y(a,void 0,void 0),new y(a,void 0,void 0),new y(a,void 0,void 0),new y(a,void 0,void 0),new y(u,void 0,void 0),new y(u,void 0,void 0)],g.Pop),O.UNKNOWN_F959=t.OPCODES[63833]=new O(63833,"unknown_f959",void 0,[new y(a,void 0,void 0)],g.Pop),O.UNKNOWN_F95A=t.OPCODES[63834]=new O(63834,"unknown_f95a",void 0,[],void 0),O.UNKNOWN_F95B=t.OPCODES[63835]=new O(63835,"unknown_f95b",void 0,[],void 0),O.BB_EXCHANGE_SLT=t.OPCODES[63836]=new O(63836,"bb_exchange_slt",void 0,[new y(a,void 0,void 0),new y({kind:n.RegTupRef,register_tuples:[new y(a,void 0,m.Write)]},void 0,void 0),new y(u,void 0,void 0),new y(u,void 0,void 0)],g.Pop),O.BB_EXCHANGE_PC=t.OPCODES[63837]=new O(63837,"bb_exchange_pc",void 0,[],void 0),O.BB_BOX_CREATE_BP=t.OPCODES[63838]=new O(63838,"bb_box_create_bp",void 0,[new y(a,void 0,void 0),new y(d,void 0,void 0),new y(d,void 0,void 0)],g.Pop),O.BB_EXCHANGE_PT=t.OPCODES[63839]=new O(63839,"bb_exchange_pt",void 0,[new y({kind:n.RegTupRef,register_tuples:[new y(a,void 0,m.Write)]},void 0,void 0),new y({kind:n.RegTupRef,register_tuples:[new y(a,void 0,m.Write)]},void 0,void 0),new y(a,void 0,void 0),new y(u,void 0,void 0),new y(u,void 0,void 0)],g.Pop),O.UNKNOWN_F960=t.OPCODES[63840]=new O(63840,"unknown_f960",void 0,[new y(a,void 0,void 0)],g.Pop),O.UNKNOWN_F961=t.OPCODES[63841]=new O(63841,"unknown_f961",void 0,[],void 0),O.UNKNOWN_F962=t.OPCODES[63842]=new O(63842,"unknown_f962",void 0,[],void 0),O.UNKNOWN_F963=t.OPCODES[63843]=new O(63843,"unknown_f963",void 0,[],void 0),O.UNKNOWN_F964=t.OPCODES[63844]=new O(63844,"unknown_f964",void 0,[],void 0),O.UNKNOWN_F965=t.OPCODES[63845]=new O(63845,"unknown_f965",void 0,[],void 0),O.UNKNOWN_F966=t.OPCODES[63846]=new O(63846,"unknown_f966",void 0,[],void 0),O.UNKNOWN_F967=t.OPCODES[63847]=new O(63847,"unknown_f967",void 0,[],void 0),O.UNKNOWN_F968=t.OPCODES[63848]=new O(63848,"unknown_f968",void 0,[],void 0),O.UNKNOWN_F969=t.OPCODES[63849]=new O(63849,"unknown_f969",void 0,[],void 0),O.UNKNOWN_F96A=t.OPCODES[63850]=new O(63850,"unknown_f96a",void 0,[],void 0),O.UNKNOWN_F96B=t.OPCODES[63851]=new O(63851,"unknown_f96b",void 0,[],void 0),O.UNKNOWN_F96C=t.OPCODES[63852]=new O(63852,"unknown_f96c",void 0,[],void 0),O.UNKNOWN_F96D=t.OPCODES[63853]=new O(63853,"unknown_f96d",void 0,[],void 0),O.UNKNOWN_F96E=t.OPCODES[63854]=new O(63854,"unknown_f96e",void 0,[],void 0),O.UNKNOWN_F96F=t.OPCODES[63855]=new O(63855,"unknown_f96f",void 0,[],void 0),O.UNKNOWN_F970=t.OPCODES[63856]=new O(63856,"unknown_f970",void 0,[],void 0),O.UNKNOWN_F971=t.OPCODES[63857]=new O(63857,"unknown_f971",void 0,[],void 0),O.UNKNOWN_F972=t.OPCODES[63858]=new O(63858,"unknown_f972",void 0,[],void 0),O.UNKNOWN_F973=t.OPCODES[63859]=new O(63859,"unknown_f973",void 0,[],void 0),O.UNKNOWN_F974=t.OPCODES[63860]=new O(63860,"unknown_f974",void 0,[],void 0),O.UNKNOWN_F975=t.OPCODES[63861]=new O(63861,"unknown_f975",void 0,[],void 0),O.UNKNOWN_F976=t.OPCODES[63862]=new O(63862,"unknown_f976",void 0,[],void 0),O.UNKNOWN_F977=t.OPCODES[63863]=new O(63863,"unknown_f977",void 0,[],void 0),O.UNKNOWN_F978=t.OPCODES[63864]=new O(63864,"unknown_f978",void 0,[],void 0),O.UNKNOWN_F979=t.OPCODES[63865]=new O(63865,"unknown_f979",void 0,[],void 0),O.UNKNOWN_F97A=t.OPCODES[63866]=new O(63866,"unknown_f97a",void 0,[],void 0),O.UNKNOWN_F97B=t.OPCODES[63867]=new O(63867,"unknown_f97b",void 0,[],void 0),O.UNKNOWN_F97C=t.OPCODES[63868]=new O(63868,"unknown_f97c",void 0,[],void 0),O.UNKNOWN_F97D=t.OPCODES[63869]=new O(63869,"unknown_f97d",void 0,[],void 0),O.UNKNOWN_F97E=t.OPCODES[63870]=new O(63870,"unknown_f97e",void 0,[],void 0),O.UNKNOWN_F97F=t.OPCODES[63871]=new O(63871,"unknown_f97f",void 0,[],void 0),O.UNKNOWN_F980=t.OPCODES[63872]=new O(63872,"unknown_f980",void 0,[],void 0),O.UNKNOWN_F981=t.OPCODES[63873]=new O(63873,"unknown_f981",void 0,[],void 0),O.UNKNOWN_F982=t.OPCODES[63874]=new O(63874,"unknown_f982",void 0,[],void 0),O.UNKNOWN_F983=t.OPCODES[63875]=new O(63875,"unknown_f983",void 0,[],void 0),O.UNKNOWN_F984=t.OPCODES[63876]=new O(63876,"unknown_f984",void 0,[],void 0),O.UNKNOWN_F985=t.OPCODES[63877]=new O(63877,"unknown_f985",void 0,[],void 0),O.UNKNOWN_F986=t.OPCODES[63878]=new O(63878,"unknown_f986",void 0,[],void 0),O.UNKNOWN_F987=t.OPCODES[63879]=new O(63879,"unknown_f987",void 0,[],void 0),O.UNKNOWN_F988=t.OPCODES[63880]=new O(63880,"unknown_f988",void 0,[],void 0),O.UNKNOWN_F989=t.OPCODES[63881]=new O(63881,"unknown_f989",void 0,[],void 0),O.UNKNOWN_F98A=t.OPCODES[63882]=new O(63882,"unknown_f98a",void 0,[],void 0),O.UNKNOWN_F98B=t.OPCODES[63883]=new O(63883,"unknown_f98b",void 0,[],void 0),O.UNKNOWN_F98C=t.OPCODES[63884]=new O(63884,"unknown_f98c",void 0,[],void 0),O.UNKNOWN_F98D=t.OPCODES[63885]=new O(63885,"unknown_f98d",void 0,[],void 0),O.UNKNOWN_F98E=t.OPCODES[63886]=new O(63886,"unknown_f98e",void 0,[],void 0),O.UNKNOWN_F98F=t.OPCODES[63887]=new O(63887,"unknown_f98f",void 0,[],void 0),O.UNKNOWN_F990=t.OPCODES[63888]=new O(63888,"unknown_f990",void 0,[],void 0),O.UNKNOWN_F991=t.OPCODES[63889]=new O(63889,"unknown_f991",void 0,[],void 0),O.UNKNOWN_F992=t.OPCODES[63890]=new O(63890,"unknown_f992",void 0,[],void 0),O.UNKNOWN_F993=t.OPCODES[63891]=new O(63891,"unknown_f993",void 0,[],void 0),O.UNKNOWN_F994=t.OPCODES[63892]=new O(63892,"unknown_f994",void 0,[],void 0),O.UNKNOWN_F995=t.OPCODES[63893]=new O(63893,"unknown_f995",void 0,[],void 0),O.UNKNOWN_F996=t.OPCODES[63894]=new O(63894,"unknown_f996",void 0,[],void 0),O.UNKNOWN_F997=t.OPCODES[63895]=new O(63895,"unknown_f997",void 0,[],void 0),O.UNKNOWN_F998=t.OPCODES[63896]=new O(63896,"unknown_f998",void 0,[],void 0),O.UNKNOWN_F999=t.OPCODES[63897]=new O(63897,"unknown_f999",void 0,[],void 0),O.UNKNOWN_F99A=t.OPCODES[63898]=new O(63898,"unknown_f99a",void 0,[],void 0),O.UNKNOWN_F99B=t.OPCODES[63899]=new O(63899,"unknown_f99b",void 0,[],void 0),O.UNKNOWN_F99C=t.OPCODES[63900]=new O(63900,"unknown_f99c",void 0,[],void 0),O.UNKNOWN_F99D=t.OPCODES[63901]=new O(63901,"unknown_f99d",void 0,[],void 0),O.UNKNOWN_F99E=t.OPCODES[63902]=new O(63902,"unknown_f99e",void 0,[],void 0),O.UNKNOWN_F99F=t.OPCODES[63903]=new O(63903,"unknown_f99f",void 0,[],void 0),O.UNKNOWN_F9A0=t.OPCODES[63904]=new O(63904,"unknown_f9a0",void 0,[],void 0),O.UNKNOWN_F9A1=t.OPCODES[63905]=new O(63905,"unknown_f9a1",void 0,[],void 0),O.UNKNOWN_F9A2=t.OPCODES[63906]=new O(63906,"unknown_f9a2",void 0,[],void 0),O.UNKNOWN_F9A3=t.OPCODES[63907]=new O(63907,"unknown_f9a3",void 0,[],void 0),O.UNKNOWN_F9A4=t.OPCODES[63908]=new O(63908,"unknown_f9a4",void 0,[],void 0),O.UNKNOWN_F9A5=t.OPCODES[63909]=new O(63909,"unknown_f9a5",void 0,[],void 0),O.UNKNOWN_F9A6=t.OPCODES[63910]=new O(63910,"unknown_f9a6",void 0,[],void 0),O.UNKNOWN_F9A7=t.OPCODES[63911]=new O(63911,"unknown_f9a7",void 0,[],void 0),O.UNKNOWN_F9A8=t.OPCODES[63912]=new O(63912,"unknown_f9a8",void 0,[],void 0),O.UNKNOWN_F9A9=t.OPCODES[63913]=new O(63913,"unknown_f9a9",void 0,[],void 0),O.UNKNOWN_F9AA=t.OPCODES[63914]=new O(63914,"unknown_f9aa",void 0,[],void 0),O.UNKNOWN_F9AB=t.OPCODES[63915]=new O(63915,"unknown_f9ab",void 0,[],void 0),O.UNKNOWN_F9AC=t.OPCODES[63916]=new O(63916,"unknown_f9ac",void 0,[],void 0),O.UNKNOWN_F9AD=t.OPCODES[63917]=new O(63917,"unknown_f9ad",void 0,[],void 0),O.UNKNOWN_F9AE=t.OPCODES[63918]=new O(63918,"unknown_f9ae",void 0,[],void 0),O.UNKNOWN_F9AF=t.OPCODES[63919]=new O(63919,"unknown_f9af",void 0,[],void 0),O.UNKNOWN_F9B0=t.OPCODES[63920]=new O(63920,"unknown_f9b0",void 0,[],void 0),O.UNKNOWN_F9B1=t.OPCODES[63921]=new O(63921,"unknown_f9b1",void 0,[],void 0),O.UNKNOWN_F9B2=t.OPCODES[63922]=new O(63922,"unknown_f9b2",void 0,[],void 0),O.UNKNOWN_F9B3=t.OPCODES[63923]=new O(63923,"unknown_f9b3",void 0,[],void 0),O.UNKNOWN_F9B4=t.OPCODES[63924]=new O(63924,"unknown_f9b4",void 0,[],void 0),O.UNKNOWN_F9B5=t.OPCODES[63925]=new O(63925,"unknown_f9b5",void 0,[],void 0),O.UNKNOWN_F9B6=t.OPCODES[63926]=new O(63926,"unknown_f9b6",void 0,[],void 0),O.UNKNOWN_F9B7=t.OPCODES[63927]=new O(63927,"unknown_f9b7",void 0,[],void 0),O.UNKNOWN_F9B8=t.OPCODES[63928]=new O(63928,"unknown_f9b8",void 0,[],void 0),O.UNKNOWN_F9B9=t.OPCODES[63929]=new O(63929,"unknown_f9b9",void 0,[],void 0),O.UNKNOWN_F9BA=t.OPCODES[63930]=new O(63930,"unknown_f9ba",void 0,[],void 0),O.UNKNOWN_F9BB=t.OPCODES[63931]=new O(63931,"unknown_f9bb",void 0,[],void 0),O.UNKNOWN_F9BC=t.OPCODES[63932]=new O(63932,"unknown_f9bc",void 0,[],void 0),O.UNKNOWN_F9BD=t.OPCODES[63933]=new O(63933,"unknown_f9bd",void 0,[],void 0),O.UNKNOWN_F9BE=t.OPCODES[63934]=new O(63934,"unknown_f9be",void 0,[],void 0),O.UNKNOWN_F9BF=t.OPCODES[63935]=new O(63935,"unknown_f9bf",void 0,[],void 0),O.UNKNOWN_F9C0=t.OPCODES[63936]=new O(63936,"unknown_f9c0",void 0,[],void 0),O.UNKNOWN_F9C1=t.OPCODES[63937]=new O(63937,"unknown_f9c1",void 0,[],void 0),O.UNKNOWN_F9C2=t.OPCODES[63938]=new O(63938,"unknown_f9c2",void 0,[],void 0),O.UNKNOWN_F9C3=t.OPCODES[63939]=new O(63939,"unknown_f9c3",void 0,[],void 0),O.UNKNOWN_F9C4=t.OPCODES[63940]=new O(63940,"unknown_f9c4",void 0,[],void 0),O.UNKNOWN_F9C5=t.OPCODES[63941]=new O(63941,"unknown_f9c5",void 0,[],void 0),O.UNKNOWN_F9C6=t.OPCODES[63942]=new O(63942,"unknown_f9c6",void 0,[],void 0),O.UNKNOWN_F9C7=t.OPCODES[63943]=new O(63943,"unknown_f9c7",void 0,[],void 0),O.UNKNOWN_F9C8=t.OPCODES[63944]=new O(63944,"unknown_f9c8",void 0,[],void 0),O.UNKNOWN_F9C9=t.OPCODES[63945]=new O(63945,"unknown_f9c9",void 0,[],void 0),O.UNKNOWN_F9CA=t.OPCODES[63946]=new O(63946,"unknown_f9ca",void 0,[],void 0),O.UNKNOWN_F9CB=t.OPCODES[63947]=new O(63947,"unknown_f9cb",void 0,[],void 0),O.UNKNOWN_F9CC=t.OPCODES[63948]=new O(63948,"unknown_f9cc",void 0,[],void 0),O.UNKNOWN_F9CD=t.OPCODES[63949]=new O(63949,"unknown_f9cd",void 0,[],void 0),O.UNKNOWN_F9CE=t.OPCODES[63950]=new O(63950,"unknown_f9ce",void 0,[],void 0),O.UNKNOWN_F9CF=t.OPCODES[63951]=new O(63951,"unknown_f9cf",void 0,[],void 0),O.UNKNOWN_F9D0=t.OPCODES[63952]=new O(63952,"unknown_f9d0",void 0,[],void 0),O.UNKNOWN_F9D1=t.OPCODES[63953]=new O(63953,"unknown_f9d1",void 0,[],void 0),O.UNKNOWN_F9D2=t.OPCODES[63954]=new O(63954,"unknown_f9d2",void 0,[],void 0),O.UNKNOWN_F9D3=t.OPCODES[63955]=new O(63955,"unknown_f9d3",void 0,[],void 0),O.UNKNOWN_F9D4=t.OPCODES[63956]=new O(63956,"unknown_f9d4",void 0,[],void 0),O.UNKNOWN_F9D5=t.OPCODES[63957]=new O(63957,"unknown_f9d5",void 0,[],void 0),O.UNKNOWN_F9D6=t.OPCODES[63958]=new O(63958,"unknown_f9d6",void 0,[],void 0),O.UNKNOWN_F9D7=t.OPCODES[63959]=new O(63959,"unknown_f9d7",void 0,[],void 0),O.UNKNOWN_F9D8=t.OPCODES[63960]=new O(63960,"unknown_f9d8",void 0,[],void 0),O.UNKNOWN_F9D9=t.OPCODES[63961]=new O(63961,"unknown_f9d9",void 0,[],void 0),O.UNKNOWN_F9DA=t.OPCODES[63962]=new O(63962,"unknown_f9da",void 0,[],void 0),O.UNKNOWN_F9DB=t.OPCODES[63963]=new O(63963,"unknown_f9db",void 0,[],void 0),O.UNKNOWN_F9DC=t.OPCODES[63964]=new O(63964,"unknown_f9dc",void 0,[],void 0),O.UNKNOWN_F9DD=t.OPCODES[63965]=new O(63965,"unknown_f9dd",void 0,[],void 0),O.UNKNOWN_F9DE=t.OPCODES[63966]=new O(63966,"unknown_f9de",void 0,[],void 0),O.UNKNOWN_F9DF=t.OPCODES[63967]=new O(63967,"unknown_f9df",void 0,[],void 0),O.UNKNOWN_F9E0=t.OPCODES[63968]=new O(63968,"unknown_f9e0",void 0,[],void 0),O.UNKNOWN_F9E1=t.OPCODES[63969]=new O(63969,"unknown_f9e1",void 0,[],void 0),O.UNKNOWN_F9E2=t.OPCODES[63970]=new O(63970,"unknown_f9e2",void 0,[],void 0),O.UNKNOWN_F9E3=t.OPCODES[63971]=new O(63971,"unknown_f9e3",void 0,[],void 0),O.UNKNOWN_F9E4=t.OPCODES[63972]=new O(63972,"unknown_f9e4",void 0,[],void 0),O.UNKNOWN_F9E5=t.OPCODES[63973]=new O(63973,"unknown_f9e5",void 0,[],void 0),O.UNKNOWN_F9E6=t.OPCODES[63974]=new O(63974,"unknown_f9e6",void 0,[],void 0),O.UNKNOWN_F9E7=t.OPCODES[63975]=new O(63975,"unknown_f9e7",void 0,[],void 0),O.UNKNOWN_F9E8=t.OPCODES[63976]=new O(63976,"unknown_f9e8",void 0,[],void 0),O.UNKNOWN_F9E9=t.OPCODES[63977]=new O(63977,"unknown_f9e9",void 0,[],void 0),O.UNKNOWN_F9EA=t.OPCODES[63978]=new O(63978,"unknown_f9ea",void 0,[],void 0),O.UNKNOWN_F9EB=t.OPCODES[63979]=new O(63979,"unknown_f9eb",void 0,[],void 0),O.UNKNOWN_F9EC=t.OPCODES[63980]=new O(63980,"unknown_f9ec",void 0,[],void 0),O.UNKNOWN_F9ED=t.OPCODES[63981]=new O(63981,"unknown_f9ed",void 0,[],void 0),O.UNKNOWN_F9EE=t.OPCODES[63982]=new O(63982,"unknown_f9ee",void 0,[],void 0),O.UNKNOWN_F9EF=t.OPCODES[63983]=new O(63983,"unknown_f9ef",void 0,[],void 0),O.UNKNOWN_F9F0=t.OPCODES[63984]=new O(63984,"unknown_f9f0",void 0,[],void 0),O.UNKNOWN_F9F1=t.OPCODES[63985]=new O(63985,"unknown_f9f1",void 0,[],void 0),O.UNKNOWN_F9F2=t.OPCODES[63986]=new O(63986,"unknown_f9f2",void 0,[],void 0),O.UNKNOWN_F9F3=t.OPCODES[63987]=new O(63987,"unknown_f9f3",void 0,[],void 0),O.UNKNOWN_F9F4=t.OPCODES[63988]=new O(63988,"unknown_f9f4",void 0,[],void 0),O.UNKNOWN_F9F5=t.OPCODES[63989]=new O(63989,"unknown_f9f5",void 0,[],void 0),O.UNKNOWN_F9F6=t.OPCODES[63990]=new O(63990,"unknown_f9f6",void 0,[],void 0),O.UNKNOWN_F9F7=t.OPCODES[63991]=new O(63991,"unknown_f9f7",void 0,[],void 0),O.UNKNOWN_F9F8=t.OPCODES[63992]=new O(63992,"unknown_f9f8",void 0,[],void 0),O.UNKNOWN_F9F9=t.OPCODES[63993]=new O(63993,"unknown_f9f9",void 0,[],void 0),O.UNKNOWN_F9FA=t.OPCODES[63994]=new O(63994,"unknown_f9fa",void 0,[],void 0),O.UNKNOWN_F9FB=t.OPCODES[63995]=new O(63995,"unknown_f9fb",void 0,[],void 0),O.UNKNOWN_F9FC=t.OPCODES[63996]=new O(63996,"unknown_f9fc",void 0,[],void 0),O.UNKNOWN_F9FD=t.OPCODES[63997]=new O(63997,"unknown_f9fd",void 0,[],void 0),O.UNKNOWN_F9FE=t.OPCODES[63998]=new O(63998,"unknown_f9fe",void 0,[],void 0),O.UNKNOWN_F9FF=t.OPCODES[63999]=new O(63999,"unknown_f9ff",void 0,[],void 0),t.Opcode=O,t.OPCODES.forEach(e=>{t.OPCODES_BY_MNEMONIC.set(e.mnemonic,e)})},Za3H:function(e,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0});const n=i("FXpb"),o=i("nN8q"),s=i("6cU9"),r=i("w6HN"),a=i("4/Uj"),d=i("KUR2"),l=i("469Q"),u=i("4SjJ");class c extends o.ResizableWidget{constructor(){super(n.el.div({class:"viewer_TextureView"})),this.open_file_button=new s.FileButton("Open file...",{icon_left:n.Icon.File,accept:".xvm"}),this.tool_bar=this.disposable(new r.ToolBar({children:[this.open_file_button]})),this.renderer_view=this.disposable(new d.RendererWidget(new l.TextureRenderer)),this.element.append(this.tool_bar.element,this.renderer_view.element),this.disposable(this.open_file_button.files.observe(({value:e})=>{e.length&&a.texture_store.load_file(e[0])})),this.renderer_view.start_rendering(),this.disposable(u.gui_store.tool.observe(({value:e})=>{e===u.GuiTool.Viewer?this.renderer_view.start_rendering():this.renderer_view.stop_rendering()})),this.finalize_construction(c.prototype)}resize(e,t){return super.resize(e,t),this.renderer_view.resize(e,Math.max(0,t-this.tool_bar.height)),this}}t.TextureView=c},aEXR:function(e,t,i){"use strict";var n=this&&this.__awaiter||function(e,t,i,n){return new(i||(i=Promise))(function(o,s){function r(e){try{d(n.next(e))}catch(e){s(e)}}function a(e){try{d(n.throw(e))}catch(e){s(e)}}function d(e){e.done?o(e.value):new i(function(t){t(e.value)}).then(r,a)}d((n=n.apply(e,t||[])).next())})};Object.defineProperty(t,"__esModule",{value:!0});const o=i("bcBH"),s=i("NRxM"),r=i("XDYw"),a=i("y42t"),d=i("Yuai"),l=i("AUhH"),u=i("eFYZ"),c=new l.LoadingCache,_=new l.LoadingCache;function p(e,t,i){const n=h(e,t,i,"render").then(e=>u.area_geometry_to_sections_and_object_3d(a.parse_area_geometry(new s.ArrayBufferCursor(e,o.Endianness.Little))));return{geometry:n.then(([,e])=>e),sections:n.then(([e])=>e)}}t.load_area_sections=function(e,t,i){return n(this,void 0,void 0,function*(){return c.get_or_set(`${e}-${t}-${i}`,()=>p(e,t,i)).sections})},t.load_area_render_geometry=function(e,t,i){return n(this,void 0,void 0,function*(){return c.get_or_set(`${e}-${t}-${i}`,()=>p(e,t,i)).geometry})},t.load_area_collision_geometry=function(e,t,i){return n(this,void 0,void 0,function*(){return _.get_or_set(`${e}-${t}-${i}`,()=>h(e,t,i,"collision").then(e=>u.area_collision_geometry_to_object_3d(r.parse_area_collision_geometry(new s.ArrayBufferCursor(e,o.Endianness.Little)))))})};const v=[[["city00_00",1],["forest01",1],["forest02",1],["cave01_",6],["cave02_",5],["cave03_",6],["machine01_",6],["machine02_",6],["ancient01_",5],["ancient02_",5],["ancient03_",5],["boss01",1],["boss02",1],["boss03",1],["darkfalz00",1]],[["labo00_00",1],["ruins01_",3],["ruins02_",3],["space01_",3],["space02_",3],["jungle01_00",1],["jungle02_00",1],["jungle03_00",1],["jungle04_",3],["jungle05_00",1],["seabed01_",3],["seabed02_",3],["boss05",1],["boss06",1],["boss07",1],["boss08",1],["jungle06_00",1],["jungle07_",5]],[],[["city02_00",1],["wilds01_00",1],["wilds01_01",1],["wilds01_02",1],["wilds01_03",1],["crater01_00",1],["desert01_",3],["desert02_",3],["desert03_",3],["boss09_00",1]]];function h(e,t,i,o){return n(this,void 0,void 0,function*(){const n=function(e,t,i){16===t&&1===i&&(t=17,i=1);const n=v[e-1];if(0<=t&&t{this._selected_entity.val=void 0,this._current_area.val=e},this.set_selected_entity=e=>{e&&this.current_quest.val&&(this._current_area.val=_.area_store.get_area(this.current_quest.val.episode,e.area_id)),this._selected_entity.val=e},this.new_quest=e=>{this.set_quest(O.create_new_quest(e))},this.open_file=e=>n(this,void 0,void 0,function*(){try{const t=yield r.read_file(e),i=a.parse_quest(new d.ArrayBufferCursor(t,l.Endianness.Little));this.set_quest(i&&new s.QuestModel(i.id,i.language,i.name,i.short_description,i.long_description,i.episode,i.map_designations,i.objects.map(e=>new u.QuestObjectModel(e.type,e.id,e.group_id,e.area_id,e.section_id,e.position,e.rotation,e.properties,e.unknown)),i.npcs.map(e=>new c.QuestNpcModel(e.type,e.pso_type_id,e.npc_id,e.script_label,e.roaming,e.area_id,e.section_id,e.position,e.rotation,e.scale,e.unknown)),i.dat_unknowns,i.object_code,i.shop_items),e.name)}catch(e){b.error("Couldn't read file.",e)}}),this.save_as=()=>{const e=this.current_quest.val;if(!e)return;let t=prompt("File name:");if(!t)return;const i=a.write_quest_qst({id:e.id.val,language:e.language.val,name:e.name.val,short_description:e.short_description.val,long_description:e.long_description.val,episode:e.episode,objects:e.objects.val.map(e=>({type:e.type,area_id:e.area_id,section_id:e.section_id.val,position:e.position.val,rotation:e.rotation.val,unknown:e.unknown,id:e.id,group_id:e.group_id,properties:e.properties})),npcs:e.npcs.val.map(e=>({type:e.type,area_id:e.area_id,section_id:e.section_id.val,position:e.position.val,rotation:e.rotation.val,scale:e.scale,unknown:e.unknown,pso_type_id:e.pso_type_id,npc_id:e.npc_id,script_label:e.script_label,roaming:e.roaming})),dat_unknowns:e.dat_unknowns,object_code:e.object_code,shop_items:e.shop_items,map_designations:e.map_designations.val},t);t.endsWith(".qst")||(t+=".qst");const n=document.createElement("a");n.href=URL.createObjectURL(new Blob([i],{type:"application/octet-stream"})),n.download=t,document.body.appendChild(n),n.click(),URL.revokeObjectURL(n.href),document.body.removeChild(n)},this.push_edit_id_action=e=>{this.current_quest.val&&this.undo.push(new y.EditIdAction(this.current_quest.val,e)).redo()},this.push_edit_name_action=e=>{this.current_quest.val&&this.undo.push(new g.EditNameAction(this.current_quest.val,e)).redo()},this.push_edit_short_description_action=e=>{this.current_quest.val&&this.undo.push(new f.EditShortDescriptionAction(this.current_quest.val,e)).redo()},this.push_edit_long_description_action=e=>{this.current_quest.val&&this.undo.push(new m.EditLongDescriptionAction(this.current_quest.val,e)).redo()},this.push_translate_entity_action=(e,t,i,n,o,s)=>{this.undo.push(new w.TranslateEntityAction(e,t,i,n,o,s)).redo()},this.set_section_on_quest_entity=(e,t)=>{const i=t.find(t=>t.id===e.section_id.val);i?e.set_section(i):b.warn(`Section ${e.section_id.val} not found.`)},this.current_quest_filename=this._current_quest_filename,this.current_quest=this._current_quest,this.current_area=this._current_area,this.selected_entity=this._selected_entity,this.disposer.add(v.gui_store.tool.observe(({value:e})=>{e===v.GuiTool.QuestEditor&&this.undo.make_current()},{call_now:!0}))}dispose(){this.disposer.dispose()}set_quest(e,t){return n(this,void 0,void 0,function*(){if(this.undo.reset(),this._current_area.val=void 0,this._selected_entity.val=void 0,this._current_quest_filename.val=t,this._current_quest.val=e,e){this._current_area.val=_.area_store.get_area(e.episode,0);for(const t of e.area_variants.val){const i=yield _.area_store.get_area_sections(e.episode,t.area.id,t.id);t.sections.val.splice(0,1/0,...i);for(const n of e.objects.val.filter(e=>e.area_id===t.area.id))try{this.set_section_on_quest_entity(n,i)}catch(e){b.error(e)}for(const n of e.npcs.val.filter(e=>e.area_id===t.area.id))try{this.set_section_on_quest_entity(n,i)}catch(e){b.error(e)}}}else b.error("Couldn't parse quest file.")})}}t.QuestEditorStore=E,t.quest_editor_store=new E},dx17:function(e,t,i){"use strict";var n=this&&this.__awaiter||function(e,t,i,n){return new(i||(i=Promise))(function(o,s){function r(e){try{d(n.next(e))}catch(e){s(e)}}function a(e){try{d(n.throw(e))}catch(e){s(e)}}function d(e){e.done?o(e.value):new i(function(t){t(e.value)}).then(r,a)}d((n=n.apply(e,t||[])).next())})},o=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});const s=i("nsCy"),r=i("G+UN"),a=i("6WXA"),d=o(i("GGSb")),l=i("sZ1+"),u=i("lC1H"),c=d.default.get("stores/ItemDropStore");class _{constructor(e){this.enemy_drops=e}}t.ItemDropStore=_;class p{constructor(){this.table=[],this.item_type_to_drops=[];for(let e=0;e=0){const e=new r.SectionModel(d.id,d.position,d.rotation.y);t.push(e),l.userData.section=e}}return[t,i]}},hUhj:function(e,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0});const n=i("nEgy"),o=i("52VV"),s=i("+LO4");t.AbstractProperty=class extends s.AbstractMinimalProperty{map(e){return new n.DependentProperty([this],()=>e(this.val))}flat_map(e){return new o.FlatMappedProperty(this,t=>e(t))}}},hVaW:function(e,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.ASM_SYNTAX={defaultToken:"invalid",tokenizer:{root:[[/"([^"\\]|\\.)*$/,"string.invalid"],[/"/,{token:"string.quote",bracket:"@open",next:"@string"}],[/r\d+/,"predefined"],[/[^\s]+:/,"tag"],[/0x[0-9a-fA-F]+/,"number.hex"],[/-?\d+(\.\d+)?(e-?\d+)?/,"number.float"],[/-?[0-9]+/,"number"],[/\.[^\s]+/,"keyword"],[/[a-z][a-z0-9_=<>!]*/,"identifier"],[/[ \t\r\n]+/,"white"],[/\/\/.*$/,"comment"],[/,/,"delimiter"]],string:[[/[^\\"]+/,"string"],[/\\(?:[n\\"])/,"string.escape"],[/\\./,"string.escape.invalid"],[/"/,{token:"string.quote",bracket:"@close",next:"@pop"}]]}}},iR5r:function(e,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0});const n=i("Womt");function o(e){let t,i;switch(e.format[1]){case 6:t=n.RGBA_S3TC_DXT1_Format,i=e.width*e.height/2;break;case 7:t=n.RGBA_S3TC_DXT3_Format,i=e.width*e.height;break;default:throw new Error(`Format ${e.format.join(", ")} not supported.`)}const o=new n.CompressedTexture([{data:new Uint8Array(e.data,0,i),width:e.width,height:e.height}],e.width,e.height,t);return o.minFilter=n.LinearFilter,o.wrapS=n.MirroredRepeatWrapping,o.wrapT=n.MirroredRepeatWrapping,o.needsUpdate=!0,o}t.xvm_to_textures=function(e){return e.textures.map(o)},t.xvm_texture_to_texture=o},j4Ss:function(e,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0});const n=i("nN8q"),o=i("FXpb"),s=i("rqwK"),r=i("sZ1+");i("Czz9");const a=i("CpvQ"),d=i("yar8"),l=i("ouMO");class u extends n.ResizableWidget{constructor(e){super(o.el.div({class:"hunt_optimizer_MethodsForEpisodeView"})),this.episode=e,this.enemy_types=r.ENEMY_NPC_TYPES.filter(e=>r.npc_data(e).episode===this.episode);const t=l.list_property(),i=this.disposable(new d.Table({class:"hunt_optimizer_MethodsForEpisodeView_table",values:t,sort:e=>{t.sort((t,i)=>{for(const{column:n,direction:o}of e){let e=0;switch(n.key){case"method":e=t.name.localeCompare(i.name);break;case"time":e=t.time.val.as("minutes")-i.time.val.as("minutes");break;default:{const o=r.NpcType[n.key];o&&(e=(t.enemy_counts.get(o)||0)-(i.enemy_counts.get(o)||0))}}if(0!==e)return o===d.SortDirection.Asc?e:-e}return 0})},columns:[{key:"method",title:"Method",fixed:!0,width:250,sortable:!0,render_cell:e=>e.name},{key:"time",title:"Time",fixed:!0,width:60,input:!0,sortable:!0,render_cell(e,t){const i=t.add(new a.DurationInput(e.time.val));return t.add(i.value.observe(({value:t})=>e.set_user_time(t))),i.element}},...this.enemy_types.map(e=>({key:r.NpcType[e],title:r.npc_data(e).simple_name,width:90,text_align:"right",sortable:!0,render_cell(t){const i=t.enemy_counts.get(e);return null==i?"":i.toString()}}))]}));this.element.append(i.element),this.disposable(s.hunt_method_stores.observe_current(e=>{this.hunt_methods_observer&&this.hunt_methods_observer.dispose(),this.hunt_methods_observer=e.methods.observe(({value:e})=>{t.val=e.filter(e=>e.episode===this.episode)},{call_now:!0})},{call_now:!0})),this.finalize_construction(u.prototype)}dispose(){super.dispose(),this.hunt_methods_observer&&this.hunt_methods_observer.dispose()}}t.MethodsForEpisodeView=u},jJhE:function(e,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.is_property=function(e){return e.is_property},t.is_any_property=function(e){return e&&e.is_property}},karJ:function(e,t,i){"use strict";var n=this&&this.__awaiter||function(e,t,i,n){return new(i||(i=Promise))(function(o,s){function r(e){try{d(n.next(e))}catch(e){s(e)}}function a(e){try{d(n.throw(e))}catch(e){s(e)}}function d(e){e.done?o(e.value):new i(function(t){t(e.value)}).then(r,a)}d((n=n.apply(e,t||[])).next())})};Object.defineProperty(t,"__esModule",{value:!0});const o=i("Yuai");t.get_character_class_data=function(e,t,i){return n(this,void 0,void 0,function*(){return yield o.load_array_buffer(function(e,t,i){return`/player/${e}${t}${null==i?"":i}.nj`}(e,t,i))})},t.get_character_class_animation_data=function(e){return n(this,void 0,void 0,function*(){return yield o.load_array_buffer(`/player/animation/animation_${e.toString().padStart(3,"0")}.njm`)})}},kiqn:function(e,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0});const n=i("yRp4"),o=i("ouMO");t.QuestEntityModel=class{constructor(e,t,i,s,r){this._section=o.property(void 0),this.position_to_world_position=(e,t)=>{if(e){let{x:i,y:o,z:s}=t;const r=-e.sin_y_axis_rotation,a=e.cos_y_axis_rotation,d=r*i+a*s,l=a*i-r*s+e.position.x,u=o+e.position.y,c=d+e.position.z;return new n.Vec3(l,u,c)}return t},this.type=e,this.area_id=t,this.section=this._section,this._section_id=o.property(i),this.section_id=this._section_id,this._position=o.property(s),this.position=this._position,this._rotation=o.property(r),this.rotation=this._rotation,this.world_position=o.map(this.position_to_world_position,this.section,this.position)}set_section(e){return this._section.val=e,this._section_id.val=e.id,this}set_position(e){this._position.val=e}set_rotation(e){this._rotation.val=e}set_world_position(e){let{x:t,y:i,z:o}=e;const s=this.section.val;if(s){const e=t-s.position.x,n=i-s.position.y,r=o-s.position.z,a=-s.sin_y_axis_rotation,d=s.cos_y_axis_rotation;t=d*e+a*r,i=n,o=-a*e+d*r}return this._position.val=new n.Vec3(t,i,o),this}}},kwt4:function(e,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0});const n=i("yRp4"),o=i("9Ykw"),s=i("9Onn"),r=i("q7ag");t.ANGLE_TO_RAD=2*Math.PI/65535;const a=1296255566;t.is_njcm_model=function(e){return"njcm"===e.type},t.is_xj_model=function(e){return"xj"===e.type};class d{constructor(e,t,i,n,o,s){this.bone_cache=new Map,this._bone_count=-1,this.evaluation_flags=e,this.model=t,this.position=i,this.rotation=n,this.scale=o,this.children=s}bone_count(){if(-1===this._bone_count){const e=[0];this.get_bone_internal(this,1/0,e),this._bone_count=e[0]}return this._bone_count}get_bone(e){let t=this.bone_cache.get(e);return void 0===t&&(t=this.get_bone_internal(this,e,[0]),this.bone_cache.set(e,t||null)),t||void 0}get_bone_internal(e,t,i){if(!e.evaluation_flags.skip){const n=i[0]++;if(this.bone_cache.set(n,e),n===t)return e}if(!e.evaluation_flags.break_child_trace)for(const n of e.children){const e=this.get_bone_internal(n,t,i);if(e)return e}}}function l(e,t,i){const n=o.parse_iff(e).filter(e=>e.type===a),s=[];for(const e of n)s.push(...u(e.data,t,i));return s}function u(e,i,o){const s=e.u32(),r=0!=(1&s),a=0!=(2&s),l=0!=(4&s),c=0!=(8&s),_=0!=(16&s),p=0!=(32&s),v=0!=(64&s),h=0!=(128&s),w=e.u32(),f=e.f32(),m=e.f32(),g=e.f32(),y=e.i32()*t.ANGLE_TO_RAD,O=e.i32()*t.ANGLE_TO_RAD,b=e.i32()*t.ANGLE_TO_RAD,E=e.f32(),S=e.f32(),R=e.f32(),k=e.u32(),N=e.u32();let P,C,D;return w&&(e.seek_start(w),P=i(e,o)),k?(e.seek_start(k),C=u(e,i,o)):C=[],N?(e.seek_start(N),D=u(e,i,o)):D=[],[new d({no_translate:r,no_rotate:a,no_scale:l,hidden:c,break_child_trace:_,zxy_rotation_order:p,skip:v,shape_skip:h},P,new n.Vec3(f,m,g),new n.Vec3(y,O,b),new n.Vec3(E,S,R),C),...D]}t.NjObject=d,t.parse_nj=function(e){return l(e,s.parse_njcm_model,[])},t.parse_xj=function(e){return l(e,r.parse_xj_model,void 0)},t.parse_xj_object=function(e){return u(e,r.parse_xj_model,void 0)}},lC1H:function(e,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0});t.EnemyDrop=class{constructor(e,t,i,n,o,s){this.difficulty=e,this.section_id=t,this.npc_type=i,this.item_type=n,this.anything_rate=o,this.rare_rate=s,this.rate=o*s}}},lHpu:function(e,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0});const n=i("Womt"),o=i("tyuj"),s=i("iR5r"),r=i("Eqai"),a=i("488w"),d=i("7CyS"),l=i("Ftn7"),u=i("Tpfs");t.Model3DRenderer=class extends l.Renderer{constructor(){super(new n.PerspectiveCamera(75,1,1,200)),this.disposer=new u.Disposer,this.clock=new n.Clock,this.update_animation_time=!0,this.nj_data_or_xvm_changed=()=>{this.mesh&&(this.scene.remove(this.mesh),this.mesh=void 0,this.scene.remove(this.skeleton_helper),this.skeleton_helper=void 0),this.animation&&(this.animation.mixer.stopAllAction(),this.mesh&&this.animation.mixer.uncacheRoot(this.mesh),this.animation=void 0);const e=o.model_store.current_nj_data.val;if(e){const{nj_object:t,has_skeleton:i}=e;let d;const l=o.model_store.current_xvm.val,u=l?s.xvm_to_textures(l):void 0,c=u&&u.map(e=>new n.MeshLambertMaterial({skinning:i,map:e,side:n.DoubleSide,alphaTest:.5})),_=(d=i?r.create_skinned_mesh(a.ninja_object_to_buffer_geometry(t),c):r.create_mesh(a.ninja_object_to_buffer_geometry(t),c)).geometry.boundingBox,p=_.max.y-_.min.y;d.translateY(-p/2-_.min.y),this.mesh=d,this.scene.add(d),this.skeleton_helper=new n.SkeletonHelper(d),this.skeleton_helper.visible=o.model_store.show_skeleton.val,this.skeleton_helper.material.linewidth=3,this.scene.add(this.skeleton_helper),this.reset_camera(new n.Vector3(0,10,20),new n.Vector3(0,0,0))}this.schedule_render()},this.nj_motion_changed=({value:e})=>{let t;this.animation&&(this.animation.mixer.stopAllAction(),t=this.animation.mixer);const i=o.model_store.current_nj_data.val;if(!(this.mesh&&this.mesh instanceof n.SkinnedMesh&&e&&i))return;this.animation||(t=new n.AnimationMixer(this.mesh));const s=d.create_animation_clip(i.nj_object,e);this.animation={mixer:t,clip:s,action:t.clipAction(s)},this.clock.start(),this.animation.action.play(),this.schedule_render()},this.show_skeleton_changed=({value:e})=>{this.skeleton_helper&&(this.skeleton_helper.visible=e,this.schedule_render())},this.animation_playing_changed=({value:e})=>{this.animation&&(this.animation.action.paused=!e,e?(this.clock.start(),this.schedule_render()):this.clock.stop())},this.animation_frame_rate_changed=({value:e})=>{this.animation&&(this.animation.mixer.timeScale=e/d.PSO_FRAME_RATE)},this.animation_frame_changed=({value:e})=>{const t=o.model_store.current_nj_motion.val;if(this.animation&&t){const i=t.frame_count;e>i&&(e=1),e<1&&(e=i),this.update_animation_time&&(this.animation.action.time=(e-1)/d.PSO_FRAME_RATE),this.schedule_render()}},this.perspective_camera=this.camera,this.disposer.add_all(o.model_store.current_nj_data.observe(this.nj_data_or_xvm_changed),o.model_store.current_xvm.observe(this.nj_data_or_xvm_changed),o.model_store.current_nj_motion.observe(this.nj_motion_changed),o.model_store.show_skeleton.observe(this.show_skeleton_changed),o.model_store.animation_playing.observe(this.animation_playing_changed),o.model_store.animation_frame_rate.observe(this.animation_frame_rate_changed),o.model_store.animation_frame.observe(this.animation_frame_changed))}set_size(e,t){this.perspective_camera.aspect=e/t,this.perspective_camera.updateProjectionMatrix(),super.set_size(e,t)}dispose(){super.dispose(),this.disposer.dispose()}render(){this.animation&&this.animation.mixer.update(this.clock.getDelta()),this.light_holder.quaternion.copy(this.perspective_camera.quaternion),super.render(),this.animation&&!this.animation.action.paused&&(this.update_animation_frame(),this.schedule_render())}update_animation_frame(){if(this.animation&&!this.animation.action.paused){const e=this.animation.action.time;this.update_animation_time=!1,o.model_store.animation_frame.val=e*d.PSO_FRAME_RATE+1,this.update_animation_time=!0}}}},lPzw:function(e,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0});t.AreaModel=class{constructor(e,t,i,n){if(!Number.isInteger(e)||e<0)throw new Error(`Expected id to be a non-negative integer, got ${e}.`);if(!t)throw new Error("name is required.");if(!n)throw new Error("area_variants is required.");this.id=e,this.name=t,this.order=i,this.area_variants=n}}},lg9k:function(e,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0});const n=i("ZPAt");t.Instruction=class{constructor(e,t){this.opcode=e,this.args=t,this.arg_size=0,this.param_to_args=[];const i=Math.min(e.params.length,t.length);for(let o=0;oe.can_undo),this.can_redo=this.current.flat_map(e=>e.can_redo),this.first_undo=this.current.flat_map(e=>e.first_undo),this.first_redo=this.current.flat_map(e=>e.first_redo)}undo(){return this.current.val.undo()}redo(){return this.current.val.redo()}}},nEgy:function(e,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0});const n=i("Tpfs"),o=i("+LO4"),s=i("52VV");class r extends o.AbstractMinimalProperty{constructor(e,t){super(),this.dependencies=e,this.f=t,this.dependency_disposables=new n.Disposer}get val(){return this.get_val()}get_val(){return this.dependency_disposables.length?this._val:this.f()}observe(e,t={}){const i=super.observe(e,t);return 0===this.dependency_disposables.length&&(this._val=this.f(),this.dependency_disposables.add_all(...this.dependencies.map(e=>e.observe(()=>{const e=this._val;this._val=this.f(),this.emit(e)})))),this.emit(this._val),{dispose:()=>{i.dispose(),0===this.observers.length&&this.dependency_disposables.dispose_all()}}}map(e){return new r([this],()=>e(this.val))}flat_map(e){return new s.FlatMappedProperty(this,t=>e(t))}}t.DependentProperty=r},nN8q:function(e,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0});const n=i("TRid");t.ResizableWidget=class extends n.Widget{constructor(){super(...arguments),this.width=0,this.height=0}resize(e,t){return this.width=e,this.height=t,this.element.style.width=`${e}px`,this.element.style.height=`${t}px`,this}}},nowp:function(e,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0});const n=i("ExVU"),o=i("ouMO");t.WantedItemModel=class{constructor(e,t){this.item_type=e,this._amount=o.property(t),this.amount=this._amount}set_amount(e){return this._amount.val=e,this}};t.OptimalResultModel=class{constructor(e,t){this.wanted_items=e,this.optimal_methods=t}};t.OptimalMethodModel=class{constructor(e,t,i,o,s,r,a){this.difficulty=e,this.section_ids=t,this.method_name=i,this.method_episode=o,this.method_time=s,this.runs=r,this.item_counts=a,this.total_time=n.Duration.fromMillis(r*s.as("milliseconds"))}}},nsCy:function(e,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0});const n=i("uiJh");var o,s,r;t.RARE_ENEMY_PROB=1/512,t.KONDRIEU_PROB=.1,function(e){e.Ephinea="Ephinea"}(o=t.Server||(t.Server={})),t.Servers=n.enum_values(o),function(e){e[e.Viridia=0]="Viridia",e[e.Greenill=1]="Greenill",e[e.Skyly=2]="Skyly",e[e.Bluefull=3]="Bluefull",e[e.Purplenum=4]="Purplenum",e[e.Pinkal=5]="Pinkal",e[e.Redria=6]="Redria",e[e.Oran=7]="Oran",e[e.Yellowboze=8]="Yellowboze",e[e.Whitill=9]="Whitill"}(s=t.SectionId||(t.SectionId={})),t.SectionIds=n.enum_values(s),function(e){e[e.Normal=0]="Normal",e[e.Hard=1]="Hard",e[e.VHard=2]="VHard",e[e.Ultimate=3]="Ultimate"}(r=t.Difficulty||(t.Difficulty={})),t.Difficulties=n.enum_values(r)},oSIo:function(e,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0});const n=i("x4IQ");t.EditShortDescriptionAction=class extends n.QuestEditAction{constructor(){super(...arguments),this.description="Edit short description"}undo(){this.quest.set_short_description(this.old)}redo(){this.quest.set_short_description(this.new)}}},ouMO:function(e,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0});const n=i("Q+PT"),o=i("0CzU"),s=i("nEgy"),r=i("22Lq");t.emitter=function(){return new n.SimpleEmitter},t.property=function(e){return new o.SimpleProperty(e)},t.list_property=function(e,...t){return new r.SimpleListProperty(e,...t)},t.add=function(e,t){return e.map(e=>e+t)},t.sub=function(e,t){return e.map(e=>e-t)},t.map=function(e,...t){return new s.DependentProperty(t,()=>e(...t.map(e=>e.val)))}},oxtq:function(e,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),function(e){e[e.ListChange=0]="ListChange",e[e.ValueChange=1]="ValueChange"}(t.ListChangeType||(t.ListChangeType={})),t.is_list_property=function(e){return e.is_list_property},t.is_any_list_property=function(e){return e&&e.is_list_property}},oyid:function(e,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0});const n=i("FXpb"),o=i("sDu+"),s=i("4VsB");class r extends o.LabelledControl{constructor(e=!1,t){super(n.create_element("input",{class:"core_CheckBox"}),t),this.preferred_label_position="right",this._checked=new s.WidgetProperty(this,e,this.set_checked),this.checked=this._checked,this.set_checked(e),this.element.type="checkbox",this.element.onchange=()=>this._checked.set_val(this.element.checked,{silent:!1}),this.finalize_construction(r.prototype)}set_enabled(e){super.set_enabled(e),this.element.disabled=!e}set_checked(e){this.element.checked=e}}t.CheckBox=r},pgiS:function(e,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0});const n=i("x4IQ");t.EditNameAction=class extends n.QuestEditAction{constructor(){super(...arguments),this.description="Edit name"}undo(){this.quest.set_name(this.old)}redo(){this.quest.set_name(this.new)}}},q7ag:function(e,t,i){"use strict";var n=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});const o=n(i("GGSb")).default.get("data_formats/parsing/ninja/xj");function s(e,t,i){const n=[];for(let o=0;o=1&&(i>1&&o.warn(`Vertex info count of ${i} was larger than expected.`),l.vertices.push(...function(e,t){e.seek_start(t);const i=e.u16();e.seek(2);const n=e.u32(),s=e.u32(),r=e.u32(),a=[];for(let t=0;tthis.button_mousedown(),{capture:!0}),u.mouseup.observe(()=>this.button_mouseup()),this.menu.selected.observe(({value:e})=>{e&&(this._chosen.emit({value:e}),this.menu.selected.val=void 0)})),this.finalize_construction(d.prototype)}set_enabled(e){super.set_enabled(e),this.button.enabled.val=e}button_mousedown(){this.just_opened=!this.menu.visible.val,this.menu.visible.val=!0}button_mouseup(){this.just_opened?this.menu.focus():this.menu.visible.val=!1,this.just_opened=!1}}t.DropDown=d},rqwK:function(e,t,i){"use strict";var n=this&&this.__awaiter||function(e,t,i,n){return new(i||(i=Promise))(function(o,s){function r(e){try{d(n.next(e))}catch(e){s(e)}}function a(e){try{d(n.throw(e))}catch(e){s(e)}}function d(e){e.done?o(e.value):new i(function(t){t(e.value)}).then(r,a)}d((n=n.apply(e,t||[])).next())})},o=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});const s=o(i("GGSb")),r=i("nsCy"),a=i("sZ1+"),d=i("upFJ"),l=i("IV2v"),u=i("RMZt"),c=i("ExVU"),_=i("ouMO"),p=i("Tpfs"),v=i("6WXA"),h=s.default.get("hunt_optimizer/stores/HuntMethodStore"),w=c.Duration.fromObject({minutes:30}),f=c.Duration.fromObject({minutes:45}),m=c.Duration.fromObject({minutes:45});class g{constructor(e,t){this.disposer=new p.Disposer,this.methods=_.list_property(e=>[e.user_time],...t),this.disposer.add(this.methods.observe_list(()=>u.hunt_method_persister.persist_method_user_times(this.methods.val,e)))}dispose(){this.disposer.dispose()}}t.HuntMethodStore=g,t.hunt_method_stores=new v.ServerMap(function(e){return n(this,void 0,void 0,function*(){const t=yield fetch(`/assets/quests.${r.Server[e].toLowerCase()}.json`),i=yield t.json(),n=[];for(const e of i){let t=0;const i=new Map;for(const[n,o]of Object.entries(e.enemyCounts)){const e=a.NpcType[n];e?(i.set(e,o),t+=o):h.error(`No NpcType found for code ${n}.`)}switch(e.id){case 31:case 34:case 1305:case 1306:case 1307:case 313:case 314:continue}n.push(new l.HuntMethodModel(`q${e.id}`,e.name,new d.SimpleQuestModel(e.id,e.name,e.episode,i),/^\d-\d.*/.test(e.name)?f:t>400?m:w))}return yield u.hunt_method_persister.load_method_user_times(n,e),new g(e,n)})})},"sDu+":function(e,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0});const n=i("7ZX1"),o=i("QmPX");t.LabelledControl=class extends o.Control{constructor(e,t){super(e,t),this._label_text=t&&t.label}get label(){return this._label||null==this._label_text||(this._label=this.disposable(new n.Label(this._label_text)),this.id||(this._label.for=this.id=String(s++)),this._label.enabled.bind_bi(this.enabled)),this._label}};let s=0},sMN3:function(e,t,i){"use strict";var n=this&&this.__awaiter||function(e,t,i,n){return new(i||(i=Promise))(function(o,s){function r(e){try{d(n.next(e))}catch(e){s(e)}}function a(e){try{d(n.throw(e))}catch(e){s(e)}}function d(e){e.done?o(e.value):new i(function(t){t(e.value)}).then(r,a)}d((n=n.apply(e,t||[])).next())})},o=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});const s=o(i("lLyO")),r=i("nsCy"),a=i("sZ1+"),d=i("nowp"),l=i("ouMO"),u=i("rqwK"),c=i("dx17"),_=i("G+UN"),p=i("w+Lt"),v=i("6WXA"),h=i("Tpfs");class w{constructor(e,t,i,o){this.server=e,this.item_drop_store=i,this._wanted_items=l.list_property(e=>[e.amount]),this.disposer=new h.Disposer,this.optimize=(e,t)=>{if(!e.length)return;const i=new Set(e.filter(e=>e.amount.val>0).map(e=>e.item_type)),n=this.item_drop_store.enemy_drops,o={};for(const e of this.wanted_items.val)o[e.item_type.name]={min:e.amount.val};const l={},u=new Map;for(const e of t){const t=new Map;for(const[i,n]of e.enemy_counts.entries()){const e=t.get(i)||0,o=a.npc_data(i);if(null==o.rare_type)t.set(i,e+n);else{let s,d;o.rare_type===a.NpcType.Kondrieu?(s=1-r.KONDRIEU_PROB,d=r.KONDRIEU_PROB):(s=1-r.RARE_ENEMY_PROB,d=r.RARE_ENEMY_PROB),t.set(i,e+n*s),t.set(o.rare_type,(t.get(o.rare_type)||0)+n*d)}}const o=[t],s=t.get(a.NpcType.PanArms);if(s){const e=new Map(t);e.delete(a.NpcType.PanArms),e.set(a.NpcType.Migium,s),e.set(a.NpcType.Hidoom,s),o.push(e)}const d=t.get(a.NpcType.PanArms2);if(d){const e=new Map(t);e.delete(a.NpcType.PanArms2),e.set(a.NpcType.Migium2,d),e.set(a.NpcType.Hidoom2,d),o.push(e)}for(let t=0;tn(this,void 0,void 0,function*(){this._wanted_items.val=yield p.hunt_optimizer_persister.load_wanted_items(this.server),this.disposer.add(this._wanted_items.observe(({value:e})=>{p.hunt_optimizer_persister.persist_wanted_items(this.server,e)}))}),this.huntable_item_types=t.item_types.filter(e=>i.enemy_drops.get_drops_for_item_type(e.id).length),this.wanted_items=this._wanted_items,this.result=l.map(this.optimize,this.wanted_items,o.methods),this.initialize_persistence()}dispose(){this.disposer.dispose()}add_wanted_item(e){this._wanted_items.val.find(t=>t.item_type===e)||this._wanted_items.push(new d.WantedItemModel(e,1))}remove_wanted_item(e){this._wanted_items.remove(e)}full_method_name(e,t,i,n){let o=`${e}\t${t}\t${i.id}`;return n&&(o+="\tspa"),o}}t.hunt_optimizer_stores=new v.ServerMap(function(e){return n(this,void 0,void 0,function*(){return new w(e,yield _.item_type_stores.get(e),yield c.item_drop_stores.get(e),yield u.hunt_method_stores.get(e))})})},"sZ1+":function(e,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0});const n=i("xs7i");var o;!function(e){e[e.Unknown=0]="Unknown",e[e.FemaleFat=1]="FemaleFat",e[e.FemaleMacho=2]="FemaleMacho",e[e.FemaleTall=3]="FemaleTall",e[e.MaleDwarf=4]="MaleDwarf",e[e.MaleFat=5]="MaleFat",e[e.MaleMacho=6]="MaleMacho",e[e.MaleOld=7]="MaleOld",e[e.BlueSoldier=8]="BlueSoldier",e[e.RedSoldier=9]="RedSoldier",e[e.Principal=10]="Principal",e[e.Tekker=11]="Tekker",e[e.GuildLady=12]="GuildLady",e[e.Scientist=13]="Scientist",e[e.Nurse=14]="Nurse",e[e.Irene=15]="Irene",e[e.ItemShop=16]="ItemShop",e[e.Nurse2=17]="Nurse2",e[e.Hildebear=18]="Hildebear",e[e.Hildeblue=19]="Hildeblue",e[e.RagRappy=20]="RagRappy",e[e.AlRappy=21]="AlRappy",e[e.Monest=22]="Monest",e[e.Mothmant=23]="Mothmant",e[e.SavageWolf=24]="SavageWolf",e[e.BarbarousWolf=25]="BarbarousWolf",e[e.Booma=26]="Booma",e[e.Gobooma=27]="Gobooma",e[e.Gigobooma=28]="Gigobooma",e[e.Dragon=29]="Dragon",e[e.GrassAssassin=30]="GrassAssassin",e[e.PoisonLily=31]="PoisonLily",e[e.NarLily=32]="NarLily",e[e.NanoDragon=33]="NanoDragon",e[e.EvilShark=34]="EvilShark",e[e.PalShark=35]="PalShark",e[e.GuilShark=36]="GuilShark",e[e.PofuillySlime=37]="PofuillySlime",e[e.PouillySlime=38]="PouillySlime",e[e.PanArms=39]="PanArms",e[e.Migium=40]="Migium",e[e.Hidoom=41]="Hidoom",e[e.DeRolLe=42]="DeRolLe",e[e.Dubchic=43]="Dubchic",e[e.Gilchic=44]="Gilchic",e[e.Garanz=45]="Garanz",e[e.SinowBeat=46]="SinowBeat",e[e.SinowGold=47]="SinowGold",e[e.Canadine=48]="Canadine",e[e.Canane=49]="Canane",e[e.Dubswitch=50]="Dubswitch",e[e.VolOpt=51]="VolOpt",e[e.Delsaber=52]="Delsaber",e[e.ChaosSorcerer=53]="ChaosSorcerer",e[e.DarkGunner=54]="DarkGunner",e[e.DeathGunner=55]="DeathGunner",e[e.ChaosBringer=56]="ChaosBringer",e[e.DarkBelra=57]="DarkBelra",e[e.Dimenian=58]="Dimenian",e[e.LaDimenian=59]="LaDimenian",e[e.SoDimenian=60]="SoDimenian",e[e.Bulclaw=61]="Bulclaw",e[e.Bulk=62]="Bulk",e[e.Claw=63]="Claw",e[e.DarkFalz=64]="DarkFalz",e[e.Hildebear2=65]="Hildebear2",e[e.Hildeblue2=66]="Hildeblue2",e[e.RagRappy2=67]="RagRappy2",e[e.LoveRappy=68]="LoveRappy",e[e.StRappy=69]="StRappy",e[e.HalloRappy=70]="HalloRappy",e[e.EggRappy=71]="EggRappy",e[e.Monest2=72]="Monest2",e[e.Mothmant2=73]="Mothmant2",e[e.PoisonLily2=74]="PoisonLily2",e[e.NarLily2=75]="NarLily2",e[e.GrassAssassin2=76]="GrassAssassin2",e[e.Dimenian2=77]="Dimenian2",e[e.LaDimenian2=78]="LaDimenian2",e[e.SoDimenian2=79]="SoDimenian2",e[e.DarkBelra2=80]="DarkBelra2",e[e.BarbaRay=81]="BarbaRay",e[e.SavageWolf2=82]="SavageWolf2",e[e.BarbarousWolf2=83]="BarbarousWolf2",e[e.PanArms2=84]="PanArms2",e[e.Migium2=85]="Migium2",e[e.Hidoom2=86]="Hidoom2",e[e.Dubchic2=87]="Dubchic2",e[e.Gilchic2=88]="Gilchic2",e[e.Garanz2=89]="Garanz2",e[e.Dubswitch2=90]="Dubswitch2",e[e.Delsaber2=91]="Delsaber2",e[e.ChaosSorcerer2=92]="ChaosSorcerer2",e[e.GolDragon=93]="GolDragon",e[e.SinowBerill=94]="SinowBerill",e[e.SinowSpigell=95]="SinowSpigell",e[e.Merillia=96]="Merillia",e[e.Meriltas=97]="Meriltas",e[e.Mericarol=98]="Mericarol",e[e.Mericus=99]="Mericus",e[e.Merikle=100]="Merikle",e[e.UlGibbon=101]="UlGibbon",e[e.ZolGibbon=102]="ZolGibbon",e[e.Gibbles=103]="Gibbles",e[e.Gee=104]="Gee",e[e.GiGue=105]="GiGue",e[e.IllGill=106]="IllGill",e[e.DelLily=107]="DelLily",e[e.Epsilon=108]="Epsilon",e[e.GalGryphon=109]="GalGryphon",e[e.Deldepth=110]="Deldepth",e[e.Delbiter=111]="Delbiter",e[e.Dolmolm=112]="Dolmolm",e[e.Dolmdarl=113]="Dolmdarl",e[e.Morfos=114]="Morfos",e[e.Recobox=115]="Recobox",e[e.Recon=116]="Recon",e[e.SinowZoa=117]="SinowZoa",e[e.SinowZele=118]="SinowZele",e[e.OlgaFlow=119]="OlgaFlow",e[e.SandRappy=120]="SandRappy",e[e.DelRappy=121]="DelRappy",e[e.Astark=122]="Astark",e[e.SatelliteLizard=123]="SatelliteLizard",e[e.Yowie=124]="Yowie",e[e.MerissaA=125]="MerissaA",e[e.MerissaAA=126]="MerissaAA",e[e.Girtablulu=127]="Girtablulu",e[e.Zu=128]="Zu",e[e.Pazuzu=129]="Pazuzu",e[e.Boota=130]="Boota",e[e.ZeBoota=131]="ZeBoota",e[e.BaBoota=132]="BaBoota",e[e.Dorphon=133]="Dorphon",e[e.DorphonEclair=134]="DorphonEclair",e[e.Goran=135]="Goran",e[e.PyroGoran=136]="PyroGoran",e[e.GoranDetonator=137]="GoranDetonator",e[e.SaintMilion=138]="SaintMilion",e[e.Shambertin=139]="Shambertin",e[e.Kondrieu=140]="Kondrieu"}(o=t.NpcType||(t.NpcType={})),t.NPC_TYPES=[],t.ENEMY_NPC_TYPES=[],t.npc_data=function(e){return r[e]},t.name_and_episode_to_npc_type=function(e,t){return n.check_episode(t),s[t].get(e)};const s=[void 0,new Map,new Map,void 0,new Map],r=[];function a(e,i,n,o,a,d,l){if(t.NPC_TYPES.push(e),d&&t.ENEMY_NPC_TYPES.push(e),r[e]={name:i,simple_name:n,ultimate_name:o,episode:a,enemy:d,rare_type:l},a){const t=s[a];t&&(t.set(n,e),t.set(o,e))}}a(o.Unknown,"Unknown","Unknown","Unknown",void 0,!1),a(o.FemaleFat,"Female Fat","Female Fat","Female Fat",void 0,!1),a(o.FemaleMacho,"Female Macho","Female Macho","Female Macho",void 0,!1),a(o.FemaleTall,"Female Tall","Female Tall","Female Tall",void 0,!1),a(o.MaleDwarf,"Male Dwarf","Male Dwarf","Male Dwarf",void 0,!1),a(o.MaleFat,"Male Fat","Male Fat","Male Fat",void 0,!1),a(o.MaleMacho,"Male Macho","Male Macho","Male Macho",void 0,!1),a(o.MaleOld,"Male Old","Male Old","Male Old",void 0,!1),a(o.BlueSoldier,"Blue Soldier","Blue Soldier","Blue Soldier",void 0,!1),a(o.RedSoldier,"Red Soldier","Red Soldier","Red Soldier",void 0,!1),a(o.Principal,"Principal","Principal","Principal",void 0,!1),a(o.Tekker,"Tekker","Tekker","Tekker",void 0,!1),a(o.GuildLady,"Guild Lady","Guild Lady","Guild Lady",void 0,!1),a(o.Scientist,"Scientist","Scientist","Scientist",void 0,!1),a(o.Nurse,"Nurse","Nurse","Nurse",void 0,!1),a(o.Irene,"Irene","Irene","Irene",void 0,!1),a(o.ItemShop,"Item Shop","Item Shop","Item Shop",void 0,!1),a(o.Nurse2,"Nurse (Ep. II)","Nurse","Nurse",2,!1),a(o.Hildebear,"Hildebear","Hildebear","Hildelt",1,!0,o.Hildeblue),a(o.Hildeblue,"Hildeblue","Hildeblue","Hildetorr",1,!0),a(o.RagRappy,"Rag Rappy","Rag Rappy","El Rappy",1,!0,o.AlRappy),a(o.AlRappy,"Al Rappy","Al Rappy","Pal Rappy",1,!0),a(o.Monest,"Monest","Monest","Mothvist",1,!0),a(o.Mothmant,"Mothmant","Mothmant","Mothvert",1,!0),a(o.SavageWolf,"Savage Wolf","Savage Wolf","Gulgus",1,!0),a(o.BarbarousWolf,"Barbarous Wolf","Barbarous Wolf","Gulgus-Gue",1,!0),a(o.Booma,"Booma","Booma","Bartle",1,!0),a(o.Gobooma,"Gobooma","Gobooma","Barble",1,!0),a(o.Gigobooma,"Gigobooma","Gigobooma","Tollaw",1,!0),a(o.Dragon,"Dragon","Dragon","Sil Dragon",1,!0),a(o.GrassAssassin,"Grass Assassin","Grass Assassin","Crimson Assassin",1,!0),a(o.PoisonLily,"Poison Lily","Poison Lily","Ob Lily",1,!0,o.NarLily),a(o.NarLily,"Nar Lily","Nar Lily","Mil Lily",1,!0),a(o.NanoDragon,"Nano Dragon","Nano Dragon","Nano Dragon",1,!0),a(o.EvilShark,"Evil Shark","Evil Shark","Vulmer",1,!0),a(o.PalShark,"Pal Shark","Pal Shark","Govulmer",1,!0),a(o.GuilShark,"Guil Shark","Guil Shark","Melqueek",1,!0),a(o.PofuillySlime,"Pofuilly Slime","Pofuilly Slime","Pofuilly Slime",1,!0,o.PouillySlime),a(o.PouillySlime,"Pouilly Slime","Pouilly Slime","Pouilly Slime",1,!0),a(o.PanArms,"Pan Arms","Pan Arms","Pan Arms",1,!0),a(o.Migium,"Migium","Migium","Migium",1,!0),a(o.Hidoom,"Hidoom","Hidoom","Hidoom",1,!0),a(o.DeRolLe,"De Rol Le","De Rol Le","Dal Ra Lie",1,!0),a(o.Dubchic,"Dubchic","Dubchic","Dubchich",1,!0),a(o.Gilchic,"Gilchic","Gilchic","Gilchich",1,!0),a(o.Garanz,"Garanz","Garanz","Baranz",1,!0),a(o.SinowBeat,"Sinow Beat","Sinow Beat","Sinow Blue",1,!0),a(o.SinowGold,"Sinow Gold","Sinow Gold","Sinow Red",1,!0),a(o.Canadine,"Canadine","Canadine","Canabin",1,!0),a(o.Canane,"Canane","Canane","Canune",1,!0),a(o.Dubswitch,"Dubswitch","Dubswitch","Dubswitch",1,!0),a(o.VolOpt,"Vol Opt","Vol Opt","Vol Opt ver.2",1,!0),a(o.Delsaber,"Delsaber","Delsaber","Delsaber",1,!0),a(o.ChaosSorcerer,"Chaos Sorcerer","Chaos Sorcerer","Gran Sorcerer",1,!0),a(o.DarkGunner,"Dark Gunner","Dark Gunner","Dark Gunner",1,!0),a(o.DeathGunner,"Death Gunner","Death Gunner","Death Gunner",1,!0),a(o.ChaosBringer,"Chaos Bringer","Chaos Bringer","Dark Bringer",1,!0),a(o.DarkBelra,"Dark Belra","Dark Belra","Indi Belra",1,!0),a(o.Dimenian,"Dimenian","Dimenian","Arlan",1,!0),a(o.LaDimenian,"La Dimenian","La Dimenian","Merlan",1,!0),a(o.SoDimenian,"So Dimenian","So Dimenian","Del-D",1,!0),a(o.Bulclaw,"Bulclaw","Bulclaw","Bulclaw",1,!0),a(o.Bulk,"Bulk","Bulk","Bulk",1,!0),a(o.Claw,"Claw","Claw","Claw",1,!0),a(o.DarkFalz,"Dark Falz","Dark Falz","Dark Falz",1,!0),a(o.Hildebear2,"Hildebear (Ep. II)","Hildebear","Hildelt",2,!0,o.Hildeblue2),a(o.Hildeblue2,"Hildeblue (Ep. II)","Hildeblue","Hildetorr",2,!0),a(o.RagRappy2,"Rag Rappy (Ep. II)","Rag Rappy","El Rappy",2,!0,o.LoveRappy),a(o.LoveRappy,"Love Rappy","Love Rappy","Love Rappy",2,!0),a(o.StRappy,"St. Rappy","St. Rappy","St. Rappy",2,!0),a(o.HalloRappy,"Hallo Rappy","Hallo Rappy","Hallo Rappy",2,!0),a(o.EggRappy,"Egg Rappy","Egg Rappy","Egg Rappy",2,!0),a(o.Monest2,"Monest (Ep. II)","Monest","Mothvist",2,!0),a(o.Mothmant2,"Mothmant","Mothmant","Mothvert",2,!0),a(o.PoisonLily2,"Poison Lily (Ep. II)","Poison Lily","Ob Lily",2,!0,o.NarLily2),a(o.NarLily2,"Nar Lily (Ep. II)","Nar Lily","Mil Lily",2,!0),a(o.GrassAssassin2,"Grass Assassin (Ep. II)","Grass Assassin","Crimson Assassin",2,!0),a(o.Dimenian2,"Dimenian (Ep. II)","Dimenian","Arlan",2,!0),a(o.LaDimenian2,"La Dimenian (Ep. II)","La Dimenian","Merlan",2,!0),a(o.SoDimenian2,"So Dimenian (Ep. II)","So Dimenian","Del-D",2,!0),a(o.DarkBelra2,"Dark Belra (Ep. II)","Dark Belra","Indi Belra",2,!0),a(o.BarbaRay,"Barba Ray","Barba Ray","Barba Ray",2,!0),a(o.SavageWolf2,"Savage Wolf (Ep. II)","Savage Wolf","Gulgus",2,!0),a(o.BarbarousWolf2,"Barbarous Wolf (Ep. II)","Barbarous Wolf","Gulgus-Gue",2,!0),a(o.PanArms2,"Pan Arms (Ep. II)","Pan Arms","Pan Arms",2,!0),a(o.Migium2,"Migium (Ep. II)","Migium","Migium",2,!0),a(o.Hidoom2,"Hidoom (Ep. II)","Hidoom","Hidoom",2,!0),a(o.Dubchic2,"Dubchic (Ep. II)","Dubchic","Dubchich",2,!0),a(o.Gilchic2,"Gilchic (Ep. II)","Gilchic","Gilchich",2,!0),a(o.Garanz2,"Garanz (Ep. II)","Garanz","Baranz",2,!0),a(o.Dubswitch2,"Dubswitch (Ep. II)","Dubswitch","Dubswitch",2,!0),a(o.Delsaber2,"Delsaber (Ep. II)","Delsaber","Delsaber",2,!0),a(o.ChaosSorcerer2,"Chaos Sorcerer (Ep. II)","Chaos Sorcerer","Gran Sorcerer",2,!0),a(o.GolDragon,"Gol Dragon","Gol Dragon","Gol Dragon",2,!0),a(o.SinowBerill,"Sinow Berill","Sinow Berill","Sinow Berill",2,!0),a(o.SinowSpigell,"Sinow Spigell","Sinow Spigell","Sinow Spigell",2,!0),a(o.Merillia,"Merillia","Merillia","Merillia",2,!0),a(o.Meriltas,"Meriltas","Meriltas","Meriltas",2,!0),a(o.Mericarol,"Mericarol","Mericarol","Mericarol",2,!0),a(o.Mericus,"Mericus","Mericus","Mericus",2,!0),a(o.Merikle,"Merikle","Merikle","Merikle",2,!0),a(o.UlGibbon,"Ul Gibbon","Ul Gibbon","Ul Gibbon",2,!0),a(o.ZolGibbon,"Zol Gibbon","Zol Gibbon","Zol Gibbon",2,!0),a(o.Gibbles,"Gibbles","Gibbles","Gibbles",2,!0),a(o.Gee,"Gee","Gee","Gee",2,!0),a(o.GiGue,"Gi Gue","Gi Gue","Gi Gue",2,!0),a(o.IllGill,"Ill Gill","Ill Gill","Ill Gill",2,!0),a(o.DelLily,"Del Lily","Del Lily","Del Lily",2,!0),a(o.Epsilon,"Epsilon","Epsilon","Epsilon",2,!0),a(o.GalGryphon,"Gal Gryphon","Gal Gryphon","Gal Gryphon",2,!0),a(o.Deldepth,"Deldepth","Deldepth","Deldepth",2,!0),a(o.Delbiter,"Delbiter","Delbiter","Delbiter",2,!0),a(o.Dolmolm,"Dolmolm","Dolmolm","Dolmolm",2,!0),a(o.Dolmdarl,"Dolmdarl","Dolmdarl","Dolmdarl",2,!0),a(o.Morfos,"Morfos","Morfos","Morfos",2,!0),a(o.Recobox,"Recobox","Recobox","Recobox",2,!0),a(o.Recon,"Recon","Recon","Recon",2,!0),a(o.SinowZoa,"Sinow Zoa","Sinow Zoa","Sinow Zoa",2,!0),a(o.SinowZele,"Sinow Zele","Sinow Zele","Sinow Zele",2,!0),a(o.OlgaFlow,"Olga Flow","Olga Flow","Olga Flow",2,!0),a(o.SandRappy,"Sand Rappy","Sand Rappy","Sand Rappy",4,!0,o.DelRappy),a(o.DelRappy,"Del Rappy","Del Rappy","Del Rappy",4,!0),a(o.Astark,"Astark","Astark","Astark",4,!0),a(o.SatelliteLizard,"Satellite Lizard","Satellite Lizard","Satellite Lizard",4,!0),a(o.Yowie,"Yowie","Yowie","Yowie",4,!0),a(o.MerissaA,"Merissa A","Merissa A","Merissa A",4,!0,o.MerissaAA),a(o.MerissaAA,"Merissa AA","Merissa AA","Merissa AA",4,!0),a(o.Girtablulu,"Girtablulu","Girtablulu","Girtablulu",4,!0),a(o.Zu,"Zu","Zu","Zu",4,!0,o.Pazuzu),a(o.Pazuzu,"Pazuzu","Pazuzu","Pazuzu",4,!0),a(o.Boota,"Boota","Boota","Boota",4,!0),a(o.ZeBoota,"Ze Boota","Ze Boota","Ze Boota",4,!0),a(o.BaBoota,"Ba Boota","Ba Boota","Ba Boota",4,!0),a(o.Dorphon,"Dorphon","Dorphon","Dorphon",4,!0,o.DorphonEclair),a(o.DorphonEclair,"Dorphon Eclair","Dorphon Eclair","Dorphon Eclair",4,!0),a(o.Goran,"Goran","Goran","Goran",4,!0),a(o.PyroGoran,"Pyro Goran","Pyro Goran","Pyro Goran",4,!0),a(o.GoranDetonator,"Goran Detonator","Goran Detonator","Goran Detonator",4,!0),a(o.SaintMilion,"Saint-Milion","Saint-Milion","Saint-Milion",4,!0,o.Kondrieu),a(o.Shambertin,"Shambertin","Shambertin","Shambertin",4,!0,o.Kondrieu),a(o.Kondrieu,"Kondrieu","Kondrieu","Kondrieu",4,!0)},sv1z:function(e,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0});const n=i("sDu+"),o=i("FXpb");i("6MRE");const s=i("jJhE"),r=i("KVVN"),a=i("4VsB"),d=i("LSoc");class l extends n.LabelledControl{constructor(e,t,i){const n=o.el.div({class:"core_Select"}),u=new r.Button(" ",{icon_right:o.Icon.TriangleDown}),c=new d.Menu(e,t,n);super(n,i),this.preferred_label_position="left",this.to_label=t,this.button=this.disposable(u),this.menu=this.disposable(c),this.element.append(this.button.element,this.menu.element),this._selected=new a.WidgetProperty(this,void 0,this.set_selected),this.selected=this._selected,this.just_opened=!1,this.disposables(o.disposable_listener(u.element,"mousedown",e=>this.button_mousedown(e)),u.mouseup.observe(()=>this.button_mouseup()),this.menu.selected.observe(({value:e})=>this._selected.set_val(e,{silent:!1}))),i&&(s.is_any_property(i.selected)?this.selected.bind_to(i.selected):i.selected&&(this.selected.val=i.selected)),this.finalize_construction(l.prototype)}set_enabled(e){super.set_enabled(e),this.button.enabled.val=e}set_selected(e){this.button.text.val=e?this.to_label(e):" ",this.menu.selected.val=e}button_mousedown(e){e.stopPropagation(),this.just_opened=!this.menu.visible.val,this.menu.visible.val=!0}button_mouseup(){this.just_opened?this.menu.focus():this.menu.visible.val=!1,this.just_opened=!1}}t.Select=l},t2oB:function(e,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0});t.CharacterClassAnimationModel=class{constructor(e,t){this.id=e,this.name=t}}},tRdk:function(e,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0});const n=i("Womt");t.vec3_to_threejs=function(e){return new n.Vector3(e.x,e.y,e.z)}},tjEv:function(e,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0});t.ResizableBuffer=class{constructor(e=8192){this._size=0,this._buffer=new ArrayBuffer(e),this._data_view=new DataView(this._buffer)}get size(){return this._size}set size(e){if(e<0)throw new Error("Size should be non-negative.");this.ensure_capacity(e),this._size=e}get capacity(){return this._buffer.byteLength}get backing_buffer(){return this._buffer}get view(){return this._data_view}sub_view(e,t){return new DataView(this._buffer,e,t)}ensure_capacity(e){if(e>this.capacity){let t=this.capacity||e;do{t*=2}while(tnew l.CharacterClassAnimationModel(t,`Animation ${t+1}`)),this.current_model=c.property(void 0),this._current_nj_data=c.property(void 0),this.current_nj_data=this._current_nj_data,this._current_xvm=c.property(void 0),this.current_xvm=this._current_xvm,this.show_skeleton=c.property(!1),this.current_animation=c.property(void 0),this._current_nj_motion=c.property(void 0),this.current_nj_motion=this._current_nj_motion,this.animation_playing=c.property(!0),this.animation_frame_rate=c.property(_.PSO_FRAME_RATE),this.animation_frame=c.property(0),this.animation_frame_count=this.current_nj_motion.map(e=>e?e.frame_count:0),this.disposables=[],this.load_file=e=>n(this,void 0,void 0,function*(){try{const t=yield u.read_file(e),i=new o.ArrayBufferCursor(t,s.Endianness.Little);if(e.name.endsWith(".nj")){this.current_model.val=void 0;const e=a.parse_nj(i)[0];this.set_current_nj_data({nj_object:e,bone_count:e.bone_count(),has_skeleton:!0})}else if(e.name.endsWith(".xj")){this.current_model.val=void 0;const e=a.parse_xj(i)[0];this.set_current_nj_data({nj_object:e,bone_count:0,has_skeleton:!1})}else if(e.name.endsWith(".njm")){this.current_animation.val=void 0,this._current_nj_motion.val=void 0;const e=this.current_nj_data.val;e&&(this.animation_playing.val=!0,this._current_nj_motion.val=r.parse_njm(i,e.bone_count))}else e.name.endsWith(".xvm")?this.current_model&&(this._current_xvm.val=p.parse_xvm(i)):h.error(`Unknown file extension in filename "${e.name}".`)}catch(e){h.error("Couldn't read file.",e)}}),this.load_model=e=>n(this,void 0,void 0,function*(){if(this.current_animation.val=void 0,e){const t=yield this.get_nj_object(e);this.set_current_nj_data({nj_object:t,bone_count:e?64:t.bone_count(),has_skeleton:!0})}else this._current_nj_data.val=void 0}),this.load_animation=e=>n(this,void 0,void 0,function*(){const t=this.current_nj_data.val;t&&e?(this._current_nj_motion.val=yield this.get_nj_motion(e,t.bone_count),this.animation_playing.val=!0):this._current_nj_motion.val=void 0}),this.disposables.push(this.current_model.observe(({value:e})=>this.load_model(e)),this.current_animation.observe(({value:e})=>this.load_animation(e)))}dispose(){this.disposables.forEach(e=>e.dispose())}set_current_nj_data(e){this._current_xvm.val=void 0,this._current_nj_data.val=e}get_nj_object(e){return n(this,void 0,void 0,function*(){let t=w.get(e.name);return t||(t=this.get_all_nj_objects(e),w.set(e.name,t),t)})}get_all_nj_objects(e){return n(this,void 0,void 0,function*(){const t=yield v.get_character_class_data(e.name,"Body"),i=a.parse_nj(new o.ArrayBufferCursor(t,s.Endianness.Little))[0];if(!i)throw new Error(`Couldn't parse body for player class ${e.name}.`);const n=yield v.get_character_class_data(e.name,"Head",0),r=a.parse_nj(new o.ArrayBufferCursor(n,s.Endianness.Little))[0];if(r&&this.add_to_bone(i,r,59),e.hair_styles_count>0){const t=yield v.get_character_class_data(e.name,"Hair",0),n=a.parse_nj(new o.ArrayBufferCursor(t,s.Endianness.Little))[0];if(n&&this.add_to_bone(i,n,59),e.hair_styles_with_accessory.has(0)){const t=yield v.get_character_class_data(e.name,"Accessory",0),n=a.parse_nj(new o.ArrayBufferCursor(t,s.Endianness.Little))[0];n&&this.add_to_bone(i,n,59)}}return i})}add_to_bone(e,t,i){const n=e.get_bone(i);n&&(n.evaluation_flags.hidden=!1,n.evaluation_flags.break_child_trace=!1,n.children.push(t))}get_nj_motion(e,t){return n(this,void 0,void 0,function*(){let i=f.get(e.id);return i||(i=v.get_character_class_animation_data(e.id).then(e=>r.parse_njm(new o.ArrayBufferCursor(e,s.Endianness.Little),t)),f.set(e.id,i),i)})}}t.Model3DStore=m,t.model_store=new m},uaZj:function(e,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0});const n=i("kiqn");t.QuestObjectModel=class extends n.QuestEntityModel{constructor(e,t,i,n,o,s,r,a,d){super(e,n,o,s,r),this.id=t,this.group_id=i,this.properties=a,this.unknown=d}}},uiJh:function(e,t,i){"use strict";function n(e){const t=Object.values(e),i=t.filter(e=>"number"==typeof e);return i.length?i:t}Object.defineProperty(t,"__esModule",{value:!0}),t.enum_values=n;t.EnumMap=class{constructor(e,t){this.values=new Map,this.keys=n(e);for(const e of this.keys)this.values.set(e,t(e))}get(e){return this.values.get(e)}}},upFJ:function(e,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0});t.SimpleQuestModel=class{constructor(e,t,i,n){if(this.id=e,this.name=t,this.episode=i,this.enemy_counts=n,!e)throw new Error("id is required.");if(!t)throw new Error("name is required.");if(!n)throw new Error("enemyCounts is required.")}}},v2aa:function(e,t,i){"use strict";var n=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});const o=i("ouMO"),s=i("xs7i"),r=n(i("GGSb")),a=i("4Mnx"),d=r.default.get("quest_editor/model/QuestModel");t.QuestModel=class{constructor(e,t,i,n,r,l,u,c,_,p,v,h){if(this._id=o.property(0),this._language=o.property(0),this._name=o.property(""),this._short_description=o.property(""),this._long_description=o.property(""),this._area_variants=o.list_property(),this.update_area_variants=()=>{const e=new Map;for(const t of this.entities_per_area.val.keys())try{e.set(t,a.area_store.get_variant(this.episode,t,0))}catch(e){d.warn(e)}for(const[t,i]of this.map_designations.val)try{e.set(t,a.area_store.get_variant(this.episode,t,i))}catch(e){d.warn(e)}this._area_variants.val=[...e.values()]},s.check_episode(l),!u)throw new Error("map_designations is required.");if(!Array.isArray(c))throw new Error("objs is required.");if(!Array.isArray(_))throw new Error("npcs is required.");if(!Array.isArray(p))throw new Error("dat_unknowns is required.");if(!Array.isArray(v))throw new Error("object_code is required.");if(!Array.isArray(h))throw new Error("shop_items is required.");this.id=this._id,this.language=this._language,this.name=this._name,this.short_description=this._short_description,this.long_description=this._long_description,this.area_variants=this._area_variants,this.set_id(e),this.set_language(t),this.set_name(i),this.set_short_description(n),this.set_long_description(r),this.episode=l,this._map_designations=o.property(u),this.map_designations=this._map_designations,this.objects=o.list_property(void 0,...c),this.npcs=o.list_property(void 0,..._),this.dat_unknowns=p,this.object_code=v,this.shop_items=h,this.entities_per_area=o.map((e,t)=>{const i=new Map;for(const t of e)i.set(t.area_id,(i.get(t.area_id)||0)+1);for(const e of t)i.set(e.area_id,(i.get(e.area_id)||0)+1);return i},this.npcs,this.objects),this.entities_per_area.observe(this.update_area_variants),this.map_designations.observe(this.update_area_variants)}set_id(e){if(e<0)throw new Error(`id should be greater than or equal to 0, was ${e}.`);return this._id.val=e,this}set_language(e){if(e<0)throw new Error(`language should be greater than or equal to 0, was ${e}.`);return this._language.val=e,this}set_name(e){if(e.length>32)throw new Error(`name can't be longer than 32 characters, got "${e}".`);return this._name.val=e,this}set_short_description(e){if(e.length>128)throw new Error(`short_description can't be longer than 128 characters, got "${e}".`);return this._short_description.val=e,this}set_long_description(e){if(e.length>288)throw new Error(`long_description can't be longer than 288 characters, got "${e}".`);return this._long_description.val=e,this}set_map_designations(e){return this._map_designations.val=e,this}}},vM2b:function(e,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0});const n=i("Womt");t.GeometryBuilder=class{constructor(){this.positions=[],this.normals=[],this.uvs=[],this.indices=[],this.bones=[],this.bone_indices=[],this.bone_weights=[],this.groups=[],this.material_indices=new Set([-1])}get vertex_count(){return this.positions.length/3}get index_count(){return this.indices.length}get_position(e){return new n.Vector3(this.positions[3*e],this.positions[3*e+1],this.positions[3*e+2])}get_normal(e){return new n.Vector3(this.normals[3*e],this.normals[3*e+1],this.normals[3*e+2])}add_vertex(e,t,i){this.positions.push(e.x,e.y,e.z),this.normals.push(t.x,t.y,t.z),this.uvs.push(i.x,i.y)}add_index(e){this.indices.push(e)}add_bone(e){this.bones.push(e)}add_bone_weight(e,t){this.bone_indices.push(e),this.bone_weights.push(t)}add_group(e,t,i){const n=this.groups[this.groups.length-1],o=null==i?-1:i;n&&n.material_index===o?n.size+=t:(this.groups.push({offset:e,size:t,material_index:o}),this.material_indices.add(o))}build(){const e=new n.BufferGeometry,t=e.userData;t.created_by_geometry_builder=!0,e.addAttribute("position",new n.Float32BufferAttribute(this.positions,3)),e.addAttribute("normal",new n.Float32BufferAttribute(this.normals,3)),e.addAttribute("uv",new n.Float32BufferAttribute(this.uvs,2)),e.setIndex(new n.Uint16BufferAttribute(this.indices,1)),this.bone_indices.length&&this.bones.length?(e.addAttribute("skinIndex",new n.Uint16BufferAttribute(this.bone_indices,4)),e.addAttribute("skinWeight",new n.Float32BufferAttribute(this.bone_weights,4)),t.bones=this.bones):t.bones=[];const i=new Map;let o=0;for(const e of[...this.material_indices].sort((e,t)=>e-t))i.set(e,o++);for(const t of this.groups)e.addGroup(t.offset,t.size,i.get(t.material_index));return t.normalized_material_indices=i,e.computeBoundingSphere(),e.computeBoundingBox(),e}}},vsj6:function(e,t,i){"use strict";var n=this&&this.__awaiter||function(e,t,i,n){return new(i||(i=Promise))(function(o,s){function r(e){try{d(n.next(e))}catch(e){s(e)}}function a(e){try{d(n.throw(e))}catch(e){s(e)}}function d(e){e.done?o(e.value):new i(function(t){t(e.value)}).then(r,a)}d((n=n.apply(e,t||[])).next())})},o=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var i in e)Object.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t.default=e,t};Object.defineProperty(t,"__esModule",{value:!0});const s=i("HjM1");class r extends s.TabContainer{constructor(){super({class:"viewer_ViewerView",tabs:[{title:"Models",key:"model",create_view:function(){return n(this,void 0,void 0,function*(){return new((yield Promise.resolve().then(()=>o(i("Hdaq")))).Model3DView)})}},{title:"Textures",key:"texture",create_view:function(){return n(this,void 0,void 0,function*(){return new((yield Promise.resolve().then(()=>o(i("Za3H")))).TextureView)})}}]}),this.finalize_construction(r.prototype)}}t.ViewerView=r},"w+Lt":function(e,t,i){"use strict";var n=this&&this.__awaiter||function(e,t,i,n){return new(i||(i=Promise))(function(o,s){function r(e){try{d(n.next(e))}catch(e){s(e)}}function a(e){try{d(n.throw(e))}catch(e){s(e)}}function d(e){e.done?o(e.value):new i(function(t){t(e.value)}).then(r,a)}d((n=n.apply(e,t||[])).next())})};Object.defineProperty(t,"__esModule",{value:!0});const o=i("G+UN"),s=i("yfUv"),r=i("nowp"),a="HuntOptimizerStore.wantedItems";t.hunt_optimizer_persister=new class extends s.Persister{persist_wanted_items(e,t){this.persist_for_server(e,a,t.map(({item_type:e,amount:t})=>({itemTypeId:e.id,amount:t.val})))}load_wanted_items(e){return n(this,void 0,void 0,function*(){const t=yield o.item_type_stores.get(e),i=yield this.load_for_server(e,a),n=[];if(i)for(const{itemTypeId:e,itemKindId:o,amount:s}of i){const i=null!=e?t.get_by_id(e):t.get_by_id(o);i&&n.push(new r.WantedItemModel(i,s))}return n})}}},w6HN:function(e,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0});const n=i("TRid"),o=i("FXpb");i("IQIM");const s=i("sDu+");class r extends n.Widget{constructor(e){if(super(o.create_element("div",{class:"core_ToolBar"}),e),this.height=33,this.element.style.height=`${this.height}px`,e&&e.children)for(const t of e.children)if(t instanceof s.LabelledControl&&t.label){const e=o.create_element("div",{class:"core_ToolBar_group"});"left"===t.preferred_label_position||"top"===t.preferred_label_position?e.append(t.label.element,t.element):e.append(t.element,t.label.element),this.element.append(e)}else this.element.append(t.element),this.disposable(t);this.finalize_construction(r.prototype)}}t.ToolBar=r},x4IQ:function(e,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0});t.QuestEditAction=class{constructor(e,t){this.quest=e,this.new=t.value,this.old=t.old_value}}},x4QM:function(e,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0});const n=i("ouMO");t.WeaponItemType=class{constructor(e,t,i,n,o,s,r){this.id=e,this.name=t,this.min_atp=i,this.max_atp=n,this.ata=o,this.max_grind=s,this.required_atp=r}};t.ArmorItemType=class{constructor(e,t,i,n,o,s,r,a,d,l,u){this.id=e,this.name=t,this.atp=i,this.ata=n,this.min_evp=o,this.max_evp=s,this.min_dfp=r,this.max_dfp=a,this.mst=d,this.hp=l,this.lck=u}};t.ShieldItemType=class{constructor(e,t,i,n,o,s,r,a,d,l,u){this.id=e,this.name=t,this.atp=i,this.ata=n,this.min_evp=o,this.max_evp=s,this.min_dfp=r,this.max_dfp=a,this.mst=d,this.hp=l,this.lck=u}};t.UnitItemType=class{constructor(e,t){this.id=e,this.name=t}};t.ToolItemType=class{constructor(e,t){this.id=e,this.name=t}};t.WeaponItem=class{constructor(e){this.type=e,this._attribute=n.property(0),this.attribute=this._attribute,this._hit=n.property(0),this.hit=this._hit,this._grind=n.property(0),this.grind=this._grind,this.grind_atp=this.grind.map(e=>2*e)}};t.ArmorItem=class{constructor(e){this.type=e}};t.ShieldItem=class{constructor(e){this.type=e}};t.UnitItem=class{constructor(e){this.type=e}};t.ToolItem=class{constructor(e){this.type=e}}},xpi7:function(e,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0});const n=i("Womt"),o=i("+oIp"),s=i("sZ1+"),r=i("Eqai");var a;function d(e,t,i,o,s){const a=new n.MeshLambertMaterial({color:o,side:n.DoubleSide}),d=r.create_mesh(t,i.length?i.map(e=>new n.MeshLambertMaterial({map:e,side:n.DoubleSide,alphaTest:.5})):a,a);d.name=s,d.userData.entity=e;const{x:l,y:u,z:c}=e.world_position.val;d.position.set(l,u,c);const _=e.rotation.val;return d.rotation.set(_.x,_.y,_.z),d}!function(e){e[e.Normal=0]="Normal",e[e.Hovered=1]="Hovered",e[e.Selected=2]="Selected"}(a=t.ColorType||(t.ColorType={})),t.OBJECT_COLORS=[],t.OBJECT_COLORS[a.Normal]=16776960,t.OBJECT_COLORS[a.Hovered]=16768831,t.OBJECT_COLORS[a.Selected]=16755200,t.NPC_COLORS=[],t.NPC_COLORS[a.Normal]=16711680,t.NPC_COLORS[a.Hovered]=16727903,t.NPC_COLORS[a.Selected]=16711764,t.create_object_mesh=function(e,i,n){return d(e,i,n,t.OBJECT_COLORS[a.Normal],o.ObjectType[e.type])},t.create_npc_mesh=function(e,i,n){return d(e,i,n,t.NPC_COLORS[a.Normal],s.NpcType[e.type])}},xs7i:function(e,t,i){"use strict";var n;Object.defineProperty(t,"__esModule",{value:!0}),function(e){e[e.I=1]="I",e[e.II=2]="II",e[e.IV=4]="IV"}(n=t.Episode||(t.Episode={})),t.EPISODES=[n.I,n.II,n.IV],t.check_episode=function(e){if(null==n[e])throw new Error(`Invalid episode ${e}.`)}},xyE7:function(e,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0});const n=i("nN8q"),o=i("FXpb"),s=i("c5EP"),r=i("sZ1+");i("5sDa");const a=i("5aKR");class d extends n.ResizableWidget{constructor(){super(o.el.div({class:"quest_editor_NpcCountsView"})),this.table_element=o.el.table(),this.no_quest_view=new a.DisabledView("No quest loaded."),this.element.append(this.table_element,this.no_quest_view.element);const e=s.quest_editor_store.current_quest,t=e.map(e=>null==e);this.bind_hidden(this.table_element,t),this.disposables(this.no_quest_view.visible.bind_to(t),e.observe(({value:e})=>this.update_view(e),{call_now:!0})),this.finalize_construction(d.prototype)}update_view(e){const t=document.createDocumentFragment(),i=new Map;if(e)for(const t of e.npcs.val){const e=i.get(t.type)||0;i.set(t.type,e+1)}const n=8*(i.get(r.NpcType.Canane)||0),s=[...i].sort((e,t)=>e[0]-t[0]);for(const[e,i]of s){const s=e===r.NpcType.Canadine?n:0;t.append(o.el.tr({},o.el.th({text:r.npc_data(e).name+":"}),o.el.td({text:String(i+s)})))}this.table_element.innerHTML="",this.table_element.append(t)}}t.NpcCountsView=d},y42t:function(e,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0});const n=i("yRp4"),o=i("kwt4"),s=i("4mUz");function r(e,t,i){const n=[];for(let s=0;s{e.type===s.ListChangeType.ListChange?(this.splice_rows(e.index,e.removed.length,e.inserted),this.update_footer()):(e.type,s.ListChangeType.ValueChange)},this.splice_rows=(e,t,i)=>{for(let i=0;ithis.create_row(e+i,t));if(e>=this.tbody_element.childElementCount)this.tbody_element.append(...n);else for(let i=0;i{const i=this.table_disposer.add(new r.Disposer);let n=0;return o.el.tr({},...this.columns.map((s,r)=>{const d=s.fixed?o.el.th():o.el.td();try{const o=s.render_cell(t,i);d.append(o),s.input&&d.classList.add("input"),s.fixed&&(d.classList.add("fixed"),d.style.left=`${n}px`,n+=s.width||0),d.style.width=`${s.width}px`,s.text_align&&(d.style.textAlign=s.text_align),s.tooltip&&(d.title=s.tooltip(t))}catch(t){a.warn(`Error while rendering cell for index ${e}, column ${r}.`,t)}return d}))},this.values=e.values,this.columns=e.columns;let t=[];const i=o.el.thead(),n=o.el.tr();let u=0,c=!1;n.append(...this.columns.map((e,t)=>{const i=o.el.th({data:{index:t.toString()}},o.el.span({text:e.title}));return e.fixed&&(i.style.position="sticky",i.style.left=`${u}px`,u+=e.width),i.style.width=`${e.width}px`,e.footer&&(c=!0),i}));const _=e.sort;_&&(n.onmousedown=e=>{if(e.target instanceof HTMLElement){let i=e.target;for(let e=0;e<5&&!i.dataset.index;e++){if(!i.parentElement)return;i=i.parentElement}if(!i.dataset.index)return;const n=parseInt(i.dataset.index,10),o=this.columns[n];if(!o.sortable)return;const s=t.findIndex(e=>e.column===o);if(0===s){const e=t[0];e.direction=e.direction===d.Asc?d.Desc:d.Asc}else-1!==s&&t.splice(s,1),t.unshift({column:o,direction:d.Asc});_(t)}}),i.append(n),this.tbody_element=o.el.tbody(),this.element.append(i,this.tbody_element),c&&(this.footer_row_element=o.el.tr(),this.element.append(o.el.tfoot({},this.footer_row_element)),this.create_footer()),this.disposables(this.values.observe_list(this.update_table)),this.splice_rows(0,this.values.length.val,this.values.val),this.finalize_construction(l.prototype)}create_footer(){const e=[];let t=0;for(let i=0;inull==e);this.table_element.append(o.el.tr({},o.el.th({text:"Episode:"}),this.episode_element=o.el.td()),o.el.tr({},o.el.th({text:"ID:"}),o.el.td({},this.id_input.element)),o.el.tr({},o.el.th({text:"Name:"}),o.el.td({},this.name_input.element)),o.el.tr({},o.el.th({text:"Short description:",col_span:2})),o.el.tr({},o.el.td({col_span:2},this.short_description_input.element)),o.el.tr({},o.el.th({text:"Long description:",col_span:2})),o.el.tr({},o.el.td({col_span:2},this.long_description_input.element))),this.bind_hidden(this.table_element,t),this.element.append(this.table_element,this.no_quest_view.element),this.element.addEventListener("focus",()=>s.quest_editor_store.undo.make_current(),!0),this.disposables(this.no_quest_view.visible.bind_to(t),e.observe(({value:e})=>{this.quest_disposer.dispose_all(),this.episode_element.textContent=e?r.Episode[e.episode]:"",e&&this.quest_disposer.add_all(this.id_input.value.bind_to(e.id),this.id_input.value.observe(s.quest_editor_store.push_edit_id_action),this.name_input.value.bind_to(e.name),this.name_input.value.observe(s.quest_editor_store.push_edit_name_action),this.short_description_input.value.bind_to(e.short_description),this.short_description_input.value.observe(s.quest_editor_store.push_edit_short_description_action),this.long_description_input.value.bind_to(e.long_description),this.long_description_input.value.observe(s.quest_editor_store.push_edit_long_description_action))})),this.finalize_construction(_.prototype)}}t.QuesInfoView=_},yub1:function(e,t,i){"use strict";var n=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});const o=n(i("GGSb")),s=i("9Ykw"),r=o.default.get("data_formats/parsing/ninja/texture"),a=1213027928,d=1414682200;t.parse_xvm=function(e){const t=s.parse_iff(e),i=t.find(e=>e.type===a),n=i&&function(e){return{texture_count:e.u16()}}(i.data),o=t.filter(e=>e.type===d).map(e=>(function(e){const t=e.u32(),i=e.u32(),n=e.u32(),o=e.u16(),s=e.u16(),r=e.u32();e.seek(36);const a=e.array_buffer(r);return{id:n,format:[t,i],width:o,height:s,size:r,data:a}})(e.data));return n?n.texture_count!==o.length&&r.warn(`Found ${o.length} textures instead of ${n.texture_count} as defined in the header.`):r.warn("No header found."),{textures:o}}},yxQK:function(e,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0});const n=i("FXpb");i("pNch");const o=i("4SjJ"),s=i("TRid"),r=i("1z6m"),a=i("sv1z"),d=i("ouMO"),l=[[o.GuiTool.Viewer,"Viewer"],[o.GuiTool.QuestEditor,"Quest Editor"],[o.GuiTool.HuntOptimizer,"Hunt Optimizer"]];class u extends s.Widget{constructor(){super(n.el.div({class:"application_NavigationView"})),this.height=30,this.buttons=new Map(l.map(([e,t])=>[e,this.disposable(new r.NavigationButton(e,t))])),this.mark_tool_button=e=>{const t=this.buttons.get(e);t&&(t.checked=!0)},this.element.style.height=`${this.height}px`,this.element.onmousedown=this.mousedown;for(const e of this.buttons.values())this.element.append(e.element);this.element.append(n.el.div({class:"application_NavigationView_spacer"}));const e=this.disposable(new a.Select(d.property(["Ephinea"]),e=>e,{label:"Server:",enabled:!1,selected:"Ephinea",tooltip:"Only Ephinea is supported at the moment"}));this.element.append(n.el.span({class:"application_NavigationView_server"},e.label.element,e.element),n.el.a({class:"application_NavigationView_github",href:"https://github.com/DaanVandenBosch/phantasmal-world",title:"GitHub"},n.icon(n.Icon.GitHub))),this.mark_tool_button(o.gui_store.tool.val),this.disposable(o.gui_store.tool.observe(({value:e})=>this.mark_tool_button(e))),this.finalize_construction(u.prototype)}mousedown(e){e.target instanceof HTMLLabelElement&&e.target.control instanceof HTMLInputElement&&(o.gui_store.tool.val=o.GuiTool[e.target.control.value])}}t.NavigationView=u},zBQr:function(e,t,i){"use strict";var n=this&&this.__awaiter||function(e,t,i,n){return new(i||(i=Promise))(function(o,s){function r(e){try{d(n.next(e))}catch(e){s(e)}}function a(e){try{d(n.throw(e))}catch(e){s(e)}}function d(e){e.done?o(e.value):new i(function(t){t(e.value)}).then(r,a)}d((n=n.apply(e,t||[])).next())})};Object.defineProperty(t,"__esModule",{value:!0});const o=i("yfUv"),s=i("LvDl"),r="QuestEditorUiPersister.layout_config";class a extends o.Persister{constructor(){super(...arguments),this.persist_layout_config=s.throttle(e=>{this.persist(r,e)},500,{leading:!1,trailing:!0})}load_layout_config(e,t){return n(this,void 0,void 0,function*(){const i=yield this.load(r);return i&&this.verify_layout_config(i,e)?i:t})}verify_layout_config(e,t){const i=new Set(t);for(const t of e)if(!this.verify_layout_child(t,i,new Set,!0))return!1;return!0}verify_layout_child(e,t,i,n){if(!e)return!1;if("componentName"in e){if(!t.has(e.componentName))return!1;i.add(e.componentName)}if(e.content)for(const n of e.content)if(!this.verify_layout_child(n,t,i,!1))return!1;return!n||t.size===i.size}}t.QuestEditorUiPersister=a,t.quest_editor_ui_persister=new a}},[["/7QA",2,0,3]]]); \ No newline at end of file diff --git a/main.f992e4453dd0ad27851d.js b/main.f992e4453dd0ad27851d.js deleted file mode 100644 index 67ac5f18..00000000 --- a/main.f992e4453dd0ad27851d.js +++ /dev/null @@ -1 +0,0 @@ -(window.webpackJsonp=window.webpackJsonp||[]).push([[1],{"2YZa":function(e,t,n){"use strict";n.r(t);var i=n("q1tI"),o=n.n(i),r=n("i8i4"),s=n.n(r),a=n("GGSb"),d=n.n(a),l=n("O388"),u=n.n(l),c=n("BvKs"),_=n("2fM7"),p=n("kMSe");function v(e){const t=Object.values(e),n=t.filter(e=>"number"==typeof e);return n.length?n:t}class w{constructor(e,t){this.values=new Map,this.keys=v(e);for(const e of this.keys)this.values.set(e,t(e))}get(e){return this.values.get(e)}}const h=1/512,f=.1;var m;!function(e){e.Ephinea="Ephinea"}(m||(m={}));v(m);var g;!function(e){e[e.Viridia=0]="Viridia",e[e.Greenill=1]="Greenill",e[e.Skyly=2]="Skyly",e[e.Bluefull=3]="Bluefull",e[e.Purplenum=4]="Purplenum",e[e.Pinkal=5]="Pinkal",e[e.Redria=6]="Redria",e[e.Oran=7]="Oran",e[e.Yellowboze=8]="Yellowboze",e[e.Whitill=9]="Whitill"}(g||(g={}));const y=v(g);var k;!function(e){e[e.Normal=0]="Normal",e[e.Hard=1]="Hard",e[e.VHard=2]="VHard",e[e.Ultimate=3]="Ultimate"}(k||(k={}));const R=v(k);var b=n("7Uv3"),N=n.n(b),E=n("fyUT"),T=n("2vnA"),S=function(e,t,n,i){var o,r=arguments.length,s=r<3?t:null===i?i=Object.getOwnPropertyDescriptor(t,n):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(e,t,n,i);else for(var a=e.length-1;a>=0;a--)(o=e[a])&&(s=(r<3?o(s):r>3?o(t,n,s):o(t,n))||s);return r>3&&s&&Object.defineProperty(t,n,s),s};class O{constructor(e,t,n,i,o,r,s){this.id=e,this.name=t,this.min_atp=n,this.max_atp=i,this.ata=o,this.max_grind=r,this.required_atp=s}}class C{constructor(e,t,n,i,o,r,s,a,d,l,u){this.id=e,this.name=t,this.atp=n,this.ata=i,this.min_evp=o,this.max_evp=r,this.min_dfp=s,this.max_dfp=a,this.mst=d,this.hp=l,this.lck=u}}class D{constructor(e,t,n,i,o,r,s,a,d,l,u){this.id=e,this.name=t,this.atp=n,this.ata=i,this.min_evp=o,this.max_evp=r,this.min_dfp=s,this.max_dfp=a,this.mst=d,this.hp=l,this.lck=u}}class P{constructor(e,t){this.id=e,this.name=t}}class F{constructor(e,t){this.id=e,this.name=t}}class W{constructor(e){this.type=e,this.attribute=0,this.hit=0,this.grind=0}get grind_atp(){return 2*this.grind}}S([T.n],W.prototype,"attribute",void 0),S([T.n],W.prototype,"hit",void 0),S([T.n],W.prototype,"grind",void 0),S([T.f],W.prototype,"grind_atp",null);var L,U=n("LvDl"),M=function(e,t,n,i){var o,r=arguments.length,s=r<3?t:null===i?i=Object.getOwnPropertyDescriptor(t,n):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(e,t,n,i);else for(var a=e.length-1;a>=0;a--)(o=e[a])&&(s=(r<3?o(s):r>3?o(t,n,s):o(t,n))||s);return r>3&&s&&Object.defineProperty(t,n,s),s},I=function(e,t,n,i){return new(n||(n=Promise))(function(o,r){function s(e){try{d(i.next(e))}catch(e){r(e)}}function a(e){try{d(i.throw(e))}catch(e){r(e)}}function d(e){e.done?o(e.value):new n(function(t){t(e.value)}).then(s,a)}d((i=i.apply(e,t||[])).next())})};!function(e){e[e.Uninitialized=0]="Uninitialized",e[e.Initializing=1]="Initializing",e[e.Nominal=2]="Nominal",e[e.Error=3]="Error",e[e.Reloading=4]="Reloading"}(L||(L={}));class B{constructor(e,t){this._promise=new Promise(e=>e(this._value)),this._state=L.Uninitialized,this._value=e,this._load=t}get value(){return this._state===L.Uninitialized&&Object(U.defer)(()=>this.load_value()),this._value}set value(e){this._value=e}get promise(){return this._state===L.Uninitialized?this.load_value():this._promise}get state(){return this._state}get is_initialized(){return this._state!==L.Uninitialized}get is_loading(){switch(this._state){case L.Initializing:case L.Reloading:return!0;default:return!1}}get error(){return this._error}load(){return this.load_value()}load_value(){return I(this,void 0,void 0,function*(){if(this.is_loading)return this._promise;this._state=L.Initializing;try{return this._load&&(this._promise=this._load(),this._value=yield this._promise),this._state=L.Nominal,this._error=void 0,this._value}catch(e){throw this._state=L.Error,this._error=e,e}})}}M([T.n],B.prototype,"_value",void 0),M([T.n],B.prototype,"_promise",void 0),M([T.n],B.prototype,"_state",void 0),M([T.n],B.prototype,"_error",void 0),M([T.f],B.prototype,"value",null),M([T.f],B.prototype,"state",null),M([T.f],B.prototype,"is_initialized",null),M([T.f],B.prototype,"is_loading",null),M([T.f],B.prototype,"error",null);var A=function(e,t,n,i){var o,r=arguments.length,s=r<3?t:null===i?i=Object.getOwnPropertyDescriptor(t,n):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(e,t,n,i);else for(var a=e.length-1;a>=0;a--)(o=e[a])&&(s=(r<3?o(s):r>3?o(t,n,s):o(t,n))||s);return r>3&&s&&Object.defineProperty(t,n,s),s};class x{constructor(){this.current_server=m.Ephinea,this.current_tool=this.init_tool(),this.global_keyup_handlers=new Map,this.dispatch_global_keyup=e=>{const t=[];e.ctrlKey&&t.push("Ctrl"),e.shiftKey&&t.push("Shift"),e.altKey&&t.push("Alt"),t.push(e.key.toUpperCase());const n=t.join("-"),i=this.global_keyup_handlers.get(`${this.current_tool} -> ${n}`);i&&i()},Object(T.e)(()=>{window.location.hash=`#/${this.current_tool}`})}on_global_keyup(e,t,n){this.global_keyup_handlers.set(`${e} -> ${t}`,n)}init_tool(){const e=window.location.hash.slice(2);return e.length?e:"viewer"}}A([T.n],x.prototype,"current_server",void 0),A([T.n],x.prototype,"current_tool",void 0);const j=new x;class G extends w{constructor(e){super(m,e)}get current(){return this.get(j.current_server)}}(function(e,t,n,i){var o,r=arguments.length,s=r<3?t:null===i?i=Object.getOwnPropertyDescriptor(t,n):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(e,t,n,i);else for(var a=e.length-1;a>=0;a--)(o=e[a])&&(s=(r<3?o(s):r>3?o(t,n,s):o(t,n))||s);r>3&&s&&Object.defineProperty(t,n,s)})([T.f],G.prototype,"current",null);var K=function(e,t,n,i){return new(n||(n=Promise))(function(o,r){function s(e){try{d(i.next(e))}catch(e){r(e)}}function a(e){try{d(i.throw(e))}catch(e){r(e)}}function d(e){e.done?o(e.value):new n(function(t){t(e.value)}).then(s,a)}d((i=i.apply(e,t||[])).next())})};class z{constructor(){this.id_to_item_type=[],this.item_types=[],this.load=e=>K(this,void 0,void 0,function*(){const t=yield fetch(`/assets/itemTypes.${m[e].toLowerCase()}.json`),n=yield t.json(),i=new Array;for(const e of n){let t;switch(e.class){case"weapon":t=new O(e.id,e.name,e.minAtp,e.maxAtp,e.ata,e.maxGrind,e.requiredAtp);break;case"armor":t=new C(e.id,e.name,e.atp,e.ata,e.minEvp,e.maxEvp,e.minDfp,e.maxDfp,e.mst,e.hp,e.lck);break;case"shield":t=new D(e.id,e.name,e.atp,e.ata,e.minEvp,e.maxEvp,e.minDfp,e.maxDfp,e.mst,e.hp,e.lck);break;case"unit":t=new P(e.id,e.name);break;case"tool":t=new F(e.id,e.name);break;default:continue}this.id_to_item_type[t.id]=t,i.push(t)}return this.item_types=i,this})}get_by_id(e){return this.id_to_item_type[e]}}(function(e,t,n,i){var o,r=arguments.length,s=r<3?t:null===i?i=Object.getOwnPropertyDescriptor(t,n):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(e,t,n,i);else for(var a=e.length-1;a>=0;a--)(o=e[a])&&(s=(r<3?o(s):r>3?o(t,n,s):o(t,n))||s);r>3&&s&&Object.defineProperty(t,n,s)})([T.n],z.prototype,"item_types",void 0);const H=new G(e=>{const t=new z;return new B(t,()=>t.load(e))});var V=function(e,t,n,i){var o,r=arguments.length,s=r<3?t:null===i?i=Object.getOwnPropertyDescriptor(t,n):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(e,t,n,i);else for(var a=e.length-1;a>=0;a--)(o=e[a])&&(s=(r<3?o(s):r>3?o(t,n,s):o(t,n))||s);return r>3&&s&&Object.defineProperty(t,n,s),s};const q=.2*.9,$=1.89*q;class J{constructor(e,t){this.store=e,this.item=t}get shifta_atp(){return this.item.type.min_atp===this.item.type.max_atp?0:this.item.type.max_atp*this.store.shifta_factor}get min_atp(){return this.item.type.min_atp+this.item.grind_atp}get max_atp(){return this.item.type.max_atp+this.item.grind_atp+this.shifta_atp}get final_min_atp(){return this.min_atp+this.store.armor_atp+this.store.shield_atp+this.store.base_atp+this.store.base_shifta_atp}get final_max_atp(){return this.max_atp+this.store.armor_atp+this.store.shield_atp+this.store.base_atp+this.store.base_shifta_atp}get min_normal_damage(){return(this.final_min_atp-this.store.enemy_dfp)*q}get max_normal_damage(){return(this.final_max_atp-this.store.enemy_dfp)*q}get avg_normal_damage(){return(this.min_normal_damage+this.max_normal_damage)/2}get min_heavy_damage(){return(this.final_min_atp-this.store.enemy_dfp)*$}get max_heavy_damage(){return(this.final_max_atp-this.store.enemy_dfp)*$}get avg_heavy_damage(){return(this.min_heavy_damage+this.max_heavy_damage)/2}}V([T.f],J.prototype,"shifta_atp",null),V([T.f],J.prototype,"min_atp",null),V([T.f],J.prototype,"max_atp",null),V([T.f],J.prototype,"final_min_atp",null),V([T.f],J.prototype,"final_max_atp",null),V([T.f],J.prototype,"min_normal_damage",null),V([T.f],J.prototype,"max_normal_damage",null),V([T.f],J.prototype,"avg_normal_damage",null),V([T.f],J.prototype,"min_heavy_damage",null),V([T.f],J.prototype,"max_heavy_damage",null),V([T.f],J.prototype,"avg_heavy_damage",null);class Y{constructor(){this.char_atp=0,this.mag_pow=0,this.shifta_lvl=0,this.weapons=T.n.array(),this.add_weapon=e=>{this.weapons.push(new J(this,new W(e)))},this.enemy_dfp=0}get weapon_types(){return H.current.value.item_types.filter(e=>e instanceof O)}get armor_types(){return H.current.value.item_types.filter(e=>e instanceof C)}get shield_types(){return H.current.value.item_types.filter(e=>e instanceof D)}get armor_atp(){return this.armor_type?this.armor_type.atp:0}get shield_atp(){return this.shield_type?this.shield_type.atp:0}get base_atp(){return this.char_atp+2*this.mag_pow}get shifta_factor(){return this.shifta_lvl?.013*(this.shifta_lvl-1)+.1:0}get base_shifta_atp(){return this.base_atp*this.shifta_factor}}V([T.f],Y.prototype,"weapon_types",null),V([T.f],Y.prototype,"armor_types",null),V([T.f],Y.prototype,"shield_types",null),V([T.n],Y.prototype,"char_atp",void 0),V([T.n],Y.prototype,"mag_pow",void 0),V([T.f],Y.prototype,"armor_atp",null),V([T.f],Y.prototype,"shield_atp",null),V([T.n],Y.prototype,"shifta_lvl",void 0),V([T.f],Y.prototype,"base_atp",null),V([T.f],Y.prototype,"shifta_factor",null),V([T.f],Y.prototype,"base_shifta_atp",null),V([T.n],Y.prototype,"weapons",void 0),V([T.n],Y.prototype,"armor_type",void 0),V([T.n],Y.prototype,"shield_type",void 0),V([T.n],Y.prototype,"enemy_dfp",void 0);const Z=new Y;var X=n("QCG5"),Q=n.n(X),ee=n("4D8E"),te=n.n(ee);class ne extends i.PureComponent{render(){return o.a.createElement(Q.a,Object.assign({className:te.a.main},this.props))}}let ie=class extends i.Component{constructor(){super(...arguments),this.add_weapon=e=>{if(e){let t=H.current.value.get_by_id(e.value);Z.add_weapon(t)}},this.armor_changed=e=>{if(e){let t=H.current.value.get_by_id(e.value);Z.armor_type=t}else Z.armor_type=void 0},this.shield_changed=e=>{if(e){let t=H.current.value.get_by_id(e.value);Z.shield_type=t}else Z.shield_type=void 0}}render(){return o.a.createElement("section",null,o.a.createElement("section",null,o.a.createElement("div",null,"Weapons:"),o.a.createElement(ne,{placeholder:"Add a weapon",value:void 0,options:Z.weapon_types.map(e=>({label:e.name,value:e.id})),onChange:this.add_weapon}),o.a.createElement("table",null,o.a.createElement("thead",null,o.a.createElement("tr",null,o.a.createElement("td",null,"Weapon"),o.a.createElement("td",null,"Min. ATP"),o.a.createElement("td",null,"Max. ATP"),o.a.createElement("td",null,"Grind"),o.a.createElement("td",null,"Grind ATP"),o.a.createElement("td",null,"Shifta ATP"),o.a.createElement("td",null,"Final Min. ATP"),o.a.createElement("td",null,"Final Max. ATP"),o.a.createElement("td",null,"Min. Normal Damage"),o.a.createElement("td",null,"Max. Normal Damage"),o.a.createElement("td",null,"Avg. Normal Damage"),o.a.createElement("td",null,"Min. Heavy Damage"),o.a.createElement("td",null,"Max. Heavy Damage"),o.a.createElement("td",null,"Avg. Heavy Damage"))),o.a.createElement("tbody",null,Z.weapons.map((e,t)=>o.a.createElement("tr",{key:t},o.a.createElement("td",null,e.item.type.name),o.a.createElement("td",null,e.item.type.min_atp),o.a.createElement("td",null,e.item.type.max_atp),o.a.createElement("td",null,o.a.createElement(E.a,{size:"small",value:e.item.grind,min:0,max:e.item.type.max_grind,step:1,onChange:t=>e.item.grind=t||0})),o.a.createElement("td",null,e.item.grind_atp),o.a.createElement("td",null,e.shifta_atp.toFixed(1)),o.a.createElement("td",null,e.final_min_atp.toFixed(1)),o.a.createElement("td",null,e.final_max_atp.toFixed(1)),o.a.createElement("td",null,e.min_normal_damage.toFixed(1)),o.a.createElement("td",null,e.max_normal_damage.toFixed(1)),o.a.createElement("td",null,e.avg_normal_damage.toFixed(1)),o.a.createElement("td",null,e.min_heavy_damage.toFixed(1)),o.a.createElement("td",null,e.max_heavy_damage.toFixed(1)),o.a.createElement("td",null,e.avg_heavy_damage.toFixed(1)))))),o.a.createElement("div",null,"Character ATP:"),o.a.createElement(E.a,{value:Z.char_atp,min:0,step:1,onChange:e=>Z.char_atp=e||0}),o.a.createElement("div",null,"MAG POW:"),o.a.createElement(E.a,{value:Z.mag_pow,min:0,max:200,step:1,onChange:e=>Z.mag_pow=e||0}),o.a.createElement("div",null,"Armor:"),o.a.createElement(ne,{placeholder:"Choose an armor",value:Z.armor_type&&Z.armor_type.id,options:Z.armor_types.map(e=>({label:e.name,value:e.id})),onChange:this.armor_changed}),o.a.createElement("span",null,"Armor ATP: ",Z.armor_atp),o.a.createElement("div",null,"Shield:"),o.a.createElement(ne,{placeholder:"Choose a shield",value:Z.shield_type&&Z.shield_type.id,options:Z.shield_types.map(e=>({label:e.name,value:e.id})),onChange:this.shield_changed}),o.a.createElement("span",null,"Shield ATP: ",Z.shield_atp),o.a.createElement("div",null,"Shifta level:"),o.a.createElement(E.a,{value:Z.shifta_lvl,min:0,max:30,step:1,onChange:e=>Z.shifta_lvl=e||0}),o.a.createElement("div",null,"Shifta factor:"),o.a.createElement("div",null,Z.shifta_factor.toFixed(3)),o.a.createElement("div",null,"Base shifta ATP:"),o.a.createElement("div",null,Z.base_shifta_atp.toFixed(2))))}};ie=function(e,t,n,i){var o,r=arguments.length,s=r<3?t:null===i?i=Object.getOwnPropertyDescriptor(t,n):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(e,t,n,i);else for(var a=e.length-1;a>=0;a--)(o=e[a])&&(s=(r<3?o(s):r>3?o(t,n,s):o(t,n))||s);return r>3&&s&&Object.defineProperty(t,n,s),s}([p.a],ie);var oe=n("+KLJ"),re=n("Gtni"),se=n.n(re);class ae extends i.Component{constructor(){super(...arguments),this.state={has_error:!1}}render(){return this.state.has_error?o.a.createElement("div",{className:se.a.main},o.a.createElement("div",null,o.a.createElement(oe.a,{type:"error",message:"Something went wrong."}))):this.props.children}static getDerivedStateFromError(){return{has_error:!0}}}function de(e){const t=t=>o.a.createElement(ae,null,o.a.createElement(e,Object.assign({},t)));return t.displayName=`${e.displayName}ErrorBoundary`,t}var le=n("ZTPi"),ue=n("DyTH"),ce=n.n(ue),_e=n("kl6h"),pe=n("wd/R"),ve=n.n(pe),we=n("c7k8"),he=function(e,t,n,i){return new(n||(n=Promise))(function(o,r){function s(e){try{d(i.next(e))}catch(e){r(e)}}function a(e){try{d(i.throw(e))}catch(e){r(e)}}function d(e){e.done?o(e.value):new n(function(t){t(e.value)}).then(s,a)}d((i=i.apply(e,t||[])).next())})};const fe=d.a.get("persistence/Persister");class me{persist_for_server(e,t,n){this.persist(t+"."+m[e],n)}persist(e,t){try{localStorage.setItem(e,JSON.stringify(t))}catch(t){fe.error(`Couldn't persist ${e}.`,t)}}load_for_server(e,t){return he(this,void 0,void 0,function*(){return this.load(t+"."+m[e])})}load(e){return he(this,void 0,void 0,function*(){try{const t=localStorage.getItem(e);return t&&JSON.parse(t)}catch(t){return void fe.error(`Couldn't load ${e}.`,t)}})}}var ge=function(e,t,n,i){return new(n||(n=Promise))(function(o,r){function s(e){try{d(i.next(e))}catch(e){r(e)}}function a(e){try{d(i.throw(e))}catch(e){r(e)}}function d(e){e.done?o(e.value):new n(function(t){t(e.value)}).then(s,a)}d((i=i.apply(e,t||[])).next())})};const ye="HuntMethodStore.methodUserTimes";const ke=new class extends me{persist_method_user_times(e,t){const n={};for(const t of e)null!=t.user_time&&(n[t.id]=t.user_time);this.persist_for_server(t,ye,n)}load_method_user_times(e,t){return ge(this,void 0,void 0,function*(){const n=yield this.load_for_server(t,ye);if(n)for(const t of e)t.user_time=n[t.id];return e})}};var Re;!function(e){e[e.I=1]="I",e[e.II=2]="II",e[e.IV=4]="IV"}(Re||(Re={}));const be=[Re.I,Re.II,Re.IV];function Ne(e){if(null==Re[e])throw new Error(`Invalid episode ${e}.`)}var Ee;!function(e){e[e.Unknown=0]="Unknown",e[e.FemaleFat=1]="FemaleFat",e[e.FemaleMacho=2]="FemaleMacho",e[e.FemaleTall=3]="FemaleTall",e[e.MaleDwarf=4]="MaleDwarf",e[e.MaleFat=5]="MaleFat",e[e.MaleMacho=6]="MaleMacho",e[e.MaleOld=7]="MaleOld",e[e.BlueSoldier=8]="BlueSoldier",e[e.RedSoldier=9]="RedSoldier",e[e.Principal=10]="Principal",e[e.Tekker=11]="Tekker",e[e.GuildLady=12]="GuildLady",e[e.Scientist=13]="Scientist",e[e.Nurse=14]="Nurse",e[e.Irene=15]="Irene",e[e.ItemShop=16]="ItemShop",e[e.Nurse2=17]="Nurse2",e[e.Hildebear=18]="Hildebear",e[e.Hildeblue=19]="Hildeblue",e[e.RagRappy=20]="RagRappy",e[e.AlRappy=21]="AlRappy",e[e.Monest=22]="Monest",e[e.Mothmant=23]="Mothmant",e[e.SavageWolf=24]="SavageWolf",e[e.BarbarousWolf=25]="BarbarousWolf",e[e.Booma=26]="Booma",e[e.Gobooma=27]="Gobooma",e[e.Gigobooma=28]="Gigobooma",e[e.Dragon=29]="Dragon",e[e.GrassAssassin=30]="GrassAssassin",e[e.PoisonLily=31]="PoisonLily",e[e.NarLily=32]="NarLily",e[e.NanoDragon=33]="NanoDragon",e[e.EvilShark=34]="EvilShark",e[e.PalShark=35]="PalShark",e[e.GuilShark=36]="GuilShark",e[e.PofuillySlime=37]="PofuillySlime",e[e.PouillySlime=38]="PouillySlime",e[e.PanArms=39]="PanArms",e[e.Migium=40]="Migium",e[e.Hidoom=41]="Hidoom",e[e.DeRolLe=42]="DeRolLe",e[e.Dubchic=43]="Dubchic",e[e.Gilchic=44]="Gilchic",e[e.Garanz=45]="Garanz",e[e.SinowBeat=46]="SinowBeat",e[e.SinowGold=47]="SinowGold",e[e.Canadine=48]="Canadine",e[e.Canane=49]="Canane",e[e.Dubswitch=50]="Dubswitch",e[e.VolOpt=51]="VolOpt",e[e.Delsaber=52]="Delsaber",e[e.ChaosSorcerer=53]="ChaosSorcerer",e[e.DarkGunner=54]="DarkGunner",e[e.DeathGunner=55]="DeathGunner",e[e.ChaosBringer=56]="ChaosBringer",e[e.DarkBelra=57]="DarkBelra",e[e.Dimenian=58]="Dimenian",e[e.LaDimenian=59]="LaDimenian",e[e.SoDimenian=60]="SoDimenian",e[e.Bulclaw=61]="Bulclaw",e[e.Bulk=62]="Bulk",e[e.Claw=63]="Claw",e[e.DarkFalz=64]="DarkFalz",e[e.Hildebear2=65]="Hildebear2",e[e.Hildeblue2=66]="Hildeblue2",e[e.RagRappy2=67]="RagRappy2",e[e.LoveRappy=68]="LoveRappy",e[e.StRappy=69]="StRappy",e[e.HalloRappy=70]="HalloRappy",e[e.EggRappy=71]="EggRappy",e[e.Monest2=72]="Monest2",e[e.Mothmant2=73]="Mothmant2",e[e.PoisonLily2=74]="PoisonLily2",e[e.NarLily2=75]="NarLily2",e[e.GrassAssassin2=76]="GrassAssassin2",e[e.Dimenian2=77]="Dimenian2",e[e.LaDimenian2=78]="LaDimenian2",e[e.SoDimenian2=79]="SoDimenian2",e[e.DarkBelra2=80]="DarkBelra2",e[e.BarbaRay=81]="BarbaRay",e[e.SavageWolf2=82]="SavageWolf2",e[e.BarbarousWolf2=83]="BarbarousWolf2",e[e.PanArms2=84]="PanArms2",e[e.Migium2=85]="Migium2",e[e.Hidoom2=86]="Hidoom2",e[e.Dubchic2=87]="Dubchic2",e[e.Gilchic2=88]="Gilchic2",e[e.Garanz2=89]="Garanz2",e[e.Dubswitch2=90]="Dubswitch2",e[e.Delsaber2=91]="Delsaber2",e[e.ChaosSorcerer2=92]="ChaosSorcerer2",e[e.GolDragon=93]="GolDragon",e[e.SinowBerill=94]="SinowBerill",e[e.SinowSpigell=95]="SinowSpigell",e[e.Merillia=96]="Merillia",e[e.Meriltas=97]="Meriltas",e[e.Mericarol=98]="Mericarol",e[e.Mericus=99]="Mericus",e[e.Merikle=100]="Merikle",e[e.UlGibbon=101]="UlGibbon",e[e.ZolGibbon=102]="ZolGibbon",e[e.Gibbles=103]="Gibbles",e[e.Gee=104]="Gee",e[e.GiGue=105]="GiGue",e[e.IllGill=106]="IllGill",e[e.DelLily=107]="DelLily",e[e.Epsilon=108]="Epsilon",e[e.GalGryphon=109]="GalGryphon",e[e.Deldepth=110]="Deldepth",e[e.Delbiter=111]="Delbiter",e[e.Dolmolm=112]="Dolmolm",e[e.Dolmdarl=113]="Dolmdarl",e[e.Morfos=114]="Morfos",e[e.Recobox=115]="Recobox",e[e.Recon=116]="Recon",e[e.SinowZoa=117]="SinowZoa",e[e.SinowZele=118]="SinowZele",e[e.OlgaFlow=119]="OlgaFlow",e[e.SandRappy=120]="SandRappy",e[e.DelRappy=121]="DelRappy",e[e.Astark=122]="Astark",e[e.SatelliteLizard=123]="SatelliteLizard",e[e.Yowie=124]="Yowie",e[e.MerissaA=125]="MerissaA",e[e.MerissaAA=126]="MerissaAA",e[e.Girtablulu=127]="Girtablulu",e[e.Zu=128]="Zu",e[e.Pazuzu=129]="Pazuzu",e[e.Boota=130]="Boota",e[e.ZeBoota=131]="ZeBoota",e[e.BaBoota=132]="BaBoota",e[e.Dorphon=133]="Dorphon",e[e.DorphonEclair=134]="DorphonEclair",e[e.Goran=135]="Goran",e[e.PyroGoran=136]="PyroGoran",e[e.GoranDetonator=137]="GoranDetonator",e[e.SaintMilion=138]="SaintMilion",e[e.Shambertin=139]="Shambertin",e[e.Kondrieu=140]="Kondrieu"}(Ee||(Ee={}));const Te=[],Se=[];function Oe(e){return De[e]}const Ce=[void 0,new Map,new Map,void 0,new Map],De=[];function Pe(e,t,n,i,o,r,s){if(Te.push(e),r&&Se.push(e),De[e]={name:t,simple_name:n,ultimate_name:i,episode:o,enemy:r,rare_type:s},o){const t=Ce[o];t&&(t.set(n,e),t.set(i,e))}}Pe(Ee.Unknown,"Unknown","Unknown","Unknown",void 0,!1),Pe(Ee.FemaleFat,"Female Fat","Female Fat","Female Fat",void 0,!1),Pe(Ee.FemaleMacho,"Female Macho","Female Macho","Female Macho",void 0,!1),Pe(Ee.FemaleTall,"Female Tall","Female Tall","Female Tall",void 0,!1),Pe(Ee.MaleDwarf,"Male Dwarf","Male Dwarf","Male Dwarf",void 0,!1),Pe(Ee.MaleFat,"Male Fat","Male Fat","Male Fat",void 0,!1),Pe(Ee.MaleMacho,"Male Macho","Male Macho","Male Macho",void 0,!1),Pe(Ee.MaleOld,"Male Old","Male Old","Male Old",void 0,!1),Pe(Ee.BlueSoldier,"Blue Soldier","Blue Soldier","Blue Soldier",void 0,!1),Pe(Ee.RedSoldier,"Red Soldier","Red Soldier","Red Soldier",void 0,!1),Pe(Ee.Principal,"Principal","Principal","Principal",void 0,!1),Pe(Ee.Tekker,"Tekker","Tekker","Tekker",void 0,!1),Pe(Ee.GuildLady,"Guild Lady","Guild Lady","Guild Lady",void 0,!1),Pe(Ee.Scientist,"Scientist","Scientist","Scientist",void 0,!1),Pe(Ee.Nurse,"Nurse","Nurse","Nurse",void 0,!1),Pe(Ee.Irene,"Irene","Irene","Irene",void 0,!1),Pe(Ee.ItemShop,"Item Shop","Item Shop","Item Shop",void 0,!1),Pe(Ee.Nurse2,"Nurse (Ep. II);","Nurse","Nurse",2,!1),Pe(Ee.Hildebear,"Hildebear","Hildebear","Hildelt",1,!0,Ee.Hildeblue),Pe(Ee.Hildeblue,"Hildeblue","Hildeblue","Hildetorr",1,!0),Pe(Ee.RagRappy,"Rag Rappy","Rag Rappy","El Rappy",1,!0,Ee.AlRappy),Pe(Ee.AlRappy,"Al Rappy","Al Rappy","Pal Rappy",1,!0),Pe(Ee.Monest,"Monest","Monest","Mothvist",1,!0),Pe(Ee.Mothmant,"Mothmant","Mothmant","Mothvert",1,!0),Pe(Ee.SavageWolf,"Savage Wolf","Savage Wolf","Gulgus",1,!0),Pe(Ee.BarbarousWolf,"Barbarous Wolf","Barbarous Wolf","Gulgus-Gue",1,!0),Pe(Ee.Booma,"Booma","Booma","Bartle",1,!0),Pe(Ee.Gobooma,"Gobooma","Gobooma","Barble",1,!0),Pe(Ee.Gigobooma,"Gigobooma","Gigobooma","Tollaw",1,!0),Pe(Ee.Dragon,"Dragon","Dragon","Sil Dragon",1,!0),Pe(Ee.GrassAssassin,"Grass Assassin","Grass Assassin","Crimson Assassin",1,!0),Pe(Ee.PoisonLily,"Poison Lily","Poison Lily","Ob Lily",1,!0,Ee.NarLily),Pe(Ee.NarLily,"Nar Lily","Nar Lily","Mil Lily",1,!0),Pe(Ee.NanoDragon,"Nano Dragon","Nano Dragon","Nano Dragon",1,!0),Pe(Ee.EvilShark,"Evil Shark","Evil Shark","Vulmer",1,!0),Pe(Ee.PalShark,"Pal Shark","Pal Shark","Govulmer",1,!0),Pe(Ee.GuilShark,"Guil Shark","Guil Shark","Melqueek",1,!0),Pe(Ee.PofuillySlime,"Pofuilly Slime","Pofuilly Slime","Pofuilly Slime",1,!0,Ee.PouillySlime),Pe(Ee.PouillySlime,"Pouilly Slime","Pouilly Slime","Pouilly Slime",1,!0),Pe(Ee.PanArms,"Pan Arms","Pan Arms","Pan Arms",1,!0),Pe(Ee.Migium,"Migium","Migium","Migium",1,!0),Pe(Ee.Hidoom,"Hidoom","Hidoom","Hidoom",1,!0),Pe(Ee.DeRolLe,"De Rol Le","De Rol Le","Dal Ra Lie",1,!0),Pe(Ee.Dubchic,"Dubchic","Dubchic","Dubchich",1,!0),Pe(Ee.Gilchic,"Gilchic","Gilchic","Gilchich",1,!0),Pe(Ee.Garanz,"Garanz","Garanz","Baranz",1,!0),Pe(Ee.SinowBeat,"Sinow Beat","Sinow Beat","Sinow Blue",1,!0),Pe(Ee.SinowGold,"Sinow Gold","Sinow Gold","Sinow Red",1,!0),Pe(Ee.Canadine,"Canadine","Canadine","Canabin",1,!0),Pe(Ee.Canane,"Canane","Canane","Canune",1,!0),Pe(Ee.Dubswitch,"Dubswitch","Dubswitch","Dubswitch",1,!0),Pe(Ee.VolOpt,"Vol Opt","Vol Opt","Vol Opt ver.2",1,!0),Pe(Ee.Delsaber,"Delsaber","Delsaber","Delsaber",1,!0),Pe(Ee.ChaosSorcerer,"Chaos Sorcerer","Chaos Sorcerer","Gran Sorcerer",1,!0),Pe(Ee.DarkGunner,"Dark Gunner","Dark Gunner","Dark Gunner",1,!0),Pe(Ee.DeathGunner,"Death Gunner","Death Gunner","Death Gunner",1,!0),Pe(Ee.ChaosBringer,"Chaos Bringer","Chaos Bringer","Dark Bringer",1,!0),Pe(Ee.DarkBelra,"Dark Belra","Dark Belra","Indi Belra",1,!0),Pe(Ee.Dimenian,"Dimenian","Dimenian","Arlan",1,!0),Pe(Ee.LaDimenian,"La Dimenian","La Dimenian","Merlan",1,!0),Pe(Ee.SoDimenian,"So Dimenian","So Dimenian","Del-D",1,!0),Pe(Ee.Bulclaw,"Bulclaw","Bulclaw","Bulclaw",1,!0),Pe(Ee.Bulk,"Bulk","Bulk","Bulk",1,!0),Pe(Ee.Claw,"Claw","Claw","Claw",1,!0),Pe(Ee.DarkFalz,"Dark Falz","Dark Falz","Dark Falz",1,!0),Pe(Ee.Hildebear2,"Hildebear (Ep. II);","Hildebear","Hildelt",2,!0,Ee.Hildeblue2),Pe(Ee.Hildeblue2,"Hildeblue (Ep. II);","Hildeblue","Hildetorr",2,!0),Pe(Ee.RagRappy2,"Rag Rappy (Ep. II);","Rag Rappy","El Rappy",2,!0,Ee.LoveRappy),Pe(Ee.LoveRappy,"Love Rappy","Love Rappy","Love Rappy",2,!0),Pe(Ee.StRappy,"St. Rappy","St. Rappy","St. Rappy",2,!0),Pe(Ee.HalloRappy,"Hallo Rappy","Hallo Rappy","Hallo Rappy",2,!0),Pe(Ee.EggRappy,"Egg Rappy","Egg Rappy","Egg Rappy",2,!0),Pe(Ee.Monest2,"Monest (Ep. II);","Monest","Mothvist",2,!0),Pe(Ee.Mothmant2,"Mothmant","Mothmant","Mothvert",2,!0),Pe(Ee.PoisonLily2,"Poison Lily (Ep. II);","Poison Lily","Ob Lily",2,!0,Ee.NarLily2),Pe(Ee.NarLily2,"Nar Lily (Ep. II);","Nar Lily","Mil Lily",2,!0),Pe(Ee.GrassAssassin2,"Grass Assassin (Ep. II);","Grass Assassin","Crimson Assassin",2,!0),Pe(Ee.Dimenian2,"Dimenian (Ep. II);","Dimenian","Arlan",2,!0),Pe(Ee.LaDimenian2,"La Dimenian (Ep. II);","La Dimenian","Merlan",2,!0),Pe(Ee.SoDimenian2,"So Dimenian (Ep. II);","So Dimenian","Del-D",2,!0),Pe(Ee.DarkBelra2,"Dark Belra (Ep. II);","Dark Belra","Indi Belra",2,!0),Pe(Ee.BarbaRay,"Barba Ray","Barba Ray","Barba Ray",2,!0),Pe(Ee.SavageWolf2,"Savage Wolf (Ep. II);","Savage Wolf","Gulgus",2,!0),Pe(Ee.BarbarousWolf2,"Barbarous Wolf (Ep. II);","Barbarous Wolf","Gulgus-Gue",2,!0),Pe(Ee.PanArms2,"Pan Arms (Ep. II);","Pan Arms","Pan Arms",2,!0),Pe(Ee.Migium2,"Migium (Ep. II);","Migium","Migium",2,!0),Pe(Ee.Hidoom2,"Hidoom (Ep. II);","Hidoom","Hidoom",2,!0),Pe(Ee.Dubchic2,"Dubchic (Ep. II);","Dubchic","Dubchich",2,!0),Pe(Ee.Gilchic2,"Gilchic (Ep. II);","Gilchic","Gilchich",2,!0),Pe(Ee.Garanz2,"Garanz (Ep. II);","Garanz","Baranz",2,!0),Pe(Ee.Dubswitch2,"Dubswitch (Ep. II);","Dubswitch","Dubswitch",2,!0),Pe(Ee.Delsaber2,"Delsaber (Ep. II);","Delsaber","Delsaber",2,!0),Pe(Ee.ChaosSorcerer2,"Chaos Sorcerer (Ep. II);","Chaos Sorcerer","Gran Sorcerer",2,!0),Pe(Ee.GolDragon,"Gol Dragon","Gol Dragon","Gol Dragon",2,!0),Pe(Ee.SinowBerill,"Sinow Berill","Sinow Berill","Sinow Berill",2,!0),Pe(Ee.SinowSpigell,"Sinow Spigell","Sinow Spigell","Sinow Spigell",2,!0),Pe(Ee.Merillia,"Merillia","Merillia","Merillia",2,!0),Pe(Ee.Meriltas,"Meriltas","Meriltas","Meriltas",2,!0),Pe(Ee.Mericarol,"Mericarol","Mericarol","Mericarol",2,!0),Pe(Ee.Mericus,"Mericus","Mericus","Mericus",2,!0),Pe(Ee.Merikle,"Merikle","Merikle","Merikle",2,!0),Pe(Ee.UlGibbon,"Ul Gibbon","Ul Gibbon","Ul Gibbon",2,!0),Pe(Ee.ZolGibbon,"Zol Gibbon","Zol Gibbon","Zol Gibbon",2,!0),Pe(Ee.Gibbles,"Gibbles","Gibbles","Gibbles",2,!0),Pe(Ee.Gee,"Gee","Gee","Gee",2,!0),Pe(Ee.GiGue,"Gi Gue","Gi Gue","Gi Gue",2,!0),Pe(Ee.IllGill,"Ill Gill","Ill Gill","Ill Gill",2,!0),Pe(Ee.DelLily,"Del Lily","Del Lily","Del Lily",2,!0),Pe(Ee.Epsilon,"Epsilon","Epsilon","Epsilon",2,!0),Pe(Ee.GalGryphon,"Gal Gryphon","Gal Gryphon","Gal Gryphon",2,!0),Pe(Ee.Deldepth,"Deldepth","Deldepth","Deldepth",2,!0),Pe(Ee.Delbiter,"Delbiter","Delbiter","Delbiter",2,!0),Pe(Ee.Dolmolm,"Dolmolm","Dolmolm","Dolmolm",2,!0),Pe(Ee.Dolmdarl,"Dolmdarl","Dolmdarl","Dolmdarl",2,!0),Pe(Ee.Morfos,"Morfos","Morfos","Morfos",2,!0),Pe(Ee.Recobox,"Recobox","Recobox","Recobox",2,!0),Pe(Ee.Recon,"Recon","Recon","Recon",2,!0),Pe(Ee.SinowZoa,"Sinow Zoa","Sinow Zoa","Sinow Zoa",2,!0),Pe(Ee.SinowZele,"Sinow Zele","Sinow Zele","Sinow Zele",2,!0),Pe(Ee.OlgaFlow,"Olga Flow","Olga Flow","Olga Flow",2,!0),Pe(Ee.SandRappy,"Sand Rappy","Sand Rappy","Sand Rappy",4,!0,Ee.DelRappy),Pe(Ee.DelRappy,"Del Rappy","Del Rappy","Del Rappy",4,!0),Pe(Ee.Astark,"Astark","Astark","Astark",4,!0),Pe(Ee.SatelliteLizard,"Satellite Lizard","Satellite Lizard","Satellite Lizard",4,!0),Pe(Ee.Yowie,"Yowie","Yowie","Yowie",4,!0),Pe(Ee.MerissaA,"Merissa A","Merissa A","Merissa A",4,!0,Ee.MerissaAA),Pe(Ee.MerissaAA,"Merissa AA","Merissa AA","Merissa AA",4,!0),Pe(Ee.Girtablulu,"Girtablulu","Girtablulu","Girtablulu",4,!0),Pe(Ee.Zu,"Zu","Zu","Zu",4,!0,Ee.Pazuzu),Pe(Ee.Pazuzu,"Pazuzu","Pazuzu","Pazuzu",4,!0),Pe(Ee.Boota,"Boota","Boota","Boota",4,!0),Pe(Ee.ZeBoota,"Ze Boota","Ze Boota","Ze Boota",4,!0),Pe(Ee.BaBoota,"Ba Boota","Ba Boota","Ba Boota",4,!0),Pe(Ee.Dorphon,"Dorphon","Dorphon","Dorphon",4,!0,Ee.DorphonEclair),Pe(Ee.DorphonEclair,"Dorphon Eclair","Dorphon Eclair","Dorphon Eclair",4,!0),Pe(Ee.Goran,"Goran","Goran","Goran",4,!0),Pe(Ee.PyroGoran,"Pyro Goran","Pyro Goran","Pyro Goran",4,!0),Pe(Ee.GoranDetonator,"Goran Detonator","Goran Detonator","Goran Detonator",4,!0),Pe(Ee.SaintMilion,"Saint-Milion","Saint-Milion","Saint-Milion",4,!0,Ee.Kondrieu),Pe(Ee.Shambertin,"Shambertin","Shambertin","Shambertin",4,!0,Ee.Kondrieu),Pe(Ee.Kondrieu,"Kondrieu","Kondrieu","Kondrieu",4,!0);var Fe=function(e,t,n,i){var o,r=arguments.length,s=r<3?t:null===i?i=Object.getOwnPropertyDescriptor(t,n):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(e,t,n,i);else for(var a=e.length-1;a>=0;a--)(o=e[a])&&(s=(r<3?o(s):r>3?o(t,n,s):o(t,n))||s);return r>3&&s&&Object.defineProperty(t,n,s),s};class We{constructor(e,t,n,i){if(!e)throw new Error("id is required.");if(i<=0)throw new Error("default_time must be greater than zero.");if(!t)throw new Error("name is required.");if(!n)throw new Error("quest is required.");this.id=e,this.name=t,this.episode=n.episode,this.quest=n,this.enemy_counts=n.enemy_counts,this.default_time=i}get time(){return null!=this.user_time?this.user_time:this.default_time}}Fe([T.n],We.prototype,"user_time",void 0),Fe([T.f],We.prototype,"time",null);class Le{constructor(e,t,n,i){if(this.id=e,this.name=t,this.episode=n,this.enemy_counts=i,!e)throw new Error("id is required.");if(!t)throw new Error("name is required.");if(!i)throw new Error("enemyCounts is required.")}}class Ue{constructor(e,t,n,i,o,r){this.difficulty=e,this.section_id=t,this.npc_type=n,this.item_type=i,this.anything_rate=o,this.rare_rate=r,this.rate=o*r}}var Me=function(e,t,n,i){var o,r=arguments.length,s=r<3?t:null===i?i=Object.getOwnPropertyDescriptor(t,n):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(e,t,n,i);else for(var a=e.length-1;a>=0;a--)(o=e[a])&&(s=(r<3?o(s):r>3?o(t,n,s):o(t,n))||s);return r>3&&s&&Object.defineProperty(t,n,s),s},Ie=function(e,t,n,i){return new(n||(n=Promise))(function(o,r){function s(e){try{d(i.next(e))}catch(e){r(e)}}function a(e){try{d(i.throw(e))}catch(e){r(e)}}function d(e){e.done?o(e.value):new n(function(t){t(e.value)}).then(s,a)}d((i=i.apply(e,t||[])).next())})};const Be=d.a.get("stores/HuntMethodStore");class Ae{constructor(){this.methods=new G(e=>new B([],()=>this.load_hunt_methods(e))),this.load_user_times=(e,t)=>Ie(this,void 0,void 0,function*(){yield ke.load_method_user_times(e,t),this.storage_disposer&&this.storage_disposer(),this.storage_disposer=Object(T.e)(()=>this.persist_user_times(e,t))}),this.persist_user_times=(e,t)=>{ke.persist_method_user_times(e,t)}}load_hunt_methods(e){return Ie(this,void 0,void 0,function*(){const t=yield fetch(`/assets/quests.${m[e].toLowerCase()}.json`),n=yield t.json(),i=new Array;for(const e of n){let t=0;const n=new Map;for(const[i,o]of Object.entries(e.enemyCounts)){const e=Ee[i];e?(n.set(e,o),t+=o):Be.error(`No NpcType found for code ${i}.`)}switch(e.id){case 31:case 34:case 1305:case 1306:case 1307:case 313:case 314:continue}i.push(new We(`q${e.id}`,e.name,new Le(e.id,e.name,e.episode,n),/^\d-\d.*/.test(e.name)?.75:t>400?.75:.5))}return yield this.load_user_times(i,e),i})}}Me([T.n],Ae.prototype,"methods",void 0);const xe=new Ae;var je=n("wH/B"),Ge=n.n(je);class Ke extends i.Component{constructor(){super(...arguments),this.sort_columns=new Array,this.column_width=({index:e})=>this.props.columns[e].width,this.cell_renderer=({columnIndex:e,rowIndex:t,style:n})=>{const i=this.props.columns[e];let r,s,a;const d=[Ge.a.cell];if(e===this.props.columns.length-1&&d.push(Ge.a.last_in_row),0===t){if(r=a=i.name,i.sortable){d.push(Ge.a.sortable);const e=this.sort_columns[0];e&&e.column===i&&(s=e.direction===we.d.ASC?o.a.createElement("svg",{className:Ge.a.sort_indictator,width:"18",height:"18",viewBox:"0 0 24 24"},o.a.createElement("path",{d:"M7 14l5-5 5 5z"}),o.a.createElement("path",{d:"M0 0h24v24H0z",fill:"none"})):o.a.createElement("svg",{className:Ge.a.sort_indictator,width:"18",height:"18",viewBox:"0 0 24 24"},o.a.createElement("path",{d:"M7 10l5 5 5-5z"}),o.a.createElement("path",{d:"M0 0h24v24H0z",fill:"none"})))}}else if(i.class_name&&d.push(i.class_name),this.props.footer&&t===1+this.props.row_count)d.push(Ge.a.footer_cell),r=null==i.footer_value?"":i.footer_value,a=null==i.footer_tooltip?"":i.footer_tooltip;else{const e=this.props.record({index:t-1});r=i.cell_renderer(e),i.tooltip&&(a=i.tooltip(e))}"string"!=typeof r&&d.push(Ge.a.custom);const l=0===t&&i.sortable?()=>this.header_clicked(i):void 0;return o.a.createElement("div",{className:d.join(" "),key:`${e}, ${t}`,style:n,title:a,onClick:l},"string"==typeof r?o.a.createElement("span",{className:Ge.a.cell_text},r):r,s)},this.header_clicked=e=>{const t=this.sort_columns.findIndex(t=>t.column===e);let n=-1===t?void 0:this.sort_columns.splice(t,1)[0];const i=0===t&&n&&n.direction===we.d.ASC?we.d.DESC:we.d.ASC;this.sort_columns.unshift({column:e,direction:i}),this.sort_columns.splice(10),this.props.sort&&this.props.sort(this.sort_columns)}}render(){return o.a.createElement("div",{className:Ge.a.main,style:{width:this.props.width,height:this.props.height}},o.a.createElement(we.c,{width:this.props.width,height:this.props.height,rowHeight:26,rowCount:this.props.row_count+1+(this.props.footer?1:0),fixedRowCount:1,overscanRowCount:this.props.overscan_row_count,columnWidth:this.column_width,columnCount:this.props.columns.length,fixedColumnCount:this.props.fixed_column_count,overscanColumnCount:this.props.overscan_column_count,cellRenderer:this.cell_renderer,classNameTopLeftGrid:Ge.a.header,classNameTopRightGrid:Ge.a.header,updateTigger:this.props.update_trigger}))}}var ze,He=n("FUFj"),Ve=n.n(He),qe=function(e,t,n,i){var o,r=arguments.length,s=r<3?t:null===i?i=Object.getOwnPropertyDescriptor(t,n):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(e,t,n,i);else for(var a=e.length-1;a>=0;a--)(o=e[a])&&(s=(r<3?o(s):r>3?o(t,n,s):o(t,n))||s);return r>3&&s&&Object.defineProperty(t,n,s),s};let $e=ze=class extends i.Component{constructor(){super(...arguments),this.record=({index:e})=>xe.methods.current.value[e],this.sort=e=>{const t=xe.methods.current.value.slice();t.sort((t,n)=>{for(const{column:i,direction:o}of e){let e=0;if("name"===i.key)e=t.name.localeCompare(n.name);else if("episode"===i.key)e=t.episode-n.episode;else if("time"===i.key)e=t.time-n.time;else if(i.key){const o=Ee[i.key];o&&(e=(t.enemy_counts.get(o)||0)-(n.enemy_counts.get(o)||0))}if(0!==e)return o===we.d.ASC?e:-e}return 0}),xe.methods.current.value=t}}render(){const e=xe.methods.current.value;return o.a.createElement("section",{className:Ve.a.main},o.a.createElement(we.a,null,({width:t,height:n})=>o.a.createElement(Ke,{width:t,height:n,row_count:e.length,columns:ze.columns,fixed_column_count:3,record:this.record,sort:this.sort,update_trigger:xe.methods.current.value})))}};$e.columns=(()=>{const e=[{key:"name",name:"Method",width:250,cell_renderer:e=>e.name,sortable:!0},{key:"episode",name:"Ep.",width:34,cell_renderer:e=>Re[e.episode],sortable:!0},{key:"time",name:"Time",width:50,cell_renderer:e=>o.a.createElement(Je,{method:e}),class_name:"integrated",sortable:!0}];for(const t of Se)e.push({key:Ee[t],name:Oe(t).name,width:75,cell_renderer:e=>{const n=e.enemy_counts.get(t);return null==n?"":n.toString()},class_name:"number",sortable:!0});return e})(),$e=ze=qe([p.a],$e);let Je=class extends o.a.Component{constructor(){super(...arguments),this.change=e=>{this.props.method.user_time=e.hour()+e.minute()/60}}render(){const e=this.props.method.time,t=Math.floor(e),n=Math.round(60*(e-t));return o.a.createElement(_e.a,{className:Ve.a.timepicker,value:ve()({hour:t,minute:n}),format:"HH:mm",size:"small",allowClear:!1,suffixIcon:o.a.createElement("span",null),onChange:this.change})}};Je=qe([p.a],Je);var Ye=n("lLyO"),Ze=n.n(Ye),Xe=function(e,t,n,i){return new(n||(n=Promise))(function(o,r){function s(e){try{d(i.next(e))}catch(e){r(e)}}function a(e){try{d(i.throw(e))}catch(e){r(e)}}function d(e){e.done?o(e.value):new n(function(t){t(e.value)}).then(s,a)}d((i=i.apply(e,t||[])).next())})};const Qe="HuntOptimizerStore.wantedItems";const et=new class extends me{persist_wanted_items(e,t){this.persist_for_server(e,Qe,t.map(({item_type:e,amount:t})=>({itemTypeId:e.id,amount:t})))}load_wanted_items(e){return Xe(this,void 0,void 0,function*(){const t=yield H.get(e).promise,n=yield this.load_for_server(e,Qe),i=[];if(n)for(const{itemTypeId:e,itemKindId:o,amount:r}of n){const n=null!=e?t.get_by_id(e):t.get_by_id(o);n&&i.push(new lt(n,r))}return i})}};var tt=function(e,t,n,i){var o,r=arguments.length,s=r<3?t:null===i?i=Object.getOwnPropertyDescriptor(t,n):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(e,t,n,i);else for(var a=e.length-1;a>=0;a--)(o=e[a])&&(s=(r<3?o(s):r>3?o(t,n,s):o(t,n))||s);return r>3&&s&&Object.defineProperty(t,n,s),s},nt=function(e,t,n,i){return new(n||(n=Promise))(function(o,r){function s(e){try{d(i.next(e))}catch(e){r(e)}}function a(e){try{d(i.throw(e))}catch(e){r(e)}}function d(e){e.done?o(e.value):new n(function(t){t(e.value)}).then(s,a)}d((i=i.apply(e,t||[])).next())})};const it=d.a.get("stores/ItemDropStore");class ot{constructor(){this.table=[],this.item_type_to_drops=[];for(let e=0;e{const t=new rt;return new B(t,()=>(function(e,t){return nt(this,void 0,void 0,function*(){const n=yield H.current.promise,i=yield fetch(`/assets/enemyDrops.${m[t].toLowerCase()}.json`),o=yield i.json(),r=new ot;for(const e of o){const t=Ee[e.enemy];if(!t){it.warn(`Couldn't determine NpcType of episode ${e.episode} ${e.enemy}.`);continue}const i=k[e.difficulty],o=n.get_by_id(e.itemTypeId);if(!o){it.warn(`Couldn't find item kind ${e.itemTypeId}.`);continue}const s=g[e.sectionId];null!=s?r.set_drop(i,s,t,new Ue(i,s,t,o,e.dropRate,e.rareRate)):it.warn(`Couldn't find section ID ${e.sectionId}.`)}return e.enemy_drops=r,e})})(t,e))});var at=function(e,t,n,i){var o,r=arguments.length,s=r<3?t:null===i?i=Object.getOwnPropertyDescriptor(t,n):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(e,t,n,i);else for(var a=e.length-1;a>=0;a--)(o=e[a])&&(s=(r<3?o(s):r>3?o(t,n,s):o(t,n))||s);return r>3&&s&&Object.defineProperty(t,n,s),s},dt=function(e,t,n,i){return new(n||(n=Promise))(function(o,r){function s(e){try{d(i.next(e))}catch(e){r(e)}}function a(e){try{d(i.throw(e))}catch(e){r(e)}}function d(e){e.done?o(e.value):new n(function(t){t(e.value)}).then(s,a)}d((i=i.apply(e,t||[])).next())})};class lt{constructor(e,t){this.item_type=e,this.amount=t}}at([T.n],lt.prototype,"item_type",void 0),at([T.n],lt.prototype,"amount",void 0);class ut{constructor(e,t){this.wanted_items=e,this.optimal_methods=t}}class ct{constructor(e,t,n,i,o,r,s){this.difficulty=e,this.section_ids=t,this.method_name=n,this.method_episode=i,this.method_time=o,this.runs=r,this.total_time=r*o,this.item_counts=s}}class _t{constructor(){this.wanted_items=T.n.array(),this.optimize=()=>dt(this,void 0,void 0,function*(){if(!this.wanted_items.length)return void(this.result=void 0);const e=new Set(this.wanted_items.filter(e=>e.amount>0).map(e=>e.item_type)),t=yield xe.methods.current.promise,n=(yield st.current.promise).enemy_drops,i={};for(const e of this.wanted_items)i[e.item_type.name]={min:e.amount};const o={},r=new Map;for(const i of t){const t=new Map;for(const[e,n]of i.enemy_counts.entries()){const i=t.get(e)||0,o=Oe(e);if(null==o.rare_type)t.set(e,i+n);else{let r,s;o.rare_type===Ee.Kondrieu?(r=1-f,s=f):(r=1-h,s=h),t.set(e,i+n*r),t.set(o.rare_type,(t.get(o.rare_type)||0)+n*s)}}const s=[t],a=t.get(Ee.PanArms);if(a){const e=new Map(t);e.delete(Ee.PanArms),e.set(Ee.Migium,a),e.set(Ee.Hidoom,a),s.push(e)}const d=t.get(Ee.PanArms2);if(d){const e=new Map(t);e.delete(Ee.PanArms2),e.set(Ee.Migium2,d),e.set(Ee.Hidoom2,d),s.push(e)}for(let t=0;tdt(this,void 0,void 0,function*(){this.wanted_items.replace(yield et.load_wanted_items(j.current_server)),Object(T.e)(()=>{et.persist_wanted_items(j.current_server,this.wanted_items)})}),this.initialize_persistence()}get huntable_item_types(){const e=st.current.value;return H.current.value.item_types.filter(t=>e.enemy_drops.get_drops_for_item_type(t.id).length)}full_method_name(e,t,n,i){let o=`${e}\t${t}\t${n.id}`;return i&&(o+="\tspa"),o}}at([T.f],_t.prototype,"huntable_item_types",null),at([T.n],_t.prototype,"wanted_items",void 0),at([T.n],_t.prototype,"result",void 0);const pt=new _t;function vt({section_id:e,size:t=28,title:n}){return o.a.createElement("div",{title:n,style:{display:"inline-block",width:t,height:t,backgroundImage:`url(/assets/images/sectionids/${g[e]}.png)`,backgroundSize:t}})}var wt=n("oQNU"),ht=n.n(wt),ft=function(e,t,n,i){var o,r=arguments.length,s=r<3?t:null===i?i=Object.getOwnPropertyDescriptor(t,n):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(e,t,n,i);else for(var a=e.length-1;a>=0;a--)(o=e[a])&&(s=(r<3?o(s):r>3?o(t,n,s):o(t,n))||s);return r>3&&s&&Object.defineProperty(t,n,s),s};let mt=class extends i.Component{constructor(){super(...arguments),this.record=({index:e})=>pt.result.optimal_methods[e]}get columns(){const e=pt.result,t=e?e.optimal_methods:[];let n=0,i=0;for(const e of t)n+=e.runs,i+=e.total_time;const r=[{name:"Difficulty",width:75,cell_renderer:e=>k[e.difficulty],footer_value:"Totals:"},{name:"Method",width:200,cell_renderer:e=>e.method_name,tooltip:e=>e.method_name},{name:"Ep.",width:34,cell_renderer:e=>Re[e.method_episode]},{name:"Section ID",width:80,cell_renderer:e=>o.a.createElement("div",{className:ht.a.sid_col},e.section_ids.map(e=>o.a.createElement(vt,{section_id:e,key:e,size:20}))),tooltip:e=>e.section_ids.map(e=>g[e]).join(", ")},{name:"Time/Run",width:80,cell_renderer:e=>(function(e){const t=Math.floor(e),n=Math.round(60*(e-t));return`${t.toString().padStart(2,"0")}:${n.toString().padStart(2,"0")}`})(e.method_time),class_name:"number"},{name:"Runs",width:60,cell_renderer:e=>e.runs.toFixed(1),tooltip:e=>e.runs.toString(),footer_value:n.toFixed(1),footer_tooltip:n.toString(),class_name:"number"},{name:"Total Hours",width:90,cell_renderer:e=>e.total_time.toFixed(1),tooltip:e=>e.total_time.toString(),footer_value:i.toFixed(1),footer_tooltip:i.toString(),class_name:"number"}];if(e)for(const n of e.wanted_items){let e=0;for(const i of t)e+=i.item_counts.get(n)||0;r.push({name:n.name,width:80,cell_renderer:e=>{const t=e.item_counts.get(n);return t?t.toFixed(2):""},tooltip:e=>{const t=e.item_counts.get(n);return t?t.toString():""},class_name:"number",footer_value:e.toFixed(2),footer_tooltip:e.toString()})}return r}get update_trigger(){return pt.result}render(){this.update_trigger;const e=pt.result;return o.a.createElement("section",{className:ht.a.main},o.a.createElement("h3",null,"Optimization Result"),o.a.createElement("div",{className:ht.a.table},o.a.createElement(we.a,null,({width:t,height:n})=>o.a.createElement(Ke,{width:t,height:n,row_count:e?e.optimal_methods.length:0,columns:this.columns,fixed_column_count:4,record:this.record,footer:null!=e,update_trigger:this.update_trigger}))))}};ft([T.f],mt.prototype,"columns",null),ft([T.f],mt.prototype,"update_trigger",null),mt=ft([p.a],mt);var gt=n("5hFC"),yt=n.n(gt),kt=n("2/Rp"),Rt=n("diRs"),bt=n("1Hwk"),Nt=n.n(bt),Et=function(e,t,n,i){var o,r=arguments.length,s=r<3?t:null===i?i=Object.getOwnPropertyDescriptor(t,n):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(e,t,n,i);else for(var a=e.length-1;a>=0;a--)(o=e[a])&&(s=(r<3?o(s):r>3?o(t,n,s):o(t,n))||s);return r>3&&s&&Object.defineProperty(t,n,s),s};let Tt=class extends i.Component{constructor(){super(...arguments),this.state={help_visible:!1},this.add_wanted=e=>{if(e){if(!pt.wanted_items.find(t=>t.item_type.id===e.value)){const t=H.current.value.get_by_id(e.value);pt.wanted_items.push(new lt(t,1))}}},this.remove_wanted=e=>()=>{const t=pt.wanted_items.findIndex(t=>t===e);-1!==t&&pt.wanted_items.splice(t,1)},this.table_remove_cell_renderer=({rowData:e})=>o.a.createElement(kt.a,{type:"link",icon:"delete",onClick:this.remove_wanted(e)}),this.no_rows_renderer=()=>o.a.createElement("div",{className:Nt.a.no_rows},o.a.createElement("p",null,'Add some items with the above drop down and click "Optimize" to see the result on the right.')),this.on_help_visible_change=e=>{this.setState({helpVisible:e})}}render(){return pt.wanted_items.slice(0,0),o.a.createElement("section",{className:Nt.a.main},o.a.createElement("h3",null,"Wanted Items",o.a.createElement(Rt.a,{content:o.a.createElement(St,null),trigger:"click",visible:this.state.help_visible,onVisibleChange:this.on_help_visible_change},o.a.createElement(kt.a,{icon:"info-circle",type:"link"}))),o.a.createElement("div",{className:Nt.a.top_bar},o.a.createElement(ne,{placeholder:"Add an item",value:void 0,style:{width:200},options:pt.huntable_item_types.map(e=>({label:e.name,value:e.id})),onChange:this.add_wanted}),o.a.createElement(kt.a,{onClick:pt.optimize,style:{marginLeft:10}},"Optimize")),o.a.createElement("div",{className:Nt.a.table},o.a.createElement(we.a,null,({width:e,height:t})=>o.a.createElement(we.e,{width:e,height:t,headerHeight:30,rowHeight:30,rowCount:pt.wanted_items.length,rowGetter:({index:e})=>pt.wanted_items[e],noRowsRenderer:this.no_rows_renderer},o.a.createElement(we.b,{label:"Amount",dataKey:"amount",width:70,cellRenderer:({rowData:e})=>o.a.createElement(Ot,{wantedItem:e})}),o.a.createElement(we.b,{label:"Item",dataKey:"item",width:150,flexGrow:1,cellDataGetter:({rowData:e})=>e.item_type.name}),o.a.createElement(we.b,{dataKey:"remove",width:30,cellRenderer:this.table_remove_cell_renderer})))))}};function St(){return o.a.createElement("div",{className:Nt.a.help},o.a.createElement("p",null,'Add some items with the drop down and click "Optimize" to see the optimal combination of hunt methods on the right.'),o.a.createElement("p",null,'At the moment a method is simply a quest run-through. Partial quest run-throughs are coming. View the list of methods on the "Methods" tab. Each method takes a certain amount of time, which affects the optimization result. Make sure the times are correct for you.'),o.a.createElement("p",null,"Only enemy drops are considered. Box drops are coming."),o.a.createElement("p",null,"The optimal result is calculated using linear optimization. The optimizer takes rare enemies and the fact that pan arms can be split in two into account."))}Tt=Et([p.a],Tt);let Ot=class extends i.Component{constructor(){super(...arguments),this.wanted_amount_changed=e=>{null!=e&&e>=0&&(this.props.wantedItem.amount=e)}}render(){const e=this.props.wantedItem;return o.a.createElement(E.a,{min:0,max:10,value:e.amount,onChange:this.wanted_amount_changed,size:"small",style:{width:"100%"}})}};function Ct(){return o.a.createElement("section",{className:yt.a.main},o.a.createElement(Tt,null),o.a.createElement(mt,null))}Ot=Et([p.a],Ot);const Dt=le.a.TabPane;var Pt=n("xGNL"),Ft=n.n(Pt),Wt=function(e,t,n,i){return new(n||(n=Promise))(function(o,r){function s(e){try{d(i.next(e))}catch(e){r(e)}}function a(e){try{d(i.throw(e))}catch(e){r(e)}}function d(e){e.done?o(e.value):new n(function(t){t(e.value)}).then(s,a)}d((i=i.apply(e,t||[])).next())})};const Lt="QuestEditorUiPersister.layout_config";const Ut=new class extends me{constructor(){super(...arguments),this.persist_layout_config=Object(U.throttle)(e=>{this.persist(Lt,e)},500,{leading:!1,trailing:!0})}load_layout_config(e,t){return Wt(this,void 0,void 0,function*(){const n=yield this.load(Lt);return n&&this.verify_layout_config(n,e)?n:t})}verify_layout_config(e,t){const n=new Set(t);for(const t of e)if(!this.verify_layout_child(t,n,new Set,!0))return!1;return!0}verify_layout_child(e,t,n,i){if(!e)return!1;if("component"in e){if(!t.has(e.component))return!1;n.add(e.component)}if(e.content)for(const i of e.content)if(!this.verify_layout_child(i,t,n,!1))return!1;return!i||t.size===n.size}};var Mt,It;!function(e){e[e.Little=0]="Little",e[e.Big=1]="Big"}(Mt||(Mt={}));class Bt{constructor(e,t){this.x=e,this.y=t}set(e,t){return this.x=e,this.y=t,this}add(e){return this.x+=e.x,this.y+=e.y,this}clone(){return new Bt(this.x,this.y)}equals(e){return this.x===e.x&&this.y===e.y}}class At{constructor(e,t,n){this.x=e,this.y=t,this.z=n}set(e,t,n){return this.x=e,this.y=t,this.z=n,this}add(e){return this.x+=e.x,this.y+=e.y,this.z+=e.z,this}clone(){return new At(this.x,this.y,this.z)}equals(e){return this.x===e.x&&this.y===e.y&&this.z===e.z}}class xt{constructor(e,t){this._position=0,this.endianness=e,this.offset=t}get position(){return this._position}get endianness(){return this.little_endian?Mt.Little:Mt.Big}set endianness(e){this.little_endian=e===Mt.Little}get bytes_left(){return this.size-this.position}seek(e){return this.seek_start(this.position+e)}seek_start(e){if(e<0||e>this.size)throw new Error(`Offset ${e} is out of bounds.`);return this._position=e,this}seek_end(e){if(e<0||e>this.size)throw new Error(`Offset ${e} is out of bounds.`);return this._position=this.size-e,this}u8(){return this.u8_at(this._position++)}u8_at(e){return this.check_offset(e,1),this.dv.getUint8(this.offset+e)}u16(){const e=this.u16_at(this.position);return this._position+=2,e}u16_at(e){return this.check_offset(e,2),this.dv.getUint16(this.offset+e,this.little_endian)}u32(){const e=this.u32_at(this.position);return this._position+=4,e}u32_at(e){return this.check_offset(e,4),this.dv.getUint32(this.offset+e,this.little_endian)}i8(){return this.i8_at(this._position++)}i8_at(e){return this.check_offset(e,1),this.dv.getInt8(this.offset+e)}i16(){const e=this.i16_at(this.position);return this._position+=2,e}i16_at(e){return this.check_offset(e,2),this.dv.getInt16(this.offset+e,this.little_endian)}i32(){const e=this.i32_at(this.position);return this._position+=4,e}i32_at(e){return this.check_offset(e,4),this.dv.getInt32(this.offset+e,this.little_endian)}f32(){const e=this.f32_at(this.position);return this._position+=4,e}f32_at(e){return this.check_offset(e,4),this.dv.getFloat32(this.offset+e,this.little_endian)}u8_array(e){this.check_size("n",e,e);const t=[];for(let n=0;nthis.size-this.position)throw new Error(`${e} ${t} is out of bounds.`)}check_offset(e,t){if(e<0||e+t>this.size)throw new Error(`Offset ${e} is out of bounds.`)}}class jt extends xt{write_u8(e){return this.ensure_size(1),this.dv.setUint8(this._position++,e),this}write_u16(e){return this.ensure_size(2),this.dv.setUint16(this.position,e,this.little_endian),this._position+=2,this}write_u32(e){return this.ensure_size(4),this.dv.setUint32(this.position,e,this.little_endian),this._position+=4,this}write_i8(e){return this.ensure_size(1),this.dv.setInt8(this.position,e),this._position+=1,this}write_i16(e){return this.ensure_size(2),this.dv.setInt16(this.position,e,this.little_endian),this._position+=2,this}write_i32(e){return this.ensure_size(4),this.dv.setInt32(this.position,e,this.little_endian),this._position+=4,this}write_f32(e){return this.ensure_size(4),this.dv.setFloat32(this.position,e,this.little_endian),this._position+=4,this}write_u8_array(e){return this.ensure_size(e.length),new Uint8Array(this.backing_buffer,this.offset+this.position).set(new Uint8Array(e)),this._position+=e.length,this}write_u16_array(e){this.ensure_size(2*e.length);const t=e.length;for(let n=0;nthis.bytes_left)throw new Error(`${e} Bytes required but only ${this.bytes_left} available.`)}}class Gt extends jt{get size(){return this._size}set size(e){if(e>this.backing_buffer.byteLength-this.offset)throw new Error(`Size ${e} is out of bounds.`);this._size=e}constructor(e,t,n=0,i=e.byteLength-n){super(t,n),this._size=i,this.backing_buffer=e,this.dv=new DataView(e,0,e.byteLength)}take(e){const t=this.offset+this.position,n=new Gt(this.backing_buffer,this.endianness,t,e);return this._position+=e,n}}!function(e){e[e.Any=0]="Any",e[e.Byte=1]="Byte",e[e.Word=2]="Word",e[e.DWord=3]="DWord",e[e.Float=4]="Float",e[e.Label=5]="Label",e[e.ILabel=6]="ILabel",e[e.DLabel=7]="DLabel",e[e.SLabel=8]="SLabel",e[e.String=9]="String",e[e.ILabelVar=10]="ILabelVar",e[e.RegRef=11]="RegRef",e[e.RegTupRef=12]="RegTupRef",e[e.RegRefVar=13]="RegRefVar",e[e.Pointer=14]="Pointer"}(It||(It={}));const Kt={kind:It.Any},zt={kind:It.Byte},Ht={kind:It.Word},Vt={kind:It.DWord},qt={kind:It.Float},$t={kind:It.Label},Jt={kind:It.ILabel},Yt={kind:It.DLabel},Zt={kind:It.SLabel},Xt={kind:It.String},Qt={kind:It.ILabelVar},en={kind:It.RegRef},tn={kind:It.RegRefVar},nn={kind:It.Pointer},on=-Math.pow(2,31),rn=Math.pow(2,31)-1;Math.pow(2,32);var sn,an;!function(e){e[e.Read=0]="Read",e[e.Write=1]="Write",e[e.ReadWrite=2]="ReadWrite"}(sn||(sn={}));class dn{constructor(e,t,n){this.type=e,this.doc=t,this.access=n}}!function(e){e[e.Push=0]="Push",e[e.Pop=1]="Pop"}(an||(an={}));const ln=[],un=new Map;class cn{constructor(e,t,n,i,o){this.code=e,this.mnemonic=t,this.doc=n,this.size=this.code<256?1:2,this.params=i,this.stack=o}}cn.NOP=ln[0]=new cn(0,"nop","No operation, does nothing.",[],void 0),cn.RET=ln[1]=new cn(1,"ret","Returns control to caller.",[],void 0),cn.SYNC=ln[2]=new cn(2,"sync","Yields control for the rest of the current frame. Execution will continue the following frame.",[],void 0),cn.EXIT=ln[3]=new cn(3,"exit",void 0,[new dn(Vt,void 0,void 0)],an.Pop),cn.THREAD=ln[4]=new cn(4,"thread","Starts a new thread. Thread execution will start at the given label.\nOften used to check a register every frame. Make sure to yield control with sync when looping.",[new dn(Jt,void 0,void 0)],void 0),cn.VA_START=ln[5]=new cn(5,"va_start","Initializes a variable argument list.\nMake sure to call va_end after va_start and va_call.",[],void 0),cn.VA_END=ln[6]=new cn(6,"va_end","Restores the registers overwritten by arg_push* instructions.\nCalled after va_call.",[],void 0),cn.VA_CALL=ln[7]=new cn(7,"va_call","Calls the variable argument function at the given label.\nCalled after initializing the argument list with va_start and pushing arguments onto the stack with arg_push* instructions. Make sure to call va_end afterwards.",[new dn(Jt,void 0,void 0)],void 0),cn.LET=ln[8]=new cn(8,"let","Sets the first register's value to second one's value.",[new dn({kind:It.RegTupRef,register_tuples:[new dn(Vt,void 0,sn.Write)]},void 0,void 0),new dn({kind:It.RegTupRef,register_tuples:[new dn(Vt,void 0,sn.Read)]},void 0,void 0)],void 0),cn.LETI=ln[9]=new cn(9,"leti","Sets a register to the given value.",[new dn({kind:It.RegTupRef,register_tuples:[new dn(Vt,void 0,sn.Write)]},void 0,void 0),new dn(Vt,void 0,void 0)],void 0),cn.LETB=ln[10]=new cn(10,"letb","Sets a register to the given value.",[new dn({kind:It.RegTupRef,register_tuples:[new dn(zt,void 0,sn.Write)]},void 0,void 0),new dn(zt,void 0,void 0)],void 0),cn.LETW=ln[11]=new cn(11,"letw","Sets a register to the given value.",[new dn({kind:It.RegTupRef,register_tuples:[new dn(Ht,void 0,sn.Write)]},void 0,void 0),new dn(Ht,void 0,void 0)],void 0),cn.LETA=ln[12]=new cn(12,"leta","Sets the first register to the memory address of the second register. Not used by Sega.",[new dn({kind:It.RegTupRef,register_tuples:[new dn(nn,void 0,sn.Write)]},void 0,void 0),new dn({kind:It.RegTupRef,register_tuples:[new dn(Kt,void 0,sn.Read)]},void 0,void 0)],void 0),cn.LETO=ln[13]=new cn(13,"leto","Sets a register to the memory address of the given label. Not used by Sega.",[new dn({kind:It.RegTupRef,register_tuples:[new dn(nn,void 0,sn.Write)]},void 0,void 0),new dn($t,void 0,void 0)],void 0),cn.UNKNOWN_0E=ln[14]=new cn(14,"unknown_0e",void 0,[],void 0),cn.UNKNOWN_0F=ln[15]=new cn(15,"unknown_0f",void 0,[],void 0),cn.SET=ln[16]=new cn(16,"set","Sets a register to 1.",[new dn({kind:It.RegTupRef,register_tuples:[new dn(Vt,void 0,sn.Write)]},void 0,void 0)],void 0),cn.CLEAR=ln[17]=new cn(17,"clear","Sets a register to 0.",[new dn({kind:It.RegTupRef,register_tuples:[new dn(Vt,void 0,sn.Write)]},void 0,void 0)],void 0),cn.REV=ln[18]=new cn(18,"rev","Sets a register to 1 if its current value is 0, otherwise sets it to 0.",[new dn({kind:It.RegTupRef,register_tuples:[new dn(Vt,void 0,sn.ReadWrite)]},void 0,void 0)],void 0),cn.GSET=ln[19]=new cn(19,"gset",void 0,[new dn(Ht,void 0,void 0)],void 0),cn.GCLEAR=ln[20]=new cn(20,"gclear",void 0,[new dn(Ht,void 0,void 0)],void 0),cn.GREV=ln[21]=new cn(21,"grev",void 0,[new dn(Ht,void 0,void 0)],void 0),cn.GLET=ln[22]=new cn(22,"glet",void 0,[new dn(Ht,void 0,void 0)],void 0),cn.GGET=ln[23]=new cn(23,"gget","Sets a register to value of the given flag.",[new dn(Ht,void 0,void 0),new dn({kind:It.RegTupRef,register_tuples:[new dn(Ht,void 0,sn.Write)]},void 0,void 0)],void 0),cn.ADD=ln[24]=new cn(24,"add",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Vt,void 0,sn.Write)]},void 0,void 0),new dn({kind:It.RegTupRef,register_tuples:[new dn(Vt,void 0,sn.Read)]},void 0,void 0)],void 0),cn.ADDI=ln[25]=new cn(25,"addi",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Vt,void 0,sn.Write)]},void 0,void 0),new dn(Vt,void 0,void 0)],void 0),cn.SUB=ln[26]=new cn(26,"sub",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Vt,void 0,sn.Write)]},void 0,void 0),new dn({kind:It.RegTupRef,register_tuples:[new dn(Vt,void 0,sn.Read)]},void 0,void 0)],void 0),cn.SUBI=ln[27]=new cn(27,"subi",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Vt,void 0,sn.Write)]},void 0,void 0),new dn(Vt,void 0,void 0)],void 0),cn.MUL=ln[28]=new cn(28,"mul",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Vt,void 0,sn.Write)]},void 0,void 0),new dn({kind:It.RegTupRef,register_tuples:[new dn(Vt,void 0,sn.Read)]},void 0,void 0)],void 0),cn.MULI=ln[29]=new cn(29,"muli",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Vt,void 0,sn.Write)]},void 0,void 0),new dn(Vt,void 0,void 0)],void 0),cn.DIV=ln[30]=new cn(30,"div",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Vt,void 0,sn.Write)]},void 0,void 0),new dn({kind:It.RegTupRef,register_tuples:[new dn(Vt,void 0,sn.Read)]},void 0,void 0)],void 0),cn.DIVI=ln[31]=new cn(31,"divi",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Vt,void 0,sn.Write)]},void 0,void 0),new dn(Vt,void 0,void 0)],void 0),cn.AND=ln[32]=new cn(32,"and",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Vt,void 0,sn.Write)]},void 0,void 0),new dn({kind:It.RegTupRef,register_tuples:[new dn(Vt,void 0,sn.Read)]},void 0,void 0)],void 0),cn.ANDI=ln[33]=new cn(33,"andi",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Vt,void 0,sn.Write)]},void 0,void 0),new dn(Vt,void 0,void 0)],void 0),cn.OR=ln[34]=new cn(34,"or",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Vt,void 0,sn.Write)]},void 0,void 0),new dn({kind:It.RegTupRef,register_tuples:[new dn(Vt,void 0,sn.Read)]},void 0,void 0)],void 0),cn.ORI=ln[35]=new cn(35,"ori",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Vt,void 0,sn.Write)]},void 0,void 0),new dn(Vt,void 0,void 0)],void 0),cn.XOR=ln[36]=new cn(36,"xor",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Vt,void 0,sn.Write)]},void 0,void 0),new dn({kind:It.RegTupRef,register_tuples:[new dn(Vt,void 0,sn.Read)]},void 0,void 0)],void 0),cn.XORI=ln[37]=new cn(37,"xori",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Vt,void 0,sn.Write)]},void 0,void 0),new dn(Vt,void 0,void 0)],void 0),cn.MOD=ln[38]=new cn(38,"mod",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Vt,void 0,sn.Write)]},void 0,void 0),new dn({kind:It.RegTupRef,register_tuples:[new dn(Vt,void 0,sn.Read)]},void 0,void 0)],void 0),cn.MODI=ln[39]=new cn(39,"modi",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Vt,void 0,sn.Write)]},void 0,void 0),new dn(Vt,void 0,void 0)],void 0),cn.JMP=ln[40]=new cn(40,"jmp",void 0,[new dn(Jt,void 0,void 0)],void 0),cn.CALL=ln[41]=new cn(41,"call",void 0,[new dn(Jt,void 0,void 0)],void 0),cn.JMP_ON=ln[42]=new cn(42,"jmp_on",void 0,[new dn(Jt,void 0,void 0),new dn(tn,void 0,sn.Read)],void 0),cn.JMP_OFF=ln[43]=new cn(43,"jmp_off",void 0,[new dn(Jt,void 0,void 0),new dn(tn,void 0,sn.Read)],void 0),cn.JMP_E=ln[44]=new cn(44,"jmp_=",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Kt,void 0,sn.Read)]},void 0,void 0),new dn({kind:It.RegTupRef,register_tuples:[new dn(Kt,void 0,sn.Read)]},void 0,void 0),new dn(Jt,void 0,void 0)],void 0),cn.JMPI_E=ln[45]=new cn(45,"jmpi_=",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Vt,void 0,sn.Read)]},void 0,void 0),new dn(Vt,void 0,void 0),new dn(Jt,void 0,void 0)],void 0),cn.JMP_NE=ln[46]=new cn(46,"jmp_!=",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Kt,void 0,sn.Read)]},void 0,void 0),new dn({kind:It.RegTupRef,register_tuples:[new dn(Kt,void 0,sn.Read)]},void 0,void 0),new dn(Jt,void 0,void 0)],void 0),cn.JMPI_NE=ln[47]=new cn(47,"jmpi_!=",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Vt,void 0,sn.Read)]},void 0,void 0),new dn(Vt,void 0,void 0),new dn(Jt,void 0,void 0)],void 0),cn.UJMP_G=ln[48]=new cn(48,"ujmp_>",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Vt,void 0,sn.Read)]},void 0,void 0),new dn({kind:It.RegTupRef,register_tuples:[new dn(Vt,void 0,sn.Read)]},void 0,void 0),new dn(Jt,void 0,void 0)],void 0),cn.UJMPI_G=ln[49]=new cn(49,"ujmpi_>",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Vt,void 0,sn.Read)]},void 0,void 0),new dn(Vt,void 0,void 0),new dn(Jt,void 0,void 0)],void 0),cn.JMP_G=ln[50]=new cn(50,"jmp_>",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Vt,void 0,sn.Read)]},void 0,void 0),new dn({kind:It.RegTupRef,register_tuples:[new dn(Vt,void 0,sn.Read)]},void 0,void 0),new dn(Jt,void 0,void 0)],void 0),cn.JMPI_G=ln[51]=new cn(51,"jmpi_>",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Vt,void 0,sn.Read)]},void 0,void 0),new dn(Vt,void 0,void 0),new dn(Jt,void 0,void 0)],void 0),cn.UJMP_L=ln[52]=new cn(52,"ujmp_<",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Vt,void 0,sn.Read)]},void 0,void 0),new dn({kind:It.RegTupRef,register_tuples:[new dn(Vt,void 0,sn.Read)]},void 0,void 0),new dn(Jt,void 0,void 0)],void 0),cn.UJMPI_L=ln[53]=new cn(53,"ujmpi_<",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Vt,void 0,sn.Read)]},void 0,void 0),new dn(Vt,void 0,void 0),new dn(Jt,void 0,void 0)],void 0),cn.JMP_L=ln[54]=new cn(54,"jmp_<",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Vt,void 0,sn.Read)]},void 0,void 0),new dn({kind:It.RegTupRef,register_tuples:[new dn(Vt,void 0,sn.Read)]},void 0,void 0),new dn(Jt,void 0,void 0)],void 0),cn.JMPI_L=ln[55]=new cn(55,"jmpi_<",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Vt,void 0,sn.Read)]},void 0,void 0),new dn(Vt,void 0,void 0),new dn(Jt,void 0,void 0)],void 0),cn.UJMP_GE=ln[56]=new cn(56,"ujmp_>=",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Vt,void 0,sn.Read)]},void 0,void 0),new dn({kind:It.RegTupRef,register_tuples:[new dn(Vt,void 0,sn.Read)]},void 0,void 0),new dn(Jt,void 0,void 0)],void 0),cn.UJMPI_GE=ln[57]=new cn(57,"ujmpi_>=",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Vt,void 0,sn.Read)]},void 0,void 0),new dn(Vt,void 0,void 0),new dn(Jt,void 0,void 0)],void 0),cn.JMP_GE=ln[58]=new cn(58,"jmp_>=",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Vt,void 0,sn.Read)]},void 0,void 0),new dn({kind:It.RegTupRef,register_tuples:[new dn(Vt,void 0,sn.Read)]},void 0,void 0),new dn(Jt,void 0,void 0)],void 0),cn.JMPI_GE=ln[59]=new cn(59,"jmpi_>=",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Vt,void 0,sn.Read)]},void 0,void 0),new dn(Vt,void 0,void 0),new dn(Jt,void 0,void 0)],void 0),cn.UJMP_LE=ln[60]=new cn(60,"ujmp_<=",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Vt,void 0,sn.Read)]},void 0,void 0),new dn({kind:It.RegTupRef,register_tuples:[new dn(Vt,void 0,sn.Read)]},void 0,void 0),new dn(Jt,void 0,void 0)],void 0),cn.UJMPI_LE=ln[61]=new cn(61,"ujmpi_<=",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Vt,void 0,sn.Read)]},void 0,void 0),new dn(Vt,void 0,void 0),new dn(Jt,void 0,void 0)],void 0),cn.JMP_LE=ln[62]=new cn(62,"jmp_<=",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Vt,void 0,sn.Read)]},void 0,void 0),new dn({kind:It.RegTupRef,register_tuples:[new dn(Vt,void 0,sn.Read)]},void 0,void 0),new dn(Jt,void 0,void 0)],void 0),cn.JMPI_LE=ln[63]=new cn(63,"jmpi_<=",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Vt,void 0,sn.Read)]},void 0,void 0),new dn(Vt,void 0,void 0),new dn(Jt,void 0,void 0)],void 0),cn.SWITCH_JMP=ln[64]=new cn(64,"switch_jmp",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Vt,void 0,sn.Read)]},void 0,void 0),new dn(Qt,void 0,void 0)],void 0),cn.SWITCH_CALL=ln[65]=new cn(65,"switch_call",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Vt,void 0,sn.Read)]},void 0,void 0),new dn(Qt,void 0,void 0)],void 0),cn.STACK_PUSH=ln[66]=new cn(66,"stack_push",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Kt,void 0,sn.Read)]},void 0,void 0)],void 0),cn.STACK_POP=ln[67]=new cn(67,"stack_pop",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Kt,void 0,sn.Write)]},void 0,void 0)],void 0),cn.STACK_PUSHM=ln[68]=new cn(68,"stack_pushm","Pushes the values of an arbitrary amount of registers onto the stack.",[new dn(en,void 0,sn.Read),new dn(Vt,void 0,void 0)],void 0),cn.STACK_POPM=ln[69]=new cn(69,"stack_popm","Pops an arbitrary amount of values from the stack and writes them to registers.",[new dn(en,void 0,sn.Write),new dn(Vt,void 0,void 0)],void 0),cn.UNKNOWN_46=ln[70]=new cn(70,"unknown_46",void 0,[],void 0),cn.UNKNOWN_47=ln[71]=new cn(71,"unknown_47",void 0,[],void 0),cn.ARG_PUSHR=ln[72]=new cn(72,"arg_pushr","Pushes the value of the given register onto the stack.",[new dn({kind:It.RegTupRef,register_tuples:[new dn(Kt,void 0,sn.Read)]},void 0,void 0)],an.Push),cn.ARG_PUSHL=ln[73]=new cn(73,"arg_pushl","Pushes the given value onto the stack.",[new dn(Vt,void 0,void 0)],an.Push),cn.ARG_PUSHB=ln[74]=new cn(74,"arg_pushb","Pushes the given value onto the stack.",[new dn(zt,void 0,void 0)],an.Push),cn.ARG_PUSHW=ln[75]=new cn(75,"arg_pushw","Pushes the given value onto the stack.",[new dn(Ht,void 0,void 0)],an.Push),cn.ARG_PUSHA=ln[76]=new cn(76,"arg_pusha","Pushes the memory address of the given register onto the stack. Not used by Sega.",[new dn({kind:It.RegTupRef,register_tuples:[new dn(Kt,void 0,sn.Read)]},void 0,void 0)],an.Push),cn.ARG_PUSHO=ln[77]=new cn(77,"arg_pusho","Pushes the memory address of the given label onto the stack. Not used by Sega.",[new dn($t,void 0,void 0)],an.Push),cn.ARG_PUSHS=ln[78]=new cn(78,"arg_pushs","Pushes the given value onto the stack.",[new dn(Xt,void 0,void 0)],an.Push),cn.UNKNOWN_4F=ln[79]=new cn(79,"unknown_4f",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Kt,void 0,sn.Read)]},void 0,void 0),new dn({kind:It.RegTupRef,register_tuples:[new dn(Kt,void 0,sn.Read)]},void 0,void 0)],void 0),cn.MESSAGE=ln[80]=new cn(80,"message",void 0,[new dn(Vt,void 0,void 0),new dn(Xt,void 0,void 0)],an.Pop),cn.LIST=ln[81]=new cn(81,"list","Used to display a list of items and retrieve the item selected by the player.\nList items should be seperated by newlines. The selected item's index will be written to the given register.",[new dn({kind:It.RegTupRef,register_tuples:[new dn(zt,void 0,sn.Write)]},void 0,void 0),new dn(Xt,void 0,void 0)],an.Pop),cn.FADEIN=ln[82]=new cn(82,"fadein",void 0,[],void 0),cn.FADEOUT=ln[83]=new cn(83,"fadeout",void 0,[],void 0),cn.SE=ln[84]=new cn(84,"se",void 0,[new dn(Vt,void 0,void 0)],an.Pop),cn.BGM=ln[85]=new cn(85,"bgm",void 0,[new dn(Vt,void 0,void 0)],an.Pop),cn.UNKNOWN_56=ln[86]=new cn(86,"unknown_56",void 0,[],void 0),cn.UNKNOWN_57=ln[87]=new cn(87,"unknown_57",void 0,[],void 0),cn.ENABLE=ln[88]=new cn(88,"enable",void 0,[new dn(Vt,void 0,void 0)],an.Pop),cn.DISABLE=ln[89]=new cn(89,"disable",void 0,[new dn(Vt,void 0,void 0)],an.Pop),cn.WINDOW_MSG=ln[90]=new cn(90,"window_msg",void 0,[new dn(Xt,void 0,void 0)],an.Pop),cn.ADD_MSG=ln[91]=new cn(91,"add_msg",void 0,[new dn(Xt,void 0,void 0)],an.Pop),cn.MESEND=ln[92]=new cn(92,"mesend",void 0,[],void 0),cn.GETTIME=ln[93]=new cn(93,"gettime",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Vt,void 0,sn.Write)]},void 0,void 0)],void 0),cn.WINEND=ln[94]=new cn(94,"winend",void 0,[],void 0),cn.UNKNOWN_5F=ln[95]=new cn(95,"unknown_5f",void 0,[],void 0),cn.NPC_CRT_V3=ln[96]=new cn(96,"npc_crt_v3",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Kt,void 0,sn.Read)]},void 0,void 0)],void 0),cn.NPC_STOP=ln[97]=new cn(97,"npc_stop",void 0,[new dn(Vt,void 0,void 0)],an.Pop),cn.NPC_PLAY=ln[98]=new cn(98,"npc_play",void 0,[new dn(Vt,void 0,void 0)],an.Pop),cn.NPC_KILL=ln[99]=new cn(99,"npc_kill",void 0,[new dn(Vt,void 0,void 0)],an.Pop),cn.NPC_NONT=ln[100]=new cn(100,"npc_nont",void 0,[],void 0),cn.NPC_TALK=ln[101]=new cn(101,"npc_talk",void 0,[],void 0),cn.NPC_CRP_V3=ln[102]=new cn(102,"npc_crp_v3",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Kt,void 0,sn.Read),new dn(Kt,void 0,sn.Read),new dn(Kt,void 0,sn.Read),new dn(Jt,void 0,sn.Read),new dn(Kt,void 0,sn.Read),new dn(Kt,void 0,sn.Read)]},void 0,void 0)],void 0),cn.UNKNOWN_67=ln[103]=new cn(103,"unknown_67",void 0,[],void 0),cn.CREATE_PIPE=ln[104]=new cn(104,"create_pipe",void 0,[new dn(Vt,void 0,void 0)],an.Pop),cn.P_HPSTAT_V3=ln[105]=new cn(105,"p_hpstat_v3",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Kt,void 0,sn.Read)]},void 0,void 0),new dn(Vt,void 0,void 0)],an.Pop),cn.P_DEAD_V3=ln[106]=new cn(106,"p_dead_v3",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Vt,void 0,sn.Write)]},void 0,void 0),new dn(Vt,"Player slot.",void 0)],an.Pop),cn.P_DISABLEWARP=ln[107]=new cn(107,"p_disablewarp",void 0,[],void 0),cn.P_ENABLEWARP=ln[108]=new cn(108,"p_enablewarp",void 0,[],void 0),cn.P_MOVE_V3=ln[109]=new cn(109,"p_move_v3",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Kt,void 0,sn.Read)]},void 0,void 0)],void 0),cn.P_LOOK=ln[110]=new cn(110,"p_look",void 0,[new dn(Vt,void 0,void 0)],an.Pop),cn.UNKNOWN_6F=ln[111]=new cn(111,"unknown_6f",void 0,[],void 0),cn.P_ACTION_DISABLE=ln[112]=new cn(112,"p_action_disable",void 0,[],void 0),cn.P_ACTION_ENABLE=ln[113]=new cn(113,"p_action_enable",void 0,[],void 0),cn.DISABLE_MOVEMENT1=ln[114]=new cn(114,"disable_movement1",void 0,[new dn(Vt,void 0,void 0)],an.Pop),cn.ENABLE_MOVEMENT1=ln[115]=new cn(115,"enable_movement1",void 0,[new dn(Vt,void 0,void 0)],an.Pop),cn.P_NONCOL=ln[116]=new cn(116,"p_noncol",void 0,[],void 0),cn.P_COL=ln[117]=new cn(117,"p_col",void 0,[],void 0),cn.P_SETPOS=ln[118]=new cn(118,"p_setpos","Sets a player's position.",[new dn(Vt,"Player slot.",void 0),new dn({kind:It.RegTupRef,register_tuples:[new dn(Vt,"X coordinate.",sn.Read),new dn(Vt,"Y coordinate.",sn.Read),new dn(Vt,"Z coordinate.",sn.Read),new dn(Vt,"Y-axis rotation.",sn.Read)]},void 0,void 0)],an.Pop),cn.P_RETURN_GUILD=ln[119]=new cn(119,"p_return_guild",void 0,[],void 0),cn.P_TALK_GUILD=ln[120]=new cn(120,"p_talk_guild",void 0,[new dn(Vt,void 0,void 0)],an.Pop),cn.NPC_TALK_PL_V3=ln[121]=new cn(121,"npc_talk_pl_v3",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Kt,void 0,sn.Read)]},void 0,void 0)],void 0),cn.NPC_TALK_KILL=ln[122]=new cn(122,"npc_talk_kill",void 0,[new dn(Vt,void 0,void 0)],an.Pop),cn.NPC_CRTPK_V3=ln[123]=new cn(123,"npc_crtpk_v3",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Kt,void 0,sn.Read)]},void 0,void 0)],void 0),cn.NPC_CRPPK_V3=ln[124]=new cn(124,"npc_crppk_v3",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Kt,void 0,sn.Read)]},void 0,void 0)],void 0),cn.NPC_CRPTALK_V3=ln[125]=new cn(125,"npc_crptalk_v3",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Kt,void 0,sn.Read)]},void 0,void 0)],void 0),cn.P_LOOK_AT_V1=ln[126]=new cn(126,"p_look_at_v1",void 0,[new dn(Vt,void 0,void 0),new dn(Vt,void 0,void 0)],an.Pop),cn.NPC_CRP_ID_V3=ln[127]=new cn(127,"npc_crp_id_v3",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Kt,void 0,sn.Read)]},void 0,void 0)],void 0),cn.CAM_QUAKE=ln[128]=new cn(128,"cam_quake",void 0,[],void 0),cn.CAM_ADJ=ln[129]=new cn(129,"cam_adj",void 0,[],void 0),cn.CAM_ZMIN=ln[130]=new cn(130,"cam_zmin",void 0,[],void 0),cn.CAM_ZMOUT=ln[131]=new cn(131,"cam_zmout",void 0,[],void 0),cn.CAM_PAN_V3=ln[132]=new cn(132,"cam_pan_v3",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Vt,void 0,sn.Read),new dn(Vt,void 0,sn.Read),new dn(Vt,void 0,sn.Read),new dn(Vt,void 0,sn.Read),new dn(Vt,void 0,sn.Read)]},void 0,void 0)],void 0),cn.GAME_LEV_SUPER=ln[133]=new cn(133,"game_lev_super",void 0,[],void 0),cn.GAME_LEV_RESET=ln[134]=new cn(134,"game_lev_reset",void 0,[],void 0),cn.POS_PIPE_V3=ln[135]=new cn(135,"pos_pipe_v3","Create a telepipe at a specific position for the given player slot that takes players back to Pioneer 2 or the Lab.",[new dn({kind:It.RegTupRef,register_tuples:[new dn(Vt,"X coordinate.",sn.Read),new dn(Vt,"Y coordinate.",sn.Read),new dn(Vt,"Z coordinate.",sn.Read),new dn(Vt,"Player slot.",sn.Read)]},void 0,void 0)],void 0),cn.IF_ZONE_CLEAR=ln[136]=new cn(136,"if_zone_clear",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Vt,void 0,sn.Write)]},void 0,void 0),new dn({kind:It.RegTupRef,register_tuples:[new dn(Vt,void 0,sn.Read),new dn(Vt,void 0,sn.Read)]},void 0,void 0)],void 0),cn.CHK_ENE_NUM=ln[137]=new cn(137,"chk_ene_num","Retrieves the amount of enemies killed during the quest.",[new dn({kind:It.RegTupRef,register_tuples:[new dn(Vt,void 0,sn.Write)]},void 0,void 0)],void 0),cn.UNHIDE_OBJ=ln[138]=new cn(138,"unhide_obj",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Vt,void 0,sn.Read),new dn(Vt,void 0,sn.Read),new dn(Vt,void 0,sn.Read)]},void 0,void 0)],void 0),cn.UNHIDE_ENE=ln[139]=new cn(139,"unhide_ene",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Vt,void 0,sn.Read),new dn(Vt,void 0,sn.Read),new dn(Vt,void 0,sn.Read),new dn(Vt,void 0,sn.Read)]},void 0,void 0)],void 0),cn.AT_COORDS_CALL=ln[140]=new cn(140,"at_coords_call",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Vt,void 0,sn.Read),new dn(Vt,void 0,sn.Read),new dn(Vt,void 0,sn.Read),new dn(Vt,void 0,sn.Read),new dn(Jt,void 0,sn.Read)]},void 0,void 0)],void 0),cn.AT_COORDS_TALK=ln[141]=new cn(141,"at_coords_talk",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Vt,void 0,sn.Read),new dn(Vt,void 0,sn.Read),new dn(Vt,void 0,sn.Read),new dn(Vt,void 0,sn.Read),new dn(Jt,void 0,sn.Read)]},void 0,void 0)],void 0),cn.COL_NPCIN=ln[142]=new cn(142,"col_npcin",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Vt,void 0,sn.Read),new dn(Vt,void 0,sn.Read),new dn(Vt,void 0,sn.Read),new dn(Vt,void 0,sn.Read),new dn(Jt,void 0,sn.Read)]},void 0,void 0)],void 0),cn.COL_NPCINR=ln[143]=new cn(143,"col_npcinr",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Kt,void 0,sn.Read)]},void 0,void 0)],void 0),cn.SWITCH_ON=ln[144]=new cn(144,"switch_on",void 0,[new dn(Vt,void 0,void 0)],an.Pop),cn.SWITCH_OFF=ln[145]=new cn(145,"switch_off",void 0,[new dn(Vt,void 0,void 0)],an.Pop),cn.PLAYBGM_EPI=ln[146]=new cn(146,"playbgm_epi",void 0,[new dn(Vt,void 0,void 0)],an.Pop),cn.SET_MAINWARP=ln[147]=new cn(147,"set_mainwarp",void 0,[new dn(Vt,void 0,void 0)],an.Pop),cn.SET_OBJ_PARAM=ln[148]=new cn(148,"set_obj_param","Creates a targetable object.",[new dn({kind:It.RegTupRef,register_tuples:[new dn(Vt,"X coordinate.",sn.Read),new dn(Vt,"Y coordinate.",sn.Read),new dn(Vt,"Z coordinate.",sn.Read),new dn(Vt,"Collision radius.",sn.Read),new dn(Jt,"Function label.",sn.Read),new dn(Vt,"Vertical position of the cursor.",sn.Read)]},void 0,void 0),new dn({kind:It.RegTupRef,register_tuples:[new dn(Kt,void 0,sn.Write)]},"Object handle.",void 0)],void 0),cn.SET_FLOOR_HANDLER=ln[149]=new cn(149,"set_floor_handler",void 0,[new dn(Vt,"Floor number.",void 0),new dn(Jt,"Handler function label.",void 0)],an.Pop),cn.CLR_FLOOR_HANDLER=ln[150]=new cn(150,"clr_floor_handler",void 0,[new dn(Vt,"Floor number.",void 0)],an.Pop),cn.COL_PLINAW=ln[151]=new cn(151,"col_plinaw",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Kt,void 0,sn.Read)]},void 0,void 0)],void 0),cn.HUD_HIDE=ln[152]=new cn(152,"hud_hide",void 0,[],void 0),cn.HUD_SHOW=ln[153]=new cn(153,"hud_show",void 0,[],void 0),cn.CINE_ENABLE=ln[154]=new cn(154,"cine_enable",void 0,[],void 0),cn.CINE_DISABLE=ln[155]=new cn(155,"cine_disable",void 0,[],void 0),cn.UNKNOWN_9C=ln[156]=new cn(156,"unknown_9c",void 0,[],void 0),cn.UNKNOWN_9D=ln[157]=new cn(157,"unknown_9d",void 0,[],void 0),cn.UNKNOWN_9E=ln[158]=new cn(158,"unknown_9e",void 0,[],void 0),cn.UNKNOWN_9F=ln[159]=new cn(159,"unknown_9f",void 0,[],void 0),cn.UNKNOWN_A0=ln[160]=new cn(160,"unknown_a0",void 0,[],void 0),cn.SET_QT_FAILURE=ln[161]=new cn(161,"set_qt_failure",void 0,[new dn(Jt,void 0,void 0)],void 0),cn.SET_QT_SUCCESS=ln[162]=new cn(162,"set_qt_success",void 0,[new dn(Jt,void 0,void 0)],void 0),cn.CLR_QT_FAILURE=ln[163]=new cn(163,"clr_qt_failure",void 0,[],void 0),cn.CLR_QT_SUCCESS=ln[164]=new cn(164,"clr_qt_success",void 0,[],void 0),cn.SET_QT_CANCEL=ln[165]=new cn(165,"set_qt_cancel",void 0,[new dn(Jt,void 0,void 0)],void 0),cn.CLR_QT_CANCEL=ln[166]=new cn(166,"clr_qt_cancel",void 0,[],void 0),cn.UNKNOWN_A7=ln[167]=new cn(167,"unknown_a7",void 0,[],void 0),cn.PL_WALK_V3=ln[168]=new cn(168,"pl_walk_v3",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Kt,void 0,sn.Read)]},void 0,void 0)],void 0),cn.UNKNOWN_A9=ln[169]=new cn(169,"unknown_a9",void 0,[],void 0),cn.UNKNOWN_AA=ln[170]=new cn(170,"unknown_aa",void 0,[],void 0),cn.UNKNOWN_AB=ln[171]=new cn(171,"unknown_ab",void 0,[],void 0),cn.UNKNOWN_AC=ln[172]=new cn(172,"unknown_ac",void 0,[],void 0),cn.UNKNOWN_AD=ln[173]=new cn(173,"unknown_ad",void 0,[],void 0),cn.UNKNOWN_AE=ln[174]=new cn(174,"unknown_ae",void 0,[],void 0),cn.UNKNOWN_AF=ln[175]=new cn(175,"unknown_af",void 0,[],void 0),cn.PL_ADD_MESETA=ln[176]=new cn(176,"pl_add_meseta",void 0,[new dn(Vt,void 0,void 0),new dn(Vt,void 0,void 0)],an.Pop),cn.THREAD_STG=ln[177]=new cn(177,"thread_stg",void 0,[new dn(Jt,void 0,void 0)],void 0),cn.DEL_OBJ_PARAM=ln[178]=new cn(178,"del_obj_param",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Kt,void 0,sn.Read)]},"Object handle.",void 0)],void 0),cn.ITEM_CREATE=ln[179]=new cn(179,"item_create",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Kt,void 0,sn.Read)]},void 0,void 0),new dn({kind:It.RegTupRef,register_tuples:[new dn(Kt,void 0,sn.Read)]},void 0,void 0)],void 0),cn.ITEM_CREATE2=ln[180]=new cn(180,"item_create2",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Kt,void 0,sn.Read)]},void 0,void 0),new dn({kind:It.RegTupRef,register_tuples:[new dn(Kt,void 0,sn.Read)]},void 0,void 0)],void 0),cn.ITEM_DELETE=ln[181]=new cn(181,"item_delete",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Kt,void 0,sn.Read)]},void 0,void 0),new dn({kind:It.RegTupRef,register_tuples:[new dn(Kt,void 0,sn.Read)]},void 0,void 0)],void 0),cn.ITEM_DELETE2=ln[182]=new cn(182,"item_delete2","Deletes an item from the player's inventory.",[new dn({kind:It.RegTupRef,register_tuples:[new dn(Vt,void 0,sn.Read),new dn(Vt,void 0,sn.Read),new dn(Vt,void 0,sn.Read)]},void 0,void 0),new dn({kind:It.RegTupRef,register_tuples:[new dn(Kt,void 0,sn.Write)]},void 0,void 0)],void 0),cn.ITEM_CHECK=ln[183]=new cn(183,"item_check",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Kt,void 0,sn.Read)]},void 0,void 0),new dn({kind:It.RegTupRef,register_tuples:[new dn(Kt,void 0,sn.Read)]},void 0,void 0)],void 0),cn.SETEVT=ln[184]=new cn(184,"setevt",void 0,[new dn(Vt,void 0,void 0)],an.Pop),cn.GET_DIFFLVL=ln[185]=new cn(185,"get_difflvl","Sets the given register to the current difficulty. 0 For normal, 1 for hard and 2 for both very hard and ultimate.\nUse get_difficulty_level2 if you want to differentiate between very hard and ultimate.",[new dn({kind:It.RegTupRef,register_tuples:[new dn(Vt,void 0,sn.Write)]},void 0,void 0)],void 0),cn.SET_QT_EXIT=ln[186]=new cn(186,"set_qt_exit",void 0,[new dn(Jt,void 0,void 0)],void 0),cn.CLR_QT_EXIT=ln[187]=new cn(187,"clr_qt_exit",void 0,[],void 0),cn.UNKNOWN_BC=ln[188]=new cn(188,"unknown_bc",void 0,[],void 0),cn.UNKNOWN_BD=ln[189]=new cn(189,"unknown_bd",void 0,[],void 0),cn.UNKNOWN_BE=ln[190]=new cn(190,"unknown_be",void 0,[],void 0),cn.UNKNOWN_BF=ln[191]=new cn(191,"unknown_bf",void 0,[],void 0),cn.PARTICLE_V3=ln[192]=new cn(192,"particle_v3",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Kt,void 0,sn.Read)]},void 0,void 0)],void 0),cn.NPC_TEXT=ln[193]=new cn(193,"npc_text",void 0,[new dn(Vt,void 0,void 0),new dn(Xt,void 0,void 0)],an.Pop),cn.NPC_CHKWARP=ln[194]=new cn(194,"npc_chkwarp",void 0,[],void 0),cn.PL_PKOFF=ln[195]=new cn(195,"pl_pkoff",void 0,[],void 0),cn.MAP_DESIGNATE=ln[196]=new cn(196,"map_designate",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Kt,void 0,sn.Read)]},void 0,void 0)],void 0),cn.MASTERKEY_ON=ln[197]=new cn(197,"masterkey_on",void 0,[],void 0),cn.MASTERKEY_OFF=ln[198]=new cn(198,"masterkey_off",void 0,[],void 0),cn.WINDOW_TIME=ln[199]=new cn(199,"window_time",void 0,[],void 0),cn.WINEND_TIME=ln[200]=new cn(200,"winend_time",void 0,[],void 0),cn.WINSET_TIME=ln[201]=new cn(201,"winset_time",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Vt,void 0,sn.Write)]},void 0,void 0)],void 0),cn.GETMTIME=ln[202]=new cn(202,"getmtime",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Kt,void 0,sn.Write)]},void 0,void 0)],void 0),cn.SET_QUEST_BOARD_HANDLER=ln[203]=new cn(203,"set_quest_board_handler",void 0,[new dn(Vt,void 0,void 0),new dn(Jt,void 0,void 0),new dn(Xt,void 0,void 0)],an.Pop),cn.CLEAR_QUEST_BOARD_HANDLER=ln[204]=new cn(204,"clear_quest_board_handler",void 0,[new dn(Vt,void 0,void 0)],an.Pop),cn.PARTICLE_ID_V3=ln[205]=new cn(205,"particle_id_v3",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Vt,void 0,sn.Read),new dn(Vt,void 0,sn.Read),new dn(Vt,void 0,sn.Read),new dn(Vt,void 0,sn.Read)]},void 0,void 0)],void 0),cn.NPC_CRPTALK_ID_V3=ln[206]=new cn(206,"npc_crptalk_id_v3",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Kt,void 0,sn.Read)]},void 0,void 0)],void 0),cn.NPC_LANG_CLEAN=ln[207]=new cn(207,"npc_lang_clean",void 0,[],void 0),cn.PL_PKON=ln[208]=new cn(208,"pl_pkon",void 0,[],void 0),cn.PL_CHK_ITEM2=ln[209]=new cn(209,"pl_chk_item2",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Kt,void 0,sn.Read)]},void 0,void 0),new dn({kind:It.RegTupRef,register_tuples:[new dn(Kt,void 0,sn.Read)]},void 0,void 0)],void 0),cn.ENABLE_MAINMENU=ln[210]=new cn(210,"enable_mainmenu",void 0,[],void 0),cn.DISABLE_MAINMENU=ln[211]=new cn(211,"disable_mainmenu",void 0,[],void 0),cn.START_BATTLEBGM=ln[212]=new cn(212,"start_battlebgm",void 0,[],void 0),cn.END_BATTLEBGM=ln[213]=new cn(213,"end_battlebgm",void 0,[],void 0),cn.DISP_MSG_QB=ln[214]=new cn(214,"disp_msg_qb",void 0,[new dn(Xt,void 0,void 0)],an.Pop),cn.CLOSE_MSG_QB=ln[215]=new cn(215,"close_msg_qb",void 0,[],void 0),cn.SET_EVENTFLAG_V3=ln[216]=new cn(216,"set_eventflag_v3",void 0,[new dn(Vt,void 0,void 0),new dn(Vt,void 0,void 0)],an.Pop),cn.SYNC_LETI=ln[217]=new cn(217,"sync_leti",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Vt,void 0,sn.Write)]},void 0,void 0),new dn(Vt,void 0,void 0)],void 0),cn.SET_RETURNHUNTER=ln[218]=new cn(218,"set_returnhunter",void 0,[],void 0),cn.SET_RETURNCITY=ln[219]=new cn(219,"set_returncity",void 0,[],void 0),cn.LOAD_PVR=ln[220]=new cn(220,"load_pvr",void 0,[],void 0),cn.LOAD_MIDI=ln[221]=new cn(221,"load_midi",void 0,[],void 0),cn.UNKNOWN_DE=ln[222]=new cn(222,"unknown_de",void 0,[],void 0),cn.NPC_PARAM_V3=ln[223]=new cn(223,"npc_param_v3",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Kt,void 0,sn.Read)]},void 0,void 0),new dn(Vt,void 0,void 0)],an.Pop),cn.PAD_DRAGON=ln[224]=new cn(224,"pad_dragon",void 0,[],void 0),cn.CLEAR_MAINWARP=ln[225]=new cn(225,"clear_mainwarp",void 0,[new dn(Vt,void 0,void 0)],an.Pop),cn.PCAM_PARAM_V3=ln[226]=new cn(226,"pcam_param_v3",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Kt,void 0,sn.Read)]},void 0,void 0)],void 0),cn.START_SETEVT_V3=ln[227]=new cn(227,"start_setevt_v3",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Kt,void 0,sn.Read)]},void 0,void 0),new dn(Vt,void 0,void 0)],an.Pop),cn.WARP_ON=ln[228]=new cn(228,"warp_on",void 0,[],void 0),cn.WARP_OFF=ln[229]=new cn(229,"warp_off",void 0,[],void 0),cn.GET_SLOTNUMBER=ln[230]=new cn(230,"get_slotnumber",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Vt,void 0,sn.Write)]},void 0,void 0)],void 0),cn.GET_SERVERNUMBER=ln[231]=new cn(231,"get_servernumber",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Vt,void 0,sn.Write)]},void 0,void 0)],void 0),cn.SET_EVENTFLAG2=ln[232]=new cn(232,"set_eventflag2",void 0,[new dn(Vt,void 0,void 0),new dn({kind:It.RegTupRef,register_tuples:[new dn(Kt,void 0,sn.Read)]},void 0,void 0)],an.Pop),cn.RES=ln[233]=new cn(233,"res",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Kt,void 0,sn.Read)]},void 0,void 0),new dn({kind:It.RegTupRef,register_tuples:[new dn(Kt,void 0,sn.Read)]},void 0,void 0)],void 0),cn.UNKNOWN_EA=ln[234]=new cn(234,"unknown_ea",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Kt,void 0,sn.Read)]},void 0,void 0),new dn(Vt,void 0,void 0)],void 0),cn.ENABLE_BGMCTRL=ln[235]=new cn(235,"enable_bgmctrl",void 0,[new dn(Vt,void 0,void 0)],an.Pop),cn.SW_SEND=ln[236]=new cn(236,"sw_send",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Kt,void 0,sn.Read)]},void 0,void 0)],void 0),cn.CREATE_BGMCTRL=ln[237]=new cn(237,"create_bgmctrl",void 0,[],void 0),cn.PL_ADD_MESETA2=ln[238]=new cn(238,"pl_add_meseta2",void 0,[new dn(Vt,void 0,void 0)],an.Pop),cn.SYNC_REGISTER=ln[239]=new cn(239,"sync_register",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Vt,void 0,sn.Write)]},void 0,void 0),new dn(Vt,void 0,void 0)],an.Pop),cn.SEND_REGWORK=ln[240]=new cn(240,"send_regwork",void 0,[],void 0),cn.LETI_FIXED_CAMERA_V3=ln[241]=new cn(241,"leti_fixed_camera_v3",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Vt,void 0,sn.Read),new dn(Vt,void 0,sn.Read),new dn(Vt,void 0,sn.Read),new dn(Vt,void 0,sn.Read),new dn(Vt,void 0,sn.Read),new dn(Vt,void 0,sn.Read)]},void 0,void 0)],void 0),cn.DEFAULT_CAMERA_POS1=ln[242]=new cn(242,"default_camera_pos1",void 0,[],void 0),cn.UNKNOWN_F3=ln[243]=new cn(243,"unknown_f3",void 0,[],void 0),cn.UNKNOWN_F4=ln[244]=new cn(244,"unknown_f4",void 0,[],void 0),cn.UNKNOWN_F5=ln[245]=new cn(245,"unknown_f5",void 0,[],void 0),cn.UNKNOWN_F6=ln[246]=new cn(246,"unknown_f6",void 0,[],void 0),cn.UNKNOWN_F7=ln[247]=new cn(247,"unknown_f7",void 0,[],void 0),cn.UNKNOWN_F8=ln[248]=new cn(248,"unknown_f8",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Kt,void 0,sn.Read)]},void 0,void 0)],void 0),cn.UNKNOWN_F9=ln[249]=new cn(249,"unknown_f9",void 0,[],void 0),cn.GET_GC_NUMBER=ln[250]=new cn(250,"get_gc_number",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Kt,void 0,sn.Write)]},void 0,void 0)],void 0),cn.UNKNOWN_FB=ln[251]=new cn(251,"unknown_fb",void 0,[new dn(Ht,void 0,void 0)],void 0),cn.UNKNOWN_FC=ln[252]=new cn(252,"unknown_fc",void 0,[],void 0),cn.UNKNOWN_FD=ln[253]=new cn(253,"unknown_fd",void 0,[],void 0),cn.UNKNOWN_FE=ln[254]=new cn(254,"unknown_fe",void 0,[],void 0),cn.UNKNOWN_FF=ln[255]=new cn(255,"unknown_ff",void 0,[],void 0),cn.UNKNOWN_F800=ln[63488]=new cn(63488,"unknown_f800",void 0,[],void 0),cn.SET_CHAT_CALLBACK=ln[63489]=new cn(63489,"set_chat_callback",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Kt,void 0,sn.Read)]},void 0,void 0),new dn(Xt,void 0,void 0)],an.Pop),cn.UNKNOWN_F802=ln[63490]=new cn(63490,"unknown_f802",void 0,[],void 0),cn.UNKNOWN_F803=ln[63491]=new cn(63491,"unknown_f803",void 0,[],void 0),cn.UNKNOWN_F804=ln[63492]=new cn(63492,"unknown_f804",void 0,[],void 0),cn.UNKNOWN_F805=ln[63493]=new cn(63493,"unknown_f805",void 0,[],void 0),cn.UNKNOWN_F806=ln[63494]=new cn(63494,"unknown_f806",void 0,[],void 0),cn.UNKNOWN_F807=ln[63495]=new cn(63495,"unknown_f807",void 0,[],void 0),cn.GET_DIFFICULTY_LEVEL2=ln[63496]=new cn(63496,"get_difficulty_level2","Sets the given register to the current difficulty. 0 For normal, 1 for hard, 2 for very hard and 3 for ultimate.",[new dn({kind:It.RegTupRef,register_tuples:[new dn(Vt,void 0,sn.Write)]},void 0,void 0)],void 0),cn.GET_NUMBER_OF_PLAYER1=ln[63497]=new cn(63497,"get_number_of_player1","Set the given register to the current number of players. Either 1, 2, 3 or 4.",[new dn({kind:It.RegTupRef,register_tuples:[new dn(Vt,void 0,sn.Write)]},void 0,void 0)],void 0),cn.GET_COORD_OF_PLAYER=ln[63498]=new cn(63498,"get_coord_of_player","Retrieves a player's position.",[new dn({kind:It.RegTupRef,register_tuples:[new dn(Vt,"X coordinate.",sn.Write),new dn(Vt,"Y coordinate.",sn.Write),new dn(Vt,"Z coordinate.",sn.Write)]},void 0,void 0),new dn({kind:It.RegTupRef,register_tuples:[new dn(Vt,"Player slot.",sn.Read)]},void 0,void 0)],void 0),cn.ENABLE_MAP=ln[63499]=new cn(63499,"enable_map",void 0,[],void 0),cn.DISABLE_MAP=ln[63500]=new cn(63500,"disable_map",void 0,[],void 0),cn.MAP_DESIGNATE_EX=ln[63501]=new cn(63501,"map_designate_ex",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Vt,void 0,sn.Read),new dn(Vt,void 0,sn.Read),new dn(Vt,void 0,sn.Read),new dn(Vt,void 0,sn.Read),new dn(Vt,void 0,sn.Read)]},void 0,void 0)],void 0),cn.UNKNOWN_F80E=ln[63502]=new cn(63502,"unknown_f80e",void 0,[new dn(Vt,void 0,void 0)],an.Pop),cn.UNKNOWN_F80F=ln[63503]=new cn(63503,"unknown_f80f",void 0,[new dn(Vt,void 0,void 0)],an.Pop),cn.BA_INITIAL_FLOOR=ln[63504]=new cn(63504,"ba_initial_floor",void 0,[new dn(Vt,void 0,void 0)],an.Pop),cn.SET_BA_RULES=ln[63505]=new cn(63505,"set_ba_rules",void 0,[],void 0),cn.UNKNOWN_F812=ln[63506]=new cn(63506,"unknown_f812",void 0,[new dn(Vt,void 0,void 0)],an.Pop),cn.UNKNOWN_F813=ln[63507]=new cn(63507,"unknown_f813",void 0,[new dn(Vt,void 0,void 0)],an.Pop),cn.UNKNOWN_F814=ln[63508]=new cn(63508,"unknown_f814",void 0,[new dn(Vt,void 0,void 0)],an.Pop),cn.UNKNOWN_F815=ln[63509]=new cn(63509,"unknown_f815",void 0,[new dn(Vt,void 0,void 0)],an.Pop),cn.UNKNOWN_F816=ln[63510]=new cn(63510,"unknown_f816",void 0,[new dn(Vt,void 0,void 0)],an.Pop),cn.UNKNOWN_F817=ln[63511]=new cn(63511,"unknown_f817",void 0,[new dn(Vt,void 0,void 0)],an.Pop),cn.UNKNOWN_F818=ln[63512]=new cn(63512,"unknown_f818",void 0,[new dn(Vt,void 0,void 0)],an.Pop),cn.UNKNOWN_F819=ln[63513]=new cn(63513,"unknown_f819",void 0,[new dn(Vt,void 0,void 0)],an.Pop),cn.UNKNOWN_F81A=ln[63514]=new cn(63514,"unknown_f81a",void 0,[new dn(Vt,void 0,void 0)],an.Pop),cn.UNKNOWN_F81B=ln[63515]=new cn(63515,"unknown_f81b",void 0,[new dn(Vt,void 0,void 0)],an.Pop),cn.BA_DISP_MSG=ln[63516]=new cn(63516,"ba_disp_msg",void 0,[new dn(Xt,void 0,void 0)],an.Pop),cn.DEATH_LVL_UP=ln[63517]=new cn(63517,"death_lvl_up",void 0,[new dn(Vt,void 0,void 0)],an.Pop),cn.DEATH_TECH_LVL_UP=ln[63518]=new cn(63518,"death_tech_lvl_up",void 0,[new dn(Vt,void 0,void 0)],an.Pop),cn.UNKNOWN_F81F=ln[63519]=new cn(63519,"unknown_f81f",void 0,[],void 0),cn.CMODE_STAGE=ln[63520]=new cn(63520,"cmode_stage",void 0,[new dn(Vt,void 0,void 0)],an.Pop),cn.UNKNOWN_F821=ln[63521]=new cn(63521,"unknown_f821",void 0,[],void 0),cn.UNKNOWN_F822=ln[63522]=new cn(63522,"unknown_f822",void 0,[],void 0),cn.UNKNOWN_F823=ln[63523]=new cn(63523,"unknown_f823",void 0,[new dn(Vt,void 0,void 0)],an.Pop),cn.UNKNOWN_F824=ln[63524]=new cn(63524,"unknown_f824",void 0,[new dn(Vt,void 0,void 0)],an.Pop),cn.EXP_MULTIPLICATION=ln[63525]=new cn(63525,"exp_multiplication",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Kt,void 0,sn.Write)]},void 0,void 0)],void 0),cn.EXP_DIVISION=ln[63526]=new cn(63526,"exp_division",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Kt,void 0,sn.Write)]},void 0,void 0)],void 0),cn.GET_USER_IS_DEAD=ln[63527]=new cn(63527,"get_user_is_dead",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Kt,void 0,sn.Write)]},void 0,void 0)],void 0),cn.GO_FLOOR=ln[63528]=new cn(63528,"go_floor","Sends a player to the given floor.",[new dn({kind:It.RegTupRef,register_tuples:[new dn(Vt,"Player slot.",sn.Read)]},void 0,void 0),new dn({kind:It.RegTupRef,register_tuples:[new dn(Vt,"Floor ID.",sn.Read)]},void 0,void 0)],void 0),cn.UNKNOWN_F829=ln[63529]=new cn(63529,"unknown_f829",void 0,[],void 0),cn.UNKNOWN_F82A=ln[63530]=new cn(63530,"unknown_f82a",void 0,[],void 0),cn.UNLOCK_DOOR2=ln[63531]=new cn(63531,"unlock_door2",void 0,[new dn(Vt,void 0,void 0),new dn(Vt,void 0,void 0)],an.Pop),cn.LOCK_DOOR2=ln[63532]=new cn(63532,"lock_door2",void 0,[new dn(Vt,void 0,void 0),new dn(Vt,void 0,void 0)],an.Pop),cn.IF_SWITCH_NOT_PRESSED=ln[63533]=new cn(63533,"if_switch_not_pressed",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Vt,void 0,sn.Read),new dn(Vt,void 0,sn.Write)]},void 0,void 0)],void 0),cn.IF_SWITCH_PRESSED=ln[63534]=new cn(63534,"if_switch_pressed",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Vt,"Floor ID.",sn.Read),new dn(Vt,"Switch ID.",sn.Read),new dn(Vt,"Will be set to 1 if the switch is pressed, 0 otherwise.",sn.Write)]},void 0,void 0)],void 0),cn.UNKNOWN_F82F=ln[63535]=new cn(63535,"unknown_f82f",void 0,[new dn(Vt,void 0,void 0),new dn(Vt,void 0,void 0)],an.Pop),cn.CONTROL_DRAGON=ln[63536]=new cn(63536,"control_dragon",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Vt,void 0,sn.Read)]},void 0,void 0)],void 0),cn.RELEASE_DRAGON=ln[63537]=new cn(63537,"release_dragon",void 0,[],void 0),cn.UNKNOWN_F832=ln[63538]=new cn(63538,"unknown_f832",void 0,[],void 0),cn.UNKNOWN_F833=ln[63539]=new cn(63539,"unknown_f833",void 0,[],void 0),cn.UNKNOWN_F834=ln[63540]=new cn(63540,"unknown_f834",void 0,[],void 0),cn.UNKNOWN_F835=ln[63541]=new cn(63541,"unknown_f835",void 0,[],void 0),cn.UNKNOWN_F836=ln[63542]=new cn(63542,"unknown_f836",void 0,[],void 0),cn.UNKNOWN_F837=ln[63543]=new cn(63543,"unknown_f837",void 0,[],void 0),cn.SHRINK=ln[63544]=new cn(63544,"shrink",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Vt,"Player slot.",sn.Read)]},void 0,void 0)],void 0),cn.UNSHRINK=ln[63545]=new cn(63545,"unshrink",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Vt,"Player slot.",sn.Read)]},void 0,void 0)],void 0),cn.UNKNOWN_F83A=ln[63546]=new cn(63546,"unknown_f83a",void 0,[],void 0),cn.UNKNOWN_F83B=ln[63547]=new cn(63547,"unknown_f83b",void 0,[],void 0),cn.DISPLAY_CLOCK2=ln[63548]=new cn(63548,"display_clock2",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Vt,void 0,sn.Read)]},void 0,void 0)],void 0),cn.UNKNOWN_F83D=ln[63549]=new cn(63549,"unknown_f83d",void 0,[new dn(Vt,void 0,void 0)],an.Pop),cn.DELETE_AREA_TITLE=ln[63550]=new cn(63550,"delete_area_title",void 0,[new dn(Vt,void 0,void 0)],an.Pop),cn.UNKNOWN_F83F=ln[63551]=new cn(63551,"unknown_f83f",void 0,[],void 0),cn.LOAD_NPC_DATA=ln[63552]=new cn(63552,"load_npc_data",void 0,[],void 0),cn.GET_NPC_DATA=ln[63553]=new cn(63553,"get_npc_data",void 0,[new dn(Yt,void 0,void 0)],void 0),cn.UNKNOWN_F842=ln[63554]=new cn(63554,"unknown_f842",void 0,[],void 0),cn.UNKNOWN_F843=ln[63555]=new cn(63555,"unknown_f843",void 0,[],void 0),cn.UNKNOWN_F844=ln[63556]=new cn(63556,"unknown_f844",void 0,[],void 0),cn.UNKNOWN_F845=ln[63557]=new cn(63557,"unknown_f845",void 0,[],void 0),cn.UNKNOWN_F846=ln[63558]=new cn(63558,"unknown_f846",void 0,[],void 0),cn.UNKNOWN_F847=ln[63559]=new cn(63559,"unknown_f847",void 0,[],void 0),cn.GIVE_DAMAGE_SCORE=ln[63560]=new cn(63560,"give_damage_score",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Vt,void 0,sn.Write)]},void 0,void 0)],void 0),cn.TAKE_DAMAGE_SCORE=ln[63561]=new cn(63561,"take_damage_score",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Vt,void 0,sn.Write)]},void 0,void 0)],void 0),cn.UNK_SCORE_F84A=ln[63562]=new cn(63562,"unk_score_f84a",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Vt,void 0,sn.Write)]},void 0,void 0)],void 0),cn.UNK_SCORE_F84B=ln[63563]=new cn(63563,"unk_score_f84b",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Vt,void 0,sn.Write)]},void 0,void 0)],void 0),cn.KILL_SCORE=ln[63564]=new cn(63564,"kill_score",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Vt,void 0,sn.Write)]},void 0,void 0)],void 0),cn.DEATH_SCORE=ln[63565]=new cn(63565,"death_score",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Vt,void 0,sn.Write)]},void 0,void 0)],void 0),cn.UNK_SCORE_F84E=ln[63566]=new cn(63566,"unk_score_f84e",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Vt,void 0,sn.Write)]},void 0,void 0)],void 0),cn.ENEMY_DEATH_SCORE=ln[63567]=new cn(63567,"enemy_death_score",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Vt,void 0,sn.Write)]},void 0,void 0)],void 0),cn.MESETA_SCORE=ln[63568]=new cn(63568,"meseta_score",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Vt,void 0,sn.Write)]},void 0,void 0)],void 0),cn.UNKNOWN_F851=ln[63569]=new cn(63569,"unknown_f851",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Vt,void 0,sn.Write)]},void 0,void 0)],void 0),cn.UNKNOWN_F852=ln[63570]=new cn(63570,"unknown_f852",void 0,[new dn(Vt,void 0,void 0)],an.Pop),cn.REVERSE_WARPS=ln[63571]=new cn(63571,"reverse_warps",void 0,[],void 0),cn.UNREVERSE_WARPS=ln[63572]=new cn(63572,"unreverse_warps",void 0,[],void 0),cn.SET_ULT_MAP=ln[63573]=new cn(63573,"set_ult_map",void 0,[],void 0),cn.UNSET_ULT_MAP=ln[63574]=new cn(63574,"unset_ult_map",void 0,[],void 0),cn.SET_AREA_TITLE=ln[63575]=new cn(63575,"set_area_title",void 0,[new dn(Xt,void 0,void 0)],an.Pop),cn.UNKNOWN_F858=ln[63576]=new cn(63576,"unknown_f858",void 0,[],void 0),cn.UNKNOWN_F859=ln[63577]=new cn(63577,"unknown_f859",void 0,[],void 0),cn.EQUIP_ITEM=ln[63578]=new cn(63578,"equip_item",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Vt,void 0,sn.Read)]},void 0,void 0)],void 0),cn.UNEQUIP_ITEM=ln[63579]=new cn(63579,"unequip_item",void 0,[new dn(Vt,void 0,void 0),new dn(Vt,void 0,void 0)],an.Pop),cn.UNKNOWN_F85C=ln[63580]=new cn(63580,"unknown_f85c",void 0,[],void 0),cn.UNKNOWN_F85D=ln[63581]=new cn(63581,"unknown_f85d",void 0,[],void 0),cn.UNKNOWN_F85E=ln[63582]=new cn(63582,"unknown_f85e",void 0,[new dn(Vt,void 0,void 0)],an.Pop),cn.UNKNOWN_F85F=ln[63583]=new cn(63583,"unknown_f85f",void 0,[new dn(Vt,void 0,void 0)],an.Pop),cn.UNKNOWN_F860=ln[63584]=new cn(63584,"unknown_f860",void 0,[],void 0),cn.UNKNOWN_F861=ln[63585]=new cn(63585,"unknown_f861",void 0,[new dn(Vt,void 0,void 0)],an.Pop),cn.UNKNOWN_F862=ln[63586]=new cn(63586,"unknown_f862",void 0,[],void 0),cn.UNKNOWN_F863=ln[63587]=new cn(63587,"unknown_f863",void 0,[],void 0),cn.CMODE_RANK=ln[63588]=new cn(63588,"cmode_rank",void 0,[new dn(Vt,void 0,void 0),new dn(Xt,void 0,void 0)],an.Pop),cn.AWARD_ITEM_NAME=ln[63589]=new cn(63589,"award_item_name",void 0,[],void 0),cn.AWARD_ITEM_SELECT=ln[63590]=new cn(63590,"award_item_select",void 0,[],void 0),cn.AWARD_ITEM_GIVE_TO=ln[63591]=new cn(63591,"award_item_give_to",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Vt,void 0,sn.Read)]},void 0,void 0)],void 0),cn.UNKNOWN_F868=ln[63592]=new cn(63592,"unknown_f868",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Kt,void 0,sn.Write)]},void 0,void 0),new dn({kind:It.RegTupRef,register_tuples:[new dn(Kt,void 0,sn.Write)]},void 0,void 0)],void 0),cn.UNKNOWN_F869=ln[63593]=new cn(63593,"unknown_f869",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Kt,void 0,sn.Write)]},void 0,void 0),new dn({kind:It.RegTupRef,register_tuples:[new dn(Kt,void 0,sn.Write)]},void 0,void 0)],void 0),cn.ITEM_CREATE_CMODE=ln[63594]=new cn(63594,"item_create_cmode",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Kt,void 0,sn.Write)]},void 0,void 0),new dn({kind:It.RegTupRef,register_tuples:[new dn(Kt,void 0,sn.Write)]},void 0,void 0)],void 0),cn.UNKNOWN_F86B=ln[63595]=new cn(63595,"unknown_f86b",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Kt,void 0,sn.Read)]},void 0,void 0)],void 0),cn.AWARD_ITEM_OK=ln[63596]=new cn(63596,"award_item_ok",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Kt,void 0,sn.Write)]},void 0,void 0)],void 0),cn.UNKNOWN_F86D=ln[63597]=new cn(63597,"unknown_f86d",void 0,[],void 0),cn.UNKNOWN_F86E=ln[63598]=new cn(63598,"unknown_f86e",void 0,[],void 0),cn.BA_SET_LIVES=ln[63599]=new cn(63599,"ba_set_lives",void 0,[new dn(Vt,void 0,void 0)],an.Pop),cn.BA_SET_TECH_LVL=ln[63600]=new cn(63600,"ba_set_tech_lvl",void 0,[new dn(Vt,void 0,void 0)],an.Pop),cn.BA_SET_LVL=ln[63601]=new cn(63601,"ba_set_lvl",void 0,[new dn(Vt,void 0,void 0)],an.Pop),cn.BA_SET_TIME_LIMIT=ln[63602]=new cn(63602,"ba_set_time_limit",void 0,[new dn(Vt,void 0,void 0)],an.Pop),cn.BOSS_IS_DEAD=ln[63603]=new cn(63603,"boss_is_dead",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Kt,void 0,sn.Write)]},void 0,void 0)],void 0),cn.UNKNOWN_F874=ln[63604]=new cn(63604,"unknown_f874",void 0,[],void 0),cn.UNKNOWN_F875=ln[63605]=new cn(63605,"unknown_f875",void 0,[],void 0),cn.UNKNOWN_F876=ln[63606]=new cn(63606,"unknown_f876",void 0,[],void 0),cn.ENABLE_TECHS=ln[63607]=new cn(63607,"enable_techs","Enables technique use for the given player.",[new dn({kind:It.RegTupRef,register_tuples:[new dn(Vt,"Player slot.",sn.Read)]},void 0,void 0)],void 0),cn.DISABLE_TECHS=ln[63608]=new cn(63608,"disable_techs","Disables technique use for the given player.",[new dn({kind:It.RegTupRef,register_tuples:[new dn(Vt,"Player slot.",sn.Read)]},void 0,void 0)],void 0),cn.GET_GENDER=ln[63609]=new cn(63609,"get_gender","Retrieves the player's gender. 0 If male, 1 if female.",[new dn({kind:It.RegTupRef,register_tuples:[new dn(Vt,"Player slot.",sn.Read)]},void 0,void 0),new dn({kind:It.RegTupRef,register_tuples:[new dn(Vt,"Player gender.",sn.Write)]},void 0,void 0)],void 0),cn.GET_CHARA_CLASS=ln[63610]=new cn(63610,"get_chara_class","Retrieves the player's race and character class.",[new dn({kind:It.RegTupRef,register_tuples:[new dn(Vt,"Player slot.",sn.Read)]},void 0,void 0),new dn({kind:It.RegTupRef,register_tuples:[new dn(Vt,"Player race. 0 If human, 1 if newman, 2 if cast.",sn.Write),new dn(Vt,"Player class. 0 If hunter, 1 if ranger, 2 if force.",sn.Write)]},void 0,void 0)],void 0),cn.TAKE_SLOT_MESETA=ln[63611]=new cn(63611,"take_slot_meseta","Takes an amount of meseta from a player's inventory.",[new dn({kind:It.RegTupRef,register_tuples:[new dn(Vt,"Player slot.",sn.Read),new dn(Vt,"Amount of meseta to take.",sn.Read)]},void 0,void 0),new dn({kind:It.RegTupRef,register_tuples:[new dn(Vt,"Will be set to 1 if the meseta was taken, 0 otherwise.",sn.Write)]},void 0,void 0)],void 0),cn.UNKNOWN_F87C=ln[63612]=new cn(63612,"unknown_f87c",void 0,[],void 0),cn.UNKNOWN_F87D=ln[63613]=new cn(63613,"unknown_f87d",void 0,[],void 0),cn.UNKNOWN_F87E=ln[63614]=new cn(63614,"unknown_f87e",void 0,[],void 0),cn.READ_GUILDCARD_FLAG=ln[63615]=new cn(63615,"read_guildcard_flag",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Kt,void 0,sn.Write)]},void 0,void 0),new dn({kind:It.RegTupRef,register_tuples:[new dn(Kt,void 0,sn.Write)]},void 0,void 0)],void 0),cn.UNKNOWN_F880=ln[63616]=new cn(63616,"unknown_f880",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Kt,void 0,sn.Write)]},void 0,void 0)],void 0),cn.GET_PL_NAME=ln[63617]=new cn(63617,"get_pl_name","Sets the value of to the given player's name.",[new dn({kind:It.RegTupRef,register_tuples:[new dn(Vt,"Player slot.",sn.Read)]},void 0,void 0)],void 0),cn.UNKNOWN_F882=ln[63618]=new cn(63618,"unknown_f882",void 0,[],void 0),cn.UNKNOWN_F883=ln[63619]=new cn(63619,"unknown_f883",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Kt,void 0,sn.Write)]},void 0,void 0),new dn({kind:It.RegTupRef,register_tuples:[new dn(Kt,void 0,sn.Write)]},void 0,void 0)],void 0),cn.UNKNOWN_F884=ln[63620]=new cn(63620,"unknown_f884",void 0,[],void 0),cn.UNKNOWN_F885=ln[63621]=new cn(63621,"unknown_f885",void 0,[],void 0),cn.UNKNOWN_F886=ln[63622]=new cn(63622,"unknown_f886",void 0,[],void 0),cn.UNKNOWN_F887=ln[63623]=new cn(63623,"unknown_f887",void 0,[],void 0),cn.UNKNOWN_F888=ln[63624]=new cn(63624,"unknown_f888",void 0,[],void 0),cn.UNKNOWN_F889=ln[63625]=new cn(63625,"unknown_f889",void 0,[],void 0),cn.GET_PLAYER_STATUS=ln[63626]=new cn(63626,"get_player_status",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Kt,void 0,sn.Write)]},void 0,void 0),new dn({kind:It.RegTupRef,register_tuples:[new dn(Kt,void 0,sn.Write)]},void 0,void 0)],void 0),cn.SEND_MAIL=ln[63627]=new cn(63627,"send_mail",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Kt,void 0,sn.Read)]},void 0,void 0),new dn(Xt,void 0,void 0)],an.Pop),cn.ONLINE_CHECK=ln[63628]=new cn(63628,"online_check",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Kt,void 0,sn.Write)]},void 0,void 0)],void 0),cn.CHL_SET_TIMERECORD=ln[63629]=new cn(63629,"chl_set_timerecord",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Kt,void 0,sn.Read)]},void 0,void 0)],void 0),cn.CHL_GET_TIMERECORD=ln[63630]=new cn(63630,"chl_get_timerecord",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Kt,void 0,sn.Write)]},void 0,void 0)],void 0),cn.UNKNOWN_F88F=ln[63631]=new cn(63631,"unknown_f88f",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Kt,void 0,sn.Write)]},void 0,void 0)],void 0),cn.UNKNOWN_F890=ln[63632]=new cn(63632,"unknown_f890",void 0,[],void 0),cn.LOAD_ENEMY_DATA=ln[63633]=new cn(63633,"load_enemy_data",void 0,[new dn(Vt,void 0,void 0)],an.Pop),cn.GET_PHYSICAL_DATA=ln[63634]=new cn(63634,"get_physical_data",void 0,[new dn(Ht,void 0,void 0)],void 0),cn.GET_ATTACK_DATA=ln[63635]=new cn(63635,"get_attack_data",void 0,[new dn(Ht,void 0,void 0)],void 0),cn.GET_RESIST_DATA=ln[63636]=new cn(63636,"get_resist_data",void 0,[new dn(Ht,void 0,void 0)],void 0),cn.GET_MOVEMENT_DATA=ln[63637]=new cn(63637,"get_movement_data",void 0,[new dn(Ht,void 0,void 0)],void 0),cn.UNKNOWN_F896=ln[63638]=new cn(63638,"unknown_f896",void 0,[],void 0),cn.UNKNOWN_F897=ln[63639]=new cn(63639,"unknown_f897",void 0,[],void 0),cn.SHIFT_LEFT=ln[63640]=new cn(63640,"shift_left",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Vt,void 0,sn.Write)]},void 0,void 0),new dn({kind:It.RegTupRef,register_tuples:[new dn(Vt,void 0,sn.Read)]},void 0,void 0)],void 0),cn.SHIFT_RIGHT=ln[63641]=new cn(63641,"shift_right",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Vt,void 0,sn.Write)]},void 0,void 0),new dn({kind:It.RegTupRef,register_tuples:[new dn(Vt,void 0,sn.Read)]},void 0,void 0)],void 0),cn.GET_RANDOM=ln[63642]=new cn(63642,"get_random",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Vt,void 0,sn.Read),new dn(Vt,void 0,sn.Read)]},void 0,void 0),new dn({kind:It.RegTupRef,register_tuples:[new dn(Vt,void 0,sn.Write)]},void 0,void 0)],void 0),cn.RESET_MAP=ln[63643]=new cn(63643,"reset_map","Sets all registers to 0 and resets the quest.",[],void 0),cn.DISP_CHL_RETRY_MENU=ln[63644]=new cn(63644,"disp_chl_retry_menu",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Kt,void 0,sn.Write)]},void 0,void 0)],void 0),cn.CHL_REVERSER=ln[63645]=new cn(63645,"chl_reverser",void 0,[],void 0),cn.UNKNOWN_F89E=ln[63646]=new cn(63646,"unknown_f89e",void 0,[new dn(Vt,void 0,void 0)],an.Pop),cn.UNKNOWN_F89F=ln[63647]=new cn(63647,"unknown_f89f",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Kt,void 0,sn.Write)]},void 0,void 0)],void 0),cn.UNKNOWN_F8A0=ln[63648]=new cn(63648,"unknown_f8a0",void 0,[],void 0),cn.UNKNOWN_F8A1=ln[63649]=new cn(63649,"unknown_f8a1",void 0,[],void 0),cn.UNKNOWN_F8A2=ln[63650]=new cn(63650,"unknown_f8a2",void 0,[],void 0),cn.UNKNOWN_F8A3=ln[63651]=new cn(63651,"unknown_f8a3",void 0,[],void 0),cn.UNKNOWN_F8A4=ln[63652]=new cn(63652,"unknown_f8a4",void 0,[],void 0),cn.UNKNOWN_F8A5=ln[63653]=new cn(63653,"unknown_f8a5",void 0,[],void 0),cn.UNKNOWN_F8A6=ln[63654]=new cn(63654,"unknown_f8a6",void 0,[],void 0),cn.UNKNOWN_F8A7=ln[63655]=new cn(63655,"unknown_f8a7",void 0,[],void 0),cn.UNKNOWN_F8A8=ln[63656]=new cn(63656,"unknown_f8a8",void 0,[new dn(Vt,void 0,void 0)],an.Pop),cn.UNKNOWN_F8A9=ln[63657]=new cn(63657,"unknown_f8a9",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Kt,void 0,sn.Write)]},void 0,void 0)],void 0),cn.UNKNOWN_F8AA=ln[63658]=new cn(63658,"unknown_f8aa",void 0,[],void 0),cn.UNKNOWN_F8AB=ln[63659]=new cn(63659,"unknown_f8ab",void 0,[],void 0),cn.UNKNOWN_F8AC=ln[63660]=new cn(63660,"unknown_f8ac",void 0,[],void 0),cn.GET_NUMBER_OF_PLAYER2=ln[63661]=new cn(63661,"get_number_of_player2",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Kt,void 0,sn.Write)]},void 0,void 0)],void 0),cn.UNKNOWN_F8AE=ln[63662]=new cn(63662,"unknown_f8ae",void 0,[],void 0),cn.UNKNOWN_F8AF=ln[63663]=new cn(63663,"unknown_f8af",void 0,[],void 0),cn.UNKNOWN_F8B0=ln[63664]=new cn(63664,"unknown_f8b0",void 0,[],void 0),cn.UNKNOWN_F8B1=ln[63665]=new cn(63665,"unknown_f8b1",void 0,[],void 0),cn.UNKNOWN_F8B2=ln[63666]=new cn(63666,"unknown_f8b2",void 0,[],void 0),cn.UNKNOWN_F8B3=ln[63667]=new cn(63667,"unknown_f8b3",void 0,[],void 0),cn.UNKNOWN_F8B4=ln[63668]=new cn(63668,"unknown_f8b4",void 0,[],void 0),cn.UNKNOWN_F8B5=ln[63669]=new cn(63669,"unknown_f8b5",void 0,[],void 0),cn.UNKNOWN_F8B6=ln[63670]=new cn(63670,"unknown_f8b6",void 0,[],void 0),cn.UNKNOWN_F8B7=ln[63671]=new cn(63671,"unknown_f8b7",void 0,[],void 0),cn.UNKNOWN_F8B8=ln[63672]=new cn(63672,"unknown_f8b8",void 0,[],void 0),cn.CHL_RECOVERY=ln[63673]=new cn(63673,"chl_recovery",void 0,[],void 0),cn.UNKNOWN_F8BA=ln[63674]=new cn(63674,"unknown_f8ba",void 0,[],void 0),cn.UNKNOWN_F8BB=ln[63675]=new cn(63675,"unknown_f8bb",void 0,[],void 0),cn.SET_EPISODE=ln[63676]=new cn(63676,"set_episode",void 0,[new dn(Vt,void 0,void 0)],void 0),cn.UNKNOWN_F8BD=ln[63677]=new cn(63677,"unknown_f8bd",void 0,[],void 0),cn.UNKNOWN_F8BE=ln[63678]=new cn(63678,"unknown_f8be",void 0,[],void 0),cn.UNKNOWN_F8BF=ln[63679]=new cn(63679,"unknown_f8bf",void 0,[],void 0),cn.FILE_DL_REQ=ln[63680]=new cn(63680,"file_dl_req",void 0,[new dn(Vt,void 0,void 0),new dn(Xt,void 0,void 0)],an.Pop),cn.GET_DL_STATUS=ln[63681]=new cn(63681,"get_dl_status",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Kt,void 0,sn.Write)]},void 0,void 0)],void 0),cn.GBA_UNKNOWN4=ln[63682]=new cn(63682,"gba_unknown4",void 0,[],void 0),cn.GET_GBA_STATE=ln[63683]=new cn(63683,"get_gba_state",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Kt,void 0,sn.Write)]},void 0,void 0)],void 0),cn.UNKNOWN_F8C4=ln[63684]=new cn(63684,"unknown_f8c4",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Kt,void 0,sn.Write)]},void 0,void 0)],void 0),cn.UNKNOWN_F8C5=ln[63685]=new cn(63685,"unknown_f8c5",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Kt,void 0,sn.Write)]},void 0,void 0)],void 0),cn.QEXIT=ln[63686]=new cn(63686,"qexit",void 0,[],void 0),cn.USE_ANIMATION=ln[63687]=new cn(63687,"use_animation",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Vt,"Player slot.",sn.Read)]},void 0,void 0),new dn({kind:It.RegTupRef,register_tuples:[new dn(Vt,"Animation ID.",sn.Read),new dn(Vt,"Animation duration in number of frames.",sn.Read)]},void 0,void 0)],void 0),cn.STOP_ANIMATION=ln[63688]=new cn(63688,"stop_animation",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Vt,"Player slot.",sn.Read)]},void 0,void 0)],void 0),cn.RUN_TO_COORD=ln[63689]=new cn(63689,"run_to_coord",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Kt,void 0,sn.Read)]},void 0,void 0),new dn({kind:It.RegTupRef,register_tuples:[new dn(Kt,void 0,sn.Read)]},void 0,void 0)],void 0),cn.SET_SLOT_INVINCIBLE=ln[63690]=new cn(63690,"set_slot_invincible",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Vt,"Player slot.",sn.Read)]},void 0,void 0),new dn({kind:It.RegTupRef,register_tuples:[new dn(Vt,void 0,sn.Read)]},void 0,void 0)],void 0),cn.UNKNOWN_F8CB=ln[63691]=new cn(63691,"unknown_f8cb",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Kt,void 0,sn.Read)]},void 0,void 0)],void 0),cn.SET_SLOT_POISON=ln[63692]=new cn(63692,"set_slot_poison",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Vt,"Player slot.",sn.Read)]},void 0,void 0)],void 0),cn.SET_SLOT_PARALYZE=ln[63693]=new cn(63693,"set_slot_paralyze",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Vt,"Player slot.",sn.Read)]},void 0,void 0)],void 0),cn.SET_SLOT_SHOCK=ln[63694]=new cn(63694,"set_slot_shock",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Vt,"Player slot.",sn.Read)]},void 0,void 0)],void 0),cn.SET_SLOT_FREEZE=ln[63695]=new cn(63695,"set_slot_freeze",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Vt,"Player slot.",sn.Read)]},void 0,void 0)],void 0),cn.SET_SLOT_SLOW=ln[63696]=new cn(63696,"set_slot_slow",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Vt,"Player slot.",sn.Read)]},void 0,void 0)],void 0),cn.SET_SLOT_CONFUSE=ln[63697]=new cn(63697,"set_slot_confuse",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Vt,"Player slot.",sn.Read)]},void 0,void 0)],void 0),cn.SET_SLOT_SHIFTA=ln[63698]=new cn(63698,"set_slot_shifta",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Vt,"Player slot.",sn.Read)]},void 0,void 0)],void 0),cn.SET_SLOT_DEBAND=ln[63699]=new cn(63699,"set_slot_deband",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Vt,"Player slot.",sn.Read)]},void 0,void 0)],void 0),cn.SET_SLOT_JELLEN=ln[63700]=new cn(63700,"set_slot_jellen",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Vt,"Player slot.",sn.Read)]},void 0,void 0)],void 0),cn.SET_SLOT_ZALURE=ln[63701]=new cn(63701,"set_slot_zalure",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Vt,"Player slot.",sn.Read)]},void 0,void 0)],void 0),cn.FLETI_FIXED_CAMERA=ln[63702]=new cn(63702,"fleti_fixed_camera",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Kt,void 0,sn.Read)]},void 0,void 0)],an.Pop),cn.FLETI_LOCKED_CAMERA=ln[63703]=new cn(63703,"fleti_locked_camera",void 0,[new dn(Vt,void 0,void 0),new dn({kind:It.RegTupRef,register_tuples:[new dn(Kt,void 0,sn.Read)]},void 0,void 0)],an.Pop),cn.DEFAULT_CAMERA_POS2=ln[63704]=new cn(63704,"default_camera_pos2",void 0,[],void 0),cn.SET_MOTION_BLUR=ln[63705]=new cn(63705,"set_motion_blur",void 0,[],void 0),cn.SET_SCREEN_BW=ln[63706]=new cn(63706,"set_screen_bw",void 0,[],void 0),cn.UNKNOWN_F8DB=ln[63707]=new cn(63707,"unknown_f8db",void 0,[new dn(Vt,void 0,void 0),new dn(Vt,void 0,void 0),new dn(Vt,void 0,void 0),new dn(Vt,void 0,void 0),new dn({kind:It.RegTupRef,register_tuples:[new dn(Kt,void 0,sn.Read)]},void 0,void 0),new dn(Ht,void 0,void 0)],an.Pop),cn.NPC_ACTION_STRING=ln[63708]=new cn(63708,"npc_action_string",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Vt,void 0,sn.Read)]},void 0,void 0),new dn({kind:It.RegTupRef,register_tuples:[new dn(Vt,void 0,sn.Read)]},void 0,void 0),new dn(Zt,void 0,void 0)],void 0),cn.GET_PAD_COND=ln[63709]=new cn(63709,"get_pad_cond",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Kt,void 0,sn.Write)]},void 0,void 0),new dn({kind:It.RegTupRef,register_tuples:[new dn(Kt,void 0,sn.Write)]},void 0,void 0)],void 0),cn.GET_BUTTON_COND=ln[63710]=new cn(63710,"get_button_cond",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Kt,void 0,sn.Write)]},void 0,void 0),new dn({kind:It.RegTupRef,register_tuples:[new dn(Kt,void 0,sn.Write)]},void 0,void 0)],void 0),cn.FREEZE_ENEMIES=ln[63711]=new cn(63711,"freeze_enemies",void 0,[],void 0),cn.UNFREEZE_ENEMIES=ln[63712]=new cn(63712,"unfreeze_enemies",void 0,[],void 0),cn.FREEZE_EVERYTHING=ln[63713]=new cn(63713,"freeze_everything",void 0,[],void 0),cn.UNFREEZE_EVERYTHING=ln[63714]=new cn(63714,"unfreeze_everything",void 0,[],void 0),cn.RESTORE_HP=ln[63715]=new cn(63715,"restore_hp",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Kt,void 0,sn.Read)]},void 0,void 0)],void 0),cn.RESTORE_TP=ln[63716]=new cn(63716,"restore_tp",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Kt,void 0,sn.Read)]},void 0,void 0)],void 0),cn.CLOSE_CHAT_BUBBLE=ln[63717]=new cn(63717,"close_chat_bubble",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Kt,void 0,sn.Read)]},void 0,void 0)],void 0),cn.MOVE_COORDS_OBJECT=ln[63718]=new cn(63718,"move_coords_object",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Kt,void 0,sn.Read)]},void 0,void 0),new dn({kind:It.RegTupRef,register_tuples:[new dn(Kt,void 0,sn.Read)]},void 0,void 0)],void 0),cn.AT_COORDS_CALL_EX=ln[63719]=new cn(63719,"at_coords_call_ex",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Kt,void 0,sn.Read)]},void 0,void 0),new dn({kind:It.RegTupRef,register_tuples:[new dn(Kt,void 0,sn.Read)]},void 0,void 0)],void 0),cn.UNKNOWN_F8E8=ln[63720]=new cn(63720,"unknown_f8e8",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Kt,void 0,sn.Read)]},void 0,void 0),new dn({kind:It.RegTupRef,register_tuples:[new dn(Kt,void 0,sn.Read)]},void 0,void 0)],void 0),cn.UNKNOWN_F8E9=ln[63721]=new cn(63721,"unknown_f8e9",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Kt,void 0,sn.Read)]},void 0,void 0),new dn({kind:It.RegTupRef,register_tuples:[new dn(Kt,void 0,sn.Read)]},void 0,void 0)],void 0),cn.UNKNOWN_F8EA=ln[63722]=new cn(63722,"unknown_f8ea",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Kt,void 0,sn.Read)]},void 0,void 0),new dn({kind:It.RegTupRef,register_tuples:[new dn(Kt,void 0,sn.Read)]},void 0,void 0)],void 0),cn.UNKNOWN_F8EB=ln[63723]=new cn(63723,"unknown_f8eb",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Kt,void 0,sn.Read)]},void 0,void 0),new dn({kind:It.RegTupRef,register_tuples:[new dn(Kt,void 0,sn.Read)]},void 0,void 0)],void 0),cn.UNKNOWN_F8EC=ln[63724]=new cn(63724,"unknown_f8ec",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Kt,void 0,sn.Read)]},void 0,void 0),new dn({kind:It.RegTupRef,register_tuples:[new dn(Kt,void 0,sn.Read)]},void 0,void 0)],void 0),cn.ANIMATION_CHECK=ln[63725]=new cn(63725,"animation_check",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Kt,void 0,sn.Read)]},void 0,void 0),new dn({kind:It.RegTupRef,register_tuples:[new dn(Kt,void 0,sn.Read)]},void 0,void 0)],void 0),cn.CALL_IMAGE_DATA=ln[63726]=new cn(63726,"call_image_data",void 0,[new dn(Vt,void 0,void 0),new dn(Ht,void 0,void 0)],an.Pop),cn.UNKNOWN_F8EF=ln[63727]=new cn(63727,"unknown_f8ef",void 0,[],void 0),cn.TURN_OFF_BGM_P2=ln[63728]=new cn(63728,"turn_off_bgm_p2",void 0,[],void 0),cn.TURN_ON_BGM_P2=ln[63729]=new cn(63729,"turn_on_bgm_p2",void 0,[],void 0),cn.LOAD_UNK_DATA=ln[63730]=new cn(63730,"load_unk_data",void 0,[new dn(Vt,void 0,void 0),new dn(Vt,void 0,void 0),new dn(Vt,void 0,void 0),new dn(Vt,void 0,void 0),new dn({kind:It.RegTupRef,register_tuples:[new dn(Kt,void 0,sn.Read)]},void 0,void 0),new dn(Yt,void 0,void 0)],an.Pop),cn.PARTICLE2=ln[63731]=new cn(63731,"particle2",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Kt,void 0,sn.Read)]},void 0,void 0),new dn(Vt,void 0,void 0),new dn(qt,void 0,void 0)],an.Pop),cn.UNKNOWN_F8F4=ln[63732]=new cn(63732,"unknown_f8f4",void 0,[],void 0),cn.UNKNOWN_F8F5=ln[63733]=new cn(63733,"unknown_f8f5",void 0,[],void 0),cn.UNKNOWN_F8F6=ln[63734]=new cn(63734,"unknown_f8f6",void 0,[],void 0),cn.UNKNOWN_F8F7=ln[63735]=new cn(63735,"unknown_f8f7",void 0,[],void 0),cn.UNKNOWN_F8F8=ln[63736]=new cn(63736,"unknown_f8f8",void 0,[],void 0),cn.UNKNOWN_F8F9=ln[63737]=new cn(63737,"unknown_f8f9",void 0,[],void 0),cn.UNKNOWN_F8FA=ln[63738]=new cn(63738,"unknown_f8fa",void 0,[],void 0),cn.UNKNOWN_F8FB=ln[63739]=new cn(63739,"unknown_f8fb",void 0,[],void 0),cn.UNKNOWN_F8FC=ln[63740]=new cn(63740,"unknown_f8fc",void 0,[],void 0),cn.UNKNOWN_F8FD=ln[63741]=new cn(63741,"unknown_f8fd",void 0,[],void 0),cn.UNKNOWN_F8FE=ln[63742]=new cn(63742,"unknown_f8fe",void 0,[],void 0),cn.UNKNOWN_F8FF=ln[63743]=new cn(63743,"unknown_f8ff",void 0,[],void 0),cn.UNKNOWN_F900=ln[63744]=new cn(63744,"unknown_f900",void 0,[],void 0),cn.DEC2FLOAT=ln[63745]=new cn(63745,"dec2float",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(qt,void 0,sn.Write)]},void 0,void 0),new dn({kind:It.RegTupRef,register_tuples:[new dn(Vt,void 0,sn.Read)]},void 0,void 0)],void 0),cn.FLOAT2DEC=ln[63746]=new cn(63746,"float2dec",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Vt,void 0,sn.Write)]},void 0,void 0),new dn({kind:It.RegTupRef,register_tuples:[new dn(qt,void 0,sn.Read)]},void 0,void 0)],void 0),cn.FLET=ln[63747]=new cn(63747,"flet",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(qt,void 0,sn.Write)]},void 0,void 0),new dn({kind:It.RegTupRef,register_tuples:[new dn(qt,void 0,sn.Read)]},void 0,void 0)],void 0),cn.FLETI=ln[63748]=new cn(63748,"fleti",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(qt,void 0,sn.Write)]},void 0,void 0),new dn(qt,void 0,void 0)],void 0),cn.UNKNOWN_F905=ln[63749]=new cn(63749,"unknown_f905",void 0,[],void 0),cn.UNKNOWN_F906=ln[63750]=new cn(63750,"unknown_f906",void 0,[],void 0),cn.UNKNOWN_F907=ln[63751]=new cn(63751,"unknown_f907",void 0,[],void 0),cn.FADD=ln[63752]=new cn(63752,"fadd",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(qt,void 0,sn.Write)]},void 0,void 0),new dn({kind:It.RegTupRef,register_tuples:[new dn(qt,void 0,sn.Read)]},void 0,void 0)],void 0),cn.FADDI=ln[63753]=new cn(63753,"faddi",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(qt,void 0,sn.Write)]},void 0,void 0),new dn(qt,void 0,void 0)],void 0),cn.FSUB=ln[63754]=new cn(63754,"fsub",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(qt,void 0,sn.Write)]},void 0,void 0),new dn({kind:It.RegTupRef,register_tuples:[new dn(qt,void 0,sn.Read)]},void 0,void 0)],void 0),cn.FSUBI=ln[63755]=new cn(63755,"fsubi",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(qt,void 0,sn.Write)]},void 0,void 0),new dn(qt,void 0,void 0)],void 0),cn.FMUL=ln[63756]=new cn(63756,"fmul",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(qt,void 0,sn.Write)]},void 0,void 0),new dn({kind:It.RegTupRef,register_tuples:[new dn(qt,void 0,sn.Read)]},void 0,void 0)],void 0),cn.FMULI=ln[63757]=new cn(63757,"fmuli",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(qt,void 0,sn.Write)]},void 0,void 0),new dn(qt,void 0,void 0)],void 0),cn.FDIV=ln[63758]=new cn(63758,"fdiv",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(qt,void 0,sn.Write)]},void 0,void 0),new dn({kind:It.RegTupRef,register_tuples:[new dn(qt,void 0,sn.Read)]},void 0,void 0)],void 0),cn.FDIVI=ln[63759]=new cn(63759,"fdivi",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(qt,void 0,sn.Write)]},void 0,void 0),new dn(qt,void 0,void 0)],void 0),cn.GET_UNKNOWN_COUNT=ln[63760]=new cn(63760,"get_unknown_count",void 0,[new dn(Vt,void 0,void 0),new dn({kind:It.RegTupRef,register_tuples:[new dn(Vt,void 0,sn.Write)]},void 0,void 0)],an.Pop),cn.GET_STACKABLE_ITEM_COUNT=ln[63761]=new cn(63761,"get_stackable_item_count",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Vt,"Player slot.",sn.Read),new dn(Vt,void 0,sn.Read),new dn(Vt,void 0,sn.Read),new dn(Vt,void 0,sn.Read)]},void 0,void 0),new dn({kind:It.RegTupRef,register_tuples:[new dn(Vt,void 0,sn.Write)]},void 0,void 0)],void 0),cn.FREEZE_AND_HIDE_EQUIP=ln[63762]=new cn(63762,"freeze_and_hide_equip",void 0,[],void 0),cn.THAW_AND_SHOW_EQUIP=ln[63763]=new cn(63763,"thaw_and_show_equip",void 0,[],void 0),cn.SET_PALETTEX_CALLBACK=ln[63764]=new cn(63764,"set_palettex_callback",void 0,[new dn(Vt,"Player slot.",void 0),new dn(Jt,void 0,void 0)],an.Pop),cn.ACTIVATE_PALETTEX=ln[63765]=new cn(63765,"activate_palettex",void 0,[new dn(Vt,"Player slot.",void 0)],an.Pop),cn.ENABLE_PALETTEX=ln[63766]=new cn(63766,"enable_palettex",void 0,[new dn(Vt,"Player slot.",void 0)],an.Pop),cn.RESTORE_PALETTEX=ln[63767]=new cn(63767,"restore_palettex",void 0,[new dn(Vt,"Player slot.",void 0)],an.Pop),cn.DISABLE_PALETTEX=ln[63768]=new cn(63768,"disable_palettex",void 0,[new dn(Vt,"Player slot.",void 0)],an.Pop),cn.GET_PALETTEX_ACTIVATED=ln[63769]=new cn(63769,"get_palettex_activated",void 0,[new dn(Vt,"Player slot.",void 0),new dn({kind:It.RegTupRef,register_tuples:[new dn(Vt,void 0,sn.Write)]},void 0,void 0)],an.Pop),cn.GET_UNKNOWN_PALETTEX_STATUS=ln[63770]=new cn(63770,"get_unknown_palettex_status",void 0,[new dn(Vt,void 0,void 0),new dn({kind:It.RegTupRef,register_tuples:[new dn(Vt,void 0,sn.Write)]},void 0,void 0)],an.Pop),cn.DISABLE_MOVEMENT2=ln[63771]=new cn(63771,"disable_movement2",void 0,[new dn(Vt,"Player slot.",void 0)],an.Pop),cn.ENABLE_MOVEMENT2=ln[63772]=new cn(63772,"enable_movement2",void 0,[new dn(Vt,"Player slot.",void 0)],an.Pop),cn.GET_TIME_PLAYED=ln[63773]=new cn(63773,"get_time_played",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Vt,void 0,sn.Write)]},void 0,void 0)],void 0),cn.GET_GUILDCARD_TOTAL=ln[63774]=new cn(63774,"get_guildcard_total",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Vt,void 0,sn.Write)]},void 0,void 0)],void 0),cn.GET_SLOT_MESETA=ln[63775]=new cn(63775,"get_slot_meseta",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Vt,void 0,sn.Write)]},void 0,void 0)],void 0),cn.GET_PLAYER_LEVEL=ln[63776]=new cn(63776,"get_player_level",void 0,[new dn(Vt,"Player slot.",void 0),new dn({kind:It.RegTupRef,register_tuples:[new dn(Vt,void 0,sn.Write)]},void 0,void 0)],an.Pop),cn.GET_SECTION_ID=ln[63777]=new cn(63777,"get_section_id",void 0,[new dn(Vt,"Player slot.",void 0),new dn({kind:It.RegTupRef,register_tuples:[new dn(Vt,void 0,sn.Write)]},void 0,void 0)],an.Pop),cn.GET_PLAYER_HP=ln[63778]=new cn(63778,"get_player_hp",void 0,[new dn(Vt,"Player slot.",void 0),new dn({kind:It.RegTupRef,register_tuples:[new dn(Vt,"Maximum HP.",sn.Write),new dn(Vt,"Current HP.",sn.Write),new dn(Vt,"Maximum TP.",sn.Write),new dn(Vt,"Current TP.",sn.Write)]},void 0,void 0)],an.Pop),cn.GET_FLOOR_NUMBER=ln[63779]=new cn(63779,"get_floor_number",void 0,[new dn(Vt,"Player slot.",void 0),new dn({kind:It.RegTupRef,register_tuples:[new dn(Vt,void 0,sn.Write)]},void 0,void 0)],an.Pop),cn.GET_COORD_PLAYER_DETECT=ln[63780]=new cn(63780,"get_coord_player_detect",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Kt,"Player slot.",sn.Read)]},void 0,void 0),new dn({kind:It.RegTupRef,register_tuples:[new dn(Kt,void 0,sn.Read)]},void 0,void 0)],void 0),cn.READ_GLOBAL_FLAG=ln[63781]=new cn(63781,"read_global_flag",void 0,[new dn(Vt,void 0,void 0),new dn({kind:It.RegTupRef,register_tuples:[new dn(Vt,void 0,sn.Write)]},void 0,void 0)],an.Pop),cn.WRITE_GLOBAL_FLAG=ln[63782]=new cn(63782,"write_global_flag",void 0,[new dn(Vt,void 0,void 0),new dn(Vt,void 0,void 0)],an.Pop),cn.UNKNOWN_F927=ln[63783]=new cn(63783,"unknown_f927",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Kt,void 0,sn.Write)]},void 0,void 0),new dn({kind:It.RegTupRef,register_tuples:[new dn(Kt,void 0,sn.Write)]},void 0,void 0)],void 0),cn.FLOOR_PLAYER_DETECT=ln[63784]=new cn(63784,"floor_player_detect",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Vt,void 0,sn.Write),new dn(Vt,void 0,sn.Write),new dn(Vt,void 0,sn.Write),new dn(Vt,void 0,sn.Write)]},void 0,void 0)],void 0),cn.READ_DISK_FILE=ln[63785]=new cn(63785,"read_disk_file",void 0,[new dn(Xt,void 0,void 0)],an.Pop),cn.OPEN_PACK_SELECT=ln[63786]=new cn(63786,"open_pack_select",void 0,[],void 0),cn.ITEM_SELECT=ln[63787]=new cn(63787,"item_select",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Kt,void 0,sn.Write)]},void 0,void 0)],void 0),cn.GET_ITEM_ID=ln[63788]=new cn(63788,"get_item_id",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Kt,void 0,sn.Write)]},void 0,void 0)],void 0),cn.COLOR_CHANGE=ln[63789]=new cn(63789,"color_change",void 0,[new dn(Vt,void 0,void 0),new dn(Vt,void 0,void 0),new dn(Vt,void 0,void 0),new dn(Vt,void 0,void 0),new dn(Vt,void 0,void 0)],an.Pop),cn.SEND_STATISTIC=ln[63790]=new cn(63790,"send_statistic",void 0,[new dn(Vt,void 0,void 0),new dn(Vt,void 0,void 0),new dn(Vt,void 0,void 0),new dn(Vt,void 0,void 0),new dn(Vt,void 0,void 0),new dn(Vt,void 0,void 0),new dn(Vt,void 0,void 0),new dn(Vt,void 0,void 0)],an.Pop),cn.UNKNOWN_F92F=ln[63791]=new cn(63791,"unknown_f92f",void 0,[new dn(Vt,void 0,void 0),new dn(Vt,void 0,void 0)],an.Pop),cn.CHAT_BOX=ln[63792]=new cn(63792,"chat_box",void 0,[new dn(Vt,void 0,void 0),new dn(Vt,void 0,void 0),new dn(Vt,void 0,void 0),new dn(Vt,void 0,void 0),new dn(Vt,void 0,void 0),new dn(Xt,void 0,void 0)],an.Pop),cn.CHAT_BUBBLE=ln[63793]=new cn(63793,"chat_bubble",void 0,[new dn(Vt,void 0,void 0),new dn(Xt,void 0,void 0)],an.Pop),cn.UNKNOWN_F932=ln[63794]=new cn(63794,"unknown_f932",void 0,[],void 0),cn.UNKNOWN_F933=ln[63795]=new cn(63795,"unknown_f933",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Kt,void 0,sn.Write)]},void 0,void 0)],void 0),cn.SCROLL_TEXT=ln[63796]=new cn(63796,"scroll_text",void 0,[new dn(Vt,void 0,void 0),new dn(Vt,void 0,void 0),new dn(Vt,void 0,void 0),new dn(Vt,void 0,void 0),new dn(Vt,void 0,void 0),new dn(qt,void 0,void 0),new dn({kind:It.RegTupRef,register_tuples:[new dn(Vt,void 0,sn.Write)]},void 0,void 0),new dn(Xt,void 0,void 0)],an.Pop),cn.GBA_UNKNOWN1=ln[63797]=new cn(63797,"gba_unknown1",void 0,[],void 0),cn.GBA_UNKNOWN2=ln[63798]=new cn(63798,"gba_unknown2",void 0,[],void 0),cn.GBA_UNKNOWN3=ln[63799]=new cn(63799,"gba_unknown3",void 0,[],void 0),cn.ADD_DAMAGE_TO=ln[63800]=new cn(63800,"add_damage_to",void 0,[new dn(Vt,void 0,void 0),new dn(Vt,void 0,void 0)],an.Pop),cn.ITEM_DELETE3=ln[63801]=new cn(63801,"item_delete3",void 0,[new dn(Vt,void 0,void 0)],an.Pop),cn.GET_ITEM_INFO=ln[63802]=new cn(63802,"get_item_info",void 0,[new dn(Vt,void 0,void 0),new dn({kind:It.RegTupRef,register_tuples:[new dn(Kt,void 0,sn.Write)]},void 0,void 0)],an.Pop),cn.ITEM_PACKING1=ln[63803]=new cn(63803,"item_packing1",void 0,[new dn(Vt,void 0,void 0)],an.Pop),cn.ITEM_PACKING2=ln[63804]=new cn(63804,"item_packing2",void 0,[new dn(Vt,void 0,void 0),new dn(Vt,void 0,void 0)],an.Pop),cn.GET_LANG_SETTING=ln[63805]=new cn(63805,"get_lang_setting",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Kt,void 0,sn.Write)]},void 0,void 0)],an.Pop),cn.PREPARE_STATISTIC=ln[63806]=new cn(63806,"prepare_statistic",void 0,[new dn(Vt,void 0,void 0),new dn(Jt,void 0,void 0),new dn(Jt,void 0,void 0)],an.Pop),cn.KEYWORD_DETECT=ln[63807]=new cn(63807,"keyword_detect",void 0,[],void 0),cn.KEYWORD=ln[63808]=new cn(63808,"keyword",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Vt,void 0,sn.Write)]},void 0,void 0),new dn(Vt,"Player slot.",void 0),new dn(Xt,void 0,void 0)],an.Pop),cn.GET_GUILDCARD_NUM=ln[63809]=new cn(63809,"get_guildcard_num",void 0,[new dn(Vt,"Player slot.",void 0),new dn({kind:It.RegTupRef,register_tuples:[new dn(Vt,void 0,sn.Write)]},void 0,void 0)],an.Pop),cn.UNKNOWN_F942=ln[63810]=new cn(63810,"unknown_f942",void 0,[],void 0),cn.UNKNOWN_F943=ln[63811]=new cn(63811,"unknown_f943",void 0,[],void 0),cn.GET_WRAP_STATUS=ln[63812]=new cn(63812,"get_wrap_status",void 0,[new dn(Vt,"Player slot.",void 0),new dn({kind:It.RegTupRef,register_tuples:[new dn(Vt,void 0,sn.Write)]},void 0,void 0)],an.Pop),cn.INITIAL_FLOOR=ln[63813]=new cn(63813,"initial_floor",void 0,[new dn(Vt,void 0,void 0)],an.Pop),cn.SIN=ln[63814]=new cn(63814,"sin",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Vt,void 0,sn.Write)]},void 0,void 0),new dn(Vt,void 0,void 0)],an.Pop),cn.COS=ln[63815]=new cn(63815,"cos",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Vt,void 0,sn.Write)]},void 0,void 0),new dn(Vt,void 0,void 0)],an.Pop),cn.UNKNOWN_F948=ln[63816]=new cn(63816,"unknown_f948",void 0,[],void 0),cn.UNKNOWN_F949=ln[63817]=new cn(63817,"unknown_f949",void 0,[],void 0),cn.BOSS_IS_DEAD2=ln[63818]=new cn(63818,"boss_is_dead2",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Vt,void 0,sn.Write)]},void 0,void 0)],void 0),cn.UNKNOWN_F94B=ln[63819]=new cn(63819,"unknown_f94b",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Vt,void 0,sn.Write)]},void 0,void 0)],void 0),cn.UNKNOWN_F94C=ln[63820]=new cn(63820,"unknown_f94c",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Vt,void 0,sn.Write)]},void 0,void 0)],void 0),cn.IS_THERE_CARDBATTLE=ln[63821]=new cn(63821,"is_there_cardbattle",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Vt,void 0,sn.Write)]},void 0,void 0)],void 0),cn.UNKNOWN_F94E=ln[63822]=new cn(63822,"unknown_f94e",void 0,[],void 0),cn.UNKNOWN_F94F=ln[63823]=new cn(63823,"unknown_f94f",void 0,[],void 0),cn.BB_P2_MENU=ln[63824]=new cn(63824,"bb_p2_menu",void 0,[new dn(Vt,void 0,void 0)],an.Pop),cn.BB_MAP_DESIGNATE=ln[63825]=new cn(63825,"bb_map_designate",void 0,[new dn(zt,void 0,void 0),new dn(Ht,void 0,void 0),new dn(zt,void 0,void 0),new dn(zt,void 0,void 0)],void 0),cn.BB_GET_NUMBER_IN_PACK=ln[63826]=new cn(63826,"bb_get_number_in_pack",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Vt,void 0,sn.Write)]},void 0,void 0)],void 0),cn.BB_SWAP_ITEM=ln[63827]=new cn(63827,"bb_swap_item",void 0,[new dn(Vt,void 0,void 0),new dn(Vt,void 0,void 0),new dn(Vt,void 0,void 0),new dn(Vt,void 0,void 0),new dn(Vt,void 0,void 0),new dn(Vt,void 0,void 0),new dn(Jt,void 0,void 0),new dn(Jt,void 0,void 0)],an.Pop),cn.BB_CHECK_WRAP=ln[63828]=new cn(63828,"bb_check_wrap",void 0,[new dn(Vt,void 0,void 0),new dn({kind:It.RegTupRef,register_tuples:[new dn(Vt,void 0,sn.Write)]},void 0,void 0)],an.Pop),cn.BB_EXCHANGE_PD_ITEM=ln[63829]=new cn(63829,"bb_exchange_pd_item",void 0,[new dn(Vt,void 0,void 0),new dn(Vt,void 0,void 0),new dn(Vt,void 0,void 0),new dn(Jt,void 0,void 0),new dn(Jt,void 0,void 0)],an.Pop),cn.BB_EXCHANGE_PD_SRANK=ln[63830]=new cn(63830,"bb_exchange_pd_srank",void 0,[new dn(Vt,void 0,void 0),new dn(Vt,void 0,void 0),new dn(Vt,void 0,void 0),new dn(Vt,void 0,void 0),new dn(Vt,void 0,void 0),new dn(Jt,void 0,void 0),new dn(Jt,void 0,void 0)],an.Pop),cn.BB_EXCHANGE_PD_SPECIAL=ln[63831]=new cn(63831,"bb_exchange_pd_special",void 0,[new dn(Vt,void 0,void 0),new dn(Vt,void 0,void 0),new dn(Vt,void 0,void 0),new dn(Vt,void 0,void 0),new dn(Vt,void 0,void 0),new dn(Vt,void 0,void 0),new dn(Jt,void 0,void 0),new dn(Jt,void 0,void 0)],an.Pop),cn.BB_EXCHANGE_PD_PERCENT=ln[63832]=new cn(63832,"bb_exchange_pd_percent",void 0,[new dn(Vt,void 0,void 0),new dn(Vt,void 0,void 0),new dn(Vt,void 0,void 0),new dn(Vt,void 0,void 0),new dn(Vt,void 0,void 0),new dn(Vt,void 0,void 0),new dn(Jt,void 0,void 0),new dn(Jt,void 0,void 0)],an.Pop),cn.UNKNOWN_F959=ln[63833]=new cn(63833,"unknown_f959",void 0,[new dn(Vt,void 0,void 0)],an.Pop),cn.UNKNOWN_F95A=ln[63834]=new cn(63834,"unknown_f95a",void 0,[],void 0),cn.UNKNOWN_F95B=ln[63835]=new cn(63835,"unknown_f95b",void 0,[],void 0),cn.BB_EXCHANGE_SLT=ln[63836]=new cn(63836,"bb_exchange_slt",void 0,[new dn(Vt,void 0,void 0),new dn({kind:It.RegTupRef,register_tuples:[new dn(Vt,void 0,sn.Write)]},void 0,void 0),new dn(Jt,void 0,void 0),new dn(Jt,void 0,void 0)],an.Pop),cn.BB_EXCHANGE_PC=ln[63837]=new cn(63837,"bb_exchange_pc",void 0,[],void 0),cn.BB_BOX_CREATE_BP=ln[63838]=new cn(63838,"bb_box_create_bp",void 0,[new dn(Vt,void 0,void 0),new dn(qt,void 0,void 0),new dn(qt,void 0,void 0)],an.Pop),cn.BB_EXCHANGE_PT=ln[63839]=new cn(63839,"bb_exchange_pt",void 0,[new dn({kind:It.RegTupRef,register_tuples:[new dn(Vt,void 0,sn.Write)]},void 0,void 0),new dn({kind:It.RegTupRef,register_tuples:[new dn(Vt,void 0,sn.Write)]},void 0,void 0),new dn(Vt,void 0,void 0),new dn(Jt,void 0,void 0),new dn(Jt,void 0,void 0)],an.Pop),cn.UNKNOWN_F960=ln[63840]=new cn(63840,"unknown_f960",void 0,[new dn(Vt,void 0,void 0)],an.Pop),cn.UNKNOWN_F961=ln[63841]=new cn(63841,"unknown_f961",void 0,[],void 0),cn.UNKNOWN_F962=ln[63842]=new cn(63842,"unknown_f962",void 0,[],void 0),cn.UNKNOWN_F963=ln[63843]=new cn(63843,"unknown_f963",void 0,[],void 0),cn.UNKNOWN_F964=ln[63844]=new cn(63844,"unknown_f964",void 0,[],void 0),cn.UNKNOWN_F965=ln[63845]=new cn(63845,"unknown_f965",void 0,[],void 0),cn.UNKNOWN_F966=ln[63846]=new cn(63846,"unknown_f966",void 0,[],void 0),cn.UNKNOWN_F967=ln[63847]=new cn(63847,"unknown_f967",void 0,[],void 0),cn.UNKNOWN_F968=ln[63848]=new cn(63848,"unknown_f968",void 0,[],void 0),cn.UNKNOWN_F969=ln[63849]=new cn(63849,"unknown_f969",void 0,[],void 0),cn.UNKNOWN_F96A=ln[63850]=new cn(63850,"unknown_f96a",void 0,[],void 0),cn.UNKNOWN_F96B=ln[63851]=new cn(63851,"unknown_f96b",void 0,[],void 0),cn.UNKNOWN_F96C=ln[63852]=new cn(63852,"unknown_f96c",void 0,[],void 0),cn.UNKNOWN_F96D=ln[63853]=new cn(63853,"unknown_f96d",void 0,[],void 0),cn.UNKNOWN_F96E=ln[63854]=new cn(63854,"unknown_f96e",void 0,[],void 0),cn.UNKNOWN_F96F=ln[63855]=new cn(63855,"unknown_f96f",void 0,[],void 0),cn.UNKNOWN_F970=ln[63856]=new cn(63856,"unknown_f970",void 0,[],void 0),cn.UNKNOWN_F971=ln[63857]=new cn(63857,"unknown_f971",void 0,[],void 0),cn.UNKNOWN_F972=ln[63858]=new cn(63858,"unknown_f972",void 0,[],void 0),cn.UNKNOWN_F973=ln[63859]=new cn(63859,"unknown_f973",void 0,[],void 0),cn.UNKNOWN_F974=ln[63860]=new cn(63860,"unknown_f974",void 0,[],void 0),cn.UNKNOWN_F975=ln[63861]=new cn(63861,"unknown_f975",void 0,[],void 0),cn.UNKNOWN_F976=ln[63862]=new cn(63862,"unknown_f976",void 0,[],void 0),cn.UNKNOWN_F977=ln[63863]=new cn(63863,"unknown_f977",void 0,[],void 0),cn.UNKNOWN_F978=ln[63864]=new cn(63864,"unknown_f978",void 0,[],void 0),cn.UNKNOWN_F979=ln[63865]=new cn(63865,"unknown_f979",void 0,[],void 0),cn.UNKNOWN_F97A=ln[63866]=new cn(63866,"unknown_f97a",void 0,[],void 0),cn.UNKNOWN_F97B=ln[63867]=new cn(63867,"unknown_f97b",void 0,[],void 0),cn.UNKNOWN_F97C=ln[63868]=new cn(63868,"unknown_f97c",void 0,[],void 0),cn.UNKNOWN_F97D=ln[63869]=new cn(63869,"unknown_f97d",void 0,[],void 0),cn.UNKNOWN_F97E=ln[63870]=new cn(63870,"unknown_f97e",void 0,[],void 0),cn.UNKNOWN_F97F=ln[63871]=new cn(63871,"unknown_f97f",void 0,[],void 0),cn.UNKNOWN_F980=ln[63872]=new cn(63872,"unknown_f980",void 0,[],void 0),cn.UNKNOWN_F981=ln[63873]=new cn(63873,"unknown_f981",void 0,[],void 0),cn.UNKNOWN_F982=ln[63874]=new cn(63874,"unknown_f982",void 0,[],void 0),cn.UNKNOWN_F983=ln[63875]=new cn(63875,"unknown_f983",void 0,[],void 0),cn.UNKNOWN_F984=ln[63876]=new cn(63876,"unknown_f984",void 0,[],void 0),cn.UNKNOWN_F985=ln[63877]=new cn(63877,"unknown_f985",void 0,[],void 0),cn.UNKNOWN_F986=ln[63878]=new cn(63878,"unknown_f986",void 0,[],void 0),cn.UNKNOWN_F987=ln[63879]=new cn(63879,"unknown_f987",void 0,[],void 0),cn.UNKNOWN_F988=ln[63880]=new cn(63880,"unknown_f988",void 0,[],void 0),cn.UNKNOWN_F989=ln[63881]=new cn(63881,"unknown_f989",void 0,[],void 0),cn.UNKNOWN_F98A=ln[63882]=new cn(63882,"unknown_f98a",void 0,[],void 0),cn.UNKNOWN_F98B=ln[63883]=new cn(63883,"unknown_f98b",void 0,[],void 0),cn.UNKNOWN_F98C=ln[63884]=new cn(63884,"unknown_f98c",void 0,[],void 0),cn.UNKNOWN_F98D=ln[63885]=new cn(63885,"unknown_f98d",void 0,[],void 0),cn.UNKNOWN_F98E=ln[63886]=new cn(63886,"unknown_f98e",void 0,[],void 0),cn.UNKNOWN_F98F=ln[63887]=new cn(63887,"unknown_f98f",void 0,[],void 0),cn.UNKNOWN_F990=ln[63888]=new cn(63888,"unknown_f990",void 0,[],void 0),cn.UNKNOWN_F991=ln[63889]=new cn(63889,"unknown_f991",void 0,[],void 0),cn.UNKNOWN_F992=ln[63890]=new cn(63890,"unknown_f992",void 0,[],void 0),cn.UNKNOWN_F993=ln[63891]=new cn(63891,"unknown_f993",void 0,[],void 0),cn.UNKNOWN_F994=ln[63892]=new cn(63892,"unknown_f994",void 0,[],void 0),cn.UNKNOWN_F995=ln[63893]=new cn(63893,"unknown_f995",void 0,[],void 0),cn.UNKNOWN_F996=ln[63894]=new cn(63894,"unknown_f996",void 0,[],void 0),cn.UNKNOWN_F997=ln[63895]=new cn(63895,"unknown_f997",void 0,[],void 0),cn.UNKNOWN_F998=ln[63896]=new cn(63896,"unknown_f998",void 0,[],void 0),cn.UNKNOWN_F999=ln[63897]=new cn(63897,"unknown_f999",void 0,[],void 0),cn.UNKNOWN_F99A=ln[63898]=new cn(63898,"unknown_f99a",void 0,[],void 0),cn.UNKNOWN_F99B=ln[63899]=new cn(63899,"unknown_f99b",void 0,[],void 0),cn.UNKNOWN_F99C=ln[63900]=new cn(63900,"unknown_f99c",void 0,[],void 0),cn.UNKNOWN_F99D=ln[63901]=new cn(63901,"unknown_f99d",void 0,[],void 0),cn.UNKNOWN_F99E=ln[63902]=new cn(63902,"unknown_f99e",void 0,[],void 0),cn.UNKNOWN_F99F=ln[63903]=new cn(63903,"unknown_f99f",void 0,[],void 0),cn.UNKNOWN_F9A0=ln[63904]=new cn(63904,"unknown_f9a0",void 0,[],void 0),cn.UNKNOWN_F9A1=ln[63905]=new cn(63905,"unknown_f9a1",void 0,[],void 0),cn.UNKNOWN_F9A2=ln[63906]=new cn(63906,"unknown_f9a2",void 0,[],void 0),cn.UNKNOWN_F9A3=ln[63907]=new cn(63907,"unknown_f9a3",void 0,[],void 0),cn.UNKNOWN_F9A4=ln[63908]=new cn(63908,"unknown_f9a4",void 0,[],void 0),cn.UNKNOWN_F9A5=ln[63909]=new cn(63909,"unknown_f9a5",void 0,[],void 0),cn.UNKNOWN_F9A6=ln[63910]=new cn(63910,"unknown_f9a6",void 0,[],void 0),cn.UNKNOWN_F9A7=ln[63911]=new cn(63911,"unknown_f9a7",void 0,[],void 0),cn.UNKNOWN_F9A8=ln[63912]=new cn(63912,"unknown_f9a8",void 0,[],void 0),cn.UNKNOWN_F9A9=ln[63913]=new cn(63913,"unknown_f9a9",void 0,[],void 0),cn.UNKNOWN_F9AA=ln[63914]=new cn(63914,"unknown_f9aa",void 0,[],void 0),cn.UNKNOWN_F9AB=ln[63915]=new cn(63915,"unknown_f9ab",void 0,[],void 0),cn.UNKNOWN_F9AC=ln[63916]=new cn(63916,"unknown_f9ac",void 0,[],void 0),cn.UNKNOWN_F9AD=ln[63917]=new cn(63917,"unknown_f9ad",void 0,[],void 0),cn.UNKNOWN_F9AE=ln[63918]=new cn(63918,"unknown_f9ae",void 0,[],void 0),cn.UNKNOWN_F9AF=ln[63919]=new cn(63919,"unknown_f9af",void 0,[],void 0),cn.UNKNOWN_F9B0=ln[63920]=new cn(63920,"unknown_f9b0",void 0,[],void 0),cn.UNKNOWN_F9B1=ln[63921]=new cn(63921,"unknown_f9b1",void 0,[],void 0),cn.UNKNOWN_F9B2=ln[63922]=new cn(63922,"unknown_f9b2",void 0,[],void 0),cn.UNKNOWN_F9B3=ln[63923]=new cn(63923,"unknown_f9b3",void 0,[],void 0),cn.UNKNOWN_F9B4=ln[63924]=new cn(63924,"unknown_f9b4",void 0,[],void 0),cn.UNKNOWN_F9B5=ln[63925]=new cn(63925,"unknown_f9b5",void 0,[],void 0),cn.UNKNOWN_F9B6=ln[63926]=new cn(63926,"unknown_f9b6",void 0,[],void 0),cn.UNKNOWN_F9B7=ln[63927]=new cn(63927,"unknown_f9b7",void 0,[],void 0),cn.UNKNOWN_F9B8=ln[63928]=new cn(63928,"unknown_f9b8",void 0,[],void 0),cn.UNKNOWN_F9B9=ln[63929]=new cn(63929,"unknown_f9b9",void 0,[],void 0),cn.UNKNOWN_F9BA=ln[63930]=new cn(63930,"unknown_f9ba",void 0,[],void 0),cn.UNKNOWN_F9BB=ln[63931]=new cn(63931,"unknown_f9bb",void 0,[],void 0),cn.UNKNOWN_F9BC=ln[63932]=new cn(63932,"unknown_f9bc",void 0,[],void 0),cn.UNKNOWN_F9BD=ln[63933]=new cn(63933,"unknown_f9bd",void 0,[],void 0),cn.UNKNOWN_F9BE=ln[63934]=new cn(63934,"unknown_f9be",void 0,[],void 0),cn.UNKNOWN_F9BF=ln[63935]=new cn(63935,"unknown_f9bf",void 0,[],void 0),cn.UNKNOWN_F9C0=ln[63936]=new cn(63936,"unknown_f9c0",void 0,[],void 0),cn.UNKNOWN_F9C1=ln[63937]=new cn(63937,"unknown_f9c1",void 0,[],void 0),cn.UNKNOWN_F9C2=ln[63938]=new cn(63938,"unknown_f9c2",void 0,[],void 0),cn.UNKNOWN_F9C3=ln[63939]=new cn(63939,"unknown_f9c3",void 0,[],void 0),cn.UNKNOWN_F9C4=ln[63940]=new cn(63940,"unknown_f9c4",void 0,[],void 0),cn.UNKNOWN_F9C5=ln[63941]=new cn(63941,"unknown_f9c5",void 0,[],void 0),cn.UNKNOWN_F9C6=ln[63942]=new cn(63942,"unknown_f9c6",void 0,[],void 0),cn.UNKNOWN_F9C7=ln[63943]=new cn(63943,"unknown_f9c7",void 0,[],void 0),cn.UNKNOWN_F9C8=ln[63944]=new cn(63944,"unknown_f9c8",void 0,[],void 0),cn.UNKNOWN_F9C9=ln[63945]=new cn(63945,"unknown_f9c9",void 0,[],void 0),cn.UNKNOWN_F9CA=ln[63946]=new cn(63946,"unknown_f9ca",void 0,[],void 0),cn.UNKNOWN_F9CB=ln[63947]=new cn(63947,"unknown_f9cb",void 0,[],void 0),cn.UNKNOWN_F9CC=ln[63948]=new cn(63948,"unknown_f9cc",void 0,[],void 0),cn.UNKNOWN_F9CD=ln[63949]=new cn(63949,"unknown_f9cd",void 0,[],void 0),cn.UNKNOWN_F9CE=ln[63950]=new cn(63950,"unknown_f9ce",void 0,[],void 0),cn.UNKNOWN_F9CF=ln[63951]=new cn(63951,"unknown_f9cf",void 0,[],void 0),cn.UNKNOWN_F9D0=ln[63952]=new cn(63952,"unknown_f9d0",void 0,[],void 0),cn.UNKNOWN_F9D1=ln[63953]=new cn(63953,"unknown_f9d1",void 0,[],void 0),cn.UNKNOWN_F9D2=ln[63954]=new cn(63954,"unknown_f9d2",void 0,[],void 0),cn.UNKNOWN_F9D3=ln[63955]=new cn(63955,"unknown_f9d3",void 0,[],void 0),cn.UNKNOWN_F9D4=ln[63956]=new cn(63956,"unknown_f9d4",void 0,[],void 0),cn.UNKNOWN_F9D5=ln[63957]=new cn(63957,"unknown_f9d5",void 0,[],void 0),cn.UNKNOWN_F9D6=ln[63958]=new cn(63958,"unknown_f9d6",void 0,[],void 0),cn.UNKNOWN_F9D7=ln[63959]=new cn(63959,"unknown_f9d7",void 0,[],void 0),cn.UNKNOWN_F9D8=ln[63960]=new cn(63960,"unknown_f9d8",void 0,[],void 0),cn.UNKNOWN_F9D9=ln[63961]=new cn(63961,"unknown_f9d9",void 0,[],void 0),cn.UNKNOWN_F9DA=ln[63962]=new cn(63962,"unknown_f9da",void 0,[],void 0),cn.UNKNOWN_F9DB=ln[63963]=new cn(63963,"unknown_f9db",void 0,[],void 0),cn.UNKNOWN_F9DC=ln[63964]=new cn(63964,"unknown_f9dc",void 0,[],void 0),cn.UNKNOWN_F9DD=ln[63965]=new cn(63965,"unknown_f9dd",void 0,[],void 0),cn.UNKNOWN_F9DE=ln[63966]=new cn(63966,"unknown_f9de",void 0,[],void 0),cn.UNKNOWN_F9DF=ln[63967]=new cn(63967,"unknown_f9df",void 0,[],void 0),cn.UNKNOWN_F9E0=ln[63968]=new cn(63968,"unknown_f9e0",void 0,[],void 0),cn.UNKNOWN_F9E1=ln[63969]=new cn(63969,"unknown_f9e1",void 0,[],void 0),cn.UNKNOWN_F9E2=ln[63970]=new cn(63970,"unknown_f9e2",void 0,[],void 0),cn.UNKNOWN_F9E3=ln[63971]=new cn(63971,"unknown_f9e3",void 0,[],void 0),cn.UNKNOWN_F9E4=ln[63972]=new cn(63972,"unknown_f9e4",void 0,[],void 0),cn.UNKNOWN_F9E5=ln[63973]=new cn(63973,"unknown_f9e5",void 0,[],void 0),cn.UNKNOWN_F9E6=ln[63974]=new cn(63974,"unknown_f9e6",void 0,[],void 0),cn.UNKNOWN_F9E7=ln[63975]=new cn(63975,"unknown_f9e7",void 0,[],void 0),cn.UNKNOWN_F9E8=ln[63976]=new cn(63976,"unknown_f9e8",void 0,[],void 0),cn.UNKNOWN_F9E9=ln[63977]=new cn(63977,"unknown_f9e9",void 0,[],void 0),cn.UNKNOWN_F9EA=ln[63978]=new cn(63978,"unknown_f9ea",void 0,[],void 0),cn.UNKNOWN_F9EB=ln[63979]=new cn(63979,"unknown_f9eb",void 0,[],void 0),cn.UNKNOWN_F9EC=ln[63980]=new cn(63980,"unknown_f9ec",void 0,[],void 0),cn.UNKNOWN_F9ED=ln[63981]=new cn(63981,"unknown_f9ed",void 0,[],void 0),cn.UNKNOWN_F9EE=ln[63982]=new cn(63982,"unknown_f9ee",void 0,[],void 0),cn.UNKNOWN_F9EF=ln[63983]=new cn(63983,"unknown_f9ef",void 0,[],void 0),cn.UNKNOWN_F9F0=ln[63984]=new cn(63984,"unknown_f9f0",void 0,[],void 0),cn.UNKNOWN_F9F1=ln[63985]=new cn(63985,"unknown_f9f1",void 0,[],void 0),cn.UNKNOWN_F9F2=ln[63986]=new cn(63986,"unknown_f9f2",void 0,[],void 0),cn.UNKNOWN_F9F3=ln[63987]=new cn(63987,"unknown_f9f3",void 0,[],void 0),cn.UNKNOWN_F9F4=ln[63988]=new cn(63988,"unknown_f9f4",void 0,[],void 0),cn.UNKNOWN_F9F5=ln[63989]=new cn(63989,"unknown_f9f5",void 0,[],void 0),cn.UNKNOWN_F9F6=ln[63990]=new cn(63990,"unknown_f9f6",void 0,[],void 0),cn.UNKNOWN_F9F7=ln[63991]=new cn(63991,"unknown_f9f7",void 0,[],void 0),cn.UNKNOWN_F9F8=ln[63992]=new cn(63992,"unknown_f9f8",void 0,[],void 0),cn.UNKNOWN_F9F9=ln[63993]=new cn(63993,"unknown_f9f9",void 0,[],void 0),cn.UNKNOWN_F9FA=ln[63994]=new cn(63994,"unknown_f9fa",void 0,[],void 0),cn.UNKNOWN_F9FB=ln[63995]=new cn(63995,"unknown_f9fb",void 0,[],void 0),cn.UNKNOWN_F9FC=ln[63996]=new cn(63996,"unknown_f9fc",void 0,[],void 0),cn.UNKNOWN_F9FD=ln[63997]=new cn(63997,"unknown_f9fd",void 0,[],void 0),cn.UNKNOWN_F9FE=ln[63998]=new cn(63998,"unknown_f9fe",void 0,[],void 0),cn.UNKNOWN_F9FF=ln[63999]=new cn(63999,"unknown_f9ff",void 0,[],void 0),ln.forEach(e=>{un.set(e.mnemonic,e)});class _n{constructor(e,t){this.opcode=e,this.args=t,this.arg_size=0,this.param_to_args=[];const n=Math.min(e.params.length,t.length);for(let i=0;ithis._size?this.ensure_size(e-this._size):this._size=e}get backing_buffer(){return this.buffer.backing_buffer}get dv(){return this.buffer.view}constructor(e,t,n=0,i=e.size-n){if(n<0||n>e.size)throw new Error(`Offset ${n} is out of bounds.`);if(i<0||n+i>e.size)throw new Error(`Size ${i} is out of bounds.`);super(t,n),this.buffer=e,this._size=i}take(e){this.check_size("size",e,e);const t=this.offset+this.position,n=new vn(this.buffer,this.endianness,t,e);return this._position+=e,n}ensure_size(e){const t=this.position+e-this._size;t>0&&(this._size+=t,this.buffer.sizethis.capacity){let t=this.capacity||e;do{t*=2}while(t=o;t--){let o=e.position,r=t,s=0;for(;o+3=i&&(n=t,i=s,s>=255))break}i<3?t.add_u8(e.u8()):(t.copy(n-e.position,i),e.seek(i))}return t.finalize()}class fn{constructor(e,t){this.flags=0,this.flag_bits_left=0,this.flag_offset=0,this.output=new vn(new wn(e),t)}add_u8(e){this.write_control_bit(1),this.write_u8(e)}copy(e,t){e>-256&&t<=5?this.short_copy(e,t):this.long_copy(e,t)}finalize(){this.write_control_bit(0),this.write_control_bit(1),this.flags>>>=this.flag_bits_left;const e=this.output.position;return this.output.seek_start(this.flag_offset).write_u8(this.flags).seek_start(e),this.write_u8(0),this.write_u8(0),this.output.seek_start(0)}write_control_bit(e){if(0==this.flag_bits_left--){const e=this.output.position;this.output.seek_start(this.flag_offset).write_u8(this.flags).seek_start(e).write_u8(0),this.flag_offset=e,this.flag_bits_left=7}this.flags>>>=1,e&&(this.flags|=128)}write_u8(e){this.output.write_u8(e)}short_copy(e,t){t-=2,this.write_control_bit(0),this.write_control_bit(0),this.write_control_bit(t>>>1&1),this.write_control_bit(1&t),this.write_u8(255&e)}long_copy(e,t){t<=9?(this.write_control_bit(0),this.write_control_bit(1),this.write_u8(e<<3&248|t-2&7),this.write_u8(e>>5&255)):(this.write_control_bit(0),this.write_control_bit(1),this.write_u8(e<<3&248),this.write_u8(e>>5&255),this.write_u8(t-1))}}const mn=d.a.get("data_formats/compression/prs/decompress");function gn(e){const t=new yn(e);for(;;)if(1===t.read_flag_bit())t.copy_u8();else{let e,n;if(0===t.read_flag_bit())e=t.read_flag_bit()<<1,e|=t.read_flag_bit(),e+=2,n=t.read_u8()-256;else{if(0===(n=t.read_u16()))break;e=7&n,n>>>=3,0===e?(e=t.read_u8(),e+=1):e+=2,n-=8192}t.offset_copy(n,e)}return t.dst.seek_start(0)}class yn{constructor(e){this.src=e,this.dst=new vn(new wn(Math.floor(1.5*e.size)),e.endianness),this.flags=0,this.flag_bits_left=0}read_flag_bit(){0===this.flag_bits_left&&(this.flags=this.read_u8(),this.flag_bits_left=8);let e=1&this.flags;return this.flags>>>=1,this.flag_bits_left-=1,e}copy_u8(){this.dst.write_u8(this.read_u8())}read_u8(){return this.src.u8()}read_u16(){return this.src.u16()}offset_copy(e,t){(e<-8192||e>0)&&mn.error(`offset was ${e}, should be between -8192 and 0.`),(t<1||t>256)&&mn.error(`length was ${t}, should be between 1 and 256.`);const n=Math.min(-e,t);this.dst.seek(e);const i=this.dst.take(n);this.dst.seek(-e-n);for(let e=0;ee.value);break;case cn.CALL:case cn.VA_CALL:a=kn.Call,d=[s.args[0].value];break;case cn.SWITCH_CALL:a=kn.Call,d=s.args.slice(1).map(e=>e.value);break;default:if(r===n-1){a=kn.None,d=[];break}continue}const l=new Rn(t,i,r+1,a,d);for(let t=l.start;te+t.end-t.start+1,0)}get(e){for(const{start:t,end:n}of this.intervals){const i=n-t+1;if(ethis.intervals[i].start;)e.end=this.intervals[i].end,i++;this.intervals.splice(t+1,i-t-1),e.end=Math.max(e.end,n.end),t++;continue e}t++}this.intervals.push(n)}return this}to_array(){let e=[];for(const{start:t,end:n}of this.intervals)for(let i=t;i<=n;i++)e.push(i);return e}[Symbol.iterator](){const e=this;let t=0,n=NaN;return{next(){let i=!0;return te.intervals[t].end?++t100)return Sn.warn("Too many iterations."),(new Tn).set_interval(On,Cn);for(let s=o-1;s>=i.start;s--){const o=i.segment.instructions[s],a=o.args;switch(o.opcode){case cn.LET:if(a[0].value===r)return e(t,new Set(n),i,s,a[1].value);break;case cn.LETI:case cn.LETB:case cn.LETW:case cn.SYNC_LETI:if(a[0].value===r)return(new Tn).set_value(a[1].value);break;case cn.SET:if(a[0].value===r)return(new Tn).set_value(1);break;case cn.CLEAR:if(a[0].value===r)return(new Tn).set_value(0);break;case cn.REV:if(a[0].value===r){const o=e(t,new Set(n),i,s,r),a=o.size();return 0===a||1===a&&0===o.get(0)?(new Tn).set_value(1):o.has(0)?(new Tn).set_interval(0,1):(new Tn).set_value(0)}break;case cn.ADDI:if(a[0].value===r){const o=e(t,new Set(n),i,s,r);return o.scalar_add(a[1].value)}break;case cn.SUBI:if(a[0].value===r){const o=e(t,new Set(n),i,s,r);return o.scalar_sub(a[1].value)}break;case cn.MULI:if(a[0].value===r){const o=e(t,new Set(n),i,s,r);return o.scalar_mul(a[1].value)}break;case cn.DIVI:if(a[0].value===r){const o=e(t,new Set(n),i,s,r);return o.scalar_div(a[1].value)}break;case cn.IF_ZONE_CLEAR:if(a[0].value===r)return(new Tn).set_interval(0,1);break;case cn.GET_DIFFLVL:if(a[0].value===r)return(new Tn).set_interval(0,2);break;case cn.GET_SLOTNUMBER:if(a[0].value===r)return(new Tn).set_interval(0,3);break;case cn.GET_RANDOM:if(a[1].value===r){const o=e(t,new Set(n),i,s,a[0].value).min()||0,r=Math.max(e(t,new Set(n),i,s,a[0].value+1).max()||0,o+1);return(new Tn).set_interval(o,r-1)}break;case cn.STACK_PUSHM:case cn.STACK_POPM:{const e=a[0].value,t=a[0].value+a[1].value;if(e<=r&&r100)return Fn.warn("Too many iterations."),(new Tn).set_interval(Wn,Ln);for(let e=o-1;e>=i.start;e--){const n=i.segment.instructions[e];if(n.opcode.stack===an.Pop){r+=n.opcode.params.length;continue}const o=n.args;switch(n.opcode){case cn.ARG_PUSHR:if(0===r)return Dn(t.cfg,n,o[0].value);r--;break;case cn.ARG_PUSHL:case cn.ARG_PUSHB:case cn.ARG_PUSHW:if(0===r)return(new Tn).set_value(o[0].value);r--;break;case cn.ARG_PUSHA:case cn.ARG_PUSHO:case cn.ARG_PUSHS:if(0===r)return(new Tn).set_interval(Wn,Ln);r--}}const s=new Tn;n.add(i);for(const o of i.from){if(n.has(o)){s.set_interval(Wn,Ln);break}s.union(e(t,new Set(n),o,o.end,r))}return s}(new Mn(e),new Set,i,i.index_of_instruction(t),n):new Tn}class Mn{constructor(e){this.cfg=e,this.iterations=0}}const In=d.a.get("data_formats/parsing/quest/bin");class Bn{constructor(e,t,n,i,o,r,s){this.quest_id=e,this.language=t,this.quest_name=n,this.short_description=i,this.long_description=o,this.object_code=r,this.shop_items=s}}const An=[];function xn(e,t=[0],n=!1){const i=e.u32(),o=e.u32(),r=e.u32();e.seek(4);const s=e.u32(),a=e.u32(),d=e.string_utf16(64,!0,!0),l=e.string_utf16(256,!0,!0),u=e.string_utf16(576,!0,!0);r!==e.size&&In.warn(`Value ${r} in bin size field does not match actual size ${e.size}.`),e.seek(4);const c=e.u32_array(932),_=Math.floor((e.size-o)/4);e.seek_start(o);const p=e.i32_array(_),v=new Gn(p),w=function(e,t,n,i){const o=new Map;!function(e,t,n,i,o){let r;do{r=i.size;for(const[r,s]of n)zn(i,t,e,r,s,o);const s=[...i.entries()].filter(([,e])=>e.type===pn.Instructions).sort(([e],[t])=>e-t).map(([,e])=>e),a=bn.create(s);n=new Map;for(const e of s)for(const t of e.instructions)for(let e=0;er)}(e,t,n.reduce((e,t)=>e.set(t,pn.Instructions),new Map),o,i);const r=[];let s=0;for(;ss){r=e.offset;break}}if(e.seek_start(s),Hn(o,e,r,i||[]),n=o.get(s),r<=s){In.error(`Next offset ${r} was smaller than or equal to current offset ${s}.`);break}if(!n){In.error(`Couldn't create segment for offset ${s}.`);continue}}switch(r.push(n),n.type){case pn.Instructions:for(const e of n.instructions)s+=e.size;break;case pn.Data:s+=n.data.byteLength;break;case pn.String:s+=4*Math.ceil((n.value.length+1)/2);break;default:throw new Error(`${pn[n.type]} not implemented.`)}}for(const{label:e,offset:n}of t.labels){const t=o.get(n);t?t.labels.includes(e)||(t.labels.push(e),t.labels.sort((e,t)=>e-t)):In.warn(`Label ${e} with offset ${n} does not point to anything.`)}if(e.size!==s){const t=`Expected to parse ${e.size} bytes but parsed ${s} instead.`;if(!i)throw new Error(t);In.error(t)}return r}(e.seek_start(i).take(o-i),v,t,n);return new Bn(s,a,d,l,u,w,c)}function jn(e){const t=new wn(4652+100*e.object_code.length),n=new vn(t,Mt.Little);if(n.write_u32(4652),n.write_u32(0),n.write_u32(0),n.write_u32(4294967295),n.write_u32(e.quest_id),n.write_u32(e.language),n.write_string_utf16(e.quest_name,64),n.write_string_utf16(e.short_description,256),n.write_string_utf16(e.long_description,576),n.write_u32(0),e.shop_items.length>932)throw new Error(`shop_items can't be larger than 932, was ${e.shop_items.length}.`);n.write_u32_array(e.shop_items);for(let t=e.shop_items.length;t<932;t++)n.write_u32(0);for(;n.position<4652;)n.write_u8(0);const{size:i,label_offsets:o}=function(e,t){const n=e.position,i=[];for(const o of t){for(const t of o.labels)i[t]=e.position-n;if(o.type===pn.Instructions)for(const t of o.instructions){const n=t.opcode;if(2===n.size&&e.write_u8(n.code>>>8),e.write_u8(255&n.code),n.stack!==an.Pop)for(let i=0;i=0?e.write_u8(s.value):e.write_i8(s.value);break;case It.Word:s.value>=0?e.write_u16(s.value):e.write_i16(s.value);break;case It.DWord:s.value>=0?e.write_u32(s.value):e.write_i32(s.value);break;case It.Float:e.write_f32(s.value);break;case It.Label:case It.ILabel:case It.DLabel:case It.SLabel:e.write_u16(s.value);break;case It.String:e.write_string_utf16(s.value,s.size);break;case It.ILabelVar:e.write_u8(r.length),e.write_u16_array(r.map(e=>e.value));break;case It.RegRef:case It.RegTupRef:e.write_u8(s.value);break;case It.RegRefVar:e.write_u8(r.length),e.write_u8_array(r.map(e=>e.value));break;default:throw new Error(`Parameter type ${It[o.type.kind]} not implemented.`)}}}else if(o.type===pn.String){const t=4*Math.ceil((o.value.length+1)/2);e.write_string_utf16(o.value,t)}else e.write_cursor(new Gt(o.data,e.endianness))}return{size:e.position-n,label_offsets:i}}(n,e.object_code);for(let e=0;ee.offset-t.offset||e.label-t.label);for(let e=0;et.offset);e++)n=void 0;return{offset:t.offset,next:n}}}function Kn(e,t,n,i,o){if(n.opcode.stack===an.Pop){const r=Un(e,n,n.opcode.params.length-i-1);if(r.size()<=10)for(const e of r){const n=t.get(e);(null==n||An[o]>An[n])&&t.set(e,o)}}else{const e=n.args[i].value,r=t.get(e);(null==r||An[o]>An[r])&&t.set(e,o)}}function zn(e,t,n,i,o,r){try{const s=t.get_info(i);if(null==s)return void In.warn(`Label ${i} is not registered in the label table.`);let a,d=e.get(s.offset);if(d){if(d.labels.includes(i)||(d.labels.push(i),d.labels.sort((e,t)=>e-t)),!(An[o]>An[d.type]))return;a=d.labels}else a=[i];const l=s.next?s.next.offset:n.size;switch(n.seek_start(s.offset),o){case pn.Instructions:!function(e,t,n,i,o,r,s){const a=[],d={type:pn.Instructions,labels:o,instructions:a};e.set(n.position,d);for(;n.position=0;e--){const t=a[e].opcode;if(t===cn.RET||t===cn.JMP){i=!1;break}}i&&zn(e,t,n,r,pn.Instructions,s)}}(e,t,n,l,a,s.next&&s.next.label,r);break;case pn.Data:Hn(e,n,l,a);break;case pn.String:!function(e,t,n,i){const o=t.position,r={type:pn.String,labels:i,value:t.string_utf16(n-o,!0,!0)};e.set(o,r)}(e,n,l,a);break;default:throw new Error(`Segment type ${pn[o]} not implemented.`)}}catch(e){if(!r)throw e;In.error("Couldn't fully parse object code segment.",e)}}function Hn(e,t,n,i){const o=t.position,r={type:pn.Data,labels:i,data:t.array_buffer(n-o)};e.set(o,r)}function Vn(e,t){const n=[];if(t.stack!==an.Pop)for(const i of t.params)switch(i.type.kind){case It.Byte:n.push({value:e.u8(),size:1});break;case It.Word:n.push({value:e.u16(),size:2});break;case It.DWord:n.push({value:e.i32(),size:4});break;case It.Float:n.push({value:e.f32(),size:4});break;case It.Label:case It.ILabel:case It.DLabel:case It.SLabel:n.push({value:e.u16(),size:2});break;case It.String:{const t=e.position;n.push({value:e.string_utf16(Math.min(4096,e.bytes_left),!0,!1),size:e.position-t})}break;case It.ILabelVar:{const t=e.u8();n.push(...e.u16_array(t).map(e=>({value:e,size:2})))}break;case It.RegRef:case It.RegTupRef:n.push({value:e.u8(),size:1});break;case It.RegRefVar:{const t=e.u8();n.push(...e.u8_array(t).map(e=>({value:e,size:1})))}break;default:throw new Error(`Parameter type ${It[i.type.kind]} not implemented.`)}return n}const qn=d.a.get("data_formats/parsing/quest/dat"),$n=68,Jn=72;var Yn;function Zn(e){return Xn[e]}!function(e){e[e.Unknown=1e3]="Unknown",e[e.PlayerSet=1001]="PlayerSet",e[e.Particle=1002]="Particle",e[e.Teleporter=1003]="Teleporter",e[e.Warp=1004]="Warp",e[e.LightCollision=1005]="LightCollision",e[e.Item=1006]="Item",e[e.EnvSound=1007]="EnvSound",e[e.FogCollision=1008]="FogCollision",e[e.EventCollision=1009]="EventCollision",e[e.CharaCollision=1010]="CharaCollision",e[e.ElementalTrap=1011]="ElementalTrap",e[e.StatusTrap=1012]="StatusTrap",e[e.HealTrap=1013]="HealTrap",e[e.LargeElementalTrap=1014]="LargeElementalTrap",e[e.ObjRoomID=1015]="ObjRoomID",e[e.Sensor=1016]="Sensor",e[e.UnknownItem16=1017]="UnknownItem16",e[e.Lensflare=1018]="Lensflare",e[e.ScriptCollision=1019]="ScriptCollision",e[e.HealRing=1020]="HealRing",e[e.MapCollision=1021]="MapCollision",e[e.ScriptCollisionA=1022]="ScriptCollisionA",e[e.ItemLight=1023]="ItemLight",e[e.RadarCollision=1024]="RadarCollision",e[e.FogCollisionSW=1025]="FogCollisionSW",e[e.BossTeleporter=1026]="BossTeleporter",e[e.ImageBoard=1027]="ImageBoard",e[e.QuestWarp=1028]="QuestWarp",e[e.Epilogue=1029]="Epilogue",e[e.UnknownItem29=1030]="UnknownItem29",e[e.UnknownItem30=1031]="UnknownItem30",e[e.UnknownItem31=1032]="UnknownItem31",e[e.BoxDetectObject=1033]="BoxDetectObject",e[e.SymbolChatObject=1034]="SymbolChatObject",e[e.TouchPlateObject=1035]="TouchPlateObject",e[e.TargetableObject=1036]="TargetableObject",e[e.EffectObject=1037]="EffectObject",e[e.CountDownObject=1038]="CountDownObject",e[e.UnknownItem38=1039]="UnknownItem38",e[e.UnknownItem39=1040]="UnknownItem39",e[e.UnknownItem40=1041]="UnknownItem40",e[e.UnknownItem41=1042]="UnknownItem41",e[e.MenuActivation=1043]="MenuActivation",e[e.TelepipeLocation=1044]="TelepipeLocation",e[e.BGMCollision=1045]="BGMCollision",e[e.MainRagolTeleporter=1046]="MainRagolTeleporter",e[e.LobbyTeleporter=1047]="LobbyTeleporter",e[e.PrincipalWarp=1048]="PrincipalWarp",e[e.ShopDoor=1049]="ShopDoor",e[e.HuntersGuildDoor=1050]="HuntersGuildDoor",e[e.TeleporterDoor=1051]="TeleporterDoor",e[e.MedicalCenterDoor=1052]="MedicalCenterDoor",e[e.Elevator=1053]="Elevator",e[e.EasterEgg=1054]="EasterEgg",e[e.ValentinesHeart=1055]="ValentinesHeart",e[e.ChristmasTree=1056]="ChristmasTree",e[e.ChristmasWreath=1057]="ChristmasWreath",e[e.HalloweenPumpkin=1058]="HalloweenPumpkin",e[e.TwentyFirstCentury=1059]="TwentyFirstCentury",e[e.Sonic=1060]="Sonic",e[e.WelcomeBoard=1061]="WelcomeBoard",e[e.Firework=1062]="Firework",e[e.LobbyScreenDoor=1063]="LobbyScreenDoor",e[e.MainRagolTeleporterBattleInNextArea=1064]="MainRagolTeleporterBattleInNextArea",e[e.LabTeleporterDoor=1065]="LabTeleporterDoor",e[e.Pioneer2InvisibleTouchplate=1066]="Pioneer2InvisibleTouchplate",e[e.ForestDoor=1067]="ForestDoor",e[e.ForestSwitch=1068]="ForestSwitch",e[e.LaserFence=1069]="LaserFence",e[e.LaserSquareFence=1070]="LaserSquareFence",e[e.ForestLaserFenceSwitch=1071]="ForestLaserFenceSwitch",e[e.LightRays=1072]="LightRays",e[e.BlueButterfly=1073]="BlueButterfly",e[e.Probe=1074]="Probe",e[e.RandomTypeBox1=1075]="RandomTypeBox1",e[e.ForestWeatherStation=1076]="ForestWeatherStation",e[e.Battery=1077]="Battery",e[e.ForestConsole=1078]="ForestConsole",e[e.BlackSlidingDoor=1079]="BlackSlidingDoor",e[e.RicoMessagePod=1080]="RicoMessagePod",e[e.EnergyBarrier=1081]="EnergyBarrier",e[e.ForestRisingBridge=1082]="ForestRisingBridge",e[e.SwitchNoneDoor=1083]="SwitchNoneDoor",e[e.EnemyBoxGrey=1084]="EnemyBoxGrey",e[e.FixedTypeBox=1085]="FixedTypeBox",e[e.EnemyBoxBrown=1086]="EnemyBoxBrown",e[e.EmptyTypeBox=1087]="EmptyTypeBox",e[e.LaserFenseEx=1088]="LaserFenseEx",e[e.LaserSquareFenceEx=1089]="LaserSquareFenceEx",e[e.FloorPanel1=1090]="FloorPanel1",e[e.Caves4ButtonDoor=1091]="Caves4ButtonDoor",e[e.CavesNormalDoor=1092]="CavesNormalDoor",e[e.CavesSmashingPillar=1093]="CavesSmashingPillar",e[e.CavesSign1=1094]="CavesSign1",e[e.CavesSign2=1095]="CavesSign2",e[e.CavesSign3=1096]="CavesSign3",e[e.HexagalTank=1097]="HexagalTank",e[e.BrownPlatform=1098]="BrownPlatform",e[e.WarningLightObject=1099]="WarningLightObject",e[e.Rainbow=1100]="Rainbow",e[e.FloatingJelifish=1101]="FloatingJelifish",e[e.FloatingDragonfly=1102]="FloatingDragonfly",e[e.CavesSwitchDoor=1103]="CavesSwitchDoor",e[e.RobotRechargeStation=1104]="RobotRechargeStation",e[e.CavesCakeShop=1105]="CavesCakeShop",e[e.Caves1SmallRedRock=1106]="Caves1SmallRedRock",e[e.Caves1MediumRedRock=1107]="Caves1MediumRedRock",e[e.Caves1LargeRedRock=1108]="Caves1LargeRedRock",e[e.Caves2SmallRock1=1109]="Caves2SmallRock1",e[e.Caves2MediumRock1=1110]="Caves2MediumRock1",e[e.Caves2LargeRock1=1111]="Caves2LargeRock1",e[e.Caves2SmallRock2=1112]="Caves2SmallRock2",e[e.Caves2MediumRock2=1113]="Caves2MediumRock2",e[e.Caves2LargeRock2=1114]="Caves2LargeRock2",e[e.Caves3SmallRock=1115]="Caves3SmallRock",e[e.Caves3MediumRock=1116]="Caves3MediumRock",e[e.Caves3LargeRock=1117]="Caves3LargeRock",e[e.FloorPanel2=1118]="FloorPanel2",e[e.DestructableRockCaves1=1119]="DestructableRockCaves1",e[e.DestructableRockCaves2=1120]="DestructableRockCaves2",e[e.DestructableRockCaves3=1121]="DestructableRockCaves3",e[e.MinesDoor=1122]="MinesDoor",e[e.FloorPanel3=1123]="FloorPanel3",e[e.MinesSwitchDoor=1124]="MinesSwitchDoor",e[e.LargeCryoTube=1125]="LargeCryoTube",e[e.ComputerLikeCalus=1126]="ComputerLikeCalus",e[e.GreenScreenOpeningAndClosing=1127]="GreenScreenOpeningAndClosing",e[e.FloatingRobot=1128]="FloatingRobot",e[e.FloatingBlueLight=1129]="FloatingBlueLight",e[e.SelfDestructingObject1=1130]="SelfDestructingObject1",e[e.SelfDestructingObject2=1131]="SelfDestructingObject2",e[e.SelfDestructingObject3=1132]="SelfDestructingObject3",e[e.SparkMachine=1133]="SparkMachine",e[e.MinesLargeFlashingCrate=1134]="MinesLargeFlashingCrate",e[e.RuinsSeal=1135]="RuinsSeal",e[e.RuinsTeleporter=1136]="RuinsTeleporter",e[e.RuinsWarpSiteToSite=1137]="RuinsWarpSiteToSite",e[e.RuinsSwitch=1138]="RuinsSwitch",e[e.FloorPanel4=1139]="FloorPanel4",e[e.Ruins1Door=1140]="Ruins1Door",e[e.Ruins3Door=1141]="Ruins3Door",e[e.Ruins2Door=1142]="Ruins2Door",e[e.Ruins11ButtonDoor=1143]="Ruins11ButtonDoor",e[e.Ruins21ButtonDoor=1144]="Ruins21ButtonDoor",e[e.Ruins31ButtonDoor=1145]="Ruins31ButtonDoor",e[e.Ruins4ButtonDoor=1146]="Ruins4ButtonDoor",e[e.Ruins2ButtonDoor=1147]="Ruins2ButtonDoor",e[e.RuinsSensor=1148]="RuinsSensor",e[e.RuinsFenceSwitch=1149]="RuinsFenceSwitch",e[e.RuinsLaserFence4x2=1150]="RuinsLaserFence4x2",e[e.RuinsLaserFence6x2=1151]="RuinsLaserFence6x2",e[e.RuinsLaserFence4x4=1152]="RuinsLaserFence4x4",e[e.RuinsLaserFence6x4=1153]="RuinsLaserFence6x4",e[e.RuinsPoisonBlob=1154]="RuinsPoisonBlob",e[e.RuinsPilarTrap=1155]="RuinsPilarTrap",e[e.PopupTrapNoTech=1156]="PopupTrapNoTech",e[e.RuinsCrystal=1157]="RuinsCrystal",e[e.Monument=1158]="Monument",e[e.RuinsRock1=1159]="RuinsRock1",e[e.RuinsRock2=1160]="RuinsRock2",e[e.RuinsRock3=1161]="RuinsRock3",e[e.RuinsRock4=1162]="RuinsRock4",e[e.RuinsRock5=1163]="RuinsRock5",e[e.RuinsRock6=1164]="RuinsRock6",e[e.RuinsRock7=1165]="RuinsRock7",e[e.Poison=1166]="Poison",e[e.FixedBoxTypeRuins=1167]="FixedBoxTypeRuins",e[e.RandomBoxTypeRuins=1168]="RandomBoxTypeRuins",e[e.EnemyTypeBoxYellow=1169]="EnemyTypeBoxYellow",e[e.EnemyTypeBoxBlue=1170]="EnemyTypeBoxBlue",e[e.EmptyTypeBoxBlue=1171]="EmptyTypeBoxBlue",e[e.DestructableRock=1172]="DestructableRock",e[e.PopupTrapsTechs=1173]="PopupTrapsTechs",e[e.FlyingWhiteBird=1174]="FlyingWhiteBird",e[e.Tower=1175]="Tower",e[e.FloatingRocks=1176]="FloatingRocks",e[e.FloatingSoul=1177]="FloatingSoul",e[e.Butterfly=1178]="Butterfly",e[e.LobbyGameMenu=1179]="LobbyGameMenu",e[e.LobbyWarpObject=1180]="LobbyWarpObject",e[e.Lobby1EventObjectDefaultTree=1181]="Lobby1EventObjectDefaultTree",e[e.UnknownItem387=1182]="UnknownItem387",e[e.UnknownItem388=1183]="UnknownItem388",e[e.UnknownItem389=1184]="UnknownItem389",e[e.LobbyEventObjectStaticPumpkin=1185]="LobbyEventObjectStaticPumpkin",e[e.LobbyEventObject3ChristmasWindows=1186]="LobbyEventObject3ChristmasWindows",e[e.LobbyEventObjectRedAndWhiteCurtain=1187]="LobbyEventObjectRedAndWhiteCurtain",e[e.UnknownItem393=1188]="UnknownItem393",e[e.UnknownItem394=1189]="UnknownItem394",e[e.LobbyFishTank=1190]="LobbyFishTank",e[e.LobbyEventObjectButterflies=1191]="LobbyEventObjectButterflies",e[e.UnknownItem400=1192]="UnknownItem400",e[e.GreyWallLow=1193]="GreyWallLow",e[e.SpaceshipDoor=1194]="SpaceshipDoor",e[e.GreyWallHigh=1195]="GreyWallHigh",e[e.TempleNormalDoor=1196]="TempleNormalDoor",e[e.BreakableWallWallButUnbreakable=1197]="BreakableWallWallButUnbreakable",e[e.BrokenCilinderAndRubble=1198]="BrokenCilinderAndRubble",e[e.ThreeBrokenWallPiecesOnFloor=1199]="ThreeBrokenWallPiecesOnFloor",e[e.HighBrickCilinder=1200]="HighBrickCilinder",e[e.LyingCilinder=1201]="LyingCilinder",e[e.BrickConeWithFlatTop=1202]="BrickConeWithFlatTop",e[e.BreakableTempleWall=1203]="BreakableTempleWall",e[e.TempleMapDetect=1204]="TempleMapDetect",e[e.SmallBrownBrickRisingBridge=1205]="SmallBrownBrickRisingBridge",e[e.LongRisingBridgeWithPinkHighEdges=1206]="LongRisingBridgeWithPinkHighEdges",e[e.FourSwitchTempleDoor=1207]="FourSwitchTempleDoor",e[e.FourButtonSpaceshipDoor=1208]="FourButtonSpaceshipDoor",e[e.ItemBoxCca=1209]="ItemBoxCca",e[e.TeleporterEp2=1210]="TeleporterEp2",e[e.CCADoor=1211]="CCADoor",e[e.SpecialBoxCCA=1212]="SpecialBoxCCA",e[e.BigCCADoor=1213]="BigCCADoor",e[e.BigCCADoorSwitch=1214]="BigCCADoorSwitch",e[e.LittleRock=1215]="LittleRock",e[e.Little3StoneWall=1216]="Little3StoneWall",e[e.Medium3StoneWall=1217]="Medium3StoneWall",e[e.SpiderPlant=1218]="SpiderPlant",e[e.CCAAreaTeleporter=1219]="CCAAreaTeleporter",e[e.UnknownItem523=1220]="UnknownItem523",e[e.WhiteBird=1221]="WhiteBird",e[e.OrangeBird=1222]="OrangeBird",e[e.Saw=1223]="Saw",e[e.LaserDetect=1224]="LaserDetect",e[e.UnknownItem529=1225]="UnknownItem529",e[e.UnknownItem530=1226]="UnknownItem530",e[e.Seagull=1227]="Seagull",e[e.Fish=1228]="Fish",e[e.SeabedDoorWithBlueEdges=1229]="SeabedDoorWithBlueEdges",e[e.SeabedDoorAlwaysOpenNonTriggerable=1230]="SeabedDoorAlwaysOpenNonTriggerable",e[e.LittleCryotube=1231]="LittleCryotube",e[e.WideGlassWallBreakable=1232]="WideGlassWallBreakable",e[e.BlueFloatingRobot=1233]="BlueFloatingRobot",e[e.RedFloatingRobot=1234]="RedFloatingRobot",e[e.Dolphin=1235]="Dolphin",e[e.CaptureTrap=1236]="CaptureTrap",e[e.VRLink=1237]="VRLink",e[e.UnknownItem576=1238]="UnknownItem576",e[e.WarpInBarbaRayRoom=1239]="WarpInBarbaRayRoom",e[e.UnknownItem672=1240]="UnknownItem672",e[e.GeeNest=1241]="GeeNest",e[e.LabComputerConsole=1242]="LabComputerConsole",e[e.LabComputerConsoleGreenScreen=1243]="LabComputerConsoleGreenScreen",e[e.ChairYelllowPillow=1244]="ChairYelllowPillow",e[e.OrangeWallWithHoleInMiddle=1245]="OrangeWallWithHoleInMiddle",e[e.GreyWallWithHoleInMiddle=1246]="GreyWallWithHoleInMiddle",e[e.LongTable=1247]="LongTable",e[e.GBAStation=1248]="GBAStation",e[e.TalkLinkToSupport=1249]="TalkLinkToSupport",e[e.InstaWarp=1250]="InstaWarp",e[e.LabInvisibleObject=1251]="LabInvisibleObject",e[e.LabGlassWindowDoor=1252]="LabGlassWindowDoor",e[e.UnknownItem700=1253]="UnknownItem700",e[e.LabCelingWarp=1254]="LabCelingWarp",e[e.Ep4LightSource=1255]="Ep4LightSource",e[e.Cacti=1256]="Cacti",e[e.BigBrownRock=1257]="BigBrownRock",e[e.BreakableBrownRock=1258]="BreakableBrownRock",e[e.UnknownItem832=1259]="UnknownItem832",e[e.UnknownItem833=1260]="UnknownItem833",e[e.PoisonPlant=1261]="PoisonPlant",e[e.UnknownItem897=1262]="UnknownItem897",e[e.UnknownItem898=1263]="UnknownItem898",e[e.OozingDesertPlant=1264]="OozingDesertPlant",e[e.UnknownItem901=1265]="UnknownItem901",e[e.BigBlackRocks=1266]="BigBlackRocks",e[e.UnknownItem903=1267]="UnknownItem903",e[e.UnknownItem904=1268]="UnknownItem904",e[e.UnknownItem905=1269]="UnknownItem905",e[e.UnknownItem906=1270]="UnknownItem906",e[e.FallingRock=1271]="FallingRock",e[e.DesertPlantHasCollision=1272]="DesertPlantHasCollision",e[e.DesertFixedTypeBoxBreakableCrystals=1273]="DesertFixedTypeBoxBreakableCrystals",e[e.UnknownItem910=1274]="UnknownItem910",e[e.BeeHive=1275]="BeeHive",e[e.UnknownItem912=1276]="UnknownItem912",e[e.Heat=1277]="Heat",e[e.TopOfSaintMillionEgg=1278]="TopOfSaintMillionEgg",e[e.UnknownItem961=1279]="UnknownItem961"}(Yn||(Yn={}));const Xn=[];function Qn(e,t,n){Xn[e]={name:n,pso_id:t}}Qn(Yn.Unknown,void 0,"Unknown"),Qn(Yn.PlayerSet,0,"Player Set"),Qn(Yn.Particle,1,"Particle"),Qn(Yn.Teleporter,2,"Teleporter"),Qn(Yn.Warp,3,"Warp"),Qn(Yn.LightCollision,4,"Light Collision"),Qn(Yn.Item,5,"Item"),Qn(Yn.EnvSound,6,"Env Sound"),Qn(Yn.FogCollision,7,"Fog Collision"),Qn(Yn.EventCollision,8,"Event Collision"),Qn(Yn.CharaCollision,9,"Chara Collision"),Qn(Yn.ElementalTrap,10,"Elemental Trap"),Qn(Yn.StatusTrap,11,"Status Trap"),Qn(Yn.HealTrap,12,"Heal Trap"),Qn(Yn.LargeElementalTrap,13,"Large Elemental Trap"),Qn(Yn.ObjRoomID,14,"Obj Room ID"),Qn(Yn.Sensor,15,"Sensor"),Qn(Yn.UnknownItem16,16,"Unknown Item (16)"),Qn(Yn.Lensflare,17,"Lensflare"),Qn(Yn.ScriptCollision,18,"Script Collision"),Qn(Yn.HealRing,19,"Heal Ring"),Qn(Yn.MapCollision,20,"Map Collision"),Qn(Yn.ScriptCollisionA,21,"Script Collision A"),Qn(Yn.ItemLight,22,"Item Light"),Qn(Yn.RadarCollision,23,"Radar Collision"),Qn(Yn.FogCollisionSW,24,"Fog Collision SW"),Qn(Yn.BossTeleporter,25,"Boss Teleporter"),Qn(Yn.ImageBoard,26,"Image Board"),Qn(Yn.QuestWarp,27,"Quest Warp"),Qn(Yn.Epilogue,28,"Epilogue"),Qn(Yn.UnknownItem29,29,"Unknown Item (29)"),Qn(Yn.UnknownItem30,30,"Unknown Item (30)"),Qn(Yn.UnknownItem31,31,"Unknown Item (31)"),Qn(Yn.BoxDetectObject,32,"Box Detect Object"),Qn(Yn.SymbolChatObject,33,"Symbol Chat Object"),Qn(Yn.TouchPlateObject,34,"Touch plate Object"),Qn(Yn.TargetableObject,35,"Targetable Object"),Qn(Yn.EffectObject,36,"Effect object"),Qn(Yn.CountDownObject,37,"Count Down Object"),Qn(Yn.UnknownItem38,38,"Unknown Item (38)"),Qn(Yn.UnknownItem39,39,"Unknown Item (39)"),Qn(Yn.UnknownItem40,40,"Unknown Item (40)"),Qn(Yn.UnknownItem41,41,"Unknown Item (41)"),Qn(Yn.MenuActivation,64,"Menu activation"),Qn(Yn.TelepipeLocation,65,"Telepipe Location"),Qn(Yn.BGMCollision,66,"BGM Collision"),Qn(Yn.MainRagolTeleporter,67,"Main Ragol Teleporter"),Qn(Yn.LobbyTeleporter,68,"Lobby Teleporter"),Qn(Yn.PrincipalWarp,69,"Principal warp"),Qn(Yn.ShopDoor,70,"Shop Door"),Qn(Yn.HuntersGuildDoor,71,"Hunter's Guild Door"),Qn(Yn.TeleporterDoor,72,"Teleporter Door"),Qn(Yn.MedicalCenterDoor,73,"Medical Center Door"),Qn(Yn.Elevator,74,"Elevator"),Qn(Yn.EasterEgg,75,"Easter Egg"),Qn(Yn.ValentinesHeart,76,"Valentines Heart"),Qn(Yn.ChristmasTree,77,"Christmas Tree"),Qn(Yn.ChristmasWreath,78,"Christmas Wreath"),Qn(Yn.HalloweenPumpkin,79,"Halloween Pumpkin"),Qn(Yn.TwentyFirstCentury,80,"21st Century"),Qn(Yn.Sonic,81,"Sonic"),Qn(Yn.WelcomeBoard,82,"Welcome Board"),Qn(Yn.Firework,83,"Firework"),Qn(Yn.LobbyScreenDoor,84,"Lobby Screen Door"),Qn(Yn.MainRagolTeleporterBattleInNextArea,85,"Main Ragol Teleporter (Battle in next area?)"),Qn(Yn.LabTeleporterDoor,86,"Lab Teleporter Door"),Qn(Yn.Pioneer2InvisibleTouchplate,87,"Pioneer 2 Invisible Touchplate"),Qn(Yn.ForestDoor,128,"Forest Door"),Qn(Yn.ForestSwitch,129,"Forest Switch"),Qn(Yn.LaserFence,130,"Laser Fence"),Qn(Yn.LaserSquareFence,131,"Laser Square Fence"),Qn(Yn.ForestLaserFenceSwitch,132,"Forest Laser Fence Switch"),Qn(Yn.LightRays,133,"Light rays"),Qn(Yn.BlueButterfly,134,"Blue Butterfly"),Qn(Yn.Probe,135,"Probe"),Qn(Yn.RandomTypeBox1,136,"Random Type Box 1"),Qn(Yn.ForestWeatherStation,137,"Forest Weather Station"),Qn(Yn.Battery,138,"Battery"),Qn(Yn.ForestConsole,139,"Forest Console"),Qn(Yn.BlackSlidingDoor,140,"Black Sliding Door"),Qn(Yn.RicoMessagePod,141,"Rico Message Pod"),Qn(Yn.EnergyBarrier,142,"Energy Barrier"),Qn(Yn.ForestRisingBridge,143,"Forest Rising Bridge"),Qn(Yn.SwitchNoneDoor,144,"Switch (none door)"),Qn(Yn.EnemyBoxGrey,145,"Enemy Box (Grey)"),Qn(Yn.FixedTypeBox,146,"Fixed Type Box"),Qn(Yn.EnemyBoxBrown,147,"Enemy Box (Brown)"),Qn(Yn.EmptyTypeBox,149,"Empty Type Box"),Qn(Yn.LaserFenseEx,150,"Laser Fense Ex"),Qn(Yn.LaserSquareFenceEx,151,"Laser Square Fence Ex"),Qn(Yn.FloorPanel1,192,"Floor Panel 1"),Qn(Yn.Caves4ButtonDoor,193,"Caves 4 Button door"),Qn(Yn.CavesNormalDoor,194,"Caves Normal door"),Qn(Yn.CavesSmashingPillar,195,"Caves Smashing Pillar"),Qn(Yn.CavesSign1,196,"Caves Sign 1"),Qn(Yn.CavesSign2,197,"Caves Sign 2"),Qn(Yn.CavesSign3,198,"Caves Sign 3"),Qn(Yn.HexagalTank,199,"Hexagal Tank"),Qn(Yn.BrownPlatform,200,"Brown Platform"),Qn(Yn.WarningLightObject,201,"Warning Light Object"),Qn(Yn.Rainbow,203,"Rainbow"),Qn(Yn.FloatingJelifish,204,"Floating Jelifish"),Qn(Yn.FloatingDragonfly,205,"Floating Dragonfly"),Qn(Yn.CavesSwitchDoor,206,"Caves Switch Door"),Qn(Yn.RobotRechargeStation,207,"Robot Recharge Station"),Qn(Yn.CavesCakeShop,208,"Caves Cake Shop"),Qn(Yn.Caves1SmallRedRock,209,"Caves 1 Small Red Rock"),Qn(Yn.Caves1MediumRedRock,210,"Caves 1 Medium Red Rock"),Qn(Yn.Caves1LargeRedRock,211,"Caves 1 Large Red Rock"),Qn(Yn.Caves2SmallRock1,212,"Caves 2 Small Rock 1"),Qn(Yn.Caves2MediumRock1,213,"Caves 2 Medium Rock 1"),Qn(Yn.Caves2LargeRock1,214,"Caves 2 Large Rock 1"),Qn(Yn.Caves2SmallRock2,215,"Caves 2 Small Rock 2"),Qn(Yn.Caves2MediumRock2,216,"Caves 2 Medium Rock 2"),Qn(Yn.Caves2LargeRock2,217,"Caves 2 Large Rock 2"),Qn(Yn.Caves3SmallRock,218,"Caves 3 Small Rock"),Qn(Yn.Caves3MediumRock,219,"Caves 3 Medium Rock"),Qn(Yn.Caves3LargeRock,220,"Caves 3 Large Rock"),Qn(Yn.FloorPanel2,222,"Floor Panel 2"),Qn(Yn.DestructableRockCaves1,223,"Destructable Rock (Caves 1)"),Qn(Yn.DestructableRockCaves2,224,"Destructable Rock (Caves 2)"),Qn(Yn.DestructableRockCaves3,225,"Destructable Rock (Caves 3)"),Qn(Yn.MinesDoor,256,"Mines Door"),Qn(Yn.FloorPanel3,257,"Floor Panel 3"),Qn(Yn.MinesSwitchDoor,258,"Mines Switch Door"),Qn(Yn.LargeCryoTube,259,"Large Cryo-Tube"),Qn(Yn.ComputerLikeCalus,260,"Computer (like calus)"),Qn(Yn.GreenScreenOpeningAndClosing,261,"Green Screen opening and closing"),Qn(Yn.FloatingRobot,262,"Floating Robot"),Qn(Yn.FloatingBlueLight,263,"Floating Blue Light"),Qn(Yn.SelfDestructingObject1,264,"Self Destructing Object 1"),Qn(Yn.SelfDestructingObject2,265,"Self Destructing Object 2"),Qn(Yn.SelfDestructingObject3,266,"Self Destructing Object 3"),Qn(Yn.SparkMachine,267,"Spark Machine"),Qn(Yn.MinesLargeFlashingCrate,268,"Mines Large Flashing Crate"),Qn(Yn.RuinsSeal,304,"Ruins Seal"),Qn(Yn.RuinsTeleporter,320,"Ruins Teleporter"),Qn(Yn.RuinsWarpSiteToSite,321,"Ruins Warp (Site to site)"),Qn(Yn.RuinsSwitch,322,"Ruins Switch"),Qn(Yn.FloorPanel4,323,"Floor Panel 4"),Qn(Yn.Ruins1Door,324,"Ruins 1 Door"),Qn(Yn.Ruins3Door,325,"Ruins 3 Door"),Qn(Yn.Ruins2Door,326,"Ruins 2 Door"),Qn(Yn.Ruins11ButtonDoor,327,"Ruins 1-1 Button Door"),Qn(Yn.Ruins21ButtonDoor,328,"Ruins 2-1 Button Door"),Qn(Yn.Ruins31ButtonDoor,329,"Ruins 3-1 Button Door"),Qn(Yn.Ruins4ButtonDoor,330,"Ruins 4-Button Door"),Qn(Yn.Ruins2ButtonDoor,331,"Ruins 2-Button Door"),Qn(Yn.RuinsSensor,332,"Ruins Sensor"),Qn(Yn.RuinsFenceSwitch,333,"Ruins Fence Switch"),Qn(Yn.RuinsLaserFence4x2,334,"Ruins Laser Fence 4x2"),Qn(Yn.RuinsLaserFence6x2,335,"Ruins Laser Fence 6x2"),Qn(Yn.RuinsLaserFence4x4,336,"Ruins Laser Fence 4x4"),Qn(Yn.RuinsLaserFence6x4,337,"Ruins Laser Fence 6x4"),Qn(Yn.RuinsPoisonBlob,338,"Ruins poison Blob"),Qn(Yn.RuinsPilarTrap,339,"Ruins Pilar Trap"),Qn(Yn.PopupTrapNoTech,340,"Popup Trap (No Tech)"),Qn(Yn.RuinsCrystal,341,"Ruins Crystal"),Qn(Yn.Monument,342,"Monument"),Qn(Yn.RuinsRock1,345,"Ruins Rock 1"),Qn(Yn.RuinsRock2,346,"Ruins Rock 2"),Qn(Yn.RuinsRock3,347,"Ruins Rock 3"),Qn(Yn.RuinsRock4,348,"Ruins Rock 4"),Qn(Yn.RuinsRock5,349,"Ruins Rock 5"),Qn(Yn.RuinsRock6,350,"Ruins Rock 6"),Qn(Yn.RuinsRock7,351,"Ruins Rock 7"),Qn(Yn.Poison,352,"Poison"),Qn(Yn.FixedBoxTypeRuins,353,"Fixed Box Type (Ruins)"),Qn(Yn.RandomBoxTypeRuins,354,"Random Box Type (Ruins)"),Qn(Yn.EnemyTypeBoxYellow,355,"Enemy Type Box (Yellow)"),Qn(Yn.EnemyTypeBoxBlue,356,"Enemy Type Box (Blue)"),Qn(Yn.EmptyTypeBoxBlue,357,"Empty Type Box (Blue)"),Qn(Yn.DestructableRock,358,"Destructable Rock"),Qn(Yn.PopupTrapsTechs,359,"Popup Traps (techs)"),Qn(Yn.FlyingWhiteBird,368,"Flying White Bird"),Qn(Yn.Tower,369,"Tower"),Qn(Yn.FloatingRocks,370,"Floating Rocks"),Qn(Yn.FloatingSoul,371,"Floating Soul"),Qn(Yn.Butterfly,372,"Butterfly"),Qn(Yn.LobbyGameMenu,384,"Lobby Game menu"),Qn(Yn.LobbyWarpObject,385,"Lobby Warp Object"),Qn(Yn.Lobby1EventObjectDefaultTree,386,"Lobby 1 Event Object (Default Tree)"),Qn(Yn.UnknownItem387,387,"Unknown Item (387)"),Qn(Yn.UnknownItem388,388,"Unknown Item (388)"),Qn(Yn.UnknownItem389,389,"Unknown Item (389)"),Qn(Yn.LobbyEventObjectStaticPumpkin,390,"Lobby Event Object (Static Pumpkin)"),Qn(Yn.LobbyEventObject3ChristmasWindows,391,"Lobby Event Object (3 Christmas Windows)"),Qn(Yn.LobbyEventObjectRedAndWhiteCurtain,392,"Lobby Event Object (Red and White Curtain)"),Qn(Yn.UnknownItem393,393,"Unknown Item (393)"),Qn(Yn.UnknownItem394,394,"Unknown Item (394)"),Qn(Yn.LobbyFishTank,395,"Lobby Fish Tank"),Qn(Yn.LobbyEventObjectButterflies,396,"Lobby Event Object (Butterflies)"),Qn(Yn.UnknownItem400,400,"Unknown Item (400)"),Qn(Yn.GreyWallLow,401,"grey wall low"),Qn(Yn.SpaceshipDoor,402,"Spaceship Door"),Qn(Yn.GreyWallHigh,403,"grey wall high"),Qn(Yn.TempleNormalDoor,416,"Temple Normal Door"),Qn(Yn.BreakableWallWallButUnbreakable,417,'"breakable wall wall, but unbreakable"'),Qn(Yn.BrokenCilinderAndRubble,418,"Broken cilinder and rubble"),Qn(Yn.ThreeBrokenWallPiecesOnFloor,419,"3 broken wall pieces on floor"),Qn(Yn.HighBrickCilinder,420,"high brick cilinder"),Qn(Yn.LyingCilinder,421,"lying cilinder"),Qn(Yn.BrickConeWithFlatTop,422,"brick cone with flat top"),Qn(Yn.BreakableTempleWall,423,"breakable temple wall"),Qn(Yn.TempleMapDetect,424,"Temple Map Detect"),Qn(Yn.SmallBrownBrickRisingBridge,425,"small brown brick rising bridge"),Qn(Yn.LongRisingBridgeWithPinkHighEdges,426,"long rising bridge (with pink high edges)"),Qn(Yn.FourSwitchTempleDoor,427,"4 switch temple door"),Qn(Yn.FourButtonSpaceshipDoor,448,"4 button spaceship door"),Qn(Yn.ItemBoxCca,512,"item box cca"),Qn(Yn.TeleporterEp2,513,"Teleporter (Ep 2)"),Qn(Yn.CCADoor,514,"CCA Door"),Qn(Yn.SpecialBoxCCA,515,"Special Box CCA"),Qn(Yn.BigCCADoor,516,"Big CCA Door"),Qn(Yn.BigCCADoorSwitch,517,"Big CCA Door Switch"),Qn(Yn.LittleRock,518,"Little Rock"),Qn(Yn.Little3StoneWall,519,"Little 3 Stone Wall"),Qn(Yn.Medium3StoneWall,520,"Medium 3 stone wall"),Qn(Yn.SpiderPlant,521,"Spider Plant"),Qn(Yn.CCAAreaTeleporter,522,"CCA Area Teleporter"),Qn(Yn.UnknownItem523,523,"Unknown Item (523)"),Qn(Yn.WhiteBird,524,"White Bird"),Qn(Yn.OrangeBird,525,"Orange Bird"),Qn(Yn.Saw,527,"Saw"),Qn(Yn.LaserDetect,528,"Laser Detect"),Qn(Yn.UnknownItem529,529,"Unknown Item (529)"),Qn(Yn.UnknownItem530,530,"Unknown Item (530)"),Qn(Yn.Seagull,531,"Seagull"),Qn(Yn.Fish,544,"Fish"),Qn(Yn.SeabedDoorWithBlueEdges,545,"Seabed Door (with blue edges)"),Qn(Yn.SeabedDoorAlwaysOpenNonTriggerable,546,"Seabed door (always open, non-triggerable)"),Qn(Yn.LittleCryotube,547,"Little Cryotube"),Qn(Yn.WideGlassWallBreakable,548,"Wide Glass Wall (breakable)"),Qn(Yn.BlueFloatingRobot,549,"Blue floating robot"),Qn(Yn.RedFloatingRobot,550,"Red floating robot"),Qn(Yn.Dolphin,551,"Dolphin"),Qn(Yn.CaptureTrap,552,"Capture Trap"),Qn(Yn.VRLink,553,"VR link"),Qn(Yn.UnknownItem576,576,"Unknown Item (576)"),Qn(Yn.WarpInBarbaRayRoom,640,"Warp in Barba Ray Room"),Qn(Yn.UnknownItem672,672,"Unknown Item (672)"),Qn(Yn.GeeNest,688,"Gee Nest"),Qn(Yn.LabComputerConsole,689,"Lab Computer Console"),Qn(Yn.LabComputerConsoleGreenScreen,690,"Lab Computer Console (Green Screen)"),Qn(Yn.ChairYelllowPillow,691,"Chair, Yelllow Pillow"),Qn(Yn.OrangeWallWithHoleInMiddle,692,"orange wall with hole in middle"),Qn(Yn.GreyWallWithHoleInMiddle,693,"grey wall with hole in middle"),Qn(Yn.LongTable,694,"long table"),Qn(Yn.GBAStation,695,"GBA Station"),Qn(Yn.TalkLinkToSupport,696,"Talk (link to support)"),Qn(Yn.InstaWarp,697,"insta-warp"),Qn(Yn.LabInvisibleObject,698,"Lab Invisible Object"),Qn(Yn.LabGlassWindowDoor,699,"Lab Glass window Door"),Qn(Yn.UnknownItem700,700,"Unknown Item (700)"),Qn(Yn.LabCelingWarp,701,"Lab Celing Warp"),Qn(Yn.Ep4LightSource,768,"Ep4 Light Source"),Qn(Yn.Cacti,769,"cacti"),Qn(Yn.BigBrownRock,770,"Big Brown Rock"),Qn(Yn.BreakableBrownRock,771,"Breakable Brown Rock"),Qn(Yn.UnknownItem832,832,"Unknown Item (832)"),Qn(Yn.UnknownItem833,833,"Unknown Item (833)"),Qn(Yn.PoisonPlant,896,"Poison Plant"),Qn(Yn.UnknownItem897,897,"Unknown Item (897)"),Qn(Yn.UnknownItem898,898,"Unknown Item (898)"),Qn(Yn.OozingDesertPlant,899,"Oozing Desert Plant"),Qn(Yn.UnknownItem901,901,"Unknown Item (901)"),Qn(Yn.BigBlackRocks,902,"big black rocks"),Qn(Yn.UnknownItem903,903,"Unknown Item (903)"),Qn(Yn.UnknownItem904,904,"Unknown Item (904)"),Qn(Yn.UnknownItem905,905,"Unknown Item (905)"),Qn(Yn.UnknownItem906,906,"Unknown Item (906)"),Qn(Yn.FallingRock,907,"Falling Rock"),Qn(Yn.DesertPlantHasCollision,908,"Desert Plant (has collision)"),Qn(Yn.DesertFixedTypeBoxBreakableCrystals,909,"Desert Fixed Type Box (Breakable Crystals)"),Qn(Yn.UnknownItem910,910,"Unknown Item (910)"),Qn(Yn.BeeHive,911,"Bee Hive"),Qn(Yn.UnknownItem912,912,"Unknown Item (912)"),Qn(Yn.Heat,913,"Heat"),Qn(Yn.TopOfSaintMillionEgg,960,"Top of saint million egg"),Qn(Yn.UnknownItem961,961,"Unknown Item (961)");const ei=d.a.get("data_formats/parsing/quest/qst");function ti(e){let t="PC";const n=e.u8();e.seek(1);const i=e.u8();if(68===n?t="Dreamcast/GameCube":88===n?68===i&&(t="Blue Burst"):166===n&&(t="Dreamcast download"),"Blue Burst"===t){e.seek_start(0);const n=function(e){const t=[];for(let n=0;n<2;++n){e.seek(4);const n=e.u16();e.seek(38);const i=e.string_ascii(16,!0,!0),o=e.u32(),r=e.string_ascii(24,!0,!0);t.push({quest_id:n,file_name:i,file_name_2:r,size:o})}return t}(e),i=function(e,t){const n=new Map;for(;e.bytes_left>=1056;){const i=e.position,o=e.seek(4).u8(),r=e.seek(3).string_ascii(16,!0,!0);let s=n.get(r);if(!s){const e=t.get(r);n.set(r,s={name:r,expected_size:e,cursor:new vn(new wn(e||10240),Mt.Little),chunk_nos:new Set})}s.chunk_nos.has(o)?ei.warn(`File chunk number ${o} of file ${r} was already encountered, overwriting previous chunk.`):s.chunk_nos.add(o);let a=e.seek(1024).u32();e.seek(-1028),a>1024&&(ei.warn(`Data segment size of ${a} is larger than expected maximum size, reading just 1024 bytes.`),a=1024);const d=e.take(a),l=1024*o;if(s.cursor.size=Math.max(l+a,s.cursor.size),s.cursor.seek_start(l).write_cursor(d),e.seek(1032-d.size),e.position!==i+1056)throw new Error(`Read ${e.position-i} file chunk message bytes instead of expected 1056.`)}e.bytes_left&&ei.warn(`${e.bytes_left} Bytes left in file.`);for(const e of n.values()){e.cursor.seek_start(0),e.chunk_nos=new Set(Array.from(e.chunk_nos.values()).sort((e,t)=>e-t)),null!=e.expected_size&&e.cursor.size!==e.expected_size&&ei.warn(`File ${e.name} has an actual size of ${e.cursor.size} instead of the expected size ${e.expected_size}.`);const t=Math.max(e.cursor.size,e.expected_size||0);for(let n=0;n[e.file_name,e.size])));for(const e of i){const t=n.find(t=>t.file_name===e.name);t&&(e.id=t.quest_id,e.name_2=t.file_name_2)}return{version:t,files:i}}ei.error(`Can't parse ${t} QST files.`)}function ni(e){const t=e.files,n=t.map(e=>88+1056*Math.ceil(e.data.byteLength/1024)).reduce((e,t)=>e+t),i=new ArrayBuffer(n),o=new Gt(i,Mt.Little);if(function(e,t){for(const n of t){if(n.name.length>15)throw new Error(`File ${n.name} has a name longer than 15 characters.`);e.write_u16(88),e.write_u16(68),e.write_u16(n.id||0);for(let t=0;t<38;++t)e.write_u8(0);let t;if(e.write_string_ascii(n.name,16),e.write_u32(n.data.byteLength),null==n.name_2){const e=n.name.lastIndexOf(".");t=-1===e?n.name+"_j":n.name.slice(0,e)+"_j"+n.name.slice(e)}else t=n.name_2;if(t.length>24)throw Error(`File ${n.name} has a file_name_2 length (${t}) longer than 24 characters.`);e.write_string_ascii(t,24)}}(o,t),function(e,t){const n=t.map(e=>({no:0,data:new Gt(e.data,Mt.Little),name:e.name}));let i=0;for(;i0}const oi=d.a.get("data_formats/parsing/quest");function ri(e,t=!1){const n=ti(e);if(!n)return;let i,o;for(const e of n.files){const t=e.name.trim().toLowerCase();t.endsWith(".dat")?i=e:t.endsWith(".bin")&&(o=e)}if(!i)return void oi.error("File contains no DAT file.");if(!o)return void oi.error("File contains no BIN file.");const r=function(e){const t=[],n=[],i=[];for(;e.bytes_left;){const o=e.u32(),r=e.u32(),s=e.u32(),a=e.u32();if(0===o)break;if(a!==r-16)throw Error(`Malformed DAT file. Expected an entities size of ${r-16}, got ${a}.`);if(1===o){const n=Math.floor(a/$n),i=e.position;for(let i=0;i{const t=function(e){switch(e){default:return Yn.Unknown;case 0:return Yn.PlayerSet;case 1:return Yn.Particle;case 2:return Yn.Teleporter;case 3:return Yn.Warp;case 4:return Yn.LightCollision;case 5:return Yn.Item;case 6:return Yn.EnvSound;case 7:return Yn.FogCollision;case 8:return Yn.EventCollision;case 9:return Yn.CharaCollision;case 10:return Yn.ElementalTrap;case 11:return Yn.StatusTrap;case 12:return Yn.HealTrap;case 13:return Yn.LargeElementalTrap;case 14:return Yn.ObjRoomID;case 15:return Yn.Sensor;case 16:return Yn.UnknownItem16;case 17:return Yn.Lensflare;case 18:return Yn.ScriptCollision;case 19:return Yn.HealRing;case 20:return Yn.MapCollision;case 21:return Yn.ScriptCollisionA;case 22:return Yn.ItemLight;case 23:return Yn.RadarCollision;case 24:return Yn.FogCollisionSW;case 25:return Yn.BossTeleporter;case 26:return Yn.ImageBoard;case 27:return Yn.QuestWarp;case 28:return Yn.Epilogue;case 29:return Yn.UnknownItem29;case 30:return Yn.UnknownItem30;case 31:return Yn.UnknownItem31;case 32:return Yn.BoxDetectObject;case 33:return Yn.SymbolChatObject;case 34:return Yn.TouchPlateObject;case 35:return Yn.TargetableObject;case 36:return Yn.EffectObject;case 37:return Yn.CountDownObject;case 38:return Yn.UnknownItem38;case 39:return Yn.UnknownItem39;case 40:return Yn.UnknownItem40;case 41:return Yn.UnknownItem41;case 64:return Yn.MenuActivation;case 65:return Yn.TelepipeLocation;case 66:return Yn.BGMCollision;case 67:return Yn.MainRagolTeleporter;case 68:return Yn.LobbyTeleporter;case 69:return Yn.PrincipalWarp;case 70:return Yn.ShopDoor;case 71:return Yn.HuntersGuildDoor;case 72:return Yn.TeleporterDoor;case 73:return Yn.MedicalCenterDoor;case 74:return Yn.Elevator;case 75:return Yn.EasterEgg;case 76:return Yn.ValentinesHeart;case 77:return Yn.ChristmasTree;case 78:return Yn.ChristmasWreath;case 79:return Yn.HalloweenPumpkin;case 80:return Yn.TwentyFirstCentury;case 81:return Yn.Sonic;case 82:return Yn.WelcomeBoard;case 83:return Yn.Firework;case 84:return Yn.LobbyScreenDoor;case 85:return Yn.MainRagolTeleporterBattleInNextArea;case 86:return Yn.LabTeleporterDoor;case 87:return Yn.Pioneer2InvisibleTouchplate;case 128:return Yn.ForestDoor;case 129:return Yn.ForestSwitch;case 130:return Yn.LaserFence;case 131:return Yn.LaserSquareFence;case 132:return Yn.ForestLaserFenceSwitch;case 133:return Yn.LightRays;case 134:return Yn.BlueButterfly;case 135:return Yn.Probe;case 136:return Yn.RandomTypeBox1;case 137:return Yn.ForestWeatherStation;case 138:return Yn.Battery;case 139:return Yn.ForestConsole;case 140:return Yn.BlackSlidingDoor;case 141:return Yn.RicoMessagePod;case 142:return Yn.EnergyBarrier;case 143:return Yn.ForestRisingBridge;case 144:return Yn.SwitchNoneDoor;case 145:return Yn.EnemyBoxGrey;case 146:return Yn.FixedTypeBox;case 147:return Yn.EnemyBoxBrown;case 149:return Yn.EmptyTypeBox;case 150:return Yn.LaserFenseEx;case 151:return Yn.LaserSquareFenceEx;case 192:return Yn.FloorPanel1;case 193:return Yn.Caves4ButtonDoor;case 194:return Yn.CavesNormalDoor;case 195:return Yn.CavesSmashingPillar;case 196:return Yn.CavesSign1;case 197:return Yn.CavesSign2;case 198:return Yn.CavesSign3;case 199:return Yn.HexagalTank;case 200:return Yn.BrownPlatform;case 201:return Yn.WarningLightObject;case 203:return Yn.Rainbow;case 204:return Yn.FloatingJelifish;case 205:return Yn.FloatingDragonfly;case 206:return Yn.CavesSwitchDoor;case 207:return Yn.RobotRechargeStation;case 208:return Yn.CavesCakeShop;case 209:return Yn.Caves1SmallRedRock;case 210:return Yn.Caves1MediumRedRock;case 211:return Yn.Caves1LargeRedRock;case 212:return Yn.Caves2SmallRock1;case 213:return Yn.Caves2MediumRock1;case 214:return Yn.Caves2LargeRock1;case 215:return Yn.Caves2SmallRock2;case 216:return Yn.Caves2MediumRock2;case 217:return Yn.Caves2LargeRock2;case 218:return Yn.Caves3SmallRock;case 219:return Yn.Caves3MediumRock;case 220:return Yn.Caves3LargeRock;case 222:return Yn.FloorPanel2;case 223:return Yn.DestructableRockCaves1;case 224:return Yn.DestructableRockCaves2;case 225:return Yn.DestructableRockCaves3;case 256:return Yn.MinesDoor;case 257:return Yn.FloorPanel3;case 258:return Yn.MinesSwitchDoor;case 259:return Yn.LargeCryoTube;case 260:return Yn.ComputerLikeCalus;case 261:return Yn.GreenScreenOpeningAndClosing;case 262:return Yn.FloatingRobot;case 263:return Yn.FloatingBlueLight;case 264:return Yn.SelfDestructingObject1;case 265:return Yn.SelfDestructingObject2;case 266:return Yn.SelfDestructingObject3;case 267:return Yn.SparkMachine;case 268:return Yn.MinesLargeFlashingCrate;case 304:return Yn.RuinsSeal;case 320:return Yn.RuinsTeleporter;case 321:return Yn.RuinsWarpSiteToSite;case 322:return Yn.RuinsSwitch;case 323:return Yn.FloorPanel4;case 324:return Yn.Ruins1Door;case 325:return Yn.Ruins3Door;case 326:return Yn.Ruins2Door;case 327:return Yn.Ruins11ButtonDoor;case 328:return Yn.Ruins21ButtonDoor;case 329:return Yn.Ruins31ButtonDoor;case 330:return Yn.Ruins4ButtonDoor;case 331:return Yn.Ruins2ButtonDoor;case 332:return Yn.RuinsSensor;case 333:return Yn.RuinsFenceSwitch;case 334:return Yn.RuinsLaserFence4x2;case 335:return Yn.RuinsLaserFence6x2;case 336:return Yn.RuinsLaserFence4x4;case 337:return Yn.RuinsLaserFence6x4;case 338:return Yn.RuinsPoisonBlob;case 339:return Yn.RuinsPilarTrap;case 340:return Yn.PopupTrapNoTech;case 341:return Yn.RuinsCrystal;case 342:return Yn.Monument;case 345:return Yn.RuinsRock1;case 346:return Yn.RuinsRock2;case 347:return Yn.RuinsRock3;case 348:return Yn.RuinsRock4;case 349:return Yn.RuinsRock5;case 350:return Yn.RuinsRock6;case 351:return Yn.RuinsRock7;case 352:return Yn.Poison;case 353:return Yn.FixedBoxTypeRuins;case 354:return Yn.RandomBoxTypeRuins;case 355:return Yn.EnemyTypeBoxYellow;case 356:return Yn.EnemyTypeBoxBlue;case 357:return Yn.EmptyTypeBoxBlue;case 358:return Yn.DestructableRock;case 359:return Yn.PopupTrapsTechs;case 368:return Yn.FlyingWhiteBird;case 369:return Yn.Tower;case 370:return Yn.FloatingRocks;case 371:return Yn.FloatingSoul;case 372:return Yn.Butterfly;case 384:return Yn.LobbyGameMenu;case 385:return Yn.LobbyWarpObject;case 386:return Yn.Lobby1EventObjectDefaultTree;case 387:return Yn.UnknownItem387;case 388:return Yn.UnknownItem388;case 389:return Yn.UnknownItem389;case 390:return Yn.LobbyEventObjectStaticPumpkin;case 391:return Yn.LobbyEventObject3ChristmasWindows;case 392:return Yn.LobbyEventObjectRedAndWhiteCurtain;case 393:return Yn.UnknownItem393;case 394:return Yn.UnknownItem394;case 395:return Yn.LobbyFishTank;case 396:return Yn.LobbyEventObjectButterflies;case 400:return Yn.UnknownItem400;case 401:return Yn.GreyWallLow;case 402:return Yn.SpaceshipDoor;case 403:return Yn.GreyWallHigh;case 416:return Yn.TempleNormalDoor;case 417:return Yn.BreakableWallWallButUnbreakable;case 418:return Yn.BrokenCilinderAndRubble;case 419:return Yn.ThreeBrokenWallPiecesOnFloor;case 420:return Yn.HighBrickCilinder;case 421:return Yn.LyingCilinder;case 422:return Yn.BrickConeWithFlatTop;case 423:return Yn.BreakableTempleWall;case 424:return Yn.TempleMapDetect;case 425:return Yn.SmallBrownBrickRisingBridge;case 426:return Yn.LongRisingBridgeWithPinkHighEdges;case 427:return Yn.FourSwitchTempleDoor;case 448:return Yn.FourButtonSpaceshipDoor;case 512:return Yn.ItemBoxCca;case 513:return Yn.TeleporterEp2;case 514:return Yn.CCADoor;case 515:return Yn.SpecialBoxCCA;case 516:return Yn.BigCCADoor;case 517:return Yn.BigCCADoorSwitch;case 518:return Yn.LittleRock;case 519:return Yn.Little3StoneWall;case 520:return Yn.Medium3StoneWall;case 521:return Yn.SpiderPlant;case 522:return Yn.CCAAreaTeleporter;case 523:return Yn.UnknownItem523;case 524:return Yn.WhiteBird;case 525:return Yn.OrangeBird;case 527:return Yn.Saw;case 528:return Yn.LaserDetect;case 529:return Yn.UnknownItem529;case 530:return Yn.UnknownItem530;case 531:return Yn.Seagull;case 544:return Yn.Fish;case 545:return Yn.SeabedDoorWithBlueEdges;case 546:return Yn.SeabedDoorAlwaysOpenNonTriggerable;case 547:return Yn.LittleCryotube;case 548:return Yn.WideGlassWallBreakable;case 549:return Yn.BlueFloatingRobot;case 550:return Yn.RedFloatingRobot;case 551:return Yn.Dolphin;case 552:return Yn.CaptureTrap;case 553:return Yn.VRLink;case 576:return Yn.UnknownItem576;case 640:return Yn.WarpInBarbaRayRoom;case 672:return Yn.UnknownItem672;case 688:return Yn.GeeNest;case 689:return Yn.LabComputerConsole;case 690:return Yn.LabComputerConsoleGreenScreen;case 691:return Yn.ChairYelllowPillow;case 692:return Yn.OrangeWallWithHoleInMiddle;case 693:return Yn.GreyWallWithHoleInMiddle;case 694:return Yn.LongTable;case 695:return Yn.GBAStation;case 696:return Yn.TalkLinkToSupport;case 697:return Yn.InstaWarp;case 698:return Yn.LabInvisibleObject;case 699:return Yn.LabGlassWindowDoor;case 700:return Yn.UnknownItem700;case 701:return Yn.LabCelingWarp;case 768:return Yn.Ep4LightSource;case 769:return Yn.Cacti;case 770:return Yn.BigBrownRock;case 771:return Yn.BreakableBrownRock;case 832:return Yn.UnknownItem832;case 833:return Yn.UnknownItem833;case 896:return Yn.PoisonPlant;case 897:return Yn.UnknownItem897;case 898:return Yn.UnknownItem898;case 899:return Yn.OozingDesertPlant;case 901:return Yn.UnknownItem901;case 902:return Yn.BigBlackRocks;case 903:return Yn.UnknownItem903;case 904:return Yn.UnknownItem904;case 905:return Yn.UnknownItem905;case 906:return Yn.UnknownItem906;case 907:return Yn.FallingRock;case 908:return Yn.DesertPlantHasCollision;case 909:return Yn.DesertFixedTypeBoxBreakableCrystals;case 910:return Yn.UnknownItem910;case 911:return Yn.BeeHive;case 912:return Yn.UnknownItem912;case 913:return Yn.Heat;case 960:return Yn.TopOfSaintMillionEgg;case 961:return Yn.UnknownItem961}}(e.type_id);return{type:t,id:e.id,group_id:e.group_id,area_id:e.area_id,section_id:e.section_id,position:e.position,rotation:e.rotation,properties:new Map(e.properties.map((e,n)=>3!==n||t!==Yn.ScriptCollision&&t!==Yn.ForestConsole?4===n&&t===Yn.RicoMessagePod?["script_label",e]:5===n&&t===Yn.RicoMessagePod?["script_label_2",e]:[`property_${n}`,e]:["script_label",e])),unknown:e.unknown}});const a=xn(gn(new Gt(o.data,Mt.Little)),function(e,t){const n=new Set([0]);for(const t of e){const e=t.properties.get("script_label");null!=e&&n.add(e);const i=t.properties.get("script_label_2");null!=i&&n.add(i)}for(const e of t)n.add(Math.round(e.script_label));return[...n]}(s,r.npcs),t);let d=Re.I,l=new Map;if(a.object_code.length){let e;for(const t of a.object_code)if(t.type===pn.Instructions&&t.labels.includes(0)){e=t;break}e?(d=function(e){const t=e.find(e=>e.opcode===cn.SET_EPISODE);if(!t)return oi.debug("Function 0 has no set_episode instruction."),Re.I;switch(t.args[0].value){default:case 0:return Re.I;case 1:return Re.II;case 2:return Re.IV}}(e.instructions),l=function(e,t,n){const i=new Map;for(const e of n)e.opcode===cn.BB_MAP_DESIGNATE&&i.set(e.args[0].value,e.args[2].value);return i}(0,0,e.instructions)):oi.warn("No instruction for label 0 found.")}else oi.warn("File contains no instruction labels.");return{id:a.quest_id,language:a.language,name:a.quest_name,short_description:a.short_description,long_description:a.long_description,episode:d,objects:s,npcs:ai(d,r.npcs),dat_unknowns:r.unknowns,object_code:a.object_code,shop_items:a.shop_items,map_designations:l}}function si(e,t){const n=function({objs:e,npcs:t,unknowns:n}){const i=new wn(e.length*(16+$n)+t.length*(16+Jn)+n.reduce((e,t)=>e+t.total_size,0)),o=new vn(i,Mt.Little),r=Object(U.groupBy)(e,e=>e.area_id),s=Object.keys(r).map(e=>parseInt(e,10)).sort((e,t)=>e-t);for(const e of s){const t=r[e],n=t.length*$n;o.write_u32(1),o.write_u32(n+16),o.write_u32(e),o.write_u32(n);for(const e of t){if(2!==e.unknown.length)throw new Error(`unknown should be of length 2, was ${e.unknown.length}`);if(o.write_u16(e.type_id),6!==e.unknown[0].length)throw new Error(`unknown[0] should be of length 6, was ${e.unknown[0].length}`);if(o.write_u8_array(e.unknown[0]),o.write_u16(e.id),o.write_u16(e.group_id),o.write_u16(e.section_id),2!==e.unknown[1].length)throw new Error(`unknown[1] should be of length 2, was ${e.unknown[1].length}`);if(o.write_u8_array(e.unknown[1]),o.write_vec3_f32(e.position),o.write_i32(Math.round(e.rotation.x/(2*Math.PI)*65535)),o.write_i32(Math.round(e.rotation.y/(2*Math.PI)*65535)),o.write_i32(Math.round(e.rotation.z/(2*Math.PI)*65535)),7!==e.properties.length)throw new Error(`properties should be of length 7, was ${e.properties.length}`);o.write_f32(e.properties[0]),o.write_f32(e.properties[1]),o.write_f32(e.properties[2]),o.write_u32(e.properties[3]),o.write_u32(e.properties[4]),o.write_u32(e.properties[5]),o.write_u32(e.properties[6])}}const a=Object(U.groupBy)(t,e=>e.area_id),d=Object.keys(a).map(e=>parseInt(e,10)).sort((e,t)=>e-t);for(const e of d){const t=a[e],n=t.length*Jn;o.write_u32(2),o.write_u32(n+16),o.write_u32(e),o.write_u32(n);for(const e of t){if(3!==e.unknown.length)throw new Error(`unknown should be of length 3, was ${e.unknown.length}`);if(o.write_u16(e.type_id),10!==e.unknown[0].length)throw new Error(`unknown[0] should be of length 10, was ${e.unknown[0].length}`);if(o.write_u8_array(e.unknown[0]),o.write_u16(e.section_id),6!==e.unknown[1].length)throw new Error(`unknown[1] should be of length 6, was ${e.unknown[1].length}`);if(o.write_u8_array(e.unknown[1]),o.write_vec3_f32(e.position),o.write_i32(Math.round(e.rotation.x/(2*Math.PI)*65535)),o.write_i32(Math.round(e.rotation.y/(2*Math.PI)*65535)),o.write_i32(Math.round(e.rotation.z/(2*Math.PI)*65535)),o.write_vec3_f32(e.scale),o.write_f32(e.npc_id),o.write_f32(e.script_label),o.write_u32(e.roaming),4!==e.unknown[2].length)throw new Error(`unknown[2] should be of length 4, was ${e.unknown[2].length}`);o.write_u8_array(e.unknown[2])}}for(const e of n)o.write_u32(e.entity_type),o.write_u32(e.total_size),o.write_u32(e.area_id),o.write_u32(e.entities_size),o.write_u8_array(e.data);return o.write_u32(0),o.write_u32(0),o.write_u32(0),o.write_u32(0),i}({objs:(i=e.objects,i.map(e=>({type_id:Zn(e.type).pso_id,id:e.id,group_id:e.group_id,section_id:e.section_id,position:e.position,rotation:e.rotation,properties:[...e.properties.values()],area_id:e.area_id,unknown:e.unknown}))),npcs:li(e.npcs),unknowns:e.dat_unknowns});var i;const o=jn(new Bn(e.id,e.language,e.name,e.short_description,e.long_description,e.object_code,e.shop_items)),r=t.lastIndexOf("."),s=-1===r?t.slice(0,11):t.slice(0,Math.min(11,r));return ni({files:[{name:s+".dat",id:e.id,data:hn(new vn(n,Mt.Little)).array_buffer()},{name:s+".bin",id:e.id,data:hn(new Gt(o,Mt.Little)).array_buffer()}]})}function ai(e,t){return t.map(t=>({type:di(e,t),area_id:t.area_id,section_id:t.section_id,position:t.position,rotation:t.rotation,scale:t.scale,unknown:t.unknown,pso_type_id:t.type_id,npc_id:t.npc_id,script_label:Math.round(t.script_label),roaming:t.roaming}))}function di(e,{type_id:t,scale:n,roaming:i,area_id:o}){const r=Math.abs(n.y-1)>1e-5;switch(`${t}, ${i%3}, ${e}`){case"68, 0, 1":return Ee.Booma;case"68, 1, 1":return Ee.Gobooma;case"68, 2, 1":return Ee.Gigobooma;case"99, 0, 1":return Ee.EvilShark;case"99, 1, 1":return Ee.PalShark;case"99, 2, 1":return Ee.GuilShark;case"166, 0, 1":return Ee.Dimenian;case"166, 0, 2":return Ee.Dimenian2;case"166, 1, 1":return Ee.LaDimenian;case"166, 1, 2":return Ee.LaDimenian2;case"166, 2, 1":return Ee.SoDimenian;case"166, 2, 2":return Ee.SoDimenian2;case"214, 0, 2":return Ee.Mericarol;case"214, 1, 2":return Ee.Mericus;case"214, 2, 2":return Ee.Merikle;case"277, 0, 4":return Ee.Boota;case"277, 1, 4":return Ee.ZeBoota;case"277, 2, 4":return Ee.BaBoota;case"279, 0, 4":return Ee.Goran;case"279, 1, 4":return Ee.PyroGoran;case"279, 2, 4":return Ee.GoranDetonator}switch(`${t}, ${i%2}, ${e}`){case"64, 0, 1":return Ee.Hildebear;case"64, 0, 2":return Ee.Hildebear2;case"64, 1, 1":return Ee.Hildeblue;case"64, 1, 2":return Ee.Hildeblue2;case"65, 0, 1":return Ee.RagRappy;case"65, 0, 2":return Ee.RagRappy2;case"65, 0, 4":return Ee.SandRappy;case"65, 1, 1":return Ee.AlRappy;case"65, 1, 2":return Ee.LoveRappy;case"65, 1, 4":return Ee.DelRappy;case"128, 0, 1":return Ee.Dubchic;case"128, 0, 2":return Ee.Dubchic2;case"128, 1, 1":return Ee.Gilchic;case"128, 1, 2":return Ee.Gilchic2;case"212, 0, 2":return Ee.SinowBerill;case"212, 1, 2":return Ee.SinowSpigell;case"213, 0, 2":return Ee.Merillia;case"213, 1, 2":return Ee.Meriltas;case"215, 0, 2":return Ee.UlGibbon;case"215, 1, 2":return Ee.ZolGibbon;case"221, 0, 2":return Ee.Dolmolm;case"221, 1, 2":return Ee.Dolmdarl;case"224, 0, 2":return o>15?Ee.Epsilon:Ee.SinowZoa;case"224, 1, 2":return o>15?Ee.Epsilon:Ee.SinowZele;case"274, 0, 4":return Ee.MerissaA;case"274, 1, 4":return Ee.MerissaAA;case"276, 0, 4":return Ee.Zu;case"276, 1, 4":return Ee.Pazuzu;case"278, 0, 4":return Ee.Dorphon;case"278, 1, 4":return Ee.DorphonEclair;case"281, 0, 4":return r?Ee.SaintMilion:Ee.Kondrieu;case"281, 1, 4":return r?Ee.Shambertin:Ee.Kondrieu}switch(`${t}, ${e}`){case"66, 1":return Ee.Monest;case"66, 2":return Ee.Monest2;case"67, 1":return r?Ee.SavageWolf:Ee.BarbarousWolf;case"67, 2":return r?Ee.SavageWolf2:Ee.BarbarousWolf2;case"96, 1":return Ee.GrassAssassin;case"96, 2":return Ee.GrassAssassin2;case"97, 1":return o>15?Ee.DelLily:r?Ee.PoisonLily:Ee.NarLily;case"97, 2":return o>15?Ee.DelLily:r?Ee.PoisonLily2:Ee.NarLily2;case"98, 1":return Ee.NanoDragon;case"100, 1":return r?Ee.PofuillySlime:Ee.PouillySlime;case"101, 1":return Ee.PanArms;case"101, 2":return Ee.PanArms2;case"129, 1":return Ee.Garanz;case"129, 2":return Ee.Garanz2;case"130, 1":return r?Ee.SinowBeat:Ee.SinowGold;case"131, 1":return Ee.Canadine;case"132, 1":return Ee.Canane;case"133, 1":return Ee.Dubswitch;case"133, 2":return Ee.Dubswitch2;case"160, 1":return Ee.Delsaber;case"160, 2":return Ee.Delsaber2;case"161, 1":return Ee.ChaosSorcerer;case"161, 2":return Ee.ChaosSorcerer2;case"162, 1":return Ee.DarkGunner;case"164, 1":return Ee.ChaosBringer;case"165, 1":return Ee.DarkBelra;case"165, 2":return Ee.DarkBelra2;case"167, 1":return Ee.Bulclaw;case"168, 1":return Ee.Claw;case"192, 1":return Ee.Dragon;case"192, 2":return Ee.GalGryphon;case"193, 1":return Ee.DeRolLe;case"197, 1":return Ee.VolOpt;case"200, 1":return Ee.DarkFalz;case"202, 2":return Ee.OlgaFlow;case"203, 2":return Ee.BarbaRay;case"204, 2":return Ee.GolDragon;case"216, 2":return Ee.Gibbles;case"217, 2":return Ee.Gee;case"218, 2":return Ee.GiGue;case"219, 2":return Ee.Deldepth;case"220, 2":return Ee.Delbiter;case"222, 2":return Ee.Morfos;case"223, 2":return Ee.Recobox;case"225, 2":return Ee.IllGill;case"272, 4":return Ee.Astark;case"273, 4":return r?Ee.SatelliteLizard:Ee.Yowie;case"275, 4":return Ee.Girtablulu}switch(t){case 4:return Ee.FemaleFat;case 5:return Ee.FemaleMacho;case 7:return Ee.FemaleTall;case 10:return Ee.MaleDwarf;case 11:return Ee.MaleFat;case 12:return Ee.MaleMacho;case 13:return Ee.MaleOld;case 25:return Ee.BlueSoldier;case 26:return Ee.RedSoldier;case 27:return Ee.Principal;case 28:return Ee.Tekker;case 29:return Ee.GuildLady;case 30:return Ee.Scientist;case 31:return Ee.Nurse;case 32:return Ee.Irene;case 241:return Ee.ItemShop;case 254:return Ee.Nurse2}return Ee.Unknown}function li(e){const t=new DataView(new ArrayBuffer(4));return e.map(e=>{const n=function(e){switch(e){default:throw new Error(`Unexpected type ${Ee[e]}.`);case Ee.Unknown:return;case Ee.FemaleFat:return{type_id:4,roaming:0,regular:!0};case Ee.FemaleMacho:return{type_id:5,roaming:0,regular:!0};case Ee.FemaleTall:return{type_id:7,roaming:0,regular:!0};case Ee.MaleDwarf:return{type_id:10,roaming:0,regular:!0};case Ee.MaleFat:return{type_id:11,roaming:0,regular:!0};case Ee.MaleMacho:return{type_id:12,roaming:0,regular:!0};case Ee.MaleOld:return{type_id:13,roaming:0,regular:!0};case Ee.BlueSoldier:return{type_id:25,roaming:0,regular:!0};case Ee.RedSoldier:return{type_id:26,roaming:0,regular:!0};case Ee.Principal:return{type_id:27,roaming:0,regular:!0};case Ee.Tekker:return{type_id:28,roaming:0,regular:!0};case Ee.GuildLady:return{type_id:29,roaming:0,regular:!0};case Ee.Scientist:return{type_id:30,roaming:0,regular:!0};case Ee.Nurse:return{type_id:31,roaming:0,regular:!0};case Ee.Irene:return{type_id:32,roaming:0,regular:!0};case Ee.ItemShop:return{type_id:241,roaming:0,regular:!0};case Ee.Nurse2:return{type_id:254,roaming:0,regular:!0};case Ee.Hildebear:return{type_id:64,roaming:0,regular:!0};case Ee.Hildeblue:return{type_id:64,roaming:1,regular:!0};case Ee.RagRappy:return{type_id:65,roaming:0,regular:!0};case Ee.AlRappy:return{type_id:65,roaming:1,regular:!0};case Ee.Monest:return{type_id:66,roaming:0,regular:!0};case Ee.SavageWolf:return{type_id:67,roaming:0,regular:!0};case Ee.BarbarousWolf:return{type_id:67,roaming:0,regular:!1};case Ee.Booma:return{type_id:68,roaming:0,regular:!0};case Ee.Gobooma:return{type_id:68,roaming:1,regular:!0};case Ee.Gigobooma:return{type_id:68,roaming:2,regular:!0};case Ee.Dragon:return{type_id:192,roaming:0,regular:!0};case Ee.GrassAssassin:return{type_id:96,roaming:0,regular:!0};case Ee.PoisonLily:return{type_id:97,roaming:0,regular:!0};case Ee.NarLily:return{type_id:97,roaming:1,regular:!0};case Ee.NanoDragon:return{type_id:98,roaming:0,regular:!0};case Ee.EvilShark:return{type_id:99,roaming:0,regular:!0};case Ee.PalShark:return{type_id:99,roaming:1,regular:!0};case Ee.GuilShark:return{type_id:99,roaming:2,regular:!0};case Ee.PofuillySlime:return{type_id:100,roaming:0,regular:!0};case Ee.PouillySlime:return{type_id:100,roaming:0,regular:!1};case Ee.PanArms:return{type_id:101,roaming:0,regular:!0};case Ee.DeRolLe:return{type_id:193,roaming:0,regular:!0};case Ee.Dubchic:return{type_id:128,roaming:0,regular:!0};case Ee.Gilchic:return{type_id:128,roaming:1,regular:!0};case Ee.Garanz:return{type_id:129,roaming:0,regular:!0};case Ee.SinowBeat:return{type_id:130,roaming:0,regular:!0};case Ee.SinowGold:return{type_id:130,roaming:0,regular:!1};case Ee.Canadine:return{type_id:131,roaming:0,regular:!0};case Ee.Canane:return{type_id:132,roaming:0,regular:!0};case Ee.Dubswitch:return{type_id:133,roaming:0,regular:!0};case Ee.VolOpt:return{type_id:197,roaming:0,regular:!0};case Ee.Delsaber:return{type_id:160,roaming:0,regular:!0};case Ee.ChaosSorcerer:return{type_id:161,roaming:0,regular:!0};case Ee.DarkGunner:return{type_id:162,roaming:0,regular:!0};case Ee.ChaosBringer:return{type_id:164,roaming:0,regular:!0};case Ee.DarkBelra:return{type_id:165,roaming:0,regular:!0};case Ee.Dimenian:return{type_id:166,roaming:0,regular:!0};case Ee.LaDimenian:return{type_id:166,roaming:1,regular:!0};case Ee.SoDimenian:return{type_id:166,roaming:2,regular:!0};case Ee.Bulclaw:return{type_id:167,roaming:0,regular:!0};case Ee.Claw:return{type_id:168,roaming:0,regular:!0};case Ee.DarkFalz:return{type_id:200,roaming:0,regular:!0};case Ee.Hildebear2:return{type_id:64,roaming:0,regular:!0};case Ee.Hildeblue2:return{type_id:64,roaming:1,regular:!0};case Ee.RagRappy2:return{type_id:65,roaming:0,regular:!0};case Ee.LoveRappy:return{type_id:65,roaming:1,regular:!0};case Ee.Monest2:return{type_id:66,roaming:0,regular:!0};case Ee.PoisonLily2:return{type_id:97,roaming:0,regular:!0};case Ee.NarLily2:return{type_id:97,roaming:1,regular:!0};case Ee.GrassAssassin2:return{type_id:96,roaming:0,regular:!0};case Ee.Dimenian2:return{type_id:166,roaming:0,regular:!0};case Ee.LaDimenian2:return{type_id:166,roaming:1,regular:!0};case Ee.SoDimenian2:return{type_id:166,roaming:2,regular:!0};case Ee.DarkBelra2:return{type_id:165,roaming:0,regular:!0};case Ee.BarbaRay:return{type_id:203,roaming:0,regular:!0};case Ee.SavageWolf2:return{type_id:67,roaming:0,regular:!0};case Ee.BarbarousWolf2:return{type_id:67,roaming:0,regular:!1};case Ee.PanArms2:return{type_id:101,roaming:0,regular:!0};case Ee.Dubchic2:return{type_id:128,roaming:0,regular:!0};case Ee.Gilchic2:return{type_id:128,roaming:1,regular:!0};case Ee.Garanz2:return{type_id:129,roaming:0,regular:!0};case Ee.Dubswitch2:return{type_id:133,roaming:0,regular:!0};case Ee.Delsaber2:return{type_id:160,roaming:0,regular:!0};case Ee.ChaosSorcerer2:return{type_id:161,roaming:0,regular:!0};case Ee.GolDragon:return{type_id:204,roaming:0,regular:!0};case Ee.SinowBerill:return{type_id:212,roaming:0,regular:!0};case Ee.SinowSpigell:return{type_id:212,roaming:1,regular:!0};case Ee.Merillia:return{type_id:213,roaming:0,regular:!0};case Ee.Meriltas:return{type_id:213,roaming:1,regular:!0};case Ee.Mericarol:return{type_id:214,roaming:0,regular:!0};case Ee.Mericus:return{type_id:214,roaming:1,regular:!0};case Ee.Merikle:return{type_id:214,roaming:2,regular:!0};case Ee.UlGibbon:return{type_id:215,roaming:0,regular:!0};case Ee.ZolGibbon:return{type_id:215,roaming:1,regular:!0};case Ee.Gibbles:return{type_id:216,roaming:0,regular:!0};case Ee.Gee:return{type_id:217,roaming:0,regular:!0};case Ee.GiGue:return{type_id:218,roaming:0,regular:!0};case Ee.GalGryphon:return{type_id:192,roaming:0,regular:!0};case Ee.Deldepth:return{type_id:219,roaming:0,regular:!0};case Ee.Delbiter:return{type_id:220,roaming:0,regular:!0};case Ee.Dolmolm:return{type_id:221,roaming:0,regular:!0};case Ee.Dolmdarl:return{type_id:221,roaming:1,regular:!0};case Ee.Morfos:return{type_id:222,roaming:0,regular:!0};case Ee.Recobox:return{type_id:223,roaming:0,regular:!0};case Ee.Epsilon:case Ee.SinowZoa:return{type_id:224,roaming:0,regular:!0};case Ee.SinowZele:return{type_id:224,roaming:1,regular:!0};case Ee.IllGill:return{type_id:225,roaming:0,regular:!0};case Ee.DelLily:return{type_id:97,roaming:0,regular:!0};case Ee.OlgaFlow:return{type_id:202,roaming:0,regular:!0};case Ee.SandRappy:return{type_id:65,roaming:0,regular:!0};case Ee.DelRappy:return{type_id:65,roaming:1,regular:!0};case Ee.Astark:return{type_id:272,roaming:0,regular:!0};case Ee.SatelliteLizard:return{type_id:273,roaming:0,regular:!0};case Ee.Yowie:return{type_id:273,roaming:0,regular:!1};case Ee.MerissaA:return{type_id:274,roaming:0,regular:!0};case Ee.MerissaAA:return{type_id:274,roaming:1,regular:!0};case Ee.Girtablulu:return{type_id:275,roaming:0,regular:!0};case Ee.Zu:return{type_id:276,roaming:0,regular:!0};case Ee.Pazuzu:return{type_id:276,roaming:1,regular:!0};case Ee.Boota:return{type_id:277,roaming:0,regular:!0};case Ee.ZeBoota:return{type_id:277,roaming:1,regular:!0};case Ee.BaBoota:return{type_id:277,roaming:2,regular:!0};case Ee.Dorphon:return{type_id:278,roaming:0,regular:!0};case Ee.DorphonEclair:return{type_id:278,roaming:1,regular:!0};case Ee.Goran:return{type_id:279,roaming:0,regular:!0};case Ee.PyroGoran:return{type_id:279,roaming:1,regular:!0};case Ee.GoranDetonator:return{type_id:279,roaming:2,regular:!0};case Ee.SaintMilion:return{type_id:281,roaming:0,regular:!0};case Ee.Shambertin:return{type_id:281,roaming:1,regular:!0};case Ee.Kondrieu:return{type_id:281,roaming:0,regular:!1}}}(e.type)||{type_id:e.pso_type_id,roaming:e.roaming,regular:!0};t.setFloat32(0,e.scale.y),t.setUint32(0,-8388609&t.getUint32(0)|(n.regular?0:8388608));const i=t.getFloat32(0);let o=new At(e.scale.x,i,e.scale.z);return{type_id:n.type_id,section_id:e.section_id,position:e.position,rotation:e.rotation,scale:o,npc_id:e.npc_id,script_label:e.script_label,roaming:n.roaming,area_id:e.area_id,unknown:e.unknown}})}var ui=function(e,t,n,i){return new(n||(n=Promise))(function(o,r){function s(e){try{d(i.next(e))}catch(e){r(e)}}function a(e){try{d(i.throw(e))}catch(e){r(e)}}function d(e){e.done?o(e.value):new n(function(t){t(e.value)}).then(s,a)}d((i=i.apply(e,t||[])).next())})};function ci(e){return ui(this,void 0,void 0,function*(){return new Promise((t,n)=>{const i=new FileReader;i.addEventListener("loadend",()=>{i.result instanceof ArrayBuffer?t(i.result):n(new Error("Couldn't read file."))}),i.readAsArrayBuffer(e)})})}var _i=function(e,t,n,i){var o,r=arguments.length,s=r<3?t:null===i?i=Object.getOwnPropertyDescriptor(t,n):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(e,t,n,i);else for(var a=e.length-1;a>=0;a--)(o=e[a])&&(s=(r<3?o(s):r>3?o(t,n,s):o(t,n))||s);return r>3&&s&&Object.defineProperty(t,n,s),s};class pi{constructor(e,t,n){this.description=e,this.undo=t,this.redo=n}}class vi{get can_undo(){return!!this.current&&this.current.can_undo}get can_redo(){return!!this.current&&this.current.can_redo}get first_undo(){return this.current&&this.current.first_undo}get first_redo(){return this.current&&this.current.first_redo}undo(){return!!this.current&&this.current.undo()}redo(){return!!this.current&&this.current.redo()}}_i([T.n],vi.prototype,"current",void 0),_i([T.f],vi.prototype,"can_undo",null),_i([T.f],vi.prototype,"can_redo",null),_i([T.f],vi.prototype,"first_undo",null),_i([T.f],vi.prototype,"first_redo",null);const wi=new vi;class hi{constructor(e,t,n){this._can_undo=!1,this._can_redo=!1,this.action=new pi(e,t,n)}make_current(){wi.current=this}ensure_not_current(){wi.current===this&&(wi.current=void 0)}get can_undo(){return this._can_undo}set can_undo(e){this._can_undo=e}get can_redo(){return this._can_redo}set can_redo(e){this._can_redo=e}get first_undo(){return this.can_undo?this.action:void 0}get first_redo(){return this.can_redo?this.action:void 0}undo(){return!!this.can_undo&&(this.action.undo(),!0)}redo(){return!!this.can_redo&&(this.action.redo(),!0)}reset(){this._can_undo=!1,this._can_redo=!1}}_i([T.n.ref],hi.prototype,"action",void 0),_i([T.d],hi.prototype,"make_current",null),_i([T.d],hi.prototype,"ensure_not_current",null),_i([T.n],hi.prototype,"_can_undo",void 0),_i([T.n],hi.prototype,"_can_redo",void 0),_i([T.f],hi.prototype,"first_undo",null),_i([T.f],hi.prototype,"first_redo",null),_i([T.d],hi.prototype,"undo",null),_i([T.d],hi.prototype,"redo",null),_i([T.d],hi.prototype,"reset",null);class fi{constructor(){this.stack=T.n.array([],{deep:!1}),this.index=0}make_current(){wi.current=this}ensure_not_current(){wi.current===this&&(wi.current=void 0)}get can_undo(){return this.index>0}get can_redo(){return this.indexe.bytes_left)break;t.push({type:n,data:e.take(i)})}return t}_i([T.n],fi.prototype,"stack",void 0),_i([T.n],fi.prototype,"index",void 0),_i([T.d],fi.prototype,"make_current",null),_i([T.d],fi.prototype,"ensure_not_current",null),_i([T.f],fi.prototype,"can_undo",null),_i([T.f],fi.prototype,"can_redo",null),_i([T.f],fi.prototype,"first_undo",null),_i([T.f],fi.prototype,"first_redo",null),_i([T.d],fi.prototype,"push_action",null),_i([T.d],fi.prototype,"push",null),_i([T.d],fi.prototype,"pop",null),_i([T.d],fi.prototype,"undo",null),_i([T.d],fi.prototype,"redo",null),_i([T.d],fi.prototype,"reset",null);const yi=d.a.get("data_formats/parsing/ninja/njcm");var ki;function Ri(e,t){const n=e.u32(),i=e.u32(),o=e.vec3_f32(),r=e.f32(),s=[],a=[];if(n){e.seek_start(n);for(const n of bi(e,t,!0))if(n.type===ki.Vertex)for(const e of n.vertices)s[e.index]={position:e.position,normal:e.normal,bone_weight:e.bone_weight,bone_weight_status:e.bone_weight_status,calc_continue:e.calc_continue}}if(i){let n;e.seek_start(i);for(const i of bi(e,t,!1))if(i.type===ki.Tiny)n=i.texture_id;else if(i.type===ki.Strip){for(const e of i.triangle_strips)e.texture_id=n;a.push(...i.triangle_strips)}}return{type:"njcm",vertices:s,meshes:a,collision_sphere_center:o,collision_sphere_radius:r}}function bi(e,t,n){const i=[];let o=!0;for(;o;){const r=e.u8(),s=e.u8(),a=e.position;let d=0;if(0===r)i.push({type:ki.Null,type_id:r});else if(1<=r&&r<=3)i.push({type:ki.Bits,type_id:r});else if(4===r){const n=s,a=e.position;i.push({type:ki.CachePolygonList,type_id:r,cache_index:n,offset:a}),t[n]=a,o=!1}else if(5===r){const o=s,a=t[o];null!=a&&(e.seek_start(a),i.push(...bi(e,t,n))),i.push({type:ki.DrawPolygonList,type_id:r,cache_index:o})}else if(8<=r&&r<=9){d=2;const t=e.u16();i.push({type:ki.Tiny,type_id:r,flip_u:0!=(128&r),flip_v:0!=(64&r),clamp_u:0!=(32&r),clamp_v:0!=(16&r),mipmap_d_adjust:15&r,filter_mode:t>>>14,super_sample:0!=(64&t),texture_id:8191&t})}else 17<=r&&r<=31?(d=2+2*e.u16(),i.push({type:ki.Material,type_id:r})):32<=r&&r<=50?(d=2+4*e.u16(),i.push({type:ki.Vertex,type_id:r,vertices:Ni(e,r,s)})):56<=r&&r<=58?(d=2+2*e.u16(),i.push({type:ki.Volume,type_id:r})):64<=r&&r<=75?(d=2+2*e.u16(),i.push({type:ki.Strip,type_id:r,triangle_strips:Ei(e,r,s)})):255===r?(d=n?2:0,i.push({type:ki.End,type_id:r}),o=!1):(d=2+2*e.u16(),i.push({type:ki.Unknown,type_id:r}),yi.warn(`Unknown chunk type ${r} at offset ${a}.`));e.seek_start(a+d)}return i}function Ni(e,t,n){if(t<32||t>50)return yi.warn(`Unknown vertex chunk type ${t}.`),[];const i=3&n,o=0!=(128&n),r=e.u16(),s=e.u16(),a=[];for(let n=0;n=42&&(44===t?(s.index=r+e.u16(),s.bone_weight=e.u16()/255):e.seek(4));else if(48<=t&&t<=50){const n=e.u32();s.normal=new At((n>>20&1023)/1023,(n>>10&1023)/1023,(1023&n)/1023),t>=49&&e.seek(4)}a.push(s)}return a}function Ei(e,t,n){const i={ignore_light:0!=(1&n),ignore_specular:0!=(2&n),ignore_ambient:0!=(4&n),use_alpha:0!=(8&n),double_side:0!=(16&n),flat_shading:0!=(32&n),environment_mapping:0!=(64&n)},o=e.u16(),r=o>>>14,s=16383&o;let a=!1,d=!1,l=!1,u=!1;switch(t){case 64:break;case 65:case 66:a=!0;break;case 67:l=!0;break;case 68:case 69:a=!0,l=!0;break;case 70:d=!0;break;case 71:case 72:a=!0,d=!0;break;case 73:break;case 74:case 75:u=!0;break;default:throw new Error(`Unexpected chunk type ID: ${t}.`)}const c=[];for(let t=0;t=2&&e.seek(2*r)}c.push(Object.assign({},i,{clockwise_winding:n,has_tex_coords:a,has_normal:l,vertices:s}))}return c}!function(e){e[e.Unknown=0]="Unknown",e[e.Null=1]="Null",e[e.Bits=2]="Bits",e[e.CachePolygonList=3]="CachePolygonList",e[e.DrawPolygonList=4]="DrawPolygonList",e[e.Tiny=5]="Tiny",e[e.Material=6]="Material",e[e.Vertex=7]="Vertex",e[e.Volume=8]="Volume",e[e.Strip=9]="Strip",e[e.End=10]="End"}(ki||(ki={}));const Ti=d.a.get("data_formats/parsing/ninja/xj");function Si(e){e.seek(4);const t=e.u32(),n=e.u32(),i=e.u32(),o=e.u32(),r=e.u32(),s=e.u32(),a={type:"xj",vertices:[],meshes:[],collision_sphere_position:e.vec3_f32(),collision_sphere_radius:e.f32()};return n>=1&&(n>1&&Ti.warn(`Vertex info count of ${n} was larger than expected.`),a.vertices.push(...function(e,t){e.seek_start(t);const n=e.u16();e.seek(2);const i=e.u32(),o=e.u32(),r=e.u32(),s=[];for(let t=0;te.type===Pi),o=[];for(const e of i)o.push(...Ii(e.data,t,n));return o}function Ii(e,t,n){const i=e.u32(),o=0!=(1&i),r=0!=(2&i),s=0!=(4&i),a=0!=(8&i),d=0!=(16&i),l=0!=(32&i),u=0!=(64&i),c=0!=(128&i),_=e.u32(),p=e.f32(),v=e.f32(),w=e.f32(),h=e.i32()*Di,f=e.i32()*Di,m=e.i32()*Di,g=e.f32(),y=e.f32(),k=e.f32(),R=e.u32(),b=e.u32();let N,E,T;return _&&(e.seek_start(_),N=t(e,n)),R?(e.seek_start(R),E=Ii(e,t,n)):E=[],b?(e.seek_start(b),T=Ii(e,t,n)):T=[],[new Fi({no_translate:o,no_rotate:r,no_scale:s,hidden:a,break_child_trace:d,zxy_rotation_order:l,skip:u,shape_skip:c},N,new At(p,v,w),new At(h,f,m),new At(g,y,k),E),...T]}function Bi(e,t,n){const i=[];for(let o=0;oe-t))n.set(e,i++);for(const t of this.groups)e.addGroup(t.offset,t.size,n.get(t.material_index));return t.normalized_material_indices=n,e.computeBoundingSphere(),e.computeBoundingBox(),e}}function ji(e){return new Ai.Vector3(e.x,e.y,e.z)}const Gi=new Ai.Vector3(0,1,0),Ki=new Ai.Vector2(0,0),zi=new Ai.Vector3(0,0,0),Hi=new Ai.Quaternion(0,0,0,1),Vi=new Ai.Vector3(1,1,1);function qi(e,t){new Yi(t).to_geometry_builder(e)}function $i(e){return new Yi(new xi).create_buffer_geometry(e)}class Ji{constructor(){this.vertices_stack=[]}put(e){this.vertices_stack.push(e)}get(e){const t=[];for(let n=this.vertices_stack.length-1;n>=0;n--){const i=this.vertices_stack[n][e];i&&t.push(i)}return t}}class Yi{constructor(e){this.vertices=new Ji,this.bone_id=0,this.builder=e}to_geometry_builder(e){this.object_to_geometry(e,void 0,new Ai.Matrix4)}create_buffer_geometry(e){return this.to_geometry_builder(e),this.builder.build()}object_to_geometry(e,t,n){const{no_translate:i,no_rotate:o,no_scale:r,hidden:s,break_child_trace:a,zxy_rotation_order:d,skip:l}=e.evaluation_flags,{position:u,rotation:c,scale:_}=e,p=new Ai.Euler(c.x,c.y,c.z,d?"ZXY":"ZYX"),v=(new Ai.Matrix4).compose(i?zi:ji(u),o?Hi:(new Ai.Quaternion).setFromEuler(p),r?Vi:ji(_)).premultiply(n);let w;if(l?w=t:((w=new Ai.Bone).name=this.bone_id.toString(),w.position.set(u.x,u.y,u.z),w.setRotationFromEuler(p),w.scale.set(_.x,_.y,_.z),this.builder.add_bone(w),t&&t.add(w)),e.model&&!s&&this.model_to_geometry(e.model,v),this.bone_id++,!a)for(const t of e.children)this.object_to_geometry(t,w,v)}model_to_geometry(e,t){!function(e){return"njcm"===e.type}(e)?this.xj_model_to_geometry(e,t):this.njcm_model_to_geometry(e,t)}njcm_model_to_geometry(e,t){const n=(new Ai.Matrix3).getNormalMatrix(t),i=e.vertices.map(e=>{const i=ji(e.position),o=e.normal?ji(e.normal):new Ai.Vector3(0,1,0);return i.applyMatrix4(t),o.applyMatrix3(n),{bone_id:this.bone_id,position:i,normal:o,bone_weight:e.bone_weight,bone_weight_status:e.bone_weight_status,calc_continue:e.calc_continue}});this.vertices.put(i);for(const t of e.meshes){const e=this.builder.index_count;for(let e=0;e=2&&(e%2==(t.clockwise_winding?1:0)?(this.builder.add_index(s-2),this.builder.add_index(s-1),this.builder.add_index(s)):(this.builder.add_index(s-2),this.builder.add_index(s),this.builder.add_index(s-1)));const a=[[0,0],[0,0],[0,0],[0,0]];for(let e=i.length-1;e>=0;e--){const t=i[e];a[t.bone_weight_status]=[t.bone_id,t.bone_weight]}for(const[e,t]of a)this.builder.add_bone_weight(e,t)}}this.builder.add_group(e,this.builder.index_count-e,t.texture_id)}}xj_model_to_geometry(e,t){const n=this.builder.vertex_count,i=(new Ai.Matrix3).getNormalMatrix(t);for(let{position:n,normal:o,uv:r}of e.vertices){const e=ji(n).applyMatrix4(t),s=(o?ji(o):new Ai.Vector3(0,1,0)).applyMatrix3(i),a=r||Ki;this.builder.add_vertex(e,s,a)}let o;for(const t of e.meshes){const e=this.builder.index_count;let i=!1;for(let e=2;e=2&&(i=!i),i?(this.builder.add_index(r),this.builder.add_index(o),this.builder.add_index(s)):(this.builder.add_index(o),this.builder.add_index(r),this.builder.add_index(s)),i=!i}null!=t.material_properties.texture_id&&(o=t.material_properties.texture_id),this.builder.add_group(e,this.builder.index_count-e,o)}}}class Zi{constructor(e,t,n){if(!Number.isInteger(e)||e<-1)throw new Error(`Expected id to be an integer greater than or equal to -1, got ${e}.`);if(!t)throw new Error("position is required.");if(!Number.isFinite(n))throw new Error("y_axis_rotation is required.");this.id=e,this.position=t,this.y_axis_rotation=n,this.sin_y_axis_rotation=Math.sin(this.y_axis_rotation),this.cos_y_axis_rotation=Math.cos(this.y_axis_rotation)}}const Xi=[new Ai.MeshBasicMaterial({color:8437968,transparent:!0,opacity:.25,visible:!1}),new Ai.MeshLambertMaterial({color:10526880,side:Ai.DoubleSide}),new Ai.MeshLambertMaterial({color:5288048,side:Ai.DoubleSide}),new Ai.MeshLambertMaterial({color:6307968,side:Ai.DoubleSide})],Qi=[new Ai.MeshBasicMaterial({color:9490656,wireframe:!0,transparent:!0,opacity:.3,visible:!1}),new Ai.MeshBasicMaterial({color:13684944,wireframe:!0}),new Ai.MeshBasicMaterial({color:8446112,wireframe:!0}),new Ai.MeshBasicMaterial({color:9466032,wireframe:!0})];var eo=function(e,t,n,i){return new(n||(n=Promise))(function(o,r){function s(e){try{d(i.next(e))}catch(e){r(e)}}function a(e){try{d(i.throw(e))}catch(e){r(e)}}function d(e){e.done?o(e.value):new n(function(t){t(e.value)}).then(s,a)}d((i=i.apply(e,t||[])).next())})};function to(e){return eo(this,void 0,void 0,function*(){return(yield fetch("/assets"+e)).arrayBuffer()})}class no{constructor(){this.map=new Map}set(e,t){this.map.set(e,t)}get_or_set(e,t){let n=this.map.get(e);return void 0===n&&(n=t(),this.map.set(e,n)),n}}var io=function(e,t,n,i){return new(n||(n=Promise))(function(o,r){function s(e){try{d(i.next(e))}catch(e){r(e)}}function a(e){try{d(i.throw(e))}catch(e){r(e)}}function d(e){e.done?o(e.value):new n(function(t){t(e.value)}).then(s,a)}d((i=i.apply(e,t||[])).next())})};const oo=new no,ro=new no;function so(e,t,n){return io(this,void 0,void 0,function*(){return ro.get_or_set(`${e}-${t}-${n}`,()=>uo(e,t,n,"collision").then(e=>(function(e){const t=new Ai.Group;for(const n of e.meshes){const e=new Ai.Geometry;for(const{x:t,y:i,z:o}of n.vertices)e.vertices.push(new Ai.Vector3(t,i,o));for(const{indices:t,flags:i,normal:o}of n.triangles){const n=16&i,r=1&i,s=64&i?3:n?2:r?1:0;e.faces.push(new Ai.Face3(t[0],t[1],t[2],new Ai.Vector3(o.x,o.y,o.z),void 0,s))}e.computeBoundingBox(),e.computeBoundingSphere();const i=new Ai.Mesh(e,Xi);i.renderOrder=1,t.add(i);const o=new Ai.Mesh(e,Qi);o.renderOrder=2,t.add(o)}return t})(function(e){const{data_offset:t}=mi(e,!1);e.seek_start(t);const n=e.u32();e.seek_start(n);const i={meshes:[]};for(;e.bytes_left;){const t=e.position,n=e.u32();if(0===n)break;const o={vertices:[],triangles:[]};i.meshes.push(o),e.seek_start(n);const r=e.u32(),s=e.u32(),a=e.u32(),d=e.u32();e.seek_start(s);for(let t=0;t(function(e){const t=[],n=new Ai.Group;let i=0;for(const o of e.sections){const e=new xi;for(const t of o.objects)qi(t,e);const r=new Ai.Mesh(e.build(),new Ai.MeshBasicMaterial({color:(new Ai.Color).setHSL(i++%7/7,1,.5),transparent:!0,opacity:.25,side:Ai.DoubleSide}));if(n.add(r),r.position.set(o.position.x,o.position.y,o.position.z),r.rotation.set(o.rotation.x,o.rotation.y,o.rotation.z),r.updateMatrixWorld(),o.id>=0){const e=new Zi(o.id,o.position,o.rotation.y);t.push(e),r.userData.section=e}}return[t,n]})(function(e){const t=[];e.seek_end(16);const{data_offset:n}=mi(e,!1);e.seek_start(n),e.seek(8);const i=e.u32();e.seek(4);const o=e.u32();for(let n=0;ne),sections:i.then(([e])=>e)}}const lo=[[["city00_00",1],["forest01",1],["forest02",1],["cave01_",6],["cave02_",5],["cave03_",6],["machine01_",6],["machine02_",6],["ancient01_",5],["ancient02_",5],["ancient03_",5],["boss01",1],["boss02",1],["boss03",1],["darkfalz00",1]],[["labo00_00",1],["ruins01_",3],["ruins02_",3],["space01_",3],["space02_",3],["jungle01_00",1],["jungle02_00",1],["jungle03_00",1],["jungle04_",3],["jungle05_00",1],["seabed01_",3],["seabed02_",3],["boss05",1],["boss06",1],["boss07",1],["boss08",1],["jungle06_00",1],["jungle07_",5]],[],[["city02_00",1],["wilds01_00",1],["wilds01_01",1],["wilds01_02",1],["wilds01_03",1],["crater01_00",1],["desert01_",3],["desert02_",3],["desert03_",3],["boss09_00",1]]];function uo(e,t,n,i){return io(this,void 0,void 0,function*(){return to(function(e,t,n){16===t&&1===n&&(t=17,n=1);const i=lo[e-1];if(0<=t&&t=0;a--)(o=e[a])&&(s=(r<3?o(s):r>3?o(t,n,s):o(t,n))||s);r>3&&s&&Object.defineProperty(t,n,s)})([T.n.shallow],wo.prototype,"sections",void 0);class ho{constructor(e,t,n,i){if(!Number.isInteger(e)||e<0)throw new Error(`Expected id to be a non-negative integer, got ${e}.`);if(!t)throw new Error("name is required.");if(!i)throw new Error("area_variants is required.");this.id=e,this.name=t,this.order=n,this.area_variants=i}}const fo=new class{constructor(){this.areas=[],this.get_areas_for_episode=e=>this.areas[e],this.get_area=(e,t)=>{const n=this.areas[e].find(e=>e.id===t);if(!n)throw new Error(`Area id ${t} for episode ${e} is invalid.`);return n},this.get_variant=(e,t,n)=>{const i=this.get_area(e,t).area_variants[n];if(!i)throw new Error(`Area variant id ${n} for area ${t} of episode ${e} is invalid.`);return i},this.get_area_sections=(e,t,n)=>(function(e,t,n){return io(this,void 0,void 0,function*(){return oo.get_or_set(`${e}-${t}-${n}`,()=>ao(e,t,n)).sections})})(e,t,n);for(const e of be)this.areas[e]=co(e).map(e=>{const t=new ho(e.id,e.name,e.order,[]);for(const n of e.area_variants)t.area_variants.push(new wo(n.id,t));return t})}};var mo=function(e,t,n,i){var o,r=arguments.length,s=r<3?t:null===i?i=Object.getOwnPropertyDescriptor(t,n):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(e,t,n,i);else for(var a=e.length-1;a>=0;a--)(o=e[a])&&(s=(r<3?o(s):r>3?o(t,n,s):o(t,n))||s);return r>3&&s&&Object.defineProperty(t,n,s),s};const go=d.a.get("domain/ObservableQuest");class yo{constructor(e,t,n,i,o,r,s,a,d,l,u,c){if(Ne(r),!s)throw new Error("map_designations is required.");if(!Array.isArray(a))throw new Error("objs is required.");if(!Array.isArray(d))throw new Error("npcs is required.");if(!l)throw new Error("dat_unknowns is required.");if(!u)throw new Error("object_code is required.");if(!c)throw new Error("shop_items is required.");this.set_id(e),this.set_language(t),this.set_name(n),this.set_short_description(i),this.set_long_description(o),this.episode=r,this.set_map_designations(s),this.objects=a,this.npcs=d,this.dat_unknowns=l,this.object_code=u,this.shop_items=c}get id(){return this._id}set_id(e){if(!Number.isInteger(e)||e<0||e>4294967295)throw new Error("id must be an integer greater than 0 and less than 4294967295.");this._id=e}get language(){return this._language}set_language(e){if(!Number.isInteger(e))throw new Error("language must be an integer.");this._language=e}get name(){return this._name}set_name(e){if(e.length>32)throw new Error("name can't be longer than 32 characters.");this._name=e}get short_description(){return this._short_description}set_short_description(e){if(e.length>128)throw new Error("short_description can't be longer than 128 characters.");this._short_description=e}get long_description(){return this._long_description}set_long_description(e){if(e.length>288)throw new Error("long_description can't be longer than 288 characters.");this._long_description=e}get entities_per_area(){const e=new Map;for(const t of this.npcs)e.set(t.area_id,(e.get(t.area_id)||0)+1);for(const t of this.objects)e.set(t.area_id,(e.get(t.area_id)||0)+1);return e}get map_designations(){return this._map_designations}set_map_designations(e){this._map_designations=e}get area_variants(){const e=new Map;for(const t of this.entities_per_area.keys())try{e.set(t,fo.get_variant(this.episode,t,0))}catch(e){go.warn(e)}for(const[t,n]of this._map_designations)try{e.set(t,fo.get_variant(this.episode,t,n))}catch(e){go.warn(e)}return[...e.values()]}}mo([T.n],yo.prototype,"_id",void 0),mo([T.d],yo.prototype,"set_id",null),mo([T.n],yo.prototype,"_language",void 0),mo([T.d],yo.prototype,"set_language",null),mo([T.n],yo.prototype,"_name",void 0),mo([T.d],yo.prototype,"set_name",null),mo([T.n],yo.prototype,"_short_description",void 0),mo([T.d],yo.prototype,"set_short_description",null),mo([T.n],yo.prototype,"_long_description",void 0),mo([T.d],yo.prototype,"set_long_description",null),mo([T.n],yo.prototype,"objects",void 0),mo([T.n],yo.prototype,"npcs",void 0),mo([T.f],yo.prototype,"entities_per_area",null),mo([T.n.ref],yo.prototype,"_map_designations",void 0),mo([T.f],yo.prototype,"area_variants",null);var ko=function(e,t,n,i){var o,r=arguments.length,s=r<3?t:null===i?i=Object.getOwnPropertyDescriptor(t,n):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(e,t,n,i);else for(var a=e.length-1;a>=0;a--)(o=e[a])&&(s=(r<3?o(s):r>3?o(t,n,s):o(t,n))||s);return r>3&&s&&Object.defineProperty(t,n,s),s};class Ro{constructor(e,t,n,i,o){if(null==e)throw new Error("type is required.");if(!Number.isInteger(t)||t<0)throw new Error(`Expected area_id to be a non-negative integer, got ${t}.`);if(!Number.isInteger(n)||n<0)throw new Error(`Expected section_id to be a non-negative integer, got ${n}.`);if(!i)throw new Error("position is required.");if(!o)throw new Error("rotation is required.");this.type=e,this.area_id=t,this._section_id=n,this.position=i,this.rotation=o}get section_id(){return this.section?this.section.id:this._section_id}get world_position(){if(this.section){let{x:e,y:t,z:n}=this.position;const i=-this.section.sin_y_axis_rotation,o=this.section.cos_y_axis_rotation,r=i*e+o*n,s=o*e-i*n+this.section.position.x,a=t+this.section.position.y,d=r+this.section.position.z;return new At(s,a,d)}return this.position}set world_position(e){let{x:t,y:n,z:i}=e;if(this.section){const e=t-this.section.position.x,o=n-this.section.position.y,r=i-this.section.position.z,s=-this.section.sin_y_axis_rotation,a=this.section.cos_y_axis_rotation;t=a*e+s*r,n=o,i=-s*e+a*r}this.position=new At(t,n,i)}set_world_position_and_section(e,t){this.world_position=e,this.section=t}}ko([T.n],Ro.prototype,"area_id",void 0),ko([T.f],Ro.prototype,"section_id",null),ko([T.n.ref],Ro.prototype,"section",void 0),ko([T.n.ref],Ro.prototype,"position",void 0),ko([T.n.ref],Ro.prototype,"rotation",void 0),ko([T.f],Ro.prototype,"world_position",null),ko([T.d],Ro.prototype,"set_world_position_and_section",null);class bo extends Ro{constructor(e,t,n,i,o,r,s,a,d){super(e,i,o,r,s),this.id=t,this.group_id=n,this.properties=a,this.unknown=d}props(){return new Map(this.properties)}get_prop(e){return this.properties.get(e)}set_prop(e,t){if(!this.properties.has(e))throw new Error(`Object doesn't have property ${e}.`);this.properties.set(e,t)}}ko([T.n],bo.prototype,"properties",void 0),ko([T.d],bo.prototype,"set_prop",null);class No extends Ro{constructor(e,t,n,i,o,r,s,a,d,l,u){super(e,r,s,a,d),this.pso_type_id=t,this.npc_id=n,this.script_label=i,this.roaming=o,this.unknown=u,this.scale=l}}function Eo(e){if(e===Re.II)throw new Error("Episode II not yet supported.");if(e===Re.IV)throw new Error("Episode IV not yet supported.");return new yo(0,0,"Untitled","Created with phantasmal.world.","Created with phantasmal.world.",e,(new Map).set(0,0),[new bo(Yn.MenuActivation,16384,0,0,10,new At(-16.313568115234375,3,-579.5118408203125),new At(.0009587526218325454,0,0),new Map([["property_0",1],["property_1",1],["property_2",1],["property_3",1],["property_4",0],["property_5",0],["property_6",2365279104]]),[[2,0,0,0,0,0],[0,0]]),new bo(Yn.MenuActivation,16385,0,0,10,new At(-393.07318115234375,10,-12.964752197265625),new At(0,0,0),new Map([["property_0",9183549615799121e-56],["property_1",1.0000011920928955],["property_2",1],["property_3",0],["property_4",0],["property_5",0],["property_6",2365279264]]),[[2,0,1,0,0,0],[0,0]]),new bo(Yn.MenuActivation,16386,0,0,10,new At(-458.60699462890625,10,-51.270660400390625),new At(0,0,0),new Map([["property_0",1],["property_1",1],["property_2",1],["property_3",2],["property_4",65536],["property_5",10],["property_6",2365279424]]),[[2,0,2,0,0,0],[0,0]]),new bo(Yn.MenuActivation,16387,0,0,10,new At(-430.19696044921875,10,-24.490447998046875),new At(0,0,0),new Map([["property_0",1],["property_1",1],["property_2",1],["property_3",3],["property_4",0],["property_5",0],["property_6",2365279584]]),[[2,0,3,0,0,0],[0,0]]),new bo(Yn.PlayerSet,16388,0,0,10,new At(.995330810546875,0,-37.0010986328125),new At(0,4.712460886831327,0),new Map([["property_0",0],["property_1",1],["property_2",1],["property_3",0],["property_4",0],["property_5",0],["property_6",2365279744]]),[[2,0,4,0,0,0],[0,0]]),new bo(Yn.PlayerSet,16389,0,0,10,new At(3.0009307861328125,0,-23.99688720703125),new At(0,4.859725289544806,0),new Map([["property_0",1.000000238418579],["property_1",1],["property_2",1],["property_3",0],["property_4",0],["property_5",0],["property_6",2365279904]]),[[2,0,5,0,0,0],[0,0]]),new bo(Yn.PlayerSet,16390,0,0,10,new At(2.0015106201171875,0,-50.00386047363281),new At(0,4.565196484117848,0),new Map([["property_0",2.000002384185791],["property_1",1],["property_2",1],["property_3",0],["property_4",0],["property_5",0],["property_6",2365280064]]),[[2,0,6,0,0,0],[0,0]]),new bo(Yn.PlayerSet,16391,0,0,10,new At(4.9973907470703125,0,-61.99664306640625),new At(0,4.368843947166543,0),new Map([["property_0",3.0000007152557373],["property_1",1],["property_2",1],["property_3",65536],["property_4",10],["property_5",0],["property_6",2365280224]]),[[2,0,7,0,0,0],[0,0]]),new bo(Yn.MainRagolTeleporter,18264,0,0,10,new At(132.00314331054688,1.000000238418579,-265.002197265625),new At(0,.49088134237826325,0),new Map([["property_0",1.000000238418579],["property_1",1],["property_2",1],["property_3",1],["property_4",0],["property_5",0],["property_6",2365227216]]),[[0,0,87,7,0,0],[0,0]]),new bo(Yn.PrincipalWarp,16393,0,0,10,new At(-228,0,-2020.99951171875),new At(0,2.9452880542695796,0),new Map([["property_0",-10.000004768371582],["property_1",0],["property_2",-30.000030517578125],["property_3",0],["property_4",65536],["property_5",65536],["property_6",2365280688]]),[[2,0,9,0,0,0],[0,0]]),new bo(Yn.MenuActivation,16394,0,0,10,new At(-41.000030517578125,0,42.37322998046875),new At(0,0,0),new Map([["property_0",1],["property_1",1],["property_2",1],["property_3",4],["property_4",0],["property_5",0],["property_6",2365280992]]),[[2,0,10,0,0,0],[1,0]]),new bo(Yn.MenuActivation,16395,0,0,10,new At(-479.21673583984375,8.781256675720215,-322.465576171875),new At(6.28328118244177,.0009587526218325454,0),new Map([["property_0",1],["property_1",1],["property_2",1],["property_3",5],["property_4",0],["property_5",0],["property_6",2365281152]]),[[2,0,11,0,0,0],[0,0]]),new bo(Yn.PrincipalWarp,16396,0,0,10,new At(-228,0,-351.0015869140625),new At(0,0,0),new Map([["property_0",10.000006675720215],["property_1",0],["property_2",-1760.0010986328125],["property_3",32768],["property_4",0],["property_5",0],["property_6",2365281312]]),[[2,0,12,0,0,0],[0,0]]),new bo(Yn.TelepipeLocation,16397,0,0,10,new At(-561.88232421875,0,-406.8829345703125),new At(0,0,0),new Map([["property_0",1],["property_1",1],["property_2",1],["property_3",0],["property_4",0],["property_5",0],["property_6",2365281616]]),[[2,0,13,0,0,0],[0,0]]),new bo(Yn.TelepipeLocation,16398,0,0,10,new At(-547.8557739257812,0,-444.8822326660156),new At(0,0,0),new Map([["property_0",1],["property_1",1],["property_2",1],["property_3",1],["property_4",0],["property_5",0],["property_6",2365281808]]),[[2,0,14,0,0,0],[0,0]]),new bo(Yn.TelepipeLocation,16399,0,0,10,new At(-486.441650390625,0,-497.4501647949219),new At(0,0,0),new Map([["property_0",9183549615799121e-56],["property_1",1.0000011920928955],["property_2",1],["property_3",3],["property_4",0],["property_5",0],["property_6",2365282e3]]),[[2,0,15,0,0,0],[0,0]]),new bo(Yn.TelepipeLocation,16400,0,0,10,new At(-522.4052734375,0,-474.1882629394531),new At(0,0,0),new Map([["property_0",1],["property_1",1],["property_2",1],["property_3",2],["property_4",65536],["property_5",10],["property_6",2365282192]]),[[2,0,16,0,0,0],[0,0]]),new bo(Yn.MedicalCenterDoor,16401,0,0,10,new At(-34.49853515625,0,-384.4951171875),new At(0,5.497871034636549,0),new Map([["property_0",3.0000007152557373],["property_1",1],["property_2",1],["property_3",1],["property_4",0],["property_5",0],["property_6",2365282384]]),[[2,0,17,0,0,0],[0,0]]),new bo(Yn.ShopDoor,16402,0,0,10,new At(-393.0031433105469,0,-143.49981689453125),new At(0,3.141640591220885,0),new Map([["property_0",3.0000007152557373],["property_1",1],["property_2",1],["property_3",1],["property_4",0],["property_5",0],["property_6",2365282640]]),[[2,0,18,0,0,0],[0,0]]),new bo(Yn.MenuActivation,16403,0,0,10,new At(-355.17462158203125,0,-43.15193176269531),new At(0,0,0),new Map([["property_0",1.000000238418579],["property_1",1],["property_2",1],["property_3",6],["property_4",0],["property_5",0],["property_6",2365282896]]),[[2,0,19,0,0,0],[0,0]]),new bo(Yn.HuntersGuildDoor,16404,0,0,10,new At(-43.00239562988281,0,-118.00120544433594),new At(0,3.141640591220885,0),new Map([["property_0",3.0000007152557373],["property_1",1],["property_2",1],["property_3",1],["property_4",0],["property_5",0],["property_6",2365283056]]),[[2,0,20,0,0,0],[0,0]]),new bo(Yn.TeleporterDoor,16405,0,0,10,new At(26.000823974609375,0,-265.99810791015625),new At(0,3.141640591220885,0),new Map([["property_0",3.0000007152557373],["property_1",1],["property_2",1],["property_3",1],["property_4",0],["property_5",0],["property_6",2365283312]]),[[2,0,21,0,0,0],[0,0]]),new bo(Yn.PlayerSet,16406,0,0,10,new At(57.81005859375,0,-268.5472412109375),new At(0,4.712460886831327,0),new Map([["property_0",0],["property_1",1],["property_2",1],["property_3",1],["property_4",0],["property_5",0],["property_6",2365283568]]),[[2,0,22,0,0,0],[0,0]]),new bo(Yn.PlayerSet,16407,0,0,10,new At(66.769287109375,0,-252.3748779296875),new At(0,4.712460886831327,0),new Map([["property_0",1.000000238418579],["property_1",1],["property_2",1],["property_3",1],["property_4",0],["property_5",0],["property_6",2365283728]]),[[2,0,23,0,0,0],[0,0]]),new bo(Yn.PlayerSet,16408,0,0,10,new At(67.36819458007812,0,-284.9297180175781),new At(0,4.712460886831327,0),new Map([["property_0",2.000000476837158],["property_1",1],["property_2",1],["property_3",1],["property_4",0],["property_5",0],["property_6",2365283888]]),[[2,0,24,0,0,0],[0,0]]),new bo(Yn.PlayerSet,16409,0,0,10,new At(77.10488891601562,0,-269.2830505371094),new At(0,4.712460886831327,0),new Map([["property_0",3.0000007152557373],["property_1",1],["property_2",1],["property_3",1],["property_4",0],["property_5",0],["property_6",2365284048]]),[[2,0,25,0,0,0],[0,0]])],[new No(Ee.GuildLady,29,1011.0010986328125,850,0,0,10,new At(-49.0010986328125,0,50.996429443359375),new At(0,2.3562304434156633,0),new At(0,0,0),[[0,0,7,86,0,0,0,0,23,87],[0,0,0,0,0,0],[128,238,223,176]]),new No(Ee.FemaleFat,4,1016.0010986328125,100,1,0,20,new At(167.99769592285156,0,83.99686431884766),new At(0,3.927050739026106,0),new At(24.000009536743164,0,0),[[0,0,7,88,0,0,0,0,23,89],[0,0,0,0,0,0],[128,238,232,48]]),new No(Ee.MaleDwarf,10,1015.0010986328125,90,1,0,20,new At(156.0028839111328,0,-49.99967575073242),new At(0,5.497871034636549,0),new At(30.000009536743164,0,0),[[0,0,7,89,0,0,0,0,23,90],[0,0,0,0,0,0],[128,238,236,176]]),new No(Ee.RedSoldier,26,1020.0010986328125,130,0,0,20,new At(237.9988250732422,0,-14.0001220703125),new At(0,5.497871034636549,0),new At(0,0,0),[[0,0,7,90,0,0,0,0,23,91],[0,0,0,0,0,0],[128,238,241,48]]),new No(Ee.BlueSoldier,25,1019.0010986328125,120,0,0,20,new At(238.00379943847656,0,63.00413513183594),new At(0,3.927050739026106,0),new At(0,0,0),[[0,0,7,91,0,0,0,0,23,92],[0,0,0,0,0,0],[128,238,245,176]]),new No(Ee.FemaleMacho,5,1014.0010986328125,80,1,0,20,new At(-2.001882553100586,0,35.0036506652832),new At(0,3.141640591220885,0),new At(26.000009536743164,0,0),[[0,0,7,92,0,0,0,0,23,93],[0,0,0,0,0,0],[128,238,250,48]]),new No(Ee.Scientist,30,1013.0010986328125,70,1,0,20,new At(-147.0000457763672,0,-7.996537208557129),new At(0,2.577127047485882,0),new At(30.000009536743164,0,0),[[0,0,7,93,0,0,0,0,23,94],[0,0,0,0,0,0],[128,238,254,176]]),new No(Ee.MaleOld,13,1012.0010986328125,60,1,0,20,new At(-219.99710083007812,0,-100.0008316040039),new At(0,0,0),new At(30.000011444091797,0,0),[[0,0,7,94,0,0,0,0,23,95],[0,0,0,0,0,0],[128,239,3,48]]),new No(Ee.GuildLady,29,1010.0010986328125,840,0,0,20,new At(-262.5099792480469,0,-24.53999900817871),new At(0,1.963525369513053,0),new At(0,0,0),[[0,0,7,95,0,0,0,0,23,106],[0,0,0,0,0,0],[128,239,100,192]]),new No(Ee.Tekker,28,1009,830,0,0,30,new At(-43.70983123779297,2.5999999046325684,-52.78248596191406),new At(0,.7854101478052212,0),new At(0,0,0),[[0,0,7,97,0,0,0,0,23,98],[0,0,0,0,0,0],[128,239,16,176]]),new No(Ee.MaleMacho,12,1006,800,0,0,30,new At(.33990478515625,2.5999999046325684,-84.71995544433594),new At(0,0,0),new At(0,0,0),[[0,0,7,98,0,0,0,0,23,99],[0,0,0,0,0,0],[128,239,21,48]]),new No(Ee.FemaleMacho,5,1008,820,0,0,30,new At(43.87113952636719,2.5999996662139893,-74.80299377441406),new At(0,-.5645135437350027,0),new At(0,0,0),[[0,0,7,99,0,0,0,0,23,100],[0,0,0,0,0,0],[128,239,25,176]]),new No(Ee.MaleFat,11,1007.0010986328125,810,0,0,30,new At(75.88380432128906,2.5999996662139893,-42.69328308105469),new At(0,-1.0308508189943528,0),new At(0,0,0),[[0,0,7,100,0,0,0,0,23,101],[0,0,0,0,0,0],[128,239,30,48]]),new No(Ee.FemaleTall,7,1021.0010986328125,140,1,0,30,new At(16.003997802734375,0,5.995697021484375),new At(0,-1.1781152217078317,0),new At(22.000009536743164,0,0),[[0,0,7,101,0,0,0,0,23,102],[0,0,0,0,0,0],[128,239,34,176]]),new No(Ee.Nurse,31,1017,860,0,0,40,new At(.3097381591796875,3,-105.3865966796875),new At(0,0,0),new At(0,0,0),[[0,0,7,102,0,0,0,0,23,103],[0,0,0,0,0,0],[128,239,39,48]]),new No(Ee.Nurse,31,1018.0010986328125,110,1,0,40,new At(53.499176025390625,0,-26.496688842773438),new At(0,5.497871034636549,0),new At(18.000009536743164,0,0),[[0,0,7,103,0,0,0,0,23,104],[0,0,0,0,0,0],[128,239,43,176]])],[],[{labels:[0],type:pn.Instructions,instructions:[new _n(cn.SET_EPISODE,[{value:0,size:4}]),new _n(cn.ARG_PUSHL,[{value:0,size:4}]),new _n(cn.ARG_PUSHW,[{value:150,size:2}]),new _n(cn.SET_FLOOR_HANDLER,[]),new _n(cn.BB_MAP_DESIGNATE,[{value:0,size:1},{value:0,size:2},{value:0,size:1},{value:0,size:1}]),new _n(cn.RET,[])]},{labels:[150],type:pn.Instructions,instructions:[new _n(cn.LETI,[{value:60,size:1},{value:237,size:4}]),new _n(cn.LETI,[{value:61,size:1},{value:0,size:4}]),new _n(cn.LETI,[{value:62,size:1},{value:333,size:4}]),new _n(cn.LETI,[{value:63,size:1},{value:-15,size:4}]),new _n(cn.ARG_PUSHL,[{value:0,size:4}]),new _n(cn.ARG_PUSHR,[{value:60,size:1}]),new _n(cn.P_SETPOS,[]),new _n(cn.LETI,[{value:60,size:1},{value:255,size:4}]),new _n(cn.LETI,[{value:61,size:1},{value:0,size:4}]),new _n(cn.LETI,[{value:62,size:1},{value:338,size:4}]),new _n(cn.LETI,[{value:63,size:1},{value:-43,size:4}]),new _n(cn.ARG_PUSHL,[{value:1,size:4}]),new _n(cn.ARG_PUSHR,[{value:60,size:1}]),new _n(cn.P_SETPOS,[]),new _n(cn.LETI,[{value:60,size:1},{value:222,size:4}]),new _n(cn.LETI,[{value:61,size:1},{value:0,size:4}]),new _n(cn.LETI,[{value:62,size:1},{value:322,size:4}]),new _n(cn.LETI,[{value:63,size:1},{value:25,size:4}]),new _n(cn.ARG_PUSHL,[{value:2,size:4}]),new _n(cn.ARG_PUSHR,[{value:60,size:1}]),new _n(cn.P_SETPOS,[]),new _n(cn.LETI,[{value:60,size:1},{value:248,size:4}]),new _n(cn.LETI,[{value:61,size:1},{value:0,size:4}]),new _n(cn.LETI,[{value:62,size:1},{value:323,size:4}]),new _n(cn.LETI,[{value:63,size:1},{value:-20,size:4}]),new _n(cn.ARG_PUSHL,[{value:3,size:4}]),new _n(cn.ARG_PUSHR,[{value:60,size:1}]),new _n(cn.P_SETPOS,[]),new _n(cn.RET,[])]}],[])}function To(e){return Oe(e)||Zn(e)}var So=function(e,t,n,i){var o,r=arguments.length,s=r<3?t:null===i?i=Object.getOwnPropertyDescriptor(t,n):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(e,t,n,i);else for(var a=e.length-1;a>=0;a--)(o=e[a])&&(s=(r<3?o(s):r>3?o(t,n,s):o(t,n))||s);return r>3&&s&&Object.defineProperty(t,n,s),s};const Oo=d.a.get("stores/QuestEditorStore");class Co{constructor(){this.debug=!1,this.undo=new fi,this.script_undo=new hi("Text edits",()=>{},()=>{}),this.save_dialog_open=!1,this.toggle_debug=()=>{this.debug=!this.debug},this.set_selected_entity=e=>{e&&this.set_current_area_id(e.area_id),this.selected_entity=e},this.set_current_area_id=e=>{this.selected_entity=void 0,null==e?this.current_area=void 0:this.current_quest&&(this.current_area=fo.get_area(this.current_quest.episode,e))},this.new_quest=e=>{this.set_quest(Eo(e))},this.open_file=Object(T.i)(function*(e,t){try{const n=yield ci(t),i=ri(new Gt(n,Mt.Little));this.set_quest(i&&new yo(i.id,i.language,i.name,i.short_description,i.long_description,i.episode,i.map_designations,i.objects.map(e=>new bo(e.type,e.id,e.group_id,e.area_id,e.section_id,e.position,e.rotation,e.properties,e.unknown)),i.npcs.map(e=>new No(e.type,e.pso_type_id,e.npc_id,e.script_label,e.roaming,e.area_id,e.section_id,e.position,e.rotation,e.scale,e.unknown)),i.dat_unknowns,i.object_code,i.shop_items),e)}catch(e){Oo.error("Couldn't read file.",e)}}),this.open_save_dialog=()=>{this.save_dialog_filename=this.current_quest_filename?this.current_quest_filename.endsWith(".qst")?this.current_quest_filename.slice(0,-4):this.current_quest_filename:"",this.save_dialog_open=!0},this.close_save_dialog=()=>{this.save_dialog_open=!1},this.set_save_dialog_filename=e=>{this.save_dialog_filename=e},this.save_current_quest_to_file=e=>{const t=this.current_quest;if(t){const n=si({id:t.id,language:t.language,name:t.name,short_description:t.short_description,long_description:t.long_description,episode:t.episode,objects:t.objects.map(e=>({type:e.type,area_id:e.area_id,section_id:e.section_id,position:e.position,rotation:e.rotation,unknown:e.unknown,id:e.id,group_id:e.group_id,properties:e.props()})),npcs:t.npcs.map(e=>({type:e.type,area_id:e.area_id,section_id:e.section_id,position:e.position,rotation:e.rotation,scale:e.scale,unknown:e.unknown,pso_type_id:e.pso_type_id,npc_id:e.npc_id,script_label:e.script_label,roaming:e.roaming})),dat_unknowns:t.dat_unknowns,object_code:t.object_code,shop_items:t.shop_items,map_designations:t.map_designations},e);e.endsWith(".qst")||(e+=".qst");const i=document.createElement("a");i.href=URL.createObjectURL(new Blob([n],{type:"application/octet-stream"})),i.download=e,document.body.appendChild(i),i.click(),URL.revokeObjectURL(i.href),document.body.removeChild(i)}this.save_dialog_open=!1},this.push_id_edit_action=(e,t)=>{const n=Do.current_quest;n&&n.set_id(t),this.undo.push_action("Edit ID",()=>{const t=Do.current_quest;t&&t.set_id(e)},()=>{const e=Do.current_quest;e&&e.set_id(t)})},this.push_name_edit_action=(e,t)=>{const n=Do.current_quest;n&&n.set_name(t),this.undo.push_action("Edit name",()=>{const t=Do.current_quest;t&&t.set_name(e)},()=>{const e=Do.current_quest;e&&e.set_name(t)})},this.push_short_description_edit_action=(e,t)=>{const n=Do.current_quest;n&&n.set_short_description(t),this.undo.push_action("Edit short description",()=>{const t=Do.current_quest;t&&t.set_short_description(e)},()=>{const e=Do.current_quest;e&&e.set_short_description(t)})},this.push_long_description_edit_action=(e,t)=>{const n=Do.current_quest;n&&n.set_long_description(t),this.undo.push_action("Edit long description",()=>{const t=Do.current_quest;t&&t.set_long_description(e)},()=>{const e=Do.current_quest;e&&e.set_long_description(t)})},this.push_entity_move_action=(e,t,n)=>{this.undo.push_action(`Move ${To(e.type).name}`,()=>{e.world_position=t,Do.set_selected_entity(e)},()=>{e.world_position=n,Do.set_selected_entity(e)})},this.set_quest=Object(T.i)(function*(e,t){if(this.current_quest_filename=t,e!==this.current_quest)if(this.undo.reset(),this.script_undo.reset(),this.selected_entity=void 0,this.current_quest=e,this.current_area=e?fo.get_area(e.episode,0):void 0,e)for(const t of e.area_variants){const n=yield fo.get_area_sections(e.episode,t.area.id,t.id);t.sections.replace(n);for(const i of e.objects.filter(e=>e.area_id===t.area.id))try{this.set_section_on_quest_entity(i,n)}catch(e){Oo.error(e)}for(const i of e.npcs.filter(e=>e.area_id===t.area.id))try{this.set_section_on_quest_entity(i,n)}catch(e){Oo.error(e)}}else Oo.error("Couldn't parse quest file.")}),this.set_section_on_quest_entity=(e,t)=>{const n=t.find(t=>t.id===e.section_id);n?e.section=n:Oo.warn(`Section ${e.section_id} not found.`)},j.on_global_keyup("quest_editor","Ctrl-Z",()=>{wi.current!==this.script_undo&&wi.undo()}),j.on_global_keyup("quest_editor","Ctrl-Shift-Z",()=>{wi.current!==this.script_undo&&wi.redo()}),j.on_global_keyup("quest_editor","Ctrl-Alt-D",this.toggle_debug)}}So([T.n],Co.prototype,"debug",void 0),So([T.n],Co.prototype,"current_quest_filename",void 0),So([T.n],Co.prototype,"current_quest",void 0),So([T.n],Co.prototype,"current_area",void 0),So([T.n],Co.prototype,"selected_entity",void 0),So([T.n],Co.prototype,"save_dialog_filename",void 0),So([T.n],Co.prototype,"save_dialog_open",void 0),So([T.d],Co.prototype,"toggle_debug",void 0),So([T.d],Co.prototype,"set_selected_entity",void 0),So([T.d],Co.prototype,"set_current_area_id",void 0),So([T.d],Co.prototype,"new_quest",void 0),So([T.d],Co.prototype,"open_save_dialog",void 0),So([T.d],Co.prototype,"close_save_dialog",void 0),So([T.d],Co.prototype,"set_save_dialog_filename",void 0),So([T.d],Co.prototype,"push_id_edit_action",void 0),So([T.d],Co.prototype,"push_name_edit_action",void 0),So([T.d],Co.prototype,"push_short_description_edit_action",void 0),So([T.d],Co.prototype,"push_long_description_edit_action",void 0),So([T.d],Co.prototype,"push_entity_move_action",void 0),So([T.d],Co.prototype,"set_quest",void 0);const Do=new Co;var Po=n("wsa1"),Fo=n("NUmZ"),Wo=n.n(Fo);const Lo=new DataView(new ArrayBuffer(4));function Uo(e,t,n){const i=[];for(let r=0;r=0;a--)(o=e[a])&&(s=(r<3?o(s):r>3?o(t,n,s):o(t,n))||s);return r>3&&s&&Object.defineProperty(t,n,s),s};class Io{constructor(){this.warnings=[],this.errors=[],this.worker=new Wo.a,this.process_worker_message=e=>{const t=e.data;"new_object_code_output"===t.type&&this.quest&&(this.quest.object_code.splice(0,this.quest.object_code.length,...t.object_code),this.quest.set_map_designations(t.map_designations),this.warnings=t.warnings,this.errors=t.errors)},this.worker.onmessage=this.process_worker_message}disassemble(e){this.quest=e;const t=function(e,t=!1){const n=[],i=[];let o;for(const r of e){let e;switch(r.type){case pn.Instructions:e=".code";break;case pn.Data:e=".data";break;case pn.String:e=".string"}o!==r.type&&(o=r.type,n.length&&n.push(""),n.push(e,""));for(const e of r.labels)n.push(`${e}:`);if(r.type===pn.Data){const e=new Uint8Array(r.data);let t=" ";for(let i=0;i4&&n.push(t)}else if(r.type===pn.String)n.push(" "+JSON.stringify(r.value));else for(const e of r.instructions)if(t||e.opcode.stack!==an.Push){let o=[];e.opcode.stack===an.Pop?t||(o=Uo(e.opcode.params,i.splice(Math.max(0,i.length-e.opcode.params.length),e.opcode.params.length),!0)):o=Uo(e.opcode.params,e.args,!1),n.push(" "+e.opcode.mnemonic+(o.length?" "+o.join(", "):""))}else i.push(...e.args)}return n.length&&n.push(""),n}(e.object_code),n={type:"new_assembly_input",assembly:t};return this.worker.postMessage(n),t}update_assembly(e){const t={type:"assembly_change_input",changes:e};this.worker.postMessage(t)}dispose(){this.worker.terminate()}}Mo([T.n],Io.prototype,"warnings",void 0),Mo([T.n],Io.prototype,"errors",void 0),Mo([T.d],Io.prototype,"process_worker_message",void 0);var Bo=n("odCR"),Ao=n.n(Bo);const xo=ln.filter(e=>null!=e).map(e=>({label:e.mnemonic,kind:Po.languages.CompletionItemKind.Function,insertText:e.mnemonic})),jo=[{label:".code",kind:Po.languages.CompletionItemKind.Keyword,insertText:"code"},{label:".data",kind:Po.languages.CompletionItemKind.Keyword,insertText:"data"},{label:".string",kind:Po.languages.CompletionItemKind.Keyword,insertText:"string"}];Po.languages.register({id:"psoasm"}),Po.languages.setMonarchTokensProvider("psoasm",{defaultToken:"invalid",tokenizer:{root:[[/"([^"\\]|\\.)*$/,"string.invalid"],[/"/,{token:"string.quote",bracket:"@open",next:"@string"}],[/r\d+/,"predefined"],[/[^\s]+:/,"tag"],[/0x[0-9a-fA-F]+/,"number.hex"],[/-?\d+(\.\d+)?(e-?\d+)?/,"number.float"],[/-?[0-9]+/,"number"],[/\.[^\s]+/,"keyword"],[/[a-z][a-z0-9_=<>!]*/,"identifier"],[/[ \t\r\n]+/,"white"],[/\/\/.*$/,"comment"],[/,/,"delimiter"]],string:[[/[^\\"]+/,"string"],[/\\(?:[n\\"])/,"string.escape"],[/\\./,"string.escape.invalid"],[/"/,{token:"string.quote",bracket:"@close",next:"@pop"}]]}}),Po.languages.registerCompletionItemProvider("psoasm",{provideCompletionItems:(e,t)=>{const n=e.getValueInRange({startLineNumber:t.lineNumber,endLineNumber:t.lineNumber,startColumn:1,endColumn:t.column});return{suggestions:/^\s*([a-z][a-z0-9_=<>!]*)?$/.test(n)?xo:/^\s*\.[a-z]+$/.test(n)?jo:[],incomplete:!1}}}),Po.languages.setLanguageConfiguration("psoasm",{indentationRules:{increaseIndentPattern:/^\s*\d+:/,decreaseIndentPattern:/^\s*(\d+|\.)/},autoClosingPairs:[{open:'"',close:'"'}],surroundingPairs:[{open:'"',close:'"'}],comments:{lineComment:"//"}}),Po.editor.defineTheme("phantasmal-world",{base:"vs-dark",inherit:!0,rules:[{token:"",foreground:"e0e0e0",background:"#181818"},{token:"tag",foreground:"99bbff"},{token:"keyword",foreground:"d0a0ff",fontStyle:"bold"},{token:"predefined",foreground:"bbffbb"},{token:"number",foreground:"ffffaa"},{token:"number.hex",foreground:"ffffaa"},{token:"string",foreground:"88ffff"},{token:"string.escape",foreground:"8888ff"}],colors:{"editor.background":"#181818","editor.lineHighlightBackground":"#202020"}});class Go extends i.Component{render(){return o.a.createElement("section",{id:"qe-ScriptEditorComponent",className:Ao.a.main},o.a.createElement(we.a,null,({width:e,height:t})=>o.a.createElement(Ko,{width:e,height:t})))}}class Ko extends i.Component{constructor(){super(...arguments),this.div_ref=Object(i.createRef)(),this.disposers=[],this.update_model=()=>{const e=Do.current_quest;if(e&&this.editor&&this.assembly_analyser){const t=this.assembly_analyser.disassemble(e),n=Po.editor.createModel(t.join("\n"),"psoasm");Do.script_undo.action=new pi("Text edits",()=>{this.editor&&this.editor.trigger("undo stack","undo",void 0)},()=>{this.editor&&this.editor.trigger("redo stack","redo",void 0)});let i=n.getAlternativeVersionId(),o=i,r=i;const s=n.onDidChangeContent(e=>{const t=n.getAlternativeVersionId();tr&&(r=o)),Do.script_undo.can_undo=!0),o=t,this.assembly_analyser&&this.assembly_analyser.update_assembly(e.changes)});this.disposers.push(()=>s.dispose()),this.editor.setModel(n),this.editor.updateOptions({readOnly:!1})}else this.editor&&this.editor.updateOptions({readOnly:!0})},this.update_model_markers=()=>{if(!this.editor||!this.assembly_analyser)return;this.assembly_analyser.errors.length;const e=this.editor.getModel();e&&Po.editor.setModelMarkers(e,"psoasm",this.assembly_analyser.errors.map(e=>({severity:Po.MarkerSeverity.Error,message:e.message,startLineNumber:e.line_no,endLineNumber:e.line_no,startColumn:e.col,endColumn:e.col+e.length})))},this.dispose=()=>{if(this.editor){this.editor.dispose();const e=this.editor.getModel();e&&e.dispose(),this.editor=void 0}this.assembly_analyser&&this.assembly_analyser.dispose()}}render(){return o.a.createElement("div",{ref:this.div_ref})}componentDidMount(){this.div_ref.current&&(this.editor=Po.editor.create(this.div_ref.current,{theme:"phantasmal-world",scrollBeyondLastLine:!1,autoIndent:!0,fontSize:14,wordBasedSuggestions:!1,wordWrap:"on",wrappingIndent:"indent"}),this.assembly_analyser=new Io,this.disposers.push(this.dispose,Object(T.e)(this.update_model),Object(T.e)(this.update_model_markers)))}componentWillUnmount(){for(const e of this.disposers.splice(0,this.disposers.length))e()}shouldComponentUpdate(){return!1}UNSAFE_componentWillReceiveProps(e){this.props.width===e.width&&this.props.height===e.height||!this.editor||this.editor.layout(e)}}var zo=n("sYEv"),Ho=n.n(zo);class Vo extends i.Component{render(){return o.a.createElement("div",{className:Ho.a.main},this.props.children)}}var qo=n("LWqw"),$o=n.n(qo);let Jo=class extends i.Component{render(){const e=Do.selected_entity;let t;if(e){const n=e.section?e.section.id:e.section_id;t=o.a.createElement("table",{className:$o.a.table},o.a.createElement("tbody",null,o.a.createElement("tr",null,o.a.createElement("th",null,e instanceof No?"NPC":"Object",":"),o.a.createElement("td",null,To(e.type).name)),o.a.createElement("tr",null,o.a.createElement("th",null,"Section:"),o.a.createElement("td",null,n)),o.a.createElement("tr",null,o.a.createElement("th",{colSpan:2},"Section position:")),o.a.createElement(Yo,{entity:e,position_type:"position",coord:"x"}),o.a.createElement(Yo,{entity:e,position_type:"position",coord:"y"}),o.a.createElement(Yo,{entity:e,position_type:"position",coord:"z"}),o.a.createElement("tr",null,o.a.createElement("th",{colSpan:2},"World position:")),o.a.createElement(Yo,{entity:e,position_type:"world_position",coord:"x"}),o.a.createElement(Yo,{entity:e,position_type:"world_position",coord:"y"}),o.a.createElement(Yo,{entity:e,position_type:"world_position",coord:"z"})))}else t=o.a.createElement(Vo,null,"No entity selected.");return o.a.createElement("div",{className:$o.a.main,tabIndex:-1},t)}};Jo=function(e,t,n,i){var o,r=arguments.length,s=r<3?t:null===i?i=Object.getOwnPropertyDescriptor(t,n):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(e,t,n,i);else for(var a=e.length-1;a>=0;a--)(o=e[a])&&(s=(r<3?o(s):r>3?o(t,n,s):o(t,n))||s);return r>3&&s&&Object.defineProperty(t,n,s),s}([p.a],Jo);class Yo extends i.PureComponent{render(){return o.a.createElement("tr",null,o.a.createElement("th",{className:$o.a.coord_label},this.props.coord.toUpperCase(),":"),o.a.createElement("td",null,o.a.createElement(Zo,Object.assign({},this.props))))}}class Zo extends i.Component{constructor(){super(...arguments),this.state={value:0,initial_position:new At(0,0,0)},this.focus=()=>{this.setState({initial_position:this.props.entity.world_position})},this.blur=()=>{this.state.initial_position.equals(this.props.entity.world_position)||Do.push_entity_move_action(this.props.entity,this.state.initial_position,this.props.entity.world_position)},this.changed=e=>{if(null!=e){const t=this.props.entity,n=this.props.position_type,i=t[n].clone();i[this.props.coord]=e,t[n]=i}}}componentDidMount(){this.start_observing()}componentWillUnmount(){this.disposer&&this.disposer()}componentDidUpdate(e){this.props.entity!==e.entity&&this.start_observing()}render(){return o.a.createElement(E.a,{value:this.state.value,size:"small",precision:3,className:$o.a.coord,onFocus:this.focus,onBlur:this.blur,onChange:this.changed})}start_observing(){var e;this.disposer&&this.disposer(),this.disposer=Object(T.e)(()=>{this.setState({value:this.props.entity[this.props.position_type][this.props.coord]})},{name:`${e=this.props.entity.type,Ee[e]||Yn[e]}.${this.props.position_type}.${this.props.coord} changed`,delay:50})}}var Xo=n("mN4V"),Qo=n.n(Xo),er=n("dA25"),tr=n.n(er);class nr extends i.Component{render(){return i.createElement(E.a,{value:this.props.value,min:this.props.min,max:this.props.max,onChange:this.props.on_change,onBlur:this.props.on_blur,size:"small"})}}var ir=n("5rEg");class or extends i.Component{render(){return i.createElement(ir.a,{value:this.props.value,maxLength:this.props.max_length,onChange:this.props.on_change,onBlur:this.props.on_blur,size:"small"})}}class rr extends i.Component{render(){return i.createElement(ir.a.TextArea,{value:this.props.value,maxLength:this.props.max_length,rows:this.props.rows,onChange:this.props.on_change,onBlur:this.props.on_blur})}}let sr=class extends i.Component{render(){const e=Do.current_quest;let t;if(e){const n=e.episode===Re.IV?"IV":e.episode===Re.II?"II":"I";t=o.a.createElement("table",null,o.a.createElement("tbody",null,o.a.createElement("tr",null,o.a.createElement("th",null,"Episode:"),o.a.createElement("td",null,n)),o.a.createElement("tr",null,o.a.createElement("th",null,"ID:"),o.a.createElement("td",null,o.a.createElement(nr,{value:e.id,min:0,max:4294967295,on_change:this.id_changed}))),o.a.createElement("tr",null,o.a.createElement("th",null,"Name:"),o.a.createElement("td",null,o.a.createElement(or,{value:e.name,max_length:32,on_change:this.name_changed}))),o.a.createElement("tr",null,o.a.createElement("th",{colSpan:2},"Short description:")),o.a.createElement("tr",null,o.a.createElement("td",{colSpan:2},o.a.createElement(rr,{value:e.short_description,max_length:128,rows:3,on_change:this.short_description_changed}))),o.a.createElement("tr",null,o.a.createElement("th",{colSpan:2},"Long description:")),o.a.createElement("tr",null,o.a.createElement("td",{colSpan:2},o.a.createElement(rr,{value:e.long_description,max_length:288,rows:5,on_change:this.long_description_changed})))))}else t=o.a.createElement(Vo,null,"No quest loaded.");return o.a.createElement("div",{className:tr.a.main,tabIndex:-1},t)}id_changed(e){const t=Do.current_quest;t&&null!=e&&Do.push_id_edit_action(t.id,e)}name_changed(e){const t=Do.current_quest;t&&Do.push_name_edit_action(t.name,e.currentTarget.value)}short_description_changed(e){const t=Do.current_quest;t&&Do.push_short_description_edit_action(t.short_description,e.currentTarget.value)}long_description_changed(e){const t=Do.current_quest;t&&Do.push_long_description_edit_action(t.long_description,e.currentTarget.value)}};sr=function(e,t,n,i){var o,r=arguments.length,s=r<3?t:null===i?i=Object.getOwnPropertyDescriptor(t,n):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(e,t,n,i);else for(var a=e.length-1;a>=0;a--)(o=e[a])&&(s=(r<3?o(s):r>3?o(t,n,s):o(t,n))||s);return r>3&&s&&Object.defineProperty(t,n,s),s}([p.a],sr);const ar=new Ai.MeshLambertMaterial({color:65280,side:Ai.DoubleSide}),dr=new Ai.MeshLambertMaterial({color:16711935,side:Ai.DoubleSide}),lr=new Ai.MeshLambertMaterial({skinning:!0,color:16711935,side:Ai.DoubleSide});function ur(e,t,n=dr){return cr(e,t,n,Ai.Mesh)}function cr(e,t,n,i){const{created_by_geometry_builder:o,normalized_material_indices:r,bones:s}=e.userData;let a;if(Array.isArray(t))if(o){a=[ar];for(const[e,i]of r.entries())i>0&&(a[i]=t[e]||n)}else a=t;else a=t||n;const d=new i(e,a);return o&&s.length&&d instanceof Ai.SkinnedMesh&&(d.add(s[0]),d.bind(new Ai.Skeleton(s))),d}var _r;!function(e){e[e.Normal=0]="Normal",e[e.Hovered=1]="Hovered",e[e.Selected=2]="Selected"}(_r||(_r={}));const pr=[];pr[_r.Normal]=16776960,pr[_r.Hovered]=16768831,pr[_r.Selected]=16755200;const vr=[];function wr(e,t,n){return fr(e,t,n,pr[_r.Normal],Yn[e.type])}function hr(e,t,n){return fr(e,t,n,vr[_r.Normal],Ee[e.type])}function fr(e,t,n,i,o){const r=new Ai.MeshLambertMaterial({color:i,side:Ai.DoubleSide}),s=ur(t,n.length?n.map(e=>new Ai.MeshLambertMaterial({map:e,side:Ai.DoubleSide,alphaTest:.5})):r,r);s.name=o,s.userData.entity=e;const{x:a,y:d,z:l}=e.world_position;s.position.set(a,d,l);const u=e.rotation;return s.rotation.set(u.x,u.y,u.z),s}vr[_r.Normal]=16711680,vr[_r.Hovered]=16727903,vr[_r.Selected]=16711764;const mr=new Ai.Vector3(0,-1,0);class gr{constructor(e){this.renderer=e,this.raycaster=new Ai.Raycaster,this.last_pointer_position=new Ai.Vector2(0,0),this.moved_since_last_mouse_down=!1,this.try_highlight_selected=()=>{const e=Do.selected_entity,t=this.renderer.get_entity_mesh(e);t&&this.select({entity:e,mesh:t})},this.on_mouse_down=e=>{this.process_event(e),this.stop_transforming();const t=this.pick_entity(this.renderer.pointer_pos_to_device_coords(e));t?(this.renderer.controls.enabled=!1,this.pick=t,this.select(t)):(this.renderer.controls.enabled=!0,this.pick=void 0),this.renderer.schedule_render()},this.on_mouse_up=e=>{this.process_event(e),this.moved_since_last_mouse_down||this.pick||this.deselect(),this.stop_transforming(),this.renderer.controls.enabled=!0,this.renderer.schedule_render()},this.on_mouse_move=e=>{this.process_event(e);const t=this.renderer.pointer_pos_to_device_coords(e);if(this.selected&&this.pick)this.moved_since_last_mouse_down&&(1===e.buttons&&(e.shiftKey?this.translate_vertically(this.selected,this.pick,t):this.translate_horizontally(this.selected,this.pick,t)),this.renderer.schedule_render());else{const e=this.pick_entity(t);this.mark_hovered(e)&&this.renderer.schedule_render()}},this.stop_transforming=()=>{if(this.moved_since_last_mouse_down&&this.selected&&this.pick){const e=this.selected.entity;Do.push_entity_move_action(e,this.pick.initial_position,e.world_position)}this.pick=void 0},Object(T.e)(()=>{const e=Do.selected_entity;this.selected&&this.selected.entity===e||(this.stop_transforming(),e?this.try_highlight_selected():this.deselect())})}process_event(e){"mousedown"===e.type?this.moved_since_last_mouse_down=!1:e.offsetX===this.last_pointer_position.x&&e.offsetY===this.last_pointer_position.y||(this.moved_since_last_mouse_down=!0),this.last_pointer_position.set(e.offsetX,e.offsetY)}mark_hovered(e){let t=!1;return this.selected&&kr(e,this.selected)||(kr(e,this.hovered)||(this.hovered&&(yr(this.hovered,_r.Normal),this.hovered=void 0),e&&yr(e,_r.Hovered),t=!0),this.hovered=e),t}select(e){kr(e,this.hovered)&&(this.hovered=void 0),kr(e,this.selected)?this.selected=e:(this.selected&&yr(this.selected,_r.Normal),yr(e,_r.Selected),this.selected=e,Do.set_selected_entity(e.entity))}deselect(){this.selected&&yr(this.selected,_r.Normal),this.selected=void 0,Do.set_selected_entity(void 0)}translate_vertically(e,t,n){this.raycaster.setFromCamera(n,this.renderer.camera);const i=this.raycaster.ray,o=this.renderer.camera.getWorldDirection(new Ai.Vector3).negate(),r=(new Ai.Plane).setFromNormalAndCoplanarPoint(new Ai.Vector3(o.x,0,o.z).normalize(),e.mesh.position.sub(t.grab_offset)),s=new Ai.Vector3;if(i.intersectPlane(r,s)){const n=s.y+t.grab_offset.y,i=n-e.entity.world_position.y;t.drag_y+=i,t.drag_adjust.y-=i,e.entity.world_position=new At(e.entity.world_position.x,n,e.entity.world_position.z)}}translate_horizontally(e,t,n){const{intersection:i,section:o}=this.pick_terrain(n,t);if(i)e.entity.set_world_position_and_section(new At(i.point.x,i.point.y+t.drag_y,i.point.z),o);else{this.raycaster.setFromCamera(n,this.renderer.camera);const i=this.raycaster.ray,o=new Ai.Plane(new Ai.Vector3(0,1,0),-e.entity.world_position.y+t.grab_offset.y),r=new Ai.Vector3;i.intersectPlane(o,r)&&(e.entity.world_position=new At(r.x+t.grab_offset.x,e.entity.world_position.y,r.z+t.grab_offset.z))}}pick_entity(e){this.raycaster.setFromCamera(e,this.renderer.camera);const[t]=this.raycaster.intersectObjects(this.renderer.entity_models.children);if(!t)return;const n=t.object.userData.entity,i=t.object.position.clone().sub(t.point),o=i.clone();let r=0;this.raycaster.set(t.object.position,mr);const[s]=this.raycaster.intersectObjects(this.renderer.collision_geometry.children,!0);return s&&(o.y-=s.distance,r+=s.distance),{mesh:t.object,entity:n,initial_position:n.world_position,grab_offset:i,drag_adjust:o,drag_y:r}}pick_terrain(e,t){this.raycaster.setFromCamera(e,this.renderer.camera),this.raycaster.ray.origin.add(t.drag_adjust);const n=this.raycaster.intersectObjects(this.renderer.collision_geometry.children,!0);for(const e of n)if(e.face.normal.y>.75)return{intersection:e,section:e.object.userData.section};return{}}}function yr({entity:e,mesh:t},n){const i=e instanceof No?vr[n]:pr[n];if(t)if(Array.isArray(t.material))for(const e of t.material)n===_r.Normal&&e.map?e.color.set(16777215):e.color.set(i);else t.material.color.set(i)}function kr(e,t){return e&&t?e.entity===t.entity:e===t}const Rr=d.a.get("data_formats/parsing/ninja/texture"),br=1213027928,Nr=1414682200;function Er(e){const t=gi(e),n=t.find(e=>e.type===br),i=n&&function(e){return{texture_count:e.u16()}}(n.data),o=t.filter(e=>e.type===Nr).map(e=>(function(e){const t=e.u32(),n=e.u32(),i=e.u32(),o=e.u16(),r=e.u16(),s=e.u32();e.seek(36);const a=e.array_buffer(s);return{id:i,format:[t,n],width:o,height:r,size:s,data:a}})(e.data));return i?i.texture_count!==o.length&&Rr.warn(`Found ${o.length} textures instead of ${i.texture_count} as defined in the header.`):Rr.warn("No header found."),{textures:o}}function Tr(e){return e.textures.map(Sr)}function Sr(e){let t,n;switch(e.format[1]){case 6:t=Ai.RGBA_S3TC_DXT1_Format,n=e.width*e.height/2;break;case 7:t=Ai.RGBA_S3TC_DXT3_Format,n=e.width*e.height;break;default:throw new Error(`Format ${e.format.join(", ")} not supported.`)}const i=new Ai.CompressedTexture([{data:new Uint8Array(e.data,0,n),width:e.width,height:e.height}],e.width,e.height,t);return i.minFilter=Ai.LinearFilter,i.wrapS=Ai.MirroredRepeatWrapping,i.wrapT=Ai.MirroredRepeatWrapping,i.needsUpdate=!0,i}var Or=function(e,t,n,i){return new(n||(n=Promise))(function(o,r){function s(e){try{d(i.next(e))}catch(e){r(e)}}function a(e){try{d(i.throw(e))}catch(e){r(e)}}function d(e){e.done?o(e.value):new n(function(t){t(e.value)}).then(s,a)}d((i=i.apply(e,t||[])).next())})};const Cr=d.a.get("loading/entities"),Dr=new Ai.CylinderBufferGeometry(3,3,20);Dr.translate(0,10,0);const Pr=new Promise(e=>e(Dr)),Fr=[],Wr=new Promise(e=>e(Fr)),Lr=new no;Lr.set(Ee.Unknown,Pr);const Ur=new no;Ur.set(Ee.Unknown,Wr);const Mr=new no,Ir=new no;for(const e of[Yn.Unknown,Yn.PlayerSet,Yn.FogCollision,Yn.EventCollision,Yn.ObjRoomID,Yn.ScriptCollision,Yn.ItemLight,Yn.FogCollisionSW,Yn.MenuActivation,Yn.BoxDetectObject,Yn.SymbolChatObject,Yn.TouchPlateObject,Yn.TargetableObject,Yn.EffectObject,Yn.CountDownObject,Yn.TelepipeLocation,Yn.Pioneer2InvisibleTouchplate,Yn.TempleMapDetect,Yn.LabInvisibleObject])Mr.set(e,Pr),Ir.set(e,Wr);function Br(e){return Or(this,void 0,void 0,function*(){return Lr.get_or_set(e,()=>Or(this,void 0,void 0,function*(){try{const{url:t,data:n}=yield Gr(e,zr.Geometry),i=new Gt(n,Mt.Little),o=t.endsWith(".nj")?Wi(i):Li(i);return o.length?$i(o[0]):(Cr.warn(`Couldn't parse ${t} for ${Ee[e]}.`),Dr)}catch(t){return Cr.warn(`Couldn't load geometry file for ${Ee[e]}.`,t),Dr}}))})}function Ar(e){return Or(this,void 0,void 0,function*(){return Ur.get_or_set(e,()=>Or(this,void 0,void 0,function*(){try{const{data:t}=yield Gr(e,zr.Texture);return Tr(Er(new Gt(t,Mt.Little)))}catch(t){return Cr.warn(`Couldn't load texture file for ${Ee[e]}.`,t),Fr}}))})}function xr(e){return Or(this,void 0,void 0,function*(){return Mr.get_or_set(e,()=>Or(this,void 0,void 0,function*(){try{const{url:t,data:n}=yield Kr(e,zr.Geometry),i=new Gt(n,Mt.Little),o=t.endsWith(".nj")?Wi(i):Li(i);return o.length?$i(o[0]):(Cr.warn(`Couldn't parse ${t} for ${Yn[e]}.`),Dr)}catch(t){return Cr.warn(`Couldn't load geometry file for ${Yn[e]}.`,t),Dr}}))})}function jr(e){return Or(this,void 0,void 0,function*(){return Ir.get_or_set(e,()=>Or(this,void 0,void 0,function*(){try{const{data:t}=yield Kr(e,zr.Texture);return Tr(Er(new Gt(t,Mt.Little)))}catch(t){return Cr.warn(`Couldn't load texture file for ${Yn[e]}.`,t),Fr}}))})}function Gr(e,t){return Or(this,void 0,void 0,function*(){const n=function e(t,n){switch(t){case Ee.Dubswitch:return`/npcs/${Ee[t]}.${n===zr.Geometry?"xj":"xvm"}`;case Ee.Hildebear2:return e(Ee.Hildebear,n);case Ee.Hildeblue2:return e(Ee.Hildeblue,n);case Ee.RagRappy2:return e(Ee.RagRappy,n);case Ee.Monest2:return e(Ee.Monest,n);case Ee.PoisonLily2:return e(Ee.PoisonLily,n);case Ee.NarLily2:return e(Ee.NarLily,n);case Ee.GrassAssassin2:return e(Ee.GrassAssassin,n);case Ee.Dimenian2:return e(Ee.Dimenian,n);case Ee.LaDimenian2:return e(Ee.LaDimenian,n);case Ee.SoDimenian2:return e(Ee.SoDimenian,n);case Ee.DarkBelra2:return e(Ee.DarkBelra,n);case Ee.SavageWolf2:return e(Ee.SavageWolf,n);case Ee.BarbarousWolf2:return e(Ee.BarbarousWolf,n);case Ee.PanArms2:return e(Ee.PanArms,n);case Ee.Dubchic2:return e(Ee.Dubchic,n);case Ee.Gilchic2:return e(Ee.Gilchic,n);case Ee.Garanz2:return e(Ee.Garanz,n);case Ee.Dubswitch2:return e(Ee.Dubswitch,n);case Ee.Delsaber2:return e(Ee.Delsaber,n);case Ee.ChaosSorcerer2:return e(Ee.ChaosSorcerer,n);default:return`/npcs/${Ee[t]}.${n===zr.Geometry?"nj":"xvm"}`}}(e,t);return{url:n,data:yield to(n)}})}function Kr(e,t){return Or(this,void 0,void 0,function*(){const n=function(e,t){if(t!==zr.Geometry)return`/objects/${Zn(e).pso_id}.xvm`;switch(e){case Yn.EasterEgg:case Yn.ChristmasTree:case Yn.ChristmasWreath:case Yn.TwentyFirstCentury:case Yn.Sonic:case Yn.WelcomeBoard:case Yn.FloatingJelifish:case Yn.RuinsSeal:case Yn.Dolphin:case Yn.Cacti:case Yn.BigBrownRock:case Yn.PoisonPlant:case Yn.BigBlackRocks:case Yn.FallingRock:case Yn.DesertFixedTypeBoxBreakableCrystals:case Yn.BeeHive:return`/objects/${Zn(e).pso_id}.nj`;default:return`/objects/${Zn(e).pso_id}.xj`}}(e,t);return{url:n,data:yield to(n)}})}var zr;!function(e){e[e.Geometry=0]="Geometry",e[e.Texture=1]="Texture"}(zr||(zr={}));var Hr=function(e,t,n,i){return new(n||(n=Promise))(function(o,r){function s(e){try{d(i.next(e))}catch(e){r(e)}}function a(e){try{d(i.throw(e))}catch(e){r(e)}}function d(e){e.done?o(e.value):new n(function(t){t(e.value)}).then(s,a)}d((i=i.apply(e,t||[])).next())})};const Vr=d.a.get("rendering/QuestModelManager"),qr=new Ai.Vector3(0,800,700),$r=new Ai.Vector3(0,0,0),Jr=new Ai.Object3D;class Yr{constructor(e){this.renderer=e,this.entity_reaction_disposers=[]}load_models(e,t){return Hr(this,void 0,void 0,function*(){let n;if(e&&t&&(n=e.area_variants.find(e=>e.area.id===t.id)||fo.get_variant(e.episode,t.id,0)),this.quest!==e||this.area_variant!==n)if(this.quest=e,this.area=t,this.area_variant=n,this.dispose_entity_reactions(),e&&t)try{const i=e.episode,o=t.id,r=n?n.id:0,s=yield so(i,o,r),a=yield function(e,t,n){return io(this,void 0,void 0,function*(){return oo.get_or_set(`${e}-${t}-${n}`,()=>ao(e,t,n)).geometry})}(i,o,r);if(this.add_sections_to_collision_geometry(s,a),this.quest!==e||this.area_variant!==n)return;this.renderer.collision_geometry=s,this.renderer.render_geometry=a,this.renderer.reset_camera(qr,$r),this.renderer.reset_entity_models();for(const i of e.npcs)if(i.area_id===t.id){const t=yield Br(i.type),o=yield Ar(i.type);if(this.quest!==e||this.area_variant!==n)return;const r=hr(i,t,o);this.update_entity_geometry(i,r)}for(const i of e.objects)if(i.area_id===t.id){const t=yield xr(i.type),o=yield jr(i.type);if(this.quest!==e||this.area_variant!==n)return;const r=wr(i,t,o);this.update_entity_geometry(i,r)}}catch(n){Vr.error(`Couldn't load models for quest ${e.id}, ${t.name}.`,n),this.renderer.collision_geometry=Jr,this.renderer.render_geometry=Jr,this.renderer.reset_entity_models()}else this.renderer.collision_geometry=Jr,this.renderer.render_geometry=Jr,this.renderer.reset_entity_models()})}add_sections_to_collision_geometry(e,t){const n=new Ai.Raycaster,i=new Ai.Vector3,o=new Ai.Vector3(0,-1,0),r=new Ai.Vector3(0,1,0);for(const s of e.children){s.geometry.boundingBox.getCenter(i),n.set(i,o);const e=n.intersectObject(t,!0).find(e=>null!=e.object.userData.section);n.set(i,r);const a=n.intersectObject(t,!0).find(e=>null!=e.object.userData.section);let d;if(d=e&&a?e.distance<=a.distance?e:a:e||a){const e=s.userData,t=d.object.userData;e.section=t.section}}}update_entity_geometry(e,t){this.renderer.add_entity_model(t),this.entity_reaction_disposers.push(Object(T.e)(()=>{const{x:n,y:i,z:o}=e.world_position;t.position.set(n,i,o);const r=e.rotation;t.rotation.set(r.x,r.y,r.z),this.renderer.schedule_render()}))}dispose_entity_reactions(){for(const e of this.entity_reaction_disposers)e()}}var Zr=n("pVCM");Zr.a.install({THREE:Object.assign({},Ai,{MOUSE:Object.assign({},Ai.MOUSE,{LEFT:Ai.MOUSE.RIGHT,RIGHT:Ai.MOUSE.LEFT})})});class Xr{constructor(e){this._debug=!1,this.scene=new Ai.Scene,this.light_holder=new Ai.Group,this.renderer=new Ai.WebGLRenderer({antialias:!0}),this.render_scheduled=!1,this.render_stop_scheduled=!1,this.light=new Ai.HemisphereLight(16777215,5263440,1.2),this.controls_clock=new Ai.Clock,this.schedule_render=()=>{this.render_scheduled=!0},this.on_mouse_down=e=>{e.currentTarget&&e.currentTarget.focus()},this.call_render=()=>{const e=this.controls.update(this.controls_clock.getDelta()),t=this.render_scheduled||e;this.render_scheduled=!1,this.render_stop_scheduled?this.render_stop_scheduled=!1:(t&&this.render(),requestAnimationFrame(this.call_render))},this.camera=e,this.dom_element.tabIndex=0,this.dom_element.addEventListener("mousedown",this.on_mouse_down),this.dom_element.style.outline="none",this.controls=new Zr.a(e,this.renderer.domElement),this.controls.dampingFactor=1,this.controls.draggingDampingFactor=1,this.scene.background=new Ai.Color(1579032),this.light_holder.add(this.light),this.scene.add(this.light_holder),this.renderer.setPixelRatio(window.devicePixelRatio)}get debug(){return this._debug}set debug(e){this._debug=e}get dom_element(){return this.renderer.domElement}set_size(e,t){this.renderer.setSize(e,t),this.schedule_render()}pointer_pos_to_device_coords(e){const t=this.renderer.getSize(new Ai.Vector2);return t.width=e.offsetX/t.width*2-1,t.height=e.offsetY/t.height*-2+1,t}start_rendering(){requestAnimationFrame(this.call_render)}stop_rendering(){this.render_stop_scheduled=!0}reset_camera(e,t){this.controls.setLookAt(e.x,e.y,e.z,t.x,t.y,t.z)}render(){this.renderer.render(this.scene,this.camera)}}let Qr;class es extends Xr{constructor(){super(new Ai.PerspectiveCamera(60,1,10,1e4)),this._collision_geometry=new Ai.Object3D,this._render_geometry=new Ai.Object3D,this._entity_models=new Ai.Object3D,this.entity_to_mesh=new Map;const e=new Yr(this);Object(T.e)(()=>{e.load_models(Do.current_quest,Do.current_area)},{name:"call load_models"}),this.entity_controls=new gr(this),this.dom_element.addEventListener("mousedown",this.entity_controls.on_mouse_down),this.dom_element.addEventListener("mouseup",this.entity_controls.on_mouse_up),this.dom_element.addEventListener("mousemove",this.entity_controls.on_mouse_move)}get debug(){return this._debug}set debug(e){this._debug!==e&&(this._debug=e,this._render_geometry.visible=e,this.schedule_render())}get collision_geometry(){return this._collision_geometry}set collision_geometry(e){this.scene.remove(this.collision_geometry),this._collision_geometry=e,this.scene.add(e)}get render_geometry(){return this._render_geometry}set render_geometry(e){this.scene.remove(this._render_geometry),this._render_geometry=e,e.visible=this.debug,this.scene.add(e)}get entity_models(){return this._entity_models}set_size(e,t){this.camera.aspect=e/t,this.camera.updateProjectionMatrix(),super.set_size(e,t)}reset_entity_models(){this.scene.remove(this._entity_models),this._entity_models=new Ai.Group,this.scene.add(this._entity_models),this.entity_to_mesh.clear()}add_entity_model(e){const t=e.userData.entity;this._entity_models.add(e),this.entity_to_mesh.set(t,e),t===Do.selected_entity&&this.entity_controls.try_highlight_selected()}get_entity_mesh(e){return this.entity_to_mesh.get(e)}}class ts extends i.Component{constructor(){super(...arguments),this.modify_dom=e=>{e&&(this.props.renderer.set_size(this.props.width,this.props.height),e.appendChild(this.props.renderer.dom_element))}}render(){return o.a.createElement("div",{className:"RendererComponent",ref:this.modify_dom})}UNSAFE_componentWillReceiveProps(e){this.props.debug!==e.debug&&(this.props.renderer.debug=!!e.debug),this.props.width===e.width&&this.props.height===e.height||this.props.renderer.set_size(e.width,e.height)}componentDidMount(){this.props.renderer.start_rendering()}componentWillUnmount(){this.props.renderer.stop_rendering(),this.props.on_will_unmount&&this.props.on_will_unmount()}shouldComponentUpdate(){return!1}}let ns=class extends i.Component{render(){const e=Do.debug;return o.a.createElement(we.a,null,({width:t,height:n})=>o.a.createElement(ts,{renderer:(Qr||(Qr=new es),Qr),width:t,height:n,debug:e}))}};ns=function(e,t,n,i){var o,r=arguments.length,s=r<3?t:null===i?i=Object.getOwnPropertyDescriptor(t,n):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(e,t,n,i);else for(var a=e.length-1;a>=0;a--)(o=e[a])&&(s=(r<3?o(s):r>3?o(t,n,s):o(t,n))||s);return r>3&&s&&Object.defineProperty(t,n,s),s}([p.a],ns);var is=n("jsC+"),os=n("CtXQ"),rs=n("8z0m"),ss=n("kLXV"),as=n("Vl3Y"),ds=n("GNjY"),ls=n.n(ds),us=function(e,t,n,i){var o,r=arguments.length,s=r<3?t:null===i?i=Object.getOwnPropertyDescriptor(t,n):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(e,t,n,i);else for(var a=e.length-1;a>=0;a--)(o=e[a])&&(s=(r<3?o(s):r>3?o(t,n,s):o(t,n))||s);return r>3&&s&&Object.defineProperty(t,n,s),s};let cs=class extends i.Component{render(){const e=Do.current_quest;return o.a.createElement("div",{className:ls.a.main},o.a.createElement(is.a,{overlay:o.a.createElement(c.b,{onClick:this.new_quest},o.a.createElement(c.b.Item,{key:Re[Re.I]},"Episode I")),trigger:["click"]},o.a.createElement(kt.a,{icon:"file-add"},"New quest",o.a.createElement(os.a,{type:"down"}))),o.a.createElement(rs.a,{accept:".qst",showUploadList:!1,onChange:this.open_file,customRequest:()=>!1},o.a.createElement(kt.a,{icon:"file"},"Open file...")),o.a.createElement(kt.a,{icon:"save",onClick:Do.open_save_dialog,disabled:!e},"Save as..."),o.a.createElement(kt.a,{icon:"undo",onClick:this.undo,title:wi.first_undo?`Undo "${wi.first_undo.description}"`:"Nothing to undo",disabled:!wi.can_undo},"Undo"),o.a.createElement(kt.a,{icon:"redo",onClick:this.redo,title:wi.first_redo?`Redo "${wi.first_redo.description}"`:"Nothing to redo",disabled:!wi.can_redo},"Redo"),o.a.createElement(_s,null),o.a.createElement(ps,null))}new_quest({key:e}){Do.new_quest(Re[e])}open_file(e){e.file.originFileObj&&Do.open_file(e.file.name,e.file.originFileObj)}undo(){wi.undo()}redo(){wi.redo()}};cs=us([p.a],cs);let _s=class extends i.Component{render(){const e=Do.current_quest,t=e?fo.get_areas_for_episode(e.episode):[],n=Do.current_area;return o.a.createElement(_.a,{onChange:Do.set_current_area_id,value:n&&n.id,style:{width:200},disabled:!e},t.map(t=>{const n=e&&e.entities_per_area.get(t.id);return o.a.createElement(_.a.Option,{key:t.id,value:t.id},t.name,n&&` (${n})`)}))}};_s=us([p.a],_s);let ps=class extends i.Component{render(){return o.a.createElement(ss.a,{title:o.a.createElement(o.a.Fragment,null,o.a.createElement(os.a,{type:"save"})," Save as..."),visible:Do.save_dialog_open,onOk:this.ok,onCancel:this.cancel},o.a.createElement(as.a,{layout:"vertical"},o.a.createElement(as.a.Item,{label:"Name"},o.a.createElement(ir.a,{autoFocus:!0,maxLength:32,value:Do.save_dialog_filename,onChange:this.name_changed}))))}name_changed(e){Do.set_save_dialog_filename(e.currentTarget.value)}ok(){Do.save_current_quest_to_file(Do.save_dialog_filename||"untitled")}cancel(){Do.close_save_dialog()}};ps=us([p.a],ps);var vs=n("MoqK"),ws=n.n(vs);let hs=class extends i.Component{render(){const e=Do.current_quest,t=new Map;if(e)for(const n of e.npcs){const e=t.get(n.type)||0;t.set(n.type,e+1)}const n=8*(t.get(Ee.Canane)||0),i=[...t].sort((e,t)=>e[0]-t[0]).map(([e,t])=>{const i=e===Ee.Canadine?n:0;return o.a.createElement("tr",{key:e},o.a.createElement("td",null,Oe(e).name,":"),o.a.createElement("td",null,t+i))});return o.a.createElement("div",{className:ws.a.main},o.a.createElement("table",null,o.a.createElement("tbody",null,i)))}};hs=function(e,t,n,i){var o,r=arguments.length,s=r<3?t:null===i?i=Object.getOwnPropertyDescriptor(t,n):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(e,t,n,i);else for(var a=e.length-1;a>=0;a--)(o=e[a])&&(s=(r<3?o(s):r>3?o(t,n,s):o(t,n))||s);return r>3&&s&&Object.defineProperty(t,n,s),s}([p.a],hs);var fs=function(e,t,n,i){var o,r=arguments.length,s=r<3?t:null===i?i=Object.getOwnPropertyDescriptor(t,n):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(e,t,n,i);else for(var a=e.length-1;a>=0;a--)(o=e[a])&&(s=(r<3?o(s):r>3?o(t,n,s):o(t,n))||s);return r>3&&s&&Object.defineProperty(t,n,s),s},ms=function(e,t,n,i){return new(n||(n=Promise))(function(o,r){function s(e){try{d(i.next(e))}catch(e){r(e)}}function a(e){try{d(i.throw(e))}catch(e){r(e)}}function d(e){e.done?o(e.value):new n(function(t){t(e.value)}).then(s,a)}d((i=i.apply(e,t||[])).next())})};const gs=d.a.get("ui/quest_editor/QuestEditorComponent"),ys=new Map([[sr,"quest_info"],[hs,"npc_counts"],[ns,"quest_renderer"],[Go,"assembly_editor"],[Jo,"entity_info"]]),ks={settings:{showPopoutIcon:!1},dimensions:{headerHeight:28},labels:{close:"Close",maximise:"Maximise",minimise:"Minimise",popout:"Open in new window"}},Rs=[{type:"row",content:[{type:"stack",width:3,content:[{title:"Info",type:"react-component",component:ys.get(sr),isClosable:!1},{title:"NPC Counts",type:"react-component",component:ys.get(hs),isClosable:!1}]},{type:"stack",width:9,content:[{title:"3D View",type:"react-component",component:ys.get(ns),isClosable:!1},{title:"Script",type:"react-component",component:ys.get(Go),isClosable:!1}]},{title:"Entity",type:"react-component",component:ys.get(Jo),isClosable:!1,width:2}]}];let bs=class extends i.Component{constructor(){super(...arguments),this.layout_element=Object(i.createRef)(),this.focus=e=>{const t=document.getElementById("qe-ScriptEditorComponent");t&&t.compareDocumentPosition(e.target)&Node.DOCUMENT_POSITION_CONTAINED_BY?Do.script_undo.make_current():Do.undo.make_current()},this.resize=()=>{this.layout&&this.layout.updateSize()}}componentDidMount(){Do.undo.make_current(),window.addEventListener("resize",this.resize),setTimeout(()=>ms(this,void 0,void 0,function*(){if(this.layout_element.current&&!this.layout){const e=yield Ut.load_layout_config([...ys.values()],Rs),t=Object.assign({},ks,{content:e});try{this.layout=new Ft.a(t,this.layout_element.current)}catch(e){gs.warn("Couldn't initialize golden layout with persisted layout.",e),this.layout=new Ft.a(Object.assign({},ks,{content:Rs}),this.layout_element.current)}for(const[e,t]of ys)this.layout.registerComponent(t,e);this.layout.on("stateChanged",()=>{this.layout&&Ut.persist_layout_config(this.layout.toConfig().content)}),this.layout.on("stackCreated",e=>{e.on("activeContentItemChanged",e=>{"component"in e.config&&(e.config.component===ys.get(Go)?Do.script_undo.make_current():Do.undo.make_current())})}),this.layout.init()}}),0)}componentWillUnmount(){Do.undo.ensure_not_current(),window.removeEventListener("resize",this.resize),this.layout&&(this.layout.destroy(),this.layout=void 0)}render(){return o.a.createElement("div",{className:Qo.a.main},o.a.createElement(cs,null),o.a.createElement("div",{className:Qo.a.content,onFocus:this.focus,ref:this.layout_element}))}};bs=fs([p.a],bs);var Ns=n("Sdc0");const Es=1296321870;var Ts,Ss;function Os(e,t){return e.u32()===Es?function(e,t){const n=e.u32();return Cs(e.take(n),t)}(e,t):(e.seek_start(0),function(e,t){e.seek_end(16);const n=e.u32();e.seek_start(n);const i=e.u32();return e.seek_start(i),function(e,t){e.seek(4);const n=e.u32();return e.seek_start(n),Cs(e,t)}(e,t)}(e,t))}function Cs(e,t){let n=e.u32();const i=e.u32(),o=e.u16(),r=e.u16(),s=(192&r)>>6,a=15&r,d=[];for(let r=0;r=n)return e.seek_start(o),Fs(e,t);r=s}return i}function Fs(e,t){const n=[];for(let i=0;i{const r=e.get_bone(o);r&&t.tracks.forEach(({type:e,keyframes:t})=>{const s=[],a=[];for(const n of t)if(s.push(n.frame/Us),e===Ss.Rotation){const e=r.evaluation_flags.zxy_rotation_order?"ZXY":"ZYX",t=(new Ai.Quaternion).setFromEuler(new Ai.Euler(n.value.x,n.value.y,n.value.z,e));a.push(t.x,t.y,t.z,t.w)}else a.push(n.value.x,n.value.y,n.value.z);if(e===Ss.Rotation)i.push(new Ai.QuaternionKeyframeTrack(`.bones[${o}].quaternion`,s,a,n));else{const t=e===Ss.Position?`.bones[${o}].position`:`.bones[${o}].scale`;i.push(new Ai.VectorKeyframeTrack(t,s,a,n))}})}),new Ai.AnimationClip("Animation",(t.frame_count-1)/Us,i).optimize()}class Is{constructor(e,t,n,i){this.name=e,this.head_style_count=t,this.hair_styles_count=n,this.hair_styles_with_accessory=i}}class Bs{constructor(e,t){this.id=e,this.name=t}}var As=function(e,t,n,i){var o,r=arguments.length,s=r<3?t:null===i?i=Object.getOwnPropertyDescriptor(t,n):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(e,t,n,i);else for(var a=e.length-1;a>=0;a--)(o=e[a])&&(s=(r<3?o(s):r>3?o(t,n,s):o(t,n))||s);return r>3&&s&&Object.defineProperty(t,n,s),s},xs=function(e,t,n,i){return new(n||(n=Promise))(function(o,r){function s(e){try{d(i.next(e))}catch(e){r(e)}}function a(e){try{d(i.throw(e))}catch(e){r(e)}}function d(e){e.done?o(e.value):new n(function(t){t(e.value)}).then(s,a)}d((i=i.apply(e,t||[])).next())})};const js=d.a.get("stores/ModelViewerStore"),Gs=new Map,Ks=new Map;class zs{constructor(){this.models=[new Is("HUmar",1,10,new Set([6])),new Is("HUnewearl",1,10,new Set),new Is("HUcast",5,0,new Set),new Is("HUcaseal",5,0,new Set),new Is("RAmar",1,10,new Set([0,1,2,3,4,5,6,7,8,9])),new Is("RAmarl",1,10,new Set([0,1,2,3,4,5,6,7,8,9])),new Is("RAcast",5,0,new Set),new Is("RAcaseal",5,0,new Set),new Is("FOmar",1,10,new Set([0,1,2,3,4,5,6,7,8,9])),new Is("FOmarl",1,10,new Set([0,1,2,3,4,5,6,7,8,9])),new Is("FOnewm",1,10,new Set([0,1,2,3,4,5,6,7,8,9])),new Is("FOnewearl",1,10,new Set([0,1,2,3,4,5,6,7,8,9]))],this.animations=new Array(572).fill(void 0).map((e,t)=>new Bs(t,`Animation ${t+1}`)),this.clock=new Ai.Clock,this.current_bone_count=0,this.animation_playing=!1,this.animation_frame_rate=Us,this.animation_frame=0,this.animation_frame_count=0,this.has_skeleton=!1,this.show_skeleton=!1,this.set_animation_frame_rate=Object(T.d)("set_animation_frame_rate",e=>{this.animation&&(this.animation.mixer.timeScale=e/Us,this.animation_frame_rate=e)}),this.set_animation_frame=Object(T.d)("set_animation_frame",e=>{if(this.animation){const t=this.animation_frame_count;e>t&&(e=1),e<1&&(e=t),this.animation.action.time=(e-1)/Us,this.animation_frame=e}}),this.load_model=e=>xs(this,void 0,void 0,function*(){const t=yield this.get_player_ninja_object(e);this.set_model(t,!0,e),this.current_bone_count=64}),this.load_animation=e=>xs(this,void 0,void 0,function*(){const t=yield this.get_nj_motion(e);this.current_model&&this.set_animation(Ms(this.current_model,t),e)}),this.load_file=e=>xs(this,void 0,void 0,function*(){try{const t=yield ci(e),n=new Gt(t,Mt.Little);if(e.name.endsWith(".nj")){const e=Wi(n)[0];this.set_model(e,!0)}else if(e.name.endsWith(".xj")){const e=Li(n)[0];this.set_model(e,!1)}else if(e.name.endsWith(".njm")){if(this.current_model){const e=Os(n,this.current_bone_count);this.set_animation(Ms(this.current_model,e))}}else if(e.name.endsWith(".xvm")){if(this.current_model){const e=Er(n);this.set_textures(Tr(e))}}else js.error(`Unknown file extension in filename "${e.name}".`)}catch(e){js.error("Couldn't read file.",e)}}),this.pause_animation=Object(T.d)("pause_animation",()=>{this.animation&&(this.animation.action.paused=!0,this.animation_playing=!1,this.clock.stop())}),this.toggle_animation_playing=Object(T.d)("toggle_animation_playing",()=>{this.animation&&(this.animation.action.paused=!this.animation.action.paused,this.animation_playing=!this.animation.action.paused,this.animation_playing?this.clock.start():this.clock.stop())}),this.update_animation_frame=Object(T.d)("update_animation_frame",()=>{if(this.animation&&this.animation_playing){const e=this.animation.action.time;this.animation_frame=Math.round(e*Us)+1}}),this.set_animation=Object(T.d)("set_animation",(e,t)=>{if(!(this.current_obj3d&&this.current_obj3d instanceof Ai.SkinnedMesh))return;let n;this.animation?(this.animation.mixer.stopAllAction(),n=this.animation.mixer):n=new Ai.AnimationMixer(this.current_obj3d),this.animation={player_animation:t,mixer:n,clip:e,action:n.clipAction(e)},this.clock.start(),this.animation.action.play(),this.animation_playing=!0,this.animation_frame_count=Math.round(Us*e.duration)+1}),this.set_model=Object(T.d)("set_model",(e,t,n)=>{this.current_obj3d&&this.animation&&(this.animation.mixer.stopAllAction(),this.animation.mixer.uncacheRoot(this.current_obj3d),this.animation=void 0),this.current_player_model=n,this.current_model=e,this.current_bone_count=e.bone_count(),this.has_skeleton=t,this.set_obj3d()}),this.set_textures=Object(T.d)("set_textures",e=>{this.set_obj3d(e)}),this.set_obj3d=e=>{if(this.current_model){let t;const n=e&&e.map(e=>new Ai.MeshLambertMaterial({skinning:this.has_skeleton,map:e,side:Ai.DoubleSide,alphaTest:.5})),i=(t=this.has_skeleton?function(e,t,n=lr){return cr(e,t,n,Ai.SkinnedMesh)}($i(this.current_model),n):ur($i(this.current_model),n)).geometry.boundingBox,o=i.max.y-i.min.y;t.translateY(-o/2-i.min.y),this.current_obj3d=t}}}add_to_bone(e,t,n){const i=e.get_bone(n);i&&(i.evaluation_flags.hidden=!1,i.evaluation_flags.break_child_trace=!1,i.children.push(t))}get_player_ninja_object(e){return xs(this,void 0,void 0,function*(){let t=Gs.get(e.name);return t||(t=this.get_all_assets(e),Gs.set(e.name,t),t)})}get_all_assets(e){return xs(this,void 0,void 0,function*(){const t=yield Ls(e.name,"Body"),n=Wi(new Gt(t,Mt.Little))[0];if(!n)throw new Error(`Couldn't parse body for player class ${e.name}.`);const i=yield Ls(e.name,"Head",0),o=Wi(new Gt(i,Mt.Little))[0];if(o&&this.add_to_bone(n,o,59),e.hair_styles_count>0){const t=yield Ls(e.name,"Hair",0),i=Wi(new Gt(t,Mt.Little))[0];if(i&&this.add_to_bone(n,i,59),e.hair_styles_with_accessory.has(0)){const t=yield Ls(e.name,"Accessory",0),i=Wi(new Gt(t,Mt.Little))[0];i&&this.add_to_bone(n,i,59)}}return n})}get_nj_motion(e){return xs(this,void 0,void 0,function*(){let t=Ks.get(e.id);return t||(t=function(e){return Ws(this,void 0,void 0,function*(){return yield to(`/player/animation/animation_${e.toString().padStart(3,"0")}.njm`)})}(e.id).then(e=>Os(new Gt(e,Mt.Little),this.current_bone_count)),Ks.set(e.id,t),t)})}}As([T.n.ref],zs.prototype,"current_player_model",void 0),As([T.n.ref],zs.prototype,"current_model",void 0),As([T.n.ref],zs.prototype,"current_bone_count",void 0),As([T.n.ref],zs.prototype,"current_obj3d",void 0),As([T.n.ref],zs.prototype,"animation",void 0),As([T.n],zs.prototype,"animation_playing",void 0),As([T.n],zs.prototype,"animation_frame_rate",void 0),As([T.n],zs.prototype,"animation_frame",void 0),As([T.n],zs.prototype,"animation_frame_count",void 0),As([T.n],zs.prototype,"show_skeleton",void 0);const Hs=new zs;let Vs;class qs extends Xr{constructor(){super(new Ai.PerspectiveCamera(75,1,1,200)),Object(T.e)(()=>{this.set_model(Hs.current_obj3d);const e=Hs.show_skeleton;this.skeleton_helper&&(this.skeleton_helper.visible=e,this.schedule_render()),Hs.animation&&this.schedule_render(),Hs.animation_playing||(Hs.animation_frame,this.schedule_render())})}set_size(e,t){this.camera.aspect=e/t,this.camera.updateProjectionMatrix(),super.set_size(e,t)}render(){Hs.animation&&(Hs.animation.mixer.update(Hs.clock.getDelta()),Hs.update_animation_frame()),this.light_holder.quaternion.copy(this.camera.quaternion),super.render(),Hs.animation&&!Hs.animation.action.paused&&this.schedule_render()}set_model(e){this.model!==e&&(this.model&&(this.scene.remove(this.model),this.scene.remove(this.skeleton_helper),this.skeleton_helper=void 0),e&&(this.scene.add(e),this.skeleton_helper=new Ai.SkeletonHelper(e),this.skeleton_helper.visible=Hs.show_skeleton,this.skeleton_helper.material.linewidth=3,this.scene.add(this.skeleton_helper),this.reset_camera(new Ai.Vector3(0,10,20),new Ai.Vector3(0,0,0))),this.model=e,this.schedule_render())}}var $s=n("G2EC"),Js=n.n($s);let Ys=class extends i.Component{render(){return o.a.createElement("section",{className:Js.a.main},o.a.createElement("ul",null,Hs.animations.map(e=>{const t=Hs.animation&&Hs.animation.player_animation&&Hs.animation.player_animation.id===e.id;return o.a.createElement("li",{key:e.id,className:t?Js.a.selected:void 0,onClick:()=>Hs.load_animation(e)},e.name)})))}};Ys=function(e,t,n,i){var o,r=arguments.length,s=r<3?t:null===i?i=Object.getOwnPropertyDescriptor(t,n):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(e,t,n,i);else for(var a=e.length-1;a>=0;a--)(o=e[a])&&(s=(r<3?o(s):r>3?o(t,n,s):o(t,n))||s);return r>3&&s&&Object.defineProperty(t,n,s),s}([p.a],Ys);var Zs=n("VXEj"),Xs=n("rxQ/"),Qs=n.n(Xs);let ea=class extends i.Component{render(){const e=Hs.current_player_model;return o.a.createElement("section",{className:Qs.a.main},o.a.createElement(Zs.a,{itemLayout:"horizontal",dataSource:Hs.models,size:"small",renderItem:t=>{const n=e===t;return o.a.createElement(Zs.a.Item,{onClick:()=>Hs.load_model(t)},o.a.createElement(Zs.a.Item.Meta,{title:o.a.createElement("span",{className:Qs.a.model+(n?` ${Qs.a.selected}`:"")},t.name)}))}}))}};ea=function(e,t,n,i){var o,r=arguments.length,s=r<3?t:null===i?i=Object.getOwnPropertyDescriptor(t,n):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(e,t,n,i);else for(var a=e.length-1;a>=0;a--)(o=e[a])&&(s=(r<3?o(s):r>3?o(t,n,s):o(t,n))||s);return r>3&&s&&Object.defineProperty(t,n,s),s}([p.a],ea);var ta=n("JGsf"),na=n.n(ta),ia=function(e,t,n,i){var o,r=arguments.length,s=r<3?t:null===i?i=Object.getOwnPropertyDescriptor(t,n):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(e,t,n,i);else for(var a=e.length-1;a>=0;a--)(o=e[a])&&(s=(r<3?o(s):r>3?o(t,n,s):o(t,n))||s);return r>3&&s&&Object.defineProperty(t,n,s),s};let oa=class extends i.Component{componentDidMount(){Hs.current_model||Hs.load_model(Hs.models[5])}render(){return o.a.createElement("div",{className:na.a.main},o.a.createElement(ra,null),o.a.createElement("div",{className:na.a.content},o.a.createElement(ea,null),o.a.createElement(Ys,null),o.a.createElement("div",{className:na.a.renderer},o.a.createElement(we.a,null,({width:e,height:t})=>o.a.createElement(ts,{renderer:(Vs||(Vs=new qs),Vs),width:e,height:t,on_will_unmount:Hs.pause_animation})))))}};oa=ia([p.a],oa);let ra=class extends i.Component{constructor(){super(...arguments),this.state={filename:void 0},this.load_file=e=>{e.file.originFileObj&&(this.setState({filename:e.file.name}),Hs.load_file(e.file.originFileObj))}}render(){return o.a.createElement("div",{className:na.a.toolbar},o.a.createElement(rs.a,{accept:".nj, .njm, .xj, .xvm",showUploadList:!1,onChange:this.load_file,customRequest:()=>!1},o.a.createElement(kt.a,{icon:"file"},this.state.filename||"Open file...")),Hs.animation&&o.a.createElement(o.a.Fragment,null,o.a.createElement(kt.a,{icon:Hs.animation_playing?"pause":"caret-right",onClick:Hs.toggle_animation_playing},Hs.animation_playing?"Pause animation":"Play animation"),o.a.createElement("div",{className:na.a.group},o.a.createElement("span",null,"Frame rate:"),o.a.createElement(E.a,{value:Hs.animation_frame_rate,onChange:e=>Hs.set_animation_frame_rate(e||0),min:1,step:1})),o.a.createElement("div",{className:na.a.group},o.a.createElement("span",null,"Frame:"),o.a.createElement(E.a,{value:Hs.animation_frame,onChange:e=>Hs.set_animation_frame(e||0),step:1}),o.a.createElement("span",null,"/ ",Hs.animation_frame_count))),o.a.createElement("div",{className:na.a.group},o.a.createElement("span",null,"Show skeleton:"),o.a.createElement(Ns.a,{checked:Hs.show_skeleton,onChange:e=>Hs.show_skeleton=e})))}};ra=ia([p.a],ra);var sa=function(e,t,n,i){var o,r=arguments.length,s=r<3?t:null===i?i=Object.getOwnPropertyDescriptor(t,n):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(e,t,n,i);else for(var a=e.length-1;a>=0;a--)(o=e[a])&&(s=(r<3?o(s):r>3?o(t,n,s):o(t,n))||s);return r>3&&s&&Object.defineProperty(t,n,s),s},aa=function(e,t,n,i){return new(n||(n=Promise))(function(o,r){function s(e){try{d(i.next(e))}catch(e){r(e)}}function a(e){try{d(i.throw(e))}catch(e){r(e)}}function d(e){e.done?o(e.value):new n(function(t){t(e.value)}).then(s,a)}d((i=i.apply(e,t||[])).next())})};const da=d.a.get("stores/TextureViewerStore");class la{constructor(){this.load_file=e=>aa(this,void 0,void 0,function*(){try{const t=yield ci(e);this.current_xvm=Er(new Gt(t,Mt.Little))}catch(e){da.error("Couldn't read file.",e)}})}}sa([T.n.ref],la.prototype,"current_xvm",void 0);const ua=new la,ca=d.a.get("rendering/TextureRenderer");let _a;class pa extends Xr{constructor(){super(new Ai.OrthographicCamera(-400,400,300,-300,1,10)),this.quad_meshes=[],this.render_textures=e=>{let t=10*(e.textures.length-1),n=0;for(const i of e.textures)t+=i.width,n=Math.max(n,i.height);let i=-Math.floor(t/2);const o=-Math.floor(n/2);for(const t of e.textures){let e;try{e=Sr(t)}catch(e){ca.warn("Couldn't convert XVM texture.",e)}const r=new Ai.Mesh(this.create_quad(i,o+Math.floor((n-t.height)/2),t.width,t.height),e?new Ai.MeshBasicMaterial({map:e,transparent:!0}):new Ai.MeshBasicMaterial({color:16711935}));this.quad_meshes.push(r),this.scene.add(r),i+=10+t.width}},this.controls.azimuthRotateSpeed=0,this.controls.polarRotateSpeed=0,Object(T.e)(()=>{this.scene.remove(...this.quad_meshes);const e=ua.current_xvm;e&&this.render_textures(e),this.reset_camera(new Ai.Vector3(0,0,5),new Ai.Vector3),this.schedule_render()})}set_size(e,t){this.camera.left=-Math.floor(e/2),this.camera.right=Math.ceil(e/2),this.camera.top=Math.floor(t/2),this.camera.bottom=-Math.ceil(t/2),this.camera.updateProjectionMatrix(),super.set_size(e,t)}create_quad(e,t,n,i){const o=new Ai.PlaneGeometry(n,i,1,1);return o.faceVertexUvs=[[[new Ai.Vector2(0,0),new Ai.Vector2(0,1),new Ai.Vector2(1,0)],[new Ai.Vector2(0,1),new Ai.Vector2(1,1),new Ai.Vector2(1,0)]]],o.translate(e+n/2,t+i/2,-5),o}}var va=n("Heoh"),wa=n.n(va);class ha extends i.Component{render(){return o.a.createElement("section",{className:wa.a.main},o.a.createElement(fa,null),o.a.createElement("div",{className:wa.a.renderer},o.a.createElement(we.a,null,({width:e,height:t})=>o.a.createElement(ts,{renderer:(_a||(_a=new pa),_a),width:e,height:t}))))}}let fa=class extends i.Component{constructor(){super(...arguments),this.state={filename:void 0},this.load_file=e=>{e.file.originFileObj&&(this.setState({filename:e.file.name}),ua.load_file(e.file.originFileObj))}}render(){return o.a.createElement("div",{className:wa.a.toolbar},o.a.createElement(rs.a,{accept:".xvm",showUploadList:!1,onChange:this.load_file,customRequest:()=>!1},o.a.createElement(kt.a,{icon:"file"},this.state.filename||"Open file...")))}};fa=function(e,t,n,i){var o,r=arguments.length,s=r<3?t:null===i?i=Object.getOwnPropertyDescriptor(t,n):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(e,t,n,i);else for(var a=e.length-1;a>=0;a--)(o=e[a])&&(s=(r<3?o(s):r>3?o(t,n,s):o(t,n))||s);return r>3&&s&&Object.defineProperty(t,n,s),s}([p.a],fa);var ma=n("758a"),ga=n.n(ma);var ya=function(e,t,n,i){var o,r=arguments.length,s=r<3?t:null===i?i=Object.getOwnPropertyDescriptor(t,n):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(e,t,n,i);else for(var a=e.length-1;a>=0;a--)(o=e[a])&&(s=(r<3?o(s):r>3?o(t,n,s):o(t,n))||s);return r>3&&s&&Object.defineProperty(t,n,s),s};const ka=de(class extends i.Component{render(){return o.a.createElement("section",{className:ga.a.main},o.a.createElement(le.a,{type:"card"},o.a.createElement(le.a.TabPane,{tab:"Models",key:"models"},o.a.createElement(oa,null)),o.a.createElement(le.a.TabPane,{tab:"Textures",key:"textures"},o.a.createElement(ha,null))))}}),Ra=de(bs),ba=de(function(){return o.a.createElement("section",{className:ce.a.main},o.a.createElement(le.a,{type:"card"},o.a.createElement(Dt,{tab:"Optimize",key:"optimize"},o.a.createElement(Ct,null)),o.a.createElement(Dt,{tab:"Methods",key:"methods"},o.a.createElement($e,null))))}),Na=de(ie);let Ea=class extends i.Component{constructor(){super(...arguments),this.menu_clicked=e=>{j.current_tool=e.key},this.keyup=e=>{j.dispatch_global_keyup(e)}}componentDidMount(){window.addEventListener("keyup",this.keyup)}componentWillUnmount(){window.removeEventListener("keyup",this.keyup)}render(){let e;switch(j.current_tool){case"viewer":e=o.a.createElement(ka,null);break;case"quest_editor":e=o.a.createElement(Ra,null);break;case"hunt_optimizer":e=o.a.createElement(ba,null);break;case"dps_calc":e=o.a.createElement(Na,null)}return o.a.createElement("div",{className:N.a.main},o.a.createElement("div",{className:N.a.navbar},o.a.createElement(c.b,{className:N.a.heading_menu,onClick:this.menu_clicked,selectedKeys:[j.current_tool],mode:"horizontal"},o.a.createElement(c.b.Item,{key:"viewer"},"Viewer",o.a.createElement("sup",{className:N.a.beta},"(Beta)")),o.a.createElement(c.b.Item,{key:"quest_editor"},"Quest Editor",o.a.createElement("sup",{className:N.a.beta},"(Beta)")),o.a.createElement(c.b.Item,{key:"hunt_optimizer"},"Hunt Optimizer")),o.a.createElement("div",{className:N.a.server_select},o.a.createElement("span",null,"Server:"),o.a.createElement(_.a,{defaultValue:m.Ephinea,style:{width:120}},o.a.createElement(_.a.Option,{value:m.Ephinea},m.Ephinea)))),o.a.createElement("div",{className:N.a.content},e))}};Ea=ya([p.a],Ea);n("Rkej"),n("FkOY"),n("R6Hk"),n("88+i"),n("UvNR"),n("k/c8");d.a.useDefaults({defaultLevel:d.a.WARN}),document.addEventListener("keydown",e=>{const t=e;t.ctrlKey&&!t.altKey&&"Z"===t.key.toUpperCase()&&t.preventDefault()}),document.addEventListener("beforeinput",e=>{const t=e;"historyUndo"!==t.inputType&&"historyRedo"!==t.inputType||e.preventDefault()});const Ta=document.createElement("div");Ta.id=u.a.phantasmal_world_root,document.body.append(Ta),s.a.render(o.a.createElement(Ea,null),Ta)},NUmZ:function(e,t,n){e.exports=function(){return new Worker(n.p+"8d4bdde37152cbc7f47b.worker.js")}},RnhZ:function(e,t,n){var i={"./af":"K/tc","./af.js":"K/tc","./ar":"jnO4","./ar-dz":"o1bE","./ar-dz.js":"o1bE","./ar-kw":"Qj4J","./ar-kw.js":"Qj4J","./ar-ly":"HP3h","./ar-ly.js":"HP3h","./ar-ma":"CoRJ","./ar-ma.js":"CoRJ","./ar-sa":"gjCT","./ar-sa.js":"gjCT","./ar-tn":"bYM6","./ar-tn.js":"bYM6","./ar.js":"jnO4","./az":"SFxW","./az.js":"SFxW","./be":"H8ED","./be.js":"H8ED","./bg":"hKrs","./bg.js":"hKrs","./bm":"p/rL","./bm.js":"p/rL","./bn":"kEOa","./bn.js":"kEOa","./bo":"0mo+","./bo.js":"0mo+","./br":"aIdf","./br.js":"aIdf","./bs":"JVSJ","./bs.js":"JVSJ","./ca":"1xZ4","./ca.js":"1xZ4","./cs":"PA2r","./cs.js":"PA2r","./cv":"A+xa","./cv.js":"A+xa","./cy":"l5ep","./cy.js":"l5ep","./da":"DxQv","./da.js":"DxQv","./de":"tGlX","./de-at":"s+uk","./de-at.js":"s+uk","./de-ch":"u3GI","./de-ch.js":"u3GI","./de.js":"tGlX","./dv":"WYrj","./dv.js":"WYrj","./el":"jUeY","./el.js":"jUeY","./en-SG":"zavE","./en-SG.js":"zavE","./en-au":"Dmvi","./en-au.js":"Dmvi","./en-ca":"OIYi","./en-ca.js":"OIYi","./en-gb":"Oaa7","./en-gb.js":"Oaa7","./en-ie":"4dOw","./en-ie.js":"4dOw","./en-il":"czMo","./en-il.js":"czMo","./en-nz":"b1Dy","./en-nz.js":"b1Dy","./eo":"Zduo","./eo.js":"Zduo","./es":"iYuL","./es-do":"CjzT","./es-do.js":"CjzT","./es-us":"Vclq","./es-us.js":"Vclq","./es.js":"iYuL","./et":"7BjC","./et.js":"7BjC","./eu":"D/JM","./eu.js":"D/JM","./fa":"jfSC","./fa.js":"jfSC","./fi":"gekB","./fi.js":"gekB","./fo":"ByF4","./fo.js":"ByF4","./fr":"nyYc","./fr-ca":"2fjn","./fr-ca.js":"2fjn","./fr-ch":"Dkky","./fr-ch.js":"Dkky","./fr.js":"nyYc","./fy":"cRix","./fy.js":"cRix","./ga":"USCx","./ga.js":"USCx","./gd":"9rRi","./gd.js":"9rRi","./gl":"iEDd","./gl.js":"iEDd","./gom-latn":"DKr+","./gom-latn.js":"DKr+","./gu":"4MV3","./gu.js":"4MV3","./he":"x6pH","./he.js":"x6pH","./hi":"3E1r","./hi.js":"3E1r","./hr":"S6ln","./hr.js":"S6ln","./hu":"WxRl","./hu.js":"WxRl","./hy-am":"1rYy","./hy-am.js":"1rYy","./id":"UDhR","./id.js":"UDhR","./is":"BVg3","./is.js":"BVg3","./it":"bpih","./it-ch":"bxKX","./it-ch.js":"bxKX","./it.js":"bpih","./ja":"B55N","./ja.js":"B55N","./jv":"tUCv","./jv.js":"tUCv","./ka":"IBtZ","./ka.js":"IBtZ","./kk":"bXm7","./kk.js":"bXm7","./km":"6B0Y","./km.js":"6B0Y","./kn":"PpIw","./kn.js":"PpIw","./ko":"Ivi+","./ko.js":"Ivi+","./ku":"JCF/","./ku.js":"JCF/","./ky":"lgnt","./ky.js":"lgnt","./lb":"RAwQ","./lb.js":"RAwQ","./lo":"sp3z","./lo.js":"sp3z","./lt":"JvlW","./lt.js":"JvlW","./lv":"uXwI","./lv.js":"uXwI","./me":"KTz0","./me.js":"KTz0","./mi":"aIsn","./mi.js":"aIsn","./mk":"aQkU","./mk.js":"aQkU","./ml":"AvvY","./ml.js":"AvvY","./mn":"lYtQ","./mn.js":"lYtQ","./mr":"Ob0Z","./mr.js":"Ob0Z","./ms":"6+QB","./ms-my":"ZAMP","./ms-my.js":"ZAMP","./ms.js":"6+QB","./mt":"G0Uy","./mt.js":"G0Uy","./my":"honF","./my.js":"honF","./nb":"bOMt","./nb.js":"bOMt","./ne":"OjkT","./ne.js":"OjkT","./nl":"+s0g","./nl-be":"2ykv","./nl-be.js":"2ykv","./nl.js":"+s0g","./nn":"uEye","./nn.js":"uEye","./pa-in":"8/+R","./pa-in.js":"8/+R","./pl":"jVdC","./pl.js":"jVdC","./pt":"8mBD","./pt-br":"0tRk","./pt-br.js":"0tRk","./pt.js":"8mBD","./ro":"lyxo","./ro.js":"lyxo","./ru":"lXzo","./ru.js":"lXzo","./sd":"Z4QM","./sd.js":"Z4QM","./se":"//9w","./se.js":"//9w","./si":"7aV9","./si.js":"7aV9","./sk":"e+ae","./sk.js":"e+ae","./sl":"gVVK","./sl.js":"gVVK","./sq":"yPMs","./sq.js":"yPMs","./sr":"zx6S","./sr-cyrl":"E+lV","./sr-cyrl.js":"E+lV","./sr.js":"zx6S","./ss":"Ur1D","./ss.js":"Ur1D","./sv":"X709","./sv.js":"X709","./sw":"dNwA","./sw.js":"dNwA","./ta":"PeUW","./ta.js":"PeUW","./te":"XLvN","./te.js":"XLvN","./tet":"V2x9","./tet.js":"V2x9","./tg":"Oxv6","./tg.js":"Oxv6","./th":"EOgW","./th.js":"EOgW","./tl-ph":"Dzi0","./tl-ph.js":"Dzi0","./tlh":"z3Vd","./tlh.js":"z3Vd","./tr":"DoHr","./tr.js":"DoHr","./tzl":"z1FC","./tzl.js":"z1FC","./tzm":"wQk9","./tzm-latn":"tT3J","./tzm-latn.js":"tT3J","./tzm.js":"wQk9","./ug-cn":"YRex","./ug-cn.js":"YRex","./uk":"raLr","./uk.js":"raLr","./ur":"UpQW","./ur.js":"UpQW","./uz":"Loxo","./uz-latn":"AQ68","./uz-latn.js":"AQ68","./uz.js":"Loxo","./vi":"KSF8","./vi.js":"KSF8","./x-pseudo":"/X5v","./x-pseudo.js":"/X5v","./yo":"fzPg","./yo.js":"fzPg","./zh-cn":"XDpg","./zh-cn.js":"XDpg","./zh-hk":"SatO","./zh-hk.js":"SatO","./zh-tw":"kOpN","./zh-tw.js":"kOpN"};function o(e){var t=r(e);return n(t)}function r(e){if(!n.o(i,e)){var t=new Error("Cannot find module '"+e+"'");throw t.code="MODULE_NOT_FOUND",t}return i[e]}o.keys=function(){return Object.keys(i)},o.resolve=r,e.exports=o,o.id="RnhZ"}},[["2YZa",2,0,3]]]); \ No newline at end of file diff --git a/style.492833bb127db423759c.js b/style.492833bb127db423759c.js new file mode 100644 index 00000000..1af01f4a --- /dev/null +++ b/style.492833bb127db423759c.js @@ -0,0 +1 @@ +(window.webpackJsonp=window.webpackJsonp||[]).push([[3],{"+BDF":function(n,o,c){},"+Mcu":function(n,o,c){},"/KYB":function(n,o,c){},"/xfa":function(n,o,c){},"4AvX":function(n,o,c){},"5sDa":function(n,o,c){},"6MRE":function(n,o,c){},"6kD0":function(n,o,c){},"8TW1":function(n,o,c){},"8UJ8":function(n,o,c){},C5oP:function(n,o,c){},CCCE:function(n,o,c){},Czz9:function(n,o,c){},IQIM:function(n,o,c){},Rbar:function(n,o,c){},Tp1L:function(n,o,c){},UrNz:function(n,o,c){},XfQH:function(n,o,c){},a0xr:function(n,o,c){},bknw:function(n,o,c){},egRq:function(n,o,c){},ku4b:function(n,o,c){},l8iQ:function(n,o,c){},m5WL:function(n,o,c){},pNch:function(n,o,c){},rY5A:function(n,o,c){},rlVZ:function(n,o,c){},vlF3:function(n,o,c){},x1yY:function(n,o,c){}}]); \ No newline at end of file diff --git a/style.6ad97c411ffa7b30492b.css b/style.6ad97c411ffa7b30492b.css new file mode 100644 index 00000000..4b43612e --- /dev/null +++ b/style.6ad97c411ffa7b30492b.css @@ -0,0 +1,752 @@ +.application_NavigationView { + box-sizing: border-box; + display: flex; + flex-direction: row; + align-items: stretch; + background-color: hsl(0, 0%, 10%); + border-bottom: solid 2px var(--bg-color); +} + +.application_NavigationView_spacer { + flex: 1; +} + +.application_NavigationView_server { + display: flex; + align-items: center; +} + +.application_NavigationView_server > * { + margin: 0 2px; +} + +.application_NavigationView_github { + display: flex; + flex-direction: row; + align-items: center; + justify-content: center; + width: 30px; + font-size: 16px; + color: var(--control-text-color); +} + +.application_NavigationView_github:hover { + color: var(--control-text-color-hover); +} + +.application_NavigationButton input { + display: none; +} + +.application_NavigationButton label { + box-sizing: border-box; + display: inline-flex; + flex-direction: row; + align-items: center; + font-size: 13px; + height: 100%; + padding: 0 20px; + color: hsl(0, 0%, 65%); +} + +.application_NavigationButton label:hover { + color: hsl(0, 0%, 85%); + background-color: hsl(0, 0%, 12%); +} + +.application_NavigationButton input:checked + label { + color: hsl(0, 0%, 85%); + background-color: var(--bg-color); +} + +.core_Label.disabled { + color: var(--text-color-disabled); +} + +.core_Select { + position: relative; + display: inline-flex; + width: 160px; +} + +.core_Select .core_Button { + flex: 1; +} + +.core_Select .core_Menu { + top: 25px; + left: 0; + min-width: 100%; +} + +.core_Button { + display: inline-flex; + flex-direction: row; + align-items: stretch; + align-content: stretch; + box-sizing: border-box; + height: 26px; + padding: 0; + border: var(--control-border); + color: var(--control-text-color); + outline: none; + font-size: 13px; + font-family: var(--font-family); + overflow: hidden; +} + +.core_Button .core_Button_inner { + flex: 1; + display: inline-flex; + flex-direction: row; + align-items: center; + box-sizing: border-box; + background-color: var(--control-bg-color); + height: 24px; + padding: 3px 5px; + border: var(--control-inner-border); + overflow: hidden; +} + +.core_Button:hover .core_Button_inner { + background-color: var(--control-bg-color-hover); + border-color: hsl(0, 0%, 40%); + color: var(--control-text-color-hover); +} + +.core_Button:active .core_Button_inner { + background-color: hsl(0, 0%, 20%); + border-color: hsl(0, 0%, 30%); + color: hsl(0, 0%, 75%); +} + +.core_Button:disabled .core_Button_inner { + background-color: hsl(0, 0%, 15%); + border-color: hsl(0, 0%, 25%); + color: hsl(0, 0%, 55%); +} + +.core_Button_inner > * { + display: inline-block; + margin: 0 3px; +} + +.core_Button_center { + flex: 1; + text-align: left; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} + +.core_Button_left, +.core_Button_right { + display: inline-flex; + align-content: center; + font-size: 11px; +} + +.core_Menu { + z-index: 1000; + position: absolute; + box-sizing: border-box; + outline: none; + border: var(--control-border); + --scrollbar-color: hsl(0, 0%, 18%); + --scrollbar-thumb-color: hsl(0, 0%, 22%); +} + +.core_Menu > .core_Menu_inner { + overflow: auto; + background-color: var(--control-bg-color); + max-height: 500px; + border: var(--control-inner-border); +} + +.core_Menu > .core_Menu_inner > * { + padding: 4px 8px; + white-space: nowrap; +} + +.core_Menu > .core_Menu_inner > .core_Menu_hovered { + background-color: var(--control-bg-color-hover); + color: var(--control-text-color-hover); +} + +.core_TabContainer_Bar { + box-sizing: border-box; + padding: 3px 3px 0 3px; + border-bottom: var(--border); +} + +.core_TabContainer_Tab { + box-sizing: border-box; + display: inline-flex; + align-items: center; + height: calc(100% + 1px); + padding: 0 10px; + border: var(--border); + margin: 0 1px -1px 1px; + background-color: hsl(0, 0%, 12%); + color: hsl(0, 0%, 75%); + font-size: 13px; +} + +.core_TabContainer_Tab:hover { + background-color: hsl(0, 0%, 18%); + color: hsl(0, 0%, 85%); +} + +.core_TabContainer_Tab.active { + background-color: var(--bg-color); + color: hsl(0, 0%, 90%); + border-bottom-color: var(--bg-color); +} + +.viewer_Model3DView_container { + display: flex; + flex-direction: row; +} + +.core_ToolBar { + box-sizing: border-box; + display: flex; + flex-direction: row; + align-items: center; + border-bottom: var(--border); +} + +.core_ToolBar > * { + margin: 2px 1px; +} + +.core_ToolBar > .core_ToolBar_group { + margin: 2px 3px; + display: flex; + flex-direction: row; + align-items: center; +} + +.core_ToolBar > .core_ToolBar_group > * { + margin: 0 2px; +} + +.core_ToolBar .core_Input { + height: 26px; +} + +.core_FileButton_input { + overflow: hidden; + clip: rect(0, 0, 0, 0); + position: absolute; + width: 1px; + height: 1px; + border: none; + padding: 0; +} + +.core_Input { + display: inline-block; + box-sizing: border-box; + height: 24px; + border: var(--input-border); +} + +.core_Input .core_Input_inner { + box-sizing: border-box; + width: 100%; + height: 100%; + padding: 0 3px; + border: var(--input-inner-border); + background-color: var(--input-bg-color); + color: var(--input-text-color); + outline: none; + font-size: 13px; +} + +.core_Input:hover { + border: var(--input-border-hover); +} + +.core_Input:focus-within { + border: var(--input-border-focus); +} + +.core_Input.disabled { + border: var(--input-border-disabled); +} + +.core_Input.disabled .core_Input_inner { + color: var(--input-text-color-disabled); + background-color: var(--input-bg-color-disabled); +} + +.core_NumberInput .core_NumberInput_inner { + padding-right: 1px; +} +.viewer_Model3DSelectListView { + box-sizing: border-box; + list-style: none; + padding: 0; + margin: 0; + overflow: auto; +} + +.viewer_Model3DSelectListView li { + padding: 4px 8px; +} + +.viewer_Model3DSelectListView li:hover { + color: hsl(0, 0%, 90%); + background-color: hsl(0, 0%, 18%); +} + +.viewer_Model3DSelectListView li.active { + color: hsl(0, 0%, 90%); + background-color: hsl(0, 0%, 21%); +} + +.core_DropDown { + position: relative; +} + +.core_DropDown .core_Menu { + top: 25px; + left: 0; + min-width: 100%; +} + +.core_TextArea { + box-sizing: border-box; + display: inline-block; + border: var(--input-border); +} + +.core_TextArea .core_TextArea_inner { + box-sizing: border-box; + vertical-align: top; + padding: 3px; + border: var(--input-inner-border); + background-color: var(--input-bg-color); + color: var(--input-text-color); + outline: none; + font-size: 13px; +} + +.core_TextArea:hover { + border: var(--input-border-hover); +} + +.core_TextArea:focus-within { + border: var(--input-border-focus); +} + +.core_TextArea.disabled { + border: var(--input-border-disabled); +} + +.core_TextArea.disabled .core_TextArea_inner { + color: var(--input-text-color-disabled); + background-color: var(--input-bg-color-disabled); +} + +.quest_editor_QuesInfoView { + box-sizing: border-box; + padding: 3px; + overflow: auto; + outline: none; +} + +.quest_editor_QuesInfoView table { + width: 100%; +} + +.quest_editor_QuesInfoView th { + text-align: left; +} + +.quest_editor_QuesInfoView .core_TextInput { + width: 100%; +} + +.quest_editor_QuesInfoView .core_TextArea { + width: 100%; +} + +.quest_editor_QuesInfoView textarea { + width: 100%; +} + +.quest_editor_DisabledView { + display: flex; + align-items: center; + justify-content: center; + width: 100%; + height: 100%; +} + +#root .lm_header { + box-sizing: border-box; + padding: 3px 0 0 0; + border-bottom: var(--border); +} + +#root .lm_tabs { + padding: 0 3px; +} + +#root .lm_tab { + cursor: default; + display: inline-flex; + align-items: center; + height: 23px; + padding: 0 10px; + border: var(--border); + margin: 0 1px -1px 1px; + background-color: hsl(0, 0%, 12%); + color: hsl(0, 0%, 75%); + font-size: 13px; +} + +#root .lm_tab:hover { + background-color: hsl(0, 0%, 18%); + color: hsl(0, 0%, 85%); +} + +#root .lm_tab.lm_active { + background-color: var(--bg-color); + color: hsl(0, 0%, 90%); + border-bottom-color: var(--bg-color); +} + +#root .lm_splitter { + box-sizing: border-box; + background-color: hsl(0, 0%, 20%); +} + +#root .lm_splitter.lm_vertical { + border-top: var(--border); + border-bottom: var(--border); +} + +#root .lm_splitter.lm_horizontal { + border-left: var(--border); + border-right: var(--border); +} + +body .lm_dropTargetIndicator { + box-sizing: border-box; + background-color: hsla(0, 0%, 100%, 0.2); +} + +.quest_editor_NpcCountsView { + box-sizing: border-box; + padding: 3px; + overflow: auto; +} + +.quest_editor_NpcCountsView table { + user-select: text; + width: 100%; + max-width: 300px; + margin: 0 auto; +} + +.quest_editor_NpcCountsView th { + cursor: text; + text-align: left; +} + +.quest_editor_NpcCountsView td { + cursor: text; +} + +.quest_editor_EntityInfoView { + outline: none; + box-sizing: border-box; + padding: 3px; + overflow: auto; +} + +.quest_editor_EntityInfoView table { + table-layout: fixed; + width: 100%; + max-width: 300px; + margin: 0 auto; +} + +.quest_editor_EntityInfoView th { + width: 80px; + text-align: left; +} + +.quest_editor_EntityInfoView td { + text-overflow: ellipsis; + white-space: nowrap; + overflow: hidden; +} + +.quest_editor_EntityInfoView th.quest_editor_EntityInfoView_coord { + padding-left: 10px; +} + +.hunt_optimizer_WantedItemsView { + display: flex; + flex-direction: column; + align-items: stretch; + padding: 0 6px; + min-width: 200px; +} + +.hunt_optimizer_WantedItemsView .hunt_optimizer_WantedItemsView_table_wrapper { + flex: 1; + width: calc(100% + 6px); + overflow: auto; + margin: 4px -3px; +} + +.hunt_optimizer_WantedItemsView .hunt_optimizer_WantedItemsView_table_wrapper table { + width: 100%; + border-collapse: collapse; +} + +.hunt_optimizer_WantedItemsView .hunt_optimizer_WantedItemsView_table_wrapper td { + padding: 1px 3px; +} + +.core_ComboBox { + box-sizing: border-box; + position: relative; +} + +.core_ComboBox_inner { + box-sizing: border-box; + display: flex; + align-items: center; +} + +.core_ComboBox_inner input { + flex: 1; + padding: 0; + border: none; + margin: 0; + color: var(--input-text-color); + background-color: transparent; + outline: none; +} + +.core_ComboBox.disabled input { + color: var(--input-text-color-disabled); +} + +.core_ComboBox .core_Menu { + top: 23px; + left: -2px; + min-width: calc(100% + 4px); +} + +.hunt_optimizer_OptimizerView { + display: flex; + align-items: stretch; + overflow: hidden; +} + +.hunt_optimizer_OptimizerView div:nth-child(2) { + flex: 1; + overflow: hidden; +} + +.core_Table { + position: relative; + display: block; + box-sizing: border-box; + overflow: auto; + background-color: var(--bg-color); + border-collapse: collapse; +} + +.core_Table tr { + display: flex; + align-items: stretch; +} + +.core_Table thead { + position: sticky; + display: inline-block; + top: 0; + z-index: 2; +} + +.core_Table thead tr { + position: sticky; + top: 0; +} + +.core_Table thead th { + display: flex; + flex-direction: column; + justify-content: center; + overflow: hidden; +} + +.core_Table th, +.core_Table td { + box-sizing: border-box; + overflow: hidden; + text-overflow: ellipsis; + padding: 3px 6px; + border-right: var(--border); + border-bottom: var(--border); + background-color: var(--bg-color); +} + +.core_Table tbody { + user-select: text; + cursor: text; +} + +.core_Table tbody th, +.core_Table tbody td { + white-space: nowrap; +} + +.core_Table tbody th, +.core_Table tfoot th { + text-align: left; +} + +.core_Table th.fixed { + position: sticky; + text-align: left; +} + +.core_Table th.input { + padding: 0; + overflow: visible; +} + +.core_Table th.input .core_DurationInput { + z-index: 0; + height: 100%; + width: 100%; + border: none; +} + +.core_Table th.input .core_DurationInput:hover, +.core_Table th.input .core_DurationInput:focus-within { + margin: -1px; + height: calc(100% + 2px); + width: calc(100% + 2px); +} + +.core_Table th.input .core_DurationInput:hover { + z-index: 4; + border: var(--input-border-hover); +} + +.core_Table th.input .core_DurationInput:focus-within { + z-index: 6; + border: var(--input-border-focus); +} + +.hunt_optimizer_OptimizationResultView { + display: flex; + flex-direction: column; +} + +.hunt_optimizer_OptimizationResultView_table { + flex: 1; + border-top: var(--border); + border-left: var(--border); +} + +.hunt_optimizer_MethodsForEpisodeView_table { + width: 100%; + height: 100%; +} + +.core_DurationInput input { + text-align: center; +} +.hunt_optimizer_HelpView p { + margin: 1em; + max-width: 600px; +} +:root { + /* Basic view variables */ + + --bg-color: hsl(0, 0%, 15%); + --text-color: hsl(0, 0%, 80%); + --text-color-disabled: hsl(0, 0%, 55%); + --font-family: Verdana, Geneva, sans-serif; + --border: solid 1px hsl(0, 0%, 25%); + + /* Scrollbars */ + + --scrollbar-color: hsl(0, 0%, 13%); + --scrollbar-thumb-color: hsl(0, 0%, 17%); + + /* Controls */ + + --control-bg-color: hsl(0, 0%, 20%); + --control-bg-color-hover: hsl(0, 0%, 25%); + --control-text-color: hsl(0, 0%, 80%); + --control-text-color-hover: hsl(0, 0%, 90%); + --control-border: solid 1px hsl(0, 0%, 10%); + + --control-inner-border: solid 1px hsl(0, 0%, 35%); + + /* Inputs */ + + --input-bg-color: hsl(0, 0%, 12%); + --input-bg-color-disabled: hsl(0, 0%, 15%); + --input-text-color: hsl(0, 0%, 75%); + --input-text-color-disabled: var(--text-color-disabled); + --input-border: solid 1px hsl(0, 0%, 25%); + --input-border-hover: solid 1px hsl(0, 0%, 30%); + --input-border-focus: solid 1px hsl(0, 0%, 40%); + --input-border-disabled: solid 1px hsl(0, 0%, 20%); + + --input-inner-border: solid 1px hsl(0, 0%, 5%); +} + +* { + scrollbar-color: var(--scrollbar-thumb-color) var(--scrollbar-color); +} + +::-webkit-scrollbar { + background-color: var(--scrollbar-color); +} + +::-webkit-scrollbar-track { + background-color: var(--scrollbar-color); +} + +::-webkit-scrollbar-thumb { + background-color: var(--scrollbar-thumb-color); +} + +::-webkit-scrollbar-corner { + background-color: var(--scrollbar-color); +} + +body { + cursor: default; + user-select: none; + overflow: hidden; + margin: 0; + font-size: 13px; + background-color: var(--bg-color); + color: var(--text-color); + font-family: var(--font-family); +} + +h2 { + font-size: 1.1em; + margin: 0.5em 0; +} + +#root *[hidden] { + display: none; +} + diff --git a/style.7904b42548b50c5207e0.css b/style.7904b42548b50c5207e0.css deleted file mode 100644 index 897e4d6d..00000000 --- a/style.7904b42548b50c5207e0.css +++ /dev/null @@ -1,607 +0,0 @@ -:root { - --background-color: hsl(0, 0%, 20%); - --foreground-color: hsl(0, 0%, 23%); - - --hover-color: hsl(198, 61%, 87%); - - --item-hover-bg: hsl(200, 30%, 30%); - - --border-color: hsl(0, 0%, 25%); - --border-color-split: hsl(0, 0%, 30%); - --input-border-color: hsl(0, 0%, 40%); - - --text-color: hsl(0, 0%, 90%); - --text-color-disabled: hsl(0, 0%, 50%); - - --scrollbar-color: hsl(0, 0%, 17%); - --scrollbar-thumb-color: hsl(0, 0%, 23%); - - --table-scrollbar-color: hsl(0, 0%, 18%); - --table-scrollbar-thumb-color: hsl(0, 0%, 22%); - --table-border-color: var(--input-border-color); - - --dock-border-color: hsl(0, 0%, 17%); - --dock-tab-color: hsl(0, 0%, 14%); - --dock-tab-active-color: var(--background-color); -} - -/* React Root Element */ - -#phantasmal_world_root--18Cbi { - position: absolute; - top: 0; - bottom: 0; - left: 0; - right: 0; -} - -* { - scrollbar-color: var(--scrollbar-thumb-color) var(--scrollbar-color); - - /* Turn off antd animations by turning all animations off. */ - animation-duration: 0s !important; - transition-duration: 0s !important; -} - -::-webkit-scrollbar { - background-color: var(--scrollbar-color); -} - -::-webkit-scrollbar-track { - background-color: var(--scrollbar-color); -} - -::-webkit-scrollbar-thumb { - background-color: var(--scrollbar-thumb-color); -} - -::-webkit-scrollbar-corner { - background-color: var(--scrollbar-color); -} - -body { - overflow: hidden; /* Necessary for golden layout. */ -} - -/* react-virtualized */ - -#phantasmal_world_root--18Cbi .ReactVirtualized__Grid { - outline: none; -} - -#phantasmal_world_root--18Cbi .ReactVirtualized__Table__headerRow { - text-transform: none; -} - -#phantasmal_world_root--18Cbi .ant-tabs-bar { - margin: 0; -} - -/* golden-layout */ - -#phantasmal_world_root--18Cbi .lm_header { - background: var(--dock-border-color); -} - -#phantasmal_world_root--18Cbi .lm_goldenlayout { - background: var(--dock-border-color); -} - -#phantasmal_world_root--18Cbi .lm_content { - background: var(--background-color); -} - -#phantasmal_world_root--18Cbi .lm_tab { - height: 26px; - line-height: 26px; - font-size: 12px; - padding: 0 16px; - margin: 2px 0 0 0; - background: var(--dock-tab-color); - box-shadow: none; -} - -#phantasmal_world_root--18Cbi .lm_tab.lm_active { - background: var(--dock-tab-active-color); -} - -#phantasmal_world_root--18Cbi .lm_controls { - top: 6px; - right: 6px; -} - -.main--RUx7h { - display: flex; - flex-direction: column; - position: absolute; - top: 0; - bottom: 0; - left: 0; - right: 0; -} - -.navbar--MyhJQ { - display: flex; - border-bottom: solid 1px var(--border-color-split); -} - -.heading_menu--1qB3p { - flex: 1; - margin-bottom: -1px !important; -} - -.server_select--1Gfga { - display: flex; - align-items: center; - margin: 0 6px; -} - -.server_select--1Gfga > span { - display: inline-block; - margin-right: 10px; -} - -.beta--1ICxw { - color: #f55656; - font-weight: bold; -} - -.content--3XwnE { - flex: 1; - display: flex; - flex-direction: column; - align-items: stretch; - overflow: hidden; -} - -.content--3XwnE > * { - flex: 1; - overflow: hidden; -} - -.main--2Ye4n.Select > .Select-control { - cursor: pointer; - background-color: var(--background-color); - color: var(--text-color); - height: 28px; - border-color: var(--input-border-color); - border-radius: 0; -} - -.main--2Ye4n.Select .Select-control .Select-value .Select-value-label { - color: white !important; -} - -.main--2Ye4n.Select .Select-placeholder, -.main--2Ye4n.Select .Select--single > .Select-control .Select-value { - line-height: 28px; -} - -.main--2Ye4n.Select .Select-input { - height: 26px; -} - -.main--2Ye4n.Select:hover > .Select-control { - border-color: var(--hover-color); -} - -.main--2Ye4n.Select.is-focused > .Select-control { - background-color: var(--background-color); - border-color: var(--hover-color); -} - -.main--2Ye4n.Select.is-focused:not(.is-open) > .Select-control { - background-color: var(--background-color); - border-color: var(--hover-color); -} - -.main--2Ye4n.Select > .Select-menu-outer { - margin-top: 0; - background-color: var(--background-color); - border-color: var(--border-color); -} - -.main--3Uvyf { - display: flex; - flex-direction: column; - align-items: center; - overflow: hidden; -} - -.main--3Uvyf > * { - margin-top: 10%; -} - -.main--3DnNL { - display: flex; - align-items: stretch; - overflow: hidden; - margin-top: 10px; -} - -.main--3DnNL > .ant-tabs { - flex: 1; - display: flex; - flex-direction: column; - align-items: stretch; -} - -.main--3DnNL > .ant-tabs > .ant-tabs-content { - flex: 1; - display: flex; - flex-direction: column; - align-items: stretch; -} - -.main--3DnNL > .ant-tabs > .ant-tabs-content > .ant-tabs-tabpane-active { - flex: 1; - display: flex; - flex-direction: column; - align-items: stretch; -} - -.main--1yTzy { - /* - position: relative; necessary to avoid background and border disappearing while antd animates - dropdowns in Chrome. No idea why this prevents it... - */ - position: relative; - border: solid 1px var(--table-border-color); - background-color: var(--foreground-color); -} - -.main--1yTzy * { - scrollbar-color: var(--table-scrollbar-thumb-color) var(--table-scrollbar-color); -} - -.main--1yTzy ::-webkit-scrollbar { - background-color: var(--table-scrollbar-color); -} - -.main--1yTzy ::-webkit-scrollbar-track { - background-color: var(--table-scrollbar-color); -} - -.main--1yTzy ::-webkit-scrollbar-thumb { - background-color: var(--table-scrollbar-thumb-color); -} - -.main--1yTzy ::-webkit-scrollbar-corner { - background-color: var(--table-scrollbar-color); -} - -.header--3oBh1 { - user-select: none; - background-color: hsl(0, 0%, 32%); - font-weight: bold; -} - -.header--3oBh1 .cell--uaFvx { - border-right: solid 1px var(--table-border-color); -} - -.header--3oBh1 .cell--uaFvx.sortable--3mezC { - cursor: pointer; -} - -.header--3oBh1 .cell--uaFvx .sort_indictator--2Fj6o { - fill: currentColor; -} - -.cell--uaFvx { - display: flex; - align-items: center; - box-sizing: border-box; - padding: 0 5px; - border-bottom: solid 1px var(--table-border-color); - border-right: solid 1px hsl(0, 0%, 29%); -} - -.cell--uaFvx.last_in_row--1wdip { - border-right: solid 1px var(--table-border-color); -} - -.cell--uaFvx.number { - justify-content: flex-end; -} - -.cell--uaFvx.footer_cell--hp1CL { - font-weight: bold; -} - -.cell--uaFvx.custom--2KZ3a { - padding: 0; -} - -.cell--uaFvx > .cell_text--1xhnS { - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; -} - -.cell--uaFvx > .ant-time-picker { - /* Cover the default borders. */ - margin: -1px; - height: calc(100% + 2px); -} - -/* Make sure the glowing border is entirely visible. */ -.cell--uaFvx > .ant-time-picker:hover { - z-index: 10; -} - -.cell--uaFvx > .ant-time-picker input { - height: 100%; -} - -.no_result--1qirM { - margin: 20px; - color: var(--text-color-disabled); -} - -.main--15NJw { - flex: 1; -} - -.timepicker--3TNt- .ant-time-picker-icon { - display: none; -} - -.main--1OWWf { - display: flex; - flex-direction: column; -} - -.table--gysaP { - flex: 1; -} - -.sid_col--67D8F { - display: inline-block; - overflow: hidden; - white-space: nowrap; - height: 20px; - margin: 0 3px; -} - -.main--lAVvc { - flex: 1; - display: flex; - align-items: stretch; - padding-top: 5px; -} - -.main--lAVvc > *:nth-child(2) { - flex: 1; - overflow: hidden; -} - -.main--3f9gE { - display: flex; - flex-direction: column; - margin: 0 10px; -} - -.top_bar--2v9To { - display: flex; -} - -.table--1dGEI { - position: relative; - flex: 1; - margin: 10px 0 0 -10px; -} - -.no_rows--2xhai { - padding: 5px 20px; - color: var(--text-color-disabled); -} - -.help--1iBxm { - max-width: 500px; -} - -.main--PMHDh { - width: 100%; - height: 100%; -} - -.main--K04cp { - color: var(--text-color-disabled); - padding: 5px 0; -} - -.main--1mDsQ { - width: 100%; - height: 100%; - padding: 2px 10px 10px 10px; - display: flex; - flex-direction: column; - overflow: auto; -} - -.table--3qQxD { - border-collapse: collapse; -} - -.table--3qQxD th:not([colspan]) { - width: 65px; -} - -.coord_label--1vPLH { - padding: 0px 5px 0px 10px; -} - -.coord--3rpxk { - width: 100px !important; -} - -.coord--3rpxk input { - text-align: right; - padding-right: 24px !important; -} - -.main--3k1eY { - display: flex; - flex-direction: column; -} - -.content--1qDGD { - flex: 1; - display: flex; - overflow: hidden; -} - -.main--3JlQO { - height: 100%; - width: 100%; - padding: 2px 10px 10px 10px; - display: flex; - flex-direction: column; - overflow: auto; -} - -.main--3JlQO table { - border-collapse: collapse; - width: 100%; -} - -.main--3JlQO textarea { - font-family: 'Courier New', Courier, monospace -} - -.main--L1MNj { - display: flex; - padding: 6px 3px; -} - -.main--L1MNj > * { - margin: 0 3px !important; -} - -.main--2oBYr { - height: 100%; - overflow: auto; -} - -.main--2oBYr > table { - margin: 5px; -} - -.main--2zgMa { - margin: 0 10px; -} - -.main--2zgMa > ul { - height: 100%; - padding: 0; - margin: 0; - overflow-y: scroll; - list-style-type: none; -} - -.main--2zgMa > ul > li { - cursor: pointer; - padding: 2px 5px; - white-space: nowrap; -} - -.main--2zgMa > ul > li.selected--Lqf5B { - color: var(--hover-color); -} - -.main--2zgMa > ul > li:hover { - color: var(--hover-color); -} - -.main--1kRpw { - margin: 0 10px; -} - -.model--3xehj { - cursor: pointer; -} - -.model--3xehj.selected--27oAW { - color: var(--hover-color); -} - -.model--3xehj:hover { - color: --hover-color; -} - -.main--2o5lv { - display: flex; - flex-direction: column; - width: 100%; - height: 100%; -} - -.toolbar--2QeFN { - display: flex; - padding: 10px 5px; - align-items: center; -} - -.toolbar--2QeFN > * { - margin: 0 5px; -} - -.toolbar--2QeFN .group--3O2de { - display: flex; - align-items: center; -} - -.toolbar--2QeFN .group--3O2de > * { - margin: 0 5px; -} - -.content--12qtr { - flex: 1; - display: flex; - overflow: hidden; -} - -.renderer--2XATY { - flex: 1; -} - -.main--1VOD0 { - display: flex; - flex-direction: column; - width: 100%; - height: 100%; -} - -.toolbar--3rwL7 { - margin: 10px; -} - -.renderer--3bGtq { - flex: 1; -} - -.main--2ZOt8 { - display: flex; - padding-top: 10px; - overflow: hidden; -} - -.main--2ZOt8 > .ant-tabs { - flex: 1; - display: flex; - flex-direction: column; - overflow: hidden; -} - -.main--2ZOt8 > .ant-tabs > .ant-tabs-content { - flex: 1; - overflow: hidden; -} - -.main--2ZOt8 > .ant-tabs > .ant-tabs-content > .ant-tabs-tabpane-active { - width: 100%; - height: 100%; - overflow: hidden; -} - diff --git a/style.f08dbbf574df24de8597.js b/style.f08dbbf574df24de8597.js deleted file mode 100644 index 03280c9a..00000000 --- a/style.f08dbbf574df24de8597.js +++ /dev/null @@ -1 +0,0 @@ -(window.webpackJsonp=window.webpackJsonp||[]).push([[3],{"1Hwk":function(n,o,e){n.exports={main:"main--3f9gE",top_bar:"top_bar--2v9To",table:"table--1dGEI",no_rows:"no_rows--2xhai",help:"help--1iBxm"}},"4D8E":function(n,o,e){n.exports={main:"main--2Ye4n"}},"5hFC":function(n,o,e){n.exports={main:"main--lAVvc"}},"758a":function(n,o,e){n.exports={main:"main--2ZOt8"}},"7Uv3":function(n,o,e){n.exports={main:"main--RUx7h",navbar:"navbar--MyhJQ",heading_menu:"heading_menu--1qB3p",server_select:"server_select--1Gfga",beta:"beta--1ICxw",content:"content--3XwnE"}},DyTH:function(n,o,e){n.exports={main:"main--3DnNL"}},FUFj:function(n,o,e){n.exports={main:"main--15NJw",timepicker:"timepicker--3TNt-"}},G2EC:function(n,o,e){n.exports={main:"main--2zgMa",selected:"selected--Lqf5B"}},GNjY:function(n,o,e){n.exports={main:"main--L1MNj"}},Gtni:function(n,o,e){n.exports={main:"main--3Uvyf"}},Heoh:function(n,o,e){n.exports={main:"main--1VOD0",toolbar:"toolbar--3rwL7",renderer:"renderer--3bGtq"}},JGsf:function(n,o,e){n.exports={main:"main--2o5lv",toolbar:"toolbar--2QeFN",group:"group--3O2de",content:"content--12qtr",renderer:"renderer--2XATY"}},LWqw:function(n,o,e){n.exports={main:"main--1mDsQ",table:"table--3qQxD",coord_label:"coord_label--1vPLH",coord:"coord--3rpxk"}},MoqK:function(n,o,e){n.exports={main:"main--2oBYr"}},O388:function(n,o,e){n.exports={phantasmal_world_root:"phantasmal_world_root--18Cbi"}},dA25:function(n,o,e){n.exports={main:"main--3JlQO"}},mN4V:function(n,o,e){n.exports={main:"main--3k1eY",content:"content--1qDGD"}},oQNU:function(n,o,e){n.exports={main:"main--1OWWf",table:"table--gysaP",sid_col:"sid_col--67D8F"}},odCR:function(n,o,e){n.exports={main:"main--PMHDh"}},"rxQ/":function(n,o,e){n.exports={main:"main--1kRpw",model:"model--3xehj",selected:"selected--27oAW"}},sYEv:function(n,o,e){n.exports={main:"main--K04cp"}},"wH/B":function(n,o,e){n.exports={main:"main--1yTzy",header:"header--3oBh1",cell:"cell--uaFvx",sortable:"sortable--3mezC",sort_indictator:"sort_indictator--2Fj6o",last_in_row:"last_in_row--1wdip",footer_cell:"footer_cell--hp1CL",custom:"custom--2KZ3a",cell_text:"cell_text--1xhnS",no_result:"no_result--1qirM"}}}]); \ No newline at end of file diff --git a/vendors.614b543ea9d3025f533f.css b/vendors.614b543ea9d3025f533f.css deleted file mode 100644 index c84913be..00000000 --- a/vendors.614b543ea9d3025f533f.css +++ /dev/null @@ -1,25839 +0,0 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ - -.monaco-editor .accessibilityHelpWidget { - padding: 10px; - vertical-align: middle; - overflow: scroll; -} -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ - -.monaco-aria-container { - position: absolute; /* try to hide from window but not from screen readers */ - left:-999em; -} -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ - -.monaco-editor .bracket-match { - box-sizing: border-box; -} - -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ - -.monaco-menu .monaco-action-bar.vertical .action-label.hover { - background-color: #EEE; -} -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ - -.monaco-editor .monaco-editor-overlaymessage { - padding-bottom: 8px; -} - -@keyframes fadeIn { - from { opacity: 0; } - to { opacity: 1; } -} -.monaco-editor .monaco-editor-overlaymessage.fadeIn { - animation: fadeIn 150ms ease-out; -} - -@keyframes fadeOut { - from { opacity: 1; } - to { opacity: 0; } -} -.monaco-editor .monaco-editor-overlaymessage.fadeOut { - animation: fadeOut 100ms ease-out; -} - -.monaco-editor .monaco-editor-overlaymessage .message { - padding: 1px 4px; -} - -.monaco-editor .monaco-editor-overlaymessage .anchor { - width: 0 !important; - height: 0 !important; - border-color: transparent; - border-style: solid; - z-index: 1000; - border-width: 8px; - position: absolute; -} - -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ - -.monaco-editor .lightbulb-glyph { - display: flex; - align-items: center; - justify-content: center; - height: 16px; - width: 20px; - padding-left: 2px; -} - -.monaco-editor .lightbulb-glyph:hover { - cursor: pointer; - /* transform: scale(1.3, 1.3); */ -} - -.monaco-editor.vs .lightbulb-glyph { - background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTYgMTYiIGhlaWdodD0iMTYiIHdpZHRoPSIxNiI+PHBhdGggZmlsbD0iI0Y2RjZGNiIgZD0iTTEzLjUgNC4yQzEzLjEgMi4xIDEwLjggMCA5LjMgMEg2LjdjLS40IDAtLjYuMi0uNi4yQzQgLjggMi41IDIuNyAyLjUgNC45YzAgLjUtLjEgMi4zIDEuNyAzLjguNS41IDEuMiAyIDEuMyAyLjR2My4zTDcuMSAxNmgybDEuNS0xLjZWMTFjLjEtLjQuOC0xLjkgMS4zLTIuMyAxLjEtLjkgMS41LTEuOSAxLjYtMi43VjQuMnoiLz48Zz48ZyBmaWxsPSIjODQ4NDg0Ij48cGF0aCBkPSJNNi41IDEyaDN2MWgtM3pNNy41IDE1aDEuMWwuOS0xaC0zeiIvPjwvZz48cGF0aCBmaWxsPSIjZmMwIiBkPSJNMTIuNiA1YzAtMi4zLTEuOC00LjEtNC4xLTQuMS0uMSAwLTEuNC4xLTEuNC4xLTIuMS4zLTMuNyAyLTMuNyA0IDAgLjEtLjIgMS42IDEuNCAzIC43LjcgMS41IDIuNCAxLjYgMi45bC4xLjFoM2wuMS0uMmMuMS0uNS45LTIuMiAxLjYtMi45IDEuNi0xLjMgMS40LTIuOCAxLjQtMi45em0tMyAxbC0uNSAzaC0uNlY2YzEuMSAwIC45LTEgLjktMUg2LjV2LjFjMCAuMi4xLjkgMSAuOXYzSDdsLS4yLS43TDYuNSA2Yy0uNyAwLS45LS40LTEtLjd2LS40YzAtLjguOS0uOS45LS45aDMuMXMxIC4xIDEgMWMwIDAgLjEgMS0uOSAxeiIvPjwvZz48cGF0aCBmaWxsPSIjRjBFRkYxIiBkPSJNMTAuNSA1YzAtLjktMS0xLTEtMUg2LjRzLS45LjEtLjkuOXYuNGMwIC4zLjMuNy45LjdsLjQgMi4zLjIuN2guNVY2Yy0xIDAtMS0uNy0xLS45VjVoM3MuMSAxLS45IDF2M2guNmwuNS0zYy45IDAgLjgtMSAuOC0xeiIvPjwvc3ZnPg==") center center no-repeat; -} - -.monaco-editor.vs .lightbulb-glyph.autofixable { - background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEzLjAwMSA0LjJDMTIuNjAxIDIuMSAxMC4zMDEgMCA4LjgwMSAwSDYuMjAxQzUuODAxIDAgNS42MDEgMC4yIDUuNjAxIDAuMkMzLjUwMSAwLjggMi4wMDEgMi43IDIuMDAxIDQuOUMyLjAwMSA1LjQgMS45MDEgNy4yIDMuNzAxIDguN0M0LjIwMSA5LjIgNC45MDEgMTAuNyA1LjAwMSAxMS4xVjE0LjRMNi42MDEgMTZIOC42MDFMMTAuMTAxIDE0LjRWMTFDMTAuMjAxIDEwLjYgMTAuOTAxIDkuMSAxMS40MDEgOC43QzEyLjUwMSA3LjggMTIuOTAxIDYuOCAxMy4wMDEgNlY0LjJaIiBmaWxsPSIjRjZGNkY2Ii8+CjxwYXRoIGQ9Ik02LjAwMDk4IDEySDkuMDAwOThWMTNINi4wMDA5OFYxMlpNNy4wMDA5OCAxNUg4LjEwMDk4TDkuMDAwOTggMTRINi4wMDA5OEw3LjAwMDk4IDE1WiIgZmlsbD0iIzg0ODQ4NCIvPgo8cGF0aCBkPSJNMTIuMTAxMSA0Ljk5OTlDMTIuMTAxMSAyLjY5OTkgMTAuMzAxMSAwLjg5OTkwMiA4LjAwMTA3IDAuODk5OTAyQzcuOTAxMDcgMC44OTk5MDIgNi42MDEwNyAwLjk5OTkwMiA2LjYwMTA3IDAuOTk5OTAyQzQuNTAxMDcgMS4yOTk5IDIuOTAxMDcgMi45OTk5IDIuOTAxMDcgNC45OTk5QzIuOTAxMDcgNS4wOTk5IDIuNzAxMDcgNi41OTk5IDQuMzAxMDcgNy45OTk5QzUuMDAxMDcgOC42OTk5IDUuODAxMDcgMTAuMzk5OSA1LjkwMTA3IDEwLjg5OTlMNi4wMDEwNyAxMC45OTk5SDkuMDAxMDdMOS4xMDEwNyAxMC43OTk5QzkuMjAxMDcgMTAuMjk5OSAxMC4wMDExIDguNTk5OSAxMC43MDExIDcuODk5OUMxMi4zMDExIDYuNTk5OSAxMi4xMDExIDUuMDk5OSAxMi4xMDExIDQuOTk5OVY0Ljk5OTlaTTkuMTAxMDcgNS45OTk5TDguNjAxMDcgOC45OTk5SDguMDAxMDdWNS45OTk5QzkuMTAxMDcgNS45OTk5IDguOTAxMDcgNC45OTk5IDguOTAxMDcgNC45OTk5SDYuMDAxMDdWNS4wOTk5QzYuMDAxMDcgNS4yOTk5IDYuMTAxMDcgNS45OTk5IDcuMDAxMDcgNS45OTk5VjguOTk5OUg2LjUwMTA3TDYuMzAxMDcgOC4yOTk5TDYuMDAxMDcgNS45OTk5QzUuMzAxMDcgNS45OTk5IDUuMTAxMDcgNS41OTk5IDUuMDAxMDcgNS4yOTk5VjQuODk5OUM1LjAwMTA3IDQuMDk5OSA1LjkwMTA3IDMuOTk5OSA1LjkwMTA3IDMuOTk5OUg5LjAwMTA3QzkuMDAxMDcgMy45OTk5IDEwLjAwMTEgNC4wOTk5IDEwLjAwMTEgNC45OTk5QzEwLjAwMTEgNC45OTk5IDEwLjEwMTEgNS45OTk5IDkuMTAxMDcgNS45OTk5WiIgZmlsbD0iI0ZGQ0MwMCIvPgo8cGF0aCBkPSJNMTAuMDAxIDVDMTAuMDAxIDQuMSA5LjAwMDk4IDQgOS4wMDA5OCA0SDUuOTAwOThDNS45MDA5OCA0IDUuMDAwOTggNC4xIDUuMDAwOTggNC45VjUuM0M1LjAwMDk4IDUuNiA1LjMwMDk4IDYgNS45MDA5OCA2TDYuMzAwOTggOC4zTDYuNTAwOTggOUg3LjAwMDk4VjZDNi4wMDA5OCA2IDYuMDAwOTggNS4zIDYuMDAwOTggNS4xVjVIOS4wMDA5OEM5LjAwMDk4IDUgOS4xMDA5OCA2IDguMTAwOTggNlY5SDguNzAwOThMOS4yMDA5OCA2QzEwLjEwMSA2IDEwLjAwMSA1IDEwLjAwMSA1WiIgZmlsbD0iI0YwRUZGMSIvPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTggMTJDOCA5Ljc3Mzg2IDkuNzczODYgOCAxMiA4QzE0LjIyNjEgOCAxNiA5Ljc3Mzg2IDE2IDEyQzE2IDE0LjIyNjEgMTQuMjI2MSAxNiAxMiAxNkM5Ljc3Mzg2IDE2IDggMTQuMjI2MSA4IDEyWiIgZmlsbD0iI0Y2RjZGNiIvPgo8cGF0aCBkPSJNMTIuMzE5MiAxMi4zMDMxTDEzLjM0OTUgMTMuMzMzNEwxMy4zMzM0IDEzLjM0OTVMMTIuMzAzMSAxMi4zMTkyTDEyIDEyLjAxNjJMMTEuNjk3IDEyLjMxOTJMMTAuNjY2NyAxMy4zNDk1TDEwLjY1MDYgMTMuMzMzNEwxMS42ODA5IDEyLjMwMzFMMTEuOTgzOSAxMkwxMS42ODA5IDExLjY5N0wxMC42NTA2IDEwLjY2NjdMMTAuNjY2NyAxMC42NTA2TDExLjY5NyAxMS42ODA5TDEyIDExLjk4MzlMMTIuMzAzMSAxMS42ODA5TDEzLjMzMzQgMTAuNjUwNkwxMy4zNDk1IDEwLjY2NjdMMTIuMzE5MiAxMS42OTdMMTIuMDE2MiAxMkwxMi4zMTkyIDEyLjMwMzFaTTEyIDguNDYwMzRDMTAuMDMgOC40NjAzNCA4LjQ2MDM0IDEwLjAzIDguNDYwMzQgMTJDOC40NjAzNCAxMy45NzAxIDEwLjAzIDE1LjUzOTcgMTIgMTUuNTM5N0MxMy45NzAxIDE1LjUzOTcgMTUuNTM5NyAxMy45NzAxIDE1LjUzOTcgMTJDMTUuNTM5NyAxMC4wMyAxMy45NzAxIDguNDYwMzQgMTIgOC40NjAzNFoiIGZpbGw9IiMwMDdBQ0MiIHN0cm9rZT0iI0Y2RjZGNiIgc3Ryb2tlLXdpZHRoPSIwLjg1NzE0MyIvPgo8cGF0aCBkPSJNMTIuNjIyNSAxMi4wMDAyTDEzLjk1NTggMTMuMzMzNkwxMy4zMzM2IDEzLjk1NThMMTIuMDAwMiAxMi42MjI1TDEwLjY2NjkgMTMuOTU1OEwxMC4wNDQ3IDEzLjMzMzZMMTEuMzc4IDEyLjAwMDJMMTAuMDQ0NyAxMC42NjY5TDEwLjY2NjkgMTAuMDQ0N0wxMi4wMDAyIDExLjM3OEwxMy4zMzM2IDEwLjA0NDdMMTMuOTU1OCAxMC42NjY5TDEyLjYyMjUgMTIuMDAwMloiIGZpbGw9IiMwMDdBQ0MiLz4KPHBhdGggZD0iTTEwLjcwNCAxNEwxMS4yMDI4IDEyLjQ3MTJMMTAgMTEuNjM5NEgxMS40NzMyTDEyIDEwTDEyLjUzNjEgMTEuNjM5NEgxNEwxMi43OTcyIDEyLjQ3MTJMMTMuMzA1NCAxNEwxMiAxMy4wMjRMMTAuNzA0IDE0WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==") center center no-repeat; -} - -.monaco-editor.vs-dark .lightbulb-glyph, -.monaco-editor.hc-black .lightbulb-glyph { - background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTYgMTYiIGhlaWdodD0iMTYiIHdpZHRoPSIxNiI+PHBhdGggZmlsbD0iIzFFMUUxRSIgZD0iTTEzLjUgNC4yQzEzLjEgMi4xIDEwLjggMCA5LjMgMEg2LjdjLS40IDAtLjYuMi0uNi4yQzQgLjggMi41IDIuNyAyLjUgNC45YzAgLjUtLjEgMi4zIDEuNyAzLjguNS41IDEuMiAyIDEuMyAyLjR2My4zTDcuMSAxNmgybDEuNS0xLjZWMTFjLjEtLjQuOC0xLjkgMS4zLTIuMyAxLjEtLjkgMS41LTEuOSAxLjYtMi43VjQuMnoiLz48Zz48ZyBmaWxsPSIjQzVDNUM1Ij48cGF0aCBkPSJNNi41IDEyaDN2MWgtM3pNNy41IDE1aDEuMWwuOS0xaC0zeiIvPjwvZz48cGF0aCBmaWxsPSIjRERCMjA0IiBkPSJNMTIuNiA1YzAtMi4zLTEuOC00LjEtNC4xLTQuMS0uMSAwLTEuNC4xLTEuNC4xLTIuMS4zLTMuNyAyLTMuNyA0IDAgLjEtLjIgMS42IDEuNCAzIC43LjcgMS41IDIuNCAxLjYgMi45bC4xLjFoM2wuMS0uMmMuMS0uNS45LTIuMiAxLjYtMi45IDEuNi0xLjMgMS40LTIuOCAxLjQtMi45em0tMyAxbC0uNSAzaC0uNlY2YzEuMSAwIC45LTEgLjktMUg2LjV2LjFjMCAuMi4xLjkgMSAuOXYzSDdsLS4yLS43TDYuNSA2Yy0uNyAwLS45LS40LTEtLjd2LS40YzAtLjguOS0uOS45LS45aDMuMXMxIC4xIDEgMWMwIDAgLjEgMS0uOSAxeiIvPjwvZz48cGF0aCBmaWxsPSIjMjUyNTI2IiBkPSJNMTAuNSA1YzAtLjktMS0xLTEtMUg2LjRzLS45LjEtLjkuOXYuNGMwIC4zLjMuNy45LjdsLjQgMi4zLjIuN2guNVY2Yy0xIDAtMS0uNy0xLS45VjVoM3MuMSAxLS45IDF2M2guNmwuNS0zYy45IDAgLjgtMSAuOC0xeiIvPjwvc3ZnPg==") center center no-repeat; -} - -.monaco-editor.vs-dark .lightbulb-glyph.autofixable, -.monaco-editor.hc-black .lightbulb-glyph.autofixable { - background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEzLjAwMSA0LjJDMTIuNjAxIDIuMSAxMC4zMDEgMCA4LjgwMSAwSDYuMjAxQzUuODAxIDAgNS42MDEgMC4yIDUuNjAxIDAuMkMzLjUwMSAwLjggMi4wMDEgMi43IDIuMDAxIDQuOUMyLjAwMSA1LjQgMS45MDEgNy4yIDMuNzAxIDguN0M0LjIwMSA5LjIgNC45MDEgMTAuNyA1LjAwMSAxMS4xVjE0LjRMNi42MDEgMTZIOC42MDFMMTAuMTAxIDE0LjRWMTFDMTAuMjAxIDEwLjYgMTAuOTAxIDkuMSAxMS40MDEgOC43QzEyLjUwMSA3LjggMTIuOTAxIDYuOCAxMy4wMDEgNlY0LjJaIiBmaWxsPSIjMUUxRTFFIi8+CjxwYXRoIGQ9Ik02LjAwMDk4IDEySDkuMDAwOThWMTNINi4wMDA5OFYxMlpNNy4wMDA5OCAxNUg4LjEwMDk4TDkuMDAwOTggMTRINi4wMDA5OEw3LjAwMDk4IDE1WiIgZmlsbD0iI0M1QzVDNSIvPgo8cGF0aCBkPSJNMTIuMTAxMSA0Ljk5OTlDMTIuMTAxMSAyLjY5OTkgMTAuMzAxMSAwLjg5OTkwMiA4LjAwMTA3IDAuODk5OTAyQzcuOTAxMDcgMC44OTk5MDIgNi42MDEwNyAwLjk5OTkwMiA2LjYwMTA3IDAuOTk5OTAyQzQuNTAxMDcgMS4yOTk5IDIuOTAxMDcgMi45OTk5IDIuOTAxMDcgNC45OTk5QzIuOTAxMDcgNS4wOTk5IDIuNzAxMDcgNi41OTk5IDQuMzAxMDcgNy45OTk5QzUuMDAxMDcgOC42OTk5IDUuODAxMDcgMTAuMzk5OSA1LjkwMTA3IDEwLjg5OTlMNi4wMDEwNyAxMC45OTk5SDkuMDAxMDdMOS4xMDEwNyAxMC43OTk5QzkuMjAxMDcgMTAuMjk5OSAxMC4wMDExIDguNTk5OSAxMC43MDExIDcuODk5OUMxMi4zMDExIDYuNTk5OSAxMi4xMDExIDUuMDk5OSAxMi4xMDExIDQuOTk5OVY0Ljk5OTlaTTkuMTAxMDcgNS45OTk5TDguNjAxMDcgOC45OTk5SDguMDAxMDdWNS45OTk5QzkuMTAxMDcgNS45OTk5IDguOTAxMDcgNC45OTk5IDguOTAxMDcgNC45OTk5SDYuMDAxMDdWNS4wOTk5QzYuMDAxMDcgNS4yOTk5IDYuMTAxMDcgNS45OTk5IDcuMDAxMDcgNS45OTk5VjguOTk5OUg2LjUwMTA3TDYuMzAxMDcgOC4yOTk5TDYuMDAxMDcgNS45OTk5QzUuMzAxMDcgNS45OTk5IDUuMTAxMDcgNS41OTk5IDUuMDAxMDcgNS4yOTk5VjQuODk5OUM1LjAwMTA3IDQuMDk5OSA1LjkwMTA3IDMuOTk5OSA1LjkwMTA3IDMuOTk5OUg5LjAwMTA3QzkuMDAxMDcgMy45OTk5IDEwLjAwMTEgNC4wOTk5IDEwLjAwMTEgNC45OTk5QzEwLjAwMTEgNC45OTk5IDEwLjEwMTEgNS45OTk5IDkuMTAxMDcgNS45OTk5WiIgZmlsbD0iI0REQjIwNCIvPgo8cGF0aCBkPSJNMTAuMDAxIDVDMTAuMDAxIDQuMSA5LjAwMDk4IDQgOS4wMDA5OCA0SDUuOTAwOThDNS45MDA5OCA0IDUuMDAwOTggNC4xIDUuMDAwOTggNC45VjUuM0M1LjAwMDk4IDUuNiA1LjMwMDk4IDYgNS45MDA5OCA2TDYuMzAwOTggOC4zTDYuNTAwOTggOUg3LjAwMDk4VjZDNi4wMDA5OCA2IDYuMDAwOTggNS4zIDYuMDAwOTggNS4xVjVIOS4wMDA5OEM5LjAwMDk4IDUgOS4xMDA5OCA2IDguMTAwOTggNlY5SDguNzAwOThMOS4yMDA5OCA2QzEwLjEwMSA2IDEwLjAwMSA1IDEwLjAwMSA1WiIgZmlsbD0iIzI1MjUyNiIvPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTggMTJDOCA5Ljc3Mzg2IDkuNzczODYgOCAxMiA4QzE0LjIyNjEgOCAxNiA5Ljc3Mzg2IDE2IDEyQzE2IDE0LjIyNjEgMTQuMjI2MSAxNiAxMiAxNkM5Ljc3Mzg2IDE2IDggMTQuMjI2MSA4IDEyWiIgZmlsbD0iIzFFMUUxRSIvPgo8cGF0aCBkPSJNMTIuMzE5MiAxMi4zMDMxTDEzLjM0OTUgMTMuMzMzNEwxMy4zMzM0IDEzLjM0OTVMMTIuMzAzMSAxMi4zMTkyTDEyIDEyLjAxNjJMMTEuNjk3IDEyLjMxOTJMMTAuNjY2NyAxMy4zNDk1TDEwLjY1MDYgMTMuMzMzNEwxMS42ODA5IDEyLjMwMzFMMTEuOTgzOSAxMkwxMS42ODA5IDExLjY5N0wxMC42NTA2IDEwLjY2NjdMMTAuNjY2NyAxMC42NTA2TDExLjY5NyAxMS42ODA5TDEyIDExLjk4MzlMMTIuMzAzMSAxMS42ODA5TDEzLjMzMzQgMTAuNjUwNkwxMy4zNDk1IDEwLjY2NjdMMTIuMzE5MiAxMS42OTdMMTIuMDE2MiAxMkwxMi4zMTkyIDEyLjMwMzFaTTEyIDguNDYwMzRDMTAuMDMgOC40NjAzNCA4LjQ2MDM0IDEwLjAzIDguNDYwMzQgMTJDOC40NjAzNCAxMy45NzAxIDEwLjAzIDE1LjUzOTcgMTIgMTUuNTM5N0MxMy45NzAxIDE1LjUzOTcgMTUuNTM5NyAxMy45NzAxIDE1LjUzOTcgMTJDMTUuNTM5NyAxMC4wMyAxMy45NzAxIDguNDYwMzQgMTIgOC40NjAzNFoiIGZpbGw9IiMwMDdBQ0MiIHN0cm9rZT0iIzFFMUUxRSIgc3Ryb2tlLXdpZHRoPSIwLjg1NzE0MyIvPgo8cGF0aCBkPSJNMTIuNjIyNSAxMi4wMDAyTDEzLjk1NTggMTMuMzMzNkwxMy4zMzM2IDEzLjk1NThMMTIuMDAwMiAxMi42MjI1TDEwLjY2NjkgMTMuOTU1OEwxMC4wNDQ3IDEzLjMzMzZMMTEuMzc4IDEyLjAwMDJMMTAuMDQ0NyAxMC42NjY5TDEwLjY2NjkgMTAuMDQ0N0wxMi4wMDAyIDExLjM3OEwxMy4zMzM2IDEwLjA0NDdMMTMuOTU1OCAxMC42NjY5TDEyLjYyMjUgMTIuMDAwMloiIGZpbGw9IiMwMDdBQ0MiLz4KPHBhdGggZD0iTTEwLjcwNCAxNEwxMS4yMDI4IDEyLjQ3MTJMMTAgMTEuNjM5NEgxMS40NzMyTDEyIDEwTDEyLjUzNjEgMTEuNjM5NEgxNEwxMi43OTcyIDEyLjQ3MTJMMTMuMzA1NCAxNEwxMiAxMy4wMjRMMTAuNzA0IDE0WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==") center center no-repeat; -} - -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ - -.monaco-editor .codelens-decoration { - overflow: hidden; - display: inline-block; - text-overflow: ellipsis; -} - -.monaco-editor .codelens-decoration > span, -.monaco-editor .codelens-decoration > a { - -moz-user-select: none; - -webkit-user-select: none; - -ms-user-select: none; - user-select: none; - white-space: nowrap; - vertical-align: sub; -} - -.monaco-editor .codelens-decoration > a { - text-decoration: none; -} - -.monaco-editor .codelens-decoration > a:hover { - text-decoration: underline; - cursor: pointer; -} - -.monaco-editor .codelens-decoration.invisible-cl { - opacity: 0; -} - -@keyframes fadein { - 0% { opacity: 0; visibility: visible;} - 100% { opacity: 1; } -} - -.monaco-editor .codelens-decoration.fadein { - animation: fadein 0.1s linear; -} - -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ - -.monaco-action-bar { - text-align: right; - overflow: hidden; - white-space: nowrap; -} - -.monaco-action-bar .actions-container { - display: flex; - margin: 0 auto; - padding: 0; - width: 100%; - justify-content: flex-end; -} - -.monaco-action-bar.vertical .actions-container { - display: inline-block; -} - -.monaco-action-bar.reverse .actions-container { - flex-direction: row-reverse; -} - -.monaco-action-bar .action-item { - cursor: pointer; - display: inline-block; - transition: transform 50ms ease; - position: relative; /* DO NOT REMOVE - this is the key to preventing the ghosting icon bug in Chrome 42 */ -} - -.monaco-action-bar .action-item.disabled { - cursor: default; -} - -.monaco-action-bar.animated .action-item.active { - transform: scale(1.272019649, 1.272019649); /* 1.272019649 = √φ */ -} - -.monaco-action-bar .action-item .icon { - display: inline-block; -} - -.monaco-action-bar .action-label { - font-size: 11px; - margin-right: 4px; -} - -.monaco-action-bar .action-label.octicon { - font-size: 15px; - line-height: 35px; - text-align: center; -} - -.monaco-action-bar .action-item.disabled .action-label, -.monaco-action-bar .action-item.disabled .action-label:hover { - opacity: 0.4; -} - -/* Vertical actions */ - -.monaco-action-bar.vertical { - text-align: left; -} - -.monaco-action-bar.vertical .action-item { - display: block; -} - -.monaco-action-bar.vertical .action-label.separator { - display: block; - border-bottom: 1px solid #bbb; - padding-top: 1px; - margin-left: .8em; - margin-right: .8em; -} - -.monaco-action-bar.animated.vertical .action-item.active { - transform: translate(5px, 0); -} - -.secondary-actions .monaco-action-bar .action-label { - margin-left: 6px; -} - -/* Action Items */ -.monaco-action-bar .action-item.select-container { - overflow: hidden; /* somehow the dropdown overflows its container, we prevent it here to not push */ - flex: 1; - max-width: 170px; - min-width: 60px; - display: flex; - align-items: center; - justify-content: center; -} -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ - -.monaco-editor.vs .dnd-target { - border-right: 2px dotted black; - color: white; /* opposite of black */ -} -.monaco-editor.vs-dark .dnd-target { - border-right: 2px dotted #AEAFAD; - color: #51504f; /* opposite of #AEAFAD */ -} -.monaco-editor.hc-black .dnd-target { - border-right: 2px dotted #fff; - color: #000; /* opposite of #fff */ -} - -.monaco-editor.mouse-default .view-lines, -.monaco-editor.vs-dark.mac.mouse-default .view-lines, -.monaco-editor.hc-black.mac.mouse-default .view-lines { - cursor: default; -} -.monaco-editor.mouse-copy .view-lines, -.monaco-editor.vs-dark.mac.mouse-copy .view-lines, -.monaco-editor.hc-black.mac.mouse-copy .view-lines { - cursor: copy; -} -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ - -.monaco-custom-checkbox { - margin-left: 2px; - float: left; - cursor: pointer; - overflow: hidden; - opacity: 0.7; - width: 20px; - height: 20px; - border: 1px solid transparent; - padding: 1px; - - -webkit-box-sizing: border-box; - -o-box-sizing: border-box; - -moz-box-sizing: border-box; - -ms-box-sizing: border-box; - box-sizing: border-box; - - -webkit-user-select: none; - -khtml-user-select: none; - -moz-user-select: none; - -o-user-select: none; - -ms-user-select: none; - user-select: none; -} - -.monaco-custom-checkbox:hover, -.monaco-custom-checkbox.checked { - opacity: 1; -} - -.hc-black .monaco-custom-checkbox { - background: none; -} - -.hc-black .monaco-custom-checkbox:hover { - background: none; -} -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ - -.vs .monaco-custom-checkbox.monaco-case-sensitive { - background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe29wYWNpdHk6MDtmaWxsOiNGNkY2RjY7fSAuc3Qxe2ZpbGw6I0Y2RjZGNjt9IC5zdDJ7ZmlsbDojNDI0MjQyO308L3N0eWxlPjxnIGlkPSJvdXRsaW5lIj48cmVjdCBjbGFzcz0ic3QwIiB3aWR0aD0iMTYiIGhlaWdodD0iMTYiLz48cGF0aCBjbGFzcz0ic3QxIiBkPSJNMTQuMTc2IDUuNTkyYy0uNTU1LS42LTEuMzM2LS45MDQtMi4zMjItLjkwNC0uMjU4IDAtLjUyMS4wMjQtLjc4NC4wNzItLjI0Ni4wNDQtLjQ3OS4xMDEtLjcuMTY5LS4yMjguMDctLjQzMi4xNDctLjYxMy4yMjktLjIyLjA5OS0uMzg5LjE5Ni0uNTEyLjI4NGwtLjQxOS4yOTl2Mi43MDFjLS4wODYuMTA4LS4xNjIuMjIzLS4yMjkuMzQ0bC0yLjQ1LTYuMzU0aC0yLjM5NGwtMy43NTMgOS44MDR2LjU5OGgzLjAyNWwuODM4LTIuMzVoMi4xNjdsLjg5MSAyLjM1aDMuMjM3bC0uMDAxLS4wMDNjLjMwNS4wOTIuNjMzLjE1Ljk5My4xNS4zNDQgMCAuNjcxLS4wNDkuOTc4LS4xNDZoMi44NTN2LTQuOTAzYy0uMDAxLS45NzUtLjI3MS0xLjc2My0uODA1LTIuMzR6Ii8+PC9nPjxnIGlkPSJpY29uX3g1Rl9iZyI+PHBhdGggY2xhc3M9InN0MiIgZD0iTTcuNjExIDExLjgzNGwtLjg5MS0yLjM1aC0zLjU2MmwtLjgzOCAyLjM1aC0xLjA5NWwzLjIxNy04LjQwMmgxLjAybDMuMjQgOC40MDJoLTEuMDkxem0tMi41MzEtNi44MTRsLS4wNDQtLjEzNS0uMDM4LS4xNTYtLjAyOS0uMTUyLS4wMjQtLjEyNmgtLjAyM2wtLjAyMS4xMjYtLjAzMi4xNTItLjAzOC4xNTYtLjA0NC4xMzUtMS4zMDcgMy41NzRoMi45MThsLTEuMzE4LTMuNTc0eiIvPjxwYXRoIGNsYXNzPSJzdDIiIGQ9Ik0xMy4wMiAxMS44MzR2LS45MzhoLS4wMjNjLS4xOTkuMzUyLS40NTYuNjItLjc3MS44MDZzLS42NzMuMjc4LTEuMDc1LjI3OGMtLjMxMyAwLS41ODgtLjA0NS0uODI2LS4xMzVzLS40MzgtLjIxMi0uNTk4LS4zNjYtLjI4MS0uMzM4LS4zNjMtLjU1MS0uMTI0LS40NDItLjEyNC0uNjg4YzAtLjI2Mi4wMzktLjUwMi4xMTctLjcyMXMuMTk4LS40MTIuMzYtLjU4LjM2Ny0uMzA4LjYxNS0uNDE5LjU0NC0uMTkuODg4LS4yMzdsMS44MTEtLjI1MmMwLS4yNzMtLjAyOS0uNTA3LS4wODgtLjdzLS4xNDMtLjM1MS0uMjUyLS40NzItLjI0MS0uMjEtLjM5Ni0uMjY3LS4zMjUtLjA4NS0uNTEzLS4wODVjLS4zNjMgMC0uNzE0LjA2NC0xLjA1Mi4xOTNzLS42MzguMzEtLjkwNC41NHYtLjk4NGMuMDgyLS4wNTkuMTk2LS4xMjEuMzQzLS4xODhzLjMxMi0uMTI4LjQ5NS0uMTg1LjM3OC0uMTA0LjU4My0uMTQxLjQwNy0uMDU2LjYwNi0uMDU2Yy42OTkgMCAxLjIyOS4xOTQgMS41ODguNTgzcy41MzkuOTQyLjUzOSAxLjY2MXYzLjkwMmgtLjk2em0tMS40NTQtMi44M2MtLjI3My4wMzUtLjQ5OC4wODUtLjY3NC4xNDlzLS4zMTMuMTQ0LS40MS4yMzctLjE2NS4yMDUtLjIwMi4zMzQtLjA1NS4yNzYtLjA1NS40NGMwIC4xNDEuMDI1LjI3MS4wNzYuMzkzcy4xMjQuMjI3LjIyLjMxNi4yMTUuMTYuMzU3LjIxMS4zMDguMDc2LjQ5NS4wNzZjLjI0MiAwIC40NjUtLjA0NS42NjgtLjEzNXMuMzc4LS4yMTQuNTI0LS4zNzIuMjYxLS4zNDQuMzQzLS41NTcuMTIzLS40NDIuMTIzLS42ODh2LS42MDlsLTEuNDY1LjIwNXoiLz48L2c+PC9zdmc+") center center no-repeat; -} -.hc-black .monaco-custom-checkbox.monaco-case-sensitive, -.hc-black .monaco-custom-checkbox.monaco-case-sensitive:hover, -.vs-dark .monaco-custom-checkbox.monaco-case-sensitive { - background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe29wYWNpdHk6MDtmaWxsOiMyNjI2MjY7fSAuc3Qxe2ZpbGw6IzI2MjYyNjt9IC5zdDJ7ZmlsbDojQzVDNUM1O308L3N0eWxlPjxnIGlkPSJvdXRsaW5lIj48cmVjdCBjbGFzcz0ic3QwIiB3aWR0aD0iMTYiIGhlaWdodD0iMTYiLz48cGF0aCBjbGFzcz0ic3QxIiBkPSJNMTQuMTc2IDUuNTkyYy0uNTU1LS42LTEuMzM2LS45MDQtMi4zMjItLjkwNC0uMjU4IDAtLjUyMS4wMjQtLjc4NC4wNzItLjI0Ni4wNDQtLjQ3OS4xMDEtLjcuMTY5LS4yMjguMDctLjQzMi4xNDctLjYxMy4yMjktLjIyLjA5OS0uMzg5LjE5Ni0uNTEyLjI4NGwtLjQxOS4yOTl2Mi43MDFjLS4wODYuMTA4LS4xNjIuMjIzLS4yMjkuMzQ0bC0yLjQ1LTYuMzU0aC0yLjM5NGwtMy43NTMgOS44MDR2LjU5OGgzLjAyNWwuODM4LTIuMzVoMi4xNjdsLjg5MSAyLjM1aDMuMjM3bC0uMDAxLS4wMDNjLjMwNS4wOTIuNjMzLjE1Ljk5My4xNS4zNDQgMCAuNjcxLS4wNDkuOTc4LS4xNDZoMi44NTN2LTQuOTAzYy0uMDAxLS45NzUtLjI3MS0xLjc2My0uODA1LTIuMzR6Ii8+PC9nPjxnIGlkPSJpY29uX3g1Rl9iZyI+PHBhdGggY2xhc3M9InN0MiIgZD0iTTcuNjExIDExLjgzNGwtLjg5MS0yLjM1aC0zLjU2MmwtLjgzOCAyLjM1aC0xLjA5NWwzLjIxNy04LjQwMmgxLjAybDMuMjQgOC40MDJoLTEuMDkxem0tMi41MzEtNi44MTRsLS4wNDQtLjEzNS0uMDM4LS4xNTYtLjAyOS0uMTUyLS4wMjQtLjEyNmgtLjAyM2wtLjAyMS4xMjYtLjAzMi4xNTItLjAzOC4xNTYtLjA0NC4xMzUtMS4zMDcgMy41NzRoMi45MThsLTEuMzE4LTMuNTc0eiIvPjxwYXRoIGNsYXNzPSJzdDIiIGQ9Ik0xMy4wMiAxMS44MzR2LS45MzhoLS4wMjNjLS4xOTkuMzUyLS40NTYuNjItLjc3MS44MDZzLS42NzMuMjc4LTEuMDc1LjI3OGMtLjMxMyAwLS41ODgtLjA0NS0uODI2LS4xMzVzLS40MzgtLjIxMi0uNTk4LS4zNjYtLjI4MS0uMzM4LS4zNjMtLjU1MS0uMTI0LS40NDItLjEyNC0uNjg4YzAtLjI2Mi4wMzktLjUwMi4xMTctLjcyMXMuMTk4LS40MTIuMzYtLjU4LjM2Ny0uMzA4LjYxNS0uNDE5LjU0NC0uMTkuODg4LS4yMzdsMS44MTEtLjI1MmMwLS4yNzMtLjAyOS0uNTA3LS4wODgtLjdzLS4xNDMtLjM1MS0uMjUyLS40NzItLjI0MS0uMjEtLjM5Ni0uMjY3LS4zMjUtLjA4NS0uNTEzLS4wODVjLS4zNjMgMC0uNzE0LjA2NC0xLjA1Mi4xOTNzLS42MzguMzEtLjkwNC41NHYtLjk4NGMuMDgyLS4wNTkuMTk2LS4xMjEuMzQzLS4xODhzLjMxMi0uMTI4LjQ5NS0uMTg1LjM3OC0uMTA0LjU4My0uMTQxLjQwNy0uMDU2LjYwNi0uMDU2Yy42OTkgMCAxLjIyOS4xOTQgMS41ODguNTgzcy41MzkuOTQyLjUzOSAxLjY2MXYzLjkwMmgtLjk2em0tMS40NTQtMi44M2MtLjI3My4wMzUtLjQ5OC4wODUtLjY3NC4xNDlzLS4zMTMuMTQ0LS40MS4yMzctLjE2NS4yMDUtLjIwMi4zMzQtLjA1NS4yNzYtLjA1NS40NGMwIC4xNDEuMDI1LjI3MS4wNzYuMzkzcy4xMjQuMjI3LjIyLjMxNi4yMTUuMTYuMzU3LjIxMS4zMDguMDc2LjQ5NS4wNzZjLjI0MiAwIC40NjUtLjA0NS42NjgtLjEzNXMuMzc4LS4yMTQuNTI0LS4zNzIuMjYxLS4zNDQuMzQzLS41NTcuMTIzLS40NDIuMTIzLS42ODh2LS42MDlsLTEuNDY1LjIwNXoiLz48L2c+PC9zdmc+") center center no-repeat; -} - -.vs .monaco-custom-checkbox.monaco-whole-word { - background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe29wYWNpdHk6MDtmaWxsOiNGNkY2RjY7fSAuc3Qxe2ZpbGw6I0Y2RjZGNjt9IC5zdDJ7ZmlsbDojNDI0MjQyO308L3N0eWxlPjxnIGlkPSJvdXRsaW5lIj48cmVjdCBjbGFzcz0ic3QwIiB3aWR0aD0iMTYiIGhlaWdodD0iMTYiLz48cGF0aCBjbGFzcz0ic3QxIiBkPSJNMTYgNC4wMjJ2LTMuMDIyaC0xNi4wMTR2My4wMjJoMy4wNDZsLTMuMDQzIDcuOTQ1aC0uMDA0di4wMWwuMDE1IDEuMDIzaC0uMDE0djEuOTkxaDE2LjAxNHYtMy4wMjNoLTF2LTcuOTQ2aDF6bS01LjkxNCA1LjMwMWMwIC4yMzMtLjAyMy40NDEtLjA2Ni41OTUtLjA0Ny4xNjQtLjA5OS4yNDctLjEyNy4yODRsLS4wNzguMDY5LS4xNTEuMDI2LS4xMTUtLjAxNy0uMTM5LS4xMzdjLS4wMzEtLjA3OC0uMTEyLS4zMzItLjExMi0uNTY2IDAtLjI1NC4wOTEtLjU2MS4xMjYtLjY1NmwuMDY5LS4xNDEuMTA5LS4wODIuMTc4LS4wMjdjLjA3NyAwIC4xMTcuMDE0LjE3Ny4wNTZsLjA4Ny4xNzkuMDUxLjIzNy0uMDA5LjE4em0tMy42OTUtNS4zMDF2Mi44OTNsLTEuMTE2LTIuODkzaDEuMTE2em0tMy4wMjYgNy4wMmgxLjU3M2wuMzUxLjkyNmgtMi4yNTRsLjMzLS45MjZ6bTguNjM1LTQuMzU0Yy0uMjA2LS4yLS40MzEtLjM4LS42OTUtLjUxMi0uMzk2LS4xOTgtLjg1My0uMjk4LTEuMzU1LS4yOTgtLjIxNSAwLS40MjMuMDItLjYyMS4wNTh2LTEuOTE0aDIuNjcxdjIuNjY2eiIvPjwvZz48ZyBpZD0iaWNvbl94NUZfYmciPjxyZWN0IHg9IjEzIiB5PSI0IiBjbGFzcz0ic3QyIiB3aWR0aD0iMSIgaGVpZ2h0PSI4Ii8+PHBhdGggY2xhc3M9InN0MiIgZD0iTTExLjIyNSA4LjM4N2MtLjA3OC0uMjk5LS4xOTktLjU2Mi0uMzYtLjc4NnMtLjM2NS0uNDAxLS42MDktLjUzLS41MzQtLjE5My0uODY2LS4xOTNjLS4xOTggMC0uMzguMDI0LS41NDcuMDczLS4xNjUuMDQ5LS4zMTYuMTE3LS40NTMuMjA1LS4xMzYuMDg4LS4yNTcuMTk0LS4zNjUuMzE4bC0uMTc5LjI1OHYtMy4xNTRoLS44OTN2Ny40MjJoLjg5M3YtLjU3NWwuMTI2LjE3NWMuMDg3LjEwMi4xODkuMTkuMzA0LjI2OS4xMTcuMDc4LjI0OS4xNC4zOTguMTg2LjE0OS4wNDYuMzE0LjA2OC40OTguMDY4LjM1MyAwIC42NjYtLjA3MS45MzctLjIxMi4yNzItLjE0My40OTktLjMzOC42ODItLjU4Ni4xODMtLjI1LjMyMS0uNTQzLjQxNC0uODc5LjA5My0uMzM4LjE0LS43MDMuMTQtMS4wOTctLjAwMS0uMzQyLS4wNC0uNjYzLS4xMi0uOTYyem0tMS40NzktLjYwN2MuMTUxLjA3MS4yODIuMTc2LjM5LjMxNC4xMDkuMTQuMTk0LjMxMy4yNTUuNTE3LjA1MS4xNzQuMDgyLjM3MS4wODkuNTg3bC0uMDA3LjEyNWMwIC4zMjctLjAzMy42Mi0uMS44NjktLjA2Ny4yNDYtLjE2MS40NTMtLjI3OC42MTQtLjExNy4xNjItLjI2LjI4NS0uNDIxLjM2Ni0uMzIyLjE2Mi0uNzYuMTY2LTEuMDY5LjAxNS0uMTUzLS4wNzUtLjI4Ni0uMTc1LS4zOTMtLjI5Ni0uMDg1LS4wOTYtLjE1Ni0uMjE2LS4yMTgtLjM2NyAwIDAtLjE3OS0uNDQ3LS4xNzktLjk0NyAwLS41LjE3OS0xLjAwMi4xNzktMS4wMDIuMDYyLS4xNzcuMTM2LS4zMTguMjI0LS40My4xMTQtLjE0My4yNTYtLjI1OS40MjQtLjM0NS4xNjgtLjA4Ni4zNjUtLjEyOS41ODctLjEyOS4xOSAwIC4zNjQuMDM3LjUxNy4xMDl6Ii8+PHJlY3QgeD0iLjk4NyIgeT0iMiIgY2xhc3M9InN0MiIgd2lkdGg9IjE0LjAxMyIgaGVpZ2h0PSIxLjAyMyIvPjxyZWN0IHg9Ii45ODciIHk9IjEyLjk2OCIgY2xhc3M9InN0MiIgd2lkdGg9IjE0LjAxMyIgaGVpZ2h0PSIxLjAyMyIvPjxwYXRoIGNsYXNzPSJzdDIiIGQ9Ik0xLjk5MSAxMi4wMzFsLjcyOC0yLjAzMWgyLjIxOWwuNzc4IDIuMDMxaDEuMDgybC0yLjQ4NS03LjE1OGgtLjk0MWwtMi40NDEgNy4wODYtLjAyNS4wNzJoMS4wODV6bTEuODI3LTUuNjA5aC4wMjJsLjkxNCAyLjc1M2gtMS44NDFsLjkwNS0yLjc1M3oiLz48L2c+PC9zdmc+") center center no-repeat; -} -.hc-black .monaco-custom-checkbox.monaco-whole-word, -.hc-black .monaco-custom-checkbox.monaco-whole-word:hover, -.vs-dark .monaco-custom-checkbox.monaco-whole-word { - background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe29wYWNpdHk6MDtmaWxsOiMyNjI2MjY7fSAuc3Qxe2ZpbGw6IzI2MjYyNjt9IC5zdDJ7ZmlsbDojQzVDNUM1O308L3N0eWxlPjxnIGlkPSJvdXRsaW5lIj48cmVjdCBjbGFzcz0ic3QwIiB3aWR0aD0iMTYiIGhlaWdodD0iMTYiLz48cGF0aCBjbGFzcz0ic3QxIiBkPSJNMTYgNC4wMjJ2LTMuMDIyaC0xNi4wMTR2My4wMjJoMy4wNDZsLTMuMDQzIDcuOTQ1aC0uMDA0di4wMWwuMDE1IDEuMDIzaC0uMDE0djEuOTkxaDE2LjAxNHYtMy4wMjNoLTF2LTcuOTQ2aDF6bS01LjkxNCA1LjMwMWMwIC4yMzMtLjAyMy40NDEtLjA2Ni41OTUtLjA0Ny4xNjQtLjA5OS4yNDctLjEyNy4yODRsLS4wNzguMDY5LS4xNTEuMDI2LS4xMTUtLjAxNy0uMTM5LS4xMzdjLS4wMzEtLjA3OC0uMTEyLS4zMzItLjExMi0uNTY2IDAtLjI1NC4wOTEtLjU2MS4xMjYtLjY1NmwuMDY5LS4xNDEuMTA5LS4wODIuMTc4LS4wMjdjLjA3NyAwIC4xMTcuMDE0LjE3Ny4wNTZsLjA4Ny4xNzkuMDUxLjIzNy0uMDA5LjE4em0tMy42OTUtNS4zMDF2Mi44OTNsLTEuMTE2LTIuODkzaDEuMTE2em0tMy4wMjYgNy4wMmgxLjU3M2wuMzUxLjkyNmgtMi4yNTRsLjMzLS45MjZ6bTguNjM1LTQuMzU0Yy0uMjA2LS4yLS40MzEtLjM4LS42OTUtLjUxMi0uMzk2LS4xOTgtLjg1My0uMjk4LTEuMzU1LS4yOTgtLjIxNSAwLS40MjMuMDItLjYyMS4wNTh2LTEuOTE0aDIuNjcxdjIuNjY2eiIvPjwvZz48ZyBpZD0iaWNvbl94NUZfYmciPjxyZWN0IHg9IjEzIiB5PSI0IiBjbGFzcz0ic3QyIiB3aWR0aD0iMSIgaGVpZ2h0PSI4Ii8+PHBhdGggY2xhc3M9InN0MiIgZD0iTTExLjIyNSA4LjM4N2MtLjA3OC0uMjk5LS4xOTktLjU2Mi0uMzYtLjc4NnMtLjM2NS0uNDAxLS42MDktLjUzLS41MzQtLjE5My0uODY2LS4xOTNjLS4xOTggMC0uMzguMDI0LS41NDcuMDczLS4xNjUuMDQ5LS4zMTYuMTE3LS40NTMuMjA1LS4xMzYuMDg4LS4yNTcuMTk0LS4zNjUuMzE4bC0uMTc5LjI1OHYtMy4xNTRoLS44OTN2Ny40MjJoLjg5M3YtLjU3NWwuMTI2LjE3NWMuMDg3LjEwMi4xODkuMTkuMzA0LjI2OS4xMTcuMDc4LjI0OS4xNC4zOTguMTg2LjE0OS4wNDYuMzE0LjA2OC40OTguMDY4LjM1MyAwIC42NjYtLjA3MS45MzctLjIxMi4yNzItLjE0My40OTktLjMzOC42ODItLjU4Ni4xODMtLjI1LjMyMS0uNTQzLjQxNC0uODc5LjA5My0uMzM4LjE0LS43MDMuMTQtMS4wOTctLjAwMS0uMzQyLS4wNC0uNjYzLS4xMi0uOTYyem0tMS40NzktLjYwN2MuMTUxLjA3MS4yODIuMTc2LjM5LjMxNC4xMDkuMTQuMTk0LjMxMy4yNTUuNTE3LjA1MS4xNzQuMDgyLjM3MS4wODkuNTg3bC0uMDA3LjEyNWMwIC4zMjctLjAzMy42Mi0uMS44NjktLjA2Ny4yNDYtLjE2MS40NTMtLjI3OC42MTQtLjExNy4xNjItLjI2LjI4NS0uNDIxLjM2Ni0uMzIyLjE2Mi0uNzYuMTY2LTEuMDY5LjAxNS0uMTUzLS4wNzUtLjI4Ni0uMTc1LS4zOTMtLjI5Ni0uMDg1LS4wOTYtLjE1Ni0uMjE2LS4yMTgtLjM2NyAwIDAtLjE3OS0uNDQ3LS4xNzktLjk0NyAwLS41LjE3OS0xLjAwMi4xNzktMS4wMDIuMDYyLS4xNzcuMTM2LS4zMTguMjI0LS40My4xMTQtLjE0My4yNTYtLjI1OS40MjQtLjM0NS4xNjgtLjA4Ni4zNjUtLjEyOS41ODctLjEyOS4xOSAwIC4zNjQuMDM3LjUxNy4xMDl6Ii8+PHJlY3QgeD0iLjk4NyIgeT0iMiIgY2xhc3M9InN0MiIgd2lkdGg9IjE0LjAxMyIgaGVpZ2h0PSIxLjAyMyIvPjxyZWN0IHg9Ii45ODciIHk9IjEyLjk2OCIgY2xhc3M9InN0MiIgd2lkdGg9IjE0LjAxMyIgaGVpZ2h0PSIxLjAyMyIvPjxwYXRoIGNsYXNzPSJzdDIiIGQ9Ik0xLjk5MSAxMi4wMzFsLjcyOC0yLjAzMWgyLjIxOWwuNzc4IDIuMDMxaDEuMDgybC0yLjQ4NS03LjE1OGgtLjk0MWwtMi40NDEgNy4wODYtLjAyNS4wNzJoMS4wODV6bTEuODI3LTUuNjA5aC4wMjJsLjkxNCAyLjc1M2gtMS44NDFsLjkwNS0yLjc1M3oiLz48L2c+PC9zdmc+") center center no-repeat; -} - -.vs .monaco-custom-checkbox.monaco-regex { - background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiI+PHBvbHlnb24gZmlsbD0iI0Y2RjZGNiIgcG9pbnRzPSIxMy42NCw3LjM5NiAxMi4xNjksMi44OTggMTAuNzA2LDMuNzYxIDExLjA4NywyIDYuNTU3LDIgNi45MzYsMy43NjIgNS40NzMsMi44OTggNCw3LjM5NiA1LjY4Miw3LjU1NCA0LjUxMyw4LjU2MSA1LjAxMyw5IDIsOSAyLDE0IDcsMTQgNywxMC43NDcgNy45NzgsMTEuNjA2IDguODIsOS43MjUgOS42NjEsMTEuNjAyIDEzLjE0NCw4LjU2MiAxMS45NjgsNy41NTQiLz48ZyBmaWxsPSIjNDI0MjQyIj48cGF0aCBkPSJNMTIuMzAxIDYuNTE4bC0yLjc3Mi4yNjIgMi4wODYgMS43ODgtMS41OTQgMS4zOTItMS4yMDEtMi42ODItMS4yMDEgMi42ODItMS41ODMtMS4zOTIgMi4wNzUtMS43ODgtMi43NzEtLjI2Mi42OTYtMi4xMjYgMi4zNTggMS4zOTItLjU5OS0yLjc4NGgyLjA1M2wtLjYwMiAyLjc4MyAyLjM1OS0xLjM5Mi42OTYgMi4xMjd6Ii8+PHJlY3QgeD0iMyIgeT0iMTAiIHdpZHRoPSIzIiBoZWlnaHQ9IjMiLz48L2c+PC9zdmc+") center center no-repeat; -} -.hc-black .monaco-custom-checkbox.monaco-regex, -.hc-black .monaco-custom-checkbox.monaco-regex:hover, -.vs-dark .monaco-custom-checkbox.monaco-regex { - background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiI+PHBvbHlnb24gZmlsbD0iIzJkMmQzMCIgcG9pbnRzPSIxMy42NCw3LjM5NiAxMi4xNjksMi44OTggMTAuNzA2LDMuNzYxIDExLjA4NywyIDYuNTU3LDIgNi45MzYsMy43NjIgNS40NzMsMi44OTggNCw3LjM5NiA1LjY4Miw3LjU1NCA0LjUxMyw4LjU2MSA1LjAxMyw5IDIsOSAyLDE0IDcsMTQgNywxMC43NDcgNy45NzgsMTEuNjA2IDguODIsOS43MjUgOS42NjEsMTEuNjAyIDEzLjE0NCw4LjU2MiAxMS45NjgsNy41NTQiLz48ZyBmaWxsPSIjQzVDNUM1Ij48cGF0aCBkPSJNMTIuMzAxIDYuNTE4bC0yLjc3Mi4yNjIgMi4wODYgMS43ODgtMS41OTQgMS4zOTItMS4yMDEtMi42ODItMS4yMDEgMi42ODItMS41ODMtMS4zOTIgMi4wNzUtMS43ODgtMi43NzEtLjI2Mi42OTYtMi4xMjYgMi4zNTggMS4zOTItLjU5OS0yLjc4NGgyLjA1M2wtLjYwMiAyLjc4MyAyLjM1OS0xLjM5Mi42OTYgMi4xMjd6Ii8+PHJlY3QgeD0iMyIgeT0iMTAiIHdpZHRoPSIzIiBoZWlnaHQ9IjMiLz48L2c+PC9zdmc+") center center no-repeat; -} - -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ - -/* Checkbox */ - -.monaco-checkbox .label { - width: 12px; - height: 12px; - border: 1px solid black; - background-color: transparent; - display: inline-block; -} - -.monaco-checkbox .checkbox { - position: absolute; - overflow: hidden; - clip: rect(0 0 0 0); - height: 1px; - width: 1px; - margin: -1px; - padding: 0; - border: 0; -} - -.monaco-checkbox .checkbox:checked + .label { - background-color: black; -} - -/* Find widget */ -.monaco-editor .find-widget { - position: absolute; - z-index: 10; - top: -44px; /* find input height + shadow (10px) */ - height: 34px; /* find input height */ - overflow: hidden; - line-height: 19px; - transition: top 200ms linear; - padding: 0 4px; -} -/* Find widget when replace is toggled on */ -.monaco-editor .find-widget.replaceToggled { - top: -74px; /* find input height + replace input height + shadow (10px) */ - height: 64px; /* find input height + replace input height */ -} -.monaco-editor .find-widget.replaceToggled > .replace-part { - display: flex; - display: -webkit-flex; - align-items: center; -} - -.monaco-editor .find-widget.visible, -.monaco-editor .find-widget.replaceToggled.visible { - top: 0; -} - -.monaco-editor .find-widget .monaco-inputbox .input { - background-color: transparent; - /* Style to compensate for //winjs */ - min-height: 0; -} - -.monaco-editor .find-widget .replace-input .input { - font-size: 13px; -} - -.monaco-editor .find-widget > .find-part, -.monaco-editor .find-widget > .replace-part { - margin: 4px 0 0 17px; - font-size: 12px; - display: flex; - display: -webkit-flex; - align-items: center; -} - -.monaco-editor .find-widget > .find-part .monaco-inputbox, -.monaco-editor .find-widget > .replace-part .monaco-inputbox { - height: 25px; -} - -.monaco-editor .find-widget > .find-part .monaco-inputbox > .wrapper > .input, -.monaco-editor .find-widget > .replace-part .monaco-inputbox > .wrapper > .input { - padding-top: 2px; - padding-bottom: 2px; -} - -.monaco-editor .find-widget .monaco-findInput { - vertical-align: middle; - display: flex; - display: -webkit-flex; - flex:1; -} - -.monaco-editor .find-widget .matchesCount { - display: flex; - display: -webkit-flex; - flex: initial; - margin: 0 1px 0 3px; - padding: 2px 2px 0 2px; - height: 25px; - vertical-align: middle; - box-sizing: border-box; - text-align: center; - line-height: 23px; -} - -.monaco-editor .find-widget .button { - min-width: 20px; - width: 20px; - height: 20px; - display: flex; - display: -webkit-flex; - flex: initial; - margin-left: 3px; - background-position: center center; - background-repeat: no-repeat; - cursor: pointer; -} - -.monaco-editor .find-widget .button:not(.disabled):hover { - background-color: rgba(0, 0, 0, 0.1); -} - -.monaco-editor .find-widget .button.left { - margin-left: 0; - margin-right: 3px; -} - -.monaco-editor .find-widget .button.wide { - width: auto; - padding: 1px 6px; - top: -1px; -} - -.monaco-editor .find-widget .button.toggle { - position: absolute; - top: 0; - left: 0; - width: 18px; - height: 100%; - -webkit-box-sizing: border-box; - -o-box-sizing: border-box; - -moz-box-sizing: border-box; - -ms-box-sizing: border-box; - box-sizing: border-box; -} - -.monaco-editor .find-widget .button.toggle.disabled { - display: none; -} - -.monaco-editor .find-widget .previous { - background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiCgkgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIKCSB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iLTEgLTMgMTYgMTYiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgLTEgLTMgMTYgMTYiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8cG9seWdvbiBmaWxsPSIjNDI0MjQyIiBwb2ludHM9IjEzLDQgNiw0IDksMSA2LDEgMiw1IDYsOSA5LDkgNiw2IDEzLDYgIi8+Cjwvc3ZnPgo="); -} - -.monaco-editor .find-widget .next { - background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiCgkgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIKCSB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iLTEgLTMgMTYgMTYiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgLTEgLTMgMTYgMTYiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8cGF0aCBmaWxsPSIjNDI0MjQyIiBkPSJNMSw0aDdMNSwxaDNsNCw0TDgsOUg1bDMtM0gxVjR6Ii8+Cjwvc3ZnPgo="); -} - -.monaco-editor .find-widget .disabled { - opacity: 0.3; - cursor: default; -} - -.monaco-editor .find-widget .monaco-checkbox { - width: 20px; - height: 20px; - display: inline-block; - vertical-align: middle; - margin-left: 3px; -} - -.monaco-editor .find-widget .monaco-checkbox .label { - content: ''; - display: inline-block; - background-repeat: no-repeat; - background-position: 0 0; - background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+CjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAsLTEwMzIuMzYyMikiPgogIDxyZWN0IHdpZHRoPSI5IiBoZWlnaHQ9IjIiIHg9IjIiIHk9IjEwNDYuMzYyMiIgc3R5bGU9ImZpbGw6IzQyNDI0MjtmaWxsLW9wYWNpdHk6MTtzdHJva2U6bm9uZSIgLz4KICA8cmVjdCB3aWR0aD0iMTMiIGhlaWdodD0iMiIgeD0iMiIgeT0iMTA0My4zNjIyIiBzdHlsZT0iZmlsbDojNDI0MjQyO2ZpbGwtb3BhY2l0eToxO3N0cm9rZTpub25lIiAvPgogIDxyZWN0IHdpZHRoPSI2IiBoZWlnaHQ9IjIiIHg9IjIiIHk9IjEwNDAuMzYyMiIgc3R5bGU9ImZpbGw6IzQyNDI0MjtmaWxsLW9wYWNpdHk6MTtzdHJva2U6bm9uZSIgLz4KICA8cmVjdCB3aWR0aD0iMTIiIGhlaWdodD0iMiIgeD0iMiIgeT0iMTAzNy4zNjIyIiBzdHlsZT0iZmlsbDojNDI0MjQyO2ZpbGwtb3BhY2l0eToxO3N0cm9rZTpub25lIiAvPgo8L2c+Cjwvc3ZnPg=="); - width: 20px; - height: 20px; - border: none; -} - -.monaco-editor .find-widget .monaco-checkbox .checkbox:disabled + .label { - opacity: 0.3; - cursor: default; -} - -.monaco-editor .find-widget .monaco-checkbox .checkbox:not(:disabled) + .label { - cursor: pointer; -} - -.monaco-editor .find-widget .monaco-checkbox .checkbox:not(:disabled):hover:before + .label { - background-color: #DDD; -} - -.monaco-editor .find-widget .monaco-checkbox .checkbox:checked + .label { - background-color: rgba(100, 100, 100, 0.2); -} - -.monaco-editor .find-widget .close-fw { - background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMyAzIDE2IDE2IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDMgMyAxNiAxNiI+PHBvbHlnb24gZmlsbD0iIzQyNDI0MiIgcG9pbnRzPSIxMi41OTcsMTEuMDQyIDE1LjQsMTMuODQ1IDEzLjg0NCwxNS40IDExLjA0MiwxMi41OTggOC4yMzksMTUuNCA2LjY4MywxMy44NDUgOS40ODUsMTEuMDQyIDYuNjgzLDguMjM5IDguMjM4LDYuNjgzIDExLjA0Miw5LjQ4NiAxMy44NDUsNi42ODMgMTUuNCw4LjIzOSIvPjwvc3ZnPg=="); -} - -.monaco-editor .find-widget .expand { - background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiI+PHBhdGggZmlsbD0iIzY0NjQ2NSIgZD0iTTExIDEwLjA3aC01LjY1Nmw1LjY1Ni01LjY1NnY1LjY1NnoiLz48L3N2Zz4="); -} - -.monaco-editor .find-widget .collapse { - background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiI+PHBhdGggZmlsbD0iIzY0NjQ2NSIgZD0iTTYgNHY4bDQtNC00LTR6bTEgMi40MTRsMS41ODYgMS41ODYtMS41ODYgMS41ODZ2LTMuMTcyeiIvPjwvc3ZnPg=="); -} - -.monaco-editor .find-widget .replace { - background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMTZweCIKCSBoZWlnaHQ9IjE2cHgiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTYgMTYiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8ZyBpZD0iaWNvbl94NUZfYmciPgoJPGc+CgkJPHBhdGggZmlsbD0iIzQyNDI0MiIgZD0iTTExLDNWMWgtMXY1djFoMWgyaDFWNFYzSDExeiBNMTMsNmgtMlY0aDJWNnoiLz4KCQk8cGF0aCBmaWxsPSIjNDI0MjQyIiBkPSJNMiwxNWg3VjlIMlYxNXogTTQsMTBoM3YxSDV2MmgydjFINFYxMHoiLz4KCTwvZz4KPC9nPgo8ZyBpZD0iY29sb3JfeDVGX2ltcG9ydGFuY2UiPgoJPHBhdGggZmlsbD0iIzAwNTM5QyIgZD0iTTMuOTc5LDMuNUw0LDZMMyw1djEuNUw0LjUsOEw2LDYuNVY1TDUsNkw0Ljk3OSwzLjVjMC0wLjI3NSwwLjIyNS0wLjUsMC41LTAuNUg5VjJINS40NzkKCQlDNC42NTEsMiwzLjk3OSwyLjY3MywzLjk3OSwzLjV6Ii8+CjwvZz4KPC9zdmc+Cg=="); -} - -.monaco-editor .find-widget .replace-all { - background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMTZweCIKCSBoZWlnaHQ9IjE2cHgiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTYgMTYiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8ZyBpZD0iaWNvbl94NUZfYmciPgoJPHBhdGggZmlsbD0iIzQyNDI0MiIgZD0iTTExLDE1VjlIMXY2SDExeiBNMiwxNHYtMmgxdi0xSDJ2LTFoM3Y0SDJ6IE0xMCwxMUg4djJoMnYxSDd2LTRoM1YxMXogTTMsMTN2LTFoMXYxSDN6IE0xMyw3djZoLTFWOEg1VjcKCQlIMTN6IE0xMywyVjFoLTF2NWgzVjJIMTN6IE0xNCw1aC0xVjNoMVY1eiBNMTEsMnY0SDhWNGgxdjFoMVY0SDlWM0g4VjJIMTF6Ii8+CjwvZz4KPGcgaWQ9ImNvbG9yX3g1Rl9hY3Rpb24iPgoJPHBhdGggZmlsbD0iIzAwNTM5QyIgZD0iTTEuOTc5LDMuNUwyLDZMMSw1djEuNUwyLjUsOEw0LDYuNVY1TDMsNkwyLjk3OSwzLjVjMC0wLjI3NSwwLjIyNS0wLjUsMC41LTAuNUg3VjJIMy40NzkKCQlDMi42NTEsMiwxLjk3OSwyLjY3MywxLjk3OSwzLjV6Ii8+CjwvZz4KPC9zdmc+Cg=="); -} - -.monaco-editor .find-widget > .replace-part { - display: none; -} - -.monaco-editor .find-widget > .replace-part > .replace-input { - display: flex; - display: -webkit-flex; - vertical-align: middle; - width: auto !important; -} - -/* REDUCED */ -.monaco-editor .find-widget.reduced-find-widget .matchesCount, -.monaco-editor .find-widget.reduced-find-widget .monaco-checkbox { - display:none; -} - -/* NARROW (SMALLER THAN REDUCED) */ -.monaco-editor .find-widget.narrow-find-widget { - max-width: 257px !important; -} - -/* COLLAPSED (SMALLER THAN NARROW) */ -.monaco-editor .find-widget.collapsed-find-widget { - max-width: 170px !important; -} - -.monaco-editor .find-widget.collapsed-find-widget .button.previous, -.monaco-editor .find-widget.collapsed-find-widget .button.next, -.monaco-editor .find-widget.collapsed-find-widget .button.replace, -.monaco-editor .find-widget.collapsed-find-widget .button.replace-all, -.monaco-editor .find-widget.collapsed-find-widget > .find-part .monaco-findInput .controls { - display:none; -} - -.monaco-editor .findMatch { - -webkit-animation-duration: 0; - -webkit-animation-name: inherit !important; - -moz-animation-duration: 0; - -moz-animation-name: inherit !important; - -ms-animation-duration: 0; - -ms-animation-name: inherit !important; - animation-duration: 0; - animation-name: inherit !important; -} - -.monaco-editor .find-widget .monaco-sash { - width: 2px !important; - margin-left: -4px; -} - -.monaco-editor.hc-black .find-widget .previous, -.monaco-editor.vs-dark .find-widget .previous { - background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiCgkgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIKCSB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iLTEgLTMgMTYgMTYiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgLTEgLTMgMTYgMTYiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8cG9seWdvbiBmaWxsPSIjQzVDNUM1IiBwb2ludHM9IjEzLDQgNiw0IDksMSA2LDEgMiw1IDYsOSA5LDkgNiw2IDEzLDYgIi8+Cjwvc3ZnPgo="); -} - -.monaco-editor.hc-black .find-widget .next, -.monaco-editor.vs-dark .find-widget .next { - background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiCgkgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIKCSB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iLTEgLTMgMTYgMTYiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgLTEgLTMgMTYgMTYiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8cGF0aCBmaWxsPSIjQzVDNUM1IiBkPSJNMSw0aDdMNSwxaDNsNCw0TDgsOUg1bDMtM0gxVjR6Ii8+Cjwvc3ZnPgo="); -} - -.monaco-editor.hc-black .find-widget .monaco-checkbox .label, -.monaco-editor.vs-dark .find-widget .monaco-checkbox .label { - background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+CjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAsLTEwMzIuMzYyMikiPgogIDxyZWN0IHdpZHRoPSI5IiBoZWlnaHQ9IjIiIHg9IjIiIHk9IjEwNDYuMzYyMiIgc3R5bGU9ImZpbGw6I0M1QzVDNTtmaWxsLW9wYWNpdHk6MTtzdHJva2U6bm9uZSIgLz4KICA8cmVjdCB3aWR0aD0iMTMiIGhlaWdodD0iMiIgeD0iMiIgeT0iMTA0My4zNjIyIiBzdHlsZT0iZmlsbDojQzVDNUM1O2ZpbGwtb3BhY2l0eToxO3N0cm9rZTpub25lIiAvPgogIDxyZWN0IHdpZHRoPSI2IiBoZWlnaHQ9IjIiIHg9IjIiIHk9IjEwNDAuMzYyMiIgc3R5bGU9ImZpbGw6I0M1QzVDNTtmaWxsLW9wYWNpdHk6MTtzdHJva2U6bm9uZSIgLz4KICA8cmVjdCB3aWR0aD0iMTIiIGhlaWdodD0iMiIgeD0iMiIgeT0iMTAzNy4zNjIyIiBzdHlsZT0iZmlsbDojQzVDNUM1O2ZpbGwtb3BhY2l0eToxO3N0cm9rZTpub25lIiAvPgo8L2c+Cjwvc3ZnPg=="); -} - -.monaco-editor.vs-dark .find-widget .monaco-checkbox .checkbox:not(:disabled):hover:before + .label { - background-color: rgba(255, 255, 255, 0.1); -} - -.monaco-editor.vs-dark .find-widget .monaco-checkbox .checkbox:checked + .label { - background-color: rgba(255, 255, 255, 0.1); -} - -.monaco-editor.hc-black .find-widget .close-fw, -.monaco-editor.vs-dark .find-widget .close-fw { - background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMyAzIDE2IDE2IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDMgMyAxNiAxNiI+PHBvbHlnb24gZmlsbD0iI2U4ZThlOCIgcG9pbnRzPSIxMi41OTcsMTEuMDQyIDE1LjQsMTMuODQ1IDEzLjg0NCwxNS40IDExLjA0MiwxMi41OTggOC4yMzksMTUuNCA2LjY4MywxMy44NDUgOS40ODUsMTEuMDQyIDYuNjgzLDguMjM5IDguMjM4LDYuNjgzIDExLjA0Miw5LjQ4NiAxMy44NDUsNi42ODMgMTUuNCw4LjIzOSIvPjwvc3ZnPg=="); -} - -.monaco-editor.hc-black .find-widget .replace, -.monaco-editor.vs-dark .find-widget .replace { - background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMTZweCIKCSBoZWlnaHQ9IjE2cHgiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTYgMTYiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8ZyBpZD0iaWNvbl94NUZfYmciPgoJPGc+CgkJPHBhdGggZmlsbD0iI0M1QzVDNSIgZD0iTTExLDNWMWgtMXY1djFoMWgyaDFWNFYzSDExeiBNMTMsNmgtMlY0aDJWNnoiLz4KCQk8cGF0aCBmaWxsPSIjQzVDNUM1IiBkPSJNMiwxNWg3VjlIMlYxNXogTTQsMTBoM3YxSDV2MmgydjFINFYxMHoiLz4KCTwvZz4KPC9nPgo8ZyBpZD0iY29sb3JfeDVGX2ltcG9ydGFuY2UiPgoJPHBhdGggZmlsbD0iIzc1QkVGRiIgZD0iTTMuOTc5LDMuNUw0LDZMMyw1djEuNUw0LjUsOEw2LDYuNVY1TDUsNkw0Ljk3OSwzLjVjMC0wLjI3NSwwLjIyNS0wLjUsMC41LTAuNUg5VjJINS40NzkKCQlDNC42NTEsMiwzLjk3OSwyLjY3MywzLjk3OSwzLjV6Ii8+CjwvZz4KPC9zdmc+Cg=="); -} - -.monaco-editor.hc-black .find-widget .replace-all, -.monaco-editor.vs-dark .find-widget .replace-all { - background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMTZweCIKCSBoZWlnaHQ9IjE2cHgiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTYgMTYiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8ZyBpZD0iaWNvbl94NUZfYmciPgoJPHBhdGggZmlsbD0iI0M1QzVDNSIgZD0iTTExLDE1VjlIMXY2SDExeiBNMiwxNHYtMmgxdi0xSDJ2LTFoM3Y0SDJ6IE0xMCwxMUg4djJoMnYxSDd2LTRoM1YxMXogTTMsMTN2LTFoMXYxSDN6IE0xMyw3djZoLTFWOEg1VjcKCQlIMTN6IE0xMywyVjFoLTF2NWgzVjJIMTN6IE0xNCw1aC0xVjNoMVY1eiBNMTEsMnY0SDhWNGgxdjFoMVY0SDlWM0g4VjJIMTF6Ii8+CjwvZz4KPGcgaWQ9ImNvbG9yX3g1Rl9hY3Rpb24iPgoJPHBhdGggZmlsbD0iIzc1QkVGRiIgZD0iTTEuOTc5LDMuNUwyLDZMMSw1djEuNUwyLjUsOEw0LDYuNVY1TDMsNkwyLjk3OSwzLjVjMC0wLjI3NSwwLjIyNS0wLjUsMC41LTAuNUg3VjJIMy40NzkKCQlDMi42NTEsMiwxLjk3OSwyLjY3MywxLjk3OSwzLjV6Ii8+CjwvZz4KPC9zdmc+Cg=="); -} - -.monaco-editor.hc-black .find-widget .expand, -.monaco-editor.vs-dark .find-widget .expand { - background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiI+PHBhdGggZmlsbD0iI2U4ZThlOCIgZD0iTTExIDEwLjA3aC01LjY1Nmw1LjY1Ni01LjY1NnY1LjY1NnoiLz48L3N2Zz4="); -} - -.monaco-editor.hc-black .find-widget .collapse, -.monaco-editor.vs-dark .find-widget .collapse { - background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiI+PHBhdGggZmlsbD0iI2U4ZThlOCIgZD0iTTYgNHY4bDQtNC00LTR6bTEgMi40MTRsMS41ODYgMS41ODYtMS41ODYgMS41ODZ2LTMuMTcyeiIvPjwvc3ZnPg=="); -} - -.monaco-editor.hc-black .find-widget .button:not(.disabled):hover, -.monaco-editor.vs-dark .find-widget .button:not(.disabled):hover { - background-color: rgba(255, 255, 255, 0.1); -} - -.monaco-editor.hc-black .find-widget .button:before { - position: relative; - top: 1px; - left: 2px; -} - -.monaco-editor.hc-black .find-widget .monaco-checkbox .checkbox:checked + .label { - background-color: rgba(255, 255, 255, 0.1); -} - -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ - -.monaco-sash { - position: absolute; - z-index: 35; - touch-action: none; -} - -.monaco-sash.disabled { - pointer-events: none; -} - -.monaco-sash.vertical { - cursor: ew-resize; - top: 0; - width: 4px; - height: 100%; -} - -.monaco-sash.mac.vertical { - cursor: col-resize; -} - -.monaco-sash.vertical.minimum { - cursor: e-resize; -} - -.monaco-sash.vertical.maximum { - cursor: w-resize; -} - -.monaco-sash.horizontal { - cursor: ns-resize; - left: 0; - width: 100%; - height: 4px; -} - -.monaco-sash.mac.horizontal { - cursor: row-resize; -} - -.monaco-sash.horizontal.minimum { - cursor: s-resize; -} - -.monaco-sash.horizontal.maximum { - cursor: n-resize; -} - -.monaco-sash:not(.disabled).orthogonal-start::before, -.monaco-sash:not(.disabled).orthogonal-end::after { - content: ' '; - height: 8px; - width: 8px; - z-index: 100; - display: block; - cursor: all-scroll; - position: absolute; -} - -.monaco-sash.orthogonal-start.vertical::before { - left: -2px; - top: -4px; -} - -.monaco-sash.orthogonal-end.vertical::after { - left: -2px; - bottom: -4px; -} - -.monaco-sash.orthogonal-start.horizontal::before { - top: -2px; - left: -4px; -} - -.monaco-sash.orthogonal-end.horizontal::after { - top: -2px; - right: -4px; -} - -.monaco-sash.disabled { - cursor: default !important; - pointer-events: none !important; -} - -/** Touch **/ - -.monaco-sash.touch.vertical { - width: 20px; -} - -.monaco-sash.touch.horizontal { - height: 20px; -} - -/** Debug **/ - -.monaco-sash.debug { - background: cyan; -} - -.monaco-sash.debug.disabled { - background: rgba(0, 255, 255, 0.2); -} - -.monaco-sash.debug:not(.disabled).orthogonal-start::before, -.monaco-sash.debug:not(.disabled).orthogonal-end::after { - background: red; -} -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ - -.monaco-inputbox { - position: relative; - display: block; - padding: 0; - -webkit-box-sizing: border-box; - -o-box-sizing: border-box; - -moz-box-sizing: border-box; - -ms-box-sizing: border-box; - box-sizing: border-box; - line-height: auto !important; - - /* Customizable */ - font-size: inherit; -} - -.monaco-inputbox.idle { - border: 1px solid transparent; -} - -.monaco-inputbox > .wrapper > .input, -.monaco-inputbox > .wrapper > .mirror { - - /* Customizable */ - padding: 4px; -} - -.monaco-inputbox > .wrapper { - position: relative; - width: 100%; - height: 100%; -} - -.monaco-inputbox > .wrapper > .input { - display: inline-block; - -webkit-box-sizing: border-box; - -o-box-sizing: border-box; - -moz-box-sizing: border-box; - -ms-box-sizing: border-box; - box-sizing: border-box; - width: 100%; - height: 100%; - line-height: inherit; - border: none; - font-family: inherit; - font-size: inherit; - resize: none; - color: inherit; -} - -.monaco-inputbox > .wrapper > input { - text-overflow: ellipsis; -} - -.monaco-inputbox > .wrapper > textarea.input { - display: block; - overflow: hidden; -} - -.monaco-inputbox > .wrapper > .mirror { - position: absolute; - display: inline-block; - width: 100%; - top: 0; - left: 0; - -webkit-box-sizing: border-box; - -o-box-sizing: border-box; - -moz-box-sizing: border-box; - -ms-box-sizing: border-box; - box-sizing: border-box; - white-space: pre-wrap; - visibility: hidden; - word-wrap: break-word; -} - -/* Context view */ - -.monaco-inputbox-container { - text-align: right; -} - -.monaco-inputbox-container .monaco-inputbox-message { - display: inline-block; - overflow: hidden; - text-align: left; - width: 100%; - -webkit-box-sizing: border-box; - -o-box-sizing: border-box; - -moz-box-sizing: border-box; - -ms-box-sizing: border-box; - box-sizing: border-box; - padding: 0.4em; - font-size: 12px; - line-height: 17px; - min-height: 34px; - margin-top: -1px; - word-wrap: break-word; -} - -/* Action bar support */ -.monaco-inputbox .monaco-action-bar { - position: absolute; - right: 2px; - top: 4px; -} - -.monaco-inputbox .monaco-action-bar .action-item { - margin-left: 2px; -} - -.monaco-inputbox .monaco-action-bar .action-item .icon { - background-repeat: no-repeat; - width: 16px; - height: 16px; -} -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -/* ---------- Find input ---------- */ - -.monaco-findInput { - position: relative; -} - -.monaco-findInput .monaco-inputbox { - font-size: 13px; - width: 100%; -} - -.monaco-findInput > .controls { - position: absolute; - top: 3px; - right: 2px; -} - -.vs .monaco-findInput.disabled { - background-color: #E1E1E1; -} - -/* Theming */ -.vs-dark .monaco-findInput.disabled { - background-color: #333; -} - -/* Highlighting */ -.monaco-findInput.highlight-0 .controls { - animation: monaco-findInput-highlight-0 100ms linear 0s; -} -.monaco-findInput.highlight-1 .controls { - animation: monaco-findInput-highlight-1 100ms linear 0s; -} -.hc-black .monaco-findInput.highlight-0 .controls, -.vs-dark .monaco-findInput.highlight-0 .controls { - animation: monaco-findInput-highlight-dark-0 100ms linear 0s; -} -.hc-black .monaco-findInput.highlight-1 .controls, -.vs-dark .monaco-findInput.highlight-1 .controls { - animation: monaco-findInput-highlight-dark-1 100ms linear 0s; -} - -@keyframes monaco-findInput-highlight-0 { - 0% { background: rgba(253, 255, 0, 0.8); } - 100% { background: transparent; } -} -@keyframes monaco-findInput-highlight-1 { - 0% { background: rgba(253, 255, 0, 0.8); } - /* Made intentionally different such that the CSS minifier does not collapse the two animations into a single one*/ - 99% { background: transparent; } -} - -@keyframes monaco-findInput-highlight-dark-0 { - 0% { background: rgba(255, 255, 255, 0.44); } - 100% { background: transparent; } -} -@keyframes monaco-findInput-highlight-dark-1 { - 0% { background: rgba(255, 255, 255, 0.44); } - /* Made intentionally different such that the CSS minifier does not collapse the two animations into a single one*/ - 99% { background: transparent; } -} -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ - -.monaco-editor .margin-view-overlays .folding { - cursor: pointer; - background-repeat: no-repeat; - background-origin: border-box; - background-position: calc(50% + 2px) center; - background-size: auto calc(100% - 3px); - opacity: 0; - transition: opacity 0.5s; -} - -.monaco-editor .margin-view-overlays .folding { - background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTUgMTUiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDE1IDE1OyI+CjxwYXRoIHN0eWxlPSJmaWxsOiNCNkI2QjYiIGQ9Ik0xMSw0djdINFY0SDExIE0xMiwzSDN2OWg5VjNMMTIsM3oiLz4KPGxpbmUgc3R5bGU9ImZpbGw6bm9uZTtzdHJva2U6IzZCNkI2QjtzdHJva2UtbWl0ZXJsaW1pdDoxMCIgeDE9IjEwIiB5MT0iNy41IiB4Mj0iNSIgeTI9IjcuNSIvPgo8L3N2Zz4="); -} - -.monaco-editor.hc-black .margin-view-overlays .folding, -.monaco-editor.vs-dark .margin-view-overlays .folding { - background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTUgMTUiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDE1IDE1OyI+CjxwYXRoIHN0eWxlPSJmaWxsOiM1QTVBNUEiIGQ9Ik0xMSw0djdINFY0SDExIE0xMiwzSDN2OWg5VjNMMTIsM3oiLz4KPGxpbmUgc3R5bGU9ImZpbGw6bm9uZTtzdHJva2U6I0M1QzVDNTtzdHJva2UtbWl0ZXJsaW1pdDoxMCIgeDE9IjEwIiB5MT0iNy41IiB4Mj0iNSIgeTI9IjcuNSIvPgo8L3N2Zz4="); -} - -.monaco-editor .margin-view-overlays:hover .folding, -.monaco-editor .margin-view-overlays .folding.alwaysShowFoldIcons { - opacity: 1; -} - -.monaco-editor .margin-view-overlays .folding.collapsed { - background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTUgMTUiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDE1IDE1OyI+CjxyZWN0IHg9IjMiIHk9IjMiIHN0eWxlPSJmaWxsOiNFOEU4RTgiIHdpZHRoPSI5IiBoZWlnaHQ9IjkiLz4KPHBhdGggc3R5bGU9ImZpbGw6I0I2QjZCNiIgZD0iTTExLDR2N0g0VjRIMTEgTTEyLDNIM3Y5aDlWM0wxMiwzeiIvPgo8bGluZSBzdHlsZT0iZmlsbDpub25lO3N0cm9rZTojNkI2QjZCO3N0cm9rZS1taXRlcmxpbWl0OjEwIiB4MT0iMTAiIHkxPSI3LjUiIHgyPSI1IiB5Mj0iNy41Ii8+CjxsaW5lIHN0eWxlPSJmaWxsOm5vbmU7c3Ryb2tlOiM2QjZCNkI7c3Ryb2tlLW1pdGVybGltaXQ6MTAiIHgxPSI3LjUiIHkxPSI1IiB4Mj0iNy41IiB5Mj0iMTAiLz4KPC9zdmc+"); - opacity: 1; -} - -.monaco-editor.hc-black .margin-view-overlays .folding.collapsed, -.monaco-editor.vs-dark .margin-view-overlays .folding.collapsed { - background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTUgMTUiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDE1IDE1OyI+CjxyZWN0IHg9IjMiIHk9IjMiIHN0eWxlPSJvcGFjaXR5OjAuMTtmaWxsOiNGRkZGRkYiIHdpZHRoPSI5IiBoZWlnaHQ9IjkiLz4KPHBhdGggc3R5bGU9ImZpbGw6IzVBNUE1QSIgZD0iTTExLDR2N0g0VjRIMTEgTTEyLDNIM3Y5aDlWM0wxMiwzeiIvPgo8bGluZSBzdHlsZT0iZmlsbDpub25lO3N0cm9rZTojQzVDNUM1O3N0cm9rZS1taXRlcmxpbWl0OjEwIiB4MT0iMTAiIHkxPSI3LjUiIHgyPSI1IiB5Mj0iNy41Ii8+CjxsaW5lIHN0eWxlPSJmaWxsOm5vbmU7c3Ryb2tlOiNDNUM1QzU7c3Ryb2tlLW1pdGVybGltaXQ6MTAiIHgxPSI3LjUiIHkxPSI1IiB4Mj0iNy41IiB5Mj0iMTAiLz4KPC9zdmc+"); -} - -.monaco-editor .inline-folded:after { - color: grey; - margin: 0.1em 0.2em 0 0.2em; - content: "⋯"; - display: inline; - line-height: 1em; - cursor: pointer; -} -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ - -.monaco-editor .peekview-widget .head { - -webkit-box-sizing: border-box; - -o-box-sizing: border-box; - -moz-box-sizing: border-box; - -ms-box-sizing: border-box; - box-sizing: border-box; - display: flex; -} - -.monaco-editor .peekview-widget .head .peekview-title { - display: inline-block; - font-size: 13px; - margin-left: 20px; - cursor: pointer; -} - -.monaco-editor .peekview-widget .head .peekview-title .icon { - display: inline-block; - height: 16px; - width: 16px; - vertical-align: text-bottom; - margin-right: 4px; -} - -.monaco-editor .peekview-widget .head .peekview-title .dirname:not(:empty) { - font-size: 0.9em; - margin-left: 0.5em; -} - -.monaco-editor .peekview-widget .head .peekview-actions { - flex: 1; - text-align: right; - padding-right: 2px; -} - -.monaco-editor .peekview-widget .head .peekview-actions > .monaco-action-bar { - display: inline-block; -} - -.monaco-editor .peekview-widget .head .peekview-actions > .monaco-action-bar, -.monaco-editor .peekview-widget .head .peekview-actions > .monaco-action-bar > .actions-container { - height: 100%; -} - -.monaco-editor .peekview-widget .head .peekview-actions > .monaco-action-bar .action-item { - margin-left: 4px; -} - -.monaco-editor .peekview-widget .head .peekview-actions > .monaco-action-bar .action-label { - width: 16px; - height: 100%; - margin: 0; - line-height: inherit; - background-repeat: no-repeat; - background-position: center center; -} - -.monaco-editor .peekview-widget .head .peekview-actions > .monaco-action-bar .action-label.octicon { - margin: 0; -} - -.monaco-editor .peekview-widget .head .peekview-actions .action-label.icon.close-peekview-action { - background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMyAzIDE2IDE2IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDMgMyAxNiAxNiI+PHBvbHlnb24gZmlsbD0iIzQyNDI0MiIgcG9pbnRzPSIxMi41OTcsMTEuMDQyIDE1LjQsMTMuODQ1IDEzLjg0NCwxNS40IDExLjA0MiwxMi41OTggOC4yMzksMTUuNCA2LjY4MywxMy44NDUgOS40ODUsMTEuMDQyIDYuNjgzLDguMjM5IDguMjM4LDYuNjgzIDExLjA0Miw5LjQ4NiAxMy44NDUsNi42ODMgMTUuNCw4LjIzOSIvPjwvc3ZnPg==") center center no-repeat; -} - -.monaco-editor .peekview-widget > .body { - border-top: 1px solid; - position: relative; -} - -/* Dark Theme */ -/* High Contrast Theme */ - -.monaco-editor.hc-black .peekview-widget .head .peekview-actions .action-label.icon.close-peekview-action, -.monaco-editor.vs-dark .peekview-widget .head .peekview-actions .action-label.icon.close-peekview-action { - background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMyAzIDE2IDE2IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDMgMyAxNiAxNiI+PHBvbHlnb24gZmlsbD0iI2U4ZThlOCIgcG9pbnRzPSIxMi41OTcsMTEuMDQyIDE1LjQsMTMuODQ1IDEzLjg0NCwxNS40IDExLjA0MiwxMi41OTggOC4yMzksMTUuNCA2LjY4MywxMy44NDUgOS40ODUsMTEuMDQyIDYuNjgzLDguMjM5IDguMjM4LDYuNjgzIDExLjA0Miw5LjQ4NiAxMy44NDUsNi42ODMgMTUuNCw4LjIzOSIvPjwvc3ZnPg==") center center no-repeat; -} - -.monaco-editor .peekview-widget .peekview-actions .icon.chevron-up { - background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwKSI+CjxwYXRoIGQ9Ik0xNCAxMC41TDEyLjk0NTMgMTEuNTU1N0w4IDYuNjEwNDVMMy4wNTQ3MyAxMS41NTU3TDIgMTAuNUw4IDQuNUwxNCAxMC41WiIgZmlsbD0iIzRCNEI0QiIvPgo8L2c+CjxkZWZzPgo8Y2xpcFBhdGggaWQ9ImNsaXAwIj4KPHJlY3Qgd2lkdGg9IjEyIiBoZWlnaHQ9IjEyIiBmaWxsPSJ3aGl0ZSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMiAyKSIvPgo8L2NsaXBQYXRoPgo8L2RlZnM+Cjwvc3ZnPgo=") center center no-repeat; -} - -.vs-dark .monaco-editor .peekview-widget .peekview-actions .icon.chevron-up { - background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwKSI+CjxwYXRoIGQ9Ik0xNCAxMC41TDEyLjk0NTMgMTEuNTU1N0w4IDYuNjEwNDVMMy4wNTQ3MyAxMS41NTU3TDIgMTAuNUw4IDQuNUwxNCAxMC41WiIgZmlsbD0iI0M4QzhDOCIvPgo8L2c+CjxkZWZzPgo8Y2xpcFBhdGggaWQ9ImNsaXAwIj4KPHJlY3Qgd2lkdGg9IjEyIiBoZWlnaHQ9IjEyIiBmaWxsPSJ3aGl0ZSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMiAyKSIvPgo8L2NsaXBQYXRoPgo8L2RlZnM+Cjwvc3ZnPgo=") center center no-repeat; -} - -.hc-black .monaco-editor .peekview-widget .peekview-actions .icon.chevron-up { - background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwKSI+CjxwYXRoIGQ9Ik0xNCAxMC41TDEyLjk0NTMgMTEuNTU1N0w4IDYuNjEwNDVMMy4wNTQ3MyAxMS41NTU3TDIgMTAuNUw4IDQuNUwxNCAxMC41WiIgZmlsbD0id2hpdGUiLz4KPC9nPgo8ZGVmcz4KPGNsaXBQYXRoIGlkPSJjbGlwMCI+CjxyZWN0IHdpZHRoPSIxMiIgaGVpZ2h0PSIxMiIgZmlsbD0id2hpdGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDIgMikiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4K") center center no-repeat; -} - -.monaco-editor .peekview-widget .peekview-actions .icon.chevron-down { - background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwKSI+CjxwYXRoIGQ9Ik0yIDUuNUwzLjA1NDczIDQuNDQ0MjhMOCA5LjM4OTU1TDEyLjk0NTMgNC40NDQyOEwxNCA1LjVMOCAxMS41TDIgNS41WiIgZmlsbD0iIzRCNEI0QiIvPgo8L2c+CjxkZWZzPgo8Y2xpcFBhdGggaWQ9ImNsaXAwIj4KPHJlY3Qgd2lkdGg9IjEyIiBoZWlnaHQ9IjEyIiBmaWxsPSJ3aGl0ZSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMiAyKSIvPgo8L2NsaXBQYXRoPgo8L2RlZnM+Cjwvc3ZnPgo=") center center no-repeat; -} - -.vs-dark .monaco-editor .peekview-widget .peekview-actions .icon.chevron-down { - background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwKSI+CjxwYXRoIGQ9Ik0yIDUuNUwzLjA1NDczIDQuNDQ0MjhMOCA5LjM4OTU1TDEyLjk0NTMgNC40NDQyOEwxNCA1LjVMOCAxMS41TDIgNS41WiIgZmlsbD0iI0M4QzhDOCIvPgo8L2c+CjxkZWZzPgo8Y2xpcFBhdGggaWQ9ImNsaXAwIj4KPHJlY3Qgd2lkdGg9IjEyIiBoZWlnaHQ9IjEyIiBmaWxsPSJ3aGl0ZSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMiAyKSIvPgo8L2NsaXBQYXRoPgo8L2RlZnM+Cjwvc3ZnPgo=") center center no-repeat; -} - -.hc-black .monaco-editor .peekview-widget .peekview-actions .icon.chevron-down { - background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwKSI+CjxwYXRoIGQ9Ik0yIDUuNUwzLjA1NDczIDQuNDQ0MjhMOCA5LjM4OTU1TDEyLjk0NTMgNC40NDQyOEwxNCA1LjVMOCAxMS41TDIgNS41WiIgZmlsbD0id2hpdGUiLz4KPC9nPgo8ZGVmcz4KPGNsaXBQYXRoIGlkPSJjbGlwMCI+CjxyZWN0IHdpZHRoPSIxMiIgaGVpZ2h0PSIxMiIgZmlsbD0id2hpdGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDIgMikiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4K") center center no-repeat; -} - - -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ - -/* -------------------- IE10 remove auto clear button -------------------- */ - -::-ms-clear { - display: none; -} - -/* All widgets */ -/* I am not a big fan of this rule */ -.monaco-editor .editor-widget input { - color: inherit; -} - -/* -------------------- Editor -------------------- */ - -.monaco-editor { - position: relative; - overflow: visible; - -webkit-text-size-adjust: 100%; - -webkit-font-feature-settings: "liga" off, "calt" off; - font-feature-settings: "liga" off, "calt" off; -} -.monaco-editor.enable-ligatures { - -webkit-font-feature-settings: "liga" on, "calt" on; - font-feature-settings: "liga" on, "calt" on; -} - -/* -------------------- Misc -------------------- */ - -.monaco-editor .overflow-guard { - position: relative; - overflow: hidden; -} - -.monaco-editor .view-overlays { - position: absolute; - top: 0; -} -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ - -.monaco-editor .vs-whitespace { - display:inline-block; -} - - -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ - -.monaco-editor .inputarea { - min-width: 0; - min-height: 0; - margin: 0; - padding: 0; - position: absolute; - outline: none !important; - resize: none; - border: none; - overflow: hidden; - color: transparent; - background-color: transparent; -} -/*.monaco-editor .inputarea { - position: fixed !important; - width: 800px !important; - height: 500px !important; - top: initial !important; - left: initial !important; - bottom: 0 !important; - right: 0 !important; - color: black !important; - background: white !important; - line-height: 15px !important; - font-size: 14px !important; -}*/ -.monaco-editor .inputarea.ime-input { - z-index: 10; -} - -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ - -.monaco-editor .margin-view-overlays .line-numbers { - position: absolute; - text-align: right; - display: inline-block; - vertical-align: middle; - box-sizing: border-box; - cursor: default; - height: 100%; -} - -.monaco-editor .relative-current-line-number { - text-align: left; - display: inline-block; - width: 100%; -} - -.monaco-editor .margin-view-overlays .line-numbers { - cursor: -webkit-image-set( - url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNSIgaGVpZ2h0PSIyNSIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCAxNSAyNSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTUgMjU7Ij48cG9seWdvbiBzdHlsZT0iZmlsbDojRkZGRkZGO3N0cm9rZTojMDAwMDAwIiBwb2ludHM9IjE0LjUsMS4yIDEuOSwxMy44IDcsMTMuOCAzLjIsMjEuNSA2LjMsMjIuNSAxMC4xLDE0LjkgMTQuNSwxOCIvPjwvc3ZnPg==") 1x, - url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMzAiIGhlaWdodD0iNTAiIHZpZXdCb3g9IjAgMCAzMCA1MCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzAgNTA7Ij48cG9seWdvbiBzdHlsZT0iZmlsbDojRkZGRkZGO3N0cm9rZTojMDAwMDAwO3N0cm9rZS13aWR0aDoyOyIgcG9pbnRzPSIyOSwyLjQgMy44LDI3LjYgMTQsMjcuNiA2LjQsNDMgMTIuNiw0NSAyMC4yLDI5LjggMjksMzYiLz48L3N2Zz4K") 2x - ) 30 0, default; -} - -.monaco-editor.mac .margin-view-overlays .line-numbers { - cursor: -webkit-image-set( - url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgMTMgMTkiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDEzIDE5OyIgd2lkdGg9IjEzIiBoZWlnaHQ9IjE5Ij48c3R5bGUgdHlwZT0idGV4dC9jc3MiPi5zdDB7c3Ryb2tlOiNGRkZGRkY7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fTwvc3R5bGU+PHRpdGxlPmZsaXBwZWQtY3Vyc29yLW1hYzwvdGl0bGU+PHBhdGggY2xhc3M9InN0MCIgZD0iTTUuMywxNi42bDEuNi00LjdIMi4xTDEyLjUsMS4ydjE0LjRMOS43LDEzbC0xLjYsNC42Yy0wLjIsMC41LTAuOCwwLjgtMS4zLDAuNkw2LDE3LjkgQzUuNCwxNy43LDUuMSwxNy4yLDUuMywxNi42eiIvPjwvc3ZnPgo=") 1x, - url("data:image/svg+xml;base64,CjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmlld0JveD0iMCAwIDI2IDM4IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAyNiAzODsiIHdpZHRoPSIyNiIgaGVpZ2h0PSIzOCI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe3N0cm9rZTojRkZGRkZGO3N0cm9rZS1taXRlcmxpbWl0OjEwO308L3N0eWxlPgk8dGl0bGU+ZmxpcHBlZC1jdXJzb3ItbWFjPC90aXRsZT48cGF0aCBjbGFzcz0ic3QwIiBkPSJNMTAuNiwzMy4ybDMuMi05LjRINC4yTDI1LDIuNHYyOC44TDE5LjQsMjZsLTMuMiw5LjJjLTAuNCwxLTEuNiwxLjYtMi42LDEuMkwxMiwzNS44IEMxMC44LDM1LjQsMTAuMiwzNC40LDEwLjYsMzMuMnoiLz48L3N2Zz4K") 2x - ) 24 3, default; -} - -.monaco-editor .margin-view-overlays .line-numbers.lh-odd { - margin-top: 1px; -} - -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ - -.monaco-editor .view-overlays .current-line { - display: block; - position: absolute; - left: 0; - top: 0; - box-sizing: border-box; -} -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ - -.monaco-editor .margin-view-overlays .current-line { - display: block; - position: absolute; - left: 0; - top: 0; - box-sizing: border-box; -} - -.monaco-editor .margin-view-overlays .current-line.current-line-margin.current-line-margin-both { - border-right: 0; -} -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ - -/* - Keeping name short for faster parsing. - cdr = core decorations rendering (div) -*/ -.monaco-editor .lines-content .cdr { - position: absolute; -} -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ - -/* Arrows */ -.monaco-scrollable-element > .scrollbar > .up-arrow { - background: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTEgMTEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0ibTkuNDgwNDYsOC45NjE1bDEuMjYsLTEuMjZsLTUuMDQsLTUuMDRsLTUuNDYsNS4wNGwxLjI2LDEuMjZsNC4yLC0zLjc4bDMuNzgsMy43OHoiIGZpbGw9IiM0MjQyNDIiLz48L3N2Zz4="); - cursor: pointer; -} -.monaco-scrollable-element > .scrollbar > .down-arrow { - background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMSAxMSI+PHBhdGggdHJhbnNmb3JtPSJyb3RhdGUoLTE4MCA1LjQ5MDQ1OTkxODk3NTgzLDUuODExNTAwMDcyNDc5MjQ4KSIgZmlsbD0iIzQyNDI0MiIgZD0ibTkuNDgwNDYsOC45NjE1bDEuMjYsLTEuMjZsLTUuMDQsLTUuMDRsLTUuNDYsNS4wNGwxLjI2LDEuMjZsNC4yLC0zLjc4bDMuNzgsMy43OHoiLz48L3N2Zz4="); - cursor: pointer; -} -.monaco-scrollable-element > .scrollbar > .left-arrow { - background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMSAxMSI+PHBhdGggdHJhbnNmb3JtPSJyb3RhdGUoLTkwIDUuNDkwNDU5OTE4OTc1ODMxLDUuNDMxMzgyMTc5MjYwMjU0KSIgZmlsbD0iIzQyNDI0MiIgZD0ibTkuNDgwNDYsOC41ODEzOGwxLjI2LC0xLjI2bC01LjA0LC01LjA0bC01LjQ2LDUuMDRsMS4yNiwxLjI2bDQuMiwtMy43OGwzLjc4LDMuNzh6Ii8+PC9zdmc+"); - cursor: pointer; -} -.monaco-scrollable-element > .scrollbar > .right-arrow { - background: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTEgMTEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggdHJhbnNmb3JtPSJyb3RhdGUoOTAgNS42MTcxNjUwODg2NTM1NjQ1LDUuNTU4MDg5NzMzMTIzNzgpICIgZmlsbD0iIzQyNDI0MiIgZD0ibTkuNjA3MTcsOC43MDgwOWwxLjI2LC0xLjI2bC01LjA0LC01LjA0bC01LjQ2LDUuMDRsMS4yNiwxLjI2bDQuMiwtMy43OGwzLjc4LDMuNzh6Ii8+PC9zdmc+"); - cursor: pointer; -} - -.hc-black .monaco-scrollable-element > .scrollbar > .up-arrow, -.vs-dark .monaco-scrollable-element > .scrollbar > .up-arrow { - background: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTEgMTEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0ibTkuNDgwNDYsOC45NjE1bDEuMjYsLTEuMjZsLTUuMDQsLTUuMDRsLTUuNDYsNS4wNGwxLjI2LDEuMjZsNC4yLC0zLjc4bDMuNzgsMy43OHoiIGZpbGw9IiNFOEU4RTgiLz48L3N2Zz4="); -} -.hc-black .monaco-scrollable-element > .scrollbar > .down-arrow, -.vs-dark .monaco-scrollable-element > .scrollbar > .down-arrow { - background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMSAxMSI+PHBhdGggdHJhbnNmb3JtPSJyb3RhdGUoLTE4MCA1LjQ5MDQ1OTkxODk3NTgzLDUuODExNTAwMDcyNDc5MjQ4KSIgZmlsbD0iI0U4RThFOCIgZD0ibTkuNDgwNDYsOC45NjE1bDEuMjYsLTEuMjZsLTUuMDQsLTUuMDRsLTUuNDYsNS4wNGwxLjI2LDEuMjZsNC4yLC0zLjc4bDMuNzgsMy43OHoiLz48L3N2Zz4="); -} -.hc-black .monaco-scrollable-element > .scrollbar > .left-arrow, -.vs-dark .monaco-scrollable-element > .scrollbar > .left-arrow { - background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMSAxMSI+PHBhdGggdHJhbnNmb3JtPSJyb3RhdGUoLTkwIDUuNDkwNDU5OTE4OTc1ODMxLDUuNDMxMzgyMTc5MjYwMjU0KSIgZmlsbD0iI0U4RThFOCIgZD0ibTkuNDgwNDYsOC41ODEzOGwxLjI2LC0xLjI2bC01LjA0LC01LjA0bC01LjQ2LDUuMDRsMS4yNiwxLjI2bDQuMiwtMy43OGwzLjc4LDMuNzh6Ii8+PC9zdmc+"); -} -.hc-black .monaco-scrollable-element > .scrollbar > .right-arrow, -.vs-dark .monaco-scrollable-element > .scrollbar > .right-arrow { - background: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTEgMTEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggdHJhbnNmb3JtPSJyb3RhdGUoOTAgNS42MTcxNjUwODg2NTM1NjQ1LDUuNTU4MDg5NzMzMTIzNzgpICIgZmlsbD0iI0U4RThFOCIgZD0ibTkuNjA3MTcsOC43MDgwOWwxLjI2LC0xLjI2bC01LjA0LC01LjA0bC01LjQ2LDUuMDRsMS4yNiwxLjI2bDQuMiwtMy43OGwzLjc4LDMuNzh6Ii8+PC9zdmc+"); -} - -.monaco-scrollable-element > .visible { - opacity: 1; - - /* Background rule added for IE9 - to allow clicks on dom node */ - background:rgba(0,0,0,0); - - transition: opacity 100ms linear; -} -.monaco-scrollable-element > .invisible { - opacity: 0; - pointer-events: none; -} -.monaco-scrollable-element > .invisible.fade { - transition: opacity 800ms linear; -} - -/* Scrollable Content Inset Shadow */ -.monaco-scrollable-element > .shadow { - position: absolute; - display: none; -} -.monaco-scrollable-element > .shadow.top { - display: block; - top: 0; - left: 3px; - height: 3px; - width: 100%; - box-shadow: #DDD 0 6px 6px -6px inset; -} -.monaco-scrollable-element > .shadow.left { - display: block; - top: 3px; - left: 0; - height: 100%; - width: 3px; - box-shadow: #DDD 6px 0 6px -6px inset; -} -.monaco-scrollable-element > .shadow.top-left-corner { - display: block; - top: 0; - left: 0; - height: 3px; - width: 3px; -} -.monaco-scrollable-element > .shadow.top.left { - box-shadow: #DDD 6px 6px 6px -6px inset; -} - -/* ---------- Default Style ---------- */ - -.vs .monaco-scrollable-element > .scrollbar > .slider { - background: rgba(100, 100, 100, .4); -} -.vs-dark .monaco-scrollable-element > .scrollbar > .slider { - background: rgba(121, 121, 121, .4); -} -.hc-black .monaco-scrollable-element > .scrollbar > .slider { - background: rgba(111, 195, 223, .6); -} - -.monaco-scrollable-element > .scrollbar > .slider:hover { - background: rgba(100, 100, 100, .7); -} -.hc-black .monaco-scrollable-element > .scrollbar > .slider:hover { - background: rgba(111, 195, 223, .8); -} - -.monaco-scrollable-element > .scrollbar > .slider.active { - background: rgba(0, 0, 0, .6); -} -.vs-dark .monaco-scrollable-element > .scrollbar > .slider.active { - background: rgba(191, 191, 191, .4); -} -.hc-black .monaco-scrollable-element > .scrollbar > .slider.active { - background: rgba(111, 195, 223, 1); -} - -.vs-dark .monaco-scrollable-element .shadow.top { - box-shadow: none; -} - -.vs-dark .monaco-scrollable-element .shadow.left { - box-shadow: #000 6px 0 6px -6px inset; -} - -.vs-dark .monaco-scrollable-element .shadow.top.left { - box-shadow: #000 6px 6px 6px -6px inset; -} - -.hc-black .monaco-scrollable-element .shadow.top { - box-shadow: none; -} - -.hc-black .monaco-scrollable-element .shadow.left { - box-shadow: none; -} - -.hc-black .monaco-scrollable-element .shadow.top.left { - box-shadow: none; -} -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ - -.monaco-editor .glyph-margin { - position: absolute; - top: 0; -} - -/* - Keeping name short for faster parsing. - cgmr = core glyph margin rendering (div) -*/ -.monaco-editor .margin-view-overlays .cgmr { - position: absolute; -} - -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ - -/* - Keeping name short for faster parsing. - cigr = core ident guides rendering (div) -*/ -.monaco-editor .lines-content .cigr { - position: absolute; -} -.monaco-editor .lines-content .cigra { - position: absolute; -} - -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ - -/* Uncomment to see lines flashing when they're painted */ -/*.monaco-editor .view-lines > .view-line { - background-color: none; - animation-name: flash-background; - animation-duration: 800ms; -} -@keyframes flash-background { - 0% { background-color: lightgreen; } - 100% { background-color: none } -}*/ - -.monaco-editor.no-user-select .lines-content, -.monaco-editor.no-user-select .view-line, -.monaco-editor.no-user-select .view-lines { - -webkit-user-select: none; - -ms-user-select: none; - -khtml-user-select: none; - -moz-user-select: none; - -o-user-select: none; - user-select: none; -} - -.monaco-editor .view-lines { - cursor: text; - white-space: nowrap; -} - -.monaco-editor.vs-dark.mac .view-lines, -.monaco-editor.hc-black.mac .view-lines { - cursor: -webkit-image-set(url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAAL0lEQVQoz2NgCD3x//9/BhBYBWdhgFVAiVW4JBFKGIa4AqD0//9D3pt4I4tAdAMAHTQ/j5Zom30AAAAASUVORK5CYII=) 1x, url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAAAz0lEQVRIx2NgYGBY/R8I/vx5eelX3n82IJ9FxGf6tksvf/8FiTMQAcAGQMDvSwu09abffY8QYSAScNk45G198eX//yev73/4///701eh//kZSARckrNBRvz//+8+6ZohwCzjGNjdgQxkAg7B9WADeBjIBqtJCbhRA0YNoIkBSNmaPEMoNmA0FkYNoFKhapJ6FGyAH3nauaSmPfwI0v/3OukVi0CIZ+F25KrtYcx/CTIy0e+rC7R1Z4KMICVTQQ14feVXIbR695u14+Ir4gwAAD49E54wc1kWAAAAAElFTkSuQmCC) 2x) 5 8, text; -} - -.monaco-editor .view-line { - position: absolute; - width: 100%; -} - -/* TODO@tokenization bootstrap fix */ -/*.monaco-editor .view-line > span > span { - float: none; - min-height: inherit; - margin-left: inherit; -}*/ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -.monaco-editor .lines-decorations { - position: absolute; - top: 0; - background: white; -} - -/* - Keeping name short for faster parsing. - cldr = core lines decorations rendering (div) -*/ -.monaco-editor .margin-view-overlays .cldr { - position: absolute; - height: 100%; -} -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ - -/* - Keeping name short for faster parsing. - cmdr = core margin decorations rendering (div) -*/ -.monaco-editor .margin-view-overlays .cmdr { - position: absolute; - left: 0; - width: 100%; - height: 100%; -} -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ - -/* START cover the case that slider is visible on mouseover */ -.monaco-editor .minimap.slider-mouseover .minimap-slider { - opacity: 0; - transition: opacity 100ms linear; -} -.monaco-editor .minimap.slider-mouseover:hover .minimap-slider { - opacity: 1; -} -.monaco-editor .minimap.slider-mouseover .minimap-slider.active { - opacity: 1; -} -/* END cover the case that slider is visible on mouseover */ - -.monaco-editor .minimap-shadow-hidden { - position: absolute; - width: 0; -} -.monaco-editor .minimap-shadow-visible { - position: absolute; - left: -6px; - width: 6px; -} - -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -.monaco-editor .overlayWidgets { - position: absolute; - top: 0; - left:0; -} -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ - -.monaco-editor .view-ruler { - position: absolute; - top: 0; -} -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ - -.monaco-editor .scroll-decoration { - position: absolute; - top: 0; - left: 0; - height: 6px; -} -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ - -/* - Keeping name short for faster parsing. - cslr = core selections layer rendering (div) -*/ -.monaco-editor .lines-content .cslr { - position: absolute; -} - -.monaco-editor .top-left-radius { border-top-left-radius: 3px; } -.monaco-editor .bottom-left-radius { border-bottom-left-radius: 3px; } -.monaco-editor .top-right-radius { border-top-right-radius: 3px; } -.monaco-editor .bottom-right-radius { border-bottom-right-radius: 3px; } - -.monaco-editor.hc-black .top-left-radius { border-top-left-radius: 0; } -.monaco-editor.hc-black .bottom-left-radius { border-bottom-left-radius: 0; } -.monaco-editor.hc-black .top-right-radius { border-top-right-radius: 0; } -.monaco-editor.hc-black .bottom-right-radius { border-bottom-right-radius: 0; } - -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -.monaco-editor .cursors-layer { - position: absolute; - top: 0; -} - -.monaco-editor .cursors-layer > .cursor { - position: absolute; - cursor: text; - overflow: hidden; -} - -/* -- smooth-caret-animation -- */ -.monaco-editor .cursors-layer.cursor-smooth-caret-animation > .cursor { - transition: 80ms; -} - -/* -- block-outline-style -- */ -.monaco-editor .cursors-layer.cursor-block-outline-style > .cursor { - box-sizing: border-box; - background: transparent !important; - border-style: solid; - border-width: 1px; -} - -/* -- underline-style -- */ -.monaco-editor .cursors-layer.cursor-underline-style > .cursor { - border-bottom-width: 2px; - border-bottom-style: solid; - background: transparent !important; - box-sizing: border-box; -} - -/* -- underline-thin-style -- */ -.monaco-editor .cursors-layer.cursor-underline-thin-style > .cursor { - border-bottom-width: 1px; - border-bottom-style: solid; - background: transparent !important; - box-sizing: border-box; -} - -@keyframes monaco-cursor-smooth { - 0%, - 20% { - opacity: 1; - } - 60%, - 100% { - opacity: 0; - } -} - -@keyframes monaco-cursor-phase { - 0%, - 20% { - opacity: 1; - } - 90%, - 100% { - opacity: 0; - } -} - -@keyframes monaco-cursor-expand { - 0%, - 20% { - transform: scaleY(1); - } - 80%, - 100% { - transform: scaleY(0); - } -} - -.cursor-smooth { - animation: monaco-cursor-smooth 0.5s ease-in-out 0s 20 alternate; -} - -.cursor-phase { - animation: monaco-cursor-phase 0.5s ease-in-out 0s 20 alternate; -} - -.cursor-expand > .cursor { - animation: monaco-cursor-expand 0.5s ease-in-out 0s 20 alternate; -} -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -.monaco-editor .zone-widget { - position: absolute; - z-index: 10; -} - - -.monaco-editor .zone-widget .zone-widget-container { - border-top-style: solid; - border-bottom-style: solid; - border-top-width: 0; - border-bottom-width: 0; - position: relative; -} - -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ - -/* -- zone widget */ -.monaco-editor .zone-widget .zone-widget-container.reference-zone-widget { - border-top-width: 1px; - border-bottom-width: 1px; -} - -.monaco-editor .reference-zone-widget .inline { - display: inline-block; - vertical-align: top; -} - -.monaco-editor .reference-zone-widget .messages { - height: 100%; - width: 100%; - text-align: center; - padding: 3em 0; -} - -.monaco-editor .reference-zone-widget .ref-tree { - line-height: 23px; -} - -.monaco-editor .reference-zone-widget .ref-tree .reference { - text-overflow: ellipsis; - overflow: hidden; -} - -.monaco-editor .reference-zone-widget .ref-tree .reference-file { - display: inline-flex; - width: 100%; - height: 100%; -} - -.monaco-editor .reference-zone-widget .ref-tree .monaco-list:focus .selected .reference-file { - color: inherit !important; -} - -.monaco-editor .reference-zone-widget .ref-tree .reference-file .count { - margin-right: 12px; - margin-left: auto; -} - -/* High Contrast Theming */ - -.monaco-editor.hc-black .reference-zone-widget .ref-tree .reference-file { - font-weight: bold; -} - -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ - -/* ---------- Icon label ---------- */ - -.monaco-icon-label { - display: flex; /* required for icons support :before rule */ - overflow: hidden; - text-overflow: ellipsis; -} - -.monaco-icon-label::before { - - /* svg icons rendered as background image */ - background-size: 16px; - background-position: left center; - background-repeat: no-repeat; - padding-right: 6px; - width: 16px; - height: 22px; - display: inline-block; - - /* fonts icons */ - -webkit-font-smoothing: antialiased; - vertical-align: top; - - flex-shrink: 0; /* fix for https://github.com/Microsoft/vscode/issues/13787 */ -} - -.monaco-icon-label > .monaco-icon-label-description-container { - overflow: hidden; /* this causes the label/description to shrink first if decorations are enabled */ - text-overflow: ellipsis; -} - -.monaco-icon-label > .monaco-icon-label-description-container > .label-name { - color: inherit; - white-space: pre; /* enable to show labels that include multiple whitespaces */ -} - -.monaco-icon-label > .monaco-icon-label-description-container > .label-description { - opacity: .7; - margin-left: 0.5em; - font-size: 0.9em; - white-space: pre; /* enable to show labels that include multiple whitespaces */ -} - -.monaco-icon-label.italic > .monaco-icon-label-description-container > .label-name, -.monaco-icon-label.italic > .monaco-icon-label-description-container > .label-description { - font-style: italic; -} - -.monaco-icon-label::after { - opacity: 0.75; - font-size: 90%; - font-weight: 600; - padding: 0 12px 0 5px; - margin-left: auto; - text-align: center; -} - -/* make sure selection color wins when a label is being selected */ -.monaco-tree.focused .selected .monaco-icon-label, /* tree */ -.monaco-tree.focused .selected .monaco-icon-label::after, -.monaco-list:focus .selected .monaco-icon-label, /* list */ -.monaco-list:focus .selected .monaco-icon-label::after -{ - color: inherit !important; -} - -.monaco-tree-row.focused.selected .label-description, -.monaco-tree-row.selected .label-description, -.monaco-list-row.focused.selected .label-description, -.monaco-list-row.selected .label-description { - opacity: .8; -} -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ - -.monaco-count-badge { - padding: 0.3em 0.5em; - border-radius: 1em; - font-size: 85%; - min-width: 1.6em; - line-height: 1em; - font-weight: normal; - text-align: center; - display: inline-block; - box-sizing: border-box; -} -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ - -.monaco-list { - position: relative; - height: 100%; - width: 100%; - white-space: nowrap; -} - -.monaco-list.mouse-support { - -webkit-user-select: none; - -khtml-user-select: none; - -moz-user-select: -moz-none; - -ms-user-select: none; - -o-user-select: none; - user-select: none; -} - -.monaco-list > .monaco-scrollable-element { - height: 100%; -} - -.monaco-list-rows { - position: relative; - width: 100%; - height: 100%; -} - -.monaco-list.horizontal-scrolling .monaco-list-rows { - width: auto; - min-width: 100%; -} - -.monaco-list-row { - position: absolute; - -moz-box-sizing: border-box; - -o-box-sizing: border-box; - -ms-box-sizing: border-box; - box-sizing: border-box; - overflow: hidden; - width: 100%; -} - -.monaco-list.mouse-support .monaco-list-row { - cursor: pointer; - touch-action: none; -} - -/* for OS X ballistic scrolling */ -.monaco-list-row.scrolling { - display: none !important; -} - -/* Focus */ -.monaco-list.element-focused, .monaco-list.selection-single, .monaco-list.selection-multiple { - outline: 0 !important; -} - -/* Dnd */ -.monaco-drag-image { - display: inline-block; - padding: 1px 7px; - border-radius: 10px; - font-size: 12px; - position: absolute; -} - -/* Type filter */ - -.monaco-list-type-filter { - display: flex; - align-items: center; - position: absolute; - border-radius: 2px; - padding: 0px 3px; - max-width: calc(100% - 10px); - text-overflow: ellipsis; - overflow: hidden; - text-align: right; - box-sizing: border-box; - cursor: all-scroll; - font-size: 13px; - line-height: 18px; - height: 20px; - z-index: 1; - top: 4px; -} - -.monaco-list-type-filter.dragging { - transition: top 0.2s, left 0.2s; -} - -.monaco-list-type-filter.ne { - right: 4px; -} - -.monaco-list-type-filter.nw { - left: 4px; -} - -.monaco-list-type-filter > .controls { - display: flex; - align-items: center; - box-sizing: border-box; - transition: width 0.2s; - width: 0; -} - -.monaco-list-type-filter.dragging > .controls, -.monaco-list-type-filter:hover > .controls { - width: 36px; -} - -.monaco-list-type-filter > .controls > * { - box-sizing: border-box; - width: 16px; - height: 16px; - margin: 0 0 0 2px; - flex-shrink: 0; -} - -.monaco-list-type-filter > .controls > .filter { - -webkit-appearance: none; - width: 16px; - height: 16px; - background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTYgOS45OTk1MUgyVjExLjk5OTVINlY5Ljk5OTUxWiIgZmlsbD0iIzRCNEI0QiIvPgo8cGF0aCBkPSJNMTAgN0gyVjlIMTBWN1oiIGZpbGw9IiM0QjRCNEIiLz4KPHBhdGggZD0iTTE0IDRIMlY2SDE0VjRaIiBmaWxsPSIjNEI0QjRCIi8+Cjwvc3ZnPgo="); - background-position: 50% 50%; - cursor: pointer; -} - -.monaco-list-type-filter > .controls > .filter:checked { - background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwLjAwMDIgMTBINi4wMDAyNFYxMkgxMC4wMDAyVjEwWiIgZmlsbD0iIzQyNDI0MiIvPgo8cGF0aCBkPSJNMTEuOTk5OCA3SDMuOTk5NzZWOUgxMS45OTk4VjdaIiBmaWxsPSIjNDI0MjQyIi8+CjxwYXRoIGQ9Ik0xNCA0SDJWNkgxNFY0WiIgZmlsbD0iIzQyNDI0MiIvPgo8L3N2Zz4K"); -} - -.vs-dark .monaco-list-type-filter > .controls > .filter { - background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTYgOS45OTk1MUgyVjExLjk5OTVINlY5Ljk5OTUxWiIgZmlsbD0iI0U4RThFOCIvPgo8cGF0aCBkPSJNMTAgN0gyVjlIMTBWN1oiIGZpbGw9IiNFOEU4RTgiLz4KPHBhdGggZD0iTTE0IDRIMlY2SDE0VjRaIiBmaWxsPSIjRThFOEU4Ii8+Cjwvc3ZnPgo="); -} - -.vs-dark .monaco-list-type-filter > .controls > .filter:checked { - background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwLjAwMDIgMTBINi4wMDAyNFYxMkgxMC4wMDAyVjEwWiIgZmlsbD0iI0U4RThFOCIvPgo8cGF0aCBkPSJNMTEuOTk5OCA3SDMuOTk5NzZWOUgxMS45OTk4VjdaIiBmaWxsPSIjRThFOEU4Ii8+CjxwYXRoIGQ9Ik0xNCA0SDJWNkgxNFY0WiIgZmlsbD0iI0U4RThFOCIvPgo8L3N2Zz4K"); -} - -.hc-black .monaco-list-type-filter > .controls > .filter { - background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTYgOS45OTk1MUgyVjExLjk5OTVINlY5Ljk5OTUxWiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZD0iTTEwIDdIMlY5SDEwVjdaIiBmaWxsPSJ3aGl0ZSIvPgo8cGF0aCBkPSJNMTQgNEgyVjZIMTRWNFoiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo="); -} - -.hc-black .monaco-list-type-filter > .controls > .filter:checked { - background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwLjAwMDIgMTBINi4wMDAyNFYxMkgxMC4wMDAyVjEwWiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZD0iTTExLjk5OTggN0gzLjk5OTc2VjlIMTEuOTk5OFY3WiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZD0iTTE0IDRIMlY2SDE0VjRaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K"); -} - -.monaco-list-type-filter > .controls > .clear { - border: none; - background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMyAzIDE2IDE2IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDMgMyAxNiAxNiI+PHBvbHlnb24gZmlsbD0iIzQyNDI0MiIgcG9pbnRzPSIxMi41OTcsMTEuMDQyIDE1LjQsMTMuODQ1IDEzLjg0NCwxNS40IDExLjA0MiwxMi41OTggOC4yMzksMTUuNCA2LjY4MywxMy44NDUgOS40ODUsMTEuMDQyIDYuNjgzLDguMjM5IDguMjM4LDYuNjgzIDExLjA0Miw5LjQ4NiAxMy44NDUsNi42ODMgMTUuNCw4LjIzOSIvPjwvc3ZnPg=="); - cursor: pointer; -} - -.vs-dark .monaco-list-type-filter > .controls > .clear { - background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMyAzIDE2IDE2IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDMgMyAxNiAxNiI+PHBvbHlnb24gZmlsbD0iI2U4ZThlOCIgcG9pbnRzPSIxMi41OTcsMTEuMDQyIDE1LjQsMTMuODQ1IDEzLjg0NCwxNS40IDExLjA0MiwxMi41OTggOC4yMzksMTUuNCA2LjY4MywxMy44NDUgOS40ODUsMTEuMDQyIDYuNjgzLDguMjM5IDguMjM4LDYuNjgzIDExLjA0Miw5LjQ4NiAxMy44NDUsNi42ODMgMTUuNCw4LjIzOSIvPjwvc3ZnPg=="); -} - -.hc-black .monaco-list-type-filter > .controls > .clear { - background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIgogICB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgaWQ9InN2ZzczMjAiCiAgIHZlcnNpb249IjEuMSIKICAgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAzIDMgMTYgMTYiCiAgIHZpZXdCb3g9IjMgMyAxNiAxNiIKICAgaGVpZ2h0PSIxNiIKICAgd2lkdGg9IjE2Ij4KICA8bWV0YWRhdGEKICAgICBpZD0ibWV0YWRhdGE3MzI2Ij4KICAgIDxyZGY6UkRGPgogICAgICA8Y2M6V29yawogICAgICAgICByZGY6YWJvdXQ9IiI+CiAgICAgICAgPGRjOmZvcm1hdD5pbWFnZS9zdmcreG1sPC9kYzpmb3JtYXQ+CiAgICAgICAgPGRjOnR5cGUKICAgICAgICAgICByZGY6cmVzb3VyY2U9Imh0dHA6Ly9wdXJsLm9yZy9kYy9kY21pdHlwZS9TdGlsbEltYWdlIiAvPgogICAgICAgIDxkYzp0aXRsZT48L2RjOnRpdGxlPgogICAgICA8L2NjOldvcms+CiAgICA8L3JkZjpSREY+CiAgPC9tZXRhZGF0YT4KICA8ZGVmcwogICAgIGlkPSJkZWZzNzMyNCIgLz4KICA8cG9seWdvbgogICAgIHN0eWxlPSJmaWxsOiNmZmZmZmY7ZmlsbC1vcGFjaXR5OjEiCiAgICAgaWQ9InBvbHlnb243MzE4IgogICAgIHBvaW50cz0iMTIuNTk3LDExLjA0MiAxNS40LDEzLjg0NSAxMy44NDQsMTUuNCAxMS4wNDIsMTIuNTk4IDguMjM5LDE1LjQgNi42ODMsMTMuODQ1IDkuNDg1LDExLjA0MiA2LjY4Myw4LjIzOSA4LjIzOCw2LjY4MyAxMS4wNDIsOS40ODYgMTMuODQ1LDYuNjgzIDE1LjQsOC4yMzkiCiAgICAgZmlsbD0iIzQyNDI0MiIgLz4KPC9zdmc+Cg=="); -} - -.monaco-list-type-filter-message { - position: absolute; - box-sizing: border-box; - width: 100%; - height: 100%; - top: 0; - left: 0; - padding: 40px 1em 1em 1em; - text-align: center; - white-space: normal; - opacity: 0.7; - pointer-events: none; -} - -.monaco-list-type-filter-message:empty { - display: none; -} - -/* Electron */ - -.monaco-list-type-filter { - cursor: -webkit-grab; -} - -.monaco-list-type-filter.dragging { - cursor: -webkit-grabbing; -} -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ - -.monaco-tl-row { - display: flex; - height: 100%; - align-items: center; -} - -.monaco-tl-twistie, -.monaco-tl-contents { - height: 100%; -} - -.monaco-tl-twistie { - font-size: 10px; - text-align: right; - margin-right: 6px; - flex-shrink: 0; - width: 16px; -} - -.monaco-tl-contents { - flex: 1; - overflow: hidden; -} - -.monaco-tl-twistie.collapsible { - background-size: 16px; - background-position: 3px 50%; - background-repeat: no-repeat; - background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iIzY0NjQ2NSIgZD0iTTExIDEwSDUuMzQ0TDExIDQuNDE0VjEweiIvPjwvc3ZnPg=="); -} - -.monaco-tl-twistie.collapsible.collapsed:not(.loading) { - display: inline-block; - background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iIzY0NjQ2NSIgZD0iTTYgNHY4bDQtNC00LTR6bTEgMi40MTRMOC41ODYgOCA3IDkuNTg2VjYuNDE0eiIvPjwvc3ZnPg=="); -} - -.vs-dark .monaco-tl-twistie.collapsible:not(.loading) { - background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iI0U4RThFOCIgZD0iTTExIDEwSDUuMzQ0TDExIDQuNDE0VjEweiIvPjwvc3ZnPg=="); -} - -.vs-dark .monaco-tl-twistie.collapsible.collapsed:not(.loading) { - background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iI0U4RThFOCIgZD0iTTYgNHY4bDQtNC00LTR6bTEgMi40MTRMOC41ODYgOCA3IDkuNTg2VjYuNDE0eiIvPjwvc3ZnPg=="); -} - -.hc-black .monaco-tl-twistie.collapsible:not(.loading) { - background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTExIDEwLjA3aC01LjY1Nmw1LjY1Ni01LjY1NnY1LjY1NnoiLz48L3N2Zz4="); -} - -.hc-black .monaco-tl-twistie.collapsible.collapsed:not(.loading) { - background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTYgNHY4bDQtNC00LTR6bTEgMi40MTRsMS41ODYgMS41ODYtMS41ODYgMS41ODZ2LTMuMTcyeiIvPjwvc3ZnPg=="); -} - -.monaco-tl-twistie.loading { - background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0nMS4wJyBzdGFuZGFsb25lPSdubycgPz4KPHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZlcnNpb249JzEuMScgd2lkdGg9JzEwcHgnIGhlaWdodD0nMTBweCc+Cgk8c3R5bGU+CiAgICBjaXJjbGUgewogICAgICBhbmltYXRpb246IGJhbGwgMC42cyBsaW5lYXIgaW5maW5pdGU7CiAgICB9CgogICAgY2lyY2xlOm50aC1jaGlsZCgyKSB7IGFuaW1hdGlvbi1kZWxheTogMC4wNzVzOyB9CiAgICBjaXJjbGU6bnRoLWNoaWxkKDMpIHsgYW5pbWF0aW9uLWRlbGF5OiAwLjE1czsgfQogICAgY2lyY2xlOm50aC1jaGlsZCg0KSB7IGFuaW1hdGlvbi1kZWxheTogMC4yMjVzOyB9CiAgICBjaXJjbGU6bnRoLWNoaWxkKDUpIHsgYW5pbWF0aW9uLWRlbGF5OiAwLjNzOyB9CiAgICBjaXJjbGU6bnRoLWNoaWxkKDYpIHsgYW5pbWF0aW9uLWRlbGF5OiAwLjM3NXM7IH0KICAgIGNpcmNsZTpudGgtY2hpbGQoNykgeyBhbmltYXRpb24tZGVsYXk6IDAuNDVzOyB9CiAgICBjaXJjbGU6bnRoLWNoaWxkKDgpIHsgYW5pbWF0aW9uLWRlbGF5OiAwLjUyNXM7IH0KCiAgICBAa2V5ZnJhbWVzIGJhbGwgewogICAgICBmcm9tIHsgb3BhY2l0eTogMTsgfQogICAgICB0byB7IG9wYWNpdHk6IDAuMzsgfQogICAgfQoJPC9zdHlsZT4KCTxnPgoJCTxjaXJjbGUgY3g9JzUnIGN5PScxJyByPScxJyBzdHlsZT0nb3BhY2l0eTowLjM7JyAvPgoJCTxjaXJjbGUgY3g9JzcuODI4NCcgY3k9JzIuMTcxNicgcj0nMScgc3R5bGU9J29wYWNpdHk6MC4zOycgLz4KCQk8Y2lyY2xlIGN4PSc5JyBjeT0nNScgcj0nMScgc3R5bGU9J29wYWNpdHk6MC4zOycgLz4KCQk8Y2lyY2xlIGN4PSc3LjgyODQnIGN5PSc3LjgyODQnIHI9JzEnIHN0eWxlPSdvcGFjaXR5OjAuMzsnIC8+CgkJPGNpcmNsZSBjeD0nNScgY3k9JzknIHI9JzEnIHN0eWxlPSdvcGFjaXR5OjAuMzsnIC8+CgkJPGNpcmNsZSBjeD0nMi4xNzE2JyBjeT0nNy44Mjg0JyByPScxJyBzdHlsZT0nb3BhY2l0eTowLjM7JyAvPgoJCTxjaXJjbGUgY3g9JzEnIGN5PSc1JyByPScxJyBzdHlsZT0nb3BhY2l0eTowLjM7JyAvPgoJCTxjaXJjbGUgY3g9JzIuMTcxNicgY3k9JzIuMTcxNicgcj0nMScgc3R5bGU9J29wYWNpdHk6MC4zOycgLz4KCTwvZz4KPC9zdmc+Cg=="); - background-position: 0 center; -} - -.vs-dark .monaco-tl-twistie.loading { - background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0nMS4wJyBzdGFuZGFsb25lPSdubycgPz4KPHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZlcnNpb249JzEuMScgd2lkdGg9JzEwcHgnIGhlaWdodD0nMTBweCc+Cgk8c3R5bGU+CiAgICBjaXJjbGUgewogICAgICBhbmltYXRpb246IGJhbGwgMC42cyBsaW5lYXIgaW5maW5pdGU7CiAgICB9CgogICAgY2lyY2xlOm50aC1jaGlsZCgyKSB7IGFuaW1hdGlvbi1kZWxheTogMC4wNzVzOyB9CiAgICBjaXJjbGU6bnRoLWNoaWxkKDMpIHsgYW5pbWF0aW9uLWRlbGF5OiAwLjE1czsgfQogICAgY2lyY2xlOm50aC1jaGlsZCg0KSB7IGFuaW1hdGlvbi1kZWxheTogMC4yMjVzOyB9CiAgICBjaXJjbGU6bnRoLWNoaWxkKDUpIHsgYW5pbWF0aW9uLWRlbGF5OiAwLjNzOyB9CiAgICBjaXJjbGU6bnRoLWNoaWxkKDYpIHsgYW5pbWF0aW9uLWRlbGF5OiAwLjM3NXM7IH0KICAgIGNpcmNsZTpudGgtY2hpbGQoNykgeyBhbmltYXRpb24tZGVsYXk6IDAuNDVzOyB9CiAgICBjaXJjbGU6bnRoLWNoaWxkKDgpIHsgYW5pbWF0aW9uLWRlbGF5OiAwLjUyNXM7IH0KCiAgICBAa2V5ZnJhbWVzIGJhbGwgewogICAgICBmcm9tIHsgb3BhY2l0eTogMTsgfQogICAgICB0byB7IG9wYWNpdHk6IDAuMzsgfQogICAgfQoJPC9zdHlsZT4KCTxnIHN0eWxlPSJmaWxsOmdyZXk7Ij4KCQk8Y2lyY2xlIGN4PSc1JyBjeT0nMScgcj0nMScgc3R5bGU9J29wYWNpdHk6MC4zOycgLz4KCQk8Y2lyY2xlIGN4PSc3LjgyODQnIGN5PScyLjE3MTYnIHI9JzEnIHN0eWxlPSdvcGFjaXR5OjAuMzsnIC8+CgkJPGNpcmNsZSBjeD0nOScgY3k9JzUnIHI9JzEnIHN0eWxlPSdvcGFjaXR5OjAuMzsnIC8+CgkJPGNpcmNsZSBjeD0nNy44Mjg0JyBjeT0nNy44Mjg0JyByPScxJyBzdHlsZT0nb3BhY2l0eTowLjM7JyAvPgoJCTxjaXJjbGUgY3g9JzUnIGN5PSc5JyByPScxJyBzdHlsZT0nb3BhY2l0eTowLjM7JyAvPgoJCTxjaXJjbGUgY3g9JzIuMTcxNicgY3k9JzcuODI4NCcgcj0nMScgc3R5bGU9J29wYWNpdHk6MC4zOycgLz4KCQk8Y2lyY2xlIGN4PScxJyBjeT0nNScgcj0nMScgc3R5bGU9J29wYWNpdHk6MC4zOycgLz4KCQk8Y2lyY2xlIGN4PScyLjE3MTYnIGN5PScyLjE3MTYnIHI9JzEnIHN0eWxlPSdvcGFjaXR5OjAuMzsnIC8+Cgk8L2c+Cjwvc3ZnPgo="); -} - -.hc-black .monaco-tl-twistie.loading { - background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0nMS4wJyBzdGFuZGFsb25lPSdubycgPz4KPHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZlcnNpb249JzEuMScgd2lkdGg9JzEwcHgnIGhlaWdodD0nMTBweCc+Cgk8c3R5bGU+CiAgICBjaXJjbGUgewogICAgICBhbmltYXRpb246IGJhbGwgMC42cyBsaW5lYXIgaW5maW5pdGU7CiAgICB9CgogICAgY2lyY2xlOm50aC1jaGlsZCgyKSB7IGFuaW1hdGlvbi1kZWxheTogMC4wNzVzOyB9CiAgICBjaXJjbGU6bnRoLWNoaWxkKDMpIHsgYW5pbWF0aW9uLWRlbGF5OiAwLjE1czsgfQogICAgY2lyY2xlOm50aC1jaGlsZCg0KSB7IGFuaW1hdGlvbi1kZWxheTogMC4yMjVzOyB9CiAgICBjaXJjbGU6bnRoLWNoaWxkKDUpIHsgYW5pbWF0aW9uLWRlbGF5OiAwLjNzOyB9CiAgICBjaXJjbGU6bnRoLWNoaWxkKDYpIHsgYW5pbWF0aW9uLWRlbGF5OiAwLjM3NXM7IH0KICAgIGNpcmNsZTpudGgtY2hpbGQoNykgeyBhbmltYXRpb24tZGVsYXk6IDAuNDVzOyB9CiAgICBjaXJjbGU6bnRoLWNoaWxkKDgpIHsgYW5pbWF0aW9uLWRlbGF5OiAwLjUyNXM7IH0KCiAgICBAa2V5ZnJhbWVzIGJhbGwgewogICAgICBmcm9tIHsgb3BhY2l0eTogMTsgfQogICAgICB0byB7IG9wYWNpdHk6IDAuMzsgfQogICAgfQoJPC9zdHlsZT4KCTxnIHN0eWxlPSJmaWxsOndoaXRlOyI+CgkJPGNpcmNsZSBjeD0nNScgY3k9JzEnIHI9JzEnIHN0eWxlPSdvcGFjaXR5OjAuMzsnIC8+CgkJPGNpcmNsZSBjeD0nNy44Mjg0JyBjeT0nMi4xNzE2JyByPScxJyBzdHlsZT0nb3BhY2l0eTowLjM7JyAvPgoJCTxjaXJjbGUgY3g9JzknIGN5PSc1JyByPScxJyBzdHlsZT0nb3BhY2l0eTowLjM7JyAvPgoJCTxjaXJjbGUgY3g9JzcuODI4NCcgY3k9JzcuODI4NCcgcj0nMScgc3R5bGU9J29wYWNpdHk6MC4zOycgLz4KCQk8Y2lyY2xlIGN4PSc1JyBjeT0nOScgcj0nMScgc3R5bGU9J29wYWNpdHk6MC4zOycgLz4KCQk8Y2lyY2xlIGN4PScyLjE3MTYnIGN5PSc3LjgyODQnIHI9JzEnIHN0eWxlPSdvcGFjaXR5OjAuMzsnIC8+CgkJPGNpcmNsZSBjeD0nMScgY3k9JzUnIHI9JzEnIHN0eWxlPSdvcGFjaXR5OjAuMzsnIC8+CgkJPGNpcmNsZSBjeD0nMi4xNzE2JyBjeT0nMi4xNzE2JyByPScxJyBzdHlsZT0nb3BhY2l0eTowLjM7JyAvPgoJPC9nPgo8L3N2Zz4K"); -} -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ - -.monaco-split-view2 { - position: relative; - width: 100%; - height: 100%; -} - -.monaco-split-view2 > .sash-container { - position: absolute; - width: 100%; - height: 100%; - pointer-events: none; -} - -.monaco-split-view2 > .sash-container > .monaco-sash { - pointer-events: initial; -} - -.monaco-split-view2 > .split-view-container { - display: flex; - width: 100%; - height: 100%; - white-space: nowrap; -} - -.monaco-split-view2.vertical > .split-view-container { - flex-direction: column; -} - -.monaco-split-view2.horizontal > .split-view-container { - flex-direction: row; -} - -.monaco-split-view2 > .split-view-container > .split-view-view { - white-space: initial; - flex: none; - position: relative; -} - -.monaco-split-view2.vertical > .split-view-container > .split-view-view { - width: 100%; -} - -.monaco-split-view2.horizontal > .split-view-container > .split-view-view { - height: 100%; - display: inline-block; -} - -.monaco-split-view2.separator-border > .split-view-container > .split-view-view:not(:first-child)::before { - content: ' '; - position: absolute; - top: 0; - left: 0; - z-index: 5; - pointer-events: none; - background-color: var(--separator-border); -} - -.monaco-split-view2.separator-border.horizontal > .split-view-container > .split-view-view:not(:first-child)::before { - height: 100%; - width: 1px; -} - -.monaco-split-view2.separator-border.vertical > .split-view-container > .split-view-view:not(:first-child)::before { - height: 1px; - width: 100%; -} -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ - -.monaco-editor .goto-definition-link { - text-decoration: underline; - cursor: pointer; -} -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ - -/* marker zone */ - -.monaco-editor .peekview-widget .head .peekview-title .icon.warning { - background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTYgMTYiIGhlaWdodD0iMTYiIHdpZHRoPSIxNiI+PHBhdGggZmlsbD0iI0Y2RjZGNiIgZD0iTTcuNSAyTDIgMTJsMiAyaDlsMi0yTDkuNSAyeiIvPjxwYXRoIGQ9Ik05IDNIOGwtNC41IDkgMSAxaDhsMS0xTDkgM3ptMCA5SDh2LTFoMXYxem0wLTJIOFY2aDF2NHoiIGZpbGw9IiNmYzAiLz48cGF0aCBkPSJNOSAxMEg4VjZoMXY0em0wIDFIOHYxaDF2LTF6Ii8+PC9zdmc+") center center no-repeat; -} - -.monaco-editor .peekview-widget .head .peekview-title .icon.error { - background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTYgMTYiIGhlaWdodD0iMTYiIHdpZHRoPSIxNiI+PGNpcmNsZSBjeD0iOCIgY3k9IjgiIHI9IjYiIGZpbGw9IiNGNkY2RjYiLz48cGF0aCBkPSJNOCAzQzUuMjM4IDMgMyA1LjIzOCAzIDhzMi4yMzggNSA1IDUgNS0yLjIzOCA1LTUtMi4yMzgtNS01LTV6bTMgN2wtMSAxLTItMi0yIDItMS0xIDItMi4wMjdMNSA2bDEtMSAyIDIgMi0yIDEgMS0yIDEuOTczTDExIDEweiIgZmlsbD0iI0U1MTQwMCIvPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xMSA2bC0xLTEtMiAyLTItMi0xIDEgMiAxLjk3M0w1IDEwbDEgMSAyLTIgMiAyIDEtMS0yLTIuMDI3eiIvPjwvc3ZnPg==") center center no-repeat; -} - -.monaco-editor .peekview-widget .head .peekview-title .icon.info { - background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTYgMTYiIGhlaWdodD0iMTYiIHdpZHRoPSIxNiI+PGNpcmNsZSBjeD0iOC41IiBjeT0iNy41IiByPSI1LjUiIGZpbGw9IiNGNkY2RjYiLz48cGF0aCBkPSJNOC41IDNDNi4wMTUgMyA0IDUuMDE1IDQgNy41UzYuMDE1IDEyIDguNSAxMiAxMyA5Ljk4NSAxMyA3LjUgMTAuOTg1IDMgOC41IDN6bS41IDhIOFY2aDF2NXptMC02SDhWNGgxdjF6IiBmaWxsPSIjMUJBMUUyIi8+PHBhdGggZD0iTTggNmgxdjVIOFY2em0wLTJ2MWgxVjRIOHoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=") center center no-repeat; -} - -.vs-dark .monaco-editor .peekview-widget .head .peekview-title .icon.warning { - background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiIgaGVpZ2h0PSIxNiIgd2lkdGg9IjE2Ij48cGF0aCBmaWxsPSIjMUUxRTFFIiBkPSJNNy41IDJMMiAxMmwyIDJoOWwyLTJMOS41IDJ6Ii8+PHBhdGggZD0iTTkgM0g4bC00LjUgOSAxIDFoOGwxLTFMOSAzem0wIDlIOHYtMWgxdjF6bTAtMkg4VjZoMXY0eiIgZmlsbD0iI2ZjMCIvPjxwYXRoIGQ9Ik05IDEwSDhWNmgxdjR6bTAgMUg4djFoMXYtMXoiLz48L3N2Zz4=") center center no-repeat; -} - -.vs-dark .monaco-editor .peekview-widget .head .peekview-title .icon.error { - background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiIgaGVpZ2h0PSIxNiIgd2lkdGg9IjE2Ij48Y2lyY2xlIGN4PSI4IiBjeT0iOCIgcj0iNiIgZmlsbD0iIzFFMUUxRSIvPjxwYXRoIGQ9Ik04IDNDNS4yMzggMyAzIDUuMjM4IDMgOHMyLjIzOCA1IDUgNSA1LTIuMjM4IDUtNS0yLjIzOC01LTUtNXptMyA3bC0xIDEtMi0yLTIgMi0xLTEgMi0yLjAyN0w1IDZsMS0xIDIgMiAyLTIgMSAxLTIgMS45NzNMMTEgMTB6IiBmaWxsPSIjRjQ4NzcxIi8+PHBhdGggZmlsbD0iIzI1MjUyNiIgZD0iTTExIDZsLTEtMS0yIDItMi0yLTEgMSAyIDEuOTczTDUgMTBsMSAxIDItMiAyIDIgMS0xLTItMi4wMjd6Ii8+PC9zdmc+") center center no-repeat; -} - -.vs-dark .monaco-editor .peekview-widget .head .peekview-title .icon.info { - background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTYgMTYiIGhlaWdodD0iMTYiIHdpZHRoPSIxNiI+PGNpcmNsZSBjeD0iOC41IiBjeT0iNy41IiByPSI1LjUiIGZpbGw9IiMxRTFFMUUiLz48cGF0aCBkPSJNOC41IDNDNi4wMTUgMyA0IDUuMDE1IDQgNy41UzYuMDE1IDEyIDguNSAxMiAxMyA5Ljk4NSAxMyA3LjUgMTAuOTg1IDMgOC41IDN6bS41IDhIOFY2aDF2NXptMC02SDhWNGgxdjF6IiBmaWxsPSIjMUJBMUUyIi8+PHBhdGggZD0iTTggNmgxdjVIOFY2em0wLTJ2MWgxVjRIOHoiIGZpbGw9IiMyNTI1MjYiLz48L3N2Zz4=") center center no-repeat; -} - -.monaco-editor .marker-widget { - text-overflow: ellipsis; - white-space: nowrap; -} - -.monaco-editor .marker-widget > .stale { - opacity: 0.6; - font-style: italic; -} - -.monaco-editor .marker-widget .title { - display: inline-block; - padding-right: 5px; -} - -.monaco-editor .marker-widget .descriptioncontainer { - position: absolute; - white-space: pre; - -webkit-user-select: text; - user-select: text; - padding: 8px 12px 0px 20px; -} - -.monaco-editor .marker-widget .descriptioncontainer .message { - display: flex; - flex-direction: column; -} - -.monaco-editor .marker-widget .descriptioncontainer .message .details { - padding-left: 6px; -} - -.monaco-editor .marker-widget .descriptioncontainer .message .source, -.monaco-editor .marker-widget .descriptioncontainer .message .code { - opacity: 0.6; -} - -.monaco-editor .marker-widget .descriptioncontainer .filename { - cursor: pointer; -} - -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ - -.monaco-quick-open-widget { - font-size: 13px; -} -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ - -.monaco-keybinding { - display: flex; - align-items: center; - line-height: 10px; -} - -.monaco-keybinding > .monaco-keybinding-key { - display: inline-block; - border: solid 1px rgba(204, 204, 204, 0.4); - border-bottom-color: rgba(187, 187, 187, 0.4); - border-radius: 3px; - box-shadow: inset 0 -1px 0 rgba(187, 187, 187, 0.4); - background-color: rgba(221, 221, 221, 0.4); - vertical-align: middle; - color: #555; - font-size: 11px; - padding: 3px 5px; - margin: 0 2px; -} - -.monaco-keybinding > .monaco-keybinding-key:first-child { - margin-left: 0; -} - -.monaco-keybinding > .monaco-keybinding-key:last-child { - margin-right: 0; -} - -.hc-black .monaco-keybinding > .monaco-keybinding-key, -.vs-dark .monaco-keybinding > .monaco-keybinding-key { - background-color: rgba(128, 128, 128, 0.17); - color: #ccc; - border: solid 1px rgba(51, 51, 51, 0.6); - border-bottom-color: rgba(68, 68, 68, 0.6); - box-shadow: inset 0 -1px 0 rgba(68, 68, 68, 0.6); -} - -.monaco-keybinding > .monaco-keybinding-key-separator { - display: inline-block; -} - -.monaco-keybinding > .monaco-keybinding-key-chord-separator { - width: 6px; -} -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ - -.monaco-quick-open-widget .monaco-tree .monaco-tree-row .monaco-highlighted-label .highlight, -.monaco-quick-open-widget .monaco-list .monaco-list-row .monaco-highlighted-label .highlight { - color: #0066BF; -} - -.vs-dark .monaco-quick-open-widget .monaco-tree .monaco-tree-row .monaco-highlighted-label .highlight, -.vs-dark .monaco-quick-open-widget .monaco-list .monaco-list-row .monaco-highlighted-label .highlight { - color: #0097fb; -} - -.hc-black .monaco-quick-open-widget .monaco-tree .monaco-tree-row .monaco-highlighted-label .highlight, -.hc-black .monaco-quick-open-widget .monaco-list .monaco-list-row .monaco-highlighted-label .highlight { - color: #F38518; -} -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ - -.monaco-quick-open-widget { - position: absolute; - width: 600px; - z-index: 2000; - padding-bottom: 6px; - left: 50%; - margin-left: -300px; -} - -.monaco-quick-open-widget .monaco-progress-container { - position: absolute; - left: 0; - top: 38px; - z-index: 1; - height: 2px; -} - -.monaco-quick-open-widget .monaco-progress-container .progress-bit { - height: 2px; -} - -.monaco-quick-open-widget .quick-open-input { - width: 588px; - border: none; - margin: 6px; -} - -.monaco-quick-open-widget .quick-open-input .monaco-inputbox { - width: 100%; - height: 25px; -} - -.monaco-quick-open-widget .quick-open-result-count { - position: absolute; - left: -10000px; -} - -.monaco-quick-open-widget .quick-open-tree { - line-height: 22px; -} - -.monaco-quick-open-widget .quick-open-tree .monaco-tree-row > .content > .sub-content { - overflow: hidden; -} - -.monaco-quick-open-widget.content-changing .quick-open-tree .monaco-scrollable-element .slider { - display: none; /* scrollbar slider causes some hectic updates when input changes quickly, so hide it while quick open changes */ -} - -.monaco-quick-open-widget .quick-open-tree .quick-open-entry { - overflow: hidden; - text-overflow: ellipsis; - display: flex; - flex-direction: column; - height: 100%; -} - -.monaco-quick-open-widget .quick-open-tree .quick-open-entry > .quick-open-row { - display: flex; - align-items: center; -} - -.monaco-quick-open-widget .quick-open-tree .quick-open-entry .quick-open-entry-icon { - overflow: hidden; - width: 16px; - height: 16px; - margin-right: 4px; - display: inline-block; - vertical-align: middle; - flex-shrink: 0; -} - -.monaco-quick-open-widget .quick-open-tree .monaco-icon-label, -.monaco-quick-open-widget .quick-open-tree .monaco-icon-label .monaco-icon-label-description-container { - flex: 1; /* make sure the icon label grows within the row */ -} - -.monaco-quick-open-widget .quick-open-tree .quick-open-entry .monaco-highlighted-label span { - opacity: 1; -} - -.monaco-quick-open-widget .quick-open-tree .quick-open-entry-meta { - opacity: 0.7; - line-height: normal; -} - -.monaco-quick-open-widget .quick-open-tree .content.has-group-label .quick-open-entry-keybinding { - margin-right: 8px; -} - -.monaco-quick-open-widget .quick-open-tree .quick-open-entry-keybinding .monaco-keybinding-key { - vertical-align: text-bottom; -} - -.monaco-quick-open-widget .quick-open-tree .results-group { - margin-right: 18px; -} - -.monaco-quick-open-widget .quick-open-tree .monaco-tree-row.focused > .content.has-actions > .results-group, -.monaco-quick-open-widget .quick-open-tree .monaco-tree-row:hover:not(.highlighted) > .content.has-actions > .results-group, -.monaco-quick-open-widget .quick-open-tree .focused .monaco-tree-row.focused > .content.has-actions > .results-group { - margin-right: 0px; -} - -.monaco-quick-open-widget .quick-open-tree .results-group-separator { - border-top-width: 1px; - border-top-style: solid; - box-sizing: border-box; - margin-left: -11px; - padding-left: 11px; -} - -/* Actions in Quick Open Items */ - -.monaco-tree .monaco-tree-row > .content.actions { - position: relative; - display: flex; -} - -.monaco-tree .monaco-tree-row > .content.actions > .sub-content { - flex: 1; -} - -.monaco-tree .monaco-tree-row > .content.actions .action-item { - margin: 0; -} - -.monaco-tree .monaco-tree-row > .content.actions > .primary-action-bar { - line-height: 22px; -} - -.monaco-tree .monaco-tree-row > .content.actions > .primary-action-bar { - display: none; - padding: 0 0.8em 0 0.4em; -} - -.monaco-tree .monaco-tree-row.focused > .content.has-actions > .primary-action-bar { - width: 0; /* in order to support a11y with keyboard, we use width: 0 to hide the actions, which still allows to "Tab" into the actions */ - display: block; -} - -.monaco-tree .monaco-tree-row:hover:not(.highlighted) > .content.has-actions > .primary-action-bar, -.monaco-tree.focused .monaco-tree-row.focused > .content.has-actions > .primary-action-bar, -.monaco-tree .monaco-tree-row > .content.has-actions.more > .primary-action-bar { - width: inherit; - display: block; -} - -.monaco-tree .monaco-tree-row > .content.actions > .primary-action-bar .action-label { - margin-right: 0.4em; - margin-top: 4px; - background-repeat: no-repeat; - width: 16px; - height: 16px; -} - -.monaco-quick-open-widget .quick-open-tree .monaco-highlighted-label .highlight { - font-weight: bold; -} -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -.monaco-tree { - height: 100%; - width: 100%; - white-space: nowrap; - -webkit-user-select: none; - -khtml-user-select: none; - -moz-user-select: -moz-none; - -ms-user-select: none; - -o-user-select: none; - user-select: none; - position: relative; -} - -.monaco-tree > .monaco-scrollable-element { - height: 100%; -} - -.monaco-tree > .monaco-scrollable-element > .monaco-tree-wrapper { - height: 100%; - width: 100%; - position: relative; -} - -.monaco-tree .monaco-tree-rows { - position: absolute; - width: 100%; - height: 100%; -} - -.monaco-tree .monaco-tree-rows > .monaco-tree-row { - -moz-box-sizing: border-box; - -o-box-sizing: border-box; - -ms-box-sizing: border-box; - box-sizing: border-box; - cursor: pointer; - overflow: hidden; - width: 100%; - touch-action: none; -} - -.monaco-tree .monaco-tree-rows > .monaco-tree-row > .content { - position: relative; - height: 100%; -} - -.monaco-tree-drag-image { - display: inline-block; - padding: 1px 7px; - border-radius: 10px; - font-size: 12px; - position: absolute; -} - -/* for OS X ballistic scrolling */ -.monaco-tree .monaco-tree-rows > .monaco-tree-row.scrolling { - display: none; -} - -/* Expansion */ - -.monaco-tree .monaco-tree-rows.show-twisties > .monaco-tree-row.has-children > .content:before { - content: ' '; - position: absolute; - display: block; - background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iIzY0NjQ2NSIgZD0iTTYgNHY4bDQtNC00LTR6bTEgMi40MTRMOC41ODYgOCA3IDkuNTg2VjYuNDE0eiIvPjwvc3ZnPg==") 50% 50% no-repeat; - width: 16px; - height: 100%; - top: 0; - left: -16px; -} - -.monaco-tree .monaco-tree-rows.show-twisties > .monaco-tree-row.expanded > .content:before { - background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iIzY0NjQ2NSIgZD0iTTExIDEwSDUuMzQ0TDExIDQuNDE0VjEweiIvPjwvc3ZnPg=="); -} - -.monaco-tree .monaco-tree-rows > .monaco-tree-row.has-children.loading > .content:before { - background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0nMS4wJyBzdGFuZGFsb25lPSdubycgPz4KPHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZlcnNpb249JzEuMScgd2lkdGg9JzEwcHgnIGhlaWdodD0nMTBweCc+Cgk8c3R5bGU+CiAgICBjaXJjbGUgewogICAgICBhbmltYXRpb246IGJhbGwgMC42cyBsaW5lYXIgaW5maW5pdGU7CiAgICB9CgogICAgY2lyY2xlOm50aC1jaGlsZCgyKSB7IGFuaW1hdGlvbi1kZWxheTogMC4wNzVzOyB9CiAgICBjaXJjbGU6bnRoLWNoaWxkKDMpIHsgYW5pbWF0aW9uLWRlbGF5OiAwLjE1czsgfQogICAgY2lyY2xlOm50aC1jaGlsZCg0KSB7IGFuaW1hdGlvbi1kZWxheTogMC4yMjVzOyB9CiAgICBjaXJjbGU6bnRoLWNoaWxkKDUpIHsgYW5pbWF0aW9uLWRlbGF5OiAwLjNzOyB9CiAgICBjaXJjbGU6bnRoLWNoaWxkKDYpIHsgYW5pbWF0aW9uLWRlbGF5OiAwLjM3NXM7IH0KICAgIGNpcmNsZTpudGgtY2hpbGQoNykgeyBhbmltYXRpb24tZGVsYXk6IDAuNDVzOyB9CiAgICBjaXJjbGU6bnRoLWNoaWxkKDgpIHsgYW5pbWF0aW9uLWRlbGF5OiAwLjUyNXM7IH0KCiAgICBAa2V5ZnJhbWVzIGJhbGwgewogICAgICBmcm9tIHsgb3BhY2l0eTogMTsgfQogICAgICB0byB7IG9wYWNpdHk6IDAuMzsgfQogICAgfQoJPC9zdHlsZT4KCTxnPgoJCTxjaXJjbGUgY3g9JzUnIGN5PScxJyByPScxJyBzdHlsZT0nb3BhY2l0eTowLjM7JyAvPgoJCTxjaXJjbGUgY3g9JzcuODI4NCcgY3k9JzIuMTcxNicgcj0nMScgc3R5bGU9J29wYWNpdHk6MC4zOycgLz4KCQk8Y2lyY2xlIGN4PSc5JyBjeT0nNScgcj0nMScgc3R5bGU9J29wYWNpdHk6MC4zOycgLz4KCQk8Y2lyY2xlIGN4PSc3LjgyODQnIGN5PSc3LjgyODQnIHI9JzEnIHN0eWxlPSdvcGFjaXR5OjAuMzsnIC8+CgkJPGNpcmNsZSBjeD0nNScgY3k9JzknIHI9JzEnIHN0eWxlPSdvcGFjaXR5OjAuMzsnIC8+CgkJPGNpcmNsZSBjeD0nMi4xNzE2JyBjeT0nNy44Mjg0JyByPScxJyBzdHlsZT0nb3BhY2l0eTowLjM7JyAvPgoJCTxjaXJjbGUgY3g9JzEnIGN5PSc1JyByPScxJyBzdHlsZT0nb3BhY2l0eTowLjM7JyAvPgoJCTxjaXJjbGUgY3g9JzIuMTcxNicgY3k9JzIuMTcxNicgcj0nMScgc3R5bGU9J29wYWNpdHk6MC4zOycgLz4KCTwvZz4KPC9zdmc+Cg=="); -} - -/* Highlighted */ - -.monaco-tree.highlighted .monaco-tree-rows > .monaco-tree-row:not(.highlighted) { - opacity: 0.3; -} - -.vs-dark .monaco-tree .monaco-tree-rows.show-twisties > .monaco-tree-row.has-children > .content:before { - background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iI0U4RThFOCIgZD0iTTYgNHY4bDQtNC00LTR6bTEgMi40MTRMOC41ODYgOCA3IDkuNTg2VjYuNDE0eiIvPjwvc3ZnPg=="); -} - -.vs-dark .monaco-tree .monaco-tree-rows.show-twisties > .monaco-tree-row.expanded > .content:before { - background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iI0U4RThFOCIgZD0iTTExIDEwSDUuMzQ0TDExIDQuNDE0VjEweiIvPjwvc3ZnPg=="); -} - -.vs-dark .monaco-tree .monaco-tree-rows > .monaco-tree-row.has-children.loading > .content:before { - background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0nMS4wJyBzdGFuZGFsb25lPSdubycgPz4KPHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZlcnNpb249JzEuMScgd2lkdGg9JzEwcHgnIGhlaWdodD0nMTBweCc+Cgk8c3R5bGU+CiAgICBjaXJjbGUgewogICAgICBhbmltYXRpb246IGJhbGwgMC42cyBsaW5lYXIgaW5maW5pdGU7CiAgICB9CgogICAgY2lyY2xlOm50aC1jaGlsZCgyKSB7IGFuaW1hdGlvbi1kZWxheTogMC4wNzVzOyB9CiAgICBjaXJjbGU6bnRoLWNoaWxkKDMpIHsgYW5pbWF0aW9uLWRlbGF5OiAwLjE1czsgfQogICAgY2lyY2xlOm50aC1jaGlsZCg0KSB7IGFuaW1hdGlvbi1kZWxheTogMC4yMjVzOyB9CiAgICBjaXJjbGU6bnRoLWNoaWxkKDUpIHsgYW5pbWF0aW9uLWRlbGF5OiAwLjNzOyB9CiAgICBjaXJjbGU6bnRoLWNoaWxkKDYpIHsgYW5pbWF0aW9uLWRlbGF5OiAwLjM3NXM7IH0KICAgIGNpcmNsZTpudGgtY2hpbGQoNykgeyBhbmltYXRpb24tZGVsYXk6IDAuNDVzOyB9CiAgICBjaXJjbGU6bnRoLWNoaWxkKDgpIHsgYW5pbWF0aW9uLWRlbGF5OiAwLjUyNXM7IH0KCiAgICBAa2V5ZnJhbWVzIGJhbGwgewogICAgICBmcm9tIHsgb3BhY2l0eTogMTsgfQogICAgICB0byB7IG9wYWNpdHk6IDAuMzsgfQogICAgfQoJPC9zdHlsZT4KCTxnIHN0eWxlPSJmaWxsOmdyZXk7Ij4KCQk8Y2lyY2xlIGN4PSc1JyBjeT0nMScgcj0nMScgc3R5bGU9J29wYWNpdHk6MC4zOycgLz4KCQk8Y2lyY2xlIGN4PSc3LjgyODQnIGN5PScyLjE3MTYnIHI9JzEnIHN0eWxlPSdvcGFjaXR5OjAuMzsnIC8+CgkJPGNpcmNsZSBjeD0nOScgY3k9JzUnIHI9JzEnIHN0eWxlPSdvcGFjaXR5OjAuMzsnIC8+CgkJPGNpcmNsZSBjeD0nNy44Mjg0JyBjeT0nNy44Mjg0JyByPScxJyBzdHlsZT0nb3BhY2l0eTowLjM7JyAvPgoJCTxjaXJjbGUgY3g9JzUnIGN5PSc5JyByPScxJyBzdHlsZT0nb3BhY2l0eTowLjM7JyAvPgoJCTxjaXJjbGUgY3g9JzIuMTcxNicgY3k9JzcuODI4NCcgcj0nMScgc3R5bGU9J29wYWNpdHk6MC4zOycgLz4KCQk8Y2lyY2xlIGN4PScxJyBjeT0nNScgcj0nMScgc3R5bGU9J29wYWNpdHk6MC4zOycgLz4KCQk8Y2lyY2xlIGN4PScyLjE3MTYnIGN5PScyLjE3MTYnIHI9JzEnIHN0eWxlPSdvcGFjaXR5OjAuMzsnIC8+Cgk8L2c+Cjwvc3ZnPgo="); -} - -.hc-black .monaco-tree .monaco-tree-rows.show-twisties > .monaco-tree-row.has-children > .content:before { - background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTYgNHY4bDQtNC00LTR6bTEgMi40MTRsMS41ODYgMS41ODYtMS41ODYgMS41ODZ2LTMuMTcyeiIvPjwvc3ZnPg=="); -} - -.hc-black .monaco-tree .monaco-tree-rows.show-twisties > .monaco-tree-row.expanded > .content:before { - background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTExIDEwLjA3aC01LjY1Nmw1LjY1Ni01LjY1NnY1LjY1NnoiLz48L3N2Zz4="); -} - -.hc-black .monaco-tree .monaco-tree-rows > .monaco-tree-row.has-children.loading > .content:before { - background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0nMS4wJyBzdGFuZGFsb25lPSdubycgPz4KPHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZlcnNpb249JzEuMScgd2lkdGg9JzEwcHgnIGhlaWdodD0nMTBweCc+Cgk8c3R5bGU+CiAgICBjaXJjbGUgewogICAgICBhbmltYXRpb246IGJhbGwgMC42cyBsaW5lYXIgaW5maW5pdGU7CiAgICB9CgogICAgY2lyY2xlOm50aC1jaGlsZCgyKSB7IGFuaW1hdGlvbi1kZWxheTogMC4wNzVzOyB9CiAgICBjaXJjbGU6bnRoLWNoaWxkKDMpIHsgYW5pbWF0aW9uLWRlbGF5OiAwLjE1czsgfQogICAgY2lyY2xlOm50aC1jaGlsZCg0KSB7IGFuaW1hdGlvbi1kZWxheTogMC4yMjVzOyB9CiAgICBjaXJjbGU6bnRoLWNoaWxkKDUpIHsgYW5pbWF0aW9uLWRlbGF5OiAwLjNzOyB9CiAgICBjaXJjbGU6bnRoLWNoaWxkKDYpIHsgYW5pbWF0aW9uLWRlbGF5OiAwLjM3NXM7IH0KICAgIGNpcmNsZTpudGgtY2hpbGQoNykgeyBhbmltYXRpb24tZGVsYXk6IDAuNDVzOyB9CiAgICBjaXJjbGU6bnRoLWNoaWxkKDgpIHsgYW5pbWF0aW9uLWRlbGF5OiAwLjUyNXM7IH0KCiAgICBAa2V5ZnJhbWVzIGJhbGwgewogICAgICBmcm9tIHsgb3BhY2l0eTogMTsgfQogICAgICB0byB7IG9wYWNpdHk6IDAuMzsgfQogICAgfQoJPC9zdHlsZT4KCTxnIHN0eWxlPSJmaWxsOndoaXRlOyI+CgkJPGNpcmNsZSBjeD0nNScgY3k9JzEnIHI9JzEnIHN0eWxlPSdvcGFjaXR5OjAuMzsnIC8+CgkJPGNpcmNsZSBjeD0nNy44Mjg0JyBjeT0nMi4xNzE2JyByPScxJyBzdHlsZT0nb3BhY2l0eTowLjM7JyAvPgoJCTxjaXJjbGUgY3g9JzknIGN5PSc1JyByPScxJyBzdHlsZT0nb3BhY2l0eTowLjM7JyAvPgoJCTxjaXJjbGUgY3g9JzcuODI4NCcgY3k9JzcuODI4NCcgcj0nMScgc3R5bGU9J29wYWNpdHk6MC4zOycgLz4KCQk8Y2lyY2xlIGN4PSc1JyBjeT0nOScgcj0nMScgc3R5bGU9J29wYWNpdHk6MC4zOycgLz4KCQk8Y2lyY2xlIGN4PScyLjE3MTYnIGN5PSc3LjgyODQnIHI9JzEnIHN0eWxlPSdvcGFjaXR5OjAuMzsnIC8+CgkJPGNpcmNsZSBjeD0nMScgY3k9JzUnIHI9JzEnIHN0eWxlPSdvcGFjaXR5OjAuMzsnIC8+CgkJPGNpcmNsZSBjeD0nMi4xNzE2JyBjeT0nMi4xNzE2JyByPScxJyBzdHlsZT0nb3BhY2l0eTowLjM7JyAvPgoJPC9nPgo8L3N2Zz4K"); -} - -.monaco-tree-action.collapse-all { - background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iLTEgMCAxNiAxNiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAtMSAwIDE2IDE2Ij48cGF0aCBmaWxsPSIjNDI0MjQyIiBkPSJNMTQgMXY5aC0xdi04aC04di0xaDl6bS0xMSAydjFoOHY4aDF2LTloLTl6bTcgMnY5aC05di05aDl6bS0yIDJoLTV2NWg1di01eiIvPjxyZWN0IHg9IjQiIHk9IjkiIGZpbGw9IiMwMDUzOUMiIHdpZHRoPSIzIiBoZWlnaHQ9IjEiLz48L3N2Zz4=") center center no-repeat; -} - -.hc-black .monaco-tree-action.collapse-all, -.vs-dark .monaco-tree-action.collapse-all { - background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iLTEgMCAxNiAxNiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAtMSAwIDE2IDE2Ij48cGF0aCBmaWxsPSIjQzVDNUM1IiBkPSJNMTQgMXY5aC0xdi04aC04di0xaDl6bS0xMSAydjFoOHY4aDF2LTloLTl6bTcgMnY5aC05di05aDl6bS0yIDJoLTV2NWg1di01eiIvPjxyZWN0IHg9IjQiIHk9IjkiIGZpbGw9IiM3NUJFRkYiIHdpZHRoPSIzIiBoZWlnaHQ9IjEiLz48L3N2Zz4=") center center no-repeat; -} - -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ - -.monaco-progress-container { - width: 100%; - height: 5px; - overflow: hidden; /* keep progress bit in bounds */ -} - -.monaco-progress-container .progress-bit { - width: 2%; - height: 5px; - position: absolute; - left: 0; - display: none; -} - -.monaco-progress-container.active .progress-bit { - display: inherit; -} - -.monaco-progress-container.discrete .progress-bit { - left: 0; - transition: width 100ms linear; -} - -.monaco-progress-container.discrete.done .progress-bit { - width: 100%; -} - -.monaco-progress-container.infinite .progress-bit { - animation-name: progress; - animation-duration: 4s; - animation-iteration-count: infinite; - animation-timing-function: linear; - -ms-animation-name: progress; - -ms-animation-duration: 4s; - -ms-animation-iteration-count: infinite; - -ms-animation-timing-function: linear; - -webkit-animation-name: progress; - -webkit-animation-duration: 4s; - -webkit-animation-iteration-count: infinite; - -webkit-animation-timing-function: linear; - -moz-animation-name: progress; - -moz-animation-duration: 4s; - -moz-animation-iteration-count: infinite; - -moz-animation-timing-function: linear; - will-change: transform; -} - -/** - * The progress bit has a width: 2% (1/50) of the parent container. The animation moves it from 0% to 100% of - * that container. Since translateX is relative to the progress bit size, we have to multiple it with - * its relative size to the parent container: - * 50%: 50 * 50 = 2500% - * 100%: 50 * 100 - 50 (do not overflow): 4950% - */ -@keyframes progress { from { transform: translateX(0%) scaleX(1) } 50% { transform: translateX(2500%) scaleX(3) } to { transform: translateX(4950%) scaleX(1) } } -@-ms-keyframes progress { from { transform: translateX(0%) scaleX(1) } 50% { transform: translateX(2500%) scaleX(3) } to { transform: translateX(4950%) scaleX(1) } } -@-webkit-keyframes progress { from { transform: translateX(0%) scaleX(1) } 50% { transform: translateX(2500%) scaleX(3) } to { transform: translateX(4950%) scaleX(1) } } -@-moz-keyframes progress { from { transform: translateX(0%) scaleX(1) } 50% { transform: translateX(2500%) scaleX(3) } to { transform: translateX(4950%) scaleX(1) } } -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ - -.monaco-editor-hover { - cursor: default; - position: absolute; - overflow: hidden; - z-index: 50; - -webkit-user-select: text; - -ms-user-select: text; - -khtml-user-select: text; - -moz-user-select: text; - -o-user-select: text; - user-select: text; - box-sizing: initial; - animation: fadein 100ms linear; - line-height: 1.5em; -} - -.monaco-editor-hover.hidden { - display: none; -} - -.monaco-editor-hover .hover-contents { - padding: 4px 8px; -} - -.monaco-editor-hover .markdown-hover > .hover-contents:not(.code-hover-contents) { - max-width: 500px; -} - -.monaco-editor-hover p, -.monaco-editor-hover ul { - margin: 8px 0; -} - -.monaco-editor-hover hr { - margin-top: 4px; - margin-bottom: -6px; - margin-left: -10px; - margin-right: -10px; - height: 1px; -} - -.monaco-editor-hover p:first-child, -.monaco-editor-hover ul:first-child { - margin-top: 0; -} - -.monaco-editor-hover p:last-child, -.monaco-editor-hover ul:last-child { - margin-bottom: 0; -} - -.monaco-editor-hover ul { - padding-left: 20px; -} - -.monaco-editor-hover li > p { - margin-bottom: 0; -} - -.monaco-editor-hover li > ul { - margin-top: 0; -} - -.monaco-editor-hover code { - border-radius: 3px; - padding: 0 0.4em; -} - -.monaco-editor-hover .monaco-tokenized-source { - white-space: pre-wrap; - word-break: break-all; -} - -.monaco-editor-hover .hover-row.status-bar { - font-size: 12px; - line-height: 22px; -} - -.monaco-editor-hover .hover-row.status-bar .actions { - display: flex; -} - -.monaco-editor-hover .hover-row.status-bar .actions .action-container { - margin: 0px 8px; - cursor: pointer; -} - -.monaco-editor-hover .hover-row.status-bar .actions .action-container .action .icon { - padding-right: 4px; -} -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ - -.colorpicker-widget { - height: 190px; - user-select: none; -} - -.monaco-editor .colorpicker-hover:focus { - outline: none; -} - - -/* Header */ - -.colorpicker-header { - display: flex; - height: 24px; - position: relative; - background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAZdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjAuMTZEaa/1AAAAHUlEQVQYV2PYvXu3JAi7uLiAMaYAjAGTQBPYLQkAa/0Zef3qRswAAAAASUVORK5CYII="); - background-size: 9px 9px; - image-rendering: pixelated; -} - -.colorpicker-header .picked-color { - width: 216px; - text-align: center; - line-height: 24px; - cursor: pointer; - color: white; - flex: 1; - text-align: center; -} - -.colorpicker-header .picked-color.light { - color: black; -} - -.colorpicker-header .original-color { - width: 74px; - z-index: inherit; - cursor: pointer; -} - - -/* Body */ - -.colorpicker-body { - display: flex; - padding: 8px; - position: relative; -} - -.colorpicker-body .saturation-wrap { - overflow: hidden; - height: 150px; - position: relative; - min-width: 220px; - flex: 1; -} - -.colorpicker-body .saturation-box { - height: 150px; - position: absolute; -} - -.colorpicker-body .saturation-selection { - width: 9px; - height: 9px; - margin: -5px 0 0 -5px; - border: 1px solid rgb(255, 255, 255); - border-radius: 100%; - box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.8); - position: absolute; -} - -.colorpicker-body .strip { - width: 25px; - height: 150px; -} - -.colorpicker-body .hue-strip { - position: relative; - margin-left: 8px; - cursor: -webkit-grab; - background: linear-gradient(to bottom, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%); -} - -.colorpicker-body .opacity-strip { - position: relative; - margin-left: 8px; - cursor: -webkit-grab; - background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAZdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjAuMTZEaa/1AAAAHUlEQVQYV2PYvXu3JAi7uLiAMaYAjAGTQBPYLQkAa/0Zef3qRswAAAAASUVORK5CYII="); - background-size: 9px 9px; - image-rendering: pixelated; -} - -.colorpicker-body .strip.grabbing { - cursor: -webkit-grabbing; -} - -.colorpicker-body .slider { - position: absolute; - top: 0; - left: -2px; - width: calc(100% + 4px); - height: 4px; - box-sizing: border-box; - border: 1px solid rgba(255, 255, 255, 0.71); - box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.85); -} - -.colorpicker-body .strip .overlay { - height: 150px; - pointer-events: none; -} -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ - -.monaco-editor .tokens-inspect-widget { - z-index: 50; - -webkit-user-select: text; - -ms-user-select: text; - -khtml-user-select: text; - -moz-user-select: text; - -o-user-select: text; - user-select: text; - padding: 10px; -} - -.tokens-inspect-separator { - height: 1px; - border: 0; -} - -.monaco-editor .tokens-inspect-widget .tm-token { - font-family: monospace; -} - -.monaco-editor .tokens-inspect-widget .tm-token-length { - font-weight: normal; - font-size: 60%; - float: right; -} - -.monaco-editor .tokens-inspect-widget .tm-metadata-table { - width: 100%; -} - -.monaco-editor .tokens-inspect-widget .tm-metadata-value { - font-family: monospace; - text-align: right; -} - -.monaco-editor .tokens-inspect-widget .tm-token-type { - font-family: monospace; -} - -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ - -.monaco-editor .iPadShowKeyboard { - width: 58px; - min-width: 0; - height: 36px; - min-height: 0; - margin: 0; - padding: 0; - position: absolute; - resize: none; - overflow: hidden; - background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1OCIgaGVpZ2h0PSIzNiI+PHBhdGggZmlsbD0iI0YwRUZGMSIgZD0iTTU0IDMydi0yOGgtNTB2MjhoNTB6bS0xNi0yaC0xOHYtNmgxOHY2em02IDBoLTR2LTZoNHY2em04IDBoLTZ2LTZoNnY2em0tNC0yNGg0djRoLTR2LTR6bTAgNmg0djRoLTR2LTR6bTAgNmg0djRoLTR2LTR6bS02LTEyaDR2NGgtNHYtNHptMCA2aDR2NGgtNHYtNHptMCA2aDR2NGgtNHYtNHptLTYtMTJoNHY0aC00di00em0wIDZoNHY0aC00di00em0wIDZoNHY0aC00di00em0tNi0xMmg0djRoLTR2LTR6bTAgNmg0djRoLTR2LTR6bTAgNmg0djRoLTR2LTR6bS02LTEyaDR2NGgtNHYtNHptMCA2aDR2NGgtNHYtNHptMCA2aDR2NGgtNHYtNHptLTYtMTJoNHY0aC00di00em0wIDZoNHY0aC00di00em0wIDZoNHY0aC00di00em0wIDEyaC00di02aDR2NnptLTYtMjRoNHY0aC00di00em0wIDZoNHY0aC00di00em0wIDZoNHY0aC00di00em0tNi0xMmg0djRoLTR2LTR6bTAgNmg0djRoLTR2LTR6bTAgNmg0djRoLTR2LTR6bTAgNmg2djZoLTZ2LTZ6Ii8+PHBhdGggZmlsbD0iIzQyNDI0MiIgZD0iTTU1LjMzNiAwaC01My4yODVjLTEuMzQ0IDAtMi4wNTEuNjU2LTIuMDUxIDJ2MzJjMCAxLjM0NC43MDcgMS45NjUgMi4wNTEgMS45NjVsNTMuOTQ5LjAzNWMxLjM0NCAwIDItLjY1NiAyLTJ2LTMyYzAtMS4zNDQtMS4zMi0yLTIuNjY0LTJ6bS0xLjMzNiAzMmgtNTB2LTI4aDUwdjI4eiIvPjxyZWN0IHg9IjYiIHk9IjEyIiBmaWxsPSIjNDI0MjQyIiB3aWR0aD0iNCIgaGVpZ2h0PSI0Ii8+PHJlY3QgeD0iMTIiIHk9IjEyIiBmaWxsPSIjNDI0MjQyIiB3aWR0aD0iNCIgaGVpZ2h0PSI0Ii8+PHJlY3QgeD0iMTgiIHk9IjEyIiBmaWxsPSIjNDI0MjQyIiB3aWR0aD0iNCIgaGVpZ2h0PSI0Ii8+PHJlY3QgeD0iMjQiIHk9IjEyIiBmaWxsPSIjNDI0MjQyIiB3aWR0aD0iNCIgaGVpZ2h0PSI0Ii8+PHJlY3QgeD0iMzAiIHk9IjEyIiBmaWxsPSIjNDI0MjQyIiB3aWR0aD0iNCIgaGVpZ2h0PSI0Ii8+PHJlY3QgeD0iMzYiIHk9IjEyIiBmaWxsPSIjNDI0MjQyIiB3aWR0aD0iNCIgaGVpZ2h0PSI0Ii8+PHJlY3QgeD0iNDIiIHk9IjEyIiBmaWxsPSIjNDI0MjQyIiB3aWR0aD0iNCIgaGVpZ2h0PSI0Ii8+PHJlY3QgeD0iNDgiIHk9IjEyIiBmaWxsPSIjNDI0MjQyIiB3aWR0aD0iNCIgaGVpZ2h0PSI0Ii8+PHJlY3QgeD0iNiIgeT0iNiIgZmlsbD0iIzQyNDI0MiIgd2lkdGg9IjQiIGhlaWdodD0iNCIvPjxyZWN0IHg9IjEyIiB5PSI2IiBmaWxsPSIjNDI0MjQyIiB3aWR0aD0iNCIgaGVpZ2h0PSI0Ii8+PHJlY3QgeD0iMTgiIHk9IjYiIGZpbGw9IiM0MjQyNDIiIHdpZHRoPSI0IiBoZWlnaHQ9IjQiLz48cmVjdCB4PSIyNCIgeT0iNiIgZmlsbD0iIzQyNDI0MiIgd2lkdGg9IjQiIGhlaWdodD0iNCIvPjxyZWN0IHg9IjMwIiB5PSI2IiBmaWxsPSIjNDI0MjQyIiB3aWR0aD0iNCIgaGVpZ2h0PSI0Ii8+PHJlY3QgeD0iMzYiIHk9IjYiIGZpbGw9IiM0MjQyNDIiIHdpZHRoPSI0IiBoZWlnaHQ9IjQiLz48cmVjdCB4PSI0MiIgeT0iNiIgZmlsbD0iIzQyNDI0MiIgd2lkdGg9IjQiIGhlaWdodD0iNCIvPjxyZWN0IHg9IjQ4IiB5PSI2IiBmaWxsPSIjNDI0MjQyIiB3aWR0aD0iNCIgaGVpZ2h0PSI0Ii8+PHJlY3QgeD0iNiIgeT0iMTgiIGZpbGw9IiM0MjQyNDIiIHdpZHRoPSI0IiBoZWlnaHQ9IjQiLz48cmVjdCB4PSIxMiIgeT0iMTgiIGZpbGw9IiM0MjQyNDIiIHdpZHRoPSI0IiBoZWlnaHQ9IjQiLz48cmVjdCB4PSIxOCIgeT0iMTgiIGZpbGw9IiM0MjQyNDIiIHdpZHRoPSI0IiBoZWlnaHQ9IjQiLz48cmVjdCB4PSIyNCIgeT0iMTgiIGZpbGw9IiM0MjQyNDIiIHdpZHRoPSI0IiBoZWlnaHQ9IjQiLz48cmVjdCB4PSIzMCIgeT0iMTgiIGZpbGw9IiM0MjQyNDIiIHdpZHRoPSI0IiBoZWlnaHQ9IjQiLz48cmVjdCB4PSIzNiIgeT0iMTgiIGZpbGw9IiM0MjQyNDIiIHdpZHRoPSI0IiBoZWlnaHQ9IjQiLz48cmVjdCB4PSI0MiIgeT0iMTgiIGZpbGw9IiM0MjQyNDIiIHdpZHRoPSI0IiBoZWlnaHQ9IjQiLz48cmVjdCB4PSI0OCIgeT0iMTgiIGZpbGw9IiM0MjQyNDIiIHdpZHRoPSI0IiBoZWlnaHQ9IjQiLz48cmVjdCB4PSI2IiB5PSIyNCIgZmlsbD0iIzQyNDI0MiIgd2lkdGg9IjYiIGhlaWdodD0iNiIvPjxyZWN0IHg9IjQ2IiB5PSIyNCIgZmlsbD0iIzQyNDI0MiIgd2lkdGg9IjYiIGhlaWdodD0iNiIvPjxyZWN0IHg9IjIwIiB5PSIyNCIgZmlsbD0iIzQyNDI0MiIgd2lkdGg9IjE4IiBoZWlnaHQ9IjYiLz48cmVjdCB4PSIxNCIgeT0iMjQiIGZpbGw9IiM0MjQyNDIiIHdpZHRoPSI0IiBoZWlnaHQ9IjYiLz48cmVjdCB4PSI0MCIgeT0iMjQiIGZpbGw9IiM0MjQyNDIiIHdpZHRoPSI0IiBoZWlnaHQ9IjYiLz48L3N2Zz4=") center center no-repeat; - border: 4px solid #F6F6F6; - border-radius: 4px; -} - -.monaco-editor.vs-dark .iPadShowKeyboard { - background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1OCIgaGVpZ2h0PSIzNiI+PHBhdGggZmlsbD0iIzJCMjgyRSIgZD0iTTU0IDMydi0yOGgtNTB2MjhoNTB6bS0xNi0yaC0xOHYtNmgxOHY2em02IDBoLTR2LTZoNHY2em04IDBoLTZ2LTZoNnY2em0tNC0yNGg0djRoLTR2LTR6bTAgNmg0djRoLTR2LTR6bTAgNmg0djRoLTR2LTR6bS02LTEyaDR2NGgtNHYtNHptMCA2aDR2NGgtNHYtNHptMCA2aDR2NGgtNHYtNHptLTYtMTJoNHY0aC00di00em0wIDZoNHY0aC00di00em0wIDZoNHY0aC00di00em0tNi0xMmg0djRoLTR2LTR6bTAgNmg0djRoLTR2LTR6bTAgNmg0djRoLTR2LTR6bS02LTEyaDR2NGgtNHYtNHptMCA2aDR2NGgtNHYtNHptMCA2aDR2NGgtNHYtNHptLTYtMTJoNHY0aC00di00em0wIDZoNHY0aC00di00em0wIDZoNHY0aC00di00em0wIDEyaC00di02aDR2NnptLTYtMjRoNHY0aC00di00em0wIDZoNHY0aC00di00em0wIDZoNHY0aC00di00em0tNi0xMmg0djRoLTR2LTR6bTAgNmg0djRoLTR2LTR6bTAgNmg0djRoLTR2LTR6bTAgNmg2djZoLTZ2LTZ6Ii8+PHBhdGggZmlsbD0iI0M1QzVDNSIgZD0iTTU1LjMzNiAwaC01My4yODVjLTEuMzQ0IDAtMi4wNTEuNjU2LTIuMDUxIDJ2MzJjMCAxLjM0NC43MDcgMS45NjUgMi4wNTEgMS45NjVsNTMuOTQ5LjAzNWMxLjM0NCAwIDItLjY1NiAyLTJ2LTMyYzAtMS4zNDQtMS4zMi0yLTIuNjY0LTJ6bS0xLjMzNiAzMmgtNTB2LTI4aDUwdjI4eiIvPjxyZWN0IHg9IjYiIHk9IjEyIiBmaWxsPSIjQzVDNUM1IiB3aWR0aD0iNCIgaGVpZ2h0PSI0Ii8+PHJlY3QgeD0iMTIiIHk9IjEyIiBmaWxsPSIjQzVDNUM1IiB3aWR0aD0iNCIgaGVpZ2h0PSI0Ii8+PHJlY3QgeD0iMTgiIHk9IjEyIiBmaWxsPSIjQzVDNUM1IiB3aWR0aD0iNCIgaGVpZ2h0PSI0Ii8+PHJlY3QgeD0iMjQiIHk9IjEyIiBmaWxsPSIjQzVDNUM1IiB3aWR0aD0iNCIgaGVpZ2h0PSI0Ii8+PHJlY3QgeD0iMzAiIHk9IjEyIiBmaWxsPSIjQzVDNUM1IiB3aWR0aD0iNCIgaGVpZ2h0PSI0Ii8+PHJlY3QgeD0iMzYiIHk9IjEyIiBmaWxsPSIjQzVDNUM1IiB3aWR0aD0iNCIgaGVpZ2h0PSI0Ii8+PHJlY3QgeD0iNDIiIHk9IjEyIiBmaWxsPSIjQzVDNUM1IiB3aWR0aD0iNCIgaGVpZ2h0PSI0Ii8+PHJlY3QgeD0iNDgiIHk9IjEyIiBmaWxsPSIjQzVDNUM1IiB3aWR0aD0iNCIgaGVpZ2h0PSI0Ii8+PHJlY3QgeD0iNiIgeT0iNiIgZmlsbD0iI0M1QzVDNSIgd2lkdGg9IjQiIGhlaWdodD0iNCIvPjxyZWN0IHg9IjEyIiB5PSI2IiBmaWxsPSIjQzVDNUM1IiB3aWR0aD0iNCIgaGVpZ2h0PSI0Ii8+PHJlY3QgeD0iMTgiIHk9IjYiIGZpbGw9IiNDNUM1QzUiIHdpZHRoPSI0IiBoZWlnaHQ9IjQiLz48cmVjdCB4PSIyNCIgeT0iNiIgZmlsbD0iI0M1QzVDNSIgd2lkdGg9IjQiIGhlaWdodD0iNCIvPjxyZWN0IHg9IjMwIiB5PSI2IiBmaWxsPSIjQzVDNUM1IiB3aWR0aD0iNCIgaGVpZ2h0PSI0Ii8+PHJlY3QgeD0iMzYiIHk9IjYiIGZpbGw9IiNDNUM1QzUiIHdpZHRoPSI0IiBoZWlnaHQ9IjQiLz48cmVjdCB4PSI0MiIgeT0iNiIgZmlsbD0iI0M1QzVDNSIgd2lkdGg9IjQiIGhlaWdodD0iNCIvPjxyZWN0IHg9IjQ4IiB5PSI2IiBmaWxsPSIjQzVDNUM1IiB3aWR0aD0iNCIgaGVpZ2h0PSI0Ii8+PHJlY3QgeD0iNiIgeT0iMTgiIGZpbGw9IiNDNUM1QzUiIHdpZHRoPSI0IiBoZWlnaHQ9IjQiLz48cmVjdCB4PSIxMiIgeT0iMTgiIGZpbGw9IiNDNUM1QzUiIHdpZHRoPSI0IiBoZWlnaHQ9IjQiLz48cmVjdCB4PSIxOCIgeT0iMTgiIGZpbGw9IiNDNUM1QzUiIHdpZHRoPSI0IiBoZWlnaHQ9IjQiLz48cmVjdCB4PSIyNCIgeT0iMTgiIGZpbGw9IiNDNUM1QzUiIHdpZHRoPSI0IiBoZWlnaHQ9IjQiLz48cmVjdCB4PSIzMCIgeT0iMTgiIGZpbGw9IiNDNUM1QzUiIHdpZHRoPSI0IiBoZWlnaHQ9IjQiLz48cmVjdCB4PSIzNiIgeT0iMTgiIGZpbGw9IiNDNUM1QzUiIHdpZHRoPSI0IiBoZWlnaHQ9IjQiLz48cmVjdCB4PSI0MiIgeT0iMTgiIGZpbGw9IiNDNUM1QzUiIHdpZHRoPSI0IiBoZWlnaHQ9IjQiLz48cmVjdCB4PSI0OCIgeT0iMTgiIGZpbGw9IiNDNUM1QzUiIHdpZHRoPSI0IiBoZWlnaHQ9IjQiLz48cmVjdCB4PSI2IiB5PSIyNCIgZmlsbD0iI0M1QzVDNSIgd2lkdGg9IjYiIGhlaWdodD0iNiIvPjxyZWN0IHg9IjQ2IiB5PSIyNCIgZmlsbD0iI0M1QzVDNSIgd2lkdGg9IjYiIGhlaWdodD0iNiIvPjxyZWN0IHg9IjIwIiB5PSIyNCIgZmlsbD0iI0M1QzVDNSIgd2lkdGg9IjE4IiBoZWlnaHQ9IjYiLz48cmVjdCB4PSIxNCIgeT0iMjQiIGZpbGw9IiNDNUM1QzUiIHdpZHRoPSI0IiBoZWlnaHQ9IjYiLz48cmVjdCB4PSI0MCIgeT0iMjQiIGZpbGw9IiNDNUM1QzUiIHdpZHRoPSI0IiBoZWlnaHQ9IjYiLz48L3N2Zz4=") center center no-repeat; - border: 4px solid #252526; -} -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -.monaco-editor .detected-link, -.monaco-editor .detected-link-active { - text-decoration: underline; - text-underline-position: under; -} - -.monaco-editor .detected-link-active { - cursor: pointer; -} - -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ - -.monaco-editor .parameter-hints-widget { - z-index: 10; - display: flex; - flex-direction: column; - line-height: 1.5em; -} - -.monaco-editor .parameter-hints-widget > .wrapper { - max-width: 440px; - display: flex; - flex-direction: column; -} - -.monaco-editor .parameter-hints-widget.multiple { - min-height: 3.3em; - padding: 0 0 0 1.9em; -} - -.monaco-editor .parameter-hints-widget.visible { - transition: left .05s ease-in-out; -} - -.monaco-editor .parameter-hints-widget p, -.monaco-editor .parameter-hints-widget ul { - margin: 8px 0; -} - -.monaco-editor .parameter-hints-widget .monaco-scrollable-element, -.monaco-editor .parameter-hints-widget .body { - display: flex; - flex-direction: column; -} - -.monaco-editor .parameter-hints-widget .signature { - padding: 4px 5px; -} - -.monaco-editor .parameter-hints-widget .docs { - padding: 0 10px 0 5px; - white-space: pre-wrap; -} - -.monaco-editor .parameter-hints-widget .docs .markdown-docs { - white-space: initial; -} - -.monaco-editor .parameter-hints-widget .docs .code { - white-space: pre-wrap; -} - -.monaco-editor .parameter-hints-widget .docs code { - border-radius: 3px; - padding: 0 0.4em; -} - -.monaco-editor .parameter-hints-widget .buttons { - position: absolute; - display: none; - bottom: 0; - left: 0; -} - -.monaco-editor .parameter-hints-widget.multiple .buttons { - display: block; -} - -.monaco-editor .parameter-hints-widget.multiple .button { - position: absolute; - left: 2px; - width: 16px; - height: 16px; - background-repeat: no-repeat; - cursor: pointer; -} - -.monaco-editor .parameter-hints-widget .button.previous { - bottom: 24px; - background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iIzQyNDI0MiIgZD0iTTEwLjggOS41bC45LS45TDguMSA1IDQuMiA4LjZsLjkuOSAzLTIuNyAyLjcgMi43eiIvPjwvc3ZnPg=="); -} - -.monaco-editor .parameter-hints-widget .button.next { - bottom: 0; - background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iIzQyNDI0MiIgZD0iTTUuMSA1bC0uOS45IDMuNiAzLjYgMy45LTMuNi0xLS45LTMgMi43TDUuMSA1eiIvPjwvc3ZnPg=="); -} - -.monaco-editor .parameter-hints-widget .overloads { - position: absolute; - display: none; - text-align: center; - bottom: 14px; - left: 0; - width: 22px; - height: 12px; - line-height: 12px; - opacity: 0.5; -} - -.monaco-editor .parameter-hints-widget.multiple .overloads { - display: block; -} - -.monaco-editor .parameter-hints-widget .signature .parameter.active { - font-weight: bold; - text-decoration: underline; -} - -.monaco-editor .parameter-hints-widget .documentation-parameter > .parameter { - font-weight: bold; - margin-right: 0.5em; -} - -/*** VS Dark & High Contrast*/ - -.monaco-editor.hc-black .parameter-hints-widget .button.previous, -.monaco-editor.vs-dark .parameter-hints-widget .button.previous { - background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iI0U4RThFOCIgZD0iTTEwLjggOS41bC45LS45TDguMSA1IDQuMiA4LjZsLjkuOSAzLTIuNyAyLjcgMi43eiIvPjwvc3ZnPg=="); -} - -.monaco-editor.hc-black .parameter-hints-widget .button.next, -.monaco-editor.vs-dark .parameter-hints-widget .button.next { - background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iI0U4RThFOCIgZD0iTTUuMSA1bC0uOS45IDMuNiAzLjYgMy45LTMuNi0xLS45LTMgMi43TDUuMSA1eiIvPjwvc3ZnPg=="); -} - -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ - -.monaco-quick-open-widget { - font-size: 13px; -} - -.monaco-quick-open-widget .quick-open-tree .quick-open-entry .quick-open-entry-icon, -.vs-dark .monaco-quick-open-widget .quick-open-tree .quick-open-entry .quick-open-entry-icon { - background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMDAiIGhlaWdodD0iNDAiPjxwYXRoIGQ9Ik0yODguNDgzIDMzYy0uNzcyIDAtMS40OTctLjEyMy0yLjE1My0uMzY1LS42NzgtLjI1My0xLjI3LS42MTctMS43Ni0xLjA4NC0uNS0uNDc1LS44OTItMS4wNDktMS4xNjMtMS43MDQtLjI3LS42NDQtLjQwNy0xLjM3MS0uNDA3LTIuMTU4IDAtLjUxNy4wNjEtMS4wMTguMTc4LTEuNDkuMTE2LS40Ny4yOS0uOTI1LjUxNi0xLjM0OC4yMjUtLjQyMi41MDgtLjgxNS44NDQtMS4xNjcuMzM0LS4zNTIuNzE3LS42NTYgMS4xMzktLjkwNS40MTYtLjI0Ni44ODEtLjQ0IDEuMzgtLjU3Ni40OTMtLjEzNCAxLjAyNi0uMjAyIDEuNTg3LS4yMDIuNzA1IDAgMS4zODIuMTA5IDIuMDEzLjMyNC42NDIuMjE3IDEuMjE4LjUzOCAxLjcwOC45NTUuNTAxLjQyNS45MDMuOTQ4IDEuMTkzIDEuNTU2LjI5NC42MjMuNDQyIDEuMzE2LjQ0MiAyLjA2NCAwIC42MTktLjA5IDEuMTg1LS4yNjggMS42NzktLjE3OC40OTItLjQyLjkyLS43MjEgMS4yNzUtLjMzMS4zNzctLjY5OS42NTgtMS4xMDQuODQ3bC0uMDQ4LjAyMnYxLjUzbC0uNTg3LjI2NmMtLjEyOC4wNTktLjI4OC4xMTctLjQ3NC4xNzktLjE5My4wNjItLjQwNC4xMTQtLjY0NS4xNTktLjIyOS4wNC0uNDc3LjA3Ni0uNzUzLjEwMy0uMjcuMDI3LS41NzguMDQtLjkxNy4wNHoiIGZpbGw9IiMyRDJEMkQiLz48cGF0aCBkPSJNMjkxLjcxNiAyNC4wNDFjLS4zOTYtLjMzNi0uODU2LS41OTMtMS4zODQtLjc3MS0uNTI3LS4xOC0xLjA5LS4yNzEtMS42ODktLjI3MS0uNDczIDAtLjkxMi4wNTUtMS4zMjQuMTY3LS40MTQuMTEyLS43OTEuMjctMS4xMzUuNDczLS4zNDIuMjAyLS42NS40NDYtLjkyMi43MzMtLjI3My4yODYtLjUwMi42MDItLjY4Ni45NDktLjE4Ni4zNDctLjMzLjcyMi0uNDI4IDEuMTE5LS4xLjM5OS0uMTQ4LjgxNC0uMTQ4IDEuMjQ3IDAgLjY1Mi4xMDkgMS4yNDcuMzMyIDEuNzc2LjIxOS41MzEuNTMuOTg0LjkyOCAxLjM2MS4zOTYuMzc4Ljg3MS42NjcgMS40MTYuODcuNTQ4LjIwMiAxLjE1Mi4zMDQgMS44MDguMzA0LjMwMiAwIC41NzctLjAxMS44MjMtLjAzNS4yNDYtLjAyMy40NjgtLjA1Ni42NjQtLjA5MS4xOTUtLjAzNi4zNjYtLjA3OC41MTQtLjEyNWwuMzc1LS4xNHYtLjg1NGwtLjQ2My4xODRjLS4xNi4wNTYtLjMzNi4xMDQtLjUyMS4xNDMtLjE4OC4wMzctLjM4Ny4wNjktLjYwNC4wODktLjIxMy4wMjQtLjQ0OC4wMzQtLjcuMDM0LS41NjIgMC0xLjA2NC0uMDg4LTEuNTA5LS4yNjQtLjQ0Mi0uMTc2LS44MTYtLjQyMS0xLjEyNS0uNzMxLS4zMDktLjMxNC0uNTQ1LS42ODctLjcwOC0xLjEyNC0uMTYxLS40MzUtLjI0My0uOTEzLS4yNDMtMS40MzIgMC0uNTQ1LjA5LTEuMDUzLjI3My0xLjUyMi4xODItLjQ3MS40MzUtLjg3OS43NTgtMS4yMjUuMzI0LS4zNDUuNzA4LS42MTcgMS4xNTUtLjgxNS40NDYtLjE5Ni45MzQtLjI5NCAxLjQ1Ny0uMjk0LjQxOSAwIC43OTguMDQ0IDEuMTIyLjEzNi4zMjkuMDkxLjYyLjIxNS44NzEuMzY5LjI1NC4xNTguNDY1LjMzOS42NDMuNTQ3LjE3OS4yMDkuMzI0LjQzMi40MzguNjY3LjExMy4yMzcuMTkzLjQ4LjI0Ni43MzEuMDUxLjI1NC4wNzYuNS4wNzYuNzQxIDAgLjM0NC0uMDMzLjY1My0uMTAyLjkyNi0uMDY4LjI3NC0uMTU4LjUwMy0uMjY5LjY5NC0uMTEuMTg5LS4yMzkuMzM1LS4zODYuNDM0cy0uMjk1LjE0OC0uNDUzLjE0OGwtLjIxNS0uMDQ1Yy0uMDY2LS4wMjktLjExOS0uMDgtLjE2Ni0uMTU2LS4wNDYtLjA3NS0uMDgyLS4xNzctLjEwNy0uMzA2LS4wMjUtLjEyNi0uMDM5LS4yOTItLjAzOS0uNDkybC4wMTgtLjMyNS4wNDEtLjUzLjA1NS0uNjQ0LjA1OC0uNjQ3LjA0OC0uNTQ2LjAyNy0uMzQ0aC0uOTE5bC0uMDU0LjZoLS4wMjFjLS4wMjUtLjEwMy0uMDctLjE5NS0uMTM2LS4yODEtLjA2My0uMDgzLS4xNDEtLjE1NS0uMjMzLS4yMTYtLjA5MS0uMDYxLS4xOTMtLjEwNi0uMzA3LS4xNDEtLjExNS0uMDMzLS4yMzgtLjA0OC0uMzY5LS4wNDgtLjMzNyAwLS42NDYuMDctLjkyNC4yMTYtLjI4MS4xNDQtLjUxOC4zNDQtLjcyMS41OTktLjIwMS4yNTQtLjM1NS41NTYtLjQ2NS45MDUtLjExNS4zNS0uMTcuNzI2LS4xNyAxLjEzNCAwIC4zNDQuMDQ1LjY0NS4xMzUuOTAxLjA4OC4yNi4yMTEuNDczLjM1OS42NDYuMTUzLjE3MS4zMjkuMy41MzQuMzgyLjIuMDg2LjQxNS4xMjkuNjQxLjEyOS4xNzYgMCAuMzQyLS4wMjcuNDk5LS4wODEuMTU0LS4wNTIuMzAyLS4xMy40MzItLjIzMi4xMzQtLjEwNC4yNDgtLjIzLjM0OC0uMzguMTAyLS4xNDkuMTgyLS4zMjMuMjM2LS41MmguMDI3YzAgLjM3Ni4xMDEuNjc0LjMwNy44OTMuMjA3LjIyLjUwMi4zMy44ODkuMzMuMjkyIDAgLjU4LS4wNjQuODYzLS4xOTguMjgzLS4xMzIuNTM2LS4zMjguNzYyLS41ODYuMjIzLS4yNjIuNDA0LS41ODMuNTQzLS45NjYuMTM4LS4zODQuMjA4LS44My4yMDgtMS4zNCAwLS42MDUtLjExNy0xLjE1LS4zNDUtMS42MzQtLjIzMS0uNDgyLS41NDYtLjg5MS0uOTM5LTEuMjI1bS0yLjM2OCAzLjc3NGMtLjA1Ni4yNzctLjEzNi41MTctLjI0Ni43MTktLjEwOS4yMDMtLjI0Ni4zNjMtLjQwNy40ODEtLjE2My4xMTUtLjM1NC4xNzYtLjU3Mi4xNzYtLjEyIDAtLjIzNi0uMDI1LS4zNDQtLjA3OC0uMTA4LS4wNTItLjIwNi0uMTMtLjI4OS0uMjMyLS4wODEtLjEwMy0uMTQ4LS4yMzQtLjE5OC0uMzktLjA0Ni0uMTU2LS4wNy0uMzM3LS4wNy0uNTQ3IDAtLjIzNy4wMjctLjQ4MS4wOC0uNzI5LjA1Ni0uMjQ3LjEzNy0uNDczLjI1LS42NzcuMTA5LS4yLjI1LS4zNjMuNDE2LS40OTIuMTY1LS4xMjcuMzYxLS4xOTEuNTgyLS4xOTEuMTIzIDAgLjIzNC4wMjEuMzQuMDYzLjEwNy4wNDIuMTk4LjEwNy4yNzkuMTk2LjA4LjA4Ny4xNDUuMTk3LjE4OS4zMy4wNDMuMTM0LjA3LjI5NC4wNy40OCAwIC4zMTctLjAzMS42MTUtLjA4Ljg5MSIgZmlsbD0iI0M1QzVDNSIvPjxwYXRoIGQ9Ik0yODguNDgzIDEzYy0uNzcyIDAtMS40OTctLjEyMy0yLjE1My0uMzY1LS42NzgtLjI1My0xLjI3LS42MTctMS43Ni0xLjA4NC0uNS0uNDc1LS44OTItMS4wNDktMS4xNjMtMS43MDQtLjI2OS0uNjQ0LS40MDctMS4zNzEtLjQwNy0yLjE1OSAwLS41MTcuMDYxLTEuMDE4LjE3OC0xLjQ5LjExNi0uNDcuMjktLjkyNS41MTYtMS4zNDguMjI1LS40MjIuNTA4LS44MTUuODQ0LTEuMTY3LjMzNC0uMzUyLjcxNy0uNjU2IDEuMTM5LS45MDUuNDE2LS4yNDYuODgxLS40NCAxLjM4LS41NzYuNDkyLS4xMzQgMS4wMjUtLjIwMiAxLjU4Ni0uMjAyLjcwNSAwIDEuMzgyLjEwOSAyLjAxMy4zMjQuNjQyLjIxNyAxLjIxOC41MzggMS43MDguOTU1LjUwMS40MjUuOTAzLjk0OCAxLjE5MyAxLjU1Ni4yOTUuNjI0LjQ0MyAxLjMxNy40NDMgMi4wNjUgMCAuNjE5LS4wOSAxLjE4NS0uMjY4IDEuNjc5LS4xNzguNDkyLS40Mi45Mi0uNzIxIDEuMjc1LS4zMzEuMzc3LS42OTkuNjU4LTEuMTA0Ljg0N2wtLjA0OC4wMjJ2MS41M2wtLjU4Ny4yNjZjLS4xMjguMDU5LS4yODguMTE3LS40NzQuMTc5LS4xOTMuMDYyLS40MDQuMTE0LS42NDUuMTU5LS4yMjkuMDQtLjQ3Ny4wNzYtLjc1My4xMDMtLjI3LjAyNy0uNTc4LjA0LS45MTcuMDR6IiBmaWxsPSIjRjNGM0YzIi8+PHBhdGggZD0iTTI5MS43MTYgNC4wNDFjLS4zOTYtLjMzNi0uODU2LS41OTMtMS4zODQtLjc3MS0uNTI3LS4xNzktMS4wOS0uMjctMS42ODktLjI3LS40NzMgMC0uOTEyLjA1NS0xLjMyNC4xNjctLjQxNC4xMTItLjc5MS4yNy0xLjEzNS40NzMtLjM0Mi4yMDItLjY1LjQ0Ni0uOTIyLjczMy0uMjczLjI4Ni0uNTAyLjYwMi0uNjg2Ljk0OS0uMTg2LjM0Ny0uMzMuNzIyLS40MjggMS4xMTktLjA5OS40LS4xNDguODE1LS4xNDggMS4yNDcgMCAuNjUyLjEwOSAxLjI0Ny4zMzIgMS43NzYuMjE5LjUzMS41My45ODQuOTI4IDEuMzYxLjM5Ni4zNzguODcxLjY2NyAxLjQxNi44Ny41NDguMjAyIDEuMTUyLjMwNCAxLjgwOC4zMDQuMzAyIDAgLjU3Ny0uMDExLjgyMy0uMDM1LjI0Ni0uMDIzLjQ2OC0uMDU2LjY2NC0uMDkxLjE5NS0uMDM2LjM2Ni0uMDc4LjUxNC0uMTI1bC4zNzUtLjE0di0uODU0bC0uNDYzLjE4NGMtLjE2LjA1Ni0uMzM2LjEwNC0uNTIxLjE0My0uMTg4LjAzNy0uMzg3LjA2OS0uNjA0LjA4OS0uMjEzLjAyNC0uNDQ4LjAzNC0uNy4wMzQtLjU2MiAwLTEuMDY0LS4wODgtMS41MDktLjI2NC0uNDQyLS4xNzYtLjgxNi0uNDIxLTEuMTI1LS43MzEtLjMwOS0uMzE0LS41NDUtLjY4Ny0uNzA4LTEuMTI0LS4xNjEtLjQzNS0uMjQzLS45MTMtLjI0My0xLjQzMiAwLS41NDUuMDktMS4wNTMuMjczLTEuNTIyLjE4Mi0uNDcxLjQzNS0uODc5Ljc1OC0xLjIyNS4zMjQtLjM0NS43MDgtLjYxNyAxLjE1NS0uODE1LjQ0Ni0uMTk2LjkzNC0uMjk0IDEuNDU3LS4yOTQuNDE5IDAgLjc5OC4wNDQgMS4xMjIuMTM2LjMyOS4wOTEuNjIuMjE1Ljg3MS4zNjkuMjU0LjE1OC40NjUuMzM5LjY0My41NDcuMTc5LjIwOS4zMjQuNDMyLjQzOC42NjcuMTEzLjIzNy4xOTMuNDguMjQ2LjczMS4wNTEuMjU0LjA3Ni41LjA3Ni43NDEgMCAuMzQ0LS4wMzMuNjUzLS4xMDIuOTI2LS4wNjguMjc0LS4xNTguNTAzLS4yNjkuNjk0LS4xMS4xODktLjIzOS4zMzUtLjM4Ni40MzRzLS4yOTUuMTQ4LS40NTMuMTQ4bC0uMjE1LS4wNDVjLS4wNjYtLjAyOS0uMTE5LS4wOC0uMTY2LS4xNTYtLjA0Ni0uMDc1LS4wODItLjE3Ny0uMTA3LS4zMDYtLjAyNS0uMTI2LS4wMzktLjI5Mi0uMDM5LS40OTJsLjAxOC0uMzI1LjA0MS0uNTMuMDU1LS42NDQuMDU4LS42NDcuMDQ4LS41NDYuMDI3LS4zNDRoLS45MTlsLS4wNTQuNmgtLjAyMWMtLjAyNS0uMTAzLS4wNy0uMTk1LS4xMzYtLjI4MS0uMDYzLS4wODMtLjE0MS0uMTU1LS4yMzMtLjIxNi0uMDkxLS4wNjEtLjE5My0uMTA2LS4zMDctLjE0MS0uMTE1LS4wMzMtLjIzOC0uMDQ4LS4zNjktLjA0OC0uMzM3IDAtLjY0Ni4wNy0uOTI0LjIxNi0uMjgxLjE0NC0uNTE4LjM0NC0uNzIxLjU5OS0uMjAxLjI1NC0uMzU1LjU1Ni0uNDY1LjkwNS0uMTE1LjM1LS4xNy43MjYtLjE3IDEuMTM0IDAgLjM0NC4wNDUuNjQ1LjEzNS45MDEuMDg4LjI2LjIxMS40NzMuMzU5LjY0Ni4xNTMuMTcxLjMyOS4zLjUzNC4zODIuMi4wODYuNDE1LjEyOS42NDEuMTI5LjE3NiAwIC4zNDItLjAyNy40OTktLjA4MS4xNTQtLjA1Mi4zMDItLjEzLjQzMi0uMjMyLjEzNC0uMTA0LjI0OC0uMjMuMzQ4LS4zOC4xMDItLjE0OS4xODItLjMyMy4yMzYtLjUyaC4wMjdjMCAuMzc2LjEwMS42NzQuMzA3Ljg5My4yMDcuMjIuNTAyLjMzLjg4OS4zMy4yOTIgMCAuNTgtLjA2NC44NjMtLjE5OC4yODMtLjEzMi41MzYtLjMyOC43NjItLjU4Ni4yMjMtLjI2Mi40MDQtLjU4My41NDMtLjk2Ni4xMzgtLjM4NS4yMDgtLjgzMS4yMDgtMS4zNDEgMC0uNjA1LS4xMTctMS4xNS0uMzQ1LTEuNjM0LS4yMzEtLjQ4Mi0uNTQ2LS44OTEtLjkzOS0xLjIyNW0tMi4zNjggMy43NzRjLS4wNTYuMjc3LS4xMzYuNTE3LS4yNDYuNzE5LS4xMDkuMjAzLS4yNDYuMzYzLS40MDcuNDgxLS4xNjMuMTE1LS4zNTQuMTc2LS41NzIuMTc2LS4xMiAwLS4yMzYtLjAyNS0uMzQ0LS4wNzgtLjEwOC0uMDUyLS4yMDYtLjEzLS4yODktLjIzMi0uMDgxLS4xMDMtLjE0OC0uMjM0LS4xOTgtLjM5LS4wNDYtLjE1Ni0uMDctLjMzNy0uMDctLjU0NyAwLS4yMzcuMDI3LS40ODEuMDgtLjcyOS4wNTYtLjI0Ny4xMzctLjQ3My4yNS0uNjc3LjEwOS0uMi4yNS0uMzYzLjQxNi0uNDkyLjE2NS0uMTI3LjM2MS0uMTkxLjU4Mi0uMTkxLjEyMyAwIC4yMzQuMDIxLjM0LjA2My4xMDcuMDQyLjE5OC4xMDcuMjc5LjE5Ni4wOC4wODcuMTQ1LjE5Ny4xODkuMzMuMDQzLjEzNC4wNy4yOTQuMDcuNDggMCAuMzE3LS4wMzEuNjE1LS4wOC44OTEiIGZpbGw9IiM0MjQyNDIiLz48cGF0aCBkPSJNMjY0IDM3di0xNGg4LjYyNWwzLjM3NSAzLjU1NnYxMC40NDRoLTEyeiIgZmlsbD0iIzJEMkQyRCIvPjxwYXRoIGQ9Ik0yNzIgMjRoLTd2MTJoMTB2LTlsLTMtM3ptMiAxMWgtOHYtMTBoNXYzaDN2N3oiIGZpbGw9IiNDNUM1QzUiLz48cG9seWdvbiBwb2ludHM9IjI2NiwyNSAyNzEsMjUgMjcxLDI4IDI3NCwyOCAyNzQsMzUgMjY2LDM1IiBmaWxsPSIjMkQyRDJEIi8+PHBhdGggZD0iTTI2NCAxN3YtMTRoOC42MjVsMy4zNzUgMy41NTZ2MTAuNDQ0aC0xMnoiIGZpbGw9IiNGM0YzRjMiLz48cGF0aCBkPSJNMjcyIDRoLTd2MTJoMTB2LTlsLTMtM3ptMiAxMWgtOHYtMTBoNXYzaDN2N3oiIGZpbGw9IiM0MjQyNDIiLz48cG9seWdvbiBwb2ludHM9IjI2Niw1IDI3MSw1IDI3MSw4IDI3NCw4IDI3NCwxNSAyNjYsMTUiIGZpbGw9IiNGMEVGRjEiLz48cG9seWdvbiBwb2ludHM9IjI0NywzNCAyNDcsMzAgMjQ1LDMwIDI0NSwyNiAyNTUsMjYgMjU1LDM0IiBmaWxsPSIjMkQyRDJEIi8+PHBhdGggZD0iTTI1NCAyOWgtOHYtMmg4djJ6bTAgMWgtNnYxaDZ2LTF6bTAgMmgtNnYxaDZ2LTF6IiBmaWxsPSIjQzVDNUM1Ii8+PHBvbHlnb24gcG9pbnRzPSIyNDcsMTQgMjQ3LDEwIDI0NSwxMCAyNDUsNiAyNTUsNiAyNTUsMTQiIGZpbGw9IiNGM0YzRjMiLz48cGF0aCBkPSJNMjU0IDloLTh2LTJoOHYyem0wIDFoLTZ2MWg2di0xem0wIDJoLTZ2MWg2di0xeiIgZmlsbD0iIzQyNDI0MiIvPjxwYXRoIGQ9Ik0yMzAuNSAyMmMtNC4xNDMgMC03LjUgMy4zNTctNy41IDcuNXMzLjM1NyA3LjUgNy41IDcuNSA3LjUtMy4zNTcgNy41LTcuNS0zLjM1Ny03LjUtNy41LTcuNXptMCAxMWMtMS45MzMgMC0zLjUtMS41NjYtMy41LTMuNXMxLjU2Ny0zLjUgMy41LTMuNSAzLjUgMS41NjYgMy41IDMuNS0xLjU2NyAzLjUtMy41IDMuNXoiIGZpbGw9IiMyRDJEMkQiLz48cGF0aCBkPSJNMjI0LjAyNSAyOWMuMTA4LTEuNDE4LjY2OS0yLjcwOCAxLjU0Mi0zLjcyNmwxLjQzMSAxLjQzMWMtLjUxNi42NDYtLjg1MSAxLjQzLS45NDcgMi4yOTVoLTIuMDI2em0yLjk3MyAzLjI5NWMtLjUxNi0uNjQ2LS44NTEtMS40My0uOTQ3LTIuMjk1aC0yLjAyNWMuMTA4IDEuNDE4LjY2OSAyLjcwNyAxLjU0MiAzLjcyNmwxLjQzLTEuNDMxem00LjAwMi05LjI3djIuMDI1Yy44NjUuMDk3IDEuNjQ5LjQzMiAyLjI5NS45NDdsMS40MzEtMS40MzFjLTEuMDE4LS44NzItMi4zMDgtMS40MzItMy43MjYtMS41NDF6bS0zLjI5NSAyLjk3M2MuNjQ2LS41MTYgMS40My0uODUxIDIuMjk1LS45NDd2LTIuMDI1Yy0xLjQxOC4xMDgtMi43MDguNjY5LTMuNzI2IDEuNTQybDEuNDMxIDEuNDN6bTYuMjk3LjcwN2MuNTE2LjY0Ni44NTEgMS40My45NDcgMi4yOTVoMi4wMjVjLS4xMDgtMS40MTgtLjY2OS0yLjcwOC0xLjU0Mi0zLjcyNmwtMS40MyAxLjQzMXptLTQuMDAyIDcuMjQ0Yy0uODY1LS4wOTctMS42NDktLjQzMi0yLjI5NS0uOTQ3bC0xLjQzMSAxLjQzMWMxLjAxOC44NzMgMi4zMDcgMS40MzQgMy43MjYgMS41NDJ2LTIuMDI2em00Ljk0OS0zLjk0OWMtLjA5Ny44NjUtLjQzMiAxLjY0OC0uOTQ3IDIuMjk1bDEuNDMxIDEuNDMxYy44NzMtMS4wMTkgMS40MzQtMi4zMDggMS41NDItMy43MjZoLTIuMDI2em0tMS42NTQgMy4wMDJjLS42NDYuNTE2LTEuNDMuODUxLTIuMjk1Ljk0N3YyLjAyNWMxLjQxOS0uMTA4IDIuNzA4LS42NjkgMy43MjYtMS41NDJsLTEuNDMxLTEuNDN6IiBmaWxsPSIjQzVDNUM1Ii8+PHBhdGggZD0iTTIzMC41IDJjLTQuMTQzIDAtNy41IDMuMzU4LTcuNSA3LjUgMCA0LjE0MyAzLjM1NyA3LjUgNy41IDcuNXM3LjUtMy4zNTcgNy41LTcuNWMwLTQuMTQyLTMuMzU3LTcuNS03LjUtNy41em0wIDExYy0xLjkzMyAwLTMuNS0xLjU2Ni0zLjUtMy41IDAtMS45MzMgMS41NjctMy41IDMuNS0zLjVzMy41IDEuNTY3IDMuNSAzLjVjMCAxLjkzNC0xLjU2NyAzLjUtMy41IDMuNXoiIGZpbGw9IiNGM0YzRjMiLz48cGF0aCBkPSJNMjI0LjAyNSA5Yy4xMDgtMS40MTguNjY5LTIuNzA4IDEuNTQyLTMuNzI2bDEuNDMxIDEuNDMxYy0uNTE2LjY0Ni0uODUxIDEuNDMtLjk0NyAyLjI5NGgtMi4wMjZ6bTIuOTczIDMuMjk1Yy0uNTE2LS42NDYtLjg1MS0xLjQzLS45NDctMi4yOTVoLTIuMDI1Yy4xMDggMS40MTguNjY5IDIuNzA3IDEuNTQyIDMuNzI2bDEuNDMtMS40MzF6bTQuMDAyLTkuMjd2Mi4wMjVjLjg2NS4wOTcgMS42NDkuNDMyIDIuMjk1Ljk0OGwxLjQzMS0xLjQzMWMtMS4wMTgtLjg3My0yLjMwOC0xLjQzMy0zLjcyNi0xLjU0MnptLTMuMjk1IDIuOTc0Yy42NDYtLjUxNiAxLjQzLS44NTEgMi4yOTUtLjk0OHYtMi4wMjZjLTEuNDE4LjEwOC0yLjcwOC42NjktMy43MjYgMS41NDJsMS40MzEgMS40MzJ6bTYuMjk3LjcwN2MuNTE2LjY0Ni44NTEgMS40My45NDcgMi4yOTRoMi4wMjVjLS4xMDgtMS40MTgtLjY2OS0yLjcwOC0xLjU0Mi0zLjcyNmwtMS40MyAxLjQzMnptLTQuMDAyIDcuMjQzYy0uODY1LS4wOTctMS42NDktLjQzMi0yLjI5NS0uOTQ3bC0xLjQzMSAxLjQzMWMxLjAxOC44NzMgMi4zMDcgMS40MzQgMy43MjYgMS41NDJ2LTIuMDI2em00Ljk0OS0zLjk0OWMtLjA5Ny44NjUtLjQzMiAxLjY0OC0uOTQ3IDIuMjk1bDEuNDMxIDEuNDMxYy44NzMtMS4wMTkgMS40MzQtMi4zMDggMS41NDItMy43MjZoLTIuMDI2em0tMS42NTQgMy4wMDJjLS42NDYuNTE2LTEuNDMuODUxLTIuMjk1Ljk0N3YyLjAyNWMxLjQxOS0uMTA4IDIuNzA4LS42NjkgMy43MjYtMS41NDJsLTEuNDMxLTEuNDN6IiBmaWxsPSIjNDI0MjQyIi8+PHJlY3QgeD0iMjAyIiB5PSIyMyIgd2lkdGg9IjE2IiBoZWlnaHQ9IjE0IiBmaWxsPSIjMkQyRDJEIi8+PHBhdGggZD0iTTIwMyAyNHYxMmgxNHYtMTJoLTE0em0xMyAxMWgtMTJ2LTEwaDEydjEwem0tNi03di0xaC0xdjVoM3YtNGgtMnptMSAzaC0xdi0yaDF2MnptMy0ydjJoMXYxaC0ydi00aDJ2MWgtMXptLTYtMXY0aC0zdi0yaDF2MWgxdi0xaC0xdi0xaC0xdi0xaDN6IiBmaWxsPSIjQzVDNUM1Ii8+PHBhdGggZD0iTTIxMCAyOWgxdjJoLTF2LTJ6bS0zIDJ2LTFoLTF2MWgxem05LTZ2MTBoLTEydi0xMGgxMnptLTggM2gtM3YxaDF2MWgtMXYyaDN2LTR6bTQgMGgtMnYtMWgtMXY1aDN2LTR6bTMgMGgtMnY0aDJ2LTFoLTF2LTJoMXYtMXoiIGZpbGw9IiMyRDJEMkQiLz48cmVjdCB4PSIyMDIiIHk9IjMiIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNCIgZmlsbD0iI0YzRjNGMyIvPjxwYXRoIGQ9Ik0yMDMgNHYxMmgxNHYtMTJoLTE0em0xMyAxMWgtMTJ2LTEwaDEydjEwem0tNi03di0xaC0xdjVoM3YtNGgtMnptMSAzaC0xdi0yaDF2MnptMy0ydjJoMXYxaC0ydi00aDJ2MWgtMXptLTYtMXY0aC0zdi0yaDF2MWgxdi0xaC0xdi0xaC0xdi0xaDN6IiBmaWxsPSIjNDI0MjQyIi8+PHBhdGggZD0iTTIxMCA5aDF2MmgtMXYtMnptLTMgMnYtMWgtMXYxaDF6bTktNnYxMGgtMTJ2LTEwaDEyem0tOCAzaC0zdjFoMXYxaC0xdjJoM3YtNHptNCAwaC0ydi0xaC0xdjVoM3YtNHptMyAwaC0ydjRoMnYtMWgtMXYtMmgxdi0xeiIgZmlsbD0iI0YwRUZGMSIvPjxwYXRoIGQ9Ik0xOTYuNjUyIDMyLjVjLjgxMS0uNTM3IDEuMzQ4LTEuNDU3IDEuMzQ4LTIuNSAwLTEuNjU0LTEuMzQ2LTMtMy0zLS43NzEgMC0xLjQ2OC4zMDEtMiAuNzc5di01Ljc3OWgtMTF2MTJoMy43NjRsLTEuNDUyLjcyNyAxLjQ4MSAxLjQ4Yy4zMjIuMzIyLjgwMy41IDEuMzU0LjUuNDM2IDAgLjg5Ny0uMTExIDEuMzAxLS4zMTNsMy4xNDQtMS41NzJjLjEzNC4wNTMuMjcxLjA5OC40MTQuMTI3bC0uMDA1LjA1MWMwIDEuNjU0IDEuMzQ2IDMgMyAzczMtMS4zNDYgMy0zYy0uMDAxLTEuMDQzLS41MzgtMS45NjMtMS4zNDktMi41eiIgZmlsbD0iIzJEMkQyRCIvPjxwYXRoIGQ9Ik0xOTUgMzNjLS4yOTMgMC0uNTY5LjA2Ni0uODIuMThsLS4yNS0uMjVjLjA0Mi0uMTM3LjA3LS4yNzkuMDctLjQzcy0uMDI4LS4yOTMtLjA3LS40M2wuMjUtLjI1Yy4yNTEuMTEzLjUyNy4xOC44Mi4xOCAxLjEwNCAwIDItLjg5NiAyLTIgMC0xLjEwNS0uODk2LTItMi0ycy0yIC44OTUtMiAyYzAgLjI5My4wNjYuNTY4LjE4LjgybC0uMjUuMjVjLS4xMzctLjA0My0uMjc5LS4wNy0uNDMtLjA3LS4zMzcgMC0uNjQ1LjExNS0uODk1LjMwM2wtMi42MDctMS4zMDUtLjk5OS0uNWMtLjU1Mi0uMjc1LTEuMjIzLS4yNzUtMS40OTkuMDAybC0uNS41IDUgMi41LTUgMi41LjUuNWMuMjc2LjI3NS45NDcuMjc1IDEuNSAwbDEtLjUgMi42MDUtMS4zMDNjLjI1LjE4OC41NTguMzAzLjg5NS4zMDMuMTUgMCAuMjkzLS4wMjkuNDMtLjA3bC4yNS4yNWMtLjExNC4yNS0uMTguNTI3LS4xOC44MiAwIDEuMTA0Ljg5NiAyIDIgMnMyLS44OTYgMi0yYzAtMS4xMDUtLjg5Ni0yLTItMnptMC00Yy41NTMgMCAxIC40NDcgMSAxIDAgLjU1MS0uNDQ3IDEtMSAxcy0xLS40NDktMS0xYzAtLjU1My40NDctMSAxLTF6bS0yLjUgNGMtLjI3NiAwLS41LS4yMjUtLjUtLjUgMC0uMjc3LjIyNC0uNS41LS41cy41LjIyMy41LjVjMCAuMjc1LS4yMjQuNS0uNS41em0yLjUgM2MtLjU1MyAwLTEtLjQ0OS0xLTEgMC0uNTUzLjQ0Ny0xIDEtMXMxIC40NDcgMSAxYzAgLjU1MS0uNDQ3IDEtMSAxem0tMy0xM3Y3LjA1MWMtLjE0Mi4wMjktLjI3OS4wNy0uNDEzLjEyM2wtLjU4Ny0uMTc0di02aC03djdoLTF2LThoOXptLTggMTBoLTF2LTFoMXYxem0yLTFoLTF2MWgxdi0xem0yIDBoLTF2MWgxdi0xeiIgZmlsbD0iI0M1QzVDNSIvPjxwYXRoIGQ9Ik0xODUuNzkzIDI4Ljc5M2wtMS43OTMgMS4yMDd2LTZoN3Y1LjM4MWwtMi41NTQtLjc3N2MtLjgxNi0uNDA5LTEuOTktLjQ3NS0yLjY1My4xODl6bS0uNzkzIDIuMjA3aC43NjRsLS43NjQtLjM4M3YuMzgzem0xMSA0YzAgLjU1MS0uNDQ3IDEtMSAxcy0xLS40NDktMS0xYzAtLjU1My40NDctMSAxLTFzMSAuNDQ3IDEgMXptLTMuNS0zYy0uMjc2IDAtLjUuMjIzLS41LjUgMCAuMjc1LjIyNC41LjUuNXMuNS0uMjI1LjUtLjVjMC0uMjc3LS4yMjQtLjUtLjUtLjV6bTIuNS0zYy0uNTUzIDAtMSAuNDQ3LTEgMSAwIC41NTEuNDQ3IDEgMSAxczEtLjQ0OSAxLTFjMC0uNTUzLS40NDctMS0xLTF6IiBmaWxsPSIjMkQyRDJEIi8+PHBhdGggZD0iTTE5Ni42NTIgMTIuNWMuODExLS41MzggMS4zNDgtMS40NTggMS4zNDgtMi41IDAtMS42NTQtMS4zNDYtMy0zLTMtLjc3MSAwLTEuNDY4LjMwMS0yIC43Nzl2LTUuNzc5aC0xMXYxMmgzLjc2NGwtMS40NTIuNzI3IDEuNDgxIDEuNDhjLjMyMi4zMjIuODAzLjUgMS4zNTQuNS40MzYgMCAuODk3LS4xMTEgMS4zMDEtLjMxM2wzLjE0NC0xLjU3MmMuMTM0LjA1My4yNzEuMDk4LjQxNC4xMjdsLS4wMDUuMDUxYzAgMS42NTQgMS4zNDYgMyAzIDNzMy0xLjM0NiAzLTNjLS4wMDEtMS4wNDMtLjUzOC0xLjk2My0xLjM0OS0yLjV6IiBmaWxsPSIjRjNGM0YzIi8+PHBhdGggZD0iTTE5NSAxM2MtLjI5MyAwLS41NjkuMDY2LS44Mi4xOGwtLjI1LS4yNWMuMDQyLS4xMzcuMDctLjI3OS4wNy0uNDNzLS4wMjgtLjI5My0uMDctLjQzbC4yNS0uMjVjLjI1MS4xMTMuNTI3LjE4LjgyLjE4IDEuMTA0IDAgMi0uODk2IDItMiAwLTEuMTA1LS44OTYtMi0yLTJzLTIgLjg5NS0yIDJjMCAuMjkzLjA2Ni41NjguMTguODJsLS4yNS4yNWMtLjEzNy0uMDQzLS4yNzktLjA3LS40My0uMDctLjMzNyAwLS42NDUuMTE1LS44OTUuMzAzbC0yLjYwNy0xLjMwNC0uOTk5LS41Yy0uNTUyLS4yNzUtMS4yMjMtLjI3NS0xLjQ5OS4wMDJsLS41LjQ5OSA1IDIuNS01IDIuNS41LjVjLjI3Ni4yNzUuOTQ3LjI3NSAxLjUgMGwxLS41IDIuNjA1LTEuMzAzYy4yNS4xODguNTU4LjMwMy44OTUuMzAzLjE1IDAgLjI5My0uMDI5LjQzLS4wN2wuMjUuMjVjLS4xMTMuMjUtLjE4LjUyNy0uMTguODIgMCAxLjEwNC44OTYgMiAyIDJzMi0uODk2IDItMmMwLTEuMTA2LS44OTYtMi0yLTJ6bTAtNGMuNTUzIDAgMSAuNDQ3IDEgMSAwIC41NTEtLjQ0NyAxLTEgMXMtMS0uNDQ5LTEtMWMwLS41NTMuNDQ3LTEgMS0xem0tMi41IDRjLS4yNzYgMC0uNS0uMjI1LS41LS41IDAtLjI3Ny4yMjQtLjUuNS0uNXMuNS4yMjMuNS41YzAgLjI3NS0uMjI0LjUtLjUuNXptMi41IDNjLS41NTMgMC0xLS40NDktMS0xIDAtLjU1My40NDctMSAxLTFzMSAuNDQ3IDEgMWMwIC41NS0uNDQ3IDEtMSAxem0tMy0xM3Y3LjA1MWMtLjE0Mi4wMjktLjI3OS4wNy0uNDEzLjEyM2wtLjU4Ny0uMTc0di02aC03djdoLTF2LThoOXptLTggMTBoLTF2LTFoMXYxem0yLTFoLTF2MWgxdi0xem0yIDBoLTF2MWgxdi0xeiIgZmlsbD0iIzQyNDI0MiIvPjxwYXRoIGQ9Ik0xODUuNzkzIDguNzkzbC0xLjc5MyAxLjIwN3YtNmg3djUuMzgxbC0yLjU1NC0uNzc3Yy0uODE2LS40MDktMS45OS0uNDc1LTIuNjUzLjE4OXptLS43OTMgMi4yMDdoLjc2NGwtLjc2NC0uMzgzdi4zODN6bTExIDRjMCAuNTUxLS40NDcgMS0xIDFzLTEtLjQ0OS0xLTFjMC0uNTUzLjQ0Ny0xIDEtMXMxIC40NDcgMSAxem0tMy41LTNjLS4yNzYgMC0uNS4yMjMtLjUuNSAwIC4yNzUuMjI0LjUuNS41cy41LS4yMjUuNS0uNWMwLS4yNzgtLjIyNC0uNS0uNS0uNXptMi41LTNjLS41NTMgMC0xIC40NDctMSAxIDAgLjU1MS40NDcgMSAxIDFzMS0uNDQ5IDEtMWMwLS41NTMtLjQ0Ny0xLTEtMXoiIGZpbGw9IiNGMEVGRjEiLz48cGF0aCBkPSJNMTc4IDI3di0zaC03di0xaC05djE0aDEzdi0zaDN2LTNoLTF2LTNoLTZ2LTFoN3ptLTggN3YtM2gxdjNoLTF6IiBmaWxsPSIjMkQyRDJEIi8+PHBhdGggZD0iTTE3NyAyNmgtNXYtMWg1djF6bS0xIDNoLTJ2MWgydi0xem0tNCAwaC05djFoOXYtMXptMiA2aC0xMXYxaDExdi0xem0tNS0zaC02djFoNnYtMXptOCAwaC01djFoNXYtMXptLTctOHYzaC03di0zaDd6bS0xIDFoLTV2MWg1di0xeiIgZmlsbD0iI0M1QzVDNSIvPjxyZWN0IHg9IjE2NCIgeT0iMjUiIHdpZHRoPSI1IiBoZWlnaHQ9IjEiIGZpbGw9IiMyRDJEMkQiLz48cGF0aCBkPSJNMTc4IDd2LTNoLTd2LTFoLTl2MTRoMTN2LTNoM3YtM2gtMXYtM2gtNnYtMWg3em0tOCA3di0zaDF2M2gtMXoiIGZpbGw9IiNGM0YzRjMiLz48cGF0aCBkPSJNMTc3IDZoLTV2LTFoNXYxem0tMSAzaC0ydjFoMnYtMXptLTQgMGgtOXYxaDl2LTF6bTIgNmgtMTF2MWgxMXYtMXptLTUtM2gtNnYxaDZ2LTF6bTggMGgtNXYxaDV2LTF6bS03LTh2M2gtN3YtM2g3em0tMSAxaC01djFoNXYtMXoiIGZpbGw9IiM0MjQyNDIiLz48cmVjdCB4PSIxNjQiIHk9IjUiIHdpZHRoPSI1IiBoZWlnaHQ9IjEiIGZpbGw9IiNGMEVGRjEiLz48cG9seWdvbiBwb2ludHM9IjE1NC40MTQsMjQgMTQ5LjU4NiwyNCAxNDgsMjUuNTg2IDE0OCwyOCAxNDQsMjggMTQ0LDM1IDE1MiwzNSAxNTIsMzEgMTU0LjQxNCwzMSAxNTYsMjkuNDE0IDE1NiwyNS41ODYiIGZpbGw9IiMyRDJEMkQiLz48ZyBmaWxsPSIjNzVCRUZGIj48cGF0aCBkPSJNMTU0IDI1aC00bC0xIDF2Mmg1djFoLTJ2MWgybDEtMXYtM2wtMS0xem0wIDJoLTR2LTFoNHYxek0xNDUgMzRoNnYtNWgtNnY1em0xLTNoNHYxaC00di0xeiIvPjwvZz48ZyBmaWxsPSIjMkQyRDJEIj48cmVjdCB4PSIxNDYiIHk9IjMxIiB3aWR0aD0iNCIgaGVpZ2h0PSIxIi8+PHJlY3QgeD0iMTUwIiB5PSIyNiIgd2lkdGg9IjQiIGhlaWdodD0iMSIvPjxyZWN0IHg9IjE1MiIgeT0iMjgiIHdpZHRoPSIyIiBoZWlnaHQ9IjEiLz48L2c+PHBvbHlnb24gcG9pbnRzPSIxNTQuNDE0LDQgMTQ5LjU4Niw0IDE0OCw1LjU4NiAxNDgsOCAxNDQsOCAxNDQsMTUgMTUyLDE1IDE1MiwxMSAxNTQuNDE0LDExIDE1Niw5LjQxNCAxNTYsNS41ODYiIGZpbGw9IiNGM0YzRjMiLz48ZyBmaWxsPSIjMDA1MzlDIj48cGF0aCBkPSJNMTU0IDVoLTRsLTEgMXYyaDV2MWgtMnYxaDJsMS0xdi0zbC0xLTF6bTAgMmgtNHYtMWg0djF6TTE0NSAxNGg2di01aC02djV6bTEtM2g0djFoLTR2LTF6Ii8+PC9nPjxnIGZpbGw9IiNGMEVGRjEiPjxyZWN0IHg9IjE0NiIgeT0iMTEiIHdpZHRoPSI0IiBoZWlnaHQ9IjEiLz48cmVjdCB4PSIxNTAiIHk9IjYiIHdpZHRoPSI0IiBoZWlnaHQ9IjEiLz48cmVjdCB4PSIxNTIiIHk9IjgiIHdpZHRoPSIyIiBoZWlnaHQ9IjEiLz48L2c+PHBhdGggZD0iTTEzOCAyNGgtMTV2NGgtMXY4aDh2LTZoOHYtNnptLTExIDloLTJ2LTJoMnYyeiIgZmlsbD0iIzJEMkQyRCIvPjxwYXRoIGQ9Ik0xMzcgMjloLTd2LTFoLTZ2LTNoMXYyaDF2LTJoMXYyaDF2LTJoMXYyaDF2LTJoMXYyaDF2LTJoMXYyaDF2LTJoMXYyaDF2LTJoMXY0em0tMTIgMXYtMWgtMnY2aDJ2LTFoLTF2LTRoMXptMiA0djFoMnYtNmgtMnYxaDF2NGgtMXoiIGZpbGw9IiNDNUM1QzUiLz48cGF0aCBkPSJNMTI1IDI3di0yaDF2MmgtMXptMyAwdi0yaC0xdjJoMXptMiAwdi0yaC0xdjJoMXptMiAwdi0yaC0xdjJoMXptMiAwdi0yaC0xdjJoMXptMiAwdi0yaC0xdjJoMXoiIGZpbGw9IiMyRDJEMkQiLz48cGF0aCBkPSJNMTM4IDRoLTE1djRoLTF2OGg4di02aDh2LTZ6bS0xMSA5aC0ydi0yaDJ2MnoiIGZpbGw9IiNGM0YzRjMiLz48cGF0aCBkPSJNMTM3IDloLTd2LTFoLTZ2LTNoMXYyaDF2LTJoMXYyaDF2LTJoMXYyaDF2LTJoMXYyaDF2LTJoMXYyaDF2LTJoMXYyaDF2LTJoMXY0em0tMTIgMXYtMWgtMnY2aDJ2LTFoLTF2LTRoMXptMiA0djFoMnYtNmgtMnYxaDF2NGgtMXoiIGZpbGw9IiM0MjQyNDIiLz48cGF0aCBkPSJNMTI1IDd2LTJoMXYyaC0xem0zIDB2LTJoLTF2Mmgxem0yIDB2LTJoLTF2Mmgxem0yIDB2LTJoLTF2Mmgxem0yIDB2LTJoLTF2Mmgxem0yIDB2LTJoLTF2MmgxeiIgZmlsbD0iI0YwRUZGMSIvPjxwYXRoIGQ9Ik0xMTAuNDQ5IDIzYy0xLjYzNyAwLTMuMDc1Ljc5Ny0zLjk4NyAyLjAxMmwuMDAxLjAwMmMtLjYyOC44MzYtMS4wMTQgMS44NjMtMS4wMTQgMi45ODYgMCAuNDY5LjA2Ny45MzMuMiAxLjM4NWwtMi45MDcgMi45MDhjLS42ODcuNjg2LTEuMjUzIDIuMTYxIDAgMy40MTQuNjA5LjYwOSAxLjI0NC43MzYgMS42Ny43MzYuOTU4IDAgMS42MjEtLjYxMyAxLjc0NC0uNzM2bDIuOTA3LTIuOTA4Yy40NTMuMTMzLjkxNy4yMDEgMS4zODYuMjAxIDEuMTIzIDAgMi4xNDktLjM4NyAyLjk4NS0xLjAxNGwuMDAyLjAwMWMxLjIxNi0uOTEyIDIuMDEzLTIuMzUyIDIuMDEzLTMuOTg3IDAtMi43NjItMi4yMzgtNS01LTV6IiBmaWxsPSIjMkQyRDJEIi8+PHBhdGggZD0iTTExNC4wOSAyNi4zNTlsLTIuNjQxIDIuNjQxLTItMiAyLjY0MS0yLjY0MWMtLjUwMi0uMjI3LTEuMDU1LS4zNTktMS42NDEtLjM1OS0yLjIwOSAwLTQgMS43OTEtNCA0IDAgLjU4Ni4xMzMgMS4xMzkuMzU5IDEuNjRsLTMuMzU5IDMuMzZzLTEgMSAwIDJoMmwzLjM1OS0zLjM2Yy41MDIuMjI3IDEuMDU1LjM2IDEuNjQxLjM2IDIuMjA5IDAgNC0xLjc5MSA0LTQgMC0uNTg2LS4xMzMtMS4xMzktLjM1OS0xLjY0MXoiIGZpbGw9IiNDNUM1QzUiLz48cGF0aCBkPSJNMTEwLjQ0OSAzYy0xLjYzNyAwLTMuMDc1Ljc5Ny0zLjk4NyAyLjAxMmwuMDAxLjAwMmMtLjYyOC44MzYtMS4wMTQgMS44NjMtMS4wMTQgMi45ODYgMCAuNDY5LjA2Ny45MzMuMiAxLjM4NWwtMi45MDcgMi45MDhjLS42ODcuNjg2LTEuMjUzIDIuMTYxIDAgMy40MTQuNjA5LjYwOSAxLjI0NC43MzYgMS42Ny43MzYuOTU4IDAgMS42MjEtLjYxMyAxLjc0NC0uNzM2bDIuOTA3LTIuOTA4Yy40NTMuMTMzLjkxNy4yMDEgMS4zODYuMjAxIDEuMTIzIDAgMi4xNDktLjM4NyAyLjk4NS0xLjAxNGwuMDAyLjAwMWMxLjIxNi0uOTEyIDIuMDEzLTIuMzUyIDIuMDEzLTMuOTg3IDAtMi43NjItMi4yMzgtNS01LTV6IiBmaWxsPSIjRjNGM0YzIi8+PHBhdGggZD0iTTExNC4wOSA2LjM1OWwtMi42NDEgMi42NDEtMi0yIDIuNjQxLTIuNjQxYy0uNTAyLS4yMjYtMS4wNTUtLjM1OS0xLjY0MS0uMzU5LTIuMjA5IDAtNCAxLjc5MS00IDQgMCAuNTg2LjEzMyAxLjEzOS4zNTkgMS42NGwtMy4zNTkgMy4zNnMtMSAxIDAgMmgybDMuMzU5LTMuMzZjLjUwMi4yMjcgMS4wNTUuMzYgMS42NDEuMzYgMi4yMDkgMCA0LTEuNzkxIDQtNCAwLS41ODYtLjEzMy0xLjEzOS0uMzU5LTEuNjQxeiIgZmlsbD0iIzQyNDI0MiIvPjxwYXRoIGQ9Ik04OSAzM2gxdi0xYzAtLjUzNy43NDEtMS42MTMgMS0yLS4yNTktLjM4OS0xLTEuNDY3LTEtMnYtMWgtMXYtM2gxYzEuOTY5LjAyMSAzIDEuMjc3IDMgM3YxbDEgMXYybC0xIDF2MWMwIDEuNzA5LTEuMDMxIDIuOTc5LTMgM2gtMXYtM3ptLTIgMGgtMXYtMWMwLS41MzctLjc0MS0xLjYxMy0xLTIgLjI1OS0uMzg5IDEtMS40NjcgMS0ydi0xaDF2LTNoLTFjLTEuOTY5LjAyMS0zIDEuMjc3LTMgM3YxbC0xIDF2MmwxIDF2MWMwIDEuNzA5IDEuMzE3IDIuOTc5IDMuMjg2IDNoLjcxNHYtM3oiIGZpbGw9IiMyRDJEMkQiLz48cGF0aCBkPSJNOTEgMzN2LTFjMC0uODM0LjQ5Ni0xLjczOCAxLTItLjUwNC0uMjctMS0xLjE2OC0xLTJ2LTFjMC0uODQtLjU4NC0xLTEtMXYtMWMyLjA4MyAwIDIgMS4xNjYgMiAydjFjMCAuOTY5LjcwMy45OCAxIDF2MmMtLjMyMi4wMi0xIC4wNTMtMSAxdjFjMCAuODM0LjA4MyAyLTIgMnYtMWMuODMzIDAgMS0xIDEtMXptLTYgMHYtMWMwLS44MzQtLjQ5Ni0xLjczOC0xLTIgLjUwNC0uMjcgMS0xLjE2OCAxLTJ2LTFjMC0uODQuNTg0LTEgMS0xdi0xYy0yLjA4MyAwLTIgMS4xNjYtMiAydjFjMCAuOTY5LS43MDMuOTgtMSAxdjJjLjMyMi4wMiAxIC4wNTMgMSAxdjFjMCAuODM0LS4wODMgMiAyIDJ2LTFjLS44MzMgMC0xLTEtMS0xeiIgZmlsbD0iI0M1QzVDNSIvPjxwYXRoIGQ9Ik04OSAxM2gxdi0xYzAtLjUzNy43NDEtMS42MTMgMS0yLS4yNTktLjM4OS0xLTEuNDY3LTEtMnYtMWgtMXYtM2gxYzEuOTY5LjAyMSAzIDEuMjc3IDMgM3YxbDEgMXYybC0xIDF2MWMwIDEuNzA5LTEuMDMxIDIuOTc5LTMgM2gtMXYtM3ptLTIgMGgtMXYtMWMwLS41MzctLjc0MS0xLjYxMy0xLTIgLjI1OS0uMzg5IDEtMS40NjcgMS0ydi0xaDF2LTNoLTFjLTEuOTY5LjAyMS0zIDEuMjc3LTMgM3YxbC0xIDF2MmwxIDF2MWMwIDEuNzA5IDEuMzE3IDIuOTc5IDMuMjg2IDNoLjcxNHYtM3oiIGZpbGw9IiNGM0YzRjMiLz48cGF0aCBkPSJNOTEgMTN2LTFjMC0uODM0LjQ5Ni0xLjczOCAxLTItLjUwNC0uMjctMS0xLjE2OC0xLTJ2LTFjMC0uODQtLjU4NC0xLTEtMXYtMWMyLjA4MyAwIDIgMS4xNjYgMiAydjFjMCAuOTY5LjcwMy45OCAxIDF2MmMtLjMyMi4wMi0xIC4wNTMtMSAxdjFjMCAuODM0LjA4MyAyLTIgMnYtMWMuODMzIDAgMS0xIDEtMXptLTYgMHYtMWMwLS44MzQtLjQ5Ni0xLjczOC0xLTIgLjUwNC0uMjcgMS0xLjE2OCAxLTJ2LTFjMC0uODQuNTg0LTEgMS0xdi0xYy0yLjA4MyAwLTIgMS4xNjYtMiAydjFjMCAuOTY5LS43MDMuOTgtMSAxdjJjLjMyMi4wMiAxIC4wNTMgMSAxdjFjMCAuODM0LS4wODMgMiAyIDJ2LTFjLS44MzMgMC0xLTEtMS0xeiIgZmlsbD0iIzQyNDI0MiIvPjxwYXRoIGQ9Ik03My41IDM0Yy0xLjkxNCAwLTMuNjAxLTEuMjQyLTQuMjI3LTNoLTEuNjgzYy0uNTI0LjkxLTEuNTAzIDEuNS0yLjU5MSAxLjUtMS42NTQgMC0zLTEuMzQ2LTMtM3MxLjM0Ni0zIDMtM2MxLjA4OCAwIDIuMDY2LjU4OCAyLjU5MSAxLjVoMS42ODNjLjYyNi0xLjc2IDIuMzEzLTMgNC4yMjctMyAyLjQ4MSAwIDQuNSAyLjAxOCA0LjUgNC41IDAgMi40OC0yLjAxOSA0LjUtNC41IDQuNXoiIGZpbGw9IiMyRDJEMkQiLz48cGF0aCBkPSJNNzMuNSAyNmMtMS43NTkgMC0zLjIwNCAxLjMwOC0zLjQ0OSAzaC0zLjEyMmMtLjIyMy0uODYxLS45OTgtMS41LTEuOTI5LTEuNS0xLjEwNCAwLTIgLjg5NS0yIDIgMCAxLjEwNC44OTYgMiAyIDIgLjkzMSAwIDEuNzA2LS42MzkgMS45MjktMS41aDMuMTIyYy4yNDUgMS42OTEgMS42OSAzIDMuNDQ5IDMgMS45MyAwIDMuNS0xLjU3IDMuNS0zLjUgMC0xLjkzMS0xLjU3LTMuNS0zLjUtMy41em0wIDVjLS44MjcgMC0xLjUtLjY3NC0xLjUtMS41IDAtLjgyOC42NzMtMS41IDEuNS0xLjVzMS41LjY3MiAxLjUgMS41YzAgLjgyNi0uNjczIDEuNS0xLjUgMS41eiIgZmlsbD0iIzc1QkVGRiIvPjxjaXJjbGUgY3g9IjczLjUiIGN5PSIyOS41IiByPSIxLjUiIGZpbGw9IiMyRDJEMkQiLz48cGF0aCBkPSJNNzMuNSAxNGMtMS45MTQgMC0zLjYwMS0xLjI0Mi00LjIyNy0zaC0xLjY4M2MtLjUyNC45MS0xLjUwMyAxLjUtMi41OTEgMS41LTEuNjU0IDAtMy0xLjM0Ni0zLTNzMS4zNDYtMyAzLTNjMS4wODggMCAyLjA2Ni41ODggMi41OTEgMS41aDEuNjgzYy42MjYtMS43NiAyLjMxMy0zIDQuMjI3LTMgMi40ODEgMCA0LjUgMi4wMTggNC41IDQuNSAwIDIuNDgtMi4wMTkgNC41LTQuNSA0LjV6IiBmaWxsPSIjRjNGM0YzIi8+PHBhdGggZD0iTTczLjUgNmMtMS43NTkgMC0zLjIwNCAxLjMwOC0zLjQ0OSAzaC0zLjEyMmMtLjIyMy0uODYxLS45OTgtMS41LTEuOTI5LTEuNS0xLjEwNCAwLTIgLjg5NS0yIDIgMCAxLjEwNC44OTYgMiAyIDIgLjkzMSAwIDEuNzA2LS42MzkgMS45MjktMS41aDMuMTIyYy4yNDUgMS42OTEgMS42OSAzIDMuNDQ5IDMgMS45MyAwIDMuNS0xLjU3IDMuNS0zLjUgMC0xLjkzMS0xLjU3LTMuNS0zLjUtMy41em0wIDVjLS44MjcgMC0xLjUtLjY3NC0xLjUtMS41IDAtLjgyOC42NzMtMS41IDEuNS0xLjVzMS41LjY3MiAxLjUgMS41YzAgLjgyNi0uNjczIDEuNS0xLjUgMS41eiIgZmlsbD0iIzAwNTM5QyIvPjxjaXJjbGUgY3g9IjczLjUiIGN5PSI5LjUiIHI9IjEuNSIgZmlsbD0iI0YwRUZGMSIvPjxwYXRoIGQ9Ik01OCAyOC41ODZsLTMtMy0xLjQxNCAxLjQxNGgtMi4xNzJsMS0xLTQtNGgtLjgyOGwtNS41ODYgNS41ODZ2LjgyOGw0IDQgMi40MTQtMi40MTRoLjU4NnY1aDEuNTg2bDMgM2guODI4bDMuNTg2LTMuNTg2di0uODI4bC0yLjA4Ni0yLjA4NiAyLjA4Ni0yLjA4NnYtLjgyOHoiIGZpbGw9IiMyRDJEMkQiLz48cG9seWdvbiBwb2ludHM9IjUzLjk5OCwzMy4wMDIgNTEsMzMgNTEsMjkgNTMsMjkgNTIsMzAgNTQsMzIgNTcsMjkgNTUsMjcgNTQsMjggNDksMjggNTEsMjYgNDgsMjMgNDMsMjggNDYsMzEgNDgsMjkgNTAsMjkgNTAsMzQgNTMsMzQgNTIsMzUgNTQsMzcgNTcsMzQgNTUsMzIiIGZpbGw9IiNDMjdEMUEiLz48cGF0aCBkPSJNNTggOC41ODZsLTMtMy0xLjQxNCAxLjQxNGgtMi4xNzJsMS0xLTQtNGgtLjgyOGwtNS41ODYgNS41ODZ2LjgyOGw0IDQgMi40MTQtMi40MTRoLjU4NnY1aDEuNTg2bDMgM2guODI4bDMuNTg2LTMuNTg2di0uODI4bC0yLjA4Ni0yLjA4NiAyLjA4Ni0yLjA4NnYtLjgyOHoiIGZpbGw9IiNGM0YzRjMiLz48cG9seWdvbiBwb2ludHM9IjUzLjk5OCwxMy4wMDIgNTEsMTMgNTEsOSA1Myw5IDUyLDEwIDU0LDEyIDU3LDkgNTUsNyA1NCw4IDQ5LDggNTEsNiA0OCwzIDQzLDggNDYsMTEgNDgsOSA1MCw5IDUwLDE0IDUzLDE0IDUyLDE1IDU0LDE3IDU3LDE0IDU1LDEyIiBmaWxsPSIjQzI3RDFBIi8+PHBhdGggZD0iTTI5LjI2MyAyNGw0LjczNyAyLjM2OXY1LjIzNmwtNi43OTEgMy4zOTVoLS40MmwtNC43ODktMi4zOTV2LTUuMjM2bDYuNzM5LTMuMzY5aC41MjR6IiBmaWxsPSIjMkQyRDJEIi8+PHBhdGggZD0iTTIzIDI4djRsNCAyIDYtM3YtNGwtNC0yLTYgM3ptNCAxbC0yLTEgNC0yIDIgMS00IDJ6IiBmaWxsPSIjNzVCRUZGIi8+PHBhdGggZD0iTTI5IDI2bDIgMS00IDItMi0xIDQtMnoiIGZpbGw9IiMyRDJEMkQiLz48cGF0aCBkPSJNMjkuMjYzIDRsNC43MzcgMi4zNjl2NS4yMzZsLTYuNzkxIDMuMzk1aC0uNDJsLTQuNzg5LTIuMzk1di01LjIzNmw2LjczOS0zLjM2OWguNTI0eiIgZmlsbD0iI0YzRjNGMyIvPjxwYXRoIGQ9Ik0yMyA4djRsNCAyIDYtM3YtNGwtNC0yLTYgM3ptNCAxbC0yLTEgNC0yIDIgMS00IDJ6IiBmaWxsPSIjMDA1MzlDIi8+PHBhdGggZD0iTTI5IDZsMiAxLTQgMi0yLTEgNC0yeiIgZmlsbD0iI0YwRUZGMSIvPjxwb2x5Z29uIHBvaW50cz0iMiwyNy4zMDggMiwzMi42OTIgNy4yMDksMzYgNy43OTEsMzYgMTMsMzIuNjkyIDEzLDI3LjMwOCA3Ljc5MSwyNCA3LjIwOSwyNCIgZmlsbD0iIzJEMkQyRCIvPjxwYXRoIGQ9Ik03LjUgMjVsLTQuNSAyLjg1N3Y0LjI4NWw0LjUgMi44NTggNC41LTIuODU3di00LjI4NWwtNC41LTIuODU4em0tLjUgOC40OThsLTMtMS45MDV2LTIuODE1bDMgMS45MDV2Mi44MTV6bS0yLjM1OC01LjQ5OGwyLjg1OC0xLjgxNSAyLjg1OCAxLjgxNS0yLjg1OCAxLjgxNS0yLjg1OC0xLjgxNXptNi4zNTggMy41OTNsLTMgMS45MDV2LTIuODE1bDMtMS45MDV2Mi44MTV6IiBmaWxsPSIjQjE4MEQ3Ii8+PHBvbHlnb24gcG9pbnRzPSIxMC4zNTgsMjggNy41LDI5LjgxNSA0LjY0MiwyOCA3LjUsMjYuMTg1IiBmaWxsPSIjMkQyRDJEIi8+PHBvbHlnb24gcG9pbnRzPSI0LDI4Ljc3NyA3LDMwLjY4MyA3LDMzLjQ5OCA0LDMxLjU5MyIgZmlsbD0iIzJEMkQyRCIvPjxwb2x5Z29uIHBvaW50cz0iOCwzMy40OTggOCwzMC42ODMgMTEsMjguNzc3IDExLDMxLjU5MyIgZmlsbD0iIzJEMkQyRCIvPjxwb2x5Z29uIHBvaW50cz0iMiw3LjMwOCAyLDEyLjY5MiA3LjIwOSwxNiA3Ljc5MSwxNiAxMywxMi42OTIgMTMsNy4zMDggNy43OTEsNCA3LjIwOSw0IiBmaWxsPSIjRjNGM0YzIi8+PHBhdGggZD0iTTcuNSA1bC00LjUgMi44NTd2NC4yODVsNC41IDIuODU4IDQuNS0yLjg1N3YtNC4yODZsLTQuNS0yLjg1N3ptLS41IDguNDk4bC0zLTEuOTA1di0yLjgxNmwzIDEuOTA1djIuODE2em0tMi4zNTgtNS40OThsMi44NTgtMS44MTUgMi44NTggMS44MTUtMi44NTggMS44MTUtMi44NTgtMS44MTV6bTYuMzU4IDMuNTkzbC0zIDEuOTA1di0yLjgxNWwzLTEuOTA1djIuODE1eiIgZmlsbD0iIzY1MkQ5MCIvPjxwb2x5Z29uIHBvaW50cz0iMTAuMzU4LDggNy41LDkuODE1IDQuNjQyLDggNy41LDYuMTg1IiBmaWxsPSIjRjBFRkYxIi8+PHBvbHlnb24gcG9pbnRzPSI0LDguNzc3IDcsMTAuNjgzIDcsMTMuNDk4IDQsMTEuNTkzIiBmaWxsPSIjRjBFRkYxIi8+PHBvbHlnb24gcG9pbnRzPSI4LDEzLjQ5OCA4LDEwLjY4MyAxMSw4Ljc3NyAxMSwxMS41OTMiIGZpbGw9IiNGMEVGRjEiLz48L3N2Zz4="); - background-repeat: no-repeat; -} - -.monaco-quick-open-widget .quick-open-tree .quick-open-entry .quick-open-entry-icon.method, -.monaco-quick-open-widget .quick-open-tree .quick-open-entry .quick-open-entry-icon.function, -.monaco-quick-open-widget .quick-open-tree .quick-open-entry .quick-open-entry-icon.constructor { background-position: 0 -4px; } -.monaco-quick-open-widget .quick-open-tree .quick-open-entry .quick-open-entry-icon.field, -.monaco-quick-open-widget .quick-open-tree .quick-open-entry .quick-open-entry-icon.variable { background-position: -22px -4px; } -.monaco-quick-open-widget .quick-open-tree .quick-open-entry .quick-open-entry-icon.class { background-position: -43px -3px; } -.monaco-quick-open-widget .quick-open-tree .quick-open-entry .quick-open-entry-icon.interface { background-position: -63px -4px; } -.monaco-quick-open-widget .quick-open-tree .quick-open-entry .quick-open-entry-icon.module { background-position: -82px -4px; } -.monaco-quick-open-widget .quick-open-tree .quick-open-entry .quick-open-entry-icon.property { background-position: -102px -3px; } -.monaco-quick-open-widget .quick-open-tree .quick-open-entry .quick-open-entry-icon.enum { background-position: -122px -3px; } -.monaco-quick-open-widget .quick-open-tree .quick-open-entry .quick-open-entry-icon.rule { background-position: -242px -4px; } -.monaco-quick-open-widget .quick-open-tree .quick-open-entry .quick-open-entry-icon.file { background-position: -262px -4px; } - -.vs-dark .monaco-quick-open-widget .quick-open-tree .quick-open-entry .quick-open-entry-icon.method, -.vs-dark .monaco-quick-open-widget .quick-open-tree .quick-open-entry .quick-open-entry-icon.function, -.vs-dark .monaco-quick-open-widget .quick-open-tree .quick-open-entry .quick-open-entry-icon.constructor { background-position: 0 -24px; } -.vs-dark .monaco-quick-open-widget .quick-open-tree .quick-open-entry .quick-open-entry-icon.field, -.vs-dark .monaco-quick-open-widget .quick-open-tree .quick-open-entry .quick-open-entry-icon.variable { background-position: -22px -24px; } -.vs-dark .monaco-quick-open-widget .quick-open-tree .quick-open-entry .quick-open-entry-icon.class { background-position: -43px -23px; } -.vs-dark .monaco-quick-open-widget .quick-open-tree .quick-open-entry .quick-open-entry-icon.interface { background-position: -63px -24px; } -.vs-dark .monaco-quick-open-widget .quick-open-tree .quick-open-entry .quick-open-entry-icon.module { background-position: -82px -24px; } -.vs-dark .monaco-quick-open-widget .quick-open-tree .quick-open-entry .quick-open-entry-icon.property { background-position: -102px -23px; } -.vs-dark .monaco-quick-open-widget .quick-open-tree .quick-open-entry .quick-open-entry-icon.enum { background-position: -122px -23px; } -.vs-dark .monaco-quick-open-widget .quick-open-tree .quick-open-entry .quick-open-entry-icon.rule { background-position: -242px -24px; } -.vs-dark .monaco-quick-open-widget .quick-open-tree .quick-open-entry .quick-open-entry-icon.file { background-position: -262px -24px; } - -.hc-black .monaco-quick-open-widget .quick-open-tree .quick-open-entry .quick-open-entry-icon { - background: none; - display: inline; -} - -.hc-black .monaco-quick-open-widget .quick-open-tree .quick-open-entry .quick-open-entry-icon:before { - height: 16px; - width: 16px; - display: inline-block; -} - -.hc-black .monaco-quick-open-widget .quick-open-tree .quick-open-entry .quick-open-entry-icon.method:before, -.hc-black .monaco-quick-open-widget .quick-open-tree .quick-open-entry .quick-open-entry-icon.function:before, -.hc-black .monaco-quick-open-widget .quick-open-tree .quick-open-entry .quick-open-entry-icon.constructor:before { - content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiI+PHBhdGggZmlsbD0iI0IxODBENyIgZD0iTTUuNSAzbC00LjUgMi44NTd2NC4yODVsNC41IDIuODU4IDQuNS0yLjg1N3YtNC4yODZsLTQuNS0yLjg1N3ptLS41IDguNDk4bC0zLTEuOTA1di0yLjgxNmwzIDEuOTA1djIuODE2em0tMi4zNTgtNS40OThsMi44NTgtMS44MTUgMi44NTggMS44MTUtMi44NTggMS44MTUtMi44NTgtMS44MTV6bTYuMzU4IDMuNTkzbC0zIDEuOTA1di0yLjgxNWwzLTEuOTA1djIuODE1eiIvPjwvc3ZnPg==); - margin-left: 2px; -} - -.hc-black .monaco-quick-open-widget .quick-open-tree .quick-open-entry .quick-open-entry-icon.field:before, -.hc-black .monaco-quick-open-widget .quick-open-tree .quick-open-entry .quick-open-entry-icon.variable:before { - content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiI+PHBhdGggZmlsbD0iIzc1QkVGRiIgZD0iTTEgNnY0bDQgMiA2LTN2LTRsLTQtMi02IDN6bTQgMWwtMi0xIDQtMiAyIDEtNCAyeiIvPjwvc3ZnPg==); - margin-left: 2px; -} - -.hc-black .monaco-quick-open-widget .quick-open-tree .quick-open-entry .quick-open-entry-icon.class:before { - content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiI+PHBvbHlnb24gZmlsbD0iI0U4QUI1MyIgcG9pbnRzPSIxMS45OTgsMTEuMDAyIDksMTEgOSw3IDExLDcgMTAsOCAxMiwxMCAxNSw3IDEzLDUgMTIsNiA3LDYgOSw0IDYsMSAxLDYgNCw5IDYsNyA4LDcgOCwxMiAxMSwxMiAxMCwxMyAxMiwxNSAxNSwxMiAxMywxMCIvPjwvc3ZnPg==); -} - -.hc-black .monaco-quick-open-widget .quick-open-tree .quick-open-entry .quick-open-entry-icon.interface:before { - content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiI+PHBhdGggZmlsbD0iIzc1QkVGRiIgZD0iTTExLjUgNGMtMS43NTkgMC0zLjIwNCAxLjMwOC0zLjQ0OSAzaC0zLjEyMmMtLjIyMy0uODYxLS45OTgtMS41LTEuOTI5LTEuNS0xLjEwNCAwLTIgLjg5NS0yIDIgMCAxLjEwNC44OTYgMiAyIDIgLjkzMSAwIDEuNzA2LS42MzkgMS45MjktMS41aDMuMTIyYy4yNDUgMS42OTEgMS42OSAzIDMuNDQ5IDMgMS45MyAwIDMuNS0xLjU3IDMuNS0zLjUgMC0xLjkzMS0xLjU3LTMuNS0zLjUtMy41em0wIDVjLS44MjcgMC0xLjUtLjY3NC0xLjUtMS41IDAtLjgyOC42NzMtMS41IDEuNS0xLjVzMS41LjY3MiAxLjUgMS41YzAgLjgyNi0uNjczIDEuNS0xLjUgMS41eiIvPjwvc3ZnPg==); -} - -.hc-black .monaco-quick-open-widget .quick-open-tree .quick-open-entry .quick-open-entry-icon.module:before { - content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiI+PHBhdGggZmlsbD0iI0M1QzVDNSIgZD0iTTkgMTF2LTFjMC0uODM0LjQ5Ni0xLjczOCAxLTItLjUwNC0uMjctMS0xLjE2OC0xLTJ2LTFjMC0uODQtLjU4NC0xLTEtMXYtMWMyLjA4MyAwIDIgMS4xNjYgMiAydjFjMCAuOTY5LjcwMy45OCAxIDF2MmMtLjMyMi4wMi0xIC4wNTMtMSAxdjFjMCAuODM0LjA4MyAyLTIgMnYtMWMuODMzIDAgMS0xIDEtMXptLTYgMHYtMWMwLS44MzQtLjQ5Ni0xLjczOC0xLTIgLjUwNC0uMjcgMS0xLjE2OCAxLTJ2LTFjMC0uODQuNTg0LTEgMS0xdi0xYy0yLjA4MyAwLTIgMS4xNjYtMiAydjFjMCAuOTY5LS43MDMuOTgtMSAxdjJjLjMyMi4wMiAxIC4wNTMgMSAxdjFjMCAuODM0LS4wODMgMiAyIDJ2LTFjLS44MzMgMC0xLTEtMS0xeiIvPjwvc3ZnPg==); - margin-left: 2px; -} - -.hc-black .monaco-quick-open-widget .quick-open-tree .quick-open-entry .quick-open-entry-icon.property:before { - content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiI+PHBhdGggZmlsbD0iI0M1QzVDNSIgZD0iTTEyLjA5IDQuMzU5bC0yLjY0MSAyLjY0MS0yLTIgMi42NDEtMi42NDFjLS41MDItLjIyNi0xLjA1NS0uMzU5LTEuNjQxLS4zNTktMi4yMDkgMC00IDEuNzkxLTQgNCAwIC41ODYuMTMzIDEuMTM5LjM1OSAxLjY0bC0zLjM1OSAzLjM2cy0xIDEgMCAyaDJsMy4zNTktMy4zNmMuNTAzLjIyNiAxLjA1NS4zNiAxLjY0MS4zNiAyLjIwOSAwIDQtMS43OTEgNC00IDAtLjU4Ni0uMTMzLTEuMTM5LS4zNTktMS42NDF6Ii8+PC9zdmc+); - margin-left: 1px; -} - -.hc-black .monaco-quick-open-widget .quick-open-tree .quick-open-entry .quick-open-entry-icon.value:before, -.hc-black .monaco-quick-open-widget .quick-open-tree .quick-open-entry .quick-open-entry-icon.enum:before { - content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiI+PGcgZmlsbD0iIzc1QkVGRiI+PHBhdGggZD0iTTEyIDNoLTRsLTEgMXYyaDV2MWgtMnYxaDJsMS0xdi0zbC0xLTF6bTAgMmgtNHYtMWg0djF6TTMgMTJoNnYtNWgtNnY1em0xLTNoNHYxaC00di0xeiIvPjwvZz48L3N2Zz4=); -} - -.hc-black .monaco-quick-open-widget .quick-open-tree .quick-open-entry .quick-open-entry-icon.rule:before { - content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIxMiI+PHBhdGggZmlsbD0iI0M1QzVDNSIgZD0iTTEwIDVoLTh2LTJoOHYyem0wIDFoLTZ2MWg2di0xem0wIDJoLTZ2MWg2di0xeiIvPjwvc3ZnPg==); -} - -.hc-black .monaco-quick-open-widget .quick-open-tree .quick-open-entry .quick-open-entry-icon.file:before { - content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiI+PHBhdGggZmlsbD0iI0M1QzVDNSIgZD0iTTkuNjc2IDJoLTYuNjc2djEyaDEwdi05bC0zLjMyNC0zem0yLjMyNCAxMWgtOHYtMTBoNXYzaDN2N3oiLz48L3N2Zz4=); -} -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ - -.monaco-editor .rename-box { - z-index: 100; - color: inherit; -} - -.monaco-editor .rename-box .rename-input { - padding: 4px; -} - -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ - -.monaco-editor .snippet-placeholder { - min-width: 2px; - outline-style: solid; - outline-width: 1px; -} - -.monaco-editor .finish-snippet-placeholder { - outline-style: solid; - outline-width: 1px; -} - -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ - -/* Suggest widget*/ -.monaco-editor .suggest-widget { - z-index: 40; -} - -/** Initial widths **/ - -.monaco-editor .suggest-widget { - width: 430px; -} - -.monaco-editor .suggest-widget > .message, -.monaco-editor .suggest-widget > .tree, -.monaco-editor .suggest-widget > .details { - width: 100%; - border-style: solid; - border-width: 1px; - box-sizing: border-box; -} - -.monaco-editor.hc-black .suggest-widget > .message, -.monaco-editor.hc-black .suggest-widget > .tree, -.monaco-editor.hc-black .suggest-widget > .details { - border-width: 2px; -} - -/** Adjust width when docs are expanded to the side **/ -.monaco-editor .suggest-widget.docs-side { - width: 660px; -} - -.monaco-editor .suggest-widget.docs-side > .tree, -.monaco-editor .suggest-widget.docs-side > .details { - width: 50%; - float: left; -} - -.monaco-editor .suggest-widget.docs-side.list-right > .tree, -.monaco-editor .suggest-widget.docs-side.list-right > .details { - float: right; -} - - -/* Styles for Message element for when widget is loading or is empty */ -.monaco-editor .suggest-widget > .message { - padding-left: 22px; -} - -/** Styles for the list element **/ -.monaco-editor .suggest-widget > .tree { - height: 100%; -} - -.monaco-editor .suggest-widget .monaco-list { - -webkit-user-select: none; - -khtml-user-select: none; - -moz-user-select: -moz-none; - -ms-user-select: none; - -o-user-select: none; - user-select: none; -} - -/** Styles for each row in the list element **/ - -.monaco-editor .suggest-widget .monaco-list .monaco-list-row { - display: flex; - -mox-box-sizing: border-box; - box-sizing: border-box; - padding-right: 10px; - background-repeat: no-repeat; - background-position: 2px 2px; - white-space: nowrap; - cursor: pointer; - touch-action: none; -} - -.monaco-editor .suggest-widget .monaco-list .monaco-list-row > .contents { - flex: 1; - height: 100%; - overflow: hidden; - padding-left: 2px; -} - -.monaco-editor .suggest-widget .monaco-list .monaco-list-row > .contents > .main { - display: flex; - overflow: hidden; - text-overflow: ellipsis; - white-space: pre; -} - -.monaco-editor .suggest-widget:not(.frozen) .monaco-highlighted-label .highlight { - font-weight: bold; -} - -/** Icon styles **/ - -.monaco-editor .suggest-widget .details > .monaco-scrollable-element > .body > .header > .close, -.monaco-editor .suggest-widget .monaco-list .monaco-list-row > .contents > .main > .readMore { - opacity: 0.6; - background-position: center center; - background-repeat: no-repeat; - background-size: 70%; - cursor: pointer; -} - -.monaco-editor .suggest-widget .details > .monaco-scrollable-element > .body > .header > .close { - background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMyAzIDE2IDE2IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDMgMyAxNiAxNiI+PHBvbHlnb24gZmlsbD0iIzQyNDI0MiIgcG9pbnRzPSIxMi41OTcsMTEuMDQyIDE1LjQsMTMuODQ1IDEzLjg0NCwxNS40IDExLjA0MiwxMi41OTggOC4yMzksMTUuNCA2LjY4MywxMy44NDUgOS40ODUsMTEuMDQyIDYuNjgzLDguMjM5IDguMjM4LDYuNjgzIDExLjA0Miw5LjQ4NiAxMy44NDUsNi42ODMgMTUuNCw4LjIzOSIvPjwvc3ZnPg=="); - float: right; - margin-right: 5px; -} - -.monaco-editor .suggest-widget .monaco-list .monaco-list-row > .contents > .main > .readMore { - background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiI+PHBhdGggZD0iTTggMWMtMy44NjUgMC03IDMuMTM1LTcgN3MzLjEzNSA3IDcgNyA3LTMuMTM1IDctNy0zLjEzNS03LTctN3ptMSAxMmgtMnYtN2gydjd6bTAtOGgtMnYtMmgydjJ6IiBmaWxsPSIjMUJBMUUyIi8+PHBhdGggZD0iTTcgNmgydjdoLTJ2LTd6bTAtMWgydi0yaC0ydjJ6IiBmaWxsPSIjZmZmIi8+PC9zdmc+"); -} - -.monaco-editor .suggest-widget .details > .monaco-scrollable-element > .body > .header > .close:hover, -.monaco-editor .suggest-widget .monaco-list .monaco-list-row > .contents > .main > .readMore:hover { - opacity: 1; -} - -/** Type Info and icon next to the label in the focused completion item **/ - -.monaco-editor .suggest-widget .monaco-list .monaco-list-row > .contents > .main > .type-label { - margin-left: 0.8em; - flex: 1; - text-align: right; - overflow: hidden; - text-overflow: ellipsis; - opacity: 0.7; - white-space: nowrap; -} - -.monaco-editor .suggest-widget .monaco-list .monaco-list-row > .contents > .main > .type-label > .monaco-tokenized-source { - display: inline; -} - -.monaco-editor .suggest-widget .monaco-list .monaco-list-row > .contents > .main > .readMore, -.monaco-editor .suggest-widget .monaco-list .monaco-list-row > .contents > .main > .type-label, -.monaco-editor .suggest-widget.docs-side .monaco-list .monaco-list-row.focused > .contents > .main > .readMore, -.monaco-editor .suggest-widget.docs-side .monaco-list .monaco-list-row.focused > .contents > .main > .type-label, -.monaco-editor .suggest-widget.docs-below .monaco-list .monaco-list-row.focused > .contents > .main > .readMore { - display: none; -} - -.monaco-editor .suggest-widget .monaco-list .monaco-list-row.focused > .contents > .main > .readMore, -.monaco-editor .suggest-widget .monaco-list .monaco-list-row.focused > .contents > .main > .type-label { - display: inline; -} - -/** Styles for each row in the list **/ -.monaco-editor .suggest-widget .monaco-list .monaco-list-row .monaco-icon-label::before { - height: 100%; - -} - -.monaco-editor .suggest-widget .monaco-list .monaco-list-row .icon { - display: block; - height: 16px; - width: 16px; - margin-left: 2px; - background-repeat: no-repeat; - background-size: 80%; - background-position: center; -} - -.monaco-editor .suggest-widget .monaco-list .monaco-list-row .icon.hide { - display: none; -} - -.monaco-editor .suggest-widget.no-icons .monaco-list .monaco-list-row .icon, -.monaco-editor .suggest-widget.no-icons .monaco-list .monaco-list-row .monaco-icon-label.suggest-icon::before { - display: none; -} - -.monaco-editor .suggest-widget .monaco-list .monaco-list-row .monaco-icon-label.suggest-icon::before { - content: ' '; - background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHN0eWxlPi5pY29uLWNhbnZhcy10cmFuc3BhcmVudHtvcGFjaXR5OjA7ZmlsbDojZjZmNmY2fS5pY29uLXZzLW91dHtmaWxsOiNmNmY2ZjZ9Lmljb24tdnMtYmd7ZmlsbDojNDI0MjQyfTwvc3R5bGU+PHBhdGggY2xhc3M9Imljb24tY2FudmFzLXRyYW5zcGFyZW50IiBkPSJNMTYgMTZIMFYwaDE2djE2eiIgaWQ9ImNhbnZhcyIvPjxwYXRoIGNsYXNzPSJpY29uLXZzLW91dCIgZD0iTTE2IDEwYzAgMi4yMDUtMS43OTQgNC00IDQtMS44NTggMC0zLjQxMS0xLjI3OS0zLjg1OC0zaC0uOTc4bDIuMzE4IDRIMHYtMS43MDNsMi0zLjQwOFYwaDExdjYuMTQyYzEuNzIxLjQ0NyAzIDIgMyAzLjg1OHoiIGlkPSJvdXRsaW5lIi8+PHBhdGggY2xhc3M9Imljb24tdnMtYmciIGQ9Ik0xMiAxdjQuNzVBNC4yNTUgNC4yNTUgMCAwIDAgNy43NSAxMGgtLjczMkw0LjI3NSA1LjI2OSAzIDcuNDQyVjFoOXpNNy43NDcgMTRMNC4yNjkgOCAuNzQ4IDE0aDYuOTk5ek0xNSAxMGEzIDMgMCAxIDEtNiAwIDMgMyAwIDAgMSA2IDB6IiBpZD0iaWNvbkJnIi8+PC9zdmc+"); - background-repeat: no-repeat; - background-position: center; - background-size: 75%; -} - -.monaco-editor .suggest-widget .monaco-list .monaco-list-row .suggest-icon.method::before, -.monaco-editor .suggest-widget .monaco-list .monaco-list-row .suggest-icon.function::before, -.monaco-editor .suggest-widget .monaco-list .monaco-list-row .suggest-icon.constructor::before { background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHN0eWxlPi5pY29uLWNhbnZhcy10cmFuc3BhcmVudHtvcGFjaXR5OjA7ZmlsbDojZjZmNmY2fS5pY29uLXZzLW91dHtmaWxsOiNmNmY2ZjZ9Lmljb24tdnMtZmd7ZmlsbDojZjBlZmYxfS5pY29uLXZzLWFjdGlvbi1wdXJwbGV7ZmlsbDojNjUyZDkwfTwvc3R5bGU+PHBhdGggY2xhc3M9Imljb24tY2FudmFzLXRyYW5zcGFyZW50IiBkPSJNMTYgMTZIMFYwaDE2djE2eiIgaWQ9ImNhbnZhcyIvPjxwYXRoIGNsYXNzPSJpY29uLXZzLW91dCIgZD0iTTE1IDMuMzQ5djguNDAzTDguOTc1IDE2SDguMDdMMSAxMS41ODJWMy4zMjdMNy41OTUgMGgxLjExOEwxNSAzLjM0OXoiIGlkPSJvdXRsaW5lIi8+PHBhdGggY2xhc3M9Imljb24tdnMtZmciIGQ9Ik0xMi43MTUgNC4zOThMOC40ODcgNy4wMiAzLjU2NSA0LjI3Mmw0LjU3OC0yLjMwOSA0LjU3MiAyLjQzNXpNMyA1LjEwMmw1IDIuNzkydjUuNzA1bC01LTMuMTI1VjUuMTAyem02IDguNDM0VjcuODc4bDQtMi40OHY1LjMxN2wtNCAyLjgyMXoiIGlkPSJpY29uRmciLz48cGF0aCBjbGFzcz0iaWNvbi12cy1hY3Rpb24tcHVycGxlIiBkPSJNOC4xNTYuODM3TDIgMy45NDJ2Ny4wODVMOC41MTcgMTUuMSAxNCAxMS4yMzNWMy45NUw4LjE1Ni44Mzd6bTQuNTU5IDMuNTYxTDguNDg3IDcuMDIgMy41NjUgNC4yNzJsNC41NzgtMi4zMDkgNC41NzIgMi40MzV6TTMgNS4xMDJsNSAyLjc5MnY1LjcwNWwtNS0zLjEyNVY1LjEwMnptNiA4LjQzNFY3Ljg3OGw0LTIuNDh2NS4zMTdsLTQgMi44MjF6IiBpZD0iaWNvbkJnIi8+PC9zdmc+"); } -.monaco-editor .suggest-widget .monaco-list .monaco-list-row .suggest-icon.field::before { background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHN0eWxlPi5pY29uLWNhbnZhcy10cmFuc3BhcmVudHtvcGFjaXR5OjA7ZmlsbDojZjZmNmY2fS5pY29uLXZzLW91dHtmaWxsOiNmNmY2ZjZ9Lmljb24tdnMtZmd7ZmlsbDojZjBlZmYxfS5pY29uLXZzLWFjdGlvbi1ibHVle2ZpbGw6IzAwNTM5Y308L3N0eWxlPjxwYXRoIGNsYXNzPSJpY29uLWNhbnZhcy10cmFuc3BhcmVudCIgZD0iTTE2IDE2SDBWMGgxNnYxNnoiIGlkPSJjYW52YXMiLz48cGF0aCBjbGFzcz0iaWNvbi12cy1vdXQiIGQ9Ik0wIDEwLjczNlY0LjVMOSAwbDcgMy41djYuMjM2bC05IDQuNS03LTMuNXoiIGlkPSJvdXRsaW5lIi8+PHBhdGggY2xhc3M9Imljb24tdnMtYWN0aW9uLWJsdWUiIGQ9Ik05IDFMMSA1djVsNiAzIDgtNFY0TDkgMXpNNyA2Ljg4MkwzLjIzNiA1IDkgMi4xMTggMTIuNzY0IDQgNyA2Ljg4MnoiIGlkPSJpY29uQmciLz48cGF0aCBjbGFzcz0iaWNvbi12cy1mZyIgZD0iTTkgMi4xMThMMTIuNzY0IDQgNyA2Ljg4MiAzLjIzNiA1IDkgMi4xMTh6IiBpZD0iaWNvbkZnIi8+PC9zdmc+"); } -.monaco-editor .suggest-widget .monaco-list .monaco-list-row .suggest-icon.event::before { background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHN0eWxlPi5pY29uLWNhbnZhcy10cmFuc3BhcmVudHtvcGFjaXR5OjA7ZmlsbDojZjZmNmY2fS5pY29uLXZzLW91dHtmaWxsOiNmNmY2ZjZ9Lmljb24tdnMtYWN0aW9uLW9yYW5nZXtmaWxsOiNjMjdkMWF9PC9zdHlsZT48cGF0aCBjbGFzcz0iaWNvbi1jYW52YXMtdHJhbnNwYXJlbnQiIGQ9Ik0xNiAxNkgwVjBoMTZ2MTZ6IiBpZD0iY2FudmFzIi8+PHBhdGggY2xhc3M9Imljb24tdnMtb3V0IiBkPSJNMTQgMS40MTRMOS40MTQgNkgxNHYxLjQxNEw1LjQxNCAxNkgzdi0xLjIzNEw1LjM3MSAxMEgyVjguNzY0TDYuMzgyIDBIMTR2MS40MTR6IiBpZD0ib3V0bGluZSIgc3R5bGU9ImRpc3BsYXk6IG5vbmU7Ii8+PHBhdGggY2xhc3M9Imljb24tdnMtYWN0aW9uLW9yYW5nZSIgZD0iTTcgN2g2bC04IDhINGwyLjk4NS02SDNsNC04aDZMNyA3eiIgaWQ9Imljb25CZyIvPjwvc3ZnPg=="); } -.monaco-editor .suggest-widget .monaco-list .monaco-list-row .suggest-icon.operator::before { background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHN0eWxlPi5pY29uLWNhbnZhcy10cmFuc3BhcmVudHtvcGFjaXR5OjA7ZmlsbDojZjZmNmY2fS5pY29uLXZzLW91dHtmaWxsOiNmNmY2ZjZ9Lmljb24tdnMtZmd7ZmlsbDojZjBlZmYxfS5pY29uLXZzLWFjdGlvbi1ibHVle2ZpbGw6IzAwNTM5Y308L3N0eWxlPjxwYXRoIGNsYXNzPSJpY29uLWNhbnZhcy10cmFuc3BhcmVudCIgZD0iTTE2IDE2SDBWMGgxNnYxNnoiIGlkPSJjYW52YXMiLz48cGF0aCBjbGFzcz0iaWNvbi12cy1vdXQiIGQ9Ik0xNiAxNkgwVjBoMTZ2MTZ6IiBpZD0ib3V0bGluZSIgc3R5bGU9ImRpc3BsYXk6IG5vbmU7Ii8+PHBhdGggY2xhc3M9Imljb24tdnMtYWN0aW9uLWJsdWUiIGQ9Ik0xIDF2MTRoMTRWMUgxem02IDEySDN2LTFoNHYxem0wLTNIM1Y5aDR2MXptMC01SDV2Mkg0VjVIMlY0aDJWMmgxdjJoMnYxem0zLjI4MSA4SDguNzE5bDMtNGgxLjU2M2wtMy4wMDEgNHpNMTQgNUg5VjRoNXYxeiIgaWQ9Imljb25CZyIvPjxwYXRoIGNsYXNzPSJpY29uLXZzLWZnIiBkPSJNNyA1SDV2Mkg0VjVIMlY0aDJWMmgxdjJoMnYxem03LTFIOXYxaDVWNHpNNyA5SDN2MWg0Vjl6bTAgM0gzdjFoNHYtMXptMy4yODEgMWwzLTRoLTEuNTYzbC0zIDRoMS41NjN6IiBpZD0iaWNvbkZnIiBzdHlsZT0iZGlzcGxheTogbm9uZTsiLz48L3N2Zz4="); } -.monaco-editor .suggest-widget .monaco-list .monaco-list-row .suggest-icon.variable::before { background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHN0eWxlPi5pY29uLWNhbnZhcy10cmFuc3BhcmVudHtvcGFjaXR5OjA7ZmlsbDojZjZmNmY2fS5pY29uLXZzLW91dHtmaWxsOiNmNmY2ZjZ9Lmljb24tdnMtYmd7ZmlsbDojNDI0MjQyfS5pY29uLXZzLWZne2ZpbGw6I2YwZWZmMX0uaWNvbi12cy1hY3Rpb24tYmx1ZXtmaWxsOiMwMDUzOWN9PC9zdHlsZT48cGF0aCBjbGFzcz0iaWNvbi1jYW52YXMtdHJhbnNwYXJlbnQiIGQ9Ik0xNiAxNkgwVjBoMTZ2MTZ6IiBpZD0iY2FudmFzIi8+PHBhdGggY2xhc3M9Imljb24tdnMtb3V0IiBkPSJNMTEgM3YxLjAxNUw4LjczMyAyLjg4MiA1IDQuNzQ5VjNIMHYxMGg1di0xLjg1OWwyLjE1NiAxLjA3N0wxMSAxMC4yOTVWMTNoNVYzaC01eiIgaWQ9Im91dGxpbmUiIHN0eWxlPSJkaXNwbGF5OiBub25lOyIvPjxwYXRoIGNsYXNzPSJpY29uLXZzLWJnIiBkPSJNMiA1djZoMnYxSDFWNGgzdjFIMnptMTAgNnYxaDNWNGgtM3YxaDJ2NmgtMnoiIGlkPSJpY29uQmciLz48cGF0aCBjbGFzcz0iaWNvbi12cy1mZyIgZD0iTTcuMTU2IDcuMTU2bC0xLjU3OC0uNzg5IDMuMTU2LTEuNTc4IDEuNTc4Ljc4OS0zLjE1NiAxLjU3OHoiIGlkPSJpY29uRmciIHN0eWxlPSJkaXNwbGF5OiBub25lOyIvPjxwYXRoIGNsYXNzPSJpY29uLXZzLWFjdGlvbi1ibHVlIiBkPSJNOC43MzMgNEw0IDYuMzY3djMuMTU2TDcuMTU2IDExLjFsNC43MzMtMi4zNjdWNS41NzhMOC43MzMgNHpNNy4xNTYgNy4xNTZsLTEuNTc4LS43ODkgMy4xNTYtMS41NzggMS41NzguNzg5LTMuMTU2IDEuNTc4eiIgaWQ9ImNvbG9ySW1wb3J0YW5jZSIvPjwvc3ZnPg=="); } -.monaco-editor .suggest-widget .monaco-list .monaco-list-row .suggest-icon.class::before { background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHN0eWxlPi5pY29uLWNhbnZhcy10cmFuc3BhcmVudHtvcGFjaXR5OjA7ZmlsbDojZjZmNmY2fS5pY29uLXZzLW91dHtmaWxsOiNmNmY2ZjZ9Lmljb24tdnMtYWN0aW9uLW9yYW5nZXtmaWxsOiNjMjdkMWF9PC9zdHlsZT48cGF0aCBjbGFzcz0iaWNvbi1jYW52YXMtdHJhbnNwYXJlbnQiIGQ9Ik0xNiAxNkgwVjBoMTZ2MTZ6IiBpZD0iY2FudmFzIi8+PHBhdGggY2xhc3M9Imljb24tdnMtb3V0IiBkPSJNMTYgNi41ODZsLTMtM0wxMS41ODYgNUg5LjQxNGwxLTEtNC00aC0uODI4TDAgNS41ODZ2LjgyOGw0IDRMNi40MTQgOEg3djVoMS41ODZsMyAzaC44MjhMMTYgMTIuNDE0di0uODI4TDEzLjkxNCA5LjUgMTYgNy40MTR2LS44Mjh6IiBpZD0ib3V0bGluZSIvPjxwYXRoIGNsYXNzPSJpY29uLXZzLWFjdGlvbi1vcmFuZ2UiIGQ9Ik0xMyAxMGwyIDItMyAzLTItMiAxLTFIOFY3SDZMNCA5IDEgNmw1LTUgMyAzLTIgMmg1bDEtMSAyIDItMyAzLTItMiAxLTFIOXY0bDIuOTk5LjAwMkwxMyAxMHoiIGlkPSJpY29uQmciLz48L3N2Zz4="); } -.monaco-editor .suggest-widget .monaco-list .monaco-list-row .suggest-icon.interface::before { background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHN0eWxlPi5pY29uLWNhbnZhcy10cmFuc3BhcmVudHtvcGFjaXR5OjA7ZmlsbDojZjZmNmY2fS5pY29uLXZzLW91dHtmaWxsOiNmNmY2ZjZ9Lmljb24tdnMtZmd7ZmlsbDojZjBlZmYxfS5pY29uLXZzLWFjdGlvbi1ibHVle2ZpbGw6IzAwNTM5Y308L3N0eWxlPjxwYXRoIGNsYXNzPSJpY29uLWNhbnZhcy10cmFuc3BhcmVudCIgZD0iTTE2IDE2SDBWMGgxNnYxNnoiIGlkPSJjYW52YXMiLz48cGF0aCBjbGFzcz0iaWNvbi12cy1vdXQiIGQ9Ik0xMS41IDEyYy0xLjkxNSAwLTMuNjAyLTEuMjQxLTQuMjI4LTNoLTEuNDFhMy4xMSAzLjExIDAgMCAxLTIuNzM3IDEuNjI1QzEuNDAyIDEwLjYyNSAwIDkuMjIzIDAgNy41czEuNDAyLTMuMTI1IDMuMTI1LTMuMTI1YzEuMTY1IDAgMi4yMDEuNjM5IDIuNzM3IDEuNjI1aDEuNDFjLjYyNi0xLjc1OSAyLjMxMy0zIDQuMjI4LTNDMTMuOTgxIDMgMTYgNS4wMTkgMTYgNy41UzEzLjk4MSAxMiAxMS41IDEyeiIgaWQ9Im91dGxpbmUiLz48cGF0aCBjbGFzcz0iaWNvbi12cy1mZyIgZD0iTTExLjUgOUExLjUwMSAxLjUwMSAwIDEgMSAxMyA3LjVjMCAuODI2LS42NzMgMS41LTEuNSAxLjV6IiBpZD0iaWNvbkZnIi8+PHBhdGggY2xhc3M9Imljb24tdnMtYWN0aW9uLWJsdWUiIGQ9Ik0xMS41IDRhMy40OSAzLjQ5IDAgMCAwLTMuNDUgM0g1LjE4NUEyLjEyMiAyLjEyMiAwIDAgMCAxIDcuNWEyLjEyMyAyLjEyMyAwIDEgMCA0LjE4NS41SDguMDVhMy40OSAzLjQ5IDAgMCAwIDMuNDUgMyAzLjUgMy41IDAgMSAwIDAtN3ptMCA1Yy0uODI3IDAtMS41LS42NzMtMS41LTEuNVMxMC42NzMgNiAxMS41IDZzMS41LjY3MyAxLjUgMS41UzEyLjMyNyA5IDExLjUgOXoiIGlkPSJpY29uQmciLz48L3N2Zz4="); } -.monaco-editor .suggest-widget .monaco-list .monaco-list-row .suggest-icon.struct::before { background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHN0eWxlPi5pY29uLWNhbnZhcy10cmFuc3BhcmVudHtvcGFjaXR5OjA7ZmlsbDojZjZmNmY2fS5pY29uLXZzLW91dHtmaWxsOiNmNmY2ZjZ9Lmljb24tdnMtYWN0aW9uLWJsdWV7ZmlsbDojMDA1MzljfTwvc3R5bGU+PHBhdGggY2xhc3M9Imljb24tY2FudmFzLXRyYW5zcGFyZW50IiBkPSJNMTYgMTZIMFYwaDE2djE2eiIgaWQ9ImNhbnZhcyIvPjxwYXRoIGNsYXNzPSJpY29uLXZzLW91dCIgZD0iTTkgMTRWOEg3djZIMVYyaDE0djEySDl6IiBpZD0ib3V0bGluZSIgc3R5bGU9ImRpc3BsYXk6IG5vbmU7Ii8+PHBhdGggY2xhc3M9Imljb24tdnMtYWN0aW9uLWJsdWUiIGQ9Ik0xMCA5aDR2NGgtNFY5em0tOCA0aDRWOUgydjR6TTIgM3Y0aDEyVjNIMnoiIGlkPSJpY29uQmciLz48L3N2Zz4="); } -.monaco-editor .suggest-widget .monaco-list .monaco-list-row .suggest-icon.type-parameter::before { background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHN0eWxlPi5pY29uLWNhbnZhcy10cmFuc3BhcmVudHtvcGFjaXR5OjA7ZmlsbDojZjZmNmY2fS5pY29uLXZzLW91dHtmaWxsOiNmNmY2ZjZ9Lmljb24tdnMtYmd7ZmlsbDojNDI0MjQyfTwvc3R5bGU+PHBhdGggY2xhc3M9Imljb24tY2FudmFzLXRyYW5zcGFyZW50IiBkPSJNMTYgMTZIMFYwaDE2djE2eiIgaWQ9ImNhbnZhcyIvPjxwYXRoIGNsYXNzPSJpY29uLXZzLW91dCIgZD0iTTEwLjcwMiAxMC41bDItMi0yLTIgLjUtLjVIMTB2NWgxdjNINXYtM2gxVjZINC43OThsLjUuNS0yIDIgMiAyTDMgMTIuNzk3bC0zLTNWNy4yMDFsMy0zVjJoMTB2Mi4yMDFsMyAzdjIuNTk2bC0zIDMtMi4yOTgtMi4yOTd6IiBpZD0ib3V0bGluZSIgc3R5bGU9ImRpc3BsYXk6IG5vbmU7Ii8+PHBhdGggY2xhc3M9Imljb24tdnMtYmciIGQ9Ik00IDNoOHYyaC0xdi0uNWMwLS4yNzctLjIyNC0uNS0uNS0uNUg5djcuNWMwIC4yNzUuMjI0LjUuNS41aC41djFINnYtMWguNWEuNS41IDAgMCAwIC41LS41VjRINS41YS41LjUgMCAwIDAtLjUuNVY1SDRWM3pNMyA1LjYxNUwuMTE2IDguNSAzIDExLjM4M2wuODg0LS44ODMtMi0yIDItMkwzIDUuNjE1em0xMCAwbC0uODg0Ljg4NSAyIDItMiAyIC44ODQuODgzTDE1Ljg4NCA4LjUgMTMgNS42MTV6IiBpZD0iaWNvbkJnIi8+PC9zdmc+"); } -.monaco-editor .suggest-widget .monaco-list .monaco-list-row .suggest-icon.module::before { background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHN0eWxlPi5pY29uLWNhbnZhcy10cmFuc3BhcmVudHtvcGFjaXR5OjA7ZmlsbDojZjZmNmY2fS5pY29uLXZzLW91dHtmaWxsOiNmNmY2ZjZ9Lmljb24tdnMtYmd7ZmlsbDojNDI0MjQyfTwvc3R5bGU+PHBhdGggY2xhc3M9Imljb24tY2FudmFzLXRyYW5zcGFyZW50IiBkPSJNMTYgMTZIMFYwaDE2djE2eiIgaWQ9ImNhbnZhcyIvPjxwYXRoIGNsYXNzPSJpY29uLXZzLW91dCIgZD0iTTkuMjYgMTEuOTg0bC45NzgtLjAyMWEuOTYyLjk2MiAwIDAgMCAuMDktLjAwNmMuMDExLS4wNjMuMDI2LS4xNzkuMDI2LS4zNjFWOS42ODhjMC0uNjc5LjE4NS0xLjI1Ny41My0xLjcwNy0uMzQ2LS40NTItLjUzLTEuMDMtLjUzLTEuNzA1VjQuMzVjMC0uMTY3LS4wMjEtLjI1OS0uMDM0LS4zMDJMOS4yNiA0LjAyVi45NzNsMS4wMTEuMDExYzIuMTY3LjAyNCAzLjQwOSAxLjE1NiAzLjQwOSAzLjEwNXYxLjk2MmMwIC4zNTEuMDcxLjQ2MS4wNzIuNDYybC45MzYuMDYuMDUzLjkyN3YxLjkzNmwtLjkzNi4wNjFjLS4wNzYuMDE2LS4xMjUuMTQ2LS4xMjUuNDI0djIuMDE3YzAgLjkxNC0uMzMyIDMuMDQzLTMuNDA4IDMuMDc4bC0xLjAxMi4wMTF2LTMuMDQzem0tMy41MjEgMy4wMzJjLTMuMDg5LS4wMzUtMy40MjItMi4xNjQtMy40MjItMy4wNzhWOS45MjFjMC0uMzI3LS4wNjYtLjQzMi0uMDY3LS40MzNsLS45MzctLjA2LS4wNjMtLjkyOVY2LjU2M2wuOTQyLS4wNmMuMDU4IDAgLjEyNS0uMTE0LjEyNS0uNDUyVjQuMDljMC0xLjk0OSAxLjI0OC0zLjA4MSAzLjQyMi0zLjEwNUw2Ljc1Ljk3M1Y0LjAybC0uOTc1LjAyM2EuNTcyLjU3MiAwIDAgMC0uMDkzLjAxYy4wMDYuMDIxLS4wMTkuMTE1LS4wMTkuMjk3djEuOTI4YzAgLjY3NS0uMTg2IDEuMjUzLS41MzQgMS43MDUuMzQ4LjQ1LjUzNCAxLjAyOC41MzQgMS43MDd2MS45MDdjMCAuMTc1LjAxNC4yOTEuMDI3LjM2My4wMjMuMDAyIDEuMDYuMDI1IDEuMDYuMDI1djMuMDQzbC0xLjAxMS0uMDEyeiIgaWQ9Im91dGxpbmUiLz48cGF0aCBjbGFzcz0iaWNvbi12cy1iZyIgZD0iTTUuNzUgMTQuMDE2Yy0xLjYyMy0uMDE5LTIuNDM0LS43MTEtMi40MzQtMi4wNzhWOS45MjFjMC0uOTAyLS4zNTUtMS4zNzYtMS4wNjYtMS40MjJ2LS45OThjLjcxMS0uMDQ1IDEuMDY2LS41MjkgMS4wNjYtMS40NDlWNC4wOWMwLTEuMzg1LjgxMS0yLjA4NyAyLjQzNC0yLjEwNXYxLjA2Yy0uNzI1LjAxNy0xLjA4Ny40NTMtMS4wODcgMS4zMDV2MS45MjhjMCAuOTItLjQ1NCAxLjQ4OC0xLjM2IDEuNzAyVjhjLjkwNy4yMDEgMS4zNi43NjMgMS4zNiAxLjY4OHYxLjkwN2MwIC40ODguMDgxLjgzNS4yNDMgMS4wNDIuMTYyLjIwOC40NDMuMzE2Ljg0NC4zMjV2MS4wNTR6bTcuOTktNS41MTdjLS43MDYuMDQ1LTEuMDYuNTItMS4wNiAxLjQyMnYyLjAxN2MwIDEuMzY3LS44MDcgMi4wNi0yLjQyIDIuMDc4di0xLjA1M2MuMzk2LS4wMDkuNjc4LS4xMTguODQ0LS4zMjguMTY3LS4yMS4yNS0uNTU2LjI1LTEuMDM5VjkuNjg4YzAtLjkyNS40NDktMS40ODggMS4zNDctMS42ODh2LS4wMjFjLS44OTgtLjIxNC0xLjM0Ny0uNzgyLTEuMzQ3LTEuNzAyVjQuMzVjMC0uODUyLS4zNjQtMS4yODgtMS4wOTQtMS4zMDZ2LTEuMDZjMS42MTMuMDE4IDIuNDIuNzIgMi40MiAyLjEwNXYxLjk2MmMwIC45Mi4zNTQgMS40MDQgMS4wNiAxLjQ0OXYuOTk5eiIgaWQ9Imljb25CZyIvPjwvc3ZnPg=="); } -.monaco-editor .suggest-widget .monaco-list .monaco-list-row .suggest-icon.property::before { background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHN0eWxlPi5pY29uLWNhbnZhcy10cmFuc3BhcmVudHtvcGFjaXR5OjA7ZmlsbDojZjZmNmY2fS5pY29uLXZzLW91dHtmaWxsOiNmNmY2ZjZ9Lmljb24tdnMtYmd7ZmlsbDojNDI0MjQyfTwvc3R5bGU+PHBhdGggY2xhc3M9Imljb24tY2FudmFzLXRyYW5zcGFyZW50IiBkPSJNMTYgMTZIMFYwaDE2djE2eiIgaWQ9ImNhbnZhcyIvPjxwYXRoIGNsYXNzPSJpY29uLXZzLW91dCIgZD0iTTE2IDUuNWE1LjUgNS41IDAgMCAxLTUuNSA1LjVjLS4yNzUgMC0uNTQzLS4wMjctLjgwNy0uMDY2bC0uMDc5LS4wMTJhNS40MjkgNS40MjkgMCAwIDEtLjgxLS4xOTJsLTQuNTM3IDQuNTM3Yy0uNDcyLjQ3My0xLjEuNzMzLTEuNzY3LjczM3MtMS4yOTUtLjI2LTEuNzY4LS43MzJhMi41MDIgMi41MDIgMCAwIDEgMC0zLjUzNWw0LjUzNy00LjUzN2E1LjQ1MiA1LjQ1MiAwIDAgMS0uMTkxLS44MTJjLS4wMDUtLjAyNS0uMDA4LS4wNTEtLjAxMi0uMDc3QTUuNTAzIDUuNTAzIDAgMCAxIDUgNS41YTUuNSA1LjUgMCAxIDEgMTEgMHoiIGlkPSJvdXRsaW5lIi8+PHBhdGggY2xhc3M9Imljb24tdnMtYmciIGQ9Ik0xNSA1LjVhNC41IDQuNSAwIDAgMS00LjUgNC41Yy0uNjkzIDAtMS4zNDItLjE3LTEuOTI5LS40NWwtNS4wMSA1LjAxYy0uMjkzLjI5NC0uNjc3LjQ0LTEuMDYxLjQ0cy0uNzY4LS4xNDYtMS4wNjEtLjQzOWExLjUgMS41IDAgMCAxIDAtMi4xMjFsNS4wMS01LjAxQTQuNDgzIDQuNDgzIDAgMCAxIDYgNS41IDQuNSA0LjUgMCAwIDEgMTAuNSAxYy42OTMgMCAxLjM0Mi4xNyAxLjkyOS40NUw5LjYzNiA0LjI0M2wyLjEyMSAyLjEyMSAyLjc5My0yLjc5M2MuMjguNTg3LjQ1IDEuMjM2LjQ1IDEuOTI5eiIgaWQ9Imljb25CZyIvPjwvc3ZnPg=="); } -.monaco-editor .suggest-widget .monaco-list .monaco-list-row .suggest-icon.unit::before { background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHN0eWxlPi5pY29uLWNhbnZhcy10cmFuc3BhcmVudHtvcGFjaXR5OjA7ZmlsbDojZjZmNmY2fS5pY29uLXZzLW91dHtmaWxsOiNmNmY2ZjZ9Lmljb24tdnMtYmd7ZmlsbDojNDI0MjQyfS5pY29uLXZzLWZne2ZpbGw6I2YwZWZmMX08L3N0eWxlPjxwYXRoIGNsYXNzPSJpY29uLWNhbnZhcy10cmFuc3BhcmVudCIgZD0iTTE2IDE2SDBWMGgxNnYxNnoiIGlkPSJjYW52YXMiLz48cGF0aCBjbGFzcz0iaWNvbi12cy1vdXQiIGQ9Ik0xNiAxMS4wMTNIMVY0aDE1djcuMDEzeiIgaWQ9Im91dGxpbmUiLz48cGF0aCBjbGFzcz0iaWNvbi12cy1mZyIgZD0iTTggOUg3VjZoM3YzSDlWN0g4djJ6TTQgN2gxdjJoMVY2SDN2M2gxVjd6bTggMGgxdjJoMVY2aC0zdjNoMVY3eiIgaWQ9Imljb25GZyIvPjxwYXRoIGNsYXNzPSJpY29uLXZzLWJnIiBkPSJNMiA1djVoMTNWNUgyem00IDRINVY3SDR2MkgzVjZoM3Yzem00IDBIOVY3SDh2Mkg3VjZoM3Yzem00IDBoLTFWN2gtMXYyaC0xVjZoM3YzeiIgaWQ9Imljb25CZyIvPjwvc3ZnPg=="); } -.monaco-editor .suggest-widget .monaco-list .monaco-list-row .suggest-icon.constant::before { background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHN0eWxlPi5pY29uLWNhbnZhcy10cmFuc3BhcmVudHtvcGFjaXR5OjA7ZmlsbDojZjZmNmY2fS5pY29uLXZzLW91dHtmaWxsOiNmNmY2ZjZ9Lmljb24tdnMtYmd7ZmlsbDojNDI0MjQyfS5pY29uLXZzLWZne2ZpbGw6I2YwZWZmMX0uaWNvbi12cy1hY3Rpb24tYmx1ZXtmaWxsOiMwMDUzOWN9PC9zdHlsZT48cGF0aCBjbGFzcz0iaWNvbi1jYW52YXMtdHJhbnNwYXJlbnQiIGQ9Ik0xNiAxNkgwVjBoMTZ2MTZ6IiBpZD0iY2FudmFzIi8+PHBhdGggY2xhc3M9Imljb24tdnMtb3V0IiBkPSJNMi44NzkgMTRMMSAxMi4xMjFWMy44NzlMMi44NzkgMmgxMC4yNDJMMTUgMy44Nzl2OC4yNDJMMTMuMTIxIDE0SDIuODc5eiIgaWQ9Im91dGxpbmUiLz48cGF0aCBjbGFzcz0iaWNvbi12cy1mZyIgZD0iTTEyLjI5MyA0SDMuNzA3TDMgNC43MDd2Ni41ODZsLjcwNy43MDdoOC41ODZsLjcwNy0uNzA3VjQuNzA3TDEyLjI5MyA0ek0xMSAxMEg1VjloNnYxem0wLTNINVY2aDZ2MXoiIGlkPSJpY29uRmciLz48ZyBpZD0iaWNvbkJnIj48cGF0aCBjbGFzcz0iaWNvbi12cy1iZyIgZD0iTTEyLjcwNyAxM0gzLjI5M0wyIDExLjcwN1Y0LjI5M0wzLjI5MyAzaDkuNDE0TDE0IDQuMjkzdjcuNDE0TDEyLjcwNyAxM3ptLTktMWg4LjU4NmwuNzA3LS43MDdWNC43MDdMMTIuMjkzIDRIMy43MDdMMyA0LjcwN3Y2LjU4NmwuNzA3LjcwN3oiLz48cGF0aCBjbGFzcz0iaWNvbi12cy1hY3Rpb24tYmx1ZSIgZD0iTTExIDdINVY2aDZ2MXptMCAySDV2MWg2Vjl6Ii8+PC9nPjwvc3ZnPg=="); } -.monaco-editor .suggest-widget .monaco-list .monaco-list-row .suggest-icon.value::before, -.monaco-editor .suggest-widget .monaco-list .monaco-list-row .suggest-icon.enum::before { background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHN0eWxlPi5pY29uLWNhbnZhcy10cmFuc3BhcmVudHtvcGFjaXR5OjA7ZmlsbDojZjZmNmY2fS5pY29uLXZzLW91dHtmaWxsOiNmNmY2ZjZ9Lmljb24tdnMtZmd7ZmlsbDojZjBlZmYxfS5pY29uLXZzLWFjdGlvbi1vcmFuZ2V7ZmlsbDojYzI3ZDFhfTwvc3R5bGU+PHBhdGggY2xhc3M9Imljb24tY2FudmFzLXRyYW5zcGFyZW50IiBkPSJNMTYgMTZIMFYwaDE2djE2eiIgaWQ9ImNhbnZhcyIvPjxwYXRoIGNsYXNzPSJpY29uLXZzLW91dCIgZD0iTTE0LjQxNCAxTDE2IDIuNTg2djUuODI4TDE0LjQxNCAxMEgxMHYzLjQxNkw4LjQxNCAxNUgxLjU4NkwwIDEzLjQxNnYtNS44M0wxLjU4NiA2SDZWMi41ODZMNy41ODYgMWg2LjgyOHoiIGlkPSJvdXRsaW5lIi8+PHBhdGggY2xhc3M9Imljb24tdnMtZmciIGQ9Ik0yIDEzaDZWOEgydjV6bTEtNGg0djFIM1Y5em0wIDJoNHYxSDN2LTF6bTExLTVWM0g4djNoLjQxNEw5IDYuNTg2VjZoNHYxSDkuNDE0bC41ODYuNTg2VjhoNFY2em0tMS0xSDlWNGg0djF6IiBpZD0iaWNvbkZnIi8+PHBhdGggY2xhc3M9Imljb24tdnMtYWN0aW9uLW9yYW5nZSIgZD0iTTMgMTFoNC4wMDF2MUgzdi0xem0wLTFoNC4wMDFWOUgzdjF6bTYtMnY1bC0xIDFIMmwtMS0xVjhsMS0xaDZsMSAxek04IDhIMnY1aDZWOHptMS0ybDEgMWgzVjZIOXptMC0xaDRWNEg5djF6bTUtM0g4TDcgM3YzaDFWM2g2djVoLTR2MWg0bDEtMVYzbC0xLTF6IiBpZD0iaWNvbkJnIi8+PC9zdmc+"); } -.monaco-editor .suggest-widget .monaco-list .monaco-list-row .suggest-icon.enum-member::before { background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHN0eWxlPi5pY29uLWNhbnZhcy10cmFuc3BhcmVudHtvcGFjaXR5OjA7ZmlsbDojZjZmNmY2fS5pY29uLXZzLW91dHtmaWxsOiNmNmY2ZjZ9Lmljb24tdnMtZmd7ZmlsbDojZjBlZmYxfS5pY29uLXZzLWFjdGlvbi1ibHVle2ZpbGw6IzAwNTM5Y308L3N0eWxlPjxwYXRoIGNsYXNzPSJpY29uLWNhbnZhcy10cmFuc3BhcmVudCIgZD0iTTE2IDE2SDBWMGgxNnYxNnoiIGlkPSJjYW52YXMiLz48cGF0aCBjbGFzcz0iaWNvbi12cy1vdXQiIGQ9Ik0wIDE1VjZoNlYyLjU4Nkw3LjU4NSAxaDYuODI5TDE2IDIuNTg2djUuODI5TDE0LjQxNCAxMEgxMHY1SDB6bTMtNnoiIGlkPSJvdXRsaW5lIi8+PHBhdGggY2xhc3M9Imljb24tdnMtZmciIGQ9Ik04IDN2M2g1djFoLTN2MWg0VjNIOHptNSAySDlWNGg0djF6TTIgOHY1aDZWOEgyem01IDNIM3YtMWg0djF6IiBpZD0iaWNvbkZnIi8+PHBhdGggY2xhc3M9Imljb24tdnMtYWN0aW9uLWJsdWUiIGQ9Ik0xMCA2aDN2MWgtM1Y2ek05IDR2MWg0VjRIOXptNS0ySDhMNyAzdjNoMVYzaDZ2NWgtNHYxaDRsMS0xVjNsLTEtMXptLTcgOEgzdjFoNHYtMXptMi0zdjdIMVY3aDh6TTggOEgydjVoNlY4eiIgaWQ9Imljb25CZyIvPjwvc3ZnPg=="); } -.monaco-editor .suggest-widget .monaco-list .monaco-list-row .suggest-icon.keyword::before { background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHN0eWxlPi5pY29uLWNhbnZhcy10cmFuc3BhcmVudHtvcGFjaXR5OjA7ZmlsbDojZjZmNmY2fS5pY29uLXZzLW91dHtmaWxsOiNmNmY2ZjZ9Lmljb24tdnMtYmd7ZmlsbDojNDI0MjQyfS5pY29uLXZzLWZne2ZpbGw6I2YwZWZmMX08L3N0eWxlPjxwYXRoIGNsYXNzPSJpY29uLWNhbnZhcy10cmFuc3BhcmVudCIgZD0iTTE2IDE2SDBWMGgxNnYxNnoiIGlkPSJjYW52YXMiLz48cGF0aCBjbGFzcz0iaWNvbi12cy1vdXQiIGQ9Ik0xNiA1VjJIOVYxSDB2MTRoMTN2LTNoM1Y5aC0xVjZIOVY1aDd6bS04IDdWOWgxdjNIOHoiIGlkPSJvdXRsaW5lIi8+PHBhdGggY2xhc3M9Imljb24tdnMtZmciIGQ9Ik0yIDNoNXYxSDJWM3oiIGlkPSJpY29uRmciLz48cGF0aCBjbGFzcz0iaWNvbi12cy1iZyIgZD0iTTE1IDRoLTVWM2g1djF6bS0xIDNoLTJ2MWgyVjd6bS00IDBIMXYxaDlWN3ptMiA2SDF2MWgxMXYtMXptLTUtM0gxdjFoNnYtMXptOCAwaC01djFoNXYtMXpNOCAydjNIMVYyaDd6TTcgM0gydjFoNVYzeiIgaWQ9Imljb25CZyIvPjwvc3ZnPg=="); } -.monaco-editor .suggest-widget .monaco-list .monaco-list-row .suggest-icon.text::before { background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHN0eWxlPi5pY29uLWNhbnZhcy10cmFuc3BhcmVudHtvcGFjaXR5OjA7ZmlsbDojZjZmNmY2fS5pY29uLXZzLW91dHtmaWxsOiNmNmY2ZjZ9Lmljb24tdnMtYmd7ZmlsbDojNDI0MjQyfS5pY29uLXZzLWZne2ZpbGw6I2YwZWZmMX08L3N0eWxlPjxwYXRoIGNsYXNzPSJpY29uLWNhbnZhcy10cmFuc3BhcmVudCIgZD0iTTE2IDE2SDBWMGgxNnYxNnoiIGlkPSJjYW52YXMiLz48cGF0aCBjbGFzcz0iaWNvbi12cy1vdXQiIGQ9Ik0xNiAxNUgwVjFoMTZ2MTR6IiBpZD0ib3V0bGluZSIvPjxwYXRoIGNsYXNzPSJpY29uLXZzLWZnIiBkPSJNOS4yMjkgNy4zNTRjLjAzNS4xNDYuMDUyLjMxLjA1Mi40OTQgMCAuMjM0LS4wMi40NDEtLjA2LjYyMS0uMDM5LjE4LS4wOTUuMzI4LS4xNjguNDQ1YS42ODcuNjg3IDAgMCAxLS45MTQuMjgxLjc2Ljc2IDAgMCAxLS4yMzctLjIwNy45ODguOTg4IDAgMCAxLS4xNTQtLjMwNiAxLjI2MiAxLjI2MiAwIDAgMS0uMDU3LS4zODF2LS41MDZjMC0uMTcuMDItLjMyNi4wNjEtLjQ2NXMuMDk2LS4yNTguMTY4LS4zNTlhLjc1Ni43NTYgMCAwIDEgLjI1Ny0uMjMyYy4xLS4wNTUuMjEtLjA4Mi4zMzEtLjA4MmEuNjQ2LjY0NiAwIDAgMSAuNTcxLjMyYy4wNjcuMTA1LjExNi4yMy4xNS4zNzd6bS01LjEyNi44NjlhLjU1Ny41NTcgMCAwIDAtLjE5Ni4xMzJjLS4wNDcuMDUzLS4wOC4xMTItLjA5Ny4xOHMtLjAyOC4xNDctLjAyOC4yMzNhLjUxMy41MTMgMCAwIDAgLjE1Ny4zOS41MjguNTI4IDAgMCAwIC4xODYuMTEzLjY4Mi42ODIgMCAwIDAgLjI0Mi4wNDEuNzYuNzYgMCAwIDAgLjU5My0uMjcxLjg5Ny44OTcgMCAwIDAgLjE2NS0uMjk1Yy4wMzgtLjExMy4wNTktLjIzNC4wNTktLjM2NXYtLjM0NmwtLjc2MS4xMWExLjI5IDEuMjkgMCAwIDAtLjMyLjA3OHpNMTQgM3YxMEgyVjNoMTJ6TTUuOTYyIDcuNDY5YzAtLjIzOC0uMDI3LS40NTEtLjA4My0uNjM3YTEuMjg2IDEuMjg2IDAgMCAwLS4yNDktLjQ3MSAxLjA4IDEuMDggMCAwIDAtLjQyNC0uMjk1IDEuNjQ0IDEuNjQ0IDAgMCAwLS42MDgtLjEwMWMtLjExOSAwLS4yNDEuMDEyLS4zNjguMDMzYTMuMjEzIDMuMjEzIDAgMCAwLS42NzMuMTk1IDEuMzEzIDEuMzEzIDAgMCAwLS4yMTIuMTE0di43NjhjLjE1OC0uMTMyLjM0MS0uMjM1LjU0NC0uMzEzLjIwNC0uMDc4LjQxMy0uMTE3LjYyNy0uMTE3LjIxMyAwIC4zNzcuMDYzLjQ5NC4xODYuMTE2LjEyNS4xNzQuMzI0LjE3NC42bC0xLjAzLjE1NGMtLjIwNS4wMjYtLjM4LjA3Ny0uNTI2LjE1MWExLjA4MyAxLjA4MyAwIDAgMC0uNTYzLjY2QTEuNTYyIDEuNTYyIDAgMCAwIDMgOC44NTdjMCAuMTcuMDI1LjMyMy4wNzQuNDYzYS45NDUuOTQ1IDAgMCAwIC41NjguNTk2Yy4xMzkuMDU3LjI5Ny4wODQuNDc4LjA4NC4yMjkgMCAuNDMxLS4wNTMuNjA0LS4xNmExLjMgMS4zIDAgMCAwIC40MzktLjQ2M2guMDE0di41MjloLjc4NVY3LjQ2OXpNMTAgNy44NjFhMy41NCAzLjU0IDAgMCAwLS4wNzQtLjczNCAyLjA0NyAyLjA0NyAwIDAgMC0uMjI4LS42MTEgMS4yMDMgMS4yMDMgMCAwIDAtLjM5NC0uNDE2IDEuMDMgMS4wMyAwIDAgMC0uNTc0LS4xNTNjLS4xMjMgMC0uMjM0LjAxOC0uMzM2LjA1MWExIDEgMCAwIDAtLjI3OC4xNDcgMS4xNTMgMS4xNTMgMCAwIDAtLjIyNS4yMjIgMi4wMjIgMi4wMjIgMCAwIDAtLjE4MS4yODloLS4wMTNWNUg3djQuODg3aC42OTd2LS40ODVoLjAxM2MuMDQ0LjA4Mi4wOTUuMTU4LjE1MS4yMjkuMDU3LjA3LjExOS4xMzMuMTkxLjE4NmEuODM1LjgzNSAwIDAgMCAuMjM4LjEyMS45NDMuOTQzIDAgMCAwIC4yOTMuMDQyYy4yMyAwIC40MzQtLjA1My42MDktLjE2YTEuMzQgMS4zNCAwIDAgMCAuNDQzLS40NDNjLjEyLS4xODguMjExLS40MTIuMjcyLS42NzJBMy42MiAzLjYyIDAgMCAwIDEwIDcuODYxem0zLTEuNjU4YS43LjcgMCAwIDAtLjEwNi0uMDY2IDEuMTgzIDEuMTgzIDAgMCAwLS4xNDItLjA2MyAxLjIzMyAxLjIzMyAwIDAgMC0uMzYzLS4wNjVjLS4yMDkgMC0uMzk5LjA1MS0uNTY5LjE1YTEuMzU1IDEuMzU1IDAgMCAwLS40MzMuNDI0Yy0uMTE4LjE4Mi0uMjEuNDAyLS4yNzMuNjZhMy42MyAzLjYzIDAgMCAwLS4wMDggMS42MTVjLjA2LjIzLjE0My40My4yNTIuNjAyLjEwOS4xNjguMjQxLjMwMy4zOTYuMzk2YS45NzIuOTcyIDAgMCAwIC41MjQuMTQ0Yy4xNTggMCAuMjk2LS4wMjEuNDEzLS4wNjguMTE3LS4wNDUuMjE5LS4xMDguMzA5LS4xODR2LS43N2ExLjA5NCAxLjA5NCAwIDAgMS0uMjg4LjIyNS44MTkuODE5IDAgMCAxLS4xNTguMDY4LjQ4LjQ4IDAgMCAxLS4xNTMuMDI3LjYyLjYyIDAgMCAxLS4yNzQtLjA3NGMtLjI0MS0uMTM2LS40MjMtLjQ3OS0uNDIzLTEuMTQ2IDAtLjcxNS4yMDYtMS4xMi40NjktMS4zMDEuMDc3LS4wMzIuMTUzLS4wNjQuMjM4LS4wNjQuMTEzIDAgLjIyLjAyNy4zMTcuMDgyLjA5Ni4wNTcuMTg4LjEzMS4yNzIuMjIzdi0uODE1eiIgaWQ9Imljb25GZyIvPjxwYXRoIGNsYXNzPSJpY29uLXZzLWJnIiBkPSJNMSAydjEyaDE0VjJIMXptMTMgMTFIMlYzaDEydjEwek01LjYzIDYuMzYxYTEuMDggMS4wOCAwIDAgMC0uNDI0LS4yOTUgMS42NDQgMS42NDQgMCAwIDAtLjYwOC0uMTAxYy0uMTE5IDAtLjI0MS4wMTItLjM2OC4wMzNhMy4yMTMgMy4yMTMgMCAwIDAtLjY3My4xOTUgMS4zMTMgMS4zMTMgMCAwIDAtLjIxMi4xMTR2Ljc2OGMuMTU4LS4xMzIuMzQxLS4yMzUuNTQ0LS4zMTMuMjA0LS4wNzguNDEzLS4xMTcuNjI3LS4xMTcuMjEzIDAgLjM3Ny4wNjMuNDk0LjE4Ni4xMTYuMTI1LjE3NC4zMjQuMTc0LjZsLTEuMDMuMTU0Yy0uMjA1LjAyNi0uMzguMDc3LS41MjYuMTUxYTEuMDgzIDEuMDgzIDAgMCAwLS41NjMuNjZBMS41NjIgMS41NjIgMCAwIDAgMyA4Ljg1N2MwIC4xNy4wMjUuMzIzLjA3NC40NjNhLjk0NS45NDUgMCAwIDAgLjU2OC41OTZjLjEzOS4wNTcuMjk3LjA4NC40NzguMDg0LjIyOSAwIC40MzEtLjA1My42MDQtLjE2YTEuMyAxLjMgMCAwIDAgLjQzOS0uNDYzaC4wMTR2LjUyOWguNzg1VjcuNDY5YzAtLjIzOC0uMDI3LS40NTEtLjA4My0uNjM3YTEuMjg2IDEuMjg2IDAgMCAwLS4yNDktLjQ3MXptLS40NDYgMi4wMmMwIC4xMzEtLjAyLjI1Mi0uMDU5LjM2NWEuODk3Ljg5NyAwIDAgMS0uMTY1LjI5NS43NTguNzU4IDAgMCAxLS41OTMuMjcyLjY4Mi42ODIgMCAwIDEtLjI0Mi0uMDQxLjUwNy41MDcgMCAwIDEtLjMwMi0uMjg2LjU4My41ODMgMCAwIDEtLjA0MS0uMjE4YzAtLjA4Ni4wMS0uMTY0LjAyNy0uMjMycy4wNTEtLjEyNy4wOTgtLjE4YS41NDYuNTQ2IDAgMCAxIC4xOTYtLjEzM2MuMDgzLS4wMzMuMTg5LS4wNjEuMzItLjA3OGwuNzYxLS4xMDl2LjM0NXptNC41MTQtMS44NjVhMS4yMDMgMS4yMDMgMCAwIDAtLjM5NC0uNDE2IDEuMDMgMS4wMyAwIDAgMC0uNTc0LS4xNTNjLS4xMjMgMC0uMjM0LjAxOC0uMzM2LjA1MWExIDEgMCAwIDAtLjI3OC4xNDcgMS4xNTMgMS4xNTMgMCAwIDAtLjIyNS4yMjIgMi4wMjIgMi4wMjIgMCAwIDAtLjE4MS4yODloLS4wMTNWNUg3djQuODg3aC42OTd2LS40ODVoLjAxM2MuMDQ0LjA4Mi4wOTUuMTU4LjE1MS4yMjkuMDU3LjA3LjExOS4xMzMuMTkxLjE4NmEuODM1LjgzNSAwIDAgMCAuMjM4LjEyMS45NDMuOTQzIDAgMCAwIC4yOTMuMDQyYy4yMyAwIC40MzQtLjA1My42MDktLjE2YTEuMzQgMS4zNCAwIDAgMCAuNDQzLS40NDNjLjEyLS4xODguMjExLS40MTIuMjcyLS42NzJBMy42MiAzLjYyIDAgMCAwIDEwIDcuODYxYTMuNTQgMy41NCAwIDAgMC0uMDc0LS43MzQgMi4wNDcgMi4wNDcgMCAwIDAtLjIyOC0uNjExem0tLjQ3NiAxLjk1M2MtLjAzOS4xOC0uMDk1LjMyOC0uMTY4LjQ0NWEuNzU1Ljc1NSAwIDAgMS0uMjY0LjI2Ni42ODcuNjg3IDAgMCAxLS42NTEuMDE1Ljc2Ljc2IDAgMCAxLS4yMzctLjIwNy45ODguOTg4IDAgMCAxLS4xNTQtLjMwNiAxLjI2MiAxLjI2MiAwIDAgMS0uMDU3LS4zODF2LS41MDZjMC0uMTcuMDItLjMyNi4wNjEtLjQ2NXMuMDk2LS4yNTguMTY4LS4zNTlhLjc1Ni43NTYgMCAwIDEgLjI1Ny0uMjMyYy4xLS4wNTUuMjEtLjA4Mi4zMzEtLjA4MmEuNjQ2LjY0NiAwIDAgMSAuNTcxLjMyYy4wNjYuMTA1LjExNi4yMy4xNS4zNzcuMDM1LjE0Ni4wNTIuMzEuMDUyLjQ5NCAwIC4yMzQtLjAxOS40NDEtLjA1OS42MjF6bTMuNjcyLTIuMzMyYS43LjcgMCAwIDEgLjEwNi4wNjZ2LjgxNGExLjE3OCAxLjE3OCAwIDAgMC0uMjczLS4yMjMuNjQ1LjY0NSAwIDAgMC0uMzE3LS4wODFjLS4wODUgMC0uMTYxLjAzMi0uMjM4LjA2NC0uMjYzLjE4MS0uNDY5LjU4Ni0uNDY5IDEuMzAxIDAgLjY2OC4xODIgMS4wMTEuNDIzIDEuMTQ2LjA4NC4wNC4xNzEuMDc0LjI3NC4wNzQuMDQ5IDAgLjEwMS0uMDEuMTUzLS4wMjdhLjg1Ni44NTYgMCAwIDAgLjE1OC0uMDY4IDEuMTYgMS4xNiAwIDAgMCAuMjg4LS4yMjV2Ljc3Yy0uMDkuMDc2LS4xOTIuMTM5LS4zMDkuMTg0YTEuMDk4IDEuMDk4IDAgMCAxLS40MTIuMDY4Ljk3NC45NzQgMCAwIDEtLjUyMy0uMTQzIDEuMjU3IDEuMjU3IDAgMCAxLS4zOTYtLjM5NiAyLjA5OCAyLjA5OCAwIDAgMS0uMjUyLS42MDIgMy4xMTggMy4xMTggMCAwIDEtLjA4OC0uNzU0YzAtLjMxNi4wMzItLjYwNC4wOTYtLjg2MS4wNjMtLjI1OC4xNTUtLjQ3OS4yNzMtLjY2LjExOS0uMTgyLjI2NS0uMzIyLjQzMy0uNDI0YTEuMTAyIDEuMTAyIDAgMCAxIDEuMDczLS4wMjN6IiBpZD0iaWNvbkJnIi8+PC9zdmc+"); } -.monaco-editor .suggest-widget .monaco-list .monaco-list-row .suggest-icon.color::before { background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHN0eWxlPi5pY29uLWNhbnZhcy10cmFuc3BhcmVudHtvcGFjaXR5OjA7ZmlsbDojZjZmNmY2fS5pY29uLXZzLW91dHtmaWxsOiNmNmY2ZjZ9Lmljb24tdnMtYmd7ZmlsbDojNDI0MjQyfS5pY29uLXZzLXJlZHtmaWxsOiNlNTE0MDB9Lmljb24tdnMteWVsbG93e2ZpbGw6I2ZmY2MwMH0uaWNvbi12cy1ncmVlbntmaWxsOiMzMzk5MzN9Lmljb24tdnMtYmx1ZXtmaWxsOiMxYmExZTJ9Lmljb24tdnMtYWN0aW9uLXB1cnBsZXtmaWxsOiM2NTJkOTB9Lmljb24td2hpdGV7ZmlsbDojZmZmZmZmfTwvc3R5bGU+PHBhdGggY2xhc3M9Imljb24tY2FudmFzLXRyYW5zcGFyZW50IiBkPSJNMTYgMTZIMFYwaDE2djE2eiIgaWQ9ImNhbnZhcyIvPjxwYXRoIGNsYXNzPSJpY29uLXZzLW91dCIgZD0iTTE2IDhjMCA0LjQxMS0zLjU4OSA4LTggOGEyLjgwMyAyLjgwMyAwIDAgMS0yLjgtMi44YzAtLjgzMy4yNzItMS42MjkuNzY2LTIuMjQxYS41OTYuNTk2IDAgMCAwIC4xMDEtLjM1OS42NjcuNjY3IDAgMCAwLS42NjctLjY2Ni41OC41OCAwIDAgMC0uMzU4LjEwMkEzLjU4NCAzLjU4NCAwIDAgMSAyLjggMTAuOCAyLjgwMyAyLjgwMyAwIDAgMSAwIDhjMC00LjQxMSAzLjU4OS04IDgtOHM4IDMuNTg5IDggOHoiIGlkPSJvdXRsaW5lIi8+PHBhdGggY2xhc3M9Imljb24td2hpdGUiIGQ9Ik01LjQgNy45MzNhMi42NyAyLjY3IDAgMCAxIDIuNjY3IDIuNjY2YzAgLjYwNi0uMTkzIDEuMTc5LS41NDQgMS42MTRhMS41OTkgMS41OTkgMCAwIDAtLjMyMy45ODcuOC44IDAgMCAwIC44LjhjMy4zMDkgMCA2LTIuNjkxIDYtNnMtMi42OTEtNi02LTYtNiAyLjY5MS02IDZjMCAuNDQxLjM1OS44LjguOC4zNzggMCAuNzI5LS4xMTQuOTg2LS4zMjJBMi41NjggMi41NjggMCAwIDEgNS40IDcuOTMzeiIgaWQ9Imljb25GZyIvPjxnIGlkPSJpY29uQmciPjxwYXRoIGNsYXNzPSJpY29uLXZzLWJnIiBkPSJNOCAxNWMtLjk5MiAwLTEuOC0uODA4LTEuOC0xLjggMC0uNjA2LjE5My0xLjE3OS41NDQtMS42MTMuMjA4LS4yNTkuMzIzLS42MDkuMzIzLS45ODcgMC0uOTE5LS43NDgtMS42NjYtMS42NjctMS42NjYtLjM3NyAwLS43MjguMTE1LS45ODYuMzIzQTIuNTggMi41OCAwIDAgMSAyLjggOS44QzEuODA4IDkuOCAxIDguOTkyIDEgOGMwLTMuODYgMy4xNC03IDctNyAzLjg1OSAwIDcgMy4xNCA3IDcgMCAzLjg1OS0zLjE0MSA3LTcgN3pNNS40IDcuOTMzYTIuNjcgMi42NyAwIDAgMSAyLjY2NyAyLjY2NmMwIC42MDYtLjE5MyAxLjE3OS0uNTQ0IDEuNjE0YTEuNTk5IDEuNTk5IDAgMCAwLS4zMjMuOTg3LjguOCAwIDAgMCAuOC44YzMuMzA5IDAgNi0yLjY5MSA2LTZzLTIuNjkxLTYtNi02LTYgMi42OTEtNiA2YzAgLjQ0MS4zNTkuOC44LjguMzc4IDAgLjcyOS0uMTE0Ljk4Ni0uMzIyQTIuNTY4IDIuNTY4IDAgMCAxIDUuNCA3LjkzM3oiLz48cGF0aCBjbGFzcz0iaWNvbi12cy1hY3Rpb24tcHVycGxlIiBkPSJNNC41IDUuMzc1YS44NzUuODc1IDAgMSAwIDAgMS43NS44NzUuODc1IDAgMCAwIDAtMS43NXoiLz48cGF0aCBjbGFzcz0iaWNvbi12cy1ibHVlIiBkPSJNNy4xMjUgMy42MjVhLjg3NS44NzUgMCAxIDAgMCAxLjc1Ljg3NS44NzUgMCAwIDAgMC0xLjc1eiIvPjxwYXRoIGNsYXNzPSJpY29uLXZzLWdyZWVuIiBkPSJNMTAuNjI1IDQuNWEuODc1Ljg3NSAwIDEgMCAwIDEuNzUuODc1Ljg3NSAwIDAgMCAwLTEuNzV6Ii8+PHBhdGggY2xhc3M9Imljb24tdnMteWVsbG93IiBkPSJNMTEuNSA4YS44NzUuODc1IDAgMSAwIDAgMS43NS44NzUuODc1IDAgMCAwIDAtMS43NXoiLz48cGF0aCBjbGFzcz0iaWNvbi12cy1yZWQiIGQ9Ik05Ljc1IDEwLjYyNWEuODc1Ljg3NSAwIDEgMCAwIDEuNzUuODc1Ljg3NSAwIDAgMCAwLTEuNzV6Ii8+PC9nPjwvc3ZnPg=="); } -.monaco-editor .suggest-widget .monaco-list .monaco-list-row .suggest-icon.file::before { background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHN0eWxlPi5pY29uLWNhbnZhcy10cmFuc3BhcmVudHtvcGFjaXR5OjA7ZmlsbDojZjZmNmY2fS5pY29uLXZzLW91dHtmaWxsOiNmNmY2ZjZ9Lmljb24tdnMtYmd7ZmlsbDojNDI0MjQyfS5pY29uLXZzLWZne2ZpbGw6I2YwZWZmMX08L3N0eWxlPjxwYXRoIGNsYXNzPSJpY29uLWNhbnZhcy10cmFuc3BhcmVudCIgZD0iTTE2IDE2SDBWMGgxNnYxNnoiIGlkPSJjYW52YXMiLz48cGF0aCBjbGFzcz0iaWNvbi12cy1vdXQiIGQ9Ik0xNSAxNkgyVjBoOC42MjFMMTUgNC4zNzlWMTZ6IiBpZD0ib3V0bGluZSIvPjxwYXRoIGNsYXNzPSJpY29uLXZzLWZnIiBkPSJNMTMgMTRINFYyaDV2NGg0djh6bS0zLTlWMi4yMDdMMTIuNzkzIDVIMTB6IiBpZD0iaWNvbkZnIi8+PHBhdGggY2xhc3M9Imljb24tdnMtYmciIGQ9Ik0zIDF2MTRoMTFWNC43OTNMMTAuMjA3IDFIM3ptMTAgMTNINFYyaDV2NGg0djh6bS0zLTlWMi4yMDdMMTIuNzkzIDVIMTB6IiBpZD0iaWNvbkJnIi8+PC9zdmc+"); } -.monaco-editor .suggest-widget .monaco-list .monaco-list-row .suggest-icon.reference::before { background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHN0eWxlPi5pY29uLWNhbnZhcy10cmFuc3BhcmVudHtvcGFjaXR5OjA7ZmlsbDojZjZmNmY2fS5pY29uLXZzLW91dHtmaWxsOiNmNmY2ZjZ9Lmljb24tdnMtYmd7ZmlsbDojNDI0MjQyfS5pY29uLXZzLWZne2ZpbGw6I2YwZWZmMX0uaWNvbi12cy1hY3Rpb24tYmx1ZXtmaWxsOiMwMDUzOWN9PC9zdHlsZT48cGF0aCBjbGFzcz0iaWNvbi1jYW52YXMtdHJhbnNwYXJlbnQiIGQ9Ik0xNiAxNkgwVjBoMTZ2MTZ6IiBpZD0iY2FudmFzIi8+PHBhdGggY2xhc3M9Imljb24tdnMtb3V0IiBkPSJNMTQgNC41NTZWMTNjMCAuOTctLjcwMSAyLTIgMkg0Yy0uOTcgMC0yLS43MDEtMi0yVjYuNjQ5QTMuNDk1IDMuNDk1IDAgMCAxIDAgMy41QzAgMS41NyAxLjU3IDAgMy41IDBINXYxaDUuMDYxTDE0IDQuNTU2eiIgaWQ9Im91dGxpbmUiIHN0eWxlPSJkaXNwbGF5OiBub25lOyIvPjxwYXRoIGNsYXNzPSJpY29uLXZzLWJnIiBkPSJNMTMgNXY4cy0uMDM1IDEtMS4wMzUgMWgtOFMzIDE0IDMgMTNWOWgxdjRoOFY2SDkuMzk3bC41MTctLjUyTDkgNC41NzJWM0g3LjQxOUw2LjQxMyAyaDMuMjI4TDEzIDV6IiBpZD0iaWNvbkJnIi8+PHBhdGggY2xhc3M9Imljb24tdnMtZmciIGQ9Ik03LjQxOSAzSDl2MS41NzJMNy40MTkgM3ptMS45NzggM0w2LjQxNiA5SDR2NGg4VjZIOS4zOTd6IiBpZD0iaWNvbkZnIiBzdHlsZT0iZGlzcGxheTogbm9uZTsiLz48cGF0aCBjbGFzcz0iaWNvbi12cy1hY3Rpb24tYmx1ZSIgZD0iTTUuOTg4IDZIMy41YTIuNSAyLjUgMCAxIDEgMC01SDR2MWgtLjVDMi42NzMgMiAyIDIuNjczIDIgMy41UzIuNjczIDUgMy41IDVoMi41MTNMNCAzaDJsMi41IDIuNDg0TDYgOEg0bDEuOTg4LTJ6IiBpZD0iY29sb3JBY3Rpb24iLz48L3N2Zz4="); } -.monaco-editor .suggest-widget .monaco-list .monaco-list-row .suggest-icon.snippet::before { background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIgogICB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgdmVyc2lvbj0iMS4xIgogICBpZD0ic3ZnNDY5NCIKICAgdmlld0JveD0iMCAwIDE2IDE2Ij4KICA8bWV0YWRhdGEKICAgICBpZD0ibWV0YWRhdGE0NzA1Ij4KICAgIDxyZGY6UkRGPgogICAgICA8Y2M6V29yawogICAgICAgICByZGY6YWJvdXQ9IiI+CiAgICAgICAgPGRjOmZvcm1hdD5pbWFnZS9zdmcreG1sPC9kYzpmb3JtYXQ+CiAgICAgICAgPGRjOnR5cGUKICAgICAgICAgICByZGY6cmVzb3VyY2U9Imh0dHA6Ly9wdXJsLm9yZy9kYy9kY21pdHlwZS9TdGlsbEltYWdlIiAvPgogICAgICAgIDxkYzp0aXRsZT48L2RjOnRpdGxlPgogICAgICA8L2NjOldvcms+CiAgICA8L3JkZjpSREY+CiAgPC9tZXRhZGF0YT4KICA8ZGVmcwogICAgIGlkPSJkZWZzNDcwMyIgLz4KICA8c3R5bGUKICAgICBpZD0ic3R5bGU0Njk2Ij4uaWNvbi1jYW52YXMtdHJhbnNwYXJlbnR7b3BhY2l0eTowO2ZpbGw6I2Y2ZjZmNn0uaWNvbi12cy1vdXR7ZmlsbDojZjZmNmY2fS5pY29uLXZzLWFjdGlvbi1vcmFuZ2V7ZmlsbDojYzI3ZDFhfTwvc3R5bGU+CiAgPGcKICAgICBpZD0iZzQ3MDciCiAgICAgdHJhbnNmb3JtPSJtYXRyaXgoMS4zMzMzMzMzLDAsMCwxLjMzMzMzMzMsLTI0NS45OTk5OSwtNS4zMzMzMzMpIj4KICAgIDxwYXRoCiAgICAgICBkPSJtIDE4NSw0IDExLDAgMCwxMiAtMTEsMCB6IgogICAgICAgaWQ9InBhdGg0NTM0IgogICAgICAgc3R5bGU9ImZpbGw6I2Y2ZjZmNiIgLz4KICAgIDxwYXRoCiAgICAgICBkPSJtIDE5NCwxMyAwLC03IC03LDAgMCw3IC0xLDAgMCwtOCA5LDAgMCw4IC0xLDAgeiBtIC03LDIgLTEsMCAwLC0xIDEsMCAwLDEgeiBtIDIsLTEgLTEsMCAwLDEgMSwwIDAsLTEgeiBtIDIsMCAtMSwwIDAsMSAxLDAgMCwtMSB6IG0gMiwxIC0xLDAgMCwtMSAxLDAgMCwxIHogbSAyLC0xIC0xLDAgMCwxIDEsMCAwLC0xIHoiCiAgICAgICBpZD0icGF0aDQ1MzYiCiAgICAgICBzdHlsZT0iZmlsbDojNDI0MjQyIiAvPgogICAgPHBhdGgKICAgICAgIGQ9Im0gMTg3LDEzIDAsLTcgNywwIDAsNyAtNywwIHoiCiAgICAgICBpZD0icGF0aDQ1MzgiCiAgICAgICBzdHlsZT0iZmlsbDojZjBlZmYxIiAvPgogIDwvZz4KICA8cGF0aAogICAgIGlkPSJjYW52YXMiCiAgICAgZD0iTTE2IDE2SDBWMGgxNnYxNnoiCiAgICAgY2xhc3M9Imljb24tY2FudmFzLXRyYW5zcGFyZW50IiAvPgo8L3N2Zz4K"); } -.monaco-editor .suggest-widget .monaco-list .monaco-list-row .suggest-icon.customcolor::before { background-image: none; } -.monaco-editor .suggest-widget .monaco-list .monaco-list-row .suggest-icon.folder::before { background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uaWNvbi1jYW52YXMtdHJhbnNwYXJlbnR7b3BhY2l0eTowO2ZpbGw6I0Y2RjZGNjt9IC5pY29uLXZzLW91dHtvcGFjaXR5OjA7ZmlsbDojRjZGNkY2O30gLmljb24tdnMtZmd7ZmlsbDojRjBFRkYxO30gLmljb24tZm9sZGVye2ZpbGw6IzY1NjU2NTt9PC9zdHlsZT48cGF0aCBjbGFzcz0iaWNvbi1jYW52YXMtdHJhbnNwYXJlbnQiIGQ9Ik0xNiAxNmgtMTZ2LTE2aDE2djE2eiIgaWQ9ImNhbnZhcyIvPjxwYXRoIGNsYXNzPSJpY29uLXZzLW91dCIgZD0iTTE2IDIuNXYxMGMwIC44MjctLjY3MyAxLjUtMS41IDEuNWgtMTEuOTk2Yy0uODI3IDAtMS41LS42NzMtMS41LTEuNXYtOGMwLS44MjcuNjczLTEuNSAxLjUtMS41aDIuODg2bDEtMmg4LjExYy44MjcgMCAxLjUuNjczIDEuNSAxLjV6IiBpZD0ib3V0bGluZSIvPjxwYXRoIGNsYXNzPSJpY29uLWZvbGRlciIgZD0iTTE0LjUgMmgtNy40OTJsLTEgMmgtMy41MDRjLS4yNzcgMC0uNS4yMjQtLjUuNXY4YzAgLjI3Ni4yMjMuNS41LjVoMTEuOTk2Yy4yNzUgMCAuNS0uMjI0LjUtLjV2LTEwYzAtLjI3Ni0uMjI1LS41LS41LS41em0tLjQ5NiAyaC02LjQ5NmwuNS0xaDUuOTk2djF6IiBpZD0iaWNvbkJnIi8+PHBhdGggY2xhc3M9Imljb24tdnMtZmciIGQ9Ik0xNCAzdjFoLTYuNWwuNS0xaDZ6IiBpZD0iaWNvbkZnIi8+PC9zdmc+"); } - -.monaco-editor .suggest-widget .monaco-list .monaco-list-row .icon.customcolor .colorspan { - margin: 0 0 0 0.3em; - border: 0.1em solid #000; - width: 0.7em; - height: 0.7em; - display: inline-block; -} - -/** Styles for the docs of the completion item in focus **/ -.monaco-editor .suggest-widget .details { - display: flex; - flex-direction: column; - cursor: default; -} - -.monaco-editor .suggest-widget .details.no-docs { - display: none; -} - -.monaco-editor .suggest-widget.docs-below .details { - border-top-width: 0; -} - -.monaco-editor .suggest-widget .details > .monaco-scrollable-element { - flex: 1; -} - -.monaco-editor .suggest-widget .details > .monaco-scrollable-element > .body { - position: absolute; - box-sizing: border-box; - height: 100%; - width: 100%; -} - -.monaco-editor .suggest-widget .details > .monaco-scrollable-element > .body > .header > .type { - flex: 2; - overflow: hidden; - text-overflow: ellipsis; - opacity: 0.7; - word-break: break-all; - margin: 0; - padding: 4px 0 12px 5px; -} - -.monaco-editor .suggest-widget .details > .monaco-scrollable-element > .body > .docs { - margin: 0; - padding: 4px 5px; - white-space: pre-wrap; -} - -.monaco-editor .suggest-widget .details > .monaco-scrollable-element > .body > .docs.markdown-docs { - padding: 0; - white-space: initial; -} - -.monaco-editor .suggest-widget .details > .monaco-scrollable-element > .body > .docs.markdown-docs > div, -.monaco-editor .suggest-widget .details > .monaco-scrollable-element > .body > .docs.markdown-docs > span:not(:empty) { - padding: 4px 5px; -} - -.monaco-editor .suggest-widget .details > .monaco-scrollable-element > .body > .docs.markdown-docs > div > p:first-child { - margin-top: 0; -} - -.monaco-editor .suggest-widget .details > .monaco-scrollable-element > .body > .docs.markdown-docs > div > p:last-child { - margin-bottom: 0; -} - -.monaco-editor .suggest-widget .details > .monaco-scrollable-element > .body > .docs .code { - white-space: pre-wrap; - word-wrap: break-word; -} - -.monaco-editor .suggest-widget .details > .monaco-scrollable-element > .body > p:empty { - display: none; -} - -.monaco-editor .suggest-widget .details code { - border-radius: 3px; - padding: 0 0.4em; -} - -/* High Contrast and Dark Theming */ - -.monaco-editor.vs-dark .suggest-widget .details > .monaco-scrollable-element > .body > .header > .close, -.monaco-editor.hc-black .suggest-widget .details > .monaco-scrollable-element > .body > .header > .close { - background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMyAzIDE2IDE2IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDMgMyAxNiAxNiI+PHBvbHlnb24gZmlsbD0iI2U4ZThlOCIgcG9pbnRzPSIxMi41OTcsMTEuMDQyIDE1LjQsMTMuODQ1IDEzLjg0NCwxNS40IDExLjA0MiwxMi41OTggOC4yMzksMTUuNCA2LjY4MywxMy44NDUgOS40ODUsMTEuMDQyIDYuNjgzLDguMjM5IDguMjM4LDYuNjgzIDExLjA0Miw5LjQ4NiAxMy44NDUsNi42ODMgMTUuNCw4LjIzOSIvPjwvc3ZnPg=="); -} - -.monaco-editor.vs-dark .suggest-widget .monaco-list .monaco-list-row .suggest-icon::before, -.monaco-editor.hc-black .suggest-widget .monaco-list .monaco-list-row .suggest-icon::before { background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHN0eWxlPi5pY29uLWNhbnZhcy10cmFuc3BhcmVudHtvcGFjaXR5OjA7ZmlsbDojMmQyZDMwfS5pY29uLXZzLW91dHtmaWxsOiMyZDJkMzB9Lmljb24tdnMtYmd7ZmlsbDojYzVjNWM1fTwvc3R5bGU+PHBhdGggY2xhc3M9Imljb24tY2FudmFzLXRyYW5zcGFyZW50IiBkPSJNMTYgMTZIMFYwaDE2djE2eiIgaWQ9ImNhbnZhcyIvPjxwYXRoIGNsYXNzPSJpY29uLXZzLW91dCIgZD0iTTE2IDEwYzAgMi4yMDUtMS43OTQgNC00IDQtMS44NTggMC0zLjQxMS0xLjI3OS0zLjg1OC0zaC0uOTc4bDIuMzE4IDRIMHYtMS43MDNsMi0zLjQwOFYwaDExdjYuMTQyYzEuNzIxLjQ0NyAzIDIgMyAzLjg1OHoiIGlkPSJvdXRsaW5lIi8+PHBhdGggY2xhc3M9Imljb24tdnMtYmciIGQ9Ik0xMiAxdjQuNzVBNC4yNTUgNC4yNTUgMCAwIDAgNy43NSAxMGgtLjczMkw0LjI3NSA1LjI2OSAzIDcuNDQyVjFoOXpNNy43NDcgMTRMNC4yNjkgOCAuNzQ4IDE0aDYuOTk5ek0xNSAxMGEzIDMgMCAxIDEtNiAwIDMgMyAwIDAgMSA2IDB6IiBpZD0iaWNvbkJnIi8+PC9zdmc+"); } - -.monaco-editor.vs-dark .suggest-widget .monaco-list .monaco-list-row .suggest-icon.method::before, -.monaco-editor.hc-black .suggest-widget .monaco-list .monaco-list-row .suggest-icon.method::before, -.monaco-editor.vs-dark .suggest-widget .monaco-list .monaco-list-row .suggest-icon.function::before, -.monaco-editor.hc-black .suggest-widget .monaco-list .monaco-list-row .suggest-icon.function::before, -.monaco-editor.vs-dark .suggest-widget .monaco-list .monaco-list-row .suggest-icon.constructor::before, -.monaco-editor.hc-black .suggest-widget .monaco-list .monaco-list-row .suggest-icon.constructor::before { background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHN0eWxlPi5pY29uLWNhbnZhcy10cmFuc3BhcmVudHtvcGFjaXR5OjA7ZmlsbDojMmQyZDMwfS5pY29uLXZzLW91dHtmaWxsOiMyZDJkMzB9Lmljb24tdnMtZmd7ZmlsbDojMmIyODJlfS5pY29uLXZzLWFjdGlvbi1wdXJwbGV7ZmlsbDojYjE4MGQ3fTwvc3R5bGU+PHBhdGggY2xhc3M9Imljb24tY2FudmFzLXRyYW5zcGFyZW50IiBkPSJNMTYgMTZIMFYwaDE2djE2eiIgaWQ9ImNhbnZhcyIvPjxwYXRoIGNsYXNzPSJpY29uLXZzLW91dCIgZD0iTTE1IDMuMzQ5djguNDAzTDguOTc1IDE2SDguMDdMMSAxMS41ODJWMy4zMjdMNy41OTUgMGgxLjExOEwxNSAzLjM0OXoiIGlkPSJvdXRsaW5lIi8+PHBhdGggY2xhc3M9Imljb24tdnMtZmciIGQ9Ik0xMi43MTUgNC4zOThMOC40ODcgNy4wMiAzLjU2NSA0LjI3Mmw0LjU3OC0yLjMwOSA0LjU3MiAyLjQzNXpNMyA1LjEwMmw1IDIuNzkydjUuNzA1bC01LTMuMTI1VjUuMTAyem02IDguNDM0VjcuODc4bDQtMi40OHY1LjMxN2wtNCAyLjgyMXoiIGlkPSJpY29uRmciLz48cGF0aCBjbGFzcz0iaWNvbi12cy1hY3Rpb24tcHVycGxlIiBkPSJNOC4xNTYuODM3TDIgMy45NDJ2Ny4wODVMOC41MTcgMTUuMSAxNCAxMS4yMzNWMy45NUw4LjE1Ni44Mzd6bTQuNTU5IDMuNTYxTDguNDg3IDcuMDIgMy41NjUgNC4yNzJsNC41NzgtMi4zMDkgNC41NzIgMi40MzV6TTMgNS4xMDJsNSAyLjc5MnY1LjcwNWwtNS0zLjEyNVY1LjEwMnptNiA4LjQzNFY3Ljg3OGw0LTIuNDh2NS4zMTdsLTQgMi44MjF6IiBpZD0iaWNvbkJnIi8+PC9zdmc+"); } - -.monaco-editor.vs-dark .suggest-widget .monaco-list .monaco-list-row .suggest-icon.field::before, -.monaco-editor.hc-black .suggest-widget .monaco-list .monaco-list-row .suggest-icon.field::before { background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHN0eWxlPi5pY29uLWNhbnZhcy10cmFuc3BhcmVudHtvcGFjaXR5OjA7ZmlsbDojMmQyZDMwfS5pY29uLXZzLW91dHtmaWxsOiMyZDJkMzB9Lmljb24tdnMtZmd7ZmlsbDojMmIyODJlfS5pY29uLXZzLWFjdGlvbi1ibHVle2ZpbGw6Izc1YmVmZn08L3N0eWxlPjxwYXRoIGNsYXNzPSJpY29uLWNhbnZhcy10cmFuc3BhcmVudCIgZD0iTTE2IDE2SDBWMGgxNnYxNnoiIGlkPSJjYW52YXMiLz48cGF0aCBjbGFzcz0iaWNvbi12cy1vdXQiIGQ9Ik0wIDEwLjczNlY0LjVMOSAwbDcgMy41djYuMjM2bC05IDQuNS03LTMuNXoiIGlkPSJvdXRsaW5lIi8+PHBhdGggY2xhc3M9Imljb24tdnMtYWN0aW9uLWJsdWUiIGQ9Ik05IDFMMSA1djVsNiAzIDgtNFY0TDkgMXpNNyA2Ljg4MkwzLjIzNiA1IDkgMi4xMTggMTIuNzY0IDQgNyA2Ljg4MnoiIGlkPSJpY29uQmciLz48cGF0aCBjbGFzcz0iaWNvbi12cy1mZyIgZD0iTTkgMi4xMThMMTIuNzY0IDQgNyA2Ljg4MiAzLjIzNiA1IDkgMi4xMTh6IiBpZD0iaWNvbkZnIi8+PC9zdmc+"); } - -.monaco-editor.vs-dark .suggest-widget .monaco-list .monaco-list-row .suggest-icon.event::before, -.monaco-editor.hc-black .suggest-widget .monaco-list .monaco-list-row .suggest-icon.event::before { background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHN0eWxlPi5pY29uLWNhbnZhcy10cmFuc3BhcmVudHtvcGFjaXR5OjA7ZmlsbDojMmQyZDMwfS5pY29uLXZzLW91dHtmaWxsOiMyZDJkMzB9Lmljb24tdnMtYWN0aW9uLW9yYW5nZXtmaWxsOiNlOGFiNTN9PC9zdHlsZT48cGF0aCBjbGFzcz0iaWNvbi1jYW52YXMtdHJhbnNwYXJlbnQiIGQ9Ik0xNiAxNkgwVjBoMTZ2MTZ6IiBpZD0iY2FudmFzIi8+PHBhdGggY2xhc3M9Imljb24tdnMtb3V0IiBkPSJNMTQgMS40MTRMOS40MTQgNkgxNHYxLjQxNEw1LjQxNCAxNkgzdi0xLjIzNEw1LjM3MSAxMEgyVjguNzY0TDYuMzgyIDBIMTR2MS40MTR6IiBpZD0ib3V0bGluZSIgc3R5bGU9ImRpc3BsYXk6IG5vbmU7Ii8+PHBhdGggY2xhc3M9Imljb24tdnMtYWN0aW9uLW9yYW5nZSIgZD0iTTcgN2g2bC04IDhINGwyLjk4NS02SDNsNC04aDZMNyA3eiIgaWQ9Imljb25CZyIvPjwvc3ZnPg=="); } - -.monaco-editor.vs-dark .suggest-widget .monaco-list .monaco-list-row .suggest-icon.operator::before, -.monaco-editor.hc-black .suggest-widget .monaco-list .monaco-list-row .suggest-icon.operator::before { background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHN0eWxlPi5pY29uLWNhbnZhcy10cmFuc3BhcmVudHtvcGFjaXR5OjA7ZmlsbDojMmQyZDMwfS5pY29uLXZzLW91dHtmaWxsOiMyZDJkMzB9Lmljb24tdnMtZmd7ZmlsbDojMmIyODJlfS5pY29uLXZzLWFjdGlvbi1ibHVle2ZpbGw6Izc1YmVmZn08L3N0eWxlPjxwYXRoIGNsYXNzPSJpY29uLWNhbnZhcy10cmFuc3BhcmVudCIgZD0iTTE2IDE2SDBWMGgxNnYxNnoiIGlkPSJjYW52YXMiLz48cGF0aCBjbGFzcz0iaWNvbi12cy1vdXQiIGQ9Ik0xNiAxNkgwVjBoMTZ2MTZ6IiBpZD0ib3V0bGluZSIgc3R5bGU9ImRpc3BsYXk6IG5vbmU7Ii8+PHBhdGggY2xhc3M9Imljb24tdnMtYWN0aW9uLWJsdWUiIGQ9Ik0xIDF2MTRoMTRWMUgxem02IDEySDN2LTFoNHYxem0wLTNIM1Y5aDR2MXptMC01SDV2Mkg0VjVIMlY0aDJWMmgxdjJoMnYxem0zLjI4MSA4SDguNzE5bDMtNGgxLjU2M2wtMy4wMDEgNHpNMTQgNUg5VjRoNXYxeiIgaWQ9Imljb25CZyIvPjxwYXRoIGNsYXNzPSJpY29uLXZzLWZnIiBkPSJNNyA1SDV2Mkg0VjVIMlY0aDJWMmgxdjJoMnYxem03LTFIOXYxaDVWNHpNNyA5SDN2MWg0Vjl6bTAgM0gzdjFoNHYtMXptMy4yODEgMWwzLTRoLTEuNTYzbC0zIDRoMS41NjN6IiBpZD0iaWNvbkZnIiBzdHlsZT0iZGlzcGxheTogbm9uZTsiLz48L3N2Zz4="); } - -.monaco-editor.vs-dark .suggest-widget .monaco-list .monaco-list-row .suggest-icon.variable::before, -.monaco-editor.hc-black .suggest-widget .monaco-list .monaco-list-row .suggest-icon.variable::before { background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHN0eWxlPi5pY29uLWNhbnZhcy10cmFuc3BhcmVudHtvcGFjaXR5OjA7ZmlsbDojMmQyZDMwfS5pY29uLXZzLW91dHtmaWxsOiMyZDJkMzB9Lmljb24tdnMtYmd7ZmlsbDojYzVjNWM1fS5pY29uLXZzLWZne2ZpbGw6IzJiMjgyZX0uaWNvbi12cy1hY3Rpb24tYmx1ZXtmaWxsOiM3NWJlZmZ9PC9zdHlsZT48cGF0aCBjbGFzcz0iaWNvbi1jYW52YXMtdHJhbnNwYXJlbnQiIGQ9Ik0xNiAxNkgwVjBoMTZ2MTZ6IiBpZD0iY2FudmFzIi8+PHBhdGggY2xhc3M9Imljb24tdnMtb3V0IiBkPSJNMTEgM3YxLjAxNUw4LjczMyAyLjg4MiA1IDQuNzQ5VjNIMHYxMGg1di0xLjg1OWwyLjE1NiAxLjA3N0wxMSAxMC4yOTVWMTNoNVYzaC01eiIgaWQ9Im91dGxpbmUiIHN0eWxlPSJkaXNwbGF5OiBub25lOyIvPjxwYXRoIGNsYXNzPSJpY29uLXZzLWJnIiBkPSJNMiA1djZoMnYxSDFWNGgzdjFIMnptMTAgNnYxaDNWNGgtM3YxaDJ2NmgtMnoiIGlkPSJpY29uQmciLz48cGF0aCBjbGFzcz0iaWNvbi12cy1mZyIgZD0iTTcuMTU2IDcuMTU2bC0xLjU3OC0uNzg5IDMuMTU2LTEuNTc4IDEuNTc4Ljc4OS0zLjE1NiAxLjU3OHoiIGlkPSJpY29uRmciIHN0eWxlPSJkaXNwbGF5OiBub25lOyIvPjxwYXRoIGNsYXNzPSJpY29uLXZzLWFjdGlvbi1ibHVlIiBkPSJNOC43MzMgNEw0IDYuMzY3djMuMTU2TDcuMTU2IDExLjFsNC43MzMtMi4zNjdWNS41NzhMOC43MzMgNHpNNy4xNTYgNy4xNTZsLTEuNTc4LS43ODkgMy4xNTYtMS41NzggMS41NzguNzg5LTMuMTU2IDEuNTc4eiIgaWQ9ImNvbG9ySW1wb3J0YW5jZSIvPjwvc3ZnPg=="); } - -.monaco-editor.vs-dark .suggest-widget .monaco-list .monaco-list-row .suggest-icon.class::before, -.monaco-editor.hc-black .suggest-widget .monaco-list .monaco-list-row .suggest-icon.class::before { background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHN0eWxlPi5pY29uLWNhbnZhcy10cmFuc3BhcmVudHtvcGFjaXR5OjA7ZmlsbDojMmQyZDMwfS5pY29uLXZzLW91dHtmaWxsOiMyZDJkMzB9Lmljb24tdnMtYWN0aW9uLW9yYW5nZXtmaWxsOiNlOGFiNTN9PC9zdHlsZT48cGF0aCBjbGFzcz0iaWNvbi1jYW52YXMtdHJhbnNwYXJlbnQiIGQ9Ik0xNiAxNkgwVjBoMTZ2MTZ6IiBpZD0iY2FudmFzIi8+PHBhdGggY2xhc3M9Imljb24tdnMtb3V0IiBkPSJNMTYgNi41ODZsLTMtM0wxMS41ODYgNUg5LjQxNGwxLTEtNC00aC0uODI4TDAgNS41ODZ2LjgyOGw0IDRMNi40MTQgOEg3djVoMS41ODZsMyAzaC44MjhMMTYgMTIuNDE0di0uODI4TDEzLjkxNCA5LjUgMTYgNy40MTR2LS44Mjh6IiBpZD0ib3V0bGluZSIvPjxwYXRoIGNsYXNzPSJpY29uLXZzLWFjdGlvbi1vcmFuZ2UiIGQ9Ik0xMyAxMGwyIDItMyAzLTItMiAxLTFIOFY3SDZMNCA5IDEgNmw1LTUgMyAzLTIgMmg1bDEtMSAyIDItMyAzLTItMiAxLTFIOXY0bDIuOTk5LjAwMkwxMyAxMHoiIGlkPSJpY29uQmciLz48L3N2Zz4="); } - -.monaco-editor.vs-dark .suggest-widget .monaco-list .monaco-list-row .suggest-icon.interface::before, -.monaco-editor.hc-black .suggest-widget .monaco-list .monaco-list-row .suggest-icon.interface::before { background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHN0eWxlPi5pY29uLWNhbnZhcy10cmFuc3BhcmVudHtvcGFjaXR5OjA7ZmlsbDojMmQyZDMwfS5pY29uLXZzLW91dHtmaWxsOiMyZDJkMzB9Lmljb24tdnMtZmd7ZmlsbDojMmIyODJlfS5pY29uLXZzLWFjdGlvbi1ibHVle2ZpbGw6Izc1YmVmZn08L3N0eWxlPjxwYXRoIGNsYXNzPSJpY29uLWNhbnZhcy10cmFuc3BhcmVudCIgZD0iTTE2IDE2SDBWMGgxNnYxNnoiIGlkPSJjYW52YXMiLz48cGF0aCBjbGFzcz0iaWNvbi12cy1vdXQiIGQ9Ik0xMS41IDEyYy0xLjkxNSAwLTMuNjAyLTEuMjQxLTQuMjI4LTNoLTEuNDFhMy4xMSAzLjExIDAgMCAxLTIuNzM3IDEuNjI1QzEuNDAyIDEwLjYyNSAwIDkuMjIzIDAgNy41czEuNDAyLTMuMTI1IDMuMTI1LTMuMTI1YzEuMTY1IDAgMi4yMDEuNjM5IDIuNzM3IDEuNjI1aDEuNDFjLjYyNi0xLjc1OSAyLjMxMy0zIDQuMjI4LTNDMTMuOTgxIDMgMTYgNS4wMTkgMTYgNy41UzEzLjk4MSAxMiAxMS41IDEyeiIgaWQ9Im91dGxpbmUiLz48cGF0aCBjbGFzcz0iaWNvbi12cy1mZyIgZD0iTTExLjUgOUExLjUwMSAxLjUwMSAwIDEgMSAxMyA3LjVjMCAuODI2LS42NzMgMS41LTEuNSAxLjV6IiBpZD0iaWNvbkZnIi8+PHBhdGggY2xhc3M9Imljb24tdnMtYWN0aW9uLWJsdWUiIGQ9Ik0xMS41IDRhMy40OSAzLjQ5IDAgMCAwLTMuNDUgM0g1LjE4NUEyLjEyMiAyLjEyMiAwIDAgMCAxIDcuNWEyLjEyMyAyLjEyMyAwIDEgMCA0LjE4NS41SDguMDVhMy40OSAzLjQ5IDAgMCAwIDMuNDUgMyAzLjUgMy41IDAgMSAwIDAtN3ptMCA1Yy0uODI3IDAtMS41LS42NzMtMS41LTEuNVMxMC42NzMgNiAxMS41IDZzMS41LjY3MyAxLjUgMS41UzEyLjMyNyA5IDExLjUgOXoiIGlkPSJpY29uQmciLz48L3N2Zz4="); } - -.monaco-editor.vs-dark .suggest-widget .monaco-list .monaco-list-row .suggest-icon.struct::before, -.monaco-editor.hc-black .suggest-widget .monaco-list .monaco-list-row .suggest-icon.struct::before { background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHN0eWxlPi5pY29uLWNhbnZhcy10cmFuc3BhcmVudHtvcGFjaXR5OjA7ZmlsbDojMmQyZDMwfS5pY29uLXZzLW91dHtmaWxsOiMyZDJkMzB9Lmljb24tdnMtYWN0aW9uLWJsdWV7ZmlsbDojNzViZWZmfTwvc3R5bGU+PHBhdGggY2xhc3M9Imljb24tY2FudmFzLXRyYW5zcGFyZW50IiBkPSJNMTYgMTZIMFYwaDE2djE2eiIgaWQ9ImNhbnZhcyIvPjxwYXRoIGNsYXNzPSJpY29uLXZzLW91dCIgZD0iTTkgMTRWOEg3djZIMVYyaDE0djEySDl6IiBpZD0ib3V0bGluZSIgc3R5bGU9ImRpc3BsYXk6IG5vbmU7Ii8+PHBhdGggY2xhc3M9Imljb24tdnMtYWN0aW9uLWJsdWUiIGQ9Ik0xMCA5aDR2NGgtNFY5em0tOCA0aDRWOUgydjR6TTIgM3Y0aDEyVjNIMnoiIGlkPSJpY29uQmciLz48L3N2Zz4="); } - -.monaco-editor.vs-dark .suggest-widget .monaco-list .monaco-list-row .suggest-icon.type-parameter::before, -.monaco-editor.hc-black .suggest-widget .monaco-list .monaco-list-row .suggest-icon.type-parameter::before { background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHN0eWxlPi5pY29uLWNhbnZhcy10cmFuc3BhcmVudHtvcGFjaXR5OjA7ZmlsbDojMmQyZDMwfS5pY29uLXZzLW91dHtmaWxsOiMyZDJkMzB9Lmljb24tdnMtYmd7ZmlsbDojYzVjNWM1fTwvc3R5bGU+PHBhdGggY2xhc3M9Imljb24tY2FudmFzLXRyYW5zcGFyZW50IiBkPSJNMTYgMTZIMFYwaDE2djE2eiIgaWQ9ImNhbnZhcyIvPjxwYXRoIGNsYXNzPSJpY29uLXZzLW91dCIgZD0iTTEwLjcwMiAxMC41bDItMi0yLTIgLjUtLjVIMTB2NWgxdjNINXYtM2gxVjZINC43OThsLjUuNS0yIDIgMiAyTDMgMTIuNzk3bC0zLTNWNy4yMDFsMy0zVjJoMTB2Mi4yMDFsMyAzdjIuNTk2bC0zIDMtMi4yOTgtMi4yOTd6IiBpZD0ib3V0bGluZSIgc3R5bGU9ImRpc3BsYXk6IG5vbmU7Ii8+PHBhdGggY2xhc3M9Imljb24tdnMtYmciIGQ9Ik00IDNoOHYyaC0xdi0uNWMwLS4yNzctLjIyNC0uNS0uNS0uNUg5djcuNWMwIC4yNzUuMjI0LjUuNS41aC41djFINnYtMWguNWEuNS41IDAgMCAwIC41LS41VjRINS41YS41LjUgMCAwIDAtLjUuNVY1SDRWM3pNMyA1LjYxNUwuMTE2IDguNSAzIDExLjM4M2wuODg0LS44ODMtMi0yIDItMkwzIDUuNjE1em0xMCAwbC0uODg0Ljg4NSAyIDItMiAyIC44ODQuODgzTDE1Ljg4NCA4LjUgMTMgNS42MTV6IiBpZD0iaWNvbkJnIi8+PC9zdmc+"); } - -.monaco-editor.vs-dark .suggest-widget .monaco-list .monaco-list-row .suggest-icon.module::before, -.monaco-editor.hc-black .suggest-widget .monaco-list .monaco-list-row .suggest-icon.module::before { background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHN0eWxlPi5pY29uLWNhbnZhcy10cmFuc3BhcmVudHtvcGFjaXR5OjA7ZmlsbDojMmQyZDMwfS5pY29uLXZzLW91dHtmaWxsOiMyZDJkMzB9Lmljb24tdnMtYmd7ZmlsbDojYzVjNWM1fTwvc3R5bGU+PHBhdGggY2xhc3M9Imljb24tY2FudmFzLXRyYW5zcGFyZW50IiBkPSJNMTYgMTZIMFYwaDE2djE2eiIgaWQ9ImNhbnZhcyIvPjxwYXRoIGNsYXNzPSJpY29uLXZzLW91dCIgZD0iTTkuMjYgMTEuOTg0bC45NzgtLjAyMWEuOTYyLjk2MiAwIDAgMCAuMDktLjAwNmMuMDExLS4wNjMuMDI2LS4xNzkuMDI2LS4zNjFWOS42ODhjMC0uNjc5LjE4NS0xLjI1Ny41My0xLjcwNy0uMzQ2LS40NTItLjUzLTEuMDMtLjUzLTEuNzA1VjQuMzVjMC0uMTY3LS4wMjEtLjI1OS0uMDM0LS4zMDJMOS4yNiA0LjAyVi45NzNsMS4wMTEuMDExYzIuMTY3LjAyNCAzLjQwOSAxLjE1NiAzLjQwOSAzLjEwNXYxLjk2MmMwIC4zNTEuMDcxLjQ2MS4wNzIuNDYybC45MzYuMDYuMDUzLjkyN3YxLjkzNmwtLjkzNi4wNjFjLS4wNzYuMDE2LS4xMjUuMTQ2LS4xMjUuNDI0djIuMDE3YzAgLjkxNC0uMzMyIDMuMDQzLTMuNDA4IDMuMDc4bC0xLjAxMi4wMTF2LTMuMDQzem0tMy41MjEgMy4wMzJjLTMuMDg5LS4wMzUtMy40MjItMi4xNjQtMy40MjItMy4wNzhWOS45MjFjMC0uMzI3LS4wNjYtLjQzMi0uMDY3LS40MzNsLS45MzctLjA2LS4wNjMtLjkyOVY2LjU2M2wuOTQyLS4wNmMuMDU4IDAgLjEyNS0uMTE0LjEyNS0uNDUyVjQuMDljMC0xLjk0OSAxLjI0OC0zLjA4MSAzLjQyMi0zLjEwNUw2Ljc1Ljk3M1Y0LjAybC0uOTc1LjAyM2EuNTcyLjU3MiAwIDAgMC0uMDkzLjAxYy4wMDYuMDIxLS4wMTkuMTE1LS4wMTkuMjk3djEuOTI4YzAgLjY3NS0uMTg2IDEuMjUzLS41MzQgMS43MDUuMzQ4LjQ1LjUzNCAxLjAyOC41MzQgMS43MDd2MS45MDdjMCAuMTc1LjAxNC4yOTEuMDI3LjM2My4wMjMuMDAyIDEuMDYuMDI1IDEuMDYuMDI1djMuMDQzbC0xLjAxMS0uMDEyeiIgaWQ9Im91dGxpbmUiLz48cGF0aCBjbGFzcz0iaWNvbi12cy1iZyIgZD0iTTUuNzUgMTQuMDE2Yy0xLjYyMy0uMDE5LTIuNDM0LS43MTEtMi40MzQtMi4wNzhWOS45MjFjMC0uOTAyLS4zNTUtMS4zNzYtMS4wNjYtMS40MjJ2LS45OThjLjcxMS0uMDQ1IDEuMDY2LS41MjkgMS4wNjYtMS40NDlWNC4wOWMwLTEuMzg1LjgxMS0yLjA4NyAyLjQzNC0yLjEwNXYxLjA2Yy0uNzI1LjAxNy0xLjA4Ny40NTMtMS4wODcgMS4zMDV2MS45MjhjMCAuOTItLjQ1NCAxLjQ4OC0xLjM2IDEuNzAyVjhjLjkwNy4yMDEgMS4zNi43NjMgMS4zNiAxLjY4OHYxLjkwN2MwIC40ODguMDgxLjgzNS4yNDMgMS4wNDIuMTYyLjIwOC40NDMuMzE2Ljg0NC4zMjV2MS4wNTR6bTcuOTktNS41MTdjLS43MDYuMDQ1LTEuMDYuNTItMS4wNiAxLjQyMnYyLjAxN2MwIDEuMzY3LS44MDcgMi4wNi0yLjQyIDIuMDc4di0xLjA1M2MuMzk2LS4wMDkuNjc4LS4xMTguODQ0LS4zMjguMTY3LS4yMS4yNS0uNTU2LjI1LTEuMDM5VjkuNjg4YzAtLjkyNS40NDktMS40ODggMS4zNDctMS42ODh2LS4wMjFjLS44OTgtLjIxNC0xLjM0Ny0uNzgyLTEuMzQ3LTEuNzAyVjQuMzVjMC0uODUyLS4zNjQtMS4yODgtMS4wOTQtMS4zMDZ2LTEuMDZjMS42MTMuMDE4IDIuNDIuNzIgMi40MiAyLjEwNXYxLjk2MmMwIC45Mi4zNTQgMS40MDQgMS4wNiAxLjQ0OXYuOTk5eiIgaWQ9Imljb25CZyIvPjwvc3ZnPg=="); } - -.monaco-editor.vs-dark .suggest-widget .monaco-list .monaco-list-row .suggest-icon.property::before, -.monaco-editor.hc-black .suggest-widget .monaco-list .monaco-list-row .suggest-icon.property::before { background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHN0eWxlPi5pY29uLWNhbnZhcy10cmFuc3BhcmVudHtvcGFjaXR5OjA7ZmlsbDojMmQyZDMwfS5pY29uLXZzLW91dHtmaWxsOiMyZDJkMzB9Lmljb24tdnMtYmd7ZmlsbDojYzVjNWM1fTwvc3R5bGU+PHBhdGggY2xhc3M9Imljb24tY2FudmFzLXRyYW5zcGFyZW50IiBkPSJNMTYgMTZIMFYwaDE2djE2eiIgaWQ9ImNhbnZhcyIvPjxwYXRoIGNsYXNzPSJpY29uLXZzLW91dCIgZD0iTTE2IDUuNWE1LjUgNS41IDAgMCAxLTUuNSA1LjVjLS4yNzUgMC0uNTQzLS4wMjctLjgwNy0uMDY2bC0uMDc5LS4wMTJhNS40MjkgNS40MjkgMCAwIDEtLjgxLS4xOTJsLTQuNTM3IDQuNTM3Yy0uNDcyLjQ3My0xLjEuNzMzLTEuNzY3LjczM3MtMS4yOTUtLjI2LTEuNzY4LS43MzJhMi41MDIgMi41MDIgMCAwIDEgMC0zLjUzNWw0LjUzNy00LjUzN2E1LjQ1MiA1LjQ1MiAwIDAgMS0uMTkxLS44MTJjLS4wMDUtLjAyNS0uMDA4LS4wNTEtLjAxMi0uMDc3QTUuNTAzIDUuNTAzIDAgMCAxIDUgNS41YTUuNSA1LjUgMCAxIDEgMTEgMHoiIGlkPSJvdXRsaW5lIi8+PHBhdGggY2xhc3M9Imljb24tdnMtYmciIGQ9Ik0xNSA1LjVhNC41IDQuNSAwIDAgMS00LjUgNC41Yy0uNjkzIDAtMS4zNDItLjE3LTEuOTI5LS40NWwtNS4wMSA1LjAxYy0uMjkzLjI5NC0uNjc3LjQ0LTEuMDYxLjQ0cy0uNzY4LS4xNDYtMS4wNjEtLjQzOWExLjUgMS41IDAgMCAxIDAtMi4xMjFsNS4wMS01LjAxQTQuNDgzIDQuNDgzIDAgMCAxIDYgNS41IDQuNSA0LjUgMCAwIDEgMTAuNSAxYy42OTMgMCAxLjM0Mi4xNyAxLjkyOS40NUw5LjYzNiA0LjI0M2wyLjEyMSAyLjEyMSAyLjc5My0yLjc5M2MuMjguNTg3LjQ1IDEuMjM2LjQ1IDEuOTI5eiIgaWQ9Imljb25CZyIvPjwvc3ZnPg=="); } - -.monaco-editor.vs-dark .suggest-widget .monaco-list .monaco-list-row .suggest-icon.unit::before, -.monaco-editor.hc-black .suggest-widget .monaco-list .monaco-list-row .suggest-icon.unit::before { background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHN0eWxlPi5pY29uLWNhbnZhcy10cmFuc3BhcmVudHtvcGFjaXR5OjA7ZmlsbDojMmQyZDMwfS5pY29uLXZzLW91dHtmaWxsOiMyZDJkMzB9Lmljb24tdnMtYmd7ZmlsbDojYzVjNWM1fS5pY29uLXZzLWZne2ZpbGw6IzJiMjgyZX08L3N0eWxlPjxwYXRoIGNsYXNzPSJpY29uLWNhbnZhcy10cmFuc3BhcmVudCIgZD0iTTE2IDE2SDBWMGgxNnYxNnoiIGlkPSJjYW52YXMiLz48cGF0aCBjbGFzcz0iaWNvbi12cy1vdXQiIGQ9Ik0xNiAxMS4wMTNIMVY0aDE1djcuMDEzeiIgaWQ9Im91dGxpbmUiLz48cGF0aCBjbGFzcz0iaWNvbi12cy1mZyIgZD0iTTggOUg3VjZoM3YzSDlWN0g4djJ6TTQgN2gxdjJoMVY2SDN2M2gxVjd6bTggMGgxdjJoMVY2aC0zdjNoMVY3eiIgaWQ9Imljb25GZyIvPjxwYXRoIGNsYXNzPSJpY29uLXZzLWJnIiBkPSJNMiA1djVoMTNWNUgyem00IDRINVY3SDR2MkgzVjZoM3Yzem00IDBIOVY3SDh2Mkg3VjZoM3Yzem00IDBoLTFWN2gtMXYyaC0xVjZoM3YzeiIgaWQ9Imljb25CZyIvPjwvc3ZnPg=="); } - -.monaco-editor.vs-dark .suggest-widget .monaco-list .monaco-list-row .suggest-icon.constant::before, -.monaco-editor.hc-black .suggest-widget .monaco-list .monaco-list-row .suggest-icon.constant::before { background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHN0eWxlPi5pY29uLWNhbnZhcy10cmFuc3BhcmVudHtvcGFjaXR5OjA7ZmlsbDojMjUyNTI2fS5pY29uLXZzLW91dHtmaWxsOiMyNTI1MjZ9Lmljb24tdnMtYmd7ZmlsbDojYzVjNWM1fS5pY29uLXZzLWZne2ZpbGw6IzJiMjgyZX0uaWNvbi12cy1hY3Rpb24tYmx1ZXtmaWxsOiM3NWJlZmZ9PC9zdHlsZT48cGF0aCBjbGFzcz0iaWNvbi1jYW52YXMtdHJhbnNwYXJlbnQiIGQ9Ik0xNiAxNkgwVjBoMTZ2MTZ6IiBpZD0iY2FudmFzIi8+PHBhdGggY2xhc3M9Imljb24tdnMtb3V0IiBkPSJNMi44NzkgMTRMMSAxMi4xMjFWMy44NzlMMi44NzkgMmgxMC4yNDJMMTUgMy44Nzl2OC4yNDJMMTMuMTIxIDE0SDIuODc5eiIgaWQ9Im91dGxpbmUiLz48cGF0aCBjbGFzcz0iaWNvbi12cy1mZyIgZD0iTTEyLjI5MyA0SDMuNzA3TDMgNC43MDd2Ni41ODZsLjcwNy43MDdoOC41ODZsLjcwNy0uNzA3VjQuNzA3TDEyLjI5MyA0ek0xMSAxMEg1VjloNnYxem0wLTNINVY2aDZ2MXoiIGlkPSJpY29uRmciLz48ZyBpZD0iaWNvbkJnIj48cGF0aCBjbGFzcz0iaWNvbi12cy1iZyIgZD0iTTEyLjcwNyAxM0gzLjI5M0wyIDExLjcwN1Y0LjI5M0wzLjI5MyAzaDkuNDE0TDE0IDQuMjkzdjcuNDE0TDEyLjcwNyAxM3ptLTktMWg4LjU4NmwuNzA3LS43MDdWNC43MDdMMTIuMjkzIDRIMy43MDdMMyA0LjcwN3Y2LjU4NmwuNzA3LjcwN3oiLz48cGF0aCBjbGFzcz0iaWNvbi12cy1hY3Rpb24tYmx1ZSIgZD0iTTExIDdINVY2aDZ2MXptMCAySDV2MWg2Vjl6Ii8+PC9nPjwvc3ZnPg=="); } - -.monaco-editor.vs-dark .suggest-widget .monaco-list .monaco-list-row .suggest-icon.value::before, -.monaco-editor.hc-black .suggest-widget .monaco-list .monaco-list-row .suggest-icon.value::before, -.monaco-editor.vs-dark .suggest-widget .monaco-list .monaco-list-row .suggest-icon.enum::before, -.monaco-editor.hc-black .suggest-widget .monaco-list .monaco-list-row .suggest-icon.enum::before { background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHN0eWxlPi5pY29uLWNhbnZhcy10cmFuc3BhcmVudHtvcGFjaXR5OjA7ZmlsbDojMmQyZDMwfS5pY29uLXZzLW91dHtmaWxsOiMyZDJkMzB9Lmljb24tdnMtZmd7ZmlsbDojMmIyODJlfS5pY29uLXZzLWFjdGlvbi1vcmFuZ2V7ZmlsbDojZThhYjUzfTwvc3R5bGU+PHBhdGggY2xhc3M9Imljb24tY2FudmFzLXRyYW5zcGFyZW50IiBkPSJNMTYgMTZIMFYwaDE2djE2eiIgaWQ9ImNhbnZhcyIvPjxwYXRoIGNsYXNzPSJpY29uLXZzLW91dCIgZD0iTTE0LjQxNCAxTDE2IDIuNTg2djUuODI4TDE0LjQxNCAxMEgxMHYzLjQxNkw4LjQxNCAxNUgxLjU4NkwwIDEzLjQxNnYtNS44M0wxLjU4NiA2SDZWMi41ODZMNy41ODYgMWg2LjgyOHoiIGlkPSJvdXRsaW5lIi8+PHBhdGggY2xhc3M9Imljb24tdnMtZmciIGQ9Ik0yIDEzaDZWOEgydjV6bTEtNGg0djFIM1Y5em0wIDJoNHYxSDN2LTF6bTExLTVWM0g4djNoLjQxNEw5IDYuNTg2VjZoNHYxSDkuNDE0bC41ODYuNTg2VjhoNFY2em0tMS0xSDlWNGg0djF6IiBpZD0iaWNvbkZnIi8+PHBhdGggY2xhc3M9Imljb24tdnMtYWN0aW9uLW9yYW5nZSIgZD0iTTMgMTFoNC4wMDF2MUgzdi0xem0wLTFoNC4wMDFWOUgzdjF6bTYtMnY1bC0xIDFIMmwtMS0xVjhsMS0xaDZsMSAxek04IDhIMnY1aDZWOHptMS0ybDEgMWgzVjZIOXptMC0xaDRWNEg5djF6bTUtM0g4TDcgM3YzaDFWM2g2djVoLTR2MWg0bDEtMVYzbC0xLTF6IiBpZD0iaWNvbkJnIi8+PC9zdmc+"); } - -.monaco-editor.vs-dark .suggest-widget .monaco-list .monaco-list-row .suggest-icon.enum-member::before, -.monaco-editor.hc-black .suggest-widget .monaco-list .monaco-list-row .suggest-icon.enum-member::before { background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHN0eWxlPi5pY29uLWNhbnZhcy10cmFuc3BhcmVudHtvcGFjaXR5OjA7ZmlsbDojMmQyZDMwfS5pY29uLXZzLW91dHtmaWxsOiMyZDJkMzB9Lmljb24tdnMtZmd7ZmlsbDojMmIyODJlfS5pY29uLXZzLWFjdGlvbi1ibHVle2ZpbGw6Izc1YmVmZn08L3N0eWxlPjxwYXRoIGNsYXNzPSJpY29uLWNhbnZhcy10cmFuc3BhcmVudCIgZD0iTTE2IDE2SDBWMGgxNnYxNnoiIGlkPSJjYW52YXMiLz48cGF0aCBjbGFzcz0iaWNvbi12cy1vdXQiIGQ9Ik0wIDE1VjZoNlYyLjU4Nkw3LjU4NSAxaDYuODI5TDE2IDIuNTg2djUuODI5TDE0LjQxNCAxMEgxMHY1SDB6bTMtNnoiIGlkPSJvdXRsaW5lIi8+PHBhdGggY2xhc3M9Imljb24tdnMtZmciIGQ9Ik04IDN2M2g1djFoLTN2MWg0VjNIOHptNSAySDlWNGg0djF6TTIgOHY1aDZWOEgyem01IDNIM3YtMWg0djF6IiBpZD0iaWNvbkZnIi8+PHBhdGggY2xhc3M9Imljb24tdnMtYWN0aW9uLWJsdWUiIGQ9Ik0xMCA2aDN2MWgtM1Y2ek05IDR2MWg0VjRIOXptNS0ySDhMNyAzdjNoMVYzaDZ2NWgtNHYxaDRsMS0xVjNsLTEtMXptLTcgOEgzdjFoNHYtMXptMi0zdjdIMVY3aDh6TTggOEgydjVoNlY4eiIgaWQ9Imljb25CZyIvPjwvc3ZnPg=="); } - -.monaco-editor.vs-dark .suggest-widget .monaco-list .monaco-list-row .suggest-icon.keyword::before, -.monaco-editor.hc-black .suggest-widget .monaco-list .monaco-list-row .suggest-icon.keyword::before { background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHN0eWxlPi5pY29uLWNhbnZhcy10cmFuc3BhcmVudHtvcGFjaXR5OjA7ZmlsbDojMmQyZDMwfS5pY29uLXZzLW91dHtmaWxsOiMyZDJkMzB9Lmljb24tdnMtYmd7ZmlsbDojYzVjNWM1fS5pY29uLXZzLWZne2ZpbGw6IzJiMjgyZX08L3N0eWxlPjxwYXRoIGNsYXNzPSJpY29uLWNhbnZhcy10cmFuc3BhcmVudCIgZD0iTTE2IDE2SDBWMGgxNnYxNnoiIGlkPSJjYW52YXMiLz48cGF0aCBjbGFzcz0iaWNvbi12cy1vdXQiIGQ9Ik0xNiA1VjJIOVYxSDB2MTRoMTN2LTNoM1Y5aC0xVjZIOVY1aDd6bS04IDdWOWgxdjNIOHoiIGlkPSJvdXRsaW5lIi8+PHBhdGggY2xhc3M9Imljb24tdnMtZmciIGQ9Ik0yIDNoNXYxSDJWM3oiIGlkPSJpY29uRmciLz48cGF0aCBjbGFzcz0iaWNvbi12cy1iZyIgZD0iTTE1IDRoLTVWM2g1djF6bS0xIDNoLTJ2MWgyVjd6bS00IDBIMXYxaDlWN3ptMiA2SDF2MWgxMXYtMXptLTUtM0gxdjFoNnYtMXptOCAwaC01djFoNXYtMXpNOCAydjNIMVYyaDd6TTcgM0gydjFoNVYzeiIgaWQ9Imljb25CZyIvPjwvc3ZnPg=="); } - -.monaco-editor.vs-dark .suggest-widget .monaco-list .monaco-list-row .suggest-icon.text::before, -.monaco-editor.hc-black .suggest-widget .monaco-list .monaco-list-row .suggest-icon.text::before { background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHN0eWxlPi5pY29uLWNhbnZhcy10cmFuc3BhcmVudHtvcGFjaXR5OjA7ZmlsbDojMmQyZDMwfS5pY29uLXZzLW91dHtmaWxsOiMyZDJkMzB9Lmljb24tdnMtYmd7ZmlsbDojYzVjNWM1fS5pY29uLXZzLWZne2ZpbGw6IzJiMjgyZX08L3N0eWxlPjxwYXRoIGNsYXNzPSJpY29uLWNhbnZhcy10cmFuc3BhcmVudCIgZD0iTTE2IDE2SDBWMGgxNnYxNnoiIGlkPSJjYW52YXMiLz48cGF0aCBjbGFzcz0iaWNvbi12cy1vdXQiIGQ9Ik0xNiAxNUgwVjFoMTZ2MTR6IiBpZD0ib3V0bGluZSIvPjxwYXRoIGNsYXNzPSJpY29uLXZzLWZnIiBkPSJNOS4yMjkgNy4zNTRjLjAzNS4xNDYuMDUyLjMxLjA1Mi40OTQgMCAuMjM0LS4wMi40NDEtLjA2LjYyMS0uMDM5LjE4LS4wOTUuMzI4LS4xNjguNDQ1YS42ODcuNjg3IDAgMCAxLS45MTQuMjgxLjc2Ljc2IDAgMCAxLS4yMzctLjIwNy45ODguOTg4IDAgMCAxLS4xNTQtLjMwNiAxLjI2MiAxLjI2MiAwIDAgMS0uMDU3LS4zODF2LS41MDZjMC0uMTcuMDItLjMyNi4wNjEtLjQ2NXMuMDk2LS4yNTguMTY4LS4zNTlhLjc1Ni43NTYgMCAwIDEgLjI1Ny0uMjMyYy4xLS4wNTUuMjEtLjA4Mi4zMzEtLjA4MmEuNjQ2LjY0NiAwIDAgMSAuNTcxLjMyYy4wNjcuMTA1LjExNi4yMy4xNS4zNzd6bS01LjEyNi44NjlhLjU1Ny41NTcgMCAwIDAtLjE5Ni4xMzJjLS4wNDcuMDUzLS4wOC4xMTItLjA5Ny4xOHMtLjAyOC4xNDctLjAyOC4yMzNhLjUxMy41MTMgMCAwIDAgLjE1Ny4zOS41MjguNTI4IDAgMCAwIC4xODYuMTEzLjY4Mi42ODIgMCAwIDAgLjI0Mi4wNDEuNzYuNzYgMCAwIDAgLjU5My0uMjcxLjg5Ny44OTcgMCAwIDAgLjE2NS0uMjk1Yy4wMzgtLjExMy4wNTktLjIzNC4wNTktLjM2NXYtLjM0NmwtLjc2MS4xMWExLjI5IDEuMjkgMCAwIDAtLjMyLjA3OHpNMTQgM3YxMEgyVjNoMTJ6TTUuOTYyIDcuNDY5YzAtLjIzOC0uMDI3LS40NTEtLjA4My0uNjM3YTEuMjg2IDEuMjg2IDAgMCAwLS4yNDktLjQ3MSAxLjA4IDEuMDggMCAwIDAtLjQyNC0uMjk1IDEuNjQ0IDEuNjQ0IDAgMCAwLS42MDgtLjEwMWMtLjExOSAwLS4yNDEuMDEyLS4zNjguMDMzYTMuMjEzIDMuMjEzIDAgMCAwLS42NzMuMTk1IDEuMzEzIDEuMzEzIDAgMCAwLS4yMTIuMTE0di43NjhjLjE1OC0uMTMyLjM0MS0uMjM1LjU0NC0uMzEzLjIwNC0uMDc4LjQxMy0uMTE3LjYyNy0uMTE3LjIxMyAwIC4zNzcuMDYzLjQ5NC4xODYuMTE2LjEyNS4xNzQuMzI0LjE3NC42bC0xLjAzLjE1NGMtLjIwNS4wMjYtLjM4LjA3Ny0uNTI2LjE1MWExLjA4MyAxLjA4MyAwIDAgMC0uNTYzLjY2QTEuNTYyIDEuNTYyIDAgMCAwIDMgOC44NTdjMCAuMTcuMDI1LjMyMy4wNzQuNDYzYS45NDUuOTQ1IDAgMCAwIC41NjguNTk2Yy4xMzkuMDU3LjI5Ny4wODQuNDc4LjA4NC4yMjkgMCAuNDMxLS4wNTMuNjA0LS4xNmExLjMgMS4zIDAgMCAwIC40MzktLjQ2M2guMDE0di41MjloLjc4NVY3LjQ2OXpNMTAgNy44NjFhMy41NCAzLjU0IDAgMCAwLS4wNzQtLjczNCAyLjA0NyAyLjA0NyAwIDAgMC0uMjI4LS42MTEgMS4yMDMgMS4yMDMgMCAwIDAtLjM5NC0uNDE2IDEuMDMgMS4wMyAwIDAgMC0uNTc0LS4xNTNjLS4xMjMgMC0uMjM0LjAxOC0uMzM2LjA1MWExIDEgMCAwIDAtLjI3OC4xNDcgMS4xNTMgMS4xNTMgMCAwIDAtLjIyNS4yMjIgMi4wMjIgMi4wMjIgMCAwIDAtLjE4MS4yODloLS4wMTNWNUg3djQuODg3aC42OTd2LS40ODVoLjAxM2MuMDQ0LjA4Mi4wOTUuMTU4LjE1MS4yMjkuMDU3LjA3LjExOS4xMzMuMTkxLjE4NmEuODM1LjgzNSAwIDAgMCAuMjM4LjEyMS45NDMuOTQzIDAgMCAwIC4yOTMuMDQyYy4yMyAwIC40MzQtLjA1My42MDktLjE2YTEuMzQgMS4zNCAwIDAgMCAuNDQzLS40NDNjLjEyLS4xODguMjExLS40MTIuMjcyLS42NzJBMy42MiAzLjYyIDAgMCAwIDEwIDcuODYxem0zLTEuNjU4YS43LjcgMCAwIDAtLjEwNi0uMDY2IDEuMTgzIDEuMTgzIDAgMCAwLS4xNDItLjA2MyAxLjIzMyAxLjIzMyAwIDAgMC0uMzYzLS4wNjVjLS4yMDkgMC0uMzk5LjA1MS0uNTY5LjE1YTEuMzU1IDEuMzU1IDAgMCAwLS40MzMuNDI0Yy0uMTE4LjE4Mi0uMjEuNDAyLS4yNzMuNjZhMy42MyAzLjYzIDAgMCAwLS4wMDggMS42MTVjLjA2LjIzLjE0My40My4yNTIuNjAyLjEwOS4xNjguMjQxLjMwMy4zOTYuMzk2YS45NzIuOTcyIDAgMCAwIC41MjQuMTQ0Yy4xNTggMCAuMjk2LS4wMjEuNDEzLS4wNjguMTE3LS4wNDUuMjE5LS4xMDguMzA5LS4xODR2LS43N2ExLjA5NCAxLjA5NCAwIDAgMS0uMjg4LjIyNS44MTkuODE5IDAgMCAxLS4xNTguMDY4LjQ4LjQ4IDAgMCAxLS4xNTMuMDI3LjYyLjYyIDAgMCAxLS4yNzQtLjA3NGMtLjI0MS0uMTM2LS40MjMtLjQ3OS0uNDIzLTEuMTQ2IDAtLjcxNS4yMDYtMS4xMi40NjktMS4zMDEuMDc3LS4wMzIuMTUzLS4wNjQuMjM4LS4wNjQuMTEzIDAgLjIyLjAyNy4zMTcuMDgyLjA5Ni4wNTcuMTg4LjEzMS4yNzIuMjIzdi0uODE1eiIgaWQ9Imljb25GZyIvPjxwYXRoIGNsYXNzPSJpY29uLXZzLWJnIiBkPSJNMSAydjEyaDE0VjJIMXptMTMgMTFIMlYzaDEydjEwek01LjYzIDYuMzYxYTEuMDggMS4wOCAwIDAgMC0uNDI0LS4yOTUgMS42NDQgMS42NDQgMCAwIDAtLjYwOC0uMTAxYy0uMTE5IDAtLjI0MS4wMTItLjM2OC4wMzNhMy4yMTMgMy4yMTMgMCAwIDAtLjY3My4xOTUgMS4zMTMgMS4zMTMgMCAwIDAtLjIxMi4xMTR2Ljc2OGMuMTU4LS4xMzIuMzQxLS4yMzUuNTQ0LS4zMTMuMjA0LS4wNzguNDEzLS4xMTcuNjI3LS4xMTcuMjEzIDAgLjM3Ny4wNjMuNDk0LjE4Ni4xMTYuMTI1LjE3NC4zMjQuMTc0LjZsLTEuMDMuMTU0Yy0uMjA1LjAyNi0uMzguMDc3LS41MjYuMTUxYTEuMDgzIDEuMDgzIDAgMCAwLS41NjMuNjZBMS41NjIgMS41NjIgMCAwIDAgMyA4Ljg1N2MwIC4xNy4wMjUuMzIzLjA3NC40NjNhLjk0NS45NDUgMCAwIDAgLjU2OC41OTZjLjEzOS4wNTcuMjk3LjA4NC40NzguMDg0LjIyOSAwIC40MzEtLjA1My42MDQtLjE2YTEuMyAxLjMgMCAwIDAgLjQzOS0uNDYzaC4wMTR2LjUyOWguNzg1VjcuNDY5YzAtLjIzOC0uMDI3LS40NTEtLjA4My0uNjM3YTEuMjg2IDEuMjg2IDAgMCAwLS4yNDktLjQ3MXptLS40NDYgMi4wMmMwIC4xMzEtLjAyLjI1Mi0uMDU5LjM2NWEuODk3Ljg5NyAwIDAgMS0uMTY1LjI5NS43NTguNzU4IDAgMCAxLS41OTMuMjcyLjY4Mi42ODIgMCAwIDEtLjI0Mi0uMDQxLjUwNy41MDcgMCAwIDEtLjMwMi0uMjg2LjU4My41ODMgMCAwIDEtLjA0MS0uMjE4YzAtLjA4Ni4wMS0uMTY0LjAyNy0uMjMycy4wNTEtLjEyNy4wOTgtLjE4YS41NDYuNTQ2IDAgMCAxIC4xOTYtLjEzM2MuMDgzLS4wMzMuMTg5LS4wNjEuMzItLjA3OGwuNzYxLS4xMDl2LjM0NXptNC41MTQtMS44NjVhMS4yMDMgMS4yMDMgMCAwIDAtLjM5NC0uNDE2IDEuMDMgMS4wMyAwIDAgMC0uNTc0LS4xNTNjLS4xMjMgMC0uMjM0LjAxOC0uMzM2LjA1MWExIDEgMCAwIDAtLjI3OC4xNDcgMS4xNTMgMS4xNTMgMCAwIDAtLjIyNS4yMjIgMi4wMjIgMi4wMjIgMCAwIDAtLjE4MS4yODloLS4wMTNWNUg3djQuODg3aC42OTd2LS40ODVoLjAxM2MuMDQ0LjA4Mi4wOTUuMTU4LjE1MS4yMjkuMDU3LjA3LjExOS4xMzMuMTkxLjE4NmEuODM1LjgzNSAwIDAgMCAuMjM4LjEyMS45NDMuOTQzIDAgMCAwIC4yOTMuMDQyYy4yMyAwIC40MzQtLjA1My42MDktLjE2YTEuMzQgMS4zNCAwIDAgMCAuNDQzLS40NDNjLjEyLS4xODguMjExLS40MTIuMjcyLS42NzJBMy42MiAzLjYyIDAgMCAwIDEwIDcuODYxYTMuNTQgMy41NCAwIDAgMC0uMDc0LS43MzQgMi4wNDcgMi4wNDcgMCAwIDAtLjIyOC0uNjExem0tLjQ3NiAxLjk1M2MtLjAzOS4xOC0uMDk1LjMyOC0uMTY4LjQ0NWEuNzU1Ljc1NSAwIDAgMS0uMjY0LjI2Ni42ODcuNjg3IDAgMCAxLS42NTEuMDE1Ljc2Ljc2IDAgMCAxLS4yMzctLjIwNy45ODguOTg4IDAgMCAxLS4xNTQtLjMwNiAxLjI2MiAxLjI2MiAwIDAgMS0uMDU3LS4zODF2LS41MDZjMC0uMTcuMDItLjMyNi4wNjEtLjQ2NXMuMDk2LS4yNTguMTY4LS4zNTlhLjc1Ni43NTYgMCAwIDEgLjI1Ny0uMjMyYy4xLS4wNTUuMjEtLjA4Mi4zMzEtLjA4MmEuNjQ2LjY0NiAwIDAgMSAuNTcxLjMyYy4wNjYuMTA1LjExNi4yMy4xNS4zNzcuMDM1LjE0Ni4wNTIuMzEuMDUyLjQ5NCAwIC4yMzQtLjAxOS40NDEtLjA1OS42MjF6bTMuNjcyLTIuMzMyYS43LjcgMCAwIDEgLjEwNi4wNjZ2LjgxNGExLjE3OCAxLjE3OCAwIDAgMC0uMjczLS4yMjMuNjQ1LjY0NSAwIDAgMC0uMzE3LS4wODFjLS4wODUgMC0uMTYxLjAzMi0uMjM4LjA2NC0uMjYzLjE4MS0uNDY5LjU4Ni0uNDY5IDEuMzAxIDAgLjY2OC4xODIgMS4wMTEuNDIzIDEuMTQ2LjA4NC4wNC4xNzEuMDc0LjI3NC4wNzQuMDQ5IDAgLjEwMS0uMDEuMTUzLS4wMjdhLjg1Ni44NTYgMCAwIDAgLjE1OC0uMDY4IDEuMTYgMS4xNiAwIDAgMCAuMjg4LS4yMjV2Ljc3Yy0uMDkuMDc2LS4xOTIuMTM5LS4zMDkuMTg0YTEuMDk4IDEuMDk4IDAgMCAxLS40MTIuMDY4Ljk3NC45NzQgMCAwIDEtLjUyMy0uMTQzIDEuMjU3IDEuMjU3IDAgMCAxLS4zOTYtLjM5NiAyLjA5OCAyLjA5OCAwIDAgMS0uMjUyLS42MDIgMy4xMTggMy4xMTggMCAwIDEtLjA4OC0uNzU0YzAtLjMxNi4wMzItLjYwNC4wOTYtLjg2MS4wNjMtLjI1OC4xNTUtLjQ3OS4yNzMtLjY2LjExOS0uMTgyLjI2NS0uMzIyLjQzMy0uNDI0YTEuMTAyIDEuMTAyIDAgMCAxIDEuMDczLS4wMjN6IiBpZD0iaWNvbkJnIi8+PC9zdmc+"); } - -.monaco-editor.vs-dark .suggest-widget .monaco-list .monaco-list-row .suggest-icon.color::before, -.monaco-editor.hc-black .suggest-widget .monaco-list .monaco-list-row .suggest-icon.color::before { background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHN0eWxlPi5pY29uLWNhbnZhcy10cmFuc3BhcmVudHtvcGFjaXR5OjA7ZmlsbDojMmQyZDMwfS5pY29uLXZzLW91dHtmaWxsOiMyZDJkMzB9Lmljb24tdnMtYmd7ZmlsbDojYzVjNWM1fS5pY29uLXZzLXJlZHtmaWxsOiNmNDg3NzF9Lmljb24tdnMteWVsbG93e2ZpbGw6I2ZmY2MwMH0uaWNvbi12cy1ncmVlbntmaWxsOiMzMzk5MzN9Lmljb24tdnMtYmx1ZXtmaWxsOiMxYmExZTJ9Lmljb24tdnMtYWN0aW9uLXB1cnBsZXtmaWxsOiNiMTgwZDd9Lmljb24td2hpdGV7ZmlsbDojMDAwMDAwfTwvc3R5bGU+PHBhdGggY2xhc3M9Imljb24tY2FudmFzLXRyYW5zcGFyZW50IiBkPSJNMTYgMTZIMFYwaDE2djE2eiIgaWQ9ImNhbnZhcyIvPjxwYXRoIGNsYXNzPSJpY29uLXZzLW91dCIgZD0iTTE2IDhjMCA0LjQxMS0zLjU4OSA4LTggOGEyLjgwMyAyLjgwMyAwIDAgMS0yLjgtMi44YzAtLjgzMy4yNzItMS42MjkuNzY2LTIuMjQxYS41OTYuNTk2IDAgMCAwIC4xMDEtLjM1OS42NjcuNjY3IDAgMCAwLS42NjctLjY2Ni41OC41OCAwIDAgMC0uMzU4LjEwMkEzLjU4NCAzLjU4NCAwIDAgMSAyLjggMTAuOCAyLjgwMyAyLjgwMyAwIDAgMSAwIDhjMC00LjQxMSAzLjU4OS04IDgtOHM4IDMuNTg5IDggOHoiIGlkPSJvdXRsaW5lIi8+PHBhdGggY2xhc3M9Imljb24td2hpdGUiIGQ9Ik01LjQgNy45MzNhMi42NyAyLjY3IDAgMCAxIDIuNjY3IDIuNjY2YzAgLjYwNi0uMTkzIDEuMTc5LS41NDQgMS42MTRhMS41OTkgMS41OTkgMCAwIDAtLjMyMy45ODcuOC44IDAgMCAwIC44LjhjMy4zMDkgMCA2LTIuNjkxIDYtNnMtMi42OTEtNi02LTYtNiAyLjY5MS02IDZjMCAuNDQxLjM1OS44LjguOC4zNzggMCAuNzI5LS4xMTQuOTg2LS4zMjJBMi41NjggMi41NjggMCAwIDEgNS40IDcuOTMzeiIgaWQ9Imljb25GZyIvPjxnIGlkPSJpY29uQmciPjxwYXRoIGNsYXNzPSJpY29uLXZzLWJnIiBkPSJNOCAxNWMtLjk5MiAwLTEuOC0uODA4LTEuOC0xLjggMC0uNjA2LjE5My0xLjE3OS41NDQtMS42MTMuMjA4LS4yNTkuMzIzLS42MDkuMzIzLS45ODcgMC0uOTE5LS43NDgtMS42NjYtMS42NjctMS42NjYtLjM3NyAwLS43MjguMTE1LS45ODYuMzIzQTIuNTggMi41OCAwIDAgMSAyLjggOS44QzEuODA4IDkuOCAxIDguOTkyIDEgOGMwLTMuODYgMy4xNC03IDctNyAzLjg1OSAwIDcgMy4xNCA3IDcgMCAzLjg1OS0zLjE0MSA3LTcgN3pNNS40IDcuOTMzYTIuNjcgMi42NyAwIDAgMSAyLjY2NyAyLjY2NmMwIC42MDYtLjE5MyAxLjE3OS0uNTQ0IDEuNjE0YTEuNTk5IDEuNTk5IDAgMCAwLS4zMjMuOTg3LjguOCAwIDAgMCAuOC44YzMuMzA5IDAgNi0yLjY5MSA2LTZzLTIuNjkxLTYtNi02LTYgMi42OTEtNiA2YzAgLjQ0MS4zNTkuOC44LjguMzc4IDAgLjcyOS0uMTE0Ljk4Ni0uMzIyQTIuNTY4IDIuNTY4IDAgMCAxIDUuNCA3LjkzM3oiLz48cGF0aCBjbGFzcz0iaWNvbi12cy1hY3Rpb24tcHVycGxlIiBkPSJNNC41IDUuMzc1YS44NzUuODc1IDAgMSAwIDAgMS43NS44NzUuODc1IDAgMCAwIDAtMS43NXoiLz48cGF0aCBjbGFzcz0iaWNvbi12cy1ibHVlIiBkPSJNNy4xMjUgMy42MjVhLjg3NS44NzUgMCAxIDAgMCAxLjc1Ljg3NS44NzUgMCAwIDAgMC0xLjc1eiIvPjxwYXRoIGNsYXNzPSJpY29uLXZzLWdyZWVuIiBkPSJNMTAuNjI1IDQuNWEuODc1Ljg3NSAwIDEgMCAwIDEuNzUuODc1Ljg3NSAwIDAgMCAwLTEuNzV6Ii8+PHBhdGggY2xhc3M9Imljb24tdnMteWVsbG93IiBkPSJNMTEuNSA4YS44NzUuODc1IDAgMSAwIDAgMS43NS44NzUuODc1IDAgMCAwIDAtMS43NXoiLz48cGF0aCBjbGFzcz0iaWNvbi12cy1yZWQiIGQ9Ik05Ljc1IDEwLjYyNWEuODc1Ljg3NSAwIDEgMCAwIDEuNzUuODc1Ljg3NSAwIDAgMCAwLTEuNzV6Ii8+PC9nPjwvc3ZnPg=="); } - -.monaco-editor.vs-dark .suggest-widget .monaco-list .monaco-list-row .suggest-icon.file::before, -.monaco-editor.hc-black .suggest-widget .monaco-list .monaco-list-row .suggest-icon.file::before { background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHN0eWxlPi5pY29uLWNhbnZhcy10cmFuc3BhcmVudHtvcGFjaXR5OjA7ZmlsbDojMmQyZDMwfS5pY29uLXZzLW91dHtmaWxsOiMyZDJkMzB9Lmljb24tdnMtYmd7ZmlsbDojYzVjNWM1fS5pY29uLXZzLWZne2ZpbGw6IzJiMjgyZX08L3N0eWxlPjxwYXRoIGNsYXNzPSJpY29uLWNhbnZhcy10cmFuc3BhcmVudCIgZD0iTTE2IDE2SDBWMGgxNnYxNnoiIGlkPSJjYW52YXMiLz48cGF0aCBjbGFzcz0iaWNvbi12cy1vdXQiIGQ9Ik0xNSAxNkgyVjBoOC42MjFMMTUgNC4zNzlWMTZ6IiBpZD0ib3V0bGluZSIvPjxwYXRoIGNsYXNzPSJpY29uLXZzLWZnIiBkPSJNMTMgMTRINFYyaDV2NGg0djh6bS0zLTlWMi4yMDdMMTIuNzkzIDVIMTB6IiBpZD0iaWNvbkZnIi8+PHBhdGggY2xhc3M9Imljb24tdnMtYmciIGQ9Ik0zIDF2MTRoMTFWNC43OTNMMTAuMjA3IDFIM3ptMTAgMTNINFYyaDV2NGg0djh6bS0zLTlWMi4yMDdMMTIuNzkzIDVIMTB6IiBpZD0iaWNvbkJnIi8+PC9zdmc+"); } - -.monaco-editor.vs-dark .suggest-widget .monaco-list .monaco-list-row .suggest-icon.reference::before, -.monaco-editor.hc-black .suggest-widget .monaco-list .monaco-list-row .suggest-icon.reference::before { background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHN0eWxlPi5pY29uLWNhbnZhcy10cmFuc3BhcmVudHtvcGFjaXR5OjA7ZmlsbDojMmQyZDMwfS5pY29uLXZzLW91dHtmaWxsOiMyZDJkMzB9Lmljb24tdnMtYmd7ZmlsbDojYzVjNWM1fS5pY29uLXZzLWZne2ZpbGw6IzJiMjgyZX0uaWNvbi12cy1hY3Rpb24tYmx1ZXtmaWxsOiM3NWJlZmZ9PC9zdHlsZT48cGF0aCBjbGFzcz0iaWNvbi1jYW52YXMtdHJhbnNwYXJlbnQiIGQ9Ik0xNiAxNkgwVjBoMTZ2MTZ6IiBpZD0iY2FudmFzIi8+PHBhdGggY2xhc3M9Imljb24tdnMtb3V0IiBkPSJNMTQgNC41NTZWMTNjMCAuOTctLjcwMSAyLTIgMkg0Yy0uOTcgMC0yLS43MDEtMi0yVjYuNjQ5QTMuNDk1IDMuNDk1IDAgMCAxIDAgMy41QzAgMS41NyAxLjU3IDAgMy41IDBINXYxaDUuMDYxTDE0IDQuNTU2eiIgaWQ9Im91dGxpbmUiIHN0eWxlPSJkaXNwbGF5OiBub25lOyIvPjxwYXRoIGNsYXNzPSJpY29uLXZzLWJnIiBkPSJNMTMgNXY4cy0uMDM1IDEtMS4wMzUgMWgtOFMzIDE0IDMgMTNWOWgxdjRoOFY2SDkuMzk3bC41MTctLjUyTDkgNC41NzJWM0g3LjQxOUw2LjQxMyAyaDMuMjI4TDEzIDV6IiBpZD0iaWNvbkJnIi8+PHBhdGggY2xhc3M9Imljb24tdnMtZmciIGQ9Ik03LjQxOSAzSDl2MS41NzJMNy40MTkgM3ptMS45NzggM0w2LjQxNiA5SDR2NGg4VjZIOS4zOTd6IiBpZD0iaWNvbkZnIiBzdHlsZT0iZGlzcGxheTogbm9uZTsiLz48cGF0aCBjbGFzcz0iaWNvbi12cy1hY3Rpb24tYmx1ZSIgZD0iTTUuOTg4IDZIMy41YTIuNSAyLjUgMCAxIDEgMC01SDR2MWgtLjVDMi42NzMgMiAyIDIuNjczIDIgMy41UzIuNjczIDUgMy41IDVoMi41MTNMNCAzaDJsMi41IDIuNDg0TDYgOEg0bDEuOTg4LTJ6IiBpZD0iY29sb3JBY3Rpb24iLz48L3N2Zz4="); } - -.monaco-editor.vs-dark .suggest-widget .monaco-list .monaco-list-row .suggest-icon.snippet::before, -.monaco-editor.hc-black .suggest-widget .monaco-list .monaco-list-row .suggest-icon.snippet::before { background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIgogICB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgdmVyc2lvbj0iMS4xIgogICBpZD0ic3ZnNDY5NCIKICAgdmlld0JveD0iMCAwIDE2IDE2Ij4KICA8bWV0YWRhdGEKICAgICBpZD0ibWV0YWRhdGE0NzA1Ij4KICAgIDxyZGY6UkRGPgogICAgICA8Y2M6V29yawogICAgICAgICByZGY6YWJvdXQ9IiI+CiAgICAgICAgPGRjOmZvcm1hdD5pbWFnZS9zdmcreG1sPC9kYzpmb3JtYXQ+CiAgICAgICAgPGRjOnR5cGUKICAgICAgICAgICByZGY6cmVzb3VyY2U9Imh0dHA6Ly9wdXJsLm9yZy9kYy9kY21pdHlwZS9TdGlsbEltYWdlIiAvPgogICAgICAgIDxkYzp0aXRsZT48L2RjOnRpdGxlPgogICAgICA8L2NjOldvcms+CiAgICA8L3JkZjpSREY+CiAgPC9tZXRhZGF0YT4KICA8ZGVmcwogICAgIGlkPSJkZWZzNDcwMyIgLz4KICA8c3R5bGUKICAgICBpZD0ic3R5bGU0Njk2Ij4uaWNvbi1jYW52YXMtdHJhbnNwYXJlbnR7b3BhY2l0eTowO2ZpbGw6I2Y2ZjZmNn0uaWNvbi12cy1vdXR7ZmlsbDojZjZmNmY2fS5pY29uLXZzLWFjdGlvbi1vcmFuZ2V7ZmlsbDojYzI3ZDFhfTwvc3R5bGU+CiAgPGcKICAgICBpZD0iZzQ3MjQiCiAgICAgdHJhbnNmb3JtPSJtYXRyaXgoMS4zMzMzMzMzLDAsMCwxLjMzMzMzMzMsLTI0NS45OTk5OSwtMzEuOTk5OTk5KSI+CiAgICA8cGF0aAogICAgICAgZD0ibSAxODUsMjQgMTEsMCAwLDEyIC0xMSwwIHoiCiAgICAgICBpZD0icGF0aDQ1MjgiCiAgICAgICBzdHlsZT0iZmlsbDojMmQyZDMwIiAvPgogICAgPHBhdGgKICAgICAgIGQ9Im0gMTk0LDMzIDAsLTcgLTcsMCAwLDcgLTEsMCAwLC04IDksMCAwLDggeiBtIC04LDEgMSwwIDAsMSAtMSwwIHogbSAyLDAgMSwwIDAsMSAtMSwwIHogbSAyLDAgMSwwIDAsMSAtMSwwIHogbSAyLDAgMSwwIDAsMSAtMSwwIHogbSAyLDAgMSwwIDAsMSAtMSwwIHoiCiAgICAgICBpZD0icGF0aDQ1MzAiCiAgICAgICBzdHlsZT0iZmlsbDojYzVjNWM1IiAvPgogICAgPHBhdGgKICAgICAgIGQ9Im0gMTg3LDI2IDcsMCAwLDcgLTcsMCB6IgogICAgICAgaWQ9InBhdGg0NTMyIgogICAgICAgc3R5bGU9ImZpbGw6IzJiMjgyZSIgLz4KICA8L2c+Cjwvc3ZnPgo="); } - -.monaco-editor.vs-dark .suggest-widget .monaco-list .monaco-list-row .suggest-icon.customcolor::before, -.monaco-editor.hc-black .suggest-widget .monaco-list .monaco-list-row .suggest-icon.customcolor::before { background-image: none; } - -.monaco-editor.vs-dark .suggest-widget .monaco-list .monaco-list-row .suggest-icon.folder::before, -.monaco-editor.hc-black .suggest-widget .monaco-list .monaco-list-row .suggest-icon.folder::before { background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uaWNvbi1jYW52YXMtdHJhbnNwYXJlbnR7b3BhY2l0eTowO2ZpbGw6I0Y2RjZGNjt9IC5pY29uLXZzLW91dHtvcGFjaXR5OjA7ZmlsbDojRjZGNkY2O30gLmljb24tdnMtZmd7b3BhY2l0eTowO2ZpbGw6I0YwRUZGMTt9IC5pY29uLWZvbGRlcntmaWxsOiNDNUM1QzU7fTwvc3R5bGU+PHBhdGggY2xhc3M9Imljb24tY2FudmFzLXRyYW5zcGFyZW50IiBkPSJNMTYgMTZoLTE2di0xNmgxNnYxNnoiIGlkPSJjYW52YXMiLz48cGF0aCBjbGFzcz0iaWNvbi12cy1vdXQiIGQ9Ik0xNiAyLjV2MTBjMCAuODI3LS42NzMgMS41LTEuNSAxLjVoLTExLjk5NmMtLjgyNyAwLTEuNS0uNjczLTEuNS0xLjV2LThjMC0uODI3LjY3My0xLjUgMS41LTEuNWgyLjg4NmwxLTJoOC4xMWMuODI3IDAgMS41LjY3MyAxLjUgMS41eiIgaWQ9Im91dGxpbmUiLz48cGF0aCBjbGFzcz0iaWNvbi1mb2xkZXIiIGQ9Ik0xNC41IDJoLTcuNDkybC0xIDJoLTMuNTA0Yy0uMjc3IDAtLjUuMjI0LS41LjV2OGMwIC4yNzYuMjIzLjUuNS41aDExLjk5NmMuMjc1IDAgLjUtLjIyNC41LS41di0xMGMwLS4yNzYtLjIyNS0uNS0uNS0uNXptLS40OTYgMmgtNi40OTZsLjUtMWg1Ljk5NnYxeiIgaWQ9Imljb25CZyIvPjxwYXRoIGNsYXNzPSJpY29uLXZzLWZnIiBkPSJNMTQgM3YxaC02LjVsLjUtMWg2eiIgaWQ9Imljb25GZyIvPjwvc3ZnPg=="); } - -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ - - -/* Default standalone editor font */ -.monaco-editor { - font-family: -apple-system, BlinkMacSystemFont, "Segoe WPC", "Segoe UI", "HelveticaNeue-Light", "Ubuntu", "Droid Sans", sans-serif; -} - -.monaco-menu .monaco-action-bar.vertical .action-item .action-menu-item:focus .action-label { - stroke-width: 1.2px; -} - -.monaco-editor.vs-dark .monaco-menu .monaco-action-bar.vertical .action-menu-item:focus .action-label, -.monaco-editor.hc-black .monaco-menu .monaco-action-bar.vertical .action-menu-item:focus .action-label { - stroke-width: 1.2px; -} - -.monaco-editor-hover p { - margin: 0; -} - -/* The hc-black theme is already high contrast optimized */ -.monaco-editor.hc-black { - -ms-high-contrast-adjust: none; -} -/* In case the browser goes into high contrast mode and the editor is not configured with the hc-black theme */ -@media screen and (-ms-high-contrast:active) { - - /* current line highlight */ - .monaco-editor.vs .view-overlays .current-line, - .monaco-editor.vs-dark .view-overlays .current-line { - border-color: windowtext !important; - border-left: 0; - border-right: 0; - } - - /* view cursors */ - .monaco-editor.vs .cursor, - .monaco-editor.vs-dark .cursor { - background-color: windowtext !important; - } - /* dnd target */ - .monaco-editor.vs .dnd-target, - .monaco-editor.vs-dark .dnd-target { - border-color: windowtext !important; - } - - /* selected text background */ - .monaco-editor.vs .selected-text, - .monaco-editor.vs-dark .selected-text { - background-color: highlight !important; - } - - /* allow the text to have a transparent background. */ - .monaco-editor.vs .view-line, - .monaco-editor.vs-dark .view-line { - -ms-high-contrast-adjust: none; - } - - /* text color */ - .monaco-editor.vs .view-line span, - .monaco-editor.vs-dark .view-line span { - color: windowtext !important; - } - /* selected text color */ - .monaco-editor.vs .view-line span.inline-selected-text, - .monaco-editor.vs-dark .view-line span.inline-selected-text { - color: highlighttext !important; - } - - /* allow decorations */ - .monaco-editor.vs .view-overlays, - .monaco-editor.vs-dark .view-overlays { - -ms-high-contrast-adjust: none; - } - - /* various decorations */ - .monaco-editor.vs .selectionHighlight, - .monaco-editor.vs-dark .selectionHighlight, - .monaco-editor.vs .wordHighlight, - .monaco-editor.vs-dark .wordHighlight, - .monaco-editor.vs .wordHighlightStrong, - .monaco-editor.vs-dark .wordHighlightStrong, - .monaco-editor.vs .reference-decoration, - .monaco-editor.vs-dark .reference-decoration { - border: 2px dotted highlight !important; - background: transparent !important; - box-sizing: border-box; - } - .monaco-editor.vs .rangeHighlight, - .monaco-editor.vs-dark .rangeHighlight { - background: transparent !important; - border: 1px dotted activeborder !important; - box-sizing: border-box; - } - .monaco-editor.vs .bracket-match, - .monaco-editor.vs-dark .bracket-match { - border-color: windowtext !important; - background: transparent !important; - } - - /* find widget */ - .monaco-editor.vs .findMatch, - .monaco-editor.vs-dark .findMatch, - .monaco-editor.vs .currentFindMatch, - .monaco-editor.vs-dark .currentFindMatch { - border: 2px dotted activeborder !important; - background: transparent !important; - box-sizing: border-box; - } - .monaco-editor.vs .find-widget, - .monaco-editor.vs-dark .find-widget { - border: 1px solid windowtext; - } - - /* list - used by suggest widget */ - .monaco-editor.vs .monaco-list .monaco-list-row, - .monaco-editor.vs-dark .monaco-list .monaco-list-row { - -ms-high-contrast-adjust: none; - color: windowtext !important; - } - .monaco-editor.vs .monaco-list .monaco-list-row.focused, - .monaco-editor.vs-dark .monaco-list .monaco-list-row.focused { - color: highlighttext !important; - background-color: highlight !important; - } - .monaco-editor.vs .monaco-list .monaco-list-row:hover, - .monaco-editor.vs-dark .monaco-list .monaco-list-row:hover { - background: transparent !important; - border: 1px solid highlight; - box-sizing: border-box; - } - - /* tree */ - .monaco-editor.vs .monaco-tree .monaco-tree-row, - .monaco-editor.vs-dark .monaco-tree .monaco-tree-row { - -ms-high-contrast-adjust: none; - color: windowtext !important; - } - .monaco-editor.vs .monaco-tree .monaco-tree-row.selected, - .monaco-editor.vs-dark .monaco-tree .monaco-tree-row.selected, - .monaco-editor.vs .monaco-tree .monaco-tree-row.focused, - .monaco-editor.vs-dark .monaco-tree .monaco-tree-row.focused { - color: highlighttext !important; - background-color: highlight !important; - } - .monaco-editor.vs .monaco-tree .monaco-tree-row:hover, - .monaco-editor.vs-dark .monaco-tree .monaco-tree-row:hover { - background: transparent !important; - border: 1px solid highlight; - box-sizing: border-box; - } - - /* scrollbars */ - .monaco-editor.vs .monaco-scrollable-element > .scrollbar, - .monaco-editor.vs-dark .monaco-scrollable-element > .scrollbar { - -ms-high-contrast-adjust: none; - background: background !important; - border: 1px solid windowtext; - box-sizing: border-box; - } - .monaco-editor.vs .monaco-scrollable-element > .scrollbar > .slider, - .monaco-editor.vs-dark .monaco-scrollable-element > .scrollbar > .slider { - background: windowtext !important; - } - .monaco-editor.vs .monaco-scrollable-element > .scrollbar > .slider:hover, - .monaco-editor.vs-dark .monaco-scrollable-element > .scrollbar > .slider:hover { - background: highlight !important; - } - .monaco-editor.vs .monaco-scrollable-element > .scrollbar > .slider.active, - .monaco-editor.vs-dark .monaco-scrollable-element > .scrollbar > .slider.active { - background: highlight !important; - } - - /* overview ruler */ - .monaco-editor.vs .decorationsOverviewRuler, - .monaco-editor.vs-dark .decorationsOverviewRuler { - opacity: 0; - } - - /* minimap */ - .monaco-editor.vs .minimap, - .monaco-editor.vs-dark .minimap { - display: none; - } - - /* squiggles */ - .monaco-editor.vs .squiggly-d-error, - .monaco-editor.vs-dark .squiggly-d-error { - background: transparent !important; - border-bottom: 4px double #E47777; - } - .monaco-editor.vs .squiggly-c-warning, - .monaco-editor.vs-dark .squiggly-c-warning { - border-bottom: 4px double #71B771; - } - .monaco-editor.vs .squiggly-b-info, - .monaco-editor.vs-dark .squiggly-b-info { - border-bottom: 4px double #71B771; - } - .monaco-editor.vs .squiggly-a-hint, - .monaco-editor.vs-dark .squiggly-a-hint { - border-bottom: 4px double #6c6c6c; - } - - /* contextmenu */ - .monaco-editor.vs .monaco-menu .monaco-action-bar.vertical .action-menu-item:focus .action-label, - .monaco-editor.vs-dark .monaco-menu .monaco-action-bar.vertical .action-menu-item:focus .action-label { - -ms-high-contrast-adjust: none; - color: highlighttext !important; - background-color: highlight !important; - } - .monaco-editor.vs .monaco-menu .monaco-action-bar.vertical .action-menu-item:hover .action-label, - .monaco-editor.vs-dark .monaco-menu .monaco-action-bar.vertical .action-menu-item:hover .action-label { - -ms-high-contrast-adjust: none; - background: transparent !important; - border: 1px solid highlight; - box-sizing: border-box; - } - - /* diff editor */ - .monaco-diff-editor.vs .diffOverviewRuler, - .monaco-diff-editor.vs-dark .diffOverviewRuler { - display: none; - } - .monaco-editor.vs .line-insert, - .monaco-editor.vs-dark .line-insert, - .monaco-editor.vs .line-delete, - .monaco-editor.vs-dark .line-delete { - background: transparent !important; - border: 1px solid highlight !important; - box-sizing: border-box; - } - .monaco-editor.vs .char-insert, - .monaco-editor.vs-dark .char-insert, - .monaco-editor.vs .char-delete, - .monaco-editor.vs-dark .char-delete { - background: transparent !important; - } -} - -/*.monaco-editor.vs [tabindex="0"]:focus { - outline: 1px solid rgba(0, 122, 204, 0.4); - outline-offset: -1px; - opacity: 1 !important; -} - -.monaco-editor.vs-dark [tabindex="0"]:focus { - outline: 1px solid rgba(14, 99, 156, 0.6); - outline-offset: -1px; - opacity: 1 !important; -}*/ - -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ -/* ---------- DiffEditor ---------- */ - -.monaco-diff-editor .diffOverview { - z-index: 9; -} - -/* colors not externalized: using transparancy on background */ -.monaco-diff-editor.vs .diffOverview { background: rgba(0, 0, 0, 0.03); } -.monaco-diff-editor.vs-dark .diffOverview { background: rgba(255, 255, 255, 0.01); } - -.monaco-diff-editor .diffViewport { - box-shadow: inset 0px 0px 1px 0px #B9B9B9; - background: rgba(0, 0, 0, 0.10); -} - -.monaco-diff-editor.vs-dark .diffViewport, -.monaco-diff-editor.hc-black .diffViewport { - background: rgba(255, 255, 255, 0.10); -} -.monaco-scrollable-element.modified-in-monaco-diff-editor.vs .scrollbar { background: rgba(0,0,0,0); } -.monaco-scrollable-element.modified-in-monaco-diff-editor.vs-dark .scrollbar { background: rgba(0,0,0,0); } -.monaco-scrollable-element.modified-in-monaco-diff-editor.hc-black .scrollbar { background: none; } - -.monaco-scrollable-element.modified-in-monaco-diff-editor .slider { - z-index: 10; -} -.modified-in-monaco-diff-editor .slider.active { background: rgba(171, 171, 171, .4); } -.modified-in-monaco-diff-editor.hc-black .slider.active { background: none; } - -/* ---------- Diff ---------- */ - -.monaco-editor .insert-sign, -.monaco-diff-editor .insert-sign, -.monaco-editor .delete-sign, -.monaco-diff-editor .delete-sign { - background-size: 60%; - opacity: 0.7; - background-repeat: no-repeat; - background-position: 50% 50%; - background-position: center; - background-size: 11px 11px; -} -.monaco-editor.hc-black .insert-sign, -.monaco-diff-editor.hc-black .insert-sign, -.monaco-editor.hc-black .delete-sign, -.monaco-diff-editor.hc-black .delete-sign { - opacity: 1; -} -.monaco-editor .insert-sign, -.monaco-diff-editor .insert-sign { - background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHRpdGxlPkxheWVyIDE8L3RpdGxlPjxyZWN0IGhlaWdodD0iMTEiIHdpZHRoPSIzIiB5PSIzIiB4PSI3IiBmaWxsPSIjNDI0MjQyIi8+PHJlY3QgaGVpZ2h0PSIzIiB3aWR0aD0iMTEiIHk9IjciIHg9IjMiIGZpbGw9IiM0MjQyNDIiLz48L3N2Zz4="); -} -.monaco-editor .delete-sign, -.monaco-diff-editor .delete-sign { - background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHRpdGxlPkxheWVyIDE8L3RpdGxlPjxyZWN0IGhlaWdodD0iMyIgd2lkdGg9IjExIiB5PSI3IiB4PSIzIiBmaWxsPSIjNDI0MjQyIi8+PC9zdmc+"); -} - -.monaco-editor.vs-dark .insert-sign, -.monaco-diff-editor.vs-dark .insert-sign, -.monaco-editor.hc-black .insert-sign, -.monaco-diff-editor.hc-black .insert-sign { - background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHRpdGxlPkxheWVyIDE8L3RpdGxlPjxyZWN0IGhlaWdodD0iMTEiIHdpZHRoPSIzIiB5PSIzIiB4PSI3IiBmaWxsPSIjQzVDNUM1Ii8+PHJlY3QgaGVpZ2h0PSIzIiB3aWR0aD0iMTEiIHk9IjciIHg9IjMiIGZpbGw9IiNDNUM1QzUiLz48L3N2Zz4="); -} -.monaco-editor.vs-dark .delete-sign, -.monaco-diff-editor.vs-dark .delete-sign, -.monaco-editor.hc-black .delete-sign, -.monaco-diff-editor.hc-black .delete-sign { - background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHRpdGxlPkxheWVyIDE8L3RpdGxlPjxyZWN0IGhlaWdodD0iMyIgd2lkdGg9IjExIiB5PSI3IiB4PSIzIiBmaWxsPSIjQzVDNUM1Ii8+PC9zdmc+"); -} - -.monaco-editor .inline-deleted-margin-view-zone { - text-align: right; -} -.monaco-editor .inline-added-margin-view-zone { - text-align: right; -} - -.monaco-editor .diagonal-fill { - background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjEwMPRyoQAAAChJREFUKFNjOH/+fAMDDgCSu3Dhwn9c8gwwBTgNGR4KQP4HhQOhsAIAZCBTkhtqePcAAAAASUVORK5CYII="); -} -.monaco-editor.vs-dark .diagonal-fill { - opacity: 0.2; -} -.monaco-editor.hc-black .diagonal-fill { - background: none; -} - -/* ---------- Inline Diff ---------- */ - -.monaco-editor .view-zones .view-lines .view-line span { - display: inline-block; -} - -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ - -.monaco-diff-editor .diff-review-line-number { - text-align: right; - display: inline-block; -} - -.monaco-diff-editor .diff-review { - position: absolute; - -webkit-user-select: none; - -ms-user-select: none; - -khtml-user-select: none; - -moz-user-select: none; - -o-user-select: none; - user-select: none; -} - -.monaco-diff-editor .diff-review-summary { - padding-left: 10px; -} - -.monaco-diff-editor .diff-review-shadow { - position: absolute; -} - -.monaco-diff-editor .diff-review-row { - white-space: pre; -} - -.monaco-diff-editor .diff-review-table { - display: table; - min-width: 100%; -} - -.monaco-diff-editor .diff-review-row { - display: table-row; - width: 100%; -} - -.monaco-diff-editor .diff-review-cell { - display: table-cell; -} - -.monaco-diff-editor .diff-review-spacer { - display: inline-block; - width: 10px; -} - -.monaco-diff-editor .diff-review-actions { - display: inline-block; - position: absolute; - right: 10px; - top: 2px; -} - -.monaco-diff-editor .diff-review-actions .action-label { - width: 16px; - height: 16px; - margin: 2px 0; -} -.monaco-diff-editor .action-label.icon.close-diff-review { - background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMyAzIDE2IDE2IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDMgMyAxNiAxNiI+PHBvbHlnb24gZmlsbD0iIzQyNDI0MiIgcG9pbnRzPSIxMi41OTcsMTEuMDQyIDE1LjQsMTMuODQ1IDEzLjg0NCwxNS40IDExLjA0MiwxMi41OTggOC4yMzksMTUuNCA2LjY4MywxMy44NDUgOS40ODUsMTEuMDQyIDYuNjgzLDguMjM5IDguMjM4LDYuNjgzIDExLjA0Miw5LjQ4NiAxMy44NDUsNi42ODMgMTUuNCw4LjIzOSIvPjwvc3ZnPg==") center center no-repeat; -} -.monaco-diff-editor.hc-black .action-label.icon.close-diff-review, -.monaco-diff-editor.vs-dark .action-label.icon.close-diff-review { - background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMyAzIDE2IDE2IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDMgMyAxNiAxNiI+PHBvbHlnb24gZmlsbD0iI2U4ZThlOCIgcG9pbnRzPSIxMi41OTcsMTEuMDQyIDE1LjQsMTMuODQ1IDEzLjg0NCwxNS40IDExLjA0MiwxMi41OTggOC4yMzksMTUuNCA2LjY4MywxMy44NDUgOS40ODUsMTEuMDQyIDYuNjgzLDguMjM5IDguMjM4LDYuNjgzIDExLjA0Miw5LjQ4NiAxMy44NDUsNi42ODMgMTUuNCw4LjIzOSIvPjwvc3ZnPg==") center center no-repeat; -} -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ - -.context-view .monaco-menu { - min-width: 130px; -} - -.context-view-block { - position: fixed; - left:0; - top:0; - z-index: -1; - width: 100%; - height: 100%; -} -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ - -.monaco-menu .monaco-action-bar.vertical { - margin-left: 0; - overflow: visible; -} - -.monaco-menu .monaco-action-bar.vertical .actions-container { - display: block; -} - -.monaco-menu .monaco-action-bar.vertical .action-item { - padding: 0; - transform: none; - display: -ms-flexbox; - display: flex; -} - -.monaco-menu .monaco-action-bar.vertical .action-item.active { - transform: none; -} - -.monaco-menu .monaco-action-bar.vertical .action-menu-item { - -ms-flex: 1 1 auto; - flex: 1 1 auto; - display: -ms-flexbox; - display: flex; - height: 2em; - align-items: center; - position: relative; -} - -.monaco-menu .monaco-action-bar.vertical .action-label { - -ms-flex: 1 1 auto; - flex: 1 1 auto; - text-decoration: none; - padding: 0 1em; - background: none; - font-size: 12px; - line-height: 1; -} - -.monaco-menu .monaco-action-bar.vertical .keybinding, -.monaco-menu .monaco-action-bar.vertical .submenu-indicator { - display: inline-block; - -ms-flex: 2 1 auto; - flex: 2 1 auto; - padding: 0 1em; - text-align: right; - font-size: 12px; - line-height: 1; -} - -.monaco-menu .monaco-action-bar.vertical .submenu-indicator { - height: 100%; - -webkit-mask: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTQuNTIwNTEgMTIuMzY0M0w5Ljg3NzkzIDdMNC41MjA1MSAxLjYzNTc0Mkw1LjEzNTc0IDEuMDIwNTA3OEwxMS4xMjIxIDdMNS4xMzU3NCAxMi45Nzk1TDQuNTIwNTEgMTIuMzY0M1oiIGZpbGw9ImJsYWNrIi8+Cjwvc3ZnPgo=") no-repeat 90% 50%/13px 13px; - mask: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTQuNTIwNTEgMTIuMzY0M0w5Ljg3NzkzIDdMNC41MjA1MSAxLjYzNTc0Mkw1LjEzNTc0IDEuMDIwNTA3OEwxMS4xMjIxIDdMNS4xMzU3NCAxMi45Nzk1TDQuNTIwNTEgMTIuMzY0M1oiIGZpbGw9ImJsYWNrIi8+Cjwvc3ZnPgo=") no-repeat 90% 50%/13px 13px; -} - -.monaco-menu .monaco-action-bar.vertical .action-item.disabled .keybinding, -.monaco-menu .monaco-action-bar.vertical .action-item.disabled .submenu-indicator { - opacity: 0.4; -} - -.monaco-menu .monaco-action-bar.vertical .action-label:not(.separator) { - display: inline-block; - -webkit-box-sizing: border-box; - -o-box-sizing: border-box; - -moz-box-sizing: border-box; - -ms-box-sizing: border-box; - box-sizing: border-box; - margin: 0; -} - -.monaco-menu .monaco-action-bar.vertical .action-item { - position: static; - overflow: visible; -} - - -.monaco-menu .monaco-action-bar.vertical .action-item .monaco-submenu { - position: absolute; -} - -.monaco-menu .monaco-action-bar.vertical .action-label.separator { - padding: 0.5em 0 0 0; - margin-bottom: 0.5em; - width: 100%; -} - -.monaco-menu .monaco-action-bar.vertical .action-label.separator.text { - padding: 0.7em 1em 0.1em 1em; - font-weight: bold; - opacity: 1; -} - -.monaco-menu .monaco-action-bar.vertical .action-label:hover { - color: inherit; -} - -.monaco-menu .monaco-action-bar.vertical .menu-item-check { - position: absolute; - visibility: hidden; - -webkit-mask: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iLTIgLTIgMTYgMTYiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgLTIgLTIgMTYgMTYiPjxwb2x5Z29uIGZpbGw9IiM0MjQyNDIiIHBvaW50cz0iOSwwIDQuNSw5IDMsNiAwLDYgMywxMiA2LDEyIDEyLDAiLz48L3N2Zz4=") no-repeat 50% 56%/15px 15px; - mask: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iLTIgLTIgMTYgMTYiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgLTIgLTIgMTYgMTYiPjxwb2x5Z29uIGZpbGw9IiM0MjQyNDIiIHBvaW50cz0iOSwwIDQuNSw5IDMsNiAwLDYgMywxMiA2LDEyIDEyLDAiLz48L3N2Zz4=") no-repeat 50% 56%/15px 15px; - width: 1em; - height: 100%; -} - -.monaco-menu .monaco-action-bar.vertical .action-menu-item.checked .menu-item-check { - visibility: visible; -} - -/* Context Menu */ - -.context-view.monaco-menu-container { - outline: 0; - border: none; - -webkit-animation: fadeIn 0.083s linear; - -o-animation: fadeIn 0.083s linear; - -moz-animation: fadeIn 0.083s linear; - -ms-animation: fadeIn 0.083s linear; - animation: fadeIn 0.083s linear; -} - -.context-view.monaco-menu-container :focus, -.context-view.monaco-menu-container .monaco-action-bar.vertical:focus, -.context-view.monaco-menu-container .monaco-action-bar.vertical :focus { - outline: 0; -} - -.monaco-menu .monaco-action-bar.vertical .action-item { - border: 1px solid transparent; /* prevents jumping behaviour on hover or focus */ -} - - -/* High Contrast Theming */ -.hc-black .context-view.monaco-menu-container { - box-shadow: none; -} - -.hc-black .monaco-menu .monaco-action-bar.vertical .action-item.focused { - background: none; -} - -/* Menubar styles */ - -.menubar { - display: flex; - flex-shrink: 1; - box-sizing: border-box; - height: 30px; - overflow: hidden; - flex-wrap: wrap; -} - -.fullscreen .menubar { - margin: 0px; - padding: 0px 5px; -} - -.menubar > .menubar-menu-button { - align-items: center; - box-sizing: border-box; - padding: 0px 8px; - cursor: default; - -webkit-app-region: no-drag; - zoom: 1; - white-space: nowrap; - outline: 0; -} - -.menubar .menubar-menu-items-holder { - position: absolute; - left: 0px; - opacity: 1; - z-index: 2000; -} - -.menubar .menubar-menu-items-holder.monaco-menu-container { - outline: 0; - border: none; -} - -.menubar .menubar-menu-items-holder.monaco-menu-container :focus { - outline: 0; -} - -.menubar .toolbar-toggle-more { - background-position: center; - background-repeat: no-repeat; - background-size: 14px; - width: 20px; - height: 100%; -} - -.menubar .toolbar-toggle-more { - display: inline-block; - padding: 0; - -webkit-mask: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PGRlZnM+PHN0eWxlPi5pY29uLWNhbnZhcy10cmFuc3BhcmVudCwuaWNvbi12cy1vdXR7ZmlsbDojZjZmNmY2O30uaWNvbi1jYW52YXMtdHJhbnNwYXJlbnR7b3BhY2l0eTowO30uaWNvbi12cy1iZ3tmaWxsOiM0MjQyNDI7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5FbGxpcHNpc19ib2xkXzE2eDwvdGl0bGU+PGcgaWQ9ImNhbnZhcyI+PHBhdGggY2xhc3M9Imljb24tY2FudmFzLXRyYW5zcGFyZW50IiBkPSJNMTYsMFYxNkgwVjBaIi8+PC9nPjxnIGlkPSJvdXRsaW5lIiBzdHlsZT0iZGlzcGxheTogbm9uZTsiPjxwYXRoIGNsYXNzPSJpY29uLXZzLW91dCIgZD0iTTYsNy41QTIuNSwyLjUsMCwxLDEsMy41LDUsMi41LDIuNSwwLDAsMSw2LDcuNVpNOC41LDVBMi41LDIuNSwwLDEsMCwxMSw3LjUsMi41LDIuNSwwLDAsMCw4LjUsNVptNSwwQTIuNSwyLjUsMCwxLDAsMTYsNy41LDIuNSwyLjUsMCwwLDAsMTMuNSw1WiIgc3R5bGU9ImRpc3BsYXk6IG5vbmU7Ii8+PC9nPjxnIGlkPSJpY29uQmciPjxwYXRoIGNsYXNzPSJpY29uLXZzLWJnIiBkPSJNNSw3LjVBMS41LDEuNSwwLDEsMSwzLjUsNiwxLjUsMS41LDAsMCwxLDUsNy41Wk04LjUsNkExLjUsMS41LDAsMSwwLDEwLDcuNSwxLjUsMS41LDAsMCwwLDguNSw2Wm01LDBBMS41LDEuNSwwLDEsMCwxNSw3LjUsMS41LDEuNSwwLDAsMCwxMy41LDZaIi8+PC9nPjwvc3ZnPg==") no-repeat 50% 55%/14px 14px; - mask: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PGRlZnM+PHN0eWxlPi5pY29uLWNhbnZhcy10cmFuc3BhcmVudCwuaWNvbi12cy1vdXR7ZmlsbDojZjZmNmY2O30uaWNvbi1jYW52YXMtdHJhbnNwYXJlbnR7b3BhY2l0eTowO30uaWNvbi12cy1iZ3tmaWxsOiM0MjQyNDI7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5FbGxpcHNpc19ib2xkXzE2eDwvdGl0bGU+PGcgaWQ9ImNhbnZhcyI+PHBhdGggY2xhc3M9Imljb24tY2FudmFzLXRyYW5zcGFyZW50IiBkPSJNMTYsMFYxNkgwVjBaIi8+PC9nPjxnIGlkPSJvdXRsaW5lIiBzdHlsZT0iZGlzcGxheTogbm9uZTsiPjxwYXRoIGNsYXNzPSJpY29uLXZzLW91dCIgZD0iTTYsNy41QTIuNSwyLjUsMCwxLDEsMy41LDUsMi41LDIuNSwwLDAsMSw2LDcuNVpNOC41LDVBMi41LDIuNSwwLDEsMCwxMSw3LjUsMi41LDIuNSwwLDAsMCw4LjUsNVptNSwwQTIuNSwyLjUsMCwxLDAsMTYsNy41LDIuNSwyLjUsMCwwLDAsMTMuNSw1WiIgc3R5bGU9ImRpc3BsYXk6IG5vbmU7Ii8+PC9nPjxnIGlkPSJpY29uQmciPjxwYXRoIGNsYXNzPSJpY29uLXZzLWJnIiBkPSJNNSw3LjVBMS41LDEuNSwwLDEsMSwzLjUsNiwxLjUsMS41LDAsMCwxLDUsNy41Wk04LjUsNkExLjUsMS41LDAsMSwwLDEwLDcuNSwxLjUsMS41LDAsMCwwLDguNSw2Wm01LDBBMS41LDEuNSwwLDEsMCwxNSw3LjUsMS41LDEuNSwwLDAsMCwxMy41LDZaIi8+PC9nPjwvc3ZnPg==") no-repeat 50% 55%/14px 14px; -} -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ - -.context-view { - position: absolute; - z-index: 2000; -} -/* Collection default theme */ - -.ReactVirtualized__Collection { -} - -.ReactVirtualized__Collection__innerScrollContainer { -} - -/* Grid default theme */ - -.ReactVirtualized__Grid { -} - -.ReactVirtualized__Grid__innerScrollContainer { -} - -/* Table default theme */ - -.ReactVirtualized__Table { -} - -.ReactVirtualized__Table__Grid { -} - -.ReactVirtualized__Table__headerRow { - font-weight: 700; - text-transform: uppercase; - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-direction: row; - flex-direction: row; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; -} -.ReactVirtualized__Table__row { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-direction: row; - flex-direction: row; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; -} - -.ReactVirtualized__Table__headerTruncatedText { - display: inline-block; - max-width: 100%; - white-space: nowrap; - text-overflow: ellipsis; - overflow: hidden; -} - -.ReactVirtualized__Table__headerColumn, -.ReactVirtualized__Table__rowColumn { - margin-right: 10px; - min-width: 0px; -} -.ReactVirtualized__Table__rowColumn { - text-overflow: ellipsis; - white-space: nowrap; -} - -.ReactVirtualized__Table__headerColumn:first-of-type, -.ReactVirtualized__Table__rowColumn:first-of-type { - margin-left: 10px; -} -.ReactVirtualized__Table__sortableHeaderColumn { - cursor: pointer; -} - -.ReactVirtualized__Table__sortableHeaderIconContainer { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; -} -.ReactVirtualized__Table__sortableHeaderIcon { - -webkit-box-flex: 0; - -ms-flex: 0 0 24px; - flex: 0 0 24px; - height: 1em; - width: 1em; - fill: currentColor; -} - -/* List default theme */ - -.ReactVirtualized__List { -} -/** - * React Select - * ============ - * Created by Jed Watson and Joss Mackison for KeystoneJS, http://www.keystonejs.com/ - * https://twitter.com/jedwatson https://twitter.com/jossmackison https://twitter.com/keystonejs - * MIT License: https://github.com/JedWatson/react-select -*/ -.Select { - position: relative; -} -.Select input::-webkit-contacts-auto-fill-button, -.Select input::-webkit-credentials-auto-fill-button { - display: none !important; -} -.Select input::-ms-clear { - display: none !important; -} -.Select input::-ms-reveal { - display: none !important; -} -.Select, -.Select div, -.Select input, -.Select span { - -webkit-box-sizing: border-box; - -moz-box-sizing: border-box; - box-sizing: border-box; -} -.Select.is-disabled .Select-arrow-zone { - cursor: default; - pointer-events: none; - opacity: 0.35; -} -.Select.is-disabled > .Select-control { - background-color: #f9f9f9; -} -.Select.is-disabled > .Select-control:hover { - box-shadow: none; -} -.Select.is-open > .Select-control { - border-bottom-right-radius: 0; - border-bottom-left-radius: 0; - background: #fff; - border-color: #b3b3b3 #ccc #d9d9d9; -} -.Select.is-open > .Select-control .Select-arrow { - top: -2px; - border-color: transparent transparent #999; - border-width: 0 5px 5px; -} -.Select.is-searchable.is-open > .Select-control { - cursor: text; -} -.Select.is-searchable.is-focused:not(.is-open) > .Select-control { - cursor: text; -} -.Select.is-focused > .Select-control { - background: #fff; -} -.Select.is-focused:not(.is-open) > .Select-control { - border-color: #007eff; - box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(0, 126, 255, 0.1); - background: #fff; -} -.Select.has-value.is-clearable.Select--single > .Select-control .Select-value { - padding-right: 42px; -} -.Select.has-value.Select--single > .Select-control .Select-value .Select-value-label, -.Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value .Select-value-label { - color: #333; -} -.Select.has-value.Select--single > .Select-control .Select-value a.Select-value-label, -.Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label { - cursor: pointer; - text-decoration: none; -} -.Select.has-value.Select--single > .Select-control .Select-value a.Select-value-label:hover, -.Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:hover, -.Select.has-value.Select--single > .Select-control .Select-value a.Select-value-label:focus, -.Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:focus { - color: #007eff; - outline: none; - text-decoration: underline; -} -.Select.has-value.Select--single > .Select-control .Select-value a.Select-value-label:focus, -.Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:focus { - background: #fff; -} -.Select.has-value.is-pseudo-focused .Select-input { - opacity: 0; -} -.Select.is-open .Select-arrow, -.Select .Select-arrow-zone:hover > .Select-arrow { - border-top-color: #666; -} -.Select.Select--rtl { - direction: rtl; - text-align: right; -} -.Select-control { - background-color: #fff; - border-color: #d9d9d9 #ccc #b3b3b3; - border-radius: 4px; - border: 1px solid #ccc; - color: #333; - cursor: default; - display: table; - border-spacing: 0; - border-collapse: separate; - height: 36px; - outline: none; - overflow: hidden; - position: relative; - width: 100%; -} -.Select-control:hover { - box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06); -} -.Select-control .Select-input:focus { - outline: none; - background: #fff; -} -.Select-placeholder, -.Select--single > .Select-control .Select-value { - bottom: 0; - color: #aaa; - left: 0; - line-height: 34px; - padding-left: 10px; - padding-right: 10px; - position: absolute; - right: 0; - top: 0; - max-width: 100%; - overflow: hidden; - text-overflow: ellipsis; - white-space: nowrap; -} -.Select-input { - height: 34px; - padding-left: 10px; - padding-right: 10px; - vertical-align: middle; -} -.Select-input > input { - width: 100%; - background: none transparent; - border: 0 none; - box-shadow: none; - cursor: default; - display: inline-block; - font-family: inherit; - font-size: inherit; - margin: 0; - outline: none; - line-height: 17px; - /* For IE 8 compatibility */ - padding: 8px 0 12px; - /* For IE 8 compatibility */ - -webkit-appearance: none; -} -.is-focused .Select-input > input { - cursor: text; -} -.has-value.is-pseudo-focused .Select-input { - opacity: 0; -} -.Select-control:not(.is-searchable) > .Select-input { - outline: none; -} -.Select-loading-zone { - cursor: pointer; - display: table-cell; - position: relative; - text-align: center; - vertical-align: middle; - width: 16px; -} -.Select-loading { - -webkit-animation: Select-animation-spin 400ms infinite linear; - -o-animation: Select-animation-spin 400ms infinite linear; - animation: Select-animation-spin 400ms infinite linear; - width: 16px; - height: 16px; - box-sizing: border-box; - border-radius: 50%; - border: 2px solid #ccc; - border-right-color: #333; - display: inline-block; - position: relative; - vertical-align: middle; -} -.Select-clear-zone { - -webkit-animation: Select-animation-fadeIn 200ms; - -o-animation: Select-animation-fadeIn 200ms; - animation: Select-animation-fadeIn 200ms; - color: #999; - cursor: pointer; - display: table-cell; - position: relative; - text-align: center; - vertical-align: middle; - width: 17px; -} -.Select-clear-zone:hover { - color: #D0021B; -} -.Select-clear { - display: inline-block; - font-size: 18px; - line-height: 1; -} -.Select--multi .Select-clear-zone { - width: 17px; -} -.Select-arrow-zone { - cursor: pointer; - display: table-cell; - position: relative; - text-align: center; - vertical-align: middle; - width: 25px; - padding-right: 5px; -} -.Select--rtl .Select-arrow-zone { - padding-right: 0; - padding-left: 5px; -} -.Select-arrow { - border-color: #999 transparent transparent; - border-style: solid; - border-width: 5px 5px 2.5px; - display: inline-block; - height: 0; - width: 0; - position: relative; -} -.Select-control > *:last-child { - padding-right: 5px; -} -.Select--multi .Select-multi-value-wrapper { - display: inline-block; -} -.Select .Select-aria-only { - position: absolute; - display: inline-block; - height: 1px; - width: 1px; - margin: -1px; - clip: rect(0, 0, 0, 0); - overflow: hidden; - float: left; -} -@-webkit-keyframes Select-animation-fadeIn { - from { - opacity: 0; - } - to { - opacity: 1; - } -} -@keyframes Select-animation-fadeIn { - from { - opacity: 0; - } - to { - opacity: 1; - } -} -.Select-menu-outer { - border-bottom-right-radius: 4px; - border-bottom-left-radius: 4px; - background-color: #fff; - border: 1px solid #ccc; - border-top-color: #e6e6e6; - box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06); - box-sizing: border-box; - margin-top: -1px; - max-height: 200px; - position: absolute; - left: 0; - top: 100%; - width: 100%; - z-index: 1; - -webkit-overflow-scrolling: touch; -} -.Select-menu { - max-height: 198px; - overflow-y: auto; -} -.Select-option { - box-sizing: border-box; - background-color: #fff; - color: #666666; - cursor: pointer; - display: block; - padding: 8px 10px; -} -.Select-option:last-child { - border-bottom-right-radius: 4px; - border-bottom-left-radius: 4px; -} -.Select-option.is-selected { - background-color: #f5faff; - /* Fallback color for IE 8 */ - background-color: rgba(0, 126, 255, 0.04); - color: #333; -} -.Select-option.is-focused { - background-color: #ebf5ff; - /* Fallback color for IE 8 */ - background-color: rgba(0, 126, 255, 0.08); - color: #333; -} -.Select-option.is-disabled { - color: #cccccc; - cursor: default; -} -.Select-noresults { - box-sizing: border-box; - color: #999999; - cursor: default; - display: block; - padding: 8px 10px; -} -.Select--multi .Select-input { - vertical-align: middle; - margin-left: 10px; - padding: 0; -} -.Select--multi.Select--rtl .Select-input { - margin-left: 0; - margin-right: 10px; -} -.Select--multi.has-value .Select-input { - margin-left: 5px; -} -.Select--multi .Select-value { - background-color: #ebf5ff; - /* Fallback color for IE 8 */ - background-color: rgba(0, 126, 255, 0.08); - border-radius: 2px; - border: 1px solid #c2e0ff; - /* Fallback color for IE 8 */ - border: 1px solid rgba(0, 126, 255, 0.24); - color: #007eff; - display: inline-block; - font-size: 0.9em; - line-height: 1.4; - margin-left: 5px; - margin-top: 5px; - vertical-align: top; -} -.Select--multi .Select-value-icon, -.Select--multi .Select-value-label { - display: inline-block; - vertical-align: middle; -} -.Select--multi .Select-value-label { - border-bottom-right-radius: 2px; - border-top-right-radius: 2px; - cursor: default; - padding: 2px 5px; -} -.Select--multi a.Select-value-label { - color: #007eff; - cursor: pointer; - text-decoration: none; -} -.Select--multi a.Select-value-label:hover { - text-decoration: underline; -} -.Select--multi .Select-value-icon { - cursor: pointer; - border-bottom-left-radius: 2px; - border-top-left-radius: 2px; - border-right: 1px solid #c2e0ff; - /* Fallback color for IE 8 */ - border-right: 1px solid rgba(0, 126, 255, 0.24); - padding: 1px 5px 3px; -} -.Select--multi .Select-value-icon:hover, -.Select--multi .Select-value-icon:focus { - background-color: #d8eafd; - /* Fallback color for IE 8 */ - background-color: rgba(0, 113, 230, 0.08); - color: #0071e6; -} -.Select--multi .Select-value-icon:active { - background-color: #c2e0ff; - /* Fallback color for IE 8 */ - background-color: rgba(0, 126, 255, 0.24); -} -.Select--multi.Select--rtl .Select-value { - margin-left: 0; - margin-right: 5px; -} -.Select--multi.Select--rtl .Select-value-icon { - border-right: none; - border-left: 1px solid #c2e0ff; - /* Fallback color for IE 8 */ - border-left: 1px solid rgba(0, 126, 255, 0.24); -} -.Select--multi.is-disabled .Select-value { - background-color: #fcfcfc; - border: 1px solid #e3e3e3; - color: #333; -} -.Select--multi.is-disabled .Select-value-icon { - cursor: not-allowed; - border-right: 1px solid #e3e3e3; -} -.Select--multi.is-disabled .Select-value-icon:hover, -.Select--multi.is-disabled .Select-value-icon:focus, -.Select--multi.is-disabled .Select-value-icon:active { - background-color: #fcfcfc; -} -@keyframes Select-animation-spin { - to { - transform: rotate(1turn); - } -} -@-webkit-keyframes Select-animation-spin { - to { - -webkit-transform: rotate(1turn); - } -} - -.VirtualSelectGrid { - z-index: 1; -} - -.VirtualizedSelectOption { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - padding: 0 .5rem; - cursor: pointer; -} -.VirtualizedSelectFocusedOption { - background-color: rgba(0, 126, 255, 0.1); -} -.VirtualizedSelectDisabledOption { - opacity: 0.5; -} -.VirtualizedSelectSelectedOption { - font-weight: bold; -} - -.lm_root{position:relative}.lm_row>.lm_item{float:left}.lm_content{overflow:hidden;position:relative}.lm_dragging,.lm_dragging *{cursor:move !important;user-select:none}.lm_maximised{position:absolute;top:0;left:0;z-index:40}.lm_maximise_placeholder{display:none}.lm_splitter{position:relative;z-index:20}.lm_splitter:hover,.lm_splitter.lm_dragging{background:orange}.lm_splitter.lm_vertical .lm_drag_handle{width:100%;position:absolute;cursor:ns-resize}.lm_splitter.lm_horizontal{float:left;height:100%}.lm_splitter.lm_horizontal .lm_drag_handle{height:100%;position:absolute;cursor:ew-resize}.lm_header{overflow:visible;position:relative;z-index:1}.lm_header [class^=lm_]{box-sizing:content-box !important}.lm_header .lm_controls{position:absolute;right:3px}.lm_header .lm_controls>li{cursor:pointer;float:left;width:18px;height:18px;text-align:center}.lm_header ul{margin:0;padding:0;list-style-type:none}.lm_header .lm_tabs{position:absolute}.lm_header .lm_tab{cursor:pointer;float:left;height:14px;margin-top:1px;padding:0 10px 5px;padding-right:25px;position:relative}.lm_header .lm_tab i{width:2px;height:19px;position:absolute}.lm_header .lm_tab i.lm_left{top:0;left:-2px}.lm_header .lm_tab i.lm_right{top:0;right:-2px}.lm_header .lm_tab .lm_title{display:inline-block;overflow:hidden;text-overflow:ellipsis}.lm_header .lm_tab .lm_close_tab{width:14px;height:14px;position:absolute;top:0;right:0;text-align:center}.lm_stack.lm_left .lm_header,.lm_stack.lm_right .lm_header{height:100%}.lm_dragProxy.lm_left .lm_header,.lm_dragProxy.lm_right .lm_header,.lm_stack.lm_left .lm_header,.lm_stack.lm_right .lm_header{width:20px;float:left;vertical-align:top}.lm_dragProxy.lm_left .lm_header .lm_tabs,.lm_dragProxy.lm_right .lm_header .lm_tabs,.lm_stack.lm_left .lm_header .lm_tabs,.lm_stack.lm_right .lm_header .lm_tabs{transform-origin:left top;top:0;width:1000px}.lm_dragProxy.lm_left .lm_header .lm_controls,.lm_dragProxy.lm_right .lm_header .lm_controls,.lm_stack.lm_left .lm_header .lm_controls,.lm_stack.lm_right .lm_header .lm_controls{bottom:0}.lm_dragProxy.lm_left .lm_items,.lm_dragProxy.lm_right .lm_items,.lm_stack.lm_left .lm_items,.lm_stack.lm_right .lm_items{float:left}.lm_dragProxy.lm_left .lm_header .lm_tabs,.lm_stack.lm_left .lm_header .lm_tabs{transform:rotate(-90deg) scaleX(-1);left:0}.lm_dragProxy.lm_left .lm_header .lm_tabs .lm_tab,.lm_stack.lm_left .lm_header .lm_tabs .lm_tab{transform:scaleX(-1);margin-top:1px}.lm_dragProxy.lm_left .lm_header .lm_tabdropdown_list,.lm_stack.lm_left .lm_header .lm_tabdropdown_list{top:initial;right:initial;left:20px}.lm_dragProxy.lm_right .lm_content{float:left}.lm_dragProxy.lm_right .lm_header .lm_tabs,.lm_stack.lm_right .lm_header .lm_tabs{transform:rotate(90deg) scaleX(1);left:100%;margin-left:0}.lm_dragProxy.lm_right .lm_header .lm_controls,.lm_stack.lm_right .lm_header .lm_controls{left:3px}.lm_dragProxy.lm_right .lm_header .lm_tabdropdown_list,.lm_stack.lm_right .lm_header .lm_tabdropdown_list{top:initial;right:20px}.lm_dragProxy.lm_bottom .lm_header .lm_tab,.lm_stack.lm_bottom .lm_header .lm_tab{margin-top:0;border-top:none}.lm_dragProxy.lm_bottom .lm_header .lm_controls,.lm_stack.lm_bottom .lm_header .lm_controls{top:3px}.lm_dragProxy.lm_bottom .lm_header .lm_tabdropdown_list,.lm_stack.lm_bottom .lm_header .lm_tabdropdown_list{top:initial;bottom:20px}.lm_drop_tab_placeholder{float:left;width:100px;height:10px;visibility:hidden}.lm_header .lm_controls .lm_tabdropdown:before{content:'';width:0;height:0;vertical-align:middle;display:inline-block;border-top:5px dashed;border-right:5px solid transparent;border-left:5px solid transparent;color:white}.lm_header .lm_tabdropdown_list{position:absolute;top:20px;right:0;z-index:5;overflow:hidden}.lm_header .lm_tabdropdown_list .lm_tab{clear:both;padding-right:10px;margin:0}.lm_header .lm_tabdropdown_list .lm_tab .lm_title{width:100px}.lm_header .lm_tabdropdown_list .lm_close_tab{display:none !important}.lm_dragProxy{position:absolute;top:0;left:0;z-index:30}.lm_dragProxy .lm_header{background:transparent}.lm_dragProxy .lm_content{border-top:none;overflow:hidden}.lm_dropTargetIndicator{display:none;position:absolute;z-index:20}.lm_dropTargetIndicator .lm_inner{width:100%;height:100%;position:relative;top:0;left:0}.lm_transition_indicator{display:none;width:20px;height:20px;position:absolute;top:0;left:0;z-index:20}.lm_popin{width:20px;height:20px;position:absolute;bottom:0;right:0;z-index:9999}.lm_popin>*{width:100%;height:100%;position:absolute;top:0;left:0}.lm_popin>.lm_bg{z-index:10}.lm_popin>.lm_icon{z-index:20} -.lm_goldenlayout{background:#000000}.lm_content{background:#222222}.lm_dragProxy .lm_content{box-shadow:2px 2px 4px rgba(0,0,0,0.9)}.lm_dropTargetIndicator{box-shadow:inset 0 0 30px #000000;outline:1px dashed #cccccc;transition:all 200ms ease}.lm_dropTargetIndicator .lm_inner{background:#000000;opacity:.2}.lm_splitter{background:#000000;opacity:.001;transition:opacity 200ms ease}.lm_splitter:hover,.lm_splitter.lm_dragging{background:#444444;opacity:1}.lm_header{height:20px;user-select:none}.lm_header.lm_selectable{cursor:pointer}.lm_header .lm_tab{font-family:Arial,sans-serif;font-size:12px;color:#999999;background:#111111;box-shadow:2px -2px 2px rgba(0,0,0,0.3);margin-right:2px;padding-bottom:2px;padding-top:2px}.lm_header .lm_tab .lm_close_tab{width:11px;height:11px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAYAAADEUlfTAAAATElEQVR4nG3OwQ0DMQwDwZGRBtR/j1YJzMc5+IDoR+yCVO29g+pu981MFgqZmRdAfU7+CYWcbF11LwALjpBL0N0qybNx/RPU+gOeiS/+XCRwDlTgkQAAAABJRU5ErkJggg==);background-position:center center;background-repeat:no-repeat;top:4px;right:6px;opacity:.4}.lm_header .lm_tab .lm_close_tab:hover{opacity:1}.lm_header .lm_tab.lm_active{border-bottom:none;box-shadow:0 -2px 2px #000000;padding-bottom:3px}.lm_header .lm_tab.lm_active .lm_close_tab{opacity:1}.lm_dragProxy.lm_bottom .lm_header .lm_tab,.lm_stack.lm_bottom .lm_header .lm_tab{box-shadow:2px 2px 2px rgba(0,0,0,0.3)}.lm_dragProxy.lm_bottom .lm_header .lm_tab.lm_active,.lm_stack.lm_bottom .lm_header .lm_tab.lm_active{box-shadow:0 2px 2px #000000}.lm_selected .lm_header{background-color:#452500}.lm_tab:hover,.lm_tab.lm_active{background:#222222;color:#dddddd}.lm_header .lm_controls .lm_tabdropdown:before{color:#ffffff}.lm_controls>li{position:relative;background-position:center center;background-repeat:no-repeat;opacity:.4;transition:opacity 300ms ease}.lm_controls>li:hover{opacity:1}.lm_controls .lm_popout{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAAPklEQVR4nI2Q0QoAIAwCNfr/X7aXCpGN8snBdgejJOzckpkxs9jR6K6T5JpU0nWl5pSXTk7qwh8SnNT+CAAWCgkKFpuSWsUAAAAASUVORK5CYII=)}.lm_controls .lm_maximise{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAAKElEQVR4nGP8////fwYCgImQAgYGBgYWKM2IR81/okwajIpgvsMbVgAwgQYRVakEKQAAAABJRU5ErkJggg==)}.lm_controls .lm_close{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAAQUlEQVR4nHXOQQ4AMAgCQeT/f6aXpsGK3jSTuCVJAAr7iBdoAwCKd0nwfaAdHbYERw5b44+E8JoBjEYGMBq5gAYP3usUDu2IvoUAAAAASUVORK5CYII=)}.lm_maximised .lm_header{background-color:#000000}.lm_maximised .lm_controls .lm_maximise{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAJ0lEQVR4nGP8//8/AzGAiShVI1YhCwMDA8OsWbPwBmZaWhoj0SYCAN1lBxMAX4n0AAAAAElFTkSuQmCC)}.lm_transition_indicator{background-color:#000000;border:1px dashed #555555}.lm_popin{cursor:pointer}.lm_popin .lm_bg{background:#ffffff;opacity:.3}.lm_popin .lm_icon{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAJCAYAAADpeqZqAAAAWklEQVR4nJWOyw3AIAxDHcQC7L8jbwT3AlJBfNp3SiI7dtRaLSlKKeoA1oEsKSQZCEluexw8Tm3ohk+E7bnOUHUGcNh+HwbBygw4AZ7FN/Lt84p0l+yTflV8AKQyLdcCRJi/AAAAAElFTkSuQmCC);background-position:center center;background-repeat:no-repeat;border-left:1px solid #eeeeee;border-top:1px solid #eeeeee;opacity:.7}.lm_popin:hover .lm_icon{opacity:1} -/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */ -/* stylelint-disable no-duplicate-selectors */ -/* stylelint-disable */ -/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */ -/* stylelint-disable at-rule-no-unknown */ -html, -body { - width: 100%; - height: 100%; -} -input::-ms-clear, -input::-ms-reveal { - display: none; -} -*, -*::before, -*::after { - box-sizing: border-box; -} -html { - font-family: sans-serif; - line-height: 1.15; - -webkit-text-size-adjust: 100%; - -ms-text-size-adjust: 100%; - -ms-overflow-style: scrollbar; - -webkit-tap-highlight-color: rgba(0, 0, 0, 0); -} -@-ms-viewport { - width: device-width; -} -article, -aside, -dialog, -figcaption, -figure, -footer, -header, -hgroup, -main, -nav, -section { - display: block; -} -body { - margin: 0; - color: hsl(0, 0%, 90%); - font-size: 14px; - font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; - font-variant: tabular-nums; - line-height: 1.5; - background-color: hsl(0, 0%, 20%); - font-feature-settings: 'tnum'; -} -[tabindex='-1']:focus { - outline: none !important; -} -hr { - box-sizing: content-box; - height: 0; - overflow: visible; -} -h1, -h2, -h3, -h4, -h5, -h6 { - margin-top: 0; - margin-bottom: 0.5em; - color: hsl(0, 0%, 85%); - font-weight: 500; -} -p { - margin-top: 0; - margin-bottom: 1em; -} -abbr[title], -abbr[data-original-title] { - text-decoration: underline; - text-decoration: underline dotted; - border-bottom: 0; - cursor: help; -} -address { - margin-bottom: 1em; - font-style: normal; - line-height: inherit; -} -input[type='text'], -input[type='password'], -input[type='number'], -textarea { - -webkit-appearance: none; -} -ol, -ul, -dl { - margin-top: 0; - margin-bottom: 1em; -} -ol ol, -ul ul, -ol ul, -ul ol { - margin-bottom: 0; -} -dt { - font-weight: 500; -} -dd { - margin-bottom: 0.5em; - margin-left: 0; -} -blockquote { - margin: 0 0 1em; -} -dfn { - font-style: italic; -} -b, -strong { - font-weight: bolder; -} -small { - font-size: 80%; -} -sub, -sup { - position: relative; - font-size: 75%; - line-height: 0; - vertical-align: baseline; -} -sub { - bottom: -0.25em; -} -sup { - top: -0.5em; -} -a { - color: hsl(200, 60%, 75%); - text-decoration: none; - background-color: transparent; - outline: none; - cursor: pointer; - transition: color 0.3s; - -webkit-text-decoration-skip: objects; -} -a:hover { - color: #c9e6f2; -} -a:active { - color: #77a5bf; -} -a:active, -a:hover { - text-decoration: none; - outline: 0; -} -a[disabled] { - color: hsl(0, 0%, 50%); - cursor: not-allowed; - pointer-events: none; -} -pre, -code, -kbd, -samp { - font-size: 1em; - font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, Courier, monospace; -} -pre { - margin-top: 0; - margin-bottom: 1em; - overflow: auto; -} -figure { - margin: 0 0 1em; -} -img { - vertical-align: middle; - border-style: none; -} -svg:not(:root) { - overflow: hidden; -} -a, -area, -button, -[role='button'], -input:not([type='range']), -label, -select, -summary, -textarea { - touch-action: manipulation; -} -table { - border-collapse: collapse; -} -caption { - padding-top: 0.75em; - padding-bottom: 0.3em; - color: hsl(0, 0%, 35%); - text-align: left; - caption-side: bottom; -} -th { - text-align: inherit; -} -input, -button, -select, -optgroup, -textarea { - margin: 0; - color: inherit; - font-size: inherit; - font-family: inherit; - line-height: inherit; -} -button, -input { - overflow: visible; -} -button, -select { - text-transform: none; -} -button, -html [type="button"], -[type="reset"], -[type="submit"] { - -webkit-appearance: button; -} -button::-moz-focus-inner, -[type='button']::-moz-focus-inner, -[type='reset']::-moz-focus-inner, -[type='submit']::-moz-focus-inner { - padding: 0; - border-style: none; -} -input[type='radio'], -input[type='checkbox'] { - box-sizing: border-box; - padding: 0; -} -input[type='date'], -input[type='time'], -input[type='datetime-local'], -input[type='month'] { - -webkit-appearance: listbox; -} -textarea { - overflow: auto; - resize: vertical; -} -fieldset { - min-width: 0; - margin: 0; - padding: 0; - border: 0; -} -legend { - display: block; - width: 100%; - max-width: 100%; - margin-bottom: 0.5em; - padding: 0; - color: inherit; - font-size: 1.5em; - line-height: inherit; - white-space: normal; -} -progress { - vertical-align: baseline; -} -[type='number']::-webkit-inner-spin-button, -[type='number']::-webkit-outer-spin-button { - height: auto; -} -[type='search'] { - outline-offset: -2px; - -webkit-appearance: none; -} -[type='search']::-webkit-search-cancel-button, -[type='search']::-webkit-search-decoration { - -webkit-appearance: none; -} -::-webkit-file-upload-button { - font: inherit; - -webkit-appearance: button; -} -output { - display: inline-block; -} -summary { - display: list-item; -} -template { - display: none; -} -[hidden] { - display: none !important; -} -mark { - padding: 0.2em; - background-color: #feffe6; -} -::selection { - color: #fff; - background: hsl(200, 60%, 75%); -} -.clearfix { - zoom: 1; -} -.clearfix::before, -.clearfix::after { - display: table; - content: ''; -} -.clearfix::after { - clear: both; -} -.anticon { - display: inline-block; - color: inherit; - font-style: normal; - line-height: 0; - text-align: center; - text-transform: none; - vertical-align: -0.125em; - text-rendering: optimizeLegibility; - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; -} -.anticon > * { - line-height: 1; -} -.anticon svg { - display: inline-block; -} -.anticon::before { - display: none; -} -.anticon .anticon-icon { - display: block; -} -.anticon[tabindex] { - cursor: pointer; -} -.anticon-spin::before { - display: inline-block; - animation: loadingCircle 1s infinite linear; -} -.anticon-spin { - display: inline-block; - animation: loadingCircle 1s infinite linear; -} -.fade-enter, -.fade-appear { - animation-duration: 0.2s; - animation-fill-mode: both; - animation-play-state: paused; -} -.fade-leave { - animation-duration: 0.2s; - animation-fill-mode: both; - animation-play-state: paused; -} -.fade-enter.fade-enter-active, -.fade-appear.fade-appear-active { - animation-name: antFadeIn; - animation-play-state: running; -} -.fade-leave.fade-leave-active { - animation-name: antFadeOut; - animation-play-state: running; - pointer-events: none; -} -.fade-enter, -.fade-appear { - opacity: 0; - animation-timing-function: linear; -} -.fade-leave { - animation-timing-function: linear; -} -@keyframes antFadeIn { - 0% { - opacity: 0; - } - 100% { - opacity: 1; - } -} -@keyframes antFadeOut { - 0% { - opacity: 1; - } - 100% { - opacity: 0; - } -} -.move-up-enter, -.move-up-appear { - animation-duration: 0.2s; - animation-fill-mode: both; - animation-play-state: paused; -} -.move-up-leave { - animation-duration: 0.2s; - animation-fill-mode: both; - animation-play-state: paused; -} -.move-up-enter.move-up-enter-active, -.move-up-appear.move-up-appear-active { - animation-name: antMoveUpIn; - animation-play-state: running; -} -.move-up-leave.move-up-leave-active { - animation-name: antMoveUpOut; - animation-play-state: running; - pointer-events: none; -} -.move-up-enter, -.move-up-appear { - opacity: 0; - animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1); -} -.move-up-leave { - animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34); -} -.move-down-enter, -.move-down-appear { - animation-duration: 0.2s; - animation-fill-mode: both; - animation-play-state: paused; -} -.move-down-leave { - animation-duration: 0.2s; - animation-fill-mode: both; - animation-play-state: paused; -} -.move-down-enter.move-down-enter-active, -.move-down-appear.move-down-appear-active { - animation-name: antMoveDownIn; - animation-play-state: running; -} -.move-down-leave.move-down-leave-active { - animation-name: antMoveDownOut; - animation-play-state: running; - pointer-events: none; -} -.move-down-enter, -.move-down-appear { - opacity: 0; - animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1); -} -.move-down-leave { - animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34); -} -.move-left-enter, -.move-left-appear { - animation-duration: 0.2s; - animation-fill-mode: both; - animation-play-state: paused; -} -.move-left-leave { - animation-duration: 0.2s; - animation-fill-mode: both; - animation-play-state: paused; -} -.move-left-enter.move-left-enter-active, -.move-left-appear.move-left-appear-active { - animation-name: antMoveLeftIn; - animation-play-state: running; -} -.move-left-leave.move-left-leave-active { - animation-name: antMoveLeftOut; - animation-play-state: running; - pointer-events: none; -} -.move-left-enter, -.move-left-appear { - opacity: 0; - animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1); -} -.move-left-leave { - animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34); -} -.move-right-enter, -.move-right-appear { - animation-duration: 0.2s; - animation-fill-mode: both; - animation-play-state: paused; -} -.move-right-leave { - animation-duration: 0.2s; - animation-fill-mode: both; - animation-play-state: paused; -} -.move-right-enter.move-right-enter-active, -.move-right-appear.move-right-appear-active { - animation-name: antMoveRightIn; - animation-play-state: running; -} -.move-right-leave.move-right-leave-active { - animation-name: antMoveRightOut; - animation-play-state: running; - pointer-events: none; -} -.move-right-enter, -.move-right-appear { - opacity: 0; - animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1); -} -.move-right-leave { - animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34); -} -@keyframes antMoveDownIn { - 0% { - transform: translateY(100%); - transform-origin: 0 0; - opacity: 0; - } - 100% { - transform: translateY(0%); - transform-origin: 0 0; - opacity: 1; - } -} -@keyframes antMoveDownOut { - 0% { - transform: translateY(0%); - transform-origin: 0 0; - opacity: 1; - } - 100% { - transform: translateY(100%); - transform-origin: 0 0; - opacity: 0; - } -} -@keyframes antMoveLeftIn { - 0% { - transform: translateX(-100%); - transform-origin: 0 0; - opacity: 0; - } - 100% { - transform: translateX(0%); - transform-origin: 0 0; - opacity: 1; - } -} -@keyframes antMoveLeftOut { - 0% { - transform: translateX(0%); - transform-origin: 0 0; - opacity: 1; - } - 100% { - transform: translateX(-100%); - transform-origin: 0 0; - opacity: 0; - } -} -@keyframes antMoveRightIn { - 0% { - transform: translateX(100%); - transform-origin: 0 0; - opacity: 0; - } - 100% { - transform: translateX(0%); - transform-origin: 0 0; - opacity: 1; - } -} -@keyframes antMoveRightOut { - 0% { - transform: translateX(0%); - transform-origin: 0 0; - opacity: 1; - } - 100% { - transform: translateX(100%); - transform-origin: 0 0; - opacity: 0; - } -} -@keyframes antMoveUpIn { - 0% { - transform: translateY(-100%); - transform-origin: 0 0; - opacity: 0; - } - 100% { - transform: translateY(0%); - transform-origin: 0 0; - opacity: 1; - } -} -@keyframes antMoveUpOut { - 0% { - transform: translateY(0%); - transform-origin: 0 0; - opacity: 1; - } - 100% { - transform: translateY(-100%); - transform-origin: 0 0; - opacity: 0; - } -} -@keyframes loadingCircle { - 100% { - transform: rotate(360deg); - } -} -[ant-click-animating='true'], -[ant-click-animating-without-extra-node='true'] { - position: relative; -} -html { - --antd-wave-shadow-color: hsl(200, 60%, 75%); -} -[ant-click-animating-without-extra-node='true']::after, -.ant-click-animating-node { - position: absolute; - top: 0; - right: 0; - bottom: 0; - left: 0; - display: block; - border-radius: inherit; - box-shadow: 0 0 0 0 hsl(200, 60%, 75%); - box-shadow: 0 0 0 0 var(--antd-wave-shadow-color); - opacity: 0.2; - animation: fadeEffect 2s cubic-bezier(0.08, 0.82, 0.17, 1), waveEffect 0.4s cubic-bezier(0.08, 0.82, 0.17, 1); - animation-fill-mode: forwards; - content: ''; - pointer-events: none; -} -@keyframes waveEffect { - 100% { - box-shadow: 0 0 0 hsl(200, 60%, 75%); - box-shadow: 0 0 0 6px var(--antd-wave-shadow-color); - } -} -@keyframes fadeEffect { - 100% { - opacity: 0; - } -} -.slide-up-enter, -.slide-up-appear { - animation-duration: 0.2s; - animation-fill-mode: both; - animation-play-state: paused; -} -.slide-up-leave { - animation-duration: 0.2s; - animation-fill-mode: both; - animation-play-state: paused; -} -.slide-up-enter.slide-up-enter-active, -.slide-up-appear.slide-up-appear-active { - animation-name: antSlideUpIn; - animation-play-state: running; -} -.slide-up-leave.slide-up-leave-active { - animation-name: antSlideUpOut; - animation-play-state: running; - pointer-events: none; -} -.slide-up-enter, -.slide-up-appear { - opacity: 0; - animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1); -} -.slide-up-leave { - animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); -} -.slide-down-enter, -.slide-down-appear { - animation-duration: 0.2s; - animation-fill-mode: both; - animation-play-state: paused; -} -.slide-down-leave { - animation-duration: 0.2s; - animation-fill-mode: both; - animation-play-state: paused; -} -.slide-down-enter.slide-down-enter-active, -.slide-down-appear.slide-down-appear-active { - animation-name: antSlideDownIn; - animation-play-state: running; -} -.slide-down-leave.slide-down-leave-active { - animation-name: antSlideDownOut; - animation-play-state: running; - pointer-events: none; -} -.slide-down-enter, -.slide-down-appear { - opacity: 0; - animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1); -} -.slide-down-leave { - animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); -} -.slide-left-enter, -.slide-left-appear { - animation-duration: 0.2s; - animation-fill-mode: both; - animation-play-state: paused; -} -.slide-left-leave { - animation-duration: 0.2s; - animation-fill-mode: both; - animation-play-state: paused; -} -.slide-left-enter.slide-left-enter-active, -.slide-left-appear.slide-left-appear-active { - animation-name: antSlideLeftIn; - animation-play-state: running; -} -.slide-left-leave.slide-left-leave-active { - animation-name: antSlideLeftOut; - animation-play-state: running; - pointer-events: none; -} -.slide-left-enter, -.slide-left-appear { - opacity: 0; - animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1); -} -.slide-left-leave { - animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); -} -.slide-right-enter, -.slide-right-appear { - animation-duration: 0.2s; - animation-fill-mode: both; - animation-play-state: paused; -} -.slide-right-leave { - animation-duration: 0.2s; - animation-fill-mode: both; - animation-play-state: paused; -} -.slide-right-enter.slide-right-enter-active, -.slide-right-appear.slide-right-appear-active { - animation-name: antSlideRightIn; - animation-play-state: running; -} -.slide-right-leave.slide-right-leave-active { - animation-name: antSlideRightOut; - animation-play-state: running; - pointer-events: none; -} -.slide-right-enter, -.slide-right-appear { - opacity: 0; - animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1); -} -.slide-right-leave { - animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); -} -@keyframes antSlideUpIn { - 0% { - transform: scaleY(0.8); - transform-origin: 0% 0%; - opacity: 0; - } - 100% { - transform: scaleY(1); - transform-origin: 0% 0%; - opacity: 1; - } -} -@keyframes antSlideUpOut { - 0% { - transform: scaleY(1); - transform-origin: 0% 0%; - opacity: 1; - } - 100% { - transform: scaleY(0.8); - transform-origin: 0% 0%; - opacity: 0; - } -} -@keyframes antSlideDownIn { - 0% { - transform: scaleY(0.8); - transform-origin: 100% 100%; - opacity: 0; - } - 100% { - transform: scaleY(1); - transform-origin: 100% 100%; - opacity: 1; - } -} -@keyframes antSlideDownOut { - 0% { - transform: scaleY(1); - transform-origin: 100% 100%; - opacity: 1; - } - 100% { - transform: scaleY(0.8); - transform-origin: 100% 100%; - opacity: 0; - } -} -@keyframes antSlideLeftIn { - 0% { - transform: scaleX(0.8); - transform-origin: 0% 0%; - opacity: 0; - } - 100% { - transform: scaleX(1); - transform-origin: 0% 0%; - opacity: 1; - } -} -@keyframes antSlideLeftOut { - 0% { - transform: scaleX(1); - transform-origin: 0% 0%; - opacity: 1; - } - 100% { - transform: scaleX(0.8); - transform-origin: 0% 0%; - opacity: 0; - } -} -@keyframes antSlideRightIn { - 0% { - transform: scaleX(0.8); - transform-origin: 100% 0%; - opacity: 0; - } - 100% { - transform: scaleX(1); - transform-origin: 100% 0%; - opacity: 1; - } -} -@keyframes antSlideRightOut { - 0% { - transform: scaleX(1); - transform-origin: 100% 0%; - opacity: 1; - } - 100% { - transform: scaleX(0.8); - transform-origin: 100% 0%; - opacity: 0; - } -} -.swing-enter, -.swing-appear { - animation-duration: 0.2s; - animation-fill-mode: both; - animation-play-state: paused; -} -.swing-enter.swing-enter-active, -.swing-appear.swing-appear-active { - animation-name: antSwingIn; - animation-play-state: running; -} -@keyframes antSwingIn { - 0%, - 100% { - transform: translateX(0); - } - 20% { - transform: translateX(-10px); - } - 40% { - transform: translateX(10px); - } - 60% { - transform: translateX(-5px); - } - 80% { - transform: translateX(5px); - } -} -.zoom-enter, -.zoom-appear { - animation-duration: 0.2s; - animation-fill-mode: both; - animation-play-state: paused; -} -.zoom-leave { - animation-duration: 0.2s; - animation-fill-mode: both; - animation-play-state: paused; -} -.zoom-enter.zoom-enter-active, -.zoom-appear.zoom-appear-active { - animation-name: antZoomIn; - animation-play-state: running; -} -.zoom-leave.zoom-leave-active { - animation-name: antZoomOut; - animation-play-state: running; - pointer-events: none; -} -.zoom-enter, -.zoom-appear { - transform: scale(0); - opacity: 0; - animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1); -} -.zoom-leave { - animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86); -} -.zoom-big-enter, -.zoom-big-appear { - animation-duration: 0.2s; - animation-fill-mode: both; - animation-play-state: paused; -} -.zoom-big-leave { - animation-duration: 0.2s; - animation-fill-mode: both; - animation-play-state: paused; -} -.zoom-big-enter.zoom-big-enter-active, -.zoom-big-appear.zoom-big-appear-active { - animation-name: antZoomBigIn; - animation-play-state: running; -} -.zoom-big-leave.zoom-big-leave-active { - animation-name: antZoomBigOut; - animation-play-state: running; - pointer-events: none; -} -.zoom-big-enter, -.zoom-big-appear { - transform: scale(0); - opacity: 0; - animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1); -} -.zoom-big-leave { - animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86); -} -.zoom-big-fast-enter, -.zoom-big-fast-appear { - animation-duration: 0.1s; - animation-fill-mode: both; - animation-play-state: paused; -} -.zoom-big-fast-leave { - animation-duration: 0.1s; - animation-fill-mode: both; - animation-play-state: paused; -} -.zoom-big-fast-enter.zoom-big-fast-enter-active, -.zoom-big-fast-appear.zoom-big-fast-appear-active { - animation-name: antZoomBigIn; - animation-play-state: running; -} -.zoom-big-fast-leave.zoom-big-fast-leave-active { - animation-name: antZoomBigOut; - animation-play-state: running; - pointer-events: none; -} -.zoom-big-fast-enter, -.zoom-big-fast-appear { - transform: scale(0); - opacity: 0; - animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1); -} -.zoom-big-fast-leave { - animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86); -} -.zoom-up-enter, -.zoom-up-appear { - animation-duration: 0.2s; - animation-fill-mode: both; - animation-play-state: paused; -} -.zoom-up-leave { - animation-duration: 0.2s; - animation-fill-mode: both; - animation-play-state: paused; -} -.zoom-up-enter.zoom-up-enter-active, -.zoom-up-appear.zoom-up-appear-active { - animation-name: antZoomUpIn; - animation-play-state: running; -} -.zoom-up-leave.zoom-up-leave-active { - animation-name: antZoomUpOut; - animation-play-state: running; - pointer-events: none; -} -.zoom-up-enter, -.zoom-up-appear { - transform: scale(0); - opacity: 0; - animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1); -} -.zoom-up-leave { - animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86); -} -.zoom-down-enter, -.zoom-down-appear { - animation-duration: 0.2s; - animation-fill-mode: both; - animation-play-state: paused; -} -.zoom-down-leave { - animation-duration: 0.2s; - animation-fill-mode: both; - animation-play-state: paused; -} -.zoom-down-enter.zoom-down-enter-active, -.zoom-down-appear.zoom-down-appear-active { - animation-name: antZoomDownIn; - animation-play-state: running; -} -.zoom-down-leave.zoom-down-leave-active { - animation-name: antZoomDownOut; - animation-play-state: running; - pointer-events: none; -} -.zoom-down-enter, -.zoom-down-appear { - transform: scale(0); - opacity: 0; - animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1); -} -.zoom-down-leave { - animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86); -} -.zoom-left-enter, -.zoom-left-appear { - animation-duration: 0.2s; - animation-fill-mode: both; - animation-play-state: paused; -} -.zoom-left-leave { - animation-duration: 0.2s; - animation-fill-mode: both; - animation-play-state: paused; -} -.zoom-left-enter.zoom-left-enter-active, -.zoom-left-appear.zoom-left-appear-active { - animation-name: antZoomLeftIn; - animation-play-state: running; -} -.zoom-left-leave.zoom-left-leave-active { - animation-name: antZoomLeftOut; - animation-play-state: running; - pointer-events: none; -} -.zoom-left-enter, -.zoom-left-appear { - transform: scale(0); - opacity: 0; - animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1); -} -.zoom-left-leave { - animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86); -} -.zoom-right-enter, -.zoom-right-appear { - animation-duration: 0.2s; - animation-fill-mode: both; - animation-play-state: paused; -} -.zoom-right-leave { - animation-duration: 0.2s; - animation-fill-mode: both; - animation-play-state: paused; -} -.zoom-right-enter.zoom-right-enter-active, -.zoom-right-appear.zoom-right-appear-active { - animation-name: antZoomRightIn; - animation-play-state: running; -} -.zoom-right-leave.zoom-right-leave-active { - animation-name: antZoomRightOut; - animation-play-state: running; - pointer-events: none; -} -.zoom-right-enter, -.zoom-right-appear { - transform: scale(0); - opacity: 0; - animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1); -} -.zoom-right-leave { - animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86); -} -@keyframes antZoomIn { - 0% { - transform: scale(0.2); - opacity: 0; - } - 100% { - transform: scale(1); - opacity: 1; - } -} -@keyframes antZoomOut { - 0% { - transform: scale(1); - } - 100% { - transform: scale(0.2); - opacity: 0; - } -} -@keyframes antZoomBigIn { - 0% { - transform: scale(0.8); - opacity: 0; - } - 100% { - transform: scale(1); - opacity: 1; - } -} -@keyframes antZoomBigOut { - 0% { - transform: scale(1); - } - 100% { - transform: scale(0.8); - opacity: 0; - } -} -@keyframes antZoomUpIn { - 0% { - transform: scale(0.8); - transform-origin: 50% 0%; - opacity: 0; - } - 100% { - transform: scale(1); - transform-origin: 50% 0%; - } -} -@keyframes antZoomUpOut { - 0% { - transform: scale(1); - transform-origin: 50% 0%; - } - 100% { - transform: scale(0.8); - transform-origin: 50% 0%; - opacity: 0; - } -} -@keyframes antZoomLeftIn { - 0% { - transform: scale(0.8); - transform-origin: 0% 50%; - opacity: 0; - } - 100% { - transform: scale(1); - transform-origin: 0% 50%; - } -} -@keyframes antZoomLeftOut { - 0% { - transform: scale(1); - transform-origin: 0% 50%; - } - 100% { - transform: scale(0.8); - transform-origin: 0% 50%; - opacity: 0; - } -} -@keyframes antZoomRightIn { - 0% { - transform: scale(0.8); - transform-origin: 100% 50%; - opacity: 0; - } - 100% { - transform: scale(1); - transform-origin: 100% 50%; - } -} -@keyframes antZoomRightOut { - 0% { - transform: scale(1); - transform-origin: 100% 50%; - } - 100% { - transform: scale(0.8); - transform-origin: 100% 50%; - opacity: 0; - } -} -@keyframes antZoomDownIn { - 0% { - transform: scale(0.8); - transform-origin: 50% 100%; - opacity: 0; - } - 100% { - transform: scale(1); - transform-origin: 50% 100%; - } -} -@keyframes antZoomDownOut { - 0% { - transform: scale(1); - transform-origin: 50% 100%; - } - 100% { - transform: scale(0.8); - transform-origin: 50% 100%; - opacity: 0; - } -} -.ant-motion-collapse-legacy { - overflow: hidden; -} -.ant-motion-collapse-legacy-active { - transition: height 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1) !important; -} -.ant-motion-collapse { - overflow: hidden; - transition: height 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1) !important; -} -.ant-affix { - position: fixed; - z-index: 10; -} -.ant-alert { - box-sizing: border-box; - margin: 0; - padding: 0; - color: hsl(0, 0%, 90%); - font-size: 14px; - font-variant: tabular-nums; - line-height: 1.5; - list-style: none; - font-feature-settings: 'tnum'; - position: relative; - padding: 8px 15px 8px 37px; - border-radius: 0; -} -.ant-alert.ant-alert-no-icon { - padding: 8px 15px; -} -.ant-alert.ant-alert-closable { - padding-right: 30px; -} -.ant-alert-icon { - position: absolute; - top: 11.5px; - left: 16px; -} -.ant-alert-description { - display: none; - font-size: 14px; - line-height: 22px; -} -.ant-alert-success { - background-color: #f6ffed; - border: 1px solid #b7eb8f; -} -.ant-alert-success .ant-alert-icon { - color: #52c41a; -} -.ant-alert-info { - background-color: #fffae6; - border: 1px solid #ffde7a; -} -.ant-alert-info .ant-alert-icon { - color: orange; -} -.ant-alert-warning { - background-color: #fff4f0; - border: 1px solid #fff3f0; -} -.ant-alert-warning .ant-alert-icon { - color: salmon; -} -.ant-alert-error { - background-color: #fff1f0; - border: 1px solid #ffa39e; -} -.ant-alert-error .ant-alert-icon { - color: #f5222d; -} -.ant-alert-close-icon { - position: absolute; - top: 8px; - right: 16px; - overflow: hidden; - font-size: 12px; - line-height: 22px; - cursor: pointer; -} -.ant-alert-close-icon .anticon-close { - color: hsl(0, 0%, 35%); - transition: color 0.3s; -} -.ant-alert-close-icon .anticon-close:hover { - color: rgba(0, 0, 0, 0.75); -} -.ant-alert-close-text { - position: absolute; - right: 16px; -} -.ant-alert-with-description { - position: relative; - padding: 15px 15px 15px 64px; - color: hsl(0, 0%, 90%); - line-height: 1.5; - border-radius: 0; -} -.ant-alert-with-description.ant-alert-no-icon { - padding: 15px; -} -.ant-alert-with-description .ant-alert-icon { - position: absolute; - top: 16px; - left: 24px; - font-size: 24px; -} -.ant-alert-with-description .ant-alert-close-icon { - position: absolute; - top: 16px; - right: 16px; - font-size: 14px; - cursor: pointer; -} -.ant-alert-with-description .ant-alert-message { - display: block; - margin-bottom: 4px; - color: red; - font-size: 16px; -} -.ant-alert-with-description .ant-alert-description { - display: block; -} -.ant-alert.ant-alert-close { - height: 0 !important; - margin: 0; - padding-top: 0; - padding-bottom: 0; - transform-origin: 50% 0; - transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86); -} -.ant-alert-slide-up-leave { - animation: antAlertSlideUpOut 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86); - animation-fill-mode: both; -} -.ant-alert-banner { - margin-bottom: 0; - border: 0; - border-radius: 0; -} -@keyframes antAlertSlideUpIn { - 0% { - transform: scaleY(0); - transform-origin: 0% 0%; - opacity: 0; - } - 100% { - transform: scaleY(1); - transform-origin: 0% 0%; - opacity: 1; - } -} -@keyframes antAlertSlideUpOut { - 0% { - transform: scaleY(1); - transform-origin: 0% 0%; - opacity: 1; - } - 100% { - transform: scaleY(0); - transform-origin: 0% 0%; - opacity: 0; - } -} -.ant-anchor { - box-sizing: border-box; - margin: 0; - padding: 0; - color: hsl(0, 0%, 90%); - font-size: 14px; - font-variant: tabular-nums; - line-height: 1.5; - list-style: none; - font-feature-settings: 'tnum'; - position: relative; - padding-left: 2px; -} -.ant-anchor-wrapper { - margin-left: -4px; - padding-left: 4px; - overflow: auto; - background-color: hsl(0, 0%, 20%); -} -.ant-anchor-ink { - position: absolute; - top: 0; - left: 0; - height: 100%; -} -.ant-anchor-ink::before { - position: relative; - display: block; - width: 2px; - height: 100%; - margin: 0 auto; - background-color: hsl(0, 0%, 30%); - content: ' '; -} -.ant-anchor-ink-ball { - position: absolute; - left: 50%; - display: none; - width: 8px; - height: 8px; - background-color: hsl(0, 0%, 20%); - border: 2px solid hsl(200, 60%, 75%); - border-radius: 8px; - transform: translateX(-50%); - transition: top 0.3s ease-in-out; -} -.ant-anchor-ink-ball.visible { - display: inline-block; -} -.ant-anchor.fixed .ant-anchor-ink .ant-anchor-ink-ball { - display: none; -} -.ant-anchor-link { - padding: 7px 0 7px 16px; - line-height: 1.143; -} -.ant-anchor-link-title { - position: relative; - display: block; - margin-bottom: 6px; - overflow: hidden; - color: hsl(0, 0%, 90%); - white-space: nowrap; - text-overflow: ellipsis; - transition: all 0.3s; -} -.ant-anchor-link-title:only-child { - margin-bottom: 0; -} -.ant-anchor-link-active > .ant-anchor-link-title { - color: hsl(200, 60%, 75%); -} -.ant-anchor-link .ant-anchor-link { - padding-top: 5px; - padding-bottom: 5px; -} -.ant-select-auto-complete { - box-sizing: border-box; - margin: 0; - padding: 0; - color: hsl(0, 0%, 90%); - font-size: 14px; - font-variant: tabular-nums; - line-height: 1.5; - list-style: none; - font-feature-settings: 'tnum'; -} -.ant-select-auto-complete.ant-select .ant-select-selection { - border: 0; - box-shadow: none; -} -.ant-select-auto-complete.ant-select .ant-select-selection__rendered { - height: 100%; - margin-right: 0; - margin-left: 0; - line-height: 28px; -} -.ant-select-auto-complete.ant-select .ant-select-selection__placeholder { - margin-right: 6px; - margin-left: 6px; -} -.ant-select-auto-complete.ant-select .ant-select-selection--single { - height: auto; -} -.ant-select-auto-complete.ant-select .ant-select-search--inline { - position: static; - float: left; -} -.ant-select-auto-complete.ant-select-allow-clear .ant-select-selection:hover .ant-select-selection__rendered { - margin-right: 0 !important; -} -.ant-select-auto-complete.ant-select .ant-input { - height: 28px; - line-height: 1.5; - background: transparent; - border-width: 1px; -} -.ant-select-auto-complete.ant-select .ant-input:focus, -.ant-select-auto-complete.ant-select .ant-input:hover { - border-color: #c9e6f2; - border-right-width: 1px !important; -} -.ant-select-auto-complete.ant-select .ant-input[disabled] { - color: hsl(0, 0%, 50%); - background-color: hsl(0, 0%, 20%); - cursor: not-allowed; - opacity: 1; - background-color: transparent; -} -.ant-select-auto-complete.ant-select .ant-input[disabled]:hover { - border-color: #736c6c; - border-right-width: 1px !important; -} -.ant-select-auto-complete.ant-select-lg .ant-select-selection__rendered { - line-height: 34px; -} -.ant-select-auto-complete.ant-select-lg .ant-input { - height: 34px; - padding-top: 6px; - padding-bottom: 6px; -} -.ant-select-auto-complete.ant-select-sm .ant-select-selection__rendered { - line-height: 24px; -} -.ant-select-auto-complete.ant-select-sm .ant-input { - height: 24px; - padding-top: 1px; - padding-bottom: 1px; -} -.ant-input-group > .ant-select-auto-complete .ant-select-search__field.ant-input-affix-wrapper { - display: inline; - float: none; -} -.ant-avatar { - box-sizing: border-box; - margin: 0; - padding: 0; - color: hsl(0, 0%, 90%); - font-size: 14px; - font-variant: tabular-nums; - line-height: 1.5; - list-style: none; - font-feature-settings: 'tnum'; - position: relative; - display: inline-block; - overflow: hidden; - color: #fff; - white-space: nowrap; - text-align: center; - vertical-align: middle; - background: #ccc; - width: 32px; - height: 32px; - line-height: 32px; - border-radius: 50%; -} -.ant-avatar-image { - background: transparent; -} -.ant-avatar-string { - position: absolute; - left: 50%; - transform-origin: 0 center; -} -.ant-avatar.ant-avatar-icon { - font-size: 18px; -} -.ant-avatar-lg { - width: 40px; - height: 40px; - line-height: 40px; - border-radius: 50%; -} -.ant-avatar-lg-string { - position: absolute; - left: 50%; - transform-origin: 0 center; -} -.ant-avatar-lg.ant-avatar-icon { - font-size: 24px; -} -.ant-avatar-sm { - width: 24px; - height: 24px; - line-height: 24px; - border-radius: 50%; -} -.ant-avatar-sm-string { - position: absolute; - left: 50%; - transform-origin: 0 center; -} -.ant-avatar-sm.ant-avatar-icon { - font-size: 14px; -} -.ant-avatar-square { - border-radius: 0; -} -.ant-avatar > img { - display: block; - width: 100%; - height: 100%; -} -.ant-back-top { - box-sizing: border-box; - margin: 0; - padding: 0; - color: hsl(0, 0%, 90%); - font-size: 14px; - font-variant: tabular-nums; - line-height: 1.5; - list-style: none; - font-feature-settings: 'tnum'; - position: fixed; - right: 100px; - bottom: 50px; - z-index: 10; - width: 40px; - height: 40px; - cursor: pointer; -} -.ant-back-top-content { - width: 40px; - height: 40px; - overflow: hidden; - color: #fff; - text-align: center; - background-color: hsl(0, 0%, 35%); - border-radius: 20px; - transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); -} -.ant-back-top-content:hover { - background-color: hsl(0, 0%, 90%); - transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); -} -.ant-back-top-icon { - width: 14px; - height: 16px; - margin: 12px auto; - background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAoCAYAAACWwljjAAAABGdBTUEAALGPC/xhBQAAAbtJREFUWAntmMtKw0AUhhMvS5cuxILgQlRUpIggIoKIIoigG1eC+AA+jo+i6FIXBfeuXIgoeKVeitVWJX5HWhhDksnUpp3FDPyZk3Nm5nycmZKkXhAEOXSA3lG7muTeRzmfy6HneUvIhnYkQK+Q9NhAA0Opg0vBEhjBKHiyb8iGMyQMOYuK41BcBSypAL+MYXSKjtFAW7EAGEO3qN4uMQbbAkXiSfRQJ1H6a+yhlkKRcAoVFYiweYNjtCVQJJpBz2GCiPt7fBOZQpFgDpUikse5HgnkM4Fi4QX0Fpc5wf9EbLqpUCy4jMoJSXWhFwbMNgWKhVbRhy5jirhs9fy/oFhgHVVTJEs7RLZ8sSEoJm6iz7SZDMbJ+/OKERQTttCXQRLToRUmrKWCYuA2+jbN0MB4OQobYShfdTCgn/sL1K36M7TLrN3n+758aPy2rrpR6+/od5E8tf/A1uLS9aId5T7J3CNYihkQ4D9PiMdMC7mp4rjB9kjFjZp8BlnVHJBuO1yFXIV0FdDF3RlyFdJVQBdv5AxVdIsq8apiZ2PyYO1EVykesGfZEESsCkweyR8MUW+V8uJ1gkYipmpdP1pm2aJVPEGzAAAAAElFTkSuQmCC) 100%/100% no-repeat; -} -@media screen and (max-width: 768px) { - .ant-back-top { - right: 60px; - } -} -@media screen and (max-width: 480px) { - .ant-back-top { - right: 20px; - } -} -.ant-badge { - box-sizing: border-box; - margin: 0; - padding: 0; - color: hsl(0, 0%, 90%); - font-size: 14px; - font-variant: tabular-nums; - line-height: 1.5; - list-style: none; - font-feature-settings: 'tnum'; - position: relative; - display: inline-block; - color: unset; - line-height: 1; -} -.ant-badge-count { - z-index: 10; - min-width: 20px; - height: 20px; - padding: 0 6px; - color: hsl(0, 0%, 20%); - font-weight: normal; - font-size: 12px; - line-height: 20px; - white-space: nowrap; - text-align: center; - background: blue; - border-radius: 10px; - box-shadow: 0 0 0 1px hsl(0, 0%, 20%); -} -.ant-badge-count a, -.ant-badge-count a:hover { - color: hsl(0, 0%, 20%); -} -.ant-badge-multiple-words { - padding: 0 8px; -} -.ant-badge-dot { - z-index: 10; - width: 6px; - height: 6px; - background: blue; - border-radius: 100%; - box-shadow: 0 0 0 1px hsl(0, 0%, 20%); -} -.ant-badge-count, -.ant-badge-dot, -.ant-badge .ant-scroll-number-custom-component { - position: absolute; - top: 0; - right: 0; - transform: translate(50%, -50%); - transform-origin: 100% 0%; -} -.ant-badge-status { - line-height: inherit; - vertical-align: baseline; -} -.ant-badge-status-dot { - position: relative; - top: -1px; - display: inline-block; - width: 6px; - height: 6px; - vertical-align: middle; - border-radius: 50%; -} -.ant-badge-status-success { - background-color: #52c41a; -} -.ant-badge-status-processing { - position: relative; - background-color: #1890ff; -} -.ant-badge-status-processing::after { - position: absolute; - top: 0; - left: 0; - width: 100%; - height: 100%; - border: 1px solid #1890ff; - border-radius: 50%; - animation: antStatusProcessing 1.2s infinite ease-in-out; - content: ''; -} -.ant-badge-status-default { - background-color: #d9d9d9; -} -.ant-badge-status-error { - background-color: #f5222d; -} -.ant-badge-status-warning { - background-color: salmon; -} -.ant-badge-status-pink { - background: #eb2f96; -} -.ant-badge-status-magenta { - background: #eb2f96; -} -.ant-badge-status-red { - background: #f5222d; -} -.ant-badge-status-volcano { - background: #fa541c; -} -.ant-badge-status-orange { - background: #fa8c16; -} -.ant-badge-status-yellow { - background: #fadb14; -} -.ant-badge-status-gold { - background: #faad14; -} -.ant-badge-status-cyan { - background: #13c2c2; -} -.ant-badge-status-lime { - background: #a0d911; -} -.ant-badge-status-green { - background: #52c41a; -} -.ant-badge-status-blue { - background: #1890ff; -} -.ant-badge-status-geekblue { - background: #2f54eb; -} -.ant-badge-status-purple { - background: #722ed1; -} -.ant-badge-status-text { - margin-left: 8px; - color: hsl(0, 0%, 90%); - font-size: 14px; -} -.ant-badge-zoom-appear, -.ant-badge-zoom-enter { - animation: antZoomBadgeIn 0.3s cubic-bezier(0.12, 0.4, 0.29, 1.46); - animation-fill-mode: both; -} -.ant-badge-zoom-leave { - animation: antZoomBadgeOut 0.3s cubic-bezier(0.71, -0.46, 0.88, 0.6); - animation-fill-mode: both; -} -.ant-badge-not-a-wrapper:not(.ant-badge-status) { - vertical-align: middle; -} -.ant-badge-not-a-wrapper .ant-scroll-number { - position: relative; - top: auto; - display: block; -} -.ant-badge-not-a-wrapper .ant-badge-count { - transform: none; -} -@keyframes antStatusProcessing { - 0% { - transform: scale(0.8); - opacity: 0.5; - } - 100% { - transform: scale(2.4); - opacity: 0; - } -} -.ant-scroll-number { - overflow: hidden; -} -.ant-scroll-number-only { - display: inline-block; - height: 20px; - transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); -} -.ant-scroll-number-only > p { - height: 20px; - margin: 0; -} -.ant-scroll-number-symbol { - vertical-align: top; -} -@keyframes antZoomBadgeIn { - 0% { - transform: scale(0) translate(50%, -50%); - opacity: 0; - } - 100% { - transform: scale(1) translate(50%, -50%); - } -} -@keyframes antZoomBadgeOut { - 0% { - transform: scale(1) translate(50%, -50%); - } - 100% { - transform: scale(0) translate(50%, -50%); - opacity: 0; - } -} -.ant-breadcrumb { - box-sizing: border-box; - margin: 0; - padding: 0; - color: hsl(0, 0%, 90%); - font-variant: tabular-nums; - line-height: 1.5; - list-style: none; - font-feature-settings: 'tnum'; - color: hsl(0, 0%, 35%); - font-size: 14px; -} -.ant-breadcrumb .anticon { - font-size: 14px; -} -.ant-breadcrumb a { - color: hsl(0, 0%, 35%); - transition: color 0.3s; -} -.ant-breadcrumb a:hover { - color: hsl(200, 10%, 60%); -} -.ant-breadcrumb > span:last-child { - color: hsl(0, 0%, 90%); -} -.ant-breadcrumb > span:last-child .ant-breadcrumb-separator { - display: none; -} -.ant-breadcrumb-separator { - margin: 0 4px; - color: hsl(0, 0%, 35%); -} -.ant-breadcrumb-link > .anticon + span { - margin-left: 4px; -} -.ant-breadcrumb-overlay-link > .anticon { - margin-left: 4px; -} -.ant-btn { - line-height: 1.499; - position: relative; - display: inline-block; - font-weight: 400; - white-space: nowrap; - text-align: center; - background-image: none; - border: 1px solid transparent; - box-shadow: 0 2px 0 rgba(0, 0, 0, 0.015); - cursor: pointer; - transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); - user-select: none; - touch-action: manipulation; - height: 28px; - padding: 0 7px; - font-size: 14px; - border-radius: 0; - color: hsl(0, 0%, 90%); - background-color: hsl(0, 0%, 30%); - border-color: hsl(0, 0%, 40%); -} -.ant-btn > .anticon { - line-height: 1; -} -.ant-btn, -.ant-btn:active, -.ant-btn:focus { - outline: 0; -} -.ant-btn:not([disabled]):hover { - text-decoration: none; -} -.ant-btn:not([disabled]):active { - outline: 0; - box-shadow: none; -} -.ant-btn.disabled, -.ant-btn[disabled] { - cursor: not-allowed; -} -.ant-btn.disabled > *, -.ant-btn[disabled] > * { - pointer-events: none; -} -.ant-btn-lg { - height: 34px; - padding: 0 7px; - font-size: 16px; - border-radius: 0; -} -.ant-btn-sm { - height: 24px; - padding: 0 3px; - font-size: 14px; - border-radius: 0; -} -.ant-btn > a:only-child { - color: currentColor; -} -.ant-btn > a:only-child::after { - position: absolute; - top: 0; - right: 0; - bottom: 0; - left: 0; - background: transparent; - content: ''; -} -.ant-btn:hover, -.ant-btn:focus { - color: #c9e6f2; - background-color: hsl(0, 0%, 30%); - border-color: #c9e6f2; -} -.ant-btn:hover > a:only-child, -.ant-btn:focus > a:only-child { - color: currentColor; -} -.ant-btn:hover > a:only-child::after, -.ant-btn:focus > a:only-child::after { - position: absolute; - top: 0; - right: 0; - bottom: 0; - left: 0; - background: transparent; - content: ''; -} -.ant-btn:active, -.ant-btn.active { - color: #77a5bf; - background-color: hsl(0, 0%, 30%); - border-color: #77a5bf; -} -.ant-btn:active > a:only-child, -.ant-btn.active > a:only-child { - color: currentColor; -} -.ant-btn:active > a:only-child::after, -.ant-btn.active > a:only-child::after { - position: absolute; - top: 0; - right: 0; - bottom: 0; - left: 0; - background: transparent; - content: ''; -} -.ant-btn-disabled, -.ant-btn.disabled, -.ant-btn[disabled], -.ant-btn-disabled:hover, -.ant-btn.disabled:hover, -.ant-btn[disabled]:hover, -.ant-btn-disabled:focus, -.ant-btn.disabled:focus, -.ant-btn[disabled]:focus, -.ant-btn-disabled:active, -.ant-btn.disabled:active, -.ant-btn[disabled]:active, -.ant-btn-disabled.active, -.ant-btn.disabled.active, -.ant-btn[disabled].active { - color: hsl(0, 0%, 50%); - background-color: hsl(0, 0%, 20%); - border-color: hsl(0, 0%, 40%); - text-shadow: none; - box-shadow: none; -} -.ant-btn-disabled > a:only-child, -.ant-btn.disabled > a:only-child, -.ant-btn[disabled] > a:only-child, -.ant-btn-disabled:hover > a:only-child, -.ant-btn.disabled:hover > a:only-child, -.ant-btn[disabled]:hover > a:only-child, -.ant-btn-disabled:focus > a:only-child, -.ant-btn.disabled:focus > a:only-child, -.ant-btn[disabled]:focus > a:only-child, -.ant-btn-disabled:active > a:only-child, -.ant-btn.disabled:active > a:only-child, -.ant-btn[disabled]:active > a:only-child, -.ant-btn-disabled.active > a:only-child, -.ant-btn.disabled.active > a:only-child, -.ant-btn[disabled].active > a:only-child { - color: currentColor; -} -.ant-btn-disabled > a:only-child::after, -.ant-btn.disabled > a:only-child::after, -.ant-btn[disabled] > a:only-child::after, -.ant-btn-disabled:hover > a:only-child::after, -.ant-btn.disabled:hover > a:only-child::after, -.ant-btn[disabled]:hover > a:only-child::after, -.ant-btn-disabled:focus > a:only-child::after, -.ant-btn.disabled:focus > a:only-child::after, -.ant-btn[disabled]:focus > a:only-child::after, -.ant-btn-disabled:active > a:only-child::after, -.ant-btn.disabled:active > a:only-child::after, -.ant-btn[disabled]:active > a:only-child::after, -.ant-btn-disabled.active > a:only-child::after, -.ant-btn.disabled.active > a:only-child::after, -.ant-btn[disabled].active > a:only-child::after { - position: absolute; - top: 0; - right: 0; - bottom: 0; - left: 0; - background: transparent; - content: ''; -} -.ant-btn:hover, -.ant-btn:focus, -.ant-btn:active, -.ant-btn.active { - text-decoration: none; - background: hsl(0, 0%, 30%); -} -.ant-btn > i, -.ant-btn > span { - display: inline-block; - pointer-events: none; -} -.ant-btn-primary { - color: #fff; - background-color: hsl(200, 60%, 75%); - border-color: hsl(200, 60%, 75%); - text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12); - box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045); -} -.ant-btn-primary > a:only-child { - color: currentColor; -} -.ant-btn-primary > a:only-child::after { - position: absolute; - top: 0; - right: 0; - bottom: 0; - left: 0; - background: transparent; - content: ''; -} -.ant-btn-primary:hover, -.ant-btn-primary:focus { - color: #fff; - background-color: #c9e6f2; - border-color: #c9e6f2; -} -.ant-btn-primary:hover > a:only-child, -.ant-btn-primary:focus > a:only-child { - color: currentColor; -} -.ant-btn-primary:hover > a:only-child::after, -.ant-btn-primary:focus > a:only-child::after { - position: absolute; - top: 0; - right: 0; - bottom: 0; - left: 0; - background: transparent; - content: ''; -} -.ant-btn-primary:active, -.ant-btn-primary.active { - color: #fff; - background-color: #77a5bf; - border-color: #77a5bf; -} -.ant-btn-primary:active > a:only-child, -.ant-btn-primary.active > a:only-child { - color: currentColor; -} -.ant-btn-primary:active > a:only-child::after, -.ant-btn-primary.active > a:only-child::after { - position: absolute; - top: 0; - right: 0; - bottom: 0; - left: 0; - background: transparent; - content: ''; -} -.ant-btn-primary-disabled, -.ant-btn-primary.disabled, -.ant-btn-primary[disabled], -.ant-btn-primary-disabled:hover, -.ant-btn-primary.disabled:hover, -.ant-btn-primary[disabled]:hover, -.ant-btn-primary-disabled:focus, -.ant-btn-primary.disabled:focus, -.ant-btn-primary[disabled]:focus, -.ant-btn-primary-disabled:active, -.ant-btn-primary.disabled:active, -.ant-btn-primary[disabled]:active, -.ant-btn-primary-disabled.active, -.ant-btn-primary.disabled.active, -.ant-btn-primary[disabled].active { - color: hsl(0, 0%, 50%); - background-color: hsl(0, 0%, 20%); - border-color: hsl(0, 0%, 40%); - text-shadow: none; - box-shadow: none; -} -.ant-btn-primary-disabled > a:only-child, -.ant-btn-primary.disabled > a:only-child, -.ant-btn-primary[disabled] > a:only-child, -.ant-btn-primary-disabled:hover > a:only-child, -.ant-btn-primary.disabled:hover > a:only-child, -.ant-btn-primary[disabled]:hover > a:only-child, -.ant-btn-primary-disabled:focus > a:only-child, -.ant-btn-primary.disabled:focus > a:only-child, -.ant-btn-primary[disabled]:focus > a:only-child, -.ant-btn-primary-disabled:active > a:only-child, -.ant-btn-primary.disabled:active > a:only-child, -.ant-btn-primary[disabled]:active > a:only-child, -.ant-btn-primary-disabled.active > a:only-child, -.ant-btn-primary.disabled.active > a:only-child, -.ant-btn-primary[disabled].active > a:only-child { - color: currentColor; -} -.ant-btn-primary-disabled > a:only-child::after, -.ant-btn-primary.disabled > a:only-child::after, -.ant-btn-primary[disabled] > a:only-child::after, -.ant-btn-primary-disabled:hover > a:only-child::after, -.ant-btn-primary.disabled:hover > a:only-child::after, -.ant-btn-primary[disabled]:hover > a:only-child::after, -.ant-btn-primary-disabled:focus > a:only-child::after, -.ant-btn-primary.disabled:focus > a:only-child::after, -.ant-btn-primary[disabled]:focus > a:only-child::after, -.ant-btn-primary-disabled:active > a:only-child::after, -.ant-btn-primary.disabled:active > a:only-child::after, -.ant-btn-primary[disabled]:active > a:only-child::after, -.ant-btn-primary-disabled.active > a:only-child::after, -.ant-btn-primary.disabled.active > a:only-child::after, -.ant-btn-primary[disabled].active > a:only-child::after { - position: absolute; - top: 0; - right: 0; - bottom: 0; - left: 0; - background: transparent; - content: ''; -} -.ant-btn-group .ant-btn-primary:not(:first-child):not(:last-child) { - border-right-color: hsl(200, 10%, 60%); - border-left-color: hsl(200, 10%, 60%); -} -.ant-btn-group .ant-btn-primary:not(:first-child):not(:last-child):disabled { - border-color: hsl(0, 0%, 40%); -} -.ant-btn-group .ant-btn-primary:first-child:not(:last-child) { - border-right-color: hsl(200, 10%, 60%); -} -.ant-btn-group .ant-btn-primary:first-child:not(:last-child)[disabled] { - border-right-color: hsl(0, 0%, 40%); -} -.ant-btn-group .ant-btn-primary:last-child:not(:first-child), -.ant-btn-group .ant-btn-primary + .ant-btn-primary { - border-left-color: hsl(200, 10%, 60%); -} -.ant-btn-group .ant-btn-primary:last-child:not(:first-child)[disabled], -.ant-btn-group .ant-btn-primary + .ant-btn-primary[disabled] { - border-left-color: hsl(0, 0%, 40%); -} -.ant-btn-ghost { - color: hsl(0, 0%, 90%); - background-color: transparent; - border-color: hsl(0, 0%, 40%); -} -.ant-btn-ghost > a:only-child { - color: currentColor; -} -.ant-btn-ghost > a:only-child::after { - position: absolute; - top: 0; - right: 0; - bottom: 0; - left: 0; - background: transparent; - content: ''; -} -.ant-btn-ghost:hover, -.ant-btn-ghost:focus { - color: #c9e6f2; - background-color: transparent; - border-color: #c9e6f2; -} -.ant-btn-ghost:hover > a:only-child, -.ant-btn-ghost:focus > a:only-child { - color: currentColor; -} -.ant-btn-ghost:hover > a:only-child::after, -.ant-btn-ghost:focus > a:only-child::after { - position: absolute; - top: 0; - right: 0; - bottom: 0; - left: 0; - background: transparent; - content: ''; -} -.ant-btn-ghost:active, -.ant-btn-ghost.active { - color: #77a5bf; - background-color: transparent; - border-color: #77a5bf; -} -.ant-btn-ghost:active > a:only-child, -.ant-btn-ghost.active > a:only-child { - color: currentColor; -} -.ant-btn-ghost:active > a:only-child::after, -.ant-btn-ghost.active > a:only-child::after { - position: absolute; - top: 0; - right: 0; - bottom: 0; - left: 0; - background: transparent; - content: ''; -} -.ant-btn-ghost-disabled, -.ant-btn-ghost.disabled, -.ant-btn-ghost[disabled], -.ant-btn-ghost-disabled:hover, -.ant-btn-ghost.disabled:hover, -.ant-btn-ghost[disabled]:hover, -.ant-btn-ghost-disabled:focus, -.ant-btn-ghost.disabled:focus, -.ant-btn-ghost[disabled]:focus, -.ant-btn-ghost-disabled:active, -.ant-btn-ghost.disabled:active, -.ant-btn-ghost[disabled]:active, -.ant-btn-ghost-disabled.active, -.ant-btn-ghost.disabled.active, -.ant-btn-ghost[disabled].active { - color: hsl(0, 0%, 50%); - background-color: hsl(0, 0%, 20%); - border-color: hsl(0, 0%, 40%); - text-shadow: none; - box-shadow: none; -} -.ant-btn-ghost-disabled > a:only-child, -.ant-btn-ghost.disabled > a:only-child, -.ant-btn-ghost[disabled] > a:only-child, -.ant-btn-ghost-disabled:hover > a:only-child, -.ant-btn-ghost.disabled:hover > a:only-child, -.ant-btn-ghost[disabled]:hover > a:only-child, -.ant-btn-ghost-disabled:focus > a:only-child, -.ant-btn-ghost.disabled:focus > a:only-child, -.ant-btn-ghost[disabled]:focus > a:only-child, -.ant-btn-ghost-disabled:active > a:only-child, -.ant-btn-ghost.disabled:active > a:only-child, -.ant-btn-ghost[disabled]:active > a:only-child, -.ant-btn-ghost-disabled.active > a:only-child, -.ant-btn-ghost.disabled.active > a:only-child, -.ant-btn-ghost[disabled].active > a:only-child { - color: currentColor; -} -.ant-btn-ghost-disabled > a:only-child::after, -.ant-btn-ghost.disabled > a:only-child::after, -.ant-btn-ghost[disabled] > a:only-child::after, -.ant-btn-ghost-disabled:hover > a:only-child::after, -.ant-btn-ghost.disabled:hover > a:only-child::after, -.ant-btn-ghost[disabled]:hover > a:only-child::after, -.ant-btn-ghost-disabled:focus > a:only-child::after, -.ant-btn-ghost.disabled:focus > a:only-child::after, -.ant-btn-ghost[disabled]:focus > a:only-child::after, -.ant-btn-ghost-disabled:active > a:only-child::after, -.ant-btn-ghost.disabled:active > a:only-child::after, -.ant-btn-ghost[disabled]:active > a:only-child::after, -.ant-btn-ghost-disabled.active > a:only-child::after, -.ant-btn-ghost.disabled.active > a:only-child::after, -.ant-btn-ghost[disabled].active > a:only-child::after { - position: absolute; - top: 0; - right: 0; - bottom: 0; - left: 0; - background: transparent; - content: ''; -} -.ant-btn-dashed { - color: hsl(0, 0%, 90%); - background-color: hsl(0, 0%, 30%); - border-color: hsl(0, 0%, 40%); - border-style: dashed; -} -.ant-btn-dashed > a:only-child { - color: currentColor; -} -.ant-btn-dashed > a:only-child::after { - position: absolute; - top: 0; - right: 0; - bottom: 0; - left: 0; - background: transparent; - content: ''; -} -.ant-btn-dashed:hover, -.ant-btn-dashed:focus { - color: #c9e6f2; - background-color: hsl(0, 0%, 30%); - border-color: #c9e6f2; -} -.ant-btn-dashed:hover > a:only-child, -.ant-btn-dashed:focus > a:only-child { - color: currentColor; -} -.ant-btn-dashed:hover > a:only-child::after, -.ant-btn-dashed:focus > a:only-child::after { - position: absolute; - top: 0; - right: 0; - bottom: 0; - left: 0; - background: transparent; - content: ''; -} -.ant-btn-dashed:active, -.ant-btn-dashed.active { - color: #77a5bf; - background-color: hsl(0, 0%, 30%); - border-color: #77a5bf; -} -.ant-btn-dashed:active > a:only-child, -.ant-btn-dashed.active > a:only-child { - color: currentColor; -} -.ant-btn-dashed:active > a:only-child::after, -.ant-btn-dashed.active > a:only-child::after { - position: absolute; - top: 0; - right: 0; - bottom: 0; - left: 0; - background: transparent; - content: ''; -} -.ant-btn-dashed-disabled, -.ant-btn-dashed.disabled, -.ant-btn-dashed[disabled], -.ant-btn-dashed-disabled:hover, -.ant-btn-dashed.disabled:hover, -.ant-btn-dashed[disabled]:hover, -.ant-btn-dashed-disabled:focus, -.ant-btn-dashed.disabled:focus, -.ant-btn-dashed[disabled]:focus, -.ant-btn-dashed-disabled:active, -.ant-btn-dashed.disabled:active, -.ant-btn-dashed[disabled]:active, -.ant-btn-dashed-disabled.active, -.ant-btn-dashed.disabled.active, -.ant-btn-dashed[disabled].active { - color: hsl(0, 0%, 50%); - background-color: hsl(0, 0%, 20%); - border-color: hsl(0, 0%, 40%); - text-shadow: none; - box-shadow: none; -} -.ant-btn-dashed-disabled > a:only-child, -.ant-btn-dashed.disabled > a:only-child, -.ant-btn-dashed[disabled] > a:only-child, -.ant-btn-dashed-disabled:hover > a:only-child, -.ant-btn-dashed.disabled:hover > a:only-child, -.ant-btn-dashed[disabled]:hover > a:only-child, -.ant-btn-dashed-disabled:focus > a:only-child, -.ant-btn-dashed.disabled:focus > a:only-child, -.ant-btn-dashed[disabled]:focus > a:only-child, -.ant-btn-dashed-disabled:active > a:only-child, -.ant-btn-dashed.disabled:active > a:only-child, -.ant-btn-dashed[disabled]:active > a:only-child, -.ant-btn-dashed-disabled.active > a:only-child, -.ant-btn-dashed.disabled.active > a:only-child, -.ant-btn-dashed[disabled].active > a:only-child { - color: currentColor; -} -.ant-btn-dashed-disabled > a:only-child::after, -.ant-btn-dashed.disabled > a:only-child::after, -.ant-btn-dashed[disabled] > a:only-child::after, -.ant-btn-dashed-disabled:hover > a:only-child::after, -.ant-btn-dashed.disabled:hover > a:only-child::after, -.ant-btn-dashed[disabled]:hover > a:only-child::after, -.ant-btn-dashed-disabled:focus > a:only-child::after, -.ant-btn-dashed.disabled:focus > a:only-child::after, -.ant-btn-dashed[disabled]:focus > a:only-child::after, -.ant-btn-dashed-disabled:active > a:only-child::after, -.ant-btn-dashed.disabled:active > a:only-child::after, -.ant-btn-dashed[disabled]:active > a:only-child::after, -.ant-btn-dashed-disabled.active > a:only-child::after, -.ant-btn-dashed.disabled.active > a:only-child::after, -.ant-btn-dashed[disabled].active > a:only-child::after { - position: absolute; - top: 0; - right: 0; - bottom: 0; - left: 0; - background: transparent; - content: ''; -} -.ant-btn-danger { - color: #f5222d; - background-color: hsl(0, 0%, 20%); - border-color: hsl(0, 0%, 40%); -} -.ant-btn-danger > a:only-child { - color: currentColor; -} -.ant-btn-danger > a:only-child::after { - position: absolute; - top: 0; - right: 0; - bottom: 0; - left: 0; - background: transparent; - content: ''; -} -.ant-btn-danger:hover { - color: #fff; - background-color: #ff4d4f; - border-color: #ff4d4f; -} -.ant-btn-danger:hover > a:only-child { - color: currentColor; -} -.ant-btn-danger:hover > a:only-child::after { - position: absolute; - top: 0; - right: 0; - bottom: 0; - left: 0; - background: transparent; - content: ''; -} -.ant-btn-danger:focus { - color: #ff4d4f; - background-color: hsl(0, 0%, 20%); - border-color: #ff4d4f; -} -.ant-btn-danger:focus > a:only-child { - color: currentColor; -} -.ant-btn-danger:focus > a:only-child::after { - position: absolute; - top: 0; - right: 0; - bottom: 0; - left: 0; - background: transparent; - content: ''; -} -.ant-btn-danger:active, -.ant-btn-danger.active { - color: #fff; - background-color: #cf1322; - border-color: #cf1322; -} -.ant-btn-danger:active > a:only-child, -.ant-btn-danger.active > a:only-child { - color: currentColor; -} -.ant-btn-danger:active > a:only-child::after, -.ant-btn-danger.active > a:only-child::after { - position: absolute; - top: 0; - right: 0; - bottom: 0; - left: 0; - background: transparent; - content: ''; -} -.ant-btn-danger-disabled, -.ant-btn-danger.disabled, -.ant-btn-danger[disabled], -.ant-btn-danger-disabled:hover, -.ant-btn-danger.disabled:hover, -.ant-btn-danger[disabled]:hover, -.ant-btn-danger-disabled:focus, -.ant-btn-danger.disabled:focus, -.ant-btn-danger[disabled]:focus, -.ant-btn-danger-disabled:active, -.ant-btn-danger.disabled:active, -.ant-btn-danger[disabled]:active, -.ant-btn-danger-disabled.active, -.ant-btn-danger.disabled.active, -.ant-btn-danger[disabled].active { - color: hsl(0, 0%, 50%); - background-color: hsl(0, 0%, 20%); - border-color: hsl(0, 0%, 40%); - text-shadow: none; - box-shadow: none; -} -.ant-btn-danger-disabled > a:only-child, -.ant-btn-danger.disabled > a:only-child, -.ant-btn-danger[disabled] > a:only-child, -.ant-btn-danger-disabled:hover > a:only-child, -.ant-btn-danger.disabled:hover > a:only-child, -.ant-btn-danger[disabled]:hover > a:only-child, -.ant-btn-danger-disabled:focus > a:only-child, -.ant-btn-danger.disabled:focus > a:only-child, -.ant-btn-danger[disabled]:focus > a:only-child, -.ant-btn-danger-disabled:active > a:only-child, -.ant-btn-danger.disabled:active > a:only-child, -.ant-btn-danger[disabled]:active > a:only-child, -.ant-btn-danger-disabled.active > a:only-child, -.ant-btn-danger.disabled.active > a:only-child, -.ant-btn-danger[disabled].active > a:only-child { - color: currentColor; -} -.ant-btn-danger-disabled > a:only-child::after, -.ant-btn-danger.disabled > a:only-child::after, -.ant-btn-danger[disabled] > a:only-child::after, -.ant-btn-danger-disabled:hover > a:only-child::after, -.ant-btn-danger.disabled:hover > a:only-child::after, -.ant-btn-danger[disabled]:hover > a:only-child::after, -.ant-btn-danger-disabled:focus > a:only-child::after, -.ant-btn-danger.disabled:focus > a:only-child::after, -.ant-btn-danger[disabled]:focus > a:only-child::after, -.ant-btn-danger-disabled:active > a:only-child::after, -.ant-btn-danger.disabled:active > a:only-child::after, -.ant-btn-danger[disabled]:active > a:only-child::after, -.ant-btn-danger-disabled.active > a:only-child::after, -.ant-btn-danger.disabled.active > a:only-child::after, -.ant-btn-danger[disabled].active > a:only-child::after { - position: absolute; - top: 0; - right: 0; - bottom: 0; - left: 0; - background: transparent; - content: ''; -} -.ant-btn-link { - color: hsl(200, 60%, 75%); - background-color: transparent; - border-color: transparent; - box-shadow: none; -} -.ant-btn-link > a:only-child { - color: currentColor; -} -.ant-btn-link > a:only-child::after { - position: absolute; - top: 0; - right: 0; - bottom: 0; - left: 0; - background: transparent; - content: ''; -} -.ant-btn-link:hover, -.ant-btn-link:focus { - color: #c9e6f2; - background-color: transparent; - border-color: #c9e6f2; -} -.ant-btn-link:hover > a:only-child, -.ant-btn-link:focus > a:only-child { - color: currentColor; -} -.ant-btn-link:hover > a:only-child::after, -.ant-btn-link:focus > a:only-child::after { - position: absolute; - top: 0; - right: 0; - bottom: 0; - left: 0; - background: transparent; - content: ''; -} -.ant-btn-link:active, -.ant-btn-link.active { - color: #77a5bf; - background-color: transparent; - border-color: #77a5bf; -} -.ant-btn-link:active > a:only-child, -.ant-btn-link.active > a:only-child { - color: currentColor; -} -.ant-btn-link:active > a:only-child::after, -.ant-btn-link.active > a:only-child::after { - position: absolute; - top: 0; - right: 0; - bottom: 0; - left: 0; - background: transparent; - content: ''; -} -.ant-btn-link-disabled, -.ant-btn-link.disabled, -.ant-btn-link[disabled], -.ant-btn-link-disabled:hover, -.ant-btn-link.disabled:hover, -.ant-btn-link[disabled]:hover, -.ant-btn-link-disabled:focus, -.ant-btn-link.disabled:focus, -.ant-btn-link[disabled]:focus, -.ant-btn-link-disabled:active, -.ant-btn-link.disabled:active, -.ant-btn-link[disabled]:active, -.ant-btn-link-disabled.active, -.ant-btn-link.disabled.active, -.ant-btn-link[disabled].active { - color: hsl(0, 0%, 50%); - background-color: hsl(0, 0%, 20%); - border-color: hsl(0, 0%, 40%); - text-shadow: none; - box-shadow: none; -} -.ant-btn-link-disabled > a:only-child, -.ant-btn-link.disabled > a:only-child, -.ant-btn-link[disabled] > a:only-child, -.ant-btn-link-disabled:hover > a:only-child, -.ant-btn-link.disabled:hover > a:only-child, -.ant-btn-link[disabled]:hover > a:only-child, -.ant-btn-link-disabled:focus > a:only-child, -.ant-btn-link.disabled:focus > a:only-child, -.ant-btn-link[disabled]:focus > a:only-child, -.ant-btn-link-disabled:active > a:only-child, -.ant-btn-link.disabled:active > a:only-child, -.ant-btn-link[disabled]:active > a:only-child, -.ant-btn-link-disabled.active > a:only-child, -.ant-btn-link.disabled.active > a:only-child, -.ant-btn-link[disabled].active > a:only-child { - color: currentColor; -} -.ant-btn-link-disabled > a:only-child::after, -.ant-btn-link.disabled > a:only-child::after, -.ant-btn-link[disabled] > a:only-child::after, -.ant-btn-link-disabled:hover > a:only-child::after, -.ant-btn-link.disabled:hover > a:only-child::after, -.ant-btn-link[disabled]:hover > a:only-child::after, -.ant-btn-link-disabled:focus > a:only-child::after, -.ant-btn-link.disabled:focus > a:only-child::after, -.ant-btn-link[disabled]:focus > a:only-child::after, -.ant-btn-link-disabled:active > a:only-child::after, -.ant-btn-link.disabled:active > a:only-child::after, -.ant-btn-link[disabled]:active > a:only-child::after, -.ant-btn-link-disabled.active > a:only-child::after, -.ant-btn-link.disabled.active > a:only-child::after, -.ant-btn-link[disabled].active > a:only-child::after { - position: absolute; - top: 0; - right: 0; - bottom: 0; - left: 0; - background: transparent; - content: ''; -} -.ant-btn-link:hover, -.ant-btn-link:focus, -.ant-btn-link:active { - border-color: transparent; -} -.ant-btn-link-disabled, -.ant-btn-link.disabled, -.ant-btn-link[disabled], -.ant-btn-link-disabled:hover, -.ant-btn-link.disabled:hover, -.ant-btn-link[disabled]:hover, -.ant-btn-link-disabled:focus, -.ant-btn-link.disabled:focus, -.ant-btn-link[disabled]:focus, -.ant-btn-link-disabled:active, -.ant-btn-link.disabled:active, -.ant-btn-link[disabled]:active, -.ant-btn-link-disabled.active, -.ant-btn-link.disabled.active, -.ant-btn-link[disabled].active { - color: hsl(0, 0%, 50%); - background-color: transparent; - border-color: transparent; - text-shadow: none; - box-shadow: none; -} -.ant-btn-link-disabled > a:only-child, -.ant-btn-link.disabled > a:only-child, -.ant-btn-link[disabled] > a:only-child, -.ant-btn-link-disabled:hover > a:only-child, -.ant-btn-link.disabled:hover > a:only-child, -.ant-btn-link[disabled]:hover > a:only-child, -.ant-btn-link-disabled:focus > a:only-child, -.ant-btn-link.disabled:focus > a:only-child, -.ant-btn-link[disabled]:focus > a:only-child, -.ant-btn-link-disabled:active > a:only-child, -.ant-btn-link.disabled:active > a:only-child, -.ant-btn-link[disabled]:active > a:only-child, -.ant-btn-link-disabled.active > a:only-child, -.ant-btn-link.disabled.active > a:only-child, -.ant-btn-link[disabled].active > a:only-child { - color: currentColor; -} -.ant-btn-link-disabled > a:only-child::after, -.ant-btn-link.disabled > a:only-child::after, -.ant-btn-link[disabled] > a:only-child::after, -.ant-btn-link-disabled:hover > a:only-child::after, -.ant-btn-link.disabled:hover > a:only-child::after, -.ant-btn-link[disabled]:hover > a:only-child::after, -.ant-btn-link-disabled:focus > a:only-child::after, -.ant-btn-link.disabled:focus > a:only-child::after, -.ant-btn-link[disabled]:focus > a:only-child::after, -.ant-btn-link-disabled:active > a:only-child::after, -.ant-btn-link.disabled:active > a:only-child::after, -.ant-btn-link[disabled]:active > a:only-child::after, -.ant-btn-link-disabled.active > a:only-child::after, -.ant-btn-link.disabled.active > a:only-child::after, -.ant-btn-link[disabled].active > a:only-child::after { - position: absolute; - top: 0; - right: 0; - bottom: 0; - left: 0; - background: transparent; - content: ''; -} -.ant-btn-round { - height: 28px; - padding: 0 14px; - font-size: 16px; - border-radius: 28px; -} -.ant-btn-round.ant-btn-lg { - height: 34px; - padding: 0 17px; - font-size: 18px; - border-radius: 34px; -} -.ant-btn-round.ant-btn-sm { - height: 24px; - padding: 0 12px; - font-size: 14px; - border-radius: 24px; -} -.ant-btn-circle, -.ant-btn-circle-outline { - width: 28px; - height: 28px; - padding: 0; - font-size: 16px; - border-radius: 50%; -} -.ant-btn-circle.ant-btn-lg, -.ant-btn-circle-outline.ant-btn-lg { - width: 34px; - height: 34px; - padding: 0; - font-size: 18px; - border-radius: 50%; -} -.ant-btn-circle.ant-btn-sm, -.ant-btn-circle-outline.ant-btn-sm { - width: 24px; - height: 24px; - padding: 0; - font-size: 14px; - border-radius: 50%; -} -.ant-btn::before { - position: absolute; - top: -1px; - right: -1px; - bottom: -1px; - left: -1px; - z-index: 1; - display: none; - background: hsl(0, 0%, 20%); - border-radius: inherit; - opacity: 0.35; - transition: opacity 0.2s; - content: ''; - pointer-events: none; -} -.ant-btn .anticon { - transition: margin-left 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); -} -.ant-btn .anticon.anticon-plus > svg, -.ant-btn .anticon.anticon-minus > svg { - shape-rendering: optimizeSpeed; -} -.ant-btn.ant-btn-loading { - position: relative; - pointer-events: none; -} -.ant-btn.ant-btn-loading::before { - display: block; -} -.ant-btn.ant-btn-loading:not(.ant-btn-circle):not(.ant-btn-circle-outline):not(.ant-btn-icon-only) { - padding-left: 29px; -} -.ant-btn.ant-btn-loading:not(.ant-btn-circle):not(.ant-btn-circle-outline):not(.ant-btn-icon-only) .anticon:not(:last-child) { - margin-left: -14px; -} -.ant-btn-sm.ant-btn-loading:not(.ant-btn-circle):not(.ant-btn-circle-outline):not(.ant-btn-icon-only) { - padding-left: 24px; -} -.ant-btn-sm.ant-btn-loading:not(.ant-btn-circle):not(.ant-btn-circle-outline):not(.ant-btn-icon-only) .anticon { - margin-left: -17px; -} -.ant-btn-group { - position: relative; - display: inline-block; -} -.ant-btn-group > .ant-btn, -.ant-btn-group > span > .ant-btn { - position: relative; -} -.ant-btn-group > .ant-btn:hover, -.ant-btn-group > span > .ant-btn:hover, -.ant-btn-group > .ant-btn:focus, -.ant-btn-group > span > .ant-btn:focus, -.ant-btn-group > .ant-btn:active, -.ant-btn-group > span > .ant-btn:active, -.ant-btn-group > .ant-btn.active, -.ant-btn-group > span > .ant-btn.active { - z-index: 2; -} -.ant-btn-group > .ant-btn:disabled, -.ant-btn-group > span > .ant-btn:disabled { - z-index: 0; -} -.ant-btn-group-lg > .ant-btn, -.ant-btn-group-lg > span > .ant-btn { - height: 34px; - padding: 0 7px; - font-size: 16px; - border-radius: 0; - line-height: 32px; -} -.ant-btn-group-sm > .ant-btn, -.ant-btn-group-sm > span > .ant-btn { - height: 24px; - padding: 0 3px; - font-size: 14px; - border-radius: 0; - line-height: 22px; -} -.ant-btn-group-sm > .ant-btn > .anticon, -.ant-btn-group-sm > span > .ant-btn > .anticon { - font-size: 14px; -} -.ant-btn-group .ant-btn + .ant-btn, -.ant-btn + .ant-btn-group, -.ant-btn-group span + .ant-btn, -.ant-btn-group .ant-btn + span, -.ant-btn-group > span + span, -.ant-btn-group + .ant-btn, -.ant-btn-group + .ant-btn-group { - margin-left: -1px; -} -.ant-btn-group .ant-btn-primary + .ant-btn:not(.ant-btn-primary):not([disabled]) { - border-left-color: transparent; -} -.ant-btn-group .ant-btn { - border-radius: 0; -} -.ant-btn-group > .ant-btn:first-child, -.ant-btn-group > span:first-child > .ant-btn { - margin-left: 0; -} -.ant-btn-group > .ant-btn:only-child { - border-radius: 0; -} -.ant-btn-group > span:only-child > .ant-btn { - border-radius: 0; -} -.ant-btn-group > .ant-btn:first-child:not(:last-child), -.ant-btn-group > span:first-child:not(:last-child) > .ant-btn { - border-top-left-radius: 0; - border-bottom-left-radius: 0; -} -.ant-btn-group > .ant-btn:last-child:not(:first-child), -.ant-btn-group > span:last-child:not(:first-child) > .ant-btn { - border-top-right-radius: 0; - border-bottom-right-radius: 0; -} -.ant-btn-group-sm > .ant-btn:only-child { - border-radius: 0; -} -.ant-btn-group-sm > span:only-child > .ant-btn { - border-radius: 0; -} -.ant-btn-group-sm > .ant-btn:first-child:not(:last-child), -.ant-btn-group-sm > span:first-child:not(:last-child) > .ant-btn { - border-top-left-radius: 0; - border-bottom-left-radius: 0; -} -.ant-btn-group-sm > .ant-btn:last-child:not(:first-child), -.ant-btn-group-sm > span:last-child:not(:first-child) > .ant-btn { - border-top-right-radius: 0; - border-bottom-right-radius: 0; -} -.ant-btn-group > .ant-btn-group { - float: left; -} -.ant-btn-group > .ant-btn-group:not(:first-child):not(:last-child) > .ant-btn { - border-radius: 0; -} -.ant-btn-group > .ant-btn-group:first-child:not(:last-child) > .ant-btn:last-child { - padding-right: 8px; - border-top-right-radius: 0; - border-bottom-right-radius: 0; -} -.ant-btn-group > .ant-btn-group:last-child:not(:first-child) > .ant-btn:first-child { - padding-left: 8px; - border-top-left-radius: 0; - border-bottom-left-radius: 0; -} -.ant-btn:not(.ant-btn-circle):not(.ant-btn-circle-outline).ant-btn-icon-only { - padding-right: 8px; - padding-left: 8px; -} -.ant-btn:focus > span, -.ant-btn:active > span { - position: relative; -} -.ant-btn > .anticon + span, -.ant-btn > span + .anticon { - margin-left: 8px; -} -.ant-btn-background-ghost { - color: hsl(0, 0%, 20%); - background: transparent !important; - border-color: hsl(0, 0%, 20%); -} -.ant-btn-background-ghost.ant-btn-primary { - color: hsl(200, 60%, 75%); - background-color: transparent; - border-color: hsl(200, 60%, 75%); - text-shadow: none; -} -.ant-btn-background-ghost.ant-btn-primary > a:only-child { - color: currentColor; -} -.ant-btn-background-ghost.ant-btn-primary > a:only-child::after { - position: absolute; - top: 0; - right: 0; - bottom: 0; - left: 0; - background: transparent; - content: ''; -} -.ant-btn-background-ghost.ant-btn-primary:hover, -.ant-btn-background-ghost.ant-btn-primary:focus { - color: #c9e6f2; - background-color: transparent; - border-color: #c9e6f2; -} -.ant-btn-background-ghost.ant-btn-primary:hover > a:only-child, -.ant-btn-background-ghost.ant-btn-primary:focus > a:only-child { - color: currentColor; -} -.ant-btn-background-ghost.ant-btn-primary:hover > a:only-child::after, -.ant-btn-background-ghost.ant-btn-primary:focus > a:only-child::after { - position: absolute; - top: 0; - right: 0; - bottom: 0; - left: 0; - background: transparent; - content: ''; -} -.ant-btn-background-ghost.ant-btn-primary:active, -.ant-btn-background-ghost.ant-btn-primary.active { - color: #77a5bf; - background-color: transparent; - border-color: #77a5bf; -} -.ant-btn-background-ghost.ant-btn-primary:active > a:only-child, -.ant-btn-background-ghost.ant-btn-primary.active > a:only-child { - color: currentColor; -} -.ant-btn-background-ghost.ant-btn-primary:active > a:only-child::after, -.ant-btn-background-ghost.ant-btn-primary.active > a:only-child::after { - position: absolute; - top: 0; - right: 0; - bottom: 0; - left: 0; - background: transparent; - content: ''; -} -.ant-btn-background-ghost.ant-btn-primary-disabled, -.ant-btn-background-ghost.ant-btn-primary.disabled, -.ant-btn-background-ghost.ant-btn-primary[disabled], -.ant-btn-background-ghost.ant-btn-primary-disabled:hover, -.ant-btn-background-ghost.ant-btn-primary.disabled:hover, -.ant-btn-background-ghost.ant-btn-primary[disabled]:hover, -.ant-btn-background-ghost.ant-btn-primary-disabled:focus, -.ant-btn-background-ghost.ant-btn-primary.disabled:focus, -.ant-btn-background-ghost.ant-btn-primary[disabled]:focus, -.ant-btn-background-ghost.ant-btn-primary-disabled:active, -.ant-btn-background-ghost.ant-btn-primary.disabled:active, -.ant-btn-background-ghost.ant-btn-primary[disabled]:active, -.ant-btn-background-ghost.ant-btn-primary-disabled.active, -.ant-btn-background-ghost.ant-btn-primary.disabled.active, -.ant-btn-background-ghost.ant-btn-primary[disabled].active { - color: hsl(0, 0%, 50%); - background-color: hsl(0, 0%, 20%); - border-color: hsl(0, 0%, 40%); - text-shadow: none; - box-shadow: none; -} -.ant-btn-background-ghost.ant-btn-primary-disabled > a:only-child, -.ant-btn-background-ghost.ant-btn-primary.disabled > a:only-child, -.ant-btn-background-ghost.ant-btn-primary[disabled] > a:only-child, -.ant-btn-background-ghost.ant-btn-primary-disabled:hover > a:only-child, -.ant-btn-background-ghost.ant-btn-primary.disabled:hover > a:only-child, -.ant-btn-background-ghost.ant-btn-primary[disabled]:hover > a:only-child, -.ant-btn-background-ghost.ant-btn-primary-disabled:focus > a:only-child, -.ant-btn-background-ghost.ant-btn-primary.disabled:focus > a:only-child, -.ant-btn-background-ghost.ant-btn-primary[disabled]:focus > a:only-child, -.ant-btn-background-ghost.ant-btn-primary-disabled:active > a:only-child, -.ant-btn-background-ghost.ant-btn-primary.disabled:active > a:only-child, -.ant-btn-background-ghost.ant-btn-primary[disabled]:active > a:only-child, -.ant-btn-background-ghost.ant-btn-primary-disabled.active > a:only-child, -.ant-btn-background-ghost.ant-btn-primary.disabled.active > a:only-child, -.ant-btn-background-ghost.ant-btn-primary[disabled].active > a:only-child { - color: currentColor; -} -.ant-btn-background-ghost.ant-btn-primary-disabled > a:only-child::after, -.ant-btn-background-ghost.ant-btn-primary.disabled > a:only-child::after, -.ant-btn-background-ghost.ant-btn-primary[disabled] > a:only-child::after, -.ant-btn-background-ghost.ant-btn-primary-disabled:hover > a:only-child::after, -.ant-btn-background-ghost.ant-btn-primary.disabled:hover > a:only-child::after, -.ant-btn-background-ghost.ant-btn-primary[disabled]:hover > a:only-child::after, -.ant-btn-background-ghost.ant-btn-primary-disabled:focus > a:only-child::after, -.ant-btn-background-ghost.ant-btn-primary.disabled:focus > a:only-child::after, -.ant-btn-background-ghost.ant-btn-primary[disabled]:focus > a:only-child::after, -.ant-btn-background-ghost.ant-btn-primary-disabled:active > a:only-child::after, -.ant-btn-background-ghost.ant-btn-primary.disabled:active > a:only-child::after, -.ant-btn-background-ghost.ant-btn-primary[disabled]:active > a:only-child::after, -.ant-btn-background-ghost.ant-btn-primary-disabled.active > a:only-child::after, -.ant-btn-background-ghost.ant-btn-primary.disabled.active > a:only-child::after, -.ant-btn-background-ghost.ant-btn-primary[disabled].active > a:only-child::after { - position: absolute; - top: 0; - right: 0; - bottom: 0; - left: 0; - background: transparent; - content: ''; -} -.ant-btn-background-ghost.ant-btn-danger { - color: #f5222d; - background-color: transparent; - border-color: #f5222d; - text-shadow: none; -} -.ant-btn-background-ghost.ant-btn-danger > a:only-child { - color: currentColor; -} -.ant-btn-background-ghost.ant-btn-danger > a:only-child::after { - position: absolute; - top: 0; - right: 0; - bottom: 0; - left: 0; - background: transparent; - content: ''; -} -.ant-btn-background-ghost.ant-btn-danger:hover, -.ant-btn-background-ghost.ant-btn-danger:focus { - color: #ff4d4f; - background-color: transparent; - border-color: #ff4d4f; -} -.ant-btn-background-ghost.ant-btn-danger:hover > a:only-child, -.ant-btn-background-ghost.ant-btn-danger:focus > a:only-child { - color: currentColor; -} -.ant-btn-background-ghost.ant-btn-danger:hover > a:only-child::after, -.ant-btn-background-ghost.ant-btn-danger:focus > a:only-child::after { - position: absolute; - top: 0; - right: 0; - bottom: 0; - left: 0; - background: transparent; - content: ''; -} -.ant-btn-background-ghost.ant-btn-danger:active, -.ant-btn-background-ghost.ant-btn-danger.active { - color: #cf1322; - background-color: transparent; - border-color: #cf1322; -} -.ant-btn-background-ghost.ant-btn-danger:active > a:only-child, -.ant-btn-background-ghost.ant-btn-danger.active > a:only-child { - color: currentColor; -} -.ant-btn-background-ghost.ant-btn-danger:active > a:only-child::after, -.ant-btn-background-ghost.ant-btn-danger.active > a:only-child::after { - position: absolute; - top: 0; - right: 0; - bottom: 0; - left: 0; - background: transparent; - content: ''; -} -.ant-btn-background-ghost.ant-btn-danger-disabled, -.ant-btn-background-ghost.ant-btn-danger.disabled, -.ant-btn-background-ghost.ant-btn-danger[disabled], -.ant-btn-background-ghost.ant-btn-danger-disabled:hover, -.ant-btn-background-ghost.ant-btn-danger.disabled:hover, -.ant-btn-background-ghost.ant-btn-danger[disabled]:hover, -.ant-btn-background-ghost.ant-btn-danger-disabled:focus, -.ant-btn-background-ghost.ant-btn-danger.disabled:focus, -.ant-btn-background-ghost.ant-btn-danger[disabled]:focus, -.ant-btn-background-ghost.ant-btn-danger-disabled:active, -.ant-btn-background-ghost.ant-btn-danger.disabled:active, -.ant-btn-background-ghost.ant-btn-danger[disabled]:active, -.ant-btn-background-ghost.ant-btn-danger-disabled.active, -.ant-btn-background-ghost.ant-btn-danger.disabled.active, -.ant-btn-background-ghost.ant-btn-danger[disabled].active { - color: hsl(0, 0%, 50%); - background-color: hsl(0, 0%, 20%); - border-color: hsl(0, 0%, 40%); - text-shadow: none; - box-shadow: none; -} -.ant-btn-background-ghost.ant-btn-danger-disabled > a:only-child, -.ant-btn-background-ghost.ant-btn-danger.disabled > a:only-child, -.ant-btn-background-ghost.ant-btn-danger[disabled] > a:only-child, -.ant-btn-background-ghost.ant-btn-danger-disabled:hover > a:only-child, -.ant-btn-background-ghost.ant-btn-danger.disabled:hover > a:only-child, -.ant-btn-background-ghost.ant-btn-danger[disabled]:hover > a:only-child, -.ant-btn-background-ghost.ant-btn-danger-disabled:focus > a:only-child, -.ant-btn-background-ghost.ant-btn-danger.disabled:focus > a:only-child, -.ant-btn-background-ghost.ant-btn-danger[disabled]:focus > a:only-child, -.ant-btn-background-ghost.ant-btn-danger-disabled:active > a:only-child, -.ant-btn-background-ghost.ant-btn-danger.disabled:active > a:only-child, -.ant-btn-background-ghost.ant-btn-danger[disabled]:active > a:only-child, -.ant-btn-background-ghost.ant-btn-danger-disabled.active > a:only-child, -.ant-btn-background-ghost.ant-btn-danger.disabled.active > a:only-child, -.ant-btn-background-ghost.ant-btn-danger[disabled].active > a:only-child { - color: currentColor; -} -.ant-btn-background-ghost.ant-btn-danger-disabled > a:only-child::after, -.ant-btn-background-ghost.ant-btn-danger.disabled > a:only-child::after, -.ant-btn-background-ghost.ant-btn-danger[disabled] > a:only-child::after, -.ant-btn-background-ghost.ant-btn-danger-disabled:hover > a:only-child::after, -.ant-btn-background-ghost.ant-btn-danger.disabled:hover > a:only-child::after, -.ant-btn-background-ghost.ant-btn-danger[disabled]:hover > a:only-child::after, -.ant-btn-background-ghost.ant-btn-danger-disabled:focus > a:only-child::after, -.ant-btn-background-ghost.ant-btn-danger.disabled:focus > a:only-child::after, -.ant-btn-background-ghost.ant-btn-danger[disabled]:focus > a:only-child::after, -.ant-btn-background-ghost.ant-btn-danger-disabled:active > a:only-child::after, -.ant-btn-background-ghost.ant-btn-danger.disabled:active > a:only-child::after, -.ant-btn-background-ghost.ant-btn-danger[disabled]:active > a:only-child::after, -.ant-btn-background-ghost.ant-btn-danger-disabled.active > a:only-child::after, -.ant-btn-background-ghost.ant-btn-danger.disabled.active > a:only-child::after, -.ant-btn-background-ghost.ant-btn-danger[disabled].active > a:only-child::after { - position: absolute; - top: 0; - right: 0; - bottom: 0; - left: 0; - background: transparent; - content: ''; -} -.ant-btn-background-ghost.ant-btn-link { - color: hsl(200, 60%, 75%); - background-color: transparent; - border-color: transparent; - text-shadow: none; - color: hsl(0, 0%, 20%); -} -.ant-btn-background-ghost.ant-btn-link > a:only-child { - color: currentColor; -} -.ant-btn-background-ghost.ant-btn-link > a:only-child::after { - position: absolute; - top: 0; - right: 0; - bottom: 0; - left: 0; - background: transparent; - content: ''; -} -.ant-btn-background-ghost.ant-btn-link:hover, -.ant-btn-background-ghost.ant-btn-link:focus { - color: #c9e6f2; - background-color: transparent; - border-color: transparent; -} -.ant-btn-background-ghost.ant-btn-link:hover > a:only-child, -.ant-btn-background-ghost.ant-btn-link:focus > a:only-child { - color: currentColor; -} -.ant-btn-background-ghost.ant-btn-link:hover > a:only-child::after, -.ant-btn-background-ghost.ant-btn-link:focus > a:only-child::after { - position: absolute; - top: 0; - right: 0; - bottom: 0; - left: 0; - background: transparent; - content: ''; -} -.ant-btn-background-ghost.ant-btn-link:active, -.ant-btn-background-ghost.ant-btn-link.active { - color: #77a5bf; - background-color: transparent; - border-color: transparent; -} -.ant-btn-background-ghost.ant-btn-link:active > a:only-child, -.ant-btn-background-ghost.ant-btn-link.active > a:only-child { - color: currentColor; -} -.ant-btn-background-ghost.ant-btn-link:active > a:only-child::after, -.ant-btn-background-ghost.ant-btn-link.active > a:only-child::after { - position: absolute; - top: 0; - right: 0; - bottom: 0; - left: 0; - background: transparent; - content: ''; -} -.ant-btn-background-ghost.ant-btn-link-disabled, -.ant-btn-background-ghost.ant-btn-link.disabled, -.ant-btn-background-ghost.ant-btn-link[disabled], -.ant-btn-background-ghost.ant-btn-link-disabled:hover, -.ant-btn-background-ghost.ant-btn-link.disabled:hover, -.ant-btn-background-ghost.ant-btn-link[disabled]:hover, -.ant-btn-background-ghost.ant-btn-link-disabled:focus, -.ant-btn-background-ghost.ant-btn-link.disabled:focus, -.ant-btn-background-ghost.ant-btn-link[disabled]:focus, -.ant-btn-background-ghost.ant-btn-link-disabled:active, -.ant-btn-background-ghost.ant-btn-link.disabled:active, -.ant-btn-background-ghost.ant-btn-link[disabled]:active, -.ant-btn-background-ghost.ant-btn-link-disabled.active, -.ant-btn-background-ghost.ant-btn-link.disabled.active, -.ant-btn-background-ghost.ant-btn-link[disabled].active { - color: hsl(0, 0%, 50%); - background-color: hsl(0, 0%, 20%); - border-color: hsl(0, 0%, 40%); - text-shadow: none; - box-shadow: none; -} -.ant-btn-background-ghost.ant-btn-link-disabled > a:only-child, -.ant-btn-background-ghost.ant-btn-link.disabled > a:only-child, -.ant-btn-background-ghost.ant-btn-link[disabled] > a:only-child, -.ant-btn-background-ghost.ant-btn-link-disabled:hover > a:only-child, -.ant-btn-background-ghost.ant-btn-link.disabled:hover > a:only-child, -.ant-btn-background-ghost.ant-btn-link[disabled]:hover > a:only-child, -.ant-btn-background-ghost.ant-btn-link-disabled:focus > a:only-child, -.ant-btn-background-ghost.ant-btn-link.disabled:focus > a:only-child, -.ant-btn-background-ghost.ant-btn-link[disabled]:focus > a:only-child, -.ant-btn-background-ghost.ant-btn-link-disabled:active > a:only-child, -.ant-btn-background-ghost.ant-btn-link.disabled:active > a:only-child, -.ant-btn-background-ghost.ant-btn-link[disabled]:active > a:only-child, -.ant-btn-background-ghost.ant-btn-link-disabled.active > a:only-child, -.ant-btn-background-ghost.ant-btn-link.disabled.active > a:only-child, -.ant-btn-background-ghost.ant-btn-link[disabled].active > a:only-child { - color: currentColor; -} -.ant-btn-background-ghost.ant-btn-link-disabled > a:only-child::after, -.ant-btn-background-ghost.ant-btn-link.disabled > a:only-child::after, -.ant-btn-background-ghost.ant-btn-link[disabled] > a:only-child::after, -.ant-btn-background-ghost.ant-btn-link-disabled:hover > a:only-child::after, -.ant-btn-background-ghost.ant-btn-link.disabled:hover > a:only-child::after, -.ant-btn-background-ghost.ant-btn-link[disabled]:hover > a:only-child::after, -.ant-btn-background-ghost.ant-btn-link-disabled:focus > a:only-child::after, -.ant-btn-background-ghost.ant-btn-link.disabled:focus > a:only-child::after, -.ant-btn-background-ghost.ant-btn-link[disabled]:focus > a:only-child::after, -.ant-btn-background-ghost.ant-btn-link-disabled:active > a:only-child::after, -.ant-btn-background-ghost.ant-btn-link.disabled:active > a:only-child::after, -.ant-btn-background-ghost.ant-btn-link[disabled]:active > a:only-child::after, -.ant-btn-background-ghost.ant-btn-link-disabled.active > a:only-child::after, -.ant-btn-background-ghost.ant-btn-link.disabled.active > a:only-child::after, -.ant-btn-background-ghost.ant-btn-link[disabled].active > a:only-child::after { - position: absolute; - top: 0; - right: 0; - bottom: 0; - left: 0; - background: transparent; - content: ''; -} -.ant-btn-two-chinese-chars::first-letter { - letter-spacing: 0.34em; -} -.ant-btn-two-chinese-chars > *:not(.anticon) { - margin-right: -0.34em; - letter-spacing: 0.34em; -} -.ant-btn-block { - width: 100%; -} -.ant-btn:empty { - vertical-align: top; -} -a.ant-btn { - line-height: 26px; -} -a.ant-btn-lg { - line-height: 32px; -} -a.ant-btn-sm { - line-height: 22px; -} -.ant-fullcalendar { - box-sizing: border-box; - margin: 0; - padding: 0; - color: hsl(0, 0%, 90%); - font-size: 14px; - font-variant: tabular-nums; - line-height: 1.5; - list-style: none; - font-feature-settings: 'tnum'; - border-top: 1px solid hsl(0, 0%, 40%); - outline: none; -} -.ant-select.ant-fullcalendar-year-select { - min-width: 90px; -} -.ant-select.ant-fullcalendar-year-select.ant-select-sm { - min-width: 70px; -} -.ant-select.ant-fullcalendar-month-select { - min-width: 80px; - margin-left: 8px; -} -.ant-select.ant-fullcalendar-month-select.ant-select-sm { - min-width: 70px; -} -.ant-fullcalendar-header { - padding: 11px 16px 11px 0; - text-align: right; -} -.ant-fullcalendar-header .ant-select-dropdown { - text-align: left; -} -.ant-fullcalendar-header .ant-radio-group { - margin-left: 8px; - text-align: left; -} -.ant-fullcalendar-header label.ant-radio-button { - height: 22px; - padding: 0 10px; - line-height: 20px; -} -.ant-fullcalendar-date-panel { - position: relative; - outline: none; -} -.ant-fullcalendar-calendar-body { - padding: 8px 12px; -} -.ant-fullcalendar table { - width: 100%; - max-width: 100%; - height: 256px; - background-color: transparent; - border-collapse: collapse; -} -.ant-fullcalendar table, -.ant-fullcalendar th, -.ant-fullcalendar td { - border: 0; -} -.ant-fullcalendar td { - position: relative; -} -.ant-fullcalendar-calendar-table { - margin-bottom: 0; - border-spacing: 0; -} -.ant-fullcalendar-column-header { - width: 33px; - padding: 0; - line-height: 18px; - text-align: center; -} -.ant-fullcalendar-column-header .ant-fullcalendar-column-header-inner { - display: block; - font-weight: normal; -} -.ant-fullcalendar-week-number-header .ant-fullcalendar-column-header-inner { - display: none; -} -.ant-fullcalendar-month, -.ant-fullcalendar-date { - text-align: center; - transition: all 0.3s; -} -.ant-fullcalendar-value { - display: block; - width: 24px; - height: 24px; - margin: 0 auto; - padding: 0; - color: hsl(0, 0%, 90%); - line-height: 24px; - background: transparent; - border-radius: 0; - transition: all 0.3s; -} -.ant-fullcalendar-value:hover { - background: hsl(200, 30%, 30%); - cursor: pointer; -} -.ant-fullcalendar-value:active { - color: #fff; - background: hsl(200, 60%, 75%); -} -.ant-fullcalendar-month-panel-cell .ant-fullcalendar-value { - width: 48px; -} -.ant-fullcalendar-today .ant-fullcalendar-value, -.ant-fullcalendar-month-panel-current-cell .ant-fullcalendar-value { - box-shadow: 0 0 0 1px hsl(200, 60%, 75%) inset; -} -.ant-fullcalendar-selected-day .ant-fullcalendar-value, -.ant-fullcalendar-month-panel-selected-cell .ant-fullcalendar-value { - color: #fff; - background: hsl(200, 60%, 75%); -} -.ant-fullcalendar-disabled-cell-first-of-row .ant-fullcalendar-value { - border-top-left-radius: 0; - border-bottom-left-radius: 0; -} -.ant-fullcalendar-disabled-cell-last-of-row .ant-fullcalendar-value { - border-top-right-radius: 0; - border-bottom-right-radius: 0; -} -.ant-fullcalendar-last-month-cell .ant-fullcalendar-value, -.ant-fullcalendar-next-month-btn-day .ant-fullcalendar-value { - color: hsl(0, 0%, 50%); -} -.ant-fullcalendar-month-panel-table { - width: 100%; - table-layout: fixed; - border-collapse: separate; -} -.ant-fullcalendar-content { - position: absolute; - bottom: -9px; - left: 0; - width: 100%; -} -.ant-fullcalendar-fullscreen { - border-top: 0; -} -.ant-fullcalendar-fullscreen .ant-fullcalendar-table { - table-layout: fixed; -} -.ant-fullcalendar-fullscreen .ant-fullcalendar-header .ant-radio-group { - margin-left: 16px; -} -.ant-fullcalendar-fullscreen .ant-fullcalendar-header label.ant-radio-button { - height: 28px; - line-height: 26px; -} -.ant-fullcalendar-fullscreen .ant-fullcalendar-month, -.ant-fullcalendar-fullscreen .ant-fullcalendar-date { - display: block; - height: 116px; - margin: 0 4px; - padding: 4px 8px; - color: hsl(0, 0%, 90%); - text-align: left; - border-top: 2px solid hsl(0, 0%, 30%); - transition: background 0.3s; -} -.ant-fullcalendar-fullscreen .ant-fullcalendar-month:hover, -.ant-fullcalendar-fullscreen .ant-fullcalendar-date:hover { - background: hsl(200, 30%, 30%); - cursor: pointer; -} -.ant-fullcalendar-fullscreen .ant-fullcalendar-month:active, -.ant-fullcalendar-fullscreen .ant-fullcalendar-date:active { - background: #f0fcff; -} -.ant-fullcalendar-fullscreen .ant-fullcalendar-column-header { - padding-right: 12px; - padding-bottom: 5px; - text-align: right; -} -.ant-fullcalendar-fullscreen .ant-fullcalendar-value { - width: auto; - text-align: right; - background: transparent; -} -.ant-fullcalendar-fullscreen .ant-fullcalendar-today .ant-fullcalendar-value { - color: hsl(0, 0%, 90%); -} -.ant-fullcalendar-fullscreen .ant-fullcalendar-month-panel-current-cell .ant-fullcalendar-month, -.ant-fullcalendar-fullscreen .ant-fullcalendar-today .ant-fullcalendar-date { - background: transparent; - border-top-color: hsl(200, 60%, 75%); -} -.ant-fullcalendar-fullscreen .ant-fullcalendar-month-panel-current-cell .ant-fullcalendar-value, -.ant-fullcalendar-fullscreen .ant-fullcalendar-today .ant-fullcalendar-value { - box-shadow: none; -} -.ant-fullcalendar-fullscreen .ant-fullcalendar-month-panel-selected-cell .ant-fullcalendar-month, -.ant-fullcalendar-fullscreen .ant-fullcalendar-selected-day .ant-fullcalendar-date { - background: #f0fcff; -} -.ant-fullcalendar-fullscreen .ant-fullcalendar-month-panel-selected-cell .ant-fullcalendar-value, -.ant-fullcalendar-fullscreen .ant-fullcalendar-selected-day .ant-fullcalendar-value { - color: hsl(200, 60%, 75%); -} -.ant-fullcalendar-fullscreen .ant-fullcalendar-last-month-cell .ant-fullcalendar-date, -.ant-fullcalendar-fullscreen .ant-fullcalendar-next-month-btn-day .ant-fullcalendar-date { - color: hsl(0, 0%, 50%); -} -.ant-fullcalendar-fullscreen .ant-fullcalendar-content { - position: static; - width: auto; - height: 88px; - overflow-y: auto; -} -.ant-fullcalendar-disabled-cell .ant-fullcalendar-date, -.ant-fullcalendar-disabled-cell .ant-fullcalendar-date:hover { - cursor: not-allowed; -} -.ant-fullcalendar-disabled-cell:not(.ant-fullcalendar-today) .ant-fullcalendar-date, -.ant-fullcalendar-disabled-cell:not(.ant-fullcalendar-today) .ant-fullcalendar-date:hover { - background: transparent; -} -.ant-fullcalendar-disabled-cell .ant-fullcalendar-value { - width: auto; - color: hsl(0, 0%, 50%); - border-radius: 0; - cursor: not-allowed; -} -.ant-card { - box-sizing: border-box; - margin: 0; - padding: 0; - color: hsl(0, 0%, 90%); - font-size: 14px; - font-variant: tabular-nums; - line-height: 1.5; - list-style: none; - font-feature-settings: 'tnum'; - position: relative; - background: hsl(0, 0%, 20%); - border-radius: 0; - transition: all 0.3s; -} -.ant-card-hoverable { - cursor: pointer; -} -.ant-card-hoverable:hover { - border-color: rgba(0, 0, 0, 0.09); - box-shadow: 0 2px 8px rgba(0, 0, 0, 0.09); -} -.ant-card-bordered { - border: 1px solid hsl(0, 0%, 30%); -} -.ant-card-head { - min-height: 48px; - margin-bottom: -1px; - padding: 0 24px; - color: hsl(0, 0%, 85%); - font-weight: 500; - font-size: 16px; - background: transparent; - border-bottom: 1px solid hsl(0, 0%, 30%); - border-radius: 0 0 0 0; - zoom: 1; -} -.ant-card-head::before, -.ant-card-head::after { - display: table; - content: ''; -} -.ant-card-head::after { - clear: both; -} -.ant-card-head::before, -.ant-card-head::after { - display: table; - content: ''; -} -.ant-card-head::after { - clear: both; -} -.ant-card-head-wrapper { - display: flex; - align-items: center; -} -.ant-card-head-title { - display: inline-block; - flex: 1; - padding: 16px 0; - overflow: hidden; - white-space: nowrap; - text-overflow: ellipsis; -} -.ant-card-head .ant-tabs { - clear: both; - margin-bottom: -17px; - color: hsl(0, 0%, 90%); - font-weight: normal; - font-size: 14px; -} -.ant-card-head .ant-tabs-bar { - border-bottom: 1px solid hsl(0, 0%, 30%); -} -.ant-card-extra { - float: right; - margin-left: auto; - padding: 16px 0; - color: hsl(0, 0%, 90%); - font-weight: normal; - font-size: 14px; -} -.ant-card-body { - padding: 24px; - zoom: 1; -} -.ant-card-body::before, -.ant-card-body::after { - display: table; - content: ''; -} -.ant-card-body::after { - clear: both; -} -.ant-card-body::before, -.ant-card-body::after { - display: table; - content: ''; -} -.ant-card-body::after { - clear: both; -} -.ant-card-contain-grid:not(.ant-card-loading) .ant-card-body { - margin: -1px 0 0 -1px; - padding: 0; -} -.ant-card-grid { - float: left; - width: 33.33%; - padding: 24px; - border: 0; - border-radius: 0; - box-shadow: 1px 0 0 0 hsl(0, 0%, 30%), 0 1px 0 0 hsl(0, 0%, 30%), 1px 1px 0 0 hsl(0, 0%, 30%), 1px 0 0 0 hsl(0, 0%, 30%) inset, 0 1px 0 0 hsl(0, 0%, 30%) inset; - transition: all 0.3s; -} -.ant-card-grid:hover { - position: relative; - z-index: 1; - box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15); -} -.ant-card-contain-tabs > .ant-card-head .ant-card-head-title { - min-height: 32px; - padding-bottom: 0; -} -.ant-card-contain-tabs > .ant-card-head .ant-card-extra { - padding-bottom: 0; -} -.ant-card-cover > * { - display: block; - width: 100%; -} -.ant-card-cover img { - border-radius: 0 0 0 0; -} -.ant-card-actions { - margin: 0; - padding: 0; - list-style: none; - background: hsl(0, 0%, 40%); - border-top: 1px solid hsl(0, 0%, 30%); - zoom: 1; -} -.ant-card-actions::before, -.ant-card-actions::after { - display: table; - content: ''; -} -.ant-card-actions::after { - clear: both; -} -.ant-card-actions::before, -.ant-card-actions::after { - display: table; - content: ''; -} -.ant-card-actions::after { - clear: both; -} -.ant-card-actions > li { - float: left; - margin: 12px 0; - color: hsl(0, 0%, 35%); - text-align: center; -} -.ant-card-actions > li > span { - position: relative; - display: inline-block; - min-width: 32px; - font-size: 14px; - line-height: 22px; - cursor: pointer; -} -.ant-card-actions > li > span:hover { - color: hsl(200, 60%, 75%); - transition: color 0.3s; -} -.ant-card-actions > li > span > .anticon { - font-size: 16px; - line-height: 22px; -} -.ant-card-actions > li > span a { - display: inline-block; - width: 100%; - color: hsl(0, 0%, 35%); - line-height: 22px; -} -.ant-card-actions > li > span a:hover { - color: hsl(200, 60%, 75%); -} -.ant-card-actions > li:not(:last-child) { - border-right: 1px solid hsl(0, 0%, 30%); -} -.ant-card-type-inner .ant-card-head { - padding: 0 24px; - background: hsl(0, 0%, 40%); -} -.ant-card-type-inner .ant-card-head-title { - padding: 12px 0; - font-size: 14px; -} -.ant-card-type-inner .ant-card-body { - padding: 16px 24px; -} -.ant-card-type-inner .ant-card-extra { - padding: 13.5px 0; -} -.ant-card-meta { - margin: -4px 0; - zoom: 1; -} -.ant-card-meta::before, -.ant-card-meta::after { - display: table; - content: ''; -} -.ant-card-meta::after { - clear: both; -} -.ant-card-meta::before, -.ant-card-meta::after { - display: table; - content: ''; -} -.ant-card-meta::after { - clear: both; -} -.ant-card-meta-avatar { - float: left; - padding-right: 16px; -} -.ant-card-meta-detail { - overflow: hidden; -} -.ant-card-meta-detail > div:not(:last-child) { - margin-bottom: 8px; -} -.ant-card-meta-title { - overflow: hidden; - color: hsl(0, 0%, 85%); - font-weight: 500; - font-size: 16px; - white-space: nowrap; - text-overflow: ellipsis; -} -.ant-card-meta-description { - color: hsl(0, 0%, 35%); -} -.ant-card-loading { - overflow: hidden; -} -.ant-card-loading .ant-card-body { - user-select: none; -} -.ant-card-loading-content p { - margin: 0; -} -.ant-card-loading-block { - height: 14px; - margin: 4px 0; - background: linear-gradient(90deg, rgba(207, 216, 220, 0.2), rgba(207, 216, 220, 0.4), rgba(207, 216, 220, 0.2)); - background-size: 600% 600%; - border-radius: 0; - animation: card-loading 1.4s ease infinite; -} -@keyframes card-loading { - 0%, - 100% { - background-position: 0 50%; - } - 50% { - background-position: 100% 50%; - } -} -.ant-card-small > .ant-card-head { - min-height: 36px; - padding: 0 12px; - font-size: 14px; -} -.ant-card-small > .ant-card-head > .ant-card-head-wrapper > .ant-card-head-title { - padding: 8px 0; -} -.ant-card-small > .ant-card-head > .ant-card-head-wrapper > .ant-card-extra { - padding: 8px 0; - font-size: 14px; -} -.ant-card-small > .ant-card-body { - padding: 12px; -} -.ant-carousel { - box-sizing: border-box; - margin: 0; - padding: 0; - color: hsl(0, 0%, 90%); - font-size: 14px; - font-variant: tabular-nums; - line-height: 1.5; - list-style: none; - font-feature-settings: 'tnum'; -} -.ant-carousel .slick-slider { - position: relative; - display: block; - box-sizing: border-box; - -webkit-touch-callout: none; - -ms-touch-action: pan-y; - touch-action: pan-y; - -webkit-tap-highlight-color: transparent; -} -.ant-carousel .slick-list { - position: relative; - display: block; - margin: 0; - padding: 0; - overflow: hidden; -} -.ant-carousel .slick-list:focus { - outline: none; -} -.ant-carousel .slick-list.dragging { - cursor: pointer; -} -.ant-carousel .slick-list .slick-slide { - pointer-events: none; -} -.ant-carousel .slick-list .slick-slide.slick-active { - pointer-events: auto; -} -.ant-carousel .slick-slider .slick-track, -.ant-carousel .slick-slider .slick-list { - transform: translate3d(0, 0, 0); -} -.ant-carousel .slick-track { - position: relative; - top: 0; - left: 0; - display: block; -} -.ant-carousel .slick-track::before, -.ant-carousel .slick-track::after { - display: table; - content: ''; -} -.ant-carousel .slick-track::after { - clear: both; -} -.slick-loading .ant-carousel .slick-track { - visibility: hidden; -} -.ant-carousel .slick-slide { - display: none; - float: left; - height: 100%; - min-height: 1px; -} -[dir='rtl'] .ant-carousel .slick-slide { - float: right; -} -.ant-carousel .slick-slide img { - display: block; -} -.ant-carousel .slick-slide.slick-loading img { - display: none; -} -.ant-carousel .slick-slide.dragging img { - pointer-events: none; -} -.ant-carousel .slick-initialized .slick-slide { - display: block; -} -.ant-carousel .slick-loading .slick-slide { - visibility: hidden; -} -.ant-carousel .slick-vertical .slick-slide { - display: block; - height: auto; - border: 1px solid transparent; -} -.ant-carousel .slick-arrow.slick-hidden { - display: none; -} -.ant-carousel .slick-prev, -.ant-carousel .slick-next { - position: absolute; - top: 50%; - display: block; - width: 20px; - height: 20px; - margin-top: -10px; - padding: 0; - color: transparent; - font-size: 0; - line-height: 0; - background: transparent; - border: 0; - outline: none; - cursor: pointer; -} -.ant-carousel .slick-prev:hover, -.ant-carousel .slick-next:hover, -.ant-carousel .slick-prev:focus, -.ant-carousel .slick-next:focus { - color: transparent; - background: transparent; - outline: none; -} -.ant-carousel .slick-prev:hover::before, -.ant-carousel .slick-next:hover::before, -.ant-carousel .slick-prev:focus::before, -.ant-carousel .slick-next:focus::before { - opacity: 1; -} -.ant-carousel .slick-prev.slick-disabled::before, -.ant-carousel .slick-next.slick-disabled::before { - opacity: 0.25; -} -.ant-carousel .slick-prev { - left: -25px; -} -.ant-carousel .slick-prev::before { - content: '←'; -} -.ant-carousel .slick-next { - right: -25px; -} -.ant-carousel .slick-next::before { - content: '→'; -} -.ant-carousel .slick-dots { - position: absolute; - display: block; - width: 100%; - height: 3px; - margin: 0; - padding: 0; - text-align: center; - list-style: none; -} -.ant-carousel .slick-dots-bottom { - bottom: 12px; -} -.ant-carousel .slick-dots-top { - top: 12px; -} -.ant-carousel .slick-dots li { - position: relative; - display: inline-block; - margin: 0 2px; - padding: 0; - text-align: center; - vertical-align: top; -} -.ant-carousel .slick-dots li button { - display: block; - width: 16px; - height: 3px; - padding: 0; - color: transparent; - font-size: 0; - background: hsl(0, 0%, 20%); - border: 0; - border-radius: 1px; - outline: none; - cursor: pointer; - opacity: 0.3; - transition: all 0.5s; -} -.ant-carousel .slick-dots li button:hover, -.ant-carousel .slick-dots li button:focus { - opacity: 0.75; -} -.ant-carousel .slick-dots li.slick-active button { - width: 24px; - background: hsl(0, 0%, 20%); - opacity: 1; -} -.ant-carousel .slick-dots li.slick-active button:hover, -.ant-carousel .slick-dots li.slick-active button:focus { - opacity: 1; -} -.ant-carousel-vertical .slick-dots { - top: 50%; - bottom: auto; - width: 3px; - height: auto; - transform: translateY(-50%); -} -.ant-carousel-vertical .slick-dots-left { - left: 12px; -} -.ant-carousel-vertical .slick-dots-right { - right: 12px; -} -.ant-carousel-vertical .slick-dots li { - margin: 0 2px; - vertical-align: baseline; -} -.ant-carousel-vertical .slick-dots li button { - width: 3px; - height: 16px; -} -.ant-carousel-vertical .slick-dots li.slick-active button { - width: 3px; - height: 24px; -} -.ant-cascader { - box-sizing: border-box; - margin: 0; - padding: 0; - color: hsl(0, 0%, 90%); - font-size: 14px; - font-variant: tabular-nums; - line-height: 1.5; - list-style: none; - font-feature-settings: 'tnum'; -} -.ant-cascader-input.ant-input { - position: static; - width: 100%; - background-color: transparent !important; - cursor: pointer; -} -.ant-cascader-picker-show-search .ant-cascader-input.ant-input { - position: relative; -} -.ant-cascader-picker { - box-sizing: border-box; - margin: 0; - padding: 0; - color: hsl(0, 0%, 90%); - font-size: 14px; - font-variant: tabular-nums; - line-height: 1.5; - list-style: none; - font-feature-settings: 'tnum'; - position: relative; - display: inline-block; - background-color: hsl(0, 0%, 20%); - border-radius: 0; - outline: 0; - cursor: pointer; - transition: color 0.3s; -} -.ant-cascader-picker-with-value .ant-cascader-picker-label { - color: transparent; -} -.ant-cascader-picker-disabled { - color: hsl(0, 0%, 50%); - background: hsl(0, 0%, 20%); - cursor: not-allowed; -} -.ant-cascader-picker-disabled .ant-cascader-input { - cursor: not-allowed; -} -.ant-cascader-picker:focus .ant-cascader-input { - border-color: #c9e6f2; - border-right-width: 1px !important; - outline: 0; - box-shadow: 0 0 0 2px hsla(200, 60%, 75%, 0.2); -} -.ant-cascader-picker-show-search.ant-cascader-picker-focused { - color: hsl(0, 0%, 50%); -} -.ant-cascader-picker-label { - position: absolute; - top: 50%; - left: 0; - width: 100%; - height: 20px; - margin-top: -10px; - padding: 0 6px; - overflow: hidden; - line-height: 20px; - white-space: nowrap; - text-overflow: ellipsis; -} -.ant-cascader-picker-clear { - position: absolute; - top: 50%; - right: 6px; - z-index: 2; - width: 12px; - height: 12px; - margin-top: -6px; - color: hsl(0, 0%, 50%); - font-size: 12px; - line-height: 12px; - background: hsl(0, 0%, 20%); - cursor: pointer; - opacity: 0; - transition: color 0.3s ease, opacity 0.15s ease; -} -.ant-cascader-picker-clear:hover { - color: hsl(0, 0%, 35%); -} -.ant-cascader-picker:hover .ant-cascader-picker-clear { - opacity: 1; -} -.ant-cascader-picker-arrow { - position: absolute; - top: 50%; - right: 6px; - z-index: 1; - width: 12px; - height: 12px; - margin-top: -6px; - color: hsl(0, 0%, 50%); - font-size: 12px; - line-height: 12px; - transition: transform 0.2s; -} -.ant-cascader-picker-arrow.ant-cascader-picker-arrow-expand { - transform: rotate(180deg); -} -.ant-cascader-picker-label:hover + .ant-cascader-input { - border-color: #c9e6f2; - border-right-width: 1px !important; -} -.ant-cascader-picker-small .ant-cascader-picker-clear, -.ant-cascader-picker-small .ant-cascader-picker-arrow { - right: 4px; -} -.ant-cascader-menus { - position: absolute; - z-index: 1050; - font-size: 14px; - white-space: nowrap; - background: hsl(0, 0%, 20%); - border-radius: 0; - box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15); -} -.ant-cascader-menus ul, -.ant-cascader-menus ol { - margin: 0; - padding: 0; - list-style: none; -} -.ant-cascader-menus-empty, -.ant-cascader-menus-hidden { - display: none; -} -.ant-cascader-menus.slide-up-enter.slide-up-enter-active.ant-cascader-menus-placement-bottomLeft, -.ant-cascader-menus.slide-up-appear.slide-up-appear-active.ant-cascader-menus-placement-bottomLeft { - animation-name: antSlideUpIn; -} -.ant-cascader-menus.slide-up-enter.slide-up-enter-active.ant-cascader-menus-placement-topLeft, -.ant-cascader-menus.slide-up-appear.slide-up-appear-active.ant-cascader-menus-placement-topLeft { - animation-name: antSlideDownIn; -} -.ant-cascader-menus.slide-up-leave.slide-up-leave-active.ant-cascader-menus-placement-bottomLeft { - animation-name: antSlideUpOut; -} -.ant-cascader-menus.slide-up-leave.slide-up-leave-active.ant-cascader-menus-placement-topLeft { - animation-name: antSlideDownOut; -} -.ant-cascader-menu { - display: inline-block; - min-width: 111px; - height: 180px; - margin: 0; - padding: 0; - overflow: auto; - vertical-align: top; - list-style: none; - border-right: 1px solid hsl(0, 0%, 30%); - -ms-overflow-style: -ms-autohiding-scrollbar; -} -.ant-cascader-menu:first-child { - border-radius: 0 0 0 0; -} -.ant-cascader-menu:last-child { - margin-right: -1px; - border-right-color: transparent; - border-radius: 0 0 0 0; -} -.ant-cascader-menu:only-child { - border-radius: 0; -} -.ant-cascader-menu-item { - padding: 5px 6px; - line-height: 22px; - white-space: nowrap; - cursor: pointer; - transition: all 0.3s; -} -.ant-cascader-menu-item:hover { - background: hsl(200, 30%, 30%); -} -.ant-cascader-menu-item-disabled { - color: hsl(0, 0%, 50%); - cursor: not-allowed; -} -.ant-cascader-menu-item-disabled:hover { - background: transparent; -} -.ant-cascader-menu-item-active:not(.ant-cascader-menu-item-disabled), -.ant-cascader-menu-item-active:not(.ant-cascader-menu-item-disabled):hover { - font-weight: 600; - background-color: hsl(0, 0%, 40%); -} -.ant-cascader-menu-item-expand { - position: relative; - padding-right: 24px; -} -.ant-cascader-menu-item-expand .ant-cascader-menu-item-expand-icon, -.ant-cascader-menu-item-expand .ant-cascader-menu-item-loading-icon { - display: inline-block; - font-size: 12px; - font-size: 10px \9; - transform: scale(0.83333333) rotate(0deg); - position: absolute; - right: 6px; - color: hsl(0, 0%, 35%); -} -:root .ant-cascader-menu-item-expand .ant-cascader-menu-item-expand-icon, -:root .ant-cascader-menu-item-expand .ant-cascader-menu-item-loading-icon { - font-size: 12px; -} -.ant-cascader-menu-item .ant-cascader-menu-item-keyword { - color: blue; -} -@keyframes antCheckboxEffect { - 0% { - transform: scale(1); - opacity: 0.5; - } - 100% { - transform: scale(1.6); - opacity: 0; - } -} -.ant-checkbox { - box-sizing: border-box; - margin: 0; - padding: 0; - color: hsl(0, 0%, 90%); - font-size: 14px; - font-variant: tabular-nums; - line-height: 1.5; - list-style: none; - font-feature-settings: 'tnum'; - position: relative; - top: -0.09em; - display: inline-block; - line-height: 1; - white-space: nowrap; - vertical-align: middle; - outline: none; - cursor: pointer; -} -.ant-checkbox-wrapper:hover .ant-checkbox-inner, -.ant-checkbox:hover .ant-checkbox-inner, -.ant-checkbox-input:focus + .ant-checkbox-inner { - border-color: hsl(200, 60%, 75%); -} -.ant-checkbox-checked::after { - position: absolute; - top: 0; - left: 0; - width: 100%; - height: 100%; - border: 1px solid hsl(200, 60%, 75%); - border-radius: 0; - visibility: hidden; - animation: antCheckboxEffect 0.36s ease-in-out; - animation-fill-mode: both; - content: ''; -} -.ant-checkbox:hover::after, -.ant-checkbox-wrapper:hover .ant-checkbox::after { - visibility: visible; -} -.ant-checkbox-inner { - position: relative; - top: 0; - left: 0; - display: block; - width: 16px; - height: 16px; - background-color: #fff; - border: 1px solid hsl(0, 0%, 40%); - border-radius: 0; - border-collapse: separate; - transition: all 0.3s; -} -.ant-checkbox-inner::after { - position: absolute; - top: 50%; - left: 21%; - display: table; - width: 5.71428571px; - height: 9.14285714px; - border: 2px solid #fff; - border-top: 0; - border-left: 0; - transform: rotate(45deg) scale(0) translate(-50%, -50%); - opacity: 0; - transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6), opacity 0.1s; - content: ' '; -} -.ant-checkbox-input { - position: absolute; - top: 0; - right: 0; - bottom: 0; - left: 0; - z-index: 1; - width: 100%; - height: 100%; - cursor: pointer; - opacity: 0; -} -.ant-checkbox-checked .ant-checkbox-inner::after { - position: absolute; - display: table; - border: 2px solid #fff; - border-top: 0; - border-left: 0; - transform: rotate(45deg) scale(1) translate(-50%, -50%); - opacity: 1; - transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s; - content: ' '; -} -.ant-checkbox-checked .ant-checkbox-inner { - background-color: hsl(200, 60%, 75%); - border-color: hsl(200, 60%, 75%); -} -.ant-checkbox-disabled { - cursor: not-allowed; -} -.ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner::after { - border-color: hsl(0, 0%, 50%); - animation-name: none; -} -.ant-checkbox-disabled .ant-checkbox-input { - cursor: not-allowed; -} -.ant-checkbox-disabled .ant-checkbox-inner { - background-color: hsl(0, 0%, 20%); - border-color: hsl(0, 0%, 40%) !important; -} -.ant-checkbox-disabled .ant-checkbox-inner::after { - border-color: hsl(0, 0%, 20%); - border-collapse: separate; - animation-name: none; -} -.ant-checkbox-disabled + span { - color: hsl(0, 0%, 50%); - cursor: not-allowed; -} -.ant-checkbox-wrapper { - box-sizing: border-box; - margin: 0; - padding: 0; - color: hsl(0, 0%, 90%); - font-size: 14px; - font-variant: tabular-nums; - line-height: 1.5; - list-style: none; - font-feature-settings: 'tnum'; - display: inline-block; - line-height: unset; - cursor: pointer; -} -.ant-checkbox-wrapper + .ant-checkbox-wrapper { - margin-left: 8px; -} -.ant-checkbox-wrapper + span, -.ant-checkbox + span { - padding-right: 8px; - padding-left: 8px; -} -.ant-checkbox-group { - box-sizing: border-box; - margin: 0; - padding: 0; - color: hsl(0, 0%, 90%); - font-size: 14px; - font-variant: tabular-nums; - line-height: 1.5; - list-style: none; - font-feature-settings: 'tnum'; - display: inline-block; -} -.ant-checkbox-group-item { - display: inline-block; - margin-right: 8px; -} -.ant-checkbox-group-item:last-child { - margin-right: 0; -} -.ant-checkbox-group-item + .ant-checkbox-group-item { - margin-left: 0; -} -.ant-checkbox-indeterminate .ant-checkbox-inner { - background-color: hsl(0, 0%, 20%); - border-color: hsl(0, 0%, 40%); -} -.ant-checkbox-indeterminate .ant-checkbox-inner::after { - top: 50%; - left: 50%; - width: 8px; - height: 8px; - background-color: hsl(200, 60%, 75%); - border: 0; - transform: translate(-50%, -50%) scale(1); - opacity: 1; - content: ' '; -} -.ant-checkbox-indeterminate.ant-checkbox-disabled .ant-checkbox-inner::after { - background-color: hsl(0, 0%, 50%); - border-color: hsl(0, 0%, 50%); -} -.ant-collapse { - box-sizing: border-box; - margin: 0; - padding: 0; - color: hsl(0, 0%, 90%); - font-size: 14px; - font-variant: tabular-nums; - line-height: 1.5; - list-style: none; - font-feature-settings: 'tnum'; - background-color: yellow; - border: 1px solid hsl(0, 0%, 40%); - border-bottom: 0; - border-radius: 0; -} -.ant-collapse > .ant-collapse-item { - border-bottom: 1px solid hsl(0, 0%, 40%); -} -.ant-collapse > .ant-collapse-item:last-child, -.ant-collapse > .ant-collapse-item:last-child > .ant-collapse-header { - border-radius: 0 0 0 0; -} -.ant-collapse > .ant-collapse-item > .ant-collapse-header { - position: relative; - padding: 12px 16px; - padding-left: 40px; - color: hsl(0, 0%, 85%); - line-height: 22px; - cursor: pointer; - transition: all 0.3s; -} -.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow { - color: inherit; - font-style: normal; - line-height: 0; - text-align: center; - text-transform: none; - vertical-align: -0.125em; - text-rendering: optimizeLegibility; - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; - position: absolute; - top: 50%; - left: 8px; - display: inline-block; - font-size: 12px; - transform: translateY(-50%); -} -.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow > * { - line-height: 1; -} -.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow svg { - display: inline-block; -} -.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow::before { - display: none; -} -.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow .ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow-icon { - display: block; -} -.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow svg { - transition: transform 0.24s; -} -.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-extra { - float: right; -} -.ant-collapse > .ant-collapse-item > .ant-collapse-header:focus { - outline: none; -} -.ant-collapse > .ant-collapse-item.ant-collapse-no-arrow > .ant-collapse-header { - padding-left: 12px; -} -.ant-collapse-icon-position-right > .ant-collapse-item > .ant-collapse-header { - padding: 12px 16px; - padding-right: 40px; -} -.ant-collapse-icon-position-right > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow { - right: 8px; - left: initial; -} -.ant-collapse-anim-active { - transition: height 0.2s cubic-bezier(0.215, 0.61, 0.355, 1); -} -.ant-collapse-content { - overflow: hidden; - color: hsl(0, 0%, 90%); - background-color: hsl(0, 0%, 20%); - border-top: 1px solid hsl(0, 0%, 40%); -} -.ant-collapse-content > .ant-collapse-content-box { - padding: 8px; -} -.ant-collapse-content-inactive { - display: none; -} -.ant-collapse-item:last-child > .ant-collapse-content { - border-radius: 0 0 0 0; -} -.ant-collapse-borderless { - background-color: hsl(0, 0%, 20%); - border: 0; -} -.ant-collapse-borderless > .ant-collapse-item { - border-bottom: 1px solid hsl(0, 0%, 40%); -} -.ant-collapse-borderless > .ant-collapse-item:last-child, -.ant-collapse-borderless > .ant-collapse-item:last-child .ant-collapse-header { - border-radius: 0; -} -.ant-collapse-borderless > .ant-collapse-item > .ant-collapse-content { - background-color: transparent; - border-top: 0; -} -.ant-collapse-borderless > .ant-collapse-item > .ant-collapse-content > .ant-collapse-content-box { - padding-top: 4px; -} -.ant-collapse .ant-collapse-item-disabled > .ant-collapse-header, -.ant-collapse .ant-collapse-item-disabled > .ant-collapse-header > .arrow { - color: hsl(0, 0%, 50%); - cursor: not-allowed; -} -.ant-comment { - position: relative; -} -.ant-comment-inner { - display: flex; - padding: 16px 0; -} -.ant-comment-avatar { - position: relative; - flex-shrink: 0; - margin-right: 12px; - cursor: pointer; -} -.ant-comment-avatar img { - width: 32px; - height: 32px; - border-radius: 50%; -} -.ant-comment-content { - position: relative; - flex: 1 1 auto; - min-width: 1px; - font-size: 14px; - word-wrap: break-word; -} -.ant-comment-content-author { - display: flex; - justify-content: flex-start; - margin-bottom: 4px; - font-size: 14px; -} -.ant-comment-content-author > a, -.ant-comment-content-author > span { - height: 18px; - padding-right: 8px; - font-size: 12px; - line-height: 18px; -} -.ant-comment-content-author-name { - color: hsl(0, 0%, 35%); - font-size: 14px; - transition: color 0.3s; -} -.ant-comment-content-author-name > * { - color: hsl(0, 0%, 35%); -} -.ant-comment-content-author-name > *:hover { - color: hsl(0, 0%, 35%); -} -.ant-comment-content-author-time { - color: #ccc; - white-space: nowrap; - cursor: auto; -} -.ant-comment-content-detail p { - white-space: pre-wrap; -} -.ant-comment-actions { - margin-top: 12px; - padding-left: 0; -} -.ant-comment-actions > li { - display: inline-block; - color: hsl(0, 0%, 35%); -} -.ant-comment-actions > li > span { - padding-right: 10px; - color: hsl(0, 0%, 35%); - font-size: 12px; - cursor: pointer; - transition: color 0.3s; - user-select: none; -} -.ant-comment-actions > li > span:hover { - color: #595959; -} -.ant-comment-nested { - margin-left: 44px; -} -.ant-calendar-picker-container { - box-sizing: border-box; - margin: 0; - padding: 0; - color: hsl(0, 0%, 90%); - font-size: 14px; - font-variant: tabular-nums; - line-height: 1.5; - list-style: none; - font-feature-settings: 'tnum'; - position: absolute; - z-index: 1050; - font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; -} -.ant-calendar-picker-container.slide-up-enter.slide-up-enter-active.ant-calendar-picker-container-placement-topLeft, -.ant-calendar-picker-container.slide-up-enter.slide-up-enter-active.ant-calendar-picker-container-placement-topRight, -.ant-calendar-picker-container.slide-up-appear.slide-up-appear-active.ant-calendar-picker-container-placement-topLeft, -.ant-calendar-picker-container.slide-up-appear.slide-up-appear-active.ant-calendar-picker-container-placement-topRight { - animation-name: antSlideDownIn; -} -.ant-calendar-picker-container.slide-up-enter.slide-up-enter-active.ant-calendar-picker-container-placement-bottomLeft, -.ant-calendar-picker-container.slide-up-enter.slide-up-enter-active.ant-calendar-picker-container-placement-bottomRight, -.ant-calendar-picker-container.slide-up-appear.slide-up-appear-active.ant-calendar-picker-container-placement-bottomLeft, -.ant-calendar-picker-container.slide-up-appear.slide-up-appear-active.ant-calendar-picker-container-placement-bottomRight { - animation-name: antSlideUpIn; -} -.ant-calendar-picker-container.slide-up-leave.slide-up-leave-active.ant-calendar-picker-container-placement-topLeft, -.ant-calendar-picker-container.slide-up-leave.slide-up-leave-active.ant-calendar-picker-container-placement-topRight { - animation-name: antSlideDownOut; -} -.ant-calendar-picker-container.slide-up-leave.slide-up-leave-active.ant-calendar-picker-container-placement-bottomLeft, -.ant-calendar-picker-container.slide-up-leave.slide-up-leave-active.ant-calendar-picker-container-placement-bottomRight { - animation-name: antSlideUpOut; -} -.ant-calendar-picker { - box-sizing: border-box; - margin: 0; - padding: 0; - color: hsl(0, 0%, 90%); - font-size: 14px; - font-variant: tabular-nums; - line-height: 1.5; - list-style: none; - font-feature-settings: 'tnum'; - position: relative; - display: inline-block; - outline: none; - cursor: text; - transition: opacity 0.3s; -} -.ant-calendar-picker-input { - outline: none; -} -.ant-calendar-picker-input.ant-input { - line-height: 1.5; -} -.ant-calendar-picker-input.ant-input-sm { - padding-top: 0; - padding-bottom: 0; -} -.ant-calendar-picker:hover .ant-calendar-picker-input:not(.ant-input-disabled) { - border-color: hsl(200, 60%, 75%); -} -.ant-calendar-picker:focus .ant-calendar-picker-input:not(.ant-input-disabled) { - border-color: #c9e6f2; - border-right-width: 1px !important; - outline: 0; - box-shadow: 0 0 0 2px hsla(200, 60%, 75%, 0.2); -} -.ant-calendar-picker-clear, -.ant-calendar-picker-icon { - position: absolute; - top: 50%; - right: 6px; - z-index: 1; - width: 14px; - height: 14px; - margin-top: -7px; - font-size: 12px; - line-height: 14px; - transition: all 0.3s; - user-select: none; -} -.ant-calendar-picker-clear { - z-index: 2; - color: hsl(0, 0%, 50%); - font-size: 14px; - background: hsl(0, 0%, 15%); - cursor: pointer; - opacity: 0; - pointer-events: none; -} -.ant-calendar-picker-clear:hover { - color: hsl(0, 0%, 35%); -} -.ant-calendar-picker:hover .ant-calendar-picker-clear { - opacity: 1; - pointer-events: auto; -} -.ant-calendar-picker-icon { - display: inline-block; - color: hsl(0, 0%, 50%); - font-size: 14px; - line-height: 1; -} -.ant-calendar-picker-small .ant-calendar-picker-clear, -.ant-calendar-picker-small .ant-calendar-picker-icon { - right: 4px; -} -.ant-calendar { - position: relative; - width: 280px; - font-size: 14px; - line-height: 1.5; - text-align: left; - list-style: none; - background-color: hsl(0, 0%, 20%); - background-clip: padding-box; - border: 1px solid #fff; - border-radius: 0; - outline: none; - box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15); -} -.ant-calendar-input-wrap { - height: 34px; - padding: 6px 4px; - border-bottom: 1px solid hsl(0, 0%, 30%); -} -.ant-calendar-input { - width: 100%; - height: 22px; - color: hsl(0, 0%, 90%); - background: hsl(0, 0%, 15%); - border: 0; - outline: 0; - cursor: auto; -} -.ant-calendar-input::-moz-placeholder { - color: #bfbfbf; - opacity: 1; -} -.ant-calendar-input:-ms-input-placeholder { - color: #bfbfbf; -} -.ant-calendar-input::-webkit-input-placeholder { - color: #bfbfbf; -} -.ant-calendar-week-number { - width: 286px; -} -.ant-calendar-week-number-cell { - text-align: center; -} -.ant-calendar-header { - height: 40px; - line-height: 40px; - text-align: center; - border-bottom: 1px solid hsl(0, 0%, 30%); - user-select: none; -} -.ant-calendar-header a:hover { - color: #c9e6f2; -} -.ant-calendar-header .ant-calendar-century-select, -.ant-calendar-header .ant-calendar-decade-select, -.ant-calendar-header .ant-calendar-year-select, -.ant-calendar-header .ant-calendar-month-select { - display: inline-block; - padding: 0 2px; - color: hsl(0, 0%, 85%); - font-weight: 500; - line-height: 40px; -} -.ant-calendar-header .ant-calendar-century-select-arrow, -.ant-calendar-header .ant-calendar-decade-select-arrow, -.ant-calendar-header .ant-calendar-year-select-arrow, -.ant-calendar-header .ant-calendar-month-select-arrow { - display: none; -} -.ant-calendar-header .ant-calendar-prev-century-btn, -.ant-calendar-header .ant-calendar-next-century-btn, -.ant-calendar-header .ant-calendar-prev-decade-btn, -.ant-calendar-header .ant-calendar-next-decade-btn, -.ant-calendar-header .ant-calendar-prev-month-btn, -.ant-calendar-header .ant-calendar-next-month-btn, -.ant-calendar-header .ant-calendar-prev-year-btn, -.ant-calendar-header .ant-calendar-next-year-btn { - position: absolute; - top: 0; - display: inline-block; - padding: 0 5px; - color: hsl(0, 0%, 35%); - font-size: 16px; - font-family: Arial, 'Hiragino Sans GB', 'Microsoft Yahei', 'Microsoft Sans Serif', sans-serif; - line-height: 40px; -} -.ant-calendar-header .ant-calendar-prev-century-btn, -.ant-calendar-header .ant-calendar-prev-decade-btn, -.ant-calendar-header .ant-calendar-prev-year-btn { - left: 7px; - height: 100%; -} -.ant-calendar-header .ant-calendar-prev-century-btn::before, -.ant-calendar-header .ant-calendar-prev-decade-btn::before, -.ant-calendar-header .ant-calendar-prev-year-btn::before, -.ant-calendar-header .ant-calendar-prev-century-btn::after, -.ant-calendar-header .ant-calendar-prev-decade-btn::after, -.ant-calendar-header .ant-calendar-prev-year-btn::after { - position: relative; - top: -1px; - display: inline-block; - width: 8px; - height: 8px; - vertical-align: middle; - border: 0 solid #aaa; - border-width: 1.5px 0 0 1.5px; - border-radius: 1px; - transform: rotate(-45deg) scale(0.8); - transition: all 0.3s; - content: ''; -} -.ant-calendar-header .ant-calendar-prev-century-btn:hover::before, -.ant-calendar-header .ant-calendar-prev-decade-btn:hover::before, -.ant-calendar-header .ant-calendar-prev-year-btn:hover::before, -.ant-calendar-header .ant-calendar-prev-century-btn:hover::after, -.ant-calendar-header .ant-calendar-prev-decade-btn:hover::after, -.ant-calendar-header .ant-calendar-prev-year-btn:hover::after { - border-color: hsl(0, 0%, 90%); -} -.ant-calendar-header .ant-calendar-prev-century-btn::after, -.ant-calendar-header .ant-calendar-prev-decade-btn::after, -.ant-calendar-header .ant-calendar-prev-year-btn::after { - display: none; -} -.ant-calendar-header .ant-calendar-prev-century-btn::after, -.ant-calendar-header .ant-calendar-prev-decade-btn::after, -.ant-calendar-header .ant-calendar-prev-year-btn::after { - position: relative; - left: -3px; - display: inline-block; -} -.ant-calendar-header .ant-calendar-next-century-btn, -.ant-calendar-header .ant-calendar-next-decade-btn, -.ant-calendar-header .ant-calendar-next-year-btn { - right: 7px; - height: 100%; -} -.ant-calendar-header .ant-calendar-next-century-btn::before, -.ant-calendar-header .ant-calendar-next-decade-btn::before, -.ant-calendar-header .ant-calendar-next-year-btn::before, -.ant-calendar-header .ant-calendar-next-century-btn::after, -.ant-calendar-header .ant-calendar-next-decade-btn::after, -.ant-calendar-header .ant-calendar-next-year-btn::after { - position: relative; - top: -1px; - display: inline-block; - width: 8px; - height: 8px; - vertical-align: middle; - border: 0 solid #aaa; - border-width: 1.5px 0 0 1.5px; - border-radius: 1px; - transform: rotate(-45deg) scale(0.8); - transition: all 0.3s; - content: ''; -} -.ant-calendar-header .ant-calendar-next-century-btn:hover::before, -.ant-calendar-header .ant-calendar-next-decade-btn:hover::before, -.ant-calendar-header .ant-calendar-next-year-btn:hover::before, -.ant-calendar-header .ant-calendar-next-century-btn:hover::after, -.ant-calendar-header .ant-calendar-next-decade-btn:hover::after, -.ant-calendar-header .ant-calendar-next-year-btn:hover::after { - border-color: hsl(0, 0%, 90%); -} -.ant-calendar-header .ant-calendar-next-century-btn::after, -.ant-calendar-header .ant-calendar-next-decade-btn::after, -.ant-calendar-header .ant-calendar-next-year-btn::after { - display: none; -} -.ant-calendar-header .ant-calendar-next-century-btn::before, -.ant-calendar-header .ant-calendar-next-decade-btn::before, -.ant-calendar-header .ant-calendar-next-year-btn::before, -.ant-calendar-header .ant-calendar-next-century-btn::after, -.ant-calendar-header .ant-calendar-next-decade-btn::after, -.ant-calendar-header .ant-calendar-next-year-btn::after { - transform: rotate(135deg) scale(0.8); -} -.ant-calendar-header .ant-calendar-next-century-btn::before, -.ant-calendar-header .ant-calendar-next-decade-btn::before, -.ant-calendar-header .ant-calendar-next-year-btn::before { - position: relative; - left: 3px; -} -.ant-calendar-header .ant-calendar-next-century-btn::after, -.ant-calendar-header .ant-calendar-next-decade-btn::after, -.ant-calendar-header .ant-calendar-next-year-btn::after { - display: inline-block; -} -.ant-calendar-header .ant-calendar-prev-month-btn { - left: 29px; - height: 100%; -} -.ant-calendar-header .ant-calendar-prev-month-btn::before, -.ant-calendar-header .ant-calendar-prev-month-btn::after { - position: relative; - top: -1px; - display: inline-block; - width: 8px; - height: 8px; - vertical-align: middle; - border: 0 solid #aaa; - border-width: 1.5px 0 0 1.5px; - border-radius: 1px; - transform: rotate(-45deg) scale(0.8); - transition: all 0.3s; - content: ''; -} -.ant-calendar-header .ant-calendar-prev-month-btn:hover::before, -.ant-calendar-header .ant-calendar-prev-month-btn:hover::after { - border-color: hsl(0, 0%, 90%); -} -.ant-calendar-header .ant-calendar-prev-month-btn::after { - display: none; -} -.ant-calendar-header .ant-calendar-next-month-btn { - right: 29px; - height: 100%; -} -.ant-calendar-header .ant-calendar-next-month-btn::before, -.ant-calendar-header .ant-calendar-next-month-btn::after { - position: relative; - top: -1px; - display: inline-block; - width: 8px; - height: 8px; - vertical-align: middle; - border: 0 solid #aaa; - border-width: 1.5px 0 0 1.5px; - border-radius: 1px; - transform: rotate(-45deg) scale(0.8); - transition: all 0.3s; - content: ''; -} -.ant-calendar-header .ant-calendar-next-month-btn:hover::before, -.ant-calendar-header .ant-calendar-next-month-btn:hover::after { - border-color: hsl(0, 0%, 90%); -} -.ant-calendar-header .ant-calendar-next-month-btn::after { - display: none; -} -.ant-calendar-header .ant-calendar-next-month-btn::before, -.ant-calendar-header .ant-calendar-next-month-btn::after { - transform: rotate(135deg) scale(0.8); -} -.ant-calendar-body { - padding: 8px 12px; -} -.ant-calendar table { - width: 100%; - max-width: 100%; - background-color: transparent; - border-collapse: collapse; -} -.ant-calendar table, -.ant-calendar th, -.ant-calendar td { - text-align: center; - border: 0; -} -.ant-calendar-calendar-table { - margin-bottom: 0; - border-spacing: 0; -} -.ant-calendar-column-header { - width: 33px; - padding: 6px 0; - line-height: 18px; - text-align: center; -} -.ant-calendar-column-header .ant-calendar-column-header-inner { - display: block; - font-weight: normal; -} -.ant-calendar-week-number-header .ant-calendar-column-header-inner { - display: none; -} -.ant-calendar-cell { - height: 30px; - padding: 3px 0; -} -.ant-calendar-date { - display: block; - width: 24px; - height: 24px; - margin: 0 auto; - padding: 0; - color: hsl(0, 0%, 90%); - line-height: 22px; - text-align: center; - background: transparent; - border: 1px solid transparent; - border-radius: 0; - transition: background 0.3s ease; -} -.ant-calendar-date-panel { - position: relative; - outline: none; -} -.ant-calendar-date:hover { - background: hsl(200, 30%, 30%); - cursor: pointer; -} -.ant-calendar-date:active { - color: #fff; - background: hsl(200, 10%, 60%); -} -.ant-calendar-today .ant-calendar-date { - color: hsl(200, 60%, 75%); - font-weight: bold; - border-color: hsl(200, 60%, 75%); -} -.ant-calendar-last-month-cell .ant-calendar-date, -.ant-calendar-next-month-btn-day .ant-calendar-date { - color: hsl(0, 0%, 50%); -} -.ant-calendar-selected-day .ant-calendar-date { - background: #ebf5fa; -} -.ant-calendar-selected-date .ant-calendar-date, -.ant-calendar-selected-start-date .ant-calendar-date, -.ant-calendar-selected-end-date .ant-calendar-date { - color: #fff; - background: hsl(200, 60%, 75%); - border: 1px solid transparent; -} -.ant-calendar-selected-date .ant-calendar-date:hover, -.ant-calendar-selected-start-date .ant-calendar-date:hover, -.ant-calendar-selected-end-date .ant-calendar-date:hover { - background: hsl(200, 60%, 75%); -} -.ant-calendar-disabled-cell .ant-calendar-date { - position: relative; - width: auto; - color: hsl(0, 0%, 50%); - background: hsl(0, 0%, 20%); - border: 1px solid transparent; - border-radius: 0; - cursor: not-allowed; -} -.ant-calendar-disabled-cell .ant-calendar-date:hover { - background: hsl(0, 0%, 20%); -} -.ant-calendar-disabled-cell.ant-calendar-selected-day .ant-calendar-date::before { - position: absolute; - top: -1px; - left: 5px; - width: 24px; - height: 24px; - background: rgba(0, 0, 0, 0.1); - border-radius: 0; - content: ''; -} -.ant-calendar-disabled-cell.ant-calendar-today .ant-calendar-date { - position: relative; - padding-right: 5px; - padding-left: 5px; -} -.ant-calendar-disabled-cell.ant-calendar-today .ant-calendar-date::before { - position: absolute; - top: -1px; - left: 5px; - width: 24px; - height: 24px; - border: 1px solid hsl(0, 0%, 50%); - border-radius: 0; - content: ' '; -} -.ant-calendar-disabled-cell-first-of-row .ant-calendar-date { - border-top-left-radius: 4px; - border-bottom-left-radius: 4px; -} -.ant-calendar-disabled-cell-last-of-row .ant-calendar-date { - border-top-right-radius: 4px; - border-bottom-right-radius: 4px; -} -.ant-calendar-footer { - padding: 0 12px; - line-height: 38px; - border-top: 1px solid hsl(0, 0%, 30%); -} -.ant-calendar-footer:empty { - border-top: 0; -} -.ant-calendar-footer-btn { - display: block; - text-align: center; -} -.ant-calendar-footer-extra { - text-align: left; -} -.ant-calendar .ant-calendar-today-btn, -.ant-calendar .ant-calendar-clear-btn { - display: inline-block; - margin: 0 0 0 8px; - text-align: center; -} -.ant-calendar .ant-calendar-today-btn-disabled, -.ant-calendar .ant-calendar-clear-btn-disabled { - color: hsl(0, 0%, 50%); - cursor: not-allowed; -} -.ant-calendar .ant-calendar-today-btn:only-child, -.ant-calendar .ant-calendar-clear-btn:only-child { - margin: 0; -} -.ant-calendar .ant-calendar-clear-btn { - position: absolute; - top: 7px; - right: 5px; - display: none; - width: 20px; - height: 20px; - margin: 0; - overflow: hidden; - line-height: 20px; - text-align: center; - text-indent: -76px; -} -.ant-calendar .ant-calendar-clear-btn::after { - display: inline-block; - width: 20px; - color: hsl(0, 0%, 50%); - font-size: 14px; - line-height: 1; - text-indent: 43px; - transition: color 0.3s ease; -} -.ant-calendar .ant-calendar-clear-btn:hover::after { - color: hsl(0, 0%, 35%); -} -.ant-calendar .ant-calendar-ok-btn { - position: relative; - display: inline-block; - font-weight: 400; - white-space: nowrap; - text-align: center; - background-image: none; - border: 1px solid transparent; - box-shadow: 0 2px 0 rgba(0, 0, 0, 0.015); - cursor: pointer; - transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); - user-select: none; - touch-action: manipulation; - height: 28px; - padding: 0 7px; - color: #fff; - background-color: hsl(200, 60%, 75%); - border-color: hsl(200, 60%, 75%); - text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12); - box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045); - height: 24px; - padding: 0 3px; - font-size: 14px; - border-radius: 0; - line-height: 22px; -} -.ant-calendar .ant-calendar-ok-btn > .anticon { - line-height: 1; -} -.ant-calendar .ant-calendar-ok-btn, -.ant-calendar .ant-calendar-ok-btn:active, -.ant-calendar .ant-calendar-ok-btn:focus { - outline: 0; -} -.ant-calendar .ant-calendar-ok-btn:not([disabled]):hover { - text-decoration: none; -} -.ant-calendar .ant-calendar-ok-btn:not([disabled]):active { - outline: 0; - box-shadow: none; -} -.ant-calendar .ant-calendar-ok-btn.disabled, -.ant-calendar .ant-calendar-ok-btn[disabled] { - cursor: not-allowed; -} -.ant-calendar .ant-calendar-ok-btn.disabled > *, -.ant-calendar .ant-calendar-ok-btn[disabled] > * { - pointer-events: none; -} -.ant-calendar .ant-calendar-ok-btn-lg { - height: 34px; - padding: 0 7px; - font-size: 16px; - border-radius: 0; -} -.ant-calendar .ant-calendar-ok-btn-sm { - height: 24px; - padding: 0 3px; - font-size: 14px; - border-radius: 0; -} -.ant-calendar .ant-calendar-ok-btn > a:only-child { - color: currentColor; -} -.ant-calendar .ant-calendar-ok-btn > a:only-child::after { - position: absolute; - top: 0; - right: 0; - bottom: 0; - left: 0; - background: transparent; - content: ''; -} -.ant-calendar .ant-calendar-ok-btn:hover, -.ant-calendar .ant-calendar-ok-btn:focus { - color: #fff; - background-color: #c9e6f2; - border-color: #c9e6f2; -} -.ant-calendar .ant-calendar-ok-btn:hover > a:only-child, -.ant-calendar .ant-calendar-ok-btn:focus > a:only-child { - color: currentColor; -} -.ant-calendar .ant-calendar-ok-btn:hover > a:only-child::after, -.ant-calendar .ant-calendar-ok-btn:focus > a:only-child::after { - position: absolute; - top: 0; - right: 0; - bottom: 0; - left: 0; - background: transparent; - content: ''; -} -.ant-calendar .ant-calendar-ok-btn:active, -.ant-calendar .ant-calendar-ok-btn.active { - color: #fff; - background-color: #77a5bf; - border-color: #77a5bf; -} -.ant-calendar .ant-calendar-ok-btn:active > a:only-child, -.ant-calendar .ant-calendar-ok-btn.active > a:only-child { - color: currentColor; -} -.ant-calendar .ant-calendar-ok-btn:active > a:only-child::after, -.ant-calendar .ant-calendar-ok-btn.active > a:only-child::after { - position: absolute; - top: 0; - right: 0; - bottom: 0; - left: 0; - background: transparent; - content: ''; -} -.ant-calendar .ant-calendar-ok-btn-disabled, -.ant-calendar .ant-calendar-ok-btn.disabled, -.ant-calendar .ant-calendar-ok-btn[disabled], -.ant-calendar .ant-calendar-ok-btn-disabled:hover, -.ant-calendar .ant-calendar-ok-btn.disabled:hover, -.ant-calendar .ant-calendar-ok-btn[disabled]:hover, -.ant-calendar .ant-calendar-ok-btn-disabled:focus, -.ant-calendar .ant-calendar-ok-btn.disabled:focus, -.ant-calendar .ant-calendar-ok-btn[disabled]:focus, -.ant-calendar .ant-calendar-ok-btn-disabled:active, -.ant-calendar .ant-calendar-ok-btn.disabled:active, -.ant-calendar .ant-calendar-ok-btn[disabled]:active, -.ant-calendar .ant-calendar-ok-btn-disabled.active, -.ant-calendar .ant-calendar-ok-btn.disabled.active, -.ant-calendar .ant-calendar-ok-btn[disabled].active { - color: hsl(0, 0%, 50%); - background-color: hsl(0, 0%, 20%); - border-color: hsl(0, 0%, 40%); - text-shadow: none; - box-shadow: none; -} -.ant-calendar .ant-calendar-ok-btn-disabled > a:only-child, -.ant-calendar .ant-calendar-ok-btn.disabled > a:only-child, -.ant-calendar .ant-calendar-ok-btn[disabled] > a:only-child, -.ant-calendar .ant-calendar-ok-btn-disabled:hover > a:only-child, -.ant-calendar .ant-calendar-ok-btn.disabled:hover > a:only-child, -.ant-calendar .ant-calendar-ok-btn[disabled]:hover > a:only-child, -.ant-calendar .ant-calendar-ok-btn-disabled:focus > a:only-child, -.ant-calendar .ant-calendar-ok-btn.disabled:focus > a:only-child, -.ant-calendar .ant-calendar-ok-btn[disabled]:focus > a:only-child, -.ant-calendar .ant-calendar-ok-btn-disabled:active > a:only-child, -.ant-calendar .ant-calendar-ok-btn.disabled:active > a:only-child, -.ant-calendar .ant-calendar-ok-btn[disabled]:active > a:only-child, -.ant-calendar .ant-calendar-ok-btn-disabled.active > a:only-child, -.ant-calendar .ant-calendar-ok-btn.disabled.active > a:only-child, -.ant-calendar .ant-calendar-ok-btn[disabled].active > a:only-child { - color: currentColor; -} -.ant-calendar .ant-calendar-ok-btn-disabled > a:only-child::after, -.ant-calendar .ant-calendar-ok-btn.disabled > a:only-child::after, -.ant-calendar .ant-calendar-ok-btn[disabled] > a:only-child::after, -.ant-calendar .ant-calendar-ok-btn-disabled:hover > a:only-child::after, -.ant-calendar .ant-calendar-ok-btn.disabled:hover > a:only-child::after, -.ant-calendar .ant-calendar-ok-btn[disabled]:hover > a:only-child::after, -.ant-calendar .ant-calendar-ok-btn-disabled:focus > a:only-child::after, -.ant-calendar .ant-calendar-ok-btn.disabled:focus > a:only-child::after, -.ant-calendar .ant-calendar-ok-btn[disabled]:focus > a:only-child::after, -.ant-calendar .ant-calendar-ok-btn-disabled:active > a:only-child::after, -.ant-calendar .ant-calendar-ok-btn.disabled:active > a:only-child::after, -.ant-calendar .ant-calendar-ok-btn[disabled]:active > a:only-child::after, -.ant-calendar .ant-calendar-ok-btn-disabled.active > a:only-child::after, -.ant-calendar .ant-calendar-ok-btn.disabled.active > a:only-child::after, -.ant-calendar .ant-calendar-ok-btn[disabled].active > a:only-child::after { - position: absolute; - top: 0; - right: 0; - bottom: 0; - left: 0; - background: transparent; - content: ''; -} -.ant-calendar .ant-calendar-ok-btn-disabled, -.ant-calendar .ant-calendar-ok-btn.disabled, -.ant-calendar .ant-calendar-ok-btn[disabled], -.ant-calendar .ant-calendar-ok-btn-disabled:hover, -.ant-calendar .ant-calendar-ok-btn.disabled:hover, -.ant-calendar .ant-calendar-ok-btn[disabled]:hover, -.ant-calendar .ant-calendar-ok-btn-disabled:focus, -.ant-calendar .ant-calendar-ok-btn.disabled:focus, -.ant-calendar .ant-calendar-ok-btn[disabled]:focus, -.ant-calendar .ant-calendar-ok-btn-disabled:active, -.ant-calendar .ant-calendar-ok-btn.disabled:active, -.ant-calendar .ant-calendar-ok-btn[disabled]:active, -.ant-calendar .ant-calendar-ok-btn-disabled.active, -.ant-calendar .ant-calendar-ok-btn.disabled.active, -.ant-calendar .ant-calendar-ok-btn[disabled].active { - color: hsl(0, 0%, 50%); - background-color: hsl(0, 0%, 20%); - border-color: hsl(0, 0%, 40%); - text-shadow: none; - box-shadow: none; -} -.ant-calendar .ant-calendar-ok-btn-disabled > a:only-child, -.ant-calendar .ant-calendar-ok-btn.disabled > a:only-child, -.ant-calendar .ant-calendar-ok-btn[disabled] > a:only-child, -.ant-calendar .ant-calendar-ok-btn-disabled:hover > a:only-child, -.ant-calendar .ant-calendar-ok-btn.disabled:hover > a:only-child, -.ant-calendar .ant-calendar-ok-btn[disabled]:hover > a:only-child, -.ant-calendar .ant-calendar-ok-btn-disabled:focus > a:only-child, -.ant-calendar .ant-calendar-ok-btn.disabled:focus > a:only-child, -.ant-calendar .ant-calendar-ok-btn[disabled]:focus > a:only-child, -.ant-calendar .ant-calendar-ok-btn-disabled:active > a:only-child, -.ant-calendar .ant-calendar-ok-btn.disabled:active > a:only-child, -.ant-calendar .ant-calendar-ok-btn[disabled]:active > a:only-child, -.ant-calendar .ant-calendar-ok-btn-disabled.active > a:only-child, -.ant-calendar .ant-calendar-ok-btn.disabled.active > a:only-child, -.ant-calendar .ant-calendar-ok-btn[disabled].active > a:only-child { - color: currentColor; -} -.ant-calendar .ant-calendar-ok-btn-disabled > a:only-child::after, -.ant-calendar .ant-calendar-ok-btn.disabled > a:only-child::after, -.ant-calendar .ant-calendar-ok-btn[disabled] > a:only-child::after, -.ant-calendar .ant-calendar-ok-btn-disabled:hover > a:only-child::after, -.ant-calendar .ant-calendar-ok-btn.disabled:hover > a:only-child::after, -.ant-calendar .ant-calendar-ok-btn[disabled]:hover > a:only-child::after, -.ant-calendar .ant-calendar-ok-btn-disabled:focus > a:only-child::after, -.ant-calendar .ant-calendar-ok-btn.disabled:focus > a:only-child::after, -.ant-calendar .ant-calendar-ok-btn[disabled]:focus > a:only-child::after, -.ant-calendar .ant-calendar-ok-btn-disabled:active > a:only-child::after, -.ant-calendar .ant-calendar-ok-btn.disabled:active > a:only-child::after, -.ant-calendar .ant-calendar-ok-btn[disabled]:active > a:only-child::after, -.ant-calendar .ant-calendar-ok-btn-disabled.active > a:only-child::after, -.ant-calendar .ant-calendar-ok-btn.disabled.active > a:only-child::after, -.ant-calendar .ant-calendar-ok-btn[disabled].active > a:only-child::after { - position: absolute; - top: 0; - right: 0; - bottom: 0; - left: 0; - background: transparent; - content: ''; -} -.ant-calendar-range-picker-input { - width: 44%; - height: 99%; - text-align: center; - background-color: transparent; - border: 0; - outline: 0; -} -.ant-calendar-range-picker-input::-moz-placeholder { - color: #bfbfbf; - opacity: 1; -} -.ant-calendar-range-picker-input:-ms-input-placeholder { - color: #bfbfbf; -} -.ant-calendar-range-picker-input::-webkit-input-placeholder { - color: #bfbfbf; -} -.ant-calendar-range-picker-input[disabled] { - cursor: not-allowed; -} -.ant-calendar-range-picker-separator { - display: inline-block; - min-width: 10px; - height: 100%; - color: hsl(0, 0%, 35%); - white-space: nowrap; - text-align: center; - vertical-align: top; - pointer-events: none; -} -.ant-calendar-range { - width: 552px; - overflow: hidden; -} -.ant-calendar-range .ant-calendar-date-panel::after { - display: block; - clear: both; - height: 0; - visibility: hidden; - content: '.'; -} -.ant-calendar-range-part { - position: relative; - width: 50%; -} -.ant-calendar-range-left { - float: left; -} -.ant-calendar-range-left .ant-calendar-time-picker-inner { - border-right: 1px solid hsl(0, 0%, 30%); -} -.ant-calendar-range-right { - float: right; -} -.ant-calendar-range-right .ant-calendar-time-picker-inner { - border-left: 1px solid hsl(0, 0%, 30%); -} -.ant-calendar-range-middle { - position: absolute; - left: 50%; - z-index: 1; - height: 34px; - margin: 1px 0 0 0; - padding: 0 200px 0 0; - color: hsl(0, 0%, 35%); - line-height: 34px; - text-align: center; - transform: translateX(-50%); - pointer-events: none; -} -.ant-calendar-range-right .ant-calendar-date-input-wrap { - margin-left: -90px; -} -.ant-calendar-range.ant-calendar-time .ant-calendar-range-middle { - padding: 0 10px 0 0; - transform: translateX(-50%); -} -.ant-calendar-range.ant-calendar-time .ant-calendar-range-right .ant-calendar-date-input-wrap { - margin-left: 0; -} -.ant-calendar-range .ant-calendar-input-wrap { - position: relative; - height: 34px; -} -.ant-calendar-range .ant-calendar-input, -.ant-calendar-range .ant-calendar-time-picker-input { - position: relative; - display: inline-block; - width: 100%; - height: 28px; - padding: 4px 5px; - color: hsl(0, 0%, 90%); - font-size: 14px; - line-height: 28px; - background-color: hsl(0, 0%, 15%); - background-image: none; - border: 1px solid hsl(0, 0%, 40%); - border-radius: 0; - transition: all 0.3s; - height: 24px; - padding-right: 0; - padding-left: 0; - line-height: 24px; - border: 0; - box-shadow: none; -} -.ant-calendar-range .ant-calendar-input::-moz-placeholder, -.ant-calendar-range .ant-calendar-time-picker-input::-moz-placeholder { - color: #bfbfbf; - opacity: 1; -} -.ant-calendar-range .ant-calendar-input:-ms-input-placeholder, -.ant-calendar-range .ant-calendar-time-picker-input:-ms-input-placeholder { - color: #bfbfbf; -} -.ant-calendar-range .ant-calendar-input::-webkit-input-placeholder, -.ant-calendar-range .ant-calendar-time-picker-input::-webkit-input-placeholder { - color: #bfbfbf; -} -.ant-calendar-range .ant-calendar-input:hover, -.ant-calendar-range .ant-calendar-time-picker-input:hover { - border-color: #c9e6f2; - border-right-width: 1px !important; -} -.ant-calendar-range .ant-calendar-input:focus, -.ant-calendar-range .ant-calendar-time-picker-input:focus { - border-color: #c9e6f2; - border-right-width: 1px !important; - outline: 0; - box-shadow: 0 0 0 2px hsla(200, 60%, 75%, 0.2); -} -.ant-calendar-range .ant-calendar-input-disabled, -.ant-calendar-range .ant-calendar-time-picker-input-disabled { - color: hsl(0, 0%, 50%); - background-color: hsl(0, 0%, 20%); - cursor: not-allowed; - opacity: 1; -} -.ant-calendar-range .ant-calendar-input-disabled:hover, -.ant-calendar-range .ant-calendar-time-picker-input-disabled:hover { - border-color: #736c6c; - border-right-width: 1px !important; -} -.ant-calendar-range .ant-calendar-input[disabled], -.ant-calendar-range .ant-calendar-time-picker-input[disabled] { - color: hsl(0, 0%, 50%); - background-color: hsl(0, 0%, 20%); - cursor: not-allowed; - opacity: 1; -} -.ant-calendar-range .ant-calendar-input[disabled]:hover, -.ant-calendar-range .ant-calendar-time-picker-input[disabled]:hover { - border-color: #736c6c; - border-right-width: 1px !important; -} -textarea.ant-calendar-range .ant-calendar-input, -textarea.ant-calendar-range .ant-calendar-time-picker-input { - max-width: 100%; - height: auto; - min-height: 28px; - line-height: 1.5; - vertical-align: bottom; - transition: all 0.3s, height 0s; -} -.ant-calendar-range .ant-calendar-input-lg, -.ant-calendar-range .ant-calendar-time-picker-input-lg { - height: 34px; - padding: 6px 5px; - font-size: 16px; - line-height: 34px; -} -.ant-calendar-range .ant-calendar-input-sm, -.ant-calendar-range .ant-calendar-time-picker-input-sm { - height: 24px; - padding: 1px 3px; - line-height: 24px; -} -.ant-calendar-range .ant-calendar-input:focus, -.ant-calendar-range .ant-calendar-time-picker-input:focus { - box-shadow: none; -} -.ant-calendar-range .ant-calendar-time-picker-icon { - display: none; -} -.ant-calendar-range.ant-calendar-week-number { - width: 574px; -} -.ant-calendar-range.ant-calendar-week-number .ant-calendar-range-part { - width: 286px; -} -.ant-calendar-range .ant-calendar-year-panel, -.ant-calendar-range .ant-calendar-month-panel, -.ant-calendar-range .ant-calendar-decade-panel { - top: 34px; -} -.ant-calendar-range .ant-calendar-month-panel .ant-calendar-year-panel { - top: 0; -} -.ant-calendar-range .ant-calendar-decade-panel-table, -.ant-calendar-range .ant-calendar-year-panel-table, -.ant-calendar-range .ant-calendar-month-panel-table { - height: 208px; -} -.ant-calendar-range .ant-calendar-in-range-cell { - position: relative; - border-radius: 0; -} -.ant-calendar-range .ant-calendar-in-range-cell > div { - position: relative; - z-index: 1; -} -.ant-calendar-range .ant-calendar-in-range-cell::before { - position: absolute; - top: 4px; - right: 0; - bottom: 4px; - left: 0; - display: block; - background: hsl(200, 50%, 30%); - border: 0; - border-radius: 0; - content: ''; -} -.ant-calendar-range .ant-calendar-footer-extra { - float: left; -} -div.ant-calendar-range-quick-selector { - text-align: left; -} -div.ant-calendar-range-quick-selector > a { - margin-right: 8px; -} -.ant-calendar-range .ant-calendar-header, -.ant-calendar-range .ant-calendar-month-panel-header, -.ant-calendar-range .ant-calendar-year-panel-header { - border-bottom: 0; -} -.ant-calendar-range .ant-calendar-body, -.ant-calendar-range .ant-calendar-month-panel-body, -.ant-calendar-range .ant-calendar-year-panel-body { - border-top: 1px solid hsl(0, 0%, 30%); -} -.ant-calendar-range.ant-calendar-time .ant-calendar-time-picker { - top: 68px; - z-index: 2; - width: 100%; - height: 207px; -} -.ant-calendar-range.ant-calendar-time .ant-calendar-time-picker-panel { - height: 267px; - margin-top: -34px; -} -.ant-calendar-range.ant-calendar-time .ant-calendar-time-picker-inner { - height: 100%; - padding-top: 40px; - background: none; -} -.ant-calendar-range.ant-calendar-time .ant-calendar-time-picker-combobox { - display: inline-block; - height: 100%; - background-color: hsl(0, 0%, 20%); - border-top: 1px solid hsl(0, 0%, 30%); -} -.ant-calendar-range.ant-calendar-time .ant-calendar-time-picker-select { - height: 100%; -} -.ant-calendar-range.ant-calendar-time .ant-calendar-time-picker-select ul { - max-height: 100%; -} -.ant-calendar-range.ant-calendar-time .ant-calendar-footer .ant-calendar-time-picker-btn { - margin-right: 8px; -} -.ant-calendar-range.ant-calendar-time .ant-calendar-today-btn { - height: 22px; - margin: 8px 12px; - line-height: 22px; -} -.ant-calendar-range-with-ranges.ant-calendar-time .ant-calendar-time-picker { - height: 233px; -} -.ant-calendar-range.ant-calendar-show-time-picker .ant-calendar-body { - border-top-color: transparent; -} -.ant-calendar-time-picker { - position: absolute; - top: 40px; - width: 100%; - background-color: hsl(0, 0%, 20%); -} -.ant-calendar-time-picker-panel { - position: absolute; - z-index: 1050; - width: 100%; -} -.ant-calendar-time-picker-inner { - position: relative; - display: inline-block; - width: 100%; - overflow: hidden; - font-size: 14px; - line-height: 1.5; - text-align: left; - list-style: none; - background-color: hsl(0, 0%, 20%); - background-clip: padding-box; - outline: none; -} -.ant-calendar-time-picker-combobox { - width: 100%; -} -.ant-calendar-time-picker-column-1, -.ant-calendar-time-picker-column-1 .ant-calendar-time-picker-select { - width: 100%; -} -.ant-calendar-time-picker-column-2 .ant-calendar-time-picker-select { - width: 50%; -} -.ant-calendar-time-picker-column-3 .ant-calendar-time-picker-select { - width: 33.33%; -} -.ant-calendar-time-picker-column-4 .ant-calendar-time-picker-select { - width: 25%; -} -.ant-calendar-time-picker-input-wrap { - display: none; -} -.ant-calendar-time-picker-select { - position: relative; - float: left; - height: 226px; - overflow: hidden; - font-size: 14px; - border-right: 1px solid hsl(0, 0%, 30%); -} -.ant-calendar-time-picker-select:hover { - overflow-y: auto; -} -.ant-calendar-time-picker-select:first-child { - margin-left: 0; - border-left: 0; -} -.ant-calendar-time-picker-select:last-child { - border-right: 0; -} -.ant-calendar-time-picker-select ul { - width: 100%; - max-height: 206px; - margin: 0; - padding: 0; - list-style: none; -} -.ant-calendar-time-picker-select li { - width: 100%; - height: 24px; - margin: 0; - line-height: 24px; - text-align: center; - list-style: none; - cursor: pointer; - transition: all 0.3s; - user-select: none; -} -.ant-calendar-time-picker-select li:last-child::after { - display: block; - height: 202px; - content: ''; -} -.ant-calendar-time-picker-select li:hover { - background: hsl(200, 30%, 30%); -} -.ant-calendar-time-picker-select li:focus { - color: hsl(200, 60%, 75%); - font-weight: 600; - outline: none; -} -li.ant-calendar-time-picker-select-option-selected { - font-weight: 600; - background: hsl(0, 0%, 20%); -} -li.ant-calendar-time-picker-select-option-disabled { - color: hsl(0, 0%, 50%); -} -li.ant-calendar-time-picker-select-option-disabled:hover { - background: transparent; - cursor: not-allowed; -} -.ant-calendar-time .ant-calendar-day-select { - display: inline-block; - padding: 0 2px; - color: hsl(0, 0%, 85%); - font-weight: 500; - line-height: 34px; -} -.ant-calendar-time .ant-calendar-footer { - position: relative; - height: auto; -} -.ant-calendar-time .ant-calendar-footer-btn { - text-align: right; -} -.ant-calendar-time .ant-calendar-footer .ant-calendar-today-btn { - float: left; - margin: 0; -} -.ant-calendar-time .ant-calendar-footer .ant-calendar-time-picker-btn { - display: inline-block; - margin-right: 8px; -} -.ant-calendar-time .ant-calendar-footer .ant-calendar-time-picker-btn-disabled { - color: hsl(0, 0%, 50%); -} -.ant-calendar-month-panel { - position: absolute; - top: 1px; - right: 0; - bottom: 0; - left: 0; - z-index: 10; - background: hsl(0, 0%, 20%); - border-radius: 0; - outline: none; -} -.ant-calendar-month-panel > div { - display: flex; - flex-direction: column; - height: 100%; -} -.ant-calendar-month-panel-hidden { - display: none; -} -.ant-calendar-month-panel-header { - height: 40px; - line-height: 40px; - text-align: center; - border-bottom: 1px solid hsl(0, 0%, 30%); - user-select: none; -} -.ant-calendar-month-panel-header a:hover { - color: #c9e6f2; -} -.ant-calendar-month-panel-header .ant-calendar-month-panel-century-select, -.ant-calendar-month-panel-header .ant-calendar-month-panel-decade-select, -.ant-calendar-month-panel-header .ant-calendar-month-panel-year-select, -.ant-calendar-month-panel-header .ant-calendar-month-panel-month-select { - display: inline-block; - padding: 0 2px; - color: hsl(0, 0%, 85%); - font-weight: 500; - line-height: 40px; -} -.ant-calendar-month-panel-header .ant-calendar-month-panel-century-select-arrow, -.ant-calendar-month-panel-header .ant-calendar-month-panel-decade-select-arrow, -.ant-calendar-month-panel-header .ant-calendar-month-panel-year-select-arrow, -.ant-calendar-month-panel-header .ant-calendar-month-panel-month-select-arrow { - display: none; -} -.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-century-btn, -.ant-calendar-month-panel-header .ant-calendar-month-panel-next-century-btn, -.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-decade-btn, -.ant-calendar-month-panel-header .ant-calendar-month-panel-next-decade-btn, -.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-month-btn, -.ant-calendar-month-panel-header .ant-calendar-month-panel-next-month-btn, -.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-year-btn, -.ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn { - position: absolute; - top: 0; - display: inline-block; - padding: 0 5px; - color: hsl(0, 0%, 35%); - font-size: 16px; - font-family: Arial, 'Hiragino Sans GB', 'Microsoft Yahei', 'Microsoft Sans Serif', sans-serif; - line-height: 40px; -} -.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-century-btn, -.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-decade-btn, -.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-year-btn { - left: 7px; - height: 100%; -} -.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-century-btn::before, -.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-decade-btn::before, -.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-year-btn::before, -.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-century-btn::after, -.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-decade-btn::after, -.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-year-btn::after { - position: relative; - top: -1px; - display: inline-block; - width: 8px; - height: 8px; - vertical-align: middle; - border: 0 solid #aaa; - border-width: 1.5px 0 0 1.5px; - border-radius: 1px; - transform: rotate(-45deg) scale(0.8); - transition: all 0.3s; - content: ''; -} -.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-century-btn:hover::before, -.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-decade-btn:hover::before, -.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-year-btn:hover::before, -.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-century-btn:hover::after, -.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-decade-btn:hover::after, -.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-year-btn:hover::after { - border-color: hsl(0, 0%, 90%); -} -.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-century-btn::after, -.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-decade-btn::after, -.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-year-btn::after { - display: none; -} -.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-century-btn::after, -.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-decade-btn::after, -.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-year-btn::after { - position: relative; - left: -3px; - display: inline-block; -} -.ant-calendar-month-panel-header .ant-calendar-month-panel-next-century-btn, -.ant-calendar-month-panel-header .ant-calendar-month-panel-next-decade-btn, -.ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn { - right: 7px; - height: 100%; -} -.ant-calendar-month-panel-header .ant-calendar-month-panel-next-century-btn::before, -.ant-calendar-month-panel-header .ant-calendar-month-panel-next-decade-btn::before, -.ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn::before, -.ant-calendar-month-panel-header .ant-calendar-month-panel-next-century-btn::after, -.ant-calendar-month-panel-header .ant-calendar-month-panel-next-decade-btn::after, -.ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn::after { - position: relative; - top: -1px; - display: inline-block; - width: 8px; - height: 8px; - vertical-align: middle; - border: 0 solid #aaa; - border-width: 1.5px 0 0 1.5px; - border-radius: 1px; - transform: rotate(-45deg) scale(0.8); - transition: all 0.3s; - content: ''; -} -.ant-calendar-month-panel-header .ant-calendar-month-panel-next-century-btn:hover::before, -.ant-calendar-month-panel-header .ant-calendar-month-panel-next-decade-btn:hover::before, -.ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn:hover::before, -.ant-calendar-month-panel-header .ant-calendar-month-panel-next-century-btn:hover::after, -.ant-calendar-month-panel-header .ant-calendar-month-panel-next-decade-btn:hover::after, -.ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn:hover::after { - border-color: hsl(0, 0%, 90%); -} -.ant-calendar-month-panel-header .ant-calendar-month-panel-next-century-btn::after, -.ant-calendar-month-panel-header .ant-calendar-month-panel-next-decade-btn::after, -.ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn::after { - display: none; -} -.ant-calendar-month-panel-header .ant-calendar-month-panel-next-century-btn::before, -.ant-calendar-month-panel-header .ant-calendar-month-panel-next-decade-btn::before, -.ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn::before, -.ant-calendar-month-panel-header .ant-calendar-month-panel-next-century-btn::after, -.ant-calendar-month-panel-header .ant-calendar-month-panel-next-decade-btn::after, -.ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn::after { - transform: rotate(135deg) scale(0.8); -} -.ant-calendar-month-panel-header .ant-calendar-month-panel-next-century-btn::before, -.ant-calendar-month-panel-header .ant-calendar-month-panel-next-decade-btn::before, -.ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn::before { - position: relative; - left: 3px; -} -.ant-calendar-month-panel-header .ant-calendar-month-panel-next-century-btn::after, -.ant-calendar-month-panel-header .ant-calendar-month-panel-next-decade-btn::after, -.ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn::after { - display: inline-block; -} -.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-month-btn { - left: 29px; - height: 100%; -} -.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-month-btn::before, -.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-month-btn::after { - position: relative; - top: -1px; - display: inline-block; - width: 8px; - height: 8px; - vertical-align: middle; - border: 0 solid #aaa; - border-width: 1.5px 0 0 1.5px; - border-radius: 1px; - transform: rotate(-45deg) scale(0.8); - transition: all 0.3s; - content: ''; -} -.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-month-btn:hover::before, -.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-month-btn:hover::after { - border-color: hsl(0, 0%, 90%); -} -.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-month-btn::after { - display: none; -} -.ant-calendar-month-panel-header .ant-calendar-month-panel-next-month-btn { - right: 29px; - height: 100%; -} -.ant-calendar-month-panel-header .ant-calendar-month-panel-next-month-btn::before, -.ant-calendar-month-panel-header .ant-calendar-month-panel-next-month-btn::after { - position: relative; - top: -1px; - display: inline-block; - width: 8px; - height: 8px; - vertical-align: middle; - border: 0 solid #aaa; - border-width: 1.5px 0 0 1.5px; - border-radius: 1px; - transform: rotate(-45deg) scale(0.8); - transition: all 0.3s; - content: ''; -} -.ant-calendar-month-panel-header .ant-calendar-month-panel-next-month-btn:hover::before, -.ant-calendar-month-panel-header .ant-calendar-month-panel-next-month-btn:hover::after { - border-color: hsl(0, 0%, 90%); -} -.ant-calendar-month-panel-header .ant-calendar-month-panel-next-month-btn::after { - display: none; -} -.ant-calendar-month-panel-header .ant-calendar-month-panel-next-month-btn::before, -.ant-calendar-month-panel-header .ant-calendar-month-panel-next-month-btn::after { - transform: rotate(135deg) scale(0.8); -} -.ant-calendar-month-panel-body { - flex: 1; -} -.ant-calendar-month-panel-footer { - border-top: 1px solid hsl(0, 0%, 30%); -} -.ant-calendar-month-panel-footer .ant-calendar-footer-extra { - padding: 0 12px; -} -.ant-calendar-month-panel-table { - width: 100%; - height: 100%; - table-layout: fixed; - border-collapse: separate; -} -.ant-calendar-month-panel-selected-cell .ant-calendar-month-panel-month { - color: #fff; - background: hsl(200, 60%, 75%); -} -.ant-calendar-month-panel-selected-cell .ant-calendar-month-panel-month:hover { - color: #fff; - background: hsl(200, 60%, 75%); -} -.ant-calendar-month-panel-cell { - text-align: center; -} -.ant-calendar-month-panel-cell-disabled .ant-calendar-month-panel-month, -.ant-calendar-month-panel-cell-disabled .ant-calendar-month-panel-month:hover { - color: hsl(0, 0%, 50%); - background: hsl(0, 0%, 20%); - cursor: not-allowed; -} -.ant-calendar-month-panel-month { - display: inline-block; - height: 24px; - margin: 0 auto; - padding: 0 8px; - color: hsl(0, 0%, 90%); - line-height: 24px; - text-align: center; - background: transparent; - border-radius: 0; - transition: background 0.3s ease; -} -.ant-calendar-month-panel-month:hover { - background: hsl(200, 30%, 30%); - cursor: pointer; -} -.ant-calendar-year-panel { - position: absolute; - top: 1px; - right: 0; - bottom: 0; - left: 0; - z-index: 10; - background: hsl(0, 0%, 20%); - border-radius: 0; - outline: none; -} -.ant-calendar-year-panel > div { - display: flex; - flex-direction: column; - height: 100%; -} -.ant-calendar-year-panel-hidden { - display: none; -} -.ant-calendar-year-panel-header { - height: 40px; - line-height: 40px; - text-align: center; - border-bottom: 1px solid hsl(0, 0%, 30%); - user-select: none; -} -.ant-calendar-year-panel-header a:hover { - color: #c9e6f2; -} -.ant-calendar-year-panel-header .ant-calendar-year-panel-century-select, -.ant-calendar-year-panel-header .ant-calendar-year-panel-decade-select, -.ant-calendar-year-panel-header .ant-calendar-year-panel-year-select, -.ant-calendar-year-panel-header .ant-calendar-year-panel-month-select { - display: inline-block; - padding: 0 2px; - color: hsl(0, 0%, 85%); - font-weight: 500; - line-height: 40px; -} -.ant-calendar-year-panel-header .ant-calendar-year-panel-century-select-arrow, -.ant-calendar-year-panel-header .ant-calendar-year-panel-decade-select-arrow, -.ant-calendar-year-panel-header .ant-calendar-year-panel-year-select-arrow, -.ant-calendar-year-panel-header .ant-calendar-year-panel-month-select-arrow { - display: none; -} -.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-century-btn, -.ant-calendar-year-panel-header .ant-calendar-year-panel-next-century-btn, -.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-decade-btn, -.ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn, -.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-month-btn, -.ant-calendar-year-panel-header .ant-calendar-year-panel-next-month-btn, -.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-year-btn, -.ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn { - position: absolute; - top: 0; - display: inline-block; - padding: 0 5px; - color: hsl(0, 0%, 35%); - font-size: 16px; - font-family: Arial, 'Hiragino Sans GB', 'Microsoft Yahei', 'Microsoft Sans Serif', sans-serif; - line-height: 40px; -} -.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-century-btn, -.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-decade-btn, -.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-year-btn { - left: 7px; - height: 100%; -} -.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-century-btn::before, -.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-decade-btn::before, -.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-year-btn::before, -.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-century-btn::after, -.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-decade-btn::after, -.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-year-btn::after { - position: relative; - top: -1px; - display: inline-block; - width: 8px; - height: 8px; - vertical-align: middle; - border: 0 solid #aaa; - border-width: 1.5px 0 0 1.5px; - border-radius: 1px; - transform: rotate(-45deg) scale(0.8); - transition: all 0.3s; - content: ''; -} -.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-century-btn:hover::before, -.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-decade-btn:hover::before, -.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-year-btn:hover::before, -.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-century-btn:hover::after, -.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-decade-btn:hover::after, -.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-year-btn:hover::after { - border-color: hsl(0, 0%, 90%); -} -.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-century-btn::after, -.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-decade-btn::after, -.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-year-btn::after { - display: none; -} -.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-century-btn::after, -.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-decade-btn::after, -.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-year-btn::after { - position: relative; - left: -3px; - display: inline-block; -} -.ant-calendar-year-panel-header .ant-calendar-year-panel-next-century-btn, -.ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn, -.ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn { - right: 7px; - height: 100%; -} -.ant-calendar-year-panel-header .ant-calendar-year-panel-next-century-btn::before, -.ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn::before, -.ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn::before, -.ant-calendar-year-panel-header .ant-calendar-year-panel-next-century-btn::after, -.ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn::after, -.ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn::after { - position: relative; - top: -1px; - display: inline-block; - width: 8px; - height: 8px; - vertical-align: middle; - border: 0 solid #aaa; - border-width: 1.5px 0 0 1.5px; - border-radius: 1px; - transform: rotate(-45deg) scale(0.8); - transition: all 0.3s; - content: ''; -} -.ant-calendar-year-panel-header .ant-calendar-year-panel-next-century-btn:hover::before, -.ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn:hover::before, -.ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn:hover::before, -.ant-calendar-year-panel-header .ant-calendar-year-panel-next-century-btn:hover::after, -.ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn:hover::after, -.ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn:hover::after { - border-color: hsl(0, 0%, 90%); -} -.ant-calendar-year-panel-header .ant-calendar-year-panel-next-century-btn::after, -.ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn::after, -.ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn::after { - display: none; -} -.ant-calendar-year-panel-header .ant-calendar-year-panel-next-century-btn::before, -.ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn::before, -.ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn::before, -.ant-calendar-year-panel-header .ant-calendar-year-panel-next-century-btn::after, -.ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn::after, -.ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn::after { - transform: rotate(135deg) scale(0.8); -} -.ant-calendar-year-panel-header .ant-calendar-year-panel-next-century-btn::before, -.ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn::before, -.ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn::before { - position: relative; - left: 3px; -} -.ant-calendar-year-panel-header .ant-calendar-year-panel-next-century-btn::after, -.ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn::after, -.ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn::after { - display: inline-block; -} -.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-month-btn { - left: 29px; - height: 100%; -} -.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-month-btn::before, -.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-month-btn::after { - position: relative; - top: -1px; - display: inline-block; - width: 8px; - height: 8px; - vertical-align: middle; - border: 0 solid #aaa; - border-width: 1.5px 0 0 1.5px; - border-radius: 1px; - transform: rotate(-45deg) scale(0.8); - transition: all 0.3s; - content: ''; -} -.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-month-btn:hover::before, -.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-month-btn:hover::after { - border-color: hsl(0, 0%, 90%); -} -.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-month-btn::after { - display: none; -} -.ant-calendar-year-panel-header .ant-calendar-year-panel-next-month-btn { - right: 29px; - height: 100%; -} -.ant-calendar-year-panel-header .ant-calendar-year-panel-next-month-btn::before, -.ant-calendar-year-panel-header .ant-calendar-year-panel-next-month-btn::after { - position: relative; - top: -1px; - display: inline-block; - width: 8px; - height: 8px; - vertical-align: middle; - border: 0 solid #aaa; - border-width: 1.5px 0 0 1.5px; - border-radius: 1px; - transform: rotate(-45deg) scale(0.8); - transition: all 0.3s; - content: ''; -} -.ant-calendar-year-panel-header .ant-calendar-year-panel-next-month-btn:hover::before, -.ant-calendar-year-panel-header .ant-calendar-year-panel-next-month-btn:hover::after { - border-color: hsl(0, 0%, 90%); -} -.ant-calendar-year-panel-header .ant-calendar-year-panel-next-month-btn::after { - display: none; -} -.ant-calendar-year-panel-header .ant-calendar-year-panel-next-month-btn::before, -.ant-calendar-year-panel-header .ant-calendar-year-panel-next-month-btn::after { - transform: rotate(135deg) scale(0.8); -} -.ant-calendar-year-panel-body { - flex: 1; -} -.ant-calendar-year-panel-footer { - border-top: 1px solid hsl(0, 0%, 30%); -} -.ant-calendar-year-panel-footer .ant-calendar-footer-extra { - padding: 0 12px; -} -.ant-calendar-year-panel-table { - width: 100%; - height: 100%; - table-layout: fixed; - border-collapse: separate; -} -.ant-calendar-year-panel-cell { - text-align: center; -} -.ant-calendar-year-panel-year { - display: inline-block; - height: 24px; - margin: 0 auto; - padding: 0 8px; - color: hsl(0, 0%, 90%); - line-height: 24px; - text-align: center; - background: transparent; - border-radius: 0; - transition: background 0.3s ease; -} -.ant-calendar-year-panel-year:hover { - background: hsl(200, 30%, 30%); - cursor: pointer; -} -.ant-calendar-year-panel-selected-cell .ant-calendar-year-panel-year { - color: #fff; - background: hsl(200, 60%, 75%); -} -.ant-calendar-year-panel-selected-cell .ant-calendar-year-panel-year:hover { - color: #fff; - background: hsl(200, 60%, 75%); -} -.ant-calendar-year-panel-last-decade-cell .ant-calendar-year-panel-year, -.ant-calendar-year-panel-next-decade-cell .ant-calendar-year-panel-year { - color: hsl(0, 0%, 50%); - user-select: none; -} -.ant-calendar-decade-panel { - position: absolute; - top: 0; - right: 0; - bottom: 0; - left: 0; - z-index: 10; - display: flex; - flex-direction: column; - background: hsl(0, 0%, 20%); - border-radius: 0; - outline: none; -} -.ant-calendar-decade-panel-hidden { - display: none; -} -.ant-calendar-decade-panel-header { - height: 40px; - line-height: 40px; - text-align: center; - border-bottom: 1px solid hsl(0, 0%, 30%); - user-select: none; -} -.ant-calendar-decade-panel-header a:hover { - color: #c9e6f2; -} -.ant-calendar-decade-panel-header .ant-calendar-decade-panel-century-select, -.ant-calendar-decade-panel-header .ant-calendar-decade-panel-decade-select, -.ant-calendar-decade-panel-header .ant-calendar-decade-panel-year-select, -.ant-calendar-decade-panel-header .ant-calendar-decade-panel-month-select { - display: inline-block; - padding: 0 2px; - color: hsl(0, 0%, 85%); - font-weight: 500; - line-height: 40px; -} -.ant-calendar-decade-panel-header .ant-calendar-decade-panel-century-select-arrow, -.ant-calendar-decade-panel-header .ant-calendar-decade-panel-decade-select-arrow, -.ant-calendar-decade-panel-header .ant-calendar-decade-panel-year-select-arrow, -.ant-calendar-decade-panel-header .ant-calendar-decade-panel-month-select-arrow { - display: none; -} -.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-century-btn, -.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn, -.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-decade-btn, -.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn, -.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-month-btn, -.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-month-btn, -.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-year-btn, -.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn { - position: absolute; - top: 0; - display: inline-block; - padding: 0 5px; - color: hsl(0, 0%, 35%); - font-size: 16px; - font-family: Arial, 'Hiragino Sans GB', 'Microsoft Yahei', 'Microsoft Sans Serif', sans-serif; - line-height: 40px; -} -.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-century-btn, -.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-decade-btn, -.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-year-btn { - left: 7px; - height: 100%; -} -.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-century-btn::before, -.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-decade-btn::before, -.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-year-btn::before, -.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-century-btn::after, -.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-decade-btn::after, -.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-year-btn::after { - position: relative; - top: -1px; - display: inline-block; - width: 8px; - height: 8px; - vertical-align: middle; - border: 0 solid #aaa; - border-width: 1.5px 0 0 1.5px; - border-radius: 1px; - transform: rotate(-45deg) scale(0.8); - transition: all 0.3s; - content: ''; -} -.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-century-btn:hover::before, -.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-decade-btn:hover::before, -.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-year-btn:hover::before, -.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-century-btn:hover::after, -.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-decade-btn:hover::after, -.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-year-btn:hover::after { - border-color: hsl(0, 0%, 90%); -} -.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-century-btn::after, -.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-decade-btn::after, -.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-year-btn::after { - display: none; -} -.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-century-btn::after, -.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-decade-btn::after, -.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-year-btn::after { - position: relative; - left: -3px; - display: inline-block; -} -.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn, -.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn, -.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn { - right: 7px; - height: 100%; -} -.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn::before, -.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn::before, -.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn::before, -.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn::after, -.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn::after, -.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn::after { - position: relative; - top: -1px; - display: inline-block; - width: 8px; - height: 8px; - vertical-align: middle; - border: 0 solid #aaa; - border-width: 1.5px 0 0 1.5px; - border-radius: 1px; - transform: rotate(-45deg) scale(0.8); - transition: all 0.3s; - content: ''; -} -.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn:hover::before, -.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn:hover::before, -.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn:hover::before, -.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn:hover::after, -.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn:hover::after, -.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn:hover::after { - border-color: hsl(0, 0%, 90%); -} -.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn::after, -.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn::after, -.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn::after { - display: none; -} -.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn::before, -.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn::before, -.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn::before, -.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn::after, -.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn::after, -.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn::after { - transform: rotate(135deg) scale(0.8); -} -.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn::before, -.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn::before, -.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn::before { - position: relative; - left: 3px; -} -.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn::after, -.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn::after, -.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn::after { - display: inline-block; -} -.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-month-btn { - left: 29px; - height: 100%; -} -.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-month-btn::before, -.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-month-btn::after { - position: relative; - top: -1px; - display: inline-block; - width: 8px; - height: 8px; - vertical-align: middle; - border: 0 solid #aaa; - border-width: 1.5px 0 0 1.5px; - border-radius: 1px; - transform: rotate(-45deg) scale(0.8); - transition: all 0.3s; - content: ''; -} -.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-month-btn:hover::before, -.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-month-btn:hover::after { - border-color: hsl(0, 0%, 90%); -} -.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-month-btn::after { - display: none; -} -.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-month-btn { - right: 29px; - height: 100%; -} -.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-month-btn::before, -.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-month-btn::after { - position: relative; - top: -1px; - display: inline-block; - width: 8px; - height: 8px; - vertical-align: middle; - border: 0 solid #aaa; - border-width: 1.5px 0 0 1.5px; - border-radius: 1px; - transform: rotate(-45deg) scale(0.8); - transition: all 0.3s; - content: ''; -} -.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-month-btn:hover::before, -.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-month-btn:hover::after { - border-color: hsl(0, 0%, 90%); -} -.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-month-btn::after { - display: none; -} -.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-month-btn::before, -.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-month-btn::after { - transform: rotate(135deg) scale(0.8); -} -.ant-calendar-decade-panel-body { - flex: 1; -} -.ant-calendar-decade-panel-footer { - border-top: 1px solid hsl(0, 0%, 30%); -} -.ant-calendar-decade-panel-footer .ant-calendar-footer-extra { - padding: 0 12px; -} -.ant-calendar-decade-panel-table { - width: 100%; - height: 100%; - table-layout: fixed; - border-collapse: separate; -} -.ant-calendar-decade-panel-cell { - white-space: nowrap; - text-align: center; -} -.ant-calendar-decade-panel-decade { - display: inline-block; - height: 24px; - margin: 0 auto; - padding: 0 6px; - color: hsl(0, 0%, 90%); - line-height: 24px; - text-align: center; - background: transparent; - border-radius: 0; - transition: background 0.3s ease; -} -.ant-calendar-decade-panel-decade:hover { - background: hsl(200, 30%, 30%); - cursor: pointer; -} -.ant-calendar-decade-panel-selected-cell .ant-calendar-decade-panel-decade { - color: #fff; - background: hsl(200, 60%, 75%); -} -.ant-calendar-decade-panel-selected-cell .ant-calendar-decade-panel-decade:hover { - color: #fff; - background: hsl(200, 60%, 75%); -} -.ant-calendar-decade-panel-last-century-cell .ant-calendar-decade-panel-decade, -.ant-calendar-decade-panel-next-century-cell .ant-calendar-decade-panel-decade { - color: hsl(0, 0%, 50%); - user-select: none; -} -.ant-calendar-month .ant-calendar-month-header-wrap { - position: relative; - height: 288px; -} -.ant-calendar-month .ant-calendar-month-panel, -.ant-calendar-month .ant-calendar-year-panel { - top: 0; - height: 100%; -} -.ant-calendar-week-number-cell { - opacity: 0.5; -} -.ant-calendar-week-number .ant-calendar-body tr { - cursor: pointer; - transition: all 0.3s; -} -.ant-calendar-week-number .ant-calendar-body tr:hover { - background: #f0fcff; -} -.ant-calendar-week-number .ant-calendar-body tr.ant-calendar-active-week { - font-weight: bold; - background: #f0fcff; -} -.ant-calendar-week-number .ant-calendar-body tr .ant-calendar-selected-day .ant-calendar-date, -.ant-calendar-week-number .ant-calendar-body tr .ant-calendar-selected-day:hover .ant-calendar-date { - color: hsl(0, 0%, 90%); - background: transparent; -} -.ant-descriptions-title { - margin-bottom: 20px; - color: hsl(0, 0%, 85%); - font-weight: bold; - font-size: 16px; - line-height: 1.5; -} -.ant-descriptions-view { - width: 100%; - overflow: hidden; - border-radius: 0; -} -.ant-descriptions-view table { - width: 100%; - table-layout: fixed; -} -.ant-descriptions-row > th, -.ant-descriptions-row > td { - padding-bottom: 16px; -} -.ant-descriptions-row:last-child { - border-bottom: none; -} -.ant-descriptions-item-label { - color: hsl(0, 0%, 85%); - font-weight: normal; - font-size: 14px; - line-height: 1.5; - white-space: nowrap; -} -.ant-descriptions-item-label::after { - position: relative; - top: -0.5px; - margin: 0 8px 0 2px; - content: ':'; -} -.ant-descriptions-item-no-label::after { - content: ''; - margin: 0; -} -.ant-descriptions-item-content { - display: table-cell; - color: hsl(0, 0%, 90%); - font-size: 14px; - line-height: 1.5; -} -.ant-descriptions-item { - padding-bottom: 0; -} -.ant-descriptions-item > span { - display: inline-block; -} -.ant-descriptions-bordered .ant-descriptions-view { - border: 1px solid hsl(0, 0%, 30%); -} -.ant-descriptions-bordered .ant-descriptions-view > table { - table-layout: auto; -} -.ant-descriptions-bordered .ant-descriptions-item-label, -.ant-descriptions-bordered .ant-descriptions-item-content { - padding: 16px 24px; - border-right: 1px solid hsl(0, 0%, 30%); -} -.ant-descriptions-bordered .ant-descriptions-item-label:last-child, -.ant-descriptions-bordered .ant-descriptions-item-content:last-child { - border-right: none; -} -.ant-descriptions-bordered .ant-descriptions-item-label { - background-color: #fafafa; -} -.ant-descriptions-bordered .ant-descriptions-item-label::after { - display: none; -} -.ant-descriptions-bordered .ant-descriptions-row { - border-bottom: 1px solid hsl(0, 0%, 30%); -} -.ant-descriptions-bordered .ant-descriptions-row:last-child { - border-bottom: none; -} -.ant-descriptions-bordered.ant-descriptions-middle .ant-descriptions-item-label, -.ant-descriptions-bordered.ant-descriptions-middle .ant-descriptions-item-content { - padding: 12px 24px; -} -.ant-descriptions-bordered.ant-descriptions-small .ant-descriptions-item-label, -.ant-descriptions-bordered.ant-descriptions-small .ant-descriptions-item-content { - padding: 8px 16px; -} -.ant-divider { - box-sizing: border-box; - margin: 0; - padding: 0; - color: hsl(0, 0%, 90%); - font-size: 14px; - font-variant: tabular-nums; - line-height: 1.5; - list-style: none; - font-feature-settings: 'tnum'; - background: hsl(0, 0%, 30%); -} -.ant-divider, -.ant-divider-vertical { - position: relative; - top: -0.06em; - display: inline-block; - width: 1px; - height: 0.9em; - margin: 0 8px; - vertical-align: middle; -} -.ant-divider-horizontal { - display: block; - clear: both; - width: 100%; - min-width: 100%; - height: 1px; - margin: 24px 0; -} -.ant-divider-horizontal.ant-divider-with-text-center, -.ant-divider-horizontal.ant-divider-with-text-left, -.ant-divider-horizontal.ant-divider-with-text-right { - display: table; - margin: 16px 0; - color: hsl(0, 0%, 85%); - font-weight: 500; - font-size: 16px; - white-space: nowrap; - text-align: center; - background: transparent; -} -.ant-divider-horizontal.ant-divider-with-text-center::before, -.ant-divider-horizontal.ant-divider-with-text-left::before, -.ant-divider-horizontal.ant-divider-with-text-right::before, -.ant-divider-horizontal.ant-divider-with-text-center::after, -.ant-divider-horizontal.ant-divider-with-text-left::after, -.ant-divider-horizontal.ant-divider-with-text-right::after { - position: relative; - top: 50%; - display: table-cell; - width: 50%; - border-top: 1px solid hsl(0, 0%, 30%); - transform: translateY(50%); - content: ''; -} -.ant-divider-horizontal.ant-divider-with-text-left .ant-divider-inner-text, -.ant-divider-horizontal.ant-divider-with-text-right .ant-divider-inner-text { - display: inline-block; - padding: 0 10px; -} -.ant-divider-horizontal.ant-divider-with-text-left::before { - top: 50%; - width: 5%; -} -.ant-divider-horizontal.ant-divider-with-text-left::after { - top: 50%; - width: 95%; -} -.ant-divider-horizontal.ant-divider-with-text-right::before { - top: 50%; - width: 95%; -} -.ant-divider-horizontal.ant-divider-with-text-right::after { - top: 50%; - width: 5%; -} -.ant-divider-inner-text { - display: inline-block; - padding: 0 24px; -} -.ant-divider-dashed { - background: none; - border-color: hsl(0, 0%, 30%); - border-style: dashed; - border-width: 1px 0 0; -} -.ant-divider-horizontal.ant-divider-with-text-center.ant-divider-dashed, -.ant-divider-horizontal.ant-divider-with-text-left.ant-divider-dashed, -.ant-divider-horizontal.ant-divider-with-text-right.ant-divider-dashed { - border-top: 0; -} -.ant-divider-horizontal.ant-divider-with-text-center.ant-divider-dashed::before, -.ant-divider-horizontal.ant-divider-with-text-left.ant-divider-dashed::before, -.ant-divider-horizontal.ant-divider-with-text-right.ant-divider-dashed::before, -.ant-divider-horizontal.ant-divider-with-text-center.ant-divider-dashed::after, -.ant-divider-horizontal.ant-divider-with-text-left.ant-divider-dashed::after, -.ant-divider-horizontal.ant-divider-with-text-right.ant-divider-dashed::after { - border-style: dashed none none; -} -.ant-divider-vertical.ant-divider-dashed { - border-width: 0 0 0 1px; -} -.ant-drawer { - position: fixed; - z-index: 1000; - width: 0%; - height: 100%; -} -.ant-drawer > * { - transition: transform 0.3s cubic-bezier(0.9, 0, 0.3, 0.7), box-shadow 0.3s cubic-bezier(0.9, 0, 0.3, 0.7); -} -.ant-drawer-content-wrapper { - position: fixed; -} -.ant-drawer .ant-drawer-content { - width: 100%; - height: 100%; -} -.ant-drawer-left, -.ant-drawer-right { - top: 0; - width: 0%; - height: 100%; -} -.ant-drawer-left .ant-drawer-content-wrapper, -.ant-drawer-right .ant-drawer-content-wrapper { - height: 100%; -} -.ant-drawer-left.ant-drawer-open, -.ant-drawer-right.ant-drawer-open { - width: 100%; -} -.ant-drawer-left.ant-drawer-open.no-mask, -.ant-drawer-right.ant-drawer-open.no-mask { - width: 0%; -} -.ant-drawer-left.ant-drawer-open .ant-drawer-content-wrapper { - box-shadow: 2px 0 8px rgba(0, 0, 0, 0.15); -} -.ant-drawer-right { - right: 0; -} -.ant-drawer-right .ant-drawer-content-wrapper { - right: 0; -} -.ant-drawer-right.ant-drawer-open .ant-drawer-content-wrapper { - box-shadow: -2px 0 8px rgba(0, 0, 0, 0.15); -} -.ant-drawer-top, -.ant-drawer-bottom { - left: 0; - width: 100%; - height: 0%; -} -.ant-drawer-top .ant-drawer-content-wrapper, -.ant-drawer-bottom .ant-drawer-content-wrapper { - width: 100%; -} -.ant-drawer-top.ant-drawer-open, -.ant-drawer-bottom.ant-drawer-open { - height: 100%; -} -.ant-drawer-top.ant-drawer-open.no-mask, -.ant-drawer-bottom.ant-drawer-open.no-mask { - height: 0%; -} -.ant-drawer-top { - top: 0; -} -.ant-drawer-top.ant-drawer-open .ant-drawer-content-wrapper { - box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15); -} -.ant-drawer-bottom { - bottom: 0; -} -.ant-drawer-bottom .ant-drawer-content-wrapper { - bottom: 0; -} -.ant-drawer-bottom.ant-drawer-open .ant-drawer-content-wrapper { - box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.15); -} -.ant-drawer.ant-drawer-open .ant-drawer-mask { - height: 100%; - opacity: 0.3; - transition: none; - animation: antdDrawerFadeIn 0.3s cubic-bezier(0.7, 0.3, 0.1, 1); -} -.ant-drawer-title { - margin: 0; - color: hsl(0, 0%, 85%); - font-weight: 500; - font-size: 16px; - line-height: 22px; -} -.ant-drawer-content { - position: relative; - z-index: 1; - background-color: hsl(0, 0%, 20%); - background-clip: padding-box; - border: 0; -} -.ant-drawer-close { - position: absolute; - top: 0; - right: 0; - z-index: 10; - display: block; - width: 56px; - height: 56px; - padding: 0; - color: hsl(0, 0%, 35%); - font-weight: 700; - font-size: 16px; - font-style: normal; - line-height: 56px; - text-align: center; - text-transform: none; - text-decoration: none; - background: transparent; - border: 0; - outline: 0; - cursor: pointer; - transition: color 0.3s; - text-rendering: auto; -} -.ant-drawer-close:focus, -.ant-drawer-close:hover { - color: rgba(0, 0, 0, 0.75); - text-decoration: none; -} -.ant-drawer-header { - position: relative; - padding: 16px 24px; - color: hsl(0, 0%, 90%); - background: hsl(0, 0%, 20%); - border-bottom: 1px solid hsl(0, 0%, 30%); - border-radius: 0 0 0 0; -} -.ant-drawer-header-no-title { - color: hsl(0, 0%, 90%); - background: hsl(0, 0%, 20%); -} -.ant-drawer-body { - padding: 24px; - font-size: 14px; - line-height: 1.5; - word-wrap: break-word; -} -.ant-drawer-mask { - position: fixed; - top: 0; - left: 0; - width: 100%; - height: 0; - background-color: rgba(0, 0, 0, 0.65); - opacity: 0; - filter: alpha(opacity=50); - transition: opacity 0.3s linear, height 0s ease 0.3s; -} -.ant-drawer-open { - transition: transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1); -} -.ant-drawer-open-content { - box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); -} -@keyframes antdDrawerFadeIn { - 0% { - opacity: 0; - } - 100% { - opacity: 0.3; - } -} -.ant-dropdown { - box-sizing: border-box; - margin: 0; - padding: 0; - color: hsl(0, 0%, 90%); - font-size: 14px; - font-variant: tabular-nums; - line-height: 1.5; - list-style: none; - font-feature-settings: 'tnum'; - position: absolute; - top: -9999px; - left: -9999px; - z-index: 1050; - display: block; -} -.ant-dropdown::before { - position: absolute; - top: -7px; - right: 0; - bottom: -7px; - left: -7px; - z-index: -9999; - opacity: 0.0001; - content: ' '; -} -.ant-dropdown-wrap { - position: relative; -} -.ant-dropdown-wrap .ant-btn > .anticon-down { - display: inline-block; - font-size: 12px; - font-size: 10px \9; - transform: scale(0.83333333) rotate(0deg); -} -:root .ant-dropdown-wrap .ant-btn > .anticon-down { - font-size: 12px; -} -.ant-dropdown-wrap .anticon-down::before { - transition: transform 0.2s; -} -.ant-dropdown-wrap-open .anticon-down::before { - transform: rotate(180deg); -} -.ant-dropdown-hidden, -.ant-dropdown-menu-hidden { - display: none; -} -.ant-dropdown-menu { - position: relative; - margin: 0; - padding: 4px 0; - text-align: left; - list-style-type: none; - background-color: hsl(0, 0%, 20%); - background-clip: padding-box; - border-radius: 0; - outline: none; - box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15); - -webkit-transform: translate3d(0, 0, 0); -} -.ant-dropdown-menu-item-group-title { - padding: 5px 6px; - color: hsl(0, 0%, 35%); - transition: all 0.3s; -} -.ant-dropdown-menu-submenu-popup { - position: absolute; - z-index: 1050; -} -.ant-dropdown-menu-submenu-popup > .ant-dropdown-menu { - transform-origin: 0 0; -} -.ant-dropdown-menu-item, -.ant-dropdown-menu-submenu-title { - clear: both; - margin: 0; - padding: 5px 6px; - color: hsl(0, 0%, 90%); - font-weight: normal; - font-size: 14px; - line-height: 22px; - white-space: nowrap; - cursor: pointer; - transition: all 0.3s; -} -.ant-dropdown-menu-item > .anticon:first-child, -.ant-dropdown-menu-submenu-title > .anticon:first-child { - min-width: 12px; - margin-right: 8px; -} -.ant-dropdown-menu-item > a, -.ant-dropdown-menu-submenu-title > a { - display: block; - margin: -5px -6px; - padding: 5px 6px; - color: hsl(0, 0%, 90%); - transition: all 0.3s; -} -.ant-dropdown-menu-item-selected, -.ant-dropdown-menu-submenu-title-selected, -.ant-dropdown-menu-item-selected > a, -.ant-dropdown-menu-submenu-title-selected > a { - color: hsl(200, 60%, 75%); - background-color: hsl(200, 50%, 30%); -} -.ant-dropdown-menu-item:hover, -.ant-dropdown-menu-submenu-title:hover { - background-color: hsl(200, 30%, 30%); -} -.ant-dropdown-menu-item-disabled, -.ant-dropdown-menu-submenu-title-disabled { - color: hsl(0, 0%, 50%); - cursor: not-allowed; -} -.ant-dropdown-menu-item-disabled:hover, -.ant-dropdown-menu-submenu-title-disabled:hover { - color: hsl(0, 0%, 50%); - background-color: hsl(0, 0%, 20%); - cursor: not-allowed; -} -.ant-dropdown-menu-item-divider, -.ant-dropdown-menu-submenu-title-divider { - height: 1px; - margin: 4px 0; - overflow: hidden; - line-height: 0; - background-color: hsl(0, 0%, 30%); -} -.ant-dropdown-menu-item .ant-dropdown-menu-submenu-arrow, -.ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow { - position: absolute; - right: 4px; -} -.ant-dropdown-menu-item .ant-dropdown-menu-submenu-arrow-icon, -.ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow-icon { - color: hsl(0, 0%, 35%); - font-style: normal; - display: inline-block; - font-size: 12px; - font-size: 10px \9; - transform: scale(0.83333333) rotate(0deg); -} -:root .ant-dropdown-menu-item .ant-dropdown-menu-submenu-arrow-icon, -:root .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow-icon { - font-size: 12px; -} -.ant-dropdown-menu-submenu-title { - padding-right: 26px; -} -.ant-dropdown-menu-submenu-vertical { - position: relative; -} -.ant-dropdown-menu-submenu-vertical > .ant-dropdown-menu { - position: absolute; - top: 0; - left: 100%; - min-width: 100%; - margin-left: 4px; - transform-origin: 0 0; -} -.ant-dropdown-menu-submenu.ant-dropdown-menu-submenu-disabled .ant-dropdown-menu-submenu-title, -.ant-dropdown-menu-submenu.ant-dropdown-menu-submenu-disabled .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow-icon { - color: hsl(0, 0%, 50%); - background-color: hsl(0, 0%, 20%); - cursor: not-allowed; -} -.ant-dropdown.slide-down-enter.slide-down-enter-active.ant-dropdown-placement-bottomLeft, -.ant-dropdown.slide-down-appear.slide-down-appear-active.ant-dropdown-placement-bottomLeft, -.ant-dropdown.slide-down-enter.slide-down-enter-active.ant-dropdown-placement-bottomCenter, -.ant-dropdown.slide-down-appear.slide-down-appear-active.ant-dropdown-placement-bottomCenter, -.ant-dropdown.slide-down-enter.slide-down-enter-active.ant-dropdown-placement-bottomRight, -.ant-dropdown.slide-down-appear.slide-down-appear-active.ant-dropdown-placement-bottomRight { - animation-name: antSlideUpIn; -} -.ant-dropdown.slide-up-enter.slide-up-enter-active.ant-dropdown-placement-topLeft, -.ant-dropdown.slide-up-appear.slide-up-appear-active.ant-dropdown-placement-topLeft, -.ant-dropdown.slide-up-enter.slide-up-enter-active.ant-dropdown-placement-topCenter, -.ant-dropdown.slide-up-appear.slide-up-appear-active.ant-dropdown-placement-topCenter, -.ant-dropdown.slide-up-enter.slide-up-enter-active.ant-dropdown-placement-topRight, -.ant-dropdown.slide-up-appear.slide-up-appear-active.ant-dropdown-placement-topRight { - animation-name: antSlideDownIn; -} -.ant-dropdown.slide-down-leave.slide-down-leave-active.ant-dropdown-placement-bottomLeft, -.ant-dropdown.slide-down-leave.slide-down-leave-active.ant-dropdown-placement-bottomCenter, -.ant-dropdown.slide-down-leave.slide-down-leave-active.ant-dropdown-placement-bottomRight { - animation-name: antSlideUpOut; -} -.ant-dropdown.slide-up-leave.slide-up-leave-active.ant-dropdown-placement-topLeft, -.ant-dropdown.slide-up-leave.slide-up-leave-active.ant-dropdown-placement-topCenter, -.ant-dropdown.slide-up-leave.slide-up-leave-active.ant-dropdown-placement-topRight { - animation-name: antSlideDownOut; -} -.ant-dropdown-trigger > .anticon.anticon-down, -.ant-dropdown-link > .anticon.anticon-down { - display: inline-block; - font-size: 12px; - font-size: 10px \9; - transform: scale(0.83333333) rotate(0deg); -} -:root .ant-dropdown-trigger > .anticon.anticon-down, -:root .ant-dropdown-link > .anticon.anticon-down { - font-size: 12px; -} -.ant-dropdown-button { - white-space: nowrap; -} -.ant-dropdown-button.ant-btn-group > .ant-btn:last-child:not(:first-child) { - padding-right: 4px; - padding-left: 4px; -} -.ant-dropdown-button .anticon.anticon-down { - display: inline-block; - font-size: 12px; - font-size: 10px \9; - transform: scale(0.83333333) rotate(0deg); -} -:root .ant-dropdown-button .anticon.anticon-down { - font-size: 12px; -} -.ant-dropdown-menu-dark, -.ant-dropdown-menu-dark .ant-dropdown-menu { - background: hsl(0, 0%, 20%); -} -.ant-dropdown-menu-dark .ant-dropdown-menu-item, -.ant-dropdown-menu-dark .ant-dropdown-menu-submenu-title, -.ant-dropdown-menu-dark .ant-dropdown-menu-item > a { - color: rgba(255, 255, 255, 0.65); -} -.ant-dropdown-menu-dark .ant-dropdown-menu-item .ant-dropdown-menu-submenu-arrow::after, -.ant-dropdown-menu-dark .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow::after, -.ant-dropdown-menu-dark .ant-dropdown-menu-item > a .ant-dropdown-menu-submenu-arrow::after { - color: rgba(255, 255, 255, 0.65); -} -.ant-dropdown-menu-dark .ant-dropdown-menu-item:hover, -.ant-dropdown-menu-dark .ant-dropdown-menu-submenu-title:hover, -.ant-dropdown-menu-dark .ant-dropdown-menu-item > a:hover { - color: #fff; - background: transparent; -} -.ant-dropdown-menu-dark .ant-dropdown-menu-item-selected, -.ant-dropdown-menu-dark .ant-dropdown-menu-item-selected:hover, -.ant-dropdown-menu-dark .ant-dropdown-menu-item-selected > a { - color: #fff; - background: hsl(200, 60%, 75%); -} -.ant-empty { - margin: 0 8px; - font-size: 14px; - line-height: 22px; - text-align: center; -} -.ant-empty-image { - height: 100px; - margin-bottom: 8px; -} -.ant-empty-image img { - height: 100%; -} -.ant-empty-description { - margin: 0; -} -.ant-empty-footer { - margin-top: 16px; -} -.ant-empty-normal { - margin: 32px 0; - color: hsl(0, 0%, 50%); -} -.ant-empty-normal .ant-empty-image { - height: 40px; -} -.ant-empty-small { - margin: 8px 0; - color: hsl(0, 0%, 50%); -} -.ant-empty-small .ant-empty-image { - height: 35px; -} -.ant-form { - box-sizing: border-box; - margin: 0; - padding: 0; - color: hsl(0, 0%, 90%); - font-size: 14px; - font-variant: tabular-nums; - line-height: 1.5; - list-style: none; - font-feature-settings: 'tnum'; -} -.ant-form legend { - display: block; - width: 100%; - margin-bottom: 20px; - padding: 0; - color: hsl(0, 0%, 35%); - font-size: 16px; - line-height: inherit; - border: 0; - border-bottom: 1px solid hsl(0, 0%, 40%); -} -.ant-form label { - font-size: 14px; -} -.ant-form input[type='search'] { - box-sizing: border-box; -} -.ant-form input[type='radio'], -.ant-form input[type='checkbox'] { - line-height: normal; -} -.ant-form input[type='file'] { - display: block; -} -.ant-form input[type='range'] { - display: block; - width: 100%; -} -.ant-form select[multiple], -.ant-form select[size] { - height: auto; -} -.ant-form input[type='file']:focus, -.ant-form input[type='radio']:focus, -.ant-form input[type='checkbox']:focus { - outline: thin dotted; - outline: 5px auto -webkit-focus-ring-color; - outline-offset: -2px; -} -.ant-form output { - display: block; - padding-top: 15px; - color: hsl(0, 0%, 90%); - font-size: 14px; - line-height: 1.5; -} -.ant-form-item-required::before { - display: inline-block; - margin-right: 4px; - color: blue; - font-size: 14px; - font-family: SimSun, sans-serif; - line-height: 1; - content: '*'; -} -.ant-form-hide-required-mark .ant-form-item-required::before { - display: none; -} -.ant-form-item-label > label { - color: hsl(0, 0%, 85%); -} -.ant-form-item-label > label::after { - content: ':'; - position: relative; - top: -0.5px; - margin: 0 8px 0 2px; -} -.ant-form-item-label > label.ant-form-item-no-colon::after { - content: ' '; -} -.ant-form-item { - box-sizing: border-box; - margin: 0; - padding: 0; - color: hsl(0, 0%, 90%); - font-size: 14px; - font-variant: tabular-nums; - line-height: 1.5; - list-style: none; - font-feature-settings: 'tnum'; - margin-bottom: 24px; - vertical-align: top; -} -.ant-form-item label { - position: relative; -} -.ant-form-item label > .anticon { - font-size: 14px; - vertical-align: top; -} -.ant-form-item-control { - position: relative; - line-height: 34px; - zoom: 1; -} -.ant-form-item-control::before, -.ant-form-item-control::after { - display: table; - content: ''; -} -.ant-form-item-control::after { - clear: both; -} -.ant-form-item-control::before, -.ant-form-item-control::after { - display: table; - content: ''; -} -.ant-form-item-control::after { - clear: both; -} -.ant-form-item-children { - position: relative; -} -.ant-form-item-with-help { - margin-bottom: 4px; -} -.ant-form-item-label { - display: inline-block; - overflow: hidden; - line-height: 33.9999px; - white-space: nowrap; - text-align: right; - vertical-align: middle; -} -.ant-form-item-label-left { - text-align: left; -} -.ant-form-item .ant-switch { - margin: 2px 0 4px; -} -.ant-form-explain, -.ant-form-extra { - clear: both; - min-height: 22px; - margin-top: -1px; - color: hsl(0, 0%, 35%); - font-size: 14px; - line-height: 1.5; - transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1); -} -.ant-form-explain { - margin-bottom: -1px; -} -.ant-form-extra { - padding-top: 4px; -} -.ant-form-text { - display: inline-block; - padding-right: 8px; -} -.ant-form-split { - display: block; - text-align: center; -} -form .has-feedback .ant-input { - padding-right: 24px; -} -form .has-feedback .ant-input-password-icon { - margin-right: 18px; -} -form .has-feedback > .ant-select .ant-select-arrow, -form .has-feedback > .ant-select .ant-select-selection__clear, -form .has-feedback :not(.ant-input-group-addon) > .ant-select .ant-select-arrow, -form .has-feedback :not(.ant-input-group-addon) > .ant-select .ant-select-selection__clear { - right: 28px; -} -form .has-feedback > .ant-select .ant-select-selection-selected-value, -form .has-feedback :not(.ant-input-group-addon) > .ant-select .ant-select-selection-selected-value { - padding-right: 42px; -} -form .has-feedback .ant-cascader-picker-arrow { - margin-right: 17px; -} -form .has-feedback .ant-cascader-picker-clear { - right: 28px; -} -form .has-feedback .ant-input-search:not(.ant-input-search-enter-button) .ant-input-suffix { - right: 28px; -} -form .has-feedback .ant-calendar-picker-icon, -form .has-feedback .ant-time-picker-icon, -form .has-feedback .ant-calendar-picker-clear, -form .has-feedback .ant-time-picker-clear { - right: 28px; -} -form .ant-mentions, -form textarea.ant-input { - height: auto; - margin-bottom: 4px; -} -form .ant-upload { - background: transparent; -} -form input[type='radio'], -form input[type='checkbox'] { - width: 14px; - height: 14px; -} -form .ant-radio-inline, -form .ant-checkbox-inline { - display: inline-block; - margin-left: 8px; - font-weight: normal; - vertical-align: middle; - cursor: pointer; -} -form .ant-radio-inline:first-child, -form .ant-checkbox-inline:first-child { - margin-left: 0; -} -form .ant-checkbox-vertical, -form .ant-radio-vertical { - display: block; -} -form .ant-checkbox-vertical + .ant-checkbox-vertical, -form .ant-radio-vertical + .ant-radio-vertical { - margin-left: 0; -} -form .ant-input-number + .ant-form-text { - margin-left: 8px; -} -form .ant-input-number-handler-wrap { - z-index: 2; -} -form .ant-select, -form .ant-cascader-picker { - width: 100%; -} -form .ant-input-group .ant-select, -form .ant-input-group .ant-cascader-picker { - width: auto; -} -form :not(.ant-input-group-wrapper) > .ant-input-group, -form .ant-input-group-wrapper { - position: relative; - top: -1px; - display: inline-block; - vertical-align: middle; -} -.ant-form-vertical .ant-form-item-label, -.ant-col-24.ant-form-item-label, -.ant-col-xl-24.ant-form-item-label { - display: block; - margin: 0; - padding: 0 0 8px; - line-height: 1.5; - white-space: initial; - text-align: left; -} -.ant-form-vertical .ant-form-item-label label::after, -.ant-col-24.ant-form-item-label label::after, -.ant-col-xl-24.ant-form-item-label label::after { - display: none; -} -.ant-form-vertical .ant-form-item { - padding-bottom: 8px; -} -.ant-form-vertical .ant-form-item-control { - line-height: 1.5; -} -.ant-form-vertical .ant-form-explain { - margin-top: 2px; - margin-bottom: -5px; -} -.ant-form-vertical .ant-form-extra { - margin-top: 2px; - margin-bottom: -4px; -} -@media (max-width: 575px) { - .ant-form-item-label, - .ant-form-item-control-wrapper { - display: block; - width: 100%; - } - .ant-form-item-label { - display: block; - margin: 0; - padding: 0 0 8px; - line-height: 1.5; - white-space: initial; - text-align: left; - } - .ant-form-item-label label::after { - display: none; - } - .ant-col-xs-24.ant-form-item-label { - display: block; - margin: 0; - padding: 0 0 8px; - line-height: 1.5; - white-space: initial; - text-align: left; - } - .ant-col-xs-24.ant-form-item-label label::after { - display: none; - } -} -@media (max-width: 767px) { - .ant-col-sm-24.ant-form-item-label { - display: block; - margin: 0; - padding: 0 0 8px; - line-height: 1.5; - white-space: initial; - text-align: left; - } - .ant-col-sm-24.ant-form-item-label label::after { - display: none; - } -} -@media (max-width: 991px) { - .ant-col-md-24.ant-form-item-label { - display: block; - margin: 0; - padding: 0 0 8px; - line-height: 1.5; - white-space: initial; - text-align: left; - } - .ant-col-md-24.ant-form-item-label label::after { - display: none; - } -} -@media (max-width: 1199px) { - .ant-col-lg-24.ant-form-item-label { - display: block; - margin: 0; - padding: 0 0 8px; - line-height: 1.5; - white-space: initial; - text-align: left; - } - .ant-col-lg-24.ant-form-item-label label::after { - display: none; - } -} -@media (max-width: 1599px) { - .ant-col-xl-24.ant-form-item-label { - display: block; - margin: 0; - padding: 0 0 8px; - line-height: 1.5; - white-space: initial; - text-align: left; - } - .ant-col-xl-24.ant-form-item-label label::after { - display: none; - } -} -.ant-form-inline .ant-form-item { - display: inline-block; - margin-right: 16px; - margin-bottom: 0; -} -.ant-form-inline .ant-form-item-with-help { - margin-bottom: 24px; -} -.ant-form-inline .ant-form-item > .ant-form-item-control-wrapper, -.ant-form-inline .ant-form-item > .ant-form-item-label { - display: inline-block; - vertical-align: top; -} -.ant-form-inline .ant-form-text { - display: inline-block; -} -.ant-form-inline .has-feedback { - display: inline-block; -} -.has-success.has-feedback .ant-form-item-children-icon, -.has-warning.has-feedback .ant-form-item-children-icon, -.has-error.has-feedback .ant-form-item-children-icon, -.is-validating.has-feedback .ant-form-item-children-icon { - position: absolute; - top: 50%; - right: 0; - z-index: 1; - width: 28px; - height: 20px; - margin-top: -10px; - font-size: 14px; - line-height: 20px; - text-align: center; - visibility: visible; - animation: zoomIn 0.3s cubic-bezier(0.12, 0.4, 0.29, 1.46); - pointer-events: none; -} -.has-success.has-feedback .ant-form-item-children-icon svg, -.has-warning.has-feedback .ant-form-item-children-icon svg, -.has-error.has-feedback .ant-form-item-children-icon svg, -.is-validating.has-feedback .ant-form-item-children-icon svg { - position: absolute; - top: 0; - right: 0; - bottom: 0; - left: 0; - margin: auto; -} -.has-success.has-feedback .ant-form-item-children-icon { - color: #52c41a; - animation-name: diffZoomIn1 !important; -} -.has-warning .ant-form-explain, -.has-warning .ant-form-split { - color: salmon; -} -.has-warning .ant-input, -.has-warning .ant-input:hover { - background-color: hsl(0, 0%, 15%); - border-color: salmon; -} -.has-warning .ant-input:focus { - border-color: #ffab9e; - border-right-width: 1px !important; - outline: 0; - box-shadow: 0 0 0 2px rgba(250, 128, 114, 0.2); -} -.has-warning .ant-input:not([disabled]):hover { - border-color: salmon; -} -.has-warning .ant-calendar-picker-open .ant-calendar-picker-input { - border-color: #ffab9e; - border-right-width: 1px !important; - outline: 0; - box-shadow: 0 0 0 2px rgba(250, 128, 114, 0.2); -} -.has-warning .ant-input-affix-wrapper .ant-input, -.has-warning .ant-input-affix-wrapper .ant-input:hover { - background-color: hsl(0, 0%, 15%); - border-color: salmon; -} -.has-warning .ant-input-affix-wrapper .ant-input:focus { - border-color: #ffab9e; - border-right-width: 1px !important; - outline: 0; - box-shadow: 0 0 0 2px rgba(250, 128, 114, 0.2); -} -.has-warning .ant-input-affix-wrapper:hover .ant-input:not(.ant-input-disabled) { - border-color: salmon; -} -.has-warning .ant-input-prefix { - color: salmon; -} -.has-warning .ant-input-group-addon { - color: salmon; - background-color: hsl(0, 0%, 15%); - border-color: salmon; -} -.has-warning .has-feedback { - color: salmon; -} -.has-warning.has-feedback .ant-form-item-children-icon { - color: salmon; - animation-name: diffZoomIn3 !important; -} -.has-warning .ant-select-selection { - border-color: salmon; -} -.has-warning .ant-select-selection:hover { - border-color: salmon; -} -.has-warning .ant-select-open .ant-select-selection, -.has-warning .ant-select-focused .ant-select-selection { - border-color: #ffab9e; - border-right-width: 1px !important; - outline: 0; - box-shadow: 0 0 0 2px rgba(250, 128, 114, 0.2); -} -.has-warning .ant-calendar-picker-icon::after, -.has-warning .ant-time-picker-icon::after, -.has-warning .ant-picker-icon::after, -.has-warning .ant-select-arrow, -.has-warning .ant-cascader-picker-arrow { - color: salmon; -} -.has-warning .ant-input-number, -.has-warning .ant-time-picker-input { - border-color: salmon; -} -.has-warning .ant-input-number-focused, -.has-warning .ant-time-picker-input-focused, -.has-warning .ant-input-number:focus, -.has-warning .ant-time-picker-input:focus { - border-color: #ffab9e; - border-right-width: 1px !important; - outline: 0; - box-shadow: 0 0 0 2px rgba(250, 128, 114, 0.2); -} -.has-warning .ant-input-number:not([disabled]):hover, -.has-warning .ant-time-picker-input:not([disabled]):hover { - border-color: salmon; -} -.has-warning .ant-cascader-picker:focus .ant-cascader-input { - border-color: #ffab9e; - border-right-width: 1px !important; - outline: 0; - box-shadow: 0 0 0 2px rgba(250, 128, 114, 0.2); -} -.has-error .ant-form-explain, -.has-error .ant-form-split { - color: #f5222d; -} -.has-error .ant-input, -.has-error .ant-input:hover { - background-color: hsl(0, 0%, 15%); - border-color: #f5222d; -} -.has-error .ant-input:focus { - border-color: #ff4d4f; - border-right-width: 1px !important; - outline: 0; - box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2); -} -.has-error .ant-input:not([disabled]):hover { - border-color: #f5222d; -} -.has-error .ant-calendar-picker-open .ant-calendar-picker-input { - border-color: #ff4d4f; - border-right-width: 1px !important; - outline: 0; - box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2); -} -.has-error .ant-input-affix-wrapper .ant-input, -.has-error .ant-input-affix-wrapper .ant-input:hover { - background-color: hsl(0, 0%, 15%); - border-color: #f5222d; -} -.has-error .ant-input-affix-wrapper .ant-input:focus { - border-color: #ff4d4f; - border-right-width: 1px !important; - outline: 0; - box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2); -} -.has-error .ant-input-affix-wrapper:hover .ant-input:not(.ant-input-disabled) { - border-color: #f5222d; -} -.has-error .ant-input-prefix { - color: #f5222d; -} -.has-error .ant-input-group-addon { - color: #f5222d; - background-color: hsl(0, 0%, 15%); - border-color: #f5222d; -} -.has-error .has-feedback { - color: #f5222d; -} -.has-error.has-feedback .ant-form-item-children-icon { - color: #f5222d; - animation-name: diffZoomIn2 !important; -} -.has-error .ant-select-selection { - border-color: #f5222d; -} -.has-error .ant-select-selection:hover { - border-color: #f5222d; -} -.has-error .ant-select-open .ant-select-selection, -.has-error .ant-select-focused .ant-select-selection { - border-color: #ff4d4f; - border-right-width: 1px !important; - outline: 0; - box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2); -} -.has-error .ant-select.ant-select-auto-complete .ant-input:focus { - border-color: #f5222d; -} -.has-error .ant-input-group-addon .ant-select-selection { - border-color: transparent; - box-shadow: none; -} -.has-error .ant-calendar-picker-icon::after, -.has-error .ant-time-picker-icon::after, -.has-error .ant-picker-icon::after, -.has-error .ant-select-arrow, -.has-error .ant-cascader-picker-arrow { - color: #f5222d; -} -.has-error .ant-input-number, -.has-error .ant-time-picker-input { - border-color: #f5222d; -} -.has-error .ant-input-number-focused, -.has-error .ant-time-picker-input-focused, -.has-error .ant-input-number:focus, -.has-error .ant-time-picker-input:focus { - border-color: #ff4d4f; - border-right-width: 1px !important; - outline: 0; - box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2); -} -.has-error .ant-input-number:not([disabled]):hover, -.has-error .ant-time-picker-input:not([disabled]):hover { - border-color: #f5222d; -} -.has-error .ant-mention-wrapper .ant-mention-editor, -.has-error .ant-mention-wrapper .ant-mention-editor:not([disabled]):hover { - border-color: #f5222d; -} -.has-error .ant-mention-wrapper.ant-mention-active:not([disabled]) .ant-mention-editor, -.has-error .ant-mention-wrapper .ant-mention-editor:not([disabled]):focus { - border-color: #ff4d4f; - border-right-width: 1px !important; - outline: 0; - box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2); -} -.has-error .ant-cascader-picker:focus .ant-cascader-input { - border-color: #ff4d4f; - border-right-width: 1px !important; - outline: 0; - box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2); -} -.has-error .ant-transfer-list { - border-color: #f5222d; -} -.has-error .ant-transfer-list-search:not([disabled]) { - border-color: hsl(0, 0%, 40%); -} -.has-error .ant-transfer-list-search:not([disabled]):hover { - border-color: #c9e6f2; - border-right-width: 1px !important; -} -.has-error .ant-transfer-list-search:not([disabled]):focus { - border-color: #c9e6f2; - border-right-width: 1px !important; - outline: 0; - box-shadow: 0 0 0 2px hsla(200, 60%, 75%, 0.2); -} -.is-validating.has-feedback .ant-form-item-children-icon { - display: inline-block; - color: hsl(200, 60%, 75%); -} -.ant-advanced-search-form .ant-form-item { - margin-bottom: 24px; -} -.ant-advanced-search-form .ant-form-item-with-help { - margin-bottom: 4px; -} -.show-help-enter, -.show-help-appear { - animation-duration: 0.3s; - animation-fill-mode: both; - animation-play-state: paused; -} -.show-help-leave { - animation-duration: 0.3s; - animation-fill-mode: both; - animation-play-state: paused; -} -.show-help-enter.show-help-enter-active, -.show-help-appear.show-help-appear-active { - animation-name: antShowHelpIn; - animation-play-state: running; -} -.show-help-leave.show-help-leave-active { - animation-name: antShowHelpOut; - animation-play-state: running; - pointer-events: none; -} -.show-help-enter, -.show-help-appear { - opacity: 0; - animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1); -} -.show-help-leave { - animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1); -} -@keyframes antShowHelpIn { - 0% { - transform: translateY(-5px); - opacity: 0; - } - 100% { - transform: translateY(0); - opacity: 1; - } -} -@keyframes antShowHelpOut { - to { - transform: translateY(-5px); - opacity: 0; - } -} -@keyframes diffZoomIn1 { - 0% { - transform: scale(0); - } - 100% { - transform: scale(1); - } -} -@keyframes diffZoomIn2 { - 0% { - transform: scale(0); - } - 100% { - transform: scale(1); - } -} -@keyframes diffZoomIn3 { - 0% { - transform: scale(0); - } - 100% { - transform: scale(1); - } -} -.ant-row { - position: relative; - height: auto; - margin-right: 0; - margin-left: 0; - zoom: 1; - display: block; - box-sizing: border-box; -} -.ant-row::before, -.ant-row::after { - display: table; - content: ''; -} -.ant-row::after { - clear: both; -} -.ant-row::before, -.ant-row::after { - display: table; - content: ''; -} -.ant-row::after { - clear: both; -} -.ant-row-flex { - display: flex; - flex-flow: row wrap; -} -.ant-row-flex::before, -.ant-row-flex::after { - display: flex; -} -.ant-row-flex-start { - justify-content: flex-start; -} -.ant-row-flex-center { - justify-content: center; -} -.ant-row-flex-end { - justify-content: flex-end; -} -.ant-row-flex-space-between { - justify-content: space-between; -} -.ant-row-flex-space-around { - justify-content: space-around; -} -.ant-row-flex-top { - align-items: flex-start; -} -.ant-row-flex-middle { - align-items: center; -} -.ant-row-flex-bottom { - align-items: flex-end; -} -.ant-col { - position: relative; -} -.ant-col-1, -.ant-col-xs-1, -.ant-col-sm-1, -.ant-col-md-1, -.ant-col-lg-1, -.ant-col-2, -.ant-col-xs-2, -.ant-col-sm-2, -.ant-col-md-2, -.ant-col-lg-2, -.ant-col-3, -.ant-col-xs-3, -.ant-col-sm-3, -.ant-col-md-3, -.ant-col-lg-3, -.ant-col-4, -.ant-col-xs-4, -.ant-col-sm-4, -.ant-col-md-4, -.ant-col-lg-4, -.ant-col-5, -.ant-col-xs-5, -.ant-col-sm-5, -.ant-col-md-5, -.ant-col-lg-5, -.ant-col-6, -.ant-col-xs-6, -.ant-col-sm-6, -.ant-col-md-6, -.ant-col-lg-6, -.ant-col-7, -.ant-col-xs-7, -.ant-col-sm-7, -.ant-col-md-7, -.ant-col-lg-7, -.ant-col-8, -.ant-col-xs-8, -.ant-col-sm-8, -.ant-col-md-8, -.ant-col-lg-8, -.ant-col-9, -.ant-col-xs-9, -.ant-col-sm-9, -.ant-col-md-9, -.ant-col-lg-9, -.ant-col-10, -.ant-col-xs-10, -.ant-col-sm-10, -.ant-col-md-10, -.ant-col-lg-10, -.ant-col-11, -.ant-col-xs-11, -.ant-col-sm-11, -.ant-col-md-11, -.ant-col-lg-11, -.ant-col-12, -.ant-col-xs-12, -.ant-col-sm-12, -.ant-col-md-12, -.ant-col-lg-12, -.ant-col-13, -.ant-col-xs-13, -.ant-col-sm-13, -.ant-col-md-13, -.ant-col-lg-13, -.ant-col-14, -.ant-col-xs-14, -.ant-col-sm-14, -.ant-col-md-14, -.ant-col-lg-14, -.ant-col-15, -.ant-col-xs-15, -.ant-col-sm-15, -.ant-col-md-15, -.ant-col-lg-15, -.ant-col-16, -.ant-col-xs-16, -.ant-col-sm-16, -.ant-col-md-16, -.ant-col-lg-16, -.ant-col-17, -.ant-col-xs-17, -.ant-col-sm-17, -.ant-col-md-17, -.ant-col-lg-17, -.ant-col-18, -.ant-col-xs-18, -.ant-col-sm-18, -.ant-col-md-18, -.ant-col-lg-18, -.ant-col-19, -.ant-col-xs-19, -.ant-col-sm-19, -.ant-col-md-19, -.ant-col-lg-19, -.ant-col-20, -.ant-col-xs-20, -.ant-col-sm-20, -.ant-col-md-20, -.ant-col-lg-20, -.ant-col-21, -.ant-col-xs-21, -.ant-col-sm-21, -.ant-col-md-21, -.ant-col-lg-21, -.ant-col-22, -.ant-col-xs-22, -.ant-col-sm-22, -.ant-col-md-22, -.ant-col-lg-22, -.ant-col-23, -.ant-col-xs-23, -.ant-col-sm-23, -.ant-col-md-23, -.ant-col-lg-23, -.ant-col-24, -.ant-col-xs-24, -.ant-col-sm-24, -.ant-col-md-24, -.ant-col-lg-24 { - position: relative; - min-height: 1px; - padding-right: 0; - padding-left: 0; -} -.ant-col-1, -.ant-col-2, -.ant-col-3, -.ant-col-4, -.ant-col-5, -.ant-col-6, -.ant-col-7, -.ant-col-8, -.ant-col-9, -.ant-col-10, -.ant-col-11, -.ant-col-12, -.ant-col-13, -.ant-col-14, -.ant-col-15, -.ant-col-16, -.ant-col-17, -.ant-col-18, -.ant-col-19, -.ant-col-20, -.ant-col-21, -.ant-col-22, -.ant-col-23, -.ant-col-24 { - flex: 0 0 auto; - float: left; -} -.ant-col-24 { - display: block; - box-sizing: border-box; - width: 100%; -} -.ant-col-push-24 { - left: 100%; -} -.ant-col-pull-24 { - right: 100%; -} -.ant-col-offset-24 { - margin-left: 100%; -} -.ant-col-order-24 { - order: 24; -} -.ant-col-23 { - display: block; - box-sizing: border-box; - width: 95.83333333%; -} -.ant-col-push-23 { - left: 95.83333333%; -} -.ant-col-pull-23 { - right: 95.83333333%; -} -.ant-col-offset-23 { - margin-left: 95.83333333%; -} -.ant-col-order-23 { - order: 23; -} -.ant-col-22 { - display: block; - box-sizing: border-box; - width: 91.66666667%; -} -.ant-col-push-22 { - left: 91.66666667%; -} -.ant-col-pull-22 { - right: 91.66666667%; -} -.ant-col-offset-22 { - margin-left: 91.66666667%; -} -.ant-col-order-22 { - order: 22; -} -.ant-col-21 { - display: block; - box-sizing: border-box; - width: 87.5%; -} -.ant-col-push-21 { - left: 87.5%; -} -.ant-col-pull-21 { - right: 87.5%; -} -.ant-col-offset-21 { - margin-left: 87.5%; -} -.ant-col-order-21 { - order: 21; -} -.ant-col-20 { - display: block; - box-sizing: border-box; - width: 83.33333333%; -} -.ant-col-push-20 { - left: 83.33333333%; -} -.ant-col-pull-20 { - right: 83.33333333%; -} -.ant-col-offset-20 { - margin-left: 83.33333333%; -} -.ant-col-order-20 { - order: 20; -} -.ant-col-19 { - display: block; - box-sizing: border-box; - width: 79.16666667%; -} -.ant-col-push-19 { - left: 79.16666667%; -} -.ant-col-pull-19 { - right: 79.16666667%; -} -.ant-col-offset-19 { - margin-left: 79.16666667%; -} -.ant-col-order-19 { - order: 19; -} -.ant-col-18 { - display: block; - box-sizing: border-box; - width: 75%; -} -.ant-col-push-18 { - left: 75%; -} -.ant-col-pull-18 { - right: 75%; -} -.ant-col-offset-18 { - margin-left: 75%; -} -.ant-col-order-18 { - order: 18; -} -.ant-col-17 { - display: block; - box-sizing: border-box; - width: 70.83333333%; -} -.ant-col-push-17 { - left: 70.83333333%; -} -.ant-col-pull-17 { - right: 70.83333333%; -} -.ant-col-offset-17 { - margin-left: 70.83333333%; -} -.ant-col-order-17 { - order: 17; -} -.ant-col-16 { - display: block; - box-sizing: border-box; - width: 66.66666667%; -} -.ant-col-push-16 { - left: 66.66666667%; -} -.ant-col-pull-16 { - right: 66.66666667%; -} -.ant-col-offset-16 { - margin-left: 66.66666667%; -} -.ant-col-order-16 { - order: 16; -} -.ant-col-15 { - display: block; - box-sizing: border-box; - width: 62.5%; -} -.ant-col-push-15 { - left: 62.5%; -} -.ant-col-pull-15 { - right: 62.5%; -} -.ant-col-offset-15 { - margin-left: 62.5%; -} -.ant-col-order-15 { - order: 15; -} -.ant-col-14 { - display: block; - box-sizing: border-box; - width: 58.33333333%; -} -.ant-col-push-14 { - left: 58.33333333%; -} -.ant-col-pull-14 { - right: 58.33333333%; -} -.ant-col-offset-14 { - margin-left: 58.33333333%; -} -.ant-col-order-14 { - order: 14; -} -.ant-col-13 { - display: block; - box-sizing: border-box; - width: 54.16666667%; -} -.ant-col-push-13 { - left: 54.16666667%; -} -.ant-col-pull-13 { - right: 54.16666667%; -} -.ant-col-offset-13 { - margin-left: 54.16666667%; -} -.ant-col-order-13 { - order: 13; -} -.ant-col-12 { - display: block; - box-sizing: border-box; - width: 50%; -} -.ant-col-push-12 { - left: 50%; -} -.ant-col-pull-12 { - right: 50%; -} -.ant-col-offset-12 { - margin-left: 50%; -} -.ant-col-order-12 { - order: 12; -} -.ant-col-11 { - display: block; - box-sizing: border-box; - width: 45.83333333%; -} -.ant-col-push-11 { - left: 45.83333333%; -} -.ant-col-pull-11 { - right: 45.83333333%; -} -.ant-col-offset-11 { - margin-left: 45.83333333%; -} -.ant-col-order-11 { - order: 11; -} -.ant-col-10 { - display: block; - box-sizing: border-box; - width: 41.66666667%; -} -.ant-col-push-10 { - left: 41.66666667%; -} -.ant-col-pull-10 { - right: 41.66666667%; -} -.ant-col-offset-10 { - margin-left: 41.66666667%; -} -.ant-col-order-10 { - order: 10; -} -.ant-col-9 { - display: block; - box-sizing: border-box; - width: 37.5%; -} -.ant-col-push-9 { - left: 37.5%; -} -.ant-col-pull-9 { - right: 37.5%; -} -.ant-col-offset-9 { - margin-left: 37.5%; -} -.ant-col-order-9 { - order: 9; -} -.ant-col-8 { - display: block; - box-sizing: border-box; - width: 33.33333333%; -} -.ant-col-push-8 { - left: 33.33333333%; -} -.ant-col-pull-8 { - right: 33.33333333%; -} -.ant-col-offset-8 { - margin-left: 33.33333333%; -} -.ant-col-order-8 { - order: 8; -} -.ant-col-7 { - display: block; - box-sizing: border-box; - width: 29.16666667%; -} -.ant-col-push-7 { - left: 29.16666667%; -} -.ant-col-pull-7 { - right: 29.16666667%; -} -.ant-col-offset-7 { - margin-left: 29.16666667%; -} -.ant-col-order-7 { - order: 7; -} -.ant-col-6 { - display: block; - box-sizing: border-box; - width: 25%; -} -.ant-col-push-6 { - left: 25%; -} -.ant-col-pull-6 { - right: 25%; -} -.ant-col-offset-6 { - margin-left: 25%; -} -.ant-col-order-6 { - order: 6; -} -.ant-col-5 { - display: block; - box-sizing: border-box; - width: 20.83333333%; -} -.ant-col-push-5 { - left: 20.83333333%; -} -.ant-col-pull-5 { - right: 20.83333333%; -} -.ant-col-offset-5 { - margin-left: 20.83333333%; -} -.ant-col-order-5 { - order: 5; -} -.ant-col-4 { - display: block; - box-sizing: border-box; - width: 16.66666667%; -} -.ant-col-push-4 { - left: 16.66666667%; -} -.ant-col-pull-4 { - right: 16.66666667%; -} -.ant-col-offset-4 { - margin-left: 16.66666667%; -} -.ant-col-order-4 { - order: 4; -} -.ant-col-3 { - display: block; - box-sizing: border-box; - width: 12.5%; -} -.ant-col-push-3 { - left: 12.5%; -} -.ant-col-pull-3 { - right: 12.5%; -} -.ant-col-offset-3 { - margin-left: 12.5%; -} -.ant-col-order-3 { - order: 3; -} -.ant-col-2 { - display: block; - box-sizing: border-box; - width: 8.33333333%; -} -.ant-col-push-2 { - left: 8.33333333%; -} -.ant-col-pull-2 { - right: 8.33333333%; -} -.ant-col-offset-2 { - margin-left: 8.33333333%; -} -.ant-col-order-2 { - order: 2; -} -.ant-col-1 { - display: block; - box-sizing: border-box; - width: 4.16666667%; -} -.ant-col-push-1 { - left: 4.16666667%; -} -.ant-col-pull-1 { - right: 4.16666667%; -} -.ant-col-offset-1 { - margin-left: 4.16666667%; -} -.ant-col-order-1 { - order: 1; -} -.ant-col-0 { - display: none; -} -.ant-col-push-0 { - left: auto; -} -.ant-col-pull-0 { - right: auto; -} -.ant-col-push-0 { - left: auto; -} -.ant-col-pull-0 { - right: auto; -} -.ant-col-offset-0 { - margin-left: 0; -} -.ant-col-order-0 { - order: 0; -} -.ant-col-xs-1, -.ant-col-xs-2, -.ant-col-xs-3, -.ant-col-xs-4, -.ant-col-xs-5, -.ant-col-xs-6, -.ant-col-xs-7, -.ant-col-xs-8, -.ant-col-xs-9, -.ant-col-xs-10, -.ant-col-xs-11, -.ant-col-xs-12, -.ant-col-xs-13, -.ant-col-xs-14, -.ant-col-xs-15, -.ant-col-xs-16, -.ant-col-xs-17, -.ant-col-xs-18, -.ant-col-xs-19, -.ant-col-xs-20, -.ant-col-xs-21, -.ant-col-xs-22, -.ant-col-xs-23, -.ant-col-xs-24 { - flex: 0 0 auto; - float: left; -} -.ant-col-xs-24 { - display: block; - box-sizing: border-box; - width: 100%; -} -.ant-col-xs-push-24 { - left: 100%; -} -.ant-col-xs-pull-24 { - right: 100%; -} -.ant-col-xs-offset-24 { - margin-left: 100%; -} -.ant-col-xs-order-24 { - order: 24; -} -.ant-col-xs-23 { - display: block; - box-sizing: border-box; - width: 95.83333333%; -} -.ant-col-xs-push-23 { - left: 95.83333333%; -} -.ant-col-xs-pull-23 { - right: 95.83333333%; -} -.ant-col-xs-offset-23 { - margin-left: 95.83333333%; -} -.ant-col-xs-order-23 { - order: 23; -} -.ant-col-xs-22 { - display: block; - box-sizing: border-box; - width: 91.66666667%; -} -.ant-col-xs-push-22 { - left: 91.66666667%; -} -.ant-col-xs-pull-22 { - right: 91.66666667%; -} -.ant-col-xs-offset-22 { - margin-left: 91.66666667%; -} -.ant-col-xs-order-22 { - order: 22; -} -.ant-col-xs-21 { - display: block; - box-sizing: border-box; - width: 87.5%; -} -.ant-col-xs-push-21 { - left: 87.5%; -} -.ant-col-xs-pull-21 { - right: 87.5%; -} -.ant-col-xs-offset-21 { - margin-left: 87.5%; -} -.ant-col-xs-order-21 { - order: 21; -} -.ant-col-xs-20 { - display: block; - box-sizing: border-box; - width: 83.33333333%; -} -.ant-col-xs-push-20 { - left: 83.33333333%; -} -.ant-col-xs-pull-20 { - right: 83.33333333%; -} -.ant-col-xs-offset-20 { - margin-left: 83.33333333%; -} -.ant-col-xs-order-20 { - order: 20; -} -.ant-col-xs-19 { - display: block; - box-sizing: border-box; - width: 79.16666667%; -} -.ant-col-xs-push-19 { - left: 79.16666667%; -} -.ant-col-xs-pull-19 { - right: 79.16666667%; -} -.ant-col-xs-offset-19 { - margin-left: 79.16666667%; -} -.ant-col-xs-order-19 { - order: 19; -} -.ant-col-xs-18 { - display: block; - box-sizing: border-box; - width: 75%; -} -.ant-col-xs-push-18 { - left: 75%; -} -.ant-col-xs-pull-18 { - right: 75%; -} -.ant-col-xs-offset-18 { - margin-left: 75%; -} -.ant-col-xs-order-18 { - order: 18; -} -.ant-col-xs-17 { - display: block; - box-sizing: border-box; - width: 70.83333333%; -} -.ant-col-xs-push-17 { - left: 70.83333333%; -} -.ant-col-xs-pull-17 { - right: 70.83333333%; -} -.ant-col-xs-offset-17 { - margin-left: 70.83333333%; -} -.ant-col-xs-order-17 { - order: 17; -} -.ant-col-xs-16 { - display: block; - box-sizing: border-box; - width: 66.66666667%; -} -.ant-col-xs-push-16 { - left: 66.66666667%; -} -.ant-col-xs-pull-16 { - right: 66.66666667%; -} -.ant-col-xs-offset-16 { - margin-left: 66.66666667%; -} -.ant-col-xs-order-16 { - order: 16; -} -.ant-col-xs-15 { - display: block; - box-sizing: border-box; - width: 62.5%; -} -.ant-col-xs-push-15 { - left: 62.5%; -} -.ant-col-xs-pull-15 { - right: 62.5%; -} -.ant-col-xs-offset-15 { - margin-left: 62.5%; -} -.ant-col-xs-order-15 { - order: 15; -} -.ant-col-xs-14 { - display: block; - box-sizing: border-box; - width: 58.33333333%; -} -.ant-col-xs-push-14 { - left: 58.33333333%; -} -.ant-col-xs-pull-14 { - right: 58.33333333%; -} -.ant-col-xs-offset-14 { - margin-left: 58.33333333%; -} -.ant-col-xs-order-14 { - order: 14; -} -.ant-col-xs-13 { - display: block; - box-sizing: border-box; - width: 54.16666667%; -} -.ant-col-xs-push-13 { - left: 54.16666667%; -} -.ant-col-xs-pull-13 { - right: 54.16666667%; -} -.ant-col-xs-offset-13 { - margin-left: 54.16666667%; -} -.ant-col-xs-order-13 { - order: 13; -} -.ant-col-xs-12 { - display: block; - box-sizing: border-box; - width: 50%; -} -.ant-col-xs-push-12 { - left: 50%; -} -.ant-col-xs-pull-12 { - right: 50%; -} -.ant-col-xs-offset-12 { - margin-left: 50%; -} -.ant-col-xs-order-12 { - order: 12; -} -.ant-col-xs-11 { - display: block; - box-sizing: border-box; - width: 45.83333333%; -} -.ant-col-xs-push-11 { - left: 45.83333333%; -} -.ant-col-xs-pull-11 { - right: 45.83333333%; -} -.ant-col-xs-offset-11 { - margin-left: 45.83333333%; -} -.ant-col-xs-order-11 { - order: 11; -} -.ant-col-xs-10 { - display: block; - box-sizing: border-box; - width: 41.66666667%; -} -.ant-col-xs-push-10 { - left: 41.66666667%; -} -.ant-col-xs-pull-10 { - right: 41.66666667%; -} -.ant-col-xs-offset-10 { - margin-left: 41.66666667%; -} -.ant-col-xs-order-10 { - order: 10; -} -.ant-col-xs-9 { - display: block; - box-sizing: border-box; - width: 37.5%; -} -.ant-col-xs-push-9 { - left: 37.5%; -} -.ant-col-xs-pull-9 { - right: 37.5%; -} -.ant-col-xs-offset-9 { - margin-left: 37.5%; -} -.ant-col-xs-order-9 { - order: 9; -} -.ant-col-xs-8 { - display: block; - box-sizing: border-box; - width: 33.33333333%; -} -.ant-col-xs-push-8 { - left: 33.33333333%; -} -.ant-col-xs-pull-8 { - right: 33.33333333%; -} -.ant-col-xs-offset-8 { - margin-left: 33.33333333%; -} -.ant-col-xs-order-8 { - order: 8; -} -.ant-col-xs-7 { - display: block; - box-sizing: border-box; - width: 29.16666667%; -} -.ant-col-xs-push-7 { - left: 29.16666667%; -} -.ant-col-xs-pull-7 { - right: 29.16666667%; -} -.ant-col-xs-offset-7 { - margin-left: 29.16666667%; -} -.ant-col-xs-order-7 { - order: 7; -} -.ant-col-xs-6 { - display: block; - box-sizing: border-box; - width: 25%; -} -.ant-col-xs-push-6 { - left: 25%; -} -.ant-col-xs-pull-6 { - right: 25%; -} -.ant-col-xs-offset-6 { - margin-left: 25%; -} -.ant-col-xs-order-6 { - order: 6; -} -.ant-col-xs-5 { - display: block; - box-sizing: border-box; - width: 20.83333333%; -} -.ant-col-xs-push-5 { - left: 20.83333333%; -} -.ant-col-xs-pull-5 { - right: 20.83333333%; -} -.ant-col-xs-offset-5 { - margin-left: 20.83333333%; -} -.ant-col-xs-order-5 { - order: 5; -} -.ant-col-xs-4 { - display: block; - box-sizing: border-box; - width: 16.66666667%; -} -.ant-col-xs-push-4 { - left: 16.66666667%; -} -.ant-col-xs-pull-4 { - right: 16.66666667%; -} -.ant-col-xs-offset-4 { - margin-left: 16.66666667%; -} -.ant-col-xs-order-4 { - order: 4; -} -.ant-col-xs-3 { - display: block; - box-sizing: border-box; - width: 12.5%; -} -.ant-col-xs-push-3 { - left: 12.5%; -} -.ant-col-xs-pull-3 { - right: 12.5%; -} -.ant-col-xs-offset-3 { - margin-left: 12.5%; -} -.ant-col-xs-order-3 { - order: 3; -} -.ant-col-xs-2 { - display: block; - box-sizing: border-box; - width: 8.33333333%; -} -.ant-col-xs-push-2 { - left: 8.33333333%; -} -.ant-col-xs-pull-2 { - right: 8.33333333%; -} -.ant-col-xs-offset-2 { - margin-left: 8.33333333%; -} -.ant-col-xs-order-2 { - order: 2; -} -.ant-col-xs-1 { - display: block; - box-sizing: border-box; - width: 4.16666667%; -} -.ant-col-xs-push-1 { - left: 4.16666667%; -} -.ant-col-xs-pull-1 { - right: 4.16666667%; -} -.ant-col-xs-offset-1 { - margin-left: 4.16666667%; -} -.ant-col-xs-order-1 { - order: 1; -} -.ant-col-xs-0 { - display: none; -} -.ant-col-push-0 { - left: auto; -} -.ant-col-pull-0 { - right: auto; -} -.ant-col-xs-push-0 { - left: auto; -} -.ant-col-xs-pull-0 { - right: auto; -} -.ant-col-xs-offset-0 { - margin-left: 0; -} -.ant-col-xs-order-0 { - order: 0; -} -@media (min-width: 576px) { - .ant-col-sm-1, - .ant-col-sm-2, - .ant-col-sm-3, - .ant-col-sm-4, - .ant-col-sm-5, - .ant-col-sm-6, - .ant-col-sm-7, - .ant-col-sm-8, - .ant-col-sm-9, - .ant-col-sm-10, - .ant-col-sm-11, - .ant-col-sm-12, - .ant-col-sm-13, - .ant-col-sm-14, - .ant-col-sm-15, - .ant-col-sm-16, - .ant-col-sm-17, - .ant-col-sm-18, - .ant-col-sm-19, - .ant-col-sm-20, - .ant-col-sm-21, - .ant-col-sm-22, - .ant-col-sm-23, - .ant-col-sm-24 { - flex: 0 0 auto; - float: left; - } - .ant-col-sm-24 { - display: block; - box-sizing: border-box; - width: 100%; - } - .ant-col-sm-push-24 { - left: 100%; - } - .ant-col-sm-pull-24 { - right: 100%; - } - .ant-col-sm-offset-24 { - margin-left: 100%; - } - .ant-col-sm-order-24 { - order: 24; - } - .ant-col-sm-23 { - display: block; - box-sizing: border-box; - width: 95.83333333%; - } - .ant-col-sm-push-23 { - left: 95.83333333%; - } - .ant-col-sm-pull-23 { - right: 95.83333333%; - } - .ant-col-sm-offset-23 { - margin-left: 95.83333333%; - } - .ant-col-sm-order-23 { - order: 23; - } - .ant-col-sm-22 { - display: block; - box-sizing: border-box; - width: 91.66666667%; - } - .ant-col-sm-push-22 { - left: 91.66666667%; - } - .ant-col-sm-pull-22 { - right: 91.66666667%; - } - .ant-col-sm-offset-22 { - margin-left: 91.66666667%; - } - .ant-col-sm-order-22 { - order: 22; - } - .ant-col-sm-21 { - display: block; - box-sizing: border-box; - width: 87.5%; - } - .ant-col-sm-push-21 { - left: 87.5%; - } - .ant-col-sm-pull-21 { - right: 87.5%; - } - .ant-col-sm-offset-21 { - margin-left: 87.5%; - } - .ant-col-sm-order-21 { - order: 21; - } - .ant-col-sm-20 { - display: block; - box-sizing: border-box; - width: 83.33333333%; - } - .ant-col-sm-push-20 { - left: 83.33333333%; - } - .ant-col-sm-pull-20 { - right: 83.33333333%; - } - .ant-col-sm-offset-20 { - margin-left: 83.33333333%; - } - .ant-col-sm-order-20 { - order: 20; - } - .ant-col-sm-19 { - display: block; - box-sizing: border-box; - width: 79.16666667%; - } - .ant-col-sm-push-19 { - left: 79.16666667%; - } - .ant-col-sm-pull-19 { - right: 79.16666667%; - } - .ant-col-sm-offset-19 { - margin-left: 79.16666667%; - } - .ant-col-sm-order-19 { - order: 19; - } - .ant-col-sm-18 { - display: block; - box-sizing: border-box; - width: 75%; - } - .ant-col-sm-push-18 { - left: 75%; - } - .ant-col-sm-pull-18 { - right: 75%; - } - .ant-col-sm-offset-18 { - margin-left: 75%; - } - .ant-col-sm-order-18 { - order: 18; - } - .ant-col-sm-17 { - display: block; - box-sizing: border-box; - width: 70.83333333%; - } - .ant-col-sm-push-17 { - left: 70.83333333%; - } - .ant-col-sm-pull-17 { - right: 70.83333333%; - } - .ant-col-sm-offset-17 { - margin-left: 70.83333333%; - } - .ant-col-sm-order-17 { - order: 17; - } - .ant-col-sm-16 { - display: block; - box-sizing: border-box; - width: 66.66666667%; - } - .ant-col-sm-push-16 { - left: 66.66666667%; - } - .ant-col-sm-pull-16 { - right: 66.66666667%; - } - .ant-col-sm-offset-16 { - margin-left: 66.66666667%; - } - .ant-col-sm-order-16 { - order: 16; - } - .ant-col-sm-15 { - display: block; - box-sizing: border-box; - width: 62.5%; - } - .ant-col-sm-push-15 { - left: 62.5%; - } - .ant-col-sm-pull-15 { - right: 62.5%; - } - .ant-col-sm-offset-15 { - margin-left: 62.5%; - } - .ant-col-sm-order-15 { - order: 15; - } - .ant-col-sm-14 { - display: block; - box-sizing: border-box; - width: 58.33333333%; - } - .ant-col-sm-push-14 { - left: 58.33333333%; - } - .ant-col-sm-pull-14 { - right: 58.33333333%; - } - .ant-col-sm-offset-14 { - margin-left: 58.33333333%; - } - .ant-col-sm-order-14 { - order: 14; - } - .ant-col-sm-13 { - display: block; - box-sizing: border-box; - width: 54.16666667%; - } - .ant-col-sm-push-13 { - left: 54.16666667%; - } - .ant-col-sm-pull-13 { - right: 54.16666667%; - } - .ant-col-sm-offset-13 { - margin-left: 54.16666667%; - } - .ant-col-sm-order-13 { - order: 13; - } - .ant-col-sm-12 { - display: block; - box-sizing: border-box; - width: 50%; - } - .ant-col-sm-push-12 { - left: 50%; - } - .ant-col-sm-pull-12 { - right: 50%; - } - .ant-col-sm-offset-12 { - margin-left: 50%; - } - .ant-col-sm-order-12 { - order: 12; - } - .ant-col-sm-11 { - display: block; - box-sizing: border-box; - width: 45.83333333%; - } - .ant-col-sm-push-11 { - left: 45.83333333%; - } - .ant-col-sm-pull-11 { - right: 45.83333333%; - } - .ant-col-sm-offset-11 { - margin-left: 45.83333333%; - } - .ant-col-sm-order-11 { - order: 11; - } - .ant-col-sm-10 { - display: block; - box-sizing: border-box; - width: 41.66666667%; - } - .ant-col-sm-push-10 { - left: 41.66666667%; - } - .ant-col-sm-pull-10 { - right: 41.66666667%; - } - .ant-col-sm-offset-10 { - margin-left: 41.66666667%; - } - .ant-col-sm-order-10 { - order: 10; - } - .ant-col-sm-9 { - display: block; - box-sizing: border-box; - width: 37.5%; - } - .ant-col-sm-push-9 { - left: 37.5%; - } - .ant-col-sm-pull-9 { - right: 37.5%; - } - .ant-col-sm-offset-9 { - margin-left: 37.5%; - } - .ant-col-sm-order-9 { - order: 9; - } - .ant-col-sm-8 { - display: block; - box-sizing: border-box; - width: 33.33333333%; - } - .ant-col-sm-push-8 { - left: 33.33333333%; - } - .ant-col-sm-pull-8 { - right: 33.33333333%; - } - .ant-col-sm-offset-8 { - margin-left: 33.33333333%; - } - .ant-col-sm-order-8 { - order: 8; - } - .ant-col-sm-7 { - display: block; - box-sizing: border-box; - width: 29.16666667%; - } - .ant-col-sm-push-7 { - left: 29.16666667%; - } - .ant-col-sm-pull-7 { - right: 29.16666667%; - } - .ant-col-sm-offset-7 { - margin-left: 29.16666667%; - } - .ant-col-sm-order-7 { - order: 7; - } - .ant-col-sm-6 { - display: block; - box-sizing: border-box; - width: 25%; - } - .ant-col-sm-push-6 { - left: 25%; - } - .ant-col-sm-pull-6 { - right: 25%; - } - .ant-col-sm-offset-6 { - margin-left: 25%; - } - .ant-col-sm-order-6 { - order: 6; - } - .ant-col-sm-5 { - display: block; - box-sizing: border-box; - width: 20.83333333%; - } - .ant-col-sm-push-5 { - left: 20.83333333%; - } - .ant-col-sm-pull-5 { - right: 20.83333333%; - } - .ant-col-sm-offset-5 { - margin-left: 20.83333333%; - } - .ant-col-sm-order-5 { - order: 5; - } - .ant-col-sm-4 { - display: block; - box-sizing: border-box; - width: 16.66666667%; - } - .ant-col-sm-push-4 { - left: 16.66666667%; - } - .ant-col-sm-pull-4 { - right: 16.66666667%; - } - .ant-col-sm-offset-4 { - margin-left: 16.66666667%; - } - .ant-col-sm-order-4 { - order: 4; - } - .ant-col-sm-3 { - display: block; - box-sizing: border-box; - width: 12.5%; - } - .ant-col-sm-push-3 { - left: 12.5%; - } - .ant-col-sm-pull-3 { - right: 12.5%; - } - .ant-col-sm-offset-3 { - margin-left: 12.5%; - } - .ant-col-sm-order-3 { - order: 3; - } - .ant-col-sm-2 { - display: block; - box-sizing: border-box; - width: 8.33333333%; - } - .ant-col-sm-push-2 { - left: 8.33333333%; - } - .ant-col-sm-pull-2 { - right: 8.33333333%; - } - .ant-col-sm-offset-2 { - margin-left: 8.33333333%; - } - .ant-col-sm-order-2 { - order: 2; - } - .ant-col-sm-1 { - display: block; - box-sizing: border-box; - width: 4.16666667%; - } - .ant-col-sm-push-1 { - left: 4.16666667%; - } - .ant-col-sm-pull-1 { - right: 4.16666667%; - } - .ant-col-sm-offset-1 { - margin-left: 4.16666667%; - } - .ant-col-sm-order-1 { - order: 1; - } - .ant-col-sm-0 { - display: none; - } - .ant-col-push-0 { - left: auto; - } - .ant-col-pull-0 { - right: auto; - } - .ant-col-sm-push-0 { - left: auto; - } - .ant-col-sm-pull-0 { - right: auto; - } - .ant-col-sm-offset-0 { - margin-left: 0; - } - .ant-col-sm-order-0 { - order: 0; - } -} -@media (min-width: 768px) { - .ant-col-md-1, - .ant-col-md-2, - .ant-col-md-3, - .ant-col-md-4, - .ant-col-md-5, - .ant-col-md-6, - .ant-col-md-7, - .ant-col-md-8, - .ant-col-md-9, - .ant-col-md-10, - .ant-col-md-11, - .ant-col-md-12, - .ant-col-md-13, - .ant-col-md-14, - .ant-col-md-15, - .ant-col-md-16, - .ant-col-md-17, - .ant-col-md-18, - .ant-col-md-19, - .ant-col-md-20, - .ant-col-md-21, - .ant-col-md-22, - .ant-col-md-23, - .ant-col-md-24 { - flex: 0 0 auto; - float: left; - } - .ant-col-md-24 { - display: block; - box-sizing: border-box; - width: 100%; - } - .ant-col-md-push-24 { - left: 100%; - } - .ant-col-md-pull-24 { - right: 100%; - } - .ant-col-md-offset-24 { - margin-left: 100%; - } - .ant-col-md-order-24 { - order: 24; - } - .ant-col-md-23 { - display: block; - box-sizing: border-box; - width: 95.83333333%; - } - .ant-col-md-push-23 { - left: 95.83333333%; - } - .ant-col-md-pull-23 { - right: 95.83333333%; - } - .ant-col-md-offset-23 { - margin-left: 95.83333333%; - } - .ant-col-md-order-23 { - order: 23; - } - .ant-col-md-22 { - display: block; - box-sizing: border-box; - width: 91.66666667%; - } - .ant-col-md-push-22 { - left: 91.66666667%; - } - .ant-col-md-pull-22 { - right: 91.66666667%; - } - .ant-col-md-offset-22 { - margin-left: 91.66666667%; - } - .ant-col-md-order-22 { - order: 22; - } - .ant-col-md-21 { - display: block; - box-sizing: border-box; - width: 87.5%; - } - .ant-col-md-push-21 { - left: 87.5%; - } - .ant-col-md-pull-21 { - right: 87.5%; - } - .ant-col-md-offset-21 { - margin-left: 87.5%; - } - .ant-col-md-order-21 { - order: 21; - } - .ant-col-md-20 { - display: block; - box-sizing: border-box; - width: 83.33333333%; - } - .ant-col-md-push-20 { - left: 83.33333333%; - } - .ant-col-md-pull-20 { - right: 83.33333333%; - } - .ant-col-md-offset-20 { - margin-left: 83.33333333%; - } - .ant-col-md-order-20 { - order: 20; - } - .ant-col-md-19 { - display: block; - box-sizing: border-box; - width: 79.16666667%; - } - .ant-col-md-push-19 { - left: 79.16666667%; - } - .ant-col-md-pull-19 { - right: 79.16666667%; - } - .ant-col-md-offset-19 { - margin-left: 79.16666667%; - } - .ant-col-md-order-19 { - order: 19; - } - .ant-col-md-18 { - display: block; - box-sizing: border-box; - width: 75%; - } - .ant-col-md-push-18 { - left: 75%; - } - .ant-col-md-pull-18 { - right: 75%; - } - .ant-col-md-offset-18 { - margin-left: 75%; - } - .ant-col-md-order-18 { - order: 18; - } - .ant-col-md-17 { - display: block; - box-sizing: border-box; - width: 70.83333333%; - } - .ant-col-md-push-17 { - left: 70.83333333%; - } - .ant-col-md-pull-17 { - right: 70.83333333%; - } - .ant-col-md-offset-17 { - margin-left: 70.83333333%; - } - .ant-col-md-order-17 { - order: 17; - } - .ant-col-md-16 { - display: block; - box-sizing: border-box; - width: 66.66666667%; - } - .ant-col-md-push-16 { - left: 66.66666667%; - } - .ant-col-md-pull-16 { - right: 66.66666667%; - } - .ant-col-md-offset-16 { - margin-left: 66.66666667%; - } - .ant-col-md-order-16 { - order: 16; - } - .ant-col-md-15 { - display: block; - box-sizing: border-box; - width: 62.5%; - } - .ant-col-md-push-15 { - left: 62.5%; - } - .ant-col-md-pull-15 { - right: 62.5%; - } - .ant-col-md-offset-15 { - margin-left: 62.5%; - } - .ant-col-md-order-15 { - order: 15; - } - .ant-col-md-14 { - display: block; - box-sizing: border-box; - width: 58.33333333%; - } - .ant-col-md-push-14 { - left: 58.33333333%; - } - .ant-col-md-pull-14 { - right: 58.33333333%; - } - .ant-col-md-offset-14 { - margin-left: 58.33333333%; - } - .ant-col-md-order-14 { - order: 14; - } - .ant-col-md-13 { - display: block; - box-sizing: border-box; - width: 54.16666667%; - } - .ant-col-md-push-13 { - left: 54.16666667%; - } - .ant-col-md-pull-13 { - right: 54.16666667%; - } - .ant-col-md-offset-13 { - margin-left: 54.16666667%; - } - .ant-col-md-order-13 { - order: 13; - } - .ant-col-md-12 { - display: block; - box-sizing: border-box; - width: 50%; - } - .ant-col-md-push-12 { - left: 50%; - } - .ant-col-md-pull-12 { - right: 50%; - } - .ant-col-md-offset-12 { - margin-left: 50%; - } - .ant-col-md-order-12 { - order: 12; - } - .ant-col-md-11 { - display: block; - box-sizing: border-box; - width: 45.83333333%; - } - .ant-col-md-push-11 { - left: 45.83333333%; - } - .ant-col-md-pull-11 { - right: 45.83333333%; - } - .ant-col-md-offset-11 { - margin-left: 45.83333333%; - } - .ant-col-md-order-11 { - order: 11; - } - .ant-col-md-10 { - display: block; - box-sizing: border-box; - width: 41.66666667%; - } - .ant-col-md-push-10 { - left: 41.66666667%; - } - .ant-col-md-pull-10 { - right: 41.66666667%; - } - .ant-col-md-offset-10 { - margin-left: 41.66666667%; - } - .ant-col-md-order-10 { - order: 10; - } - .ant-col-md-9 { - display: block; - box-sizing: border-box; - width: 37.5%; - } - .ant-col-md-push-9 { - left: 37.5%; - } - .ant-col-md-pull-9 { - right: 37.5%; - } - .ant-col-md-offset-9 { - margin-left: 37.5%; - } - .ant-col-md-order-9 { - order: 9; - } - .ant-col-md-8 { - display: block; - box-sizing: border-box; - width: 33.33333333%; - } - .ant-col-md-push-8 { - left: 33.33333333%; - } - .ant-col-md-pull-8 { - right: 33.33333333%; - } - .ant-col-md-offset-8 { - margin-left: 33.33333333%; - } - .ant-col-md-order-8 { - order: 8; - } - .ant-col-md-7 { - display: block; - box-sizing: border-box; - width: 29.16666667%; - } - .ant-col-md-push-7 { - left: 29.16666667%; - } - .ant-col-md-pull-7 { - right: 29.16666667%; - } - .ant-col-md-offset-7 { - margin-left: 29.16666667%; - } - .ant-col-md-order-7 { - order: 7; - } - .ant-col-md-6 { - display: block; - box-sizing: border-box; - width: 25%; - } - .ant-col-md-push-6 { - left: 25%; - } - .ant-col-md-pull-6 { - right: 25%; - } - .ant-col-md-offset-6 { - margin-left: 25%; - } - .ant-col-md-order-6 { - order: 6; - } - .ant-col-md-5 { - display: block; - box-sizing: border-box; - width: 20.83333333%; - } - .ant-col-md-push-5 { - left: 20.83333333%; - } - .ant-col-md-pull-5 { - right: 20.83333333%; - } - .ant-col-md-offset-5 { - margin-left: 20.83333333%; - } - .ant-col-md-order-5 { - order: 5; - } - .ant-col-md-4 { - display: block; - box-sizing: border-box; - width: 16.66666667%; - } - .ant-col-md-push-4 { - left: 16.66666667%; - } - .ant-col-md-pull-4 { - right: 16.66666667%; - } - .ant-col-md-offset-4 { - margin-left: 16.66666667%; - } - .ant-col-md-order-4 { - order: 4; - } - .ant-col-md-3 { - display: block; - box-sizing: border-box; - width: 12.5%; - } - .ant-col-md-push-3 { - left: 12.5%; - } - .ant-col-md-pull-3 { - right: 12.5%; - } - .ant-col-md-offset-3 { - margin-left: 12.5%; - } - .ant-col-md-order-3 { - order: 3; - } - .ant-col-md-2 { - display: block; - box-sizing: border-box; - width: 8.33333333%; - } - .ant-col-md-push-2 { - left: 8.33333333%; - } - .ant-col-md-pull-2 { - right: 8.33333333%; - } - .ant-col-md-offset-2 { - margin-left: 8.33333333%; - } - .ant-col-md-order-2 { - order: 2; - } - .ant-col-md-1 { - display: block; - box-sizing: border-box; - width: 4.16666667%; - } - .ant-col-md-push-1 { - left: 4.16666667%; - } - .ant-col-md-pull-1 { - right: 4.16666667%; - } - .ant-col-md-offset-1 { - margin-left: 4.16666667%; - } - .ant-col-md-order-1 { - order: 1; - } - .ant-col-md-0 { - display: none; - } - .ant-col-push-0 { - left: auto; - } - .ant-col-pull-0 { - right: auto; - } - .ant-col-md-push-0 { - left: auto; - } - .ant-col-md-pull-0 { - right: auto; - } - .ant-col-md-offset-0 { - margin-left: 0; - } - .ant-col-md-order-0 { - order: 0; - } -} -@media (min-width: 992px) { - .ant-col-lg-1, - .ant-col-lg-2, - .ant-col-lg-3, - .ant-col-lg-4, - .ant-col-lg-5, - .ant-col-lg-6, - .ant-col-lg-7, - .ant-col-lg-8, - .ant-col-lg-9, - .ant-col-lg-10, - .ant-col-lg-11, - .ant-col-lg-12, - .ant-col-lg-13, - .ant-col-lg-14, - .ant-col-lg-15, - .ant-col-lg-16, - .ant-col-lg-17, - .ant-col-lg-18, - .ant-col-lg-19, - .ant-col-lg-20, - .ant-col-lg-21, - .ant-col-lg-22, - .ant-col-lg-23, - .ant-col-lg-24 { - flex: 0 0 auto; - float: left; - } - .ant-col-lg-24 { - display: block; - box-sizing: border-box; - width: 100%; - } - .ant-col-lg-push-24 { - left: 100%; - } - .ant-col-lg-pull-24 { - right: 100%; - } - .ant-col-lg-offset-24 { - margin-left: 100%; - } - .ant-col-lg-order-24 { - order: 24; - } - .ant-col-lg-23 { - display: block; - box-sizing: border-box; - width: 95.83333333%; - } - .ant-col-lg-push-23 { - left: 95.83333333%; - } - .ant-col-lg-pull-23 { - right: 95.83333333%; - } - .ant-col-lg-offset-23 { - margin-left: 95.83333333%; - } - .ant-col-lg-order-23 { - order: 23; - } - .ant-col-lg-22 { - display: block; - box-sizing: border-box; - width: 91.66666667%; - } - .ant-col-lg-push-22 { - left: 91.66666667%; - } - .ant-col-lg-pull-22 { - right: 91.66666667%; - } - .ant-col-lg-offset-22 { - margin-left: 91.66666667%; - } - .ant-col-lg-order-22 { - order: 22; - } - .ant-col-lg-21 { - display: block; - box-sizing: border-box; - width: 87.5%; - } - .ant-col-lg-push-21 { - left: 87.5%; - } - .ant-col-lg-pull-21 { - right: 87.5%; - } - .ant-col-lg-offset-21 { - margin-left: 87.5%; - } - .ant-col-lg-order-21 { - order: 21; - } - .ant-col-lg-20 { - display: block; - box-sizing: border-box; - width: 83.33333333%; - } - .ant-col-lg-push-20 { - left: 83.33333333%; - } - .ant-col-lg-pull-20 { - right: 83.33333333%; - } - .ant-col-lg-offset-20 { - margin-left: 83.33333333%; - } - .ant-col-lg-order-20 { - order: 20; - } - .ant-col-lg-19 { - display: block; - box-sizing: border-box; - width: 79.16666667%; - } - .ant-col-lg-push-19 { - left: 79.16666667%; - } - .ant-col-lg-pull-19 { - right: 79.16666667%; - } - .ant-col-lg-offset-19 { - margin-left: 79.16666667%; - } - .ant-col-lg-order-19 { - order: 19; - } - .ant-col-lg-18 { - display: block; - box-sizing: border-box; - width: 75%; - } - .ant-col-lg-push-18 { - left: 75%; - } - .ant-col-lg-pull-18 { - right: 75%; - } - .ant-col-lg-offset-18 { - margin-left: 75%; - } - .ant-col-lg-order-18 { - order: 18; - } - .ant-col-lg-17 { - display: block; - box-sizing: border-box; - width: 70.83333333%; - } - .ant-col-lg-push-17 { - left: 70.83333333%; - } - .ant-col-lg-pull-17 { - right: 70.83333333%; - } - .ant-col-lg-offset-17 { - margin-left: 70.83333333%; - } - .ant-col-lg-order-17 { - order: 17; - } - .ant-col-lg-16 { - display: block; - box-sizing: border-box; - width: 66.66666667%; - } - .ant-col-lg-push-16 { - left: 66.66666667%; - } - .ant-col-lg-pull-16 { - right: 66.66666667%; - } - .ant-col-lg-offset-16 { - margin-left: 66.66666667%; - } - .ant-col-lg-order-16 { - order: 16; - } - .ant-col-lg-15 { - display: block; - box-sizing: border-box; - width: 62.5%; - } - .ant-col-lg-push-15 { - left: 62.5%; - } - .ant-col-lg-pull-15 { - right: 62.5%; - } - .ant-col-lg-offset-15 { - margin-left: 62.5%; - } - .ant-col-lg-order-15 { - order: 15; - } - .ant-col-lg-14 { - display: block; - box-sizing: border-box; - width: 58.33333333%; - } - .ant-col-lg-push-14 { - left: 58.33333333%; - } - .ant-col-lg-pull-14 { - right: 58.33333333%; - } - .ant-col-lg-offset-14 { - margin-left: 58.33333333%; - } - .ant-col-lg-order-14 { - order: 14; - } - .ant-col-lg-13 { - display: block; - box-sizing: border-box; - width: 54.16666667%; - } - .ant-col-lg-push-13 { - left: 54.16666667%; - } - .ant-col-lg-pull-13 { - right: 54.16666667%; - } - .ant-col-lg-offset-13 { - margin-left: 54.16666667%; - } - .ant-col-lg-order-13 { - order: 13; - } - .ant-col-lg-12 { - display: block; - box-sizing: border-box; - width: 50%; - } - .ant-col-lg-push-12 { - left: 50%; - } - .ant-col-lg-pull-12 { - right: 50%; - } - .ant-col-lg-offset-12 { - margin-left: 50%; - } - .ant-col-lg-order-12 { - order: 12; - } - .ant-col-lg-11 { - display: block; - box-sizing: border-box; - width: 45.83333333%; - } - .ant-col-lg-push-11 { - left: 45.83333333%; - } - .ant-col-lg-pull-11 { - right: 45.83333333%; - } - .ant-col-lg-offset-11 { - margin-left: 45.83333333%; - } - .ant-col-lg-order-11 { - order: 11; - } - .ant-col-lg-10 { - display: block; - box-sizing: border-box; - width: 41.66666667%; - } - .ant-col-lg-push-10 { - left: 41.66666667%; - } - .ant-col-lg-pull-10 { - right: 41.66666667%; - } - .ant-col-lg-offset-10 { - margin-left: 41.66666667%; - } - .ant-col-lg-order-10 { - order: 10; - } - .ant-col-lg-9 { - display: block; - box-sizing: border-box; - width: 37.5%; - } - .ant-col-lg-push-9 { - left: 37.5%; - } - .ant-col-lg-pull-9 { - right: 37.5%; - } - .ant-col-lg-offset-9 { - margin-left: 37.5%; - } - .ant-col-lg-order-9 { - order: 9; - } - .ant-col-lg-8 { - display: block; - box-sizing: border-box; - width: 33.33333333%; - } - .ant-col-lg-push-8 { - left: 33.33333333%; - } - .ant-col-lg-pull-8 { - right: 33.33333333%; - } - .ant-col-lg-offset-8 { - margin-left: 33.33333333%; - } - .ant-col-lg-order-8 { - order: 8; - } - .ant-col-lg-7 { - display: block; - box-sizing: border-box; - width: 29.16666667%; - } - .ant-col-lg-push-7 { - left: 29.16666667%; - } - .ant-col-lg-pull-7 { - right: 29.16666667%; - } - .ant-col-lg-offset-7 { - margin-left: 29.16666667%; - } - .ant-col-lg-order-7 { - order: 7; - } - .ant-col-lg-6 { - display: block; - box-sizing: border-box; - width: 25%; - } - .ant-col-lg-push-6 { - left: 25%; - } - .ant-col-lg-pull-6 { - right: 25%; - } - .ant-col-lg-offset-6 { - margin-left: 25%; - } - .ant-col-lg-order-6 { - order: 6; - } - .ant-col-lg-5 { - display: block; - box-sizing: border-box; - width: 20.83333333%; - } - .ant-col-lg-push-5 { - left: 20.83333333%; - } - .ant-col-lg-pull-5 { - right: 20.83333333%; - } - .ant-col-lg-offset-5 { - margin-left: 20.83333333%; - } - .ant-col-lg-order-5 { - order: 5; - } - .ant-col-lg-4 { - display: block; - box-sizing: border-box; - width: 16.66666667%; - } - .ant-col-lg-push-4 { - left: 16.66666667%; - } - .ant-col-lg-pull-4 { - right: 16.66666667%; - } - .ant-col-lg-offset-4 { - margin-left: 16.66666667%; - } - .ant-col-lg-order-4 { - order: 4; - } - .ant-col-lg-3 { - display: block; - box-sizing: border-box; - width: 12.5%; - } - .ant-col-lg-push-3 { - left: 12.5%; - } - .ant-col-lg-pull-3 { - right: 12.5%; - } - .ant-col-lg-offset-3 { - margin-left: 12.5%; - } - .ant-col-lg-order-3 { - order: 3; - } - .ant-col-lg-2 { - display: block; - box-sizing: border-box; - width: 8.33333333%; - } - .ant-col-lg-push-2 { - left: 8.33333333%; - } - .ant-col-lg-pull-2 { - right: 8.33333333%; - } - .ant-col-lg-offset-2 { - margin-left: 8.33333333%; - } - .ant-col-lg-order-2 { - order: 2; - } - .ant-col-lg-1 { - display: block; - box-sizing: border-box; - width: 4.16666667%; - } - .ant-col-lg-push-1 { - left: 4.16666667%; - } - .ant-col-lg-pull-1 { - right: 4.16666667%; - } - .ant-col-lg-offset-1 { - margin-left: 4.16666667%; - } - .ant-col-lg-order-1 { - order: 1; - } - .ant-col-lg-0 { - display: none; - } - .ant-col-push-0 { - left: auto; - } - .ant-col-pull-0 { - right: auto; - } - .ant-col-lg-push-0 { - left: auto; - } - .ant-col-lg-pull-0 { - right: auto; - } - .ant-col-lg-offset-0 { - margin-left: 0; - } - .ant-col-lg-order-0 { - order: 0; - } -} -@media (min-width: 1200px) { - .ant-col-xl-1, - .ant-col-xl-2, - .ant-col-xl-3, - .ant-col-xl-4, - .ant-col-xl-5, - .ant-col-xl-6, - .ant-col-xl-7, - .ant-col-xl-8, - .ant-col-xl-9, - .ant-col-xl-10, - .ant-col-xl-11, - .ant-col-xl-12, - .ant-col-xl-13, - .ant-col-xl-14, - .ant-col-xl-15, - .ant-col-xl-16, - .ant-col-xl-17, - .ant-col-xl-18, - .ant-col-xl-19, - .ant-col-xl-20, - .ant-col-xl-21, - .ant-col-xl-22, - .ant-col-xl-23, - .ant-col-xl-24 { - flex: 0 0 auto; - float: left; - } - .ant-col-xl-24 { - display: block; - box-sizing: border-box; - width: 100%; - } - .ant-col-xl-push-24 { - left: 100%; - } - .ant-col-xl-pull-24 { - right: 100%; - } - .ant-col-xl-offset-24 { - margin-left: 100%; - } - .ant-col-xl-order-24 { - order: 24; - } - .ant-col-xl-23 { - display: block; - box-sizing: border-box; - width: 95.83333333%; - } - .ant-col-xl-push-23 { - left: 95.83333333%; - } - .ant-col-xl-pull-23 { - right: 95.83333333%; - } - .ant-col-xl-offset-23 { - margin-left: 95.83333333%; - } - .ant-col-xl-order-23 { - order: 23; - } - .ant-col-xl-22 { - display: block; - box-sizing: border-box; - width: 91.66666667%; - } - .ant-col-xl-push-22 { - left: 91.66666667%; - } - .ant-col-xl-pull-22 { - right: 91.66666667%; - } - .ant-col-xl-offset-22 { - margin-left: 91.66666667%; - } - .ant-col-xl-order-22 { - order: 22; - } - .ant-col-xl-21 { - display: block; - box-sizing: border-box; - width: 87.5%; - } - .ant-col-xl-push-21 { - left: 87.5%; - } - .ant-col-xl-pull-21 { - right: 87.5%; - } - .ant-col-xl-offset-21 { - margin-left: 87.5%; - } - .ant-col-xl-order-21 { - order: 21; - } - .ant-col-xl-20 { - display: block; - box-sizing: border-box; - width: 83.33333333%; - } - .ant-col-xl-push-20 { - left: 83.33333333%; - } - .ant-col-xl-pull-20 { - right: 83.33333333%; - } - .ant-col-xl-offset-20 { - margin-left: 83.33333333%; - } - .ant-col-xl-order-20 { - order: 20; - } - .ant-col-xl-19 { - display: block; - box-sizing: border-box; - width: 79.16666667%; - } - .ant-col-xl-push-19 { - left: 79.16666667%; - } - .ant-col-xl-pull-19 { - right: 79.16666667%; - } - .ant-col-xl-offset-19 { - margin-left: 79.16666667%; - } - .ant-col-xl-order-19 { - order: 19; - } - .ant-col-xl-18 { - display: block; - box-sizing: border-box; - width: 75%; - } - .ant-col-xl-push-18 { - left: 75%; - } - .ant-col-xl-pull-18 { - right: 75%; - } - .ant-col-xl-offset-18 { - margin-left: 75%; - } - .ant-col-xl-order-18 { - order: 18; - } - .ant-col-xl-17 { - display: block; - box-sizing: border-box; - width: 70.83333333%; - } - .ant-col-xl-push-17 { - left: 70.83333333%; - } - .ant-col-xl-pull-17 { - right: 70.83333333%; - } - .ant-col-xl-offset-17 { - margin-left: 70.83333333%; - } - .ant-col-xl-order-17 { - order: 17; - } - .ant-col-xl-16 { - display: block; - box-sizing: border-box; - width: 66.66666667%; - } - .ant-col-xl-push-16 { - left: 66.66666667%; - } - .ant-col-xl-pull-16 { - right: 66.66666667%; - } - .ant-col-xl-offset-16 { - margin-left: 66.66666667%; - } - .ant-col-xl-order-16 { - order: 16; - } - .ant-col-xl-15 { - display: block; - box-sizing: border-box; - width: 62.5%; - } - .ant-col-xl-push-15 { - left: 62.5%; - } - .ant-col-xl-pull-15 { - right: 62.5%; - } - .ant-col-xl-offset-15 { - margin-left: 62.5%; - } - .ant-col-xl-order-15 { - order: 15; - } - .ant-col-xl-14 { - display: block; - box-sizing: border-box; - width: 58.33333333%; - } - .ant-col-xl-push-14 { - left: 58.33333333%; - } - .ant-col-xl-pull-14 { - right: 58.33333333%; - } - .ant-col-xl-offset-14 { - margin-left: 58.33333333%; - } - .ant-col-xl-order-14 { - order: 14; - } - .ant-col-xl-13 { - display: block; - box-sizing: border-box; - width: 54.16666667%; - } - .ant-col-xl-push-13 { - left: 54.16666667%; - } - .ant-col-xl-pull-13 { - right: 54.16666667%; - } - .ant-col-xl-offset-13 { - margin-left: 54.16666667%; - } - .ant-col-xl-order-13 { - order: 13; - } - .ant-col-xl-12 { - display: block; - box-sizing: border-box; - width: 50%; - } - .ant-col-xl-push-12 { - left: 50%; - } - .ant-col-xl-pull-12 { - right: 50%; - } - .ant-col-xl-offset-12 { - margin-left: 50%; - } - .ant-col-xl-order-12 { - order: 12; - } - .ant-col-xl-11 { - display: block; - box-sizing: border-box; - width: 45.83333333%; - } - .ant-col-xl-push-11 { - left: 45.83333333%; - } - .ant-col-xl-pull-11 { - right: 45.83333333%; - } - .ant-col-xl-offset-11 { - margin-left: 45.83333333%; - } - .ant-col-xl-order-11 { - order: 11; - } - .ant-col-xl-10 { - display: block; - box-sizing: border-box; - width: 41.66666667%; - } - .ant-col-xl-push-10 { - left: 41.66666667%; - } - .ant-col-xl-pull-10 { - right: 41.66666667%; - } - .ant-col-xl-offset-10 { - margin-left: 41.66666667%; - } - .ant-col-xl-order-10 { - order: 10; - } - .ant-col-xl-9 { - display: block; - box-sizing: border-box; - width: 37.5%; - } - .ant-col-xl-push-9 { - left: 37.5%; - } - .ant-col-xl-pull-9 { - right: 37.5%; - } - .ant-col-xl-offset-9 { - margin-left: 37.5%; - } - .ant-col-xl-order-9 { - order: 9; - } - .ant-col-xl-8 { - display: block; - box-sizing: border-box; - width: 33.33333333%; - } - .ant-col-xl-push-8 { - left: 33.33333333%; - } - .ant-col-xl-pull-8 { - right: 33.33333333%; - } - .ant-col-xl-offset-8 { - margin-left: 33.33333333%; - } - .ant-col-xl-order-8 { - order: 8; - } - .ant-col-xl-7 { - display: block; - box-sizing: border-box; - width: 29.16666667%; - } - .ant-col-xl-push-7 { - left: 29.16666667%; - } - .ant-col-xl-pull-7 { - right: 29.16666667%; - } - .ant-col-xl-offset-7 { - margin-left: 29.16666667%; - } - .ant-col-xl-order-7 { - order: 7; - } - .ant-col-xl-6 { - display: block; - box-sizing: border-box; - width: 25%; - } - .ant-col-xl-push-6 { - left: 25%; - } - .ant-col-xl-pull-6 { - right: 25%; - } - .ant-col-xl-offset-6 { - margin-left: 25%; - } - .ant-col-xl-order-6 { - order: 6; - } - .ant-col-xl-5 { - display: block; - box-sizing: border-box; - width: 20.83333333%; - } - .ant-col-xl-push-5 { - left: 20.83333333%; - } - .ant-col-xl-pull-5 { - right: 20.83333333%; - } - .ant-col-xl-offset-5 { - margin-left: 20.83333333%; - } - .ant-col-xl-order-5 { - order: 5; - } - .ant-col-xl-4 { - display: block; - box-sizing: border-box; - width: 16.66666667%; - } - .ant-col-xl-push-4 { - left: 16.66666667%; - } - .ant-col-xl-pull-4 { - right: 16.66666667%; - } - .ant-col-xl-offset-4 { - margin-left: 16.66666667%; - } - .ant-col-xl-order-4 { - order: 4; - } - .ant-col-xl-3 { - display: block; - box-sizing: border-box; - width: 12.5%; - } - .ant-col-xl-push-3 { - left: 12.5%; - } - .ant-col-xl-pull-3 { - right: 12.5%; - } - .ant-col-xl-offset-3 { - margin-left: 12.5%; - } - .ant-col-xl-order-3 { - order: 3; - } - .ant-col-xl-2 { - display: block; - box-sizing: border-box; - width: 8.33333333%; - } - .ant-col-xl-push-2 { - left: 8.33333333%; - } - .ant-col-xl-pull-2 { - right: 8.33333333%; - } - .ant-col-xl-offset-2 { - margin-left: 8.33333333%; - } - .ant-col-xl-order-2 { - order: 2; - } - .ant-col-xl-1 { - display: block; - box-sizing: border-box; - width: 4.16666667%; - } - .ant-col-xl-push-1 { - left: 4.16666667%; - } - .ant-col-xl-pull-1 { - right: 4.16666667%; - } - .ant-col-xl-offset-1 { - margin-left: 4.16666667%; - } - .ant-col-xl-order-1 { - order: 1; - } - .ant-col-xl-0 { - display: none; - } - .ant-col-push-0 { - left: auto; - } - .ant-col-pull-0 { - right: auto; - } - .ant-col-xl-push-0 { - left: auto; - } - .ant-col-xl-pull-0 { - right: auto; - } - .ant-col-xl-offset-0 { - margin-left: 0; - } - .ant-col-xl-order-0 { - order: 0; - } -} -@media (min-width: 1600px) { - .ant-col-xxl-1, - .ant-col-xxl-2, - .ant-col-xxl-3, - .ant-col-xxl-4, - .ant-col-xxl-5, - .ant-col-xxl-6, - .ant-col-xxl-7, - .ant-col-xxl-8, - .ant-col-xxl-9, - .ant-col-xxl-10, - .ant-col-xxl-11, - .ant-col-xxl-12, - .ant-col-xxl-13, - .ant-col-xxl-14, - .ant-col-xxl-15, - .ant-col-xxl-16, - .ant-col-xxl-17, - .ant-col-xxl-18, - .ant-col-xxl-19, - .ant-col-xxl-20, - .ant-col-xxl-21, - .ant-col-xxl-22, - .ant-col-xxl-23, - .ant-col-xxl-24 { - flex: 0 0 auto; - float: left; - } - .ant-col-xxl-24 { - display: block; - box-sizing: border-box; - width: 100%; - } - .ant-col-xxl-push-24 { - left: 100%; - } - .ant-col-xxl-pull-24 { - right: 100%; - } - .ant-col-xxl-offset-24 { - margin-left: 100%; - } - .ant-col-xxl-order-24 { - order: 24; - } - .ant-col-xxl-23 { - display: block; - box-sizing: border-box; - width: 95.83333333%; - } - .ant-col-xxl-push-23 { - left: 95.83333333%; - } - .ant-col-xxl-pull-23 { - right: 95.83333333%; - } - .ant-col-xxl-offset-23 { - margin-left: 95.83333333%; - } - .ant-col-xxl-order-23 { - order: 23; - } - .ant-col-xxl-22 { - display: block; - box-sizing: border-box; - width: 91.66666667%; - } - .ant-col-xxl-push-22 { - left: 91.66666667%; - } - .ant-col-xxl-pull-22 { - right: 91.66666667%; - } - .ant-col-xxl-offset-22 { - margin-left: 91.66666667%; - } - .ant-col-xxl-order-22 { - order: 22; - } - .ant-col-xxl-21 { - display: block; - box-sizing: border-box; - width: 87.5%; - } - .ant-col-xxl-push-21 { - left: 87.5%; - } - .ant-col-xxl-pull-21 { - right: 87.5%; - } - .ant-col-xxl-offset-21 { - margin-left: 87.5%; - } - .ant-col-xxl-order-21 { - order: 21; - } - .ant-col-xxl-20 { - display: block; - box-sizing: border-box; - width: 83.33333333%; - } - .ant-col-xxl-push-20 { - left: 83.33333333%; - } - .ant-col-xxl-pull-20 { - right: 83.33333333%; - } - .ant-col-xxl-offset-20 { - margin-left: 83.33333333%; - } - .ant-col-xxl-order-20 { - order: 20; - } - .ant-col-xxl-19 { - display: block; - box-sizing: border-box; - width: 79.16666667%; - } - .ant-col-xxl-push-19 { - left: 79.16666667%; - } - .ant-col-xxl-pull-19 { - right: 79.16666667%; - } - .ant-col-xxl-offset-19 { - margin-left: 79.16666667%; - } - .ant-col-xxl-order-19 { - order: 19; - } - .ant-col-xxl-18 { - display: block; - box-sizing: border-box; - width: 75%; - } - .ant-col-xxl-push-18 { - left: 75%; - } - .ant-col-xxl-pull-18 { - right: 75%; - } - .ant-col-xxl-offset-18 { - margin-left: 75%; - } - .ant-col-xxl-order-18 { - order: 18; - } - .ant-col-xxl-17 { - display: block; - box-sizing: border-box; - width: 70.83333333%; - } - .ant-col-xxl-push-17 { - left: 70.83333333%; - } - .ant-col-xxl-pull-17 { - right: 70.83333333%; - } - .ant-col-xxl-offset-17 { - margin-left: 70.83333333%; - } - .ant-col-xxl-order-17 { - order: 17; - } - .ant-col-xxl-16 { - display: block; - box-sizing: border-box; - width: 66.66666667%; - } - .ant-col-xxl-push-16 { - left: 66.66666667%; - } - .ant-col-xxl-pull-16 { - right: 66.66666667%; - } - .ant-col-xxl-offset-16 { - margin-left: 66.66666667%; - } - .ant-col-xxl-order-16 { - order: 16; - } - .ant-col-xxl-15 { - display: block; - box-sizing: border-box; - width: 62.5%; - } - .ant-col-xxl-push-15 { - left: 62.5%; - } - .ant-col-xxl-pull-15 { - right: 62.5%; - } - .ant-col-xxl-offset-15 { - margin-left: 62.5%; - } - .ant-col-xxl-order-15 { - order: 15; - } - .ant-col-xxl-14 { - display: block; - box-sizing: border-box; - width: 58.33333333%; - } - .ant-col-xxl-push-14 { - left: 58.33333333%; - } - .ant-col-xxl-pull-14 { - right: 58.33333333%; - } - .ant-col-xxl-offset-14 { - margin-left: 58.33333333%; - } - .ant-col-xxl-order-14 { - order: 14; - } - .ant-col-xxl-13 { - display: block; - box-sizing: border-box; - width: 54.16666667%; - } - .ant-col-xxl-push-13 { - left: 54.16666667%; - } - .ant-col-xxl-pull-13 { - right: 54.16666667%; - } - .ant-col-xxl-offset-13 { - margin-left: 54.16666667%; - } - .ant-col-xxl-order-13 { - order: 13; - } - .ant-col-xxl-12 { - display: block; - box-sizing: border-box; - width: 50%; - } - .ant-col-xxl-push-12 { - left: 50%; - } - .ant-col-xxl-pull-12 { - right: 50%; - } - .ant-col-xxl-offset-12 { - margin-left: 50%; - } - .ant-col-xxl-order-12 { - order: 12; - } - .ant-col-xxl-11 { - display: block; - box-sizing: border-box; - width: 45.83333333%; - } - .ant-col-xxl-push-11 { - left: 45.83333333%; - } - .ant-col-xxl-pull-11 { - right: 45.83333333%; - } - .ant-col-xxl-offset-11 { - margin-left: 45.83333333%; - } - .ant-col-xxl-order-11 { - order: 11; - } - .ant-col-xxl-10 { - display: block; - box-sizing: border-box; - width: 41.66666667%; - } - .ant-col-xxl-push-10 { - left: 41.66666667%; - } - .ant-col-xxl-pull-10 { - right: 41.66666667%; - } - .ant-col-xxl-offset-10 { - margin-left: 41.66666667%; - } - .ant-col-xxl-order-10 { - order: 10; - } - .ant-col-xxl-9 { - display: block; - box-sizing: border-box; - width: 37.5%; - } - .ant-col-xxl-push-9 { - left: 37.5%; - } - .ant-col-xxl-pull-9 { - right: 37.5%; - } - .ant-col-xxl-offset-9 { - margin-left: 37.5%; - } - .ant-col-xxl-order-9 { - order: 9; - } - .ant-col-xxl-8 { - display: block; - box-sizing: border-box; - width: 33.33333333%; - } - .ant-col-xxl-push-8 { - left: 33.33333333%; - } - .ant-col-xxl-pull-8 { - right: 33.33333333%; - } - .ant-col-xxl-offset-8 { - margin-left: 33.33333333%; - } - .ant-col-xxl-order-8 { - order: 8; - } - .ant-col-xxl-7 { - display: block; - box-sizing: border-box; - width: 29.16666667%; - } - .ant-col-xxl-push-7 { - left: 29.16666667%; - } - .ant-col-xxl-pull-7 { - right: 29.16666667%; - } - .ant-col-xxl-offset-7 { - margin-left: 29.16666667%; - } - .ant-col-xxl-order-7 { - order: 7; - } - .ant-col-xxl-6 { - display: block; - box-sizing: border-box; - width: 25%; - } - .ant-col-xxl-push-6 { - left: 25%; - } - .ant-col-xxl-pull-6 { - right: 25%; - } - .ant-col-xxl-offset-6 { - margin-left: 25%; - } - .ant-col-xxl-order-6 { - order: 6; - } - .ant-col-xxl-5 { - display: block; - box-sizing: border-box; - width: 20.83333333%; - } - .ant-col-xxl-push-5 { - left: 20.83333333%; - } - .ant-col-xxl-pull-5 { - right: 20.83333333%; - } - .ant-col-xxl-offset-5 { - margin-left: 20.83333333%; - } - .ant-col-xxl-order-5 { - order: 5; - } - .ant-col-xxl-4 { - display: block; - box-sizing: border-box; - width: 16.66666667%; - } - .ant-col-xxl-push-4 { - left: 16.66666667%; - } - .ant-col-xxl-pull-4 { - right: 16.66666667%; - } - .ant-col-xxl-offset-4 { - margin-left: 16.66666667%; - } - .ant-col-xxl-order-4 { - order: 4; - } - .ant-col-xxl-3 { - display: block; - box-sizing: border-box; - width: 12.5%; - } - .ant-col-xxl-push-3 { - left: 12.5%; - } - .ant-col-xxl-pull-3 { - right: 12.5%; - } - .ant-col-xxl-offset-3 { - margin-left: 12.5%; - } - .ant-col-xxl-order-3 { - order: 3; - } - .ant-col-xxl-2 { - display: block; - box-sizing: border-box; - width: 8.33333333%; - } - .ant-col-xxl-push-2 { - left: 8.33333333%; - } - .ant-col-xxl-pull-2 { - right: 8.33333333%; - } - .ant-col-xxl-offset-2 { - margin-left: 8.33333333%; - } - .ant-col-xxl-order-2 { - order: 2; - } - .ant-col-xxl-1 { - display: block; - box-sizing: border-box; - width: 4.16666667%; - } - .ant-col-xxl-push-1 { - left: 4.16666667%; - } - .ant-col-xxl-pull-1 { - right: 4.16666667%; - } - .ant-col-xxl-offset-1 { - margin-left: 4.16666667%; - } - .ant-col-xxl-order-1 { - order: 1; - } - .ant-col-xxl-0 { - display: none; - } - .ant-col-push-0 { - left: auto; - } - .ant-col-pull-0 { - right: auto; - } - .ant-col-xxl-push-0 { - left: auto; - } - .ant-col-xxl-pull-0 { - right: auto; - } - .ant-col-xxl-offset-0 { - margin-left: 0; - } - .ant-col-xxl-order-0 { - order: 0; - } -} -.ant-input { - box-sizing: border-box; - margin: 0; - padding: 0; - font-variant: tabular-nums; - line-height: 1.5; - list-style: none; - font-feature-settings: 'tnum'; - position: relative; - display: inline-block; - width: 100%; - height: 28px; - padding: 4px 5px; - color: hsl(0, 0%, 90%); - font-size: 14px; - line-height: 28px; - background-color: hsl(0, 0%, 15%); - background-image: none; - border: 1px solid hsl(0, 0%, 40%); - border-radius: 0; - transition: all 0.3s; -} -.ant-input::-moz-placeholder { - color: #bfbfbf; - opacity: 1; -} -.ant-input:-ms-input-placeholder { - color: #bfbfbf; -} -.ant-input::-webkit-input-placeholder { - color: #bfbfbf; -} -.ant-input:hover { - border-color: #c9e6f2; - border-right-width: 1px !important; -} -.ant-input:focus { - border-color: #c9e6f2; - border-right-width: 1px !important; - outline: 0; - box-shadow: 0 0 0 2px hsla(200, 60%, 75%, 0.2); -} -.ant-input-disabled { - color: hsl(0, 0%, 50%); - background-color: hsl(0, 0%, 20%); - cursor: not-allowed; - opacity: 1; -} -.ant-input-disabled:hover { - border-color: #736c6c; - border-right-width: 1px !important; -} -.ant-input[disabled] { - color: hsl(0, 0%, 50%); - background-color: hsl(0, 0%, 20%); - cursor: not-allowed; - opacity: 1; -} -.ant-input[disabled]:hover { - border-color: #736c6c; - border-right-width: 1px !important; -} -textarea.ant-input { - max-width: 100%; - height: auto; - min-height: 28px; - line-height: 1.5; - vertical-align: bottom; - transition: all 0.3s, height 0s; -} -.ant-input-lg { - height: 34px; - padding: 6px 5px; - font-size: 16px; - line-height: 34px; -} -.ant-input-sm { - height: 24px; - padding: 1px 3px; - line-height: 24px; -} -.ant-input-group { - box-sizing: border-box; - margin: 0; - padding: 0; - color: hsl(0, 0%, 90%); - font-size: 14px; - font-variant: tabular-nums; - line-height: 1.5; - list-style: none; - font-feature-settings: 'tnum'; - position: relative; - display: table; - width: 100%; - border-collapse: separate; - border-spacing: 0; -} -.ant-input-group[class*='col-'] { - float: none; - padding-right: 0; - padding-left: 0; -} -.ant-input-group > [class*='col-'] { - padding-right: 8px; -} -.ant-input-group > [class*='col-']:last-child { - padding-right: 0; -} -.ant-input-group-addon, -.ant-input-group-wrap, -.ant-input-group > .ant-input { - display: table-cell; -} -.ant-input-group-addon:not(:first-child):not(:last-child), -.ant-input-group-wrap:not(:first-child):not(:last-child), -.ant-input-group > .ant-input:not(:first-child):not(:last-child) { - border-radius: 0; -} -.ant-input-group-addon, -.ant-input-group-wrap { - width: 1px; - white-space: nowrap; - vertical-align: middle; -} -.ant-input-group-wrap > * { - display: block !important; -} -.ant-input-group .ant-input { - float: left; - width: 100%; - margin-bottom: 0; - text-align: inherit; -} -.ant-input-group .ant-input:focus { - z-index: 1; - border-right-width: 1px; -} -.ant-input-group .ant-input:hover { - z-index: 1; - border-right-width: 1px; -} -.ant-input-group-addon { - position: relative; - padding: 0 5px; - color: hsl(0, 0%, 90%); - font-weight: normal; - font-size: 14px; - line-height: 1; - text-align: center; - background-color: hsl(0, 0%, 40%); - border: 1px solid hsl(0, 0%, 40%); - border-radius: 0; - transition: all 0.3s; -} -.ant-input-group-addon .ant-select { - margin: -5px -5px; -} -.ant-input-group-addon .ant-select .ant-select-selection { - margin: -1px; - background-color: inherit; - border: 1px solid transparent; - box-shadow: none; -} -.ant-input-group-addon .ant-select-open .ant-select-selection, -.ant-input-group-addon .ant-select-focused .ant-select-selection { - color: hsl(200, 60%, 75%); -} -.ant-input-group-addon > i:only-child::after { - position: absolute; - top: 0; - right: 0; - bottom: 0; - left: 0; - content: ''; -} -.ant-input-group > .ant-input:first-child, -.ant-input-group-addon:first-child { - border-top-right-radius: 0; - border-bottom-right-radius: 0; -} -.ant-input-group > .ant-input:first-child .ant-select .ant-select-selection, -.ant-input-group-addon:first-child .ant-select .ant-select-selection { - border-top-right-radius: 0; - border-bottom-right-radius: 0; -} -.ant-input-group > .ant-input-affix-wrapper:not(:first-child) .ant-input { - border-top-left-radius: 0; - border-bottom-left-radius: 0; -} -.ant-input-group > .ant-input-affix-wrapper:not(:last-child) .ant-input { - border-top-right-radius: 0; - border-bottom-right-radius: 0; -} -.ant-input-group-addon:first-child { - border-right: 0; -} -.ant-input-group-addon:last-child { - border-left: 0; -} -.ant-input-group > .ant-input:last-child, -.ant-input-group-addon:last-child { - border-top-left-radius: 0; - border-bottom-left-radius: 0; -} -.ant-input-group > .ant-input:last-child .ant-select .ant-select-selection, -.ant-input-group-addon:last-child .ant-select .ant-select-selection { - border-top-left-radius: 0; - border-bottom-left-radius: 0; -} -.ant-input-group-lg .ant-input, -.ant-input-group-lg > .ant-input-group-addon { - height: 34px; - padding: 6px 5px; - font-size: 16px; - line-height: 34px; -} -.ant-input-group-sm .ant-input, -.ant-input-group-sm > .ant-input-group-addon { - height: 24px; - padding: 1px 3px; - line-height: 24px; -} -.ant-input-group-lg .ant-select-selection--single { - height: 34px; -} -.ant-input-group-sm .ant-select-selection--single { - height: 24px; -} -.ant-input-group .ant-input-affix-wrapper { - display: table-cell; - float: left; - width: 100%; -} -.ant-input-group.ant-input-group-compact { - display: block; - zoom: 1; -} -.ant-input-group.ant-input-group-compact::before, -.ant-input-group.ant-input-group-compact::after { - display: table; - content: ''; -} -.ant-input-group.ant-input-group-compact::after { - clear: both; -} -.ant-input-group.ant-input-group-compact::before, -.ant-input-group.ant-input-group-compact::after { - display: table; - content: ''; -} -.ant-input-group.ant-input-group-compact::after { - clear: both; -} -.ant-input-group.ant-input-group-compact-addon:not(:first-child):not(:last-child), -.ant-input-group.ant-input-group-compact-wrap:not(:first-child):not(:last-child), -.ant-input-group.ant-input-group-compact > .ant-input:not(:first-child):not(:last-child) { - border-right-width: 1px; -} -.ant-input-group.ant-input-group-compact-addon:not(:first-child):not(:last-child):hover, -.ant-input-group.ant-input-group-compact-wrap:not(:first-child):not(:last-child):hover, -.ant-input-group.ant-input-group-compact > .ant-input:not(:first-child):not(:last-child):hover { - z-index: 1; -} -.ant-input-group.ant-input-group-compact-addon:not(:first-child):not(:last-child):focus, -.ant-input-group.ant-input-group-compact-wrap:not(:first-child):not(:last-child):focus, -.ant-input-group.ant-input-group-compact > .ant-input:not(:first-child):not(:last-child):focus { - z-index: 1; -} -.ant-input-group.ant-input-group-compact > * { - display: inline-block; - float: none; - vertical-align: top; - border-radius: 0; -} -.ant-input-group.ant-input-group-compact > *:not(:last-child) { - margin-right: -1px; - border-right-width: 1px; -} -.ant-input-group.ant-input-group-compact .ant-input { - float: none; -} -.ant-input-group.ant-input-group-compact > .ant-select > .ant-select-selection, -.ant-input-group.ant-input-group-compact > .ant-calendar-picker .ant-input, -.ant-input-group.ant-input-group-compact > .ant-select-auto-complete .ant-input, -.ant-input-group.ant-input-group-compact > .ant-cascader-picker .ant-input, -.ant-input-group.ant-input-group-compact > .ant-mention-wrapper .ant-mention-editor, -.ant-input-group.ant-input-group-compact > .ant-time-picker .ant-time-picker-input { - border-right-width: 1px; - border-radius: 0; -} -.ant-input-group.ant-input-group-compact > .ant-select > .ant-select-selection:hover, -.ant-input-group.ant-input-group-compact > .ant-calendar-picker .ant-input:hover, -.ant-input-group.ant-input-group-compact > .ant-select-auto-complete .ant-input:hover, -.ant-input-group.ant-input-group-compact > .ant-cascader-picker .ant-input:hover, -.ant-input-group.ant-input-group-compact > .ant-mention-wrapper .ant-mention-editor:hover, -.ant-input-group.ant-input-group-compact > .ant-time-picker .ant-time-picker-input:hover { - z-index: 1; -} -.ant-input-group.ant-input-group-compact > .ant-select > .ant-select-selection:focus, -.ant-input-group.ant-input-group-compact > .ant-calendar-picker .ant-input:focus, -.ant-input-group.ant-input-group-compact > .ant-select-auto-complete .ant-input:focus, -.ant-input-group.ant-input-group-compact > .ant-cascader-picker .ant-input:focus, -.ant-input-group.ant-input-group-compact > .ant-mention-wrapper .ant-mention-editor:focus, -.ant-input-group.ant-input-group-compact > .ant-time-picker .ant-time-picker-input:focus { - z-index: 1; -} -.ant-input-group.ant-input-group-compact > *:first-child, -.ant-input-group.ant-input-group-compact > .ant-select:first-child > .ant-select-selection, -.ant-input-group.ant-input-group-compact > .ant-calendar-picker:first-child .ant-input, -.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:first-child .ant-input, -.ant-input-group.ant-input-group-compact > .ant-cascader-picker:first-child .ant-input, -.ant-input-group.ant-input-group-compact > .ant-mention-wrapper:first-child .ant-mention-editor, -.ant-input-group.ant-input-group-compact > .ant-time-picker:first-child .ant-time-picker-input { - border-top-left-radius: 0; - border-bottom-left-radius: 0; -} -.ant-input-group.ant-input-group-compact > *:last-child, -.ant-input-group.ant-input-group-compact > .ant-select:last-child > .ant-select-selection, -.ant-input-group.ant-input-group-compact > .ant-calendar-picker:last-child .ant-input, -.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:last-child .ant-input, -.ant-input-group.ant-input-group-compact > .ant-cascader-picker:last-child .ant-input, -.ant-input-group.ant-input-group-compact > .ant-cascader-picker-focused:last-child .ant-input, -.ant-input-group.ant-input-group-compact > .ant-mention-wrapper:last-child .ant-mention-editor, -.ant-input-group.ant-input-group-compact > .ant-time-picker:last-child .ant-time-picker-input { - border-right-width: 1px; - border-top-right-radius: 0; - border-bottom-right-radius: 0; -} -.ant-input-group.ant-input-group-compact > .ant-select-auto-complete .ant-input { - vertical-align: top; -} -.ant-input-group-wrapper { - display: inline-block; - width: 100%; - text-align: start; - vertical-align: top; -} -.ant-input-affix-wrapper { - box-sizing: border-box; - margin: 0; - padding: 0; - color: hsl(0, 0%, 90%); - font-size: 14px; - font-variant: tabular-nums; - line-height: 1.5; - list-style: none; - font-feature-settings: 'tnum'; - position: relative; - display: inline-block; - width: 100%; - text-align: start; -} -.ant-input-affix-wrapper:hover .ant-input:not(.ant-input-disabled) { - border-color: #c9e6f2; - border-right-width: 1px !important; -} -.ant-input-affix-wrapper .ant-input { - position: relative; - text-align: inherit; -} -.ant-input-affix-wrapper .ant-input-prefix, -.ant-input-affix-wrapper .ant-input-suffix { - position: absolute; - top: 50%; - z-index: 2; - color: hsl(0, 0%, 90%); - line-height: 0; - transform: translateY(-50%); -} -.ant-input-affix-wrapper .ant-input-prefix :not(.anticon), -.ant-input-affix-wrapper .ant-input-suffix :not(.anticon) { - line-height: 1.5; -} -.ant-input-affix-wrapper .ant-input-prefix { - left: 6px; -} -.ant-input-affix-wrapper .ant-input-suffix { - right: 6px; -} -.ant-input-affix-wrapper .ant-input:not(:first-child) { - padding-left: 24px; -} -.ant-input-affix-wrapper .ant-input:not(:last-child) { - padding-right: 24px; -} -.ant-input-affix-wrapper .ant-input { - min-height: 100%; -} -.ant-input-password-icon { - color: hsl(0, 0%, 35%); - cursor: pointer; - transition: all 0.3s; -} -.ant-input-password-icon:hover { - color: #333; -} -.ant-input-clear-icon { - color: hsl(0, 0%, 50%); - font-size: 12px; - vertical-align: top; - cursor: pointer; - transition: color 0.3s; -} -.ant-input-clear-icon:hover { - color: hsl(0, 0%, 35%); -} -.ant-input-clear-icon:active { - color: hsl(0, 0%, 90%); -} -.ant-input-clear-icon + i { - margin-left: 6px; -} -.ant-input-search-icon { - color: hsl(0, 0%, 35%); - cursor: pointer; - transition: all 0.3s; -} -.ant-input-search-icon:hover { - color: rgba(0, 0, 0, 0.8); -} -.ant-input-search-enter-button input { - border-right: 0; -} -.ant-input-search-enter-button + .ant-input-group-addon, -.ant-input-search-enter-button input + .ant-input-group-addon { - padding: 0; - border: 0; -} -.ant-input-search-enter-button + .ant-input-group-addon .ant-input-search-button, -.ant-input-search-enter-button input + .ant-input-group-addon .ant-input-search-button { - width: 100%; - border-top-left-radius: 0; - border-bottom-left-radius: 0; -} -.ant-input-number { - box-sizing: border-box; - font-variant: tabular-nums; - line-height: 1.5; - list-style: none; - font-feature-settings: 'tnum'; - position: relative; - width: 100%; - height: 28px; - padding: 4px 5px; - color: hsl(0, 0%, 90%); - font-size: 14px; - line-height: 28px; - background-color: hsl(0, 0%, 15%); - background-image: none; - transition: all 0.3s; - display: inline-block; - width: 90px; - margin: 0; - padding: 0; - border: 1px solid hsl(0, 0%, 40%); - border-radius: 0; -} -.ant-input-number::-moz-placeholder { - color: #bfbfbf; - opacity: 1; -} -.ant-input-number:-ms-input-placeholder { - color: #bfbfbf; -} -.ant-input-number::-webkit-input-placeholder { - color: #bfbfbf; -} -.ant-input-number:hover { - border-color: #c9e6f2; - border-right-width: 1px !important; -} -.ant-input-number:focus { - border-color: #c9e6f2; - border-right-width: 1px !important; - outline: 0; - box-shadow: 0 0 0 2px hsla(200, 60%, 75%, 0.2); -} -.ant-input-number-disabled { - color: hsl(0, 0%, 50%); - background-color: hsl(0, 0%, 20%); - cursor: not-allowed; - opacity: 1; -} -.ant-input-number-disabled:hover { - border-color: #736c6c; - border-right-width: 1px !important; -} -.ant-input-number[disabled] { - color: hsl(0, 0%, 50%); - background-color: hsl(0, 0%, 20%); - cursor: not-allowed; - opacity: 1; -} -.ant-input-number[disabled]:hover { - border-color: #736c6c; - border-right-width: 1px !important; -} -textarea.ant-input-number { - max-width: 100%; - height: auto; - min-height: 28px; - line-height: 1.5; - vertical-align: bottom; - transition: all 0.3s, height 0s; -} -.ant-input-number-lg { - height: 34px; - padding: 6px 5px; - font-size: 16px; - line-height: 34px; -} -.ant-input-number-sm { - height: 24px; - padding: 1px 3px; - line-height: 24px; -} -.ant-input-number-handler { - position: relative; - display: block; - width: 100%; - height: 50%; - overflow: hidden; - color: hsl(0, 0%, 35%); - font-weight: bold; - line-height: 0; - text-align: center; - transition: all 0.1s linear; -} -.ant-input-number-handler:active { - background: #f4f4f4; -} -.ant-input-number-handler:hover .ant-input-number-handler-up-inner, -.ant-input-number-handler:hover .ant-input-number-handler-down-inner { - color: hsl(200, 10%, 60%); -} -.ant-input-number-handler-up-inner, -.ant-input-number-handler-down-inner { - display: inline-block; - color: inherit; - font-style: normal; - line-height: 0; - text-align: center; - text-transform: none; - vertical-align: -0.125em; - text-rendering: optimizeLegibility; - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; - position: absolute; - right: 4px; - width: 12px; - height: 12px; - color: hsl(0, 0%, 35%); - line-height: 12px; - transition: all 0.1s linear; - user-select: none; -} -.ant-input-number-handler-up-inner > *, -.ant-input-number-handler-down-inner > * { - line-height: 1; -} -.ant-input-number-handler-up-inner svg, -.ant-input-number-handler-down-inner svg { - display: inline-block; -} -.ant-input-number-handler-up-inner::before, -.ant-input-number-handler-down-inner::before { - display: none; -} -.ant-input-number-handler-up-inner .ant-input-number-handler-up-inner-icon, -.ant-input-number-handler-up-inner .ant-input-number-handler-down-inner-icon, -.ant-input-number-handler-down-inner .ant-input-number-handler-up-inner-icon, -.ant-input-number-handler-down-inner .ant-input-number-handler-down-inner-icon { - display: block; -} -.ant-input-number:hover { - border-color: #c9e6f2; - border-right-width: 1px !important; -} -.ant-input-number-focused { - border-color: #c9e6f2; - border-right-width: 1px !important; - outline: 0; - box-shadow: 0 0 0 2px hsla(200, 60%, 75%, 0.2); -} -.ant-input-number-disabled { - color: hsl(0, 0%, 50%); - background-color: hsl(0, 0%, 20%); - cursor: not-allowed; - opacity: 1; -} -.ant-input-number-disabled:hover { - border-color: #736c6c; - border-right-width: 1px !important; -} -.ant-input-number-disabled .ant-input-number-input { - cursor: not-allowed; -} -.ant-input-number-disabled .ant-input-number-handler-wrap { - display: none; -} -.ant-input-number-input { - width: 100%; - height: 26px; - padding: 0 5px; - text-align: left; - background-color: transparent; - border: 0; - border-radius: 0; - outline: 0; - transition: all 0.3s linear; - -moz-appearance: textfield !important; -} -.ant-input-number-input::-moz-placeholder { - color: #bfbfbf; - opacity: 1; -} -.ant-input-number-input:-ms-input-placeholder { - color: #bfbfbf; -} -.ant-input-number-input::-webkit-input-placeholder { - color: #bfbfbf; -} -.ant-input-number-input[type='number']::-webkit-inner-spin-button, -.ant-input-number-input[type='number']::-webkit-outer-spin-button { - margin: 0; - -webkit-appearance: none; -} -.ant-input-number-lg { - padding: 0; - font-size: 16px; -} -.ant-input-number-lg input { - height: 32px; -} -.ant-input-number-sm { - padding: 0; -} -.ant-input-number-sm input { - height: 22px; - padding: 0 3px; -} -.ant-input-number-handler-wrap { - position: absolute; - top: 0; - right: 0; - width: 22px; - height: 100%; - background: hsl(0, 0%, 20%); - border-left: 1px solid hsl(0, 0%, 40%); - border-radius: 0 0 0 0; - opacity: 0; - transition: opacity 0.24s linear 0.1s; -} -.ant-input-number-handler-wrap .ant-input-number-handler .ant-input-number-handler-up-inner, -.ant-input-number-handler-wrap .ant-input-number-handler .ant-input-number-handler-down-inner { - display: inline-block; - font-size: 12px; - font-size: 7px \9; - transform: scale(0.58333333) rotate(0deg); - min-width: auto; - margin-right: 0; -} -:root .ant-input-number-handler-wrap .ant-input-number-handler .ant-input-number-handler-up-inner, -:root .ant-input-number-handler-wrap .ant-input-number-handler .ant-input-number-handler-down-inner { - font-size: 12px; -} -.ant-input-number-handler-wrap:hover .ant-input-number-handler { - height: 40%; -} -.ant-input-number:hover .ant-input-number-handler-wrap { - opacity: 1; -} -.ant-input-number-handler-up { - cursor: pointer; -} -.ant-input-number-handler-up-inner { - top: 50%; - margin-top: -5px; - text-align: center; -} -.ant-input-number-handler-up:hover { - height: 60% !important; -} -.ant-input-number-handler-down { - top: 0; - border-top: 1px solid hsl(0, 0%, 40%); - cursor: pointer; -} -.ant-input-number-handler-down-inner { - top: 50%; - margin-top: -6px; - text-align: center; -} -.ant-input-number-handler-down:hover { - height: 60% !important; -} -.ant-input-number-handler-up-disabled, -.ant-input-number-handler-down-disabled { - cursor: not-allowed; -} -.ant-input-number-handler-up-disabled:hover .ant-input-number-handler-up-inner, -.ant-input-number-handler-down-disabled:hover .ant-input-number-handler-down-inner { - color: hsl(0, 0%, 50%); -} -.ant-layout { - display: flex; - flex: auto; - flex-direction: column; - /* fix firefox can't set height smaller than content on flex item */ - min-height: 0; - background: cyan; -} -.ant-layout, -.ant-layout * { - box-sizing: border-box; -} -.ant-layout.ant-layout-has-sider { - flex-direction: row; -} -.ant-layout.ant-layout-has-sider > .ant-layout, -.ant-layout.ant-layout-has-sider > .ant-layout-content { - overflow-x: hidden; -} -.ant-layout-header, -.ant-layout-footer { - flex: 0 0 auto; -} -.ant-layout-header { - height: 64px; - padding: 0 50px; - line-height: 64px; - background: lime; -} -.ant-layout-footer { - padding: 24px 50px; - color: hsl(0, 0%, 90%); - font-size: 14px; - background: cyan; -} -.ant-layout-content { - flex: auto; - /* fix firefox can't set height smaller than content on flex item */ - min-height: 0; -} -.ant-layout-sider { - position: relative; - /* fix firefox can't set width smaller than content on flex item */ - min-width: 0; - background: lime; - transition: all 0.2s; -} -.ant-layout-sider-children { - height: 100%; - margin-top: -0.1px; - padding-top: 0.1px; -} -.ant-layout-sider-has-trigger { - padding-bottom: 48px; -} -.ant-layout-sider-right { - order: 1; -} -.ant-layout-sider-trigger { - position: fixed; - bottom: 0; - z-index: 1; - height: 48px; - color: magenta; - line-height: 48px; - text-align: center; - background: purple; - cursor: pointer; - transition: all 0.2s; -} -.ant-layout-sider-zero-width > * { - overflow: hidden; -} -.ant-layout-sider-zero-width-trigger { - position: absolute; - top: 64px; - right: -36px; - z-index: 1; - width: 36px; - height: 42px; - color: magenta; - font-size: 18px; - line-height: 42px; - text-align: center; - background: lime; - border-radius: 0 0 0 0; - cursor: pointer; - transition: background 0.3s ease; -} -.ant-layout-sider-zero-width-trigger:hover { - background: #19ff19; -} -.ant-layout-sider-zero-width-trigger-right { - left: -36px; -} -.ant-layout-sider-light { - background: #fff; -} -.ant-layout-sider-light .ant-layout-sider-trigger { - color: hsl(0, 0%, 90%); - background: #fff; -} -.ant-layout-sider-light .ant-layout-sider-zero-width-trigger { - color: hsl(0, 0%, 90%); - background: #fff; -} -.ant-list { - box-sizing: border-box; - margin: 0; - padding: 0; - color: hsl(0, 0%, 90%); - font-size: 14px; - font-variant: tabular-nums; - line-height: 1.5; - list-style: none; - font-feature-settings: 'tnum'; - position: relative; -} -.ant-list * { - outline: none; -} -.ant-list-pagination { - margin-top: 24px; - text-align: right; -} -.ant-list-more { - margin-top: 12px; - text-align: center; -} -.ant-list-more button { - padding-right: 32px; - padding-left: 32px; -} -.ant-list-spin { - min-height: 40px; - text-align: center; -} -.ant-list-empty-text { - padding: 8px; - color: hsl(0, 0%, 50%); - font-size: 14px; - text-align: center; -} -.ant-list-items { - margin: 0; - padding: 0; - list-style: none; -} -.ant-list-item { - display: flex; - align-items: center; - padding: 6px 0; -} -.ant-list-item-content { - color: hsl(0, 0%, 90%); -} -.ant-list-item-meta { - display: flex; - flex: 1; - align-items: flex-start; - font-size: 0; -} -.ant-list-item-meta-avatar { - margin-right: 8px; -} -.ant-list-item-meta-content { - flex: 1 0; -} -.ant-list-item-meta-title { - margin-bottom: 4px; - color: hsl(0, 0%, 90%); - font-size: 14px; - line-height: 22px; -} -.ant-list-item-meta-title > a { - color: hsl(0, 0%, 90%); - transition: all 0.3s; -} -.ant-list-item-meta-title > a:hover { - color: hsl(200, 60%, 75%); -} -.ant-list-item-meta-description { - color: hsl(0, 0%, 35%); - font-size: 14px; - line-height: 22px; -} -.ant-list-item-action { - flex: 0 0 auto; - margin-left: 48px; - padding: 0; - font-size: 0; - list-style: none; -} -.ant-list-item-action > li { - position: relative; - display: inline-block; - padding: 0 8px; - color: hsl(0, 0%, 35%); - font-size: 14px; - line-height: 22px; - text-align: center; - cursor: pointer; -} -.ant-list-item-action > li:first-child { - padding-left: 0; -} -.ant-list-item-action-split { - position: absolute; - top: 50%; - right: 0; - width: 1px; - height: 14px; - margin-top: -7px; - background-color: hsl(0, 0%, 30%); -} -.ant-list-header { - background: transparent; -} -.ant-list-footer { - background: transparent; -} -.ant-list-header, -.ant-list-footer { - padding-top: 12px; - padding-bottom: 12px; -} -.ant-list-empty { - padding: 16px 0; - color: hsl(0, 0%, 35%); - font-size: 12px; - text-align: center; -} -.ant-list-split .ant-list-item { - border-bottom: 1px solid hsl(0, 0%, 30%); -} -.ant-list-split .ant-list-item:last-child { - border-bottom: none; -} -.ant-list-split .ant-list-header { - border-bottom: 1px solid hsl(0, 0%, 30%); -} -.ant-list-loading .ant-list-spin-nested-loading { - min-height: 32px; -} -.ant-list-something-after-last-item .ant-spin-container > .ant-list-items > .ant-list-item:last-child { - border-bottom: 1px solid hsl(0, 0%, 30%); -} -.ant-list-lg .ant-list-item { - padding-top: 16px; - padding-bottom: 16px; -} -.ant-list-sm .ant-list-item { - padding-top: 8px; - padding-bottom: 8px; -} -.ant-list-vertical .ant-list-item { - align-items: initial; -} -.ant-list-vertical .ant-list-item-main { - display: block; - flex: 1; -} -.ant-list-vertical .ant-list-item-extra { - margin-left: 40px; -} -.ant-list-vertical .ant-list-item-meta { - margin-bottom: 8px; -} -.ant-list-vertical .ant-list-item-meta-title { - margin-bottom: 6px; - color: hsl(0, 0%, 85%); - font-size: 16px; - line-height: 24px; -} -.ant-list-vertical .ant-list-item-action { - margin-top: 8px; - margin-left: auto; -} -.ant-list-vertical .ant-list-item-action > li { - padding: 0 16px; -} -.ant-list-vertical .ant-list-item-action > li:first-child { - padding-left: 0; -} -.ant-list-grid .ant-list-item { - display: block; - max-width: 100%; - margin-bottom: 16px; - padding-top: 0; - padding-bottom: 0; - border-bottom: none; -} -.ant-list-item-no-flex { - display: block; -} -.ant-list:not(.ant-list-vertical) .ant-list-item-no-flex .ant-list-item-action { - float: right; -} -.ant-list-bordered { - border: 1px solid hsl(0, 0%, 40%); - border-radius: 0; -} -.ant-list-bordered .ant-list-header { - padding-right: 24px; - padding-left: 24px; -} -.ant-list-bordered .ant-list-footer { - padding-right: 24px; - padding-left: 24px; -} -.ant-list-bordered .ant-list-item { - padding-right: 24px; - padding-left: 24px; - border-bottom: 1px solid hsl(0, 0%, 30%); -} -.ant-list-bordered .ant-list-pagination { - margin: 16px 24px; -} -.ant-list-bordered.ant-list-sm .ant-list-item { - padding-right: 16px; - padding-left: 16px; -} -.ant-list-bordered.ant-list-sm .ant-list-header, -.ant-list-bordered.ant-list-sm .ant-list-footer { - padding: 8px 16px; -} -.ant-list-bordered.ant-list-lg .ant-list-header, -.ant-list-bordered.ant-list-lg .ant-list-footer { - padding: 16px 24px; -} -@media screen and (max-width: 768px) { - .ant-list-item-action { - margin-left: 24px; - } - .ant-list-vertical .ant-list-item-extra { - margin-left: 24px; - } -} -@media screen and (max-width: 576px) { - .ant-list-item { - flex-wrap: wrap; - } - .ant-list-item-action { - margin-left: 12px; - } - .ant-list-vertical .ant-list-item { - flex-wrap: wrap-reverse; - } - .ant-list-vertical .ant-list-item-main { - min-width: 220px; - } - .ant-list-vertical .ant-list-item-extra { - margin: auto auto 16px; - } -} -.ant-mentions-wrapper { - box-sizing: border-box; - margin: 0; - padding: 0; - color: hsl(0, 0%, 90%); - font-size: 14px; - font-variant: tabular-nums; - line-height: 1.5; - list-style: none; - font-feature-settings: 'tnum'; - position: relative; - display: inline-block; - width: 100%; - vertical-align: middle; -} -.ant-mentions-wrapper .ant-mentions-editor { - position: relative; - display: inline-block; - width: 100%; - height: 28px; - padding: 4px 5px; - color: hsl(0, 0%, 90%); - font-size: 14px; - line-height: 28px; - background-color: hsl(0, 0%, 15%); - background-image: none; - border: 1px solid hsl(0, 0%, 40%); - border-radius: 0; - transition: all 0.3s; - display: block; - height: auto; - min-height: 28px; - padding: 0; - line-height: 1.5; -} -.ant-mentions-wrapper .ant-mentions-editor::-moz-placeholder { - color: #bfbfbf; - opacity: 1; -} -.ant-mentions-wrapper .ant-mentions-editor:-ms-input-placeholder { - color: #bfbfbf; -} -.ant-mentions-wrapper .ant-mentions-editor::-webkit-input-placeholder { - color: #bfbfbf; -} -.ant-mentions-wrapper .ant-mentions-editor:hover { - border-color: #c9e6f2; - border-right-width: 1px !important; -} -.ant-mentions-wrapper .ant-mentions-editor:focus { - border-color: #c9e6f2; - border-right-width: 1px !important; - outline: 0; - box-shadow: 0 0 0 2px hsla(200, 60%, 75%, 0.2); -} -.ant-mentions-wrapper .ant-mentions-editor-disabled { - color: hsl(0, 0%, 50%); - background-color: hsl(0, 0%, 20%); - cursor: not-allowed; - opacity: 1; -} -.ant-mentions-wrapper .ant-mentions-editor-disabled:hover { - border-color: #736c6c; - border-right-width: 1px !important; -} -.ant-mentions-wrapper .ant-mentions-editor[disabled] { - color: hsl(0, 0%, 50%); - background-color: hsl(0, 0%, 20%); - cursor: not-allowed; - opacity: 1; -} -.ant-mentions-wrapper .ant-mentions-editor[disabled]:hover { - border-color: #736c6c; - border-right-width: 1px !important; -} -textarea.ant-mentions-wrapper .ant-mentions-editor { - max-width: 100%; - height: auto; - min-height: 28px; - line-height: 1.5; - vertical-align: bottom; - transition: all 0.3s, height 0s; -} -.ant-mentions-wrapper .ant-mentions-editor-lg { - height: 34px; - padding: 6px 5px; - font-size: 16px; - line-height: 34px; -} -.ant-mentions-wrapper .ant-mentions-editor-sm { - height: 24px; - padding: 1px 3px; - line-height: 24px; -} -.ant-mentions-wrapper .ant-mentions-editor-wrapper { - height: auto; - overflow-y: auto; -} -.ant-mentions-wrapper.ant-mentions-active:not(.disabled) .ant-mentions-editor { - border-color: #c9e6f2; - border-right-width: 1px !important; - outline: 0; - box-shadow: 0 0 0 2px hsla(200, 60%, 75%, 0.2); -} -.ant-mentions-wrapper.disabled .ant-mentions-editor { - color: hsl(0, 0%, 50%); - background-color: hsl(0, 0%, 20%); - cursor: not-allowed; - opacity: 1; -} -.ant-mentions-wrapper.disabled .ant-mentions-editor:hover { - border-color: #736c6c; - border-right-width: 1px !important; -} -.ant-mentions-wrapper .public-DraftEditorPlaceholder-root { - position: absolute; - pointer-events: none; -} -.ant-mentions-wrapper .public-DraftEditorPlaceholder-root .public-DraftEditorPlaceholder-inner { - height: auto; - padding: 5px 5px; - color: #bfbfbf; - white-space: pre-wrap; - word-wrap: break-word; - outline: none; - opacity: 1; -} -.ant-mentions-wrapper .DraftEditor-editorContainer .public-DraftEditor-content { - height: auto; - padding: 5px 5px; -} -.ant-mentions-dropdown { - box-sizing: border-box; - margin: 0; - padding: 0; - color: hsl(0, 0%, 90%); - font-size: 14px; - font-variant: tabular-nums; - line-height: 1.5; - list-style: none; - font-feature-settings: 'tnum'; - position: absolute; - top: -9999px; - left: -9999px; - z-index: 1050; - min-width: 120px; - max-height: 250px; - margin-top: 1.5em; - overflow-x: hidden; - overflow-y: auto; - background-color: hsl(0, 0%, 20%); - border-radius: 0; - outline: none; - box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15); -} -.ant-mentions-dropdown-placement-top { - margin-top: -0.1em; -} -.ant-mentions-dropdown-notfound.ant-mentions-dropdown-item { - color: hsl(0, 0%, 50%); -} -.ant-mentions-dropdown-notfound.ant-mentions-dropdown-item .anticon-loading { - display: block; - color: hsl(200, 60%, 75%); - text-align: center; -} -.ant-mentions-dropdown-item { - position: relative; - display: block; - padding: 5px 6px; - overflow: hidden; - color: hsl(0, 0%, 90%); - font-weight: normal; - line-height: 22px; - white-space: nowrap; - text-overflow: ellipsis; - cursor: pointer; - transition: background 0.3s; -} -.ant-mentions-dropdown-item:hover { - background-color: hsl(200, 30%, 30%); -} -.ant-mentions-dropdown-item.focus, -.ant-mentions-dropdown-item-active { - background-color: hsl(200, 50%, 30%); -} -.ant-mentions-dropdown-item-disabled { - color: hsl(0, 0%, 50%); - cursor: not-allowed; -} -.ant-mentions-dropdown-item-disabled:hover { - color: hsl(0, 0%, 50%); - background-color: hsl(0, 0%, 20%); - cursor: not-allowed; -} -.ant-mentions-dropdown-item-selected, -.ant-mentions-dropdown-item-selected:hover { - color: hsl(0, 0%, 90%); - font-weight: bold; - background-color: hsl(0, 0%, 20%); -} -.ant-mentions-dropdown-item-divider { - height: 1px; - margin: 1px 0; - overflow: hidden; - line-height: 0; - background-color: hsl(0, 0%, 30%); -} -.ant-mentions { - box-sizing: border-box; - margin: 0; - font-variant: tabular-nums; - line-height: 1.5; - list-style: none; - font-feature-settings: 'tnum'; - width: 100%; - height: 28px; - padding: 4px 5px; - color: hsl(0, 0%, 90%); - font-size: 14px; - line-height: 28px; - background-color: hsl(0, 0%, 15%); - background-image: none; - border: 1px solid hsl(0, 0%, 40%); - border-radius: 0; - transition: all 0.3s; - position: relative; - display: inline-block; - height: auto; - line-height: unset; - padding: 0; - overflow: hidden; - white-space: pre-wrap; - vertical-align: bottom; -} -.ant-mentions::-moz-placeholder { - color: #bfbfbf; - opacity: 1; -} -.ant-mentions:-ms-input-placeholder { - color: #bfbfbf; -} -.ant-mentions::-webkit-input-placeholder { - color: #bfbfbf; -} -.ant-mentions:hover { - border-color: #c9e6f2; - border-right-width: 1px !important; -} -.ant-mentions:focus { - border-color: #c9e6f2; - border-right-width: 1px !important; - outline: 0; - box-shadow: 0 0 0 2px hsla(200, 60%, 75%, 0.2); -} -.ant-mentions-disabled { - color: hsl(0, 0%, 50%); - background-color: hsl(0, 0%, 20%); - cursor: not-allowed; - opacity: 1; -} -.ant-mentions-disabled:hover { - border-color: #736c6c; - border-right-width: 1px !important; -} -.ant-mentions[disabled] { - color: hsl(0, 0%, 50%); - background-color: hsl(0, 0%, 20%); - cursor: not-allowed; - opacity: 1; -} -.ant-mentions[disabled]:hover { - border-color: #736c6c; - border-right-width: 1px !important; -} -textarea.ant-mentions { - max-width: 100%; - height: auto; - min-height: 28px; - line-height: 1.5; - vertical-align: bottom; - transition: all 0.3s, height 0s; -} -.ant-mentions-lg { - height: 34px; - padding: 6px 5px; - font-size: 16px; - line-height: 34px; -} -.ant-mentions-sm { - height: 24px; - padding: 1px 3px; - line-height: 24px; -} -.ant-mentions-disabled > textarea { - color: hsl(0, 0%, 50%); - background-color: hsl(0, 0%, 20%); - cursor: not-allowed; - opacity: 1; -} -.ant-mentions-disabled > textarea:hover { - border-color: #736c6c; - border-right-width: 1px !important; -} -.ant-mentions-focused { - border-color: #c9e6f2; - border-right-width: 1px !important; - outline: 0; - box-shadow: 0 0 0 2px hsla(200, 60%, 75%, 0.2); -} -.ant-mentions > textarea, -.ant-mentions-measure { - margin: 0; - padding: 4px 5px; - overflow: inherit; - overflow-x: initial; - overflow-y: auto; - font-weight: inherit; - font-size: inherit; - font-family: inherit; - font-style: inherit; - font-variant: inherit; - font-size-adjust: inherit; - font-stretch: inherit; - line-height: inherit; - direction: inherit; - letter-spacing: inherit; - white-space: inherit; - text-align: inherit; - vertical-align: top; - word-wrap: break-word; - word-break: inherit; - tab-size: inherit; -} -.ant-mentions > textarea { - width: 100%; - border: none; - outline: none; - resize: none; -} -.ant-mentions > textarea::-moz-placeholder { - color: #bfbfbf; - opacity: 1; -} -.ant-mentions > textarea:-ms-input-placeholder { - color: #bfbfbf; -} -.ant-mentions > textarea::-webkit-input-placeholder { - color: #bfbfbf; -} -.ant-mentions > textarea:read-only { - cursor: default; -} -.ant-mentions-measure { - position: absolute; - top: 0; - right: 0; - bottom: 0; - left: 0; - z-index: -1; - color: transparent; - pointer-events: none; -} -.ant-mentions-dropdown { - margin: 0; - padding: 0; - color: hsl(0, 0%, 90%); - font-variant: tabular-nums; - line-height: 1.5; - list-style: none; - font-feature-settings: 'tnum'; - position: absolute; - top: -9999px; - left: -9999px; - z-index: 1050; - box-sizing: border-box; - font-size: 14px; - font-variant: initial; - background-color: hsl(0, 0%, 20%); - border-radius: 0; - outline: none; - box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15); -} -.ant-mentions-dropdown-hidden { - display: none; -} -.ant-mentions-dropdown-menu { - max-height: 250px; - margin-bottom: 0; - padding-left: 0; - overflow: auto; - list-style: none; - outline: none; -} -.ant-mentions-dropdown-menu-item { - position: relative; - display: block; - min-width: 100px; - padding: 5px 6px; - overflow: hidden; - color: hsl(0, 0%, 90%); - font-weight: normal; - line-height: 22px; - white-space: nowrap; - text-overflow: ellipsis; - cursor: pointer; - transition: background 0.3s ease; -} -.ant-mentions-dropdown-menu-item:hover { - background-color: hsl(200, 30%, 30%); -} -.ant-mentions-dropdown-menu-item:first-child { - border-radius: 0 0 0 0; -} -.ant-mentions-dropdown-menu-item:last-child { - border-radius: 0 0 0 0; -} -.ant-mentions-dropdown-menu-item-disabled { - color: hsl(0, 0%, 50%); - cursor: not-allowed; -} -.ant-mentions-dropdown-menu-item-disabled:hover { - color: hsl(0, 0%, 50%); - background-color: hsl(0, 0%, 20%); - cursor: not-allowed; -} -.ant-mentions-dropdown-menu-item-selected { - color: hsl(0, 0%, 90%); - font-weight: 600; - background-color: hsl(0, 0%, 40%); -} -.ant-mentions-dropdown-menu-item-active { - background-color: hsl(200, 50%, 30%); -} -.ant-menu { - box-sizing: border-box; - margin: 0; - padding: 0; - font-size: 14px; - font-variant: tabular-nums; - line-height: 1.5; - font-feature-settings: 'tnum'; - margin-bottom: 0; - padding-left: 0; - color: hsl(0, 0%, 90%); - line-height: 0; - list-style: none; - background: hsl(0, 0%, 20%); - outline: none; - box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15); - transition: background 0.3s, width 0.2s; - zoom: 1; -} -.ant-menu::before, -.ant-menu::after { - display: table; - content: ''; -} -.ant-menu::after { - clear: both; -} -.ant-menu::before, -.ant-menu::after { - display: table; - content: ''; -} -.ant-menu::after { - clear: both; -} -.ant-menu ul, -.ant-menu ol { - margin: 0; - padding: 0; - list-style: none; -} -.ant-menu-hidden { - display: none; -} -.ant-menu-item-group-title { - padding: 8px 16px; - color: hsl(0, 0%, 35%); - font-size: 14px; - line-height: 1.5; - transition: all 0.3s; -} -.ant-menu-submenu, -.ant-menu-submenu-inline { - transition: border-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), padding 0.15s cubic-bezier(0.645, 0.045, 0.355, 1); -} -.ant-menu-submenu-selected { - color: hsl(200, 60%, 75%); -} -.ant-menu-item:active, -.ant-menu-submenu-title:active { - background: hsl(200, 50%, 30%); -} -.ant-menu-submenu .ant-menu-sub { - cursor: initial; - transition: background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); -} -.ant-menu-item > a { - display: block; - color: hsl(0, 0%, 90%); -} -.ant-menu-item > a:hover { - color: hsl(200, 60%, 75%); -} -.ant-menu-item > a::before { - position: absolute; - top: 0; - right: 0; - bottom: 0; - left: 0; - background-color: transparent; - content: ''; -} -.ant-menu-item-divider { - height: 1px; - overflow: hidden; - line-height: 0; - background-color: hsl(0, 0%, 30%); -} -.ant-menu-item:hover, -.ant-menu-item-active, -.ant-menu:not(.ant-menu-inline) .ant-menu-submenu-open, -.ant-menu-submenu-active, -.ant-menu-submenu-title:hover { - color: hsl(200, 60%, 75%); -} -.ant-menu-horizontal .ant-menu-item, -.ant-menu-horizontal .ant-menu-submenu { - margin-top: -1px; -} -.ant-menu-horizontal > .ant-menu-item:hover, -.ant-menu-horizontal > .ant-menu-item-active, -.ant-menu-horizontal > .ant-menu-submenu .ant-menu-submenu-title:hover { - background-color: transparent; -} -.ant-menu-item-selected { - color: hsl(200, 60%, 75%); -} -.ant-menu-item-selected > a, -.ant-menu-item-selected > a:hover { - color: hsl(200, 60%, 75%); -} -.ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected { - background-color: hsl(200, 50%, 30%); -} -.ant-menu-inline, -.ant-menu-vertical, -.ant-menu-vertical-left { - border-right: 1px solid hsl(0, 0%, 30%); -} -.ant-menu-vertical-right { - border-left: 1px solid hsl(0, 0%, 30%); -} -.ant-menu-vertical.ant-menu-sub, -.ant-menu-vertical-left.ant-menu-sub, -.ant-menu-vertical-right.ant-menu-sub { - min-width: 160px; - padding: 0; - border-right: 0; - transform-origin: 0 0; -} -.ant-menu-vertical.ant-menu-sub .ant-menu-item, -.ant-menu-vertical-left.ant-menu-sub .ant-menu-item, -.ant-menu-vertical-right.ant-menu-sub .ant-menu-item { - left: 0; - margin-left: 0; - border-right: 0; -} -.ant-menu-vertical.ant-menu-sub .ant-menu-item::after, -.ant-menu-vertical-left.ant-menu-sub .ant-menu-item::after, -.ant-menu-vertical-right.ant-menu-sub .ant-menu-item::after { - border-right: 0; -} -.ant-menu-vertical.ant-menu-sub > .ant-menu-item, -.ant-menu-vertical-left.ant-menu-sub > .ant-menu-item, -.ant-menu-vertical-right.ant-menu-sub > .ant-menu-item, -.ant-menu-vertical.ant-menu-sub > .ant-menu-submenu, -.ant-menu-vertical-left.ant-menu-sub > .ant-menu-submenu, -.ant-menu-vertical-right.ant-menu-sub > .ant-menu-submenu { - transform-origin: 0 0; -} -.ant-menu-horizontal.ant-menu-sub { - min-width: 114px; -} -.ant-menu-item, -.ant-menu-submenu-title { - position: relative; - display: block; - margin: 0; - padding: 0 20px; - white-space: nowrap; - cursor: pointer; - transition: color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), border-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), padding 0.15s cubic-bezier(0.645, 0.045, 0.355, 1); -} -.ant-menu-item .anticon, -.ant-menu-submenu-title .anticon { - min-width: 14px; - margin-right: 10px; - font-size: 14px; - transition: font-size 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), margin 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); -} -.ant-menu-item .anticon + span, -.ant-menu-submenu-title .anticon + span { - opacity: 1; - transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); -} -.ant-menu > .ant-menu-item-divider { - height: 1px; - margin: 1px 0; - padding: 0; - overflow: hidden; - line-height: 0; - background-color: hsl(0, 0%, 30%); -} -.ant-menu-submenu-popup { - position: absolute; - z-index: 1050; - background: hsl(0, 0%, 20%); - border-radius: 0; -} -.ant-menu-submenu-popup .submenu-title-wrapper { - padding-right: 20px; -} -.ant-menu-submenu-popup::before { - position: absolute; - top: -7px; - right: 0; - bottom: 0; - left: 0; - opacity: 0.0001; - content: ' '; -} -.ant-menu-submenu > .ant-menu { - background-color: hsl(0, 0%, 20%); - border-radius: 0; -} -.ant-menu-submenu > .ant-menu-submenu-title::after { - transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); -} -.ant-menu-submenu-vertical > .ant-menu-submenu-title .ant-menu-submenu-arrow, -.ant-menu-submenu-vertical-left > .ant-menu-submenu-title .ant-menu-submenu-arrow, -.ant-menu-submenu-vertical-right > .ant-menu-submenu-title .ant-menu-submenu-arrow, -.ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow { - position: absolute; - top: 50%; - right: 16px; - width: 10px; - transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); -} -.ant-menu-submenu-vertical > .ant-menu-submenu-title .ant-menu-submenu-arrow::before, -.ant-menu-submenu-vertical-left > .ant-menu-submenu-title .ant-menu-submenu-arrow::before, -.ant-menu-submenu-vertical-right > .ant-menu-submenu-title .ant-menu-submenu-arrow::before, -.ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow::before, -.ant-menu-submenu-vertical > .ant-menu-submenu-title .ant-menu-submenu-arrow::after, -.ant-menu-submenu-vertical-left > .ant-menu-submenu-title .ant-menu-submenu-arrow::after, -.ant-menu-submenu-vertical-right > .ant-menu-submenu-title .ant-menu-submenu-arrow::after, -.ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow::after { - position: absolute; - width: 6px; - height: 1.5px; - background: hsl(0, 0%, 20%); - background: hsl(0, 0%, 90%) \9; - background-image: linear-gradient(to right, hsl(0, 0%, 90%), hsl(0, 0%, 90%)); - background-image: none \9; - border-radius: 2px; - transition: background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), top 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); - content: ''; -} -.ant-menu-submenu-vertical > .ant-menu-submenu-title .ant-menu-submenu-arrow::before, -.ant-menu-submenu-vertical-left > .ant-menu-submenu-title .ant-menu-submenu-arrow::before, -.ant-menu-submenu-vertical-right > .ant-menu-submenu-title .ant-menu-submenu-arrow::before, -.ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow::before { - transform: rotate(45deg) translateY(-2px); -} -.ant-menu-submenu-vertical > .ant-menu-submenu-title .ant-menu-submenu-arrow::after, -.ant-menu-submenu-vertical-left > .ant-menu-submenu-title .ant-menu-submenu-arrow::after, -.ant-menu-submenu-vertical-right > .ant-menu-submenu-title .ant-menu-submenu-arrow::after, -.ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow::after { - transform: rotate(-45deg) translateY(2px); -} -.ant-menu-submenu-vertical > .ant-menu-submenu-title:hover .ant-menu-submenu-arrow::after, -.ant-menu-submenu-vertical-left > .ant-menu-submenu-title:hover .ant-menu-submenu-arrow::after, -.ant-menu-submenu-vertical-right > .ant-menu-submenu-title:hover .ant-menu-submenu-arrow::after, -.ant-menu-submenu-inline > .ant-menu-submenu-title:hover .ant-menu-submenu-arrow::after, -.ant-menu-submenu-vertical > .ant-menu-submenu-title:hover .ant-menu-submenu-arrow::before, -.ant-menu-submenu-vertical-left > .ant-menu-submenu-title:hover .ant-menu-submenu-arrow::before, -.ant-menu-submenu-vertical-right > .ant-menu-submenu-title:hover .ant-menu-submenu-arrow::before, -.ant-menu-submenu-inline > .ant-menu-submenu-title:hover .ant-menu-submenu-arrow::before { - background: linear-gradient(to right, hsl(200, 60%, 75%), hsl(200, 60%, 75%)); -} -.ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow::before { - transform: rotate(-45deg) translateX(2px); -} -.ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow::after { - transform: rotate(45deg) translateX(-2px); -} -.ant-menu-submenu-open.ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow { - transform: translateY(-2px); -} -.ant-menu-submenu-open.ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow::after { - transform: rotate(-45deg) translateX(-2px); -} -.ant-menu-submenu-open.ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow::before { - transform: rotate(45deg) translateX(2px); -} -.ant-menu-vertical .ant-menu-submenu-selected, -.ant-menu-vertical-left .ant-menu-submenu-selected, -.ant-menu-vertical-right .ant-menu-submenu-selected { - color: hsl(200, 60%, 75%); -} -.ant-menu-vertical .ant-menu-submenu-selected > a, -.ant-menu-vertical-left .ant-menu-submenu-selected > a, -.ant-menu-vertical-right .ant-menu-submenu-selected > a { - color: hsl(200, 60%, 75%); -} -.ant-menu-horizontal { - line-height: 46px; - white-space: nowrap; - border: 0; - border-bottom: 1px solid hsl(0, 0%, 30%); - box-shadow: none; -} -.ant-menu-horizontal > .ant-menu-item, -.ant-menu-horizontal > .ant-menu-submenu { - position: relative; - top: 1px; - display: inline-block; - vertical-align: bottom; - border-bottom: 2px solid transparent; -} -.ant-menu-horizontal > .ant-menu-item:hover, -.ant-menu-horizontal > .ant-menu-submenu:hover, -.ant-menu-horizontal > .ant-menu-item-active, -.ant-menu-horizontal > .ant-menu-submenu-active, -.ant-menu-horizontal > .ant-menu-item-open, -.ant-menu-horizontal > .ant-menu-submenu-open, -.ant-menu-horizontal > .ant-menu-item-selected, -.ant-menu-horizontal > .ant-menu-submenu-selected { - color: hsl(200, 60%, 75%); - border-bottom: 2px solid hsl(200, 60%, 75%); -} -.ant-menu-horizontal > .ant-menu-item > a { - display: block; - color: hsl(0, 0%, 90%); -} -.ant-menu-horizontal > .ant-menu-item > a:hover { - color: hsl(200, 60%, 75%); -} -.ant-menu-horizontal > .ant-menu-item > a::before { - bottom: -2px; -} -.ant-menu-horizontal > .ant-menu-item-selected > a { - color: hsl(200, 60%, 75%); -} -.ant-menu-horizontal::after { - display: block; - clear: both; - height: 0; - content: '\20'; -} -.ant-menu-vertical .ant-menu-item, -.ant-menu-vertical-left .ant-menu-item, -.ant-menu-vertical-right .ant-menu-item, -.ant-menu-inline .ant-menu-item { - position: relative; -} -.ant-menu-vertical .ant-menu-item::after, -.ant-menu-vertical-left .ant-menu-item::after, -.ant-menu-vertical-right .ant-menu-item::after, -.ant-menu-inline .ant-menu-item::after { - position: absolute; - top: 0; - right: 0; - bottom: 0; - border-right: 3px solid hsl(200, 60%, 75%); - transform: scaleY(0.0001); - opacity: 0; - transition: transform 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); - content: ''; -} -.ant-menu-vertical .ant-menu-item, -.ant-menu-vertical-left .ant-menu-item, -.ant-menu-vertical-right .ant-menu-item, -.ant-menu-inline .ant-menu-item, -.ant-menu-vertical .ant-menu-submenu-title, -.ant-menu-vertical-left .ant-menu-submenu-title, -.ant-menu-vertical-right .ant-menu-submenu-title, -.ant-menu-inline .ant-menu-submenu-title { - height: 40px; - margin-top: 4px; - margin-bottom: 4px; - padding: 0 16px; - overflow: hidden; - font-size: 14px; - line-height: 40px; - text-overflow: ellipsis; -} -.ant-menu-vertical .ant-menu-submenu, -.ant-menu-vertical-left .ant-menu-submenu, -.ant-menu-vertical-right .ant-menu-submenu, -.ant-menu-inline .ant-menu-submenu { - padding-bottom: 0.01px; -} -.ant-menu-vertical .ant-menu-item:not(:last-child), -.ant-menu-vertical-left .ant-menu-item:not(:last-child), -.ant-menu-vertical-right .ant-menu-item:not(:last-child), -.ant-menu-inline .ant-menu-item:not(:last-child) { - margin-bottom: 8px; -} -.ant-menu-vertical > .ant-menu-item, -.ant-menu-vertical-left > .ant-menu-item, -.ant-menu-vertical-right > .ant-menu-item, -.ant-menu-inline > .ant-menu-item, -.ant-menu-vertical > .ant-menu-submenu > .ant-menu-submenu-title, -.ant-menu-vertical-left > .ant-menu-submenu > .ant-menu-submenu-title, -.ant-menu-vertical-right > .ant-menu-submenu > .ant-menu-submenu-title, -.ant-menu-inline > .ant-menu-submenu > .ant-menu-submenu-title { - height: 40px; - line-height: 40px; -} -.ant-menu-inline { - width: 100%; -} -.ant-menu-inline .ant-menu-selected::after, -.ant-menu-inline .ant-menu-item-selected::after { - transform: scaleY(1); - opacity: 1; - transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1); -} -.ant-menu-inline .ant-menu-item, -.ant-menu-inline .ant-menu-submenu-title { - width: calc(100% + 1px); -} -.ant-menu-inline .ant-menu-submenu-title { - padding-right: 34px; -} -.ant-menu-inline-collapsed { - width: 80px; -} -.ant-menu-inline-collapsed > .ant-menu-item, -.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-item, -.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-submenu > .ant-menu-submenu-title, -.ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title { - left: 0; - padding: 0 32px !important; - text-overflow: clip; -} -.ant-menu-inline-collapsed > .ant-menu-item .ant-menu-submenu-arrow, -.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-item .ant-menu-submenu-arrow, -.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-submenu > .ant-menu-submenu-title .ant-menu-submenu-arrow, -.ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title .ant-menu-submenu-arrow { - display: none; -} -.ant-menu-inline-collapsed > .ant-menu-item .anticon, -.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-item .anticon, -.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-submenu > .ant-menu-submenu-title .anticon, -.ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title .anticon { - margin: 0; - font-size: 16px; - line-height: 40px; -} -.ant-menu-inline-collapsed > .ant-menu-item .anticon + span, -.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-item .anticon + span, -.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-submenu > .ant-menu-submenu-title .anticon + span, -.ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title .anticon + span { - display: inline-block; - max-width: 0; - opacity: 0; -} -.ant-menu-inline-collapsed-tooltip { - pointer-events: none; -} -.ant-menu-inline-collapsed-tooltip .anticon { - display: none; -} -.ant-menu-inline-collapsed-tooltip a { - color: hsl(0, 0%, 15%); -} -.ant-menu-inline-collapsed .ant-menu-item-group-title { - padding-right: 4px; - padding-left: 4px; - overflow: hidden; - white-space: nowrap; - text-overflow: ellipsis; -} -.ant-menu-item-group-list { - margin: 0; - padding: 0; -} -.ant-menu-item-group-list .ant-menu-item, -.ant-menu-item-group-list .ant-menu-submenu-title { - padding: 0 16px 0 28px; -} -.ant-menu-root.ant-menu-vertical, -.ant-menu-root.ant-menu-vertical-left, -.ant-menu-root.ant-menu-vertical-right, -.ant-menu-root.ant-menu-inline { - box-shadow: none; -} -.ant-menu-sub.ant-menu-inline { - padding: 0; - border: 0; - border-radius: 0; - box-shadow: none; -} -.ant-menu-sub.ant-menu-inline > .ant-menu-item, -.ant-menu-sub.ant-menu-inline > .ant-menu-submenu > .ant-menu-submenu-title { - height: 40px; - line-height: 40px; - list-style-position: inside; - list-style-type: disc; -} -.ant-menu-sub.ant-menu-inline .ant-menu-item-group-title { - padding-left: 32px; -} -.ant-menu-item-disabled, -.ant-menu-submenu-disabled { - color: hsl(0, 0%, 50%) !important; - background: none; - border-color: transparent !important; - cursor: not-allowed; -} -.ant-menu-item-disabled > a, -.ant-menu-submenu-disabled > a { - color: hsl(0, 0%, 50%) !important; - pointer-events: none; -} -.ant-menu-item-disabled > .ant-menu-submenu-title, -.ant-menu-submenu-disabled > .ant-menu-submenu-title { - color: hsl(0, 0%, 50%) !important; - cursor: not-allowed; -} -.ant-menu-item-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before, -.ant-menu-submenu-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before, -.ant-menu-item-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after, -.ant-menu-submenu-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after { - background: hsl(0, 0%, 50%) !important; -} -.ant-menu-dark, -.ant-menu-dark .ant-menu-sub { - color: rgba(255, 255, 255, 0.65); - background: hsl(0, 0%, 20%); -} -.ant-menu-dark .ant-menu-submenu-title .ant-menu-submenu-arrow, -.ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow { - opacity: 0.45; - transition: all 0.3s; -} -.ant-menu-dark .ant-menu-submenu-title .ant-menu-submenu-arrow::after, -.ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow::after, -.ant-menu-dark .ant-menu-submenu-title .ant-menu-submenu-arrow::before, -.ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow::before { - background: #fff; -} -.ant-menu-dark.ant-menu-submenu-popup { - background: transparent; -} -.ant-menu-dark .ant-menu-inline.ant-menu-sub { - background: hsl(0, 0%, 20%); - box-shadow: 0 2px 8px rgba(0, 0, 0, 0.45) inset; -} -.ant-menu-dark.ant-menu-horizontal { - border-bottom: 0; -} -.ant-menu-dark.ant-menu-horizontal > .ant-menu-item, -.ant-menu-dark.ant-menu-horizontal > .ant-menu-submenu { - top: 0; - margin-top: 0; - border-color: hsl(0, 0%, 20%); - border-bottom: 0; -} -.ant-menu-dark.ant-menu-horizontal > .ant-menu-item > a::before { - bottom: 0; -} -.ant-menu-dark .ant-menu-item, -.ant-menu-dark .ant-menu-item-group-title, -.ant-menu-dark .ant-menu-item > a { - color: rgba(255, 255, 255, 0.65); -} -.ant-menu-dark.ant-menu-inline, -.ant-menu-dark.ant-menu-vertical, -.ant-menu-dark.ant-menu-vertical-left, -.ant-menu-dark.ant-menu-vertical-right { - border-right: 0; -} -.ant-menu-dark.ant-menu-inline .ant-menu-item, -.ant-menu-dark.ant-menu-vertical .ant-menu-item, -.ant-menu-dark.ant-menu-vertical-left .ant-menu-item, -.ant-menu-dark.ant-menu-vertical-right .ant-menu-item { - left: 0; - margin-left: 0; - border-right: 0; -} -.ant-menu-dark.ant-menu-inline .ant-menu-item::after, -.ant-menu-dark.ant-menu-vertical .ant-menu-item::after, -.ant-menu-dark.ant-menu-vertical-left .ant-menu-item::after, -.ant-menu-dark.ant-menu-vertical-right .ant-menu-item::after { - border-right: 0; -} -.ant-menu-dark.ant-menu-inline .ant-menu-item, -.ant-menu-dark.ant-menu-inline .ant-menu-submenu-title { - width: 100%; -} -.ant-menu-dark .ant-menu-item:hover, -.ant-menu-dark .ant-menu-item-active, -.ant-menu-dark .ant-menu-submenu-active, -.ant-menu-dark .ant-menu-submenu-open, -.ant-menu-dark .ant-menu-submenu-selected, -.ant-menu-dark .ant-menu-submenu-title:hover { - color: #fff; - background-color: transparent; -} -.ant-menu-dark .ant-menu-item:hover > a, -.ant-menu-dark .ant-menu-item-active > a, -.ant-menu-dark .ant-menu-submenu-active > a, -.ant-menu-dark .ant-menu-submenu-open > a, -.ant-menu-dark .ant-menu-submenu-selected > a, -.ant-menu-dark .ant-menu-submenu-title:hover > a { - color: #fff; -} -.ant-menu-dark .ant-menu-item:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow, -.ant-menu-dark .ant-menu-item-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow, -.ant-menu-dark .ant-menu-submenu-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow, -.ant-menu-dark .ant-menu-submenu-open > .ant-menu-submenu-title > .ant-menu-submenu-arrow, -.ant-menu-dark .ant-menu-submenu-selected > .ant-menu-submenu-title > .ant-menu-submenu-arrow, -.ant-menu-dark .ant-menu-submenu-title:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow, -.ant-menu-dark .ant-menu-item:hover > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow, -.ant-menu-dark .ant-menu-item-active > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow, -.ant-menu-dark .ant-menu-submenu-active > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow, -.ant-menu-dark .ant-menu-submenu-open > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow, -.ant-menu-dark .ant-menu-submenu-selected > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow, -.ant-menu-dark .ant-menu-submenu-title:hover > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow { - opacity: 1; -} -.ant-menu-dark .ant-menu-item:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after, -.ant-menu-dark .ant-menu-item-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after, -.ant-menu-dark .ant-menu-submenu-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after, -.ant-menu-dark .ant-menu-submenu-open > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after, -.ant-menu-dark .ant-menu-submenu-selected > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after, -.ant-menu-dark .ant-menu-submenu-title:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after, -.ant-menu-dark .ant-menu-item:hover > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow::after, -.ant-menu-dark .ant-menu-item-active > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow::after, -.ant-menu-dark .ant-menu-submenu-active > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow::after, -.ant-menu-dark .ant-menu-submenu-open > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow::after, -.ant-menu-dark .ant-menu-submenu-selected > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow::after, -.ant-menu-dark .ant-menu-submenu-title:hover > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow::after, -.ant-menu-dark .ant-menu-item:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before, -.ant-menu-dark .ant-menu-item-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before, -.ant-menu-dark .ant-menu-submenu-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before, -.ant-menu-dark .ant-menu-submenu-open > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before, -.ant-menu-dark .ant-menu-submenu-selected > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before, -.ant-menu-dark .ant-menu-submenu-title:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before, -.ant-menu-dark .ant-menu-item:hover > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow::before, -.ant-menu-dark .ant-menu-item-active > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow::before, -.ant-menu-dark .ant-menu-submenu-active > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow::before, -.ant-menu-dark .ant-menu-submenu-open > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow::before, -.ant-menu-dark .ant-menu-submenu-selected > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow::before, -.ant-menu-dark .ant-menu-submenu-title:hover > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow::before { - background: #fff; -} -.ant-menu-dark .ant-menu-item-selected { - color: #fff; - border-right: 0; -} -.ant-menu-dark .ant-menu-item-selected::after { - border-right: 0; -} -.ant-menu-dark .ant-menu-item-selected > a, -.ant-menu-dark .ant-menu-item-selected > a:hover { - color: #fff; -} -.ant-menu.ant-menu-dark .ant-menu-item-selected, -.ant-menu-submenu-popup.ant-menu-dark .ant-menu-item-selected { - background-color: hsl(200, 60%, 75%); -} -.ant-menu-dark .ant-menu-item-disabled, -.ant-menu-dark .ant-menu-submenu-disabled, -.ant-menu-dark .ant-menu-item-disabled > a, -.ant-menu-dark .ant-menu-submenu-disabled > a { - color: rgba(255, 255, 255, 0.35) !important; - opacity: 0.8; -} -.ant-menu-dark .ant-menu-item-disabled > .ant-menu-submenu-title, -.ant-menu-dark .ant-menu-submenu-disabled > .ant-menu-submenu-title { - color: rgba(255, 255, 255, 0.35) !important; -} -.ant-menu-dark .ant-menu-item-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before, -.ant-menu-dark .ant-menu-submenu-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before, -.ant-menu-dark .ant-menu-item-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after, -.ant-menu-dark .ant-menu-submenu-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after { - background: rgba(255, 255, 255, 0.35) !important; -} -.ant-message { - box-sizing: border-box; - margin: 0; - padding: 0; - color: hsl(0, 0%, 90%); - font-size: 14px; - font-variant: tabular-nums; - line-height: 1.5; - list-style: none; - font-feature-settings: 'tnum'; - position: fixed; - top: 16px; - left: 0; - z-index: 1010; - width: 100%; - pointer-events: none; -} -.ant-message-notice { - padding: 8px; - text-align: center; -} -.ant-message-notice:first-child { - margin-top: -8px; -} -.ant-message-notice-content { - display: inline-block; - padding: 10px 16px; - background: hsl(0, 0%, 20%); - border-radius: 0; - box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); - pointer-events: all; -} -.ant-message-success .anticon { - color: #52c41a; -} -.ant-message-error .anticon { - color: #f5222d; -} -.ant-message-warning .anticon { - color: salmon; -} -.ant-message-info .anticon, -.ant-message-loading .anticon { - color: orange; -} -.ant-message .anticon { - position: relative; - top: 1px; - margin-right: 8px; - font-size: 16px; -} -.ant-message-notice.move-up-leave.move-up-leave-active { - overflow: hidden; - animation-name: MessageMoveOut; - animation-duration: 0.3s; -} -@keyframes MessageMoveOut { - 0% { - max-height: 150px; - padding: 8px; - opacity: 1; - } - 100% { - max-height: 0; - padding: 0; - opacity: 0; - } -} -.ant-modal { - box-sizing: border-box; - margin: 0; - padding: 0; - color: hsl(0, 0%, 90%); - font-size: 14px; - font-variant: tabular-nums; - line-height: 1.5; - list-style: none; - font-feature-settings: 'tnum'; - position: relative; - top: 100px; - width: auto; - margin: 0 auto; - padding-bottom: 24px; - pointer-events: none; -} -.ant-modal-wrap { - position: fixed; - top: 0; - right: 0; - bottom: 0; - left: 0; - z-index: 1000; - overflow: auto; - outline: 0; - -webkit-overflow-scrolling: touch; -} -.ant-modal-title { - margin: 0; - color: hsl(0, 0%, 85%); - font-weight: 500; - font-size: 16px; - line-height: 22px; - word-wrap: break-word; -} -.ant-modal-content { - position: relative; - background-color: hsl(0, 0%, 20%); - background-clip: padding-box; - border: 0; - border-radius: 0; - box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); - pointer-events: auto; -} -.ant-modal-close { - position: absolute; - top: 0; - right: 0; - z-index: 10; - padding: 0; - color: hsl(0, 0%, 35%); - font-weight: 700; - line-height: 1; - text-decoration: none; - background: transparent; - border: 0; - outline: 0; - cursor: pointer; - transition: color 0.3s; -} -.ant-modal-close-x { - display: block; - width: 56px; - height: 56px; - font-size: 16px; - font-style: normal; - line-height: 56px; - text-align: center; - text-transform: none; - text-rendering: auto; -} -.ant-modal-close:focus, -.ant-modal-close:hover { - color: rgba(0, 0, 0, 0.75); - text-decoration: none; -} -.ant-modal-header { - padding: 16px 24px; - color: hsl(0, 0%, 90%); - background: hsl(0, 0%, 20%); - border-bottom: 1px solid hsl(0, 0%, 30%); - border-radius: 0 0 0 0; -} -.ant-modal-body { - padding: 24px; - font-size: 14px; - line-height: 1.5; - word-wrap: break-word; -} -.ant-modal-footer { - padding: 10px 16px; - text-align: right; - background: transparent; - border-top: 1px solid hsl(0, 0%, 30%); - border-radius: 0 0 0 0; -} -.ant-modal-footer button + button { - margin-bottom: 0; - margin-left: 8px; -} -.ant-modal.zoom-enter, -.ant-modal.zoom-appear { - transform: none; - opacity: 0; - animation-duration: 0.3s; - user-select: none; -} -.ant-modal-mask { - position: fixed; - top: 0; - right: 0; - bottom: 0; - left: 0; - z-index: 1000; - height: 100%; - background-color: rgba(0, 0, 0, 0.65); - filter: alpha(opacity=50); -} -.ant-modal-mask-hidden { - display: none; -} -.ant-modal-open { - overflow: hidden; -} -.ant-modal-centered { - text-align: center; -} -.ant-modal-centered::before { - display: inline-block; - width: 0; - height: 100%; - vertical-align: middle; - content: ''; -} -.ant-modal-centered .ant-modal { - top: 0; - display: inline-block; - text-align: left; - vertical-align: middle; -} -@media (max-width: 767px) { - .ant-modal { - max-width: calc(100vw - 16px); - margin: 8px auto; - } - .ant-modal-centered .ant-modal { - flex: 1; - } -} -.ant-modal-confirm .ant-modal-header { - display: none; -} -.ant-modal-confirm .ant-modal-close { - display: none; -} -.ant-modal-confirm .ant-modal-body { - padding: 32px 32px 24px; -} -.ant-modal-confirm-body-wrapper { - zoom: 1; -} -.ant-modal-confirm-body-wrapper::before, -.ant-modal-confirm-body-wrapper::after { - display: table; - content: ''; -} -.ant-modal-confirm-body-wrapper::after { - clear: both; -} -.ant-modal-confirm-body-wrapper::before, -.ant-modal-confirm-body-wrapper::after { - display: table; - content: ''; -} -.ant-modal-confirm-body-wrapper::after { - clear: both; -} -.ant-modal-confirm-body .ant-modal-confirm-title { - display: block; - overflow: hidden; - color: hsl(0, 0%, 85%); - font-weight: 500; - font-size: 16px; - line-height: 1.4; -} -.ant-modal-confirm-body .ant-modal-confirm-content { - margin-top: 8px; - color: hsl(0, 0%, 90%); - font-size: 14px; -} -.ant-modal-confirm-body > .anticon { - float: left; - margin-right: 16px; - font-size: 22px; -} -.ant-modal-confirm-body > .anticon + .ant-modal-confirm-title + .ant-modal-confirm-content { - margin-left: 38px; -} -.ant-modal-confirm .ant-modal-confirm-btns { - float: right; - margin-top: 24px; -} -.ant-modal-confirm .ant-modal-confirm-btns button + button { - margin-bottom: 0; - margin-left: 8px; -} -.ant-modal-confirm-error .ant-modal-confirm-body > .anticon { - color: #f5222d; -} -.ant-modal-confirm-warning .ant-modal-confirm-body > .anticon, -.ant-modal-confirm-confirm .ant-modal-confirm-body > .anticon { - color: salmon; -} -.ant-modal-confirm-info .ant-modal-confirm-body > .anticon { - color: orange; -} -.ant-modal-confirm-success .ant-modal-confirm-body > .anticon { - color: #52c41a; -} -.ant-notification { - box-sizing: border-box; - margin: 0; - padding: 0; - color: hsl(0, 0%, 90%); - font-size: 14px; - font-variant: tabular-nums; - line-height: 1.5; - list-style: none; - font-feature-settings: 'tnum'; - position: fixed; - z-index: 1010; - width: 384px; - max-width: calc(100vw - 32px); - margin-right: 24px; -} -.ant-notification-topLeft, -.ant-notification-bottomLeft { - margin-right: 0; - margin-left: 24px; -} -.ant-notification-topLeft .ant-notification-fade-enter.ant-notification-fade-enter-active, -.ant-notification-bottomLeft .ant-notification-fade-enter.ant-notification-fade-enter-active, -.ant-notification-topLeft .ant-notification-fade-appear.ant-notification-fade-appear-active, -.ant-notification-bottomLeft .ant-notification-fade-appear.ant-notification-fade-appear-active { - animation-name: NotificationLeftFadeIn; -} -.ant-notification-close-icon { - font-size: 14px; - cursor: pointer; -} -.ant-notification-notice { - position: relative; - margin-bottom: 16px; - padding: 16px 24px; - overflow: hidden; - line-height: 1.5; - background: hsl(0, 0%, 20%); - border-radius: 0; - box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); -} -.ant-notification-notice-message { - display: inline-block; - margin-bottom: 8px; - color: hsl(0, 0%, 85%); - font-size: 16px; - line-height: 24px; -} -.ant-notification-notice-message-single-line-auto-margin { - display: block; - width: calc(384px - 24px * 2 - 24px - 48px - 100%); - max-width: 4px; - background-color: transparent; - pointer-events: none; -} -.ant-notification-notice-message-single-line-auto-margin::before { - display: block; - content: ''; -} -.ant-notification-notice-description { - font-size: 14px; -} -.ant-notification-notice-closable .ant-notification-notice-message { - padding-right: 24px; -} -.ant-notification-notice-with-icon .ant-notification-notice-message { - margin-bottom: 4px; - margin-left: 48px; - font-size: 16px; -} -.ant-notification-notice-with-icon .ant-notification-notice-description { - margin-left: 48px; - font-size: 14px; -} -.ant-notification-notice-icon { - position: absolute; - margin-left: 4px; - font-size: 24px; - line-height: 24px; -} -.anticon.ant-notification-notice-icon-success { - color: #52c41a; -} -.anticon.ant-notification-notice-icon-info { - color: orange; -} -.anticon.ant-notification-notice-icon-warning { - color: salmon; -} -.anticon.ant-notification-notice-icon-error { - color: #f5222d; -} -.ant-notification-notice-close { - position: absolute; - top: 16px; - right: 22px; - color: hsl(0, 0%, 35%); - outline: none; -} -.ant-notification-notice-close:hover { - color: #363636; -} -.ant-notification-notice-btn { - float: right; - margin-top: 16px; -} -.ant-notification .notification-fade-effect { - animation-duration: 0.24s; - animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1); - animation-fill-mode: both; -} -.ant-notification-fade-enter, -.ant-notification-fade-appear { - opacity: 0; - animation-duration: 0.24s; - animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1); - animation-fill-mode: both; - animation-play-state: paused; -} -.ant-notification-fade-leave { - animation-duration: 0.24s; - animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1); - animation-fill-mode: both; - animation-duration: 0.2s; - animation-play-state: paused; -} -.ant-notification-fade-enter.ant-notification-fade-enter-active, -.ant-notification-fade-appear.ant-notification-fade-appear-active { - animation-name: NotificationFadeIn; - animation-play-state: running; -} -.ant-notification-fade-leave.ant-notification-fade-leave-active { - animation-name: NotificationFadeOut; - animation-play-state: running; -} -@keyframes NotificationFadeIn { - 0% { - left: 384px; - opacity: 0; - } - 100% { - left: 0; - opacity: 1; - } -} -@keyframes NotificationLeftFadeIn { - 0% { - right: 384px; - opacity: 0; - } - 100% { - right: 0; - opacity: 1; - } -} -@keyframes NotificationFadeOut { - 0% { - max-height: 150px; - margin-bottom: 16px; - padding-top: 16px 24px; - padding-bottom: 16px 24px; - opacity: 1; - } - 100% { - max-height: 0; - margin-bottom: 0; - padding-top: 0; - padding-bottom: 0; - opacity: 0; - } -} -.ant-page-header { - box-sizing: border-box; - margin: 0; - padding: 0; - color: hsl(0, 0%, 90%); - font-size: 14px; - font-variant: tabular-nums; - line-height: 1.5; - list-style: none; - font-feature-settings: 'tnum'; - position: relative; - padding: 16px 24px; - background: hsl(0, 0%, 20%); -} -.ant-page-header.ant-page-header-has-footer { - padding-bottom: 0; -} -.ant-page-header-back { - display: inline-block; - padding: 4px 0; - font-size: 16px; - line-height: 100%; -} -.ant-page-header-back-button { - color: hsl(200, 60%, 75%); - text-decoration: none; - outline: none; - transition: color 0.3s; - color: hsl(0, 0%, 90%); - cursor: pointer; -} -.ant-page-header-back-button:focus, -.ant-page-header-back-button:hover { - color: #c9e6f2; -} -.ant-page-header-back-button:active { - color: #77a5bf; -} -.ant-page-header .ant-divider-vertical { - height: 14px; - margin: 0 12px; -} -.ant-breadcrumb + .ant-page-header-heading { - margin-top: 12px; -} -.ant-page-header-heading { - display: inline-block; -} -.ant-page-header-heading-title { - display: inline-block; - padding-right: 12px; - color: hsl(0, 0%, 85%); - font-weight: bold; - font-size: 16px; - line-height: 1.4; -} -.ant-page-header-heading-sub-title { - display: inline-block; - padding-right: 12px; - color: hsl(0, 0%, 35%); - font-size: 14px; - line-height: 1.8; -} -.ant-page-header-heading-tags { - display: inline-block; - vertical-align: top; -} -.ant-page-header-heading-extra { - position: absolute; - top: 16px; - right: 24px; -} -.ant-page-header-heading-extra > * { - margin-left: 8px; -} -.ant-page-header-heading-extra > *:first-child { - margin-left: 0; -} -.ant-page-header-content { - padding-top: 12px; -} -.ant-page-header-footer { - margin: 0 -8px; - padding-top: 24px; -} -.ant-page-header-footer .ant-tabs-bar { - margin-bottom: 1px; - border-bottom: 0; -} -.ant-page-header-footer .ant-tabs-bar .ant-tabs-nav .ant-tabs-tab { - padding: 12px 8px; - padding-top: 0; -} -.ant-pagination { - box-sizing: border-box; - margin: 0; - padding: 0; - color: hsl(0, 0%, 90%); - font-size: 14px; - font-variant: tabular-nums; - line-height: 1.5; - list-style: none; - font-feature-settings: 'tnum'; -} -.ant-pagination ul, -.ant-pagination ol { - margin: 0; - padding: 0; - list-style: none; -} -.ant-pagination::after { - display: block; - clear: both; - height: 0; - overflow: hidden; - visibility: hidden; - content: ' '; -} -.ant-pagination-total-text { - display: inline-block; - height: 32px; - margin-right: 8px; - line-height: 30px; - vertical-align: middle; -} -.ant-pagination-item { - display: inline-block; - min-width: 32px; - height: 32px; - margin-right: 8px; - font-family: Arial; - line-height: 30px; - text-align: center; - vertical-align: middle; - list-style: none; - background-color: hsl(0, 0%, 20%); - border: 1px solid hsl(0, 0%, 40%); - border-radius: 0; - outline: 0; - cursor: pointer; - user-select: none; -} -.ant-pagination-item a { - display: block; - padding: 0 6px; - color: hsl(0, 0%, 90%); - transition: none; -} -.ant-pagination-item:focus, -.ant-pagination-item:hover { - border-color: hsl(200, 60%, 75%); - transition: all 0.3s; -} -.ant-pagination-item:focus a, -.ant-pagination-item:hover a { - color: hsl(200, 60%, 75%); -} -.ant-pagination-item-active { - font-weight: 500; - background: hsl(0, 0%, 20%); - border-color: hsl(200, 60%, 75%); -} -.ant-pagination-item-active a { - color: hsl(200, 60%, 75%); -} -.ant-pagination-item-active:focus, -.ant-pagination-item-active:hover { - border-color: hsl(200, 10%, 60%); -} -.ant-pagination-item-active:focus a, -.ant-pagination-item-active:hover a { - color: hsl(200, 10%, 60%); -} -.ant-pagination-jump-prev, -.ant-pagination-jump-next { - outline: 0; -} -.ant-pagination-jump-prev .ant-pagination-item-container, -.ant-pagination-jump-next .ant-pagination-item-container { - position: relative; -} -.ant-pagination-jump-prev .ant-pagination-item-container .ant-pagination-item-link-icon, -.ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-link-icon { - display: inline-block; - font-size: 12px; - font-size: 12px \9; - transform: scale(1) rotate(0deg); - color: hsl(200, 60%, 75%); - letter-spacing: -1px; - opacity: 0; - transition: all 0.2s; -} -:root .ant-pagination-jump-prev .ant-pagination-item-container .ant-pagination-item-link-icon, -:root .ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-link-icon { - font-size: 12px; -} -.ant-pagination-jump-prev .ant-pagination-item-container .ant-pagination-item-link-icon-svg, -.ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-link-icon-svg { - top: 0; - right: 0; - bottom: 0; - left: 0; - margin: auto; -} -.ant-pagination-jump-prev .ant-pagination-item-container .ant-pagination-item-ellipsis, -.ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-ellipsis { - position: absolute; - top: 0; - right: 0; - bottom: 0; - left: 0; - display: block; - margin: auto; - color: hsl(0, 0%, 50%); - letter-spacing: 2px; - text-align: center; - text-indent: 0.13em; - opacity: 1; - transition: all 0.2s; -} -.ant-pagination-jump-prev:focus .ant-pagination-item-link-icon, -.ant-pagination-jump-next:focus .ant-pagination-item-link-icon, -.ant-pagination-jump-prev:hover .ant-pagination-item-link-icon, -.ant-pagination-jump-next:hover .ant-pagination-item-link-icon { - opacity: 1; -} -.ant-pagination-jump-prev:focus .ant-pagination-item-ellipsis, -.ant-pagination-jump-next:focus .ant-pagination-item-ellipsis, -.ant-pagination-jump-prev:hover .ant-pagination-item-ellipsis, -.ant-pagination-jump-next:hover .ant-pagination-item-ellipsis { - opacity: 0; -} -.ant-pagination-prev, -.ant-pagination-jump-prev, -.ant-pagination-jump-next { - margin-right: 8px; -} -.ant-pagination-prev, -.ant-pagination-next, -.ant-pagination-jump-prev, -.ant-pagination-jump-next { - display: inline-block; - min-width: 32px; - height: 32px; - color: hsl(0, 0%, 90%); - font-family: Arial; - line-height: 32px; - text-align: center; - vertical-align: middle; - list-style: none; - border-radius: 0; - cursor: pointer; - transition: all 0.3s; -} -.ant-pagination-prev, -.ant-pagination-next { - outline: 0; -} -.ant-pagination-prev a, -.ant-pagination-next a { - color: hsl(0, 0%, 90%); - user-select: none; -} -.ant-pagination-prev:hover a, -.ant-pagination-next:hover a { - border-color: hsl(200, 10%, 60%); -} -.ant-pagination-prev .ant-pagination-item-link, -.ant-pagination-next .ant-pagination-item-link { - display: block; - height: 100%; - font-size: 12px; - text-align: center; - background-color: hsl(0, 0%, 20%); - border: 1px solid hsl(0, 0%, 40%); - border-radius: 0; - outline: none; - transition: all 0.3s; -} -.ant-pagination-prev:focus .ant-pagination-item-link, -.ant-pagination-next:focus .ant-pagination-item-link, -.ant-pagination-prev:hover .ant-pagination-item-link, -.ant-pagination-next:hover .ant-pagination-item-link { - color: hsl(200, 60%, 75%); - border-color: hsl(200, 60%, 75%); -} -.ant-pagination-disabled, -.ant-pagination-disabled:hover, -.ant-pagination-disabled:focus { - cursor: not-allowed; -} -.ant-pagination-disabled a, -.ant-pagination-disabled:hover a, -.ant-pagination-disabled:focus a, -.ant-pagination-disabled .ant-pagination-item-link, -.ant-pagination-disabled:hover .ant-pagination-item-link, -.ant-pagination-disabled:focus .ant-pagination-item-link { - color: hsl(0, 0%, 50%); - border-color: hsl(0, 0%, 40%); - cursor: not-allowed; -} -.ant-pagination-slash { - margin: 0 10px 0 5px; -} -.ant-pagination-options { - display: inline-block; - margin-left: 16px; - vertical-align: middle; -} -.ant-pagination-options-size-changer.ant-select { - display: inline-block; - width: auto; - margin-right: 8px; -} -.ant-pagination-options-quick-jumper { - display: inline-block; - height: 28px; - line-height: 28px; - vertical-align: top; -} -.ant-pagination-options-quick-jumper input { - position: relative; - display: inline-block; - width: 100%; - height: 28px; - padding: 4px 5px; - color: hsl(0, 0%, 90%); - font-size: 14px; - line-height: 28px; - background-color: hsl(0, 0%, 15%); - background-image: none; - border: 1px solid hsl(0, 0%, 40%); - border-radius: 0; - transition: all 0.3s; - width: 50px; - margin: 0 8px; -} -.ant-pagination-options-quick-jumper input::-moz-placeholder { - color: #bfbfbf; - opacity: 1; -} -.ant-pagination-options-quick-jumper input:-ms-input-placeholder { - color: #bfbfbf; -} -.ant-pagination-options-quick-jumper input::-webkit-input-placeholder { - color: #bfbfbf; -} -.ant-pagination-options-quick-jumper input:hover { - border-color: #c9e6f2; - border-right-width: 1px !important; -} -.ant-pagination-options-quick-jumper input:focus { - border-color: #c9e6f2; - border-right-width: 1px !important; - outline: 0; - box-shadow: 0 0 0 2px hsla(200, 60%, 75%, 0.2); -} -.ant-pagination-options-quick-jumper input-disabled { - color: hsl(0, 0%, 50%); - background-color: hsl(0, 0%, 20%); - cursor: not-allowed; - opacity: 1; -} -.ant-pagination-options-quick-jumper input-disabled:hover { - border-color: #736c6c; - border-right-width: 1px !important; -} -.ant-pagination-options-quick-jumper input[disabled] { - color: hsl(0, 0%, 50%); - background-color: hsl(0, 0%, 20%); - cursor: not-allowed; - opacity: 1; -} -.ant-pagination-options-quick-jumper input[disabled]:hover { - border-color: #736c6c; - border-right-width: 1px !important; -} -textarea.ant-pagination-options-quick-jumper input { - max-width: 100%; - height: auto; - min-height: 28px; - line-height: 1.5; - vertical-align: bottom; - transition: all 0.3s, height 0s; -} -.ant-pagination-options-quick-jumper input-lg { - height: 34px; - padding: 6px 5px; - font-size: 16px; - line-height: 34px; -} -.ant-pagination-options-quick-jumper input-sm { - height: 24px; - padding: 1px 3px; - line-height: 24px; -} -.ant-pagination-simple .ant-pagination-prev, -.ant-pagination-simple .ant-pagination-next { - height: 24px; - line-height: 24px; - vertical-align: top; -} -.ant-pagination-simple .ant-pagination-prev .ant-pagination-item-link, -.ant-pagination-simple .ant-pagination-next .ant-pagination-item-link { - height: 24px; - border: 0; -} -.ant-pagination-simple .ant-pagination-prev .ant-pagination-item-link::after, -.ant-pagination-simple .ant-pagination-next .ant-pagination-item-link::after { - height: 24px; - line-height: 24px; -} -.ant-pagination-simple .ant-pagination-simple-pager { - display: inline-block; - height: 24px; - margin-right: 8px; -} -.ant-pagination-simple .ant-pagination-simple-pager input { - box-sizing: border-box; - height: 100%; - margin-right: 8px; - padding: 0 6px; - text-align: center; - background-color: hsl(0, 0%, 20%); - border: 1px solid hsl(0, 0%, 40%); - border-radius: 0; - outline: none; - transition: border-color 0.3s; -} -.ant-pagination-simple .ant-pagination-simple-pager input:hover { - border-color: hsl(200, 60%, 75%); -} -.ant-pagination.mini .ant-pagination-total-text, -.ant-pagination.mini .ant-pagination-simple-pager { - height: 24px; - line-height: 24px; -} -.ant-pagination.mini .ant-pagination-item { - min-width: 24px; - height: 24px; - margin: 0; - line-height: 22px; -} -.ant-pagination.mini .ant-pagination-item:not(.ant-pagination-item-active) { - background: transparent; - border-color: transparent; -} -.ant-pagination.mini .ant-pagination-prev, -.ant-pagination.mini .ant-pagination-next { - min-width: 24px; - height: 24px; - margin: 0; - line-height: 24px; -} -.ant-pagination.mini .ant-pagination-prev .ant-pagination-item-link, -.ant-pagination.mini .ant-pagination-next .ant-pagination-item-link { - background: transparent; - border-color: transparent; -} -.ant-pagination.mini .ant-pagination-prev .ant-pagination-item-link::after, -.ant-pagination.mini .ant-pagination-next .ant-pagination-item-link::after { - height: 24px; - line-height: 24px; -} -.ant-pagination.mini .ant-pagination-jump-prev, -.ant-pagination.mini .ant-pagination-jump-next { - height: 24px; - margin-right: 0; - line-height: 24px; -} -.ant-pagination.mini .ant-pagination-options { - margin-left: 2px; -} -.ant-pagination.mini .ant-pagination-options-quick-jumper { - height: 24px; - line-height: 24px; -} -.ant-pagination.mini .ant-pagination-options-quick-jumper input { - height: 24px; - padding: 1px 3px; - line-height: 24px; - width: 44px; -} -.ant-pagination.ant-pagination-disabled { - cursor: not-allowed; -} -.ant-pagination.ant-pagination-disabled .ant-pagination-item { - background: hsl(0, 0%, 20%); - border-color: hsl(0, 0%, 40%); - cursor: not-allowed; -} -.ant-pagination.ant-pagination-disabled .ant-pagination-item a { - color: hsl(0, 0%, 50%); - background: transparent; - border: none; - cursor: not-allowed; -} -.ant-pagination.ant-pagination-disabled .ant-pagination-item-active { - background: hsl(0, 0%, 10%); - border-color: transparent; -} -.ant-pagination.ant-pagination-disabled .ant-pagination-item-active a { - color: #fff; -} -.ant-pagination.ant-pagination-disabled .ant-pagination-item-link, -.ant-pagination.ant-pagination-disabled .ant-pagination-item-link:hover, -.ant-pagination.ant-pagination-disabled .ant-pagination-item-link:focus { - color: hsl(0, 0%, 35%); - background: hsl(0, 0%, 20%); - border-color: hsl(0, 0%, 40%); - cursor: not-allowed; -} -.ant-pagination.ant-pagination-disabled .ant-pagination-jump-prev:focus .ant-pagination-item-link-icon, -.ant-pagination.ant-pagination-disabled .ant-pagination-jump-next:focus .ant-pagination-item-link-icon, -.ant-pagination.ant-pagination-disabled .ant-pagination-jump-prev:hover .ant-pagination-item-link-icon, -.ant-pagination.ant-pagination-disabled .ant-pagination-jump-next:hover .ant-pagination-item-link-icon { - opacity: 0; -} -.ant-pagination.ant-pagination-disabled .ant-pagination-jump-prev:focus .ant-pagination-item-ellipsis, -.ant-pagination.ant-pagination-disabled .ant-pagination-jump-next:focus .ant-pagination-item-ellipsis, -.ant-pagination.ant-pagination-disabled .ant-pagination-jump-prev:hover .ant-pagination-item-ellipsis, -.ant-pagination.ant-pagination-disabled .ant-pagination-jump-next:hover .ant-pagination-item-ellipsis { - opacity: 1; -} -@media only screen and (max-width: 992px) { - .ant-pagination-item-after-jump-prev, - .ant-pagination-item-before-jump-next { - display: none; - } -} -@media only screen and (max-width: 576px) { - .ant-pagination-options { - display: none; - } -} -.ant-popover { - box-sizing: border-box; - margin: 0; - padding: 0; - color: hsl(0, 0%, 90%); - font-size: 14px; - font-variant: tabular-nums; - line-height: 1.5; - list-style: none; - font-feature-settings: 'tnum'; - position: absolute; - top: 0; - left: 0; - z-index: 1030; - font-weight: normal; - white-space: normal; - text-align: left; - cursor: auto; - user-select: text; -} -.ant-popover::after { - position: absolute; - background: rgba(255, 255, 255, 0.01); - content: ''; -} -.ant-popover-hidden { - display: none; -} -.ant-popover-placement-top, -.ant-popover-placement-topLeft, -.ant-popover-placement-topRight { - padding-bottom: 10px; -} -.ant-popover-placement-right, -.ant-popover-placement-rightTop, -.ant-popover-placement-rightBottom { - padding-left: 10px; -} -.ant-popover-placement-bottom, -.ant-popover-placement-bottomLeft, -.ant-popover-placement-bottomRight { - padding-top: 10px; -} -.ant-popover-placement-left, -.ant-popover-placement-leftTop, -.ant-popover-placement-leftBottom { - padding-right: 10px; -} -.ant-popover-inner { - background-color: yellow; - background-clip: padding-box; - border-radius: 0; - box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15); - box-shadow: 0 0 8px rgba(0, 0, 0, 0.15) \9; -} -@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { - .ant-popover { - /* IE10+ */ - } - .ant-popover-inner { - box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15); - } -} -.ant-popover-title { - min-width: 177px; - min-height: 32px; - margin: 0; - padding: 5px 8px 4px; - color: hsl(0, 0%, 85%); - font-weight: 500; - border-bottom: 1px solid hsl(0, 0%, 30%); -} -.ant-popover-inner-content { - padding: 12px 8px; - color: hsl(0, 0%, 90%); -} -.ant-popover-message { - position: relative; - padding: 4px 0 12px; - color: hsl(0, 0%, 90%); - font-size: 14px; -} -.ant-popover-message > .anticon { - position: absolute; - top: 8px; - color: salmon; - font-size: 14px; -} -.ant-popover-message-title { - padding-left: 22px; -} -.ant-popover-buttons { - margin-bottom: 4px; - text-align: right; -} -.ant-popover-buttons button { - margin-left: 8px; -} -.ant-popover-arrow { - position: absolute; - display: block; - width: 8.48528137px; - height: 8.48528137px; - background: transparent; - border-style: solid; - border-width: 4.24264069px; - transform: rotate(45deg); -} -.ant-popover-placement-top > .ant-popover-content > .ant-popover-arrow, -.ant-popover-placement-topLeft > .ant-popover-content > .ant-popover-arrow, -.ant-popover-placement-topRight > .ant-popover-content > .ant-popover-arrow { - bottom: 6.2px; - border-top-color: transparent; - border-right-color: yellow; - border-bottom-color: yellow; - border-left-color: transparent; - box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07); -} -.ant-popover-placement-top > .ant-popover-content > .ant-popover-arrow { - left: 50%; - transform: translateX(-50%) rotate(45deg); -} -.ant-popover-placement-topLeft > .ant-popover-content > .ant-popover-arrow { - left: 16px; -} -.ant-popover-placement-topRight > .ant-popover-content > .ant-popover-arrow { - right: 16px; -} -.ant-popover-placement-right > .ant-popover-content > .ant-popover-arrow, -.ant-popover-placement-rightTop > .ant-popover-content > .ant-popover-arrow, -.ant-popover-placement-rightBottom > .ant-popover-content > .ant-popover-arrow { - left: 6px; - border-top-color: transparent; - border-right-color: transparent; - border-bottom-color: yellow; - border-left-color: yellow; - box-shadow: -3px 3px 7px rgba(0, 0, 0, 0.07); -} -.ant-popover-placement-right > .ant-popover-content > .ant-popover-arrow { - top: 50%; - transform: translateY(-50%) rotate(45deg); -} -.ant-popover-placement-rightTop > .ant-popover-content > .ant-popover-arrow { - top: 12px; -} -.ant-popover-placement-rightBottom > .ant-popover-content > .ant-popover-arrow { - bottom: 12px; -} -.ant-popover-placement-bottom > .ant-popover-content > .ant-popover-arrow, -.ant-popover-placement-bottomLeft > .ant-popover-content > .ant-popover-arrow, -.ant-popover-placement-bottomRight > .ant-popover-content > .ant-popover-arrow { - top: 6px; - border-top-color: yellow; - border-right-color: transparent; - border-bottom-color: transparent; - border-left-color: yellow; - box-shadow: -2px -2px 5px rgba(0, 0, 0, 0.06); -} -.ant-popover-placement-bottom > .ant-popover-content > .ant-popover-arrow { - left: 50%; - transform: translateX(-50%) rotate(45deg); -} -.ant-popover-placement-bottomLeft > .ant-popover-content > .ant-popover-arrow { - left: 16px; -} -.ant-popover-placement-bottomRight > .ant-popover-content > .ant-popover-arrow { - right: 16px; -} -.ant-popover-placement-left > .ant-popover-content > .ant-popover-arrow, -.ant-popover-placement-leftTop > .ant-popover-content > .ant-popover-arrow, -.ant-popover-placement-leftBottom > .ant-popover-content > .ant-popover-arrow { - right: 6px; - border-top-color: yellow; - border-right-color: yellow; - border-bottom-color: transparent; - border-left-color: transparent; - box-shadow: 3px -3px 7px rgba(0, 0, 0, 0.07); -} -.ant-popover-placement-left > .ant-popover-content > .ant-popover-arrow { - top: 50%; - transform: translateY(-50%) rotate(45deg); -} -.ant-popover-placement-leftTop > .ant-popover-content > .ant-popover-arrow { - top: 12px; -} -.ant-popover-placement-leftBottom > .ant-popover-content > .ant-popover-arrow { - bottom: 12px; -} -.ant-progress { - box-sizing: border-box; - margin: 0; - padding: 0; - color: hsl(0, 0%, 90%); - font-size: 14px; - font-variant: tabular-nums; - line-height: 1.5; - list-style: none; - font-feature-settings: 'tnum'; - display: inline-block; -} -.ant-progress-line { - position: relative; - width: 100%; - font-size: 14px; -} -.ant-progress-small.ant-progress-line, -.ant-progress-small.ant-progress-line .ant-progress-text .anticon { - font-size: 12px; -} -.ant-progress-outer { - display: inline-block; - width: 100%; - margin-right: 0; - padding-right: 0; -} -.ant-progress-show-info .ant-progress-outer { - margin-right: calc(-2em - 8px); - padding-right: calc(2em + 8px); -} -.ant-progress-inner { - position: relative; - display: inline-block; - width: 100%; - vertical-align: middle; - background-color: hsl(0, 0%, 20%); - border-radius: 100px; -} -.ant-progress-circle-trail { - stroke: hsl(0, 0%, 20%); -} -.ant-progress-circle-path { - animation: ant-progress-appear 0.3s; - stroke: #1890ff; -} -.ant-progress-success-bg, -.ant-progress-bg { - position: relative; - background-color: #1890ff; - transition: all 0.4s cubic-bezier(0.08, 0.82, 0.17, 1) 0s; -} -.ant-progress-success-bg { - position: absolute; - top: 0; - left: 0; - background-color: #52c41a; -} -.ant-progress-text { - display: inline-block; - width: 2em; - margin-left: 8px; - color: hsl(0, 0%, 35%); - font-size: 1em; - line-height: 1; - white-space: nowrap; - text-align: left; - vertical-align: middle; - word-break: normal; -} -.ant-progress-text .anticon { - font-size: 14px; -} -.ant-progress-status-active .ant-progress-bg::before { - position: absolute; - top: 0; - right: 0; - bottom: 0; - left: 0; - background: hsl(0, 0%, 20%); - border-radius: 10px; - opacity: 0; - animation: ant-progress-active 2.4s cubic-bezier(0.23, 1, 0.32, 1) infinite; - content: ''; -} -.ant-progress-status-exception .ant-progress-bg { - background-color: #f5222d; -} -.ant-progress-status-exception .ant-progress-text { - color: #f5222d; -} -.ant-progress-status-exception .ant-progress-circle-path { - stroke: #f5222d; -} -.ant-progress-status-success .ant-progress-bg { - background-color: #52c41a; -} -.ant-progress-status-success .ant-progress-text { - color: #52c41a; -} -.ant-progress-status-success .ant-progress-circle-path { - stroke: #52c41a; -} -.ant-progress-circle .ant-progress-inner { - position: relative; - line-height: 1; - background-color: transparent; -} -.ant-progress-circle .ant-progress-text { - position: absolute; - top: 50%; - left: 50%; - width: 100%; - margin: 0; - padding: 0; - color: hsl(0, 0%, 90%); - line-height: 1; - white-space: normal; - text-align: center; - transform: translate(-50%, -50%); -} -.ant-progress-circle .ant-progress-text .anticon { - font-size: 1.16666667em; -} -.ant-progress-circle.ant-progress-status-exception .ant-progress-text { - color: #f5222d; -} -.ant-progress-circle.ant-progress-status-success .ant-progress-text { - color: #52c41a; -} -.ant-progress-circle-gradient .ant-progress-circle-path { - stroke: url(#gradient); -} -@keyframes ant-progress-active { - 0% { - width: 0; - opacity: 0.1; - } - 20% { - width: 0; - opacity: 0.5; - } - 100% { - width: 100%; - opacity: 0; - } -} -.ant-radio-group { - box-sizing: border-box; - margin: 0; - padding: 0; - color: hsl(0, 0%, 90%); - font-size: 14px; - font-variant: tabular-nums; - line-height: 1.5; - list-style: none; - font-feature-settings: 'tnum'; - display: inline-block; - line-height: unset; -} -.ant-radio-wrapper { - box-sizing: border-box; - margin: 0; - padding: 0; - color: hsl(0, 0%, 90%); - font-size: 14px; - font-variant: tabular-nums; - line-height: 1.5; - list-style: none; - font-feature-settings: 'tnum'; - position: relative; - display: inline-block; - margin-right: 8px; - white-space: nowrap; - cursor: pointer; -} -.ant-radio { - box-sizing: border-box; - margin: 0; - padding: 0; - color: hsl(0, 0%, 90%); - font-size: 14px; - font-variant: tabular-nums; - line-height: 1.5; - list-style: none; - font-feature-settings: 'tnum'; - position: relative; - display: inline-block; - line-height: 1; - white-space: nowrap; - vertical-align: sub; - outline: none; - cursor: pointer; -} -.ant-radio-wrapper:hover .ant-radio, -.ant-radio:hover .ant-radio-inner, -.ant-radio-input:focus + .ant-radio-inner { - border-color: hsl(200, 60%, 75%); -} -.ant-radio-input:focus + .ant-radio-inner { - box-shadow: 0 0 0 3px hsla(200, 60%, 75%, 0.08); -} -.ant-radio-checked::after { - position: absolute; - top: 0; - left: 0; - width: 100%; - height: 100%; - border: 1px solid hsl(200, 60%, 75%); - border-radius: 50%; - visibility: hidden; - animation: antRadioEffect 0.36s ease-in-out; - animation-fill-mode: both; - content: ''; -} -.ant-radio:hover::after, -.ant-radio-wrapper:hover .ant-radio::after { - visibility: visible; -} -.ant-radio-inner { - position: relative; - top: 0; - left: 0; - display: block; - width: 16px; - height: 16px; - background-color: hsl(0, 0%, 30%); - border-color: hsl(0, 0%, 40%); - border-style: solid; - border-width: 1px; - border-radius: 100px; - transition: all 0.3s; -} -.ant-radio-inner::after { - position: absolute; - top: 3px; - left: 3px; - display: table; - width: 8px; - height: 8px; - background-color: hsl(200, 60%, 75%); - border-top: 0; - border-left: 0; - border-radius: 8px; - transform: scale(0); - opacity: 0; - transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86); - content: ' '; -} -.ant-radio-input { - position: absolute; - top: 0; - right: 0; - bottom: 0; - left: 0; - z-index: 1; - cursor: pointer; - opacity: 0; -} -.ant-radio-checked .ant-radio-inner { - border-color: hsl(200, 60%, 75%); -} -.ant-radio-checked .ant-radio-inner::after { - transform: scale(1); - opacity: 1; - transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86); -} -.ant-radio-disabled .ant-radio-inner { - background-color: hsl(0, 0%, 20%); - border-color: hsl(0, 0%, 40%) !important; - cursor: not-allowed; -} -.ant-radio-disabled .ant-radio-inner::after { - background-color: rgba(0, 0, 0, 0.2); -} -.ant-radio-disabled .ant-radio-input { - cursor: not-allowed; -} -.ant-radio-disabled + span { - color: hsl(0, 0%, 50%); - cursor: not-allowed; -} -span.ant-radio + * { - padding-right: 8px; - padding-left: 8px; -} -.ant-radio-button-wrapper { - position: relative; - display: inline-block; - height: 28px; - margin: 0; - padding: 0 7px; - color: hsl(0, 0%, 90%); - line-height: 26px; - background: hsl(0, 0%, 30%); - border: 1px solid hsl(0, 0%, 40%); - border-top-width: 1.02px; - border-left: 0; - cursor: pointer; - transition: color 0.3s, background 0.3s, border-color 0.3s; -} -.ant-radio-button-wrapper a { - color: hsl(0, 0%, 90%); -} -.ant-radio-button-wrapper > .ant-radio-button { - display: block; - width: 0; - height: 0; - margin-left: 0; -} -.ant-radio-group-large .ant-radio-button-wrapper { - height: 34px; - font-size: 16px; - line-height: 32px; -} -.ant-radio-group-small .ant-radio-button-wrapper { - height: 24px; - padding: 0 3px; - line-height: 22px; -} -.ant-radio-button-wrapper:not(:first-child)::before { - position: absolute; - top: 0; - left: -1px; - display: block; - width: 1px; - height: 100%; - background-color: hsl(0, 0%, 40%); - content: ''; -} -.ant-radio-button-wrapper:first-child { - border-left: 1px solid hsl(0, 0%, 40%); - border-radius: 0 0 0 0; -} -.ant-radio-button-wrapper:last-child { - border-radius: 0 0 0 0; -} -.ant-radio-button-wrapper:first-child:last-child { - border-radius: 0; -} -.ant-radio-button-wrapper:hover { - position: relative; - color: hsl(200, 60%, 75%); -} -.ant-radio-button-wrapper:focus-within { - outline: 3px solid hsla(200, 60%, 75%, 0.06); -} -.ant-radio-button-wrapper .ant-radio-inner, -.ant-radio-button-wrapper input[type='checkbox'], -.ant-radio-button-wrapper input[type='radio'] { - width: 0; - height: 0; - opacity: 0; - pointer-events: none; -} -.ant-radio-button-wrapper-checked { - z-index: 1; - color: hsl(200, 60%, 75%); - background: hsl(0, 0%, 30%); - border-color: hsl(200, 60%, 75%); - box-shadow: -1px 0 0 0 hsl(200, 60%, 75%); -} -.ant-radio-button-wrapper-checked::before { - background-color: hsl(200, 60%, 75%) !important; - opacity: 0.1; -} -.ant-radio-button-wrapper-checked:first-child { - border-color: hsl(200, 60%, 75%); - box-shadow: none !important; -} -.ant-radio-button-wrapper-checked:hover { - color: hsl(200, 10%, 60%); - border-color: hsl(200, 10%, 60%); - box-shadow: -1px 0 0 0 hsl(200, 10%, 60%); -} -.ant-radio-button-wrapper-checked:active { - color: #77a5bf; - border-color: #77a5bf; - box-shadow: -1px 0 0 0 #77a5bf; -} -.ant-radio-button-wrapper-checked:focus-within { - outline: 3px solid hsla(200, 60%, 75%, 0.06); -} -.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) { - color: hsl(0, 0%, 20%); - background: hsl(200, 60%, 75%); - border-color: hsl(200, 60%, 75%); -} -.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover { - color: hsl(0, 0%, 20%); - background: hsl(200, 10%, 60%); - border-color: hsl(200, 10%, 60%); -} -.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active { - color: hsl(0, 0%, 20%); - background: #77a5bf; - border-color: #77a5bf; -} -.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):focus-within { - outline: 3px solid hsla(200, 60%, 75%, 0.06); -} -.ant-radio-button-wrapper-disabled { - color: hsl(0, 0%, 50%); - background-color: hsl(0, 0%, 20%); - border-color: hsl(0, 0%, 40%); - cursor: not-allowed; -} -.ant-radio-button-wrapper-disabled:first-child, -.ant-radio-button-wrapper-disabled:hover { - color: hsl(0, 0%, 50%); - background-color: hsl(0, 0%, 20%); - border-color: hsl(0, 0%, 40%); -} -.ant-radio-button-wrapper-disabled:first-child { - border-left-color: hsl(0, 0%, 40%); -} -.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked { - color: #fff; - background-color: #e6e6e6; - border-color: hsl(0, 0%, 40%); - box-shadow: none; -} -@keyframes antRadioEffect { - 0% { - transform: scale(1); - opacity: 0.5; - } - 100% { - transform: scale(1.6); - opacity: 0; - } -} -@supports (-moz-appearance: meterbar) and (background-blend-mode: difference, normal) { - .ant-radio { - vertical-align: text-bottom; - } -} -.ant-rate { - box-sizing: border-box; - color: hsl(0, 0%, 90%); - font-size: 14px; - font-variant: tabular-nums; - line-height: 1.5; - font-feature-settings: 'tnum'; - display: inline-block; - margin: 0; - padding: 0; - color: #fadb14; - font-size: 20px; - line-height: unset; - list-style: none; - outline: none; -} -.ant-rate-disabled .ant-rate-star { - cursor: default; -} -.ant-rate-disabled .ant-rate-star:hover { - transform: scale(1); -} -.ant-rate-star { - position: relative; - display: inline-block; - margin: 0; - margin-right: 8px; - padding: 0; - color: inherit; - cursor: pointer; - transition: all 0.3s; -} -.ant-rate-star > div:focus { - outline: 0; -} -.ant-rate-star > div:hover, -.ant-rate-star > div:focus { - transform: scale(1.1); -} -.ant-rate-star-first, -.ant-rate-star-second { - color: hsl(0, 0%, 30%); - transition: all 0.3s; - user-select: none; -} -.ant-rate-star-first .anticon, -.ant-rate-star-second .anticon { - vertical-align: middle; -} -.ant-rate-star-first { - position: absolute; - top: 0; - left: 0; - width: 50%; - height: 100%; - overflow: hidden; - opacity: 0; -} -.ant-rate-star-half .ant-rate-star-first, -.ant-rate-star-half .ant-rate-star-second { - opacity: 1; -} -.ant-rate-star-half .ant-rate-star-first, -.ant-rate-star-full .ant-rate-star-second { - color: inherit; -} -.ant-rate-text { - display: inline-block; - margin-left: 8px; - font-size: 14px; -} -.ant-result { - padding: 48px 32px; -} -.ant-result-success .ant-result-icon > .anticon { - color: #52c41a; -} -.ant-result-error .ant-result-icon > .anticon { - color: #f5222d; -} -.ant-result-info .ant-result-icon > .anticon { - color: orange; -} -.ant-result-warning .ant-result-icon > .anticon { - color: salmon; -} -.ant-result-image { - width: 250px; - height: 295px; - margin: auto; -} -.ant-result-icon { - margin-bottom: 24px; - text-align: center; -} -.ant-result-icon > .anticon { - font-size: 72px; -} -.ant-result-title { - color: hsl(0, 0%, 85%); - font-size: 24px; - line-height: 1.8; - text-align: center; -} -.ant-result-subtitle { - color: hsl(0, 0%, 35%); - font-size: 14px; - line-height: 1.6; - text-align: center; -} -.ant-result-extra { - margin-top: 32px; - text-align: center; -} -.ant-result-extra > * { - margin-right: 8px; -} -.ant-result-content { - margin-top: 24px; - padding: 24px 40px; - background-color: hsl(0, 0%, 40%); -} -.ant-select { - box-sizing: border-box; - margin: 0; - padding: 0; - color: hsl(0, 0%, 90%); - font-size: 14px; - font-variant: tabular-nums; - line-height: 1.5; - list-style: none; - font-feature-settings: 'tnum'; - position: relative; - display: inline-block; - outline: 0; -} -.ant-select ul, -.ant-select ol { - margin: 0; - padding: 0; - list-style: none; -} -.ant-select > ul > li > a { - padding: 0; - background-color: hsl(0, 0%, 20%); -} -.ant-select-arrow { - display: inline-block; - color: inherit; - font-style: normal; - line-height: 0; - text-align: center; - text-transform: none; - vertical-align: -0.125em; - text-rendering: optimizeLegibility; - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; - position: absolute; - top: 50%; - right: 5px; - margin-top: -6px; - color: hsl(0, 0%, 50%); - font-size: 12px; - line-height: 1; - transform-origin: 50% 50%; -} -.ant-select-arrow > * { - line-height: 1; -} -.ant-select-arrow svg { - display: inline-block; -} -.ant-select-arrow::before { - display: none; -} -.ant-select-arrow .ant-select-arrow-icon { - display: block; -} -.ant-select-arrow .ant-select-arrow-icon svg { - transition: transform 0.3s; -} -.ant-select-selection { - display: block; - box-sizing: border-box; - background-color: hsl(0, 0%, 20%); - border: 1px solid hsl(0, 0%, 40%); - border-top-width: 1.02px; - border-radius: 0; - outline: none; - transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); - user-select: none; -} -.ant-select-selection:hover { - border-color: #c9e6f2; - border-right-width: 1px !important; -} -.ant-select-focused .ant-select-selection, -.ant-select-selection:focus, -.ant-select-selection:active { - border-color: #c9e6f2; - border-right-width: 1px !important; - outline: 0; - box-shadow: 0 0 0 2px hsla(200, 60%, 75%, 0.2); -} -.ant-select-selection__clear { - position: absolute; - top: 50%; - right: 5px; - z-index: 1; - display: inline-block; - width: 12px; - height: 12px; - margin-top: -6px; - color: hsl(0, 0%, 50%); - font-size: 12px; - font-style: normal; - line-height: 12px; - text-align: center; - text-transform: none; - background: hsl(0, 0%, 20%); - cursor: pointer; - opacity: 0; - transition: color 0.3s ease, opacity 0.15s ease; - text-rendering: auto; -} -.ant-select-selection__clear::before { - display: block; -} -.ant-select-selection__clear:hover { - color: hsl(0, 0%, 35%); -} -.ant-select-selection:hover .ant-select-selection__clear { - opacity: 1; -} -.ant-select-selection-selected-value { - float: left; - max-width: 100%; - padding-right: 20px; - overflow: hidden; - white-space: nowrap; - text-overflow: ellipsis; -} -.ant-select-no-arrow .ant-select-selection-selected-value { - padding-right: 0; -} -.ant-select-disabled { - color: hsl(0, 0%, 50%); -} -.ant-select-disabled .ant-select-selection { - background: hsl(0, 0%, 20%); - cursor: not-allowed; -} -.ant-select-disabled .ant-select-selection:hover, -.ant-select-disabled .ant-select-selection:focus, -.ant-select-disabled .ant-select-selection:active { - border-color: hsl(0, 0%, 40%); - box-shadow: none; -} -.ant-select-disabled .ant-select-selection__clear { - display: none; - visibility: hidden; - pointer-events: none; -} -.ant-select-disabled .ant-select-selection--multiple .ant-select-selection__choice { - padding-right: 10px; - color: rgba(0, 0, 0, 0.33); - background: hsl(0, 0%, 20%); -} -.ant-select-disabled .ant-select-selection--multiple .ant-select-selection__choice__remove { - display: none; -} -.ant-select-selection--single { - position: relative; - height: 28px; - cursor: pointer; -} -.ant-select-selection__rendered { - position: relative; - display: block; - margin-right: 5px; - margin-left: 5px; - line-height: 26px; -} -.ant-select-selection__rendered::after { - display: inline-block; - width: 0; - visibility: hidden; - content: '.'; - pointer-events: none; -} -.ant-select-lg { - font-size: 16px; -} -.ant-select-lg .ant-select-selection--single { - height: 34px; -} -.ant-select-lg .ant-select-selection__rendered { - line-height: 32px; -} -.ant-select-lg .ant-select-selection--multiple { - min-height: 34px; -} -.ant-select-lg .ant-select-selection--multiple .ant-select-selection__rendered li { - height: 26px; - line-height: 26px; -} -.ant-select-lg .ant-select-selection--multiple .ant-select-selection__clear, -.ant-select-lg .ant-select-selection--multiple .ant-select-arrow { - top: 17px; -} -.ant-select-sm .ant-select-selection--single { - height: 24px; -} -.ant-select-sm .ant-select-selection__rendered { - margin: 0 3px; - line-height: 22px; -} -.ant-select-sm .ant-select-selection--multiple { - min-height: 24px; -} -.ant-select-sm .ant-select-selection--multiple .ant-select-selection__rendered li { - height: 16px; - line-height: 14px; -} -.ant-select-sm .ant-select-selection--multiple .ant-select-selection__clear, -.ant-select-sm .ant-select-selection--multiple .ant-select-arrow { - top: 12px; -} -.ant-select-sm .ant-select-selection__clear, -.ant-select-sm .ant-select-arrow { - right: 4px; -} -.ant-select-disabled .ant-select-selection__choice__remove { - color: hsl(0, 0%, 50%); - cursor: default; -} -.ant-select-disabled .ant-select-selection__choice__remove:hover { - color: hsl(0, 0%, 50%); -} -.ant-select-search__field__wrap { - position: relative; - display: inline-block; -} -.ant-select-selection__placeholder, -.ant-select-search__field__placeholder { - position: absolute; - top: 50%; - right: 9px; - left: 0; - max-width: 100%; - height: 20px; - margin-top: -10px; - overflow: hidden; - color: #bfbfbf; - line-height: 20px; - white-space: nowrap; - text-align: left; - text-overflow: ellipsis; -} -.ant-select-search__field__placeholder { - left: 6px; -} -.ant-select-search__field__mirror { - position: absolute; - top: 0; - left: 0; - white-space: pre; - opacity: 0; - pointer-events: none; -} -.ant-select-search--inline { - position: absolute; - width: 100%; - height: 100%; -} -.ant-select-search--inline .ant-select-search__field__wrap { - width: 100%; - height: 100%; -} -.ant-select-search--inline .ant-select-search__field { - width: 100%; - height: 100%; - font-size: 100%; - line-height: 1; - background: transparent; - border-width: 0; - border-radius: 0; - outline: 0; -} -.ant-select-search--inline > i { - float: right; -} -.ant-select-selection--multiple { - min-height: 28px; - padding-bottom: 3px; - cursor: text; - zoom: 1; -} -.ant-select-selection--multiple::before, -.ant-select-selection--multiple::after { - display: table; - content: ''; -} -.ant-select-selection--multiple::after { - clear: both; -} -.ant-select-selection--multiple::before, -.ant-select-selection--multiple::after { - display: table; - content: ''; -} -.ant-select-selection--multiple::after { - clear: both; -} -.ant-select-selection--multiple .ant-select-search--inline { - position: static; - float: left; - width: auto; - max-width: 100%; - padding: 0; -} -.ant-select-selection--multiple .ant-select-search--inline .ant-select-search__field { - width: 0.75em; - max-width: 100%; -} -.ant-select-selection--multiple .ant-select-selection__rendered { - height: auto; - margin-bottom: -3px; - margin-left: 5px; -} -.ant-select-selection--multiple .ant-select-selection__placeholder { - margin-left: 6px; -} -.ant-select-selection--multiple > ul > li, -.ant-select-selection--multiple .ant-select-selection__rendered > ul > li { - height: 20px; - margin-top: 3px; - line-height: 18px; -} -.ant-select-selection--multiple .ant-select-selection__choice { - position: relative; - float: left; - max-width: 99%; - margin-right: 4px; - padding: 0 20px 0 10px; - overflow: hidden; - color: hsl(0, 0%, 90%); - background-color: yellow; - border: 1px solid hsl(0, 0%, 30%); - border-radius: 0; - cursor: default; - transition: padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); -} -.ant-select-selection--multiple .ant-select-selection__choice__disabled { - padding: 0 10px; -} -.ant-select-selection--multiple .ant-select-selection__choice__content { - display: inline-block; - max-width: 100%; - overflow: hidden; - white-space: nowrap; - text-overflow: ellipsis; - transition: margin 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); -} -.ant-select-selection--multiple .ant-select-selection__choice__remove { - color: inherit; - font-style: normal; - line-height: 0; - text-align: center; - text-transform: none; - vertical-align: -0.125em; - text-rendering: optimizeLegibility; - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; - position: absolute; - right: 4px; - color: hsl(0, 0%, 35%); - font-weight: bold; - line-height: inherit; - cursor: pointer; - transition: all 0.3s; - display: inline-block; - font-size: 12px; - font-size: 10px \9; - transform: scale(0.83333333) rotate(0deg); -} -.ant-select-selection--multiple .ant-select-selection__choice__remove > * { - line-height: 1; -} -.ant-select-selection--multiple .ant-select-selection__choice__remove svg { - display: inline-block; -} -.ant-select-selection--multiple .ant-select-selection__choice__remove::before { - display: none; -} -.ant-select-selection--multiple .ant-select-selection__choice__remove .ant-select-selection--multiple .ant-select-selection__choice__remove-icon { - display: block; -} -:root .ant-select-selection--multiple .ant-select-selection__choice__remove { - font-size: 12px; -} -.ant-select-selection--multiple .ant-select-selection__choice__remove:hover { - color: rgba(0, 0, 0, 0.75); -} -.ant-select-selection--multiple .ant-select-selection__clear, -.ant-select-selection--multiple .ant-select-arrow { - top: 14px; -} -.ant-select-allow-clear .ant-select-selection--single .ant-select-selection-selected-value { - padding-right: 16px; -} -.ant-select-allow-clear .ant-select-selection--multiple .ant-select-selection__rendered, -.ant-select-show-arrow .ant-select-selection--multiple .ant-select-selection__rendered { - margin-right: 20px; -} -.ant-select-open .ant-select-arrow-icon svg { - transform: rotate(180deg); -} -.ant-select-open .ant-select-selection { - border-color: #c9e6f2; - border-right-width: 1px !important; - outline: 0; - box-shadow: 0 0 0 2px hsla(200, 60%, 75%, 0.2); -} -.ant-select-combobox .ant-select-arrow { - display: none; -} -.ant-select-combobox .ant-select-search--inline { - float: none; - width: 100%; - height: 100%; -} -.ant-select-combobox .ant-select-search__field__wrap { - width: 100%; - height: 100%; -} -.ant-select-combobox .ant-select-search__field { - position: relative; - z-index: 1; - width: 100%; - height: 100%; - box-shadow: none; - transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), height 0s; -} -.ant-select-combobox.ant-select-allow-clear .ant-select-selection:hover .ant-select-selection__rendered, -.ant-select-combobox.ant-select-show-arrow .ant-select-selection:hover .ant-select-selection__rendered { - margin-right: 20px; -} -.ant-select-dropdown { - margin: 0; - padding: 0; - color: hsl(0, 0%, 90%); - font-variant: tabular-nums; - line-height: 1.5; - list-style: none; - font-feature-settings: 'tnum'; - position: absolute; - top: -9999px; - left: -9999px; - z-index: 1050; - box-sizing: border-box; - font-size: 14px; - font-variant: initial; - background-color: hsl(0, 0%, 20%); - border-radius: 0; - outline: none; - box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15); -} -.ant-select-dropdown.slide-up-enter.slide-up-enter-active.ant-select-dropdown-placement-bottomLeft, -.ant-select-dropdown.slide-up-appear.slide-up-appear-active.ant-select-dropdown-placement-bottomLeft { - animation-name: antSlideUpIn; -} -.ant-select-dropdown.slide-up-enter.slide-up-enter-active.ant-select-dropdown-placement-topLeft, -.ant-select-dropdown.slide-up-appear.slide-up-appear-active.ant-select-dropdown-placement-topLeft { - animation-name: antSlideDownIn; -} -.ant-select-dropdown.slide-up-leave.slide-up-leave-active.ant-select-dropdown-placement-bottomLeft { - animation-name: antSlideUpOut; -} -.ant-select-dropdown.slide-up-leave.slide-up-leave-active.ant-select-dropdown-placement-topLeft { - animation-name: antSlideDownOut; -} -.ant-select-dropdown-hidden { - display: none; -} -.ant-select-dropdown-menu { - max-height: 250px; - margin-bottom: 0; - padding-left: 0; - overflow: auto; - list-style: none; - outline: none; -} -.ant-select-dropdown-menu-item-group-list { - margin: 0; - padding: 0; -} -.ant-select-dropdown-menu-item-group-list > .ant-select-dropdown-menu-item { - padding-left: 20px; -} -.ant-select-dropdown-menu-item-group-title { - height: 32px; - padding: 0 6px; - color: hsl(0, 0%, 35%); - font-size: 12px; - line-height: 32px; -} -.ant-select-dropdown-menu-item-group-list .ant-select-dropdown-menu-item:first-child:not(:last-child), -.ant-select-dropdown-menu-item-group:not(:last-child) .ant-select-dropdown-menu-item-group-list .ant-select-dropdown-menu-item:last-child { - border-radius: 0; -} -.ant-select-dropdown-menu-item { - position: relative; - display: block; - padding: 5px 6px; - overflow: hidden; - color: hsl(0, 0%, 90%); - font-weight: normal; - line-height: 22px; - white-space: nowrap; - text-overflow: ellipsis; - cursor: pointer; - transition: background 0.3s ease; -} -.ant-select-dropdown-menu-item:hover:not(.ant-select-dropdown-menu-item-disabled) { - background-color: hsl(200, 30%, 30%); -} -.ant-select-dropdown-menu-item:first-child { - border-radius: 0 0 0 0; -} -.ant-select-dropdown-menu-item:last-child { - border-radius: 0 0 0 0; -} -.ant-select-dropdown-menu-item-selected { - color: hsl(0, 0%, 90%); - font-weight: 600; - background-color: hsl(0, 0%, 40%); -} -.ant-select-dropdown-menu-item-disabled { - color: hsl(0, 0%, 50%); - cursor: not-allowed; -} -.ant-select-dropdown-menu-item-disabled:hover { - color: hsl(0, 0%, 50%); - cursor: not-allowed; -} -.ant-select-dropdown-menu-item-active:not(.ant-select-dropdown-menu-item-disabled) { - background-color: hsl(200, 50%, 30%); -} -.ant-select-dropdown-menu-item-divider { - height: 1px; - margin: 1px 0; - overflow: hidden; - line-height: 0; - background-color: hsl(0, 0%, 30%); -} -.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item { - padding-right: 26px; -} -.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item .ant-select-selected-icon { - position: absolute; - top: 50%; - right: 6px; - color: transparent; - font-weight: bold; - font-size: 12px; - text-shadow: 0 0.1px 0, 0.1px 0 0, 0 -0.1px 0, -0.1px 0; - transform: translateY(-50%); - transition: all 0.2s; -} -.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item:hover .ant-select-selected-icon { - color: rgba(0, 0, 0, 0.87); -} -.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item-disabled .ant-select-selected-icon { - display: none; -} -.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item-selected .ant-select-selected-icon, -.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item-selected:hover .ant-select-selected-icon { - display: inline-block; - color: hsl(200, 60%, 75%); -} -.ant-select-dropdown--empty.ant-select-dropdown--multiple .ant-select-dropdown-menu-item { - padding-right: 6px; -} -.ant-select-dropdown-container-open .ant-select-dropdown, -.ant-select-dropdown-open .ant-select-dropdown { - display: block; -} -.ant-skeleton { - display: table; - width: 100%; -} -.ant-skeleton-header { - display: table-cell; - padding-right: 16px; - vertical-align: top; -} -.ant-skeleton-header .ant-skeleton-avatar { - display: inline-block; - vertical-align: top; - background: #f2f2f2; - width: 32px; - height: 32px; - line-height: 32px; -} -.ant-skeleton-header .ant-skeleton-avatar.ant-skeleton-avatar-circle { - border-radius: 50%; -} -.ant-skeleton-header .ant-skeleton-avatar-lg { - width: 40px; - height: 40px; - line-height: 40px; -} -.ant-skeleton-header .ant-skeleton-avatar-lg.ant-skeleton-avatar-circle { - border-radius: 50%; -} -.ant-skeleton-header .ant-skeleton-avatar-sm { - width: 24px; - height: 24px; - line-height: 24px; -} -.ant-skeleton-header .ant-skeleton-avatar-sm.ant-skeleton-avatar-circle { - border-radius: 50%; -} -.ant-skeleton-content { - display: table-cell; - width: 100%; - vertical-align: top; -} -.ant-skeleton-content .ant-skeleton-title { - width: 100%; - height: 16px; - margin-top: 16px; - background: #f2f2f2; -} -.ant-skeleton-content .ant-skeleton-title + .ant-skeleton-paragraph { - margin-top: 24px; -} -.ant-skeleton-content .ant-skeleton-paragraph { - padding: 0; -} -.ant-skeleton-content .ant-skeleton-paragraph > li { - width: 100%; - height: 16px; - list-style: none; - background: #f2f2f2; -} -.ant-skeleton-content .ant-skeleton-paragraph > li:last-child:not(:first-child):not(:nth-child(2)) { - width: 61%; -} -.ant-skeleton-content .ant-skeleton-paragraph > li + li { - margin-top: 16px; -} -.ant-skeleton-with-avatar .ant-skeleton-content .ant-skeleton-title { - margin-top: 12px; -} -.ant-skeleton-with-avatar .ant-skeleton-content .ant-skeleton-title + .ant-skeleton-paragraph { - margin-top: 28px; -} -.ant-skeleton.ant-skeleton-active .ant-skeleton-content .ant-skeleton-title, -.ant-skeleton.ant-skeleton-active .ant-skeleton-content .ant-skeleton-paragraph > li { - background: linear-gradient(90deg, #f2f2f2 25%, #e6e6e6 37%, #f2f2f2 63%); - background-size: 400% 100%; - animation: ant-skeleton-loading 1.4s ease infinite; -} -.ant-skeleton.ant-skeleton-active .ant-skeleton-avatar { - background: linear-gradient(90deg, #f2f2f2 25%, #e6e6e6 37%, #f2f2f2 63%); - background-size: 400% 100%; - animation: ant-skeleton-loading 1.4s ease infinite; -} -@keyframes ant-skeleton-loading { - 0% { - background-position: 100% 50%; - } - 100% { - background-position: 0 50%; - } -} -.ant-slider { - box-sizing: border-box; - margin: 0; - padding: 0; - color: hsl(0, 0%, 90%); - font-size: 14px; - font-variant: tabular-nums; - line-height: 1.5; - list-style: none; - font-feature-settings: 'tnum'; - position: relative; - height: 12px; - margin: 14px 6px 10px; - padding: 4px 0; - cursor: pointer; - touch-action: none; -} -.ant-slider-vertical { - width: 12px; - height: 100%; - margin: 6px 10px; - padding: 0 4px; -} -.ant-slider-vertical .ant-slider-rail { - width: 4px; - height: 100%; -} -.ant-slider-vertical .ant-slider-track { - width: 4px; -} -.ant-slider-vertical .ant-slider-handle { - margin-bottom: -7px; - margin-left: -5px; -} -.ant-slider-vertical .ant-slider-mark { - top: 0; - left: 12px; - width: 18px; - height: 100%; -} -.ant-slider-vertical .ant-slider-mark-text { - left: 4px; - white-space: nowrap; -} -.ant-slider-vertical .ant-slider-step { - width: 4px; - height: 100%; -} -.ant-slider-vertical .ant-slider-dot { - top: auto; - left: 2px; - margin-bottom: -4px; -} -.ant-slider-with-marks { - margin-bottom: 28px; -} -.ant-slider-rail { - position: absolute; - width: 100%; - height: 4px; - background-color: hsl(0, 0%, 20%); - border-radius: 2px; - transition: background-color 0.3s; -} -.ant-slider-track { - position: absolute; - height: 4px; - background-color: #f0fbff; - border-radius: 0; - transition: background-color 0.3s ease; -} -.ant-slider-handle { - position: absolute; - width: 14px; - height: 14px; - margin-top: -5px; - margin-left: -7px; - background-color: hsl(0, 0%, 20%); - border: solid 2px #f0fbff; - border-radius: 50%; - box-shadow: 0; - cursor: pointer; - transition: border-color 0.3s, box-shadow 0.6s, transform 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28); -} -.ant-slider-handle:focus { - border-color: #add6eb; - outline: none; - box-shadow: 0 0 0 5px hsla(200, 60%, 75%, 0.2); -} -.ant-slider-handle.ant-tooltip-open { - border-color: hsl(200, 60%, 75%); -} -.ant-slider:hover .ant-slider-rail { - background-color: #e1e1e1; -} -.ant-slider:hover .ant-slider-track { - background-color: #f0fbff; -} -.ant-slider:hover .ant-slider-handle:not(.ant-tooltip-open) { - border-color: #f0fbff; -} -.ant-slider-mark { - position: absolute; - top: 14px; - left: 0; - width: 100%; - font-size: 14px; -} -.ant-slider-mark-text { - position: absolute; - display: inline-block; - color: hsl(0, 0%, 35%); - text-align: center; - word-break: keep-all; - cursor: pointer; -} -.ant-slider-mark-text-active { - color: hsl(0, 0%, 90%); -} -.ant-slider-step { - position: absolute; - width: 100%; - height: 4px; - background: transparent; -} -.ant-slider-dot { - position: absolute; - top: -2px; - width: 8px; - height: 8px; - margin-left: -4px; - background-color: hsl(0, 0%, 20%); - border: 2px solid hsl(0, 0%, 30%); - border-radius: 50%; - cursor: pointer; -} -.ant-slider-dot:first-child { - margin-left: -4px; -} -.ant-slider-dot:last-child { - margin-left: -4px; -} -.ant-slider-dot-active { - border-color: #cce6f2; -} -.ant-slider-disabled { - cursor: not-allowed; -} -.ant-slider-disabled .ant-slider-track { - background-color: hsl(0, 0%, 50%) !important; -} -.ant-slider-disabled .ant-slider-handle, -.ant-slider-disabled .ant-slider-dot { - background-color: hsl(0, 0%, 20%); - border-color: hsl(0, 0%, 50%) !important; - box-shadow: none; - cursor: not-allowed; -} -.ant-slider-disabled .ant-slider-mark-text, -.ant-slider-disabled .ant-slider-dot { - cursor: not-allowed !important; -} -.ant-spin { - box-sizing: border-box; - margin: 0; - padding: 0; - color: hsl(0, 0%, 90%); - font-size: 14px; - font-variant: tabular-nums; - line-height: 1.5; - list-style: none; - font-feature-settings: 'tnum'; - position: absolute; - display: none; - color: hsl(200, 60%, 75%); - text-align: center; - vertical-align: middle; - opacity: 0; - transition: transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86); -} -.ant-spin-spinning { - position: static; - display: inline-block; - opacity: 1; -} -.ant-spin-nested-loading { - position: relative; -} -.ant-spin-nested-loading > div > .ant-spin { - position: absolute; - top: 0; - left: 0; - z-index: 4; - display: block; - width: 100%; - height: 100%; - max-height: 400px; -} -.ant-spin-nested-loading > div > .ant-spin .ant-spin-dot { - position: absolute; - top: 50%; - left: 50%; - margin: -10px; -} -.ant-spin-nested-loading > div > .ant-spin .ant-spin-text { - position: absolute; - top: 50%; - width: 100%; - padding-top: 5px; - text-shadow: 0 1px 2px hsl(0, 0%, 20%); -} -.ant-spin-nested-loading > div > .ant-spin.ant-spin-show-text .ant-spin-dot { - margin-top: -20px; -} -.ant-spin-nested-loading > div > .ant-spin-sm .ant-spin-dot { - margin: -7px; -} -.ant-spin-nested-loading > div > .ant-spin-sm .ant-spin-text { - padding-top: 2px; -} -.ant-spin-nested-loading > div > .ant-spin-sm.ant-spin-show-text .ant-spin-dot { - margin-top: -17px; -} -.ant-spin-nested-loading > div > .ant-spin-lg .ant-spin-dot { - margin: -16px; -} -.ant-spin-nested-loading > div > .ant-spin-lg .ant-spin-text { - padding-top: 11px; -} -.ant-spin-nested-loading > div > .ant-spin-lg.ant-spin-show-text .ant-spin-dot { - margin-top: -26px; -} -.ant-spin-container { - position: relative; - transition: opacity 0.3s; -} -.ant-spin-container::after { - position: absolute; - top: 0; - right: 0; - bottom: 0; - left: 0; - z-index: 10; - display: none \9; - width: 100%; - height: 100%; - background: hsl(0, 0%, 20%); - opacity: 0; - transition: all 0.3s; - content: ''; - pointer-events: none; -} -.ant-spin-blur { - clear: both; - overflow: hidden; - opacity: 0.5; - user-select: none; - pointer-events: none; -} -.ant-spin-blur::after { - opacity: 0.4; - pointer-events: auto; -} -.ant-spin-tip { - color: hsl(0, 0%, 35%); -} -.ant-spin-dot { - position: relative; - display: inline-block; - font-size: 20px; - width: 1em; - height: 1em; -} -.ant-spin-dot-item { - position: absolute; - display: block; - width: 9px; - height: 9px; - background-color: hsl(200, 60%, 75%); - border-radius: 100%; - transform: scale(0.75); - transform-origin: 50% 50%; - opacity: 0.3; - animation: antSpinMove 1s infinite linear alternate; -} -.ant-spin-dot-item:nth-child(1) { - top: 0; - left: 0; -} -.ant-spin-dot-item:nth-child(2) { - top: 0; - right: 0; - animation-delay: 0.4s; -} -.ant-spin-dot-item:nth-child(3) { - right: 0; - bottom: 0; - animation-delay: 0.8s; -} -.ant-spin-dot-item:nth-child(4) { - bottom: 0; - left: 0; - animation-delay: 1.2s; -} -.ant-spin-dot-spin { - transform: rotate(45deg); - animation: antRotate 1.2s infinite linear; -} -.ant-spin-sm .ant-spin-dot { - font-size: 14px; -} -.ant-spin-sm .ant-spin-dot i { - width: 6px; - height: 6px; -} -.ant-spin-lg .ant-spin-dot { - font-size: 32px; -} -.ant-spin-lg .ant-spin-dot i { - width: 14px; - height: 14px; -} -.ant-spin.ant-spin-show-text .ant-spin-text { - display: block; -} -@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) { - /* IE10+ */ - .ant-spin-blur { - background: hsl(0, 0%, 20%); - opacity: 0.5; - } -} -@keyframes antSpinMove { - to { - opacity: 1; - } -} -@keyframes antRotate { - to { - transform: rotate(405deg); - } -} -.ant-statistic { - box-sizing: border-box; - margin: 0; - padding: 0; - color: hsl(0, 0%, 90%); - font-size: 14px; - font-variant: tabular-nums; - line-height: 1.5; - list-style: none; - font-feature-settings: 'tnum'; -} -.ant-statistic-title { - margin-bottom: 4px; - color: hsl(0, 0%, 35%); - font-size: 14px; -} -.ant-statistic-content { - color: hsl(0, 0%, 85%); - font-size: 24px; - font-family: Tahoma, 'Helvetica Neue', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; -} -.ant-statistic-content-value-decimal { - font-size: 16px; -} -.ant-statistic-content-prefix, -.ant-statistic-content-suffix { - display: inline-block; -} -.ant-statistic-content-prefix { - margin-right: 4px; -} -.ant-statistic-content-suffix { - margin-left: 4px; - font-size: 16px; -} -.ant-steps { - box-sizing: border-box; - margin: 0; - padding: 0; - color: hsl(0, 0%, 90%); - font-size: 14px; - font-variant: tabular-nums; - line-height: 1.5; - list-style: none; - font-feature-settings: 'tnum'; - display: flex; - width: 100%; - font-size: 0; -} -.ant-steps-item { - position: relative; - display: inline-block; - flex: 1; - overflow: hidden; - vertical-align: top; -} -.ant-steps-item:last-child { - flex: none; -} -.ant-steps-item:last-child > .ant-steps-item-tail, -.ant-steps-item:last-child > .ant-steps-item-content > .ant-steps-item-title::after { - display: none; -} -.ant-steps-item-icon, -.ant-steps-item-content { - display: inline-block; - vertical-align: top; -} -.ant-steps-item-icon { - width: 32px; - height: 32px; - margin-right: 8px; - font-size: 16px; - font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; - line-height: 32px; - text-align: center; - border: 1px solid hsl(0, 0%, 50%); - border-radius: 32px; - transition: background-color 0.3s, border-color 0.3s; -} -.ant-steps-item-icon > .ant-steps-icon { - position: relative; - top: -1px; - color: hsl(200, 60%, 75%); - line-height: 1; -} -.ant-steps-item-tail { - position: absolute; - top: 12px; - left: 0; - width: 100%; - padding: 0 10px; -} -.ant-steps-item-tail::after { - display: inline-block; - width: 100%; - height: 1px; - background: hsl(0, 0%, 30%); - border-radius: 1px; - transition: background 0.3s; - content: ''; -} -.ant-steps-item-title { - position: relative; - display: inline-block; - padding-right: 16px; - color: hsl(0, 0%, 90%); - font-size: 16px; - line-height: 32px; -} -.ant-steps-item-title::after { - position: absolute; - top: 16px; - left: 100%; - display: block; - width: 9999px; - height: 1px; - background: hsl(0, 0%, 30%); - content: ''; -} -.ant-steps-item-description { - color: hsl(0, 0%, 35%); - font-size: 14px; -} -.ant-steps-item-wait .ant-steps-item-icon { - background-color: hsl(0, 0%, 20%); - border-color: hsl(0, 0%, 50%); -} -.ant-steps-item-wait .ant-steps-item-icon > .ant-steps-icon { - color: hsl(0, 0%, 50%); -} -.ant-steps-item-wait .ant-steps-item-icon > .ant-steps-icon .ant-steps-icon-dot { - background: hsl(0, 0%, 50%); -} -.ant-steps-item-wait > .ant-steps-item-content > .ant-steps-item-title { - color: hsl(0, 0%, 35%); -} -.ant-steps-item-wait > .ant-steps-item-content > .ant-steps-item-title::after { - background-color: hsl(0, 0%, 30%); -} -.ant-steps-item-wait > .ant-steps-item-content > .ant-steps-item-description { - color: hsl(0, 0%, 35%); -} -.ant-steps-item-wait > .ant-steps-item-tail::after { - background-color: hsl(0, 0%, 30%); -} -.ant-steps-item-process .ant-steps-item-icon { - background-color: hsl(0, 0%, 20%); - border-color: hsl(200, 60%, 75%); -} -.ant-steps-item-process .ant-steps-item-icon > .ant-steps-icon { - color: hsl(200, 60%, 75%); -} -.ant-steps-item-process .ant-steps-item-icon > .ant-steps-icon .ant-steps-icon-dot { - background: hsl(200, 60%, 75%); -} -.ant-steps-item-process > .ant-steps-item-content > .ant-steps-item-title { - color: hsl(0, 0%, 85%); -} -.ant-steps-item-process > .ant-steps-item-content > .ant-steps-item-title::after { - background-color: hsl(0, 0%, 30%); -} -.ant-steps-item-process > .ant-steps-item-content > .ant-steps-item-description { - color: hsl(0, 0%, 90%); -} -.ant-steps-item-process > .ant-steps-item-tail::after { - background-color: hsl(0, 0%, 30%); -} -.ant-steps-item-process .ant-steps-item-icon { - background: hsl(200, 60%, 75%); -} -.ant-steps-item-process .ant-steps-item-icon > .ant-steps-icon { - color: #fff; -} -.ant-steps-item-process .ant-steps-item-title { - font-weight: 500; -} -.ant-steps-item-finish .ant-steps-item-icon { - background-color: hsl(0, 0%, 20%); - border-color: hsl(200, 60%, 75%); -} -.ant-steps-item-finish .ant-steps-item-icon > .ant-steps-icon { - color: hsl(200, 60%, 75%); -} -.ant-steps-item-finish .ant-steps-item-icon > .ant-steps-icon .ant-steps-icon-dot { - background: hsl(200, 60%, 75%); -} -.ant-steps-item-finish > .ant-steps-item-content > .ant-steps-item-title { - color: hsl(0, 0%, 90%); -} -.ant-steps-item-finish > .ant-steps-item-content > .ant-steps-item-title::after { - background-color: hsl(200, 60%, 75%); -} -.ant-steps-item-finish > .ant-steps-item-content > .ant-steps-item-description { - color: hsl(0, 0%, 35%); -} -.ant-steps-item-finish > .ant-steps-item-tail::after { - background-color: hsl(200, 60%, 75%); -} -.ant-steps-item-error .ant-steps-item-icon { - background-color: hsl(0, 0%, 20%); - border-color: #f5222d; -} -.ant-steps-item-error .ant-steps-item-icon > .ant-steps-icon { - color: #f5222d; -} -.ant-steps-item-error .ant-steps-item-icon > .ant-steps-icon .ant-steps-icon-dot { - background: #f5222d; -} -.ant-steps-item-error > .ant-steps-item-content > .ant-steps-item-title { - color: #f5222d; -} -.ant-steps-item-error > .ant-steps-item-content > .ant-steps-item-title::after { - background-color: hsl(0, 0%, 30%); -} -.ant-steps-item-error > .ant-steps-item-content > .ant-steps-item-description { - color: #f5222d; -} -.ant-steps-item-error > .ant-steps-item-tail::after { - background-color: hsl(0, 0%, 30%); -} -.ant-steps-item.ant-steps-next-error .ant-steps-item-title::after { - background: #f5222d; -} -.ant-steps-item[role='button'] { - outline: none; -} -.ant-steps-item[role='button']:not(.ant-steps-item-process) { - cursor: pointer; -} -.ant-steps-item[role='button']:not(.ant-steps-item-process) .ant-steps-item-title, -.ant-steps-item[role='button']:not(.ant-steps-item-process) .ant-steps-item-description, -.ant-steps-item[role='button']:not(.ant-steps-item-process) .ant-steps-item-icon .ant-steps-icon { - transition: color 0.3s; -} -.ant-steps-item[role='button']:not(.ant-steps-item-process):hover .ant-steps-item-title, -.ant-steps-item[role='button']:not(.ant-steps-item-process):hover .ant-steps-item-description { - color: hsl(200, 60%, 75%); -} -.ant-steps-item[role='button']:not(.ant-steps-item-process):hover .ant-steps-item-icon { - border-color: hsl(200, 60%, 75%); -} -.ant-steps-item[role='button']:not(.ant-steps-item-process):hover .ant-steps-item-icon .ant-steps-icon { - color: hsl(200, 60%, 75%); -} -.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item { - margin-right: 16px; - white-space: nowrap; -} -.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item:last-child { - margin-right: 0; -} -.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item:last-child .ant-steps-item-title { - padding-right: 0; -} -.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item-tail { - display: none; -} -.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item-description { - max-width: 140px; - white-space: normal; -} -.ant-steps-item-custom .ant-steps-item-icon { - height: auto; - background: none; - border: 0; -} -.ant-steps-item-custom .ant-steps-item-icon > .ant-steps-icon { - top: 0; - left: 0.5px; - width: 32px; - height: 32px; - font-size: 24px; - line-height: 32px; -} -.ant-steps-item-custom.ant-steps-item-process .ant-steps-item-icon > .ant-steps-icon { - color: hsl(200, 60%, 75%); -} -.ant-steps:not(.ant-steps-vertical) .ant-steps-item-custom .ant-steps-item-icon { - width: auto; -} -.ant-steps-small.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item { - margin-right: 12px; -} -.ant-steps-small.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item:last-child { - margin-right: 0; -} -.ant-steps-small .ant-steps-item-icon { - width: 24px; - height: 24px; - font-size: 12px; - line-height: 24px; - text-align: center; - border-radius: 24px; -} -.ant-steps-small .ant-steps-item-title { - padding-right: 12px; - font-size: 14px; - line-height: 24px; -} -.ant-steps-small .ant-steps-item-title::after { - top: 12px; -} -.ant-steps-small .ant-steps-item-description { - color: hsl(0, 0%, 35%); - font-size: 14px; -} -.ant-steps-small .ant-steps-item-tail { - top: 8px; - padding: 0 8px; -} -.ant-steps-small .ant-steps-item-custom .ant-steps-item-icon { - width: inherit; - height: inherit; - line-height: inherit; - background: none; - border: 0; - border-radius: 0; -} -.ant-steps-small .ant-steps-item-custom .ant-steps-item-icon > .ant-steps-icon { - font-size: 24px; - line-height: 24px; - transform: none; -} -.ant-steps-vertical { - display: block; -} -.ant-steps-vertical .ant-steps-item { - display: block; - overflow: visible; -} -.ant-steps-vertical .ant-steps-item-icon { - float: left; - margin-right: 16px; -} -.ant-steps-vertical .ant-steps-item-content { - display: block; - min-height: 48px; - overflow: hidden; -} -.ant-steps-vertical .ant-steps-item-title { - line-height: 32px; -} -.ant-steps-vertical .ant-steps-item-description { - padding-bottom: 12px; -} -.ant-steps-vertical > .ant-steps-item > .ant-steps-item-tail { - position: absolute; - top: 0; - left: 16px; - width: 1px; - height: 100%; - padding: 38px 0 6px; -} -.ant-steps-vertical > .ant-steps-item > .ant-steps-item-tail::after { - width: 1px; - height: 100%; -} -.ant-steps-vertical > .ant-steps-item:not(:last-child) > .ant-steps-item-tail { - display: block; -} -.ant-steps-vertical > .ant-steps-item > .ant-steps-item-content > .ant-steps-item-title::after { - display: none; -} -.ant-steps-vertical.ant-steps-small .ant-steps-item-tail { - position: absolute; - top: 0; - left: 12px; - padding: 30px 0 6px; -} -.ant-steps-vertical.ant-steps-small .ant-steps-item-title { - line-height: 24px; -} -@media (max-width: 480px) { - .ant-steps-horizontal.ant-steps-label-horizontal { - display: block; - } - .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item { - display: block; - overflow: visible; - } - .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon { - float: left; - margin-right: 16px; - } - .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-content { - display: block; - min-height: 48px; - overflow: hidden; - } - .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-title { - line-height: 32px; - } - .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-description { - padding-bottom: 12px; - } - .ant-steps-horizontal.ant-steps-label-horizontal > .ant-steps-item > .ant-steps-item-tail { - position: absolute; - top: 0; - left: 16px; - width: 1px; - height: 100%; - padding: 38px 0 6px; - } - .ant-steps-horizontal.ant-steps-label-horizontal > .ant-steps-item > .ant-steps-item-tail::after { - width: 1px; - height: 100%; - } - .ant-steps-horizontal.ant-steps-label-horizontal > .ant-steps-item:not(:last-child) > .ant-steps-item-tail { - display: block; - } - .ant-steps-horizontal.ant-steps-label-horizontal > .ant-steps-item > .ant-steps-item-content > .ant-steps-item-title::after { - display: none; - } - .ant-steps-horizontal.ant-steps-label-horizontal.ant-steps-small .ant-steps-item-tail { - position: absolute; - top: 0; - left: 12px; - padding: 30px 0 6px; - } - .ant-steps-horizontal.ant-steps-label-horizontal.ant-steps-small .ant-steps-item-title { - line-height: 24px; - } -} -.ant-steps-label-vertical .ant-steps-item { - overflow: visible; -} -.ant-steps-label-vertical .ant-steps-item-tail { - margin-left: 51px; - padding: 3.5px 24px; -} -.ant-steps-label-vertical .ant-steps-item-content { - display: block; - width: 104px; - margin-top: 8px; - text-align: center; -} -.ant-steps-label-vertical .ant-steps-item-icon { - display: inline-block; - margin-left: 36px; -} -.ant-steps-label-vertical .ant-steps-item-title { - padding-right: 0; -} -.ant-steps-label-vertical .ant-steps-item-title::after { - display: none; -} -.ant-steps-label-vertical.ant-steps-small:not(.ant-steps-dot) .ant-steps-item-icon { - margin-left: 40px; -} -.ant-steps-dot .ant-steps-item-title { - line-height: 1.5; -} -.ant-steps-dot .ant-steps-item-tail { - top: 2px; - width: 100%; - margin: 0 0 0 70px; - padding: 0; -} -.ant-steps-dot .ant-steps-item-tail::after { - width: calc(100% - 20px); - height: 3px; - margin-left: 12px; -} -.ant-steps-dot .ant-steps-item:first-child .ant-steps-icon-dot { - left: 2px; -} -.ant-steps-dot .ant-steps-item-icon { - width: 8px; - height: 8px; - margin-left: 67px; - padding-right: 0; - line-height: 8px; - background: transparent; - border: 0; -} -.ant-steps-dot .ant-steps-item-icon .ant-steps-icon-dot { - position: relative; - float: left; - width: 100%; - height: 100%; - border-radius: 100px; - transition: all 0.3s; - /* expand hover area */ -} -.ant-steps-dot .ant-steps-item-icon .ant-steps-icon-dot::after { - position: absolute; - top: -12px; - left: -26px; - width: 60px; - height: 32px; - background: rgba(0, 0, 0, 0.001); - content: ''; -} -.ant-steps-dot .ant-steps-item-content { - width: 140px; -} -.ant-steps-dot .ant-steps-item-process .ant-steps-item-icon { - width: 10px; - height: 10px; - line-height: 10px; -} -.ant-steps-dot .ant-steps-item-process .ant-steps-item-icon .ant-steps-icon-dot { - top: -1px; -} -.ant-steps-vertical.ant-steps-dot .ant-steps-item-icon { - margin-top: 8px; - margin-left: 0; -} -.ant-steps-vertical.ant-steps-dot .ant-steps-item-tail { - top: 2px; - left: -9px; - margin: 0; - padding: 22px 0 4px; -} -.ant-steps-vertical.ant-steps-dot .ant-steps-item:first-child .ant-steps-icon-dot { - left: 0; -} -.ant-steps-vertical.ant-steps-dot .ant-steps-item-process .ant-steps-icon-dot { - left: -2px; -} -.ant-steps-flex-not-supported.ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item { - margin-left: -16px; - padding-left: 16px; - background: hsl(0, 0%, 20%); -} -.ant-steps-flex-not-supported.ant-steps-horizontal.ant-steps-label-horizontal.ant-steps-small .ant-steps-item { - margin-left: -12px; - padding-left: 12px; -} -.ant-steps-flex-not-supported.ant-steps-dot .ant-steps-item:last-child { - overflow: hidden; -} -.ant-steps-flex-not-supported.ant-steps-dot .ant-steps-item:last-child .ant-steps-icon-dot::after { - right: -200px; - width: 200px; -} -.ant-steps-flex-not-supported.ant-steps-dot .ant-steps-item .ant-steps-icon-dot::before, -.ant-steps-flex-not-supported.ant-steps-dot .ant-steps-item .ant-steps-icon-dot::after { - position: absolute; - top: 0; - left: -10px; - width: 10px; - height: 8px; - background: hsl(0, 0%, 20%); - content: ''; -} -.ant-steps-flex-not-supported.ant-steps-dot .ant-steps-item .ant-steps-icon-dot::after { - right: -10px; - left: auto; -} -.ant-steps-flex-not-supported.ant-steps-dot .ant-steps-item-wait .ant-steps-item-icon > .ant-steps-icon .ant-steps-icon-dot { - background: #ccc; -} -.ant-switch { - margin: 0; - padding: 0; - color: hsl(0, 0%, 90%); - font-size: 14px; - font-variant: tabular-nums; - line-height: 1.5; - list-style: none; - font-feature-settings: 'tnum'; - position: relative; - display: inline-block; - box-sizing: border-box; - min-width: 44px; - height: 22px; - line-height: 20px; - vertical-align: middle; - background-color: hsl(0, 0%, 50%); - border: 1px solid transparent; - border-radius: 100px; - cursor: pointer; - transition: all 0.36s; - user-select: none; -} -.ant-switch-inner { - display: block; - margin-right: 6px; - margin-left: 24px; - color: #fff; - font-size: 12px; -} -.ant-switch-loading-icon, -.ant-switch::after { - position: absolute; - top: 1px; - left: 1px; - width: 18px; - height: 18px; - background-color: hsl(0, 0%, 20%); - border-radius: 18px; - cursor: pointer; - transition: all 0.36s cubic-bezier(0.78, 0.14, 0.15, 0.86); - content: ' '; -} -.ant-switch::after { - box-shadow: 0 2px 4px 0 rgba(0, 35, 11, 0.2); -} -.ant-switch:not(.ant-switch-disabled):active::before, -.ant-switch:not(.ant-switch-disabled):active::after { - width: 24px; -} -.ant-switch-loading-icon { - z-index: 1; - display: none; - font-size: 12px; - background: transparent; -} -.ant-switch-loading-icon svg { - position: absolute; - top: 0; - right: 0; - bottom: 0; - left: 0; - margin: auto; -} -.ant-switch-loading .ant-switch-loading-icon { - display: inline-block; - color: hsl(0, 0%, 90%); -} -.ant-switch-checked.ant-switch-loading .ant-switch-loading-icon { - color: hsl(200, 60%, 75%); -} -.ant-switch:focus { - outline: 0; - box-shadow: 0 0 0 2px hsla(200, 60%, 75%, 0.2); -} -.ant-switch:focus:hover { - box-shadow: none; -} -.ant-switch-small { - min-width: 28px; - height: 16px; - line-height: 14px; -} -.ant-switch-small .ant-switch-inner { - margin-right: 3px; - margin-left: 18px; - font-size: 12px; -} -.ant-switch-small::after { - width: 12px; - height: 12px; -} -.ant-switch-small:active::before, -.ant-switch-small:active::after { - width: 16px; -} -.ant-switch-small .ant-switch-loading-icon { - width: 12px; - height: 12px; -} -.ant-switch-small.ant-switch-checked .ant-switch-inner { - margin-right: 18px; - margin-left: 3px; -} -.ant-switch-small.ant-switch-checked .ant-switch-loading-icon { - left: 100%; - margin-left: -13px; -} -.ant-switch-small.ant-switch-loading .ant-switch-loading-icon { - font-weight: bold; - transform: scale(0.66667); -} -.ant-switch-checked { - background-color: hsl(200, 60%, 75%); -} -.ant-switch-checked .ant-switch-inner { - margin-right: 24px; - margin-left: 6px; -} -.ant-switch-checked::after { - left: 100%; - margin-left: -1px; - transform: translateX(-100%); -} -.ant-switch-checked .ant-switch-loading-icon { - left: 100%; - margin-left: -19px; -} -.ant-switch-loading, -.ant-switch-disabled { - cursor: not-allowed; - opacity: 0.4; -} -.ant-switch-loading *, -.ant-switch-disabled * { - cursor: not-allowed; -} -.ant-switch-loading::before, -.ant-switch-disabled::before, -.ant-switch-loading::after, -.ant-switch-disabled::after { - cursor: not-allowed; -} -@keyframes AntSwitchSmallLoadingCircle { - 0% { - transform: rotate(0deg) scale(0.66667); - transform-origin: 50% 50%; - } - 100% { - transform: rotate(360deg) scale(0.66667); - transform-origin: 50% 50%; - } -} -.ant-table-wrapper { - zoom: 1; -} -.ant-table-wrapper::before, -.ant-table-wrapper::after { - display: table; - content: ''; -} -.ant-table-wrapper::after { - clear: both; -} -.ant-table-wrapper::before, -.ant-table-wrapper::after { - display: table; - content: ''; -} -.ant-table-wrapper::after { - clear: both; -} -.ant-table { - box-sizing: border-box; - margin: 0; - padding: 0; - color: hsl(0, 0%, 90%); - font-size: 14px; - font-variant: tabular-nums; - line-height: 1.5; - list-style: none; - font-feature-settings: 'tnum'; - position: relative; - clear: both; -} -.ant-table-body { - transition: opacity 0.3s; -} -.ant-table-empty .ant-table-body { - overflow-x: auto !important; - overflow-y: hidden !important; -} -.ant-table table { - width: 100%; - text-align: left; - border-radius: 0 0 0 0; - border-collapse: collapse; -} -.ant-table-thead > tr > th { - color: hsl(0, 0%, 85%); - font-weight: 500; - text-align: left; - background: hsl(0, 0%, 40%); - border-bottom: 1px solid hsl(0, 0%, 30%); - transition: background 0.3s ease; -} -.ant-table-thead > tr > th[colspan] { - text-align: center; -} -.ant-table-thead > tr > th .anticon-filter, -.ant-table-thead > tr > th .ant-table-filter-icon { - position: absolute; - top: 0; - right: 0; - width: 28px; - height: 100%; - color: #bfbfbf; - font-size: 12px; - text-align: center; - cursor: pointer; - transition: all 0.3s; -} -.ant-table-thead > tr > th .anticon-filter > svg, -.ant-table-thead > tr > th .ant-table-filter-icon > svg { - position: absolute; - top: 50%; - left: 50%; - margin-top: -5px; - margin-left: -6px; -} -.ant-table-thead > tr > th .ant-table-filter-selected.anticon-filter { - color: hsl(200, 60%, 75%); -} -.ant-table-thead > tr > th .ant-table-column-sorter { - display: table-cell; - vertical-align: middle; -} -.ant-table-thead > tr > th .ant-table-column-sorter .ant-table-column-sorter-inner { - height: 1em; - margin-top: 0.35em; - margin-left: 0.57142857em; - color: #bfbfbf; - line-height: 1em; - text-align: center; - transition: all 0.3s; -} -.ant-table-thead > tr > th .ant-table-column-sorter .ant-table-column-sorter-inner .ant-table-column-sorter-up, -.ant-table-thead > tr > th .ant-table-column-sorter .ant-table-column-sorter-inner .ant-table-column-sorter-down { - display: inline-block; - font-size: 12px; - font-size: 11px \9; - transform: scale(0.91666667) rotate(0deg); - display: block; - height: 1em; - line-height: 1em; - transition: all 0.3s; -} -:root .ant-table-thead > tr > th .ant-table-column-sorter .ant-table-column-sorter-inner .ant-table-column-sorter-up, -:root .ant-table-thead > tr > th .ant-table-column-sorter .ant-table-column-sorter-inner .ant-table-column-sorter-down { - font-size: 12px; -} -.ant-table-thead > tr > th .ant-table-column-sorter .ant-table-column-sorter-inner .ant-table-column-sorter-up.on, -.ant-table-thead > tr > th .ant-table-column-sorter .ant-table-column-sorter-inner .ant-table-column-sorter-down.on { - color: hsl(200, 60%, 75%); -} -.ant-table-thead > tr > th .ant-table-column-sorter .ant-table-column-sorter-inner-full { - margin-top: -0.15em; -} -.ant-table-thead > tr > th .ant-table-column-sorter .ant-table-column-sorter-inner-full .ant-table-column-sorter-up, -.ant-table-thead > tr > th .ant-table-column-sorter .ant-table-column-sorter-inner-full .ant-table-column-sorter-down { - height: 0.5em; - line-height: 0.5em; -} -.ant-table-thead > tr > th .ant-table-column-sorter .ant-table-column-sorter-inner-full .ant-table-column-sorter-down { - margin-top: 0.125em; -} -.ant-table-thead > tr > th.ant-table-column-has-actions { - position: relative; - background-clip: padding-box; - /* stylelint-disable-next-line */ - -webkit-background-clip: border-box; -} -.ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-filters { - padding-right: 30px !important; -} -.ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-filters .anticon-filter.ant-table-filter-open, -.ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-filters .ant-table-filter-icon.ant-table-filter-open { - color: hsl(0, 0%, 35%); - background: hsl(0, 0%, 32%); -} -.ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-filters:hover .anticon-filter:hover, -.ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-filters:hover .ant-table-filter-icon:hover { - color: hsl(0, 0%, 35%); - background: hsl(0, 0%, 32%); -} -.ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-filters:hover .anticon-filter:active, -.ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-filters:hover .ant-table-filter-icon:active { - color: hsl(0, 0%, 90%); -} -.ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-sorters { - cursor: pointer; -} -.ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-sorters:hover { - background: hsl(0, 0%, 37%); -} -.ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-sorters:hover .anticon-filter, -.ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-sorters:hover .ant-table-filter-icon { - background: hsl(0, 0%, 37%); -} -.ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-sorters:active .ant-table-column-sorter-up:not(.on), -.ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-sorters:active .ant-table-column-sorter-down:not(.on) { - color: hsl(0, 0%, 35%); -} -.ant-table-thead > tr > th .ant-table-header-column { - display: inline-block; - vertical-align: top; -} -.ant-table-thead > tr > th .ant-table-header-column .ant-table-column-sorters { - display: table; -} -.ant-table-thead > tr > th .ant-table-header-column .ant-table-column-sorters > .ant-table-column-title { - display: table-cell; - vertical-align: middle; -} -.ant-table-thead > tr > th .ant-table-header-column .ant-table-column-sorters > *:not(.ant-table-column-sorter) { - position: relative; -} -.ant-table-thead > tr > th .ant-table-header-column .ant-table-column-sorters::before { - position: absolute; - top: 0; - right: 0; - bottom: 0; - left: 0; - background: transparent; - transition: all 0.3s; - content: ''; -} -.ant-table-thead > tr > th .ant-table-header-column .ant-table-column-sorters:hover::before { - background: rgba(0, 0, 0, 0.04); -} -.ant-table-thead > tr > th.ant-table-column-has-sorters { - user-select: none; -} -.ant-table-thead > tr:first-child > th:first-child { - border-top-left-radius: 0; -} -.ant-table-thead > tr:first-child > th:last-child { - border-top-right-radius: 0; -} -.ant-table-thead > tr:not(:last-child) > th[colspan] { - border-bottom: 0; -} -.ant-table-tbody > tr > td { - border-bottom: 1px solid hsl(0, 0%, 30%); - transition: all 0.3s, border 0s; -} -.ant-table-thead > tr, -.ant-table-tbody > tr { - transition: all 0.3s, height 0s; -} -.ant-table-thead > tr.ant-table-row-hover:not(.ant-table-expanded-row) > td, -.ant-table-tbody > tr.ant-table-row-hover:not(.ant-table-expanded-row) > td, -.ant-table-thead > tr:hover:not(.ant-table-expanded-row) > td, -.ant-table-tbody > tr:hover:not(.ant-table-expanded-row) > td { - background: hsl(200, 30%, 30%); -} -.ant-table-thead > tr.ant-table-row-selected > td.ant-table-column-sort, -.ant-table-tbody > tr.ant-table-row-selected > td.ant-table-column-sort { - background: hsl(200, 50%, 30%); -} -.ant-table-thead > tr:hover.ant-table-row-selected > td, -.ant-table-tbody > tr:hover.ant-table-row-selected > td { - background: hsl(200, 50%, 30%); -} -.ant-table-thead > tr:hover.ant-table-row-selected > td.ant-table-column-sort, -.ant-table-tbody > tr:hover.ant-table-row-selected > td.ant-table-column-sort { - background: hsl(200, 50%, 30%); -} -.ant-table-thead > tr:hover { - background: none; -} -.ant-table-footer { - position: relative; - padding: 16px 16px; - background: hsl(0, 0%, 40%); - border-top: 1px solid hsl(0, 0%, 30%); - border-radius: 0 0 0 0; -} -.ant-table-footer::before { - position: absolute; - top: -1px; - left: 0; - width: 100%; - height: 1px; - background: hsl(0, 0%, 40%); - content: ''; -} -.ant-table.ant-table-bordered .ant-table-footer { - border: 1px solid hsl(0, 0%, 30%); -} -.ant-table-title { - position: relative; - top: 1px; - padding: 16px 0; - border-radius: 0 0 0 0; -} -.ant-table.ant-table-bordered .ant-table-title { - padding-right: 16px; - padding-left: 16px; - border: 1px solid hsl(0, 0%, 30%); -} -.ant-table-title + .ant-table-content { - position: relative; - border-radius: 0 0 0 0; -} -.ant-table-bordered .ant-table-title + .ant-table-content, -.ant-table-bordered .ant-table-title + .ant-table-content table, -.ant-table-bordered .ant-table-title + .ant-table-content .ant-table-thead > tr:first-child > th { - border-radius: 0; -} -.ant-table-without-column-header .ant-table-title + .ant-table-content, -.ant-table-without-column-header table { - border-radius: 0; -} -.ant-table-without-column-header.ant-table-bordered.ant-table-empty .ant-table-placeholder { - border-top: 1px solid hsl(0, 0%, 30%); - border-radius: 0; -} -.ant-table-tbody > tr.ant-table-row-selected td { - color: inherit; - background: hsl(200, 50%, 30%); -} -.ant-table-thead > tr > th.ant-table-column-sort { - background: hsl(0, 0%, 20%); -} -.ant-table-tbody > tr > td.ant-table-column-sort { - background: rgba(0, 0, 0, 0.01); -} -.ant-table-thead > tr > th, -.ant-table-tbody > tr > td { - padding: 16px 16px; -} -.ant-table-expand-icon-th, -.ant-table-row-expand-icon-cell { - width: 50px; - min-width: 50px; - text-align: center; -} -.ant-table-header { - overflow: hidden; - background: hsl(0, 0%, 40%); -} -.ant-table-header table { - border-radius: 0 0 0 0; -} -.ant-table-loading { - position: relative; -} -.ant-table-loading .ant-table-body { - background: hsl(0, 0%, 20%); - opacity: 0.5; -} -.ant-table-loading .ant-table-spin-holder { - position: absolute; - top: 50%; - left: 50%; - height: 20px; - margin-left: -30px; - line-height: 20px; -} -.ant-table-loading .ant-table-with-pagination { - margin-top: -20px; -} -.ant-table-loading .ant-table-without-pagination { - margin-top: 10px; -} -.ant-table-bordered .ant-table-header > table, -.ant-table-bordered .ant-table-body > table, -.ant-table-bordered .ant-table-fixed-left table, -.ant-table-bordered .ant-table-fixed-right table { - border: 1px solid hsl(0, 0%, 30%); - border-right: 0; - border-bottom: 0; -} -.ant-table-bordered.ant-table-empty .ant-table-placeholder { - border-right: 1px solid hsl(0, 0%, 30%); - border-left: 1px solid hsl(0, 0%, 30%); -} -.ant-table-bordered.ant-table-fixed-header .ant-table-header > table { - border-bottom: 0; -} -.ant-table-bordered.ant-table-fixed-header .ant-table-body > table { - border-top-left-radius: 0; - border-top-right-radius: 0; -} -.ant-table-bordered.ant-table-fixed-header .ant-table-header + .ant-table-body > table, -.ant-table-bordered.ant-table-fixed-header .ant-table-body-inner > table { - border-top: 0; -} -.ant-table-bordered .ant-table-thead > tr:not(:last-child) > th { - border-bottom: 1px solid hsl(0, 0%, 30%); -} -.ant-table-bordered .ant-table-thead > tr > th, -.ant-table-bordered .ant-table-tbody > tr > td { - border-right: 1px solid hsl(0, 0%, 30%); -} -.ant-table-placeholder { - position: relative; - z-index: 1; - margin-top: -1px; - padding: 16px 16px; - color: hsl(0, 0%, 50%); - font-size: 14px; - text-align: center; - background: hsl(0, 0%, 20%); - border-top: 1px solid hsl(0, 0%, 30%); - border-bottom: 1px solid hsl(0, 0%, 30%); - border-radius: 0 0 0 0; -} -.ant-table-placeholder .anticon { - margin-right: 4px; -} -.ant-table-pagination.ant-pagination { - float: right; - margin: 16px 0; -} -.ant-table-filter-dropdown { - position: relative; - min-width: 96px; - margin-left: -8px; - background: hsl(0, 0%, 20%); - border-radius: 0; - box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15); -} -.ant-table-filter-dropdown .ant-dropdown-menu { - border: 0; - border-radius: 0 0 0 0; - box-shadow: none; -} -.ant-table-filter-dropdown .ant-dropdown-menu-without-submenu { - max-height: 400px; - overflow-x: hidden; -} -.ant-table-filter-dropdown .ant-dropdown-menu-item > label + span { - padding-right: 0; -} -.ant-table-filter-dropdown .ant-dropdown-menu-sub { - border-radius: 0; - box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15); -} -.ant-table-filter-dropdown .ant-dropdown-menu .ant-dropdown-submenu-contain-selected .ant-dropdown-menu-submenu-title::after { - color: hsl(200, 60%, 75%); - font-weight: bold; - text-shadow: 0 0 2px #f0fcff; -} -.ant-table-filter-dropdown .ant-dropdown-menu-item { - overflow: hidden; -} -.ant-table-filter-dropdown > .ant-dropdown-menu > .ant-dropdown-menu-item:last-child, -.ant-table-filter-dropdown > .ant-dropdown-menu > .ant-dropdown-menu-submenu:last-child .ant-dropdown-menu-submenu-title { - border-radius: 0; -} -.ant-table-filter-dropdown-btns { - padding: 7px 8px; - overflow: hidden; - border-top: 1px solid hsl(0, 0%, 30%); -} -.ant-table-filter-dropdown-link { - color: hsl(200, 60%, 75%); -} -.ant-table-filter-dropdown-link:hover { - color: #c9e6f2; -} -.ant-table-filter-dropdown-link:active { - color: #77a5bf; -} -.ant-table-filter-dropdown-link.confirm { - float: left; -} -.ant-table-filter-dropdown-link.clear { - float: right; -} -.ant-table-selection { - white-space: nowrap; -} -.ant-table-selection-select-all-custom { - margin-right: 4px !important; -} -.ant-table-selection .anticon-down { - color: #bfbfbf; - transition: all 0.3s; -} -.ant-table-selection-menu { - min-width: 96px; - margin-top: 5px; - margin-left: -30px; - background: hsl(0, 0%, 20%); - border-radius: 0; - box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15); -} -.ant-table-selection-menu .ant-action-down { - color: #bfbfbf; -} -.ant-table-selection-down { - display: inline-block; - padding: 0; - line-height: 1; - cursor: pointer; -} -.ant-table-selection-down:hover .anticon-down { - color: rgba(0, 0, 0, 0.6); -} -.ant-table-row-expand-icon { - display: inline-block; - width: 17px; - height: 17px; - line-height: 14px; - text-align: center; - background: hsl(0, 0%, 20%); - border: 1px solid hsl(0, 0%, 30%); - cursor: pointer; - user-select: none; -} -.ant-table-row-expanded::after { - content: '-'; -} -.ant-table-row-collapsed::after { - content: '+'; -} -.ant-table-row-spaced { - visibility: hidden; -} -.ant-table-row-spaced::after { - content: '.'; -} -tr.ant-table-expanded-row, -tr.ant-table-expanded-row:hover { - background: #fbfbfb; -} -tr.ant-table-expanded-row td > .ant-table-wrapper { - margin: -16px -16px -17px; -} -.ant-table .ant-table-row-indent + .ant-table-row-expand-icon { - margin-right: 8px; -} -.ant-table-scroll { - overflow: auto; - overflow-x: hidden; -} -.ant-table-scroll table { - width: auto; - min-width: 100%; -} -.ant-table-scroll table .ant-table-fixed-columns-in-body { - visibility: hidden; -} -.ant-table-body-inner { - height: 100%; -} -.ant-table-fixed-header > .ant-table-content > .ant-table-scroll > .ant-table-body { - position: relative; - background: hsl(0, 0%, 20%); -} -.ant-table-fixed-header .ant-table-body-inner { - overflow: scroll; -} -.ant-table-fixed-header .ant-table-scroll .ant-table-header { - margin-bottom: -20px; - padding-bottom: 20px; - overflow: scroll; - opacity: 0.9999; -} -.ant-table-fixed-header .ant-table-scroll .ant-table-header::-webkit-scrollbar { - border: 1px solid hsl(0, 0%, 30%); - border-width: 0 0 1px 0; -} -.ant-table-hide-scrollbar { - scrollbar-color: transparent transparent; -} -.ant-table-hide-scrollbar::-webkit-scrollbar { - background-color: transparent; -} -.ant-table-bordered.ant-table-fixed-header .ant-table-scroll .ant-table-header::-webkit-scrollbar { - border: 1px solid hsl(0, 0%, 30%); - border-width: 1px 1px 1px 0; -} -.ant-table-bordered.ant-table-fixed-header .ant-table-scroll .ant-table-header.ant-table-hide-scrollbar .ant-table-thead > tr > th:last-child { - border-right-color: transparent; -} -.ant-table-fixed-left, -.ant-table-fixed-right { - position: absolute; - top: 0; - z-index: auto; - overflow: hidden; - border-radius: 0; - transition: box-shadow 0.3s ease; -} -.ant-table-fixed-left table, -.ant-table-fixed-right table { - width: auto; - background: hsl(0, 0%, 20%); -} -.ant-table-fixed-header .ant-table-fixed-left .ant-table-body-outer .ant-table-fixed, -.ant-table-fixed-header .ant-table-fixed-right .ant-table-body-outer .ant-table-fixed { - border-radius: 0; -} -.ant-table-fixed-left { - left: 0; - box-shadow: 6px 0 6px -4px rgba(0, 0, 0, 0.15); -} -.ant-table-fixed-left .ant-table-header { - overflow-y: hidden; -} -.ant-table-fixed-left .ant-table-body-inner { - margin-right: -20px; - padding-right: 20px; -} -.ant-table-fixed-header .ant-table-fixed-left .ant-table-body-inner { - padding-right: 0; -} -.ant-table-fixed-left, -.ant-table-fixed-left table { - border-radius: 0 0 0 0; -} -.ant-table-fixed-left .ant-table-thead > tr > th:last-child { - border-top-right-radius: 0; -} -.ant-table-fixed-right { - right: 0; - box-shadow: -6px 0 6px -4px rgba(0, 0, 0, 0.15); -} -.ant-table-fixed-right, -.ant-table-fixed-right table { - border-radius: 0 0 0 0; -} -.ant-table-fixed-right .ant-table-expanded-row { - color: transparent; - pointer-events: none; -} -.ant-table-fixed-right .ant-table-thead > tr > th:first-child { - border-top-left-radius: 0; -} -.ant-table.ant-table-scroll-position-left .ant-table-fixed-left { - box-shadow: none; -} -.ant-table.ant-table-scroll-position-right .ant-table-fixed-right { - box-shadow: none; -} -.ant-table colgroup > col.ant-table-selection-col { - width: 60px; -} -.ant-table-thead > tr > th.ant-table-selection-column-custom .ant-table-selection { - margin-right: -15px; -} -.ant-table-thead > tr > th.ant-table-selection-column, -.ant-table-tbody > tr > td.ant-table-selection-column { - text-align: center; -} -.ant-table-thead > tr > th.ant-table-selection-column .ant-radio-wrapper, -.ant-table-tbody > tr > td.ant-table-selection-column .ant-radio-wrapper { - margin-right: 0; -} -.ant-table-row[class*='ant-table-row-level-0'] .ant-table-selection-column > span { - display: inline-block; -} -/** -* Another fix of Firefox: -* - https://github.com/ant-design/ant-design/issues/12628 -* - https://github.com/ant-design/ant-design/issues/12628 -*/ -@supports (-moz-appearance: meterbar) { - .ant-table-thead > tr > th.ant-table-column-has-actions { - background-clip: padding-box; - } -} -.ant-table-middle > .ant-table-title, -.ant-table-middle > .ant-table-footer { - padding: 12px 8px; -} -.ant-table-middle > .ant-table-content > .ant-table-header > table > .ant-table-thead > tr > th, -.ant-table-middle > .ant-table-content > .ant-table-body > table > .ant-table-thead > tr > th, -.ant-table-middle > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-thead > tr > th, -.ant-table-middle > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-thead > tr > th, -.ant-table-middle > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-thead > tr > th, -.ant-table-middle > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-thead > tr > th, -.ant-table-middle > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th, -.ant-table-middle > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th, -.ant-table-middle > .ant-table-content > .ant-table-header > table > .ant-table-tbody > tr > td, -.ant-table-middle > .ant-table-content > .ant-table-body > table > .ant-table-tbody > tr > td, -.ant-table-middle > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-tbody > tr > td, -.ant-table-middle > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-tbody > tr > td, -.ant-table-middle > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-tbody > tr > td, -.ant-table-middle > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-tbody > tr > td, -.ant-table-middle > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr > td, -.ant-table-middle > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr > td { - padding: 12px 8px; -} -.ant-table-middle tr.ant-table-expanded-row td > .ant-table-wrapper { - margin: -12px -8px -13px; -} -.ant-table-small { - border: 1px solid hsl(0, 0%, 30%); - border-radius: 0; -} -.ant-table-small > .ant-table-title, -.ant-table-small > .ant-table-footer { - padding: 8px 8px; -} -.ant-table-small > .ant-table-title { - top: 0; - border-bottom: 1px solid hsl(0, 0%, 30%); -} -.ant-table-small > .ant-table-content > .ant-table-body { - margin: 0 8px; -} -.ant-table-small > .ant-table-content > .ant-table-header > table, -.ant-table-small > .ant-table-content > .ant-table-body > table, -.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-header > table, -.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table, -.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table, -.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table, -.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table, -.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table { - border: 0; -} -.ant-table-small > .ant-table-content > .ant-table-header > table > .ant-table-thead > tr > th, -.ant-table-small > .ant-table-content > .ant-table-body > table > .ant-table-thead > tr > th, -.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-thead > tr > th, -.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-thead > tr > th, -.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-thead > tr > th, -.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-thead > tr > th, -.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th, -.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th, -.ant-table-small > .ant-table-content > .ant-table-header > table > .ant-table-tbody > tr > td, -.ant-table-small > .ant-table-content > .ant-table-body > table > .ant-table-tbody > tr > td, -.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-tbody > tr > td, -.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-tbody > tr > td, -.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-tbody > tr > td, -.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-tbody > tr > td, -.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr > td, -.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr > td { - padding: 8px 8px; - background-color: transparent; -} -.ant-table-small > .ant-table-content > .ant-table-header > table > .ant-table-thead > tr, -.ant-table-small > .ant-table-content > .ant-table-body > table > .ant-table-thead > tr, -.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-thead > tr, -.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-thead > tr, -.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-thead > tr, -.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-thead > tr, -.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr, -.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr { - border-bottom: 1px solid hsl(0, 0%, 30%); -} -.ant-table-small > .ant-table-content > .ant-table-header > table > .ant-table-thead > tr > th.ant-table-column-sort, -.ant-table-small > .ant-table-content > .ant-table-body > table > .ant-table-thead > tr > th.ant-table-column-sort, -.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-thead > tr > th.ant-table-column-sort, -.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-thead > tr > th.ant-table-column-sort, -.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-thead > tr > th.ant-table-column-sort, -.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-thead > tr > th.ant-table-column-sort, -.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th.ant-table-column-sort, -.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th.ant-table-column-sort { - background-color: rgba(0, 0, 0, 0.01); -} -.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-header > table, -.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table, -.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table, -.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table, -.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table, -.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table { - padding: 0; -} -.ant-table-small > .ant-table-content .ant-table-header { - background-color: hsl(0, 0%, 20%); -} -.ant-table-small > .ant-table-content .ant-table-placeholder, -.ant-table-small > .ant-table-content .ant-table-row:last-child td { - border-bottom: 0; -} -.ant-table-small.ant-table-bordered { - border-right: 0; -} -.ant-table-small.ant-table-bordered .ant-table-title { - border: 0; - border-right: 1px solid hsl(0, 0%, 30%); - border-bottom: 1px solid hsl(0, 0%, 30%); -} -.ant-table-small.ant-table-bordered .ant-table-content { - border-right: 1px solid hsl(0, 0%, 30%); -} -.ant-table-small.ant-table-bordered .ant-table-footer { - border: 0; - border-top: 1px solid hsl(0, 0%, 30%); - border-right: 1px solid hsl(0, 0%, 30%); -} -.ant-table-small.ant-table-bordered .ant-table-footer::before { - display: none; -} -.ant-table-small.ant-table-bordered .ant-table-placeholder { - border-right: 0; - border-bottom: 0; - border-left: 0; -} -.ant-table-small.ant-table-bordered .ant-table-thead > tr > th:last-child, -.ant-table-small.ant-table-bordered .ant-table-tbody > tr > td:last-child { - border-right: none; -} -.ant-table-small.ant-table-bordered .ant-table-fixed-left .ant-table-thead > tr > th:last-child, -.ant-table-small.ant-table-bordered .ant-table-fixed-left .ant-table-tbody > tr > td:last-child { - border-right: 1px solid hsl(0, 0%, 30%); -} -.ant-table-small.ant-table-bordered .ant-table-fixed-right { - border-right: 1px solid hsl(0, 0%, 30%); - border-left: 1px solid hsl(0, 0%, 30%); -} -.ant-table-small tr.ant-table-expanded-row td > .ant-table-wrapper { - margin: -8px -8px -9px; -} -.ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-nav-container { - height: 28px; -} -.ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-ink-bar { - visibility: hidden; -} -.ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab { - height: 28px; - margin: 0; - margin-right: 2px; - padding: 0 16px; - line-height: 26px; - background: hsl(0, 0%, 15%); - border: 1px solid hsl(0, 0%, 30%); - border-radius: 0 0 0 0; - transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); -} -.ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab-active { - height: 28px; - color: white; - background: hsl(0, 0%, 20%); - border-color: hsl(0, 0%, 30%); - border-bottom: 1px solid hsl(0, 0%, 20%); -} -.ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab-disabled { - color: white; - color: hsl(0, 0%, 50%); -} -.ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab-inactive { - padding: 0; -} -.ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-nav-wrap { - margin-bottom: 0; -} -.ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab .ant-tabs-close-x { - width: 16px; - height: 16px; - height: 14px; - margin-right: -5px; - margin-left: 3px; - overflow: hidden; - color: hsl(0, 0%, 35%); - font-size: 12px; - vertical-align: middle; - transition: all 0.3s; -} -.ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab .ant-tabs-close-x:hover { - color: hsl(0, 0%, 85%); -} -.ant-tabs.ant-tabs-card .ant-tabs-card-content > .ant-tabs-tabpane, -.ant-tabs.ant-tabs-editable-card .ant-tabs-card-content > .ant-tabs-tabpane { - transition: none !important; -} -.ant-tabs.ant-tabs-card .ant-tabs-card-content > .ant-tabs-tabpane-inactive, -.ant-tabs.ant-tabs-editable-card .ant-tabs-card-content > .ant-tabs-tabpane-inactive { - overflow: hidden; -} -.ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab:hover .anticon-close { - opacity: 1; -} -.ant-tabs-extra-content { - line-height: 28px; -} -.ant-tabs-extra-content .ant-tabs-new-tab { - position: relative; - width: 20px; - height: 20px; - color: hsl(0, 0%, 90%); - font-size: 12px; - line-height: 20px; - text-align: center; - border: 1px solid hsl(0, 0%, 30%); - border-radius: 0; - cursor: pointer; - transition: all 0.3s; -} -.ant-tabs-extra-content .ant-tabs-new-tab:hover { - color: white; - border-color: white; -} -.ant-tabs-extra-content .ant-tabs-new-tab svg { - position: absolute; - top: 0; - right: 0; - bottom: 0; - left: 0; - margin: auto; -} -.ant-tabs-vertical.ant-tabs-card .ant-tabs-card-bar.ant-tabs-left-bar .ant-tabs-nav-container, -.ant-tabs-vertical.ant-tabs-card .ant-tabs-card-bar.ant-tabs-right-bar .ant-tabs-nav-container { - height: 100%; -} -.ant-tabs-vertical.ant-tabs-card .ant-tabs-card-bar.ant-tabs-left-bar .ant-tabs-tab, -.ant-tabs-vertical.ant-tabs-card .ant-tabs-card-bar.ant-tabs-right-bar .ant-tabs-tab { - margin-bottom: 8px; - border-bottom: 1px solid hsl(0, 0%, 30%); -} -.ant-tabs-vertical.ant-tabs-card .ant-tabs-card-bar.ant-tabs-left-bar .ant-tabs-tab-active, -.ant-tabs-vertical.ant-tabs-card .ant-tabs-card-bar.ant-tabs-right-bar .ant-tabs-tab-active { - padding-bottom: 4px; -} -.ant-tabs-vertical.ant-tabs-card .ant-tabs-card-bar.ant-tabs-left-bar .ant-tabs-tab:last-child, -.ant-tabs-vertical.ant-tabs-card .ant-tabs-card-bar.ant-tabs-right-bar .ant-tabs-tab:last-child { - margin-bottom: 8px; -} -.ant-tabs-vertical.ant-tabs-card .ant-tabs-card-bar.ant-tabs-left-bar .ant-tabs-new-tab, -.ant-tabs-vertical.ant-tabs-card .ant-tabs-card-bar.ant-tabs-right-bar .ant-tabs-new-tab { - width: 90%; -} -.ant-tabs-vertical.ant-tabs-card.ant-tabs-left .ant-tabs-card-bar.ant-tabs-left-bar .ant-tabs-nav-wrap { - margin-right: 0; -} -.ant-tabs-vertical.ant-tabs-card.ant-tabs-left .ant-tabs-card-bar.ant-tabs-left-bar .ant-tabs-tab { - margin-right: 1px; - border-right: 0; - border-radius: 0 0 0 0; -} -.ant-tabs-vertical.ant-tabs-card.ant-tabs-left .ant-tabs-card-bar.ant-tabs-left-bar .ant-tabs-tab-active { - margin-right: -1px; - padding-right: 18px; -} -.ant-tabs-vertical.ant-tabs-card.ant-tabs-right .ant-tabs-card-bar.ant-tabs-right-bar .ant-tabs-nav-wrap { - margin-left: 0; -} -.ant-tabs-vertical.ant-tabs-card.ant-tabs-right .ant-tabs-card-bar.ant-tabs-right-bar .ant-tabs-tab { - margin-left: 1px; - border-left: 0; - border-radius: 0 0 0 0; -} -.ant-tabs-vertical.ant-tabs-card.ant-tabs-right .ant-tabs-card-bar.ant-tabs-right-bar .ant-tabs-tab-active { - margin-left: -1px; - padding-left: 18px; -} -.ant-tabs .ant-tabs-card-bar.ant-tabs-bottom-bar .ant-tabs-tab { - height: auto; - border-top: 0; - border-bottom: 1px solid hsl(0, 0%, 30%); - border-radius: 0 0 0 0; -} -.ant-tabs .ant-tabs-card-bar.ant-tabs-bottom-bar .ant-tabs-tab-active { - padding-top: 1px; - padding-bottom: 0; - color: hsl(200, 60%, 75%); -} -.ant-tabs { - box-sizing: border-box; - margin: 0; - padding: 0; - color: hsl(0, 0%, 90%); - font-size: 14px; - font-variant: tabular-nums; - line-height: 1.5; - list-style: none; - font-feature-settings: 'tnum'; - position: relative; - overflow: hidden; - zoom: 1; -} -.ant-tabs::before, -.ant-tabs::after { - display: table; - content: ''; -} -.ant-tabs::after { - clear: both; -} -.ant-tabs::before, -.ant-tabs::after { - display: table; - content: ''; -} -.ant-tabs::after { - clear: both; -} -.ant-tabs-ink-bar { - position: absolute; - bottom: 1px; - left: 0; - z-index: 1; - box-sizing: border-box; - height: 2px; - background-color: white; - transform-origin: 0 0; -} -.ant-tabs-bar { - margin: 0 0 16px 0; - border-bottom: 1px solid hsl(0, 0%, 30%); - outline: none; - transition: padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); -} -.ant-tabs-nav-container { - position: relative; - box-sizing: border-box; - margin-bottom: -1px; - overflow: hidden; - font-size: 14px; - line-height: 1.5; - white-space: nowrap; - transition: padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); - zoom: 1; -} -.ant-tabs-nav-container::before, -.ant-tabs-nav-container::after { - display: table; - content: ''; -} -.ant-tabs-nav-container::after { - clear: both; -} -.ant-tabs-nav-container::before, -.ant-tabs-nav-container::after { - display: table; - content: ''; -} -.ant-tabs-nav-container::after { - clear: both; -} -.ant-tabs-nav-container-scrolling { - padding-right: 32px; - padding-left: 32px; -} -.ant-tabs-bottom .ant-tabs-bottom-bar { - margin-top: 16px; - margin-bottom: 0; - border-top: 1px solid hsl(0, 0%, 30%); - border-bottom: none; -} -.ant-tabs-bottom .ant-tabs-bottom-bar .ant-tabs-ink-bar { - top: 1px; - bottom: auto; -} -.ant-tabs-bottom .ant-tabs-bottom-bar .ant-tabs-nav-container { - margin-top: -1px; - margin-bottom: 0; -} -.ant-tabs-tab-prev, -.ant-tabs-tab-next { - position: absolute; - z-index: 2; - width: 0; - height: 100%; - color: hsl(0, 0%, 35%); - text-align: center; - background-color: transparent; - border: 0; - cursor: pointer; - opacity: 0; - transition: width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); - user-select: none; - pointer-events: none; -} -.ant-tabs-tab-prev.ant-tabs-tab-arrow-show, -.ant-tabs-tab-next.ant-tabs-tab-arrow-show { - width: 32px; - height: 100%; - opacity: 1; - pointer-events: auto; -} -.ant-tabs-tab-prev:hover, -.ant-tabs-tab-next:hover { - color: hsl(0, 0%, 90%); -} -.ant-tabs-tab-prev-icon, -.ant-tabs-tab-next-icon { - position: absolute; - top: 50%; - left: 50%; - font-weight: bold; - font-style: normal; - font-variant: normal; - line-height: inherit; - text-align: center; - text-transform: none; - transform: translate(-50%, -50%); -} -.ant-tabs-tab-prev-icon-target, -.ant-tabs-tab-next-icon-target { - display: block; - display: inline-block; - font-size: 12px; - font-size: 10px \9; - transform: scale(0.83333333) rotate(0deg); -} -:root .ant-tabs-tab-prev-icon-target, -:root .ant-tabs-tab-next-icon-target { - font-size: 12px; -} -.ant-tabs-tab-btn-disabled { - cursor: not-allowed; -} -.ant-tabs-tab-btn-disabled, -.ant-tabs-tab-btn-disabled:hover { - color: hsl(0, 0%, 50%); -} -.ant-tabs-tab-next { - right: 2px; -} -.ant-tabs-tab-prev { - left: 0; -} -:root .ant-tabs-tab-prev { - filter: none; -} -.ant-tabs-nav-wrap { - margin-bottom: -1px; - overflow: hidden; -} -.ant-tabs-nav-scroll { - overflow: hidden; - white-space: nowrap; -} -.ant-tabs-nav { - position: relative; - display: inline-block; - box-sizing: border-box; - margin: 0; - padding-left: 0; - list-style: none; - transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); -} -.ant-tabs-nav::before, -.ant-tabs-nav::after { - display: table; - content: ' '; -} -.ant-tabs-nav::after { - clear: both; -} -.ant-tabs-nav .ant-tabs-tab { - position: relative; - display: inline-block; - box-sizing: border-box; - height: 100%; - margin: 0 32px 0 0; - padding: 12px 16px; - text-decoration: none; - cursor: pointer; - transition: color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); -} -.ant-tabs-nav .ant-tabs-tab:last-child { - margin-right: 0; -} -.ant-tabs-nav .ant-tabs-tab:hover { - color: white; -} -.ant-tabs-nav .ant-tabs-tab:active { - color: white; -} -.ant-tabs-nav .ant-tabs-tab .anticon { - margin-right: 8px; -} -.ant-tabs-nav .ant-tabs-tab-active { - color: white; - font-weight: 500; -} -.ant-tabs-nav .ant-tabs-tab-disabled, -.ant-tabs-nav .ant-tabs-tab-disabled:hover { - color: hsl(0, 0%, 50%); - cursor: not-allowed; -} -.ant-tabs .ant-tabs-large-bar .ant-tabs-nav-container { - font-size: 16px; -} -.ant-tabs .ant-tabs-large-bar .ant-tabs-tab { - padding: 16px; -} -.ant-tabs .ant-tabs-small-bar .ant-tabs-nav-container { - font-size: 14px; -} -.ant-tabs .ant-tabs-small-bar .ant-tabs-tab { - padding: 8px 16px; -} -.ant-tabs .ant-tabs-top-content, -.ant-tabs .ant-tabs-bottom-content { - width: 100%; -} -.ant-tabs .ant-tabs-top-content > .ant-tabs-tabpane, -.ant-tabs .ant-tabs-bottom-content > .ant-tabs-tabpane { - flex-shrink: 0; - width: 100%; - opacity: 1; - transition: opacity 0.45s; -} -.ant-tabs .ant-tabs-top-content > .ant-tabs-tabpane-inactive, -.ant-tabs .ant-tabs-bottom-content > .ant-tabs-tabpane-inactive { - height: 0; - padding: 0 !important; - overflow: hidden; - opacity: 0; - pointer-events: none; -} -.ant-tabs .ant-tabs-top-content > .ant-tabs-tabpane-inactive input, -.ant-tabs .ant-tabs-bottom-content > .ant-tabs-tabpane-inactive input { - visibility: hidden; -} -.ant-tabs .ant-tabs-top-content.ant-tabs-content-animated, -.ant-tabs .ant-tabs-bottom-content.ant-tabs-content-animated { - display: flex; - flex-direction: row; - transition: margin-left 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); - will-change: margin-left; -} -.ant-tabs .ant-tabs-left-bar, -.ant-tabs .ant-tabs-right-bar { - height: 100%; - border-bottom: 0; -} -.ant-tabs .ant-tabs-left-bar .ant-tabs-tab-arrow-show, -.ant-tabs .ant-tabs-right-bar .ant-tabs-tab-arrow-show, -.ant-tabs .ant-tabs-left-bar .ant-tabs-tab-arrow-show, -.ant-tabs .ant-tabs-right-bar .ant-tabs-tab-arrow-show { - width: 100%; - height: 32px; -} -.ant-tabs .ant-tabs-left-bar .ant-tabs-tab, -.ant-tabs .ant-tabs-right-bar .ant-tabs-tab { - display: block; - float: none; - margin: 0 0 16px 0; - padding: 8px 24px; -} -.ant-tabs .ant-tabs-left-bar .ant-tabs-tab:last-child, -.ant-tabs .ant-tabs-right-bar .ant-tabs-tab:last-child { - margin-bottom: 0; -} -.ant-tabs .ant-tabs-left-bar .ant-tabs-extra-content, -.ant-tabs .ant-tabs-right-bar .ant-tabs-extra-content { - text-align: center; -} -.ant-tabs .ant-tabs-left-bar .ant-tabs-nav-scroll, -.ant-tabs .ant-tabs-right-bar .ant-tabs-nav-scroll { - width: auto; -} -.ant-tabs .ant-tabs-left-bar .ant-tabs-nav-container, -.ant-tabs .ant-tabs-right-bar .ant-tabs-nav-container, -.ant-tabs .ant-tabs-left-bar .ant-tabs-nav-wrap, -.ant-tabs .ant-tabs-right-bar .ant-tabs-nav-wrap { - height: 100%; -} -.ant-tabs .ant-tabs-left-bar .ant-tabs-nav-container, -.ant-tabs .ant-tabs-right-bar .ant-tabs-nav-container { - margin-bottom: 0; -} -.ant-tabs .ant-tabs-left-bar .ant-tabs-nav-container.ant-tabs-nav-container-scrolling, -.ant-tabs .ant-tabs-right-bar .ant-tabs-nav-container.ant-tabs-nav-container-scrolling { - padding: 32px 0; -} -.ant-tabs .ant-tabs-left-bar .ant-tabs-nav-wrap, -.ant-tabs .ant-tabs-right-bar .ant-tabs-nav-wrap { - margin-bottom: 0; -} -.ant-tabs .ant-tabs-left-bar .ant-tabs-nav, -.ant-tabs .ant-tabs-right-bar .ant-tabs-nav { - width: 100%; -} -.ant-tabs .ant-tabs-left-bar .ant-tabs-ink-bar, -.ant-tabs .ant-tabs-right-bar .ant-tabs-ink-bar { - top: 0; - bottom: auto; - left: auto; - width: 2px; - height: auto; -} -.ant-tabs .ant-tabs-left-bar .ant-tabs-tab-next, -.ant-tabs .ant-tabs-right-bar .ant-tabs-tab-next { - right: 0; - bottom: 0; - width: 100%; - height: 32px; -} -.ant-tabs .ant-tabs-left-bar .ant-tabs-tab-prev, -.ant-tabs .ant-tabs-right-bar .ant-tabs-tab-prev { - top: 0; - width: 100%; - height: 32px; -} -.ant-tabs .ant-tabs-left-content, -.ant-tabs .ant-tabs-right-content { - width: auto; - margin-top: 0 !important; - overflow: hidden; -} -.ant-tabs .ant-tabs-left-bar { - float: left; - margin-right: -1px; - margin-bottom: 0; - border-right: 1px solid hsl(0, 0%, 30%); -} -.ant-tabs .ant-tabs-left-bar .ant-tabs-tab { - text-align: right; -} -.ant-tabs .ant-tabs-left-bar .ant-tabs-nav-container { - margin-right: -1px; -} -.ant-tabs .ant-tabs-left-bar .ant-tabs-nav-wrap { - margin-right: -1px; -} -.ant-tabs .ant-tabs-left-bar .ant-tabs-ink-bar { - right: 1px; -} -.ant-tabs .ant-tabs-left-content { - padding-left: 24px; - border-left: 1px solid hsl(0, 0%, 30%); -} -.ant-tabs .ant-tabs-right-bar { - float: right; - margin-bottom: 0; - margin-left: -1px; - border-left: 1px solid hsl(0, 0%, 30%); -} -.ant-tabs .ant-tabs-right-bar .ant-tabs-nav-container { - margin-left: -1px; -} -.ant-tabs .ant-tabs-right-bar .ant-tabs-nav-wrap { - margin-left: -1px; -} -.ant-tabs .ant-tabs-right-bar .ant-tabs-ink-bar { - left: 1px; -} -.ant-tabs .ant-tabs-right-content { - padding-right: 24px; - border-right: 1px solid hsl(0, 0%, 30%); -} -.ant-tabs-top .ant-tabs-ink-bar-animated, -.ant-tabs-bottom .ant-tabs-ink-bar-animated { - transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), left 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); -} -.ant-tabs-left .ant-tabs-ink-bar-animated, -.ant-tabs-right .ant-tabs-ink-bar-animated { - transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), height 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), top 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); -} -.no-flex > .ant-tabs-content > .ant-tabs-content-animated, -.ant-tabs-no-animation > .ant-tabs-content > .ant-tabs-content-animated { - margin-left: 0 !important; - transform: none !important; -} -.no-flex > .ant-tabs-content > .ant-tabs-tabpane-inactive, -.ant-tabs-no-animation > .ant-tabs-content > .ant-tabs-tabpane-inactive { - height: 0; - padding: 0 !important; - overflow: hidden; - opacity: 0; - pointer-events: none; -} -.no-flex > .ant-tabs-content > .ant-tabs-tabpane-inactive input, -.ant-tabs-no-animation > .ant-tabs-content > .ant-tabs-tabpane-inactive input { - visibility: hidden; -} -.ant-tabs-left-content > .ant-tabs-content-animated, -.ant-tabs-right-content > .ant-tabs-content-animated { - margin-left: 0 !important; - transform: none !important; -} -.ant-tabs-left-content > .ant-tabs-tabpane-inactive, -.ant-tabs-right-content > .ant-tabs-tabpane-inactive { - height: 0; - padding: 0 !important; - overflow: hidden; - opacity: 0; - pointer-events: none; -} -.ant-tabs-left-content > .ant-tabs-tabpane-inactive input, -.ant-tabs-right-content > .ant-tabs-tabpane-inactive input { - visibility: hidden; -} -.ant-tag { - box-sizing: border-box; - margin: 0; - padding: 0; - color: hsl(0, 0%, 90%); - font-size: 14px; - font-variant: tabular-nums; - line-height: 1.5; - list-style: none; - font-feature-settings: 'tnum'; - display: inline-block; - height: auto; - margin-right: 8px; - padding: 0 7px; - font-size: 12px; - line-height: 20px; - white-space: nowrap; - background: yellow; - border: 1px solid hsl(0, 0%, 40%); - border-radius: 0; - cursor: default; - opacity: 1; - transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86); -} -.ant-tag:hover { - opacity: 0.85; -} -.ant-tag, -.ant-tag a, -.ant-tag a:hover { - color: hsl(0, 0%, 90%); -} -.ant-tag > a:first-child:last-child { - display: inline-block; - margin: 0 -8px; - padding: 0 8px; -} -.ant-tag .anticon-close { - display: inline-block; - font-size: 12px; - font-size: 10px \9; - transform: scale(0.83333333) rotate(0deg); - margin-left: 3px; - color: hsl(0, 0%, 35%); - font-weight: bold; - cursor: pointer; - transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86); -} -:root .ant-tag .anticon-close { - font-size: 12px; -} -.ant-tag .anticon-close:hover { - color: hsl(0, 0%, 85%); -} -.ant-tag-has-color { - border-color: transparent; -} -.ant-tag-has-color, -.ant-tag-has-color a, -.ant-tag-has-color a:hover, -.ant-tag-has-color .anticon-close, -.ant-tag-has-color .anticon-close:hover { - color: #fff; -} -.ant-tag-checkable { - background-color: transparent; - border-color: transparent; -} -.ant-tag-checkable:not(.ant-tag-checkable-checked):hover { - color: hsl(200, 60%, 75%); -} -.ant-tag-checkable:active, -.ant-tag-checkable-checked { - color: #fff; -} -.ant-tag-checkable-checked { - background-color: hsl(200, 30%, 60%); -} -.ant-tag-checkable:active { - background-color: #77a5bf; -} -.ant-tag-hidden { - display: none; -} -.ant-tag-pink { - color: #eb2f96; - background: #fff0f6; - border-color: #ffadd2; -} -.ant-tag-pink-inverse { - color: #fff; - background: #eb2f96; - border-color: #eb2f96; -} -.ant-tag-magenta { - color: #eb2f96; - background: #fff0f6; - border-color: #ffadd2; -} -.ant-tag-magenta-inverse { - color: #fff; - background: #eb2f96; - border-color: #eb2f96; -} -.ant-tag-red { - color: #f5222d; - background: #fff1f0; - border-color: #ffa39e; -} -.ant-tag-red-inverse { - color: #fff; - background: #f5222d; - border-color: #f5222d; -} -.ant-tag-volcano { - color: #fa541c; - background: #fff2e8; - border-color: #ffbb96; -} -.ant-tag-volcano-inverse { - color: #fff; - background: #fa541c; - border-color: #fa541c; -} -.ant-tag-orange { - color: #fa8c16; - background: #fff7e6; - border-color: #ffd591; -} -.ant-tag-orange-inverse { - color: #fff; - background: #fa8c16; - border-color: #fa8c16; -} -.ant-tag-yellow { - color: #fadb14; - background: #feffe6; - border-color: #fffb8f; -} -.ant-tag-yellow-inverse { - color: #fff; - background: #fadb14; - border-color: #fadb14; -} -.ant-tag-gold { - color: #faad14; - background: #fffbe6; - border-color: #ffe58f; -} -.ant-tag-gold-inverse { - color: #fff; - background: #faad14; - border-color: #faad14; -} -.ant-tag-cyan { - color: #13c2c2; - background: #e6fffb; - border-color: #87e8de; -} -.ant-tag-cyan-inverse { - color: #fff; - background: #13c2c2; - border-color: #13c2c2; -} -.ant-tag-lime { - color: #a0d911; - background: #fcffe6; - border-color: #eaff8f; -} -.ant-tag-lime-inverse { - color: #fff; - background: #a0d911; - border-color: #a0d911; -} -.ant-tag-green { - color: #52c41a; - background: #f6ffed; - border-color: #b7eb8f; -} -.ant-tag-green-inverse { - color: #fff; - background: #52c41a; - border-color: #52c41a; -} -.ant-tag-blue { - color: #1890ff; - background: #e6f7ff; - border-color: #91d5ff; -} -.ant-tag-blue-inverse { - color: #fff; - background: #1890ff; - border-color: #1890ff; -} -.ant-tag-geekblue { - color: #2f54eb; - background: #f0f5ff; - border-color: #adc6ff; -} -.ant-tag-geekblue-inverse { - color: #fff; - background: #2f54eb; - border-color: #2f54eb; -} -.ant-tag-purple { - color: #722ed1; - background: #f9f0ff; - border-color: #d3adf7; -} -.ant-tag-purple-inverse { - color: #fff; - background: #722ed1; - border-color: #722ed1; -} -.ant-time-picker-panel { - box-sizing: border-box; - margin: 0; - padding: 0; - color: hsl(0, 0%, 90%); - font-size: 14px; - font-variant: tabular-nums; - line-height: 1.5; - list-style: none; - font-feature-settings: 'tnum'; - position: absolute; - z-index: 1050; - font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; -} -.ant-time-picker-panel-inner { - position: relative; - left: -2px; - font-size: 14px; - text-align: left; - list-style: none; - background-color: hsl(0, 0%, 20%); - background-clip: padding-box; - border-radius: 0; - outline: none; - box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15); -} -.ant-time-picker-panel-input { - width: 100%; - max-width: 160px; - margin: 0; - padding: 0; - line-height: normal; - border: 0; - outline: 0; - cursor: auto; -} -.ant-time-picker-panel-input::-moz-placeholder { - color: #bfbfbf; - opacity: 1; -} -.ant-time-picker-panel-input:-ms-input-placeholder { - color: #bfbfbf; -} -.ant-time-picker-panel-input::-webkit-input-placeholder { - color: #bfbfbf; -} -.ant-time-picker-panel-input-wrap { - position: relative; - padding: 7px 2px 7px 6px; - border-bottom: 1px solid hsl(0, 0%, 30%); -} -.ant-time-picker-panel-input-invalid { - border-color: #f5222d; -} -.ant-time-picker-panel-narrow .ant-time-picker-panel-input-wrap { - max-width: 112px; -} -.ant-time-picker-panel-select { - position: relative; - float: left; - width: 56px; - max-height: 192px; - overflow: hidden; - font-size: 14px; - border-left: 1px solid hsl(0, 0%, 30%); -} -.ant-time-picker-panel-select:hover { - overflow-y: auto; -} -.ant-time-picker-panel-select:first-child { - margin-left: 0; - border-left: 0; -} -.ant-time-picker-panel-select:last-child { - border-right: 0; -} -.ant-time-picker-panel-select:only-child { - width: 100%; -} -.ant-time-picker-panel-select ul { - width: 100%; - margin: 0; - padding: 0 0 160px; - list-style: none; -} -.ant-time-picker-panel-select li { - width: 100%; - height: 32px; - margin: 0; - padding: 0 0 0 6px; - line-height: 32px; - text-align: left; - list-style: none; - cursor: pointer; - transition: all 0.3s; - user-select: none; -} -.ant-time-picker-panel-select li:focus { - color: hsl(200, 60%, 75%); - font-weight: 600; - outline: none; -} -.ant-time-picker-panel-select li:hover { - background: hsl(200, 30%, 30%); -} -li.ant-time-picker-panel-select-option-selected { - font-weight: 600; - background: hsl(0, 0%, 20%); -} -li.ant-time-picker-panel-select-option-selected:hover { - background: hsl(0, 0%, 20%); -} -li.ant-time-picker-panel-select-option-disabled { - color: hsl(0, 0%, 50%); -} -li.ant-time-picker-panel-select-option-disabled:hover { - background: transparent; - cursor: not-allowed; -} -.ant-time-picker-panel-combobox { - zoom: 1; -} -.ant-time-picker-panel-combobox::before, -.ant-time-picker-panel-combobox::after { - display: table; - content: ''; -} -.ant-time-picker-panel-combobox::after { - clear: both; -} -.ant-time-picker-panel-combobox::before, -.ant-time-picker-panel-combobox::after { - display: table; - content: ''; -} -.ant-time-picker-panel-combobox::after { - clear: both; -} -.ant-time-picker-panel-addon { - padding: 8px; - border-top: 1px solid hsl(0, 0%, 30%); -} -.ant-time-picker-panel.slide-up-enter.slide-up-enter-active.ant-time-picker-panel-placement-topLeft, -.ant-time-picker-panel.slide-up-enter.slide-up-enter-active.ant-time-picker-panel-placement-topRight, -.ant-time-picker-panel.slide-up-appear.slide-up-appear-active.ant-time-picker-panel-placement-topLeft, -.ant-time-picker-panel.slide-up-appear.slide-up-appear-active.ant-time-picker-panel-placement-topRight { - animation-name: antSlideDownIn; -} -.ant-time-picker-panel.slide-up-enter.slide-up-enter-active.ant-time-picker-panel-placement-bottomLeft, -.ant-time-picker-panel.slide-up-enter.slide-up-enter-active.ant-time-picker-panel-placement-bottomRight, -.ant-time-picker-panel.slide-up-appear.slide-up-appear-active.ant-time-picker-panel-placement-bottomLeft, -.ant-time-picker-panel.slide-up-appear.slide-up-appear-active.ant-time-picker-panel-placement-bottomRight { - animation-name: antSlideUpIn; -} -.ant-time-picker-panel.slide-up-leave.slide-up-leave-active.ant-time-picker-panel-placement-topLeft, -.ant-time-picker-panel.slide-up-leave.slide-up-leave-active.ant-time-picker-panel-placement-topRight { - animation-name: antSlideDownOut; -} -.ant-time-picker-panel.slide-up-leave.slide-up-leave-active.ant-time-picker-panel-placement-bottomLeft, -.ant-time-picker-panel.slide-up-leave.slide-up-leave-active.ant-time-picker-panel-placement-bottomRight { - animation-name: antSlideUpOut; -} -.ant-time-picker { - box-sizing: border-box; - margin: 0; - padding: 0; - color: hsl(0, 0%, 90%); - font-size: 14px; - font-variant: tabular-nums; - line-height: 1.5; - list-style: none; - font-feature-settings: 'tnum'; - position: relative; - display: inline-block; - width: 128px; - outline: none; - cursor: text; - transition: opacity 0.3s; -} -.ant-time-picker-input { - position: relative; - display: inline-block; - width: 100%; - height: 28px; - padding: 4px 5px; - color: hsl(0, 0%, 90%); - font-size: 14px; - line-height: 28px; - background-color: hsl(0, 0%, 15%); - background-image: none; - border: 1px solid hsl(0, 0%, 40%); - border-radius: 0; - transition: all 0.3s; -} -.ant-time-picker-input::-moz-placeholder { - color: #bfbfbf; - opacity: 1; -} -.ant-time-picker-input:-ms-input-placeholder { - color: #bfbfbf; -} -.ant-time-picker-input::-webkit-input-placeholder { - color: #bfbfbf; -} -.ant-time-picker-input:hover { - border-color: #c9e6f2; - border-right-width: 1px !important; -} -.ant-time-picker-input:focus { - border-color: #c9e6f2; - border-right-width: 1px !important; - outline: 0; - box-shadow: 0 0 0 2px hsla(200, 60%, 75%, 0.2); -} -.ant-time-picker-input-disabled { - color: hsl(0, 0%, 50%); - background-color: hsl(0, 0%, 20%); - cursor: not-allowed; - opacity: 1; -} -.ant-time-picker-input-disabled:hover { - border-color: #736c6c; - border-right-width: 1px !important; -} -.ant-time-picker-input[disabled] { - color: hsl(0, 0%, 50%); - background-color: hsl(0, 0%, 20%); - cursor: not-allowed; - opacity: 1; -} -.ant-time-picker-input[disabled]:hover { - border-color: #736c6c; - border-right-width: 1px !important; -} -textarea.ant-time-picker-input { - max-width: 100%; - height: auto; - min-height: 28px; - line-height: 1.5; - vertical-align: bottom; - transition: all 0.3s, height 0s; -} -.ant-time-picker-input-lg { - height: 34px; - padding: 6px 5px; - font-size: 16px; - line-height: 34px; -} -.ant-time-picker-input-sm { - height: 24px; - padding: 1px 3px; - line-height: 24px; -} -.ant-time-picker-input[disabled] { - color: hsl(0, 0%, 50%); - background-color: hsl(0, 0%, 20%); - cursor: not-allowed; - opacity: 1; -} -.ant-time-picker-input[disabled]:hover { - border-color: #736c6c; - border-right-width: 1px !important; -} -.ant-time-picker-open { - opacity: 0; -} -.ant-time-picker-icon, -.ant-time-picker-clear { - position: absolute; - top: 50%; - right: 5px; - z-index: 1; - width: 14px; - height: 14px; - margin-top: -7px; - color: hsl(0, 0%, 50%); - line-height: 14px; - transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); - user-select: none; -} -.ant-time-picker-icon .ant-time-picker-clock-icon, -.ant-time-picker-clear .ant-time-picker-clock-icon { - display: block; - color: hsl(0, 0%, 50%); - line-height: 1; -} -.ant-time-picker-clear { - z-index: 2; - background: hsl(0, 0%, 15%); - opacity: 0; - pointer-events: none; -} -.ant-time-picker-clear:hover { - color: hsl(0, 0%, 35%); -} -.ant-time-picker:hover .ant-time-picker-clear { - opacity: 1; - pointer-events: auto; -} -.ant-time-picker-large .ant-time-picker-input { - height: 34px; - padding: 6px 5px; - font-size: 16px; - line-height: 34px; -} -.ant-time-picker-small .ant-time-picker-input { - height: 24px; - padding: 1px 3px; - line-height: 24px; -} -.ant-time-picker-small .ant-time-picker-icon, -.ant-time-picker-small .ant-time-picker-clear { - right: 3px; -} -@media not all and (min-resolution: 0.001dpcm) { - @supports (-webkit-appearance: none) and (stroke-color: transparent) { - .ant-input { - line-height: 1.5; - } - } -} -.ant-timeline { - box-sizing: border-box; - color: hsl(0, 0%, 90%); - font-size: 14px; - font-variant: tabular-nums; - line-height: 1.5; - font-feature-settings: 'tnum'; - margin: 0; - padding: 0; - list-style: none; -} -.ant-timeline-item { - position: relative; - margin: 0; - padding: 0 0 20px; - font-size: 14px; - list-style: none; -} -.ant-timeline-item-tail { - position: absolute; - top: 0.75em; - left: 4px; - height: 100%; - border-left: 2px solid hsl(0, 0%, 30%); -} -.ant-timeline-item-pending .ant-timeline-item-head { - font-size: 12px; -} -.ant-timeline-item-pending .ant-timeline-item-tail { - display: none; -} -.ant-timeline-item-head { - position: absolute; - width: 10px; - height: 10px; - background-color: hsl(0, 0%, 20%); - border: 2px solid transparent; - border-radius: 100px; -} -.ant-timeline-item-head-blue { - color: hsl(200, 60%, 75%); - border-color: hsl(200, 60%, 75%); -} -.ant-timeline-item-head-red { - color: #f5222d; - border-color: #f5222d; -} -.ant-timeline-item-head-green { - color: #52c41a; - border-color: #52c41a; -} -.ant-timeline-item-head-custom { - position: absolute; - top: 5.5px; - left: 5px; - width: auto; - height: auto; - margin-top: 0; - padding: 3px 1px; - line-height: 1; - text-align: center; - border: 0; - border-radius: 0; - transform: translate(-50%, -50%); -} -.ant-timeline-item-content { - position: relative; - top: -6px; - margin: 0 0 0 18px; -} -.ant-timeline-item-last > .ant-timeline-item-tail { - display: none; -} -.ant-timeline-item-last > .ant-timeline-item-content { - min-height: 48px; -} -.ant-timeline.ant-timeline-alternate .ant-timeline-item-tail, -.ant-timeline.ant-timeline-right .ant-timeline-item-tail, -.ant-timeline.ant-timeline-alternate .ant-timeline-item-head, -.ant-timeline.ant-timeline-right .ant-timeline-item-head, -.ant-timeline.ant-timeline-alternate .ant-timeline-item-head-custom, -.ant-timeline.ant-timeline-right .ant-timeline-item-head-custom { - left: 50%; -} -.ant-timeline.ant-timeline-alternate .ant-timeline-item-head, -.ant-timeline.ant-timeline-right .ant-timeline-item-head { - margin-left: -4px; -} -.ant-timeline.ant-timeline-alternate .ant-timeline-item-head-custom, -.ant-timeline.ant-timeline-right .ant-timeline-item-head-custom { - margin-left: 1px; -} -.ant-timeline.ant-timeline-alternate .ant-timeline-item-left .ant-timeline-item-content, -.ant-timeline.ant-timeline-right .ant-timeline-item-left .ant-timeline-item-content { - left: 50%; - width: 50%; - text-align: left; -} -.ant-timeline.ant-timeline-alternate .ant-timeline-item-right .ant-timeline-item-content, -.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-content { - right: 50%; - left: -30px; - width: 50%; - margin-right: 18px; - text-align: right; -} -.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-tail, -.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-head, -.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-head-custom { - left: 100%; -} -.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-content { - right: 0; - left: -30px; - width: 100%; -} -.ant-timeline.ant-timeline-pending .ant-timeline-item-last .ant-timeline-item-tail { - display: block; - border-left: 2px dotted hsl(0, 0%, 30%); -} -.ant-timeline.ant-timeline-reverse .ant-timeline-item-last .ant-timeline-item-tail { - display: none; -} -.ant-timeline.ant-timeline-reverse .ant-timeline-item-pending .ant-timeline-item-tail { - display: block; - border-left: 2px dotted hsl(0, 0%, 30%); -} -.ant-timeline.ant-timeline-reverse .ant-timeline-item-pending .ant-timeline-item-content { - min-height: 48px; -} -.ant-tooltip { - box-sizing: border-box; - margin: 0; - padding: 0; - color: hsl(0, 0%, 90%); - font-size: 14px; - font-variant: tabular-nums; - line-height: 1.5; - list-style: none; - font-feature-settings: 'tnum'; - position: absolute; - z-index: 1060; - display: block; - max-width: 250px; - visibility: visible; -} -.ant-tooltip-hidden { - display: none; -} -.ant-tooltip-placement-top, -.ant-tooltip-placement-topLeft, -.ant-tooltip-placement-topRight { - padding-bottom: 8px; -} -.ant-tooltip-placement-right, -.ant-tooltip-placement-rightTop, -.ant-tooltip-placement-rightBottom { - padding-left: 8px; -} -.ant-tooltip-placement-bottom, -.ant-tooltip-placement-bottomLeft, -.ant-tooltip-placement-bottomRight { - padding-top: 8px; -} -.ant-tooltip-placement-left, -.ant-tooltip-placement-leftTop, -.ant-tooltip-placement-leftBottom { - padding-right: 8px; -} -.ant-tooltip-inner { - min-width: 30px; - min-height: 32px; - padding: 6px 8px; - color: #fff; - text-align: left; - text-decoration: none; - word-wrap: break-word; - background-color: rgba(0, 0, 0, 0.75); - border-radius: 0; - box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15); -} -.ant-tooltip-arrow { - position: absolute; - display: block; - width: 7.07106781px; - height: 7.07106781px; - background: transparent; - border-style: solid; - border-width: 3.53553391px; - transform: rotate(45deg); -} -.ant-tooltip-placement-top .ant-tooltip-arrow, -.ant-tooltip-placement-topLeft .ant-tooltip-arrow, -.ant-tooltip-placement-topRight .ant-tooltip-arrow { - bottom: 5.2px; - border-top-color: transparent; - border-right-color: #404040; - border-bottom-color: #404040; - border-left-color: transparent; - box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07); -} -.ant-tooltip-placement-top .ant-tooltip-arrow { - left: 50%; - transform: translateX(-50%) rotate(45deg); -} -.ant-tooltip-placement-topLeft .ant-tooltip-arrow { - left: 16px; -} -.ant-tooltip-placement-topRight .ant-tooltip-arrow { - right: 16px; -} -.ant-tooltip-placement-right .ant-tooltip-arrow, -.ant-tooltip-placement-rightTop .ant-tooltip-arrow, -.ant-tooltip-placement-rightBottom .ant-tooltip-arrow { - left: 5px; - border-top-color: transparent; - border-right-color: transparent; - border-bottom-color: #404040; - border-left-color: #404040; - box-shadow: -3px 3px 7px rgba(0, 0, 0, 0.07); -} -.ant-tooltip-placement-right .ant-tooltip-arrow { - top: 50%; - transform: translateY(-50%) rotate(45deg); -} -.ant-tooltip-placement-rightTop .ant-tooltip-arrow { - top: 8px; -} -.ant-tooltip-placement-rightBottom .ant-tooltip-arrow { - bottom: 8px; -} -.ant-tooltip-placement-left .ant-tooltip-arrow, -.ant-tooltip-placement-leftTop .ant-tooltip-arrow, -.ant-tooltip-placement-leftBottom .ant-tooltip-arrow { - right: 5px; - border-top-color: #404040; - border-right-color: #404040; - border-bottom-color: transparent; - border-left-color: transparent; - box-shadow: 3px -3px 7px rgba(0, 0, 0, 0.07); -} -.ant-tooltip-placement-left .ant-tooltip-arrow { - top: 50%; - transform: translateY(-50%) rotate(45deg); -} -.ant-tooltip-placement-leftTop .ant-tooltip-arrow { - top: 8px; -} -.ant-tooltip-placement-leftBottom .ant-tooltip-arrow { - bottom: 8px; -} -.ant-tooltip-placement-bottom .ant-tooltip-arrow, -.ant-tooltip-placement-bottomLeft .ant-tooltip-arrow, -.ant-tooltip-placement-bottomRight .ant-tooltip-arrow { - top: 5px; - border-top-color: #404040; - border-right-color: transparent; - border-bottom-color: transparent; - border-left-color: #404040; - box-shadow: -2px -2px 5px rgba(0, 0, 0, 0.06); -} -.ant-tooltip-placement-bottom .ant-tooltip-arrow { - left: 50%; - transform: translateX(-50%) rotate(45deg); -} -.ant-tooltip-placement-bottomLeft .ant-tooltip-arrow { - left: 16px; -} -.ant-tooltip-placement-bottomRight .ant-tooltip-arrow { - right: 16px; -} -.ant-transfer-customize-list { - display: flex; -} -.ant-transfer-customize-list .ant-transfer-operation { - flex: none; - align-self: center; -} -.ant-transfer-customize-list .ant-transfer-list { - flex: auto; - width: auto; - height: auto; - min-height: 200px; -} -.ant-transfer-customize-list .ant-transfer-list-body-with-search { - padding-top: 0; -} -.ant-transfer-customize-list .ant-transfer-list-body-search-wrapper { - position: relative; - padding-bottom: 0; -} -.ant-transfer-customize-list .ant-transfer-list-body-customize-wrapper { - padding: 12px; -} -.ant-transfer-customize-list .ant-table-wrapper .ant-table-small { - border: 0; - border-radius: 0; -} -.ant-transfer-customize-list .ant-table-wrapper .ant-table-small > .ant-table-content > .ant-table-body > table > .ant-table-thead > tr > th { - background: hsl(0, 0%, 40%); -} -.ant-transfer-customize-list .ant-table-wrapper .ant-table-small > .ant-table-content .ant-table-row:last-child td { - border-bottom: 1px solid hsl(0, 0%, 30%); -} -.ant-transfer-customize-list .ant-table-wrapper .ant-table-small .ant-table-body { - margin: 0; -} -.ant-transfer-customize-list .ant-table-wrapper .ant-table-pagination.ant-pagination { - margin: 16px 0 4px; -} -.ant-transfer { - box-sizing: border-box; - margin: 0; - padding: 0; - color: hsl(0, 0%, 90%); - font-size: 14px; - font-variant: tabular-nums; - line-height: 1.5; - list-style: none; - font-feature-settings: 'tnum'; - position: relative; -} -.ant-transfer-disabled .ant-transfer-list { - background: hsl(0, 0%, 20%); -} -.ant-transfer-list { - position: relative; - display: inline-block; - width: 180px; - height: 200px; - padding-top: 40px; - vertical-align: middle; - border: 1px solid hsl(0, 0%, 40%); - border-radius: 0; -} -.ant-transfer-list-with-footer { - padding-bottom: 34px; -} -.ant-transfer-list-search { - padding: 0 4px; -} -.ant-transfer-list-search-action { - position: absolute; - top: 12px; - right: 12px; - bottom: 12px; - width: 28px; - color: hsl(0, 0%, 50%); - line-height: 28px; - text-align: center; -} -.ant-transfer-list-search-action .anticon { - color: hsl(0, 0%, 50%); - transition: all 0.3s; -} -.ant-transfer-list-search-action .anticon:hover { - color: hsl(0, 0%, 35%); -} -span.ant-transfer-list-search-action { - pointer-events: none; -} -.ant-transfer-list-header { - position: absolute; - top: 0; - left: 0; - width: 100%; - padding: 8px 6px 9px; - overflow: hidden; - color: hsl(0, 0%, 90%); - background: hsl(0, 0%, 20%); - border-bottom: 1px solid hsl(0, 0%, 30%); - border-radius: 0 0 0 0; -} -.ant-transfer-list-header-title { - position: absolute; - right: 12px; -} -.ant-transfer-list-body { - position: relative; - height: 100%; - font-size: 14px; -} -.ant-transfer-list-body-search-wrapper { - position: absolute; - top: 0; - left: 0; - width: 100%; - padding: 12px; -} -.ant-transfer-list-body-with-search { - padding-top: 52px; -} -.ant-transfer-list-content { - height: 100%; - margin: 0; - padding: 0; - overflow: auto; - list-style: none; -} -.ant-transfer-list-content > .LazyLoad { - animation: transferHighlightIn 1s; -} -.ant-transfer-list-content-item { - min-height: 32px; - padding: 6px 6px; - overflow: hidden; - white-space: nowrap; - text-overflow: ellipsis; - transition: all 0.3s; -} -.ant-transfer-list-content-item > span { - padding-right: 0; -} -.ant-transfer-list-content-item:not(.ant-transfer-list-content-item-disabled):hover { - background-color: hsl(200, 30%, 30%); - cursor: pointer; -} -.ant-transfer-list-content-item-disabled { - color: hsl(0, 0%, 50%); - cursor: not-allowed; -} -.ant-transfer-list-body-not-found { - position: absolute; - top: 50%; - width: 100%; - padding-top: 0; - color: hsl(0, 0%, 50%); - text-align: center; - transform: translateY(-50%); -} -.ant-transfer-list-body-with-search .ant-transfer-list-body-not-found { - margin-top: 14px; -} -.ant-transfer-list-footer { - position: absolute; - bottom: 0; - left: 0; - width: 100%; - border-top: 1px solid hsl(0, 0%, 30%); - border-radius: 0 0 0 0; -} -.ant-transfer-operation { - display: inline-block; - margin: 0 8px; - overflow: hidden; - vertical-align: middle; -} -.ant-transfer-operation .ant-btn { - display: block; -} -.ant-transfer-operation .ant-btn:first-child { - margin-bottom: 4px; -} -.ant-transfer-operation .ant-btn .anticon { - font-size: 12px; -} -@keyframes transferHighlightIn { - 0% { - background: #f0fcff; - } - 100% { - background: transparent; - } -} -.ant-tree.ant-tree-directory { - position: relative; -} -.ant-tree.ant-tree-directory > li span.ant-tree-switcher, -.ant-tree.ant-tree-directory .ant-tree-child-tree > li span.ant-tree-switcher { - position: relative; - z-index: 1; -} -.ant-tree.ant-tree-directory > li span.ant-tree-switcher.ant-tree-switcher-noop, -.ant-tree.ant-tree-directory .ant-tree-child-tree > li span.ant-tree-switcher.ant-tree-switcher-noop { - pointer-events: none; -} -.ant-tree.ant-tree-directory > li span.ant-tree-checkbox, -.ant-tree.ant-tree-directory .ant-tree-child-tree > li span.ant-tree-checkbox { - position: relative; - z-index: 1; -} -.ant-tree.ant-tree-directory > li span.ant-tree-node-content-wrapper, -.ant-tree.ant-tree-directory .ant-tree-child-tree > li span.ant-tree-node-content-wrapper { - border-radius: 0; - user-select: none; -} -.ant-tree.ant-tree-directory > li span.ant-tree-node-content-wrapper:hover, -.ant-tree.ant-tree-directory .ant-tree-child-tree > li span.ant-tree-node-content-wrapper:hover { - background: transparent; -} -.ant-tree.ant-tree-directory > li span.ant-tree-node-content-wrapper:hover::before, -.ant-tree.ant-tree-directory .ant-tree-child-tree > li span.ant-tree-node-content-wrapper:hover::before { - background: hsl(200, 30%, 30%); -} -.ant-tree.ant-tree-directory > li span.ant-tree-node-content-wrapper.ant-tree-node-selected, -.ant-tree.ant-tree-directory .ant-tree-child-tree > li span.ant-tree-node-content-wrapper.ant-tree-node-selected { - color: #fff; - background: transparent; -} -.ant-tree.ant-tree-directory > li span.ant-tree-node-content-wrapper::before, -.ant-tree.ant-tree-directory .ant-tree-child-tree > li span.ant-tree-node-content-wrapper::before { - position: absolute; - right: 0; - left: 0; - height: 24px; - transition: all 0.3s; - content: ''; -} -.ant-tree.ant-tree-directory > li span.ant-tree-node-content-wrapper > span, -.ant-tree.ant-tree-directory .ant-tree-child-tree > li span.ant-tree-node-content-wrapper > span { - position: relative; - z-index: 1; -} -.ant-tree.ant-tree-directory > li.ant-tree-treenode-selected > span.ant-tree-switcher, -.ant-tree.ant-tree-directory .ant-tree-child-tree > li.ant-tree-treenode-selected > span.ant-tree-switcher { - color: #fff; -} -.ant-tree.ant-tree-directory > li.ant-tree-treenode-selected > span.ant-tree-checkbox .ant-tree-checkbox-inner, -.ant-tree.ant-tree-directory .ant-tree-child-tree > li.ant-tree-treenode-selected > span.ant-tree-checkbox .ant-tree-checkbox-inner { - border-color: hsl(200, 60%, 75%); -} -.ant-tree.ant-tree-directory > li.ant-tree-treenode-selected > span.ant-tree-checkbox.ant-tree-checkbox-checked::after, -.ant-tree.ant-tree-directory .ant-tree-child-tree > li.ant-tree-treenode-selected > span.ant-tree-checkbox.ant-tree-checkbox-checked::after { - border-color: #fff; -} -.ant-tree.ant-tree-directory > li.ant-tree-treenode-selected > span.ant-tree-checkbox.ant-tree-checkbox-checked .ant-tree-checkbox-inner, -.ant-tree.ant-tree-directory .ant-tree-child-tree > li.ant-tree-treenode-selected > span.ant-tree-checkbox.ant-tree-checkbox-checked .ant-tree-checkbox-inner { - background: #fff; -} -.ant-tree.ant-tree-directory > li.ant-tree-treenode-selected > span.ant-tree-checkbox.ant-tree-checkbox-checked .ant-tree-checkbox-inner::after, -.ant-tree.ant-tree-directory .ant-tree-child-tree > li.ant-tree-treenode-selected > span.ant-tree-checkbox.ant-tree-checkbox-checked .ant-tree-checkbox-inner::after { - border-color: hsl(200, 60%, 75%); -} -.ant-tree.ant-tree-directory > li.ant-tree-treenode-selected > span.ant-tree-node-content-wrapper::before, -.ant-tree.ant-tree-directory .ant-tree-child-tree > li.ant-tree-treenode-selected > span.ant-tree-node-content-wrapper::before { - background: hsl(200, 60%, 75%); -} -.ant-tree-checkbox { - box-sizing: border-box; - margin: 0; - padding: 0; - color: hsl(0, 0%, 90%); - font-size: 14px; - font-variant: tabular-nums; - line-height: 1.5; - list-style: none; - font-feature-settings: 'tnum'; - position: relative; - top: -0.09em; - display: inline-block; - line-height: 1; - white-space: nowrap; - vertical-align: middle; - outline: none; - cursor: pointer; -} -.ant-tree-checkbox-wrapper:hover .ant-tree-checkbox-inner, -.ant-tree-checkbox:hover .ant-tree-checkbox-inner, -.ant-tree-checkbox-input:focus + .ant-tree-checkbox-inner { - border-color: hsl(200, 60%, 75%); -} -.ant-tree-checkbox-checked::after { - position: absolute; - top: 0; - left: 0; - width: 100%; - height: 100%; - border: 1px solid hsl(200, 60%, 75%); - border-radius: 0; - visibility: hidden; - animation: antCheckboxEffect 0.36s ease-in-out; - animation-fill-mode: both; - content: ''; -} -.ant-tree-checkbox:hover::after, -.ant-tree-checkbox-wrapper:hover .ant-tree-checkbox::after { - visibility: visible; -} -.ant-tree-checkbox-inner { - position: relative; - top: 0; - left: 0; - display: block; - width: 16px; - height: 16px; - background-color: #fff; - border: 1px solid hsl(0, 0%, 40%); - border-radius: 0; - border-collapse: separate; - transition: all 0.3s; -} -.ant-tree-checkbox-inner::after { - position: absolute; - top: 50%; - left: 21%; - display: table; - width: 5.71428571px; - height: 9.14285714px; - border: 2px solid #fff; - border-top: 0; - border-left: 0; - transform: rotate(45deg) scale(0) translate(-50%, -50%); - opacity: 0; - transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6), opacity 0.1s; - content: ' '; -} -.ant-tree-checkbox-input { - position: absolute; - top: 0; - right: 0; - bottom: 0; - left: 0; - z-index: 1; - width: 100%; - height: 100%; - cursor: pointer; - opacity: 0; -} -.ant-tree-checkbox-checked .ant-tree-checkbox-inner::after { - position: absolute; - display: table; - border: 2px solid #fff; - border-top: 0; - border-left: 0; - transform: rotate(45deg) scale(1) translate(-50%, -50%); - opacity: 1; - transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s; - content: ' '; -} -.ant-tree-checkbox-checked .ant-tree-checkbox-inner { - background-color: hsl(200, 60%, 75%); - border-color: hsl(200, 60%, 75%); -} -.ant-tree-checkbox-disabled { - cursor: not-allowed; -} -.ant-tree-checkbox-disabled.ant-tree-checkbox-checked .ant-tree-checkbox-inner::after { - border-color: hsl(0, 0%, 50%); - animation-name: none; -} -.ant-tree-checkbox-disabled .ant-tree-checkbox-input { - cursor: not-allowed; -} -.ant-tree-checkbox-disabled .ant-tree-checkbox-inner { - background-color: hsl(0, 0%, 20%); - border-color: hsl(0, 0%, 40%) !important; -} -.ant-tree-checkbox-disabled .ant-tree-checkbox-inner::after { - border-color: hsl(0, 0%, 20%); - border-collapse: separate; - animation-name: none; -} -.ant-tree-checkbox-disabled + span { - color: hsl(0, 0%, 50%); - cursor: not-allowed; -} -.ant-tree-checkbox-wrapper { - box-sizing: border-box; - margin: 0; - padding: 0; - color: hsl(0, 0%, 90%); - font-size: 14px; - font-variant: tabular-nums; - line-height: 1.5; - list-style: none; - font-feature-settings: 'tnum'; - display: inline-block; - line-height: unset; - cursor: pointer; -} -.ant-tree-checkbox-wrapper + .ant-tree-checkbox-wrapper { - margin-left: 8px; -} -.ant-tree-checkbox-wrapper + span, -.ant-tree-checkbox + span { - padding-right: 8px; - padding-left: 8px; -} -.ant-tree-checkbox-group { - box-sizing: border-box; - margin: 0; - padding: 0; - color: hsl(0, 0%, 90%); - font-size: 14px; - font-variant: tabular-nums; - line-height: 1.5; - list-style: none; - font-feature-settings: 'tnum'; - display: inline-block; -} -.ant-tree-checkbox-group-item { - display: inline-block; - margin-right: 8px; -} -.ant-tree-checkbox-group-item:last-child { - margin-right: 0; -} -.ant-tree-checkbox-group-item + .ant-tree-checkbox-group-item { - margin-left: 0; -} -.ant-tree-checkbox-indeterminate .ant-tree-checkbox-inner { - background-color: hsl(0, 0%, 20%); - border-color: hsl(0, 0%, 40%); -} -.ant-tree-checkbox-indeterminate .ant-tree-checkbox-inner::after { - top: 50%; - left: 50%; - width: 8px; - height: 8px; - background-color: hsl(200, 60%, 75%); - border: 0; - transform: translate(-50%, -50%) scale(1); - opacity: 1; - content: ' '; -} -.ant-tree-checkbox-indeterminate.ant-tree-checkbox-disabled .ant-tree-checkbox-inner::after { - background-color: hsl(0, 0%, 50%); - border-color: hsl(0, 0%, 50%); -} -.ant-tree { - /* see https://github.com/ant-design/ant-design/issues/16259 */ - box-sizing: border-box; - color: hsl(0, 0%, 90%); - font-size: 14px; - font-variant: tabular-nums; - line-height: 1.5; - list-style: none; - font-feature-settings: 'tnum'; - margin: 0; - padding: 0; -} -.ant-tree-checkbox-checked::after { - position: absolute; - top: 16.67%; - left: 0; - width: 100%; - height: 66.67%; -} -.ant-tree ol, -.ant-tree ul { - margin: 0; - padding: 0; - list-style: none; -} -.ant-tree li { - margin: 0; - padding: 4px 0; - white-space: nowrap; - list-style: none; - outline: 0; -} -.ant-tree li span[draggable], -.ant-tree li span[draggable='true'] { - line-height: 20px; - border-top: 2px transparent solid; - border-bottom: 2px transparent solid; - user-select: none; - /* Required to make elements draggable in old WebKit */ - -khtml-user-drag: element; - -webkit-user-drag: element; -} -.ant-tree li.drag-over > span[draggable] { - color: white; - background-color: hsl(200, 60%, 75%); - opacity: 0.8; -} -.ant-tree li.drag-over-gap-top > span[draggable] { - border-top-color: hsl(200, 60%, 75%); -} -.ant-tree li.drag-over-gap-bottom > span[draggable] { - border-bottom-color: hsl(200, 60%, 75%); -} -.ant-tree li.filter-node > span { - color: blue !important; - font-weight: 500 !important; -} -.ant-tree li.ant-tree-treenode-loading span.ant-tree-switcher.ant-tree-switcher_open .ant-tree-switcher-loading-icon, -.ant-tree li.ant-tree-treenode-loading span.ant-tree-switcher.ant-tree-switcher_close .ant-tree-switcher-loading-icon { - position: absolute; - left: 0; - display: inline-block; - width: 24px; - height: 24px; - color: hsl(200, 60%, 75%); - font-size: 14px; - transform: none; -} -.ant-tree li.ant-tree-treenode-loading span.ant-tree-switcher.ant-tree-switcher_open .ant-tree-switcher-loading-icon svg, -.ant-tree li.ant-tree-treenode-loading span.ant-tree-switcher.ant-tree-switcher_close .ant-tree-switcher-loading-icon svg { - position: absolute; - top: 0; - right: 0; - bottom: 0; - left: 0; - margin: auto; -} -:root .ant-tree li.ant-tree-treenode-loading span.ant-tree-switcher.ant-tree-switcher_open::after, -:root .ant-tree li.ant-tree-treenode-loading span.ant-tree-switcher.ant-tree-switcher_close::after { - opacity: 0; -} -.ant-tree li ul { - margin: 0; - padding: 0 0 0 18px; -} -.ant-tree li .ant-tree-node-content-wrapper { - display: inline-block; - height: 24px; - margin: 0; - padding: 0 5px; - color: hsl(0, 0%, 90%); - line-height: 24px; - text-decoration: none; - vertical-align: top; - border-radius: 0; - cursor: pointer; - transition: all 0.3s; -} -.ant-tree li .ant-tree-node-content-wrapper:hover { - background-color: hsl(200, 30%, 30%); -} -.ant-tree li .ant-tree-node-content-wrapper.ant-tree-node-selected { - background-color: #f0fcff; -} -.ant-tree li span.ant-tree-checkbox { - top: initial; - height: 24px; - margin: 0 4px 0 2px; - padding: 4px 0; -} -.ant-tree li span.ant-tree-switcher, -.ant-tree li span.ant-tree-iconEle { - display: inline-block; - width: 24px; - height: 24px; - margin: 0; - line-height: 24px; - text-align: center; - vertical-align: top; - border: 0 none; - outline: none; - cursor: pointer; -} -.ant-tree li span.ant-tree-switcher { - position: relative; -} -.ant-tree li span.ant-tree-switcher.ant-tree-switcher-noop { - cursor: default; -} -.ant-tree li span.ant-tree-switcher.ant-tree-switcher_open .ant-tree-switcher-icon, -.ant-tree li span.ant-tree-switcher.ant-tree-switcher_open .ant-select-switcher-icon { - font-size: 12px; - font-size: 10px \9; - transform: scale(0.83333333) rotate(0deg); - display: inline-block; - font-weight: bold; -} -:root .ant-tree li span.ant-tree-switcher.ant-tree-switcher_open .ant-tree-switcher-icon, -:root .ant-tree li span.ant-tree-switcher.ant-tree-switcher_open .ant-select-switcher-icon { - font-size: 12px; -} -.ant-tree li span.ant-tree-switcher.ant-tree-switcher_open .ant-tree-switcher-icon svg, -.ant-tree li span.ant-tree-switcher.ant-tree-switcher_open .ant-select-switcher-icon svg { - transition: transform 0.3s; -} -.ant-tree li span.ant-tree-switcher.ant-tree-switcher_close .ant-tree-switcher-icon, -.ant-tree li span.ant-tree-switcher.ant-tree-switcher_close .ant-select-switcher-icon { - font-size: 12px; - font-size: 10px \9; - transform: scale(0.83333333) rotate(0deg); - display: inline-block; - font-weight: bold; -} -:root .ant-tree li span.ant-tree-switcher.ant-tree-switcher_close .ant-tree-switcher-icon, -:root .ant-tree li span.ant-tree-switcher.ant-tree-switcher_close .ant-select-switcher-icon { - font-size: 12px; -} -.ant-tree li span.ant-tree-switcher.ant-tree-switcher_close .ant-tree-switcher-icon svg, -.ant-tree li span.ant-tree-switcher.ant-tree-switcher_close .ant-select-switcher-icon svg { - transition: transform 0.3s; -} -.ant-tree li span.ant-tree-switcher.ant-tree-switcher_close .ant-tree-switcher-icon svg { - transform: rotate(-90deg); -} -.ant-tree li:last-child > span.ant-tree-switcher::before, -.ant-tree li:last-child > span.ant-tree-iconEle::before { - display: none; -} -.ant-tree > li:first-child { - padding-top: 7px; -} -.ant-tree > li:last-child { - padding-bottom: 7px; -} -.ant-tree-child-tree > li:first-child { - padding-top: 8px; -} -.ant-tree-child-tree > li:last-child { - padding-bottom: 0; -} -li.ant-tree-treenode-disabled > span:not(.ant-tree-switcher), -li.ant-tree-treenode-disabled > .ant-tree-node-content-wrapper, -li.ant-tree-treenode-disabled > .ant-tree-node-content-wrapper span { - color: hsl(0, 0%, 50%); - cursor: not-allowed; -} -li.ant-tree-treenode-disabled > .ant-tree-node-content-wrapper:hover { - background: transparent; -} -.ant-tree-icon__open { - margin-right: 2px; - vertical-align: top; -} -.ant-tree-icon__close { - margin-right: 2px; - vertical-align: top; -} -.ant-tree.ant-tree-show-line li { - position: relative; -} -.ant-tree.ant-tree-show-line li span.ant-tree-switcher { - color: hsl(0, 0%, 35%); - background: hsl(0, 0%, 20%); -} -.ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher-noop .ant-tree-switcher-icon, -.ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher-noop .ant-select-switcher-icon { - display: inline-block; - font-weight: normal; - font-size: 12px; -} -.ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher-noop .ant-tree-switcher-icon svg, -.ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher-noop .ant-select-switcher-icon svg { - transition: transform 0.3s; -} -.ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher_open .ant-tree-switcher-icon, -.ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher_open .ant-select-switcher-icon { - display: inline-block; - font-weight: normal; - font-size: 12px; -} -.ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher_open .ant-tree-switcher-icon svg, -.ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher_open .ant-select-switcher-icon svg { - transition: transform 0.3s; -} -.ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher_close .ant-tree-switcher-icon, -.ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher_close .ant-select-switcher-icon { - display: inline-block; - font-weight: normal; - font-size: 12px; -} -.ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher_close .ant-tree-switcher-icon svg, -.ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher_close .ant-select-switcher-icon svg { - transition: transform 0.3s; -} -.ant-tree.ant-tree-show-line li:not(:last-child)::before { - position: absolute; - left: 12px; - width: 1px; - height: 100%; - height: calc(100% - 22px); - margin: 22px 0 0; - border-left: 1px solid hsl(0, 0%, 40%); - content: ' '; -} -.ant-tree.ant-tree-icon-hide .ant-tree-treenode-loading .ant-tree-iconEle { - display: none; -} -.ant-tree.ant-tree-block-node li .ant-tree-node-content-wrapper { - width: calc(100% - 24px); -} -.ant-tree.ant-tree-block-node li span.ant-tree-checkbox + .ant-tree-node-content-wrapper { - width: calc(100% - 46px); -} -.ant-select-tree-checkbox { - box-sizing: border-box; - margin: 0; - padding: 0; - color: hsl(0, 0%, 90%); - font-size: 14px; - font-variant: tabular-nums; - line-height: 1.5; - list-style: none; - font-feature-settings: 'tnum'; - position: relative; - top: -0.09em; - display: inline-block; - line-height: 1; - white-space: nowrap; - vertical-align: middle; - outline: none; - cursor: pointer; -} -.ant-select-tree-checkbox-wrapper:hover .ant-select-tree-checkbox-inner, -.ant-select-tree-checkbox:hover .ant-select-tree-checkbox-inner, -.ant-select-tree-checkbox-input:focus + .ant-select-tree-checkbox-inner { - border-color: hsl(200, 60%, 75%); -} -.ant-select-tree-checkbox-checked::after { - position: absolute; - top: 0; - left: 0; - width: 100%; - height: 100%; - border: 1px solid hsl(200, 60%, 75%); - border-radius: 0; - visibility: hidden; - animation: antCheckboxEffect 0.36s ease-in-out; - animation-fill-mode: both; - content: ''; -} -.ant-select-tree-checkbox:hover::after, -.ant-select-tree-checkbox-wrapper:hover .ant-select-tree-checkbox::after { - visibility: visible; -} -.ant-select-tree-checkbox-inner { - position: relative; - top: 0; - left: 0; - display: block; - width: 16px; - height: 16px; - background-color: #fff; - border: 1px solid hsl(0, 0%, 40%); - border-radius: 0; - border-collapse: separate; - transition: all 0.3s; -} -.ant-select-tree-checkbox-inner::after { - position: absolute; - top: 50%; - left: 21%; - display: table; - width: 5.71428571px; - height: 9.14285714px; - border: 2px solid #fff; - border-top: 0; - border-left: 0; - transform: rotate(45deg) scale(0) translate(-50%, -50%); - opacity: 0; - transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6), opacity 0.1s; - content: ' '; -} -.ant-select-tree-checkbox-input { - position: absolute; - top: 0; - right: 0; - bottom: 0; - left: 0; - z-index: 1; - width: 100%; - height: 100%; - cursor: pointer; - opacity: 0; -} -.ant-select-tree-checkbox-checked .ant-select-tree-checkbox-inner::after { - position: absolute; - display: table; - border: 2px solid #fff; - border-top: 0; - border-left: 0; - transform: rotate(45deg) scale(1) translate(-50%, -50%); - opacity: 1; - transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s; - content: ' '; -} -.ant-select-tree-checkbox-checked .ant-select-tree-checkbox-inner { - background-color: hsl(200, 60%, 75%); - border-color: hsl(200, 60%, 75%); -} -.ant-select-tree-checkbox-disabled { - cursor: not-allowed; -} -.ant-select-tree-checkbox-disabled.ant-select-tree-checkbox-checked .ant-select-tree-checkbox-inner::after { - border-color: hsl(0, 0%, 50%); - animation-name: none; -} -.ant-select-tree-checkbox-disabled .ant-select-tree-checkbox-input { - cursor: not-allowed; -} -.ant-select-tree-checkbox-disabled .ant-select-tree-checkbox-inner { - background-color: hsl(0, 0%, 20%); - border-color: hsl(0, 0%, 40%) !important; -} -.ant-select-tree-checkbox-disabled .ant-select-tree-checkbox-inner::after { - border-color: hsl(0, 0%, 20%); - border-collapse: separate; - animation-name: none; -} -.ant-select-tree-checkbox-disabled + span { - color: hsl(0, 0%, 50%); - cursor: not-allowed; -} -.ant-select-tree-checkbox-wrapper { - box-sizing: border-box; - margin: 0; - padding: 0; - color: hsl(0, 0%, 90%); - font-size: 14px; - font-variant: tabular-nums; - line-height: 1.5; - list-style: none; - font-feature-settings: 'tnum'; - display: inline-block; - line-height: unset; - cursor: pointer; -} -.ant-select-tree-checkbox-wrapper + .ant-select-tree-checkbox-wrapper { - margin-left: 8px; -} -.ant-select-tree-checkbox-wrapper + span, -.ant-select-tree-checkbox + span { - padding-right: 8px; - padding-left: 8px; -} -.ant-select-tree-checkbox-group { - box-sizing: border-box; - margin: 0; - padding: 0; - color: hsl(0, 0%, 90%); - font-size: 14px; - font-variant: tabular-nums; - line-height: 1.5; - list-style: none; - font-feature-settings: 'tnum'; - display: inline-block; -} -.ant-select-tree-checkbox-group-item { - display: inline-block; - margin-right: 8px; -} -.ant-select-tree-checkbox-group-item:last-child { - margin-right: 0; -} -.ant-select-tree-checkbox-group-item + .ant-select-tree-checkbox-group-item { - margin-left: 0; -} -.ant-select-tree-checkbox-indeterminate .ant-select-tree-checkbox-inner { - background-color: hsl(0, 0%, 20%); - border-color: hsl(0, 0%, 40%); -} -.ant-select-tree-checkbox-indeterminate .ant-select-tree-checkbox-inner::after { - top: 50%; - left: 50%; - width: 8px; - height: 8px; - background-color: hsl(200, 60%, 75%); - border: 0; - transform: translate(-50%, -50%) scale(1); - opacity: 1; - content: ' '; -} -.ant-select-tree-checkbox-indeterminate.ant-select-tree-checkbox-disabled .ant-select-tree-checkbox-inner::after { - background-color: hsl(0, 0%, 50%); - border-color: hsl(0, 0%, 50%); -} -.ant-select-tree { - box-sizing: border-box; - padding: 0; - color: hsl(0, 0%, 90%); - font-size: 14px; - font-variant: tabular-nums; - line-height: 1.5; - list-style: none; - font-feature-settings: 'tnum'; - margin: 0; - margin-top: -4px; - padding: 0 4px; -} -.ant-select-tree li { - margin: 8px 0; - padding: 0; - white-space: nowrap; - list-style: none; - outline: 0; -} -.ant-select-tree li.filter-node > span { - font-weight: 500; -} -.ant-select-tree li ul { - margin: 0; - padding: 0 0 0 18px; -} -.ant-select-tree li .ant-select-tree-node-content-wrapper { - display: inline-block; - width: calc(100% - 24px); - margin: 0; - padding: 3px 5px; - color: hsl(0, 0%, 90%); - text-decoration: none; - border-radius: 2px; - cursor: pointer; - transition: all 0.3s; -} -.ant-select-tree li .ant-select-tree-node-content-wrapper:hover { - background-color: hsl(200, 30%, 30%); -} -.ant-select-tree li .ant-select-tree-node-content-wrapper.ant-select-tree-node-selected { - background-color: #f0fcff; -} -.ant-select-tree li span.ant-select-tree-checkbox { - margin: 0 4px 0 0; -} -.ant-select-tree li span.ant-select-tree-checkbox + .ant-select-tree-node-content-wrapper { - width: calc(100% - 46px); -} -.ant-select-tree li span.ant-select-tree-switcher, -.ant-select-tree li span.ant-select-tree-iconEle { - display: inline-block; - width: 24px; - height: 24px; - margin: 0; - line-height: 22px; - text-align: center; - vertical-align: middle; - border: 0 none; - outline: none; - cursor: pointer; -} -.ant-select-tree li span.ant-select-icon_loading .ant-select-switcher-loading-icon { - position: absolute; - left: 0; - display: inline-block; - color: hsl(200, 60%, 75%); - font-size: 14px; - transform: none; -} -.ant-select-tree li span.ant-select-icon_loading .ant-select-switcher-loading-icon svg { - position: absolute; - top: 0; - right: 0; - bottom: 0; - left: 0; - margin: auto; -} -.ant-select-tree li span.ant-select-tree-switcher { - position: relative; -} -.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher-noop { - cursor: auto; -} -.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_open .ant-tree-switcher-icon, -.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_open .ant-select-switcher-icon { - font-size: 12px; - font-size: 10px \9; - transform: scale(0.83333333) rotate(0deg); - display: inline-block; - font-weight: bold; -} -:root .ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_open .ant-tree-switcher-icon, -:root .ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_open .ant-select-switcher-icon { - font-size: 12px; -} -.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_open .ant-tree-switcher-icon svg, -.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_open .ant-select-switcher-icon svg { - transition: transform 0.3s; -} -.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_close .ant-tree-switcher-icon, -.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_close .ant-select-switcher-icon { - font-size: 12px; - font-size: 10px \9; - transform: scale(0.83333333) rotate(0deg); - display: inline-block; - font-weight: bold; -} -:root .ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_close .ant-tree-switcher-icon, -:root .ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_close .ant-select-switcher-icon { - font-size: 12px; -} -.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_close .ant-tree-switcher-icon svg, -.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_close .ant-select-switcher-icon svg { - transition: transform 0.3s; -} -.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_close .ant-select-switcher-icon svg { - transform: rotate(-90deg); -} -.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_open .ant-select-switcher-loading-icon, -.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_close .ant-select-switcher-loading-icon { - position: absolute; - left: 0; - display: inline-block; - width: 24px; - height: 24px; - color: hsl(200, 60%, 75%); - font-size: 14px; - transform: none; -} -.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_open .ant-select-switcher-loading-icon svg, -.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_close .ant-select-switcher-loading-icon svg { - position: absolute; - top: 0; - right: 0; - bottom: 0; - left: 0; - margin: auto; -} -.ant-select-tree .ant-select-tree-treenode-loading .ant-select-tree-iconEle { - display: none; -} -.ant-select-tree-child-tree { - display: none; -} -.ant-select-tree-child-tree-open { - display: block; -} -li.ant-select-tree-treenode-disabled > span:not(.ant-select-tree-switcher), -li.ant-select-tree-treenode-disabled > .ant-select-tree-node-content-wrapper, -li.ant-select-tree-treenode-disabled > .ant-select-tree-node-content-wrapper span { - color: hsl(0, 0%, 50%); - cursor: not-allowed; -} -li.ant-select-tree-treenode-disabled > .ant-select-tree-node-content-wrapper:hover { - background: transparent; -} -.ant-select-tree-icon__open { - margin-right: 2px; - vertical-align: top; -} -.ant-select-tree-icon__close { - margin-right: 2px; - vertical-align: top; -} -.ant-select-tree-dropdown { - box-sizing: border-box; - margin: 0; - padding: 0; - color: hsl(0, 0%, 90%); - font-size: 14px; - font-variant: tabular-nums; - line-height: 1.5; - list-style: none; - font-feature-settings: 'tnum'; -} -.ant-select-tree-dropdown .ant-select-dropdown-search { - position: sticky; - top: 0; - z-index: 1; - display: block; - padding: 4px; - background: hsl(0, 0%, 20%); -} -.ant-select-tree-dropdown .ant-select-dropdown-search .ant-select-search__field__wrap { - width: 100%; -} -.ant-select-tree-dropdown .ant-select-dropdown-search .ant-select-search__field { - box-sizing: border-box; - width: 100%; - padding: 4px 7px; - border: 1px solid hsl(0, 0%, 40%); - border-radius: 4px; - outline: none; -} -.ant-select-tree-dropdown .ant-select-dropdown-search.ant-select-search--hide { - display: none; -} -.ant-select-tree-dropdown .ant-select-not-found { - display: block; - padding: 7px 16px; - color: hsl(0, 0%, 50%); - cursor: not-allowed; -} -.ant-typography { - color: hsl(0, 0%, 90%); -} -.ant-typography.ant-typography-secondary { - color: hsl(0, 0%, 35%); -} -.ant-typography.ant-typography-warning { - color: salmon; -} -.ant-typography.ant-typography-danger { - color: #f5222d; -} -.ant-typography.ant-typography-disabled { - color: hsl(0, 0%, 50%); - cursor: not-allowed; - user-select: none; -} -div.ant-typography, -.ant-typography p { - margin-bottom: 1em; -} -h1.ant-typography, -.ant-typography h1 { - margin-bottom: 0.5em; - color: hsl(0, 0%, 85%); - font-weight: 600; - font-size: 38px; - line-height: 1.23; -} -h2.ant-typography, -.ant-typography h2 { - margin-bottom: 0.5em; - color: hsl(0, 0%, 85%); - font-weight: 600; - font-size: 30px; - line-height: 1.35; -} -h3.ant-typography, -.ant-typography h3 { - margin-bottom: 0.5em; - color: hsl(0, 0%, 85%); - font-weight: 600; - font-size: 24px; - line-height: 1.35; -} -h4.ant-typography, -.ant-typography h4 { - margin-bottom: 0.5em; - color: hsl(0, 0%, 85%); - font-weight: 600; - font-size: 20px; - line-height: 1.4; -} -.ant-typography + h1.ant-typography, -.ant-typography + h2.ant-typography, -.ant-typography + h3.ant-typography, -.ant-typography + h4.ant-typography { - margin-top: 1.2em; -} -.ant-typography div + h1, -.ant-typography ul + h1, -.ant-typography li + h1, -.ant-typography p + h1, -.ant-typography h1 + h1, -.ant-typography h2 + h1, -.ant-typography h3 + h1, -.ant-typography h4 + h1, -.ant-typography div + h2, -.ant-typography ul + h2, -.ant-typography li + h2, -.ant-typography p + h2, -.ant-typography h1 + h2, -.ant-typography h2 + h2, -.ant-typography h3 + h2, -.ant-typography h4 + h2, -.ant-typography div + h3, -.ant-typography ul + h3, -.ant-typography li + h3, -.ant-typography p + h3, -.ant-typography h1 + h3, -.ant-typography h2 + h3, -.ant-typography h3 + h3, -.ant-typography h4 + h3, -.ant-typography div + h4, -.ant-typography ul + h4, -.ant-typography li + h4, -.ant-typography p + h4, -.ant-typography h1 + h4, -.ant-typography h2 + h4, -.ant-typography h3 + h4, -.ant-typography h4 + h4 { - margin-top: 1.2em; -} -span.ant-typography-ellipsis { - display: inline-block; -} -.ant-typography a { - color: hsl(200, 60%, 75%); - text-decoration: none; - outline: none; - cursor: pointer; - transition: color 0.3s; -} -.ant-typography a:focus, -.ant-typography a:hover { - color: #c9e6f2; -} -.ant-typography a:active { - color: #77a5bf; -} -.ant-typography a:active, -.ant-typography a:hover { - text-decoration: none; -} -.ant-typography a[disabled] { - color: hsl(0, 0%, 50%); - cursor: not-allowed; - pointer-events: none; -} -.ant-typography code { - margin: 0 0.2em; - padding: 0.2em 0.4em 0.1em; - font-size: 85%; - background: rgba(0, 0, 0, 0.06); - border: 1px solid rgba(0, 0, 0, 0.06); - border-radius: 3px; -} -.ant-typography mark { - padding: 0; - background-color: #ffe58f; -} -.ant-typography u, -.ant-typography ins { - text-decoration: underline; - text-decoration-skip-ink: auto; -} -.ant-typography s, -.ant-typography del { - text-decoration: line-through; -} -.ant-typography strong { - font-weight: 600; -} -.ant-typography-expand, -.ant-typography-edit, -.ant-typography-copy { - color: hsl(200, 60%, 75%); - text-decoration: none; - outline: none; - cursor: pointer; - transition: color 0.3s; - margin-left: 8px; -} -.ant-typography-expand:focus, -.ant-typography-edit:focus, -.ant-typography-copy:focus, -.ant-typography-expand:hover, -.ant-typography-edit:hover, -.ant-typography-copy:hover { - color: #c9e6f2; -} -.ant-typography-expand:active, -.ant-typography-edit:active, -.ant-typography-copy:active { - color: #77a5bf; -} -.ant-typography-copy-success, -.ant-typography-copy-success:hover, -.ant-typography-copy-success:focus { - color: #52c41a; -} -.ant-typography-edit-content { - position: relative; -} -div.ant-typography-edit-content { - left: -6px; - margin-top: -5px; - margin-bottom: calc(1em - 4px - 2px); -} -.ant-typography-edit-content-confirm { - position: absolute; - right: 10px; - bottom: 8px; - color: hsl(0, 0%, 35%); - pointer-events: none; -} -.ant-typography ul, -.ant-typography ol { - margin: 0 0 1em 0; - padding: 0; -} -.ant-typography ul li, -.ant-typography ol li { - margin: 0 0 0 20px; - padding: 0 0 0 4px; -} -.ant-typography ul li { - list-style-type: circle; -} -.ant-typography ul li li { - list-style-type: disc; -} -.ant-typography ol li { - list-style-type: decimal; -} -.ant-typography-ellipsis-single-line { - overflow: hidden; - white-space: nowrap; - text-overflow: ellipsis; -} -.ant-typography-ellipsis-multiple-line { - display: -webkit-box; - -webkit-line-clamp: 3; - /*! autoprefixer: ignore next */ - -webkit-box-orient: vertical; - overflow: hidden; -} -.ant-upload { - box-sizing: border-box; - margin: 0; - padding: 0; - color: hsl(0, 0%, 90%); - font-size: 14px; - font-variant: tabular-nums; - line-height: 1.5; - list-style: none; - font-feature-settings: 'tnum'; - outline: 0; -} -.ant-upload p { - margin: 0; -} -.ant-upload-btn { - display: block; - width: 100%; - outline: none; -} -.ant-upload input[type='file'] { - cursor: pointer; -} -.ant-upload.ant-upload-select { - display: inline-block; -} -.ant-upload.ant-upload-disabled { - cursor: not-allowed; -} -.ant-upload.ant-upload-select-picture-card { - display: table; - width: 104px; - height: 104px; - margin-right: 8px; - margin-bottom: 8px; - text-align: center; - vertical-align: top; - background-color: hsl(0, 0%, 40%); - border: 1px dashed hsl(0, 0%, 40%); - border-radius: 0; - cursor: pointer; - transition: border-color 0.3s ease; -} -.ant-upload.ant-upload-select-picture-card > .ant-upload { - display: table-cell; - width: 100%; - height: 100%; - padding: 8px; - text-align: center; - vertical-align: middle; -} -.ant-upload.ant-upload-select-picture-card:hover { - border-color: hsl(200, 60%, 75%); -} -.ant-upload.ant-upload-drag { - position: relative; - width: 100%; - height: 100%; - text-align: center; - background: hsl(0, 0%, 40%); - border: 1px dashed hsl(0, 0%, 40%); - border-radius: 0; - cursor: pointer; - transition: border-color 0.3s; -} -.ant-upload.ant-upload-drag .ant-upload { - padding: 16px 0; -} -.ant-upload.ant-upload-drag.ant-upload-drag-hover:not(.ant-upload-disabled) { - border-color: #77a5bf; -} -.ant-upload.ant-upload-drag.ant-upload-disabled { - cursor: not-allowed; -} -.ant-upload.ant-upload-drag .ant-upload-btn { - display: table; - height: 100%; -} -.ant-upload.ant-upload-drag .ant-upload-drag-container { - display: table-cell; - vertical-align: middle; -} -.ant-upload.ant-upload-drag:not(.ant-upload-disabled):hover { - border-color: hsl(200, 10%, 60%); -} -.ant-upload.ant-upload-drag p.ant-upload-drag-icon { - margin-bottom: 20px; -} -.ant-upload.ant-upload-drag p.ant-upload-drag-icon .anticon { - color: hsl(200, 10%, 60%); - font-size: 48px; -} -.ant-upload.ant-upload-drag p.ant-upload-text { - margin: 0 0 4px; - color: hsl(0, 0%, 85%); - font-size: 16px; -} -.ant-upload.ant-upload-drag p.ant-upload-hint { - color: hsl(0, 0%, 35%); - font-size: 14px; -} -.ant-upload.ant-upload-drag .anticon-plus { - color: hsl(0, 0%, 50%); - font-size: 30px; - transition: all 0.3s; -} -.ant-upload.ant-upload-drag .anticon-plus:hover { - color: hsl(0, 0%, 35%); -} -.ant-upload.ant-upload-drag:hover .anticon-plus { - color: hsl(0, 0%, 35%); -} -.ant-upload-list { - box-sizing: border-box; - margin: 0; - padding: 0; - color: hsl(0, 0%, 90%); - font-size: 14px; - font-variant: tabular-nums; - line-height: 1.5; - list-style: none; - font-feature-settings: 'tnum'; - zoom: 1; -} -.ant-upload-list::before, -.ant-upload-list::after { - display: table; - content: ''; -} -.ant-upload-list::after { - clear: both; -} -.ant-upload-list::before, -.ant-upload-list::after { - display: table; - content: ''; -} -.ant-upload-list::after { - clear: both; -} -.ant-upload-list-item { - position: relative; - height: 22px; - margin-top: 8px; - font-size: 14px; -} -.ant-upload-list-item-name { - display: inline-block; - width: 100%; - padding-left: 22px; - overflow: hidden; - white-space: nowrap; - text-overflow: ellipsis; -} -.ant-upload-list-item-info { - height: 100%; - padding: 0 12px 0 4px; - transition: background-color 0.3s; -} -.ant-upload-list-item-info > span { - display: block; -} -.ant-upload-list-item-info .anticon-loading, -.ant-upload-list-item-info .anticon-paper-clip { - position: absolute; - top: 5px; - color: hsl(0, 0%, 35%); - font-size: 14px; -} -.ant-upload-list-item .anticon-close { - display: inline-block; - font-size: 12px; - font-size: 10px \9; - transform: scale(0.83333333) rotate(0deg); - position: absolute; - top: 6px; - right: 4px; - color: hsl(0, 0%, 35%); - line-height: 0; - cursor: pointer; - opacity: 0; - transition: all 0.3s; -} -:root .ant-upload-list-item .anticon-close { - font-size: 12px; -} -.ant-upload-list-item .anticon-close:hover { - color: hsl(0, 0%, 90%); -} -.ant-upload-list-item:hover .ant-upload-list-item-info { - background-color: hsl(200, 30%, 30%); -} -.ant-upload-list-item:hover .anticon-close { - opacity: 1; -} -.ant-upload-list-item-error, -.ant-upload-list-item-error .anticon-paper-clip, -.ant-upload-list-item-error .ant-upload-list-item-name { - color: #f5222d; -} -.ant-upload-list-item-error .anticon-close { - color: #f5222d !important; - opacity: 1; -} -.ant-upload-list-item-progress { - position: absolute; - bottom: -12px; - width: 100%; - padding-left: 26px; - font-size: 14px; - line-height: 0; -} -.ant-upload-list-picture .ant-upload-list-item, -.ant-upload-list-picture-card .ant-upload-list-item { - position: relative; - height: 66px; - padding: 8px; - border: 1px solid hsl(0, 0%, 40%); - border-radius: 0; -} -.ant-upload-list-picture .ant-upload-list-item:hover, -.ant-upload-list-picture-card .ant-upload-list-item:hover { - background: transparent; -} -.ant-upload-list-picture .ant-upload-list-item-error, -.ant-upload-list-picture-card .ant-upload-list-item-error { - border-color: #f5222d; -} -.ant-upload-list-picture .ant-upload-list-item-info, -.ant-upload-list-picture-card .ant-upload-list-item-info { - padding: 0; -} -.ant-upload-list-picture .ant-upload-list-item:hover .ant-upload-list-item-info, -.ant-upload-list-picture-card .ant-upload-list-item:hover .ant-upload-list-item-info { - background: transparent; -} -.ant-upload-list-picture .ant-upload-list-item-uploading, -.ant-upload-list-picture-card .ant-upload-list-item-uploading { - border-style: dashed; -} -.ant-upload-list-picture .ant-upload-list-item-thumbnail, -.ant-upload-list-picture-card .ant-upload-list-item-thumbnail { - position: absolute; - top: 8px; - left: 8px; - width: 48px; - height: 48px; - font-size: 26px; - line-height: 54px; - text-align: center; - opacity: 0.8; -} -.ant-upload-list-picture .ant-upload-list-item-icon, -.ant-upload-list-picture-card .ant-upload-list-item-icon { - position: absolute; - top: 50%; - left: 50%; - font-size: 26px; - transform: translate(-50%, -50%); -} -.ant-upload-list-picture .ant-upload-list-item-thumbnail img, -.ant-upload-list-picture-card .ant-upload-list-item-thumbnail img { - display: block; - width: 48px; - height: 48px; - overflow: hidden; -} -.ant-upload-list-picture .ant-upload-list-item-name, -.ant-upload-list-picture-card .ant-upload-list-item-name { - display: inline-block; - box-sizing: border-box; - max-width: 100%; - margin: 0 0 0 8px; - padding-right: 8px; - padding-left: 48px; - overflow: hidden; - line-height: 44px; - white-space: nowrap; - text-overflow: ellipsis; - transition: all 0.3s; -} -.ant-upload-list-picture .ant-upload-list-item-uploading .ant-upload-list-item-name, -.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-name { - line-height: 28px; -} -.ant-upload-list-picture .ant-upload-list-item-progress, -.ant-upload-list-picture-card .ant-upload-list-item-progress { - bottom: 14px; - width: calc(100% - 24px); - margin-top: 0; - padding-left: 56px; -} -.ant-upload-list-picture .anticon-close, -.ant-upload-list-picture-card .anticon-close { - position: absolute; - top: 8px; - right: 8px; - line-height: 1; - opacity: 1; -} -.ant-upload-list-picture-card { - float: left; -} -.ant-upload-list-picture-card.ant-upload-list::after { - display: none; -} -.ant-upload-list-picture-card .ant-upload-list-item { - float: left; - width: 104px; - height: 104px; - margin: 0 8px 8px 0; -} -.ant-upload-list-picture-card .ant-upload-list-item-info { - position: relative; - height: 100%; - overflow: hidden; -} -.ant-upload-list-picture-card .ant-upload-list-item-info::before { - position: absolute; - z-index: 1; - width: 100%; - height: 100%; - background-color: rgba(0, 0, 0, 0.5); - opacity: 0; - transition: all 0.3s; - content: ' '; -} -.ant-upload-list-picture-card .ant-upload-list-item:hover .ant-upload-list-item-info::before { - opacity: 1; -} -.ant-upload-list-picture-card .ant-upload-list-item-actions { - position: absolute; - top: 50%; - left: 50%; - z-index: 10; - white-space: nowrap; - transform: translate(-50%, -50%); - opacity: 0; - transition: all 0.3s; -} -.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-eye-o, -.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-delete { - z-index: 10; - width: 16px; - margin: 0 4px; - color: hsl(0, 0%, 15%); - font-size: 16px; - cursor: pointer; - transition: all 0.3s; -} -.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-eye-o:hover, -.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-delete:hover { - color: #fff; -} -.ant-upload-list-picture-card .ant-upload-list-item-info:hover + .ant-upload-list-item-actions, -.ant-upload-list-picture-card .ant-upload-list-item-actions:hover { - opacity: 1; -} -.ant-upload-list-picture-card .ant-upload-list-item-thumbnail, -.ant-upload-list-picture-card .ant-upload-list-item-thumbnail img { - position: static; - display: block; - width: 100%; - height: 100%; -} -.ant-upload-list-picture-card .ant-upload-list-item-name { - display: none; - margin: 8px 0 0; - padding: 0; - line-height: 1.5; - text-align: center; -} -.ant-upload-list-picture-card .anticon-picture + .ant-upload-list-item-name { - display: block; -} -.ant-upload-list-picture-card .ant-upload-list-item-uploading.ant-upload-list-item { - background-color: hsl(0, 0%, 40%); -} -.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info { - height: auto; -} -.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info::before, -.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info .anticon-eye-o, -.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info .anticon-delete { - display: none; -} -.ant-upload-list-picture-card .ant-upload-list-item-uploading-text { - margin-top: 18px; - color: hsl(0, 0%, 35%); -} -.ant-upload-list-picture-card .ant-upload-list-item-progress { - bottom: 32px; - padding-left: 0; -} -.ant-upload-list .ant-upload-success-icon { - color: #52c41a; - font-weight: bold; -} -.ant-upload-list .ant-upload-animate-enter, -.ant-upload-list .ant-upload-animate-leave, -.ant-upload-list .ant-upload-animate-inline-enter, -.ant-upload-list .ant-upload-animate-inline-leave { - animation-duration: 0.3s; - animation-fill-mode: cubic-bezier(0.78, 0.14, 0.15, 0.86); -} -.ant-upload-list .ant-upload-animate-enter { - animation-name: uploadAnimateIn; -} -.ant-upload-list .ant-upload-animate-leave { - animation-name: uploadAnimateOut; -} -.ant-upload-list .ant-upload-animate-inline-enter { - animation-name: uploadAnimateInlineIn; -} -.ant-upload-list .ant-upload-animate-inline-leave { - animation-name: uploadAnimateInlineOut; -} -@keyframes uploadAnimateIn { - from { - height: 0; - margin: 0; - padding: 0; - opacity: 0; - } -} -@keyframes uploadAnimateOut { - to { - height: 0; - margin: 0; - padding: 0; - opacity: 0; - } -} -@keyframes uploadAnimateInlineIn { - from { - width: 0; - height: 0; - margin: 0; - padding: 0; - opacity: 0; - } -} -@keyframes uploadAnimateInlineOut { - to { - width: 0; - height: 0; - margin: 0; - padding: 0; - opacity: 0; - } -} - diff --git a/vendors.8e43ac3c10077c689cc1.js b/vendors.8e43ac3c10077c689cc1.js deleted file mode 100644 index 64cfd6e9..00000000 --- a/vendors.8e43ac3c10077c689cc1.js +++ /dev/null @@ -1,156 +0,0 @@ -(window.webpackJsonp=window.webpackJsonp||[]).push([[0],{"+3Gp":function(e,t,n){"use strict";n.d(t,"a",function(){return h}),n.d(t,"b",function(){return p});var i,r=n("MNsG"),o=n("/UlZ"),a=n("Yr1X"),s=(i=function(e,t){return(i=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(e,t)},function(e,t){function n(){this.constructor=e}i(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),l=r.d?1.5:1.35;function c(e,t){if("number"==typeof e)return e;if(void 0===e)return t;var n=parseFloat(e);return isNaN(n)?t:n}function u(e,t,n){return en?n:e}function d(e,t){return"string"!=typeof e?t:e}var h=function(){function e(e){this.zoomLevel=e.zoomLevel,this.fontFamily=String(e.fontFamily),this.fontWeight=String(e.fontWeight),this.fontSize=e.fontSize,this.lineHeight=0|e.lineHeight,this.letterSpacing=e.letterSpacing}return e.createFromRawSettings=function(t,n,i){void 0===i&&(i=!1);var r=d(t.fontFamily,o.b.fontFamily),s=d(t.fontWeight,o.b.fontWeight),h=c(t.fontSize,o.b.fontSize);0===(h=u(h,0,100))?h=o.b.fontSize:h<8&&(h=8);var p=function(e,t){if("number"==typeof e)return Math.round(e);if(void 0===e)return t;var n=parseInt(e);return isNaN(n)?t:n}(t.lineHeight,0);0===(p=u(p,0,150))?p=Math.round(l*h):p<8&&(p=8);var f=c(t.letterSpacing,0);f=u(f,-5,20);var m=1+(i?0:.1*a.a.getZoomLevel());return new e({zoomLevel:n,fontFamily:r,fontWeight:s,fontSize:h*=m,lineHeight:p*=m,letterSpacing:f})},e.prototype.getId=function(){return this.zoomLevel+"-"+this.fontFamily+"-"+this.fontWeight+"-"+this.fontSize+"-"+this.lineHeight+"-"+this.letterSpacing},e.prototype.getMassagedFontFamily=function(){return/[,"']/.test(this.fontFamily)?this.fontFamily:/[+ ]/.test(this.fontFamily)?'"'+this.fontFamily+'"':this.fontFamily},e}(),p=function(e){function t(t,n){var i=e.call(this,t)||this;return i.isTrusted=n,i.isMonospace=t.isMonospace,i.typicalHalfwidthCharacterWidth=t.typicalHalfwidthCharacterWidth,i.typicalFullwidthCharacterWidth=t.typicalFullwidthCharacterWidth,i.canUseHalfwidthRightwardsArrow=t.canUseHalfwidthRightwardsArrow,i.spaceWidth=t.spaceWidth,i.maxDigitWidth=t.maxDigitWidth,i}return s(t,e),t.prototype.equals=function(e){return this.fontFamily===e.fontFamily&&this.fontWeight===e.fontWeight&&this.fontSize===e.fontSize&&this.lineHeight===e.lineHeight&&this.letterSpacing===e.letterSpacing&&this.typicalHalfwidthCharacterWidth===e.typicalHalfwidthCharacterWidth&&this.typicalFullwidthCharacterWidth===e.typicalFullwidthCharacterWidth&&this.canUseHalfwidthRightwardsArrow===e.canUseHalfwidthRightwardsArrow&&this.spaceWidth===e.spaceWidth&&this.maxDigitWidth===e.maxDigitWidth},t}(h)},"+6XX":function(e,t,n){var i=n("y1pI");e.exports=function(e){return i(this.__data__,e)>-1}},"+7oY":function(e,t,n){"use strict";n.d(t,"a",function(){return a}),n.d(t,"i",function(){return s}),n.d(t,"b",function(){return l}),n.d(t,"h",function(){return c}),n.d(t,"d",function(){return u}),n.d(t,"c",function(){return d}),n.d(t,"e",function(){return h}),n.d(t,"g",function(){return p}),n.d(t,"f",function(){return f});var i=n("ic2d"),r=n("Cg/j"),o=n("CRAX"),a=Object(r.c)("configurationService");function s(e,t){var n=Object.create(null);for(var i in e)l(n,i,e[i],t);return n}function l(e,t,n,i){for(var r=t.split("."),o=r.pop(),a=e,s=0;st.getLineMinColumn(n)?i.a.isLowSurrogate(t,n,r-2)?r-=2:r-=1:n>1&&(n-=1,r=t.getLineMaxColumn(n)),new a(n,r,0)},e.moveLeft=function(t,n,i,r,o){var a,s;if(i.hasSelection()&&!r)a=i.selection.startLineNumber,s=i.selection.startColumn;else{var l=e.left(t,n,i.position.lineNumber,i.position.column-(o-1));a=l.lineNumber,s=l.column}return i.move(r,a,s,0)},e.right=function(e,t,n,r){return ru?(n=u,l?r=t.getLineMaxColumn(n):(r=Math.min(t.getLineMaxColumn(n),r),i.a.isInsideSurrogatePair(t,n,r)&&(r-=1))):(r=i.a.columnFromVisibleColumn2(e,t,n,c),i.a.isInsideSurrogatePair(t,n,r)&&(r-=1)),o=c-i.a.visibleColumnFromColumn(t.getLineContent(n),r,e.tabSize),new a(n,r,o)},e.moveDown=function(t,n,i,r,o){var a,s;i.hasSelection()&&!r?(a=i.selection.endLineNumber,s=i.selection.endColumn):(a=i.position.lineNumber,s=i.position.column);var l=e.down(t,n,a,s,i.leftoverVisibleColumns,o,!0);return i.move(r,l.lineNumber,l.column,l.leftoverVisibleColumns)},e.translateDown=function(t,n,a){var s=a.selection,l=e.down(t,n,s.selectionStartLineNumber,s.selectionStartColumn,a.selectionStartLeftoverVisibleColumns,1,!1),c=e.down(t,n,s.positionLineNumber,s.positionColumn,a.leftoverVisibleColumns,1,!1);return new i.f(new o.a(l.lineNumber,l.column,l.lineNumber,l.column),l.leftoverVisibleColumns,new r.a(c.lineNumber,c.column),c.leftoverVisibleColumns)},e.up=function(e,t,n,r,o,s,l){var c=i.a.visibleColumnFromColumn(t.getLineContent(n),r,e.tabSize)+o;return(n-=s)<1?(n=1,l?r=t.getLineMinColumn(n):(r=Math.min(t.getLineMaxColumn(n),r),i.a.isInsideSurrogatePair(t,n,r)&&(r-=1))):(r=i.a.columnFromVisibleColumn2(e,t,n,c),i.a.isInsideSurrogatePair(t,n,r)&&(r-=1)),o=c-i.a.visibleColumnFromColumn(t.getLineContent(n),r,e.tabSize),new a(n,r,o)},e.moveUp=function(t,n,i,r,o){var a,s;i.hasSelection()&&!r?(a=i.selection.startLineNumber,s=i.selection.startColumn):(a=i.position.lineNumber,s=i.position.column);var l=e.up(t,n,a,s,i.leftoverVisibleColumns,o,!0);return i.move(r,l.lineNumber,l.column,l.leftoverVisibleColumns)},e.translateUp=function(t,n,a){var s=a.selection,l=e.up(t,n,s.selectionStartLineNumber,s.selectionStartColumn,a.selectionStartLeftoverVisibleColumns,1,!1),c=e.up(t,n,s.positionLineNumber,s.positionColumn,a.leftoverVisibleColumns,1,!1);return new i.f(new o.a(l.lineNumber,l.column,l.lineNumber,l.column),l.leftoverVisibleColumns,new r.a(c.lineNumber,c.column),c.leftoverVisibleColumns)},e.moveToBeginningOfLine=function(e,t,n,i){var r,o=n.position.lineNumber,a=t.getLineMinColumn(o),s=t.getLineFirstNonWhitespaceColumn(o)||a;return r=n.position.column===s?a:s,n.move(i,o,r,0)},e.moveToEndOfLine=function(e,t,n,i){var r=n.position.lineNumber,o=t.getLineMaxColumn(r);return n.move(i,r,o,0)},e.moveToBeginningOfBuffer=function(e,t,n,i){return n.move(i,1,1,0)},e.moveToEndOfBuffer=function(e,t,n,i){var r=t.getLineCount(),o=t.getLineMaxColumn(r);return n.move(i,r,o,0)},e}()},"+JPL":function(e,t,n){e.exports={default:n("+SFK"),__esModule:!0}},"+KLJ":function(e,t,n){"use strict";var i=n("q1tI"),r=n("i8i4"),o=n("MFj2"),a=n("CtXQ"),s=n("TSYQ"),l=n.n(s),c=n("wEI+");function u(e){return(u="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function d(){return(d=Object.assign||function(e){for(var t=1;t=o)return e;switch(e){case"%s":return String(t[i++]);case"%d":return Number(t[i++]);case"%j":try{return(0,s.default)(t[i++])}catch(e){return"[Circular]"}break;default:return e}}),l=t[i];i12e4&&this._stopWorker())},e.prototype._getClient=function(){return this._lastUsedTime=Date.now(),this._client||(this._worker=monaco.editor.createWebWorker({moduleId:"vs/language/html/htmlWorker",createData:{languageSettings:this._defaults.options,languageId:this._defaults.languageId},label:this._defaults.languageId}),this._client=this._worker.getProxy()),this._client},e.prototype.getLanguageServiceWorker=function(){for(var e,t=this,n=[],i=0;i0&&(r.arguments=n),r},e.is=function(e){var t=e;return $.defined(t)&&$.string(t.title)&&$.string(t.command)}}(m||(m={})),function(e){e.replace=function(e,t){return{range:e,newText:t}},e.insert=function(e,t){return{range:{start:e,end:e},newText:t}},e.del=function(e){return{range:e,newText:""}},e.is=function(e){var t=e;return $.objectLiteral(t)&&$.string(t.newText)&&r.is(t.range)}}(g||(g={})),function(e){e.create=function(e,t){return{textDocument:e,edits:t}},e.is=function(e){var t=e;return $.defined(t)&&x.is(t.textDocument)&&Array.isArray(t.edits)}}(v||(v={})),function(e){e.create=function(e,t){var n={kind:"create",uri:e};return void 0===t||void 0===t.overwrite&&void 0===t.ignoreIfExists||(n.options=t),n},e.is=function(e){var t=e;return t&&"create"===t.kind&&$.string(t.uri)&&(void 0===t.options||(void 0===t.options.overwrite||$.boolean(t.options.overwrite))&&(void 0===t.options.ignoreIfExists||$.boolean(t.options.ignoreIfExists)))}}(_||(_={})),function(e){e.create=function(e,t,n){var i={kind:"rename",oldUri:e,newUri:t};return void 0===n||void 0===n.overwrite&&void 0===n.ignoreIfExists||(i.options=n),i},e.is=function(e){var t=e;return t&&"rename"===t.kind&&$.string(t.oldUri)&&$.string(t.newUri)&&(void 0===t.options||(void 0===t.options.overwrite||$.boolean(t.options.overwrite))&&(void 0===t.options.ignoreIfExists||$.boolean(t.options.ignoreIfExists)))}}(y||(y={})),function(e){e.create=function(e,t){var n={kind:"delete",uri:e};return void 0===t||void 0===t.recursive&&void 0===t.ignoreIfNotExists||(n.options=t),n},e.is=function(e){var t=e;return t&&"delete"===t.kind&&$.string(t.uri)&&(void 0===t.options||(void 0===t.options.recursive||$.boolean(t.options.recursive))&&(void 0===t.options.ignoreIfNotExists||$.boolean(t.options.ignoreIfNotExists)))}}(b||(b={})),function(e){e.is=function(e){var t=e;return t&&(void 0!==t.changes||void 0!==t.documentChanges)&&(void 0===t.documentChanges||t.documentChanges.every(function(e){return $.string(e.kind)?_.is(e)||y.is(e)||b.is(e):v.is(e)}))}}(w||(w={}));var S,x,M,E,T,L,O,k,I,D,N,A,R,P,z,F,H,j=function(){function e(e){this.edits=e}return e.prototype.insert=function(e,t){this.edits.push(g.insert(e,t))},e.prototype.replace=function(e,t){this.edits.push(g.replace(e,t))},e.prototype.delete=function(e){this.edits.push(g.del(e))},e.prototype.add=function(e){this.edits.push(e)},e.prototype.all=function(){return this.edits},e.prototype.clear=function(){this.edits.splice(0,this.edits.length)},e}();!function(){function e(e){var t=this;this._textEditChanges=Object.create(null),e&&(this._workspaceEdit=e,e.documentChanges?e.documentChanges.forEach(function(e){if(v.is(e)){var n=new j(e.edits);t._textEditChanges[e.textDocument.uri]=n}}):e.changes&&Object.keys(e.changes).forEach(function(n){var i=new j(e.changes[n]);t._textEditChanges[n]=i}))}Object.defineProperty(e.prototype,"edit",{get:function(){return this._workspaceEdit},enumerable:!0,configurable:!0}),e.prototype.getTextEditChange=function(e){if(x.is(e)){if(this._workspaceEdit||(this._workspaceEdit={documentChanges:[]}),!this._workspaceEdit.documentChanges)throw new Error("Workspace edit is not configured for document changes.");var t=e;if(!(i=this._textEditChanges[t.uri])){var n={textDocument:t,edits:r=[]};this._workspaceEdit.documentChanges.push(n),i=new j(r),this._textEditChanges[t.uri]=i}return i}if(this._workspaceEdit||(this._workspaceEdit={changes:Object.create(null)}),!this._workspaceEdit.changes)throw new Error("Workspace edit is not configured for normal text edit changes.");var i;if(!(i=this._textEditChanges[e])){var r=[];this._workspaceEdit.changes[e]=r,i=new j(r),this._textEditChanges[e]=i}return i},e.prototype.createFile=function(e,t){this.checkDocumentChanges(),this._workspaceEdit.documentChanges.push(_.create(e,t))},e.prototype.renameFile=function(e,t,n){this.checkDocumentChanges(),this._workspaceEdit.documentChanges.push(y.create(e,t,n))},e.prototype.deleteFile=function(e,t){this.checkDocumentChanges(),this._workspaceEdit.documentChanges.push(b.create(e,t))},e.prototype.checkDocumentChanges=function(){if(!this._workspaceEdit||!this._workspaceEdit.documentChanges)throw new Error("Workspace edit is not configured for document changes.")}}();!function(e){e.create=function(e){return{uri:e}},e.is=function(e){var t=e;return $.defined(t)&&$.string(t.uri)}}(S||(S={})),function(e){e.create=function(e,t){return{uri:e,version:t}},e.is=function(e){var t=e;return $.defined(t)&&$.string(t.uri)&&(null===t.version||$.number(t.version))}}(x||(x={})),function(e){e.create=function(e,t,n,i){return{uri:e,languageId:t,version:n,text:i}},e.is=function(e){var t=e;return $.defined(t)&&$.string(t.uri)&&$.string(t.languageId)&&$.number(t.version)&&$.string(t.text)}}(M||(M={})),function(e){e.PlainText="plaintext",e.Markdown="markdown"}(E||(E={})),function(e){e.is=function(t){var n=t;return n===e.PlainText||n===e.Markdown}}(E||(E={})),function(e){e.is=function(e){var t=e;return $.objectLiteral(e)&&E.is(t.kind)&&$.string(t.value)}}(T||(T={})),function(e){e.Text=1,e.Method=2,e.Function=3,e.Constructor=4,e.Field=5,e.Variable=6,e.Class=7,e.Interface=8,e.Module=9,e.Property=10,e.Unit=11,e.Value=12,e.Enum=13,e.Keyword=14,e.Snippet=15,e.Color=16,e.File=17,e.Reference=18,e.Folder=19,e.EnumMember=20,e.Constant=21,e.Struct=22,e.Event=23,e.Operator=24,e.TypeParameter=25}(L||(L={})),function(e){e.PlainText=1,e.Snippet=2}(O||(O={})),function(e){e.create=function(e){return{label:e}}}(k||(k={})),function(e){e.create=function(e,t){return{items:e||[],isIncomplete:!!t}}}(I||(I={})),function(e){e.fromPlainText=function(e){return e.replace(/[\\`*_{}[\]()#+\-.!]/g,"\\$&")},e.is=function(e){var t=e;return $.string(t)||$.objectLiteral(t)&&$.string(t.language)&&$.string(t.value)}}(D||(D={})),function(e){e.is=function(e){var t=e;return!!t&&$.objectLiteral(t)&&(T.is(t.contents)||D.is(t.contents)||$.typedArray(t.contents,D.is))&&(void 0===e.range||r.is(e.range))}}(N||(N={})),function(e){e.create=function(e,t){return t?{label:e,documentation:t}:{label:e}}}(A||(A={})),function(e){e.create=function(e,t){for(var n=[],i=2;i=0;o--){var a=i[o],s=e.offsetAt(a.range.start),l=e.offsetAt(a.range.end);if(!(l<=r))throw new Error("Overlapping edit");n=n.substring(0,s)+a.newText+n.substring(l,n.length),r=s}return n}}(K||(K={})),function(e){e.Manual=1,e.AfterDelay=2,e.FocusOut=3}(X||(X={}));var $,Z=function(){function e(e,t,n,i){this._uri=e,this._languageId=t,this._version=n,this._content=i,this._lineOffsets=null}return Object.defineProperty(e.prototype,"uri",{get:function(){return this._uri},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"languageId",{get:function(){return this._languageId},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"version",{get:function(){return this._version},enumerable:!0,configurable:!0}),e.prototype.getText=function(e){if(e){var t=this.offsetAt(e.start),n=this.offsetAt(e.end);return this._content.substring(t,n)}return this._content},e.prototype.update=function(e,t){this._content=e.text,this._version=t,this._lineOffsets=null},e.prototype.getLineOffsets=function(){if(null===this._lineOffsets){for(var e=[],t=this._content,n=!0,i=0;i0&&e.push(t.length),this._lineOffsets=e}return this._lineOffsets},e.prototype.positionAt=function(e){e=Math.max(Math.min(e,this._content.length),0);var t=this.getLineOffsets(),n=0,r=t.length;if(0===r)return i.create(0,e);for(;ne?r=o:n=o+1}var a=n-1;return i.create(a,e-t[a])},e.prototype.offsetAt=function(e){var t=this.getLineOffsets();if(e.line>=t.length)return this._content.length;if(e.line<0)return 0;var n=t[e.line],i=e.line+1=20?"ste":"de")},week:{dow:1,doy:4}})}(n("wd/R"))},"+wdc":function(e,t,n){"use strict";(function(e){ -/** @license React v0.13.6 - * scheduler.production.min.js - * - * Copyright (c) Facebook, Inc. and its affiliates. - * - * This source code is licensed under the MIT license found in the - * LICENSE file in the root directory of this source tree. - */ -Object.defineProperty(t,"__esModule",{value:!0});var n=null,i=!1,r=3,o=-1,a=-1,s=!1,l=!1;function c(){if(!s){var e=n.expirationTime;l?S():l=!0,C(h,e)}}function u(){var e=n,t=n.next;if(n===t)n=null;else{var i=n.previous;n=i.next=t,t.previous=i}e.next=e.previous=null,i=e.callback,t=e.expirationTime,e=e.priorityLevel;var o=r,s=a;r=e,a=t;try{var l=i()}finally{r=o,a=s}if("function"==typeof l)if(l={callback:l,priorityLevel:e,expirationTime:t,next:null,previous:null},null===n)n=l.next=l.previous=l;else{i=null,e=n;do{if(e.expirationTime>=t){i=e;break}e=e.next}while(e!==n);null===i?i=n:i===n&&(n=l,c()),(t=i.previous).next=i.previous=l,l.next=i,l.previous=t}}function d(){if(-1===o&&null!==n&&1===n.priorityLevel){s=!0;try{do{u()}while(null!==n&&1===n.priorityLevel)}finally{s=!1,null!==n?c():l=!1}}}function h(e){s=!0;var r=i;i=e;try{if(e)for(;null!==n;){var o=t.unstable_now();if(!(n.expirationTime<=o))break;do{u()}while(null!==n&&n.expirationTime<=o)}else if(null!==n)do{u()}while(null!==n&&!x())}finally{s=!1,i=r,null!==n?c():l=!1,d()}}var p,f,m=Date,g="function"==typeof setTimeout?setTimeout:void 0,v="function"==typeof clearTimeout?clearTimeout:void 0,_="function"==typeof requestAnimationFrame?requestAnimationFrame:void 0,y="function"==typeof cancelAnimationFrame?cancelAnimationFrame:void 0;function b(e){p=_(function(t){v(f),e(t)}),f=g(function(){y(p),e(t.unstable_now())},100)}if("object"==typeof performance&&"function"==typeof performance.now){var w=performance;t.unstable_now=function(){return w.now()}}else t.unstable_now=function(){return m.now()};var C,S,x,M=null;if("undefined"!=typeof window?M=window:void 0!==e&&(M=e),M&&M._schedMock){var E=M._schedMock;C=E[0],S=E[1],x=E[2],t.unstable_now=E[3]}else if("undefined"==typeof window||"function"!=typeof MessageChannel){var T=null,L=function(e){if(null!==T)try{T(e)}finally{T=null}};C=function(e){null!==T?setTimeout(C,0,e):(T=e,setTimeout(L,0,!1))},S=function(){T=null},x=function(){return!1}}else{"undefined"!=typeof console&&("function"!=typeof _&&console.error("This browser doesn't support requestAnimationFrame. Make sure that you load a polyfill in older browsers. https://fb.me/react-polyfills"),"function"!=typeof y&&console.error("This browser doesn't support cancelAnimationFrame. Make sure that you load a polyfill in older browsers. https://fb.me/react-polyfills"));var O=null,k=!1,I=-1,D=!1,N=!1,A=0,R=33,P=33;x=function(){return A<=t.unstable_now()};var z=new MessageChannel,F=z.port2;z.port1.onmessage=function(){k=!1;var e=O,n=I;O=null,I=-1;var i=t.unstable_now(),r=!1;if(0>=A-i){if(!(-1!==n&&n<=i))return D||(D=!0,b(H)),O=e,void(I=n);r=!0}if(null!==e){N=!0;try{e(r)}finally{N=!1}}};var H=function(e){if(null!==O){b(H);var t=e-A+P;tt&&(t=8),P=tt?F.postMessage(void 0):D||(D=!0,b(H))},S=function(){O=null,k=!1,I=-1}}t.unstable_ImmediatePriority=1,t.unstable_UserBlockingPriority=2,t.unstable_NormalPriority=3,t.unstable_IdlePriority=5,t.unstable_LowPriority=4,t.unstable_runWithPriority=function(e,n){switch(e){case 1:case 2:case 3:case 4:case 5:break;default:e=3}var i=r,a=o;r=e,o=t.unstable_now();try{return n()}finally{r=i,o=a,d()}},t.unstable_next=function(e){switch(r){case 1:case 2:case 3:var n=3;break;default:n=r}var i=r,a=o;r=n,o=t.unstable_now();try{return e()}finally{r=i,o=a,d()}},t.unstable_scheduleCallback=function(e,i){var a=-1!==o?o:t.unstable_now();if("object"==typeof i&&null!==i&&"number"==typeof i.timeout)i=a+i.timeout;else switch(r){case 1:i=a+-1;break;case 2:i=a+250;break;case 5:i=a+1073741823;break;case 4:i=a+1e4;break;default:i=a+5e3}if(e={callback:e,priorityLevel:r,expirationTime:i,next:null,previous:null},null===n)n=e.next=e.previous=e,c();else{a=null;var s=n;do{if(s.expirationTime>i){a=s;break}s=s.next}while(s!==n);null===a?a=n:a===n&&(n=e,c()),(i=a.previous).next=a.previous=e,e.next=a,e.previous=i}return e},t.unstable_cancelCallback=function(e){var t=e.next;if(null!==t){if(t===e)n=null;else{e===n&&(n=t);var i=e.previous;i.next=t,t.previous=i}e.next=e.previous=null}},t.unstable_wrapCallback=function(e){var n=r;return function(){var i=r,a=o;r=n,o=t.unstable_now();try{return e.apply(this,arguments)}finally{r=i,o=a,d()}}},t.unstable_getCurrentPriorityLevel=function(){return r},t.unstable_shouldYield=function(){return!i&&(null!==n&&n.expirationTime",".","..","...","/","/=",":",";","<<","<<=","<","<=","=","==","=>",">",">=",">>",">>=","@","^","^=","|","|=","||","_","?","#"],escapes:/\\([nrt0\"''\\]|x\h{2}|u\{\h{1,6}\})/,delimiters:/[,]/,symbols:/[\#\!\%\&\*\+\-\.\/\:\;\<\=\>\@\^\|_\?]+/,intSuffixes:/[iu](8|16|32|64|128|size)/,floatSuffixes:/f(32|64)/,tokenizer:{root:[[/[a-zA-Z][a-zA-Z0-9_]*!?|_[a-zA-Z0-9_]+/,{cases:{"@typeKeywords":"keyword.type","@keywords":"keyword","@supportConstants":"keyword","@supportMacros":"keyword","@constants":"keyword","@default":"identifier"}}],[/\$/,"identifier"],[/'[a-zA-Z_][a-zA-Z0-9_]*(?=[^\'])/,"identifier"],[/'\S'/,"string.byteliteral"],[/"/,{token:"string.quote",bracket:"@open",next:"@string"}],{include:"@numbers"},{include:"@whitespace"},[/@delimiters/,{cases:{"@keywords":"keyword","@default":"delimiter"}}],[/[{}()\[\]<>]/,"@brackets"],[/@symbols/,{cases:{"@operators":"operator","@default":""}}]],whitespace:[[/[ \t\r\n]+/,"white"],[/\/\*/,"comment","@comment"],[/\/\/.*$/,"comment"]],comment:[[/[^\/*]+/,"comment"],[/\/\*/,"comment","@push"],["\\*/","comment","@pop"],[/[\/*]/,"comment"]],string:[[/[^\\"]+/,"string"],[/@escapes/,"string.escape"],[/\\./,"string.escape.invalid"],[/"/,{token:"string.quote",bracket:"@close",next:"@pop"}]],numbers:[[/(0o[0-7_]+)(@intSuffixes)?/,{token:"number"}],[/(0b[0-1_]+)(@intSuffixes)?/,{token:"number"}],[/[\d][\d_]*(\.[\d][\d_]*)?[eE][+-][\d_]+(@floatSuffixes)?/,{token:"number"}],[/\b(\d\.?[\d_]*)(@floatSuffixes)?\b/,{token:"number"}],[/(0x[\da-fA-F]+)_?(@intSuffixes)?/,{token:"number"}],[/[\d][\d_]*(@intSuffixes?)?/,{token:"number"}]]}}},"/9aa":function(e,t,n){var i=n("NykK"),r=n("ExA7"),o="[object Symbol]";e.exports=function(e){return"symbol"==typeof e||r(e)&&i(e)==o}},"/Om3":function(e,t,n){"use strict";n.r(t),n.d(t,"conf",function(){return i}),n.d(t,"language",function(){return r});var i={wordPattern:/(-?\d*\.\d\w*)|([^\`\~\!\#\$\%\^\&\*\(\)\-\=\+\[\{\]\}\\\|\;\:\'\"\,\.\<\>\/\?\s]+)/g,comments:{lineComment:"//",blockComment:["/*","*/"]},brackets:[["{","}"],["[","]"],["(",")"]],autoClosingPairs:[{open:"{",close:"}"},{open:"[",close:"]"},{open:"(",close:")"},{open:"'",close:"'",notIn:["string","comment"]},{open:'"',close:'"',notIn:["string","comment"]}],surroundingPairs:[{open:"{",close:"}"},{open:"[",close:"]"},{open:"(",close:")"},{open:"<",close:">"},{open:"'",close:"'"},{open:'"',close:'"'}],folding:{markers:{start:new RegExp("^\\s*#region\\b"),end:new RegExp("^\\s*#endregion\\b")}}},r={defaultToken:"",tokenPostfix:".cs",brackets:[{open:"{",close:"}",token:"delimiter.curly"},{open:"[",close:"]",token:"delimiter.square"},{open:"(",close:")",token:"delimiter.parenthesis"},{open:"<",close:">",token:"delimiter.angle"}],keywords:["extern","alias","using","bool","decimal","sbyte","byte","short","ushort","int","uint","long","ulong","char","float","double","object","dynamic","string","assembly","is","as","ref","out","this","base","new","typeof","void","checked","unchecked","default","delegate","var","const","if","else","switch","case","while","do","for","foreach","in","break","continue","goto","return","throw","try","catch","finally","lock","yield","from","let","where","join","on","equals","into","orderby","ascending","descending","select","group","by","namespace","partial","class","field","event","method","param","property","public","protected","internal","private","abstract","sealed","static","struct","readonly","volatile","virtual","override","params","get","set","add","remove","operator","true","false","implicit","explicit","interface","enum","null","async","await","fixed","sizeof","stackalloc","unsafe","nameof","when"],namespaceFollows:["namespace","using"],parenFollows:["if","for","while","switch","foreach","using","catch","when"],operators:["=","??","||","&&","|","^","&","==","!=","<=",">=","<<","+","-","*","/","%","!","~","++","--","+=","-=","*=","/=","%=","&=","|=","^=","<<=",">>=",">>","=>"],symbols:/[=>](?!@symbols)/,"@brackets"],[/@symbols/,{cases:{"@operators":"delimiter","@default":""}}],[/[0-9_]*\.[0-9_]+([eE][\-+]?\d+)?[fFdD]?/,"number.float"],[/0[xX][0-9a-fA-F_]+/,"number.hex"],[/0[bB][01_]+/,"number.hex"],[/[0-9_]+/,"number"],[/[;,.]/,"delimiter"],[/"([^"\\]|\\.)*$/,"string.invalid"],[/"/,{token:"string.quote",next:"@string"}],[/\$\@"/,{token:"string.quote",next:"@litinterpstring"}],[/\@"/,{token:"string.quote",next:"@litstring"}],[/\$"/,{token:"string.quote",next:"@interpolatedstring"}],[/'[^\\']'/,"string"],[/(')(@escapes)(')/,["string","string.escape","string"]],[/'/,"string.invalid"]],qualified:[[/[a-zA-Z_][\w]*/,{cases:{"@keywords":{token:"keyword.$0"},"@default":"identifier"}}],[/\./,"delimiter"],["","","@pop"]],namespace:[{include:"@whitespace"},[/[A-Z]\w*/,"namespace"],[/[\.=]/,"delimiter"],["","","@pop"]],comment:[[/[^\/*]+/,"comment"],["\\*/","comment","@pop"],[/[\/*]/,"comment"]],string:[[/[^\\"]+/,"string"],[/@escapes/,"string.escape"],[/\\./,"string.escape.invalid"],[/"/,{token:"string.quote",next:"@pop"}]],litstring:[[/[^"]+/,"string"],[/""/,"string.escape"],[/"/,{token:"string.quote",next:"@pop"}]],litinterpstring:[[/[^"{]+/,"string"],[/""/,"string.escape"],[/{{/,"string.escape"],[/}}/,"string.escape"],[/{/,{token:"string.quote",next:"root.litinterpstring"}],[/"/,{token:"string.quote",next:"@pop"}]],interpolatedstring:[[/[^\\"{]+/,"string"],[/@escapes/,"string.escape"],[/\\./,"string.escape.invalid"],[/{{/,"string.escape"],[/}}/,"string.escape"],[/{/,{token:"string.quote",next:"root.interpolatedstring"}],[/"/,{token:"string.quote",next:"@pop"}]],whitespace:[[/^[ \t\v\f]*#((r)|(load))(?=\s)/,"directive.csx"],[/^[ \t\v\f]*#\w.*$/,"namespace.cpp"],[/[ \t\v\f\r\n]+/,""],[/\/\*/,"comment","@comment"],[/\/\/.*$/,"comment"]]}}},"/RFl":function(e,t,n){"use strict";n.r(t);n("OhnE");var i=n("pmY6"),r=n("MNsG"),o=n("sswD"),a=n("cGHE"),s=n("aokT"),l=n("gCVg"),c=function(){function e(e,t,n){this.selection=e,this.targetPosition=t,this.copy=n}return e.prototype.getEditOperations=function(e,t){var n=e.getValueInRange(this.selection);this.copy||t.addEditOperation(this.selection,null),t.addEditOperation(new s.a(this.targetPosition.lineNumber,this.targetPosition.column,this.targetPosition.lineNumber,this.targetPosition.column),n),!this.selection.containsPosition(this.targetPosition)||this.copy&&(this.selection.getEndPosition().equals(this.targetPosition)||this.selection.getStartPosition().equals(this.targetPosition))?this.copy?this.targetSelection=new l.a(this.targetPosition.lineNumber,this.targetPosition.column,this.selection.endLineNumber-this.selection.startLineNumber+this.targetPosition.lineNumber,this.selection.startLineNumber===this.selection.endLineNumber?this.targetPosition.column+this.selection.endColumn-this.selection.startColumn:this.selection.endColumn):this.targetPosition.lineNumber>this.selection.endLineNumber?this.targetSelection=new l.a(this.targetPosition.lineNumber-this.selection.endLineNumber+this.selection.startLineNumber,this.targetPosition.column,this.targetPosition.lineNumber,this.selection.startLineNumber===this.selection.endLineNumber?this.targetPosition.column+this.selection.endColumn-this.selection.startColumn:this.selection.endColumn):this.targetPosition.lineNumber=2?(S=v?2:4,D=2/y):(S=v?1:3,D=1/y),(M=Math.max(0,Math.floor((I-d-2)*D/(c+D))))/D>_&&(M=Math.floor(_*D)),E=I-M,"left"===g?(x=0,T+=M,L+=M,O+=M,k+=M):x=t-M-d}else x=0,M=0,S=0,E=I;var N=h?p:0;return{width:t,height:n,glyphMarginLeft:T,glyphMarginWidth:C,glyphMarginHeight:n,lineNumbersLeft:L,lineNumbersWidth:b,lineNumbersHeight:n,decorationsLeft:O,decorationsWidth:l,decorationsHeight:n,contentLeft:k,contentWidth:E,contentHeight:n,renderMinimap:S,minimapLeft:x,minimapWidth:M,viewportColumn:Math.max(1,Math.floor((E-d-2)/c)),verticalScrollbarWidth:d,horizontalScrollbarHeight:f,overviewRuler:{top:N,width:d,height:n-2*N,right:0}}},e}(),M={fontFamily:s.d?"Menlo, Monaco, 'Courier New', monospace":s.c?"'Droid Sans Mono', 'monospace', monospace, 'Droid Sans Fallback'":"Consolas, 'Courier New', monospace",fontWeight:"normal",fontSize:s.d?12:14,lineHeight:0,letterSpacing:0},E={tabSize:4,indentSize:4,insertSpaces:!0,detectIndentation:!0,trimAutoWhitespace:!0,largeFileOptimizations:!0},T={inDiffEditor:!1,wordSeparators:l.b,lineNumbersMinChars:5,lineDecorationsWidth:10,readOnly:!1,mouseStyle:"text",disableLayerHinting:!1,automaticLayout:!1,wordWrap:"off",wordWrapColumn:80,wordWrapMinified:!0,wrappingIndent:1,wordWrapBreakBeforeCharacters:"([{‘“〈《「『【〔([{「£¥$£¥++",wordWrapBreakAfterCharacters:" \t})]?|/&,;¢°′″‰℃、。。、¢,.:;?!%・・ゝゞヽヾーァィゥェォッャュョヮヵヶぁぃぅぇぉっゃゅょゎゕゖㇰㇱㇲㇳㇴㇵㇶㇷㇸㇹㇺㇻㇼㇽㇾㇿ々〻ァィゥェォャュョッー”〉》」』】〕)]}」",wordWrapBreakObtrusiveCharacters:".",autoClosingBrackets:"languageDefined",autoClosingQuotes:"languageDefined",autoSurround:"languageDefined",autoIndent:!0,dragAndDrop:!0,emptySelectionClipboard:!0,copyWithSyntaxHighlighting:!0,useTabStops:!0,multiCursorModifier:"altKey",multiCursorMergeOverlapping:!0,accessibilitySupport:"auto",showUnused:!0,viewInfo:{extraEditorClassName:"",disableMonospaceOptimizations:!1,rulers:[],ariaLabel:r.a("editorViewAccessibleLabel","Editor content"),renderLineNumbers:1,renderCustomLineNumbers:null,renderFinalNewline:!0,selectOnLineNumbers:!0,glyphMargin:!0,revealHorizontalRightPadding:30,roundedSelection:!0,overviewRulerLanes:2,overviewRulerBorder:!0,cursorBlinking:1,mouseWheelZoom:!1,cursorSmoothCaretAnimation:!1,cursorStyle:i.Line,cursorWidth:0,hideCursorInOverviewRuler:!1,scrollBeyondLastLine:!0,scrollBeyondLastColumn:5,smoothScrolling:!1,stopRenderingLineAfter:1e4,renderWhitespace:"none",renderControlCharacters:!1,fontLigatures:!1,renderIndentGuides:!0,highlightActiveIndentGuide:!0,renderLineHighlight:"line",scrollbar:{vertical:1,horizontal:1,arrowSize:11,useShadows:!0,verticalHasArrows:!1,horizontalHasArrows:!1,horizontalScrollbarSize:10,horizontalSliderSize:10,verticalScrollbarSize:14,verticalSliderSize:14,handleMouseWheel:!0,mouseWheelScrollSensitivity:1,fastScrollSensitivity:5},minimap:{enabled:!0,side:"right",showSlider:"mouseover",renderCharacters:!0,maxColumn:120},fixedOverflowWidgets:!1},contribInfo:{selectionClipboard:!0,hover:{enabled:!0,delay:300,sticky:!0},links:!0,contextmenu:!0,quickSuggestions:{other:!0,comments:!1,strings:!1},quickSuggestionsDelay:10,parameterHints:{enabled:!0,cycle:!1},formatOnType:!1,formatOnPaste:!1,suggestOnTriggerCharacters:!0,acceptSuggestionOnEnter:"on",acceptSuggestionOnCommitCharacter:!0,wordBasedSuggestions:!0,suggestSelection:"recentlyUsed",suggestFontSize:0,suggestLineHeight:0,tabCompletion:"off",suggest:{filterGraceful:!0,snippets:"inline",snippetsPreventQuickSuggestions:!0,localityBonus:!1,shareSuggestSelections:!1,showIcons:!0,maxVisibleSuggestions:12,filteredTypes:Object.create(null)},gotoLocation:{multiple:"peek"},selectionHighlight:!0,occurrencesHighlight:!0,codeLens:!0,folding:!0,foldingStrategy:"auto",showFoldingControls:"mouseover",matchBrackets:!0,find:{seedSearchStringFromSelection:!0,autoFindInSelection:!1,globalFindClipboard:!1,addExtraSpaceOnTop:!0},colorDecorators:!0,lightbulbEnabled:!0,codeActionsOnSave:{},codeActionsOnSaveTimeout:750}}},"/X5v":function(e,t,n){!function(e){"use strict";e.defineLocale("x-pseudo",{months:"J~áñúá~rý_F~ébrú~árý_~Márc~h_Áp~ríl_~Máý_~Júñé~_Júl~ý_Áú~gúst~_Sép~témb~ér_Ó~ctób~ér_Ñ~óvém~bér_~Décé~mbér".split("_"),monthsShort:"J~áñ_~Féb_~Már_~Ápr_~Máý_~Júñ_~Júl_~Áúg_~Sép_~Óct_~Ñóv_~Déc".split("_"),monthsParseExact:!0,weekdays:"S~úñdá~ý_Mó~ñdáý~_Túé~sdáý~_Wéd~ñésd~áý_T~húrs~dáý_~Fríd~áý_S~átúr~dáý".split("_"),weekdaysShort:"S~úñ_~Móñ_~Túé_~Wéd_~Thú_~Frí_~Sát".split("_"),weekdaysMin:"S~ú_Mó~_Tú_~Wé_T~h_Fr~_Sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[T~ódá~ý át] LT",nextDay:"[T~ómó~rró~w át] LT",nextWeek:"dddd [át] LT",lastDay:"[Ý~ést~érdá~ý át] LT",lastWeek:"[L~ást] dddd [át] LT",sameElse:"L"},relativeTime:{future:"í~ñ %s",past:"%s á~gó",s:"á ~féw ~sécó~ñds",ss:"%d s~écóñ~ds",m:"á ~míñ~úté",mm:"%d m~íñú~tés",h:"á~ñ hó~úr",hh:"%d h~óúrs",d:"á ~dáý",dd:"%d d~áýs",M:"á ~móñ~th",MM:"%d m~óñt~hs",y:"á ~ýéár",yy:"%d ý~éárs"},dayOfMonthOrdinalParse:/\d{1,2}(th|st|nd|rd)/,ordinal:function(e){var t=e%10,n=1==~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th";return e+n},week:{dow:1,doy:4}})}(n("wd/R"))},"/cxE":function(e,t,n){"use strict";n.d(t,"e",function(){return r}),n.d(t,"f",function(){return o}),n.d(t,"g",function(){return a}),n.d(t,"d",function(){return l}),n.d(t,"a",function(){return c}),n.d(t,"b",function(){return u}),n.d(t,"c",function(){return d});var i=new(function(){function e(){this.listeners=[],this.unexpectedErrorHandler=function(e){setTimeout(function(){if(e.stack)throw new Error(e.message+"\n\n"+e.stack);throw e},0)}}return e.prototype.emit=function(e){this.listeners.forEach(function(t){t(e)})},e.prototype.onUnexpectedError=function(e){this.unexpectedErrorHandler(e),this.emit(e)},e.prototype.onUnexpectedExternalError=function(e){this.unexpectedErrorHandler(e)},e}());function r(e){l(e)||i.onUnexpectedError(e)}function o(e){l(e)||i.onUnexpectedExternalError(e)}function a(e){return e instanceof Error?{$isError:!0,name:e.name,message:e.message,stack:e.stacktrace||e.stack}:e}var s="Canceled";function l(e){return e instanceof Error&&e.name===s&&e.message===s}function c(){var e=new Error(s);return e.name=e.message,e}function u(e){return e?new Error("Illegal argument: "+e):new Error("Illegal argument")}function d(e){return e?new Error("Illegal state: "+e):new Error("Illegal state")}},"/dDc":function(e,t,n){"use strict";var i={transitionstart:{transition:"transitionstart",WebkitTransition:"webkitTransitionStart",MozTransition:"mozTransitionStart",OTransition:"oTransitionStart",msTransition:"MSTransitionStart"},animationstart:{animation:"animationstart",WebkitAnimation:"webkitAnimationStart",MozAnimation:"mozAnimationStart",OAnimation:"oAnimationStart",msAnimation:"MSAnimationStart"}},r={transitionend:{transition:"transitionend",WebkitTransition:"webkitTransitionEnd",MozTransition:"mozTransitionEnd",OTransition:"oTransitionEnd",msTransition:"MSTransitionEnd"},animationend:{animation:"animationend",WebkitAnimation:"webkitAnimationEnd",MozAnimation:"mozAnimationEnd",OAnimation:"oAnimationEnd",msAnimation:"MSAnimationEnd"}},o=[],a=[];function s(e,t,n){e.addEventListener(t,n,!1)}function l(e,t,n){e.removeEventListener(t,n,!1)}"undefined"!=typeof window&&"undefined"!=typeof document&&function(){var e=document.createElement("div").style;function t(t,n){for(var i in t)if(t.hasOwnProperty(i)){var r=t[i];for(var o in r)if(o in e){n.push(r[o]);break}}}"AnimationEvent"in window||(delete i.animationstart.animation,delete r.animationend.animation),"TransitionEvent"in window||(delete i.transitionstart.transition,delete r.transitionend.transition),t(i,o),t(r,a)}();var c={startEvents:o,addStartEventListener:function(e,t){0!==o.length?o.forEach(function(n){s(e,n,t)}):window.setTimeout(t,0)},removeStartEventListener:function(e,t){0!==o.length&&o.forEach(function(n){l(e,n,t)})},endEvents:a,addEndEventListener:function(e,t){0!==a.length?a.forEach(function(n){s(e,n,t)}):window.setTimeout(t,0)},removeEndEventListener:function(e,t){0!==a.length&&a.forEach(function(n){l(e,n,t)})}};t.a=c},"/eQG":function(e,t,n){n("v5Dd");var i=n("WEpk").Object;e.exports=function(e,t){return i.getOwnPropertyDescriptor(e,t)}},"/kV6":function(e,t,n){"use strict";n.d(t,"b",function(){return i}),n.d(t,"a",function(){return c}),n.d(t,"f",function(){return u}),n.d(t,"e",function(){return h}),n.d(t,"d",function(){return f}),n.d(t,"c",function(){return m});var i,r=n("/cxE"),o=function(){function e(){this._keyCodeToStr=[],this._strToKeyCode=Object.create(null)}return e.prototype.define=function(e,t){this._keyCodeToStr[e]=t,this._strToKeyCode[t.toLowerCase()]=e},e.prototype.keyCodeToStr=function(e){return this._keyCodeToStr[e]},e.prototype.strToKeyCode=function(e){return this._strToKeyCode[e.toLowerCase()]||0},e}(),a=new o,s=new o,l=new o;function c(e,t){return(e|(65535&t)<<16>>>0)>>>0}function u(e,t){if(0===e)return null;var n=(65535&e)>>>0,i=(4294901760&e)>>>16;return new p(0!==i?[d(n,t),d(i,t)]:[d(n,t)])}function d(e,t){var n=!!(2048&e),i=!!(256&e);return new h(2===t?i:n,!!(1024&e),!!(512&e),2===t?n:i,255&e)}!function(){function e(e,t,n,i){void 0===n&&(n=t),void 0===i&&(i=n),a.define(e,t),s.define(e,n),l.define(e,i)}e(0,"unknown"),e(1,"Backspace"),e(2,"Tab"),e(3,"Enter"),e(4,"Shift"),e(5,"Ctrl"),e(6,"Alt"),e(7,"PauseBreak"),e(8,"CapsLock"),e(9,"Escape"),e(10,"Space"),e(11,"PageUp"),e(12,"PageDown"),e(13,"End"),e(14,"Home"),e(15,"LeftArrow","Left"),e(16,"UpArrow","Up"),e(17,"RightArrow","Right"),e(18,"DownArrow","Down"),e(19,"Insert"),e(20,"Delete"),e(21,"0"),e(22,"1"),e(23,"2"),e(24,"3"),e(25,"4"),e(26,"5"),e(27,"6"),e(28,"7"),e(29,"8"),e(30,"9"),e(31,"A"),e(32,"B"),e(33,"C"),e(34,"D"),e(35,"E"),e(36,"F"),e(37,"G"),e(38,"H"),e(39,"I"),e(40,"J"),e(41,"K"),e(42,"L"),e(43,"M"),e(44,"N"),e(45,"O"),e(46,"P"),e(47,"Q"),e(48,"R"),e(49,"S"),e(50,"T"),e(51,"U"),e(52,"V"),e(53,"W"),e(54,"X"),e(55,"Y"),e(56,"Z"),e(57,"Meta"),e(58,"ContextMenu"),e(59,"F1"),e(60,"F2"),e(61,"F3"),e(62,"F4"),e(63,"F5"),e(64,"F6"),e(65,"F7"),e(66,"F8"),e(67,"F9"),e(68,"F10"),e(69,"F11"),e(70,"F12"),e(71,"F13"),e(72,"F14"),e(73,"F15"),e(74,"F16"),e(75,"F17"),e(76,"F18"),e(77,"F19"),e(78,"NumLock"),e(79,"ScrollLock"),e(80,";",";","OEM_1"),e(81,"=","=","OEM_PLUS"),e(82,",",",","OEM_COMMA"),e(83,"-","-","OEM_MINUS"),e(84,".",".","OEM_PERIOD"),e(85,"/","/","OEM_2"),e(86,"`","`","OEM_3"),e(110,"ABNT_C1"),e(111,"ABNT_C2"),e(87,"[","[","OEM_4"),e(88,"\\","\\","OEM_5"),e(89,"]","]","OEM_6"),e(90,"'","'","OEM_7"),e(91,"OEM_8"),e(92,"OEM_102"),e(93,"NumPad0"),e(94,"NumPad1"),e(95,"NumPad2"),e(96,"NumPad3"),e(97,"NumPad4"),e(98,"NumPad5"),e(99,"NumPad6"),e(100,"NumPad7"),e(101,"NumPad8"),e(102,"NumPad9"),e(103,"NumPad_Multiply"),e(104,"NumPad_Add"),e(105,"NumPad_Separator"),e(106,"NumPad_Subtract"),e(107,"NumPad_Decimal"),e(108,"NumPad_Divide")}(),function(e){e.toString=function(e){return a.keyCodeToStr(e)},e.fromString=function(e){return a.strToKeyCode(e)},e.toUserSettingsUS=function(e){return s.keyCodeToStr(e)},e.toUserSettingsGeneral=function(e){return l.keyCodeToStr(e)},e.fromUserSettings=function(e){return s.strToKeyCode(e)||l.strToKeyCode(e)}}(i||(i={}));var h=function(){function e(e,t,n,i,r){this.ctrlKey=e,this.shiftKey=t,this.altKey=n,this.metaKey=i,this.keyCode=r}return e.prototype.equals=function(e){return this.ctrlKey===e.ctrlKey&&this.shiftKey===e.shiftKey&&this.altKey===e.altKey&&this.metaKey===e.metaKey&&this.keyCode===e.keyCode},e.prototype.isModifierKey=function(){return 0===this.keyCode||5===this.keyCode||57===this.keyCode||6===this.keyCode||4===this.keyCode},e.prototype.toChord=function(){return new p([this])},e.prototype.isDuplicateModifierCase=function(){return this.ctrlKey&&5===this.keyCode||this.shiftKey&&4===this.keyCode||this.altKey&&6===this.keyCode||this.metaKey&&57===this.keyCode},e}(),p=function(){function e(e){if(0===e.length)throw Object(r.b)("parts");this.parts=e}return e.prototype.equals=function(e){if(null===e)return!1;if(this.parts.length!==e.parts.length)return!1;for(var t=0;t0&&(n=u({paddingLeft:t/2,paddingRight:t/2},n)),i.createElement("div",u({},b,{style:n,className:S}),y)})},e}var n,r,o;return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&m(e,t)}(t,i["Component"]),n=t,(r=[{key:"render",value:function(){return i.createElement(l.a,null,this.renderCol)}}])&&h(n.prototype,r),o&&h(n,o),t}();_.propTypes={span:r.number,order:r.number,offset:r.number,push:r.number,pull:r.number,className:r.string,children:r.node,xs:v,sm:v,md:v,lg:v,xl:v,xxl:v}},"/oaI":function(e,t,n){},"/tz4":function(e,t,n){"use strict";t.__esModule=!0;var i=o(n("q1tI")),r=o(n("acCH"));function o(e){return e&&e.__esModule?e:{default:e}}t.default=i.default.createContext||r.default,e.exports=t.default},"0+8E":function(e,t,n){"use strict";n("i/Rh");var i=n("3/fG"),r=n("D3Dy"),o=n("EffR"),a=n("o1O+"),s=n("OBOq"),l=n("WqXY"),c=n("MI8n"),u=n("G300"),d=n("zrhQ"),h=n("qj0h"),p=n("JYp7"),f=function(){function e(e,t){void 0===e&&(e=[]),void 0===t&&(t=10),this._initialize(e),this._limit=t,this._onChange()}return e.prototype.add=function(e){this._history.delete(e),this._history.add(e),this._onChange()},e.prototype.next=function(){return this._navigator.next()},e.prototype.previous=function(){return this._navigator.previous()},e.prototype.current=function(){return this._navigator.current()},e.prototype.parent=function(){return null},e.prototype.first=function(){return this._navigator.first()},e.prototype.last=function(){return this._navigator.last()},e.prototype.has=function(e){return this._history.has(e)},e.prototype._onChange=function(){this._reduceToLimit(),this._navigator=new p.b(this._elements,0,this._elements.length,this._elements.length)},e.prototype._reduceToLimit=function(){var e=this._elements;e.length>this._limit&&this._initialize(e.slice(e.length-this._limit))},e.prototype._initialize=function(e){this._history=new Set;for(var t=0,n=e;t=0;s--)(r=e[s])&&(a=(o<3?r(a):o>3?r(t,n,a):r(t,n))||a);return o>3&&a&&Object.defineProperty(t,n,a),a},m=function(e,t){return function(n,i){t(n,i,e)}},g=function(e){function t(t,n,i,r,o,a,s,l,c,u){var d=e.call(this,t,i.getRawConfiguration(),{},r,o,a,s,l,c,u)||this;return d._parentEditor=i,d._overwriteOptions=n,e.prototype.updateOptions.call(d,d._overwriteOptions),d._register(i.onDidChangeConfiguration(function(e){return d._onParentConfigurationChanged(e)})),d}return p(t,e),t.prototype.getParentEditor=function(){return this._parentEditor},t.prototype._onParentConfigurationChanged=function(t){e.prototype.updateOptions.call(this,this._parentEditor.getRawConfiguration()),e.prototype.updateOptions.call(this,this._overwriteOptions)},t.prototype.updateOptions=function(t){r.g(this._overwriteOptions,t,!0),e.prototype.updateOptions.call(this,this._overwriteOptions)},t=f([m(3,c.a),m(4,o.a),m(5,s.b),m(6,l.e),m(7,d.c),m(8,u.a),m(9,h.a)],t)}(a.a)},"05+/":function(e,t,n){"use strict";n.r(t),n.d(t,"conf",function(){return i}),n.d(t,"language",function(){return r}); -/*!--------------------------------------------------------------------------------------------- - * Copyright (C) David Owens II, owensd.io. All rights reserved. - *--------------------------------------------------------------------------------------------*/ -var i={comments:{lineComment:"//",blockComment:["/*","*/"]},brackets:[["{","}"],["[","]"],["(",")"]],autoClosingPairs:[{open:"{",close:"}"},{open:"[",close:"]"},{open:"(",close:")"},{open:'"',close:'"'},{open:"'",close:"'"},{open:"`",close:"`"}],surroundingPairs:[{open:"{",close:"}"},{open:"[",close:"]"},{open:"(",close:")"},{open:'"',close:'"'},{open:"'",close:"'"},{open:"`",close:"`"}]},r={defaultToken:"",tokenPostfix:".swift",identifier:/[a-zA-Z_][\w$]*/,attributes:["@autoclosure","@noescape","@noreturn","@NSApplicationMain","@NSCopying","@NSManaged","@objc","@UIApplicationMain","@noreturn","@availability","@IBAction","@IBDesignable","@IBInspectable","@IBOutlet"],accessmodifiers:["public","private","internal"],keywords:["__COLUMN__","__FILE__","__FUNCTION__","__LINE__","as","as!","as?","associativity","break","case","catch","class","continue","convenience","default","deinit","didSet","do","dynamic","dynamicType","else","enum","extension","fallthrough","final","for","func","get","guard","if","import","in","infix","init","inout","internal","is","lazy","left","let","mutating","nil","none","nonmutating","operator","optional","override","postfix","precedence","prefix","private","protocol","Protocol","public","repeat","required","return","right","self","Self","set","static","struct","subscript","super","switch","throw","throws","try","try!","Type","typealias","unowned","var","weak","where","while","willSet","FALSE","TRUE"],symbols:/[=(){}\[\].,:;@#\_&\-<>`?!+*\\\/]/,operatorstart:/[\/=\-+!*%<>&|^~?\u00A1-\u00A7\u00A9\u00AB\u00AC\u00AE\u00B0-\u00B1\u00B6\u00BB\u00BF\u00D7\u00F7\u2016-\u2017\u2020-\u2027\u2030-\u203E\u2041-\u2053\u2055-\u205E\u2190-\u23FF\u2500-\u2775\u2794-\u2BFF\u2E00-\u2E7F\u3001-\u3003\u3008-\u3030]/,operatorend:/[\u0300-\u036F\u1DC0-\u1DFF\u20D0-\u20FF\uFE00-\uFE0F\uFE20-\uFE2F\uE0100-\uE01EF]/,operators:/(@operatorstart)((@operatorstart)|(@operatorend))*/,escapes:/\\(?:[abfnrtv\\"']|x[0-9A-Fa-f]{1,4}|u[0-9A-Fa-f]{4}|U[0-9A-Fa-f]{8})/,tokenizer:{root:[{include:"@comment"},{include:"@attribute"},{include:"@literal"},{include:"@keyword"},{include:"@invokedmethod"},{include:"@symbol"}],symbol:[[/[{}()\[\]]/,"@brackets"],[/[<>](?!@symbols)/,"@brackets"],[/[.]/,"delimiter"],[/@operators/,"operator"],[/@symbols/,"operator"]],comment:[[/\/\/\/.*$/,"comment.doc"],[/\/\*\*/,"comment.doc","@commentdocbody"],[/\/\/.*$/,"comment"],[/\/\*/,"comment","@commentbody"]],commentdocbody:[[/\/\*/,"comment","@commentbody"],[/\*\//,"comment.doc","@pop"],[/\:[a-zA-Z]+\:/,"comment.doc.param"],[/./,"comment.doc"]],commentbody:[[/\/\*/,"comment","@commentbody"],[/\*\//,"comment","@pop"],[/./,"comment"]],attribute:[[/\@@identifier/,{cases:{"@attributes":"keyword.control","@default":""}}]],literal:[[/"/,{token:"string.quote",next:"@stringlit"}],[/0[b]([01]_?)+/,"number.binary"],[/0[o]([0-7]_?)+/,"number.octal"],[/0[x]([0-9a-fA-F]_?)+([pP][\-+](\d_?)+)?/,"number.hex"],[/(\d_?)*\.(\d_?)+([eE][\-+]?(\d_?)+)?/,"number.float"],[/(\d_?)+/,"number"]],stringlit:[[/\\\(/,{token:"operator",next:"@interpolatedexpression"}],[/@escapes/,"string"],[/\\./,"string.escape.invalid"],[/"/,{token:"string.quote",next:"@pop"}],[/./,"string"]],interpolatedexpression:[[/\(/,{token:"operator",next:"@interpolatedexpression"}],[/\)/,{token:"operator",next:"@pop"}],{include:"@literal"},{include:"@keyword"},{include:"@symbol"}],keyword:[[/`/,{token:"operator",next:"@escapedkeyword"}],[/@identifier/,{cases:{"@keywords":"keyword","[A-Z][a-zA-Z0-9$]*":"type.identifier","@default":"identifier"}}]],escapedkeyword:[[/`/,{token:"operator",next:"@pop"}],[/./,"identifier"]],invokedmethod:[[/([.])(@identifier)/,{cases:{$2:["delimeter","type.identifier"],"@default":""}}]]}}},"09fa":function(e,t,n){"use strict";n.d(t,"a",function(){return r}),n.d(t,"b",function(){return o});var i=n("Cg/j"),r=Object(i.c)("logService"),o=function(){function e(){}return e.prototype.trace=function(e){for(var t=[],n=1;n/?";var r=function(e){void 0===e&&(e="");for(var t="(-?\\d*\\.\\d\\w*)|([^",n=0,r=i;n=0||(t+="\\"+o)}return t+="\\s]+)",new RegExp(t,"g")}();function o(e){var t=r;if(e&&e instanceof RegExp)if(e.global)t=e;else{var n="g";e.ignoreCase&&(n+="i"),e.multiline&&(n+="m"),e.unicode&&(n+="u"),t=new RegExp(e.source,n)}return t.lastIndex=0,t}function a(e,t,n,i){t.lastIndex=0;var r=t.exec(n);if(!r)return null;var o=r[0].indexOf(" ")>=0?function(e,t,n,i){var r,o=e-1-i;for(t.lastIndex=0;r=t.exec(n);){var a=r.index||0;if(a>o)return null;if(t.lastIndex>=o)return{word:r[0],startColumn:i+1+a,endColumn:i+1+t.lastIndex}}return null}(e,t,n,i):function(e,t,n,i){var r,o=e-1-i,a=n.lastIndexOf(" ",o-1)+1;for(t.lastIndex=a;r=t.exec(n);){var s=r.index||0;if(s<=o&&t.lastIndex>=o)return{word:r[0],startColumn:i+1+s,endColumn:i+1+t.lastIndex}}return null}(e,t,n,i);return t.lastIndex=0,o}},"0Lb2":function(e,t,n){"use strict";n.d(t,"a",function(){return c});var i=n("FWmy"),r=n("MI8n"),o=n("pmY6"),a=n("qj0h"),s=n("aokT"),l={followsCaret:!0,ignoreCharChanges:!0,alwaysRevealFirst:!0},c=function(){function e(e,t){var n=this;void 0===t&&(t={}),this._onDidUpdate=new r.a,this._editor=e,this._options=a.g(t,l,!1),this.disposed=!1,this._disposables=[],this.nextIdx=-1,this.ranges=[],this.ignoreSelectionChange=!1,this.revealFirst=Boolean(this._options.alwaysRevealFirst),this._disposables.push(this._editor.onDidDispose(function(){return n.dispose()})),this._disposables.push(this._editor.onDidUpdateDiff(function(){return n._onDiffUpdated()})),this._options.followsCaret&&this._disposables.push(this._editor.getModifiedEditor().onDidChangeCursorPosition(function(e){n.ignoreSelectionChange||(n.nextIdx=-1)})),this._options.alwaysRevealFirst&&this._disposables.push(this._editor.getModifiedEditor().onDidChangeModel(function(e){n.revealFirst=!0})),this._init()}return e.prototype._init=function(){this._editor.getLineChanges()},e.prototype._onDiffUpdated=function(){this._init(),this._compute(this._editor.getLineChanges()),this.revealFirst&&null!==this._editor.getLineChanges()&&(this.revealFirst=!1,this.nextIdx=-1,this.next(1))},e.prototype._compute=function(e){var t=this;this.ranges=[],e&&e.forEach(function(e){!t._options.ignoreCharChanges&&e.charChanges?e.charChanges.forEach(function(e){t.ranges.push({rhs:!0,range:new s.a(e.modifiedStartLineNumber,e.modifiedStartColumn,e.modifiedEndLineNumber,e.modifiedEndColumn)})}):t.ranges.push({rhs:!0,range:new s.a(e.modifiedStartLineNumber,1,e.modifiedStartLineNumber,1)})}),this.ranges.sort(function(e,t){return e.range.getStartPosition().isBeforeOrEqual(t.range.getStartPosition())?-1:t.range.getStartPosition().isBeforeOrEqual(e.range.getStartPosition())?1:0}),this._onDidUpdate.fire(this)},e.prototype._initIdx=function(e){var t=!1,n=this._editor.getPosition();if(n){for(var i=0,r=this.ranges.length;i=this.ranges.length&&(this.nextIdx=0)):(this.nextIdx-=1,this.nextIdx<0&&(this.nextIdx=this.ranges.length-1));var n=this.ranges[this.nextIdx];this.ignoreSelectionChange=!0;try{var r=n.range.getStartPosition();this._editor.setPosition(r),this._editor.revealPositionInCenter(r,t)}finally{this.ignoreSelectionChange=!1}}},e.prototype.canNavigate=function(){return this.ranges&&this.ranges.length>0},e.prototype.next=function(e){void 0===e&&(e=0),this._move(!0,e)},e.prototype.previous=function(e){void 0===e&&(e=0),this._move(!1,e)},e.prototype.dispose=function(){Object(o.d)(this._disposables),this._disposables.length=0,this._onDidUpdate.dispose(),this.ranges=[],this.disposed=!0},e}()},"0mo+":function(e,t,n){!function(e){"use strict";var t={1:"༡",2:"༢",3:"༣",4:"༤",5:"༥",6:"༦",7:"༧",8:"༨",9:"༩",0:"༠"},n={"༡":"1","༢":"2","༣":"3","༤":"4","༥":"5","༦":"6","༧":"7","༨":"8","༩":"9","༠":"0"};e.defineLocale("bo",{months:"ཟླ་བ་དང་པོ_ཟླ་བ་གཉིས་པ_ཟླ་བ་གསུམ་པ_ཟླ་བ་བཞི་པ_ཟླ་བ་ལྔ་པ_ཟླ་བ་དྲུག་པ_ཟླ་བ་བདུན་པ_ཟླ་བ་བརྒྱད་པ_ཟླ་བ་དགུ་པ_ཟླ་བ་བཅུ་པ_ཟླ་བ་བཅུ་གཅིག་པ_ཟླ་བ་བཅུ་གཉིས་པ".split("_"),monthsShort:"ཟླ་བ་དང་པོ_ཟླ་བ་གཉིས་པ_ཟླ་བ་གསུམ་པ_ཟླ་བ་བཞི་པ_ཟླ་བ་ལྔ་པ_ཟླ་བ་དྲུག་པ_ཟླ་བ་བདུན་པ_ཟླ་བ་བརྒྱད་པ_ཟླ་བ་དགུ་པ_ཟླ་བ་བཅུ་པ_ཟླ་བ་བཅུ་གཅིག་པ_ཟླ་བ་བཅུ་གཉིས་པ".split("_"),weekdays:"གཟའ་ཉི་མ་_གཟའ་ཟླ་བ་_གཟའ་མིག་དམར་_གཟའ་ལྷག་པ་_གཟའ་ཕུར་བུ_གཟའ་པ་སངས་_གཟའ་སྤེན་པ་".split("_"),weekdaysShort:"ཉི་མ་_ཟླ་བ་_མིག་དམར་_ལྷག་པ་_ཕུར་བུ_པ་སངས་_སྤེན་པ་".split("_"),weekdaysMin:"ཉི་མ་_ཟླ་བ་_མིག་དམར་_ལྷག་པ་_ཕུར་བུ_པ་སངས་_སྤེན་པ་".split("_"),longDateFormat:{LT:"A h:mm",LTS:"A h:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm",LLLL:"dddd, D MMMM YYYY, A h:mm"},calendar:{sameDay:"[དི་རིང] LT",nextDay:"[སང་ཉིན] LT",nextWeek:"[བདུན་ཕྲག་རྗེས་མ], LT",lastDay:"[ཁ་སང] LT",lastWeek:"[བདུན་ཕྲག་མཐའ་མ] dddd, LT",sameElse:"L"},relativeTime:{future:"%s ལ་",past:"%s སྔན་ལ",s:"ལམ་སང",ss:"%d སྐར་ཆ།",m:"སྐར་མ་གཅིག",mm:"%d སྐར་མ",h:"ཆུ་ཚོད་གཅིག",hh:"%d ཆུ་ཚོད",d:"ཉིན་གཅིག",dd:"%d ཉིན་",M:"ཟླ་བ་གཅིག",MM:"%d ཟླ་བ",y:"ལོ་གཅིག",yy:"%d ལོ"},preparse:function(e){return e.replace(/[༡༢༣༤༥༦༧༨༩༠]/g,function(e){return n[e]})},postformat:function(e){return e.replace(/\d/g,function(e){return t[e]})},meridiemParse:/མཚན་མོ|ཞོགས་ཀས|ཉིན་གུང|དགོང་དག|མཚན་མོ/,meridiemHour:function(e,t){return 12===e&&(e=0),"མཚན་མོ"===t&&e>=4||"ཉིན་གུང"===t&&e<5||"དགོང་དག"===t?e+12:e},meridiem:function(e,t,n){return e<4?"མཚན་མོ":e<10?"ཞོགས་ཀས":e<17?"ཉིན་གུང":e<20?"དགོང་དག":"མཚན་མོ"},week:{dow:0,doy:6}})}(n("wd/R"))},"0tRk":function(e,t,n){!function(e){"use strict";e.defineLocale("pt-br",{months:"Janeiro_Fevereiro_Março_Abril_Maio_Junho_Julho_Agosto_Setembro_Outubro_Novembro_Dezembro".split("_"),monthsShort:"Jan_Fev_Mar_Abr_Mai_Jun_Jul_Ago_Set_Out_Nov_Dez".split("_"),weekdays:"Domingo_Segunda-feira_Terça-feira_Quarta-feira_Quinta-feira_Sexta-feira_Sábado".split("_"),weekdaysShort:"Dom_Seg_Ter_Qua_Qui_Sex_Sáb".split("_"),weekdaysMin:"Do_2ª_3ª_4ª_5ª_6ª_Sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY [às] HH:mm",LLLL:"dddd, D [de] MMMM [de] YYYY [às] HH:mm"},calendar:{sameDay:"[Hoje às] LT",nextDay:"[Amanhã às] LT",nextWeek:"dddd [às] LT",lastDay:"[Ontem às] LT",lastWeek:function(){return 0===this.day()||6===this.day()?"[Último] dddd [às] LT":"[Última] dddd [às] LT"},sameElse:"L"},relativeTime:{future:"em %s",past:"há %s",s:"poucos segundos",ss:"%d segundos",m:"um minuto",mm:"%d minutos",h:"uma hora",hh:"%d horas",d:"um dia",dd:"%d dias",M:"um mês",MM:"%d meses",y:"um ano",yy:"%d anos"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº"})}(n("wd/R"))},"0tVQ":function(e,t,n){n("FlQf"),n("VJsP"),e.exports=n("WEpk").Array.from},"0ycA":function(e,t){e.exports=function(){return[]}},"10Fh":function(e,t,n){"use strict";n.r(t);var i=n("6OMU"),r=n("JQT/"),o=n("sswD"),a=n("cGHE"),s=n("aokT"),l=n("gCVg"),c=n("wQH0"),u=n("twdY"),d=n("3/fG"),h=n("pmY6"),p=n("N0LK"),f=function(){function e(){}return e.prototype.provideSelectionRanges=function(e,t){for(var n=[],i=0,r=t;i=0;l--){if(95===(d=r.charCodeAt(l))||45===d)break;if(Object(p.w)(d)&&Object(p.x)(u))break;u=d}for(l+=1;c0&&0===t.getLineFirstNonWhitespaceColumn(n.lineNumber)&&0===t.getLineLastNonWhitespaceColumn(n.lineNumber)&&e.push({range:new s.a(n.lineNumber,1,n.lineNumber,t.getLineMaxColumn(n.lineNumber)),kind:"statement.line"})},e}(),m=n("Z7SF"),g=n("nnTU"),v=n("/cxE");n.d(t,"provideSelectionRanges",function(){return T});var _,y=(_=function(e,t){return(_=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(e,t)},function(e,t){function n(){this.constructor=e}_(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),b=function(e,t,n,i){return new(n||(n=Promise))(function(r,o){function a(e){try{l(i.next(e))}catch(e){o(e)}}function s(e){try{l(i.throw(e))}catch(e){o(e)}}function l(e){e.done?r(e.value):new n(function(t){t(e.value)}).then(a,s)}l((i=i.apply(e,t||[])).next())})},w=function(e,t){var n,i,r,o,a={label:0,sent:function(){if(1&r[0])throw r[1];return r[1]},trys:[],ops:[]};return o={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(o[Symbol.iterator]=function(){return this}),o;function s(o){return function(s){return function(o){if(n)throw new TypeError("Generator is already executing.");for(;a;)try{if(n=1,i&&(r=2&o[0]?i.return:o[0]?i.throw||((r=i.return)&&r.call(i),0):i.next)&&!(r=r.call(i,o[1])).done)return r;switch(i=0,r&&(o=[2&o[0],r.value]),o[0]){case 0:case 1:r=o;break;case 4:return a.label++,{value:o[1],done:!1};case 5:a.label++,i=o[1],o=[0];continue;case 7:o=a.ops.pop(),a.trys.pop();continue;default:if(!(r=(r=a.trys).length>0&&r[r.length-1])&&(6===o[0]||2===o[0])){a=0;continue}if(3===o[0]&&(!r||o[1]>r[0]&&o[1]=this.ranges.length)return this;var i=new e(n,this.ranges);return i.ranges[n].equalsRange(this.ranges[this.index])?i.mov(t):i},e}(),S=function(){function e(e){this._ignoreSelection=!1,this._editor=e}return e.get=function(t){return t.getContribution(e._id)},e.prototype.dispose=function(){Object(h.d)(this._selectionListener)},e.prototype.getId=function(){return e._id},e.prototype.run=function(e){var t=this;if(this._editor.hasModel()){var n=this._editor.getSelections(),o=this._editor.getModel();if(u.u.has(o)){var a=Promise.resolve(void 0);return this._state||(a=T(o,n.map(function(e){return e.getPosition()}),r.a.None).then(function(e){if(i.n(e)&&e.length===n.length&&t._editor.hasModel()&&i.g(t._editor.getSelections(),n,function(e,t){return e.equalsSelection(t)})){for(var r=function(t){e[t]=e[t].filter(function(e){return e.containsPosition(n[t].getStartPosition())&&e.containsPosition(n[t].getEndPosition())}),e[t].unshift(n[t])},o=0;o=0;r--){var o=e.charCodeAt(r),a=t.get(o);if(0===a){if(2===i)return this._createWord(e,i,a,r+1,this._findEndOfWord(e,t,i,r+1));i=1}else if(2===a){if(1===i)return this._createWord(e,i,a,r+1,this._findEndOfWord(e,t,i,r+1));i=2}else if(1===a&&0!==i)return this._createWord(e,i,a,r+1,this._findEndOfWord(e,t,i,r+1))}return 0!==i?this._createWord(e,i,1,0,this._findEndOfWord(e,t,i,0)):null},e._findEndOfWord=function(e,t,n,i){for(var r=e.length,o=i;o=0;r--){var o=e.charCodeAt(r),a=t.get(o);if(1===a)return r+1;if(1===n&&2===a)return r+1;if(2===n&&0===a)return r+1}return 0},e.moveWordLeft=function(t,n,i,r){var o=i.lineNumber,a=i.column,l=!1;1===a&&o>1&&(l=!0,o-=1,a=n.getLineMaxColumn(o));var c=e._findPreviousWordOnLine(t,n,new s.a(o,a));if(0===r){if(c&&!l)if(n.getLineLastNonWhitespaceColumn(o)1?new s.a(n-1,e.getLineMaxColumn(n-1)):t;for(var o=e.getLineContent(n),a=t.column-1;a>1;a--){var l=o.charCodeAt(a-2),c=o.charCodeAt(a-1);if(95!==l&&95===c)return new s.a(n,a);if(r.w(l)&&r.x(c))return new s.a(n,a);if(r.x(l)&&r.x(c)&&a+1=c.start+1&&(c=e._findNextWordOnLine(t,n,new s.a(o,c.end+1))),a=c?c.start+1:n.getLineMaxColumn(o)),new s.a(o,a)},e._moveWordPartRight=function(e,t){var n=t.lineNumber,i=e.getLineMaxColumn(n);if(t.column===i)return n1?u=1:(c--,u=n.getLineMaxColumn(c)):(h&&u<=h.end+1&&(h=e._findPreviousWordOnLine(t,n,new s.a(c,h.start+1))),h?u=h.end+1:u>1?u=1:(c--,u=n.getLineMaxColumn(c))),new l.a(c,u,a.lineNumber,a.column)},e._deleteWordPartLeft=function(t,n){if(!n.isEmpty())return n;var i=n.getPosition(),r=e._moveWordPartLeft(t,i);return new l.a(i.lineNumber,i.column,r.lineNumber,r.column)},e._findFirstNonWhitespaceChar=function(e,t){for(var n=e.length,i=t;i=f.start+1&&(f=e._findNextWordOnLine(t,n,new s.a(c,f.end+1))),f?u=f.start+1:ur,d=i>o,h=io)continue;if(yi)continue;if(_1&&r--,this.columnSelect(e,t,n.selection,i,r)},e.columnSelectRight=function(e,t,n,i,r){for(var o=0,a=Math.min(n.position.lineNumber,i),c=Math.max(n.position.lineNumber,i),u=a;u<=c;u++){var d=t.getLineMaxColumn(u),h=s.a.visibleColumnFromColumn2(e,t,new l.a(u,d));o=Math.max(o,h)}return rt.getLineCount()&&(r=t.getLineCount()),this.columnSelect(e,t,n.selection,r,o)},e}(),d=n("snIX"),h=n("oAeH"),p=n("GR/f"),f=n("iuje"),m=n("wQH0"),g=n("T8No");n.d(t,"CoreEditorCommand",function(){return L}),n.d(t,"EditorScroll_",function(){return _}),n.d(t,"RevealLine_",function(){return b}),n.d(t,"CoreNavigationCommands",function(){return C}),n.d(t,"CoreEditingCommands",function(){return S});var v,_,y,b,w,C,S,x,M,E=(v=function(e,t){return(v=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(e,t)},function(e,t){function n(){this.constructor=e}v(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),T=0,L=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return E(t,e),t.prototype.runEditorCommand=function(e,t,n){var i=t._getCursors();i&&this.runCoreEditorCommand(i,n||{})},t}(o.c);function O(e){e.register()}(y=_||(_={})).description={description:"Scroll editor in the given direction",args:[{name:"Editor scroll argument object",description:"Property-value pairs that can be passed through this argument:\n\t\t\t\t\t* 'to': A mandatory direction value.\n\t\t\t\t\t\t```\n\t\t\t\t\t\t'up', 'down'\n\t\t\t\t\t\t```\n\t\t\t\t\t* 'by': Unit to move. Default is computed based on 'to' value.\n\t\t\t\t\t\t```\n\t\t\t\t\t\t'line', 'wrappedLine', 'page', 'halfPage'\n\t\t\t\t\t\t```\n\t\t\t\t\t* 'value': Number of units to move. Default is '1'.\n\t\t\t\t\t* 'revealCursor': If 'true' reveals the cursor if it is outside view port.\n\t\t\t\t",constraint:function(e){if(!r.g(e))return!1;var t=e;return!(!r.h(t.to)||!r.i(t.by)&&!r.h(t.by)||!r.i(t.value)&&!r.f(t.value)||!r.i(t.revealCursor)&&!r.c(t.revealCursor))},schema:{type:"object",required:["to"],properties:{to:{type:"string",enum:["up","down"]},by:{type:"string",enum:["line","wrappedLine","page","halfPage"]},value:{type:"number",default:1},revealCursor:{type:"boolean"}}}}]},y.RawDirection={Up:"up",Down:"down"},y.RawUnit={Line:"line",WrappedLine:"wrappedLine",Page:"page",HalfPage:"halfPage"},y.parse=function(e){var t,n;switch(e.to){case y.RawDirection.Up:t=1;break;case y.RawDirection.Down:t=2;break;default:return null}switch(e.by){case y.RawUnit.Line:n=1;break;case y.RawUnit.WrappedLine:n=2;break;case y.RawUnit.Page:n=3;break;case y.RawUnit.HalfPage:n=4;break;default:n=2}return{direction:t,unit:n,value:Math.floor(e.value||1),revealCursor:!!e.revealCursor,select:!!e.select}},(w=b||(b={})).description={description:"Reveal the given line at the given logical position",args:[{name:"Reveal line argument object",description:"Property-value pairs that can be passed through this argument:\n\t\t\t\t\t* 'lineNumber': A mandatory line number value.\n\t\t\t\t\t* 'at': Logical position at which line has to be revealed .\n\t\t\t\t\t\t```\n\t\t\t\t\t\t'top', 'center', 'bottom'\n\t\t\t\t\t\t```\n\t\t\t\t",constraint:function(e){if(!r.g(e))return!1;var t=e;return!(!r.f(t.lineNumber)||!r.i(t.at)&&!r.h(t.at))},schema:{type:"object",required:["lineNumber"],properties:{lineNumber:{type:"number"},at:{type:"string",enum:["top","center","bottom"]}}}}]},w.RawAtArgument={Top:"top",Center:"center",Bottom:"bottom"},function(e){var t=function(e){function t(t){var n=e.call(this,t)||this;return n._inSelectionMode=t.inSelectionMode,n}return E(t,e),t.prototype.runCoreEditorCommand=function(e,t){e.context.model.pushStackElement(),e.setStates(t.source,3,[h.b.moveTo(e.context,e.getPrimaryCursor(),this._inSelectionMode,t.position,t.viewPosition)]),e.reveal(!0,0,0)},t}(L);e.MoveTo=Object(o.g)(new t({id:"_moveTo",inSelectionMode:!1,precondition:null})),e.MoveToSelect=Object(o.g)(new t({id:"_moveToSelect",inSelectionMode:!0,precondition:null}));var n=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return E(t,e),t.prototype.runCoreEditorCommand=function(e,t){e.context.model.pushStackElement();var n=this._getColumnSelectResult(e.context,e.getPrimaryCursor(),e.getColumnSelectData(),t);e.setStates(t.source,3,n.viewStates.map(function(e){return s.d.fromViewState(e)})),e.setColumnSelectData({toViewLineNumber:n.toLineNumber,toViewVisualColumn:n.toVisualColumn}),e.reveal(!0,n.reversed?1:2,0)},t}(L);e.ColumnSelect=Object(o.g)(new(function(e){function t(){return e.call(this,{id:"columnSelect",precondition:null})||this}return E(t,e),t.prototype._getColumnSelectResult=function(e,t,n,i){var r,o=e.model.validatePosition(i.position);return r=i.viewPosition?e.validateViewPosition(new l.a(i.viewPosition.lineNumber,i.viewPosition.column),o):e.convertModelPositionToViewPosition(o),u.columnSelect(e.config,e.viewModel,t.viewState.selection,r.lineNumber,i.mouseColumn-1)},t}(n))),e.CursorColumnSelectLeft=Object(o.g)(new(function(e){function t(){return e.call(this,{id:"cursorColumnSelectLeft",precondition:null,kbOpts:{weight:T,kbExpr:m.a.textInputFocus,primary:3599,linux:{primary:0}}})||this}return E(t,e),t.prototype._getColumnSelectResult=function(e,t,n,i){return u.columnSelectLeft(e.config,e.viewModel,t.viewState,n.toViewLineNumber,n.toViewVisualColumn)},t}(n))),e.CursorColumnSelectRight=Object(o.g)(new(function(e){function t(){return e.call(this,{id:"cursorColumnSelectRight",precondition:null,kbOpts:{weight:T,kbExpr:m.a.textInputFocus,primary:3601,linux:{primary:0}}})||this}return E(t,e),t.prototype._getColumnSelectResult=function(e,t,n,i){return u.columnSelectRight(e.config,e.viewModel,t.viewState,n.toViewLineNumber,n.toViewVisualColumn)},t}(n)));var i=function(e){function t(t){var n=e.call(this,t)||this;return n._isPaged=t.isPaged,n}return E(t,e),t.prototype._getColumnSelectResult=function(e,t,n,i){return u.columnSelectUp(e.config,e.viewModel,t.viewState,this._isPaged,n.toViewLineNumber,n.toViewVisualColumn)},t}(n);e.CursorColumnSelectUp=Object(o.g)(new i({isPaged:!1,id:"cursorColumnSelectUp",precondition:null,kbOpts:{weight:T,kbExpr:m.a.textInputFocus,primary:3600,linux:{primary:0}}})),e.CursorColumnSelectPageUp=Object(o.g)(new i({isPaged:!0,id:"cursorColumnSelectPageUp",precondition:null,kbOpts:{weight:T,kbExpr:m.a.textInputFocus,primary:3595,linux:{primary:0}}}));var r=function(e){function t(t){var n=e.call(this,t)||this;return n._isPaged=t.isPaged,n}return E(t,e),t.prototype._getColumnSelectResult=function(e,t,n,i){return u.columnSelectDown(e.config,e.viewModel,t.viewState,this._isPaged,n.toViewLineNumber,n.toViewVisualColumn)},t}(n);e.CursorColumnSelectDown=Object(o.g)(new r({isPaged:!1,id:"cursorColumnSelectDown",precondition:null,kbOpts:{weight:T,kbExpr:m.a.textInputFocus,primary:3602,linux:{primary:0}}})),e.CursorColumnSelectPageDown=Object(o.g)(new r({isPaged:!0,id:"cursorColumnSelectPageDown",precondition:null,kbOpts:{weight:T,kbExpr:m.a.textInputFocus,primary:3596,linux:{primary:0}}}));var a=function(e){function t(){return e.call(this,{id:"cursorMove",precondition:null,description:h.a.description})||this}return E(t,e),t.prototype.runCoreEditorCommand=function(e,t){var n=h.a.parse(t);n&&this._runCursorMove(e,t.source,n)},t.prototype._runCursorMove=function(e,t,n){e.context.model.pushStackElement(),e.setStates(t,3,h.b.move(e.context,e.getAll(),n)),e.reveal(!0,0,0)},t}(L);e.CursorMoveImpl=a,e.CursorMove=Object(o.g)(new a);var d=function(t){function n(e){var n=t.call(this,e)||this;return n._staticArgs=e.args,n}return E(n,t),n.prototype.runCoreEditorCommand=function(t,n){var i=this._staticArgs;-1===this._staticArgs.value&&(i={direction:this._staticArgs.direction,unit:this._staticArgs.unit,select:this._staticArgs.select,value:t.context.config.pageSize}),e.CursorMove._runCursorMove(t,n.source,i)},n}(L);e.CursorLeft=Object(o.g)(new d({args:{direction:0,unit:0,select:!1,value:1},id:"cursorLeft",precondition:null,kbOpts:{weight:T,kbExpr:m.a.textInputFocus,primary:15,mac:{primary:15,secondary:[288]}}})),e.CursorLeftSelect=Object(o.g)(new d({args:{direction:0,unit:0,select:!0,value:1},id:"cursorLeftSelect",precondition:null,kbOpts:{weight:T,kbExpr:m.a.textInputFocus,primary:1039}})),e.CursorRight=Object(o.g)(new d({args:{direction:1,unit:0,select:!1,value:1},id:"cursorRight",precondition:null,kbOpts:{weight:T,kbExpr:m.a.textInputFocus,primary:17,mac:{primary:17,secondary:[292]}}})),e.CursorRightSelect=Object(o.g)(new d({args:{direction:1,unit:0,select:!0,value:1},id:"cursorRightSelect",precondition:null,kbOpts:{weight:T,kbExpr:m.a.textInputFocus,primary:1041}})),e.CursorUp=Object(o.g)(new d({args:{direction:2,unit:2,select:!1,value:1},id:"cursorUp",precondition:null,kbOpts:{weight:T,kbExpr:m.a.textInputFocus,primary:16,mac:{primary:16,secondary:[302]}}})),e.CursorUpSelect=Object(o.g)(new d({args:{direction:2,unit:2,select:!0,value:1},id:"cursorUpSelect",precondition:null,kbOpts:{weight:T,kbExpr:m.a.textInputFocus,primary:1040,secondary:[3088],mac:{primary:1040},linux:{primary:1040}}})),e.CursorPageUp=Object(o.g)(new d({args:{direction:2,unit:2,select:!1,value:-1},id:"cursorPageUp",precondition:null,kbOpts:{weight:T,kbExpr:m.a.textInputFocus,primary:11}})),e.CursorPageUpSelect=Object(o.g)(new d({args:{direction:2,unit:2,select:!0,value:-1},id:"cursorPageUpSelect",precondition:null,kbOpts:{weight:T,kbExpr:m.a.textInputFocus,primary:1035}})),e.CursorDown=Object(o.g)(new d({args:{direction:3,unit:2,select:!1,value:1},id:"cursorDown",precondition:null,kbOpts:{weight:T,kbExpr:m.a.textInputFocus,primary:18,mac:{primary:18,secondary:[300]}}})),e.CursorDownSelect=Object(o.g)(new d({args:{direction:3,unit:2,select:!0,value:1},id:"cursorDownSelect",precondition:null,kbOpts:{weight:T,kbExpr:m.a.textInputFocus,primary:1042,secondary:[3090],mac:{primary:1042},linux:{primary:1042}}})),e.CursorPageDown=Object(o.g)(new d({args:{direction:3,unit:2,select:!1,value:-1},id:"cursorPageDown",precondition:null,kbOpts:{weight:T,kbExpr:m.a.textInputFocus,primary:12}})),e.CursorPageDownSelect=Object(o.g)(new d({args:{direction:3,unit:2,select:!0,value:-1},id:"cursorPageDownSelect",precondition:null,kbOpts:{weight:T,kbExpr:m.a.textInputFocus,primary:1036}})),e.CreateCursor=Object(o.g)(new(function(e){function t(){return e.call(this,{id:"createCursor",precondition:null})||this}return E(t,e),t.prototype.runCoreEditorCommand=function(e,t){var n,i=e.context;n=t.wholeLine?h.b.line(i,e.getPrimaryCursor(),!1,t.position,t.viewPosition):h.b.moveTo(i,e.getPrimaryCursor(),!1,t.position,t.viewPosition);var r=e.getAll();if(r.length>1)for(var o=n.modelState?n.modelState.position:null,a=n.viewState?n.viewState.position:null,s=0,l=r.length;sr&&(i=r);var o=new c.a(i,1,i,e.context.model.getLineMaxColumn(i)),a=0;if(n.at)switch(n.at){case b.RawAtArgument.Top:a=3;break;case b.RawAtArgument.Center:a=1;break;case b.RawAtArgument.Bottom:a=4}var s=e.context.convertModelRangeToViewRange(o);e.revealRange(!1,s,a,0)},t}(L))),e.SelectAll=Object(o.g)(new(function(e){function t(){return e.call(this,{id:"selectAll",precondition:null})||this}return E(t,e),t.prototype.runCoreEditorCommand=function(e,t){e.context.model.pushStackElement(),e.setStates(t.source,3,[h.b.selectAll(e.context,e.getPrimaryCursor())])},t}(L))),e.SetSelection=Object(o.g)(new(function(e){function t(){return e.call(this,{id:"setSelection",precondition:null})||this}return E(t,e),t.prototype.runCoreEditorCommand=function(e,t){e.context.model.pushStackElement(),e.setStates(t.source,3,[s.d.fromModelSelection(t.selection)])},t}(L)))}(C||(C={})),x=S||(S={}),M=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return E(t,e),t.prototype.runEditorCommand=function(e,t,n){var i=t._getCursors();i&&this.runCoreEditingCommand(t,i,n||{})},t}(o.c),x.CoreEditingCommand=M,x.LineBreakInsert=Object(o.g)(new(function(e){function t(){return e.call(this,{id:"lineBreakInsert",precondition:m.a.writable,kbOpts:{weight:T,kbExpr:m.a.textInputFocus,primary:0,mac:{primary:301}}})||this}return E(t,e),t.prototype.runCoreEditingCommand=function(e,t,n){e.pushUndoStop(),e.executeCommands(this.id,p.a.lineBreakInsert(t.context.config,t.context.model,t.getAll().map(function(e){return e.modelState.selection})))},t}(M))),x.Outdent=Object(o.g)(new(function(e){function t(){return e.call(this,{id:"outdent",precondition:m.a.writable,kbOpts:{weight:T,kbExpr:g.d.and(m.a.editorTextFocus,m.a.tabDoesNotMoveFocus),primary:1026}})||this}return E(t,e),t.prototype.runCoreEditingCommand=function(e,t,n){e.pushUndoStop(),e.executeCommands(this.id,p.a.outdent(t.context.config,t.context.model,t.getAll().map(function(e){return e.modelState.selection}))),e.pushUndoStop()},t}(M))),x.Tab=Object(o.g)(new(function(e){function t(){return e.call(this,{id:"tab",precondition:m.a.writable,kbOpts:{weight:T,kbExpr:g.d.and(m.a.editorTextFocus,m.a.tabDoesNotMoveFocus),primary:2}})||this}return E(t,e),t.prototype.runCoreEditingCommand=function(e,t,n){e.pushUndoStop(),e.executeCommands(this.id,p.a.tab(t.context.config,t.context.model,t.getAll().map(function(e){return e.modelState.selection}))),e.pushUndoStop()},t}(M))),x.DeleteLeft=Object(o.g)(new(function(e){function t(){return e.call(this,{id:"deleteLeft",precondition:m.a.writable,kbOpts:{weight:T,kbExpr:m.a.textInputFocus,primary:1,secondary:[1025],mac:{primary:1,secondary:[1025,294,257]}}})||this}return E(t,e),t.prototype.runCoreEditingCommand=function(e,t,n){var i=d.a.deleteLeft(t.getPrevEditOperationType(),t.context.config,t.context.model,t.getAll().map(function(e){return e.modelState.selection})),r=i[0],o=i[1];r&&e.pushUndoStop(),e.executeCommands(this.id,o),t.setPrevEditOperationType(2)},t}(M))),x.DeleteRight=Object(o.g)(new(function(e){function t(){return e.call(this,{id:"deleteRight",precondition:m.a.writable,kbOpts:{weight:T,kbExpr:m.a.textInputFocus,primary:20,mac:{primary:20,secondary:[290,276]}}})||this}return E(t,e),t.prototype.runCoreEditingCommand=function(e,t,n){var i=d.a.deleteRight(t.getPrevEditOperationType(),t.context.config,t.context.model,t.getAll().map(function(e){return e.modelState.selection})),r=i[0],o=i[1];r&&e.pushUndoStop(),e.executeCommands(this.id,o),t.setPrevEditOperationType(3)},t}(M)));var k=function(e){function t(t){var n=e.call(this,t)||this;return n._editorHandler=t.editorHandler,n._inputHandler=t.inputHandler,n}return E(t,e),t.prototype.runCommand=function(e,t){var n=e.get(a.a).getFocusedCodeEditor();if(n&&n.hasTextFocus())return this._runEditorHandler(e,n,t);var i=document.activeElement;if(!(i&&["input","textarea"].indexOf(i.tagName.toLowerCase())>=0)){var r=e.get(a.a).getActiveCodeEditor();return r?(r.focus(),this._runEditorHandler(e,r,t)):void 0}document.execCommand(this._inputHandler)},t.prototype._runEditorHandler=function(e,t,n){var i=this._editorHandler;"string"==typeof i?t.trigger("keyboard",i,n):((n=n||{}).source="keyboard",i.runEditorCommand(e,t,n))},t}(o.a),I=function(e){function t(t,n,i){var r=e.call(this,{id:t,precondition:null,description:i})||this;return r._handlerId=n,r}return E(t,e),t.prototype.runCommand=function(e,t){var n=e.get(a.a).getFocusedCodeEditor();n&&n.trigger("keyboard",this._handlerId,t)},t}(o.a);function D(e,t){O(new I("default:"+e,e)),O(new I(e,e,t))}O(new k({editorHandler:C.SelectAll,inputHandler:"selectAll",id:"editor.action.selectAll",precondition:m.a.textInputFocus,kbOpts:{weight:T,kbExpr:null,primary:2079},menubarOpts:{menuId:22,group:"1_basic",title:i.a({key:"miSelectAll",comment:["&& denotes a mnemonic"]},"&&Select All"),order:1}})),O(new k({editorHandler:f.b.Undo,inputHandler:"undo",id:f.b.Undo,precondition:m.a.writable,kbOpts:{weight:T,kbExpr:m.a.textInputFocus,primary:2104},menubarOpts:{menuId:14,group:"1_do",title:i.a({key:"miUndo",comment:["&& denotes a mnemonic"]},"&&Undo"),order:1}})),O(new I("default:"+f.b.Undo,f.b.Undo)),O(new k({editorHandler:f.b.Redo,inputHandler:"redo",id:f.b.Redo,precondition:m.a.writable,kbOpts:{weight:T,kbExpr:m.a.textInputFocus,primary:2103,secondary:[3128],mac:{primary:3128}},menubarOpts:{menuId:14,group:"1_do",title:i.a({key:"miRedo",comment:["&& denotes a mnemonic"]},"&&Redo"),order:2}})),O(new I("default:"+f.b.Redo,f.b.Redo)),D(f.b.Type,{description:"Type",args:[{name:"args",schema:{type:"object",required:["text"],properties:{text:{type:"string"}}}}]}),D(f.b.ReplacePreviousChar),D(f.b.CompositionStart),D(f.b.CompositionEnd),D(f.b.Paste),D(f.b.Cut)},"1hJj":function(e,t,n){var i=n("e4Nc"),r=n("ftKO"),o=n("3A9y");function a(e){var t=-1,n=null==e?0:e.length;for(this.__data__=new i;++t=e.subMenuTitle.offsetWidth||(t.style.minWidth=e.subMenuTitle.offsetWidth+"px")}},this.saveSubMenuTitle=function(t){e.subMenuTitle=t}},W=Object(v.connect)(function(e,t){var n=e.openKeys,i=e.activeKey,r=e.selectedKeys,o=t.eventKey,a=t.subMenuKey;return{isOpen:n.indexOf(o)>-1,active:i[a]===o,selectedKeys:r}})(j);W.isSubMenu=!0;var B=W,U=!("undefined"==typeof window||!window.document||!window.document.createElement),Y="menuitem-overflowed",G=.5;U&&n("DN2a");var q=function(e){function t(){var n,i,o;l()(this,t);for(var s=arguments.length,c=Array(s),d=0;d=0});o.forEach(function(e){O(e,"display","inline-block")}),i.menuItemSizes=r.map(function(e){return L(e)}),o.forEach(function(e){O(e,"display","none")}),i.overflowedIndicatorWidth=L(e.children[e.children.length-1]),i.originalTotalWidth=i.menuItemSizes.reduce(function(e,t){return e+t},0),i.handleResize(),O(n,"display","none")}}}},i.resizeObserver=null,i.mutationObserver=null,i.originalTotalWidth=0,i.overflowedItems=[],i.menuItemSizes=[],i.handleResize=function(){if("horizontal"===i.props.mode){var e=I.a.findDOMNode(i);if(e){var t=L(e);i.overflowedItems=[];var n=0,r=void 0;i.originalTotalWidth>t+G&&(r=-1,i.menuItemSizes.forEach(function(e){(n+=e)+i.overflowedIndicatorWidth<=t&&r++})),i.setState({lastVisibleIndex:r})}}},o=n,u()(i,o)}return h()(t,e),t.prototype.componentDidMount=function(){var e=this;if(this.setChildrenWidthAndResize(),1===this.props.level&&"horizontal"===this.props.mode){var t=I.a.findDOMNode(this);if(!t)return;this.resizeObserver=new D.a(function(t){t.forEach(e.setChildrenWidthAndResize)}),[].slice.call(t.children).concat(t).forEach(function(t){e.resizeObserver.observe(t)}),"undefined"!=typeof MutationObserver&&(this.mutationObserver=new MutationObserver(function(){e.resizeObserver.disconnect(),[].slice.call(t.children).concat(t).forEach(function(t){e.resizeObserver.observe(t)}),e.setChildrenWidthAndResize()}),this.mutationObserver.observe(t,{attributes:!1,childList:!0,subTree:!1}))}},t.prototype.componentWillUnmount=function(){this.resizeObserver&&this.resizeObserver.disconnect(),this.mutationObserver&&this.resizeObserver.disconnect()},t.prototype.renderChildren=function(e){var t=this,n=this.state.lastVisibleIndex;return(e||[]).reduce(function(i,r,o){var a=r;if("horizontal"===t.props.mode){var s=t.getOverflowedSubMenuItem(r.props.eventKey,[]);void 0!==n&&-1!==t.props.className.indexOf(t.props.prefixCls+"-root")&&(o>n&&(a=f.a.cloneElement(r,{style:{display:"none"},eventKey:r.props.eventKey+"-hidden",className:r.className+" "+Y})),o===n+1&&(t.overflowedItems=e.slice(n+1).map(function(e){return f.a.cloneElement(e,{key:e.props.eventKey,mode:"vertical-left"})}),s=t.getOverflowedSubMenuItem(r.props.eventKey,t.overflowedItems)));var l=[].concat(i,[s,a]);return o===e.length-1&&l.push(t.getOverflowedSubMenuItem(r.props.eventKey,[],!0)),l}return[].concat(i,[a])},[])},t.prototype.render=function(){var e=this.props,t=e.hiddenClassName,n=e.visible,i=(e.prefixCls,e.overflowedIndicator,e.mode,e.level,e.tag),r=(e.children,e.theme,a()(e,["hiddenClassName","visible","prefixCls","overflowedIndicator","mode","level","tag","children","theme"]));return n||(r.className+=" "+t),f.a.createElement(i,r,this.renderChildren(this.props.children))},t}(f.a.Component);q.propTypes={className:g.a.string,children:g.a.node,mode:g.a.oneOf(["horizontal","vertical","vertical-left","vertical-right","inline"]),prefixCls:g.a.string,level:g.a.number,theme:g.a.string,overflowedIndicator:g.a.node,visible:g.a.bool,hiddenClassName:g.a.string,tag:g.a.string,style:g.a.object},q.defaultProps={tag:"div",className:""};var K=q;function X(e,t,n){var i,o=e.getState();e.setState({activeKey:r()({},o.activeKey,(i={},i[t]=n,i))})}function $(e){return e.eventKey||"0-menu-"}function Z(e,t){var n=t,i=e.children,r=e.eventKey;if(n){var o=void 0;if(E(i,function(e,t){e&&e.props&&!e.props.disabled&&n===x(e,r,t)&&(o=!0)}),o)return n}return n=null,e.defaultActiveFirst?(E(i,function(e,t){n||!e||e.props.disabled||(n=x(e,r,t))}),n):n}function J(e){if(e){var t=this.instanceArray.indexOf(e);-1!==t?this.instanceArray[t]=e:this.instanceArray.push(e)}}var Q=function(e){function t(n){var i;l()(this,t);var o=u()(this,e.call(this,n));return ee.call(o),n.store.setState({activeKey:r()({},n.store.getState().activeKey,(i={},i[n.eventKey]=Z(n,n.activeKey),i))}),o.instanceArray=[],o}return h()(t,e),t.prototype.componentDidMount=function(){this.props.manualRef&&this.props.manualRef(this)},t.prototype.shouldComponentUpdate=function(e){return this.props.visible||e.visible},t.prototype.componentDidUpdate=function(e){var t=this.props,n="activeKey"in t?t.activeKey:t.store.getState().activeKey[$(t)],i=Z(t,n);if(i!==n)X(t.store,$(t),i);else if("activeKey"in e){i!==Z(e,e.activeKey)&&X(t.store,$(t),i)}},t.prototype.render=function(){var e=this,t=a()(this.props,[]);this.instanceArray=[];var n={className:w()(t.prefixCls,t.className,t.prefixCls+"-"+t.mode),role:t.role||"menu"};t.id&&(n.id=t.id),t.focusable&&(n.tabIndex="0",n.onKeyDown=this.onKeyDown);var i=t.prefixCls,o=t.eventKey,s=t.visible,l=t.level,c=t.mode,u=t.overflowedIndicator,d=t.theme;return T.forEach(function(e){return delete t[e]}),delete t.onClick,f.a.createElement(K,r()({},t,{prefixCls:i,mode:c,tag:"ul",level:l,theme:d,hiddenClassName:i+"-hidden",visible:s,overflowedIndicator:u},n),f.a.Children.map(t.children,function(t,n){return e.renderMenuItem(t,n,o||"0-menu-")}))},t}(f.a.Component);Q.propTypes={onSelect:g.a.func,onClick:g.a.func,onDeselect:g.a.func,onOpenChange:g.a.func,onDestroy:g.a.func,openTransitionName:g.a.string,openAnimation:g.a.oneOfType([g.a.string,g.a.object]),openKeys:g.a.arrayOf(g.a.string),visible:g.a.bool,children:g.a.any,parentMenu:g.a.object,eventKey:g.a.string,store:g.a.shape({getState:g.a.func,setState:g.a.func}),focusable:g.a.bool,multiple:g.a.bool,style:g.a.object,defaultActiveFirst:g.a.bool,activeKey:g.a.string,selectedKeys:g.a.arrayOf(g.a.string),defaultSelectedKeys:g.a.arrayOf(g.a.string),defaultOpenKeys:g.a.arrayOf(g.a.string),level:g.a.number,mode:g.a.oneOf(["horizontal","vertical","vertical-left","vertical-right","inline"]),triggerSubMenuAction:g.a.oneOf(["click","hover"]),inlineIndent:g.a.oneOfType([g.a.number,g.a.string]),manualRef:g.a.func,itemIcon:g.a.oneOfType([g.a.func,g.a.node]),expandIcon:g.a.oneOfType([g.a.func,g.a.node])},Q.defaultProps={prefixCls:"rc-menu",className:"",mode:"vertical",level:1,inlineIndent:24,visible:!0,focusable:!0,style:{},manualRef:S};var ee=function(){var e=this;this.onKeyDown=function(t,n){var i=t.keyCode,r=void 0;if(e.getFlatInstanceArray().forEach(function(e){e&&e.props.active&&e.onKeyDown&&(r=e.onKeyDown(t))}),r)return 1;var o=null;return i!==_.a.UP&&i!==_.a.DOWN||(o=e.step(i===_.a.UP?-1:1)),o?(t.preventDefault(),X(e.props.store,$(e.props),o.props.eventKey),"function"==typeof n&&n(o),1):void 0},this.onItemHover=function(t){var n=t.key,i=t.hover;X(e.props.store,$(e.props),i?n:null)},this.onDeselect=function(t){e.props.onDeselect(t)},this.onSelect=function(t){e.props.onSelect(t)},this.onClick=function(t){e.props.onClick(t)},this.onOpenChange=function(t){e.props.onOpenChange(t)},this.onDestroy=function(t){e.props.onDestroy(t)},this.getFlatInstanceArray=function(){return e.instanceArray},this.getOpenTransitionName=function(){return e.props.openTransitionName},this.step=function(t){var n=e.getFlatInstanceArray(),i=e.props.store.getState().activeKey[$(e.props)],r=n.length;if(!r)return null;t<0&&(n=n.concat().reverse());var o=-1;if(n.every(function(e,t){return!e||e.props.eventKey!==i||(o=t,!1)}),e.props.defaultActiveFirst||-1===o||(a=n.slice(o,r-1)).length&&!a.every(function(e){return!!e.props.disabled})){var a,s=(o+1)%r,l=s;do{var c=n[l];if(c&&!c.props.disabled)return c;l=(l+1)%r}while(l!==s);return null}},this.renderCommonMenuItem=function(t,n,i){var o=e.props.store.getState(),a=e.props,s=x(t,a.eventKey,n),l=t.props;if(!l||"string"==typeof t.type)return t;var c=s===o.activeKey,u=r()({mode:l.mode||a.mode,level:a.level,inlineIndent:a.inlineIndent,renderMenuItem:e.renderMenuItem,rootPrefixCls:a.prefixCls,index:n,parentMenu:a.parentMenu,manualRef:l.disabled?void 0:Object(y.a)(t.ref,J.bind(e)),eventKey:s,active:!l.disabled&&c,multiple:a.multiple,onClick:function(t){(l.onClick||S)(t),e.onClick(t)},onItemHover:e.onItemHover,openTransitionName:e.getOpenTransitionName(),openAnimation:a.openAnimation,subMenuOpenDelay:a.subMenuOpenDelay,subMenuCloseDelay:a.subMenuCloseDelay,forceSubMenuRender:a.forceSubMenuRender,onOpenChange:e.onOpenChange,onDeselect:e.onDeselect,onSelect:e.onSelect,builtinPlacements:a.builtinPlacements,itemIcon:l.itemIcon||e.props.itemIcon,expandIcon:l.expandIcon||e.props.expandIcon},i);return("inline"===a.mode||C.any)&&(u.triggerSubMenuAction="click"),f.a.cloneElement(t,u)},this.renderMenuItem=function(t,n,i){if(!t)return null;var r=e.props.store.getState(),o={openKeys:r.openKeys,selectedKeys:r.selectedKeys,triggerSubMenuAction:e.props.triggerSubMenuAction,subMenuKey:i};return e.renderCommonMenuItem(t,n,o)}},te=Object(v.connect)()(Q),ne=function(e){function t(n){l()(this,t);var i=u()(this,e.call(this,n));ie.call(i),i.isRootMenu=!0;var r=n.defaultSelectedKeys,o=n.defaultOpenKeys;return"selectedKeys"in n&&(r=n.selectedKeys||[]),"openKeys"in n&&(o=n.openKeys||[]),i.store=Object(v.create)({selectedKeys:r,openKeys:o,activeKey:{"0-menu-":Z(n,n.activeKey)}}),i}return h()(t,e),t.prototype.componentDidMount=function(){this.updateMiniStore()},t.prototype.componentDidUpdate=function(){this.updateMiniStore()},t.prototype.updateMiniStore=function(){"selectedKeys"in this.props&&this.store.setState({selectedKeys:this.props.selectedKeys||[]}),"openKeys"in this.props&&this.store.setState({openKeys:this.props.openKeys||[]})},t.prototype.render=function(){var e=this,t=a()(this.props,[]);return t.className+=" "+t.prefixCls+"-root",t=r()({},t,{onClick:this.onClick,onOpenChange:this.onOpenChange,onDeselect:this.onDeselect,onSelect:this.onSelect,openTransitionName:this.getOpenTransitionName(),parentMenu:this}),f.a.createElement(v.Provider,{store:this.store},f.a.createElement(te,r()({},t,{ref:function(t){return e.innerMenu=t}}),this.props.children))},t}(f.a.Component);ne.propTypes={defaultSelectedKeys:g.a.arrayOf(g.a.string),defaultActiveFirst:g.a.bool,selectedKeys:g.a.arrayOf(g.a.string),defaultOpenKeys:g.a.arrayOf(g.a.string),openKeys:g.a.arrayOf(g.a.string),mode:g.a.oneOf(["horizontal","vertical","vertical-left","vertical-right","inline"]),getPopupContainer:g.a.func,onClick:g.a.func,onSelect:g.a.func,onDeselect:g.a.func,onDestroy:g.a.func,openTransitionName:g.a.string,openAnimation:g.a.oneOfType([g.a.string,g.a.object]),subMenuOpenDelay:g.a.number,subMenuCloseDelay:g.a.number,forceSubMenuRender:g.a.bool,triggerSubMenuAction:g.a.string,level:g.a.number,selectable:g.a.bool,multiple:g.a.bool,children:g.a.any,className:g.a.string,style:g.a.object,activeKey:g.a.string,prefixCls:g.a.string,builtinPlacements:g.a.object,itemIcon:g.a.oneOfType([g.a.func,g.a.node]),expandIcon:g.a.oneOfType([g.a.func,g.a.node]),overflowedIndicator:g.a.node},ne.defaultProps={selectable:!0,onClick:S,onSelect:S,onOpenChange:S,onDeselect:S,defaultSelectedKeys:[],defaultOpenKeys:[],subMenuOpenDelay:.1,subMenuCloseDelay:.1,triggerSubMenuAction:"hover",prefixCls:"rc-menu",className:"",mode:"vertical",style:{},builtinPlacements:{},overflowedIndicator:f.a.createElement("span",null,"···")};var ie=function(){var e=this;this.onSelect=function(t){var n=e.props;if(n.selectable){var i=e.store.getState().selectedKeys,o=t.key;i=n.multiple?i.concat([o]):[o],"selectedKeys"in n||e.store.setState({selectedKeys:i}),n.onSelect(r()({},t,{selectedKeys:i}))}},this.onClick=function(t){e.props.onClick(t)},this.onKeyDown=function(t,n){e.innerMenu.getWrappedInstance().onKeyDown(t,n)},this.onOpenChange=function(t){var n=e.props,i=e.store.getState().openKeys.concat(),r=!1,o=function(e){var t=!1;if(e.open)(t=-1===i.indexOf(e.key))&&i.push(e.key);else{var n=i.indexOf(e.key);(t=-1!==n)&&i.splice(n,1)}r=r||t};Array.isArray(t)?t.forEach(o):o(t),r&&("openKeys"in e.props||e.store.setState({openKeys:i}),n.onOpenChange(i))},this.onDeselect=function(t){var n=e.props;if(n.selectable){var i=e.store.getState().selectedKeys.concat(),o=t.key,a=i.indexOf(o);-1!==a&&i.splice(a,1),"selectedKeys"in n||e.store.setState({selectedKeys:i}),n.onDeselect(r()({},t,{selectedKeys:i}))}},this.getOpenTransitionName=function(){var t=e.props,n=t.openTransitionName,i=t.openAnimation;return n||"string"!=typeof i||(n=t.prefixCls+"-open-"+i),n}},re=ne,oe=n("9Do8"),ae=n.n(oe),se=function(e){function t(n){l()(this,t);var i=u()(this,e.call(this,n));return i.onKeyDown=function(e){if(e.keyCode===_.a.ENTER)return i.onClick(e),!0},i.onMouseLeave=function(e){var t=i.props,n=t.eventKey,r=t.onItemHover,o=t.onMouseLeave;r({key:n,hover:!1}),o({key:n,domEvent:e})},i.onMouseEnter=function(e){var t=i.props,n=t.eventKey,r=t.onItemHover,o=t.onMouseEnter;r({key:n,hover:!0}),o({key:n,domEvent:e})},i.onClick=function(e){var t=i.props,n=t.eventKey,r=t.multiple,o=t.onClick,a=t.onSelect,s=t.onDeselect,l=t.isSelected,c={key:n,keyPath:[n],item:i,domEvent:e};o(c),r?l?s(c):a(c):l||a(c)},i}return h()(t,e),t.prototype.componentDidMount=function(){this.callRef()},t.prototype.componentDidUpdate=function(){this.props.active&&ae()(I.a.findDOMNode(this),I.a.findDOMNode(this.props.parentMenu),{onlyScrollIfNeeded:!0}),this.callRef()},t.prototype.componentWillUnmount=function(){var e=this.props;e.onDestroy&&e.onDestroy(e.eventKey)},t.prototype.getPrefixCls=function(){return this.props.rootPrefixCls+"-item"},t.prototype.getActiveClassName=function(){return this.getPrefixCls()+"-active"},t.prototype.getSelectedClassName=function(){return this.getPrefixCls()+"-selected"},t.prototype.getDisabledClassName=function(){return this.getPrefixCls()+"-disabled"},t.prototype.callRef=function(){this.props.manualRef&&this.props.manualRef(this)},t.prototype.render=function(){var e,t=r()({},this.props),n=w()(this.getPrefixCls(),t.className,((e={})[this.getActiveClassName()]=!t.disabled&&t.active,e[this.getSelectedClassName()]=t.isSelected,e[this.getDisabledClassName()]=t.disabled,e)),i=r()({},t.attribute,{title:t.title,className:n,role:t.role||"menuitem","aria-disabled":t.disabled});"option"===t.role?i=r()({},i,{role:"option","aria-selected":t.isSelected}):null!==t.role&&"none"!==t.role||(i.role="none");var o={onClick:t.disabled?null:this.onClick,onMouseLeave:t.disabled?null:this.onMouseLeave,onMouseEnter:t.disabled?null:this.onMouseEnter},a=r()({},t.style);"inline"===t.mode&&(a.paddingLeft=t.inlineIndent*t.level),T.forEach(function(e){return delete t[e]});var s=this.props.itemIcon;return"function"==typeof this.props.itemIcon&&(s=f.a.createElement(this.props.itemIcon,this.props)),f.a.createElement("li",r()({},t,i,o,{style:a}),t.children,s)},t}(f.a.Component);se.propTypes={attribute:g.a.object,rootPrefixCls:g.a.string,eventKey:g.a.string,active:g.a.bool,children:g.a.any,selectedKeys:g.a.array,disabled:g.a.bool,title:g.a.string,onItemHover:g.a.func,onSelect:g.a.func,onClick:g.a.func,onDeselect:g.a.func,parentMenu:g.a.object,onDestroy:g.a.func,onMouseEnter:g.a.func,onMouseLeave:g.a.func,multiple:g.a.bool,isSelected:g.a.bool,manualRef:g.a.func,itemIcon:g.a.oneOfType([g.a.func,g.a.node])},se.defaultProps={onSelect:S,onMouseEnter:S,onMouseLeave:S,manualRef:S},se.isMenuItem=!0;var le=Object(v.connect)(function(e,t){var n=e.activeKey,i=e.selectedKeys,r=t.eventKey;return{active:n[t.subMenuKey]===r,isSelected:-1!==i.indexOf(r)}})(se),ce=function(e){function t(){var n,i,r;l()(this,t);for(var o=arguments.length,a=Array(o),s=0;s12e4&&this._stopWorker())},e.prototype._getClient=function(){return this._lastUsedTime=Date.now(),this._client||(this._worker=monaco.editor.createWebWorker({moduleId:"vs/language/css/cssWorker",label:this._defaults.languageId,createData:{languageSettings:this._defaults.diagnosticsOptions,languageId:this._defaults.languageId}}),this._client=this._worker.getProxy()),this._client},e.prototype.getLanguageServiceWorker=function(){for(var e,t=this,n=[],i=0;i0&&(r.arguments=n),r},e.is=function(e){var t=e;return $.defined(t)&&$.string(t.title)&&$.string(t.command)}}(m||(m={})),function(e){e.replace=function(e,t){return{range:e,newText:t}},e.insert=function(e,t){return{range:{start:e,end:e},newText:t}},e.del=function(e){return{range:e,newText:""}},e.is=function(e){var t=e;return $.objectLiteral(t)&&$.string(t.newText)&&r.is(t.range)}}(g||(g={})),function(e){e.create=function(e,t){return{textDocument:e,edits:t}},e.is=function(e){var t=e;return $.defined(t)&&x.is(t.textDocument)&&Array.isArray(t.edits)}}(v||(v={})),function(e){e.create=function(e,t){var n={kind:"create",uri:e};return void 0===t||void 0===t.overwrite&&void 0===t.ignoreIfExists||(n.options=t),n},e.is=function(e){var t=e;return t&&"create"===t.kind&&$.string(t.uri)&&(void 0===t.options||(void 0===t.options.overwrite||$.boolean(t.options.overwrite))&&(void 0===t.options.ignoreIfExists||$.boolean(t.options.ignoreIfExists)))}}(_||(_={})),function(e){e.create=function(e,t,n){var i={kind:"rename",oldUri:e,newUri:t};return void 0===n||void 0===n.overwrite&&void 0===n.ignoreIfExists||(i.options=n),i},e.is=function(e){var t=e;return t&&"rename"===t.kind&&$.string(t.oldUri)&&$.string(t.newUri)&&(void 0===t.options||(void 0===t.options.overwrite||$.boolean(t.options.overwrite))&&(void 0===t.options.ignoreIfExists||$.boolean(t.options.ignoreIfExists)))}}(y||(y={})),function(e){e.create=function(e,t){var n={kind:"delete",uri:e};return void 0===t||void 0===t.recursive&&void 0===t.ignoreIfNotExists||(n.options=t),n},e.is=function(e){var t=e;return t&&"delete"===t.kind&&$.string(t.uri)&&(void 0===t.options||(void 0===t.options.recursive||$.boolean(t.options.recursive))&&(void 0===t.options.ignoreIfNotExists||$.boolean(t.options.ignoreIfNotExists)))}}(b||(b={})),function(e){e.is=function(e){var t=e;return t&&(void 0!==t.changes||void 0!==t.documentChanges)&&(void 0===t.documentChanges||t.documentChanges.every(function(e){return $.string(e.kind)?_.is(e)||y.is(e)||b.is(e):v.is(e)}))}}(w||(w={}));var S,x,M,E,T,L,O,k,I,D,N,A,R,P,z,F,H,j=function(){function e(e){this.edits=e}return e.prototype.insert=function(e,t){this.edits.push(g.insert(e,t))},e.prototype.replace=function(e,t){this.edits.push(g.replace(e,t))},e.prototype.delete=function(e){this.edits.push(g.del(e))},e.prototype.add=function(e){this.edits.push(e)},e.prototype.all=function(){return this.edits},e.prototype.clear=function(){this.edits.splice(0,this.edits.length)},e}();!function(){function e(e){var t=this;this._textEditChanges=Object.create(null),e&&(this._workspaceEdit=e,e.documentChanges?e.documentChanges.forEach(function(e){if(v.is(e)){var n=new j(e.edits);t._textEditChanges[e.textDocument.uri]=n}}):e.changes&&Object.keys(e.changes).forEach(function(n){var i=new j(e.changes[n]);t._textEditChanges[n]=i}))}Object.defineProperty(e.prototype,"edit",{get:function(){return this._workspaceEdit},enumerable:!0,configurable:!0}),e.prototype.getTextEditChange=function(e){if(x.is(e)){if(this._workspaceEdit||(this._workspaceEdit={documentChanges:[]}),!this._workspaceEdit.documentChanges)throw new Error("Workspace edit is not configured for document changes.");var t=e;if(!(i=this._textEditChanges[t.uri])){var n={textDocument:t,edits:r=[]};this._workspaceEdit.documentChanges.push(n),i=new j(r),this._textEditChanges[t.uri]=i}return i}if(this._workspaceEdit||(this._workspaceEdit={changes:Object.create(null)}),!this._workspaceEdit.changes)throw new Error("Workspace edit is not configured for normal text edit changes.");var i;if(!(i=this._textEditChanges[e])){var r=[];this._workspaceEdit.changes[e]=r,i=new j(r),this._textEditChanges[e]=i}return i},e.prototype.createFile=function(e,t){this.checkDocumentChanges(),this._workspaceEdit.documentChanges.push(_.create(e,t))},e.prototype.renameFile=function(e,t,n){this.checkDocumentChanges(),this._workspaceEdit.documentChanges.push(y.create(e,t,n))},e.prototype.deleteFile=function(e,t){this.checkDocumentChanges(),this._workspaceEdit.documentChanges.push(b.create(e,t))},e.prototype.checkDocumentChanges=function(){if(!this._workspaceEdit||!this._workspaceEdit.documentChanges)throw new Error("Workspace edit is not configured for document changes.")}}();!function(e){e.create=function(e){return{uri:e}},e.is=function(e){var t=e;return $.defined(t)&&$.string(t.uri)}}(S||(S={})),function(e){e.create=function(e,t){return{uri:e,version:t}},e.is=function(e){var t=e;return $.defined(t)&&$.string(t.uri)&&(null===t.version||$.number(t.version))}}(x||(x={})),function(e){e.create=function(e,t,n,i){return{uri:e,languageId:t,version:n,text:i}},e.is=function(e){var t=e;return $.defined(t)&&$.string(t.uri)&&$.string(t.languageId)&&$.number(t.version)&&$.string(t.text)}}(M||(M={})),function(e){e.PlainText="plaintext",e.Markdown="markdown"}(E||(E={})),function(e){e.is=function(t){var n=t;return n===e.PlainText||n===e.Markdown}}(E||(E={})),function(e){e.is=function(e){var t=e;return $.objectLiteral(e)&&E.is(t.kind)&&$.string(t.value)}}(T||(T={})),function(e){e.Text=1,e.Method=2,e.Function=3,e.Constructor=4,e.Field=5,e.Variable=6,e.Class=7,e.Interface=8,e.Module=9,e.Property=10,e.Unit=11,e.Value=12,e.Enum=13,e.Keyword=14,e.Snippet=15,e.Color=16,e.File=17,e.Reference=18,e.Folder=19,e.EnumMember=20,e.Constant=21,e.Struct=22,e.Event=23,e.Operator=24,e.TypeParameter=25}(L||(L={})),function(e){e.PlainText=1,e.Snippet=2}(O||(O={})),function(e){e.create=function(e){return{label:e}}}(k||(k={})),function(e){e.create=function(e,t){return{items:e||[],isIncomplete:!!t}}}(I||(I={})),function(e){e.fromPlainText=function(e){return e.replace(/[\\`*_{}[\]()#+\-.!]/g,"\\$&")},e.is=function(e){var t=e;return $.string(t)||$.objectLiteral(t)&&$.string(t.language)&&$.string(t.value)}}(D||(D={})),function(e){e.is=function(e){var t=e;return!!t&&$.objectLiteral(t)&&(T.is(t.contents)||D.is(t.contents)||$.typedArray(t.contents,D.is))&&(void 0===e.range||r.is(e.range))}}(N||(N={})),function(e){e.create=function(e,t){return t?{label:e,documentation:t}:{label:e}}}(A||(A={})),function(e){e.create=function(e,t){for(var n=[],i=2;i=0;o--){var a=i[o],s=e.offsetAt(a.range.start),l=e.offsetAt(a.range.end);if(!(l<=r))throw new Error("Overlapping edit");n=n.substring(0,s)+a.newText+n.substring(l,n.length),r=s}return n}}(K||(K={})),function(e){e.Manual=1,e.AfterDelay=2,e.FocusOut=3}(X||(X={}));var $,Z=function(){function e(e,t,n,i){this._uri=e,this._languageId=t,this._version=n,this._content=i,this._lineOffsets=null}return Object.defineProperty(e.prototype,"uri",{get:function(){return this._uri},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"languageId",{get:function(){return this._languageId},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"version",{get:function(){return this._version},enumerable:!0,configurable:!0}),e.prototype.getText=function(e){if(e){var t=this.offsetAt(e.start),n=this.offsetAt(e.end);return this._content.substring(t,n)}return this._content},e.prototype.update=function(e,t){this._content=e.text,this._version=t,this._lineOffsets=null},e.prototype.getLineOffsets=function(){if(null===this._lineOffsets){for(var e=[],t=this._content,n=!0,i=0;i0&&e.push(t.length),this._lineOffsets=e}return this._lineOffsets},e.prototype.positionAt=function(e){e=Math.max(Math.min(e,this._content.length),0);var t=this.getLineOffsets(),n=0,r=t.length;if(0===r)return i.create(0,e);for(;ne?r=o:n=o+1}var a=n-1;return i.create(a,e-t[a])},e.prototype.offsetAt=function(e){var t=this.getLineOffsets();if(e.line>=t.length)return this._content.length;if(e.line<0)return 0;var n=t[e.line],i=e.line+10&&r[r.length-1])&&(6===o[0]||2===o[0])){a=0;continue}if(3===o[0]&&(!r||o[1]>r[0]&&o[1]=0;s--)(r=e[s])&&(a=(o<3?r(a):o>3?r(t,n,a):r(t,n))||a);return o>3&&a&&Object.defineProperty(t,n,a),a},D=function(e,t){return function(n,i){t(n,i,e)}},N=function(e,t,n,i){return new(n||(n=Promise))(function(r,o){function a(e){try{l(i.next(e))}catch(e){o(e)}}function s(e){try{l(i.throw(e))}catch(e){o(e)}}function l(e){e.done?r(e.value):new n(function(t){t(e.value)}).then(a,s)}l((i=i.apply(e,t||[])).next())})},A=function(e,t){var n,i,r,o,a={label:0,sent:function(){if(1&r[0])throw r[1];return r[1]},trys:[],ops:[]};return o={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(o[Symbol.iterator]=function(){return this}),o;function s(o){return function(s){return function(o){if(n)throw new TypeError("Generator is already executing.");for(;a;)try{if(n=1,i&&(r=2&o[0]?i.return:o[0]?i.throw||((r=i.return)&&r.call(i),0):i.next)&&!(r=r.call(i,o[1])).done)return r;switch(i=0,r&&(o=[2&o[0],r.value]),o[0]){case 0:case 1:r=o;break;case 4:return a.label++,{value:o[1],done:!1};case 5:a.label++,i=o[1],o=[0];continue;case 7:o=a.ops.pop(),a.trys.pop();continue;default:if(!(r=(r=a.trys).length>0&&r[r.length-1])&&(6===o[0]||2===o[0])){a=0;continue}if(3===o[0]&&(!r||o[1]>r[0]&&o[1]\/\?\s]+)/g,comments:{blockComment:["###","###"],lineComment:"#"},brackets:[["{","}"],["[","]"],["(",")"]],autoClosingPairs:[{open:"{",close:"}"},{open:"[",close:"]"},{open:"(",close:")"},{open:'"',close:'"'},{open:"'",close:"'"}],surroundingPairs:[{open:"{",close:"}"},{open:"[",close:"]"},{open:"(",close:")"},{open:'"',close:'"'},{open:"'",close:"'"}],folding:{markers:{start:new RegExp("^\\s*#region\\b"),end:new RegExp("^\\s*#endregion\\b")}}},r={defaultToken:"",ignoreCase:!0,tokenPostfix:".coffee",brackets:[{open:"{",close:"}",token:"delimiter.curly"},{open:"[",close:"]",token:"delimiter.square"},{open:"(",close:")",token:"delimiter.parenthesis"}],regEx:/\/(?!\/\/)(?:[^\/\\]|\\.)*\/[igm]*/,keywords:["and","or","is","isnt","not","on","yes","@","no","off","true","false","null","this","new","delete","typeof","in","instanceof","return","throw","break","continue","debugger","if","else","switch","for","while","do","try","catch","finally","class","extends","super","undefined","then","unless","until","loop","of","by","when"],symbols:/[=>-1}function X(e,t){return function(n){e[t]=n}}function $(){return($=Object.assign||function(e){for(var t=1;t0)return!0;return!1}(i,t)){var r=n.getValueByInput(i);return void 0!==r&&n.fireChange(r),n.setOpenState(!1,{needFocus:!0}),void n.setInputValue("",!1)}n.setInputValue(i),n.setState({open:!0}),z(n.props)&&n.fireChange([i])},n.onDropdownVisibleChange=function(e){e&&!n._focused&&(n.clearBlurTime(),n.timeoutFocus(),n._focused=!0,n.updateFocusClassName()),n.setOpenState(e)},n.onKeyDown=function(e){var t=n.state.open;if(!n.props.disabled){var i=e.keyCode;t&&!n.getInputDOMNode()?n.onInputKeyDown(e):i===x.a.ENTER||i===x.a.DOWN?(t||n.setOpenState(!0),e.preventDefault()):i===x.a.SPACE&&(t||(n.setOpenState(!0),e.preventDefault()))}},n.onInputKeyDown=function(e){var t=n.props,i=t.disabled,r=t.combobox,o=t.defaultActiveFirstOption;if(!i){var a=n.state,s=n.getRealOpenState(a),l=e.keyCode;if(!F(n.props)||e.target.value||l!==x.a.BACKSPACE){if(l===x.a.DOWN){if(!a.open)return n.openIfHasChildren(),e.preventDefault(),void e.stopPropagation()}else if(l===x.a.ENTER&&a.open)!s&&r||e.preventDefault(),s&&r&&!1===o&&(n.comboboxTimer=setTimeout(function(){n.setOpenState(!1)}));else if(l===x.a.ESC)return void(a.open&&(n.setOpenState(!1),e.preventDefault(),e.stopPropagation()));if(s&&n.selectTriggerRef){var c=n.selectTriggerRef.getInnerMenu();c&&c.onKeyDown(e,n.handleBackfill)&&(e.preventDefault(),e.stopPropagation())}}else{e.preventDefault();var u=a.value;u.length&&n.removeSelected(u[u.length-1])}}},n.onMenuSelect=function(e){var t=e.item;if(t){var i=n.state.value,r=n.props,o=R(t),a=i[i.length-1];if(n.fireSelect(o),F(r)){if(-1!==U(i,o))return;i=i.concat([o])}else{if(!z(r)&&void 0!==a&&a===o&&o!==n.state.backfillValue)return void n.setOpenState(!1,{needFocus:!0,fireSearch:!1});i=[o],n.setOpenState(!1,{needFocus:!0,fireSearch:!1})}n.fireChange(i);var s=z(r)?P(t,r.optionLabelProp):"";r.autoClearSearchValue&&n.setInputValue(s,!1)}},n.onMenuDeselect=function(e){var t=e.item,i=e.domEvent;"keydown"!==i.type||i.keyCode!==x.a.ENTER?("click"===i.type&&n.removeSelected(R(t)),n.props.autoClearSearchValue&&n.setInputValue("")):n.removeSelected(R(t))},n.onArrowClick=function(e){e.stopPropagation(),e.preventDefault(),n.props.disabled||n.setOpenState(!n.state.open,{needFocus:!n.state.open})},n.onPlaceholderClick=function(){n.getInputDOMNode&&n.getInputDOMNode()&&n.getInputDOMNode().focus()},n.onOuterFocus=function(e){if(n.props.disabled)e.preventDefault();else{n.clearBlurTime();var t=n.getInputDOMNode();t&&e.target===n.rootRef||(H(n.props)||e.target!==t)&&(n._focused||(n._focused=!0,n.updateFocusClassName(),F(n.props)&&n._mouseDown||n.timeoutFocus()))}},n.onPopupFocus=function(){n.maybeFocus(!0,!0)},n.onOuterBlur=function(e){n.props.disabled?e.preventDefault():n.blurTimer=window.setTimeout(function(){n._focused=!1,n.updateFocusClassName();var e=n.props,t=n.state.value,i=n.state.inputValue;if(j(e)&&e.showSearch&&i&&e.defaultActiveFirstOption){var r=n._options||[];if(r.length){var o=function e(t){for(var n=0;n1&&void 0!==arguments[1]?arguments[1]:{},i=t.needFocus,r=t.fireSearch,o=n.props,a=n.state;if(a.open!==e){n.props.onDropdownVisibleChange&&n.props.onDropdownVisibleChange(e);var s={open:e,backfillValue:""};!e&&j(o)&&o.showSearch&&n.setInputValue("",r),e||n.maybeFocus(e,!!i),n.setState(he({open:e},s),function(){e&&n.maybeFocus(e,!!i)})}else n.maybeFocus(e,!!i)},n.setInputValue=function(e){var t=!(arguments.length>1&&void 0!==arguments[1])||arguments[1],i=n.props.onSearch;e!==n.state.inputValue&&n.setState(function(n){return t&&e!==n.inputValue&&i&&i(e),{inputValue:e}},n.forcePopupAlign)},n.getValueByInput=function(e){var t=n.props,i=t.multiple,r=t.tokenSeparators,o=n.state.value,a=!1;return function(e,t){var n=new RegExp("[".concat(t.join(),"]"));return e.split(n).filter(function(e){return e})}(e,r).forEach(function(e){var t=[e];if(i){var r=n.getValueByLabel(e);r&&-1===U(o,r)&&(o=o.concat(r),a=!0,n.fireSelect(r))}else-1===U(o,e)&&(o=o.concat(t),a=!0,n.fireSelect(e))}),a?o:void 0},n.getRealOpenState=function(e){var t=n.props.open;if("boolean"==typeof t)return t;var i=(e||n.state).open,r=n._options||[];return!H(n.props)&&n.props.showSearch||i&&!r.length&&(i=!1),i},n.markMouseDown=function(){n._mouseDown=!0},n.markMouseLeave=function(){n._mouseDown=!1},n.handleBackfill=function(e){if(n.props.backfill&&(j(n.props)||z(n.props))){var t=R(e);z(n.props)&&n.setInputValue(t,!1),n.setState({value:[t],backfillValue:t})}},n.filterOption=function(e,t){var i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:K,r=n.state.value,o=r[r.length-1];if(!e||o&&o===n.state.backfillValue)return!0;var a=n.props.filterOption;return"filterOption"in n.props?!0===a&&(a=i.bind(me(n))):a=i.bind(me(n)),!a||("function"==typeof a?a.call(me(n),e,t):!t.props.disabled)},n.timeoutFocus=function(){var e=n.props.onFocus;n.focusTimer&&n.clearFocusTime(),n.focusTimer=window.setTimeout(function(){e&&e()},10)},n.clearFocusTime=function(){n.focusTimer&&(clearTimeout(n.focusTimer),n.focusTimer=null)},n.clearBlurTime=function(){n.blurTimer&&(clearTimeout(n.blurTimer),n.blurTimer=null)},n.clearComboboxTime=function(){n.comboboxTimer&&(clearTimeout(n.comboboxTimer),n.comboboxTimer=null)},n.updateFocusClassName=function(){var e=n.rootRef,t=n.props;n._focused?b()(e).add("".concat(t.prefixCls,"-focused")):b()(e).remove("".concat(t.prefixCls,"-focused"))},n.maybeFocus=function(e,t){if(t||e){var i=n.getInputDOMNode(),r=document.activeElement;i&&(e||H(n.props))?r!==i&&(i.focus(),n._focused=!0):r!==n.selectionRef&&n.selectionRef&&(n.selectionRef.focus(),n._focused=!0)}},n.removeSelected=function(e,t){var i=n.props;if(!i.disabled&&!n.isChildDisabled(e)){t&&t.stopPropagation&&t.stopPropagation();var r=n.state.value.filter(function(t){return t!==e});if(F(i)){var o=e;i.labelInValue&&(o={key:e,label:n.getLabelBySingleValue(e)}),i.onDeselect&&i.onDeselect(o,n.getOptionBySingleValue(e))}n.fireChange(r)}},n.openIfHasChildren=function(){var e=n.props;(i.Children.count(e.children)||j(e))&&n.setOpenState(!0)},n.fireSelect=function(e){n.props.onSelect&&n.props.onSelect(n.getVLBySingleValue(e),n.getOptionBySingleValue(e))},n.fireChange=function(e){var t=n.props;"value"in t||n.setState({value:e},n.forcePopupAlign);var i=n.getVLForOnChange(e),r=n.getOptionsBySingleValue(e);t.onChange&&t.onChange(i,F(n.props)?r:r[0])},n.isChildDisabled=function(e){return Object(S.a)(n.props.children).some(function(t){return R(t)===e&&t.props&&t.props.disabled})},n.forcePopupAlign=function(){n.state.open&&n.selectTriggerRef&&n.selectTriggerRef.triggerRef&&n.selectTriggerRef.triggerRef.forcePopupAlign()},n.renderFilterOptions=function(){var e=n.state.inputValue,t=n.props,r=t.children,o=t.tags,a=t.notFoundContent,s=[],l=[],c=!1,u=n.renderFilterOptionsFromChildren(r,l,s);if(o){var d=n.state.value;(d=d.filter(function(t){return-1===l.indexOf(t)&&(!e||String(t).indexOf(String(e))>-1)})).sort(function(e,t){return e.length-t.length}),d.forEach(function(e){var t=e,n=i.createElement(C.b,{style:G,role:"option",attribute:q,value:t,key:t},t);u.push(n),s.push(n)}),e&&s.every(function(t){return R(t)!==e})&&u.unshift(i.createElement(C.b,{style:G,role:"option",attribute:q,value:e,key:e},e))}return!u.length&&a&&(c=!0,u=[i.createElement(C.b,{style:G,attribute:q,disabled:!0,role:"option",value:"NOT_FOUND",key:"NOT_FOUND"},a)]),{empty:c,options:u}},n.renderFilterOptionsFromChildren=function(e,t,r){var o=[],a=n.props,s=n.state.inputValue,l=a.tags;return i.Children.forEach(e,function(e){if(e){var a=e.type;if(a.isSelectOptGroup){var c=e.props.label,u=e.key;if(u||"string"!=typeof c?!c&&u&&(c=u):u=c,s&&n.filterOption(s,e)){var d=Object(S.a)(e.props.children).map(function(e){var t=R(e)||e.key;return i.createElement(C.b,he({key:t,value:t},e.props))});o.push(i.createElement(C.c,{key:u,title:c},d))}else{var h=n.renderFilterOptionsFromChildren(e.props.children,t,r);h.length&&o.push(i.createElement(C.c,{key:u,title:c},h))}}else{L()(a.isSelectOption,"the children of `Select` should be `Select.Option` or `Select.OptGroup`, "+"instead of `".concat(a.name||a.displayName||e.type,"`."));var p=R(e);if(function(e,t){if(!j(t)&&!function(e){return e.multiple}(t)&&"string"!=typeof e)throw new Error("Invalid `value` of type `".concat(typeof e,"` supplied to Option, ")+"expected `string` when `tags/combobox` is `true`.")}(p,n.props),n.filterOption(s,e)){var f=i.createElement(C.b,he({style:G,attribute:q,value:p,key:p,role:"option"},e.props));o.push(f),r.push(f)}l&&t.push(p)}}}),o},n.renderTopControlNode=function(){var e=n.state,t=e.open,r=e.inputValue,o=n.state.value,a=n.props,s=a.choiceTransitionName,l=a.prefixCls,c=a.maxTagTextLength,u=a.maxTagCount,d=a.showSearch,h=a.removeIcon,p=a.maxTagPlaceholder,f="".concat(l,"-selection__rendered"),m=null;if(j(a)){var g=null;if(o.length){var v=!1,_=1;d&&t?(v=!r)&&(_=.4):v=!0;var y=o[0],b=n.getOptionInfoBySingleValue(y),C=b.label,S=b.title;g=i.createElement("div",{key:"value",className:"".concat(l,"-selection-selected-value"),title:A(S||C),style:{display:v?"block":"none",opacity:_}},C)}m=d?[g,i.createElement("div",{className:"".concat(l,"-search ").concat(l,"-search--inline"),key:"input",style:{display:t?"block":"none"}},n.getInputElement())]:[g]}else{var x,M=[],E=o;if(void 0!==u&&o.length>u){E=E.slice(0,u);var T=n.getVLForOnChange(o.slice(u,o.length)),L="+ ".concat(o.length-u," ...");p&&(L="function"==typeof p?p(T):p),x=i.createElement("li",he({style:G},q,{role:"presentation",onMouseDown:B,className:"".concat(l,"-selection__choice ").concat(l,"-selection__choice__disabled"),key:"maxTagPlaceholder",title:A(L)}),i.createElement("div",{className:"".concat(l,"-selection__choice__content")},L))}F(a)&&(M=E.map(function(e){var t=n.getOptionInfoBySingleValue(e),r=t.label,o=t.title||r;c&&"string"==typeof r&&r.length>c&&(r="".concat(r.slice(0,c),"..."));var a=n.isChildDisabled(e),s=a?"".concat(l,"-selection__choice ").concat(l,"-selection__choice__disabled"):"".concat(l,"-selection__choice");return i.createElement("li",he({style:G},q,{onMouseDown:B,className:s,role:"presentation",key:e||ve,title:A(o)}),i.createElement("div",{className:"".concat(l,"-selection__choice__content")},r),a?null:i.createElement("span",{onClick:function(t){n.removeSelected(e,t)},className:"".concat(l,"-selection__choice__remove")},h||i.createElement("i",{className:"".concat(l,"-selection__choice__remove-icon")},"×")))})),x&&M.push(x),M.push(i.createElement("li",{className:"".concat(l,"-search ").concat(l,"-search--inline"),key:"__input"},n.getInputElement())),m=F(a)&&s?i.createElement(w.a,{onLeave:n.onChoiceAnimationLeave,component:"ul",transitionName:s},M):i.createElement("ul",null,M)}return i.createElement("div",{className:f,ref:n.saveTopCtrlRef},n.getPlaceholderElement(),m)};var r=t.getOptionsInfoFromProps(e);if(e.tags&&"function"!=typeof e.filterOption){var o=Object.keys(r).some(function(e){return r[e].disabled});L()(!o,"Please avoid setting option to disabled in tags mode since user can always type text as tag.")}return n.state={value:t.getValueFromProps(e,!0),inputValue:e.combobox?t.getInputValueForCombobox(e,r,!0):"",open:e.defaultOpen,optionsInfo:r,backfillValue:"",skipBuildOptionsInfo:!0,ariaId:""},n.saveInputRef=X(me(n),"inputRef"),n.saveInputMirrorRef=X(me(n),"inputMirrorRef"),n.saveTopCtrlRef=X(me(n),"topCtrlRef"),n.saveSelectTriggerRef=X(me(n),"selectTriggerRef"),n.saveRootRef=X(me(n),"rootRef"),n.saveSelectionRef=X(me(n),"selectionRef"),n}var n,r,o;return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&ge(e,t)}(t,i["Component"]),n=t,(r=[{key:"componentDidMount",value:function(){var e;(this.props.autoFocus||this.state.open)&&this.focus(),this.setState({ariaId:(e=(new Date).getTime(),"xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g,function(t){var n=(e+16*Math.random())%16|0;return e=Math.floor(e/16),("x"===t?n:7&n|8).toString(16)}))})}},{key:"componentDidUpdate",value:function(){if(F(this.props)){var e=this.getInputDOMNode(),t=this.getInputMirrorDOMNode();e&&e.value&&t?(e.style.width="",e.style.width="".concat(t.clientWidth,"px")):e&&(e.style.width="")}this.forcePopupAlign()}},{key:"componentWillUnmount",value:function(){this.clearFocusTime(),this.clearBlurTime(),this.clearComboboxTime(),this.dropdownContainer&&(M.unmountComponentAtNode(this.dropdownContainer),document.body.removeChild(this.dropdownContainer),this.dropdownContainer=null)}},{key:"focus",value:function(){j(this.props)&&this.selectionRef?this.selectionRef.focus():this.getInputDOMNode()&&this.getInputDOMNode().focus()}},{key:"blur",value:function(){j(this.props)&&this.selectionRef?this.selectionRef.blur():this.getInputDOMNode()&&this.getInputDOMNode().blur()}},{key:"renderArrow",value:function(e){var t=this.props,n=t.showArrow,r=void 0===n?!e:n,o=t.loading,a=t.inputIcon,s=t.prefixCls;if(!r&&!o)return null;var l=o?i.createElement("i",{className:"".concat(s,"-arrow-loading")}):i.createElement("i",{className:"".concat(s,"-arrow-icon")});return i.createElement("span",he({key:"arrow",className:"".concat(s,"-arrow"),style:G},q,{onClick:this.onArrowClick}),a||l)}},{key:"renderClear",value:function(){var e=this.props,t=e.prefixCls,n=e.allowClear,r=e.clearIcon,o=this.state.inputValue,a=this.state.value,s=i.createElement("span",he({key:"clear",className:"".concat(t,"-selection__clear"),onMouseDown:B,style:G},q,{onClick:this.onClearSelection}),r||i.createElement("i",{className:"".concat(t,"-selection__clear-icon")},"×"));return n?z(this.props)?o?s:null:o||a.length?s:null:null}},{key:"render",value:function(){var e,t=this.props,n=F(t),r=t.showArrow,o=void 0===r||r,a=this.state,s=t.className,l=t.disabled,c=t.prefixCls,u=t.loading,d=this.renderTopControlNode(),h=this.state,p=h.open,f=h.ariaId;if(p){var m=this.renderFilterOptions();this._empty=m.empty,this._options=m.options}var g=this.getRealOpenState(),v=this._empty,y=this._options||[],b={};Object.keys(t).forEach(function(e){!Object.prototype.hasOwnProperty.call(t,e)||"data-"!==e.substr(0,5)&&"aria-"!==e.substr(0,5)&&"role"!==e||(b[e]=t[e])});var w=he({},b);H(t)||(w=he({},w,{onKeyDown:this.onKeyDown,tabIndex:t.disabled?-1:t.tabIndex}));var C=(de(e={},s,!!s),de(e,c,1),de(e,"".concat(c,"-open"),p),de(e,"".concat(c,"-focused"),p||!!this._focused),de(e,"".concat(c,"-combobox"),z(t)),de(e,"".concat(c,"-disabled"),l),de(e,"".concat(c,"-enabled"),!l),de(e,"".concat(c,"-allow-clear"),!!t.allowClear),de(e,"".concat(c,"-no-arrow"),!o),de(e,"".concat(c,"-loading"),!!u),e);return i.createElement(ue,{onPopupFocus:this.onPopupFocus,onMouseEnter:this.props.onMouseEnter,onMouseLeave:this.props.onMouseLeave,dropdownAlign:t.dropdownAlign,dropdownClassName:t.dropdownClassName,dropdownMatchSelectWidth:t.dropdownMatchSelectWidth,defaultActiveFirstOption:t.defaultActiveFirstOption,dropdownMenuStyle:t.dropdownMenuStyle,transitionName:t.transitionName,animation:t.animation,prefixCls:t.prefixCls,dropdownStyle:t.dropdownStyle,combobox:t.combobox,showSearch:t.showSearch,options:y,empty:v,multiple:n,disabled:l,visible:g,inputValue:a.inputValue,value:a.value,backfillValue:a.backfillValue,firstActiveValue:t.firstActiveValue,onDropdownVisibleChange:this.onDropdownVisibleChange,getPopupContainer:t.getPopupContainer,onMenuSelect:this.onMenuSelect,onMenuDeselect:this.onMenuDeselect,onPopupScroll:t.onPopupScroll,showAction:t.showAction,ref:this.saveSelectTriggerRef,menuItemSelectedIcon:t.menuItemSelectedIcon,dropdownRender:t.dropdownRender,ariaId:f},i.createElement("div",{id:t.id,style:t.style,ref:this.saveRootRef,onBlur:this.onOuterBlur,onFocus:this.onOuterFocus,className:_()(C),onMouseDown:this.markMouseDown,onMouseUp:this.markMouseLeave,onMouseOut:this.markMouseLeave},i.createElement("div",he({ref:this.saveSelectionRef,key:"selection",className:"".concat(c,"-selection\n ").concat(c,"-selection--").concat(n?"multiple":"single"),role:"combobox","aria-autocomplete":"list","aria-haspopup":"true","aria-controls":f,"aria-expanded":g},w),d,this.renderClear(),this.renderArrow(!!n))))}}])&&pe(n.prototype,r),o&&pe(n,o),t}();be.propTypes=g,be.defaultProps={prefixCls:"rc-select",defaultOpen:!1,labelInValue:!1,defaultActiveFirstOption:!0,showSearch:!0,allowClear:!1,placeholder:"",onChange:_e,onFocus:_e,onBlur:_e,onSelect:_e,onSearch:_e,onDeselect:_e,onInputKeyDown:_e,dropdownMatchSelectWidth:!0,dropdownStyle:{},dropdownMenuStyle:{},optionFilterProp:"value",optionLabelProp:"value",notFoundContent:"Not Found",backfill:!1,showAction:["click"],tokenSeparators:[],autoClearSearchValue:!0,tabIndex:0,dropdownRender:function(e){return e}},be.getDerivedStateFromProps=function(e,t){var n=t.skipBuildOptionsInfo?t.optionsInfo:be.getOptionsInfoFromProps(e,t),i={optionsInfo:n,skipBuildOptionsInfo:!1};if("open"in e&&(i.open=e.open),"value"in e){var r=be.getValueFromProps(e);i.value=r,e.combobox&&(i.inputValue=be.getInputValueForCombobox(e,n))}return i},be.getOptionsFromChildren=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:[];return i.Children.forEach(e,function(e){e&&(e.type.isSelectOptGroup?be.getOptionsFromChildren(e.props.children,t):t.push(e))}),t},be.getInputValueForCombobox=function(e,t,n){var i=[];if("value"in e&&!n&&(i=V(e.value)),"defaultValue"in e&&n&&(i=V(e.defaultValue)),!i.length)return"";var r=i=i[0];return e.labelInValue?r=i.label:t[W(i)]&&(r=t[W(i)].label),void 0===r&&(r=""),r},be.getLabelFromOption=function(e,t){return P(t,e.optionLabelProp)},be.getOptionsInfoFromProps=function(e,t){var n=be.getOptionsFromChildren(e.children),i={};if(n.forEach(function(t){var n=R(t);i[W(n)]={option:t,value:n,label:be.getLabelFromOption(e,t),title:t.props.title,disabled:t.props.disabled}}),t){var r=t.optionsInfo,o=t.value;o&&o.forEach(function(e){var t=W(e);i[t]||void 0===r[t]||(i[t]=r[t])})}return i},be.getValueFromProps=function(e,t){var n=[];return"value"in e&&!t&&(n=V(e.value)),"defaultValue"in e&&t&&(n=V(e.defaultValue)),e.labelInValue&&(n=n.map(function(e){return e.key})),n},be.displayName="Select",Object(E.polyfill)(be);var we=be;we.Option=p,we.OptGroup=c;var Ce=we,Se=n("wEI+"),xe=n("BGR+"),Me=n("6CfX"),Ee=n("CtXQ"),Te=n("CWQg");function Le(e){return(Le="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function Oe(){return(Oe=Object.assign||function(e){for(var t=1;t=e.length&&(e=void 0),{value:e&&e[n++],done:!e}}}}function s(e,t){var n="function"==typeof Symbol&&e[Symbol.iterator];if(!n)return e;var i,r,o=n.call(e),a=[];try{for(;(void 0===t||t-- >0)&&!(i=o.next()).done;)a.push(i.value)}catch(e){r={error:e}}finally{try{i&&!i.done&&(n=o.return)&&n.call(o)}finally{if(r)throw r.error}}return a}var l="An invariant failed, however the error is obfuscated because this is an production build.",c=[];Object.freeze(c);var u={};function d(){return++xe.mobxGuid}function h(e){throw p(!1,e),"X"}function p(e,t){if(!e)throw new Error("[mobx] "+(t||l))}Object.freeze(u);function f(e){var t=!1;return function(){if(!t)return t=!0,e.apply(this,arguments)}}var m=function(){};function g(e){return null!==e&&"object"==typeof e}function v(e){if(null===e||"object"!=typeof e)return!1;var t=Object.getPrototypeOf(e);return t===Object.prototype||null===t}function _(e,t,n){Object.defineProperty(e,t,{enumerable:!1,writable:!0,configurable:!0,value:n})}function y(e,t){var n="isMobX"+e;return t.prototype[n]=!0,function(e){return g(e)&&!0===e[n]}}function b(e){return e instanceof Map}function w(e){return e instanceof Set}function C(e){var t=new Set;for(var n in e)t.add(n);return Object.getOwnPropertySymbols(e).forEach(function(n){Object.getOwnPropertyDescriptor(e,n).enumerable&&t.add(n)}),Array.from(t)}function S(e){return e&&e.toString?e.toString():new String(e).toString()}function x(e){return null===e?null:"object"==typeof e?""+e:e}var M=Symbol("mobx administration"),E=function(){function e(e){void 0===e&&(e="Atom@"+d()),this.name=e,this.isPendingUnobservation=!1,this.isBeingObserved=!1,this.observers=new Set,this.diffValue=0,this.lastAccessedBy=0,this.lowestObserverState=ae.NOT_TRACKING}return e.prototype.onBecomeObserved=function(){this.onBecomeObservedListeners&&this.onBecomeObservedListeners.forEach(function(e){return e()})},e.prototype.onBecomeUnobserved=function(){this.onBecomeUnobservedListeners&&this.onBecomeUnobservedListeners.forEach(function(e){return e()})},e.prototype.reportObserved=function(){return Ie(this)},e.prototype.reportChanged=function(){Oe(),function(e){if(e.lowestObserverState===ae.STALE)return;e.lowestObserverState=ae.STALE,e.observers.forEach(function(t){t.dependenciesState===ae.UP_TO_DATE&&(t.isTracing!==se.NONE&&De(t,e),t.onBecomeStale()),t.dependenciesState=ae.STALE})}(this),ke()},e.prototype.toString=function(){return this.name},e}(),T=y("Atom",E);function L(e,t,n){void 0===t&&(t=m),void 0===n&&(n=m);var i,r=new E(e);return t!==m&&Xe("onBecomeObserved",r,t,i),n!==m&&function(e,t,n){Xe("onBecomeUnobserved",e,t,n)}(r,n),r}var O={identity:function(e,t){return e===t},structural:function(e,t){return Wt(e,t)},default:function(e,t){return Object.is(e,t)}},k=Symbol("mobx did run lazy initializers"),I=Symbol("mobx pending decorators"),D={},N={};function A(e,t){var n=t?D:N;return n[e]||(n[e]={configurable:!0,enumerable:t,get:function(){return R(this),this[e]},set:function(t){R(this),this[e]=t}})}function R(e){if(!0!==e[k]){var t=e[I];if(t)for(var n in _(e,k,!0),t){var i=t[n];i.propertyCreator(e,i.prop,i.descriptor,i.decoratorTarget,i.decoratorArguments)}}}function P(e,t){return function(){var n,i=function(i,r,a,s){if(!0===s)return t(i,r,a,i,n),null;if(!Object.prototype.hasOwnProperty.call(i,I)){var l=i[I];_(i,I,o({},l))}return i[I][r]={prop:r,propertyCreator:t,descriptor:a,decoratorTarget:i,decoratorArguments:n},A(r,e)};return z(arguments)?(n=c,i.apply(null,arguments)):(n=Array.prototype.slice.call(arguments),i)}}function z(e){return(2===e.length||3===e.length)&&"string"==typeof e[1]||4===e.length&&!0===e[3]}function F(e,t,n){return at(e)?e:Array.isArray(e)?X.array(e,{name:n}):v(e)?X.object(e,void 0,{name:n}):b(e)?X.map(e,{name:n}):w(e)?X.set(e,{name:n}):e}function H(e){return e}function j(t){p(t);var n=P(!0,function(e,n,i,r,o){var a=i?i.initializer?i.initializer.call(e):i.value:void 0;Nt(e).addObservableProp(n,a,t)}),i=(void 0!==e&&e.env,n);return i.enhancer=t,i}var V={deep:!0,name:void 0,defaultDecorator:void 0,proxy:!0};function W(e){return null==e?V:"string"==typeof e?{name:e,deep:!0,proxy:!0}:e}Object.freeze(V);var B=j(F),U=j(function(e,t,n){return null==e?e:Ft(e)||xt(e)||Lt(e)||It(e)?e:Array.isArray(e)?X.array(e,{name:n,deep:!1}):v(e)?X.object(e,void 0,{name:n,deep:!1}):b(e)?X.map(e,{name:n,deep:!1}):w(e)?X.set(e,{name:n,deep:!1}):h(!1)}),Y=j(H),G=j(function(e,t,n){return Wt(e,t)?t:e});function q(e){return e.defaultDecorator?e.defaultDecorator.enhancer:!1===e.deep?H:F}var K={box:function(e,t){arguments.length>2&&$("box");var n=W(t);return new le(e,q(n),n.name,!0,n.equals)},array:function(e,t){arguments.length>2&&$("array");var n=W(t);return yt(e,q(n),n.name)},map:function(e,t){arguments.length>2&&$("map");var n=W(t);return new Tt(e,q(n),n.name)},set:function(e,t){arguments.length>2&&$("set");var n=W(t);return new kt(e,q(n),n.name)},object:function(e,t,n){"string"==typeof arguments[1]&&$("object");var i=W(n);if(!1===i.proxy)return Ze({},e,t,i);var r=Je(i),o=Ze({},void 0,void 0,i),a=dt(o);return Qe(a,e,t,r),a},ref:Y,shallow:U,deep:B,struct:G},X=function(e,t,n){if("string"==typeof arguments[1])return B.apply(null,arguments);if(at(e))return e;var i=v(e)?X.object(e,t,n):Array.isArray(e)?X.array(e,t):b(e)?X.map(e,t):w(e)?X.set(e,t):e;if(i!==e)return i;h(!1)};function $(e){h("Expected one or two arguments to observable."+e+". Did you accidentally try to use observable."+e+" as decorator?")}Object.keys(K).forEach(function(e){return X[e]=K[e]});var Z=P(!1,function(e,t,n,i,r){var a=n.get,s=n.set,l=r[0]||{};Nt(e).addComputedProp(e,t,o({get:a,set:s,context:e},l))}),J=Z({equals:O.structural}),Q=function(e,t,n){if("string"==typeof t)return Z.apply(null,arguments);if(null!==e&&"object"==typeof e&&1===arguments.length)return Z.apply(null,arguments);var i="object"==typeof t?t:{};return i.get=e,i.set="function"==typeof t?t:i.set,i.name=i.name||e.name||"",new ce(i)};function ee(e,t,n){var i=function(){return te(e,t,n||this,arguments)};return i.isMobxAction=!0,i}function te(e,t,n,i){var r=function(e,t,n,i){var r=!1,o=0;var a=_e();Oe();var s=re(!0);return{prevDerivation:a,prevAllowStateChanges:s,notifySpy:r,startTime:o}}(),o=!0;try{var a=t.apply(n,i);return o=!1,a}finally{o?(xe.suppressReactionErrors=o,ne(r),xe.suppressReactionErrors=!1):ne(r)}}function ne(e){oe(e.prevAllowStateChanges),ke(),ye(e.prevDerivation),e.notifySpy}function ie(e,t){var n,i=re(e);try{n=t()}finally{oe(i)}return n}function re(e){var t=xe.allowStateChanges;return xe.allowStateChanges=e,t}function oe(e){xe.allowStateChanges=e}Q.struct=J;var ae,se,le=function(e){function t(t,n,i,r,o){void 0===i&&(i="ObservableValue@"+d()),void 0===r&&(r=!0),void 0===o&&(o=O.default);var a=e.call(this,i)||this;return a.enhancer=n,a.name=i,a.equals=o,a.hasUnreportedChange=!1,a.value=n(t,void 0,i),a}return function(e,t){function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}(t,e),t.prototype.dehanceValue=function(e){return void 0!==this.dehancer?this.dehancer(e):e},t.prototype.set=function(e){this.value;if((e=this.prepareNewValue(e))!==xe.UNCHANGED){0,this.setNewValue(e)}},t.prototype.prepareNewValue=function(e){if(fe(this),ht(this)){var t=ft(this,{object:this,type:"update",newValue:e});if(!t)return xe.UNCHANGED;e=t.newValue}return e=this.enhancer(e,this.value,this.name),this.equals(this.value,e)?xe.UNCHANGED:e},t.prototype.setNewValue=function(e){var t=this.value;this.value=e,this.reportChanged(),mt(this)&&vt(this,{type:"update",object:this,newValue:e,oldValue:t})},t.prototype.get=function(){return this.reportObserved(),this.dehanceValue(this.value)},t.prototype.intercept=function(e){return pt(this,e)},t.prototype.observe=function(e,t){return t&&e({object:this,type:"update",newValue:this.value,oldValue:void 0}),gt(this,e)},t.prototype.toJSON=function(){return this.get()},t.prototype.toString=function(){return this.name+"["+this.value+"]"},t.prototype.valueOf=function(){return x(this.get())},t.prototype[Symbol.toPrimitive]=function(){return this.valueOf()},t}(E),ce=(y("ObservableValue",le),function(){function e(e){this.dependenciesState=ae.NOT_TRACKING,this.observing=[],this.newObserving=null,this.isBeingObserved=!1,this.isPendingUnobservation=!1,this.observers=new Set,this.diffValue=0,this.runId=0,this.lastAccessedBy=0,this.lowestObserverState=ae.UP_TO_DATE,this.unboundDepsCount=0,this.__mapid="#"+d(),this.value=new de(null),this.isComputing=!1,this.isRunningSetter=!1,this.isTracing=se.NONE,this.derivation=e.get,this.name=e.name||"ComputedValue@"+d(),e.set&&(this.setter=ee(this.name+"-setter",e.set)),this.equals=e.equals||(e.compareStructural||e.struct?O.structural:O.default),this.scope=e.context,this.requiresReaction=!!e.requiresReaction,this.keepAlive=!!e.keepAlive}return e.prototype.onBecomeStale=function(){!function(e){if(e.lowestObserverState!==ae.UP_TO_DATE)return;e.lowestObserverState=ae.POSSIBLY_STALE,e.observers.forEach(function(t){t.dependenciesState===ae.UP_TO_DATE&&(t.dependenciesState=ae.POSSIBLY_STALE,t.isTracing!==se.NONE&&De(t,e),t.onBecomeStale())})}(this)},e.prototype.onBecomeObserved=function(){this.onBecomeObservedListeners&&this.onBecomeObservedListeners.forEach(function(e){return e()})},e.prototype.onBecomeUnobserved=function(){this.onBecomeUnobservedListeners&&this.onBecomeUnobservedListeners.forEach(function(e){return e()})},e.prototype.get=function(){this.isComputing&&h("Cycle detected in computation "+this.name+": "+this.derivation),0!==xe.inBatch||0!==this.observers.size||this.keepAlive?(Ie(this),pe(this)&&this.trackAndCompute()&&function(e){if(e.lowestObserverState===ae.STALE)return;e.lowestObserverState=ae.STALE,e.observers.forEach(function(t){t.dependenciesState===ae.POSSIBLY_STALE?t.dependenciesState=ae.STALE:t.dependenciesState===ae.UP_TO_DATE&&(e.lowestObserverState=ae.UP_TO_DATE)})}(this)):pe(this)&&(this.warnAboutUntrackedRead(),Oe(),this.value=this.computeValue(!1),ke());var e=this.value;if(he(e))throw e.cause;return e},e.prototype.peek=function(){var e=this.computeValue(!1);if(he(e))throw e.cause;return e},e.prototype.set=function(e){if(this.setter){p(!this.isRunningSetter,"The setter of computed value '"+this.name+"' is trying to update itself. Did you intend to update an _observable_ value, instead of the computed property?"),this.isRunningSetter=!0;try{this.setter.call(this.scope,e)}finally{this.isRunningSetter=!1}}else p(!1,!1)},e.prototype.trackAndCompute=function(){var e=this.value,t=this.dependenciesState===ae.NOT_TRACKING,n=this.computeValue(!0),i=t||he(e)||he(n)||!this.equals(e,n);return i&&(this.value=n),i},e.prototype.computeValue=function(e){var t;if(this.isComputing=!0,xe.computationDepth++,e)t=me(this,this.derivation,this.scope);else if(!0===xe.disableErrorBoundaries)t=this.derivation.call(this.scope);else try{t=this.derivation.call(this.scope)}catch(e){t=new de(e)}return xe.computationDepth--,this.isComputing=!1,t},e.prototype.suspend=function(){this.keepAlive||(ge(this),this.value=void 0)},e.prototype.observe=function(e,t){var n=this,i=!0,r=void 0;return Ge(function(){var o=n.get();if(!i||t){var a=_e();e({type:"update",object:n,newValue:o,oldValue:r}),ye(a)}i=!1,r=o})},e.prototype.warnAboutUntrackedRead=function(){},e.prototype.toJSON=function(){return this.get()},e.prototype.toString=function(){return this.name+"["+this.derivation.toString()+"]"},e.prototype.valueOf=function(){return x(this.get())},e.prototype[Symbol.toPrimitive]=function(){return this.valueOf()},e}()),ue=y("ComputedValue",ce);!function(e){e[e.NOT_TRACKING=-1]="NOT_TRACKING",e[e.UP_TO_DATE=0]="UP_TO_DATE",e[e.POSSIBLY_STALE=1]="POSSIBLY_STALE",e[e.STALE=2]="STALE"}(ae||(ae={})),function(e){e[e.NONE=0]="NONE",e[e.LOG=1]="LOG",e[e.BREAK=2]="BREAK"}(se||(se={}));var de=function(e){this.cause=e};function he(e){return e instanceof de}function pe(e){switch(e.dependenciesState){case ae.UP_TO_DATE:return!1;case ae.NOT_TRACKING:case ae.STALE:return!0;case ae.POSSIBLY_STALE:for(var t=_e(),n=e.observing,i=n.length,r=0;r0;xe.computationDepth>0&&t&&h(!1),xe.allowStateChanges||!t&&"strict"!==xe.enforceActions||h(!1)}function me(e,t,n){be(e),e.newObserving=new Array(e.observing.length+100),e.unboundDepsCount=0,e.runId=++xe.runId;var i,r=xe.trackingDerivation;if(xe.trackingDerivation=e,!0===xe.disableErrorBoundaries)i=t.call(n);else try{i=t.call(n)}catch(e){i=new de(e)}return xe.trackingDerivation=r,function(e){for(var t=e.observing,n=e.observing=e.newObserving,i=ae.UP_TO_DATE,r=0,o=e.unboundDepsCount,a=0;ai&&(i=s.dependenciesState)}n.length=r,e.newObserving=null,o=t.length;for(;o--;){var s=t[o];0===s.diffValue&&Te(s,e),s.diffValue=0}for(;r--;){var s=n[r];1===s.diffValue&&(s.diffValue=0,Ee(s,e))}i!==ae.UP_TO_DATE&&(e.dependenciesState=i,e.onBecomeStale())}(e),i}function ge(e){var t=e.observing;e.observing=[];for(var n=t.length;n--;)Te(t[n],e);e.dependenciesState=ae.NOT_TRACKING}function ve(e){var t=_e();try{return e()}finally{ye(t)}}function _e(){var e=xe.trackingDerivation;return xe.trackingDerivation=null,e}function ye(e){xe.trackingDerivation=e}function be(e){if(e.dependenciesState!==ae.UP_TO_DATE){e.dependenciesState=ae.UP_TO_DATE;for(var t=e.observing,n=t.length;n--;)t[n].lowestObserverState=ae.UP_TO_DATE}}var we=function(){this.version=5,this.UNCHANGED={},this.trackingDerivation=null,this.computationDepth=0,this.runId=0,this.mobxGuid=0,this.inBatch=0,this.pendingUnobservations=[],this.pendingReactions=[],this.isRunningReactions=!1,this.allowStateChanges=!0,this.enforceActions=!1,this.spyListeners=[],this.globalReactionErrorHandlers=[],this.computedRequiresReaction=!1,this.computedConfigurable=!1,this.disableErrorBoundaries=!1,this.suppressReactionErrors=!1},Ce=!0,Se=!1,xe=function(){var e=Me();return e.__mobxInstanceCount>0&&!e.__mobxGlobals&&(Ce=!1),e.__mobxGlobals&&e.__mobxGlobals.version!==(new we).version&&(Ce=!1),Ce?e.__mobxGlobals?(e.__mobxInstanceCount+=1,e.__mobxGlobals.UNCHANGED||(e.__mobxGlobals.UNCHANGED={}),e.__mobxGlobals):(e.__mobxInstanceCount=1,e.__mobxGlobals=new we):(setTimeout(function(){Se||h("There are multiple, different versions of MobX active. Make sure MobX is loaded only once or use `configure({ isolateGlobalState: true })`")},1),new we)}();function Me(){return"undefined"!=typeof window?window:i}function Ee(e,t){e.observers.add(t),e.lowestObserverState>t.dependenciesState&&(e.lowestObserverState=t.dependenciesState)}function Te(e,t){e.observers.delete(t),0===e.observers.size&&Le(e)}function Le(e){!1===e.isPendingUnobservation&&(e.isPendingUnobservation=!0,xe.pendingUnobservations.push(e))}function Oe(){xe.inBatch++}function ke(){if(0==--xe.inBatch){Pe();for(var e=xe.pendingUnobservations,t=0;t0&&Le(e),!1)}function De(e,t){if(console.log("[mobx.trace] '"+e.name+"' is invalidated due to a change in: '"+t.name+"'"),e.isTracing===se.BREAK){var n=[];!function e(t,n,i){if(n.length>=1e3)return void n.push("(and many more)");n.push(""+new Array(i).join("\t")+t.name);t.dependencies&&t.dependencies.forEach(function(t){return e(t,n,i+1)})}(et(e),n,1),new Function("debugger;\n/*\nTracing '"+e.name+"'\n\nYou are entering this break point because derivation '"+e.name+"' is being traced and '"+t.name+"' is now forcing it to update.\nJust follow the stacktrace you should now see in the devtools to see precisely what piece of your code is causing this update\nThe stackframe you are looking for is at least ~6-8 stack-frames up.\n\n"+(e instanceof ce?e.derivation.toString().replace(/[*]\//g,"/"):"")+"\n\nThe dependencies for this derivation are:\n\n"+n.join("\n")+"\n*/\n ")()}}var Ne=function(){function e(e,t,n){void 0===e&&(e="Reaction@"+d()),this.name=e,this.onInvalidate=t,this.errorHandler=n,this.observing=[],this.newObserving=[],this.dependenciesState=ae.NOT_TRACKING,this.diffValue=0,this.runId=0,this.unboundDepsCount=0,this.__mapid="#"+d(),this.isDisposed=!1,this._isScheduled=!1,this._isTrackPending=!1,this._isRunning=!1,this.isTracing=se.NONE}return e.prototype.onBecomeStale=function(){this.schedule()},e.prototype.schedule=function(){this._isScheduled||(this._isScheduled=!0,xe.pendingReactions.push(this),Pe())},e.prototype.isScheduled=function(){return this._isScheduled},e.prototype.runReaction=function(){if(!this.isDisposed){if(Oe(),this._isScheduled=!1,pe(this)){this._isTrackPending=!0;try{this.onInvalidate(),this._isTrackPending}catch(e){this.reportExceptionInDerivation(e)}}ke()}},e.prototype.track=function(e){if(!this.isDisposed){Oe();0,this._isRunning=!0;var t=me(this,e,void 0);this._isRunning=!1,this._isTrackPending=!1,this.isDisposed&&ge(this),he(t)&&this.reportExceptionInDerivation(t.cause),ke()}},e.prototype.reportExceptionInDerivation=function(e){var t=this;if(this.errorHandler)this.errorHandler(e,this);else{if(xe.disableErrorBoundaries)throw e;var n="[mobx] Encountered an uncaught exception that was thrown by a reaction or observer component, in: '"+this+"'";xe.suppressReactionErrors?console.warn("[mobx] (error in reaction '"+this.name+"' suppressed, fix error of causing action below)"):console.error(n,e),xe.globalReactionErrorHandlers.forEach(function(n){return n(e,t)})}},e.prototype.dispose=function(){this.isDisposed||(this.isDisposed=!0,this._isRunning||(Oe(),ge(this),ke()))},e.prototype.getDisposer=function(){var e=this.dispose.bind(this);return e[M]=this,e},e.prototype.toString=function(){return"Reaction["+this.name+"]"},e.prototype.trace=function(e){void 0===e&&(e=!1),function(){for(var e=[],t=0;t0||xe.isRunningReactions||Re(ze)}function ze(){xe.isRunningReactions=!0;for(var e=xe.pendingReactions,t=0;e.length>0;){++t===Ae&&(console.error("Reaction doesn't converge to a stable state after "+Ae+" iterations. Probably there is a cycle in the reactive function: "+e[0]),e.splice(0));for(var n=e.splice(0),i=0,r=n.length;i",e):2===arguments.length&&"function"==typeof t?ee(e,t):1===arguments.length&&"string"==typeof e?We(e):!0!==i?We(t).apply(null,arguments):void _(e,t,ee(e.name||t,n.value,this))};function Ye(e,t,n){_(e,t,ee(t,n.bind(e)))}function Ge(e,t){void 0===t&&(t=u);var n,i=t&&t.name||e.name||"Autorun@"+d();if(!t.scheduler&&!t.delay)n=new Ne(i,function(){this.track(a)},t.onError);else{var r=Ke(t),o=!1;n=new Ne(i,function(){o||(o=!0,r(function(){o=!1,n.isDisposed||n.track(a)}))},t.onError)}function a(){e(n)}return n.schedule(),n.getDisposer()}Ue.bound=function(e,t,n,i){return!0===i?(Ye(e,t,n.value),null):n?{configurable:!0,enumerable:!1,get:function(){return Ye(this,t,n.value||n.initializer.call(this)),this[t]},set:Ve}:{enumerable:!1,configurable:!0,set:function(e){Ye(this,t,e)},get:function(){}}};var qe=function(e){return e()};function Ke(e){return e.scheduler?e.scheduler:e.delay?function(t){return setTimeout(t,e.delay)}:qe}function Xe(e,t,n,i){var r="string"==typeof n?Ht(t,n):Ht(t),o="string"==typeof n?i:n,a=e+"Listeners";return r[a]?r[a].add(o):r[a]=new Set([o]),"function"!=typeof r[e]?h(!1):function(){var e=r[a];e&&(e.delete(o),0===e.size&&delete r[a])}}function $e(e){var t=e.enforceActions,n=e.computedRequiresReaction,i=e.computedConfigurable,r=e.disableErrorBoundaries,o=e.reactionScheduler;if(!0===e.isolateGlobalState&&((xe.pendingReactions.length||xe.inBatch||xe.isRunningReactions)&&h("isolateGlobalState should be called before MobX is running any reactions"),Se=!0,Ce&&(0==--Me().__mobxInstanceCount&&(Me().__mobxGlobals=void 0),xe=new we)),void 0!==t){var a=void 0;switch(t){case!0:case"observed":a=!0;break;case!1:case"never":a=!1;break;case"strict":case"always":a="strict";break;default:h("Invalid value for 'enforceActions': '"+t+"', expected 'never', 'always' or 'observed'")}xe.enforceActions=a,xe.allowStateChanges=!0!==a&&"strict"!==a}void 0!==n&&(xe.computedRequiresReaction=!!n),void 0!==i&&(xe.computedConfigurable=!!i),void 0!==r&&(!0===r&&console.warn("WARNING: Debug feature only. MobX will NOT recover from errors when `disableErrorBoundaries` is enabled."),xe.disableErrorBoundaries=!!r),o&&He(o)}function Ze(e,t,n,i){var r=Je(i=W(i));return R(e),Nt(e,i.name,r.enhancer),t&&Qe(e,t,n,r),e}function Je(e){return e.defaultDecorator||(!1===e.deep?Y:B)}function Qe(e,t,n,i){var r,o;Oe();try{var s=C(t);try{for(var l=a(s),c=l.next();!c.done;c=l.next()){var u=c.value,d=Object.getOwnPropertyDescriptor(t,u);0;var h=(n&&u in n?n[u]:d.get?Z:i)(e,u,d,!0);h&&Object.defineProperty(e,u,h)}}catch(e){r={error:e}}finally{try{c&&!c.done&&(o=l.return)&&o.call(l)}finally{if(r)throw r.error}}}finally{ke()}}function et(e,t){return tt(Ht(e,t))}function tt(e){var t,n,i={name:e.name};return e.observing&&e.observing.length>0&&(i.dependencies=(t=e.observing,n=[],t.forEach(function(e){-1===n.indexOf(e)&&n.push(e)}),n).map(tt)),i}var nt=0;function it(e){1!==arguments.length&&h("Flow expects one 1 argument and cannot be used as decorator");var t=e.name||"";return function(){var n,i=this,r=arguments,o=++nt,a=Ue(t+" - runid: "+o+" - init",e).apply(i,r),s=void 0,l=new Promise(function(e,i){var r=0;function l(e){var n;s=void 0;try{n=Ue(t+" - runid: "+o+" - yield "+r++,a.next).call(a,e)}catch(e){return i(e)}u(n)}function c(e){var n;s=void 0;try{n=Ue(t+" - runid: "+o+" - yield "+r++,a.throw).call(a,e)}catch(e){return i(e)}u(n)}function u(t){if(!t||"function"!=typeof t.then)return t.done?e(t.value):(s=Promise.resolve(t.value)).then(l,c);t.then(u,i)}n=i,l(void 0)});return l.cancel=Ue(t+" - runid: "+o+" - cancel",function(){try{s&&rt(s);var e=a.return(),t=Promise.resolve(e.value);t.then(m,m),rt(t),n(new Error("FLOW_CANCELLED"))}catch(e){n(e)}}),l}}function rt(e){"function"==typeof e.cancel&&e.cancel()}function ot(e,t){return null!=e&&(void 0!==t?!!Ft(e)&&e[M].values.has(t):Ft(e)||!!e[M]||T(e)||Fe(e)||ue(e))}function at(e){return 1!==arguments.length&&h(!1),ot(e)}function st(e,t){void 0===t&&(t=void 0),Oe();try{return e.apply(t)}finally{ke()}}function lt(e){return e[M]}function ct(e){return"string"==typeof e||"number"==typeof e||"symbol"==typeof e}var ut={has:function(e,t){if(t===M||"constructor"===t||t===k)return!0;var n=lt(e);return ct(t)?n.has(t):t in e},get:function(e,t){if(t===M||"constructor"===t||t===k)return e[t];var n=lt(e),i=n.values.get(t);if(i instanceof E){var r=i.get();return void 0===r&&n.has(t),r}return ct(t)&&n.has(t),e[t]},set:function(e,t,n){return!!ct(t)&&(function e(t,n,i){if(2!==arguments.length||It(t))if(Ft(t)){var r=t[M];r.values.get(n)?r.write(n,i):r.addObservableProp(n,i,r.defaultEnhancer)}else if(Lt(t))t.set(n,i);else if(It(t))t.add(n);else{if(!xt(t))return h(!1);"number"!=typeof n&&(n=parseInt(n,10)),p(n>=0,"Not a valid index: '"+n+"'"),Oe(),n>=t.length&&(t.length=n+1),t[n]=i,ke()}else{Oe();var o=n;try{for(var a in o)e(t,a,o[a])}finally{ke()}}}(e,t,n),!0)},deleteProperty:function(e,t){return!!ct(t)&&(lt(e).remove(t),!0)},ownKeys:function(e){return lt(e).keysAtom.reportObserved(),Reflect.ownKeys(e)},preventExtensions:function(e){return h("Dynamic observable objects cannot be frozen"),!1}};function dt(e){var t=new Proxy(e,ut);return e[M].proxy=t,t}function ht(e){return void 0!==e.interceptors&&e.interceptors.length>0}function pt(e,t){var n=e.interceptors||(e.interceptors=[]);return n.push(t),f(function(){var e=n.indexOf(t);-1!==e&&n.splice(e,1)})}function ft(e,t){var n=_e();try{var i=e.interceptors;if(i)for(var r=0,o=i.length;r0}function gt(e,t){var n=e.changeListeners||(e.changeListeners=[]);return n.push(t),f(function(){var e=n.indexOf(t);-1!==e&&n.splice(e,1)})}function vt(e,t){var n=_e(),i=e.changeListeners;if(i){for(var r=0,o=(i=i.slice()).length;r0?e.map(this.dehancer):e},e.prototype.intercept=function(e){return pt(this,e)},e.prototype.observe=function(e,t){return void 0===t&&(t=!1),t&&e({object:this.proxy,type:"splice",index:0,added:this.values.slice(),addedCount:this.values.length,removed:[],removedCount:0}),gt(this,e)},e.prototype.getArrayLength=function(){return this.atom.reportObserved(),this.values.length},e.prototype.setArrayLength=function(e){if("number"!=typeof e||e<0)throw new Error("[mobx.array] Out of range: "+e);var t=this.values.length;if(e!==t)if(e>t){for(var n=new Array(e-t),i=0;ir?e=r:e<0&&(e=Math.max(0,r+e)),t=1===arguments.length?r-e:null==t?0:Math.max(0,Math.min(t,r-e)),void 0===n&&(n=c),ht(this)){var o=ft(this,{object:this.proxy,type:"splice",index:e,removedCount:t,added:n});if(!o)return c;t=o.removedCount,n=o.added}n=0===n.length?n:n.map(function(e){return i.enhancer(e,void 0)});var a=this.spliceItemsIntoValues(e,t,n);return 0===t&&0===n.length||this.notifyArraySplice(e,n,a),this.dehanceValues(a)},e.prototype.spliceItemsIntoValues=function(e,t,n){var i;if(n.length<1e4)return(i=this.values).splice.apply(i,function(){for(var e=[],t=0;t-1&&(this.splice(n,1),!0)},get:function(e){var t=this[M];if(t){if(e=20?"ste":"de")},week:{dow:1,doy:4}})}(n("wd/R"))},"3/fG":function(e,t,n){"use strict";function i(e,t){for(var n=[],i=2;i=10?e:e+12:"शाम"===t?e+12:void 0},meridiem:function(e,t,n){return e<4?"रात":e<10?"सुबह":e<17?"दोपहर":e<20?"शाम":"रात"},week:{dow:0,doy:6}})}(n("wd/R"))},"3Fdi":function(e,t){var n=Function.prototype.toString;e.exports=function(e){if(null!=e){try{return n.call(e)}catch(e){}try{return e+""}catch(e){}}return""}},"3GJH":function(e,t,n){n("lCc8");var i=n("WEpk").Object;e.exports=function(e,t){return i.create(e,t)}},"3MdH":function(e,t,n){"use strict";n.r(t),n.d(t,"conf",function(){return i}),n.d(t,"language",function(){return r});var i={comments:{lineComment:"#",blockComment:["=begin","=end"]},brackets:[["(",")"],["{","}"],["[","]"]],autoClosingPairs:[{open:"{",close:"}"},{open:"[",close:"]"},{open:"(",close:")"},{open:'"',close:'"'},{open:"'",close:"'"}],surroundingPairs:[{open:"{",close:"}"},{open:"[",close:"]"},{open:"(",close:")"},{open:'"',close:'"'},{open:"'",close:"'"}],indentationRules:{increaseIndentPattern:new RegExp("^\\s*((begin|class|(private|protected)\\s+def|def|else|elsif|ensure|for|if|module|rescue|unless|until|when|while|case)|([^#]*\\sdo\\b)|([^#]*=\\s*(case|if|unless)))\\b([^#\\{;]|(\"|'|/).*\\4)*(#.*)?$"),decreaseIndentPattern:new RegExp("^\\s*([}\\]]([,)]?\\s*(#|$)|\\.[a-zA-Z_]\\w*\\b)|(end|rescue|ensure|else|elsif|when)\\b)")}},r={tokenPostfix:".ruby",keywords:["__LINE__","__ENCODING__","__FILE__","BEGIN","END","alias","and","begin","break","case","class","def","defined?","do","else","elsif","end","ensure","for","false","if","in","module","next","nil","not","or","redo","rescue","retry","return","self","super","then","true","undef","unless","until","when","while","yield"],keywordops:["::","..","...","?",":","=>"],builtins:["require","public","private","include","extend","attr_reader","protected","private_class_method","protected_class_method","new"],declarations:["module","class","def","case","do","begin","for","if","while","until","unless"],linedecls:["def","case","do","begin","for","if","while","until","unless"],operators:["^","&","|","<=>","==","===","!~","=~",">",">=","<","<=","<<",">>","+","-","*","/","%","**","~","+@","-@","[]","[]=","`","+=","-=","*=","**=","/=","^=","%=","<<=",">>=","&=","&&=","||=","|="],brackets:[{open:"(",close:")",token:"delimiter.parenthesis"},{open:"{",close:"}",token:"delimiter.curly"},{open:"[",close:"]",token:"delimiter.square"}],symbols:/[=>"}],[/%([qws])(@delim)/,{token:"string.$1.delim",switchTo:"@qstring.$1.$2.$2"}],[/%r\(/,{token:"regexp.delim",switchTo:"@pregexp.(.)"}],[/%r\[/,{token:"regexp.delim",switchTo:"@pregexp.[.]"}],[/%r\{/,{token:"regexp.delim",switchTo:"@pregexp.{.}"}],[/%r"}],[/%r(@delim)/,{token:"regexp.delim",switchTo:"@pregexp.$1.$1"}],[/%(x|W|Q?)\(/,{token:"string.$1.delim",switchTo:"@qqstring.$1.(.)"}],[/%(x|W|Q?)\[/,{token:"string.$1.delim",switchTo:"@qqstring.$1.[.]"}],[/%(x|W|Q?)\{/,{token:"string.$1.delim",switchTo:"@qqstring.$1.{.}"}],[/%(x|W|Q?)"}],[/%(x|W|Q?)(@delim)/,{token:"string.$1.delim",switchTo:"@qqstring.$1.$2.$2"}],[/%([rqwsxW]|Q?)./,{token:"invalid",next:"@pop"}],[/./,{token:"invalid",next:"@pop"}]],qstring:[[/\\$/,"string.$S2.escape"],[/\\./,"string.$S2.escape"],[/./,{cases:{"$#==$S4":{token:"string.$S2.delim",next:"@pop"},"$#==$S3":{token:"string.$S2.delim",next:"@push"},"@default":"string.$S2"}}]],qqstring:[[/#/,"string.$S2.escape","@interpolated"],{include:"@qstring"}],whitespace:[[/[ \t\r\n]+/,""],[/^\s*=begin\b/,"comment","@comment"],[/#.*$/,"comment"]],comment:[[/[^=]+/,"comment"],[/^\s*=begin\b/,"comment.invalid"],[/^\s*=end\b.*/,"comment","@pop"],[/[=]/,"comment"]]}}},"3Rsk":function(e,t,n){"use strict";n.d(t,"a",function(){return o});var i=n("ic2d"),r=n("MI8n"),o={JSONContribution:"base.contributions.json"};var a=new(function(){function e(){this._onDidChangeSchema=new r.a,this.schemasById={}}return e.prototype.registerSchema=function(e,t){var n;this.schemasById[(n=e,n.length>0&&"#"===n.charAt(n.length-1)?n.substring(0,n.length-1):n)]=t,this._onDidChangeSchema.fire(e)},e.prototype.notifySchemaChanged=function(e){this._onDidChangeSchema.fire(e)},e}());i.a.add(o.JSONContribution,a)},"3S7+":function(e,t,n){"use strict";var i=n("q1tI"),r=n.n(i),o=n("VCL8"),a=n("QbLZ"),s=n.n(a),l=n("jo6Y"),c=n.n(l),u=n("iCc5"),d=n.n(u),h=n("FYw3"),p=n.n(h),f=n("mRg0"),m=n.n(f),g=n("17x9"),v=n.n(g),_=n("uciX"),y={adjustX:1,adjustY:1},b=[0,0],w={left:{points:["cr","cl"],overflow:y,offset:[-4,0],targetOffset:b},right:{points:["cl","cr"],overflow:y,offset:[4,0],targetOffset:b},top:{points:["bc","tc"],overflow:y,offset:[0,-4],targetOffset:b},bottom:{points:["tc","bc"],overflow:y,offset:[0,4],targetOffset:b},topLeft:{points:["bl","tl"],overflow:y,offset:[0,-4],targetOffset:b},leftTop:{points:["tr","tl"],overflow:y,offset:[-4,0],targetOffset:b},topRight:{points:["br","tr"],overflow:y,offset:[0,-4],targetOffset:b},rightTop:{points:["tl","tr"],overflow:y,offset:[4,0],targetOffset:b},bottomRight:{points:["tr","br"],overflow:y,offset:[0,4],targetOffset:b},rightBottom:{points:["bl","br"],overflow:y,offset:[4,0],targetOffset:b},bottomLeft:{points:["tl","bl"],overflow:y,offset:[0,4],targetOffset:b},leftBottom:{points:["br","bl"],overflow:y,offset:[-4,0],targetOffset:b}},C=function(e){function t(){return d()(this,t),p()(this,e.apply(this,arguments))}return m()(t,e),t.prototype.componentDidUpdate=function(){var e=this.props.trigger;e&&e.forcePopupAlign()},t.prototype.render=function(){var e=this.props,t=e.overlay,n=e.prefixCls,i=e.id;return r.a.createElement("div",{className:n+"-inner",id:i,role:"tooltip"},"function"==typeof t?t():t)},t}(r.a.Component);C.propTypes={prefixCls:v.a.string,overlay:v.a.oneOfType([v.a.node,v.a.func]).isRequired,id:v.a.string,trigger:v.a.any};var S=C,x=function(e){function t(){var n,i,o;d()(this,t);for(var a=arguments.length,s=Array(a),l=0;l=0||r.indexOf("Bottom")>=0?a.top="".concat(o.height-t.offset[1],"px"):(r.indexOf("Top")>=0||r.indexOf("bottom")>=0)&&(a.top="".concat(-t.offset[1],"px")),r.indexOf("left")>=0||r.indexOf("Right")>=0?a.left="".concat(o.width-t.offset[0],"px"):(r.indexOf("right")>=0||r.indexOf("Left")>=0)&&(a.left="".concat(-t.offset[0],"px")),e.style.transformOrigin="".concat(a.left," ").concat(a.top)}},n.saveTooltip=function(e){n.tooltip=e},n.renderTooltip=function(e){var t=e.getPopupContainer,r=e.getPrefixCls,o=z(n),a=o.props,s=o.state,l=a.prefixCls,c=a.title,u=a.overlay,d=a.openClassName,h=a.getPopupContainer,p=a.getTooltipContainer,f=a.children,m=r("tooltip",l),g=s.visible;"visible"in a||!n.isNoTitle()||(g=!1);var v,_,y,b=n.getDisabledCompatibleChildren(i.isValidElement(f)?f:i.createElement("span",null,f)),w=b.props,C=T()(w.className,(v={},_=d||"".concat(m,"-open"),y=!0,_ in v?Object.defineProperty(v,_,{value:y,enumerable:!0,configurable:!0,writable:!0}):v[_]=y,v));return i.createElement(M,H({},n.props,{prefixCls:m,getTooltipContainer:h||p||t,ref:n.saveTooltip,builtinPlacements:n.getPlacements(),overlay:u||c||"",visible:g,onVisibleChange:n.onVisibleChange,onPopupAlign:n.onPopupAlign}),g?Object(i.cloneElement)(b,{className:C}):b)},n.state={visible:!!e.visible||!!e.defaultVisible},n}var n,r,o;return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&F(e,t)}(t,i["Component"]),n=t,o=[{key:"getDerivedStateFromProps",value:function(e){return"visible"in e?{visible:e.visible}:null}}],(r=[{key:"getPopupDomNode",value:function(){return this.tooltip.getPopupDomNode()}},{key:"getPlacements",value:function(){var e=this.props,t=e.builtinPlacements,n=e.arrowPointAtCenter,i=e.autoAdjustOverflow;return t||function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=e.arrowWidth,n=void 0===t?5:t,i=e.horizontalArrowShift,r=void 0===i?16:i,o=e.verticalArrowShift,a=void 0===o?12:o,s=e.autoAdjustOverflow,l=void 0===s||s,c={left:{points:["cr","cl"],offset:[-4,0]},right:{points:["cl","cr"],offset:[4,0]},top:{points:["bc","tc"],offset:[0,-4]},bottom:{points:["tc","bc"],offset:[0,4]},topLeft:{points:["bl","tc"],offset:[-(r+n),-4]},leftTop:{points:["tr","cl"],offset:[-4,-(a+n)]},topRight:{points:["br","tc"],offset:[r+n,-4]},rightTop:{points:["tl","cr"],offset:[4,-(a+n)]},bottomRight:{points:["tr","bc"],offset:[r+n,4]},rightBottom:{points:["bl","cr"],offset:[4,a+n]},bottomLeft:{points:["tl","bc"],offset:[-(r+n),4]},leftBottom:{points:["br","cl"],offset:[-4,a+n]}};return Object.keys(c).forEach(function(t){c[t]=e.arrowPointAtCenter?L({},c[t],{overflow:D(l),targetOffset:I}):L({},w[t],{overflow:D(l)}),c[t].ignoreShake=!0}),c}({arrowPointAtCenter:n,verticalArrowShift:8,autoAdjustOverflow:i})}},{key:"getDisabledCompatibleChildren",value:function(e){var t=e.type;if((t.__ANT_BUTTON||t.__ANT_SWITCH||"button"===e.type)&&e.props.disabled){var n=function(e,t){var n={},i=H({},e);return t.forEach(function(t){e&&t in e&&(n[t]=e[t],delete i[t])}),{picked:n,omitted:i}}(e.props.style,["position","left","right","top","bottom","float","display","zIndex"]),r=n.picked,o=n.omitted,a=H({display:"inline-block"},r,{cursor:"not-allowed",width:e.props.block?"100%":null}),s=H({},o,{pointerEvents:"none"}),l=Object(i.cloneElement)(e,{style:s,className:null});return i.createElement("span",{style:a,className:e.props.className},l)}return e}},{key:"isNoTitle",value:function(){var e=this.props,t=e.title,n=e.overlay;return!t&&!n}},{key:"render",value:function(){return i.createElement(N.a,null,this.renderTooltip)}}])&&R(n.prototype,r),o&&R(n,o),t}();j.defaultProps={placement:"top",transitionName:"zoom-big-fast",mouseEnterDelay:.1,mouseLeaveDelay:.1,arrowPointAtCenter:!1,autoAdjustOverflow:!0},Object(o.polyfill)(j);t.a=j},"3eme":function(e,t,n){},"3qCu":function(e,t,n){"use strict";n.d(t,"a",function(){return m});var i=n("o1O+"),r=n("W9cx"),o=n("WBhO"),a=n("bY76"),s=n("/cxE"),l=n("TQUy"),c=n("Cg/j"),u=n("MI8n"),d=n("pmY6"),h=n("twdY"),p=function(e,t,n,i){var r,o=arguments.length,a=o<3?t:null===i?i=Object.getOwnPropertyDescriptor(t,n):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(e,t,n,i);else for(var s=e.length-1;s>=0;s--)(r=e[s])&&(a=(o<3?r(a):o>3?r(t,n,a):r(t,n))||a);return o>3&&a&&Object.defineProperty(t,n,a),a},f=function(e,t){return function(n,i){t(n,i,e)}},m=function(){function e(e,t,n){void 0===n&&(n=r.b),this._editor=e,this._modeService=t,this._openerService=n,this._onDidRenderCodeBlock=new u.a,this.onDidRenderCodeBlock=this._onDidRenderCodeBlock.event}return e.prototype.getOptions=function(e){var t=this;return{codeBlockRenderer:function(e,n){var i=null;if(e)i=t._modeService.getModeIdForLanguageName(e);else{var r=t._editor.getModel();r&&(i=r.getLanguageIdentifier().language)}return t._modeService.triggerMode(i||""),Promise.resolve(!0).then(function(e){var t=h.y.getPromise(i||"");return t?t.then(function(e){return Object(l.b)(n,e)}):Object(l.b)(n,void 0)}).then(function(e){return''+e+""})},codeBlockRenderCallback:function(){return t._onDidRenderCodeBlock.fire()},actionHandler:{callback:function(e){var n;try{n=a.a.parse(e)}catch(e){}n&&t._openerService&&t._openerService.open(n).catch(s.e)},disposeables:e}}},e.prototype.render=function(e){var t=[];return{element:e?Object(i.b)(e,this.getOptions(t)):document.createElement("span"),dispose:function(){return Object(d.d)(t)}}},e=p([f(1,o.a),f(2,Object(c.d)(r.a))],e)}()},"3rW9":function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var i=Object.assign||function(e){for(var t=1;t0&&void 0!==arguments[0]?arguments[0]:0;this._listRef&&this._listRef.recomputeRowHeights(e)}},{key:"focus",value:function(){if(this._selectRef)return this._selectRef.focus()}},{key:"render",value:function(){var e=this._getSelectComponent();return s.default.createElement(e,i({},this.props,{ref:this._setSelectRef,menuRenderer:this._renderMenu,menuStyle:{overflow:"hidden"}}))}},{key:"_renderMenu",value:function(e){var t=this,n=e.focusedOption,r=e.focusOption,o=e.labelKey,a=e.onSelect,l=e.options,d=(e.selectValue,e.valueArray),h=e.valueKey,p=this.props,f=p.listProps,m=p.optionRenderer,g=l.indexOf(n),v=this._calculateListHeight({options:l}),_=m||this._optionRenderer;function y(e){var t=e.index,i=e.key,s=e.style,c=l[t];return _({focusedOption:n,focusedOptionIndex:g,focusOption:r,key:i,labelKey:o,onSelect:a,option:c,optionIndex:t,options:l,selectValue:a,style:s,valueArray:d,valueKey:h})}return s.default.createElement(c.default,{disableHeight:!0},function(e){var n=e.width;return s.default.createElement(u.default,i({className:"VirtualSelectGrid",height:v,ref:t._setListRef,rowCount:l.length,rowHeight:function(e){var n=e.index;return t._getOptionHeight({option:l[n]})},rowRenderer:y,scrollToIndex:g,width:n},f))})}},{key:"_calculateListHeight",value:function(e){for(var t=e.options,n=this.props.maxHeight,i=0,r=0;rn)return n}return i}},{key:"_getOptionHeight",value:function(e){var t=e.option,n=this.props.optionHeight;return n instanceof Function?n({option:t}):n}},{key:"_getSelectComponent",value:function(){var e=this.props,t=e.async,n=e.selectComponent;return n||(t?l.default.Async:l.default)}},{key:"_optionRenderer",value:function(e){var t=e.focusedOption,n=e.focusOption,r=e.key,o=e.labelKey,a=e.option,l=e.selectValue,c=e.style,u=e.valueArray,d=["VirtualizedSelectOption"];a===t&&d.push("VirtualizedSelectFocusedOption"),a.disabled&&d.push("VirtualizedSelectDisabledOption"),u&&u.indexOf(a)>=0&&d.push("VirtualizedSelectSelectedOption"),a.className&&d.push(a.className);var h=a.disabled?{}:{onClick:function(){return l(a)},onMouseEnter:function(){return n(a)}};return s.default.createElement("div",i({className:d.join(" "),key:r,style:c,title:a.title},h),a[o])}},{key:"_setListRef",value:function(e){this._listRef=e}},{key:"_setSelectRef",value:function(e){this._selectRef=e}}]),t}();h.propTypes={async:o.default.bool,listProps:o.default.object,maxHeight:o.default.number,optionHeight:o.default.oneOfType([o.default.number,o.default.func]),optionRenderer:o.default.func,selectComponent:o.default.func},h.defaultProps={async:!1,maxHeight:200,optionHeight:35},t.default=h},"3rx1":function(e,t,n){"use strict";n.d(t,"b",function(){return c}),n.d(t,"a",function(){return u});var i=n("bY76"),r=n("MrjW"),o=n("N0LK"),a=n("tYmi"),s=n("MNsG"),l=n("gslv");function c(e,t,n){if("string"==typeof e&&(e=i.a.file(e)),n){var c=n.getWorkspaceFolder(e);if(c){var u=n.getWorkspace().folders.length>1,f=void 0;if(f=Object(l.e)(c.uri,e)?"":Object(l.h)(c.uri,e),u){var m=c&&c.name?c.name:Object(l.b)(c.uri);f=f?m+" • "+f:m}return f}}if(e.scheme!==a.a.file&&e.scheme!==a.a.untitled)return e.with({query:null,fragment:null}).toString(!0);if(d(e.fsPath))return Object(r.normalize)(h(e.fsPath));var g=Object(r.normalize)(e.fsPath);return!s.g&&t&&(g=function(e,t){if(s.g||!e||!t)return e;var n=p.original===t?p.normalized:void 0;n||(n=""+Object(o.E)(t,r.posix.sep)+r.posix.sep,p={original:t,normalized:n});(s.c?Object(o.G)(e,n):Object(o.H)(e,n))&&(e="~/"+e.substr(n.length));return e}(g,t.userHome)),g}function u(e){if(e){"string"==typeof e&&(e=i.a.file(e));var t=Object(l.b)(e)||(e.scheme===a.a.file?e.fsPath:e.path);return d(t)?h(t):t}}function d(e){return!(!s.g||!e||":"!==e[1])}function h(e){return d(e)?e.charAt(0).toUpperCase()+e.slice(1):e}var p=Object.create(null)},"4/ic":function(e,t,n){var i=n("ZWtO");e.exports=function(e){return function(t){return i(t,e)}}},"44Ds":function(e,t,n){var i=n("e4Nc"),r="Expected a function";function o(e,t){if("function"!=typeof e||null!=t&&"function"!=typeof t)throw new TypeError(r);var n=function(){var i=arguments,r=t?t.apply(this,i):i[0],o=n.cache;if(o.has(r))return o.get(r);var a=e.apply(this,i);return n.cache=o.set(r,a)||o,a};return n.cache=new(o.Cache||i),n}o.Cache=i,e.exports=o},"4IlW":function(e,t,n){"use strict";var i={MAC_ENTER:3,BACKSPACE:8,TAB:9,NUM_CENTER:12,ENTER:13,SHIFT:16,CTRL:17,ALT:18,PAUSE:19,CAPS_LOCK:20,ESC:27,SPACE:32,PAGE_UP:33,PAGE_DOWN:34,END:35,HOME:36,LEFT:37,UP:38,RIGHT:39,DOWN:40,PRINT_SCREEN:44,INSERT:45,DELETE:46,ZERO:48,ONE:49,TWO:50,THREE:51,FOUR:52,FIVE:53,SIX:54,SEVEN:55,EIGHT:56,NINE:57,QUESTION_MARK:63,A:65,B:66,C:67,D:68,E:69,F:70,G:71,H:72,I:73,J:74,K:75,L:76,M:77,N:78,O:79,P:80,Q:81,R:82,S:83,T:84,U:85,V:86,W:87,X:88,Y:89,Z:90,META:91,WIN_KEY_RIGHT:92,CONTEXT_MENU:93,NUM_ZERO:96,NUM_ONE:97,NUM_TWO:98,NUM_THREE:99,NUM_FOUR:100,NUM_FIVE:101,NUM_SIX:102,NUM_SEVEN:103,NUM_EIGHT:104,NUM_NINE:105,NUM_MULTIPLY:106,NUM_PLUS:107,NUM_MINUS:109,NUM_PERIOD:110,NUM_DIVISION:111,F1:112,F2:113,F3:114,F4:115,F5:116,F6:117,F7:118,F8:119,F9:120,F10:121,F11:122,F12:123,NUMLOCK:144,SEMICOLON:186,DASH:189,EQUALS:187,COMMA:188,PERIOD:190,SLASH:191,APOSTROPHE:192,SINGLE_QUOTE:222,OPEN_SQUARE_BRACKET:219,BACKSLASH:220,CLOSE_SQUARE_BRACKET:221,WIN_KEY:224,MAC_FF_META:224,WIN_IME:229,isTextModifyingKeyEvent:function(e){var t=e.keyCode;if(e.altKey&&!e.ctrlKey||e.metaKey||t>=i.F1&&t<=i.F12)return!1;switch(t){case i.ALT:case i.CAPS_LOCK:case i.CONTEXT_MENU:case i.CTRL:case i.DOWN:case i.END:case i.ESC:case i.HOME:case i.INSERT:case i.LEFT:case i.MAC_FF_META:case i.META:case i.NUMLOCK:case i.NUM_CENTER:case i.PAGE_DOWN:case i.PAGE_UP:case i.PAUSE:case i.PRINT_SCREEN:case i.RIGHT:case i.SHIFT:case i.UP:case i.WIN_KEY:case i.WIN_KEY_RIGHT:return!1;default:return!0}},isCharacterKey:function(e){if(e>=i.ZERO&&e<=i.NINE)return!0;if(e>=i.NUM_ZERO&&e<=i.NUM_MULTIPLY)return!0;if(e>=i.A&&e<=i.Z)return!0;if(-1!==window.navigation.userAgent.indexOf("WebKit")&&0===e)return!0;switch(e){case i.SPACE:case i.QUESTION_MARK:case i.NUM_PLUS:case i.NUM_MINUS:case i.NUM_PERIOD:case i.NUM_DIVISION:case i.SEMICOLON:case i.DASH:case i.EQUALS:case i.COMMA:case i.PERIOD:case i.SLASH:case i.APOSTROPHE:case i.SINGLE_QUOTE:case i.OPEN_SQUARE_BRACKET:case i.BACKSLASH:case i.CLOSE_SQUARE_BRACKET:return!0;default:return!1}}};t.a=i},"4MV3":function(e,t,n){!function(e){"use strict";var t={1:"૧",2:"૨",3:"૩",4:"૪",5:"૫",6:"૬",7:"૭",8:"૮",9:"૯",0:"૦"},n={"૧":"1","૨":"2","૩":"3","૪":"4","૫":"5","૬":"6","૭":"7","૮":"8","૯":"9","૦":"0"};e.defineLocale("gu",{months:"જાન્યુઆરી_ફેબ્રુઆરી_માર્ચ_એપ્રિલ_મે_જૂન_જુલાઈ_ઑગસ્ટ_સપ્ટેમ્બર_ઑક્ટ્બર_નવેમ્બર_ડિસેમ્બર".split("_"),monthsShort:"જાન્યુ._ફેબ્રુ._માર્ચ_એપ્રિ._મે_જૂન_જુલા._ઑગ._સપ્ટે._ઑક્ટ્._નવે._ડિસે.".split("_"),monthsParseExact:!0,weekdays:"રવિવાર_સોમવાર_મંગળવાર_બુધ્વાર_ગુરુવાર_શુક્રવાર_શનિવાર".split("_"),weekdaysShort:"રવિ_સોમ_મંગળ_બુધ્_ગુરુ_શુક્ર_શનિ".split("_"),weekdaysMin:"ર_સો_મં_બુ_ગુ_શુ_શ".split("_"),longDateFormat:{LT:"A h:mm વાગ્યે",LTS:"A h:mm:ss વાગ્યે",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm વાગ્યે",LLLL:"dddd, D MMMM YYYY, A h:mm વાગ્યે"},calendar:{sameDay:"[આજ] LT",nextDay:"[કાલે] LT",nextWeek:"dddd, LT",lastDay:"[ગઇકાલે] LT",lastWeek:"[પાછલા] dddd, LT",sameElse:"L"},relativeTime:{future:"%s મા",past:"%s પેહલા",s:"અમુક પળો",ss:"%d સેકંડ",m:"એક મિનિટ",mm:"%d મિનિટ",h:"એક કલાક",hh:"%d કલાક",d:"એક દિવસ",dd:"%d દિવસ",M:"એક મહિનો",MM:"%d મહિનો",y:"એક વર્ષ",yy:"%d વર્ષ"},preparse:function(e){return e.replace(/[૧૨૩૪૫૬૭૮૯૦]/g,function(e){return n[e]})},postformat:function(e){return e.replace(/\d/g,function(e){return t[e]})},meridiemParse:/રાત|બપોર|સવાર|સાંજ/,meridiemHour:function(e,t){return 12===e&&(e=0),"રાત"===t?e<4?e:e+12:"સવાર"===t?e:"બપોર"===t?e>=10?e:e+12:"સાંજ"===t?e+12:void 0},meridiem:function(e,t,n){return e<4?"રાત":e<10?"સવાર":e<17?"બપોર":e<20?"સાંજ":"રાત"},week:{dow:0,doy:6}})}(n("wd/R"))},"4ZSV":function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i,r=n("3rW9"),o=(i=r)&&i.__esModule?i:{default:i};t.default=o.default},"4bUh":function(e,t,n){"use strict";n.d(t,"a",function(){return r});var i=n("twdY"),r=function(){function e(e,t){this._tokens=e,this._tokensCount=this._tokens.length>>>1,this._text=t}return e.prototype.equals=function(t){return t instanceof e&&this.slicedEquals(t,0,this._tokensCount)},e.prototype.slicedEquals=function(e,t,n){if(this._text!==e._text)return!1;if(this._tokensCount!==e._tokensCount)return!1;for(var i=t<<1,r=i+(n<<1),o=i;o0?this._tokens[e-1<<1]:0},e.prototype.getLanguageId=function(e){var t=this._tokens[1+(e<<1)];return i.x.getLanguageId(t)},e.prototype.getStandardTokenType=function(e){var t=this._tokens[1+(e<<1)];return i.x.getTokenType(t)},e.prototype.getForeground=function(e){var t=this._tokens[1+(e<<1)];return i.x.getForeground(t)},e.prototype.getClassName=function(e){var t=this._tokens[1+(e<<1)];return i.x.getClassNameFromMetadata(t)},e.prototype.getInlineStyle=function(e,t){var n=this._tokens[1+(e<<1)];return i.x.getInlineStyleFromMetadata(n,t)},e.prototype.getEndOffset=function(e){return this._tokens[e<<1]},e.prototype.findTokenIndexAtOffset=function(t){return e.findIndexInTokensArray(this._tokens,t)},e.prototype.inflate=function(){return this},e.prototype.sliceAndInflate=function(e,t,n){return new o(this,e,t,n)},e.convertToEndOffset=function(e,t){for(var n=(e.length>>>1)-1,i=0;i>>1)-1;nt&&(i=r)}return n},e}(),o=function(){function e(e,t,n,i){this._source=e,this._startOffset=t,this._endOffset=n,this._deltaOffset=i,this._firstTokenIndex=e.findTokenIndexAtOffset(t),this._tokensCount=0;for(var r=this._firstTokenIndex,o=e.getCount();r=n)break;this._tokensCount++}}return e.prototype.equals=function(t){return t instanceof e&&(this._startOffset===t._startOffset&&this._endOffset===t._endOffset&&this._deltaOffset===t._deltaOffset&&this._source.slicedEquals(t._source,this._firstTokenIndex,this._tokensCount))},e.prototype.getCount=function(){return this._tokensCount},e.prototype.getForeground=function(e){return this._source.getForeground(this._firstTokenIndex+e)},e.prototype.getEndOffset=function(e){var t=this._source.getEndOffset(this._firstTokenIndex+e);return Math.min(this._endOffset,t)-this._startOffset+this._deltaOffset},e.prototype.getClassName=function(e){return this._source.getClassName(this._firstTokenIndex+e)},e.prototype.getInlineStyle=function(e,t){return this._source.getInlineStyle(this._firstTokenIndex+e,t)},e.prototype.findTokenIndexAtOffset=function(e){return this._source.findTokenIndexAtOffset(e+this._startOffset-this._deltaOffset)-this._firstTokenIndex},e}()},"4d7F":function(e,t,n){e.exports={default:n("aW7e"),__esModule:!0}},"4dOw":function(e,t,n){!function(e){"use strict";e.defineLocale("en-ie",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10,n=1==~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th";return e+n},week:{dow:1,doy:4}})}(n("wd/R"))},"4kuk":function(e,t,n){var i=n("SfRM"),r=n("Hvzi"),o=n("u8Dt"),a=n("ekgI"),s=n("JSQU");function l(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t=0;s--)(r=e[s])&&(a=(o<3?r(a):o>3?r(t,n,a):r(t,n))||a);return o>3&&a&&Object.defineProperty(t,n,a),a},f=function(e,t){return function(n,i){t(n,i,e)}},m=function(e){function t(t,n,i,r,o,a,s){return e.call(this,!0,t,n,i,r,o,a,s)||this}return h(t,e),t=p([f(1,l.e),f(2,o.a),f(3,u.a),f(4,c.a),f(5,d.a),f(6,s.a)],t)}(a.a);Object(r.h)(m)},"4uTw":function(e,t,n){var i=n("Z0cm"),r=n("9ggG"),o=n("GNiM"),a=n("dt0z");e.exports=function(e,t){return i(e)?e:r(e,t)?[e]:o(a(e))}},"4y0V":function(e,t,n){"use strict";n.d(t,"a",function(){return r}),n.d(t,"b",function(){return o});var i=n("MI8n"),r=function(e,t,n){var r=function(e){return o.fire(e)},o=new i.a({onFirstListenerAdd:function(){e.addEventListener(t,r,n)},onLastListenerRemove:function(){e.removeEventListener(t,r,n)}});return o.event};function o(e){return i.b.map(e,function(e){return e.preventDefault(),e.stopPropagation(),e})}},"4yiN":function(e,t,n){"use strict";n.r(t);var i,r,o=function(e,t,n,i){return new(n||(n=Promise))(function(r,o){function a(e){try{l(i.next(e))}catch(e){o(e)}}function s(e){try{l(i.throw(e))}catch(e){o(e)}}function l(e){e.done?r(e.value):new n(function(t){t(e.value)}).then(a,s)}l((i=i.apply(e,t||[])).next())})},a=function(e,t){var n,i,r,o,a={label:0,sent:function(){if(1&r[0])throw r[1];return r[1]},trys:[],ops:[]};return o={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(o[Symbol.iterator]=function(){return this}),o;function s(o){return function(s){return function(o){if(n)throw new TypeError("Generator is already executing.");for(;a;)try{if(n=1,i&&(r=2&o[0]?i.return:o[0]?i.throw||((r=i.return)&&r.call(i),0):i.next)&&!(r=r.call(i,o[1])).done)return r;switch(i=0,r&&(o=[2&o[0],r.value]),o[0]){case 0:case 1:r=o;break;case 4:return a.label++,{value:o[1],done:!1};case 5:a.label++,i=o[1],o=[0];continue;case 7:o=a.ops.pop(),a.trys.pop();continue;default:if(!(r=(r=a.trys).length>0&&r[r.length-1])&&(6===o[0]||2===o[0])){a=0;continue}if(3===o[0]&&(!r||o[1]>r[0]&&o[1]0&&t>e&&this._stopWorker()}},e.prototype._getClient=function(){var e=this;if(this._lastUsedTime=Date.now(),!this._client){this._worker=monaco.editor.createWebWorker({moduleId:"vs/language/typescript/tsWorker",label:this._modeId,createData:{compilerOptions:this._defaults.getCompilerOptions(),extraLibs:this._defaults.getExtraLibs()}});var t=this._worker.getProxy();this._defaults.getEagerModelSync()&&(t=t.then(function(t){return e._worker.withSyncedResources(monaco.editor.getModels().filter(function(t){return t.getModeId()===e._modeId}).map(function(e){return e.uri}))})),this._client=t}return this._client},e.prototype.getLanguageServiceWorker=function(){for(var e,t=this,n=[],i=0;i0)for(var s=0,l=r.childItems;s50&&n._undoStack.shift()),n._prevState=n._readState()})),n}return l(t,e),t.get=function(e){return e.getContribution(t.ID)},t.prototype._readState=function(){return this._editor.hasModel()?new c(this._editor.getSelections()):null},t.prototype.getId=function(){return t.ID},t.prototype.cursorUndo=function(){if(this._editor.hasModel())for(var e=new c(this._editor.getSelections());this._undoStack.length>0;){var t=this._undoStack.pop();if(!t.equals(e))return this._isCursorUndo=!0,this._editor.setSelections(t.selections),this._editor.revealRangeInCenterIfOutsideViewport(t.selections[0],0),void(this._isCursorUndo=!1)}},t.ID="editor.contrib.cursorUndoController",t}(o.a),d=function(e){function t(){return e.call(this,{id:"cursorUndo",label:r.a("cursor.undo","Soft Undo"),alias:"Soft Undo",precondition:null,kbOpts:{kbExpr:s.a.textInputFocus,primary:2099,weight:100}})||this}return l(t,e),t.prototype.run=function(e,t,n){u.get(t).cursorUndo()},t}(a.b);Object(a.h)(u),Object(a.f)(d)},"5SuN":function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.bpfrpt_proptype_Scroll=t.bpfrpt_proptype_RenderedRows=t.bpfrpt_proptype_RowRenderer=t.bpfrpt_proptype_RowRendererParams=void 0;!function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n]);t.default=e}(n("q1tI"));var i,r=n("17x9");(i=r)&&i.__esModule;t.bpfrpt_proptype_RowRendererParams=null,t.bpfrpt_proptype_RowRenderer=null,t.bpfrpt_proptype_RenderedRows=null,t.bpfrpt_proptype_Scroll=null},"5T2Y":function(e,t){var n=e.exports="undefined"!=typeof window&&window.Math==Math?window:"undefined"!=typeof self&&self.Math==Math?self:Function("return this")();"number"==typeof __g&&(__g=n)},"5TxY":function(e,t,n){"use strict";n.d(t,"a",function(){return f}),n.d(t,"b",function(){return m});var i,r=n("D3Dy"),o=n("EffR"),a=n("X+cX"),s=n("MI8n"),l=n("pmY6"),c=n("MNsG"),u=n("N0LK"),d=n("Comh"),h=n("gCVg"),p=(i=function(e,t){return(i=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(e,t)},function(e,t){function n(){this.constructor=e}i(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),f={forceCopyWithSyntaxHighlighting:!1},m=function(e){function t(t,n){var i=e.call(this)||this;i._onFocus=i._register(new s.a),i.onFocus=i._onFocus.event,i._onBlur=i._register(new s.a),i.onBlur=i._onBlur.event,i._onKeyDown=i._register(new s.a),i.onKeyDown=i._onKeyDown.event,i._onKeyUp=i._register(new s.a),i.onKeyUp=i._onKeyUp.event,i._onCut=i._register(new s.a),i.onCut=i._onCut.event,i._onPaste=i._register(new s.a),i.onPaste=i._onPaste.event,i._onType=i._register(new s.a),i.onType=i._onType.event,i._onCompositionStart=i._register(new s.a),i.onCompositionStart=i._onCompositionStart.event,i._onCompositionUpdate=i._register(new s.a),i.onCompositionUpdate=i._onCompositionUpdate.event,i._onCompositionEnd=i._register(new s.a),i.onCompositionEnd=i._onCompositionEnd.event,i._onSelectionChangeRequest=i._register(new s.a),i.onSelectionChangeRequest=i._onSelectionChangeRequest.event,i._host=t,i._textArea=i._register(new v(n)),i._lastTextAreaEvent=0,i._asyncTriggerCut=i._register(new a.d(function(){return i._onCut.fire()},0)),i._textAreaState=d.b.EMPTY,i.writeScreenReaderContent("ctor"),i._hasFocus=!1,i._isDoingComposition=!1,i._nextCommand=0,i._register(o.k(n.domNode,"keydown",function(e){!i._isDoingComposition||109!==e.keyCode&&1!==e.keyCode||e.stopPropagation(),e.equals(9)&&e.preventDefault(),i._onKeyDown.fire(e)})),i._register(o.k(n.domNode,"keyup",function(e){i._onKeyUp.fire(e)})),i._register(o.h(n.domNode,"compositionstart",function(e){i._lastTextAreaEvent=1,i._isDoingComposition||(i._isDoingComposition=!0,r.g||i._setAndWriteTextAreaState("compositionstart",d.b.EMPTY),i._onCompositionStart.fire())}));var l=function(e,t){var n=i._textAreaState,r=d.b.readFromTextArea(i._textArea);return[r,d.b.deduceInput(n,r,e,t)]},h=function(e){var t=i._textAreaState,n=d.b.selectedText(e);return[n,{text:n.value,replaceCharCnt:t.selectionEnd-t.selectionStart}]},p=function(e){return!(!r.g||"ja"!==e)||!(!r.j||0!==e.indexOf("zh-Han"))};return i._register(o.h(n.domNode,"compositionupdate",function(e){if(i._lastTextAreaEvent=2,p(e.locale)){var t=l(!1,!1),n=t[0],r=t[1];return i._textAreaState=n,i._onType.fire(r),void i._onCompositionUpdate.fire(e)}var o=h(e.data),a=o[0],s=o[1];i._textAreaState=a,i._onType.fire(s),i._onCompositionUpdate.fire(e)})),i._register(o.h(n.domNode,"compositionend",function(e){if(i._lastTextAreaEvent=3,p(e.locale)){var t=l(!1,!1),n=t[0],o=t[1];i._textAreaState=n,i._onType.fire(o)}else{var a=h(e.data);n=a[0],o=a[1];i._textAreaState=n,i._onType.fire(o)}(r.g||r.e)&&(i._textAreaState=d.b.readFromTextArea(i._textArea)),i._isDoingComposition&&(i._isDoingComposition=!1,i._onCompositionEnd.fire())})),i._register(o.h(n.domNode,"input",function(){var e=8===i._lastTextAreaEvent;if(i._lastTextAreaEvent=4,i._textArea.setIgnoreSelectionChangeTime("received input event"),!i._isDoingComposition){var t=l(c.d,e&&c.d),n=t[0],r=t[1];0===r.replaceCharCnt&&1===r.text.length&&u.u(r.text.charCodeAt(0))||(i._textAreaState=n,0===i._nextCommand?""!==r.text&&i._onType.fire(r):(""!==r.text&&i._onPaste.fire({text:r.text}),i._nextCommand=0))}})),i._register(o.h(n.domNode,"cut",function(e){i._lastTextAreaEvent=5,i._textArea.setIgnoreSelectionChangeTime("received cut event"),i._ensureClipboardGetsEditorSelection(e),i._asyncTriggerCut.schedule()})),i._register(o.h(n.domNode,"copy",function(e){i._lastTextAreaEvent=6,i._ensureClipboardGetsEditorSelection(e)})),i._register(o.h(n.domNode,"paste",function(e){if(i._lastTextAreaEvent=7,i._textArea.setIgnoreSelectionChangeTime("received paste event"),g.canUseTextData(e)){var t=g.getTextData(e);""!==t&&i._onPaste.fire({text:t})}else i._textArea.getSelectionStart()!==i._textArea.getSelectionEnd()&&i._setAndWriteTextAreaState("paste",d.b.EMPTY),i._nextCommand=1})),i._register(o.h(n.domNode,"focus",function(){i._lastTextAreaEvent=8,i._setHasFocus(!0)})),i._register(o.h(n.domNode,"blur",function(){i._lastTextAreaEvent=9,i._setHasFocus(!1)})),i}return p(t,e),t.prototype._installSelectionChangeListener=function(){var e=this,t=0;return o.h(document,"selectionchange",function(n){if(e._hasFocus&&!e._isDoingComposition&&r.e&&c.g){var i=Date.now(),o=i-t;if(t=i,!(o<5)){var a=i-e._textArea.getIgnoreSelectionChangeTime();if(e._textArea.resetSelectionChangeTime(),!(a<100)&&e._textAreaState.selectionStartPosition&&e._textAreaState.selectionEndPosition){var s=e._textArea.getValue();if(e._textAreaState.value===s){var l=e._textArea.getSelectionStart(),u=e._textArea.getSelectionEnd();if(e._textAreaState.selectionStart!==l||e._textAreaState.selectionEnd!==u){var d=e._textAreaState.deduceEditorPosition(l),p=e._host.deduceModelPosition(d[0],d[1],d[2]),f=e._textAreaState.deduceEditorPosition(u),m=e._host.deduceModelPosition(f[0],f[1],f[2]),g=new h.a(p.lineNumber,p.column,m.lineNumber,m.column);e._onSelectionChangeRequest.fire(g)}}}}}})},t.prototype.dispose=function(){e.prototype.dispose.call(this),this._selectionChangeListener&&(this._selectionChangeListener.dispose(),this._selectionChangeListener=null)},t.prototype.focusTextArea=function(){this._setHasFocus(!0)},t.prototype.isFocused=function(){return this._hasFocus},t.prototype._setHasFocus=function(e){this._hasFocus!==e&&(this._hasFocus=e,this._selectionChangeListener&&(this._selectionChangeListener.dispose(),this._selectionChangeListener=null),this._hasFocus&&(this._selectionChangeListener=this._installSelectionChangeListener()),this._hasFocus&&(r.f?this._setAndWriteTextAreaState("focusgain",d.b.EMPTY):this.writeScreenReaderContent("focusgain")),this._hasFocus?this._onFocus.fire():this._onBlur.fire())},t.prototype._setAndWriteTextAreaState=function(e,t){this._hasFocus||(t=t.collapseSelection()),t.writeToTextArea(e,this._textArea,this._hasFocus),this._textAreaState=t},t.prototype.writeScreenReaderContent=function(e){this._isDoingComposition||this._setAndWriteTextAreaState(e,this._host.getScreenReaderContent(this._textAreaState))},t.prototype._ensureClipboardGetsEditorSelection=function(e){var t=this._host.getPlainTextToCopy();if(g.canUseTextData(e)){var n=null;r.d()&&(t.length<65536||f.forceCopyWithSyntaxHighlighting)&&(n=this._host.getHTMLToCopy()),g.setTextData(e,t,n)}else this._setAndWriteTextAreaState("copy or cut",d.b.selectedText(t))},t}(l.a),g=function(){function e(){}return e.canUseTextData=function(e){return!!e.clipboardData||!!window.clipboardData},e.getTextData=function(e){if(e.clipboardData)return e.preventDefault(),e.clipboardData.getData("text/plain");if(window.clipboardData)return e.preventDefault(),window.clipboardData.getData("Text");throw new Error("ClipboardEventUtils.getTextData: Cannot use text data!")},e.setTextData=function(e,t,n){if(e.clipboardData)return e.clipboardData.setData("text/plain",t),null!==n&&e.clipboardData.setData("text/html",n),void e.preventDefault();if(window.clipboardData)return window.clipboardData.setData("Text",t),void e.preventDefault();throw new Error("ClipboardEventUtils.setTextData: Cannot use text data!")},e}(),v=function(e){function t(t){var n=e.call(this)||this;return n._actual=t,n._ignoreSelectionChangeTime=0,n}return p(t,e),t.prototype.setIgnoreSelectionChangeTime=function(e){this._ignoreSelectionChangeTime=Date.now()},t.prototype.getIgnoreSelectionChangeTime=function(){return this._ignoreSelectionChangeTime},t.prototype.resetSelectionChangeTime=function(){this._ignoreSelectionChangeTime=0},t.prototype.getValue=function(){return this._actual.domNode.value},t.prototype.setValue=function(e,t){var n=this._actual.domNode;n.value!==t&&(this.setIgnoreSelectionChangeTime("setValue"),n.value=t)},t.prototype.getSelectionStart=function(){return this._actual.domNode.selectionStart},t.prototype.getSelectionEnd=function(){return this._actual.domNode.selectionEnd},t.prototype.setSelectionRange=function(e,t,n){var i=this._actual.domNode,a=document.activeElement===i,s=i.selectionStart,l=i.selectionEnd;if(a&&s===t&&l===n)r.i&&window.parent!==window&&i.focus();else{if(a)return this.setIgnoreSelectionChangeTime("setSelectionRange"),i.setSelectionRange(t,n),void(r.i&&window.parent!==window&&i.focus());try{var c=o.M(i);this.setIgnoreSelectionChangeTime("setSelectionRange"),i.focus(),i.setSelectionRange(t,n),o.K(i,c)}catch(e){}}},t}(l.a)},"5Y4S":function(e,t,n){"use strict";n.d(t,"a",function(){return o});var i=n("MNsG"),r=i.b.performance&&"function"==typeof i.b.performance.now,o=function(){function e(e){this._highResolution=r&&e,this._startTime=this._now(),this._stopTime=-1}return e.create=function(t){return void 0===t&&(t=!0),new e(t)},e.prototype.stop=function(){this._stopTime=this._now()},e.prototype.elapsed=function(){return-1!==this._stopTime?this._stopTime-this._startTime:this._now()-this._startTime},e.prototype._now=function(){return this._highResolution?i.b.performance.now():(new Date).getTime()},e}()},"5aqo":function(e,t,n){"use strict";var i=n("EffR"),r=n("WqXY"),o=n("8HAY"),a=n("zrhQ"),s=n("MI8n"),l=n("qj0h"),c=n("N0LK"),u=(n("3eme"),n("Vxe3")),d=n("03kh"),h=(n("uWgD"),n("cMOf")),p=n("nD70"),f=n("pmY6"),m=n("aokT"),g=n("tX9W"),v=new a.a(new a.c(0,122,204)),_={showArrow:!0,showFrame:!0,className:"",frameColor:v,arrowColor:v,keepEditorSelection:!1},y=function(){function e(e,t,n,i,r,o){this.domNode=e,this.afterLineNumber=t,this.afterColumn=n,this.heightInLines=i,this._onDomNodeTop=r,this._onComputedHeight=o}return e.prototype.onDomNodeTop=function(e){this._onDomNodeTop(e)},e.prototype.onComputedHeight=function(e){this._onComputedHeight(e)},e}(),b=function(){function e(e,t){this._id=e,this._domNode=t}return e.prototype.getId=function(){return this._id},e.prototype.getDomNode=function(){return this._domNode},e.prototype.getPosition=function(){return null},e}(),w=function(){function e(t){this._editor=t,this._ruleName=e._IdGenerator.nextId(),this._decorations=[]}return e.prototype.dispose=function(){this.hide(),i.F(this._ruleName)},Object.defineProperty(e.prototype,"color",{set:function(e){this._color!==e&&(this._color=e,this._updateStyle())},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"height",{set:function(e){this._height!==e&&(this._height=e,this._updateStyle())},enumerable:!0,configurable:!0}),e.prototype._updateStyle=function(){i.F(this._ruleName),i.p(".monaco-editor "+this._ruleName,"border-style: solid; border-color: transparent; border-bottom-color: "+this._color+"; border-width: "+this._height+"px; bottom: -"+this._height+"px; margin-left: -"+this._height+"px; ")},e.prototype.show=function(e){this._decorations=this._editor.deltaDecorations(this._decorations,[{range:m.a.fromPositions(e),options:{className:this._ruleName,stickiness:1}}])},e.prototype.hide=function(){this._editor.deltaDecorations(this._decorations,[])},e._IdGenerator=new p.a(".arrow-decoration-"),e}(),C=function(){function e(e,t){var n=this;void 0===t&&(t={}),this._positionMarkerId=[],this._disposables=[],this._isShowing=!1,this.editor=e,this.options=l.c(t),l.g(this.options,_,!1),this.domNode=document.createElement("div"),this.options.isAccessible||(this.domNode.setAttribute("aria-hidden","true"),this.domNode.setAttribute("role","presentation")),this._disposables.push(this.editor.onDidLayoutChange(function(e){var t=n._getWidth(e);n.domNode.style.width=t+"px",n.domNode.style.left=n._getLeft(e)+"px",n._onWidth(t)}))}return e.prototype.dispose=function(){var e=this;Object(f.d)(this._disposables),this._overlayWidget&&(this.editor.removeOverlayWidget(this._overlayWidget),this._overlayWidget=null),this._viewZone&&this.editor.changeViewZones(function(t){e._viewZone&&t.removeZone(e._viewZone.id),e._viewZone=null}),this.editor.deltaDecorations(this._positionMarkerId,[]),this._positionMarkerId=[]},e.prototype.create=function(){i.f(this.domNode,"zone-widget"),this.options.className&&i.f(this.domNode,this.options.className),this.container=document.createElement("div"),i.f(this.container,"zone-widget-container"),this.domNode.appendChild(this.container),this.options.showArrow&&(this._arrow=new w(this.editor),this._disposables.push(this._arrow)),this._fillContainer(this.container),this._initSash(),this._applyStyles()},e.prototype.style=function(e){e.frameColor&&(this.options.frameColor=e.frameColor),e.arrowColor&&(this.options.arrowColor=e.arrowColor),this._applyStyles()},e.prototype._applyStyles=function(){if(this.container&&this.options.frameColor){var e=this.options.frameColor.toString();this.container.style.borderTopColor=e,this.container.style.borderBottomColor=e}if(this._arrow&&this.options.arrowColor){var t=this.options.arrowColor.toString();this._arrow.color=t}},e.prototype._getWidth=function(e){return e.width-e.minimapWidth-e.verticalScrollbarWidth},e.prototype._getLeft=function(e){return e.minimapWidth>0&&0===e.minimapLeft?e.minimapWidth:0},e.prototype._onViewZoneTop=function(e){this.domNode.style.top=e+"px"},e.prototype._onViewZoneHeight=function(e){this.domNode.style.height=e+"px";var t=e-this._decoratingElementsHeight();this.container.style.height=t+"px";var n=this.editor.getLayoutInfo();this._doLayout(t,this._getWidth(n)),this._resizeSash.layout()},Object.defineProperty(e.prototype,"position",{get:function(){var e=this._positionMarkerId[0];if(e){var t=this.editor.getModel();if(t){var n=t.getDecorationRange(e);if(n)return n.getStartPosition()}}},enumerable:!0,configurable:!0}),e.prototype.show=function(e,t){var n=m.a.isIRange(e)?e:new m.a(e.lineNumber,e.column,e.lineNumber,e.column);this._isShowing=!0,this._showImpl(n,t),this._isShowing=!1,this._positionMarkerId=this.editor.deltaDecorations(this._positionMarkerId,[{range:n,options:g.a.EMPTY}])},e.prototype.hide=function(){var e=this;this._viewZone&&(this.editor.changeViewZones(function(t){e._viewZone&&t.removeZone(e._viewZone.id)}),this._viewZone=null),this._overlayWidget&&(this.editor.removeOverlayWidget(this._overlayWidget),this._overlayWidget=null),this._arrow&&this._arrow.hide()},e.prototype._decoratingElementsHeight=function(){var e=this.editor.getConfiguration().lineHeight,t=0;this.options.showArrow&&(t+=2*Math.round(e/3));this.options.showFrame&&(t+=2*Math.round(e/9));return t},e.prototype._showImpl=function(e,t){var n=this,i={lineNumber:e.startLineNumber,column:e.startColumn},r=this.editor.getLayoutInfo(),o=this._getWidth(r);this.domNode.style.width=o+"px",this.domNode.style.left=this._getLeft(r)+"px";var a=document.createElement("div");a.style.overflow="hidden";var s=this.editor.getConfiguration().lineHeight,l=this.editor.getLayoutInfo().height/s*.8;t>=l&&(t=l);var c=0,u=0;if(this.options.showArrow&&(c=Math.round(s/3),this._arrow.height=c,this._arrow.show(i)),this.options.showFrame&&(u=Math.round(s/9)),this.editor.changeViewZones(function(e){n._viewZone&&e.removeZone(n._viewZone.id),n._overlayWidget&&(n.editor.removeOverlayWidget(n._overlayWidget),n._overlayWidget=null),n.domNode.style.top="-1000px",n._viewZone=new y(a,i.lineNumber,i.column,t,function(e){return n._onViewZoneTop(e)},function(e){return n._onViewZoneHeight(e)}),n._viewZone.id=e.addZone(n._viewZone),n._overlayWidget=new b("vs.editor.contrib.zoneWidget"+n._viewZone.id,n.domNode),n.editor.addOverlayWidget(n._overlayWidget)}),this.options.showFrame){var d=this.options.frameWidth?this.options.frameWidth:u;this.container.style.borderTopWidth=d+"px",this.container.style.borderBottomWidth=d+"px"}var h=t*s-this._decoratingElementsHeight();this.container.style.top=c+"px",this.container.style.height=h+"px",this.container.style.overflow="hidden",this._doLayout(h,o),this.options.keepEditorSelection||this.editor.setSelection(e);var p=this.editor.getModel();if(p){var f=Math.min(p.getLineCount(),Math.max(1,e.endLineNumber+1));this.revealLine(f)}},e.prototype.revealLine=function(e){this.editor.revealLine(e,0)},e.prototype.setCssClass=function(e,t){t&&this.container.classList.remove(t),i.f(this.container,e)},e.prototype._onWidth=function(e){},e.prototype._doLayout=function(e,t){},e.prototype._relayout=function(e){var t=this;this._viewZone&&this._viewZone.heightInLines!==e&&this.editor.changeViewZones(function(n){t._viewZone&&(t._viewZone.heightInLines=e,n.layoutZone(t._viewZone.id))})},e.prototype._initSash=function(){var e,t=this;this._resizeSash=new h.a(this.domNode,this,{orientation:1}),this.options.isResizeable||(this._resizeSash.hide(),this._resizeSash.state=0),this._disposables.push(this._resizeSash.onDidStart(function(n){t._viewZone&&(e={startY:n.startY,heightInLines:t._viewZone.heightInLines})})),this._disposables.push(this._resizeSash.onDidEnd(function(){e=void 0})),this._disposables.push(this._resizeSash.onDidChange(function(n){if(e){var i=(n.currentY-e.startY)/t.editor.getConfiguration().lineHeight,r=i<0?Math.ceil(i):Math.floor(i),o=e.heightInLines+r;o>5&&o<35&&t._relayout(o)}}))},e.prototype.getHorizontalSashLeft=function(){return 0},e.prototype.getHorizontalSashTop=function(){return(null===this.domNode.style.height?0:parseInt(this.domNode.style.height))-this._decoratingElementsHeight()/2},e.prototype.getHorizontalSashWidth=function(){var e=this.editor.getLayoutInfo();return e.width-e.minimapWidth},e}(),S=n("3/fG"),x=n("T8No"),M=n("Cg/j"),E=n("9fML");n.d(t,"a",function(){return I}),n.d(t,"b",function(){return L}),n.d(t,"d",function(){return D}),n.d(t,"c",function(){return A});var T,L,O,k=(T=function(e,t){return(T=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(e,t)},function(e,t){function n(){this.constructor=e}T(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),I=Object(M.c)("IPeekViewService");function D(e){var t=e.get(u.a).getFocusedCodeEditor();return t instanceof d.a?t.getParentEditor():t}Object(E.a)(I,function(){function e(){this._widgets=new Map}return e.prototype.addExclusiveWidget=function(e,t){var n=this,i=this._widgets.get(e);i&&(i.listener.dispose(),i.widget.dispose());this._widgets.set(e,{widget:t,listener:t.onDidClose(function(){var i=n._widgets.get(e);i&&i.widget===t&&(i.listener.dispose(),n._widgets.delete(e))})})},e}()),(O=L||(L={})).inPeekEditor=new x.f("inReferenceSearchEditor",!0),O.notInPeekEditor=O.inPeekEditor.toNegated();var N={headerBackgroundColor:a.a.white,primaryHeadingColor:a.a.fromHex("#333333"),secondaryHeadingColor:a.a.fromHex("#6c6c6cb3")},A=function(e){function t(t,n){void 0===n&&(n={});var i=e.call(this,t,n)||this;return i._onDidClose=new s.a,l.g(i.options,N,!1),i}return k(t,e),t.prototype.dispose=function(){e.prototype.dispose.call(this),this._onDidClose.fire(this)},Object.defineProperty(t.prototype,"onDidClose",{get:function(){return this._onDidClose.event},enumerable:!0,configurable:!0}),t.prototype.style=function(t){var n=this.options;t.headerBackgroundColor&&(n.headerBackgroundColor=t.headerBackgroundColor),t.primaryHeadingColor&&(n.primaryHeadingColor=t.primaryHeadingColor),t.secondaryHeadingColor&&(n.secondaryHeadingColor=t.secondaryHeadingColor),e.prototype.style.call(this,t)},t.prototype._applyStyles=function(){e.prototype._applyStyles.call(this);var t=this.options;this._headElement&&t.headerBackgroundColor&&(this._headElement.style.backgroundColor=t.headerBackgroundColor.toString()),this._primaryHeading&&t.primaryHeadingColor&&(this._primaryHeading.style.color=t.primaryHeadingColor.toString()),this._secondaryHeading&&t.secondaryHeadingColor&&(this._secondaryHeading.style.color=t.secondaryHeadingColor.toString()),this._bodyElement&&t.frameColor&&(this._bodyElement.style.borderColor=t.frameColor.toString())},t.prototype._fillContainer=function(e){this.setCssClass("peekview-widget"),this._headElement=i.a(".head"),this._bodyElement=i.a(".body"),this._fillHead(this._headElement),this._fillBody(this._bodyElement),e.appendChild(this._headElement),e.appendChild(this._bodyElement)},t.prototype._fillHead=function(e){var t=this,n=i.a(".peekview-title");i.m(this._headElement,n),i.k(n,"click",function(e){return t._onTitleClick(e)}),this._headingIcon=i.a("span"),this._primaryHeading=i.a("span.filename"),this._secondaryHeading=i.a("span.dirname"),this._metaHeading=i.a("span.meta"),i.m(n,this._headingIcon,this._primaryHeading,this._secondaryHeading,this._metaHeading);var a=i.a(".peekview-actions");i.m(this._headElement,a);var s=this._getActionBarOptions();this._actionbarWidget=new r.a(a,s),this._disposables.push(this._actionbarWidget),this._actionbarWidget.push(new o.a("peekview.close",S.a("label.close","Close"),"close-peekview-action",!0,function(){return t.dispose(),Promise.resolve()}),{label:!1,icon:!0})},t.prototype._getActionBarOptions=function(){return{}},t.prototype._onTitleClick=function(e){},t.prototype.setTitleIcon=function(e){this._headingIcon.className=e?"icon "+e:""},t.prototype.setTitle=function(e,t){this._primaryHeading.innerHTML=c.m(e),this._primaryHeading.setAttribute("aria-label",e),t?this._secondaryHeading.innerHTML=c.m(t):i.n(this._secondaryHeading)},t.prototype.setMetaTitle=function(e){e?this._metaHeading.innerHTML=c.m(e):i.n(this._metaHeading)},t.prototype._doLayout=function(e,t){if(!this._isShowing&&e<0)this.dispose();else{var n=Math.ceil(1.2*this.editor.getConfiguration().lineHeight),i=e-(n+2);this._doLayoutHead(n,t),this._doLayoutBody(i,t)}},t.prototype._doLayoutHead=function(e,t){this._headElement.style.height=e+"px",this._headElement.style.lineHeight=this._headElement.style.height},t.prototype._doLayoutBody=function(e,t){this._bodyElement.style.height=e+"px"},t}(C)},"5rEg":function(e,t,n){"use strict";var i=n("q1tI"),r=n("17x9"),o=n("TSYQ"),a=n.n(o),s=n("BGR+"),l=n("VCL8"),c=n("wEI+"),u=n("CtXQ"),d=n("CWQg"),h=n("6CfX");function p(e){return(p="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function f(){return(f=Object.assign||function(e){for(var t=1;t1&&void 0!==arguments[1]&&arguments[1],n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null,i=arguments.length>3&&void 0!==arguments[3]?arguments[3]:null;z||(z=document.createElement("textarea"),document.body.appendChild(z)),e.getAttribute("wrap")?z.setAttribute("wrap",e.getAttribute("wrap")):z.removeAttribute("wrap");var r=function(e){var t=arguments.length>1&&void 0!==arguments[1]&&arguments[1],n=e.getAttribute("id")||e.getAttribute("data-reactid")||e.getAttribute("name");if(t&&j[n])return j[n];var i=window.getComputedStyle(e),r=i.getPropertyValue("box-sizing")||i.getPropertyValue("-moz-box-sizing")||i.getPropertyValue("-webkit-box-sizing"),o=parseFloat(i.getPropertyValue("padding-bottom"))+parseFloat(i.getPropertyValue("padding-top")),a=parseFloat(i.getPropertyValue("border-bottom-width"))+parseFloat(i.getPropertyValue("border-top-width")),s={sizingStyle:H.map(function(e){return"".concat(e,":").concat(i.getPropertyValue(e))}).join(";"),paddingSize:o,borderSize:a,boxSizing:r};return t&&n&&(j[n]=s),s}(e,t),o=r.paddingSize,a=r.borderSize,s=r.boxSizing,l=r.sizingStyle;z.setAttribute("style","".concat(l,";").concat(F)),z.value=e.value||e.placeholder||"";var c,u=Number.MIN_SAFE_INTEGER,d=Number.MAX_SAFE_INTEGER,h=z.scrollHeight;if("border-box"===s?h+=a:"content-box"===s&&(h-=o),null!==n||null!==i){z.value=" ";var p=z.scrollHeight-o;null!==n&&(u=p*n,"border-box"===s&&(u=u+o+a),h=Math.max(u,h)),null!==i&&(d=p*i,"border-box"===s&&(d=d+o+a),c=h>d?"":"hidden",h=Math.min(d,h))}return{height:h,minHeight:u,maxHeight:d,overflowY:c}}var W=n("i8i4"),B=n("bdgK");function U(e){return(U="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function Y(e,t){for(var n=0;nl;)i(s,n=t[l++])&&(~o(c,n)||c.push(n));return c}},"6+QB":function(e,t,n){!function(e){"use strict";e.defineLocale("ms",{months:"Januari_Februari_Mac_April_Mei_Jun_Julai_Ogos_September_Oktober_November_Disember".split("_"),monthsShort:"Jan_Feb_Mac_Apr_Mei_Jun_Jul_Ogs_Sep_Okt_Nov_Dis".split("_"),weekdays:"Ahad_Isnin_Selasa_Rabu_Khamis_Jumaat_Sabtu".split("_"),weekdaysShort:"Ahd_Isn_Sel_Rab_Kha_Jum_Sab".split("_"),weekdaysMin:"Ah_Is_Sl_Rb_Km_Jm_Sb".split("_"),longDateFormat:{LT:"HH.mm",LTS:"HH.mm.ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY [pukul] HH.mm",LLLL:"dddd, D MMMM YYYY [pukul] HH.mm"},meridiemParse:/pagi|tengahari|petang|malam/,meridiemHour:function(e,t){return 12===e&&(e=0),"pagi"===t?e:"tengahari"===t?e>=11?e:e+12:"petang"===t||"malam"===t?e+12:void 0},meridiem:function(e,t,n){return e<11?"pagi":e<15?"tengahari":e<19?"petang":"malam"},calendar:{sameDay:"[Hari ini pukul] LT",nextDay:"[Esok pukul] LT",nextWeek:"dddd [pukul] LT",lastDay:"[Kelmarin pukul] LT",lastWeek:"dddd [lepas pukul] LT",sameElse:"L"},relativeTime:{future:"dalam %s",past:"%s yang lepas",s:"beberapa saat",ss:"%d saat",m:"seminit",mm:"%d minit",h:"sejam",hh:"%d jam",d:"sehari",dd:"%d hari",M:"sebulan",MM:"%d bulan",y:"setahun",yy:"%d tahun"},week:{dow:1,doy:7}})}(n("wd/R"))},"6/1s":function(e,t,n){var i=n("YqAc")("meta"),r=n("93I4"),o=n("B+OT"),a=n("2faE").f,s=0,l=Object.isExtensible||function(){return!0},c=!n("KUxP")(function(){return l(Object.preventExtensions({}))}),u=function(e){a(e,i,{value:{i:"O"+ ++s,w:{}}})},d=e.exports={KEY:i,NEED:!1,fastKey:function(e,t){if(!r(e))return"symbol"==typeof e?e:("string"==typeof e?"S":"P")+e;if(!o(e,i)){if(!l(e))return"F";if(!t)return"E";u(e)}return e[i].i},getWeak:function(e,t){if(!o(e,i)){if(!l(e))return!0;if(!t)return!1;u(e)}return e[i].w},onFreeze:function(e){return c&&d.NEED&&l(e)&&!o(e,i)&&u(e),e}}},"6B0Y":function(e,t,n){!function(e){"use strict";var t={1:"១",2:"២",3:"៣",4:"៤",5:"៥",6:"៦",7:"៧",8:"៨",9:"៩",0:"០"},n={"១":"1","២":"2","៣":"3","៤":"4","៥":"5","៦":"6","៧":"7","៨":"8","៩":"9","០":"0"};e.defineLocale("km",{months:"មករា_កុម្ភៈ_មីនា_មេសា_ឧសភា_មិថុនា_កក្កដា_សីហា_កញ្ញា_តុលា_វិច្ឆិកា_ធ្នូ".split("_"),monthsShort:"មករា_កុម្ភៈ_មីនា_មេសា_ឧសភា_មិថុនា_កក្កដា_សីហា_កញ្ញា_តុលា_វិច្ឆិកា_ធ្នូ".split("_"),weekdays:"អាទិត្យ_ច័ន្ទ_អង្គារ_ពុធ_ព្រហស្បតិ៍_សុក្រ_សៅរ៍".split("_"),weekdaysShort:"អា_ច_អ_ព_ព្រ_សុ_ស".split("_"),weekdaysMin:"អា_ច_អ_ព_ព្រ_សុ_ស".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},meridiemParse:/ព្រឹក|ល្ងាច/,isPM:function(e){return"ល្ងាច"===e},meridiem:function(e,t,n){return e<12?"ព្រឹក":"ល្ងាច"},calendar:{sameDay:"[ថ្ងៃនេះ ម៉ោង] LT",nextDay:"[ស្អែក ម៉ោង] LT",nextWeek:"dddd [ម៉ោង] LT",lastDay:"[ម្សិលមិញ ម៉ោង] LT",lastWeek:"dddd [សប្តាហ៍មុន] [ម៉ោង] LT",sameElse:"L"},relativeTime:{future:"%sទៀត",past:"%sមុន",s:"ប៉ុន្មានវិនាទី",ss:"%d វិនាទី",m:"មួយនាទី",mm:"%d នាទី",h:"មួយម៉ោង",hh:"%d ម៉ោង",d:"មួយថ្ងៃ",dd:"%d ថ្ងៃ",M:"មួយខែ",MM:"%d ខែ",y:"មួយឆ្នាំ",yy:"%d ឆ្នាំ"},dayOfMonthOrdinalParse:/ទី\d{1,2}/,ordinal:"ទី%d",preparse:function(e){return e.replace(/[១២៣៤៥៦៧៨៩០]/g,function(e){return n[e]})},postformat:function(e){return e.replace(/\d/g,function(e){return t[e]})},week:{dow:1,doy:4}})}(n("wd/R"))},"6CfX":function(e,t,n){"use strict";var i=n("2W6z"),r=n.n(i),o={};t.a=function(e,t,n){e||o[n]||(r()(!1,"[antd: ".concat(t,"] ").concat(n)),o[n]=!0)}},"6OMU":function(e,t,n){"use strict";function i(e,t){return void 0===t&&(t=0),e[e.length-(1+t)]}function r(e){if(0===e.length)throw new Error("Invalid tail call");return[e.slice(0,e.length-1),e[e.length-1]]}function o(e,t,n){if(void 0===n&&(n=function(e,t){return e===t}),e===t)return!0;if(!e||!t)return!1;if(e.length!==t.length)return!1;for(var i=0,r=e.length;i0))return o;r=o-1}}return-(i+1)}function s(e,t){var n=0,i=e.length;if(0===i)return 0;for(;ni?e[l]=o[s++]:s>r?e[l]=o[a++]:t(o[s],o[a])<0?e[l]=o[s++]:e[l]=o[a++]}(t,n,i,a,r,o)}(e,t,0,e.length-1,[]),e}function c(e,t){for(var n=[],i=void 0,r=0,o=l(e.slice(0),t);r0}function p(e,t){if(!t)return e.filter(function(t,n){return e.indexOf(t)===n});var n=Object.create(null);return e.filter(function(e){var i=t(e);return!n[i]&&(n[i]=!0,!0)})}function f(e){var t=new Set;return e.filter(function(e){return!t.has(e)&&(t.add(e),!0)})}function m(e,t){for(var n=0;nt;r--)i.push(r);return i}function y(e,t,n){var i=e.slice(0,t),r=e.slice(t);return i.concat(n,r)}function b(e,t){var n=e.indexOf(t);n>-1&&(e.splice(n,1),e.unshift(t))}function w(e,t){var n=e.indexOf(t);n>-1&&(e.splice(n,1),e.push(t))}function C(e){return Array.isArray(e)?e:[e]}n.d(t,"s",function(){return i}),n.d(t,"t",function(){return r}),n.d(t,"g",function(){return o}),n.d(t,"c",function(){return a}),n.d(t,"h",function(){return s}),n.d(t,"o",function(){return l}),n.d(t,"l",function(){return c}),n.d(t,"d",function(){return u}),n.d(t,"m",function(){return d}),n.d(t,"n",function(){return h}),n.d(t,"e",function(){return p}),n.d(t,"f",function(){return f}),n.d(t,"j",function(){return m}),n.d(t,"i",function(){return g}),n.d(t,"k",function(){return v}),n.d(t,"r",function(){return _}),n.d(t,"a",function(){return y}),n.d(t,"q",function(){return b}),n.d(t,"p",function(){return w}),n.d(t,"b",function(){return C})},"6sVZ":function(e,t){var n=Object.prototype;e.exports=function(e){var t=e&&e.constructor;return e===("function"==typeof t&&t.prototype||n)}},"6tYh":function(e,t,n){var i=n("93I4"),r=n("5K7Z"),o=function(e,t){if(r(e),!i(t)&&null!==t)throw TypeError(t+": can't set as prototype!")};e.exports={set:Object.setPrototypeOf||("__proto__"in{}?function(e,t,i){try{(i=n("2GTP")(Function.call,n("vwuL").f(Object.prototype,"__proto__").set,2))(e,[]),t=!(e instanceof Array)}catch(e){t=!0}return function(e,n){return o(e,n),t?e.__proto__=n:i(e,n),e}}({},!1):void 0),check:o}},"6xnz":function(e,t){function n(e,t,n,i){this.id=e,this.cost=t,this.index=n,this.value=0,this.priority=i}function i(e,t,i,r){n.call(this,e,t,i,r)}function r(e,t){n.call(this,e,0,t,0)}function o(e,t){this.variable=e,this.coefficient=t}function a(e,t,n){return 0===n||"required"===n?null:(t=t||1,n=n||1,!1===e.isMinimization&&(t=-t),e.addVariable(t,"r"+e.relaxationIndex++,!1,!1,n))}function s(e,t,n,i){this.slack=new r("s"+n,n),this.index=n,this.model=i,this.rhs=e,this.isUpperBound=t,this.terms=[],this.termsByVarIndex={},this.relaxation=null}function l(e,t){this.upperBound=e,this.lowerBound=t,this.model=e.model,this.rhs=e.rhs,this.relaxation=null}i.prototype.isInteger=!0,r.prototype.isSlack=!0,s.prototype.addTerm=function(e,t){var n=t.index,i=this.termsByVarIndex[n];if(void 0===i)i=new o(t,e),this.termsByVarIndex[n]=i,this.terms.push(i),!0===this.isUpperBound&&(e=-e),this.model.updateConstraintCoefficient(this,t,e);else{var r=i.coefficient+e;this.setVariableCoefficient(r,t)}return this},s.prototype.removeTerm=function(e){return this},s.prototype.setRightHandSide=function(e){if(e!==this.rhs){var t=e-this.rhs;!0===this.isUpperBound&&(t=-t),this.rhs=e,this.model.updateRightHandSide(this,t)}return this},s.prototype.setVariableCoefficient=function(e,t){var n=t.index;if(-1!==n){var i=this.termsByVarIndex[n];if(void 0===i)this.addTerm(e,t);else if(e!==i.coefficient){var r=e-i.coefficient;!0===this.isUpperBound&&(r=-r),i.coefficient=e,this.model.updateConstraintCoefficient(this,t,r)}return this}console.warn("[Constraint.setVariableCoefficient] Trying to change coefficient of inexistant variable.")},s.prototype.relax=function(e,t){this.relaxation=a(this.model,e,t),this._relax(this.relaxation)},s.prototype._relax=function(e){null!==e&&(this.isUpperBound?this.setVariableCoefficient(-1,e):this.setVariableCoefficient(1,e))},l.prototype.isEquality=!0,l.prototype.addTerm=function(e,t){return this.upperBound.addTerm(e,t),this.lowerBound.addTerm(e,t),this},l.prototype.removeTerm=function(e){return this.upperBound.removeTerm(e),this.lowerBound.removeTerm(e),this},l.prototype.setRightHandSide=function(e){this.upperBound.setRightHandSide(e),this.lowerBound.setRightHandSide(e),this.rhs=e},l.prototype.relax=function(e,t){this.relaxation=a(this.model,e,t),this.upperBound.relaxation=this.relaxation,this.upperBound._relax(this.relaxation),this.lowerBound.relaxation=this.relaxation,this.lowerBound._relax(this.relaxation)},e.exports={Constraint:s,Variable:n,IntegerVariable:i,SlackVariable:r,Equality:l,Term:o}},"711d":function(e,t){e.exports=function(e){return function(t){return null==t?void 0:t[e]}}},"746U":function(e,t,n){"use strict";n.d(t,"b",function(){return r}),n.d(t,"h",function(){return o}),n.d(t,"g",function(){return a}),n.d(t,"f",function(){return s}),n.d(t,"c",function(){return l}),n.d(t,"i",function(){return c}),n.d(t,"j",function(){return u}),n.d(t,"d",function(){return h}),n.d(t,"e",function(){return p}),n.d(t,"k",function(){return f}),n.d(t,"a",function(){return g}),n.d(t,"l",function(){return v}),n.d(t,"m",function(){return _});var i={number:"number",string:"string",undefined:"undefined",object:"object",function:"function"};function r(e){return Array.isArray?Array.isArray(e):!(!e||typeof e.length!==i.number||e.constructor!==Array)}function o(e){return typeof e===i.string||e instanceof String}function a(e){return!(typeof e!==i.object||null===e||Array.isArray(e)||e instanceof RegExp||e instanceof Date)}function s(e){return(typeof e===i.number||e instanceof Number)&&!isNaN(e)}function l(e){return!0===e||!1===e}function c(e){return typeof e===i.undefined}function u(e){return c(e)||null===e}var d=Object.prototype.hasOwnProperty;function h(e){if(!a(e))return!1;for(var t in e)if(d.call(e,t))return!1;return!0}function p(e){return typeof e===i.function}function f(e,t){for(var n=Math.min(e.length,t.length),i=0;i11?n?"ප.ව.":"පස් වරු":n?"පෙ.ව.":"පෙර වරු"}})}(n("wd/R"))},"7fqy":function(e,t){e.exports=function(e){var t=-1,n=Array(e.size);return e.forEach(function(e,i){n[++t]=[i,e]}),n}},"7lZ/":function(e,t,n){"use strict";var i=n("qj0h"),r=n("N0LK");function o(e){return Object(r.m)(e)}n.d(t,"a",function(){return a});var a=function(){function e(e,t){this.supportOcticons=t,this.domNode=document.createElement("span"),this.domNode.className="monaco-highlighted-label",this.didEverRender=!1,e.appendChild(this.domNode)}return Object.defineProperty(e.prototype,"element",{get:function(){return this.domNode},enumerable:!0,configurable:!0}),e.prototype.set=function(t,n,r,o){void 0===n&&(n=[]),void 0===r&&(r=""),t||(t=""),o&&(t=e.escapeNewLines(t,n)),this.didEverRender&&this.text===t&&this.title===r&&i.e(this.highlights,n)||(Array.isArray(n)||(n=[]),this.text=t,this.title=r,this.highlights=n,this.render())},e.prototype.render=function(){for(var e="",t=0,n=0,i=this.highlights;n";var s=this.text.substring(t,a.start);e+=this.supportOcticons?o(s):Object(r.m)(s),e+="",t=a.end}e+='';var l=this.text.substring(a.start,a.end);e+=this.supportOcticons?o(l):Object(r.m)(l),e+="",t=a.end}}if(t";l=this.text.substring(t);e+=this.supportOcticons?o(l):Object(r.m)(l),e+=""}this.domNode.innerHTML=e,this.domNode.title=this.title,this.didEverRender=!0},e.escapeNewLines=function(e,t){var n=0,i=0;return e.replace(/\r\n|\r|\n/g,function(e,r){i="\r\n"===e?-1:0,r+=n;for(var o=0,a=t;o=r&&(s.start+=i),s.end>=r&&(s.end+=i))}return n+=i,"⏎"})},e}()},"7s2V":function(e,t,n){"use strict";n.r(t),n.d(t,"conf",function(){return i}),n.d(t,"language",function(){return r});var i={comments:{lineComment:"REM"},brackets:[["{","}"],["[","]"],["(",")"]],autoClosingPairs:[{open:"{",close:"}"},{open:"[",close:"]"},{open:"(",close:")"},{open:'"',close:'"'}],surroundingPairs:[{open:"[",close:"]"},{open:"(",close:")"},{open:'"',close:'"'}],folding:{markers:{start:new RegExp("^\\s*(::\\s*|REM\\s+)#region"),end:new RegExp("^\\s*(::\\s*|REM\\s+)#endregion")}}},r={defaultToken:"",ignoreCase:!0,tokenPostfix:".bat",brackets:[{token:"delimiter.bracket",open:"{",close:"}"},{token:"delimiter.parenthesis",open:"(",close:")"},{token:"delimiter.square",open:"[",close:"]"}],keywords:/call|defined|echo|errorlevel|exist|for|goto|if|pause|set|shift|start|title|not|pushd|popd/,symbols:/[=>=10?e:e+12:"ਸ਼ਾਮ"===t?e+12:void 0},meridiem:function(e,t,n){return e<4?"ਰਾਤ":e<10?"ਸਵੇਰ":e<17?"ਦੁਪਹਿਰ":e<20?"ਸ਼ਾਮ":"ਰਾਤ"},week:{dow:0,doy:6}})}(n("wd/R"))},"87dK":function(e,t,n){"use strict";n.r(t),n.d(t,"conf",function(){return r}),n.d(t,"language",function(){return o});var i="undefined"==typeof monaco?self.monaco:monaco,r={wordPattern:/(-?\d*\.\d\w*)|([^\`\~\!\@\#\%\^\&\*\(\)\-\=\+\[\{\]\}\\\|\;\:\'\"\,\.\<\>\/\?\s]+)/g,comments:{lineComment:"//",blockComment:["/*","*/"]},brackets:[["{","}"],["[","]"],["(",")"]],onEnterRules:[{beforeText:/^\s*\/\*\*(?!\/)([^\*]|\*(?!\/))*$/,afterText:/^\s*\*\/$/,action:{indentAction:i.languages.IndentAction.IndentOutdent,appendText:" * "}},{beforeText:/^\s*\/\*\*(?!\/)([^\*]|\*(?!\/))*$/,action:{indentAction:i.languages.IndentAction.None,appendText:" * "}},{beforeText:/^(\t|(\ \ ))*\ \*(\ ([^\*]|\*(?!\/))*)?$/,action:{indentAction:i.languages.IndentAction.None,appendText:"* "}},{beforeText:/^(\t|(\ \ ))*\ \*\/\s*$/,action:{indentAction:i.languages.IndentAction.None,removeText:1}}],autoClosingPairs:[{open:"{",close:"}"},{open:"[",close:"]"},{open:"(",close:")"},{open:'"',close:'"',notIn:["string"]},{open:"'",close:"'",notIn:["string","comment"]},{open:"`",close:"`",notIn:["string","comment"]},{open:"/**",close:" */",notIn:["string"]}],folding:{markers:{start:new RegExp("^\\s*//\\s*#?region\\b"),end:new RegExp("^\\s*//\\s*#?endregion\\b")}}},o={defaultToken:"invalid",tokenPostfix:".ts",keywords:["abstract","as","break","case","catch","class","continue","const","constructor","debugger","declare","default","delete","do","else","enum","export","extends","false","finally","for","from","function","get","if","implements","import","in","infer","instanceof","interface","is","keyof","let","module","namespace","never","new","null","package","private","protected","public","readonly","require","global","return","set","static","super","switch","symbol","this","throw","true","try","type","typeof","unique","var","void","while","with","yield","async","await","of"],typeKeywords:["any","boolean","number","object","string","undefined"],operators:["<=",">=","==","!=","===","!==","=>","+","-","**","*","/","%","++","--","<<",">",">>>","&","|","^","!","~","&&","||","?",":","=","+=","-=","*=","**=","/=","%=","<<=",">>=",">>>=","&=","|=","^=","@"],symbols:/[=>](?!@symbols)/,"@brackets"],[/!(?=([^=]|$))/,"delimiter"],[/@symbols/,{cases:{"@operators":"delimiter","@default":""}}],[/(@digits)[eE]([\-+]?(@digits))?/,"number.float"],[/(@digits)\.(@digits)([eE][\-+]?(@digits))?/,"number.float"],[/0[xX](@hexdigits)/,"number.hex"],[/0[oO]?(@octaldigits)/,"number.octal"],[/0[bB](@binarydigits)/,"number.binary"],[/(@digits)/,"number"],[/[;,.]/,"delimiter"],[/"([^"\\]|\\.)*$/,"string.invalid"],[/'([^'\\]|\\.)*$/,"string.invalid"],[/"/,"string","@string_double"],[/'/,"string","@string_single"],[/`/,"string","@string_backtick"]],whitespace:[[/[ \t\r\n]+/,""],[/\/\*\*(?!\/)/,"comment.doc","@jsdoc"],[/\/\*/,"comment","@comment"],[/\/\/.*$/,"comment"]],comment:[[/[^\/*]+/,"comment"],[/\*\//,"comment","@pop"],[/[\/*]/,"comment"]],jsdoc:[[/[^\/*]+/,"comment.doc"],[/\*\//,"comment.doc","@pop"],[/[\/*]/,"comment.doc"]],regexp:[[/(\{)(\d+(?:,\d*)?)(\})/,["regexp.escape.control","regexp.escape.control","regexp.escape.control"]],[/(\[)(\^?)(?=(?:[^\]\\\/]|\\.)+)/,["regexp.escape.control",{token:"regexp.escape.control",next:"@regexrange"}]],[/(\()(\?:|\?=|\?!)/,["regexp.escape.control","regexp.escape.control"]],[/[()]/,"regexp.escape.control"],[/@regexpctl/,"regexp.escape.control"],[/[^\\\/]/,"regexp"],[/@regexpesc/,"regexp.escape"],[/\\\./,"regexp.invalid"],[/(\/)([gimsuy]*)/,[{token:"regexp",bracket:"@close",next:"@pop"},"keyword.other"]]],regexrange:[[/-/,"regexp.escape.control"],[/\^/,"regexp.invalid"],[/@regexpesc/,"regexp.escape"],[/[^\]]/,"regexp"],[/\]/,{token:"regexp.escape.control",next:"@pop",bracket:"@close"}]],string_double:[[/[^\\"]+/,"string"],[/@escapes/,"string.escape"],[/\\./,"string.escape.invalid"],[/"/,"string","@pop"]],string_single:[[/[^\\']+/,"string"],[/@escapes/,"string.escape"],[/\\./,"string.escape.invalid"],[/'/,"string","@pop"]],string_backtick:[[/\$\{/,{token:"delimiter.bracket",next:"@bracketCounting"}],[/[^\\`$]+/,"string"],[/@escapes/,"string.escape"],[/\\./,"string.escape.invalid"],[/`/,"string","@pop"]],bracketCounting:[[/\{/,"delimiter.bracket","@bracketCounting"],[/\}/,"delimiter.bracket","@pop"],{include:"common"}]}}},"88+i":function(e,t,n){},"8ATB":function(e,t,n){},"8Fln":function(e,t,n){"use strict";n.r(t),n.d(t,"Async",function(){return j}),n.d(t,"AsyncCreatable",function(){return K}),n.d(t,"Creatable",function(){return V}),n.d(t,"Value",function(){return O}),n.d(t,"Option",function(){return L}),n.d(t,"defaultMenuRenderer",function(){return _}),n.d(t,"defaultArrowRenderer",function(){return h}),n.d(t,"defaultClearRenderer",function(){return p}),n.d(t,"defaultFilterOptions",function(){return v});var i=n("FUBA"),r=n.n(i),o=n("TSYQ"),a=n.n(o),s=n("17x9"),l=n.n(s),c=n("q1tI"),u=n.n(c),d=n("i8i4"),h=function(e){var t=e.onMouseDown;return u.a.createElement("span",{className:"Select-arrow",onMouseDown:t})};h.propTypes={onMouseDown:l.a.func};var p=function(){return u.a.createElement("span",{className:"Select-clear",dangerouslySetInnerHTML:{__html:"×"}})},f=[{base:"A",letters:/[\u0041\u24B6\uFF21\u00C0\u00C1\u00C2\u1EA6\u1EA4\u1EAA\u1EA8\u00C3\u0100\u0102\u1EB0\u1EAE\u1EB4\u1EB2\u0226\u01E0\u00C4\u01DE\u1EA2\u00C5\u01FA\u01CD\u0200\u0202\u1EA0\u1EAC\u1EB6\u1E00\u0104\u023A\u2C6F]/g},{base:"AA",letters:/[\uA732]/g},{base:"AE",letters:/[\u00C6\u01FC\u01E2]/g},{base:"AO",letters:/[\uA734]/g},{base:"AU",letters:/[\uA736]/g},{base:"AV",letters:/[\uA738\uA73A]/g},{base:"AY",letters:/[\uA73C]/g},{base:"B",letters:/[\u0042\u24B7\uFF22\u1E02\u1E04\u1E06\u0243\u0182\u0181]/g},{base:"C",letters:/[\u0043\u24B8\uFF23\u0106\u0108\u010A\u010C\u00C7\u1E08\u0187\u023B\uA73E]/g},{base:"D",letters:/[\u0044\u24B9\uFF24\u1E0A\u010E\u1E0C\u1E10\u1E12\u1E0E\u0110\u018B\u018A\u0189\uA779]/g},{base:"DZ",letters:/[\u01F1\u01C4]/g},{base:"Dz",letters:/[\u01F2\u01C5]/g},{base:"E",letters:/[\u0045\u24BA\uFF25\u00C8\u00C9\u00CA\u1EC0\u1EBE\u1EC4\u1EC2\u1EBC\u0112\u1E14\u1E16\u0114\u0116\u00CB\u1EBA\u011A\u0204\u0206\u1EB8\u1EC6\u0228\u1E1C\u0118\u1E18\u1E1A\u0190\u018E]/g},{base:"F",letters:/[\u0046\u24BB\uFF26\u1E1E\u0191\uA77B]/g},{base:"G",letters:/[\u0047\u24BC\uFF27\u01F4\u011C\u1E20\u011E\u0120\u01E6\u0122\u01E4\u0193\uA7A0\uA77D\uA77E]/g},{base:"H",letters:/[\u0048\u24BD\uFF28\u0124\u1E22\u1E26\u021E\u1E24\u1E28\u1E2A\u0126\u2C67\u2C75\uA78D]/g},{base:"I",letters:/[\u0049\u24BE\uFF29\u00CC\u00CD\u00CE\u0128\u012A\u012C\u0130\u00CF\u1E2E\u1EC8\u01CF\u0208\u020A\u1ECA\u012E\u1E2C\u0197]/g},{base:"J",letters:/[\u004A\u24BF\uFF2A\u0134\u0248]/g},{base:"K",letters:/[\u004B\u24C0\uFF2B\u1E30\u01E8\u1E32\u0136\u1E34\u0198\u2C69\uA740\uA742\uA744\uA7A2]/g},{base:"L",letters:/[\u004C\u24C1\uFF2C\u013F\u0139\u013D\u1E36\u1E38\u013B\u1E3C\u1E3A\u0141\u023D\u2C62\u2C60\uA748\uA746\uA780]/g},{base:"LJ",letters:/[\u01C7]/g},{base:"Lj",letters:/[\u01C8]/g},{base:"M",letters:/[\u004D\u24C2\uFF2D\u1E3E\u1E40\u1E42\u2C6E\u019C]/g},{base:"N",letters:/[\u004E\u24C3\uFF2E\u01F8\u0143\u00D1\u1E44\u0147\u1E46\u0145\u1E4A\u1E48\u0220\u019D\uA790\uA7A4]/g},{base:"NJ",letters:/[\u01CA]/g},{base:"Nj",letters:/[\u01CB]/g},{base:"O",letters:/[\u004F\u24C4\uFF2F\u00D2\u00D3\u00D4\u1ED2\u1ED0\u1ED6\u1ED4\u00D5\u1E4C\u022C\u1E4E\u014C\u1E50\u1E52\u014E\u022E\u0230\u00D6\u022A\u1ECE\u0150\u01D1\u020C\u020E\u01A0\u1EDC\u1EDA\u1EE0\u1EDE\u1EE2\u1ECC\u1ED8\u01EA\u01EC\u00D8\u01FE\u0186\u019F\uA74A\uA74C]/g},{base:"OI",letters:/[\u01A2]/g},{base:"OO",letters:/[\uA74E]/g},{base:"OU",letters:/[\u0222]/g},{base:"P",letters:/[\u0050\u24C5\uFF30\u1E54\u1E56\u01A4\u2C63\uA750\uA752\uA754]/g},{base:"Q",letters:/[\u0051\u24C6\uFF31\uA756\uA758\u024A]/g},{base:"R",letters:/[\u0052\u24C7\uFF32\u0154\u1E58\u0158\u0210\u0212\u1E5A\u1E5C\u0156\u1E5E\u024C\u2C64\uA75A\uA7A6\uA782]/g},{base:"S",letters:/[\u0053\u24C8\uFF33\u1E9E\u015A\u1E64\u015C\u1E60\u0160\u1E66\u1E62\u1E68\u0218\u015E\u2C7E\uA7A8\uA784]/g},{base:"T",letters:/[\u0054\u24C9\uFF34\u1E6A\u0164\u1E6C\u021A\u0162\u1E70\u1E6E\u0166\u01AC\u01AE\u023E\uA786]/g},{base:"TZ",letters:/[\uA728]/g},{base:"U",letters:/[\u0055\u24CA\uFF35\u00D9\u00DA\u00DB\u0168\u1E78\u016A\u1E7A\u016C\u00DC\u01DB\u01D7\u01D5\u01D9\u1EE6\u016E\u0170\u01D3\u0214\u0216\u01AF\u1EEA\u1EE8\u1EEE\u1EEC\u1EF0\u1EE4\u1E72\u0172\u1E76\u1E74\u0244]/g},{base:"V",letters:/[\u0056\u24CB\uFF36\u1E7C\u1E7E\u01B2\uA75E\u0245]/g},{base:"VY",letters:/[\uA760]/g},{base:"W",letters:/[\u0057\u24CC\uFF37\u1E80\u1E82\u0174\u1E86\u1E84\u1E88\u2C72]/g},{base:"X",letters:/[\u0058\u24CD\uFF38\u1E8A\u1E8C]/g},{base:"Y",letters:/[\u0059\u24CE\uFF39\u1EF2\u00DD\u0176\u1EF8\u0232\u1E8E\u0178\u1EF6\u1EF4\u01B3\u024E\u1EFE]/g},{base:"Z",letters:/[\u005A\u24CF\uFF3A\u0179\u1E90\u017B\u017D\u1E92\u1E94\u01B5\u0224\u2C7F\u2C6B\uA762]/g},{base:"a",letters:/[\u0061\u24D0\uFF41\u1E9A\u00E0\u00E1\u00E2\u1EA7\u1EA5\u1EAB\u1EA9\u00E3\u0101\u0103\u1EB1\u1EAF\u1EB5\u1EB3\u0227\u01E1\u00E4\u01DF\u1EA3\u00E5\u01FB\u01CE\u0201\u0203\u1EA1\u1EAD\u1EB7\u1E01\u0105\u2C65\u0250]/g},{base:"aa",letters:/[\uA733]/g},{base:"ae",letters:/[\u00E6\u01FD\u01E3]/g},{base:"ao",letters:/[\uA735]/g},{base:"au",letters:/[\uA737]/g},{base:"av",letters:/[\uA739\uA73B]/g},{base:"ay",letters:/[\uA73D]/g},{base:"b",letters:/[\u0062\u24D1\uFF42\u1E03\u1E05\u1E07\u0180\u0183\u0253]/g},{base:"c",letters:/[\u0063\u24D2\uFF43\u0107\u0109\u010B\u010D\u00E7\u1E09\u0188\u023C\uA73F\u2184]/g},{base:"d",letters:/[\u0064\u24D3\uFF44\u1E0B\u010F\u1E0D\u1E11\u1E13\u1E0F\u0111\u018C\u0256\u0257\uA77A]/g},{base:"dz",letters:/[\u01F3\u01C6]/g},{base:"e",letters:/[\u0065\u24D4\uFF45\u00E8\u00E9\u00EA\u1EC1\u1EBF\u1EC5\u1EC3\u1EBD\u0113\u1E15\u1E17\u0115\u0117\u00EB\u1EBB\u011B\u0205\u0207\u1EB9\u1EC7\u0229\u1E1D\u0119\u1E19\u1E1B\u0247\u025B\u01DD]/g},{base:"f",letters:/[\u0066\u24D5\uFF46\u1E1F\u0192\uA77C]/g},{base:"g",letters:/[\u0067\u24D6\uFF47\u01F5\u011D\u1E21\u011F\u0121\u01E7\u0123\u01E5\u0260\uA7A1\u1D79\uA77F]/g},{base:"h",letters:/[\u0068\u24D7\uFF48\u0125\u1E23\u1E27\u021F\u1E25\u1E29\u1E2B\u1E96\u0127\u2C68\u2C76\u0265]/g},{base:"hv",letters:/[\u0195]/g},{base:"i",letters:/[\u0069\u24D8\uFF49\u00EC\u00ED\u00EE\u0129\u012B\u012D\u00EF\u1E2F\u1EC9\u01D0\u0209\u020B\u1ECB\u012F\u1E2D\u0268\u0131]/g},{base:"j",letters:/[\u006A\u24D9\uFF4A\u0135\u01F0\u0249]/g},{base:"k",letters:/[\u006B\u24DA\uFF4B\u1E31\u01E9\u1E33\u0137\u1E35\u0199\u2C6A\uA741\uA743\uA745\uA7A3]/g},{base:"l",letters:/[\u006C\u24DB\uFF4C\u0140\u013A\u013E\u1E37\u1E39\u013C\u1E3D\u1E3B\u017F\u0142\u019A\u026B\u2C61\uA749\uA781\uA747]/g},{base:"lj",letters:/[\u01C9]/g},{base:"m",letters:/[\u006D\u24DC\uFF4D\u1E3F\u1E41\u1E43\u0271\u026F]/g},{base:"n",letters:/[\u006E\u24DD\uFF4E\u01F9\u0144\u00F1\u1E45\u0148\u1E47\u0146\u1E4B\u1E49\u019E\u0272\u0149\uA791\uA7A5]/g},{base:"nj",letters:/[\u01CC]/g},{base:"o",letters:/[\u006F\u24DE\uFF4F\u00F2\u00F3\u00F4\u1ED3\u1ED1\u1ED7\u1ED5\u00F5\u1E4D\u022D\u1E4F\u014D\u1E51\u1E53\u014F\u022F\u0231\u00F6\u022B\u1ECF\u0151\u01D2\u020D\u020F\u01A1\u1EDD\u1EDB\u1EE1\u1EDF\u1EE3\u1ECD\u1ED9\u01EB\u01ED\u00F8\u01FF\u0254\uA74B\uA74D\u0275]/g},{base:"oi",letters:/[\u01A3]/g},{base:"ou",letters:/[\u0223]/g},{base:"oo",letters:/[\uA74F]/g},{base:"p",letters:/[\u0070\u24DF\uFF50\u1E55\u1E57\u01A5\u1D7D\uA751\uA753\uA755]/g},{base:"q",letters:/[\u0071\u24E0\uFF51\u024B\uA757\uA759]/g},{base:"r",letters:/[\u0072\u24E1\uFF52\u0155\u1E59\u0159\u0211\u0213\u1E5B\u1E5D\u0157\u1E5F\u024D\u027D\uA75B\uA7A7\uA783]/g},{base:"s",letters:/[\u0073\u24E2\uFF53\u00DF\u015B\u1E65\u015D\u1E61\u0161\u1E67\u1E63\u1E69\u0219\u015F\u023F\uA7A9\uA785\u1E9B]/g},{base:"t",letters:/[\u0074\u24E3\uFF54\u1E6B\u1E97\u0165\u1E6D\u021B\u0163\u1E71\u1E6F\u0167\u01AD\u0288\u2C66\uA787]/g},{base:"tz",letters:/[\uA729]/g},{base:"u",letters:/[\u0075\u24E4\uFF55\u00F9\u00FA\u00FB\u0169\u1E79\u016B\u1E7B\u016D\u00FC\u01DC\u01D8\u01D6\u01DA\u1EE7\u016F\u0171\u01D4\u0215\u0217\u01B0\u1EEB\u1EE9\u1EEF\u1EED\u1EF1\u1EE5\u1E73\u0173\u1E77\u1E75\u0289]/g},{base:"v",letters:/[\u0076\u24E5\uFF56\u1E7D\u1E7F\u028B\uA75F\u028C]/g},{base:"vy",letters:/[\uA761]/g},{base:"w",letters:/[\u0077\u24E6\uFF57\u1E81\u1E83\u0175\u1E87\u1E85\u1E98\u1E89\u2C73]/g},{base:"x",letters:/[\u0078\u24E7\uFF58\u1E8B\u1E8D]/g},{base:"y",letters:/[\u0079\u24E8\uFF59\u1EF3\u00FD\u0177\u1EF9\u0233\u1E8F\u00FF\u1EF7\u1E99\u1EF5\u01B4\u024F\u1EFF]/g},{base:"z",letters:/[\u007A\u24E9\uFF5A\u017A\u1E91\u017C\u017E\u1E93\u1E95\u01B6\u0225\u0240\u2C6C\uA763]/g}],m=function(e){for(var t=0;t-1)return!1;if(i.filterOption)return i.filterOption.call(void 0,e,t);if(!t)return!0;var r=e[i.valueKey],o=e[i.labelKey],a=g(r),s=g(o);if(!a&&!s)return!1;var l=a?String(r):null,c=s?String(o):null;return i.ignoreAccents&&(l&&"label"!==i.matchProp&&(l=m(l)),c&&"value"!==i.matchProp&&(c=m(c))),i.ignoreCase&&(l&&"label"!==i.matchProp&&(l=l.toLowerCase()),c&&"value"!==i.matchProp&&(c=c.toLowerCase())),"start"===i.matchPos?l&&"label"!==i.matchProp&&l.substr(0,t.length)===t||c&&"value"!==i.matchProp&&c.substr(0,t.length)===t:l&&"label"!==i.matchProp&&l.indexOf(t)>=0||c&&"value"!==i.matchProp&&c.indexOf(t)>=0})},_=function(e){var t=e.focusedOption,n=e.focusOption,i=e.inputValue,r=e.instancePrefix,o=e.onFocus,s=e.onOptionRef,l=e.onSelect,c=e.optionClassName,d=e.optionComponent,h=e.optionRenderer,p=e.options,f=e.removeValue,m=e.selectValue,g=e.valueArray,v=e.valueKey,_=d;return p.map(function(e,d){var p=g&&g.some(function(t){return t[v]===e[v]}),y=e===t,b=a()(c,{"Select-option":!0,"is-selected":p,"is-focused":y,"is-disabled":e.disabled});return u.a.createElement(_,{className:b,focusOption:n,inputValue:i,instancePrefix:r,isDisabled:e.disabled,isFocused:y,isSelected:p,key:"option-"+d+"-"+e[v],onFocus:o,onSelect:l,option:e,optionIndex:d,ref:function(e){s(e,y)},removeValue:f,selectValue:m},h(e,d,i))})};_.propTypes={focusOption:l.a.func,focusedOption:l.a.object,inputValue:l.a.string,instancePrefix:l.a.string,onFocus:l.a.func,onOptionRef:l.a.func,onSelect:l.a.func,optionClassName:l.a.string,optionComponent:l.a.func,optionRenderer:l.a.func,options:l.a.array,removeValue:l.a.func,selectValue:l.a.func,valueArray:l.a.array,valueKey:l.a.string};var y=function(e){e.preventDefault(),e.stopPropagation(),"A"===e.target.tagName&&"href"in e.target&&(e.target.target?window.open(e.target.href,e.target.target):window.location.href=e.target.href)},b="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},w=(function(){function e(e){this.value=e}function t(t){var n,i;function r(n,i){try{var a=t[n](i),s=a.value;s instanceof e?Promise.resolve(s.value).then(function(e){r("next",e)},function(e){r("throw",e)}):o(a.done?"return":"normal",a.value)}catch(e){o("throw",e)}}function o(e,t){switch(e){case"return":n.resolve({value:t,done:!0});break;case"throw":n.reject(t);break;default:n.resolve({value:t,done:!1})}(n=n.next)?r(n.key,n.arg):i=null}this._invoke=function(e,t){return new Promise(function(o,a){var s={key:e,arg:t,resolve:o,reject:a,next:null};i?i=i.next=s:(n=i=s,r(e,t))})},"function"!=typeof t.return&&(this.return=void 0)}"function"==typeof Symbol&&Symbol.asyncIterator&&(t.prototype[Symbol.asyncIterator]=function(){return this}),t.prototype.next=function(e){return this._invoke("next",e)},t.prototype.throw=function(e){return this._invoke("throw",e)},t.prototype.return=function(e){return this._invoke("return",e)}}(),function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}),C=function(){function e(e,t){for(var n=0;n=0||Object.prototype.hasOwnProperty.call(e,i)&&(n[i]=e[i]);return n},T=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},L=function(e){function t(e){w(this,t);var n=T(this,(t.__proto__||Object.getPrototypeOf(t)).call(this,e));return n.handleMouseDown=n.handleMouseDown.bind(n),n.handleMouseEnter=n.handleMouseEnter.bind(n),n.handleMouseMove=n.handleMouseMove.bind(n),n.handleTouchStart=n.handleTouchStart.bind(n),n.handleTouchEnd=n.handleTouchEnd.bind(n),n.handleTouchMove=n.handleTouchMove.bind(n),n.onFocus=n.onFocus.bind(n),n}return M(t,e),C(t,[{key:"handleMouseDown",value:function(e){e.preventDefault(),e.stopPropagation(),this.props.onSelect(this.props.option,e)}},{key:"handleMouseEnter",value:function(e){this.onFocus(e)}},{key:"handleMouseMove",value:function(e){this.onFocus(e)}},{key:"handleTouchEnd",value:function(e){this.dragging||this.handleMouseDown(e)}},{key:"handleTouchMove",value:function(){this.dragging=!0}},{key:"handleTouchStart",value:function(){this.dragging=!1}},{key:"onFocus",value:function(e){this.props.isFocused||this.props.onFocus(this.props.option,e)}},{key:"render",value:function(){var e=this.props,t=e.option,n=e.instancePrefix,i=e.optionIndex,r=a()(this.props.className,t.className);return t.disabled?u.a.createElement("div",{className:r,onMouseDown:y,onClick:y},this.props.children):u.a.createElement("div",{className:r,style:t.style,role:"option","aria-label":t.label,onMouseDown:this.handleMouseDown,onMouseEnter:this.handleMouseEnter,onMouseMove:this.handleMouseMove,onTouchStart:this.handleTouchStart,onTouchMove:this.handleTouchMove,onTouchEnd:this.handleTouchEnd,id:n+"-option-"+i,title:t.title},this.props.children)}}]),t}(u.a.Component);L.propTypes={children:l.a.node,className:l.a.string,instancePrefix:l.a.string.isRequired,isDisabled:l.a.bool,isFocused:l.a.bool,isSelected:l.a.bool,onFocus:l.a.func,onSelect:l.a.func,onUnfocus:l.a.func,option:l.a.object.isRequired,optionIndex:l.a.number};var O=function(e){function t(e){w(this,t);var n=T(this,(t.__proto__||Object.getPrototypeOf(t)).call(this,e));return n.handleMouseDown=n.handleMouseDown.bind(n),n.onRemove=n.onRemove.bind(n),n.handleTouchEndRemove=n.handleTouchEndRemove.bind(n),n.handleTouchMove=n.handleTouchMove.bind(n),n.handleTouchStart=n.handleTouchStart.bind(n),n}return M(t,e),C(t,[{key:"handleMouseDown",value:function(e){if("mousedown"!==e.type||0===e.button)return this.props.onClick?(e.stopPropagation(),void this.props.onClick(this.props.value,e)):void(this.props.value.href&&e.stopPropagation())}},{key:"onRemove",value:function(e){e.preventDefault(),e.stopPropagation(),this.props.onRemove(this.props.value)}},{key:"handleTouchEndRemove",value:function(e){this.dragging||this.onRemove(e)}},{key:"handleTouchMove",value:function(){this.dragging=!0}},{key:"handleTouchStart",value:function(){this.dragging=!1}},{key:"renderRemoveIcon",value:function(){if(!this.props.disabled&&this.props.onRemove)return u.a.createElement("span",{className:"Select-value-icon","aria-hidden":"true",onMouseDown:this.onRemove,onTouchEnd:this.handleTouchEndRemove,onTouchStart:this.handleTouchStart,onTouchMove:this.handleTouchMove},"×")}},{key:"renderLabel",value:function(){return this.props.onClick||this.props.value.href?u.a.createElement("a",{className:"Select-value-label",href:this.props.value.href,target:this.props.value.target,onMouseDown:this.handleMouseDown,onTouchEnd:this.handleMouseDown},this.props.children):u.a.createElement("span",{className:"Select-value-label",role:"option","aria-selected":"true",id:this.props.id},this.props.children)}},{key:"render",value:function(){return u.a.createElement("div",{className:a()("Select-value",this.props.value.disabled?"Select-value-disabled":"",this.props.value.className),style:this.props.value.style,title:this.props.value.title},this.renderRemoveIcon(),this.renderLabel())}}]),t}(u.a.Component);O.propTypes={children:l.a.node,disabled:l.a.bool,id:l.a.string,onClick:l.a.func,onRemove:l.a.func,value:l.a.object.isRequired}; -/*! - Copyright (c) 2018 Jed Watson. - Licensed under the MIT License (MIT), see - http://jedwatson.github.io/react-select -*/ -var k=function(e){return"string"==typeof e?e:null!==e&&JSON.stringify(e)||""},I=l.a.oneOfType([l.a.string,l.a.node]),D=l.a.oneOfType([l.a.string,l.a.number]),N=1,A=function(e,t){var n=void 0===e?"undefined":b(e);if("string"!==n&&"number"!==n&&"boolean"!==n)return e;var i=t.options,r=t.valueKey;if(i)for(var o=0;oa||oh.bottom?c.scrollTop=l.offsetTop+l.clientHeight-c.offsetHeight:u.topt.offsetHeight&&t.scrollHeight-t.offsetHeight-t.scrollTop<=0&&this.props.onMenuScrollToBottom()}}},{key:"getOptionLabel",value:function(e){return e[this.props.labelKey]}},{key:"getValueArray",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:void 0,n="object"===(void 0===t?"undefined":b(t))?t:this.props;if(n.multi){if("string"==typeof e&&(e=e.split(n.delimiter)),!Array.isArray(e)){if(null==e)return[];e=[e]}return e.map(function(e){return A(e,n)}).filter(function(e){return e})}var i=A(e,n);return i?[i]:[]}},{key:"setValue",value:function(e){var t=this;if(this.props.autoBlur&&this.blurInput(),this.props.required){var n=R(e,this.props.multi);this.setState({required:n})}this.props.simpleValue&&e&&(e=this.props.multi?e.map(function(e){return e[t.props.valueKey]}).join(this.props.delimiter):e[this.props.valueKey]),this.props.onChange&&this.props.onChange(e)}},{key:"selectValue",value:function(e){var t=this;this.props.closeOnSelect&&(this.hasScrolledToOption=!1);var n=this.props.onSelectResetsInput?"":this.state.inputValue;this.props.multi?this.setState({focusedIndex:null,inputValue:this.handleInputValueChange(n),isOpen:!this.props.closeOnSelect},function(){t.getValueArray(t.props.value).some(function(n){return n[t.props.valueKey]===e[t.props.valueKey]})?t.removeValue(e):t.addValue(e)}):this.setState({inputValue:this.handleInputValueChange(n),isOpen:!this.props.closeOnSelect,isPseudoFocused:this.state.isFocused},function(){t.setValue(e)})}},{key:"addValue",value:function(e){var t=this.getValueArray(this.props.value),n=this._visibleOptions.filter(function(e){return!e.disabled}),i=n.indexOf(e);this.setValue(t.concat(e)),this.props.closeOnSelect&&(n.length-1===i?this.focusOption(n[i-1]):n.length>i&&this.focusOption(n[i+1]))}},{key:"popValue",value:function(){var e=this.getValueArray(this.props.value);e.length&&!1!==e[e.length-1].clearableValue&&this.setValue(this.props.multi?e.slice(0,e.length-1):null)}},{key:"removeValue",value:function(e){var t=this,n=this.getValueArray(this.props.value);this.setValue(n.filter(function(n){return n[t.props.valueKey]!==e[t.props.valueKey]})),this.focus()}},{key:"clearValue",value:function(e){e&&"mousedown"===e.type&&0!==e.button||(e.preventDefault(),this.setValue(this.getResetValue()),this.setState({inputValue:this.handleInputValueChange(""),isOpen:!1},this.focus),this._focusAfterClear=!0)}},{key:"getResetValue",value:function(){return void 0!==this.props.resetValue?this.props.resetValue:this.props.multi?[]:null}},{key:"focusOption",value:function(e){this.setState({focusedOption:e})}},{key:"focusNextOption",value:function(){this.focusAdjacentOption("next")}},{key:"focusPreviousOption",value:function(){this.focusAdjacentOption("previous")}},{key:"focusPageUpOption",value:function(){this.focusAdjacentOption("page_up")}},{key:"focusPageDownOption",value:function(){this.focusAdjacentOption("page_down")}},{key:"focusStartOption",value:function(){this.focusAdjacentOption("start")}},{key:"focusEndOption",value:function(){this.focusAdjacentOption("end")}},{key:"focusAdjacentOption",value:function(e){var t=this._visibleOptions.map(function(e,t){return{option:e,index:t}}).filter(function(e){return!e.option.disabled});if(this._scrollToFocusedOptionOnUpdate=!0,!this.state.isOpen){var n={focusedOption:this._focusedOption||(t.length?t["next"===e?0:t.length-1].option:null),isOpen:!0};return this.props.onSelectResetsInput&&(n.inputValue=""),void this.setState(n)}if(t.length){for(var i=-1,r=0;r0?i-=1:i=t.length-1;else if("start"===e)i=0;else if("end"===e)i=t.length-1;else if("page_up"===e){var o=i-this.props.pageSize;i=o<0?0:o}else if("page_down"===e){var a=i+this.props.pageSize;i=a>t.length-1?t.length-1:a}-1===i&&(i=0),this.setState({focusedIndex:t[i].index,focusedOption:t[i].option})}}},{key:"getFocusedOption",value:function(){return this._focusedOption}},{key:"selectFocusedOption",value:function(){if(this._focusedOption)return this.selectValue(this._focusedOption)}},{key:"renderLoading",value:function(){if(this.props.isLoading)return u.a.createElement("span",{className:"Select-loading-zone","aria-hidden":"true"},u.a.createElement("span",{className:"Select-loading"}))}},{key:"renderValue",value:function(e,t){var n=this,i=this.props.valueRenderer||this.getOptionLabel,r=this.props.valueComponent;if(!e.length)return function(e,t,n){var i=e.inputValue,r=e.isPseudoFocused,o=e.isFocused,a=t.onSelectResetsInput;return!i||!a&&!n&&!r&&!o}(this.state,this.props,t)?u.a.createElement("div",{className:"Select-placeholder"},this.props.placeholder):null;var o,a,s,l,c,d,h=this.props.onValueClick?this.handleValueClick:null;return this.props.multi?e.map(function(t,o){return u.a.createElement(r,{disabled:n.props.disabled||!1===t.clearableValue,id:n._instancePrefix+"-value-"+o,instancePrefix:n._instancePrefix,key:"value-"+o+"-"+t[n.props.valueKey],onClick:h,onRemove:n.removeValue,placeholder:n.props.placeholder,value:t,values:e},i(t,o),u.a.createElement("span",{className:"Select-aria-only"}," "))}):(o=this.state,a=this.props,s=o.inputValue,l=o.isPseudoFocused,c=o.isFocused,d=a.onSelectResetsInput,s&&(d||!c&&l||c&&!l)?void 0:(t&&(h=null),u.a.createElement(r,{disabled:this.props.disabled,id:this._instancePrefix+"-value-item",instancePrefix:this._instancePrefix,onClick:h,placeholder:this.props.placeholder,value:e[0]},i(e[0]))))}},{key:"renderInput",value:function(e,t){var n,i=this,o=a()("Select-input",this.props.inputProps.className),s=this.state.isOpen,l=a()((S(n={},this._instancePrefix+"-list",s),S(n,this._instancePrefix+"-backspace-remove-message",this.props.multi&&!this.props.disabled&&this.state.isFocused&&!this.state.inputValue),n)),c=this.state.inputValue;!c||this.props.onSelectResetsInput||this.state.isFocused||(c="");var d=x({},this.props.inputProps,{"aria-activedescendant":s?this._instancePrefix+"-option-"+t:this._instancePrefix+"-value","aria-describedby":this.props["aria-describedby"],"aria-expanded":""+s,"aria-haspopup":""+s,"aria-label":this.props["aria-label"],"aria-labelledby":this.props["aria-labelledby"],"aria-owns":l,onBlur:this.handleInputBlur,onChange:this.handleInputChange,onFocus:this.handleInputFocus,ref:function(e){return i.input=e},role:"combobox",required:this.state.required,tabIndex:this.props.tabIndex,value:c});if(this.props.inputRenderer)return this.props.inputRenderer(d);if(this.props.disabled||!this.props.searchable){var h=E(this.props.inputProps,[]),p=a()(S({},this._instancePrefix+"-list",s));return u.a.createElement("div",x({},h,{"aria-expanded":s,"aria-owns":p,"aria-activedescendant":s?this._instancePrefix+"-option-"+t:this._instancePrefix+"-value","aria-disabled":""+this.props.disabled,"aria-label":this.props["aria-label"],"aria-labelledby":this.props["aria-labelledby"],className:o,onBlur:this.handleInputBlur,onFocus:this.handleInputFocus,ref:function(e){return i.input=e},role:"combobox",style:{border:0,width:1,display:"inline-block"},tabIndex:this.props.tabIndex||0}))}return this.props.autosize?u.a.createElement(r.a,x({id:this.props.id},d,{className:o,minWidth:"5"})):u.a.createElement("div",{className:o,key:"input-wrap",style:{display:"inline-block"}},u.a.createElement("input",x({id:this.props.id},d)))}},{key:"renderClear",value:function(){var e=this.getValueArray(this.props.value);if(this.props.clearable&&e.length&&!this.props.disabled&&!this.props.isLoading){var t=this.props.multi?this.props.clearAllText:this.props.clearValueText,n=this.props.clearRenderer();return u.a.createElement("span",{"aria-label":t,className:"Select-clear-zone",onMouseDown:this.clearValue,onTouchEnd:this.handleTouchEndClearValue,onTouchMove:this.handleTouchMove,onTouchStart:this.handleTouchStart,title:t},n)}}},{key:"renderArrow",value:function(){if(this.props.arrowRenderer){var e=this.handleMouseDownOnArrow,t=this.state.isOpen,n=this.props.arrowRenderer({onMouseDown:e,isOpen:t});return n?u.a.createElement("span",{className:"Select-arrow-zone",onMouseDown:e},n):null}}},{key:"filterOptions",value:function(e){var t=this.state.inputValue,n=this.props.options||[];if(this.props.filterOptions){var i="function"==typeof this.props.filterOptions?this.props.filterOptions:v;return i(n,t,e,{filterOption:this.props.filterOption,ignoreAccents:this.props.ignoreAccents,ignoreCase:this.props.ignoreCase,labelKey:this.props.labelKey,matchPos:this.props.matchPos,matchProp:this.props.matchProp,trimFilter:this.props.trimFilter,valueKey:this.props.valueKey})}return n}},{key:"onOptionRef",value:function(e,t){t&&(this.focused=e)}},{key:"renderMenu",value:function(e,t,n){return e&&e.length?this.props.menuRenderer({focusedOption:n,focusOption:this.focusOption,inputValue:this.state.inputValue,instancePrefix:this._instancePrefix,labelKey:this.props.labelKey,onFocus:this.focusOption,onOptionRef:this.onOptionRef,onSelect:this.selectValue,optionClassName:this.props.optionClassName,optionComponent:this.props.optionComponent,optionRenderer:this.props.optionRenderer||this.getOptionLabel,options:e,removeValue:this.removeValue,selectValue:this.selectValue,valueArray:t,valueKey:this.props.valueKey}):this.props.noResultsText?u.a.createElement("div",{className:"Select-noresults"},this.props.noResultsText):null}},{key:"renderHiddenField",value:function(e){var t=this;if(this.props.name){if(this.props.joinValues){var n=e.map(function(e){return k(e[t.props.valueKey])}).join(this.props.delimiter);return u.a.createElement("input",{disabled:this.props.disabled,name:this.props.name,ref:function(e){return t.value=e},type:"hidden",value:n})}return e.map(function(e,n){return u.a.createElement("input",{disabled:t.props.disabled,key:"hidden."+n,name:t.props.name,ref:"value"+n,type:"hidden",value:k(e[t.props.valueKey])})})}}},{key:"getFocusableOptionIndex",value:function(e){var t=this._visibleOptions;if(!t.length)return null;var n=this.props.valueKey,i=this.state.focusedOption||e;if(i&&!i.disabled){var r=-1;if(t.some(function(e,t){var o=e[n]===i[n];return o&&(r=t),o}),-1!==r)return r}for(var o=0;o1&&n.push(new d.a(e.endLineNumber,e.endColumn,e.endLineNumber,e.endColumn))}},t.prototype.run=function(e,t){var n=this;if(t.hasModel()){var i=t.getModel(),r=t.getSelections(),o=[];r.forEach(function(e){return n.getCursorsForSelection(e,i,o)}),o.length>0&&t.setSelections(o)}},t}(l.b),S=function(e){function t(){return e.call(this,{id:"editor.action.addCursorsToBottom",label:r.a("mutlicursor.addCursorsToBottom","Add Cursors To Bottom"),alias:"Add Cursors To Bottom",precondition:null})||this}return y(t,e),t.prototype.run=function(e,t){if(t.hasModel()){for(var n=t.getSelections(),i=t.getModel().getLineCount(),r=[],o=n[0].startLineNumber;o<=i;o++)r.push(new d.a(o,n[0].startColumn,o,n[0].endColumn));r.length>0&&t.setSelections(r)}},t}(l.b),x=function(e){function t(){return e.call(this,{id:"editor.action.addCursorsToTop",label:r.a("mutlicursor.addCursorsToTop","Add Cursors To Top"),alias:"Add Cursors To Top",precondition:null})||this}return y(t,e),t.prototype.run=function(e,t){if(t.hasModel()){for(var n=t.getSelections(),i=[],r=n[0].startLineNumber;r>=1;r--)i.push(new d.a(r,n[0].startColumn,r,n[0].endColumn));i.length>0&&t.setSelections(i)}},t}(l.b),M=function(e,t,n){this.selections=e,this.revealRange=t,this.revealScrollType=n},E=function(){function e(e,t,n,i,r,o,a){this._editor=e,this.findController=t,this.isDisconnectedFromFindController=n,this.searchText=i,this.wholeWord=r,this.matchCase=o,this.currentMatch=a}return e.create=function(t,n){if(!t.hasModel())return null;var i=n.getState();if(!t.hasTextFocus()&&i.isRevealed&&i.searchString.length>0)return new e(t,n,!1,i.searchString,i.wholeWord,i.matchCase,null);var r,o,a=!1,s=t.getSelections();1===s.length&&s[0].isEmpty()?(a=!0,r=!0,o=!0):(r=i.wholeWord,o=i.matchCase);var l,c=t.getSelection(),u=null;if(c.isEmpty()){var h=t.getModel().getWordAtPosition(c.getStartPosition());if(!h)return null;l=h.word,u=new d.a(c.startLineNumber,h.startColumn,c.startLineNumber,h.endColumn)}else l=t.getModel().getValueInRange(c).replace(/\r\n/g,"\n");return new e(t,n,a,l,r,o,u)},e.prototype.addSelectionToNextFindMatch=function(){if(!this._editor.hasModel())return null;var e=this._getNextMatch();if(!e)return null;var t=this._editor.getSelections();return new M(t.concat(e),e,0)},e.prototype.moveSelectionToNextFindMatch=function(){if(!this._editor.hasModel())return null;var e=this._getNextMatch();if(!e)return null;var t=this._editor.getSelections();return new M(t.slice(0,t.length-1).concat(e),e,0)},e.prototype._getNextMatch=function(){if(!this._editor.hasModel())return null;if(this.currentMatch){var e=this.currentMatch;return this.currentMatch=null,e}this.findController.highlightFindOptions();var t=this._editor.getSelections(),n=t[t.length-1],i=this._editor.getModel().findNextMatch(this.searchText,n.getEndPosition(),!1,this.matchCase,this.wholeWord?this._editor.getConfiguration().wordSeparators:null,!1);return i?new d.a(i.range.startLineNumber,i.range.startColumn,i.range.endLineNumber,i.range.endColumn):null},e.prototype.addSelectionToPreviousFindMatch=function(){if(!this._editor.hasModel())return null;var e=this._getPreviousMatch();if(!e)return null;var t=this._editor.getSelections();return new M(t.concat(e),e,0)},e.prototype.moveSelectionToPreviousFindMatch=function(){if(!this._editor.hasModel())return null;var e=this._getPreviousMatch();if(!e)return null;var t=this._editor.getSelections();return new M(t.slice(0,t.length-1).concat(e),e,0)},e.prototype._getPreviousMatch=function(){if(!this._editor.hasModel())return null;if(this.currentMatch){var e=this.currentMatch;return this.currentMatch=null,e}this.findController.highlightFindOptions();var t=this._editor.getSelections(),n=t[t.length-1],i=this._editor.getModel().findPreviousMatch(this.searchText,n.getStartPosition(),!1,this.matchCase,this.wholeWord?this._editor.getConfiguration().wordSeparators:null,!1);return i?new d.a(i.range.startLineNumber,i.range.startColumn,i.range.endLineNumber,i.range.endColumn):null},e.prototype.selectAll=function(){return this._editor.hasModel()?(this.findController.highlightFindOptions(),this._editor.getModel().findMatches(this.searchText,!0,!1,this.matchCase,this.wholeWord?this._editor.getConfiguration().wordSeparators:null,!1,1073741824)):[]},e}(),T=function(e){function t(t){var n=e.call(this)||this;return n._editor=t,n._ignoreSelectionChange=!1,n._session=null,n._sessionDispose=[],n}return y(t,e),t.get=function(e){return e.getContribution(t.ID)},t.prototype.dispose=function(){this._endSession(),e.prototype.dispose.call(this)},t.prototype.getId=function(){return t.ID},t.prototype._beginSessionIfNeeded=function(e){var t=this;if(!this._session){var n=E.create(this._editor,e);if(!n)return;this._session=n;var i={searchString:this._session.searchText};this._session.isDisconnectedFromFindController&&(i.wholeWordOverride=1,i.matchCaseOverride=1,i.isRegexOverride=2),e.getState().change(i,!1),this._sessionDispose=[this._editor.onDidChangeCursorSelection(function(e){t._ignoreSelectionChange||t._endSession()}),this._editor.onDidBlurEditorText(function(){t._endSession()}),e.getState().onFindReplaceStateChange(function(e){(e.matchCase||e.wholeWord)&&t._endSession()})]}},t.prototype._endSession=function(){if(this._sessionDispose=Object(s.d)(this._sessionDispose),this._session&&this._session.isDisconnectedFromFindController){this._session.findController.getState().change({wholeWordOverride:0,matchCaseOverride:0,isRegexOverride:0},!1)}this._session=null},t.prototype._setSelections=function(e){this._ignoreSelectionChange=!0,this._editor.setSelections(e),this._ignoreSelectionChange=!1},t.prototype._expandEmptyToWord=function(e,t){if(!t.isEmpty())return t;var n=e.getWordAtPosition(t.getStartPosition());return n?new d.a(t.startLineNumber,n.startColumn,t.startLineNumber,n.endColumn):t},t.prototype._applySessionResult=function(e){e&&(this._setSelections(e.selections),e.revealRange&&this._editor.revealRangeInCenterIfOutsideViewport(e.revealRange,e.revealScrollType))},t.prototype.getSession=function(e){return this._session},t.prototype.addSelectionToNextFindMatch=function(e){if(this._editor.hasModel()){if(!this._session){var t=this._editor.getSelections();if(t.length>1){var n=e.getState().matchCase;if(!z(this._editor.getModel(),t,n)){for(var i=this._editor.getModel(),r=[],o=0,a=t.length;o0&&n.isRegex)t=this._editor.getModel().findMatches(n.searchString,!0,n.isRegex,n.matchCase,n.wholeWord?this._editor.getConfiguration().wordSeparators:null,!1,1073741824);else{if(this._beginSessionIfNeeded(e),!this._session)return;t=this._session.selectAll()}if(t.length>0){for(var i=this._editor.getSelection(),r=0,o=t.length;r1){var s=r.getState().matchCase;if(!z(t.getModel(),a,s))return null}o=E.create(t,r)}if(!o)return null;if(o.currentMatch)return null;if(/^[ \t]+$/.test(o.searchText))return null;if(o.searchText.length>200)return null;var l=r.getState(),c=l.matchCase;if(l.isRevealed){var u=l.searchString;c||(u=u.toLowerCase());var d=o.searchText;if(c||(d=d.toLowerCase()),u===d&&o.matchCase===l.matchCase&&o.wholeWord===l.wholeWord&&!l.isRegex)return null}return new R(o.searchText,o.matchCase,o.wholeWord?t.getConfiguration().wordSeparators:null)},t.prototype._setState=function(e){if(R.softEquals(this.state,e))this.state=e;else if(this.state=e,this.state){if(this.editor.hasModel()){var n=this.editor.getModel();if(!n.isTooLargeForTokenization()){var i=m.i.has(n),r=n.findMatches(this.state.searchText,!0,!1,this.state.matchCase,this.state.wordSeparators,!1).map(function(e){return e.range});r.sort(u.a.compareRangesUsingStarts);var o=this.editor.getSelections();o.sort(u.a.compareRangesUsingStarts);for(var a=[],s=0,l=0,c=r.length,d=o.length;s=d)a.push(h),s++;else{var p=u.a.compareRangesUsingStarts(h,o[l]);p<0?(!o[l].isEmpty()&&u.a.areIntersecting(h,o[l])||a.push(h),s++):p>0?l++:(s++,l++)}}var f=a.map(function(e){return{range:e,options:i?t._SELECTION_HIGHLIGHT:t._SELECTION_HIGHLIGHT_OVERVIEW}});this.decorations=this.editor.deltaDecorations(this.decorations,f)}}}else this.decorations=this.editor.deltaDecorations(this.decorations,[])},t.prototype.dispose=function(){this._setState(null),e.prototype.dispose.call(this)},t.ID="editor.contrib.selectionHighlighter",t._SELECTION_HIGHLIGHT_OVERVIEW=f.a.register({stickiness:1,className:"selectionHighlight",overviewRuler:{color:Object(_.f)(v.vb),position:p.c.Center}}),t._SELECTION_HIGHLIGHT=f.a.register({stickiness:1,className:"selectionHighlight"}),t}(s.a);function z(e,t,n){for(var i=F(e,t[0],!n),r=1,o=t.length;r=!%&+\-*\/|~^]/,"operator"]],whitespace:[[/\s+/,"white"]],comments:[[/\/\/+.*/,"comment"],[/\/\*/,{token:"comment.quote",next:"@comment"}]],comment:[[/[^*\/]+/,"comment"],[/\*\//,{token:"comment.quote",next:"@pop"}],[/./,"comment"]],numbers:[[/0[xX][0-9a-fA-F]*/,"number"],[/[$][+-]*\d*(\.\d*)?/,"number"],[/((\d+(\.\d*)?)|(\.\d+))([eE][\-+]?\d+)?/,"number"]],strings:[[/N"/,{token:"string",next:"@string"}],[/"/,{token:"string",next:"@string"}]],string:[[/[^"]+/,"string"],[/""/,"string"],[/"/,{token:"string",next:"@pop"}]],complexIdentifiers:[[/\[/,{token:"identifier.quote",next:"@bracketedIdentifier"}],[/'/,{token:"identifier.quote",next:"@quotedIdentifier"}]],bracketedIdentifier:[[/[^\]]+/,"identifier"],[/]]/,"identifier"],[/]/,{token:"identifier.quote",next:"@pop"}]],quotedIdentifier:[[/[^']+/,"identifier"],[/''/,"identifier"],[/'/,{token:"identifier.quote",next:"@pop"}]]}}},"8mBD":function(e,t,n){!function(e){"use strict";e.defineLocale("pt",{months:"Janeiro_Fevereiro_Março_Abril_Maio_Junho_Julho_Agosto_Setembro_Outubro_Novembro_Dezembro".split("_"),monthsShort:"Jan_Fev_Mar_Abr_Mai_Jun_Jul_Ago_Set_Out_Nov_Dez".split("_"),weekdays:"Domingo_Segunda-feira_Terça-feira_Quarta-feira_Quinta-feira_Sexta-feira_Sábado".split("_"),weekdaysShort:"Dom_Seg_Ter_Qua_Qui_Sex_Sáb".split("_"),weekdaysMin:"Do_2ª_3ª_4ª_5ª_6ª_Sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY HH:mm",LLLL:"dddd, D [de] MMMM [de] YYYY HH:mm"},calendar:{sameDay:"[Hoje às] LT",nextDay:"[Amanhã às] LT",nextWeek:"dddd [às] LT",lastDay:"[Ontem às] LT",lastWeek:function(){return 0===this.day()||6===this.day()?"[Último] dddd [às] LT":"[Última] dddd [às] LT"},sameElse:"L"},relativeTime:{future:"em %s",past:"há %s",s:"segundos",ss:"%d segundos",m:"um minuto",mm:"%d minutos",h:"uma hora",hh:"%d horas",d:"um dia",dd:"%d dias",M:"um mês",MM:"%d meses",y:"um ano",yy:"%d anos"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4}})}(n("wd/R"))},"8oxB":function(e,t){var n,i,r=e.exports={};function o(){throw new Error("setTimeout has not been defined")}function a(){throw new Error("clearTimeout has not been defined")}function s(e){if(n===setTimeout)return setTimeout(e,0);if((n===o||!n)&&setTimeout)return n=setTimeout,setTimeout(e,0);try{return n(e,0)}catch(t){try{return n.call(null,e,0)}catch(t){return n.call(this,e,0)}}}!function(){try{n="function"==typeof setTimeout?setTimeout:o}catch(e){n=o}try{i="function"==typeof clearTimeout?clearTimeout:a}catch(e){i=a}}();var l,c=[],u=!1,d=-1;function h(){u&&l&&(u=!1,l.length?c=l.concat(c):d=-1,c.length&&p())}function p(){if(!u){var e=s(h);u=!0;for(var t=c.length;t;){for(l=c,c=[];++d1)for(var n=1;n0&&(t.percent=t.loaded/t.total*100),e.onProgress(t)});var n=new FormData;e.data&&Object.keys(e.data).map(function(t){n.append(t,e.data[t])}),n.append(e.filename,e.file),t.onerror=function(t){e.onError(t)},t.onload=function(){if(t.status<200||t.status>=300)return e.onError(function(e,t){var n="cannot post "+e.action+" "+t.status+"'",i=new Error(n);return i.status=t.status,i.method="post",i.url=e.action,i}(e,t),C(t));e.onSuccess(C(t),t)},t.open("post",e.action,!0),e.withCredentials&&"withCredentials"in t&&(t.withCredentials=!0);var i=e.headers||{};for(var r in null!==i["X-Requested-With"]&&t.setRequestHeader("X-Requested-With","XMLHttpRequest"),i)i.hasOwnProperty(r)&&null!==i[r]&&t.setRequestHeader(r,i[r]);return t.send(n),{abort:function(){t.abort()}}}var x=+new Date,M=0;function E(){return"rc-upload-"+x+"-"+ ++M}var T=function(e,t){if(e&&t){var n=Array.isArray(t)?t:t.split(","),i=e.name||"",r=e.type||"",o=r.replace(/\/.*$/,"");return n.some(function(e){var t,n,a=e.trim();return"."===a.charAt(0)?(t=i.toLowerCase(),n=a.toLowerCase(),-1!==t.indexOf(n,t.length-n.length)):/\/\*$/.test(a)?o===a.replace(/\/.*$/,""):r===a})}return!0};var L=function(e,t,n){var i=function e(i,r){r=r||"",i.isFile?i.file(function(e){n(e)&&(i.fullPath&&!e.webkitRelativePath&&(Object.defineProperties(e,{webkitRelativePath:{writable:!0}}),e.webkitRelativePath=i.fullPath.replace(/^\//,""),Object.defineProperties(e,{webkitRelativePath:{writable:!1}})),t([e]))}):i.isDirectory&&function(e,t){var n=e.createReader(),i=[];!function e(){n.readEntries(function(n){var r=Array.prototype.slice.apply(n);i=i.concat(r),r.length?e():t(i)})}()}(i,function(t){t.forEach(function(t){e(t,""+r+i.name+"/")})})},r=!0,o=!1,a=void 0;try{for(var s,l=e[Symbol.iterator]();!(r=(s=l.next()).done);r=!0)i(s.value.webkitGetAsEntry())}catch(e){o=!0,a=e}finally{try{!r&&l.return&&l.return()}finally{if(o)throw a}}},O=function(e){function t(){var e,n,i,r;c()(this,t);for(var o=arguments.length,a=Array(o),s=0;s',n=''}return'\n \n \n \n \n \n '+t+'\n \n \n
\n \n '+n+'\n \n
\n \n \n '}},{key:"initIframeSrc",value:function(){this.domain&&(this.getIframeNode().src="javascript:void((function(){\n var d = document;\n d.open();\n d.domain='"+this.domain+"';\n d.write('');\n d.close();\n })())")}},{key:"initIframe",value:function(){var e=this.getIframeNode(),t=e.contentWindow,n=void 0;this.domain=this.domain||"",this.initIframeSrc();try{n=t.document}catch(i){this.domain=document.domain,this.initIframeSrc(),n=(t=e.contentWindow).document}n.open("text/html","replace"),n.write(this.getIframeHTML(this.domain)),n.close(),this.getFormInputNode().onchange=this.onChange}},{key:"endUpload",value:function(){this.state.uploading&&(this.file={},this.state.uploading=!1,this.setState({uploading:!1}),this.initIframe())}},{key:"startUpload",value:function(){this.state.uploading||(this.state.uploading=!0,this.setState({uploading:!0}))}},{key:"updateIframeWH",value:function(){var e=D.a.findDOMNode(this),t=this.getIframeNode();t.style.height=e.offsetHeight+"px",t.style.width=e.offsetWidth+"px"}},{key:"abort",value:function(e){if(e){var t=e;e&&e.uid&&(t=e.uid),t===this.file.uid&&this.endUpload()}else this.endUpload()}},{key:"post",value:function(e){var t=this,n=this.getFormNode(),i=this.getFormDataNode(),r=this.props.data,o=this.props.onStart;"function"==typeof r&&(r=r(e));var a=document.createDocumentFragment();for(var s in r)if(r.hasOwnProperty(s)){var l=document.createElement("input");l.setAttribute("name",s),l.value=r[s],a.appendChild(l)}i.appendChild(a),new Promise(function(n){var i=t.props.action;if("function"==typeof i)return n(i(e));n(i)}).then(function(t){n.setAttribute("action",t),n.submit(),i.innerHTML="",o(e)})}},{key:"render",value:function(){var e,t=this.props,n=t.component,i=t.disabled,o=t.className,a=t.prefixCls,l=t.children,c=t.style,u=s()({},R,{display:this.state.uploading||i?"none":""}),d=w()((e={},y()(e,a,!0),y()(e,a+"-disabled",i),y()(e,o,o),e));return r.a.createElement(n,{className:d,style:s()({position:"relative",zIndex:0},c)},r.a.createElement("iframe",{ref:this.saveIframe,onLoad:this.onLoad,style:u}),l)}}]),t}(i.Component);P.propTypes={component:v.a.string,style:v.a.object,disabled:v.a.bool,prefixCls:v.a.string,className:v.a.string,accept:v.a.string,onStart:v.a.func,multiple:v.a.bool,children:v.a.any,data:v.a.oneOfType([v.a.object,v.a.func]),action:v.a.oneOfType([v.a.string,v.a.func]),name:v.a.string};var z=P;function F(){}var H=function(e){function t(){var e,n,i,r;c()(this,t);for(var o=arguments.length,a=Array(o),s=0;s100?100:e}function ie(){return(ie=Object.assign||function(e){for(var t=1;t=0||(r[n]=e[n]);return r}(e,t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(r[n]=e[n])}return r}function ye(e,t){for(var n=0;n=0||(r[n]=e[n]);return r}(e,t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(r[n]=e[n])}return r}function Te(e,t){for(var n=0;n4&&void 0!==arguments[4]?arguments[4]:0,o=50-i/2,a=0,s=-o,l=0,c=-2*o;switch(arguments.length>5?arguments[5]:void 0){case"left":a=-o,s=0,l=2*o,c=0;break;case"right":a=o,s=0,l=-2*o,c=0;break;case"bottom":s=o,c=2*o}var u="M 50,50 m ".concat(a,",").concat(s,"\n a ").concat(o,",").concat(o," 0 1 1 ").concat(l,",").concat(-c,"\n a ").concat(o,",").concat(o," 0 1 1 ").concat(-l,",").concat(c),d=2*Math.PI*o;return{pathString:u,pathStyle:{stroke:n,strokeDasharray:"".concat(t/100*(d-r),"px ").concat(d,"px"),strokeDashoffset:"-".concat(r/2+e/100*(d-r),"px"),transition:"stroke-dashoffset .3s ease 0s, stroke-dasharray .3s ease 0s, stroke .3s, stroke-width .06s ease .3s"}}}var Ne=function(e){function t(){var e,n;!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,t);for(var i=arguments.length,r=new Array(i),o=0;o=100?"success":e||"normal"}},{key:"renderProcessInfo",value:function(e,t){var n,r=this.props,o=r.showInfo,a=r.format,s=r.type,l=r.percent,c=r.successPercent;if(!o)return null;var u="circle"===s||"dashboard"===s?"":"-circle";return a||"exception"!==t&&"success"!==t?n=(a||function(e){return"".concat(e,"%")})(ne(l),ne(c)):"exception"===t?n=i.createElement(J.a,{type:"close".concat(u),theme:"line"===s?"filled":"outlined"}):"success"===t&&(n=i.createElement(J.a,{type:"check".concat(u),theme:"line"===s?"filled":"outlined"})),i.createElement("span",{className:"".concat(e,"-text"),title:"string"==typeof n?n:void 0},n)}},{key:"render",value:function(){return i.createElement(ee.a,null,this.renderProgress)}}])&&Ve(n.prototype,r),o&&Ve(n,o),t}();Ke.defaultProps={type:"line",percent:0,showInfo:!0,trailColor:"#f3f3f3",size:"default",gapDegree:0,strokeLinecap:"round"},Ke.propTypes={status:g.oneOf(qe),type:g.oneOf(Ge),showInfo:g.bool,percent:g.number,width:g.number,strokeWidth:g.number,strokeLinecap:g.oneOf(["round","square"]),strokeColor:g.oneOfType([g.string,g.object]),trailColor:g.string,format:g.func,gapDegree:g.number};var Xe=Ke;function $e(e){return($e="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function Ze(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function Je(){return(Je=Object.assign||function(e){for(var t=1;t=.98?t:(t+=n,(n-=.01)<.001&&(n=.001),t)}),o=0;this.clearProgressTimer(),this.progressTimer=setInterval(function(){o=r(o),i.onProgress({percent:100*o},t)},200)}},{key:"handleRemove",value:function(e){var t=this,n=this.props.onRemove,i=e.status;e.status="removed",Promise.resolve("function"==typeof n?n(e):n).then(function(n){if(!1!==n){var r=function(e,t){var n=void 0!==e.uid?"uid":"name",i=t.filter(function(t){return t[n]!==e[n]});return i.length===t.length?null:i}(e,t.state.fileList);r&&t.onChange({file:e,fileList:r})}else e.status=i})}},{key:"clearProgressTimer",value:function(){clearInterval(this.progressTimer)}},{key:"render",value:function(){return i.createElement(ee.a,null,this.renderUpload)}}])&&ct(n.prototype,r),o&&ct(n,o),t}();pt.defaultProps={type:"select",multiple:!1,action:"",data:{},accept:"",beforeUpload:function(){return!0},showUploadList:!0,listType:"text",className:"",disabled:!1,supportServerRender:!0},Object(o.polyfill)(pt);var ft=pt;function mt(e){return(mt="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function gt(){return(gt=Object.assign||function(e){for(var t=1;t=0;s--)(r=e[s])&&(a=(o<3?r(a):o>3?r(t,n,a):r(t,n))||a);return o>3&&a&&Object.defineProperty(t,n,a),a},Z=function(e,t){return function(n,i){t(n,i,e)}},J=function(e,t,n,i){return new(n||(n=Promise))(function(r,o){function a(e){try{l(i.next(e))}catch(e){o(e)}}function s(e){try{l(i.throw(e))}catch(e){o(e)}}function l(e){e.done?r(e.value):new n(function(t){t(e.value)}).then(a,s)}l((i=i.apply(e,t||[])).next())})},Q=function(e,t){var n,i,r,o,a={label:0,sent:function(){if(1&r[0])throw r[1];return r[1]},trys:[],ops:[]};return o={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(o[Symbol.iterator]=function(){return this}),o;function s(o){return function(s){return function(o){if(n)throw new TypeError("Generator is already executing.");for(;a;)try{if(n=1,i&&(r=2&o[0]?i.return:o[0]?i.throw||((r=i.return)&&r.call(i),0):i.next)&&!(r=r.call(i,o[1])).done)return r;switch(i=0,r&&(o=[2&o[0],r.value]),o[0]){case 0:case 1:r=o;break;case 4:return a.label++,{value:o[1],done:!1};case 5:a.label++,i=o[1],o=[0];continue;case 7:o=a.ops.pop(),a.trys.pop();continue;default:if(!(r=(r=a.trys).length>0&&r[r.length-1])&&(6===o[0]||2===o[0])){a=0;continue}if(3===o[0]&&(!r||o[1]>r[0]&&o[1]1&&f>1;){if(d.charCodeAt(p-2)!==h.charCodeAt(f-2))break;p--,f--}(p>1||f>1)&&this._pushTrimWhitespaceCharChange(r,o+1,1,p,a+1,1,f);for(var m=Oe._getLastNonBlankColumn(d,1),g=Oe._getLastNonBlankColumn(h,1),v=d.length+1,_=h.length+1;mt&&(t=c),a>n&&(n=a),(u=o[2])>n&&(n=u)}t++,n++;var s=new Fe.a(n,t,0);for(i=0,r=e.length;i=this._maxCharCode?0:this._states.get(e,t)},e}(),je=null;var Ve=null;var We=function(){function e(){}return e._createLink=function(e,t,n,i,r){var o=r-1;do{var a=t.charCodeAt(o);if(2!==e.get(a))break;o--}while(o>i);if(i>0){var s=t.charCodeAt(i-1),l=t.charCodeAt(o);(40===s&&41===l||91===s&&93===l||123===s&&125===l)&&o--}return{range:{startLineNumber:n,startColumn:i+1,endLineNumber:n,endColumn:o+2},url:t.substring(i,o+1)}},e.computeLinks=function(t,n){void 0===n&&(null===je&&(je=new He([[1,104,2],[1,72,2],[1,102,6],[1,70,6],[2,116,3],[2,84,3],[3,116,4],[3,84,4],[4,112,5],[4,80,5],[5,115,9],[5,83,9],[5,58,10],[6,105,7],[6,73,7],[7,108,8],[7,76,8],[8,101,9],[8,69,9],[9,58,10],[10,47,11],[11,47,12]])),n=je);for(var i=function(){if(null===Ve){Ve=new ze.a(0);for(var e=0;e<" \t<>'\"、。。、,.:;?!@#$%&*‘“〈《「『【〔([{「」}])〕】』」》〉”’`~…".length;e++)Ve.set(" \t<>'\"、。。、,.:;?!@#$%&*‘“〈《「『【〔([{「」}])〕】』」》〉”’`~…".charCodeAt(e),1);for(e=0;e<".,;".length;e++)Ve.set(".,;".charCodeAt(e),2)}return Ve}(),r=[],o=1,a=t.getLineCount();o<=a;o++){for(var s=t.getLineContent(o),l=s.length,c=0,u=0,d=0,h=1,p=!1,f=!1,m=!1;c=0?((i+=n?1:-1)<0?i=e.length-1:i%=e.length,e[i]):null},e.INSTANCE=new e,e}(),Ue=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function i(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(i.prototype=n.prototype,new i)}}(),Ye=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return Ue(t,e),Object.defineProperty(t.prototype,"uri",{get:function(){return this._uri},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"version",{get:function(){return this._versionId},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"eol",{get:function(){return this._eol},enumerable:!0,configurable:!0}),t.prototype.getValue=function(){return this.getText()},t.prototype.getLinesContent=function(){return this._lines.slice(0)},t.prototype.getLineCount=function(){return this._lines.length},t.prototype.getLineContent=function(e){return this._lines[e-1]},t.prototype.getWordAtPosition=function(e,t){var n=Object(Pe.d)(e.column,Object(Pe.c)(t),this._lines[e.lineNumber-1],0);return n?new P.a(e.lineNumber,n.startColumn,e.lineNumber,n.endColumn):null},t.prototype.getWordUntilPosition=function(e,t){var n=this.getWordAtPosition(e,t);return n?{word:this._lines[e.lineNumber-1].substring(n.startColumn-1,e.column-1),startColumn:n.startColumn,endColumn:e.column}:{word:"",startColumn:e.column,endColumn:e.column}},t.prototype.createWordIterator=function(e){var t,n,i=this,r=0,o=0,a=[],s=function(){if(o=i._lines.length?Me.c:(n=i._lines[r],a=i._wordenize(n,e),o=0,r+=1,s())};return{next:s}},t.prototype.getLineWords=function(e,t){for(var n=this._lines[e-1],i=[],r=0,o=this._wordenize(n,t);rthis._lines.length)t=this._lines.length,n=this._lines[t-1].length+1,i=!0;else{var r=this._lines[t-1].length+1;n<1?(n=1,i=!0):n>r&&(n=r,i=!0)}return i?{lineNumber:t,column:n}:e},t}(Re),Ge=function(e){function t(t){var n=e.call(this,t)||this;return n._models=Object.create(null),n}return Ue(t,e),t.prototype.dispose=function(){this._models=Object.create(null)},t.prototype._getModel=function(e){return this._models[e]},t.prototype._getModels=function(){var e=this,t=[];return Object.keys(this._models).forEach(function(n){return t.push(e._models[n])}),t},t.prototype.acceptNewModel=function(e){this._models[e.url]=new Ye(A.a.parse(e.url),e.lines,e.EOL,e.versionId)},t.prototype.acceptModelChanged=function(e,t){this._models[e]&&this._models[e].onEvents(t)},t.prototype.acceptRemovedModel=function(e){this._models[e]&&delete this._models[e]},t}(function(){function e(e){this._foreignModuleFactory=e,this._foreignModule=null}return e.prototype.computeDiff=function(e,t,n){var i=this._getModel(e),r=this._getModel(t);if(!i||!r)return Promise.resolve(null);var o=i.getLinesContent(),a=r.getLinesContent(),s=new Ne(o,a,{shouldComputeCharChanges:!0,shouldPostProcessCharChanges:!0,shouldIgnoreTrimWhitespace:n,shouldMakePrettyDiff:!0}).computeDiff(),l=!(s.length>0)&&this._modelsAreIdentical(i,r);return Promise.resolve({identical:l,changes:s})},e.prototype._modelsAreIdentical=function(e,t){var n=e.getLineCount();if(n!==t.getLineCount())return!1;for(var i=1;i<=n;i++){if(e.getLineContent(i)!==t.getLineContent(i))return!1}return!0},e.prototype.computeMoreMinimalEdits=function(t,n){var i=this._getModel(t);if(!i)return Promise.resolve(n);for(var r=[],o=void 0,a=0,s=n=Object(Se.o)(n,function(e,t){return e.range&&t.range?P.a.compareRangesUsingStarts(e.range,t.range):(e.range?0:1)-(t.range?0:1)});ae._diffLimit)r.push({range:c,text:u});else for(var p=Object(xe.b)(h,u,!1),f=i.offsetAt(P.a.lift(c).getStartPosition()),m=0,g=p;m=0;s--)(r=e[s])&&(a=(o<3?r(a):o>3?r(t,n,a):r(t,n))||a);return o>3&&a&&Object.defineProperty(t,n,a),a},tt=function(e,t){return function(n,i){t(n,i,e)}},nt=6e4,it=3e5;function rt(e,t){var n=e.getModel(t);return!!n&&!n.isTooLargeForSyncing()}var ot=function(e){function t(t,n,i){var r=e.call(this)||this;return r._modelService=t,r._workerManager=r._register(new st(r._modelService)),r._logService=i,r._register(oe.q.register("*",{provideLinks:function(e,t){return rt(r._modelService,e.uri)?r._workerManager.withWorker().then(function(t){return t.computeLinks(e.uri)}).then(function(e){return e&&{links:e}}):Promise.resolve({links:[]})}})),r._register(oe.d.register("*",new at(r._workerManager,n,r._modelService))),r}return Qe(t,e),t.prototype.dispose=function(){e.prototype.dispose.call(this)},t.prototype.canComputeDiff=function(e,t){return rt(this._modelService,e)&&rt(this._modelService,t)},t.prototype.computeDiff=function(e,t,n){return this._workerManager.withWorker().then(function(i){return i.computeDiff(e,t,n)})},t.prototype.computeMoreMinimalEdits=function(e,t){var n=this;if(Object(Se.n)(t)){if(!rt(this._modelService,e))return Promise.resolve(t);var i=Je.a.create(!0),r=this._workerManager.withWorker().then(function(n){return n.computeMoreMinimalEdits(e,t)});return r.finally(function(){return n._logService.trace("FORMAT#computeMoreMinimalEdits",e.toString(!0),i.elapsed())}),r}return Promise.resolve(void 0)},t.prototype.canNavigateValueSet=function(e){return rt(this._modelService,e)},t.prototype.navigateValueSet=function(e,t,n){return this._workerManager.withWorker().then(function(i){return i.navigateValueSet(e,t,n)})},t.prototype.canComputeWordRanges=function(e){return rt(this._modelService,e)},t.prototype.computeWordRanges=function(e,t){return this._workerManager.withWorker().then(function(n){return n.computeWordRanges(e,t)})},t=et([tt(0,qe.a),tt(1,Xe),tt(2,Ze.a)],t)}(ue.a),at=function(){function e(e,t,n){this._workerManager=e,this._configurationService=t,this._modelService=n}return e.prototype.provideCompletionItems=function(e,t){if(this._configurationService.getValue(e.uri,t,"editor").wordBasedSuggestions&&rt(this._modelService,e.uri))return this._workerManager.withWorker().then(function(n){return n.textualSuggest(e.uri,t)})},e}(),st=function(e){function t(t){var n=e.call(this)||this;return n._modelService=t,n._editorWorkerClient=null,n._register(new ce.c).cancelAndSet(function(){return n._checkStopIdleWorker()},Math.round(it/2)),n._register(n._modelService.onModelRemoved(function(e){return n._checkStopEmptyWorker()})),n}return Qe(t,e),t.prototype.dispose=function(){this._editorWorkerClient&&(this._editorWorkerClient.dispose(),this._editorWorkerClient=null),e.prototype.dispose.call(this)},t.prototype._checkStopEmptyWorker=function(){this._editorWorkerClient&&(0===this._modelService.getModels().length&&(this._editorWorkerClient.dispose(),this._editorWorkerClient=null))},t.prototype._checkStopIdleWorker=function(){this._editorWorkerClient&&((new Date).getTime()-this._lastWorkerUsedTime>it&&(this._editorWorkerClient.dispose(),this._editorWorkerClient=null))},t.prototype.withWorker=function(){return this._lastWorkerUsedTime=(new Date).getTime(),this._editorWorkerClient||(this._editorWorkerClient=new ut(this._modelService,"editorWorkerService")),Promise.resolve(this._editorWorkerClient)},t}(ue.a),lt=function(e){function t(t,n,i){var r=e.call(this)||this;if(r._syncedModels=Object.create(null),r._syncedModelsLastUsedTime=Object.create(null),r._proxy=t,r._modelService=n,!i){var o=new ce.c;o.cancelAndSet(function(){return r._checkStopModelSync()},Math.round(nt/2)),r._register(o)}return r}return Qe(t,e),t.prototype.dispose=function(){for(var t in this._syncedModels)Object(ue.d)(this._syncedModels[t]);this._syncedModels=Object.create(null),this._syncedModelsLastUsedTime=Object.create(null),e.prototype.dispose.call(this)},t.prototype.esureSyncedResources=function(e){for(var t=0,n=e;tnt&&t.push(n)}for(var i=0,r=t;i'"_]/g,"-")}function Ct(e,t){return new Error(e.languageId+": "+t)}function St(e,t,n,i,r){var o=null;return t.replace(/\$((\$)|(#)|(\d\d?)|[sS](\d\d?)|@(\w+))/g,function(t,a,s,l,c,u,d,h,p){return yt(s)?yt(l)?!yt(c)&&c0;){var i=e.tokenizer[n];if(i)return i;var r=n.lastIndexOf(".");n=r<0?null:n.substr(0,r)}return null}var Mt=function(){function e(e){this._maxCacheDepth=e,this._entries=Object.create(null)}return e.create=function(e,t){return this._INSTANCE.create(e,t)},e.prototype.create=function(e,t){if(null!==e&&e.depth>=this._maxCacheDepth)return new Et(e,t);var n=Et.getStackElementId(e);n.length>0&&(n+="|"),n+=t;var i=this._entries[n];return i||(i=new Et(e,t),this._entries[n]=i,i)},e._INSTANCE=new e(5),e}(),Et=function(){function e(e,t){this.parent=e,this.state=t,this.depth=(this.parent?this.parent.depth:0)+1}return e.getStackElementId=function(e){for(var t="";null!==e;)t.length>0&&(t+="|"),t+=e.state,e=e.parent;return t},e._equals=function(e,t){for(;null!==e&&null!==t;){if(e===t)return!0;if(e.state!==t.state)return!1;e=e.parent,t=t.parent}return null===e&&null===t},e.prototype.equals=function(t){return e._equals(this,t)},e.prototype.push=function(e){return Mt.create(this,e)},e.prototype.pop=function(){return this.parent},e.prototype.popall=function(){for(var e=this;e.parent;)e=e.parent;return e},e.prototype.switchTo=function(e){return Mt.create(this.parent,e)},e}(),Tt=function(){function e(e,t){this.modeId=e,this.state=t}return e.prototype.equals=function(e){return this.modeId===e.modeId&&this.state.equals(e.state)},e.prototype.clone=function(){return this.state.clone()===this.state?this:new e(this.modeId,this.state)},e}(),Lt=function(){function e(e){this._maxCacheDepth=e,this._entries=Object.create(null)}return e.create=function(e,t){return this._INSTANCE.create(e,t)},e.prototype.create=function(e,t){if(null!==t)return new Ot(e,t);if(null!==e&&e.depth>=this._maxCacheDepth)return new Ot(e,t);var n=Et.getStackElementId(e),i=this._entries[n];return i||(i=new Ot(e,null),this._entries[n]=i,i)},e._INSTANCE=new e(5),e}(),Ot=function(){function e(e,t){this.stack=e,this.embeddedModeData=t}return e.prototype.clone=function(){return(this.embeddedModeData?this.embeddedModeData.clone():null)===this.embeddedModeData?this:Lt.create(this.stack,this.embeddedModeData)},e.prototype.equals=function(t){return t instanceof e&&(!!this.stack.equals(t.stack)&&(null===this.embeddedModeData&&null===t.embeddedModeData||null!==this.embeddedModeData&&null!==t.embeddedModeData&&this.embeddedModeData.equals(t.embeddedModeData)))},e}(),kt=Object.hasOwnProperty,It=function(){function e(){this._tokens=[],this._language=null,this._lastTokenType=null,this._lastTokenLanguage=null}return e.prototype.enterMode=function(e,t){this._language=t},e.prototype.emit=function(e,t){this._lastTokenType===t&&this._lastTokenLanguage===this._language||(this._lastTokenType=t,this._lastTokenLanguage=this._language,this._tokens.push(new F.a(e,t,this._language)))},e.prototype.nestedModeTokenize=function(e,t,n){var i=t.modeId,r=t.state,o=oe.y.get(i);if(!o)return this.enterMode(n,i),this.emit(n,""),r;var a=o.tokenize(e,r,n);return this._tokens=this._tokens.concat(a.tokens),this._lastTokenType=null,this._lastTokenLanguage=null,this._language=null,a.endState},e.prototype.finalize=function(e){return new F.b(this._tokens,e)},e}(),Dt=function(){function e(e,t){this._modeService=e,this._theme=t,this._prependTokens=null,this._tokens=[],this._currentLanguageId=0,this._lastTokenMetadata=0}return e.prototype.enterMode=function(e,t){this._currentLanguageId=this._modeService.getLanguageIdentifier(t).id},e.prototype.emit=function(e,t){var n=this._theme.match(this._currentLanguageId,t);this._lastTokenMetadata!==n&&(this._lastTokenMetadata=n,this._tokens.push(e),this._tokens.push(n))},e._merge=function(e,t,n){var i=null!==e?e.length:0,r=t.length,o=null!==n?n.length:0;if(0===i&&0===r&&0===o)return new Uint32Array(0);if(0===i&&0===r)return n;if(0===r&&0===o)return e;var a=new Uint32Array(i+r+o);null!==e&&a.set(e);for(var s=0;s0&&i.nestedModeTokenize(a,t.embeddedModeData,n);var s=e.substring(r);return this._myTokenize(s,t,n+r,i)},e.prototype._safeRuleName=function(e){return e?e.name:"(unknown)"},e.prototype._myTokenize=function(e,t,n,i){i.enterMode(n,this._modeId);for(var r,o,a=e.length,s=t.embeddedModeData,l=t.stack,c=0,u=null,d=!0;d||c=a)break;d=!1;var C=this._lexer.tokenizer[m];if(!C&&!(C=xt(this._lexer,m)))throw Ct(this._lexer,"tokenizer state is not defined: "+m);var S=e.substr(c);for(var x in C)if(kt.call(C,x)){var M=C[x];if((0===c||!M.matchOnlyAtLineStart)&&(g=S.match(M.regex))){v=g[0],_=M.action;break}}}if(g||(g=[""],v=""),_||(c=this._lexer.maxStack)throw Ct(this._lexer,"maximum tokenizer stack size reached: ["+l.state+","+l.parent.state+",...]");l=l.push(m)}else if("@pop"===_.next){if(l.depth<=1)throw Ct(this._lexer,"trying to pop an empty stack in rule: "+this._safeRuleName(y));l=l.pop()}else if("@popall"===_.next)l=l.popall();else{var T;if("@"===(T=St(this._lexer,_.next,v,g,m))[0]&&(T=T.substr(1)),!xt(this._lexer,T))throw Ct(this._lexer,"trying to set a next state '"+T+"' that is undefined in rule: "+this._safeRuleName(y));l=l.push(T)}}_.log&&"string"==typeof _.log&&(r=this._lexer,o=this._lexer.languageId+": "+St(this._lexer,_.log,v,g,m),console.log(r.languageId+": "+o))}if(null===E)throw Ct(this._lexer,"lexer rule has no well-defined action in rule: "+this._safeRuleName(y));if(Array.isArray(E)){if(u&&u.groups.length>0)throw Ct(this._lexer,"groups cannot be nested: "+this._safeRuleName(y));if(g.length!==E.length+1)throw Ct(this._lexer,"matched number of groups does not match the number of actions in rule: "+this._safeRuleName(y));for(var L=0,O=1;O=0&&s()})})},e.colorizeLine=function(e,t,n,i,r){void 0===r&&(r=4);var o=mt.d.isBasicASCII(e,t),a=mt.d.containsRTL(e,o,n);return Object(ft.d)(new ft.b(!1,!0,e,!1,o,a,0,i,[],r,0,-1,"none",!1,!1)).html},e.colorizeModelLine=function(e,t,n){void 0===n&&(n=4);var i=e.getLineContent(t);e.forceTokenization(t);var r=e.getLineTokens(t).inflate();return this.colorizeLine(i,e.mightContainNonBasicASCII(),e.mightContainRTL(),r,n)},e}();function Pt(e,t,n){return new Promise(function(i,r){var o=function(){var a=function(e,t,n){for(var i=[],r=n.getInitialState(),o=0,a=e.length;o"),r=l.endState}return i.join("")}(e,t,n);if(n instanceof Nt){var s=n.getLoadStatus();if(!1===s.loaded)return void s.promise.then(o,r)}i(a)};o()})}function zt(e,t){var n=[],i=new Uint32Array(2);i[0]=0,i[1]=16793600;for(var r=0,o=e.length;r")}return n.join("")}var Ft=n("uDWl"),Ht=n("S3by"),jt=n("sFUC"),Vt=n("iDAx"),Wt=n("0/Sa"),Bt=n("+7oY"),Ut=n("QDVR"),Yt=n("qj0h"),Gt=n("CRAX"),qt=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function i(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(i.prototype=n.prototype,new i)}}(),Kt=function(){function e(e,t,n){void 0===e&&(e={}),void 0===t&&(t=[]),void 0===n&&(n=[]),this._contents=e,this._keys=t,this._overrides=n,this.isFrozen=!1}return Object.defineProperty(e.prototype,"contents",{get:function(){return this.checkAndFreeze(this._contents)},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"overrides",{get:function(){return this.checkAndFreeze(this._overrides)},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"keys",{get:function(){return this.checkAndFreeze(this._keys)},enumerable:!0,configurable:!0}),e.prototype.isEmpty=function(){return 0===this._keys.length&&0===Object.keys(this._contents).length&&0===this._overrides.length},e.prototype.getValue=function(e){return e?Object(Bt.d)(this.contents,e):this.contents},e.prototype.override=function(t){var n=this.getContentsForOverrideIdentifer(t);if(!n||"object"!=typeof n||!Object.keys(n).length)return this;for(var i={},r=0,o=Se.e(Object.keys(this.contents).concat(Object.keys(n)));r5e3&&n._leaveChordMode():n._leaveChordMode()},500)},t.prototype._leaveChordMode=function(){this._currentChordStatusMessage&&(this._currentChordStatusMessage.dispose(),this._currentChordStatusMessage=null),this._currentChordChecker.cancel(),this._currentChord=null},t.prototype._dispatch=function(e,t){return this._doDispatch(this.resolveKeyboardEvent(e),t)},t.prototype._doDispatch=function(e,t){var n=this,i=!1;if(e.isChord())return console.warn("Unexpected keyboard event mapped to a chord"),!1;var r=e.getDispatchParts()[0];if(null===r)return i;var o=this._contextKeyService.getContext(t),a=this._currentChord?this._currentChord.keypress:null,s=e.getLabel(),l=this._getResolver().resolve(o,a,r);return l&&l.enterChord?(i=!0,this._enterChordMode(r,s),i):(this._statusService&&this._currentChord&&(l&&l.commandId||(this._statusService.setStatusMessage(Zt.a("missing.chord","The key combination ({0}, {1}) is not a command.",this._currentChord.label,s),1e4),i=!0)),this._leaveChordMode(),l&&l.commandId&&(l.bubble||(i=!0),void 0===l.commandArgs?this._commandService.executeCommand(l.commandId).then(void 0,function(e){return n._notificationService.warn(e)}):this._commandService.executeCommand(l.commandId,l.commandArgs).then(void 0,function(e){return n._notificationService.warn(e)}),this._telemetryService.publicLog("workbenchActionExecuted",{id:l.commandId,from:"keybinding"})),i)},t.prototype.mightProducePrintableCharacter=function(e){return!e.ctrlKey&&!e.metaKey&&(e.keyCode>=31&&e.keyCode<=56||e.keyCode>=21&&e.keyCode<=30)},t}(ue.a),en=n("T8No"),tn=function(){function e(t,n){this._defaultKeybindings=t,this._defaultBoundCommands=new Map;for(var i=0,r=t.length;i=0;u--)this._isTargetedForRemoval(e[u],s,l,a,c)&&e.splice(u,1);else n.push(o)}return e.concat(n)},e.prototype._addKeyPress=function(t,n){var i=this._map.get(t);if(void 0===i)return this._map.set(t,[n]),void this._addToLookupMap(n);for(var r=i.length-1;r>=0;r--){var o=i[r];if(o.command!==n.command){var a=o.keypressParts.length>1,s=n.keypressParts.length>1;a&&s&&o.keypressParts[1]!==n.keypressParts[1]||e.whenIsEntirelyIncluded(o.when,n.when)&&this._removeFromLookupMap(o)}}i.push(n),this._addToLookupMap(n)},e.prototype._addToLookupMap=function(e){if(e.command){var t=this._lookupMap.get(e.command);void 0===t?(t=[e],this._lookupMap.set(e.command,t)):t.push(e)}},e.prototype._removeFromLookupMap=function(e){if(e.command){var t=this._lookupMap.get(e.command);if(void 0!==t)for(var n=0,i=t.length;n1&&null!==l.keypressParts[1]?{enterChord:!0,commandId:null,commandArgs:null,bubble:!1}:{enterChord:!1,commandId:l.command,commandArgs:l.commandArgs,bubble:l.bubble}:null},e.prototype._findCommand=function(t,n){for(var i=n.length-1;i>=0;i--){var r=n[i];if(e.contextMatchesRules(t,r.when))return r}return null},e.contextMatchesRules=function(e,t){return!t||t.evaluate(e)},e}(),nn=n("nrhi"),rn=function(e,t,n,i,r){this.resolvedKeybinding=e,this.keypressParts=e?function(e){for(var t=[],n=0,i=e.length;n1},t.prototype.getParts=function(){var e=this;return this._parts.map(function(t){return e._getPart(t)})},t.prototype._getPart=function(e){return new N.d(e.ctrlKey,e.shiftKey,e.altKey,e.metaKey,this._getLabel(e),this._getAriaLabel(e))},t.prototype.getDispatchParts=function(){var e=this;return this._parts.map(function(t){return e._getDispatchPart(t)})},t}(N.c),ln=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function i(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(i.prototype=n.prototype,new i)}}(),cn=function(e){function t(t,n){return e.call(this,n,t.parts)||this}return ln(t,e),t.prototype._keyCodeToUILabel=function(e){if(2===this._os)switch(e){case 15:return"←";case 16:return"↑";case 17:return"→";case 18:return"↓"}return N.b.toString(e)},t.prototype._getLabel=function(e){return e.isDuplicateModifierCase()?"":this._keyCodeToUILabel(e.keyCode)},t.prototype._getAriaLabel=function(e){return e.isDuplicateModifierCase()?"":N.b.toString(e.keyCode)},t.prototype._getDispatchPart=function(e){return t.getDispatchStr(e)},t.getDispatchStr=function(e){if(e.isModifierKey())return null;var t="";return e.ctrlKey&&(t+="ctrl+"),e.shiftKey&&(t+="shift+"),e.altKey&&(t+="alt+"),e.metaKey&&(t+="meta+"),t+=N.b.toString(e.keyCode)},t}(sn),un=n("sM1p"),dn=n("EWX2"),hn=n("A9l+"),pn=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function i(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(i.prototype=n.prototype,new i)}}(),fn=function(e,t,n,i){var r,o=arguments.length,a=o<3?t:null===i?i=Object.getOwnPropertyDescriptor(t,n):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(e,t,n,i);else for(var s=e.length-1;s>=0;s--)(r=e[s])&&(a=(o<3?r(a):o>3?r(t,n,a):r(t,n))||a);return o>3&&a&&Object.defineProperty(t,n,a),a},mn=function(e,t){return function(n,i){t(n,i,e)}},gn=function(){function e(e){this.model=e,this._onDispose=new D.a}return Object.defineProperty(e.prototype,"textEditorModel",{get:function(){return this.model},enumerable:!0,configurable:!0}),e.prototype.dispose=function(){this._onDispose.fire()},e}();var vn=function(){function e(){}return e.prototype.setEditor=function(e){this.editor=e},e.prototype.createModelReference=function(e){var t,n,i,r=this,o=(t=this.editor,n=function(t){return r.findModel(t,e)},i=function(t){return r.findModel(t.getOriginalEditor(),e)||r.findModel(t.getModifiedEditor(),e)},Object(jt.a)(t)?n(t):i(t));return o?Promise.resolve(new ue.b(new gn(o))):Promise.reject(new Error("Model not found"))},e.prototype.findModel=function(e,t){var n=e.getModel();return n&&n.uri.toString()!==t.toString()?null:n},e}(),_n=function(){function e(){}return e.prototype.showWhile=function(e,t){return Promise.resolve(void 0)},e}(),yn=function(){},bn=function(){function e(){}return e.prototype.info=function(e){return this.notify({severity:Ht.a.Info,message:e})},e.prototype.warn=function(e){return this.notify({severity:Ht.a.Warning,message:e})},e.prototype.error=function(e){return this.notify({severity:Ht.a.Error,message:e})},e.prototype.notify=function(t){switch(t.severity){case Ht.a.Error:console.error(t.message);break;case Ht.a.Warning:console.warn(t.message);break;default:console.log(t.message)}return e.NO_OP},e.NO_OP=new un.b,e}(),wn=function(){function e(e){this._onWillExecuteCommand=new D.a,this._instantiationService=e,this._dynamicCommands=Object.create(null)}return e.prototype.addCommand=function(e){var t=this,n=e.id;return this._dynamicCommands[n]=e,Object(ue.f)(function(){delete t._dynamicCommands[n]})},e.prototype.executeCommand=function(e){for(var t=[],n=1;n=0;s--)(r=e[s])&&(a=(o<3?r(a):o>3?r(t,n,a):r(t,n))||a);return o>3&&a&&Object.defineProperty(t,n,a),a},Gn=function(e,t){return function(n,i){t(n,i,e)}},qn=0,Kn=!1;var Xn=function(e){function t(t,n,i,r,o,a,s,l,c,u){var d=this;return(n=n||{}).ariaLabel=n.ariaLabel||hn.g.editorViewAccessibleLabel,n.ariaLabel=n.ariaLabel+";"+(Nn.j?hn.g.accessibilityHelpMessageIE:hn.g.accessibilityHelpMessage),d=e.call(this,t,n,{},i,r,o,a,l,c,u)||this,s instanceof Cn&&(d._standaloneKeybindingService=s),Kn||(Kn=!0,An.b(document.body)),d}return Un(t,e),t.prototype.addCommand=function(e,t,n){if(!this._standaloneKeybindingService)return console.warn("Cannot add command because the editor is configured with an unrecognized KeybindingService"),null;var i="DYNAMIC_"+ ++qn,r=en.d.deserialize(n);return this._standaloneKeybindingService.addDynamicKeybinding(i,e,t,r),i},t.prototype.createContextKey=function(e,t){return this._contextKeyService.createKey(e,t)},t.prototype.addAction=function(e){var t=this;if("string"!=typeof e.id||"string"!=typeof e.label||"function"!=typeof e.run)throw new Error("Invalid action descriptor, `id`, `label` and `run` are required properties!");if(!this._standaloneKeybindingService)return console.warn("Cannot add keybinding because the editor is configured with an unrecognized KeybindingService"),ue.a.None;var n=e.id,i=e.label,r=en.d.and(en.d.equals("editorId",this.getId()),en.d.deserialize(e.precondition)),o=e.keybindings,a=en.d.and(r,en.d.deserialize(e.keybindingContext)),s=e.contextMenuGroupId||null,l=e.contextMenuOrder||0,c=function(){return Promise.resolve(e.run(t))},u=[],d=this.getId()+":"+n;if(u.push(q.a.registerCommand(d,c)),s){var h={command:{id:d,title:i},when:r,group:s,order:l};u.push(Hn.c.appendMenuItem(7,h))}Array.isArray(o)&&(u=u.concat(o.map(function(e){return t._standaloneKeybindingService.addDynamicKeybinding(d,e,c,a)})));var p=new zn.a(d,i,i,r,c,this._contextKeyService);return this._actions[n]=p,u.push(Object(ue.f)(function(){delete t._actions[n]})),Object(ue.c)(u)},t=Yn([Gn(2,Ke.a),Gn(3,W.a),Gn(4,q.b),Gn(5,en.e),Gn(6,Vn.a),Gn(7,Wn.c),Gn(8,un.a),Gn(9,Bn.a)],t)}(Rn.a),$n=function(e){function t(t,n,i,r,o,a,s,l,c,u,d,h,p){var f=this;On(h,n,!1),"string"==typeof(n=n||{}).theme&&u.setTheme(n.theme);var m,g=n.model;if(delete n.model,(f=e.call(this,t,n,r,o,a,s,l,u,d,p)||this)._contextViewService=c,f._configurationService=h,f._register(i),void 0===g?(m=self.monaco.editor.createModel(n.value||"",n.language||"text/plain"),f._ownsModel=!0):(m=g,f._ownsModel=!1),f._attachModel(m),m){var v={oldModelUrl:null,newModelUrl:m.uri};f._onDidChangeModel.fire(v)}return f}return Un(t,e),t.prototype.dispose=function(){e.prototype.dispose.call(this)},t.prototype.updateOptions=function(t){On(this._configurationService,t,!1),e.prototype.updateOptions.call(this,t)},t.prototype._attachModel=function(t){e.prototype._attachModel.call(this,t),this._modelData&&this._contextViewService.setContainer(this._modelData.view.domNode.domNode)},t.prototype._postDetachModelCleanup=function(t){e.prototype._postDetachModelCleanup.call(this,t),t&&this._ownsModel&&(t.dispose(),this._ownsModel=!1)},t=Yn([Gn(3,Ke.a),Gn(4,W.a),Gn(5,q.b),Gn(6,en.e),Gn(7,Vn.a),Gn(8,jn.b),Gn(9,Fn.a),Gn(10,un.a),Gn(11,Bt.a),Gn(12,Bn.a)],t)}(Xn),Zn=function(e){function t(t,n,i,r,o,a,s,l,c,u,d,h){var p=this;return On(h,n,!0),"string"==typeof(n=n||{}).theme&&(n.theme=u.setTheme(n.theme)),(p=e.call(this,t,n,l,o,r,c,u,d)||this)._contextViewService=s,p._configurationService=h,p._register(i),p._contextViewService.setContainer(p._containerDomElement),p}return Un(t,e),t.prototype.dispose=function(){e.prototype.dispose.call(this)},t.prototype.updateOptions=function(t){On(this._configurationService,t,!0),e.prototype.updateOptions.call(this,t)},t.prototype._createInnerEditor=function(e,t,n){return e.createInstance(Xn,t,n)},t.prototype.getOriginalEditor=function(){return e.prototype.getOriginalEditor.call(this)},t.prototype.getModifiedEditor=function(){return e.prototype.getModifiedEditor.call(this)},t.prototype.addCommand=function(e,t,n){return this.getModifiedEditor().addCommand(e,t,n)},t.prototype.createContextKey=function(e,t){return this.getModifiedEditor().createContextKey(e,t)},t.prototype.addAction=function(e){return this.getModifiedEditor().addAction(e)},t=Yn([Gn(3,Ke.a),Gn(4,en.e),Gn(5,Vn.a),Gn(6,jn.b),Gn(7,se.a),Gn(8,W.a),Gn(9,Fn.a),Gn(10,un.a),Gn(11,Bt.a)],t)}(Pn.a),Jn=n("x/UI"),Qn=n("WBhO"),ei=function(){function e(e){this._languageIdentifier=e}return e.prototype.getId=function(){return this._languageIdentifier.language},e}(),ti=n("MrjW"),ni=n("l2gE"),ii="text/plain",ri="application/unknown",oi=[],ai=[],si=[];function li(e,t){void 0===t&&(t=!1);var n=function(e){return{id:e.id,mime:e.mime,filename:e.filename,extension:e.extension,filepattern:e.filepattern,firstline:e.firstline,userConfigured:e.userConfigured,filenameLowercase:e.filename?e.filename.toLowerCase():void 0,extensionLowercase:e.extension?e.extension.toLowerCase():void 0,filepatternLowercase:e.filepattern?e.filepattern.toLowerCase():void 0,filepatternOnPath:!!e.filepattern&&e.filepattern.indexOf(ti.posix.sep)>=0}}(e);oi.push(n),n.userConfigured?si.push(n):ai.push(n),t&&!n.userConfigured&&oi.forEach(function(e){e.mime===n.mime||e.userConfigured||(n.extension&&e.extension===n.extension&&console.warn("Overwriting extension <<"+n.extension+">> to now point to mime <<"+n.mime+">>"),n.filename&&e.filename===n.filename&&console.warn("Overwriting filename <<"+n.filename+">> to now point to mime <<"+n.mime+">>"),n.filepattern&&e.filepattern===n.filepattern&&console.warn("Overwriting filepattern <<"+n.filepattern+">> to now point to mime <<"+n.mime+">>"),n.firstline&&e.firstline===n.firstline&&console.warn("Overwriting firstline <<"+n.firstline+">> to now point to mime <<"+n.mime+">>"))})}function ci(e,t){if(!e)return[ri];e=e.toLowerCase();var n=Object(ti.basename)(e),i=ui(e,n,si);if(i)return[i,ii];var r=ui(e,n,ai);if(r)return[r,ii];if(t){var o=function(e){Object(K.I)(e)&&(e=e.substr(1));if(e.length>0)for(var t=0,n=oi;t0)return i.mime}}return null}(t);if(o)return[o,ii]}return[ri]}function ui(e,t,n){for(var i=null,r=null,o=null,a=n.length-1;a>=0;a--){var s=n[a];if(t===s.filenameLowercase){i=s;break}if(s.filepattern&&(!r||s.filepattern.length>r.filepattern.length)){var l=s.filepatternOnPath?e:t;Object(ni.a)(s.filepatternLowercase,l)&&(r=s)}s.extension&&(!o||s.extension.length>o.extension.length)&&Object(K.k)(t,s.extensionLowercase)&&(o=s)}return i?i.mime:r?r.mime:o?o.mime:null}var di=n("MqQJ"),hi=n("ic2d"),pi=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function i(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(i.prototype=n.prototype,new i)}}(),fi=Object.prototype.hasOwnProperty,mi=function(e){function t(t,n){void 0===t&&(t=!0),void 0===n&&(n=!1);var i=e.call(this)||this;return i._onDidChange=i._register(new D.a),i.onDidChange=i._onDidChange.event,i._warnOnOverwrite=n,i._nextLanguageId2=1,i._languageIdToLanguage=[],i._languageToLanguageId=Object.create(null),i._languages={},i._mimeTypesMap={},i._nameMap={},i._lowercaseNameMap={},t&&(i._initializeFromRegistry(),i._register(di.a.onDidChangeLanguages(function(e){return i._initializeFromRegistry()}))),i}return pi(t,e),t.prototype._initializeFromRegistry=function(){this._languages={},this._mimeTypesMap={},this._nameMap={},this._lowercaseNameMap={};var e=di.a.getLanguages();this._registerLanguages(e)},t.prototype._registerLanguages=function(e){for(var t=this,n=0,i=e;n0&&((n=e.mimetypes).push.apply(n,t.mimetypes),r=t.mimetypes[0]),r||(r="text/x-"+i,e.mimetypes.push(r)),Array.isArray(t.extensions))for(var o=0,a=t.extensions;o0){var p=t.firstLine;"^"!==p.charAt(0)&&(p="^"+p);try{var f=new RegExp(p);K.C(f)||li({id:i,mime:r,firstline:f},this._warnOnOverwrite)}catch(e){Object(de.e)(e)}}e.aliases.push(i);var m=null;if(void 0!==t.aliases&&Array.isArray(t.aliases)&&(m=0===t.aliases.length?[null]:t.aliases),null!==m)for(var g=0,v=m;g0;if(y&&null===m[0]);else{var b=(y?m[0]:null)||i;!y&&e.name||(e.name=b)}t.configuration&&e.configurationFiles.push(t.configuration)},t.prototype.isRegisteredMode=function(e){return!!fi.call(this._mimeTypesMap,e)||fi.call(this._languages,e)},t.prototype.getModeIdForLanguageNameLowercase=function(e){return fi.call(this._lowercaseNameMap,e)?this._lowercaseNameMap[e].language:null},t.prototype.extractModeIds=function(e){var t=this;return e?e.split(",").map(function(e){return e.trim()}).map(function(e){return fi.call(t._mimeTypesMap,e)?t._mimeTypesMap[e].language:e}).filter(function(e){return fi.call(t._languages,e)}):[]},t.prototype.getLanguageIdentifier=function(e){if(e===ae.b||0===e)return ae.a;var t;if("string"==typeof e)t=e;else if(!(t=this._languageIdToLanguage[e]))return null;return fi.call(this._languages,t)?this._languages[t].identifier:null},t.prototype.getModeIdsFromFilepathOrFirstLine=function(e,t){if(!e&&!t)return[];var n=ci(e,t);return this.extractModeIds(n.join(","))},t}(ue.a),gi=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function i(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(i.prototype=n.prototype,new i)}}(),vi=function(e){function t(t,n){var i=e.call(this)||this;return i._onDidChange=i._register(new D.a),i.onDidChange=i._onDidChange.event,i._selector=n,i.languageIdentifier=i._selector(),i._register(t(function(){return i._evaluate()})),i}return gi(t,e),t.prototype._evaluate=function(){var e=this._selector();e.id!==this.languageIdentifier.id&&(this.languageIdentifier=e,this._onDidChange.fire(this.languageIdentifier))},t}(ue.a),_i=function(){function e(e){var t=this;void 0===e&&(e=!1),this._onDidCreateMode=new D.a,this.onDidCreateMode=this._onDidCreateMode.event,this._onLanguagesMaybeChanged=new D.a,this.onLanguagesMaybeChanged=this._onLanguagesMaybeChanged.event,this._instantiatedModes={},this._registry=new mi(!0,e),this._registry.onDidChange(function(){return t._onLanguagesMaybeChanged.fire()})}return e.prototype.isRegisteredMode=function(e){return this._registry.isRegisteredMode(e)},e.prototype.getModeIdForLanguageName=function(e){return this._registry.getModeIdForLanguageNameLowercase(e)},e.prototype.getModeIdByFilepathOrFirstLine=function(e,t){var n=this._registry.getModeIdsFromFilepathOrFirstLine(e,t);return n.length>0?n[0]:null},e.prototype.getModeId=function(e){var t=this._registry.extractModeIds(e);return t.length>0?t[0]:null},e.prototype.getLanguageIdentifier=function(e){return this._registry.getLanguageIdentifier(e)},e.prototype.create=function(e){var t=this;return new vi(this.onLanguagesMaybeChanged,function(){var n=t.getModeId(e);return t._createModeAndGetLanguageIdentifier(n)})},e.prototype.createByFilepathOrFirstLine=function(e,t){var n=this;return new vi(this.onLanguagesMaybeChanged,function(){var i=n.getModeIdByFilepathOrFirstLine(e,t);return n._createModeAndGetLanguageIdentifier(i)})},e.prototype._createModeAndGetLanguageIdentifier=function(e){var t=this.getLanguageIdentifier(e||"plaintext")||ae.a;return this._getOrCreateMode(t.language),t},e.prototype.triggerMode=function(e){var t=this.getModeId(e);this._getOrCreateMode(t||"plaintext")},e.prototype._getOrCreateMode=function(e){if(!this._instantiatedModes.hasOwnProperty(e)){var t=this.getLanguageIdentifier(e)||ae.a;this._instantiatedModes[e]=new ei(t),this._onDidCreateMode.fire(this._instantiatedModes[e])}return this._instantiatedModes[e]},e}(),yi=n("tX9W"),bi=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function i(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(i.prototype=n.prototype,new i)}}(),wi=function(e,t,n,i){var r,o=arguments.length,a=o<3?t:null===i?i=Object.getOwnPropertyDescriptor(t,n):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(e,t,n,i);else for(var s=e.length-1;s>=0;s--)(r=e[s])&&(a=(o<3?r(a):o>3?r(t,n,a):r(t,n))||a);return o>3&&a&&Object.defineProperty(t,n,a),a},Ci=function(e,t){return function(n,i){t(n,i,e)}};function Si(e){return e.toString()}var xi=function(){function e(e,t,n){this.model=e,this._languageSelection=null,this._languageSelectionListener=null,this._modelEventListeners=[],this._modelEventListeners.push(e.onWillDispose(function(){return t(e)})),this._modelEventListeners.push(e.onDidChangeLanguage(function(t){return n(e,t)}))}return e.prototype._disposeLanguageSelection=function(){this._languageSelectionListener&&(this._languageSelectionListener.dispose(),this._languageSelectionListener=null),this._languageSelection&&(this._languageSelection.dispose(),this._languageSelection=null)},e.prototype.dispose=function(){this._modelEventListeners=Object(ue.d)(this._modelEventListeners),this._disposeLanguageSelection()},e.prototype.setLanguage=function(e){var t=this;this._disposeLanguageSelection(),this._languageSelection=e,this._languageSelectionListener=this._languageSelection.onDidChange(function(){return t.model.setMode(e.languageIdentifier)}),this.model.setMode(e.languageIdentifier)},e}(),Mi=he.c||he.d?1:2,Ei=function(e){function t(t,n){var i=e.call(this)||this;return i._onModelAdded=i._register(new D.a),i.onModelAdded=i._onModelAdded.event,i._onModelRemoved=i._register(new D.a),i.onModelRemoved=i._onModelRemoved.event,i._onModelModeChanged=i._register(new D.a),i.onModelModeChanged=i._onModelModeChanged.event,i._configurationService=t,i._resourcePropertiesService=n,i._models={},i._modelCreationOptionsByLanguageAndResource=Object.create(null),i._configurationServiceSubscription=i._configurationService.onDidChangeConfiguration(function(e){return i._updateModelOptions()}),i._updateModelOptions(),i}return bi(t,e),t._readModelOptions=function(e,t){var n=k.c.tabSize;if(e.editor&&void 0!==e.editor.tabSize){var i=parseInt(e.editor.tabSize,10);isNaN(i)||(n=i),n<1&&(n=1)}var r=n;if(e.editor&&void 0!==e.editor.indentSize&&"tabSize"!==e.editor.indentSize){var o=parseInt(e.editor.indentSize,10);isNaN(o)||(r=o),r<1&&(r=1)}var a=k.c.insertSpaces;e.editor&&void 0!==e.editor.insertSpaces&&(a="false"!==e.editor.insertSpaces&&Boolean(e.editor.insertSpaces));var s=Mi,l=e.eol;"\r\n"===l?s=2:"\n"===l&&(s=1);var c=k.c.trimAutoWhitespace;e.editor&&void 0!==e.editor.trimAutoWhitespace&&(c="false"!==e.editor.trimAutoWhitespace&&Boolean(e.editor.trimAutoWhitespace));var u=k.c.detectIndentation;e.editor&&void 0!==e.editor.detectIndentation&&(u="false"!==e.editor.detectIndentation&&Boolean(e.editor.detectIndentation));var d=k.c.largeFileOptimizations;return e.editor&&void 0!==e.editor.largeFileOptimizations&&(d="false"!==e.editor.largeFileOptimizations&&Boolean(e.editor.largeFileOptimizations)),{isForSimpleWidget:t,tabSize:n,indentSize:r,insertSpaces:a,detectIndentation:u,defaultEOL:s,trimAutoWhitespace:c,largeFileOptimizations:d}},t.prototype.getCreationOptions=function(e,n,i){var r=this._modelCreationOptionsByLanguageAndResource[e+n];if(!r){var o=this._configurationService.getValue("editor",{overrideIdentifier:e,resource:n}),a=this._resourcePropertiesService.getEOL(n,e);r=t._readModelOptions({editor:o,eol:a},i),this._modelCreationOptionsByLanguageAndResource[e+n]=r}return r},t.prototype._updateModelOptions=function(){var e=this._modelCreationOptionsByLanguageAndResource;this._modelCreationOptionsByLanguageAndResource=Object.create(null);for(var n=Object.keys(this._models),i=0,r=n.length;i=0;s--)(r=e[s])&&(a=(o<3?r(a):o>3?r(t,n,a):r(t,n))||a);return o>3&&a&&Object.defineProperty(t,n,a),a},Ii=function(e,t){return function(n,i){t(n,i,e)}},Di=function(e){function t(t,n){void 0===n&&(n=B.q());var i=e.call(this)||this;return i._styleSheet=n,i._decorationOptionProviders=Object.create(null),i._themeService=t,i}return Oi(t,e),t.prototype.registerDecorationType=function(e,t,n){var i=this._decorationOptionProviders[e];if(!i){var r={styleSheet:this._styleSheet,key:e,parentTypeKey:n,options:t||Object.create(null)};i=n?new Ni(this._themeService,r):new Ai(this._themeService,r),this._decorationOptionProviders[e]=i}i.refCount++},t.prototype.removeDecorationType=function(e){var t=this._decorationOptionProviders[e];t&&(t.refCount--,t.refCount<=0&&(delete this._decorationOptionProviders[e],t.dispose(),this.listCodeEditors().forEach(function(t){return t.removeDecorations(e)})))},t.prototype.resolveDecorationOptions=function(e,t){var n=this._decorationOptionProviders[e];if(!n)throw new Error("Unknown decoration type key: "+e);return n.getOptions(this,t)},t=ki([Ii(0,Wn.c)],t)}(Li),Ni=function(){function e(e,t){this._parentTypeKey=t.parentTypeKey,this.refCount=0,this._beforeContentRules=new Pi(3,t,e),this._afterContentRules=new Pi(4,t,e)}return e.prototype.getOptions=function(e,t){var n=e.resolveDecorationOptions(this._parentTypeKey,!0);return this._beforeContentRules&&(n.beforeContentClassName=this._beforeContentRules.className),this._afterContentRules&&(n.afterContentClassName=this._afterContentRules.className),n},e.prototype.dispose=function(){this._beforeContentRules&&(this._beforeContentRules.dispose(),this._beforeContentRules=null),this._afterContentRules&&(this._afterContentRules.dispose(),this._afterContentRules=null)},e}(),Ai=function(){function e(e,t){var n=this;this.refCount=0,this._disposables=[];var i=function(i){var r=new Pi(i,t,e);if(n._disposables.push(r),r.hasContent)return r.className};this.className=i(0);var r,o=(r=new Pi(1,t,e),n._disposables.push(r),r.hasContent?{className:r.className,hasLetterSpacing:r.hasLetterSpacing}:null);o&&(this.inlineClassName=o.className,this.inlineClassNameAffectsLetterSpacing=o.hasLetterSpacing),this.beforeContentClassName=i(3),this.afterContentClassName=i(4),this.glyphMarginClassName=i(2);var a=t.options;this.isWholeLine=Boolean(a.isWholeLine),this.stickiness=a.rangeBehavior;var s=a.light&&a.light.overviewRulerColor||a.overviewRulerColor,l=a.dark&&a.dark.overviewRulerColor||a.overviewRulerColor;void 0===s&&void 0===l||(this.overviewRuler={color:s||l,darkColor:l||s,position:a.overviewRulerLane||re.c.Center})}return e.prototype.getOptions=function(e,t){return t?{inlineClassName:this.inlineClassName,beforeContentClassName:this.beforeContentClassName,afterContentClassName:this.afterContentClassName,className:this.className,glyphMarginClassName:this.glyphMarginClassName,isWholeLine:this.isWholeLine,overviewRuler:this.overviewRuler,stickiness:this.stickiness}:this},e.prototype.dispose=function(){this._disposables=Object(ue.d)(this._disposables)},e}(),Ri={color:"color:{0} !important;",opacity:"opacity:{0};",backgroundColor:"background-color:{0};",outline:"outline:{0};",outlineColor:"outline-color:{0};",outlineStyle:"outline-style:{0};",outlineWidth:"outline-width:{0};",border:"border:{0};",borderColor:"border-color:{0};",borderRadius:"border-radius:{0};",borderSpacing:"border-spacing:{0};",borderStyle:"border-style:{0};",borderWidth:"border-width:{0};",fontStyle:"font-style:{0};",fontWeight:"font-weight:{0};",textDecoration:"text-decoration:{0};",cursor:"cursor:{0};",letterSpacing:"letter-spacing:{0};",gutterIconPath:"background:url('{0}') center center no-repeat;",gutterIconSize:"background-size:{0};",contentText:"content:'{0}';",contentIconPath:"content:url('{0}');",margin:"margin:{0};",width:"width:{0};",height:"height:{0};"},Pi=function(){function e(e,t,n){var i=this;this._theme=n.getTheme(),this._ruleType=e,this._providerArgs=t,this._usesThemeColors=!1,this._hasContent=!1,this._hasLetterSpacing=!1;var r=zi.getClassName(this._providerArgs.key,e);this._providerArgs.parentTypeKey&&(r=r+" "+zi.getClassName(this._providerArgs.parentTypeKey,e)),this._className=r,this._unThemedSelector=zi.getSelector(this._providerArgs.key,this._providerArgs.parentTypeKey,e),this._buildCSS(),this._usesThemeColors?this._themeListener=n.onThemeChange(function(e){i._theme=n.getTheme(),i._removeCSS(),i._buildCSS()}):this._themeListener=null}return e.prototype.dispose=function(){this._hasContent&&(this._removeCSS(),this._hasContent=!1),this._themeListener&&(this._themeListener.dispose(),this._themeListener=null)},Object.defineProperty(e.prototype,"hasContent",{get:function(){return this._hasContent},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"hasLetterSpacing",{get:function(){return this._hasLetterSpacing},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"className",{get:function(){return this._className},enumerable:!0,configurable:!0}),e.prototype._buildCSS=function(){var e,t,n,i=this._providerArgs.options;switch(this._ruleType){case 0:e=this.getCSSTextForModelDecorationClassName(i),t=this.getCSSTextForModelDecorationClassName(i.light),n=this.getCSSTextForModelDecorationClassName(i.dark);break;case 1:e=this.getCSSTextForModelDecorationInlineClassName(i),t=this.getCSSTextForModelDecorationInlineClassName(i.light),n=this.getCSSTextForModelDecorationInlineClassName(i.dark);break;case 2:e=this.getCSSTextForModelDecorationGlyphMarginClassName(i),t=this.getCSSTextForModelDecorationGlyphMarginClassName(i.light),n=this.getCSSTextForModelDecorationGlyphMarginClassName(i.dark);break;case 3:e=this.getCSSTextForModelDecorationContentClassName(i.before),t=this.getCSSTextForModelDecorationContentClassName(i.light&&i.light.before),n=this.getCSSTextForModelDecorationContentClassName(i.dark&&i.dark.before);break;case 4:e=this.getCSSTextForModelDecorationContentClassName(i.after),t=this.getCSSTextForModelDecorationContentClassName(i.light&&i.light.after),n=this.getCSSTextForModelDecorationContentClassName(i.dark&&i.dark.after);break;default:throw new Error("Unknown rule type: "+this._ruleType)}var r=this._providerArgs.styleSheet.sheet,o=!1;e.length>0&&(r.insertRule(this._unThemedSelector+" {"+e+"}",0),o=!0),t.length>0&&(r.insertRule(".vs"+this._unThemedSelector+" {"+t+"}",0),o=!0),n.length>0&&(r.insertRule(".vs-dark"+this._unThemedSelector+", .hc-black"+this._unThemedSelector+" {"+n+"}",0),o=!0),this._hasContent=o},e.prototype._removeCSS=function(){B.F(this._unThemedSelector,this._providerArgs.styleSheet)},e.prototype.getCSSTextForModelDecorationClassName=function(e){if(!e)return"";var t=[];return this.collectCSSText(e,["backgroundColor"],t),this.collectCSSText(e,["outline","outlineColor","outlineStyle","outlineWidth"],t),this.collectBorderSettingsCSSText(e,t),t.join("")},e.prototype.getCSSTextForModelDecorationInlineClassName=function(e){if(!e)return"";var t=[];return this.collectCSSText(e,["fontStyle","fontWeight","textDecoration","cursor","color","opacity","letterSpacing"],t),e.letterSpacing&&(this._hasLetterSpacing=!0),t.join("")},e.prototype.getCSSTextForModelDecorationContentClassName=function(e){if(!e)return"";var t=[];if(void 0!==e){if(this.collectBorderSettingsCSSText(e,t),void 0!==e.contentIconPath&&t.push(K.p(Ri.contentIconPath,A.a.revive(e.contentIconPath).toString(!0).replace(/'/g,"%27"))),"string"==typeof e.contentText){var n=e.contentText.match(/^.*$/m)[0].replace(/['\\]/g,"\\$&");t.push(K.p(Ri.contentText,n))}this.collectCSSText(e,["fontStyle","fontWeight","textDecoration","color","opacity","backgroundColor","margin"],t),this.collectCSSText(e,["width","height"],t)&&t.push("display:inline-block;")}return t.join("")},e.prototype.getCSSTextForModelDecorationGlyphMarginClassName=function(e){if(!e)return"";var t=[];return void 0!==e.gutterIconPath&&(t.push(K.p(Ri.gutterIconPath,A.a.revive(e.gutterIconPath).toString(!0).replace(/'/g,"%27"))),void 0!==e.gutterIconSize&&t.push(K.p(Ri.gutterIconSize,e.gutterIconSize))),t.join("")},e.prototype.collectBorderSettingsCSSText=function(e,t){return!!this.collectCSSText(e,["border","borderColor","borderRadius","borderSpacing","borderStyle","borderWidth"],t)&&(t.push(K.p("box-sizing: border-box;")),!0)},e.prototype.collectCSSText=function(e,t,n){for(var i=n.length,r=0,o=t;rt)return 1;return 0}(e.token,t.token);return 0!==n?n:e.index-t.index});for(var n=0,i="000000",r="ffffff";e.length>=1&&""===e[0].token;){var o=e.shift();-1!==o.fontStyle&&(n=o.fontStyle),null!==o.foreground&&(i=o.foreground),null!==o.background&&(r=o.background)}for(var a=new Ui,s=0,l=t;s>>0,this._cache.set(t,n)}return(n|e<<0)>>>0},e}(),Gi=/\b(comment|string|regex|regexp)\b/;var qi=function(){function e(e,t,n){this._fontStyle=e,this._foreground=t,this._background=n,this.metadata=(this._fontStyle<<11|this._foreground<<14|this._background<<23)>>>0}return e.prototype.clone=function(){return new e(this._fontStyle,this._foreground,this._background)},e.prototype.acceptOverwrite=function(e,t,n){-1!==e&&(this._fontStyle=e),0!==t&&(this._foreground=t),0!==n&&(this._background=n),this.metadata=(this._fontStyle<<11|this._foreground<<14|this._background<<23)>>>0},e}(),Ki=function(){function e(e){this._mainRule=e,this._children=new Map}return e.prototype.match=function(e){if(""===e)return this._mainRule;var t,n,i=e.indexOf(".");-1===i?(t=e,n=""):(t=e.substring(0,i),n=e.substring(i+1));var r=this._children.get(t);return void 0!==r?r.match(n):this._mainRule},e.prototype.insert=function(t,n,i,r){if(""!==t){var o,a,s=t.indexOf(".");-1===s?(o=t,a=""):(o=t.substring(0,s),a=t.substring(s+1));var l=this._children.get(o);void 0===l&&(l=new e(this._mainRule.clone()),this._children.set(o,l)),l.insert(a,n,i,r)}else this._mainRule.acceptOverwrite(n,i,r)},e}();var Xi,$i,Zi,Ji=n("kYye"),Qi=n("MD5Z"),er={base:"vs",inherit:!1,rules:[{token:"",foreground:"000000",background:"fffffe"},{token:"invalid",foreground:"cd3131"},{token:"emphasis",fontStyle:"italic"},{token:"strong",fontStyle:"bold"},{token:"variable",foreground:"001188"},{token:"variable.predefined",foreground:"4864AA"},{token:"constant",foreground:"dd0000"},{token:"comment",foreground:"008000"},{token:"number",foreground:"09885A"},{token:"number.hex",foreground:"3030c0"},{token:"regexp",foreground:"800000"},{token:"annotation",foreground:"808080"},{token:"type",foreground:"008080"},{token:"delimiter",foreground:"000000"},{token:"delimiter.html",foreground:"383838"},{token:"delimiter.xml",foreground:"0000FF"},{token:"tag",foreground:"800000"},{token:"tag.id.pug",foreground:"4F76AC"},{token:"tag.class.pug",foreground:"4F76AC"},{token:"meta.scss",foreground:"800000"},{token:"metatag",foreground:"e00000"},{token:"metatag.content.html",foreground:"FF0000"},{token:"metatag.html",foreground:"808080"},{token:"metatag.xml",foreground:"808080"},{token:"metatag.php",fontStyle:"bold"},{token:"key",foreground:"863B00"},{token:"string.key.json",foreground:"A31515"},{token:"string.value.json",foreground:"0451A5"},{token:"attribute.name",foreground:"FF0000"},{token:"attribute.value",foreground:"0451A5"},{token:"attribute.value.number",foreground:"09885A"},{token:"attribute.value.unit",foreground:"09885A"},{token:"attribute.value.html",foreground:"0000FF"},{token:"attribute.value.xml",foreground:"0000FF"},{token:"string",foreground:"A31515"},{token:"string.html",foreground:"0000FF"},{token:"string.sql",foreground:"FF0000"},{token:"string.yaml",foreground:"0451A5"},{token:"keyword",foreground:"0000FF"},{token:"keyword.json",foreground:"0451A5"},{token:"keyword.flow",foreground:"AF00DB"},{token:"keyword.flow.scss",foreground:"0000FF"},{token:"operator.scss",foreground:"666666"},{token:"operator.sql",foreground:"778899"},{token:"operator.swift",foreground:"666666"},{token:"predefined.sql",foreground:"FF00FF"}],colors:(Xi={},Xi[Qi.o]="#FFFFFE",Xi[Qi.v]="#000000",Xi[Qi.A]="#E5EBF1",Xi[Ji.l]="#D3D3D3",Xi[Ji.a]="#939393",Xi[Qi.D]="#ADD6FF4D",Xi)},tr={base:"vs-dark",inherit:!1,rules:[{token:"",foreground:"D4D4D4",background:"1E1E1E"},{token:"invalid",foreground:"f44747"},{token:"emphasis",fontStyle:"italic"},{token:"strong",fontStyle:"bold"},{token:"variable",foreground:"74B0DF"},{token:"variable.predefined",foreground:"4864AA"},{token:"variable.parameter",foreground:"9CDCFE"},{token:"constant",foreground:"569CD6"},{token:"comment",foreground:"608B4E"},{token:"number",foreground:"B5CEA8"},{token:"number.hex",foreground:"5BB498"},{token:"regexp",foreground:"B46695"},{token:"annotation",foreground:"cc6666"},{token:"type",foreground:"3DC9B0"},{token:"delimiter",foreground:"DCDCDC"},{token:"delimiter.html",foreground:"808080"},{token:"delimiter.xml",foreground:"808080"},{token:"tag",foreground:"569CD6"},{token:"tag.id.pug",foreground:"4F76AC"},{token:"tag.class.pug",foreground:"4F76AC"},{token:"meta.scss",foreground:"A79873"},{token:"meta.tag",foreground:"CE9178"},{token:"metatag",foreground:"DD6A6F"},{token:"metatag.content.html",foreground:"9CDCFE"},{token:"metatag.html",foreground:"569CD6"},{token:"metatag.xml",foreground:"569CD6"},{token:"metatag.php",fontStyle:"bold"},{token:"key",foreground:"9CDCFE"},{token:"string.key.json",foreground:"9CDCFE"},{token:"string.value.json",foreground:"CE9178"},{token:"attribute.name",foreground:"9CDCFE"},{token:"attribute.value",foreground:"CE9178"},{token:"attribute.value.number.css",foreground:"B5CEA8"},{token:"attribute.value.unit.css",foreground:"B5CEA8"},{token:"attribute.value.hex.css",foreground:"D4D4D4"},{token:"string",foreground:"CE9178"},{token:"string.sql",foreground:"FF0000"},{token:"keyword",foreground:"569CD6"},{token:"keyword.flow",foreground:"C586C0"},{token:"keyword.json",foreground:"CE9178"},{token:"keyword.flow.scss",foreground:"569CD6"},{token:"operator.scss",foreground:"909090"},{token:"operator.sql",foreground:"778899"},{token:"operator.swift",foreground:"909090"},{token:"predefined.sql",foreground:"FF00FF"}],colors:($i={},$i[Qi.o]="#1E1E1E",$i[Qi.v]="#D4D4D4",$i[Qi.A]="#3A3D41",$i[Ji.l]="#404040",$i[Ji.a]="#707070",$i[Qi.D]="#ADD6FF26",$i)},nr={base:"hc-black",inherit:!1,rules:[{token:"",foreground:"FFFFFF",background:"000000"},{token:"invalid",foreground:"f44747"},{token:"emphasis",fontStyle:"italic"},{token:"strong",fontStyle:"bold"},{token:"variable",foreground:"1AEBFF"},{token:"variable.parameter",foreground:"9CDCFE"},{token:"constant",foreground:"569CD6"},{token:"comment",foreground:"608B4E"},{token:"number",foreground:"FFFFFF"},{token:"regexp",foreground:"C0C0C0"},{token:"annotation",foreground:"569CD6"},{token:"type",foreground:"3DC9B0"},{token:"delimiter",foreground:"FFFF00"},{token:"delimiter.html",foreground:"FFFF00"},{token:"tag",foreground:"569CD6"},{token:"tag.id.pug",foreground:"4F76AC"},{token:"tag.class.pug",foreground:"4F76AC"},{token:"meta",foreground:"D4D4D4"},{token:"meta.tag",foreground:"CE9178"},{token:"metatag",foreground:"569CD6"},{token:"metatag.content.html",foreground:"1AEBFF"},{token:"metatag.html",foreground:"569CD6"},{token:"metatag.xml",foreground:"569CD6"},{token:"metatag.php",fontStyle:"bold"},{token:"key",foreground:"9CDCFE"},{token:"string.key",foreground:"9CDCFE"},{token:"string.value",foreground:"CE9178"},{token:"attribute.name",foreground:"569CD6"},{token:"attribute.value",foreground:"3FF23F"},{token:"string",foreground:"CE9178"},{token:"string.sql",foreground:"FF0000"},{token:"keyword",foreground:"569CD6"},{token:"keyword.flow",foreground:"C586C0"},{token:"operator.sql",foreground:"778899"},{token:"operator.swift",foreground:"909090"},{token:"predefined.sql",foreground:"FF00FF"}],colors:(Zi={},Zi[Qi.o]="#000000",Zi[Qi.v]="#FFFFFF",Zi[Ji.l]="#FFFFFF",Zi[Ji.a]="#FFFFFF",Zi)},ir="vs",rr="vs-dark",or="hc-black",ar=hi.a.as(Qi.a.ColorContribution),sr=hi.a.as(Wn.a.ThemingContribution),lr=function(){function e(e,t){this.themeData=t;var n=t.base;e.length>0?(this.id=n+" "+e,this.themeName=e):(this.id=n,this.themeName=n),this.colors=null,this.defaultColors=Object.create(null),this._tokenTheme=null}return Object.defineProperty(e.prototype,"base",{get:function(){return this.themeData.base},enumerable:!0,configurable:!0}),e.prototype.notifyBaseUpdated=function(){this.themeData.inherit&&(this.colors=null,this._tokenTheme=null)},e.prototype.getColors=function(){if(!this.colors){var e=Object.create(null);for(var t in this.themeData.colors)e[t]=ji.a.fromHex(this.themeData.colors[t]);if(this.themeData.inherit){var n=ur(this.themeData.base);for(var t in n.colors)e[t]||(e[t]=ji.a.fromHex(n.colors[t]))}this.colors=e}return this.colors},e.prototype.getColor=function(e,t){var n=this.getColors()[e];return n||(!1!==t?this.getDefault(e):void 0)},e.prototype.getDefault=function(e){var t=this.defaultColors[e];return t||(t=ar.resolveDefaultColor(e,this),this.defaultColors[e]=t,t)},e.prototype.defines=function(e){return Object.prototype.hasOwnProperty.call(this.getColors(),e)},Object.defineProperty(e.prototype,"type",{get:function(){switch(this.base){case ir:return"light";case or:return"hc";default:return"dark"}},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"tokenTheme",{get:function(){if(!this._tokenTheme){var e=[],t=[];if(this.themeData.inherit){var n=ur(this.themeData.base);e=n.rules,n.encodedTokensColors&&(t=n.encodedTokensColors)}e=e.concat(this.themeData.rules),this.themeData.encodedTokensColors&&(t=this.themeData.encodedTokensColors),this._tokenTheme=Yi.createFromRawTokenTheme(e,t)}return this._tokenTheme},enumerable:!0,configurable:!0}),e}();function cr(e){return e===ir||e===rr||e===or}function ur(e){switch(e){case ir:return er;case rr:return tr;case or:return nr}}function dr(e){var t=ur(e);return new lr(e,t)}var hr=function(){function e(){this.environment=Object.create(null),this._onThemeChange=new D.a,this._onIconThemeChange=new D.a,this._knownThemes=new Map,this._knownThemes.set(ir,dr(ir)),this._knownThemes.set(rr,dr(rr)),this._knownThemes.set(or,dr(or)),this._styleElement=B.q(),this._styleElement.className="monaco-colors",this.setTheme(ir)}return Object.defineProperty(e.prototype,"onThemeChange",{get:function(){return this._onThemeChange.event},enumerable:!0,configurable:!0}),e.prototype.defineTheme=function(e,t){if(!/^[a-z0-9\-]+$/i.test(e))throw new Error("Illegal theme name!");if(!cr(t.base)&&!cr(e))throw new Error("Illegal theme base!");this._knownThemes.set(e,new lr(e,t)),cr(e)&&this._knownThemes.forEach(function(t){t.base===e&&t.notifyBaseUpdated()}),this._theme&&this._theme.themeName===e&&this.setTheme(e)},e.prototype.getTheme=function(){return this._theme},e.prototype.setTheme=function(e){var t,n=this;if(t=this._knownThemes.has(e)?this._knownThemes.get(e):this._knownThemes.get(ir),this._theme===t)return t.id;this._theme=t;var i=[],r={},o={addRule:function(e){r[e]||(i.push(e),r[e]=!0)}};sr.getThemingParticipants().forEach(function(e){return e(t,o,n.environment)});var a=t.tokenTheme.getColorMap();return o.addRule(function(e){for(var t=[],n=1,i=e.length;n=0;s--)(r=e[s])&&(a=(o<3?r(a):o>3?r(t,n,a):r(t,n))||a);return o>3&&a&&Object.defineProperty(t,n,a),a},mr=function(e,t){return function(n,i){t(n,i,e)}},gr="data-keybinding-context",vr=function(){function e(e,t){this._id=e,this._parent=t,this._value=Object.create(null),this._value._contextId=e}return e.prototype.setValue=function(e,t){return this._value[e]!==t&&(this._value[e]=t,!0)},e.prototype.removeValue=function(e){return e in this._value&&(delete this._value[e],!0)},e.prototype.getValue=function(e){var t=this._value[e];return void 0===t&&this._parent?this._parent.getValue(e):t},e}(),_r=function(e){function t(){return e.call(this,-1,null)||this}return pr(t,e),t.prototype.setValue=function(e,t){return!1},t.prototype.removeValue=function(e){return!1},t.prototype.getValue=function(e){},t.INSTANCE=new t,t}(vr),yr=function(e){function t(t,n,i){var r=e.call(this,t,null)||this;return r._configurationService=n,r._values=new Map,r._listener=r._configurationService.onDidChangeConfiguration(function(e){if(6===e.source){var t=Object(Ut.d)(r._values);r._values.clear(),i.fire(new Cr(t))}else{for(var n=[],o=0,a=e.affectedKeys;o1){var i=n.shift();i&&(r.focusItemByElement(i.container),n.push(i)),r.mnemonics.set(t,n)}}})),he.c&&r._register(Object(B.h)(o,B.d.KEY_DOWN,function(e){var t=new Ft.a(e);t.equals(14)||t.equals(11)?(r.focusedItem=r.items.length-1,r.focusNext(),B.c.stop(e,!0)):(t.equals(13)||t.equals(12))&&(r.focusedItem=0,r.focusPrevious(),B.c.stop(e,!0))})),r._register(Object(B.h)(r.domNode,B.d.MOUSE_OUT,function(e){var t=e.relatedTarget;Object(B.C)(t,r.domNode)||(r.focusedItem=void 0,r.scrollTopHold=r.menuElement.scrollTop,r.updateFocus(),e.stopPropagation())})),r._register(Object(B.h)(r.domNode,B.d.MOUSE_UP,function(e){B.c.stop(e,!0)})),r._register(Object(B.h)(r.actionsList,B.d.MOUSE_OVER,function(e){var t=e.target;if(t&&Object(B.C)(t,r.actionsList)&&t!==r.actionsList){for(;t.parentElement!==r.actionsList&&null!==t.parentElement;)t=t.parentElement;if(Object(B.A)(t,"action-item")){var n=r.focusedItem;r.scrollTopHold=r.menuElement.scrollTop,r.setFocusedItem(t),n!==r.focusedItem&&r.updateFocus()}}}));var a={parent:r};return r.mnemonics=new Map,r.push(n,{icon:!0,label:!0,isMenu:!0}),r.scrollableElement=r._register(new Or.a(o,{alwaysConsumeMouseWheel:!0,horizontal:2,vertical:3,verticalScrollbarSize:7,handleMouseWheel:!0,useShadows:!0})),r.scrollableElement.getDomNode().style.position=null,o.style.maxHeight=Math.max(10,window.innerHeight-t.getBoundingClientRect().top-30)+"px",r.scrollableElement.onScroll(function(){r._onScroll.fire()},r,r.menuDisposables),r._register(Object(B.h)(r.menuElement,B.d.SCROLL,function(e){void 0!==r.scrollTopHold&&(r.menuElement.scrollTop=r.scrollTopHold,r.scrollTopHold=void 0),r.scrollableElement.scanDomNode()})),t.appendChild(r.scrollableElement.getDomNode()),r.scrollableElement.scanDomNode(),r.items.filter(function(e){return!(e instanceof zr)}).forEach(function(e,t,n){e.updatePositionInSet(t+1,n.length)}),r}return kr(t,e),t.prototype.style=function(e){var t=this.getContainer(),n=e.foregroundColor?""+e.foregroundColor:null,i=e.backgroundColor?""+e.backgroundColor:null,r=e.borderColor?"2px solid "+e.borderColor:null,o=e.shadowColor?"0 2px 4px "+e.shadowColor:null;t.style.border=r,this.domNode.style.color=n,this.domNode.style.backgroundColor=i,t.style.boxShadow=o,this.items&&this.items.forEach(function(t){(t instanceof Rr||t instanceof zr)&&t.style(e)})},t.prototype.getContainer=function(){return this.scrollableElement.getDomNode()},Object.defineProperty(t.prototype,"onScroll",{get:function(){return this._onScroll.event},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"scrollOffset",{get:function(){return this.menuElement.scrollTop},enumerable:!0,configurable:!0}),t.prototype.focusItemByElement=function(e){var t=this.focusedItem;this.setFocusedItem(e),t!==this.focusedItem&&this.updateFocus()},t.prototype.setFocusedItem=function(e){for(var t=0;t